:root{
  --dwsh-bg:#06101e;
  --dwsh-bg-2:#08172a;
  --dwsh-panel:#0c203b;
  --dwsh-panel-2:#102b4d;
  --dwsh-line:rgba(114,194,255,.22);
  --dwsh-text:#f4f8ff;
  --dwsh-muted:#a8bad0;
  --dwsh-blue:#4d82ff;
  --dwsh-cyan:#52dfff;
  --dwsh-green:#5bdda5;
  --dwsh-gold:#f2c657;
  --dwsh-violet:#a18aff;
}

html{scroll-behavior:smooth}
body.dwsh-system-home{overflow-x:hidden;background:var(--dwsh-bg)!important}
.dwsh-shell,.dwsh-shell *{box-sizing:border-box}
.dwsh-shell{
  position:relative;
  isolation:isolate;
  min-height:100vh;
  overflow:hidden;
  background:
    radial-gradient(circle at 7% 8%,rgba(58,103,242,.12),transparent 27%),
    radial-gradient(circle at 92% 44%,rgba(19,191,214,.09),transparent 30%),
    linear-gradient(180deg,#071321 0%,#08172a 48%,#06101e 100%);
  color:var(--dwsh-text);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
.dwsh-shell:before{
  position:absolute;
  z-index:-2;
  inset:0;
  background-image:linear-gradient(rgba(92,173,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(92,173,255,.045) 1px,transparent 1px);
  background-size:54px 54px;
  mask-image:linear-gradient(to bottom,black,transparent 82%);
  content:"";
  pointer-events:none;
}
.dwsh-aura{position:absolute;z-index:-1;width:560px;height:560px;border-radius:50%;filter:blur(6px);opacity:.14;pointer-events:none}
.dwsh-aura-one{top:-330px;left:-190px;background:radial-gradient(circle,#3d6eff,transparent 68%)}
.dwsh-aura-two{top:360px;right:-360px;background:radial-gradient(circle,#10cad9,transparent 68%)}
.dwsh-main{width:min(1180px,calc(100% - 32px));margin:0 auto;padding:34px 0 44px}

.dwsh-hero{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);gap:18px;align-items:stretch}
.dwsh-hero-copy,.dwsh-route-card,.dwsh-section,.dwsh-guidance-panel,.dwsh-belief article{
  border:1px solid var(--dwsh-line);
  background:linear-gradient(145deg,rgba(17,48,88,.94),rgba(5,18,38,.97));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08),inset 0 -1px 0 rgba(0,0,0,.38),0 24px 64px rgba(0,4,17,.24);
}
.dwsh-hero-copy{position:relative;overflow:hidden;padding:clamp(34px,4vw,54px);border-radius:30px}
.dwsh-hero-copy:after{position:absolute;right:-130px;bottom:-210px;width:430px;height:430px;border:1px solid rgba(82,223,255,.13);border-radius:50%;box-shadow:0 0 0 45px rgba(82,223,255,.025),0 0 0 92px rgba(77,130,255,.025);content:"";pointer-events:none}
.dwsh-eyebrow{display:flex;align-items:center;gap:9px;color:var(--dwsh-cyan);font-size:11px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}
.dwsh-eyebrow i{width:9px;height:9px;border-radius:50%;background:var(--dwsh-green);box-shadow:0 0 0 5px rgba(91,221,165,.11),0 0 18px rgba(91,221,165,.5)}
.dwsh-hero h1{max-width:760px;margin:18px 0 17px;color:#fff;font-size:clamp(38px,5vw,66px);line-height:1.02;letter-spacing:-.05em}
.dwsh-hero-copy>p{max-width:700px;margin:0;color:#bfd0e2;font-size:15px;line-height:1.75}
.dwsh-hero-actions{position:relative;z-index:1;display:flex;flex-wrap:wrap;gap:11px;margin-top:28px}

.dwsh-btn{
  display:inline-flex;
  min-height:49px;
  padding:12px 18px;
  align-items:center;
  justify-content:center;
  gap:9px;
  border:1px solid rgba(139,200,255,.25);
  border-bottom-color:rgba(0,5,16,.9);
  border-radius:15px;
  background:linear-gradient(155deg,rgba(255,255,255,.1),rgba(8,26,52,.94));
  box-shadow:inset 0 1px rgba(255,255,255,.14),0 4px 0 rgba(1,7,20,.92),0 12px 25px rgba(0,4,17,.25);
  color:#edf7ff!important;
  font:850 12px/1.25 inherit;
  text-decoration:none!important;
  cursor:pointer;
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
}
.dwsh-btn svg{width:18px;height:18px}
.dwsh-btn.primary{border-color:rgba(96,211,255,.54);background:linear-gradient(135deg,#5868f7,#18bcd7);box-shadow:inset 0 1px rgba(255,255,255,.27),0 4px 0 #075a7c,0 14px 30px rgba(21,143,213,.28);color:#fff!important}
.dwsh-btn:hover{border-color:rgba(93,220,255,.62);box-shadow:inset 0 1px rgba(255,255,255,.18),0 6px 0 rgba(1,7,20,.92),0 18px 31px rgba(0,4,17,.32);transform:translateY(-2px)}
.dwsh-btn:active{box-shadow:inset 0 3px 8px rgba(0,0,0,.32),0 1px 0 rgba(1,7,20,.95);transform:translateY(3px)}
.dwsh-btn:focus-visible,.dwsh-route-card a:focus-visible,.dwsh-journey-step a:focus-visible,.dwsh-plan a:focus-visible{outline:3px solid rgba(82,223,255,.35);outline-offset:3px}

.dwsh-trust-row{position:relative;z-index:1;display:flex;flex-wrap:wrap;gap:8px;margin-top:30px}
.dwsh-trust-row span{display:inline-flex;min-height:32px;padding:7px 10px;align-items:center;gap:7px;border:1px solid rgba(123,194,255,.16);border-radius:999px;background:rgba(255,255,255,.04);color:#a9bdd3;font-size:9.5px;font-weight:780}
.dwsh-trust-row svg{width:15px;height:15px;color:var(--dwsh-cyan)}

.dwsh-icon{
  position:relative;
  display:grid;
  width:48px;
  height:48px;
  place-items:center;
  flex:0 0 48px;
  overflow:hidden;
  border:1px solid rgba(105,208,255,.38);
  border-radius:15px;
  background:radial-gradient(circle at 33% 22%,rgba(125,217,255,.4),transparent 38%),linear-gradient(145deg,rgba(40,119,221,.56),rgba(5,25,59,.97));
  box-shadow:inset 1px 1px 0 rgba(255,255,255,.23),inset -4px -5px 9px rgba(0,5,24,.5),0 6px 0 rgba(2,12,32,.84),0 14px 25px rgba(0,4,18,.31),0 0 18px rgba(58,180,255,.12);
  color:#72e8ff;
  transform:perspective(220px) rotateX(5deg) rotateY(-5deg) translateZ(0);
}
.dwsh-icon:after{position:absolute;inset:2px 3px auto;height:42%;border-radius:12px;background:linear-gradient(rgba(255,255,255,.17),transparent);content:""}
.dwsh-icon svg{position:relative;z-index:1;width:26px;height:26px;filter:drop-shadow(0 2px 2px rgba(0,0,0,.46))}
.dwsh-icon.amber{border-color:rgba(242,198,87,.38);color:var(--dwsh-gold)}
.dwsh-icon.green{border-color:rgba(91,221,165,.38);color:var(--dwsh-green)}
.dwsh-icon.violet{border-color:rgba(161,138,255,.4);color:var(--dwsh-violet)}

.dwsh-route-card{padding:24px;border-radius:30px}
.dwsh-route-card header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding-bottom:18px;border-bottom:1px solid rgba(118,194,255,.15)}
.dwsh-route-card header span{color:var(--dwsh-cyan);font-size:9px;font-weight:900;letter-spacing:.14em}
.dwsh-route-card header h2{margin:6px 0 0;color:#fff;font-size:20px;line-height:1.25}
.dwsh-route-card header>b{display:inline-flex;align-items:center;gap:7px;max-width:145px;color:#9db2ca;font-size:8.5px;line-height:1.35;text-align:right}
.dwsh-route-card header>b i{width:8px;height:8px;flex:0 0 8px;border-radius:50%;background:var(--dwsh-green);box-shadow:0 0 12px rgba(91,221,165,.48)}
.dwsh-route-card ol{display:grid;gap:7px;margin:17px 0 0;padding:0;list-style:none}
.dwsh-route-card li{display:grid;grid-template-columns:auto 1fr;gap:11px;align-items:center;padding:11px 12px;border:1px solid rgba(119,191,255,.11);border-radius:14px;background:rgba(255,255,255,.027)}
.dwsh-route-card li>span{display:grid;width:34px;height:34px;place-items:center;border:1px solid rgba(117,194,255,.19);border-radius:11px;background:rgba(33,98,180,.14);color:#7895b7;font-size:10px;font-weight:900}
.dwsh-route-card strong,.dwsh-route-card small{display:block}
.dwsh-route-card strong{color:#eaf4ff;font-size:11px;line-height:1.35}
.dwsh-route-card small{margin-top:3px;color:#8fa5bd;font-size:9px;line-height:1.45}
.dwsh-route-card li.is-complete{border-color:rgba(91,221,165,.19);background:rgba(49,154,112,.065)}
.dwsh-route-card li.is-complete>span{border-color:rgba(91,221,165,.28);background:rgba(91,221,165,.12);color:#6ee6b0}
.dwsh-route-card li.is-complete>span:before{content:"✓"}.dwsh-route-card li.is-complete>span{font-size:0}.dwsh-route-card li.is-complete>span:before{font-size:13px}
.dwsh-route-card li.is-current{border-color:rgba(82,223,255,.35);background:linear-gradient(145deg,rgba(39,128,204,.17),rgba(5,24,49,.3));box-shadow:0 0 22px rgba(40,172,221,.07)}
.dwsh-route-card li.is-current>span{border-color:rgba(82,223,255,.4);color:#71e7ff;box-shadow:0 4px 0 rgba(0,11,31,.7)}
.dwsh-route-card li.is-ready>span{color:var(--dwsh-gold)}

.dwsh-belief{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:20px}
.dwsh-belief article{display:grid;grid-template-columns:auto 1fr;gap:16px;min-width:0;padding:22px;border-radius:22px}
.dwsh-belief small,.dwsh-guidance-panel small{color:var(--dwsh-cyan);font-size:9px;font-weight:900;letter-spacing:.13em}
.dwsh-belief h2{margin:6px 0 7px;color:#fff;font-size:17px;line-height:1.25}
.dwsh-belief p{margin:0;color:var(--dwsh-muted);font-size:11px;line-height:1.65}

.dwsh-section{margin-top:20px;padding:30px;border-radius:28px}
.dwsh-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:22px}
.dwsh-section-head>div>span{color:var(--dwsh-cyan);font-size:9px;font-weight:900;letter-spacing:.15em}
.dwsh-section-head h2{margin:6px 0 0;color:#fff;font-size:24px;line-height:1.2;letter-spacing:-.025em}
.dwsh-section-head>p{max-width:470px;margin:0;color:#9fb3ca;font-size:11px;line-height:1.65;text-align:right}
.dwsh-section-head>a{display:inline-flex;align-items:center;gap:7px;color:#81e7ff!important;font-size:11px;font-weight:850;text-decoration:none!important}
.dwsh-section-head>a svg{width:16px;height:16px}

.dwsh-journey-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}
.dwsh-journey-step{position:relative;display:flex;min-width:0;min-height:326px;padding:18px;flex-direction:column;overflow:hidden;border:1px solid rgba(118,192,255,.16);border-radius:19px;background:radial-gradient(circle at 100% 0,rgba(69,153,241,.12),transparent 36%),linear-gradient(150deg,rgba(24,61,108,.44),rgba(5,18,39,.95));box-shadow:inset 0 1px rgba(255,255,255,.07),0 13px 30px rgba(0,4,18,.15)}
.dwsh-journey-step:after{position:absolute;right:-45px;bottom:-55px;width:130px;height:130px;border:1px solid rgba(82,214,255,.08);border-radius:50%;content:""}
.dwsh-step-top{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}
.dwsh-step-number{color:#6f8dad;font-size:10px;font-weight:900;letter-spacing:.1em}
.dwsh-journey-step h3{margin:23px 0 9px;color:#fff;font-size:15px;line-height:1.32}
.dwsh-journey-step p{margin:0;color:#a6b9cf;font-size:10.5px;line-height:1.65}
.dwsh-journey-step>a{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:14px;border-top:1px solid rgba(116,192,255,.13);color:#82e7ff!important;font-size:10px;font-weight:850;text-decoration:none!important}
.dwsh-journey-step>a svg{width:16px;height:16px}
.dwsh-journey-step.is-complete{border-color:rgba(91,221,165,.24)}
.dwsh-journey-step.is-current{border-color:rgba(82,223,255,.46);box-shadow:inset 0 1px rgba(255,255,255,.09),0 0 0 1px rgba(82,223,255,.05),0 15px 38px rgba(12,136,196,.12)}
.dwsh-journey-step.is-ready{border-color:rgba(242,198,87,.28)}

.dwsh-flow-line{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;gap:14px;align-items:center}
.dwsh-flow-line article{min-height:202px;padding:20px;border:1px solid rgba(118,192,255,.15);border-radius:20px;background:linear-gradient(145deg,rgba(28,69,119,.33),rgba(5,19,40,.86))}
.dwsh-flow-line article>small{display:block;margin-top:20px;color:#70dfff;font-size:8.5px;font-weight:900;letter-spacing:.12em}
.dwsh-flow-line h3{margin:6px 0 8px;color:#fff;font-size:19px}
.dwsh-flow-line p{margin:0;color:#a6bad0;font-size:11px;line-height:1.65}
.dwsh-flow-line>i{display:grid;width:34px;height:34px;place-items:center;border:1px solid rgba(104,198,255,.18);border-radius:50%;background:rgba(38,104,181,.12);color:#65defa}
.dwsh-flow-line>i svg{width:18px;height:18px}

.dwsh-plan-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.dwsh-plan{position:relative;display:flex;min-width:0;min-height:276px;padding:20px;flex-direction:column;overflow:hidden;border:1px solid rgba(118,190,255,.18);border-radius:20px;background:radial-gradient(circle at 100% 100%,rgba(26,127,181,.11),transparent 39%),linear-gradient(150deg,rgba(24,61,108,.43),rgba(5,18,39,.95));box-shadow:inset 0 1px rgba(255,255,255,.075),0 13px 30px rgba(0,4,18,.15)}
.dwsh-plan:after{position:absolute;right:-44px;bottom:-54px;width:125px;height:125px;border:1px solid rgba(75,213,255,.09);border-radius:50%;content:""}
.dwsh-plan.is-selected{border-color:rgba(82,223,255,.46);background:linear-gradient(155deg,rgba(28,110,176,.24),rgba(5,20,42,.88));box-shadow:inset 0 1px rgba(255,255,255,.09),0 0 30px rgba(44,177,224,.08)}
.dwsh-plan-top{display:flex;align-items:center;justify-content:space-between}
.dwsh-plan-top>span{color:#7895b6;font-size:9px;font-weight:900}
.dwsh-plan-top>b{padding:5px 8px;border-radius:999px;background:rgba(75,213,255,.09);color:#73e5ff;font-size:7px;letter-spacing:.1em}
.dwsh-plan-title{display:flex;align-items:center;gap:10px;margin:16px 0 10px}
.dwsh-plan-title h3{min-width:0;margin:0;color:#fff;font-size:16px;line-height:1.25}
.dwsh-plan-icon{display:grid;width:35px;height:35px;place-items:center;flex:0 0 35px;border:1px solid rgba(96,207,255,.32);border-radius:11px;background:linear-gradient(145deg,rgba(54,142,236,.38),rgba(4,24,57,.96));box-shadow:inset 0 1px rgba(255,255,255,.19),0 4px 0 rgba(0,8,27,.84),0 9px 17px rgba(0,3,14,.27);color:#72e8ff}
.dwsh-plan-icon svg{width:19px;height:19px}
.dwsh-plan>strong{color:#fff;font-size:24px;line-height:1.15;letter-spacing:-.04em}
.dwsh-plan>small{margin-top:4px;color:#9aafc7;font-size:8.5px;line-height:1.45}
.dwsh-plan-meta{display:grid;gap:8px;margin:18px 0}
.dwsh-plan-meta span{position:relative;padding-left:13px;color:#adbed2;font-size:9px;line-height:1.45}
.dwsh-plan-meta span:before{position:absolute;left:0;top:4px;width:5px;height:5px;border-radius:50%;background:var(--dwsh-green);content:""}
.dwsh-plan>a{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:13px;border-top:1px solid rgba(113,190,255,.13);color:#80e5ff!important;font-size:10px;font-weight:850;text-decoration:none!important}
.dwsh-plan>a svg{width:16px;height:16px}

.dwsh-guidance-panel{display:grid;grid-template-columns:auto 1fr auto;gap:20px;align-items:center;margin-top:20px;padding:25px;border-radius:25px}
.dwsh-guidance-panel h2{margin:6px 0 6px;color:#fff;font-size:22px}
.dwsh-guidance-panel p{max-width:680px;margin:0;color:#a5b9cf;font-size:11px;line-height:1.65}
.dwsh-guidance-panel>div:last-child{display:flex;gap:9px}
.dwsh-belief-line{margin:20px 0 0;padding:25px;border:1px solid rgba(113,191,255,.15);border-radius:22px;background:linear-gradient(135deg,rgba(51,88,173,.14),rgba(13,97,115,.1));color:#d8eaff;font-size:clamp(16px,2vw,22px);font-weight:750;line-height:1.5;text-align:center}
.dwsh-footer{display:flex;justify-content:space-between;gap:18px;padding:24px 4px 4px;color:#718ba9;font-size:9.5px;line-height:1.5}
.dwsh-footer span:first-child{color:#a2b7cf;font-weight:850}

.dwsh-shell:not(.is-ready){opacity:.01;transform:translateY(5px)}
.dwsh-shell.is-ready{opacity:1;transform:none;transition:opacity .3s ease,transform .3s ease}

@media(max-width:1060px){
  .dwsh-journey-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .dwsh-journey-step{min-height:270px}
  .dwsh-journey-step:last-child{grid-column:1/-1;min-height:230px}
}

@media(max-width:920px){
  .dwsh-hero{grid-template-columns:1fr}
  .dwsh-belief{grid-template-columns:1fr}
  .dwsh-plan-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .dwsh-flow-line{grid-template-columns:1fr}
  .dwsh-flow-line>i{margin:auto;transform:rotate(90deg)}
  .dwsh-flow-line article{min-height:0}
  .dwsh-guidance-panel{grid-template-columns:auto 1fr}
  .dwsh-guidance-panel>div:last-child{grid-column:1/-1}
}

@media(max-width:640px){
  .dwsh-main{width:calc(100% - 18px);padding:18px 0 105px}
  .dwsh-hero{gap:12px}
  .dwsh-hero-copy,.dwsh-route-card{border-radius:24px}
  .dwsh-hero-copy{padding:28px 21px}
  .dwsh-eyebrow{font-size:9px;line-height:1.4}
  .dwsh-hero h1{margin:14px 0;font-size:clamp(34px,10vw,44px);line-height:1.04}
  .dwsh-hero-copy>p{font-size:13px;line-height:1.7}
  .dwsh-hero-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:22px}
  .dwsh-btn{min-height:48px;padding:10px 12px;font-size:11px;text-align:center}
  .dwsh-trust-row{gap:6px;margin-top:23px}
  .dwsh-trust-row span{min-height:30px;padding:6px 8px;font-size:8px}
  .dwsh-route-card{padding:18px}
  .dwsh-route-card header{display:block}
  .dwsh-route-card header>b{margin-top:9px;max-width:none;text-align:left}
  .dwsh-route-card li{padding:11px}
  .dwsh-route-card strong{font-size:11px}
  .dwsh-route-card small{font-size:9.5px}
  .dwsh-belief{gap:10px;margin-top:12px}
  .dwsh-belief article{padding:18px;border-radius:20px}
  .dwsh-belief h2{font-size:16px}
  .dwsh-belief p{font-size:10.5px}
  .dwsh-section{margin-top:12px;padding:20px 16px;border-radius:23px}
  .dwsh-section-head{display:block;margin-bottom:18px}
  .dwsh-section-head h2{font-size:21px}
  .dwsh-section-head>p{margin-top:8px;font-size:10.5px;text-align:left}
  .dwsh-section-head>a{margin-top:11px}
  .dwsh-journey-grid{grid-template-columns:1fr;gap:10px}
  .dwsh-journey-step,.dwsh-journey-step:last-child{grid-column:auto;min-height:248px;padding:17px}
  .dwsh-journey-step h3{margin-top:20px;font-size:16px}
  .dwsh-journey-step p{font-size:11px}
  .dwsh-flow-line{gap:10px}
  .dwsh-flow-line article{padding:17px}
  .dwsh-flow-line article>small{margin-top:17px}
  .dwsh-flow-line p{font-size:10.5px}
  .dwsh-plan-grid{gap:10px}
  .dwsh-plan{min-height:264px;padding:15px 13px;border-radius:18px}
  .dwsh-plan-title{gap:8px;margin:14px 0 9px}
  .dwsh-plan-icon{width:31px;height:31px;flex-basis:31px}
  .dwsh-plan-title h3{font-size:14px}
  .dwsh-plan>strong{font-size:clamp(18px,5.3vw,22px);overflow-wrap:anywhere}
  .dwsh-plan>small{font-size:8px}
  .dwsh-plan-meta{gap:7px;margin:15px 0}
  .dwsh-plan-meta span{font-size:8.5px}
  .dwsh-plan>a{font-size:9.5px}
  .dwsh-guidance-panel{grid-template-columns:1fr;margin-top:12px;padding:20px;border-radius:22px}
  .dwsh-guidance-panel>span.dwsh-icon{display:none}
  .dwsh-guidance-panel>div:last-child{display:grid;grid-column:auto;grid-template-columns:1fr 1fr}
  .dwsh-guidance-panel h2{font-size:20px}
  .dwsh-guidance-panel p{font-size:10.5px}
  .dwsh-belief-line{margin-top:12px;padding:20px 15px}
  .dwsh-footer{display:grid;padding:20px 3px 0}
}

@media(max-width:370px){
  .dwsh-main{width:calc(100% - 14px)}
  .dwsh-hero-actions{grid-template-columns:1fr}
  .dwsh-plan{min-height:250px;padding:13px 11px}
  .dwsh-plan-icon{display:none}
  .dwsh-plan>strong{font-size:17px}
  .dwsh-plan-meta span{padding-left:10px;font-size:8px}
  .dwsh-guidance-panel>div:last-child{grid-template-columns:1fr}
}

@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  .dwsh-shell,.dwsh-shell *,.dwsh-shell *:before,.dwsh-shell *:after{animation:none!important;transition:none!important;transform:none!important}
  .dwsh-shell:not(.is-ready){opacity:1}
}

@media print{
  .dwsh-shell{background:#fff!important;color:#111!important}
  .dwsh-hero-actions,.dwsh-guidance-panel{display:none!important}
}

