
 .sd-dash-designed{ --deep-navy:#0d1f2e; --navy:#11314a; --dark-blue:#235c81; --med-blue:#5492b6; --coral:#db635d; --salmon:#f2847d; --sand:#f6c893; --cream:#fff6e8; --surface:#ffffff; --warm:#fbead0; --fg:#11314a; --fg-muted:rgba(17,49,74,.65); --fg-subtle:rgba(17,49,74,.45); --on-dark:#fff6e8; --on-dark-muted:rgba(255,246,232,.72); --on-dark-subtle:rgba(255,246,232,.45); --border:rgba(17,49,74,.12); --border-dark:rgba(255,246,232,.14); --font-display:'DM Sans',system-ui,sans-serif; --font-body:'Inter',system-ui,sans-serif; --font-mono:'Source Code Pro',ui-monospace,monospace; --font-edit:'Bodoni Moda','Times New Roman',serif; --shadow-card:0 12px 32px rgba(13,31,46,.06), 0 2px 6px rgba(13,31,46,.05); --shadow-hero:0 40px 80px rgba(13,31,46,.18), 0 16px 32px rgba(13,31,46,.12); --shadow-cta:0 10px 30px -6px rgba(219,99,93,.45); --ease:cubic-bezier(.2,.8,.2,1); --max:1200px; --pad:24px; font-family:var(--font-body); font-size:17px; line-height:1.55; color:var(--fg); background:var(--cream); -webkit-font-smoothing:antialiased; text-rendering:optimizeLegibility; } .sd-dash-designed *, .sd-dash-designed *::before, .sd-dash-designed *::after{box-sizing:border-box} .sd-dash-designed img, .sd-dash-designed svg{display:block;max-width:100%} .sd-dash-designed button{font:inherit;cursor:pointer;border:0;background:none;color:inherit} .sd-dash-designed a{color:inherit;text-decoration:none} .sd-dash-designed ::selection{background:var(--sand);color:var(--navy)} .sd-dash-designed .wrap{max-width:var(--max);margin:0 auto;padding:0 var(--pad)} .sd-dash-designed > section, .sd-dash-designed section.sd-section{padding:clamp(64px,8vw,110px) 0;position:relative} .sd-dash-designed .eyebrow{ font-family:var(--font-mono); font-size:12px; font-weight:500; letter-spacing:.18em; text-transform:uppercase; color:var(--dark-blue); margin:0; } .sd-dash-designed .eyebrow.on-dark{color:var(--sand)} .sd-dash-designed .edit{font-family:var(--font-edit);font-style:italic;font-weight:500} .sd-dash-designed h1, .sd-dash-designed h2, .sd-dash-designed h3, .sd-dash-designed h4{font-family:var(--font-display);font-weight:700;letter-spacing:-.025em;margin:0;color:var(--navy)} .sd-dash-designed h1{font-size:clamp(38px,5.4vw,68px);line-height:1.04;font-weight:700} .sd-dash-designed h2{font-size:clamp(28px,3.4vw,44px);line-height:1.14;font-weight:700} .sd-dash-designed h3{font-size:clamp(19px,1.6vw,26px);line-height:1.22;font-weight:600} .sd-dash-designed p{margin:0} .sd-dash-designed .on-dark h1, .sd-dash-designed .on-dark h2, .sd-dash-designed .on-dark h3, .sd-dash-designed .on-dark h4{color:var(--cream)} .sd-dash-designed .on-dark{color:var(--on-dark)} .sd-dash-designed .on-dark p{color:var(--on-dark-muted)} .sd-dash-designed .lede{font-size:clamp(17px,1.3vw,20px);line-height:1.55;color:var(--fg-muted);max-width:560px} .sd-dash-designed .on-dark .lede{color:var(--on-dark-muted)} .sd-dash-designed .btn{ display:inline-flex;align-items:center;gap:10px; font-family:var(--font-display);font-weight:600;font-size:15px; padding:16px 28px;border-radius:999px;letter-spacing:-.005em; transition:transform .2s var(--ease), box-shadow .2s var(--ease), background .2s var(--ease); } .sd-dash-designed .btn-coral{background:var(--coral);color:var(--cream);box-shadow:var(--shadow-cta);position:relative} .sd-dash-designed .btn-coral::before{ content:"";position:absolute;inset:-8px;border-radius:999px; background:radial-gradient(ellipse,rgba(219,99,93,.35),transparent 70%); filter:blur(12px);z-index:-1;opacity:.6; transition:opacity .3s var(--ease); } .sd-dash-designed .btn-coral:hover{transform:translateY(-2px) scale(1.02);background:#c3534d;box-shadow:0 18px 40px -8px rgba(219,99,93,.55)} .sd-dash-designed .btn-coral:hover::before{opacity:1} .sd-dash-designed .btn-ghost{ background:transparent;color:var(--navy); border:1.5px solid rgba(17,49,74,.28); } .sd-dash-designed .on-dark .btn-ghost{color:var(--cream);border-color:rgba(255,246,232,.28)} .sd-dash-designed .btn-ghost:hover{transform:translateY(-1px);border-color:var(--coral);color:var(--coral)} .sd-dash-designed .link-under{ display:inline-flex;align-items:center;gap:8px; color:var(--cream);text-decoration:underline;text-underline-offset:3px; font-size:15px; } .sd-dash-designed .link-under:hover{color:var(--sand)} .sd-dash-designed .hero{ position:relative;overflow:hidden; background:var(--navy); color:var(--cream); padding:clamp(64px,7vw,110px) 0 clamp(80px,9vw,140px); isolation:isolate;z-index:2;} .sd-dash-designed .dust{position:absolute;inset:0;pointer-events:none;overflow:hidden;z-index:0} .sd-dash-designed .dust span{ position:absolute;bottom:-10px;width:3px;height:3px;border-radius:50%; background:radial-gradient(circle,rgba(255,246,232,.9),transparent 70%); animation:sdDashRise linear infinite; opacity:0; } @keyframes sdDashRise{ 0%{transform:translateY(0) translateX(0);opacity:0} 10%{opacity:.8} 90%{opacity:.6} 100%{transform:translateY(-110vh) translateX(var(--dx,20px));opacity:0} } .sd-dash-designed .ray{ position:absolute;top:-10%;left:20%;width:60%;height:140%; background:linear-gradient(165deg,rgba(246,200,147,.08) 0%,rgba(84,146,182,.04) 30%,transparent 70%); filter:blur(30px);transform:rotate(8deg);pointer-events:none;z-index:0; } .sd-dash-designed .hero-grid{ position:relative;z-index:2; display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.15fr); gap:clamp(40px,5vw,72px);align-items:center; } @media(max-width:960px){.sd-dash-designed .hero-grid{grid-template-columns:1fr}} .sd-dash-designed .hero-copy .eyebrow{color:var(--sand);margin-top:70px;margin-bottom:24px} .sd-dash-designed .hero-copy h1{margin-bottom:24px;color:var(--cream)} .sd-dash-designed .hero-copy h1 .edit{color:var(--cream);font-weight:500} .sd-dash-designed .hero-sub{font-size:clamp(17px,1.4vw,20px);line-height:1.55;color:var(--on-dark-muted);max-width:520px;margin-bottom:36px} .sd-dash-designed .hero-sub .edit{color:var(--cream)} .sd-dash-designed .hero-ctas{display:flex;align-items:center;gap:24px;flex-wrap:wrap} .sd-dash-designed .dash-frame{ position:relative;aspect-ratio:1.35/1;border-radius:18px;overflow:hidden; background:#0f2943;box-shadow:var(--shadow-hero); border:1px solid rgba(255,246,232,.08); --scale:1; } .sd-dash-designed .dash-frame .inner-dust{z-index:1} .sd-dash-designed .db{ position:absolute;top:0;left:0;z-index:2; width:720px;height:533px; transform-origin:top left; transform:scale(var(--scale)); display:grid;grid-template-columns:56px 1fr;grid-template-rows:48px 1fr; background:#0f2943;color:var(--cream); font-family:var(--font-body); } .sd-dash-designed .db-side{grid-row:1/3;background:#091e33;border-right:1px solid rgba(255,246,232,.08);padding:12px 8px;display:flex;flex-direction:column;gap:2px;min-height:0} .sd-dash-designed .db-brand{display:flex;justify-content:center;padding:0 0 12px;border-bottom:1px solid rgba(255,246,232,.08);margin-bottom:8px} .sd-dash-designed .db-brand-mark{width:22px;height:22px;border-radius:6px;background:linear-gradient(140deg,var(--coral),var(--salmon));flex:0 0 auto} .sd-dash-designed .db-brand-txt{font-family:var(--font-display);font-weight:700;font-size:11.5px;letter-spacing:-.01em;color:var(--cream);line-height:1.1} .sd-dash-designed .db-brand-txt small{display:block;font-family:var(--font-mono);font-weight:400;font-size:8px;letter-spacing:.12em;color:rgba(255,246,232,.38);margin-top:2px} .sd-dash-designed .db-nav-h{display:none} .sd-dash-designed .db-chip{padding:8px;border-radius:7px;color:rgba(255,246,232,.66);display:flex;align-items:center;justify-content:center;transition:color .2s var(--ease),background .2s var(--ease);position:relative} .sd-dash-designed .db-chip svg{width:15px;height:15px;opacity:.75} .sd-dash-designed .db-chip.active{background:rgba(219,99,93,.12);color:var(--cream);box-shadow:inset 0 0 0 1px rgba(219,99,93,.28)} .sd-dash-designed .db-chip.active svg{opacity:1;color:var(--coral)} .sd-dash-designed .db-top{ grid-column:2;background:#0b2540;border-bottom:1px solid rgba(255,246,232,.08); display:flex;align-items:center;justify-content:space-between;padding:0 16px; } .sd-dash-designed .db-crumb{font-family:var(--font-mono);font-size:10.5px;letter-spacing:.05em;color:rgba(255,246,232,.66)} .sd-dash-designed .db-crumb b{color:var(--cream);font-weight:500} .sd-dash-designed .db-top-right{display:flex;align-items:center;gap:8px} .sd-dash-designed .db-pill{ padding:5px 9px;border-radius:999px;background:rgba(255,246,232,.06); color:rgba(255,246,232,.66);font-size:9.5px;font-family:var(--font-mono);letter-spacing:.08em; display:flex;align-items:center;gap:6px; } .sd-dash-designed .db-pill::before{content:"";width:5px;height:5px;border-radius:50%;background:var(--med-blue);animation:sdDbPulse 3s ease infinite} @keyframes sdDbPulse{0%,100%{opacity:.4}50%{opacity:1;box-shadow:0 0 8px var(--med-blue)}} .sd-dash-designed .db-refresh{width:22px;height:22px;border-radius:6px;border:1px solid rgba(255,246,232,.14);display:grid;place-items:center;color:rgba(255,246,232,.66)} .sd-dash-designed .db-refresh svg{width:11px;height:11px;animation:sdDbSpin 6s linear infinite} @keyframes sdDbSpin{to{transform:rotate(360deg)}} .sd-dash-designed .db-avatar{ width:22px;height:22px;border-radius:50%; background:linear-gradient(135deg,var(--sand),var(--coral)); font-family:var(--font-display);font-weight:700;font-size:9.5px;color:var(--navy); display:grid;place-items:center; } .sd-dash-designed .db-main{padding:14px 16px;display:flex;flex-direction:column;gap:11px;min-width:0;min-height:0;position:relative;overflow:hidden} .sd-dash-designed .kpi-row{display:grid;grid-template-columns:repeat(4,1fr);gap:8px} .sd-dash-designed .kpi{ background:rgba(10,25,45,.55);border:1px solid rgba(255,246,232,.08);border-radius:9px; padding:10px;display:flex;flex-direction:column;gap:3px;position:relative;overflow:visible;min-width:0; } .sd-dash-designed .kpi .lbl{font-family:var(--font-mono);font-size:8.5px;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,246,232,.45);padding-right:22px} .sd-dash-designed .kpi .val{font-family:var(--font-display);font-weight:700;font-size:17px;letter-spacing:-.02em;color:var(--cream);line-height:1} .sd-dash-designed .kpi .tr{font-size:10px;font-family:var(--font-mono);color:#9ec6a5} .sd-dash-designed .kpi .tr.dn{color:var(--coral)} .sd-dash-designed .kpi .tr.warn{color:var(--salmon)} .sd-dash-designed .kpi .mini{position:absolute;right:-2px;bottom:-2px;width:66%;height:30px;opacity:.55} .sd-dash-designed .kpi .mini path{fill:none;stroke-width:1.2;stroke:currentColor} .sd-dash-designed .kpi.up .mini{color:#9ec6a5} .sd-dash-designed .kpi.dn .mini{color:var(--coral)} .sd-dash-designed .kpi.warn .mini{color:var(--salmon)} .sd-dash-designed .main-row{display:grid;grid-template-columns:1.55fr 1fr;gap:10px;flex:1;min-height:0;min-width:0} .sd-dash-designed .chart-card{ background:rgba(10,25,45,.55);border:1px solid rgba(255,246,232,.08);border-radius:11px; padding:14px;display:flex;flex-direction:column;min-width:0;min-height:0; } .sd-dash-designed .cc-head{display:flex;justify-content:space-between;align-items:flex-start;gap:8px} .sd-dash-designed .cc-head h4{font-family:var(--font-display);font-weight:600;font-size:12px;margin:0;color:var(--cream)} .sd-dash-designed .cc-head .sub{font-family:var(--font-mono);font-size:9px;color:rgba(255,246,232,.45);letter-spacing:.08em;text-transform:uppercase;margin-top:2px} .sd-dash-designed .cc-toggle{display:flex;gap:2px;background:rgba(0,0,0,.25);padding:2px;border-radius:999px;border:1px solid rgba(255,246,232,.08)} .sd-dash-designed .cc-toggle b{font-family:var(--font-mono);font-size:8.5px;letter-spacing:.1em;text-transform:uppercase;padding:3px 7px;border-radius:999px;color:rgba(255,246,232,.45);font-weight:500} .sd-dash-designed .cc-toggle b.on{background:var(--cream);color:var(--navy)} .sd-dash-designed .cc-big{font-family:var(--font-display);font-weight:700;font-size:26px;letter-spacing:-.03em;color:var(--cream);line-height:1;margin-top:8px} .sd-dash-designed .cc-big em{font-style:normal;font-family:var(--font-mono);font-weight:400;font-size:11px;color:#9ec6a5;margin-left:6px;letter-spacing:.05em} .sd-dash-designed .cc-svg{width:100%;flex:1;min-height:0;margin-top:8px} .sd-dash-designed .cc-svg .grid{stroke:rgba(255,246,232,.05);stroke-width:1} .sd-dash-designed .cc-svg .line{stroke:var(--med-blue);stroke-width:2;fill:none;stroke-linecap:round;stroke-dasharray:1000;stroke-dashoffset:1000;animation:sdCcDraw 1.6s var(--ease) .3s forwards} .sd-dash-designed .cc-svg .line-2{stroke:var(--sand);stroke-width:1.3;fill:none;stroke-linecap:round;stroke-dasharray:5 4;opacity:0;animation:sdCcFade 1s 1.2s forwards} .sd-dash-designed .cc-svg .fill{fill:url(#v1-grad);opacity:0;animation:sdCcFade 1s .9s forwards} .sd-dash-designed .cc-svg .dot{fill:var(--cream);opacity:0;animation:sdCcDot 4s infinite} .sd-dash-designed .cc-svg .dot:nth-of-type(1){animation-delay:1.6s} .sd-dash-designed .cc-svg .dot:nth-of-type(2){animation-delay:2.2s} .sd-dash-designed .cc-svg .dot:nth-of-type(3){animation-delay:2.8s} .sd-dash-designed .cc-svg .dot:nth-of-type(4){animation-delay:3.4s} .sd-dash-designed .cc-svg .xlabel{font-family:var(--font-mono);font-size:7.5px;fill:rgba(255,246,232,.45);letter-spacing:.08em;text-transform:uppercase} @keyframes sdCcDraw{to{stroke-dashoffset:0}} @keyframes sdCcFade{to{opacity:1}} @keyframes sdCcDot{0%,40%{opacity:0;r:2}50%{opacity:1;r:4;filter:drop-shadow(0 0 6px rgba(255,246,232,.7))}100%{opacity:.55;r:3}} .sd-dash-designed .side-col{display:flex;flex-direction:column;gap:10px;min-height:0;min-width:0} .sd-dash-designed .ai-card{ background:linear-gradient(180deg,#fff6e8 0%,#fbead0 100%);color:var(--navy); border-radius:11px;padding:12px;position:relative;overflow:hidden; box-shadow:0 14px 28px rgba(0,0,0,.28); } .sd-dash-designed .ai-card::before{content:"";position:absolute;inset:0;border-radius:11px;background:linear-gradient(180deg,rgba(255,255,255,.55),transparent 45%);pointer-events:none} .sd-dash-designed .ai-lbl{display:flex;align-items:center;gap:6px;font-family:var(--font-mono);font-size:8.5px;letter-spacing:.14em;text-transform:uppercase;color:var(--dark-blue);font-weight:600;margin-bottom:6px;position:relative} .sd-dash-designed .ai-lbl .pulse{width:6px;height:6px;border-radius:50%;background:var(--coral);box-shadow:0 0 0 3px rgba(219,99,93,.2);animation:sdDbPulse 1.8s ease-in-out infinite} .sd-dash-designed .ai-body{font-size:11.5px;line-height:1.45;color:var(--navy);min-height:42px;font-weight:500;position:relative} .sd-dash-designed .ai-body .cur{display:inline-block;width:5px;height:11px;background:var(--coral);vertical-align:-1px;margin-left:1px;animation:sdDbBlink 1s steps(2) infinite} @keyframes sdDbBlink{50%{opacity:0}} .sd-dash-designed .ai-chips{display:flex;flex-wrap:wrap;gap:4px;margin-top:8px;position:relative} .sd-dash-designed .ai-chip{font-size:9px;padding:4px 8px;border-radius:999px;background:rgba(35,92,129,.1);color:var(--dark-blue);font-family:var(--font-mono);letter-spacing:.04em;font-weight:500} .sd-dash-designed .ai-chip.strong{background:var(--coral);color:var(--cream)} .sd-dash-designed .ai-feed{list-style:none;margin:0 0 10px;padding:0;display:flex;flex-direction:column;gap:6px;position:relative} .sd-dash-designed .ai-feed li{display:grid;grid-template-columns:38px 1fr;gap:8px;font-size:11px;line-height:1.4;color:var(--navy);align-items:baseline} .sd-dash-designed .ai-feed .fd{font-family:var(--font-mono);font-size:9px;letter-spacing:.06em;color:var(--dark-blue);opacity:.7} .sd-dash-designed .ai-feed b{font-weight:600;color:var(--coral)} .sd-dash-designed .ai-btn{ display:inline-flex;align-items:center;gap:6px; background:var(--coral);color:var(--cream); font-family:var(--font-display);font-weight:600;font-size:11px; padding:8px 12px;border-radius:999px;cursor:pointer; box-shadow:0 6px 14px -4px rgba(219,99,93,.5); transition:transform .2s var(--ease), box-shadow .2s var(--ease); position:relative;z-index:1; } .sd-dash-designed .ai-btn svg{width:12px;height:12px} .sd-dash-designed .ai-btn:hover{transform:translateY(-1px);box-shadow:0 10px 18px -4px rgba(219,99,93,.6)} .sd-dash-designed .kpi-info{ position:absolute;top:8px;right:8px; width:16px;height:16px;border-radius:50%;padding:0; background:transparent;color:rgba(255,246,232,.38); display:grid;place-items:center;cursor:help;z-index:3; transition:color .2s var(--ease); } .sd-dash-designed .kpi-info svg{width:14px;height:14px} .sd-dash-designed .kpi-info:hover{color:var(--cream)} .sd-dash-designed .kpi-info .tip{ position:absolute;bottom:calc(100% + 8px);right:-6px; width:220px;padding:10px 12px;border-radius:8px; background:#06131f;color:var(--cream); font-family:var(--font-body);font-size:11px;font-weight:400;line-height:1.45;letter-spacing:0;text-transform:none; border:1px solid rgba(255,246,232,.14);box-shadow:0 14px 28px rgba(0,0,0,.45); opacity:0;transform:translateY(4px);pointer-events:none; transition:opacity .18s var(--ease), transform .18s var(--ease); z-index:10; } .sd-dash-designed .kpi-info .tip::after{ content:"";position:absolute;top:100%;right:10px; border:6px solid transparent;border-top-color:#06131f; } .sd-dash-designed .kpi-info:hover .tip, .sd-dash-designed .kpi-info:focus-visible .tip{opacity:1;transform:translateY(0);pointer-events:auto} .sd-dash-designed .sources-card{ flex:1;background:rgba(10,25,45,.55);border:1px solid rgba(255,246,232,.08); border-radius:11px;padding:12px;min-height:0;display:flex;flex-direction:column;gap:6px; } .sd-dash-designed .sc-head{display:flex;justify-content:space-between;align-items:center} .sd-dash-designed .sc-head h5{font-family:var(--font-display);font-weight:600;font-size:11px;margin:0;color:var(--cream)} .sd-dash-designed .sc-head .stat{font-family:var(--font-mono);font-size:8.5px;letter-spacing:.1em;color:#9ec6a5} .sd-dash-designed .src-list{display:flex;flex-direction:column;gap:3px;flex:1;min-height:0;justify-content:space-evenly} .sd-dash-designed .src-row{display:grid;grid-template-columns:16px 1fr auto 8px;gap:8px;align-items:center;font-size:10.5px} .sd-dash-designed .src-row .ic{width:16px;height:16px;border-radius:4px;display:grid;place-items:center;font-family:var(--font-mono);font-size:7px;font-weight:600;color:var(--cream);letter-spacing:.04em} .sd-dash-designed .src-row .nm{color:rgba(255,246,232,.66);white-space:nowrap;overflow:hidden;text-overflow:ellipsis} .sd-dash-designed .src-row .lat{font-family:var(--font-mono);font-size:8.5px;color:rgba(255,246,232,.38)} .sd-dash-designed .src-row .st{width:6px;height:6px;border-radius:50%;background:#7cc18a;box-shadow:0 0 0 2px rgba(124,193,138,.2)} .sd-dash-designed .src-row.alert .st{background:var(--coral);box-shadow:0 0 0 2px rgba(219,99,93,.2);animation:sdDbPulse 1.5s infinite} .sd-dash-designed .src-row.alert .nm{color:var(--cream)} .sd-dash-designed .src-row.alert .lat{color:var(--coral)} .sd-dash-designed .stats{ background:var(--dark-blue);color:var(--cream); padding:clamp(56px,6vw,88px) 0;position:relative;overflow:hidden; isolation:isolate;z-index:2;} .sd-dash-designed .stats::before{ content:"";position:absolute;inset:-120px 0; background:radial-gradient(ellipse 80% 70% at 50% 0%,rgba(84,146,182,.15),transparent 58%); pointer-events:none; z-index:2; -webkit-mask-image:linear-gradient(to bottom,transparent 0%,#000 18%,#000 82%,transparent 100%); mask-image:linear-gradient(to bottom,transparent 0%,#000 18%,#000 82%,transparent 100%); } .sd-dash-designed .stats-grid{ position:relative;z-index:3;display:grid;grid-template-columns:repeat(4,1fr); gap:clamp(24px,3vw,48px); } @media(max-width:800px){.sd-dash-designed .stats-grid{grid-template-columns:repeat(2,1fr)}} .sd-dash-designed .stat .eyebrow{color:var(--sand);margin-bottom:14px} .sd-dash-designed .stat .num{ font-family:var(--font-display);font-weight:700; font-size:clamp(40px,4.2vw,60px);line-height:1;letter-spacing:-.03em; color:var(--cream); } .sd-dash-designed .stat .lbl{color:var(--on-dark-muted);font-size:15px;margin-top:10px;max-width:220px} .sd-dash-designed .stat .spark-stat{height:24px;margin-top:14px;opacity:.8} .sd-dash-designed .stat .spark-stat path{stroke:var(--med-blue);stroke-width:1.5;fill:none} .sd-dash-designed .problem{background:var(--cream)} .sd-dash-designed .problem-lead{display:grid;grid-template-columns:1fr 1.2fr;gap:48px;margin-bottom:72px} @media(max-width:800px){.sd-dash-designed .problem-lead{grid-template-columns:1fr;gap:24px}} .sd-dash-designed .problem-lead p{font-size:17px;color:var(--fg-muted);line-height:1.6;max-width:560px} .sd-dash-designed .pain-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px} @media(max-width:900px){.sd-dash-designed .pain-grid{grid-template-columns:1fr}} .sd-dash-designed .pain{ position:relative;background:var(--surface);border-radius:22px; padding:28px;box-shadow:var(--shadow-card);overflow:hidden; transition:transform .3s var(--ease), box-shadow .3s var(--ease); border:1px solid rgba(17,49,74,.04); } .sd-dash-designed .pain:hover{transform:translateY(-3px);box-shadow:0 20px 44px rgba(13,31,46,.1)} .sd-dash-designed .pain .eyebrow{margin-bottom:14px} .sd-dash-designed .pain h3{margin:0 0 10px;font-size:22px;line-height:1.25} .sd-dash-designed .pain p{color:var(--fg-muted);font-size:15px;line-height:1.55} .sd-dash-designed .pain-anim{ margin-top:20px;height:110px;border-radius:14px; position:relative;overflow:hidden;border:1px solid rgba(17,49,74,.05); background:linear-gradient(180deg,#fbead0 0%,#f4dcb4 100%); } .sd-dash-designed .pain-anim svg{position:absolute;inset:0;width:100%;height:100%} .sd-dash-designed .pain::before{ content:"";position:absolute;top:-40px;right:-40px;width:160px;height:160px;border-radius:50%; border:1.5px solid var(--med-blue);opacity:0;pointer-events:none; } .sd-dash-designed .pain.sonar-on::before{animation:sdCardSonar 4s var(--ease) forwards} @keyframes sdCardSonar{ 0%{opacity:.25;transform:scale(.4)} 80%{opacity:.05} 100%{opacity:0;transform:scale(1.4)} } .sd-dash-designed .browser-frame{ position:absolute;top:14px;left:14px;right:14px;bottom:14px; background:#fff;border-radius:8px; border:1px solid rgba(17,49,74,.12); box-shadow:0 4px 12px rgba(13,31,46,.06); overflow:hidden; } .sd-dash-designed .browser-bar{ height:22px;background:#f0e4cf;display:flex;align-items:center; padding:0 8px;gap:4px;border-bottom:1px solid rgba(17,49,74,.08); } .sd-dash-designed .browser-bar .dot{width:6px;height:6px;border-radius:50%;background:rgba(17,49,74,.2)} .sd-dash-designed .browser-tabs{ display:flex;gap:2px;padding:0 6px;margin-top:0; position:absolute;top:22px;left:0;right:0; } .sd-dash-designed .browser-tabs b{ flex:1 1 0;min-width:0;height:18px;display:flex;align-items:center;justify-content:center; font-family:var(--font-mono);font-size:6.5px;letter-spacing:.02em; color:rgba(17,49,74,.55);background:#e9dcc5; border-radius:5px 5px 0 0;padding:0 3px; white-space:nowrap;overflow:hidden;text-overflow:clip; transition:background .4s var(--ease), color .4s var(--ease); } .sd-dash-designed .browser-tabs b.on{background:#fff;color:var(--navy);font-weight:600} .sd-dash-designed .browser-body{ position:absolute;top:41px;left:0;right:0;bottom:0;background:#fff; padding:8px 10px;display:flex;flex-direction:column;gap:5px; } .sd-dash-designed .browser-body .row{ height:5px;border-radius:2px;background:rgba(35,92,129,.18); animation:sdRowshift 1.4s var(--ease) infinite; } .sd-dash-designed .browser-body .row:nth-child(2){width:70%;background:rgba(219,99,93,.32);animation-delay:.15s} .sd-dash-designed .browser-body .row:nth-child(3){width:55%;animation-delay:.3s} .sd-dash-designed .browser-body .row:nth-child(4){width:80%;animation-delay:.45s} .sd-dash-designed .browser-body .row:nth-child(5){width:40%;background:rgba(246,200,147,.6);animation-delay:.6s} @keyframes sdRowshift{0%,100%{opacity:.5}50%{opacity:1}} .sd-dash-designed .cursor{ position:absolute;width:12px;height:14px; color:var(--navy);filter:drop-shadow(0 1px 1px rgba(0,0,0,.25)); animation:sdCursorHop 4.4s var(--ease) infinite;pointer-events:none;z-index:3; } .sd-dash-designed .cursor svg{width:100%;height:100%;fill:currentColor;position:static} @keyframes sdCursorHop{ 0%  {top:28px;left:20px} 18% {top:28px;left:20px} 22% {top:28px;left:calc(14% + 20px)} 40% {top:28px;left:calc(14% + 20px)} 44% {top:28px;left:calc(28% + 20px)} 62% {top:28px;left:calc(28% + 20px)} 66% {top:28px;left:calc(56% + 20px)} 84% {top:28px;left:calc(56% + 20px)} 88% {top:28px;left:calc(70% + 20px)} 100%{top:28px;left:20px} } .sd-dash-designed .sheet-frame{ position:absolute;top:14px;left:14px;right:14px;bottom:14px; background:#fff;border-radius:8px;border:1px solid rgba(17,49,74,.12); overflow:hidden;box-shadow:0 4px 12px rgba(13,31,46,.06); } .sd-dash-designed .sheet-head{ height:18px;background:#edf4f8;display:grid; grid-template-columns:24px repeat(4,1fr);border-bottom:1px solid rgba(17,49,74,.08); } .sd-dash-designed .sheet-head b{ font-family:var(--font-mono);font-size:7px;letter-spacing:.08em; color:var(--dark-blue);display:flex;align-items:center;justify-content:center; border-right:1px solid rgba(17,49,74,.08); } .sd-dash-designed .sheet-head b:first-child{background:#e1eaf1} .sd-dash-designed .sheet-rows{ position:absolute;top:19px;left:0;right:0;bottom:0; display:grid;grid-template-columns:24px repeat(4,1fr);grid-auto-rows:14px; } .sd-dash-designed .sheet-rows span{ border-right:1px solid rgba(17,49,74,.05); border-bottom:1px solid rgba(17,49,74,.05); display:flex;align-items:center;padding:0 4px; font-family:var(--font-mono);font-size:7px;color:rgba(17,49,74,.55); } .sd-dash-designed .sheet-rows .rh{background:#f4f8fb;color:var(--dark-blue);justify-content:center;font-size:6.5px;letter-spacing:.06em} .sd-dash-designed .sheet-rows .hl{animation:sdCellFlash 3s var(--ease) infinite} .sd-dash-designed .sheet-rows .hl:nth-of-type(8n){animation-delay:.3s} .sd-dash-designed .sheet-rows .hl:nth-of-type(8n+1){animation-delay:.7s;background:rgba(219,99,93,.14)} .sd-dash-designed .sheet-rows .hl:nth-of-type(8n+3){animation-delay:1.1s} @keyframes sdCellFlash{ 0%,30%{background:transparent} 45%{background:rgba(219,99,93,.35)} 60%,100%{background:transparent} } .sd-dash-designed .countdown{ position:absolute;bottom:10px;right:12px; background:var(--coral);color:var(--cream); font-family:var(--font-mono);font-weight:700;font-size:10px;letter-spacing:.08em; padding:3px 8px;border-radius:999px; box-shadow:0 4px 10px rgba(219,99,93,.35); display:flex;align-items:center;gap:4px;z-index:3; } .sd-dash-designed .countdown::before{ content:"";width:5px;height:5px;border-radius:50%;background:var(--cream); animation:sdDbPulse 1s infinite; } .sd-dash-designed .graveyard-frame{ position:absolute;top:14px;left:14px;right:14px;bottom:14px; background:#fff;border-radius:8px;border:1px solid rgba(17,49,74,.12); overflow:hidden;box-shadow:0 4px 12px rgba(13,31,46,.06); display:grid;grid-template-columns:24px repeat(4,1fr); grid-auto-rows:14px; } .sd-dash-designed .graveyard-frame > *{ border-right:1px solid rgba(17,49,74,.06); border-bottom:1px solid rgba(17,49,74,.06); display:flex;align-items:center;padding:0 4px; font-family:var(--font-mono);font-size:7px;color:rgba(17,49,74,.5); } .sd-dash-designed .graveyard-frame .hdr{ background:#edf4f8;font-weight:600;color:var(--dark-blue); justify-content:center;letter-spacing:.06em;font-size:6.5px; } .sd-dash-designed .graveyard-frame .rh{background:#f4f8fb;color:var(--dark-blue);justify-content:center;font-size:6.5px} .sd-dash-designed .graveyard-frame .err{ color:var(--coral);background:rgba(219,99,93,.08);font-weight:700; animation:sdErrBlink 2.2s var(--ease) infinite; } .sd-dash-designed .graveyard-frame .err.d2{animation-delay:.4s} .sd-dash-designed .graveyard-frame .err.d3{animation-delay:.8s} .sd-dash-designed .graveyard-frame .err.d4{animation-delay:1.2s} @keyframes sdErrBlink{ 0%,55%,100%{background:rgba(219,99,93,.08);color:var(--coral)} 70%,85%{background:rgba(219,99,93,.3);color:#fff} } .sd-dash-designed .graveyard-frame .dust-layer{ grid-column:1/-1;grid-row:1/-1;pointer-events:none; background:linear-gradient(180deg,rgba(244,220,180,0) 0%,rgba(244,220,180,0) 55%,rgba(244,220,180,.65) 100%); border:0;padding:0; } .sd-dash-designed .graveyard-frame .dust-layer::after{ content:"LAST EDITED \2014 247 DAYS AGO"; position:absolute;bottom:6px;left:50%;transform:translateX(-50%); font-family:var(--font-mono);font-size:6.5px;letter-spacing:.1em; color:var(--navy);opacity:.55; background:rgba(255,255,255,.6);padding:2px 8px;border-radius:999px; } .sd-dash-designed .how{ background:linear-gradient(180deg,var(--dark-blue) 0%,var(--med-blue) 100%); color:var(--cream); position:relative;overflow:hidden; isolation:isolate;z-index:2;} .sd-dash-designed .how::before{ content:"";position:absolute;top:10%;left:30%;width:40%;height:80%; background:linear-gradient(165deg,rgba(246,200,147,.18),transparent 60%); filter:blur(40px);pointer-events:none;opacity:.6; } .sd-dash-designed .how h2, .sd-dash-designed .how h3, .sd-dash-designed .how h4{color:var(--cream)} .sd-dash-designed .how p{color:rgba(255,246,232,.78)} .sd-dash-designed .how .eyebrow{color:var(--sand)} .sd-dash-designed .how-head{display:grid;grid-template-columns:1fr 1.3fr;gap:48px;margin-bottom:56px} @media(max-width:800px){.sd-dash-designed .how-head{grid-template-columns:1fr}} .sd-dash-designed .phases{position:relative;padding-left:clamp(0px,4vw,80px)} .sd-dash-designed .phases::before{ content:"";position:absolute;left:calc(80px + clamp(0px,4vw,80px));top:30px;bottom:30px; width:1px;background:linear-gradient(180deg,transparent,rgba(255,246,232,.25) 8%,rgba(255,246,232,.25) 92%,transparent); pointer-events:none; } @media(max-width:820px){.sd-dash-designed .phases::before{display:none}.sd-dash-designed .phases{padding-left:0}} .sd-dash-designed .phase{ position:relative;display:grid; grid-template-columns:80px 1.2fr 220px; gap:clamp(24px,4vw,56px);align-items:center; padding:36px 0;border-top:1px solid rgba(255,246,232,.14); } .sd-dash-designed .phase:last-child{border-bottom:1px solid rgba(255,246,232,.14)} @media(max-width:820px){ .sd-dash-designed .phase{grid-template-columns:60px 1fr;gap:20px;padding:28px 0} .sd-dash-designed .phase-diagram{grid-column:1/-1;width:100%;max-width:360px;margin-top:8px} } .sd-dash-designed .phase-num{ font-family:var(--font-mono);font-weight:500;font-size:11px; letter-spacing:.18em;color:var(--sand);text-transform:uppercase; position:relative;align-self:start;padding-top:6px; } .sd-dash-designed .phase-num b{ display:block;font-family:var(--font-display);font-weight:700; font-size:clamp(40px,4vw,54px);line-height:.95;letter-spacing:-.04em; background:linear-gradient(135deg,var(--salmon) 0%,var(--sand) 100%); -webkit-background-clip:text;background-clip:text; -webkit-text-fill-color:transparent;color:transparent; margin-top:4px; } .sd-dash-designed .phase-num::after{ content:"";position:absolute;left:calc(100% + (clamp(24px,4vw,56px) / 2) - 4px);top:8px; width:8px;height:8px;border-radius:50%;background:var(--coral); box-shadow:0 0 0 4px var(--dark-blue),0 0 0 5px rgba(219,99,93,.4); z-index:2; } @media(max-width:820px){.sd-dash-designed .phase-num::after{display:none}} .sd-dash-designed .phase-body h3{font-size:clamp(21px,2vw,28px);line-height:1.2;margin:0 0 10px;max-width:520px;color:var(--cream)} .sd-dash-designed .phase-body p{color:rgba(255,246,232,.78);max-width:480px;font-size:16px;line-height:1.6} .sd-dash-designed .phase-body .meta{ display:inline-flex;align-items:center;gap:8px;margin-top:14px; font-family:var(--font-mono);font-size:11px;letter-spacing:.1em;text-transform:uppercase; color:var(--sand); } .sd-dash-designed .phase-body .meta::before{ content:"";width:14px;height:1px;background:var(--coral); } .sd-dash-designed .phase-diagram{ width:100%;max-width:220px;aspect-ratio:5/4;border-radius:14px; background:var(--surface); border:1px solid var(--border);box-shadow:var(--shadow-card); position:relative;overflow:hidden;justify-self:end; } .sd-dash-designed .phase-diagram::before{ content:"";position:absolute;inset:0; background:radial-gradient(circle at 80% 0%,rgba(246,200,147,.22),transparent 60%); pointer-events:none; } .sd-dash-designed .phase-diagram svg{position:absolute;inset:0;width:100%;height:100%} .sd-dash-designed .pd-tag{ position:absolute;top:10px;left:10px;z-index:3; font-family:var(--font-mono);font-size:8.5px;letter-spacing:.12em; text-transform:uppercase;color:var(--dark-blue); background:rgba(255,255,255,.75);backdrop-filter:blur(4px); padding:3px 7px;border-radius:999px;border:1px solid var(--border); } .sd-dash-designed .pd-listen .b1, .sd-dash-designed .pd-listen .b2{position:absolute;border-radius:10px;padding:6px 9px;font-family:var(--font-mono);font-size:7px;letter-spacing:.06em;color:var(--navy);background:#fff;border:1px solid var(--border);box-shadow:0 3px 8px rgba(13,31,46,.06)} .sd-dash-designed .pd-listen .b1{top:44px;left:14px} .sd-dash-designed .pd-listen .b2{bottom:22px;right:14px;background:var(--coral);color:var(--cream);border-color:transparent} .sd-dash-designed .pd-listen .b2 .wave{display:flex;gap:2px;align-items:center;height:10px;margin-top:3px} .sd-dash-designed .pd-listen .b2 .wave i{width:2px;background:var(--cream);border-radius:2px;animation:sdWavebar 1.4s ease-in-out infinite} .sd-dash-designed .pd-listen .b2 .wave i:nth-child(1){height:30%} .sd-dash-designed .pd-listen .b2 .wave i:nth-child(2){height:70%;animation-delay:.1s} .sd-dash-designed .pd-listen .b2 .wave i:nth-child(3){height:100%;animation-delay:.2s} .sd-dash-designed .pd-listen .b2 .wave i:nth-child(4){height:55%;animation-delay:.3s} .sd-dash-designed .pd-listen .b2 .wave i:nth-child(5){height:80%;animation-delay:.4s} .sd-dash-designed .pd-listen .b2 .wave i:nth-child(6){height:40%;animation-delay:.5s} @keyframes sdWavebar{0%,100%{transform:scaleY(.5)}50%{transform:scaleY(1)}} .sd-dash-designed .pd-map .hub-svg{position:absolute;inset:0;width:100%;height:100%} .sd-dash-designed .pd-map .hub-svg .edge{stroke:var(--med-blue);stroke-width:1;fill:none;stroke-dasharray:3 3;animation:sdDash 3s linear infinite;opacity:.7} @keyframes sdDash{to{stroke-dashoffset:-12}} .sd-dash-designed .pd-map .hub-svg .node{fill:#fff;stroke:var(--dark-blue);stroke-width:1.2} .sd-dash-designed .pd-map .hub-svg .lbl{font-family:var(--font-mono);font-size:6px;fill:var(--dark-blue);letter-spacing:.06em;text-anchor:middle} .sd-dash-designed .pd-map .hub-svg .hub{fill:var(--coral);animation:sdHubpulse 2.6s ease-in-out infinite} @keyframes sdHubpulse{0%,100%{r:7}50%{r:9}} .sd-dash-designed .pd-map .hub-svg .hubtxt{font-family:var(--font-mono);font-size:6px;fill:#fff;font-weight:700;text-anchor:middle} .sd-dash-designed .pd-design .sheet{position:absolute;inset:20px 14px 14px;background:#fff;border:1px solid var(--border);border-radius:6px;padding:9px;display:flex;flex-direction:column;gap:5px;box-shadow:0 2px 6px rgba(13,31,46,.04)} .sd-dash-designed .pd-design .sheet .hd{display:flex;align-items:center;justify-content:space-between;font-family:var(--font-mono);font-size:6px;letter-spacing:.14em;color:var(--fg-subtle);text-transform:uppercase} .sd-dash-designed .pd-design .sheet .hd .dots{display:flex;gap:2px} .sd-dash-designed .pd-design .sheet .hd .dots i{width:4px;height:4px;border-radius:50%;background:rgba(35,92,129,.2)} .sd-dash-designed .pd-design .sheet .row{display:grid;gap:5px} .sd-dash-designed .pd-design .sheet .row.k{grid-template-columns:1fr 1fr 1fr} .sd-dash-designed .pd-design .sheet .row.big{grid-template-columns:1.6fr 1fr;flex:1} .sd-dash-designed .pd-design .sheet .box{border:1.2px dashed rgba(35,92,129,.4);border-radius:4px;background:rgba(35,92,129,.04);position:relative;padding:5px 6px;min-height:16px;display:flex;flex-direction:column;justify-content:center;gap:3px} .sd-dash-designed .pd-design .sheet .box .ln{height:1.5px;border-radius:1px;background:rgba(35,92,129,.35);width:60%} .sd-dash-designed .pd-design .sheet .box .ln.w{width:35%} .sd-dash-designed .pd-design .sheet .row.k .box{align-items:center;text-align:center} .sd-dash-designed .pd-design .sheet .row.big .box{min-height:0} .sd-dash-designed .pd-design .sheet .box.trend::after{ content:"";position:absolute;left:8%;right:8%;bottom:30%;height:40%; background:linear-gradient(to top right,transparent 49%,rgba(219,99,93,.55) 49.5%,rgba(219,99,93,.55) 50.5%,transparent 51%); } .sd-dash-designed .pd-design .sheet .box.pin{background:rgba(219,99,93,.08);border-color:rgba(219,99,93,.45)} .sd-dash-designed .pd-design .sheet .box.pin::before{content:"\2605";position:absolute;top:-5px;right:-5px;width:11px;height:11px;border-radius:50%;background:var(--coral);color:#fff;font-size:7px;display:grid;place-items:center;line-height:1} .sd-dash-designed .pd-design .note{position:absolute;font-family:'Caveat',var(--font-display);font-size:11px;color:var(--coral);transform:rotate(-6deg);z-index:3;pointer-events:none;white-space:nowrap} .sd-dash-designed .pd-design .note.n1{top:30px;right:10px;transform:rotate(6deg)} .sd-dash-designed .pd-design .note.n2{bottom:22px;left:14px;color:var(--dark-blue);transform:rotate(-4deg);font-size:10px} .sd-dash-designed .pd-design .arrow{position:absolute;z-index:3;pointer-events:none} .sd-dash-designed .pd-design .arrow svg{width:100%;height:100%;overflow:visible} .sd-dash-designed .pd-design .arrow svg path{stroke:var(--coral);stroke-width:1.2;fill:none;stroke-linecap:round} .sd-dash-designed .pd-design .arrow.a1{top:38px;right:38px;width:30px;height:20px} .sd-dash-designed .pd-design .pen{position:absolute;bottom:10px;right:10px;width:30px;height:30px;transform:rotate(-22deg);animation:sdPen 3.2s ease-in-out infinite;z-index:4;filter:drop-shadow(0 2px 3px rgba(13,31,46,.15))} @keyframes sdPen{0%,100%{transform:rotate(-22deg) translate(0,0)}50%{transform:rotate(-18deg) translate(-4px,-4px)}} .sd-dash-designed .pd-build .card{position:absolute;inset:20px 14px 14px;border:1px solid var(--border);border-radius:6px;background:#fff;padding:9px 8px;overflow:hidden;display:flex;flex-direction:column;gap:6px} .sd-dash-designed .pd-build .card .tabs{display:flex;gap:3px;font-family:var(--font-mono);font-size:6px;letter-spacing:.14em;text-transform:uppercase} .sd-dash-designed .pd-build .card .tabs i{padding:2px 5px;border-radius:3px;background:rgba(35,92,129,.08);color:var(--fg-subtle)} .sd-dash-designed .pd-build .card .tabs i.on{background:var(--dark-blue);color:var(--cream)} .sd-dash-designed .pd-build .card .tabs i.on::before{content:"\25CF";margin-right:3px;color:#9ec6a5} .sd-dash-designed .pd-build .card .cols{display:grid;grid-template-columns:1fr 1fr 1fr;gap:5px;flex:1;min-height:0} .sd-dash-designed .pd-build .card .col{display:flex;flex-direction:column;gap:3px;min-height:0} .sd-dash-designed .pd-build .card .col .ch{font-family:var(--font-mono);font-size:5.5px;letter-spacing:.12em;color:var(--fg-subtle);text-transform:uppercase;margin-bottom:1px} .sd-dash-designed .pd-build .card .blk{border-radius:3px;padding:4px 5px;min-height:13px;display:flex;align-items:center;gap:3px;font-family:var(--font-mono);font-size:5.5px;color:var(--navy)} .sd-dash-designed .pd-build .card .col.done .blk{background:rgba(35,92,129,.92);color:var(--cream)} .sd-dash-designed .pd-build .card .col.done .blk::before{content:"\2713";font-size:7px;color:#9ec6a5;font-weight:700} .sd-dash-designed .pd-build .card .col.prog .blk{background:#fff;border:1px solid rgba(219,99,93,.45);position:relative;overflow:hidden;color:var(--navy)} .sd-dash-designed .pd-build .card .col.prog .blk::after{content:"";position:absolute;left:0;top:0;bottom:0;width:60%;background:rgba(219,99,93,.15);animation:sdBProg 2.8s ease-in-out infinite} @keyframes sdBProg{0%{width:20%}50%{width:85%}100%{width:20%}} .sd-dash-designed .pd-build .card .col.next .blk{background:transparent;border:1px dashed rgba(35,92,129,.3);color:rgba(35,92,129,.55)} .sd-dash-designed .pd-build .card .ft{display:flex;align-items:center;justify-content:space-between;font-family:var(--font-mono);font-size:6px;letter-spacing:.12em;color:var(--fg-subtle);text-transform:uppercase;padding-top:4px;border-top:1px solid var(--border)} .sd-dash-designed .pd-build .card .ft .rev{color:var(--coral);display:flex;align-items:center;gap:3px} .sd-dash-designed .pd-build .card .ft .rev::before{content:"";width:5px;height:5px;border-radius:50%;background:var(--coral);animation:sdDbPulse 1.6s ease infinite} .sd-dash-designed .pd-run .monitor{position:absolute;inset:20px 14px 22px;background:var(--deep-navy);border-radius:6px;padding:9px;display:flex;flex-direction:column;gap:5px;color:var(--cream);overflow:hidden} .sd-dash-designed .pd-run .monitor::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 80% 20%,rgba(84,146,182,.25),transparent 60%);pointer-events:none} .sd-dash-designed .pd-run .monitor .top{display:flex;align-items:center;justify-content:space-between;font-family:var(--font-mono);font-size:6px;letter-spacing:.12em;color:rgba(253,246,231,.55);text-transform:uppercase;position:relative;z-index:1} .sd-dash-designed .pd-run .monitor .top .ok{color:#9ec6a5;display:flex;align-items:center;gap:3px;font-weight:700} .sd-dash-designed .pd-run .monitor .top .ok::before{content:"";width:5px;height:5px;border-radius:50%;background:#9ec6a5;box-shadow:0 0 6px #9ec6a5;animation:sdDbPulse 1.6s ease infinite} .sd-dash-designed .pd-run .monitor .kps{display:grid;grid-template-columns:1fr 1fr;gap:4px;position:relative;z-index:1} .sd-dash-designed .pd-run .monitor .kps b{background:rgba(255,246,232,.08);border-radius:3px;padding:3px 5px;display:flex;flex-direction:column;gap:1px} .sd-dash-designed .pd-run .monitor .kps b span{font-family:var(--font-mono);font-size:5.5px;letter-spacing:.1em;color:rgba(253,246,231,.55);text-transform:uppercase} .sd-dash-designed .pd-run .monitor .kps b em{font-family:var(--font-display);font-style:normal;font-size:11px;font-weight:600;color:var(--cream);letter-spacing:-.01em} .sd-dash-designed .pd-run .monitor .kps b:nth-child(2) em{color:#f0c89e} .sd-dash-designed .pd-run .monitor .beat{flex:1;background:rgba(255,246,232,.05);border-radius:3px;padding:4px 5px;position:relative;z-index:1;display:flex;flex-direction:column;gap:2px;min-height:0} .sd-dash-designed .pd-run .monitor .beat .blbl{font-family:var(--font-mono);font-size:5.5px;letter-spacing:.1em;color:rgba(253,246,231,.55);text-transform:uppercase} .sd-dash-designed .pd-run .monitor .beat svg{width:100%;flex:1;min-height:0;display:block} .sd-dash-designed .pd-run .monitor .beat path{stroke:var(--coral);stroke-width:1.4;fill:none;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:280;stroke-dashoffset:280;animation:sdBeat 2.4s linear infinite;filter:drop-shadow(0 0 3px rgba(219,99,93,.6))} @keyframes sdBeat{0%{stroke-dashoffset:280}55%{stroke-dashoffset:0}100%{stroke-dashoffset:-280}} .sd-dash-designed .pd-run .monitor .beat::after{content:"";position:absolute;left:5px;right:5px;top:50%;height:1px;background:repeating-linear-gradient(90deg,rgba(255,246,232,.12) 0 3px,transparent 3px 6px);pointer-events:none} .sd-dash-designed .pd-run .stand{position:absolute;bottom:14px;left:50%;transform:translateX(-50%);width:40px;height:4px;background:var(--navy);border-radius:0 0 6px 6px;box-shadow:0 -1px 0 rgba(255,246,232,.08) inset} .sd-dash-designed .feats{background:var(--cream)} .sd-dash-designed .feats-head{margin-bottom:56px;max-width:800px} .sd-dash-designed .feats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px} @media(max-width:900px){.sd-dash-designed .feats-grid{grid-template-columns:repeat(2,1fr)}} @media(max-width:520px){.sd-dash-designed .feats-grid{grid-template-columns:1fr}} .sd-dash-designed .feat{ background:var(--surface);border-radius:18px;padding:24px; box-shadow:var(--shadow-card);border:1px solid rgba(17,49,74,.04); transition:transform .25s var(--ease), box-shadow .25s var(--ease); } .sd-dash-designed .feat:hover{transform:translateY(-3px);box-shadow:0 22px 44px rgba(13,31,46,.1)} .sd-dash-designed .feat:hover .ficon{color:var(--navy);transform:rotate(2deg) scale(1.05)} .sd-dash-designed .ficon{ width:38px;height:38px;display:grid;place-items:center;margin-bottom:14px; color:var(--coral);transition:color .2s var(--ease), transform .2s var(--ease); } .sd-dash-designed .ficon svg{width:100%;height:100%;stroke:currentColor;fill:none;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round} .sd-dash-designed .feat h4{font-family:var(--font-display);font-weight:600;font-size:16px;margin:0 0 6px;line-height:1.3} .sd-dash-designed .feat p{font-size:13.5px;color:var(--fg-muted);line-height:1.5} .sd-dash-designed .feat .num{font-family:var(--font-mono);font-size:11px;letter-spacing:.12em;color:var(--fg-subtle);display:block;margin-bottom:8px} .sd-dash-designed .notfor{background:var(--warm)} .sd-dash-designed .notfor-grid{display:grid;grid-template-columns:1fr 1.3fr;gap:56px} @media(max-width:800px){.sd-dash-designed .notfor-grid{grid-template-columns:1fr;gap:32px}} .sd-dash-designed .notfor ul{list-style:none;margin:0;padding:0;display:grid;gap:18px} .sd-dash-designed .notfor li{ display:grid;grid-template-columns:auto 1fr;gap:16px;align-items:start; padding:20px 0;border-bottom:1px solid var(--border); } .sd-dash-designed .notfor li:last-child{border-bottom:0} .sd-dash-designed .notfor li b{ width:10px;height:10px;border-radius:50%;background:var(--coral); margin-top:10px;box-shadow:0 0 0 6px rgba(219,99,93,.12); } .sd-dash-designed .notfor li p{font-size:17px;color:var(--navy);line-height:1.55} .sd-dash-designed .pricing{background:var(--cream)} .sd-dash-designed .pricing-head{margin-bottom:56px;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:end} @media(max-width:800px){.sd-dash-designed .pricing-head{grid-template-columns:1fr}} .sd-dash-designed .price-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:24px} @media(max-width:820px){.sd-dash-designed .price-grid{grid-template-columns:1fr}} .sd-dash-designed .tier{ position:relative;border-radius:26px;padding:clamp(32px,4vw,48px); overflow:hidden;transition:transform .3s var(--ease); } .sd-dash-designed .tier:hover{transform:translateY(-4px)} .sd-dash-designed .tier.primary{ background:linear-gradient(180deg,var(--navy) 0%,var(--deep-navy) 100%); color:var(--cream);box-shadow:0 30px 60px -20px rgba(13,31,46,.45); } .sd-dash-designed .tier.primary::before{ content:"";position:absolute;top:-40%;right:-20%;width:80%;height:120%; background:radial-gradient(ellipse,rgba(219,99,93,.16),transparent 60%); filter:blur(40px);pointer-events:none; } .sd-dash-designed .tier.secondary{ background:var(--surface);color:var(--navy); box-shadow:var(--shadow-card);border:1px solid var(--border); } .sd-dash-designed .tier .eyebrow{margin-bottom:16px} .sd-dash-designed .tier.primary .eyebrow{color:var(--sand)} .sd-dash-designed .tier h3{font-size:clamp(26px,2.4vw,34px);margin:0 0 20px;line-height:1.15} .sd-dash-designed .tier.primary h3{color:var(--cream)} .sd-dash-designed .amount{display:flex;align-items:baseline;gap:8px;margin-bottom:6px} .sd-dash-designed .amount .big{font-family:var(--font-display);font-weight:700;font-size:clamp(48px,5vw,64px);letter-spacing:-.03em;line-height:1} .sd-dash-designed .tier.primary .amount .big{color:var(--cream)} .sd-dash-designed .amount .cad{font-size:14px;color:var(--fg-muted);font-family:var(--font-mono);letter-spacing:.08em} .sd-dash-designed .tier.primary .amount .cad{color:var(--on-dark-muted)} .sd-dash-designed .tier .desc{font-size:15px;line-height:1.55;margin:20px 0 24px;max-width:420px} .sd-dash-designed .tier.primary .desc{color:var(--on-dark-muted)} .sd-dash-designed .tier.secondary .desc{color:var(--fg-muted)} .sd-dash-designed .tier ul{list-style:none;margin:0 0 32px;padding:0;display:grid;gap:10px;position:relative;z-index:2} .sd-dash-designed .tier li{display:grid;grid-template-columns:18px 1fr;gap:10px;align-items:start;font-size:14px;line-height:1.5} .sd-dash-designed .tier li svg{width:14px;height:14px;margin-top:3px;color:var(--coral);stroke-width:2.5;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round} .sd-dash-designed .tier.primary li{color:var(--on-dark-muted)} .sd-dash-designed .tier.primary li svg{color:var(--sand)} .sd-dash-designed .tier .btn{position:relative;z-index:2} .sd-dash-designed .sticky-bar{ position:fixed;left:50%;bottom:24px;transform:translateX(-50%) translateY(120%); background:var(--navy);color:var(--cream);border-radius:999px; padding:10px 10px 10px 24px;display:flex;align-items:center;gap:16px; box-shadow:0 20px 40px rgba(13,31,46,.35);z-index:70; transition:transform .4s var(--ease); border:1px solid var(--border-dark); } .sd-dash-designed .sticky-bar.on{transform:translateX(-50%) translateY(0)} .sd-dash-designed .sticky-bar .tier-name{font-family:var(--font-mono);font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--sand)} .sd-dash-designed .sticky-bar .tier-amt{font-family:var(--font-display);font-weight:700;font-size:18px;letter-spacing:-.02em} .sd-dash-designed .sticky-bar .toggle{display:flex;background:rgba(255,246,232,.08);border-radius:999px;padding:3px} .sd-dash-designed .sticky-bar .toggle button{padding:6px 12px;border-radius:999px;font-size:12px;color:var(--on-dark-muted);font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase} .sd-dash-designed .sticky-bar .toggle button.on{background:var(--cream);color:var(--navy)} .sd-dash-designed .sticky-bar .btn{padding:10px 20px;font-size:13px;animation:sdCtaPulse 2s ease-in-out infinite} @keyframes sdCtaPulse{0%,100%{box-shadow:0 10px 24px -6px rgba(219,99,93,.45)}50%{box-shadow:0 14px 34px -4px rgba(219,99,93,.7)}} @media(max-width:720px){.sd-dash-designed .sticky-bar{left:12px;right:12px;transform:translateY(120%);bottom:12px;border-radius:18px;flex-wrap:wrap;justify-content:center;padding:12px}.sd-dash-designed .sticky-bar.on{transform:translateY(0)}} .sd-dash-designed .mobile{ background:linear-gradient(180deg,var(--salmon) 0%,var(--sand) 100%); color:var(--navy);overflow:hidden;position:relative; isolation:isolate;z-index:2;} .sd-dash-designed .mobile::before{ content:"";position:absolute;inset:-120px 0; background:radial-gradient(ellipse 70% 60% at 80% 40%,rgba(255,246,232,.35),transparent 58%); pointer-events:none; z-index:2; -webkit-mask-image:linear-gradient(to bottom,transparent 0%,#000 18%,#000 82%,transparent 100%); mask-image:linear-gradient(to bottom,transparent 0%,#000 18%,#000 82%,transparent 100%); } .sd-dash-designed .mobile-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;position:relative;z-index:3} @media(max-width:820px){.sd-dash-designed .mobile-grid{grid-template-columns:1fr}} .sd-dash-designed .mobile h2{color:var(--navy)} .sd-dash-designed .mobile p{color:rgba(17,49,74,.78)} .sd-dash-designed .mobile .lede{color:rgba(17,49,74,.78)} .sd-dash-designed .mobile .eyebrow{color:var(--dark-blue)} .sd-dash-designed .mobile-bullets{list-style:none;margin:32px 0 0;padding:0;display:grid;gap:14px} .sd-dash-designed .mobile-bullets li{display:grid;grid-template-columns:20px 1fr;gap:12px;align-items:start} .sd-dash-designed .mobile-bullets li svg{width:18px;height:18px;color:var(--dark-blue);margin-top:3px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round} .sd-dash-designed .mobile-bullets li span{color:var(--navy);font-size:15px;line-height:1.55} .sd-dash-designed .phone{ width:260px;aspect-ratio:9/19;background:#0a1625;border-radius:40px; padding:10px;position:relative;margin:0 auto; box-shadow:0 40px 80px -20px rgba(0,0,0,.6), inset 0 0 0 1.5px rgba(255,246,232,.12); } .sd-dash-designed .phone::before{ content:"";position:absolute;top:16px;left:50%;transform:translateX(-50%); width:96px;height:22px;background:#000;border-radius:999px;z-index:5; } .sd-dash-designed .phone-screen{ width:100%;height:100%;border-radius:30px; background:linear-gradient(180deg,#0b2236 0%,#0d1f2e 100%); overflow:hidden;position:relative; } .sd-dash-designed .ph-status{ height:30px;padding:10px 22px 4px;display:flex;justify-content:space-between;align-items:center; font-family:var(--font-mono);font-size:9px;color:var(--on-dark-muted);letter-spacing:.08em; position:relative;z-index:2; } .sd-dash-designed .ph-status .dots{display:flex;gap:3px} .sd-dash-designed .ph-status .dots i{width:3px;height:3px;border-radius:50%;background:var(--on-dark-muted);display:block} .sd-dash-designed .ph-top{ display:flex;align-items:center;justify-content:space-between; padding:6px 12px 8px; border-bottom:1px solid rgba(255,246,232,.08); position:relative;z-index:2; } .sd-dash-designed .ph-top .ph-menu{ width:22px;height:22px;display:grid;place-items:center; border-radius:6px;background:rgba(255,246,232,.06); color:var(--on-dark-muted); } .sd-dash-designed .ph-top .ph-menu svg{width:12px;height:12px;stroke:currentColor;stroke-width:2;fill:none;stroke-linecap:round} .sd-dash-designed .ph-top .ph-ttl{ font-family:var(--font-display);font-weight:700;font-size:12px;color:var(--cream); letter-spacing:-.01em; } .sd-dash-designed .ph-top .ph-ttl span{color:var(--on-dark-muted);font-weight:500;font-size:10px;margin-right:4px} .sd-dash-designed .ph-top .ph-av{ width:22px;height:22px;border-radius:50%; background:linear-gradient(140deg,var(--coral),var(--salmon)); color:var(--cream);font-family:var(--font-display);font-size:8px;font-weight:700; display:grid;place-items:center; } .sd-dash-designed .ph-pill-row{ display:flex;align-items:center;gap:6px;padding:6px 12px 4px; font-family:var(--font-mono);font-size:7.5px;letter-spacing:.12em;color:var(--sand); position:relative;z-index:2; } .sd-dash-designed .ph-pill-row .pulse{width:5px;height:5px;border-radius:50%;background:var(--coral);box-shadow:0 0 0 0 rgba(219,99,93,.7);animation:sdPhPulse 2s infinite} @keyframes sdPhPulse{0%{box-shadow:0 0 0 0 rgba(219,99,93,.7)}70%{box-shadow:0 0 0 10px rgba(219,99,93,0)}100%{box-shadow:0 0 0 0 rgba(219,99,93,0)}} .sd-dash-designed .ph-body{ position:absolute;top:86px;left:0;right:0;bottom:0; padding:4px 10px 20px; overflow:hidden; } .sd-dash-designed .ph-scroll{ position:absolute;inset:0;padding:4px 10px 20px; display:flex;flex-direction:column;gap:10px; animation:sdPhScroll 14s var(--ease) infinite; } @keyframes sdPhScroll{ 0%,14%   {transform:translateY(0)} 28%,42%  {transform:translateY(-120px)} 56%,70%  {transform:translateY(-240px)} 84%,100% {transform:translateY(0)} } .sd-dash-designed .ph-kpis{display:grid;grid-template-columns:1fr 1fr;gap:6px} .sd-dash-designed .ph-kpi{ background:rgba(255,246,232,.04);border:1px solid rgba(255,246,232,.08); border-radius:10px;padding:8px;position:relative;overflow:hidden; } .sd-dash-designed .ph-kpi .lbl{font-family:var(--font-mono);font-size:6.5px;letter-spacing:.1em;text-transform:uppercase;color:var(--on-dark-muted);margin-bottom:2px} .sd-dash-designed .ph-kpi .val{font-family:var(--font-display);font-weight:700;font-size:14px;color:var(--cream);letter-spacing:-.02em;line-height:1} .sd-dash-designed .ph-kpi .tr{font-family:var(--font-mono);font-size:7px;margin-top:2px;color:#9ec6a5} .sd-dash-designed .ph-kpi.dn .tr, .sd-dash-designed .ph-kpi.warn .tr{color:var(--coral)} .sd-dash-designed .ph-kpi .mini{position:absolute;inset:auto 0 0 0;height:18px;width:100%;opacity:.55} .sd-dash-designed .ph-kpi .mini path{fill:none;stroke:var(--med-blue);stroke-width:1.2} .sd-dash-designed .ph-kpi.up .mini path{stroke:#78a288} .sd-dash-designed .ph-kpi.warn .mini path{stroke:var(--coral)} .sd-dash-designed .ph-chart{ background:rgba(255,246,232,.04);border:1px solid rgba(255,246,232,.08); border-radius:10px;padding:10px; } .sd-dash-designed .ph-chart .hd{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px} .sd-dash-designed .ph-chart .hd h6{font-family:var(--font-display);font-weight:600;font-size:10px;margin:0;color:var(--cream)} .sd-dash-designed .ph-chart .hd .tg{display:flex;gap:2px;font-family:var(--font-mono);font-size:7px;color:var(--on-dark-muted)} .sd-dash-designed .ph-chart .hd .tg b{padding:2px 5px;border-radius:4px;font-weight:500;letter-spacing:.08em} .sd-dash-designed .ph-chart .hd .tg b.on{background:rgba(219,99,93,.2);color:var(--coral)} .sd-dash-designed .ph-chart .big{font-family:var(--font-display);font-weight:700;font-size:16px;color:var(--cream);letter-spacing:-.02em;line-height:1;margin:4px 0} .sd-dash-designed .ph-chart .big em{font-family:var(--font-mono);font-style:normal;font-size:8px;color:#9ec6a5;margin-left:4px;font-weight:500} .sd-dash-designed .ph-chart svg{width:100%;height:42px;display:block} .sd-dash-designed .ph-chart .fill{fill:url(#ph-grad)} .sd-dash-designed .ph-chart .line{fill:none;stroke:var(--med-blue);stroke-width:1.5;stroke-linecap:round} .sd-dash-designed .ph-chart .line-2{fill:none;stroke:rgba(255,246,232,.25);stroke-width:.8;stroke-dasharray:2 2} .sd-dash-designed .ph-chart .grid{stroke:rgba(255,246,232,.06);stroke-width:.5} .sd-dash-designed .ph-ai{ background:var(--cream);border-radius:10px;padding:10px;color:var(--navy); } .sd-dash-designed .ph-ai .lb{font-family:var(--font-mono);font-size:7px;letter-spacing:.12em;color:var(--coral);display:flex;align-items:center;gap:4px;margin-bottom:4px} .sd-dash-designed .ph-ai .lb .pulse{width:5px;height:5px;border-radius:50%;background:var(--coral)} .sd-dash-designed .ph-ai ul{list-style:none;margin:0 0 6px;padding:0;display:flex;flex-direction:column;gap:3px} .sd-dash-designed .ph-ai li{display:grid;grid-template-columns:24px 1fr;gap:4px;font-size:9px;line-height:1.3;color:var(--navy)} .sd-dash-designed .ph-ai .fd{font-family:var(--font-mono);font-size:6.5px;color:var(--dark-blue);opacity:.7;letter-spacing:.06em} .sd-dash-designed .ph-ai b{color:var(--coral);font-weight:600} .sd-dash-designed .ph-ai .btn{ font-family:var(--font-display);font-weight:600;font-size:8.5px;padding:6px 9px; border-radius:999px;background:var(--coral);color:var(--cream); display:inline-flex;align-items:center;gap:4px; } .sd-dash-designed .ph-ai .btn svg{width:8px;height:8px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round} .sd-dash-designed .ph-sources{ background:rgba(255,246,232,.04);border:1px solid rgba(255,246,232,.08); border-radius:10px;padding:10px; } .sd-dash-designed .ph-sources .hd{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px} .sd-dash-designed .ph-sources .hd h6{font-family:var(--font-display);font-weight:600;font-size:10px;margin:0;color:var(--cream)} .sd-dash-designed .ph-sources .hd span{font-family:var(--font-mono);font-size:6.5px;letter-spacing:.1em;color:var(--on-dark-muted)} .sd-dash-designed .ph-src{display:grid;grid-template-columns:14px 1fr auto 8px;align-items:center;gap:6px;padding:3px 0;font-size:8px;color:var(--on-dark-muted);border-top:1px solid rgba(255,246,232,.06)} .sd-dash-designed .ph-src:first-child{border-top:0} .sd-dash-designed .ph-src .ic{width:14px;height:14px;border-radius:3px;color:var(--cream);font-family:var(--font-mono);font-size:6px;display:grid;place-items:center;font-weight:600} .sd-dash-designed .ph-src .nm{color:var(--cream);font-family:var(--font-body);font-size:8.5px} .sd-dash-designed .ph-src .lat{font-family:var(--font-mono);font-size:6.5px} .sd-dash-designed .ph-src .st{width:6px;height:6px;border-radius:50%;background:#78a288;box-shadow:0 0 5px #78a288} .sd-dash-designed .ph-src.alert .ic{background:var(--coral)} .sd-dash-designed .ph-src.alert .lat, .sd-dash-designed .ph-src.alert .nm{color:var(--coral)} .sd-dash-designed .ph-src.alert .st{background:var(--coral);box-shadow:0 0 5px var(--coral)} .sd-dash-designed .ph-tabs{ position:absolute;bottom:0;left:0;right:0; padding:8px 0 14px; background:linear-gradient(180deg,rgba(13,31,46,0),rgba(13,31,46,.95) 40%); display:flex;justify-content:space-around;align-items:center;z-index:3; } .sd-dash-designed .ph-tabs .tb{ width:24px;height:24px;display:grid;place-items:center;color:var(--on-dark-muted); } .sd-dash-designed .ph-tabs .tb.on{color:var(--coral)} .sd-dash-designed .ph-tabs .tb svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round} .sd-dash-designed .finger{ position:absolute;left:50%;bottom:18%;transform:translateX(-50%);width:22px;height:22px;border-radius:50%; background:radial-gradient(circle,rgba(255,246,232,.55),rgba(255,246,232,.1) 70%,transparent); pointer-events:none;animation:sdPhFinger 14s var(--ease) infinite;z-index:4; } @keyframes sdPhFinger{ 0%,10%{opacity:0;transform:translate(-50%,0)} 14%,20%{opacity:.85;transform:translate(-50%,0)} 25%{opacity:.9;transform:translate(-50%,-40px)} 28%,38%{opacity:0;transform:translate(-50%,0)} 42%,48%{opacity:.85;transform:translate(-50%,0)} 53%{opacity:.9;transform:translate(-50%,-40px)} 56%,100%{opacity:0;transform:translate(-50%,0)} } .sd-dash-designed .quote{background:var(--cream)} .sd-dash-designed .quote-grid{max-width:900px;margin:0 auto;text-align:left} .sd-dash-designed .quote .eyebrow{margin-bottom:32px} .sd-dash-designed .quote blockquote{ font-family:var(--font-edit);font-style:italic;font-weight:500; font-size:clamp(22px,2.6vw,34px);line-height:1.35;color:var(--navy); margin:0 0 32px;letter-spacing:-.005em;text-wrap:pretty; } .sd-dash-designed .quote blockquote::before{content:"\201C";position:absolute;transform:translate(-24px,-8px);color:var(--coral);font-size:1.4em;opacity:.5} .sd-dash-designed .quote-attr{ font-family:var(--font-body);font-size:14px;color:var(--fg-muted); position:relative;padding-bottom:12px;display:inline-block; } .sd-dash-designed .quote-attr::after{ content:"";position:absolute;left:0;bottom:0;height:1.5px;width:0;background:var(--coral); transition:width 1s var(--ease); } .sd-dash-designed .quote-attr.drawn::after{width:100%} .sd-dash-designed .quote .btn-link{ display:inline-flex;align-items:center;gap:8px;margin-top:20px; font-family:var(--font-display);font-weight:600;color:var(--coral); border-bottom:1.5px solid transparent;padding-bottom:2px; transition:border-color .2s var(--ease); } .sd-dash-designed .quote .btn-link:hover{border-color:var(--coral)} .sd-dash-designed .faq-head{max-width:720px;margin-bottom:48px} .sd-dash-designed .faq-head h2{font-family:var(--font-edit);font-style:italic;font-weight:500;color:var(--navy)} .sd-dash-designed .faq-list{max-width:920px;margin:0 auto} .sd-dash-designed .q{ border-top:1px solid rgba(17,49,74,.14); padding:0; } .sd-dash-designed .q:last-child{border-bottom:1px solid rgba(17,49,74,.14)} .sd-dash-designed .q summary{ list-style:none;cursor:pointer;padding:28px 0; display:grid;grid-template-columns:1fr auto;gap:24px;align-items:center; font-family:var(--font-display);font-weight:600;font-size:clamp(17px,1.5vw,21px);line-height:1.3;color:var(--navy); } .sd-dash-designed .q summary::-webkit-details-marker{display:none} .sd-dash-designed .q .plus{ width:24px;height:24px;position:relative;flex:0 0 auto; transition:transform .3s var(--ease); } .sd-dash-designed .q .plus::before, .sd-dash-designed .q .plus::after{ content:"";position:absolute;background:var(--coral);border-radius:2px; } .sd-dash-designed .q .plus::before{top:11px;left:4px;right:4px;height:2px} .sd-dash-designed .q .plus::after{left:11px;top:4px;bottom:4px;width:2px;transition:transform .3s var(--ease)} .sd-dash-designed .q[open] .plus::after{transform:rotate(90deg)} .sd-dash-designed .q[open] .plus{transform:rotate(45deg)} .sd-dash-designed .q .answer{ padding:0 0 28px;color:var(--fg-muted);font-size:16px;line-height:1.6;max-width:760px; } .sd-dash-designed .final{ background:var(--deep-navy);color:var(--cream); position:relative;overflow:hidden;text-align:center; padding:clamp(88px,10vw,140px) 0; isolation:isolate;z-index:2;} .sd-dash-designed .final::before{ content:"";position:absolute;top:50%;left:50%;width:700px;height:700px; transform:translate(-50%,-50%);border-radius:50%; background:radial-gradient(circle,rgba(219,99,93,.14),transparent 58%); animation:sdRadialPulse 6s ease-in-out infinite;pointer-events:none; z-index:2; -webkit-mask-image:linear-gradient(to bottom,transparent 0%,#000 18%,#000 82%,transparent 100%); mask-image:linear-gradient(to bottom,transparent 0%,#000 18%,#000 82%,transparent 100%); } @keyframes sdRadialPulse{0%,100%{opacity:.6;transform:translate(-50%,-50%) scale(1)}50%{opacity:1;transform:translate(-50%,-50%) scale(1.12)}} .sd-dash-designed .final .dust{z-index:1} .sd-dash-designed .final .wrap{position:relative;z-index:3} .sd-dash-designed .final .eyebrow{color:var(--sand);margin-bottom:22px} .sd-dash-designed .final h2{color:var(--cream);margin:0 auto 20px;max-width:900px} .sd-dash-designed .final .lede{margin:0 auto 40px;text-align:center;color:var(--on-dark-muted);font-size:clamp(16px,1.3vw,19px)} .sd-dash-designed .final .lede .edit{color:var(--cream)} .sd-dash-designed .final .btn-coral{font-size:17px;padding:20px 40px;transform:scale(1)} .sd-dash-designed .final .btn-coral:hover{transform:translateY(-2px) scale(1.02)} .sd-dash-designed .form-placeholder{ margin:56px auto 0;max-width:520px;padding:40px 32px; background:rgba(255,246,232,.03);border:1px dashed rgba(255,246,232,.18); border-radius:18px; } .sd-dash-designed .form-placeholder .eyebrow{margin-bottom:10px;color:var(--sand)} .sd-dash-designed .form-placeholder p{color:var(--on-dark-subtle);font-size:14px;font-family:var(--font-mono);letter-spacing:.06em} .sd-dash-designed .dive-embed{ margin:40px auto 0;max-width:640px; text-align:left; } .sd-dash-designed .reveal{opacity:0;transform:translateY(16px);transition:opacity .8s var(--ease), transform .8s var(--ease)} .sd-dash-designed .reveal.in{opacity:1;transform:translateY(0)} .sd-dash-designed .hero-bg-vid{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0;opacity:.32;pointer-events:none} .sd-dash-designed .hero-bg-tint{position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(17,49,74,.55) 0%,rgba(17,49,74,.80) 50%,rgba(17,49,74,.95) 100%);pointer-events:none} .sd-dash-designed .hero .wrap, .sd-dash-designed .hero .dust, .sd-dash-designed .hero .ray{position:relative;z-index:2} .sd-dash-designed .sd-divider-slot{position:relative;height:0;width:100%;z-index:1} .sd-dash-designed .sd-divider{ position:absolute;left:0;right:0;width:100%; height:clamp(70px,10vw,150px); pointer-events:none;display:block; } .sd-dash-designed .sd-divider--bottom{top:0;transform:scaleY(-1)} .sd-dash-designed .sd-divider--top{bottom:0} .sd-dash-designed .sd-divider svg{width:100%;height:100%;display:block;overflow:visible} .sd-dash-designed .sd-divider svg path{fill:var(--sd-fill, var(--deep-navy))} .sd-dash-designed .sd-divider--deep{--sd-fill:var(--deep-navy)} .sd-dash-designed .sd-divider--navy{--sd-fill:var(--navy)} .sd-dash-designed .sd-divider--darkblue{--sd-fill:var(--dark-blue)} .sd-dash-designed .sd-divider--medblue{--sd-fill:var(--med-blue)} .sd-dash-designed .sd-divider--salmon{--sd-fill:var(--salmon)} .sd-dash-designed .sd-divider--sand{--sd-fill:var(--sand)} .sd-dash-designed .sd-divider--light{--sd-fill:var(--cream)} .sd-dash-designed .sd-divider--warm{--sd-fill:var(--warm)} @media (prefers-reduced-motion: reduce){ .sd-dash-designed *, .sd-dash-designed *::before, .sd-dash-designed *::after{animation:none !important;transition:none !important} .sd-dash-designed .dust span{display:none} .sd-dash-designed .reveal{opacity:1;transform:none} } .sd-dash-designed .sd-sol__rideas-card { overflow: hidden; display: flex; flex-direction: column; } .sd-dash-designed .sd-sol__rideas-thumb { aspect-ratio: 16/10; width: 100%; margin: -18px -18px 14px; overflow: hidden; border-radius: 14px 14px 0 0; background: #0d1f2e; } .sd-dash-designed .sd-sol__rideas-thumb img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .35s cubic-bezier(.2,.8,.2,1); } @media (hover: hover) { .sd-dash-designed .sd-sol__rideas-card:hover .sd-sol__rideas-thumb img { transform: scale(1.04); } } .sd-scheduler { background: #0a1930; padding: 48px 32px; border-radius: 20px; } @media (max-width: 720px) { .sd-scheduler { padding: 24px 16px; border-radius: 16px; } } .sd-dash-designed .sd-scheduler.sd-scheduler--bare{ background:transparent; padding:0; border-radius:0; border:0; box-shadow:none; } .sd-dash-designed .sd-scheduler.sd-scheduler--bare .dive-embed{ background:transparent; padding:0; border-radius:0; border:0; box-shadow:none; } .sd-dash-designed .sd-scheduler.sd-scheduler--bare iframe{ background:transparent; border:0; display:block; } .sd-dash-designed .sd-scheduler.sd-scheduler--bare br{display:none}