@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/poppins-v20-latin-300.woff2') format('woff2')
}

@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/poppins-v20-latin-regular.woff2') format('woff2')
}

@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/poppins-v20-latin-500.woff2') format('woff2')
}

@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/poppins-v20-latin-600.woff2') format('woff2')
}

@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/poppins-v20-latin-700.woff2') format('woff2')
}

@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/poppins-v20-latin-800.woff2') format('woff2')
}

/* --------------------------------------------------------------
   Garage Door Clear Lake TX
   Local Bootstrap-compatible hero + service section
-------------------------------------------------------------- */

:root {
  --gd-ink: #082f3c;
  --gd-navy: #126079;
  --gd-navy-2: #1b7691;
  --gd-steel: #5f7f89;
  --gd-teal: #7ac3d3;
  --gd-orange: #ff8a34;
  --gd-orange-dark: #e96d14;
  --gd-cream: #f4fbfd;
  --gd-ice: #e5f2f6;
  --gd-white: #ffffff;
  --gd-muted: #5b7078;
  --gd-line: rgba(8, 47, 60, 0.14);
  --gd-shadow: 0 24px 70px rgba(8, 47, 60, 0.16);
  --gd-shadow-hover: 0 30px 70px rgba(8, 47, 60, 0.24);
  --gd-radius-lg: 30px;
  --gd-radius-md: 20px;
  --gd-transition: 280ms cubic-bezier(.2, .75, .25, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--gd-ink);
  background: var(--gd-cream);
  -webkit-font-smoothing: antialiased;
}

body.gd-menu-open {
  overflow: hidden;
}

a {
  text-decoration: none;
}

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

.svg-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.gd-page {
  position: relative;
  min-width: 320px;
  overflow: hidden;
}

/* Navigation */
.gd-header {
  position: absolute;
  z-index: 50;
  top: 0;
  right: 0;
  left: 0;
  padding: 20px 0;
  animation: gd-fade-down .7s ease both;
}

.gd-header .navbar {
  padding: 0;
}

.gd-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 0;
  color: var(--gd-white);
}

.gd-brand:hover,
.gd-brand:focus {
  color: var(--gd-white);
}

.gd-brand-mark {
  position: relative;
  display: inline-grid;
  width: 48px;
  height: 48px;
  place-items: center;
  overflow: hidden;
  color: var(--gd-ink);
  border-radius: 15px;
  background: linear-gradient(145deg, var(--gd-orange), var(--gd-orange-dark));
  box-shadow: 0 14px 30px rgba(255, 138, 52, .28);
  font-size: 1rem;
  font-weight: 950;
  letter-spacing: -.08em;
}

.gd-brand-mark::after {
  position: absolute;
  right: -13px;
  bottom: -15px;
  width: 35px;
  height: 35px;
  content: "";
  border: 7px solid rgba(255, 255, 255, .18);
  border-radius: 50%;
}

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

.gd-brand-copy strong {
  font-size: 1.03rem;
  font-weight: 850;
  letter-spacing: -.02em;
  text-transform: uppercase;
}

.gd-brand-copy strong span {
  color: var(--gd-orange);
}

.gd-brand-copy small {
  margin-top: 5px;
  color: rgba(255, 255, 255, .68);
  font-size: .7rem;
  font-weight: 750;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.gd-nav-tools {
  display: flex;
  align-items: center;
  gap: 16px;
}

.gd-nav-call {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 5px 0;
  color: var(--gd-navy);
  transition: color var(--gd-transition), transform var(--gd-transition);
}

.gd-nav-call:hover,
.gd-nav-call:focus {
  color: var(--gd-orange-dark);
  transform: translateY(-2px);
}

.gd-nav-call svg {
  width: 42px;
  height: 42px;
  padding: 10px;
  color: var(--gd-ink);
  fill: none;
  stroke: currentColor;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
  border-radius: 50%;
  background: var(--gd-orange);
  box-shadow: 0 10px 24px rgba(255, 138, 52, .25);
}

.gd-nav-call span {
  display: grid;
  line-height: 1.05;
}

.gd-nav-call small {
  margin-bottom: 5px;
  color: var(--gd-muted);
  font-size: .64rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.gd-nav-call strong {
  font-size: .9rem;
  font-weight: 900;
}

.gd-menu-toggle {
  display: inline-flex;
  width: 52px;
  height: 52px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 0;
  color: var(--gd-navy);
  border: 1px solid rgba(8, 47, 60, .14);
  border-radius: 15px;
  background: var(--gd-white);
  box-shadow: 0 12px 28px rgba(8, 47, 60, .12);
  transition: color var(--gd-transition), background var(--gd-transition), transform var(--gd-transition);
}

.gd-menu-toggle:hover,
.gd-menu-toggle:focus {
  color: var(--gd-ink);
  background: var(--gd-orange);
  transform: translateY(-2px);
}

.gd-menu-toggle span {
  display: block;
  width: 27px;
  height: 3px;
  border-radius: 99px;
  background: currentColor;
  transition: width var(--gd-transition), transform var(--gd-transition), opacity var(--gd-transition);
}

.gd-menu-toggle span:nth-child(2) {
  width: 20px;
}

.gd-menu-toggle:hover span:nth-child(2) {
  width: 27px;
}

.gd-menu-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}

.gd-menu-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.gd-menu-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}

.gd-menu-page {
  position: absolute;
  top: 88px;
  right: 0;
  left: 0;
  max-height: calc(100vh - 88px);
  overflow-y: auto;
  padding: 56px 0 28px;
  color: var(--gd-white);
  opacity: 0;
  visibility: hidden;
  background:
    radial-gradient(circle at 88% 12%, rgba(255, 138, 52, .2), transparent 28%),
    linear-gradient(135deg, var(--gd-navy-2), var(--gd-ink));
  box-shadow: 0 30px 70px rgba(8, 47, 60, .28);
  pointer-events: none;
  transform: translateY(-18px);
  transition: opacity .3s ease, visibility .3s ease, transform .3s ease;
}

.gd-menu-page.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.gd-menu-kicker {
  display: block;
  margin-bottom: 16px;
  color: var(--gd-orange);
  font-size: .68rem;
  font-weight: 850;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.gd-menu-primary {
  display: grid;
  gap: 3px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.gd-menu-primary a {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 16px;
  padding: 14px 0;
  color: var(--gd-white);
  border-bottom: 1px solid rgba(255, 255, 255, .09);
  font-size: clamp(1.35rem, 2.3vw, 2rem);
  font-weight: 850;
  transition: color var(--gd-transition), transform var(--gd-transition);
}

.gd-menu-primary a span {
  min-width: 25px;
  color: var(--gd-orange);
  font-size: .64rem;
  font-weight: 850;
}

.gd-menu-primary a:hover,
.gd-menu-primary a:focus {
  color: var(--gd-orange);
  transform: translateX(7px);
}

.gd-menu-services {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.gd-menu-services a {
  display: flex;
  min-height: 94px;
  align-items: center;
  gap: 14px;
  padding: 17px;
  color: rgba(255, 255, 255, .78);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 15px;
  background: rgba(255, 255, 255, .05);
  font-size: .88rem;
  font-weight: 750;
  transition: color var(--gd-transition), border-color var(--gd-transition), background var(--gd-transition), transform var(--gd-transition);
}

.gd-menu-services a:hover,
.gd-menu-services a:focus {
  color: var(--gd-white);
  border-color: var(--gd-orange);
  background: rgba(255, 138, 52, .12);
  transform: translateY(-3px);
}

.gd-menu-services svg {
  width: 35px;
  height: 35px;
  flex: 0 0 35px;
  color: var(--gd-orange);
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.gd-menu-services .gd-menu-emergency {
  border-color: rgba(255, 138, 52, .4);
}

.gd-menu-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 44px;
  padding-top: 22px;
  color: rgba(255, 255, 255, .48);
  border-top: 1px solid rgba(255, 255, 255, .1);
  font-size: .76rem;
  font-weight: 750;
}

.gd-menu-footer a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--gd-orange);
  font-size: 1rem;
  font-weight: 900;
}

.gd-menu-footer svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 4;
  stroke-linecap: round;
}

/* Hero */
.gd-hero {
  position: relative;
  isolation: isolate;
  min-height: 901px;
  padding: 150px 0 90px;
  background: var(--gd-cream);
}

.gd-hero::before {
  position: absolute;
  z-index: -2;
  top: 0;
  bottom: 0;
  left: 0;
  width: 48%;
  content: "";
  clip-path: polygon(0 0, 100% 0, 86% 100%, 0 100%);
  background:
    radial-gradient(circle at 16% 18%, rgba(122, 195, 211, .18), transparent 30%),
    linear-gradient(145deg, var(--gd-navy-2), var(--gd-ink) 72%);
}

.gd-hero::after {
  position: absolute;
  z-index: -3;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  opacity: .75;
  background-image:
    linear-gradient(rgba(8, 47, 60, .04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 47, 60, .04) 1px, transparent 1px);
  background-size: 38px 38px;
  mask-image: linear-gradient(to left, #000 35%, transparent 75%);
}

.gd-hero-container {
  position: relative;
  z-index: 2;
}

.gd-hero-copy {
  max-width: 575px;
  color: var(--gd-white);
  animation: gd-fade-up .8s .08s ease both;
}

.gd-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 23px;
  color: rgba(255, 255, 255, .76);
  font-size: .73rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.gd-eyebrow-icon {
  display: inline-grid;
  width: 35px;
  height: 35px;
  color: var(--gd-orange);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 11px;
  place-items: center;
  background: rgba(255, 255, 255, .07);
}

.gd-eyebrow-icon svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.gd-hero h1 {
  max-width: 550px;
  margin: 0;
  font-size: 78px;
  font-weight: 900;
  line-height: .92;
  letter-spacing: -.065em;
}

.gd-hero h1 span {
  display: block;
  margin-top: 9px;
  color: var(--gd-orange);
}

.gd-lead {
  max-width: 560px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, .72);
  font-size: clamp(.98rem, 1.3vw, 1.08rem);
  line-height: 1.76;
}

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

.gd-btn {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 20px;
  border: 1px solid transparent;
  border-radius: 14px;
  font-size: .9rem;
  font-weight: 800;
  transition:
    color var(--gd-transition),
    background var(--gd-transition),
    border-color var(--gd-transition),
    box-shadow var(--gd-transition),
    transform var(--gd-transition);
}

.gd-btn svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform var(--gd-transition);
}

.gd-btn:hover svg:last-child {
  transform: translateX(4px);
}

.gd-btn-primary {
  color: var(--gd-ink);
  background: linear-gradient(145deg, var(--gd-orange), var(--gd-orange-dark));
  box-shadow: 0 15px 35px rgba(255, 138, 52, .3);
}

.gd-btn-primary:hover,
.gd-btn-primary:focus {
  color: var(--gd-ink);
  box-shadow: 0 20px 42px rgba(255, 138, 52, .4);
  transform: translateY(-3px);
}

.gd-btn-ghost {
  color: var(--gd-white);
  border-color: rgba(255, 255, 255, .25);
  background: rgba(255, 255, 255, .06);
  backdrop-filter: blur(8px);
}

.gd-btn-ghost:hover,
.gd-btn-ghost:focus {
  color: var(--gd-white);
  border-color: rgba(255, 255, 255, .52);
  background: rgba(255, 255, 255, .12);
  transform: translateY(-3px);
}

.gd-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 35px;
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, .13);
}

.gd-trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, .68);
  font-size: .82rem;
}

.gd-trust-item strong {
  display: block;
  color: var(--gd-white);
  font-weight: 800;
}

.gd-trust-item svg {
  width: 34px;
  height: 34px;
  padding: 7px;
  color: var(--gd-teal);
  fill: none;
  stroke: currentColor;
  stroke-width: 3.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 50%;
  background: rgba(255, 255, 255, .06);
}

/* Background photo area */
.gd-photo-stage {
  position: relative;
  width: min(100%, 760px);
  min-height: 545px;
  margin-left: auto;
  border: 13px solid rgba(255, 255, 255, .86);
  border-radius: 42% 16% 38% 12% / 18% 34% 15% 35%;
  background-color: #dcecf1;
  box-shadow: 0 34px 80px rgba(8, 47, 60, .22);
  animation: gd-fade-left .9s .16s ease both;
}

.gd-photo-img {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
}

.gd-photo-stage::before {
  position: absolute;
  z-index: -1;
  inset: -30px 34px 38px -28px;
  content: "";
  border: 2px solid rgba(255, 138, 52, .38);
  border-radius: 45% 13% 40% 14% / 20% 37% 12% 36%;
}

.gd-photo-stage::after {
  position: absolute;
  z-index: 2;
  inset: 0;
  content: "";
  border-radius: inherit;
  background: linear-gradient(105deg, rgba(8, 47, 60, .14), rgba(8, 47, 60, .02) 52%, rgba(255, 138, 52, .16));
  box-shadow: inset 0 -130px 90px rgba(8, 47, 60, .2);
  pointer-events: none;
}

.gd-photo-line {
  position: absolute;
  z-index: -1;
  display: block;
  width: 150px;
  height: 150px;
  border: 22px solid rgba(122, 195, 211, .18);
  border-radius: 50%;
}

.gd-photo-line-top {
  top: -68px;
  right: -50px;
}

.gd-photo-line-bottom {
  bottom: -75px;
  left: -55px;
}

.gd-visual-label {
  position: absolute;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 14px;
  color: var(--gd-navy);
  border: 1px solid rgba(8, 47, 60, .1);
  border-radius: 14px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 16px 38px rgba(8, 47, 60, .14);
  backdrop-filter: blur(8px);
  font-size: .76rem;
  font-weight: 800;
}

.gd-visual-label svg {
  width: 20px;
  height: 20px;
  color: var(--gd-teal);
  fill: none;
  stroke: currentColor;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.gd-visual-label-top {
  top: 7%;
  right: -4%;
  animation: gd-float 4s ease-in-out infinite;
}

.gd-visual-label-bottom {
  bottom: 7%;
  left: -4%;
  animation: gd-float 4.8s .5s ease-in-out infinite;
}

.gd-floating-part {
  position: absolute;
  z-index: 4;
  display: grid;
  width: 66px;
  height: 66px;
  color: var(--gd-steel);
  border: 1px solid rgba(8, 47, 60, .1);
  border-radius: 21px;
  place-items: center;
  background: rgba(255, 255, 255, .84);
  box-shadow: 0 16px 40px rgba(8, 47, 60, .16);
  backdrop-filter: blur(7px);
}

.gd-floating-part svg {
  width: 37px;
  height: 37px;
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.gd-floating-spring {
  top: -5%;
  left: 13%;
  color: var(--gd-orange-dark);
  animation: gd-float 5s ease-in-out infinite;
}

.gd-floating-opener {
  right: -5%;
  bottom: 30%;
  animation: gd-float 5.5s .8s ease-in-out infinite;
}

.gd-floating-roller {
  bottom: -5%;
  left: 26%;
  color: var(--gd-teal);
  animation: gd-float 4.7s .3s ease-in-out infinite;
}

.gd-floating-screwdriver {
  top: 39%;
  left: -6%;
  color: var(--gd-orange-dark);
  animation: gd-float 5.2s .6s ease-in-out infinite;
}

.gd-photo-badge {
  position: absolute;
  z-index: 4;
  right: 24px;
  bottom: 24px;
  display: grid;
  width: 128px;
  height: 128px;
  align-content: center;
  padding: 18px;
  color: var(--gd-white);
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 50%;
  background: rgba(8, 47, 60, .84);
  box-shadow: 0 18px 40px rgba(8, 47, 60, .24);
  backdrop-filter: blur(10px);
  text-align: center;
}

.gd-photo-badge strong {
  color: var(--gd-orange);
  font-size: 2rem;
  font-weight: 950;
  line-height: 1;
}

.gd-photo-badge span {
  margin-top: 7px;
  font-size: .66rem;
  font-weight: 750;
  line-height: 1.2;
}

.gd-decor {
  position: absolute;
  z-index: 0;
  display: block;
  border: 11px solid var(--gd-teal);
  border-radius: 50%;
  opacity: .2;
}

.gd-decor::after {
  position: absolute;
  inset: -20px;
  content: "";
  border: 1px solid currentColor;
  border-radius: 50%;
}

.gd-decor-one {
  top: 20%;
  right: 3%;
  width: 50px;
  height: 50px;
  color: var(--gd-teal);
  animation: gd-float 6s ease-in-out infinite;
}

.gd-decor-two {
  right: 45%;
  bottom: 6%;
  width: 34px;
  height: 34px;
  color: var(--gd-orange);
  border-color: var(--gd-orange);
  animation: gd-float 5s .4s ease-in-out infinite;
}

.gd-decor-three {
  bottom: 16%;
  left: 2%;
  width: 48px;
  height: 48px;
  color: var(--gd-teal);
  border-color: var(--gd-teal);
  animation: gd-float 5.5s .8s ease-in-out infinite;
}

/* Services */
.gd-services {
  position: relative;
  z-index: 5;
  margin-top: -70px;
  padding: 120px 0 100px;
  background:
    linear-gradient(98.5deg, var(--gd-ink) 0 39%, #edf7fa 39.1% 100%);
}

.gd-services::before {
  position: absolute;
  top: 55px;
  right: 7%;
  width: 90px;
  height: 90px;
  content: "";
  border: 16px solid rgba(255, 138, 52, .16);
  border-radius: 50%;
}

.gd-services-heading {
  margin-bottom: 34px;
}

.gd-section-kicker {
  display: block;
  margin-bottom: 11px;
  color: var(--gd-orange);
  font-size: .75rem;
  font-weight: 850;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.gd-services h2 {
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 560px;
  margin: 0;
  color: var(--gd-white);
  font-size: clamp(2rem, 3.3vw, 3rem);
  font-weight: 900;
  line-height: 1.04;
  letter-spacing: -.045em;
}

.gd-heading-line {
  display: inline-block;
  width: 80px;
  height: 3px;
  border-radius: 99px;
  background: rgba(255, 255, 255, .75);
}

.gd-services-heading p {
  max-width: 470px;
  margin: 17px 0 0;
  color: rgba(255, 255, 255, .64);
  font-size: .88rem;
  line-height: 1.7;
}

.gd-service-card {
  position: relative;
  display: flex;
  min-height: 365px;
  height: 100%;
  flex-direction: column;
  padding: 0 0 2px;
  color: var(--gd-navy);
  transition:
    color var(--gd-transition),
    transform var(--gd-transition);
}

.gd-service-card:hover {
  transform: translateY(-9px);
}

.gd-service-card-featured,
.gd-service-card-on-dark {
  color: var(--gd-white);
}

.gd-card-number {
  position: absolute;
  z-index: 2;
  top: 13px;
  right: 15px;
  color: rgba(8, 47, 60, .35);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .12em;
}

.gd-service-card-featured .gd-card-number,
.gd-service-card-on-dark .gd-card-number {
  color: rgba(255, 255, 255, .42);
}

.gd-card-icon {
  display: grid;
  width: 100%;
  height: 155px;
  margin-bottom: 22px;
  color: var(--gd-steel);
  border: 3px solid rgba(8, 47, 60, .18);
  border-radius: 3px;
  place-items: center;
  background: rgba(255, 255, 255, .08);
  transition:
    color var(--gd-transition),
    background var(--gd-transition),
    border-color var(--gd-transition),
    transform var(--gd-transition);
}

.gd-card-icon svg {
  width: 58px;
  height: 58px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.gd-service-card-featured .gd-card-icon,
.gd-service-card-on-dark .gd-card-icon {
  color: var(--gd-white);
  border-color: rgba(255, 255, 255, .72);
}

.gd-service-card:hover .gd-card-icon {
  color: var(--gd-white);
  border-color: var(--gd-orange);
  background: var(--gd-navy);
  transform: translateY(-3px);
}

.gd-service-card h3 {
  min-height: 44px;
  margin: 0 4px 8px;
  color: currentColor;
  font-size: 1rem;
  font-weight: 850;
  line-height: 1.25;
  text-align: center;
  letter-spacing: -.02em;
}

.gd-service-card p {
  min-height: 64px;
  margin: 0 3px 19px;
  color: var(--gd-muted);
  font-size: .77rem;
  line-height: 1.55;
  text-align: center;
}

.gd-service-card-featured p,
.gd-service-card-on-dark p {
  color: rgba(255, 255, 255, .7);
}

.gd-service-card a {
  display: inline-flex;
  width: calc(100% - 18px);
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: auto 9px 0;
  color: var(--gd-white);
  border-radius: 4px;
  background: var(--gd-navy);
  font-size: .81rem;
  font-weight: 850;
  box-shadow: 0 12px 25px rgba(8, 47, 60, .12);
  transition: background var(--gd-transition), box-shadow var(--gd-transition), transform var(--gd-transition);
}

.gd-service-card a svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform var(--gd-transition);
}

.gd-service-card a:hover svg {
  transform: translateX(5px);
}

.gd-service-card-featured a {
  color: var(--gd-ink);
  background: var(--gd-orange);
}

.gd-service-card a:hover {
  color: var(--gd-ink);
  background: var(--gd-orange-dark);
  box-shadow: 0 16px 28px rgba(233, 109, 20, .22);
  transform: translateY(-2px);
}

/* Full Check Up */
.gd-checkup {
  position: relative;
  overflow: hidden;
  padding: 118px 0 125px;
  background:
    radial-gradient(circle at 6% 17%, rgba(122, 195, 211, .18), transparent 24%),
    radial-gradient(circle at 92% 88%, rgba(255, 138, 52, .11), transparent 24%),
    var(--gd-white);
}

.gd-checkup::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: .45;
  background-image:
    linear-gradient(rgba(8, 47, 60, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 47, 60, .035) 1px, transparent 1px);
  background-size: 38px 38px;
  mask-image: linear-gradient(120deg, #000, transparent 64%);
  pointer-events: none;
}

.gd-checkup .container {
  position: relative;
  z-index: 2;
}

.gd-checkup .row {
  --bs-gutter-x: 5rem;
}

.gd-checkup-orbit {
  position: absolute;
  z-index: 1;
  display: block;
  border: 1px solid rgba(18, 96, 121, .18);
  border-radius: 50%;
  pointer-events: none;
}

.gd-checkup-orbit::before,
.gd-checkup-orbit::after {
  position: absolute;
  content: "";
  border-radius: 50%;
}

.gd-checkup-orbit::before {
  width: 18px;
  height: 18px;
  background: var(--gd-orange);
  box-shadow: 0 10px 28px rgba(255, 138, 52, .26);
}

.gd-checkup-orbit::after {
  inset: 18%;
  border: 1px dashed rgba(18, 96, 121, .16);
}

.gd-checkup-orbit-one {
  top: -170px;
  right: -170px;
  width: 430px;
  height: 430px;
  animation: gd-spin 24s linear infinite;
}

.gd-checkup-orbit-one::before {
  bottom: 14%;
  left: 7%;
}

.gd-checkup-orbit-two {
  bottom: -125px;
  left: -125px;
  width: 310px;
  height: 310px;
  animation: gd-spin-reverse 20s linear infinite;
}

.gd-checkup-orbit-two::before {
  top: 4%;
  right: 24%;
}

.gd-checkup-media {
  position: relative;
  width: 100%;
  min-height: 660px;
  isolation: isolate;
}

.gd-checkup-media::before {
  position: absolute;
  z-index: -1;
  top: 40px;
  left: -26px;
  width: 72%;
  height: 78%;
  content: "";
  border-radius: 34px;
  background: var(--gd-ice);
  transform: rotate(-4deg);
}

.gd-checkup-media::after {
  position: absolute;
  z-index: -1;
  right: 2%;
  bottom: 4%;
  width: 150px;
  height: 150px;
  content: "";
  border: 24px solid rgba(255, 138, 52, .14);
  border-radius: 50%;
}

.gd-checkup-photo {
  position: absolute;
  overflow: hidden;
  background-color: var(--gd-navy);
  box-shadow: var(--gd-shadow);
  transition: transform var(--gd-transition), box-shadow var(--gd-transition);
}

.gd-checkup-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gd-checkup-photo::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, transparent 42%, rgba(8, 47, 60, .78) 100%),
    radial-gradient(circle at 24% 16%, rgba(255, 255, 255, .16), transparent 26%);
}

.gd-checkup-photo-main {
  top: 0;
  left: 0;
  width: 78%;
  height: 79%;
  border: 10px solid var(--gd-white);
  border-radius: 42px 9px 42px 9px;
}

.gd-checkup-photo-detail {
  right: 0;
  bottom: 0;
  z-index: 3;
  width: 59%;
  height: 44%;
  border: 9px solid var(--gd-white);
  border-radius: 9px 34px 9px 34px;
  box-shadow: 0 24px 60px rgba(8, 47, 60, .22);
}

.gd-checkup-media:hover .gd-checkup-photo-main {
  box-shadow: var(--gd-shadow-hover);
  transform: translateY(-6px);
}

.gd-checkup-media:hover .gd-checkup-photo-detail {
  transform: translate(-4px, -7px);
}

.gd-photo-placeholder {
  display: none;
}

.gd-checkup-photo-label {
  position: absolute;
  z-index: 2;
  bottom: 20px;
  left: 20px;
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  gap: 9px;
  padding: 9px 13px;
  color: var(--gd-white);
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 12px;
  background: rgba(8, 47, 60, .78);
  backdrop-filter: blur(10px);
  font-size: .7rem;
  font-weight: 850;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.gd-checkup-photo-label svg {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  fill: none;
  stroke: var(--gd-orange);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.gd-checkup-score {
  position: absolute;
  z-index: 5;
  top: 54px;
  right: 1%;
  display: grid;
  width: 130px;
  height: 130px;
  align-content: center;
  justify-content: center;
  color: var(--gd-ink);
  border: 8px solid var(--gd-white);
  border-radius: 50%;
  background: var(--gd-orange);
  box-shadow: 0 22px 50px rgba(8, 47, 60, .22);
  text-align: center;
  animation: gd-float 5s ease-in-out infinite;
}

.gd-checkup-score span {
  font-size: 2rem;
  font-weight: 950;
  line-height: .95;
  letter-spacing: -.06em;
}

.gd-checkup-score strong {
  margin-top: 6px;
  font-size: .64rem;
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.gd-checkup-tool {
  position: absolute;
  z-index: 5;
  bottom: 7%;
  left: 8%;
  display: grid;
  width: 76px;
  height: 76px;
  color: var(--gd-orange);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 22px;
  place-items: center;
  background: var(--gd-ink);
  box-shadow: 0 18px 40px rgba(8, 47, 60, .2);
  animation: gd-tool-pulse 3.5s ease-in-out infinite;
}

.gd-checkup-tool svg {
  width: 42px;
  height: 42px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.gd-checkup-content {
  max-width: 620px;
}

.gd-checkup-content h2 {
  max-width: 610px;
  margin: 0 0 26px;
  color: var(--gd-ink);
  font-size: 50px;
  font-weight: 950;
  line-height: 1.02;
  letter-spacing: -.06em;
}

.gd-checkup-content h2 span {
  color: var(--gd-orange);
}

.gd-checkup-content>p {
  max-width: 600px;
  margin: 0 0 16px;
  color: var(--gd-muted);
  font-size: .98rem;
  line-height: 1.78;
}

.gd-diagnostics-card {
  position: relative;
  overflow: hidden;
  margin-top: 30px;
  padding: 27px;
  color: var(--gd-white);
  border-radius: 22px;
  background:
    radial-gradient(circle at 100% 0, rgba(122, 195, 211, .24), transparent 32%),
    linear-gradient(135deg, var(--gd-navy), var(--gd-ink));
  box-shadow: 0 22px 48px rgba(8, 47, 60, .18);
  transition: transform var(--gd-transition), box-shadow var(--gd-transition);
}

.gd-diagnostics-card::after {
  position: absolute;
  top: -32px;
  right: -30px;
  width: 105px;
  height: 105px;
  content: "";
  border: 18px solid rgba(255, 138, 52, .13);
  border-radius: 50%;
}

.gd-diagnostics-card:hover {
  box-shadow: 0 28px 58px rgba(8, 47, 60, .24);
  transform: translateY(-5px);
}

.gd-diagnostics-heading {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 14px;
}

.gd-diagnostics-icon {
  display: grid;
  width: 54px;
  height: 54px;
  flex: 0 0 auto;
  color: var(--gd-ink);
  border-radius: 16px;
  place-items: center;
  background: var(--gd-orange);
}

.gd-diagnostics-icon svg {
  width: 29px;
  height: 29px;
  fill: none;
  stroke: currentColor;
  stroke-width: 3.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.gd-diagnostics-heading span {
  display: block;
  margin-bottom: 3px;
  color: var(--gd-teal);
  font-size: .62rem;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.gd-diagnostics-heading h3 {
  margin: 0;
  color: var(--gd-white);
  font-size: 1.28rem;
  font-weight: 900;
  letter-spacing: -.025em;
}

.gd-diagnostics-card>p {
  position: relative;
  z-index: 2;
  margin: 18px 0 20px;
  color: rgba(255, 255, 255, .72);
  font-size: .82rem;
  line-height: 1.7;
}

.gd-diagnostic-list {
  position: relative;
  z-index: 2;
}

.gd-diagnostic-list .col>span {
  display: flex;
  min-height: 42px;
  align-items: center;
  gap: 9px;
  padding: 8px 11px;
  color: var(--gd-white);
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 11px;
  background: rgba(255, 255, 255, .055);
  font-size: .72rem;
  font-weight: 800;
  transition: border-color var(--gd-transition), background var(--gd-transition);
}

.gd-diagnostic-list .col>span:hover {
  border-color: rgba(255, 138, 52, .4);
  background: rgba(255, 138, 52, .1);
}

.gd-diagnostic-list svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  fill: none;
  stroke: var(--gd-orange);
  stroke-width: 3.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.gd-checkup-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 28px;
}

.gd-checkup-note {
  display: flex;
  max-width: 195px;
  align-items: center;
  gap: 9px;
  color: var(--gd-steel);
  font-size: .72rem;
  font-weight: 800;
  line-height: 1.45;
}

.gd-checkup-note svg {
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  fill: none;
  stroke: var(--gd-navy);
  stroke-width: 2.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

[data-gd-reveal] {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity .8s ease, transform .8s cubic-bezier(.2, .75, .25, 1);
}

[data-gd-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.gd-checkup-content[data-gd-reveal] {
  transition-delay: .12s;
}

/* CTA */
.gd-contact-strip {
  position: relative;
  overflow: hidden;
  padding: 55px 0;
  color: var(--gd-white);
  background:
    radial-gradient(circle at 75% 0, rgba(122, 195, 211, .3), transparent 28%),
    linear-gradient(135deg, var(--gd-navy), var(--gd-ink));
}

.gd-contact-strip::after {
  position: absolute;
  right: -85px;
  bottom: -120px;
  width: 330px;
  height: 330px;
  content: "";
  border: 55px solid rgba(255, 255, 255, .035);
  border-radius: 50%;
}

.gd-contact-strip .container {
  position: relative;
  z-index: 2;
}

.gd-contact-copy {
  display: flex;
  align-items: center;
  gap: 22px;
}

.gd-contact-icon {
  display: grid;
  width: 72px;
  height: 72px;
  flex: 0 0 auto;
  color: var(--gd-ink);
  border-radius: 20px;
  place-items: center;
  background: var(--gd-orange);
  box-shadow: 0 16px 36px rgba(255, 138, 52, .25);
}

.gd-contact-icon svg {
  width: 42px;
  height: 42px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.gd-contact-copy span {
  color: var(--gd-teal);
  font-size: .76rem;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.gd-contact-copy h2 {
  margin: 7px 0 0;
  font-size: clamp(1.65rem, 3vw, 2.6rem);
  font-weight: 850;
  line-height: 1.08;
  letter-spacing: -.035em;
}

.gd-btn-light {
  color: var(--gd-navy);
  background: var(--gd-white);
  box-shadow: 0 16px 34px rgba(0, 0, 0, .18);
}

.gd-btn-light:hover,
.gd-btn-light:focus {
  color: var(--gd-ink);
  background: var(--gd-orange);
  transform: translateY(-3px);
}

/* Animations */
@keyframes gd-fade-up {
  from {
    opacity: 0;
    transform: translateY(28px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes gd-fade-left {
  from {
    opacity: 0;
    transform: translateX(35px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes gd-fade-down {
  from {
    opacity: 0;
    transform: translateY(-18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes gd-float {

  0%,
  100% {
    transform: translateY(0) rotate(0);
  }

  50% {
    transform: translateY(-11px) rotate(2deg);
  }
}

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

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

@keyframes gd-house-breathe {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-4px);
  }
}

@keyframes gd-door-lift {

  0%,
  12%,
  88%,
  100% {
    transform: translateY(0);
    opacity: 1;
  }

  46%,
  58% {
    transform: translateY(-11px);
    opacity: .94;
  }
}

@keyframes gd-tool-pulse {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.06);
  }
}

@keyframes gd-spring-flow {
  to {
    stroke-dashoffset: -60;
  }
}

/* Responsive */
@media (max-width: 1199.98px) {
  .gd-hero::before {
    width: 52%;
  }

  .gd-nav-call small {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .gd-header {
    position: absolute;
    padding: 14px 0;
  }

  .gd-nav-call small {
    display: none;
  }

  .gd-nav-call {
    color: var(--gd-white);
  }

  .gd-menu-page {
    top: 76px;
    max-height: calc(100vh - 76px);
  }

  .gd-hero {
    padding-top: 130px;
    padding-bottom: 60px;
    background: var(--gd-cream);
  }

  .gd-hero::before {
    width: 100%;
    height: 56%;
    clip-path: polygon(0 0, 100% 0, 100% 91%, 0 100%);
  }

  .gd-hero::after {
    mask-image: linear-gradient(to bottom, transparent 35%, #000 75%);
  }

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

  .gd-hero h1 {
    max-width: 720px;
  }

  .gd-photo-stage {
    width: min(92%, 720px);
    min-height: 520px;
    margin-left: auto;
    margin-right: auto;
  }

  .gd-services {
    margin-top: 0;
    padding-top: 78px;
    background: #edf7fa;
  }

  .gd-services h2 {
    color: var(--gd-navy);
  }

  .gd-heading-line {
    background: var(--gd-orange);
  }

  .gd-services-heading p {
    color: var(--gd-muted);
  }

  .gd-service-card-featured,
  .gd-service-card-on-dark {
    color: var(--gd-navy);
  }

  .gd-service-card-featured p,
  .gd-service-card-on-dark p {
    color: var(--gd-muted);
  }

  .gd-service-card-featured .gd-card-number,
  .gd-service-card-on-dark .gd-card-number {
    color: rgba(8, 47, 60, .35);
  }

  .gd-service-card-featured .gd-card-icon,
  .gd-service-card-on-dark .gd-card-icon {
    color: var(--gd-steel);
    border-color: rgba(8, 47, 60, .18);
  }

  .gd-checkup {
    padding: 90px 0 95px;
  }

  .gd-checkup .row {
    --bs-gutter-x: 3rem;
  }

  .gd-checkup-media {
    width: min(100%, 720px);
    min-height: 650px;
    margin: 0 auto;
  }

  .gd-checkup-content {
    max-width: 720px;
    margin: 0 auto;
  }

  .gd-checkup-content h2,
  .gd-checkup-content>p {
    max-width: 720px;
  }
}

@media (max-width: 767.98px) {
  .gd-brand {
    gap: 8px;
  }

  .gd-brand-mark {
    width: 44px;
    height: 44px;
  }

  .gd-brand-copy strong {
    font-size: .82rem;
  }

  .gd-brand-copy small {
    font-size: .55rem;
  }

  .gd-nav-tools {
    gap: 8px;
  }

  .gd-nav-call {
    gap: 7px;
    padding: 0;
  }

  .gd-nav-call svg {
    width: 34px;
    height: 34px;
    padding: 8px;
  }

  .gd-nav-call strong {
    font-size: .76rem;
  }

  .gd-menu-toggle {
    width: 44px;
    height: 44px;
    border-radius: 12px;
  }

  .gd-menu-page {
    padding-top: 38px;
  }

  .gd-menu-services {
    grid-template-columns: 1fr;
  }

  .gd-menu-services a {
    min-height: 72px;
  }

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

  .gd-hero {
    min-height: auto;
    padding-top: 116px;
  }

  .gd-hero::before {
    height: 59%;
  }

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

  .gd-photo-stage {
    min-height: 455px;
  }

  .gd-floating-part {
    width: 54px;
    height: 54px;
    border-radius: 16px;
  }

  .gd-floating-part svg {
    width: 30px;
    height: 30px;
  }

  .gd-visual-label {
    padding: 9px 11px;
    font-size: .68rem;
  }

  .gd-decor-one,
  .gd-decor-two,
  .gd-decor-three {
    display: none;
  }

  .gd-services {
    padding: 68px 0 75px;
  }

  .gd-service-card {
    min-height: 355px;
  }

  .gd-checkup {
    padding: 78px 0 82px;
  }

  .gd-checkup-media {
    min-height: 585px;
  }

  .gd-checkup-photo-main {
    width: 82%;
    height: 77%;
  }

  .gd-checkup-photo-detail {
    width: 62%;
    height: 43%;
  }

  .gd-checkup-score {
    width: 116px;
    height: 116px;
  }

  .gd-checkup-content h2 {
    font-size: clamp(2.55rem, 8vw, 4rem);
  }

  .gd-contact-copy {
    align-items: flex-start;
  }
}

@media (max-width: 575.98px) {

  .gd-header .container,
  .gd-hero .container,
  .gd-services .container,
  .gd-checkup .container,
  .gd-contact-strip .container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .gd-brand-copy small {
    display: none;
  }

  .gd-brand-copy strong {
    max-width: 74px;
    line-height: 1.05;
  }

  .gd-hero {
    padding-top: 112px;
    padding-bottom: 38px;
  }

  .gd-hero::before {
    height: 63%;
  }

  .gd-eyebrow {
    margin-bottom: 18px;
    font-size: .64rem;
    letter-spacing: .12em;
  }

  .gd-hero h1 {
    letter-spacing: -.055em;
  }

  .gd-lead {
    margin-top: 22px;
    line-height: 1.65;
  }

  .gd-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 27px;
  }

  .gd-btn {
    width: 100%;
  }

  .gd-trust-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 27px;
    padding-top: 20px;
  }

  .gd-photo-stage {
    width: calc(100% + 28px);
    margin-left: -14px;
    min-height: 390px;
    border-width: 9px;
    border-radius: 32% 12% 31% 10% / 14% 26% 12% 27%;
  }

  .gd-visual-label-top {
    top: 8%;
    right: 2%;
  }

  .gd-visual-label-bottom {
    bottom: 6%;
    left: 2%;
  }

  .gd-floating-spring {
    top: 1%;
    left: 8%;
  }

  .gd-floating-opener {
    right: 0;
  }

  .gd-floating-roller {
    bottom: -1%;
    left: 18%;
  }

  .gd-services-heading {
    margin-bottom: 30px;
  }

  .gd-services h2 {
    font-size: 2.2rem;
  }

  .gd-service-card {
    min-height: 345px;
  }

  .gd-service-card h3 {
    min-height: 0;
  }

  .gd-checkup {
    padding: 66px 0 70px;
  }

  .gd-checkup .row {
    --bs-gutter-x: 1.5rem;
  }

  .gd-checkup-media {
    min-height: 470px;
  }

  .gd-checkup-media::before {
    top: 28px;
    left: -12px;
  }

  .gd-checkup-photo-main {
    width: 88%;
    height: 73%;
    border-width: 7px;
    border-radius: 30px 7px 30px 7px;
  }

  .gd-checkup-photo-detail {
    width: 70%;
    height: 42%;
    border-width: 7px;
    border-radius: 7px 26px 7px 26px;
  }

  .gd-checkup-photo-label {
    bottom: 12px;
    left: 12px;
    min-height: 36px;
    padding: 7px 9px;
    font-size: .57rem;
  }

  .gd-checkup-photo-label svg {
    width: 18px;
    height: 18px;
  }

  .gd-checkup-score {
    top: 34px;
    right: -3px;
    width: 96px;
    height: 96px;
    border-width: 6px;
  }

  .gd-checkup-score span {
    font-size: 1.55rem;
  }

  .gd-checkup-score strong {
    font-size: .52rem;
  }

  .gd-checkup-tool {
    bottom: 6%;
    left: 3%;
    width: 60px;
    height: 60px;
    border-radius: 17px;
  }

  .gd-checkup-tool svg {
    width: 33px;
    height: 33px;
  }

  .gd-checkup-content h2 {
    margin-bottom: 21px;
    font-size: clamp(2.35rem, 12vw, 3.5rem);
  }

  .gd-checkup-content>p {
    font-size: .9rem;
  }

  .gd-diagnostics-card {
    padding: 22px 18px;
  }

  .gd-checkup-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .gd-checkup-note {
    max-width: none;
  }

  .gd-contact-strip {
    padding: 45px 0;
  }

  .gd-contact-copy {
    display: grid;
  }
}

@media (max-width: 359.98px) {
  .gd-brand-copy {
    display: none;
  }
}

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

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


/* ==========================================================
   Simple Why Choose Us — Garage Door Section Only
   Add this file after your local Bootstrap 5 stylesheet.
========================================================== */

.gdwhy-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.gdwhy-section,
.gdwhy-section * {
  box-sizing: border-box;
}

.gdwhy-section {
  --gdwhy-dark: #082f3c;
  --gdwhy-blue: #126079;
  --gdwhy-orange: #ff8a34;
  --gdwhy-orange-dark: #e96d14;
  --gdwhy-soft: #f4fbfd;
  --gdwhy-white: #ffffff;
  --gdwhy-muted: #5b7078;
  --gdwhy-transition: 260ms ease;

  position: relative;
  padding: 95px 0;
  color: var(--gdwhy-dark);
  background: var(--gdwhy-soft);
  font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.gdwhy-section::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 80px;
  height: 4px;
  content: "";
  border-radius: 0 0 10px 10px;
  background: var(--gdwhy-orange);
  transform: translateX(-50%);
}

.gdwhy-heading {
  max-width: 790px;
  margin: 0 auto 48px;
}

.gdwhy-kicker {
  display: inline-block;
  margin-bottom: 13px;
  color: var(--gdwhy-orange-dark);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.gdwhy-heading h2 {
  margin: 0 0 18px;
  color: var(--gdwhy-dark);
  font-size: clamp(2.35rem, 4vw, 3.8rem);
  font-weight: 950;
  line-height: 1.05;
  letter-spacing: -.05em;
}

.gdwhy-heading h2 span {
  color: var(--gdwhy-orange);
}

.gdwhy-heading p {
  max-width: 700px;
  margin: 0 auto;
  color: var(--gdwhy-muted);
  font-size: .96rem;
  line-height: 1.75;
}

.gdwhy-grid {
  margin-bottom: 42px;
}

.gdwhy-card {
  min-height: 270px;
  height: 100%;
  padding: 29px 24px;
  color: var(--gdwhy-dark);
  border: 1px solid rgba(8, 47, 60, .1);
  border-radius: 18px;
  background: var(--gdwhy-white);
  box-shadow: 0 14px 36px rgba(8, 47, 60, .08);
  text-align: center;
  transition:
    border-color var(--gdwhy-transition),
    box-shadow var(--gdwhy-transition),
    transform var(--gdwhy-transition);
}

.gdwhy-card:hover {
  border-color: rgba(255, 138, 52, .55);
  box-shadow: 0 20px 44px rgba(8, 47, 60, .14);
  transform: translateY(-7px);
}

.gdwhy-icon {
  display: grid;
  width: 64px;
  height: 64px;
  margin: 0 auto 22px;
  color: var(--gdwhy-orange);
  border-radius: 18px;
  place-items: center;
  background: rgba(255, 138, 52, .11);
  transition:
    color var(--gdwhy-transition),
    background var(--gdwhy-transition),
    transform var(--gdwhy-transition);
}

.gdwhy-icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.gdwhy-card:hover .gdwhy-icon {
  color: var(--gdwhy-white);
  background: var(--gdwhy-orange);
  transform: scale(1.06);
}

.gdwhy-card h3 {
  margin: 0 0 11px;
  color: var(--gdwhy-dark);
  font-size: 1.08rem;
  font-weight: 900;
  line-height: 1.2;
}

.gdwhy-card p {
  margin: 0;
  color: var(--gdwhy-muted);
  font-size: .79rem;
  line-height: 1.7;
}

.gdwhy-footer {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 13px 14px 13px 22px;
  border: 1px solid rgba(8, 47, 60, .09);
  border-radius: 16px;
  background: var(--gdwhy-white);
  box-shadow: 0 12px 30px rgba(8, 47, 60, .07);
}

.gdwhy-footer span {
  color: var(--gdwhy-blue);
  font-size: .75rem;
  font-weight: 850;
}

.gdwhy-button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  color: var(--gdwhy-dark);
  border: 0;
  border-radius: 11px;
  background: var(--gdwhy-orange);
  font-size: .74rem;
  font-weight: 900;
  text-decoration: none;
  transition:
    color var(--gdwhy-transition),
    background var(--gdwhy-transition),
    transform var(--gdwhy-transition);
}

.gdwhy-button:hover,
.gdwhy-button:focus {
  color: var(--gdwhy-white);
  background: var(--gdwhy-orange-dark);
  transform: translateY(-2px);
}

#why-choose-us [data-gdwhy-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity .65s ease var(--gdwhy-delay, 0ms),
    transform .65s ease var(--gdwhy-delay, 0ms);
}

#why-choose-us [data-gdwhy-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 991.98px) {
  .gdwhy-section {
    padding: 80px 0;
  }

  .gdwhy-card {
    min-height: 245px;
  }
}

@media (max-width: 575.98px) {
  .gdwhy-section {
    padding: 68px 0;
  }

  .gdwhy-section .container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .gdwhy-heading {
    margin-bottom: 35px;
  }

  .gdwhy-heading h2 {
    font-size: clamp(2.25rem, 11vw, 3.2rem);
  }

  .gdwhy-card {
    min-height: 0;
  }

  .gdwhy-footer {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    padding: 17px;
  }

  .gdwhy-button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {

  .gdwhy-section *,
  .gdwhy-section *::before,
  .gdwhy-section *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

/* ==========================================================
   Complete Garage Door Services Section Only
   Add this file after your local Bootstrap 5 stylesheet.
========================================================== */

.gds-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.gds-section,
.gds-section * {
  box-sizing: border-box;
}

.gds-section {
  --gds-dark: #082f3c;
  --gds-blue: #126079;
  --gds-blue-light: #1b7691;
  --gds-aqua: #7ac3d3;
  --gds-orange: #ff8a34;
  --gds-orange-dark: #e96d14;
  --gds-white: #ffffff;
  --gds-muted: #bfd2d8;
  --gds-photo: url("../garage-door/complete-garage-door.webp");
  --gds-transition: 270ms cubic-bezier(.2, .75, .25, 1);

  position: relative;
  overflow: hidden;
  padding: 115px 0;
  color: var(--gds-white);
  background:
    radial-gradient(circle at 5% 10%, rgba(122, 195, 211, .18), transparent 25%),
    radial-gradient(circle at 96% 90%, rgba(255, 138, 52, .13), transparent 24%),
    linear-gradient(140deg, var(--gds-blue), var(--gds-dark) 62%);
  font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.garage-door-repair-page #complete-garage-door-services {
  --gds-photo: url("../garage-door/complete-garage-repair.webp");
}

.garage-door-spring-page #complete-garage-door-services {
  --gds-photo: url("../garage-door/complete-garage-spring.webp");
}

.garage-door-parts-page #complete-garage-door-services {
  --gds-photo: url("../garage-door/complete-garage-parts.webp");
}

.garage-door-opener-page #complete-garage-door-services {
  --gds-photo: url("../garage-door/complete-garage-opener.webp");
}

.garage-door-maintenance-page #complete-garage-door-services {
  --gds-photo: url("../garage-door/complete-garage-maintenance.webp");
}

.garage-door-installation-page #complete-garage-door-services {
  --gds-photo: url("../garage-door/complete-garage-installation.webp");
}

.emergency-garage-door-repair-page #complete-garage-door-services {
  --gds-photo: url("../garage-door/complete-garage-emergency.webp");
}

.commercial-garage-doors-page #complete-garage-door-services {
  --gds-photo: url("../garage-door/complete-garage-commercial.webp");
}

.gds-section::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: .25;
  background-image:
    linear-gradient(rgba(255, 255, 255, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .055) 1px, transparent 1px);
  background-size: 42px 42px;
  -webkit-mask-image: linear-gradient(120deg, #000, transparent 72%);
  mask-image: linear-gradient(120deg, #000, transparent 72%);
  pointer-events: none;
}

.gds-section .container {
  position: relative;
  z-index: 2;
}

.gds-section .row {
  --bs-gutter-x: 4.5rem;
}

.gds-glow {
  position: absolute;
  display: block;
  border: 1px solid rgba(122, 195, 211, .18);
  border-radius: 50%;
  pointer-events: none;
}

.gds-glow-one {
  top: -170px;
  right: -160px;
  width: 410px;
  height: 410px;
  animation: gds-glow-breathe 6s ease-in-out infinite;
}

.gds-glow-two {
  bottom: -110px;
  left: -105px;
  width: 270px;
  height: 270px;
  border-width: 38px;
  border-color: rgba(255, 138, 52, .06);
  animation: gds-glow-breathe 7s ease-in-out 1s infinite reverse;
}

.gds-photo-wrap {
  position: relative;
  min-height: 720px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 34px 8px 34px 8px;
  background: rgba(255, 255, 255, .06);
  box-shadow: 0 32px 75px rgba(2, 25, 33, .3);
  animation: gds-rise-in .85s cubic-bezier(.2, .75, .25, 1) both;
}

.gds-photo {
  position: absolute;
  inset: 16px;
  overflow: hidden;
  border-radius: 25px 5px 25px 5px;
  background-color: var(--gds-blue);
  background-image:
    linear-gradient(180deg, rgba(8, 47, 60, .06), rgba(8, 47, 60, .78)),
    var(--gds-photo);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform var(--gds-transition);
}

.gds-photo-wrap:hover .gds-photo {
  transform: scale(1.015);
}

.gds-photo-badge {
  position: absolute;
  z-index: 3;
  top: 36px;
  left: 36px;
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 9px;
  padding: 10px 13px;
  color: var(--gds-dark);
  border-radius: 12px;
  background: var(--gds-orange);
  box-shadow: 0 14px 32px rgba(255, 138, 52, .27);
  font-size: .67rem;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.gds-photo-badge svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.gds-photo-footer {
  position: absolute;
  z-index: 3;
  right: 36px;
  bottom: 35px;
  left: 36px;
  display: flex;
  gap: 9px;
}

.gds-photo-footer span {
  flex: 1 1 0;
  padding: 11px;
  color: var(--gds-white);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 11px;
  background: rgba(8, 47, 60, .78);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  font-size: .66rem;
  font-weight: 850;
  text-align: center;
  text-transform: uppercase;
}

.gds-floating-icon {
  position: absolute;
  z-index: 4;
  top: 50%;
  right: -30px;
  display: grid;
  width: 82px;
  height: 82px;
  color: var(--gds-orange);
  border: 8px solid var(--gds-dark);
  border-radius: 23px;
  place-items: center;
  background: var(--gds-white);
  box-shadow: 0 20px 42px rgba(2, 25, 33, .28);
  transform: translateY(-50%);
  animation: gds-float 4.5s ease-in-out infinite;
}

.gds-floating-icon svg {
  width: 43px;
  height: 43px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.gds-content {
  max-width: 800px;
  animation: gds-rise-in .85s .14s cubic-bezier(.2, .75, .25, 1) both;
}

.gds-kicker {
  display: block;
  margin-bottom: 13px;
  color: var(--gds-orange);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.gds-content h2 {
  margin: 0 0 23px;
  color: var(--gds-white);
  font-size: clamp(2.7rem, 4.2vw, 4.45rem);
  font-weight: 950;
  line-height: 1;
  letter-spacing: -.06em;
}

.gds-content h2 span {
  color: var(--gds-orange);
}

.gds-intro {
  margin: 0 0 25px;
  color: var(--gds-muted);
  font-size: .94rem;
  line-height: 1.78;
}

.gds-list-label {
  margin: 0 0 14px;
  color: var(--gds-white);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.gds-services-grid {
  margin-bottom: 28px;
}

.gds-services-grid>.col {
  animation: gds-card-in .6s cubic-bezier(.2, .75, .25, 1) both;
}

.gds-services-grid>.col:nth-child(1) {
  animation-delay: .22s;
}

.gds-services-grid>.col:nth-child(2) {
  animation-delay: .28s;
}

.gds-services-grid>.col:nth-child(3) {
  animation-delay: .34s;
}

.gds-services-grid>.col:nth-child(4) {
  animation-delay: .4s;
}

.gds-services-grid>.col:nth-child(5) {
  animation-delay: .46s;
}

.gds-services-grid>.col:nth-child(6) {
  animation-delay: .52s;
}

.gds-services-grid>.col:nth-child(7) {
  animation-delay: .58s;
}

.gds-services-grid>.col:nth-child(8) {
  animation-delay: .64s;
}

.gds-service-item {
  display: flex;
  min-height: 66px;
  height: 100%;
  align-items: center;
  gap: 12px;
  padding: 11px 13px;
  color: var(--gds-white);
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 13px;
  background: rgba(255, 255, 255, .055);
  transition:
    border-color var(--gds-transition),
    background var(--gds-transition),
    transform var(--gds-transition);
}

.gds-service-item:hover {
  border-color: rgba(255, 138, 52, .48);
  background: rgba(255, 138, 52, .1);
  transform: translateY(-4px);
}

.gds-service-item>span {
  display: grid;
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  color: var(--gds-dark);
  border-radius: 11px;
  place-items: center;
  background: var(--gds-orange);
}

.gds-service-item svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.gds-service-item strong {
  font-size: .75rem;
  font-weight: 850;
  line-height: 1.35;
}

.gds-solutions-box {
  display: flex;
  gap: 18px;
  padding: 25px;
  color: var(--gds-dark);
  border-radius: 20px;
  background: var(--gds-white);
  box-shadow: 0 22px 50px rgba(2, 25, 33, .18);
}

.gds-solutions-icon {
  display: grid;
  width: 58px;
  height: 58px;
  flex: 0 0 auto;
  color: var(--gds-dark);
  border-radius: 16px;
  place-items: center;
  background: var(--gds-orange);
}

.gds-solutions-icon svg {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.gds-solutions-box h3 {
  margin: 2px 0 12px;
  color: var(--gds-dark);
  font-size: 1.28rem;
  font-weight: 900;
  letter-spacing: -.025em;
}

.gds-solutions-box p {
  margin: 0 0 10px;
  color: #5b7078;
  font-size: .79rem;
  line-height: 1.68;
}

.gds-solutions-box p:last-child {
  margin-bottom: 0;
}

@keyframes gds-rise-in {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes gds-card-in {
  from {
    opacity: 0;
    transform: translateY(18px) scale(.98);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes gds-float {

  0%,
  100% {
    transform: translateY(-50%);
  }

  50% {
    transform: translateY(calc(-50% - 10px));
  }
}

@keyframes gds-glow-breathe {

  0%,
  100% {
    opacity: .55;
    transform: scale(1);
  }

  50% {
    opacity: 1;
    transform: scale(1.08);
  }
}

@media (max-width: 1199.98px) {
  .gds-section .row {
    --bs-gutter-x: 3rem;
  }

  .gds-photo-wrap {
    min-height: 760px;
  }
}

@media (max-width: 991.98px) {
  .gds-section {
    padding: 90px 0;
  }

  .gds-photo-wrap {
    width: min(100%, 720px);
    min-height: 620px;
    margin: 0 auto;
  }

  .gds-floating-icon {
    right: 18px;
  }

  .gds-content {
    max-width: 820px;
    margin: 0 auto;
  }
}

@media (max-width: 575.98px) {
  .gds-section {
    padding: 70px 0;
  }

  .gds-section .container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .gds-section .row {
    --bs-gutter-x: 1.5rem;
  }

  .gds-photo-wrap {
    min-height: 470px;
    padding: 10px;
    border-radius: 27px 7px 27px 7px;
  }

  .gds-photo {
    inset: 10px;
    border-radius: 20px 5px 20px 5px;
  }

  .gds-photo-badge {
    top: 25px;
    left: 25px;
  }

  .gds-photo-footer {
    right: 25px;
    bottom: 25px;
    left: 25px;
  }

  .gds-floating-icon {
    top: 54%;
    right: 4px;
    width: 68px;
    height: 68px;
    border-width: 6px;
    border-radius: 19px;
  }

  .gds-floating-icon svg {
    width: 35px;
    height: 35px;
  }

  .gds-content h2 {
    font-size: clamp(2.55rem, 13vw, 3.6rem);
  }

  .gds-intro {
    font-size: .89rem;
  }

  .gds-solutions-box {
    flex-direction: column;
    padding: 22px 19px;
  }
}

@media (prefers-reduced-motion: reduce) {

  .gds-section *,
  .gds-section *::before,
  .gds-section *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}


/* ==========================================================
   Garage Door Coupon Section Only
   Add this file after your local Bootstrap 5 stylesheet.
   All motion is CSS-only. No JavaScript is required.
========================================================== */

.gdc-icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.gdc-section,
.gdc-section * {
  box-sizing: border-box;
}

.gdc-section {
  --gdc-ink: #082f3c;
  --gdc-blue: #126079;
  --gdc-blue-light: #1b7691;
  --gdc-teal: #7ac3d3;
  --gdc-orange: #ff8a34;
  --gdc-orange-dark: #e96d14;
  --gdc-ice: #e5f2f6;
  --gdc-white: #ffffff;
  --gdc-muted: #5b7078;
  --gdc-shadow: 0 25px 70px rgba(8, 47, 60, .16);
  --gdc-transition: 280ms cubic-bezier(.2, .75, .25, 1);

  position: relative;
  overflow: hidden;
  padding: 100px 0;
  color: var(--gdc-ink);
  background:
    radial-gradient(circle at 8% 18%, rgba(122, 195, 211, .26), transparent 23%),
    radial-gradient(circle at 92% 82%, rgba(255, 138, 52, .14), transparent 22%),
    linear-gradient(135deg, #f9fdfe, var(--gdc-ice));
  font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.gdc-section::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: .42;
  background-image:
    linear-gradient(rgba(18, 96, 121, .07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(18, 96, 121, .07) 1px, transparent 1px);
  background-size: 38px 38px;
  pointer-events: none;
}

.gdc-section .container {
  position: relative;
  z-index: 2;
}

.gdc-shape {
  position: absolute;
  display: block;
  border-radius: 50%;
  pointer-events: none;
}

.gdc-shape-one {
  top: -75px;
  right: 5%;
  width: 170px;
  height: 170px;
  border: 30px solid rgba(18, 96, 121, .09);
  animation: gdc-shape-float 6s ease-in-out infinite;
}

.gdc-shape-two {
  bottom: -55px;
  left: 4%;
  width: 120px;
  height: 120px;
  border: 22px solid rgba(255, 138, 52, .12);
  animation: gdc-shape-float 7s 1s ease-in-out infinite reverse;
}

.gdc-coupon-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(8, 47, 60, .1);
  border-radius: 30px;
  background: var(--gdc-white);
  box-shadow: var(--gdc-shadow);
  transition:
    box-shadow var(--gdc-transition),
    transform var(--gdc-transition);
  animation: gdc-coupon-enter .85s cubic-bezier(.2, .75, .25, 1) both;
}

.gdc-coupon-card:hover {
  box-shadow: 0 34px 85px rgba(8, 47, 60, .23);
  transform: translateY(-7px);
}

.gdc-offer-panel {
  position: relative;
  display: flex;
  min-height: 100%;
  overflow: hidden;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 58px 38px;
  color: var(--gdc-white);
  background:
    radial-gradient(circle at 15% 15%, rgba(122, 195, 211, .27), transparent 28%),
    linear-gradient(145deg, var(--gdc-blue-light), var(--gdc-ink) 76%);
  text-align: center;
}

.gdc-offer-panel::before {
  position: absolute;
  inset: -70% -35%;
  content: "";
  background: linear-gradient(110deg,
      transparent 43%,
      rgba(255, 255, 255, .11) 49%,
      transparent 55%);
  transform: translateX(-55%);
  animation: gdc-light-sweep 5.5s ease-in-out infinite;
}

.gdc-offer-panel::after {
  position: absolute;
  z-index: 3;
  top: 23px;
  right: -2px;
  bottom: 23px;
  width: 2px;
  content: "";
  background-image: linear-gradient(to bottom,
      rgba(255, 255, 255, .48) 52%,
      transparent 52%);
  background-size: 2px 13px;
}

.gdc-offer-label {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 20px;
  padding: 9px 13px;
  color: var(--gdc-ink);
  border-radius: 50px;
  background: var(--gdc-orange);
  box-shadow: 0 13px 28px rgba(255, 138, 52, .24);
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.gdc-offer-label svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.gdc-price {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: var(--gdc-white);
  line-height: .8;
}

.gdc-price strong {
  font-size: clamp(6rem, 10vw, 9rem);
  font-weight: 950;
  letter-spacing: -.09em;
}

.gdc-dollar {
  margin: 10px 4px 0 0;
  color: var(--gdc-orange);
  font-size: 2.15rem;
  font-weight: 950;
}

.gdc-off {
  align-self: flex-end;
  margin: 0 0 12px 8px;
  color: var(--gdc-orange);
  font-size: 1.2rem;
  font-weight: 950;
  letter-spacing: .08em;
  writing-mode: vertical-rl;
}

.gdc-offer-panel h2 {
  position: relative;
  z-index: 2;
  max-width: 340px;
  margin: 24px 0 17px;
  color: var(--gdc-white);
  font-size: clamp(1.35rem, 2vw, 1.85rem);
  font-weight: 900;
  line-height: 1.2;
}

.gdc-location {
  position: relative;
  z-index: 2;
  color: var(--gdc-teal);
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.gdc-floating-tool {
  position: absolute;
  z-index: 4;
  right: 22px;
  bottom: 20px;
  display: grid;
  width: 54px;
  height: 54px;
  color: var(--gdc-ink);
  border: 5px solid rgba(8, 47, 60, .78);
  border-radius: 16px;
  place-items: center;
  background: var(--gdc-orange);
  box-shadow: 0 14px 30px rgba(2, 25, 33, .25);
  animation: gdc-tool-float 3.8s ease-in-out infinite;
}

.gdc-floating-tool svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.gdc-coupon-content {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: center;
  padding: 58px 60px;
}

.gdc-content-heading {
  display: flex;
  align-items: center;
  gap: 17px;
  margin-bottom: 22px;
}

.gdc-garage-icon {
  display: grid;
  width: 66px;
  height: 66px;
  flex: 0 0 auto;
  color: var(--gdc-white);
  border-radius: 19px;
  place-items: center;
  background: var(--gdc-blue);
  box-shadow: 0 14px 30px rgba(18, 96, 121, .2);
  transition:
    background var(--gdc-transition),
    transform var(--gdc-transition);
}

.gdc-coupon-card:hover .gdc-garage-icon {
  background: var(--gdc-orange-dark);
  transform: rotate(-5deg) scale(1.04);
}

.gdc-garage-icon svg {
  width: 37px;
  height: 37px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.gdc-eyebrow {
  display: block;
  margin-bottom: 5px;
  color: var(--gdc-orange-dark);
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.gdc-coupon-content h3 {
  margin: 0;
  color: var(--gdc-ink);
  font-size: clamp(1.75rem, 3vw, 2.55rem);
  font-weight: 950;
  line-height: 1.08;
  letter-spacing: -.045em;
}

.gdc-coupon-content>p {
  max-width: 650px;
  margin: 0 0 24px;
  color: var(--gdc-muted);
  font-size: .95rem;
  line-height: 1.75;
}

.gdc-terms {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 22px;
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}

.gdc-terms li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: var(--gdc-ink);
  font-size: .76rem;
  font-weight: 750;
  line-height: 1.45;
}

.gdc-terms svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  color: var(--gdc-orange-dark);
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.gdc-action {
  display: flex;
  align-items: center;
  gap: 18px;
}

.gdc-coupon-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 13px 21px;
  color: var(--gdc-white);
  border: 2px solid var(--gdc-orange);
  border-radius: 13px;
  background: var(--gdc-orange-dark);
  box-shadow: 0 13px 27px rgba(233, 109, 20, .22);
  font-size: .8rem;
  font-weight: 900;
  text-decoration: none;
  transition:
    background var(--gdc-transition),
    border-color var(--gdc-transition),
    box-shadow var(--gdc-transition),
    transform var(--gdc-transition);
}

.gdc-coupon-button:hover,
.gdc-coupon-button:focus-visible {
  color: var(--gdc-white);
  border-color: var(--gdc-blue);
  background: var(--gdc-blue);
  box-shadow: 0 17px 32px rgba(18, 96, 121, .25);
  transform: translateY(-3px);
}

.gdc-coupon-button:focus-visible {
  outline: 3px solid rgba(122, 195, 211, .55);
  outline-offset: 4px;
}

.gdc-coupon-button svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform var(--gdc-transition);
}

.gdc-coupon-button:hover svg,
.gdc-coupon-button:focus-visible svg {
  transform: translateX(4px);
}

.gdc-action>span {
  max-width: 150px;
  color: var(--gdc-muted);
  font-size: .68rem;
  font-weight: 750;
  line-height: 1.45;
}

@keyframes gdc-coupon-enter {
  from {
    opacity: 0;
    transform: translateY(34px) scale(.985);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes gdc-tool-float {

  0%,
  100% {
    transform: translateY(0) rotate(-4deg);
  }

  50% {
    transform: translateY(-9px) rotate(4deg);
  }
}

@keyframes gdc-shape-float {

  0%,
  100% {
    transform: translateY(0) scale(1);
  }

  50% {
    transform: translateY(-13px) scale(1.06);
  }
}

@keyframes gdc-light-sweep {

  0%,
  28% {
    transform: translateX(-55%);
  }

  58%,
  100% {
    transform: translateX(55%);
  }
}

@media (max-width: 991.98px) {
  .gdc-section {
    padding: 85px 0;
  }

  .gdc-offer-panel {
    min-height: 470px;
  }

  .gdc-offer-panel::after {
    top: auto;
    right: 25px;
    bottom: -1px;
    left: 25px;
    width: auto;
    height: 2px;
    background-image: linear-gradient(to right,
        rgba(255, 255, 255, .48) 52%,
        transparent 52%);
    background-size: 13px 2px;
  }
}

@media (max-width: 575.98px) {
  .gdc-section {
    padding: 65px 0;
  }

  .gdc-section .container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .gdc-coupon-card {
    border-radius: 23px;
  }

  .gdc-offer-panel {
    min-height: 420px;
    padding: 46px 22px;
  }

  .gdc-price strong {
    font-size: clamp(5.6rem, 28vw, 7.2rem);
  }

  .gdc-coupon-content {
    padding: 42px 24px;
  }

  .gdc-content-heading {
    align-items: flex-start;
  }

  .gdc-garage-icon {
    width: 57px;
    height: 57px;
    border-radius: 16px;
  }

  .gdc-garage-icon svg {
    width: 32px;
    height: 32px;
  }

  .gdc-terms {
    grid-template-columns: 1fr;
  }

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

  .gdc-coupon-button {
    width: 100%;
  }

  .gdc-action>span {
    max-width: none;
  }
}

@media (prefers-reduced-motion: reduce) {

  .gdc-section *,
  .gdc-section *::before,
  .gdc-section *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

/* ==========================================================
   Garage Door Installation Section
   CSS-only animation — no JavaScript required.
========================================================== */

.gdi-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.gdi-section,
.gdi-section * {
  box-sizing: border-box;
}

.gdi-section {
  --gdi-dark: #082f3c;
  --gdi-blue: #126079;
  --gdi-teal: #7ac3d3;
  --gdi-orange: #ff8a34;
  --gdi-orange-dark: #e96d14;
  --gdi-white: #ffffff;
  --gdi-light: #f4fbfd;
  --gdi-muted: #5b7078;
  --gdi-transition: 280ms ease;

  position: relative;
  overflow: hidden;
  padding: 105px 0;
  color: var(--gdi-dark);
  background:
    radial-gradient(circle at 8% 12%, rgba(122, 195, 211, .2), transparent 24%),
    linear-gradient(135deg, var(--gdi-white), var(--gdi-light));
  font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.gdi-section::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 34%;
  height: 100%;
  content: "";
  opacity: .35;
  background-image:
    linear-gradient(rgba(18, 96, 121, .08) 2px, transparent 2px),
    linear-gradient(90deg, rgba(18, 96, 121, .08) 2px, transparent 2px);
  background-size: 75px 75px;
  pointer-events: none;
}

.gdi-section .container {
  position: relative;
  z-index: 2;
}

.gdi-shape {
  position: absolute;
  display: block;
  border-radius: 50%;
  pointer-events: none;
}

.gdi-shape-one {
  top: -70px;
  left: -70px;
  width: 190px;
  height: 190px;
  border: 32px solid rgba(18, 96, 121, .07);
  animation: gdi-float 6s ease-in-out infinite;
}

.gdi-shape-two {
  right: 4%;
  bottom: -45px;
  width: 105px;
  height: 105px;
  border: 20px solid rgba(255, 138, 52, .12);
  animation: gdi-float 5s 1s ease-in-out infinite reverse;
}

.gdi-copy {
  animation: gdi-enter .8s ease-out both;
}

.gdi-kicker {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--gdi-orange-dark);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.gdi-copy h2 {
  max-width: 720px;
  margin: 0 0 24px;
  color: var(--gdi-dark);
  font-size: clamp(2.5rem, 5vw, 4.4rem);
  font-weight: 950;
  line-height: 1.02;
  letter-spacing: -.055em;
}

.gdi-copy h2 span {
  color: var(--gdi-blue);
}

.gdi-copy>p {
  max-width: 760px;
  margin: 0 0 31px;
  color: var(--gdi-muted);
  font-size: .98rem;
  line-height: 1.8;
}

.gdi-highlight {
  display: flex;
  max-width: 790px;
  align-items: flex-start;
  gap: 18px;
  padding: 24px;
  border: 1px solid rgba(18, 96, 121, .12);
  border-left: 5px solid var(--gdi-orange);
  border-radius: 17px;
  background: var(--gdi-white);
  box-shadow: 0 18px 45px rgba(8, 47, 60, .1);
  transition:
    box-shadow var(--gdi-transition),
    transform var(--gdi-transition);
}

.gdi-highlight:hover {
  box-shadow: 0 24px 55px rgba(8, 47, 60, .15);
  transform: translateY(-5px);
}

.gdi-highlight-icon {
  display: grid;
  width: 56px;
  height: 56px;
  flex: 0 0 auto;
  color: var(--gdi-white);
  border-radius: 15px;
  place-items: center;
  background: var(--gdi-blue);
  transition:
    background var(--gdi-transition),
    transform var(--gdi-transition);
}

.gdi-highlight:hover .gdi-highlight-icon {
  background: var(--gdi-orange-dark);
  transform: rotate(-5deg);
}

.gdi-highlight-icon svg {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.gdi-highlight strong {
  display: block;
  margin: 1px 0 8px;
  color: var(--gdi-dark);
  font-size: 1.05rem;
  font-weight: 900;
}

.gdi-highlight p {
  margin: 0;
  color: var(--gdi-muted);
  font-size: .82rem;
  line-height: 1.7;
}

.gdi-checklist {
  position: relative;
  overflow: hidden;
  padding: 40px;
  color: var(--gdi-white);
  border-radius: 25px;
  background:
    radial-gradient(circle at 100% 0, rgba(122, 195, 211, .25), transparent 30%),
    linear-gradient(145deg, var(--gdi-blue), var(--gdi-dark));
  box-shadow: 0 26px 60px rgba(8, 47, 60, .22);
  animation: gdi-enter .8s .14s ease-out both;
}

.gdi-checklist-number {
  position: absolute;
  top: -15px;
  right: 18px;
  color: rgba(255, 255, 255, .07);
  font-size: 8.5rem;
  font-weight: 950;
  line-height: 1;
}

.gdi-small-title {
  position: relative;
  display: block;
  margin-bottom: 7px;
  color: var(--gdi-orange);
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.gdi-checklist h3 {
  position: relative;
  margin: 0 0 25px;
  color: var(--gdi-white);
  font-size: clamp(1.65rem, 3vw, 2.25rem);
  font-weight: 900;
  letter-spacing: -.035em;
}

.gdi-checklist ul {
  position: relative;
  display: grid;
  gap: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.gdi-checklist li {
  display: flex;
  min-height: 62px;
  align-items: center;
  gap: 13px;
  padding: 10px 13px;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 13px;
  background: rgba(255, 255, 255, .06);
  transition:
    background var(--gdi-transition),
    border-color var(--gdi-transition),
    transform var(--gdi-transition);
  animation: gdi-item-enter .55s ease-out both;
}

.gdi-checklist li:nth-child(1) {
  animation-delay: .24s;
}

.gdi-checklist li:nth-child(2) {
  animation-delay: .31s;
}

.gdi-checklist li:nth-child(3) {
  animation-delay: .38s;
}

.gdi-checklist li:nth-child(4) {
  animation-delay: .45s;
}

.gdi-checklist li:nth-child(5) {
  animation-delay: .52s;
}

.gdi-checklist li:hover {
  border-color: rgba(255, 138, 52, .55);
  background: rgba(255, 138, 52, .12);
  transform: translateX(6px);
}

.gdi-checklist li span {
  display: grid;
  width: 39px;
  height: 39px;
  flex: 0 0 auto;
  color: var(--gdi-dark);
  border-radius: 10px;
  place-items: center;
  background: var(--gdi-orange);
}

.gdi-checklist li svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.gdi-checklist li strong {
  color: var(--gdi-white);
  font-size: .8rem;
  font-weight: 850;
}

@keyframes gdi-enter {
  from {
    opacity: 0;
    transform: translateY(28px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes gdi-item-enter {
  from {
    opacity: 0;
    transform: translateX(18px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes gdi-float {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }
}

@media (max-width: 991.98px) {
  .gdi-section {
    padding: 85px 0;
  }

  .gdi-checklist {
    max-width: 720px;
  }
}

@media (max-width: 575.98px) {
  .gdi-section {
    padding: 65px 0;
  }

  .gdi-section .container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .gdi-copy h2 {
    font-size: clamp(2.35rem, 12vw, 3.3rem);
  }

  .gdi-highlight {
    flex-direction: column;
    padding: 21px;
  }

  .gdi-checklist {
    padding: 32px 22px;
    border-radius: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {

  .gdi-section *,
  .gdi-section *::before,
  .gdi-section *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

.gd-blueprint-gallery {
  --gd-ink: #061f29;
  --gd-petrol: #082f3c;
  --gd-blue: #126079;
  --gd-orange: #ff8a34;
  position: relative;
  overflow: hidden;
  padding: 92px 24px 110px;
  color: #fff;
  background: radial-gradient(circle at 18% 8%, rgba(27, 118, 145, .38), transparent 32%), linear-gradient(145deg, #082f3c, #041a22 75%);
  font-family: Arial, Helvetica, sans-serif
}

.gd-blueprint-gallery * {
  box-sizing: border-box
}

.gd-blueprint-grid {
  position: absolute;
  inset: 0;
  opacity: .34;
  background-image: linear-gradient(rgba(122, 195, 211, .12) 1px, transparent 1px), linear-gradient(90deg, rgba(122, 195, 211, .12) 1px, transparent 1px), linear-gradient(rgba(122, 195, 211, .05) 1px, transparent 1px), linear-gradient(90deg, rgba(122, 195, 211, .05) 1px, transparent 1px);
  background-size: 80px 80px, 80px 80px, 20px 20px, 20px 20px
}

.gd-gallery-shell {
  position: relative;
  max-width: 1180px
}

.gd-gallery-heading {
  display: grid;
  grid-template-columns: 1.35fr .65fr;
  align-items: end;
  gap: 60px;
  margin-bottom: 55px;
  animation: gdRise .8s both
}

.gd-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  color: var(--gd-orange);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .22em;
  text-transform: uppercase
}

.gd-eyebrow i {
  width: 35px;
  height: 1px;
  background: var(--gd-orange)
}

.gd-gallery-heading h2 {
  margin: 0;
  font-size: 50px;
  line-height: .98;
  letter-spacing: -.045em;
  font-weight: 800
}

.gd-gallery-heading h2 em {
  color: var(--gd-orange);
  font-style: normal
}

.gd-gallery-heading p {
  margin: 0 0 8px;
  color: #b9d2da;
  font-size: 15px;
  line-height: 1.85
}

.gd-project-board {
  position: relative;
  display: grid;
  grid-template-columns: 1.4fr .75fr .75fr;
  grid-template-rows: 230px 230px 215px;
  gap: 18px;
  padding: 40px;
  border: 1px solid rgba(122, 195, 211, .3);
  background: rgba(3, 22, 29, .48);
  box-shadow: 0 30px 80px rgba(0, 0, 0, .28)
}

.gd-project {
  min-width: 0;
  animation: gdRise .75s both
}

.gd-featured {
  grid-row: 1/3
}

.gd-window-a {
  animation-delay: .08s
}

.gd-window-b {
  animation-delay: .16s
}

.gd-window-c {
  animation-delay: .24s
}

.gd-window-d {
  animation-delay: .32s
}

.gd-panorama {
  grid-column: 1/4;
  animation-delay: .4s
}

.gd-photo-wrap {
  position: relative;
  height: calc(100% - 47px);
  overflow: hidden;
  background: #0b3e4e
}

.gd-project img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .55s ease, filter .55s ease
}

.gd-project:hover img {
  transform: scale(1.055);
  filter: saturate(1.08) contrast(1.02)
}

.gd-panorama .gd-photo-wrap {
  height: 168px
}

.gd-project-no {
  position: absolute;
  top: 12px;
  left: 12px;
  min-width: 39px;
  padding: 8px 7px;
  background: var(--gd-orange);
  color: #17242a;
  font-size: 12px;
  font-weight: 900;
  text-align: center;
  box-shadow: 5px 5px 0 rgba(6, 31, 41, .72)
}

.gd-corner {
  position: absolute;
  width: 24px;
  height: 24px
}

.gd-corner-tl {
  left: 8px;
  top: 8px;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff
}

.gd-corner-br {
  right: 8px;
  bottom: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff
}

.gd-project-label {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding-top: 10px;
  border-top: 1px solid rgba(122, 195, 211, .28)
}

.gd-project-label span {
  font-size: 13px;
  font-weight: 800
}

.gd-project-label small {
  color: #7ac3d3;
  font-size: 8px;
  letter-spacing: .14em;
  white-space: nowrap
}

.gd-measure {
  position: absolute;
  z-index: 2;
  color: #7ac3d3;
  font-size: 8px;
  letter-spacing: .2em
}

.gd-measure-top {
  left: 50%;
  top: 13px;
  transform: translateX(-50%)
}

.gd-measure-side {
  left: 10px;
  top: 50%;
  writing-mode: vertical-rl;
  transform: translateY(-50%) rotate(180deg)
}

.gd-plan-note {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #91cdd9;
  font-size: 7px;
  letter-spacing: .1em;
  line-height: 1.5
}

.gd-plan-note b {
  display: grid;
  place-items: center;
  width: 23px;
  height: 23px;
  border: 1px solid var(--gd-orange);
  border-radius: 50%;
  color: var(--gd-orange)
}

.gd-note-a {
  right: -18px;
  top: 29%
}

.gd-note-b {
  left: -18px;
  bottom: 23%
}

@keyframes gdRise {
  from {
    opacity: 0;
    transform: translateY(24px)
  }

  to {
    opacity: 1;
    transform: none
  }
}

@media(max-width:900px) {
  .gd-gallery-heading {
    grid-template-columns: 1fr;
    gap: 22px
  }

  .gd-project-board {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    padding: 28px
  }

  .gd-featured {
    grid-row: auto;
    grid-column: 1/3;
    height: 460px
  }

  .gd-window {
    height: 270px
  }

  .gd-panorama {
    grid-column: 1/3;
    height: 250px
  }

  .gd-panorama .gd-photo-wrap {
    height: 203px
  }

  .gd-plan-note {
    display: none
  }
}

@media(max-width:600px) {
  .gd-blueprint-gallery {
    padding: 65px 15px 75px
  }

  .gd-gallery-heading {
    margin-bottom: 35px
  }

  .gd-project-board {
    display: block;
    padding: 24px 16px
  }

  .gd-project {
    height: auto !important;
    margin-bottom: 28px
  }

  .gd-photo-wrap,
  .gd-featured .gd-photo-wrap,
  .gd-panorama .gd-photo-wrap {
    height: 260px
  }

  .gd-measure {
    display: none
  }
}

@media(prefers-reduced-motion:reduce) {
  .gd-blueprint-gallery * {
    animation: none !important;
    transition: none !important
  }
}

:root {
  --gd-ink: #082f3c;
  --gd-navy: #126079;
  --gd-navy-2: #1b7691;
  --gd-teal: #7ac3d3;
  --gd-orange: #ff8a34;
  --gd-orange-dark: #e96d14;
  --gd-cream: #f4fbfd;
  --gd-white: #ffffff;
  --gd-muted: #5b7078;
  --gd-line: rgba(8, 47, 60, 0.14);
}

.gd-property-services {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
  background:
    radial-gradient(circle at 92% 8%, rgba(122, 195, 211, 0.22), transparent 25%),
    var(--gd-cream);
}

.gd-property-services::before {
  content: "";
  position: absolute;
  left: -90px;
  bottom: -110px;
  width: 260px;
  height: 260px;
  border: 42px solid rgba(255, 138, 52, 0.08);
  border-radius: 50%;
}

.gd-property-services .container {
  position: relative;
  z-index: 1;
}

.gd-property-photo {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border-radius: 28px 28px 100px 28px;
  background: var(--gd-navy);
  box-shadow: 0 24px 60px rgba(8, 47, 60, 0.22);
  animation: gdPhotoEnter 0.8s ease both;
}

.gd-property-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(8, 47, 60, 0.7));
  pointer-events: none;
}

.gd-property-photo img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  object-position: center;
  transition: transform 0.6s ease;
}

.gd-property-photo:hover img {
  transform: scale(1.045);
}

.gd-photo-badge {
  position: absolute;
  z-index: 2;
  left: 28px;
  bottom: 28px;
  padding: 16px 20px;
  border-left: 4px solid var(--gd-orange);
  border-radius: 4px 14px 14px 4px;
  background: rgba(255, 255, 255, 0.93);
  box-shadow: 0 12px 30px rgba(8, 47, 60, 0.2);
  animation: gdBadgeFloat 3.4s ease-in-out infinite;
}

.gd-photo-badge span,
.gd-photo-badge strong {
  display: block;
}

.gd-photo-badge span {
  margin-bottom: 2px;
  color: var(--gd-orange-dark);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.gd-photo-badge strong {
  color: var(--gd-ink);
  font-size: 1rem;
}

.gd-property-content {
  animation: gdContentEnter 0.8s 0.12s ease both;
}

.gd-section-label {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--gd-orange-dark);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.gd-property-content h2 {
  max-width: 650px;
  margin: 0 0 22px;
  color: var(--gd-ink);
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 800;
  line-height: 1.08;
}

.gd-property-content>p {
  margin: 0 0 16px;
  color: var(--gd-muted);
  font-size: 1rem;
  line-height: 1.85;
}

.gd-service-types {
  margin-top: 28px;
}

.gd-service-type {
  display: flex;
  gap: 14px;
  height: 100%;
  padding: 20px;
  border: 1px solid var(--gd-line);
  border-radius: 18px;
  background: var(--gd-white);
  box-shadow: 0 10px 30px rgba(8, 47, 60, 0.07);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.gd-service-type:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 138, 52, 0.55);
  box-shadow: 0 18px 35px rgba(8, 47, 60, 0.13);
}

.gd-service-icon {
  display: grid;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 14px;
  color: var(--gd-white);
  background: linear-gradient(135deg, var(--gd-navy), var(--gd-navy-2));
}

.gd-service-icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.gd-service-type h3 {
  margin: 1px 0 7px;
  color: var(--gd-ink);
  font-size: 1.05rem;
  font-weight: 800;
}

.gd-service-type p {
  margin: 0;
  color: var(--gd-muted);
  font-size: 0.87rem;
  line-height: 1.55;
}

.gd-custom-note {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-top: 22px;
  padding: 18px 20px;
  border-radius: 16px;
  color: var(--gd-white);
  background: var(--gd-ink);
}

.gd-note-mark {
  display: grid;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  color: var(--gd-white);
  background: var(--gd-orange);
  font-weight: 900;
}

.gd-custom-note p {
  margin: 1px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.93rem;
  line-height: 1.65;
}

@keyframes gdPhotoEnter {
  from {
    opacity: 0;
    transform: translateX(-34px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes gdContentEnter {
  from {
    opacity: 0;
    transform: translateX(34px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes gdBadgeFloat {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-7px);
  }
}

@media (max-width: 991.98px) {
  .gd-property-services {
    padding: 76px 0;
  }

  .gd-property-photo,
  .gd-property-photo img {
    min-height: 470px;
  }
}

@media (max-width: 575.98px) {
  .gd-property-services {
    padding: 60px 0;
  }

  .gd-property-photo {
    min-height: 390px;
    border-radius: 22px 22px 65px 22px;
  }

  .gd-property-photo img {
    min-height: 390px;
  }

  .gd-photo-badge {
    right: 18px;
    left: 18px;
    bottom: 18px;
  }

  .gd-property-content h2 {
    font-size: 2rem;
  }
}

@media (prefers-reduced-motion: reduce) {

  .gd-property-photo,
  .gd-property-content,
  .gd-photo-badge {
    animation: none;
  }

  .gd-property-photo img,
  .gd-service-type {
    transition: none;
  }
}


:root {
  --gd-ink: #082f3c;
  --gd-navy: #126079;
  --gd-navy-2: #1b7691;
  --gd-steel: #5f7f89;
  --gd-teal: #7ac3d3;
  --gd-orange: #f39a32;
  --gd-white: #ffffff;
}

.gd-quality-section {
  --gd-quality-bg-image: url('../garage-door/garage-door-bg.webp');
  --gd-quality-bg-opacity: .22;
  position: relative;
  overflow: hidden;
  padding: 100px 0;
  color: var(--gd-white);
  background:
    radial-gradient(circle at 8% 15%, rgba(122, 195, 211, .15), transparent 28%),
    linear-gradient(135deg, #062a36 0%, var(--gd-ink) 52%, #0d4a5c 100%);
}

.garage-door-repair-page .gd-quality-section {
  --gd-quality-bg-image: url('../garage-door/garage-repair-quality-bg.webp');
}

.garage-door-spring-page .gd-quality-section {
  --gd-quality-bg-image: url('../garage-door/garage-spring-quality-bg.webp');
}

.garage-door-parts-page .gd-quality-section {
  --gd-quality-bg-image: url('../garage-door/garage-parts-quality-bg.webp');
}

.garage-door-opener-page .gd-quality-section {
  --gd-quality-bg-image: url('../garage-door/garage-opener-quality-bg.webp');
}

.garage-door-maintenance-page .gd-quality-section {
  --gd-quality-bg-image: url('../garage-door/garage-maintenance-quality-bg.webp');
}

.garage-door-installation-page .gd-quality-section {
  --gd-quality-bg-image: url('../garage-door/garage-installation-quality-bg.webp');
}

.emergency-garage-door-repair-page .gd-quality-section {
  --gd-quality-bg-image: url('../garage-door/garage-emergency-quality-bg.webp');
}

.commercial-garage-doors-page .gd-quality-section {
  --gd-quality-bg-image: url('../garage-door/garage-commercial-quality-bg.webp');
}

.gd-quality-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: .18;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, .04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .04) 1px, transparent 1px);
  background-size: 45px 45px;
  mask-image: linear-gradient(to bottom, transparent, #000 30%, #000 70%, transparent);
}

.gd-quality-section::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: var(--gd-quality-bg-image);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: var(--gd-quality-bg-opacity);
}

.gd-quality-section .container {
  position: relative;
  z-index: 2;
}

.gd-quality-heading {
  max-width: 900px;
  margin: 0 auto 58px;
  animation: gdQualityReveal .8s ease both;
}

.gd-quality-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  color: var(--gd-teal);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.gd-quality-kicker::before,
.gd-quality-kicker::after {
  content: "";
  width: 28px;
  height: 2px;
  background: var(--gd-orange);
}

.gd-quality-heading h2 {
  margin: 0 0 24px;
  color: var(--gd-white);
  font-size: clamp(2.2rem, 5vw, 4.3rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -.045em;
}

.gd-quality-heading h2 span {
  color: var(--gd-teal);
}

.gd-quality-heading p {
  margin: 0 auto 14px;
  color: rgba(255, 255, 255, .76);
  font-size: 1rem;
  line-height: 1.85;
}

.gd-quality-orbit {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 210px 1fr;
  grid-template-areas:
    "one seal two"
    "three seal four";
  gap: 18px 34px;
  align-items: center;
  max-width: 1080px;
  margin: 0 auto;
}

.gd-quality-orbit::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 470px;
  height: 180px;
  border: 1px solid rgba(122, 195, 211, .2);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  animation: gdQualityPulse 4s ease-in-out infinite;
}

.gd-quality-feature {
  position: relative;
  display: flex;
  gap: 15px;
  align-items: center;
  min-height: 105px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 14px;
  background: rgba(255, 255, 255, .055);
  backdrop-filter: blur(8px);
  animation: gdQualityReveal .75s ease both;
  transition: transform .3s ease, border-color .3s ease, background .3s ease;
}

.gd-quality-feature:hover {
  border-color: rgba(122, 195, 211, .55);
  background: rgba(255, 255, 255, .1);
  transform: translateY(-5px);
}

.gd-quality-feature>span {
  display: grid;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(243, 154, 50, .55);
  border-radius: 50%;
  color: var(--gd-orange);
  font-size: .75rem;
  font-weight: 900;
}

.gd-quality-feature h3 {
  margin: 0 0 4px;
  color: var(--gd-white);
  font-size: 1rem;
  font-weight: 800;
}

.gd-quality-feature p {
  margin: 0;
  color: rgba(255, 255, 255, .62);
  font-size: .86rem;
  line-height: 1.5;
}

.gd-quality-feature--one {
  grid-area: one;
  animation-delay: .08s;
}

.gd-quality-feature--two {
  grid-area: two;
  animation-delay: .16s;
}

.gd-quality-feature--three {
  grid-area: three;
  animation-delay: .24s;
}

.gd-quality-feature--four {
  grid-area: four;
  animation-delay: .32s;
}

.gd-quality-seal {
  grid-area: seal;
  position: relative;
  display: grid;
  width: 190px;
  height: 190px;
  place-items: center;
  justify-self: center;
  border-radius: 50%;
  background: rgba(122, 195, 211, .08);
  box-shadow: 0 0 0 10px rgba(122, 195, 211, .035);
  animation: gdQualityFloat 4s ease-in-out infinite;
}

.gd-quality-seal::before {
  content: "";
  position: absolute;
  inset: 7px;
  border: 1px dashed rgba(243, 154, 50, .7);
  border-radius: inherit;
  animation: gdQualitySpin 18s linear infinite;
}

.gd-quality-seal-ring {
  display: grid;
  width: 145px;
  height: 145px;
  place-content: center;
  border-radius: 50%;
  color: var(--gd-ink);
  text-align: center;
  background: var(--gd-teal);
  box-shadow: 0 18px 45px rgba(0, 0, 0, .22);
}

.gd-quality-seal small {
  font-size: .62rem;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.gd-quality-seal strong {
  margin-top: 3px;
  font-size: 1.65rem;
  line-height: 1;
}

.gd-quality-seal b {
  margin-top: 3px;
  color: #0d4a5c;
  font-size: .75rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.gd-quality-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  max-width: 1080px;
  margin: 44px auto 0;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, .12);
}

.gd-quality-outcomes {
  display: flex;
  align-items: center;
  gap: 15px;
  color: var(--gd-white);
  font-size: clamp(.9rem, 2vw, 1.15rem);
  font-weight: 800;
}

.gd-quality-outcomes i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gd-orange);
  box-shadow: 0 0 12px rgba(243, 154, 50, .65);
}

.gd-quality-btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 14px 20px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  color: var(--gd-white);
  background: rgba(255, 255, 255, .07);
  font-weight: 700;
  text-decoration: none;
  transition: transform .3s ease, background .3s ease, border-color .3s ease;
}

.gd-quality-btn span {
  color: var(--gd-orange);
  font-size: 1.25rem;
  transition: transform .3s ease;
}

.gd-quality-btn:hover {
  color: var(--gd-white);
  border-color: var(--gd-teal);
  background: rgba(122, 195, 211, .13);
  transform: translateY(-3px);
}

.gd-quality-btn:hover span {
  transform: translateX(5px);
}

@keyframes gdQualityReveal {
  from {
    opacity: 0;
    transform: translateY(22px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes gdQualityFloat {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-7px);
  }
}

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

@keyframes gdQualityPulse {

  0%,
  100% {
    opacity: .45;
    transform: translate(-50%, -50%) scale(.96);
  }

  50% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.04);
  }
}

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

  .gd-quality-orbit {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "seal seal"
      "one two"
      "three four";
  }

  .gd-quality-orbit::before {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .gd-quality-section {
    padding: 64px 0;
  }

  .gd-quality-heading {
    margin-bottom: 42px;
  }

  .gd-quality-heading h2 {
    font-size: 2.3rem;
  }

  .gd-quality-orbit {
    grid-template-columns: 1fr;
    grid-template-areas: "seal" "one" "two" "three" "four";
  }

  .gd-quality-feature {
    min-height: auto;
  }

  .gd-quality-footer {
    flex-direction: column;
    text-align: center;
  }

  .gd-quality-outcomes {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {

  .gd-quality-heading,
  .gd-quality-feature,
  .gd-quality-seal,
  .gd-quality-seal::before,
  .gd-quality-orbit::before {
    animation: none;
  }

  .gd-quality-feature,
  .gd-quality-btn,
  .gd-quality-btn span {
    transition: none;
  }
}


:root {
  --gd-dark: #072b35;
  --gd-petrol: #0b4652;
  --gd-orange: #f47c20;
  --gd-orange-dark: #d85f08;
  --gd-light: #f4f8f8;
  --gd-white: #ffffff;
  --gd-text: #53656a;
}

.gd-counter-section {
  position: relative;
  overflow: hidden;
  padding: 90px 0;
  background:
    radial-gradient(circle at 8% 20%, rgba(244, 124, 32, .10), transparent 22%),
    radial-gradient(circle at 92% 85%, rgba(11, 70, 82, .10), transparent 25%),
    var(--gd-light);
}

.gd-counter-section::before,
.gd-counter-section::after {
  position: absolute;
  content: "";
  width: 150px;
  height: 150px;
  border: 2px solid rgba(244, 124, 32, .15);
  border-radius: 50%;
  pointer-events: none;
}

.gd-counter-section::before {
  top: -75px;
  left: -55px;
}

.gd-counter-section::after {
  right: -55px;
  bottom: -75px;
}

.gd-counter-heading {
  max-width: 720px;
  margin: 0 auto 45px;
  text-align: center;
  animation: gdCounterReveal .8s ease both;
}

.gd-counter-kicker {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--gd-orange-dark);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.gd-counter-heading h2 {
  margin: 0 0 14px;
  color: var(--gd-dark);
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 800;
  line-height: 1.15;
}

.gd-counter-heading p {
  max-width: 620px;
  margin: 0 auto;
  color: var(--gd-text);
  font-size: 17px;
  line-height: 1.75;
}

.gd-counter-card {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 210px;
  height: 100%;
  padding: 28px 18px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
  text-align: center;
  background: var(--gd-white);
  border: 1px solid rgba(7, 43, 53, .09);
  border-radius: 22px;
  box-shadow: 0 18px 42px rgba(7, 43, 53, .10);
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
  animation: gdCounterReveal .8s ease both;
}

.col-6:nth-child(2) .gd-counter-card {
  animation-delay: .10s;
}

.col-6:nth-child(3) .gd-counter-card {
  animation-delay: .20s;
}

.col-6:nth-child(4) .gd-counter-card {
  animation-delay: .30s;
}

.gd-counter-card::before {
  position: absolute;
  top: 0;
  left: 50%;
  content: "";
  width: 58px;
  height: 5px;
  background: var(--gd-orange);
  border-radius: 0 0 8px 8px;
  transform: translateX(-50%);
  transition: width .35s ease;
}

.gd-counter-card::after {
  position: absolute;
  right: -45px;
  bottom: -45px;
  z-index: -1;
  content: "";
  width: 105px;
  height: 105px;
  background: rgba(244, 124, 32, .07);
  border-radius: 50%;
  transition: transform .4s ease;
}

.gd-counter-card:hover {
  transform: translateY(-10px);
  border-color: rgba(244, 124, 32, .30);
  box-shadow: 0 24px 55px rgba(7, 43, 53, .16);
}

.gd-counter-card:hover::before {
  width: 100%;
}

.gd-counter-card:hover::after {
  transform: scale(1.65);
}

.gd-counter-number {
  display: block;
  margin-bottom: 8px;
  color: var(--gd-petrol);
  font-size: clamp(42px, 5vw, 64px);
  font-weight: 900;
  line-height: 1;
}

.gd-counter-number span {
  color: var(--gd-orange);
  font-size: .58em;
}

.gd-counter-label {
  display: block;
  color: var(--gd-dark);
  font-size: 16px;
  font-weight: 800;
  letter-spacing: .2px;
}

.gd-counter-card small {
  display: block;
  margin-top: 6px;
  color: var(--gd-text);
  font-size: 12px;
}

@keyframes gdCounterReveal {
  from {
    opacity: 0;
    transform: translateY(24px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 767.98px) {
  .gd-counter-section {
    padding: 65px 0;
  }

  .gd-counter-heading {
    margin-bottom: 30px;
  }

  .gd-counter-heading p {
    font-size: 15px;
  }

  .gd-counter-card {
    min-height: 170px;
    padding: 24px 10px;
    border-radius: 17px;
  }

  .gd-counter-label {
    font-size: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {

  .gd-counter-heading,
  .gd-counter-card {
    animation: none;
  }

  .gd-counter-card {
    transition: none;
  }
}

:root {
  --petrol: #083743;
  --petrol-deep: #041f28;
  --orange: #f59b23;
  --orange-bright: #ffb341;
  --cream: #f4f0e8;
  --white: #ffffff;
  --muted: #b9cbd0;
}

.why-section,
.why-section * {
  box-sizing: border-box;
}

.why-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(72px, 8vw, 124px) 20px;
  color: var(--white);
  font-family: Arial, Helvetica, sans-serif;
  background:
    radial-gradient(circle at 3% 12%, rgba(245, 155, 35, .14), transparent 24%),
    linear-gradient(118deg, var(--petrol-deep), var(--petrol) 55%, #062b35);
}

.why-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .12;
  background-image: linear-gradient(rgba(255, 255, 255, .12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .12) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(to right, #000, transparent 60%);
}

.why-shell {
  width: min(1180px, 100%);
  margin: auto;
  display: grid;
  grid-template-columns: minmax(320px, .88fr) minmax(460px, 1.25fr);
  align-items: center;
  gap: clamp(48px, 7vw, 100px);
}

.why-visual {
  position: relative;
  padding: 0 28px 42px 0;
}

.why-photo-frame {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 180px 180px 26px 26px;
  box-shadow: 0 34px 70px rgba(0, 0, 0, .34);
}

.why-photo-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(4, 31, 40, .88), transparent 54%);
}

.why-photo-frame img {
  width: 100%;
  height: 100%;
  min-height: 620px;
  display: block;
  object-fit: cover;
  object-position: center;
  transition: transform .8s cubic-bezier(.2, .8, .2, 1);
}

.why-photo-frame:hover img {
  transform: scale(1.045);
}

.why-photo-corner {
  position: absolute;
  z-index: 2;
  top: 36px;
  right: 22px;
  width: 58px;
  height: 58px;
  border-top: 5px solid var(--orange);
  border-right: 5px solid var(--orange);
}

.why-photo-note {
  position: absolute;
  z-index: 3;
  left: 30px;
  right: 30px;
  bottom: 32px;
  padding-left: 18px;
  border-left: 4px solid var(--orange);
}

.why-photo-note strong,
.why-photo-note span {
  display: block;
}

.why-photo-note strong {
  font-size: 20px;
}

.why-photo-note span {
  margin-top: 5px;
  color: var(--muted);
  font-size: 13px;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.why-experience {
  position: absolute;
  z-index: 4;
  right: -18px;
  bottom: 0;
  width: min(300px, 86%);
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  color: var(--petrol-deep);
  background: var(--cream);
  border-radius: 10px 10px 10px 30px;
  box-shadow: 0 20px 44px rgba(0, 0, 0, .28);
}

.why-experience p {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
}

.why-experience strong {
  font-size: 16px;
}

.why-check {
  display: grid;
  place-items: center;
  flex: 0 0 42px;
  height: 42px;
  border-radius: 50%;
  color: white;
  background: var(--orange);
  font-weight: 800;
}

.why-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  color: #ff8a34;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.why-kicker::before {
  content: "";
  width: 38px;
  height: 2px;
  background: var(--orange);
}

.why-content h2 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(38px, 5vw, 68px);
  line-height: .99;
  letter-spacing: -.045em;
}

.why-content h2 em {
  color: #ff8a34;
  font-style: normal;
}

.why-intro {
  max-width: 720px;
  margin: 25px 0 22px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.8;
}

.why-list-title {
  margin: 0 0 17px;
  font-weight: 700;
}

.why-benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 16px;
}

.why-benefit {
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  min-height: 68px;
  padding: 10px 14px 10px 8px;
  border-bottom: 1px solid rgba(255, 255, 255, .16);
  transition: background .3s ease, transform .3s ease, border-color .3s ease;
}

.why-benefit:hover {
  transform: translateX(7px);
  background: rgba(255, 255, 255, .06);
  border-color: var(--orange);
}

.why-benefit span {
  color: #ff8a34;
  font-size: 12px;
  font-weight: 800;
}

.why-benefit h3 {
  margin: 0;
  font-size: 15px;
  line-height: 1.35;
}

@media (max-width: 900px) {
  .why-shell {
    grid-template-columns: 1fr;
  }

  .why-visual {
    width: min(560px, 100%);
    margin: auto;
  }

  .why-photo-frame,
  .why-photo-frame img {
    min-height: 520px;
  }
}

@media (max-width: 560px) {
  .why-section {
    padding-inline: 15px;
  }

  .why-visual {
    padding: 0 0 52px;
  }

  .why-photo-frame {
    border-radius: 120px 120px 22px 22px;
  }

  .why-photo-frame,
  .why-photo-frame img {
    min-height: 430px;
  }

  .why-experience {
    right: 12px;
  }

  .why-benefits {
    grid-template-columns: 1fr;
  }

  .why-content h2 {
    font-size: 39px;
  }
}


:root {
  --gd-petrol: #062b33;
  --gd-petrol-deep: #031c22;
  --gd-petrol-soft: #0c424c;
  --gd-orange: #f28a2e;
  --gd-orange-light: #ffad63;
  --gd-cream: #f7f3ec;
  --gd-white: #ffffff;
  --gd-text: #476166;
}

.gd-cta,
.gd-cta * {
  box-sizing: border-box;
}

.gd-cta {
  position: relative;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
  background:
    radial-gradient(circle at 8% 20%, rgba(242, 138, 46, .11), transparent 25%),
    var(--gd-cream);
}

.gd-cta__box {
  position: relative;
  overflow: hidden;
  padding: clamp(32px, 5vw, 64px);
  color: var(--gd-text);
  border-radius: 24px;
  background: var(--gd-white);
  box-shadow: 0 24px 65px rgba(6, 43, 51, .12);
}

.gd-cta__box::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  content: "";
  background: linear-gradient(90deg, var(--gd-orange) 0 24%, var(--gd-petrol) 24% 100%);
}

.gd-cta__box::after {
  position: absolute;
  right: 31%;
  bottom: -105px;
  width: 210px;
  height: 210px;
  content: "";
  border: 32px solid rgba(6, 43, 51, .035);
  border-radius: 50%;
  pointer-events: none;
}

.gd-cta__eyebrow {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 14px;
  color: var(--gd-orange);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.gd-cta__eyebrow::before {
  width: 30px;
  height: 3px;
  content: "";
  background: var(--gd-orange);
}

.gd-cta h2 {
  max-width: 760px;
  margin: 0 0 20px;
  color: var(--gd-petrol);
  font-size: clamp(34px, 4.2vw, 58px);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -.035em;
}

.gd-cta p {
  max-width: 820px;
  margin-bottom: 14px;
  font-size: 15px;
  line-height: 1.75;
}

.gd-cta__services {
  gap: 8px;
  margin-top: 25px;
}

.gd-cta__services span {
  padding: 8px 12px;
  color: var(--gd-petrol);
  font-size: 11px;
  font-weight: 800;
  border: 1px solid rgba(6, 43, 51, .12);
  border-radius: 50px;
  background: #f6f9f8;
  transition: color .25s ease, border-color .25s ease, transform .25s ease;
}

.gd-cta__services span:hover {
  color: var(--gd-orange);
  border-color: var(--gd-orange);
  transform: translateY(-2px);
}

.gd-cta__action {
  position: relative;
  z-index: 1;
  padding: 32px;
  color: var(--gd-white);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .07), transparent 48%),
    var(--gd-petrol);
  box-shadow: 12px 12px 0 var(--gd-orange);
}

.gd-cta__status {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  margin-bottom: 20px;
  color: #d9ebed;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.gd-cta__status i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #49d387;
  box-shadow: 0 0 0 5px rgba(73, 211, 135, .14);
}

.gd-cta__action>strong {
  display: block;
  margin-bottom: 9px;
  font-size: 27px;
  line-height: 1.12;
}

.gd-cta__action>small {
  display: block;
  margin-bottom: 24px;
  color: #c8dadd;
  font-size: 13px;
  line-height: 1.55;
}

.gd-cta .gd-cta__call,
.gd-cta .gd-cta__request {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 12px 18px;
  font-size: 15px;
  font-weight: 900;
  border-radius: 9px;
  transition: color .25s ease, background .25s ease, border-color .25s ease, transform .25s ease;
}

.gd-cta .gd-cta__call {
  color: var(--gd-petrol-deep);
  border: 1px solid var(--gd-orange);
  background: var(--gd-orange);
}

.gd-cta .gd-cta__call:hover {
  color: var(--gd-petrol-deep);
  border-color: var(--gd-orange-light);
  background: var(--gd-orange-light);
  transform: translateY(-2px);
}

.gd-cta .gd-cta__request {
  margin-top: 11px;
  color: var(--gd-white);
  border: 1px solid rgba(255, 255, 255, .28);
  background: transparent;
}

.gd-cta .gd-cta__request:hover {
  color: var(--gd-petrol);
  border-color: var(--gd-white);
  background: var(--gd-white);
  transform: translateY(-2px);
}

@media (max-width: 991.98px) {
  .gd-cta__action {
    max-width: 540px;
    margin-top: 8px;
    box-shadow: 8px 8px 0 var(--gd-orange);
  }
}

@media (max-width: 575.98px) {
  .gd-cta {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }

  .gd-cta__box {
    padding: 32px 20px;
    border-radius: 16px;
  }

  .gd-cta h2 {
    font-size: 35px;
  }

  .gd-cta__action {
    padding: 26px 20px;
  }
}

@media (prefers-reduced-motion: reduce) {

  .gd-cta__services span,
  .gd-cta .gd-cta__call,
  .gd-cta .gd-cta__request {
    transition: none;
  }
}

:root {
  --gd-petrol: #06283b;
  --gd-petrol-deep: #031923;
  --gd-petrol-soft: #0d3a50;
  --gd-orange: #f47a28;
  --gd-orange-light: #ff9b58;
  --gd-cream: #f8f5ef;
  --gd-white: #ffffff;
  --gd-copy: #b9ccd4;
  --gd-line: rgba(255, 255, 255, .11);
}

.gd-console-faq {
  position: relative;
  overflow: hidden;
  padding: 108px 0;
  background:
    radial-gradient(circle at 92% 8%, rgba(244, 122, 40, .17), transparent 24%),
    linear-gradient(135deg, var(--gd-petrol-deep), var(--gd-petrol) 58%, #073248);
}

.gd-console-faq::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .45;
  background-image:
    linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, #000, transparent 82%);
}

.gd-console-faq .container {
  position: relative;
  z-index: 1;
}

.gd-console-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
  gap: 70px;
  align-items: end;
  margin-bottom: 48px;
}

.gd-console-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 19px;
  color: var(--gd-orange-light);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 2.2px;
  text-transform: uppercase;
}

.gd-console-eyebrow i {
  width: 31px;
  height: 2px;
  background: var(--gd-orange);
}

.gd-console-heading h2 {
  margin: 0;
  max-width: 760px;
  color: var(--gd-white);
  font-size: clamp(44px, 5.2vw, 72px);
  font-weight: 850;
  line-height: .98;
  letter-spacing: -3.2px;
}

.gd-console-heading h2 em {
  color: var(--gd-orange);
  font-style: normal;
}

.gd-console-heading>p {
  margin: 0 0 5px;
  padding-left: 22px;
  border-left: 2px solid var(--gd-orange);
  color: var(--gd-copy);
  font-size: 15.5px;
  line-height: 1.75;
}

.gd-console {
  position: relative;
  display: grid;
  grid-template-columns: minmax(320px, .76fr) minmax(0, 1.24fr);
  overflow: hidden;
  min-height: 590px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 28px;
  background: rgba(255, 255, 255, .055);
  box-shadow: 0 38px 85px rgba(0, 8, 13, .34);
  backdrop-filter: blur(10px);
}

.gd-console::after {
  content: "";
  position: absolute;
  top: 25px;
  left: calc(38% - 1px);
  bottom: 25px;
  width: 1px;
  background: linear-gradient(transparent, rgba(255, 255, 255, .15), transparent);
  pointer-events: none;
}

.gd-console-radio {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.gd-console-menu {
  padding: 25px;
  background: rgba(1, 16, 24, .27);
}

.gd-console-menu-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 52px;
  margin-bottom: 8px;
  padding: 0 15px;
  border-bottom: 1px solid var(--gd-line);
}

.gd-console-menu-top span {
  color: var(--gd-white);
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}

.gd-console-menu-top small {
  color: var(--gd-copy);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
}

.gd-console-option {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr) 18px;
  gap: 13px;
  align-items: center;
  min-height: 73px;
  margin: 6px 0;
  padding: 10px 15px;
  border: 1px solid transparent;
  border-radius: 13px;
  color: rgba(255, 255, 255, .71);
  cursor: pointer;
  font-size: 14px;
  font-weight: 730;
  line-height: 1.35;
  transition: color .25s ease, background .25s ease, border-color .25s ease, transform .25s ease;
}

.gd-console-option:hover {
  color: var(--gd-white);
  background: rgba(255, 255, 255, .055);
  transform: translateX(4px);
}

.gd-console-number {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 10px;
  color: rgba(255, 255, 255, .42);
  font-size: 12px;
  font-weight: 850;
  transition: color .25s ease, background .25s ease, border-color .25s ease;
}

.gd-console-option>i {
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 50%;
}

.gd-console-option>i::after {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: inherit;
  background: transparent;
}

#gd-question-1:checked~.gd-console-menu .gd-option-1,
#gd-question-2:checked~.gd-console-menu .gd-option-2,
#gd-question-3:checked~.gd-console-menu .gd-option-3,
#gd-question-4:checked~.gd-console-menu .gd-option-4,
#gd-question-5:checked~.gd-console-menu .gd-option-5,
#gd-question-6:checked~.gd-console-menu .gd-option-6 {
  border-color: rgba(244, 122, 40, .4);
  color: var(--gd-white);
  background: linear-gradient(90deg, rgba(244, 122, 40, .23), rgba(244, 122, 40, .055));
  transform: translateX(7px);
}

#gd-question-1:checked~.gd-console-menu .gd-option-1 .gd-console-number,
#gd-question-2:checked~.gd-console-menu .gd-option-2 .gd-console-number,
#gd-question-3:checked~.gd-console-menu .gd-option-3 .gd-console-number,
#gd-question-4:checked~.gd-console-menu .gd-option-4 .gd-console-number,
#gd-question-5:checked~.gd-console-menu .gd-option-5 .gd-console-number,
#gd-question-6:checked~.gd-console-menu .gd-option-6 .gd-console-number {
  border-color: var(--gd-orange);
  color: var(--gd-petrol-deep);
  background: var(--gd-orange);
}

#gd-question-1:checked~.gd-console-menu .gd-option-1>i,
#gd-question-2:checked~.gd-console-menu .gd-option-2>i,
#gd-question-3:checked~.gd-console-menu .gd-option-3>i,
#gd-question-4:checked~.gd-console-menu .gd-option-4>i,
#gd-question-5:checked~.gd-console-menu .gd-option-5>i,
#gd-question-6:checked~.gd-console-menu .gd-option-6>i {
  border-color: var(--gd-orange);
}

#gd-question-1:checked~.gd-console-menu .gd-option-1>i::after,
#gd-question-2:checked~.gd-console-menu .gd-option-2>i::after,
#gd-question-3:checked~.gd-console-menu .gd-option-3>i::after,
#gd-question-4:checked~.gd-console-menu .gd-option-4>i::after,
#gd-question-5:checked~.gd-console-menu .gd-option-5>i::after,
#gd-question-6:checked~.gd-console-menu .gd-option-6>i::after {
  background: var(--gd-orange);
}

.gd-console-screen {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 32px 38px 34px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(248, 245, 239, .97)),
    var(--gd-cream);
}

.gd-console-screen::before {
  content: "?";
  position: absolute;
  right: -12px;
  bottom: -98px;
  color: rgba(6, 40, 59, .045);
  font-size: 440px;
  font-weight: 900;
  line-height: 1;
  pointer-events: none;
}

.gd-console-status {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 25px;
  border-bottom: 1px solid #dce4e5;
}

.gd-console-status span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--gd-petrol);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.gd-console-status span i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #25b878;
  box-shadow: 0 0 0 5px rgba(37, 184, 120, .12);
  animation: gd-status-pulse 2s infinite;
}

.gd-console-status small {
  color: #7e9199;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .6px;
}

.gd-console-answer {
  position: relative;
  z-index: 1;
  display: none;
  grid-template-columns: 90px minmax(0, 1fr);
  gap: 30px;
  align-items: start;
  margin: auto 0;
  padding: 45px 5px 42px;
  animation: gd-answer-in .38s ease both;
}

.gd-console-big-number {
  color: var(--gd-orange);
  font-size: 72px;
  font-weight: 900;
  line-height: .85;
  letter-spacing: -5px;
}

.gd-console-tag {
  display: inline-flex;
  margin-bottom: 17px;
  padding: 7px 11px;
  border-radius: 50px;
  color: #bb5313;
  background: #ffeadc;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.gd-console-answer h3 {
  margin: 0 0 20px;
  max-width: 650px;
  color: var(--gd-petrol);
  font-size: clamp(28px, 3.1vw, 43px);
  font-weight: 850;
  line-height: 1.1;
  letter-spacing: -1.5px;
}

.gd-console-answer p {
  margin: 0;
  max-width: 670px;
  color: #60737c;
  font-size: 16.5px;
  line-height: 1.8;
}

#gd-question-1:checked~.gd-console-screen .gd-answer-1,
#gd-question-2:checked~.gd-console-screen .gd-answer-2,
#gd-question-3:checked~.gd-console-screen .gd-answer-3,
#gd-question-4:checked~.gd-console-screen .gd-answer-4,
#gd-question-5:checked~.gd-console-screen .gd-answer-5,
#gd-question-6:checked~.gd-console-screen .gd-answer-6 {
  display: grid;
}

.gd-console-contact {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  padding: 18px 20px;
  border-radius: 13px;
  background: var(--gd-petrol);
}

.gd-console-contact>span {
  color: rgba(255, 255, 255, .66);
  font-size: 12px;
  font-weight: 700;
}

.gd-console-contact a {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--gd-white);
  text-decoration: none;
}

.gd-console-contact a span {
  color: var(--gd-orange-light);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .7px;
}

.gd-console-contact a strong {
  font-size: 17px;
  font-weight: 850;
}

.gd-console-contact a:hover strong {
  color: var(--gd-orange);
}

@keyframes gd-answer-in {
  from {
    opacity: 0;
    transform: translateY(16px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes gd-status-pulse {
  50% {
    box-shadow: 0 0 0 8px rgba(37, 184, 120, 0);
  }
}

@media (max-width: 991.98px) {
  .gd-console-faq {
    padding: 82px 0;
  }

  .gd-console-heading {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .gd-console-heading>p {
    max-width: 650px;
  }

  .gd-console {
    grid-template-columns: 1fr;
  }

  .gd-console::after {
    display: none;
  }

  .gd-console-menu {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
  }

  .gd-console-menu-top {
    grid-column: 1 / -1;
  }

  .gd-console-option {
    margin: 0;
  }

  #gd-question-1:checked~.gd-console-menu .gd-option-1,
  #gd-question-2:checked~.gd-console-menu .gd-option-2,
  #gd-question-3:checked~.gd-console-menu .gd-option-3,
  #gd-question-4:checked~.gd-console-menu .gd-option-4,
  #gd-question-5:checked~.gd-console-menu .gd-option-5,
  #gd-question-6:checked~.gd-console-menu .gd-option-6 {
    transform: none;
  }

  .gd-console-screen {
    min-height: 500px;
  }
}

@media (max-width: 575.98px) {
  .gd-console-faq {
    padding: 65px 0;
  }

  .gd-console-heading {
    margin-bottom: 34px;
  }

  .gd-console-heading h2 {
    font-size: 42px;
    letter-spacing: -2px;
  }

  .gd-console {
    border-radius: 20px;
  }

  .gd-console-menu {
    grid-template-columns: 1fr;
    padding: 16px;
  }

  .gd-console-option {
    min-height: 62px;
  }

  .gd-console-screen {
    min-height: 530px;
    padding: 25px 20px 22px;
  }

  .gd-console-status small {
    display: none;
  }

  .gd-console-answer {
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 35px 0;
  }

  .gd-console-big-number {
    font-size: 48px;
    letter-spacing: -3px;
  }

  .gd-console-tag {
    margin-bottom: 12px;
  }

  .gd-console-answer h3 {
    font-size: 28px;
  }

  .gd-console-answer p {
    font-size: 15px;
  }

  .gd-console-contact {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .gd-console-contact a {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
  }
}

@media (prefers-reduced-motion: reduce) {

  .gd-console-option,
  .gd-console-answer,
  .gd-console-status span i {
    animation: none;
    transition: none;
  }
}

:root {
  --cc-fcf-dark: #051827;
  --cc-fcf-navy: #08283d;
  --cc-fcf-navy-light: #0b3a52;
  --cc-fcf-aqua: #2fd8d0;
  --cc-fcf-aqua-light: #8df4ed;
  --cc-fcf-yellow: #ffd43b;
  --cc-fcf-soft: #eff9fa;
  --cc-fcf-white: #ffffff;
  --cc-fcf-text: #526a75;
  --cc-fcf-border: #dcebed;
}

.cc-fcf-section {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
  background:
    radial-gradient(circle at 8% 14%, rgba(47, 216, 208, 0.14), transparent 27%),
    radial-gradient(circle at 92% 88%, rgba(255, 212, 59, 0.13), transparent 24%),
    var(--cc-fcf-soft);
  isolation: isolate;
}

.cc-fcf-section::before,
.cc-fcf-section::after {
  position: absolute;
  z-index: -1;
  content: "";
  border: 1px solid rgba(47, 216, 208, 0.22);
  border-radius: 50%;
}

.cc-fcf-section::before {
  width: 290px;
  height: 290px;
  top: -145px;
  right: 7%;
}

.cc-fcf-section::after {
  width: 180px;
  height: 180px;
  left: -90px;
  bottom: 40px;
}

.cc-fcf-intro,
.cc-fcf-card {
  height: 100%;
}

.cc-fcf-intro {
  position: relative;
  overflow: hidden;
  padding: 46px 42px;
  color: var(--cc-fcf-white);
  background:
    linear-gradient(145deg, rgba(8, 40, 61, 0.98), rgba(5, 24, 39, 0.98));
  border-radius: 30px 8px 30px 8px;
  box-shadow: 0 28px 70px rgba(5, 24, 39, 0.18);
}

.cc-fcf-intro::after {
  position: absolute;
  width: 190px;
  height: 190px;
  right: -80px;
  bottom: -80px;
  content: "";
  background: var(--cc-fcf-aqua);
  border-radius: 50%;
  opacity: 0.09;
}

.cc-fcf-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
  color: var(--cc-fcf-aqua-light);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.cc-fcf-intro h2 {
  max-width: 460px;
  margin: 0 0 18px;
  color: var(--cc-fcf-white);
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 800;
  line-height: 1.12;
}

.cc-fcf-intro>p {
  margin: 0;
  color: #bcd1d8;
  font-size: 16px;
  line-height: 1.85;
}

.cc-fcf-benefits {
  display: grid;
  gap: 16px;
  margin-top: 34px;
}

.cc-fcf-benefit {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.055);
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.cc-fcf-benefit:hover {
  transform: translateX(6px);
  border-color: rgba(47, 216, 208, 0.45);
}

.cc-fcf-benefit>span {
  display: grid;
  flex: 0 0 45px;
  width: 45px;
  height: 45px;
  color: var(--cc-fcf-dark);
  background: var(--cc-fcf-aqua);
  border-radius: 12px;
  place-items: center;
}

.cc-fcf-benefit strong,
.cc-fcf-benefit small {
  display: block;
}

.cc-fcf-benefit strong {
  margin-bottom: 3px;
  color: var(--cc-fcf-white);
  font-size: 15px;
}

.cc-fcf-benefit small {
  color: #aec4cc;
  font-size: 12px;
  line-height: 1.55;
}

.cc-fcf-note {
  display: flex;
  gap: 10px;
  margin-top: 30px;
  padding-top: 24px;
  color: #bfd2d8;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 13px;
  line-height: 1.6;
}

.cc-fcf-note i {
  margin-top: 3px;
  color: var(--cc-fcf-yellow);
}

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

.cc-fcf-card {
  padding: 38px;
  background: var(--cc-fcf-white);
  border: 1px solid rgba(8, 40, 61, 0.07);
  border-radius: 8px 30px 8px 30px;
  box-shadow: 0 28px 70px rgba(8, 40, 61, 0.12);
}

.cc-fcf-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--cc-fcf-border);
}

.cc-fcf-card-head span {
  display: block;
  margin-bottom: 5px;
  color: #0d9f9a;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.cc-fcf-card-head h3 {
  margin: 0;
  color: var(--cc-fcf-navy);
  font-size: 29px;
  font-weight: 800;
}

.cc-fcf-card-icon {
  display: grid;
  flex: 0 0 55px;
  width: 55px;
  height: 55px;
  color: var(--cc-fcf-dark);
  background: #f47a28;
  border-radius: 50% 50% 50% 14px;
  box-shadow: 0 10px 24px rgba(255, 212, 59, 0.28);
  place-items: center;
}

.cc-fcf-form fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

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

.cc-fcf-field,
.cc-fcf-textarea-wrap {
  position: relative;
}

.cc-fcf-field i,
.cc-fcf-textarea-wrap i {
  position: absolute;
  z-index: 1;
  left: 17px;
  top: 50%;
  color: #13aaa4;
  font-size: 14px;
  transform: translateY(-50%);
  pointer-events: none;
}

.cc-fcf-textarea-wrap {
  margin-top: 14px;
}

.cc-fcf-textarea-wrap i {
  top: 19px;
  transform: none;
}

.cc-fcf-form input:not([type="submit"]),
.cc-fcf-form textarea,
.cc-fcf-form select {
  width: 100%;
  color: var(--cc-fcf-navy);
  background: #f8fcfc;
  border: 1px solid var(--cc-fcf-border);
  border-radius: 11px;
  outline: 0;
  font-size: 14px;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.cc-fcf-field input {
  height: 54px;
  padding: 0 15px 0 43px;
}

.cc-fcf-form textarea {
  min-height: 120px;
  padding: 16px 15px 16px 43px;
  resize: vertical;
}

.cc-fcf-form select,
.cc-fcf-date input {
  height: 52px;
  padding: 0 14px;
}

.cc-fcf-form input:focus,
.cc-fcf-form textarea:focus,
.cc-fcf-form select:focus {
  background: var(--cc-fcf-white);
  border-color: var(--cc-fcf-aqua);
  box-shadow: 0 0 0 4px rgba(47, 216, 208, 0.13);
}

.cc-fcf-form input::placeholder,
.cc-fcf-form textarea::placeholder {
  color: #8499a2;
}

.cc-fcf-schedule {
  display: grid;
  grid-template-columns: 1.45fr 0.75fr;
  gap: 16px;
  margin-top: 20px;
}

.cc-fcf-label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 9px;
  color: var(--cc-fcf-navy);
  font-size: 13px;
  font-weight: 800;
}

.cc-fcf-label i {
  color: #11aaa4;
}

.cc-fcf-date {
  display: grid;
  grid-template-columns: 1.5fr 0.75fr 0.85fr;
  gap: 9px;
}

.cc-fcf-submit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 22px;
  padding: 0 8px 0 22px;
  height: 58px;
  color: var(--cc-fcf-white);
  background: var(--cc-fcf-navy);
  border: 0;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 14px 30px rgba(8, 40, 61, 0.2);
  transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.cc-fcf-submit i {
  display: grid;
  width: 42px;
  height: 42px;
  color: var(--cc-fcf-dark);
  background: var(--cc-fcf-yellow);
  border-radius: 9px;
  place-items: center;
  transition: transform 0.3s ease;
}

.cc-fcf-submit:hover {
  background: var(--cc-fcf-navy-light);
  box-shadow: 0 18px 34px rgba(8, 40, 61, 0.26);
  transform: translateY(-2px);
}

.cc-fcf-submit:hover i {
  transform: translateX(3px);
}

@media (max-width: 1199.98px) {
  .cc-fcf-card {
    padding: 32px 26px;
  }

  .cc-fcf-schedule {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991.98px) {
  .cc-fcf-section {
    padding: 75px 0;
  }

  .cc-fcf-intro {
    height: auto;
  }
}

@media (max-width: 575.98px) {
  .cc-fcf-section {
    padding: 55px 0;
  }

  .cc-fcf-intro,
  .cc-fcf-card {
    padding: 28px 20px;
    border-radius: 22px 6px 22px 6px;
  }

  .cc-fcf-intro h2 {
    font-size: 31px;
  }

  .cc-fcf-card-head h3 {
    font-size: 24px;
  }

  .cc-fcf-card-icon {
    display: none;
  }

  .cc-fcf-grid,
  .cc-fcf-date {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {

  .cc-fcf-benefit,
  .cc-fcf-submit,
  .cc-fcf-submit i {
    transition: none;
  }
}


:root {
  --adf-dark: #051827;
  --adf-navy: #08283d;
  --adf-navy-light: #0b3a52;
  --adf-aqua: #2fd8d0;
  --adf-aqua-light: #8df4ed;
  --adf-yellow: #ffd43b;
  --adf-white: #ffffff;
  --adf-soft-white: #eff9fa;
  --adf-text-light: #a9c0c8;
  --adf-border: rgba(255, 255, 255, 0.13);
}

.adf-contact-map,
.adf-contact-map * {
  box-sizing: border-box;
}

.adf-contact-map {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
  background:
    radial-gradient(circle at 8% 12%, rgba(47, 216, 208, 0.16), transparent 25%),
    radial-gradient(circle at 92% 90%, rgba(255, 212, 59, 0.1), transparent 24%),
    var(--adf-dark);
}

.adf-contact-map::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.24;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
  background-size: 44px 44px;
}

.adf-contact-shell {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 1px solid var(--adf-border);
  border-radius: 30px;
  background: var(--adf-navy);
  box-shadow: 0 35px 80px rgba(0, 8, 15, 0.42);
}

.adf-map-panel {
  position: relative;
  min-height: 700px;
  height: 100%;
  overflow: hidden;
  background: #dbe8e8;
}

.adf-map-panel iframe {
  width: 100%;
  height: 100%;
  min-height: 700px;
  display: block;
  border: 0;
  filter: saturate(.82) contrast(1.04);
}

.adf-map-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: inset -30px 0 55px rgba(5, 24, 39, .18);
}

.adf-map-topbar {
  position: absolute;
  z-index: 2;
  top: 26px;
  left: 26px;
  right: 26px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  color: var(--adf-white);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 16px;
  background: rgba(5, 24, 39, .9);
  box-shadow: 0 14px 35px rgba(0, 0, 0, .2);
  backdrop-filter: blur(12px);
}

.adf-map-topbar strong {
  margin-left: auto;
  padding: 7px 11px;
  color: var(--adf-dark);
  border-radius: 999px;
  background: #f47a28;
  font-size: 12px;
  letter-spacing: .06em;
}

.adf-live-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--adf-aqua);
  box-shadow: 0 0 0 7px rgba(47, 216, 208, .16);
  animation: adfPulse 1.8s infinite;
}

.adf-map-card {
  position: absolute;
  z-index: 2;
  left: 28px;
  bottom: 28px;
  display: flex;
  align-items: center;
  gap: 15px;
  max-width: calc(100% - 56px);
  padding: 18px 20px;
  color: var(--adf-white);
  border-left: 4px solid #f47a28;
  border-radius: 6px 18px 18px 6px;
  background: rgba(5, 24, 39, .93);
  box-shadow: 0 18px 45px rgba(0, 0, 0, .28);
}

.adf-map-icon,
.adf-data-icon {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  color: var(--adf-dark);
  background: var(--adf-aqua);
}

.adf-map-icon {
  width: 48px;
  height: 48px;
  border-radius: 15px;
  font-size: 18px;
}

.adf-map-card small,
.adf-data-item small {
  display: block;
  margin-bottom: 4px;
  color: var(--adf-text-light);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.adf-map-card strong {
  display: block;
  font-size: 18px;
}

.adf-map-card p {
  margin: 3px 0 0;
  color: var(--adf-text-light);
  font-size: 13px;
}

.adf-data-panel {
  position: relative;
  height: 100%;
  padding: 58px 48px 42px;
  color: var(--adf-white);
  background:
    linear-gradient(155deg, rgba(47, 216, 208, .06), transparent 44%),
    var(--adf-navy);
}

.adf-data-panel::after {
  content: "75126";
  position: absolute;
  right: -10px;
  bottom: 90px;
  color: rgba(255, 255, 255, .025);
  font-size: 110px;
  font-weight: 900;
  line-height: 1;
  pointer-events: none;
}

.adf-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--adf-aqua);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.adf-eyebrow::before {
  content: "";
  width: 28px;
  height: 3px;
  border-radius: 99px;
  background: #f47a28;
}

.adf-data-panel h2 {
  max-width: 430px;
  margin: 16px 0 15px;
  color: var(--adf-white);
  font-size: clamp(32px, 3vw, 48px);
  font-weight: 800;
  line-height: 1.08;
}

.adf-intro {
  max-width: 500px;
  margin: 0 0 29px;
  color: var(--adf-text-light);
  font-size: 15px;
  line-height: 1.75;
}

.adf-data-list {
  position: relative;
  z-index: 1;
  border-top: 1px solid var(--adf-border);
}

.adf-data-item {
  display: flex;
  align-items: center;
  gap: 15px;
  min-width: 0;
  padding: 18px 5px;
  color: var(--adf-white);
  text-decoration: none;
  border-bottom: 1px solid var(--adf-border);
  transition: padding .25s ease, background .25s ease;
}

a.adf-data-item:hover {
  padding-left: 12px;
  padding-right: 12px;
  color: var(--adf-white);
  background: rgba(47, 216, 208, .07);
}

.adf-data-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-size: 15px;
  transition: transform .25s ease, background .25s ease;
}

a.adf-data-item:hover .adf-data-icon {
  transform: rotate(-8deg) scale(1.06);
  background: #f47a28;
}

.adf-data-item>span:nth-child(2) {
  min-width: 0;
}

.adf-data-item strong {
  display: block;
  overflow-wrap: anywhere;
  font-size: 15px;
  font-weight: 700;
}

.adf-arrow {
  margin-left: auto;
  color: var(--adf-aqua);
  transform: rotate(-35deg);
  transition: transform .25s ease;
}

a.adf-data-item:hover .adf-arrow {
  transform: rotate(0) translateX(3px);
}

.adf-social-row {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 28px;
}

.adf-social-row>span {
  color: var(--adf-text-light);
  font-size: 13px;
  font-weight: 700;
}

.adf-social-icons {
  display: flex;
  gap: 8px;
}

.adf-social-icons a {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: var(--adf-white);
  border: 1px solid var(--adf-border);
  border-radius: 12px;
  text-decoration: none;
  background: rgba(255, 255, 255, .035);
  transition: transform .25s ease, color .25s ease, background .25s ease;
}

.adf-social-icons a:hover {
  color: var(--adf-dark);
  background: #f47a28;
  transform: translateY(-4px);
}

@keyframes adfPulse {

  0%,
  100% {
    box-shadow: 0 0 0 6px rgba(47, 216, 208, .15);
  }

  50% {
    box-shadow: 0 0 0 11px rgba(47, 216, 208, 0);
  }
}

@media (max-width: 991.98px) {
  .adf-contact-map {
    padding: 70px 0;
  }

  .adf-map-panel,
  .adf-map-panel iframe {
    min-height: 490px;
  }

  .adf-data-panel {
    padding: 48px 36px 36px;
  }

  .adf-map-panel::after {
    box-shadow: inset 0 -25px 45px rgba(5, 24, 39, .12);
  }
}

@media (max-width: 575.98px) {
  .adf-contact-map {
    padding: 45px 0;
  }

  .adf-contact-shell {
    border-radius: 20px;
  }

  .adf-map-panel,
  .adf-map-panel iframe {
    min-height: 420px;
  }

  .adf-map-topbar {
    top: 15px;
    left: 15px;
    right: 15px;
    padding: 12px;
    font-size: 12px;
  }

  .adf-map-topbar strong {
    padding: 6px 8px;
    font-size: 10px;
  }

  .adf-map-card {
    left: 15px;
    right: 15px;
    bottom: 15px;
    max-width: none;
    padding: 15px;
  }

  .adf-map-card p {
    display: none;
  }

  .adf-data-panel {
    padding: 40px 22px 28px;
  }

  .adf-data-panel h2 {
    font-size: 34px;
  }

  .adf-data-item {
    align-items: flex-start;
  }

  .adf-data-item strong {
    font-size: 13px;
  }

  .adf-arrow {
    display: none;
  }

  .adf-social-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .adf-social-icons {
    flex-wrap: wrap;
  }
}

@media (prefers-reduced-motion: reduce) {

  .adf-live-dot,
  .adf-data-item,
  .adf-data-icon,
  .adf-arrow,
  .adf-social-icons a {
    animation: none;
    transition: none;
  }
}


:root {
  --adf-dark: #051827;
  --adf-navy: #08283d;
  --adf-navy-light: #0b3a52;
  --adf-aqua: #2fd8d0;
  --adf-aqua-light: #8df4ed;
  --adf-yellow: #ffd43b;
  --adf-white: #ffffff;
  --adf-text: #a9c0c8;
  --adf-line: rgba(255, 255, 255, 0.13);
}

.adf-footer,
.adf-footer * {
  box-sizing: border-box;
}

.adf-footer {
  position: relative;
  overflow: hidden;
  padding: 86px 0 0;
  color: var(--adf-white);
  background:
    linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px),
    var(--adf-dark);
  background-size: 52px 52px;
  isolation: isolate;
}

.adf-footer::before {
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  content: "";
  background: linear-gradient(90deg, transparent, var(--adf-aqua), #f47a28, transparent);
}

.adf-footer-glow {
  position: absolute;
  z-index: -1;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  filter: blur(90px);
  opacity: .12;
  pointer-events: none;
}

.adf-footer-glow-one {
  top: -170px;
  left: -130px;
  background: var(--adf-aqua);
}

.adf-footer-glow-two {
  right: -180px;
  bottom: -180px;
  background: #f47a28;
}

.adf-footer-top {
  overflow: hidden;
  border: 1px solid var(--adf-line);
  border-radius: 28px;
  background: rgba(8, 40, 61, .68);
  box-shadow: 0 30px 80px rgba(0, 0, 0, .24);
  backdrop-filter: blur(12px);
}

.adf-brand-panel {
  position: relative;
  height: 100%;
  min-height: 440px;
  padding: 46px 40px;
  background: linear-gradient(145deg, var(--adf-navy-light), var(--adf-navy));
}

.adf-brand-panel::after {
  position: absolute;
  right: 0;
  bottom: 30px;
  width: 6px;
  height: 112px;
  border-radius: 8px 0 0 8px;
  content: "";
  background: #f47a28;
}

.adf-logo {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--adf-white);
  text-decoration: none;
}

.adf-logo:hover {
  color: var(--adf-white);
}

.adf-logo-icon {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 18px;
  color: var(--adf-dark);
  background: var(--adf-aqua);
  box-shadow: 0 12px 30px rgba(47, 216, 208, .23);
  transform: rotate(-5deg);
}

.adf-logo-icon i {
  font-size: 25px;
  transform: rotate(5deg);
}

.adf-logo strong,
.adf-logo small {
  display: block;
}

.adf-logo strong {
  font-size: 19px;
  line-height: 1.15;
}

.adf-logo small {
  margin-top: 4px;
  color: var(--adf-aqua);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2.3px;
  text-transform: uppercase;
}

.adf-brand-panel>p {
  max-width: 340px;
  margin: 32px 0 34px;
  color: var(--adf-text);
  font-size: 15px;
  line-height: 1.85;
}

.adf-social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.adf-social a {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--adf-line);
  border-radius: 12px;
  color: var(--adf-white);
  background: rgba(255, 255, 255, .04);
  text-decoration: none;
  transition: .3s ease;
}

.adf-social a:hover {
  color: var(--adf-dark);
  border-color: var(--adf-aqua);
  background: var(--adf-aqua);
  transform: translateY(-5px);
}

.adf-footer-content {
  height: 100%;
  padding: 48px 42px;
}

.adf-link-group h3,
.adf-contact-heading h3 {
  margin: 0 0 24px;
  color: var(--adf-white);
  font-size: 18px;
  font-weight: 800;
}

.adf-link-group h3::after {
  display: block;
  width: 34px;
  height: 3px;
  margin-top: 12px;
  border-radius: 10px;
  content: "";
  background: linear-gradient(90deg, var(--adf-aqua), #f47a28);
}

.adf-link-group ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.adf-link-group li+li {
  margin-top: 13px;
}

.adf-link-group a {
  position: relative;
  color: var(--adf-text);
  font-size: 14px;
  text-decoration: none;
  transition: .25s ease;
}

.adf-link-group a::before {
  display: inline-block;
  width: 0;
  height: 2px;
  margin-right: 0;
  vertical-align: middle;
  content: "";
  background: #f47a28;
  transition: .25s ease;
}

.adf-link-group a:hover {
  color: var(--adf-white);
  padding-left: 3px;
}

.adf-link-group a:hover::before {
  width: 14px;
  margin-right: 8px;
}

.adf-contact {
  padding-left: 8px;
}

.adf-contact-heading span {
  display: block;
  margin-bottom: 6px;
  color: #f47a28;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.adf-contact-heading h3 {
  margin-bottom: 20px;
}

.adf-contact-item {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 12px 0;
  border-bottom: 1px solid var(--adf-line);
  color: var(--adf-white);
  text-decoration: none;
}

.adf-contact-item>i {
  display: grid;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 11px;
  color: var(--adf-aqua);
  background: rgba(47, 216, 208, .1);
  transition: .25s ease;
}

a.adf-contact-item:hover>i {
  color: var(--adf-dark);
  background: #f47a28;
}

.adf-contact-item small,
.adf-contact-item strong {
  display: block;
}

.adf-contact-item small {
  margin-bottom: 2px;
  color: var(--adf-text);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.adf-contact-item strong {
  overflow-wrap: anywhere;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

.adf-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px 2px;
  color: var(--adf-text);
  font-size: 13px;
}

.adf-footer-bottom p {
  margin: 0;
}

.adf-footer-bottom a {
  color: var(--adf-white);
  text-decoration: none;
  transition: color .25s ease;
}

.adf-footer-bottom a:hover {
  color: var(--adf-aqua);
}

.adf-policy-links {
  display: flex;
  align-items: center;
  gap: 14px;
}

.adf-policy-links span {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #f47a28;
}

@media (max-width: 991.98px) {
  .adf-footer {
    padding-top: 60px;
  }

  .adf-brand-panel {
    min-height: auto;
  }

  .adf-brand-panel::after {
    right: 36px;
    bottom: 0;
    width: 112px;
    height: 5px;
    border-radius: 8px 8px 0 0;
  }

  .adf-footer-content {
    padding: 42px 36px;
  }
}

@media (max-width: 575.98px) {
  .adf-footer {
    padding-top: 42px;
  }

  .adf-footer-top {
    border-radius: 20px;
  }

  .adf-brand-panel,
  .adf-footer-content {
    padding: 34px 24px;
  }

  .adf-logo strong {
    font-size: 17px;
  }

  .adf-logo-icon {
    width: 52px;
    height: 52px;
  }

  .adf-contact {
    padding-left: 0;
  }

  .adf-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    padding: 25px 4px;
  }
}

@media (prefers-reduced-motion: reduce) {

  .adf-footer *,
  .adf-footer *::before,
  .adf-footer *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}


:root {
  --gds-ink: #082f3c;
  --gds-blue: #126079;
  --gds-orange: #ff8a34;
  --gds-cream: #f4fbfd;
  --gds-white: #fff;
  --gds-muted: #5b7078;
  --gds-line: rgba(8, 47, 60, .13)
}

.gds-faq-section {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
  background: linear-gradient(135deg, #fff 0%, var(--gds-cream) 100%);
  font-family: inherit;
  color: var(--gds-ink)
}

.gds-faq-section:before {
  content: "";
  position: absolute;
  width: 380px;
  height: 380px;
  border: 70px solid rgba(122, 195, 211, .13);
  border-radius: 50%;
  right: -180px;
  top: -180px
}

.gds-faq-intro {
  position: sticky;
  top: 24px;
  padding: 38px;
  border-radius: 28px;
  background: var(--gds-ink);
  color: #fff;
  box-shadow: 0 24px 60px rgba(8, 47, 60, .18)
}

.gds-faq-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .09);
  color: #bde6ef;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase
}

.gds-faq-kicker i {
  color: var(--gds-orange)
}

.gds-faq-intro h2 {
  margin: 22px 0 16px;
  font-size: clamp(2.15rem, 4vw, 3.45rem);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -.04em
}

.gds-faq-intro h2 span {
  display: block;
  color: var(--gds-orange)
}

.gds-faq-intro>p {
  margin: 0;
  color: rgba(255, 255, 255, .72);
  line-height: 1.8
}

.gds-door-mark {
  position: relative;
  margin: 32px 0;
  height: 115px;
  padding: 13px;
  border: 2px solid rgba(255, 255, 255, .16);
  border-bottom: 5px solid var(--gds-orange);
  border-radius: 14px 14px 5px 5px
}

.gds-door-mark span {
  display: block;
  height: 25%;
  margin-bottom: 7px;
  border-radius: 4px;
  background: linear-gradient(90deg, rgba(255, 255, 255, .07), rgba(255, 255, 255, .15), rgba(255, 255, 255, .07))
}

.gds-door-mark i {
  position: absolute;
  right: 17px;
  bottom: 14px;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--gds-orange);
  color: #fff;
  font-size: .75rem
}

.gds-faq-help {
  display: flex;
  align-items: center;
  gap: 13px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, .13)
}

.gds-faq-help>i {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: var(--gds-orange);
  font-size: 1.2rem
}

.gds-faq-help small {
  display: block;
  color: rgba(255, 255, 255, .63)
}

.gds-faq-help a {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 800;
  text-decoration: none
}

.gds-faq-list {
  display: grid;
  gap: 14px
}

.gds-faq-list .accordion-item {
  overflow: hidden;
  border: 1px solid var(--gds-line);
  border-radius: 18px !important;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 10px 28px rgba(8, 47, 60, .055);
  transition: .3s ease
}

.gds-faq-list .accordion-item:hover {
  transform: translateX(-5px);
  border-color: rgba(255, 138, 52, .55);
  box-shadow: 0 15px 36px rgba(8, 47, 60, .1)
}

.gds-faq-list .accordion-button {
  display: grid;
  grid-template-columns: 42px 48px 1fr;
  align-items: center;
  gap: 14px;
  padding: 20px 58px 20px 20px;
  background: transparent;
  color: var(--gds-ink);
  font-size: 1.02rem;
  font-weight: 800;
  line-height: 1.3;
  box-shadow: none;
  position: relative
}

.gds-faq-list .accordion-button:not(.collapsed) {
  background: linear-gradient(90deg, rgba(18, 96, 121, .07), rgba(255, 138, 52, .06));
  color: var(--gds-ink)
}

.gds-faq-list .accordion-button:after {
  position: absolute;
  right: 21px;
  width: 32px;
  height: 32px;
  margin: 0;
  background-color: var(--gds-ink);
  background-size: 13px;
  background-position: center;
  border-radius: 50%;
  filter: none
}

.gds-faq-list .accordion-button:not(.collapsed):after {
  background-color: var(--gds-orange)
}

.gds-faq-number {
  font-size: .77rem;
  font-weight: 900;
  letter-spacing: .08em;
  color: var(--gds-orange)
}

.gds-faq-icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: #eaf5f7;
  color: var(--gds-blue);
  font-size: 1.05rem
}

.gds-faq-list .accordion-button:not(.collapsed) .gds-faq-icon {
  background: var(--gds-ink);
  color: #fff
}

.gds-faq-list .accordion-button small {
  display: block;
  margin-bottom: 4px;
  color: var(--gds-blue);
  font-size: .67rem;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase
}

.gds-faq-list .accordion-body {
  padding: 4px 70px 24px 124px;
  color: var(--gds-muted);
  font-size: .97rem;
  line-height: 1.8
}

@media(max-width:991.98px) {
  .gds-faq-section {
    padding: 75px 0
  }

  .gds-faq-intro {
    position: relative;
    top: auto
  }

  .gds-door-mark {
    display: none
  }
}

@media(max-width:575.98px) {
  .gds-faq-section {
    padding: 58px 0
  }

  .gds-faq-intro {
    padding: 28px 23px;
    border-radius: 22px
  }

  .gds-faq-list .accordion-button {
    grid-template-columns: 32px 1fr;
    padding: 17px 50px 17px 16px
  }

  .gds-faq-icon {
    display: none
  }

  .gds-faq-list .accordion-body {
    padding: 2px 20px 21px 58px
  }

  .gds-faq-list .accordion-item:hover {
    transform: none
  }
}
