:root {
  --ink: #10252c;
  --muted: #566a70;
  --brand: #0f3140;
  --brand-2: #164958;
  --accent: #d9682b;
  --accent-dark: #b8501c;
  --paper: #ffffff;
  --surface: #f7f8f5;
  --tint: #eaf2f2;
  --line: #dce4e3;
  --focus: #f4a261;
  --shadow: 0 18px 44px rgba(15, 49, 64, 0.12);
  --radius: 20px;
  --shell: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  margin: 0;
  overflow-x: clip;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

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

button,
input,
textarea {
  font: inherit;
}

input,
textarea {
  min-width: 0;
}

a {
  color: inherit;
}

:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  z-index: 120;
  left: 16px;
  top: -60px;
  padding: 10px 14px;
  border-radius: 10px;
  background: var(--ink);
  color: #fff;
  text-decoration: none;
}

.skip-link:focus {
  top: 16px;
}

.shell {
  width: min(calc(100% - 32px), var(--shell));
  margin-inline: auto;
}

.practice-bar {
  padding: 8px 16px;
  background: #0a232d;
  color: #dbe8ea;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 90;
  border-bottom: 1px solid rgba(16, 37, 44, 0.08);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
}

.header-inner {
  min-height: 72px;
  display: flex;
  align-items: center;
  gap: 22px;
}

.brand {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
}

.brand-mark {
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: var(--brand);
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.brand-copy {
  min-width: 0;
  display: grid;
  line-height: 1.1;
}

.brand-copy strong {
  font-size: 14px;
  letter-spacing: -0.01em;
  white-space: nowrap;
}

.brand-copy span {
  margin-top: 3px;
  color: var(--muted);
  font-size: 12px;
}

.desktop-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 22px;
}

.desktop-nav a {
  color: #31454c;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.desktop-nav a:hover {
  color: var(--accent-dark);
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid transparent;
  border-radius: 12px;
  padding: 12px 18px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-small {
  min-height: 42px;
  padding: 10px 14px;
  font-size: 14px;
}

.button-call,
.button-primary {
  background: var(--accent);
  color: #fff;
}

.button-call:hover,
.button-primary:hover {
  background: var(--accent-dark);
}

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

.button-secondary:hover {
  border-color: var(--brand);
}

.button-light {
  background: #fff;
  color: var(--brand);
}

.button-full {
  width: 100%;
}

.hero {
  padding: 72px 0 84px;
  background:
    radial-gradient(circle at top left, rgba(217, 104, 43, 0.08), transparent 32%),
    var(--surface);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.95fr);
  gap: clamp(38px, 6vw, 78px);
  align-items: center;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--accent-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p,
figure {
  margin-top: 0;
}

h1,
h2,
h3 {
  color: var(--ink);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

h1 {
  max-width: 760px;
  margin-bottom: 22px;
  font-size: clamp(42px, 6vw, 70px);
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(32px, 4vw, 48px);
}

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

.hero-lead {
  max-width: 650px;
  margin-bottom: 28px;
  color: #43575e;
  font-size: clamp(18px, 2vw, 21px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.trust-strip {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.trust-item {
  min-width: 0;
  padding: 15px 16px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.92);
}

.trust-item strong,
.trust-item span {
  display: block;
}

.trust-item strong {
  color: var(--brand);
  font-size: 18px;
}

.trust-item span {
  margin-top: 2px;
  color: var(--muted);
  font-size: 12px;
}

.hero-visual {
  position: relative;
  min-width: 0;
}

.media-card {
  overflow: hidden;
  border: 1px solid rgba(202, 215, 214, 0.95);
  border-radius: 26px;
  background: #fff;
  box-shadow: var(--shadow);
}

.media-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.media-card figcaption {
  padding: 12px 16px 14px;
  color: #5f6f74;
  font-size: 12px;
  border-top: 1px solid rgba(220, 228, 227, 0.9);
  background: #fff;
}

.hero-media img {
  min-height: 520px;
}

.visual-card {
  position: absolute;
  right: -22px;
  bottom: 34px;
  width: min(286px, 78%);
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 12px 28px rgba(15, 49, 64, 0.14);
}

.visual-card span,
.visual-card strong,
.visual-card a {
  display: block;
}

.visual-card-label {
  margin-bottom: 8px;
  color: var(--accent-dark);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.visual-card strong {
  margin-bottom: 2px;
  font-size: 16px;
}

.visual-card > span:not(.visual-card-label) {
  color: var(--muted);
  font-size: 13px;
}

.visual-card a {
  margin-top: 12px;
  color: var(--brand);
  font-size: 13px;
  font-weight: 800;
}

.section {
  padding: 86px 0;
}

.section-light {
  background: var(--surface);
}

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

.split-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(34px, 6vw, 84px);
  align-items: center;
}

.content-block p,
.section-intro,
.section-heading > p:last-child,
.info-card p,
.review-placeholder p,
.contact-copy > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 17px;
}

.feature-card {
  margin-top: 28px;
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.feature-card p {
  margin-bottom: 0;
}

.feature-icon {
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  padding: 12px;
  border-radius: 15px;
  background: #eaf2f2;
  color: var(--brand-2);
}

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

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

.card-grid {
  display: grid;
  gap: 18px;
}

.three-up {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.info-card {
  min-width: 0;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.info-card p {
  margin-bottom: 0;
}

.card-kicker {
  display: block;
  margin-bottom: 14px;
  color: var(--accent-dark);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.trust-panel {
  margin-top: 28px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 24px;
  align-items: stretch;
}

.review-placeholder {
  margin: 0;
  padding: 24px 26px;
  border: 1px dashed #b4c4c4;
  border-radius: var(--radius);
  background: #fbfcfb;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.review-placeholder span,
.review-placeholder strong {
  display: block;
}

.review-placeholder span {
  margin-bottom: 6px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.review-placeholder strong {
  margin-bottom: 4px;
  font-size: 18px;
}

.areas-split {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.area-list {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.area-list span {
  min-width: 0;
  padding: 13px 15px;
  border: 1px solid #c8d7d6;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.76);
  color: #29444b;
  font-weight: 750;
}

.button-on-tint {
  margin-top: 22px;
  background: transparent;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(36px, 7vw, 96px);
  align-items: start;
}

.contact-details {
  margin-top: 28px;
  display: grid;
  gap: 12px;
}

.contact-details a,
.contact-details > div {
  display: grid;
  gap: 3px;
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: 14px;
  color: inherit;
  text-decoration: none;
  background: #fff;
}

.contact-details a:hover {
  border-color: #9fb6b8;
}

.detail-label {
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.contact-details strong {
  overflow-wrap: anywhere;
  font-size: 15px;
}

.contact-side {
  display: grid;
  gap: 20px;
}

.contact-form {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--surface);
}

.form-note {
  margin-bottom: 20px;
  padding: 12px 14px;
  border-radius: 11px;
  background: #fff6ec;
  color: #6f3a1d;
  font-size: 13px;
}

.field-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.field {
  min-width: 0;
  margin-bottom: 14px;
}

.field label {
  display: block;
  margin-bottom: 7px;
  color: #263d43;
  font-size: 13px;
  font-weight: 800;
}

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

.field input {
  min-height: 48px;
}

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

.field input:focus,
.field textarea:focus {
  border-color: var(--brand-2);
  box-shadow: 0 0 0 3px rgba(22, 73, 88, 0.12);
}

.form-status {
  min-height: 24px;
  margin: 12px 0 0;
  color: var(--brand);
  font-size: 13px;
  font-weight: 750;
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(36px, 7vw, 88px);
}

.faq-list {
  border-top: 1px solid var(--line);
}

details {
  border-bottom: 1px solid var(--line);
}

summary {
  position: relative;
  list-style: none;
  padding: 20px 42px 20px 0;
  color: var(--ink);
  font-weight: 850;
  cursor: pointer;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  content: "+";
  position: absolute;
  right: 4px;
  top: 16px;
  font-size: 24px;
  font-weight: 400;
  color: var(--accent-dark);
}

details[open] summary::after {
  content: "–";
}

details p {
  padding: 0 42px 20px 0;
  margin-bottom: 0;
  color: var(--muted);
}

.cta-band {
  padding: 54px 0;
  background: var(--brand);
  color: #fff;
}

.cta-band-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
}

.cta-band span {
  display: block;
  margin-bottom: 4px;
  color: #b9ced1;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cta-band h2 {
  margin-bottom: 0;
  color: #fff;
  font-size: clamp(28px, 4vw, 42px);
}

.site-footer {
  padding: 46px 0 24px;
  background: #091e26;
  color: #dce7e8;
}

.footer-grid {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.brand-footer .brand-mark {
  background: #fff;
  color: var(--brand);
}

.brand-footer .brand-copy strong {
  color: #fff;
}

.brand-footer .brand-copy span {
  color: #9eb7bc;
}

.footer-grid > div > p {
  margin: 14px 0 0;
  color: #9eb7bc;
  font-size: 13px;
}

.footer-contact {
  display: grid;
  align-content: start;
  justify-items: end;
  gap: 6px;
  max-width: 420px;
  text-align: right;
  color: #b7cacc;
}

.footer-contact a {
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}

.footer-bottom {
  margin-top: 34px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.footer-bottom p {
  margin: 0 0 6px;
  color: #8eaaaf;
  font-size: 11px;
}

.mobile-cta {
  display: none;
}

@media (max-width: 1040px) {
  .hero-grid,
  .split-layout,
  .areas-split,
  .contact-grid,
  .faq-layout,
  .trust-panel {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero-visual {
    max-width: 760px;
  }

  .visual-card {
    right: 18px;
  }
}

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

  .header-inner {
    justify-content: space-between;
  }

  .hero {
    padding-top: 54px;
  }

  .three-up {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .three-up .info-card:last-child {
    grid-column: 1 / -1;
  }

  .footer-contact {
    justify-items: start;
    text-align: left;
  }
}

@media (max-width: 680px) {
  body {
    padding-bottom: calc(120px + env(safe-area-inset-bottom));
  }

  .shell {
    width: min(calc(100% - 28px), var(--shell));
  }

  .practice-bar {
    font-size: 11px;
  }

  .site-header {
    position: relative;
  }

  .header-inner {
    min-height: 66px;
  }

  .brand-copy strong {
    white-space: normal;
    font-size: 13px;
  }

  .button-call {
    display: none;
  }

  .hero {
    padding: 46px 0 50px;
  }

  h1 {
    font-size: clamp(36px, 11vw, 52px);
  }

  .hero-lead {
    font-size: 17px;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  .hero-actions .button {
    width: 100%;
  }

  .trust-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .trust-item {
    padding: 12px 10px;
  }

  .trust-item strong {
    font-size: 15px;
  }

  .trust-item span {
    font-size: 10px;
  }

  .media-card {
    border-radius: 20px;
  }

  .hero-media img {
    min-height: 320px;
  }

  .visual-card {
    position: relative;
    right: auto;
    bottom: auto;
    width: calc(100% - 28px);
    margin: -30px 14px 0;
  }

  .section {
    padding: 64px 0;
  }

  .feature-card,
  .cta-band-inner,
  .footer-grid {
    align-items: stretch;
    flex-direction: column;
  }

  .three-up,
  .area-list,
  .field-row {
    grid-template-columns: minmax(0, 1fr);
  }

  .three-up .info-card:last-child {
    grid-column: auto;
  }

  .contact-form {
    padding: 20px;
  }

  .cta-band {
    padding: 42px 0;
  }

  .cta-band-inner .button {
    width: 100%;
  }

  .site-footer {
    padding-bottom: 34px;
  }

  .footer-contact {
    margin-top: 4px;
  }

  .mobile-cta {
    position: fixed;
    z-index: 100;
    left: 0;
    right: 0;
    bottom: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
    border-top: 1px solid rgba(16, 37, 44, 0.12);
    background: rgba(255, 255, 255, 0.97);
    backdrop-filter: blur(12px);
  }

  .mobile-cta a {
    min-height: 48px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    font-weight: 850;
    text-decoration: none;
  }

  .mobile-cta a:first-child {
    background: var(--accent);
    color: #fff;
  }

  .mobile-cta a:last-child {
    border: 1px solid #b9c7c8;
    background: #fff;
    color: var(--brand);
  }
}

@media (max-width: 390px) {
  .shell {
    width: min(calc(100% - 24px), var(--shell));
  }

  .brand-mark {
    width: 38px;
    height: 38px;
    border-radius: 10px;
  }

  .brand-copy strong {
    font-size: 12px;
  }

  .trust-strip {
    grid-template-columns: minmax(0, 1fr);
  }

  .feature-card,
  .info-card,
  .review-placeholder,
  .contact-form {
    padding-inline: 18px;
  }

  summary {
    padding-right: 34px;
  }

  details p {
    padding-right: 34px;
  }
}


.section-media img,
.trust-media img {
  min-height: 360px;
}

.contact-side {
  align-content: start;
}

.contact-media img {
  min-height: 250px;
}
