/* safacopywrite.com | 25th site | Houilles, Yvelines, France
   FIRST Snow White #FAFAF9 + Near Black #0F0F14 + Vermillion #E25E3E!
   FIRST Source Serif 4 + Urbanist fonts!
   FIRST sliding underline indicator nav!
   FIRST centered editorial hero with service chips!
   FIRST pull quote + mini testimonial cards!
   FIRST alternating-side vertical timeline process!
   FIRST +/x rotate accordion FAQ!
   FIRST chapter-narrative about page!
   FIRST .sfc-scroll builder panel!
   FIRST Voice/Story/Legacy pricing (narrative terms)!
   FIRST Creator-focused services: bio/course/podcast/fundraising/appstore/welcome!
   FIRST Twitter+TikTok+YouTube! FIRST asterisk typographic favicon!
   FIRST Houilles Yvelines France! EN/FR bilingual!
   Min font 11px (0.69rem) enforced throughout! No text overflow!
   sfc- CSS prefix | SFC JS */
@import url('https://fonts.googleapis.com/css2?family=Source+Serif+4:ital,wght@0,400;0,600;0,700;0,900;1,400;1,600&family=Urbanist:wght@300;400;500;600;700&display=swap');
:root {
  --sfc-snow:#FAFAF9; --sfc-white:#FFFFFF;
  --sfc-blush:#F5E8DF; --sfc-blush-d:#EDD8CB;
  --sfc-dark:#0F0F14; --sfc-dark-l:#1C1C24;
  --sfc-vm:#E25E3E; --sfc-vm-l:#E87058; --sfc-vm-d:#C44D30;
  --sfc-glow-v:rgba(226,94,62,.1); --sfc-glow-vd:rgba(226,94,62,.06);
  --sfc-taupe:#8B7B6E; --sfc-mid:#5C4C42;
  --sfc-muted:#B5A89A; --sfc-line:#EBE8E3;
  --sfc-max:1200px;
  --sfc-fh:'Source Serif 4',Georgia,serif;
  --sfc-fb:'Urbanist',system-ui,sans-serif;
  --sfc-r:4px; --sfc-r2:12px; --sfc-r3:100px;
  --sfc-ease:all .2s cubic-bezier(.4,0,.2,1);
  --sfc-sh:0 2px 16px rgba(15,15,20,.06);
  --sfc-sh2:0 20px 60px rgba(15,15,20,.16);
}
/* RESET + BASE — min font 11px enforced */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}
html{scroll-behavior:smooth;}
body{background:var(--sfc-snow);color:var(--sfc-taupe);font-family:var(--sfc-fb);font-size:1rem;line-height:1.72;overflow-x:hidden;min-width:320px;}
img{display:block;max-width:100%;height:auto;}a{color:inherit;text-decoration:none;}ul{list-style:none;}
button{font-family:inherit;cursor:pointer;border:none;background:none;}input,textarea,select{font-family:inherit;}
address{font-style:normal;}h1,h2,h3,h4{font-family:var(--sfc-fh);}
p{font-size:clamp(0.75rem,1.5vw,0.92rem);line-height:1.78;color:var(--sfc-taupe);}
/* Minimum 11px = 0.6875rem. All small text clamped to min .72rem (11.5px) */

/* ═══ SLIDING INDICATOR HEADER (FIRST!) ═══ */
.sfc-hd{position:fixed;top:0;width:100%;z-index:500;background:var(--sfc-white);border-bottom:1px solid var(--sfc-line);transition:box-shadow .2s;}
.sfc-hd.sfc-hd-scroll{box-shadow:var(--sfc-sh);}
.sfc-hd-in{max-width:var(--sfc-max);margin:0 auto;padding:0 2rem;height:64px;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;}
.sfc-logo{font-family:var(--sfc-fh);font-size:clamp(1.2rem,2vw,1.55rem);font-weight:700;color:var(--sfc-dark);text-decoration:none;flex-shrink:0;letter-spacing:-.02em;line-height:1.2;}
.sfc-logo em{font-style:italic;color:var(--sfc-vm);}
/* Sliding indicator nav (FIRST!) */
.sfc-nav{flex:1;display:flex;justify-content:center;align-items:center;gap:.1rem;position:relative;}
.sfc-nav-ind{position:absolute;bottom:0;height:2px;background:var(--sfc-vm);border-radius:2px;transition:left .22s cubic-bezier(.4,0,.2,1),width .22s cubic-bezier(.4,0,.2,1);opacity:0;pointer-events:none;}
/* Urbanist nav links (font-size bigger than body via clamp) */
.sfc-nlk{font-family:var(--sfc-fb);font-size:clamp(0.83rem,1.2vw,0.98rem);font-weight:500;color:var(--sfc-taupe);padding:.2rem .5rem;text-decoration:none;border-radius:var(--sfc-r);transition:color .14s;white-space:nowrap;}
.sfc-nlk:hover,.sfc-nlk.sfc-on{color:var(--sfc-dark);}
.sfc-hd-right{display:flex;align-items:center;gap:.4rem;flex-shrink:0;}
.sfc-ls-wrap{display:flex;gap:.06rem;}
.sfc-ls{font-family:var(--sfc-fb);font-size:0.72rem;font-weight:600;color:var(--sfc-muted);cursor:pointer;padding:.05rem .2rem;border:none;background:none;transition:color .14s;}
.sfc-ls.sfc-ls-on,.sfc-ls:hover{color:var(--sfc-vm);}
.sfc-hd-cta{font-family:var(--sfc-fb);font-size:clamp(0.78rem,1.2vw,0.9rem);font-weight:600;color:white;background:var(--sfc-vm);padding:.3rem .9rem;border-radius:var(--sfc-r3);text-decoration:none;white-space:nowrap;transition:background .14s;}
.sfc-hd-cta:hover{background:var(--sfc-vm-l);}
.sfc-mob-btn{display:none;color:var(--sfc-dark);}
/* Mobile drawer */
.sfc-mob-drawer{position:fixed;top:0;right:0;bottom:0;width:82%;max-width:320px;background:var(--sfc-dark);z-index:700;transform:translateX(100%);transition:transform .3s;padding:5rem 2rem 2rem;overflow-y:auto;}
.sfc-mob-drawer.sfc-md-open{transform:translateX(0);}
.sfc-md-close{position:absolute;top:1.2rem;right:1.2rem;color:rgba(255,255,255,.4);}
.sfc-md-nav{display:flex;flex-direction:column;gap:.15rem;margin-bottom:1rem;}
.sfc-md-lk{font-family:var(--sfc-fb);font-size:1.1rem;color:rgba(255,255,255,.6);padding:.3rem 0;text-decoration:none;transition:color .14s;}
.sfc-md-lk:hover{color:white;}
.sfc-mob-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:699;opacity:0;pointer-events:none;transition:opacity .3s;}
.sfc-mob-overlay.sfc-ov-vis{opacity:1;pointer-events:auto;}

/* PAGE BANNER */
.sfc-pg-bnr{background:var(--sfc-dark);padding:6rem 2rem 3.5rem;}
.sfc-pg-bnr-in{max-width:var(--sfc-max);margin:0 auto;}
.sfc-pg-chip{font-family:var(--sfc-fb);font-size:0.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.3em;color:var(--sfc-vm-l);display:inline-block;margin-bottom:.55rem;}
.sfc-pg-bnr h1{font-family:var(--sfc-fh);font-size:clamp(2rem,5vw,4rem);color:white;line-height:1.1;font-weight:700;}
.sfc-pg-sub{font-size:clamp(0.78rem,1.5vw,0.9rem);color:rgba(255,255,255,.35);margin:.5rem 0 0;max-width:60ch;line-height:1.78;}

/* ═══ HERO: Centered editorial (FIRST!) ═══ */
.sfc-hero-shell{background:var(--sfc-snow);min-height:100vh;padding:7.5rem 2rem 5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;position:relative;overflow:hidden;}
/* Thin editorial rule lines (FIRST decoration!) */
.sfc-hero-rule{position:absolute;left:0;right:0;height:1px;background:var(--sfc-line);}
.sfc-hero-rule-t{top:3.5rem;}
.sfc-hero-rule-b{bottom:3.5rem;}
.sfc-hz-tag{font-family:var(--sfc-fb);font-size:0.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.3em;color:var(--sfc-vm);display:block;margin-bottom:1.2rem;}
/* HUGE Source Serif 4 heading (FIRST!) */
.sfc-hz-h1{font-family:var(--sfc-fh);font-size:clamp(2.4rem,7vw,6.5rem);color:var(--sfc-dark);line-height:1.06;max-width:14ch;margin:0 auto .7rem;font-weight:700;letter-spacing:-.02em;}
.sfc-hz-h1 em{font-style:italic;color:var(--sfc-vm);}
.sfc-hz-sub{font-family:var(--sfc-fh);font-style:italic;font-size:clamp(0.88rem,2vw,1.22rem);color:var(--sfc-taupe);max-width:50ch;margin:0 auto 2rem;line-height:1.72;}
.sfc-hz-acts{display:flex;gap:.6rem;flex-wrap:wrap;justify-content:center;margin-bottom:2.5rem;}
/* Service chip row (FIRST!) */
.sfc-hz-chips{display:flex;gap:.4rem;flex-wrap:wrap;justify-content:center;}
.sfc-hz-chip{font-family:var(--sfc-fb);font-size:0.78rem;font-weight:500;color:var(--sfc-mid);padding:.3rem .85rem;background:var(--sfc-blush);border-radius:var(--sfc-r3);text-decoration:none;transition:var(--sfc-ease);white-space:nowrap;}
.sfc-hz-chip:hover{background:var(--sfc-vm);color:white;}

/* SERVICE GRID */
.sfc-svc-section{background:var(--sfc-white);border-top:1px solid var(--sfc-line);}
.sfc-svc-in{max-width:var(--sfc-max);margin:0 auto;padding:6rem 2rem;}
.sfc-svc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2.5rem;}
.sfc-svc-card{border:1.5px solid var(--sfc-line);border-radius:var(--sfc-r2);padding:1.4rem;text-decoration:none;display:block;transition:var(--sfc-ease);background:var(--sfc-snow);}
.sfc-svc-card:hover{border-color:var(--sfc-vm);box-shadow:var(--sfc-sh);}
.sfc-sc-ico{width:32px;height:32px;background:var(--sfc-glow-v);border-radius:var(--sfc-r);display:flex;align-items:center;justify-content:center;color:var(--sfc-vm);margin-bottom:.6rem;}
.sfc-sc-nm{font-family:var(--sfc-fh);font-size:clamp(0.78rem,1.2vw,0.88rem);color:var(--sfc-dark);display:block;margin-bottom:.2rem;font-weight:600;line-height:1.35;}
.sfc-sc-pr{font-family:var(--sfc-fb);font-size:0.72rem;font-weight:600;color:var(--sfc-vm);background:var(--sfc-glow-v);padding:.04rem .32rem;border-radius:var(--sfc-r3);display:inline-block;margin-bottom:.3rem;}
.sfc-sc-tag{font-size:0.78rem;color:var(--sfc-taupe);line-height:1.62;}

/* FEATURED CASE (full width dark) */
.sfc-feat-case{background:var(--sfc-dark);padding:6rem 2rem;border-top:1px solid rgba(255,255,255,.04);}
.sfc-fc-in{max-width:var(--sfc-max);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;}
.sfc-fc-img{border-radius:var(--sfc-r2);overflow:hidden;height:320px;}
.sfc-fc-img img{width:100%;height:100%;object-fit:cover;opacity:.7;}
.sfc-fc-cat{font-family:var(--sfc-fb);font-size:0.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.22em;color:var(--sfc-vm-l);display:block;margin-bottom:.4rem;}
.sfc-fc-result{font-family:var(--sfc-fh);font-size:clamp(2rem,5vw,4rem);color:white;display:block;line-height:1.05;margin-bottom:.4rem;font-weight:700;}
.sfc-fc-h{font-family:var(--sfc-fh);font-size:clamp(0.88rem,1.5vw,1.05rem);font-style:italic;color:rgba(255,255,255,.55);margin-bottom:.8rem;line-height:1.55;}
.sfc-fc-body{font-size:clamp(0.75rem,1.2vw,0.86rem);color:rgba(255,255,255,.3);line-height:1.78;}

/* TESTIMONIALS: Pull quote + mini cards (FIRST!) */
.sfc-testi-section{background:var(--sfc-dark-l);padding:6rem 2rem;}
.sfc-testi-in{max-width:var(--sfc-max);margin:0 auto;display:grid;grid-template-columns:1.3fr 1fr;gap:4rem;align-items:start;}
/* Big pull quote (FIRST!) */
.sfc-pull-mark{font-family:var(--sfc-fh);font-size:8rem;color:var(--sfc-vm);opacity:.25;line-height:.7;display:block;margin-bottom:-.5rem;}
.sfc-pull-q{font-family:var(--sfc-fh);font-size:clamp(1.05rem,2vw,1.5rem);color:white;line-height:1.5;font-style:italic;margin-bottom:1.2rem;}
.sfc-pull-who{font-family:var(--sfc-fh);font-size:clamp(0.78rem,1.2vw,0.92rem);font-weight:600;color:var(--sfc-vm-l);display:block;}
.sfc-pull-role{font-size:0.75rem;color:rgba(255,255,255,.3);display:block;}
/* Mini testimonial cards (FIRST!) */
.sfc-mini-tq{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.07);border-radius:var(--sfc-r2);padding:1rem;margin-bottom:.7rem;transition:var(--sfc-ease);}
.sfc-mini-tq:hover{border-color:rgba(226,94,62,.3);}
.sfc-mq-stars{color:var(--sfc-vm);font-size:0.72rem;display:block;margin-bottom:.3rem;}
.sfc-mq-text{font-size:0.78rem;color:rgba(255,255,255,.45);line-height:1.68;margin-bottom:.5rem;}
.sfc-mq-who{font-weight:600;font-size:0.78rem;color:rgba(255,255,255,.6);display:block;}
.sfc-mq-role{font-size:0.72rem;color:rgba(255,255,255,.25);display:block;}

/* PROCESS: Alternating-side vertical timeline (FIRST!) */
.sfc-proc-section{background:var(--sfc-snow);padding:6rem 2rem;border-top:1px solid var(--sfc-line);}
.sfc-proc-in{max-width:640px;margin:0 auto;}
.sfc-proc-vert{position:relative;margin-top:2.5rem;}
.sfc-proc-vert::before{content:'';position:absolute;left:50%;top:0;bottom:0;width:1px;background:var(--sfc-line);transform:translateX(-50%);}
.sfc-pv-item{display:grid;grid-template-columns:1fr 44px 1fr;gap:1.2rem;margin-bottom:2.5rem;align-items:start;}
/* Odd: text left, empty right (FIRST alternating!) */
.sfc-pv-item:nth-child(odd) .sfc-pv-txt{grid-column:1;text-align:right;}
.sfc-pv-item:nth-child(odd) .sfc-pv-dot{grid-column:2;}
.sfc-pv-item:nth-child(odd) .sfc-pv-emp{grid-column:3;}
/* Even: empty left, text right */
.sfc-pv-item:nth-child(even) .sfc-pv-emp{grid-column:1;}
.sfc-pv-item:nth-child(even) .sfc-pv-dot{grid-column:2;}
.sfc-pv-item:nth-child(even) .sfc-pv-txt{grid-column:3;text-align:left;}
.sfc-pv-dot{width:44px;height:44px;border-radius:50%;background:var(--sfc-white);border:2px solid var(--sfc-line);display:flex;align-items:center;justify-content:center;font-family:var(--sfc-fb);font-size:0.78rem;font-weight:700;color:var(--sfc-vm);position:relative;z-index:1;transition:var(--sfc-ease);}
.sfc-pv-item:hover .sfc-pv-dot{border-color:var(--sfc-vm);background:var(--sfc-glow-v);}
.sfc-pv-num{font-family:var(--sfc-fb);font-size:0.72rem;font-weight:700;color:var(--sfc-vm);display:block;margin-bottom:.18rem;}
.sfc-pv-nm{font-family:var(--sfc-fh);font-size:clamp(0.82rem,1.2vw,0.92rem);color:var(--sfc-dark);font-weight:600;display:block;margin-bottom:.2rem;}
.sfc-pv-body{font-size:0.78rem;color:var(--sfc-taupe);line-height:1.7;}
.sfc-pv-emp{height:44px;}

/* PRICING */
.sfc-price-section{background:var(--sfc-white);padding:6rem 2rem;border-top:1px solid var(--sfc-line);}
.sfc-price-in{max-width:var(--sfc-max);margin:0 auto;}
.sfc-price-h2{font-family:var(--sfc-fh);font-size:clamp(2rem,5vw,4rem);color:var(--sfc-dark);font-weight:700;margin-bottom:.3rem;}
.sfc-price-sub{font-size:clamp(0.78rem,1.5vw,0.9rem);color:var(--sfc-taupe);margin-bottom:2.5rem;}
.sfc-plan-cols{display:grid;grid-template-columns:1fr 1.08fr 1fr;gap:2rem;align-items:start;}
.sfc-plan-cd{border:2px solid var(--sfc-line);border-radius:var(--sfc-r2);overflow:hidden;background:var(--sfc-snow);}
.sfc-plan-cd.sfc-pl-feat{border-color:var(--sfc-vm);}
.sfc-pk-top{padding:1.2rem;border-bottom:1px solid var(--sfc-line);}
.sfc-plan-cd.sfc-pl-feat .sfc-pk-top{background:var(--sfc-blush);}
.sfc-pk-badge{font-family:var(--sfc-fb);font-size:0.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.18em;color:var(--sfc-taupe);display:block;margin-bottom:.2rem;}
.sfc-plan-cd.sfc-pl-feat .sfc-pk-badge{color:var(--sfc-vm);}
.sfc-pk-nm{font-family:var(--sfc-fh);font-size:clamp(1.6rem,3vw,2.1rem);color:var(--sfc-dark);font-weight:700;}
.sfc-pk-tl{font-size:0.78rem;color:var(--sfc-taupe);margin-top:.12rem;line-height:1.5;}
.sfc-pk-body{padding:1.2rem;}
.sfc-pk-pr{display:flex;align-items:baseline;gap:.2rem;margin-bottom:1rem;}
.sfc-pk-amt{font-family:var(--sfc-fh);font-size:clamp(1.8rem,3vw,2.5rem);color:var(--sfc-dark);font-weight:700;}
.sfc-pk-pp{font-size:0.75rem;color:var(--sfc-taupe);}
.sfc-pk-rows{display:flex;flex-direction:column;gap:.26rem;margin-bottom:1.2rem;}
.sfc-pk-rows li{display:flex;align-items:flex-start;gap:.35rem;font-size:0.78rem;color:var(--sfc-taupe);}
.sfc-pk-rows li svg{color:var(--sfc-vm);flex-shrink:0;margin-top:.1rem;}

/* FAQ: +/x ROTATE ACCORDION (FIRST!) */
.sfc-faq-section{background:var(--sfc-snow);padding:6rem 2rem;border-top:1px solid var(--sfc-line);}
.sfc-faq-in{max-width:720px;margin:0 auto;}
.sfc-faq-list{margin-top:2.5rem;}
.sfc-faq-item{border-bottom:1px solid var(--sfc-line);}
.sfc-fq-row{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;padding:1.2rem 0;cursor:pointer;}
/* Source Serif 4 questions */
.sfc-fq-q{font-family:var(--sfc-fh);font-size:clamp(0.85rem,1.5vw,0.98rem);color:var(--sfc-dark);flex:1;line-height:1.45;font-weight:600;}
/* +/× toggle (FIRST rotate 45deg!) */
.sfc-fq-tog{width:26px;height:26px;border:1.5px solid var(--sfc-line);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--sfc-taupe);transition:var(--sfc-ease);font-size:1.1rem;line-height:1;font-family:system-ui;}
.sfc-faq-item.sfc-fi-open .sfc-fq-tog{background:var(--sfc-vm);border-color:var(--sfc-vm);color:white;transform:rotate(45deg);}
.sfc-faq-item.sfc-fi-open .sfc-fq-q{color:var(--sfc-vm);}
.sfc-fq-body{max-height:0;overflow:hidden;transition:max-height .35s ease;}
.sfc-faq-item.sfc-fi-open .sfc-fq-body{max-height:320px;}
.sfc-fq-ans{font-size:clamp(0.78rem,1.2vw,0.88rem);color:var(--sfc-taupe);line-height:1.78;padding:.5rem 0 1rem;}

/* CTA */
.sfc-cta-wrap{background:var(--sfc-vm);padding:6rem 2rem;}
.sfc-cta-in{max-width:var(--sfc-max);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;}
.sfc-cta-h{font-family:var(--sfc-fh);font-size:clamp(2rem,4vw,3.2rem);color:white;line-height:1.1;margin-bottom:.5rem;font-weight:700;}
.sfc-cta-sub{font-size:clamp(0.78rem,1.5vw,0.92rem);color:rgba(255,255,255,.6);line-height:1.78;margin-bottom:1.5rem;}
.sfc-cta-form{background:white;border-radius:var(--sfc-r2);padding:1.8rem;}
.sfc-cta-form h3{font-family:var(--sfc-fh);font-size:clamp(0.88rem,1.5vw,1rem);color:var(--sfc-dark);margin-bottom:1rem;font-weight:700;}

/* BUTTONS */
.sfc-btn-vm{display:inline-flex;align-items:center;gap:.4rem;font-family:var(--sfc-fb);font-size:clamp(0.82rem,1.2vw,0.92rem);font-weight:600;color:white;background:var(--sfc-vm);padding:.42rem 1.2rem;border-radius:var(--sfc-r3);transition:var(--sfc-ease);border:none;cursor:pointer;text-decoration:none;white-space:nowrap;}
.sfc-btn-vm:hover{background:var(--sfc-vm-l);}
.sfc-btn-dk{display:inline-flex;align-items:center;gap:.4rem;font-family:var(--sfc-fb);font-size:clamp(0.82rem,1.2vw,0.92rem);font-weight:600;color:white;background:var(--sfc-dark);padding:.42rem 1.2rem;border-radius:var(--sfc-r3);transition:var(--sfc-ease);border:none;cursor:pointer;text-decoration:none;white-space:nowrap;}
.sfc-btn-dk:hover{background:var(--sfc-dark-l);}
.sfc-btn-ghost{display:inline-flex;align-items:center;gap:.4rem;font-family:var(--sfc-fb);font-size:clamp(0.82rem,1.2vw,0.92rem);font-weight:600;color:var(--sfc-dark);background:transparent;padding:.4rem 1.2rem;border-radius:var(--sfc-r3);border:2px solid var(--sfc-dark);transition:var(--sfc-ease);text-decoration:none;white-space:nowrap;}
.sfc-btn-ghost:hover{background:var(--sfc-dark);color:white;}
.sfc-btn-ghost-w{display:inline-flex;align-items:center;gap:.4rem;font-family:var(--sfc-fb);font-size:clamp(0.82rem,1.2vw,0.92rem);font-weight:600;color:white;background:transparent;padding:.4rem 1.2rem;border-radius:var(--sfc-r3);border:2px solid rgba(255,255,255,.35);transition:var(--sfc-ease);text-decoration:none;white-space:nowrap;}
.sfc-btn-ghost-w:hover{border-color:white;}
.sfc-btn-snow{display:inline-flex;align-items:center;gap:.4rem;font-family:var(--sfc-fb);font-size:clamp(0.82rem,1.2vw,0.92rem);font-weight:600;color:var(--sfc-vm);background:white;padding:.4rem 1.2rem;border-radius:var(--sfc-r3);border:none;transition:var(--sfc-ease);text-decoration:none;white-space:nowrap;cursor:pointer;}
.sfc-btn-snow:hover{background:var(--sfc-blush);}

/* SERVICE PAGE */
.sfc-svcpg-wrap{max-width:var(--sfc-max);margin:0 auto;padding:3rem 2rem 6rem;display:grid;grid-template-columns:3fr 2fr;gap:3rem;align-items:start;}
.sfc-svcpg-body h2{font-family:var(--sfc-fh);font-size:clamp(0.88rem,1.5vw,1rem);color:var(--sfc-dark);margin:2rem 0 .4rem;font-weight:700;}
.sfc-svcpg-body p{font-size:clamp(0.78rem,1.2vw,0.9rem);color:var(--sfc-taupe);line-height:1.82;margin-bottom:.8rem;}
.sfc-del-r{display:flex;align-items:flex-start;gap:.4rem;font-size:clamp(0.78rem,1.2vw,0.88rem);color:var(--sfc-mid);margin-bottom:.28rem;}
.sfc-del-r svg{color:var(--sfc-vm);flex-shrink:0;margin-top:.1rem;}
.sfc-svc-sidebar{background:var(--sfc-dark);border-radius:var(--sfc-r2);overflow:hidden;position:sticky;top:5rem;}
.sfc-sb-top{background:var(--sfc-vm);padding:.65rem 1.2rem;}
.sfc-sb-ttl{font-family:var(--sfc-fb);font-size:0.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.2em;color:white;}
.sfc-sb-bd{padding:1rem 1.2rem;}
.sfc-sb-from{font-family:var(--sfc-fb);font-size:0.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.18em;color:rgba(255,255,255,.25);display:block;}
.sfc-sb-pr{font-family:var(--sfc-fh);font-size:clamp(2rem,4vw,2.8rem);color:white;display:block;line-height:1;font-weight:700;}
.sfc-sb-ot{font-size:0.72rem;color:rgba(255,255,255,.25);display:block;margin-bottom:.8rem;}
.sfc-sb-ln{display:flex;align-items:flex-start;gap:.35rem;font-size:0.75rem;color:rgba(255,255,255,.3);margin-bottom:.2rem;}
.sfc-sb-ln svg{color:var(--sfc-vm-l);flex-shrink:0;margin-top:.08rem;}
.sfc-sb-btn{display:flex;width:100%;justify-content:center;align-items:center;gap:.4rem;font-family:var(--sfc-fb);font-size:clamp(0.82rem,1.2vw,0.9rem);font-weight:600;color:white;background:var(--sfc-vm);padding:.5rem;border-radius:var(--sfc-r);border:none;cursor:pointer;transition:background .14s;margin-top:.9rem;text-decoration:none;}
.sfc-sb-btn:hover{background:var(--sfc-vm-l);}

/* BUILDER .sfc-scroll (FIRST "scroll" naming!) */
.sfc-build-wrap{max-width:var(--sfc-max);margin:0 auto;padding:4rem 2rem 7rem;display:grid;grid-template-columns:1fr 300px;gap:4rem;align-items:start;}
.sfc-bld-sec{margin-bottom:2rem;}
.sfc-bld-lbl{display:block;font-family:var(--sfc-fb);font-size:0.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.28em;color:var(--sfc-taupe);margin-bottom:.55rem;}
.sfc-plan-opt{background:var(--sfc-white);border:1.5px solid var(--sfc-line);border-radius:var(--sfc-r);padding:.7rem 1rem;display:flex;align-items:center;gap:.65rem;cursor:pointer;user-select:none;transition:var(--sfc-ease);margin-bottom:.35rem;}
.sfc-plan-opt.sfc-po-on{border-color:var(--sfc-vm);background:var(--sfc-glow-v);}
.sfc-po-radio{width:16px;height:16px;border:2px solid var(--sfc-line);border-radius:50%;flex-shrink:0;transition:var(--sfc-ease);}
.sfc-plan-opt.sfc-po-on .sfc-po-radio{background:var(--sfc-vm);border-color:var(--sfc-vm);}
.sfc-po-nm{font-family:var(--sfc-fh);font-size:clamp(0.8rem,1.2vw,0.88rem);color:var(--sfc-taupe);flex:1;font-weight:600;}
.sfc-plan-opt.sfc-po-on .sfc-po-nm{color:var(--sfc-dark);}
.sfc-po-pr{font-size:clamp(0.82rem,1.2vw,0.9rem);font-weight:600;color:var(--sfc-dark);}
.sfc-addon-opt{background:var(--sfc-white);border:1.5px solid var(--sfc-line);border-radius:var(--sfc-r);padding:.55rem 1rem;display:flex;align-items:center;gap:.6rem;cursor:pointer;user-select:none;transition:var(--sfc-ease);margin-bottom:.3rem;}
.sfc-addon-opt.sfc-ao-on{border-color:var(--sfc-vm);background:var(--sfc-glow-v);}
.sfc-ao-chk{width:14px;height:14px;border:2px solid var(--sfc-line);border-radius:3px;flex-shrink:0;transition:var(--sfc-ease);}
.sfc-addon-opt.sfc-ao-on .sfc-ao-chk{background:var(--sfc-vm);border-color:var(--sfc-vm);}
.sfc-ao-nm{font-size:clamp(0.78rem,1.2vw,0.85rem);color:var(--sfc-taupe);flex:1;}
.sfc-addon-opt.sfc-ao-on .sfc-ao-nm{color:var(--sfc-dark);font-weight:600;}
.sfc-ao-pr{font-size:0.78rem;color:var(--sfc-taupe);}
.sfc-hrs-panel{background:var(--sfc-white);border:1.5px solid var(--sfc-line);border-radius:var(--sfc-r);padding:1rem;}
.sfc-hrs-rng{-webkit-appearance:none;width:100%;height:3px;background:var(--sfc-line);border-radius:2px;cursor:pointer;}
.sfc-hrs-rng::-webkit-slider-thumb{-webkit-appearance:none;width:18px;height:18px;border-radius:50%;background:var(--sfc-vm);cursor:pointer;}
/* .sfc-scroll panel (FIRST "scroll" naming in 25-site series!) */
.sfc-scroll{background:var(--sfc-dark);border-radius:var(--sfc-r2);overflow:hidden;position:sticky;top:5rem;}
/* Warm blush header (looks like parchment scroll!) */
.sfc-scroll-hd{background:var(--sfc-blush);border-bottom:1px solid var(--sfc-blush-d);padding:.6rem 1.2rem;display:flex;align-items:center;gap:.5rem;}
.sfc-scroll-ttl{font-family:var(--sfc-fh);font-size:clamp(0.85rem,1.2vw,0.95rem);font-weight:600;color:var(--sfc-dark);}
.sfc-scroll-bd{padding:.5rem 1.2rem;min-height:80px;}
.sfc-scroll-ln{display:flex;justify-content:space-between;font-size:0.78rem;color:rgba(255,255,255,.3);margin-bottom:.22rem;}
.sfc-scroll-v{font-size:0.85rem;color:rgba(255,255,255,.8);}
.sfc-scroll-sep{border:none;border-top:1px solid rgba(255,255,255,.07);margin:.25rem 1.2rem;}
.sfc-scroll-total{display:flex;justify-content:space-between;align-items:flex-end;padding:.2rem 1.2rem .4rem;}
.sfc-scroll-tl{font-family:var(--sfc-fb);font-size:0.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.18em;color:rgba(255,255,255,.2);}
.sfc-scroll-tv{font-family:var(--sfc-fh);font-size:clamp(2rem,4vw,2.8rem);color:var(--sfc-vm-l);font-weight:700;}
.sfc-scroll-ft{padding:.6rem 1.2rem;border-top:1px solid rgba(255,255,255,.07);}
.sfc-scroll-go{display:block;width:100%;background:var(--sfc-vm);color:white;font-family:var(--sfc-fb);font-size:clamp(0.82rem,1.2vw,0.9rem);font-weight:700;padding:.5rem;border-radius:var(--sfc-r);border:none;cursor:pointer;transition:background .14s;}
.sfc-scroll-go:hover:not(:disabled){background:var(--sfc-vm-l);}
.sfc-scroll-go:disabled{opacity:.2;cursor:not-allowed;}

/* CHECKOUT + FORMS */
.sfc-co-wrap{max-width:760px;margin:0 auto;padding:3rem 2rem 7rem;}
.sfc-co-sum{border:2px solid var(--sfc-vm);border-radius:var(--sfc-r2);overflow:hidden;margin-bottom:2rem;}
.sfc-cs-top{background:var(--sfc-vm);padding:.6rem 1.2rem;}
.sfc-cs-top span{font-family:var(--sfc-fb);font-size:0.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.2em;color:white;}
.sfc-cs-bd{padding:.5rem 1.2rem;}
.sfc-cs-ln{display:flex;justify-content:space-between;font-size:clamp(0.78rem,1.2vw,0.85rem);color:var(--sfc-taupe);padding:.26rem 0;border-bottom:1px solid var(--sfc-line);}
.sfc-cs-total{display:flex;justify-content:space-between;align-items:center;padding:.55rem 0 .1rem;}
.sfc-cs-total span:last-child{font-family:var(--sfc-fh);font-size:clamp(1.6rem,3vw,2rem);color:var(--sfc-dark);font-weight:700;}
.sfc-fg{margin-bottom:.65rem;}
.sfc-fl{display:block;font-family:var(--sfc-fb);font-size:0.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.18em;color:var(--sfc-taupe);margin-bottom:.2rem;}
.sfc-fi{width:100%;background:var(--sfc-white);border:1.5px solid var(--sfc-line);border-radius:var(--sfc-r);padding:.6rem .9rem;color:var(--sfc-dark);font-size:clamp(0.82rem,1.2vw,0.9rem);transition:border-color .14s;}
.sfc-fi:focus{outline:none;border-color:var(--sfc-vm);box-shadow:0 0 0 3px var(--sfc-glow-v);}
.sfc-agree{display:flex;align-items:flex-start;gap:.5rem;font-size:0.78rem;color:var(--sfc-taupe);margin:1rem 0;line-height:1.6;}
.sfc-agree input{margin-top:.14rem;accent-color:var(--sfc-vm);}
.sfc-agree a{color:var(--sfc-vm);}

/* LEGAL */
.sfc-legal-pg{max-width:800px;margin:0 auto;padding:4rem 2rem 7rem;}
.sfc-legal-eff{display:inline-block;font-size:0.75rem;color:var(--sfc-taupe);background:var(--sfc-white);border:1px solid var(--sfc-line);padding:.18rem .65rem;border-radius:var(--sfc-r3);margin-bottom:1.5rem;}
.sfc-legal-pg h2{font-family:var(--sfc-fh);font-size:clamp(0.88rem,1.5vw,1rem);color:var(--sfc-dark);margin:2.5rem 0 .45rem;font-weight:700;}
.sfc-legal-pg p,.sfc-legal-pg li{font-size:clamp(0.78rem,1.2vw,0.9rem);color:var(--sfc-taupe);line-height:1.78;margin-bottom:.85rem;}
.sfc-legal-pg ul{padding-left:1.4rem;margin:.5rem 0;}
.sfc-legal-pg li{list-style:disc;}
.sfc-legal-pg a{color:var(--sfc-vm);}

/* ABOUT: Chapter-narrative format (FIRST!) */
.sfc-about-chapter{max-width:var(--sfc-max);margin:0 auto;padding:4rem 2rem 6rem;display:grid;grid-template-columns:2fr 1fr;gap:4rem;align-items:start;}
.sfc-chapter{margin-bottom:3rem;}
.sfc-ch-num{font-family:var(--sfc-fh);font-size:clamp(3rem,8vw,6rem);color:var(--sfc-dark);opacity:.05;line-height:1;display:block;margin-bottom:-.8rem;font-weight:900;}
.sfc-ch-title{font-family:var(--sfc-fh);font-size:clamp(1.2rem,2.5vw,1.8rem);color:var(--sfc-dark);font-weight:700;margin-bottom:.8rem;}
.sfc-ch-body p{font-size:clamp(0.78rem,1.2vw,0.9rem);color:var(--sfc-taupe);line-height:1.82;margin-bottom:.8rem;}

/* FOOTER (TW+TT+YT FIRST!) */
.sfc-footer{background:var(--sfc-dark);}
.sfc-footer-in{max-width:var(--sfc-max);margin:0 auto;padding:3rem 2rem 2rem;display:grid;grid-template-columns:1.8fr 1fr 1fr 1fr;gap:2rem;border-bottom:1px solid rgba(255,255,255,.06);}
/* Source Serif 4 footer brand (bigger!) */
.sfc-ftr-brand{font-family:var(--sfc-fh);font-size:clamp(1.2rem,2vw,1.55rem);color:white;display:block;margin-bottom:.4rem;text-decoration:none;font-weight:700;letter-spacing:-.01em;}
.sfc-ftr-brand em{font-style:italic;color:var(--sfc-vm-l);}
.sfc-ftr-tag{font-size:0.72rem;color:rgba(255,255,255,.2);line-height:1.65;margin-bottom:.7rem;}
/* TW+TT+YT (FIRST TW+TT+YT in 25-site series!) */
.sfc-ftr-socs{display:flex;gap:.4rem;margin-bottom:.7rem;}
.sfc-ftr-soc{width:30px;height:30px;border:1px solid rgba(255,255,255,.1);border-radius:var(--sfc-r);display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.25);transition:var(--sfc-ease);text-decoration:none;}
.sfc-ftr-soc:hover{border-color:var(--sfc-vm-l);color:var(--sfc-vm-l);}
.sfc-ftr-col-h{font-family:var(--sfc-fb);font-size:0.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.28em;color:rgba(255,255,255,.16);margin-bottom:.65rem;}
.sfc-ftr-nav{display:flex;flex-direction:column;gap:.2rem;}
.sfc-ftr-nav a{font-size:0.75rem;color:rgba(255,255,255,.2);transition:color .14s;text-decoration:none;}
.sfc-ftr-nav a:hover{color:var(--sfc-vm-l);}
.sfc-ftr-ct a{display:flex;align-items:flex-start;gap:.3rem;font-size:0.72rem;color:rgba(255,255,255,.2);transition:color .14s;text-decoration:none;margin-bottom:.22rem;}
.sfc-ftr-ct a:hover{color:var(--sfc-vm-l);}
.sfc-footer-base{max-width:var(--sfc-max);margin:0 auto;padding:.65rem 2rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;}
.sfc-ftr-copy{font-size:0.72rem;color:rgba(255,255,255,.12);}
.sfc-ftr-legal{display:flex;gap:1rem;flex-wrap:wrap;}
.sfc-ftr-legal a{font-size:0.72rem;color:rgba(255,255,255,.12);transition:color .14s;text-decoration:none;}
.sfc-ftr-legal a:hover{color:var(--sfc-vm-l);}

/* COOKIE + CHAT */
.sfc-ck-bar{position:fixed;bottom:0;left:0;right:0;z-index:9999;background:var(--sfc-dark-l);border-top:2px solid var(--sfc-vm);padding:.9rem 2rem;display:none;align-items:center;gap:2rem;justify-content:space-between;flex-wrap:wrap;}
.sfc-ck-bar p{font-size:0.78rem;color:rgba(255,255,255,.3);margin:0;}
.sfc-ck-bar a{color:var(--sfc-vm-l);}
.sfc-ck-btns{display:flex;gap:.5rem;flex-shrink:0;}
.sfc-ck-yes{background:var(--sfc-vm);color:white;font-family:var(--sfc-fb);font-size:0.85rem;font-weight:700;padding:.28rem .85rem;border-radius:var(--sfc-r3);cursor:pointer;border:none;}
.sfc-ck-no{background:transparent;color:rgba(255,255,255,.25);font-family:var(--sfc-fb);font-size:0.82rem;padding:.26rem .85rem;border:1px solid rgba(255,255,255,.1);border-radius:var(--sfc-r3);cursor:pointer;}
.sfc-chat-fab{position:fixed;bottom:4.5rem;right:1.5rem;z-index:9990;width:50px;height:50px;background:var(--sfc-vm);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;border:none;box-shadow:var(--sfc-sh2);transition:var(--sfc-ease);color:white;}
.sfc-chat-fab:hover{background:var(--sfc-vm-l);transform:scale(1.07);}
.sfc-chatpop{position:fixed;bottom:7rem;right:1.5rem;z-index:9989;width:290px;background:white;border:1.5px solid var(--sfc-line);border-radius:var(--sfc-r2);box-shadow:var(--sfc-sh2);opacity:0;pointer-events:none;transform:translateY(10px) scale(.97);transition:opacity .2s,transform .22s;overflow:hidden;}
.sfc-chatpop.sfc-cp-vis{opacity:1;pointer-events:auto;transform:none;}
.sfc-chat-hd{background:var(--sfc-dark);padding:.8rem 1.1rem;}
.sfc-chat-nm{font-family:var(--sfc-fh);font-size:clamp(0.88rem,1.5vw,0.98rem);color:white;font-weight:700;}
.sfc-chat-nm em{color:var(--sfc-vm-l);font-style:italic;}
.sfc-chat-bd{padding:.8rem 1rem;}
.sfc-chat-inp{width:100%;background:var(--sfc-snow);border:1.5px solid var(--sfc-line);border-radius:var(--sfc-r);padding:.5rem .8rem;font-size:0.85rem;color:var(--sfc-dark);margin-bottom:.35rem;resize:none;transition:border-color .14s;}
.sfc-chat-inp:focus{outline:none;border-color:var(--sfc-vm);}
.sfc-chat-send{width:100%;background:var(--sfc-vm);color:white;font-family:var(--sfc-fb);font-size:0.88rem;font-weight:700;padding:.5rem;border-radius:var(--sfc-r);border:none;cursor:pointer;transition:background .14s;}
.sfc-chat-send:hover{background:var(--sfc-vm-l);}
.sfc-chat-done{display:none;text-align:center;padding:.9rem;}
/* MISC */
.sfc-reveal{opacity:0;transform:translateY(12px);transition:opacity .4s,transform .4s;}
.sfc-reveal.sfc-in{opacity:1;transform:none;}
.sfc-result-pg{min-height:72vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:8rem 2rem;flex-direction:column;gap:1.5rem;}
.sfc-sec-hd h2{font-family:var(--sfc-fh);font-size:clamp(1.8rem,4vw,3.2rem);color:var(--sfc-dark);font-weight:700;}
.sfc-sec-hd-w h2{color:white;}
.sfc-sec-sub{font-size:clamp(0.78rem,1.2vw,0.9rem);color:var(--sfc-taupe);margin-top:.35rem;max-width:58ch;}
.sfc-sec-hd-w .sfc-sec-sub{color:rgba(255,255,255,.35);}
/* RESPONSIVE */
@media(max-width:960px){
  .sfc-nav{display:none;} .sfc-mob-btn{display:flex;}
  .sfc-svc-grid{grid-template-columns:repeat(2,1fr);}
  .sfc-plan-cols,.sfc-cta-in,.sfc-fc-in,.sfc-testi-in,.sfc-about-chapter{grid-template-columns:1fr;}
  .sfc-footer-in{grid-template-columns:1fr 1fr 1fr;}
  .sfc-svcpg-wrap,.sfc-build-wrap{grid-template-columns:1fr;}
  .sfc-proc-vert::before{display:none;}
  .sfc-pv-item{grid-template-columns:44px 1fr;gap:.8rem;}
  .sfc-pv-item:nth-child(odd) .sfc-pv-txt,.sfc-pv-item:nth-child(even) .sfc-pv-txt{grid-column:2;text-align:left;}
  .sfc-pv-item:nth-child(odd) .sfc-pv-dot,.sfc-pv-item:nth-child(even) .sfc-pv-dot{grid-column:1;}
  .sfc-pv-item:nth-child(odd) .sfc-pv-emp,.sfc-pv-item:nth-child(even) .sfc-pv-emp{display:none;}
}
@media(max-width:600px){
  .sfc-svc-grid{grid-template-columns:1fr;}
  .sfc-footer-in{grid-template-columns:1fr 1fr;}
  .sfc-hz-h1{font-size:clamp(2.2rem,9vw,3.5rem);}
}
