:root {
  --canvas: #fffdfa;
  --canvas-warm: #fff9f1;
  --paper: #ffffff;
  --paper-soft: rgba(255,255,255,.92);
  --ink: #20272f;
  --ink-2: #445263;
  --muted: #647184;
  --line: #e5e9ee;
  --line-strong: #d7dde4;
  --red: #ff4b22;
  --orange: #ff7a18;
  --green: #15aa50;
  --blue: #2d6df6;
  --purple: #7148e8;
  --yellow: #f0a800;
  --mint: #edf9f2;
  --sky: #eef5ff;
  --peach: #fff2ea;
  --warning: #fff8df;
  --shadow-sm: 0 8px 24px rgba(32,39,47,.055);
  --shadow-md: 0 18px 42px rgba(32,39,47,.08);
  --r-sm: 10px;
  --r-md: 16px;
  --r-lg: 22px;
  --page: 1460px;
  --header-h: 86px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background:
    radial-gradient(circle at 77% 0%, rgba(255,203,111,.18), transparent 28rem),
    radial-gradient(circle at 3% 24%, rgba(255,75,34,.035), transparent 22rem),
    var(--canvas);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input { font: inherit; }
h1,h2,h3,h4,h5,h6,.nav-link,.btn,.eyebrow,.brand-label,.toc-title,.toc-link,.meta-label,.footer-title {
  font-family: "Plus Jakarta Sans", Inter, system-ui, sans-serif;
}
h1,h2,h3,h4 { margin: 0; letter-spacing: -.035em; line-height: 1.12; }
p { margin: 0; color: var(--muted); line-height: 1.62; }
.container { width: min(calc(100% - 48px), var(--page)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 999; background: var(--ink); color:#fff; padding: 10px 14px; border-radius: 8px; }
.skip-link:focus { top: 16px; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,253,250,.84);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid transparent;
  transition: .2s ease;
}
.site-header.scrolled { border-color: rgba(32,39,47,.08); box-shadow: 0 7px 24px rgba(32,39,47,.04); }
.header-inner { min-height: var(--header-h); display: grid; grid-template-columns: 290px 1fr 230px; align-items: center; gap: 28px; }
.logo { display:block; width: 245px; max-width:100%; }
.logo img { width:100%; height:auto; }
.desktop-nav { display:flex; justify-content:center; align-items:center; gap: 46px; }
.nav-link { position:relative; padding: 12px 0; font-size: .96rem; font-weight: 500; white-space: nowrap; }
.nav-link:hover, .nav-link.active { color:#111; }
.nav-link.active::after { content:""; position:absolute; height:2px; left:0; right:0; bottom:3px; background: linear-gradient(90deg,var(--red),var(--orange)); border-radius: 99px; }
.header-cta { justify-self:end; }
.btn { min-height: 50px; padding: 0 24px; display:inline-flex; align-items:center; justify-content:center; gap:10px; border:1px solid transparent; border-radius:9px; font-weight:600; font-size:.95rem; transition:.18s ease; cursor:pointer; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { color:#fff; background: linear-gradient(135deg,var(--red),var(--orange)); box-shadow:0 12px 24px rgba(255,75,34,.18); }
.btn-outline { background:#fff; border-color:#cfd6de; color:var(--ink); }
.btn-text { padding:0; min-height:auto; border:0; background:transparent; color:var(--red); }
.hamburger { display:none; justify-self:end; width:46px; height:46px; border-radius:50%; background:#fff; border:1px solid var(--line-strong); position:relative; cursor:pointer; }
.hamburger i,.hamburger::before,.hamburger::after { content:""; position:absolute; left:12px; right:12px; height:2px; background:var(--ink); border-radius:99px; transition:.2s; }
.hamburger::before { top:15px; }.hamburger i { top:22px; }.hamburger::after { top:29px; }
.hamburger.open::before { top:22px; transform:rotate(45deg); }.hamburger.open i { opacity:0; }.hamburger.open::after { top:22px; transform:rotate(-45deg); }
.drawer-backdrop { position:fixed; inset:0; z-index:109; background:rgba(22,28,34,.26); backdrop-filter:blur(2px); opacity:0; pointer-events:none; transition:.2s; }
.drawer { position:fixed; z-index:110; inset:0 auto 0 0; width:min(86vw,360px); background:#fffdfa; transform:translateX(-102%); transition:.24s ease; box-shadow:0 24px 64px rgba(0,0,0,.16); display:flex; flex-direction:column; }
.drawer.open { transform:translateX(0); }.drawer-backdrop.open { opacity:1; pointer-events:auto; }
.drawer-head { min-height:86px; padding:18px; display:flex; align-items:center; justify-content:space-between; border-bottom:1px solid var(--line); }
.drawer-head .logo { width:210px; }.drawer-menu { padding:16px 22px; display:grid; }
.drawer-menu a { padding:17px 0; border-bottom:1px solid var(--line); font-family:"Plus Jakarta Sans",sans-serif; font-weight:500; }
.drawer-menu a.active { color:var(--red); }.drawer-action { margin-top:auto; padding:20px; border-top:1px solid var(--line); }.drawer-action .btn { width:100%; }

/* Home */
.home-main { overflow:hidden; }
.hero { padding: 58px 0 44px; }
.hero-grid { display:grid; grid-template-columns:minmax(430px,.78fr) minmax(700px,1.22fr); gap:62px; align-items:center; }
.eyebrow { display:flex; align-items:center; gap:10px; text-transform:uppercase; letter-spacing:.16em; font-size:.76rem; font-weight:700; color:#586879; margin-bottom:20px; }
.eyebrow::before { content:""; width:30px; height:1px; background:#b8c0c9; }
.hero h1 { font-size:clamp(2.05rem,2.65vw,2.9rem); font-weight:500; max-width:14ch; margin-bottom:24px; }
.hero h1 .blue { color:var(--blue); }.hero h1 .red { color:#ed1f24; }.hero h1 .green { color:#0d9c42; }
.hero-lead { max-width:52ch; font-size:1.05rem; margin-bottom:26px; }
.hero-actions { display:flex; gap:14px; margin-bottom:24px; }
.trust { display:flex; gap:12px; align-items:flex-start; max-width:480px; font-size:.91rem; color:var(--muted); }
.trust .icon-line { flex:0 0 auto; margin-top:2px; }
.product-window { background:#fff; border:1px solid #dfe4ea; border-radius:17px; overflow:hidden; box-shadow:var(--shadow-md); }
.product-toolbar { min-height:62px; padding:0 17px; display:grid; grid-template-columns:190px minmax(220px,340px) 1fr; gap:16px; align-items:center; border-bottom:1px solid var(--line); }
.product-name { display:flex; align-items:center; gap:8px; font-family:"Plus Jakarta Sans",sans-serif; font-weight:700; font-size:.91rem; }
.product-name img { width:25px; height:25px; object-fit:contain; object-position:left; }
.search { height:38px; border:1px solid var(--line); border-radius:8px; background:#fbfcfd; color:#8b96a3; display:flex; align-items:center; gap:8px; padding:0 12px; font-size:.82rem; }
.toolbar-icons { justify-self:end; display:flex; align-items:center; gap:11px; color:#536173; }
.toolbar-avatar { width:28px; height:28px; border-radius:50%; background:linear-gradient(135deg,#252d35,#f3a16f); }
.inbox { min-height:470px; display:grid; grid-template-columns:31% 69%; }
.conversation-list { border-right:1px solid var(--line); background:#fff; }
.list-head { height:51px; padding:0 14px; display:flex; align-items:center; justify-content:space-between; border-bottom:1px solid var(--line); font-family:"Plus Jakarta Sans",sans-serif; font-weight:700; font-size:.82rem; }
.filter { border:1px solid var(--line); border-radius:7px; padding:6px 9px; color:var(--muted); font-size:.72rem; font-weight:500; }
.conversation { padding:12px 13px; display:grid; grid-template-columns:34px 1fr auto; gap:10px; border-bottom:1px solid #f0f2f4; align-items:start; }
.conversation.active { background:#f6fbf8; box-shadow:inset 3px 0 var(--green); }
.avatar { width:34px; height:34px; border-radius:50%; display:grid; place-items:center; color:#fff; font-weight:700; font-size:.68rem; background:var(--red); }
.avatar.orange{background:#f7981d}.avatar.purple{background:#6545cc}.avatar.green{background:#507b23}.avatar.blue{background:#1879a5}
.c-name { font-family:"Plus Jakarta Sans",sans-serif; font-weight:700; font-size:.77rem; margin-bottom:3px; display:flex; gap:5px; align-items:center; }.online-dot { width:6px;height:6px;border-radius:50%;background:var(--green); }
.c-preview { color:var(--muted); font-size:.69rem; line-height:1.35; }.c-time { color:#8994a0; font-size:.61rem; white-space:nowrap; }
.view-all { padding:15px; font-size:.68rem; color:#526174; }
.chat { background:#faf9f7; display:flex; flex-direction:column; min-width:0; }
.chat-head { min-height:62px; padding:0 17px; display:flex; align-items:center; justify-content:space-between; border-bottom:1px solid var(--line); background:#fff; }
.chat-person { display:flex; align-items:center; gap:10px; }.chat-person .avatar { width:38px;height:38px; }.chat-person strong { display:block; font-family:"Plus Jakarta Sans",sans-serif; font-size:.86rem; }.connected { color:var(--green); font-size:.67rem; font-weight:600; }
.assigned { color:#687586; font-size:.68rem; }
.messages { flex:1; padding:20px; display:grid; align-content:start; gap:15px; background-color:#faf8f3; background-image:radial-gradient(#eceae4 1px,transparent 1px); background-size:16px 16px; }
.bubble { max-width:67%; padding:12px 14px 10px; border-radius:10px; font-size:.8rem; line-height:1.45; box-shadow:0 5px 14px rgba(32,39,47,.05); }.bubble.in { background:#fff; }.bubble.out { margin-left:auto; background:#dff4d3; }.bubble time { display:block; margin-top:6px; text-align:right; font-size:.58rem; color:#83908e; }
.composer { height:58px; margin:0 17px 16px; border:1px solid var(--line); border-radius:9px; background:#fff; padding:0 9px 0 13px; display:flex; align-items:center; gap:10px; color:#9aa3ad; font-size:.74rem; }.composer .input { flex:1; }.send { width:39px;height:39px;border:0;border-radius:8px;display:grid;place-items:center;color:#fff;background:linear-gradient(135deg,#16a74d,#25c568); }
.benefit-row { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; margin-top:38px; }
.info-card,.feature-card,.step-card { background:rgba(255,255,255,.9); border:1px solid var(--line); border-radius:14px; box-shadow:var(--shadow-sm); }
.info-card { padding:20px; display:grid; grid-template-columns:58px 1fr; gap:18px; align-items:center; }.info-card h3,.feature-card h3,.step-card h3 { font-size:.96rem; font-weight:700; margin-bottom:6px; }.info-card p,.feature-card p,.step-card p { font-size:.8rem; }
.icon-box { width:52px;height:52px;border-radius:13px;display:grid;place-items:center;border:1px solid; }.icon-green{color:var(--green);background:var(--mint);border-color:#bde8cd}.icon-blue{color:var(--blue);background:var(--sky);border-color:#cbdcff}.icon-red{color:var(--red);background:#fff0ec;border-color:#ffcfc3}.icon-orange{color:var(--orange);background:#fff4e9;border-color:#ffd8bb}.icon-purple{color:var(--purple);background:#f4f0ff;border-color:#ddd1ff}.icon-yellow{color:var(--yellow);background:#fff9e6;border-color:#fae3a1}
.home-section { padding: 42px 0; }
.section-head { text-align:center; max-width:780px; margin:0 auto 30px; }.section-head .eyebrow { justify-content:center; margin-bottom:12px; }.section-head h2 { font-size:2.1rem; font-weight:500; margin-bottom:9px; }.section-head p { font-size:.9rem; }
.feature-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:20px; }.feature-card { padding:22px; }.feature-card .icon-box { width:48px;height:48px;margin-bottom:17px; }.feature-link { display:inline-flex; align-items:center; gap:7px; margin-top:14px; font-family:"Plus Jakarta Sans",sans-serif; font-size:.75rem; font-weight:600; }.feature-card:nth-child(1) .feature-link,.feature-card:nth-child(2) .feature-link{color:var(--red)}.feature-card:nth-child(3) .feature-link{color:var(--green)}.feature-card:nth-child(4) .feature-link{color:var(--blue)}
.workspace { display:grid; grid-template-columns:minmax(720px,1.15fr) minmax(360px,.65fr); gap:54px; align-items:center; }.workspace .product-window { width:100%; }.workspace .inbox{min-height:420px}.workspace-points { display:grid; gap:26px; }.workspace-point { display:grid; grid-template-columns:52px 1fr; gap:18px; align-items:start; }.workspace-point h3 { font-size:1rem; margin:0 0 5px; }.workspace-point p { font-size:.83rem; }
.connector { border-top:1px dashed #9db0c6; width:55px; position:absolute; left:-72px; top:25px; }.workspace-point { position:relative; }
.connection { padding-top:48px; padding-bottom:34px; }.step-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }.step-card { padding:18px; display:grid; grid-template-columns:34px 1fr; gap:12px; }.step-num { width:30px;height:30px;border-radius:50%;display:grid;place-items:center;color:#fff;font-weight:700;font-size:.78rem;background:var(--red); }.step-card:nth-child(2) .step-num{background:var(--orange)}.step-card:nth-child(3) .step-num{background:var(--green)}.step-card:nth-child(4) .step-num{background:var(--blue)}
.bottom-stack { display:grid; gap:28px; padding:0 0 34px; }
.privacy-band { padding:25px 30px; border:1px solid #bfe7ce; border-radius:18px; background:linear-gradient(90deg,#effbf4,#fbfffd); display:grid; grid-template-columns:250px 1fr; gap:30px; align-items:center; box-shadow:var(--shadow-sm); }
.privacy-visual { min-height:150px; position:relative; display:grid; place-items:center; border-right:1px solid #d5e9dc; }.privacy-visual::before,.privacy-visual::after{content:"";position:absolute;border:1px dashed #a9d8bc;border-radius:50%}.privacy-visual::before{width:130px;height:130px}.privacy-visual::after{width:185px;height:120px}.privacy-visual svg{position:relative;z-index:2}.privacy-copy h2{font-size:1.8rem;font-weight:500;margin-bottom:8px}.privacy-copy{min-width:0}.privacy-copy p{width:100%;max-width:none;font-size:.84rem}.mini-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:14px}.mini-btn{min-height:38px;padding:0 15px;border-radius:8px;border:1px solid #cfd8d3;background:#fff;font-family:"Plus Jakarta Sans",sans-serif;font-size:.74rem;font-weight:600;display:inline-flex;align-items:center;gap:7px}
.cta-band { padding:22px 30px; border:1px solid #ffd0b6; border-radius:18px; background:linear-gradient(90deg,#fff4e9,#fffaf7); display:grid; grid-template-columns:120px minmax(0,1fr) auto; gap:25px; align-items:center; box-shadow:var(--shadow-sm); }.fire { font-size:4.3rem;text-align:center;filter:drop-shadow(0 10px 15px rgba(255,90,15,.2))}.cta-copy h2{font-size:1.85rem;font-weight:500;margin-bottom:5px}.cta-copy p{font-size:.82rem;max-width:54ch}.cta-actions{display:flex;gap:14px;justify-content:flex-end}

/* Footer */
.site-footer { border-top:1px solid var(--line); background:rgba(255,255,255,.72); }
.footer-inner { padding:30px 0 18px; }.footer-grid { display:grid; grid-template-columns:minmax(330px,1.35fr) repeat(3,minmax(160px,.55fr)); gap:50px; }.footer-brand .logo{width:230px;margin-bottom:12px}.footer-brand p{max-width:38ch;font-size:.8rem}.footer-title{font-weight:700;font-size:.84rem;margin-bottom:12px}.footer-links{display:grid;gap:8px}.footer-links a{color:var(--muted);font-size:.78rem}.footer-bottom{margin-top:24px;padding-top:16px;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;color:var(--muted);font-size:.75rem}.footer-credit{display:flex;gap:8px;align-items:center}.footer-credit a{color:var(--blue);font-weight:600}.footer-credit .consult{color:var(--muted);font-weight:500}

/* Legal */
.legal-main { padding-bottom:46px; }.legal-hero { padding:40px 0 30px; }.legal-hero .eyebrow{color:var(--red);margin-bottom:18px}.legal-hero h1{font-size:clamp(2.35rem,3.35vw,3.8rem);font-weight:500;margin-bottom:18px}.legal-subtitle{width:100%;max-width:none;font-size:1.02rem;line-height:1.65}.meta-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;margin-top:28px}.meta-card{border:1px solid var(--line);background:#fff;border-radius:13px;padding:16px 18px;display:grid;grid-template-columns:42px 1fr;gap:12px;align-items:center;box-shadow:var(--shadow-sm)}.meta-card .icon-box{width:38px;height:38px;border-radius:10px}.meta-label{font-size:.75rem;color:var(--muted);margin-bottom:3px}.meta-value{font-family:"Plus Jakarta Sans",sans-serif;font-size:.9rem;font-weight:600}
.legal-layout{display:grid;grid-template-columns:310px minmax(0,1fr);gap:28px;align-items:start}.toc{position:sticky;top:calc(var(--header-h) + 20px);border:1px solid var(--line);border-radius:16px;background:#fff;padding:18px 16px;box-shadow:var(--shadow-sm)}.toc-title{font-size:1rem;font-weight:700;padding:3px 8px 15px}.toc-list{display:grid}.toc-link{display:grid;grid-template-columns:26px 26px 1fr;gap:9px;align-items:center;padding:12px 8px;border-bottom:1px solid #eef1f4;color:#526174;font-size:.78rem;line-height:1.25;position:relative}.toc-link:last-child{border-bottom:0}.toc-link.active{color:var(--red);background:#fff5f1;border-radius:8px}.toc-link.active::before{content:"";position:absolute;left:-17px;top:7px;bottom:7px;width:3px;background:var(--red);border-radius:99px}.toc-num{font-weight:600}.toc-icon{width:22px;height:22px;display:grid;place-items:center}.legal-card{border:1px solid var(--line);border-radius:17px;background:#fff;padding:28px 32px;box-shadow:var(--shadow-sm)}.legal-section+ .legal-section{border-top:1px solid var(--line);margin-top:22px;padding-top:22px}.legal-section h2{font-size:1.45rem;font-weight:500;margin-bottom:10px}.legal-section h3{font-size:1.03rem;font-weight:600;margin:18px 0 8px}.legal-section p,.legal-section li{font-size:.88rem;color:var(--ink-2);line-height:1.6}.legal-section ul{padding-left:22px;margin:10px 0}.legal-section li{margin:4px 0}.notice{margin-top:16px;padding:16px 18px;border-radius:12px;border:1px solid;display:grid;grid-template-columns:42px 1fr;gap:13px;align-items:start}.notice .icon-box{width:38px;height:38px;border-radius:10px}.notice-title{font-family:"Plus Jakarta Sans",sans-serif;font-weight:700;font-size:.9rem;margin-bottom:4px}.notice-info{background:#f1f7ff;border-color:#b9d3ff}.notice-info .notice-title{color:#1762df}.notice-warning{background:var(--warning);border-color:#f0ca55}.notice-warning .notice-title{color:#9c6b00}.data-table{width:100%;border-collapse:collapse;margin-top:14px;font-size:.82rem}.data-table th,.data-table td{border:1px solid var(--line);padding:10px 12px;text-align:left;vertical-align:top}.data-table th{background:#f7f9fb;font-family:"Plus Jakarta Sans",sans-serif}.step-list{display:grid;gap:12px;margin-top:15px}.request-step{border:1px solid var(--line);border-radius:12px;padding:14px;display:grid;grid-template-columns:48px 44px 1fr;gap:13px;align-items:center}.request-num{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:#fff0e8;color:var(--red);font-family:"Plus Jakarta Sans",sans-serif;font-weight:600;font-size:1.15rem}.request-step .icon-box{width:40px;height:40px;border-radius:10px}.request-step h3{margin:0 0 4px}.request-step p{font-size:.81rem}.mobile-toc{display:none;margin-bottom:16px}.mobile-toc details{border:1px solid var(--line);background:#fff;border-radius:14px;box-shadow:var(--shadow-sm)}.mobile-toc summary{padding:16px 18px;cursor:pointer;font-family:"Plus Jakarta Sans",sans-serif;font-weight:700}.mobile-toc .toc-list{padding:0 12px 12px}

@media(max-width:1280px){
  :root{--page:1180px}.header-inner{grid-template-columns:240px 1fr 190px}.logo{width:220px}.desktop-nav{gap:28px}.hero-grid{grid-template-columns:1fr;gap:34px}.hero h1{max-width:18ch}.hero-lead{max-width:70ch}.product-window{width:100%}.workspace{grid-template-columns:1fr}.workspace-points{grid-template-columns:repeat(3,1fr);gap:18px}.connector{display:none}
}
@media(max-width:1024px){
  :root{--header-h:76px}.container{width:min(calc(100% - 32px),var(--page))}.header-inner{min-height:76px;grid-template-columns:1fr auto}.desktop-nav,.header-cta{display:none}.hamburger{display:block}.logo{width:215px}.benefit-row,.feature-grid,.step-grid{grid-template-columns:repeat(2,1fr)}.workspace-points{grid-template-columns:1fr}.privacy-band{grid-template-columns:190px 1fr}.cta-band{grid-template-columns:90px 1fr}.cta-actions{grid-column:2}.footer-grid{grid-template-columns:1.2fr repeat(3,.7fr);gap:28px}.legal-layout{grid-template-columns:1fr}.toc{display:none}.mobile-toc{display:block}.meta-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:720px){
  .container{width:min(calc(100% - 22px),var(--page))}.hero{padding:32px 0 28px}.hero h1{font-size:clamp(1.95rem,8.5vw,2.65rem);max-width:18ch}.hero-actions{display:grid}.hero-actions .btn{width:100%}.inbox{grid-template-columns:1fr}.conversation-list{display:none}.product-toolbar{grid-template-columns:1fr auto}.product-toolbar .search{grid-column:1/-1;grid-row:2;margin-bottom:12px}.product-toolbar{padding-top:12px}.messages{padding:14px}.bubble{max-width:88%}.benefit-row,.feature-grid,.step-grid{grid-template-columns:1fr}.home-section{padding:30px 0}.connection{padding-top:34px}.privacy-band{grid-template-columns:1fr;padding:22px}.privacy-visual{border-right:0;border-bottom:1px solid #d5e9dc;padding-bottom:18px}.cta-band{grid-template-columns:1fr;text-align:center;padding:22px}.fire{font-size:3.4rem}.cta-actions{grid-column:auto;display:grid}.cta-actions .btn{width:100%}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.footer-bottom{flex-direction:column}.legal-hero{padding-top:24px}.legal-hero h1{font-size:clamp(2.1rem,9vw,3rem)}.meta-grid{grid-template-columns:1fr}.legal-card{padding:20px 18px}.request-step{grid-template-columns:40px 38px 1fr}.toc-link{grid-template-columns:24px 24px 1fr}
}
@media(max-width:440px){.footer-grid{grid-template-columns:1fr}.footer-brand{grid-column:auto}.logo{width:195px}.header-inner{gap:10px}.legal-subtitle{font-size:.94rem}.info-card{grid-template-columns:50px 1fr;padding:17px}.icon-box{width:46px;height:46px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
.toc-icon.red{color:var(--red)}
.toc-icon.orange{color:var(--orange)}
.toc-icon.green{color:var(--green)}
.toc-icon.blue{color:var(--blue)}
.toc-icon.purple{color:var(--purple)}
.toc-icon.yellow{color:var(--yellow)}

/* V4 refinements */
.toc-icon {
  border-radius: 7px;
  background: color-mix(in srgb, currentColor 9%, transparent);
}
.toc-icon svg { width: 18px; height: 18px; }
.notice .icon-box svg { width: 22px; height: 22px; }


/* ================================================================
   DECIMA V1.1 DESIGN LAYER
   Built on the proven ChatBoxxe V4.1 legal-page architecture.
   ================================================================ */
:root {
  --canvas: #fffdfa;
  --canvas-warm: #fff8f2;
  --paper: #ffffff;
  --ink: #151a20;
  --ink-2: #3f4b59;
  --muted: #667382;
  --line: #e3e8ed;
  --line-strong: #ced5dc;
  --red: #ff3b20;
  --orange: #ff7518;
  --brand-red: #ff3b20;
  --brand-orange: #ff7a18;
  --brand-deep: #090e13;
  --brand-panel: #10171e;
  --brand-panel-2: #0d141b;
  --page: 1380px;
  --header-h: 82px;
}

body {
  background: var(--canvas);
}

/* Shared dark header */
.site-header {
  background: rgba(8,13,18,.94);
  border-bottom: 1px solid rgba(255,255,255,.05);
  backdrop-filter: blur(18px);
}
.site-header.scrolled {
  border-color: rgba(255,255,255,.08);
  box-shadow: 0 10px 32px rgba(0,0,0,.25);
}
.header-inner {
  min-height: var(--header-h);
  grid-template-columns: 235px 1fr 205px;
  gap: 26px;
}
.logo { width: 215px; }
.logo img { width:100%; height:auto; }
.desktop-nav { gap: 30px; }
.nav-link { color:#f4f6f8; font-size:.86rem; font-weight:600; }
.nav-link:hover,.nav-link.active { color:#fff; }
.nav-link.active::after { background:linear-gradient(90deg,var(--brand-red),var(--brand-orange)); bottom:4px; }
.btn { border-radius:8px; font-weight:700; }
.btn-primary { background:linear-gradient(135deg,var(--brand-red),var(--brand-orange)); box-shadow:0 12px 28px rgba(255,59,32,.22); }
.btn-outline { color:#fff; background:transparent; border-color:rgba(255,255,255,.52); }
.btn-outline:hover { border-color:#fff; }
.hamburger { background:#111820; border-color:#2d3741; }
.hamburger i,.hamburger::before,.hamburger::after { background:#fff; }
.drawer { background:#0b1117; color:#fff; }
.drawer-head,.drawer-menu a,.drawer-action { border-color:rgba(255,255,255,.1); }
.drawer-menu a { color:#eef2f5; }
.drawer-menu a.active { color:var(--brand-orange); }

/* Shared HTML wordmark / footer */
.decima-brand { display:flex; align-items:center; gap:12px; min-width:0; }
.decima-brand-mark { width:52px; height:64px; object-fit:contain; flex:0 0 auto; }
.decima-brand-text { min-width:0; line-height:1; }
.decima-brand-name { color:#fff; font-family:"Plus Jakarta Sans",sans-serif; font-size:1.62rem; font-weight:700; letter-spacing:.20em; white-space:nowrap; }
.decima-brand-sub { margin-top:7px; color:var(--brand-orange); font-family:"Plus Jakarta Sans",sans-serif; font-size:.68rem; font-weight:700; letter-spacing:.33em; white-space:nowrap; }

/* ================================================================
   HOMEPAGE — coded to match the approved final render
   ================================================================ */
body.home-page { background:#080d12; color:#fff; }
.home-page .site-header { position:sticky; }
.decima-home { overflow:hidden; }
.home-container { width:min(calc(100% - 48px),1320px); margin-inline:auto; }

.decima-hero {
  position:relative;
  min-height:510px;
  display:flex;
  align-items:center;
  background:linear-gradient(120deg,#070c11 0%,#090f14 64%,#120b09 100%);
  border-bottom:1px solid rgba(255,255,255,.04);
}
.decima-hero::before {
  content:"";
  position:absolute; inset:0;
  opacity:.13;
  background-image:radial-gradient(rgba(255,87,38,.52) .65px,transparent .65px);
  background-size:12px 12px;
  mask-image:linear-gradient(90deg,transparent 43%,#000 100%);
}
.decima-hero::after {
  content:"";
  position:absolute;
  inset:0 0 0 auto;
  width:min(62vw,900px);
  height:100%;
  opacity:1;
  background:url("hero-wave-render.png") right bottom / 100% 100% no-repeat;
  pointer-events:none;
}
.hero-copy { position:relative; z-index:2; width:min(670px,100%); padding:70px 0 74px; }
.hero-title {
  font-family:"Plus Jakarta Sans",Inter,sans-serif;
  font-size:clamp(2.65rem,4vw,4.35rem);
  line-height:1.1;
  letter-spacing:-.045em;
  font-weight:700;
  margin:0 0 24px;
}
.hero-title .accent { color:var(--brand-red); }
.hero-copy p { max-width:610px; color:#d0d5da; font-size:1.03rem; line-height:1.68; }
.hero-actions { display:flex; gap:16px; margin-top:30px; margin-bottom:0; }
.hero-actions .btn { min-height:54px; padding:0 25px; font-size:.93rem; }
.btn-icon { width:20px; height:20px; display:inline-grid; place-items:center; }
.btn-icon svg { width:100%; height:100%; }

.dark-section { background:linear-gradient(180deg,#0d141b,#0a1117); color:#fff; }
.home-section { padding:48px 0 56px; }
.section-head { text-align:center; margin-bottom:31px; }
.section-head h2 { color:inherit; font-size:clamp(2rem,2.8vw,2.75rem); font-weight:650; }
.section-head p { margin-top:10px; color:#aeb7c0; font-size:.88rem; }

.solution-grid { display:grid; grid-template-columns:repeat(6,minmax(0,1fr)); gap:12px; }
.solution-card {
  min-height:285px;
  padding:24px 18px 20px;
  border:1px solid rgba(151,167,180,.28);
  border-radius:10px;
  background:linear-gradient(160deg,rgba(20,29,37,.88),rgba(10,16,22,.88));
  display:flex;
  flex-direction:column;
  box-shadow:inset 0 1px rgba(255,255,255,.025);
  transition:.2s ease;
}
.solution-card:hover { transform:translateY(-3px); border-color:rgba(255,79,32,.55); box-shadow:0 18px 35px rgba(0,0,0,.18); }
.solution-icon { width:54px; height:54px; display:grid; place-items:center; color:var(--brand-red); margin-bottom:19px; filter:drop-shadow(0 8px 14px rgba(255,59,32,.13)); }
.solution-icon svg { width:48px; height:48px; stroke-width:1.65; }
.solution-card h3 { color:#fff; font-size:.96rem; line-height:1.25; letter-spacing:-.02em; margin-bottom:12px; }
.solution-card p { color:#aeb7c0; font-size:.79rem; line-height:1.64; }
.solution-card a { margin-top:auto; padding-top:18px; color:var(--brand-red); font-family:"Plus Jakarta Sans",sans-serif; font-size:.79rem; font-weight:700; }

.sectors-section { background:#fff; color:#111820; padding:43px 0 46px; }
.sectors-section .section-head { margin-bottom:26px; }
.sectors-section .section-head h2 { color:#111820; }
.sector-grid { display:grid; grid-template-columns:repeat(7,minmax(0,1fr)); gap:10px; }
.sector-card {
  min-height:128px;
  border:1px solid #e0e5e9;
  border-radius:10px;
  background:#fff;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:17px 9px;
  box-shadow:0 10px 22px rgba(20,28,35,.035);
}
.sector-icon { width:45px;height:45px;color:#151a20;margin-bottom:12px; }
.sector-icon svg { width:100%;height:100%;stroke-width:1.55; }
.sector-icon .accent-stroke { stroke:var(--brand-red); }
.sector-card h3 { color:#111820; font-size:.73rem; line-height:1.25; letter-spacing:-.015em; }

.process-section { padding:43px 0 48px; }
.process-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:24px; position:relative; }
.process-card {
  position:relative;
  min-height:150px;
  border:1px solid rgba(151,167,180,.3);
  border-radius:10px;
  background:rgba(17,25,32,.76);
  padding:24px 20px 20px 73px;
}
.process-number { position:absolute; left:19px; top:22px; width:40px;height:40px;border-radius:50%;background:linear-gradient(145deg,var(--brand-red),var(--brand-orange));display:grid;place-items:center;color:#fff;font-family:"Plus Jakarta Sans",sans-serif;font-size:1.15rem;font-weight:700; }
.process-icon { position:absolute; left:73px; top:22px; width:33px;height:33px;color:var(--brand-red); }
.process-icon svg { width:100%;height:100%; }
.process-card h3 { margin-top:43px; color:#fff; font-size:.86rem; }
.process-card p { margin-top:8px; color:#aeb7c0; font-size:.72rem; line-height:1.58; }
.process-card:not(:last-child)::after { content:""; position:absolute; top:73px; right:-25px; width:25px; border-top:3px dotted var(--brand-red); }

.trust-section { background:#fff; padding:15px 0; }
.trust-panel { min-height:116px; border:1px solid #e0e5e9; border-radius:10px; background:#fff; display:grid; grid-template-columns:minmax(350px,1fr) auto; gap:24px; align-items:center; padding:15px 22px; box-shadow:0 8px 20px rgba(20,28,35,.03); }
.trust-copy { display:grid; grid-template-columns:76px 1fr; gap:20px; align-items:center; }
.trust-shield { width:72px;height:80px;position:relative;display:grid;place-items:center; }
.trust-shield::before { content:"";position:absolute;inset:0;clip-path:polygon(50% 0,94% 15%,88% 69%,50% 100%,12% 69%,6% 15%);background:var(--brand-red); }
.trust-shield::after { content:"";position:absolute;inset:3px;clip-path:polygon(50% 0,94% 15%,88% 69%,50% 100%,12% 69%,6% 15%);background:#fff; }
.trust-shield img { position:relative;z-index:2;width:45px;height:57px;object-fit:contain; }
.trust-copy h2 { color:#111820;font-size:1.12rem;font-weight:700;margin-bottom:6px; }
.trust-copy p { color:#556270;font-size:.78rem;line-height:1.45;max-width:500px; }
.trust-actions { display:flex; gap:12px; }
.trust-link { min-height:50px; min-width:150px; padding:0 16px; border:1px solid #ffb19d; border-radius:8px; display:flex;align-items:center;justify-content:center;gap:10px;color:#171d23;font-family:"Plus Jakarta Sans",sans-serif;font-size:.72rem;font-weight:700;background:#fff; }
.trust-link svg { width:21px;height:21px;color:var(--brand-red); }
.trust-link .arrow { color:var(--brand-red);font-size:1.15rem; }

.cta-strip { position:relative; overflow:hidden; background:linear-gradient(100deg,#b50f13 0%,#ef281b 54%,#ff761b 100%); color:#fff; }
.cta-inner { min-height:104px; display:grid; grid-template-columns:1fr auto; gap:28px; align-items:center; position:relative; }
.cta-inner::after { content:""; position:absolute; right:235px; bottom:-55px; width:155px;height:190px; background:url('decima-mark.png') center/contain no-repeat; opacity:.38; filter:brightness(0) saturate(100%); }
.cta-copy h2 { color:#fff;font-size:1.45rem;font-weight:700;margin-bottom:7px; }
.cta-copy p { color:#fff;font-size:.79rem; }
.cta-strip .btn { background:#fff;color:#111820;box-shadow:none;min-width:205px;position:relative;z-index:2; }

.decima-footer { background:linear-gradient(180deg,#0b1117,#080d12); color:#fff; border-top:1px solid rgba(255,255,255,.05); }
.footer-main { padding:30px 0 24px; display:grid; grid-template-columns:250px 210px 1fr; gap:38px; align-items:center; }
.footer-brand-block { padding-right:30px; border-right:1px solid rgba(255,255,255,.2); }
.footer-brand-block .decima-brand { align-items:center; }
.footer-brand-block .decima-brand-mark { width:58px;height:70px; }
.footer-brand-block .decima-brand-name { font-size:1.55rem; }
.footer-tagline { margin-top:12px;color:var(--brand-orange);font-family:"Plus Jakarta Sans",sans-serif;font-size:.74rem;font-weight:700; }
.footer-contact { min-height:88px;padding-right:30px;border-right:1px solid rgba(255,255,255,.2);display:grid;align-content:center;gap:14px; }
.footer-contact a { display:flex;align-items:center;gap:12px;color:#f5f7f8;font-size:.84rem; }
.footer-contact svg { width:22px;height:22px; }
.social-block { min-width:0; }
.social-title { color:#fff;font-size:.9rem;font-weight:700;margin-bottom:17px;text-align:left; }
.social-grid { display:grid;grid-template-columns:repeat(5,minmax(82px,1fr));gap:16px;align-items:start; }
.social-link { display:grid;justify-items:center;gap:8px;color:#fff;text-align:center;min-width:0; }
.social-icon { width:39px;height:39px;border-radius:50%;display:grid;place-items:center;color:#fff;font-family:Arial,sans-serif;font-weight:700;font-size:1.16rem;box-shadow:0 8px 20px rgba(0,0,0,.18); }
.social-icon svg { width:22px;height:22px; }
.social-icon.facebook{background:#1877f2}.social-icon.instagram{background:radial-gradient(circle at 65% 68%,#ffd600 0 12%,#ff3c59 35%,#d300c5 62%,#7638fa 100%)}.social-icon.threads{background:#080808;border:1px solid #4b4b4b}.social-icon.linkedin{background:#0a66c2}.social-icon.whatsapp{background:#20ba5a}
.social-label { font-size:.7rem;white-space:nowrap; }
.footer-bottom-line { border-top:1px solid rgba(255,255,255,.09);padding:14px 0 18px;color:#b3bcc5;font-size:.68rem;text-align:left; }

/* ================================================================
   LEGAL PAGES — exact ChatBoxxe structure with Decima brand layer.
   All original icon colours and numbering are preserved.
   ================================================================ */
body.legal-page {
  background:
    radial-gradient(circle at 88% 4%,rgba(255,102,29,.09),transparent 25rem),
    #fffdfa;
}
.legal-page .legal-main { padding-bottom:48px; }
.legal-page .legal-hero { padding-top:42px; }
.legal-page .eyebrow { color:var(--brand-red); }
.legal-page .legal-hero h1 { color:#151a20; }
.legal-page .legal-subtitle { color:#647184; }
.legal-page .meta-card,.legal-page .toc,.legal-page .legal-card,.legal-page .mobile-toc details { box-shadow:0 10px 26px rgba(21,27,33,.045); }
.legal-page .toc-link.active { color:var(--brand-red);background:#fff1ed; }
.legal-page .toc-link.active::before { background:var(--brand-red); }
.legal-page .site-footer { background:linear-gradient(180deg,#0b1117,#080d12);border-top:1px solid rgba(255,255,255,.06);color:#fff; }
.legal-page .footer-inner { padding:30px 0 16px; }
.legal-page .footer-grid { grid-template-columns:minmax(300px,1.25fr) repeat(3,minmax(150px,.55fr)); }
.legal-page .footer-brand p,.legal-page .footer-links a,.legal-page .footer-bottom { color:#aeb8c1; }
.legal-page .footer-title { color:#fff; }
.legal-page .footer-bottom { border-color:rgba(255,255,255,.1);justify-content:flex-start; }
.legal-page .footer-brand .logo { width:220px; }
.legal-page .footer-credit { display:none; }
.legal-page .footer-links a:hover { color:var(--brand-orange); }

/* Exact ChatBoxxe icon colour palette retained */
.icon-red{color:var(--red);background:#fff0ec}.icon-orange{color:var(--orange);background:#fff3e8}.icon-green{color:var(--green);background:#edf9f2}.icon-blue{color:var(--blue);background:#eef5ff}.icon-purple{color:var(--purple);background:#f3efff}.icon-yellow{color:var(--yellow);background:#fff8df}
.icon-box{display:grid;place-items:center;flex:0 0 auto}

@media(max-width:1200px){
  .solution-grid{grid-template-columns:repeat(3,1fr)}
  .solution-card{min-height:255px}
  .sector-grid{grid-template-columns:repeat(4,1fr)}
  .footer-main{grid-template-columns:230px 190px 1fr;gap:26px}
  .social-grid{gap:10px}
  .desktop-nav{gap:21px}
}
@media(max-width:1024px){
  .header-inner{grid-template-columns:1fr auto}.home-container{width:min(calc(100% - 32px),1320px)}
  .hero-copy{padding:58px 0}.decima-hero{min-height:470px}
  .process-grid{grid-template-columns:repeat(2,1fr)}.process-card:nth-child(2)::after{display:none}
  .trust-panel{grid-template-columns:1fr}.trust-actions{justify-content:flex-start;flex-wrap:wrap}
  .footer-main{grid-template-columns:1fr 1fr}.social-block{grid-column:1/-1}.footer-contact{border-right:0}.footer-brand-block{border-right:1px solid rgba(255,255,255,.2)}
}
@media(max-width:720px){
  .home-container{width:min(calc(100% - 24px),1320px)}
  .decima-brand-name{font-size:1.35rem}.decima-brand-sub{font-size:.58rem}.decima-brand-mark{width:44px;height:54px}
  .decima-hero{min-height:auto}.hero-copy{padding:46px 0 52px}.hero-title{font-size:clamp(2.2rem,10.8vw,3.25rem)}.hero-actions{display:grid}.hero-actions .btn{width:100%}
  .solution-grid{grid-template-columns:1fr}.solution-card{min-height:235px}.sector-grid{grid-template-columns:repeat(2,1fr)}
  .process-grid{grid-template-columns:1fr}.process-card::after{display:none!important}
  .trust-copy{grid-template-columns:62px 1fr}.trust-shield{width:60px;height:68px}.trust-actions{display:grid}.trust-link{width:100%}
  .cta-inner{grid-template-columns:1fr;padding:24px 0}.cta-strip .btn{width:100%}.cta-inner::after{right:12px;bottom:-40px;opacity:.2}
  .footer-main{grid-template-columns:1fr}.footer-brand-block,.footer-contact{border-right:0;border-bottom:1px solid rgba(255,255,255,.15);padding:0 0 24px}.social-grid{grid-template-columns:repeat(5,1fr);gap:6px}.social-icon{width:36px;height:36px}.social-label{font-size:.6rem}
  .legal-page .footer-grid{grid-template-columns:1fr 1fr}.legal-page .footer-brand{grid-column:1/-1}
}
@media(max-width:440px){
  .sector-grid{grid-template-columns:1fr 1fr}.social-grid{grid-template-columns:repeat(3,1fr);row-gap:18px}.legal-page .footer-grid{grid-template-columns:1fr}.legal-page .footer-brand{grid-column:auto}
}

/* V1.1 visual calibration after browser render comparison */
.logo .decima-brand-mark,
.footer-brand-block .decima-brand-mark {
  width:52px !important;
  height:64px !important;
  max-width:none !important;
  object-fit:contain !important;
}
.decima-brand-text { display:block; }
.decima-brand-name,.decima-brand-sub { display:block; }
.header-inner > .logo { width:auto; }
.drawer-head > .logo { width:auto; }
.hero-copy { width:min(850px,100%); }
.hero-title { font-size:clamp(2.55rem,3.35vw,3.75rem); }
.solution-icon { width:60px;height:60px; }
.solution-icon svg { width:54px;height:54px; }
.social-icon { width:42px;height:42px; }
.footer-brand-block .logo .decima-brand-mark { width:58px !important;height:70px !important; }
@media(max-width:720px){
  .logo .decima-brand-mark{width:44px!important;height:54px!important}
  .hero-title{font-size:clamp(2.15rem,9.7vw,3rem)}
}


/* ================================================================
   V1.2 — Approved wave hero and unified footer
   ================================================================ */
.home-page .section-head h2 { text-wrap:balance; }
.solution-card { scroll-margin-top:110px; }
.wordpress-card-mark { width:54px; height:54px; display:block; object-fit:contain; }

.home-page .site-footer,
.homepage-footer {
  background:linear-gradient(180deg,#0b1117,#080d12);
  border-top:1px solid rgba(255,255,255,.06);
  color:#fff;
}
.homepage-footer .footer-inner { padding:30px 0 16px; }
.homepage-footer .footer-grid {
  display:grid;
  grid-template-columns:minmax(280px,1.15fr) repeat(3,minmax(150px,.55fr));
  gap:46px;
  align-items:start;
}
.homepage-footer .footer-title { color:#fff; }
.homepage-footer .footer-links { display:grid; gap:8px; }
.homepage-footer .footer-links a,
.homepage-footer .footer-links span { color:#aeb8c1; font-size:.78rem; }
.homepage-footer .footer-links a:hover { color:var(--brand-orange); }
.homepage-footer .footer-bottom {
  justify-content:flex-start;
  color:#aeb8c1;
  border-color:rgba(255,255,255,.1);
}
.footer-decima-brand { display:flex; align-items:center; gap:12px; width:max-content; }
.footer-decima-brand img { width:54px; height:66px; object-fit:contain; }
.footer-decima-brand span { display:grid; gap:4px; }
.footer-decima-brand strong { color:#fff; font:700 1.48rem/1 "Plus Jakarta Sans",sans-serif; letter-spacing:.20em; }
.footer-decima-brand small { color:var(--brand-orange); font:700 .62rem/1 "Plus Jakarta Sans",sans-serif; letter-spacing:.32em; }
.footer-brand-home .footer-tagline { margin-top:10px; color:var(--brand-orange); font-size:.76rem; font-weight:600; }

@media(max-width:1024px){
  .homepage-footer .footer-grid { grid-template-columns:1.2fr repeat(3,.7fr); gap:28px; }
  .decima-hero::after { width:70vw; opacity:1; }
}
@media(max-width:720px){
  .homepage-footer .footer-grid { grid-template-columns:1fr 1fr; }
  .footer-brand-home { grid-column:1/-1; }
  .decima-hero::after { width:115vw; opacity:.42; right:-45vw; }
}
@media(max-width:440px){
  .homepage-footer .footer-grid { grid-template-columns:1fr; }
  .footer-brand-home { grid-column:auto; }
}


/* V1.2.1 — Render-lock corrections.
   The approved image render is the immutable visual specification. */
.header-cta .whatsapp-icon,
.drawer-action .whatsapp-icon { width:18px; height:18px; flex:0 0 18px; }
.header-cta .whatsapp-icon { order:2; }
.header-cta { white-space:nowrap; }

