/* futurecopywriters.com | Copywriting Agency | Valdelacasa de Tajo, Caceres, Spain
   ELECTRIC CORAL #E8432D + NEAR BLACK #0A0A0B (FIRST coral palette in 48-site series!)
   Figtree (FIRST USE! bold geometric sans) + Literata (FIRST USE! literary serif FOR BODY - creative reversal!)
   fcw- CSS prefix | FCW JS | $fcw PHP | fcw_lang cookie (EN/ES)
   FULLSCREEN OVERLAY HAMBURGER MENU (FIRST in 48-site series!)
   MARQUEE TICKER BAND (FIRST!) | BENTO SERVICE GRID (FIRST!)
   ZIGZAG PROCESS (FIRST!) | STAGGERED TESTIMONIALS (FIRST!)
   NUMBERED FAQ ACCORDION (FIRST!) | TikTok social (FIRST!)
   PEN NIB FAVICON (FIRST!) | COPYWRITING NICHE (FIRST IN SERIES!)
   Valdelacasa de Tajo, Caceres, Extremadura, Spain (2019) */
@import url('https://fonts.googleapis.com/css2?family=Figtree:wght@300;400;500;600;700;800;900&family=Literata:ital,opsz,wght@0,7..72,300;0,7..72,400;0,7..72,500;1,7..72,300;1,7..72,400&display=swap');

:root {
  --fcw-bg:    #F9F7F4; --fcw-surf:  #F2EFEA; --fcw-surf2: #EBE7E0;
  --fcw-bl:    #DDD9D2; --fcw-blL:   #EBE7E0;
  --fcw-ink:   #0A0A0B; --fcw-mid:   #3D3930; --fcw-stone: #8A837C;
  --fcw-coral: #E8432D; --fcw-coral2:#C33520; --fcw-coralL:rgba(232,67,45,.07);
  --fcw-white: #FFFFFF;
  --fcw-max:   1160px;
  --fcw-fh:    'Figtree', system-ui, sans-serif;
  --fcw-fb:    'Literata', Georgia, serif; /* REVERSAL: body = serif! */
  --fcw-r:4px; --fcw-r2:8px; --fcw-r3:14px; --fcw-r4:28px;
  --fcw-ease:  all .2s cubic-bezier(.4,0,.2,1);
  --fcw-sh:    0 2px 16px rgba(10,10,11,.06);
  --fcw-sh2:   0 16px 48px rgba(10,10,11,.12);
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}
html{scroll-behavior:smooth;}
body{background:var(--fcw-bg);color:var(--fcw-mid);font-family:var(--fcw-fb);font-size:.94rem;line-height:1.72;overflow-x:hidden;}
img{display:block;max-width:100%;}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(--fcw-fh);color:var(--fcw-ink);line-height:1.1;}
h2{font-size:clamp(2.4rem,5.5vw,4.5rem);font-weight:800;letter-spacing:-.03em;}
p{font-size:.93rem;line-height:1.78;color:var(--fcw-mid);}

/* ═══════════════════════════════════════════════════════════
   FIXED MINIMAL HEADER + HAMBURGER (FULLSCREEN OVERLAY MENU - FIRST!)
   No nav links visible in header - just logo + hamburger
   ═══════════════════════════════════════════════════════════ */
.fcw-header{position:sticky;top:0;z-index:100;background:var(--fcw-bg);border-bottom:1px solid var(--fcw-bl);display:flex;align-items:center;justify-content:space-between;padding:.9rem 2.5rem;transition:box-shadow .2s;}
.fcw-header.fcw-hd-sc{box-shadow:0 2px 20px rgba(10,10,11,.07);}
/* BIGGER logo: Figtree 1.9rem 800 (bigger than body .94rem!) */
.fcw-brand{font-family:var(--fcw-fh);font-size:1.9rem;font-weight:800;color:var(--fcw-ink);letter-spacing:-.04em;line-height:1;}
.fcw-brand em{color:var(--fcw-coral);font-style:normal;}
.fcw-hd-r{display:flex;align-items:center;gap:1rem;}
.fcw-lang{display:flex;align-items:center;gap:.25rem;}
.fcw-lga{font-family:var(--fcw-fh);font-size:.44rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--fcw-stone);cursor:pointer;padding:.2rem .3rem;border-radius:var(--fcw-r);transition:color .14s;}
.fcw-lga:hover,.fcw-lga.fcw-lon{color:var(--fcw-coral);}
.fcw-lga-sep{color:var(--fcw-bl);}
/* HAMBURGER (3 lines, animates to X when overlay open) */
.fcw-ham{display:flex;flex-direction:column;gap:5px;cursor:pointer;background:none;border:none;padding:.4rem;z-index:600;position:relative;}
.fcw-ham span{display:block;width:22px;height:2px;background:var(--fcw-ink);border-radius:1px;transition:transform .22s,opacity .22s,background .22s;}
body.fcw-ov-open .fcw-ham span:nth-child(1){transform:rotate(45deg) translateY(7px);background:white;}
body.fcw-ov-open .fcw-ham span:nth-child(2){opacity:0;}
body.fcw-ov-open .fcw-ham span:nth-child(3){transform:rotate(-45deg) translateY(-7px);background:white;}

/* ═══ FULLSCREEN OVERLAY MENU (FIRST in 48-site series!) ═══ */
.fcw-overlay{position:fixed;inset:0;z-index:500;background:var(--fcw-ink);opacity:0;pointer-events:none;transform:translateY(-1.5%);transition:opacity .35s,transform .35s;display:flex;flex-direction:column;justify-content:center;padding:2.5rem 4rem;}
.fcw-overlay.fcw-ov-open{opacity:1;pointer-events:auto;transform:none;}
.fcw-ov-brand{font-family:var(--fcw-fh);font-size:1.3rem;font-weight:800;color:rgba(255,255,255,.08);letter-spacing:-.04em;margin-bottom:2.5rem;}
.fcw-ov-brand em{color:rgba(232,67,45,.3);font-style:normal;}
.fcw-ov-link{font-family:var(--fcw-fh);font-size:clamp(2rem,7vw,5rem);font-weight:800;color:rgba(255,255,255,.15);line-height:1.1;transition:color .15s;display:block;letter-spacing:-.04em;}
.fcw-ov-link:hover,.fcw-ov-link.fcw-active{color:var(--fcw-coral);}
.fcw-ov-foot{margin-top:2.5rem;display:flex;align-items:center;gap:2rem;flex-wrap:wrap;}
.fcw-ov-lang{display:flex;gap:.4rem;align-items:center;}
.fcw-ov-lang a{font-family:var(--fcw-fh);font-size:.5rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:rgba(255,255,255,.2);cursor:pointer;transition:color .14s;}
.fcw-ov-lang a:hover,.fcw-ov-lang a.fcw-lon{color:var(--fcw-coral);}
.fcw-ov-lang span{color:rgba(255,255,255,.1);}
.fcw-ov-soc{display:flex;gap:.5rem;}
.fcw-ov-soc a{color:rgba(255,255,255,.2);transition:color .14s;}
.fcw-ov-soc a:hover{color:var(--fcw-coral);}
.fcw-ov-cta{font-family:var(--fcw-fh);font-size:.5rem;font-weight:700;text-transform:uppercase;letter-spacing:.16em;color:var(--fcw-coral);border:1.5px solid rgba(232,67,45,.3);padding:.3rem .9rem;border-radius:100px;transition:var(--fcw-ease);}
.fcw-ov-cta:hover{background:var(--fcw-coral);color:white;border-color:var(--fcw-coral);}

/* ═══ HERO: FULL-WIDTH HEADLINE + SPLIT + MARQUEE TICKER (FIRST!) ═══ */
.fcw-hero-zone{padding-top:0;border-bottom:1px solid var(--fcw-bl);}
.fcw-hero-headline{max-width:var(--fcw-max);margin:0 auto;padding:3.5rem 2.5rem 2rem;}
.fcw-hero-h1{font-family:var(--fcw-fh);font-size:clamp(3.5rem,12vw,11rem);font-weight:900;color:var(--fcw-ink);line-height:.95;letter-spacing:-.04em;}
.fcw-hero-h1 em{color:var(--fcw-coral);font-style:normal;}
.fcw-hero-bottom{max-width:var(--fcw-max);margin:0 auto;padding:0 2.5rem 3rem;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;}
.fcw-hero-tag{font-family:var(--fcw-fh);font-size:.5rem;font-weight:700;text-transform:uppercase;letter-spacing:.24em;color:var(--fcw-coral);display:block;margin-bottom:.8rem;}
.fcw-hero-sub{font-size:1rem;color:var(--fcw-stone);line-height:1.75;max-width:44ch;margin-bottom:1.8rem;}
.fcw-hero-img-frame{position:relative;border-radius:var(--fcw-r3);overflow:hidden;height:440px;}
.fcw-hero-img-frame img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease;}
.fcw-hero-img-frame:hover img{transform:scale(1.03);}
.fcw-hero-badge{position:absolute;bottom:1.5rem;right:1.5rem;background:var(--fcw-coral);border-radius:var(--fcw-r4);padding:.9rem 1.3rem;text-align:center;}
.fcw-hb-v{font-family:var(--fcw-fh);font-size:2rem;font-weight:900;color:white;display:block;line-height:1;}
.fcw-hb-l{font-family:var(--fcw-fh);font-size:.44rem;font-weight:600;text-transform:uppercase;letter-spacing:.12em;color:rgba(255,255,255,.65);}
/* MARQUEE TICKER BAND (FIRST in 48-site series!) */
.fcw-ticker-zone{background:var(--fcw-coral);overflow:hidden;padding:.65rem 0;}
.fcw-ticker-inner{display:flex;align-items:center;gap:2.5rem;white-space:nowrap;animation:fcwTicker 30s linear infinite;}
@keyframes fcwTicker{from{transform:translateX(0);}to{transform:translateX(-50%);}}
.fcw-ticker-inner span{font-family:var(--fcw-fh);font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.18em;color:white;}
.fcw-tkd{opacity:.25;}

/* STATS BAND */
.fcw-stats-band{background:var(--fcw-surf);border-bottom:1px solid var(--fcw-bl);}
.fcw-stats-in{max-width:var(--fcw-max);margin:0 auto;padding:1.2rem 2.5rem;display:grid;grid-template-columns:repeat(4,1fr);}
.fcw-stat-blk{text-align:center;padding:.8rem;border-right:1px solid var(--fcw-bl);}
.fcw-stat-blk:last-child{border-right:none;}
.fcw-sv{font-family:var(--fcw-fh);font-size:2.2rem;font-weight:900;color:var(--fcw-coral);display:block;line-height:1;letter-spacing:-.03em;}
.fcw-sl{font-size:.52rem;font-weight:600;text-transform:uppercase;letter-spacing:.14em;color:var(--fcw-stone);}

/* BENTO SERVICE GRID (FIRST in 48-site series!) */
.fcw-bento-wrap{max-width:var(--fcw-max);margin:0 auto;padding:6rem 2.5rem;}
.fcw-bento-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:minmax(220px,auto);gap:1rem;margin-top:2rem;}
.fcw-bento-card{border-radius:var(--fcw-r3);padding:2rem;display:flex;flex-direction:column;justify-content:space-between;transition:var(--fcw-ease);overflow:hidden;position:relative;}
.fcw-bento-card:hover{transform:translateY(-4px);}
.fcw-bento-w2{grid-column:span 2;}
.fcw-bento-coral{background:var(--fcw-coral);}
.fcw-bento-coral .fcw-bc-num,.fcw-bento-coral .fcw-bc-nm,.fcw-bento-coral .fcw-bc-lnk{color:white;}
.fcw-bento-coral .fcw-bc-body{color:rgba(255,255,255,.65);}
.fcw-bento-ink{background:var(--fcw-ink);}
.fcw-bento-ink .fcw-bc-num,.fcw-bento-ink .fcw-bc-nm,.fcw-bento-ink .fcw-bc-lnk{color:white;}
.fcw-bento-ink .fcw-bc-body{color:rgba(255,255,255,.3);}
.fcw-bento-cream{background:var(--fcw-surf);border:1.5px solid var(--fcw-bl);}
.fcw-bc-num{font-family:var(--fcw-fh);font-size:.5rem;font-weight:800;letter-spacing:.2em;color:var(--fcw-coral);display:block;margin-bottom:.5rem;}
.fcw-bento-ink .fcw-bc-num,.fcw-bento-coral .fcw-bc-num{color:rgba(255,255,255,.3);}
.fcw-bc-nm{font-family:var(--fcw-fh);font-size:1.25rem;font-weight:800;color:var(--fcw-ink);margin-bottom:.4rem;}
.fcw-bc-body{font-size:.8rem;color:var(--fcw-stone);line-height:1.6;}
.fcw-bc-bot{display:flex;align-items:flex-end;justify-content:space-between;gap:.5rem;margin-top:1.2rem;}
.fcw-bc-pr{font-family:var(--fcw-fh);font-size:1.1rem;font-weight:700;color:var(--fcw-ink);}
.fcw-bento-coral .fcw-bc-pr{color:rgba(255,255,255,.4);}
.fcw-bento-ink .fcw-bc-pr{color:rgba(255,255,255,.3);}
.fcw-bc-lnk{display:flex;align-items:center;gap:.25rem;font-family:var(--fcw-fh);font-size:.8rem;font-weight:700;color:var(--fcw-coral);transition:gap .14s;}
.fcw-bc-lnk:hover{gap:.5rem;}

/* DARK INK MANIFESTO SECTION (FIRST dark ink manifesto!) */
.fcw-mani-zone{background:var(--fcw-ink);padding:7rem 2.5rem;}
.fcw-mani-in{max-width:var(--fcw-max);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center;}
.fcw-mani-h{font-family:var(--fcw-fh);font-size:clamp(2.5rem,6vw,5.5rem);font-weight:900;color:white;letter-spacing:-.04em;line-height:1;}
.fcw-mani-h em{color:var(--fcw-coral);font-style:normal;}
.fcw-mani-p{font-size:1rem;color:rgba(255,255,255,.35);line-height:1.78;max-width:50ch;}
.fcw-mani-cta{margin-top:1.5rem;}

/* ZIGZAG PROCESS (FIRST in 48-site series!) */
.fcw-proc-zone{background:var(--fcw-bg);padding:6rem 2.5rem;}
.fcw-proc-in{max-width:var(--fcw-max);margin:0 auto;}
.fcw-proc-list{margin-top:2.5rem;}
.fcw-proc-step{display:grid;grid-template-columns:100px 1fr;gap:2.5rem;padding:2rem 0;border-bottom:1px solid var(--fcw-bl);align-items:start;}
.fcw-proc-step:nth-child(even){grid-template-columns:1fr 100px;}
.fcw-proc-step:nth-child(even) .fcw-ps-num{order:2;text-align:right;}
.fcw-proc-step:nth-child(even) .fcw-ps-body{order:1;}
.fcw-ps-num{font-family:var(--fcw-fh);font-size:4.5rem;font-weight:900;color:var(--fcw-coral);opacity:.15;line-height:1;transition:opacity .2s;}
.fcw-proc-step:hover .fcw-ps-num{opacity:.5;}
.fcw-ps-nm{font-family:var(--fcw-fh);font-size:1.1rem;font-weight:800;color:var(--fcw-ink);margin-bottom:.35rem;}
.fcw-ps-body{font-size:.88rem;color:var(--fcw-stone);line-height:1.72;}

/* PORTFOLIO 2/3 + 1/3 STACKED (FIRST this layout!) */
.fcw-port-zone{background:var(--fcw-surf);padding:6rem 2.5rem;}
.fcw-port-in{max-width:var(--fcw-max);margin:0 auto;}
.fcw-port-grid{display:grid;grid-template-columns:2fr 1fr;gap:1.5rem;margin-top:2.5rem;align-items:start;}
.fcw-pf-stack{display:grid;gap:1.5rem;}
.fcw-port-card{border-radius:var(--fcw-r3);overflow:hidden;background:white;border:1.5px solid var(--fcw-bl);transition:var(--fcw-ease);}
.fcw-port-card:hover{box-shadow:var(--fcw-sh2);transform:translateY(-4px);}
.fcw-pc-img{overflow:hidden;}
.fcw-pc-img img{width:100%;height:240px;object-fit:cover;transition:transform .4s;}
.fcw-port-grid > .fcw-port-card:first-child .fcw-pc-img img{height:320px;}
.fcw-port-card:hover .fcw-pc-img img{transform:scale(1.04);}
.fcw-pc-body{padding:1.3rem 1.5rem;}
.fcw-pc-cat{font-family:var(--fcw-fh);font-size:.44rem;font-weight:800;text-transform:uppercase;letter-spacing:.2em;color:var(--fcw-coral);display:block;margin-bottom:.3rem;}
.fcw-pc-nm{font-family:var(--fcw-fh);font-size:1.1rem;font-weight:700;color:var(--fcw-ink);margin-bottom:.2rem;}
.fcw-pc-city{font-size:.72rem;color:var(--fcw-stone);margin-bottom:.4rem;}

/* STAGGERED TESTIMONIALS (FIRST in 48-site series!) */
.fcw-testi-zone{background:var(--fcw-bg);padding:6rem 2.5rem;}
.fcw-testi-in{max-width:var(--fcw-max);margin:0 auto;}
.fcw-testi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;align-items:start;margin-top:2.5rem;}
.fcw-testi-card{background:white;border-top:3px solid var(--fcw-coral);border-radius:0 0 var(--fcw-r2) var(--fcw-r2);padding:2rem;transition:var(--fcw-ease);}
.fcw-testi-card:hover{box-shadow:var(--fcw-sh);}
.fcw-testi-card:nth-child(2){transform:translateY(2rem);}
.fcw-tq-mark{font-family:var(--fcw-fh);font-size:3rem;font-weight:900;color:var(--fcw-coral);opacity:.25;line-height:.8;display:block;margin-bottom:.5rem;}
.fcw-tq-text{font-family:var(--fcw-fb);font-size:.92rem;font-style:italic;color:var(--fcw-mid);line-height:1.72;margin-bottom:1.2rem;}
.fcw-ta-nm{font-family:var(--fcw-fh);font-size:.86rem;font-weight:700;color:var(--fcw-ink);}
.fcw-ta-role{font-size:.74rem;color:var(--fcw-stone);}

/* PRICING (coral featured card) */
.fcw-price-zone{background:var(--fcw-surf);padding:6rem 2.5rem;}
.fcw-price-in{max-width:var(--fcw-max);margin:0 auto;}
.fcw-pkg-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2.5rem;}
.fcw-pkg-card{background:white;border:1.5px solid var(--fcw-bl);border-radius:var(--fcw-r3);padding:2rem;transition:var(--fcw-ease);}
.fcw-pkg-card:hover{box-shadow:var(--fcw-sh2);}
.fcw-pkg-card.fcw-pf{background:var(--fcw-coral);border-color:var(--fcw-coral);}
.fcw-pkg-badge{display:inline-block;font-family:var(--fcw-fh);font-size:.4rem;font-weight:800;text-transform:uppercase;letter-spacing:.18em;color:var(--fcw-coral);background:var(--fcw-coralL);border:1px solid rgba(232,67,45,.2);padding:.18rem .7rem;border-radius:100px;margin-bottom:.5rem;}
.fcw-pf .fcw-pkg-badge{color:var(--fcw-coral);background:rgba(255,255,255,.2);border-color:rgba(255,255,255,.3);}
.fcw-pkg-nm{font-family:var(--fcw-fh);font-size:1.3rem;font-weight:800;color:var(--fcw-ink);margin-bottom:.2rem;}
.fcw-pf .fcw-pkg-nm{color:rgba(255,255,255,.7);}
.fcw-pkg-pr{font-family:var(--fcw-fh);font-size:3rem;font-weight:900;color:var(--fcw-coral);line-height:1;letter-spacing:-.04em;}
.fcw-pf .fcw-pkg-pr{color:white;}
.fcw-pkg-fr{font-size:.72rem;color:var(--fcw-stone);margin-bottom:.8rem;}
.fcw-pf .fcw-pkg-fr{color:rgba(255,255,255,.3);}
.fcw-pkg-sep{border:none;border-top:1px solid var(--fcw-bl);margin:.8rem 0;}
.fcw-pf .fcw-pkg-sep{border-color:rgba(255,255,255,.15);}
.fcw-pkg-inc{display:flex;align-items:flex-start;gap:.4rem;font-size:.82rem;color:var(--fcw-mid);margin-bottom:.3rem;}
.fcw-pf .fcw-pkg-inc{color:rgba(255,255,255,.6);}
.fcw-pkg-inc svg{color:var(--fcw-coral);flex-shrink:0;margin-top:.08rem;}
.fcw-pf .fcw-pkg-inc svg{color:rgba(255,255,255,.7);}
.fcw-pkg-desc{font-size:.84rem;color:var(--fcw-stone);line-height:1.65;margin-bottom:1rem;}
.fcw-pf .fcw-pkg-desc{color:rgba(255,255,255,.3);}

/* NUMBERED FAQ ACCORDION (FIRST in 48-site series!) */
.fcw-faq-zone{background:var(--fcw-bg);padding:6rem 2.5rem;}
.fcw-faq-in{max-width:var(--fcw-max);margin:0 auto;}
.fcw-faq-list{margin-top:2.5rem;}
.fcw-faq-item{border-bottom:1.5px solid var(--fcw-bl);}
.fcw-fq-btn{display:flex;align-items:flex-start;gap:1.2rem;padding:1.2rem 0;width:100%;background:none;border:none;cursor:pointer;text-align:left;}
.fcw-fq-num{font-family:var(--fcw-fh);font-size:1.3rem;font-weight:900;color:var(--fcw-coral);opacity:.2;line-height:1.2;flex-shrink:0;min-width:2.5rem;transition:opacity .14s;}
.fcw-fq-on .fcw-fq-num{opacity:1;}
.fcw-fq-text{font-family:var(--fcw-fh);font-size:1rem;font-weight:700;color:var(--fcw-ink);flex:1;line-height:1.35;transition:color .14s;}
.fcw-fq-on .fcw-fq-text{color:var(--fcw-coral);}
.fcw-fq-ico{font-size:1.4rem;color:var(--fcw-stone);transition:transform .2s,color .14s;flex-shrink:0;}
.fcw-fq-on .fcw-fq-ico{transform:rotate(45deg);color:var(--fcw-coral);}
.fcw-fq-ans{max-height:0;overflow:hidden;transition:max-height .35s ease,padding .25s;}
.fcw-fq-on .fcw-fq-ans{max-height:400px;padding-bottom:1.2rem;}
.fcw-fq-ans-p{font-size:.88rem;color:var(--fcw-stone);line-height:1.78;padding-left:3.7rem;}

/* CTA SPLIT (diagonal bg) */
.fcw-cta-zone{position:relative;overflow:hidden;padding:7rem 2.5rem;}
.fcw-cta-zone::before{content:'';position:absolute;inset:0;background:var(--fcw-ink);clip-path:polygon(0 0,55% 0,45% 100%,0 100%);}
.fcw-cta-zone::after{content:'';position:absolute;inset:0;background:var(--fcw-coral);clip-path:polygon(55% 0,100% 0,100% 100%,45% 100%);}
.fcw-cta-in{max-width:var(--fcw-max);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:2;}
.fcw-cta-h{font-family:var(--fcw-fh);font-size:clamp(2rem,4.5vw,3.8rem);font-weight:900;color:white;letter-spacing:-.03em;margin-bottom:.4rem;}
.fcw-cta-sub{font-size:.9rem;color:rgba(255,255,255,.35);}
.fcw-cta-btns{display:flex;gap:.7rem;flex-wrap:wrap;}

/* SERVICE PAGE */
.fcw-svc-pg{max-width:var(--fcw-max);margin:0 auto;padding:5rem 2.5rem 8rem;display:grid;grid-template-columns:1fr 260px;gap:4rem;align-items:start;}
.fcw-svc-aside{background:var(--fcw-ink);border-radius:var(--fcw-r3);overflow:hidden;position:sticky;top:5rem;}
.fcw-sas-hd{background:var(--fcw-coral);padding:1.5rem;}
.fcw-sas-from{font-family:var(--fcw-fh);font-size:.4rem;font-weight:800;text-transform:uppercase;letter-spacing:.2em;color:rgba(255,255,255,.5);}
.fcw-sas-pr{font-family:var(--fcw-fh);font-size:2.8rem;font-weight:900;color:white;line-height:1;letter-spacing:-.04em;margin-bottom:.5rem;}
.fcw-sas-lnk{display:flex;align-items:center;gap:.5rem;font-family:var(--fcw-fh);font-size:.82rem;font-weight:600;color:rgba(255,255,255,.15);padding:.42rem 1.2rem;border-top:1px solid rgba(255,255,255,.06);transition:color .14s;}
.fcw-sas-lnk:hover,.fcw-sas-lnk.fcw-active{color:var(--fcw-coral);}

/* BUILDER */
.fcw-bld-wrap{max-width:var(--fcw-max);margin:0 auto;padding:4rem 2.5rem 8rem;display:grid;grid-template-columns:1fr 270px;gap:4rem;align-items:start;}
.fcw-bld-sec{margin-bottom:2rem;}
.fcw-bld-lbl{display:block;font-family:var(--fcw-fh);font-size:.42rem;font-weight:800;text-transform:uppercase;letter-spacing:.24em;color:var(--fcw-stone);margin-bottom:.8rem;}
.fcw-sel-row{background:var(--fcw-bg);border:1.5px solid var(--fcw-bl);border-radius:var(--fcw-r2);padding:.7rem 1rem;display:flex;align-items:center;gap:.7rem;cursor:pointer;user-select:none;transition:var(--fcw-ease);margin-bottom:.4rem;}
.fcw-sel-row.fcw-sel-on{border-color:var(--fcw-coral);background:var(--fcw-coralL);}
.fcw-sel-dot{width:16px;height:16px;border:1.5px solid var(--fcw-bl);border-radius:50%;flex-shrink:0;transition:var(--fcw-ease);}
.fcw-sel-row.fcw-sel-on .fcw-sel-dot{background:var(--fcw-coral);border-color:var(--fcw-coral);}
.fcw-sel-nm{font-family:var(--fcw-fh);font-size:.9rem;color:var(--fcw-stone);flex:1;font-weight:500;}
.fcw-sel-row.fcw-sel-on .fcw-sel-nm{color:var(--fcw-ink);font-weight:700;}
.fcw-sel-pr{font-family:var(--fcw-fh);font-size:1rem;font-weight:700;color:var(--fcw-ink);}
.fcw-adn-rack{display:flex;flex-wrap:wrap;gap:.5rem;}
.fcw-adn-chip{background:var(--fcw-bg);border:1.5px solid var(--fcw-bl);border-radius:100px;padding:.38rem .9rem;cursor:pointer;user-select:none;transition:var(--fcw-ease);}
.fcw-adn-chip.fcw-adn-on{border-color:var(--fcw-coral);background:var(--fcw-coralL);}
.fcw-adn-nm{font-family:var(--fcw-fh);font-size:.8rem;font-weight:600;color:var(--fcw-stone);}
.fcw-adn-chip.fcw-adn-on .fcw-adn-nm{color:var(--fcw-coral);}
.fcw-adn-pr{font-family:var(--fcw-fh);font-size:.68rem;color:var(--fcw-stone);}
.fcw-hrs-box{background:var(--fcw-bg);border:1.5px solid var(--fcw-bl);border-radius:var(--fcw-r2);padding:1rem;}
.fcw-hrs-rng{-webkit-appearance:none;width:100%;height:2px;background:var(--fcw-bl);border-radius:1px;cursor:pointer;}
.fcw-hrs-rng::-webkit-slider-thumb{-webkit-appearance:none;width:18px;height:18px;border-radius:50%;background:var(--fcw-coral);cursor:pointer;}
/* DARK INK RECEIPT (FIRST dark ink receipt!) */
.fcw-rcpt{background:var(--fcw-ink);border-radius:var(--fcw-r3);overflow:hidden;position:sticky;top:5rem;}
.fcw-rcpt-hd{background:var(--fcw-coral);padding:.8rem 1.2rem;}
.fcw-rcpt-hl{font-family:var(--fcw-fh);font-size:.4rem;font-weight:800;text-transform:uppercase;letter-spacing:.18em;color:rgba(255,255,255,.6);}
.fcw-rcpt-bd{padding:.9rem 1.2rem;}
.fcw-rcpt-ln{display:flex;justify-content:space-between;gap:.5rem;font-size:.8rem;margin-bottom:.35rem;}
.fcw-rcpt-lnm{color:rgba(255,255,255,.3);}
.fcw-rcpt-lnp{font-family:var(--fcw-fh);font-size:.9rem;font-weight:700;color:var(--fcw-coral);}
.fcw-rcpt-sep{border:none;border-top:1px solid rgba(255,255,255,.06);margin:.4rem 1.2rem;}
.fcw-rcpt-tot{display:flex;justify-content:space-between;align-items:flex-end;padding:0 1.2rem .5rem;}
.fcw-rcpt-totl{font-family:var(--fcw-fh);font-size:.4rem;font-weight:800;text-transform:uppercase;letter-spacing:.14em;color:rgba(255,255,255,.2);}
.fcw-rcpt-totv{font-family:var(--fcw-fh);font-size:2.2rem;font-weight:900;color:white;letter-spacing:-.04em;}
.fcw-rcpt-ft{padding:.9rem 1.2rem;border-top:1px solid rgba(255,255,255,.06);}
.fcw-rcpt-go{display:block;width:100%;background:var(--fcw-coral);color:white;font-family:var(--fcw-fh);font-size:.96rem;font-weight:700;padding:.7rem;border-radius:var(--fcw-r);border:none;cursor:pointer;transition:background .14s;}
.fcw-rcpt-go:hover:not(:disabled){background:var(--fcw-coral2);}
.fcw-rcpt-go:disabled{opacity:.3;cursor:not-allowed;}

/* PAGE BANNER */
.fcw-pg-banner{background:var(--fcw-ink);padding:5rem 2.5rem 4rem;position:relative;overflow:hidden;}
.fcw-pg-banner-deco{position:absolute;top:-3rem;right:1rem;font-family:var(--fcw-fh);font-size:22rem;font-weight:900;color:rgba(255,255,255,.015);line-height:1;pointer-events:none;user-select:none;letter-spacing:-.06em;}
.fcw-pg-banner-in{max-width:var(--fcw-max);margin:0 auto;position:relative;}
.fcw-pg-banner h1{font-family:var(--fcw-fh);font-size:clamp(2.5rem,7vw,6.5rem);font-weight:900;color:white;line-height:1.0;letter-spacing:-.04em;}
.fcw-pg-banner h1 em{color:var(--fcw-coral);font-style:normal;}
.fcw-pg-sub{font-size:.96rem;color:rgba(255,255,255,.25);max-width:52ch;margin:.8rem 0 0;line-height:1.72;}
.fcw-eyebrow{font-family:var(--fcw-fh);font-size:.5rem;font-weight:800;text-transform:uppercase;letter-spacing:.24em;color:var(--fcw-coral);display:block;margin-bottom:.6rem;}

/* CHECKOUT */
.fcw-co-wrap{max-width:var(--fcw-max);margin:0 auto;padding:5rem 2.5rem 8rem;display:grid;grid-template-columns:1fr 270px;gap:4rem;align-items:start;}

/* FORMS */
.fcw-fg{margin-bottom:.7rem;}
.fcw-fl{display:block;font-family:var(--fcw-fh);font-size:.42rem;font-weight:800;text-transform:uppercase;letter-spacing:.14em;color:var(--fcw-stone);margin-bottom:.28rem;}
.fcw-fi{width:100%;background:white;border:1.5px solid var(--fcw-bl);border-radius:var(--fcw-r2);padding:.65rem 1rem;color:var(--fcw-ink);font-size:.92rem;transition:border-color .14s;font-family:var(--fcw-fh);}
.fcw-fi:focus{outline:none;border-color:var(--fcw-coral);box-shadow:0 0 0 3px rgba(232,67,45,.08);}
.fcw-agree{display:flex;align-items:flex-start;gap:.5rem;font-size:.82rem;color:var(--fcw-stone);margin:1rem 0;line-height:1.6;font-family:var(--fcw-fh);}
.fcw-agree input{margin-top:.14rem;accent-color:var(--fcw-coral);}
.fcw-agree a{color:var(--fcw-coral);}

/* BUTTONS */
.fcw-btn-p{display:inline-flex;align-items:center;gap:.4rem;font-family:var(--fcw-fh);font-size:.92rem;font-weight:700;color:white;background:var(--fcw-coral);padding:.54rem 1.5rem;border-radius:var(--fcw-r);transition:var(--fcw-ease);border:none;cursor:pointer;white-space:nowrap;}
.fcw-btn-p:hover{background:var(--fcw-coral2);}
.fcw-btn-out{display:inline-flex;align-items:center;gap:.4rem;font-family:var(--fcw-fh);font-size:.92rem;font-weight:700;color:var(--fcw-mid);background:transparent;padding:.52rem 1.5rem;border-radius:var(--fcw-r);border:1.5px solid var(--fcw-bl);transition:var(--fcw-ease);white-space:nowrap;}
.fcw-btn-out:hover{border-color:var(--fcw-coral);color:var(--fcw-coral);}
.fcw-btn-wh{display:inline-flex;align-items:center;gap:.4rem;font-family:var(--fcw-fh);font-size:.92rem;font-weight:700;color:var(--fcw-coral);background:white;padding:.54rem 1.5rem;border-radius:var(--fcw-r);transition:var(--fcw-ease);border:none;cursor:pointer;white-space:nowrap;}
.fcw-btn-wh:hover{background:var(--fcw-coralL);color:var(--fcw-coral2);}
.fcw-btn-ink{display:inline-flex;align-items:center;gap:.4rem;font-family:var(--fcw-fh);font-size:.92rem;font-weight:700;color:white;background:var(--fcw-ink);padding:.52rem 1.5rem;border-radius:var(--fcw-r);border:none;cursor:pointer;transition:var(--fcw-ease);white-space:nowrap;}
.fcw-btn-ink:hover{opacity:.85;}

/* LEGAL */
.fcw-legal-wrap{max-width:800px;margin:0 auto;padding:5rem 2.5rem 8rem;}
.fcw-legal-eff{display:inline-block;font-family:var(--fcw-fh);font-size:.72rem;color:var(--fcw-stone);background:var(--fcw-surf);border:1px solid var(--fcw-bl);padding:.22rem .8rem;border-radius:100px;margin-bottom:1.5rem;}
.fcw-legal-wrap h2{font-family:var(--fcw-fh);font-size:1rem;font-weight:800;color:var(--fcw-coral);margin:2.5rem 0 .5rem;}
.fcw-legal-wrap p,.fcw-legal-wrap li{font-size:.9rem;color:var(--fcw-stone);line-height:1.78;margin-bottom:.9rem;}
.fcw-legal-wrap ul{padding-left:1.4rem;margin:.5rem 0;}
.fcw-legal-wrap li{list-style:disc;}
.fcw-legal-wrap a{color:var(--fcw-coral);}

/* FOOTER (3-col dark ink) */
.fcw-footer{background:var(--fcw-ink);}
.fcw-ft-top{max-width:var(--fcw-max);margin:0 auto;padding:3rem 2.5rem 2rem;display:grid;grid-template-columns:1.8fr 1fr 1fr;gap:3rem;border-bottom:1px solid rgba(255,255,255,.04);}
/* BIGGER footer brand: Figtree 2rem 900 */
.fcw-ft-brand{font-family:var(--fcw-fh);font-size:2rem;font-weight:900;color:rgba(255,255,255,.08);display:block;margin-bottom:.5rem;line-height:1;letter-spacing:-.04em;}
.fcw-ft-brand em{color:rgba(232,67,45,.2);font-style:normal;}
.fcw-ft-desc{font-size:.78rem;color:rgba(255,255,255,.1);line-height:1.65;margin-bottom:.8rem;font-family:var(--fcw-fh);}
.fcw-ft-soc{display:flex;gap:.4rem;}
.fcw-ft-soc a{width:30px;height:30px;border:1px solid rgba(255,255,255,.07);border-radius:var(--fcw-r);display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.1);transition:var(--fcw-ease);}
.fcw-ft-soc a:hover{border-color:var(--fcw-coral);color:var(--fcw-coral);}
.fcw-ft-col-h{font-family:var(--fcw-fh);font-size:.4rem;font-weight:800;text-transform:uppercase;letter-spacing:.22em;color:rgba(255,255,255,.07);margin-bottom:.7rem;}
.fcw-ft-nav{display:flex;flex-direction:column;gap:.22rem;}
.fcw-ft-nav a{font-family:var(--fcw-fh);font-size:.78rem;color:rgba(255,255,255,.1);transition:color .14s;}
.fcw-ft-nav a:hover{color:var(--fcw-coral);}
.fcw-ft-ct a{display:flex;align-items:flex-start;gap:.35rem;font-family:var(--fcw-fh);font-size:.76rem;color:rgba(255,255,255,.1);transition:color .14s;margin-bottom:.25rem;}
.fcw-ft-ct a:hover{color:var(--fcw-coral);}
.fcw-ft-btm{max-width:var(--fcw-max);margin:0 auto;padding:.8rem 2.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;}
.fcw-ft-copy{font-family:var(--fcw-fh);font-size:.62rem;color:rgba(255,255,255,.05);}
.fcw-ft-legal{display:flex;gap:1rem;flex-wrap:wrap;}
.fcw-ft-legal a{font-family:var(--fcw-fh);font-size:.62rem;color:rgba(255,255,255,.05);transition:color .14s;}
.fcw-ft-legal a:hover{color:var(--fcw-coral);}

/* COOKIE + CHAT */
.fcw-ck-bar{position:fixed;bottom:0;left:0;right:0;z-index:9999;background:var(--fcw-ink);border-top:2px solid var(--fcw-coral);padding:.9rem 2rem;display:none;align-items:center;gap:2rem;justify-content:space-between;flex-wrap:wrap;}
.fcw-ck-bar p{font-family:var(--fcw-fh);font-size:.8rem;color:rgba(255,255,255,.3);margin:0;}
.fcw-ck-bar a{color:var(--fcw-coral);}
.fcw-ck-btns{display:flex;gap:.5rem;flex-shrink:0;}
.fcw-ck-yes{background:var(--fcw-coral);color:white;font-family:var(--fcw-fh);font-size:.88rem;font-weight:700;padding:.32rem .9rem;border-radius:var(--fcw-r);cursor:pointer;border:none;}
.fcw-ck-no{background:transparent;color:rgba(255,255,255,.25);font-family:var(--fcw-fh);font-size:.82rem;padding:.3rem .9rem;border:1px solid rgba(255,255,255,.1);border-radius:var(--fcw-r);cursor:pointer;}
.fcw-chat-fab{position:fixed;bottom:4.5rem;right:1.5rem;z-index:9990;width:50px;height:50px;background:var(--fcw-coral);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;border:none;box-shadow:var(--fcw-sh2);transition:var(--fcw-ease);color:white;}
.fcw-chat-fab:hover{background:var(--fcw-coral2);}
.fcw-chatpop{position:fixed;bottom:7rem;right:1.5rem;z-index:9989;width:290px;background:white;border:1.5px solid var(--fcw-bl);border-radius:var(--fcw-r3);box-shadow:var(--fcw-sh2);opacity:0;pointer-events:none;transform:translateY(8px) scale(.97);transition:opacity .2s,transform .22s;overflow:hidden;}
.fcw-chatpop.fcw-cp-on{opacity:1;pointer-events:auto;transform:none;}
.fcw-chatpop-hd{background:var(--fcw-coral);padding:.8rem 1.1rem;}
.fcw-chatpop-nm{font-family:var(--fcw-fh);font-size:1rem;font-weight:800;color:white;}
.fcw-chat-fi{width:100%;background:var(--fcw-surf);border:1.5px solid var(--fcw-bl);border-radius:var(--fcw-r);padding:.5rem .8rem;font-family:var(--fcw-fh);font-size:.84rem;color:var(--fcw-ink);margin-bottom:.36rem;resize:none;transition:border-color .14s;}
.fcw-chat-fi:focus{outline:none;border-color:var(--fcw-coral);}
.fcw-chat-send{width:100%;background:var(--fcw-coral);color:white;font-family:var(--fcw-fh);font-size:.9rem;font-weight:700;padding:.5rem;border-radius:var(--fcw-r);border:none;cursor:pointer;}
.fcw-chat-done{display:none;text-align:center;padding:.9rem;font-family:var(--fcw-fh);font-size:1rem;font-weight:800;color:var(--fcw-coral);}

/* RESULT PAGE */
.fcw-result-pg{min-height:72vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:8rem 2.5rem;flex-direction:column;gap:1.5rem;}

/* REVEAL */
.fcw-reveal{opacity:0;transform:translateY(10px);transition:opacity .4s,transform .4s;}
.fcw-reveal.fcw-in{opacity:1;transform:none;}

/* RESPONSIVE */
@media(max-width:960px){
  .fcw-hero-bottom{grid-template-columns:1fr;}
  .fcw-hero-img-frame{height:280px;}
  .fcw-mani-in{grid-template-columns:1fr;}
  .fcw-proc-step,.fcw-proc-step:nth-child(even){grid-template-columns:80px 1fr;}
  .fcw-proc-step:nth-child(even) .fcw-ps-num{order:0;text-align:left;}
  .fcw-port-grid{grid-template-columns:1fr;}
  .fcw-testi-grid{grid-template-columns:1fr;}
  .fcw-testi-card:nth-child(2){transform:none;}
  .fcw-pkg-grid{grid-template-columns:1fr;}
  .fcw-ft-top{grid-template-columns:1fr 1fr;}
  .fcw-bld-wrap,.fcw-co-wrap,.fcw-svc-pg{grid-template-columns:1fr;}
  .fcw-cta-in{grid-template-columns:1fr;}
  .fcw-cta-zone::before{display:none;}
  .fcw-cta-zone::after{clip-path:none;}
  .fcw-cta-zone{background:var(--fcw-ink);}
  .fcw-bento-grid{grid-template-columns:repeat(2,1fr);}
  .fcw-bento-w2{grid-column:span 2;}
  .fcw-stats-in{grid-template-columns:repeat(2,1fr);}
  .fcw-overlay{padding:2rem 2.5rem;}
}
@media(max-width:600px){
  .fcw-bento-grid{grid-template-columns:1fr;}
  .fcw-bento-w2{grid-column:span 1;}
  .fcw-ft-top{grid-template-columns:1fr;}
  .fcw-stats-in{grid-template-columns:1fr;}
  .fcw-stats-in .fcw-stat-blk{border-right:none;border-bottom:1px solid var(--fcw-bl);}
  .fcw-proc-step,.fcw-proc-step:nth-child(even){grid-template-columns:1fr;}
  .fcw-ps-num{font-size:3rem;}
}
