
:root{
  --navy:#061f4f;--navy2:#0b326f;--red:#e30613;--text:#10213b;
  --muted:#67748a;--bg:#f4f7fb;--line:#e4e9f2;--white:#fff;
  --shadow:0 18px 45px rgba(4,31,79,.09)
}
*{box-sizing:border-box}
html,body{margin:0;min-height:100%;font-family:Inter,Arial,sans-serif;color:var(--text);background:var(--bg)}
a{text-decoration:none;color:inherit}
img{max-width:100%}
.tv-market-head{position:sticky;top:0;z-index:30;background:#fff;border-bottom:1px solid var(--line)}
.tv-market-head .inner{max-width:1240px;margin:auto;padding:14px 22px;display:flex;align-items:center;justify-content:space-between;gap:18px}
.tv-market-head img{height:54px;width:auto;object-fit:contain}
.tv-market-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap}
.tv-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 20px;border-radius:12px;border:1px solid transparent;font-weight:800;cursor:pointer}
.tv-btn.primary{background:linear-gradient(135deg,var(--red),#ff3342);color:#fff;box-shadow:0 10px 24px rgba(227,6,19,.2)}
.tv-btn.secondary{background:#fff;color:var(--navy);border-color:#dce4f1}
.tv-btn.navy{background:var(--navy);color:#fff}
.tv-btn.block{width:100%}
.tv-wrap{max-width:1240px;margin:auto;padding:30px 22px 70px}
.tv-hero{background:linear-gradient(135deg,#061f4f,#0d3c84);color:#fff;border-radius:28px;padding:48px;display:grid;grid-template-columns:1.35fr .65fr;gap:30px;align-items:center;box-shadow:var(--shadow);position:relative;overflow:hidden}
.tv-hero:after{content:"";position:absolute;width:340px;height:340px;border-radius:50%;background:rgba(255,255,255,.06);right:-80px;top:-140px}
.tv-badge{display:inline-flex;padding:7px 11px;border-radius:999px;background:#eef4ff;color:#0b3b82;font-size:12px;font-weight:800}
.tv-hero .tv-badge{background:rgba(255,255,255,.12);color:#fff}
.tv-hero h1{font-size:clamp(34px,5vw,60px);line-height:1.05;margin:14px 0}
.tv-hero p{color:#d8e4f7;font-size:17px;line-height:1.7;max-width:760px}
.tv-hero-side{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.15);border-radius:20px;padding:24px;position:relative;z-index:1}
.tv-section-title{margin:40px 0 20px}
.tv-section-title h2{font-size:32px;margin:0 0 8px}
.tv-section-title p{color:var(--muted);margin:0}
.tv-package-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;align-items:stretch}
.tv-package{background:#fff;border:1px solid var(--line);border-radius:22px;padding:24px;box-shadow:var(--shadow);display:flex;flex-direction:column;min-width:0;position:relative;overflow:hidden}
.tv-package.popular{border:2px solid var(--red);transform:translateY(-6px)}
.tv-package h3{font-size:22px;margin:14px 0 8px;color:var(--navy)}
.tv-package .tagline{color:var(--muted);line-height:1.55;min-height:48px}
.tv-price{font-size:29px;font-weight:900;color:var(--navy);margin:14px 0 6px}
.tv-price small{font-size:13px;color:var(--muted);font-weight:700}
.tv-meta{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:12px 0}
.tv-meta div{background:#f6f8fc;border-radius:11px;padding:10px;font-size:13px}
.tv-feature-list{padding:0;margin:12px 0 24px;list-style:none;flex:1}
.tv-feature-list li{padding:7px 0 7px 28px;position:relative;line-height:1.35;color:#34445e;overflow-wrap:anywhere}
.tv-feature-list li:before{content:"✓";position:absolute;left:0;top:6px;width:19px;height:19px;border-radius:50%;background:#e9f8ef;color:#0b9b50;display:grid;place-items:center;font-size:12px;font-weight:900}
.tv-panel{background:#fff;border:1px solid var(--line);border-radius:22px;padding:26px;box-shadow:var(--shadow)}
.tv-cart-grid,.tv-checkout-grid{display:grid;grid-template-columns:1.35fr .65fr;gap:24px;align-items:start}
.tv-cart-item{display:grid;grid-template-columns:1fr auto;gap:20px;padding:20px 0;border-bottom:1px solid var(--line)}
.tv-cart-item:last-child{border-bottom:0}
.tv-cart-item h3{margin:0 0 6px;color:var(--navy)}
.tv-muted{color:var(--muted)}
.tv-summary{position:sticky;top:100px}
.tv-summary-row{display:flex;justify-content:space-between;gap:20px;padding:10px 0}
.tv-summary-row.total{border-top:1px solid var(--line);margin-top:8px;padding-top:18px;font-size:22px;font-weight:900;color:var(--navy)}
.tv-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.tv-form label{display:grid;gap:7px;font-weight:800;font-size:14px}
.tv-form input,.tv-form select,.tv-form textarea{width:100%;border:1px solid #dbe3ef;border-radius:12px;padding:13px 14px;font:inherit;background:#fff;outline:none}
.tv-form input:focus,.tv-form select:focus,.tv-form textarea:focus{border-color:#2b65bd;box-shadow:0 0 0 4px rgba(43,101,189,.1)}
.tv-form textarea{min-height:110px;resize:vertical}
.tv-form .full{grid-column:1/-1}
.tv-check{display:flex!important;grid-template-columns:none!important;align-items:flex-start;gap:10px;font-weight:600!important;color:#52617a}
.tv-check input{width:auto;margin-top:3px}
.tv-alert{padding:14px 16px;border-radius:12px;margin:0 0 18px}
.tv-alert.error{background:#fff1f2;color:#a30d1a;border:1px solid #ffcdd2}
.tv-security{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:18px 0}
.tv-security div{background:#f6f8fc;padding:12px;border-radius:12px;text-align:center;font-size:12px;font-weight:800;color:#4d5e78}
@media(max-width:1050px){.tv-package-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:820px){
 .tv-hero,.tv-cart-grid,.tv-checkout-grid{grid-template-columns:1fr}
 .tv-package-grid{grid-template-columns:1fr}
 .tv-package.popular{transform:none}
 .tv-summary{position:static}
 .tv-form{grid-template-columns:1fr}
 .tv-form .full{grid-column:auto}
 .tv-market-head .inner{padding:12px 14px}
 .tv-market-head img{height:46px}
 .tv-wrap{padding:20px 14px 50px}
 .tv-hero{padding:30px 22px}
 .tv-security{grid-template-columns:1fr}
}
