*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; }

.skip-link {
  position: absolute;
  left: 1rem;
  top: -3rem;
  z-index: 100;
  background: #122014;
  color: #fff;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  text-decoration: none;
  transition: top 0.2s ease;
}

.skip-link:focus {
  top: 1rem;
}

#header {
  background: transparent;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 50;
}

#header.scrolled {
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 1px 24px rgba(0, 0, 0, 0.07);
}

#header .nav-link,
#header .nav-logo {
  color: rgba(255, 255, 255, 0.92);
}

#header .nav-contact-chip {
  border: 1px solid rgba(255, 255, 255, 0.26);
  color: rgba(255, 255, 255, 0.94);
  background: rgba(255, 255, 255, 0.08);
}

#header.scrolled .nav-link {
  color: #374151 !important;
}

#header.scrolled .nav-logo {
  color: #2e7d32 !important;
}

.nav-logo-icon {
  background-color: #4CAF50;
  transition: background-color 0.2s;
  flex-shrink: 0;
}

a:hover .nav-logo-icon {
  background-color: #2e7d32;
}

#header.scrolled .nav-contact-chip {
  border-color: rgba(46, 125, 50, 0.18);
  color: #1f4f24;
  background: #eef7ee;
}

#header .nav-icon {
  stroke: rgba(255, 255, 255, 0.92);
}

#header.scrolled .nav-icon {
  stroke: #374151;
}

.lang-switch {
  display: inline-flex;
  padding: 0.25rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(8px);
}

#header.scrolled .lang-switch,
#mobile-menu .lang-switch {
  background: #eef7ee;
  border-color: rgba(46, 125, 50, 0.18);
}

.lang-btn {
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  font-size: 0.85rem;
  font-weight: 700;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  cursor: pointer;
}

.lang-btn[aria-pressed="true"] {
  background: #2e7d32;
  color: #fff;
}

.nav-contact-chip:hover {
  background: rgba(255, 255, 255, 0.14);
}

#header.scrolled .nav-contact-chip:hover {
  background: #e3f1e4;
}

#mobile-menu .lang-btn {
  color: #1f2937;
}

.hero-section {
  background: linear-gradient(135deg, #154a1c 0%, #2e7d32 55%, #285f1b 100%);
  position: relative;
  overflow: hidden;
}

.hero-section::before,
.hero-section::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.hero-section::before {
  top: -18%;
  right: -5%;
  width: 42rem;
  height: 42rem;
  background: radial-gradient(circle, rgba(129, 199, 132, 0.2), transparent 65%);
}

.hero-section::after {
  bottom: -25%;
  left: -10%;
  width: 30rem;
  height: 30rem;
  background: radial-gradient(circle, rgba(76, 175, 80, 0.16), transparent 65%);
}

.hero-section > div,
.cta-section > div {
  position: relative;
  z-index: 1;
}

.hero-stat {
  padding: 1.1rem 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.09);
  border-radius: 1.1rem;
  backdrop-filter: blur(10px);
}

.hero-stat-value {
  color: #d2f3d2;
  font-family: "Poppins", sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 0.2rem;
}

.hero-stat-label {
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.9rem;
  line-height: 1.5;
}

.hero-media-stack {
  position: relative;
  width: min(100%, 33rem);
  min-height: 42rem;
}

.hero-shot {
  position: absolute;
  margin: 0;
  width: 17.5rem;
  border-radius: 1.7rem;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(10px);
}

.hero-shot img {
  display: block;
  width: 100%;
  aspect-ratio: 1264 / 2780;
  object-fit: cover;
  object-position: top center;
}

.hero-shot figcaption {
  padding: 0.8rem 0.95rem 0.95rem;
  color: #fff;
  font-size: 0.82rem;
  line-height: 1.5;
  background: linear-gradient(180deg, rgba(12, 22, 13, 0.06), rgba(12, 22, 13, 0.48));
}

.hero-shot-main {
  top: 2.2rem;
  right: 2.2rem;
  z-index: 2;
}

.hero-shot-left {
  top: 0;
  left: 0;
  z-index: 3;
}

.hero-shot-right {
  right: 0;
  bottom: 0;
  z-index: 4;
}

.phone-mockup {
  width: 290px;
  height: 590px;
  background: #111827;
  border-radius: 44px;
  padding: 14px;
  position: relative;
  box-shadow:
    0 0 0 2px rgba(255, 255, 255, 0.12),
    0 40px 80px rgba(0, 0, 0, 0.42),
    inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  animation: float 6s ease-in-out infinite;
}

.phone-notch {
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  width: 72px;
  height: 6px;
  background: rgba(255, 255, 255, 0.14);
  border-radius: 4px;
  z-index: 2;
}

.phone-screen {
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #f7faf7 0%, #edf5ee 100%);
  border-radius: 32px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.workflow-preview {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 12px;
  flex: 1;
}

.workflow-card {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(46, 125, 50, 0.14);
  border-radius: 16px;
  padding: 12px;
  box-shadow: 0 10px 24px rgba(21, 74, 28, 0.08);
}

.workflow-card strong {
  display: block;
  color: #16441c;
  font-size: 0.82rem;
  margin-bottom: 0.2rem;
}

.workflow-card p {
  margin: 0;
  color: #5f6b60;
  font-size: 0.72rem;
  line-height: 1.5;
}

.workflow-card-strong {
  background: linear-gradient(135deg, rgba(46, 125, 50, 0.14), rgba(255, 255, 255, 0.94));
}

.workflow-topline,
.workflow-split {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.workflow-topline {
  margin-bottom: 0.5rem;
}

.workflow-chip,
.workflow-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.25rem 0.55rem;
  font-size: 0.63rem;
  font-weight: 700;
}

.workflow-chip {
  background: #e6f4e7;
  color: #216128;
}

.workflow-pill {
  background: rgba(255, 243, 205, 0.9);
  color: #9a6700;
}

.workflow-status,
.workflow-label {
  font-size: 0.63rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #2e7d32;
}

.workflow-progress {
  height: 7px;
  border-radius: 999px;
  background: #deeadf;
  overflow: hidden;
  margin: 0.5rem 0 0.65rem;
}

.workflow-progress-bar {
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #2e7d32, #81c784);
}

.app-bar {
  background: linear-gradient(135deg, #2e7d32, #4caf50);
  padding: 28px 14px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
}

.scan-zone {
  flex: 1;
  margin: 12px;
  background: linear-gradient(180deg, #eff8ef, #e3f3e5);
  border: 2px dashed #81c784;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  letter-spacing: 0.2rem;
  color: #2e7d32;
  font-weight: 700;
}

.scan-line {
  position: absolute;
  left: 12px;
  right: 12px;
  height: 2px;
  background: linear-gradient(90deg, transparent, #4caf50, transparent);
  animation: scan 2.5s ease-in-out infinite;
}

.result-card {
  background: #fff;
  border-radius: 14px;
  padding: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.mockup-summary {
  margin: 0 0 0.55rem;
  color: #556257;
  font-size: 0.72rem;
  line-height: 1.55;
}

.bar-track {
  height: 6px;
  background: #e5e7eb;
  border-radius: 3px;
  overflow: hidden;
  margin-top: 8px;
}

.bar-fill {
  height: 100%;
  background: linear-gradient(90deg, #2e7d32, #4caf50);
  border-radius: 3px;
}

.app-actions {
  display: flex;
  gap: 8px;
  padding: 10px 12px 14px;
}

.app-btn {
  flex: 1;
  text-align: center;
  border-radius: 10px;
  padding: 9px 4px;
  font-size: 0.68rem;
  font-weight: 700;
}

.app-btn-primary {
  background: #2e7d32;
  color: #fff;
}

.app-btn-outline {
  border: 1.5px solid #2e7d32;
  color: #2e7d32;
}

.eyebrow {
  color: #4caf50;
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.section-title {
  color: #1c5320;
  font-family: "Poppins", sans-serif;
  font-size: clamp(2rem, 3vw, 2.8rem);
  font-weight: 800;
  line-height: 1.15;
}

.section-copy {
  color: #5a655b;
  font-size: 1.05rem;
  line-height: 1.75;
}

.showcase-grid {
  display: grid;
  gap: 1.5rem;
}

.showcase-card {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.85fr);
  gap: 1.5rem;
  align-items: center;
  background: #fff;
  border-radius: 28px;
  padding: 1.6rem;
  border: 1px solid rgba(129, 199, 132, 0.3);
  box-shadow: 0 14px 34px rgba(17, 24, 39, 0.06);
}

.showcase-card-reverse .showcase-copy {
  order: 2;
}

.showcase-card-reverse .showcase-media-wrap {
  order: 1;
}

.showcase-eyebrow {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #2e7d32;
  margin-bottom: 0.8rem;
}

.showcase-title {
  margin: 0 0 0.75rem;
  color: #16441c;
  font-family: "Poppins", sans-serif;
  font-size: clamp(1.55rem, 2vw, 2rem);
  line-height: 1.2;
}

.showcase-body {
  margin: 0 0 1rem;
  color: #5a655b;
  line-height: 1.75;
}

.showcase-points {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.75rem;
}

.showcase-points li {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  color: #3f4a40;
  line-height: 1.65;
}

.showcase-point-mark {
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 999px;
  background: #2e7d32;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.68rem;
  font-weight: 700;
  flex-shrink: 0;
}

.showcase-media-wrap {
  min-width: 0;
  width: min(100%, 22rem);
  margin-left: auto;
  margin-right: auto;
}

.showcase-media {
  background: linear-gradient(180deg, #133f19, #2b6b34);
  border-radius: 22px;
  padding: 0.9rem;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.showcase-media img {
  width: 100%;
  display: block;
  aspect-ratio: 1264 / 2780;
  object-fit: cover;
  object-position: top center;
  border-radius: 16px;
  background: #eef6ef;
}

.showcase-note {
  margin: 0.7rem 0 0;
  color: #627063;
  font-size: 0.86rem;
  line-height: 1.6;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
}

@media (max-width: 900px) {
  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.gallery-card {
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(129, 199, 132, 0.3);
  box-shadow: 0 12px 30px rgba(17, 24, 39, 0.05);
}

.gallery-media {
  padding: 1rem 1rem 0;
}

.gallery-media img {
  display: block;
  width: 100%;
  aspect-ratio: 1264 / 2780;
  object-fit: cover;
  object-position: top center;
  border-radius: 18px;
  background: #eef6ef;
}

.gallery-copy {
  padding: 1rem 1.1rem 1.25rem;
}

.gallery-title {
  margin: 0 0 0.5rem;
  color: #16441c;
  font-family: "Poppins", sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
}

.gallery-body {
  margin: 0;
  color: #5a655b;
  line-height: 1.7;
}

.info-card,
.feature-card,
.audience-card,
.policy-card {
  background: #fff;
  border-radius: 22px;
  padding: 1.8rem;
  border: 1px solid rgba(129, 199, 132, 0.28);
  box-shadow: 0 5px 22px rgba(17, 24, 39, 0.05);
}

.info-icon,
.feature-icon,
.audience-icon,
.policy-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 0.95rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(76, 175, 80, 0.12);
  color: #2e7d32;
  font-weight: 800;
  margin-bottom: 1rem;
}

.card-title {
  font-family: "Poppins", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #16441c;
  margin-bottom: 0.75rem;
}

.card-body {
  color: #5a655b;
  line-height: 1.7;
}

.accordion {
  display: flex;
  flex-direction: column;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
}

.ac-item + .ac-item {
  border-top: 1px solid #e5e7eb;
}

.ac-trigger {
  width: 100%;
  border: 0;
  background: #fff;
  text-align: left;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem 1.5rem;
  cursor: pointer;
  transition: background 0.2s ease;
}

.ac-trigger:hover,
.ac-trigger[aria-expanded="true"] {
  background: #f3faf3;
}

.ac-title {
  color: #1f2937;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.ac-chevron {
  width: 1.2rem;
  height: 1.2rem;
  color: #6b7280;
  transition: transform 0.2s ease;
  flex-shrink: 0;
  margin-top: 0.1rem;
}

.ac-trigger[aria-expanded="true"] .ac-chevron {
  transform: rotate(180deg);
  color: #2e7d32;
}

.ac-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.28s ease;
}

.ac-panel {
  display: grid;
  gap: 1px;
  background: #e5efe5;
}

.ac-copy {
  padding: 1.3rem 1.5rem;
  background: #fafafa;
}

.ac-copy.ac-solution {
  background: #eef7ee;
}

.ac-label {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 0.6rem;
}

.ac-problem .ac-label {
  color: #6b7280;
}

.ac-solution .ac-label {
  color: #2e7d32;
}

.ac-copy p {
  margin: 0;
  color: #5a655b;
  line-height: 1.7;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
}

.step-card {
  text-align: center;
  padding: 0.5rem 1rem 1.2rem;
}

.step-number {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 999px;
  margin: 0 auto 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #2e7d32, #4caf50);
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  box-shadow: 0 8px 24px rgba(46, 125, 50, 0.2);
}

.step-title {
  font-family: "Poppins", sans-serif;
  color: #16441c;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.step-body {
  color: #5a655b;
  line-height: 1.7;
}

.step-icon {
  margin-top: 1rem;
  color: #2e7d32;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.audience-section {
  background: #eef7ee;
}

.trust-item {
  display: flex;
  gap: 1rem;
  padding: 1.1rem 1.2rem;
  background: #f9fbf9;
  border: 1px solid #e5efe5;
  border-radius: 16px;
}

.trust-badge {
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #2e7d32;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  flex-shrink: 0;
}

.trust-copy strong {
  display: block;
  color: #1f2937;
  margin-bottom: 0.25rem;
}

.trust-copy p {
  color: #5a655b;
  line-height: 1.65;
  margin: 0;
}

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

.contact-panel,
.contact-form {
  background: #fff;
  border-radius: 24px;
  border: 1px solid rgba(129, 199, 132, 0.28);
  box-shadow: 0 12px 30px rgba(17, 24, 39, 0.05);
}

.contact-panel {
  padding: 1.7rem;
}

.contact-title {
  margin: 0 0 0.75rem;
  color: #16441c;
  font-family: "Poppins", sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
}

.contact-copy {
  margin: 0 0 1rem;
  color: #5a655b;
  line-height: 1.75;
}

.contact-list {
  display: grid;
  gap: 0.9rem;
}

.contact-link {
  display: grid;
  gap: 0.2rem;
  padding: 1rem 1.05rem;
  border-radius: 16px;
  background: #f8fbf8;
  border: 1px solid #e5efe5;
  color: #1f2937;
  text-decoration: none;
}

.contact-label {
  color: #2e7d32;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.contact-form {
  padding: 1.3rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.contact-field {
  display: grid;
  gap: 0.45rem;
}

.contact-field span {
  color: #244628;
  font-size: 0.92rem;
  font-weight: 600;
}

.contact-field input,
.contact-field textarea {
  width: 100%;
  border: 1px solid #cfe1d1;
  border-radius: 14px;
  padding: 0.9rem 1rem;
  font: inherit;
  color: #122014;
  background: #fbfdfb;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-field input:focus,
.contact-field textarea:focus {
  outline: none;
  border-color: #2e7d32;
  box-shadow: 0 0 0 4px rgba(46, 125, 50, 0.12);
}

.contact-field-full,
.contact-actions {
  grid-column: 1 / -1;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.contact-submit {
  border: 0;
  border-radius: 999px;
  background: #2e7d32;
  color: #fff;
  font: inherit;
  font-weight: 700;
  padding: 0.95rem 1.5rem;
  cursor: pointer;
  box-shadow: 0 12px 24px rgba(46, 125, 50, 0.18);
}

.contact-submit:hover {
  background: #256629;
}

.contact-note {
  margin: 0;
  color: #5a655b;
  line-height: 1.6;
}

.contact-success {
  margin-bottom: 1rem;
  padding: 0.95rem 1rem;
  border-radius: 16px;
  background: #eef7ee;
  border: 1px solid #cde4cf;
  color: #1f5a24;
  line-height: 1.6;
}

.hidden {
  display: none;
}

.cta-section {
  background: linear-gradient(135deg, #154a1c 0%, #2e7d32 50%, #327337 100%);
  position: relative;
  overflow: hidden;
}

.cta-section::before {
  content: "";
  position: absolute;
  inset: auto -8rem -10rem auto;
  width: 22rem;
  height: 22rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(210, 243, 210, 0.18), transparent 70%);
}

.store-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.store-badge {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding: 1rem 1.1rem;
  border-radius: 18px;
  color: #fff;
  text-decoration: none;
  border: 1.5px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.13);
  backdrop-filter: blur(8px);
  transition: transform 0.2s ease, background 0.2s ease;
}

.store-badge:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.2);
}

.store-badge-highlight {
  background: rgba(76, 175, 80, 0.28);
  border-color: rgba(129, 199, 132, 0.6);
}

.store-badge-disabled {
  opacity: 0.68;
  cursor: default;
}

.store-badge-disabled:hover {
  transform: none;
  background: rgba(255, 255, 255, 0.13);
}

.store-badge-outline {
  background: transparent;
}

.apk-note {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  max-width: 38rem;
  margin: 0 auto;
  padding: 0.9rem 1rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.js-enhanced .fade-in {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

.js-enhanced .fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes float {
  0%, 100% { transform: translateY(0) rotate(-1deg); }
  50% { transform: translateY(-12px) rotate(1deg); }
}

@keyframes scan {
  0%, 100% { top: 20%; }
  50% { top: 72%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .phone-mockup,
  .js-enhanced .fade-in,
  .store-badge,
  .ac-body,
  .ac-chevron {
    animation: none !important;
    transition: none !important;
  }
}

@media (max-width: 1024px) {
  .hero-media-stack {
    min-height: 39rem;
  }

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

@media (max-width: 767px) {
  .hero-media-stack {
    width: min(100%, 23rem);
    min-height: 34rem;
    margin: 0 auto;
  }

  .hero-shot {
    width: 12rem;
  }

  .hero-shot-main {
    top: 1.6rem;
    right: 1rem;
  }

  .hero-shot-left {
    left: 0;
  }

  .hero-shot-right {
    right: 0;
    bottom: 0;
  }

  .showcase-card,
  .showcase-card-reverse {
    grid-template-columns: 1fr;
  }

  .showcase-card-reverse .showcase-copy,
  .showcase-card-reverse .showcase-media-wrap {
    order: initial;
  }

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

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

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

@media (max-width: 640px) {
  .phone-mockup {
    width: 230px;
    height: 470px;
  }

  .section-copy {
    font-size: 1rem;
  }
}

/* ===================== Inner page hero ===================== */
.inner-hero {
  background: linear-gradient(135deg, #154a1c 0%, #2e7d32 55%, #285f1b 100%);
  padding: 9rem 1.5rem 5rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.inner-hero::before {
  content: "";
  position: absolute;
  top: -20%;
  right: -5%;
  width: 30rem;
  height: 30rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(129, 199, 132, 0.2), transparent 65%);
  pointer-events: none;
}

.inner-hero-eyebrow {
  display: block;
  color: #81C784;
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  margin-bottom: 0.75rem;
}

.inner-hero-title {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-size: clamp(2rem, 4vw, 3rem);
  color: #fff;
  margin: 0 0 1rem;
  line-height: 1.15;
}

.inner-hero-body {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.1rem;
  line-height: 1.75;
  max-width: 38rem;
  margin: 0 auto;
}

/* ===================== Active nav link ===================== */
#header .nav-link.active {
  color: #d2f3d2;
  font-weight: 700;
}

#header.scrolled .nav-link.active {
  color: #2e7d32;
  font-weight: 700;
}

#mobile-menu .nav-link {
  color: #374151;
}

#mobile-menu .nav-link:hover,
#mobile-menu .nav-link.active {
  color: #2e7d32;
}
