/*
Theme Name: UltraTVPro
Theme URI: https://ultratvpro.tech
Author: UltraTVPro
Author URI: https://ultratvpro.tech
Description: Thème WordPress premium, rapide et responsive pour UltraTVPro. Page d’accueil complète, éditeur sans code, blog SEO, tarifs interactifs, FAQ, compatibilité appareils et commande WhatsApp.
Version: 1.3.1
Requires at least: 6.0
Requires PHP: 7.2
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ultratvpro
Tags: custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, one-column, e-commerce
*/

:root {
	--utv-primary: #7c5cff;
	--utv-secondary: #20d9b4;
	--utv-ink: #0c1020;
	--utv-ink-2: #161b30;
	--utv-paper: #f7f8fc;
	--utv-white: #ffffff;
	--utv-muted: #687086;
	--utv-line: #e3e6ef;
	--utv-radius: 22px;
	--utv-shadow: 0 24px 70px rgba(18, 23, 48, .12);
	--utv-container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
	margin: 0;
	background: var(--utv-white);
	color: var(--utv-ink);
	font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -.035em; }

.utv-container { width: min(calc(100% - 40px), var(--utv-container)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 9999; padding: 12px 18px; border-radius: 9px; background: var(--utv-white); color: var(--utv-ink); box-shadow: var(--utv-shadow); }
.skip-link:focus { top: 16px; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }

/* Header */
.announcement { background: #090d18; color: #d8dbea; font-size: 12px; font-weight: 650; letter-spacing: .015em; }
.announcement-inner { min-height: 36px; display: flex; align-items: center; justify-content: center; gap: 9px; }
.announcement-inner a { margin-left: 12px; color: var(--utv-secondary); }
.announcement-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--utv-secondary); box-shadow: 0 0 0 5px rgba(32, 217, 180, .12); }
.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(255, 255, 255, .9); border-bottom: 1px solid rgba(227, 230, 239, .85); backdrop-filter: blur(16px); transition: box-shadow .25s ease; }
.site-header.is-scrolled { box-shadow: 0 10px 35px rgba(15, 21, 43, .08); }
.header-inner { min-height: 74px; display: flex; align-items: center; gap: 34px; }
.site-branding { flex: 0 0 auto; }
.custom-logo-link { display: flex; align-items: center; }
.custom-logo { max-height: 46px; width: auto; }
.wordmark { display: inline-flex; align-items: center; gap: 10px; color: var(--utv-ink); font-size: 21px; font-weight: 850; letter-spacing: -.055em; }
.wordmark > span:last-child > span { color: var(--utv-primary); }
.wordmark-icon { position: relative; display: grid; place-items: center; width: 34px; height: 34px; overflow: hidden; border-radius: 10px; background: linear-gradient(145deg, var(--utv-primary), #a34eff); box-shadow: 0 8px 22px rgba(124, 92, 255, .35); }
.wordmark-icon::before { content: ""; width: 14px; height: 12px; border: 2px solid #fff; border-radius: 3px; }
.wordmark-icon span { position: absolute; width: 4px; height: 4px; border-radius: 50%; background: var(--utv-secondary); right: 7px; top: 7px; }
.primary-navigation { margin-left: auto; }
.primary-menu { display: flex; align-items: center; gap: 27px; margin: 0; padding: 0; list-style: none; }
.primary-menu a { position: relative; color: #343b50; font-size: 13px; font-weight: 700; }
.primary-menu a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--utv-primary); transition: right .25s ease; }
.primary-menu a:hover::after, .primary-menu a:focus-visible::after { right: 0; }
.header-cta { display: inline-flex; align-items: center; gap: 9px; padding: 11px 17px; border-radius: 10px; background: var(--utv-ink); color: #fff; font-size: 13px; font-weight: 750; transition: transform .2s ease, background .2s ease; }
.header-cta:hover { background: var(--utv-primary); transform: translateY(-2px); }
.menu-toggle { display: none; margin-left: auto; padding: 8px; border: 0; background: transparent; color: var(--utv-ink); }
.menu-toggle-label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.menu-bars { width: 26px; display: grid; gap: 5px; }
.menu-bars i { display: block; height: 2px; background: currentColor; border-radius: 999px; transition: transform .25s ease, opacity .2s ease; }
.menu-toggle[aria-expanded="true"] .menu-bars i:first-child { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] .menu-bars i:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] .menu-bars i:last-child { transform: translateY(-7px) rotate(-45deg); }

/* Shared components */
.section { padding: 112px 0; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 19px; color: var(--utv-primary); font-size: 12px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow > span { width: 22px; height: 2px; background: currentColor; }
.section-heading { margin-bottom: 52px; }
.section-heading.centered { max-width: 760px; margin-inline: auto; text-align: center; }
.section-heading h2, .devices-copy h2, .promise-copy h2, .faq-intro h2 { margin-bottom: 20px; font-size: clamp(37px, 5vw, 62px); font-weight: 850; }
.section-heading h2 em, .devices-copy h2 em, .promise-copy h2 em, .faq-intro h2 em, .final-cta h2 em { color: var(--utv-primary); font-style: normal; }
.section-heading p { max-width: 620px; margin: 0 auto; color: var(--utv-muted); font-size: 17px; }
.button { display: inline-flex; min-height: 51px; align-items: center; justify-content: center; gap: 12px; padding: 12px 22px; border: 1px solid var(--utv-primary); border-radius: 12px; background: linear-gradient(135deg, var(--utv-primary), #9658ff); color: #fff; font-size: 14px; font-weight: 800; box-shadow: 0 12px 28px rgba(124, 92, 255, .27); transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-3px); box-shadow: 0 17px 36px rgba(124, 92, 255, .34); }
.button-ghost { border-color: var(--utv-line); background: rgba(255,255,255,.72); color: var(--utv-ink); box-shadow: none; }
.button-ghost:hover { border-color: #c7cbe0; box-shadow: 0 10px 22px rgba(17, 23, 47, .08); }
.button-small { min-height: 42px; padding: 9px 16px; }
.play-dot { display: grid; width: 25px; height: 25px; place-items: center; border-radius: 50%; background: #ece9ff; color: var(--utv-primary); font-size: 8px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--utv-primary); font-size: 14px; font-weight: 800; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(5px); }

/* Hero */
.hero { position: relative; overflow: hidden; padding: 95px 0 0; background: radial-gradient(circle at 83% 20%, rgba(124,92,255,.08), transparent 31%), linear-gradient(180deg, #fcfcff 0%, #f7f8fc 100%); }
.hero-grid, .final-cta-grid { position: absolute; inset: 0; opacity: .42; background-image: linear-gradient(rgba(72,80,115,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(72,80,115,.05) 1px, transparent 1px); background-size: 38px 38px; mask-image: linear-gradient(to bottom, #000, transparent 88%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-glow-one { width: 420px; height: 420px; right: -180px; top: 0; background: rgba(124,92,255,.12); }
.hero-glow-two { width: 270px; height: 270px; left: -160px; bottom: 60px; background: rgba(32,217,180,.08); }
.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: .93fr 1.07fr; align-items: center; gap: 60px; }
.hero-copy { padding-bottom: 58px; }
.hero h1 { max-width: 680px; margin-bottom: 25px; font-size: clamp(48px, 6vw, 74px); font-weight: 900; letter-spacing: -.06em; }
.hero-lead { max-width: 610px; margin-bottom: 32px; color: #616a80; font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.hero-trust { display: flex; align-items: center; gap: 14px; margin-top: 30px; }
.avatar-stack { display: flex; padding-left: 8px; }
.avatar-stack span { display: grid; width: 32px; height: 32px; place-items: center; margin-left: -8px; border: 2px solid #fff; border-radius: 50%; background: linear-gradient(145deg, #252b40, #737e9c); color: #fff; font-size: 8px; font-weight: 800; }
.avatar-stack span:nth-child(2) { background: linear-gradient(145deg, #7157db, #a27dfa); }
.avatar-stack span:nth-child(3) { background: linear-gradient(145deg, #0a8d79, #35d6b9); }
.avatar-stack span:last-child { background: #fff; color: var(--utv-primary); }
.hero-trust > div:last-child { display: grid; }
.hero-trust strong { font-size: 12px; }
.hero-trust span { color: var(--utv-muted); font-size: 11px; }
.hero-visual { position: relative; min-width: 0; }
.screen-shell { position: relative; overflow: hidden; padding: 14px; border: 1px solid rgba(255,255,255,.13); border-radius: 28px; background: #090d18; color: #fff; box-shadow: 0 40px 80px rgba(24,27,55,.28), inset 0 0 0 1px rgba(255,255,255,.05); transform: perspective(1200px) rotateY(-5deg) rotateX(2deg); }
.screen-topbar { display: flex; align-items: center; justify-content: space-between; padding: 3px 4px 12px; color: #d9ddea; font-size: 10px; }
.screen-brand { display: flex; align-items: center; gap: 7px; font-weight: 800; }
.screen-brand-mark { display: grid; width: 20px; height: 20px; place-items: center; border-radius: 6px; background: var(--utv-primary); color: #fff; }
.screen-time { color: #8e97ac; }
.screen-feature { position: relative; min-height: 308px; overflow: hidden; padding: 54px 35px 28px; border-radius: 18px; background: radial-gradient(circle at 78% 32%, rgba(32,217,180,.58), transparent 5%), radial-gradient(circle at 76% 31%, rgba(124,92,255,.54), transparent 31%), linear-gradient(112deg, #11172a 15%, #302a61 60%, #0d5b59 100%); }
.screen-feature::before { content: ""; position: absolute; width: 210px; height: 210px; right: 22px; top: 42px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; box-shadow: 0 0 0 28px rgba(255,255,255,.025), 0 0 0 56px rgba(255,255,255,.018); }
.screen-feature::after { content: ""; position: absolute; width: 90px; height: 155px; right: 81px; bottom: 0; border-radius: 48px 48px 0 0; background: linear-gradient(180deg, rgba(255,255,255,.13), rgba(255,255,255,.02)); transform: rotate(-10deg); }
.live-badge { position: absolute; top: 20px; left: 22px; display: flex; align-items: center; gap: 6px; padding: 5px 8px; border-radius: 6px; background: rgba(8,11,20,.68); color: #fff; font-size: 8px; font-weight: 800; letter-spacing: .08em; }
.live-badge i { width: 6px; height: 6px; border-radius: 50%; background: #ff4d70; box-shadow: 0 0 0 4px rgba(255,77,112,.15); }
.screen-kicker { position: relative; z-index: 2; margin-bottom: 6px; color: var(--utv-secondary); font-size: 8px; font-weight: 800; letter-spacing: .18em; }
.screen-feature h2 { position: relative; z-index: 2; max-width: 350px; margin-bottom: 14px; font-size: clamp(25px, 3vw, 36px); letter-spacing: -.05em; }
.screen-meta { position: relative; z-index: 2; display: flex; gap: 6px; margin-bottom: 22px; }
.screen-meta span { padding: 3px 6px; border: 1px solid rgba(255,255,255,.22); border-radius: 4px; color: #dce0eb; font-size: 7px; font-weight: 750; }
.screen-play { position: relative; z-index: 2; display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; border-radius: 7px; background: #fff; color: var(--utv-ink); font-size: 9px; font-weight: 800; }
.screen-play span { color: var(--utv-primary); font-size: 7px; }
.screen-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin-top: 10px; }
.screen-tile { min-height: 94px; padding: 13px; border-radius: 11px; display: flex; flex-direction: column; justify-content: flex-end; }
.screen-tile span { margin-bottom: auto; font-size: 6px; font-weight: 800; letter-spacing: .1em; }
.screen-tile strong { font-size: 10px; }
.screen-tile small { color: rgba(255,255,255,.63); font-size: 7px; }
.tile-sport { background: linear-gradient(145deg, #4b2458, #b64778); }
.tile-cinema { background: linear-gradient(145deg, #153255, #2682a0); }
.tile-kids { background: linear-gradient(145deg, #554010, #c99322); }
.floating-card { position: absolute; z-index: 5; display: flex; align-items: center; gap: 10px; padding: 11px 13px; border: 1px solid rgba(255,255,255,.78); border-radius: 13px; background: rgba(255,255,255,.91); box-shadow: 0 18px 40px rgba(20,24,47,.18); backdrop-filter: blur(10px); }
.floating-card > span { display: grid; width: 32px; height: 32px; place-items: center; border-radius: 9px; background: #ece9ff; color: var(--utv-primary); font-size: 13px; font-weight: 900; }
.floating-card > div { display: grid; }
.floating-card strong { font-size: 10px; }
.floating-card small { color: var(--utv-muted); font-size: 8px; }
.quality-card { top: 30px; right: -34px; }
.support-card { left: -38px; bottom: 54px; }
.support-card > span { background: #dcfaf3; color: #0eaa8b; }
.stat-strip { position: relative; z-index: 3; display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 72px; border-top: 1px solid #e3e6ef; }
.stat-strip > div { display: grid; gap: 2px; padding: 30px 25px 32px; border-right: 1px solid #e3e6ef; text-align: center; }
.stat-strip > div:last-child { border-right: 0; }
.stat-strip strong { font-size: 21px; font-weight: 900; letter-spacing: -.035em; }
.stat-strip span { color: var(--utv-muted); font-size: 11px; }
.trust-marquee { border-block: 1px solid var(--utv-line); background: #fff; }
.marquee-inner { min-height: 74px; display: flex; align-items: center; gap: 38px; }
.marquee-inner > span { flex: 0 0 auto; color: #9aa0b1; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.platform-list { width: 100%; display: flex; align-items: center; justify-content: space-between; color: #444b5e; }
.platform-list strong { font-size: 14px; letter-spacing: -.025em; }
.platform-list i { width: 4px; height: 4px; border-radius: 50%; background: #d7dae4; }

/* Features */
.features-section { background: #fff; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-card { position: relative; min-height: 260px; overflow: hidden; padding: 30px; border: 1px solid var(--utv-line); border-radius: var(--utv-radius); background: #fff; transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.feature-card::before { content: ""; position: absolute; width: 135px; height: 135px; right: -70px; bottom: -75px; border-radius: 50%; background: var(--utv-primary); opacity: .06; transition: transform .35s ease; }
.feature-card:hover { transform: translateY(-6px); border-color: rgba(124,92,255,.4); box-shadow: var(--utv-shadow); }
.feature-card:hover::before { transform: scale(1.45); }
.feature-icon { display: grid; width: 48px; height: 48px; place-items: center; margin-bottom: 34px; border-radius: 14px; background: #efedff; color: var(--utv-primary); font-size: 15px; font-weight: 900; }
.feature-card:nth-child(2n) .feature-icon { background: #e1faf5; color: #0b9e81; }
.feature-card h3 { margin-bottom: 12px; font-size: 20px; }
.feature-card p { margin: 0; color: var(--utv-muted); font-size: 14px; line-height: 1.7; }
.card-arrow { position: absolute; top: 28px; right: 28px; color: #bec3d1; font-size: 16px; }

/* Catalogue */
.catalogue-section { background: var(--utv-paper); }
.split-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 60px; }
.split-heading h2 { margin-bottom: 0; }
.split-heading p { max-width: 500px; margin: 0 0 7px; }
.catalogue-grid { display: grid; grid-template-columns: 1.25fr .75fr; grid-template-rows: 340px 260px; gap: 17px; }
.catalogue-card { position: relative; overflow: hidden; padding: 34px; border-radius: 25px; color: #fff; box-shadow: 0 24px 55px rgba(21,25,48,.12); }
.catalogue-label { position: relative; z-index: 2; display: inline-block; margin-bottom: 17px; color: rgba(255,255,255,.76); font-size: 9px; font-weight: 850; letter-spacing: .16em; }
.catalogue-card h3 { position: relative; z-index: 2; max-width: 460px; margin-bottom: 16px; font-size: clamp(25px,3vw,40px); }
.catalogue-card p { position: relative; z-index: 2; max-width: 430px; color: rgba(255,255,255,.73); font-size: 13px; }
.catalogue-card a { position: relative; z-index: 2; display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 800; }
.catalogue-main { grid-row: 1 / 3; display: flex; align-items: center; background: radial-gradient(circle at 75% 50%, rgba(27,218,180,.55), transparent 3%), radial-gradient(circle at 75% 50%, rgba(30,211,178,.15), transparent 28%), linear-gradient(135deg, #10172c, #293069 60%, #116968); }
.catalogue-main::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(11,15,30,.9) 0%, rgba(11,15,30,.2) 70%); }
.catalogue-content { position: relative; z-index: 3; width: 59%; }
.stadium-visual { position: absolute; width: 330px; height: 330px; right: -20px; top: 50%; transform: translateY(-50%); border-radius: 50%; }
.stadium-ring { position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.23); border-radius: 50%; box-shadow: 0 0 0 32px rgba(255,255,255,.035), 0 0 0 64px rgba(255,255,255,.02); }
.stadium-field { position: absolute; width: 150px; height: 215px; left: 90px; top: 58px; border: 1px solid rgba(255,255,255,.35); border-radius: 80px; background: linear-gradient(90deg, transparent 49%, rgba(255,255,255,.22) 50%, transparent 51%), linear-gradient(0deg, rgba(17,193,146,.45), rgba(34,110,94,.2)); transform: rotate(-17deg); }
.stadium-visual > span { position: absolute; z-index: 2; right: 94px; top: 145px; font-size: 32px; font-weight: 950; letter-spacing: .12em; transform: rotate(-17deg); }
.catalogue-cinema { background: linear-gradient(135deg, #481b43, #9d3b68 60%, #e3806b); }
.poster-stack { position: absolute; right: 22px; bottom: -65px; display: flex; gap: 7px; transform: rotate(-8deg); }
.poster-stack i { width: 65px; height: 130px; border: 1px solid rgba(255,255,255,.2); border-radius: 9px; background: linear-gradient(165deg, #ead2c2, #8b3157 50%, #24132f); box-shadow: 0 12px 25px rgba(19,9,26,.25); }
.poster-stack i:nth-child(2) { background: linear-gradient(165deg, #91d7db, #37558b 50%, #151d35); transform: translateY(-18px); }
.poster-stack i:nth-child(3) { background: linear-gradient(165deg, #f4cc6e, #9c4b3d 50%, #2b1719); }
.catalogue-world, .catalogue-family { padding: 27px; }
.catalogue-world { background: linear-gradient(135deg, #151c37, #354b82); }
.catalogue-world h3, .catalogue-family h3 { max-width: 380px; font-size: 27px; }
.world-chips { position: absolute; left: 27px; bottom: 24px; display: flex; gap: 6px; }
.world-chips span { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; background: rgba(255,255,255,.09); font-size: 8px; font-weight: 800; }
.catalogue-family { background: linear-gradient(135deg, #086a68, #19a683 55%, #54d19f); }
.family-icons { position: absolute; right: 24px; bottom: 20px; display: flex; align-items: end; gap: 6px; }
.family-icons span { display: grid; width: 44px; height: 55px; place-items: center; border-radius: 14px; background: rgba(255,255,255,.13); font-size: 18px; }
.family-icons span:nth-child(2) { height: 75px; }
.catalogue-note { margin: 18px 4px 0; color: #8a91a3; font-size: 10px; }

/* Devices */
.devices-section { overflow: hidden; background: #fff; }
.devices-layout { display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: 80px; }
.devices-copy h2, .promise-copy h2, .faq-intro h2 { margin-bottom: 24px; }
.devices-copy > p, .promise-copy > p, .faq-intro > p { color: var(--utv-muted); font-size: 16px; }
.check-list { display: grid; gap: 12px; margin: 28px 0 26px; padding: 0; list-style: none; }
.check-list li { display: flex; align-items: center; gap: 11px; color: #3d455b; font-size: 14px; font-weight: 650; }
.check-list span { display: grid; width: 24px; height: 24px; place-items: center; border-radius: 7px; background: #e2faf4; color: #0b9e81; font-size: 10px; }
.device-stage { position: relative; min-height: 470px; display: flex; align-items: center; justify-content: center; border-radius: 35px; background: radial-gradient(circle at 50% 45%, rgba(124,92,255,.18), transparent 43%), linear-gradient(145deg, #f0efff, #e8faf6); }
.device-stage::before { content: ""; position: absolute; width: 350px; height: 350px; border: 1px solid rgba(124,92,255,.19); border-radius: 50%; box-shadow: 0 0 0 44px rgba(124,92,255,.035), 0 0 0 88px rgba(124,92,255,.02); }
.device-tv { position: relative; z-index: 2; width: 68%; }
.device-screen { aspect-ratio: 16 / 10; display: flex; flex-direction: column; align-items: center; justify-content: center; overflow: hidden; border: 9px solid #151a2b; border-radius: 15px; background: radial-gradient(circle at 70% 25%, rgba(32,217,180,.5), transparent 4%), radial-gradient(circle at 68% 29%, rgba(124,92,255,.35), transparent 34%), linear-gradient(145deg, #181f3b, #363375 62%, #0b6e65); color: #fff; box-shadow: 0 30px 55px rgba(29,35,71,.25); }
.device-logo { display: grid; width: 39px; height: 39px; place-items: center; margin-bottom: 9px; border-radius: 11px; background: var(--utv-primary); font-weight: 900; }
.device-screen strong { font-size: 19px; }
.device-screen small { margin: 3px 0 13px; color: rgba(255,255,255,.65); font-size: 8px; }
.device-screen i { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 50%; background: #fff; color: var(--utv-primary); font-size: 8px; font-style: normal; }
.device-stand { width: 42%; height: 34px; margin: 0 auto; border-radius: 0 0 50% 50%; background: linear-gradient(90deg, #151a2b, #586075, #151a2b); clip-path: polygon(35% 0,65% 0,100% 100%,0 100%); }
.device-phone { position: absolute; z-index: 4; width: 120px; right: 11%; bottom: 52px; padding: 7px; border-radius: 20px; background: #131827; box-shadow: 0 22px 40px rgba(16,21,43,.3); }
.device-phone > div { aspect-ratio: 9 / 17; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 14px; background: linear-gradient(160deg, #332c73, #0a7a6d); color: #fff; }
.device-phone span { display: grid; width: 27px; height: 27px; place-items: center; border-radius: 8px; background: var(--utv-primary); font-size: 10px; font-weight: 850; }
.device-phone strong { margin: 7px 0 12px; font-size: 9px; }
.device-phone i { display: grid; width: 25px; height: 25px; place-items: center; border-radius: 50%; background: #fff; color: var(--utv-primary); font-size: 6px; font-style: normal; }
.device-badge { position: absolute; z-index: 5; padding: 8px 12px; border: 1px solid rgba(255,255,255,.8); border-radius: 10px; background: rgba(255,255,255,.86); box-shadow: 0 12px 28px rgba(28,32,65,.11); color: #464e63; font-size: 9px; font-weight: 800; backdrop-filter: blur(7px); }
.badge-one { top: 68px; left: 8%; }
.badge-two { top: 92px; right: 8%; }
.badge-three { bottom: 66px; left: 11%; }

/* Steps */
.steps-section { background: var(--utv-paper); }
.steps-grid { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.steps-grid::before { content: ""; position: absolute; left: 11%; right: 11%; top: 51px; height: 1px; border-top: 1px dashed #cfd3e1; }
.step-card { position: relative; z-index: 2; padding: 0 20px; text-align: center; }
.step-card > span { position: absolute; top: 2px; right: 20px; color: #c1c6d3; font-size: 10px; font-weight: 800; }
.step-icon { position: relative; display: grid; width: 68px; height: 68px; place-items: center; margin: 18px auto 24px; border: 6px solid var(--utv-paper); border-radius: 21px; background: #fff; color: var(--utv-primary); font-size: 20px; font-weight: 900; box-shadow: 0 10px 26px rgba(29,35,69,.12); }
.step-card:nth-child(2n) .step-icon { color: #0ea789; }
.step-card h3 { margin-bottom: 10px; font-size: 18px; }
.step-card p { color: var(--utv-muted); font-size: 13px; }

/* Pricing */
.pricing-section { position: relative; overflow: hidden; background: #0b0f1d; color: #fff; }
.pricing-glow { position: absolute; width: 600px; height: 600px; left: 50%; top: -380px; border-radius: 50%; background: var(--utv-primary); opacity: .2; filter: blur(70px); transform: translateX(-50%); }
.section-heading.light { position: relative; z-index: 2; }
.section-heading.light p { color: #929bae; }
.section-heading.light h2 em { color: var(--utv-secondary); }
.device-selector { position: relative; z-index: 2; width: fit-content; margin: -20px auto 43px; padding: 7px 8px 7px 16px; display: flex; align-items: center; gap: 15px; border: 1px solid rgba(255,255,255,.09); border-radius: 14px; background: rgba(255,255,255,.055); }
.device-selector > span { color: #aeb5c5; font-size: 10px; font-weight: 750; }
.device-selector > div { display: flex; gap: 4px; }
.device-selector button { padding: 8px 11px; border: 0; border-radius: 8px; background: transparent; color: #8e97aa; font-size: 10px; font-weight: 750; cursor: pointer; }
.device-selector button.is-active { background: var(--utv-primary); color: #fff; box-shadow: 0 6px 15px rgba(124,92,255,.3); }
.pricing-grid { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, 1fr); align-items: stretch; gap: 14px; }
.price-card { position: relative; display: flex; flex-direction: column; min-width: 0; padding: 28px 24px 22px; border: 1px solid rgba(255,255,255,.09); border-radius: 21px; background: #121727; transition: transform .25s ease, border-color .25s ease; }
.price-card:hover { transform: translateY(-6px); border-color: rgba(124,92,255,.65); }
.price-card.is-popular { border-color: var(--utv-primary); background: linear-gradient(180deg, rgba(124,92,255,.2), #141827 33%); box-shadow: 0 24px 60px rgba(0,0,0,.3); }
.popular-ribbon { position: absolute; left: 50%; top: -13px; padding: 6px 13px; border-radius: 20px; background: linear-gradient(135deg, var(--utv-primary), #9b54ff); font-size: 8px; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; transform: translateX(-50%); white-space: nowrap; }
.plan-top { display: flex; justify-content: space-between; align-items: start; padding-bottom: 22px; border-bottom: 1px solid rgba(255,255,255,.08); }
.plan-top span { font-size: 17px; font-weight: 850; }
.plan-top small { max-width: 74px; color: #7f899e; font-size: 8px; text-align: right; }
.plan-duration { display: flex; align-items: baseline; gap: 6px; margin-top: 20px; }
.plan-duration strong { font-size: 39px; letter-spacing: -.06em; }
.plan-duration span { color: #8e97aa; font-size: 11px; }
.plan-price { display: flex; align-items: flex-start; margin: 6px 0 23px; color: var(--utv-secondary); }
.plan-price > span { margin: 7px 3px 0 0; font-size: 15px; font-weight: 800; }
.plan-price > strong { font-size: 36px; line-height: 1; letter-spacing: -.05em; }
.plan-price > small { align-self: end; margin: 0 0 2px 7px; color: #778094; font-size: 7px; }
.price-card ul { display: grid; gap: 10px; margin: 0 0 25px; padding: 0; list-style: none; }
.price-card li { display: flex; align-items: center; gap: 8px; color: #c2c7d3; font-size: 10px; }
.price-card li span { color: var(--utv-secondary); font-weight: 850; }
.plan-button { display: flex; min-height: 44px; align-items: center; justify-content: center; gap: 9px; margin-top: auto; border: 1px solid rgba(255,255,255,.13); border-radius: 10px; background: rgba(255,255,255,.055); color: #fff; font-size: 10px; font-weight: 850; transition: background .2s ease, border-color .2s ease; }
.is-popular .plan-button, .plan-button:hover { border-color: var(--utv-primary); background: var(--utv-primary); }
.plan-device-label { margin-top: 10px; color: #7e879a; font-size: 8px; text-align: center; }
.plan-device-label strong { color: #aab1bf; }
.payment-trust { position: relative; z-index: 2; display: flex; align-items: center; justify-content: center; gap: 19px; margin-top: 36px; color: #6f788c; }
.payment-trust > span { font-size: 7px; font-weight: 850; letter-spacing: .08em; }
.payment-trust > strong { color: #aeb5c4; font-size: 10px; }
.payment-trust i { width: 1px; height: 18px; background: rgba(255,255,255,.1); }

/* Promise */
.promise-section { background: #fff; }
.promise-layout { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 100px; }
.promise-visual { position: relative; min-height: 430px; display: grid; place-items: center; border-radius: 36px; background: radial-gradient(circle at 50% 50%, rgba(124,92,255,.17), transparent 40%), var(--utv-paper); }
.shield { position: relative; z-index: 3; width: 190px; height: 220px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: #fff; background: linear-gradient(155deg, #9877ff, #6548db 65%, #4131a3); clip-path: polygon(50% 0, 93% 16%, 86% 72%, 50% 100%, 14% 72%, 7% 16%); filter: drop-shadow(0 28px 35px rgba(80,59,179,.28)); }
.shield::before { content: ""; position: absolute; inset: 11px; border: 1px solid rgba(255,255,255,.23); clip-path: inherit; }
.shield div { font-size: 70px; font-weight: 950; line-height: .9; letter-spacing: -.08em; }
.shield span { font-size: 14px; font-weight: 900; letter-spacing: .15em; }
.shield small { margin-top: 7px; color: rgba(255,255,255,.66); font-size: 7px; font-weight: 800; letter-spacing: .12em; }
.orbit { position: absolute; border: 1px dashed rgba(124,92,255,.22); border-radius: 50%; }
.orbit-one { width: 300px; height: 300px; }
.orbit-two { width: 385px; height: 385px; }
.orbit-one::before, .orbit-two::before { content: ""; position: absolute; width: 11px; height: 11px; border-radius: 50%; background: var(--utv-secondary); box-shadow: 0 0 0 7px rgba(32,217,180,.1); }
.orbit-one::before { top: 28px; right: 45px; }
.orbit-two::before { left: 12px; top: 165px; background: var(--utv-primary); box-shadow: 0 0 0 7px rgba(124,92,255,.1); }
.promise-points { display: flex; flex-wrap: wrap; gap: 15px 22px; margin: 26px 0 31px; }
.promise-points span { display: flex; align-items: center; gap: 8px; color: #424a60; font-size: 12px; font-weight: 700; }
.promise-points i { display: grid; width: 21px; height: 21px; place-items: center; border-radius: 50%; background: #e1faf4; color: #0b9e81; font-size: 8px; font-style: normal; }

/* FAQ */
.faq-section { background: var(--utv-paper); }
.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; }
.faq-intro { position: sticky; top: 120px; align-self: start; }
.faq-list { display: grid; gap: 11px; }
.faq-item { overflow: hidden; border: 1px solid var(--utv-line); border-radius: 15px; background: #fff; transition: border-color .2s ease, box-shadow .2s ease; }
.faq-item.is-open { border-color: rgba(124,92,255,.4); box-shadow: 0 12px 30px rgba(25,30,61,.07); }
.faq-item button { width: 100%; min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 16px 20px; border: 0; background: transparent; color: var(--utv-ink); text-align: left; cursor: pointer; }
.faq-item button span { font-size: 14px; font-weight: 800; }
.faq-item button i { position: relative; flex: 0 0 auto; width: 22px; height: 22px; border-radius: 50%; background: #f0efff; }
.faq-item button i::before, .faq-item button i::after { content: ""; position: absolute; left: 7px; right: 7px; top: 10px; height: 2px; background: var(--utv-primary); }
.faq-item button i::after { transform: rotate(90deg); transition: transform .2s ease; }
.faq-item.is-open button i::after { transform: rotate(0); }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s ease; }
.faq-answer > p { min-height: 0; overflow: hidden; margin: 0; padding: 0 20px; color: var(--utv-muted); font-size: 13px; }
.faq-item.is-open .faq-answer { grid-template-rows: 1fr; }
.faq-item.is-open .faq-answer > p { padding-bottom: 21px; }

/* Final CTA */
.final-cta { position: relative; overflow: hidden; padding: 105px 0; background: #101526; color: #fff; }
.final-cta-grid { opacity: .24; mask-image: radial-gradient(circle at 50% 45%, #000, transparent 70%); }
.final-cta-glow { position: absolute; width: 450px; height: 450px; left: 50%; top: 20%; border-radius: 50%; background: var(--utv-primary); opacity: .16; filter: blur(70px); transform: translate(-50%,-50%); }
.final-cta-inner { position: relative; z-index: 2; max-width: 820px; text-align: center; }
.final-cta h2 { margin-bottom: 21px; font-size: clamp(41px,6vw,69px); font-weight: 900; }
.final-cta h2 em { color: var(--utv-secondary); }
.final-cta p { max-width: 610px; margin: 0 auto 30px; color: #9ba4b7; font-size: 16px; }
.centered-actions { justify-content: center; }
.final-cta .button-ghost { border-color: rgba(255,255,255,.15); background: rgba(255,255,255,.055); color: #fff; }
.final-mini-trust { display: flex; justify-content: center; gap: 25px; margin-top: 25px; color: #7e879a; font-size: 9px; }

/* Footer */
.site-footer { padding: 70px 0 24px; background: #090d18; color: #fff; }
.footer-main { display: grid; grid-template-columns: 1.4fr .7fr .8fr 1fr; gap: 55px; padding-bottom: 48px; }
.wordmark-footer { color: #fff; }
.footer-brand p { max-width: 300px; margin: 19px 0; color: #818a9e; font-size: 12px; }
.footer-status { display: flex; align-items: center; gap: 8px; color: #a0a8b9; font-size: 10px; }
.footer-status span { width: 7px; height: 7px; border-radius: 50%; background: var(--utv-secondary); box-shadow: 0 0 0 5px rgba(32,217,180,.08); }
.footer-links, .footer-contact { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-main h3 { margin-bottom: 10px; font-size: 12px; letter-spacing: .02em; }
.footer-links a, .footer-contact p, .footer-email { color: #7e879a; font-size: 10px; }
.footer-links a:hover, .footer-email:hover { color: #fff; }
.footer-contact .button { margin: 4px 0; }
.footer-widgets { padding: 25px 0; border-top: 1px solid rgba(255,255,255,.07); }
.footer-legal { display: flex; justify-content: space-between; gap: 40px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.07); color: #646d80; font-size: 8px; }
.footer-legal p:last-child { max-width: 600px; text-align: right; }
.floating-whatsapp { position: fixed; z-index: 900; right: 20px; bottom: 20px; display: flex; align-items: center; gap: 8px; min-height: 47px; padding: 8px 15px 8px 9px; border: 2px solid #fff; border-radius: 30px; background: #16b989; color: #fff; box-shadow: 0 15px 35px rgba(11,97,72,.3); }
.floating-whatsapp span { display: grid; width: 28px; height: 28px; place-items: center; border-radius: 50%; background: rgba(255,255,255,.17); font-size: 12px; }
.floating-whatsapp em { font-size: 11px; font-style: normal; font-weight: 800; }

/* Standard WordPress pages */
.content-shell { width: min(calc(100% - 40px), 850px); margin: 0 auto; padding: 90px 0 110px; }
.content-header { margin-bottom: 40px; }
.content-header h1 { margin-bottom: 13px; font-size: clamp(38px,6vw,64px); }
.entry-meta { color: var(--utv-muted); font-size: 12px; }
.entry-content { color: #3e465c; font-size: 17px; }
.entry-content h2, .entry-content h3 { margin-top: 2em; color: var(--utv-ink); }
.entry-content a { color: var(--utv-primary); text-decoration: underline; }
.entry-content blockquote { margin: 35px 0; padding: 20px 26px; border-left: 4px solid var(--utv-primary); background: var(--utv-paper); }
.entry-content img { border-radius: 16px; }
.post-list { display: grid; gap: 20px; }
.post-card { padding: 27px; border: 1px solid var(--utv-line); border-radius: 18px; }
.post-card h2 { margin-bottom: 10px; font-size: 27px; }
.post-card p { color: var(--utv-muted); }
.pagination { margin-top: 35px; }
.error-page { text-align: center; }
.error-code { display: block; color: var(--utv-primary); font-size: 100px; font-weight: 950; line-height: 1; }

/* SEO landing pages */
.seo-landing { background: #fff; }
.seo-hero { position: relative; overflow: hidden; padding: 52px 0 88px; background: radial-gradient(circle at 82% 28%, rgba(124,92,255,.14), transparent 30%), linear-gradient(180deg,#fbfbff,#f4f6fc); }
.seo-hero-grid { position: absolute; inset: 0; opacity: .45; background-image: linear-gradient(rgba(72,80,115,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(72,80,115,.05) 1px, transparent 1px); background-size: 38px 38px; mask-image: linear-gradient(to bottom,#000,transparent); }
.breadcrumbs { position: relative; z-index: 2; display: flex; gap: 8px; margin-bottom: 62px; color: #80879a; font-size: 11px; }
.breadcrumbs a { color: var(--utv-primary); font-weight: 750; }
.seo-hero-copy { position: relative; z-index: 2; max-width: 850px; }
.seo-hero h1 { margin-bottom: 24px; font-size: clamp(44px,7vw,76px); font-weight: 900; }
.seo-hero-copy > p { max-width: 740px; margin-bottom: 31px; color: #626b80; font-size: 18px; line-height: 1.75; }
.seo-layout { display: grid; grid-template-columns: 240px minmax(0,760px); justify-content: space-between; gap: 70px; padding-block: 88px 115px; }
.seo-toc { position: sticky; top: 112px; align-self: start; display: grid; gap: 5px; padding: 22px; border: 1px solid var(--utv-line); border-radius: 16px; background: #fff; box-shadow: 0 15px 35px rgba(20,25,52,.06); }
.seo-toc strong { margin-bottom: 8px; font-size: 12px; }
.seo-toc a { padding: 8px 0; border-bottom: 1px solid #edf0f5; color: #687086; font-size: 11px; line-height: 1.4; }
.seo-toc a:last-child { border-bottom: 0; }
.seo-toc a:hover { color: var(--utv-primary); }
.seo-content > section { scroll-margin-top: 105px; padding: 0 0 65px; margin-bottom: 65px; border-bottom: 1px solid var(--utv-line); }
.section-number { display: block; margin-bottom: 12px; color: var(--utv-primary); font-size: 11px; font-weight: 900; letter-spacing: .12em; }
.seo-content h2 { margin-bottom: 18px; font-size: clamp(29px,4vw,43px); }
.seo-content p { color: #596277; font-size: 16px; line-height: 1.85; }
.seo-checks { display: grid; grid-template-columns: repeat(2,1fr); gap: 11px; margin: 27px 0 0; padding: 0; list-style: none; }
.seo-checks li { display: flex; align-items: center; gap: 10px; min-height: 48px; padding: 10px 13px; border: 1px solid var(--utv-line); border-radius: 11px; color: #3f475c; font-size: 12px; font-weight: 700; }
.seo-checks span { display: grid; flex: 0 0 auto; width: 23px; height: 23px; place-items: center; border-radius: 7px; background: #def8f2; color: #0d9a7e; font-size: 9px; }
.seo-link-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 11px; margin-top: 27px; }
.seo-link-grid a { display: flex; justify-content: space-between; gap: 10px; padding: 17px; border: 1px solid var(--utv-line); border-radius: 12px; color: #343c51; font-size: 12px; font-weight: 800; }
.seo-link-grid a:hover { border-color: var(--utv-primary); color: var(--utv-primary); }
.seo-faq details { margin-bottom: 10px; border: 1px solid var(--utv-line); border-radius: 13px; background: #fff; }
.seo-faq summary { padding: 17px 19px; color: #242a3d; font-size: 13px; font-weight: 800; cursor: pointer; }
.seo-faq details p { margin: 0; padding: 0 19px 18px; font-size: 13px; }
.seo-final-card { display: flex; align-items: center; justify-content: space-between; gap: 35px; padding: 35px; border-radius: 22px; background: linear-gradient(135deg,#11172b,#373176 70%,#10675f); color: #fff; }
.seo-final-card > div > span { color: var(--utv-secondary); font-size: 9px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.seo-final-card h2 { margin: 8px 0; font-size: 27px; }
.seo-final-card p { margin: 0; color: rgba(255,255,255,.68); font-size: 12px; }
.seo-final-card .button { flex: 0 0 auto; }

/* WooCommerce */
.woocommerce .button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce a.button.alt,
.woocommerce button.button.alt {
	border: 0;
	border-radius: 10px;
	background: var(--utv-primary);
	color: #fff;
	font-weight: 800;
}
.woocommerce .button:hover,
.woocommerce button.button:hover,
.woocommerce a.button.alt:hover { background: #6544ed; color: #fff; }
.woocommerce ul.products li.product,
.woocommerce div.product { color: var(--utv-ink); }
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price { color: var(--utv-primary); font-weight: 850; }
.woocommerce-message,
.woocommerce-info { border-top-color: var(--utv-primary); }
.woocommerce-message::before,
.woocommerce-info::before { color: var(--utv-primary); }

/* Motion */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s cubic-bezier(.2,.75,.25,1); transition-delay: var(--delay, 0ms); }
.reveal-delay { --delay: 140ms; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

/* Responsive */
@media (max-width: 1100px) {
	.primary-menu { gap: 17px; }
	.header-inner { gap: 20px; }
	.hero-layout { gap: 30px; }
	.hero h1 { font-size: 57px; }
	.quality-card { right: -12px; }
	.support-card { left: -12px; }
	.pricing-grid { grid-template-columns: repeat(2, 1fr); gap: 18px; }
	.footer-main { grid-template-columns: 1.3fr .7fr .8fr; }
	.footer-contact { grid-column: 1 / -1; flex-direction: row; align-items: center; }
	.footer-contact h3, .footer-contact p { margin: 0; }
}

@media (max-width: 900px) {
	.announcement-inner { justify-content: flex-start; overflow: hidden; white-space: nowrap; }
	.announcement-inner a { margin-left: auto; }
	.menu-toggle { display: block; }
	.header-cta { margin-left: 2px; }
	.primary-navigation { position: fixed; inset: 110px 0 auto; display: none; padding: 22px 20px 35px; border-bottom: 1px solid var(--utv-line); background: #fff; box-shadow: 0 20px 40px rgba(22,27,51,.12); }
	.primary-navigation.is-open { display: block; }
	.primary-menu { display: grid; gap: 0; }
	.primary-menu li { border-bottom: 1px solid var(--utv-line); }
	.primary-menu a { display: block; padding: 14px 4px; font-size: 15px; }
	.primary-menu a::after { display: none; }
	.hero { padding-top: 70px; }
	.hero-layout { grid-template-columns: 1fr; }
	.hero-copy { max-width: 680px; margin-inline: auto; padding-bottom: 10px; text-align: center; }
	.hero-copy .eyebrow, .hero-actions, .hero-trust { justify-content: center; }
	.hero-visual { width: min(100%, 680px); margin: 15px auto 0; }
	.hero h1 { max-width: none; font-size: clamp(48px,9vw,68px); }
	.stat-strip { margin-top: 55px; }
	.feature-grid { grid-template-columns: repeat(2, 1fr); }
	.catalogue-grid { grid-template-columns: 1fr; grid-template-rows: 410px repeat(3, 250px); }
	.catalogue-main { grid-row: auto; }
	.devices-layout, .promise-layout { grid-template-columns: 1fr; gap: 55px; }
	.devices-copy, .promise-copy { max-width: 680px; }
	.device-stage { order: -1; min-height: 430px; }
	.steps-grid { grid-template-columns: repeat(2,1fr); gap: 40px 15px; }
	.steps-grid::before { display: none; }
	.faq-layout { grid-template-columns: 1fr; gap: 40px; }
	.faq-intro { position: static; max-width: 650px; }
	.footer-main { grid-template-columns: 1.3fr 1fr 1fr; }
	.seo-layout { grid-template-columns: 1fr; gap: 35px; }
	.seo-toc { position: static; }
	.footer-contact { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
	:root { --utv-radius: 18px; }
	.utv-container { width: min(calc(100% - 28px), var(--utv-container)); }
	.section { padding: 78px 0; }
	.announcement-inner { min-height: 39px; font-size: 10px; }
	.announcement-inner a { display: none; }
	.header-inner { min-height: 68px; }
	.primary-navigation { top: 107px; }
	.wordmark { font-size: 18px; }
	.wordmark-icon { width: 31px; height: 31px; }
	.header-cta { display: none; }
	.hero { padding-top: 54px; }
	.hero h1 { font-size: 43px; }
	.hero-lead { font-size: 16px; }
	.hero-actions { display: grid; grid-template-columns: 1fr; }
	.button { width: 100%; }
	.hero-trust { margin-top: 24px; }
	.screen-shell { padding: 9px; border-radius: 20px; transform: none; }
	.screen-feature { min-height: 245px; padding: 53px 20px 20px; }
	.screen-feature h2 { font-size: 27px; }
	.screen-feature::before { right: -65px; }
	.screen-feature::after { right: 13px; }
	.screen-row { gap: 6px; }
	.screen-tile { min-height: 78px; padding: 8px; }
	.screen-tile strong { font-size: 8px; }
	.floating-card { display: none; }
	.stat-strip { grid-template-columns: repeat(2,1fr); }
	.stat-strip > div { padding: 22px 9px; border-bottom: 1px solid var(--utv-line); }
	.stat-strip > div:nth-child(2) { border-right: 0; }
	.stat-strip > div:nth-child(n+3) { border-bottom: 0; }
	.stat-strip strong { font-size: 17px; }
	.marquee-inner { align-items: flex-start; flex-direction: column; gap: 11px; padding-block: 18px; }
	.platform-list { flex-wrap: wrap; justify-content: flex-start; gap: 10px 15px; }
	.platform-list strong { font-size: 11px; }
	.section-heading { margin-bottom: 36px; }
	.section-heading h2, .devices-copy h2, .promise-copy h2, .faq-intro h2 { font-size: 38px; }
	.section-heading p { font-size: 15px; }
	.feature-grid { grid-template-columns: 1fr; }
	.feature-card { min-height: 230px; }
	.split-heading { grid-template-columns: 1fr; gap: 17px; }
	.catalogue-grid { grid-template-rows: 420px repeat(3,235px); }
	.catalogue-card { padding: 27px; }
	.catalogue-content { width: 100%; }
	.catalogue-main { align-items: flex-start; padding-top: 45px; }
	.catalogue-main::after { background: linear-gradient(180deg, rgba(11,15,30,.94), rgba(11,15,30,.35)); }
	.stadium-visual { width: 260px; height: 260px; right: -35px; top: 72%; }
	.stadium-field { width: 120px; height: 170px; left: 70px; top: 44px; }
	.stadium-visual > span { right: 74px; top: 114px; font-size: 25px; }
	.device-stage { min-height: 340px; border-radius: 25px; }
	.device-tv { width: 78%; }
	.device-phone { width: 83px; right: 5%; bottom: 36px; }
	.device-badge { display: none; }
	.steps-grid { grid-template-columns: 1fr; gap: 26px; }
	.step-card { padding: 0 30px; }
	.device-selector { width: 100%; align-items: stretch; flex-direction: column; padding: 10px; text-align: center; }
	.device-selector > div { width: 100%; }
	.device-selector button { flex: 1; padding-inline: 5px; }
	.pricing-grid { grid-template-columns: 1fr; }
	.price-card { padding: 28px; }
	.payment-trust { flex-wrap: wrap; gap: 12px; }
	.promise-layout { gap: 45px; }
	.promise-visual { min-height: 340px; }
	.shield { width: 145px; height: 170px; }
	.shield div { font-size: 55px; }
	.orbit-one { width: 230px; height: 230px; }
	.orbit-two { width: 300px; height: 300px; }
	.promise-points { display: grid; }
	.final-cta { padding: 80px 0; }
	.final-cta h2 { font-size: 42px; }
	.final-mini-trust { flex-direction: column; gap: 7px; }
	.footer-main { grid-template-columns: 1fr 1fr; gap: 36px 25px; }
	.footer-brand, .footer-contact { grid-column: 1 / -1; }
	.footer-contact { align-items: flex-start; flex-direction: column; }
	.footer-contact .button { width: auto; }
	.footer-legal { flex-direction: column; gap: 5px; }
	.footer-legal p:last-child { text-align: left; }
	.seo-hero { padding: 32px 0 65px; }
	.breadcrumbs { margin-bottom: 40px; }
	.seo-hero h1 { font-size: 41px; }
	.seo-hero-copy > p { font-size: 16px; }
	.seo-layout { padding-block: 60px 80px; }
	.seo-checks, .seo-link-grid { grid-template-columns: 1fr; }
	.seo-final-card { align-items: flex-start; flex-direction: column; }
	.seo-final-card .button { width: 100%; }
	.floating-whatsapp { right: 12px; bottom: 12px; padding-right: 9px; }
	.floating-whatsapp em { display: none; }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
	.reveal { opacity: 1; transform: none; }
}
