:root {
  --navy-950: #031327;
  --navy-900: #041a31;
  --navy-800: #092746;
  --navy-700: #123b62;
  --cyan: #13d5d2;
  --teal: #0eb7b2;
  --white: #f8fbff;
  --muted: #bfccda;
  --line: rgba(65, 194, 231, .36);
  --max-width: 1440px;
}

* { box-sizing: border-box; }
html { min-height: 100%; scroll-behavior: smooth; }
body {
  min-height: 100vh;
  margin: 0;
  color: var(--white);
  background: radial-gradient(circle at 65% 42%, #08264a 0, var(--navy-900) 34%, var(--navy-950) 76%);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }

.site-header {
  width: min(100% - 48px, var(--max-width));
  height: 128px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 20;
}
.brand { display: inline-flex; align-items: center; gap: 22px; font-weight: 700; }
.brand-name { font-size: clamp(1.55rem, 2.6vw, 2.3rem); letter-spacing: -.045em; }
.brand-mark { width: 92px; height: 76px; position: relative; display: inline-grid; place-items: center; }
.brand-mark span { font-size: 4.25rem; line-height: 1; font-weight: 500; letter-spacing: -.18em; transform: translateX(-7px); }
.brand-mark i { position: absolute; width: 31px; height: 17px; right: 4px; bottom: 4px; border-left: 8px solid var(--cyan); border-bottom: 8px solid var(--cyan); transform: rotate(-45deg); border-radius: 2px; }
.main-nav { display: flex; align-items: center; gap: 46px; font-size: 1rem; }
.main-nav > a:not(.button) { position: relative; color: #edf3fa; padding: 14px 0; }
.main-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 4px; height: 2px; background: var(--cyan); transition: right .2s ease; }
.main-nav > a:not(.button):hover::after, .main-nav > a.active::after { right: 0; }
.button { border-radius: 9px; display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 28px; border: 1px solid transparent; font-weight: 600; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-outline { color: var(--cyan); border-color: var(--cyan); }
.button-outline:hover { background: rgba(19, 213, 210, .08); box-shadow: 0 8px 30px rgba(5, 184, 180, .1); }
.button-primary { color: #fff; background: linear-gradient(120deg, #12aaa8, #12ccc6); box-shadow: 0 12px 35px rgba(6, 194, 188, .18); }
.button-primary:hover { box-shadow: 0 15px 40px rgba(6, 194, 188, .3); }
.menu-toggle { display: none; background: transparent; border: 0; padding: 8px; }
.menu-toggle span { display: block; width: 28px; height: 2px; background: #fff; margin: 6px 0; }

.hero, .contact-page { flex: 1; width: min(100% - 48px, var(--max-width)); margin: 0 auto; position: relative; }
.hero { min-height: 650px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 58px; padding: 46px 54px 92px; }
.hero::before, .contact-page::before { content: ""; position: absolute; inset: 0; opacity: .13; pointer-events: none; background-image: radial-gradient(circle, #56bbf2 1px, transparent 1.3px); background-size: 22px 22px; mask-image: linear-gradient(90deg, transparent 30%, #000 70%, transparent); }
.hero-copy { position: relative; z-index: 3; max-width: 720px; }
.eyebrow { margin: 0 0 24px; color: var(--cyan); font-size: .78rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
h1 { margin: 0; font-size: clamp(2.8rem, 4.5vw, 4.75rem); line-height: 1.07; letter-spacing: -.05em; }
.lead { max-width: 650px; margin: 28px 0 0; color: var(--muted); font-size: clamp(1.05rem, 1.5vw, 1.3rem); line-height: 1.65; }
.hero-actions { margin-top: 42px; display: flex; align-items: center; gap: 30px; }
.hero-actions .button { min-width: 254px; min-height: 66px; font-size: 1.13rem; }
.text-link { color: var(--muted); font-weight: 600; }
.text-link span { color: var(--cyan); margin-left: 5px; }

.hero-visual { height: 560px; position: relative; z-index: 2; }
.document { position: absolute; width: min(78%, 420px); height: 480px; right: 48px; top: 18px; border: 1px solid rgba(105, 215, 237, .8); border-radius: 12px 0 12px 12px; background: linear-gradient(145deg, rgba(19, 61, 97, .58), rgba(2, 21, 43, .82)); box-shadow: 0 25px 70px rgba(0, 0, 0, .25); overflow: hidden; }
.fold { position: absolute; width: 78px; height: 78px; right: -1px; top: -1px; background: var(--navy-900); border-left: 1px solid #69d7ed; border-bottom: 1px solid #69d7ed; clip-path: polygon(0 0, 100% 100%, 0 100%); }
.doc-line { height: 6px; border-radius: 9px; margin-left: 44px; background: #17507c; }
.doc-line.long { width: 62%; margin-top: 98px; }.doc-line.medium { width: 70%; margin-top: 28px; }.doc-line.short { width: 55%; margin-top: 28px; }.doc-line.tiny { width: 24%; margin-top: 22px; }
.signature { width: 178px; margin: 56px 0 0 42px; }
.signature path { fill: none; stroke: var(--cyan); stroke-width: 3; stroke-linecap: round; }
.verified { position: absolute; width: 112px; height: 112px; left: 0; top: 185px; border: 1px solid #65d7f4; border-radius: 50%; background: rgba(3, 23, 48, .9); box-shadow: 0 0 35px rgba(13, 190, 210, .1); }
.verified span { position: absolute; width: 42px; height: 23px; left: 35px; top: 36px; border-left: 5px solid var(--cyan); border-bottom: 5px solid var(--cyan); transform: rotate(-45deg); }
.seal { position: absolute; width: 145px; height: 145px; right: 0; bottom: 14px; border: 2px solid var(--cyan); border-radius: 50%; background: rgba(3, 24, 48, .88); display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--cyan); letter-spacing: .13em; font-size: .65rem; transform: rotate(-5deg); box-shadow: inset 0 0 0 8px rgba(19, 213, 210, .07); }
.seal b { font-size: 2.1rem; margin-bottom: 4px; }.seal small { font-size: .65rem; margin-top: 6px; }
.ambient { position: absolute; pointer-events: none; border-radius: 50%; filter: blur(1px); }
.ambient-one { width: 560px; height: 560px; right: -220px; top: -140px; background: radial-gradient(circle, rgba(5, 180, 213, .1), transparent 65%); }
.ambient-two { width: 430px; height: 430px; left: -200px; bottom: -250px; background: radial-gradient(circle, rgba(17, 213, 206, .08), transparent 65%); }

.contact-page { display: grid; grid-template-columns: .82fr 1.18fr; gap: 86px; align-items: center; min-height: 670px; padding: 38px 54px 82px; }
.contact-intro, .form-card { position: relative; z-index: 2; }
.contact-intro h1 { margin-bottom: 34px; }
.contact-intro h2 { margin: 0 0 14px; font-size: clamp(1.6rem, 2.5vw, 2.35rem); }
.contact-intro > p:not(.eyebrow) { max-width: 470px; color: var(--muted); font-size: 1.15rem; line-height: 1.65; }
.email-link { display: inline-flex; align-items: center; gap: 15px; margin-top: 24px; font-weight: 500; }
.email-link span { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--cyan); color: var(--cyan); border-radius: 50%; }
.form-card { max-width: 720px; width: 100%; justify-self: end; padding: 36px 40px 28px; border: 1px solid rgba(40, 205, 224, .75); border-radius: 18px; background: linear-gradient(150deg, rgba(10, 42, 75, .9), rgba(3, 24, 49, .93)); box-shadow: 0 28px 65px rgba(0, 0, 0, .28); }
.form-card form { display: grid; gap: 20px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.form-card label { display: grid; gap: 9px; font-size: .92rem; font-weight: 600; }
.form-card input, .form-card textarea { width: 100%; color: #fff; background: rgba(5, 28, 54, .8); border: 1px solid #426c91; border-radius: 8px; padding: 14px 15px; outline: none; transition: border .2s ease, box-shadow .2s ease; }
.form-card input { height: 51px; }.form-card textarea { min-height: 136px; resize: vertical; }
.form-card input:focus, .form-card textarea:focus { border-color: var(--cyan); box-shadow: 0 0 0 3px rgba(19, 213, 210, .12); }
.submit-button { width: 100%; min-height: 58px; border: 0; font-size: 1.03rem; margin-top: 2px; }
.form-note { margin: -7px 0 0; text-align: center; color: #9eafc0; font-size: .75rem; }
.honeypot { position: absolute !important; left: -9999px !important; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.site-footer { width: min(100% - 48px, var(--max-width)); margin: auto auto 0; min-height: 72px; border-top: 1px solid rgba(129, 169, 198, .14); display: flex; align-items: center; justify-content: space-between; color: #8295a8; font-size: .82rem; }
.site-footer a:hover { color: var(--cyan); }

@media (max-width: 980px) {
  .site-header { height: 100px; }
  .menu-toggle { display: block; cursor: pointer; }
  .main-nav { display: none; position: absolute; top: 84px; left: 0; right: 0; padding: 22px; flex-direction: column; gap: 10px; background: rgba(3, 19, 39, .98); border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 18px 50px rgba(0,0,0,.35); }
  .main-nav.open { display: flex; }
  .main-nav .button { width: 100%; }
  .hero { grid-template-columns: 1fr; padding: 50px 20px 70px; text-align: center; }
  .hero-copy { margin: auto; }.hero-actions { justify-content: center; }
  .hero-visual { height: 480px; max-width: 600px; width: 100%; margin: -20px auto 0; }
  .document { right: 10%; }.verified { left: 6%; }.seal { right: 6%; }
  .contact-page { grid-template-columns: 1fr; gap: 45px; padding: 50px 20px 75px; }
  .contact-intro { text-align: center; }.contact-intro > p:not(.eyebrow) { margin-left: auto; margin-right: auto; }.form-card { justify-self: center; }
}
@media (max-width: 620px) {
  .site-header, .hero, .contact-page, .site-footer { width: min(100% - 30px, var(--max-width)); }
  .brand { gap: 10px; }.brand-mark { width: 62px; height: 55px; }.brand-mark span { font-size: 3rem; }.brand-mark i { width: 24px; height: 14px; right: 0; bottom: 2px; border-width: 0 0 6px 6px; }.brand-name { font-size: 1.55rem; }
  h1 { font-size: clamp(2.35rem, 11vw, 3.2rem); }
  .hero { padding-inline: 0; }.hero-actions { flex-direction: column; gap: 20px; }.hero-actions .button { width: 100%; }.hero-visual { height: 380px; }.document { height: 345px; width: 80%; right: 5%; }.doc-line.long { margin-top: 70px; }.signature { margin-top: 35px; }.verified { width: 84px; height: 84px; top: 140px; left: 0; }.verified span { width: 33px; height: 18px; left: 25px; top: 26px; }.seal { width: 105px; height: 105px; font-size: .46rem; }.seal small { font-size: .46rem; }
  .contact-page { padding-inline: 0; }.field-row { grid-template-columns: 1fr; gap: 20px; }.form-card { padding: 28px 20px 23px; }
  .site-footer { flex-direction: column; justify-content: center; gap: 7px; text-align: center; }
}
@media (prefers-reduced-motion: reduce) { * { scroll-behavior: auto !important; transition: none !important; } }
