:root {
  --bg: #ffffff;
  --bg-soft: #f5faf8;
  --surface: rgba(255, 255, 255, 0.9);
  --text: #132127;
  --muted: #61717a;
  --line: #d8e5e2;
  --accent: #1f8b7a;
  --accent-deep: #146457;
  --accent-soft: #e4f5f1;
  --blue-soft: #ebf5fb;
  --shadow: 0 18px 45px rgba(14, 32, 39, 0.08);
  --radius: 24px;
  --radius-sm: 18px;
  --container: 1120px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(31, 139, 122, 0.08), transparent 25rem),
    radial-gradient(circle at 85% 12%, rgba(71, 157, 220, 0.1), transparent 18rem),
    var(--bg);
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

.container {
  width: min(calc(100% - 1.5rem), var(--container));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(216, 229, 226, 0.85);
  backdrop-filter: blur(16px);
  background: rgba(255, 255, 255, 0.9);
}

.nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 72px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.9rem;
  background: linear-gradient(135deg, var(--accent), #58a9d9);
  color: #fff;
  box-shadow: var(--shadow);
}

.brand-text {
  max-width: 11rem;
  line-height: 1.15;
}

.menu-button {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.28rem;
  width: 2.9rem;
  height: 2.9rem;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  cursor: pointer;
}

.menu-button span {
  width: 1rem;
  height: 2px;
  margin: 0 auto;
  background: var(--text);
  border-radius: 999px;
}

.site-nav {
  position: absolute;
  top: calc(100% + 0.55rem);
  left: 0.75rem;
  right: 0.75rem;
  display: none;
  padding: 0.8rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: var(--shadow);
}

.site-nav.open {
  display: grid;
  gap: 0.2rem;
}

.site-nav a {
  padding: 0.8rem 0.9rem;
  border-radius: 0.95rem;
  font-weight: 700;
  color: var(--muted);
}

.site-nav a:hover,
.site-nav a:focus-visible {
  background: var(--blue-soft);
  color: var(--text);
}

.nav-cta {
  background: var(--accent-soft);
  color: var(--accent-deep) !important;
}

.hero {
  padding: 2rem 0 1.5rem;
}

.hero-grid,
.contact-grid,
.proof-grid,
.owner-shell,
.cta-shell,
.footer-shell,
.section-heading,
.pricing-grid,
.benefit-grid,
.service-grid,
.step-grid {
  display: grid;
  gap: 1rem;
}

.hero-grid {
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
}

.hero-visual {
  display: grid;
  place-items: center;
}

.hero-copy,
.hero-card,
.step-card,
.service-card,
.price-card,
.benefit-card,
.testimonial-card,
.form-card,
.owner-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow);
}

.hero-copy {
  padding: 1.4rem;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.98), rgba(244, 251, 249, 0.94)),
    var(--bg);
}

.hero-card,
.step-card,
.service-card,
.price-card,
.benefit-card,
.testimonial-card,
.form-card,
.owner-card {
  padding: 1.35rem;
}

.eyebrow {
  margin: 0 0 0.75rem;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.card-kicker {
  margin: 0 0 0.8rem;
  color: var(--accent);
  font-size: 0.86rem;
  font-weight: 700;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

.hero h1 {
  margin-bottom: 1rem;
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
  max-width: 12ch;
}

h2 {
  margin-bottom: 0.65rem;
  font-size: clamp(1.9rem, 7vw, 3.35rem);
  line-height: 1;
  letter-spacing: -0.05em;
}

h3 {
  margin-bottom: 0.65rem;
  font-size: 1.32rem;
  letter-spacing: -0.03em;
}

.hero-text,
.section-copy,
.step-card p,
.service-card p,
.benefit-card p,
.testimonial-card p,
.card-note,
.pricing-note {
  color: var(--muted);
  line-height: 1.72;
}

.hero-text {
  font-size: clamp(1.1rem, 2.5vw, 1.35rem);
  line-height: 1.4;
  max-width: 32ch;
}

.hero-actions,
.hero-points,
.contact-stack {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.hero-actions {
  margin-top: 1.5rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.3rem;
  padding: 0.9rem 1.2rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 800;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.button:hover,
.button:focus-visible,
.contact-link:hover,
.contact-link:focus-visible {
  transform: translateY(-1px);
}

.button-primary {
  background: linear-gradient(135deg, var(--accent), #3b97d2);
  color: #fff;
  box-shadow: 0 14px 30px rgba(31, 139, 122, 0.22);
}

.button-secondary {
  border-color: var(--line);
  background: #fff;
  color: var(--accent-deep);
}

.button-full {
  width: 100%;
}

.point-chip,
.service-tag {
  display: inline-flex;
  align-items: center;
  min-height: 2.5rem;
  padding: 0.5rem 0.9rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  font-size: 0.88rem;
  font-weight: 700;
  color: #22444d;
}

.hero-points {
  margin-top: 1.35rem;
}

.hero-list {
  padding-left: 1.1rem;
  margin: 1rem 0 0;
  color: var(--muted);
  line-height: 1.7;
}

.contact-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.8rem 1rem;
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: #fff;
  font-weight: 700;
}

.contact-link-soft {
  background: var(--blue-soft);
}

.section {
  padding: 1.5rem 0;
}

.guarantee-banner {
  padding: 0 0 1.5rem;
}

.guarantee-text {
  margin: 0;
  padding: 0.95rem 1.1rem;
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: linear-gradient(135deg, rgba(228, 245, 241, 0.92), rgba(235, 245, 251, 0.98));
  color: var(--accent-deep);
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.6;
  text-align: center;
  box-shadow: var(--shadow);
}

.section-soft {
  background:
    linear-gradient(180deg, rgba(245, 250, 248, 0.95), rgba(255, 255, 255, 0.92)),
    var(--bg-soft);
}

.section-heading {
  margin-bottom: 1rem;
}

.section-heading-centered {
  text-align: center;
}

.step-number {
  display: inline-flex;
  margin-bottom: 1rem;
  color: var(--accent);
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

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

.price-card {
  display: grid;
  gap: 0.35rem;
}

.price {
  margin: 0;
  color: var(--accent-deep);
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.pricing-note {
  margin: 1rem 0 0;
  font-weight: 700;
}

.pricing-addon {
  margin: 1rem 0 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.7;
}

.pricing-addon-row {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
  width: 100%;
}

.price-addon-card {
  flex: 0 0 auto !important;
  width: auto !important;
  max-width: 360px !important;
  min-width: 280px;
  text-align: center;
  background: #fafefd;
  border: 1px dashed rgba(42, 157, 143, 0.35);
  padding: 1.5rem 2rem;
  position: relative;
}

.price-addon-card .price {
  font-size: 1.75rem;
  margin: 0.5rem 0;
}

.price-addon-card h3 {
  margin: 0 0 0.25rem 0;
}

.addon-tag {
  display: inline-block;
  background: rgba(42, 157, 143, 0.12);
  color: #2a9d8f;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.25rem 0.6rem;
  border-radius: 999px;
  margin-bottom: 0.5rem;
}

.addon-note {
  font-size: 0.85rem;
  color: #666;
  margin-top: 0.5rem;
  line-height: 1.4;
  max-width: 28ch;
  margin-left: auto;
  margin-right: auto;
}

.pricing-subnote {
  margin: 0.65rem 0 0;
  color: var(--muted);
  line-height: 1.7;
}

.owner-card {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 2.5rem;
  align-items: center;
  max-width: 880px;
  margin: 0 auto;
}

.owner-section h2 {
  font-size: clamp(1.75rem, 3.5vw, 2.4rem);
  line-height: 1.15;
  letter-spacing: -0.01em;
  max-width: 18ch;
}

.owner-photo {
  width: 100%;
  max-width: 240px;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center top;
  border-radius: 50%;
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
  margin-bottom: 1.5rem;
}

.owner-text {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.owner-name {
  font-size: 1.05rem;
  margin: 0;
}

.owner-credentials {
  margin: 0;
  padding-left: 1.2rem;
  line-height: 1.6;
}

.owner-credentials li {
  margin-bottom: 0.4rem;
}

.owner-contact {
  margin: 0.5rem 0 0;
  font-size: 0.95rem;
}

.hero-photo {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
  box-shadow: 0 12px 32px rgba(0,0,0,0.10);
}

.footer-photo {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center top;
  margin-right: 12px;
  vertical-align: middle;
}

.benefit-card {
  padding: 1.75rem 1.5rem;
  min-height: 120px;
}

.benefit-card h3 {
  text-align: center;
}

.faq-list {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.faq-list details {
  background: #fff;
  border-radius: 12px;
  padding: 1.25rem 1.5rem;
  box-shadow: 0 4px 12px rgba(0,0,0,0.04);
  border: 1px solid rgba(0,0,0,0.04);
}

.faq-list summary {
  font-weight: 600;
  cursor: pointer;
  list-style: none;
  font-size: 1.05rem;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  float: right;
  font-size: 1.4rem;
  line-height: 1;
  color: var(--accent, #2a9d8f);
  transition: transform 0.2s;
}

.faq-list details[open] summary::after {
  content: "\2212";
}

.faq-list details p {
  margin: 0.75rem 0 0;
  line-height: 1.5;
  color: #555;
}

.testimonial-stack {
  display: grid;
  gap: 1.25rem;
}

.testimonial-card strong,
.testimonial-card span {
  display: block;
}

.testimonial-card strong {
  margin-top: 1rem;
  font-size: 1.3rem;
  letter-spacing: -0.02em;
}

.testimonial-card span,
.stars {
  color: var(--muted);
}

.stars {
  margin-bottom: 0.9rem;
  letter-spacing: 0.15em;
}

.cta-band {
  padding-top: 0.25rem;
}

.cta-shell {
  align-items: center;
  padding: 1.35rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(228, 245, 241, 0.9), rgba(235, 245, 251, 0.98));
  box-shadow: var(--shadow);
}

.quote-form {
  display: grid;
  gap: 0.8rem;
}

.quote-form label {
  font-size: 0.95rem;
  font-weight: 700;
}

.quote-form input,
.quote-form textarea {
  width: 100%;
  padding: 0.9rem 1rem;
  border: 1px solid #c9d8d5;
  border-radius: 1rem;
  background: #fff;
  color: var(--text);
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.quote-form input:focus,
.quote-form textarea:focus {
  outline: none;
  border-color: #79b7df;
  box-shadow: 0 0 0 4px rgba(121, 183, 223, 0.18);
}

.form-feedback {
  min-height: 1.5rem;
  margin: 0;
  color: var(--accent-deep);
  font-weight: 700;
}

.site-footer {
  padding: 1.5rem 0 2.5rem;
}

.footer-shell {
  padding-top: 0.5rem;
  border-top: 1px solid var(--line);
}

.footer-shell p {
  margin-bottom: 0;
  color: var(--muted);
}

.mobile-phone-bar {
  display: none;
}

.reveal {
  opacity: 1;
  transform: none;
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal,
  .reveal.is-visible,
  .button,
  .contact-link {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (min-width: 700px) {
  .container {
    width: min(calc(100% - 2rem), var(--container));
  }

  .section {
    padding: 2.5rem 0;
  }

  .hero {
    padding: 3rem 0 2rem;
  }

  .guarantee-banner {
    padding-bottom: 2rem;
  }

  .hero-actions,
  .contact-stack {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .hero-grid,
  .contact-grid,
  .owner-shell,
  .cta-shell,
  .footer-shell,
  .service-grid,
  .benefit-grid,
  .step-grid,
  .pricing-grid {
    gap: 1.25rem;
  }

  .step-grid,
  .service-grid,
  .pricing-grid,
  .benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 769px) {
  .hero-grid {
    grid-template-columns: 1.1fr 1fr;
    gap: 3rem;
    align-items: center;
  }
}

@media (min-width: 980px) {
  .menu-button {
    display: none;
  }

  .site-nav {
    position: static;
    display: flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0;
    border: 0;
    box-shadow: none;
    background: transparent;
  }

  .site-nav a {
    padding: 0.7rem 0.9rem;
  }

  .contact-grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 1.5rem;
    align-items: start;
  }

  .step-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .service-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .pricing-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .benefit-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .cta-shell {
    grid-template-columns: 1fr auto;
    justify-content: space-between;
  }

  .footer-shell {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }
}

@media (max-width: 768px) {
  body {
    padding-bottom: calc(5.5rem + env(safe-area-inset-bottom));
  }

  .hero-photo {
    max-height: 280px;
  }

  .mobile-phone-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    padding: 0.8rem 0.75rem calc(0.8rem + env(safe-area-inset-bottom));
    border-top: 1px solid var(--line);
    background: #f7fbfa;
    box-shadow: 0 -10px 24px rgba(14, 32, 39, 0.08);
  }

  .mobile-phone-bar .button {
    min-height: 3.15rem;
    padding-inline: 0.75rem;
    font-size: 0.92rem;
  }
}

@media (max-width: 640px) {
  .owner-card {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .owner-card .owner-photo {
    margin: 0 auto;
    max-width: 160px;
  }
}

@media (max-width: 480px) {
  h2 {
    font-size: clamp(1.7rem, 8.5vw, 2.4rem);
    line-height: 1.05;
  }

  .hero-copy,
  .hero-card,
  .step-card,
  .service-card,
  .price-card,
  .benefit-card,
  .form-card,
  .owner-card {
    padding: 1.15rem;
  }

  .hero-text,
  .section-copy,
  .step-card p,
  .service-card p,
  .benefit-card p,
  .card-note,
  .pricing-note,
  .pricing-subnote {
    line-height: 1.62;
  }
}
