/*
Theme Name: ICCO Elementor Global Editor
Author: ICCO
Description: ICCO design with separate Elementor page sections plus globally editable Elementor header, menu, and footer.
Version: 10.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: icco-pixel
*/
/* =========================================================
       IRAN'S CITIZENRY COOPERATIVE ORGANIZATION
       Bilingual approval prototype
       ========================================================= */

        :root {
            --navy: #14213d;
            --navy-light: #20365d;
            --teal: #006d6f;
            --teal-dark: #00585a;
            --teal-light: #dff3f0;
            --gold: #f4c95d;
            --gold-light: #fff4cf;
            --blue: #2458a6;
            --coral: #d95d5d;
            --mint: #e5f4f1;
            --cloud: #f7f8f5;
            --white: #ffffff;
            --ink: #17202a;
            --slate: #56616d;
            --line: #d9e1df;
            --success: #18794e;
            --success-bg: #e8f6ee;
            --warning: #875800;
            --warning-bg: #fff6d8;
            --shadow-sm: 0 5px 20px rgba(20, 33, 61, 0.08);
            --shadow-md: 0 18px 48px rgba(20, 33, 61, 0.13);
            --radius-sm: 10px;
            --radius: 16px;
            --radius-lg: 28px;
            --container: 1200px;
            --reading: 780px;
            --transition: 180ms ease;
        }

        *,
        *::before,
        *::after {
            box-sizing: border-box;
        }

        html {
            scroll-behavior: smooth;
        }

        body {
            margin: 0;
            color: var(--ink);
            background: var(--cloud);
            font-family:
                "Source Sans 3",
                "Noto Sans",
                Inter,
                system-ui,
                -apple-system,
                BlinkMacSystemFont,
                "Segoe UI",
                sans-serif;
            font-size: 18px;
            line-height: 1.65;
            -webkit-font-smoothing: antialiased;
        }

        html[dir="rtl"] body {
            font-family:
                "Noto Sans Arabic",
                Tahoma,
                Arial,
                sans-serif;
            line-height: 1.85;
        }

        body.menu-open {
            overflow: hidden;
        }

        button,
        input,
        select,
        textarea {
            font: inherit;
        }

        button,
        a {
            -webkit-tap-highlight-color: transparent;
        }

        button {
            cursor: pointer;
        }

        a {
            color: var(--teal);
            text-decoration-thickness: 2px;
            text-underline-offset: 4px;
        }

        a:hover {
            color: var(--teal-dark);
        }

        svg,
        img {
            max-width: 100%;
        }

        [hidden] {
            display: none !important;
        }

        :focus-visible {
            outline: 3px solid var(--gold);
            outline-offset: 4px;
        }

        input[type="email"],
        input[type="tel"],
        input[type="url"] {
            direction: ltr;
            text-align: left;
        }

        .sr-only {
            position: absolute;
            width: 1px;
            height: 1px;
            padding: 0;
            margin: -1px;
            overflow: hidden;
            clip: rect(0, 0, 0, 0);
            white-space: nowrap;
            border: 0;
        }

        .skip-link {
            position: fixed;
            top: 10px;
            inset-inline-start: 10px;
            z-index: 9999;
            padding: 12px 18px;
            color: var(--white);
            background: var(--navy);
            border-radius: 8px;
            transform: translateY(-160%);
        }

        .skip-link:focus {
            transform: translateY(0);
        }

        .container {
            width: min(calc(100% - 40px), var(--container));
            margin-inline: auto;
        }

        .reading-width {
            max-width: var(--reading);
        }

        .page {
            animation: page-in 260ms ease both;
        }

        @keyframes page-in {
            from {
                opacity: 0;
                transform: translateY(6px);
            }

            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .section {
            padding: 88px 0;
        }

        .section-sm {
            padding: 56px 0;
        }

        .section-white {
            background: var(--white);
        }

        .section-mint {
            background: var(--mint);
        }

        .section-gold {
            background: var(--gold-light);
        }

        .section-navy {
            color: var(--white);
            background: var(--navy);
        }

        .section-heading {
            display: flex;
            align-items: end;
            justify-content: space-between;
            gap: 30px;
            margin-bottom: 38px;
        }

        .section-heading>div:first-child {
            max-width: 800px;
        }

        .section-heading p:last-child {
            margin-bottom: 0;
        }

        .stack>*+* {
            margin-top: 24px;
        }

        .grid-2,
        .grid-3,
        .grid-4 {
            display: grid;
            gap: 24px;
        }

        .grid-2 {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }

        .grid-3 {
            grid-template-columns: repeat(3, minmax(0, 1fr));
        }

        .grid-4 {
            grid-template-columns: repeat(4, minmax(0, 1fr));
        }

        h1,
        h2,
        h3,
        h4 {
            margin-top: 0;
            color: var(--navy);
            font-family:
                Manrope,
                "Noto Sans",
                system-ui,
                sans-serif;
            line-height: 1.12;
            letter-spacing: -0.035em;
        }

        html[dir="rtl"] h1,
        html[dir="rtl"] h2,
        html[dir="rtl"] h3,
        html[dir="rtl"] h4 {
            font-family:
                "Noto Sans Arabic",
                Tahoma,
                Arial,
                sans-serif;
            line-height: 1.45;
            letter-spacing: 0;
        }

        h1 {
            margin-bottom: 24px;
            font-size: clamp(2.6rem, 5.8vw, 5rem);
        }

        h2 {
            margin-bottom: 18px;
            font-size: clamp(1.9rem, 3.8vw, 3.15rem);
        }

        h3 {
            margin-bottom: 12px;
            font-size: clamp(1.25rem, 2vw, 1.7rem);
        }

        h4 {
            margin-bottom: 8px;
            font-size: 1.08rem;
        }

        p {
            margin-top: 0;
            margin-bottom: 20px;
        }

        .section-navy h1,
        .section-navy h2,
        .section-navy h3,
        .section-navy h4 {
            color: var(--white);
        }

        .lead {
            color: var(--slate);
            font-size: clamp(1.08rem, 2vw, 1.3rem);
            line-height: 1.65;
        }

        html[dir="rtl"] .lead {
            line-height: 2;
        }

        .small {
            font-size: 0.88rem;
        }

        .muted {
            color: var(--slate);
        }

        .eyebrow {
            display: inline-flex;
            align-items: center;
            gap: 9px;
            margin: 0 0 14px;
            color: var(--teal);
            font-size: 0.8rem;
            font-weight: 900;
            letter-spacing: 0.1em;
            line-height: 1.3;
            text-transform: uppercase;
        }

        html[dir="rtl"] .eyebrow {
            letter-spacing: 0;
        }

        .eyebrow::before {
            width: 22px;
            height: 3px;
            content: "";
            background: currentColor;
            border-radius: 10px;
        }

        .section-navy .eyebrow {
            color: var(--gold);
        }

        .btn-row {
            display: flex;
            flex-wrap: wrap;
            gap: 13px;
            align-items: center;
        }

        .btn {
            display: inline-flex;
            min-height: 50px;
            align-items: center;
            justify-content: center;
            gap: 8px;
            padding: 12px 21px;
            color: var(--white);
            background: var(--teal);
            border: 2px solid var(--teal);
            border-radius: 999px;
            font-size: 0.94rem;
            font-weight: 900;
            line-height: 1.2;
            text-align: center;
            text-decoration: none;
            transition:
                transform var(--transition),
                background var(--transition),
                border-color var(--transition),
                box-shadow var(--transition);
        }

        .btn:hover {
            color: var(--white);
            background: var(--teal-dark);
            border-color: var(--teal-dark);
            box-shadow: var(--shadow-sm);
            transform: translateY(-2px);
        }

        .btn-secondary {
            color: var(--teal);
            background: transparent;
            border-color: var(--teal);
        }

        .btn-secondary:hover {
            color: var(--white);
            background: var(--teal);
        }

        .btn-light {
            color: var(--navy);
            background: var(--white);
            border-color: var(--white);
        }

        .btn-light:hover {
            color: var(--navy);
            background: var(--gold);
            border-color: var(--gold);
        }

        .btn-donate {
            color: var(--navy);
            background: var(--gold);
            border-color: var(--gold);
        }

        .btn-donate:hover {
            color: var(--navy);
            background: #ffd971;
            border-color: #ffd971;
        }

        .btn-small {
            min-height: 42px;
            padding: 9px 16px;
            font-size: 0.84rem;
        }

        .text-link {
            display: inline-flex;
            align-items: center;
            gap: 7px;
            font-weight: 900;
        }

        .arrow {
            transition: transform var(--transition);
        }

        a:hover .arrow,
        button:hover .arrow {
            transform: translateX(3px);
        }

        html[dir="rtl"] a:hover .arrow,
        html[dir="rtl"] button:hover .arrow {
            transform: translateX(-3px);
        }

        .tag {
            display: inline-flex;
            align-items: center;
            gap: 7px;
            padding: 6px 10px;
            color: var(--navy);
            background: var(--teal-light);
            border-radius: 999px;
            font-size: 0.74rem;
            font-weight: 900;
            letter-spacing: 0.03em;
            line-height: 1.25;
            text-transform: uppercase;
        }

        html[dir="rtl"] .tag {
            letter-spacing: 0;
        }

        .tag-gold {
            background: var(--gold-light);
        }

        .tag-navy {
            color: var(--white);
            background: var(--navy);
        }

        .card {
            position: relative;
            padding: 28px;
            overflow: hidden;
            background: var(--white);
            border: 1px solid var(--line);
            border-radius: var(--radius);
            box-shadow: var(--shadow-sm);
        }

        .card-hover {
            transition:
                transform var(--transition),
                box-shadow var(--transition),
                border-color var(--transition);
        }

        .card-hover:hover {
            border-color: rgba(0, 109, 111, 0.45);
            box-shadow: var(--shadow-md);
            transform: translateY(-5px);
        }

        .card p:last-child,
        .card ul:last-child {
            margin-bottom: 0;
        }

        .card-accent::before {
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            height: 7px;
            content: "";
            background: linear-gradient(90deg, var(--teal), var(--gold));
        }

        .icon-box {
            display: grid;
            width: 52px;
            height: 52px;
            place-items: center;
            color: var(--navy);
            background: var(--gold);
            border-radius: 15px;
            font-weight: 900;
        }

        .check-list {
            padding: 0;
            margin: 0;
            list-style: none;
        }

        .check-list li {
            position: relative;
            padding-inline-start: 30px;
            margin: 11px 0;
        }

        .check-list li::before {
            position: absolute;
            top: 0;
            inset-inline-start: 0;
            color: var(--teal);
            content: "✓";
            font-weight: 900;
        }

        /* Prototype bar */

        .prototype-bar {
            position: relative;
            z-index: 1002;
            display: flex;
            min-height: 42px;
            align-items: center;
            justify-content: center;
            gap: 10px;
            padding: 8px 54px;
            color: var(--navy);
            background: var(--gold);
            font-size: 0.8rem;
            font-weight: 800;
            text-align: center;
        }

        .prototype-bar strong {
            padding: 3px 9px;
            color: var(--white);
            background: var(--navy);
            border-radius: 999px;
            font-size: 0.7rem;
            letter-spacing: 0.05em;
            text-transform: uppercase;
        }

        .prototype-dismiss {
            position: absolute;
            inset-inline-end: 12px;
            display: grid;
            width: 32px;
            height: 32px;
            place-items: center;
            padding: 0;
            color: var(--navy);
            background: transparent;
            border: 0;
            border-radius: 50%;
            font-size: 1.3rem;
        }

        .prototype-dismiss:hover {
            background: rgba(20, 33, 61, 0.1);
        }

        /* Header */

        .site-header {
            position: sticky;
            top: 0;
            z-index: 1000;
            background: rgba(247, 248, 245, 0.96);
            border-bottom: 1px solid rgba(20, 33, 61, 0.1);
            backdrop-filter: blur(15px);
        }

        .utility {
            color: #dbe5ef;
            background: var(--navy);
            font-size: 0.73rem;
            font-weight: 800;
        }

        .utility-inner {
            display: flex;
            min-height: 34px;
            align-items: center;
            justify-content: space-between;
            gap: 20px;
        }

        .language-switch {
            display: flex;
            gap: 5px;
            align-items: center;
        }

        .language-button {
            min-height: 27px;
            padding: 3px 10px;
            color: var(--white);
            background: transparent;
            border: 1px solid rgba(255, 255, 255, 0.36);
            border-radius: 999px;
            font-size: 0.7rem;
            font-weight: 900;
        }

        .language-button:hover,
        .language-button[aria-pressed="true"] {
            color: var(--navy);
            background: var(--gold);
            border-color: var(--gold);
        }

        .nav-wrap {
            display: flex;
            min-height: 84px;
            align-items: center;
            justify-content: space-between;
            gap: 24px;
        }

        .brand {
            display: inline-flex;
            max-width: 355px;
            flex: 0 1 auto;
            align-items: center;
            gap: 12px;
            color: var(--navy);
            text-decoration: none;
        }

        .brand:hover {
            color: var(--navy);
        }

        .brand-mark {
            width: 46px;
            height: 46px;
            flex: 0 0 auto;
        }

        .brand-name {
            display: block;
            font-family: Manrope, system-ui, sans-serif;
            font-size: 0.88rem;
            font-weight: 900;
            letter-spacing: 0.018em;
            line-height: 1.28;
        }

        html[dir="rtl"] .brand-name {
            font-family: "Noto Sans Arabic", Tahoma, Arial, sans-serif;
            font-size: 0.9rem;
            line-height: 1.55;
            letter-spacing: 0;
        }

        .brand-subtitle {
            display: block;
            margin-top: 4px;
            color: var(--slate);
            font-size: 0.64rem;
            font-weight: 800;
            letter-spacing: 0.045em;
            line-height: 1.25;
            text-transform: uppercase;
        }

        html[dir="rtl"] .brand-subtitle {
            letter-spacing: 0;
        }

        .primary-nav {
            display: flex;
            align-items: center;
            gap: 3px;
        }

        .primary-nav a {
            display: inline-flex;
            min-height: 45px;
            align-items: center;
            justify-content: center;
            padding: 9px 11px;
            color: var(--navy);
            border-radius: 999px;
            font-size: 0.82rem;
            font-weight: 900;
            text-decoration: none;
        }

        .primary-nav a:hover,
        .primary-nav a[aria-current="page"] {
            color: var(--teal);
            background: var(--teal-light);
        }

        .primary-nav .nav-involve {
            margin-inline-start: 4px;
            color: var(--teal);
            border: 2px solid var(--teal);
        }

        .primary-nav .nav-donate {
            margin-inline-start: 3px;
            padding-inline: 17px;
            color: var(--navy);
            background: var(--gold);
        }

        .primary-nav .nav-donate:hover,
        .primary-nav .nav-donate[aria-current="page"] {
            color: var(--navy);
            background: #ffd971;
        }

        .nav-toggle {
            display: none;
            width: 48px;
            height: 48px;
            padding: 10px;
            background: transparent;
            border: 0;
            border-radius: 12px;
        }

        .nav-toggle span {
            display: block;
            width: 25px;
            height: 3px;
            margin: 5px auto;
            background: var(--navy);
            border-radius: 5px;
            transition: var(--transition);
        }

        /* Hero */

        .hero {
            position: relative;
            padding: 80px 0 92px;
            overflow: hidden;
            background:
                radial-gradient(circle at 8% 12%, rgba(244, 201, 93, 0.24), transparent 24%),
                radial-gradient(circle at 88% 16%, rgba(0, 109, 111, 0.15), transparent 25%),
                var(--cloud);
        }

        .hero::after {
            position: absolute;
            inset-inline-end: -100px;
            bottom: -220px;
            width: 440px;
            height: 440px;
            content: "";
            border: 72px solid rgba(0, 109, 111, 0.045);
            border-radius: 50%;
        }

        .hero-grid {
            position: relative;
            z-index: 1;
            display: grid;
            grid-template-columns: 1.04fr 0.96fr;
            gap: 62px;
            align-items: center;
        }

        .hero h1 {
            max-width: 790px;
        }

        .hero-copy>p {
            max-width: 700px;
        }

        .hero-actions {
            margin-top: 30px;
        }

        .hero-principles {
            display: flex;
            flex-wrap: wrap;
            gap: 10px 20px;
            padding: 24px 0 0;
            margin: 32px 0 0;
            border-top: 1px solid var(--line);
            list-style: none;
        }

        .hero-principles li {
            display: flex;
            align-items: center;
            gap: 8px;
            color: var(--slate);
            font-size: 0.85rem;
            font-weight: 900;
        }

        .hero-principles li::before {
            width: 8px;
            height: 8px;
            content: "";
            background: var(--teal);
            border-radius: 50%;
        }

        .hero-canvas {
            position: relative;
            min-height: 520px;
            padding: 30px;
            overflow: hidden;
            color: var(--white);
            background:
                radial-gradient(circle at 20% 10%, rgba(244, 201, 93, 0.26), transparent 24%),
                linear-gradient(145deg, var(--navy), #18365e);
            border-radius: 34px;
            box-shadow: 0 30px 70px rgba(20, 33, 61, 0.22);
        }

        .hero-canvas::before {
            position: absolute;
            top: -90px;
            inset-inline-end: -80px;
            width: 260px;
            height: 260px;
            content: "";
            border: 44px solid rgba(255, 255, 255, 0.07);
            border-radius: 50%;
        }

        .canvas-label {
            position: relative;
            z-index: 2;
            display: inline-flex;
            padding: 8px 11px;
            color: var(--navy);
            background: var(--gold);
            border-radius: 999px;
            font-size: 0.7rem;
            font-weight: 900;
        }

        .network-art {
            position: absolute;
            top: 70px;
            right: 6%;
            bottom: 25px;
            left: 6%;
            width: 88%;
            height: calc(100% - 95px);
        }

        .canvas-card {
            position: absolute;
            z-index: 3;
            max-width: 220px;
            padding: 16px;
            color: var(--navy);
            background: rgba(255, 255, 255, 0.96);
            border-radius: 14px;
            box-shadow: var(--shadow-md);
        }

        .canvas-card strong {
            display: block;
            margin-bottom: 4px;
            font-size: 0.9rem;
        }

        .canvas-card span {
            display: block;
            color: var(--slate);
            font-size: 0.75rem;
            line-height: 1.45;
        }

        .canvas-card-one {
            inset-inline-end: 18px;
            bottom: 28px;
        }

        .canvas-card-two {
            inset-inline-start: 18px;
            bottom: 82px;
        }

        /* Home */

        .principle-card {
            min-height: 260px;
        }

        .principle-card h3 {
            margin-top: 25px;
        }

        .process-row {
            display: grid;
            grid-template-columns: repeat(4, minmax(0, 1fr));
            gap: 18px;
        }

        .process-step {
            position: relative;
            padding: 24px;
            background: var(--white);
            border: 1px solid var(--line);
            border-radius: var(--radius);
        }

        .process-number {
            display: grid;
            width: 42px;
            height: 42px;
            margin-bottom: 22px;
            place-items: center;
            color: var(--white);
            background: var(--navy);
            border-radius: 50%;
            font-weight: 900;
            box-shadow: 0 0 0 8px var(--mint);
        }

        .project-card {
            display: flex;
            min-height: 385px;
            flex-direction: column;
        }

        .project-card h3 {
            margin-top: 22px;
        }

        .project-card .project-action {
            margin-top: auto;
            padding-top: 20px;
        }

        .quote-panel {
            position: relative;
            padding: 44px;
            overflow: hidden;
            color: var(--white);
            background: var(--navy);
            border-radius: var(--radius-lg);
            box-shadow: var(--shadow-md);
        }

        .quote-panel::after {
            position: absolute;
            top: -75px;
            inset-inline-end: -45px;
            width: 210px;
            height: 210px;
            content: "";
            border: 38px solid rgba(244, 201, 93, 0.14);
            border-radius: 50%;
        }

        .quote-panel blockquote {
            position: relative;
            z-index: 1;
            max-width: 900px;
            margin: 0;
            color: var(--white);
            font-family: Georgia, serif;
            font-size: clamp(1.45rem, 3vw, 2.2rem);
            line-height: 1.45;
        }

        html[dir="rtl"] .quote-panel blockquote {
            font-family: Tahoma, Arial, sans-serif;
            line-height: 1.9;
        }

        .final-cta {
            display: grid;
            grid-template-columns: 1.2fr auto;
            gap: 30px;
            align-items: center;
            padding: 50px;
            background: var(--mint);
            border-radius: var(--radius-lg);
        }

        /* Page hero */

        .page-hero {
            position: relative;
            padding: 74px 0 68px;
            overflow: hidden;
            background:
                radial-gradient(circle at 85% 22%, rgba(244, 201, 93, 0.2), transparent 23%),
                linear-gradient(180deg, var(--white), var(--cloud));
            border-bottom: 1px solid var(--line);
        }

        .page-hero .lead {
            max-width: 860px;
            margin-bottom: 0;
        }

        .breadcrumb {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            margin-bottom: 21px;
            color: var(--slate);
            font-size: 0.82rem;
            font-weight: 800;
        }

        .breadcrumb a {
            color: var(--slate);
        }

        .jump-navigation {
            position: sticky;
            top: 118px;
            z-index: 50;
            padding: 12px 0;
            background: rgba(247, 248, 245, 0.94);
            border-bottom: 1px solid var(--line);
            backdrop-filter: blur(12px);
        }

        .jump-list {
            display: flex;
            gap: 8px;
            padding: 0;
            margin: 0;
            overflow-x: auto;
            list-style: none;
            scrollbar-width: thin;
        }

        .jump-button {
            min-height: 39px;
            padding: 8px 13px;
            color: var(--navy);
            white-space: nowrap;
            background: var(--white);
            border: 1px solid var(--line);
            border-radius: 999px;
            font-size: 0.76rem;
            font-weight: 900;
        }

        .jump-button:hover {
            color: var(--white);
            background: var(--teal);
            border-color: var(--teal);
        }

        /* About */

        .mission-panel {
            display: grid;
            grid-template-columns: 0.75fr 1.25fr;
            overflow: hidden;
            border-radius: var(--radius-lg);
            box-shadow: var(--shadow-md);
        }

        .mission-panel>div {
            padding: 44px;
        }

        .mission-panel>div:first-child {
            color: var(--white);
            background: var(--navy);
        }

        .mission-panel>div:first-child h2,
        .mission-panel>div:first-child h3 {
            color: var(--white);
        }

        .mission-panel>div:last-child {
            background: var(--gold);
        }

        .axiom-card {
            min-height: 330px;
            border-top: 6px solid var(--teal);
        }

        .axiom-label {
            display: inline-grid;
            min-width: 48px;
            height: 48px;
            place-items: center;
            padding: 0 10px;
            color: var(--white);
            background: var(--navy);
            border-radius: 50%;
            font-weight: 900;
        }

        .belief-card {
            min-height: 330px;
        }

        .belief-number {
            display: grid;
            width: 44px;
            height: 44px;
            margin-bottom: 22px;
            place-items: center;
            color: var(--navy);
            background: var(--gold);
            border-radius: 13px;
            font-weight: 900;
        }

        .history-layout {
            display: grid;
            grid-template-columns: 0.62fr 1.38fr;
            gap: 38px;
            align-items: start;
        }

        .history-quote {
            position: sticky;
            top: 180px;
            padding: 34px;
            color: var(--white);
            background: var(--navy);
            border-radius: var(--radius-lg);
            box-shadow: var(--shadow-md);
        }

        .history-quote blockquote {
            margin: 0;
            color: var(--white);
            font-family: Georgia, serif;
            font-size: 1.65rem;
            line-height: 1.5;
        }

        html[dir="rtl"] .history-quote blockquote {
            font-family: Tahoma, Arial, sans-serif;
            line-height: 1.9;
        }

        .history-copy p {
            margin-bottom: 24px;
        }

        .identity-panel {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 24px;
        }

        /* Team */

        .team-note {
            padding: 16px 19px;
            margin-bottom: 28px;
            color: var(--warning);
            background: var(--warning-bg);
            border: 1px solid rgba(135, 88, 0, 0.24);
            border-radius: 12px;
            font-size: 0.86rem;
            font-weight: 800;
        }

        .team-grid {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 24px;
        }

        .team-card {
            display: flex;
            min-height: 430px;
            flex-direction: column;
            padding: 0;
        }

        .portrait {
            position: relative;
            display: grid;
            min-height: 235px;
            place-items: center;
            overflow: hidden;
            color: var(--white);
            background:
                radial-gradient(circle at 25% 20%, rgba(244, 201, 93, 0.55), transparent 25%),
                linear-gradient(145deg, var(--teal), var(--navy));
        }

        .portrait::before {
            position: absolute;
            top: 42px;
            width: 88px;
            height: 88px;
            content: "";
            background: rgba(255, 255, 255, 0.88);
            border-radius: 50%;
        }

        .portrait::after {
            position: absolute;
            bottom: -52px;
            width: 190px;
            height: 145px;
            content: "";
            background: rgba(255, 255, 255, 0.88);
            border-radius: 50% 50% 0 0;
        }

        .portrait-initials {
            position: absolute;
            z-index: 2;
            right: 16px;
            bottom: 14px;
            padding: 5px 9px;
            color: var(--navy);
            background: var(--gold);
            border-radius: 999px;
            font-size: 0.75rem;
            font-weight: 900;
        }

        .portrait img {
            position: absolute;
            z-index: 3;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .team-content {
            display: flex;
            flex: 1;
            flex-direction: column;
            padding: 24px;
        }

        .team-content h3 {
            margin-bottom: 5px;
        }

        .team-role {
            margin-bottom: 16px;
            color: var(--teal);
            font-size: 0.82rem;
            font-weight: 900;
        }

        .team-content .text-link {
            margin-top: auto;
        }

        .bio-layout {
            display: grid;
            grid-template-columns: 0.65fr 1.35fr;
            gap: 42px;
            align-items: start;
        }

        .bio-layout .portrait {
            min-height: 430px;
            border-radius: var(--radius-lg);
            box-shadow: var(--shadow-md);
        }

        .empty-state {
            padding: 38px;
            text-align: center;
            background: var(--white);
            border: 2px dashed #b8c5c2;
            border-radius: var(--radius);
        }

        /* Projects */

        .project-type {
            display: flex;
            min-height: 400px;
            flex-direction: column;
        }

        .project-type .text-link {
            margin-top: auto;
            padding-top: 22px;
        }

        .project-group {
            padding: 30px;
            background: var(--white);
            border: 1px solid var(--line);
            border-radius: var(--radius);
            box-shadow: var(--shadow-sm);
        }

        .project-group+.project-group {
            margin-top: 22px;
        }

        .project-group h3 {
            padding-bottom: 16px;
            border-bottom: 1px solid var(--line);
        }

        .project-detail-layout {
            display: grid;
            grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.55fr);
            gap: 38px;
            align-items: start;
        }

        .project-sidebar {
            position: sticky;
            top: 150px;
        }

        /* World map */

        .world-section {
            position: relative;
            overflow: hidden;
            color: var(--white);
            background: var(--navy);
        }

        .world-section h2,
        .world-section h3 {
            color: var(--white);
        }

        .world-map {
            position: absolute;
            inset: 0;
            width: 100%;
            height: 100%;
            opacity: 0.2;
            pointer-events: none;
        }

        .world-content {
            position: relative;
            z-index: 2;
            display: grid;
            grid-template-columns: 0.9fr 1.1fr;
            gap: 52px;
            align-items: center;
        }

        .city-list {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
        }

        .city {
            padding: 8px 12px;
            color: var(--navy);
            background: rgba(255, 255, 255, 0.93);
            border-radius: 999px;
            font-size: 0.78rem;
            font-weight: 900;
        }

        /* Get involved */

        .pathway-card {
            display: flex;
            min-height: 310px;
            flex-direction: column;
        }

        .pathway-card .btn {
            margin-top: auto;
            align-self: flex-start;
        }

        /* Contact and forms */

        .contact-layout,
        .donate-layout {
            display: grid;
            grid-template-columns: 0.76fr 1.24fr;
            gap: 40px;
            align-items: start;
        }

        .contact-options {
            display: grid;
            gap: 14px;
        }

        .contact-option {
            display: flex;
            width: 100%;
            min-height: 92px;
            align-items: center;
            justify-content: space-between;
            gap: 20px;
            padding: 20px;
            color: var(--navy);
            background: var(--white);
            border: 1px solid var(--line);
            border-radius: var(--radius);
            font-weight: 900;
            text-align: start;
            text-decoration: none;
            box-shadow: var(--shadow-sm);
        }

        .contact-option:hover {
            color: var(--teal);
            border-color: var(--teal);
            transform: translateY(-2px);
        }

        .contact-option small {
            display: block;
            margin-top: 3px;
            color: var(--slate);
            font-weight: 600;
        }

        .form-panel,
        .donation-form {
            padding: 34px;
            background: var(--white);
            border: 1px solid var(--line);
            border-radius: var(--radius-lg);
            box-shadow: var(--shadow-md);
        }

        .form-grid {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 20px;
        }

        .field {
            display: flex;
            flex-direction: column;
            gap: 7px;
        }

        .field-full {
            grid-column: 1 / -1;
        }

        label,
        legend {
            color: var(--navy);
            font-size: 0.86rem;
            font-weight: 900;
        }

        input,
        select,
        textarea {
            width: 100%;
            min-height: 50px;
            padding: 11px 13px;
            color: var(--ink);
            background: var(--white);
            border: 1px solid #aebbb8;
            border-radius: 10px;
        }

        textarea {
            min-height: 145px;
            resize: vertical;
        }

        input:hover,
        select:hover,
        textarea:hover {
            border-color: var(--teal);
        }

        input:focus,
        select:focus,
        textarea:focus {
            border-color: var(--teal);
            outline: 3px solid rgba(244, 201, 93, 0.7);
            outline-offset: 1px;
        }

        fieldset {
            padding: 0;
            margin: 0;
            border: 0;
        }

        .checkbox-row {
            display: flex;
            gap: 10px;
            align-items: flex-start;
        }

        .checkbox-row input {
            width: 19px;
            min-height: 19px;
            margin-top: 4px;
        }

        .checkbox-row label {
            color: var(--slate);
            font-weight: 600;
        }

        .form-actions {
            display: flex;
            flex-wrap: wrap;
            gap: 14px;
            align-items: center;
            margin-top: 25px;
        }

        .form-note {
            max-width: 560px;
            margin: 0;
            color: var(--slate);
            font-size: 0.78rem;
        }

        .form-success {
            padding: 28px;
            color: var(--success);
            background: var(--success-bg);
            border: 1px solid rgba(24, 121, 78, 0.3);
            border-radius: var(--radius);
        }

        .form-success h3 {
            color: var(--success);
        }

        /* Donate */

        .donation-path {
            display: flex;
            min-height: 290px;
            flex-direction: column;
        }

        .donation-path .btn {
            margin-top: auto;
            align-self: flex-start;
        }

        .legal-callout {
            padding: 20px;
            color: var(--navy);
            background: var(--gold-light);
            border: 1px solid rgba(135, 88, 0, 0.2);
            border-radius: var(--radius);
        }

        .legal-callout strong {
            display: block;
            margin-bottom: 6px;
        }

        .review-label {
            display: inline-flex;
            margin-top: 10px;
            padding: 4px 8px;
            color: var(--warning);
            background: var(--white);
            border-radius: 999px;
            font-size: 0.7rem;
            font-weight: 900;
        }

        .frequency-toggle {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 8px;
            padding: 6px;
            margin-bottom: 24px;
            background: var(--cloud);
            border-radius: 999px;
        }

        .frequency-option {
            position: relative;
        }

        .frequency-option input {
            position: absolute;
            opacity: 0;
            pointer-events: none;
        }

        .frequency-option label {
            display: flex;
            min-height: 46px;
            align-items: center;
            justify-content: center;
            padding: 10px;
            color: var(--navy);
            border-radius: 999px;
            cursor: pointer;
        }

        .frequency-option input:checked+label {
            color: var(--white);
            background: var(--teal);
        }

        .frequency-option input:focus-visible+label {
            outline: 3px solid var(--gold);
            outline-offset: 3px;
        }

        .amount-grid {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 10px;
            margin: 11px 0 18px;
        }

        .amount-button {
            min-height: 52px;
            color: var(--navy);
            background: var(--white);
            border: 2px solid var(--line);
            border-radius: 10px;
            font-weight: 900;
        }

        .amount-button:hover,
        .amount-button.active {
            color: var(--teal);
            background: var(--mint);
            border-color: var(--teal);
        }

        .donation-summary {
            padding: 16px;
            margin: 22px 0;
            color: var(--navy);
            background: var(--gold-light);
            border-radius: 12px;
            font-weight: 900;
            text-align: center;
        }

        /* Privacy */

        .policy-content h2 {
            margin-top: 48px;
            font-size: 1.8rem;
        }

        /* Footer */

        .site-footer {
            padding: 66px 0 28px;
            color: #dbe5ef;
            background: #0d1930;
        }

        .footer-grid {
            display: grid;
            grid-template-columns: 1.4fr 0.7fr 0.7fr 1.15fr;
            gap: 40px;
        }

        .site-footer h2,
        .site-footer h3 {
            color: var(--white);
        }

        .site-footer h3 {
            font-size: 1rem;
        }

        .site-footer p {
            color: #bdcada;
        }

        .footer-links {
            padding: 0;
            margin: 0;
            list-style: none;
        }

        .footer-links li {
            margin: 9px 0;
        }

        .footer-links a {
            color: #dbe5ef;
        }

        .newsletter-row {
            display: flex;
            gap: 8px;
        }

        .newsletter-row input {
            min-width: 0;
        }

        .footer-bottom {
            display: flex;
            justify-content: space-between;
            gap: 24px;
            padding-top: 28px;
            margin-top: 46px;
            color: #9fafc0;
            border-top: 1px solid rgba(255, 255, 255, 0.12);
            font-size: 0.78rem;
        }

        .footer-bottom p {
            margin: 0;
            color: inherit;
        }

        /* Toast */

        .toast {
            position: fixed;
            inset-inline-end: 20px;
            bottom: 20px;
            z-index: 3000;
            max-width: 390px;
            padding: 16px 18px;
            color: var(--white);
            background: var(--navy);
            border-inline-start: 5px solid var(--gold);
            border-radius: 12px;
            box-shadow: var(--shadow-md);
            font-size: 0.86rem;
            font-weight: 800;
        }

        /* Responsive */

        @media (max-width: 1100px) {
            .nav-toggle {
                display: block;
            }

            .primary-nav {
                position: fixed;
                top: 0;
                inset-inline-end: 0;
                z-index: 2000;
                display: flex;
                width: min(88vw, 430px);
                height: 100dvh;
                flex-direction: column;
                align-items: stretch;
                gap: 6px;
                padding: 112px 24px 30px;
                overflow-y: auto;
                background: var(--cloud);
                box-shadow: -20px 0 50px rgba(20, 33, 61, 0.2);
                transform: translateX(110%);
                transition: transform 240ms ease;
            }

            html[dir="rtl"] .primary-nav {
                transform: translateX(-110%);
                box-shadow: 20px 0 50px rgba(20, 33, 61, 0.2);
            }

            .primary-nav.open {
                transform: translateX(0);
            }

            .primary-nav a {
                justify-content: flex-start;
                padding: 14px 18px;
                font-size: 1rem;
            }

            .primary-nav .nav-involve,
            .primary-nav .nav-donate {
                margin: 5px 0 0;
                justify-content: center;
            }

            .nav-toggle {
                position: relative;
                z-index: 2100;
            }

            .nav-toggle[aria-expanded="true"] span:nth-child(1) {
                transform: translateY(8px) rotate(45deg);
            }

            .nav-toggle[aria-expanded="true"] span:nth-child(2) {
                opacity: 0;
            }

            .nav-toggle[aria-expanded="true"] span:nth-child(3) {
                transform: translateY(-8px) rotate(-45deg);
            }

            .hero-grid {
                grid-template-columns: 1fr;
            }

            .hero-copy {
                max-width: 850px;
            }

            .process-row,
            .grid-4 {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }

            .team-grid,
            .grid-3 {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }

            .footer-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }
        }

        @media (max-width: 800px) {
            body {
                font-size: 17px;
            }

            .container {
                width: min(calc(100% - 28px), var(--container));
            }

            .section {
                padding: 62px 0;
            }

            .section-sm {
                padding: 44px 0;
            }

            .section-heading {
                display: block;
            }

            .section-heading .btn,
            .section-heading .text-link {
                margin-top: 16px;
            }

            .hero {
                padding: 58px 0 66px;
            }

            .hero-grid {
                gap: 42px;
            }

            .hero-canvas {
                min-height: 455px;
            }

            .grid-2,
            .grid-3,
            .mission-panel,
            .history-layout,
            .identity-panel,
            .bio-layout,
            .project-detail-layout,
            .world-content,
            .contact-layout,
            .donate-layout,
            .form-grid,
            .final-cta,
            .footer-grid {
                grid-template-columns: 1fr;
            }

            .history-quote,
            .project-sidebar {
                position: static;
            }

            .field-full {
                grid-column: auto;
            }

            .team-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }

            .world-content {
                gap: 34px;
            }

            .final-cta {
                padding: 32px;
            }

            .footer-bottom {
                flex-direction: column;
            }
        }

        @media (max-width: 560px) {
            h1 {
                font-size: 2.45rem;
            }

            .prototype-bar {
                justify-content: flex-start;
                padding-inline: 16px 48px;
                text-align: start;
            }

            .utility-inner>span {
                display: none;
            }

            .utility-inner {
                justify-content: flex-end;
            }

            .brand {
                max-width: 255px;
            }

            .brand-name {
                font-size: 0.76rem;
            }

            html[dir="rtl"] .brand-name {
                font-size: 0.8rem;
            }

            .brand-subtitle {
                display: none;
            }

            .hero-actions .btn,
            .final-cta .btn {
                width: 100%;
            }

            .hero-canvas {
                min-height: 405px;
                padding: 20px;
                border-radius: 24px;
            }

            .canvas-card {
                max-width: 180px;
            }

            .canvas-card-one {
                bottom: 135px;
            }

            .canvas-card-two {
                bottom: 35px;
            }

            .process-row,
            .grid-4,
            .team-grid,
            .amount-grid {
                grid-template-columns: 1fr;
            }

            .form-panel,
            .donation-form,
            .mission-panel>div {
                padding: 25px;
            }

            .team-card {
                min-height: 0;
            }

            .portrait {
                min-height: 255px;
            }
        }

        @media (prefers-reduced-motion: reduce) {
            html {
                scroll-behavior: auto;
            }

            *,
            *::before,
            *::after {
                animation-duration: 0.01ms !important;
                animation-iteration-count: 1 !important;
                scroll-behavior: auto !important;
                transition-duration: 0.01ms !important;
            }
        }
/* WordPress compatibility only */
body.admin-bar .site-header{top:32px}
@media(max-width:782px){body.admin-bar .site-header{top:46px}}

.elementor-widget-icco_exact_section,.elementor-widget-icco_exact_section>.elementor-widget-container{margin:0!important;padding:0!important;width:100%;max-width:none}


/* Global Elementor header/footer widgets must not add wrapper spacing. */
.elementor-widget-icco_global_header,
.elementor-widget-icco_global_header > .elementor-widget-container,
.elementor-widget-icco_global_footer,
.elementor-widget-icco_global_footer > .elementor-widget-container { margin:0 !important; padding:0 !important; width:100%; max-width:none; }
body.page-slug-icco-site-header #main-content, body.page-slug-icco-site-footer #main-content { min-height:0; }
