:root{

  /* COLOR SCHEME */
  --city-blue: rgba(23,98,253,1);
  --city-blue-haze: rgba(23,98,253,0.5);
  --city-blue-light-haze: rgba(23,98,253,0.2);
  --white-haze: rgba(255,255,255,0.3);
  --grad: linear-gradient(124deg,rgba(26, 62, 190, 1) 0%, rgba(0, 180, 221, 1) 100%);
  --light-grad: linear-gradient(124deg,rgba(157, 173, 242, 1) 0%, rgba(149, 205, 222, 1) 100%);
  --dark-grad: linear-gradient(137deg,rgba(23,98,253,1) 0%, rgba(91, 118, 217, 1) 100%);
  --grad-overlay: linear-gradient(180deg,rgba(51, 51, 51, .9) 0%, rgba(0, 180, 221, 0) 100%);
  --card-text-bg: linear-gradient(124deg,rgba(157, 173, 242, 0.1) 0%, rgba(149, 205, 222, 0.1) 100%);

  /* IMAGE LINKS - COMMERCIAL*/
  --card_liability: url(/assets/images/business/PublicLiability_FloorSign.webp);
  --card_employers: url(/assets/images/business/EmployersLiability.webp);
  --card_res-let: url(/assets/images/product-cards/res-let.webp);
  --card_contractors: url(/assets/images/product-cards/contractors.webp);
  --card_shops: url(/assets/images/product-cards/shops.webp);
  --card_fleet: url(/assets/images/business/Motor_Fleet.webp);
  --card_office: url(/assets/images/product-cards/office.webp);
  --card_comm-combined: url(/assets/images/business/CommericalCombined.webp);
  --card_cyber: url(/assets/images/business/CyberInsurance.webp);
  --image_liability_tripping: url(/assets/images/business/PublicLiability_Tripping.webp);
  --image_office_interior: url(/assets/images/business/Office_Interior.webp);
  --image_warehouse: url(/assets/images/business/warehouse.webp);
  --image_tradecredit_dealt: url(/assets/images/business/TradeCredit_deal.webp);
  --image_cyber_hacked: url(/assets/images/business/cyber_hacked.webp);
  --card_comm-prop: ;
  --card_bars: ;
  --card_larger-business: ;
 

  /* IMAGE LINKS - PROPERTY */
  --card_property: url(/assets/images/hero-cards/index/property-insurance.webp);
  --card_high-value-home: url(/assets/images/property/HighValHome.webp);
  --card_property-renovation: url(/assets/images/property/PropertyRenovations.webp);
  --card_vacant-property: url(/assets/images/property/VacantProperty.webp);
  --image_empty-house: url(/assets/images/property/EmptyHouse_Boxes.webp);
  --image_privateclient-interior: url(/assets/images/property/PrivateClient_Interior.webp);
  --image_prestigehome-interior: url(/assets/images/property/PrestigeHome_Interior.webp);
  --image_prestigehome: url(/assets/images/property/PrestigeHome.webp);

  /* IMAGE LINKS - LANDLORDS */
  --card_residential-landlord: url(/assets/images/landlord/ResidentialProperty.webp);
  --card_commercial-landlord: url(/assets/images/landlord/CommercialProperty.webp);
  --card_mixed-use-landlord: url(/assets/images/landlord/MixedProperty.webp);
  --image_mixed_split: url(/assets/images/landlord/MixedProperty_SplitScreen.webp);

  /* IMAGE LINKS - PERSONAL LINES*/
  --card_personal: url(/assets/images/product-cards/personal.webp);
  --card_car: url(/assets/images/personal/olderWoman_Driving.webp);
  --card_classic-car: url(https://images.pexels.com/photos/33986791/pexels-photo-33986791.jpeg); /*--------REPLACE*/
  --card_supercar: ;
  --card_learner-driver: url(/assets/images/personal/learnerDriver_InTheCar.webp); 
  --card_luxury-car: ;
  --card_temp-car: ;
  --card_claims-car: ;
  --card_expat-car: url(https://images.pexels.com/photos/30973547/pexels-photo-30973547.jpeg); /*--------REPLACE*/
  --card_no-no-claims: url(https://images.pexels.com/photos/170811/pexels-photo-170811.jpeg); /*--------REPLACE*/ 
  --card_impound-release: ;
  --card_home: url(/assets/images/personal/StandardHome.webp);
  --card_van: url(/assets/images/personal/Van_Driving.webp);
  --card_business: url(/assets/images/hero-cards/index/business-insurance.webp);
  --card_private-client: ;
  --card_travel: url(/assets/images/personal/Travel.webp);
  --card_office_insurance: url(/assets/images/business/Office_Exterior_LowAngle.webp);
  --image_homeowners: url(/assets/images/personal/HomeOwners.webp);
  --image_car_interior: url(/assets/images/personal/Car_Interior.webp);
  --image_travel_sea: url(/assets/images/personal/Travel_Sea.webp);
  
  /* IMAGE LINKS - GENERAL */
  --image_handshake: url(/assets/images/general/handshake.webp);
  --image_service: url(/assets/images/test/service.webp);
  --image_map: url(/assets/images/general/map.webp);
  --image_high-street: url(/assets/images/general/landlords/high-street.webp);
  --image_office-block: url(/assets/images/general/landlords/office-block.webp);
  --image_mixed-use: url(/assets/images/general/landlords/mixed-use.webp);
  --image_owner-occupied: url(/assets/images/general/landlords/owner-occupied.webp);
  --image_moving-house: url(/assets/images/personal/expatCar_MovingHouse.webp);
  --image_older-woman-driving: url(/assets/images/personal/olderWoman_Driving.webp);
  --image_OfficeHighfive: url(/assets/images/general/PeopleInOffice_HighFive.webp);

}

* {
  margin: 0;
  padding: 0;
  font-family: brother-1816;
/*  transition: all .3s ease;*/
box-sizing: border-box;
color: black;
}

html {
  width: 100vw;
  height: 100vh;
/*  background: var(--light-grad);*/
scroll-padding-top: 100px;
scroll-behavior: smooth;
overscroll-behavior: none;
}

body {
  width: 100%;
overscroll-behavior: none;
}

p {
  color: oklch(44.6% 0.043 257.281);
}


.squircle-border-svg {
  display: block;
}




/*---------------------*/
/*-----NAV STYLES------*/
/*---------------------*/

.nav {
  width: 100%;
  padding: 15px 32px;
  height: 70px;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  position: sticky;
  top: 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  z-index: 10;
}


.nav-cont {
  height: 100%;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

#logo { 
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: fit-content;
}

#logo img {
  height: 90%;
}

.flex-col {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.flex-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.nav-menu {
  display: flex;
  gap: 20px;
  color: #333;
  height: 100%;
  width: 100%;
  justify-content: center;
}

.nav-menu a {
  text-decoration: none;
  font-size: 15px;
  font-weight: 400;
  height: fit-content;
  margin-top: auto;
  margin-bottom: auto;
  border-radius: 99px;
  user-select: none;
  cursor: pointer;
  transition: all .3s ease;
  position: relative;
}

.nav-menu a:after {
  content: "";
  position: absolute;
  width: 0%;
  height: 3px;
  background: var(--grad);
  bottom: -5px;
  left: 0;
  transition: all .3s ease;
}

.nav-menu a:hover:after {
  width: 100%;
  rotate: -2deg;
  transition: all .3s ease;
}

.nav-menu a[active='true']:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: var(--grad);
  bottom: -5px;
  left: 0;
  rotate: -2deg;
  transition: all .3s ease;
}

.nav-right {
  height: 100%;
  display: flex;
  gap: 20px;
  width: fit-content;
}

.btn {
  text-decoration: none;
  padding: 8px 15px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  gap: 10px;
  font-size: 15px;
  white-space: nowrap;
  font-weight: 200;
  cursor: pointer;
  transition: all.3s ease;
  &:hover {
    scale: 1.05;
    transition: all .3s ease;
  }
}

.btn.filled {
  background: var(--grad);
  color: white;
}

.btn.unfilled {
  color: oklch(0% 0 0);
  background: rgba(50, 50, 50, 0.1);
}

.btn img {
  height: 100%;
}

.btn.menu-toggle.relax {
  flex-direction: column;
  height: 100%;
  aspect-ratio: 1/1;
  justify-content: center;
  gap: 5px;
  padding: 10px;
  cursor: pointer;
  background: var(--grad);
}

.btn.menu-toggle.relax span {
  width: 100%;
  height: 2px;
  background: white;
}

.mobile {
  display: none;
}

.drop-menu-cont {
  height: calc(100vh - 70px);
  width: 100%;
  position: fixed;
  top: 70px;
  background: rgba(255, 255, 255, 0.5);
  z-index: 10;
  backdrop-filter: blur(10px);
}

.drop-menu {
  width: 100%;
  background: white;
  border-bottom: 2px solid rgba(51, 51, 51, 0.2);
}

.drop-menu .cont {
  display: flex;
  gap: 40px;
  width: 100%;
  max-width: 1200px;
  padding: 20px;
  margin: 0 auto;
}

.drop-group ul{
  margin-top: 10px;
}

.drop-group a, .quick-links a {
  text-decoration: none;
}

.drop-menu .drop-group li{
  list-style: none;
  width: fit-content;
  position: relative;
  margin-bottom: 10px;
}

.drop-group li:after{
  position: absolute;
  content: '→';
  right: -10px;
  color: var(--city-blue);
  opacity: 0;
  transition: all.3s ease;
}

.drop-group li:hover:after {
  opacity: 1;
  right: -20px;
  transition: all.3s ease;
}

.drop-group li, .quick-links li{
  list-style: none;
  font-weight: 500;
  user-select: none;
  cursor: pointer;
}

.quick-links li a {
  font-size: 20px;
}

.drop-group h {
  font-size: 20px;
  font-weight: 200;
  margin-bottom: 20px;
  position: relative;
}

.drop-group li {
  font-weight: 200;
}


.drop-group h:after {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  background: var(--grad);
  bottom: -2px;
  left: 0;
  width: 100%;
  rotate: -1deg;
}

.mobile-menu {
  display: none;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
  gap: 14px;
  flex-direction: column;
  min-height: calc(100vh - 70px);
  min-height: calc(100dvh - 70px);
  padding-bottom: calc(20px + env(safe-area-inset-bottom));
}

.mobile-menu-item {
  border-bottom: 1px solid rgba(51, 51, 51, 0.12);
  padding-bottom: 12px;
}

.mobile-menu-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.mobile-menu-head a {
  text-decoration: none;
  font-size: 18px;
  font-weight: 300;
}

.mobile-menu-toggle {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid var(--city-blue-light-haze);
  background: rgba(23, 98, 253, 0.08);
  font-size: 0;
  line-height: 0;
  position: relative;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease;
}

.mobile-menu-toggle::before,
.mobile-menu-toggle::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 2px;
  background: var(--city-blue);
  top: 50%;
  left: 50%;
  transform-origin: center;
  transition: transform .2s ease;
}

.mobile-menu-toggle::before {
  transform: translate(-50%, -50%);
}

.mobile-menu-toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.mobile-menu-item.is-expanded .mobile-menu-toggle {
  transform: none;
  background: rgba(23, 98, 253, 0.14);
}

.mobile-menu-item.is-expanded .mobile-menu-toggle::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.mobile-menu-item.is-expanded .mobile-menu-toggle::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.mobile-submenu {
  list-style: none;
  margin-top: 10px;
  padding-left: 0;
  overflow: hidden;
  max-height: 0;
  transition: max-height .25s ease;
}

.mobile-submenu li {
  margin-bottom: 8px;
}

.mobile-submenu a {
  text-decoration: none;
  font-size: 15px;
  font-weight: 200;
}

.mobile-menu-cta {
  display: flex;
  flex-direction: row;
  gap: 12px;
  padding-top: 20px;
  flex-wrap: wrap;
  margin-top: auto;
  align-items: center;
  justify-content: center;
}

.mobile-menu-cta .btn {
  padding: 8px 15px;
  border-radius: 10px;
  height: 38px;
  flex: 1 1 0;
  justify-content: center;
}

.breadcrumb-wrap {
  background: #fff;
  border-bottom: 1px solid rgba(15, 33, 66, 0.08);
}

.breadcrumb-wrap .cont {
  padding-top: 10px;
  padding-bottom: 10px;
}

.breadcrumbs {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
}

.breadcrumbs li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: oklch(46% 0.04 257);
}

.breadcrumbs li + li::before {
  content: "|";
  color: rgba(15, 33, 66, 0.45);
}

.breadcrumbs a {
  text-decoration: none;
  color: #004fa3;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.breadcrumbs [aria-current="page"] {
  color: #0f2142;
  font-weight: 500;
}




@media only screen and (max-width: 1035px) {
  .nav-menu {
    display: none;
  }

  .btn.mobile {
    display: flex;
  }
  .desktop {
    display: none;
  }

  .drop-menu .cont {
    display: none;
  }

  .drop-menu-cont {
    overflow-y: auto;
  }

  .mobile-menu {
    display: flex;
  }

  .breadcrumb-wrap .cont {
    padding-top: 8px;
    padding-bottom: 8px;
  }

}



/*--------------------------*/
/*-----END: NAV STYLES------*/
/*--------------------------*/


/*----------------------*/
/*-----HERO STYLES------*/
/*----------------------*/

.hero-img {
  width: 100%;
  padding: 20px;
}

@media only screen and (max-width: 1000px) {
  .hero-img {
    display: none;
  }
}

/*---------------------------*/
/*-----END: HERO STYLES------*/
/*---------------------------*/

/*---------------------*/
/*-----CTA STYLES------*/
/*---------------------*/

.cta-2 {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.cta {
 padding: 10px 20px;
 border-radius: 10px;
 font-weight: 200;
 cursor: pointer;
 text-decoration: none;
 user-select: none;
 transition: all .3s ease;
}

.cta.dark {
  background: var(--grad);
  color: white;
  &:hover {
    scale: 1.1;
    transition: all .3s ease;
  }

}

.cta.light {
  background: rgba(50, 50, 50, 0.1);
  color: oklch(0% 0 0);
  outline: none;
  &:hover {
    scale: 1.1;
    transition: all .3s ease;
  }
}


.cta-cont .cta {
  padding: 10px 20px;
  border-radius: 10px;
  background: white;
}



.cta-cont .cta.dark {
  background: var(--dark-grad);
  color: white;
  border: .5px solid rgba(255, 255, 255, 0.3);
}

.cont .cta-cont {
  margin: 0 auto;
  display: flex;
  gap: 20px;
}

@media only screen and (max-width: 464px) {
  .cont .cta-cont {
    flex-direction: column;
  }
}

/*--------------------------*/
/*-----END: CTA STYLES------*/
/*--------------------------*/


section.hero {
  width: 100%;
  border-bottom: 2px solid rgba(51, 51, 51, 0.1);
  min-height: 40vh;
}

.car-hero .hero-text h1 {
  font-size: 60px;
  line-height: 58px;
}

.car-section {
  padding: 30px 0;
}

.car-section h2 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 16px;
}

.car-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  margin-top: 20px;
}

.car-card {
  background: white;
  border: 1px solid rgba(51, 51, 51, 0.12);
  border-radius: 16px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.car-card h3 {
  font-size: 18px;
  font-weight: 500;
}

.car-card img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 12px;
}

.car-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.car-card-actions .cta {
  padding: 8px 12px;
  font-size: 14px;
}

.car-split {
  background: var(--card-text-bg);
}

.car-split-grid {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.car-table {
  width: 100%;
  border-collapse: collapse;
  background: white;
  border-radius: 12px;
  overflow: hidden;
}

.car-table th,
.car-table td {
  border-bottom: 1px solid rgba(51, 51, 51, 0.12);
  padding: 12px 14px;
  text-align: left;
  font-size: 15px;
}

.car-table thead th {
  background: rgba(23, 98, 253, 0.1);
  font-weight: 600;
}

.car-list,
.car-link-list,
.car-policy-list {
  list-style: none;
  padding-left: 0;
  display: grid;
  gap: 10px;
}

.car-link-list {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.car-policy-list {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.car-list li::before,
.car-policy-list li::before {
  content: "*";
  color: var(--city-blue);
  margin-right: 8px;
}

.car-link-list a {
  text-decoration: none;
  font-weight: 500;
}

.car-callout {
  margin-top: 20px;
  background: white;
  border-radius: 14px;
  padding: 16px;
  border: 1px solid rgba(51, 51, 51, 0.12);
}

.car-callout ul {
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
  display: grid;
  gap: 6px;
}

.car-benefits {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.car-benefit {
  background: white;
  border-radius: 16px;
  border: 1px solid rgba(51, 51, 51, 0.12);
  padding: 16px;
  text-align: center;
}

.car-benefit h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.car-benefit img {
  width: 70px;
  height: 70px;
  object-fit: contain;
  margin-bottom: 10px;
}

.car-alt {
  background: var(--card-text-bg);
}

.car-note {
  font-size: 14px;
  color: oklch(44.6% 0.043 257.281);
  margin-top: 12px;
}

@media only screen and (max-width: 600px) {
  .car-hero .hero-text h1 {
    font-size: 46px;
    line-height: 46px;
  }
}

grad {
  position: relative;
  color: transparent;
  background: var(--grad);
  background-clip: text;
}

light-grad {
  position: relative;
  color: transparent;
  background: var(--light-grad);
  background-clip: text;
}

.cont {
  max-width: 1200px;
  padding: 20px;
  width: 100%;
  margin: 0 auto;
}


section.hero .cont {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 20px;
  align-items: center;
}

.hero-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: auto 0;
}

.hero-text h1{
  font-size: 70px;
  font-weight: 600;
  line-height: 60px;
  opacity: 1;
}

.hero-text p {
  font-size: 20px;
  font-weight: 300;
}

.hero-text grad {
  white-space: nowrap;
}

point {
  height: 28px;
  padding: 5px;
  display: flex;
  flex-direction: row;
  gap: 5px;
}

point img {
  height: 100%;
}

point span {
  font-size: 13px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: oklch(55.4% 0.046 257.417);
}


/* --- Drawer animation base (add to your CSS) --- */
/* Panel grows from the top */
.drop-menu {
  transform-origin: top;
  will-change: transform, opacity;
}

.drop-menu-cont { display: none; }
.drop-menu-cont.is-open { display: block; }



.blue-card {
  width: 100%;
  padding: 20px;
  border-radius: 20px;
  background: var(--dark-grad);
  box-shadow: 
  0px 2px 2px rgba(0, 0, 0, 0.1),0px 4px 4px rgba(0, 0, 0, 0.1),0px 8px 8px rgba(0, 0, 0, 0.1);
  color: white;
}

.blue-card h {
  color: white;
  font-size: 30px;
  font-weight: 600;
}


@media (prefers-reduced-motion: reduce) {
  .drop-menu .cont > * ,                /* sections */
  .drop-menu .cont > * h,
  .drop-menu .cont > * li {
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
}

/* Optional: while drawer open, prevent body scroll */
html.nav-locked { overflow: hidden; }


#hero-cards {
  margin: 0 auto;
}

.hero-carousel {
  width: 100%;
  margin: 0 auto;
  align-self: center;
}

.hero-carousel-viewport {
  width: 100%;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 18px 40px rgba(9, 79, 163, 0.15);
  position: relative;
}

.hero-carousel-track {
  display: flex;
  transition: transform 650ms ease;
  will-change: transform;
}

.hero-slide {
  position: relative;
  flex: 0 0 100%;
  min-height: 280px;
  aspect-ratio: 4 / 2.7;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  text-decoration: none;
  color: inherit;
}

.hero-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 29, 63, 0) 40%, rgba(7, 29, 63, 0.6) 100%);
}

.hero-slide-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 22px;
}

.hero-slide-overlay h3 {
  font-size: 40px;
  font-weight: 600;
  color: white;
  text-shadow: 0 6px 14px rgba(0, 0, 0, 0.35);
  margin: 0;
  text-align: center;
}

.hero-carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(9, 79, 163, 0.25);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease;
  z-index: 2;
}

.hero-carousel-arrow img {
  width: 20px;
  height: 20px;
  display: block;
}

.hero-carousel-prev { left: 14px; }
.hero-carousel-next { right: 14px; }

.hero-carousel-prev img {
  transform: rotate(180deg);
}

.hero-carousel:hover .hero-carousel-arrow {
  opacity: 1;
  pointer-events: auto;
}

.hero-carousel-arrow:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.9);
  outline-offset: 3px;
}

@media only screen and (max-width: 900px) {
  .hero-carousel-arrow {
    width: 38px;
    height: 38px;
    font-size: 18px;
  }
}

.hero-slide:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.8);
  outline-offset: -6px;
}

@media only screen and (max-width: 1150px) {
  .hero-slide {
    min-height: 250px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-carousel-track {
    transition: none;
  }
}


@media only screen and (max-width: 800px) {
  section.hero .cont {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    column-gap: 20px;
  }
}

@media only screen and (max-width: 485px) {
  .hero-text h1{
    font-size: 60px;
  }
}

@media only screen and (max-width: 400px) {
  .hero-text h1{
    font-size: 55px;
  }
}




#contact-box.contact-callback-section,
.opening-hours-section {
  padding-top: 0;
}

.contact-page-hero .contact-methods {
  display: grid;
  gap: 12px;
  align-self: stretch;
}

.contact-method {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  min-height: 100px;
  padding: 20px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.08);
  text-decoration: none;
  transition: all .3s ease;
}

.contact-method:hover {
  background: rgba(255, 255, 255, 0.15);
  scale: 1.02;
}

.contact-method span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.contact-method strong {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.2;
}

#quick-contact {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 20px;
}
.contact-wide {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#quick-contact p {
  color: white;
  margin-top: 10px;
}

#quick-contact h{
  line-height: 30px;
}

.contact-wide input {
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  border: 2px solid white;
  color: white;
  background: rgba(255, 255, 255, 0.2);
  font-size: 15px;

  &::placeholder {
    color: white;
  }

  &:focus {
    outline: none;
  }
}

.quick-contact-text a {
  text-decoration: none;
  color: white;
  font-weight: 500;
}

.contact-wide input[type='submit'] {
  background: white;
  color: var(--city-blue);
}

.contact-form-success {
  grid-column: 1 / -1;
  padding: 32px 34px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.14) 100%);
  border: 1px solid rgba(255, 255, 255, 0.26);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
}

.contact-form-success h3 {
  color: white;
  font-size: 42px;
  line-height: 40px;
  margin-bottom: 14px;
  font-weight: 600;
}

.contact-form-success p {
  color: white;
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
  max-width: 34ch;
  margin-left: auto;
  margin-right: auto;
}

#quick-contact.is-success {
  grid-template-columns: 1fr;
  place-items: center;
  min-height: 300px;
  align-content: center;
}

@media only screen and (max-width: 700px) {
  .contact-form-success {
    padding: 24px 22px;
    border-radius: 24px;
  }

  .contact-form-success h3 {
    font-size: 34px;
    line-height: 32px;
  }

  .contact-form-success p {
    font-size: 16px;
  }

  #quick-contact.is-success {
    min-height: 240px;
  }
}

@media only screen and (max-width: 850px) {
  #quick-contact {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

@media only screen and (max-width: 700px) {
  #quick-contact {
    display: grid;
    grid-template-columns: 1fr;
  }
}

@media only screen and (max-width: 560px) {
  .contact-method strong {
    font-size: 18px;
  }
}

.opening-hours-panel {
  background:
    radial-gradient(circle at top left, rgba(0, 180, 221, 0.18), transparent 32%),
    linear-gradient(135deg, #f7fbff 0%, #edf5fb 100%);
  border: 1px solid rgba(19, 67, 127, 0.12);
  padding: 32px;
  box-shadow: 0 18px 50px rgba(9, 35, 74, 0.08);
}

.opening-hours-intro {
  max-width: 760px;
  margin-bottom: 24px;
}

.opening-hours-eyebrow {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 10px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(26, 62, 190, 0.1);
  color: var(--city-blue);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.opening-hours-intro h2 {
  margin: 0 0 10px;
  color: #071629;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 0.95;
}

.opening-hours-intro p {
  margin: 0;
  color: #41536d;
  font-size: 17px;
  line-height: 1.55;
}

.opening-hours-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.opening-hours-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 20px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(19, 67, 127, 0.12);
}

.opening-hours-card h3,
.opening-hours-special h3,
.opening-hours-special-card h4 {
  margin: 0;
  color: #071629;
}

.opening-hours-card h3 {
  min-height: 44px;
  font-size: 21px;
  line-height: 1.05;
}

.opening-hours-card dl,
.opening-hours-special-card dl {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 18px 0 0;
}

.opening-hours-card dl div,
.opening-hours-special-card dl div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding-top: 10px;
  border-top: 1px solid rgba(19, 67, 127, 0.1);
}

.opening-hours-card dt,
.opening-hours-special-card dt {
  color: #5d6d83;
  font-weight: 700;
}

.opening-hours-card dd,
.opening-hours-special-card dd {
  margin: 0;
  color: #071629;
  font-weight: 800;
  text-align: right;
}

.opening-hours-shared {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 16px;
  padding: 18px 22px;
  background: linear-gradient(135deg, #071629 0%, #102946 100%);
  color: white;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.opening-hours-shared span {
  color: rgba(255, 255, 255, 0.86);
  font-weight: 700;
}

.opening-hours-shared strong {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
}

.opening-hours-special {
  margin-top: 24px;
}

.opening-hours-special-card {
  margin-top: 12px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(19, 67, 127, 0.12);
}

@media only screen and (max-width: 1050px) {
  .opening-hours-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media only screen and (max-width: 650px) {
  .opening-hours-panel {
    padding: 22px;
  }

  .opening-hours-grid {
    grid-template-columns: 1fr;
  }

  .opening-hours-card h3 {
    min-height: 0;
  }

  .opening-hours-shared,
  .opening-hours-card dl div,
  .opening-hours-special-card dl div {
    align-items: flex-start;
    flex-direction: column;
  }

  .opening-hours-card dd,
  .opening-hours-special-card dd {
    text-align: left;
  }
}

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

.optional-extra-card {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 24px;
  background: white;
  border: 1px solid rgba(15,33,66,0.12);
  box-shadow: 0 12px 28px rgba(9,79,163,0.08);
}

.optional-extra-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.optional-extra-card-head span {
  color: #0f2142;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.optional-extra-card-head strong {
  color: white;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--grad);
  white-space: nowrap;
}

.optional-extra-card h3 {
  margin: 0;
  color: #0f2142;
  font-size: 28px;
  line-height: 1.05;
}

.optional-extra-card p,
.optional-extra-list li,
.optional-extra-breakdown p {
  color: oklch(46% 0.04 257);
}

.optional-extra-card--wide {
  gap: 24px;
}

.optional-extra-wide-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 22px;
  align-items: center;
}

.optional-extra-wide-grid .optional-extra-card-head {
  margin-bottom: 18px;
}

.optional-extra-intro-copy {
  align-self: center;
}

.optional-extra-intro-copy p {
  max-width: 58ch;
}

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

.optional-extra-list li {
  position: relative;
  padding-left: 25px;
}

.optional-extra-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 16px;
  height: 16px;
  background-image: url(/assets/icons/tick_shield.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.optional-extra-table-wrap {
  overflow-x: auto;
}

.optional-extra-table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: 18px;
  background: #f7f9fc;
}

.optional-extra-table th,
.optional-extra-table td {
  padding: 12px 14px;
  border-bottom: 1px solid rgba(15,33,66,0.08);
  text-align: left;
}

.optional-extra-table th {
  color: white;
  background: var(--dark-grad);
}

.optional-extra-table tr:last-child td {
  border-bottom: 0;
}

.optional-extra-breakdown {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.optional-extra-breakdown article {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 16px;
  border-radius: 18px;
  background: #f7f9fc;
  border: 1px solid rgba(15,33,66,0.08);
}

.optional-extra-breakdown span {
  display: block;
  color: #0f2142;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 6px;
}

.optional-extra-breakdown strong {
  display: block;
  color: #0f2142;
  font-size: 28px;
  line-height: 1;
  margin-bottom: 8px;
}

@media only screen and (max-width: 850px) {
  .optional-extra-grid,
  .optional-extra-breakdown,
  .optional-extra-wide-grid {
    grid-template-columns: 1fr;
  }
}


/*-----------------------*/
/*-----PRODUCT CARDS-----*/
/*-----------------------*/

.quick-nav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  padding-top: 40px;
  padding-bottom: 10px;
}

.quick-link {
  border: 2px solid var(--city-blue);
  border-radius: 22px;
  padding: 22px 20px 18px;
  background: white;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.quick-link-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
}

.quick-link-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 0 auto;
}

.quick-link-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #d7dfe9;
  background: #f7f9fc;
  color: #0e3a6d;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
}

.quick-link-toggle:focus-visible {
  outline: 2px solid #7aa7ff;
  outline-offset: 2px;
}

.quick-link h {
  font-size: 28px;
  font-weight: 600;
  margin: 0;
  color: #111;
  line-height: 1.1;
  flex: 1 1 auto;
}

.quick-link ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1 1 auto;
}

.quick-link a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
}

.quick-link-pill {
  display: block;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 6px 14px;
  border-radius: 999px;
  background: #f2f4f7;
  color: #111;
  transition: all .2s ease;
}

.quick-link-pill:hover {
  background: #e6eef9;
  color: #0e3a6d;
}

.quick-link-pill.more-info {
  background: var(--city-blue);
  color: white;
}

.quick-link-pill.more-info:hover {
  background: #0f3a88;
}

.quick-link li.more-info {
  margin-top: auto;
}

#product-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.product-card {
  text-decoration: none;
  width: 100%;
  height: 280px;
  overflow: hidden;
  display: grid;
  grid-template-rows: 2fr 1fr;
  user-select: none;
  cursor: pointer;
  position: relative;
  transition: all .3s ease;
}

.product-card .image {
  width: 100%;
  height: 100%;
  background: white;
  background-size: 100%;
  background-position: center center;
  transition: all .3s ease;
}

.product-card .text {
  height: 100%;
  width: 100%;
  background: var(--card-text-bg);
  padding: 10px 15px;
}

.product-card .text h {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.7);
  font-size: 18px;
}

.product-card .text p {
  font-size: 16px;
  color: black;
  font-weight: 200;
}

.product-card .cta-cont {
  padding: 10px 0px;
}

.product-card .cta-cont .cta {
  width: 100%;
  text-align: center;
}

.product-card .cta-cont .cta:hover {
  scale: 1.05;
  transition: all .3s ease;
}

.product-card:after {
  content: '';
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
  position: absolute;
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.8);
  background-image: url(/assets/icons/arrow_right.png);
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  top: 10px;
  right: 20px;
  border-radius: 999px;
  opacity: 0;
  transition: all .3s ease;
}

.product-card:hover {
  transform: translateY(-10px);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08), 0px 8px 8px rgba(0, 0, 0, 0.06), 0px 16px 16px rgba(0, 0, 0, 0.04);
  transition: all .3s ease;
}

.product-card:hover .image {
  background-size: 110%;
  transition: all .3s ease;
}

.product-card:hover:after {
  right: 10px;
  opacity: 1;
  transition: all .3s ease;
}


@media only screen and (max-width: 850px) {
  .quick-nav {
    grid-template-columns: repeat(2, 1fr);
  }

  .quick-link-head {
    flex-direction: row;
    align-items: flex-start;
  }

  #product-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
}

@media only screen and (max-width: 700px) {
  .quick-nav {
    grid-template-columns: 1fr;
  }

  .quick-link-toggle {
    display: inline-flex;
  }

  .quick-link ul {
    display: none;
  }

  .quick-link.is-open ul {
    display: flex;
  }

  #product-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
}

@media only screen and (max-width: 450px) {
  #product-cards {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
  }
}


/*----------------------------*/
/*-----END: PRODUCT CARDS-----*/
/*----------------------------*/

section.pale-grad {
  background: radial-gradient(circle,rgba(222, 242, 252, 1) 0%, rgba(247, 249, 251, 1) 100%);
}

section.solo-text {
  background: radial-gradient(circle,rgba(222, 242, 252, 1) 0%, rgba(247, 249, 251, 1) 100%);
}

.solo-text .cont {
  max-width: 800px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 50px 20px;
}

.solo-text .cont h {
  font-size: 40px;
  line-height: 40px;
  font-weight: 600;
}

/*----------------------*/
/*-----FOOTER STYLE-----*/
/*----------------------*/

.footer {
  background: rgba(0, 0, 0, 0.03);
  box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.025), inset 0px 4px 4px rgba(0, 0, 0, 0.025) ;
}

.footer .cont {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 20px;
}

.footer .cont h {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.7);
}

.footer .cont li {
  list-style: none;
  color: oklch(55.4% 0.046 257.417);
  font-weight: 200;
}

.footer .cont p {
  color: oklch(55.4% 0.046 257.417);
  font-weight: 200;
}

.footer .cont a {
  text-decoration: none;
  color: oklch(55.4% 0.046 257.417);
}

.cont.disclaimer{
  display: block;
  text-align: center;
  font-size: 12px;
}

.disclaimer p {
  font-size: 12px;
}

.disclaimer span {
  display: block;
  width: 80%;
  height: 1px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 1px;
  margin: 10px auto;
}

@media only screen and (max-width: 950px) {
  .footer {
  background: white;
  box-shadow: none;
  padding: 20px;
}
.footer .cont {
  background: rgba(0, 0, 0, 0.1);
  padding: 20px;
}
.cont.disclaimer{
  background: none;
}
}



@media only screen and (max-width: 915px) {
  .footer .cont {
    grid-template-columns: repeat(4, 1fr);
  }
  .footer .cont li, .footer .cont p {
    font-size: 15px;
  }
  .disclaimer p {
    font-size: 12px;
  }

}

@media only screen and (max-width: 695px) {
  .footer .cont {
    grid-template-columns: repeat(3, 1fr);
  }
  .footer .cont li, .footer .cont p {
    font-size: 15px;
  }
  .disclaimer p {
    font-size: 12px;
  }

}

@media only screen and (max-width: 525px) {
  .footer .cont {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer .cont li, .footer .cont p {
    font-size: 15px;
  }
  .disclaimer p {
    font-size: 12px;
  }

}

@media only screen and (max-width: 360px) {
  .footer .cont li, .footer .cont p {
    font-size: 14px;
  }
  .disclaimer p {
    font-size: 12px;
  }
}
/*---------------------------*/
/*-----END: FOOTER STYLE-----*/
/*---------------------------*/


/* your headline styles */
.cardstack-caption > h { 
  font-size: 60px;
  font-weight: 600;
  background: var(--grad);
  color: transparent;
  background-clip: text;
  position: absolute;
  top:460px;
  margin-left: 20px;
}

/* FAQ block (test-page) */
.tp-faq { display: grid; gap: 14px; }
.tp-faq, .tp-faq * { overscroll-behavior: auto; }
.tp-faq-item {
  border: 1px solid rgba(15, 33, 66, 0.14);
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 24px rgba(9, 79, 163, 0.08);
}
.tp-faq-q {
  width: 100%;
  text-align: left;
  padding: 16px 20px;
  background: var(--grad);
  border: 0;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
}
.tp-faq-q::after {
  content: "+";
  float: right;
  color: #fff;
  font-weight: 700;
}
.tp-faq-item.is-open .tp-faq-q::after { content: "–"; }
.tp-faq-a {
  padding: 20px 18px;
  color: #0f2142;
  opacity: 0.85;
  background: var(--card-text-bg);
  display: none;
}
.tp-faq-item.is-open .tp-faq-a { display: block; opacity: 1; }

/* Test-page blocks */
.tp-section { padding: 20px 0; }
.tp-title { font-size: 34px; font-weight: 600; margin: 0 0 12px; }
.tp-subtitle { color: oklch(46% 0.04 257); margin: 0 0 30px; }
.tp-grid { display: grid; gap: 20px; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.tp-card {
  background: #fff;
  border: 1px solid rgba(15, 33, 66, 0.12);
  border-radius: 22px;
  padding: 20px;
  box-shadow: 0 12px 28px rgba(9, 79, 163, 0.08);
}
.tp-card h4 { margin: 0 0 8px; font-size: 20px; }
.tp-card p { margin: 0; color: oklch(46% 0.04 257); font-size: 14px; }

.tp-stats { display: grid; gap: 16px; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); }
.tp-stat {
  padding: 20px;
  border-radius: 20px;
  background: var(--card-text-bg);
  border: 1px solid rgba(15, 33, 66, 0.08);
}
.tp-stat strong { display: block; font-size: 30px; color: #0f2142; }
.tp-stat span { color: oklch(46% 0.04 257); font-size: 13px; }

.tp-quote {
  border-radius: 24px;
  background: var(--grad);
  color: #fff;
  padding: 26px;
  display: grid;
  gap: 12px;
  box-shadow: 0 14px 32px rgba(9, 79, 163, 0.2);
}
.tp-quote p { margin: 0; font-size: 17px; color: #fff; }
.tp-quote .tp-stars { color: #f5b400; letter-spacing: 2px; font-size: 16px; margin: 2px 0 6px; }
.tp-quote .tp-author { font-size: 13px; color: #fff; opacity: 0.85; }
.tp-quote-nav { display: flex; gap: 8px; }
.tp-quote-nav button {
  border: 0;
  background: rgba(255,255,255,0.2);
  color: #fff;
  padding: 8px 12px;
  border-radius: 12px;
  cursor: pointer;
}

.tp-steps { counter-reset: step; display: grid; gap: 16px; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.tp-step {
  background: #fff;
  border: 1px solid rgba(15,33,66,0.12);
  border-radius: 20px;
  padding: 20px;
  position: relative;
  box-shadow: 0 12px 28px rgba(9,79,163,0.08);
}
.tp-step::before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  top: -12px;
  left: 16px;
  background: var(--dark-grad);
  color: #fff;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

.tp-tabs {
  background: #fff;
  border: 1px solid rgba(15,33,66,0.12);
  border-radius: 22px;
  padding: 16px;
  box-shadow: 0 12px 28px rgba(9,79,163,0.08);
}
.tp-tablist { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 12px; }
.tp-tab {
  border: 0;
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--card-text-bg);
  color: #0f2142;
  cursor: pointer;
}
.tp-tab.is-active { background: var(--grad); color: #fff; }
.tp-tabpanel { display: none; color: oklch(46% 0.04 257); }
.tp-tabpanel.is-active { display: block; }

.tp-compare {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(9,79,163,0.08);
}
.tp-compare th, .tp-compare td { padding: 12px 14px; border-bottom: 1px solid rgba(15,33,66,0.08); text-align: left; font-size: 14px; }
.tp-compare thead { background: var(--grad); }
.tp-compare th { color: #fff; };

.tp-masonry { columns: 3 200px; column-gap: 16px; }
.tp-masonry-item {
  break-inside: avoid;
  background: #fff;
  border: 1px solid rgba(15,33,66,0.12);
  border-radius: 18px;
  padding: 16px;
  margin: 0 0 16px;
  box-shadow: 0 12px 28px rgba(9,79,163,0.08);
}

.tp-imgtext {
  display: grid;
  grid-template-columns: minmax(240px, 0.9fr) minmax(280px, 1.1fr);
  gap: 24px;
  align-items: stretch;
  background: #fff;
  border: 1px solid rgba(15,33,66,0.12);
  border-radius: 28px;
  padding: 22px;
  box-shadow: 0 12px 28px rgba(9,79,163,0.08);
}

.tp-imgtext.text-on-left {
  display: grid;
  grid-template-columns: minmax(280px, 1.1fr) minmax(240px, 0.9fr);
  gap: 24px;
  align-items: stretch;
  background: #fff;
  border: 1px solid rgba(15,33,66,0.12);
  border-radius: 28px;
  padding: 22px;
  box-shadow: 0 12px 28px rgba(9,79,163,0.08);
}
.tp-imgtext-media {
  background-size: cover;
  background-position: center;
  border-radius: 22px;
  width: 100%;
  height: 100%;
}
.tp-imgtext-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.tp-imgtext-content h2 { margin: 0; font-size: 50px; line-height: 55px;}
.tp-imgtext-content p { margin: 0; color: oklch(46% 0.04 257); }
.tp-imgtext-points { display: grid; gap: 20px; }
.tp-imgtext-point { display: flex; gap: 8px; align-items: center; font-size: 14px; color: oklch(46% 0.04 257); }
.tp-imgtext-point img { width: 18px; height: 18px; }

@media only screen and (max-width: 600px) {
  .tp-title { font-size: 26px; }
  .tp-imgtext, .tp-imgtext.text-on-left { grid-template-columns: 1fr; }
  .tp-imgtext-media { min-height: 200px; }
}

@media only screen and (max-width: 1036px) {
  .cardstack-caption > h { 
    display: none;
    opacity: 0;
  }
}

/*-----------------------------*/
/*-----REVIEW WIDGET STYLE-----*/
/*-----------------------------*/


.tp-reviews{display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: center; padding: 20px; background-color: white;}

.tp-reviews-text{width: 100%; height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center;}

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

.ci-header{ text-align:center; margin-bottom:18px; }
.ci-header h2{ font-size:28px; font-weight:700; margin:0 0 6px; letter-spacing:-.02em; }
.ci-header p{ font-size:13px; color:var(--ci-muted); margin:0; }

/* === Carousel viewport === */
.ci-carousel-wrapper{
  position:relative;
  overflow:hidden; /* holds gradients + arrows static */
  padding:0 var(--lr-pad) 50px; /* left/right + shadow padding */
}

/* scrollable layer */
.ci-carousel{
  overflow-x:auto;
  overflow-y:hidden;
  -webkit-overflow-scrolling:touch;
  scroll-snap-type:x mandatory;
  scroll-padding-left:var(--lr-pad);
  scroll-padding-right:var(--lr-pad);
}
.ci-carousel::-webkit-scrollbar{ display:none; }
.ci-carousel{ scrollbar-width:none; }

.ci-track{
  display:flex;
  align-items:stretch;
  gap:var(--gap);
  padding:2px 0;
}

/* cards */
.ci-card{
  flex:0 0 calc((100% - (var(--gap)*2)) / 3);
  display:flex;
  scroll-snap-align:start;
  scroll-snap-stop:always;
}
@media (max-width:1024px){
  .ci-card{ flex-basis: calc((100% - var(--gap)) / 2); }
}
@media (max-width:600px){
  .ci-card{ flex-basis: 100%; }
}

.ci-inner{
  background:var(--ci-card-bg);
  border:1px solid var(--ci-border);
  border-radius:var(--ci-radius);
  box-shadow:var(--ci-shadow);
  padding:16px;
  display:flex;
  flex-direction:column;
  gap:10px;
  flex:1 1 auto;
}
.ci-row{ display:flex; justify-content:space-between; align-items:baseline; gap:10px; }
.ci-author{ font-weight:700; }
.ci-date{ font-size:12px; color:var(--ci-muted); white-space:nowrap; }
.ci-stars{ margin:2px 0 4px; color:#f5b400; font-size:16px; letter-spacing:2px; }
.ci-text{ font-size:14px; line-height:1.5; }

/* --- Edge fades stay static --- */
.ci-fade{
  position:absolute;
  top:0;
  bottom:50px;
  width:var(--lr-pad);
  pointer-events:none;
  z-index:3;
}
.ci-fade.left{
  left:0;
  background:linear-gradient(to right, var(--fade-bg), rgba(255,255,255,0));
}
.ci-fade.right{
  right:0;
  background:linear-gradient(to left, var(--fade-bg), rgba(255,255,255,0));
}

/* --- Arrows (also outside scroll area now) --- */
.ci-nav{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:42px;
  height:42px;
  border:1px solid var(--ci-border);
  border-radius:12px;
  background:#fff;
  color:var(--ci-blue);
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  z-index:4;
  user-select:none;
}
.ci-prev{ left:-64px; }
.ci-next{ right:-64px; }

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

/*----------------------------------*/
/*-----END: REVIEW WIDGET STYLE-----*/
/*----------------------------------*/


/*----------------------*/
/*-----BRAND TICKER-----*/
/*----------------------*/

.brand-ticker {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}

.brand-ticker-track {
  display: flex;
  align-items: center;
  will-change: transform;
}

.brand-ticker-item {
  flex: 0 0 auto;
  padding: 0 40px;
  opacity: 0;
  transition: opacity 0.2s linear; /* quick smoothing only */
}

.brand-ticker-item img {
  display: block;
  height: 50px; /* adjust as needed */
  width: auto;
}

.brand-ticker-white img {
  filter: brightness(0) invert(1);
}


/*---------------------------*/
/*-----END: BRAND TICKER-----*/
/*---------------------------*/


/*----------------------*/
/*-----BLOCK STYLES-----*/
/*----------------------*/

/*------ IMAGE-TEXT ------*/

.image-text {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  width: 100%;
  height: fit-content;
}

.image-text .image {
  width: 100%;
  aspect-ratio: 1/1;
  background-size: cover;
}

.image-text .text {
  display: flex; 
  flex-direction: column;
  gap: 20px;
}

.image-text .text h {
  font-size: 50px;
  font-weight: 600;
  line-height: 50px;
}

.image-text .text .contact-cont {
  width: 100%;
  height: 100%;
  background: var(--grad);
  padding: 1px;
}

.image-text .text .contact-cont div {
  width: 100%;
  height: 100%;
  background: #f4f9fc;
  padding: 20px;
}

@media only screen and (max-width: 950px) {
  .image-text {
    display: flex;
    flex-direction: column;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
  }
}

/*------ APP-AD ------*/

.app-ad {
    width: 100%;
    height: 300px;
    padding: 20px 20px 20px 20px;
    background: var(--grad);
    display: flex;
    gap: 50px;
  }

  .app-ad > img {
    transform: translateY(20px);
  }

  .app-ad .text {
    width: 100%;
    color: white;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    justify-content: space-between;
  }

.app-ad .text h {
    color: white;
    font-weight: 400;
    font-size: 30px;
}

/*-----------------------------*/
/*-----HOW TO CLAIM PAGE-------*/
/*-----------------------------*/

.claim-page {
  background: #fff;
}

.claim-page .cont {
  max-width: 1100px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.claim-title {
  margin: 0;
  color: #004fa3;
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1.05;
  font-weight: 700;
}

.claim-hotline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  color: #0f2142;
  font-weight: 700;
  font-size: 16px;
}

.claim-hotline-label {
  color: #004fa3;
}

.claim-hotline-icon {
  width: 20px;
  height: 20px;
}

.claim-hotline-link {
  color: #0f2142;
  text-decoration: none;
  font-size: 22px;
  line-height: 1;
}

.claim-copy {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.claim-copy p {
  margin: 0;
  color: oklch(46% 0.04 257);
  font-size: 16px;
  line-height: 1.45;
}

.claim-copy a {
  color: #004fa3;
}

.claim-note {
  background: var(--card-text-bg);
  border: 1px solid rgba(15, 33, 66, 0.14);
  border-radius: 10px;
  padding: 16px 18px;
}

.claim-note p {
  font-size: 15px;
  line-height: 1.35;
}

.claim-subtitle {
  margin: 0;
  color: #0f2142;
  font-size: clamp(28px, 3.2vw, 40px);
  line-height: 1.2;
  font-weight: 700;
}

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

.claim-card {
  border: 1px solid rgba(15, 33, 66, 0.14);
  background: var(--card-text-bg);
  border-radius: 10px;
  padding: 16px 18px;
}

.claim-card h3 {
  margin: 0 0 10px;
  color: #004fa3;
  font-size: 18px;
  line-height: 1.25;
}

.claim-card p {
  margin: 0 0 10px;
  color: oklch(46% 0.04 257);
  font-size: 16px;
  line-height: 1.35;
}

.claim-card ul {
  margin: 0;
  padding: 0 0 0 18px;
  list-style: disc;
}

.claim-card li {
  margin: 0 0 10px;
  color: oklch(46% 0.04 257);
  font-size: 15px;
  line-height: 1.35;
}

.claim-support {
  border: 1px solid rgba(15, 33, 66, 0.14);
  background: var(--card-text-bg);
  border-radius: 10px;
  padding: 16px 18px;
}

.claim-support h3 {
  margin: 0 0 10px;
  color: #004fa3;
  font-size: 18px;
}

.claim-support p {
  margin: 0 0 8px;
  color: oklch(46% 0.04 257);
  font-size: 15px;
}

.claim-support a {
  color: #0f2142;
  text-decoration: none;
}

/*-----------------------------*/
/*-----DOCUMENTS PAGE----------*/
/*-----------------------------*/

.docs-page .cont {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.docs-lead {
  margin: 0;
  color: oklch(46% 0.04 257);
  font-size: 19px;
  line-height: 1.45;
  max-width: 900px;
}

.docs-jump-grid .tp-card p {
  margin: 0 0 10px;
}

.docs-jump-grid .tp-card a {
  color: #004fa3;
  text-decoration: none;
  font-weight: 500;
}

.docs-jump-grid .tp-card a:hover {
  text-decoration: underline;
}

.terms-contents .tp-grid {
  gap: 14px;
}

.terms-contents .tp-card {
  padding: 16px 18px;
}

.terms-contents .tp-card h4 {
  margin: 0 0 10px;
  font-size: 18px;
}

.terms-contents .tp-card p {
  margin: 0 0 8px;
  font-size: 14px;
  line-height: 1.35;
}

.terms-contents .tp-card p:last-child {
  margin-bottom: 0;
}

.terms-contents .tp-card a {
  color: #004fa3;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 79, 163, 0.25);
}

.terms-contents .tp-card a:hover {
  color: #0f2142;
  border-bottom-color: #0f2142;
}

.docs-library .cont.docs-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.docs-card {
  border: 1px solid rgba(15, 33, 66, 0.12);
  background: #fff;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.docs-card-head {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.docs-card-head h3 {
  margin: 0;
  color: #0f2142;
  font-size: 28px;
  line-height: 1.15;
}

.docs-card-head p {
  margin: 0;
  color: oklch(46% 0.04 257);
  font-size: 15px;
  line-height: 1.4;
}

.docs-version {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(15, 33, 66, 0.1);
}

.docs-version h4 {
  margin: 0;
  color: #004fa3;
  font-size: 16px;
  line-height: 1.3;
}

.docs-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.docs-list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border: 1px solid rgba(15, 33, 66, 0.12);
  border-radius: 12px;
  padding: 10px 12px;
  background: var(--card-text-bg);
}

.docs-list-item > span {
  font-size: 15px;
  color: #0f2142;
}

.docs-actions {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}

.docs-actions .cta {
  min-width: 98px;
  text-align: center;
  font-size: 14px;
}

.docs-inline-note {
  margin-top: 4px;
}

.docs-inline-note p {
  margin: 0;
}

.docs-support {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
}

.docs-support p {
  color: #fff;
}

.docs-support a {
  color: #fff;
}

@media only screen and (max-width: 950px) {
  .docs-library .cont.docs-grid {
    grid-template-columns: 1fr;
  }
}

@media only screen and (max-width: 700px) {
  .docs-list-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .docs-actions {
    width: 100%;
  }

  .docs-actions .cta {
    flex: 1 1 0;
  }

  .docs-support {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media only screen and (max-width: 1050px) {
  #hero_img {
    display: none;
  }
}

@media only screen and (max-width: 950px) {
  .claim-grid {
    grid-template-columns: 1fr;
  }
}
  .app-ad .text p {
    color: white;
    font-size: 20px;
    font-weight: 200;
  }

  .app-ad .text .cta-cont {
    margin: 0;
  }

  .app-ad .text .cta.dark {
    display: flex;
    gap: 10px;
  }

  .app-ad .cta.dark img {
    height: 20px;
    margin-top: auto;
    margin-bottom: auto;

  }

  @media only screen and (max-width: 850px) {
    .app-ad {
      flex-direction: column;
      height: fit-content;
  }
  .app-ad > img {
    max-width: 300px;
    margin: 0 auto;
  }
  .app-ad .text .cta-cont {
    margin: auto;
  }
  }

  @media only screen and (max-width: 500px) {
    .app-ad .text .cta-cont {
    flex-direction: column;
  }
  }

  @media only screen and (max-width: 430px) {
    .app-ad {
      flex-direction: column;
      height: fit-content;
  }
  .app-ad > img {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
  }

/*---------------------------*/
/*-----END: BLOCK STYLES-----*/
/*---------------------------*/
