/* ==========================================================================
   Orlando Window Cleaning — design system v4
   Brand: Soaked & Co palette — bright water cyan + fresh green CTAs.
   Language: ice cards, wave hero edge, pill buttons.
   Loaded after the exported stylesheets; overrides only.
   ========================================================================== */

:root {
  --owc-ink: #0b2735;          /* deep water ink */
  --owc-body: #41586a;
  --owc-primary: #00a8e8;      /* Soaked cyan */
  --owc-primary-dark: #0089c2;
  --owc-aqua: #4fc9f2;
  --owc-green: #2dca73;        /* Soaked CTA green */
  --owc-green-dark: #1fb562;
  --owc-ice: #e9f7fd;
  --owc-line: #d3e9f4;
  --owc-mist: #f2f8fb;
  --owc-radius: 14px;
  --owc-shadow: 0 6px 24px rgba(9, 52, 92, 0.10);
  --owc-shadow-lift: 0 14px 34px rgba(9, 52, 92, 0.16);
  --owc-streak: linear-gradient(90deg, var(--owc-primary), var(--owc-green));
}

/* ---------- Base typography ---------- */

html { scroll-behavior: smooth; }

body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: var(--owc-body);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h3-big-2, .h2-white, .heading-5, .h3-wcu {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  letter-spacing: -0.015em;
  color: var(--owc-ink);
  text-wrap: balance;
}

/* retire the script font */
.h3-wcu { font-family: Montserrat, sans-serif; font-size: 26px; font-weight: 700; }

p { max-width: 70ch; }
::selection { background: var(--owc-aqua); color: #fff; }

/* ==========================================================================
   NAVBAR — compact, quiet, one clear action
   ========================================================================== */

.navbar {
  z-index: 20;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
  box-shadow: 0 1px 0 var(--owc-line);
}

.brand img { width: auto; max-height: 96px; }

/* the text claim duplicates the logo — retire it */
.navbar-claim-text { display: none; }

/* phone becomes the primary action */
.button-claim {
  background-color: var(--owc-green);
  border: 0;
  border-radius: 999px;
  margin-left: 0;
  padding: 10px 22px;
  transition: background-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.button-claim:hover {
  background-color: var(--owc-green-dark);
  transform: translateY(-1px);
  box-shadow: var(--owc-shadow);
}

.navbar-phone-number {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.01em;
}

.nav-link {
  position: relative;
  border-radius: 8px;
  color: var(--owc-ink);
  font-size: 16px;
}

.nav-link:hover { background-color: var(--owc-ice); color: var(--owc-primary); }
.nav-link.w--current { color: var(--owc-primary); }

.nav-link.w--current::after {
  content: "";
  position: absolute;
  left: 15px; right: 15px; bottom: 2px;
  height: 3px;
  border-radius: 3px;
  background: var(--owc-streak);
}

.dropdown-list, nav.w-dropdown-list {
  border-radius: 12px;
  box-shadow: var(--owc-shadow-lift);
  border: 1px solid var(--owc-line);
  overflow: hidden;
}

/* ==========================================================================
   HEROES — navy glass overlay + squeegee-wipe bottom edge (signature)
   ========================================================================== */

.section-header,
.section-city-header,
.section-services-header,
.section-why-choose-header {
  position: relative;
  overflow: hidden;
}

/* unify tint over each page's own photo */
.section-header::after,
.section-city-header::after,
.section-services-header::after,
.section-why-choose-header::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(100deg, rgba(6, 22, 32, 0.78) 0%, rgba(6, 30, 44, 0.45) 45%, rgba(0, 168, 232, 0.18) 100%);
}

/* the squeegee wipe: a clean white pull across the bottom */
.section-header::before,
.section-city-header::before,
.section-services-header::before,
.section-why-choose-header::before {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: -1px;
  height: 80px;
  z-index: 3;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 90' preserveAspectRatio='none'%3E%3Cpath d='M0,50 C240,95 480,0 720,30 C960,60 1200,85 1440,35 L1440,90 L0,90 Z' fill='white'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

/* content sits above the tint (navbar keeps its own positioning) */
.section-header > :not(.w-nav),
.section-city-header > :not(.w-nav),
.section-services-header > :not(.w-nav),
.section-why-choose-header > :not(.w-nav) {
  position: relative;
  z-index: 2;
}

/* hero heights & headline placement */
.section-header { height: auto; min-height: 72vh; display: flex; flex-direction: column; }

.h1 {
  max-width: 700px;
  margin-top: 200px;
  margin-bottom: 10px;
  font-size: 56px;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: #fff;
  text-shadow: 0 2px 26px rgba(5, 25, 44, 0.5);
}

.h1.black, .h1-city.black {
  color: #fff;
  margin-top: 190px;
  margin-bottom: 60px;
  font-size: 46px;
  font-weight: 800;
  line-height: 1.15;
}

/* streak under banner headlines */
.h1.black::after, .h1-city.black::after {
  content: "";
  display: block;
  width: 76px;
  height: 5px;
  margin-top: 18px;
  border-radius: 4px;
  background: var(--owc-streak);
}

/* area-page heroes (already custom) */
.section-city-header:has(.area-hero) { padding-left: 0; padding-bottom: 0; }
.area-hero { padding: 210px 20px 120px; text-align: center; color: #fff; }
.area-eyebrow {
  font-family: Montserrat, sans-serif;
  font-size: 13px; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase;
  opacity: 0.9; margin-bottom: 14px;
}
.area-h1 {
  color: #fff; font-size: 48px; line-height: 1.12; font-weight: 800;
  margin: 0 0 16px; letter-spacing: -0.02em;
  text-shadow: 0 2px 26px rgba(5, 25, 44, 0.5);
}
.area-tagline { max-width: 640px; margin: 0 auto 28px; font-size: 18px; line-height: 1.6; color: #eef8fd; }

/* ==========================================================================
   SECTION HEADINGS — every section wears the streak
   ========================================================================== */

.h3-big-2 {
  color: var(--owc-ink);
  font-size: 38px;
  font-weight: 800;
  line-height: 1.2;
}

.home2__separator {
  background: var(--owc-streak);
  width: 76px;
  height: 5px;
  border-radius: 4px;
  margin-top: 18px;
}

.h2 { font-size: 32px; font-weight: 800; }
.h2-white { color: #fff; font-size: 34px; font-weight: 800; }

.area-kicker {
  font-family: Montserrat, sans-serif;
  font-size: 13px; font-weight: 700;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--owc-green); margin-bottom: 10px;
}
.area-h2 { font-size: 34px; margin: 0 0 12px; font-weight: 800; }
.area-h2::after {
  content: "";
  display: block;
  width: 64px; height: 4px;
  margin-top: 14px;
  border-radius: 4px;
  background: var(--owc-streak);
}
.area-h2-light { color: #fff; }
.area-h2-light::after { background: rgba(255,255,255,0.85); }
.area-lede { font-size: 17px; margin: 0 0 34px; max-width: 62ch; }
.area-lede-light { color: #e6f4fb; }
.area-section { padding: 84px 20px; }
.area-section-alt { background: var(--owc-mist); }
.area-section-alt p { margin-bottom: 16px; }

/* ==========================================================================
   CARDS — the ice card, everywhere
   ========================================================================== */

/* the squeegee city cards (the ones you liked) — polished, not changed */
.service-slider-2 {
  background-color: var(--owc-ice);
  border: 1px solid #d8eaf6;
  border-radius: var(--owc-radius);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.service-slider-inner-2:hover .service-slider-2 {
  transform: translateY(-3px);
  border-color: var(--owc-aqua);
  box-shadow: var(--owc-shadow-lift);
}

.service-slider-2 .h4 { font-size: 19px; font-weight: 700; margin-top: 12px; }

/* homepage photo service cards */
.services-column-inner-1, .services-column-inner-2,
.services-column-inner, .services-column-inner-4 {
  border-radius: var(--owc-radius);
  overflow: hidden;
  box-shadow: var(--owc-shadow);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.services-column-inner-1:hover, .services-column-inner-2:hover,
.services-column-inner:hover, .services-column-inner-4:hover {
  transform: translateY(-4px);
  box-shadow: var(--owc-shadow-lift);
}

.service-icon-wrapper {
  background: linear-gradient(100deg, var(--owc-ink), var(--owc-primary));
  height: 46px;
}

.service-headline { color: #fff; font-size: 17px; font-weight: 700; letter-spacing: 0.01em; }

/* FAQ items as ice cards */
.faqs-item {
  background: var(--owc-ice);
  border: 1px solid #d8eaf6;
  border-radius: var(--owc-radius);
  margin-bottom: 12px;
  padding-left: 18px;
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.faqs-item:hover { border-color: var(--owc-aqua); box-shadow: var(--owc-shadow); }
.faqs-item-tab__heading { font-family: Montserrat, sans-serif; font-weight: 600; color: var(--owc-ink); }

/* contact info cards */
.contact-wrapper {
  background: var(--owc-ice);
  border: 1px solid #d8eaf6;
  border-radius: var(--owc-radius);
  padding: 16px 18px;
  margin-bottom: 12px;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.contact-wrapper:hover { transform: translateY(-2px); box-shadow: var(--owc-shadow); }
.contact-symbol { color: var(--owc-primary); }

/* area service cards align with ice language */
.area-services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 22px; }
.area-service-card {
  display: block;
  background: var(--owc-ice);
  border: 1px solid #d8eaf6;
  border-radius: var(--owc-radius);
  padding: 26px 24px 22px;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}
.area-service-card:hover { border-color: var(--owc-aqua); box-shadow: var(--owc-shadow-lift); transform: translateY(-3px); }
.area-service-card h3 { font-size: 19px; margin: 0 0 10px; color: var(--owc-primary); }
.area-service-card p { font-size: 15px; margin: 0 0 14px; }
.area-service-more { font-family: Montserrat, sans-serif; font-size: 14px; font-weight: 600; color: var(--owc-primary); }

.area-chips { display: flex; flex-wrap: wrap; gap: 10px; }
.area-chip {
  background: var(--owc-ice);
  border: 1px solid #d8eaf6;
  border-radius: 999px;
  padding: 9px 18px;
  font-size: 14px; font-weight: 600;
  font-family: Montserrat, sans-serif;
  color: var(--owc-ink);
}

/* ==========================================================================
   BANDS — best-services & pre-footer CTA in harbor navy
   ========================================================================== */

.section-best-services {
  background-image: linear-gradient(165deg, rgba(0, 140, 200, 0.93), rgba(0, 168, 232, 0.88)), url('../images/image00006.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.wrapper-emergency-call {
  background-image: linear-gradient(rgba(38, 50, 56, 0.96), rgba(38, 50, 56, 0.96)), url('../images/service_page_pic1_pw.jpg');
  background-position: 0 0, 50% 11%;
  background-size: auto, cover;
}

.emergency-call-inner { padding-top: 62px; padding-bottom: 62px; }

.emergency-text {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: #fff;
}

.area-cta-band {
  background: linear-gradient(120deg, #0089c2, var(--owc-primary) 70%, #27b7ef);
  text-align: center;
}
.area-cta-band .area-lede { margin-left: auto; margin-right: auto; }

/* ==========================================================================
   BUTTONS
   ========================================================================== */

.button, .w-button {
  border-radius: 999px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  letter-spacing: 0.01em;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease, color 0.18s ease;
}

.button:hover, .w-button:hover { transform: translateY(-2px); box-shadow: var(--owc-shadow-lift); }
.button:active, .w-button:active { transform: translateY(0); }

.button-white-bg { color: var(--owc-primary); border: 0; }
.button-white-bg:hover { color: var(--owc-primary-dark); }

.area-cta-row { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.area-btn-primary { background-color: var(--owc-green); color: #fff; padding: 14px 32px; }
.area-btn-primary:hover { background-color: var(--owc-green-dark); color: #fff; }
.area-btn-ghost { background: transparent; border: 2px solid #fff; color: #fff; padding: 12px 30px; }
.area-btn-ghost:hover { background: #fff; color: var(--owc-primary); }
.area-btn-white { background: var(--owc-green); color: #fff; padding: 14px 32px; }
.area-btn-white:hover { background: var(--owc-green-dark); color: #fff; }
.area-btn-ghost-light { background: transparent; border: 2px solid rgba(255,255,255,0.85); color: #fff; padding: 12px 30px; }
.area-btn-ghost-light:hover { background: rgba(255,255,255,0.12); color: #fff; }

/* ==========================================================================
   FOOTER — harbor navy, logo on a glass chip
   ========================================================================== */

.section-footer { background-color: #f2f8fb; border-top: 1px solid var(--owc-line); }

.wrapper-footer-content {
  background-color: transparent;
  color: var(--owc-body);
  padding-top: 56px;
  padding-bottom: 22px;
}

.footer-logo {
  width: auto;
  max-height: 140px;
}

.footer-divider { background-color: var(--owc-line); }
.text-block-8, .text-block-9 { color: var(--owc-body); }
.footer-text-link { color: var(--owc-primary-dark); }
.footer-text-link:hover { color: var(--owc-ink); }
.link, .text-span-2 { color: #7d93a5; }
.copyright { color: #7d93a5; }
.site-version { opacity: 0.55; font-size: 12px; margin-left: 6px; letter-spacing: 0.04em; }

/* ==========================================================================
   FORMS
   ========================================================================== */

input.w-input, textarea.w-input, select.w-select {
  border: 1px solid var(--owc-line);
  border-radius: 10px;
  padding: 12px 14px;
  font-size: 15px;
  background: #fff;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

input.w-input:focus, textarea.w-input:focus, select.w-select:focus {
  border-color: var(--owc-primary);
  box-shadow: 0 0 0 3px rgba(53, 192, 230, 0.25);
  outline: none;
}

.contact-label {
  display: block;
  font-family: Montserrat, sans-serif;
  font-size: 13px; font-weight: 700;
  letter-spacing: 0.06em; text-transform: uppercase;
  color: var(--owc-ink);
  margin: 16px 0 6px;
}

#email-form .w-input, #email-form .w-select { width: 100%; margin-bottom: 2px; }
.contact-textarea { min-height: 140px; resize: vertical; }
.contact-submit { margin-top: 22px; background-color: var(--owc-green); color: #fff; padding: 14px 36px; border: 0; cursor: pointer; }
.contact-submit:hover { background-color: var(--owc-green-dark); }

/* ==========================================================================
   GALLERY GRID
   ========================================================================== */

.gallery-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 16px; }
.gallery-grid-img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: var(--owc-radius);
  box-shadow: var(--owc-shadow);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.gallery-grid-img:hover { transform: scale(1.02); box-shadow: var(--owc-shadow-lift); }
.gallery-grid-section { padding-bottom: 30px; }

/* ==========================================================================
   IMAGERY & ACCESSIBILITY
   ========================================================================== */

.w-lightbox-item img { border-radius: var(--owc-radius); }

a:focus-visible, button:focus-visible,
input:focus-visible, textarea:focus-visible, select:focus-visible {
  outline: 3px solid var(--owc-aqua);
  outline-offset: 2px;
}

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

[class*="badge"][class*="w-"] { display: none !important; }

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */

@media (max-width: 991px) {
  .h1 { font-size: 44px; margin-top: 190px; }
  .h1.black, .h1-city.black { font-size: 38px; margin-top: 170px; }
  .area-hero { padding-top: 180px; }
}

@media (max-width: 479px) {
  .brand img { max-height: 68px; }
  .h1 { font-size: 34px; margin-top: 150px; }
  .h1.black, .h1-city.black { font-size: 30px; margin-top: 140px; margin-bottom: 40px; }
  .area-h1 { font-size: 34px; }
  .area-h2 { font-size: 27px; }
  .area-section { padding: 56px 16px; }
  .area-hero { padding: 150px 16px 90px; }
  .navbar-phone-number { font-size: 16px; }
  .emergency-text { font-size: 22px; }
  .section-header::before, .section-city-header::before,
  .section-services-header::before, .section-why-choose-header::before { height: 40px; }
  .footer-logo { max-height: 100px; }
}


/* ---------- Hero CTA (index) ---------- */

.blue-button-2 {
  background-color: var(--owc-green);
  border-radius: 999px;
  padding: 14px 34px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  transition: background-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.blue-button-2:hover {
  background-color: var(--owc-green-dark);
  transform: translateY(-2px);
  box-shadow: var(--owc-shadow-lift);
}

/* ==========================================================================
   REVIEWS — native cards (Soaked-style: white card, green stars)
   ========================================================================== */

.reviews-native { padding-top: 60px; }

.reviews-grid {
  columns: 3 300px;
  column-gap: 18px;
}

.review-card {
  break-inside: avoid;
  background: #fff;
  border: 1px solid var(--owc-line);
  border-radius: var(--owc-radius);
  box-shadow: var(--owc-shadow);
  padding: 22px 22px 18px;
  margin-bottom: 18px;
}

.review-card-top {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 10px;
}

.review-name {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: var(--owc-ink);
}

.review-source {
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--owc-primary);
  background: var(--owc-ice);
  border: 1px solid var(--owc-line);
  border-radius: 999px;
  padding: 3px 10px;
  white-space: nowrap;
}

.review-stars {
  color: var(--owc-green);
  font-size: 17px;
  letter-spacing: 2px;
  margin: 6px 0 8px;
}

.review-text { font-size: 15px; line-height: 1.65; margin: 0 0 12px; }

.review-date { font-size: 12.5px; color: #8aa0b2; }
