.hero-wrapper {
    position: relative;
    width: 100%;
    height: 680px;
    overflow: hidden;

    background-image: url("../../resources/images/backgrounds/rcd-bg-carbon-def.png");
    background-size: cover;
    background-position: center;
}

#hero-container {
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;

    overflow: hidden;
}

#hero-container canvas {
    display: block;
}

.hero-wrap-container {
    position: relative;
}


.content-section{
    display:flex;
    justify-content: center;
}
.content-hero {
    width: 100%;
    position: absolute;

    left: 0;
    bottom: 0;

    z-index: 10;

    /* move the tiles down so they overlap the bottom edge */
    transform: translateY(-5%);
}

.hero-step{
    display: flex;
    width: 20rem;
    min-height: 10rem;
    margin: 1rem;
    justify-content: space-between;
    flex-flow: column;


    padding: 16px;
    background-color: #1C1919;
    border-radius: 10px;
    border: 2px solid #4F4E4E;
    
      /*
       * Total cycle:
       * 5s step 1
       * 5s step 2
       * 5s step 3
       * 3s rest
       * ----------
       * 18s total
       */
      animation: hero-step-cascade 18s ease-in-out infinite;
}

.hero-step:nth-child(2) {
      background-color: rgba(1,1,1,0.5) ;
        border-color: #9B9B9B ;
}
.hero-step:nth-child(3) {
          background-color: var(--primary-brand) ;
        border-color: var(--primary-brand) ;
}

.hero-step-title{
    font-weight:900;
    text-transform: uppercase;
}
.hero-step-ico-container{
    display: flex;
    justify-content: right;
}
.hero-step-ico{
    text-align: right;
}

.hero-step-subtitle{
    text-transform: uppercase;
}



.hero-step-no{
    text-align: right;
    font-weight:900;
}


.sponsored-partners{
    width:100%;
    height:5rem;
    border:4px solid white;
    background-color:var(--primary-brand);
    border-left: none;
  border-right: none;
}

.body-content-faq{
  height:600px;
}










 /* NAV */
    .blur-nav-wrap {
      position: fixed;
      top: 20px;
      left: 0;
      width: 100%;
      z-index: 1000;
      display: flex;
      justify-content: center;
      padding: 0 16px;
    }

    .blur-nav {
      width: min(920px, 100%);
      min-height: 64px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
      padding: 10px 12px 10px 18px;

      background: var(--glass);
      border: 1px solid var(--glass-border);
      border-radius: 999px;

      backdrop-filter: blur(18px) saturate(140%);
      -webkit-backdrop-filter: blur(18px) saturate(140%);

      box-shadow:
        0 12px 40px rgba(0, 0, 0, 0.30),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
    }

    .brand {
      color: var(--text);
      text-decoration: none;
      font-size: 1rem;
      font-weight: 800;
      letter-spacing: -0.02em;
      white-space: nowrap;
    }

    .brand span {
      color: var(--primary-brand);
    }

    .nav-links {
      display: flex;
      align-items: center;
      gap: 6px;
      margin: 0;
      padding: 0;
      list-style: none;
      
    }

    .nav-links a {
      display: block;
      padding: 10px 14px;
      border-radius: 999px;
      color: var(--muted);
      text-decoration: none;
      font-size: 0.92rem;
      font-weight: 650;
      transition:
        color 160ms ease,
        background 160ms ease,
        transform 160ms ease;
    }

    .nav-links a:hover,
    .nav-links a.active {
      color: var(--text);
      background: rgba(255, 255, 255, 0.07);
    }

    .nav-links a:hover {
      transform: translateY(-1px);
    }

    .nav-cta {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 42px;
      padding: 0 18px;
      border-radius: 999px;
      color: white;
      background: var(--primary-brand);
      text-decoration: none;
      font-size: 0.9rem;
      font-weight: 750;
      transition: transform 160ms ease, filter 160ms ease;
    }

    .nav-cta:hover {
      transform: translateY(-1px);
      filter: brightness(0.92);
    }

    .menu-btn {
      display: none;
      width: 42px;
      height: 42px;
      border: 0;
      border-radius: 50%;
      color: white;
      background: rgba(255, 255, 255, 0.08);
      cursor: pointer;
      font-size: 1.2rem;
    }






.body-wrapper{
    width:100%;
        display:flex;
    justify-content: center;
    min-height:fit-content;
}
.body-content{
    width:70%;
    /*min-height:1600px;*/
}




.nav-footer-wrap{
    z-index: 2;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}
.nav-footer{
    width: 70%;
  display: flex;
  justify-content: space-between;
  font-weight: 400;
  padding-left: 1rem;
  padding-right: 1rem;
  border-top: 2px solid rgb(38, 38, 38);
  padding-top: 0.5rem;
  --darkreader-inline-border-top: var(--darkreader-border-262626, #7f7669);
}
.nav-footer-data{
    width: 26rem;
    display: flex;
    justify-content: space-between;
}

.footer-a{
    color:#747474;
}


.embedded-url{
    text-decoration: none;
    color:inherit !important;
}
.url-sp:hover{
    color:transparent !important;
    
    -webkit-text-stroke: 2px white;

}
.sponsor-item{
    font-weight:900;

}
.sponsor-track{
    height: 100%;
  font-size: 3rem;
}





.services-content{
  min-height:1600px;
}

.title-services{
    font-size:5rem;
    font-weight:900;
    text-transform:uppercase;
}


.services{
    /*background-color:red;*/
    width:100%;
    height:10rem;
    padding:1rem;
}
.spacer{
    margin-top:5rem;
    width:100%;
}




.form-container{
    background-color: var(--primary-brand);
}


.content-center{
    display:flex;
    justify-content: center;
    align-items: center;
    flex-flow:column;
}


.service-main{
    width: 57rem;
    height: 40rem;
    background-image: url("../../resources/images/backgrounds/rcd-bg-carbon-def.png");
    background-size: 450%;
    background-position-x: left;
    background-position-y: bottom;
    
    border-radius: 15px;
    position: relative;
}

.service-main-wrap{
    width:100%;
    height:100%;
    border-radius: 15px;
    overflow:clip;
    padding: 2rem;
    position: relative;
}

.service-main-title{

    font-weight: bolder;
    font-size: 4rem;
    margin-bottom:1rem;
}


.service-title-outline-txt{
    font-size: 8rem !important;
}
.service-title-out-adjustment{
    transform:translate(6px,8px) !important;
}
.srv-title-outline{
    stroke: #737373 !important;
    font-weight:900;
    font-style:italic;
}

.service-vehicle{
    position: absolute;
    width:80%;
    bottom: -90px;
    right: -95px;
    z-index:5;
}
.decal-srv-veh-1{

}
.decal-srv-veh-2{
    z-index: 2;
    right: -166px;
    bottom: -150px;
}
.decal-srv-veh-3{
    right: -185px;
}

.decals{
  /* Stops text and element highlighting */
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none;     /* IE 10 and Edge */
  user-select: none;         /* Standard */

  /* Stops images from being dragged by the mouse */
  -webkit-user-drag: none;
  user-drag: none;

  /* Optional: Prevents blue highlight box on mobile tap */
  -webkit-tap-highlight-color: transparent;
  max-width:none;
}
.service-decal-1{
    position: absolute;
    bottom: -448px;
    left: 7px;
    rotate: -7deg;
    width: 100%;
    z-index:6;

}
.service-decal-2{
    position: absolute;
    bottom: -330px;
    left: -104px;
    rotate: 25deg;
    width: 88%;
    z-index:4;
}
.service-decal-3{
    position: absolute;
    top: -422px;
    right: -400px;
    rotate: 199deg;
    width: 88%;
    z-index:6;
}
.services-main-content-list{
    list-style-type:"+  ";
    text-transform: uppercase;
    font-stretch: 75%;
    font-weight: 700;
}
.services-main-content-list li::marker{
    color:var(--primary-brand);
    font-weight:900;
    font-size:2rem;
    line-height: 2rem;
}


.service-main-pricing-container {
    z-index: 20;
    width: fit-content;
    position: absolute;
    right: -110px;
    bottom: -77px;

    display: flex;
    justify-content: center;
    align-items: center;

    /* reveal state */
    clip-path: inset(0 100% 0 0);
    opacity: 0;

    transition:
        clip-path 700ms cubic-bezier(.2, .8, .2, 1),
        opacity 150ms ease;
}

.service-main-pricing-container.is-visible {
    clip-path: inset(0 0% 0 0);
    opacity: 1;
}
.serivce-main-pricing-title-sp{
    font-size: 2rem;
}
.serivce-main-pricing-title {
    z-index: 25;
    position: absolute;
    margin: 0;
    width: 100%;
    text-align: center;
    font-size: 5rem;
    font-weight: bolder;
    font-style: italic;
  text-shadow: 2px 3px 2px rgba(0,0,0,0.15);
}

.service-main-pricing-decal-img {
        position: relative;
    z-index: 10;
    width: 32rem;
}

.service-main-pricing-decal-wrap {
        position: relative;
    z-index: 10;
    overflow: clip;
    width: 32rem;
}
/*
.service-main-loader{
    width: 100%;
    height: 3rem;
    display: flex;
    justify-content: center;
    margin-top: 5rem;
}
.service-main-loader-wrap{
    width: 80%;
    display: flex;
    justify-content: space-between;
}
.loader-bar-container{
    width: calc( (100% / 4) - 2rem);
    height: 1rem;
    background-color: #262323;
    border-radius:15px;
    overflow: clip;
}
.loader-bar-container-inner{
    width: 0;
    height: 100%;
    background-color: var(--primary-brand);
}

*/




.service-table{
    width: 57rem;
    overflow: clip;
    border-radius: 15px;
    margin-top: 5rem;
    border: 3px solid var(--primary-brand);
}

.service-table-veh-container{
    position: relative;
}

.service-table-vehicle{
    height:3rem;
}
.service-table-veh-wrapper{
    height: 3rem;
    width: 100%;
    position: relative;
}

.service-table-table{
    width: 100%;
  border-collapse: collapse;
}
td:first-child{
    background-color:var(--primary-brand);
}

.service-table-td-0{
    width: 26%;
    padding: 1rem;
    font-weight: 900;
    overflow: clip;
    border-bottom: 3px solid white;
}

.service-table-td-n{
    width: calc(75% / 2);
    text-align: center;
    border-bottom: 3px solid var(--primary-brand);
    font-size: 2rem;

}
.service-table-td-2{

    text-shadow: 0px 3px 16px rgba(255, 255, 255, 0.2);
    color: #fff;
    font-weight: 900;
   
}

.service-table-td3{
    width: calc(75% / 2);
    text-align: center;
    font-size: 2rem;
    text-shadow: 0px 3px 16px rgba(255, 0, 0, 0.2);
    color: var(--primary-brand);
    font-weight: 900;
   
}

.service-table-subtxt{
    font-weight: 600;
    font-size: 0.75rem;
    color: #e7e7e7;
}

.service-table-td3-before{
    font-size: 1rem;
}
.service-table-end{
    border-bottom:0px;
}






.title-FAQ{
    z-index:5;
}

.FAQ-container{
    background-color:white;
    color:black;
    overflow: hidden;
}

.QA-container{
    display: flex;
    justify-content: center;
    max-height: 72vh;
    align-items: center;
    min-height: 412px;
}
.FAQ-title{
    color:black !important;
    font-size: 3rem;
    font-weight:900;
    font-style:italic;
}
.FAQ-title-outline{
    stroke: #D9D9D9 !important;
       font-weight:900;
    font-style:italic;

}

.pada-sponsor-reels{
    transform: rotateZ(-8deg);
    display: flex;
    width: 51%;
    height: 116%;
    overflow: hidden;
}









.rcd-footer{
    height: 19rem;
    display: grid;
    justify-content: center;
    overflow: hidden;

    align-items: center;
    flex-flow: column;

}
.footer-decal-container{
    position: relative;
    width: 111vw;
    height: 100%;
}
.footer-decal-img{
    position: absolute;
    bottom: clamp(-680px , -32vw , -125px);
    width: 100%;
    mix-blend-mode: multiply ;

}



.footer-title-outline{
    stroke: #b9b9b9 !important;
       font-weight:900;
    font-style:italic;

}

.title-footer{
    position: absolute;
    top: clamp(5rem, 1vw, 15rem);
    color:transparent;
    z-index:-1;
}
.title-footer-txt-out{
    stroke:#a90012 !important;
    transform: translate(9px, -4px) !important;
}




























































  .shell {
    width: min(760px, 100%);
  }

.form-card {
    position: relative;
    background: var(--panel);
    border-radius: 28px;
    overflow: hidden;
    min-height: 650px;
    box-shadow: none;
}

.form-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;

    box-shadow:
        inset 0 0 0 1px rgba(255,255,255,.04),
        inset 0 -20px 40px rgba(0,0,0,.08);
}

  .topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 26px 30px 12px;
    gap: 20px;
  }

  .brand {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 800;
    letter-spacing: -.03em;
  }

  .brand-mark {
    width: 36px;
    height: 36px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    background: white;
    color: #111;
    font-weight: 900;
  }

  .progress-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .progress {
    width: 170px;
    height: 7px;
    border-radius: 999px;
    background: rgba(255,255,255,.09);
    overflow: hidden;
  }

  .progress > span {
    display: block;
    height: 100%;
    width: 0;
    background: white;
    transition: width var(--speed) var(--ease);
  }

  .progress-label {
    color: var(--muted);
    font-size: 12px;
    white-space: nowrap;
  }

  .step-viewport {
    position: relative;
    overflow: hidden;
    min-height: 505px;
  }

  .step {
    position: absolute;
    inset: 0;
    padding: 34px 30px 20px;
    opacity: 0;
    pointer-events: none;
    transform: translateX(28px) scale(.985);
    transition:
      opacity 260ms ease,
      transform var(--speed) var(--ease);
  }

  .step.is-active {
    position: relative;
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0) scale(1);
  }

  .step.is-leaving {
    transform: translateX(-28px) scale(.985);
  }

  .eyebrow {
    color: var(--muted);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .12em;
    margin-bottom: 8px;
  }







 .sub {
    color: var(--muted);
    margin-bottom: 24px;
    max-width: 560px;
    line-height: 1.55;
  }

  .image-stage {
    position: relative;
    height: 300px;
    margin: 10px -30px 4px;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 10%, #000 84%, transparent 100%);
    mask-image: linear-gradient(to bottom, transparent 0%, #000 10%, #000 84%, transparent 100%);
  }

  .slide-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 70ms linear;
    user-select: none;
    pointer-events: none;
  }

  .image-stage::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, var(--panel) 0%, transparent 18%, transparent 75%, var(--panel) 100%);
    pointer-events: none;
  }

  .range-wrap { padding: 0 26px 8px; }
  .range {
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    background: transparent;
    cursor: pointer;
    height: 32px;
  }
  .range::-webkit-slider-runnable-track {
    height: 8px;
    border-radius: 999px;
    background: var(--track);
  }
  .range::-moz-range-track {
    height: 8px;
    border-radius: 999px;
    background: var(--track);
  }
  .range::-webkit-slider-thumb {
    appearance: none;
    -webkit-appearance: none;
    width: 27px;
    height: 27px;
    margin-top: -10px;
    border-radius: 50%;
    background: white;
    border: 0;
    box-shadow: 0 4px 14px rgba(0,0,0,.25);
  }
  .range::-moz-range-thumb {
    width: 27px;
    height: 27px;
    border-radius: 50%;
    background: white;
    border: 0;
  }
  .labels {
    display: flex;
    justify-content: space-between;
    color: var(--muted);
    font-size: 11px;
    text-transform: uppercase;
  }
  .range-value {
    text-align: center;
    margin-top: 8px;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
  }

  .field-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }

  .field {
    display: grid;
    gap: 8px;
  }

  .field.full { grid-column: 1 / -1; }

  .field label {
    color: var(--muted);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .08em;
  }

  .text-input, .select-input, .address-input {
    width: 100%;
    border: 1px solid rgba(255,255,255,.10);
    outline: 0;
    background: var(--panel-2);
    color: white;
    border-radius: 16px;
    padding: 17px 18px;
    transition: border-color 180ms ease, background 180ms ease;
  }

  .text-input:focus, .select-input:focus, .address-input:focus {
    border-color: rgba(255,255,255,.45);
    background: #2a2828;
  }

  .select-input { appearance: none; }

  .checks {
    display: grid;
    gap: 12px;
    margin-top: 22px;
  }

  .check-row {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    color: #eee;
    font-size: 14px;
    line-height: 1.45;
  }

  .check-row input {
    width: 19px;
    height: 19px;
    margin-top: 1px;
    accent-color: white;
  }

  .optional-note { color: var(--muted); }

  .map-card {
    height: 270px;
    margin-top: 14px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(255,255,255,.08);
    background:
      linear-gradient(25deg, transparent 49%, rgba(255,255,255,.06) 50%, transparent 51%) 0 0/54px 54px,
      linear-gradient(-25deg, transparent 49%, rgba(255,255,255,.045) 50%, transparent 51%) 0 0/54px 54px,
      #d8d5ce;
    color: #222;
  }

  .map-card::before,
  .map-card::after {
    content: "";
    position: absolute;
    background: #f7f5ef;
    border-radius: 999px;
    opacity: .95;
  }

  .map-card::before {
    width: 120%;
    height: 18px;
    left: -8%;
    top: 52%;
    transform: rotate(-16deg);
  }
  .map-card::after {
    width: 110%;
    height: 13px;
    left: -5%;
    top: 28%;
    transform: rotate(12deg);
  }

  .map-pin {
    position: absolute;
    z-index: 2;
    width: 44px;
    height: 44px;
    left: 55%;
    top: 46%;
    transform: translate(-50%,-50%) rotate(45deg);
    border-radius: 50% 50% 50% 10px;
    background: var(--accent);
    box-shadow: 0 10px 25px rgba(0,0,0,.24);
  }
  .map-pin::after {
    content: "";
    width: 14px;
    height: 14px;
    position: absolute;
    inset: 50% auto auto 50%;
    transform: translate(-50%,-50%);
    background: white;
    border-radius: 50%;
  }

  .map-meta {
    position: absolute;
    z-index: 3;
    left: 16px;
    bottom: 16px;
    right: 16px;
    padding: 12px 14px;
    background: rgba(255,255,255,.9);
    border-radius: 14px;
    backdrop-filter: blur(7px);
    font-size: 13px;
    display: flex;
    justify-content: space-between;
    gap: 12px;
  }
  .map-meta small { color: #666; }

  .api-badge {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 3;
    padding: 8px 10px;
    border-radius: 999px;
    background: rgba(0,0,0,.72);
    color: white;
    font-size: 10px;
    letter-spacing: .06em;
  }

  .contact-stack {
    display: grid;
    gap: 16px;
    margin-top: 24px;
  }

  .contact-row {
    min-height: 64px;
    display: flex;
    align-items: center;
    gap: 16px;
  }

  .contact-label {
    width: 90px;
    flex: 0 0 auto;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .12em;
    color: var(--muted);
  }

  .form-button {
    position: relative;
    width: var(--field-size);
    height: var(--field-size);
    display: flex;
    align-items: center;
    overflow: hidden;
    border: 2px solid var(--text);
    border-radius: 19px;
    background: transparent;
    transition: width 420ms var(--ease), background 220ms ease;
  }

  .form-button:hover,
  .form-button.is-open { width: min(420px, calc(100vw - 190px)); }
  .form-button.is-open { background: rgba(255,255,255,.025); }

  .form-button__icon {
    width: calc(var(--field-size) - 4px);
    height: 100%;
    flex: 0 0 calc(var(--field-size) - 4px);
    display: grid;
    place-items: center;
    border: 0;
    background: transparent;
    color: white;
    cursor: pointer;
    font-size: 23px;
  }

  .form-button__input {
    width: 100%;
    min-width: 0;
    height: 100%;
    padding: 0 22px 0 4px;
    border: 0;
    outline: 0;
    background: transparent;
    color: white;
    font-size: 18px;
    font-weight: 650;
    opacity: 0;
    transform: translateX(-12px);
    pointer-events: none;
    transition: opacity 180ms ease, transform 320ms var(--ease);
  }

  .form-button:hover .form-button__input,
  .form-button.is-open .form-button__input {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
  }

  .form-button__input::placeholder { color: #666; }
  .required-dot { color: #ff9ba1; }

  .summary-card {
    border-radius: 22px;
    background: #f4f0e8;
    color: #151515;
    padding: 22px;
    margin-top: 22px;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.08);
  }

  .summary-head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 16px;
    padding-bottom: 16px;
    border-bottom: 1px dashed rgba(0,0,0,.25);
  }
  .summary-head h3 {
    margin: 0;
    font-size: 24px;
    letter-spacing: -.04em;
  }
  .summary-head span { font-size: 12px; color: #666; }

  .summary-list { display: grid; gap: 13px; padding: 18px 0; }
  .summary-line {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 14px;
    align-items: baseline;
  }
  .summary-line small { color: #6f6a62; display: block; margin-top: 2px; }
  .summary-price { font-weight: 800; }
  .summary-total {
    border-top: 2px solid #171717;
    padding-top: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 900;
    font-size: 22px;
  }

  .confirm-wrap {
    min-height: 390px;
    display: grid;
    place-items: center;
    text-align: center;
  }
  .confirm-icon {
    width: 140px;
    height: 140px;
    margin: 0 auto 20px;
  }
  .confirm-circle {
    fill: none;
    stroke: white;
    stroke-width: 5;
    stroke-linecap: round;
    stroke-dasharray: 360;
    stroke-dashoffset: 360;
  }
  .confirm-check {
    fill: none;
    stroke: white;
    stroke-width: 6;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 95;
    stroke-dashoffset: 95;
  }
  .step.is-active .confirm-circle { animation: drawCircle .8s .12s var(--ease) forwards; }
  .step.is-active .confirm-check { animation: drawCheck .55s .75s var(--ease) forwards; }
  .step.is-active .confirm-pop { animation: popIn .5s .95s var(--ease) both; }

  @keyframes drawCircle { to { stroke-dashoffset: 0; } }
  @keyframes drawCheck { to { stroke-dashoffset: 0; } }
  @keyframes popIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }

.fail-circle {
    fill: none;
    stroke: white;
    stroke-width: 5;
    stroke-linecap: round;
    stroke-dasharray: 360;
    stroke-dashoffset: 360;
}

.fail-x {
    fill: none;
    stroke: white;
    stroke-width: 6;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 55;
    stroke-dashoffset: 55;
}

/* Circle first */
.step.is-active .fail-circle {
    animation: drawFailCircle .8s .12s var(--ease) forwards;
}

/* Then draw the X */
.step.is-active .fail-x-1 {
    animation: drawFailX .32s .72s var(--ease) forwards;
}

.step.is-active .fail-x-2 {
    animation: drawFailX .32s .92s var(--ease) forwards;
}

/* Small impact after X completes */
.step.is-active .fail-icon {
    animation: failImpact .28s 1.18s var(--ease) both;
}

/* Text appears last */
.step.is-active .fail-pop {
    animation: failPopIn .5s 1.15s var(--ease) both;
}

@keyframes drawFailCircle {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes drawFailX {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes failImpact {
    0% {
        transform: scale(1);
    }

    45% {
        transform: scale(.94);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes failPopIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}



  .footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding: 18px 30px 26px;
    border-top: 1px solid rgba(255,255,255,.07);
  }

  .back-btn, .next-btn {
    border: 0;
    cursor: pointer;
    border-radius: 16px;
    padding: 15px 20px;
    font-weight: 800;
    transition: transform 160ms ease, opacity 160ms ease, background 160ms ease;
  }
  .back-btn {
    color: white;
    background: transparent;
  }
  .next-btn {
    background: white;
    color: #111;
    min-width: 142px;
  }
  .back-btn:hover, .next-btn:hover { transform: translateY(-1px); }
  .back-btn:disabled { opacity: .22; pointer-events: none; }
  .next-btn:disabled { opacity: .45; cursor: not-allowed; }

  .error {
    color: var(--danger);
    font-size: 12px;
    margin-top: 8px;
    min-height: 18px;
  }

  .cookie-pill {
    display: none;
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
    border-radius: 999px;
    background: rgba(255,255,255,.06);
    color: var(--muted);
    font-size: 11px;
    margin-top: 8px;
  }

  .cookie-pill::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--success);
  }


  /* =========================================================
   ADDRESS
   Same visual language as .form-button
   ========================================================= */

.address-field {
  width: 100%;
  height: 62px;
  margin-top: 24px;

  display: flex;
  align-items: center;

  border: 3px solid var(--fg);
  border-radius: 22px;

  background: transparent;

  overflow: show;

  position: relative;
  z-index: 20;
  
}

.address-field__icon {
  width: 56px;
  height: 100%;
  flex: 0 0 56px;

  display: grid;
  place-items: center;

  color: var(--fg);
  font-size: 27px;

  pointer-events: none;
}

#autocompleteMount {
  flex: 1;
  min-width: 0;
  height: 100%;
  display: flex;
  align-items: center;
}

gmp-place-autocomplete {
  width: 100%;
  height: 100%;

  color: var(--fg);

  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;

  font-size: 22px;
  font-weight: 600;

  background: transparent;
  border: 0;
  outline: 0;
}
/* Google autocomplete dropdown */
gmp-place-autocomplete::part(prediction-list) {
  background: #1d1c1c;
  color: #fff;
}

gmp-place-autocomplete::part(prediction-item) {
  color: #fff;
}

gmp-place-autocomplete::part(prediction-item-main-text) {
  color: #fff;
}

gmp-place-autocomplete::part(prediction-item-secondary-text) {
  color: rgba(255, 255, 255, 0.65);
}


/* =========================================================
   MAP
   ========================================================= */

.map-stage {
  position: relative;

  width: calc(100% + 60px);
  height: 300px;

  margin-left: -30px;
  margin-top: 12px;

  overflow: hidden;

  /*
    Same fade behavior as your image slider stage
  */
  -webkit-mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    #000 13%,
    #000 82%,
    transparent 100%
  );

  mask-image: linear-gradient(180deg,rgba(29, 28, 28, 0) 0%, rgba(29, 28, 28, 0) 5%, rgba(29, 28, 28, 1) 10%, rgba(29, 28, 28, 1) 90%, rgba(29, 28, 28, 0) 95%, rgba(29, 28, 28, 0) 100%);
}

#map {
  position: absolute;
  inset: 0;

  width: 100%;
  height: 100%;
}


/*
  Same dark blend as image-stage::after
*/
.map-stage::after {
  content: "";

  position: absolute;
  inset: 0;

  z-index: 5;

  pointer-events: none;

  background:
    linear-gradient(
      to bottom,
      var(--panel) 0%,
      transparent 17%,
      transparent 78%,
      var(--panel) 100%
    );
}


/* Google Places autocomplete dropdown */

.pac-container {
  z-index: 99999 !important;

  margin-top: 6px;

  border: 0;
  border-radius: 16px;

  background: #1d1c1c;

  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;

  box-shadow: 0 20px 50px rgba(0,0,0,.35);

  overflow: hidden;
}

.pac-item {
  padding: 12px 16px;

  border-top: 1px solid rgba(255,255,255,.08);

  color: #888;

  cursor: pointer;
}

.pac-item:hover {
  background: rgba(255,255,255,.06);
}

.pac-item-query {
  color: #fff;
  font-size: 14px;
}

.pac-matched {
  font-weight: 700;
}


/* MOBILE */

@media (max-width: 600px) {
  .address-field__input {
    font-size: 18px;
  }
}

  @media (max-width: 680px) {
    body { padding: 12px; }
    .form-card { min-height: 690px; border-radius: 22px; }
    .topbar, .step, .footer { padding-left: 20px; padding-right: 20px; }
    .progress { width: 110px; }
    .field-grid { grid-template-columns: 1fr; }
    .field.full { grid-column: auto; }
    .image-stage { margin-left: -20px; margin-right: -20px; height: 280px; }
    .contact-row { align-items: flex-start; flex-direction: column; gap: 8px; }
    .contact-label { width: auto; }
    .form-button:hover, .form-button.is-open { width: min(100%, 360px); }
    .footer { align-items: stretch; }
    .footer button { flex: 1; }
  }

  @supports (-webkit-touch-callout: none) {
    .image-stage,
    .map-stage {
        -webkit-mask-image: none !important;
        mask-image: none !important;
    }
}


/* =========================================================
   SERVICE SELECTION
   ========================================================= */

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  width: 100%;
  margin-top: 24px;
}

.service-tile {
  position: relative;
  min-width: 0;
  min-height: 105px;
  padding: 16px;

  display: flex;
  align-items: flex-end;
  justify-content: flex-start;

  border: 1px solid rgba(255,255,255,.10);
  border-radius: 16px;

  background: var(--panel-2);
  color: white;

  font: inherit;
  text-align: left;
  cursor: pointer;

  transition:
    border-color 180ms ease,
    background 180ms ease,
    transform 180ms ease;
}

.service-tile:hover {
  border-color: rgba(255,255,255,.30);
  background: #2a2828;
  transform: translateY(-1px);
}

.service-tile.is-selected {
  border-color: rgba(255,255,255,.75);
  background: rgba(255,255,255,.07);
}

/* selection indicator */

.service-tile::after {
  content: "";

  position: absolute;
  top: 13px;
  right: 13px;

  width: 16px;
  height: 16px;

  border: 2px solid rgba(255,255,255,.25);
  border-radius: 50%;

  transition:
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.service-tile.is-selected::after {
  border-color: white;
  background: white;

  box-shadow:
    inset 0 0 0 4px var(--panel-2);
}

.service-tile__title {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .02em;
  display:flex;
  justify-content: center;
  align-items:center;
  width:100%

}
.service-tile__img{
  height: 100%;
  width: 5rem;
}

/* DESCRIPTION */

.service-description {
  width: 100%;
  box-sizing: border-box;

  margin-top: 16px;
  padding: 17px 18px;

  border: 1px solid rgba(255,255,255,.10);
  border-radius: 16px;

  background: var(--panel-2);

  min-height: 82px;
}

.service-description strong {
  display: block;

  margin-bottom: 5px;

  color: white;
  font-size: 13px;
  font-weight: 800;
}

.service-description p {
  margin: 0;

  color: var(--muted);

  font-size: 13px;
  line-height: 1.55;
}


/* MOBILE */

@media (max-width: 680px) {

  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-tile {
    min-height: 90px;
  }

}
















/* =========================================================
   COOKIE CONSENT
   ========================================================= */

.cookie-consent {
    position: fixed;
    z-index: 99999;

    left: 50%;
    bottom: 20px;

    width: min(920px, calc(100% - 32px));

    transform: translate(-50%, calc(100% + 50px));
    opacity: 0;
    pointer-events: none;

    transition:
        transform 500ms cubic-bezier(.2,.8,.2,1),
        opacity 250ms ease;
}

.cookie-consent.is-visible {
    transform: translate(-50%, 0);
    opacity: 1;
    pointer-events: auto;
}

.cookie-consent-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 32px;

    padding: 22px 24px;

    background: rgba(20, 20, 20, 0.88);

    border:
        1px solid var(--glass-border);

    border-radius: 24px;

    backdrop-filter:
        blur(22px)
        saturate(140%);

    -webkit-backdrop-filter:
        blur(22px)
        saturate(140%);

    box-shadow:
        0 18px 60px rgba(0,0,0,.40),
        inset 0 1px 0 rgba(255,255,255,.05);
}


/* COPY */

.cookie-consent-copy {
    max-width: 590px;
}

.cookie-consent-label {
    display: block;

    margin-bottom: 7px;

    color: var(--primary-brand);

    font-size: .65rem;
    font-weight: 900;

    letter-spacing: .14em;
}

.cookie-consent h3 {
    margin: 0 0 7px;

    color: white;

    font-size: 1.15rem;
    font-weight: 900;

    letter-spacing: -.02em;
}

.cookie-consent p {
    margin: 0;

    color: var(--muted);

    font-size: .82rem;
    line-height: 1.5;
}

.cookie-consent-link {
    display: inline-block;

    margin-top: 7px;

    color: #fff;

    font-size: .75rem;
    font-weight: 700;

    text-decoration: underline;
    text-decoration-color: rgba(255,255,255,.3);

    text-underline-offset: 3px;
}


/* BUTTONS */

.cookie-consent-actions {
    display: flex;
    gap: 8px;

    flex-shrink: 0;
}

.cookie-btn {
    min-height: 44px;

    padding: 0 18px;

    border: 0;
    border-radius: 999px;

    cursor: pointer;

    font-family: inherit;
    font-size: .82rem;
    font-weight: 800;

    white-space: nowrap;

    transition:
        transform 160ms ease,
        background 160ms ease,
        filter 160ms ease;
}

.cookie-btn:hover {
    transform: translateY(-1px);
}

.cookie-btn-primary {
    color: #fff;
    background: var(--primary-brand);
}

.cookie-btn-primary:hover {
    filter: brightness(.92);
}

.cookie-btn-secondary {
    color: #fff;

    background:
        rgba(255,255,255,.07);

    border:
        1px solid rgba(255,255,255,.10);
}

.cookie-btn-secondary:hover {
    background:
        rgba(255,255,255,.12);
}