/* ============================================================
   NAVARRUCAMPOS SERVICES — style.css
   Palette: Sky Blue #1A7ABF · Coral #E85D4A · Mint #1A9968 · Slate #0D2A4A
   ============================================================ */

/* ---- 1. CSS Custom Properties ---- */
:root {
  /* Brand colors */
  --blue:        #1A7ABF;
  --blue-light:  #EBF5FF;
  --blue-mid:    #C8E0F5;
  --blue-dark:   #0D2A4A;

  --coral:       #E85D4A;
  --coral-light: #FEF0EE;
  --coral-mid:   #F5C8C0;
  --coral-dark:  #4A1810;

  --mint:        #1A9968;
  --mint-light:  #E8F8F2;
  --mint-mid:    #B8E8D5;
  --mint-dark:   #0D3828;

  /* Neutral */
  --slate:       #0D2A4A;
  --slate-mid:   #3A5A78;
  --slate-soft:  #9AAABF;
  --bg:          #F7FBFF;
  --white:       #FFFFFF;
  --border:      #D8EAF5;
  --border-strong: #E85D4A;

  /* Typography — Urbanist for everything */
  --font-display: 'Urbanist', sans-serif;
  --font-body:    'Urbanist', sans-serif;

  /* Sizing */
  --nav-height:   64px;
  --ann-height:   40px;
  --radius-sm:    6px;
  --radius-md:    12px;
  --radius-lg:    20px;
  --max-width:    1100px;
  --section-pad:  28px;
}

/* ---- 2. Reset & Base ---- */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.6;
  color: var(--slate);
  background-color: var(--bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  position: relative;
}

/* Circuit nodes — persistent on the right side of every section */
body::after {
  content: '';
  position: fixed;
  top: 0;
  right: 0;
  width: 480px;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='480' height='900' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='80' y1='40' x2='220' y2='130' stroke='%231A7ABF' stroke-width='1.5' opacity='0.22'/%3E%3Cline x1='220' y1='130' x2='380' y2='80' stroke='%231A7ABF' stroke-width='1.5' opacity='0.22'/%3E%3Cline x1='380' y1='80' x2='460' y2='200' stroke='%231A9968' stroke-width='1.5' opacity='0.22'/%3E%3Cline x1='220' y1='130' x2='260' y2='300' stroke='%231A7ABF' stroke-width='1.2' opacity='0.18'/%3E%3Cline x1='260' y1='300' x2='420' y2='350' stroke='%231A7ABF' stroke-width='1.2' opacity='0.18'/%3E%3Cline x1='420' y1='350' x2='460' y2='460' stroke='%23E85D4A' stroke-width='1.2' opacity='0.18'/%3E%3Cline x1='380' y1='80' x2='430' y2='200' stroke='%231A9968' stroke-width='1' opacity='0.16'/%3E%3Cline x1='430' y1='200' x2='420' y2='350' stroke='%231A9968' stroke-width='1' opacity='0.16'/%3E%3Cline x1='80' y1='40' x2='140' y2='210' stroke='%231A7ABF' stroke-width='1' opacity='0.16'/%3E%3Cline x1='140' y1='210' x2='260' y2='300' stroke='%231A7ABF' stroke-width='1' opacity='0.16'/%3E%3Cline x1='460' y1='460' x2='440' y2='580' stroke='%231A9968' stroke-width='1' opacity='0.15'/%3E%3Cline x1='420' y1='350' x2='380' y2='500' stroke='%231A7ABF' stroke-width='1' opacity='0.15'/%3E%3Cline x1='380' y1='500' x2='440' y2='580' stroke='%231A7ABF' stroke-width='1' opacity='0.15'/%3E%3Cline x1='440' y1='580' x2='460' y2='700' stroke='%23E85D4A' stroke-width='1' opacity='0.13'/%3E%3Cline x1='260' y1='300' x2='200' y2='480' stroke='%231A7ABF' stroke-width='1' opacity='0.13'/%3E%3Cline x1='200' y1='480' x2='380' y2='500' stroke='%231A9968' stroke-width='1' opacity='0.13'/%3E%3Cline x1='380' y1='500' x2='320' y2='660' stroke='%231A9968' stroke-width='1' opacity='0.12'/%3E%3Cline x1='320' y1='660' x2='460' y2='700' stroke='%231A7ABF' stroke-width='1' opacity='0.12'/%3E%3Cline x1='460' y1='700' x2='420' y2='820' stroke='%231A9968' stroke-width='1' opacity='0.1'/%3E%3Cline x1='320' y1='660' x2='280' y2='800' stroke='%231A7ABF' stroke-width='1' opacity='0.1'/%3E%3Ccircle cx='80' cy='40' r='7' fill='%231A7ABF' opacity='0.35'/%3E%3Ccircle cx='220' cy='130' r='9' fill='%231A7ABF' opacity='0.4'/%3E%3Ccircle cx='380' cy='80' r='7' fill='%231A9968' opacity='0.35'/%3E%3Ccircle cx='460' cy='200' r='6' fill='%231A9968' opacity='0.3'/%3E%3Ccircle cx='260' cy='300' r='8' fill='%231A7ABF' opacity='0.32'/%3E%3Ccircle cx='420' cy='350' r='9' fill='%231A7ABF' opacity='0.32'/%3E%3Ccircle cx='460' cy='460' r='6' fill='%23E85D4A' opacity='0.3'/%3E%3Ccircle cx='430' cy='200' r='5' fill='%231A9968' opacity='0.26'/%3E%3Ccircle cx='140' cy='210' r='5' fill='%231A7ABF' opacity='0.26'/%3E%3Ccircle cx='440' cy='580' r='6' fill='%231A9968' opacity='0.24'/%3E%3Ccircle cx='380' cy='500' r='7' fill='%231A7ABF' opacity='0.24'/%3E%3Ccircle cx='200' cy='480' r='5' fill='%231A9968' opacity='0.22'/%3E%3Ccircle cx='460' cy='700' r='6' fill='%23E85D4A' opacity='0.2'/%3E%3Ccircle cx='320' cy='660' r='5' fill='%231A7ABF' opacity='0.2'/%3E%3Ccircle cx='420' cy='820' r='5' fill='%231A9968' opacity='0.16'/%3E%3Ccircle cx='280' cy='800' r='4' fill='%231A7ABF' opacity='0.16'/%3E%3Ccircle cx='220' cy='130' r='16' fill='none' stroke='%231A7ABF' stroke-width='1' opacity='0.14'/%3E%3Ccircle cx='420' cy='350' r='16' fill='none' stroke='%231A7ABF' stroke-width='1' opacity='0.14'/%3E%3Ccircle cx='460' cy='200' r='12' fill='none' stroke='%231A9968' stroke-width='1' opacity='0.14'/%3E%3C/svg%3E");
  background-repeat: repeat-y;
  background-position: top right;
  background-size: 480px auto;
}

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

a {
  color: var(--blue);
  text-decoration: none;
}

a:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 3px;
  border-radius: 3px;
}

ul {
  list-style: none;
}

button {
  cursor: pointer;
  font-family: inherit;
  border: none;
  background: none;
}

input,
select,
textarea {
  font-family: inherit;
  font-size: 1rem;
}

/* ---- 3. Announcement Bar ---- */
.announcement-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: var(--blue-dark);
  color: var(--white);
  height: var(--ann-height);
  display: flex;
  align-items: center;
}

.announcement-inner {
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}

.announcement-badge {
  display: inline-block;
  background-color: var(--coral);
  color: var(--white);
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 2px 8px;
  border-radius: 20px;
  white-space: nowrap;
  flex-shrink: 0;
}

.announcement-text {
  font-size: 0.82rem;
  color: #C8E8FF;
  text-align: center;
  flex: 1;
  min-width: 0;
}

.announcement-text strong {
  color: var(--white);
}

.announcement-link {
  color: var(--coral);
  font-weight: 600;
  margin-left: 6px;
  white-space: nowrap;
}

.announcement-link:hover {
  text-decoration: underline;
}

.announcement-close {
  color: var(--slate-soft);
  font-size: 0.8rem;
  padding: 4px 6px;
  flex-shrink: 0;
  line-height: 1;
  transition: color 0.2s ease;
}

.announcement-close:hover {
  color: var(--white);
}

/* Hide announcement when closed */
.announcement-bar.is-hidden {
  display: none;
}

/* ---- 4. Navbar ---- */
.navbar {
  position: fixed;
  top: var(--ann-height);
  left: 0;
  right: 0;
  z-index: 90;
  background-color: rgba(255, 255, 255, 0.96);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border);
  height: var(--nav-height);
  transition: box-shadow 0.3s ease, top 0.3s ease;
}

.navbar.is-scrolled {
  box-shadow: 0 2px 16px rgba(13, 42, 74, 0.10);
}

/* When announcement is hidden, nav slides up */
.navbar.ann-gone {
  top: 0;
}

.nav-container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 24px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

/* Logo */
.nav-logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  cursor: default;
}

.nav-logo-img {
  display: block;
  height: 54px;
  width: auto;
}

/* Desktop nav links — centered between logo and CTA */
.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  flex: 1;
  justify-content: center;
}

.nav-link {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--slate-mid);
  text-decoration: none;
  transition: color 0.2s ease;
  padding: 4px 0;
  position: relative;
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: var(--blue);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
}

.nav-link:hover {
  color: var(--blue);
}

.nav-link:hover::after {
  transform: scaleX(1);
}

.nav-cta {
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--white);
  background-color: var(--blue);
  padding: 9px 20px;
  border-radius: var(--radius-sm);
  text-decoration: none;
  transition: background-color 0.2s ease, transform 0.15s ease;
  white-space: nowrap;
}

.nav-cta:hover {
  background-color: var(--blue-dark);
  transform: translateY(-1px);
}

.nav-cta:active {
  transform: translateY(0);
}

/* Hamburger button */
.hamburger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 28px;
  height: 20px;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  flex-shrink: 0;
}

.hamburger-bar {
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--slate);
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform-origin: center;
}

/* Hamburger → X animation */
.hamburger.is-open .hamburger-bar:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}

.hamburger.is-open .hamburger-bar:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

.hamburger.is-open .hamburger-bar:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}

/* Mobile menu */
.mobile-menu {
  position: fixed;
  top: calc(var(--ann-height) + var(--nav-height));
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--white);
  z-index: 80;
  padding: 24px;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.mobile-menu.is-open {
  transform: translateX(0);
}

/* Adjust mobile menu top when announcement is dismissed */
.mobile-menu.ann-gone {
  top: var(--nav-height);
}

.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 8px;
}

.mobile-link {
  display: block;
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--slate);
  text-decoration: none;
  padding: 14px 16px;
  border-radius: var(--radius-sm);
  transition: background-color 0.2s ease, color 0.2s ease;
}

.mobile-link:hover {
  background-color: var(--blue-light);
  color: var(--blue);
}

.mobile-link--cta {
  margin-top: 16px;
  background-color: var(--blue);
  color: var(--white);
  font-weight: 700;
  text-align: center;
}

.mobile-link--cta:hover {
  background-color: var(--blue-dark);
  color: var(--white);
}

/* Page offset to account for fixed header */
body {
  padding-top: calc(var(--ann-height) + var(--nav-height));
}

body.ann-gone {
  padding-top: var(--nav-height);
}

/* ---- 5. Shared Section Styles ---- */
.section-container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: var(--section-pad) 24px;
}

.section-header {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 28px;
}

.section-eyebrow {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--blue);
  background-color: var(--blue-light);
  padding: 4px 12px;
  border-radius: 20px;
  margin-bottom: 14px;
}

.section-title {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 2vw, 2.2rem);
  font-weight: 800;
  color: var(--slate);
  line-height: 1.15;
  margin-bottom: 14px;
}

.section-subtitle {
  font-size: 1rem;
  color: var(--slate-mid);
  line-height: 1.65;
}

/* ---- 6. Buttons ---- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-family: var(--font-body);
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
  padding: 13px 28px;
  border-radius: var(--radius-sm);
  border: 2px solid transparent;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.15s ease;
  white-space: nowrap;
  -webkit-tap-highlight-color: transparent;
}

.btn:active {
  transform: scale(0.98);
}

.btn--primary {
  background-color: var(--blue);
  color: var(--white);
  border-color: var(--blue);
}

.btn--primary:hover {
  background-color: var(--blue-dark);
  border-color: var(--blue-dark);
}

.btn--ghost {
  background-color: transparent;
  color: #FFFFFF;
  border-color: rgba(255,255,255,0.4);
}

.btn--ghost:hover {
  background-color: rgba(255,255,255,0.1);
  border-color: rgba(255,255,255,0.7);
}

.btn--sm {
  font-size: 0.82rem;
  padding: 9px 18px;
}

.btn--full {
  width: 100%;
}

.inline-link {
  color: var(--blue);
  font-weight: 600;
  text-decoration: underline;
}

/* ---- 7. Hero Section ---- */
.hero {
  position: relative;
  background-color: var(--blue-dark);
  background-image:
    radial-gradient(ellipse at 30% 50%, rgba(26,122,191,0.25) 0%, transparent 65%),
    radial-gradient(ellipse at 80% 20%, rgba(26,153,104,0.15) 0%, transparent 55%),
    radial-gradient(ellipse at 70% 90%, rgba(232,93,74,0.12) 0%, transparent 50%);
  overflow: hidden;
  padding: 36px 24px 40px;
  min-height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 3px solid var(--border-strong);
  z-index: 1;
}

.hero-container {
  max-width: var(--max-width);
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.78rem;
  font-weight: 600;
  color: #A8E8C8;
  background-color: rgba(26,153,104,0.2);
  border: 1px solid rgba(26,153,104,0.4);
  padding: 5px 14px;
  border-radius: 20px;
  margin-bottom: 24px;
}

.badge-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--mint);
  display: inline-block;
  animation: pulse-dot 2.2s ease-in-out infinite;
}

@keyframes pulse-dot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(0.7); }
}

.hero-heading {
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.5vw, 3.2rem);
  font-weight: 800;
  color: #FFFFFF;
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin-bottom: 14px;
  max-width: 680px;
}

.hero-heading em {
  font-style: normal;
  color: #5BC4FF;
}

.hero-subheading {
  font-size: 1.05rem;
  color: rgba(200,224,245,0.85);
  line-height: 1.7;
  max-width: 560px;
  margin-bottom: 22px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px;
  justify-content: center;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
  justify-content: center;
}

.proof-item {
  display: flex;
  flex-direction: column;
}

.proof-number {
  font-family: var(--font-display);
  font-size: 1.8rem;
  font-weight: 800;
  color: #5BC4FF;
  line-height: 1;
}

.proof-label {
  font-size: 0.78rem;
  color: rgba(154,170,191,0.9);
  margin-top: 3px;
}

.proof-divider {
  width: 1px;
  height: 36px;
  background-color: rgba(255,255,255,0.15);
  flex-shrink: 0;
}

/* ---- 8. Services / Plans ---- */
.services {
  background-color: var(--white);
  border-top: 3px solid var(--border-strong);
  border-bottom: 3px solid var(--border-strong);
  position: relative;
  z-index: 1;
}

.plans-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: stretch;
}

.plan-card {
  border: 2px solid var(--border);
  border-radius: var(--radius-md);
  overflow: hidden;
  background-color: var(--white);
  position: relative;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
  display: flex;
  flex-direction: column;
}

.plan-card:hover {
  transform: translateY(-4px);
}

.plan-card--blue-border  { border-color: #1A7ABF; }
.plan-card--coral-border { border-color: #E85D4A; }
.plan-card--mint-border  { border-color: #1A9968; }

.plan-card--featured {
  border-color: var(--coral);
  border-width: 2px;
}

.plan-card--featured:hover {
  transform: translateY(-4px);
}

.plan-badge-popular {
  position: absolute;
  top: 14px;
  right: 14px;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  background-color: var(--coral);
  color: var(--white);
  padding: 3px 10px;
  border-radius: 20px;
}

.plan-header {
  padding: 24px 24px 20px;
  border-bottom: 1px solid var(--border);
}

.plan-header--blue {
  background: linear-gradient(135deg, #0D2A4A 0%, #1A3D6E 100%);
  border-bottom: 1px solid rgba(26,122,191,0.3);
}

.plan-header--blue .plan-name,
.plan-header--blue .plan-tagline {
  color: #FFFFFF;
}

.plan-header--blue .plan-tagline {
  color: rgba(168,200,224,0.85);
}

.plan-header--coral {
  background: linear-gradient(135deg, #2C1010 0%, #5A1E1E 100%);
  border-bottom: 1px solid rgba(232,93,74,0.3);
}

.plan-header--coral .plan-name,
.plan-header--coral .plan-tagline {
  color: #FFFFFF;
}

.plan-header--coral .plan-tagline {
  color: rgba(245,200,192,0.85);
}

.plan-header--mint {
  background: linear-gradient(135deg, #062818 0%, #0D4A30 100%);
  border-bottom: 1px solid rgba(26,153,104,0.3);
}

.plan-header--mint .plan-name,
.plan-header--mint .plan-tagline {
  color: #FFFFFF;
}

.plan-header--mint .plan-tagline {
  color: rgba(168,232,200,0.85);
}

.plan-icon {
  font-size: 2.2rem;
  display: block;
  margin-bottom: 12px;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,0.3));
}

.plan-name {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--slate);
  margin-bottom: 4px;
}

.plan-tagline {
  font-size: 0.82rem;
  color: var(--slate-mid);
}

.plan-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.plan-price {
  margin-bottom: 20px;
}

.price-amount {
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--slate);
}

.price-note {
  display: block;
  font-size: 0.78rem;
  color: var(--slate-soft);
  margin-top: 2px;
}

.plan-features {
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin-bottom: 24px;
  flex: 1;
}

.plan-feature {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 0.85rem;
  color: var(--slate-mid);
  line-height: 1.4;
}

.feature-check {
  color: var(--mint);
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 0.05em;
}

.plan-feature--highlight {
  color: var(--slate);
  font-size: 0.85rem;
}

.plan-cta {
  display: block;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 11px 20px;
  border-radius: var(--radius-sm);
  text-decoration: none;
  transition: background-color 0.2s ease, transform 0.15s ease;
  margin-top: auto;
}

.plan-cta:active { transform: scale(0.98); }

.plan-cta--blue  { background-color: var(--blue);  color: var(--white); }
.plan-cta--coral { background-color: var(--coral); color: var(--white); }
.plan-cta--mint  { background-color: var(--mint);  color: var(--white); }

.plan-cta--blue:hover  { background-color: var(--blue-dark); }
.plan-cta--coral:hover { background-color: #c24434; }
.plan-cta--mint:hover  { background-color: var(--mint-dark); }

.plans-note {
  text-align: center;
  font-size: 0.875rem;
  color: var(--slate-soft);
  margin-top: 20px;
  margin-bottom: 20px;
}

/* ---- 8b. Maintenance Section ---- */
.maintenance-section {
  background-color: var(--white);
  border-top: 3px solid var(--border-strong);
  border-bottom: 3px solid var(--border-strong);
  position: relative;
  z-index: 1;
}

/* Eyebrow pill reads clearly on white background */
.maintenance-section .section-eyebrow {
  background-color: var(--slate);
  color: var(--white);
}

/* "1st year included" banner — in services section, above plans grid */
.maint-included-banner {
  display: flex;
  align-items: center;
  gap: 14px;
  background: linear-gradient(135deg, #0D2A4A 0%, #1A3D6E 100%);
  border: 2px solid #1A9968;
  border-radius: var(--radius-md);
  padding: 16px 22px;
  margin-bottom: 28px;
  text-decoration: none;
  cursor: pointer;
  transition: box-shadow 0.2s ease, transform 0.15s ease;
  max-width: 100%;
}

.maint-included-banner:hover {
  box-shadow: 0 6px 24px rgba(26,153,104,0.25);
  transform: translateY(-2px);
}

.maint-included-banner:active {
  transform: scale(0.99);
}

.maint-included-icon {
  font-size: 1.8rem;
  flex-shrink: 0;
}

.maint-included-text {
  flex: 1;
  font-size: 0.95rem;
  color: #C8E8FF;
  line-height: 1.5;
}

.maint-included-text strong {
  color: #FFFFFF;
  font-weight: 700;
}

.maint-included-badge {
  flex-shrink: 0;
  background-color: #1A9968;
  color: #FFFFFF;
  font-size: 0.78rem;
  font-weight: 800;
  padding: 6px 14px;
  border-radius: 20px;
  white-space: nowrap;
}

/* Top-center "1st year free" tag on Foundation card */
.maint-included-tag-top {
  text-align: center;
  background-color: #1A9968;
  color: #FFFFFF;
  font-size: 0.78rem;
  font-weight: 700;
  padding: 7px 16px;
  margin: -20px -22px 16px -22px;
  letter-spacing: 0.02em;
  /* rounded top corners match parent card */
  border-radius: calc(var(--radius-md) - 2px) calc(var(--radius-md) - 2px) 0 0;
}

/* ---- Ladder layout ---- */
.maint-ladder {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 780px;
  margin: 0 auto;
}

.maint-step {
  display: block;
  margin-bottom: 12px;
}

.maint-step-marker {
  display: none;
}

.maint-step-dot { display: none; }

.maint-step-line { display: none; }

/* The card sits to the right of the marker */
.maint-step-card {
  border-radius: var(--radius-md);
  border: 2px solid transparent;
  display: flex;
  flex-direction: column;
  padding: 20px 22px;
  margin-bottom: 8px;
  position: relative;
  overflow: hidden;
}

.maint-step-card-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
}

.maint-step-card--slate {
  background-color: var(--blue-light);
  border-color: #1A7ABF;
}

.maint-step-card--blue {
  background-color: #EBF5FF;
  border-color: var(--blue);
}

.maint-step-card--coral {
  background-color: #FEF0EE;
  border-color: var(--coral);
}

.maint-badge-value {
  position: absolute;
  top: -1px;
  right: 16px;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  background-color: var(--coral);
  color: var(--white);
  padding: 3px 10px;
  border-radius: 0 0 8px 8px;
}

.maint-step-header {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
}

.maint-step-left {
  min-width: 0;
}

.maint-step-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex-shrink: 0;
  min-width: 130px;
  padding-top: 4px;
  gap: 3px;
}

.maint-icon {
  font-size: 1.4rem;
  flex-shrink: 0;
  margin-top: 2px;
}

.maint-name {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--slate);
  margin-bottom: 3px;
}

.maint-tagline {
  font-size: 0.82rem;
  color: var(--slate-mid);
  line-height: 1.4;
}

.maint-step-price {
  display: flex;
  align-items: baseline;
  gap: 2px;
}

.maint-price {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 800;
  color: var(--slate);
  line-height: 1;
}

.maint-period {
  font-size: 0.82rem;
  color: var(--slate-soft);
  font-weight: 500;
}

.maint-price-alt {
  font-size: 0.75rem;
  color: var(--slate-mid);
  text-align: right;
}

.maint-price-alt strong {
  color: var(--slate);
}

.maint-save {
  display: inline-block;
  background-color: var(--mint-light);
  color: var(--mint-dark);
  font-size: 0.68rem;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 20px;
}

.maint-save--blue {
  background-color: var(--blue-light);
  color: var(--blue-dark);
}

.maint-save--coral {
  background-color: var(--coral-light);
  color: var(--coral-dark);
}

.maint-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 0;
}

.maint-features li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 0.82rem;
  color: var(--slate-mid);
  line-height: 1.4;
}

.maint-check {
  color: var(--mint);
  font-weight: 700;
  flex-shrink: 0;
}

.maint-check--inherit {
  color: var(--slate-soft);
}

.maint-inherited {
  color: var(--slate-soft);
  font-style: italic;
}

.maint-cta {
  display: block;
  text-align: center;
  font-size: 0.82rem;
  font-weight: 700;
  padding: 9px 16px;
  border-radius: var(--radius-sm);
  text-decoration: none;
  transition: background-color 0.2s ease, transform 0.15s ease;
  white-space: nowrap;
  margin-top: 8px;
  width: 100%;
}

.maint-cta:active { transform: scale(0.98); }
.maint-cta--slate { background-color: var(--slate); color: var(--white); }
.maint-cta--slate:hover { background-color: #0a1f38; }
.maint-cta--blue  { background-color: var(--blue);  color: var(--white); }
.maint-cta--blue:hover  { background-color: var(--blue-dark); }
.maint-cta--coral { background-color: var(--coral); color: var(--white); }
.maint-cta--coral:hover { background-color: #c24434; }

/* Mobile: stack inner card content */
@media (max-width: 640px) {
  .maint-step-card {
    padding: 16px;
  }

  .maint-included-tag-top {
    margin: -16px -16px 14px -16px;
  }

  .maint-step-right {
    align-items: flex-start;
    min-width: unset;
    border-top: 1px solid rgba(13,42,74,0.08);
    padding-top: 14px;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
  }

  .maint-cta {
    width: auto;
    margin-top: 0;
    margin-left: auto;
  }

  .maint-included-banner {
    flex-wrap: wrap;
  }

  .maint-included-badge {
    width: 100%;
    text-align: center;
  }
}

/* ---- 9. Recommendations (Tabs) ---- */
.recommendations {
  background-color: var(--bg);
  border-bottom: 3px solid var(--border-strong);
  position: relative;
  z-index: 1;
}

.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-bottom: 32px;
}

.tab {
  font-family: var(--font-body);
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--slate-mid);
  background-color: var(--white);
  border: 1.5px solid var(--border);
  padding: 9px 20px;
  border-radius: 24px;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  -webkit-tap-highlight-color: transparent;
}

.tab:hover {
  border-color: var(--blue);
  color: var(--blue);
}

.tab--active,
.tab[aria-selected="true"] {
  background-color: var(--blue);
  border-color: var(--blue);
  color: var(--white);
}

.tab-panels {
  background-color: var(--white);
  border: 1.5px solid var(--border);
  border-radius: var(--radius-md);
  overflow: hidden;
}

.tab-panel {
  display: none;
}

.tab-panel--active,
.tab-panel[style*="display: block"] {
  display: block;
}

.tab-content {
  display: grid;
  grid-template-columns: 1fr 220px;
  gap: 40px;
  align-items: center;
  padding: 40px;
}

.tab-title {
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--slate);
  margin-bottom: 12px;
}

.tab-body {
  font-size: 0.925rem;
  color: var(--slate-mid);
  line-height: 1.7;
  margin-bottom: 20px;
}

.tab-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 24px;
}

.tab-list li {
  font-size: 0.875rem;
  color: var(--slate-mid);
  padding-left: 20px;
  position: relative;
}

.tab-list li::before {
  content: '→';
  position: absolute;
  left: 0;
  color: var(--blue);
  font-weight: 700;
}

.tab-visual {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: var(--radius-md);
  padding: 32px 20px;
  gap: 12px;
}

.tab-visual--blue  { background-color: var(--blue-light); }
.tab-visual--coral { background-color: var(--coral-light); }
.tab-visual--mint  { background-color: var(--mint-light); }

.tab-visual-icon {
  font-size: 2.8rem;
}

.tab-visual-label {
  font-size: 0.82rem;
  color: var(--slate-mid);
  line-height: 1.4;
}

.tab-visual-label strong {
  color: var(--slate);
}

/* ---- 10. Contact ---- */
.contact {
  background-color: var(--white);
  border-bottom: 3px solid var(--border-strong);
  position: relative;
  z-index: 1;
}

.contact-grid {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 48px;
  align-items: start;
}

.channels-title {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 800;
  color: var(--slate);
  margin-bottom: 16px;
}

.channel-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  border-radius: var(--radius-sm);
  border: 1.5px solid var(--border);
  text-decoration: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
  margin-bottom: 12px;
}

.channel-card:hover {
  box-shadow: 0 4px 16px rgba(13, 42, 74, 0.1);
  transform: translateY(-2px);
}

.channel-card--whatsapp { border-color: #C8E5C0; }
.channel-card--whatsapp:hover { border-color: #25D366; }
.channel-card--whatsapp .channel-icon { color: #25D366; }

.channel-card--facebook { border-color: #C5D5F0; }
.channel-card--facebook:hover { border-color: #1877F2; }
.channel-card--facebook .channel-icon { color: #1877F2; }

.channel-card--instagram { border-color: #F5C8D0; }
.channel-card--instagram:hover { border-color: #E1306C; }
.channel-card--instagram .channel-icon { color: #C13584; }

.channel-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: var(--radius-sm);
  background-color: var(--bg);
}

.channel-name {
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--slate);
}

.channel-desc {
  display: block;
  font-size: 0.75rem;
  color: var(--slate-soft);
  margin-top: 1px;
}

/* Contact form */
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

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

.form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.form-label {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--slate);
}

.form-label span {
  color: var(--coral);
}

.form-input {
  width: 100%;
  padding: 11px 14px;
  border: 1.5px solid var(--border);
  border-radius: var(--radius-sm);
  font-size: 0.9rem;
  color: var(--slate);
  background-color: var(--white);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  -webkit-appearance: none;
  appearance: none;
}

.form-input:focus {
  outline: none;
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(26, 122, 191, 0.12);
}

.form-input.is-error {
  border-color: var(--coral);
}

.form-input::placeholder {
  color: var(--slate-soft);
}

.form-select {
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%239AAABF' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 36px;
}

.form-textarea {
  resize: vertical;
  min-height: 110px;
}

.form-error {
  font-size: 0.75rem;
  color: var(--coral);
  min-height: 16px;
}

.form-success {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--mint-dark);
  background-color: var(--mint-light);
  border: 1px solid var(--mint-mid);
  border-radius: var(--radius-sm);
  padding: 12px 16px;
}

/* ---- 11. Footer ---- */
.footer {
  background-color: var(--blue-dark);
  color: var(--white);
  padding: 48px 24px;
  position: relative;
  z-index: 1;
}

.footer-container {
  max-width: var(--max-width);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-logo-link {
  display: inline-flex;
  text-decoration: none;
}

.footer-logo-img {
  display: block;
  height: 48px;
  width: auto;
}

.footer-tagline {
  font-size: 0.8rem;
  color: var(--slate-soft);
}

.footer-nav {
  display: flex;
  gap: 24px;
}

.footer-link {
  font-size: 0.85rem;
  color: var(--slate-soft);
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-link:hover {
  color: var(--white);
}

.footer-legal {
  width: 100%;
  font-size: 0.75rem;
  color: var(--slate-soft);
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 20px;
  margin-top: 8px;
}

/* ---- 12. Responsive ---- */

/* Tablet */
@media (max-width: 900px) {
  :root {
    --section-pad: 44px;
  }

  body::after {
    width: 280px;
    opacity: 0.6;
  }

  .nav-links {
    display: none;
  }

  .hamburger {
    display: flex;
  }

  .plans-grid {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin: 0 auto;
  }

  .tab-content {
    grid-template-columns: 1fr;
    padding: 28px;
  }

  .tab-visual {
    flex-direction: row;
    text-align: left;
    padding: 20px;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }
}

/* Mobile */
@media (max-width: 600px) {
  :root {
    --section-pad: 36px;
    --ann-height:  38px;
    --nav-height:  56px;
  }

  body::after {
    display: none;
  }

  .announcement-badge {
    display: none;
  }

  .announcement-text {
    font-size: 0.75rem;
  }

  .hero {
    padding: 36px 20px 44px;
    min-height: auto;
    background-image: none;
  }

  .hero-actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-proof {
    gap: 16px;
  }

  .proof-divider {
    display: none;
  }

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

  .footer-container {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .footer-nav {
    flex-wrap: wrap;
    justify-content: center;
  }

  .section-container {
    padding: var(--section-pad) 20px;
  }

  .tabs {
    gap: 6px;
  }

  .tab {
    font-size: 0.8rem;
    padding: 7px 14px;
  }
}

/* ---- 13. Reduced Motion ---- */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .badge-dot {
    animation: none;
  }

  html {
    scroll-behavior: auto;
  }
}

/* ---- 14. Print ---- */
@media print {
  .announcement-bar,
  .navbar,
  .hamburger,
  .mobile-menu,
  .hero-blob {
    display: none;
  }

  body {
    padding-top: 0;
  }
}
