:root {
  --navy: #061f3d;
  --navy-soft: #10355e;
  --blue: #315f88;
  --gold: #b49a68;
  --paper: #f7f5f0;
  --paper-deep: #eeeae1;
  --white: #ffffff;
  --ink: #132338;
  --muted: #68778a;
  --line: rgba(6,31,61,.13);
  --shadow: 0 28px 90px rgba(6,31,61,.12);
  --shadow-soft: 0 18px 55px rgba(6,31,61,.065);
  --radius: 28px;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --serif: Iowan Old Style, Baskerville, "Times New Roman", serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  line-height: 1.66;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
img, svg { display: block; max-width: 100%; }
:focus-visible { outline: 3px solid rgba(180,154,104,.7); outline-offset: 4px; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.narrow { width: min(850px, calc(100% - 40px)); margin-inline: auto; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  color: var(--gold); text-transform: uppercase;
  font-size: .75rem; font-weight: 800; letter-spacing: .18em;
}
.eyebrow::before { content: ""; width: 34px; height: 1px; background: currentColor; }
h1, h2, h3, h4 { font-family: var(--serif); color: var(--navy); font-weight: 500; margin: 0; }
h1 { font-size: clamp(3rem, 7vw, 6.5rem); line-height: .94; letter-spacing: -.055em; }
h2 { font-size: clamp(2.25rem, 5vw, 4.65rem); line-height: 1; letter-spacing: -.04em; }
h3 { font-size: 1.72rem; line-height: 1.15; }
h4 { font-size: 1.25rem; line-height: 1.25; }
p { margin: 0; }
.muted { color: var(--muted); }
.text-link {
  display: inline-flex; align-items: center; gap: 9px;
  margin-top: 20px; color: var(--navy); font-weight: 800; font-size: .9rem;
}
.text-link svg { width: 20px; }
.skip-link {
  position: fixed; left: 18px; top: -80px; z-index: 100;
  background: var(--white); color: var(--navy); padding: 12px 16px;
  border-radius: 10px; box-shadow: var(--shadow-soft);
}
.skip-link:focus { top: 18px; }

.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(247,245,240,.9);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid transparent;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.site-header.scrolled { border-color: var(--line); box-shadow: 0 8px 30px rgba(6,31,61,.06); }
.nav { min-height: 104px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }






.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  line-height: 0;
}
.brand-logo {
  display: block;
  width: 132px;
  height: 87px;
  object-fit: contain;
  object-position: center;
}
.footer-brand .brand-logo {
  width: 150px;
  height: 99px;
}

.nav-links { display: flex; align-items: center; gap: 25px; color: #43546a; font-size: .88rem; font-weight: 700; }
.nav-links > a:not(.button) { position: relative; padding: 10px 0; }
.nav-links > a:not(.button)::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: 5px;
  height: 1px; background: var(--gold); transition: right .2s ease;
}
.nav-links > a:hover::after,
.nav-links > a[aria-current="page"]::after { right: 0; }
.nav-links > a[aria-current="page"] { color: var(--navy); }
.menu-toggle {
  display: none; width: 46px; height: 46px; border-radius: 50%;
  border: 1px solid var(--line); background: var(--white); color: var(--navy);
  cursor: pointer; align-items: center; justify-content: center; position: relative;
}
.menu-toggle span, .menu-toggle::before, .menu-toggle::after {
  content: ""; width: 18px; height: 1.5px; background: currentColor;
  position: absolute; transition: .2s ease;
}
.menu-toggle::before { transform: translateY(-6px); }
.menu-toggle::after { transform: translateY(6px); }
.menu-toggle.active span { opacity: 0; }
.menu-toggle.active::before { transform: rotate(45deg); }
.menu-toggle.active::after { transform: rotate(-45deg); }

.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 48px; padding: 0 21px; border-radius: 999px;
  background: var(--navy); color: var(--white);
  border: 1px solid var(--navy); font-weight: 750; font-size: .9rem;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
  box-shadow: 0 14px 35px rgba(6,31,61,.16);
}
.button:hover { transform: translateY(-2px); background: var(--navy-soft); box-shadow: 0 18px 42px rgba(6,31,61,.21); }
.button.ghost { background: transparent; color: var(--navy); box-shadow: none; }
.button.ghost:hover { background: rgba(255,255,255,.62); }
.button.light { background: var(--white); color: var(--navy); border-color: var(--white); }
.button.light-ghost { background: transparent; color: var(--white); border-color: rgba(255,255,255,.3); box-shadow: none; }

.hero {
  position: relative; overflow: hidden; min-height: calc(100vh - 86px);
  display: grid; align-items: center; padding: 72px 0 88px;
}
.hero::before {
  content: ""; position: absolute; width: 650px; height: 650px;
  border: 1px solid rgba(6,31,61,.07); border-radius: 50%;
  right: -250px; top: -220px;
}
.hero::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(circle at 85% 25%, rgba(49,95,136,.14), transparent 29rem),
              linear-gradient(180deg, rgba(255,255,255,.7), transparent 65%);
}
.hero-grid {
  position: relative; z-index: 2; display: grid;
  grid-template-columns: 1.07fr .93fr; gap: 58px; align-items: center;
}
.hero-copy { padding: 20px 0; }
.hero-copy .eyebrow { margin-bottom: 25px; }
.hero-copy h1 span { display: block; color: var(--gold); font-style: italic; }
.hero-copy > p { max-width: 640px; margin-top: 29px; color: var(--muted); font-size: clamp(1.03rem,2vw,1.22rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.hero-note { display: flex; align-items: center; gap: 11px; margin-top: 28px; color: #526176; font-size: .86rem; }
.hero-note svg { width: 18px; color: var(--gold); }
.hero-card {
  min-height: 570px; position: relative; overflow: hidden;
  border-radius: 40px; background: var(--navy); color: var(--white);
  box-shadow: var(--shadow); padding: 42px;
}
.hero-card::before {
  content: ""; position: absolute; width: 430px; height: 430px;
  border: 1px solid rgba(255,255,255,.12); border-radius: 50%;
  right: -145px; top: -110px;
}
.hero-card::after {
  content: ""; position: absolute; width: 280px; height: 280px;
  border: 1px solid rgba(180,154,104,.24); border-radius: 50%;
  right: -40px; top: -5px;
}
.hero-emblem { width: 118px; height: 124px; object-fit: contain; position: relative; z-index: 2; }
.hero-card-copy { position: absolute; left: 42px; right: 42px; bottom: 42px; z-index: 2; }
.hero-card-copy small { display: block; color: var(--gold); font-size: .72rem; text-transform: uppercase; letter-spacing: .18em; font-weight: 800; margin-bottom: 13px; }
.hero-card-copy blockquote { margin: 0; max-width: 430px; font-family: var(--serif); font-size: clamp(1.7rem,3.1vw,2.65rem); line-height: 1.12; }
.hero-card-copy p { margin-top: 24px; color: rgba(255,255,255,.65); font-size: .9rem; }
.wave-lines { position: absolute; left: -8%; right: -8%; top: 38%; opacity: .12; transform: rotate(-6deg); color: var(--white); }

.page-hero { position: relative; overflow: hidden; padding: 88px 0 78px; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.42); }
.page-hero::after {
  content: ""; position: absolute; width: 520px; height: 520px; right: -160px; top: -260px;
  border-radius: 50%; border: 1px solid rgba(6,31,61,.08);
  box-shadow: 0 0 0 60px rgba(6,31,61,.018), 0 0 0 120px rgba(6,31,61,.014);
}
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; color: var(--muted); font-size: .78rem; font-weight: 700; margin-bottom: 30px; }
.breadcrumbs a:hover { color: var(--navy); }
.breadcrumbs span::before { content: "/"; margin-right: 8px; color: var(--gold); }
.page-hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.18fr .62fr; gap: 60px; align-items: end; }
.page-hero h1 { max-width: 820px; }
.page-hero h1 em { color: var(--gold); font-weight: 500; }
.page-lead { color: var(--muted); font-size: clamp(1.04rem,2vw,1.22rem); max-width: 700px; margin-top: 25px; }
.page-aside { border-left: 1px solid var(--line); padding-left: 30px; color: var(--muted); }
.page-aside strong { display: block; font-family: var(--serif); font-size: 1.35rem; color: var(--navy); font-weight: 500; margin-bottom: 8px; }

section { scroll-margin-top: 105px; }
.section { padding: 104px 0; }
.section.compact { padding: 76px 0; }
.section.alt { background: rgba(255,255,255,.48); border-block: 1px solid var(--line); }
.section-head { display: grid; grid-template-columns: 1.05fr .75fr; gap: 50px; align-items: end; margin-bottom: 46px; }
.section-head .eyebrow { margin-bottom: 18px; }
.section-head p { color: var(--muted); font-size: 1.02rem; }
.center-head { text-align: center; max-width: 780px; margin: 0 auto 48px; }
.center-head .eyebrow { margin-bottom: 18px; }
.center-head p { color: var(--muted); margin-top: 21px; font-size: 1.02rem; }

.practice-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.practice {
  min-height: 330px; background: rgba(255,255,255,.76);
  border: 1px solid var(--line); border-radius: var(--radius);
  padding: 32px; display: flex; flex-direction: column;
  box-shadow: var(--shadow-soft); transition: transform .22s ease, box-shadow .22s ease;
}
.practice:hover { transform: translateY(-5px); box-shadow: 0 26px 70px rgba(6,31,61,.1); }
.practice-number { color: var(--gold); font-weight: 800; letter-spacing: .15em; font-size: .75rem; }
.practice h3 { margin-top: 42px; }
.practice p { margin-top: 15px; color: var(--muted); font-size: .94rem; }
.practice .text-link { margin-top: auto; padding-top: 28px; }
.arrow { width: 23px; }

.detail-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.detail-card {
  padding: 30px; border: 1px solid var(--line); border-radius: 24px;
  background: rgba(255,255,255,.7); box-shadow: var(--shadow-soft);
}
.detail-card .icon-circle {
  width: 48px; height: 48px; border-radius: 50%; display: grid; place-items: center;
  border: 1px solid rgba(180,154,104,.55); color: var(--gold); margin-bottom: 26px;
}
.detail-card .icon-circle svg { width: 22px; }
.detail-card p { color: var(--muted); margin-top: 12px; }
.detail-card ul { margin: 16px 0 0; padding-left: 20px; color: var(--muted); }
.detail-card li + li { margin-top: 6px; }

.method-wrap {
  background: var(--white); border: 1px solid var(--line); border-radius: 38px;
  padding: 26px; box-shadow: var(--shadow);
  display: grid; grid-template-columns: .9fr 1.1fr; gap: 22px;
}
.method-intro {
  min-height: 530px; border-radius: 28px; background: var(--navy); color: var(--white);
  padding: 42px; position: relative; overflow: hidden;
  display: flex; flex-direction: column; justify-content: space-between;
}
.method-intro h2 { color: var(--white); max-width: 520px; }
.method-intro p { color: rgba(255,255,255,.68); margin-top: 22px; max-width: 430px; }
.method-intro .emblem-bg { position: absolute; width: 330px; height: 347px; object-fit: contain; right: -72px; bottom: -74px; opacity: .055; }
.method-list { display: grid; align-content: center; }
.method-item { padding: 30px 22px; display: grid; grid-template-columns: 52px 1fr; gap: 22px; border-bottom: 1px solid var(--line); }
.method-item:last-child { border-bottom: 0; }
.method-index {
  width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center;
  border: 1px solid rgba(180,154,104,.5); color: var(--gold); font-weight: 800; font-size: .82rem;
}
.method-item p { color: var(--muted); margin-top: 6px; font-size: .94rem; }

.content-layout { display: grid; grid-template-columns: minmax(0,1fr) 310px; gap: 70px; align-items: start; }
.prose h2 { font-size: clamp(2rem,4vw,3.3rem); margin-top: 60px; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { margin-top: 34px; font-size: 1.55rem; }
.prose p { color: var(--muted); margin-top: 18px; }
.prose ul, .prose ol { color: var(--muted); padding-left: 24px; margin: 18px 0 0; }
.prose li + li { margin-top: 8px; }
.prose .highlight {
  margin-top: 32px; padding: 27px 28px; border-left: 3px solid var(--gold);
  background: rgba(255,255,255,.72); border-radius: 0 20px 20px 0;
}
.prose .highlight strong { color: var(--navy); }
.side-card {
  position: sticky; top: 115px; padding: 28px; border-radius: 26px;
  background: var(--navy); color: var(--white); box-shadow: var(--shadow);
}
.side-card h3 { color: var(--white); }
.side-card p { color: rgba(255,255,255,.68); margin-top: 13px; font-size: .93rem; }
.side-card .button { margin-top: 24px; width: 100%; background: var(--white); color: var(--navy); border-color: var(--white); }
.side-list { margin: 24px 0 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.13); }
.side-list li { padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.13); font-size: .85rem; color: rgba(255,255,255,.78); }

.steps { counter-reset: step; display: grid; gap: 14px; }
.step {
  display: grid; grid-template-columns: 58px 1fr; gap: 20px;
  padding: 26px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.7);
}
.step::before {
  counter-increment: step; content: counter(step, decimal-leading-zero);
  width: 48px; height: 48px; border-radius: 50%; display: grid; place-items: center;
  color: var(--gold); border: 1px solid rgba(180,154,104,.5); font-weight: 800; font-size: .82rem;
}
.step p { color: var(--muted); margin-top: 7px; }

.faq-list { display: grid; gap: 12px; }
.faq-item { border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.72); overflow: hidden; }
.faq-item summary {
  cursor: pointer; list-style: none; padding: 22px 26px; display: flex; justify-content: space-between; gap: 18px;
  color: var(--navy); font-family: var(--serif); font-size: 1.28rem;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; color: var(--gold); font-family: var(--sans); font-weight: 400; }
.faq-item[open] summary::after { content: "−"; }
.faq-item p { color: var(--muted); padding: 0 26px 24px; }

.about { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
.portrait-placeholder {
  min-height: 560px; border-radius: 38px; position: relative; overflow: hidden;
  background: linear-gradient(145deg, rgba(6,31,61,.92), rgba(16,53,94,.74)),
              radial-gradient(circle at 30% 20%, rgba(180,154,104,.4), transparent 22rem);
  box-shadow: var(--shadow);
}
.portrait-placeholder::before {
  content: "N"; position: absolute; inset: 0; display: grid; place-items: center;
  font-family: var(--serif); font-size: 22rem; color: rgba(255,255,255,.055);
}
.portrait-caption {
  position: absolute; left: 34px; right: 34px; bottom: 34px;
  color: var(--white); border-top: 1px solid rgba(255,255,255,.22); padding-top: 22px;
}
.portrait-caption strong { display: block; font-family: var(--serif); font-size: 1.65rem; font-weight: 500; }
.portrait-caption span { color: rgba(255,255,255,.65); font-size: .84rem; }
.about-copy .eyebrow { margin-bottom: 18px; }
.about-copy > p { color: var(--muted); font-size: 1.03rem; margin-top: 24px; }
.facts { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; margin-top: 32px; }
.fact { padding: 20px; border-radius: 20px; border: 1px solid var(--line); background: rgba(255,255,255,.62); }
.fact strong { display: block; color: var(--navy); font-family: var(--serif); font-size: 1.3rem; font-weight: 500; }
.fact span { color: var(--muted); font-size: .82rem; }

.contact-section { padding: 40px 0 100px; }
.contact-card {
  background: var(--navy); color: var(--white); border-radius: 40px;
  padding: 58px; display: grid; grid-template-columns: 1fr .82fr;
  gap: 62px; position: relative; overflow: hidden; box-shadow: var(--shadow);
}
.contact-card::after {
  content: ""; position: absolute; width: 420px; height: 420px;
  border-radius: 50%; border: 1px solid rgba(255,255,255,.1);
  right: -170px; bottom: -230px;
}
.contact-card h2 { color: var(--white); }
.contact-card .eyebrow { margin-bottom: 19px; }
.contact-card p { color: rgba(255,255,255,.68); margin-top: 22px; max-width: 580px; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 31px; }
.contact-data { position: relative; z-index: 2; display: grid; align-content: center; gap: 12px; }
.contact-line {
  padding: 19px 20px; border-radius: 18px; border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.055);
}
.contact-line small { display: block; color: var(--gold); text-transform: uppercase; letter-spacing: .15em; font-size: .66rem; font-weight: 800; }
.contact-line strong { display: block; margin-top: 5px; font-weight: 650; overflow-wrap: anywhere; }

.contact-options { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.contact-option {
  padding: 30px; border: 1px solid var(--line); border-radius: 24px;
  background: rgba(255,255,255,.72); box-shadow: var(--shadow-soft);
}
.contact-option small { display: block; color: var(--gold); font-size: .7rem; letter-spacing: .15em; text-transform: uppercase; font-weight: 800; }
.contact-option h3 { margin-top: 18px; }
.contact-option p { color: var(--muted); margin-top: 12px; }
.contact-option .text-link { overflow-wrap: anywhere; }

.legal-banner {
  padding: 16px 18px; margin-bottom: 34px; border-radius: 16px;
  border: 1px solid rgba(180,154,104,.55); background: #fffaf0; color: #665327;
}
.legal-banner strong { color: #4b3d1f; }

.related-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.related-card {
  padding: 28px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.7);
}
.related-card p { color: var(--muted); margin-top: 10px; font-size: .9rem; }

footer { padding: 44px 0 34px; border-top: 1px solid var(--line); background: rgba(255,255,255,.35); }
.footer-top { display: grid; grid-template-columns: 1.1fr .6fr .6fr; gap: 55px; padding-bottom: 38px; }
.footer-brand p { color: var(--muted); max-width: 470px; margin-top: 17px; font-size: .9rem; }
.footer-column strong { display: block; color: var(--navy); margin-bottom: 14px; }
.footer-column a { display: block; color: var(--muted); padding: 4px 0; font-size: .86rem; }
.footer-column a:hover { color: var(--navy); }
.footer-bottom { display: flex; justify-content: space-between; gap: 22px; padding-top: 24px; border-top: 1px solid var(--line); color: var(--muted); font-size: .78rem; }
.footer-links { display: flex; flex-wrap: wrap; gap: 16px; }
.demo-note { color: #836b3d; }

@media (max-width: 980px) {
  .nav-links { display: none; }
  .menu-toggle { display: flex; }
  .nav-links.open {
    display: flex; position: fixed; inset: 86px 0 0 0; z-index: 49;
    background: var(--paper); padding: 36px 20px 50px;
    flex-direction: column; align-items: stretch; gap: 0; overflow-y: auto;
  }
  .nav-links.open > a { padding: 18px; border-bottom: 1px solid var(--line); font-size: 1.02rem; }
  .nav-links.open > a::after { display: none; }
  .nav-links.open .button { margin-top: 22px; border-bottom: 0; }
  .hero { min-height: auto; }
  .hero-grid, .page-hero-grid, .section-head, .method-wrap, .about, .contact-card, .content-layout { grid-template-columns: 1fr; }
  .page-aside { border-left: 0; border-top: 1px solid var(--line); padding: 24px 0 0; }
  .hero-card { min-height: 480px; }
  .practice-grid, .contact-options, .related-grid { grid-template-columns: 1fr; }
  .practice { min-height: 250px; }
  .detail-grid { grid-template-columns: 1fr; }
  .section-head { gap: 22px; }
  .about { gap: 34px; }
  .portrait-placeholder { min-height: 440px; }
  .contact-card { gap: 34px; }
  .side-card { position: static; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 620px) {
  .brand-logo { width: 108px; height: 71px; }
  .nav { min-height: 90px; }

  .shell, .narrow { width: min(100% - 28px, 1180px); }
  
  
  .hero { padding-top: 42px; }
  .hero-grid { gap: 34px; }
  .hero-card { min-height: 410px; border-radius: 28px; padding: 28px; }
  .hero-card-copy { left: 28px; right: 28px; bottom: 28px; }
  .page-hero { padding: 62px 0 58px; }
  .section { padding: 76px 0; }
  .section.compact { padding: 58px 0; }
  .method-wrap { padding: 12px; border-radius: 28px; }
  .method-intro { min-height: 430px; padding: 28px; }
  .method-item { grid-template-columns: 42px 1fr; padding: 24px 12px; gap: 14px; }
  .facts { grid-template-columns: 1fr; }
  .contact-card { padding: 32px 24px; border-radius: 28px; }
  .step { grid-template-columns: 46px 1fr; padding: 22px 18px; gap: 14px; }
  .step::before { width: 40px; height: 40px; }
  .footer-top { grid-template-columns: 1fr; gap: 30px; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}




.native-form-section {
  padding: 26px 0 104px;
}
.native-form-layout {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 24px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 34px;
  background: var(--white);
  box-shadow: var(--shadow);
}
.native-form-intro {
  min-height: 100%;
  padding: 38px;
  border-radius: 26px;
  background: var(--navy);
  color: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.native-form-intro h2 {
  color: var(--white);
}
.native-form-intro .eyebrow {
  margin-bottom: 16px;
}
.native-form-intro p {
  margin-top: 20px;
  color: rgba(255,255,255,.68);
}
.native-form-points {
  display: grid;
  gap: 14px;
  margin-top: 42px;
}
.native-form-points div {
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,.14);
}
.native-form-points strong,
.native-form-points span {
  display: block;
}
.native-form-points strong {
  color: var(--white);
  font-family: var(--serif);
  font-size: 1.08rem;
  font-weight: 500;
}
.native-form-points span {
  margin-top: 4px;
  color: rgba(255,255,255,.62);
  font-size: .82rem;
}
.native-form {
  padding: 22px 18px 18px;
}
.field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 16px;
}
.form-field {
  display: grid;
  gap: 8px;
  margin-bottom: 18px;
}
.form-field label {
  color: var(--navy);
  font-size: .88rem;
  font-weight: 750;
}
.form-field label span,
.field-help {
  color: var(--muted);
  font-weight: 500;
}
.field-help {
  font-size: .75rem;
}
.form-field input,
.form-field textarea {
  width: 100%;
  border: 1px solid rgba(6,31,61,.17);
  border-radius: 14px;
  background: #fff;
  color: var(--ink);
  padding: 14px 15px;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.form-field input {
  min-height: 50px;
}
.form-field textarea {
  min-height: 180px;
  resize: vertical;
}
.form-field input::placeholder,
.form-field textarea::placeholder {
  color: #8b96a5;
}
.form-field input:focus,
.form-field textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 4px rgba(180,154,104,.12);
  outline: none;
  background: #fffefa;
}
.privacy-check {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 12px;
  align-items: start;
  margin: 5px 0 20px;
}
.privacy-check input {
  width: 18px;
  height: 18px;
  margin-top: 3px;
  accent-color: var(--navy);
}
.privacy-check label {
  color: var(--muted);
  font-size: .84rem;
}
.privacy-check a {
  color: var(--navy);
  font-weight: 700;
}
.captcha-wrap {
  min-height: 80px;
  margin: 4px 0 20px;
}
.native-submit {
  min-width: 190px;
  cursor: pointer;
}
.native-form-note {
  margin-top: 16px;
  color: var(--muted);
  font-size: .78rem;
}
@media (max-width: 980px) {
  .native-form-layout {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 620px) {
  .native-form-section {
    padding-bottom: 76px;
  }
  .native-form-layout {
    padding: 12px;
    border-radius: 26px;
  }
  .native-form-intro {
    padding: 28px 24px;
  }
  .native-form {
    padding: 16px 8px 8px;
  }
  .field-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .native-submit {
    width: 100%;
  }
}
