/* ============================================
   Flat Roof North West — Main Stylesheet
   Light theme matching LP Roofing parent brand (lproofingltd.co.uk)
   Teal accent #009CA3 · Montserrat headings · sibling-of-LP visual identity
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700;800&display=swap');

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

:root {
  /* LP Roofing brand palette (locked 2026-05-06 — see memory/reference_lp_roofing_brand_spec.md) */
  --accent: #009CA3;            /* LP teal */
  --accent-dark: #007A80;       /* teal-700 derived */
  --accent-hover: #00868C;      /* teal hover */
  --accent-light: #E0F7F8;      /* tint */
  --primary: #009CA3;
  --primary-dark: #007A80;
  --dark: #1a1a1a;
  --white: #ffffff;
  --gray-900: #1a1a1a;
  --gray-700: #545454;          /* LP H2 grey */
  --gray-600: #6b7280;
  --gray-400: #9ca3af;
  --gray-300: #d1d5db;
  --gray-200: #e5e7eb;
  --gray-100: #f3f4f6;
  --ink: #333333;               /* LP body text grey */
  --bg: #ffffff;
  --card-bg: #f8fafc;
  --border: #e5e7eb;
  --text-muted: #545454;
  --heading-font: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  --radius: 8px;
  --shadow: 0 2px 12px rgba(0,0,0,0.06);
  --shadow-lg: 0 8px 32px rgba(0,0,0,0.10);
  --transition: 0.3s ease;
  --max-width: 1200px;
}

html { scroll-behavior: smooth; }

body {
  font-family: var(--font);
  color: var(--gray-900);
  line-height: 1.6;
  background: var(--white);
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }

.container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 24px;
}

/* --- Typography --- */
h1, h2, h3, h4 { font-family: var(--heading-font); line-height: 1.2; font-weight: 800; color: var(--gray-700); }
h1 { font-size: clamp(2.2rem, 5.5vw, 3.6rem); font-weight: 800; }
h2 { font-size: clamp(1.6rem, 4vw, 2.4rem); font-weight: 700; }
h3 { font-size: clamp(1.2rem, 3vw, 1.5rem); font-weight: 700; }
p { font-size: 1.05rem; color: var(--gray-700); }

/* --- Buttons --- */
.btn {
  display: inline-block;
  padding: 16px 36px;
  font-size: 1.05rem;
  font-weight: 700;
  border-radius: var(--radius);
  border: none;
  cursor: pointer;
  transition: var(--transition);
  text-align: center;
}

.btn-primary {
  background: var(--accent);
  color: var(--dark);
}
.btn-primary:hover { background: var(--accent-hover); transform: translateY(-2px); box-shadow: var(--shadow); }

.btn-secondary {
  background: transparent;
  color: var(--accent);
  border: 2px solid var(--accent);
}
.btn-secondary:hover { background: var(--accent); color: #0a0a0f; }

.btn-white {
  background: rgba(255,255,255,0.1);
  color: #f0f0f0;
  border: 2px solid rgba(255,255,255,0.3);
}
.btn-white:hover { background: rgba(255,255,255,0.2); transform: translateY(-2px); }

/* --- Phone Bar (above header) --- */
.phone-bar {
  background: var(--accent);
  color: var(--dark);
  text-align: center;
  padding: 8px 24px;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.3px;
}
.phone-bar a {
  color: var(--dark);
  font-weight: 800;
  font-size: 1rem;
}
.phone-bar a:hover { text-decoration: underline; }

/* --- Header / Nav --- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #0a0a0f;
  border-bottom: 3px solid var(--accent);
  padding: 0 24px;
}

.nav {
  max-width: var(--max-width);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
}

.logo {
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--primary);
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--heading-font);
}
.logo span { color: var(--accent); }
.logo-mark {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  display: block;
}
.logo-img {
  width: 88px;
  height: 56px;
  border-radius: 6px;
  object-fit: cover;
  object-position: 50% 25%;
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(0,0,0,0.25);
  border: 1px solid rgba(255,255,255,0.08);
}
.logo-byline {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: rgba(255,255,255,0.92);
  letter-spacing: 0.2px;
  margin-top: 4px;
  font-family: var(--font);
  text-transform: none;
}
.logo-byline strong {
  color: var(--accent);
  font-weight: 700;
}

.nav-links {
  display: flex;
  gap: 32px;
  align-items: center;
}

.nav-links a {
  font-weight: 600;
  color: #ffffff;
  transition: var(--transition);
  font-size: 0.95rem;
}
.nav-links a:hover { color: var(--accent); }

.nav-cta {
  background: var(--accent) !important;
  color: var(--dark) !important;
  padding: 10px 24px !important;
  border-radius: var(--radius) !important;
  font-weight: 700 !important;
}
.nav-cta:hover { background: var(--accent-hover) !important; }

.mobile-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 8px;
}
.mobile-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: #f0f0f0;
  transition: var(--transition);
}

/* --- Hero Section --- */
.hero {
  padding: 150px 24px 80px;
  background: linear-gradient(rgba(0,0,0,0.40), rgba(0,0,0,0.55)), url('../photos/hero.jpg') center/cover no-repeat;
  color: #ffffff;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.hero-services {
  background-image: linear-gradient(rgba(0,0,0,0.45), rgba(0,0,0,0.55)), url('../photos/gallery/08-epdm-premium-finish.jpg') !important;
  background-size: cover !important;
  background-position: center !important;
}

.hero-areas {
  background-image: linear-gradient(rgba(0,0,0,0.45), rgba(0,0,0,0.55)), url('../photos/commercial/job-05-flats-pir-bluesky.jpg') !important;
  background-size: cover !important;
  background-position: center !important;
}

.hero-about {
  background-image: linear-gradient(rgba(0,0,0,0.45), rgba(0,0,0,0.55)), url('../photos/gallery/05-epdm-active-fit.jpg') !important;
  background-size: cover !important;
  background-position: center !important;
}

.hero-contact {
  background-image: linear-gradient(rgba(0,0,0,0.45), rgba(0,0,0,0.55)), url('../photos/commercial/job-04-commercial-large-epdm-03-sunset.jpg') !important;
  background-size: cover !important;
  background-position: center !important;
}

.hero::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(0,156,163,0.1) 0%, transparent 70%);
  border-radius: 50%;
}

.hero h1 {
  margin-bottom: 20px;
  position: relative;
  color: #ffffff;
}

.hero p {
  color: rgba(255,255,255,0.92);
  font-size: 1.2rem;
  max-width: 600px;
  margin: 0 auto 36px;
}

/* AI-template tell — hide the ALL-CAPS section overlines (LP doesn't use them) */
.section-tag { display: none !important; }

.hero-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}

.hero-stats {
  display: flex;
  justify-content: center;
  gap: 48px;
  margin-top: 60px;
  position: relative;
}

.hero-stat {
  text-align: center;
}
.hero-stat .number {
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--accent);
}
.hero-stat .label {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.7);
  margin-top: 4px;
}

/* --- Sections --- */
.section {
  padding: 80px 24px;
}
.section-gray { background: var(--gray-100); }
.section-dark { background: #0a3a3d; color: #ffffff; }
.section-green { background: linear-gradient(135deg, #007A80 0%, #009CA3 50%, #00B5BD 100%); color: #ffffff; }
.section-dark h1, .section-dark h2, .section-dark h3, .section-dark h4,
.section-green h1, .section-green h2, .section-green h3, .section-green h4 { color: #ffffff !important; }
.section-dark p, .section-green p { color: rgba(255,255,255,0.92); }

.section-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 48px;
}
.section-header p {
  margin-top: 12px;
}

.section-tag {
  display: inline-block;
  background: transparent;
  color: var(--accent);
  font-weight: 700;
  font-size: 0.8rem;
  padding: 0;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-bottom: 2px solid var(--accent);
  padding-bottom: 4px;
}

/* --- Benefits Grid --- */
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 28px;
}

.benefit-card {
  background: var(--white);
  border-radius: 4px;
  padding: 32px;
  box-shadow: var(--shadow);
  transition: var(--transition);
  border: 1px solid var(--gray-200);
  border-top: 3px solid var(--accent);
}
.benefit-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }

.benefit-icon {
  width: 56px;
  height: 56px;
  background: rgba(0,156,163,0.15);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  margin-bottom: 20px;
}

.benefit-card h3 { margin-bottom: 10px; }

/* --- How It Works --- */
.steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 32px;
  counter-reset: step;
}

.step {
  text-align: center;
  position: relative;
}

.step-number {
  width: 56px;
  height: 56px;
  background: var(--accent);
  color: #0a0a0f;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 800;
  margin: 0 auto 20px;
}

.step h3 { margin-bottom: 8px; }

/* --- Savings Calculator --- */
.calculator {
  background: var(--white);
  border-radius: 16px;
  padding: 48px;
  box-shadow: var(--shadow-lg);
  max-width: 700px;
  margin: 0 auto;
}

.calc-row {
  margin-bottom: 24px;
}

.calc-row label {
  display: block;
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 0.95rem;
}

.calc-row input,
.calc-row select {
  width: 100%;
  padding: 14px 16px;
  border: 2px solid var(--gray-200);
  border-radius: var(--radius);
  font-size: 1rem;
  font-family: var(--font);
  transition: var(--transition);
}
.calc-row input,
.calc-row select {
  background: #1e1e28;
  color: #f0f0f0;
}
.calc-row input:focus,
.calc-row select:focus {
  outline: none;
  border-color: var(--accent);
}

.calc-result {
  background: #0a0a0f;
  color: #f0f0f0;
  border-radius: 12px;
  padding: 24px;
  text-align: center;
  margin-top: 24px;
  border: 1px solid var(--gray-200);
}
.calc-result .amount {
  font-size: 2.4rem;
  font-weight: 800;
  color: var(--accent);
}
.calc-result p { color: rgba(255,255,255,0.8); margin-top: 4px; }

/* --- Testimonials --- */
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 28px;
}

.testimonial-card {
  background: var(--white);
  border-radius: 4px;
  padding: 28px;
  box-shadow: var(--shadow);
  border: 1px solid var(--gray-200);
  border-left: 3px solid var(--accent);
}

.testimonial-stars {
  color: var(--accent);
  font-size: 1.2rem;
  margin-bottom: 16px;
}

.testimonial-card blockquote {
  font-style: italic;
  color: var(--gray-700);
  margin-bottom: 16px;
  line-height: 1.7;
}

.testimonial-author {
  font-weight: 700;
  font-size: 0.95rem;
}
.testimonial-location {
  color: var(--gray-400);
  font-size: 0.85rem;
}

/* --- Quote Form --- */
.quote-form {
  background: var(--white);
  border-radius: 16px;
  padding: 48px;
  box-shadow: var(--shadow-lg);
  max-width: 600px;
  margin: 0 auto;
}

.quote-form h3 {
  text-align: center;
  margin-bottom: 24px;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
  font-size: 0.95rem;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 14px 16px;
  border: 2px solid var(--gray-200);
  border-radius: var(--radius);
  font-size: 1rem;
  font-family: var(--font);
  transition: var(--transition);
  background: var(--white);
}

.form-group input,
.form-group select,
.form-group textarea {
  background: #1e1e28;
  color: #f0f0f0;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--accent);
}

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

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

.quote-form .btn { width: 100%; padding: 18px; font-size: 1.1rem; }

/* --- Trust Bar --- */
.trust-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 48px;
  flex-wrap: wrap;
  padding: 32px 24px;
}

.trust-item {
  text-align: center;
  font-weight: 600;
  color: var(--gray-700);
  font-size: 0.95rem;
}
.trust-item .trust-icon {
  font-size: 2rem;
  display: block;
  margin-bottom: 6px;
}

/* --- CTA Banner --- */
.cta-banner {
  text-align: center;
  padding: 80px 24px;
}

.cta-banner h2 {
  margin-bottom: 16px;
}

.cta-banner p {
  color: rgba(255,255,255,0.8);
  max-width: 500px;
  margin: 0 auto 32px;
}

/* --- Services Cards --- */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 28px;
}

.service-card {
  background: var(--white);
  border-radius: 4px;
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: var(--transition);
  border: 1px solid var(--gray-200);
  border-top: 3px solid var(--accent);
}
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }

.service-card-img {
  height: 240px;
  background: linear-gradient(135deg, #1a1a2e 0%, #0a0a0f 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.5rem;
  background-size: cover;
  background-position: center;
}

/* Photo banner sections between content */
.photo-banner {
  height: 350px;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #f0f0f0;
}

.photo-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.55);
}

.photo-banner .banner-content {
  position: relative;
  z-index: 1;
  max-width: 700px;
  padding: 0 24px;
}

.photo-banner h2 {
  font-size: clamp(1.6rem, 4vw, 2.4rem);
  margin-bottom: 12px;
}

.photo-banner p {
  color: rgba(255,255,255,0.8);
  margin-bottom: 24px;
}

/* Finance section */
.finance-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.finance-img {
  height: 400px;
  border-radius: 16px;
  background-size: cover;
  background-position: center;
  border: 1px solid var(--gray-200);
}

.finance-list {
  margin-top: 16px;
}

.finance-list li {
  padding: 10px 0;
  padding-left: 28px;
  position: relative;
  color: var(--gray-700);
  font-size: 1.05rem;
}

.finance-list li::before {
  content: '\2713';
  position: absolute;
  left: 0;
  color: var(--accent);
  font-weight: 700;
}

@media (max-width: 768px) {
  .photo-banner { height: 250px; background-attachment: scroll; }
  .finance-section { grid-template-columns: 1fr; }
  .finance-img { height: 250px; }
}

.service-card-body {
  padding: 28px;
}
.service-card-body h3 { margin-bottom: 10px; }
.service-card-body ul { margin-top: 16px; }
.service-card-body li {
  padding: 6px 0;
  color: var(--gray-700);
  font-size: 0.95rem;
  position: relative;
  padding-left: 24px;
}
.service-card-body li::before {
  content: '\2713';
  position: absolute;
  left: 0;
  color: var(--accent);
  font-weight: 700;
}

/* --- Areas Grid --- */
.areas-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 16px;
}

.area-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 20px 24px;
  text-align: center;
  font-weight: 600;
  box-shadow: var(--shadow);
  border: 1px solid var(--gray-200);
  transition: var(--transition);
}
.area-card:hover {
  border-color: var(--primary);
  color: var(--primary);
  transform: translateY(-2px);
}

/* --- About --- */
.about-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.about-img {
  background: linear-gradient(135deg, #1a1a2e 0%, #0a0a0f 100%);
  border-radius: 16px;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 5rem;
  border: 1px solid var(--gray-200);
}

.about-text h2 { margin-bottom: 16px; }
.about-text p { margin-bottom: 16px; }

.about-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 28px;
}

.about-stat {
  text-align: center;
  padding: 16px;
  background: var(--gray-100);
  border-radius: var(--radius);
  border: 1px solid var(--gray-200);
}
.about-stat .number { font-size: 1.8rem; font-weight: 800; color: var(--accent); }
.about-stat .label { font-size: 0.85rem; color: var(--gray-400); }

/* --- FAQ --- */
.faq-list {
  max-width: 700px;
  margin: 0 auto;
}

.faq-item {
  border-bottom: 1px solid var(--gray-200);
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  padding: 20px 0;
  font-size: 1.05rem;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--font);
  color: var(--gray-900);
}

.faq-question::after {
  content: '+';
  font-size: 1.4rem;
  font-weight: 300;
  transition: var(--transition);
  color: var(--accent);
}

.faq-item.active .faq-question::after {
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.faq-answer p {
  padding-bottom: 20px;
}

.faq-item.active .faq-answer {
  max-height: 300px;
}

/* --- Footer --- */
.footer {
  background: var(--dark);
  color: var(--white);
  padding: 60px 24px 24px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  max-width: var(--max-width);
  margin: 0 auto;
}

.footer-brand p {
  color: rgba(255,255,255,0.6);
  margin-top: 12px;
  font-size: 0.95rem;
}

.footer h4 {
  font-size: 1rem;
  margin-bottom: 16px;
  color: var(--accent);
}

.footer ul li {
  margin-bottom: 8px;
}
.footer ul a {
  color: rgba(255,255,255,0.6);
  transition: var(--transition);
  font-size: 0.95rem;
}
.footer ul a:hover { color: var(--white); }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  margin-top: 40px;
  padding-top: 24px;
  text-align: center;
  color: rgba(255,255,255,0.4);
  font-size: 0.85rem;
  max-width: var(--max-width);
  margin-left: auto;
  margin-right: auto;
}

/* --- Contact Page --- */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}

.contact-info-card {
  display: flex;
  gap: 16px;
  padding: 20px;
  background: var(--gray-100);
  border-radius: var(--radius);
  margin-bottom: 16px;
  border: 1px solid var(--gray-200);
}

.contact-info-card .icon {
  font-size: 1.5rem;
  min-width: 40px;
  text-align: center;
}

.contact-info-card h4 { font-size: 1rem; margin-bottom: 4px; }
.contact-info-card p { font-size: 0.95rem; }

/* --- Mobile --- */
@media (max-width: 768px) {
  .nav-links {
    display: none;
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    background: var(--white);
    flex-direction: column;
    padding: 24px;
    gap: 16px;
    border-bottom: 1px solid var(--gray-200);
    box-shadow: var(--shadow);
  }
  .nav-links {
    background: #0a0a0f;
    border-bottom-color: var(--gray-200);
  }
  .nav-links.active { display: flex; }
  .mobile-toggle { display: flex; }

  .hero { padding: 120px 24px 60px; }
  .hero-stats { gap: 24px; flex-wrap: wrap; }

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

  .about-content { grid-template-columns: 1fr; }
  .about-img { height: 250px; }

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

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

  .quote-form, .calculator { padding: 28px; }

  .trust-bar { gap: 24px; }
}

@media (max-width: 480px) {
  .hero-stats { flex-direction: column; gap: 16px; }
  .footer-grid { grid-template-columns: 1fr; }
  .about-stats { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
}

/* --- WhatsApp Floating Button --- */
.whatsapp-float {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 56px;
  height: 56px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(37, 211, 102, 0.4);
  z-index: 999;
  transition: var(--transition);
}
.whatsapp-float:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 24px rgba(37, 211, 102, 0.5);
}
.whatsapp-float svg {
  width: 28px;
  height: 28px;
  fill: #fff;
}

/* --- Sticky Mobile CTA Bar --- */
.mobile-cta-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 998;
  background: rgba(10, 10, 15, 0.97);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-top: 1px solid var(--gray-200);
  padding: 8px 12px;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
}

.mobile-cta-bar a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 12px 8px;
  border-radius: var(--radius);
  font-size: 0.85rem;
  font-weight: 700;
  text-align: center;
  transition: var(--transition);
}

.mobile-cta-phone {
  background: rgba(255,255,255,0.1);
  color: #f0f0f0;
}
.mobile-cta-quote {
  background: var(--accent);
  color: var(--dark);
}
.mobile-cta-whatsapp {
  background: #25D366;
  color: #fff;
}

@media (max-width: 768px) {
  .mobile-cta-bar {
    display: grid;
  }
  .whatsapp-float {
    bottom: 80px;
  }
  body {
    padding-bottom: 72px;
  }
}

/* --- Thank You Page --- */
/* --- Blog --- */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 28px;
}

.blog-card {
  background: var(--white);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid var(--gray-200);
  transition: var(--transition);
}
.blog-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }

.blog-card-img {
  height: 200px;
  background-size: cover;
  background-position: center;
}

.blog-card-body {
  padding: 24px;
}
.blog-card-body .blog-tag {
  display: inline-block;
  background: rgba(0,156,163,0.15);
  color: var(--accent);
  font-weight: 600;
  font-size: 0.75rem;
  padding: 4px 10px;
  border-radius: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}
.blog-card-body h3 {
  margin-bottom: 10px;
  font-size: 1.15rem;
}
.blog-card-body h3 a {
  color: var(--gray-900);
  transition: var(--transition);
}
.blog-card-body h3 a:hover { color: var(--accent); }
.blog-card-body .blog-excerpt {
  font-size: 0.95rem;
  margin-bottom: 16px;
}
.blog-card-body .blog-meta {
  font-size: 0.8rem;
  color: var(--gray-400);
}

/* Blog Article */
.blog-article {
  max-width: 720px;
  margin: 0 auto;
}
.blog-article h2 {
  margin-top: 40px;
  margin-bottom: 16px;
  font-size: 1.5rem;
}
.blog-article h3 {
  margin-top: 32px;
  margin-bottom: 12px;
}
.blog-article p {
  margin-bottom: 16px;
  line-height: 1.8;
}
.blog-article ul, .blog-article ol {
  margin-bottom: 20px;
  padding-left: 24px;
}
.blog-article li {
  padding: 4px 0;
  color: var(--gray-700);
  line-height: 1.7;
}
.blog-article strong {
  color: var(--gray-900);
}

.blog-cta-box {
  background: var(--gray-100);
  border: 1px solid var(--gray-200);
  border-left: 4px solid var(--accent);
  border-radius: var(--radius);
  padding: 28px;
  margin: 36px 0;
  text-align: center;
}
.blog-cta-box h3 {
  margin-top: 0;
  margin-bottom: 8px;
}
.blog-cta-box p {
  margin-bottom: 16px;
}

.blog-author {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 24px 0;
  border-top: 1px solid var(--gray-200);
  margin-top: 40px;
}
.blog-author-info .name {
  font-weight: 700;
  color: var(--gray-900);
}
.blog-author-info .role {
  font-size: 0.85rem;
  color: var(--gray-400);
}

/* --- Thank You Page --- */
.thank-you-content {
  text-align: center;
  padding: 80px 24px;
  max-width: 600px;
  margin: 0 auto;
}
.thank-you-icon {
  width: 80px;
  height: 80px;
  background: rgba(0,156,163,0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  margin: 0 auto 24px;
}
.thank-you-content h1 {
  margin-bottom: 16px;
}
.thank-you-content p {
  margin-bottom: 12px;
}
.thank-you-next {
  margin-top: 36px;
  text-align: left;
  background: var(--gray-100);
  border-radius: 12px;
  padding: 28px;
  border: 1px solid var(--gray-200);
}
.thank-you-next h3 {
  margin-bottom: 16px;
}
.thank-you-next li {
  padding: 8px 0;
  padding-left: 28px;
  position: relative;
  color: var(--gray-700);
}
.thank-you-next li::before {
  content: '\2713';
  position: absolute;
  left: 0;
  color: var(--accent);
  font-weight: 700;
}
