:root {
    --ink: #0c1222;
    --muted: #667085;
    --line: #e6e9ef;
    --surface: #f6f7fb;
    --accent: #3b82f6;
    --accent-deep: #2563eb;
    --purple: #7656f6;
    --blue: #2f80ed;
}

.landing-page { margin: 0; padding: 0; background: #fff; color: var(--ink); font-family: Inter, "Roboto", system-ui, -apple-system, sans-serif; }
.landing-page a { color: inherit; text-decoration: none; }
.landing-page img { max-width: 100%; }
.site-header { position: absolute; inset: 0 0 auto; z-index: 20; }
.site-nav { width: min(1180px, calc(100% - 48px)); height: 84px; margin: auto; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: #fff !important; font-size: 1.05rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.brand img { border-radius: 10px; }
.site-nav > .brand { padding: 8px 14px 8px 9px; border: 1px solid rgba(255,255,255,.14); border-radius: 14px; background: rgba(8,13,24,.6); box-shadow: 0 10px 30px rgba(0,0,0,.18); backdrop-filter: blur(14px); }
.site-nav > .brand span { color: #fff; text-shadow: 0 1px 12px rgba(255,255,255,.16); }
.site-nav nav { display: flex; gap: 34px; color: #c4c9d6; font-size: .92rem; font-weight: 600; }
.site-nav nav a, .modern-footer nav a { transition: color .2s ease; }
.site-nav nav a:hover, .modern-footer nav a:hover { color: var(--accent); }
.nav-cta { padding: 11px 18px; color: #fff !important; background: var(--accent); border-radius: 999px; font-size: .86rem; font-weight: 800; box-shadow: 0 8px 24px rgba(59, 130, 246, .22); }

.hero-section { position: relative; min-height: 780px; overflow: hidden; color: #fff; background: radial-gradient(circle at 76% 45%, #19233d 0, #101727 34%, #080d18 72%); }
.hero-section::after { content: ""; position: absolute; inset: 0; opacity: .1; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, #000, transparent 78%); }
.hero-glow { position: absolute; z-index: 1; border-radius: 50%; filter: blur(2px); }
.hero-glow-one { width: 500px; height: 500px; right: -180px; top: 90px; background: rgba(118,86,246,.13); }
.hero-glow-two { width: 300px; height: 300px; left: 32%; bottom: -160px; background: rgba(59,130,246,.1); }
.hero-content { position: relative; z-index: 3; width: min(1180px, calc(100% - 48px)); min-height: 700px; margin: auto; padding: 148px 0 90px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 70px; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 20px; color: #8a94a7; font-size: .75rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { width: 24px; height: 2px; background: var(--accent); }
.hero-copy h1 { margin: 0; font-size: clamp(3.5rem, 6vw, 6rem); line-height: .97; letter-spacing: -.065em; font-weight: 700; }
.hero-copy h1 strong { color: var(--accent); font-weight: 700; }
.hero-summary { max-width: 580px; margin: 28px 0 30px; color: #abb3c3; font-size: 1.09rem; line-height: 1.75; }
.store-links { display: flex; flex-wrap: wrap; gap: 12px; }
.store-links a { display: block; transition: transform .2s ease, filter .2s ease; }
.store-links a:hover { transform: translateY(-3px); filter: brightness(1.08); }
.store-links img { display: block; height: 52px; width: auto; }
.hero-proof { display: flex; align-items: center; gap: 13px; margin-top: 24px; color: #8d96a8; font-size: .82rem; }
.hero-proof strong { color: #dce1e9; }
.stars { color: var(--accent); letter-spacing: 2px; }
.hero-visual { position: relative; min-height: 475px; }
.tv-frame { position: absolute; width: 88%; right: 0; top: 24px; padding: 10px; border: 1px solid rgba(255,255,255,.15); border-radius: 25px; background: linear-gradient(145deg,#3a4354,#171d2a); box-shadow: 0 45px 90px rgba(0,0,0,.55); transform: perspective(1000px) rotateY(-4deg) rotateX(2deg); }
.tv-frame::after { content: ""; position: absolute; width: 34%; height: 18px; left: 33%; bottom: -25px; border-radius: 50%; background: rgba(0,0,0,.5); filter: blur(8px); }
.tv-screen { height: 330px; padding: 20px; border-radius: 16px; overflow: hidden; background: linear-gradient(145deg,#263554,#11192b); }
.screen-topline, .screen-meta { display: flex; justify-content: space-between; color: #c4cbd8; font-size: .78rem; }
.live-dot { width: 8px; height: 8px; border-radius: 50%; background: #50d890; box-shadow: 0 0 0 5px rgba(80,216,144,.12); }
.screen-art { height: 218px; margin: 18px 0; display: grid; place-items: center; border-radius: 12px; background: linear-gradient(135deg, rgba(59,130,246,.92), rgba(37,99,235,.85)), url('/bg/intro-movie.jpg') center/cover; box-shadow: inset 0 0 80px rgba(11,16,27,.28); }
.play-mark { width: 64px; height: 64px; display: grid; place-items: center; padding-left: 4px; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; background: rgba(255,255,255,.18); backdrop-filter: blur(12px); }
.screen-meta { align-items: center; }
.progress { width: 42%; height: 3px; border-radius: 4px; background: #3a455b; }
.progress i { display: block; width: 63%; height: 100%; background: var(--accent); }
.phone-card { position: absolute; z-index: 4; width: 160px; left: 0; bottom: 0; padding: 18px 15px 16px; display: flex; flex-direction: column; align-items: center; border: 1px solid rgba(255,255,255,.15); border-radius: 25px; background: linear-gradient(155deg,rgba(39,47,65,.98),rgba(15,20,31,.98)); box-shadow: 0 28px 55px rgba(0,0,0,.55); }
.phone-speaker { width: 32px; height: 3px; margin-bottom: 22px; border-radius: 4px; background: #687084; }
.phone-card img { width: 66px; border-radius: 17px; box-shadow: 0 13px 25px rgba(0,0,0,.32); }
.phone-card strong { margin-top: 16px; font-size: .78rem; }
.phone-card > span { margin: 4px 0 16px; color: #8791a5; font-size: .65rem; }
.phone-button { width: 100%; padding: 9px; text-align: center; color: #fff; background: var(--accent); border-radius: 10px; font-size: .65rem; font-weight: 800; }
.phone-button i { display: inline-block; width: 6px; height: 6px; margin-left: 4px; border-radius: 50%; background: #32a968; }
.floating-chip { position: absolute; z-index: 5; padding: 10px 14px; border: 1px solid rgba(255,255,255,.12); border-radius: 11px; background: rgba(25,32,47,.88); box-shadow: 0 18px 35px rgba(0,0,0,.35); backdrop-filter: blur(15px); color: #dce2ed; font-size: .68rem; font-weight: 700; }
.floating-chip i { margin-right: 6px; color: var(--accent); }
.chip-one { top: 0; right: 14%; }
.chip-two { right: -3%; bottom: 54px; }
.platform-strip { position: relative; z-index: 4; min-height: 80px; padding: 22px 6%; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 25px; color: #7f899d; border-top: 1px solid rgba(255,255,255,.08); background: rgba(6,10,19,.75); font-size: .78rem; }
.platform-strip span { margin-right: 10px; color: #535d70; text-transform: uppercase; letter-spacing: .15em; font-size: .63rem; font-weight: 800; }
.platform-strip strong { color: #aeb6c5; font-size: .82rem; }
.platform-strip i { width: 3px; height: 3px; border-radius: 50%; background: #3c4557; }

.feature-section, .apps-section { padding: 112px max(24px, calc((100% - 1180px) / 2)); }
.section-heading { max-width: 640px; margin: 0 auto 52px; text-align: center; }
.section-heading .eyebrow { justify-content: center; }
.section-heading h2 { margin: 0 0 15px; font-size: clamp(2.2rem, 4vw, 3.6rem); line-height: 1.08; letter-spacing: -.055em; }
.section-heading > p:last-child { color: var(--muted); line-height: 1.7; }
.feature-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 18px; }
.feature-card { min-height: 290px; padding: 34px; border: 1px solid var(--line); border-radius: 22px; background: var(--surface); transition: transform .25s ease, box-shadow .25s ease; }
.feature-card:hover { transform: translateY(-5px); box-shadow: 0 20px 45px rgba(20,32,56,.08); }
.feature-card h3 { margin: 24px 0 10px; font-size: 1.3rem; letter-spacing: -.03em; }
.feature-card p { margin: 0; color: var(--muted); font-size: .92rem; line-height: 1.65; }
.feature-icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 13px; color: #fff; background: var(--accent); }
.feature-icon.purple { color: #fff; background: var(--purple); }
.feature-icon.blue { color: #fff; background: var(--blue); }
.media-pills { display: flex; gap: 7px; margin-top: 36px; }
.media-pills span { padding: 7px 10px; border: 1px solid #e1e4eb; border-radius: 8px; color: #697386; background: #fff; font-size: .65rem; font-weight: 700; }

.reviews-section { padding: 112px max(24px, calc((100% - 1180px) / 2)); text-align: center; color: #fff; background: #0d1423; }
.section-heading.light h2 { color: #fff; }
.reviews-rating-badge { width: fit-content; max-width: 100%; margin: -18px auto 30px; padding: 10px 14px; display: flex; align-items: center; gap: 12px; border: 1px solid rgba(255,255,255,.1); border-radius: 12px; background: #151e30; transition: transform .2s ease, border-color .2s ease; }
.reviews-rating-badge:hover { transform: translateY(-3px); border-color: rgba(59,130,246,.62); }
.reviews-rating-badge img { width: auto; max-width: 380px; max-height: 108px; border-radius: 9px; }
.reviews-rating-badge span { color: #9ca8bb; font-size: .7rem; font-weight: 700; white-space: nowrap; }
.reviews-grid { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; align-items: stretch; }
.review-card { min-height: 410px; padding: 30px; display: grid; place-items: center; overflow: hidden; border: 1px solid rgba(255,255,255,.1); border-radius: 22px; background: #151e30; transition: transform .2s ease, border-color .2s ease; }
.review-card:hover { transform: translateY(-4px); border-color: rgba(59,130,246,.62); }
.review-card img { max-height: 360px; max-width: 100%; width: auto; border-radius: 9px; }
.text-link { display: inline-flex; gap: 8px; margin-top: 32px; color: #c3cad7 !important; font-size: .85rem; font-weight: 700; }
.text-link span { color: var(--accent); }

.apps-section { background: #fff; }
.apps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.app-card { position: relative; isolation: isolate; min-height: 270px; padding: 30px 18px 24px; display: flex; flex-direction: column; align-items: center; justify-content: center; overflow: hidden; border: 1px solid #dde5f1; border-radius: 24px; background: linear-gradient(155deg,#fff 20%,#f3f7ff 100%); box-shadow: 0 12px 36px rgba(18,30,54,.07),inset 0 1px 0 #fff; transition: transform .3s ease,box-shadow .3s ease,border-color .3s ease; }
.app-card::before { content: ""; position: absolute; z-index: -1; width: 175px; height: 175px; top: 18px; left: 50%; border-radius: 50%; background: radial-gradient(circle,rgba(59,130,246,.2),rgba(96,165,250,.08) 48%,transparent 72%); filter: blur(2px); transform: translateX(-50%) scale(.85); transition: transform .35s ease,opacity .35s ease; }
.app-card::after { content: ""; position: absolute; z-index: -1; inset: auto 20px 0; height: 3px; border-radius: 999px 999px 0 0; background: linear-gradient(90deg,transparent,#3b82f6,transparent); opacity: .45; }
.app-card:hover { transform: translateY(-9px) scale(1.015); border-color: #bed4fa; box-shadow: 0 28px 55px rgba(37,99,235,.15),inset 0 1px 0 #fff; }
.app-card:hover::before { opacity: 1; transform: translateX(-50%) scale(1.15); }
.app-card img { position: relative; width: 142px; height: 142px; max-height: 142px; object-fit: contain; margin-bottom: 21px; border-radius: 28px; filter: drop-shadow(0 17px 18px rgba(15,36,73,.2)); transition: transform .3s cubic-bezier(.2,.8,.2,1),filter .3s ease; }
.app-card:hover img { transform: translateY(-5px) rotate(-2deg) scale(1.06); filter: drop-shadow(0 23px 22px rgba(37,99,235,.28)); }
.app-card:nth-child(even):hover img { transform: translateY(-5px) rotate(2deg) scale(1.06); }
.app-card span { color: #101828; font-size: .98rem; font-weight: 900; letter-spacing: -.02em; }
.app-card small { margin-top: 5px; color: #728097; font-size: .68rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.closing-section { width: min(1180px, calc(100% - 48px)); margin: 0 auto 100px; padding: 42px 48px; display: flex; align-items: center; justify-content: space-between; border-radius: 24px; color: #fff; background: linear-gradient(135deg, var(--accent), var(--accent-deep)); box-shadow: 0 25px 55px rgba(37,99,235,.22); }
.closing-section > div { display: flex; align-items: center; gap: 20px; }
.closing-section img { width: 68px; border-radius: 16px; }
.closing-section p { margin: 0 0 5px; font-size: .75rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.closing-section h2 { margin: 0; font-size: clamp(1.5rem,3vw,2.2rem); letter-spacing: -.04em; }
.closing-section > a { padding: 14px 20px; border-radius: 11px; color: #fff; background: var(--ink); font-size: .83rem; font-weight: 800; white-space: nowrap; }
.closing-section > a span { margin-left: 7px; color: #93c5fd; }
.modern-footer { color: #b3bbc9; background: #080d18; }
.footer-inner { width: min(1180px, calc(100% - 48px)); min-height: 180px; margin: auto; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 10px; }
.footer-inner p { margin: 0; text-align: right; color: #697386; font-size: .82rem; }
.modern-footer nav { display: flex; gap: 22px; font-size: .78rem; font-weight: 700; }
.modern-footer small { text-align: right; color: #535d6e; }

@media (max-width: 900px) {
    .site-nav nav { display: none; }
    .hero-content { grid-template-columns: 1fr; padding-top: 130px; text-align: center; }
    .hero-copy { display: flex; flex-direction: column; align-items: center; }
    .hero-visual { width: min(620px, 100%); margin: 0 auto; }
    .feature-grid { grid-template-columns: 1fr 1fr; }
    .feature-card-wide { grid-column: 1 / -1; }
    .reviews-grid, .apps-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 580px) {
    .site-nav { width: calc(100% - 30px); height: 72px; }
    .nav-cta { padding: 9px 13px; font-size: .75rem; }
    .hero-content { width: calc(100% - 32px); padding-top: 112px; gap: 36px; }
    .hero-copy h1 { font-size: 3.15rem; }
    .hero-summary { font-size: .96rem; }
    .store-links { justify-content: center; }
    .store-links img { height: 46px; }
    .hero-proof { flex-direction: column; gap: 6px; }
    .hero-visual { min-height: 360px; }
    .tv-frame { width: 95%; }
    .tv-screen { height: 240px; }
    .screen-art { height: 130px; }
    .phone-card { width: 132px; padding: 12px; }
    .phone-card img { width: 48px; }
    .phone-speaker { margin-bottom: 13px; }
    .chip-one { right: 4%; }
    .chip-two { display: none; }
    .platform-strip { gap: 14px; padding: 20px 14px; }
    .platform-strip span, .platform-strip i { display: none; }
    .feature-section, .apps-section, .reviews-section { padding-top: 80px; padding-bottom: 80px; }
    .feature-grid, .reviews-grid, .apps-grid { grid-template-columns: 1fr; }
    .reviews-rating-badge { flex-direction: column; }
    .feature-card-wide { grid-column: auto; }
    .section-heading { margin-bottom: 36px; }
    .closing-section { padding: 28px 24px; flex-direction: column; align-items: flex-start; gap: 24px; }
    .closing-section img { display: none; }
    .footer-inner { padding: 38px 0; display: flex; flex-direction: column; align-items: flex-start; }
    .footer-inner p, .modern-footer small { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
