:root {
    --green: #193b27;
    --green-2: #0f291a;
    --gold: #b48335;
    --sand: #f4efe6;
    --cream: #fbfaf7;
    --ink: #1e241f;
    --muted: #69736b;
    --line: rgba(25,59,39,.15);
    --shadow: 0 24px 70px rgba(25, 59, 39, .12);
}

* { box-sizing: border-box; }

body {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    color: var(--ink);
    background: var(--cream);
}

a { color: inherit; text-decoration: none; }

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

.narrow { max-width: 820px; }

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(251, 250, 247, .92);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--line);
}

.nav-wrap {
    display: flex;
    align-items: center;
    gap: 22px;
    min-height: 86px;
}

.brand {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--green);
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    min-width: 220px;
}

.brand img { width: 58px; height: 58px; object-fit: contain; }

.main-nav {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-left: auto;
    font-family: Arial, sans-serif;
    font-size: 14px;
}

.main-nav a { color: var(--green-2); opacity: .88; }

.nav-cta {
    border: 1px solid var(--gold);
    border-radius: 999px;
    padding: 10px 16px;
    color: var(--green);
}

.language-switcher {
    display: flex;
    gap: 7px;
    font: 11px Arial, sans-serif;
}

.language-switcher a {
    padding: 6px 7px;
    border-radius: 999px;
    color: var(--muted);
}

.language-switcher a.active {
    background: var(--green);
    color: white;
}

.menu-toggle { display: none; }

.hero {
    padding: 80px 0 70px;
    background:
        radial-gradient(circle at 20% 20%, rgba(180,131,53,.14), transparent 28%),
        linear-gradient(135deg, #fbfaf7 0%, #f4efe6 100%);
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 48px;
    align-items: center;
}

.kicker, .eyebrow {
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: .22em;
    color: var(--gold);
    font-size: 12px;
    font-weight: 700;
}

h1, h2, h3 { color: var(--green-2); line-height: 1.05; margin: 0; }

h1 { font-size: clamp(42px, 5.4vw, 72px); letter-spacing: -.04em; }
h2 { font-size: clamp(32px, 4vw, 52px); letter-spacing: -.03em; }
h3 { font-size: 24px; }

.lead, .hero p, .section p, .page-hero p {
    font-family: Arial, sans-serif;
    line-height: 1.75;
    color: var(--muted);
    font-size: 17px;
}

.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 34px; }

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 22px;
    border-radius: 999px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    transition: .2s ease;
}

.btn-primary { background: var(--green); color: white; box-shadow: 0 14px 28px rgba(25,59,39,.18); }
.btn-secondary { border: 1px solid var(--line); color: var(--green); background: white; }

.hero-card {
    background: white;
    border: 1px solid var(--line);
    border-radius: 36px;
    padding: 34px;
    box-shadow: var(--shadow);
}

.hero-card img {
    width: 100%;
    display: block;
    border-radius: 26px;
}

.hero-showcase {
    position: relative;
    display: grid;
    gap: 18px;
}

.hero-showcase-main {
    width: 100%;
    display: block;
    object-fit: cover;
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
    height: 520px;
    border-radius: 32px;
}

.hero-trust-panel {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 92px;
    display: grid;
    gap: 8px;
    background: rgba(15, 41, 26, .94);
    color: white;
    border-radius: 22px;
    padding: 22px;
    box-shadow: 0 18px 45px rgba(15, 41, 26, .24);
}

.hero-trust-panel strong {
    font-size: 22px;
    line-height: 1.15;
}

.hero-trust-panel span {
    font: 14px/1.6 Arial, sans-serif;
    color: rgba(255,255,255,.84);
}

.hero-region-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.hero-region-list span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 10px 12px;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: white;
    color: var(--green);
    font: 700 13px/1.25 Arial, sans-serif;
    text-align: center;
    box-shadow: 0 12px 30px rgba(25,59,39,.06);
}

.section { padding: 76px 0; }

.warm { background: var(--sand); }

.process-section {
    background: #fff;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

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

.card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.card, .region-card, .contact-panel, .contact-form {
    background: white;
    border: 1px solid var(--line);
    border-radius: 28px;
    padding: 28px;
    box-shadow: 0 14px 40px rgba(25,59,39,.07);
}

.card p, .region-card p { margin-bottom: 0; }

.process-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.process-card {
    background: var(--cream);
    border: 1px solid var(--line);
    border-radius: 24px;
    padding: 26px;
}

.process-card span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-bottom: 22px;
    border-radius: 50%;
    background: var(--green);
    color: white;
    font: 700 13px Arial, sans-serif;
}

.process-card h3 {
    font-size: 24px;
}

.process-card p {
    margin-bottom: 0;
}

.region-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.region-card span {
    display: block;
    width: 54px;
    height: 3px;
    background: var(--gold);
    margin-bottom: 22px;
}

.region-card {
    overflow: hidden;
}

.region-card img {
    width: 100%;
    height: 138px;
    margin: 0 0 22px;
    border-radius: 18px;
    object-fit: cover;
    display: block;
}

.image-card {
    overflow: hidden;
    padding: 0;
}

.image-card img {
    width: 100%;
    height: 155px;
    object-fit: cover;
    display: block;
}

.image-card > div {
    padding: 24px 28px 28px;
}

.whatsapp-panel {
    text-align: center;
}

.whatsapp-panel h3 {
    font-size: clamp(30px, 4vw, 48px);
}

.whatsapp-btn {
    margin: 18px 0;
}

.citizenship-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 420px;
    gap: 28px;
    align-items: start;
}

.citizenship-copy {
    background: white;
    border: 1px solid var(--line);
    border-radius: 28px;
    padding: 34px;
    box-shadow: 0 14px 40px rgba(25,59,39,.06);
}

.citizenship-copy h3:first-child {
    margin-top: 0;
}

.citizenship-copy .btn {
    margin-top: 12px;
}

.citizenship-panel {
    overflow: hidden;
    background: var(--green);
    color: white;
    border-radius: 28px;
    box-shadow: var(--shadow);
}

.citizenship-panel img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    display: block;
}

.citizenship-panel-body {
    padding: 28px;
}

.citizenship-panel h3,
.citizenship-panel li {
    color: white;
}

.citizenship-panel ul {
    margin: 18px 0 0;
    padding-left: 20px;
    font-family: Arial, sans-serif;
    line-height: 1.65;
}

.investment-highlight-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.investment-price-card {
    overflow: hidden;
    background: white;
    border: 1px solid var(--line);
    border-radius: 28px;
    box-shadow: var(--shadow);
}

.investment-price-card img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    display: block;
}

.investment-price-card div {
    padding: 26px;
}

.investment-price-card strong {
    display: block;
    margin: 8px 0 12px;
    color: var(--green);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 31px;
    line-height: 1.05;
}

.investment-price-card p {
    margin-bottom: 0;
}

.cta { background: var(--green); color: white; }

.cta h2, .cta p { color: white; }

.cta-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
}

.page-hero {
    padding: 76px 0 48px;
    background: linear-gradient(135deg, #fbfaf7, #f4efe6);
    border-bottom: 1px solid var(--line);
}

.feature-list {
    display: grid;
    gap: 20px;
}

.feature-list article {
    border-left: 3px solid var(--gold);
    padding: 6px 0 6px 24px;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 24px;
    align-items: start;
}

.contact-form {
    display: grid;
    gap: 16px;
}

label {
    display: grid;
    gap: 8px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    color: var(--green);
}

input, select, textarea {
    width: 100%;
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 13px 14px;
    font: 16px Arial, sans-serif;
    background: #fff;
}

.site-footer {
    background: #102318;
    color: rgba(255,255,255,.8);
    padding: 46px 0;
    font-family: Arial, sans-serif;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr;
    gap: 24px;
}

.footer-logo { width: 92px; height: 92px; object-fit: contain; background: white; border-radius: 18px; padding: 8px; }

html[dir="rtl"] body { text-align: right; }

@media (max-width: 980px) {
    .menu-toggle {
        display: inline-flex;
        margin-left: auto;
        border: 0;
        background: var(--green);
        color: white;
        border-radius: 12px;
        padding: 10px 12px;
    }

    .main-nav {
        display: none;
        position: absolute;
        top: 86px;
        left: 0;
        right: 0;
        background: white;
        padding: 20px;
        flex-direction: column;
        align-items: flex-start;
        border-bottom: 1px solid var(--line);
    }

    .menu-open .main-nav { display: flex; }

    .language-switcher { flex-wrap: wrap; max-width: 190px; }
    .hero-grid, .contact-grid { grid-template-columns: 1fr; }
    .card-grid, .region-grid, .footer-grid, .process-grid { grid-template-columns: 1fr; }
    .cta-box { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 620px) {
    .container { width: min(100% - 26px, 1180px); }
    .brand span { display: none; }
    .hero { padding: 54px 0; }
    .section { padding: 54px 0; }
    .hero-showcase-main { height: auto; }
    .hero-trust-panel {
        position: static;
        border-radius: 22px;
    }
    .hero-region-list { grid-template-columns: 1fr; }
}


.cms-content {
    font-family: Arial, sans-serif;
    line-height: 1.75;
    color: var(--muted);
    font-size: 17px;
}

.cms-content h2,
.cms-content h3 {
    font-family: Georgia, "Times New Roman", serif;
    color: var(--green-2);
    margin-top: 28px;
    margin-bottom: 10px;
}

.cms-content p {
    margin-top: 0;
}

.cms-box {
    margin-top: 34px;
    background: white;
    border: 1px solid var(--line);
    border-radius: 28px;
    padding: 28px;
}


.why-page .page-hero {
    background:
      radial-gradient(circle at 20% 20%, rgba(180,131,53,.14), transparent 28%),
      linear-gradient(135deg, #fbfaf7 0%, #f4efe6 100%);
}

.stats-band {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 16px;
}

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

.benefit-card {
    background: white;
    border: 1px solid var(--line);
    border-radius: 24px;
    padding: 26px;
    box-shadow: 0 14px 40px rgba(25,59,39,.06);
}

.benefit-card span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-bottom: 20px;
    border-radius: 50%;
    background: var(--sand);
    color: var(--green);
    font: 700 15px Arial, sans-serif;
}

.benefit-card h3 {
    font-size: 23px;
}

.benefit-card p {
    margin-bottom: 0;
}

.stat-card {
    background: white;
    border: 1px solid var(--line);
    border-radius: 24px;
    padding: 24px 18px;
    box-shadow: 0 14px 40px rgba(25,59,39,.06);
    text-align: left;
}

.stat-card strong {
    display: block;
    color: var(--green);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 30px;
    line-height: 1.05;
    margin-bottom: 8px;
}

.stat-card span {
    display: block;
    color: var(--muted);
    font-family: Arial, sans-serif;
    line-height: 1.55;
    font-size: 14px;
}

.place-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
}

.place-card {
    background: white;
    border: 1px solid var(--line);
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 14px 40px rgba(25,59,39,.07);
}

.place-card img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
}

.place-content {
    padding: 24px;
}

.place-tag {
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: .18em;
    color: var(--gold);
    font-size: 11px;
    font-weight: 700;
}

.dual-grid {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 22px;
    align-items: start;
}

.why-quote {
    background: var(--green);
    color: white;
    border-radius: 28px;
    padding: 34px;
    box-shadow: 0 14px 40px rgba(25,59,39,.08);
}

.why-quote h3,
.why-quote p,
.why-quote li {
    color: white;
}

.source-note {
    margin-top: 18px;
    font-family: Arial, sans-serif;
    font-size: 13px;
    color: var(--muted);
    line-height: 1.6;
}

.source-note a {
    color: var(--green);
    text-decoration: underline;
}

.sector-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.economy-layout {
    display: grid;
    grid-template-columns: 1fr 360px;
    gap: 24px;
    align-items: start;
}

.sector-card img {
    height: 145px;
}

@media (max-width: 1100px) {
    .stats-band { grid-template-columns: repeat(3, 1fr); }
    .sector-grid { grid-template-columns: repeat(2, 1fr); }
    .benefit-grid { grid-template-columns: repeat(2, 1fr); }
    .economy-layout { grid-template-columns: 1fr; }
}

@media (max-width: 780px) {
    .place-grid,
    .dual-grid,
    .stats-band,
    .sector-grid,
    .benefit-grid {
        grid-template-columns: 1fr;
    }

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

    .investment-highlight-grid {
        grid-template-columns: 1fr;
    }

    .place-card img {
        height: 220px;
    }
}

.premium-region-grid{display:grid;grid-template-columns:1fr;gap:26px}.premium-region-card{display:grid;grid-template-columns:.95fr 1.05fr;gap:28px;align-items:center;background:white;border:1px solid var(--line);border-radius:32px;padding:24px;box-shadow:0 14px 40px rgba(25,59,39,.07)}.premium-region-card img{width:100%;height:330px;object-fit:cover;border-radius:24px;display:block}.city-chip-wrap{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.city-chip{display:inline-flex;padding:8px 12px;background:var(--sand);color:var(--green);border-radius:999px;font-family:Arial,sans-serif;font-size:13px;font-weight:700}.featured-card{border-color:rgba(180,131,53,.35);background:linear-gradient(135deg,#fff,#fbf6ec)}.network-card{position:relative;overflow:hidden}.network-icon{width:52px;height:52px;border-radius:18px;display:grid;place-items:center;background:var(--sand);color:var(--green);font-size:24px;margin-bottom:18px}@media(max-width:900px){.premium-region-card{grid-template-columns:1fr}.premium-region-card img{height:240px}}


.mini-network-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.mini-network-card {
    background: white;
    border: 1px solid var(--line);
    border-radius: 24px;
    padding: 22px;
    box-shadow: 0 14px 40px rgba(25,59,39,.06);
}

.mini-network-card h3 {
    font-size: 20px;
}

.mini-network-card p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 0;
}

@media (max-width: 780px) {
    .mini-network-grid {
        grid-template-columns: 1fr;
    }
}
