/* ============================================================
   LeoFolio — components.css
   Section-specific styles
   ============================================================ */

/* ============================================================
   HERO
   ============================================================ */
.hero{position:relative;min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;overflow:hidden;background:var(--navy-deep);padding-top:var(--nav-height)}

.hero__video-bg{position:absolute;inset:0;z-index:0;width:100%;height:100%;object-fit:cover}
.hero__video-placeholder{position:absolute;inset:0;z-index:0;background:linear-gradient(160deg,#080F1E 0%,#0F1E3A 40%,#0A1628 70%,#060C18 100%);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}
.hero__video-placeholder-icon{width:80px;height:80px;border:2px solid rgba(184,151,62,.3);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.75rem;color:rgba(184,151,62,.5);animation:pulseGold 3s ease infinite}
.hero__video-placeholder-text{font-size:.7rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:rgba(255,255,255,.2)}
.hero__overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(8,15,30,.72) 0%,rgba(8,15,30,.62) 50%,rgba(8,15,30,.85) 100%)}
.hero__decor-left{position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(to bottom,transparent 0%,var(--gold) 30%,var(--gold-light) 70%,transparent 100%);opacity:.4;z-index:2}
.hero__decor-right{position:absolute;right:0;top:0;bottom:0;width:3px;background:linear-gradient(to bottom,transparent 0%,var(--gold) 30%,var(--gold-light) 70%,transparent 100%);opacity:.4;z-index:2}

.hero__content{position:relative;z-index:3;max-width:860px;padding:3rem 2rem 5rem}

.hero__overline{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:2rem;animation:fadeInUp .9s ease both}
.hero__overline-dot{width:5px;height:5px;border-radius:50%;background:var(--gold);box-shadow:0 0 8px var(--gold)}

.hero__heading{font-family:var(--font-display);font-size:clamp(3rem,8vw,6.5rem);font-weight:600;line-height:1.0;letter-spacing:-.02em;color:var(--white);margin-bottom:1.5rem;animation:fadeInUp .9s ease .15s both}
.hero__heading em{font-style:italic;color:var(--gold-bright)}

.hero__sub{font-size:clamp(.95rem,2vw,1.2rem);line-height:1.75;color:rgba(255,255,255,.65);max-width:580px;margin:0 auto 2.75rem;animation:fadeInUp .9s ease .3s both}

.hero__actions{display:flex;align-items:center;justify-content:center;gap:1.25rem;flex-wrap:wrap;animation:fadeInUp .9s ease .45s both}

.hero__niche-tags{display:flex;flex-wrap:wrap;justify-content:center;gap:.6rem;margin-top:3rem;animation:fadeInUp .9s ease .6s both}
.hero__niche-tag{font-size:.65rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;padding:.35rem .85rem;border:1px solid rgba(184,151,62,.3);border-radius:20px;color:rgba(255,255,255,.45);background:rgba(184,151,62,.06);transition:all var(--t-base)}
.hero__niche-tag:hover{border-color:rgba(184,151,62,.6);color:var(--gold-pale);background:rgba(184,151,62,.12)}

.hero__scroll{position:absolute;bottom:2.5rem;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;z-index:3;animation:fadeIn 1s ease 1.2s both;color:rgba(255,255,255,.3);font-size:.65rem;letter-spacing:.14em;text-transform:uppercase}
.hero__scroll-line{width:1px;height:40px;background:linear-gradient(to bottom,rgba(184,151,62,.6),transparent);animation:float 2.5s ease-in-out infinite}

/* ============================================================
   TRUST STRIP
   ============================================================ */
.trust-strip{background:var(--navy);border-top:1px solid rgba(255,255,255,.05);border-bottom:1px solid rgba(255,255,255,.05);padding:1rem 0;overflow:hidden}
.trust-strip__track{display:flex;width:max-content;animation:marquee 35s linear infinite}
.trust-strip__item{display:flex;align-items:center;gap:1.5rem;padding:0 1.5rem;font-size:.65rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:rgba(255,255,255,.45);white-space:nowrap}
.trust-strip__sep{width:3px;height:3px;border-radius:50%;background:var(--gold);opacity:.6;flex-shrink:0}

/* ============================================================
   CREDENTIALS BAR
   ============================================================ */
.credentials-bar{background:var(--ivory-mid);border-bottom:1px solid var(--border);padding:1.5rem 0}
.credentials-bar__inner{display:flex;align-items:center;justify-content:center;gap:2.5rem;flex-wrap:wrap}
.cred-item{display:flex;align-items:center;gap:.6rem;font-size:.8rem;color:var(--text-mid)}
.cred-item::before{content:'';width:5px;height:5px;border-radius:50%;background:var(--gold);flex-shrink:0}

/* ============================================================
   PROBLEM SECTION
   ============================================================ */
.problem-layout{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}
.problem-points{margin-top:2rem;display:flex;flex-direction:column;gap:1.25rem}
.problem-point{display:flex;gap:1rem;align-items:flex-start}
.problem-point__icon{width:22px;height:22px;border-radius:50%;background:linear-gradient(135deg,var(--gold),var(--gold-light));display:flex;align-items:center;justify-content:center;color:var(--white);font-size:.65rem;flex-shrink:0;margin-top:2px}
.problem-point__text{font-size:.95rem;color:var(--text-mid);line-height:1.65}
.problem-visual{background:var(--navy-deep);border-radius:var(--r-xl);padding:3rem;position:relative;overflow:hidden}
.problem-visual::before{content:'';position:absolute;top:-80px;right:-80px;width:240px;height:240px;border-radius:50%;background:radial-gradient(circle,rgba(184,151,62,.12) 0%,transparent 70%)}
.problem-visual::after{content:'';position:absolute;bottom:-2px;left:0;right:0;height:3px;background:linear-gradient(90deg,transparent,var(--gold),transparent)}
.problem-quote{font-family:var(--font-display);font-size:clamp(1.25rem,2.5vw,1.75rem);font-style:italic;line-height:1.5;color:var(--white);margin-bottom:2rem;position:relative;z-index:1;padding-left:1.5rem;border-left:3px solid var(--gold)}
.problem-stat{position:relative;z-index:1}
.problem-stat__word{font-family:var(--font-display);font-size:2rem;font-weight:700;color:var(--gold-bright);display:block;margin-bottom:.25rem}
.problem-stat__label{font-size:.8rem;color:rgba(255,255,255,.5);line-height:1.6}

/* ============================================================
   SERVICES GRID
   ============================================================ */
.services-header{text-align:center;max-width:600px;margin:0 auto 4rem}
.services-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}
.service-card{background:var(--white);border:1px solid var(--border);border-radius:var(--r-lg);padding:2.5rem;position:relative;overflow:hidden;transition:all var(--t-base)}
.service-card::before{content:'';position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,var(--gold),var(--gold-bright));transform:scaleX(0);transform-origin:left;transition:transform var(--t-base)}
.service-card:hover{border-color:transparent;box-shadow:var(--shadow-lg);transform:translateY(-5px)}
.service-card:hover::before{transform:scaleX(1)}
.service-card__num{font-size:.65rem;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:var(--gold);display:block;margin-bottom:1.25rem}
.service-card__icon{width:50px;height:50px;background:linear-gradient(135deg,var(--gold-bg),var(--ivory));border-radius:var(--r-md);display:flex;align-items:center;justify-content:center;font-size:1.35rem;margin-bottom:1.5rem;border:1px solid var(--border)}
.service-card__title{font-family:var(--font-display);font-size:1.5rem;font-weight:600;color:var(--navy);line-height:1.2;margin-bottom:.75rem}
.service-card__body{font-size:.9rem;line-height:1.75;color:var(--text-mid);margin-bottom:1.5rem}
.service-card__tags{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:1.75rem}
.service-card__tag{font-size:.65rem;font-weight:500;padding:.25rem .7rem;border-radius:20px;background:var(--ivory);color:var(--text-mid);border:1px solid var(--border)}

/* ============================================================
   PROCESS
   ============================================================ */
.process{background:var(--navy-deep);position:relative;overflow:hidden}
.process::before{content:'';position:absolute;top:-200px;left:50%;transform:translateX(-50%);width:700px;height:700px;border-radius:50%;background:radial-gradient(circle,rgba(184,151,62,.06) 0%,transparent 70%);pointer-events:none}
.process__header{text-align:center;margin-bottom:5rem}
.process__header .section-heading{color:var(--white)}
.process__header .body-lg{color:rgba(255,255,255,.55);max-width:520px;margin:0 auto}
.process-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;position:relative}
.process-steps::before{content:'';position:absolute;top:32px;left:calc(12.5% + 20px);right:calc(12.5% + 20px);height:1px;background:linear-gradient(90deg,rgba(184,151,62,.15),rgba(184,151,62,.5),rgba(184,151,62,.15))}
.process-step{display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;z-index:1}
.process-step__num{width:64px;height:64px;border-radius:50%;border:2px solid rgba(184,151,62,.4);display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-size:1.5rem;font-weight:600;color:var(--gold-pale);margin-bottom:2rem;background:var(--navy-deep);transition:all var(--t-base)}
.process-step:hover .process-step__num{background:var(--gold);border-color:var(--gold-light);color:var(--white);box-shadow:0 0 0 8px rgba(184,151,62,.12)}
.process-step__title{font-family:var(--font-display);font-size:1.4rem;font-weight:600;color:var(--white);margin-bottom:.75rem}
.process-step__body{font-size:.85rem;line-height:1.75;color:rgba(255,255,255,.5);max-width:200px}

/* ============================================================
   PORTFOLIO CARDS (homepage preview)
   ============================================================ */
.portfolio-header{text-align:center;max-width:580px;margin:0 auto 4rem}
.portfolio-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.75rem}
.portfolio-card{background:var(--white);border:1px solid var(--border);border-radius:var(--r-lg);overflow:hidden;transition:all var(--t-base);cursor:pointer}
.portfolio-card:hover{box-shadow:var(--shadow-xl);transform:translateY(-7px);border-color:transparent}
.portfolio-card__img-wrap{overflow:hidden;height:200px;background:var(--navy)}
.portfolio-card__img{width:100%;height:200px;object-fit:cover;object-position:top;transition:transform .5s ease}
.portfolio-card:hover .portfolio-card__img{transform:scale(1.04)}
.portfolio-card__body{padding:1.75rem}
.portfolio-card__tag{font-size:.65rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--gold);display:block;margin-bottom:.5rem}
.portfolio-card__title{font-family:var(--font-display);font-size:1.25rem;font-weight:600;color:var(--navy);line-height:1.3;margin-bottom:.75rem}
.portfolio-card__desc{font-size:.85rem;color:var(--text-light);line-height:1.65;margin-bottom:1.5rem}
.portfolio-card__footer{display:flex;justify-content:space-between;align-items:center;padding-top:1.25rem;border-top:1px solid var(--border)}
.portfolio-card__metric strong{display:block;font-size:1.1rem;font-weight:700;color:var(--navy)}
.portfolio-card__metric span{font-size:.7rem;color:var(--text-light)}

/* ============================================================
   ABOUT SNIPPET (homepage)
   ============================================================ */
.about-home{background:var(--ivory-mid)}
.about-home__layout{display:grid;grid-template-columns:1fr 1.2fr;gap:5rem;align-items:center}
.credentials-list{display:flex;flex-direction:column;gap:1rem;margin-top:2.5rem}
.cred-row{display:flex;gap:1rem;align-items:center;padding:1rem 1.25rem;background:var(--white);border-radius:var(--r-md);border:1px solid var(--border);transition:all var(--t-base)}
.cred-row:hover{border-color:var(--gold-pale);box-shadow:var(--shadow-sm)}
.cred-row__icon{width:38px;height:38px;border-radius:var(--r-sm);background:linear-gradient(135deg,var(--gold-bg),var(--ivory));border:1px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:1rem;flex-shrink:0}
.cred-row__title{font-size:.875rem;font-weight:600;color:var(--navy)}
.cred-row__sub{font-size:.75rem;color:var(--text-light);margin-top:1px}
.about-home__quote{font-family:var(--font-display);font-size:clamp(1.35rem,2.5vw,1.8rem);font-style:italic;line-height:1.55;color:var(--navy);margin-bottom:1.5rem;padding-left:1.5rem;border-left:3px solid var(--gold)}

/* ============================================================
   CTA BAND
   ============================================================ */
.cta-band{background:var(--navy-deep);position:relative;overflow:hidden;text-align:center}
.cta-band::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 60% 70% at 50% -10%,rgba(184,151,62,.12) 0%,transparent 60%);pointer-events:none}
.cta-band::after{content:'';position:absolute;bottom:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,var(--gold),transparent)}
.cta-band__inner{position:relative;z-index:1}
.cta-band__heading{font-family:var(--font-display);font-size:clamp(2rem,5vw,3.25rem);font-weight:600;color:var(--white);line-height:1.15;margin-bottom:1.25rem;max-width:680px;margin-left:auto;margin-right:auto}
.cta-band__heading em{font-style:italic;color:var(--gold-bright)}
.cta-band__body{font-size:1.05rem;color:rgba(255,255,255,.6);max-width:500px;margin:0 auto 3rem;line-height:1.75}
.cta-band__actions{display:flex;justify-content:center;align-items:center;gap:1.25rem;flex-wrap:wrap}

/* ============================================================
   SERVICES PAGE
   ============================================================ */
.service-detail{display:grid;grid-template-columns:1fr 1.5fr;gap:3rem;align-items:start;padding:3rem;background:var(--white);border:1px solid var(--border);border-radius:var(--r-lg);transition:box-shadow var(--t-base);margin-bottom:2rem}
.service-detail:hover{box-shadow:var(--shadow-md)}
.service-detail__num{font-family:var(--font-display);font-size:5rem;font-weight:700;color:var(--ivory-mid);line-height:1;margin-bottom:1rem}
.service-detail__title{font-family:var(--font-display);font-size:2rem;font-weight:600;color:var(--navy);margin-bottom:.75rem;line-height:1.2}
.service-detail__for{font-size:.875rem;color:var(--text-light);margin-bottom:1.5rem}
.service-detail__desc{font-size:.95rem;line-height:1.8;color:var(--text-mid);margin-bottom:1.5rem}
.who-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem}
.who-tag{font-size:.65rem;font-weight:600;padding:.35rem .85rem;border-radius:20px;background:var(--navy);color:rgba(255,255,255,.8);letter-spacing:.05em}

/* PRICING */
.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.pricing-card{background:var(--white);border:1px solid var(--border);border-radius:var(--r-lg);padding:2.5rem;position:relative;transition:all var(--t-base)}
.pricing-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}
.pricing-card--featured{background:var(--navy-deep);border-color:var(--navy-deep);transform:scale(1.03);box-shadow:var(--shadow-xl)}
.pricing-card--featured:hover{transform:scale(1.03) translateY(-4px)}
.pricing-badge{position:absolute;top:-14px;left:50%;transform:translateX(-50%);background:linear-gradient(90deg,var(--gold),var(--gold-light));color:var(--white);font-size:.65rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;padding:.35rem 1rem;border-radius:20px;white-space:nowrap}
.pricing-tier{font-size:.65rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:.75rem}
.pricing-card--featured .pricing-tier{color:var(--gold-light)}
.pricing-name{font-family:var(--font-display);font-size:1.5rem;font-weight:600;color:var(--navy);margin-bottom:.5rem}
.pricing-card--featured .pricing-name{color:var(--white)}
.pricing-price{display:flex;align-items:baseline;gap:.25rem;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid var(--border)}
.pricing-card--featured .pricing-price{border-bottom-color:rgba(255,255,255,.12)}
.pricing-currency{font-size:1.1rem;color:var(--text-light);margin-top:4px}
.pricing-card--featured .pricing-currency{color:rgba(255,255,255,.5)}
.pricing-amount{font-family:var(--font-display);font-size:2.75rem;font-weight:700;color:var(--navy)}
.pricing-card--featured .pricing-amount{color:var(--white)}
.pricing-features{display:flex;flex-direction:column;gap:.85rem;margin-bottom:2rem}
.pricing-feature{display:flex;align-items:flex-start;gap:.75rem;font-size:.875rem;color:var(--text-mid)}
.pricing-card--featured .pricing-feature{color:rgba(255,255,255,.75)}
.pricing-feature::before{content:'✓';color:var(--gold);font-weight:700;flex-shrink:0;margin-top:1px}
.pricing-card--featured .pricing-feature::before{color:var(--gold-light)}
.pricing-note{font-size:.75rem;color:var(--text-light);text-align:center;margin-top:2rem}

/* ============================================================
   PORTFOLIO PAGE
   ============================================================ */
.portfolio-page-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}
.portfolio-page-card{background:var(--white);border:1px solid var(--border);border-radius:var(--r-lg);overflow:hidden;transition:all var(--t-base)}
.portfolio-page-card:hover{box-shadow:var(--shadow-xl);transform:translateY(-5px);border-color:transparent}
.portfolio-page-card__img{width:100%;height:260px;object-fit:cover;object-position:top;display:block}
.portfolio-page-card__body{padding:2.25rem}
.portfolio-page-card__meta{display:flex;gap:1rem;margin-bottom:1rem;align-items:center}
.portfolio-page-card__service{font-size:.65rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--gold)}
.portfolio-page-card__level{font-size:.7rem;color:var(--text-light)}
.portfolio-page-card__title{font-family:var(--font-display);font-size:1.5rem;font-weight:600;color:var(--navy);line-height:1.3;margin-bottom:.75rem}
.portfolio-page-card__desc{font-size:.875rem;color:var(--text-mid);line-height:1.7;margin-bottom:1.5rem}
.portfolio-stats{display:flex;gap:1.5rem;padding-top:1.25rem;border-top:1px solid var(--border)}
.stat__value{font-family:var(--font-display);font-size:1.4rem;font-weight:700;color:var(--navy);display:block}
.stat__label{font-size:.7rem;color:var(--text-light)}
.btn-pdf{display:inline-flex;align-items:center;gap:.5rem;font-size:.65rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--gold);border:1px solid rgba(184,151,62,.3);padding:.4rem 1rem;border-radius:var(--r-sm);transition:all var(--t-fast);margin-top:1rem}
.btn-pdf:hover{background:var(--gold-bg);border-color:var(--gold)}

/* ============================================================
   ABOUT PAGE
   ============================================================ */
.about-hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start}
.about-creds-card{background:var(--navy-deep);border-radius:var(--r-xl);padding:2.75rem;position:relative;overflow:hidden}
.about-creds-card::after{content:'';position:absolute;bottom:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,var(--gold),transparent)}
.about-cred-item{display:flex;gap:1rem;align-items:flex-start;padding:1.25rem 0;border-bottom:1px solid rgba(255,255,255,.07)}
.about-cred-item:last-child{border-bottom:none;padding-bottom:0}
.about-cred-icon{width:42px;height:42px;background:rgba(184,151,62,.12);border:1px solid rgba(184,151,62,.2);border-radius:var(--r-sm);display:flex;align-items:center;justify-content:center;font-size:1.1rem;flex-shrink:0}
.about-cred-title{font-size:.875rem;font-weight:600;color:var(--white);margin-bottom:2px}
.about-cred-sub{font-size:.75rem;color:rgba(255,255,255,.45);line-height:1.5}
.approach-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.approach-card{padding:2.5rem;background:var(--white);border:1px solid var(--border);border-radius:var(--r-lg);text-align:center;transition:all var(--t-base)}
.approach-card:hover{box-shadow:var(--shadow-md);border-color:var(--gold-pale);transform:translateY(-3px)}
.approach-card__icon{font-size:2rem;margin-bottom:1.25rem;display:block}
.approach-card__title{font-family:var(--font-display);font-size:1.25rem;font-weight:600;color:var(--navy);margin-bottom:.75rem}
.approach-card__body{font-size:.875rem;color:var(--text-mid);line-height:1.75}

/* ============================================================
   CONTACT / FORM
   ============================================================ */
.contact-layout{display:grid;grid-template-columns:1fr 1.6fr;gap:5rem;align-items:start}
.contact-steps{margin-top:2.5rem}
.contact-step{display:flex;gap:1.25rem;align-items:flex-start;padding:1.25rem 0;border-bottom:1px solid var(--border)}
.contact-step:last-child{border-bottom:none}
.contact-step__num{font-family:var(--font-display);font-size:2rem;font-weight:700;color:var(--gold-pale);line-height:1;flex-shrink:0;min-width:28px}
.contact-step__title{font-size:.875rem;font-weight:600;color:var(--navy);margin-bottom:.25rem}
.contact-step__body{font-size:.8rem;color:var(--text-light);line-height:1.65}

/* Formspree-ready form */
.intake-form{background:var(--white);border:1px solid var(--border);border-radius:var(--r-xl);padding:3rem;box-shadow:var(--shadow-lg)}
.intake-form__title{font-family:var(--font-display);font-size:1.75rem;font-weight:600;color:var(--navy);margin-bottom:.5rem}
.intake-form__sub{font-size:.85rem;color:var(--text-light);margin-bottom:2rem}

/* Formspree state messages */
[data-fs-success]{display:none;text-align:center;padding:2rem;background:var(--gold-bg);border:1px solid var(--gold-pale);border-radius:var(--r-md);margin-bottom:1.5rem;font-size:.95rem;color:var(--navy);line-height:1.65}
[data-fs-error]:not(:empty){display:block;font-size:.75rem;color:#DC2626;margin-top:.35rem}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}
.form-group{margin-bottom:1.25rem}
.form-group label{display:block;font-size:.65rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--text-mid);margin-bottom:.5rem}
.form-group input,.form-group select,.form-group textarea{width:100%;padding:.875rem 1rem;background:var(--ivory);border:1px solid var(--border);border-radius:var(--r-md);font-size:.95rem;color:var(--text-dark);transition:all var(--t-fast);outline:none}
.form-group input[aria-invalid="true"],.form-group select[aria-invalid="true"],.form-group textarea[aria-invalid="true"]{border-color:#DC2626}
.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--gold);background:var(--white);box-shadow:0 0 0 3px rgba(184,151,62,.1)}
.form-group textarea{resize:vertical;min-height:110px}
.form-note{text-align:center;font-size:.75rem;color:var(--text-light);margin-top:1rem;line-height:1.6}
.platforms-box{margin-top:2.5rem;padding:1.5rem;background:var(--white);border-radius:var(--r-lg);border:1px solid var(--border)}
.platform-link{display:flex;align-items:center;gap:1rem;font-size:.875rem;font-weight:500;color:var(--navy);padding:.75rem 0;border-bottom:1px solid var(--border);transition:color var(--t-fast)}
.platform-link:last-child{border-bottom:none;padding-bottom:0}
.platform-link:hover{color:var(--gold)}
.platform-icon{width:34px;height:34px;border-radius:7px;display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:700;color:var(--white);flex-shrink:0}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media(max-width:1024px){
  .problem-layout,.about-home__layout,.about-hero-grid,.contact-layout{grid-template-columns:1fr;gap:3rem}
  .portfolio-grid{grid-template-columns:repeat(2,1fr)}
  .services-grid{grid-template-columns:1fr}
  .process-steps{grid-template-columns:repeat(2,1fr)}
  .process-steps::before{display:none}
  .pricing-grid{grid-template-columns:1fr}
  .pricing-card--featured{transform:none}
  .service-detail{grid-template-columns:1fr}
  .approach-grid{grid-template-columns:1fr}
  .portfolio-page-grid{grid-template-columns:1fr}
}

@media(max-width:768px){
  .hero{padding-top:var(--nav-height)}
  .hero__content{padding:2rem 1.25rem 5rem}
  .hero__heading{font-size:clamp(2.5rem,10vw,3.5rem)}
  .hero__actions{flex-direction:column;align-items:center;width:100%}
  .hero__actions .btn,.hero__actions .link-arrow{width:100%;justify-content:center;text-align:center}
  .hero__niche-tags{display:none}
  .trust-strip__item{font-size:.6rem;padding:0 1rem;gap:1rem}
  .credentials-bar__inner{flex-direction:column;gap:.75rem;align-items:flex-start;padding:0 1.25rem}
  .process-steps{grid-template-columns:1fr}
  .form-row{grid-template-columns:1fr}
  .intake-form{padding:1.75rem}
  .cta-band__actions{flex-direction:column;align-items:center}
  .pricing-card--featured{order:-1}
  .services-grid{grid-template-columns:1fr}
}

@media(max-width:480px){
  .hero__heading{font-size:clamp(2.25rem,11vw,3rem)}
  .hero__sub{font-size:.9rem}
  .btn--lg{padding:1rem 1.5rem;font-size:.7rem}
  .intake-form{padding:1.25rem}
}

/* ============================================================
   INSIGHTS — Index + Article pages
   ============================================================ */

/* Index page — featured hero article */
.insights-featured {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 4rem;
  transition: all var(--t-base);
}
.insights-featured:hover {
  box-shadow: var(--shadow-xl);
  transform: translateY(-4px);
  border-color: transparent;
}
.insights-featured__visual {
  background: linear-gradient(135deg, var(--navy-deep) 0%, var(--navy-mid) 100%);
  display: flex; flex-direction: column;
  justify-content: flex-end;
  padding: 3rem;
  position: relative;
  overflow: hidden;
  min-height: 380px;
}
.insights-featured__visual::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 80% 60% at 30% 70%, rgba(184,151,62,.15) 0%, transparent 60%);
}
.insights-featured__num {
  font-family: var(--font-display);
  font-size: 8rem; font-weight: 700;
  color: rgba(255,255,255,.05);
  line-height: 1;
  position: absolute; top: 1rem; right: 2rem;
}
.insights-featured__category {
  font-size: .65rem; font-weight: 700;
  letter-spacing: .2em; text-transform: uppercase;
  color: var(--gold-light);
  margin-bottom: 1rem;
  position: relative; z-index: 1;
}
.insights-featured__title {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 2.5vw, 2.25rem);
  font-weight: 600; line-height: 1.2;
  color: var(--white);
  position: relative; z-index: 1;
}
.insights-featured__body {
  padding: 3rem;
  display: flex; flex-direction: column;
  justify-content: center;
}
.insights-featured__excerpt {
  font-size: 1rem; line-height: 1.75;
  color: var(--text-mid); margin-bottom: 2rem;
}
.insights-featured__meta {
  display: flex; align-items: center;
  gap: 1.5rem; margin-bottom: 2rem;
  font-size: .75rem; color: var(--text-light);
}
.insights-featured__meta-dot {
  width: 3px; height: 3px; border-radius: 50%;
  background: var(--border);
}

/* Insights grid */
.insights-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.75rem;
}

.insight-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  overflow: hidden;
  transition: all var(--t-base);
  display: flex; flex-direction: column;
}
.insight-card:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-5px);
  border-color: transparent;
}
.insight-card__top {
  background: linear-gradient(135deg, var(--navy-deep) 0%, var(--navy-mid) 100%);
  padding: 2rem;
  position: relative; overflow: hidden;
  min-height: 140px;
  display: flex; flex-direction: column; justify-content: flex-end;
}
.insight-card__top::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 80% 60% at 20% 80%, rgba(184,151,62,.12) 0%, transparent 60%);
}
.insight-card__top-num {
  font-family: var(--font-display);
  font-size: 5rem; font-weight: 700;
  color: rgba(255,255,255,.05);
  line-height: 1;
  position: absolute; top: .5rem; right: 1rem;
}
.insight-card__category {
  font-size: .6rem; font-weight: 700;
  letter-spacing: .2em; text-transform: uppercase;
  color: var(--gold-light);
  position: relative; z-index: 1;
}
.insight-card__body {
  padding: 1.75rem;
  flex: 1; display: flex; flex-direction: column;
}
.insight-card__title {
  font-family: var(--font-display);
  font-size: 1.2rem; font-weight: 600;
  color: var(--navy); line-height: 1.3;
  margin-bottom: .75rem; flex: 1;
}
.insight-card__excerpt {
  font-size: .85rem; color: var(--text-light);
  line-height: 1.65; margin-bottom: 1.25rem;
}
.insight-card__meta {
  display: flex; align-items: center;
  gap: 1rem; font-size: .7rem;
  color: var(--text-light);
  padding-top: 1.25rem;
  border-top: 1px solid var(--border);
}
.insight-card__meta-dot {
  width: 3px; height: 3px; border-radius: 50%;
  background: var(--border);
}

/* Individual article page */
.article-header {
  background: var(--navy-deep);
  padding: calc(var(--nav-height) + 5rem) 0 4rem;
  position: relative; overflow: hidden;
}
.article-header::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 60% 70% at 50% 100%, rgba(184,151,62,.08) 0%, transparent 60%);
  pointer-events: none;
}
.article-header__inner {
  position: relative; z-index: 1;
  max-width: 780px; margin: 0 auto;
  padding: 0 2rem;
}
.article-header__category {
  font-size: .65rem; font-weight: 700;
  letter-spacing: .2em; text-transform: uppercase;
  color: var(--gold-light); display: block;
  margin-bottom: 1.25rem;
}
.article-header__title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 600; line-height: 1.15;
  color: var(--white); margin-bottom: 1.5rem;
}
.article-header__meta {
  display: flex; align-items: center;
  gap: 1.25rem; flex-wrap: wrap;
  font-size: .8rem; color: rgba(255,255,255,.5);
}
.article-header__meta-dot {
  width: 3px; height: 3px; border-radius: 50%;
  background: rgba(255,255,255,.25);
}

/* Article body */
.article-content {
  max-width: 780px; margin: 0 auto;
  padding: 4rem 2rem;
}
.article-content h2 {
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 2.5vw, 1.85rem);
  font-weight: 600; color: var(--navy);
  margin: 2.75rem 0 1rem;
  line-height: 1.2;
}
.article-content h3 {
  font-family: var(--font-display);
  font-size: 1.3rem; font-weight: 600;
  color: var(--navy); margin: 2rem 0 .75rem;
}
.article-content p {
  font-size: 1rem; line-height: 1.85;
  color: var(--text-mid); margin-bottom: 1.5rem;
}
.article-content ul, .article-content ol {
  margin: 0 0 1.5rem 1.5rem;
}
.article-content ul { list-style: disc; }
.article-content ol { list-style: decimal; }
.article-content li {
  font-size: 1rem; line-height: 1.75;
  color: var(--text-mid); margin-bottom: .5rem;
}
.article-content strong { color: var(--text-dark); font-weight: 600; }

/* Key Takeaways block */
.key-takeaways {
  background: var(--gold-bg);
  border: 1px solid var(--gold-pale);
  border-left: 4px solid var(--gold);
  border-radius: 0 var(--r-md) var(--r-md) 0;
  padding: 2rem 2.25rem;
  margin: 2.5rem 0;
}
.key-takeaways__label {
  font-size: .65rem; font-weight: 700;
  letter-spacing: .2em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 1rem;
  display: block;
}
.key-takeaways__title {
  font-family: var(--font-display);
  font-size: 1.1rem; font-weight: 600;
  color: var(--navy); margin-bottom: 1rem;
}
.key-takeaways ul {
  margin: 0; list-style: none;
  display: flex; flex-direction: column; gap: .65rem;
}
.key-takeaways li {
  display: flex; align-items: flex-start;
  gap: .75rem; font-size: .9rem;
  color: var(--text-dark); line-height: 1.65;
  margin: 0;
}
.key-takeaways li::before {
  content: '✓';
  color: var(--gold); font-weight: 700;
  flex-shrink: 0; margin-top: 1px;
  font-size: .85rem;
}

/* Pull quote */
.article-pullquote {
  border-left: 3px solid var(--gold);
  padding: 1.25rem 1.75rem;
  margin: 2.5rem 0;
  background: var(--ivory);
  border-radius: 0 var(--r-md) var(--r-md) 0;
}
.article-pullquote p {
  font-family: var(--font-display);
  font-size: 1.2rem; font-style: italic;
  color: var(--navy); margin: 0; line-height: 1.6;
}

/* Article CTA band */
.article-cta {
  background: var(--navy-deep);
  border-radius: var(--r-lg);
  padding: 2.5rem;
  text-align: center;
  margin: 3rem 0;
  position: relative; overflow: hidden;
}
.article-cta::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 80% 60% at 50% 0%, rgba(184,151,62,.1) 0%, transparent 60%);
  pointer-events: none;
}
.article-cta__inner { position: relative; z-index: 1; }
.article-cta p {
  font-size: .95rem; color: rgba(255,255,255,.65);
  margin-bottom: 1.5rem; line-height: 1.7;
}
.article-cta h3 {
  font-family: var(--font-display);
  font-size: 1.5rem; font-weight: 600;
  color: var(--white); margin-bottom: .75rem;
}

/* Related articles */
.related-articles {
  border-top: 1px solid var(--border);
  padding-top: 3rem;
  margin-top: 1rem;
}
.related-articles__heading {
  font-family: var(--font-display);
  font-size: 1.4rem; font-weight: 600;
  color: var(--navy); margin-bottom: 2rem;
}
.related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
.related-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  padding: 1.5rem;
  transition: all var(--t-base);
}
.related-card:hover {
  box-shadow: var(--shadow-md);
  border-color: var(--gold-pale);
  transform: translateY(-3px);
}
.related-card__category {
  font-size: .6rem; font-weight: 700;
  letter-spacing: .18em; text-transform: uppercase;
  color: var(--gold); display: block; margin-bottom: .5rem;
}
.related-card__title {
  font-family: var(--font-display);
  font-size: 1rem; font-weight: 600;
  color: var(--navy); line-height: 1.35;
  margin-bottom: 1rem;
}
.related-card__link {
  font-size: .7rem; font-weight: 600;
  letter-spacing: .1em; text-transform: uppercase;
  color: var(--gold);
  display: inline-flex; align-items: center; gap: .4rem;
  transition: gap var(--t-base);
}
.related-card__link:hover { gap: .7rem; }

/* Responsive */
@media(max-width:1024px) {
  .insights-featured { grid-template-columns: 1fr; }
  .insights-featured__visual { min-height: 260px; }
  .insights-grid { grid-template-columns: repeat(2,1fr); }
  .related-grid { grid-template-columns: repeat(2,1fr); }
}
@media(max-width:768px) {
  .insights-grid { grid-template-columns: 1fr; }
  .related-grid { grid-template-columns: 1fr; }
  .article-content { padding: 3rem 1.25rem; }
  .article-header__inner { padding: 0 1.25rem; }
}

/* ============================================================
   SEO LANDING PAGES
   ============================================================ */
.seo-hero {
  background: var(--navy-deep);
  padding: calc(var(--nav-height) + 5rem) 0 4rem;
  position: relative; overflow: hidden;
}
.seo-hero::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 70% 60% at 50% 100%, rgba(184,151,62,.08) 0%, transparent 60%);
  pointer-events: none;
}
.seo-hero__inner { position: relative; z-index: 1; max-width: 820px; }
.seo-hero__tag {
  display: inline-flex; align-items: center; gap: .5rem;
  font-size: .65rem; font-weight: 700;
  letter-spacing: .2em; text-transform: uppercase;
  color: var(--gold-light); margin-bottom: 1.5rem;
}
.seo-hero__h1 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 3.25rem);
  font-weight: 600; line-height: 1.15;
  color: var(--white); margin-bottom: 1.25rem;
}
.seo-hero__sub {
  font-size: 1.1rem; line-height: 1.75;
  color: rgba(255,255,255,.65);
  max-width: 600px; margin-bottom: 2.5rem;
}
.seo-hero__actions {
  display: flex; gap: 1rem; flex-wrap: wrap;
}

/* Who it's for tags */
.for-tags {
  display: flex; flex-wrap: wrap; gap: .6rem; margin: 1.5rem 0;
}
.for-tag {
  font-size: .7rem; font-weight: 600;
  padding: .35rem .9rem; border-radius: 20px;
  background: var(--navy); color: rgba(255,255,255,.8);
  border: 1px solid rgba(255,255,255,.1);
}

/* Problems grid */
.problems-grid {
  display: grid; grid-template-columns: repeat(2,1fr);
  gap: 1.25rem; margin-top: 2rem;
}
.problem-item {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  padding: 1.5rem;
  border-left: 3px solid var(--gold);
  transition: box-shadow var(--t-base);
}
.problem-item:hover { box-shadow: var(--shadow-sm); }
.problem-item__title {
  font-family: var(--font-display);
  font-size: 1rem; font-weight: 600;
  color: var(--navy); margin-bottom: .5rem;
}
.problem-item__body {
  font-size: .875rem; color: var(--text-mid); line-height: 1.65;
}

/* Deliverables list */
.deliverables-list {
  display: flex; flex-direction: column; gap: .75rem;
  margin-top: 1.5rem;
}
.deliverable-item {
  display: flex; align-items: flex-start; gap: .85rem;
  font-size: .95rem; color: var(--text-mid);
}
.deliverable-item::before {
  content: '◆';
  color: var(--gold); font-size: .65rem;
  flex-shrink: 0; margin-top: 4px;
}

/* FAQ */
.faq-list {
  display: flex; flex-direction: column; gap: 0;
  margin-top: 2rem;
}
.faq-item {
  border-bottom: 1px solid var(--border);
  padding: 1.5rem 0;
}
.faq-item:first-child { border-top: 1px solid var(--border); }
.faq-q {
  font-family: var(--font-display);
  font-size: 1.1rem; font-weight: 600;
  color: var(--navy); margin-bottom: .75rem;
  cursor: pointer;
}
.faq-a {
  font-size: .95rem; color: var(--text-mid); line-height: 1.75;
}

/* Related proof block */
.proof-block {
  background: var(--ivory-mid);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 2.5rem;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 2rem; align-items: center;
}
.proof-block__label {
  font-size: .65rem; font-weight: 700;
  letter-spacing: .2em; text-transform: uppercase;
  color: var(--gold); margin-bottom: .75rem; display: block;
}
.proof-block__title {
  font-family: var(--font-display);
  font-size: 1.25rem; font-weight: 600;
  color: var(--navy); margin-bottom: .75rem; line-height: 1.3;
}
.proof-block__body {
  font-size: .875rem; color: var(--text-mid);
  line-height: 1.7; margin-bottom: 1.25rem;
}
.proof-block__stats {
  display: flex; gap: 1.5rem; flex-wrap: wrap;
  padding-top: 1.25rem; border-top: 1px solid var(--border);
}
.proof-stat__value {
  font-family: var(--font-display);
  font-size: 1.5rem; font-weight: 700; color: var(--navy); display: block;
}
.proof-stat__label { font-size: .7rem; color: var(--text-light); }

/* ============================================================
   HANDBOOK PAGE
   ============================================================ */
.handbook-hero {
  background: var(--navy-deep);
  padding: calc(var(--nav-height) + 5rem) 0 5rem;
  position: relative; overflow: hidden;
}
.handbook-hero::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 80% 70% at 50% 100%, rgba(184,151,62,.1) 0%, transparent 60%);
  pointer-events: none;
}
.handbook-hero__inner { position: relative; z-index: 1; text-align: center; }
.handbook-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2.25rem, 5vw, 3.5rem);
  font-weight: 600; color: var(--white);
  line-height: 1.15; margin-bottom: 1.25rem;
}
.handbook-hero h1 em { font-style: italic; color: var(--gold-bright); }
.handbook-hero p {
  font-size: 1.1rem; color: rgba(255,255,255,.65);
  max-width: 600px; margin: 0 auto 2.5rem; line-height: 1.75;
}

/* Handbook TOC */
.handbook-toc {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 2.5rem;
  margin-bottom: 4rem;
}
.handbook-toc__title {
  font-family: var(--font-display);
  font-size: 1.25rem; font-weight: 600;
  color: var(--navy); margin-bottom: 1.5rem;
}
.handbook-toc__list {
  display: grid; grid-template-columns: repeat(2,1fr);
  gap: .5rem .5rem; list-style: none;
}
.handbook-toc__item a {
  display: flex; align-items: center; gap: .6rem;
  font-size: .875rem; color: var(--text-mid);
  padding: .4rem .5rem; border-radius: var(--r-sm);
  transition: all var(--t-fast);
  text-decoration: none;
}
.handbook-toc__item a:hover { color: var(--navy); background: var(--ivory); }
.handbook-toc__item a::before {
  content: attr(data-num);
  font-size: .65rem; font-weight: 700;
  color: var(--gold); min-width: 20px;
}

/* Handbook section */
.handbook-section {
  padding: 4rem 0;
  border-bottom: 1px solid var(--border);
}
.handbook-section:last-of-type { border-bottom: none; }
.handbook-section__num {
  font-size: .65rem; font-weight: 700;
  letter-spacing: .2em; text-transform: uppercase;
  color: var(--gold); display: block; margin-bottom: .75rem;
}
.handbook-section h2 {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 600; color: var(--navy);
  margin-bottom: 1.5rem; line-height: 1.2;
}
.handbook-section p {
  font-size: 1rem; line-height: 1.85;
  color: var(--text-mid); margin-bottom: 1.5rem;
}
.handbook-section h3 {
  font-family: var(--font-display);
  font-size: 1.25rem; font-weight: 600;
  color: var(--navy); margin: 2rem 0 .75rem;
}
.handbook-section ul, .handbook-section ol {
  margin: 0 0 1.5rem 1.5rem;
}
.handbook-section ul { list-style: disc; }
.handbook-section ol { list-style: decimal; }
.handbook-section li {
  font-size: 1rem; line-height: 1.75;
  color: var(--text-mid); margin-bottom: .5rem;
}
.handbook-section strong { color: var(--text-dark); font-weight: 600; }

/* Handbook before/after example */
.ba-example {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 1.25rem; margin: 2rem 0;
}
.ba-example__card {
  border-radius: var(--r-md); padding: 1.5rem;
}
.ba-example__card--before {
  background: #FEF2F2; border: 1px solid #FECACA;
}
.ba-example__card--after {
  background: #F0FDF4; border: 1px solid #BBF7D0;
}
.ba-example__label {
  font-size: .65rem; font-weight: 700;
  letter-spacing: .15em; text-transform: uppercase;
  margin-bottom: .75rem; display: block;
}
.ba-example__card--before .ba-example__label { color: #DC2626; }
.ba-example__card--after .ba-example__label { color: #166534; }
.ba-example__text {
  font-size: .875rem; line-height: 1.7;
  color: var(--text-dark); font-style: italic;
}

/* Checklist */
.handbook-checklist {
  background: var(--gold-bg);
  border: 1px solid var(--gold-pale);
  border-radius: var(--r-lg);
  padding: 2.5rem;
  margin: 2rem 0;
}
.handbook-checklist__title {
  font-family: var(--font-display);
  font-size: 1.25rem; font-weight: 600;
  color: var(--navy); margin-bottom: 1.5rem;
}
.checklist-grid {
  display: grid; grid-template-columns: repeat(2,1fr);
  gap: .6rem;
}
.checklist-item {
  display: flex; align-items: flex-start; gap: .75rem;
  font-size: .875rem; color: var(--text-dark); line-height: 1.55;
}
.checklist-item::before {
  content: '☐';
  color: var(--gold); font-size: 1rem;
  flex-shrink: 0; margin-top: -1px;
}

/* PDF Download Gate */
.pdf-gate {
  background: var(--navy-deep);
  border-radius: var(--r-xl);
  padding: 3rem;
  text-align: center;
  position: relative; overflow: hidden;
  margin: 4rem 0;
}
.pdf-gate::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 70% 60% at 50% 0%, rgba(184,151,62,.12) 0%, transparent 60%);
  pointer-events: none;
}
.pdf-gate__inner { position: relative; z-index: 1; }
.pdf-gate h3 {
  font-family: var(--font-display);
  font-size: 1.75rem; font-weight: 600;
  color: var(--white); margin-bottom: .75rem;
}
.pdf-gate p {
  font-size: .95rem; color: rgba(255,255,255,.65);
  margin-bottom: 2rem; line-height: 1.7;
  max-width: 500px; margin-left: auto; margin-right: auto;
}
.pdf-gate-form {
  display: grid; grid-template-columns: 1fr 1fr 1fr auto;
  gap: 1rem; max-width: 860px; margin: 0 auto;
}
.pdf-gate-form input {
  padding: .875rem 1rem;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: var(--r-sm);
  color: var(--white); font-size: .875rem;
  font-family: var(--font-body);
  outline: none; transition: all var(--t-fast);
}
.pdf-gate-form input::placeholder { color: rgba(255,255,255,.4); }
.pdf-gate-form input:focus {
  border-color: var(--gold);
  background: rgba(255,255,255,.15);
}
[data-fs-success].pdf-success {
  display: none;
  background: rgba(184,151,62,.15);
  border: 1px solid var(--gold);
  border-radius: var(--r-md);
  padding: 1.5rem;
  color: var(--white);
  font-size: .95rem;
  line-height: 1.65;
  margin-top: 1rem;
}

/* ============================================================
   PORTFOLIO CASE STUDY PAGES (new detailed pages)
   ============================================================ */
.case-study-header {
  background: var(--navy-deep);
  padding: calc(var(--nav-height) + 5rem) 0 4rem;
  position: relative; overflow: hidden;
}
.case-study-header::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 70% 60% at 50% 100%, rgba(184,151,62,.08) 0%, transparent 60%);
  pointer-events: none;
}
.case-study-header__inner { position: relative; z-index: 1; max-width: 820px; }
.case-study-header__num {
  font-size: .65rem; font-weight: 700;
  letter-spacing: .2em; text-transform: uppercase;
  color: var(--gold-light); display: block; margin-bottom: 1rem;
}
.case-study-header h1 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 600; color: var(--white);
  line-height: 1.15; margin-bottom: 1.25rem;
}
.case-study-header__sub {
  font-size: 1.05rem; color: rgba(255,255,255,.65);
  max-width: 600px; line-height: 1.75; margin-bottom: 2rem;
}
.case-study-meta {
  display: flex; flex-wrap: wrap; gap: 1.5rem;
}
.case-study-meta__item {}
.case-study-meta__label {
  font-size: .6rem; font-weight: 700;
  letter-spacing: .15em; text-transform: uppercase;
  color: var(--gold-light); display: block; margin-bottom: .25rem;
}
.case-study-meta__value {
  font-size: .875rem; font-weight: 500; color: var(--white);
}

.case-study-body { max-width: 900px; margin: 0 auto; padding: 5rem 2rem; }
.case-study-body h2 {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 600; color: var(--navy);
  margin: 3rem 0 1.25rem; line-height: 1.2;
}
.case-study-body h2:first-child { margin-top: 0; }
.case-study-body p {
  font-size: 1rem; line-height: 1.85;
  color: var(--text-mid); margin-bottom: 1.5rem;
}
.case-study-body ul { margin: 0 0 1.5rem 1.5rem; list-style: disc; }
.case-study-body li {
  font-size: 1rem; line-height: 1.75;
  color: var(--text-mid); margin-bottom: .5rem;
}
.case-study-body strong { color: var(--text-dark); font-weight: 600; }

.client-profile-grid {
  display: grid; grid-template-columns: repeat(3,1fr);
  gap: 1rem; margin: 1.5rem 0 2.5rem;
}
.client-profile-item {
  background: var(--ivory);
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  padding: 1.25rem;
}
.client-profile-item__label {
  font-size: .6rem; font-weight: 700;
  letter-spacing: .15em; text-transform: uppercase;
  color: var(--text-light); margin-bottom: .4rem; display: block;
}
.client-profile-item__value {
  font-size: .875rem; font-weight: 600;
  color: var(--navy); line-height: 1.4;
}

.transformation-block {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  overflow: hidden; margin: 2rem 0;
}
.transformation-block__header {
  background: var(--navy-deep);
  padding: 1rem 1.5rem;
  font-size: .65rem; font-weight: 700;
  letter-spacing: .18em; text-transform: uppercase;
  color: var(--gold-light);
}
.transformation-block__body { padding: 1.5rem; }
.transformation-block__row {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 1.25rem; margin-bottom: 1.25rem;
}
.transformation-block__row:last-child { margin-bottom: 0; }
.t-before, .t-after {
  border-radius: var(--r-md); padding: 1rem 1.25rem;
  font-size: .875rem; line-height: 1.65;
}
.t-before { background: #FEF2F2; border: 1px solid #FECACA; color: #7F1D1D; }
.t-after  { background: #F0FDF4; border: 1px solid #BBF7D0; color: #14532D; }
.t-label {
  font-size: .6rem; font-weight: 700;
  letter-spacing: .12em; text-transform: uppercase;
  margin-bottom: .5rem; display: block;
}
.t-before .t-label { color: #DC2626; }
.t-after .t-label  { color: #16A34A; }

.outcome-block {
  background: var(--navy-deep);
  border-radius: var(--r-lg);
  padding: 2.5rem; margin: 2.5rem 0;
}
.outcome-block h3 {
  font-family: var(--font-display);
  font-size: 1.4rem; font-weight: 600;
  color: var(--gold-light); margin-bottom: 1rem;
}
.outcome-block p {
  font-size: .95rem; color: rgba(255,255,255,.75);
  line-height: 1.75; margin-bottom: 1rem;
}
.outcome-block p:last-child { margin-bottom: 0; }

/* Responsive patches */
@media(max-width:1024px) {
  .problems-grid { grid-template-columns: 1fr; }
  .proof-block { grid-template-columns: 1fr; }
  .pdf-gate-form { grid-template-columns: 1fr; }
  .handbook-toc__list { grid-template-columns: 1fr; }
  .checklist-grid { grid-template-columns: 1fr; }
  .ba-example { grid-template-columns: 1fr; }
  .client-profile-grid { grid-template-columns: repeat(2,1fr); }
  .transformation-block__row { grid-template-columns: 1fr; }
}
@media(max-width:768px) {
  .seo-hero__actions { flex-direction: column; }
  .client-profile-grid { grid-template-columns: 1fr; }
  .case-study-body { padding: 3rem 1.25rem; }
  .pdf-gate { padding: 2rem 1.25rem; }
}
