:root {
  --drf-navy: #0b1730;
  --drf-navy-light: #13294d;
  --drf-blue: #2463eb;
  --drf-cyan: #32c7c9;
  --drf-ink: #152238;
  --drf-muted: #5f6f84;
  --drf-line: #dce5ef;
  --drf-bg: #f3f7fb;
  --drf-shadow: 0 20px 55px rgba(11, 23, 48, .1);
}
html { scroll-behavior: smooth; }
body {
  min-height: 100%;
  margin: 0;
  color: var(--drf-ink);
  background: radial-gradient(circle at 10% 0, rgba(50,199,201,.1), transparent 30rem), linear-gradient(180deg, #edf4fb 0, var(--drf-bg) 32rem);
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.drf-skip-link { position: fixed; top: 8px; left: 8px; z-index: 100001; padding: .65rem 1rem; color: #fff; background: var(--drf-blue); border-radius: 8px; transform: translateY(-150%); }
.drf-skip-link:focus { transform: translateY(0); }
.drf-site-header { position: sticky; top: 0; z-index: 1000; height: 76px; color: #fff; background: rgba(11,23,48,.98); border-bottom: 1px solid rgba(255,255,255,.1); box-shadow: 0 8px 30px rgba(3,10,25,.16); }
.drf-header-inner { width: min(1180px, calc(100% - 40px)); height: 100%; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.drf-brand { display: inline-flex; align-items: center; gap: 12px; color: #fff; text-decoration: none; }
.drf-brand:hover { color: #fff; }
.drf-brand-mark { width: 40px; height: 40px; flex: 0 0 40px; display: grid; place-items: center; color: #fff; background: linear-gradient(135deg, var(--drf-cyan), #4285f4); border-radius: 12px; box-shadow: 0 8px 22px rgba(50,199,201,.22); }
.drf-brand-mark svg { width: 23px; height: 23px; }
.drf-brand-copy { display: flex; flex-direction: column; line-height: 1.08; }
.drf-brand-title { font-size: 1rem; font-weight: 800; letter-spacing: -.02em; }
.drf-brand-subtitle { margin-top: 5px; color: #aebdd0; font-size: .61rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.drf-nav { display: flex; align-items: center; gap: 26px; }
.drf-nav a { color: #c5d0df; font-size: .875rem; font-weight: 650; text-decoration: none; }
.drf-nav a:hover, .drf-nav a:focus, .drf-nav a[aria-current="page"] { color: #fff; }
.drf-security { display: inline-flex; align-items: center; gap: 7px; padding-left: 24px; color: #b8c6d8; border-left: 1px solid rgba(255,255,255,.15); font-size: .75rem; }
.drf-security svg { width: 15px; height: 15px; color: var(--drf-cyan); }
.drf-menu-toggle { display: none; }
.drf-hero { width: min(1180px, calc(100% - 40px)); margin: 34px auto 0; padding: clamp(28px,4vw,46px); display: grid; grid-template-columns: minmax(0,1fr) 260px; align-items: center; gap: 44px; color: #fff; background: radial-gradient(circle at 88% 12%, rgba(50,199,201,.28), transparent 18rem), linear-gradient(125deg,var(--drf-navy),var(--drf-navy-light)); border: 1px solid rgba(255,255,255,.08); border-radius: 24px; box-shadow: var(--drf-shadow); overflow: hidden; }
.drf-eyebrow, .drf-section-kicker { margin: 0 0 10px; color: #5fe0dc; font-size: .72rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.drf-hero h1 { max-width: 740px; margin: 0; color: #fff; font-size: clamp(2rem,4vw,3rem); font-weight: 800; line-height: 1.08; letter-spacing: -.04em; }
.drf-hero-copy { max-width: 700px; margin: 16px 0 22px; color: #c7d2e1; font-size: 1rem; line-height: 1.7; }
.drf-hero-action { display: inline-flex; align-items: center; gap: 9px; color: #fff; font-size: .9rem; font-weight: 750; text-decoration: none; }
.drf-hero-action:hover { color: #76e5e2; }
.drf-hero-panel { padding: 22px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.13); border-radius: 17px; }
.drf-hero-panel strong { display: block; margin-bottom: 7px; font-size: .98rem; }
.drf-hero-panel span { color: #b8c6d8; font-size: .78rem; line-height: 1.6; }
.app-shell { padding: 30px 0 60px; }
.app-shell > .container { max-width: 1180px; }
.drf-wizard-heading h2 { margin: 0; color: var(--drf-ink); font-size: 1.45rem; font-weight: 800; letter-spacing: -.025em; }
.drf-section-kicker { margin-bottom: 4px; color: var(--drf-blue); }
.main-card { border-color: rgba(11,23,48,.08); box-shadow: var(--drf-shadow); }
.stepper { padding-top: 20px; background: #f9fbfd; }
.step-pill.active { border-color: rgba(36,99,235,.4); background: rgba(36,99,235,.07); }
.step-pill.active .num, .progress-bar, .btn-primary { background: linear-gradient(135deg,var(--drf-blue),#174cc0); }
.form-section { border-color: var(--drf-line); background: #f8fafc; }
.form-control, .form-select { border-color: #cbd7e5; }
.form-control:focus, .form-select:focus { border-color: var(--drf-blue); box-shadow: 0 0 0 .25rem rgba(36,99,235,.12); }
.footer-bar { z-index: 5; }
.drf-site-footer { color: #c8d2df; background: var(--drf-navy); border-top: 1px solid rgba(255,255,255,.08); }
.drf-footer-inner { width: min(1180px, calc(100% - 40px)); margin: auto; padding: 42px 0 32px; display: grid; grid-template-columns: minmax(0,2fr) 1fr 1fr; gap: 48px; }
.drf-footer-brand { color: #fff; font-size: 1.05rem; font-weight: 800; text-decoration: none; }
.drf-footer-about p { max-width: 510px; margin: 12px 0 0; color: #9daec1; font-size: .82rem; line-height: 1.7; }
.drf-site-footer h2 { margin: 0 0 12px; color: #fff; font-size: .82rem; font-weight: 750; }
.drf-site-footer ul { margin: 0; padding: 0; list-style: none; }
.drf-site-footer li + li { margin-top: 8px; }
.drf-site-footer li a { color: #b8c6d7; font-size: .8rem; text-decoration: none; }
.drf-site-footer li a:hover { color: #fff; }
.drf-footer-bottom { width: min(1180px, calc(100% - 40px)); margin: auto; padding: 20px 0 25px; display: flex; justify-content: space-between; gap: 30px; color: #8191a5; border-top: 1px solid rgba(255,255,255,.09); font-size: .7rem; line-height: 1.6; }
.drf-footer-bottom span:last-child { max-width: 620px; text-align: right; }
@media (max-width: 767.98px) {
  .drf-site-header { height: 68px; }
  .drf-header-inner { width: calc(100% - 24px); }
  .drf-brand-subtitle { display: none; }
  .drf-menu-toggle { width: 42px; height: 42px; padding: 9px; display: grid; align-content: center; gap: 5px; color: #fff; background: transparent; border: 1px solid rgba(255,255,255,.2); border-radius: 10px; }
  .drf-menu-toggle span:not(.visually-hidden) { width: 100%; height: 2px; background: currentColor; border-radius: 2px; }
  .drf-nav { position: absolute; top: 67px; right: 12px; left: 12px; padding: 18px; display: none; align-items: stretch; gap: 15px; flex-direction: column; background: #10213e; border: 1px solid rgba(255,255,255,.12); border-radius: 0 0 14px 14px; box-shadow: 0 18px 30px rgba(3,10,25,.22); }
  .drf-nav.is-open { display: flex; }
  .drf-security { padding: 13px 0 0; border-top: 1px solid rgba(255,255,255,.12); border-left: 0; }
  .drf-hero { width: calc(100% - 24px); margin-top: 18px; padding: 28px 23px; grid-template-columns: 1fr; gap: 25px; border-radius: 18px; }
  .drf-hero h1 { font-size: clamp(1.85rem,9vw,2.35rem); }
  .app-shell { padding: 24px 0 44px; }
  .app-shell > .container { padding-right: 12px; padding-left: 12px; }
  .drf-wizard-heading { align-items: flex-start !important; }
  .drf-wizard-heading h2 { font-size: 1.2rem; }
  .stepper { flex-wrap: nowrap; overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .step-pill { flex: 0 0 auto; }
  .main-card .card-body { padding: 18px 14px 6px; }
  .footer-bar { margin-right: -14px; margin-left: -14px; padding: 12px 14px; align-items: stretch; flex-direction: column; }
  .footer-bar > div, .footer-bar .btn { width: 100%; }
  .footer-bar > div { flex-direction: column; }
  .drf-footer-inner { width: calc(100% - 24px); padding-top: 34px; grid-template-columns: 1fr; gap: 28px; }
  .drf-footer-bottom { width: calc(100% - 24px); flex-direction: column; gap: 8px; }
  .drf-footer-bottom span:last-child { text-align: left; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
@media print {
  .drf-site-header, .drf-hero, .drf-site-footer { display: none !important; }
}
