 :root {
  --navy: #333333;
  --navy-soft: #3483fa;
  --primary-blue: #009ee3;
  --yellow: #ffe600;
  --yellow-light: #fff5bf;
  --coral: #ff806c;
  --coral-light: #fff0e8;
  --paper: #f5f5f5;
  --white: #ffffff;
  --line: #e7ebef;
  --muted: #718096;
  --shadow: 0 18px 50px rgba(20, 35, 59, 0.08);
  --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--navy); font-family: 'DM Sans', sans-serif; }
button, a { font: inherit; }
a { color: inherit; text-decoration: none; }
.section-wrap { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.site-header { width: min(1120px, calc(100% - 40px)); height: 88px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-family: 'Space Grotesk', sans-serif; font-size: 20px; font-weight: 700; letter-spacing: -.04em; }
.brand-mark { display: grid; place-items: center; width: 31px; height: 31px; border-radius: 10px; background: var(--yellow); color: var(--navy); }
.brand-mark svg { width: 19px; height: 19px; stroke-width: 3; }
.brand-accent { color: var(--primary-blue); }
.secure-status { display: flex; align-items: center; gap: 9px; color: var(--muted); font-size: 10px; line-height: 1.35; text-align: right; }
.secure-icon { display: grid; place-items: center; width: 35px; height: 35px; border: 1px solid #dce4ec; border-radius: 50%; color: #3c9d6b; background: #f4faf6; }
.secure-icon svg { width: 18px; }
.secure-label strong { color: var(--navy); font-size: 11px; }
.hero { position: relative; overflow: hidden; min-height: 370px; padding: 55px 60px 58px; border-radius: 24px; background: linear-gradient(115deg, #ffffff 0%, #f5f5f5 64%, #e5f7ff 100%); box-shadow: var(--shadow); }
.hero::before { content: ''; position: absolute; inset: 0; opacity: .42; background-image: linear-gradient(135deg, rgba(255,255,255,.5) 25%, transparent 25%); background-size: 26px 26px; mask-image: linear-gradient(to right, black, transparent 75%); }
.hero-glow { position: absolute; top: -170px; right: -100px; width: 470px; height: 470px; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; box-shadow: 0 0 0 38px rgba(255,255,255,.13), 0 0 0 78px rgba(255,255,255,.08); }
.eyebrow, .hero-content { position: relative; z-index: 1; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; padding: 7px 12px; border: 1px solid rgba(20,35,59,.1); border-radius: 99px; color: var(--navy-soft); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; background: rgba(255,255,255,.28); }
.pulse-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--primary-blue); box-shadow: 0 0 0 4px rgba(0,158,227,.15); }
.hero-content { display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.hero-copy { max-width: 600px; }
.overline { margin: 28px 0 10px; color: var(--primary-blue); font-size: 11px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: 'Space Grotesk', sans-serif; letter-spacing: -.055em; }
h1 { max-width: 640px; margin-bottom: 20px; font-size: clamp(38px, 5vw, 58px); line-height: .98; }
h1 em { color: var(--primary-blue); font-style: normal; }
.hero-text { max-width: 560px; margin-bottom: 25px; color: #5f4f4b; font-size: 15px; line-height: 1.65; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 17px; color: #735b56; font-size: 11px; font-weight: 600; }
.hero-meta span { display: inline-flex; align-items: center; gap: 6px; }
.hero-meta svg { width: 14px; height: 14px; }
.alert-visual { position: relative; width: 210px; height: 210px; flex: 0 0 auto; }
.visual-ring { position: absolute; border: 1px solid rgba(169,69,60,.24); border-radius: 50%; }
.ring-one { inset: 16px; animation: rotate 24s linear infinite; border-style: dashed; }
.ring-two { inset: 43px; border-color: rgba(255,255,255,.75); }
.visual-shield { position: absolute; top: 50%; left: 50%; display: grid; place-items: center; width: 85px; height: 95px; color: var(--navy); background: var(--yellow); clip-path: polygon(50% 0, 92% 15%, 84% 67%, 50% 100%, 16% 67%, 8% 15%); transform: translate(-50%, -50%); filter: drop-shadow(0 10px 12px rgba(169,69,60,.18)); }
.visual-shield svg { width: 37px; height: 37px; stroke-width: 1.8; }
.visual-tag { position: absolute; padding: 5px 8px; border-radius: 5px; color: var(--navy); background: rgba(255,255,255,.66); font-size: 8px; font-weight: 700; letter-spacing: .1em; }
.tag-top { top: 6px; right: -7px; }.tag-bottom { bottom: 13px; left: -3px; }
.process { padding: 104px 0 84px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 39px; }
.section-heading .overline { margin: 0 0 10px; color: var(--primary-blue); }
h2 { margin-bottom: 0; font-size: clamp(31px, 4vw, 46px); line-height: 1.04; }.section-heading h2 span { color: #718096; }
.section-intro { max-width: 340px; margin-bottom: 2px; color: var(--muted); font-size: 13px; line-height: 1.65; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.step-card { min-height: 315px; padding: 26px 25px 23px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 5px 20px rgba(20,35,59,.035); display: flex; flex-direction: column; }
.step-card.featured { border-color: #b8e8f8; background: linear-gradient(145deg, #ffffff, #f1fbff); box-shadow: 0 14px 30px rgba(0,158,227,.1); }
.step-top { display: flex; align-items: start; justify-content: space-between; }.step-number { color: #b3bdc9; font-family: 'Space Grotesk', sans-serif; font-size: 12px; font-weight: 700; }.step-icon { display: grid; place-items: center; width: 45px; height: 45px; border-radius: 13px; color: var(--navy); background: #f2f5f8; }.featured .step-icon { color: #ffffff; background: var(--primary-blue); }.step-icon svg { width: 21px; }
.step-copy { margin-top: 29px; }.step-copy h3 { max-width: 210px; margin-bottom: 11px; font-family: 'Space Grotesk', sans-serif; font-size: 18px; line-height: 1.16; letter-spacing: -.035em; }.step-copy p { max-width: 245px; margin-bottom: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }.step-copy strong { color: var(--navy-soft); }
.step-status { display: inline-flex; align-items: center; gap: 6px; margin-top: auto; color: #4c9c70; font-size: 10px; font-weight: 700; }.step-status svg { width: 14px; }.step-status.pending { color: #adb6c0; }
.primary-button { display: grid; place-items: center; width: 100%; min-height: 48px; margin-top: 25px; border: 0; border-radius: 10px; color: #ffffff; background: var(--primary-blue); box-shadow: 0 8px 16px rgba(0,158,227,.18); cursor: pointer; font-size: 12px; font-weight: 700; transition: background .2s, transform .2s, box-shadow .2s; }.primary-button:hover { background: #008bc9; box-shadow: 0 10px 20px rgba(0,158,227,.24); transform: translateY(-2px); }.primary-button:active { background: #0079ae; transform: translateY(0); }.primary-button:focus-visible { outline: 3px solid rgba(52,131,250,.35); outline-offset: 3px; }.button-content, .button-loading { align-items: center; gap: 8px; }.button-content { display: inline-flex; }.button-loading { display: none; }.button-loading .spinner { width: 14px; height: 14px; border: 2px solid rgba(255,255,255,.4); border-top-color: #ffffff; border-radius: 50%; animation: spin .8s linear infinite; }.primary-button.loading .button-content { display: none; }.primary-button.loading .button-loading { display: inline-flex; }.button-note { display: flex; justify-content: center; align-items: center; gap: 4px; margin-top: 11px; color: #3483fa; font-size: 9px; }.button-note svg { width: 12px; }
.trust-bar { display: flex; align-items: center; justify-content: space-around; gap: 20px; padding: 25px 30px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }.trust-item { display: flex; align-items: center; gap: 11px; }.trust-item > svg { width: 22px; height: 22px; color: #cca900; }.trust-item strong, .trust-item small { display: block; }.trust-item strong { margin-bottom: 3px; font-size: 11px; }.trust-item small { color: var(--muted); font-size: 10px; }.trust-divider { width: 1px; height: 34px; background: var(--line); }
.site-footer { margin-top: 75px; color: #aeb9c6; background: var(--navy); }.footer-inner { display: grid; grid-template-columns: 1.3fr 1fr auto; align-items: center; gap: 35px; min-height: 150px; }.footer-brand .brand { color: var(--white); font-size: 17px; }.footer-brand p { max-width: 220px; margin: 10px 0 0; font-size: 10px; line-height: 1.5; }.footer-links { display: flex; flex-wrap: wrap; gap: 19px; font-size: 10px; }.footer-links a:hover { color: var(--yellow); }.copyright { color: #78899e; font-size: 9px; line-height: 1.7; text-align: right; }
.toast { position: fixed; right: 22px; bottom: 22px; z-index: 10; display: flex; align-items: center; gap: 11px; min-width: 260px; padding: 13px 16px; border: 1px solid #b8e3c8; border-radius: 12px; background: var(--white); box-shadow: var(--shadow); opacity: 0; pointer-events: none; transform: translateY(16px); transition: opacity .3s, transform .3s; }.toast.visible { opacity: 1; transform: translateY(0); }.toast-icon { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; color: #30955c; background: #e7f7ed; }.toast-icon svg { width: 15px; }.toast strong, .toast small { display: block; }.toast strong { font-size: 11px; }.toast small { margin-top: 3px; color: var(--muted); font-size: 10px; }
.reveal { opacity: 0; transform: translateY(18px); animation: reveal .65s ease forwards; }.hero .reveal:nth-child(2) { animation-delay: .13s; }.steps-grid .reveal:nth-child(2) { animation-delay: .1s; }.steps-grid .reveal:nth-child(3) { animation-delay: .2s; }.steps-grid .reveal:nth-child(4) { animation-delay: .3s; }
@keyframes reveal { to { opacity: 1; transform: translateY(0); } } @keyframes spin { to { transform: rotate(360deg); } } @keyframes rotate { to { transform: rotate(360deg); } }
@media (max-width: 760px) { .section-wrap, .site-header { width: min(100% - 28px, 560px); }.site-header { height: 72px; }.secure-label { display: none; }.hero { min-height: auto; padding: 30px 24px 28px; border-radius: 18px; }.hero-content { display: block; }.hero .overline { margin-top: 24px; }.hero-text { font-size: 14px; }.alert-visual { display: none; }.process { padding: 70px 0 60px; }.section-heading { display: block; margin-bottom: 27px; }.section-intro { margin-top: 18px; }.steps-grid { grid-template-columns: 1fr; gap: 12px; }.step-card { min-height: 0; padding: 21px; }.step-copy { margin-top: 21px; }.step-copy h3 { max-width: none; }.step-copy p { max-width: none; }.step-status { margin-top: 25px; }.trust-bar { align-items: stretch; flex-direction: column; gap: 17px; padding: 23px 0; border-right: 0; border-left: 0; }.trust-divider { width: 100%; height: 1px; }.footer-inner { grid-template-columns: 1fr; gap: 23px; padding: 32px 0; }.copyright { text-align: left; }.footer-links { gap: 12px 17px; }.toast { right: 14px; bottom: 14px; left: 14px; min-width: 0; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; } }
