:root {
  --ink: #132033;
  --muted: #5d6877;
  --navy: #092d55;
  --blue: #075aa8;
  --blue-dark: #06457f;
  --sky: #eaf5ff;
  --red: #d51f2b;
  --line: #dce4ec;
  --paper: #ffffff;
  --soft: #f5f8fb;
  --success: #147a4a;
  --danger: #a6212a;
  --shadow: 0 18px 50px rgba(9, 45, 85, 0.1);
  --radius: 18px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: var(--blue);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

a:hover {
  color: var(--blue-dark);
}

button,
input,
select,
textarea {
  font: inherit;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  color: #fff;
  background: var(--navy);
  border-radius: 8px;
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.container {
  width: min(calc(100% - 40px), var(--max));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(220, 228, 236, 0.9);
  backdrop-filter: blur(12px);
}

.nav-wrap {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  text-decoration: none;
}

.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--navy);
  border-radius: 11px;
  font-size: 0.77rem;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.brand-logo {
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  object-fit: cover;
  border: 1px solid #d7dee6;
  border-radius: 11px;
}

.brand-name {
  display: block;
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.15;
}

.brand-tagline {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.73rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 4px;
}

.site-nav a {
  padding: 10px 12px;
  color: #26374a;
  border-radius: 9px;
  font-size: 0.92rem;
  font-weight: 650;
  text-decoration: none;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: var(--blue);
  background: var(--sky);
}

.site-nav .nav-cta {
  margin-left: 6px;
  color: #fff;
  background: var(--blue);
}

.site-nav .nav-cta:hover,
.site-nav .nav-cta[aria-current="page"] {
  color: #fff;
  background: var(--blue-dark);
}

.nav-toggle {
  width: 44px;
  height: 44px;
  display: none;
  place-items: center;
  padding: 0;
  color: var(--navy);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  cursor: pointer;
}

.nav-toggle span,
.nav-toggle::before,
.nav-toggle::after {
  width: 20px;
  height: 2px;
  display: block;
  content: "";
  background: currentColor;
  transition: 0.2s ease;
}

.nav-toggle span {
  margin-block: 4px;
}

.nav-toggle[aria-expanded="true"] span {
  opacity: 0;
}

.nav-toggle[aria-expanded="true"]::before {
  transform: translateY(6px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"]::after {
  transform: translateY(-6px) rotate(-45deg);
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 90px 0 72px;
  background:
    radial-gradient(circle at 90% 20%, rgba(18, 126, 210, 0.14), transparent 34%),
    linear-gradient(135deg, #f8fbff 0%, #edf6ff 52%, #fff 100%);
}

.hero::after {
  position: absolute;
  right: -120px;
  bottom: -170px;
  width: 440px;
  height: 440px;
  content: "";
  border: 75px solid rgba(7, 90, 168, 0.045);
  border-radius: 50%;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  align-items: center;
  gap: clamp(42px, 7vw, 90px);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 18px;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 28px;
  height: 3px;
  content: "";
  background: var(--red);
  border-radius: 4px;
}

h1,
h2,
h3 {
  margin-top: 0;
  color: var(--navy);
  line-height: 1.15;
}

h1 {
  max-width: 760px;
  margin-bottom: 24px;
  font-size: clamp(2.55rem, 5.5vw, 5rem);
  letter-spacing: -0.045em;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(1.9rem, 3vw, 2.8rem);
  letter-spacing: -0.03em;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.22rem;
}

.hero-copy {
  max-width: 650px;
  margin: 0 0 30px;
  color: #45566a;
  font-size: clamp(1.03rem, 1.7vw, 1.2rem);
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 20px;
  color: #fff;
  background: var(--blue);
  border: 1px solid var(--blue);
  border-radius: 10px;
  font-weight: 750;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s ease;
}

.button:hover {
  color: #fff;
  background: var(--blue-dark);
  border-color: var(--blue-dark);
  transform: translateY(-1px);
}

.button-secondary {
  color: var(--navy);
  background: #fff;
  border-color: #bac9d8;
}

.button-secondary:hover {
  color: var(--navy);
  background: var(--sky);
}

.hero-visual {
  position: relative;
  min-height: 430px;
}

.hero-card-main {
  position: absolute;
  inset: 0 55px 40px 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(7, 90, 168, 0.12);
  border-radius: 28px;
  box-shadow: var(--shadow);
}

.hero-card-main img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 44px;
}

.hero-badge {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 205px;
  padding: 23px;
  color: #fff;
  background: var(--navy);
  border: 6px solid #f5faff;
  border-radius: 20px;
  box-shadow: 0 14px 35px rgba(9, 45, 85, 0.25);
}

.hero-badge strong {
  display: block;
  margin-bottom: 5px;
  font-size: 1.06rem;
}

.hero-badge span {
  display: block;
  color: #cce5ff;
  font-size: 0.83rem;
  line-height: 1.45;
}

.trust-strip {
  border-block: 1px solid var(--line);
  background: #fff;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.trust-item {
  padding: 25px 30px;
  text-align: center;
}

.trust-item + .trust-item {
  border-left: 1px solid var(--line);
}

.trust-item strong {
  display: block;
  color: var(--navy);
}

.trust-item span {
  color: var(--muted);
  font-size: 0.87rem;
}

.section {
  padding: 82px 0;
}

.section-soft {
  background: var(--soft);
}

.section-dark {
  color: #e7f2ff;
  background: var(--navy);
}

.section-dark h2,
.section-dark h3 {
  color: #fff;
}

.section-dark .section-intro {
  color: #c5d7ea;
}

.section-heading {
  max-width: 730px;
  margin-bottom: 38px;
}

.section-heading.centered {
  margin-inline: auto;
  text-align: center;
}

.section-intro {
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.service-card,
.info-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 8px 25px rgba(9, 45, 85, 0.055);
}

.service-card img {
  width: 100%;
  height: 210px;
  object-fit: contain;
  padding: 24px;
  background: linear-gradient(145deg, #fff, #eff6fb);
}

.service-card-body,
.info-card {
  padding: 25px;
}

.service-card p,
.info-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.card-link {
  display: inline-flex;
  margin-top: 16px;
  font-weight: 750;
  text-decoration: none;
}

.split {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: clamp(40px, 7vw, 90px);
}

.checklist {
  display: grid;
  gap: 12px;
  margin: 25px 0 0;
  padding: 0;
  list-style: none;
}

.checklist li {
  position: relative;
  padding-left: 31px;
}

.checklist li::before {
  position: absolute;
  top: 0.18em;
  left: 0;
  width: 21px;
  height: 21px;
  display: grid;
  place-items: center;
  content: "✓";
  color: #fff;
  background: var(--success);
  border-radius: 50%;
  font-size: 0.75rem;
  font-weight: 900;
}

.notice-panel {
  padding: clamp(28px, 5vw, 48px);
  background: #fff;
  border: 1px solid var(--line);
  border-left: 5px solid var(--red);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.notice-panel h3 {
  font-size: 1.55rem;
}

.notice-panel p:last-child {
  margin-bottom: 0;
}

.steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  counter-reset: process;
}

.step {
  position: relative;
  padding: 26px 20px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 15px;
  counter-increment: process;
}

.step::before {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  margin-bottom: 20px;
  content: counter(process, decimal-leading-zero);
  color: var(--navy);
  background: #fff;
  border-radius: 50%;
  font-size: 0.78rem;
  font-weight: 900;
}

.step p {
  margin-bottom: 0;
  color: #c5d7ea;
  font-size: 0.9rem;
}

.cta {
  padding: clamp(32px, 6vw, 58px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  color: #fff;
  background: linear-gradient(125deg, var(--blue), var(--navy));
  border-radius: 24px;
  box-shadow: var(--shadow);
}

.cta h2 {
  margin-bottom: 8px;
  color: #fff;
}

.cta p {
  max-width: 680px;
  margin: 0;
  color: #d8eaff;
}

.cta .button {
  flex: 0 0 auto;
  color: var(--navy);
  background: #fff;
  border-color: #fff;
}

.page-hero {
  padding: 72px 0 58px;
  background: linear-gradient(135deg, #f4f9ff, #fff);
  border-bottom: 1px solid var(--line);
}

.page-hero h1 {
  max-width: 900px;
  margin-bottom: 16px;
  font-size: clamp(2.3rem, 5vw, 4.2rem);
}

.page-hero p {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.service-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.service-detail {
  display: grid;
  grid-template-columns: 145px 1fr;
  gap: 24px;
  padding: 25px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.service-detail img {
  width: 145px;
  height: 130px;
  object-fit: contain;
  padding: 10px;
  background: var(--soft);
  border-radius: 12px;
}

.service-detail p {
  margin: 0;
  color: var(--muted);
}

.process-list {
  display: grid;
  gap: 20px;
}

.process-item {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 22px;
  padding: 27px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.process-number {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--blue);
  border-radius: 15px;
  font-weight: 900;
}

.process-item p {
  margin-bottom: 0;
  color: var(--muted);
}

.legal-layout {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  align-items: start;
  gap: 50px;
}

.legal-nav {
  position: sticky;
  top: 105px;
  padding: 20px;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 14px;
}

.legal-nav strong {
  display: block;
  margin-bottom: 10px;
}

.legal-nav a {
  display: block;
  padding: 6px 0;
  color: var(--muted);
  font-size: 0.88rem;
  text-decoration: none;
}

.legal-nav a:hover {
  color: var(--blue);
}

.legal-copy {
  max-width: 820px;
}

.legal-copy section {
  padding-top: 20px;
  margin-bottom: 35px;
}

.legal-copy h2 {
  font-size: 1.6rem;
}

.legal-copy h3 {
  margin-top: 22px;
  font-size: 1.08rem;
}

.legal-copy p,
.legal-copy li {
  color: #46566a;
}

.legal-meta {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-top: 20px;
  padding: 12px 16px;
  color: #46566a;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 10px;
  font-size: 0.88rem;
}

.legal-callout {
  padding: 20px;
  background: #fff8e9;
  border: 1px solid #f0d899;
  border-radius: 12px;
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 45px;
}

.contact-card {
  padding: 28px;
  background: var(--navy);
  border-radius: var(--radius);
}

.contact-card h2,
.contact-card h3 {
  color: #fff;
}

.contact-card p,
.contact-card address {
  color: #c8daed;
  font-style: normal;
}

.contact-card a {
  color: #fff;
}

.contact-line {
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.contact-line:first-of-type {
  border-top: 0;
}

.contact-line strong {
  display: block;
  margin-bottom: 4px;
  color: #fff;
}

.form-card {
  padding: clamp(26px, 5vw, 42px);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.field {
  display: grid;
  gap: 7px;
}

.field-full {
  grid-column: 1 / -1;
}

.field label {
  color: #26374a;
  font-size: 0.88rem;
  font-weight: 750;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  padding: 12px 13px;
  color: var(--ink);
  background: #fff;
  border: 1px solid #b8c5d2;
  border-radius: 9px;
  outline: 0;
}

.field textarea {
  min-height: 155px;
  resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(7, 90, 168, 0.13);
}

.checkbox {
  display: grid;
  grid-template-columns: 20px 1fr;
  align-items: start;
  gap: 10px;
  color: var(--muted);
  font-size: 0.88rem;
}

.checkbox input {
  width: 18px;
  height: 18px;
  margin-top: 3px;
}

.form-help {
  color: var(--muted);
  font-size: 0.82rem;
}

.form-status {
  margin-bottom: 22px;
  padding: 14px 16px;
  border-radius: 10px;
}

.form-status.success {
  color: #0b5c36;
  background: #e8f7ef;
  border: 1px solid #a9dec1;
}

.form-status.error {
  color: #7c1720;
  background: #fff0f1;
  border: 1px solid #efb6bb;
}

.site-footer {
  padding: 60px 0 25px;
  color: #bfcee0;
  background: #071d34;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.7fr 0.9fr;
  gap: 50px;
}

.site-footer h2,
.site-footer h3 {
  color: #fff;
}

.site-footer h2 {
  margin-bottom: 10px;
  font-size: 1.4rem;
}

.site-footer h3 {
  margin-bottom: 13px;
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-footer p {
  max-width: 470px;
  margin-top: 0;
}

.footer-links {
  display: grid;
  gap: 8px;
}

.site-footer a {
  color: #dbeaff;
  text-decoration: none;
}

.site-footer a:hover {
  color: #fff;
}

.footer-bottom {
  margin-top: 42px;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.82rem;
}

.footer-bottom p {
  margin: 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.hp-field {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

@media (max-width: 960px) {
  .nav-toggle {
    display: grid;
  }

  .site-nav {
    position: absolute;
    top: 76px;
    right: 20px;
    left: 20px;
    display: none;
    padding: 12px;
    flex-direction: column;
    align-items: stretch;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 14px;
    box-shadow: var(--shadow);
  }

  .site-nav[data-open="true"] {
    display: flex;
  }

  .site-nav .nav-cta {
    margin: 4px 0 0;
    text-align: center;
  }

  .hero {
    padding-top: 70px;
  }

  .hero-grid,
  .split,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 370px;
  }

  .steps {
    grid-template-columns: repeat(3, 1fr);
  }

  .card-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-list {
    grid-template-columns: 1fr;
  }

  .legal-layout {
    grid-template-columns: 1fr;
  }

  .legal-nav {
    position: static;
  }
}

@media (max-width: 680px) {
  .container {
    width: min(calc(100% - 28px), var(--max));
  }

  .brand-tagline {
    display: none;
  }

  .hero {
    padding: 58px 0 54px;
  }

  .hero-visual {
    min-height: 300px;
  }

  .hero-card-main {
    inset: 0 34px 35px 0;
  }

  .hero-card-main img {
    padding: 25px;
  }

  .hero-badge {
    width: 180px;
    padding: 18px;
  }

  .trust-grid,
  .card-grid,
  .steps,
  .footer-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .trust-item + .trust-item {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .section {
    padding: 62px 0;
  }

  .service-detail {
    grid-template-columns: 95px 1fr;
    gap: 17px;
    padding: 18px;
  }

  .service-detail img {
    width: 95px;
    height: 100px;
  }

  .process-item {
    grid-template-columns: 1fr;
  }

  .cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-bottom {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}
