/* ==========================================================================
   7Grounds — Seven Offer (Unified Page)
   Same warm heritage system as homepage.
   ========================================================================== */

.sgo-root *, .sgo-root *::before, .sgo-root *::after {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.sgo-root {
    /* === SEVEN GROUNDS BRAND PALETTE === */
    /* Sourced from official brand profile: petroleum navy + sage mint */

    /* Primary navy depths */
    --soil: #122B3E;          /* deepest navy — main background */
    --soil-2: #1A3A52;        /* lighter navy — section backgrounds */
    --soil-3: #234763;        /* card surface */
    --soil-4: #2D556F;        /* elevated surface */

    /* Cream / off-white for text */
    --cream: #F4F0E8;         /* primary cream text */
    --cream-2: #E8E0D0;
    --cream-dim: rgba(244, 240, 232, 0.62);
    --cream-muted: rgba(244, 240, 232, 0.38);
    --line: rgba(244, 240, 232, 0.10);
    --line-2: rgba(244, 240, 232, 0.18);

    /* Sage / mint green — the SIGNATURE accent (replaces gold) */
    --gold: #9DC9B4;          /* main mint accent (mapped to old --gold for compatibility) */
    --gold-hi: #BFE0CF;       /* lighter mint highlight */
    --gold-deep: #6FA68A;     /* deeper sage */
    --gold-glow: rgba(157, 201, 180, 0.30);

    /* Sage tonal variants — for special sections */
    --sage: #9DC9B4;
    --sage-soft: #BFE0CF;
    --sage-deep: #6FA68A;
    --sage-line: rgba(157, 201, 180, 0.28);

    /* Forest accent for Impact section */
    --forest: #1F4A3E;
    --forest-deep: #0F2C24;
    --rust: #2D556F;          /* repurposed as deeper navy */

    /* Refined gradients — sage instead of gold */
    --grad-gold: linear-gradient(135deg, #BFE0CF 0%, #9DC9B4 50%, #6FA68A 100%);
    --grad-border: linear-gradient(135deg, rgba(191, 224, 207, 0.45) 0%, rgba(157, 201, 180, 0.10) 50%, rgba(111, 166, 138, 0.32) 100%);
    --grad-navy: linear-gradient(145deg, #1A3A52 0%, #122B3E 100%);

    /* Typography */
    --font-display: 'Cormorant Garamond', 'Instrument Serif', 'Fraunces', serif;
    --font-script: 'Allura', 'Great Vibes', cursive;
    --font-body: 'Bricolage Grotesque', 'Readex Pro', sans-serif;
    --font-ar: 'Readex Pro', 'IBM Plex Sans Arabic', sans-serif;

    --ease: cubic-bezier(0.22, 1, 0.36, 1);
    --ease-slow: cubic-bezier(0.65, 0, 0.35, 1);

    font-family: var(--font-body);
    color: var(--cream);
    background: var(--soil);
    font-size: 17px;
    line-height: 1.55;
    direction: rtl;
    position: relative;
    overflow-x: hidden;
    word-spacing: 0.05em;
}

/* Default safe wrapping for all text inside the root */
.sgo-root p, .sgo-root h1, .sgo-root h2, .sgo-root h3, .sgo-root h4, .sgo-root span, .sgo-root li {
    overflow-wrap: break-word;
    word-break: normal;
    hyphens: none;
}

body.sevengrounds-offer-active .site-content,
body.sevengrounds-offer-active .entry-content,
body.sevengrounds-offer-active .content-area,
body.sevengrounds-offer-active main,
body.sevengrounds-offer-active article {
    max-width: none !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    background: var(--soil) !important;
}

body.sevengrounds-offer-active { background: #122B3E !important; }

body.sevengrounds-offer-active .entry-header,
body.sevengrounds-offer-active .entry-title,
body.sevengrounds-offer-active .page-header { display: none !important; }

.sgo-root a, .sgo-root a:hover, .sgo-root a:focus, .sgo-root a:active, .sgo-root a:visited {
    text-decoration: none !important;
    box-shadow: none !important;
    color: inherit;
}

.sgo-root img { max-width: 100%; display: block; height: auto; }
.sgo-root p { margin: 0; }
.sgo-root h1, .sgo-root h2, .sgo-root h3, .sgo-root h4 {
    margin: 0; font-weight: 400; line-height: 1;
}

/* ============= Container ============= */
.sgo-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 clamp(1.25rem, 4vw, 2.5rem);
    position: relative;
    z-index: 2;
}

/* ============= Eyebrow (bilingual) ============= */
.sgo-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    font-family: var(--font-body);
    font-size: 0.7rem;
    font-weight: 500;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--gold);
    direction: ltr;
    flex-wrap: wrap;
    line-height: 1.8;
    row-gap: 0.25rem;
    margin-bottom: 1.25rem;
}

.sgo-eyebrow > span {
    direction: ltr;
    unicode-bidi: isolate;
    display: inline-block;
}

.sgo-eyebrow::before {
    content: '';
    display: block;
    width: 28px;
    height: 1px;
    background: var(--gold);
    flex-shrink: 0;
}

.sgo-eyebrow-ar {
    font-family: var(--font-ar);
    font-size: 0.85rem;
    letter-spacing: 0;
    text-transform: none;
    color: var(--gold-hi);
    direction: rtl !important;
    font-weight: 500;
}

.sgo-eyebrow-sep { color: var(--cream-muted); margin: 0 0.2rem; }

/* ============= Khatam pattern ============= */
.sgo-pattern-khatam {
    position: absolute;
    inset: 0;
    z-index: 0;
    opacity: 0.025;
    pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg width='160' height='160' viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M80 0 L100 60 L160 80 L100 100 L80 160 L60 100 L0 80 L60 60 Z' fill='none' stroke='%239DC9B4' stroke-width='0.6'/%3E%3C/svg%3E");
    background-size: 160px 160px;
}

/* ============= HERO ============= */
.sgo-hero {
    position: relative;
    padding: clamp(4rem, 9vw, 8rem) 0 clamp(3rem, 6vw, 5rem);
    overflow: hidden;
    isolation: isolate;
}

.sgo-hero-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 70% 55% at 30% 20%, rgba(157, 201, 180, 0.18) 0%, transparent 60%),
        radial-gradient(ellipse 60% 50% at 80% 85%, rgba(45, 85, 111, 0.35) 0%, transparent 55%);
    z-index: 0;
}

.sgo-hero-inner {
    position: relative;
    z-index: 2;
    text-align: right;
    max-width: 900px;
    margin-right: 0;
    margin-left: auto;
}

.sgo-hero-title {
    font-family: var(--font-ar);
    font-size: clamp(2rem, 5vw, 4.25rem);
    font-weight: 600;
    line-height: 1.6;
    color: var(--cream);
    letter-spacing: -0.015em;
    padding-bottom: 0.3em;
}

.sgo-hero-title em {
    font-family: var(--font-ar);
    font-style: normal;
    font-weight: 600;
    background: var(--grad-gold);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: inline-block;
    margin-top: 0.2em;
    letter-spacing: -0.015em;
}

.sgo-hero-title-en {
    margin-top: 1.5rem;
    padding-top: 1rem;
    border-top: 1px solid var(--line);
    max-width: 60ch;
    font-family: var(--font-display);
    font-style: italic;
    font-size: clamp(1rem, 1.6vw, 1.35rem);
    color: var(--cream-dim);
    direction: ltr;
    text-align: right;
    line-height: 1.5;
}

.sgo-hero-sub {
    margin-top: 1.75rem;
    font-family: var(--font-ar);
    font-size: clamp(1rem, 1.2vw, 1.15rem);
    line-height: 1.85;
    color: var(--cream-dim);
    max-width: 60ch;
}

/* ============= Step Tracker ============= */
.sgo-tracker {
    position: relative;
    z-index: 2;
    padding: 2rem 0;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background: var(--soil-2);
}

.sgo-tracker-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.sgo-tracker-step {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    flex: 1;
    min-width: 0;
}

.sgo-tracker-num {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1.5px solid var(--line-2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-display);
    font-style: italic;
    font-size: 1.05rem;
    color: var(--cream-dim);
    flex-shrink: 0;
    transition: all 0.4s var(--ease);
}

.sgo-tracker-step--active .sgo-tracker-num {
    background: var(--grad-gold);
    border-color: transparent;
    color: var(--soil);
    font-weight: 700;
    font-style: normal;
}

.sgo-tracker-step--done .sgo-tracker-num {
    background: rgba(157, 201, 180, 0.15);
    border-color: var(--gold-deep);
    color: var(--gold);
}

.sgo-tracker-label {
    font-family: var(--font-ar);
    font-size: 0.92rem;
    color: var(--cream-dim);
    line-height: 1.3;
}

.sgo-tracker-label-en {
    display: block;
    font-family: var(--font-body);
    font-size: 0.7rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--cream-muted);
    margin-top: 0.15rem;
    direction: ltr;
}

.sgo-tracker-step--active .sgo-tracker-label,
.sgo-tracker-step--done .sgo-tracker-label { color: var(--cream); }

.sgo-tracker-divider {
    width: 28px;
    height: 1px;
    background: var(--line-2);
    flex-shrink: 0;
}

@media (max-width: 800px) {
    .sgo-tracker-inner { flex-direction: column; align-items: stretch; gap: 1.25rem; }
    .sgo-tracker-divider { display: none; }
    .sgo-tracker-step { justify-content: flex-start; }
}

/* ============= Section base ============= */
.sgo-section {
    position: relative;
    padding: clamp(4rem, 8vw, 7rem) 0;
}

.sgo-section--alt {
    background: var(--soil-2);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.sgo-section-head {
    margin-bottom: 3rem;
    text-align: right;
}

.sgo-section-title {
    font-family: var(--font-ar);
    font-size: clamp(1.6rem, 3.5vw, 2.85rem);
    font-weight: 600;
    line-height: 1.6;
    color: var(--cream);
    letter-spacing: -0.015em;
    padding-bottom: 0.3em;
}

.sgo-section-title em {
    font-family: var(--font-ar);
    font-style: normal;
    font-weight: 600;
    background: var(--grad-gold);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: inline-block;
    margin-top: 0.2em;
    letter-spacing: -0.015em;
}

.sgo-section-sub {
    margin-top: 1rem;
    font-family: var(--font-ar);
    font-size: 1rem;
    line-height: 1.85;
    color: var(--cream-dim);
    max-width: 65ch;
}

/* ============= Services Grid ============= */
.sgo-services {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
}

/* On wide screens, show 3 columns for better density with 9 services */
@media (min-width: 1400px) {
    .sgo-services { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

/* When inside narrow main column (sticky aside present), stack to 1 col on tablet */
@media (max-width: 1100px) {
    .sgo-proposal-grid .sgo-services { grid-template-columns: 1fr; }
}

@media (max-width: 800px) { .sgo-services { grid-template-columns: 1fr; } }

.sgo-service {
    position: relative;
    padding: 1.75rem;
    border-radius: 18px;
    background: linear-gradient(145deg, rgba(244, 239, 227, 0.04) 0%, rgba(244, 239, 227, 0.008) 100%);
    border: 1.5px solid var(--line-2);
    cursor: pointer;
    transition: all 0.4s var(--ease);
    text-align: right;
    isolation: isolate;
}

.sgo-service:hover {
    border-color: var(--gold-deep);
    transform: translateY(-2px);
}

.sgo-service::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 18px;
    padding: 1px;
    background: var(--grad-border);
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.4s var(--ease);
    pointer-events: none;
}

.sgo-service--selected {
    background: linear-gradient(145deg, rgba(157, 201, 180, 0.12) 0%, rgba(157, 201, 180, 0.03) 100%);
    border-color: var(--gold);
    box-shadow: 0 8px 30px -10px var(--gold-glow);
}

.sgo-service--selected::before { opacity: 1; }

.sgo-service-head {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.sgo-service-titles {
    flex: 1;
    min-width: 0;
}

.sgo-service-tag {
    font-family: var(--font-body);
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--gold);
    direction: ltr;
    text-align: right;
    display: block;
    margin-bottom: 0.4rem;
}

.sgo-service-title {
    font-family: var(--font-ar);
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.3;
    color: var(--cream);
}

.sgo-service-title-en {
    display: block;
    font-family: var(--font-display);
    font-style: italic;
    font-size: 0.95rem;
    color: var(--cream-muted);
    direction: ltr;
    text-align: right;
    margin-top: 0.2rem;
}

.sgo-service-check {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 1.5px solid var(--line-2);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s var(--ease);
    flex-shrink: 0;
    margin-top: 0.3rem;
}

.sgo-service-check::after {
    content: '';
    width: 8px;
    height: 14px;
    border-right: 2px solid var(--soil);
    border-bottom: 2px solid var(--soil);
    transform: rotate(45deg) translate(-1px, -1px) scale(0);
    transition: transform 0.4s var(--ease);
}

.sgo-service--selected .sgo-service-check {
    background: var(--grad-gold);
    border-color: transparent;
}

.sgo-service--selected .sgo-service-check::after {
    transform: rotate(45deg) translate(-1px, -1px) scale(1);
}

.sgo-service-price {
    font-family: var(--font-display);
    font-size: 1.5rem;
    background: var(--grad-gold);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    line-height: 1;
    margin-bottom: 0.85rem;
}

.sgo-service-price-period {
    font-family: var(--font-ar);
    font-size: 0.85rem;
    color: var(--cream-muted);
    margin-right: 0.4rem;
    background: none;
    -webkit-text-fill-color: var(--cream-muted);
}

.sgo-service-desc {
    font-family: var(--font-ar);
    font-size: 0.9rem;
    line-height: 1.75;
    color: var(--cream-dim);
    margin-bottom: 1rem;
}

.sgo-service-features {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    padding-top: 1rem;
    border-top: 1px solid var(--line);
}

.sgo-service-features li {
    font-family: var(--font-ar);
    font-size: 0.86rem;
    line-height: 1.5;
    color: var(--cream-dim);
    display: flex;
    align-items: start;
    gap: 0.6rem;
}

.sgo-service-features li::before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    margin-top: 4px;
    background: var(--grad-gold);
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M13.5 4L6 11.5L2.5 8' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E") center / contain no-repeat;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M13.5 4L6 11.5L2.5 8' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E") center / contain no-repeat;
}

/* ============= Opt-in card (Seven Select & Seven Impact) ============= */
.sgo-optin {
    position: relative;
    padding: clamp(2.25rem, 4vw, 3.5rem) clamp(1.75rem, 3.5vw, 3rem);
    border-radius: 24px;
    background:
        radial-gradient(ellipse at 75% 20%, rgba(157, 201, 180, 0.1), transparent 55%),
        linear-gradient(145deg, rgba(244, 239, 227, 0.04) 0%, rgba(244, 239, 227, 0.01) 100%),
        var(--soil-2);
    border: 1px solid var(--line);
    overflow: hidden;
    isolation: isolate;
}

.sgo-optin--impact {
    background:
        radial-gradient(ellipse at 25% 30%, rgba(15, 44, 36, 0.45) 0%, transparent 50%),
        radial-gradient(ellipse at 75% 80%, rgba(157, 201, 180, 0.08), transparent 50%),
        var(--forest-deep);
}

.sgo-optin::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 24px;
    padding: 1px;
    background: var(--grad-border);
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    opacity: 0.6;
}

.sgo-optin-pattern {
    position: absolute;
    inset: 0;
    z-index: 0;
    opacity: 0.03;
    pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg width='160' height='160' viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M80 0 L100 60 L160 80 L100 100 L80 160 L60 100 L0 80 L60 60 Z' fill='none' stroke='%239DC9B4' stroke-width='0.6'/%3E%3C/svg%3E");
    background-size: 160px 160px;
}

.sgo-optin-inner { position: relative; z-index: 1; }

.sgo-optin-title {
    font-family: var(--font-ar);
    font-size: clamp(1.5rem, 3vw, 2.25rem);
    font-weight: 600;
    line-height: 1.6;
    color: var(--cream);
    letter-spacing: -0.015em;
    max-width: 26ch;
    padding-bottom: 0.3em;
}

.sgo-optin-title em {
    font-family: var(--font-ar);
    font-style: normal;
    font-weight: 600;
    background: var(--grad-gold);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: inline-block;
    margin-top: 0.2em;
    letter-spacing: -0.015em;
}

.sgo-optin-title-en {
    margin-top: 1rem;
    padding-top: 0.85rem;
    border-top: 1px solid var(--line);
    max-width: 50ch;
    font-family: var(--font-display);
    font-style: italic;
    font-size: clamp(0.95rem, 1.6vw, 1.15rem);
    color: var(--cream-dim);
    direction: ltr;
    text-align: right;
    line-height: 1.5;
}

.sgo-optin-desc {
    margin-top: 1.5rem;
    font-family: var(--font-ar);
    font-size: 1rem;
    line-height: 1.85;
    color: var(--cream-dim);
    max-width: 65ch;
}

/* Benefits row — flexbox with min-width per card */
.sgo-benefits {
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.sgo-benefit {
    flex: 1 1 220px;
    min-width: 220px;
    padding: 1.25rem 1.25rem;
    border-radius: 12px;
    background: rgba(244, 239, 227, 0.025);
    border: 1px solid var(--line);
    text-align: right;
}

@media (max-width: 600px) {
    .sgo-benefit {
        flex: 1 1 100%;
        min-width: 100%;
    }
}

.sgo-benefit-icon { width: 24px; height: 24px; color: var(--gold); margin-bottom: 0.6rem; }

.sgo-benefit-title {
    font-family: var(--font-ar);
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--cream);
    line-height: 1.4;
    word-spacing: 0.05em;
    overflow-wrap: break-word;
}

.sgo-benefit-desc {
    margin-top: 0.4rem;
    font-family: var(--font-ar);
    font-size: 0.82rem;
    color: var(--cream-dim);
    line-height: 1.6;
    word-spacing: 0.05em;
    overflow-wrap: break-word;
}

/* Disclosure box */
.sgo-disclosure {
    margin-top: 2rem;
    padding: 1.25rem 1.5rem;
    border-radius: 14px;
    background: linear-gradient(145deg, rgba(157, 201, 180, 0.06) 0%, rgba(157, 201, 180, 0.015) 100%);
    border: 1px solid rgba(157, 201, 180, 0.25);
    display: flex;
    align-items: start;
    gap: 0.85rem;
}

.sgo-disclosure-icon {
    width: 22px; height: 22px;
    flex-shrink: 0;
    color: var(--gold);
    margin-top: 0.15rem;
}

.sgo-disclosure-label {
    font-family: var(--font-body);
    font-size: 0.68rem;
    font-weight: 500;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--gold);
    direction: ltr;
    display: inline-block;
    margin-bottom: 0.35rem;
}

.sgo-disclosure-text {
    font-family: var(--font-ar);
    font-size: 0.92rem;
    line-height: 1.7;
    color: var(--cream);
}

.sgo-disclosure-text strong {
    background: var(--grad-gold);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-weight: 700;
}

/* Choice toggle — flexbox with min-width */
.sgo-choice {
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.sgo-option {
    flex: 1 1 280px;
    min-width: 280px;
    position: relative;
    padding: 1.5rem 1.6rem;
    border-radius: 14px;
    background: rgba(244, 239, 227, 0.025);
    border: 1.5px solid var(--line-2);
    cursor: pointer;
    transition: all 0.4s var(--ease);
    text-align: right;
}

@media (max-width: 600px) {
    .sgo-option {
        flex: 1 1 100%;
        min-width: 100%;
    }
}

.sgo-option:hover {
    border-color: var(--gold-deep);
    background: rgba(244, 239, 227, 0.04);
    transform: translateY(-2px);
}

.sgo-option-radio {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.sgo-option-head {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.45rem;
}

.sgo-option-check {
    width: 22px; height: 22px;
    border-radius: 50%;
    border: 1.5px solid var(--cream-muted);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s var(--ease);
    flex-shrink: 0;
}

.sgo-option-check::after {
    content: '';
    width: 10px; height: 10px;
    border-radius: 50%;
    background: var(--grad-gold);
    transform: scale(0);
    transition: transform 0.4s var(--ease);
}

.sgo-option-title {
    font-family: var(--font-ar);
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--cream);
    overflow-wrap: break-word;
    word-spacing: 0.05em;
}

.sgo-option-desc {
    font-family: var(--font-ar);
    font-size: 0.86rem;
    color: var(--cream-dim);
    line-height: 1.7;
    padding-right: 2.85rem;
    overflow-wrap: break-word;
    word-spacing: 0.05em;
}

.sgo-option-bonus {
    display: inline-block;
    margin-top: 0.85rem;
    margin-right: 2.85rem;
    max-width: calc(100% - 2.85rem);
    box-sizing: border-box;
    padding: 0.5rem 0.95rem;
    background: rgba(157, 201, 180, 0.15);
    border: 1px solid rgba(157, 201, 180, 0.35);
    border-radius: 999px;
    font-family: var(--font-ar);
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--gold-hi);
    white-space: normal;
    line-height: 1.45;
    word-spacing: 0.04em;
    overflow-wrap: break-word;
    text-align: center;
}

.sgo-option--selected {
    border-color: var(--gold);
    background: linear-gradient(145deg, rgba(157, 201, 180, 0.1) 0%, rgba(157, 201, 180, 0.02) 100%);
    box-shadow: 0 8px 30px -10px var(--gold-glow);
}

.sgo-option--selected .sgo-option-check {
    border-color: var(--gold);
    background: rgba(157, 201, 180, 0.1);
}

.sgo-option--selected .sgo-option-check::after { transform: scale(1); }

/* ============= Proposal Summary (Sticky on desktop) ============= */
.sgo-proposal-grid {
    display: flex;
    gap: 2.5rem;
    align-items: flex-start;
    flex-wrap: wrap;
}

.sgo-proposal-grid > div:first-child {
    flex: 1 1 600px;
    min-width: 0;
}

.sgo-proposal-grid > aside {
    flex: 0 0 380px;
    position: sticky;
    top: 2rem;
}

@media (max-width: 1200px) {
    .sgo-proposal-grid {
        flex-direction: column;
        gap: 2rem;
    }
    .sgo-proposal-grid > div:first-child {
        flex: 1 1 100%;
        width: 100%;
    }
    .sgo-proposal-grid > aside {
        flex: 1 1 100%;
        width: 100%;
        position: relative;
        top: 0;
        order: 999;
    }
    .sgo-proposal-summary {
        position: relative !important;
        top: 0 !important;
    }
}

.sgo-proposal-summary {
    position: sticky;
    top: 2rem;
    padding: 2rem 1.75rem;
    border-radius: 20px;
    background: var(--soil-3);
    border: 1px solid var(--line-2);
    overflow: hidden;
    isolation: isolate;
}

.sgo-proposal-summary::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 20px;
    padding: 1px;
    background: var(--grad-border);
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    opacity: 0.5;
}

.sgo-summary-inner { position: relative; z-index: 1; }

.sgo-summary-label {
    font-family: var(--font-body);
    font-size: 0.7rem;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--gold);
    direction: ltr;
    text-align: right;
    margin-bottom: 0.6rem;
}

.sgo-summary-title {
    font-family: var(--font-ar);
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--cream);
    line-height: 1.3;
    letter-spacing: -0.015em;
}

.sgo-summary-list {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--line);
    min-height: 60px;
}

.sgo-summary-item {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 1rem;
    font-family: var(--font-ar);
    font-size: 0.9rem;
    color: var(--cream-dim);
    direction: rtl;
}

.sgo-summary-item-name { flex: 1; min-width: 0; }
.sgo-summary-item-price {
    font-family: var(--font-display);
    color: var(--cream);
    direction: ltr;
    flex-shrink: 0;
}

.sgo-summary-empty {
    font-family: var(--font-ar);
    font-size: 0.88rem;
    color: var(--cream-muted);
    line-height: 1.6;
    text-align: center;
    padding: 1rem 0;
}

/* Add-on tags in summary */
.sgo-summary-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin-top: 0.5rem;
    padding: 0.3rem 0.65rem;
    background: rgba(157, 201, 180, 0.12);
    border: 1px solid rgba(157, 201, 180, 0.25);
    border-radius: 999px;
    font-family: var(--font-ar);
    font-size: 0.75rem;
    color: var(--gold-hi);
    direction: rtl;
}

.sgo-summary-tag::before {
    content: '';
    display: block;
    width: 5px; height: 5px;
    border-radius: 50%;
    background: var(--gold);
}

.sgo-summary-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin: 0.75rem 0;
}

/* Totals */
.sgo-summary-totals {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--line);
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.sgo-summary-line {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    font-family: var(--font-ar);
    font-size: 0.88rem;
    color: var(--cream-dim);
}

.sgo-summary-line-value {
    font-family: var(--font-display);
    color: var(--cream);
    direction: ltr;
}

.sgo-summary-discount .sgo-summary-line-value {
    color: var(--gold-hi);
}

.sgo-summary-total {
    margin-top: 0.6rem;
    padding-top: 1.25rem;
    border-top: 1px solid var(--line-2);
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.sgo-summary-total-label {
    font-family: var(--font-ar);
    font-size: 1rem;
    font-weight: 600;
    color: var(--cream);
}

.sgo-summary-total-value {
    font-family: var(--font-display);
    font-size: 2.25rem;
    background: var(--grad-gold);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    line-height: 1;
    direction: ltr;
}

.sgo-summary-total-period {
    font-family: var(--font-ar);
    font-size: 0.78rem;
    color: var(--cream-muted);
    margin-top: 0.5rem;
    text-align: left;
    direction: rtl;
}

/* CTA buttons */
.sgo-summary-actions {
    margin-top: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.sgo-root .sgo-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    padding: 0.95rem 1.5rem;
    font-family: var(--font-ar);
    font-size: 0.95rem;
    font-weight: 600;
    border-radius: 999px;
    border: 1px solid transparent;
    cursor: pointer;
    transition: transform 0.45s var(--ease), box-shadow 0.45s var(--ease);
    direction: rtl;
    text-align: center;
}

.sgo-root .sgo-btn-primary,
.sgo-root .sgo-btn-primary:link,
.sgo-root .sgo-btn-primary:visited {
    background: var(--grad-gold) !important;
    color: var(--soil) !important;
    border-color: transparent !important;
    position: relative;
    overflow: hidden;
}

.sgo-root .sgo-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 40px -16px var(--gold-glow);
    color: var(--soil) !important;
}

.sgo-root .sgo-btn-primary:disabled,
.sgo-root .sgo-btn-primary[aria-disabled="true"] {
    opacity: 0.4;
    cursor: not-allowed;
    pointer-events: none;
}

.sgo-root .sgo-btn-ghost,
.sgo-root .sgo-btn-ghost:link,
.sgo-root .sgo-btn-ghost:visited {
    background: transparent !important;
    color: var(--cream) !important;
    border-color: var(--line-2) !important;
}

.sgo-root .sgo-btn-ghost:hover {
    background: rgba(244, 239, 227, 0.06) !important;
    border-color: var(--cream-dim) !important;
}

.sgo-btn-arrow {
    width: 16px; height: 16px;
    transform: scaleX(-1);
    transition: transform 0.4s var(--ease);
    flex-shrink: 0;
}

.sgo-root .sgo-btn:hover .sgo-btn-arrow {
    transform: scaleX(-1) translateX(4px);
}

/* ============= Form fields ============= */
.sgo-form-fields {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--line);
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.sgo-field-label {
    font-family: var(--font-ar);
    font-size: 0.82rem;
    color: var(--cream-dim);
    margin-bottom: 0.4rem;
    display: block;
}

.sgo-field-input {
    width: 100%;
    padding: 0.85rem 1rem;
    border-radius: 10px;
    background: rgba(244, 239, 227, 0.04);
    border: 1px solid var(--line-2);
    color: var(--cream);
    font-family: var(--font-ar);
    font-size: 0.95rem;
    direction: rtl;
    transition: border-color 0.3s var(--ease);
}

.sgo-field-input:focus {
    outline: none;
    border-color: var(--gold-deep);
}

.sgo-field-input::placeholder {
    color: var(--cream-muted);
}

/* ============= How we collaborate ============= */
.sgo-collab-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
}

@media (max-width: 800px) { .sgo-collab-grid { grid-template-columns: 1fr; } }

.sgo-collab-card {
    padding: 1.5rem 1.75rem;
    border-radius: 16px;
    background: linear-gradient(145deg, rgba(244, 239, 227, 0.03) 0%, rgba(244, 239, 227, 0.008) 100%);
    border: 1px solid var(--line);
    text-align: right;
}

.sgo-collab-num {
    font-family: var(--font-display);
    font-style: italic;
    font-size: 1.5rem;
    background: var(--grad-gold);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin-bottom: 0.85rem;
}

.sgo-collab-title {
    font-family: var(--font-ar);
    font-size: 1.15rem;
    font-weight: 600;
    color: var(--cream);
    line-height: 1.3;
    margin-bottom: 0.6rem;
}

.sgo-collab-desc {
    font-family: var(--font-ar);
    font-size: 0.9rem;
    line-height: 1.7;
    color: var(--cream-dim);
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
    .sgo-root *, .sgo-root *::before, .sgo-root *::after {
        animation-duration: 0.001ms !important;
        transition-duration: 0.001ms !important;
    }
}

/* ============= Seven Impact (Auto-Included) ============= */

/* "Automatically Included" badge */
.sgo-impact-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.5rem 1rem;
    background: rgba(157, 201, 180, 0.12);
    border: 1px solid rgba(157, 201, 180, 0.35);
    border-radius: 999px;
    font-family: var(--font-ar);
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--gold-hi);
    margin-bottom: 1.5rem;
    direction: rtl;
    flex-wrap: wrap;
}

.sgo-impact-badge-icon {
    width: 16px;
    height: 16px;
    color: var(--gold);
    flex-shrink: 0;
}

.sgo-impact-badge-sep {
    color: var(--cream-muted);
    margin: 0 0.15rem;
}

.sgo-impact-badge > span:not(.sgo-impact-badge-sep) {
    unicode-bidi: isolate;
}

/* 4 tracks as pills */
.sgo-impact-tracks {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-top: 2rem;
    direction: rtl;
}

.sgo-impact-track {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.6rem 1rem;
    background: rgba(244, 239, 227, 0.04);
    border: 1px solid rgba(111, 166, 138, 0.25);
    border-radius: 999px;
    font-family: var(--font-ar);
    font-size: 0.88rem;
    color: var(--cream);
    transition: all 0.4s var(--ease);
}

.sgo-impact-track:hover {
    background: rgba(157, 201, 180, 0.08);
    border-color: rgba(111, 166, 138, 0.5);
    transform: translateY(-1px);
}

.sgo-impact-track-icon {
    width: 16px;
    height: 16px;
    color: var(--gold);
    flex-shrink: 0;
}

/* Promise statement (replaces opt-in choice) */
.sgo-impact-promise {
    margin-top: 2rem;
    padding: 1.5rem 1.75rem;
    border-radius: 16px;
    background:
        linear-gradient(145deg, rgba(157, 201, 180, 0.1) 0%, rgba(157, 201, 180, 0.02) 100%);
    border: 1px solid rgba(111, 166, 138, 0.4);
    display: flex;
    align-items: start;
    gap: 1rem;
    direction: rtl;
    text-align: right;
}

.sgo-impact-promise-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(157, 201, 180, 0.15);
    border: 1px solid rgba(111, 166, 138, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.sgo-impact-promise-icon svg {
    width: 22px;
    height: 22px;
    color: var(--gold-hi);
}

.sgo-impact-promise-content {
    flex: 1;
    min-width: 0;
}

.sgo-impact-promise-label {
    font-family: var(--font-body);
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--gold);
    direction: ltr;
    text-align: right;
    display: inline-block;
    margin-bottom: 0.5rem;
}

.sgo-impact-promise-text {
    font-family: var(--font-ar);
    font-size: 0.95rem;
    line-height: 1.85;
    color: var(--cream);
    overflow-wrap: break-word;
}

/* Partners note */
.sgo-impact-partners-note {
    margin-top: 1.5rem;
    padding-top: 1.25rem;
    border-top: 1px solid var(--line);
    font-family: var(--font-ar);
    font-size: 0.82rem;
    color: var(--cream-muted);
    direction: rtl;
    text-align: right;
}

/* Allocation line in summary (not a discount, but informational note) */
.sgo-summary-allocation .sgo-summary-line-value {
    color: var(--gold-hi);
    font-style: italic;
    font-size: 0.85rem;
}

.sgo-summary-allocation {
    padding-top: 0.6rem;
    margin-top: 0.4rem;
    border-top: 1px dashed rgba(244, 239, 227, 0.06);
    font-size: 0.85rem;
    opacity: 0.92;
}

/* ============= Floating Mobile CTA Bar ============= */
/* Always-visible sticky CTA at the bottom on mobile/tablet
   so users never lose track of how to send their proposal. */

/* ============= Floating Bottom Bar (Desktop + Mobile) ============= */
/* Always-visible sticky CTA at the bottom across ALL screen sizes
   so users never lose track of their proposal. */

.sgo-mobile-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    padding: 1rem 1.5rem;
    background: rgba(18, 43, 62, 0.92);
    backdrop-filter: saturate(180%) blur(24px);
    -webkit-backdrop-filter: saturate(180%) blur(24px);
    border-top: 1px solid rgba(157, 201, 180, 0.22);
    display: flex;
    align-items: center;
    gap: 1rem;
    direction: rtl;
    box-shadow: 0 -12px 40px rgba(0, 0, 0, 0.4);
}

/* Container inside floating bar to keep content readable on wide screens */
.sgo-mobile-cta-inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    direction: rtl;
}

@media (max-width: 720px) {
    .sgo-mobile-cta-inner {
        gap: 0.75rem;
    }
}

/* Total info block (right side in RTL) */
.sgo-mobile-cta-info {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    flex-shrink: 0;
}

.sgo-mobile-cta-label {
    font-family: var(--font-body);
    font-size: 0.65rem;
    font-weight: 500;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--gold);
    direction: ltr;
    text-align: right;
    display: block;
}

.sgo-mobile-cta-total {
    font-family: var(--font-display);
    font-size: 1.65rem;
    font-weight: 400;
    background: var(--grad-gold);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    line-height: 1;
    direction: ltr;
    text-align: right;
    letter-spacing: -0.01em;
}

/* Status pills in middle */
.sgo-mobile-cta-pills {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 0.6rem;
    flex-wrap: wrap;
    min-width: 0;
}

.sgo-mobile-cta-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.4rem 0.75rem;
    background: rgba(157, 201, 180, 0.10);
    border: 1px solid rgba(157, 201, 180, 0.22);
    border-radius: 999px;
    font-family: var(--font-ar);
    font-size: 0.78rem;
    color: var(--cream);
    line-height: 1.2;
    direction: rtl;
    transition: all 0.3s var(--ease);
}

.sgo-mobile-cta-pill--active {
    background: rgba(157, 201, 180, 0.18);
    border-color: rgba(157, 201, 180, 0.45);
    color: var(--gold-hi);
}

.sgo-mobile-cta-pill-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--cream-muted);
    flex-shrink: 0;
    transition: background 0.3s var(--ease);
}

.sgo-mobile-cta-pill--active .sgo-mobile-cta-pill-dot {
    background: var(--gold);
    box-shadow: 0 0 8px var(--gold-glow);
}

/* Hide pills on small screens */
@media (max-width: 900px) {
    .sgo-mobile-cta-pills { display: none; }
}

/* Primary CTA button (left side in RTL) */
.sgo-root .sgo-mobile-cta-btn {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.95rem 1.5rem;
    background: var(--grad-gold) !important;
    color: var(--soil) !important;
    border-radius: 999px;
    font-family: var(--font-ar);
    font-size: 0.95rem;
    font-weight: 700;
    border: none;
    text-decoration: none !important;
    transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
    direction: rtl;
    white-space: nowrap;
}

.sgo-root .sgo-mobile-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px -8px var(--gold-glow);
}

.sgo-root .sgo-mobile-cta-btn[aria-disabled="true"] {
    opacity: 0.5;
    pointer-events: none;
}

.sgo-mobile-cta-btn-icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

/* Bottom bar is ALWAYS visible — across all screen sizes */
.sgo-mobile-cta { display: flex; }
body.sevengrounds-offer-active { padding-bottom: 100px; }

/* Compact mode on very small screens */
@media (max-width: 480px) {
    .sgo-mobile-cta {
        padding: 0.85rem 1rem;
    }
    .sgo-mobile-cta-total {
        font-size: 1.25rem;
    }
    .sgo-mobile-cta-label {
        font-size: 0.6rem;
    }
    .sgo-root .sgo-mobile-cta-btn {
        padding: 0.8rem 1.1rem;
        font-size: 0.88rem;
    }
    body.sevengrounds-offer-active { padding-bottom: 88px; }
}

/* ============= Universal title overlap fix ============= */
/* Force every <br> inside Arabic titles to add real visible vertical space.
   This prevents the gold em line from overlapping the white line above it. */

.sgo-hero-title br,
.sgo-section-title br,
.sgo-optin-title br {
    content: '';
    display: block;
    margin-top: 0.4em;
    line-height: 0;
}

/* Make sure em (gold) starts on its own visual baseline with proper space above */
.sgo-hero-title em,
.sgo-section-title em,
.sgo-optin-title em {
    line-height: 1.5;
    padding-top: 0.15em;
}

/* ============================================================
   Language Switcher (sticky pill above Hero)
   ============================================================ */
.sgo-lang-switcher {
    position: sticky;
    top: 1.25rem;
    z-index: 100;
    margin: 1.25rem auto 0;
    padding: 0.35rem;
    background: rgba(15, 35, 50, 0.85);
    backdrop-filter: saturate(180%) blur(20px);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    border: 1px solid rgba(157, 201, 180, 0.22);
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    width: fit-content;
    direction: ltr;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}

/* Position the switcher to the right edge in RTL, left edge in LTR */
.sgo-root .sgo-lang-switcher {
    margin-left: auto;
    margin-right: 1.5rem;
    display: flex;
    width: fit-content;
}

.sgo-root[dir="ltr"] .sgo-lang-switcher,
.sgo-root[lang="en"] .sgo-lang-switcher,
.sgo-root[lang="tr"] .sgo-lang-switcher {
    margin-left: 1.5rem;
    margin-right: auto;
}

.sgo-root .sgo-lang-btn {
    background: transparent;
    border: none;
    color: var(--cream-dim);
    font-family: var(--font-body);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    padding: 0.5rem 0.95rem;
    border-radius: 999px;
    cursor: pointer;
    transition: all 0.3s var(--ease);
    direction: ltr;
}

.sgo-root .sgo-lang-btn:hover {
    color: var(--cream);
    background: rgba(157, 201, 180, 0.08);
}

.sgo-root .sgo-lang-btn--active {
    background: var(--grad-gold);
    color: var(--soil);
    font-weight: 700;
}

.sgo-root .sgo-lang-btn--active:hover {
    color: var(--soil);
    background: var(--grad-gold);
}

/* AR button uses Arabic font */
.sgo-root .sgo-lang-btn[data-lang="ar"] {
    font-family: var(--font-ar);
    font-size: 0.85rem;
}

/* ============================================================
   LTR overrides (when language is EN or TR)
   ============================================================ */

/* When .sgo-root has dir="ltr", flip everything */
.sgo-root[dir="ltr"] {
    direction: ltr;
    text-align: left;
}

/* Headlines in LTR — left aligned */
.sgo-root[dir="ltr"] .sgo-hero-inner {
    text-align: left;
    margin-right: auto;
    margin-left: 0;
}

.sgo-root[dir="ltr"] .sgo-hero-title,
.sgo-root[dir="ltr"] .sgo-hero-title-en,
.sgo-root[dir="ltr"] .sgo-hero-sub,
.sgo-root[dir="ltr"] .sgo-section-title,
.sgo-root[dir="ltr"] .sgo-section-sub,
.sgo-root[dir="ltr"] .sgo-optin-title,
.sgo-root[dir="ltr"] .sgo-optin-title-en,
.sgo-root[dir="ltr"] .sgo-optin-desc,
.sgo-root[dir="ltr"] .sgo-section-head,
.sgo-root[dir="ltr"] .sgo-collab-card,
.sgo-root[dir="ltr"] .sgo-collab-title,
.sgo-root[dir="ltr"] .sgo-collab-desc,
.sgo-root[dir="ltr"] .sgo-service,
.sgo-root[dir="ltr"] .sgo-service-tag,
.sgo-root[dir="ltr"] .sgo-service-title,
.sgo-root[dir="ltr"] .sgo-service-title-en,
.sgo-root[dir="ltr"] .sgo-service-desc,
.sgo-root[dir="ltr"] .sgo-service-features li,
.sgo-root[dir="ltr"] .sgo-benefit,
.sgo-root[dir="ltr"] .sgo-benefit-title,
.sgo-root[dir="ltr"] .sgo-benefit-desc,
.sgo-root[dir="ltr"] .sgo-option,
.sgo-root[dir="ltr"] .sgo-option-title,
.sgo-root[dir="ltr"] .sgo-option-desc,
.sgo-root[dir="ltr"] .sgo-impact-track,
.sgo-root[dir="ltr"] .sgo-disclosure-text,
.sgo-root[dir="ltr"] .sgo-disclosure-label,
.sgo-root[dir="ltr"] .sgo-impact-promise-text,
.sgo-root[dir="ltr"] .sgo-impact-promise-label,
.sgo-root[dir="ltr"] .sgo-impact-partners-note,
.sgo-root[dir="ltr"] .sgo-summary-title,
.sgo-root[dir="ltr"] .sgo-summary-label,
.sgo-root[dir="ltr"] .sgo-mobile-cta-label,
.sgo-root[dir="ltr"] .sgo-mobile-cta-total,
.sgo-root[dir="ltr"] .sgo-tracker-step,
.sgo-root[dir="ltr"] .sgo-tracker-label,
.sgo-root[dir="ltr"] .sgo-tracker-label-en {
    direction: ltr;
    text-align: left;
}

/* Eyebrow in LTR stays LTR but content flows left */
.sgo-root[dir="ltr"] .sgo-eyebrow {
    direction: ltr;
}

.sgo-root[dir="ltr"] .sgo-eyebrow::before {
    /* gold line stays on left */
    margin-right: 0;
}

.sgo-root[dir="ltr"] .sgo-eyebrow-ar {
    direction: ltr;
}

/* Service features list in LTR — bullet on left */
.sgo-root[dir="ltr"] .sgo-service-features li {
    flex-direction: row;
}

/* Option bonus pill margin in LTR */
.sgo-root[dir="ltr"] .sgo-option-bonus,
.sgo-root[dir="ltr"] .sgo-option-desc {
    margin-right: 0;
    margin-left: 2.85rem;
    padding-right: 0;
    padding-left: 0;
}

/* Floating bar inner direction */
.sgo-root[dir="ltr"] .sgo-mobile-cta-inner {
    direction: ltr;
}

.sgo-root[dir="ltr"] .sgo-mobile-cta {
    direction: ltr;
}

/* When LTR, use English-friendly fonts */
.sgo-root[dir="ltr"] {
    font-family: var(--font-body);
}

.sgo-root[dir="ltr"] .sgo-hero-title,
.sgo-root[dir="ltr"] .sgo-section-title,
.sgo-root[dir="ltr"] .sgo-optin-title,
.sgo-root[dir="ltr"] .sgo-collab-title,
.sgo-root[dir="ltr"] .sgo-service-title,
.sgo-root[dir="ltr"] .sgo-benefit-title,
.sgo-root[dir="ltr"] .sgo-option-title,
.sgo-root[dir="ltr"] .sgo-summary-title {
    font-family: var(--font-display);
    font-weight: 500;
    letter-spacing: -0.01em;
    line-height: 1.25;
}

.sgo-root[dir="ltr"] .sgo-hero-title em,
.sgo-root[dir="ltr"] .sgo-section-title em,
.sgo-root[dir="ltr"] .sgo-optin-title em {
    font-family: var(--font-display);
    font-style: italic;
    font-weight: 600;
    margin-top: 0;
    line-height: 1.2;
    padding-top: 0;
}

.sgo-root[dir="ltr"] .sgo-hero-title br,
.sgo-root[dir="ltr"] .sgo-section-title br,
.sgo-root[dir="ltr"] .sgo-optin-title br {
    display: inline;
    margin-top: 0;
}

.sgo-root[dir="ltr"] .sgo-hero-sub,
.sgo-root[dir="ltr"] .sgo-section-sub,
.sgo-root[dir="ltr"] .sgo-optin-desc,
.sgo-root[dir="ltr"] .sgo-service-desc,
.sgo-root[dir="ltr"] .sgo-benefit-desc,
.sgo-root[dir="ltr"] .sgo-option-desc,
.sgo-root[dir="ltr"] .sgo-collab-desc,
.sgo-root[dir="ltr"] .sgo-disclosure-text,
.sgo-root[dir="ltr"] .sgo-impact-promise-text,
.sgo-root[dir="ltr"] .sgo-service-features li {
    font-family: var(--font-body);
}

/* Center-aligned collab section in LTR */
.sgo-root[dir="ltr"] .sgo-section--alt .sgo-section-title,
.sgo-root[dir="ltr"] .sgo-section--alt .sgo-section-sub {
    text-align: center;
}

/* Hero title-en in LTR — italic accent line */
.sgo-root[dir="ltr"] .sgo-hero-title-en em,
.sgo-root[dir="ltr"] .sgo-optin-title-en em {
    font-family: var(--font-display);
    color: var(--gold-hi);
}

/* Mobile cta text alignment in LTR */
.sgo-root[dir="ltr"] .sgo-mobile-cta-label,
.sgo-root[dir="ltr"] .sgo-mobile-cta-total {
    text-align: left;
}

/* Service price period in LTR */
.sgo-root[dir="ltr"] .sgo-service-price-period {
    margin-right: 0;
    margin-left: 0.4rem;
}


/* Use Inter for Turkish — best Latin extended support */
.sgo-root[lang="tr"] {
    font-family: 'Inter', var(--font-body);
}

.sgo-root[lang="tr"] .sgo-hero-title,
.sgo-root[lang="tr"] .sgo-section-title,
.sgo-root[lang="tr"] .sgo-optin-title,
.sgo-root[lang="tr"] .sgo-collab-title {
    font-family: var(--font-display);
}

/* English uses Cormorant Garamond for display, Bricolage for body */
.sgo-root[lang="en"] {
    font-family: var(--font-body);
}
