﻿/* ===== Monica Moro - Landing Page ===== */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');

:root{
  --maroon-deepest:#180409;
  --maroon-deep:#220610;
  --maroon:#360b16;
  --maroon-soft:#451018;
  --wine:#6e0f1a;
  --wine-mid:#7d1320;
  --wine-bright:#8d1726;

  --accent-on-dark:#dd6a5f;   /* salmon red on dark bg */
  --accent-on-light:#a01b2b;  /* deep red highlight on light bg */

  --ink:#241318;
  --ink-soft:#5d4b4f;
  --ink-faint:#8a777b;

  --cream:#fdf5f4;
  --pink-1:#fdf6f5;
  --pink-2:#f7e7e7;
  --pink-3:#f3dcdd;

  --card-bd:#efdedf;
  --card-bd-soft:#f3e6e6;

  --btn-grad:linear-gradient(135deg,#7a1322 0%,#4a0c14 100%);
  --btn-grad-h:linear-gradient(90deg,#8d1726 0%,#3c0a12 100%);

  --shadow-card:0 18px 40px -24px rgba(80,10,20,.35);
  --shadow-soft:0 10px 30px -20px rgba(80,10,20,.30);

  --serif:"Libre Baskerville",Georgia,serif;
  --sans:"DM Sans","Helvetica Neue",Arial,sans-serif;

  --page-x:48px;
  --fold-y:92px;
  --fold-y-mobile:64px;
  --title-hero:clamp(52px,5.05vw,78px);
  --title-section:clamp(38px,3.45vw,52px);
  --title-card:22px;
  --lead-lg:20px;
  --lead-md:18px;
  --text-md:15px;
  --radius-panel:16px;
  --radius-card:14px;
  --dark-panel:linear-gradient(180deg, rgba(75,9,19,.78), rgba(25,4,10,.64));
}

*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{
  margin:0;
  font-family:var(--sans);
  color:var(--ink);
  background:var(--maroon-deepest);
  -webkit-font-smoothing:antialiased;
  line-height:1.45;
}
h1,h2,h3,h4{font-family:var(--serif);font-weight:700;margin:0;line-height:1.12;}
p{margin:0;}
img{max-width:100%;display:block;}
a{color:inherit;text-decoration:none;}

.brand-name,
.hero-copy h1,
.orbit-center h3,
.section-head,
.diag-left h2,
.method-pill,
.card .num,
.cstep .cnum,
.stepper .stp{
  font-family:var(--serif);
}

.brand-sub,
.badge,
.hero-lead,
.btn,
.node,
.card .ctext,
.cstep .clabel,
.flow-caption,
.diag-left .eyebrow,
.diag-left .d-lead,
.benefit,
.form-card,
.q-label,
.opt,
.inputs input,
.btn-back,
.submit,
.form-foot{
  font-family:var(--sans);
}

.wrap{max-width:1320px;margin:0 auto;padding:0 var(--page-x);}

/* palette anchors */
:root{ --marsala:#6B1F2B; --bege:#E6DDD2; --offwhite:#FAF7F2; }

/* ============ AMBIENT BACKGROUND LAYER ============ */
.amb{position:absolute;inset:0;overflow:hidden;pointer-events:none;z-index:0;}
.amb .blob{position:absolute;border-radius:50%;filter:blur(80px);}
.amb .flow{position:absolute;background-repeat:no-repeat;background-size:cover;
  -webkit-mask:radial-gradient(closest-side, #000 30%, transparent 100%);
          mask:radial-gradient(closest-side, #000 30%, transparent 100%);}
.amb .silk{position:absolute;top:0;left:0;width:100%;height:480px;
  background-repeat:no-repeat;background-position:top center;background-size:100% 100%;
  filter:blur(2.5px);opacity:.95;
  -webkit-mask:linear-gradient(180deg,#000 0%,#000 42%,transparent 96%);
          mask:linear-gradient(180deg,#000 0%,#000 42%,transparent 96%);}

/* ============ HERO ============ */
.hero{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(86% 72% at 74% 30%, rgba(88,16,29,.82) 0%, rgba(49,10,18,.88) 44%, transparent 72%),
    radial-gradient(72% 60% at 23% 60%, rgba(84,12,24,.34), transparent 68%),
    linear-gradient(180deg,#140307 0%,#260811 56%,#160408 100%);
  color:#f6e9e8;
  min-height:100vh;
  padding:46px 0 var(--fold-y);
}

.hero-top{display:flex;justify-content:space-between;align-items:flex-start;position:relative;z-index:2;}
.brand .brand-name{font-family:var(--serif);font-size:30px;font-weight:700;letter-spacing:.5px;color:#fbeeed;line-height:1;}
.brand .brand-sub{margin-top:9px;font-size:11px;letter-spacing:2.9px;font-weight:700;color:#c79a98;display:flex;align-items:center;gap:9px;white-space:nowrap;}
.brand .brand-sub .dot{width:5px;height:5px;border-radius:50%;background:var(--accent-on-dark);display:inline-block;}

.badge{
  display:inline-flex;align-items:center;gap:8px;
  background:linear-gradient(135deg,#7c1422,#530d16);
  border:1px solid rgba(221,120,110,.35);
  color:#f3d7d4;font-size:11px;font-weight:700;letter-spacing:1.6px;
  padding:9px 16px;border-radius:6px;white-space:nowrap;
}
.badge .bdot{width:6px;height:6px;border-radius:50%;background:var(--accent-on-dark);}

.hero-grid{
  display:grid;
  grid-template-columns:minmax(0, .9fr) minmax(560px, 1fr);
  gap:76px;
  align-items:center;
  min-height:calc(100vh - 190px);
  margin-top:36px;
  position:relative;
  z-index:2;
}

.hero-copy{max-width:660px;}
.hero-copy h1{
  font-size:var(--title-hero);
  font-weight:700;
  letter-spacing:0;
  color:#f4e7e6;
  line-height:1.16;
  text-shadow:0 14px 34px rgba(0,0,0,.42);
}
.hero-copy h1 .hl{color:var(--accent-on-dark);}
.hero-mark{width:68px;height:2px;background:#e66574;margin:32px 0 30px;}
.hero-lead{margin-top:0;font-size:var(--lead-lg);color:#f0dcda;line-height:1.7;max-width:610px;}
.hero-lead span{color:#f06f78;font-weight:600;}
.hero-lead .strong{display:block;color:#f2e2e0;font-weight:700;margin-top:2px;}
.hero-cta{display:flex;gap:22px;margin-top:50px;flex-wrap:wrap;}
.btn{
  font-family:var(--sans);font-size:15.5px;font-weight:700;cursor:pointer;border:none;
  padding:18px 30px;border-radius:8px;display:inline-flex;align-items:center;gap:10px;
  transition:transform .15s ease, box-shadow .2s ease, background .2s ease;
}
.btn-primary{background:var(--btn-grad);color:#fff;box-shadow:0 14px 30px -14px rgba(140,20,35,.8);}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 18px 34px -12px rgba(140,20,35,.9);}
.btn-ghost{background:transparent;color:#f0dcda;border:1.5px solid rgba(231,170,166,.45);}
.btn-ghost:hover{background:rgba(231,170,166,.10);}
.btn .arr{font-size:16px;line-height:0;}

/* ===== Hero system diagram ===== */
.hero-system{
  position:relative;
  min-height:720px;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-direction:column;
}
.system-orbit{
  --core:260px;
  --inner:310px;
  --outer:430px;
  --disc:112px;
  --node-r:228px;
  --dot-r:155px;
  position:relative;
  width:600px;
  max-width:100%;
  aspect-ratio:1;
  display:block;
}
.system-ring,
.system-axis,
.system-dot,
.system-core,
.pillar{
  position:absolute;
}
.system-ring{
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  border-radius:50%;
  pointer-events:none;
}
.ring-a{
  width:var(--core);
  height:var(--core);
  border:1px solid rgba(255,135,126,.85);
  background:
    radial-gradient(circle at 48% 40%, rgba(137,22,36,.38), transparent 62%),
    rgba(55,9,18,.18);
  box-shadow:
    0 0 0 1px rgba(255,180,170,.12),
    0 0 56px -14px rgba(255,116,106,.85),
    inset 0 0 44px rgba(255,130,120,.11);
}
.ring-b{
  width:var(--inner);
  height:var(--inner);
  border:1px solid rgba(221,106,95,.44);
}
.ring-c{
  width:var(--outer);
  height:var(--outer);
  border:1px dashed rgba(221,106,95,.36);
}
.system-orbit::before,
.system-orbit::after{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  width:calc(var(--core) + 58px);
  height:calc(var(--core) + 58px);
  border-radius:50%;
  transform:translate(-50%,-50%);
  pointer-events:none;
  z-index:3;
}
.system-orbit::before{
  border-top:2px solid rgba(255,174,136,.95);
  border-right:2px solid rgba(255,174,136,.72);
  border-bottom:2px solid transparent;
  border-left:2px solid transparent;
  filter:drop-shadow(0 0 8px rgba(255,130,104,.9));
}
.system-orbit::after{
  border-bottom:2px solid rgba(255,174,136,.95);
  border-left:2px solid rgba(255,174,136,.72);
  border-top:2px solid transparent;
  border-right:2px solid transparent;
  filter:drop-shadow(0 0 8px rgba(255,130,104,.9));
}
.system-axis{
  left:50%;
  top:50%;
  background:rgba(221,106,95,.58);
  transform:translate(-50%,-50%);
  pointer-events:none;
}
.axis-y{width:1px;height:calc(var(--outer) - 2px);}
.axis-x{width:calc(var(--outer) - 2px);height:1px;}
.system-dot{
  left:50%;
  top:50%;
  width:10px;
  height:10px;
  border-radius:50%;
  background:#dd6a5f;
  box-shadow:0 0 16px rgba(221,106,95,.72);
  transform:translate(-50%,-50%);
  z-index:3;
}
.dot-top{top:calc(50% - var(--dot-r));}
.dot-right{left:calc(50% + var(--dot-r));}
.dot-bottom{top:calc(50% + var(--dot-r));}
.dot-left{left:calc(50% - var(--dot-r));}
.system-core{
  left:50%;
  top:50%;
  width:var(--core);
  height:var(--core);
  transform:translate(-50%,-50%);
  border-radius:50%;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  color:#fff2ef;
  font-family:var(--sans);
  font-size:26px;
  font-weight:700;
  line-height:1.35;
  letter-spacing:.18em;
  text-transform:uppercase;
  text-align:center;
  background:
    radial-gradient(circle at 45% 35%, rgba(126,19,32,.32), transparent 62%),
    radial-gradient(circle at 50% 50%, rgba(92,14,26,.78), rgba(41,7,14,.78));
  border:1px solid rgba(221,106,95,.58);
  box-shadow:inset 0 0 44px rgba(0,0,0,.24), 0 0 80px -42px rgba(221,106,95,.8);
  z-index:2;
}
.system-core strong{
  color:#ff7b83;
  font-size:26px;
  font-weight:700;
  letter-spacing:.12em;
}
.system-core small{
  max-width:210px;
  margin-top:24px;
  color:#fff2ef;
  font-size:15px;
  font-weight:500;
  letter-spacing:0;
  line-height:1.55;
  text-transform:none;
}
.pillar{
  z-index:4;
  display:flex;
  align-items:center;
  gap:18px;
  text-align:center;
}
.pillar-disc{
  width:var(--disc);
  height:var(--disc);
  border-radius:50%;
  border:1px solid rgba(255,116,106,.74);
  background:
    radial-gradient(circle at 38% 20%, rgba(255,230,224,.20), transparent 34%),
    radial-gradient(circle at 50% 72%, rgba(75,10,20,.92), rgba(30,5,11,.92) 72%);
  display:flex;
  align-items:center;
  justify-content:center;
  color:#ffb1aa;
  box-shadow:
    0 20px 48px -30px rgba(0,0,0,.95),
    inset 0 22px 34px rgba(255,230,224,.08),
    inset 0 -24px 34px rgba(0,0,0,.32);
}
.pillar-disc svg{
  width:48px;
  height:48px;
}
.pillar-label{
  color:#fff2ef;
  font-size:16px;
  font-weight:700;
  letter-spacing:.16em;
  text-transform:uppercase;
  white-space:nowrap;
}
.hero-benefits{
  width:100%;
  max-width:720px;
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:0;
  margin-top:36px;
}
.hero-benefit{
  min-height:72px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:flex-start;
  gap:8px;
  color:#fff2ef;
  font-size:14px;
  font-weight:700;
  letter-spacing:.08em;
  line-height:1.28;
  text-align:center;
  text-transform:uppercase;
}
.hero-benefit + .hero-benefit{border-left:1px solid rgba(255,116,106,.48);}
.hero-benefit span{
  color:#ff746e;
  font-size:34px;
  line-height:1;
  font-weight:400;
}
.pillar-top{
  left:50%;
  top:calc(50% - var(--node-r));
  transform:translate(-50%,-50%);
  flex-direction:column;
}
.pillar-right{
  left:calc(50% + var(--node-r));
  top:50%;
  transform:translate(-50%,-50%);
  flex-direction:column;
}
.pillar-bottom{
  left:50%;
  top:calc(50% + var(--node-r));
  transform:translate(-50%,-50%);
  flex-direction:column;
}
.pillar-left{
  left:calc(50% - var(--node-r));
  top:50%;
  transform:translate(-50%,-50%);
  flex-direction:column;
}

/* ===== Hero structure map ===== */
.hero-system.hero-map{
  min-height:620px;
}
.hero-structure-map{
  --map-size:640px;
  --core:304px;
  --core-half:152px;
  --node:122px;
  --gap:46px;
  position:relative;
  width:min(100%, var(--map-size));
  aspect-ratio:1;
  color:#f5a1a1;
  filter:none;
}
.hero-structure-map svg{
  width:100%;
  height:100%;
  fill:none;
  stroke:currentColor;
  stroke-width:2.4;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.map-orbit{
  position:absolute;
  left:50%;
  top:50%;
  width:70%;
  height:70%;
  transform:translate(-50%,-50%);
  border-radius:50%;
  border:1px solid rgba(255,180,180,.18);
  opacity:1;
  box-shadow:none;
}
.map-orbit::after{
  content:"";
  position:absolute;
  inset:38px;
  border-radius:50%;
  pointer-events:none;
}
.map-orbit::after{
  border:1px dashed rgba(255,180,180,.12);
}
.map-core-card,
.map-node{
  position:absolute;
  border:1px solid rgba(255,180,180,.25);
  background:rgba(60,0,10,.35);
  backdrop-filter:blur(20px);
  -webkit-backdrop-filter:blur(20px);
  box-shadow:
    0 0 38px rgba(255,80,80,.08),
    inset 0 0 28px rgba(255,255,255,.025);
}
.map-core-card{
  left:50%;
  top:50%;
  width:var(--core);
  height:var(--core);
  transform:translate(-50%,-50%);
  border-radius:26px;
  border-color:rgba(255,170,170,.35);
  background:rgba(80,10,20,.35);
  box-shadow:
    0 0 80px rgba(255,80,80,.15),
    inset 0 0 40px rgba(255,255,255,.03);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  z-index:4;
  padding:32px;
}
.core-symbol{
  width:36px;
  height:36px;
  margin-bottom:18px;
  color:#f5a1a1;
}
.map-core-card h3{
  color:#fff4ef;
  font-size:30px;
  line-height:1.18;
  text-transform:uppercase;
  text-shadow:0 8px 24px rgba(0,0,0,.24);
  max-width:100%;
}
.map-core-card h3 span{
  display:block;
  background:linear-gradient(180deg, #ffc2c2 0%, #ef777f 100%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
  font-size:.94em;
  word-break:keep-all;
}
.core-rule{
  position:relative;
  width:40px;
  height:2px;
  margin:18px auto 18px;
  background:rgba(245,161,161,.72);
  box-shadow:0 0 14px rgba(245,161,161,.32);
}
.core-rule span{
  display:none;
}
.map-core-card p{
  max-width:210px;
  color:rgba(255,255,255,.9);
  font-size:17px;
  line-height:1.45;
  font-weight:500;
}
.map-node{
  width:var(--node);
  height:var(--node);
  border-radius:22px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:13px;
  z-index:5;
}
.map-node::after{
  content:"";
  position:absolute;
  width:54px;
  height:5px;
  border-radius:999px;
  background:rgba(245,161,161,.72);
  box-shadow:0 0 12px rgba(245,161,161,.28);
}
.node-top::after,
.node-bottom::after{
  left:50%;
  bottom:-3px;
  transform:translateX(-50%);
}
.node-left::after{
  left:-2px;
  top:50%;
  width:5px;
  height:66px;
  transform:translateY(-50%);
}
.node-right::after{
  right:-2px;
  top:50%;
  width:5px;
  height:66px;
  transform:translateY(-50%);
}
.node-icon{
  width:62px;
  height:62px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#f5a1a1;
  border:1px solid rgba(255,180,180,.25);
  background:rgba(40,0,8,.22);
  box-shadow:none;
}
.node-icon svg{
  width:32px;
  height:32px;
  stroke-width:2.25;
}
.map-node strong{
  color:#fff5f1;
  font-family:var(--sans);
  font-size:14px;
  line-height:1;
  letter-spacing:1px;
  font-weight:700;
  text-transform:uppercase;
}
.node-top{
  left:50%;
  top:0;
  transform:translateX(-50%);
}
.node-right{
  right:0;
  top:50%;
  transform:translateY(-50%);
}
.node-bottom{
  left:50%;
  bottom:0;
  transform:translateX(-50%);
}
.node-left{
  left:0;
  top:50%;
  transform:translateY(-50%);
}
.map-line{
  position:absolute;
  background:rgba(245,161,161,.62);
  box-shadow:0 0 10px rgba(245,161,161,.22);
  z-index:2;
}
.map-line span{
  position:absolute;
  width:12px;
  height:12px;
  border-radius:50%;
  background:#f5a1a1;
  box-shadow:0 0 12px rgba(245,161,161,.32);
}
.line-top{
  left:50%;
  top:var(--node);
  bottom:calc(50% + var(--core-half));
  width:2px;
  transform:translateX(-50%);
}
.line-top span{left:50%;top:0;transform:translate(-50%,-50%);}
.line-bottom{
  left:50%;
  top:calc(50% + var(--core-half));
  bottom:var(--node);
  width:2px;
  transform:translateX(-50%);
}
.line-bottom span{left:50%;bottom:0;transform:translate(-50%,50%);}
.line-left{
  left:var(--node);
  right:calc(50% + var(--core-half));
  top:50%;
  height:2px;
  transform:translateY(-50%);
}
.line-left span{right:100%;top:50%;transform:translate(50%,-50%);}
.line-right{
  left:calc(50% + var(--core-half));
  right:var(--node);
  top:50%;
  height:2px;
  transform:translateY(-50%);
}
.line-right span{left:100%;top:50%;transform:translate(-50%,-50%);}

/* ===== Orbital diagram ===== */
.orbit{
  --orbit-center-x:50%;
  --orbit-center-y:48.928571%;
  --core-size:43%;
  --node-size:17.333333%;
  --node-icon-size:30.357143%;
  --node-title-size:clamp(8px,.86vw,9.8px);
  --core-title-size:clamp(24px,3vw,34px);
  --core-sub-size:clamp(7px,.95vw,11px);
  position:relative;width:100%;max-width:640px;aspect-ratio:600/560;margin:0 auto;
}
.orbit::before{
  content:"";position:absolute;left:var(--orbit-center-x);top:var(--orbit-center-y);width:58%;aspect-ratio:1;border-radius:50%;
  transform:translate(-50%,-50%);
  background:radial-gradient(circle at 45% 34%, rgba(255,220,215,.18), rgba(126,19,32,.16) 42%, transparent 72%);
  filter:blur(10px);opacity:.85;pointer-events:none;
}
.orbit svg.rings{position:absolute;inset:0;width:100%;height:100%;overflow:visible;}
.orbit-sparks circle{filter:drop-shadow(0 0 7px rgba(255,210,204,.95));}
.orbit-center{
  position:absolute;left:var(--orbit-center-x);top:var(--orbit-center-y);transform:translate(-50%,-50%);
  width:var(--core-size);aspect-ratio:1;border-radius:50%;
  background:
    radial-gradient(circle at 38% 20%, rgba(255,235,230,.40), transparent 23%),
    radial-gradient(circle at 50% 108%, rgba(255,210,204,.40), transparent 20%),
    radial-gradient(circle at 45% 42%, #8e1727 0%, #64101c 48%, #300812 100%);
  border:1px solid rgba(255,220,214,.42);
  box-shadow:
    0 0 0 1px rgba(221,120,110,.10),
    0 0 58px -8px rgba(255,175,168,.65),
    0 18px 80px -34px rgba(0,0,0,.85),
    inset 0 20px 42px rgba(255,232,228,.18),
    inset 0 -34px 58px rgba(0,0,0,.36);
  display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;
  z-index:2;
}
.orbit-center h3{font-family:var(--serif);font-size:var(--core-title-size);font-weight:400;color:#fdeeec;line-height:1.14;text-shadow:0 8px 24px rgba(0,0,0,.35);}
.orbit-center .oc-sub{margin-top:6.666667%;font-size:var(--core-sub-size);letter-spacing:.18em;font-weight:700;color:#f1c3b8;line-height:1.8;text-transform:uppercase;}

.node{
  position:absolute;transform:translate(-50%,-50%);
  width:var(--node-size);aspect-ratio:1;border-radius:50%;
  display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;z-index:3;
  background:
    radial-gradient(circle at 36% 18%, rgba(255,238,234,.32), transparent 34%),
    radial-gradient(circle at 50% 72%, rgba(94,12,22,.74), rgba(32,5,11,.82) 68%);
  border:1px solid rgba(255,224,218,.46);
  box-shadow:
    0 0 0 1px rgba(150,40,54,.18),
    0 18px 44px -26px rgba(0,0,0,.95),
    0 0 28px -14px rgba(255,192,184,.95),
    inset 0 18px 30px rgba(255,236,232,.14),
    inset 0 -22px 30px rgba(0,0,0,.34);
  overflow:hidden;
}
.node .ic{
  width:var(--node-icon-size);aspect-ratio:1;border-radius:0;background:transparent;
  display:flex;align-items:center;justify-content:center;
  box-shadow:none;
  flex:0 0 auto;
}
.node .ic svg{width:100%;height:100%;color:#fff2ef;filter:drop-shadow(0 0 8px rgba(255,214,208,.22));}
.node .n-title{
  width:90%;
  min-height:24px;
  margin-top:8px;
  font-size:var(--node-title-size);
  font-weight:700;
  color:#fff1ee;
  white-space:normal;
  text-transform:uppercase;
  letter-spacing:.01em;
  line-height:1.1;
  text-align:center;
  overflow-wrap:normal;
  display:flex;
  align-items:center;
  justify-content:center;
}
.node.node-stack .n-title,
.node.node-compact .n-title{width:90%;font-size:var(--node-title-size);line-height:1.1;margin-top:8px;letter-spacing:.01em;}
.node .n-sub{display:none;}

/* ===== Connected structure hero ===== */
.structure-layout{
  position:relative;
  display:grid;
  grid-template-columns:minmax(280px, 1.08fr) 112px minmax(220px,.9fr);
  gap:0;
  align-items:center;
  width:100%;
  max-width:820px;
  margin:0 auto;
  min-height:620px;
}
.module-list{display:flex;flex-direction:column;gap:14px;position:relative;z-index:2;}
.module-card{
  min-height:62px;
  border:1px solid rgba(222,96,92,.50);
  border-radius:14px;
  background:
    radial-gradient(circle at 12% 50%, rgba(139,20,34,.42), transparent 27%),
    linear-gradient(90deg, rgba(72,9,18,.78), rgba(35,5,11,.54));
  display:grid;
  grid-template-columns:54px 1fr;
  gap:14px;
  align-items:center;
  padding:10px 22px 10px 14px;
  box-shadow:0 16px 34px -28px rgba(0,0,0,.9), inset 0 0 18px rgba(255,220,200,.035);
}
.module-ic{
  width:42px;height:42px;border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  color:#f2bd88;background:rgba(91,13,25,.50);
  box-shadow:inset 0 0 18px rgba(255,203,158,.08);
}
.module-ic svg{width:28px;height:28px;}
.module-letter{font-family:var(--serif);font-size:34px;font-weight:700;line-height:1;}
.module-card h3{
  font-family:var(--sans);
  font-size:16px;
  font-weight:700;
  color:#fff2ef;
  margin:0;
  line-height:1.2;
}
.module-card p{
  margin-top:5px;
  color:#dfb9ad;
  font-size:13px;
  line-height:1.32;
}
.connector-map{width:156px;height:620px;overflow:visible;position:relative;z-index:1;}
.structure-panels{
  display:flex;
  flex-direction:column;
  align-items:stretch;
  justify-content:center;
  gap:36px;
  min-width:0;
  position:relative;
  z-index:2;
}
.structure-card,
.result-card{
  border:1px solid rgba(246,145,113,.72);
  background:linear-gradient(160deg, rgba(61,8,16,.82), rgba(25,4,9,.72));
  box-shadow:0 22px 46px -32px rgba(0,0,0,.92), inset 0 0 28px rgba(255,190,150,.035);
}
.structure-card{
  min-height:250px;
  border-radius:16px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:28px 26px;
}
.structure-card .sig{
  font-family:var(--serif);
  font-style:italic;
  color:#f4bd82;
  font-size:36px;
  line-height:1;
  margin-bottom:22px;
}
.structure-card h3{
  font-family:var(--serif);
  font-size:31px;
  font-weight:700;
  line-height:1.1;
  color:#fff2ef;
  margin:0;
  text-transform:uppercase;
}
.structure-card p{
  margin-top:28px;
  font-size:15px;
  font-weight:600;
  line-height:2.05;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:#f2b881;
}
.result-card{
  min-height:150px;
  border-radius:13px;
  padding:26px 34px;
}
.result-title{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin-bottom:22px;
  font-size:17px;
  font-weight:700;
  letter-spacing:.16em;
  color:#f28474;
  text-transform:uppercase;
}
.result-title span{font-size:26px;line-height:1;color:#f2a47d;}
.result-card p{
  font-size:17px;
  color:#fff1ee;
  margin:0 0 12px;
  line-height:1.25;
}

/* ============ generic section heading ============ */
.section-head{text-align:center;font-size:33px;font-weight:700;color:var(--ink);letter-spacing:0;}
.section-head .hl{color:var(--accent-on-light);}

/* ============ CHALLENGES ============ */
.light{
  position:relative;overflow:hidden;
  background:
    radial-gradient(72% 55% at 6% 2%, rgba(107,31,43,.055), transparent 60%),
    radial-gradient(58% 52% at 97% 10%, rgba(230,221,210,.60), transparent 62%),
    radial-gradient(64% 58% at 90% 98%, rgba(107,31,43,.05), transparent 60%),
    radial-gradient(70% 62% at 26% 102%, rgba(230,221,210,.50), transparent 62%),
    linear-gradient(180deg,#FAF7F2 0%,#f7efe7 60%,#f4e9e1 100%);
}
.challenges{padding:var(--fold-y) 0;position:relative;z-index:2;}
.challenge-head{text-align:center;max-width:940px;margin:0 auto;}
.challenge-head h2{
  font-family:var(--serif);
  font-size:var(--title-section);
  font-weight:700;
  line-height:1.18;
  color:#130b0d;
  margin:0;
}
.challenge-head h2 span{color:var(--accent-on-light);}
.challenge-head p{margin-top:22px;font-size:var(--lead-md);line-height:1.55;color:#5f5557;}
.head-mark{width:54px;height:6px;margin:24px auto 0;position:relative;}
.head-mark::before{content:"";position:absolute;left:0;top:2px;width:42px;height:3px;border-radius:999px;background:var(--accent-on-light);}
.head-mark::after{content:"";position:absolute;right:0;top:1px;width:5px;height:5px;border-radius:50%;background:var(--accent-on-light);}

.growth-flow{
  display:grid;
  grid-template-columns:repeat(6, minmax(0,1fr));
  gap:20px;
  align-items:stretch;
  margin-top:64px;
  position:relative;
}
.growth-card{
  position:relative;
  min-height:300px;
  border-radius:var(--radius-card);
  border:1px solid rgba(239,222,223,.92);
  background:rgba(255,255,255,.88);
  box-shadow:0 22px 44px -34px rgba(80,10,20,.36);
  padding:56px 22px 28px;
  text-align:center;
  display:flex;
  flex-direction:column;
  align-items:center;
}
.growth-card.is-final{
  min-height:326px;
  margin-top:-18px;
  background:linear-gradient(155deg,#9a1427 0%,#66101c 46%,#31080f 100%);
  border-color:transparent;
  box-shadow:0 24px 46px -28px rgba(100,10,20,.68);
  color:#fff;
}
.step-badge{
  position:absolute;
  top:-24px;
  left:50%;
  transform:translateX(-50%);
  width:46px;height:46px;border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  background:#fff;
  border:1px solid #ead7d7;
  box-shadow:0 10px 18px -12px rgba(80,10,20,.55);
  font-family:var(--serif);
  font-size:16px;
  font-weight:700;
  color:var(--accent-on-light);
}
.is-final .step-badge{background:#a7192d;border-color:rgba(255,255,255,.12);color:#fff;box-shadow:0 12px 22px -10px rgba(0,0,0,.42);}
.growth-icon{
  width:86px;height:86px;border-radius:50%;
  background:#f7eeee;
  display:flex;align-items:center;justify-content:center;
  color:var(--accent-on-light);
  margin-bottom:28px;
}
.growth-icon svg{width:48px;height:48px;}
.is-final .growth-icon{background:transparent;color:#fff;margin-bottom:22px;}
.is-final .growth-icon svg{width:62px;height:62px;}
.growth-card h3{
  font-family:var(--serif);
  font-size:20px;
  font-weight:700;
  line-height:1.28;
  color:#140d0f;
  margin:0;
}
.growth-card p{
  margin-top:24px;
  font-size:var(--text-md);
  line-height:1.65;
  color:#241318;
}
.growth-card.is-final h3{color:#fff;font-size:20px;}
.growth-card.is-final p{color:#ffe4de;}
.flow-arrow{
  position:absolute;
  top:118px;
  width:31px;height:31px;border-radius:50%;
  background:#5f0b17;
  color:#fff;
  display:flex;align-items:center;justify-content:center;
  font-size:28px;line-height:1;
  z-index:4;
  transform:translateX(-50%);
}
.flow-arrow:nth-of-type(1){left:16.666%;}
.flow-arrow:nth-of-type(2){left:33.333%;}
.flow-arrow:nth-of-type(3){left:50%;}
.flow-arrow:nth-of-type(4){left:66.666%;}
.flow-arrow:nth-of-type(5){left:83.333%;}

.consequence{
  position:relative;
  display:grid;
  grid-template-columns:1.35fr repeat(5,1fr);
  gap:0;
  margin-top:54px;
  padding:34px 38px;
  border:1px solid #efcdcd;
  border-radius:var(--radius-panel);
  background:rgba(255,255,255,.82);
  box-shadow:0 20px 44px -36px rgba(80,10,20,.36);
}
.consequence::after{
  content:"";
  position:absolute;
  left:50%;
  bottom:-25px;
  transform:translateX(-50%) rotate(45deg);
  width:36px;height:36px;
  background:rgba(255,255,255,.82);
  border-right:1px solid #efcdcd;
  border-bottom:1px solid #efcdcd;
}
.consequence-intro{padding-right:32px;}
.consequence-intro h3{font-family:var(--serif);font-size:26px;color:var(--accent-on-light);margin:0 0 10px;}
.consequence-intro p{font-size:14px;line-height:1.55;color:#241318;}
.consequence-item{
  display:grid;
  grid-template-columns:48px 1fr;
  align-items:center;
  gap:14px;
  padding:0 24px;
  border-left:1px solid #efdedf;
}
.consequence-item span{
  width:46px;height:46px;border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  background:#f7e8e8;
  color:var(--accent-on-light);
  font-size:28px;
  line-height:1;
}
.consequence-item strong{font-size:14px;line-height:1.45;color:#1e1115;}

/* ============ PROBLEM FOLD (segunda dobra - fluxo) ============ */
.light.problem-fold{
  background:#F8F5F3;
  overflow:visible;
}
.problem-fold > .wrap{
  position:relative;
  z-index:2;
  padding-top:74px;
  padding-bottom:66px;
}
.pf-grid{
  display:grid;
  grid-template-columns:27% 1fr;
  gap:50px;
  align-items:start;
}

/* ---- Coluna esquerda ---- */
.pf-copy{max-width:400px;}
.pf-kicker{
  color:#B3282D;
  font-size:14px;
  font-weight:600;
  letter-spacing:.2em;
  text-transform:uppercase;
}
.pf-bar{display:block;width:48px;height:4px;border-radius:2px;background:#B3282D;margin:18px 0 30px;}
.pf-title{
  font-family:var(--serif);
  font-weight:700;
  font-size:clamp(44px,4.6vw,72px);
  line-height:.97;
  letter-spacing:-.012em;
  color:#111111;
}
.pf-title span{color:#B3282D;}
.pf-divider{display:block;width:100%;max-width:320px;height:1px;background:#E3CEC9;margin:34px 0;}
.pf-lead{color:#3a3033;font-size:17px;line-height:1.62;}
.pf-lead strong{color:#B3282D;font-weight:700;}

/* ---- Coluna direita: fluxo ---- */
.pf-flow{position:relative;min-width:0;}
.pf-flowhead{
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  gap:24px;
  max-width:94%;
  margin:6px auto 30px;
}
.pf-flowhead span{height:1px;background:#E3C7C1;}
.pf-flowhead strong{
  color:#B3282D;
  font-size:13px;
  font-weight:700;
  letter-spacing:.2em;
  text-transform:uppercase;
  white-space:nowrap;
}

/* cards das ferramentas */
.tools-row{
  display:grid;
  grid-template-columns:repeat(8,1fr);
  gap:16px;
}
.tool{
  background:#FFFFFF;
  border:1px solid #F0DBD7;
  border-radius:22px;
  box-shadow:0 8px 20px rgba(0,0,0,.04);
  padding:18px 6px 15px;
  text-align:center;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:10px;
}
.tool strong{font-size:13px;font-weight:700;color:#171717;line-height:1.12;}
.tool span{font-size:11px;color:#66605C;line-height:1.2;}
.t-ic{
  width:52px;
  height:52px;
  border-radius:15px;
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
  box-shadow:0 4px 10px -4px rgba(0,0,0,.18);
}
.t-ic svg{width:30px;height:30px;}
.t-ic.ig{background:linear-gradient(135deg,#7a3cb8 0%,#e0327f 48%,#fdb03c 100%);}
.t-ic.wa{background:#25D366;}
.t-ic.gg{background:#fff;border:1px solid #ececec;box-shadow:0 4px 10px -5px rgba(0,0,0,.16);}
.t-ic.sh{background:#188038;}
.t-ic.an{background:#fff;border:1px solid #f1e7da;box-shadow:0 4px 10px -5px rgba(0,0,0,.14);}
.t-ic.tm{background:#1A73E8;}
.t-ic.me{background:#e9f1ff;}
.t-ic.crm{background:#1A73E8;}
.g-letter{
  font-family:var(--sans);
  font-weight:700;
  font-size:30px;
  line-height:1;
  background:conic-gradient(from -38deg,#4285f4 0 25%,#34a853 0 47%,#fbbc05 0 68%,#ea4335 0 86%,#4285f4 0);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.t-ic.crm b{color:#fff;font-size:14px;font-weight:700;letter-spacing:.5px;}

/* linha de erros */
.errors-row{
  display:grid;
  grid-template-columns:repeat(8,1fr);
  gap:16px;
  align-items:start;
}
.err{display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center;}
.err-x{
  width:36px;
  height:36px;
  border-radius:50%;
  border:2px solid #B3282D;
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 6px 14px -8px rgba(130,40,40,.4);
}
.err-x svg{width:17px;height:17px;stroke:#B3282D;}
.err p{font-size:12px;color:#66605C;line-height:1.32;}

/* caixa central */
.central-box{
  position:relative;
  width:min(100%,520px);
  margin:22px auto 0;
  background:#FAF3F1;
  border:2px solid #E8C8C3;
  border-radius:28px;
  box-shadow:0 20px 54px -32px rgba(130,40,40,.3);
  padding:42px 44px 30px;
  text-align:center;
  overflow:visible;
}
.cb-badge{
  position:absolute;
  top:-34px;
  left:50%;
  transform:translateX(-50%);
  width:68px;
  height:68px;
  border-radius:50%;
  background:#B3282D;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:34px;
  font-weight:700;
  line-height:1;
  box-shadow:0 0 0 8px #F8F5F3, 0 14px 26px -10px rgba(130,40,40,.55);
}
.central-box h3{
  font-family:var(--sans);
  font-size:25px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.05em;
  color:#B3282D;
  margin:16px 0 12px;
}
.central-box p{font-size:15px;line-height:1.5;color:#5a4f4f;}
.central-box p strong{color:#171717;font-weight:700;}

/* titulo consequencias */
.conseq-head{
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  gap:26px;
  max-width:96%;
  margin:4px auto 30px;
}
.conseq-head span{height:1px;background:#E3C7C1;}
.conseq-head strong{
  color:#B3282D;
  font-size:13px;
  font-weight:700;
  letter-spacing:.2em;
  text-transform:uppercase;
  white-space:nowrap;
}

/* cards consequencia */
.conseq-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px;}
.conseq{
  background:#FFFFFF;
  border:1px solid #EFE1DD;
  border-radius:20px;
  box-shadow:0 12px 28px -22px rgba(80,10,20,.3);
  padding:30px;
  display:flex;
  flex-direction:column;
  gap:18px;
}
.cq-ic{
  width:76px;
  height:76px;
  border-radius:50%;
  background:#F7E9E6;
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
}
.cq-ic svg{width:34px;height:34px;fill:none;stroke:#B3282D;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;}
.conseq h3{font-family:var(--serif);font-size:19px;line-height:1.22;color:#171717;margin:0;}
.conseq p{font-size:13.5px;line-height:1.5;color:#66605C;}

/* faixa CTA */
.cta-strip{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:22px;
  background:#F2E6E3;
  border-radius:24px;
  padding:30px 44px;
  margin-top:42px;
}
.cta-ic{
  width:56px;
  height:56px;
  border-radius:50%;
  background:#fff;
  flex:0 0 auto;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 8px 18px -10px rgba(130,40,40,.35);
}
.cta-ic svg{width:30px;height:30px;}
.cta-strip p{font-size:21px;font-weight:700;line-height:1.4;}
.cta-dark{color:#171717;}
.cta-red{color:#B3282D;}

/* ---- responsivo ---- */
@media(max-width:1080px){
  .pf-grid{grid-template-columns:1fr;gap:40px;}
  .pf-copy{max-width:none;}
  .pf-flowhead{max-width:100%;}
}
@media(max-width:760px){
  .tools-row{grid-template-columns:repeat(4,1fr);gap:14px;}
  .errors-row{grid-template-columns:repeat(4,1fr);gap:14px;}
  .central-box{margin-top:30px;}
  .conseq-grid{grid-template-columns:repeat(2,1fr);gap:18px;}
  .cta-strip{flex-direction:column;text-align:center;gap:16px;padding:26px 24px;}
  .cta-strip p{font-size:18px;}
}
@media(max-width:460px){
  .tools-row,.errors-row{grid-template-columns:repeat(2,1fr);}
  .conseq-grid{grid-template-columns:1fr;}
  .pf-title{font-size:clamp(38px,11vw,52px);}
}

/* segunda dobra - refinamento fiel a referencia */
.light.problem-fold{
  background:
    radial-gradient(circle at 48% 45%, rgba(179,40,45,.035), transparent 44%),
    #F8F5F3;
  border-top:1px solid rgba(107,31,43,.22);
}
.problem-fold > .wrap{
  max-width:1440px;
  padding-top:48px;
  padding-bottom:50px;
}
.pf-grid{
  grid-template-columns:minmax(380px, 400px) minmax(0, 1fr);
  gap:58px;
}
.pf-copy{
  max-width:400px;
  padding-top:2px;
}
.pf-kicker{
  font-size:13px;
  letter-spacing:.24em;
  text-transform:uppercase;
  color:#B3282D;
}
.pf-bar{
  width:45px;
  height:3px;
  margin:30px 0 28px;
  background:#B3282D;
}
.pf-title{
  font-size:clamp(48px,3.9vw,60px);
  line-height:1.04;
  letter-spacing:0;
  color:#111114;
}
.pf-title .pf-line{
  display:block;
  color:#111114;
  white-space:nowrap;
}
.pf-title .pf-red{color:#B3282D;}
.pf-divider{
  width:100%;
  margin:34px 0 28px;
  background:#E4C8C2;
}
.pf-lead{
  max-width:380px;
  font-size:17px;
  line-height:1.75;
  color:#17171C;
}
.pf-lead strong{
  color:#B3282D;
  font-weight:700;
}
.pf-flow{
  padding-top:0;
}
.pf-flowhead{
  max-width:100%;
  margin:2px 0 32px;
  gap:24px;
}
.pf-flowhead span,
.conseq-head span{
  background:#E8D4CF;
  opacity:.72;
}
.pf-flowhead strong,
.conseq-head strong{
  color:#B3282D;
  font-size:13px;
  letter-spacing:.22em;
}
.tools-row{
  gap:18px;
}
.tool{
  min-height:126px;
  padding:20px 11px 16px;
  border-radius:18px;
  border-color:#EAD6D0;
  box-shadow:0 16px 28px -24px rgba(85,24,20,.42);
}
.t-ic{
  width:44px;
  height:44px;
  border-radius:12px;
  margin-bottom:13px;
}
.tool strong{
  font-size:13px;
  color:#111114;
}
.tool > span:last-child{
  margin-top:7px;
  font-size:11px;
  color:#6E6664;
}
.errors-row{
  gap:18px;
}
.err{
  min-height:72px;
}
.err-x{
  width:30px;
  height:30px;
  border:2px solid #B3282D;
  background:#fff;
}
.err p{
  margin-top:10px;
  font-size:12px;
  line-height:1.28;
  color:#111114;
}
.central-box{
  width:440px;
  min-height:146px;
  margin:0 auto;
  padding:42px 34px 24px;
  border-radius:16px;
  border:1px solid #E8BEB8;
  background:#FAF3F1;
  box-shadow:0 18px 42px -34px rgba(107,31,43,.38);
}
.cb-badge{
  top:-34px;
  width:58px;
  height:58px;
  border:9px solid #F8F5F3;
  box-shadow:0 10px 20px -14px rgba(130,40,40,.6);
}
.central-box h3{
  margin:4px 0 8px;
  font-size:24px;
  letter-spacing:.08em;
}
.central-box p{
  font-size:15.5px;
  line-height:1.45;
  color:#111114;
}
.conseq-head{
  max-width:88%;
  gap:22px;
  margin:-2px auto 20px;
}
.conseq-grid{
  gap:26px;
  max-width:1240px;
  margin:0 auto;
}
.conseq{
  min-height:146px;
  grid-template-columns:86px 1fr;
  gap:24px;
  padding:28px 28px 24px;
  border-radius:14px;
  border-color:#EFE1DD;
  box-shadow:0 18px 36px -30px rgba(80,10,20,.35);
}
.cq-ic{
  width:70px;
  height:70px;
  background:#F7E8E4;
}
.cq-ic svg{
  width:40px;
  height:40px;
}
.conseq h3{
  font-family:var(--sans);
  font-size:17px;
  line-height:1.28;
  color:#111114;
}
.conseq p{
  margin-top:9px;
  font-size:13px;
  line-height:1.55;
  color:#17171C;
}
.cta-strip{
  max-width:1240px;
  margin:32px auto 0;
  min-height:88px;
  padding:20px 44px;
  border-radius:14px;
  background:#F5E6E2;
}
.cta-ic{
  width:58px;
  height:58px;
  background:#fff;
}
.cta-strip p{
  font-size:21px;
  letter-spacing:0;
}

@media(max-width:1180px){
  .pf-grid{
    grid-template-columns:1fr;
    gap:42px;
  }
  .pf-copy{
    max-width:720px;
  }
  .pf-lead{
    max-width:560px;
  }
}
@media(max-width:860px){
  .tools-row,
  .errors-row{
    grid-template-columns:repeat(4,1fr);
  }
  .central-box{
    margin-top:24px;
  }
}
@media(max-width:760px){
  .problem-fold > .wrap{
    padding-top:56px;
    padding-bottom:52px;
  }
  .pf-title{
    font-size:clamp(40px,10vw,56px);
  }
  .tools-row,
  .errors-row,
  .conseq-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .central-box{
    width:100%;
  }
  .conseq{
    grid-template-columns:1fr;
    text-align:left;
  }
  .cta-strip{
    padding:26px 24px;
  }
}
@media(max-width:460px){
  .tools-row,
  .errors-row,
  .conseq-grid{
    grid-template-columns:1fr;
  }
  .pf-flowhead strong,
  .conseq-head strong{
    white-space:normal;
    text-align:center;
    line-height:1.5;
  }
}

/* segunda dobra - conectores SVG unificados */
.problem-fold > .wrap{
  max-width:none;
}
.diagrama-scale{
  width:100%;
  overflow:hidden;
}
.diagrama{
  position:relative;
  width:1440px;
  height:930px;
  margin:0 auto;
  transform-origin:top left;
}
.conectores{
  position:absolute;
  left:0;
  top:0;
  width:1440px;
  height:930px;
  pointer-events:none;
  z-index:0;
}
.diagrama-content{
  position:relative;
  z-index:1;
  width:100%;
  height:100%;
}
.diagrama .pf-copy,
.diagrama .pf-flowhead,
.diagrama .tools-row,
.diagrama .errors-row,
.diagrama .central-box,
.diagrama .conseq-head,
.diagrama .conseq-grid,
.diagrama .cta-strip{
  position:absolute;
  z-index:1;
}
.diagrama .pf-copy{
  left:0;
  top:0;
  width:380px;
  max-width:380px;
  padding-top:0;
}
.diagrama .pf-title{
  font-size:52px;
  line-height:1.06;
}
.diagrama .pf-lead{
  max-width:370px;
  line-height:1.7;
}
.diagrama .pf-flowhead{
  left:430px;
  top:0;
  width:960px;
  margin:0;
}
.diagrama .tools-row{
  left:430px;
  top:70px;
  width:960px;
  display:grid;
  grid-template-columns:repeat(8, 1fr);
  gap:18px;
}
.diagrama .tool{
  min-height:126px;
  padding:18px 10px 15px;
}
.diagrama .errors-row{
  left:430px;
  top:245px;
  width:960px;
  display:grid;
  grid-template-columns:repeat(8, 1fr);
  gap:18px;
}
.diagrama .err{
  min-height:90px;
  gap:10px;
}
.diagrama .central-box{
  left:705px;
  top:405px;
  width:520px;
  min-height:150px;
  margin:0;
  padding:44px 38px 26px;
}
.diagrama .conseq-head{
  left:170px;
  top:625px;
  width:1100px;
  max-width:none;
  margin:0;
}
.diagrama .conseq-grid{
  left:170px;
  top:675px;
  width:1100px;
  max-width:none;
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:28px;
}
.diagrama .conseq{
  display:grid;
  grid-template-columns:72px 1fr;
  min-height:145px;
  padding:26px;
}
.diagrama .cta-strip{
  left:170px;
  top:850px;
  width:1100px;
  margin:0;
  min-height:72px;
  padding:14px 44px;
}

@media(max-width:768px){
  .diagrama-scale{
    height:auto!important;
    overflow:visible;
  }
  .diagrama{
    height:auto;
    margin-bottom:0;
    transform:none!important;
  }
  .conectores{
    display:none;
  }
  .diagrama-content{
    height:auto;
    display:block;
  }
  .diagrama .pf-copy,
  .diagrama .pf-flowhead,
  .diagrama .tools-row,
  .diagrama .errors-row,
  .diagrama .central-box,
  .diagrama .conseq-head,
  .diagrama .conseq-grid,
  .diagrama .cta-strip{
    position:relative;
    left:auto;
    top:auto;
    width:auto;
  }
  .diagrama .pf-copy{
    max-width:none;
    width:auto;
  }
  .diagrama .pf-title{
    font-size:clamp(40px,10vw,56px);
  }
  .diagrama .pf-flowhead{
    margin:36px 0 24px;
  }
  .diagrama .tools-row,
  .diagrama .errors-row,
  .diagrama .conseq-grid{
    grid-template-columns:1fr;
    width:100%;
  }
  .diagrama .tools-row,
  .diagrama .errors-row{
    gap:14px;
  }
  .diagrama .central-box{
    width:100%;
    margin:28px 0 32px;
  }
  .diagrama .conseq-head{
    margin:0 0 20px;
  }
  .diagrama .conseq-grid{
    gap:18px;
  }
  .diagrama .cta-strip{
    width:100%;
    margin-top:26px;
  }
}

/* ============ METHODOLOGY ============ */
.method{padding:64px 0 30px;position:relative;z-index:2;}
.method .section-head{max-width:760px;margin:0 auto;line-height:1.18;}
.method-flow{display:grid;grid-template-columns:1.08fr auto 1.18fr;gap:34px;align-items:center;margin-top:54px;}
.scatter{position:relative;height:350px;max-width:390px;margin:0 auto;width:100%;}
.scatter .sic{position:absolute;width:60px;height:60px;border-radius:50%;background:#fff;border:1px solid #ead6d6;box-shadow:0 16px 30px -18px rgba(107,31,43,.45);display:flex;align-items:center;justify-content:center;transform:translate(-50%,-50%);}
.scatter .sic.is-key{width:72px;height:72px;border-color:#dfbaba;box-shadow:0 18px 36px -16px rgba(107,31,43,.52);}
.scatter .sic::after{
  content:attr(data-label);position:absolute;left:50%;top:calc(100% + 10px);transform:translateX(-50%);
  min-width:98px;text-align:center;font-size:10.5px;font-weight:700;color:#6e0f1a;line-height:1.2;
}
.scatter .sic svg{width:27px;height:27px;color:var(--wine);}
.scatter .sic.is-key svg{width:31px;height:31px;}
.scatter svg.lines{position:absolute;inset:0;width:100%;height:100%;overflow:visible;opacity:.95;}
.scatter .mark{position:absolute;transform:translate(-50%,-50%);font-family:var(--sans);font-weight:700;color:#a01b2b;line-height:1;z-index:2;opacity:.92;}
.scatter .qmark{font-size:19px;}
.scatter .cross{font-size:14px;}

.big-arrow{display:flex;align-items:center;justify-content:center;color:var(--wine);}
.big-arrow svg{width:66px;height:48px;}

.connected{display:flex;align-items:flex-start;justify-content:space-between;position:relative;}
.cstep{width:118px;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;z-index:2;}
.cstep .cnum{font-family:var(--serif);font-size:15px;font-weight:700;color:var(--accent-on-light);margin-bottom:10px;}
.cstep .cdisc{width:66px;height:66px;border-radius:50%;background:radial-gradient(circle at 40% 35%,#8c1525,#600e1a);display:flex;align-items:center;justify-content:center;box-shadow:0 14px 26px -12px rgba(120,15,30,.7);}
.cstep .cdisc svg{width:30px;height:30px;color:#fff;}
.cstep .clabel{margin-top:12px;font-size:12px;font-weight:700;letter-spacing:.6px;color:#3b2429;line-height:1.3;}
.connected .cline{position:absolute;top:64px;left:9%;right:9%;height:2px;border-top:2px dotted #c98a8a;z-index:1;}

.flow-caption{text-align:center;margin-top:22px;}
.flow-caption .cap-title{font-size:12px;font-weight:700;letter-spacing:2px;color:var(--accent-on-light);}
.flow-caption .cap-sub{margin-top:6px;font-size:13px;color:var(--ink-soft);}
.flow-cols-cap{display:grid;grid-template-columns:1fr auto 1.35fr;gap:24px;margin-top:6px;}

.method-pill-wrap{display:flex;justify-content:center;padding:38px 0 6px;}
.method-pill{
  display:inline-flex;align-items:center;gap:16px;background:#fff;border:1px solid var(--card-bd);
  border-radius:14px;padding:18px 32px;box-shadow:var(--shadow-card);
  font-family:var(--serif);font-size:19px;color:var(--ink);
}
.method-pill .mp-ic{width:30px;height:30px;color:var(--accent-on-light);}
.method-pill .hl{color:var(--accent-on-light);}

/* ============ JOURNEY ============ */
.journey{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(92% 88% at 50% 14%, rgba(110,15,26,.54), transparent 58%),
    radial-gradient(72% 64% at 84% 88%, rgba(80,10,20,.42), transparent 62%),
    linear-gradient(180deg,#160308 0%,#290711 42%,#170408 100%);
  color:#fff1ee;
}
.journey-inner{padding:72px 0 54px;}
.journey .wrap{position:relative;z-index:2;}
.journey-head{text-align:center;margin:0 auto 34px;max-width:1080px;}
.journey-sig{
  font-family:var(--serif);
  font-style:italic;
  font-size:34px;
  line-height:1;
  color:#e8b475;
  margin-bottom:12px;
}
.journey-head h2{
  font-family:var(--serif);
  font-size:44px;
  font-weight:400;
  line-height:1.15;
  margin:0;
  color:#fff2ef;
}
.journey-head h2 span{color:#c98b67;}
.journey-head p{
  margin-top:16px;
  font-size:17px;
  font-weight:600;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:#eec38c;
}
.journey-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:38px;
  margin-top:34px;
  position:relative;
}
.journey-wires{
  position:absolute;
  left:2.5%;
  right:2.5%;
  top:70px;
  width:95%;
  height:350px;
  overflow:visible;
  pointer-events:none;
  z-index:1;
  opacity:.95;
}
.journey-wires path{filter:drop-shadow(0 0 6px rgba(255,170,115,.42));}
.journey-stage{
  min-height:482px;
  border:1px solid rgba(216,86,82,.58);
  border-radius:14px;
  padding:22px 20px 18px;
  background:
    radial-gradient(circle at 50% 14%, rgba(125,18,34,.45), transparent 34%),
    linear-gradient(180deg, rgba(75,9,19,.82), rgba(25,4,10,.62));
  box-shadow:0 22px 54px -40px rgba(0,0,0,.9), inset 0 0 24px rgba(255,205,170,.035);
  position:relative;
  z-index:2;
}
.journey-stage:not(:last-child)::after{
  content:"";
  position:absolute;
  right:-31px;
  top:158px;
  width:38px;
  height:1px;
  background:linear-gradient(90deg, rgba(246,177,137,.15), rgba(246,177,137,.95));
}
.journey-stage:not(:last-child)::before{
  content:"›";
  position:absolute;
  right:-45px;
  top:139px;
  width:34px;
  height:34px;
  border-radius:50%;
  border:1px solid rgba(246,177,137,.82);
  display:flex;
  align-items:center;
  justify-content:center;
  color:#ffd4a0;
  font-size:32px;
  line-height:1;
  background:#4a0a14;
  z-index:3;
}
.stage-num{
  font-family:var(--serif);
  font-size:22px;
  color:#e8b475;
  text-align:center;
}
.journey-stage h3{
  margin:10px 0 0;
  font-family:var(--sans);
  font-size:17px;
  font-weight:600;
  letter-spacing:.06em;
  text-transform:uppercase;
  text-align:center;
  color:#fff2ef;
}
.stage-line{width:48px;height:2px;background:#d69a66;margin:14px auto 16px;}
.stage-item{
  display:grid;
  grid-template-columns:58px 1fr;
  gap:16px;
  align-items:center;
  min-height:86px;
  padding:12px 0;
  border-top:1px solid rgba(255,210,190,.08);
}
.stage-ic{
  width:54px;
  height:54px;
  border-radius:50%;
  background:radial-gradient(circle at 40% 28%, rgba(255,205,160,.22), rgba(45,6,14,.92) 72%);
  border:1px solid rgba(214,106,96,.38);
  display:flex;
  align-items:center;
  justify-content:center;
  color:#e8b475;
  font-family:var(--serif);
  font-weight:700;
  font-size:26px;
  line-height:1;
  box-shadow:0 12px 24px -18px rgba(0,0,0,.8);
}
.stage-item strong{
  display:block;
  font-size:15px;
  line-height:1.2;
  color:#fff2ef;
}
.stage-item p{
  margin-top:6px;
  color:#dfb9ad;
  font-size:12.5px;
  line-height:1.35;
}
.stage-empty{
  min-height:62px;
  border-top:1px solid rgba(255,210,190,.08);
  display:flex;
  align-items:center;
  justify-content:center;
  color:#d69a66;
}
.journey-system{
  margin-top:30px;
  border:1px solid rgba(216,86,82,.48);
  border-radius:16px;
  padding:26px 72px;
  display:grid;
  grid-template-columns:220px 1fr 380px 1fr 220px;
  align-items:center;
  gap:0;
  background:rgba(20,3,8,.28);
}
.system-box{
  border:1px solid rgba(216,86,82,.58);
  border-radius:12px;
  background:linear-gradient(180deg, rgba(80,10,20,.72), rgba(24,4,10,.68));
  text-align:center;
  min-height:126px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  padding:18px;
}
.system-box.main{min-height:150px;}
.system-ic{font-size:30px;color:#e8b475;margin-bottom:12px;line-height:1;}
.system-box h3{
  margin:0;
  font-family:var(--serif);
  font-size:18px;
  font-weight:400;
  text-transform:uppercase;
  letter-spacing:.03em;
  color:#fff2ef;
}
.system-box.main h3{font-size:25px;}
.system-box p{
  margin-top:10px;
  font-size:12.5px;
  line-height:1.45;
  color:#e8c5b9;
}
.system-box.main p{
  color:#eec38c;
  text-transform:uppercase;
  letter-spacing:.15em;
}
.system-line{
  height:1px;
  background:linear-gradient(90deg, transparent, rgba(246,177,137,.95), transparent);
  position:relative;
}
.system-line::before,
.system-line::after{
  content:"";
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:7px;
  height:7px;
  border-radius:50%;
  background:#ffd0a0;
  box-shadow:0 0 12px rgba(255,196,145,.9);
}
.system-line::before{left:0;}
.system-line::after{right:0;}
.journey-foot{
  margin-top:20px;
  text-align:center;
  color:#dca86e;
  font-size:11px;
  font-weight:600;
  letter-spacing:.35em;
  text-transform:uppercase;
}

/* ============ SOLUTION ============ */
.solution{
  position:relative;
  overflow:hidden;
  color:#fff2ef;
  background:
    radial-gradient(80% 66% at 50% 0%, rgba(110,15,28,.42), transparent 62%),
    radial-gradient(58% 52% at 12% 102%, rgba(93,13,27,.26), transparent 66%),
    linear-gradient(180deg,#140307 0%,#260711 48%,#140307 100%);
}
.solution::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg, rgba(0,0,0,.22), transparent 35%, rgba(0,0,0,.12)),
    radial-gradient(circle at 50% 18%, rgba(255,210,190,.05), transparent 38%);
  pointer-events:none;
}
.solution-wrap{
  position:relative;
  z-index:2;
  max-width:1280px;
  padding-top:var(--fold-y);
  padding-bottom:var(--fold-y);
}
.solution-kicker{
  width:max-content;
  margin:0 auto 22px;
  border:1px solid rgba(255,180,170,.62);
  border-radius:14px;
  padding:10px 42px;
  color:#fff0eb;
  font-size:12px;
  font-weight:500;
  letter-spacing:.44em;
  text-transform:uppercase;
}
.solution h2{
  max-width:980px;
  margin:0 auto;
  font-family:var(--serif);
  font-size:var(--title-section);
  font-weight:700;
  line-height:1.14;
  text-align:center;
  color:#f8f3ee;
  text-shadow:0 14px 34px rgba(0,0,0,.45);
}
.solution h2 span{color:#d85f6f;}
.solution-lead{
  max-width:740px;
  margin:22px auto 44px;
  color:#efe3e0;
  font-size:var(--lead-md);
  line-height:1.55;
  text-align:center;
}
.solution-lead strong{color:#e56473;}
.solution-steps{
  width:760px;
  max-width:100%;
  margin:0 auto;
  position:relative;
}
.solution-steps::before{
  content:"";
  position:absolute;
  left:245px;
  top:72px;
  bottom:72px;
  width:1px;
  background:linear-gradient(180deg, transparent, rgba(255,224,212,.7) 8%, rgba(255,224,212,.7) 92%, transparent);
}
.solution-step{
  display:grid;
  grid-template-columns:72px 138px 1fr;
  gap:18px;
  align-items:center;
  min-height:142px;
  position:relative;
}
.step-id{
  justify-self:end;
  width:50px;
  height:46px;
  border:1px solid rgba(230,96,111,.85);
  border-radius:8px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#e66574;
  background:rgba(25,3,9,.62);
  font-size:24px;
  font-weight:700;
  line-height:1;
}
.step-id::after{
  content:"";
  position:absolute;
  left:72px;
  width:58px;
  height:1px;
  background:rgba(230,96,111,.7);
}
.step-disc{
  width:118px;
  height:118px;
  border-radius:50%;
  border:2px solid rgba(255,244,237,.92);
  background:
    radial-gradient(circle at 38% 30%, #fff8f1, #f5e7dc 62%, #ead4c8 100%);
  color:#64121d;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:
    0 18px 40px -22px rgba(0,0,0,.75),
    0 0 0 1px rgba(98,18,29,.62) inset,
    0 0 38px rgba(255,222,206,.14);
  position:relative;
  z-index:2;
}
.step-disc svg{
  width:58px;
  height:58px;
}
.step-copy{
  padding-left:26px;
  padding-bottom:23px;
  border-bottom:1px solid rgba(255,180,165,.28);
}
.solution-step:last-child .step-copy{border-bottom:0;}
.step-copy h3{
  margin:0 0 8px;
  font-family:var(--serif);
  font-size:28px;
  font-weight:700;
  line-height:1.1;
  color:#f8f3ee;
}
.step-copy p{
  margin:0;
  max-width:360px;
  color:#efe2df;
  font-size:18px;
  line-height:1.45;
}
.solution-benefits{
  max-width:980px;
  margin:42px auto 26px;
  border:1px solid rgba(216,86,94,.58);
  border-radius:var(--radius-panel);
  display:grid;
  grid-template-columns:1fr 1fr;
  background:
    radial-gradient(circle at 20% 20%, rgba(145,26,43,.28), transparent 44%),
    linear-gradient(90deg, rgba(69,9,18,.74), rgba(30,5,10,.64));
  box-shadow:0 22px 56px -36px rgba(0,0,0,.9);
  overflow:hidden;
}
.solution-benefit{
  display:grid;
  grid-template-columns:94px 1fr;
  gap:22px;
  align-items:center;
  min-height:150px;
  padding:30px 50px;
}
.solution-benefit + .solution-benefit{border-left:1px solid rgba(255,210,200,.24);}
.benefit-big-ic{
  color:#e66574;
  font-size:62px;
  line-height:1;
  font-weight:400;
  text-align:center;
}
.solution-benefit h3{
  margin:0 0 10px;
  color:#fff2ef;
  font-size:21px;
  font-weight:700;
}
.solution-benefit p{
  margin:0;
  color:#e9d5d0;
  font-size:18px;
  line-height:1.45;
}
.crm-central{
  max-width:980px;
  margin:0 auto;
  border:1px solid rgba(230,96,111,.64);
  border-radius:var(--radius-panel);
  display:grid;
  grid-template-columns:230px 1fr;
  align-items:center;
  padding:34px 52px;
  background:
    radial-gradient(circle at 10% 50%, rgba(128,18,34,.34), transparent 36%),
    linear-gradient(90deg, rgba(65,8,18,.72), rgba(27,4,10,.7));
  box-shadow:0 22px 56px -36px rgba(0,0,0,.9);
}
.crm-visual{
  min-height:148px;
  border-right:1px solid rgba(255,210,200,.25);
  display:flex;
  align-items:center;
  justify-content:center;
  position:relative;
}
.crm-visual::before,
.crm-visual::after{
  content:"";
  position:absolute;
  border:1px solid rgba(230,96,111,.22);
  border-radius:50%;
}
.crm-visual::before{width:150px;height:150px;}
.crm-visual::after{width:112px;height:112px;}
.crm-db{
  width:72px;
  height:64px;
  border:3px solid #e66574;
  border-radius:50% / 18%;
  position:relative;
  z-index:2;
}
.crm-db::before,
.crm-db::after{
  content:"";
  position:absolute;
  left:-3px;
  right:-3px;
  height:22px;
  border:3px solid #e66574;
  border-radius:50%;
  background:transparent;
}
.crm-db::before{top:-3px;}
.crm-db::after{bottom:14px;border-top:0;}
.crm-copy{padding-left:52px;}
.crm-copy h3{
  margin:0 0 12px;
  color:#f8f3ee;
  font-size:34px;
  font-weight:700;
  letter-spacing:.22em;
  line-height:1.1;
  text-transform:uppercase;
}
.crm-copy h3 span{color:#d85f6f;}
.crm-copy p{
  margin:8px 0 0;
  color:#ead7d2;
  font-size:18px;
  line-height:1.45;
}
.crm-points{
  color:#fff2ef!important;
  font-size:20px!important;
}
.crm-copy strong{color:#e66574;}

/* ============ SOLUTION MAP ============ */
.solution-map{
  position:relative;
  display:grid;
  grid-template-columns:minmax(360px, 450px) 248px minmax(285px, 340px);
  gap:24px;
  align-items:center;
  justify-content:center;
  margin-top:52px;
}
.solution-map::before{
  content:"";
  position:absolute;
  left:29%;
  right:28%;
  top:50%;
  height:1px;
  background:linear-gradient(90deg, transparent, rgba(255,126,112,.8), transparent);
  filter:drop-shadow(0 0 8px rgba(255,126,112,.7));
  pointer-events:none;
}
.sol-tools{
  min-height:456px;
  position:relative;
}
.sol-tools::before{
  content:"";
  position:absolute;
  inset:30px 20px;
  border:1px dashed rgba(255,150,130,.35);
  border-radius:48% 52% 46% 54%;
  opacity:.8;
}
.sol-tool{
  position:absolute;
  width:148px;
  min-height:54px;
  border-radius:11px;
  background:rgba(255,255,255,.94);
  border:1px solid rgba(255,230,224,.65);
  display:grid;
  grid-template-columns:32px 1fr;
  gap:9px;
  align-items:center;
  padding:9px 11px;
  box-shadow:0 16px 34px -26px rgba(0,0,0,.85);
  z-index:2;
}
.sol-tool strong{
  display:block;
  color:#171013;
  font-size:12px;
  line-height:1.2;
}
.sol-tool span{
  display:block;
  margin-top:3px;
  color:#57474a;
  font-size:10.5px;
}
.sol-tools .s-google{left:19%;top:22px;}
.sol-tools .s-insta{left:0;top:118px;}
.sol-tools .s-meta{right:7%;top:68px;}
.sol-tools .s-sheets{left:0;top:252px;}
.sol-tools .s-site{left:36%;top:178px;}
.sol-tools .s-crm{right:0;top:252px;}
.sol-tools .s-whats{left:9%;bottom:18px;}
.sol-tools .s-analytics{left:43%;bottom:98px;}
.sol-tools .s-team{right:2%;bottom:18px;}
.sol-core{
  width:246px;
  height:246px;
  border-radius:50%;
  border:2px solid rgba(255,145,132,.88);
  background:
    radial-gradient(circle at 42% 24%, rgba(255,170,155,.16), transparent 38%),
    radial-gradient(circle at 50% 50%, rgba(104,14,27,.88), rgba(44,6,13,.92));
  box-shadow:
    0 0 0 1px rgba(255,160,145,.14),
    0 0 48px -10px rgba(255,110,100,.7),
    inset 0 0 48px rgba(0,0,0,.18);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:30px;
  position:relative;
  z-index:3;
  margin:0 auto;
}
.sol-core::before{
  content:"";
  position:absolute;
  inset:-18px;
  border-radius:50%;
  border:1px solid rgba(255,145,132,.18);
}
.sol-core-ic{
  color:#ff9b8e;
  font-size:38px;
  line-height:1;
  margin-bottom:18px;
}
.sol-core h3{
  color:#fff2ef;
  font-family:var(--sans);
  font-size:18px;
  font-weight:700;
  letter-spacing:.12em;
  line-height:1.35;
  text-transform:uppercase;
}
.sol-core p{
  margin-top:16px;
  color:#eccbc4;
  font-size:12.5px;
  line-height:1.45;
}
.sol-pillars{
  display:flex;
  flex-direction:column;
  gap:14px;
}
.sol-pillar{
  min-height:88px;
  border:1px solid rgba(219,88,86,.55);
  border-radius:14px;
  background:
    radial-gradient(circle at 18% 50%, rgba(130,25,36,.42), transparent 30%),
    linear-gradient(90deg, rgba(85,12,23,.74), rgba(42,6,13,.64));
  display:grid;
  grid-template-columns:58px 1fr;
  gap:14px;
  align-items:center;
  padding:16px 18px;
  position:relative;
}
.sol-pillar::before{
  content:"";
  position:absolute;
  left:-18px;
  top:50%;
  width:18px;
  height:1px;
  background:#ff7e70;
  box-shadow:0 0 8px rgba(255,126,112,.75);
}
.pillar-ic{
  width:52px;
  height:52px;
  border-radius:50%;
  background:rgba(130,28,40,.76);
  color:#ffd0c8;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:30px;
  line-height:1;
}
.sol-pillar h3{
  margin:0;
  color:#fff2ef;
  font-family:var(--sans);
  font-size:16px;
  font-weight:700;
  letter-spacing:.05em;
  text-transform:uppercase;
}
.sol-pillar p{
  margin-top:8px;
  color:#ead0c8;
  font-size:12.5px;
  line-height:1.45;
}
.solution-results{margin-top:64px;}
.results-title{
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  gap:34px;
  color:#ff9b8e;
}
.results-title span{height:1px;background:rgba(255,126,112,.32);}
.results-title strong{
  font-size:12px;
  font-weight:700;
  letter-spacing:.35em;
  text-transform:uppercase;
  white-space:nowrap;
}
.result-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
  margin-top:34px;
}
.result-box{
  min-height:150px;
  border:1px solid rgba(219,88,86,.48);
  border-radius:14px;
  background:linear-gradient(145deg, rgba(75,10,20,.68), rgba(31,5,11,.58));
  display:grid;
  grid-template-columns:78px 1fr;
  gap:20px;
  align-items:center;
  padding:24px 28px;
}
.result-ic{
  width:68px;
  height:68px;
  border-radius:50%;
  border:1px solid rgba(219,88,86,.5);
  color:#fff2ef;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:36px;
  line-height:1;
}
.result-box h3{
  margin:0;
  color:#fff2ef;
  font-family:var(--sans);
  font-size:16px;
  font-weight:700;
  letter-spacing:.05em;
  text-transform:uppercase;
}
.result-box p{
  margin-top:14px;
  color:#ead0c8;
  font-size:14px;
  line-height:1.55;
}

/* ============ SOLUTION BOARD ============ */
.solution-board{
  position:relative;
  width:100%;
  max-width:1280px;
  aspect-ratio:1280/520;
  margin:56px auto 0;
}
.solution-wires{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  overflow:visible;
  z-index:1;
  pointer-events:none;
}
.wire-left path{
  stroke:rgba(255,177,137,.66);
  stroke-width:1.2;
  stroke-dasharray:5 7;
  stroke-linecap:round;
  filter:drop-shadow(0 0 4px rgba(255,128,96,.24));
  opacity:.72;
}
.wire-right path{
  stroke:#ff8375;
  stroke-width:2;
  stroke-linecap:round;
  filter:drop-shadow(0 0 7px rgba(255,113,96,.72));
}
.wire-dots circle{
  fill:#ffb29d;
  filter:drop-shadow(0 0 8px rgba(255,141,112,.95));
}
.board-tool{
  position:absolute;
  z-index:3;
  width:158px;
  min-height:60px;
  border-radius:12px;
  background:rgba(255,255,255,.95);
  border:1px solid rgba(255,230,224,.72);
  display:grid;
  grid-template-columns:34px 1fr;
  gap:10px;
  align-items:center;
  padding:10px 12px;
  box-shadow:0 16px 34px -26px rgba(0,0,0,.88);
}
.board-tool .tool-logo{
  width:31px;
  height:31px;
  border-radius:8px;
  font-size:18px;
}
.board-tool .meta-logo{font-size:22px;}
.board-tool .site-logo{font-size:20px;}
.board-tool .crm-logo{font-size:11px;}
.board-tool strong{
  display:block;
  color:#171013;
  font-size:12px;
  line-height:1.2;
}
.board-tool span{
  display:block;
  margin-top:3px;
  color:#57474a;
  font-size:10.5px;
  line-height:1.2;
}
.bt-google{left:74px;top:38px;}
.bt-insta{left:0;top:140px;}
.bt-sheets{left:0;top:276px;}
.bt-whats{left:84px;top:414px;}
.bt-meta{left:310px;top:82px;}
.bt-site{left:206px;top:220px;}
.bt-analytics{left:300px;top:344px;}
.bt-crm{left:386px;top:248px;}
.bt-team{left:356px;top:438px;}
.board-core{
  position:absolute;
  left:700px;
  top:260px;
  z-index:3;
  width:254px;
  height:254px;
  transform:translate(-50%,-50%);
  border-radius:50%;
  border:2px solid rgba(255,145,132,.9);
  background:
    radial-gradient(circle at 42% 24%, rgba(255,170,155,.18), transparent 38%),
    radial-gradient(circle at 50% 50%, rgba(104,14,27,.9), rgba(44,6,13,.94));
  box-shadow:
    0 0 0 1px rgba(255,160,145,.16),
    0 0 50px -9px rgba(255,110,100,.72),
    inset 0 0 48px rgba(0,0,0,.18);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:30px;
}
.board-core::before{
  content:"";
  position:absolute;
  inset:-18px;
  border-radius:50%;
  border:1px solid rgba(255,145,132,.18);
}
.board-core-ic{
  color:#ff9b8e;
  font-size:39px;
  line-height:1;
  margin-bottom:18px;
}
.board-core h3{
  margin:0;
  color:#fff2ef;
  font-family:var(--sans);
  font-size:18px;
  font-weight:700;
  letter-spacing:.12em;
  line-height:1.35;
  text-transform:uppercase;
}
.board-core p{
  margin-top:16px;
  color:#eccbc4;
  font-size:12.5px;
  line-height:1.45;
}
.board-pillar{
  position:absolute;
  z-index:3;
  right:0;
  width:320px;
  min-height:90px;
  border:1px solid rgba(219,88,86,.58);
  border-radius:14px;
  background:
    radial-gradient(circle at 18% 50%, rgba(130,25,36,.46), transparent 30%),
    linear-gradient(90deg, rgba(85,12,23,.78), rgba(42,6,13,.66));
  display:grid;
  grid-template-columns:62px 1fr;
  gap:16px;
  align-items:center;
  padding:17px 20px;
}
.bp-one{top:45px;}
.bp-two{top:153px;}
.bp-three{top:261px;}
.bp-four{top:369px;}
.board-pillar h3{
  margin:0;
  color:#fff2ef;
  font-family:var(--sans);
  font-size:16px;
  font-weight:700;
  letter-spacing:.05em;
  text-transform:uppercase;
}
.board-pillar p{
  margin-top:8px;
  color:#ead0c8;
  font-size:12.5px;
  line-height:1.45;
}
.board-results{margin-top:58px;}

/* ============ FORM ============ */
.diag{padding:var(--fold-y) 0;position:relative;overflow:hidden;z-index:2;
  background:
    radial-gradient(58% 50% at 4% 96%, rgba(107,31,43,.06), transparent 60%),
    radial-gradient(56% 50% at 96% 86%, rgba(230,221,210,.55), transparent 62%),
    radial-gradient(72% 60% at 52% -4%, rgba(230,221,210,.50), transparent 64%),
    linear-gradient(180deg,#FAF7F2 0%,#f6eee6 100%);
}
.diag .wrap{position:relative;z-index:2;}
.diag-grid{display:grid;grid-template-columns:0.82fr 1.18fr;gap:54px;align-items:start;}

.diag-left .eyebrow{font-size:12px;font-weight:700;letter-spacing:2.4px;color:var(--accent-on-light);}
.diag-left h2{margin-top:18px;font-size:var(--title-section);font-weight:700;line-height:1.14;color:var(--ink);}
.diag-left h2 .hl{color:var(--accent-on-light);}
.diag-left .d-lead{margin-top:20px;font-size:var(--lead-md);color:var(--ink-soft);line-height:1.55;max-width:430px;}
.benefits{margin-top:34px;display:flex;flex-direction:column;gap:18px;}
.benefit{display:flex;align-items:center;gap:14px;font-size:14.5px;font-weight:700;color:#3b2429;}
.benefit .b-ic{width:38px;height:38px;border-radius:50%;background:var(--btn-grad);display:flex;align-items:center;justify-content:center;flex:0 0 auto;}
.benefit .b-ic svg{width:18px;height:18px;color:#fff;}

.form-card{background:#fff;border:1px solid var(--card-bd);border-radius:var(--radius-panel);padding:34px 36px 36px;box-shadow:0 26px 60px -30px rgba(90,12,22,.4);}
.form-card > .q,
.form-card > .submit:not(#next-step){display:none;}
.form-progress{margin-bottom:18px;}
.progress-copy{font-size:12px;font-weight:700;letter-spacing:1.8px;text-transform:uppercase;color:var(--accent-on-light);text-align:center;}
.progress-track{height:7px;background:#f1dfdf;border-radius:999px;margin-top:12px;overflow:hidden;}
.progress-track span{display:block;width:20%;height:100%;border-radius:999px;background:var(--btn-grad);transition:width .25s ease;}
.stepper{display:flex;align-items:center;justify-content:center;gap:0;margin-bottom:30px;}
.stepper .stp{width:34px;height:34px;border-radius:50%;border:1.5px solid #d9b8b8;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;color:#bb9b9b;font-family:var(--serif);background:#fff;}
.stepper .stp.on{background:var(--btn-grad);border-color:transparent;color:#fff;}
.stepper .stp.done{border-color:#b9505d;color:var(--accent-on-light);background:#fff7f6;}
.stepper .stp-line{width:90px;height:2px;border-top:1.5px dotted #d9b8b8;}

.form-step{display:none;min-height:236px;}
.form-step.is-active{display:block;}
.q{margin-bottom:22px;}
.q-label{font-size:18px;font-weight:700;color:#3b2429;margin-bottom:18px;line-height:1.35;}
.q-label .qn{color:var(--accent-on-light);font-weight:700;margin-right:5px;}
.opts{display:grid;grid-template-columns:1fr 1fr;gap:10px;}
.opt{
  width:100%;min-width:0;text-align:center;cursor:pointer;
  border:1.5px solid #ead7d7;border-radius:9px;padding:14px 12px;font-size:13.5px;font-weight:700;color:#5a4347;
  background:#fff;transition:all .15s ease;white-space:normal;line-height:1.3;font-family:var(--sans);
}
.opt:hover{border-color:#c98a8a;}
.opt.sel{background:var(--btn-grad);border-color:transparent;color:#fff;font-weight:700;}
.opt.full{flex-basis:100%;}
.inputs{display:flex;gap:12px;}
.inputs input{
  flex:1;border:1.5px solid #ead7d7;border-radius:9px;padding:14px 16px;font-size:14px;font-family:var(--sans);
  color:#3b2429;background:#fff;outline:none;
}
.inputs input::placeholder{color:#a98e91;}
.inputs input:focus{border-color:#c98a8a;}
.form-error{min-height:20px;margin-top:4px;font-size:12.5px;font-weight:700;color:var(--accent-on-light);text-align:center;}
.form-nav{display:grid;grid-template-columns:120px 1fr;gap:12px;margin-top:18px;}
.btn-back{
  border:1.5px solid #ead7d7;border-radius:11px;background:#fff;color:#5a4347;cursor:pointer;
  font-family:var(--sans);font-size:14.5px;font-weight:700;padding:16px 18px;
}
.btn-back:hover{border-color:#c98a8a;background:#fff7f6;}
.btn-back:disabled{opacity:.45;cursor:not-allowed;}
.submit{
  width:100%;margin-top:0;border:none;cursor:pointer;border-radius:11px;padding:19px;
  background:var(--btn-grad-h);color:#fff;font-family:var(--sans);font-size:17px;font-weight:700;
  display:flex;align-items:center;justify-content:center;gap:12px;
  box-shadow:0 16px 34px -14px rgba(120,15,30,.7);transition:transform .15s,box-shadow .2s;
}
.submit:hover{transform:translateY(-2px);box-shadow:0 22px 40px -14px rgba(120,15,30,.8);}
.form-foot{margin-top:18px;text-align:center;font-size:12.5px;color:var(--ink-faint);display:flex;align-items:center;justify-content:center;gap:7px;}
.form-foot svg{width:13px;height:13px;}

/* ============ PROCESS FOLD ============ */
.process-fold{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 50% 4%, rgba(255,255,255,.95), rgba(255,255,255,0) 34%),
    linear-gradient(180deg, #fff 0%, #fffaf9 50%, #fff 100%);
  color:var(--ink);
  padding:88px 0 74px;
  z-index:2;
}
.process-fold::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg, transparent 0, rgba(122,18,31,.04) 50%, transparent 100%),
    radial-gradient(circle at 50% 76%, rgba(122,18,31,.06), transparent 46%);
  pointer-events:none;
}
.process-wrap{
  position:relative;
  z-index:1;
}
.process-kicker{
  width:max-content;
  margin:0 auto 22px;
  color:var(--accent-on-light);
  font-size:15px;
  font-weight:700;
  letter-spacing:.3em;
  text-transform:uppercase;
  text-align:center;
}
.process-kicker::after{
  content:"";
  display:block;
  width:54px;
  height:2px;
  margin:14px auto 0;
  background:var(--accent-on-light);
  border-radius:999px;
}
.process-fold h2{
  max-width:1120px;
  margin:0 auto;
  text-align:center;
  color:#171114;
  font-size:clamp(40px,4.15vw,62px);
  line-height:1.16;
  letter-spacing:0;
}
.process-fold h2 span{
  color:var(--accent-on-light);
}
.process-lead{
  max-width:760px;
  margin:24px auto 52px;
  color:#4f484b;
  font-size:19px;
  line-height:1.55;
  text-align:center;
}
.process-timeline{
  position:relative;
  display:grid;
  grid-template-columns:repeat(4, minmax(0,1fr));
  gap:28px;
  align-items:start;
}
.process-timeline::before{
  content:"";
  position:absolute;
  left:calc(12.5% - 14px);
  right:calc(12.5% - 14px);
  top:74px;
  height:1px;
  background:linear-gradient(90deg, rgba(122,18,31,.12), rgba(122,18,31,.55), rgba(122,18,31,.12));
  z-index:0;
}
.process-card{
  position:relative;
  min-width:0;
  padding-top:66px;
  z-index:1;
}
.call-pill{
  position:absolute;
  left:50%;
  top:0;
  transform:translateX(-50%);
  min-width:136px;
  height:38px;
  padding:0 20px;
  border-radius:999px;
  background:#fbf4f3;
  color:var(--accent-on-light);
  box-shadow:0 16px 36px -28px rgba(90,12,22,.4);
  display:flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  font-size:14px;
  font-weight:700;
  letter-spacing:.02em;
  text-transform:uppercase;
  white-space:nowrap;
}
.call-pill svg{
  width:17px;
  height:17px;
  fill:none;
  stroke:currentColor;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.call-pill.continuous{
  background:var(--btn-grad-h);
  color:#fff;
  min-width:174px;
}
.step-badge{
  position:absolute;
  left:50%;
  top:52px;
  transform:translateX(-50%);
  width:58px;
  height:58px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  background:linear-gradient(150deg, #a51e2b 0%, #71101b 100%);
  box-shadow:0 18px 32px -22px rgba(122,18,31,.7);
  font-size:24px;
  font-weight:700;
  z-index:3;
}
.step-badge::before{
  content:"";
  position:absolute;
  left:50%;
  top:-52px;
  width:1px;
  height:52px;
  background:rgba(122,18,31,.24);
  z-index:-1;
}
.process-card:not(:last-child)::after{
  content:"";
  position:absolute;
  right:-20px;
  top:61px;
  width:28px;
  height:28px;
  border-radius:50%;
  background:linear-gradient(150deg, #9b1a28, #6f101b);
  box-shadow:0 12px 24px -16px rgba(122,18,31,.75);
  z-index:3;
}
.process-card:not(:last-child)::before{
  content:"";
  position:absolute;
  right:-12px;
  top:70px;
  width:8px;
  height:8px;
  border-top:3px solid #fff;
  border-right:3px solid #fff;
  transform:rotate(45deg);
  z-index:4;
}
.process-body{
  min-height:500px;
  padding:84px 32px 28px;
  border:1px solid rgba(122,18,31,.08);
  border-radius:12px;
  background:rgba(255,255,255,.86);
  box-shadow:0 24px 54px -38px rgba(90,12,22,.26);
  text-align:center;
  display:flex;
  flex-direction:column;
  align-items:center;
}
.process-icon{
  width:96px;
  height:96px;
  border-radius:50%;
  background:linear-gradient(145deg, #fbf4f2, #f6ebe8);
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--accent-on-light);
  margin-bottom:26px;
}
.process-icon svg{
  width:58px;
  height:58px;
  fill:none;
  stroke:currentColor;
  stroke-width:2.1;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.process-body h3{
  font-family:var(--sans);
  font-size:23px;
  line-height:1.14;
  color:#151012;
  letter-spacing:0;
  margin:0;
}
.process-body h3::after{
  content:"";
  display:block;
  width:52px;
  height:1px;
  margin:20px auto 0;
  background:var(--accent-on-light);
}
.process-body > p{
  margin-top:20px;
  min-height:104px;
  color:#20181b;
  font-size:16px;
  line-height:1.6;
}
.objective{
  width:100%;
  margin-top:auto;
  min-height:88px;
  padding:18px 20px;
  border-radius:10px;
  background:linear-gradient(135deg, #fbf5f3, #f8eeeb);
  display:grid;
  grid-template-columns:48px 1fr;
  gap:15px;
  align-items:center;
  text-align:left;
}
.objective svg{
  width:42px;
  height:42px;
  fill:none;
  stroke:var(--accent-on-light);
  stroke-width:2.1;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.objective strong{
  display:block;
  color:var(--accent-on-light);
  font-size:15px;
  font-weight:700;
}
.objective span{
  display:block;
  color:#2f2528;
  font-size:15px;
  line-height:1.35;
}
.process-bottom{
  margin-top:32px;
  padding:26px 40px;
  border-radius:14px;
  background:rgba(255,255,255,.88);
  border:1px solid rgba(122,18,31,.08);
  box-shadow:0 22px 50px -38px rgba(90,12,22,.22);
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:42px;
  align-items:center;
}
.process-note{
  display:grid;
  grid-template-columns:82px 1fr;
  gap:26px;
  align-items:center;
}
.process-note + .process-note{
  border-left:1px solid rgba(122,18,31,.14);
  padding-left:42px;
}
.note-icon{
  width:82px;
  height:82px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
}
.shield-icon{
  color:#fff;
  background:linear-gradient(150deg, #a51e2b, #71101b);
  box-shadow:0 20px 36px -24px rgba(122,18,31,.7);
}
.people-icon{
  color:var(--accent-on-light);
  background:#fbf3f1;
}
.note-icon svg{
  width:46px;
  height:46px;
  fill:none;
  stroke:currentColor;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.process-note h3{
  font-family:var(--sans);
  color:#171114;
  font-size:19px;
  line-height:1.25;
  margin:0 0 6px;
}
.process-note p{
  color:#2f2528;
  font-size:16px;
  line-height:1.5;
}

/* ============ RESPONSIVE ============ */
@media(max-width:980px){
  :root{
    --page-x:24px;
    --fold-y:74px;
    --title-hero:44px;
    --title-section:38px;
    --lead-lg:18px;
    --lead-md:17px;
  }
  .wrap{padding:0 var(--page-x);}
  .hero{min-height:auto;padding-bottom:64px;}
  .hero-grid{grid-template-columns:1fr;gap:46px;min-height:0;margin-top:62px;}
  .hero-copy{max-width:720px;}
  .hero-cta{margin-top:34px;}
  .hero-system{min-height:590px;}
  .system-orbit{width:min(540px, 100%);--core:226px;--inner:272px;--outer:376px;--disc:100px;--node-r:198px;--dot-r:136px;}
  .axis-y{height:calc(var(--outer) - 2px);}
  .axis-x{width:calc(var(--outer) - 2px);}
  .dot-top{top:calc(50% - var(--dot-r));}
  .dot-right{left:calc(50% + var(--dot-r));}
  .dot-bottom{top:calc(50% + var(--dot-r));}
  .dot-left{left:calc(50% - var(--dot-r));}
  .system-core{font-size:23px;}
  .system-core strong{font-size:23px;}
  .system-core small{max-width:180px;margin-top:18px;font-size:13px;}
  .pillar-disc svg{width:44px;height:44px;}
  .pillar-top{top:calc(50% - var(--node-r));}
  .pillar-right{left:calc(50% + var(--node-r));}
  .pillar-bottom{top:calc(50% + var(--node-r));}
  .pillar-left{left:calc(50% - var(--node-r));}
  .hero-benefits{max-width:600px;margin-top:32px;}
  .hero-benefit{font-size:12px;}
  .hero-benefit span{font-size:30px;}
  .hero-system.hero-map{min-height:600px;}
  .hero-structure-map{
    --map-size:560px;
    --core:268px;
    --core-half:134px;
    --node:112px;
    --gap:36px;
  }
  .map-core-card h3{font-size:24px;}
  .map-core-card p{font-size:14px;}
  .map-node strong{font-size:16px;}
  .node-icon{width:58px;height:58px;}
  .node-icon svg{width:32px;height:32px;}
  .structure-layout{margin-top:34px;grid-template-columns:1fr;gap:22px;min-height:0;max-width:620px;}
  .module-list{gap:12px;}
  .connector-map{display:none;}
  .structure-panels{gap:16px;}
  .structure-card{min-height:220px;}
  .orbit{margin-top:30px;max-width:600px;--node-size:17%;--core-size:44%;}
  .challenge-head h2{font-size:var(--title-section);}
  .challenge-head p{font-size:var(--lead-md);}
  .problem-grid{grid-template-columns:1fr;gap:42px;}
  .problem-copy{max-width:680px;}
  .tool-map{width:min(100%, 820px);margin:0 auto;}
  .tool-card{width:160px;min-height:60px;}
  .real-cards{grid-template-columns:repeat(2,minmax(0,1fr));}
  .real-title{grid-template-columns:1fr;gap:14px;text-align:center;}
  .real-title span{display:none;}
  .real-title strong{white-space:normal;line-height:1.6;}
  .growth-flow{grid-template-columns:repeat(2, minmax(0,1fr));gap:34px 18px;}
  .growth-card,.growth-card.is-final{min-height:260px;margin-top:0;}
  .flow-arrow{display:none;}
  .consequence{grid-template-columns:1fr 1fr;gap:18px;padding:28px;}
  .consequence-intro{grid-column:1 / -1;padding-right:0;}
  .consequence-item{border-left:0;padding:0;}
  .journey-inner{padding:60px 0 46px;}
  .journey-head h2{font-size:34px;}
  .journey-head p{font-size:13px;letter-spacing:.08em;}
  .journey-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;}
  .journey-wires{display:none;}
  .journey-stage{min-height:auto;}
  .journey-stage:not(:last-child)::before,
  .journey-stage:not(:last-child)::after{display:none;}
  .journey-system{grid-template-columns:1fr;gap:14px;padding:22px;}
  .system-line{height:38px;width:1px;margin:0 auto;}
  .solution-wrap{padding-top:var(--fold-y);padding-bottom:var(--fold-y);}
  .solution h2{font-size:var(--title-section);}
  .solution-lead{font-size:var(--lead-md);}
  .solution-map{
    grid-template-columns:minmax(300px, 360px) 220px minmax(260px, 300px);
    gap:18px;
    max-width:940px;
    margin:42px auto 0;
  }
  .sol-tools{min-height:420px;}
  .sol-tool{width:132px;min-height:50px;padding:8px 9px;grid-template-columns:28px 1fr;}
  .sol-tool strong{font-size:11px;}
  .sol-tool span{font-size:9.5px;}
  .sol-tool .tool-logo{width:26px;height:26px;font-size:15px;}
  .sol-core{width:218px;height:218px;padding:26px;}
  .sol-core h3{font-size:15px;}
  .sol-core p{font-size:11.5px;}
  .sol-pillars{width:100%;}
  .sol-pillar{min-height:78px;grid-template-columns:46px 1fr;gap:12px;padding:13px 14px;}
  .pillar-ic{width:42px;height:42px;font-size:24px;}
  .sol-pillar h3{font-size:13px;}
  .sol-pillar p{font-size:10.8px;line-height:1.35;}
  .sol-pillar::before{left:-12px;width:12px;}
  .result-grid{grid-template-columns:1fr;}
  .results-title{grid-template-columns:1fr;gap:14px;text-align:center;}
  .results-title span{display:none;}
  .results-title strong{white-space:normal;line-height:1.6;}
  .solution-board{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:12px;
    aspect-ratio:auto;
    max-width:720px;
    margin-top:42px;
  }
  .solution-wires{display:none;}
  .board-tool{
    position:relative;
    left:auto!important;
    right:auto!important;
    top:auto!important;
    bottom:auto!important;
    transform:none!important;
    width:100%;
    min-height:56px;
    grid-template-columns:28px 1fr;
    gap:8px;
    padding:8px 9px;
  }
  .board-tool .tool-logo{width:26px;height:26px;font-size:15px;}
  .board-tool strong{font-size:10.5px;}
  .board-tool span{font-size:9.5px;}
  .board-core{
    position:relative;
    left:auto!important;
    top:auto!important;
    transform:none!important;
    grid-column:1 / -1;
    width:218px;
    height:218px;
    padding:26px;
    margin:18px auto;
  }
  .board-core h3{font-size:15px;}
  .board-core p{font-size:11.5px;}
  .board-pillar{
    position:relative;
    left:auto!important;
    right:auto!important;
    top:auto!important;
    bottom:auto!important;
    transform:none!important;
    grid-column:1 / -1;
    width:292px;
    min-height:78px;
    grid-template-columns:46px 1fr;
    gap:12px;
    padding:13px 14px;
  }
  .board-pillar h3{font-size:13px;}
  .board-pillar p{font-size:10.8px;line-height:1.35;}
  .solution-steps{width:680px;}
  .solution-steps::before{left:207px;}
  .solution-step{grid-template-columns:60px 112px 1fr;gap:14px;min-height:126px;}
  .step-id{width:44px;height:42px;font-size:20px;}
  .step-id::after{left:60px;width:48px;}
  .step-disc{width:96px;height:96px;}
  .step-disc svg{width:48px;height:48px;}
  .step-copy{padding-left:18px;padding-bottom:20px;}
  .step-copy h3{font-size:27px;}
  .step-copy p{font-size:18px;}
  .solution-benefits{grid-template-columns:1fr;margin-top:34px;}
  .solution-benefit{min-height:0;padding:28px 34px;}
  .solution-benefit + .solution-benefit{border-left:0;border-top:1px solid rgba(255,210,200,.24);}
  .crm-central{grid-template-columns:1fr;padding:30px 34px;}
  .crm-visual{border-right:0;border-bottom:1px solid rgba(255,210,200,.25);margin-bottom:28px;padding-bottom:26px;}
  .crm-copy{padding-left:0;text-align:center;}
  .method-flow,.flow-cols-cap{grid-template-columns:1fr;}
  .big-arrow{transform:rotate(90deg);}
  .diag-grid{grid-template-columns:1fr;gap:36px;}
  .process-fold{padding:76px 0 64px;}
  .process-fold h2 br{display:none;}
  .process-lead{margin-bottom:42px;}
  .process-timeline{
    grid-template-columns:repeat(2, minmax(0,1fr));
    gap:28px 24px;
  }
  .process-timeline::before,
  .process-card:not(:last-child)::before,
  .process-card:not(:last-child)::after{
    display:none;
  }
  .process-body{min-height:460px;}
  .process-bottom{
    grid-template-columns:1fr;
    gap:24px;
    padding:26px;
  }
  .process-note + .process-note{
    border-left:0;
    border-top:1px solid rgba(122,18,31,.14);
    padding-left:0;
    padding-top:24px;
  }
}

@media(max-width:640px){
  :root{
    --page-x:22px;
    --fold-y:64px;
    --title-hero:36px;
    --title-section:30px;
    --lead-lg:16px;
    --lead-md:16px;
  }
  .hero-top{gap:18px;align-items:flex-start;}
  .brand .brand-name{font-size:25px;}
  .brand .brand-sub{font-size:9px;letter-spacing:2px;}
  .badge{font-size:9px;letter-spacing:1px;padding:8px 10px;}
  .hero-grid{margin-top:52px;gap:34px;}
  .hero-copy h1{line-height:1.18;}
  .hero-mark{margin:24px 0 24px;}
  .hero-lead{line-height:1.6;}
  .hero-cta{gap:12px;}
  .btn{width:100%;justify-content:center;padding:16px 18px;font-size:14px;}
  .hero-system{min-height:450px;}
  .system-orbit{width:min(330px, 100%);--core:128px;--inner:158px;--outer:230px;--disc:60px;--node-r:118px;--dot-r:78px;}
  .axis-y{height:calc(var(--outer) - 2px);}
  .axis-x{width:calc(var(--outer) - 2px);}
  .dot-top{top:calc(50% - var(--dot-r));}
  .dot-right{left:calc(50% + var(--dot-r));}
  .dot-bottom{top:calc(50% + var(--dot-r));}
  .dot-left{left:calc(50% - var(--dot-r));}
  .system-dot{width:7px;height:7px;}
  .system-core{font-size:16px;letter-spacing:.14em;}
  .system-core strong{font-size:16px;letter-spacing:.1em;}
  .system-core small{max-width:116px;margin-top:10px;font-size:10px;line-height:1.35;}
  .pillar{gap:9px;}
  .pillar-label{font-size:10px;letter-spacing:.12em;}
  .pillar-disc svg{width:28px;height:28px;}
  .pillar-top{top:calc(50% - var(--node-r));}
  .pillar-right{left:calc(50% + var(--node-r));}
  .pillar-bottom{top:calc(50% + var(--node-r));}
  .pillar-left{left:calc(50% - var(--node-r));}
  .hero-benefits{grid-template-columns:1fr;gap:14px;margin-top:24px;max-width:280px;}
  .hero-benefit{min-height:0;font-size:11px;}
  .hero-benefit + .hero-benefit{border-left:0;border-top:1px solid rgba(255,116,106,.38);padding-top:14px;}
  .hero-benefit span{font-size:26px;}
  .hero-system.hero-map{min-height:390px;}
  .hero-structure-map{
    --map-size:342px;
    --core:160px;
    --core-half:80px;
    --node:64px;
    --gap:22px;
  }
  .map-orbit{width:74%;height:74%;}
  .map-core-card{border-radius:15px;padding:15px 14px;}
  .core-symbol{width:28px;height:28px;margin-bottom:8px;}
  .map-core-card h3{font-size:15px;line-height:1.1;}
  .core-rule{width:72px;margin:9px auto 7px;}
  .core-rule span{width:7px;height:7px;}
  .map-core-card p{font-size:10px;line-height:1.35;}
  .map-node{border-radius:12px;gap:8px;}
  .map-node::after{width:40px;height:4px;}
  .node-left::after,
  .node-right::after{width:4px;height:42px;}
  .node-icon{width:42px;height:42px;}
  .node-icon svg{width:25px;height:25px;}
  .map-node strong{font-size:11px;letter-spacing:.04em;}
  .map-line span{width:8px;height:8px;}
  .structure-layout{max-width:100%;}
  .module-card{grid-template-columns:44px 1fr;padding:10px 14px;min-height:58px;}
  .module-ic{width:36px;height:36px;}
  .module-ic svg{width:23px;height:23px;}
  .module-letter{font-size:28px;}
  .module-card h3{font-size:14px;}
  .module-card p{font-size:12px;}
  .structure-card{min-height:200px;padding:24px 20px;}
  .structure-card h3{font-size:26px;}
  .structure-card p{font-size:12px;}
  .result-card{padding:22px 24px;}
  .result-card p{font-size:15px;}
  .orbit{--node-size:16%;--core-size:43%;--node-title-size:clamp(7px,2vw,9px);--core-title-size:clamp(18px,5.6vw,24px);--core-sub-size:clamp(5.8px,1.7vw,7px);}
  .node .n-title{margin-top:6.5%;}
  .orbit-center .oc-sub{letter-spacing:.12em;}
  .challenge-head h2{font-size:var(--title-section);}
  .challenge-head p{font-size:var(--lead-md);}
  .problem-kicker{font-size:11px;}
  .problem-mark{margin:22px 0 28px;}
  .problem-copy p{font-size:16px;margin-top:26px;}
  .tool-map{
    min-height:0;
    display:grid;
    grid-template-columns:1fr;
    gap:12px;
  }
  .tool-lines,
  .chaos-mark,
  .scribble{display:none;}
  .no-structure{
    position:relative;
    left:auto;
    top:auto;
    transform:none;
    width:150px;
    height:150px;
    margin:0 auto 12px;
    order:-1;
  }
  .tool-card{
    position:relative;
    left:auto!important;
    right:auto!important;
    top:auto!important;
    bottom:auto!important;
    min-width:0;
    width:100%;
  }
  .real-consequences{margin-top:48px;}
  .real-cards{grid-template-columns:1fr;gap:14px;}
  .real-card{min-height:0;padding:24px 20px;}
  .growth-flow{grid-template-columns:1fr;margin-top:48px;}
  .growth-card{min-height:240px;padding:50px 22px 26px;}
  .consequence{grid-template-columns:1fr;}
  .consequence-item{grid-template-columns:44px 1fr;}
  .journey-head h2{font-size:28px;}
  .journey-grid{grid-template-columns:1fr;}
  .journey-stage{padding:20px 18px;}
  .journey-system{padding:18px;}
  .system-box.main h3{font-size:21px;}
  .journey-foot{font-size:9px;letter-spacing:.18em;}
  .solution-kicker{padding:9px 24px;font-size:10px;letter-spacing:.34em;}
  .solution h2{font-size:var(--title-section);}
  .solution-lead{font-size:var(--lead-md);margin-bottom:34px;}
  .solution-board{grid-template-columns:1fr;max-width:360px;margin-top:34px;}
  .board-tool,
  .board-core,
  .board-pillar{
    position:relative;
    left:auto!important;
    right:auto!important;
    top:auto!important;
    bottom:auto!important;
    transform:none!important;
    width:100%;
  }
  .board-core{
    order:10;
    width:220px;
    height:220px;
    margin:14px auto;
  }
  .board-pillar{order:20;}
  .bp-two{order:21;}
  .bp-three{order:22;}
  .bp-four{order:23;}
  .bt-google{order:1;}
  .bt-insta{order:2;}
  .bt-meta{order:3;}
  .bt-sheets{order:4;}
  .bt-site{order:5;}
  .bt-crm{order:6;}
  .bt-whats{order:7;}
  .bt-analytics{order:8;}
  .bt-team{order:9;}
  .board-tool{min-height:56px;}
  .board-results{margin-top:42px;}
  .solution-map{grid-template-columns:1fr;gap:28px;max-width:360px;margin-top:36px;}
  .solution-map::before{display:none;}
  .sol-tools{
    min-height:0;
    display:grid;
    grid-template-columns:1fr;
    gap:12px;
  }
  .sol-tools::before{display:none;}
  .sol-pillars{max-width:360px;margin:0 auto;width:100%;}
  .sol-pillar::before{display:none;}
  .sol-tool{
    position:relative;
    left:auto!important;
    right:auto!important;
    top:auto!important;
    bottom:auto!important;
    width:100%;
  }
  .sol-core{width:210px;height:210px;padding:26px;}
  .sol-core-ic{font-size:34px;margin-bottom:12px;}
  .sol-core h3{font-size:16px;}
  .sol-core p{font-size:12px;}
  .sol-pillar{grid-template-columns:52px 1fr;padding:16px;}
  .pillar-ic{width:48px;height:48px;font-size:27px;}
  .result-box{grid-template-columns:1fr;text-align:center;padding:24px 20px;}
  .result-ic{margin:0 auto;width:64px;height:64px;font-size:32px;}
  .solution-steps::before{left:99px;top:54px;bottom:54px;}
  .solution-step{grid-template-columns:46px 72px 1fr;gap:12px;min-height:112px;}
  .step-id{width:40px;height:38px;font-size:17px;}
  .step-id::after{left:46px;width:28px;}
  .step-disc{width:72px;height:72px;}
  .step-disc svg{width:36px;height:36px;}
  .step-copy{padding-left:10px;padding-bottom:16px;}
  .step-copy h3{font-size:22px;}
  .step-copy p{font-size:15px;}
  .solution-benefit{grid-template-columns:58px 1fr;gap:16px;padding:24px 20px;}
  .benefit-big-ic{font-size:42px;}
  .solution-benefit h3{font-size:18px;}
  .solution-benefit p{font-size:15px;}
  .crm-central{padding:26px 20px;}
  .crm-visual{min-height:118px;}
  .crm-visual::before{width:118px;height:118px;}
  .crm-visual::after{width:88px;height:88px;}
  .crm-db{width:58px;height:52px;}
  .crm-copy h3{font-size:26px;letter-spacing:.16em;}
  .crm-points{font-size:16px!important;}
  .crm-copy p{font-size:15px;}
  .form-card{padding:28px 20px 30px;}
  .stepper .stp{width:28px;height:28px;font-size:11px;}
  .stepper .stp-line{width:24px;}
  .form-step{min-height:0;}
  .q-label{font-size:16px;}
  .opts{grid-template-columns:1fr;}
  .inputs{flex-direction:column;}
  .form-nav{grid-template-columns:1fr;}
  .btn-back{order:2;}
  .submit{order:1;}
  .process-fold{padding:64px 0 54px;}
  .process-kicker{font-size:11px;letter-spacing:.28em;margin-bottom:18px;}
  .process-fold h2{font-size:var(--title-section);line-height:1.18;}
  .process-lead{font-size:16px;margin:20px auto 34px;}
  .process-timeline{grid-template-columns:1fr;gap:20px;}
  .process-card{padding-top:58px;}
  .call-pill{height:34px;min-width:120px;font-size:12px;}
  .call-pill.continuous{min-width:150px;}
  .step-badge{top:44px;width:50px;height:50px;font-size:20px;}
  .step-badge::before{height:44px;top:-44px;}
  .process-body{min-height:0;padding:72px 20px 22px;}
  .process-icon{width:78px;height:78px;margin-bottom:20px;}
  .process-icon svg{width:46px;height:46px;}
  .process-body h3{font-size:22px;}
  .process-body > p{min-height:0;font-size:15px;}
  .objective{grid-template-columns:42px 1fr;padding:16px;gap:12px;}
  .objective svg{width:38px;height:38px;}
  .process-bottom{margin-top:22px;padding:20px;}
  .process-note{grid-template-columns:1fr;text-align:center;gap:14px;}
  .note-icon{width:70px;height:70px;margin:0 auto;}
  .note-icon svg{width:40px;height:40px;}
  .process-note h3{font-size:17px;}
  .process-note p{font-size:15px;}
}

/* ============ LEGAL PAGES + FOOTER ============ */
.site-footer{
  background:#150307;
  color:#d8bfbd;
  border-top:1px solid rgba(231,170,166,.14);
  padding:28px 0;
}
.site-footer-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
}
.site-footer p{
  margin:0;
  color:#b99593;
  font-size:13px;
}
.footer-links{
  display:flex;
  flex-wrap:wrap;
  gap:14px 24px;
  justify-content:flex-end;
}
.footer-links a{
  color:#eadad8;
  font-size:13px;
  font-weight:600;
  transition:color .18s ease;
}
.footer-links a:hover{
  color:#dd6a5f;
}
.legal-page{
  min-height:100vh;
  background:
    radial-gradient(70% 54% at 82% 0%, rgba(122,19,34,.34), transparent 65%),
    linear-gradient(180deg,#180409 0%,#2a0812 34%,#fdf6f5 34%,#fdf6f5 100%);
  color:var(--ink);
}
.legal-shell{
  width:min(100%, 980px);
  margin:0 auto;
  padding:36px 24px 72px;
}
.legal-nav{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  margin-bottom:34px;
  color:#f6e9e8;
}
.legal-brand{
  font-family:var(--serif);
  font-size:26px;
  font-weight:700;
}
.legal-back{
  border:1px solid rgba(231,170,166,.34);
  border-radius:8px;
  padding:10px 14px;
  color:#f0dcda;
  font-size:13px;
  font-weight:700;
}
.legal-card{
  background:rgba(255,255,255,.96);
  border:1px solid rgba(122,18,31,.10);
  border-radius:16px;
  box-shadow:0 26px 70px -42px rgba(40,4,12,.42);
  padding:clamp(28px, 5vw, 58px);
}
.legal-kicker{
  color:var(--accent-on-light);
  font-size:12px;
  font-weight:700;
  letter-spacing:.22em;
  text-transform:uppercase;
}
.legal-card h1{
  margin-top:12px;
  color:#1c1114;
  font-size:clamp(34px, 5vw, 54px);
}
.legal-updated{
  margin-top:14px;
  color:var(--ink-faint);
  font-size:14px;
  font-weight:700;
}
.legal-card h2{
  margin-top:34px;
  color:#241318;
  font-family:var(--sans);
  font-size:22px;
  line-height:1.3;
}
.legal-card p,
.legal-card li{
  color:#3a2b2f;
  font-size:16px;
  line-height:1.75;
}
.legal-card p{
  margin-top:18px;
}
.legal-card ul{
  margin:14px 0 0;
  padding-left:22px;
}
.legal-card li + li{
  margin-top:7px;
}
.legal-card a{
  color:var(--accent-on-light);
  font-weight:700;
  text-decoration:underline;
  text-underline-offset:3px;
}

@media(max-width:640px){
  .site-footer-inner,
  .legal-nav{
    align-items:flex-start;
    flex-direction:column;
  }
  .footer-links{
    justify-content:flex-start;
  }
  .legal-shell{
    padding:26px 18px 48px;
  }
  .legal-card{
    border-radius:12px;
  }
  .legal-card p,
  .legal-card li{
    font-size:15px;
  }
}
