:root {
  --ink: #0d1828;
  --muted: #607087;
  --paper: #ffffff;
  --soft: #f4f7fb;
  --line: #d8e2ee;
  --navy: #0a1d2e;
  --blue: #1d5fd1;
  --teal: #0f766e;
  --amber: #f8c845;
  --green: #15945b;
  --shadow: 0 24px 80px rgba(12, 31, 51, 0.18);
  --card-shadow: 0 16px 46px rgba(12, 31, 51, 0.08);
  --card-shadow-hover: 0 24px 60px rgba(12, 31, 51, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--soft);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
}

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

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

.site-header {
  position: fixed;
  z-index: 30;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  gap: 28px;
  min-height: 74px;
  padding: 14px clamp(18px, 4vw, 64px);
  color: #fff;
  background: rgba(7, 22, 35, 0.86);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(16px);
}

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

.main-nav a,
.header-cta,
.button,
.value-grid article,
.about-grid article,
.pricing-card,
.software-features article,
.privacy-grid div,
.iso-grid div,
.screen-card,
.careers-card {
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease,
    color 180ms ease,
    opacity 180ms ease;
}

.brand-logo {
  width: clamp(178px, 18vw, 228px);
  height: auto;
  opacity: 0.98;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
  color: rgba(255, 255, 255, 0.84);
  font-size: 14px;
  font-weight: 700;
}

.main-nav a {
  padding: 9px 12px;
  border-radius: 999px;
}

.main-nav a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border: 0;
  border-radius: 8px;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.header-cta {
  color: var(--ink);
  background: #fff;
  box-shadow: 0 10px 24px rgba(7, 22, 35, 0.18);
}

.button.primary {
  color: #091827;
  background: var(--amber);
  box-shadow: 0 14px 28px rgba(248, 200, 69, 0.26);
}

.button.ghost {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.08);
}

.header-cta:hover,
.button:hover {
  transform: translateY(-1px);
}

.button.ghost:hover {
  background: rgba(255, 255, 255, 0.14);
}

.hero {
  position: relative;
  min-height: 94vh;
  overflow: hidden;
  color: #fff;
  background: var(--navy);
}

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

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% center;
  opacity: 0.66;
  filter: saturate(0.96) contrast(1.03);
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(5, 19, 31, 0.98) 0%, rgba(5, 19, 31, 0.84) 42%, rgba(5, 19, 31, 0.22) 100%),
    linear-gradient(180deg, rgba(5, 19, 31, 0.18), rgba(5, 19, 31, 0.58));
}

.hero-inner {
  position: relative;
  z-index: 2;
  width: min(780px, 100%);
  padding: clamp(128px, 16vh, 190px) clamp(20px, 5vw, 72px) 72px;
}

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

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

h1 {
  margin-bottom: 22px;
  font-size: clamp(48px, 6.8vw, 92px);
  line-height: 0.95;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(32px, 4.6vw, 58px);
  line-height: 1.04;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 21px;
  line-height: 1.16;
}

.hero-lead {
  width: min(660px, 100%);
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(19px, 2.1vw, 27px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 34px;
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  width: min(660px, 100%);
}

.hero-metrics div {
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(6px);
}

.hero-metrics strong,
.hero-metrics span {
  display: block;
}

.hero-metrics strong {
  margin-bottom: 3px;
  font-size: 17px;
}

.hero-metrics span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
}

.problem-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: var(--line);
  gap: 1px;
}

.problem-strip div {
  padding: 28px clamp(20px, 4vw, 58px);
  background: #fff;
  border-top: 3px solid rgba(15, 118, 110, 0.14);
}

.problem-strip span {
  display: block;
  margin-bottom: 7px;
  color: var(--teal);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.problem-strip strong {
  display: block;
  max-width: 410px;
  font-size: 22px;
  line-height: 1.22;
}

.about-section {
  background: #fff;
}

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

.about-grid article,
.careers-card {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  box-shadow: var(--card-shadow);
}

.about-grid strong,
.about-grid p,
.careers-card strong,
.careers-card p {
  display: block;
}

.about-grid strong,
.careers-card strong {
  margin-bottom: 10px;
  font-size: 21px;
  line-height: 1.16;
}

.about-grid p,
.careers-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.section,
.showcase,
.iso-section,
.conversion {
  padding: clamp(64px, 8vw, 118px) clamp(20px, 5vw, 76px);
}

.section-copy {
  max-width: 830px;
  margin-bottom: 34px;
}

.section-copy.compact {
  max-width: 760px;
}

.section-copy p,
.showcase-copy p,
.iso-copy p,
.conversion p,
.value-grid p,
.iso-grid span,
.form-note {
  color: var(--muted);
}

.section-copy p,
.showcase-copy p,
.iso-copy p,
.conversion p {
  font-size: 18px;
}

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

.value-grid article {
  min-height: 240px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  box-shadow: var(--card-shadow);
}

.value-grid span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 26px;
  border-radius: 8px;
  color: #fff;
  background: var(--teal);
  font-weight: 900;
}

.showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(330px, 0.9fr);
  align-items: center;
  gap: clamp(28px, 5vw, 72px);
  background: #fff;
}

.showcase-dark {
  grid-template-columns: minmax(0, 1.15fr) minmax(330px, 0.85fr);
  color: #fff;
  background: #10283b;
}

.showcase-dark .showcase-copy p {
  color: rgba(255, 255, 255, 0.76);
}

.showcase-copy {
  max-width: 560px;
}

.screen-card {
  overflow: hidden;
  border: 1px solid rgba(13, 24, 40, 0.12);
  border-radius: 10px;
  background: #fff;
  box-shadow: var(--shadow);
}

.screen-card.wide {
  transform: perspective(1800px) rotateY(4deg);
  transform-origin: left center;
}

.iso-section {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: clamp(32px, 6vw, 84px);
  color: #fff;
  background: #091827;
}

.iso-copy p,
.iso-grid span {
  color: rgba(255, 255, 255, 0.76);
}

.iso-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 28px;
}

.iso-grid div {
  min-height: 138px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.07);
}

.iso-grid strong,
.iso-grid span {
  display: block;
}

.iso-grid strong {
  margin-bottom: 8px;
  font-size: 18px;
}

.iso-visual {
  position: relative;
  min-height: 570px;
}

.iso-desktop,
.iso-mobile {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.36);
}

.iso-desktop {
  width: 88%;
  margin-left: auto;
}

.iso-mobile {
  position: absolute;
  left: 0;
  bottom: 0;
  width: min(260px, 34%);
  max-height: 480px;
  object-fit: cover;
  object-position: top center;
}

.privacy-section {
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1.18fr);
  align-items: center;
  gap: clamp(28px, 5vw, 72px);
  background: var(--soft);
}

.privacy-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 24px;
}

.privacy-grid div {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 10px 28px rgba(12, 31, 51, 0.04);
}

.privacy-grid strong,
.privacy-grid span {
  display: block;
}

.privacy-grid strong {
  margin-bottom: 8px;
  font-size: 17px;
}

.privacy-grid span {
  color: var(--muted);
  font-size: 14px;
}

.permissions img {
  width: 100%;
}

.conversion {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(320px, 0.72fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
  background: #fff;
}

.pricing-section {
  padding: clamp(64px, 8vw, 118px) clamp(20px, 5vw, 76px) clamp(34px, 5vw, 62px);
  background: #fff;
}

.features-section {
  padding: clamp(34px, 5vw, 62px) clamp(20px, 5vw, 76px) clamp(64px, 8vw, 118px);
  background: var(--soft);
}

.pricing-heading {
  max-width: 850px;
  margin-bottom: 34px;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  align-items: stretch;
}

.pricing-card {
  display: flex;
  flex-direction: column;
  min-height: 420px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  box-shadow: var(--card-shadow);
}

.pricing-card.featured {
  position: relative;
  border-color: rgba(248, 200, 69, 0.9);
  box-shadow: 0 24px 70px rgba(12, 31, 51, 0.16);
  transform: translateY(-4px);
}

.plan-label {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 7px 10px;
  border-radius: 999px;
  color: #0b523f;
  background: #e8f7ef;
  font-size: 13px;
  font-weight: 900;
}

.featured .plan-label {
  color: #3b2b00;
  background: var(--amber);
}

.price-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 14px 0 4px;
}

.price-row strong {
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1;
}

.price-row span,
.old-price,
.pricing-card p,
.pricing-note {
  color: var(--muted);
}

.old-price {
  margin-bottom: 20px;
}

.pricing-card p:not(.old-price) {
  margin-bottom: 24px;
}

.pricing-card .button {
  margin-top: auto;
}

.pricing-note {
  max-width: 850px;
  margin: 20px 0 0;
  font-size: 14px;
}

.careers-section {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(280px, 420px);
  gap: 24px;
  align-items: start;
  background: var(--soft);
}

.careers-card {
  align-self: stretch;
}

.careers-card .button {
  margin-top: 22px;
}

.software-features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.software-features article {
  position: relative;
  overflow: hidden;
  min-height: 210px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(12, 31, 51, 0.05);
}

.software-features article::after {
  content: "";
  position: absolute;
  inset: auto -22px -36px auto;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(29, 95, 209, 0.06);
}

.feature-visual {
  position: relative;
  z-index: 1;
  width: 76px;
  height: 58px;
  margin-bottom: 22px;
  border: 1px solid rgba(13, 24, 40, 0.1);
  border-radius: 8px;
  background: linear-gradient(135deg, #ffffff, #eef5fb);
  box-shadow: 0 12px 28px rgba(12, 31, 51, 0.1);
}

.feature-visual span {
  position: absolute;
  display: block;
  border-radius: 6px;
}

.feature-dashboard .feature-visual span:nth-child(1) {
  left: 10px;
  top: 10px;
  width: 22px;
  height: 22px;
  background: var(--blue);
}

.feature-dashboard .feature-visual span:nth-child(2) {
  left: 40px;
  top: 12px;
  width: 24px;
  height: 6px;
  background: #95a6ba;
}

.feature-dashboard .feature-visual span:nth-child(3) {
  left: 40px;
  top: 27px;
  width: 16px;
  height: 16px;
  background: var(--green);
}

.feature-warehouse .feature-visual span {
  width: 20px;
  height: 18px;
  background: var(--teal);
}

.feature-warehouse .feature-visual span:nth-child(1) {
  left: 12px;
  top: 12px;
}

.feature-warehouse .feature-visual span:nth-child(2) {
  left: 36px;
  top: 12px;
}

.feature-warehouse .feature-visual span:nth-child(3) {
  left: 24px;
  top: 34px;
}

.feature-fleet .feature-visual span:nth-child(1) {
  left: 12px;
  top: 20px;
  width: 44px;
  height: 18px;
  background: var(--blue);
}

.feature-fleet .feature-visual span:nth-child(2),
.feature-fleet .feature-visual span:nth-child(3) {
  top: 39px;
  width: 10px;
  height: 10px;
  background: #0d1828;
}

.feature-fleet .feature-visual span:nth-child(2) {
  left: 18px;
}

.feature-fleet .feature-visual span:nth-child(3) {
  left: 48px;
}

.feature-docs .feature-visual span {
  left: 15px;
  width: 44px;
  height: 8px;
  background: #95a6ba;
}

.feature-docs .feature-visual span:nth-child(1) {
  top: 13px;
}

.feature-docs .feature-visual span:nth-child(2) {
  top: 26px;
  background: var(--blue);
}

.feature-docs .feature-visual span:nth-child(3) {
  top: 39px;
  width: 30px;
}

.feature-sites .feature-visual span:nth-child(1) {
  left: 14px;
  top: 14px;
  width: 16px;
  height: 32px;
  background: var(--navy);
}

.feature-sites .feature-visual span:nth-child(2) {
  left: 34px;
  top: 22px;
  width: 16px;
  height: 24px;
  background: var(--blue);
}

.feature-sites .feature-visual span:nth-child(3) {
  left: 54px;
  top: 30px;
  width: 10px;
  height: 16px;
  background: var(--green);
}

.feature-requests .feature-visual span:nth-child(1) {
  left: 14px;
  top: 13px;
  width: 48px;
  height: 32px;
  background: #fff4cd;
  border: 1px solid rgba(248, 200, 69, 0.9);
}

.feature-requests .feature-visual span:nth-child(2) {
  left: 24px;
  top: 24px;
  width: 28px;
  height: 5px;
  background: var(--amber);
}

.feature-requests .feature-visual span:nth-child(3) {
  left: 24px;
  top: 34px;
  width: 20px;
  height: 5px;
  background: #b58a00;
}

.feature-roles .feature-visual span {
  width: 18px;
  height: 18px;
  background: var(--blue);
}

.feature-roles .feature-visual span:nth-child(1) {
  left: 13px;
  top: 12px;
}

.feature-roles .feature-visual span:nth-child(2) {
  left: 43px;
  top: 12px;
  background: var(--teal);
}

.feature-roles .feature-visual span:nth-child(3) {
  left: 28px;
  top: 34px;
  background: var(--amber);
}

.feature-iso .feature-visual span:nth-child(1) {
  left: 16px;
  top: 10px;
  width: 42px;
  height: 38px;
  background: #e8f7ef;
  border: 1px solid rgba(21, 148, 91, 0.35);
}

.feature-iso .feature-visual span:nth-child(2) {
  left: 25px;
  top: 25px;
  width: 9px;
  height: 18px;
  transform: rotate(-42deg);
  border-right: 4px solid var(--green);
  border-bottom: 4px solid var(--green);
  border-radius: 0;
  background: transparent;
}

.feature-iso .feature-visual span:nth-child(3) {
  left: 45px;
  top: 18px;
  width: 7px;
  height: 7px;
  background: var(--green);
}

.software-features h3 {
  position: relative;
  z-index: 1;
  margin-bottom: 12px;
  font-size: 19px;
}

.software-features p {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  color: var(--muted);
}

.lead-form {
  display: grid;
  gap: 14px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--soft);
  box-shadow: 0 18px 54px rgba(12, 31, 51, 0.08);
}

.lead-form label {
  display: grid;
  gap: 7px;
  color: #26364b;
  font-size: 14px;
  font-weight: 900;
}

.lead-form input,
.lead-form select,
.lead-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid #cbd8e6;
  border-radius: 8px;
  color: var(--ink);
  background: #fff;
  font: inherit;
}

.lead-form input:focus,
.lead-form select:focus,
.lead-form textarea:focus {
  outline: none;
  border-color: rgba(29, 95, 209, 0.55);
  box-shadow: 0 0 0 4px rgba(29, 95, 209, 0.12);
}

.lead-form textarea {
  min-height: 120px;
  padding-block: 12px;
  resize: vertical;
}

.privacy-check {
  display: flex !important;
  grid-template-columns: none !important;
  flex-direction: row;
  align-items: flex-start;
  gap: 10px !important;
  color: var(--muted) !important;
  font-weight: 700 !important;
  line-height: 1.35;
}

.privacy-check input {
  width: 18px;
  min-width: 18px;
  height: 18px;
  min-height: 18px;
  margin-top: 2px;
}

.privacy-check a {
  color: var(--blue);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.lead-form .button {
  width: 100%;
  margin-top: 4px;
}

.form-status {
  min-height: 22px;
  margin: -4px 0 0;
  font-size: 14px;
  font-weight: 800;
}

.form-status.is-error {
  color: #b42318;
}

.form-status.is-success {
  color: #0b7a4b;
}

.form-note {
  margin: 4px 0 0;
  font-size: 13px;
}

.honeypot {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}

.demo-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.demo-points span {
  padding: 9px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: #31445d;
  background: var(--soft);
  font-size: 14px;
  font-weight: 800;
}

.contact-card {
  display: grid;
  gap: 18px;
  width: min(100%, 520px);
  margin-top: 26px;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: transparent;
  box-shadow: none;
}

.contact-card-header {
  display: grid;
  gap: 8px;
}

.contact-kicker {
  display: inline-flex;
  width: fit-content;
  padding: 7px 10px;
  border-radius: 999px;
  color: #0b523f;
  background: #e8f7ef;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.contact-card-header strong {
  max-width: 24ch;
  font-size: 22px;
  line-height: 1.25;
}

.contact-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: stretch;
}

.contact-primary,
.contact-detail {
  display: grid;
  gap: 6px;
  padding: 16px 18px;
  border-radius: 8px;
  border: 1px solid rgba(13, 24, 40, 0.08);
  background: rgba(255, 255, 255, 0.92);
}

.contact-primary {
  color: inherit;
  min-width: 200px;
  background: #ffffff;
  box-shadow: 0 12px 32px rgba(12, 31, 51, 0.08);
}

.contact-label,
.contact-value {
  display: block;
}

.contact-label {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.contact-primary .contact-label {
  color: rgba(12, 31, 51, 0.48);
}

.contact-value {
  color: var(--ink);
  font-size: 15px;
  line-height: 1.45;
  font-weight: 700;
}

.contact-primary .contact-value {
  color: var(--ink);
  font-size: 27px;
  line-height: 1.08;
  font-weight: 900;
}

.site-footer {
  display: grid;
  gap: 26px;
  padding: 46px clamp(20px, 5vw, 76px) 24px;
  color: #dbe5ef;
  background: #081521;
}

.value-grid article:hover,
.about-grid article:hover,
.pricing-card:hover,
.software-features article:hover,
.careers-card:hover,
.privacy-grid div:hover,
.iso-grid div:hover,
.screen-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--card-shadow-hover);
}

.pricing-card.featured:hover {
  transform: translateY(-6px);
}

.footer-top {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) repeat(3, minmax(180px, 0.72fr));
  gap: 40px;
  align-items: start;
  padding-bottom: 6px;
}

.footer-brand {
  display: grid;
  gap: 14px;
  align-items: start;
}

.footer-logo {
  width: min(100%, 270px);
  height: auto;
  opacity: 0.94;
}

.footer-summary {
  max-width: 42ch;
  margin: 0;
  color: rgba(219, 229, 239, 0.68);
  font-size: 16px;
  line-height: 1.72;
}

.footer-column {
  display: grid;
  gap: 14px;
  align-content: start;
  padding-left: 28px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-heading {
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer-column a,
.footer-text {
  color: rgba(232, 239, 246, 0.84);
  font-size: 17px;
  line-height: 1.5;
}

.footer-link {
  transition: color 180ms ease;
}

.footer-column a:hover {
  color: #fff;
}

.footer-contacts {
  max-width: 310px;
}

.footer-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.footer-icon {
  position: relative;
  top: 3px;
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  color: var(--amber);
}

.footer-icon::before,
.footer-icon::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
}

.footer-icon-location::before {
  left: 3px;
  top: 1px;
  width: 12px;
  height: 12px;
  border: 1.8px solid currentColor;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
}

.footer-icon-location::after {
  left: 7px;
  top: 5px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
}

.footer-icon-mail::before {
  left: 1px;
  top: 4px;
  width: 16px;
  height: 11px;
  border: 1.8px solid currentColor;
  border-radius: 2px;
}

.footer-icon-mail::after {
  left: 3px;
  top: 6px;
  width: 10px;
  height: 10px;
  border-left: 1.8px solid currentColor;
  border-bottom: 1.8px solid currentColor;
  transform: rotate(-45deg) skew(8deg, 8deg);
}

.footer-icon-phone::before {
  left: 4px;
  top: 3px;
  width: 10px;
  height: 10px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  border-radius: 0 0 0 10px;
  transform: rotate(-35deg);
}

.footer-icon-phone::after {
  right: 2px;
  top: 2px;
  width: 7px;
  height: 7px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  border-radius: 0 8px 0 0;
  transform: rotate(-35deg);
}

.footer-nav-link {
  position: relative;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-affiliations {
  gap: 16px;
}

.footer-badge-stack {
  display: grid;
  gap: 14px;
  align-content: start;
}

.footer-affiliation-logo,
.footer-certification-logo {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  opacity: 0.95;
}

.footer-affiliation-logo-wide {
  max-width: 210px;
}

.footer-affiliation-logo {
  max-width: 170px;
}

.footer-certification-badge {
  display: grid;
  gap: 8px;
  justify-items: start;
}

.footer-certification-standard {
  color: rgba(232, 239, 246, 0.9);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.footer-certification-logo {
  max-width: 136px;
}

.footer-badge-separator {
  display: block;
  width: 100%;
  max-width: 118px;
  height: 1px;
  background: rgba(255, 255, 255, 0.14);
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px 24px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(219, 229, 239, 0.62);
  font-size: 14px;
}

.footer-bottom a {
  color: rgba(219, 229, 239, 0.86);
}

.cookie-banner {
  position: fixed;
  z-index: 40;
  right: 18px;
  bottom: 18px;
  display: flex;
  gap: 18px;
  align-items: flex-end;
  width: min(620px, calc(100% - 36px));
  padding: 18px;
  border: 1px solid rgba(13, 24, 40, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 20px 70px rgba(12, 31, 51, 0.18);
}

.cookie-banner strong {
  display: block;
  margin-bottom: 6px;
}

.cookie-banner p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.cookie-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 170px;
}

.text-button {
  color: var(--ink);
  border: 1px solid var(--line);
  background: #fff;
}

.policy-page {
  background:
    radial-gradient(circle at top left, rgba(248, 200, 69, 0.12), transparent 28%),
    linear-gradient(180deg, #eef4fa 0%, #f7fafc 40%, #ffffff 100%);
}

.policy-header {
  padding: 112px clamp(20px, 5vw, 76px) 34px;
  color: #fff;
  background: linear-gradient(135deg, #0a1d2e 0%, #14324b 58%, #1f5c74 100%);
}

.policy-header p {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 18px;
}

.policy-header h1 {
  max-width: 15ch;
  font-size: clamp(36px, 5.2vw, 56px);
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.policy-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 24px;
  padding: 34px clamp(20px, 5vw, 76px) 72px;
}

.policy-card,
.policy-aside {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 54px rgba(12, 31, 51, 0.08);
}

.policy-card {
  padding: 30px;
}

.policy-card section + section {
  margin-top: 28px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}

.policy-card h2 {
  margin-bottom: 12px;
  font-size: 28px;
}

.policy-card ul {
  margin: 12px 0 0;
  padding-left: 18px;
  color: var(--muted);
}

.locations-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.location-card {
  display: grid;
  gap: 12px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 28px rgba(12, 31, 51, 0.05);
}

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

.location-card strong {
  font-size: 20px;
  line-height: 1.2;
}

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

.map-frame {
  overflow: hidden;
  border: 1px solid rgba(13, 24, 40, 0.12);
  border-radius: 10px;
  background: #dfe8f2;
  aspect-ratio: 1.25 / 1;
}

.map-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.policy-card li + li {
  margin-top: 8px;
}

.policy-aside {
  align-self: start;
  padding: 22px;
}

.policy-aside strong,
.policy-aside span {
  display: block;
}

.policy-aside strong {
  margin-bottom: 6px;
}

.policy-aside span,
.policy-aside p {
  color: var(--muted);
  font-size: 14px;
}

@media (max-width: 980px) {
  .main-nav {
    display: none;
  }

  .hero {
    min-height: auto;
  }

  .hero-inner {
    padding-top: 118px;
  }

  .hero-shade {
    background: linear-gradient(180deg, rgba(5, 19, 31, 0.97), rgba(5, 19, 31, 0.82));
  }

  .problem-strip,
  .about-grid,
  .value-grid,
  .privacy-grid,
  .pricing-grid,
  .software-features,
  .showcase,
  .iso-section,
  .privacy-section,
  .careers-section,
  .conversion {
    grid-template-columns: 1fr;
  }

  .policy-main {
    grid-template-columns: 1fr;
  }

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

  .site-footer,
  .cookie-banner {
    flex-direction: column;
    align-items: stretch;
  }

  .cookie-actions {
    min-width: 0;
  }

  .showcase .showcase-copy {
    order: -1;
  }

  .showcase-dark .showcase-copy {
    order: 0;
  }

  .screen-card.wide {
    transform: none;
  }

  .pricing-card.featured {
    transform: none;
  }

  .iso-visual {
    min-height: 0;
    display: grid;
    grid-template-columns: 1fr 0.42fr;
    gap: 14px;
    align-items: start;
  }

  .iso-desktop {
    width: 100%;
  }

  .iso-mobile {
    position: static;
    width: 100%;
    max-height: 540px;
  }
}

@media (max-width: 620px) {
  .site-header {
    min-height: 66px;
    padding-inline: 16px;
  }

  .header-cta {
    display: none;
  }

  .brand-logo {
    width: clamp(154px, 42vw, 196px);
  }

  .hero-inner {
    padding: 112px 20px 48px;
  }

  h1 {
    font-size: clamp(42px, 14.5vw, 66px);
  }

  h2 {
    font-size: clamp(30px, 9vw, 44px);
  }

  .hero-lead,
  .section-copy p,
  .showcase-copy p,
  .iso-copy p,
  .conversion p {
    font-size: 17px;
  }

  .hero-actions {
    display: grid;
  }

  .button {
    width: 100%;
  }

  .hero-metrics {
    grid-template-columns: 1fr;
  }

  .problem-strip div,
  .section,
  .showcase,
  .iso-section,
  .pricing-section,
  .features-section,
  .conversion {
    padding-inline: 20px;
  }

  .privacy-section {
    padding-inline: 20px;
  }

  .policy-header,
  .policy-main,
  .site-footer {
    padding-inline: 20px;
  }

  .footer-top {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .footer-column {
    padding-left: 0;
    border-left: 0;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .iso-visual {
    grid-template-columns: 1fr;
  }

  .iso-mobile {
    max-height: 720px;
  }

  .lead-form {
    padding: 20px;
  }

  .footer-logo {
    width: min(100%, 240px);
  }

  .footer-summary {
    max-width: none;
  }

  .footer-column a,
  .footer-text {
    font-size: 16px;
  }

  .contact-card {
    width: 100%;
  }

  .contact-card-header strong {
    max-width: none;
    font-size: 20px;
  }

  .contact-inline {
    flex-direction: column;
  }

  .policy-card,
  .policy-aside {
    padding: 20px;
  }
}
