/* ==========================================
   GEO PAGE — HERO (light theme)
========================================== */

.geo-hero{

    background:#ffffff;

    padding:120px 0;

}
.geo-hero__grid{

    display:grid;

    grid-template-columns:1fr .95fr;

    gap:70px;

    align-items:center;

}
.geo-hero__badge{

    display:inline-flex;

    align-items:center;

    gap:8px;

    background:#F1F2F4;

    color:#5B6472;

    font-size:.8rem;

    font-weight:700;

    padding:8px 16px 8px 12px;

    border-radius:var(--radius-pill);

    margin-bottom:24px;

}
.geo-hero__badge svg{

    width:16px;

    height:16px;

    color:var(--color-gold);

}
.geo-hero__content h1{

    font-family:"Times New Roman", serif;

    font-size:2.7rem;

    line-height:1.25;

    color:#0B1D3A;

    letter-spacing:-.5px;

    margin-bottom:24px;

}
.geo-hero__content p{

    font-size:1.15rem;

    line-height:1.8;

    color:#5B6472;

    margin-bottom:24px;

}
.geo-hero__content p strong{

    color:#0B1D3A;

}
.geo-hero__phrase{

    color:#0B1D3A;

    font-weight:700;

}
.geo-hero__quote{

    border-left:3px solid var(--color-gold);

    padding-left:20px;

    margin:0 0 32px;

    font-size:1.05rem;

    line-height:1.7;

    font-style:italic;

    color:#0B1D3A;

}
.geo-hero__cta{

    text-transform:uppercase;

    letter-spacing:.5px;

    font-size:.9rem;

}

/* Stacked chat mockup */
.geo-hero__visual{

    display:flex;

    justify-content:center;

}
.geo-chat-stack{

    position:relative;

    width:100%;

    max-width:420px;

}
.geo-chat-stack__layer{

    position:absolute;

    inset:0;

    background:#F1F2F4;

    border:1px solid rgba(11,29,58,.08);

    border-radius:var(--radius-lg);

}
.geo-chat-stack__layer--1{

    transform:translate(10px, 10px);

}
.geo-chat-stack__layer--2{

    transform:translate(20px, 20px);

    background:#E7E9EC;

}
.geo-chat{

    position:relative;

    z-index:1;

    background:#ffffff;

    border:1px solid rgba(11,29,58,.1);

    border-radius:var(--radius-lg);

    box-shadow:0 20px 45px rgba(11,29,58,.12);

    overflow:hidden;

}
.geo-chat__header{

    display:flex;

    align-items:center;

    gap:10px;

    padding:16px 20px;

    background:#F1F2F4;

    border-bottom:1px solid rgba(11,29,58,.08);

}
.geo-chat__icon{

    display:flex;

    align-items:center;

    justify-content:center;

    width:32px;

    height:32px;

    border-radius:50%;

    background:var(--color-gold);

    color:#ffffff;

}
.geo-chat__icon svg{

    width:18px;

    height:18px;

}
.geo-chat__title{

    font-weight:700;

    font-size:.85rem;

    color:#0B1D3A;

    text-transform:uppercase;

    letter-spacing:.5px;

}
.geo-chat__user{

    margin-left:auto;

    font-size:.7rem;

    font-weight:700;

    color:#9AA3AF;

    text-transform:uppercase;

    letter-spacing:.5px;

}
.geo-chat__body{

    padding:22px 20px;

}
.geo-chat__body p{

    font-size:.92rem;

    line-height:1.6;

    color:#333d4c;

    margin-bottom:14px;

}
.geo-chat__body p strong{

    color:#0B1D3A;

}
.geo-chat__body p.swipe-text{

    display:block;

}
.geo-chat__rec-name.swipe-text,
.geo-chat__rec-meta.swipe-text{

    display:block;

}
.geo-chat__recommendation{

    display:flex;

    align-items:center;

    justify-content:space-between;

    gap:12px;

    background:#F7F5EF;

    border:1px solid rgba(169,121,31,.35);

    border-radius:var(--radius-sm);

    padding:14px 16px;

    margin-bottom:8px;

}
.geo-chat__rec-info{

    display:flex;

    flex-direction:column;

    gap:2px;

}
.geo-chat__rec-name{

    font-weight:700;

    font-size:.9rem;

    color:#0B1D3A;

}
.geo-chat__rec-meta{

    font-size:.78rem;

    color:#5B6472;

}
.geo-chat__rec-icon{

    flex-shrink:0;

    display:flex;

    align-items:center;

    justify-content:center;

    width:32px;

    height:32px;

    border-radius:50%;

    background:var(--color-gold);

    color:#ffffff;

}
.geo-chat__rec-icon svg{

    width:16px;

    height:16px;

}
.geo-chat__rec-label{

    display:block;

    font-size:.7rem;

    font-weight:700;

    color:var(--color-gold);

    text-transform:uppercase;

    letter-spacing:.5px;

}
.geo-chat__input{

    margin:0 20px 20px;

    padding:12px 16px;

    background:#F1F2F4;

    border-radius:var(--radius-pill);

    font-size:.85rem;

    color:#9AA3AF;

}

/* ==========================================
   THIS ISN'T THE FUTURE (dark section)
========================================== */

.geo-happening{

    background:var(--color-background-alt);

    padding:var(--space-3xl) 0;

}
.geo-happening__grid{

    display:grid;

    grid-template-columns:.9fr 1.1fr;

    gap:64px;

    align-items:center;

}
.geo-happening__image{

    position:relative;

    z-index:2;

}
.geo-happening__image::before{

    content:"";

    position:absolute;

    top:-40px;

    left:-40px;

    right:-40px;

    bottom:-40px;

    background:radial-gradient(circle, rgba(216,177,75,.28), rgba(216,177,75,0) 70%);

    filter:blur(20px);

    z-index:-1;

}
.geo-happening__image img{

    width:100%;

    border-radius:var(--radius-lg);

    box-shadow:0 30px 60px rgba(0,0,0,.5);

    display:block;

    transform:rotate(-2.5deg);

    transition:transform .4s ease;

}
.geo-happening__image:hover img{

    transform:rotate(0deg) scale(1.02);

}
.geo-happening__content{

    position:relative;

    z-index:1;

}
.geo-happening__content h2{

    font-family:"Times New Roman", serif;

    font-size:2.5rem;

    line-height:1.3;

    color:var(--color-white);

    letter-spacing:-.5px;

    margin-bottom:28px;

}
.geo-happening__content p{

    font-size:1.1rem;

    line-height:1.8;

    color:var(--color-text);

    margin-bottom:24px;

}
.geo-happening__quote{

    background:var(--color-card);

    border-left:3px solid var(--color-gold);

    border-radius:0 var(--radius-sm) var(--radius-sm) 0;

    padding:20px 24px;

    margin:0 0 24px;

    font-size:1.15rem;

    line-height:1.7;

    font-style:italic;

    color:var(--color-white);

}
.geo-happening__bold{

    font-weight:700;

    color:var(--color-white);

    margin-bottom:0;

}

/* ==========================================
   PEOPLE DON'T THINK LIKE SEARCH ENGINES
========================================== */

.geo-mindset{

    padding:var(--space-3xl) 0 60px;

}
.geo-mindset__heading{

    text-align:center;

    max-width:700px;

    margin:0 auto var(--space-2xl);

}
.geo-mindset__heading h2{

    font-family:"Times New Roman", serif;

    font-size:2.4rem;

    color:#0B1D3A;

    margin-bottom:14px;

}
.geo-mindset__heading p{

    font-size:1.1rem;

    color:#5B6472;

}
.geo-mindset__grid{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:40px;

    max-width:1100px;

    margin-inline:auto;

}
.geo-mindset__panel{

    position:relative;

    background:#ffffff;

    border:1px solid rgba(11,29,58,.1);

    border-radius:var(--radius-lg);

    padding:32px;

    text-align:center;

}
.geo-mindset__panel--today{

    background:#FBF8F0;

    border-color:rgba(169,121,31,.35);

}
.geo-mindset__badge{

    position:absolute;

    top:-14px;

    right:24px;

    background:var(--color-gold);

    color:#ffffff;

    font-size:.72rem;

    font-weight:700;

    text-transform:uppercase;

    letter-spacing:.5px;

    padding:6px 14px;

    border-radius:var(--radius-pill);

}
.geo-mindset__eyebrow{

    display:block;

    font-size:.78rem;

    font-weight:700;

    text-transform:uppercase;

    letter-spacing:1px;

    color:#9AA3AF;

    margin-bottom:8px;

}
.geo-mindset__eyebrow--gold{

    color:var(--color-gold);

}
.geo-mindset__panel h3{

    font-family:var(--font-heading);

    font-size:1.4rem;

    color:#0B1D3A;

    margin-bottom:20px;

}
.geo-mindset__divider{

    height:1px;

    background:rgba(11,29,58,.1);

    margin-bottom:24px;

}
.geo-search-row{

    display:flex;

    align-items:center;

    gap:12px;

    background:#F1F2F4;

    border:1px solid rgba(11,29,58,.08);

    border-radius:var(--radius-sm);

    padding:16px 18px;

    margin-bottom:14px;

    text-align:left;

}
.geo-search-row svg{

    flex-shrink:0;

    width:18px;

    height:18px;

    color:#9AA3AF;

}
.geo-search-row span{

    font-family:"Courier New", monospace;

    font-size:.95rem;

    color:#333d4c;

}
.geo-chat-row{

    display:flex;

    align-items:flex-start;

    gap:14px;

    background:#ffffff;

    border:1px solid rgba(11,29,58,.08);

    border-radius:var(--radius-sm);

    padding:16px 18px;

    margin-bottom:14px;

    text-align:left;

    box-shadow:0 2px 8px rgba(11,29,58,.04);
}
.geo-chat-row__icon{

    flex-shrink:0;

    display:flex;

    align-items:center;

    justify-content:center;

    width:34px;

    height:34px;

    border-radius:50%;

    background:rgba(169,121,31,.12);

    color:var(--color-gold);

}
.geo-chat-row__icon svg{

    width:17px;

    height:17px;

}
.geo-chat-row__body p{

    font-size:.95rem;

    line-height:1.55;

    color:#0B1D3A;

    margin-bottom:6px;

}
.geo-chat-row__meta{

    font-size:.72rem;

    color:#9AA3AF;

    text-transform:uppercase;

    letter-spacing:.5px;

}

/* ==========================================
   FORECAST (white)
========================================== */

.geo-forecast{

    padding:60px 0 110px;

}
.geo-forecast__content{

    max-width:680px;

    margin-inline:auto;

    text-align:center;

}
.geo-forecast__content h2{

    font-family:"Times New Roman", serif;

    font-weight:700;

    font-size:1.7rem;

    line-height:1.4;

    letter-spacing:-.2px;

    color:#0B1D3A;

    margin-bottom:18px;

}
.geo-forecast__label{

    display:block;

    font-size:.78rem;

    font-weight:700;

    letter-spacing:2px;

    text-transform:uppercase;

    color:var(--color-gold);

    margin-bottom:36px;

}
.geo-forecast__content p{

    font-size:1.1rem;

    line-height:1.85;

    color:#5B6472;

}

/* ==========================================
   GEO CLARITY (final CTA, dark)
========================================== */

.geo-clarity{

    background:var(--color-background);

    padding:130px 0;

}
.geo-clarity__content{

    max-width:820px;

    margin-inline:auto;

    text-align:center;

}
.geo-clarity__icon{

    position:relative;

    width:60px;

    height:60px;

    margin:0 auto 32px;

    display:flex;

    align-items:center;

    justify-content:center;

    background:var(--color-card);

    border-radius:var(--radius-md);

    color:var(--color-gold);
}
.geo-clarity__icon::before{

    content:"";

    position:absolute;

    top:-24px;

    left:-24px;

    right:-24px;

    bottom:-24px;

    background:radial-gradient(circle, rgba(216,177,75,.25), rgba(216,177,75,0) 70%);

    filter:blur(12px);

    z-index:-1;

}
.geo-clarity__icon svg{

    width:26px;

    height:26px;

}
.geo-clarity__content h2{

    font-family:"Times New Roman", serif;

    font-weight:700;

    font-size:1.9rem;

    line-height:1.35;

    color:var(--color-white);

    white-space:nowrap;

    margin-bottom:20px;

}
.geo-clarity__content p{

    max-width:600px;

    margin-inline:auto;

    font-size:1.05rem;

    line-height:1.8;

    color:var(--color-text);
}
.geo-clarity__divider{

    height:1px;

    width:80px;

    background:rgba(216,177,75,.4);

    margin:36px auto;

}
.geo-clarity__quote{

    max-width:600px;

    margin-inline:auto;

    font-family:var(--font-heading);

    font-style:italic;

    font-weight:700;

    font-size:1.5rem;

    line-height:1.5;

    color:var(--color-white);

    margin-bottom:40px !important;

}
.geo-clarity__cta{

    text-transform:uppercase;

    letter-spacing:.5px;

    font-size:.9rem;

}
/* ==========================================
   RESPONSIVE
   This page had no breakpoints at all — every
   two-column grid below stayed side-by-side down
   to phone width, and the clarity heading's nowrap
   forced the page to scroll horizontally.
========================================== */
@media (max-width:900px){

    /* Fixed 120px top/bottom padding, sized for the two-column
       desktop layout, leaves a big empty band above the badge once
       the grid below stacks to a single column on mobile. */
    .geo-hero{

        padding:70px 0 60px;

    }

    .geo-hero__grid,
    .geo-happening__grid,
    .geo-mindset__grid{

        grid-template-columns:1fr;

    }

}
@media (max-width:640px){

    .geo-hero{

        padding:40px 0 40px;

    }

    .geo-clarity__content h2{

        white-space:normal;

    }

}
