.html-import{line-height:normal;position:relative;overflow:clip}
.html-import{
  --ks-yellow:#FFC800;
  --ks-yellow-deep:#F2B500;
  --ks-black:#0B0B0B;
  --ks-ink:#151515;
  --ks-gray:#5C5C5C;
  --ks-line:#E6E6E6;
  --ks-soft:#F5F5F5;
  --white:#FFFFFF;
  --head:'Barlow Condensed',Impact,'Arial Narrow',sans-serif;
  --body:'Barlow',Helvetica,Arial,sans-serif;
  --ease:cubic-bezier(.22,1,.36,1);
}
.html-import, .html-import *{box-sizing:border-box;margin:0;padding:0}
.html-import{font-family:var(--body);background:var(--white);color:var(--ks-ink);line-height:1.5;-webkit-font-smoothing:antialiased}
.html-import a{color:inherit;text-decoration:none}
.html-import img{max-width:100%;display:block}
.html-import h1, .html-import h2, .html-import h3, .html-import .display{font-family:var(--head);text-transform:uppercase;line-height:.92;letter-spacing:-.01em}
.html-import .wrap{width:min(1280px,calc(100% - 48px));margin:0 auto}
.html-import ::selection{background:var(--ks-yellow);color:var(--ks-black)}
.html-import .nav{position:fixed;inset:0 0 auto 0;z-index:1050;padding:18px 0;transition:background .4s,box-shadow .4s,padding .4s}
.html-import .nav.scrolled{background:rgba(255,255,255,.92);backdrop-filter:blur(12px);box-shadow:0 1px 0 var(--ks-line);padding:12px 0}
.html-import .nav .wrap{display:flex;align-items:center;justify-content:space-between;gap:24px}
.html-import .logo{display:flex;align-items:center;gap:10px;font-family:var(--head);font-weight:900;font-size:26px;letter-spacing:.02em}
.html-import .logo .mark{width:46px;height:34px;background:var(--ks-black);color:var(--ks-yellow);display:grid;place-items:center;border-radius:6px;font-size:22px;transform:skewX(-8deg)}
.html-import .logo .mark span{transform:skewX(8deg);display:block}
.html-import .nav-links{display:flex;gap:32px;font-weight:600;font-size:14px;text-transform:uppercase;letter-spacing:.08em}
.html-import .nav-links a{position:relative;padding:4px 0}
.html-import .nav-links a::after{content:"";position:absolute;left:0;bottom:0;height:3px;width:0;background:var(--ks-yellow);transition:width .3s var(--ease)}
.html-import .nav-links a:hover::after{width:100%}
.html-import .btn{display:inline-flex;align-items:center;gap:10px;font-family:var(--head);font-weight:800;text-transform:uppercase;letter-spacing:.06em;font-size:17px;padding:14px 26px;border-radius:4px;border:2px solid transparent;transition:transform .3s var(--ease),background .3s,color .3s,box-shadow .3s;cursor:pointer;white-space:nowrap}
.html-import .btn:hover{transform:translateY(-2px)}
.html-import .btn-yellow{background:var(--ks-yellow);color:var(--ks-black);box-shadow:0 8px 24px -8px rgba(255,200,0,.7)}
.html-import .btn-yellow:hover{background:var(--ks-yellow-deep)}
.html-import .btn-black{background:var(--ks-black);color:#fff}
.html-import .btn-black:hover{background:#222}
.html-import .btn-ghost{border-color:var(--ks-black);color:var(--ks-black);background:transparent}
.html-import .btn-ghost:hover{background:var(--ks-black);color:#fff}
.html-import .btn-ghost.on-dark{border-color:#fff;color:#fff}
.html-import .btn-ghost.on-dark:hover{background:#fff;color:var(--ks-black)}
.html-import .btn svg{width:18px;height:18px;transition:transform .3s var(--ease)}
.html-import .btn:hover svg{transform:translateX(4px)}
.html-import .burger{display:none;width:44px;height:44px;border:0;background:var(--ks-black);border-radius:6px;cursor:pointer;flex-direction:column;align-items:center;justify-content:center;gap:5px}
.html-import .burger i{width:20px;height:2px;background:var(--ks-yellow);display:block}
.html-import .hero{position:relative;height:100svh;min-height:640px;overflow:hidden;background:#e9edf1}
.html-import .hero-media{position:absolute;inset:0}
.html-import .hero-media canvas, .html-import .hero-media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:42% 55%}
.html-import .hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.62) 0%,rgba(0,0,0,.35) 38%,rgba(0,0,0,0) 62%),linear-gradient(180deg,rgba(0,0,0,.35) 0%,rgba(0,0,0,0) 25%);pointer-events:none}
.html-import .hero .hero-content p{color:rgba(255,255,255,.9)}
.html-import .hero .btn-ghost{border-color:#fff;color:#fff}
.html-import .hero .btn-ghost:hover{background:#fff;color:var(--ks-black)}
.html-import .nav:not(.scrolled) .nav-links{color:#fff}
.html-import .nav:not(.scrolled) .nav-links a::after{background:var(--ks-yellow)}
.html-import .hero-content{position:absolute;z-index:2;left:0;top:0;bottom:0;width:calc(max(24px,(100vw - 1280px)/2) + min(46vw,660px));display:flex;flex-direction:column;justify-content:center;padding:110px 96px 130px max(24px,calc((100vw - 1280px)/2));background:transparent;container-type:inline-size}
.html-import .eyebrow{display:inline-flex;align-items:center;gap:10px;font-weight:600;font-size:13px;letter-spacing:.2em;text-transform:uppercase}
.html-import .eyebrow::before{content:"";width:36px;height:4px;background:var(--ks-yellow)}
.html-import .hero h1{font-size:clamp(40px,17cqw,84px);font-weight:900;margin:18px 0 22px;color:#fff;white-space:nowrap;text-shadow:0 2px 24px rgba(0,0,0,.35)}
.html-import .hero h1 .hl{display:inline-block;color:var(--ks-black);text-shadow:none;padding:.02em .12em 0;margin-left:-.06em;line-height:1;background-image:linear-gradient(var(--ks-yellow),var(--ks-yellow));background-repeat:no-repeat;background-position:0 0;background-size:0% 100%;animation:hi-hl 1.1s var(--ease) .6s both}
@keyframes hi-hl{to{background-size:100% 100%}}
.html-import .hero p{max-width:460px;font-size:clamp(16px,1.25vw,19px);font-weight:500;color:var(--ks-gray);padding-left:18px;border-left:4px solid var(--ks-yellow)}
.html-import .hero-cta{display:flex;gap:14px;margin-top:28px;flex-wrap:wrap}
.html-import .hero-word{position:absolute;right:-.02em;bottom:70px;font-family:var(--head);font-weight:900;font-size:clamp(120px,22vw,340px);line-height:1;color:transparent;-webkit-text-stroke:1.5px rgba(11,11,11,.16);text-transform:uppercase;pointer-events:none;user-select:none;z-index:1;letter-spacing:-.02em}
.html-import .hero-scroll{position:absolute;left:50%;bottom:26px;transform:translateX(-50%);z-index:3;display:flex;flex-direction:column;align-items:center;gap:8px;font-size:11px;letter-spacing:.25em;text-transform:uppercase;font-weight:600}
.html-import .hero-scroll i{width:2px;height:44px;background:linear-gradient(var(--ks-black),transparent);display:block;position:relative;overflow:hidden}
.html-import .hero-scroll i::after{content:"";position:absolute;inset:0;background:var(--ks-yellow);animation:hi-drop 1.6s ease-in-out infinite}
@keyframes hi-drop{0%{transform:translateY(-100%)}100%{transform:translateY(100%)}}
.html-import .stat-strip{position:absolute;left:0;right:0;bottom:0;z-index:3;background:var(--ks-black);color:#fff}
.html-import .stat-strip .wrap{display:grid;grid-template-columns:repeat(4,1fr)}
.html-import .stat{padding:22px 24px 22px 0;display:flex;flex-direction:column;gap:4px;border-right:1px solid rgba(255,255,255,.12);margin-right:24px}
.html-import .stat:last-child{border:0}
.html-import .stat b{font-family:var(--head);font-size:26px;font-weight:800;text-transform:uppercase;color:var(--ks-yellow);line-height:1}
.html-import .stat span{font-size:13px;color:rgba(255,255,255,.7)}
.html-import .hero .rv{opacity:0;transform:translateY(30px);animation:hi-in .9s var(--ease) forwards}
.html-import .hero .rv:nth-child(1){animation-delay:.2s}
.html-import .hero .rv:nth-child(2){animation-delay:.35s}
.html-import .hero .rv:nth-child(3){animation-delay:.5s}
.html-import .hero .rv:nth-child(4){animation-delay:.65s}
@keyframes hi-in{to{opacity:1;transform:none}}
.html-import .marquee{background:var(--ks-yellow);color:var(--ks-black);overflow:hidden;padding:16px 0;border-top:3px solid var(--ks-black);border-bottom:3px solid var(--ks-black)}
.html-import .marquee-track{display:flex;width:max-content;animation:hi-mq 26s linear infinite;font-family:var(--head);font-weight:900;font-size:34px;text-transform:uppercase;letter-spacing:.02em}
.html-import .marquee-track span{padding:0 28px;display:flex;align-items:center;gap:28px}
.html-import .marquee-track span::after{content:"";width:12px;height:12px;background:var(--ks-black);transform:rotate(45deg)}
@keyframes hi-mq{to{transform:translateX(-50%)}}
.html-import section{padding:64px 0;scroll-margin-top:40px}
.html-import .sec-head{display:grid;grid-template-columns:1.2fr 1fr;gap:48px;align-items:end;margin-bottom:36px}
.html-import .sec-head h2{font-size:clamp(44px,6vw,92px);font-weight:900}
.html-import .sec-head h2 em{font-style:normal;color:transparent;-webkit-text-stroke:2px var(--ks-black)}
.html-import .sec-head p{font-size:18px;color:var(--ks-gray);max-width:520px}
.html-import .num{font-family:var(--head);font-weight:800;color:var(--ks-yellow-deep);font-size:16px;letter-spacing:.2em}
.html-import .pillars{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:var(--ks-line);border:1px solid var(--ks-line)}
.html-import .pillar{background:#fff;padding:44px 36px;position:relative;overflow:hidden;transition:background .4s}
.html-import .pillar::before{content:"";position:absolute;left:0;top:0;width:100%;height:6px;background:var(--ks-yellow);transform:scaleX(0);transform-origin:left;transition:transform .5s var(--ease)}
.html-import .pillar:hover::before{transform:scaleX(1)}
.html-import .pillar:hover{background:var(--ks-soft)}
.html-import .pillar .ico{width:64px;height:64px;border-radius:12px;background:var(--ks-black);display:grid;place-items:center;margin-bottom:28px}
.html-import .pillar .ico svg{width:32px;height:32px;stroke:var(--ks-yellow);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.html-import .pillar h3{font-size:32px;font-weight:800;margin-bottom:12px}
.html-import .pillar p{color:var(--ks-gray);font-size:16px}
.html-import .pillar .big{position:absolute;right:-6px;bottom:-22px;font-family:var(--head);font-weight:900;font-size:120px;line-height:1;color:var(--ks-soft);z-index:0;transition:color .4s}
.html-import .pillar:hover .big{color:var(--ks-yellow)}
.html-import .pillar>*{position:relative;z-index:1}
.html-import .table-wrap{overflow-x:auto;border:1px solid var(--ks-line);border-radius:12px;background:#fff;-webkit-overflow-scrolling:touch}
.html-import .cmp{width:100%;border-collapse:separate;border-spacing:0;font-size:15px}
.html-import .cmp th, .html-import .cmp td{padding:16px 20px;text-align:left;border-bottom:1px solid var(--ks-line);vertical-align:middle}
.html-import .cmp thead th{background:var(--ks-black);color:#fff;padding:22px 20px;vertical-align:bottom;position:relative}
.html-import .cmp thead th:first-child{border-top-left-radius:11px}
.html-import .cmp thead th:last-child{border-top-right-radius:11px}
.html-import .cmp thead .serie{display:block;font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--ks-yellow);font-weight:600;margin-bottom:6px}
.html-import .cmp thead .mname{display:block;font-family:var(--head);font-weight:900;font-size:28px;text-transform:uppercase;line-height:1}
.html-import .cmp thead .pill{display:inline-block;margin-bottom:12px;background:var(--ks-yellow);color:var(--ks-black);font-family:var(--head);font-weight:800;font-size:12px;letter-spacing:.12em;text-transform:uppercase;padding:5px 12px;border-radius:999px;white-space:nowrap}
.html-import .cmp thead th.hot{background:#1c1c1c;box-shadow:inset 0 4px 0 var(--ks-yellow)}
.html-import .cmp tbody th, .html-import .cmp .spec-col{text-align:left;font-family:var(--head);font-weight:700;font-size:17px;text-transform:uppercase;letter-spacing:.03em;color:var(--ks-ink);position:sticky;left:0;background:#fff;z-index:1;min-width:220px}
.html-import .cmp thead .spec-col{background:var(--ks-black);color:rgba(255,255,255,.55);font-size:13px;letter-spacing:.15em}
.html-import .cmp td{font-family:var(--head);font-size:20px;font-weight:600;color:var(--ks-gray)}
.html-import .cmp td.hot{background:rgba(255,200,0,.08);color:var(--ks-ink);border-left:1px solid rgba(255,200,0,.5);border-right:1px solid rgba(255,200,0,.5)}
.html-import .cmp tbody tr:hover td, .html-import .cmp tbody tr:hover th{background:#fff7d6}
.html-import .cmp .ok, .html-import .cmp .no{display:inline-block;width:26px;height:26px;border-radius:50%;vertical-align:middle;position:relative}
.html-import .cmp .ok{background:var(--ks-yellow)}
.html-import .cmp .ok::after{content:"";position:absolute;left:9px;top:5px;width:6px;height:11px;border:solid var(--ks-black);border-width:0 3px 3px 0;transform:rotate(45deg)}
.html-import .cmp .no{background:var(--ks-line)}
.html-import .cmp .no::after{content:"";position:absolute;left:8px;top:12px;width:10px;height:2px;background:#9a9a9a}
.html-import .cmp .opt{font-style:normal;font-family:var(--body);font-size:12px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;background:#fff;border:1.5px solid var(--ks-yellow);padding:5px 10px;border-radius:999px;color:var(--ks-ink)}
.html-import .cmp tfoot td, .html-import .cmp tfoot th{border-bottom:0;padding:20px}
.html-import .cmp tfoot th{background:#fff}
.html-import .cmp tfoot td.hot{background:rgba(255,200,0,.10)!important}
.html-import .btn.sm{font-size:14px;padding:10px 18px}
.html-import .cmp tr.group th{background:var(--ks-yellow)!important;color:var(--ks-black);text-align:left;font-family:var(--head);font-weight:900;font-size:18px;letter-spacing:.08em;text-transform:uppercase;padding:12px 20px;position:static}
.html-import .cmp tbody th{font-size:15px;font-weight:600;letter-spacing:.02em;text-transform:none;font-family:var(--body);color:var(--ks-ink)}
.html-import .cmp td{font-size:17px;font-family:var(--body);font-weight:500;color:var(--ks-ink)}
.html-import .cmp td.hot{font-weight:600}
.html-import .note code{font-family:monospace;background:var(--ks-soft);padding:2px 6px;border-radius:4px}
.html-import .cmp-tabs{display:flex;gap:8px;margin-bottom:18px;flex-wrap:wrap}
.html-import .cmp-tabs button{font-family:var(--head);font-weight:800;text-transform:uppercase;letter-spacing:.08em;font-size:15px;padding:10px 18px;border:2px solid var(--ks-black);background:#fff;color:var(--ks-black);border-radius:4px;cursor:pointer;transition:background .25s,color .25s}
.html-import .cmp-tabs button:hover{background:var(--ks-soft)}
.html-import .cmp-tabs button.on{background:var(--ks-black);color:var(--ks-yellow)}
.html-import .cmp{min-width:0}
.html-import .cmp thead th{padding:16px 8px}
.html-import .cmp th, .html-import .cmp td{padding:10px 8px;line-height:1.3}
.html-import .cmp tbody th{padding-left:14px;min-width:0;width:190px;font-size:13px}
.html-import .cmp thead .spec-col{min-width:0;width:190px;padding-left:14px}
.html-import .cmp td{font-size:14px}
.html-import .cmp thead .mname{font-size:20px}
.html-import .cmp thead .serie{display:inline-block;font-family:var(--head);font-size:13px;font-weight:800;letter-spacing:.1em;margin-bottom:8px;background:var(--ks-yellow);color:var(--ks-black);padding:4px 9px;border-radius:4px}
.html-import .cmp thead .pill{font-size:10px;padding:4px 9px;margin-bottom:8px}
.html-import .cmp tr.group th{font-size:15px;padding:9px 14px}
.html-import .cmp .ok, .html-import .cmp .no{width:22px;height:22px}
.html-import .cmp .ok::after{left:7px;top:4px;width:5px;height:9px}
.html-import .cmp .no::after{left:6px;top:10px}
.html-import .cmp tfoot td, .html-import .cmp tfoot th{padding:14px 8px;text-align:left}
.html-import .btn.sm{font-size:13px;padding:8px 12px}
.html-import .cmp-bar{display:flex;justify-content:space-between;align-items:center;gap:14px;flex-wrap:wrap;margin-bottom:18px}
.html-import .cmp-cats button.on{background:var(--ks-yellow);color:var(--ks-black);border-color:var(--ks-yellow)}
.html-import .cmp-sub{padding-left:14px;border-left:2px solid var(--ks-line)}
.html-import .cmp-sub.hidden{display:none}
.html-import .cmp-sub button{font-size:13px;padding:8px 14px;border-width:1.5px}
.html-import .cmp-bar .cmp-tabs{margin-bottom:0}
.html-import #copyCmp, .html-import #copyLinea{gap:8px}
.html-import #copyCmp.busy, .html-import #copyLinea.busy{opacity:.6;pointer-events:none}
.html-import .toast{position:fixed;left:50%;bottom:28px;transform:translate(-50%,20px);background:var(--ks-black);color:#fff;font-weight:600;font-size:15px;padding:14px 20px;border-radius:8px;border-left:5px solid var(--ks-yellow);box-shadow:0 20px 40px -16px rgba(0,0,0,.5);opacity:0;pointer-events:none;transition:opacity .3s,transform .3s;z-index:1090;max-width:calc(100% - 32px)}
.html-import .toast.show{opacity:1;transform:translate(-50%,0)}
.html-import .modal{position:fixed;inset:0;background:rgba(0,0,0,.7);display:none;align-items:center;justify-content:center;padding:20px;z-index:1100}
.html-import .modal.open{display:flex}
.html-import .modal-box{background:#fff;border-radius:12px;padding:20px;max-width:min(96vw,1200px);max-height:92vh;overflow:auto;display:grid;gap:14px;justify-items:start}
.html-import .modal-box p{font-size:14px;color:var(--ks-gray)}
.html-import .modal-box img{max-width:100%;border:1px solid var(--ks-line);border-radius:6px}
.html-import .story-box{justify-items:center;text-align:center}
.html-import .story-box img{max-height:76vh;width:auto}
.html-import .story-actions{display:flex;gap:10px}
.html-import .model .pic{cursor:pointer}
.html-import .model .pic:hover::before{opacity:1}
.html-import .model .pic.fit:hover{filter:brightness(1.05)}
.html-import .tech{background:var(--ks-black);color:#fff;position:relative;overflow:hidden}
.html-import .tech::before{content:"";position:absolute;right:-10%;top:-30%;width:60%;height:160%;background:repeating-linear-gradient(-55deg,rgba(255,200,0,.06) 0 2px,transparent 2px 22px);pointer-events:none}
.html-import .tech .sec-head h2 em{-webkit-text-stroke-color:var(--ks-yellow)}
.html-import .tech .sec-head p{color:rgba(255,255,255,.7)}
.html-import .bento{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:240px;gap:14px}
.html-import .card{background:#171717;border:1px solid rgba(255,255,255,.08);border-radius:10px;padding:28px;position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-end;transition:transform .4s var(--ease),border-color .4s}
.html-import .card:hover{transform:translateY(-4px);border-color:var(--ks-yellow)}
.html-import .card h3{font-size:30px;font-weight:800;margin-bottom:8px}
.html-import .card p{color:rgba(255,255,255,.65);font-size:15px;max-width:380px}
.html-import .card .tag{position:absolute;top:22px;left:28px;font-family:var(--head);font-weight:700;letter-spacing:.15em;font-size:13px;color:var(--ks-yellow)}
.html-import .card.span2{grid-column:span 2}
.html-import .card.tall{grid-row:span 2}
.html-import .card.photo{background-image:var(--hero-img);background-size:cover;background-position:var(--pos,center)}
.html-import .card.photo::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,0) 35%,rgba(0,0,0,.6) 62%,rgba(0,0,0,.94) 100%)}
.html-import .card.photo h3, .html-import .card.photo p{text-shadow:0 2px 10px rgba(0,0,0,.7)}
.html-import .card.photo p{color:rgba(255,255,255,.85)}
.html-import .card.photo>*{position:relative;z-index:1}
.html-import .card.photo .tag{position:absolute;z-index:2}
.html-import .card.yellow{background:var(--ks-yellow);color:var(--ks-black)}
.html-import .card.yellow p{color:rgba(0,0,0,.7)}
.html-import .card.yellow .tag{color:var(--ks-black)}
.html-import .card.yellow .display{font-size:72px;font-weight:900;line-height:.9}
.html-import .card .ico{position:absolute;top:22px;right:24px;width:44px;height:44px;border-radius:8px;background:rgba(255,200,0,.12);display:grid;place-items:center}
.html-import .card .ico svg{width:24px;height:24px;stroke:var(--ks-yellow);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.html-import .drops{position:absolute;inset:0;pointer-events:none;overflow:hidden}
.html-import .drops i{position:absolute;top:-10%;width:2px;height:60px;background:linear-gradient(rgba(255,200,0,0),rgba(255,200,0,.7));animation:hi-rain 3s linear infinite}
@keyframes hi-rain{to{transform:translateY(120vh)}}
.html-import .lineup{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.html-import .model{border:1px solid var(--ks-line);border-radius:12px;overflow:hidden;background:#fff;transition:transform .4s var(--ease),box-shadow .4s}
.html-import .model:hover{transform:translateY(-6px);box-shadow:0 30px 60px -30px rgba(0,0,0,.35)}
.html-import .model .pic{height:240px;background-image:var(--img,var(--hero-img));background-size:cover;background-position:var(--pos,center);position:relative;filter:saturate(1.05)}
.html-import .model .pic.fit{height:auto;aspect-ratio:4/3;background-size:cover;background-position:center}
.html-import .model .pic.fit::after{display:none}
.html-import .model .pic.contain{background-size:contain;background-color:#fff;background-repeat:no-repeat}
.html-import .model .pic.noimg{background-image:repeating-linear-gradient(-55deg,#111 0 14px,#1c1c1c 14px 28px)}
.html-import .model .pic.noimg::before{content:"Foto próximamente";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);font-family:var(--head);font-weight:800;letter-spacing:.15em;text-transform:uppercase;font-size:13px;color:rgba(255,200,0,.6)}
.html-import .model .pic::after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 40%)}
.html-import .model .badge{position:absolute;top:16px;left:16px;background:var(--ks-black);color:var(--ks-yellow);font-family:var(--head);font-weight:800;padding:6px 12px;font-size:14px;letter-spacing:.1em;z-index:1;transform:skewX(-8deg)}
.html-import .model .body{padding:8px 26px 26px}
.html-import .model h3{font-size:36px;font-weight:900}
.html-import .model .sub{color:var(--ks-gray);font-size:15px;margin:4px 0 18px}
.html-import .specs{display:grid;grid-template-columns:1fr 1fr;gap:10px 16px;border-top:1px solid var(--ks-line);padding-top:16px;margin-bottom:20px}
.html-import .specs div{display:flex;flex-direction:column}
.html-import .specs small{font-size:11px;letter-spacing:.15em;text-transform:uppercase;color:var(--ks-gray);font-weight:600}
.html-import .specs b{font-family:var(--head);font-size:22px;font-weight:700;text-transform:uppercase}
.html-import .specs b.ph{color:#BDBDBD;font-weight:500}
.html-import .model .link{font-family:var(--head);font-weight:800;text-transform:uppercase;letter-spacing:.08em;font-size:16px;display:inline-flex;align-items:center;gap:8px}
.html-import .model .link svg{width:16px;height:16px;transition:transform .3s}
.html-import .model:hover .link svg{transform:translateX(4px)}
.html-import .card-actions{display:flex;justify-content:space-between;align-items:center;gap:10px;flex-wrap:wrap}
.html-import .share-btn{display:inline-flex;align-items:center;gap:7px;border:0;background:var(--ks-black);color:var(--ks-yellow);font-family:var(--head);font-weight:800;text-transform:uppercase;letter-spacing:.06em;font-size:13px;padding:9px 13px;border-radius:4px;cursor:pointer;transition:background .25s}
.html-import .share-btn svg{width:16px;height:16px}
.html-import .share-btn:hover{background:#222}
.html-import .note{margin-top:28px;font-size:13px;color:var(--ks-gray);display:flex;gap:10px;align-items:center}
.html-import .note i{width:10px;height:10px;background:var(--ks-yellow);border-radius:2px;display:inline-block}
.html-import .process{background:var(--ks-soft)}
.html-import .steps{display:grid;grid-template-columns:repeat(4,1fr);gap:0;position:relative}
.html-import .steps::before{content:"";position:absolute;left:0;right:0;top:34px;height:2px;background:var(--ks-line)}
.html-import .step{padding:0 28px 0 0;position:relative}
.html-import .step .dot{width:70px;height:70px;border-radius:50%;background:#fff;border:2px solid var(--ks-line);display:grid;place-items:center;font-family:var(--head);font-weight:900;font-size:26px;position:relative;z-index:1;transition:background .4s,border-color .4s,color .4s}
.html-import .step:hover .dot{background:var(--ks-yellow);border-color:var(--ks-yellow)}
.html-import .step h3{font-size:28px;font-weight:800;margin:22px 0 8px}
.html-import .step p{color:var(--ks-gray);font-size:15px}
.html-import .cta{background:var(--ks-black);color:#fff;position:relative;overflow:hidden}
.html-import .cta::before{content:"";position:absolute;left:-10%;top:0;bottom:0;width:45%;background:var(--ks-yellow);transform:skewX(-14deg);opacity:.08}
.html-import .cta .wrap{display:grid;grid-template-columns:1.1fr .9fr;gap:64px;align-items:center;position:relative}
.html-import .cta h2{font-size:clamp(48px,6.5vw,100px);font-weight:900}
.html-import .cta h2 span{color:var(--ks-yellow)}
.html-import .cta p{color:rgba(255,255,255,.7);font-size:18px;max-width:480px;margin:20px 0 32px}
.html-import .form{background:#fff;color:var(--ks-ink);border-radius:12px;padding:32px;display:grid;gap:14px}
.html-import .form .row{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.html-import .form label{display:flex;flex-direction:column;gap:6px;font-size:12px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--ks-gray)}
.html-import .form input, .html-import .form select, .html-import .form textarea{font-family:var(--body);font-size:16px;padding:13px 14px;border:1.5px solid var(--ks-line);border-radius:6px;background:var(--ks-soft);outline:none;transition:border-color .3s;color:var(--ks-ink)}
.html-import .form input:focus, .html-import .form select:focus, .html-import .form textarea:focus{border-color:var(--ks-yellow);background:#fff}
.html-import .form textarea{min-height:90px;resize:vertical}
.html-import .form .btn{justify-content:center}
.html-import footer{padding:56px 0 28px;border-top:1px solid var(--ks-line)}
.html-import footer .top{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:40px;margin-bottom:40px}
.html-import footer h4{font-family:var(--head);font-weight:800;text-transform:uppercase;font-size:18px;margin-bottom:14px;letter-spacing:.05em}
.html-import footer ul{list-style:none;display:grid;gap:8px;font-size:15px;color:var(--ks-gray)}
.html-import footer ul a:hover{color:var(--ks-black)}
.html-import footer .bottom{display:flex;justify-content:space-between;align-items:center;font-size:13px;color:var(--ks-gray);padding-top:20px;border-top:1px solid var(--ks-line);flex-wrap:wrap;gap:10px}
.html-import footer .bar{height:8px;background:linear-gradient(90deg,var(--ks-yellow) 0 70%,var(--ks-black) 70% 100%);margin-bottom:40px}
.html-import .reveal{opacity:0;transform:translateY(36px);transition:opacity .9s var(--ease),transform .9s var(--ease)}
.html-import .reveal.show{opacity:1;transform:none}
.html-import .reveal.d1{transition-delay:.1s}
.html-import .reveal.d2{transition-delay:.2s}
.html-import .reveal.d3{transition-delay:.3s}
.html-import .reveal.d4{transition-delay:.4s}
@media (max-width:1024px){
  .html-import .bento{grid-template-columns:repeat(2,1fr)}
  .html-import .stat-strip .wrap{grid-template-columns:repeat(2,1fr)}
  .html-import .stat:nth-child(2){border:0}
  .html-import .hero-content{width:calc(24px + min(58vw,720px));padding:90px 80px 210px 24px}
  .html-import .hero h1{font-size:clamp(40px,15cqw,68px)}
  .html-import .hero p{font-size:15px}
  .html-import .lineup, .html-import .pillars{grid-template-columns:1fr 1fr}
  .html-import .steps{grid-template-columns:1fr 1fr;gap:40px 0}
  .html-import .steps::before{display:none}
  .html-import .sec-head, .html-import .cta .wrap{grid-template-columns:1fr;gap:20px}
  .html-import footer .top{grid-template-columns:1fr 1fr}
}
@media (max-width:720px){
  .html-import .nav-links, .html-import .nav .btn{display:none}
  .html-import .burger{display:flex}
  .html-import .hero{height:auto;min-height:0;display:flex;flex-direction:column;background:#fff}
  .html-import .hero-media{position:relative;width:100%;aspect-ratio:3/2}
  .html-import .hero-media canvas, .html-import .hero-media img{height:100%}
  .html-import .hero-shade, .html-import .hero-word, .html-import .hero-scroll{display:none}
  .html-import .hero-content{position:relative;width:100%;top:auto;bottom:auto;padding:28px 24px 36px;clip-path:none;background:#fff;backdrop-filter:none}
  .html-import .hero h1{color:var(--ks-black);text-shadow:none}
  .html-import .hero .hero-content p{color:var(--ks-gray)}
  .html-import .hero .btn-ghost{border-color:var(--ks-black);color:var(--ks-black)}
  .html-import .hero h1{font-size:clamp(40px,12vw,60px);white-space:normal}
  .html-import .stat-strip{position:relative}
  .html-import .stat-strip .wrap{grid-template-columns:1fr 1fr}
  .html-import .stat{padding:14px 12px 14px 0;margin-right:12px}
  .html-import .stat b{font-size:20px}
  .html-import .stat span{font-size:12px}
  .html-import .lineup, .html-import .pillars, .html-import .steps, .html-import .bento{grid-template-columns:1fr}
  .html-import .card.span2{grid-column:span 1}
  .html-import .card.tall{grid-row:span 1}
  .html-import .bento{grid-auto-rows:220px}
  .html-import section{padding:48px 0}
  .html-import .form .row{grid-template-columns:1fr}
  .html-import .marquee-track{font-size:26px}
  .html-import footer .top{grid-template-columns:1fr}
}
.html-import }
@media (prefers-reduced-motion:reduce){
  *{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
.html-import .reveal{opacity:1;transform:none}
};
