:root {
  --navy-950: #020c17;
  --navy-900: #061524;
  --navy-850: #091d30;
  --navy-800: #0c263c;
  --surface: #0b2033;
  --surface-soft: #102b42;
  --line: rgba(132, 202, 231, 0.15);
  --line-strong: rgba(72, 218, 211, 0.34);
  --text: #f5fbff;
  --muted: #a9bdca;
  --muted-deep: #718a9a;
  --blue: #299cf2;
  --cyan: #31d3cc;
  --cyan-soft: #79eee5;
  --orange: #ff8b32;
  --orange-soft: #ffb160;
  --danger: #ff5b61;
  --white: #ffffff;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  background: var(--navy-950);
  color: var(--text);
  font-family: Tahoma, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  overflow-x: hidden;
}

body::selection {
  background: var(--cyan);
  color: var(--navy-950);
}

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

button,
a,
summary {
  -webkit-tap-highlight-color: transparent;
}

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

svg {
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.container {
  width: min(100% - 36px, 1180px);
  margin-inline: auto;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  height: 72px;
  border-bottom: 1px solid rgba(139, 208, 236, 0.1);
  background: rgba(2, 12, 23, 0.78);
  backdrop-filter: blur(18px);
}

.header-inner {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
}

.brand {
  display: inline-flex;
  align-items: center;
  margin-left: auto;
}

.brand img {
  width: 114px;
  height: auto;
}

.desktop-nav,
.header-cta {
  display: none;
}

.mobile-menu {
  position: relative;
}

.mobile-menu summary {
  width: 44px;
  height: 44px;
  display: grid;
  place-content: center;
  gap: 5px;
  cursor: pointer;
  list-style: none;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.035);
}

.mobile-menu summary::-webkit-details-marker {
  display: none;
}

.mobile-menu summary span {
  width: 20px;
  height: 2px;
  border-radius: 99px;
  background: var(--text);
  transition: transform 0.2s ease;
}

.mobile-menu[open] summary span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.mobile-menu[open] summary span:nth-child(2) {
  opacity: 0;
}

.mobile-menu[open] summary span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.mobile-menu nav {
  position: absolute;
  top: 54px;
  left: 0;
  width: min(300px, calc(100vw - 36px));
  display: grid;
  gap: 4px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(5, 21, 36, 0.98);
  box-shadow: var(--shadow);
}

.mobile-menu nav a {
  padding: 10px 12px;
  border-radius: 12px;
  color: #cfe0e9;
  font-size: 0.9rem;
}

.mobile-menu nav a:hover {
  background: rgba(255, 255, 255, 0.05);
  color: var(--white);
}

.mobile-menu nav .mobile-menu-cta {
  margin-top: 4px;
  text-align: center;
  color: var(--navy-950);
  font-weight: 800;
  background: linear-gradient(135deg, var(--cyan), #4ee4d8);
}

.hero {
  min-height: 100svh;
  position: relative;
  display: flex;
  align-items: center;
  padding: 110px 0 56px;
  overflow: hidden;
  background:
    radial-gradient(circle at 70% 12%, rgba(35, 145, 236, 0.15), transparent 28%),
    linear-gradient(180deg, var(--navy-950), #04111e 65%, var(--navy-900));
}

.hero-grid {
  position: absolute;
  inset: 0;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(64, 204, 207, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(64, 204, 207, 0.055) 1px, transparent 1px);
  background-size: 32px 32px;
  mask-image: linear-gradient(to bottom, transparent, black 28%, transparent 90%);
}

.hero-glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(6px);
  pointer-events: none;
}

.hero-glow-one {
  top: 14%;
  right: -120px;
  width: 320px;
  height: 320px;
  background: rgba(24, 198, 216, 0.08);
  box-shadow: 0 0 130px rgba(25, 167, 238, 0.13);
}

.hero-glow-two {
  bottom: -100px;
  left: -100px;
  width: 260px;
  height: 260px;
  background: rgba(255, 139, 50, 0.07);
  box-shadow: 0 0 100px rgba(255, 139, 50, 0.08);
}

.hero-layout {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 48px;
}

.hero-copy {
  text-align: center;
}

.eyebrow,
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--cyan-soft);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.eyebrow {
  padding: 7px 12px;
  border: 1px solid rgba(52, 215, 207, 0.23);
  border-radius: 999px;
  background: rgba(35, 188, 196, 0.07);
}

.eyebrow-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 5px rgba(255, 139, 50, 0.09);
}

.hero h1 {
  margin: 20px 0 16px;
  font-size: clamp(2.3rem, 11vw, 4rem);
  line-height: 1.32;
  letter-spacing: -0.055em;
  font-weight: 900;
}

.hero h1 span {
  display: block;
  background: linear-gradient(100deg, #fff 10%, #84e9e2 60%, #49b7f2);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-lead {
  max-width: 610px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 0.97rem;
  line-height: 2;
}

.hero-actions {
  display: grid;
  gap: 10px;
  margin-top: 27px;
}

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 21px;
  border: 1px solid transparent;
  border-radius: 15px;
  font-weight: 800;
  font-size: 0.91rem;
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}

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

.button-primary {
  color: #04111d;
  background: linear-gradient(135deg, #5ce9dc, #32c8c6);
  box-shadow: 0 12px 32px rgba(50, 200, 198, 0.2);
}

.button-primary:hover {
  box-shadow: 0 16px 38px rgba(50, 200, 198, 0.3);
}

.button-secondary {
  border-color: rgba(121, 238, 229, 0.34);
  color: #d9fffb;
  background: rgba(8, 30, 46, 0.6);
}

.hero-trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 11px 18px;
  margin: 19px 0 0;
  padding: 0;
  list-style: none;
  color: #8fa8b7;
  font-size: 0.75rem;
}

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

.hero-trust li span {
  width: 17px;
  height: 17px;
  display: grid;
  place-content: center;
  border-radius: 50%;
  color: var(--cyan);
  background: rgba(49, 211, 204, 0.1);
  font-size: 0.66rem;
  font-weight: 900;
}

.hero-visual {
  width: min(100%, 440px);
  min-height: 520px;
  position: relative;
  margin: 0 auto;
  isolation: isolate;
}

.brand-orbit {
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(56, 217, 209, 0.18);
  border-radius: 50%;
}

.orbit-one {
  inset: 55px 4px 65px 4px;
}

.orbit-two {
  inset: 88px 35px 95px 35px;
}

.icon-tile {
  position: absolute;
  top: 16px;
  left: 4px;
  width: 110px;
  aspect-ratio: 1;
  padding: 5px;
  overflow: hidden;
  border: 1px solid rgba(88, 228, 221, 0.38);
  border-radius: 30px;
  background: var(--navy-850);
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.35);
  transform: rotate(-5deg);
}

.icon-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
}

.phone-shell {
  width: 258px;
  min-height: 496px;
  position: absolute;
  top: 12px;
  left: 50%;
  padding: 13px 15px 17px;
  overflow: hidden;
  border: 1px solid rgba(130, 236, 229, 0.55);
  border-radius: 35px;
  background:
    linear-gradient(160deg, rgba(16, 47, 68, 0.96), rgba(4, 17, 30, 0.98)),
    var(--navy-900);
  box-shadow:
    0 35px 90px rgba(0, 0, 0, 0.5),
    inset 0 0 0 6px rgba(255, 255, 255, 0.025),
    0 0 58px rgba(48, 202, 200, 0.13);
  transform: translateX(-50%) rotate(2deg);
}

.phone-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(110deg, rgba(255, 255, 255, 0.06), transparent 35%);
}

.phone-top,
.profile-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.phone-top {
  direction: ltr;
  color: #8fa5b3;
  font-family: Arial, sans-serif;
  font-size: 0.55rem;
}

.phone-speaker {
  width: 54px;
  height: 13px;
  border-radius: 99px;
  background: #01070d;
}

.profile-head {
  margin-top: 15px;
  color: #d7e7ee;
  font-size: 0.69rem;
}

.more-dot {
  direction: ltr;
  color: #8aa1af;
  letter-spacing: 2px;
}

.pet-avatar {
  width: 88px;
  height: 88px;
  position: relative;
  margin: 18px auto 6px;
  padding: 3px;
  border: 2px solid var(--cyan);
  border-radius: 50%;
  box-shadow: 0 0 28px rgba(49, 211, 204, 0.22);
}

.pet-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.verified {
  position: absolute;
  left: -2px;
  bottom: 1px;
  width: 24px;
  height: 24px;
  display: grid;
  place-content: center;
  border: 3px solid var(--navy-900);
  border-radius: 50%;
  background: var(--cyan);
  color: var(--navy-950);
  font-size: 0.66rem;
  font-weight: 900;
}

.phone-shell h2 {
  margin: 0;
  text-align: center;
  font-size: 1.2rem;
}

.pet-meta {
  margin: 0;
  text-align: center;
  color: #8198a7;
  font-size: 0.67rem;
}

.profile-status {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 11px auto 13px;
  padding: 4px 9px;
  border: 1px solid rgba(49, 211, 204, 0.15);
  border-radius: 999px;
  color: #a8dcd8;
  background: rgba(49, 211, 204, 0.06);
  font-size: 0.58rem;
}

.status-pulse {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 0 4px rgba(49, 211, 204, 0.08);
}

.profile-info {
  overflow: hidden;
  border: 1px solid rgba(145, 196, 217, 0.12);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.025);
}

.profile-info div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 11px;
  font-size: 0.64rem;
}

.profile-info div + div {
  border-top: 1px solid rgba(145, 196, 217, 0.09);
}

.profile-info span {
  color: #78909e;
}

.profile-info strong {
  color: #d8e6ed;
}

.phone-call,
.urgent-call {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #04111c;
  font-weight: 800;
  background: linear-gradient(135deg, #5ee7db, #2bc3c0);
}

.phone-call {
  height: 43px;
  margin-top: 13px;
  border-radius: 12px;
  font-size: 0.7rem;
}

.phone-call svg,
.urgent-call svg {
  width: 17px;
  height: 17px;
}

.qr-tag-card {
  position: absolute;
  right: 0;
  bottom: 16px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 11px;
  border: 1px solid rgba(79, 226, 218, 0.36);
  border-radius: 16px;
  background: rgba(5, 25, 40, 0.94);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.33);
  transform: rotate(-2deg);
}

.qr-art {
  width: 50px;
  height: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3px;
  padding: 5px;
  border-radius: 9px;
  background: #eafbfb;
}

.qr-art i {
  border-radius: 1px;
  background: var(--navy-950);
}

.qr-art i:nth-child(2),
.qr-art i:nth-child(4),
.qr-art i:nth-child(9) {
  transform: scale(0.55);
}

.qr-art i:nth-child(5) {
  background: var(--cyan);
  transform: scale(0.7);
}

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

.qr-tag-card strong {
  color: #e9f8fb;
  font-size: 0.7rem;
}

.qr-tag-card span {
  color: #78909e;
  font-size: 0.57rem;
}

.scan-line {
  position: absolute;
  right: 40px;
  bottom: 108px;
  width: 90px;
  height: 90px;
  border-right: 1px dashed rgba(58, 222, 212, 0.38);
  border-radius: 50%;
  transform: rotate(25deg);
}

.scan-line span {
  position: absolute;
  top: -3px;
  right: -4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 12px var(--cyan);
}

.trust-strip {
  border-block: 1px solid var(--line);
  background: #071724;
}

.trust-strip-grid {
  display: grid;
}

.trust-strip-grid > div {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 18px 6px;
}

.trust-strip-grid > div + div {
  border-top: 1px solid var(--line);
}

.mini-icon {
  width: 43px;
  height: 43px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  overflow: hidden;
  line-height: 0;
  border: 1px solid rgba(49, 211, 204, 0.2);
  border-radius: 13px;
  color: var(--cyan);
  background: rgba(49, 211, 204, 0.06);
}

.mini-icon svg {
  width: 22px;
  height: 22px;
  min-width: 22px;
  min-height: 22px;
  max-width: 22px;
  max-height: 22px;
}

.trust-strip p {
  margin: 0;
  color: #8199a7;
  font-size: 0.7rem;
  line-height: 1.6;
}

.trust-strip strong {
  display: block;
  color: #e6f3f7;
  font-size: 0.82rem;
}

.section {
  padding: 86px 0;
}

.section-heading {
  max-width: 680px;
}

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

.section-kicker {
  margin-bottom: 11px;
}

.section-kicker::before {
  content: "";
  width: 20px;
  height: 2px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--cyan), var(--blue));
}

.section-heading h2,
.lost-copy h2,
.order-copy h2 {
  margin: 0;
  font-size: clamp(1.75rem, 7.5vw, 3rem);
  line-height: 1.45;
  letter-spacing: -0.045em;
  font-weight: 900;
}

.section-heading p,
.lost-copy > p,
.order-copy p {
  margin: 15px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 2;
}

.intro-section {
  background:
    radial-gradient(circle at 45% 50%, rgba(32, 160, 224, 0.1), transparent 26%),
    var(--navy-900);
}

.tag-showcase {
  display: grid;
  gap: 35px;
  margin-top: 55px;
}

.tag-copy {
  display: grid;
  gap: 25px;
}

.tag-feature {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.tag-feature > span {
  min-width: 40px;
  color: var(--cyan);
  font-family: Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
}

.tag-feature h3,
.feature-card h3,
.steps h3,
.roadmap h3 {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
}

.tag-feature p,
.feature-card p,
.steps p,
.roadmap p {
  margin: 7px 0 0;
  color: #8fa6b4;
  font-size: 0.78rem;
  line-height: 1.9;
}

.physical-tag {
  width: 214px;
  height: 270px;
  position: relative;
  margin: 0 auto;
  padding: 37px 23px 18px;
  border: 1px solid rgba(201, 240, 248, 0.5);
  border-radius: 50% 50% 26% 26% / 25% 25% 14% 14%;
  text-align: center;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.26), transparent 22%),
    linear-gradient(145deg, #dceaf0, #7593a2);
  box-shadow:
    inset 0 0 0 5px rgba(255, 255, 255, 0.16),
    0 33px 80px rgba(0, 0, 0, 0.37),
    0 0 55px rgba(31, 181, 218, 0.13);
  transform: rotate(3deg);
}

.tag-hole {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 12px;
  left: calc(50% - 11px);
  border: 4px solid rgba(58, 79, 90, 0.5);
  border-radius: 50%;
  background: var(--navy-900);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.7);
}

.tag-logo {
  width: 43px;
  height: 43px;
  margin: 4px auto 11px;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 6px 15px rgba(10, 37, 62, 0.25);
}

.tag-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tag-qr {
  width: 112px;
  height: 112px;
  display: grid;
  place-content: center;
  margin: auto;
  border-radius: 15px;
  background: #f2fbfb;
  box-shadow: inset 0 0 0 1px rgba(4, 17, 29, 0.08);
}

.qr-art-large {
  width: 94px;
  height: 94px;
  gap: 5px;
  padding: 6px;
}

.physical-tag > span {
  display: block;
  margin-top: 7px;
  color: #213e4c;
  font-family: Arial, sans-serif;
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.tag-sizes {
  text-align: center;
}

.tag-sizes > span {
  display: block;
  margin-bottom: 13px;
  color: #91a8b6;
  font-size: 0.78rem;
}

.tag-sizes > div {
  display: flex;
  justify-content: center;
  gap: 9px;
}

.tag-sizes strong {
  min-width: 62px;
  padding: 9px 11px;
  border: 1px solid var(--line);
  border-radius: 11px;
  color: #a9bdc8;
  background: rgba(255, 255, 255, 0.02);
  font-family: Arial, sans-serif;
  font-size: 0.75rem;
}

.tag-sizes .active-size {
  border-color: rgba(49, 211, 204, 0.42);
  color: var(--cyan-soft);
  background: rgba(49, 211, 204, 0.07);
}

.tag-sizes small {
  display: block;
  margin-top: 12px;
  color: #657f8f;
  font-size: 0.67rem;
}

.how-section {
  background: var(--navy-950);
}

.steps {
  display: grid;
  gap: 13px;
  margin-top: 38px;
}

.steps article {
  position: relative;
  padding: 24px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(15, 42, 62, 0.78), rgba(7, 24, 39, 0.9));
}

.step-number {
  position: absolute;
  top: 11px;
  left: 16px;
  color: rgba(105, 226, 218, 0.13);
  font-family: Arial, sans-serif;
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1;
}

.step-icon,
.feature-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  overflow: hidden;
  line-height: 0;
  margin-bottom: 18px;
  border: 1px solid rgba(49, 211, 204, 0.22);
  border-radius: 15px;
  color: var(--cyan);
  background: rgba(49, 211, 204, 0.06);
}

.step-icon svg,
.feature-icon svg {
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  max-width: 24px;
  max-height: 24px;
}

.features-section {
  position: relative;
  background:
    radial-gradient(circle at 0 50%, rgba(46, 164, 235, 0.08), transparent 26%),
    var(--navy-900);
}

.split-heading {
  max-width: none;
}

.feature-grid {
  display: grid;
  gap: 12px;
  margin-top: 40px;
}

.feature-card {
  min-height: 205px;
  padding: 23px;
  border: 1px solid var(--line);
  border-radius: 21px;
  background:
    linear-gradient(155deg, rgba(255, 255, 255, 0.03), transparent 50%),
    rgba(7, 25, 40, 0.78);
  transition:
    transform 0.25s ease,
    border-color 0.25s ease;
}

.feature-card:hover {
  transform: translateY(-4px);
  border-color: rgba(49, 211, 204, 0.3);
}

.feature-card:nth-child(1) {
  border-color: rgba(49, 211, 204, 0.28);
  background:
    radial-gradient(circle at 15% 10%, rgba(44, 201, 198, 0.12), transparent 37%),
    rgba(7, 27, 42, 0.95);
}

.lost-mode-section {
  background:
    radial-gradient(circle at 80% 50%, rgba(255, 91, 97, 0.07), transparent 30%),
    #07111d;
}

.lost-mode-layout {
  display: grid;
  gap: 45px;
}

.danger-kicker {
  color: #ff9296;
}

.danger-kicker::before {
  background: var(--danger);
}

.lost-copy ul {
  display: grid;
  gap: 11px;
  margin: 25px 0 0;
  padding: 0;
  list-style: none;
  color: #bacbd4;
  font-size: 0.8rem;
}

.lost-copy li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
}

.lost-copy li span {
  color: var(--cyan);
  font-weight: 900;
}

.lost-card {
  position: relative;
  padding: 15px;
  border: 1px solid rgba(255, 99, 105, 0.35);
  border-radius: 28px;
  background: linear-gradient(160deg, #172432, #080f18);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.38);
}

.lost-alert {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 12px;
  border: 1px solid rgba(255, 91, 97, 0.2);
  border-radius: 16px;
  background: rgba(255, 91, 97, 0.08);
}

.lost-alert > span {
  width: 35px;
  height: 35px;
  display: grid;
  place-content: center;
  flex: 0 0 auto;
  border-radius: 11px;
  color: white;
  background: var(--danger);
  font-family: Arial, sans-serif;
  font-weight: 900;
}

.lost-alert strong,
.lost-alert small {
  display: block;
}

.lost-alert strong {
  color: #fff;
  font-size: 0.82rem;
}

.lost-alert small {
  color: #aebbc3;
  font-size: 0.64rem;
}

.lost-gallery {
  margin-top: 13px;
}

.lost-main-photo {
  height: 220px;
  overflow: hidden;
  border-radius: 18px;
  background: #0a2642;
}

.lost-main-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lost-gallery > div:last-child {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
  margin-top: 7px;
}

.lost-gallery > div:last-child span {
  height: 48px;
  border-radius: 9px;
  background:
    linear-gradient(135deg, rgba(45, 159, 237, 0.32), rgba(45, 211, 202, 0.11)),
    #10283b;
}

.last-seen {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 13px 0;
  padding: 10px 4px;
}

.map-pin {
  width: 35px;
  height: 35px;
  display: grid;
  place-content: center;
  flex: 0 0 auto;
  border: 1px solid rgba(49, 211, 204, 0.22);
  border-radius: 11px;
  color: var(--cyan);
  background: rgba(49, 211, 204, 0.06);
  font-size: 0.58rem;
}

.last-seen small,
.last-seen strong {
  display: block;
}

.last-seen small {
  color: #738a98;
  font-size: 0.6rem;
}

.last-seen strong {
  color: #d4e2e8;
  font-size: 0.7rem;
}

.urgent-call {
  height: 48px;
  border-radius: 14px;
  color: white;
  background: linear-gradient(135deg, #ff716f, #ff505b);
  font-size: 0.76rem;
}

.future-section {
  background:
    linear-gradient(180deg, transparent, rgba(8, 39, 58, 0.5)),
    var(--navy-900);
}

.future-intro {
  display: grid;
  gap: 17px;
}

.future-intro > p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 2;
}

.roadmap {
  display: grid;
  gap: 12px;
  margin-top: 38px;
}

.roadmap article {
  min-height: 205px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 21px;
  background: rgba(255, 255, 255, 0.025);
}

.roadmap-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.roadmap-index {
  color: rgba(91, 223, 215, 0.3);
  font-family: Arial, sans-serif;
  font-weight: 900;
}

.future-badge {
  padding: 4px 9px;
  border: 1px solid rgba(83, 211, 205, 0.17);
  border-radius: 999px;
  color: #8fc7c4;
  background: rgba(49, 211, 204, 0.05);
  font-size: 0.61rem;
  font-weight: 700;
}

.future-note {
  margin: 22px 0 0;
  padding: 14px 17px;
  border-right: 3px solid var(--orange);
  border-radius: 10px;
  color: #8199a7;
  background: rgba(255, 139, 50, 0.045);
  font-size: 0.72rem;
}

.future-note span {
  color: var(--orange-soft);
  font-weight: 800;
}

.order-section {
  background: #071722;
}

.order-card {
  min-height: 480px;
  position: relative;
  display: grid;
  align-items: center;
  gap: 32px;
  padding: 43px 26px;
  overflow: hidden;
  border: 1px solid rgba(88, 238, 225, 0.34);
  border-radius: 31px;
  background:
    radial-gradient(circle at 90% 100%, rgba(255, 255, 255, 0.14), transparent 24%),
    linear-gradient(135deg, #1b93df, #18bfc3 55%, #45d0bf);
  box-shadow: 0 30px 85px rgba(5, 164, 197, 0.2);
}

.order-decoration {
  position: absolute;
  inset: -60px auto auto -80px;
  width: 260px;
  height: 260px;
  border: 45px solid rgba(255, 255, 255, 0.055);
  border-radius: 50%;
}

.order-copy {
  position: relative;
  z-index: 1;
  text-align: center;
}

.light-kicker {
  color: #eaffff;
}

.light-kicker::before {
  background: var(--orange);
}

.order-copy h2 {
  color: #fff;
}

.order-copy p {
  color: rgba(244, 255, 255, 0.84);
}

.button-light {
  width: 100%;
  margin-top: 24px;
  color: #087f9a;
  background: white;
  box-shadow: 0 14px 30px rgba(0, 87, 117, 0.2);
}

.order-icon {
  width: min(230px, 72%);
  aspect-ratio: 1;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 36%;
  background: rgba(3, 48, 88, 0.16);
  box-shadow: 0 28px 60px rgba(0, 80, 111, 0.3);
  transform: rotate(-4deg);
}

.order-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 34%;
}

.faq-section {
  background: var(--navy-900);
}

.faq-layout {
  display: grid;
  gap: 36px;
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq-list details {
  border: 1px solid var(--line);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.02);
}

.faq-list details[open] {
  border-color: rgba(49, 211, 204, 0.26);
  background: rgba(49, 211, 204, 0.035);
}

.faq-list summary {
  position: relative;
  padding: 17px 18px 17px 48px;
  cursor: pointer;
  list-style: none;
  color: #e2eef2;
  font-size: 0.82rem;
  font-weight: 800;
}

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

.faq-list summary::before,
.faq-list summary::after {
  content: "";
  position: absolute;
  top: 27px;
  left: 20px;
  width: 13px;
  height: 2px;
  border-radius: 99px;
  background: var(--cyan);
}

.faq-list summary::after {
  transform: rotate(90deg);
  transition: transform 0.2s ease;
}

.faq-list details[open] summary::after {
  transform: rotate(0);
}

.faq-list p {
  margin: -2px 18px 17px;
  padding-top: 13px;
  border-top: 1px solid var(--line);
  color: #91a7b4;
  font-size: 0.75rem;
  line-height: 1.9;
}

.site-footer {
  position: relative;
  padding: 55px 0 94px;
  border-top: 1px solid var(--line);
  background: #020b14;
}

.footer-main {
  display: grid;
  gap: 38px;
}

.footer-brand img {
  width: 132px;
}

.footer-brand p {
  max-width: 360px;
  margin: 16px 0 0;
  color: #78909e;
  font-size: 0.76rem;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

.footer-links > div {
  display: grid;
  align-content: start;
  gap: 8px;
}

.footer-links strong {
  margin-bottom: 6px;
  color: #dcebf1;
  font-size: 0.8rem;
}

.footer-links a {
  width: fit-content;
  color: #718895;
  font-size: 0.72rem;
}

.footer-links a:hover {
  color: var(--cyan);
}

.enamad {
  display: grid;
  justify-items: start;
  gap: 10px;
}

.enamad > span {
  color: #8fa4b0;
  font-size: 0.72rem;
}

.enamad a {
  min-width: 106px;
  min-height: 118px;
  display: grid;
  place-content: center;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
}

.enamad img {
  width: 92px;
  max-height: 104px;
  object-fit: contain;
}

.footer-bottom {
  display: grid;
  gap: 6px;
  margin-top: 38px;
  padding-top: 19px;
  border-top: 1px solid var(--line);
  color: #536c7a;
  font-size: 0.65rem;
}

.mobile-sticky-cta {
  position: fixed;
  right: 18px;
  bottom: 16px;
  left: 18px;
  z-index: 45;
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid rgba(153, 255, 245, 0.3);
  border-radius: 16px;
  color: #03111d;
  background: linear-gradient(135deg, #6aeee2, #30c9c6);
  box-shadow:
    0 16px 40px rgba(0, 0, 0, 0.45),
    0 8px 30px rgba(42, 203, 200, 0.23);
  font-size: 0.85rem;
  font-weight: 900;
}

:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 4px;
}

@media (min-width: 520px) {
  .hero-actions {
    display: flex;
    justify-content: center;
  }

  .hero-actions .button {
    min-width: 190px;
  }

  .feature-grid,
  .roadmap {
    grid-template-columns: repeat(2, 1fr);
  }

  .button-light {
    width: fit-content;
  }
}

@media (min-width: 760px) {
  .container {
    width: min(100% - 64px, 1180px);
  }

  .site-header {
    height: 82px;
  }

  .mobile-menu {
    display: none;
  }

  .desktop-nav {
    display: flex;
    align-items: center;
    gap: 26px;
    margin-inline: auto;
  }

  .desktop-nav a {
    position: relative;
    color: #a9bdc8;
    font-size: 0.78rem;
    font-weight: 700;
  }

  .desktop-nav a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -7px;
    width: 0;
    height: 2px;
    border-radius: 99px;
    background: var(--cyan);
    transition: width 0.2s ease;
  }

  .desktop-nav a:hover {
    color: white;
  }

  .desktop-nav a:hover::after {
    width: 100%;
  }

  .header-cta {
    display: inline-flex;
  }

  .button-small {
    min-height: 42px;
    padding-inline: 18px;
    color: #04111c;
    background: linear-gradient(135deg, #5ee7db, #2fc5c3);
    font-size: 0.74rem;
  }

  .section {
    padding: 112px 0;
  }

  .hero {
    padding-top: 130px;
  }

  .hero-copy {
    max-width: 680px;
    margin: auto;
  }

  .hero-visual {
    min-height: 570px;
  }

  .phone-shell {
    width: 285px;
    min-height: 535px;
  }

  .icon-tile {
    width: 135px;
  }

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

  .trust-strip-grid > div {
    justify-content: center;
    padding-block: 22px;
  }

  .trust-strip-grid > div + div {
    border-top: 0;
    border-right: 1px solid var(--line);
  }

  .tag-showcase {
    grid-template-columns: minmax(220px, 1fr) auto minmax(180px, 0.75fr);
    align-items: center;
    gap: 50px;
  }

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

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

  .lost-mode-layout,
  .faq-layout {
    grid-template-columns: minmax(0, 0.9fr) minmax(340px, 1.1fr);
    align-items: center;
    gap: 70px;
  }

  .lost-card {
    max-width: 440px;
    justify-self: end;
    padding: 18px;
  }

  .lost-main-photo {
    height: 250px;
  }

  .future-intro {
    grid-template-columns: 1.15fr 0.85fr;
    align-items: end;
    gap: 80px;
  }

  .order-card {
    min-height: 390px;
    grid-template-columns: 1.15fr 0.85fr;
    padding: 50px 58px;
  }

  .order-copy {
    text-align: right;
  }

  .order-icon {
    width: min(270px, 90%);
  }

  .footer-main {
    grid-template-columns: 1.2fr 1fr auto;
    align-items: start;
  }

  .footer-bottom {
    display: flex;
    justify-content: space-between;
  }

  .mobile-sticky-cta {
    display: none;
  }

  .site-footer {
    padding-bottom: 30px;
  }
}

@media (min-width: 1024px) {
  .hero {
    min-height: 820px;
  }

  .hero-layout {
    grid-template-columns: 1fr 0.92fr;
    align-items: center;
    gap: 65px;
  }

  .hero-copy {
    margin: 0;
    text-align: right;
  }

  .hero h1 {
    font-size: clamp(3.4rem, 5.3vw, 5rem);
  }

  .hero-lead {
    margin: 0;
  }

  .hero-actions,
  .hero-trust {
    justify-content: flex-start;
  }

  .hero-visual {
    width: 470px;
    min-height: 590px;
  }

  .icon-tile {
    top: 35px;
    left: 0;
  }

  .qr-tag-card {
    right: -10px;
    bottom: 40px;
  }

  .split-heading {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    align-items: end;
    gap: 90px;
  }

  .split-heading > p {
    margin: 0;
  }

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

@media (prefers-reduced-motion: no-preference) {
  .phone-shell {
    animation: phone-float 6s ease-in-out infinite;
  }

  .qr-tag-card {
    animation: tag-float 5s ease-in-out infinite;
  }

  .eyebrow-dot {
    animation: pulse 2.4s ease-out infinite;
  }

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

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

  @keyframes pulse {
    0% {
      box-shadow: 0 0 0 0 rgba(255, 139, 50, 0.2);
    }
    70%,
    100% {
      box-shadow: 0 0 0 9px rgba(255, 139, 50, 0);
    }
  }
}

/* SVG containment fixes */
.mini-icon svg,
.step-icon svg,
.feature-icon svg,
.phone-call svg,
.urgent-call svg {
  display: block;
  overflow: visible;
  flex-shrink: 0;
}

.icon-sprite symbol {
  overflow: visible;
}
