﻿/* ButterDEV CMS Pro V1 */
:root{
  --bg:#05020b;--bg2:#0c0618;--text:#fffaff;--soft:#efe5ff;--muted:#aa9abe;
  --line:rgba(255,255,255,.13);--purple:#9b5cff;--purple2:#6d28d9;--pink:#ff4ecd;
  --cyan:#35c9ff;--lime:#dfff5f;--shadow:0 34px 120px rgba(0,0,0,.52);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:'Kanit',system-ui,sans-serif;background:var(--bg);color:var(--text);overflow-x:hidden}
body:before{content:"";position:fixed;inset:0;z-index:-5;background:radial-gradient(circle at 76% 4%,rgba(155,92,255,.42),transparent 28%),radial-gradient(circle at 8% 20%,rgba(255,78,205,.18),transparent 24%),radial-gradient(circle at 54% 108%,rgba(53,201,255,.13),transparent 34%),linear-gradient(180deg,#05020b,#0c0618 48%,#05020b)}
a{text-decoration:none;color:inherit}
h1,h2,h3,.brand,.btn,.label,.price-number,.metric-number{font-family:'Space Grotesk','Kanit',sans-serif}
.wrap{width:min(1240px,calc(100% - 40px));margin:auto}
.cursor-glow{position:fixed;width:420px;height:420px;border-radius:50%;pointer-events:none;z-index:2;background:radial-gradient(circle,rgba(155,92,255,.24),rgba(255,78,205,.10),transparent 63%);filter:blur(12px);mix-blend-mode:screen;transform:translate(-50%,-50%)}
.grain{position:fixed;inset:0;z-index:100;pointer-events:none;opacity:.05;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 240 240' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}
.top{position:sticky;top:0;z-index:40;background:rgba(5,2,11,.76);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}
.nav{height:88px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;gap:12px;font-weight:800;font-size:20px;letter-spacing:-.5px}
.mark{width:54px;height:54px;border-radius:16px;background:rgba(255,255,255,.04);display:grid;place-items:center;box-shadow:0 0 34px rgba(155,92,255,.35);border:1px solid rgba(255,255,255,.16);padding:6px}
.mark img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 7px 16px rgba(0,0,0,.35))}
.brand em{font-style:normal;color:var(--purple)}
.links{display:flex;gap:26px;color:var(--muted);font-size:14px;font-weight:700}
.links a:hover{color:#fff}
.btn{min-height:54px;padding:0 22px;border-radius:999px;border:1px solid rgba(255,255,255,.16);display:inline-flex;align-items:center;justify-content:center;gap:10px;font-weight:800;transition:.25s;white-space:nowrap}
.btn-primary{background:linear-gradient(135deg,var(--purple),var(--purple2));color:#fff;box-shadow:0 0 36px rgba(155,92,255,.38);border-color:rgba(255,255,255,.08)}
.btn-primary:hover{transform:translateY(-3px);box-shadow:0 0 60px rgba(155,92,255,.62)}
.btn-ghost{background:rgba(255,255,255,.055);color:#fff}
.sticky-cta{position:fixed;right:20px;bottom:20px;z-index:50;display:flex;gap:10px;align-items:center;padding:10px;border:1px solid rgba(255,255,255,.16);border-radius:999px;background:rgba(12,6,24,.78);backdrop-filter:blur(18px);box-shadow:0 20px 70px rgba(0,0,0,.35)}
.sticky-cta span{padding-left:12px;color:var(--soft);font-size:13px;font-weight:700}
.hero{position:relative;min-height:calc(100vh - 88px);padding:72px 0 60px;overflow:hidden}
.hero-video{position:absolute;inset:0;z-index:0;opacity:.30;filter:saturate(1.25) contrast(1.08)}
.hero-video video,.hero-video img{width:100%;height:100%;object-fit:cover}
.hero-video:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#05020b 0%,rgba(5,2,11,.78) 42%,rgba(5,2,11,.58) 100%),linear-gradient(180deg,rgba(5,2,11,.45),#05020b 96%)}
.hero-inner{position:relative;z-index:1;display:grid;grid-template-columns:1.04fr .96fr;gap:44px;align-items:center}
.hero-brand-logo{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:min(520px,42vw);opacity:.14;pointer-events:none;z-index:0;animation:logoPulse 5.5s ease-in-out infinite;filter:drop-shadow(0 0 44px rgba(155,92,255,.55))}
@keyframes logoPulse{0%,100%{opacity:.11;transform:translate(-50%,-50%) scale(.96)}50%{opacity:.22;transform:translate(-50%,-53%) scale(1.04)}}
.eyebrow{display:inline-flex;align-items:center;gap:10px;padding:9px 13px;border:1px solid rgba(255,255,255,.14);border-radius:999px;background:rgba(255,255,255,.05);color:var(--soft);font-size:13px;font-weight:900;margin-bottom:22px;backdrop-filter:blur(12px)}
.eyebrow:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--lime);box-shadow:0 0 18px var(--lime)}
h1{font-size:clamp(54px,8vw,108px);line-height:.88;letter-spacing:-6px;margin:0;font-weight:800}
.stroke{color:transparent;-webkit-text-stroke:2px rgba(255,255,255,.88);text-shadow:0 0 38px rgba(155,92,255,.22)}
.grad{background:linear-gradient(120deg,#fff,var(--cyan),var(--purple),var(--pink));-webkit-background-clip:text;background-clip:text;color:transparent;background-size:180%;animation:grad 6s ease infinite}
@keyframes grad{50%{background-position:100%}}
.hero-copy{font-size:20px;line-height:1.85;color:var(--soft);max-width:690px;margin:26px 0}
.hero-actions{display:flex;gap:13px;flex-wrap:wrap}
.risk-reversal{margin-top:18px;color:#d8c3ff;font-size:14px}
.hero-proof{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:28px;max-width:720px}
.proof-chip{border:1px solid var(--line);border-radius:18px;background:rgba(255,255,255,.065);padding:14px;backdrop-filter:blur(14px)}
.proof-chip b{display:block;color:#fff}.proof-chip span{font-size:12px;color:var(--muted)}
.hero-visual{min-height:670px;position:relative;perspective:1200px}
.dashboard{position:absolute;right:0;top:20px;width:min(600px,100%);border:1px solid rgba(255,255,255,.16);border-radius:32px;background:linear-gradient(180deg,rgba(255,255,255,.12),rgba(255,255,255,.045));box-shadow:var(--shadow);backdrop-filter:blur(18px);overflow:hidden;animation:float 6s ease-in-out infinite}
@keyframes float{50%{translate:0 -16px}}
.dash-top{height:58px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 18px;background:rgba(0,0,0,.24)}
.dots{display:flex;gap:8px}.dot{width:12px;height:12px;border-radius:50%;background:var(--pink)}.dot:nth-child(2){background:var(--purple)}.dot:nth-child(3){background:var(--cyan)}
.dash-body{padding:20px}.dash-hero{height:230px;border-radius:24px;overflow:hidden;position:relative;background:linear-gradient(135deg,rgba(155,92,255,.4),rgba(53,201,255,.14))}
.dash-hero video,.dash-hero img{width:100%;height:100%;object-fit:cover;filter:saturate(1.25) contrast(1.04);opacity:.82}
.dash-hero:after{content:"WEBSITE THAT SELLS";position:absolute;left:22px;bottom:18px;font-size:38px;line-height:.9;font-weight:900;letter-spacing:-2px;font-family:'Space Grotesk','Kanit';max-width:360px;text-shadow:0 0 28px rgba(0,0,0,.65)}
.dash-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:14px}.mini{height:142px;border:1px solid var(--line);border-radius:22px;background:rgba(255,255,255,.055);padding:18px}.mini b{font-size:28px}.mini span{display:block;color:var(--muted);font-size:12px;margin-top:6px}.bar{height:10px;border-radius:99px;background:rgba(255,255,255,.13);overflow:hidden;margin-top:18px}.bar i{display:block;height:100%;border-radius:99px;background:linear-gradient(90deg,var(--pink),var(--purple),var(--cyan))}
.floating-offer{position:absolute;left:0;bottom:70px;width:345px;border:1px solid rgba(255,255,255,.16);border-radius:28px;background:linear-gradient(135deg,rgba(155,92,255,.96),rgba(109,40,217,.86));padding:22px;box-shadow:0 24px 80px rgba(0,0,0,.38),0 0 44px rgba(155,92,255,.25);transform:rotate(-4deg)}
.floating-offer b{font-size:22px}.floating-offer p{margin:8px 0 0;color:#efe7ff;line-height:1.65;font-size:14px}
.marquee{background:#08040f;border-top:1px solid var(--line);border-bottom:1px solid var(--line);overflow:hidden}.track{display:flex;gap:38px;width:max-content;padding:18px 0;font-weight:900;font-size:18px;animation:move 26s linear infinite}.track span{display:flex;gap:38px;align-items:center;color:#fff}.track span:after{content:"✦";color:var(--purple)}@keyframes move{to{transform:translateX(-50%)}}
section{position:relative;padding:120px 0;border-bottom:1px solid var(--line);overflow:hidden}
.section-media{position:absolute;inset:0;z-index:0;opacity:.18;overflow:hidden;filter:saturate(1.2)}
.section-media video,.section-media img{width:100%;height:100%;object-fit:cover}.section-media:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#05020b 0%,rgba(5,2,11,.74) 45%,#05020b 100%),linear-gradient(180deg,#05020b 0%,rgba(5,2,11,.35) 50%,#05020b 100%)}
section:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 30%,rgba(155,92,255,.16),transparent 38%),radial-gradient(circle at 80% 80%,rgba(255,78,205,.12),transparent 36%);z-index:0}
section > .wrap{position:relative;z-index:1}
.section-head{position:relative;display:grid;grid-template-columns:.42fr 1fr .72fr;gap:28px;align-items:stretch;margin-bottom:52px;padding:34px;border:1px solid rgba(255,255,255,.10);border-radius:38px;background:linear-gradient(135deg,rgba(255,255,255,.075),rgba(155,92,255,.052));box-shadow:0 30px 90px rgba(0,0,0,.22);overflow:hidden;backdrop-filter:blur(12px)}
.section-head:before{content:attr(data-bg);position:absolute;right:-18px;bottom:-38px;font-size:clamp(78px,10vw,150px);font-weight:900;letter-spacing:-8px;color:rgba(255,255,255,.045);pointer-events:none;white-space:nowrap;font-family:'Space Grotesk','Kanit'}
.section-art{position:relative;width:100%;height:100%;min-height:230px;border-radius:24px;overflow:hidden;border:1px solid rgba(255,255,255,.14);box-shadow:0 30px 90px rgba(0,0,0,.35),0 0 44px rgba(155,92,255,.16);z-index:3;background:rgba(0,0,0,.25)}
.section-art video,.section-art img{width:100%;height:100%;object-fit:cover;filter:saturate(1.22) contrast(1.06);transform:scale(1.02);transition:transform .7s ease}
.section-head:hover .section-art video,.section-head:hover .section-art img{transform:scale(1.12)}
.tech-showcase{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;align-items:center;justify-items:center;padding:24px;background:linear-gradient(135deg,rgba(0,0,0,.42),rgba(155,92,255,.12))}
.tech-showcase img{width:58px!important;height:58px!important;object-fit:contain!important;animation:techFloat 6s ease-in-out infinite;filter:drop-shadow(0 12px 24px rgba(0,0,0,.38))!important}
@keyframes techFloat{0%,100%{translate:0 0}50%{translate:0 -8px}}
.section-kicker{display:flex;flex-direction:column;justify-content:space-between;gap:26px;min-height:230px;position:relative;z-index:3}.section-kicker .index{font-family:'Space Grotesk','Kanit';font-size:clamp(48px,6vw,88px);font-weight:800;line-height:.85;letter-spacing:-4px;color:rgba(255,255,255,.12)}
.section-copy{position:relative;z-index:3;display:flex;flex-direction:column;justify-content:center}
.section-copy .mini-proof{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:24px}.mini-proof span{border:1px solid rgba(255,255,255,.12);border-radius:16px;padding:12px;background:rgba(255,255,255,.045);color:#d8c3ff;font-size:12px;font-weight:800;text-align:center}
.label{color:#d8c3ff;font-size:13px;font-weight:900;letter-spacing:.14em;text-transform:uppercase;display:inline-flex;align-items:center;gap:10px}.label:before{content:"";width:10px;height:10px;border-radius:50%;background:var(--purple);box-shadow:0 0 22px var(--purple)}
.title{font-size:clamp(42px,5.4vw,78px);line-height:.94;letter-spacing:-4px;margin:0}.desc{margin:18px 0 0;color:var(--muted);font-size:18px;line-height:1.85;max-width:760px}
.pain-grid,.case-study,.lead-magnet,.conversion-stack,.pricing,.guarantee,.contact{display:grid;gap:18px}
.pain-grid{grid-template-columns:repeat(3,1fr)}.case-study{grid-template-columns:1fr 1fr}.lead-magnet{grid-template-columns:.9fr 1.1fr}.conversion-stack{grid-template-columns:1.1fr .9fr}.pricing{grid-template-columns:repeat(3,1fr)}.guarantee{grid-template-columns:.8fr 1.2fr}.contact{grid-template-columns:.95fr 1.05fr}
.pain,.case-card,.audit-card,.audit-list div,.service,.stack-main,.stack-item,.price,.guarantee-card,.faq details,.contact-card,.form{border:1px solid var(--line);background:rgba(255,255,255,.055);backdrop-filter:blur(12px);box-shadow:0 24px 85px rgba(0,0,0,.16)}
.pain{border-radius:32px;padding:28px;min-height:250px}.pain .x{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:rgba(255,107,138,.12);color:#ff6b8a;font-weight:900;margin-bottom:34px}.pain h3{font-size:28px;line-height:1.05;margin:0 0 12px}.pain p{color:var(--muted);line-height:1.8}
.solution-band{margin-top:18px;border:1px solid rgba(155,92,255,.35);border-radius:34px;background:linear-gradient(135deg,rgba(155,92,255,.28),rgba(255,78,205,.10));padding:30px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:20px;box-shadow:0 0 60px rgba(155,92,255,.14);backdrop-filter:blur(12px)}.solution-band b{font-size:32px;letter-spacing:-1px;font-family:'Space Grotesk','Kanit'} .solution-band p{margin:6px 0 0;color:var(--soft)}
.case-card{min-height:535px;border-radius:38px;background:linear-gradient(135deg,rgba(155,92,255,.20),rgba(255,78,205,.08));padding:30px;position:relative;overflow:hidden}.case-img{height:210px;border:1px solid rgba(255,255,255,.14);border-radius:26px;overflow:hidden;margin-bottom:22px}.case-img img{width:100%;height:100%;object-fit:cover;filter:saturate(1.15) contrast(1.03)}.case-card h3{font-size:46px;line-height:.96;letter-spacing:-2.2px;margin:18px 0 14px}.tags{display:flex;gap:9px;flex-wrap:wrap}.tag{padding:8px 11px;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:rgba(255,255,255,.06);font-size:12px;font-weight:900}.case-card p{color:var(--soft);line-height:1.8}.case-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:22px}.case-metric{border:1px solid rgba(255,255,255,.13);border-radius:20px;background:rgba(255,255,255,.055);padding:16px}.metric-number{font-size:30px;font-weight:800}.case-metric span{display:block;color:var(--muted);font-size:12px}
.audit-card{border-radius:38px;background:linear-gradient(135deg,rgba(155,92,255,.24),rgba(53,201,255,.07));padding:34px}.audit-card h3{font-size:54px;line-height:.96;letter-spacing:-2.3px;margin:0 0 16px}.audit-list{display:grid;gap:12px}.audit-list div{border-radius:24px;padding:20px}.audit-list b{display:block;font-size:20px}.audit-list span{display:block;color:var(--muted);line-height:1.7;margin-top:6px}
.services{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.service{min-height:350px;border-radius:32px;padding:24px;position:relative;overflow:hidden;transition:.25s}.service:hover{transform:translateY(-8px);box-shadow:0 0 54px rgba(155,92,255,.18)}.service-img{height:130px;border-radius:22px;overflow:hidden;margin-bottom:20px;border:1px solid rgba(255,255,255,.12)}.service-img img{width:100%;height:100%;object-fit:cover;filter:saturate(1.2)}.service small{color:#d8c3ff;font-weight:900}.service h3{font-size:28px;line-height:1.05;letter-spacing:-1.2px;margin:16px 0 12px}.service p{color:var(--muted);line-height:1.75}
.stack-main{border-radius:38px;background:linear-gradient(135deg,rgba(155,92,255,.22),rgba(255,78,205,.09));padding:34px}.stack-main h3{font-size:54px;line-height:.98;letter-spacing:-2.4px;margin:0 0 18px}.stack-main p{color:var(--soft);font-size:18px;line-height:1.85}.stack-items{display:grid;gap:14px}.stack-item{border-radius:28px;padding:22px}.stack-item b{font-size:22px}.stack-item span{display:block;color:var(--muted);line-height:1.75;margin-top:6px}
.portfolio-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.portfolio-card{position:relative;border-radius:28px;overflow:hidden;border:1px solid rgba(255,255,255,.12);transition:.3s}.portfolio-card img{width:100%;height:100%;object-fit:cover;min-height:240px;transition:.5s}.portfolio-card:hover img{transform:scale(1.1)}.portfolio-info{position:absolute;bottom:0;left:0;right:0;padding:20px;background:linear-gradient(180deg,transparent,rgba(0,0,0,.7))}.portfolio-info h3{margin:0;font-size:20px}.portfolio-info p{margin:4px 0 0;font-size:13px;color:#ccc}
.tech-stack-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:14px;margin-bottom:28px}.tech-card{border:1px solid rgba(255,255,255,.12);border-radius:22px;padding:18px;background:rgba(255,255,255,.05);backdrop-filter:blur(10px);text-align:center;transition:.25s}.tech-card:hover{background:linear-gradient(135deg,rgba(155,92,255,.18),rgba(255,78,205,.08));transform:translateY(-9px) scale(1.035);box-shadow:0 0 44px rgba(155,92,255,.35)}.tech-icon{height:46px;margin-bottom:12px;display:flex;align-items:center;justify-content:center}.tech-icon img{width:44px;height:44px;object-fit:contain;filter:drop-shadow(0 8px 18px rgba(0,0,0,.35));transition:.35s ease}.tech-card:hover img{transform:scale(1.18) rotate(-4deg)}
.tech-card b{display:block;font-size:14px}.tech-card span{display:block;font-size:12px;color:var(--muted);margin-top:4px}
.price{min-height:500px;border-radius:36px;padding:30px;display:flex;flex-direction:column;justify-content:space-between}.price.featured{background:linear-gradient(160deg,rgba(155,92,255,.30),rgba(109,40,217,.12));border-color:rgba(155,92,255,.38);box-shadow:0 0 60px rgba(155,92,255,.18)}.price h3{font-size:30px;margin:0 0 14px}.price-number{font-size:48px;font-weight:800;letter-spacing:-2px}.price-number small{font-size:14px;font-weight:500;color:var(--muted)}.price ul{list-style:none;padding:0;margin:24px 0;color:var(--muted)}.price li{padding:10px 0;border-bottom:1px solid rgba(255,255,255,.10)}.badge{display:inline-flex;width:max-content;margin-bottom:12px;border:1px solid rgba(223,255,95,.25);background:rgba(223,255,95,.09);color:var(--lime);border-radius:999px;padding:6px 10px;font-size:12px;font-weight:900}
.guarantee-card{border-radius:38px;background:linear-gradient(135deg,rgba(53,201,255,.13),rgba(155,92,255,.10));padding:34px}.guarantee-card h3{font-size:44px;line-height:1;letter-spacing:-2px;margin:0 0 18px}.guarantee-card p{color:var(--soft);line-height:1.85}.faq{display:grid;gap:12px}.faq details{border-radius:24px;padding:20px}.faq summary{font-weight:900;cursor:pointer}.faq p{color:var(--muted);line-height:1.8}
.contact-card{border-radius:40px;background:linear-gradient(135deg,rgba(155,92,255,.26),rgba(255,78,205,.09));box-shadow:0 0 70px rgba(155,92,255,.15);padding:38px}.contact-card h2{font-size:64px;line-height:.95;letter-spacing:-3px;margin:0 0 20px}.contact-card p{color:var(--soft);line-height:1.85}.form{border-radius:40px;padding:30px}.field{margin-bottom:14px}.field label{display:block;font-weight:900;margin-bottom:8px}.field input,.field select,.field textarea{width:100%;border:1px solid rgba(255,255,255,.14);border-radius:18px;padding:15px 16px;font:inherit;background:rgba(0,0,0,.24);color:#fff}.field textarea{height:140px;resize:vertical}.field input::placeholder,.field textarea::placeholder{color:#8f86a3}.form-note{font-size:13px;color:var(--muted);margin-top:12px}
.footer{background:#05020b;padding:72px 0 32px}.footer-panel{position:relative;border-radius:42px;background:linear-gradient(135deg,#12091f,#1b0f2d);color:#fff;padding:70px 64px 42px;overflow:hidden;box-shadow:0 34px 120px rgba(0,0,0,.35),0 0 60px rgba(155,92,255,.18)}.footer-panel:before{content:"";position:absolute;right:-120px;top:-140px;width:360px;height:360px;border-radius:50%;background:rgba(255,255,255,.10)}.footer-panel:after{content:"BUTTERDEV";position:absolute;left:34px;bottom:-34px;font-family:'Space Grotesk','Kanit';font-size:clamp(70px,11vw,170px);font-weight:900;letter-spacing:-8px;color:rgba(255,255,255,.035);pointer-events:none}.footer-logo{display:flex;align-items:center;gap:12px;font-family:'Space Grotesk','Kanit';font-weight:900;font-size:28px;letter-spacing:-1px;margin-bottom:28px}.footer-logo-badge{width:54px;height:54px;border-radius:16px;background:rgba(255,255,255,.06);display:grid;place-items:center;box-shadow:0 12px 30px rgba(0,0,0,.18);padding:6px;border:1px solid rgba(255,255,255,.12)}.footer-logo-badge img{width:100%;height:100%;object-fit:contain}.foot{position:relative;z-index:1;display:grid;grid-template-columns:1.3fr .75fr .9fr .9fr;gap:58px;align-items:start}.foot h3{margin:0 0 24px;color:#fff;font-size:24px;letter-spacing:-.8px}.foot p,.foot a{display:block;color:rgba(255,250,255,.72);line-height:1.9;margin:0 0 10px;font-size:16px}.footer-social{display:flex;gap:10px;margin-top:22px}.footer-social a{width:42px;height:42px;border-radius:50%;background:linear-gradient(135deg,#9b5cff,#ff4ecd);color:#fff;display:grid;place-items:center;margin:0;font-weight:900}.copy{position:relative;z-index:1;margin-top:52px;padding-top:24px;border-top:1px solid rgba(255,255,255,.12);display:flex;justify-content:space-between;color:rgba(255,250,255,.58);font-size:13px}
.line-float{position:absolute;right:28px;bottom:28px;width:54px;height:54px;border-radius:50%;background:linear-gradient(135deg,#9b5cff,#ff4ecd);color:white;display:grid;place-items:center;font-size:11px;font-weight:900;border:7px solid rgba(255,255,255,.30);box-shadow:0 16px 40px rgba(0,0,0,.22);z-index:2}
.preloader{position:fixed;inset:0;z-index:9999;background:radial-gradient(circle at 50% 42%,rgba(155,92,255,.22),transparent 34%),#05020b;display:grid;place-items:center;transition:opacity .65s ease,visibility .65s ease}.preloader.hide{opacity:0;visibility:hidden;pointer-events:none}.preloader-logo{width:min(360px,72vw);animation:preloadBounce 1.5s ease-in-out infinite;filter:drop-shadow(0 0 42px rgba(155,92,255,.72))}@keyframes preloadBounce{0%,100%{transform:translateY(0) scale(.96);opacity:.86}50%{transform:translateY(-14px) scale(1.04);opacity:1}}
.reveal{opacity:0;transform:translateY(44px) scale(.98);filter:blur(10px);transition:.8s ease}.reveal.in-view{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}
@media(max-width:980px){.section-art{width:100%;height:220px;min-height:220px;margin-top:6px;grid-column:1/-1}.links{display:none}.hero-inner,.section-head,.case-study,.lead-magnet,.conversion-stack,.guarantee,.contact,.foot{grid-template-columns:1fr}.hero-visual{min-height:600px}.services,.pricing,.pain-grid,.portfolio-grid{grid-template-columns:1fr 1fr}.tech-stack-grid{grid-template-columns:repeat(3,1fr)}.title,h1{letter-spacing:-3px}.floating-offer{left:0}.solution-band{grid-template-columns:1fr}.sticky-cta span{display:none}}
@media(max-width:640px){.section-art{height:180px;border-radius:20px}.wrap{width:min(100% - 26px,1240px)}.section-kicker{min-height:auto}.section-copy .mini-proof{grid-template-columns:repeat(3,1fr)}.services,.pricing,.case-metrics,.hero-proof,.pain-grid,.portfolio-grid,.tech-stack-grid{grid-template-columns:1fr}.hero{padding-top:50px}.hero-visual{min-height:620px}.dashboard{top:20px}.floating-offer{bottom:0;width:280px}.contact-card h2{font-size:46px}.copy{flex-direction:column;gap:8px}.sticky-cta{left:12px;right:12px;justify-content:center}.section-head{min-height:auto;padding:28px}}


/* =========================
   V2 ULTRA BRANDING PATCH
   ========================= */
.brand{
  gap:14px;
}
.brand-logo{
  height:58px;
  width:auto;
  max-width:260px;
  object-fit:contain;
  display:block;
  filter:
    drop-shadow(0 0 16px rgba(155,92,255,.55))
    drop-shadow(0 0 28px rgba(53,201,255,.18));
  animation:brandLogoFloat 5.2s ease-in-out infinite;
  transition:.35s ease;
}
.brand-logo:hover{
  transform:scale(1.045);
  filter:
    drop-shadow(0 0 22px rgba(155,92,255,.72))
    drop-shadow(0 0 42px rgba(53,201,255,.28));
}
@keyframes brandLogoFloat{
  0%,100%{translate:0 0}
  50%{translate:0 -4px}
}
.mark{display:none!important}

.preloader{
  background:
    radial-gradient(circle at 50% 42%,rgba(155,92,255,.28),transparent 36%),
    radial-gradient(circle at 50% 72%,rgba(53,201,255,.12),transparent 28%),
    #05020b;
}
.preloader-logo{
  width:min(540px,82vw);
  max-height:280px;
  object-fit:contain;
  animation:preloadButter 1.55s ease-in-out infinite;
}
@keyframes preloadButter{
  0%,100%{transform:translateY(0) scale(.94);opacity:.88}
  50%{transform:translateY(-12px) scale(1.03);opacity:1}
}
.hero-brand-logo{
  width:min(760px,58vw);
  opacity:.16;
  max-height:460px;
  object-fit:contain;
}
.hero-logo-showcase{
  position:absolute;
  right:2%;
  top:50%;
  transform:translateY(-50%);
  width:min(620px,43vw);
  z-index:0;
  opacity:.92;
  pointer-events:none;
  animation:heroLogoGlow 6s ease-in-out infinite;
  filter:
    drop-shadow(0 0 32px rgba(155,92,255,.45))
    drop-shadow(0 0 70px rgba(53,201,255,.16));
}
@keyframes heroLogoGlow{
  0%,100%{translate:0 0;filter:drop-shadow(0 0 26px rgba(155,92,255,.42)) drop-shadow(0 0 60px rgba(53,201,255,.14))}
  50%{translate:0 -10px;filter:drop-shadow(0 0 44px rgba(155,92,255,.72)) drop-shadow(0 0 86px rgba(53,201,255,.26))}
}
.footer-logo-badge{
  width:170px!important;
  height:74px!important;
  padding:0!important;
  border-radius:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
.footer-logo-badge img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  filter:drop-shadow(0 0 16px rgba(155,92,255,.4));
}
.footer-logo{
  font-size:0!important;
  gap:0!important;
}
@media(max-width:980px){
  .brand-logo{height:50px;max-width:220px}
  .hero-logo-showcase{opacity:.2;right:50%;transform:translate(50%,-50%);width:min(620px,80vw)}
}
@media(max-width:640px){
  .brand-logo{height:42px;max-width:180px}
  .hero-logo-showcase{display:none}
  .preloader-logo{width:min(400px,88vw)}
}


/* =========================
   V2.1 NAVBAR LOGO FIX
   ========================= */
.brand{
  display:flex!important;
  align-items:center!important;
  gap:0!important;
  min-width:220px;
}
.brand-logo{
  display:block!important;
  height:64px!important;
  width:auto!important;
  max-width:300px!important;
  object-fit:contain!important;
  border:0!important;
  outline:0!important;
  background:transparent!important;
  border-radius:0!important;
  padding:0!important;
  box-shadow:none!important;
  filter:
    drop-shadow(0 0 14px rgba(155,92,255,.55))
    drop-shadow(0 0 26px rgba(53,201,255,.18))!important;
}
.brand-logo:hover{
  transform:translateY(-2px) scale(1.035);
}
.mark{
  display:none!important;
}
@media(max-width:980px){
  .brand{min-width:auto}
  .brand-logo{height:54px!important;max-width:240px!important}
}
@media(max-width:640px){
  .brand-logo{height:44px!important;max-width:190px!important}
}


/* =========================
   V2.2 HOMEPAGE FIX
   ========================= */
.brand{min-width:260px!important;display:flex!important;align-items:center!important}
.brand-logo{
  height:56px!important;
  width:auto!important;
  max-width:280px!important;
  object-fit:contain!important;
  display:block!important;
  border:0!important;
  outline:0!important;
  background:transparent!important;
  border-radius:0!important;
  padding:0!important;
  box-shadow:none!important;
  filter:drop-shadow(0 0 14px rgba(155,92,255,.55)) drop-shadow(0 0 26px rgba(53,201,255,.18))!important;
}
.mark{display:none!important}

.hero{min-height:calc(100vh - 88px)!important;padding:78px 0 78px!important}
.hero-inner{
  grid-template-columns:minmax(0,1fr) minmax(420px,.82fr)!important;
  align-items:center!important;
  gap:64px!important;
}
.hero-inner > div:first-of-type{
  position:relative!important;
  z-index:2!important;
  max-width:780px!important;
}
.hero h1{
  font-size:clamp(52px,6.2vw,92px)!important;
  line-height:.92!important;
  letter-spacing:-4px!important;
  max-width:840px!important;
}
.hero-copy{max-width:720px!important}
.hero-brand-logo{
  position:absolute!important;
  right:2%!important;
  left:auto!important;
  top:50%!important;
  transform:translateY(-50%)!important;
  width:min(520px,34vw)!important;
  max-height:420px!important;
  object-fit:contain!important;
  opacity:.08!important;
  z-index:0!important;
  pointer-events:none!important;
  animation:logoPulseFixed 6s ease-in-out infinite!important;
}
@keyframes logoPulseFixed{
  0%,100%{opacity:.055;transform:translateY(-50%) scale(.98)}
  50%{opacity:.13;transform:translateY(-52%) scale(1.04)}
}
.hero-logo-showcase{display:none!important}
.hero-visual{min-height:580px!important}
.dashboard{top:40px!important;transform:none!important}
.floating-offer{left:10px!important;bottom:80px!important}

@media(max-width:980px){
  .brand{min-width:auto!important}
  .brand-logo{height:48px!important;max-width:220px!important}
  .hero-inner{grid-template-columns:1fr!important;gap:36px!important}
  .hero h1{font-size:clamp(46px,10vw,72px)!important}
  .hero-brand-logo{right:50%!important;transform:translate(50%,-50%)!important;width:min(480px,76vw)!important;opacity:.06!important}
  .hero-visual{min-height:520px!important}
}
@media(max-width:640px){
  .brand-logo{height:40px!important;max-width:170px!important}
  .hero{padding:54px 0 54px!important}
  .hero h1{font-size:clamp(42px,13vw,62px)!important;letter-spacing:-2.5px!important}
  .hero-brand-logo{display:none!important}
  .hero-proof{grid-template-columns:1fr!important}
}


/* ==========================================================
   V3 ULTRA CONVERSION HERO — stable, balanced, conversion UI
   ========================================================== */
.hero-v3{
  min-height:calc(100vh - 88px)!important;
  padding:86px 0!important;
  display:flex!important;
  align-items:center!important;
}
.hero-v3-inner{
  position:relative;
  z-index:3;
  display:grid!important;
  grid-template-columns:minmax(0,.95fr) minmax(460px,1.05fr)!important;
  gap:70px!important;
  align-items:center!important;
}
.hero-v3-copy{
  position:relative;
  z-index:5;
  max-width:760px;
}
.hero-v3 h1{
  font-size:clamp(54px,6vw,96px)!important;
  line-height:.9!important;
  letter-spacing:-4.8px!important;
  margin:0!important;
  max-width:780px!important;
}
.hero-v3 h1 .stroke{
  display:inline-block;
}
.hero-v3 .hero-copy{
  font-size:19px!important;
  line-height:1.85!important;
  max-width:720px!important;
  color:rgba(255,250,255,.84)!important;
}
.hero-v3-stats{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  margin-top:30px;
}
.hero-v3-stats div{
  border:1px solid rgba(255,255,255,.14);
  border-radius:22px;
  padding:18px;
  background:rgba(255,255,255,.055);
  backdrop-filter:blur(14px);
  box-shadow:0 18px 50px rgba(0,0,0,.18);
}
.hero-v3-stats b{
  display:block;
  font-family:'Space Grotesk','Kanit',sans-serif;
  font-size:28px;
  letter-spacing:-1px;
}
.hero-v3-stats span{
  display:block;
  margin-top:4px;
  color:var(--muted);
  font-size:13px;
}
.hero-v3-visual{
  position:relative;
  min-height:620px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.hero-v3-logo-bg{
  position:absolute;
  top:50%;
  left:50%;
  width:min(720px,95%);
  max-height:430px;
  object-fit:contain;
  transform:translate(-50%,-50%);
  opacity:.12;
  z-index:0;
  filter:drop-shadow(0 0 44px rgba(155,92,255,.62));
  animation:v3LogoPulse 6s ease-in-out infinite;
}
@keyframes v3LogoPulse{
  0%,100%{opacity:.09;transform:translate(-50%,-50%) scale(.96)}
  50%{opacity:.18;transform:translate(-50%,-53%) scale(1.04)}
}
.hero-v3-window{
  position:relative;
  z-index:2;
  width:min(680px,100%);
  border-radius:34px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.16);
  background:linear-gradient(180deg,rgba(255,255,255,.13),rgba(255,255,255,.045));
  backdrop-filter:blur(18px);
  box-shadow:
    0 44px 130px rgba(0,0,0,.48),
    0 0 80px rgba(155,92,255,.18);
  transform:perspective(1200px) rotateY(-7deg) rotateX(4deg);
  animation:v3MockFloat 6s ease-in-out infinite;
}
@keyframes v3MockFloat{
  0%,100%{translate:0 0}
  50%{translate:0 -16px}
}
.window-bar{
  height:64px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0 20px;
  border-bottom:1px solid rgba(255,255,255,.12);
  background:rgba(0,0,0,.22);
}
.window-bar b{
  font-size:14px;
  color:rgba(255,255,255,.88);
}
.window-screen{
  padding:24px;
}
.screen-header{
  height:180px;
  border-radius:26px;
  padding:26px;
  background:
    radial-gradient(circle at 80% 20%,rgba(255,78,205,.36),transparent 34%),
    radial-gradient(circle at 15% 85%,rgba(53,201,255,.28),transparent 32%),
    linear-gradient(135deg,rgba(155,92,255,.45),rgba(20,9,36,.85));
  border:1px solid rgba(255,255,255,.14);
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  position:relative;
  overflow:hidden;
}
.screen-header:before{
  content:"";
  position:absolute;
  inset:auto -80px -130px auto;
  width:270px;
  height:270px;
  border-radius:50%;
  background:rgba(255,255,255,.08);
}
.screen-header span{
  color:#d8c3ff;
  font-weight:800;
  font-size:13px;
  text-transform:uppercase;
  letter-spacing:.12em;
}
.screen-header strong{
  font-family:'Space Grotesk','Kanit',sans-serif;
  font-size:44px;
  line-height:.95;
  letter-spacing:-2px;
  margin-top:8px;
}
.screen-grid{
  display:grid;
  grid-template-columns:1.2fr .8fr .8fr;
  gap:14px;
  margin-top:14px;
}
.screen-card{
  min-height:132px;
  border-radius:22px;
  padding:18px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.06);
}
.screen-card small{
  display:block;
  color:var(--muted);
}
.screen-card b{
  display:block;
  font-family:'Space Grotesk','Kanit',sans-serif;
  font-size:36px;
  margin-top:10px;
}
.screen-card.big i{
  display:block;
  height:10px;
  border-radius:999px;
  margin-top:18px;
  background:linear-gradient(90deg,var(--pink),var(--purple),var(--cyan));
}
.code-panel{
  margin-top:14px;
  border-radius:22px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(0,0,0,.34);
  padding:18px;
  font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;
  color:#e9ddff;
  font-size:13px;
  line-height:1.9;
}
.code-panel span{
  color:#dfff5f;
  margin-right:12px;
}
.hero-v3-floating{
  position:absolute;
  z-index:4;
  border:1px solid rgba(255,255,255,.16);
  border-radius:999px;
  padding:13px 18px;
  background:rgba(12,6,24,.76);
  backdrop-filter:blur(18px);
  box-shadow:0 20px 60px rgba(0,0,0,.3);
  color:#fff;
  font-weight:900;
  font-size:13px;
}
.hero-v3-float-1{left:4%;top:12%;animation:v3Chip 5s ease-in-out infinite}
.hero-v3-float-2{right:0;top:18%;animation:v3Chip 5.7s ease-in-out infinite .35s}
.hero-v3-float-3{left:0;bottom:16%;animation:v3Chip 6.2s ease-in-out infinite .7s}
@keyframes v3Chip{
  0%,100%{translate:0 0}
  50%{translate:0 -10px}
}

/* Disable old hero visual leftovers in V3 */
.hero-v3 .hero-visual,
.hero-v3 .dashboard,
.hero-v3 .floating-offer,
.hero-v3 .hero-brand-logo,
.hero-v3 .hero-logo-showcase{
  display:none!important;
}

@media(max-width:1100px){
  .hero-v3-inner{
    grid-template-columns:1fr!important;
    gap:48px!important;
  }
  .hero-v3-visual{
    min-height:560px;
  }
  .hero-v3-window{
    transform:none;
  }
}
@media(max-width:640px){
  .hero-v3{
    padding:58px 0!important;
  }
  .hero-v3 h1{
    font-size:clamp(42px,13vw,64px)!important;
    letter-spacing:-2.8px!important;
  }
  .hero-v3-stats{
    grid-template-columns:1fr!important;
  }
  .hero-v3-visual{
    min-height:auto;
  }
  .hero-v3-window{
    border-radius:26px;
  }
  .screen-grid{
    grid-template-columns:1fr!important;
  }
  .screen-header strong{
    font-size:34px;
  }
  .hero-v3-floating{
    display:none;
  }
}


/* ==========================================================
   V3.1 BRAND + CONTACT FIX
   ========================================================== */

/* 1) Navbar logo proportion */
.nav{
  height:84px!important;
}
.brand{
  min-width:220px!important;
  display:flex!important;
  align-items:center!important;
}
.brand-logo{
  height:42px!important;
  max-width:210px!important;
  width:auto!important;
  object-fit:contain!important;
  filter:drop-shadow(0 0 14px rgba(155,92,255,.55))!important;
}

/* 2-3) Stable badges on left side of hero visual, not floating over dashboard */
.hero-v3-floating{
  display:none!important;
}
.hero-v3-badges{
  position:absolute;
  left:18px;
  top:50%;
  transform:translateY(-50%);
  z-index:5;
  display:flex;
  flex-direction:column;
  gap:12px;
  pointer-events:none;
}
.hero-v3-badges span{
  display:inline-flex;
  width:max-content;
  border:1px solid rgba(255,255,255,.16);
  border-radius:999px;
  padding:12px 16px;
  background:rgba(12,6,24,.82);
  backdrop-filter:blur(18px);
  box-shadow:0 18px 48px rgba(0,0,0,.35);
  color:#fff;
  font-weight:900;
  font-size:13px;
}
.hero-v3-window{
  margin-left:64px;
}

/* 4-6) Real contact floating buttons */
.sticky-cta{
  display:none!important;
}
.contact-float{
  position:fixed;
  right:18px;
  bottom:18px;
  z-index:80;
  display:flex;
  align-items:center;
  gap:8px;
  padding:9px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:999px;
  background:rgba(12,6,24,.82);
  backdrop-filter:blur(18px);
  box-shadow:0 20px 70px rgba(0,0,0,.42);
}
.contact-pill{
  min-width:46px;
  height:46px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 14px;
  font-size:12px;
  font-weight:900;
  color:#fff;
  border:1px solid rgba(255,255,255,.12);
}
.contact-pill.line{background:#06c755}
.contact-pill.messenger{background:linear-gradient(135deg,#0084ff,#8a3ffc)}
.contact-pill.phone{background:linear-gradient(135deg,#ff4ecd,#9b5cff)}
.contact-main{
  height:46px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 20px;
  background:linear-gradient(135deg,#9b5cff,#6d28d9);
  color:#fff;
  font-weight:900;
  box-shadow:0 0 34px rgba(155,92,255,.35);
}

/* 7) Footer logo proportion */
.footer-logo{
  margin-bottom:24px!important;
}
.footer-logo-badge{
  width:230px!important;
  height:82px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  padding:0!important;
}
.footer-logo-badge img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  object-position:left center!important;
}
.line-float{
  background:#06c755!important;
}

@media(max-width:1100px){
  .hero-v3-window{margin-left:0}
  .hero-v3-badges{
    position:relative;
    left:auto;
    top:auto;
    transform:none;
    flex-direction:row;
    justify-content:center;
    flex-wrap:wrap;
    margin-top:18px;
  }
}
@media(max-width:640px){
  .brand-logo{
    height:34px!important;
    max-width:170px!important;
  }
  .contact-float{
    left:10px;
    right:10px;
    bottom:10px;
    justify-content:center;
    border-radius:24px;
    flex-wrap:wrap;
  }
  .contact-main{
    flex:1;
  }
  .contact-pill{
    flex:1;
    padding:0 8px;
  }
  .footer-logo-badge{
    width:190px!important;
    height:68px!important;
  }
}


/* ==========================================================
   V3.2 FLOATING BANNER + ICON CONTACT
   ========================================================== */
.side-banner{
  position:fixed;
  top:50%;
  transform:translateY(-50%);
  z-index:35;
  width:150px;
  border-radius:24px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.14);
  box-shadow:0 24px 90px rgba(0,0,0,.42),0 0 38px rgba(155,92,255,.18);
  background:rgba(12,6,24,.68);
  backdrop-filter:blur(16px);
  transition:.35s ease;
}
.side-banner img{
  display:block;
  width:100%;
  height:auto;
  object-fit:cover;
}
.side-banner:hover{
  transform:translateY(-50%) scale(1.045);
  box-shadow:0 34px 110px rgba(0,0,0,.5),0 0 54px rgba(155,92,255,.38);
}
.side-banner-left{left:18px}
.side-banner-right{right:18px}

.icon-contact{
  gap:10px!important;
  padding:10px!important;
}
.contact-icon{
  width:52px;
  height:52px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.16);
  box-shadow:0 10px 30px rgba(0,0,0,.24);
  transition:.25s ease;
}
.contact-icon svg{
  width:100%;
  height:100%;
  display:block;
}
.contact-icon:hover{
  transform:translateY(-4px) scale(1.08);
  box-shadow:0 0 34px rgba(155,92,255,.4);
}
.icon-contact .contact-main{
  height:52px;
  padding:0 24px;
}

@media(max-width:1500px){
  .side-banner{
    width:116px;
    opacity:.72;
  }
}
@media(max-width:1200px){
  .side-banner{
    display:none;
  }
}
@media(max-width:640px){
  .icon-contact{
    border-radius:28px!important;
  }
  .contact-icon{
    width:46px;
    height:46px;
  }
  .icon-contact .contact-main{
    height:46px;
    padding:0 14px;
    font-size:13px;
  }
}


/* ==========================================================
   V3.3 PRESENTATION SECTION FIX
   ========================================================== */

/* Remove old floating badges completely */
.hero-v3-badges,
.hero-v3-floating,
.hero-v3-float-1,
.hero-v3-float-2,
.hero-v3-float-3{
  display:none!important;
}

/* Premium proof row: stable, not floating */
.hero-proof-clean{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin-top:24px;
  width:100%;
}
.hero-proof-clean div{
  min-height:54px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  border:1px solid rgba(255,255,255,.14);
  border-radius:18px;
  background:linear-gradient(135deg,rgba(255,255,255,.07),rgba(155,92,255,.08));
  color:#efe5ff;
  font-weight:900;
  font-size:14px;
  box-shadow:0 14px 44px rgba(0,0,0,.18);
  backdrop-filter:blur(12px);
}

/* Presentation section: make video the hero visual */
#problem .section-head{
  grid-template-columns:.34fr .9fr 1.05fr!important;
  min-height:520px;
}
#problem .section-art{
  min-height:450px!important;
}
#problem .section-art video,
#problem .section-art img{
  object-fit:cover!important;
}
#problem .section-copy{
  justify-content:center!important;
}
#problem .title{
  font-size:clamp(46px,5vw,82px)!important;
}
.presentation-copy{
  border-radius:34px;
  padding:34px;
  border:1px solid rgba(255,255,255,.13);
  background:linear-gradient(135deg,rgba(155,92,255,.16),rgba(255,78,205,.06));
  box-shadow:0 24px 80px rgba(0,0,0,.22);
}
.presentation-copy h3{
  font-size:44px;
  line-height:1;
  margin:0 0 12px;
  letter-spacing:-2px;
}
.presentation-copy p{
  color:var(--muted);
  line-height:1.9;
  font-size:18px;
  margin:0;
}

/* Keep proof rows inside headers visually aligned */
.section-copy .hero-proof-clean{
  max-width:620px;
}

/* Reduce old mini-proof if any remains */
.mini-proof{
  display:none!important;
}

@media(max-width:980px){
  #problem .section-head{
    grid-template-columns:1fr!important;
    min-height:auto;
  }
  #problem .section-art{
    min-height:320px!important;
  }
}
@media(max-width:640px){
  .hero-proof-clean{
    grid-template-columns:1fr!important;
  }
  #problem .section-art{
    min-height:230px!important;
  }
  .presentation-copy{
    padding:24px;
  }
  .presentation-copy h3{
    font-size:34px;
  }
}


/* ==========================================================
   V3.4 APPLE LEVEL VIDEO SECTION
   ========================================================== */
.apple-video-section{
  padding:150px 0!important;
  background:#05020b;
}
.apple-video-section:before{
  background:
    radial-gradient(circle at 20% 15%,rgba(155,92,255,.20),transparent 34%),
    radial-gradient(circle at 82% 70%,rgba(255,78,205,.13),transparent 34%),
    linear-gradient(180deg,rgba(5,2,11,.12),#05020b)!important;
}
.apple-video-bg{
  opacity:.26!important;
  filter:saturate(1.35) contrast(1.12) blur(.2px)!important;
}
.apple-video-bg:after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,#05020b 0%,rgba(5,2,11,.72) 40%,rgba(5,2,11,.4) 100%),
    linear-gradient(180deg,#05020b 0%,rgba(5,2,11,.18) 44%,#05020b 100%)!important;
}
.apple-video-head{
  grid-template-columns:.28fr .86fr 1.08fr!important;
  min-height:620px!important;
  padding:42px!important;
  border-radius:46px!important;
  background:
    linear-gradient(135deg,rgba(255,255,255,.09),rgba(155,92,255,.05)),
    rgba(255,255,255,.035)!important;
  border:1px solid rgba(255,255,255,.15)!important;
  box-shadow:
    0 50px 150px rgba(0,0,0,.42),
    inset 0 1px 0 rgba(255,255,255,.08)!important;
}
.apple-video-head:before{
  color:rgba(255,255,255,.032)!important;
  font-size:clamp(80px,11vw,170px)!important;
}
.apple-video-head .section-copy{
  justify-content:center!important;
}
.apple-video-head .title{
  font-size:clamp(48px,5.5vw,92px)!important;
  line-height:.9!important;
  letter-spacing:-4px!important;
}
.apple-video-head .desc{
  font-size:19px!important;
  color:rgba(255,250,255,.78)!important;
}
.apple-video-card{
  min-height:520px!important;
  border-radius:36px!important;
  box-shadow:
    0 44px 140px rgba(0,0,0,.56),
    0 0 70px rgba(155,92,255,.18)!important;
  transform:perspective(1200px) rotateY(-6deg) rotateX(3deg);
  transition:.5s ease!important;
}
.apple-video-head:hover .apple-video-card{
  transform:perspective(1200px) rotateY(-3deg) rotateX(1deg) scale(1.02);
}
.apple-video-card video,
.apple-video-card img{
  transform:scale(1.01)!important;
}
.apple-video-head:hover .apple-video-card video,
.apple-video-head:hover .apple-video-card img{
  transform:scale(1.08)!important;
}
.apple-video-overlay{
  position:absolute;
  left:22px;
  right:22px;
  bottom:22px;
  border-radius:24px;
  padding:18px 20px;
  border:1px solid rgba(255,255,255,.16);
  background:rgba(7,4,13,.72);
  backdrop-filter:blur(18px);
  box-shadow:0 18px 60px rgba(0,0,0,.34);
}
.apple-video-overlay span{
  display:block;
  color:#d8c3ff;
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.14em;
}
.apple-video-overlay b{
  display:block;
  margin-top:5px;
  color:#fff;
  font-size:20px;
  font-family:'Space Grotesk','Kanit',sans-serif;
}
.apple-video-benefits{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.apple-video-benefits div{
  min-height:230px;
  border-radius:34px;
  padding:28px;
  border:1px solid rgba(255,255,255,.13);
  background:
    radial-gradient(circle at 85% 0%,rgba(155,92,255,.18),transparent 38%),
    rgba(255,255,255,.055);
  backdrop-filter:blur(14px);
  box-shadow:0 24px 86px rgba(0,0,0,.22);
}
.apple-video-benefits b{
  display:inline-flex;
  width:48px;
  height:48px;
  align-items:center;
  justify-content:center;
  border-radius:16px;
  background:linear-gradient(135deg,var(--purple),var(--pink));
  font-family:'Space Grotesk','Kanit',sans-serif;
}
.apple-video-benefits h3{
  font-size:30px;
  line-height:1.05;
  margin:28px 0 12px;
}
.apple-video-benefits p{
  color:var(--muted);
  line-height:1.85;
  margin:0;
}
@media(max-width:1100px){
  .apple-video-head{
    grid-template-columns:1fr!important;
    min-height:auto!important;
  }
  .apple-video-card{
    min-height:360px!important;
    transform:none!important;
  }
}
@media(max-width:760px){
  .apple-video-section{
    padding:90px 0!important;
  }
  .apple-video-head{
    padding:24px!important;
    border-radius:30px!important;
  }
  .apple-video-head .title{
    font-size:clamp(40px,11vw,62px)!important;
    letter-spacing:-2.5px!important;
  }
  .apple-video-card{
    min-height:240px!important;
    border-radius:24px!important;
  }
  .apple-video-benefits{
    grid-template-columns:1fr!important;
  }
}


/* ==========================================================
   V3.5 APPLE MOTION FULL SYSTEM
   ========================================================== */

/* Always real video */
.forced-presentation-video,
.apple-video-card video{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  display:block!important;
  opacity:1!important;
  visibility:visible!important;
}

/* Apple motion card depth */
.apple-motion-card{
  isolation:isolate;
  transform-style:preserve-3d;
}
.apple-motion-card:after{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  background:
    linear-gradient(110deg,transparent 0%,rgba(255,255,255,.05) 38%,transparent 60%),
    radial-gradient(circle at 15% 18%,rgba(155,92,255,.14),transparent 38%);
  animation:appleAmbientSweep 9s ease-in-out infinite;
}
@keyframes appleAmbientSweep{
  0%,100%{opacity:.45;transform:translateX(-3%)}
  50%{opacity:.85;transform:translateX(3%)}
}
.apple-orb{
  position:absolute;
  z-index:0;
  border-radius:50%;
  pointer-events:none;
  filter:blur(12px);
  opacity:.45;
}
.apple-orb-1{
  width:280px;
  height:280px;
  right:18%;
  top:8%;
  background:radial-gradient(circle,rgba(155,92,255,.45),transparent 66%);
  animation:appleOrbOne 11s ease-in-out infinite;
}
.apple-orb-2{
  width:240px;
  height:240px;
  left:12%;
  bottom:6%;
  background:radial-gradient(circle,rgba(53,201,255,.24),transparent 66%);
  animation:appleOrbTwo 13s ease-in-out infinite;
}
@keyframes appleOrbOne{
  0%,100%{transform:translate3d(0,0,0) scale(1)}
  50%{transform:translate3d(24px,-22px,0) scale(1.12)}
}
@keyframes appleOrbTwo{
  0%,100%{transform:translate3d(0,0,0) scale(1)}
  50%{transform:translate3d(-18px,20px,0) scale(1.08)}
}

/* Video cinematic interaction */
.apple-video-card{
  position:relative!important;
  overflow:hidden!important;
  will-change:transform;
  animation:appleVideoFloat 7s ease-in-out infinite;
}
@keyframes appleVideoFloat{
  0%,100%{translate:0 0}
  50%{translate:0 -14px}
}
.apple-video-card:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:2;
  pointer-events:none;
  background:
    linear-gradient(90deg,rgba(5,2,11,.18),transparent 45%,rgba(155,92,255,.10)),
    radial-gradient(circle at 70% 25%,rgba(255,255,255,.08),transparent 28%);
}
.apple-video-shine{
  position:absolute;
  z-index:3;
  top:-40%;
  left:-80%;
  width:60%;
  height:180%;
  transform:rotate(18deg);
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.22),transparent);
  animation:appleShine 5.8s ease-in-out infinite;
  pointer-events:none;
}
@keyframes appleShine{
  0%,52%{left:-80%;opacity:0}
  62%{opacity:1}
  82%,100%{left:128%;opacity:0}
}
.apple-video-overlay{
  z-index:4!important;
}

/* Proof row Apple style, stable in layout */
.apple-proof,
.hero-proof-clean{
  position:relative!important;
  z-index:5!important;
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:12px!important;
  margin-top:26px!important;
}
.apple-proof div,
.hero-proof-clean div{
  position:relative;
  overflow:hidden;
  min-height:58px!important;
  border-radius:999px!important;
  background:
    linear-gradient(135deg,rgba(255,255,255,.10),rgba(155,92,255,.10))!important;
  border:1px solid rgba(255,255,255,.16)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.08),
    0 18px 44px rgba(0,0,0,.20)!important;
}
.apple-proof div:before,
.hero-proof-clean div:before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.08),transparent);
  transform:translateX(-120%);
  animation:appleProofSweep 5.4s ease-in-out infinite;
}
@keyframes appleProofSweep{
  0%,65%{transform:translateX(-120%)}
  100%{transform:translateX(120%)}
}

/* Scroll motion classes driven by JS */
.apple-motion-reveal{
  opacity:0;
  transform:translateY(52px) scale(.985);
  filter:blur(14px);
  transition:opacity .9s cubic-bezier(.2,.8,.2,1), transform .9s cubic-bezier(.2,.8,.2,1), filter .9s cubic-bezier(.2,.8,.2,1);
}
.apple-motion-reveal.apple-in{
  opacity:1;
  transform:translateY(0) scale(1);
  filter:blur(0);
}
.apple-video-card.apple-video-inview video{
  animation:appleVideoZoom 8s ease-in-out infinite;
}
@keyframes appleVideoZoom{
  0%,100%{transform:scale(1.02)}
  50%{transform:scale(1.075)}
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce){
  .apple-video-card,
  .apple-orb,
  .apple-video-shine,
  .apple-proof div:before,
  .hero-proof-clean div:before,
  .apple-motion-card:after,
  .forced-presentation-video{
    animation:none!important;
    transition:none!important;
  }
}
@media(max-width:760px){
  .apple-proof,
  .hero-proof-clean{
    grid-template-columns:1fr!important;
  }
}


/* ==========================================================
   FORCE VIDEO PATCH — ทับท้ายไฟล์ style.css
   บังคับ Section problem เป็น VIDEO 100%
   ========================================================== */

.force-video-section .apple-video-card img,
.force-video-section .section-art img{
  display:none!important;
}

.force-video-section video,
.force-video-section .forced-presentation-video,
.force-video-section .apple-video-card video,
.force-video-section .apple-video-bg video{
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  opacity:1!important;
  visibility:visible!important;
  position:relative!important;
  z-index:1!important;
  background:#05020b!important;
}

.force-video-section .apple-video-bg{
  opacity:.28!important;
}

.force-video-section .apple-video-card{
  position:relative!important;
  min-height:520px!important;
  background:#05020b!important;
  overflow:hidden!important;
}

.force-video-section .apple-video-card::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:2;
  pointer-events:none;
  background:
    linear-gradient(90deg,rgba(5,2,11,.16),transparent 45%,rgba(155,92,255,.10)),
    radial-gradient(circle at 72% 24%,rgba(255,255,255,.08),transparent 30%);
}

.force-video-section .apple-video-overlay{
  z-index:5!important;
}

.force-video-section .apple-video-shine{
  z-index:4!important;
}

.force-video-section .apple-video-head{
  grid-template-columns:.28fr .86fr 1.08fr!important;
  min-height:620px!important;
}

.force-video-section .hero-proof-clean{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:12px!important;
  margin-top:26px!important;
}

.force-video-section .hero-proof-clean div{
  min-height:58px!important;
  border-radius:999px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
  background:linear-gradient(135deg,rgba(255,255,255,.10),rgba(155,92,255,.10))!important;
  border:1px solid rgba(255,255,255,.16)!important;
  color:#fff!important;
  font-weight:900!important;
}

@media(max-width:1100px){
  .force-video-section .apple-video-head{
    grid-template-columns:1fr!important;
    min-height:auto!important;
  }
  .force-video-section .apple-video-card{
    min-height:360px!important;
  }
}

@media(max-width:640px){
  .force-video-section .apple-video-card{
    min-height:240px!important;
  }
  .force-video-section .hero-proof-clean{
    grid-template-columns:1fr!important;
  }
}


/* ==========================================================
   FINAL FORCE VISIBLE VIDEO TEST
   ใช้ทับท้ายไฟล์: ทำให้เห็นวิดีโอแน่นอน
   ========================================================== */

/* กรอบวิดีโอฝั่งขวา */
#problem .video-test-card,
#problem .apple-video-card,
.force-video-section .apple-video-card{
  position:relative!important;
  width:100%!important;
  height:560px!important;
  min-height:560px!important;
  padding:0!important;
  overflow:hidden!important;
  border-radius:36px!important;
  background:#000!important;
  display:block!important;
}

/* ปิด layer ที่เคยบังวิดีโอ */
#problem .apple-video-card::before,
#problem .apple-video-card::after,
.force-video-section .apple-video-card::before,
.force-video-section .apple-video-card::after{
  display:none!important;
  content:none!important;
}

/* บังคับวิดีโอให้เห็นชัด อยู่บนสุด */
#problem .video-visible-test,
#problem .forced-presentation-video,
#problem .apple-video-card video,
.force-video-section .apple-video-card video{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  min-width:100%!important;
  min-height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
  display:block!important;
  opacity:1!important;
  visibility:visible!important;
  z-index:10!important;
  transform:none!important;
  filter:none!important;
  background:#000!important;
  border:0!important;
  border-radius:0!important;
}

/* ซ่อนรูปในกรอบนี้ทั้งหมด */
#problem .apple-video-card img,
.force-video-section .apple-video-card img{
  display:none!important;
}

/* overlay อยู่ด้านบน แต่ไม่บังกลางวิดีโอ */
#problem .apple-video-overlay,
.force-video-section .apple-video-overlay{
  position:absolute!important;
  left:24px!important;
  right:24px!important;
  bottom:24px!important;
  z-index:20!important;
  margin:0!important;
  pointer-events:none!important;
}

/* ปิด shine ชั่วคราวเพื่อเช็ก video */
#problem .apple-video-shine,
.force-video-section .apple-video-shine{
  display:none!important;
}

/* background video เต็มจอหลัง section */
#problem .apple-video-bg video,
.force-video-section .apple-video-bg video{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  opacity:1!important;
  visibility:visible!important;
}

/* mobile */
@media(max-width:1100px){
  #problem .video-test-card,
  #problem .apple-video-card,
  .force-video-section .apple-video-card{
    height:380px!important;
    min-height:380px!important;
  }
}

@media(max-width:640px){
  #problem .video-test-card,
  #problem .apple-video-card,
  .force-video-section .apple-video-card{
    height:260px!important;
    min-height:260px!important;
    border-radius:24px!important;
  }

  #problem .apple-video-overlay,
  .force-video-section .apple-video-overlay{
    left:14px!important;
    right:14px!important;
    bottom:14px!important;
  }
}


/* ==========================================================
   BUTTERDEV FULLSCREEN VIDEO SECTION FINAL
   Section problem = วิดีโอเต็มจอ ไม่มีข้อความ ไม่มีการ์ด
   ========================================================== */

/* ตัด layout เดิมของ problem ออกทั้งหมด */
#problem.video-full-section{
  position:relative!important;
  width:100%!important;
  height:100vh!important;
  min-height:720px!important;
  padding:0!important;
  margin:0!important;
  overflow:hidden!important;
  background:#000!important;
  border:0!important;
}

/* ปิด pseudo/background เดิม */
#problem.video-full-section::before,
#problem.video-full-section::after{
  content:none!important;
  display:none!important;
}

/* วิดีโอเต็มจอจริง */
#problem.video-full-section .video-full-player,
#problem.video-full-section video{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  min-width:100%!important;
  min-height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
  display:block!important;
  opacity:1!important;
  visibility:visible!important;
  z-index:1!important;
  background:#000!important;
  border:0!important;
  border-radius:0!important;
  filter:none!important;
  transform:none!important;
}

/* ปุ่มเปิด/ปิดเสียง */
.video-sound-toggle{
  position:absolute!important;
  right:34px!important;
  bottom:34px!important;
  z-index:20!important;
  height:56px!important;
  padding:0 22px!important;
  border-radius:999px!important;
  border:1px solid rgba(255,255,255,.20)!important;
  background:rgba(6,3,12,.68)!important;
  color:#fff!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:10px!important;
  font-family:'Kanit',system-ui,sans-serif!important;
  font-size:15px!important;
  font-weight:900!important;
  cursor:pointer!important;
  backdrop-filter:blur(18px)!important;
  box-shadow:
    0 18px 60px rgba(0,0,0,.42),
    0 0 34px rgba(155,92,255,.22)!important;
  transition:.25s ease!important;
}

.video-sound-toggle:hover{
  transform:translateY(-3px)!important;
  background:linear-gradient(135deg,rgba(155,92,255,.88),rgba(255,78,205,.72))!important;
  box-shadow:
    0 22px 70px rgba(0,0,0,.48),
    0 0 48px rgba(155,92,255,.42)!important;
}

.video-sound-toggle .sound-icon{
  font-size:18px!important;
  line-height:1!important;
}

.video-sound-toggle .sound-text{
  line-height:1!important;
}

/* ปิดทุกอย่างที่อาจหลงมาจาก section/card เดิม */
#problem.video-full-section .wrap,
#problem.video-full-section .section-head,
#problem.video-full-section .section-copy,
#problem.video-full-section .section-kicker,
#problem.video-full-section .section-art,
#problem.video-full-section .apple-video-overlay,
#problem.video-full-section .apple-video-benefits,
#problem.video-full-section .hero-proof-clean{
  display:none!important;
}

/* Mobile */
@media(max-width:900px){
  #problem.video-full-section{
    height:70vh!important;
    min-height:460px!important;
  }

  .video-sound-toggle{
    right:16px!important;
    bottom:16px!important;
    height:48px!important;
    padding:0 16px!important;
    font-size:13px!important;
  }
}

@media(max-width:520px){
  #problem.video-full-section{
    height:64vh!important;
    min-height:380px!important;
  }

  .video-sound-toggle .sound-text{
    display:none!important;
  }

  .video-sound-toggle{
    width:48px!important;
    padding:0!important;
  }
}


/* ==========================================================
   AUTOSOUND + PREMIUM VIDEO FRAME PATCH
   ========================================================== */

#problem.video-framed-section{
  height:100vh!important;
  min-height:720px!important;
  padding:46px!important;
  background:
    radial-gradient(circle at 18% 12%,rgba(155,92,255,.28),transparent 30%),
    radial-gradient(circle at 82% 86%,rgba(255,78,205,.16),transparent 34%),
    #05020b!important;
}

#problem.video-framed-section .video-frame-wrap{
  position:relative!important;
  width:100%!important;
  height:100%!important;
  overflow:hidden!important;
  border-radius:46px!important;
  background:#000!important;
  border:1px solid rgba(255,255,255,.18)!important;
  box-shadow:
    0 50px 160px rgba(0,0,0,.58),
    0 0 0 1px rgba(155,92,255,.18),
    0 0 90px rgba(155,92,255,.25)!important;
}

#problem.video-framed-section .video-frame-wrap::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:4;
  pointer-events:none;
  border-radius:46px;
  background:
    linear-gradient(120deg,rgba(255,255,255,.16),transparent 18%,transparent 76%,rgba(155,92,255,.20)),
    radial-gradient(circle at 50% 0%,rgba(255,255,255,.10),transparent 34%);
  mix-blend-mode:screen;
}

#problem.video-framed-section .video-frame-wrap::after{
  content:"";
  position:absolute;
  inset:14px;
  z-index:5;
  pointer-events:none;
  border-radius:34px;
  border:1px solid rgba(255,255,255,.13);
  box-shadow:inset 0 0 70px rgba(0,0,0,.35);
}

#problem.video-framed-section .video-frame-glow{
  position:absolute;
  inset:-28%;
  z-index:0;
  background:
    radial-gradient(circle at 22% 18%,rgba(155,92,255,.26),transparent 30%),
    radial-gradient(circle at 78% 76%,rgba(255,78,205,.18),transparent 32%);
  filter:blur(20px);
  animation:videoFrameGlow 8s ease-in-out infinite;
}

@keyframes videoFrameGlow{
  0%,100%{transform:scale(1);opacity:.75}
  50%{transform:scale(1.08);opacity:1}
}

#problem.video-framed-section .video-full-player{
  position:absolute!important;
  inset:0!important;
  z-index:1!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
  border-radius:0!important;
  filter:saturate(1.08) contrast(1.04)!important;
}

#problem.video-framed-section .video-frame-overlay{
  position:absolute!important;
  left:34px!important;
  bottom:34px!important;
  z-index:8!important;
  width:min(560px,calc(100% - 68px))!important;
  padding:22px 26px!important;
  border-radius:26px!important;
  color:#fff!important;
  border:1px solid rgba(255,255,255,.18)!important;
  background:rgba(8,4,16,.72)!important;
  backdrop-filter:blur(20px)!important;
  box-shadow:0 22px 80px rgba(0,0,0,.42)!important;
}

#problem.video-framed-section .video-frame-overlay span{
  display:block;
  color:#d8c3ff;
  font-size:12px;
  font-weight:900;
  letter-spacing:.16em;
  text-transform:uppercase;
}

#problem.video-framed-section .video-frame-overlay b{
  display:block;
  margin-top:8px;
  font-size:24px;
  font-family:'Space Grotesk','Kanit',sans-serif;
}

.video-sound-toggle{
  right:62px!important;
  bottom:62px!important;
  z-index:40!important;
}

.video-sound-unlock{
  position:absolute!important;
  left:50%!important;
  bottom:62px!important;
  transform:translateX(-50%) translateY(18px)!important;
  z-index:41!important;
  height:56px!important;
  padding:0 24px!important;
  border-radius:999px!important;
  border:1px solid rgba(255,255,255,.22)!important;
  background:linear-gradient(135deg,rgba(155,92,255,.92),rgba(255,78,205,.78))!important;
  color:#fff!important;
  font-family:'Kanit',system-ui,sans-serif!important;
  font-weight:900!important;
  cursor:pointer!important;
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
  box-shadow:0 24px 80px rgba(0,0,0,.45),0 0 46px rgba(155,92,255,.40)!important;
  transition:.28s ease!important;
}

.video-sound-unlock.show{
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
  transform:translateX(-50%) translateY(0)!important;
}

@media(max-width:900px){
  #problem.video-framed-section{
    height:78vh!important;
    min-height:520px!important;
    padding:20px!important;
  }

  #problem.video-framed-section .video-frame-wrap{
    border-radius:30px!important;
  }

  #problem.video-framed-section .video-frame-wrap::before{
    border-radius:30px!important;
  }

  #problem.video-framed-section .video-frame-wrap::after{
    inset:8px!important;
    border-radius:22px!important;
  }

  #problem.video-framed-section .video-frame-overlay{
    left:16px!important;
    right:16px!important;
    bottom:84px!important;
    width:auto!important;
    padding:16px 18px!important;
    border-radius:18px!important;
  }

  #problem.video-framed-section .video-frame-overlay b{
    font-size:18px!important;
  }

  .video-sound-toggle{
    right:20px!important;
    bottom:20px!important;
  }

  .video-sound-unlock{
    bottom:20px!important;
    left:20px!important;
    transform:translateY(18px)!important;
  }

  .video-sound-unlock.show{
    transform:translateY(0)!important;
  }
}

@media(max-width:520px){
  #problem.video-framed-section{
    height:70vh!important;
    min-height:430px!important;
    padding:12px!important;
  }

  #problem.video-framed-section .video-frame-overlay{
    bottom:72px!important;
  }

  .video-sound-unlock{
    height:48px!important;
    padding:0 16px!important;
    font-size:13px!important;
  }
}


/* ==========================================================
   BUTTERDEV FINAL PATCH 2026-05-03
   - Video fills premium frame 100%
   - No text overlay on video
   - Sound controls remain usable
   - Mobile frame keeps exact rectangle proportion
   ========================================================== */
#problem.video-framed-section{
  display:block!important;
  min-height:720px!important;
  height:100vh!important;
  padding:42px!important;
  background:
    radial-gradient(circle at 10% 12%,rgba(155,92,255,.30),transparent 28%),
    radial-gradient(circle at 92% 82%,rgba(255,78,205,.18),transparent 34%),
    linear-gradient(135deg,#05020b 0%,#10071f 48%,#040106 100%)!important;
}
#problem.video-framed-section .video-frame-wrap{
  position:relative!important;
  width:100%!important;
  max-width:1480px!important;
  height:100%!important;
  margin:0 auto!important;
  overflow:hidden!important;
  border-radius:42px!important;
  background:#000!important;
  border:1px solid rgba(255,255,255,.20)!important;
  box-shadow:
    0 42px 150px rgba(0,0,0,.64),
    0 0 0 1px rgba(155,92,255,.22),
    0 0 100px rgba(155,92,255,.28)!important;
}
#problem.video-framed-section .video-frame-wrap::before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  z-index:5!important;
  pointer-events:none!important;
  border-radius:42px!important;
  background:
    linear-gradient(120deg,rgba(255,255,255,.16),transparent 18%,transparent 78%,rgba(255,78,205,.16)),
    radial-gradient(circle at 50% 0%,rgba(255,255,255,.10),transparent 34%)!important;
}
#problem.video-framed-section .video-frame-wrap::after{
  content:""!important;
  position:absolute!important;
  inset:12px!important;
  z-index:6!important;
  pointer-events:none!important;
  border-radius:32px!important;
  border:1px solid rgba(255,255,255,.14)!important;
  box-shadow:inset 0 0 72px rgba(0,0,0,.38)!important;
}
#problem.video-framed-section .video-full-player{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  min-width:100%!important;
  min-height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
  display:block!important;
  z-index:1!important;
  background:#000!important;
  border:0!important;
  border-radius:0!important;
  transform:none!important;
  opacity:1!important;
  visibility:visible!important;
}
#problem.video-framed-section .video-frame-overlay{display:none!important}
#problem.video-framed-section .video-sound-toggle{
  right:64px!important;
  bottom:64px!important;
  z-index:50!important;
}
#problem.video-framed-section .video-sound-unlock{
  z-index:51!important;
}
@media(max-width:900px){
  #problem.video-framed-section{
    height:auto!important;
    min-height:auto!important;
    padding:18px!important;
  }
  #problem.video-framed-section .video-frame-wrap{
    height:auto!important;
    aspect-ratio:16/10!important;
    min-height:420px!important;
    border-radius:28px!important;
  }
  #problem.video-framed-section .video-frame-wrap::before{border-radius:28px!important}
  #problem.video-framed-section .video-frame-wrap::after{inset:8px!important;border-radius:20px!important}
  #problem.video-framed-section .video-sound-toggle{right:30px!important;bottom:30px!important}
}
@media(max-width:520px){
  #problem.video-framed-section{padding:10px!important}
  #problem.video-framed-section .video-frame-wrap{
    aspect-ratio:4/5!important;
    min-height:520px!important;
    border-radius:22px!important;
  }
  #problem.video-framed-section .video-frame-wrap::before{border-radius:22px!important}
  #problem.video-framed-section .video-frame-wrap::after{inset:6px!important;border-radius:16px!important}
  #problem.video-framed-section .video-sound-toggle{right:22px!important;bottom:22px!important}
}

/* ==========================================================
   BUTTERDEV VIDEO CONTROLS FINAL PATCH
   ปุ่มเสียงอยู่ในคลิป + fade ตอน idle + แตะวิดีโอเพื่อเปิด/ปิดเสียง
   ========================================================== */
#problem.video-framed-section .video-frame-wrap{
  position:relative!important;
  cursor:pointer!important;
}

#problem.video-framed-section .video-sound-toggle{
  position:absolute!important;
  left:24px!important;
  right:auto!important;
  bottom:24px!important;
  z-index:80!important;
  height:54px!important;
  max-width:calc(100% - 48px)!important;
  padding:0 22px!important;
  border-radius:999px!important;
  border:1px solid rgba(255,255,255,.24)!important;
  background:linear-gradient(135deg,rgba(155,92,255,.94),rgba(255,78,205,.82))!important;
  color:#fff!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:10px!important;
  font-family:'Kanit',system-ui,sans-serif!important;
  font-size:14px!important;
  font-weight:900!important;
  line-height:1!important;
  cursor:pointer!important;
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
  backdrop-filter:blur(18px)!important;
  box-shadow:0 18px 54px rgba(0,0,0,.42),0 0 38px rgba(155,92,255,.36)!important;
  transform:translateY(0)!important;
  transition:opacity .35s ease, transform .35s ease, background .25s ease, box-shadow .25s ease!important;
}

#problem.video-framed-section .video-sound-toggle:hover{
  transform:translateY(-3px)!important;
  box-shadow:0 24px 70px rgba(0,0,0,.50),0 0 52px rgba(255,78,205,.42)!important;
}

#problem.video-framed-section .video-sound-toggle.is-muted{
  background:linear-gradient(135deg,rgba(155,92,255,.98),rgba(255,78,205,.90))!important;
}

#problem.video-framed-section .video-frame-wrap.is-idle .video-sound-toggle{
  opacity:0!important;
  transform:translateY(12px)!important;
  pointer-events:none!important;
}

#problem.video-framed-section .video-sound-unlock{
  display:none!important;
}

@media(max-width:900px){
  #problem.video-framed-section .video-sound-toggle{
    left:18px!important;
    right:auto!important;
    bottom:18px!important;
    height:50px!important;
    max-width:calc(100% - 36px)!important;
    padding:0 18px!important;
    font-size:13px!important;
  }
}

@media(max-width:520px){
  #problem.video-framed-section .video-sound-toggle{
    left:16px!important;
    right:auto!important;
    bottom:16px!important;
    width:auto!important;
    max-width:calc(100% - 32px)!important;
    padding:0 16px!important;
  }

  #problem.video-framed-section .video-sound-toggle .sound-text{
    display:inline!important;
  }
}

/* ==========================================================
   V40 MOBILE RESPONSIVE FRONTEND PATCH
   รองรับมือถือจริง: navbar, hero, video, section, cards, pricing, contact
   ========================================================== */
img,video{max-width:100%;height:auto}.nav-toggle{display:none}.video-full-player{touch-action:manipulation}
@media(max-width:1180px){
  .wrap{width:min(100% - 28px,1060px)}.nav{height:76px}.links{gap:16px}.hero{min-height:auto;padding:54px 0}.hero-inner{grid-template-columns:1fr;gap:28px}.hero-visual{min-height:520px}.dashboard{position:relative;top:auto;right:auto;width:100%;max-width:720px;margin:auto}.floating-offer{left:20px;bottom:20px}.section-head{grid-template-columns:1fr;gap:18px}.section-art{min-height:260px}.section-copy .title,.title{font-size:clamp(34px,6vw,58px)}.services,.portfolio,.pricing,.contact,.foot{grid-template-columns:repeat(2,minmax(0,1fr))}.sticky-cta{right:14px;bottom:14px}.sticky-cta span{display:none}
}
@media(max-width:860px){
  .cursor-glow,.grain{display:none}.wrap{width:calc(100% - 22px)}.top{position:sticky}.nav{height:auto;min-height:70px;gap:12px;padding:10px 0;flex-wrap:wrap}.brand{min-width:0!important;flex:1}.brand-logo{height:40px!important;max-width:178px!important}.links{order:3;width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding-top:8px}.links a{display:flex;align-items:center;justify-content:center;min-height:40px;border:1px solid rgba(255,255,255,.10);border-radius:14px;background:rgba(255,255,255,.045);font-size:13px}.nav>.btn{min-height:44px;padding:0 14px;font-size:13px}.hero{padding:34px 0 42px}.hero-inner{display:block}h1{font-size:clamp(42px,13vw,68px);letter-spacing:-3px;line-height:.94}.hero-copy{font-size:16px;line-height:1.7;margin:18px 0}.hero-actions .btn{width:100%;min-height:50px}.hero-proof{grid-template-columns:1fr;gap:9px}.hero-visual{min-height:0;margin-top:28px}.dashboard{border-radius:24px}.dash-body{padding:14px}.dash-hero{height:auto;aspect-ratio:16/10;border-radius:18px}.dash-hero:after{font-size:25px;left:14px;bottom:12px}.dash-grid{grid-template-columns:1fr;gap:10px}.mini{height:auto;min-height:104px}.floating-offer{position:relative;left:auto;bottom:auto;width:100%;margin-top:14px;transform:none;border-radius:22px}.marquee .track{font-size:14px;padding:14px 0;gap:26px}section{padding:68px 0}.section-head{padding:20px;border-radius:26px;margin-bottom:28px}.section-head:before{font-size:72px;right:-12px;bottom:-22px}.section-kicker{display:flex;justify-content:space-between;align-items:center}.section-art{min-height:210px;border-radius:18px}.hero-proof-clean{grid-template-columns:1fr!important}.services,.portfolio,.pricing,.contact,.foot,.footer-panel .foot{grid-template-columns:1fr!important}.price,.service,.case-card,.portfolio-card,.form,.contact-card{border-radius:22px}.footer-panel{border-radius:24px;padding:22px}.line-float{right:14px;bottom:14px}.sticky-cta{left:10px;right:10px;bottom:10px;justify-content:center;border-radius:20px}.sticky-cta .btn{flex:1}.sticky-cta .btn-ghost{display:none}
  #problem.video-framed-section{padding:10px!important;min-height:auto!important}#problem.video-framed-section .video-frame-wrap{width:100%!important;min-height:auto!important;height:auto!important;aspect-ratio:16/10!important;border-radius:22px!important}#problem.video-framed-section .video-full-player{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;object-fit:cover!important}#problem.video-framed-section .video-sound-toggle{left:12px!important;bottom:12px!important;height:46px!important;max-width:calc(100% - 24px)!important;padding:0 14px!important;font-size:12px!important}.video-frame-wrap.is-idle .video-sound-toggle{opacity:.18!important;pointer-events:auto!important}
}
@media(max-width:520px){
  body{font-size:15px}.wrap{width:calc(100% - 18px)}.nav>.btn{width:auto;min-width:118px}.links{grid-template-columns:1fr 1fr}.links a{font-size:12px;min-height:38px}.eyebrow{font-size:12px;margin-bottom:16px}.stroke{-webkit-text-stroke:1.2px rgba(255,255,255,.88)}h1{font-size:clamp(38px,16vw,58px);letter-spacing:-2px}.btn{min-height:48px;padding:0 16px}.proof-chip{padding:12px;border-radius:14px}.dashboard{border-radius:20px}.dash-top{height:48px}.dash-hero{aspect-ratio:4/3}.mini b{font-size:24px}.track{animation-duration:18s!important}section{padding:54px 0}.section-head{padding:16px;border-radius:22px}.section-head:before{display:none}.section-copy .title,.title{font-size:31px;line-height:1.04;letter-spacing:-1px}.desc{font-size:15px;line-height:1.7}.section-art{min-height:180px}.pricing{gap:14px}.price-number{font-size:34px}.contact-card,.form{padding:18px}.footer-panel{padding:18px}.footer-logo-badge{width:140px!important;height:60px!important}.copy{display:grid;gap:8px;text-align:center}.sticky-cta{padding:8px}.sticky-cta .btn{font-size:13px;min-height:44px;padding:0 10px}.line-float{width:54px;height:54px;font-size:13px}#problem.video-framed-section .video-frame-wrap{aspect-ratio:4/5!important;border-radius:18px!important}#problem.video-framed-section .video-frame-wrap::after{inset:5px!important;border-radius:13px!important}#problem.video-framed-section .video-sound-toggle{height:44px;left:10px!important;bottom:10px!important;max-width:calc(100% - 20px)!important}.video-sound-toggle .sound-text{max-width:190px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
}
@media(max-width:380px){.brand-logo{max-width:150px!important}.links{grid-template-columns:1fr}.nav>.btn{width:100%}.hero-actions{gap:9px}.section-copy .title,.title{font-size:28px}.footer-panel{padding:14px}.video-sound-toggle .sound-text{max-width:140px}}

/* ==========================================================
   V42 MOBILE OVERLAP FIX — 2026-05-04
   แก้มือถือทับมั่ว: Header / Hero / Stats / Mockup / CTA
   ========================================================== */
html,body{overflow-x:hidden!important;max-width:100%!important;}
*,*::before,*::after{box-sizing:border-box;}

@media(max-width:760px){
  body{padding-bottom:118px!important;}

  /* Header: keep everything in normal flow, no overlapping hero */
  .top{
    position:relative!important;
    top:auto!important;
    z-index:30!important;
    background:linear-gradient(180deg,rgba(8,4,18,.98),rgba(8,4,18,.90))!important;
    border-bottom:1px solid rgba(255,255,255,.10)!important;
    backdrop-filter:blur(16px)!important;
  }
  .nav{
    width:calc(100% - 28px)!important;
    min-height:auto!important;
    height:auto!important;
    margin:0 auto!important;
    padding:14px 0!important;
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:12px!important;
    align-items:center!important;
  }
  .brand{
    min-width:0!important;
    width:100%!important;
    justify-content:flex-start!important;
  }
  .brand-logo{
    height:38px!important;
    width:auto!important;
    max-width:178px!important;
  }
  .links{
    display:none!important;
  }
  .nav > .btn,
  header .btn-primary{
    position:relative!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    min-height:52px!important;
    height:52px!important;
    margin:0!important;
    padding:0 18px!important;
    border-radius:999px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    font-size:16px!important;
    line-height:1!important;
    transform:none!important;
    white-space:nowrap!important;
  }

  /* Hero: stop desktop grid/card from colliding */
  .hero,
  .hero-v3{
    min-height:auto!important;
    height:auto!important;
    padding:34px 0 46px!important;
    display:block!important;
    overflow:hidden!important;
  }
  .hero-v3-inner{
    width:calc(100% - 28px)!important;
    display:block!important;
    gap:0!important;
  }
  .hero-v3-copy{
    max-width:100%!important;
    width:100%!important;
    position:relative!important;
    z-index:5!important;
  }
  .eyebrow{
    font-size:11px!important;
    line-height:1.35!important;
    margin-bottom:14px!important;
    word-break:break-word!important;
  }
  .hero-v3 h1,
  .hero h1,
  h1{
    font-size:clamp(34px,12.5vw,52px)!important;
    line-height:.98!important;
    letter-spacing:-1.8px!important;
    max-width:100%!important;
    overflow-wrap:anywhere!important;
  }
  .hero-v3 .hero-copy,
  .hero-copy{
    font-size:15px!important;
    line-height:1.72!important;
    margin:16px 0 18px!important;
    max-width:100%!important;
  }
  .hero-actions{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:10px!important;
    width:100%!important;
  }
  .hero-actions .btn{
    width:100%!important;
    min-height:50px!important;
    margin:0!important;
  }

  /* Stats: never absolute / never overlap */
  .hero-v3-stats{
    position:relative!important;
    z-index:4!important;
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:12px!important;
    margin:20px 0 0!important;
    width:100%!important;
  }
  .hero-v3-stats div{
    min-height:auto!important;
    padding:16px 18px!important;
    border-radius:22px!important;
    display:block!important;
    transform:none!important;
  }
  .hero-v3-stats b{
    font-size:34px!important;
    line-height:1!important;
    letter-spacing:-1px!important;
  }
  .hero-v3-stats span{
    font-size:14px!important;
    line-height:1.45!important;
    margin-top:8px!important;
  }

  /* Mockup: put below stats, fit mobile screen */
  .hero-v3-visual{
    position:relative!important;
    z-index:2!important;
    width:100%!important;
    min-height:0!important;
    height:auto!important;
    margin-top:34px!important;
    display:block!important;
  }
  .hero-v3-logo-bg{display:none!important;}
  .hero-v3-window{
    width:100%!important;
    margin:0!important;
    border-radius:26px!important;
    transform:none!important;
    animation:none!important;
    overflow:hidden!important;
  }
  .window-bar{
    height:auto!important;
    min-height:58px!important;
    padding:14px 16px!important;
    gap:12px!important;
  }
  .window-bar b{
    font-size:14px!important;
    line-height:1.25!important;
    text-align:right!important;
  }
  .window-screen{padding:16px!important;}
  .screen-header{
    min-height:132px!important;
    height:auto!important;
    border-radius:20px!important;
    padding:20px!important;
  }
  .screen-header strong{
    font-size:30px!important;
    line-height:1!important;
    letter-spacing:-1.2px!important;
  }
  .screen-grid{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:12px!important;
    margin-top:12px!important;
  }
  .screen-card{
    min-height:auto!important;
    padding:16px!important;
    border-radius:18px!important;
  }
  .screen-card b{
    font-size:30px!important;
    line-height:1!important;
  }
  .code-panel{
    font-size:11.5px!important;
    line-height:1.7!important;
    padding:14px!important;
    border-radius:18px!important;
    overflow:auto!important;
    white-space:nowrap!important;
  }

  /* Main content cards: one clean column */
  .services,
  .portfolio-grid,
  .pricing,
  .pain-grid,
  .case-study,
  .lead-magnet,
  .conversion-stack,
  .guarantee,
  .contact,
  .foot{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:16px!important;
  }
  .service,
  .price,
  .case-card,
  .contact-card,
  .form,
  .portfolio-card{
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
    transform:none!important;
  }

  /* Video section: keep inside mobile viewport */
  #problem.video-framed-section{
    padding:12px!important;
    height:auto!important;
    min-height:auto!important;
  }
  #problem.video-framed-section .video-frame-wrap{
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    aspect-ratio:4/5!important;
    border-radius:22px!important;
  }
  #problem.video-framed-section .video-sound-toggle{
    left:12px!important;
    bottom:12px!important;
    height:44px!important;
    max-width:calc(100% - 24px)!important;
    padding:0 14px!important;
    font-size:12px!important;
    white-space:nowrap!important;
  }

  /* Floating contact: not cover whole content area */
  .contact-float.icon-contact{
    position:fixed!important;
    left:10px!important;
    right:10px!important;
    bottom:10px!important;
    z-index:90!important;
    display:grid!important;
    grid-template-columns:46px 46px 46px 1fr!important;
    gap:8px!important;
    padding:10px!important;
    border-radius:24px!important;
    max-width:calc(100% - 20px)!important;
  }
  .contact-icon{
    width:46px!important;
    height:46px!important;
    min-width:46px!important;
  }
  .icon-contact .contact-main,
  .contact-main{
    width:100%!important;
    min-width:0!important;
    height:46px!important;
    padding:0 12px!important;
    font-size:13px!important;
    white-space:nowrap!important;
  }
}

@media(max-width:390px){
  .hero-v3 h1,.hero h1,h1{font-size:clamp(32px,12vw,44px)!important;}
  .hero-v3-stats b{font-size:30px!important;}
  .window-bar b{font-size:12px!important;}
  .contact-float.icon-contact{grid-template-columns:42px 42px 42px 1fr!important;gap:6px!important;padding:8px!important;}
  .contact-icon{width:42px!important;height:42px!important;min-width:42px!important;}
  .contact-main{height:42px!important;font-size:12px!important;}
}


/* =========================
   V44 TRACKING + FINAL MOBILE SAFE PATCH
   ========================= */
.nav-track-btn{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  min-height:46px;padding:0 18px;border-radius:999px;text-decoration:none;color:#fff;font-weight:900;
  border:1px solid rgba(255,255,255,.16);
  background:linear-gradient(135deg,rgba(53,201,255,.18),rgba(155,92,255,.30),rgba(255,78,205,.16));
  box-shadow:0 12px 34px rgba(155,92,255,.16),inset 0 1px 0 rgba(255,255,255,.18);
  white-space:nowrap;transition:.25s ease;
}
.nav-track-btn:hover{transform:translateY(-2px);box-shadow:0 18px 44px rgba(155,92,255,.26)}
.tracking-float-banner{
  position:fixed;right:18px;top:50%;transform:translateY(-50%);z-index:88;
  display:flex;align-items:center;gap:12px;width:220px;min-height:76px;padding:14px 16px;border-radius:24px;
  text-decoration:none;color:#fff;border:1px solid rgba(255,255,255,.16);
  background:linear-gradient(135deg,rgba(19,10,33,.92),rgba(109,40,217,.88),rgba(255,78,205,.72));
  box-shadow:0 24px 70px rgba(0,0,0,.42),0 0 38px rgba(155,92,255,.34);
  backdrop-filter:blur(16px);overflow:hidden;
}
.tracking-float-banner:before{content:"";position:absolute;inset:-1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.22),transparent);transform:translateX(-120%);animation:trackSweep 4s ease-in-out infinite}.tracking-float-banner>*{position:relative;z-index:1}.tracking-float-icon{width:44px;height:44px;border-radius:16px;display:grid;place-items:center;background:rgba(255,255,255,.14);box-shadow:inset 0 1px 0 rgba(255,255,255,.18)}.tracking-float-copy{display:grid;line-height:1.25}.tracking-float-copy b{font-size:15px}.tracking-float-copy small{color:rgba(255,255,255,.74);font-size:12px}@keyframes trackSweep{0%,55%{transform:translateX(-120%)}85%,100%{transform:translateX(120%)}}
.tracking-page{min-height:100vh;background:radial-gradient(circle at 20% 15%,rgba(155,92,255,.28),transparent 34%),radial-gradient(circle at 82% 72%,rgba(255,78,205,.16),transparent 34%),#070411;color:#fff;font-family:'Kanit',sans-serif}.tracking-hero{min-height:100vh;display:grid;place-items:center;padding:28px}.tracking-card{width:min(680px,100%);border:1px solid rgba(255,255,255,.14);border-radius:42px;background:linear-gradient(160deg,rgba(255,255,255,.10),rgba(255,255,255,.045));box-shadow:0 34px 120px rgba(0,0,0,.42),0 0 70px rgba(155,92,255,.18);padding:38px;backdrop-filter:blur(18px)}.tracking-logo img{height:72px;max-width:260px;object-fit:contain}.tracking-badge{display:inline-flex;margin:22px 0 10px;padding:8px 14px;border-radius:999px;background:rgba(155,92,255,.18);border:1px solid rgba(155,92,255,.28);font-weight:900;color:#d9c8ff}.tracking-card h1{font-size:clamp(36px,7vw,70px);line-height:.95;margin:0 0 14px;letter-spacing:-2px}.tracking-card p{color:rgba(255,255,255,.75);font-size:18px;line-height:1.8}.tracking-form{display:grid;grid-template-columns:1fr auto;gap:12px;margin:24px 0 10px}.tracking-form input,.tracking-form button{border:0;border-radius:20px;font:inherit;font-weight:800}.tracking-form input{padding:18px 18px;background:rgba(0,0,0,.30);border:1px solid rgba(255,255,255,.12);color:#fff}.tracking-form button{padding:0 24px;color:#fff;background:linear-gradient(135deg,#9b5cff,#ff4ecd);cursor:pointer}.tracking-hint{display:block;color:rgba(255,255,255,.55);margin-top:8px}.tracking-result{margin-top:18px;padding:18px;border-radius:22px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);display:grid;gap:12px}.tracking-open{color:#fff;background:rgba(6,199,85,.24);border:1px solid rgba(6,199,85,.28);padding:10px 14px;border-radius:999px;text-decoration:none;width:max-content}.tracking-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}.tracking-actions a{color:#fff;text-decoration:none;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.06);border-radius:999px;padding:10px 16px;font-weight:800}
@media(max-width:980px){.top{position:sticky;top:0;z-index:80}.nav{gap:10px}.nav-track-btn{min-height:42px;padding:0 13px;font-size:13px}.tracking-float-banner{top:auto;right:14px;left:14px;bottom:16px;transform:none;width:auto;min-height:58px;border-radius:20px;justify-content:center}.tracking-float-icon{width:36px;height:36px;border-radius:13px}.tracking-float-copy small{display:none}.contact-float{bottom:88px!important}.side-banner{display:none!important}}
@media(max-width:720px){.links{display:none!important}.nav{justify-content:space-between;align-items:center}.brand{min-width:0!important}.nav .btn.btn-primary{display:none!important}.nav-track-btn{margin-left:auto}.hero-v3,.hero{padding-top:24px!important}.hero-v3-inner{display:block!important}.hero-v3-copy{padding-top:0!important}.hero-v3-copy h1{font-size:clamp(42px,14vw,68px)!important;line-height:.94!important}.hero-actions{display:grid!important;grid-template-columns:1fr!important;gap:12px!important}.hero-v3-stats{display:grid!important;grid-template-columns:1fr!important;gap:12px!important}.hero-v3-stats>div{min-height:auto!important;padding:22px!important}.hero-v3-visual{margin-top:28px!important;min-height:auto!important}.hero-v3-window{position:relative!important;inset:auto!important;width:100%!important;transform:none!important}.window-screen{padding:18px!important}.screen-grid{grid-template-columns:1fr!important}.section-head,.contact{display:grid!important;grid-template-columns:1fr!important;gap:18px!important;padding:24px!important}.title{font-size:clamp(36px,12vw,54px)!important;line-height:1!important}.section-media{min-height:220px!important}.marquee{margin:28px 0!important}.video-frame-wrap{border-radius:26px!important}.video-full-section{padding:24px 13px!important}.video-sound-toggle{left:14px!important;right:auto!important;bottom:14px!important;max-width:calc(100% - 28px)!important}.contact-float{left:12px!important;right:12px!important;bottom:86px!important;width:auto!important;justify-content:center!important}.contact-main{min-width:0!important;flex:1!important}.foot{display:grid!important;grid-template-columns:1fr!important;gap:28px!important}.footer-panel{padding:34px 22px 28px!important;border-radius:30px!important}.copy{display:grid!important;gap:8px!important}.tracking-form{grid-template-columns:1fr}.tracking-form button{min-height:56px}.tracking-card{padding:26px;border-radius:30px}.tracking-logo img{height:56px}}
@media(max-width:420px){.nav-track-btn{font-size:0;width:46px;padding:0}.nav-track-btn span{font-size:18px}.tracking-float-copy b{font-size:14px}.tracking-card h1{letter-spacing:-1px}.contact-icon{width:48px!important;height:48px!important}.contact-main{font-size:14px!important;padding-inline:14px!important}}

/* V45 Tracking CTA redesign */
.tracking-float-banner{display:none!important}
.nav-track-btn{
  position:relative!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:9px!important;
  min-height:48px!important;
  padding:0 20px!important;
  border-radius:999px!important;
  color:#fff!important;
  text-decoration:none!important;
  font-weight:900!important;
  letter-spacing:.1px!important;
  border:1px solid rgba(255,255,255,.20)!important;
  background:linear-gradient(135deg,#7c3cff 0%,#b936ff 48%,#ff45c8 100%)!important;
  box-shadow:0 14px 38px rgba(155,92,255,.34), inset 0 1px 0 rgba(255,255,255,.22)!important;
  overflow:hidden!important;
  isolation:isolate!important;
}
.nav-track-btn:before{
  content:"";
  position:absolute;
  inset:-2px;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.42),transparent);
  transform:translateX(-120%);
  animation:v45NavSweep 3.6s ease-in-out infinite;
  z-index:-1;
}
.nav-track-btn span{font-size:18px;filter:drop-shadow(0 4px 10px rgba(0,0,0,.35))}
.nav-track-btn:hover{transform:translateY(-2px);box-shadow:0 18px 48px rgba(255,78,205,.36), inset 0 1px 0 rgba(255,255,255,.25)!important}
@keyframes v45NavSweep{0%,48%{transform:translateX(-120%)}80%,100%{transform:translateX(120%)}}

.project-tracking-showcase{
  position:relative;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  gap:16px;
  min-height:520px;
  width:min(460px,100%);
  margin-left:auto;
  padding:34px;
  border-radius:42px;
  color:#fff;
  text-decoration:none;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.18);
  background:
    radial-gradient(circle at 20% 12%,rgba(255,78,205,.34),transparent 34%),
    radial-gradient(circle at 86% 20%,rgba(120,72,255,.42),transparent 30%),
    linear-gradient(155deg,rgba(255,255,255,.12),rgba(255,255,255,.04) 42%,rgba(10,5,24,.72));
  box-shadow:0 34px 110px rgba(0,0,0,.42),0 0 80px rgba(155,92,255,.24),inset 0 1px 0 rgba(255,255,255,.18);
  transform:translateZ(0);
}
.project-tracking-showcase:before{
  content:"";
  position:absolute;
  inset:18px;
  border-radius:32px;
  border:1px solid rgba(255,255,255,.15);
  background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.015));
  pointer-events:none;
}
.project-tracking-showcase:after{
  content:"";
  position:absolute;
  width:170px;
  height:170px;
  right:-42px;
  top:-34px;
  border-radius:46px;
  background:linear-gradient(135deg,#ff44ca,#8b5cff);
  transform:rotate(18deg);
  opacity:.88;
  box-shadow:0 0 70px rgba(255,78,205,.35);
}
.tracking-showcase-orb{position:absolute;border-radius:999px;filter:blur(4px);opacity:.78;pointer-events:none}
.tracking-showcase-orb.orb-a{width:180px;height:180px;left:-84px;bottom:74px;background:rgba(155,92,255,.44)}
.tracking-showcase-orb.orb-b{width:110px;height:110px;right:58px;bottom:168px;background:rgba(28,195,255,.26)}
.tracking-showcase-badge,.tracking-showcase-title,.tracking-showcase-desc,.tracking-showcase-steps,.tracking-showcase-cta{position:relative;z-index:2}
.tracking-showcase-badge{width:max-content;padding:9px 14px;border-radius:999px;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.16);color:#e9dcff;font-size:12px;font-weight:900;letter-spacing:.7px}
.tracking-showcase-title{font-size:clamp(34px,4.8vw,58px);font-weight:950;line-height:.95;letter-spacing:-1.7px;text-shadow:0 12px 40px rgba(0,0,0,.38)}
.tracking-showcase-desc{max-width:360px;color:rgba(255,255,255,.76);font-size:16px;line-height:1.72;font-weight:600}
.tracking-showcase-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.tracking-showcase-steps span{min-height:72px;padding:12px;border-radius:20px;background:rgba(0,0,0,.20);border:1px solid rgba(255,255,255,.12);font-size:12px;font-weight:800;color:rgba(255,255,255,.78)}
.tracking-showcase-steps b{display:block;color:#fff;font-size:18px;margin-bottom:4px}
.tracking-showcase-cta{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:58px;padding:0 22px;border-radius:999px;background:linear-gradient(135deg,#8b5cff,#ff4ecd);box-shadow:0 18px 44px rgba(155,92,255,.36);font-weight:950;color:#fff;width:max-content;max-width:100%}
.tracking-showcase-cta i{font-style:normal;font-size:20px;transition:.25s ease}
.project-tracking-showcase:hover{transform:translateY(-6px);box-shadow:0 42px 130px rgba(0,0,0,.48),0 0 96px rgba(255,78,205,.25)}
.project-tracking-showcase:hover .tracking-showcase-cta i{transform:translateX(5px)}

@media(max-width:980px){
  .project-tracking-showcase{margin:24px auto 0;min-height:420px;width:100%;border-radius:34px;padding:28px}
  .tracking-showcase-steps{grid-template-columns:1fr;gap:8px}
  .tracking-showcase-steps span{min-height:auto;display:flex;align-items:center;gap:10px}
  .tracking-showcase-steps b{margin:0}
}
@media(max-width:720px){
  .nav-track-btn{min-height:44px!important;padding:0 14px!important;font-size:13px!important}
  .project-tracking-showcase{min-height:360px;border-radius:30px;padding:24px;margin-top:22px}
  .tracking-showcase-title{font-size:38px;letter-spacing:-1px}
  .tracking-showcase-desc{font-size:14px;line-height:1.65}
  .tracking-showcase-cta{width:100%;min-height:54px}
}
@media(max-width:420px){
  .nav-track-btn{width:auto!important;font-size:12px!important;padding:0 12px!important}
  .nav-track-btn span{font-size:15px!important}
  .project-tracking-showcase{min-height:330px;padding:20px;border-radius:26px}
  .project-tracking-showcase:before{inset:12px;border-radius:22px}
  .tracking-showcase-title{font-size:31px}
  .tracking-showcase-badge{font-size:10px}
}
