:root {
  --ink: #07111c;
  --ink-2: #0d1b28;
  --text: #111827;
  --muted: #5d6573;
  --line: #e7ebf0;
  --paper: #f7f9fc;
  --card: #ffffff;
  --yellow: #ffc400;
  --yellow-2: #ffb000;
  --green: #17bf63;
  --cyan: #39dbe8;
  --shadow: 0 18px 45px rgba(12, 24, 40, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  margin: 0;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  color: var(--text);
  background:
    linear-gradient(135deg, rgba(255, 196, 0, 0.14), transparent 28%),
    linear-gradient(225deg, rgba(57, 219, 232, 0.12), transparent 31%),
    #111418;
  display: grid;
  place-items: start center;
  padding: 0;
}

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

svg {
  display: block;
  width: 1em;
  height: 1em;
}

.phone-shell {
  width: min(100%, 480px);
  min-height: 100vh;
  overflow: hidden;
  background: var(--paper);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1), 0 28px 70px rgba(0, 0, 0, 0.35);
}

.hero {
  position: relative;
  isolation: isolate;
  min-height: 455px;
  padding: 38px 24px 30px;
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(7, 17, 28, 0.92), rgba(7, 17, 28, 0.84)),
    linear-gradient(120deg, #07111c, #10202d 55%, #050a10);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto -70px -72px 48%;
  height: 190px;
  z-index: -1;
  background:
    linear-gradient(115deg, transparent 12%, rgba(255, 196, 0, 0.12) 13%, transparent 15%),
    linear-gradient(145deg, transparent 30%, rgba(57, 219, 232, 0.12) 31%, transparent 33%);
  opacity: 0.7;
  transform: rotate(-8deg);
}

.circuit {
  position: absolute;
  inset: 24px auto auto 0;
  width: 142px;
  height: 220px;
  z-index: -1;
  opacity: 0.18;
  background:
    linear-gradient(90deg, transparent 0 18px, var(--yellow) 18px 20px, transparent 20px),
    linear-gradient(90deg, transparent 0 46px, var(--yellow) 46px 48px, transparent 48px),
    linear-gradient(90deg, transparent 0 74px, var(--yellow) 74px 76px, transparent 76px),
    linear-gradient(90deg, transparent 0 30px, var(--yellow) 30px 32px, transparent 32px);
  background-size: 100% 38px;
}

.circuit::before,
.circuit::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, var(--yellow) 0 6px, transparent 7px);
  background-size: 54px 38px;
}

.circuit::after {
  transform: translateX(28px);
  opacity: 0.6;
}

.brand {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 14px;
  align-items: center;
  margin-bottom: 34px;
}

.robot-badge {
  width: 82px;
  height: 82px;
  overflow: hidden;
  border: 2px solid rgba(255, 196, 0, 0.38);
  border-radius: 24px;
  background: #dfe3e7;
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.24);
}

.robot-badge img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.02);
}

.brand-name {
  margin: 0;
  font-size: 34px;
  line-height: 0.95;
  font-weight: 900;
  text-transform: uppercase;
}

.brand-name strong {
  color: var(--yellow);
}

.brand-subtitle {
  margin: 7px 0 0;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.86);
  text-transform: uppercase;
}

.welcome {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  font-size: 15px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.92);
}

.status-dot {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: var(--green);
  box-shadow: 0 0 0 5px rgba(23, 191, 99, 0.14);
}

h1 {
  max-width: 410px;
  margin: 0 0 24px;
  font-size: 39px;
  line-height: 1.1;
  font-weight: 900;
}

h1 span {
  color: var(--yellow);
}

.primary-cta {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 28px;
  align-items: center;
  gap: 16px;
  width: 100%;
  min-height: 78px;
  padding: 16px 18px;
  border-radius: 20px;
  color: #07111c;
  background: linear-gradient(135deg, #ffe34d, var(--yellow), var(--yellow-2));
  box-shadow: 0 18px 30px rgba(255, 176, 0, 0.28);
  font-size: 19px;
  font-weight: 900;
}

.primary-cta svg {
  width: 44px;
  height: 44px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.primary-cta .arrow {
  width: 28px;
  height: 28px;
  stroke-width: 2.8;
}

.trustline {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 18px 0 0;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.84);
  text-align: center;
}

.trustline svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  fill: var(--green);
  stroke: #07111c;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.content {
  padding: 28px 24px 34px;
}

.location-card:focus-visible,
.quick-actions a:focus-visible,
.primary-cta:focus-visible {
  outline: 3px solid rgba(255, 196, 0, 0.62);
  outline-offset: 4px;
}

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

.locations h2 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 900;
}

.locations h2 svg {
  width: 29px;
  height: 29px;
  fill: var(--yellow-2);
  stroke: var(--yellow-2);
}

.location-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.location-card {
  position: relative;
  min-height: 128px;
  padding: 18px;
  overflow: hidden;
  border: 1px solid rgba(13, 27, 40, 0.06);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(246, 248, 251, 0.86)),
    repeating-linear-gradient(135deg, transparent 0 15px, rgba(13, 27, 40, 0.08) 16px 18px);
  box-shadow: var(--shadow);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.location-card strong,
.location-card small,
.location-card em {
  position: relative;
  z-index: 1;
  display: block;
}

.location-card strong {
  margin-bottom: 9px;
  font-size: 20px;
  font-weight: 900;
  color: #0b1424;
}

.location-card small {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 1.25;
  font-style: normal;
  font-weight: 700;
  color: #067a3d;
}

.location-card small i {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 6px;
  border-radius: 999px;
  background: var(--green);
}

.location-card em {
  font-size: 13px;
  line-height: 1.25;
  color: #4b5563;
  font-style: normal;
}

.map-pin {
  flex: 0 0 auto;
  width: 56px;
  height: 56px;
  border-radius: 18px;
  background: linear-gradient(145deg, #fff5c2, #ffffff);
  display: grid;
  place-items: center;
}

.map-pin svg {
  width: 34px;
  height: 34px;
  fill: var(--yellow-2);
  stroke: var(--yellow-2);
}

.assurance {
  display: grid;
  grid-template-columns: 54px 1fr 48px;
  align-items: center;
  gap: 13px;
  min-height: 88px;
  margin: 24px 0 14px;
  padding: 16px;
  border: 1px solid rgba(13, 27, 40, 0.06);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: var(--shadow);
}

.assurance > div:first-child {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(145deg, #ffc400, #ffb000);
}

.assurance svg {
  width: 32px;
  height: 32px;
  fill: #ffffff;
  stroke: #ffffff;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.assurance strong {
  display: block;
  margin-bottom: 4px;
  font-size: 17px;
  line-height: 1.15;
  font-weight: 900;
}

.assurance small {
  display: block;
  font-size: 13px;
  line-height: 1.25;
  color: #586273;
}

.seal {
  display: grid;
  place-items: center;
  color: var(--green);
}

.seal svg {
  width: 46px;
  height: 46px;
  fill: var(--green);
  stroke: #ffffff;
}

.rating {
  display: grid;
  grid-template-columns: 46px auto 1fr;
  align-items: center;
  gap: 12px;
  min-height: 84px;
  padding: 15px;
  border-radius: 18px;
  color: #ffffff;
  background: linear-gradient(135deg, #07111c, #102638);
  box-shadow: 0 18px 32px rgba(7, 17, 28, 0.24);
}

.rating .star {
  width: 46px;
  height: 46px;
  grid-row: 1 / span 2;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: var(--yellow);
  background: rgba(255, 196, 0, 0.12);
}

.rating .star svg {
  width: 34px;
  height: 34px;
  fill: currentColor;
}

.rating strong {
  grid-column: 2;
  font-size: 28px;
  font-weight: 900;
}

.stars {
  grid-column: 3;
  min-width: 0;
  color: var(--yellow);
  font-size: 19px;
  line-height: 1;
}

.rating > span:last-child {
  grid-column: 2 / 4;
}

.rating b,
.rating small {
  display: block;
}

.rating b {
  font-size: 13px;
  line-height: 1.25;
}

.rating small {
  margin-top: 2px;
  font-size: 12px;
  line-height: 1.25;
  color: rgba(255, 255, 255, 0.75);
}

.quick-actions {
  width: 100%;
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  background: rgba(7, 17, 28, 0.88);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.32);
}

.quick-actions a {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 14px;
  color: #07111c;
  background: #ffffff;
  font-size: 14px;
  font-weight: 900;
}

.quick-actions a:last-child {
  color: #07111c;
  background: var(--yellow);
}

.quick-actions svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.credit {
  margin: 14px 0 0;
  color: #6b7280;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

@media (min-width: 720px) {
  body {
    padding: 28px 0;
  }

  .phone-shell {
    min-height: auto;
    border: 10px solid #0a0d12;
    border-radius: 42px;
  }
}

@media (max-width: 390px) {
  .hero {
    padding-inline: 18px;
  }

  .content {
    padding-inline: 18px;
  }

  .brand {
    grid-template-columns: 72px 1fr;
    gap: 12px;
  }

  .robot-badge {
    width: 72px;
    height: 72px;
  }

  .brand-name {
    font-size: 29px;
  }

  .brand-subtitle {
    font-size: 11px;
  }

  h1 {
    font-size: 34px;
  }

  .primary-cta {
    grid-template-columns: 38px minmax(0, 1fr) 24px;
    gap: 12px;
    font-size: 16px;
  }

  .primary-cta svg {
    width: 38px;
    height: 38px;
  }
}
