:root {
  --bg: #06070c;
  --bg-soft: #11131b;
  --panel: rgba(18, 19, 27, 0.82);
  --panel-strong: rgba(16, 17, 24, 0.94);
  --panel-glow: rgba(255, 255, 255, 0.05);
  --line: rgba(255, 255, 255, 0.09);
  --text: #f7f1e8;
  --muted: #b8b0a4;
  --gold: #bf9252;
  --gold-soft: #f1d7ab;
  --ruby: #a91f37;
  --ruby-soft: #de3c59;
  --copper: #e2a65f;
  --shadow: 0 34px 90px rgba(0, 0, 0, 0.48);
  --shadow-soft: 0 22px 50px rgba(0, 0, 0, 0.32);
  --radius-lg: 30px;
  --radius-md: 22px;
  --radius-sm: 16px;
  --container: min(1180px, calc(100% - 40px));
  --transition: 220ms ease;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Albert Sans", sans-serif;
  background:
    radial-gradient(circle at 12% 12%, rgba(169, 31, 55, 0.14), transparent 24%),
    radial-gradient(circle at 85% 18%, rgba(241, 215, 171, 0.12), transparent 24%),
    linear-gradient(180deg, #06070b 0%, #0c0e14 38%, #05060a 100%);
  color: var(--text);
  min-height: 100vh;
  line-height: 1.65;
  letter-spacing: 0.01em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

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

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

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

.skip-link {
  position: absolute;
  left: 16px;
  top: -50px;
  background: var(--gold);
  color: #08111b;
  padding: 10px 16px;
  border-radius: 999px;
  z-index: 50;
}

.skip-link:focus {
  top: 16px;
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(18px);
  background: linear-gradient(180deg, rgba(8, 8, 12, 0.86), rgba(8, 8, 12, 0.5));
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  box-shadow: 0 8px 24px rgba(1, 7, 15, 0.22);
}

.header-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 84px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.brand strong,
.brand-footer strong {
  display: block;
  font-family: "Instrument Serif", serif;
  font-size: 1.78rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.02em;
}

.brand small {
  color: var(--muted);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.68rem;
}

.brand-mark {
  min-width: 58px;
  height: 48px;
  padding: 0 10px;
  display: inline-grid;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(241, 215, 171, 0.96), rgba(191, 146, 82, 0.82));
  color: #120d09;
  font-weight: 800;
  font-size: 1rem;
  letter-spacing: 0.04em;
  box-shadow: 0 12px 36px rgba(191, 146, 82, 0.26);
}

.site-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.site-nav a {
  color: var(--muted);
  font-size: 0.96rem;
  font-weight: 600;
  transition: color var(--transition), transform var(--transition);
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--text);
  transform: translateY(-1px);
}

.nav-cta {
  padding: 12px 20px;
  background: linear-gradient(135deg, rgba(169, 31, 55, 0.32), rgba(222, 60, 89, 0.18));
  border: 1px solid rgba(222, 60, 89, 0.24);
  border-radius: 999px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 12px 24px rgba(169, 31, 55, 0.16);
}

.nav-test {
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid rgba(241, 215, 171, 0.16);
  background: linear-gradient(135deg, rgba(191, 146, 82, 0.16), rgba(255, 255, 255, 0.04));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.menu-toggle {
  display: none;
  background: transparent;
  border: 0;
  padding: 0;
  width: 46px;
  height: 46px;
  border-radius: 12px;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 6px auto;
  background: var(--text);
  transition: transform var(--transition), opacity var(--transition);
}

.hero-section {
  position: relative;
  padding: 88px 0 54px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 42px;
  align-items: center;
}

.hero-copy h1,
.section-heading h2,
.cta-card h2 {
  font-family: "Instrument Serif", serif;
  line-height: 1.02;
  letter-spacing: -0.03em;
  margin: 0;
}

.hero-copy h1 {
  font-size: clamp(3.4rem, 6vw, 6.3rem);
  max-width: 11ch;
  text-wrap: balance;
  font-weight: 400;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  margin: 0 0 24px;
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-soft);
  background: linear-gradient(135deg, rgba(191, 146, 82, 0.12), rgba(169, 31, 55, 0.08));
  border: 1px solid rgba(241, 215, 171, 0.12);
  border-radius: 999px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.hero-text,
.section-heading p,
.plan-copy,
.faq-item p,
.site-footer p {
  color: var(--muted);
}

.hero-text {
  font-size: 1.08rem;
  max-width: 58ch;
  margin: 24px 0 0;
}

.hero-text-secondary {
  max-width: 60ch;
  margin-top: 14px;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.hero-proof span {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
  color: var(--text);
  font-size: 0.84rem;
  font-weight: 600;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 54px;
  padding: 0 26px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  letter-spacing: 0.01em;
  transition:
    transform var(--transition),
    box-shadow var(--transition),
    border-color var(--transition),
    background var(--transition);
}

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

.button-primary {
  color: #fff7f2;
  background: linear-gradient(135deg, var(--ruby-soft), var(--ruby));
  box-shadow:
    0 20px 40px rgba(169, 31, 55, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.button-secondary {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
  border-color: rgba(241, 215, 171, 0.14);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.button-test {
  color: #fff8eb;
  background: linear-gradient(135deg, rgba(191, 146, 82, 0.92), rgba(169, 31, 55, 0.9));
  border-color: rgba(241, 215, 171, 0.18);
  box-shadow:
    0 20px 40px rgba(191, 146, 82, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.hero-stats {
  list-style: none;
  padding: 0;
  margin: 38px 0 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.hero-stats li,
.hero-card,
.info-card,
.plan-card,
.step-item,
.device-card,
.quote-card,
.faq-item,
.cta-card {
  background:
    linear-gradient(180deg, rgba(19, 20, 28, 0.95), rgba(9, 10, 16, 0.94)),
    radial-gradient(circle at top, var(--panel-glow), transparent 48%);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.hero-stats li {
  padding: 18px;
  border-radius: var(--radius-sm);
  backdrop-filter: blur(14px);
}

.hero-stats strong {
  display: block;
  font-size: 1.9rem;
  font-family: "Instrument Serif", serif;
  color: var(--gold-soft);
}

.hero-stats span {
  color: var(--muted);
  font-size: 0.92rem;
}

.hero-panel {
  position: relative;
  min-height: 560px;
}

.hero-card {
  position: absolute;
  border-radius: var(--radius-lg);
  padding: 28px;
  overflow: hidden;
}

.hero-card-main {
  inset: 20px 110px 190px 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background:
    linear-gradient(135deg, rgba(19, 20, 30, 0.98), rgba(15, 17, 24, 0.92)),
    radial-gradient(circle at top right, rgba(191, 146, 82, 0.24), transparent 40%);
}

.hero-card::before,
.info-card::before,
.plan-card::before,
.device-card::before,
.quote-card::before,
.cta-card::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 18%);
  pointer-events: none;
}

.hero-card-main p,
.hero-card-price small,
.hero-card-badge small {
  margin: 0 0 12px;
  color: var(--copper);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.7rem;
}

.hero-card-main strong,
.hero-card-price strong,
.hero-card-badge strong {
  display: block;
  font-family: "Instrument Serif", serif;
  font-size: 2.28rem;
  line-height: 1;
  margin-bottom: 14px;
}

.hero-card-main span,
.hero-card-price span,
.hero-card-badge span {
  color: var(--muted);
}

.hero-visual {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  object-position: center;
  margin-top: auto;
  padding: 10px;
  border-radius: 22px;
  border: 1px solid rgba(241, 215, 171, 0.16);
  background: linear-gradient(180deg, rgba(7, 8, 12, 0.98), rgba(13, 14, 20, 0.94));
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.3);
}

.hero-card-price {
  right: 0;
  top: 124px;
  width: 250px;
}

.hero-card-badge {
  right: 40px;
  bottom: 40px;
  width: 280px;
}

.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.5;
  pointer-events: none;
}

.hero-orb-left {
  width: 240px;
  height: 240px;
  background: rgba(169, 31, 55, 0.18);
  left: -80px;
  top: 40px;
}

.hero-orb-right {
  width: 320px;
  height: 320px;
  background: rgba(191, 146, 82, 0.16);
  right: -100px;
  top: 90px;
}

.trust-bar {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.018), rgba(255, 255, 255, 0.008));
}

.trust-items {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  padding: 20px 0;
  text-align: center;
  color: var(--muted);
  font-size: 0.88rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.content-section {
  padding: 110px 0 0;
  position: relative;
}

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

.section-heading h2,
.cta-card h2 {
  font-size: clamp(2.6rem, 5vw, 4.4rem);
  margin-bottom: 20px;
  text-wrap: balance;
}

.section-heading p {
  max-width: 62ch;
}

.benefits-grid,
.plans-grid,
.devices-grid,
.testimonials-grid,
.editorial-grid {
  display: grid;
  gap: 22px;
  margin-top: 36px;
}

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

.info-card,
.device-card {
  padding: 26px;
  border-radius: var(--radius-md);
  position: relative;
  box-shadow: var(--shadow-soft);
}

.card-index {
  display: inline-block;
  margin-bottom: 28px;
  color: var(--gold-soft);
  font-size: 0.86rem;
  letter-spacing: 0.18em;
}

.info-card h3,
.plan-card h3,
.step-item h3,
.device-card strong,
.devices-copy h3,
.editorial-card h3,
.site-footer h3 {
  margin: 0 0 10px;
  font-size: 1.18rem;
  letter-spacing: -0.01em;
}

.plans-section {
  position: relative;
}

.plans-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
}

.plan-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 28px;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
}

.plan-label {
  margin: 0;
  color: var(--copper);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.72rem;
}

.plan-price strong {
  display: block;
  font-family: "Instrument Serif", serif;
  font-size: 3.1rem;
  line-height: 0.9;
  margin-bottom: 6px;
}

.plan-price span {
  color: var(--muted);
}

.plan-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
  color: var(--muted);
}

.plan-card li {
  position: relative;
  padding-left: 18px;
}

.plan-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold-soft), var(--gold));
}

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

.featured {
  transform: translateY(-14px);
  border-color: rgba(191, 146, 82, 0.34);
  background:
    linear-gradient(180deg, rgba(28, 16, 22, 0.98), rgba(19, 13, 18, 0.98)),
    radial-gradient(circle at top right, rgba(169, 31, 55, 0.2), transparent 36%);
  box-shadow:
    0 34px 80px rgba(0, 0, 0, 0.48),
    0 0 0 1px rgba(191, 146, 82, 0.08);
}

.featured-seal {
  position: absolute;
  top: 18px;
  right: 18px;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  background: rgba(169, 31, 55, 0.22);
  color: #ffd7df;
}

.split-layout,
.faq-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 32px;
  align-items: start;
}

.steps-list,
.faq-list {
  display: grid;
  gap: 18px;
}

.step-item {
  display: grid;
  grid-template-columns: 68px 1fr;
  gap: 18px;
  padding: 24px;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
}

.step-item span {
  width: 52px;
  height: 52px;
  display: inline-grid;
  place-items: center;
  border-radius: 16px;
  color: #190e10;
  font-weight: 800;
  background: linear-gradient(135deg, var(--gold-soft), var(--gold));
}

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

.showcase-banner,
.devices-showcase {
  position: relative;
  overflow: hidden;
  margin-top: 34px;
  border-radius: 32px;
  border: 1px solid rgba(241, 215, 171, 0.12);
  background:
    linear-gradient(180deg, rgba(17, 18, 26, 0.96), rgba(9, 10, 14, 0.96)),
    radial-gradient(circle at top, rgba(255, 255, 255, 0.03), transparent 50%);
  box-shadow: var(--shadow);
}

.showcase-banner img,
.devices-visual img,
.cta-visual {
  width: 100%;
  display: block;
}

.showcase-banner img {
  height: clamp(320px, 40vw, 520px);
  object-fit: contain;
  object-position: center;
  padding: 16px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(7, 8, 12, 0.98), rgba(13, 14, 20, 0.94));
}

.showcase-copy {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  padding: 24px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(11, 12, 18, 0.76), rgba(11, 12, 18, 0.88));
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
}

.showcase-copy p {
  margin: 0 0 8px;
  color: var(--gold-soft);
  font-size: 0.76rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.showcase-copy strong {
  display: block;
  max-width: 26ch;
  font-family: "Instrument Serif", serif;
  font-size: clamp(1.6rem, 2.6vw, 2.4rem);
  line-height: 1.08;
  font-weight: 400;
}

.devices-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.92fr);
  align-items: stretch;
}

.devices-visual {
  padding: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.devices-visual img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  object-position: center;
  padding: 14px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(11, 12, 18, 0.92), rgba(9, 10, 16, 0.98));
}

.devices-copy {
  padding: 38px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.devices-copy .eyebrow {
  margin-bottom: 18px;
}

.devices-copy h3 {
  font-family: "Instrument Serif", serif;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.08;
  margin-bottom: 16px;
  font-weight: 400;
}

.devices-copy p:last-child {
  color: var(--muted);
  max-width: 48ch;
}

.editorial-section {
  padding-top: 110px;
}

.editorial-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.editorial-card {
  position: relative;
  padding: 28px;
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, rgba(19, 20, 28, 0.95), rgba(9, 10, 16, 0.94)),
    radial-gradient(circle at top, rgba(255, 255, 255, 0.03), transparent 50%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow-soft);
}

.editorial-card span {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--gold-soft);
  font-size: 0.78rem;
  letter-spacing: 0.18em;
}

.editorial-card h3 {
  font-family: "Instrument Serif", serif;
  font-size: 1.55rem;
  line-height: 1.12;
  margin-bottom: 12px;
  font-weight: 400;
}

.editorial-card p {
  margin: 0;
  color: var(--muted);
}

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

.quote-card {
  position: relative;
  margin: 0;
  padding: 28px;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
}

.quote-card p {
  margin: 0 0 18px;
  font-size: 1rem;
  color: var(--text);
}

.quote-card p::before {
  content: "“";
  display: block;
  margin-bottom: 8px;
  font-family: "Instrument Serif", serif;
  font-size: 2.6rem;
  line-height: 0.8;
  color: var(--gold-soft);
}

.quote-card footer {
  color: var(--muted);
}

.quote-card span {
  display: block;
  margin-top: 4px;
  color: var(--gold-soft);
}

.faq-item {
  border-radius: var(--radius-md);
  padding: 0 24px;
  box-shadow: var(--shadow-soft);
}

.faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 22px 28px 22px 0;
  font-weight: 700;
  position: relative;
}

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

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 18px;
  font-size: 1.4rem;
  color: var(--copper);
}

.faq-item[open] summary::after {
  content: "-";
}

.faq-item p {
  margin: 0 0 22px;
  padding-right: 22px;
}

.cta-section {
  padding: 110px 0;
}

.cta-card {
  border-radius: 36px;
  padding: 48px;
  text-align: center;
  background:
    radial-gradient(circle at top, rgba(191, 146, 82, 0.12), transparent 36%),
    linear-gradient(180deg, rgba(18, 13, 19, 0.97), rgba(11, 11, 16, 0.98));
  position: relative;
  overflow: hidden;
}

.cta-card p {
  max-width: 720px;
  margin: 0 auto;
}

.cta-visual {
  margin: 28px auto 0;
  max-width: 1080px;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  object-position: center;
  padding: 14px;
  border-radius: 24px;
  border: 1px solid rgba(241, 215, 171, 0.12);
  background: linear-gradient(180deg, rgba(7, 8, 12, 0.98), rgba(13, 14, 20, 0.94));
  box-shadow: 0 24px 44px rgba(0, 0, 0, 0.34);
}

.cta-card .hero-actions {
  justify-content: center;
}

.site-footer {
  padding: 0 0 48px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.7fr 0.7fr;
  gap: 24px;
  padding: 36px;
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.015));
  border: 1px solid rgba(255, 255, 255, 0.07);
  box-shadow: var(--shadow-soft);
}

.site-footer a,
.site-footer span {
  display: block;
  color: var(--muted);
  margin-bottom: 8px;
}

.brand-footer {
  margin-bottom: 16px;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 700ms ease,
    transform 700ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1100px) {
  .hero-grid,
  .split-layout,
  .faq-layout,
  .footer-grid,
  .plans-grid,
  .benefits-grid,
  .devices-showcase,
  .editorial-grid,
  .devices-grid,
  .testimonials-grid,
  .trust-items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-panel {
    min-height: 520px;
  }

  .hero-card-main {
    inset: 18px 80px 176px 0;
  }

  .featured {
    transform: none;
  }
}

@media (max-width: 820px) {
  .site-nav {
    position: absolute;
    top: 84px;
    left: 20px;
    right: 20px;
    display: grid;
    gap: 10px;
    padding: 20px;
    background: rgba(6, 17, 31, 0.98);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-8px);
    transition:
      opacity var(--transition),
      visibility var(--transition),
      transform var(--transition);
  }

  .site-nav.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-nav a {
    padding: 10px 0;
  }

  .menu-toggle {
    display: block;
  }

  .menu-toggle[aria-expanded="true"] span:first-child {
    transform: translateY(8px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:last-child {
    transform: translateY(-8px) rotate(-45deg);
  }

  .hero-grid,
  .split-layout,
  .faq-layout,
  .footer-grid,
  .plans-grid,
  .benefits-grid,
  .devices-showcase,
  .editorial-grid,
  .devices-grid,
  .testimonials-grid,
  .hero-stats,
  .trust-items {
    grid-template-columns: 1fr;
  }

  .hero-section,
  .content-section,
  .cta-section {
    padding-top: 84px;
  }

  .hero-panel {
    min-height: auto;
    display: grid;
    gap: 18px;
  }

  .hero-card {
    position: static;
    width: auto;
  }

  .cta-card,
  .footer-grid {
    padding: 28px;
  }

  .devices-copy {
    padding: 28px;
  }

  .showcase-banner img {
    height: 280px;
  }

  .devices-visual {
    padding: 16px;
  }
}

@media (max-width: 560px) {
  :root {
    --container: min(100% - 24px, 100%);
  }

  .header-wrap {
    min-height: 74px;
  }

  .brand strong,
  .brand-footer strong {
    font-size: 1.55rem;
  }

  .hero-copy h1 {
    font-size: clamp(2.7rem, 12vw, 4.5rem);
  }

  .section-heading h2,
  .cta-card h2 {
    font-size: clamp(2.1rem, 12vw, 3rem);
  }

  .button {
    width: 100%;
  }

  .hero-actions {
    flex-direction: column;
  }
}


.legal-section {
  padding-top: 80px;
}

.legal-note {
  padding: 28px 32px;
  border-radius: var(--radius-md);
  background: linear-gradient(180deg, rgba(19, 20, 28, 0.95), rgba(9, 10, 16, 0.94));
  border: 1px solid rgba(241, 215, 171, 0.12);
  box-shadow: var(--shadow-soft);
}

.legal-note h2 {
  margin: 0 0 10px;
  font-size: 1.35rem;
}

.legal-note p {
  margin: 0;
  color: var(--muted);
}


@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

.longform-section,
.comparison-section,
.checklist-section {
  padding-top: 110px;
}

.guide-layout {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 32px;
  align-items: start;
}

.guide-aside {
  position: sticky;
  top: 118px;
  padding: 34px;
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at top right, rgba(191, 146, 82, 0.14), transparent 42%),
    linear-gradient(180deg, rgba(18, 19, 27, 0.96), rgba(9, 10, 16, 0.96));
  border: 1px solid rgba(241, 215, 171, 0.12);
  box-shadow: var(--shadow-soft);
}

.guide-aside h2 {
  margin: 0 0 16px;
  font-family: "Instrument Serif", serif;
  font-size: clamp(2.4rem, 4vw, 3.8rem);
  line-height: 1.02;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.guide-aside p {
  margin: 0 0 24px;
  color: var(--muted);
}

.guide-main {
  display: grid;
  gap: 20px;
}

.guide-block,
.check-card {
  position: relative;
  padding: 30px;
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, rgba(19, 20, 28, 0.95), rgba(9, 10, 16, 0.94)),
    radial-gradient(circle at top, rgba(255, 255, 255, 0.035), transparent 52%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow-soft);
}

.guide-block h3 {
  margin: 0 0 14px;
  font-family: "Instrument Serif", serif;
  font-size: clamp(1.8rem, 2.8vw, 2.55rem);
  line-height: 1.06;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.guide-block p,
.check-card p {
  color: var(--muted);
  margin: 0;
}

.guide-block p + p {
  margin-top: 14px;
}

.comparison-table {
  margin-top: 36px;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, rgba(18, 19, 27, 0.96), rgba(9, 10, 16, 0.96));
  border: 1px solid rgba(241, 215, 171, 0.12);
  box-shadow: var(--shadow-soft);
}

.comparison-table > div {
  display: grid;
  grid-template-columns: 0.8fr 1fr 1fr;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.comparison-table > div:last-child {
  border-bottom: 0;
}

.comparison-table span {
  padding: 18px 20px;
  color: var(--muted);
}

.comparison-table span:first-child {
  color: var(--text);
  font-weight: 700;
}

.comparison-head {
  background: linear-gradient(135deg, rgba(191, 146, 82, 0.13), rgba(169, 31, 55, 0.08));
}

.comparison-head span {
  color: var(--gold-soft);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
}

.checklist-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 36px;
}

.check-card strong {
  display: block;
  margin-bottom: 10px;
  font-size: 1.08rem;
  color: var(--gold-soft);
}

@media (max-width: 1100px) {
  .guide-layout,
  .checklist-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .guide-aside {
    position: static;
  }
}

@media (max-width: 820px) {
  .guide-layout,
  .checklist-grid {
    grid-template-columns: 1fr;
  }

  .comparison-table > div {
    grid-template-columns: 1fr;
  }

  .comparison-table span {
    padding: 14px 18px;
  }

  .comparison-table span:not(:first-child) {
    padding-top: 0;
  }
}

.copy-protected body,
.copy-protected body * {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}

.copy-protected input,
.copy-protected textarea,
.copy-protected select,
.copy-protected [contenteditable="true"],
.copy-protected [data-allow-copy] {
  -webkit-user-select: text;
  -ms-user-select: text;
  user-select: text;
  -webkit-touch-callout: default;
}

.copy-protected img,
.copy-protected a,
.copy-protected svg {
  -webkit-user-drag: none;
  user-drag: none;
}

#copy-protection-toast {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
  max-width: min(360px, calc(100vw - 40px));
  padding: 14px 18px;
  border: 1px solid rgba(241, 215, 171, 0.18);
  border-radius: 16px;
  background: rgba(8, 8, 12, 0.94);
  color: var(--gold-soft);
  box-shadow: var(--shadow-soft);
  font-size: 0.92rem;
  font-weight: 700;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity var(--transition), transform var(--transition);
}

#copy-protection-toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}
