:root {
  --yellow: #ffc400;
  --yellow-soft: #ffe27a;
  --black: #0b0b0a;
  --ink: #151512;
  --card: #181815;
  --card-2: #22221d;
  --line: rgba(255, 196, 0, 0.22);
  --text: #f6f2e6;
  --muted: #b9b09c;
  --white: #fffaf0;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--black);
  color: var(--text);
  font-family: Inter, Arial, sans-serif;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

.ayda-go-final-wrap,
.ayda-go-final-wrap * {
  font-family: Inter, Arial, sans-serif !important;
  letter-spacing: 0 !important;
}

.ayda-go-final-wrap h1,
.ayda-go-final-wrap h2,
.ayda-go-final-wrap h3,
.ayda-go-final-wrap .hero-content h1,
.ayda-go-final-wrap .section-head h2,
.ayda-go-final-wrap .fleet-copy h2,
.ayda-go-final-wrap .battery-copy h2,
.ayda-go-final-wrap .app-copy h2,
.ayda-go-final-wrap .steps h2,
.ayda-go-final-wrap .contact h2 {
  font-family: Inter, Arial, sans-serif !important;
  font-weight: 900 !important;
  color: #fffaf0 !important;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 18px clamp(18px, 4vw, 56px);
  background: rgba(8, 8, 7, 0.78);
  border-bottom: 1px solid rgba(255, 196, 0, 0.16);
  backdrop-filter: blur(18px);
}

.brand {
  width: 118px;
  height: 46px;
  display: block;
  overflow: hidden;
  background: var(--yellow);
}

.brand img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nav {
  display: flex;
  justify-content: center;
  gap: clamp(12px, 1.8vw, 28px);
  color: var(--muted);
  font-size: clamp(14px, 1.05vw, 16px);
  font-weight: 850;
  line-height: 1;
}

.nav a:hover {
  color: var(--yellow);
}

.header-cta,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border: 1px solid var(--yellow);
  font-weight: 900;
  font-size: 15px;
  line-height: 1;
  white-space: nowrap;
}

.header-cta,
.btn.primary {
  background: var(--yellow);
  color: var(--black);
}

.btn.ghost {
  background: rgba(0, 0, 0, 0.22);
  color: var(--yellow);
}

.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 120px clamp(20px, 6vw, 86px) 70px;
}

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  filter: saturate(1.08) contrast(1.08) brightness(0.9);
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(8, 8, 7, 0.96), rgba(8, 8, 7, 0.76) 39%, rgba(8, 8, 7, 0.14) 72%),
    linear-gradient(0deg, rgba(8, 8, 7, 0.98), rgba(8, 8, 7, 0.08) 35%),
    radial-gradient(circle at 72% 54%, rgba(255, 196, 0, 0.24), transparent 31%);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(820px, 100%);
}

.eyebrow {
  color: var(--yellow);
  text-transform: uppercase;
  font-size: clamp(15px, 1.05vw, 18px);
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: 0.02em;
  margin-bottom: 24px;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  color: var(--white);
  font-family: Inter, Arial, sans-serif !important;
  font-weight: 900;
}

h1 {
  margin-bottom: 24px;
  font-size: clamp(54px, 8vw, 112px);
  line-height: 0.88;
  font-weight: 900;
}

.hero h1 span {
  display: block;
}

h1 span,
h2 span {
  color: var(--yellow);
}

.hero p {
  max-width: 690px;
  color: var(--white);
  font-size: clamp(18px, 1.55vw, 22px);
  line-height: 1.5;
  font-weight: 500;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 34px 0;
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-points span {
  padding: 10px 14px;
  border: 1px solid rgba(255, 196, 0, 0.32);
  color: var(--yellow-soft);
  background: rgba(0, 0, 0, 0.36);
  font-size: 13px;
  font-weight: 800;
}

.metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--yellow);
  color: var(--black);
}

.metrics div {
  padding: 34px clamp(16px, 3vw, 46px);
  border-right: 1px solid rgba(0, 0, 0, 0.18);
}

.metrics strong {
  display: block;
  font-size: clamp(32px, 4vw, 58px);
  line-height: 1;
  font-weight: 900;
}

.metrics span {
  display: block;
  margin-top: 10px;
  font-weight: 800;
}

.section {
  position: relative;
  overflow: hidden;
  padding: clamp(72px, 9vw, 132px) clamp(20px, 6vw, 86px);
}

.section > *,
.contact > * {
  position: relative;
  z-index: 1;
}

.section::before,
.contact::before {
  content: "";
  position: absolute;
  top: clamp(22px, 3vw, 40px);
  right: clamp(20px, 4vw, 64px);
  width: clamp(66px, 6.8vw, 96px);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    url("ayda-go-logo-yellow.webp") center / 86% auto no-repeat,
    var(--yellow);
  border: 1px solid rgba(255, 196, 0, 0.5);
  box-shadow:
    0 18px 45px rgba(0, 0, 0, 0.28),
    inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  z-index: 2;
  pointer-events: none;
}

.section-head {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 42px;
  margin-bottom: 46px;
}

.section-head.narrow {
  max-width: 850px;
  display: block;
}

.services-head {
  max-width: 980px;
}

.services-head h2 {
  text-transform: uppercase;
}

.services-head h2 span {
  display: block;
}

.section-head .eyebrow,
.fleet .eyebrow,
.battery .eyebrow,
.app .eyebrow,
.steps .eyebrow {
  font-size: clamp(16px, 1.35vw, 22px);
  margin-bottom: 28px;
}

.fleet .eyebrow,
.battery .eyebrow,
.app .eyebrow {
  max-width: 560px;
}

h2 {
  max-width: 920px;
  margin-bottom: 20px;
  font-size: clamp(38px, 6vw, 86px);
  line-height: 0.96;
  font-weight: 900;
}

.section p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.68;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.service-card {
  min-height: 430px;
  padding: 48px 42px 40px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  background: var(--card);
}

.service-card span,
.steps-row span {
  color: var(--yellow);
  font-weight: 900;
}

.service-card h3,
.steps-row h3 {
  margin: 26px 0 14px;
  font-size: 26px;
  line-height: 1.12;
}

.service-icon {
  position: relative;
  margin-top: 34px;
  width: 82px;
  height: 82px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 196, 0, 0.52);
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(255, 196, 0, 0.2), transparent 42%),
    radial-gradient(circle at 50% 50%, rgba(255, 196, 0, 0.22), transparent 58%),
    linear-gradient(135deg, rgba(255, 196, 0, 0.13), rgba(255, 196, 0, 0.02));
  box-shadow: 0 0 38px rgba(255, 196, 0, 0.18), inset 0 0 20px rgba(255, 196, 0, 0.1);
  color: var(--yellow);
  font-style: normal;
}

.service-icon::after {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(255, 196, 0, 0.2);
  border-radius: 18px;
}

.service-icon::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 2px;
  right: -9px;
  top: 20px;
  background: var(--yellow);
  box-shadow: -54px 39px 0 rgba(255, 196, 0, 0.55);
}

.service-icon svg {
  position: relative;
  z-index: 1;
  width: 48px;
  height: 48px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 10px rgba(255, 196, 0, 0.55));
}

.service-card h3 {
  text-transform: uppercase;
}

.service-card b {
  margin-top: auto;
  width: fit-content;
  padding: 12px 20px;
  border: 1px solid var(--line);
  background: rgba(255, 196, 0, 0.08);
  color: var(--yellow);
  font-size: 18px;
  line-height: 1;
}

.fleet,
.app {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(320px, 1.1fr);
  align-items: center;
  gap: clamp(30px, 5vw, 72px);
  background: var(--card);
}

.fleet::after,
.battery::after {
  content: "";
  position: absolute;
  right: clamp(12px, 4vw, 70px);
  bottom: clamp(18px, 4vw, 58px);
  width: min(42vw, 520px);
  aspect-ratio: 2.65 / 1;
  background: url("ayda-go-logo-yellow.webp") center / contain no-repeat;
  opacity: 0.055;
  filter: grayscale(1);
  z-index: 0;
  pointer-events: none;
}

.fleet-visual {
  position: relative;
  min-height: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  background: linear-gradient(135deg, #0f0f0d, #242018);
  overflow: hidden;
}

.fleet-visual img {
  width: 100%;
  height: 100%;
  min-height: 480px;
  object-fit: cover;
  object-position: center;
}

.spec-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.spec-grid div {
  min-height: 92px;
  padding: 22px;
  background: var(--black);
  border: 1px solid var(--line);
}

.spec-grid span {
  display: block;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.spec-grid strong {
  display: block;
  margin-top: 10px;
  color: var(--yellow);
  font-size: clamp(20px, 2vw, 26px);
  line-height: 1.08;
}

.battery {
  background:
    linear-gradient(135deg, rgba(255, 196, 0, 0.13), transparent 34%),
    var(--black);
}

.battery-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.85fr) minmax(320px, 1.15fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  margin-bottom: 34px;
}

.battery-copy {
  max-width: 760px;
}

.swap-list {
  display: grid;
  gap: 22px;
  margin-top: 34px;
}

.swap-list div {
  position: relative;
  min-height: 54px;
  padding-left: 54px;
}

.swap-list span {
  position: absolute;
  left: 0;
  top: 2px;
  width: 28px;
  color: var(--yellow);
  font-size: 25px;
  line-height: 1;
  font-weight: 900;
}

.swap-list b {
  display: block;
  color: var(--white);
  font-size: 20px;
  line-height: 1.18;
}

.swap-list p {
  max-width: 560px;
  margin: 5px 0 0;
  font-size: 16px;
  line-height: 1.45;
}

.cabinet-photo {
  min-height: 560px;
  border: 1px solid var(--line);
  background: var(--card);
  overflow: hidden;
}

.cabinet-photo img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  object-position: center;
  display: block;
}

.battery-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 16px;
}

.battery-tile {
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px;
  border: 1px solid var(--line);
  background: var(--card);
}

.battery-tile.large {
  background: var(--yellow);
  color: var(--black);
}

.battery-tile strong {
  font-size: clamp(46px, 7vw, 96px);
  line-height: 0.9;
}

.battery-tile span {
  margin-top: 14px;
  color: inherit;
  font-weight: 800;
}

.app-visual {
  position: relative;
  width: min(520px, 100%);
  margin-inline: auto;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border: 1px solid rgba(255, 196, 0, 0.26);
  background:
    radial-gradient(circle at 52% 78%, rgba(255, 196, 0, 0.26), transparent 28%),
    radial-gradient(circle at 28% 20%, rgba(0, 157, 255, 0.2), transparent 22%),
    #11110f;
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.42);
}

.tech-phone {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(1.1) contrast(1.08);
}

.app-logo-badge {
  position: absolute;
  left: 28px;
  top: 28px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px 12px 12px;
  border: 1px solid rgba(0, 162, 255, 0.5);
  background: rgba(5, 10, 14, 0.72);
  color: var(--white);
  backdrop-filter: blur(12px);
  box-shadow: 0 18px 42px rgba(0, 150, 255, 0.22);
}

.app-logo-badge img {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  object-fit: cover;
  box-shadow: 0 10px 28px rgba(0, 162, 255, 0.45);
}

.app-logo-badge span,
.app-signal span {
  font-size: 13px;
  font-weight: 900;
}

.app-signal {
  position: absolute;
  right: 24px;
  bottom: 24px;
  min-width: 138px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 196, 0, 0.42);
  background: rgba(5, 5, 4, 0.78);
  color: var(--yellow);
  backdrop-filter: blur(12px);
}

.app-signal b,
.app-signal span {
  display: block;
}

.app-signal b {
  font-size: 42px;
  line-height: 0.9;
}

.app-signal span {
  margin-top: 8px;
  color: var(--white);
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 28px 0 0;
}

.feature-list li {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 20px;
  padding: 18px 0;
  border-top: 1px solid var(--line);
}

.feature-list b {
  color: var(--yellow);
}

.feature-list span {
  color: var(--muted);
}

.steps-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.steps-row article {
  min-height: 230px;
  padding: 24px;
  border: 1px solid var(--line);
  background: var(--card);
}

.contact {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 42px;
  align-items: center;
  padding: clamp(72px, 9vw, 132px) clamp(20px, 6vw, 86px);
  background: var(--yellow);
  color: var(--black);
}

.contact .eyebrow,
.contact p {
  color: var(--black);
}

.contact .eyebrow {
  font-size: clamp(16px, 1.3vw, 21px);
  margin-bottom: 20px;
}

.contact-lines {
  display: grid;
  gap: 14px;
  margin-top: 30px;
  font-size: clamp(20px, 3vw, 34px);
  font-weight: 900;
}

.contact-lines a,
.contact-lines > span {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  gap: 18px;
}

.contact-lines svg {
  width: 38px;
  height: 38px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
  padding: 11px;
  border: 1px solid rgba(11, 11, 10, 0.2);
  border-radius: 18px;
  background: rgba(11, 11, 10, 0.08);
  box-sizing: content-box;
}

.qr-panel {
  display: grid;
  grid-template-columns: repeat(2, 180px);
  gap: 16px;
}

.qr-panel div {
  padding: 14px;
  background: var(--white);
  border: 2px solid var(--black);
}

.qr-panel img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  display: block;
}

.qr-panel span {
  display: block;
  margin-top: 10px;
  text-align: center;
  font-weight: 900;
}

.footer {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 28px clamp(20px, 6vw, 86px);
  color: var(--muted);
  background: #060605;
  border-top: 1px solid var(--line);
}

.footer img {
  width: 110px;
  height: 42px;
  object-fit: cover;
  background: var(--yellow);
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .nav {
    grid-column: 1 / -1;
    order: 3;
    display: flex;
    justify-content: flex-start;
    gap: 18px;
    width: 100%;
    padding: 10px 0 2px;
    overflow-x: auto;
    scrollbar-width: none;
    white-space: nowrap;
    font-size: 14px;
  }

  .nav::-webkit-scrollbar {
    display: none;
  }

  .metrics,
  .service-grid,
  .steps-row,
  .battery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .section-head,
  .fleet,
  .app,
  .battery-layout,
  .contact {
    grid-template-columns: 1fr;
  }

  .qr-panel {
    grid-template-columns: repeat(2, minmax(130px, 180px));
  }
}

@media (max-width: 620px) {
  .site-header {
    padding: 12px 14px;
    gap: 12px;
  }

  .brand {
    width: 116px;
    height: 48px;
  }

  .header-cta {
    min-height: 48px;
    padding: 0 18px;
    font-size: 16px;
    font-weight: 900;
  }

  .hero {
    padding: 170px 18px 54px;
  }

  h1 {
    font-size: clamp(44px, 13vw, 60px);
    line-height: 0.9;
  }

  .hero p {
    font-size: clamp(20px, 5.5vw, 25px);
    line-height: 1.45;
  }

  .btn {
    min-height: 52px;
    padding: 0 20px;
    font-size: 17px;
  }

  .metrics,
  .service-grid,
  .steps-row,
  .battery-grid,
  .spec-grid,
  .qr-panel {
    grid-template-columns: 1fr;
  }

  .metrics div {
    padding: 24px 20px;
    border-right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.18);
  }

  .fleet-visual {
    min-height: 340px;
  }

  .fleet-visual img,
  .cabinet-photo,
  .cabinet-photo img {
    min-height: 340px;
  }

  .feature-list li {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .footer {
    grid-template-columns: 1fr;
  }
}


.section::before,
.contact::before {
  background:
    url("ayda-go-logo-yellow.webp") center / 86% auto no-repeat,
    var(--yellow);
}

.battery .cabinet-photo {
  margin-top: clamp(74px, 7vw, 118px);
}
