:root {
  --navy: #071f3a;
  --navy-2: #0c3159;
  --navy-3: #16466f;
  --amber: #d99500;
  --amber-light: #f2ad18;
  --cream: #f6f4ef;
  --paper: #fffdf9;
  --white: #ffffff;
  --ink: #14202e;
  --muted: #5d6a78;
  --line: rgba(7, 31, 58, 0.13);
  --success: #16734a;
  --danger: #a9362b;
  --shadow-sm: 0 8px 24px rgba(7, 31, 58, 0.08);
  --shadow: 0 22px 70px rgba(7, 31, 58, 0.14);
  --radius-sm: 12px;
  --radius: 20px;
  --radius-lg: 30px;
  --max: 1180px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

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

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

body.menu-open {
  overflow: hidden;
}

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

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

button,
summary {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
}

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

h1,
h2,
h3 {
  color: var(--navy);
  font-family: "Arial Narrow", "Roboto Condensed", Arial, sans-serif;
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 0.98;
}

h1 {
  font-size: clamp(3.25rem, 7.4vw, 6.6rem);
}

h2 {
  font-size: clamp(2.35rem, 5vw, 4.25rem);
}

h3 {
  font-size: clamp(1.35rem, 2vw, 1.75rem);
}

::selection {
  background: var(--amber);
  color: var(--navy);
}

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

.skip-link {
  left: 16px;
  position: fixed;
  top: -80px;
  z-index: 1000;
  border-radius: 8px;
  background: var(--amber);
  color: var(--navy);
  font-weight: 800;
  padding: 10px 16px;
  text-decoration: none;
  transition: top 0.2s ease;
}

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

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

.narrow {
  margin-inline: auto;
  max-width: 790px;
}

.section {
  padding: 104px 0;
}

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

.section-navy {
  background: var(--navy);
  color: var(--white);
}

.eyebrow {
  align-items: center;
  color: var(--amber);
  display: flex;
  font-size: 0.75rem;
  font-weight: 850;
  gap: 10px;
  letter-spacing: 0.15em;
  margin-bottom: 17px;
  text-transform: uppercase;
}

.eyebrow::before {
  background: currentColor;
  content: "";
  flex: none;
  height: 2px;
  width: 29px;
}

.section-head {
  align-items: end;
  display: flex;
  gap: 34px;
  justify-content: space-between;
  margin-bottom: 46px;
}

.section-head h2 {
  margin-bottom: 0;
  max-width: 690px;
}

.section-head p {
  color: var(--muted);
  margin-bottom: 0;
  max-width: 490px;
}

.kicker {
  color: var(--amber);
  font-size: 0.74rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.kicker-navy {
  color: rgba(7, 31, 58, 0.68);
}

.button {
  align-items: center;
  border: 0;
  border-radius: 10px;
  cursor: pointer;
  display: inline-flex;
  font-size: 0.93rem;
  font-weight: 800;
  gap: 9px;
  justify-content: center;
  min-height: 50px;
  padding: 13px 22px;
  text-decoration: none;
  transition: transform 0.16s ease, background 0.16s ease, box-shadow 0.16s ease;
}

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

.button svg {
  fill: none;
  height: 19px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
  width: 19px;
}

.button-amber {
  background: var(--amber);
  box-shadow: 0 10px 30px rgba(217, 149, 0, 0.27);
  color: var(--navy);
}

.button-amber:hover {
  background: var(--amber-light);
}

.button-navy {
  background: var(--navy);
  box-shadow: 0 10px 28px rgba(7, 31, 58, 0.2);
  color: var(--white);
}

.button-navy:hover {
  background: var(--navy-2);
}

.button-light {
  background: var(--white);
  color: var(--navy);
}

.button-outline {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.46);
  color: var(--white);
}

.button-quiet {
  background: rgba(7, 31, 58, 0.07);
  color: var(--navy);
}

.button-full {
  width: 100%;
}

.site-header {
  background: #fff;
  border-bottom: 1px solid var(--line);
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}

.header-inner {
  align-items: center;
  display: flex;
  gap: 28px;
  justify-content: space-between;
  min-height: 78px;
}

.brand {
  align-items: center;
  display: inline-flex;
  flex: none;
  height: 34px;
  overflow: hidden;
  text-decoration: none;
  width: 215px;
}

.brand svg {
  height: 100%;
  overflow: visible;
  width: 100%;
}

.desktop-nav {
  align-items: center;
  display: flex;
  gap: 21px;
}

.desktop-nav > a:not(.button) {
  color: var(--navy);
  font-size: 0.88rem;
  font-weight: 720;
  text-decoration: none;
}

.desktop-nav > a:not(.button):hover,
.desktop-nav > a[aria-current="page"] {
  color: var(--amber);
}

.header-call {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  line-height: 1.05;
  text-decoration: none;
}

.header-call small {
  color: var(--muted);
  font-size: 0.63rem;
  font-weight: 750;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.header-call strong {
  color: var(--navy);
  font-size: 0.9rem;
}

.header-team-calls {
  align-items: center;
  display: flex;
  gap: 12px;
}

.header-phone-mini {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  line-height: 1.05;
  text-decoration: none;
}

.header-phone-mini + .header-phone-mini {
  border-left: 1px solid var(--line);
  padding-left: 12px;
}

.header-phone-mini small {
  color: var(--muted);
  font-size: 0.59rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.header-phone-mini strong {
  color: var(--navy);
  font-size: 0.78rem;
  white-space: nowrap;
}

.header-phone-mini:hover small,
.header-phone-mini:hover strong {
  color: var(--amber);
}

.menu-toggle {
  align-items: center;
  background: var(--navy);
  border: 0;
  border-radius: 10px;
  color: var(--white);
  cursor: pointer;
  display: none;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.menu-toggle svg {
  fill: none;
  height: 22px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 2;
  width: 22px;
}

.mobile-panel {
  background: var(--white);
  border-top: 1px solid var(--line);
  box-shadow: 0 20px 36px rgba(7, 31, 58, 0.16);
  display: none;
  left: 0;
  padding: 10px 20px 24px;
  position: fixed;
  right: 0;
  top: 78px;
}

.mobile-panel.open {
  display: block;
}

.mobile-panel > a {
  border-bottom: 1px solid var(--line);
  color: var(--navy);
  display: block;
  font-weight: 750;
  padding: 13px 2px;
  text-decoration: none;
}

.mobile-panel-actions {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  margin-top: 17px;
}

.mobile-panel-actions + .button {
  margin-top: 10px;
}

.mobile-panel > .button {
  align-items: center;
  border-bottom: 0;
  display: flex;
  justify-content: center;
}

.hero {
  align-items: center;
  background: radial-gradient(circle at 82% 20%, rgba(217, 149, 0, 0.15), transparent 23%), linear-gradient(135deg, #061a31 0%, var(--navy) 52%, var(--navy-2) 100%);
  color: var(--white);
  display: flex;
  min-height: 780px;
  overflow: hidden;
  padding: 150px 0 92px;
  position: relative;
}

.hero::after {
  border: 1px solid rgba(217, 149, 0, 0.2);
  border-radius: 50%;
  box-shadow: 0 0 0 80px rgba(217, 149, 0, 0.035), 0 0 0 160px rgba(217, 149, 0, 0.02);
  content: "";
  height: 570px;
  position: absolute;
  right: -180px;
  top: -70px;
  width: 570px;
}

.hero-grid {
  align-items: center;
  display: grid;
  gap: 72px;
  grid-template-columns: minmax(0, 1.17fr) minmax(330px, 0.83fr);
  position: relative;
  z-index: 2;
}

.hero-copy {
  max-width: 735px;
}

.hero h1 {
  color: var(--white);
  margin-bottom: 25px;
}

.hero h1 span {
  color: var(--amber-light);
}

.hero-lead {
  color: #c8d5e3;
  font-size: clamp(1.02rem, 1.7vw, 1.2rem);
  margin-bottom: 31px;
  max-width: 650px;
}

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

.motto {
  align-items: center;
  color: #91a6bb;
  display: flex;
  font-size: 0.82rem;
  font-weight: 800;
  gap: 11px;
  letter-spacing: 0.13em;
  margin-top: 34px;
  text-transform: uppercase;
}

.motto::before {
  background: var(--amber);
  content: "";
  height: 2px;
  width: 28px;
}

.job-card {
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: var(--radius);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
  color: var(--ink);
  overflow: hidden;
  padding: 30px;
  position: relative;
}

.job-card::before {
  background: var(--amber);
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.job-card h2 {
  font-size: 2.1rem;
  margin: 8px 0 10px;
}

.job-card > p {
  color: var(--muted);
  font-size: 0.91rem;
  margin-bottom: 21px;
}

.photo-stack {
  display: grid;
  gap: 9px;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 22px;
}

.photo-tile {
  align-items: center;
  aspect-ratio: 1;
  background: var(--cream);
  border: 1px dashed rgba(7, 31, 58, 0.25);
  border-radius: 11px;
  color: var(--amber);
  display: flex;
  justify-content: center;
}

.photo-tile svg {
  fill: none;
  height: 26px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
  width: 26px;
}

.job-benefits {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 0 0 22px;
  padding: 0;
}

.job-benefits li {
  align-items: center;
  color: var(--navy);
  display: flex;
  font-size: 0.84rem;
  font-weight: 700;
  gap: 9px;
}

.job-benefits li::before {
  background: rgba(217, 149, 0, 0.14);
  border-radius: 50%;
  color: var(--amber);
  content: "✓";
  display: grid;
  flex: none;
  font-size: 0.76rem;
  font-weight: 900;
  height: 22px;
  place-items: center;
  width: 22px;
}

.trust-rail {
  background: var(--white);
  border-bottom: 1px solid var(--line);
}

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

.trust-item {
  align-items: center;
  border-right: 1px solid var(--line);
  display: flex;
  gap: 12px;
  min-height: 88px;
  padding: 18px 23px;
}

.trust-item:first-child {
  padding-left: 0;
}

.trust-item:last-child {
  border-right: 0;
  padding-right: 0;
}

.trust-icon {
  background: rgba(217, 149, 0, 0.12);
  border-radius: 50%;
  color: var(--amber);
  display: grid;
  flex: none;
  font-size: 0.83rem;
  font-weight: 900;
  height: 30px;
  place-items: center;
  width: 30px;
}

.trust-item strong,
.trust-item small {
  display: block;
  line-height: 1.25;
}

.trust-item strong {
  color: var(--navy);
  font-size: 0.86rem;
}

.trust-item small {
  color: var(--muted);
  font-size: 0.73rem;
  margin-top: 3px;
}

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

.service-card,
.promise-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  min-height: 245px;
  overflow: hidden;
  padding: 28px;
  position: relative;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border 0.2s ease;
}

.service-card:hover,
.promise-card:hover {
  border-color: rgba(217, 149, 0, 0.45);
  box-shadow: var(--shadow-sm);
  transform: translateY(-4px);
}

.service-card::after,
.promise-card::after {
  bottom: -35px;
  color: rgba(217, 149, 0, 0.07);
  content: "V";
  font-family: Arial, sans-serif;
  font-size: 9rem;
  font-weight: 900;
  line-height: 1;
  position: absolute;
  right: -10px;
}

.card-icon {
  background: rgba(217, 149, 0, 0.11);
  border-radius: 11px;
  color: var(--amber);
  display: grid;
  height: 44px;
  margin-bottom: 22px;
  place-items: center;
  width: 44px;
}

.card-icon svg {
  fill: none;
  height: 24px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
  width: 24px;
}

.service-card h3,
.promise-card h3 {
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}

.service-card p,
.promise-card p {
  color: var(--muted);
  font-size: 0.9rem;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

.tynevolt-way {
  background: var(--white);
}

.way-heading {
  margin-bottom: 48px;
}

.way-feature {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  overflow: hidden;
  scroll-margin-top: 98px;
}

.way-feature + .way-feature {
  margin-top: 28px;
}

.way-feature-passport {
  background: var(--navy);
  border-color: rgba(255, 255, 255, 0.08);
}

.way-feature-promise {
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
}

.way-copy {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 52px;
}

.way-copy h3 {
  font-size: clamp(2.15rem, 4vw, 3.55rem);
  line-height: 1.02;
  margin: 14px 0 20px;
}

.way-copy > p {
  color: var(--muted);
  margin-bottom: 24px;
}

.way-feature-passport .way-copy h3 {
  color: var(--white);
}

.way-feature-passport .way-copy > p {
  color: #c7d4df;
}

.way-list {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
}

.way-list li {
  align-items: center;
  color: var(--white);
  display: flex;
  font-size: 0.88rem;
  font-weight: 750;
  gap: 10px;
}

.way-list li::before {
  align-items: center;
  background: var(--amber);
  border-radius: 50%;
  color: var(--navy);
  content: "✓";
  display: inline-flex;
  flex: none;
  font-size: 0.68rem;
  font-weight: 900;
  height: 21px;
  justify-content: center;
  width: 21px;
}

.way-media {
  align-self: center;
  min-width: 0;
  padding: 34px;
}

.way-feature-passport .way-media {
  background: rgba(255, 255, 255, 0.045);
}

.way-video {
  background: #eef0ef;
  border-radius: 18px;
  box-shadow: 0 18px 45px rgba(7, 31, 58, 0.2);
  overflow: hidden;
  position: relative;
}

.way-video-passport {
  aspect-ratio: 16 / 9;
}

.way-video-promise {
  aspect-ratio: 16 / 7;
}

.way-video img,
.way-video video {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.way-video video {
  background: #f3f3f2;
}

.video-play {
  align-items: center;
  background: rgba(7, 31, 58, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  bottom: 18px;
  box-shadow: 0 10px 30px rgba(7, 31, 58, 0.3);
  color: var(--white);
  cursor: pointer;
  display: flex;
  gap: 11px;
  left: 18px;
  min-height: 56px;
  padding: 8px 17px 8px 8px;
  position: absolute;
  text-align: left;
  transition: background 0.18s ease, transform 0.18s ease;
}

.video-play:hover {
  background: var(--navy-2);
  transform: translateY(-2px);
}

.video-play-icon {
  align-items: center;
  background: var(--amber);
  border-radius: 50%;
  color: var(--navy);
  display: flex;
  flex: none;
  height: 40px;
  justify-content: center;
  width: 40px;
}

.video-play-icon svg {
  fill: currentColor;
  height: 22px;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 1;
  width: 22px;
}

.video-play strong,
.video-play small {
  display: block;
  line-height: 1.2;
}

.video-play strong {
  font-size: 0.85rem;
}

.video-play small {
  color: #c9d4df;
  font-size: 0.67rem;
  margin-top: 3px;
}

.video-data-note {
  color: var(--muted);
  font-size: 0.72rem;
  margin: 11px 3px 0;
}

.way-feature-passport .video-data-note {
  color: #9fb1c2;
}

.promise-five {
  display: grid;
  gap: 8px;
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
  width: 100%;
}

.promise-five li {
  align-items: center;
  border-bottom: 1px solid var(--line);
  color: var(--navy);
  display: flex;
  font-size: 0.86rem;
  font-weight: 750;
  gap: 12px;
  padding: 8px 0 10px;
}

.promise-five span {
  color: var(--amber);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.feature-band {
  background: var(--navy);
  color: var(--white);
  overflow: hidden;
  position: relative;
}

.feature-band::after {
  color: rgba(217, 149, 0, 0.045);
  content: "V";
  font-family: Arial, sans-serif;
  font-size: 37rem;
  font-weight: 900;
  line-height: 0.8;
  position: absolute;
  right: -90px;
  top: -30px;
}

.feature-grid {
  align-items: center;
  display: grid;
  gap: 80px;
  grid-template-columns: 0.9fr 1.1fr;
  position: relative;
  z-index: 1;
}

.feature-copy h2 {
  color: var(--white);
  margin-bottom: 20px;
}

.feature-copy > p {
  color: #c4d1df;
  margin-bottom: 28px;
  max-width: 520px;
}

.feature-list {
  display: grid;
  gap: 16px;
  margin: 0 0 31px;
}

.feature-item {
  display: grid;
  gap: 4px 12px;
  grid-template-columns: 28px 1fr;
}

.feature-num {
  color: var(--amber-light);
  font-size: 0.74rem;
  font-weight: 900;
  grid-row: 1 / 3;
  letter-spacing: 0.1em;
  padding-top: 2px;
}

.feature-item strong {
  color: var(--white);
  font-size: 0.93rem;
}

.feature-item span:last-child {
  color: #99adbf;
  font-size: 0.82rem;
}

.phone-mock {
  background: var(--white);
  border: 8px solid #173654;
  border-radius: 32px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.28);
  color: var(--ink);
  margin-inline: auto;
  max-width: 390px;
  overflow: hidden;
  padding: 24px 22px 27px;
}

.mock-top {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 22px;
}

.mock-mark {
  color: var(--navy);
  font-size: 0.71rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.mock-mark span {
  color: var(--amber);
}

.mock-step {
  color: var(--muted);
  font-size: 0.69rem;
  font-weight: 750;
}

.mock-progress {
  background: rgba(7, 31, 58, 0.08);
  border-radius: 99px;
  height: 5px;
  margin-bottom: 28px;
  overflow: hidden;
}

.mock-progress span {
  background: var(--amber);
  display: block;
  height: 100%;
  width: 60%;
}

.phone-mock h3 {
  font-size: 1.6rem;
  margin-bottom: 8px;
}

.phone-mock > p {
  color: var(--muted);
  font-size: 0.82rem;
  margin-bottom: 17px;
}

.mock-upload {
  align-items: center;
  background: var(--cream);
  border: 1.5px dashed rgba(7, 31, 58, 0.24);
  border-radius: 13px;
  color: var(--navy);
  display: flex;
  flex-direction: column;
  font-size: 0.79rem;
  font-weight: 750;
  gap: 8px;
  justify-content: center;
  min-height: 140px;
  text-align: center;
}

.mock-upload svg {
  fill: none;
  height: 31px;
  stroke: var(--amber);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
  width: 31px;
}

.standard-preview {
  background: var(--white);
}

.standard-grid {
  display: grid;
  gap: 30px;
  grid-template-columns: 0.82fr 1.18fr;
}

.standard-intro {
  background: var(--amber);
  border-radius: var(--radius);
  color: var(--navy);
  min-height: 100%;
  overflow: hidden;
  padding: 42px;
  position: relative;
}

.standard-intro::after {
  color: rgba(7, 31, 58, 0.08);
  content: "V";
  font-family: Arial, sans-serif;
  font-size: 18rem;
  font-weight: 900;
  line-height: 0.8;
  position: absolute;
  right: -45px;
  top: 60px;
}

.standard-intro h2 {
  margin-bottom: 21px;
  position: relative;
  z-index: 1;
}

.standard-intro p {
  max-width: 460px;
  position: relative;
  z-index: 1;
}

.standard-intro .button {
  margin-top: 12px;
  position: relative;
  z-index: 1;
}

.standard-points {
  display: grid;
  gap: 13px;
  grid-template-columns: 1fr 1fr;
}

.standard-point {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 25px;
}

.standard-point strong {
  color: var(--navy);
  display: block;
  margin-bottom: 6px;
}

.standard-point p {
  color: var(--muted);
  font-size: 0.85rem;
  margin-bottom: 0;
}

.about-strip {
  background: var(--cream);
}

.about-grid {
  align-items: center;
  display: grid;
  gap: 76px;
  grid-template-columns: 1.07fr 0.93fr;
}

.about-copy h2 {
  margin-bottom: 23px;
}

.about-copy p {
  color: var(--muted);
  max-width: 640px;
}

.about-copy .button {
  margin-top: 12px;
}

.director-panel {
  display: grid;
  gap: 14px;
}

.director-mini {
  align-items: center;
  background: var(--navy);
  border-radius: var(--radius-sm);
  color: var(--white);
  display: grid;
  gap: 17px;
  grid-template-columns: 72px 1fr;
  padding: 16px;
}

.director-photo {
  border: 2px solid rgba(217, 149, 0, 0.72);
  border-radius: 11px;
  display: block;
  height: 72px;
  object-fit: cover;
  object-position: center 8%;
  width: 72px;
}

.director-mini strong,
.director-mini span {
  display: block;
}

.director-mini strong {
  font-size: 1rem;
}

.director-mini span {
  color: #9db0c3;
  font-size: 0.77rem;
  margin-top: 2px;
}

.faq-layout {
  display: grid;
  gap: 72px;
  grid-template-columns: 0.72fr 1.28fr;
}

.faq-copy h2 {
  margin-bottom: 18px;
}

.faq-copy p {
  color: var(--muted);
}

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

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

.faq-list summary {
  align-items: center;
  color: var(--navy);
  cursor: pointer;
  display: flex;
  font-weight: 800;
  gap: 20px;
  justify-content: space-between;
  list-style: none;
  padding: 21px 2px;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  border: 1px solid rgba(217, 149, 0, 0.45);
  border-radius: 50%;
  color: var(--amber);
  content: "+";
  display: grid;
  flex: none;
  font-size: 1.2rem;
  font-weight: 500;
  height: 29px;
  line-height: 1;
  place-items: center;
  width: 29px;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  color: var(--muted);
  font-size: 0.9rem;
  padding: 0 50px 22px 2px;
}

.cta {
  background: var(--amber);
  overflow: hidden;
  position: relative;
}

.cta::after {
  border: 44px solid rgba(7, 31, 58, 0.07);
  border-radius: 50%;
  content: "";
  height: 310px;
  position: absolute;
  right: -80px;
  top: -130px;
  width: 310px;
}

.cta-inner {
  align-items: center;
  display: flex;
  gap: 35px;
  justify-content: space-between;
  min-height: 250px;
  position: relative;
  z-index: 1;
}

.cta-copy h2 {
  font-size: clamp(2.2rem, 4.4vw, 3.8rem);
  margin-bottom: 10px;
  max-width: 710px;
}

.cta-copy p {
  color: rgba(7, 31, 58, 0.75);
  margin-bottom: 0;
}

.cta-actions {
  display: flex;
  flex: none;
  flex-wrap: wrap;
  gap: 10px;
}

.page-hero {
  background: radial-gradient(circle at 82% 12%, rgba(217, 149, 0, 0.17), transparent 27%), linear-gradient(135deg, #061a31, var(--navy-2));
  color: var(--white);
  overflow: hidden;
  padding: 168px 0 92px;
  position: relative;
}

.page-hero::after {
  color: rgba(217, 149, 0, 0.055);
  content: "V";
  font-family: Arial, sans-serif;
  font-size: 28rem;
  font-weight: 900;
  line-height: 0.8;
  position: absolute;
  right: -40px;
  top: -10px;
}

.page-hero .container {
  position: relative;
  z-index: 1;
}

.page-hero h1 {
  color: var(--white);
  margin-bottom: 23px;
  max-width: 900px;
}

.page-hero h1 span {
  color: var(--amber-light);
}

.page-hero p {
  color: #c6d3e0;
  font-size: clamp(1.02rem, 1.7vw, 1.18rem);
  margin-bottom: 0;
  max-width: 690px;
}

.breadcrumb {
  color: #92a8bb;
  font-size: 0.75rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  margin-bottom: 24px;
  text-transform: uppercase;
}

.breadcrumb a {
  color: var(--amber-light);
  text-decoration: none;
}

.story-grid {
  display: grid;
  gap: 76px;
  grid-template-columns: 1.05fr 0.95fr;
}

.story-copy h2 {
  margin-bottom: 23px;
}

.story-copy p {
  color: var(--muted);
}

.story-note {
  background: var(--navy);
  border-radius: var(--radius);
  color: var(--white);
  overflow: hidden;
  padding: 38px;
  position: relative;
}

.story-note::after {
  color: rgba(217, 149, 0, 0.06);
  content: "V";
  font-family: Arial, sans-serif;
  font-size: 16rem;
  font-weight: 900;
  line-height: 0.8;
  position: absolute;
  right: -30px;
  top: 70px;
}

.story-note h3 {
  color: var(--white);
  font-size: 2rem;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
}

.story-note p {
  color: #b6c5d4;
  position: relative;
  z-index: 1;
}

.story-note strong {
  color: var(--amber-light);
}

.team-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: 1fr 1fr;
}

.team-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}

.team-top {
  align-items: end;
  background: var(--navy);
  display: flex;
  min-height: 430px;
  overflow: hidden;
  padding: 30px;
  position: relative;
}

.team-top::after {
  background: linear-gradient(to top, rgba(7, 31, 58, 0.98) 0%, rgba(7, 31, 58, 0.7) 25%, rgba(7, 31, 58, 0) 58%);
  content: "";
  inset: 0;
  position: absolute;
}

.team-photo {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.team-photo-andrew {
  object-position: center top;
}

.team-photo-glenn {
  object-position: center 10%;
}

.team-title {
  position: relative;
  z-index: 1;
}

.team-title h3 {
  color: var(--white);
  font-size: 2.2rem;
  margin-bottom: 6px;
  text-shadow: 0 2px 14px rgba(4, 21, 35, 0.35);
}

.team-title span {
  color: var(--amber-light);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.team-body {
  padding: 28px 30px 31px;
}

.team-body p {
  color: var(--muted);
}

.credential-list {
  display: grid;
  gap: 9px;
  list-style: none;
  margin: 19px 0 0;
  padding: 19px 0 0;
  border-top: 1px solid var(--line);
}

.credential-list li {
  color: var(--navy);
  display: flex;
  font-size: 0.84rem;
  font-weight: 700;
  gap: 9px;
}

.credential-list li::before {
  color: var(--amber);
  content: "✓";
  font-weight: 900;
}

.qualification-note {
  background: rgba(217, 149, 0, 0.1);
  border-left: 4px solid var(--amber);
  color: var(--navy);
  font-size: 0.86rem;
  margin-top: 25px;
  padding: 14px 17px;
}

.promise-hero-list {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, auto);
  justify-content: start;
  margin-top: 31px;
}

.promise-hero-list span {
  border: 1px solid rgba(255, 255, 255, 0.19);
  border-radius: 999px;
  color: #e1e8ef;
  font-size: 0.77rem;
  font-weight: 700;
  padding: 8px 12px;
}

.promise-number {
  color: var(--amber);
  font-size: 0.73rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
}

.promise-card {
  min-height: 290px;
}

.standard-statement {
  align-items: center;
  display: grid;
  gap: 60px;
  grid-template-columns: 1.1fr 0.9fr;
}

.standard-statement h2 {
  color: var(--white);
  margin-bottom: 22px;
}

.standard-statement p {
  color: #bbc9d7;
  max-width: 640px;
}

.standard-quote {
  border-left: 4px solid var(--amber);
  color: var(--white);
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  font-weight: 850;
  line-height: 1.15;
  padding: 10px 0 10px 28px;
}

.standard-quote span {
  color: var(--amber-light);
}

.steps-line {
  display: grid;
  gap: 26px;
  grid-template-columns: repeat(4, 1fr);
}

.line-step {
  border-top: 3px solid var(--amber);
  padding-top: 21px;
}

.line-step small {
  color: var(--amber);
  display: block;
  font-size: 0.71rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  margin-bottom: 14px;
}

.line-step h3 {
  margin-bottom: 9px;
}

.line-step p {
  color: var(--muted);
  font-size: 0.86rem;
  margin-bottom: 0;
}

.quote-page {
  background: linear-gradient(180deg, var(--navy) 0, var(--navy) 430px, var(--cream) 430px);
  min-height: 100vh;
  padding: 125px 0 110px;
}

.quote-shell {
  margin-inline: auto;
  max-width: 900px;
}

.quote-intro {
  color: var(--white);
  margin-bottom: 31px;
  text-align: center;
}

.quote-intro .eyebrow {
  justify-content: center;
}

.quote-intro h1 {
  color: var(--white);
  font-size: clamp(2.9rem, 6vw, 4.8rem);
  margin-bottom: 16px;
}

.quote-intro h1 span {
  color: var(--amber-light);
}

.quote-intro > p {
  color: #bdcbd9;
  margin: 0 auto;
  max-width: 650px;
}

.quote-card-main {
  background: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.progress-wrap {
  border-bottom: 1px solid var(--line);
  padding: 23px 34px 20px;
}

.progress-meta {
  align-items: center;
  color: var(--muted);
  display: flex;
  font-size: 0.74rem;
  font-weight: 750;
  justify-content: space-between;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.progress-track {
  background: rgba(7, 31, 58, 0.09);
  border-radius: 999px;
  height: 7px;
  overflow: hidden;
}

progress.progress-track {
  appearance: none;
  border: 0;
  display: block;
  width: 100%;
}

progress.progress-track::-webkit-progress-bar {
  background: rgba(7, 31, 58, 0.09);
  border-radius: 999px;
}

progress.progress-track::-webkit-progress-value {
  background: var(--amber);
  border-radius: 999px;
  transition: width 0.3s ease;
}

progress.progress-track::-moz-progress-bar {
  background: var(--amber);
  border-radius: 999px;
  transition: width 0.3s ease;
}

.progress-bar {
  background: var(--amber);
  border-radius: inherit;
  height: 100%;
  transition: width 0.3s ease;
  width: 20%;
}

.wizard-form {
  min-height: 560px;
}

.wizard-step {
  display: none;
  padding: 42px 46px 30px;
}

.wizard-step.active {
  animation: step-in 0.22s ease;
  display: block;
}

@keyframes step-in {
  from { opacity: 0; transform: translateX(8px); }
  to { opacity: 1; transform: none; }
}

.wizard-step h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: 10px;
}

.step-lead {
  color: var(--muted);
  margin-bottom: 29px;
  max-width: 670px;
}

.choice-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, 1fr);
}

.choice {
  cursor: pointer;
  display: block;
  position: relative;
}

.choice input {
  height: 1px;
  opacity: 0;
  position: absolute;
  width: 1px;
}

.choice-body {
  align-items: center;
  background: var(--paper);
  border: 1.5px solid var(--line);
  border-radius: 12px;
  display: grid;
  gap: 3px 13px;
  grid-template-columns: 38px 1fr;
  min-height: 82px;
  padding: 14px;
  transition: border 0.16s ease, background 0.16s ease, box-shadow 0.16s ease;
}

.choice-icon {
  background: rgba(217, 149, 0, 0.12);
  border-radius: 9px;
  color: var(--amber);
  display: grid;
  font-size: 1.05rem;
  font-weight: 900;
  grid-row: 1 / 3;
  height: 38px;
  place-items: center;
  width: 38px;
}

.choice-body strong {
  color: var(--navy);
  font-size: 0.88rem;
}

.choice-body small {
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.3;
}

.choice input:checked + .choice-body {
  background: rgba(217, 149, 0, 0.075);
  border-color: var(--amber);
  box-shadow: 0 0 0 3px rgba(217, 149, 0, 0.1);
}

.choice input:focus-visible + .choice-body {
  outline: 3px solid var(--amber-light);
  outline-offset: 2px;
}

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

.field {
  display: block;
}

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

.field > span,
.field-label {
  color: var(--navy);
  display: block;
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.06em;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.field > span em,
.field-label em {
  color: var(--muted);
  font-style: normal;
  font-weight: 550;
  letter-spacing: 0;
  text-transform: none;
}

.field input,
.field select,
.field textarea,
.admin-input,
.admin-select {
  background: var(--paper);
  border: 1px solid rgba(7, 31, 58, 0.23);
  border-radius: 10px;
  min-height: 50px;
  padding: 12px 13px;
  width: 100%;
}

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

.field input:focus,
.field select:focus,
.field textarea:focus,
.admin-input:focus,
.admin-select:focus {
  border-color: var(--amber);
  box-shadow: 0 0 0 3px rgba(217, 149, 0, 0.12);
  outline: 0;
}

.field-help {
  color: var(--muted);
  display: block;
  font-size: 0.73rem;
  margin-top: 6px;
}

.photo-guide {
  background: rgba(217, 149, 0, 0.085);
  border-left: 4px solid var(--amber);
  border-radius: 0 10px 10px 0;
  margin-bottom: 20px;
  padding: 14px 16px;
}

.photo-guide strong {
  color: var(--navy);
  display: block;
  font-size: 0.82rem;
  margin-bottom: 3px;
}

.photo-guide span {
  color: var(--muted);
  display: block;
  font-size: 0.78rem;
}

.upload-zone {
  align-items: center;
  background: var(--paper);
  border: 2px dashed rgba(7, 31, 58, 0.24);
  border-radius: 15px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 190px;
  padding: 28px;
  text-align: center;
  transition: border 0.16s ease, background 0.16s ease;
}

.upload-zone.dragging,
.upload-zone:hover {
  background: rgba(217, 149, 0, 0.06);
  border-color: var(--amber);
}

.upload-zone svg {
  fill: none;
  height: 39px;
  margin-bottom: 12px;
  stroke: var(--amber);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
  width: 39px;
}

.upload-zone strong {
  color: var(--navy);
  display: block;
}

.upload-zone span {
  color: var(--muted);
  display: block;
  font-size: 0.77rem;
  margin-top: 4px;
}

.photo-input {
  height: 1px;
  opacity: 0;
  position: absolute;
  width: 1px;
}

.preview-grid {
  display: grid;
  gap: 11px;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 15px;
}

.preview-item {
  aspect-ratio: 1;
  border-radius: 11px;
  overflow: hidden;
  position: relative;
}

.preview-item img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.preview-remove {
  background: rgba(7, 31, 58, 0.88);
  border: 0;
  border-radius: 50%;
  color: var(--white);
  cursor: pointer;
  display: grid;
  height: 28px;
  place-items: center;
  position: absolute;
  right: 6px;
  top: 6px;
  width: 28px;
}

.upload-count {
  color: var(--muted);
  font-size: 0.75rem;
  margin-top: 10px;
  text-align: right;
}

.review-list {
  border: 1px solid var(--line);
  border-radius: 12px;
  margin-bottom: 18px;
  overflow: hidden;
}

.review-row {
  display: grid;
  gap: 16px;
  grid-template-columns: 130px 1fr;
  padding: 14px 16px;
}

.review-row + .review-row {
  border-top: 1px solid var(--line);
}

.review-row dt {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.review-row dd {
  color: var(--navy);
  font-size: 0.87rem;
  font-weight: 650;
  margin: 0;
  overflow-wrap: anywhere;
}

.consent {
  align-items: flex-start;
  cursor: pointer;
  display: flex;
  font-size: 0.79rem;
  gap: 10px;
}

.consent input {
  accent-color: var(--amber);
  flex: none;
  height: 18px;
  margin-top: 2px;
  width: 18px;
}

.consent a {
  color: var(--navy);
  font-weight: 750;
  text-decoration-color: var(--amber);
}

.wizard-error {
  background: rgba(169, 54, 43, 0.08);
  border-left: 4px solid var(--danger);
  color: var(--danger);
  display: none;
  font-size: 0.82rem;
  font-weight: 700;
  margin-top: 18px;
  padding: 11px 13px;
}

.wizard-error.show {
  display: block;
}

.wizard-actions {
  align-items: center;
  border-top: 1px solid var(--line);
  display: flex;
  gap: 12px;
  justify-content: space-between;
  padding: 22px 46px 26px;
}

.wizard-actions .button-next {
  margin-left: auto;
}

.submit-status {
  align-items: center;
  color: var(--muted);
  display: none;
  font-size: 0.79rem;
  gap: 8px;
  margin-left: auto;
}

.spinner {
  animation: spin 0.8s linear infinite;
  border: 2px solid rgba(7, 31, 58, 0.18);
  border-radius: 50%;
  border-top-color: var(--amber);
  height: 18px;
  width: 18px;
}

@keyframes spin { to { transform: rotate(360deg); } }

.success-panel {
  display: none;
  padding: 58px 44px 64px;
  text-align: center;
}

.success-panel.show {
  display: block;
}

.success-icon {
  background: rgba(22, 115, 74, 0.11);
  border-radius: 50%;
  color: var(--success);
  display: grid;
  font-size: 1.7rem;
  font-weight: 900;
  height: 68px;
  margin: 0 auto 20px;
  place-items: center;
  width: 68px;
}

.success-panel h2 {
  margin-bottom: 13px;
}

.success-panel p {
  color: var(--muted);
  margin-inline: auto;
  max-width: 560px;
}

.reference {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 10px;
  color: var(--navy);
  display: inline-block;
  font-size: 0.89rem;
  font-weight: 850;
  letter-spacing: 0.06em;
  margin: 8px 0 22px;
  padding: 11px 17px;
}

.emergency-note {
  color: #aebdcb;
  font-size: 0.76rem;
  margin: 19px auto 0;
  max-width: 720px;
  text-align: center;
}

.emergency-note strong {
  color: var(--white);
}

.privacy-layout {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  padding: 45px;
}

.privacy-layout h2 {
  font-size: 1.75rem;
  margin: 35px 0 12px;
}

.privacy-layout h2:first-of-type {
  margin-top: 10px;
}

.privacy-layout p,
.privacy-layout li {
  color: var(--muted);
}

.privacy-layout a {
  color: var(--navy);
  font-weight: 750;
  text-decoration-color: var(--amber);
}

.honeypot {
  left: -9999px;
  position: absolute;
}

.updated-note {
  background: rgba(217, 149, 0, 0.1);
  border-left: 4px solid var(--amber);
  font-size: 0.82rem;
  margin-bottom: 26px;
  padding: 12px 15px;
}

.admin-page {
  background: var(--cream);
  min-height: 100vh;
  padding: 110px 0 80px;
}

.admin-shell {
  margin-inline: auto;
  width: min(1180px, calc(100% - 40px));
}

.admin-login {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  margin: 50px auto;
  max-width: 470px;
  padding: 36px;
}

.admin-login h1 {
  font-size: 2.6rem;
  margin-bottom: 12px;
}

.admin-login p {
  color: var(--muted);
}

.admin-app {
  display: none;
}

.admin-app.show {
  display: block;
}

.admin-top {
  align-items: center;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 27px;
}

.admin-top h1 {
  font-size: 3rem;
  margin-bottom: 5px;
}

.admin-top p {
  color: var(--muted);
  margin-bottom: 0;
}

.admin-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: 0.88fr 1.12fr;
}

.admin-panel {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-sm);
  min-height: 520px;
  overflow: hidden;
}

.admin-panel-head {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 12px;
  justify-content: space-between;
  padding: 18px 20px;
}

.admin-panel-head h2 {
  font-size: 1.45rem;
  margin-bottom: 0;
}

.admin-filter {
  max-width: 180px;
}

.admin-login-button {
  margin-top: 16px;
}

.enquiry-list {
  max-height: 700px;
  overflow-y: auto;
}

.enquiry-item {
  background: var(--white);
  border: 0;
  border-bottom: 1px solid var(--line);
  cursor: pointer;
  display: block;
  padding: 17px 20px;
  text-align: left;
  width: 100%;
}

.enquiry-item:hover,
.enquiry-item.active {
  background: rgba(217, 149, 0, 0.07);
}

.enquiry-item-top {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin-bottom: 4px;
}

.enquiry-item strong {
  color: var(--navy);
  font-size: 0.86rem;
}

.enquiry-item p {
  color: var(--muted);
  font-size: 0.78rem;
  margin-bottom: 3px;
}

.enquiry-item small {
  color: #8a96a2;
  font-size: 0.69rem;
}

.status-pill {
  background: rgba(7, 31, 58, 0.08);
  border-radius: 999px;
  color: var(--navy);
  font-size: 0.62rem;
  font-weight: 850;
  padding: 5px 8px;
  text-transform: uppercase;
}

.status-pill[data-status="New"] {
  background: rgba(217, 149, 0, 0.14);
  color: #7f5700;
}

.admin-detail {
  padding: 22px;
}

.admin-empty {
  color: var(--muted);
  padding: 60px 30px;
  text-align: center;
}

.detail-meta {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 21px;
}

.detail-box {
  background: var(--cream);
  border-radius: 9px;
  padding: 12px;
}

.detail-box small,
.detail-box strong {
  display: block;
}

.detail-box small {
  color: var(--muted);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.detail-box strong {
  color: var(--navy);
  font-size: 0.82rem;
  margin-top: 4px;
  overflow-wrap: anywhere;
}

.admin-description {
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.86rem;
  padding-top: 17px;
  white-space: pre-wrap;
}

.admin-photos {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, 1fr);
  margin: 18px 0;
}

.admin-photo {
  aspect-ratio: 1;
  background: var(--cream);
  border-radius: 9px;
  object-fit: cover;
  width: 100%;
}

.delivery-summary {
  background: #eef8f2;
  border: 1px solid #c9e7d4;
  border-radius: 10px;
  display: grid;
  gap: 4px;
  margin: 18px 0;
  padding: 14px 16px;
}

.delivery-summary strong {
  color: #14633d;
  font-size: 0.84rem;
}

.delivery-summary span,
.delivery-summary small {
  color: #426154;
  font-size: 0.75rem;
}

.delivery-summary.delivery-warning {
  background: #fff5e8;
  border-color: #efc37d;
}

.delivery-summary.delivery-warning strong,
.delivery-summary.delivery-warning span,
.delivery-summary.delivery-warning small {
  color: #7b4600;
}

.admin-detail-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 15px;
}

.admin-detail-actions #save-message {
  color: #16734a;
  font-size: 0.8rem;
  font-weight: 700;
}

.button-danger {
  background: #fff;
  border: 1px solid #c94343;
  color: #a62f2f;
}

.button-danger:hover {
  background: #fff1f1;
}

.site-footer {
  background: #041523;
  color: #899fb4;
  padding: 62px 0 104px;
}

.footer-grid {
  display: grid;
  gap: 55px;
  grid-template-columns: 1.15fr 0.7fr 0.7fr;
}

.footer-brand {
  display: block;
  height: 34px;
  margin-bottom: 19px;
  overflow: hidden;
  width: 225px;
}

.footer-brand svg {
  height: 100%;
  width: 100%;
}

.footer-copy {
  font-size: 0.81rem;
  max-width: 480px;
}

.footer-title {
  color: var(--white);
  display: block;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  margin-bottom: 13px;
  text-transform: uppercase;
}

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

.footer-links a {
  color: #b8c6d4;
  font-size: 0.82rem;
  text-decoration: none;
}

.footer-links a:hover {
  color: var(--amber-light);
}

.footer-bottom {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  font-size: 0.73rem;
  gap: 24px;
  justify-content: space-between;
  margin-top: 43px;
  padding-top: 23px;
}

.footer-legal {
  line-height: 1.55;
}

.footer-legal small {
  color: #738ba2;
  display: block;
  font-size: 0.67rem;
  margin-top: 3px;
}

.footer-compact .footer-bottom {
  margin-top: 0;
}

.message-page {
  display: grid;
  min-height: 100vh;
  padding-top: 90px;
  place-items: center;
}

.message-card {
  margin: 20px;
  max-width: 680px;
  padding: 55px 30px;
  text-align: center;
}

.message-title {
  font-size: clamp(3rem, 10vw, 5.5rem);
  margin: 12px 0 17px;
}

.message-copy {
  color: var(--muted);
  margin: 0 auto 24px;
  max-width: 500px;
}

.footer-motto {
  color: var(--amber-light);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mobile-bar {
  display: none;
}

.whatsapp-widget {
  bottom: 24px;
  position: fixed;
  right: 22px;
  z-index: 120;
}

.whatsapp-toggle {
  align-items: center;
  background: #1fbd5a;
  border: 0;
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(4, 21, 35, 0.25);
  color: #fff;
  cursor: pointer;
  display: flex;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 850;
  gap: 8px;
  min-height: 50px;
  padding: 0 18px;
}

.whatsapp-toggle:hover {
  background: #18a94d;
  transform: translateY(-1px);
}

.whatsapp-toggle svg {
  fill: none;
  height: 22px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
  width: 22px;
}

.whatsapp-panel {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  bottom: 62px;
  box-shadow: 0 18px 45px rgba(4, 21, 35, 0.22);
  min-width: 285px;
  overflow: hidden;
  padding: 17px;
  position: absolute;
  right: 0;
}

.whatsapp-panel[hidden] {
  display: none;
}

.whatsapp-panel > strong,
.whatsapp-panel > span {
  display: block;
}

.whatsapp-panel > strong {
  color: var(--navy);
  font-size: 1rem;
}

.whatsapp-panel > span {
  color: var(--muted);
  font-size: 0.76rem;
  margin: 3px 0 12px;
}

.whatsapp-choices {
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr 1fr;
}

.whatsapp-choice {
  background: #f2f8f4;
  border: 1px solid #d9eadf;
  border-radius: 10px;
  color: var(--navy);
  display: flex;
  flex-direction: column;
  padding: 11px 12px;
  text-decoration: none;
}

.whatsapp-choice:hover {
  background: #e5f5eb;
  border-color: #94d6ab;
}

.whatsapp-choice strong {
  font-size: 0.83rem;
}

.whatsapp-choice small {
  color: var(--muted);
  font-size: 0.68rem;
  margin-top: 2px;
}

@media (max-width: 1040px) {
  .desktop-nav > a:not(.button) {
    display: none;
  }

  .hero-grid {
    gap: 46px;
  }

  .feature-grid,
  .about-grid,
  .story-grid {
    gap: 48px;
  }

  .standard-grid {
    grid-template-columns: 1fr;
  }

  .standard-intro {
    min-height: 330px;
  }

  .way-feature,
  .way-feature-promise {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  }

  .way-copy {
    padding: 40px;
  }

  .way-media {
    padding: 25px;
  }
}

@media (max-width: 820px) {
  .section {
    padding: 78px 0;
  }

  .header-call,
  .header-team-calls,
  .desktop-nav .button {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .hero {
    min-height: auto;
    padding: 130px 0 75px;
  }

  .hero-grid,
  .way-feature,
  .way-feature-promise,
  .feature-grid,
  .about-grid,
  .story-grid,
  .standard-statement,
  .faq-layout,
  .admin-grid {
    grid-template-columns: 1fr;
  }

  .way-feature-passport .way-media {
    order: -1;
  }

  .way-copy {
    padding: 39px;
  }

  .way-media {
    padding: 28px;
  }

  .hero-grid {
    gap: 42px;
  }

  .job-card {
    max-width: 540px;
  }

  .trust-grid {
    grid-template-columns: 1fr 1fr;
  }

  .trust-item:nth-child(2) {
    border-right: 0;
  }

  .trust-item:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .trust-item:first-child,
  .trust-item:nth-child(3) {
    padding-left: 0;
  }

  .card-grid {
    grid-template-columns: 1fr 1fr;
  }

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

  .feature-grid {
    gap: 50px;
  }

  .standard-points,
  .team-grid {
    grid-template-columns: 1fr;
  }

  .faq-layout {
    gap: 35px;
  }

  .cta-inner {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding: 48px 0;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-grid > div:first-child {
    grid-column: 1 / -1;
  }

  .steps-line {
    grid-template-columns: 1fr 1fr;
  }

  .promise-hero-list {
    grid-template-columns: auto auto;
  }

  .admin-grid {
    gap: 15px;
  }
}

@media (max-width: 580px) {
  body {
    font-size: 15px;
  }

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

  .site-header .container {
    width: min(100% - 24px, var(--max));
  }

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

  .brand {
    height: 29px;
    width: 185px;
  }

  .mobile-panel {
    top: 70px;
  }

  .hero {
    padding: 115px 0 62px;
  }

  .hero h1 {
    font-size: clamp(3rem, 15vw, 4.35rem);
  }

  .hero-actions,
  .cta-actions {
    display: grid;
    width: 100%;
  }

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

  .job-card {
    padding: 25px 20px;
  }

  .trust-grid,
  .card-grid,
  .standard-points,
  .steps-line,
  .promise-hero-list {
    grid-template-columns: 1fr;
  }

  .trust-item,
  .trust-item:first-child,
  .trust-item:nth-child(3),
  .trust-item:last-child {
    border-bottom: 1px solid var(--line);
    border-right: 0;
    padding: 15px 0;
  }

  .trust-item:last-child {
    border-bottom: 0;
  }

  .service-card,
  .promise-card {
    min-height: 220px;
    padding: 24px;
  }

  .way-feature {
    border-radius: 22px;
  }

  .way-copy {
    padding: 30px 24px 34px;
  }

  .way-copy h3 {
    font-size: clamp(2.05rem, 10vw, 2.75rem);
  }

  .way-media {
    padding: 15px;
  }

  .way-video {
    border-radius: 13px;
  }

  .video-play {
    bottom: 10px;
    left: 10px;
    min-height: 50px;
  }

  .video-play-icon {
    height: 34px;
    width: 34px;
  }

  .video-play small {
    display: none;
  }

  .standard-intro {
    min-height: 400px;
    padding: 31px 25px;
  }

  .page-hero {
    padding: 132px 0 70px;
  }

  .page-hero h1 {
    font-size: clamp(3rem, 14vw, 4.3rem);
  }

  .team-top {
    min-height: 360px;
    padding: 24px;
  }

  .team-body,
  .story-note {
    padding: 24px;
  }

  .quote-page {
    background: linear-gradient(180deg, var(--navy) 0, var(--navy) 360px, var(--cream) 360px);
    padding: 104px 0 85px;
  }

  .quote-shell {
    width: min(100% - 20px, 900px);
  }

  .quote-intro {
    padding-inline: 6px;
  }

  .quote-card-main {
    border-radius: 16px;
  }

  .progress-wrap {
    padding: 19px 20px 17px;
  }

  .wizard-form {
    min-height: 600px;
  }

  .wizard-step {
    padding: 30px 20px 24px;
  }

  .choice-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .choice-body {
    min-height: 73px;
  }

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

  .review-row {
    gap: 4px;
    grid-template-columns: 1fr;
  }

  .wizard-actions {
    padding: 18px 20px 21px;
  }

  .wizard-actions .button {
    min-height: 47px;
    padding-inline: 17px;
  }

  .success-panel {
    padding: 44px 22px 50px;
  }

  .privacy-layout {
    padding: 27px 22px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid > div:first-child {
    grid-column: auto;
  }

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

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

  .whatsapp-widget {
    bottom: 76px;
    right: 12px;
  }

  .whatsapp-toggle {
    border-radius: 50%;
    height: 50px;
    justify-content: center;
    padding: 0;
    width: 50px;
  }

  .whatsapp-toggle span {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }

  .whatsapp-panel {
    bottom: 60px;
    min-width: min(285px, calc(100vw - 24px));
  }

  .mobile-bar {
    background: rgba(255, 255, 255, 0.98);
    border-top: 1px solid var(--line);
    bottom: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    left: 0;
    padding: 7px 7px calc(7px + env(safe-area-inset-bottom));
    position: fixed;
    right: 0;
    z-index: 99;
  }

  .mobile-bar a {
    align-items: center;
    color: var(--navy);
    display: flex;
    flex-direction: column;
    font-size: 0.65rem;
    font-weight: 800;
    gap: 3px;
    justify-content: center;
    min-height: 47px;
    text-decoration: none;
  }

  .mobile-bar a.primary {
    background: var(--amber);
    border-radius: 8px;
  }

  .mobile-bar svg {
    fill: none;
    height: 19px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
    width: 19px;
  }

  .admin-page {
    padding-top: 85px;
  }

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

  .detail-meta {
    grid-template-columns: 1fr;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
