:root {
  --green: #13733a;
  --green-dark: #0f4f2a;
  --green-soft: #eaf6ee;
  --yellow: #ffd52e;
  --orange: #f6a11a;
  --blue: #2e78c7;
  --purple: #7651ce;
  --ink: #07152a;
  --muted: #4c5969;
  --line: #dfe6df;
  --page: #ffffff;
  --bg: #f2f7f3;
  --shadow: 0 18px 46px rgba(7, 21, 42, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--bg);
  font-family: "Inter", Arial, sans-serif;
}

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

img {
  max-width: 100%;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: min(1240px, calc(100% - 44px));
  margin: 0 auto;
  padding: 18px 0 14px;
  background: rgba(242, 247, 243, 0.92);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 25px;
  font-weight: 900;
  white-space: nowrap;
}

.brand img {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  object-fit: cover;
}

.brand span {
  color: var(--ink);
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(12px, 2.1vw, 28px);
  color: var(--ink);
  font-size: 14px;
  font-weight: 850;
  flex-wrap: wrap;
}

.nav-links a {
  padding: 10px 0;
  border-bottom: 2px solid transparent;
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--green);
  border-color: var(--green);
}

.nav-links .nav-download {
  padding: 12px 18px;
  color: white;
  background: var(--green);
  border: 0;
  border-radius: 8px;
  box-shadow: 0 12px 24px rgba(19, 115, 58, 0.2);
}

.nav-links .nav-download:hover {
  color: white;
  background: var(--green-dark);
}

.hero-slider,
.community-strip,
.promo-intro,
.quick-actions,
.section,
.benefits,
.showcase,
.share-band,
.download,
.policy-page,
.contact-page {
  width: min(1240px, calc(100% - 44px));
  margin-inline: auto;
}

.hero-slider {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  background: #edf6ed;
  box-shadow: var(--shadow);
}

.slides {
  display: flex;
  width: 200%;
  animation: heroSlide 12s infinite;
}

.slide {
  width: 50%;
  margin: 0;
  flex: 0 0 50%;
}

.slide img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 7.1;
  object-fit: contain;
  object-position: center;
  background: #eef6ee;
}

.slider-dots {
  position: absolute;
  left: 50%;
  bottom: 22px;
  display: flex;
  gap: 8px;
  transform: translateX(-50%);
}

.slider-dots span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(19, 115, 58, 0.22);
}

.slider-dots span:first-child {
  animation: dotOne 12s infinite;
}

.slider-dots span:last-child {
  animation: dotTwo 12s infinite;
}

.hero-cta {
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 56px;
  display: none;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  pointer-events: none;
}

.hero-cta > div {
  pointer-events: auto;
}

.hero-cta h1,
.hero-cta p {
  display: none;
}

.hero-actions,
.download-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border-radius: 8px;
  font-weight: 900;
  text-align: center;
}

.button.primary {
  color: white;
  background: var(--green);
  box-shadow: 0 14px 28px rgba(19, 115, 58, 0.28);
}

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

.button.secondary,
.button.muted {
  color: var(--green-dark);
  background: white;
  border: 1px solid var(--line);
}

.button.muted {
  cursor: default;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--green);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

.community-strip,
.promo-intro,
.share-band {
  display: grid;
  align-items: center;
  gap: 24px;
  margin-top: 20px;
  padding: 26px 34px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: linear-gradient(100deg, #eef8ee, #ffffff 55%, #e9f6eb);
}

.community-strip {
  grid-template-columns: 88px 1fr;
}

.community-icon {
  display: grid;
  place-items: center;
  width: 78px;
  height: 78px;
  color: white;
  background: var(--green);
  border-radius: 50%;
  font-size: 24px;
  font-weight: 900;
}

.community-strip h2,
.promo-intro h2,
.benefits h2,
.showcase h2,
.share-band h2,
.download h2,
.section-heading h2,
.policy-hero h1,
.contact-hero h1 {
  margin-bottom: 10px;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: 0;
}

.community-strip p,
.promo-intro p,
.action-card p,
.promo-card p,
.benefit-grid p,
.showcase p,
.share-band p,
.download p,
.policy-content p,
.contact-hero p,
.help-panel p {
  color: var(--muted);
  line-height: 1.65;
}

.promo-intro {
  grid-template-columns: 1fr auto;
  background: linear-gradient(100deg, #ffffff, #f6fbf7);
}

.quick-actions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 26px;
  margin-bottom: 24px;
}

.action-card,
.promo-card,
.benefit-grid article,
.contact-card,
.contact-form,
.help-panel {
  background: white;
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(7, 21, 42, 0.07);
}

.action-card {
  min-height: 190px;
  padding: 24px;
}

.icon-bubble,
.benefit-icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin-bottom: 18px;
  color: white;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 900;
}

.lost .icon-bubble {
  background: var(--green);
}

.found .icon-bubble {
  background: var(--orange);
}

.safe .icon-bubble {
  background: var(--blue);
}

.action-card h2,
.promo-card h3,
.benefit-grid h3 {
  margin-bottom: 8px;
  font-size: 22px;
  letter-spacing: 0;
}

.section,
.benefits {
  padding: 46px 0 28px;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 24px;
}

.promo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.promo-card {
  overflow: hidden;
}

.promo-card img {
  display: block;
  width: 100%;
  aspect-ratio: 9 / 15.2;
  object-fit: cover;
  object-position: top center;
  background: #eef2f7;
}

.promo-card h3,
.promo-card p {
  padding-inline: 20px;
}

.promo-card h3 {
  margin-top: 18px;
}

.promo-card p {
  padding-bottom: 22px;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.benefit-grid article {
  display: grid;
  grid-template-columns: 66px 1fr;
  grid-template-rows: auto auto;
  align-items: center;
  gap: 12px;
  min-height: 140px;
  padding: 20px;
}

.benefit-grid .benefit-icon {
  grid-row: 1 / span 2;
  margin-bottom: 0;
}

.benefit-grid h3 {
  align-self: end;
  margin: 0;
}

.benefit-grid p {
  grid-column: 2;
  align-self: start;
  margin: 0;
}

.benefit-icon.green {
  background: var(--green);
}

.benefit-icon.amber {
  background: var(--orange);
}

.benefit-icon.purple {
  background: var(--purple);
}

.benefit-icon.blue {
  background: var(--blue);
}

.showcase {
  display: grid;
  grid-template-columns: 0.82fr 1.15fr;
  gap: 28px;
  align-items: center;
  margin-top: 26px;
  padding: 36px 40px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 18px;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}

.timeline div {
  min-height: 118px;
  padding: 18px 12px;
  text-align: center;
  background: var(--green-soft);
  border: 1px solid var(--line);
  border-radius: 14px;
}

.timeline strong {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  margin: 0 auto 12px;
  color: white;
  background: var(--green);
  border-radius: 50%;
  font-size: 15px;
}

.timeline span {
  font-size: 14px;
  font-weight: 900;
}

.share-band {
  grid-template-columns: 120px 1fr auto;
  margin-top: 26px;
  background: linear-gradient(100deg, #e7f5ea, #ffffff 52%, #eef8ef);
}

.share-phone {
  display: grid;
  place-items: center;
  width: 104px;
  height: 104px;
  background: white;
  border-radius: 24px;
  box-shadow: 0 14px 28px rgba(7, 21, 42, 0.1);
}

.share-phone img {
  width: 78px;
  height: 78px;
  border-radius: 14px;
  object-fit: cover;
}

.download {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 26px;
  padding: 28px 36px;
  color: white;
  background: linear-gradient(120deg, var(--green-dark), var(--green));
  border-radius: 18px 18px 0 0;
}

.download > div:first-child {
  display: flex;
  align-items: center;
  gap: 18px;
  max-width: 720px;
}

.download .eyebrow,
.download p {
  color: rgba(255, 255, 255, 0.9);
}

.download h2 {
  color: white;
}

.download-logo {
  width: 76px;
  height: 76px;
  border-radius: 16px;
  object-fit: cover;
  background: white;
}

.site-footer {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1.5fr;
  gap: 28px;
  width: 100%;
  margin-top: 0;
  padding: 42px max(22px, calc((100vw - 1240px) / 2 + 22px)) 22px;
  color: rgba(255, 255, 255, 0.78);
  background: #071521;
  font-size: 14px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-brand img {
  width: 54px;
  height: 54px;
  border-radius: 12px;
  object-fit: cover;
}

.footer-brand strong {
  display: block;
  color: white;
  font-size: 24px;
}

.footer-brand span {
  display: block;
  margin-top: 4px;
  font-style: italic;
}

.site-footer p {
  margin: 0;
  line-height: 1.6;
}

.social-links {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.social {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: white;
  border-radius: 50%;
  font-size: 13px;
  font-weight: 900;
}

.social.facebook {
  background: #1877f2;
}

.social.linkedin {
  background: #0a66c2;
}

.social.twitter {
  background: #111111;
}

.social.instagram {
  background: linear-gradient(135deg, #f58529, #dd2a7b 52%, #8134af);
}

.site-footer nav {
  display: flex;
  gap: 12px 20px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.site-footer a {
  color: white;
  font-weight: 800;
}

.copyright {
  grid-column: 1 / -1;
  padding-top: 22px;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.policy-page,
.contact-page {
  padding: 42px 0 80px;
}

.policy-hero,
.contact-hero {
  padding: 42px;
  color: white;
  background: linear-gradient(135deg, var(--green-dark), var(--green));
  border-radius: 18px;
}

.policy-hero.terms {
  background: linear-gradient(135deg, var(--green-dark), #9f3134);
}

.policy-hero .eyebrow,
.policy-hero p,
.contact-hero .eyebrow,
.contact-hero p {
  color: rgba(255, 255, 255, 0.9);
}

.policy-content {
  margin-top: 22px;
  padding: 42px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: 0 14px 36px rgba(7, 21, 42, 0.08);
}

.policy-content h2 {
  margin: 30px 0 8px;
}

.policy-content h2:first-child {
  margin-top: 0;
}

.policy-content a {
  color: var(--green);
  font-weight: 900;
}

.contact-hero {
  display: grid;
  grid-template-columns: 1fr minmax(260px, 0.34fr);
  gap: 24px;
  align-items: center;
}

.contact-card {
  padding: 24px;
  color: var(--ink);
}

.contact-card a {
  display: block;
  margin-bottom: 12px;
  color: var(--green);
  font-weight: 900;
  overflow-wrap: anywhere;
}

.contact-card span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 0.45fr;
  gap: 22px;
  margin-top: 22px;
}

.contact-form,
.help-panel {
  padding: 28px;
}

label {
  display: block;
  margin-bottom: 16px;
  color: #253044;
  font-weight: 900;
}

input,
select,
textarea {
  display: block;
  width: 100%;
  margin-top: 8px;
  padding: 14px 15px;
  color: var(--ink);
  background: #fbfdff;
  border: 1px solid var(--line);
  border-radius: 8px;
  font: inherit;
}

textarea {
  resize: vertical;
}

.mini-list {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.mini-list span {
  padding: 12px 14px;
  background: var(--green-soft);
  border-radius: 8px;
  color: var(--green);
  font-weight: 900;
}

@keyframes heroSlide {
  0%, 44% {
    transform: translateX(0);
  }

  50%, 94% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes dotOne {
  0%, 44%, 100% {
    background: var(--green);
    width: 24px;
  }

  50%, 94% {
    background: rgba(19, 115, 58, 0.22);
    width: 10px;
  }
}

@keyframes dotTwo {
  0%, 44%, 100% {
    background: rgba(19, 115, 58, 0.22);
    width: 10px;
  }

  50%, 94% {
    background: var(--green);
    width: 24px;
  }
}

@media (max-width: 980px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .nav-links {
    justify-content: flex-start;
  }

  .hero-slider,
  .community-strip,
  .promo-intro,
  .quick-actions,
  .section,
  .benefits,
  .showcase,
  .share-band,
  .download,
  .policy-page,
  .contact-page {
    width: min(100% - 24px, 1240px);
  }

  .slide img {
    aspect-ratio: 16 / 9;
  }

  .community-strip,
  .promo-intro,
  .quick-actions,
  .benefit-grid,
  .showcase,
  .share-band,
  .contact-hero,
  .contact-grid,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .section {
    overflow: hidden;
  }

  .promo-grid {
    display: flex;
    width: 300%;
    gap: 0;
    animation: promoSlide 15s infinite;
  }

  .promo-card {
    flex: 0 0 33.3333%;
    margin: 0;
    border-radius: 14px;
  }

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

  .download,
  .download > div:first-child {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-footer nav {
    justify-content: flex-start;
  }
}

@media (max-width: 680px) {
  .brand {
    font-size: 22px;
  }

  .nav-links {
    gap: 8px 14px;
    font-size: 13px;
  }

  .slide img {
    aspect-ratio: 16 / 9;
    object-fit: contain;
    object-position: center;
  }

  .hero-cta {
    position: static;
    display: grid;
    padding: 18px;
    background: white;
  }

  .hero-actions,
  .download-actions {
    width: 100%;
  }

  .button {
    width: 100%;
  }

  .community-strip,
  .promo-intro,
  .share-band,
  .download,
  .policy-hero,
  .policy-content,
  .contact-hero,
  .contact-form,
  .help-panel {
    padding: 22px;
  }

  .community-strip h2,
  .promo-intro h2,
  .benefits h2,
  .showcase h2,
  .share-band h2,
  .download h2,
  .section-heading h2,
  .policy-hero h1,
  .contact-hero h1 {
    font-size: 30px;
  }

  .quick-actions,
  .benefit-grid,
  .timeline {
    grid-template-columns: 1fr;
  }

  .promo-card {
    padding-inline: 4px;
  }

  .promo-card img {
    aspect-ratio: 9 / 15.2;
    object-fit: contain;
  }
}

@keyframes promoSlide {
  0%, 28% {
    transform: translateX(0);
  }

  34%, 62% {
    transform: translateX(-33.3333%);
  }

  68%, 96% {
    transform: translateX(-66.6666%);
  }

  100% {
    transform: translateX(0);
  }
}
