﻿:root {
  --bg: #f4f0eb;
  --panel: rgba(255, 255, 255, 0.9);
  --line: rgba(48, 58, 68, 0.08);
  --text: #2f3944;
  --muted: #68727b;
  --green: #3f705f;
  --green-dark: #325849;
  --red: #d9423a;
  --shadow: 0 24px 60px rgba(66, 72, 81, 0.12);
  --radius-xl: 30px;
  --container: 1480px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

[id] {
  scroll-margin-top: 108px;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.88), transparent 30%),
    radial-gradient(circle at right 20%, rgba(255, 255, 255, 0.76), transparent 26%),
    linear-gradient(180deg, #f7f3ef 0%, #efebe7 100%);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

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

.surface {
  background: var(--panel);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
}

.topbar {
  position: relative;
  z-index: 10;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(48, 58, 68, 0.05);
  backdrop-filter: blur(14px);
}

.topbar-inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  flex: 0 0 auto;
  font-family: "Sora", sans-serif;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.brand-mark {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border-radius: 12px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-shadow: none;
  font-size: 0;
}

.brand-mark img {
  max-width: none;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  transform: translateY(6%) scale(2.48);
}

.brand-wordmark {
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
  font-size: 17px;
  line-height: 1;
  white-space: nowrap;
  color: #4b5864;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.brand-wordmark span { color: inherit; }

.brand-wordmark::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background:
    linear-gradient(90deg,
      rgba(129, 141, 153, 0.18) 0%,
      rgba(129, 141, 153, 0.38) 22%,
      rgba(76, 89, 101, 0.42) 38%,
      rgba(244, 247, 250, 0.98) 50%,
      rgba(76, 89, 101, 0.42) 62%,
      rgba(129, 141, 153, 0.38) 78%,
      rgba(129, 141, 153, 0.18) 100%);
  box-shadow: 0 1px 6px rgba(82, 95, 108, 0.12);
  background-size: 220% 100%;
  animation: brandUnderlineFlow 3.6s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

@keyframes brandUnderlineFlow {
  0% { background-position: 100% 50%; opacity: 0.72; }
  50% { background-position: 0% 50%; opacity: 1; }
  100% { background-position: -100% 50%; opacity: 0.72; }
}

.topnav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex: 1 1 auto;
  min-width: 0;
  flex-wrap: wrap;
}

.topnav a {
  position: relative;
  padding: 10px 10px;
  font-size: 14px;
  font-weight: 700;
  color: #49545e;
  white-space: nowrap;
}

.topnav a::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 4px;
  height: 2px;
  border-radius: 999px;
  background: rgba(63, 112, 95, 0.72);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.32s ease, opacity 0.32s ease;
  opacity: 0;
}

.topnav a:hover::after,
.topnav a:focus-visible::after {
  transform: scaleX(1);
  opacity: 1;
}

.topnav .nav-cta {
  padding: 14px 20px;
  border-radius: 14px;
  background: var(--green);
  color: #fff;
  box-shadow: 0 14px 28px rgba(63, 112, 95, 0.18);
}

.topnav .nav-cta::after {
  display: none;
}

.hero {
  position: relative;
  padding: 0 0 28px;
}

.hero-stage {
  position: relative;
  width: 100%;
  height: clamp(640px, 44vw, 980px);
  overflow: hidden;
  isolation: isolate;
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 30% 42%;
  filter: saturate(1.04) contrast(1.02);
  opacity: 1;
  transform: scale(1);
}

.hero-overlay {
  background:
    linear-gradient(180deg, rgba(247, 243, 238, 0) 0%, rgba(247, 243, 238, 0) 72%, rgba(247, 243, 238, 0.14) 84%, rgba(247, 243, 238, 0.32) 100%);
  pointer-events: none;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 330px minmax(500px, 560px) minmax(460px, 520px);
  gap: 34px;
  min-height: 700px;
  align-items: start;
  padding-top: 28px;
}

.hero-spacer { min-height: 1px; }

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 560px;
  padding-top: 162px;
  margin-left: -18px;
}

.summary-column {
  display: flex;
  flex-direction: column;
  width: 500px;
  justify-self: end;
  gap: 16px;
  padding-top: 104px;
  margin-right: 0;
}

.hero-copy::before {
  content: "";
  position: absolute;
  inset: -20px -34px -22px -18px;
  background: radial-gradient(circle at 42% 40%, rgba(247, 243, 238, 0.72) 0%, rgba(247, 243, 238, 0.58) 38%, rgba(247, 243, 238, 0.18) 62%, rgba(247, 243, 238, 0) 82%);
  filter: blur(10px);
  z-index: -1;
  pointer-events: none;
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(238, 244, 240, 0.98);
  color: #52645b;
  font-size: 12px;
  font-weight: 700;
  border: 1px solid rgba(63, 112, 95, 0.12);
  box-shadow: 0 8px 20px rgba(255, 255, 255, 0.24);
}

.summary-pill {
  position: static;
  align-self: stretch;
  margin-left: 0;
}

.pill-text {
  display: flex;
  align-items: center;
  gap: 6px;
  line-height: 1.2;
  white-space: nowrap;
  min-width: 0;
}

.pill-text strong {
  font-size: 12px;
  color: #405750;
  flex: 0 1 auto;
  min-width: 0;
}

.pill-text span {
  font-size: 11px;
  color: #5b7068;
  font-weight: 700;
  flex: 0 1 auto;
  min-width: 0;
}

.pill-text span::before {
  content: "\00b7";
  margin-right: 6px;
}

.pill-dot {
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  border-radius: 50%;
  background: var(--green);
  box-shadow:
    inset 0 0 0 3px rgba(255, 255, 255, 0.85),
    0 0 0 0 rgba(63, 112, 95, 0.38);
  animation: pillPulse 1.8s ease-out infinite;
}

@keyframes pillPulse {
  0% {
    box-shadow:
      inset 0 0 0 3px rgba(255, 255, 255, 0.85),
      0 0 0 0 rgba(63, 112, 95, 0.38);
    opacity: 0.95;
  }
  70% {
    box-shadow:
      inset 0 0 0 3px rgba(255, 255, 255, 0.85),
      0 0 0 8px rgba(63, 112, 95, 0);
    opacity: 1;
  }
  100% {
    box-shadow:
      inset 0 0 0 3px rgba(255, 255, 255, 0.85),
      0 0 0 0 rgba(63, 112, 95, 0);
    opacity: 0.95;
  }
}

h1, h2, h3 {
  margin: 0;
  font-family: "Sora", sans-serif;
}

h1 {
  margin-top: 12px;
  font-size: clamp(3rem, 4vw, 4.7rem);
  line-height: 0.93;
  letter-spacing: -0.06em;
  color: #2f3944;
}

.hero-title-top,
.hero-title-mid,
.hero-title-bottom {
  display: block;
}

.hero-title-top {
  margin-left: 0;
}

.hero-title-mid {
  margin-top: 4px;
  white-space: nowrap;
}

.hero-title-bottom {
  margin-top: 6px;
}

.green { color: var(--green); }
.phrase { white-space: nowrap; }

.hero-copy p {
  margin: 32px 0 0;
  max-width: 540px;
  font-size: 17px;
  line-height: 1.75;
  color: var(--muted);
}

.actions {
  display: flex;
  gap: 14px;
  flex-wrap: nowrap;
  margin-top: 34px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 178px;
  padding: 15px 24px;
  border-radius: 14px;
  border: 1px solid transparent;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.01em;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn:hover { transform: translateY(-2px); }

.btn-icon {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  display: inline-block;
}

.btn-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.85;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.btn-primary {
  background: var(--green);
  color: #fff;
  box-shadow: 0 14px 30px rgba(63, 112, 95, 0.2);
}

.btn-primary:hover { background: var(--green-dark); }

.btn-secondary {
  background: rgba(255, 255, 255, 0.98);
  color: var(--text);
  border-color: rgba(66, 72, 81, 0.12);
}

.summary {
  margin-top: 0;
  padding: 34px 34px 28px;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.97);
}

.summary h3 {
  font-size: 24px;
  color: #27323b;
}

.summary small {
  display: block;
  margin-top: 10px;
  margin-bottom: 22px;
  font-size: 14px;
  line-height: 1.6;
  color: #728088;
}

.summary-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 20px;
}

.mini {
  min-height: 116px;
  padding: 18px 18px 16px;
  border-radius: 18px;
  background: rgba(244, 241, 237, 0.9);
  border: 1px solid rgba(66, 72, 81, 0.05);
}

.mini strong {
  display: block;
  font-family: "Sora", sans-serif;
  font-size: 24px;
  letter-spacing: -0.04em;
}

.mini span {
  display: block;
  margin-top: 10px;
  color: #667077;
  font-size: 13px;
  line-height: 1.45;
}

.mini.green strong { color: var(--green); }
.mini.red strong { color: var(--red); }
.mini.dark strong { color: #404957; }

.summary-list {
  margin: 0;
  padding-left: 18px;
  color: #2f3944;
  line-height: 1.95;
  font-size: 16px;
  font-weight: 700;
}

.summary .btn {
  width: 100%;
  margin-top: 20px;
}

.section { padding: 34px 0; }

.two-col {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 38px;
  align-items: start;
}

.section-split {
  grid-template-columns: minmax(0, 1.03fr) minmax(0, 1fr);
  gap: 46px;
}

#contact .section-split {
  align-items: stretch;
}

.eyebrow {
  display: block;
  margin-bottom: 16px;
  color: #2f3944;
  font-size: 15px;
  font-weight: 800;
}

h2 {
  font-size: clamp(2rem, 2.75vw, 3rem);
  line-height: 1.18;
  letter-spacing: -0.045em;
  color: #2e3942;
}

.lead {
  margin: 22px 0 0;
  font-size: 16px;
  line-height: 1.9;
  color: #68727b;
}

.about-column,
.services-column {
  position: relative;
}

.about-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.metric-card {
  min-height: 138px;
  padding: 18px 18px 16px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(249, 246, 242, 0.88));
}

.metric-card strong {
  display: block;
  font-family: "Sora", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #2f3944;
}

.metric-card span {
  display: block;
  margin-top: 10px;
  color: #6e7880;
  font-size: 13px;
  line-height: 1.65;
}

.services-title {
  color: var(--green);
  font-size: 17px;
  font-weight: 800;
  margin-bottom: 12px;
}

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

.service-card {
  min-height: 258px;
  padding: 22px 18px 18px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(248, 244, 239, 0.94));
  border: 1px solid rgba(66, 72, 81, 0.07);
  box-shadow: 0 20px 40px rgba(66, 72, 81, 0.1);
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

.service-card-glow {
  position: absolute;
  inset: -30% auto auto 58%;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(111, 156, 136, 0.18) 0%, rgba(111, 156, 136, 0) 72%);
  pointer-events: none;
}

.service-visual {
  height: 86px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.92), transparent 55%),
    linear-gradient(180deg, #eef4f1 0%, #e4ede8 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.service-card.dark .service-visual {
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.92), transparent 55%),
    linear-gradient(180deg, #eef1f5 0%, #e1e7ee 100%);
}

.service-visual svg {
  width: 58px;
  height: 58px;
  fill: none;
  stroke-width: 2.3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-visual-lpg svg {
  stroke: #4f7f6c;
}

.service-visual-tse svg {
  stroke: #536171;
}

.service-visual-check svg {
  stroke: #d94a40;
}

.service-visual-check {
  position: relative;
}

.service-visual-check::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 14px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(100, 133, 121, 0.9) 0%, rgba(100, 133, 121, 0.25) 52%, rgba(100, 133, 121, 0) 72%);
}

.service-kicker {
  margin-top: 16px;
  color: #6a7d73;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.service-card h3 {
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.4;
  color: #2f3944;
}

.service-card p {
  margin: 10px 0 0;
  color: #68727b;
  line-height: 1.7;
  font-size: 14px;
  flex: 1;
}

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

.service-tags li {
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(63, 112, 95, 0.08);
  color: #51635a;
  font-size: 12px;
  font-weight: 800;
}

.service-bar {
  min-height: 38px;
  border-radius: 12px;
  margin-top: 16px;
  background: linear-gradient(90deg, var(--green), #537d6b);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: 700;
}

.service-card.dark .service-bar {
  background: linear-gradient(90deg, #434b58, #5e6774);
}

.seal-panel,
.check-card,
.contact-card {
  border-radius: var(--radius-xl);
}

.seal-panel {
  min-height: 350px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  overflow: visible;
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.seal-art {
  position: relative;
  width: min(74%, 420px);
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  filter: drop-shadow(0 26px 34px rgba(63, 78, 70, 0.14));
  margin-top: -4px;
  margin-left: 34px;
}

.seal-art img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 0;
}

.check-card,
.contact-card { padding: 28px; }

.feature-card {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.check {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  flex: 0 0 28px;
  background: #e5efe9;
  color: var(--green);
  font-weight: 900;
}

.contact-heading {
  margin-top: 4px;
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: -0.04em;
  color: #2f3944;
}

.contact-lead {
  margin: 18px 0 0;
  color: #6a747c;
  font-size: 15px;
  line-height: 1.8;
}

.about-feature-grid {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.about-feature-item {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid rgba(66, 72, 81, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(249, 246, 242, 0.88));
}

.about-feature-item strong {
  display: block;
  margin-bottom: 6px;
  color: #2f3944;
  font-size: 17px;
  font-family: "Sora", sans-serif;
}

.about-feature-item p {
  margin: 0;
  color: #6d7880;
  font-size: 14px;
  line-height: 1.65;
}

.contact-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 24px;
}

.contact-detail-card {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 18px;
  border-radius: 18px;
  border: 1px solid rgba(66, 72, 81, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(249, 246, 242, 0.88));
}

.contact-detail-link {
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.contact-detail-link:hover {
  transform: translateY(-2px);
  border-color: rgba(63, 112, 95, 0.22);
  box-shadow: 0 18px 32px rgba(66, 72, 81, 0.1);
}

.contact-detail-icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(63, 112, 95, 0.1);
  color: var(--green);
  font-size: 22px;
  font-weight: 800;
}

.contact-detail-card strong {
  display: block;
  margin-bottom: 6px;
  color: #2f3944;
  font-size: 15px;
  font-family: "Sora", sans-serif;
}

.contact-detail-card p {
  margin: 0;
  color: #657079;
  line-height: 1.7;
  font-size: 14px;
}

.contact-action-row {
  margin-top: auto;
  padding-top: 22px;
  display: flex;
  gap: 14px;
}

.floating-whatsapp {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 40;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  color: #25d366;
  text-decoration: none;
  box-shadow: 0 18px 36px rgba(66, 72, 81, 0.18);
  border: 1px solid rgba(37, 211, 102, 0.18);
  font-weight: 800;
  letter-spacing: 0.01em;
}

.floating-whatsapp-icon {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.floating-whatsapp-icon svg {
  width: 100%;
  height: 100%;
  fill: #25d366;
}

.floating-whatsapp span:last-child {
  font-size: 17px;
  line-height: 1;
}

footer {
  margin-top: 18px;
  padding: 28px 0 18px;
  border-top: 1px solid rgba(66, 72, 81, 0.08);
  background: rgba(255, 255, 255, 0.24);
}

.footer-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  color: #56616a;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "Sora", sans-serif;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.footer-mark {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.92);
  display: grid;
  place-items: center;
  border: 1px solid rgba(66, 72, 81, 0.12);
  box-shadow: 0 12px 24px rgba(66, 72, 81, 0.12);
  overflow: hidden;
}

.footer-mark img {
  max-width: none;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: translateY(6%) scale(2.2);
}

.footer-nav {
  display: flex;
  gap: 30px;
  font-weight: 700;
}

.copyright {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(66, 72, 81, 0.08);
  color: #8c9399;
  font-size: 13px;
}

@media (min-width: 1201px) and (max-width: 1680px) {
  .container { width: min(1380px, calc(100% - 40px)); }
  .hero-grid {
    grid-template-columns: 270px minmax(430px, 500px) minmax(390px, 440px);
    gap: 28px;
  }
  .hero-copy {
    max-width: 500px;
    padding-top: 150px;
    margin-left: -24px;
  }
  h1 {
    font-size: clamp(2.45rem, 3vw, 3.8rem);
    line-height: 0.95;
  }
  .hero-title-top {
    margin-left: 0;
  }
  .hero-title-bottom {
    margin-top: 4px;
  }
  .hero-copy p {
    max-width: 470px;
    font-size: 16px;
    line-height: 1.72;
  }
  .actions {
    margin-top: 32px;
    gap: 12px;
  }
  .summary-column {
    width: 420px;
    gap: 14px;
    padding-top: 102px;
  }
  .summary {
    padding: 28px 28px 24px;
    border-radius: 28px;
  }
  .summary-pill {
    margin-left: 0;
  }
  .summary h3 {
    font-size: 22px;
  }
  .mini {
    min-height: 106px;
  }
  .mini strong {
    font-size: 21px;
  }
}

@media (max-width: 1200px) {
  .hero-stage { height: clamp(580px, 50vw, 780px); }
  .hero-grid {
    grid-template-columns: 220px minmax(400px, 1fr) 360px;
    min-height: 600px;
    gap: 22px;
  }
  .hero-copy {
    max-width: 430px;
    padding-top: 126px;
    margin-left: -6px;
  }
  .summary-column {
    width: 360px;
    gap: 12px;
    padding-top: 96px;
  }
  h1 {
    font-size: clamp(2.15rem, 3vw, 3.1rem);
    line-height: 0.96;
  }
  .hero-title-top { margin-left: 0; }
  .hero-copy p {
    max-width: 410px;
    font-size: 15px;
    line-height: 1.7;
  }
  .summary {
    padding: 24px 24px 22px;
  }
  .summary h3 {
    font-size: 20px;
  }
  .mini strong {
    font-size: 19px;
  }
}

@media (max-width: 980px) {
  .topnav { display: none; }
  .hero-stage {
    height: auto;
    min-height: 540px;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    min-height: 540px;
    padding-top: 24px;
  }
  .hero-spacer { display: none; }
  .hero-copy {
    padding-top: 56px;
    max-width: 100%;
    margin-left: 0;
  }
  .hero-title-top,
  .hero-title-mid,
  .hero-title-bottom {
    margin-left: 0;
  }
  .hero-title-mid { white-space: normal; }
  .summary-column {
    width: 100%;
    padding-top: 0;
  }
  .summary {
    margin-top: 12px;
    max-width: 480px;
  }
  .summary-pill {
    margin-left: 0;
  }
  .two-col,
  .section-split { grid-template-columns: 1fr; }
  .about-metrics { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 24px, var(--container)); }
  .topbar-inner { min-height: 72px; }
  .hero-stage { min-height: 500px; }
  h1 {
    font-size: 2.55rem;
    line-height: 1.02;
  }
  .hero-copy p,
  .lead { font-size: 16px; }
  .summary,
  .check-card,
  .contact-card { padding: 22px; }
  .service-grid,
  .contact-info-grid,
  .contact-action-row { grid-template-columns: 1fr; }
  .service-card { min-height: 0; }
  .send { min-height: 52px; }
  .footer-nav {
    gap: 16px;
    flex-wrap: wrap;
  }
  .contact-heading { font-size: 26px; }
  .contact-action-row {
    display: grid;
  }
  .floating-whatsapp {
    right: 16px;
    bottom: 16px;
    padding: 13px 16px;
  }
}

