:root {
  --navy: #070b14;
  --court: #0e1628;
  --panel: #162033;
  --line: #2a3a55;
  --gold: #e8b923;
  --gold-soft: #f3d56a;
  --gold-deep: #a87e12;
  --ivory: #f5f1e6;
  --mist: #9aa8c2;
  --present: #3dbe8b;
  --absent: #e05a5a;
  --unpaid: #e8a23a;
  --radius: 18px;
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
  --max: 1160px;
  --header-h: 88px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  background: var(--navy);
  color: var(--ivory);
  line-height: 1.55;
  min-height: 100vh;
}

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

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

button,
input,
textarea,
select {
  font-family: inherit;
}

.skip {
  position: absolute;
  left: -999px;
  top: 8px;
}

.skip:focus {
  left: 12px;
  z-index: 100;
  background: var(--gold);
  color: var(--navy);
  padding: 8px 12px;
  border-radius: 8px;
}

.container {
  width: min(var(--max), calc(100% - 40px));
  margin-inline: auto;
}

.display {
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.06em;
  line-height: 0.95;
  margin: 0;
}

h1.display {
  font-size: clamp(3.2rem, 8vw, 6.4rem);
}

h2.display {
  font-size: clamp(2.2rem, 5vw, 3.6rem);
}

.gold {
  color: var(--gold);
}

.mist {
  color: var(--mist);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.eyebrow::before {
  content: "";
  width: 22px;
  height: 2px;
  background: var(--gold);
}

.lead {
  color: var(--mist);
  font-size: 1.08rem;
  max-width: 58ch;
}

/* Header */
.nav .btn-gold {
  color: var(--navy);
  margin-left: 6px;
}

.nav .btn-gold:hover,
.nav .btn-gold.active {
  color: var(--navy);
  background: var(--gold-soft);
}

.header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: var(--header-h);
  display: flex;
  align-items: center;
  background: rgba(7, 11, 20, 0.72);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s, background 0.2s;
}

.header.scrolled {
  border-bottom-color: var(--line);
  background: rgba(7, 11, 20, 0.92);
}

.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.85rem;
  letter-spacing: 0.08em;
}

.brand img {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  box-shadow: 0 0 18px rgba(232, 185, 35, 0.28);
}

.nav {
  display: flex;
  align-items: center;
  gap: 6px;
}

.nav a {
  color: var(--mist);
  font-size: 0.92rem;
  font-weight: 600;
  padding: 8px 12px;
  border-radius: 10px;
}

.nav a:hover,
.nav a.active {
  color: var(--ivory);
  background: rgba(232, 185, 35, 0.08);
}

.nav a.active {
  color: var(--gold);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  cursor: pointer;
  border-radius: 14px;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 13px 20px;
  transition: transform 0.15s, box-shadow 0.15s, background 0.15s;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-gold {
  background: var(--gold);
  color: var(--navy);
  box-shadow: 0 10px 24px rgba(232, 185, 35, 0.22);
}

.btn-ghost {
  background: transparent;
  color: var(--ivory);
  border: 1px solid var(--line);
}

.btn-ghost:hover {
  border-color: var(--gold);
}

.menu-btn {
  display: none;
  background: transparent;
  border: 1px solid var(--line);
  color: var(--ivory);
  width: 44px;
  height: 44px;
  border-radius: 12px;
  cursor: pointer;
}

.announce {
  background: var(--gold);
  color: var(--navy);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-align: center;
  padding: 10px 16px;
}
.hero {
  position: relative;
  min-height: calc(100vh - var(--header-h));
  display: grid;
  align-items: center;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 11, 20, 0.35) 0%, rgba(7, 11, 20, 0.72) 48%, var(--navy) 92%),
    url("../assets/hero.jpg") center / cover no-repeat;
}

.hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(42, 58, 85, 0.28) 1px, transparent 1px),
    linear-gradient(90deg, rgba(42, 58, 85, 0.28) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(ellipse at center, black 20%, transparent 75%);
  pointer-events: none;
}

.hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 48px;
  align-items: center;
  padding: 48px 0 72px;
}

.hero p {
  color: var(--mist);
  font-size: 1.12rem;
  max-width: 48ch;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.pill {
  border: 1px solid var(--line);
  background: rgba(22, 32, 51, 0.7);
  color: var(--ivory);
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 0.82rem;
  font-weight: 600;
}

/* Phone mock — tilted for a 3D look */
.phone-wrap {
  perspective: 1400px;
  perspective-origin: 30% 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 40px 56px 8px;
  position: relative;
}

.phone-wrap::after {
  content: "";
  position: absolute;
  left: 22%;
  right: 8%;
  bottom: 18px;
  height: 28px;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.55), transparent 70%);
  filter: blur(8px);
  pointer-events: none;
  z-index: 0;
}

.phone {
  width: min(300px, 100%);
  margin-inline: auto;
  aspect-ratio: 9 / 19.4;
  position: relative;
  z-index: 1;
  color: #111827;
  padding: 11px;
  border-radius: 52px;
  background:
    linear-gradient(125deg, rgba(255, 255, 255, 0.72) 0%, transparent 28%),
    linear-gradient(180deg,
      #f7f6f3 0%,
      #c9c6c0 12%,
      #eceae6 26%,
      #8f8c86 44%,
      #d9d6d0 58%,
      #a09d97 74%,
      #f3f1ed 88%,
      #b8b5af 100%);
  box-shadow:
    inset 0 1px 1px rgba(255, 255, 255, 0.95),
    inset 0 -1px 2px rgba(0, 0, 0, 0.28),
    inset 1px 0 1px rgba(255, 255, 255, 0.45),
    inset -1px 0 2px rgba(0, 0, 0, 0.22),
    16px 20px 0 -1px #c5c2bc,
    22px 28px 0 -2px #7d7a74,
    32px 48px 70px rgba(0, 0, 0, 0.5);
  transform: rotateY(-22deg) rotateX(8deg) rotateZ(-6deg);
  transform-style: preserve-3d;
  transition: transform 0.55s ease;
}

.phone-wrap:hover .phone {
  transform: rotateY(-14deg) rotateX(5deg) rotateZ(-3deg) translateY(-8px);
}

.phone-btn {
  position: absolute;
  width: 4px;
  background: linear-gradient(180deg, #f0eeea, #9c9993 38%, #d6d3cd);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.75),
    1px 0 2px rgba(0, 0, 0, 0.28);
  z-index: 3;
}

.btn-silent {
  left: -3px;
  top: 16%;
  width: 3px;
  height: 22px;
  border-radius: 2px 0 0 2px;
}

.btn-vol-up {
  left: -4px;
  top: 24%;
  height: 42px;
  border-radius: 3px 0 0 3px;
}

.btn-vol-down {
  left: -4px;
  top: 35%;
  height: 42px;
  border-radius: 3px 0 0 3px;
}

.btn-power {
  right: -4px;
  top: 28%;
  height: 62px;
  border-radius: 0 3px 3px 0;
}

.phone-screen {
  height: 100%;
  border-radius: 42px;
  overflow: hidden;
  background: #f5f7fa;
  position: relative;
  box-shadow:
    0 0 0 1.5px #1c1c1e,
    inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.phone-screen::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(125deg, rgba(255, 255, 255, 0.2) 0%, transparent 34%, transparent 62%, rgba(255, 255, 255, 0.05) 100%);
  pointer-events: none;
  z-index: 6;
}

.phone-island {
  position: absolute;
  top: 11px;
  left: 50%;
  transform: translateX(-50%);
  width: 98px;
  height: 28px;
  background: #050505;
  border-radius: 20px;
  z-index: 5;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.phone-island span {
  position: absolute;
  right: 9px;
  top: 50%;
  width: 9px;
  height: 9px;
  margin-top: -4.5px;
  border-radius: 50%;
  background: radial-gradient(circle at 32% 32%, #7ea0d8, #24365c 58%, #0b1220);
  box-shadow: 0 0 0 1.5px #111;
}

.phone-home {
  position: absolute;
  left: 50%;
  bottom: 8px;
  width: 108px;
  height: 4px;
  margin-left: -54px;
  border-radius: 999px;
  background: #1a1a1a;
  opacity: 0.28;
  z-index: 5;
}

.phone-body {
  padding: 48px 12px 62px;
}

.phone-logo {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Plus Jakarta Sans", sans-serif;
  letter-spacing: -0.03em;
  font-size: 0.88rem;
  font-weight: 800;
  color: #1a2a4a;
}

.phone-logo img {
  width: 42px;
  height: 42px;
  border-radius: 11px;
}

.phone-hello {
  margin: 12px 0 8px;
  font-size: 0.72rem;
  color: #6b7280;
}

.phone-hello strong {
  display: block;
  color: #1a2a4a;
  font-size: 1.02rem;
  font-weight: 800;
}

.mini-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  margin: 10px 0;
}

.mini {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 8px 6px;
  text-align: center;
}

.mini b {
  display: block;
  color: #ff6b00;
  font-size: 1.05rem;
}

.mini span {
  color: #6b7280;
  font-size: 0.62rem;
}

.quick {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.quick div {
  border: 0;
  border-radius: 14px;
  padding: 12px 10px 10px;
  font-size: 0.72rem;
  font-weight: 800;
  color: #fff;
  min-height: 58px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.quick div::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.22);
  margin-bottom: 8px;
}

.quick .t-yoklama { background: linear-gradient(135deg, #0ea5e9, #0369a1); }
.quick .t-istatistik { background: linear-gradient(135deg, #f97316, #c2410c); }
.quick .t-mac { background: linear-gradient(135deg, #7c3aed, #5b21b6); }
.quick .t-aidat { background: linear-gradient(135deg, #ef4444, #b91c1c); }
.quick .t-mesaj { background: linear-gradient(135deg, #2563eb, #1d4ed8); }
.quick .t-plan { background: linear-gradient(135deg, #0891b2, #0e7490); }

.phone-nav {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 18px;
  display: flex;
  justify-content: space-around;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 8px 4px;
  font-size: 0.62rem;
  color: #9ca3af;
}

.phone-nav b {
  color: #ff6b00;
}

/* Sections */
section {
  padding: 88px 0;
}

.section-head {
  max-width: 640px;
  margin-bottom: 40px;
}

.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: -28px;
  position: relative;
  z-index: 2;
}

.stat {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px;
}

.stat b {
  display: block;
  font-family: "Bebas Neue", sans-serif;
  font-size: 2.4rem;
  color: var(--gold);
  letter-spacing: 0.04em;
}

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

.card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  transition: transform 0.2s, border-color 0.2s;
}

.card:hover {
  transform: translateY(-4px);
  border-color: rgba(232, 185, 35, 0.45);
}

.icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(232, 185, 35, 0.12);
  color: var(--gold);
  font-size: 1.25rem;
  margin-bottom: 14px;
}

.card h3 {
  margin: 0 0 8px;
  font-size: 1.12rem;
}

.card p {
  margin: 0;
  color: var(--mist);
  font-size: 0.95rem;
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.split img {
  border-radius: 24px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  height: 420px;
  width: 100%;
  object-fit: cover;
}

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

.step {
  background: var(--court);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
  position: relative;
}

.step .n {
  font-family: "Bebas Neue", sans-serif;
  color: var(--gold);
  font-size: 2.6rem;
  line-height: 1;
}

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

.role {
  background: linear-gradient(180deg, rgba(232, 185, 35, 0.08), var(--panel));
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  min-height: 360px;
}

.role ul {
  margin: 12px 0 24px;
  padding-left: 18px;
  color: var(--mist);
  flex: 1;
}

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

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

.price {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 28px;
}

.price.featured {
  border-color: var(--gold);
  background: linear-gradient(180deg, rgba(232, 185, 35, 0.14), var(--panel));
  transform: scale(1.03);
}

.price .amount {
  font-family: "Bebas Neue", sans-serif;
  font-size: 3rem;
  margin: 8px 0 4px;
}

.price ul {
  list-style: none;
  padding: 0;
  margin: 18px 0 24px;
  color: var(--mist);
}

.price li {
  padding: 8px 0;
  border-bottom: 1px solid var(--line);
}

.faq details {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 16px 18px;
  margin-bottom: 10px;
}

.faq summary {
  cursor: pointer;
  font-weight: 700;
}

.faq p {
  color: var(--mist);
  margin: 10px 0 0;
}

.cta-band {
  background:
    linear-gradient(180deg, rgba(7, 11, 20, 0.55), rgba(7, 11, 20, 0.88)),
    url("../assets/spike.jpg") center / cover no-repeat;
  border-block: 1px solid var(--line);
}

.cta-band .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.form {
  display: grid;
  gap: 14px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 28px;
}

label {
  display: grid;
  gap: 6px;
  font-size: 0.88rem;
  font-weight: 600;
}

input,
textarea,
select {
  background: var(--court);
  border: 1px solid var(--line);
  color: var(--ivory);
  border-radius: 14px;
  padding: 14px 16px;
  font-size: 1rem;
}

input:focus,
textarea:focus,
select:focus {
  outline: 2px solid var(--gold);
  border-color: var(--gold);
}

.form-note {
  color: var(--mist);
  font-size: 0.88rem;
}

.success {
  display: none;
  background: rgba(61, 190, 139, 0.12);
  border: 1px solid var(--present);
  color: var(--ivory);
  border-radius: 14px;
  padding: 14px;
}

.success.show {
  display: block;
}

.legal {
  color: var(--mist);
  max-width: 72ch;
}

.legal h2 {
  color: var(--ivory);
  margin-top: 32px;
}

.page-hero {
  padding: 64px 0 24px;
}

.page-hero p {
  color: var(--mist);
  max-width: 62ch;
}

.feature-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.feature-row {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 16px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 20px;
}

.feature-story {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 36px;
  align-items: center;
  margin-bottom: 56px;
}

.feature-story.reverse .visual {
  order: 2;
}

.feature-story img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 22px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.feature-story h3 {
  margin: 0 0 10px;
  font-size: 1.45rem;
}

.feature-story p {
  color: var(--mist);
  margin: 0 0 10px;
}

.feature-story ul {
  margin: 0;
  padding-left: 18px;
  color: var(--mist);
}

.feature-story li + li {
  margin-top: 6px;
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px;
}

.info-card {
  background: var(--court);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 20px;
  margin-bottom: 12px;
}

.info-card a {
  color: var(--gold);
  font-weight: 700;
}

.compare {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: 18px;
}

.compare th,
.compare td {
  border: 1px solid var(--line);
  padding: 12px 14px;
  text-align: left;
}

.compare th {
  background: var(--panel);
}

.compare td:not(:first-child),
.compare th:not(:first-child) {
  text-align: center;
}

.yes {
  color: var(--present);
  font-weight: 800;
}

.no {
  color: var(--mist);
}

.case {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 24px;
  align-items: center;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 28px;
}

.case img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
}

.refs-head {
  text-align: center;
  margin-inline: auto;
  margin-bottom: 28px;
}

.refs {
  display: flex;
  justify-content: center;
  align-items: center;
}

.refs img {
  width: 168px;
  height: 168px;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid var(--line);
  box-shadow: 0 0 28px rgba(232, 185, 35, 0.22);
}

.quote {
  margin: 0;
  font-size: 1.35rem;
  line-height: 1.4;
  color: var(--ivory);
}

.quote cite {
  display: block;
  margin-top: 14px;
  color: var(--gold);
  font-style: normal;
  font-size: 0.9rem;
  font-weight: 700;
}

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

.day article {
  background: var(--court);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 20px;
}

.day .when {
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.vs {
  overflow: auto;
}

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

.platforms span {
  border: 1px solid var(--line);
  background: var(--panel);
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 0.88rem;
  font-weight: 700;
}

footer {
  border-top: 1px solid var(--line);
  padding: 48px 0 28px;
  color: var(--mist);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 28px;
  margin-bottom: 32px;
}

footer h4 {
  color: var(--ivory);
  margin: 0 0 12px;
}

footer a {
  display: block;
  padding: 4px 0;
}

footer a:hover {
  color: var(--gold);
}

.copy {
  border-top: 1px solid var(--line);
  padding-top: 18px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  font-size: 0.88rem;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  animation: rise 0.7s ease forwards;
}

@keyframes rise {
  to {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 960px) {
  .hero-inner,
  .split,
  .stats,
  .cards,
  .steps,
  .roles,
  .price-grid,
  .feature-list,
  .contact-grid,
  .footer-grid,
  .cta-band .container,
  .feature-story {
    grid-template-columns: 1fr;
  }

  .feature-story.reverse .visual {
    order: 0;
  }

  .feature-story img {
    height: 220px;
  }

  .price.featured {
    transform: none;
  }

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

  .phone-wrap {
    padding: 8px 28px 40px;
    perspective-origin: 50% 40%;
  }

  .phone {
    transform: rotateY(-12deg) rotateX(5deg) rotateZ(-4deg);
  }

  .phone-wrap:hover .phone {
    transform: rotateY(-8deg) rotateX(4deg) rotateZ(-2deg) translateY(-4px);
  }

  .menu-btn {
    display: grid;
    place-items: center;
  }

  .nav {
    display: none;
    position: absolute;
    top: var(--header-h);
    left: 0;
    right: 0;
    z-index: 60;
    background: rgba(7, 11, 20, 0.97);
    border-bottom: 1px solid var(--line);
    padding: 12px 20px 20px;
    flex-direction: column;
    align-items: stretch;
  }

  .nav .btn-gold {
    margin-left: 0;
    margin-top: 8px;
  }

  .nav.open {
    display: flex;
  }

  .header .container > .btn-gold {
    display: none;
  }

  .case {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .case img {
    margin-inline: auto;
  }

  .split img {
    height: 260px;
  }

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

@media (max-width: 640px) {
  .day {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .phone,
  .phone-wrap:hover .phone {
    transform: rotateY(-16deg) rotateX(6deg) rotateZ(-4deg);
    transition: none;
  }
}
