/* MedSolar v2 — visual DNA from MedSol.dc
   Fonts: Bricolage Grotesque (display) + Hanken Grotesk (body)
   NEVER Syne / DM Sans */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  font-family: "Hanken Grotesk", system-ui, sans-serif;
  background: #0e1320;
  color: #f4ead1;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

::selection {
  background: #ff8a1a;
  color: #0e1320;
}

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

img {
  max-width: 100%;
  height: auto;
  display: block;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1, h2, h3 {
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0;
}

p {
  margin: 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 100;
  background: #ff8a1a;
  color: #0e1320;
  padding: 10px 16px;
  font-weight: 700;
  border-radius: 0 0 8px 0;
}
.skip-link:focus {
  left: 0;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: clamp(20px, 5vw, 48px);
  padding-right: clamp(20px, 5vw, 48px);
}

.narrow {
  max-width: 820px;
}

/* —— Announcement —— */
.announce {
  display: block;
  background: linear-gradient(120deg, #ffd23f, #ff8a1a 40%, #e0457a 75%, #7a2e9c);
  color: #1b1206;
  text-align: center;
  font-size: 13.5px;
  font-weight: 700;
  letter-spacing: 0.01em;
  padding: 9px 16px;
  transition: filter 0.2s;
}
.announce:hover {
  filter: brightness(1.05);
}

/* —— Header —— */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(14, 19, 32, 0.72);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(244, 234, 209, 0.09);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  flex-shrink: 0;
}

.brand-text {
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 700;
  font-size: 21px;
  letter-spacing: -0.01em;
  color: #f4ead1;
}

.nav-desktop {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 15px;
  font-weight: 500;
  color: #aeb6c9;
}

.nav-desktop a:hover {
  color: #f4ead1;
}

.nav-cta {
  margin-left: 4px;
}

.nav-burger {
  display: none;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(244, 234, 209, 0.06);
  border: 1px solid rgba(244, 234, 209, 0.14);
  cursor: pointer;
  color: #f4ead1;
  padding: 0;
}

.nav-mobile {
  border-top: 1px solid rgba(244, 234, 209, 0.08);
  padding: 10px clamp(20px, 5vw, 48px) 22px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.nav-mobile[hidden] {
  display: none !important;
}

.nav-mobile a {
  padding: 14px 4px;
  font-size: 17px;
  font-weight: 600;
  color: #d8c8a4;
  border-bottom: 1px solid rgba(244, 234, 209, 0.07);
}

.nav-mobile .btn {
  margin-top: 14px;
  text-align: center;
  border-bottom: none;
  color: #1b1206;
}

@media (max-width: 880px) {
  .nav-desktop {
    display: none !important;
  }
  .nav-burger {
    display: flex !important;
  }
}

/* —— Buttons —— */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-family: inherit;
  font-weight: 700;
  font-size: 16px;
  padding: 16px 28px;
  border-radius: 99px;
  border: none;
  cursor: pointer;
  transition: filter 0.2s, transform 0.2s, background 0.2s, border-color 0.2s;
}

.btn-gradient {
  background: linear-gradient(120deg, #ffd23f, #ff8a1a 45%, #e0457a 90%);
  color: #1b1206;
}

.btn-gradient:hover {
  filter: brightness(1.07);
  transform: translateY(-1px);
}

.btn-wa {
  background: #25d366;
  color: #063e1c;
  width: 100%;
  grid-column: 1 / -1;
}

.btn-wa:hover {
  filter: brightness(1.05);
  transform: translateY(-2px);
}

.btn-wa-outline {
  border: 1px solid rgba(37, 211, 102, 0.55);
  color: #f4ead1;
  background: transparent;
  font-weight: 600;
}

.btn-wa-outline:hover {
  background: rgba(37, 211, 102, 0.12);
  border-color: rgba(37, 211, 102, 0.9);
}

/* —— Hero —— */
.hero {
  position: relative;
  background:
    radial-gradient(1100px 620px at 78% 12%, rgba(255, 138, 26, 0.16), transparent 60%),
    radial-gradient(900px 600px at 12% 90%, rgba(122, 46, 158, 0.18), transparent 60%),
    #0e1320;
}

.hero-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 340px), 1fr));
  gap: clamp(40px, 6vw, 72px);
  align-items: center;
  padding-top: clamp(56px, 8vw, 104px);
  padding-bottom: clamp(64px, 9vw, 100px);
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(244, 234, 209, 0.16);
  background: rgba(244, 234, 209, 0.04);
  padding: 7px 14px;
  border-radius: 99px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #d8c8a4;
  margin-bottom: 26px;
}

.pill-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #3ddc84;
  box-shadow: 0 0 10px #3ddc84;
}

.hero h1 {
  font-size: clamp(42px, 6.2vw, 78px);
  line-height: 1.02;
  letter-spacing: -0.025em;
  margin-bottom: 22px;
  color: #f7efd9;
}

.grad-text {
  background: linear-gradient(110deg, #ffd23f, #ff8a1a 40%, #e0457a 78%, #7a2e9c);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.lead {
  font-size: clamp(17px, 2vw, 20px);
  line-height: 1.6;
  color: #aeb6c9;
  max-width: 520px;
  margin-bottom: 34px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 40px;
}

.hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 28px 36px;
  align-items: center;
}

.stat-num {
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #f7efd9;
}

.stat-label {
  font-size: 13.5px;
  color: #8e96ab;
}

.stat-div {
  width: 1px;
  height: 36px;
  background: rgba(244, 234, 209, 0.12);
}

.hero-visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 320px;
}

.hero-glow {
  position: absolute;
  width: 70%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 138, 26, 0.5), rgba(224, 69, 122, 0.25) 45%, transparent 70%);
  filter: blur(36px);
  animation: pulseGlow 6s ease-in-out infinite;
}

.hero-photo {
  position: relative;
  width: min(420px, 92%);
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(244, 234, 209, 0.14);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.45);
}

.hero-photo img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.floaty {
  animation: floaty 7s ease-in-out infinite;
}

.hero-chip {
  position: absolute;
  background: rgba(20, 26, 43, 0.82);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(244, 234, 209, 0.14);
  border-radius: 16px;
  padding: 13px 17px;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.4);
  z-index: 2;
}

.hero-chip-before {
  top: 6%;
  left: -2%;
}

.hero-chip-after {
  bottom: 7%;
  right: -2%;
  border-color: rgba(255, 138, 26, 0.3);
}

.chip-label {
  font-size: 12px;
  color: #8e96ab;
  margin-bottom: 2px;
}

.chip-value {
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #f7efd9;
}

.chip-strike {
  text-decoration: line-through;
  text-decoration-color: #e0457a;
}

.chip-grad {
  background: linear-gradient(110deg, #ffd23f, #ff8a1a, #e0457a);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* Trust strip */
.trust-strip {
  border-top: 1px solid rgba(244, 234, 209, 0.09);
}

.trust-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 18px 40px;
  padding-top: 22px;
  padding-bottom: 22px;
}

.trust-label {
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #6f7790;
  font-weight: 600;
}

.trust-items {
  display: flex;
  flex-wrap: wrap;
  gap: 28px 40px;
  align-items: center;
  font-weight: 600;
  color: #9aa3b7;
  font-size: 15px;
}

.trust-check {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* —— Sections —— */
.section {
  padding: clamp(72px, 10vw, 128px) 0;
}

.section-cream {
  background: #f7f2e9;
  color: #14182a;
}

.section-dark {
  background: #0e1320;
}

.calc-section {
  background:
    radial-gradient(900px 500px at 85% 0%, rgba(224, 69, 122, 0.16), transparent 55%),
    #0e1320;
}

.section-head {
  max-width: 680px;
  margin-bottom: clamp(40px, 5vw, 64px);
}

.section-head-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.section-head-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  max-width: none;
}

.section-head h2 {
  font-size: clamp(30px, 4.4vw, 52px);
  line-height: 1.05;
  margin-bottom: 16px;
}

.section-cream .section-head h2 {
  color: #14182a;
}

.text-cream {
  color: #f7efd9 !important;
}

.section-desc {
  font-size: 18px;
  line-height: 1.6;
  color: #5a6072;
}

.section-desc.muted {
  color: #aeb6c9;
}

.eyebrow {
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 14px;
  background: linear-gradient(110deg, #ff8a1a, #e0457a, #7a2e9c);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.eyebrow-light {
  background: linear-gradient(110deg, #ffd23f, #ff8a1a, #e0457a);
  -webkit-background-clip: text;
  background-clip: text;
}

.link-accent {
  font-weight: 600;
  color: #ff8a1a;
  font-size: 15.5px;
  white-space: nowrap;
}

.link-accent:hover {
  color: #e0457a;
}

/* Steps */
.steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
}

.step-card {
  background: #fff;
  border: 1px solid #ece3d2;
  border-radius: 20px;
  padding: 30px 26px;
  box-shadow: 0 1px 3px rgba(20, 24, 42, 0.04);
}

.step-card h3 {
  font-size: 21px;
  margin: 0 0 9px;
}

.step-card p {
  font-size: 15.5px;
  line-height: 1.55;
  color: #5a6072;
}

.step-num {
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #ff8a1a;
  margin-bottom: 18px;
}

.step-card-dark {
  background: #0e1320;
  color: #f4ead1;
  border: none;
  box-shadow: 0 14px 40px rgba(20, 24, 42, 0.14);
}

.step-card-dark p {
  color: #aeb6c9;
}

.step-num-grad {
  background: linear-gradient(110deg, #ffd23f, #ff8a1a, #e0457a);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* Calculator */
.calc-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
  align-items: stretch;
}

.calc-control {
  background: linear-gradient(180deg, #161c2d, #121726);
  border: 1px solid rgba(244, 234, 209, 0.12);
  border-radius: 24px;
  padding: clamp(28px, 4vw, 40px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.calc-label {
  font-size: 15px;
  color: #aeb6c9;
  margin-bottom: 6px;
}

.calc-bill {
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 700;
  font-size: clamp(40px, 6vw, 60px);
  line-height: 1;
  color: #f7efd9;
  margin-bottom: 28px;
}

.calc-unit {
  font-size: 18px;
  color: #8e96ab;
  font-weight: 500;
}

.calc-scale {
  display: flex;
  justify-content: space-between;
  font-size: 12.5px;
  color: #6f7790;
  margin-top: 12px;
}

.calc-kwp {
  margin-top: 26px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: rgba(244, 234, 209, 0.05);
  border: 1px solid rgba(244, 234, 209, 0.1);
  border-radius: 12px;
  padding: 12px 15px;
  font-size: 14px;
  color: #d8c8a4;
}

.calc-kwp strong {
  color: #f7efd9;
}

input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 8px;
  border-radius: 99px;
  outline: none;
  cursor: pointer;
  background: linear-gradient(90deg, #ff8a1a, #e0457a var(--pct, 16%), rgba(244, 234, 209, 0.14) var(--pct, 16%));
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #f4ead1;
  border: 4px solid #ff8a1a;
  box-shadow: 0 4px 14px rgba(255, 138, 26, 0.5);
  cursor: grab;
}

input[type="range"]::-moz-range-thumb {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #f4ead1;
  border: 4px solid #ff8a1a;
  cursor: grab;
}

.calc-results {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.calc-hero-stat {
  grid-column: 1 / -1;
  background: linear-gradient(120deg, #ff8a1a, #e0457a 60%, #7a2e9c);
  border-radius: 24px;
  padding: clamp(24px, 3.5vw, 34px);
  color: #1b1206;
}

.calc-hero-label {
  font-size: 14.5px;
  font-weight: 600;
  opacity: 0.85;
  margin-bottom: 6px;
}

.calc-hero-value {
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 800;
  font-size: clamp(34px, 5vw, 52px);
  line-height: 1;
}

.calc-stat {
  background: #161c2d;
  border: 1px solid rgba(244, 234, 209, 0.1);
  border-radius: 20px;
  padding: 24px;
}

.calc-stat-label {
  font-size: 13.5px;
  color: #8e96ab;
  margin-bottom: 7px;
}

.calc-stat-value {
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 700;
  font-size: clamp(22px, 3vw, 30px);
  color: #f7efd9;
}

.calc-stat-wide {
  grid-column: 1 / -1;
}

.calc-offer {
  grid-column: 1 / -1;
  text-align: center;
  font-size: 14.5px;
  line-height: 1.5;
  color: #aeb6c9;
  margin: 2px 0 0;
}

.calc-offer strong {
  color: #f7efd9;
}

.calc-disclaimer {
  text-align: center;
  font-size: 12.5px;
  color: #6f7790;
  margin: 22px 0 0;
  line-height: 1.5;
}

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

.service-card {
  background: #fff;
  border: 1px solid #ece3d2;
  border-radius: 22px;
  padding: 32px 28px;
  transition: transform 0.25s, box-shadow 0.25s;
}

.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 50px rgba(20, 24, 42, 0.1);
}

.service-photo {
  padding: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.service-media {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #0e1320;
}

.service-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.service-card:hover .service-media img {
  transform: scale(1.04);
}

.service-body {
  padding: 28px 26px 30px;
}

.service-card h3 {
  font-size: 21px;
  margin-bottom: 9px;
  color: #14182a;
}

.service-card p {
  font-size: 15px;
  line-height: 1.55;
  color: #5a6072;
  margin-bottom: 14px;
}

.service-card ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.service-card li {
  font-size: 14px;
  color: #5a6072;
  padding-left: 16px;
  position: relative;
}

.service-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ff8a1a;
}

.service-tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 99px;
  margin-bottom: 12px;
}

.tag-solar {
  background: linear-gradient(120deg, #ffd23f, #ff8a1a);
  color: #1b1206;
}

.tag-elec {
  background: linear-gradient(120deg, #e0457a, #7a2e9c);
  color: #fff;
}

.tag-maint {
  background: rgba(255, 138, 26, 0.15);
  color: #c45a00;
}

.service-icon {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.icon-spda {
  background: linear-gradient(135deg, #ff8a1a, #e0457a);
}

.icon-panel {
  background: linear-gradient(135deg, #ffd23f, #ff8a1a);
}

.icon-project {
  background: linear-gradient(135deg, #e0457a, #7a2e9c);
}

/* Why */
.why-grid {
  display: grid;
  gap: clamp(36px, 5vw, 56px);
}

.why-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
}

.why-item {
  background: #161c2d;
  border: 1px solid rgba(244, 234, 209, 0.1);
  border-radius: 20px;
  padding: 28px 24px;
}

.why-item h3 {
  font-size: 20px;
  color: #f7efd9;
  margin-bottom: 10px;
}

.why-item p {
  font-size: 15px;
  line-height: 1.55;
  color: #aeb6c9;
}

/* FAQ */
.faq {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq-item {
  background: #141a2b;
  border: 1px solid rgba(244, 234, 209, 0.1);
  border-radius: 16px;
  overflow: hidden;
}

.faq-item h3 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  letter-spacing: 0;
}

.faq-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 22px 24px;
  text-align: left;
  color: #f4ead1;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 17px;
  font-weight: 600;
}

.faq-icon {
  flex: none;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #ff8a1a;
  transition: transform 0.3s;
  line-height: 1;
}

.faq-trigger[aria-expanded="true"] .faq-icon {
  transform: rotate(45deg);
}

.faq-panel {
  padding: 0 24px 24px;
}

.faq-panel[hidden] {
  display: none;
}

.faq-panel p {
  font-size: 15.5px;
  line-height: 1.6;
  color: #aeb6c9;
}

/* CTA */
.cta-wrap {
  background: #0e1320;
  padding: 0 0 clamp(72px, 9vw, 110px);
}

.cta-banner {
  position: relative;
  border-radius: 32px;
  overflow: hidden;
  background: linear-gradient(120deg, #ffb02e, #ff6a12 38%, #e0457a 72%, #7a2e9c);
  padding: clamp(44px, 7vw, 80px) clamp(28px, 6vw, 72px);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 36px;
  align-items: center;
}

.cta-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(600px 300px at 90% 10%, rgba(255, 255, 255, 0.22), transparent 60%);
  pointer-events: none;
}

.cta-copy,
.cta-card {
  position: relative;
}

.cta-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(14, 19, 32, 0.9);
  color: #f4ead1;
  font-weight: 600;
  font-size: 13.5px;
  padding: 8px 14px;
  border-radius: 99px;
  margin-bottom: 18px;
}

.cta-copy h2 {
  font-weight: 800;
  font-size: clamp(30px, 4.6vw, 52px);
  line-height: 1.04;
  margin: 0 0 16px;
  color: #1b1206;
}

.cta-copy p {
  font-size: 18px;
  line-height: 1.55;
  color: #3a230f;
  max-width: 440px;
}

.cta-card {
  background: rgba(14, 19, 32, 0.9);
  backdrop-filter: blur(6px);
  border-radius: 22px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.cta-card input {
  background: #1a2236;
  border: 1px solid rgba(244, 234, 209, 0.14);
  border-radius: 12px;
  padding: 14px 16px;
  color: #f4ead1;
  font-size: 15px;
  font-family: "Hanken Grotesk", sans-serif;
  outline: none;
  width: 100%;
}

.cta-card input:focus {
  border-color: #ff8a1a;
}

.cta-card input::placeholder {
  color: #6f7790;
}

.cta-hint {
  text-align: center;
  font-size: 12.5px;
  color: #8e96ab;
}

/* Footer */
.site-footer {
  background: #0a0e18;
  border-top: 1px solid rgba(244, 234, 209, 0.08);
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 36px;
  padding-top: clamp(48px, 6vw, 72px);
  padding-bottom: 36px;
}

.footer-brand {
  grid-column: span 2;
  min-width: 240px;
  max-width: 340px;
}

@media (max-width: 600px) {
  .footer-brand {
    grid-column: span 1;
  }
}

.footer-brand .brand {
  margin-bottom: 18px;
}

.footer-brand p {
  font-size: 14.5px;
  line-height: 1.6;
  color: #8e96ab;
  margin-bottom: 12px;
}

.footer-placeholder {
  font-size: 13px !important;
  color: #6f7790 !important;
}

.footer-heading {
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #f4ead1;
  margin-bottom: 16px;
  letter-spacing: 0;
}

.footer-list {
  display: flex;
  flex-direction: column;
  gap: 11px;
  font-size: 14.5px;
  color: #8e96ab;
}

.footer-list a:hover {
  color: #f4ead1;
}

.footer-list em {
  font-style: italic;
  opacity: 0.85;
}

.footer-bottom {
  border-top: 1px solid rgba(244, 234, 209, 0.06);
  padding-top: 22px;
  padding-bottom: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  justify-content: space-between;
  font-size: 13px;
  color: #6f7790;
}

.footer-note {
  color: #5a6278;
}

/* WhatsApp FAB */
.wa-fab {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 90;
  display: flex;
  align-items: center;
  gap: 12px;
  animation: waNudge 3.5s ease-in-out infinite;
}

.wa-label {
  background: #161c2d;
  border: 1px solid rgba(244, 234, 209, 0.12);
  color: #f4ead1;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 14px;
  border-radius: 99px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}

.wa-btn {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #25d366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 28px rgba(37, 211, 102, 0.45);
  animation: waPulse 2.4s ease-out infinite;
}

@media (max-width: 560px) {
  .wa-label {
    display: none !important;
  }
  .hero-chip-before {
    left: 4%;
  }
  .hero-chip-after {
    right: 4%;
  }
}

/* Reveal + motion */
[data-reveal] {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s cubic-bezier(0.2, 0.7, 0.2, 1), transform 0.8s cubic-bezier(0.2, 0.7, 0.2, 1);
}

[data-reveal].is-in {
  opacity: 1;
  transform: none;
}

@keyframes floaty {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-14px); }
}

@keyframes pulseGlow {
  0%, 100% { opacity: 0.55; transform: scale(1); }
  50% { opacity: 0.85; transform: scale(1.06); }
}

@keyframes waPulse {
  0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5); }
  70% { box-shadow: 0 0 0 18px rgba(37, 211, 102, 0); }
  100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

@keyframes waNudge {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .floaty,
  .hero-glow,
  .wa-fab,
  .wa-btn {
    animation: none !important;
  }
}

/* Focus */
:focus-visible {
  outline: 2px solid #ff8a1a;
  outline-offset: 3px;
}

button:focus:not(:focus-visible),
a:focus:not(:focus-visible) {
  outline: none;
}

/* Scrollbar */
::-webkit-scrollbar {
  width: 11px;
}
::-webkit-scrollbar-track {
  background: #0e1320;
}
::-webkit-scrollbar-thumb {
  background: #2a3350;
  border-radius: 99px;
  border: 3px solid #0e1320;
}

/* —— minor polish —— */
.brand-logo {
  display: block;
  flex-shrink: 0;
}

.hero-copy {
  position: relative;
  z-index: 1;
}

.service-mini-photo .service-media {
  aspect-ratio: 16 / 9;
}
