:root {
  --ink: #08234b;
  --ink-soft: #37516f;
  --blue: #075fca;
  --blue-deep: #003b92;
  --sky: #eaf7ff;
  --sky-strong: #c8edff;
  --coral: #ff4f46;
  --yellow: #ffc627;
  --teal: #00a7ad;
  --whatsapp: #12b76a;
  --white: #ffffff;
  --line: rgba(8, 35, 75, 0.12);
  --shadow: 0 22px 70px rgba(8, 35, 75, 0.12);
  --radius: 8px;
  --image-radius: 22px;
  --font-body: "Assistant", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-display: "Rubik", "Assistant", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --container: min(1120px, calc(100vw - 40px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
  text-align: right;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(232, 248, 255, 0.9), rgba(255, 255, 255, 0) 430px),
    radial-gradient(circle at 12% 18%, rgba(255, 198, 39, 0.16), transparent 220px),
    radial-gradient(circle at 90% 16%, rgba(0, 167, 173, 0.12), transparent 250px);
  pointer-events: none;
}

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

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select {
  font: inherit;
}

.container {
  width: var(--container);
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  padding: 14px 0;
  background: rgba(255, 255, 255, 0.82);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(20px);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.site-header.is-scrolled {
  border-color: var(--line);
  box-shadow: 0 8px 28px rgba(8, 35, 75, 0.08);
}

.header-inner,
.footer-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: max-content;
}

.brand-mark {
  position: relative;
  display: inline-grid;
  width: 42px;
  height: 42px;
}

.brand-mark span {
  position: absolute;
  width: 18px;
  height: 24px;
  border-radius: 50% 50% 45% 45%;
  box-shadow: inset -2px -3px 0 rgba(0, 0, 0, 0.1);
}

.brand-mark span:nth-child(1) {
  right: 2px;
  top: 9px;
  background: var(--blue);
}

.brand-mark span:nth-child(2) {
  right: 13px;
  top: 1px;
  background: var(--coral);
}

.brand-mark span:nth-child(3) {
  right: 23px;
  top: 13px;
  background: var(--yellow);
}

.brand-text {
  display: grid;
  line-height: 1;
}

.brand-text strong {
  font-size: 1.55rem;
  font-family: var(--font-display);
  font-weight: 900;
  color: var(--blue-deep);
}

.brand-text small {
  margin-top: 2px;
  font-size: 0.85rem;
  font-family: var(--font-display);
  font-weight: 800;
  color: var(--blue);
}

.main-nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2.1vw, 30px);
  font-size: 0.95rem;
  font-weight: 800;
}

.main-nav a {
  color: var(--ink);
  transition: color 0.2s ease;
}

.main-nav a:hover,
.main-nav a:focus-visible {
  color: var(--blue);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

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

.btn:focus-visible,
input:focus-visible,
select:focus-visible,
summary:focus-visible,
a:focus-visible {
  outline: 3px solid rgba(255, 198, 39, 0.7);
  outline-offset: 3px;
}

.btn-lg {
  min-height: 58px;
  padding-inline: 26px;
  font-size: 1.08rem;
}

.btn-whatsapp {
  color: var(--white);
  background: var(--whatsapp);
  box-shadow: 0 14px 30px rgba(18, 183, 106, 0.22);
}

.btn-call {
  color: var(--blue-deep);
  background: var(--white);
  border-color: rgba(7, 95, 202, 0.3);
  box-shadow: 0 14px 30px rgba(7, 95, 202, 0.12);
}

.btn-submit {
  width: 100%;
  min-height: 58px;
  color: var(--white);
  background: var(--coral);
  box-shadow: 0 18px 36px rgba(255, 79, 70, 0.2);
}

.icon {
  width: 22px;
  height: 22px;
  display: inline-block;
  flex: 0 0 auto;
  background: currentColor;
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
}

.icon-whatsapp {
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.04 2C6.56 2 2.1 6.3 2.1 11.6c0 1.8.52 3.48 1.42 4.92L2 22l5.68-1.44a10.1 10.1 0 0 0 4.36.98c5.48 0 9.94-4.3 9.94-9.6S17.52 2 12.04 2Zm0 17.78a8.3 8.3 0 0 1-4.02-1.04l-.3-.16-3.22.82.86-3.06-.2-.32a7.72 7.72 0 0 1-1.28-4.42c0-4.32 3.66-7.84 8.16-7.84s8.16 3.52 8.16 7.84-3.66 8.18-8.16 8.18Zm4.58-5.82c-.26-.12-1.52-.72-1.76-.8-.24-.1-.42-.12-.6.12-.18.26-.68.8-.84.96-.16.18-.3.2-.56.08-.26-.12-1.08-.38-2.06-1.22-.76-.66-1.28-1.48-1.42-1.72-.16-.26-.02-.4.12-.52.12-.12.26-.3.38-.44.12-.16.16-.26.24-.42.08-.18.04-.32-.02-.44-.06-.12-.6-1.4-.82-1.92-.22-.5-.44-.44-.6-.44h-.52c-.18 0-.46.06-.7.32-.24.26-.92.88-.92 2.14s.94 2.48 1.08 2.66c.14.16 1.86 2.74 4.5 3.84.62.26 1.1.42 1.48.54.62.18 1.2.16 1.64.1.5-.08 1.52-.6 1.74-1.18.22-.58.22-1.08.16-1.18-.08-.1-.26-.16-.52-.28Z'/%3E%3C/svg%3E");
}

.icon-phone {
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.62 10.8a15.05 15.05 0 0 0 6.58 6.58l2.2-2.2a1 1 0 0 1 1.02-.24c1.12.36 2.32.56 3.58.56a1 1 0 0 1 1 1V20a1 1 0 0 1-1 1C10.6 21 3 13.4 3 4a1 1 0 0 1 1-1h3.5a1 1 0 0 1 1 1c0 1.26.2 2.46.56 3.58a1 1 0 0 1-.24 1.02l-2.2 2.2Z'/%3E%3C/svg%3E");
}

.hero {
  padding: 48px 0 52px;
  overflow: hidden;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(430px, 0.9fr) minmax(540px, 1.1fr);
  align-items: center;
  gap: clamp(24px, 4vw, 46px);
}

.hero-copy h1 {
  margin: 0;
  max-width: 620px;
  font-family: var(--font-display);
  font-size: clamp(2.75rem, 4.05vw, 4.45rem);
  font-weight: 900;
  line-height: 1.06;
  letter-spacing: 0;
}

.hero-copy h1 span {
  display: block;
  color: var(--coral);
}

.hero-copy p {
  max-width: 540px;
  margin: 22px 0 0;
  color: var(--ink-soft);
  font-size: clamp(1.1rem, 1.35vw, 1.28rem);
  font-weight: 700;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.hero-media {
  position: relative;
  margin: 0;
  min-height: clamp(380px, 34vw, 460px);
  border-radius: var(--image-radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  isolation: isolate;
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 35%;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.9), transparent);
  pointer-events: none;
}

.hero-media img {
  width: 100%;
  height: 100%;
  min-height: clamp(380px, 34vw, 460px);
  object-fit: cover;
}

.trust-strip {
  padding: 22px 0 54px;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(18px, 3vw, 34px);
  padding: 22px 0;
  border-block: 1px solid rgba(8, 35, 75, 0.1);
}

.trust-grid article {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 0;
}

.trust-grid article + article {
  border-right: 0;
}

.trust-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  border-radius: 50%;
  color: var(--white);
  background: var(--blue);
}

.trust-grid article:nth-child(2) .trust-icon {
  background: var(--coral);
}

.trust-grid article:nth-child(3) .trust-icon {
  background: var(--yellow);
  color: var(--ink);
}

.trust-grid article:nth-child(4) .trust-icon {
  background: var(--teal);
}

.trust-icon::before {
  content: "";
  width: 24px;
  height: 24px;
  background: currentColor;
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
}

.icon-truck::before {
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 6a2 2 0 0 1 2-2h9v11H3V6Zm13 3h2.7L22 12.3V15h-2a3 3 0 1 1-6 0H9a3 3 0 1 1-6 0H2v-2h12V6h2v3Zm0 2v2h3.6l-2-2H16ZM6 18a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm11 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z'/%3E%3C/svg%3E");
}

.icon-tag::before {
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m20.6 13.4-7.2 7.2a2 2 0 0 1-2.8 0l-7.2-7.2A2 2 0 0 1 2.8 12V5a2 2 0 0 1 2-2h7c.54 0 1.04.22 1.42.58l7.38 7.38a2 2 0 0 1 0 2.84ZM7 8a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z'/%3E%3C/svg%3E");
}

.icon-team::before {
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 11a4 4 0 1 0-3.46-6A5 5 0 0 1 12 12c1.5 0 2.86-.66 3.78-1.72.08.24.16.48.22.72ZM8 12a4 4 0 1 0 0-8 4 4 0 0 0 0 8Zm0 2c-3.32 0-6 1.78-6 4v2h12v-2c0-2.22-2.68-4-6-4Zm8 0c-.86 0-1.66.12-2.38.34 1.42.92 2.38 2.2 2.38 3.66v2h6v-2c0-2.22-2.68-4-6-4Z'/%3E%3C/svg%3E");
}

.icon-star::before {
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m12 2 2.94 6.1 6.72.9-4.9 4.7 1.2 6.66L12 17.12 6.04 20.36l1.2-6.66L2.34 9l6.72-.9L12 2Z'/%3E%3C/svg%3E");
}

.trust-grid h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.04rem;
  font-weight: 800;
}

.trust-grid p {
  margin: 4px 0 0;
  color: var(--ink-soft);
  font-size: 0.9rem;
  font-weight: 700;
}

.section-head {
  max-width: 720px;
  margin-bottom: 36px;
}

.section-head h2,
.fit-copy h2,
.experience-copy h2,
.services-copy h2,
.process h2,
.quick-quote h2,
.lead-copy h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 4vw, 4.1rem);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: 0;
}

.section-head p,
.fit-copy p,
.experience-copy p,
.services-copy p,
.areas-panel p,
.quick-quote p,
.lead-copy p {
  margin: 16px 0 0;
  color: var(--ink-soft);
  font-size: 1.12rem;
  font-weight: 600;
}

.packages,
.event-fit,
.experience,
.services,
.process,
.quick-quote,
.lead-section,
.faq {
  padding: 76px 0;
}

.event-fit {
  padding-top: 38px;
}

.fit-layout {
  display: grid;
  grid-template-columns: minmax(340px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(34px, 5vw, 76px);
  align-items: start;
}

.fit-copy {
  position: sticky;
  top: 108px;
  align-self: start;
}

.fit-copy .text-link {
  margin-top: 24px;
}

.fit-options {
  display: grid;
  border-top: 1px solid rgba(8, 35, 75, 0.14);
}

.fit-options article {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  gap: 18px;
  padding: clamp(20px, 3vw, 32px) 0;
  border-bottom: 1px solid rgba(8, 35, 75, 0.14);
}

.fit-options span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: var(--white);
  background: var(--blue);
  font-family: var(--font-display);
  font-size: 0.82rem;
  font-weight: 900;
}

.fit-options article:nth-child(2) span {
  background: var(--teal);
}

.fit-options article:nth-child(3) span {
  background: var(--coral);
}

.fit-options article:nth-child(4) span {
  color: var(--ink);
  background: var(--yellow);
}

.fit-options h3 {
  margin: 0;
  color: var(--blue-deep);
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  font-weight: 900;
  line-height: 1.1;
}

.fit-options p {
  max-width: 620px;
  margin: 9px 0 0;
  color: var(--ink-soft);
  font-size: 1.04rem;
  font-weight: 650;
}

.package-showcase {
  display: grid;
  grid-template-columns: minmax(420px, 1.06fr) minmax(390px, 0.94fr);
  gap: clamp(34px, 5vw, 74px);
  align-items: center;
}

.package-visual {
  position: relative;
  margin: 0;
  min-height: clamp(520px, 48vw, 650px);
  overflow: hidden;
  border-radius: calc(var(--image-radius) + 6px);
  box-shadow: 0 28px 90px rgba(8, 35, 75, 0.16);
  isolation: isolate;
}

.package-visual img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.package-visual::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(0deg, rgba(8, 35, 75, 0.62), rgba(8, 35, 75, 0));
  pointer-events: none;
}

.package-visual figcaption {
  position: absolute;
  right: 28px;
  bottom: 24px;
  z-index: 1;
  display: grid;
  gap: 4px;
  max-width: 340px;
  color: var(--white);
}

.package-visual figcaption strong {
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  font-weight: 900;
  line-height: 1.08;
}

.package-visual figcaption span {
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.02rem;
  font-weight: 700;
}

.package-menu {
  display: grid;
}

.package-row {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: clamp(22px, 3vw, 34px) 0;
  border-top: 1px solid rgba(8, 35, 75, 0.14);
}

.package-row:last-child {
  border-bottom: 1px solid rgba(8, 35, 75, 0.14);
}

.package-row.is-featured {
  position: relative;
}

.package-row.is-featured::before {
  content: "";
  position: absolute;
  inset: 14px -22px 14px auto;
  width: 5px;
  border-radius: 999px;
  background: var(--coral);
}

.package-number {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: var(--blue);
  background: rgba(7, 95, 202, 0.08);
  border-radius: 50%;
  font-family: var(--font-display);
  font-size: 0.86rem;
  font-weight: 900;
}

.package-row h3 {
  margin: 0;
  color: var(--blue-deep);
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3.25vw, 3.35rem);
  font-weight: 900;
  line-height: 1.04;
}

.package-row p {
  max-width: 470px;
  margin: 12px 0 18px;
  color: var(--ink-soft);
  font-size: 1.13rem;
  font-weight: 700;
}

.package-row .text-link {
  grid-column: 2;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--blue);
  font-family: var(--font-display);
  font-weight: 850;
}

.text-link::after {
  content: "";
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: currentColor;
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m15.4 7.4-4.6 4.6 4.6 4.6L14 18l-6-6 6-6 1.4 1.4Z'/%3E%3C/svg%3E");
  mask-size: contain;
  mask-repeat: no-repeat;
}

.experience {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(234, 247, 255, 0.92) 48%, rgba(255, 255, 255, 0) 100%);
}

.experience-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
  gap: clamp(34px, 5vw, 72px);
  align-items: center;
}

.experience-media {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 16px;
  align-items: stretch;
}

.experience-media img {
  width: 100%;
  height: clamp(360px, 36vw, 520px);
  object-fit: cover;
  border-radius: var(--image-radius);
  box-shadow: var(--shadow);
}

.experience-media img:first-child {
  object-position: 34% 50%;
}

.experience-media img:last-child {
  margin-top: 52px;
  height: clamp(300px, 30vw, 430px);
}

.experience-lines {
  display: grid;
  gap: 0;
  margin-top: 30px;
  border-top: 1px solid rgba(8, 35, 75, 0.14);
}

.experience-lines article {
  display: grid;
  gap: 6px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(8, 35, 75, 0.14);
}

.experience-lines strong {
  color: var(--blue-deep);
  font-family: var(--font-display);
  font-size: 1.12rem;
  font-weight: 900;
}

.experience-lines span {
  color: var(--ink-soft);
  font-size: 1.02rem;
  font-weight: 650;
}

.services {
  background:
    linear-gradient(180deg, rgba(234, 247, 255, 0.82), rgba(255, 255, 255, 0) 82%),
    linear-gradient(90deg, rgba(255, 198, 39, 0.09), rgba(0, 167, 173, 0.06));
}

.services-grid {
  display: grid;
  grid-template-columns: minmax(360px, 0.84fr) minmax(0, 1.16fr);
  gap: clamp(32px, 5vw, 68px);
  align-items: center;
}

.service-list {
  display: grid;
  gap: 0;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(8, 35, 75, 0.14);
}

.service-list li {
  position: relative;
  padding: 17px 42px 17px 0;
  min-height: 58px;
  border-bottom: 1px solid rgba(8, 35, 75, 0.14);
  font-size: 1.08rem;
  font-weight: 850;
}

.service-list li::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--yellow);
  box-shadow: inset 0 0 0 7px var(--white);
  transform: translateY(-50%);
}

.services-visuals {
  display: grid;
  gap: 16px;
}

.services-media {
  margin: 0;
  overflow: hidden;
  border-radius: var(--image-radius);
  box-shadow: var(--shadow);
}

.services-media img {
  width: 100%;
  height: clamp(360px, 34vw, 470px);
  object-fit: cover;
}

.mini-gallery {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 16px;
}

.mini-gallery img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  border-radius: var(--image-radius);
  box-shadow: 0 16px 48px rgba(8, 35, 75, 0.1);
}

.mini-gallery img:first-child {
  object-position: 30% 50%;
}

.process-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
}

.steps {
  position: relative;
  display: grid;
  gap: 18px;
  margin-top: 30px;
}

.steps article {
  display: grid;
  grid-template-columns: 58px 1fr;
  column-gap: 18px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}

.steps span {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  color: var(--white);
  background: var(--blue);
  border-radius: 50%;
  font-weight: 900;
  font-size: 1.3rem;
}

.steps article:nth-child(2) span {
  background: var(--teal);
}

.steps article:nth-child(3) span {
  background: var(--coral);
}

.steps h3,
.steps p {
  grid-column: 2;
}

.steps h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 850;
}

.steps p {
  margin: 4px 0 0;
  color: var(--ink-soft);
  font-weight: 600;
}

.areas-panel {
  padding: clamp(26px, 4vw, 44px);
  background:
    linear-gradient(135deg, rgba(7, 95, 202, 0.08), rgba(0, 167, 173, 0.09)),
    var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 18px 54px rgba(8, 35, 75, 0.08);
}

.area-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.area-tags span {
  padding: 10px 14px;
  background: var(--white);
  border: 1px solid rgba(7, 95, 202, 0.18);
  border-radius: 999px;
  color: var(--blue-deep);
  font-weight: 900;
}

.quick-quote {
  padding: 22px 0 34px;
}

.quick-quote-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(22px, 4vw, 44px);
  align-items: center;
  padding: clamp(24px, 4vw, 38px) 0;
  border-block: 1px solid rgba(8, 35, 75, 0.14);
}

.quick-quote h2 {
  font-size: clamp(2rem, 3.1vw, 3.25rem);
}

.quick-quote p {
  max-width: 610px;
}

.quick-quote-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.lead-section {
  padding-bottom: 90px;
}

.lead-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: clamp(28px, 5vw, 56px);
  align-items: center;
  padding: clamp(28px, 5vw, 58px);
  background:
    linear-gradient(135deg, rgba(234, 247, 255, 0.96), rgba(255, 255, 255, 0.94)),
    var(--sky);
  border: 1px solid rgba(7, 95, 202, 0.12);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.quick-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.lead-form {
  display: grid;
  gap: 14px;
  padding: clamp(18px, 3vw, 28px);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: var(--radius);
}

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

label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 800;
}

input,
select {
  width: 100%;
  min-height: 52px;
  padding: 0 14px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid rgba(8, 35, 75, 0.16);
  border-radius: var(--radius);
  font-size: 1rem;
  font-weight: 600;
}

select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--blue-deep) 50%),
    linear-gradient(135deg, var(--blue-deep) 50%, transparent 50%);
  background-position:
    left 18px center,
    left 12px center;
  background-size: 7px 7px;
  background-repeat: no-repeat;
}

.form-message {
  min-height: 22px;
  margin: 0;
  color: #b42318;
  font-size: 0.92rem;
  font-weight: 800;
}

.form-note {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.85rem;
  font-weight: 600;
}

.faq {
  padding-top: 40px;
}

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

details {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 36px rgba(8, 35, 75, 0.06);
}

summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 62px;
  padding: 0 20px;
  cursor: pointer;
  font-family: var(--font-display);
  font-weight: 800;
  list-style: none;
}

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

summary::after {
  content: "";
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  background: var(--blue);
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m12 15.5-6-6L7.4 8l4.6 4.6L16.6 8 18 9.5l-6 6Z'/%3E%3C/svg%3E");
  mask-size: contain;
}

details[open] summary::after {
  transform: rotate(180deg);
}

details p {
  margin: 0;
  padding: 0 20px 20px;
  color: var(--ink-soft);
  font-weight: 600;
}

.site-footer {
  padding: 36px 0 44px;
  color: var(--white);
  background: linear-gradient(135deg, #003b92, #05235c);
}

.site-footer .brand-text strong,
.site-footer .brand-text small,
.site-footer a {
  color: var(--white);
}

.site-footer p {
  max-width: 420px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 600;
}

.footer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  font-weight: 900;
}

.alpha-credit {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.84rem;
  font-weight: 700;
}

.alpha-credit:hover,
.alpha-credit:focus-visible {
  color: var(--white);
}

.mobile-sticky-cta {
  position: fixed;
  right: 14px;
  left: 14px;
  bottom: 14px;
  z-index: 30;
  display: none;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding: 8px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 18px 50px rgba(8, 35, 75, 0.18);
  backdrop-filter: blur(18px);
}

.mobile-sticky-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  border-radius: var(--radius);
  color: var(--white);
  background: var(--whatsapp);
  font-family: var(--font-display);
  font-weight: 900;
}

.mobile-sticky-cta a + a {
  background: var(--blue);
}

.section-reveal {
  opacity: 1;
  transform: none;
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.section-reveal.is-visible {
  opacity: 1;
  transform: none;
}

.accessibility-widget {
  position: fixed;
  left: 18px;
  bottom: 18px;
  z-index: 60;
  display: grid;
  justify-items: start;
  gap: 10px;
}

.accessibility-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 54px;
  padding: 11px 15px;
  color: var(--white);
  background: var(--blue-deep);
  border: 2px solid rgba(255, 255, 255, 0.92);
  border-radius: 999px;
  box-shadow: 0 16px 36px rgba(8, 35, 75, 0.22);
  font-family: var(--font-display);
  font-weight: 900;
  cursor: pointer;
}

.accessibility-toggle svg {
  flex: 0 0 auto;
}

.accessibility-toggle[aria-expanded="true"] {
  background: var(--coral);
}

.accessibility-panel {
  position: absolute;
  left: 0;
  bottom: calc(100% + 10px);
  width: min(330px, calc(100vw - 32px));
  padding: 14px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(8, 35, 75, 0.16);
  border-radius: var(--radius);
  box-shadow: 0 22px 58px rgba(8, 35, 75, 0.22);
}

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

.accessibility-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(8, 35, 75, 0.12);
}

.accessibility-panel-head strong {
  color: var(--blue-deep);
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 900;
}

.accessibility-panel-head button,
.accessibility-actions button {
  min-height: 40px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid rgba(8, 35, 75, 0.14);
  border-radius: var(--radius);
  font-weight: 850;
  cursor: pointer;
}

.accessibility-panel-head button {
  padding: 7px 10px;
  background: var(--sky);
}

.accessibility-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 12px 0;
}

.accessibility-actions button {
  padding: 9px 10px;
  text-align: center;
}

.accessibility-actions button[aria-pressed="true"] {
  color: var(--white);
  background: var(--blue);
  border-color: var(--blue);
}

.accessibility-statement-link,
.accessibility-contact a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 9px 12px;
  color: var(--blue-deep);
  background: var(--sky);
  border: 1px solid rgba(7, 95, 202, 0.16);
  border-radius: var(--radius);
  font-weight: 900;
}

.accessibility-statement-link {
  width: 100%;
}

.accessibility-page {
  padding: 78px 0 88px;
  background:
    linear-gradient(180deg, rgba(234, 247, 255, 0.88), rgba(255, 255, 255, 0) 72%),
    var(--white);
}

.accessibility-layout {
  display: grid;
  gap: 34px;
}

.accessibility-page .section-head h1 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 5vw, 5.1rem);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: 0;
}

.accessibility-content {
  display: grid;
  gap: 14px;
}

.accessibility-content article {
  padding: clamp(20px, 3vw, 28px);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 14px 38px rgba(8, 35, 75, 0.06);
}

.accessibility-content h2 {
  margin: 0 0 10px;
  color: var(--blue-deep);
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 900;
}

.accessibility-content p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 1.04rem;
  font-weight: 650;
}

.accessibility-content ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0 20px 0 0;
  color: var(--ink-soft);
  font-size: 1.04rem;
  font-weight: 650;
}

.accessibility-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.a11y-large-text {
  font-size: 112%;
}

.a11y-extra-large-text {
  font-size: 124%;
}

body.a11y-large-text :where(p, li, a, button, input, select, summary, label, small) {
  font-size: 1.08em;
}

body.a11y-extra-large-text :where(p, li, a, button, input, select, summary, label, small) {
  font-size: 1.16em;
}

.a11y-highlight-links a {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.18em;
}

.a11y-reduce-motion *,
.a11y-reduce-motion *::before,
.a11y-reduce-motion *::after {
  scroll-behavior: auto !important;
  transition: none !important;
  animation: none !important;
}

.a11y-contrast body,
body.a11y-contrast {
  color: #ffffff;
  background: #000000;
}

body.a11y-contrast::before {
  display: none;
}

body.a11y-contrast .site-header,
body.a11y-contrast .services,
body.a11y-contrast .experience,
body.a11y-contrast .accessibility-page,
body.a11y-contrast .lead-grid,
body.a11y-contrast .lead-form,
body.a11y-contrast details,
body.a11y-contrast .areas-panel,
body.a11y-contrast .thank-you-card,
body.a11y-contrast .accessibility-panel,
body.a11y-contrast .accessibility-content article {
  color: #ffffff;
  background: #000000;
  border-color: #ffffff;
  box-shadow: none;
}

body.a11y-contrast .hero-copy p,
body.a11y-contrast .section-head p,
body.a11y-contrast .fit-copy p,
body.a11y-contrast .fit-options p,
body.a11y-contrast .package-row p,
body.a11y-contrast .services-copy p,
body.a11y-contrast .service-list li,
body.a11y-contrast .experience-copy p,
body.a11y-contrast .experience-lines span,
body.a11y-contrast .steps p,
body.a11y-contrast .areas-panel p,
body.a11y-contrast .lead-copy p,
body.a11y-contrast details p,
body.a11y-contrast .site-footer p,
body.a11y-contrast .thank-you-content p,
body.a11y-contrast .accessibility-page .section-head p,
body.a11y-contrast .accessibility-content p,
body.a11y-contrast .accessibility-content ul {
  color: #ffffff;
}

body.a11y-contrast h1,
body.a11y-contrast h2,
body.a11y-contrast h3,
body.a11y-contrast .brand-text strong,
body.a11y-contrast .brand-text small,
body.a11y-contrast .main-nav a,
body.a11y-contrast .package-row h3,
body.a11y-contrast .fit-options h3,
body.a11y-contrast .experience-lines strong,
body.a11y-contrast .accessibility-content h2 {
  color: #ffff00;
}

body.a11y-contrast a,
body.a11y-contrast .text-link,
body.a11y-contrast .back-link {
  color: #ffff00;
}

body.a11y-contrast .btn,
body.a11y-contrast .mobile-sticky-cta a,
body.a11y-contrast .accessibility-toggle,
body.a11y-contrast .accessibility-actions button[aria-pressed="true"],
body.a11y-contrast .accessibility-statement-link,
body.a11y-contrast .accessibility-contact a {
  color: #000000;
  background: #ffff00;
  border-color: #ffff00;
  box-shadow: none;
}

body.a11y-contrast input,
body.a11y-contrast select {
  color: #ffffff;
  background: #000000;
  border-color: #ffffff;
}

.thank-you-page {
  min-height: 100vh;
  background:
    linear-gradient(135deg, rgba(234, 247, 255, 0.95), rgba(255, 255, 255, 0.96)),
    var(--white);
}

.thank-you-shell {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 28px;
}

.thank-you-card {
  width: min(680px, 100%);
  padding: clamp(28px, 5vw, 56px);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.thank-you-content {
  margin-top: 54px;
}

.thank-you-content h1 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 6vw, 5.2rem);
  font-weight: 900;
  line-height: 1;
}

.thank-you-content p {
  margin: 20px 0 0;
  color: var(--ink-soft);
  font-size: 1.16rem;
  font-weight: 650;
}

.thank-you-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.back-link {
  display: inline-flex;
  margin-top: 28px;
  color: var(--blue);
  font-weight: 900;
}

@media (max-width: 980px) {
  :root {
    --container: min(100vw - 30px, 760px);
  }

  .main-nav {
    display: none;
  }

  .hero-grid,
  .fit-layout,
  .experience-grid,
  .services-grid,
  .process-grid,
  .lead-grid,
  .package-showcase {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 34px;
  }

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

  .hero-copy h1 {
    max-width: 700px;
    font-size: clamp(2.9rem, 7vw, 4.25rem);
  }

  .hero-media,
  .hero-media img {
    min-height: clamp(330px, 54vw, 430px);
  }

  .trust-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 28px;
  }

  .trust-grid article + article {
    border-right: 0;
  }

  .trust-grid article:nth-child(even) {
    border-right: 0;
  }

  .trust-grid article:nth-child(n + 3) {
    border-top: 0;
  }

  .fit-copy {
    position: static;
    max-width: 720px;
  }

  .fit-options {
    max-width: 760px;
  }

  .package-showcase {
    gap: 32px;
  }

  .package-visual {
    min-height: 430px;
  }

  .package-menu {
    max-width: 720px;
  }

  .lead-grid {
    padding: 24px;
  }

  .quick-quote-inner {
    grid-template-columns: 1fr;
  }

  .quick-quote-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  body {
    padding-bottom: 78px;
  }

  .header-inner {
    gap: 12px;
  }

  .header-cta {
    min-height: 42px;
    padding-inline: 14px;
    font-size: 0.9rem;
  }

  .brand-text strong {
    font-size: 1.25rem;
  }

  .brand-text small {
    font-size: 0.74rem;
  }

  .hero-copy h1 {
    max-width: 100%;
    font-size: clamp(2.45rem, 10.5vw, 3.25rem);
    line-height: 1.08;
  }

  .hero-actions,
  .quick-actions,
  .thank-you-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

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

  .trust-grid,
  .form-row,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .trust-grid article,
  .trust-grid article:nth-child(even),
  .trust-grid article:nth-child(n + 3) {
    border: 0;
    border-top: 0;
  }

  .trust-grid article:first-child {
    border-top: 0;
  }

  .packages,
  .event-fit,
  .experience,
  .services,
  .process,
  .quick-quote,
  .lead-section,
  .faq {
    padding: 60px 0;
  }

  .section-head h2,
  .fit-copy h2,
  .experience-copy h2,
  .services-copy h2,
  .process h2,
  .quick-quote h2,
  .lead-copy h2 {
    font-size: clamp(2rem, 9.4vw, 2.75rem);
  }

  .fit-options article {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 12px;
  }

  .fit-options span {
    width: 34px;
    height: 34px;
    font-size: 0.72rem;
  }

  .experience-media {
    grid-template-columns: 1fr;
  }

  .experience-copy {
    order: -1;
  }

  .experience-media img,
  .experience-media img:last-child {
    height: 250px;
    margin-top: 0;
  }

  .quick-quote {
    padding: 18px 0 26px;
  }

  .quick-quote-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .services-media img {
    height: 260px;
  }

  .package-visual {
    min-height: 360px;
    border-radius: var(--image-radius);
  }

  .package-visual figcaption {
    right: 18px;
    bottom: 18px;
    max-width: 290px;
  }

  .package-row {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 13px;
    padding: 24px 0;
  }

  .package-number {
    width: 36px;
    height: 36px;
    font-size: 0.76rem;
  }

  .package-row h3 {
    font-size: clamp(1.65rem, 8vw, 2.35rem);
  }

  .package-row p {
    font-size: 1rem;
  }

  .package-row .text-link {
    grid-column: 1 / -1;
    margin-inline-start: 49px;
  }

  .mini-gallery {
    grid-template-columns: 1fr;
  }

  .mini-gallery img {
    height: 210px;
  }

  .steps article {
    grid-template-columns: 48px 1fr;
  }

  .steps span {
    width: 46px;
    height: 46px;
  }

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

  .footer-actions {
    flex-wrap: wrap;
  }

  .mobile-sticky-cta {
    display: grid;
  }

  .accessibility-widget {
    left: 16px;
    bottom: 92px;
  }

  .accessibility-toggle {
    min-height: 48px;
    padding: 10px 12px;
  }

  .accessibility-toggle span {
    display: none;
  }

  .accessibility-panel {
    width: min(316px, calc(100vw - 32px));
  }

  .accessibility-actions {
    grid-template-columns: 1fr;
  }

  .accessibility-page {
    padding: 58px 0 70px;
  }

  .accessibility-page .section-head h1 {
    font-size: clamp(2.35rem, 11vw, 3.2rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }

  .section-reveal {
    opacity: 1;
    transform: none;
  }
}
