:root {
  --ink: #0b1425;
  --muted: #5d687a;
  --soft: #f4f7fb;
  --line: #dfe6ef;
  --navy: #07111f;
  --navy-2: #0b1930;
  --primary: #6d5dfc;
  --primary-2: #8e7cff;
  --cyan: #2dd4bf;
  --white: #fff;
  --shadow: 0 22px 60px rgba(20, 32, 58, .12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.65; }
a { color: inherit; text-decoration: none; }
.page-shell { min-height: 100vh; display: flex; flex-direction: column; }
.page-container { width: min(calc(100% - 40px), 1120px); margin: 0 auto; }
.page-header { position: relative; z-index: 20; color: #fff; background: linear-gradient(180deg, rgba(4,10,20,.98), rgba(7,17,31,.94)); border-bottom: 1px solid rgba(255,255,255,.1); box-shadow: 0 12px 35px rgba(0,0,0,.12); }
.page-header .page-container { min-height: 90px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.page-brand { position: relative; display: inline-flex; align-items: center; gap: 11px; color: #fff; font-weight: 800; font-size: 21px; letter-spacing: -.5px; }
.page-brand > span:last-child > span { color: var(--primary-2); }
.brand-mark { position: relative; display: grid; place-items: center; width: 38px; height: 38px; overflow: hidden; border: 1px solid rgba(255,255,255,.28); border-radius: 12px; color: #fff; background: linear-gradient(135deg, #7d6cff 0%, #604ee8 48%, #23bea9 100%); box-shadow: 0 0 0 5px rgba(109,93,252,.09), 0 14px 34px rgba(72,58,210,.35); }
.brand-mark::after { content: ""; position: absolute; inset: 1px; border: 1px solid rgba(255,255,255,.22); border-radius: 11px; pointer-events: none; }
.page-nav { display: flex; align-items: center; gap: 4px; padding: 6px 7px 6px 9px; border: 1px solid rgba(255,255,255,.13); border-radius: 17px; color: rgba(255,255,255,.72); background: rgba(5,12,25,.34); box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 12px 35px rgba(0,0,0,.12); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); font-size: 14px; font-weight: 650; }
.page-nav > a:not(.page-button) { position: relative; padding: 9px 12px; border-radius: 10px; transition: color .2s ease, background .2s ease; }
.page-nav > a:not(.page-button)::after { content: ""; position: absolute; right: 12px; bottom: 5px; left: 12px; height: 2px; border-radius: 99px; background: linear-gradient(90deg,var(--primary-2),var(--cyan)); opacity: 0; transform: scaleX(.35); transition: opacity .2s ease, transform .2s ease; }
.page-nav > a:not(.page-button):hover, .page-nav > a:not(.page-button):focus-visible { color: #fff; background: rgba(255,255,255,.07); }
.page-nav > a:not(.page-button):hover::after, .page-nav > a:not(.page-button):focus-visible::after { opacity: 1; transform: scaleX(1); }
.page-button { display: inline-flex; align-items: center; justify-content: center; min-height: 43px; margin-left: 5px; padding: 0 18px; border: 1px solid rgba(255,255,255,.22); border-radius: 13px; color: #fff; background: linear-gradient(135deg, rgba(142,124,255,.96), rgba(45,212,191,.82)); font-weight: 750; box-shadow: 0 10px 24px rgba(109,93,252,.25), inset 0 1px 0 rgba(255,255,255,.28); transition: transform .2s ease, box-shadow .2s ease; }
.page-button:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 14px 30px rgba(109,93,252,.36), inset 0 1px 0 rgba(255,255,255,.32); }
.menu-button { display: none; width: 46px; height: 46px; padding: 9px; border: 1px solid rgba(255,255,255,.18); border-radius: 14px; background: rgba(5,12,25,.5); box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 10px 26px rgba(0,0,0,.16); cursor: pointer; transition: background .2s ease, border-color .2s ease; }
.menu-button span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px auto; background: #fff; transition: transform .2s ease, opacity .2s ease; }
.menu-button:hover, .menu-button:focus-visible, .menu-button[aria-expanded="true"] { border-color: rgba(142,124,255,.65); background: rgba(109,93,252,.2); }
.menu-button[aria-expanded="true"] span:not(.sr-only):nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-button[aria-expanded="true"] span:not(.sr-only):nth-child(2) { opacity: 0; }
.menu-button[aria-expanded="true"] span:not(.sr-only):nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.page-header a:focus-visible, .menu-button:focus-visible { outline: 2px solid var(--cyan); outline-offset: 4px; }
.page-main { flex: 1; }
.page-hero { padding: 88px 0 78px; color: #fff; background: radial-gradient(circle at 82% 20%, rgba(109,93,252,.27), transparent 30%), linear-gradient(135deg, var(--navy), var(--navy-2)); }
.page-kicker { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 18px; color: var(--cyan); text-transform: uppercase; letter-spacing: 1.6px; font-size: 12px; font-weight: 850; }
.page-kicker::before { content: ""; width: 24px; height: 2px; border-radius: 99px; background: var(--cyan); }
.page-hero h1 { max-width: 760px; margin: 0 0 18px; color: #fff; font-size: clamp(42px, 6vw, 68px); line-height: 1.06; letter-spacing: -3px; }
.page-hero p { max-width: 720px; margin: 0; color: rgba(255,255,255,.7); font-size: 18px; }
.pricing-hero { position: relative; overflow: hidden; padding: 78px 0 86px; background: radial-gradient(circle at 76% 22%, rgba(109,93,252,.35), transparent 29%), radial-gradient(circle at 92% 86%, rgba(45,212,191,.13), transparent 25%), linear-gradient(132deg, #030813, #0b1830 58%, #07111f); }
.pricing-hero::after { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .4; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to bottom, black, transparent 85%); }
.pricing-hero .page-container { position: relative; z-index: 1; }
.pricing-hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr); align-items: center; gap: 64px; }
.pricing-hero-copy h1 { max-width: 720px; margin: 0 0 20px; color: #fff; font-size: clamp(42px, 5.4vw, 70px); line-height: 1.04; letter-spacing: -3.5px; }
.pricing-hero-copy p { max-width: 650px; color: rgba(255,255,255,.7); }
.pricing-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.pricing-hero-actions .page-button { margin: 0; min-height: 50px; padding-inline: 22px; }
.pricing-hero-actions .page-button.secondary { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.18); box-shadow: none; }
.pricing-proof-row { display: flex; flex-wrap: wrap; gap: 18px 28px; margin-top: 27px; color: rgba(255,255,255,.65); font-size: 13px; font-weight: 650; }
.pricing-proof-row span { display: inline-flex; align-items: center; gap: 8px; }
.pricing-proof-row span::before { content: "✓"; color: var(--cyan); font-size: 16px; font-weight: 900; }
.pricing-hero-art { position: relative; min-height: 340px; padding: 12px; border: 1px solid rgba(255,255,255,.2); border-radius: 28px; background: linear-gradient(145deg, rgba(255,255,255,.16), rgba(255,255,255,.04)); box-shadow: 0 30px 80px rgba(0,0,0,.38), inset 0 1px 0 rgba(255,255,255,.2); transform: rotate(1.5deg); }
.pricing-hero-art::before { content: ""; position: absolute; inset: -20px; z-index: -1; border-radius: 50%; background: radial-gradient(circle, rgba(109,93,252,.28), transparent 65%); filter: blur(10px); }
.pricing-hero-art img { width: 100%; height: 100%; min-height: 316px; object-fit: cover; border-radius: 20px; opacity: .88; }
.pricing-hero-badge { position: absolute; right: 28px; bottom: 28px; max-width: 210px; padding: 14px 16px; border: 1px solid rgba(255,255,255,.2); border-radius: 15px; color: #fff; background: rgba(5,12,25,.76); box-shadow: 0 16px 35px rgba(0,0,0,.3); backdrop-filter: blur(14px); }
.pricing-hero-badge strong, .pricing-hero-badge span { display: block; }
.pricing-hero-badge strong { font-size: 17px; }
.pricing-hero-badge span { margin-top: 2px; color: rgba(255,255,255,.62); font-size: 12px; }
.pricing-section { padding-top: 82px; }
.pricing-section-heading { display: block; margin-bottom: 25px; text-align: center; }
.pricing-section-heading h2 { margin: 0; font-size: clamp(30px, 4vw, 44px); line-height: 1.08; letter-spacing: -1.8px; }
.pricing-section-heading p { max-width: 700px; margin: 14px auto 0; color: var(--muted); font-size: 15px; text-align: center; }
.plan-carousel { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin: 0 0 62px; }
.plan-card { position: relative; display: flex; min-height: 310px; flex-direction: column; padding: 26px; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: 0 16px 40px rgba(24,38,67,.07); }
.plan-card::after { content: ""; position: absolute; right: -40px; bottom: -70px; width: 180px; height: 180px; border-radius: 50%; background: radial-gradient(circle, rgba(109,93,252,.13), transparent 70%); pointer-events: none; }
.plan-card.featured { border-color: rgba(109,93,252,.62); background: linear-gradient(145deg, #fff, #f4f2ff); box-shadow: 0 22px 55px rgba(90,73,222,.18); transform: translateY(-8px); }
.plan-label { color: var(--primary); text-transform: uppercase; letter-spacing: 1.5px; font-size: 11px; font-weight: 850; }
.plan-card h3 { margin: 8px 0 2px; font-size: 25px; letter-spacing: -.7px; }
.plan-card > p { min-height: 49px; margin: 0; color: var(--muted); font-size: 14px; }
.plan-price { margin: 18px 0 2px; color: var(--ink); font-size: 38px; line-height: 1; letter-spacing: -2px; font-weight: 850; }
.plan-price small { color: var(--muted); font-size: 13px; letter-spacing: 0; font-weight: 650; }
.plan-card ul { display: grid; gap: 7px; margin: 16px 0 22px; padding: 0; list-style: none; color: var(--muted); font-size: 13px; }
.plan-card li::before { content: "✓"; margin-right: 7px; color: var(--cyan); font-weight: 900; }
.plan-card .page-button { align-self: flex-start; margin: auto 0 0; min-height: 43px; padding-inline: 17px; }
.plan-ribbon { position: absolute; top: 17px; right: 17px; padding: 5px 9px; border-radius: 99px; color: #fff; background: var(--primary); text-transform: uppercase; letter-spacing: .7px; font-size: 10px; font-weight: 850; }
.table-wrap { margin-top: 18px; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; box-shadow: 0 18px 44px rgba(24,38,67,.06); }
.pricing-table-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 18px; }
.pricing-table-grid .table-wrap { display: flex; flex-direction: column; margin-top: 0; background: #fff; }
.pricing-table-grid .featured-table { border-color: rgba(109,93,252,.55); box-shadow: 0 22px 50px rgba(90,73,222,.15); }
.table-heading { display: flex; align-items: end; justify-content: space-between; gap: 12px; padding: 22px 20px 17px; background: linear-gradient(145deg, #fff, #f5f3ff); }
.table-kicker { display: block; margin-bottom: 5px; color: var(--primary); text-transform: uppercase; letter-spacing: 1.2px; font-size: 10px; font-weight: 850; }
.table-heading h3 { margin: 0; font-size: 24px; letter-spacing: -.7px; }
.table-starting { color: var(--muted); font-size: 11px; font-weight: 700; white-space: nowrap; }
.pricing-table-grid .price-table { flex: 1; }
.pricing-table-grid .price-table th, .pricing-table-grid .price-table td { padding: 13px 17px; }
.pricing-table-grid .price-table th:first-child { min-width: 0; }
.pricing-table-grid .price-table th:last-child, .pricing-table-grid .price-table td:last-child { text-align: right; }
.table-button { align-self: flex-start; margin: 19px 20px 20px; padding: 11px 16px; border-radius: 10px; color: #fff; background: linear-gradient(135deg, var(--primary), var(--cyan)); box-shadow: 0 9px 20px rgba(90,73,222,.2); font-size: 13px; font-weight: 800; text-decoration: none; }
.table-button:hover { color: #fff; transform: translateY(-1px); }
.price-table { margin: 0; border: 0; }
.price-table th, .price-table td { padding: 17px 18px; }
.price-table th:not(:first-child), .price-table td:not(:first-child) { text-align: center; }
.price-table th { background: linear-gradient(135deg, var(--navy-2), #132c4d); }
.price-table th:first-child { min-width: 150px; }
.price-table tbody tr:nth-child(even) td { background: #f8faff; }
.price-table tbody td:first-child { color: var(--ink); font-weight: 800; }
.pricing-note { margin: 13px 0 0; color: var(--muted); font-size: 13px; }
.pricing-device-sections { display: grid; gap: 52px; }
.pricing-device-section { padding: 8px 0 45px; border-bottom: 1px solid var(--line); }
.pricing-device-section:last-child { padding-bottom: 0; border-bottom: 0; }
.pricing-device-heading { display: block; margin-bottom: 22px; text-align: center; }
.pricing-device-heading .page-kicker { margin-bottom: 8px; }
.pricing-device-heading h2 { margin: 0; font-size: clamp(30px, 4vw, 42px); line-height: 1.08; letter-spacing: -1.7px; }
.pricing-device-heading p { max-width: 520px; margin: 10px auto 0; color: var(--muted); font-size: 14px; text-align: center; }
.pricing-plan-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); align-items: stretch; gap: 18px; }
.pricing-plan-card { position: relative; display: flex; min-width: 0; min-height: 352px; flex-direction: column; padding: 28px 23px 23px; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: 0 16px 40px rgba(24,38,67,.07); }
.pricing-plan-card::after { content: ""; position: absolute; right: -46px; bottom: -72px; width: 180px; height: 180px; border-radius: 50%; background: radial-gradient(circle, rgba(109,93,252,.13), transparent 70%); pointer-events: none; }
.pricing-plan-card.featured { border-color: rgba(109,93,252,.62); background: linear-gradient(145deg, #fff, #f4f2ff); box-shadow: 0 22px 55px rgba(90,73,222,.18); transform: translateY(-7px); }
.pricing-plan-top > span { color: var(--primary); text-transform: uppercase; letter-spacing: 1.3px; font-size: 10px; font-weight: 850; }
.pricing-plan-top h3 { margin: 8px 0 3px; font-size: 23px; letter-spacing: -.7px; }
.pricing-plan-top p { min-height: 45px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.pricing-plan-price { margin: 18px 0 9px; color: var(--ink); font-size: 34px; line-height: 1; letter-spacing: -1.7px; font-weight: 850; }
.pricing-plan-price small { color: var(--muted); font-size: 11px; letter-spacing: 0; font-weight: 700; }
.pricing-connection { align-self: flex-start; padding: 6px 9px; border: 1px solid rgba(109,93,252,.15); border-radius: 99px; color: #5143c7; background: rgba(109,93,252,.07); font-size: 11px; font-weight: 800; }
.pricing-plan-card ul { display: grid; flex: 1; gap: 6px; margin: 16px 0 20px; padding: 0; list-style: none; color: var(--muted); font-size: 12px; }
.pricing-plan-card li::before { content: "✓"; margin-right: 7px; color: var(--cyan); font-weight: 900; }
.pricing-plan-card .page-button { position: relative; z-index: 1; width: 100%; min-height: 43px; margin: auto 0 0; padding-inline: 12px; font-size: 13px; }
.pricing-plan-ribbon { position: absolute; top: 16px; right: 16px; z-index: 1; padding: 5px 8px; border-radius: 99px; color: #fff; background: var(--primary); text-transform: uppercase; letter-spacing: .6px; font-size: 9px; font-weight: 850; }
.pricing-why { margin-top: 70px; padding: 48px 0 0; border-top: 1px solid var(--line); }
.pricing-why-heading { max-width: 760px; margin: 0 auto 27px; text-align: center; }
.pricing-why-heading .page-kicker { justify-content: center; }
.pricing-why-heading h2, .pricing-testimonials-heading h2 { margin: 0 0 10px; font-size: clamp(30px, 4vw, 44px); line-height: 1.08; letter-spacing: -1.8px; }
.pricing-why-heading p, .pricing-testimonials-heading p { margin: 0; color: var(--muted); font-size: 15px; }
.pricing-why-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 17px; }
.why-card { padding: 25px; border: 1px solid var(--line); border-radius: 20px; background: linear-gradient(145deg, #fff, #f8f9ff); box-shadow: 0 14px 35px rgba(24,38,67,.05); }
.why-card-icon { display: grid; width: 42px; height: 42px; place-items: center; margin-bottom: 20px; border-radius: 13px; color: #fff; background: linear-gradient(135deg, var(--primary), var(--cyan)); box-shadow: 0 9px 20px rgba(90,73,222,.2); font-size: 18px; font-weight: 850; }
.why-card h3 { margin: 0 0 9px; font-size: 19px; }
.why-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.pricing-testimonials { margin-top: 64px; padding: 48px 0 0; border-top: 1px solid var(--line); }
.pricing-testimonials-heading { display: flex; align-items: end; justify-content: space-between; gap: 25px; margin-bottom: 27px; }
.pricing-testimonials-heading p { max-width: 430px; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 17px; }
.testimonial-card { position: relative; display: flex; min-height: 205px; flex-direction: column; padding: 25px; border: 1px solid rgba(109,93,252,.18); border-radius: 20px; background: linear-gradient(145deg, #f5f3ff, #effcf9); }
.testimonial-card::before { content: "“"; position: absolute; top: 14px; right: 21px; color: rgba(109,93,252,.2); font-family: Georgia, serif; font-size: 64px; line-height: 1; }
.testimonial-card blockquote { margin: 0; color: var(--ink); font-size: 16px; line-height: 1.6; font-weight: 650; }
.testimonial-card cite { margin-top: auto; padding-top: 18px; color: var(--muted); font-size: 12px; font-style: normal; font-weight: 750; }
.customer-experience-section { padding: 105px 0; color: #fff; background: linear-gradient(135deg, #07111f, #0b1930); }
.customer-experience-container { width: min(calc(100% - 40px), 1180px); margin-inline: auto; }
.customer-experience-heading { max-width: 760px; margin: 0 auto 56px; text-align: center; }
.customer-experience-eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 21px; color: rgba(255,255,255,.74); text-transform: uppercase; letter-spacing: 1.7px; font-size: 12px; font-weight: 850; }
.customer-experience-eyebrow span { width: 24px; height: 2px; border-radius: 99px; background: var(--cyan); }
.customer-experience-heading h2 { margin: 0 0 20px; color: #fff; font-size: clamp(34px, 4vw, 52px); line-height: 1.1; letter-spacing: -2.1px; }
.customer-experience-heading p { margin: 0; color: rgba(255,255,255,.68); font-size: 17px; }
.customer-experience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.customer-review-card { padding: 28px; border: 1px solid rgba(255,255,255,.11); border-radius: 20px; background: rgba(255,255,255,.055); }
.customer-review-stars { color: #ffd166; letter-spacing: 3px; }
.customer-review-card > p { margin: 20px 0 25px; color: rgba(255,255,255,.72); }
.customer-review-author { display: flex; align-items: center; gap: 12px; }
.customer-review-author > span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: linear-gradient(135deg, var(--primary), var(--cyan)); font-size: 12px; font-weight: 850; }
.customer-review-author strong, .customer-review-author small { display: block; }
.customer-review-author small { color: rgba(255,255,255,.45); }
@media (max-width: 980px) { .customer-experience-grid { grid-template-columns: repeat(2, 1fr); } }
.pricing-faq { margin: 70px 0 8px; padding: 42px 0 0; border-top: 1px solid var(--line); }
.pricing-faq h2 { margin: 0 0 22px; font-size: clamp(30px, 4vw, 42px); letter-spacing: -1.5px; }
.pricing-faq-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 48px; }
.pricing-faq details { border-bottom: 1px solid var(--line); }
.pricing-faq summary { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 18px 0; cursor: pointer; list-style: none; font-size: 16px; font-weight: 800; }
.pricing-faq summary::-webkit-details-marker { display: none; }
.pricing-faq summary::after { content: "+"; color: var(--primary); font-size: 24px; font-weight: 500; }
.pricing-faq details[open] summary::after { content: "−"; }
.pricing-faq details p { margin: -4px 0 18px; color: var(--muted); font-size: 14px; }
.pricing-bottom-cta { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 24px; margin-top: 54px; padding: 30px 32px; border: 1px solid rgba(109,93,252,.2); border-radius: 22px; background: linear-gradient(135deg, #f1efff, #effcf9); }
.pricing-bottom-cta h2 { margin: 0 0 4px; font-size: 25px; letter-spacing: -.8px; }
.pricing-bottom-cta p { margin: 0; color: var(--muted); font-size: 14px; }
.pricing-bottom-cta .page-button { margin: 0; white-space: nowrap; }
.tutorial-hero { position: relative; overflow: hidden; padding: 72px 0 80px; color: #fff; background: radial-gradient(circle at 78% 18%, rgba(109,93,252,.32), transparent 30%), radial-gradient(circle at 90% 88%, rgba(45,212,191,.13), transparent 25%), linear-gradient(132deg, #030813, #0b1830 58%, #07111f); }
.tutorial-hero::after { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .4; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to bottom, black, transparent 88%); }
.tutorial-hero .page-container { position: relative; z-index: 1; }
.tutorial-hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr); align-items: center; gap: 64px; }
.tutorial-hero-copy h1 { max-width: 700px; margin: 0 0 19px; color: #fff; font-size: clamp(42px, 5.5vw, 70px); line-height: 1.04; letter-spacing: -3.5px; }
.tutorial-hero-copy p { max-width: 640px; margin: 0; color: rgba(255,255,255,.72); font-size: 18px; }
.tutorial-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.tutorial-hero-actions .page-button { margin: 0; min-height: 50px; }
.tutorial-hero-actions .secondary { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.18); box-shadow: none; }
.tutorial-hero-art { position: relative; min-height: 330px; padding: 11px; border: 1px solid rgba(255,255,255,.2); border-radius: 28px; background: linear-gradient(145deg, rgba(255,255,255,.16), rgba(255,255,255,.04)); box-shadow: 0 30px 80px rgba(0,0,0,.38), inset 0 1px 0 rgba(255,255,255,.2); transform: rotate(1.2deg); }
.tutorial-hero-art img { width: 100%; height: 100%; min-height: 306px; object-fit: cover; border-radius: 20px; opacity: .88; }
.tutorial-hero-badge { position: absolute; right: 25px; bottom: 24px; padding: 13px 16px; border: 1px solid rgba(255,255,255,.2); border-radius: 15px; color: #fff; background: rgba(5,12,25,.78); box-shadow: 0 16px 35px rgba(0,0,0,.3); backdrop-filter: blur(14px); }
.tutorial-hero-badge strong, .tutorial-hero-badge span { display: block; }
.tutorial-hero-badge strong { font-size: 16px; }
.tutorial-hero-badge span { color: rgba(255,255,255,.62); font-size: 12px; }
.tutorial-content { padding: 72px 0 100px; background: radial-gradient(circle at 8% 14%, rgba(109,93,252,.05), transparent 24%), #fbfcff; }
.tutorial-intro { display: grid; grid-template-columns: 1.3fr .7fr; gap: 24px; align-items: stretch; margin-bottom: 62px; }
.tutorial-intro .answer { margin: 0; }
.tutorial-quick-card { padding: 25px; border: 1px solid rgba(109,93,252,.18); border-radius: 20px; background: linear-gradient(145deg, #f1efff, #effcf9); }
.tutorial-quick-card h2 { margin: 0 0 12px; font-size: 20px; }
.tutorial-quick-card ul { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; color: var(--muted); font-size: 14px; }
.tutorial-quick-card li::before { content: "✓"; margin-right: 8px; color: var(--cyan); font-weight: 900; }
.tutorial-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 25px; }
.tutorial-section-heading h2 { margin: 0; font-size: clamp(30px, 4vw, 44px); line-height: 1.08; letter-spacing: -1.8px; }
.tutorial-section-heading p { max-width: 440px; margin: 0; color: var(--muted); font-size: 15px; }
.device-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; margin-bottom: 35px; }
.device-card { display: flex; min-height: 142px; flex-direction: column; align-items: flex-start; justify-content: space-between; padding: 19px; border: 1px solid var(--line); border-radius: 19px; color: var(--ink); background: #fff; box-shadow: 0 12px 30px rgba(24,38,67,.05); cursor: pointer; text-align: left; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.device-card:hover, .device-card:focus-visible { border-color: rgba(109,93,252,.48); box-shadow: 0 16px 38px rgba(90,73,222,.13); transform: translateY(-3px); }
.device-card.is-active { border-color: var(--primary); background: linear-gradient(145deg, #fff, #f2f0ff); box-shadow: 0 16px 38px rgba(90,73,222,.15); }
.device-card-icon { display: grid; width: 40px; height: 40px; place-items: center; border-radius: 12px; color: #fff; background: linear-gradient(135deg, var(--primary), var(--cyan)); box-shadow: 0 8px 18px rgba(109,93,252,.22); }
.device-card-icon svg { width: 21px; height: 21px; }
.device-card strong, .device-card small { display: block; }
.device-card strong { margin-top: 14px; font-size: 15px; }
.device-card small { color: var(--muted); font-size: 11px; }
.guide-panel { display: none; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: 0 20px 55px rgba(24,38,67,.08); }
.guide-panel.is-active { display: block; animation: tutorialRise .3s ease both; }
@keyframes tutorialRise { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
.guide-panel-header { padding: 28px 30px; color: #fff; background: linear-gradient(135deg, var(--navy), #132c4d); }
.guide-panel-header h3 { margin: 0 0 10px; font-size: 26px; letter-spacing: -.8px; }
.guide-meta { display: flex; flex-wrap: wrap; gap: 8px; }
.guide-meta span { padding: 6px 10px; border: 1px solid rgba(255,255,255,.16); border-radius: 99px; color: rgba(255,255,255,.72); background: rgba(255,255,255,.08); font-size: 11px; font-weight: 700; }
.guide-panel-body { padding: 30px; }
.guide-notice { margin-bottom: 28px; padding: 16px 18px; border-left: 3px solid var(--cyan); border-radius: 0 13px 13px 0; color: #245c57; background: #effcf9; font-size: 14px; }
.guide-notice strong { color: #164b46; }
.guide-steps { display: grid; gap: 16px; margin: 0; padding: 0; list-style: none; counter-reset: guide-step; }
.guide-step { display: grid; grid-template-columns: 42px minmax(0, 1fr) minmax(180px, .7fr); gap: 17px; align-items: center; padding: 19px; border: 1px solid var(--line); border-radius: 17px; background: #fbfcff; counter-increment: guide-step; }
.guide-step::before { content: counter(guide-step); display: grid; width: 36px; height: 36px; place-items: center; border-radius: 50%; color: #fff; background: linear-gradient(135deg, var(--primary), var(--cyan)); font-size: 14px; font-weight: 850; }
.guide-step h4 { margin: 0 0 5px; font-size: 17px; }
.guide-step p { margin: 0; color: var(--muted); font-size: 14px; }
.guide-step img { width: 100%; max-height: 150px; object-fit: contain; border-radius: 12px; background: #eef2f8; }
.guide-faq { margin-top: 28px; padding-top: 27px; border-top: 1px solid var(--line); }
.guide-faq h4 { margin: 0 0 6px; font-size: 20px; }
.guide-faq details { border-bottom: 1px solid var(--line); }
.guide-faq summary { display: flex; justify-content: space-between; gap: 18px; padding: 14px 0; cursor: pointer; list-style: none; font-size: 14px; font-weight: 800; }
.guide-faq summary::-webkit-details-marker { display: none; }
.guide-faq summary::after { content: "+"; color: var(--primary); font-size: 20px; font-weight: 500; }
.guide-faq details[open] summary::after { content: "−"; }
.guide-faq details p { margin: -1px 0 15px; color: var(--muted); font-size: 13px; }
.tutorial-related { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; margin-top: 60px; }
.tutorial-related .page-card { min-height: 145px; }
.guide-stage { scroll-margin-top: 26px; }
.guide-panel:focus { outline: 0; }
.guide-panel-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.guide-back-button, .inline-back { flex: 0 0 auto; border: 1px solid rgba(255,255,255,.24); border-radius: 10px; color: #fff; background: rgba(255,255,255,.08); padding: 9px 12px; cursor: pointer; font: inherit; font-size: 13px; font-weight: 750; }
.guide-back-button:hover, .guide-back-button:focus-visible { background: rgba(255,255,255,.16); }
.guide-section { margin-bottom: 30px; }
.guide-section > h4 { margin: 0 0 16px; padding-left: 13px; border-left: 4px solid var(--primary); font-size: 20px; letter-spacing: -.45px; }
.guide-step h5 { margin: 0 0 5px; font-size: 17px; }
.guide-route-choice { padding: 0 0 28px; }
.guide-route-choice > h4 { margin: 0 0 16px; font-size: 20px; }
.guide-route-choice > div { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; }
.guide-route-choice button { display: grid; gap: 5px; min-height: 128px; padding: 21px; border: 1px solid var(--line); border-radius: 16px; color: var(--ink); background: #fbfcff; text-align: left; cursor: pointer; transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.guide-route-choice button:hover, .guide-route-choice button:focus-visible { border-color: var(--primary); box-shadow: 0 12px 28px rgba(90,73,222,.12); transform: translateY(-2px); }
.guide-route-choice button strong { font-size: 17px; }
.guide-route-choice button span { color: var(--muted); font-size: 13px; }
.guide-route-content .inline-back { margin: 0 0 22px; border-color: var(--line); color: var(--ink); background: #fff; }
.guide-route-content .inline-back:hover, .guide-route-content .inline-back:focus-visible { border-color: var(--primary); background: #f5f3ff; }
.is-unavailable { opacity: .68; }
.is-unavailable:hover, .is-unavailable:focus-visible { border-color: #e2c7ce; box-shadow: 0 16px 38px rgba(95, 36, 52, .1); }
.tutorial-support, .quick-answers { margin-top: 72px; padding-top: 58px; border-top: 1px solid var(--line); }
.troubleshooting-list { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; margin: 0; padding: 0; list-style: none; }
.troubleshooting-list li { display: flex; align-items: center; gap: 14px; padding: 15px 17px; border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: 0 8px 22px rgba(24,38,67,.04); }
.troubleshooting-list p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.troubleshooting-icon { display: grid; flex: 0 0 40px; width: 40px; height: 40px; place-items: center; border-radius: 11px; font-size: 20px; font-weight: 850; }
.troubleshooting-icon.red { color:#ef4444; background:#fef2f2; }.troubleshooting-icon.yellow { color:#d88600; background:#fffbeb; }.troubleshooting-icon.blue { color:#3b82f6; background:#eff6ff; }.troubleshooting-icon.green { color:#16a34a; background:#f0fdf4; }.troubleshooting-icon.purple { color:#a855f7; background:#faf5ff; }.troubleshooting-icon.pink { color:#ec4899; background:#fdf2f8; }.troubleshooting-icon.gray { color:#64748b; background:#f3f4f6; }
.quick-answer-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 11px; }
.quick-answer-grid details { border: 1px solid var(--line); border-radius: 13px; background: #fff; overflow: hidden; transition: border-color .2s ease, box-shadow .2s ease; }
.quick-answer-grid details[open] { border-color: rgba(109,93,252,.55); box-shadow: 0 10px 24px rgba(90,73,222,.09); }
.quick-answer-grid summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 16px; cursor: pointer; list-style: none; font-size: 15px; font-weight: 800; }
.quick-answer-grid summary::-webkit-details-marker { display: none; }
.quick-answer-grid summary::after { content: "+"; color: var(--primary); font-size: 22px; font-weight: 500; }
.quick-answer-grid details[open] summary::after { content: "−"; }
.quick-answer-grid p { margin: -2px 16px 17px; color: var(--muted); font-size: 14px; line-height: 1.6; }
@media (max-width: 900px) {
  .tutorial-hero-grid { grid-template-columns: 1fr; gap: 42px; }
  .tutorial-hero-art { min-height: 260px; transform: none; }
  .tutorial-hero-art img { min-height: 236px; }
  .device-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .troubleshooting-list { grid-template-columns: 1fr; }
}
.page-content { padding: 72px 0 100px; }
.content-grid { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(260px, .65fr); align-items: start; gap: 64px; }
.prose h2 { margin: 42px 0 14px; font-size: clamp(27px, 3vw, 38px); line-height: 1.15; letter-spacing: -1.2px; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { margin: 25px 0 8px; font-size: 20px; }
.prose p, .prose li { color: var(--muted); font-size: 16px; }
.prose ul, .prose ol { padding-left: 22px; }
.prose li { margin: 8px 0; }
.prose a { color: #5143c7; text-decoration: underline; text-decoration-color: #c9c4ff; text-underline-offset: 3px; }
.prose a.page-button { color: #fff; text-decoration: none; }
.answer { margin-bottom: 30px; padding: 22px 25px; border-left: 4px solid var(--cyan); border-radius: 0 16px 16px 0; background: #effcf9; color: #245c57; font-size: 18px; }
.side-card { position: sticky; top: 24px; padding: 26px; border: 1px solid var(--line); border-radius: 20px; background: var(--soft); }
.side-card h2 { margin: 0 0 14px; font-size: 20px; }
.side-card a { display: block; padding: 10px 0; border-bottom: 1px solid var(--line); color: #5143c7; font-weight: 700; }
.side-card a:last-child { border-bottom: 0; }
.page-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 28px 0 36px; }
.page-card { padding: 25px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 12px 35px rgba(24,38,67,.06); }
.page-card h2, .page-card h3 { margin: 0 0 8px; font-size: 21px; }
.page-card p { margin: 0; color: var(--muted); font-size: 14px; }
.price-table { width: 100%; margin: 24px 0; border-collapse: collapse; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; }
.price-table th, .price-table td { padding: 15px 16px; border-bottom: 1px solid var(--line); text-align: left; }
.price-table th { color: #fff; background: var(--navy-2); font-size: 13px; }
.price-table td { color: var(--muted); background: #fff; }
.price-table tr:last-child td { border-bottom: 0; }
.faq-item { padding: 20px 0; border-bottom: 1px solid var(--line); }
.faq-item h3 { margin: 0 0 7px; }
.faq-item p { margin: 0; }
.contact-card { padding: 28px; border-radius: 22px; color: #fff; background: linear-gradient(135deg, var(--navy), #132c4d); box-shadow: var(--shadow); }
.contact-card h2 { margin-top: 0; }
.contact-card p { color: rgba(255,255,255,.72); }
.contact-card a { color: #8ff5e7; font-weight: 800; }
.policy-note { margin: 0 0 30px; padding: 20px 23px; border-left: 4px solid var(--primary); border-radius: 0 16px 16px 0; color: #3c327c; background: #f1efff; font-size: 15px; }
.policy-meta { display: inline-flex; margin: 0 0 26px; padding: 7px 11px; border: 1px solid var(--line); border-radius: 99px; color: var(--muted); background: #fff; font-size: 12px; font-weight: 700; }
.prose .policy-list { padding-left: 22px; }
.prose .policy-list li { margin: 10px 0; }
.policy-contact { margin-top: 32px; padding: 22px 24px; border-radius: 18px; color: #fff; background: linear-gradient(135deg, var(--navy), #132c4d); }
.policy-contact h3 { margin-top: 0; color: #fff; }
.policy-contact p { margin-bottom: 0; color: rgba(255,255,255,.72); }
.policy-contact a { color: #8ff5e7; }
.blog-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 30px; }
.blog-card { display: flex; min-height: 330px; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: 0 16px 40px rgba(24,38,67,.07); }
.blog-card-image { width: 100%; height: 170px; object-fit: cover; }
.blog-card-body { display: flex; flex: 1; flex-direction: column; padding: 22px; }
.blog-card-meta, .article-meta { color: var(--primary); text-transform: uppercase; letter-spacing: 1.1px; font-size: 10px; font-weight: 850; }
.blog-card h2 { margin: 10px 0 8px; font-size: 22px; line-height: 1.15; letter-spacing: -.7px; }
.blog-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.blog-card .read-link { margin-top: auto; padding-top: 17px; color: #5143c7; font-size: 14px; font-weight: 850; }
.blog-card:hover { border-color: rgba(109,93,252,.45); box-shadow: 0 22px 50px rgba(90,73,222,.13); transform: translateY(-3px); }
.blog-intro { max-width: 700px; margin: 0 auto 8px; text-align: center; }
.article-layout { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(260px, .55fr); align-items: start; gap: 64px; }
.article-hero-image { width: 100%; max-height: 390px; margin: 0 0 28px; object-fit: cover; border-radius: 22px; box-shadow: 0 20px 50px rgba(24,38,67,.1); }
.article-body h2 { margin: 42px 0 14px; font-size: clamp(27px, 3vw, 38px); line-height: 1.15; letter-spacing: -1.2px; }
.article-body h2:first-of-type { margin-top: 28px; }
.article-body h3 { margin: 25px 0 8px; font-size: 20px; }
.article-body p, .article-body li { color: var(--muted); font-size: 16px; line-height: 1.7; }
.article-body ul, .article-body ol { padding-left: 23px; }
.article-body li { margin: 9px 0; }
.article-body a { color: #5143c7; text-decoration: underline; text-decoration-color: #c9c4ff; text-underline-offset: 3px; }
.article-body a.page-button { color: #fff; text-decoration: none; }
.article-side { position: sticky; top: 24px; padding: 25px; border: 1px solid var(--line); border-radius: 20px; background: var(--soft); }
.article-side h2 { margin: 0 0 13px; font-size: 20px; }
.article-side a { display: block; padding: 10px 0; border-bottom: 1px solid var(--line); color: #5143c7; font-weight: 750; }
.article-side a:last-child { border-bottom: 0; }
.article-cta { margin-top: 35px; padding: 25px; border-radius: 20px; color: #fff; background: linear-gradient(135deg, var(--navy), #132c4d); }
.article-cta h3 { margin-top: 0; color: #fff; }
.article-cta p { margin-bottom: 0; color: rgba(255,255,255,.72); }
.article-cta a { color: #8ff5e7; }
.page-footer { padding: 45px 0 25px; color: #fff; background: #050c16; }
.page-footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 45px; }
.page-footer h2 { margin: 0 0 12px; font-size: 13px; text-transform: uppercase; letter-spacing: 1.2px; }
.page-footer p, .page-footer a { color: rgba(255,255,255,.52); font-size: 13px; }
.page-footer a { display: block; margin: 8px 0; }
.page-footer a:hover { color: #fff; }
.page-footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 24px; margin-top: 30px; border-top: 1px solid rgba(255,255,255,.09); }
@media (max-width: 760px) {
  .page-container { width: min(calc(100% - 28px), 1120px); }
  .page-header .page-container { min-height: 72px; }
  .page-nav { position: absolute; top: 76px; right: 14px; left: 14px; display: none; flex-direction: column; align-items: stretch; gap: 4px; width: auto; padding: 10px; border-color: rgba(142,124,255,.28); border-radius: 18px; background: linear-gradient(145deg, rgba(13,24,49,.98), rgba(4,11,24,.98)); box-shadow: 0 22px 60px rgba(0,0,0,.42), inset 0 1px 0 rgba(255,255,255,.1); backdrop-filter: blur(22px); -webkit-backdrop-filter: blur(22px); font-size: 14px; }
  .page-nav.is-open { display: flex; }
  .page-nav::before { content: "Explore IPTVStone"; display: block; padding: 7px 12px 8px; color: rgba(255,255,255,.48); text-transform: uppercase; letter-spacing: .13em; font-size: 10px; font-weight: 800; }
  .page-nav > a:not(.page-button) { padding: 12px; }
  .page-nav > a:not(.page-button)::after { right: 12px; bottom: 7px; left: 12px; }
  .page-nav .page-button { min-height: 46px; margin: 6px 0 0; }
  .menu-button { display: block; }
  .page-hero { padding: 62px 0 58px; }
  .pricing-hero { padding: 57px 0 65px; }
  .pricing-hero-grid { grid-template-columns: 1fr; gap: 42px; }
  .pricing-hero-copy h1 { letter-spacing: -2.2px; }
  .pricing-hero-art { min-height: 245px; transform: none; }
  .pricing-hero-art img { min-height: 220px; }
  .pricing-hero-badge { right: 20px; bottom: 20px; }
  .pricing-section { padding-top: 58px; }
  .pricing-section-heading { display: block; }
  .pricing-section-heading p { margin-top: 12px; }
  .pricing-device-sections { gap: 40px; }
  .pricing-device-section { padding-bottom: 36px; }
  .pricing-device-heading { display: block; margin-bottom: 18px; }
  .pricing-device-heading p { margin-top: 10px; text-align: center; }
  .pricing-plan-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
  .pricing-plan-card { min-height: 330px; padding: 24px 18px 18px; }
  .pricing-plan-card.featured { transform: none; }
  .plan-carousel { display: flex; gap: 14px; margin-right: -14px; padding: 8px 14px 20px 0; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .plan-carousel::-webkit-scrollbar { display: none; }
  .plan-card { flex: 0 0 min(84vw, 320px); scroll-snap-align: start; }
  .plan-card.featured { transform: none; }
  .pricing-faq-grid { grid-template-columns: 1fr; }
  .pricing-table-grid { grid-template-columns: 1fr; gap: 16px; }
  .pricing-table-grid .table-wrap { margin-top: 0; }
  .pricing-why { margin-top: 55px; padding-top: 38px; }
  .pricing-why-grid, .testimonial-grid { grid-template-columns: 1fr; }
  .pricing-testimonials { margin-top: 48px; padding-top: 38px; }
  .pricing-testimonials-heading { display: block; }
  .pricing-testimonials-heading p { margin-top: 12px; }
  .customer-experience-section { padding: 80px 0; }
  .customer-experience-container { width: min(calc(100% - 28px), 1180px); }
  .customer-experience-heading h2 { font-size: 36px; letter-spacing: -1.6px; }
  .customer-experience-grid { grid-template-columns: 1fr; }
  .pricing-bottom-cta { grid-template-columns: 1fr; gap: 18px; padding: 25px; }
  .pricing-bottom-cta .page-button { justify-self: start; }
  .tutorial-hero { padding: 57px 0 65px; }
  .tutorial-hero-copy h1 { letter-spacing: -2.2px; }
  .tutorial-hero-copy p { font-size: 16px; }
  .tutorial-content { padding: 55px 0 75px; }
  .tutorial-intro { grid-template-columns: 1fr; margin-bottom: 48px; }
  .tutorial-section-heading { display: block; }
  .tutorial-section-heading p { margin-top: 12px; }
  .device-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .guide-panel-header, .guide-panel-body { padding: 22px 18px; }
  .guide-step { grid-template-columns: 36px minmax(0, 1fr); gap: 13px; }
  .guide-step img { grid-column: 2; max-height: 180px; }
  .guide-panel-header { flex-direction: column; }
  .guide-back-button { align-self: flex-start; }
  .guide-route-choice > div, .quick-answer-grid { grid-template-columns: 1fr; }
  .tutorial-related { grid-template-columns: 1fr; }
  .blog-grid { grid-template-columns: 1fr; }
  .blog-card { min-height: 0; }
  .article-layout { grid-template-columns: 1fr; gap: 38px; }
  .article-side { position: static; }
  .article-hero-image { max-height: 260px; }
  .page-hero h1 { letter-spacing: -2px; }
  .page-content { padding: 55px 0 75px; }
  .content-grid { grid-template-columns: 1fr; gap: 38px; }
  .side-card { position: static; }
  .page-cards { grid-template-columns: 1fr; }
  .price-table { display: block; overflow-x: auto; white-space: nowrap; }
  .page-footer-grid { grid-template-columns: 1fr 1fr; gap: 25px; }
  .page-footer-grid > :first-child { grid-column: 1 / -1; }
  .page-footer-bottom { flex-direction: column; gap: 4px; }
}
@media (max-width: 430px) {
  .pricing-plan-grid { grid-template-columns: 1fr; }
  .pricing-plan-card { min-height: 0; }
  .pricing-plan-top p { min-height: 0; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .page-nav > a:not(.page-button)::after, .page-button, .menu-button, .menu-button span:not(.sr-only) { transition: none; }
  .tutorial-content *, .tutorial-content *::before, .tutorial-content *::after, .tutorial-hero *, .tutorial-hero *::before, .tutorial-hero *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .001ms !important; }
  .device-card:hover, .device-card:focus-visible, .guide-route-choice button:hover, .guide-route-choice button:focus-visible { transform: none; }
}