:root{
  --brand-blue:#214f91;
  --brand-deep:#123c73;
  --brand-navy:#0d2e57;
  --brand-orange:#f28b18;
  --brand-yellow:#f6bf16;
  --brand-red:#ec4e2c;
  --ink:#18324b;
  --muted:#63758a;
  --soft:#f5f8fc;
  --soft-blue:#edf3fb;
  --line:#dce5ef;
  --white:#fff;
  --danger:#a62929;
  --success:#18735d;
  --shadow:0 20px 55px rgba(25,63,109,.11);
  --shadow-soft:0 10px 28px rgba(25,63,109,.08);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#f3f6fa;color:var(--ink);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.58;-webkit-font-smoothing:antialiased}
a{color:inherit}
.topbar{background:var(--brand-navy);color:#dbe7f7;font-size:12px}
.topbar-inner,.brandbar-inner,.hero-inner,.shell,.footer-inner{width:min(1180px,calc(100% - 40px));margin:auto}
.topbar-inner{min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.brandbar{background:#fff;border-bottom:1px solid rgba(13,46,87,.08)}
.brandbar-inner{min-height:92px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:inline-flex;align-items:center}
.brand img{display:block;width:min(470px,58vw);height:auto;max-height:76px;object-fit:contain;object-position:left center}
.header-link{display:inline-flex;align-items:center;gap:7px;color:var(--brand-blue);font-size:14px;font-weight:800;text-decoration:none;padding:10px 14px;border:1px solid var(--line);border-radius:999px;transition:.2s ease}
.header-link:hover{background:var(--soft-blue);border-color:#c9d8eb;transform:translateY(-1px)}
.hero{position:relative;overflow:hidden;background:linear-gradient(118deg,var(--brand-navy) 0%,var(--brand-deep) 52%,var(--brand-blue) 100%);color:#fff;padding:58px 0 64px}
.hero:before,.hero:after{content:"";position:absolute;border-radius:50%;pointer-events:none}
.hero:before{width:480px;height:480px;right:-180px;top:-260px;border:70px solid rgba(246,191,22,.16)}
.hero:after{width:320px;height:320px;right:100px;bottom:-260px;border:58px solid rgba(242,139,24,.14)}
.hero-inner{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:70px;align-items:center}
.hero-copy{max-width:760px}
.eyebrow{margin:0 0 11px;color:#ffd36b;font-weight:900;text-transform:uppercase;letter-spacing:.14em;font-size:12px}
.hero h1{margin:0;font-size:clamp(38px,5.2vw,66px);line-height:1.02;letter-spacing:-.04em;max-width:780px}
.hero-copy>p:not(.eyebrow){max-width:720px;margin:18px 0 0;color:rgba(255,255,255,.84);font-size:18px}
.hero-meta{display:flex;flex-wrap:wrap;gap:10px;margin-top:26px}
.hero-meta span{display:inline-flex;align-items:center;gap:7px;padding:8px 12px;border:1px solid rgba(255,255,255,.19);border-radius:999px;background:rgba(255,255,255,.07);font-size:12px;font-weight:750;color:#f5f8ff}
.hero-meta span:before{content:"✓";color:#ffd36b;font-weight:900}
.hero-card{padding:25px;border:1px solid rgba(255,255,255,.18);border-radius:22px;background:rgba(255,255,255,.09);box-shadow:0 18px 50px rgba(0,0,0,.12);backdrop-filter:blur(9px)}
.hero-card-kicker{display:block;color:#c9d9ee;font-size:11px;text-transform:uppercase;letter-spacing:.13em;font-weight:800}
.hero-card>strong{display:block;margin:5px 0 18px;font-size:22px}
.hero-card-list{display:grid;gap:8px}
.hero-card-list span{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:11px;background:rgba(255,255,255,.08);font-size:13px;font-weight:750}
.hero-card-list i{font-style:normal;color:#ffd36b;font-size:11px}
.shell{display:grid;grid-template-columns:270px minmax(0,1fr);gap:26px;padding:32px 0 72px}
.mobile-progress-label{display:none}
.sidebar,.workspace{background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow)}
.sidebar{align-self:start;position:sticky;top:20px;padding:20px}
.progress{height:8px;background:#e7edf4;border-radius:999px;overflow:hidden;margin-bottom:18px}
.progress span{display:block;height:100%;width:16%;background:linear-gradient(90deg,var(--brand-orange),var(--brand-yellow));border-radius:999px;transition:width .25s ease}
.step-nav{display:grid;gap:7px}
.step-nav button{position:relative;border:0;background:transparent;border-radius:11px;padding:12px 13px 12px 42px;text-align:left;color:var(--muted);font:inherit;font-size:14px;font-weight:760;cursor:pointer;transition:.2s ease}
.step-nav button:before{content:attr(data-step-button);position:absolute;left:13px;top:50%;transform:translateY(-50%);width:20px;height:20px;border-radius:50%;display:grid;place-items:center;background:#e9eef5;color:#708298;font-size:0}
.step-nav button:after{content:"";position:absolute;left:20px;top:50%;width:6px;height:6px;border-radius:50%;background:#8a9aab;transform:translateY(-50%)}
.step-nav button:hover{background:#f6f8fb;color:var(--brand-blue)}
.step-nav button.active{background:var(--soft-blue);color:var(--brand-deep)}
.step-nav button.active:before{background:var(--brand-blue)}
.step-nav button.active:after{background:#fff}
.draft-box{margin-top:20px;padding:17px;border:1px solid #e2e9f1;border-radius:12px;background:#f8fafc;font-size:12px;color:var(--muted)}
.draft-box strong{display:block;color:var(--brand-navy);font-size:12px;margin-bottom:4px}
.workspace{overflow:hidden;padding:0}
.workspace-head{min-height:52px;padding:0 34px;display:flex;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid var(--line);background:#fbfcfe;color:var(--muted);font-size:12px;font-weight:750}
.workspace-head>div{display:flex;align-items:center;gap:8px}
.workspace-head a{color:var(--brand-blue);text-decoration:none;font-weight:850}
.secure-dot{width:8px;height:8px;border-radius:50%;background:#2bb48a;box-shadow:0 0 0 4px rgba(43,180,138,.12)}
.step{display:none;padding:38px 38px 36px}
.step.active{display:block;animation:fadeIn .25s ease}
@keyframes fadeIn{from{opacity:.3;transform:translateY(5px)}to{opacity:1;transform:none}}
.section-label{margin:0;color:var(--brand-orange);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.14em}
.step h2{margin:4px 0 11px;color:var(--brand-navy);font-size:clamp(28px,3vw,40px);line-height:1.15;letter-spacing:-.025em}
.step h3{color:var(--brand-navy)}
.lead{color:var(--muted);font-size:16px;max-width:780px}
.notice{position:relative;margin:20px 0;padding:16px 18px 16px 48px;border:1px solid #f0d69d;border-radius:13px;background:#fffbf1;color:#70571e}
.notice:before{content:"↗";position:absolute;left:18px;top:16px;width:20px;height:20px;border-radius:50%;display:grid;place-items:center;background:#f6bf16;color:#17324b;font-size:11px;font-weight:900}
.sample-link{color:var(--brand-blue);font-weight:850;text-underline-offset:3px}
.checklist{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:24px 0}
.checklist div{display:flex;align-items:flex-start;gap:12px;padding:15px;border:1px solid #e2e9f1;border-radius:13px;background:#fafcff;transition:.18s ease}
.checklist div:hover{border-color:#cbd9e8;box-shadow:var(--shadow-soft);transform:translateY(-1px)}
.checklist .check-icon{flex:0 0 24px;width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:#e9f6f1;color:var(--success);font-size:12px;font-weight:900}
.checklist span:last-child{display:grid;gap:2px}
.checklist strong{color:var(--brand-navy);font-size:13px}
.checklist small{color:var(--muted);font-size:12px;line-height:1.4}
.grid{display:grid;grid-template-columns:1fr 1fr;gap:17px}
.full{grid-column:1/-1}
label{display:block;color:var(--brand-navy);font-size:13px;font-weight:800}
input,textarea,select{width:100%;margin-top:7px;padding:13px 14px;border:1px solid #d5e0ea;border-radius:11px;background:#fff;color:var(--ink);font:inherit;transition:border-color .18s,box-shadow .18s,background .18s}
input:hover,textarea:hover,select:hover{border-color:#b9cada}
textarea{min-height:140px;resize:vertical}
input:focus,textarea:focus,select:focus{outline:0;border-color:var(--brand-blue);box-shadow:0 0 0 4px rgba(33,79,145,.11);background:#fff}
input::placeholder,textarea::placeholder{color:#9aa8b6}
.hint{display:block;margin-top:6px;color:var(--muted);font-size:11px;font-weight:550}
.upload-card{position:relative;padding:21px;border:1.5px dashed #aabdd0;border-radius:15px;background:linear-gradient(180deg,#fbfdff,#f4f8fc);min-height:190px}
.upload-card:before{content:"↑";display:grid;place-items:center;width:38px;height:38px;margin-bottom:13px;border-radius:11px;background:var(--soft-blue);color:var(--brand-blue);font-size:19px;font-weight:900}
.upload-card strong{display:block;color:var(--brand-navy);font-size:15px}
.upload-card p{min-height:44px;color:var(--muted);font-size:12px}
.upload-card input[type=file]{padding:9px;background:#fff;font-size:12px}
.upload-status{margin-top:9px;font-size:11px;color:var(--muted);word-break:break-all}
.products{display:grid;gap:18px;margin:20px 0}
.product{border:1px solid var(--line);border-radius:16px;overflow:hidden;box-shadow:0 8px 20px rgba(25,63,109,.04)}
.product-head{display:flex;justify-content:space-between;align-items:center;padding:16px 19px;background:#f7f9fc;border-bottom:1px solid var(--line)}
.product-head h3{margin:0;color:var(--brand-navy)}
.product-body{padding:20px}
.product.hidden{display:none}
.actions{display:flex;justify-content:space-between;gap:12px;margin-top:30px;padding-top:23px;border-top:1px solid var(--line)}
button,.button{display:inline-flex;align-items:center;justify-content:center;min-height:45px;padding:11px 19px;border:1px solid transparent;border-radius:10px;background:#fff;color:var(--brand-blue);font:inherit;font-size:14px;font-weight:850;cursor:pointer;text-decoration:none;transition:transform .16s ease,box-shadow .16s ease,background .16s ease,border-color .16s ease}
button:hover,.button:hover{transform:translateY(-1px)}
.primary{background:linear-gradient(135deg,var(--brand-orange),var(--brand-yellow));color:#172f47;box-shadow:0 8px 18px rgba(242,139,24,.2)}
.primary:hover{box-shadow:0 11px 24px rgba(242,139,24,.28)}
.secondary{border-color:#cfdbe7;background:#fff}
.secondary:hover{background:var(--soft-blue);border-color:#b7c9dc}
.danger{color:var(--danger)}
.save{background:var(--brand-blue);color:#fff;box-shadow:0 8px 18px rgba(33,79,145,.2)}
.status{display:none;margin:0 38px 18px;padding:13px 15px;border-radius:11px;font-size:13px;font-weight:650}
.status.show{display:block}
.status.info{background:#eaf2fa;color:#174f7f}
.status.success{background:#e8f7f2;color:#0c715f}
.status.error{background:#fff0f0;color:#8d2424}
.review{display:grid;gap:15px}
.review-card{padding:19px;border:1px solid var(--line);border-radius:14px;background:#fbfcfe}
.review-card h3{margin:0 0 8px;color:var(--brand-navy)}
.declaration{display:flex;gap:11px;align-items:flex-start;margin-top:20px;padding:16px;border:1px solid #e0e8f0;border-radius:12px;background:var(--soft)}
.declaration input{width:auto;margin-top:4px}
.completion{text-align:center;padding:38px 10px}
.completion .tick{width:74px;height:74px;margin:auto;border-radius:50%;display:grid;place-items:center;background:#e6f7f2;color:var(--success);font-size:38px;font-weight:900}
.spinner{display:inline-block;width:16px;height:16px;border:2px solid rgba(255,255,255,.5);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}
@keyframes spin{to{transform:rotate(360deg)}}
.site-footer{background:var(--brand-navy);color:#cbd8e8;padding:24px 0;font-size:12px}
.footer-inner{display:flex;justify-content:space-between;gap:20px}
@media(max-width:920px){
  .hero-inner{grid-template-columns:1fr;gap:30px}.hero-card{display:none}.shell{grid-template-columns:1fr}.sidebar{position:static}.step-nav{grid-template-columns:repeat(6,minmax(130px,1fr));overflow:auto;padding-bottom:4px}.workspace{min-width:0}
}
@media(max-width:700px){
  .topbar-inner{justify-content:center}.topbar-inner span:last-child{display:none}.brandbar-inner{min-height:80px}.brand img{width:min(390px,72vw)}.header-link{font-size:0;width:42px;height:42px;padding:0}.header-link span{font-size:17px}.hero{padding:42px 0 46px}.hero h1{font-size:clamp(36px,10vw,49px)}.hero-copy>p:not(.eyebrow){font-size:16px}.shell{padding-top:20px}.sidebar{padding:14px}.draft-box{display:none}.workspace-head{padding:0 20px}.step{padding:28px 22px}.status{margin:0 22px 16px}.grid,.checklist{grid-template-columns:1fr}.upload-card{min-height:0}.footer-inner{flex-direction:column;gap:4px;text-align:center}
}
@media(max-width:520px){
  .topbar-inner,.brandbar-inner,.hero-inner,.shell,.footer-inner{width:min(100% - 24px,1180px)}.brandbar-inner{gap:12px}.brand img{width:min(300px,74vw)}.hero-meta{gap:7px}.hero-meta span{font-size:11px}.sidebar{border-radius:15px}.step-nav{display:flex;gap:6px}.step-nav button{flex:0 0 auto;padding:9px 12px;font-size:12px}.step-nav button:before,.step-nav button:after{display:none}.workspace{border-radius:15px}.workspace-head{font-size:11px}.workspace-head>div{white-space:nowrap}.step{padding:24px 18px}.status{margin:0 18px 14px}.step h2{font-size:29px}.actions{flex-direction:column}.actions>div{display:grid;gap:8px}.actions button{width:100%}.product-head{align-items:flex-start;gap:10px}.notice{padding-left:44px}
}
