/* ═══════════════════════════════════════════════════════════════
   SAGAR SEO LANDING PAGE
   Stems & Tales — Flower & Gift Delivery in Sagar
   ═══════════════════════════════════════════════════════════════ */

/* ── Shared ──────────────────────────────────────────────────── */
.seo-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: var(--font-body);
    font-size: 0.72rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: var(--rose);
    margin-bottom: 14px;
}
.seo-eyebrow i { font-size: 0.8em; }
.seo-eyebrow--center { display: flex; justify-content: center; }
.seo-eyebrow--light { color: var(--rose-lighter); }

.seo-section-title {
    font-family: var(--font-display);
    font-size: clamp(1.6rem, 4vw, 2.6rem);
    font-weight: 400;
    color: var(--charcoal);
    text-align: center;
    margin-bottom: 12px;
    line-height: 1.2;
}

.seo-section-sub {
    font-family: var(--font-body);
    font-size: 0.92rem;
    color: var(--warm-400);
    text-align: center;
    max-width: 560px;
    margin: 0 auto 48px;
    line-height: 1.7;
}


/* ── HERO ────────────────────────────────────────────────────── */
.seo-hero {
    position: relative;
    min-height: 520px;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 120px 0 80px;
}

.seo-hero__bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, #1A1714 0%, #2a2118 40%, #3d2c1e 70%, #4a3425 100%);
    z-index: 0;
}

.seo-hero__grain {
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");
    z-index: 1;
    pointer-events: none;
}

.seo-hero__inner {
    position: relative;
    z-index: 2;
    text-align: center;
}

.seo-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: var(--font-body);
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: var(--rose-light);
    margin-bottom: 24px;
}

.seo-hero__eyebrow-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--rose);
    animation: pulse 2.5s ease infinite;
}

.seo-hero__title {
    font-family: var(--font-display);
    font-size: clamp(2.2rem, 6vw, 4rem);
    font-weight: 400;
    color: var(--white);
    line-height: 1.15;
    margin-bottom: 20px;
}

.seo-hero__title em {
    color: var(--rose-light);
    font-style: italic;
}

.seo-hero__sub {
    font-family: var(--font-body);
    font-size: clamp(0.88rem, 1.5vw, 1.05rem);
    color: var(--warm-200);
    max-width: 600px;
    margin: 0 auto 32px;
    line-height: 1.75;
}

.seo-hero__actions {
    margin-bottom: 36px;
}

.seo-hero__trust {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.seo-hero__trust span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: var(--font-body);
    font-size: 0.72rem;
    font-weight: 500;
    color: var(--warm-200);
    opacity: 0.8;
}

.seo-hero__trust i {
    color: var(--rose-light);
    font-size: 0.85em;
}


/* ── INTRO ───────────────────────────────────────────────────── */
.seo-intro {
    padding: var(--section-v) 0;
    background: var(--ivory);
}

.seo-intro__inner {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 60px;
    align-items: center;
}

.seo-intro__title {
    font-family: var(--font-display);
    font-size: clamp(1.5rem, 3vw, 2.2rem);
    font-weight: 400;
    color: var(--charcoal);
    margin-bottom: 18px;
    line-height: 1.2;
}

.seo-intro__text p {
    font-family: var(--font-body);
    font-size: 0.9rem;
    color: var(--warm-500);
    line-height: 1.8;
    margin-bottom: 14px;
}

.seo-intro__text p:last-child { margin-bottom: 0; }

.seo-intro__text strong { color: var(--charcoal); font-weight: 600; }

.seo-intro__highlights {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.seo-highlight {
    background: var(--white);
    border-radius: var(--radius);
    padding: 24px 28px;
    border: 1px solid var(--sand);
    transition: all 0.35s var(--ease);
}

.seo-highlight:hover {
    border-color: var(--rose-lighter);
    box-shadow: var(--shadow-md);
    transform: translateY(-2px);
}

.seo-highlight__num {
    font-family: var(--font-display);
    font-size: 2.2rem;
    font-weight: 400;
    color: var(--rose);
    line-height: 1;
    margin-bottom: 4px;
}

.seo-highlight__num sup {
    font-size: 0.5em;
    color: var(--rose-light);
}

.seo-highlight__label {
    font-family: var(--font-body);
    font-size: 0.78rem;
    font-weight: 500;
    color: var(--warm-400);
    letter-spacing: 0.02em;
}


/* ── SERVICES ────────────────────────────────────────────────── */
.seo-services {
    padding: var(--section-v) 0;
    background: var(--white);
}

.seo-services__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.seo-card {
    background: var(--ivory);
    border: 1px solid var(--sand);
    border-radius: var(--radius-lg);
    padding: 32px 26px 28px;
    transition: all 0.4s var(--ease);
    display: flex;
    flex-direction: column;
}

.seo-card:hover {
    border-color: var(--rose-lighter);
    box-shadow: 0 12px 40px rgba(181, 113, 90, 0.08);
    transform: translateY(-4px);
}

.seo-card__icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: var(--rose-bg);
    color: var(--rose);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    margin-bottom: 18px;
    transition: all 0.35s var(--ease);
}

.seo-card:hover .seo-card__icon {
    background: var(--rose);
    color: var(--white);
    transform: scale(1.08);
}

.seo-card__icon--rose    { background: #fde8e8; color: #c94c4c; }
.seo-card:hover .seo-card__icon--rose { background: #c94c4c; color: #fff; }
.seo-card__icon--gold    { background: #fdf4e3; color: var(--gold); }
.seo-card:hover .seo-card__icon--gold { background: var(--gold); color: #fff; }
.seo-card__icon--dark    { background: #e8e6e3; color: var(--charcoal); }
.seo-card:hover .seo-card__icon--dark { background: var(--charcoal); color: #fff; }
.seo-card__icon--warm    { background: #fceee6; color: #d4845a; }
.seo-card:hover .seo-card__icon--warm { background: #d4845a; color: #fff; }
.seo-card__icon--sage    { background: #e8f0e8; color: #5a9a6e; }
.seo-card:hover .seo-card__icon--sage { background: #5a9a6e; color: #fff; }
.seo-card__icon--charcoal { background: #ede9e5; color: #4a4440; }
.seo-card:hover .seo-card__icon--charcoal { background: #4a4440; color: #fff; }
.seo-card__icon--festival { background: #f0e8f5; color: #8b5aa8; }
.seo-card:hover .seo-card__icon--festival { background: #8b5aa8; color: #fff; }

.seo-card__title {
    font-family: var(--font-display);
    font-size: 1.15rem;
    font-weight: 500;
    color: var(--charcoal);
    margin-bottom: 10px;
    line-height: 1.3;
}

.seo-card__text {
    font-family: var(--font-body);
    font-size: 0.82rem;
    color: var(--warm-400);
    line-height: 1.7;
    flex: 1;
    margin-bottom: 16px;
}

.seo-card__tag {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-family: var(--font-body);
    font-size: 0.68rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--rose);
    background: var(--rose-bg);
    padding: 5px 12px;
    border-radius: var(--radius-pill);
    align-self: flex-start;
}

.seo-card__tag--midnight {
    background: #eee8f5;
    color: #6b4d8a;
}

/* Festival card — spans 2 cols on desktop */
.seo-card--festival {
    grid-column: span 2;
}

.seo-card__festivals {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}

.seo-chip {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-family: var(--font-body);
    font-size: 0.72rem;
    font-weight: 500;
    color: var(--warm-500);
    background: var(--white);
    border: 1px solid var(--sand);
    padding: 5px 12px;
    border-radius: var(--radius-pill);
    transition: all 0.3s var(--ease);
}

.seo-chip i { font-size: 0.75em; color: var(--rose-light); }

.seo-chip:hover {
    border-color: var(--rose-lighter);
    color: var(--rose);
    background: var(--rose-bg);
}


/* ── AREAS ───────────────────────────────────────────────────── */
.seo-areas {
    position: relative;
    padding: var(--section-v) 0;
    overflow: hidden;
}

.seo-areas__bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, #1A1714 0%, #2a2118 50%, #3d2c1e 100%);
}

.seo-areas__inner {
    position: relative;
    z-index: 1;
}

.seo-areas__title {
    font-family: var(--font-display);
    font-size: clamp(1.6rem, 4vw, 2.6rem);
    font-weight: 400;
    color: var(--white);
    text-align: center;
    margin-bottom: 10px;
    line-height: 1.2;
}

.seo-areas__sub {
    font-family: var(--font-body);
    font-size: 0.9rem;
    color: var(--warm-200);
    text-align: center;
    max-width: 480px;
    margin: 0 auto 44px;
    line-height: 1.7;
    opacity: 0.85;
}

.seo-areas__map {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    max-width: 700px;
    margin: 0 auto;
}

.seo-area-pin {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-family: var(--font-body);
    font-size: 0.82rem;
    font-weight: 500;
    color: var(--warm-200);
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 10px 20px;
    border-radius: var(--radius-pill);
    transition: all 0.35s var(--ease);
    backdrop-filter: blur(4px);
}

.seo-area-pin i { color: var(--rose-light); font-size: 0.9em; }

.seo-area-pin:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: var(--rose-light);
    transform: translateY(-2px);
}

.seo-area-pin--primary {
    background: var(--rose);
    border-color: var(--rose);
    color: var(--white);
    font-weight: 600;
}

.seo-area-pin--primary i { color: var(--white); }

.seo-area-pin--primary:hover {
    background: var(--rose-dark);
    border-color: var(--rose-dark);
}


/* ── WHY CHOOSE US ───────────────────────────────────────────── */
.seo-why {
    padding: var(--section-v) 0;
    background: var(--ivory);
}

.seo-why__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 40px;
}

.seo-why__item {
    background: var(--white);
    border: 1px solid var(--sand);
    border-radius: var(--radius-lg);
    padding: 32px 28px;
    text-align: center;
    transition: all 0.4s var(--ease);
}

.seo-why__item:hover {
    border-color: var(--rose-lighter);
    box-shadow: var(--shadow-md);
    transform: translateY(-3px);
}

.seo-why__icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    background: var(--rose-bg);
    color: var(--rose);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    margin: 0 auto 16px;
    transition: all 0.35s var(--ease);
}

.seo-why__item:hover .seo-why__icon {
    background: var(--rose);
    color: var(--white);
    transform: scale(1.08);
}

.seo-why__item h3 {
    font-family: var(--font-display);
    font-size: 1.1rem;
    font-weight: 500;
    color: var(--charcoal);
    margin-bottom: 8px;
}

.seo-why__item p {
    font-family: var(--font-body);
    font-size: 0.82rem;
    color: var(--warm-400);
    line-height: 1.7;
}


/* ── STEPS ───────────────────────────────────────────────────── */
.seo-steps {
    position: relative;
    padding: var(--section-v) 0;
    background: var(--white);
    overflow: hidden;
}

.seo-steps__bg {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 50% 0%, var(--rose-bg) 0%, transparent 60%);
    pointer-events: none;
}

.seo-steps__track {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    margin-top: 48px;
    position: relative;
}

.seo-step {
    position: relative;
    text-align: center;
    padding: 0 16px;
}

.seo-step__number {
    font-family: var(--font-display);
    font-size: 2.4rem;
    font-weight: 300;
    color: var(--sand);
    line-height: 1;
    margin-bottom: 16px;
    transition: color 0.35s var(--ease);
}

.seo-step:hover .seo-step__number { color: var(--rose-light); }

.seo-step__connector {
    position: absolute;
    top: 24px;
    right: -50%;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, var(--sand), var(--sand) 60%, transparent);
    z-index: 0;
}

.seo-step:last-child .seo-step__connector { display: none; }

.seo-step__content {
    position: relative;
    z-index: 1;
}

.seo-step__icon {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    background: var(--ivory);
    border: 1px solid var(--sand);
    color: var(--warm-400);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    margin: 0 auto 16px;
    transition: all 0.35s var(--ease);
}

.seo-step:hover .seo-step__icon {
    background: var(--rose-bg);
    border-color: var(--rose-lighter);
    color: var(--rose);
    transform: scale(1.08);
}

.seo-step__icon--rose {
    background: var(--rose) !important;
    border-color: var(--rose) !important;
    color: var(--white) !important;
}

.seo-step h3 {
    font-family: var(--font-display);
    font-size: 1.05rem;
    font-weight: 500;
    color: var(--charcoal);
    margin-bottom: 8px;
}

.seo-step p {
    font-family: var(--font-body);
    font-size: 0.8rem;
    color: var(--warm-400);
    line-height: 1.7;
}


/* ── CTA ─────────────────────────────────────────────────────── */
.seo-cta {
    padding: 56px 0;
    background: linear-gradient(135deg, var(--cream) 0%, var(--ivory) 100%);
    border-top: 1px solid var(--sand);
}

.seo-cta__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.seo-cta__text h2 {
    font-family: var(--font-display);
    font-size: clamp(1.4rem, 3vw, 2rem);
    font-weight: 400;
    color: var(--charcoal);
    margin-bottom: 8px;
}

.seo-cta__text p {
    font-family: var(--font-body);
    font-size: 0.88rem;
    color: var(--warm-400);
    line-height: 1.7;
    max-width: 520px;
}

.seo-cta__actions {
    display: flex;
    gap: 12px;
    flex-shrink: 0;
}

/* outline button for this page */
.seo-cta .btn--outline {
    padding: 14px 28px;
    font-family: var(--font-body);
    font-size: 0.78rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    background: transparent;
    color: var(--charcoal);
    border: 1.5px solid var(--warm-200);
    border-radius: var(--radius-pill);
    cursor: pointer;
    transition: all 0.35s var(--ease);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.seo-cta .btn--outline:hover {
    border-color: var(--rose);
    color: var(--rose);
    transform: translateY(-2px);
}


/* ═══════════════════════════════════════════════════════════════
   RESPONSIVE — TABLET (max-width: 1024px)
   ═══════════════════════════════════════════════════════════════ */
@media (max-width: 1024px) {
    .seo-hero { padding: 100px 0 60px; min-height: 440px; }
    .seo-intro__inner { grid-template-columns: 1fr 280px; gap: 40px; }
    .seo-services__grid { grid-template-columns: repeat(2, 1fr); }
    .seo-card--festival { grid-column: span 2; }
    .seo-why__grid { grid-template-columns: repeat(2, 1fr); }
    .seo-steps__track { grid-template-columns: repeat(2, 1fr); gap: 32px 16px; }
    .seo-step__connector { display: none !important; }
}


/* ═══════════════════════════════════════════════════════════════
   RESPONSIVE — MOBILE (max-width: 768px)
   ═══════════════════════════════════════════════════════════════ */
@media (max-width: 768px) {
    .seo-hero { padding: 90px 0 50px; min-height: auto; }
    .seo-hero__title { font-size: clamp(1.8rem, 7vw, 2.6rem); }
    .seo-hero__sub { font-size: 0.85rem; }
    .seo-hero__trust { gap: 12px; }
    .seo-hero__trust span { font-size: 0.65rem; }

    .seo-intro__inner { grid-template-columns: 1fr; gap: 32px; }
    .seo-intro__highlights { flex-direction: row; }
    .seo-highlight { flex: 1; padding: 18px 16px; text-align: center; }
    .seo-highlight__num { font-size: 1.6rem; }

    .seo-services__grid { grid-template-columns: 1fr; }
    .seo-card--festival { grid-column: span 1; }
    .seo-card { padding: 24px 20px 22px; }

    .seo-area-pin { font-size: 0.75rem; padding: 8px 14px; }

    .seo-why__grid { grid-template-columns: 1fr; }
    .seo-why__item { padding: 24px 20px; }

    .seo-steps__track { grid-template-columns: 1fr; gap: 24px; }
    .seo-step { text-align: left; padding: 0; display: flex; gap: 16px; align-items: flex-start; }
    .seo-step__number { font-size: 1.6rem; min-width: 40px; margin-bottom: 0; }
    .seo-step__content { text-align: left; }
    .seo-step__icon { margin: 0 0 12px; width: 44px; height: 44px; font-size: 1.1rem; }

    .seo-cta__inner { flex-direction: column; text-align: center; }
    .seo-cta__text p { max-width: none; }
    .seo-cta__actions { flex-direction: column; width: 100%; }
    .seo-cta__actions .btn { width: 100%; justify-content: center; }

    .seo-section-sub { margin-bottom: 32px; }
}


/* ═══════════════════════════════════════════════════════════════
   RESPONSIVE — SMALL MOBILE (max-width: 480px)
   ═══════════════════════════════════════════════════════════════ */
@media (max-width: 480px) {
    .seo-hero { padding: 80px 0 40px; }
    .seo-hero__eyebrow { font-size: 0.62rem; }
    .seo-hero__title { font-size: 1.7rem; margin-bottom: 14px; }
    .seo-hero__sub { font-size: 0.8rem; margin-bottom: 24px; }
    .seo-hero__trust span { font-size: 0.6rem; }

    .seo-intro__highlights { flex-direction: column; }
    .seo-highlight { padding: 16px; }
    .seo-highlight__num { font-size: 1.4rem; }
    .seo-highlight__label { font-size: 0.7rem; }

    .seo-card { padding: 20px 16px 18px; border-radius: var(--radius); }
    .seo-card__icon { width: 40px; height: 40px; font-size: 1rem; border-radius: 10px; }
    .seo-card__title { font-size: 1rem; }
    .seo-card__text { font-size: 0.78rem; }

    .seo-chip { font-size: 0.65rem; padding: 4px 10px; }

    .seo-area-pin { font-size: 0.7rem; padding: 7px 12px; }

    .seo-why__item { padding: 20px 16px; border-radius: var(--radius); }
    .seo-why__icon { width: 44px; height: 44px; font-size: 1.1rem; }
    .seo-why__item h3 { font-size: 1rem; }
    .seo-why__item p { font-size: 0.78rem; }

    .seo-step__number { font-size: 1.3rem; }
    .seo-step__icon { width: 38px; height: 38px; font-size: 1rem; border-radius: 12px; }
    .seo-step h3 { font-size: 0.95rem; }
    .seo-step p { font-size: 0.75rem; }

    .seo-eyebrow { font-size: 0.65rem; }
    .seo-section-title { font-size: 1.4rem; }
    .seo-section-sub { font-size: 0.82rem; }
}


/* ═══════════════════════════════════════════════════════════════
   RESPONSIVE — TINY (max-width: 374px)
   ═══════════════════════════════════════════════════════════════ */
@media (max-width: 374px) {
    .seo-hero__title { font-size: 1.5rem; }
    .seo-hero__sub { font-size: 0.75rem; }
    .seo-card__title { font-size: 0.92rem; }
    .seo-card__text { font-size: 0.72rem; }
    .seo-section-title { font-size: 1.25rem; }
}
