:root{
  --black:#050505;
  --black-2:#101010;
  --black-3:#191919;
  --white:#ffffff;
  --white-soft:#f6f6f6;
  --muted:#636363;
  --line:rgba(255,255,255,.18);
  --line-dark:rgba(0,0,0,.12);
  --shadow:0 30px 80px rgba(0,0,0,.22);
  --radius:28px;
  --radius-sm:18px;
  --container:1180px;
  --ease:cubic-bezier(.2,.8,.2,1);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--white);color:var(--black);line-height:1.6;overflow-x:hidden}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%;height:auto}
.container{width:min(var(--container),calc(100% - 40px));margin-inline:auto}
.preloader{position:fixed;inset:0;z-index:9999;display:grid;place-items:center;background:linear-gradient(135deg,#000,#101010 48%,#000);color:#fff;transition:opacity .65s var(--ease),visibility .65s var(--ease)}
.preloader.is-hidden{opacity:0;visibility:hidden;pointer-events:none}
.preloader-inner{width:min(360px,82vw);text-align:center;padding:34px;border:1px solid rgba(255,255,255,.18);border-radius:30px;background:rgba(255,255,255,.05);backdrop-filter:blur(20px);box-shadow:0 24px 70px rgba(0,0,0,.45)}
.preloader-logo{width:180px;margin:0 auto 26px}
.loading-line{height:4px;background:rgba(255,255,255,.14);border-radius:999px;overflow:hidden}
.loading-line span{display:block;height:100%;width:0;background:linear-gradient(90deg,#fff,rgba(255,255,255,.22),#fff);border-radius:999px;transition:width .25s linear}
.loading-percent{font-size:13px;letter-spacing:.22em;text-transform:uppercase;margin-top:14px;color:rgba(255,255,255,.82)}
.site-header{position:fixed;left:0;right:0;top:18px;z-index:1000;padding:0 18px;pointer-events:none}
.nav-shell{pointer-events:auto;width:min(1180px,100%);margin:auto;display:flex;align-items:center;justify-content:space-between;gap:22px;padding:13px 16px 13px 20px;border-radius:999px;background:linear-gradient(135deg,rgba(0,0,0,.96),rgba(32,32,32,.94) 45%,rgba(0,0,0,.96));border:1px solid rgba(255,255,255,.16);box-shadow:0 20px 60px rgba(0,0,0,.28);backdrop-filter:blur(18px)}
.brand{display:flex;align-items:center;min-width:150px}
.brand img{width:150px;height:auto;object-fit:contain}
.main-nav{display:flex;align-items:center;gap:4px}
.main-nav a{position:relative;color:rgba(255,255,255,.74);font-size:14px;font-weight:650;padding:10px 13px;border-radius:999px;transition:color .25s var(--ease),background .25s var(--ease),text-shadow .25s var(--ease)}
.main-nav a:hover,.main-nav a.active{color:#fff;background:rgba(255,255,255,.08);text-shadow:0 0 18px rgba(255,255,255,.22)}
.nav-toggle{display:none;width:46px;height:46px;border:1px solid rgba(255,255,255,.2);border-radius:999px;background:rgba(255,255,255,.06);cursor:pointer;align-items:center;justify-content:center;flex-direction:column;gap:5px}
.nav-toggle span{width:18px;height:2px;background:#fff;border-radius:4px;transition:transform .25s var(--ease),opacity .25s var(--ease)}
.nav-toggle.active span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.nav-toggle.active span:nth-child(2){opacity:0}
.nav-toggle.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.hero,.page-hero,.detail-hero{position:relative;min-height:760px;display:flex;align-items:center;overflow:hidden;background:#000;color:#fff}
.hero-home{min-height:100vh}
.hero-slider,.hero-slide,.page-hero-img,.detail-hero-img{position:absolute;inset:0}
.hero-slide{opacity:0;transform:scale(1.04);transition:opacity 1.2s ease,transform 5s ease}
.hero-slide.active{opacity:1;transform:scale(1)}
.hero-slide img,.page-hero-img img,.detail-hero-img img{width:100%;height:100%;object-fit:cover;object-position:center}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.82),rgba(0,0,0,.48) 46%,rgba(0,0,0,.24)),linear-gradient(0deg,rgba(0,0,0,.55),rgba(0,0,0,.1) 48%,rgba(0,0,0,.45))}
.hero-content,.page-hero-content,.detail-hero-content{position:relative;z-index:2;padding-top:92px;max-width:760px}
.eyebrow{display:inline-flex;align-items:center;gap:8px;text-transform:uppercase;letter-spacing:.19em;font-size:12px;font-weight:800;margin-bottom:14px}
.eyebrow:before{content:"";width:34px;height:1px;background:currentColor;opacity:.55}
.eyebrow.light{color:rgba(255,255,255,.82)}
.eyebrow.dark{color:rgba(0,0,0,.62)}
h1,h2,h3,p{margin-top:0}
h1{font-size:clamp(44px,7vw,92px);line-height:.96;letter-spacing:-.06em;margin-bottom:22px}
h2{font-size:clamp(32px,4.5vw,60px);line-height:1.02;letter-spacing:-.045em;margin-bottom:18px}
h3{font-size:24px;line-height:1.15;letter-spacing:-.025em;margin-bottom:10px}
p{color:rgba(0,0,0,.68);font-size:16px}
.hero p,.page-hero p,.detail-hero p,.section-dark p,.contact-box p,.footer p,.glass-card.black p,.service-card p,.cta-inline p{color:rgba(255,255,255,.74)}
.hero-content p,.page-hero-content p,.detail-hero-content p{font-size:18px;max-width:650px;margin-bottom:30px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:13px 22px;border-radius:999px;font-size:14px;font-weight:800;letter-spacing:.01em;transition:transform .25s var(--ease),box-shadow .25s var(--ease),background .25s var(--ease),border-color .25s var(--ease);border:1px solid transparent;white-space:nowrap}
.btn:hover{transform:translateY(-2px) scale(1.01)}
.btn-dark{color:#fff;background:linear-gradient(135deg,#000 0%,#2a2a2a 48%,#060606 100%);border-color:rgba(255,255,255,.16);box-shadow:inset 0 1px 0 rgba(255,255,255,.18),0 18px 34px rgba(0,0,0,.22)}
.btn-dark:hover{box-shadow:inset 0 1px 0 rgba(255,255,255,.24),0 24px 50px rgba(0,0,0,.32)}
.btn-light{color:#000;background:linear-gradient(135deg,#fff,#d9d9d9 48%,#fff);border-color:rgba(255,255,255,.32);box-shadow:0 20px 50px rgba(255,255,255,.08)}
.btn-ghost{color:#fff;background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.2);backdrop-filter:blur(14px)}
.btn-ghost.white{color:#fff}.hero-dots{position:absolute;z-index:3;left:50%;bottom:32px;transform:translateX(-50%);display:flex;gap:8px}.hero-dots button{width:36px;height:4px;border:0;border-radius:999px;background:rgba(255,255,255,.3);padding:0}.hero-dots button.active{background:#fff}.section{padding:112px 0}.section-dark{background:linear-gradient(135deg,#050505,#171717 54%,#000);color:#fff}.section-head{max-width:760px;text-align:center;margin-bottom:46px}.section-head h2{margin-bottom:15px}.section-head p{font-size:17px}.split-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,.9fr);gap:58px;align-items:center}.align-start{align-items:start}.image-panel{border-radius:var(--radius);overflow:hidden;background:#f3f3f3;border:1px solid var(--line-dark);box-shadow:var(--shadow)}.image-panel img{width:100%;height:100%;min-height:360px;object-fit:contain;background:#f7f7f7}.about-preview{background:linear-gradient(180deg,#fff,#f7f7f7)}.mini-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:28px 0}.mini-stats div{padding:18px;border:1px solid var(--line-dark);border-radius:18px;background:#fff;box-shadow:0 14px 35px rgba(0,0,0,.06)}.mini-stats strong{display:block;font-size:30px;letter-spacing:-.05em}.mini-stats span{display:block;color:var(--muted);font-size:13px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-grid-light .product-card{background:#fff;color:#000;border-color:var(--line-dark)}.product-grid-light .product-card p{color:rgba(0,0,0,.68)}.product-card{overflow:hidden;border-radius:26px;background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.035));border:1px solid rgba(255,255,255,.12);box-shadow:0 18px 60px rgba(0,0,0,.22);transition:transform .35s var(--ease),border-color .35s var(--ease)}.product-card:hover{transform:translateY(-7px);border-color:rgba(255,255,255,.28)}.product-img-wrap{height:220px;background:linear-gradient(135deg,#f7f7f7,#e8e8e8);display:flex;align-items:center;justify-content:center;padding:22px}.product-img-wrap img{width:100%;height:100%;object-fit:contain}.product-card-body{padding:22px}.product-card h3{color:inherit}.product-card p{font-size:14px;margin-bottom:18px}.price{font-weight:900;margin-bottom:18px;letter-spacing:-.02em}.contact-strip{padding:80px 0;background:#fff}.contact-box{display:grid;grid-template-columns:1fr auto;gap:30px;align-items:center;padding:48px;border-radius:var(--radius);background:linear-gradient(135deg,#000,#191919 54%,#050505);color:#fff;border:1px solid rgba(255,255,255,.16);box-shadow:var(--shadow)}.contact-box h2{max-width:720px}.contact-actions{display:flex;gap:12px;flex-wrap:wrap}.footer{background:#050505;color:#fff;padding:70px 0 0}.footer-grid{display:grid;grid-template-columns:1.2fr .8fr 1fr;gap:40px}.footer-logo{width:180px;margin-bottom:18px}.footer h3{font-size:18px}.footer-links{display:grid;gap:9px}.footer-links a{color:rgba(255,255,255,.68)}.footer-links a:hover{color:#fff}.footer-bottom{margin-top:48px;border-top:1px solid rgba(255,255,255,.12);padding:18px;text-align:center;color:rgba(255,255,255,.6);font-size:13px}.floating-wa{position:fixed;right:24px;bottom:24px;z-index:900;width:62px;height:62px;border-radius:999px;background:linear-gradient(135deg,#000,#2b2b2b,#050505);border:1px solid rgba(255,255,255,.28);display:grid;place-items:center;color:#fff;box-shadow:0 20px 48px rgba(0,0,0,.32)}.wa-icon{position:relative;z-index:2;font-size:13px;font-weight:900;letter-spacing:.04em}.wa-ring{position:absolute;inset:-7px;border-radius:inherit;border:1px solid rgba(255,255,255,.25);animation:pulse 1.8s ease-out infinite}@keyframes pulse{0%{transform:scale(.86);opacity:.75}100%{transform:scale(1.22);opacity:0}}.compact-hero{min-height:520px}.page-hero-content h1{font-size:clamp(40px,6vw,76px)}.page-hero-img{filter:grayscale(.15)}.slim-cta{padding:74px 0}.cta-inline{display:flex;align-items:center;justify-content:space-between;gap:30px}.cta-inline h2{max-width:620px;margin-bottom:0}.cta-inline p{max-width:420px;margin-bottom:0}.glass-card{border-radius:var(--radius);padding:34px;border:1px solid var(--line-dark);box-shadow:var(--shadow)}.glass-card.black{background:linear-gradient(135deg,#000,#1a1a1a);color:#fff;border-color:rgba(255,255,255,.14)}.check-list{list-style:none;margin:22px 0 0;padding:0;display:grid;gap:13px}.check-list li{position:relative;padding-left:30px;color:rgba(255,255,255,.76)}.check-list li:before{content:"";position:absolute;left:0;top:8px;width:12px;height:12px;border-radius:50%;background:#fff;box-shadow:0 0 0 5px rgba(255,255,255,.08)}.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.service-card{padding:28px;border-radius:24px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12)}.service-card span{display:inline-block;color:rgba(255,255,255,.5);font-weight:900;margin-bottom:34px}.service-card h3{font-size:22px}.service-card p{font-size:14px;margin-bottom:0}.price-layout{display:grid;grid-template-columns:1fr .55fr;gap:42px;align-items:start}.table-wrap{overflow:auto;border-radius:22px;border:1px solid var(--line-dark);margin:28px 0;background:#fff}.price-table{width:100%;border-collapse:collapse;min-width:640px}.price-table th,.price-table td{text-align:left;padding:18px;border-bottom:1px solid rgba(0,0,0,.08)}.price-table th{background:#0b0b0b;color:#fff;font-size:13px;text-transform:uppercase;letter-spacing:.08em}.price-table td:nth-child(2){font-weight:900;white-space:nowrap}.price-image{border-radius:26px;overflow:hidden;border:1px solid var(--line-dark);box-shadow:var(--shadow);background:#f5f5f5}.price-image img{width:100%;height:auto}.price-card-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;margin-top:34px}.price-card{padding:22px;border-radius:22px;background:#fff;border:1px solid var(--line-dark);box-shadow:0 15px 44px rgba(0,0,0,.06)}.price-card h3{font-size:18px}.price-card p,.price-card span{font-size:13px;color:var(--muted)}.price-card strong{display:block;font-size:22px;letter-spacing:-.04em;margin:4px 0 8px}.seller-section{background:#f7f7f7}.seller-card{display:grid;grid-template-columns:.7fr 1.3fr;gap:40px;align-items:center;border-radius:34px;padding:42px;background:#fff;border:1px solid var(--line-dark);box-shadow:var(--shadow)}.seller-photo{border-radius:28px;min-height:360px;display:grid;place-items:center;background:linear-gradient(135deg,#f2f2f2,#fff);border:1px solid var(--line-dark);padding:38px}.seller-photo img{max-width:82%;object-fit:contain}.seller-contact{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:26px 0}.seller-contact div{border:1px solid var(--line-dark);border-radius:18px;padding:16px;background:#fafafa}.seller-contact span{display:block;font-size:12px;color:var(--muted);text-transform:uppercase;letter-spacing:.12em;font-weight:800}.seller-contact strong{display:block;font-size:15px;margin-top:4px}.detail-hero{min-height:760px}.detail-hero-content h1{font-size:clamp(46px,8vw,96px)}.detail-meta{display:grid;grid-template-columns:repeat(2,minmax(160px,220px));gap:12px;margin:24px 0}.detail-meta div{padding:16px 18px;border:1px solid rgba(255,255,255,.15);border-radius:18px;background:rgba(255,255,255,.08);backdrop-filter:blur(14px)}.detail-meta span{display:block;font-size:12px;text-transform:uppercase;letter-spacing:.12em;color:rgba(255,255,255,.55);font-weight:800}.detail-meta strong{display:block;font-size:20px;margin-top:2px}.product-note{font-size:14px;margin-top:-6px}.model-overview{background:#fff}.detail-section{padding:94px 0;border-top:1px solid rgba(0,0,0,.08)}.detail-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.feature-figure{margin:0;border-radius:24px;overflow:hidden;border:1px solid var(--line-dark);background:#fff;box-shadow:0 18px 55px rgba(0,0,0,.07)}.feature-figure img{width:100%;height:260px;object-fit:contain;background:#f5f5f5}.feature-figure figcaption{padding:16px 18px;font-size:14px;font-weight:800;color:#222;border-top:1px solid rgba(0,0,0,.08)}.reveal{opacity:0;transform:translateY(26px);transition:opacity .95s var(--ease),transform .95s var(--ease)}.reveal.is-visible{opacity:1;transform:translateY(0)}
@media (max-width:1100px){.product-grid{grid-template-columns:repeat(2,1fr)}.service-grid{grid-template-columns:repeat(2,1fr)}.price-card-grid{grid-template-columns:repeat(2,1fr)}.detail-gallery{grid-template-columns:repeat(2,1fr)}.price-layout{grid-template-columns:1fr}.price-image{max-width:560px}.main-nav a{font-size:13px;padding:9px 9px}.brand img{width:130px}.footer-grid{grid-template-columns:1fr 1fr}}
@media (max-width:820px){.site-header{top:12px;padding:0 12px}.nav-shell{border-radius:24px;padding:10px 12px}.brand img{width:132px}.nav-toggle{display:flex}.main-nav{position:absolute;left:12px;right:12px;top:74px;display:grid;gap:6px;padding:12px;border-radius:22px;background:linear-gradient(135deg,#000,#181818,#050505);border:1px solid rgba(255,255,255,.16);box-shadow:0 25px 70px rgba(0,0,0,.34);transform:translateY(-10px);opacity:0;visibility:hidden;transition:opacity .25s var(--ease),transform .25s var(--ease),visibility .25s}.main-nav.open{opacity:1;visibility:visible;transform:translateY(0)}.main-nav a{padding:13px 14px}.hero,.detail-hero{min-height:720px}.compact-hero{min-height:500px}.hero-overlay{background:linear-gradient(0deg,rgba(0,0,0,.72),rgba(0,0,0,.44)),linear-gradient(90deg,rgba(0,0,0,.78),rgba(0,0,0,.32))}.hero-content,.page-hero-content,.detail-hero-content{padding-top:110px}.hero-content p,.page-hero-content p,.detail-hero-content p{font-size:16px}.section{padding:78px 0}.split-grid,.seller-card,.contact-box,.price-layout{grid-template-columns:1fr}.mini-stats{grid-template-columns:1fr 1fr}.product-grid,.service-grid,.detail-gallery{grid-template-columns:1fr}.product-img-wrap{height:210px}.contact-box{padding:32px}.contact-actions,.cta-inline{display:grid;grid-template-columns:1fr;align-items:start}.cta-inline h2,.cta-inline p{max-width:100%}.footer-grid{grid-template-columns:1fr}.seller-contact{grid-template-columns:1fr}.seller-card{padding:24px}.seller-photo{min-height:240px}.detail-meta{grid-template-columns:1fr}.feature-figure img{height:auto;min-height:220px}.floating-wa{right:18px;bottom:18px;width:58px;height:58px}}
@media (max-width:520px){.container{width:min(100% - 30px,var(--container))}h1{font-size:42px}.page-hero-content h1,.detail-hero-content h1{font-size:40px}h2{font-size:32px}.hero-actions{display:grid;grid-template-columns:1fr;width:100%}.btn{width:100%}.mini-stats{grid-template-columns:1fr}.price-card-grid{grid-template-columns:1fr}.footer{padding-top:52px}.hero-dots{bottom:20px}.image-panel img{min-height:250px}.price-table th,.price-table td{padding:14px}.preloader-inner{padding:26px}.preloader-logo{width:150px}}


/* Targeted client revisions */
.preloader{overflow:hidden;transition:opacity .35s var(--ease),visibility .35s var(--ease)}
.preloader::before,.preloader::after{content:"";position:absolute;top:0;bottom:0;width:50.3%;background:linear-gradient(135deg,#000,#151515 55%,#000);z-index:1;transition:transform 1.05s cubic-bezier(.76,0,.24,1)}
.preloader::before{left:0;border-right:1px solid rgba(255,255,255,.12)}
.preloader::after{right:0;border-left:1px solid rgba(255,255,255,.12)}
.preloader-inner{position:relative;z-index:2;transition:opacity .45s var(--ease),transform .45s var(--ease)}
.preloader.is-opening::before{transform:translateX(-100%)}
.preloader.is-opening::after{transform:translateX(100%)}
.preloader.is-opening .preloader-inner{opacity:0;transform:scale(.94)}

.about-plain-image{border:0!important;box-shadow:none!important;background:transparent!important;border-radius:0!important;overflow:visible!important}
.about-plain-image img{background:transparent!important;border-radius:0!important;min-height:0!important;object-fit:contain!important}

.section-dark .product-grid-light .product-card{background:#fff!important;color:#000!important;border:1px solid rgba(0,0,0,.12)!important;box-shadow:0 18px 55px rgba(255,255,255,.05),0 16px 45px rgba(0,0,0,.18)}
.section-dark .product-grid-light .product-card p{color:rgba(0,0,0,.68)!important}
.section-dark .product-grid-light .product-card .eyebrow.dark{color:#555}
.section-dark .product-grid-light .product-card:hover{border-color:rgba(0,0,0,.22)!important}

.footer-contact-item{display:flex;align-items:flex-start;gap:10px;margin:.45rem 0;color:rgba(255,255,255,.74)}
.footer-icon{flex:0 0 28px;width:28px;height:28px;border-radius:999px;display:inline-grid;place-items:center;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);color:#fff;font-size:14px;line-height:1}

.floating-wa{animation:waFloat 3s ease-in-out infinite}
.wa-icon{display:grid;place-items:center;width:32px;height:32px;letter-spacing:0}
.wa-icon svg{width:32px;height:32px;display:block;fill:#fff;filter:drop-shadow(0 2px 6px rgba(0,0,0,.28))}
.floating-wa:hover{transform:translateY(-4px) scale(1.04)}
@keyframes waFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-7px)}}

.detail-final-cta{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,520px);align-items:center;gap:34px}
.detail-final-cta h2{margin-bottom:12px}
.detail-final-cta p{margin-bottom:0;color:rgba(255,255,255,.72)}
.detail-final-panel{display:grid;gap:16px}
.detail-meta-bottom{grid-template-columns:repeat(2,minmax(0,1fr));margin:0}
.detail-bottom-actions{display:flex;gap:12px;flex-wrap:wrap}

.feature-figure{border:0!important;box-shadow:none!important;background:transparent!important;border-radius:0!important;overflow:visible!important}
.feature-figure img{width:100%!important;height:auto!important;min-height:0!important;object-fit:contain!important;background:transparent!important;border-radius:0!important}
.feature-figure figcaption{border:0!important;padding:12px 0 0!important;text-align:center;background:transparent!important}

@media (max-width:820px){
  .detail-final-cta{grid-template-columns:1fr}
  .detail-bottom-actions{display:grid;grid-template-columns:1fr}
  .detail-bottom-actions .btn{width:100%}
  .hero-home .hero-content h1{font-size:38px;line-height:1.06}
}
@media (max-width:520px){
  .hero-home .hero-content h1{font-size:34px!important;line-height:1.05;letter-spacing:-.045em}
  .detail-meta-bottom{grid-template-columns:1fr}
}
@media (max-width:380px){
  .hero-home .hero-content h1{font-size:31px!important}
}

/* Targeted revision: mobile hero, premium buttons, footer icons, lighter overlays */
.hero-overlay{
  background:
    linear-gradient(90deg,rgba(0,0,0,.62),rgba(0,0,0,.34) 48%,rgba(0,0,0,.12)),
    linear-gradient(0deg,rgba(0,0,0,.42),rgba(0,0,0,.06) 48%,rgba(0,0,0,.26)) !important;
}

.btn,
.btn-dark,
.btn-light,
.btn-ghost,
.btn-ghost.white,
.detail-bottom-actions .btn{
  color:#fff !important;
  background:
    linear-gradient(145deg,#000 0%,#171717 28%,#f3f3f3 49%,#242424 55%,#050505 100%) !important;
  border:1px solid rgba(255,255,255,.34) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.45),
    inset 0 -12px 26px rgba(0,0,0,.35),
    0 18px 42px rgba(0,0,0,.24) !important;
  text-shadow:0 1px 12px rgba(0,0,0,.55);
}
.btn:hover,
.btn-dark:hover,
.btn-light:hover,
.btn-ghost:hover,
.btn-ghost.white:hover{
  background:
    linear-gradient(145deg,#050505 0%,#2c2c2c 30%,#ffffff 48%,#202020 58%,#000 100%) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.55),
    inset 0 -12px 26px rgba(0,0,0,.42),
    0 26px 58px rgba(0,0,0,.34) !important;
}

.section:not(.section-dark) .section-head > h2,
.section:not(.section-dark) .split-grid h2,
.section:not(.section-dark) .price-layout h2,
.section:not(.section-dark) .seller-card h2,
.detail-section .section-head > h2,
.model-overview h2{
  background:linear-gradient(135deg,#000 0%,#202020 38%,#777 62%,#111 100%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
  -webkit-text-fill-color:transparent;
}
.contact-box h2,
.section-dark h2,
.section-dark h3,
.section-dark .section-head > h2{
  background:none !important;
  -webkit-background-clip:initial;
  background-clip:initial;
  color:#fff !important;
  -webkit-text-fill-color:#fff !important;
}

.floating-wa{
  background:linear-gradient(135deg,#25D366 0%,#1ebe5d 52%,#128C7E 100%) !important;
  border:1px solid rgba(255,255,255,.72) !important;
  color:#fff !important;
  box-shadow:0 20px 48px rgba(37,211,102,.36),0 10px 24px rgba(0,0,0,.22) !important;
}
.wa-icon svg{fill:#fff !important;width:34px;height:34px;filter:drop-shadow(0 2px 7px rgba(0,0,0,.22))}
.wa-ring{border:2px solid rgba(37,211,102,.58) !important;box-shadow:0 0 0 4px rgba(37,211,102,.11)}

.footer-contact-item{gap:14px;align-items:center}
.footer-icon{
  flex-basis:40px !important;
  width:40px !important;
  height:40px !important;
  font-size:20px !important;
  background:rgba(255,255,255,.1) !important;
  border-color:rgba(255,255,255,.22) !important;
}

@media (max-width:820px){
  .hero-overlay{
    background:
      linear-gradient(0deg,rgba(0,0,0,.48),rgba(0,0,0,.23)),
      linear-gradient(90deg,rgba(0,0,0,.56),rgba(0,0,0,.16)) !important;
  }
  .hero-home{align-items:flex-start !important;}
  .hero-home .hero-content{padding-top:146px !important;}
  .hero-content h1,
  .page-hero-content h1,
  .detail-hero-content h1{
    font-size:36px !important;
    line-height:1.06 !important;
    letter-spacing:-.04em !important;
  }
}
@media (max-width:520px){
  .hero,.page-hero,.detail-hero{min-height:640px;}
  .compact-hero{min-height:430px;}
  .hero-home{min-height:660px;}
  .hero-home .hero-content{padding-top:128px !important;}
  .hero-content h1,
  .page-hero-content h1,
  .detail-hero-content h1,
  .hero-home .hero-content h1{
    font-size:31px !important;
    line-height:1.07 !important;
    letter-spacing:-.035em !important;
  }
  .hero-content p,
  .page-hero-content p,
  .detail-hero-content p{font-size:14.5px !important;line-height:1.55;margin-bottom:22px;}
  .hero-home .hero-actions{
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
    gap:10px !important;
    width:100% !important;
  }
  .hero-home .hero-actions .btn{
    width:auto !important;
    min-width:0 !important;
    min-height:44px !important;
    padding:10px 8px !important;
    font-size:12px !important;
    line-height:1.18 !important;
    white-space:normal !important;
    text-align:center !important;
  }
  .footer-icon{flex-basis:38px !important;width:38px !important;height:38px !important;font-size:19px !important;}
}
@media (max-width:380px){
  .hero-content h1,
  .page-hero-content h1,
  .detail-hero-content h1,
  .hero-home .hero-content h1{font-size:28px !important;}
  .hero-home .hero-actions .btn{font-size:11px !important;padding-inline:6px !important;}
}

/* Final targeted revision 3: shorter mobile hero, corrected dark premium button gradient, centered WhatsApp icon */
.detail-hero{
  min-height:640px !important;
}

.btn,
.btn-dark,
.btn-light,
.btn-ghost,
.btn-ghost.white,
.detail-bottom-actions .btn,
.contact-actions .btn,
.hero-actions .btn{
  color:#fff !important;
  background:linear-gradient(90deg,#5f5f5f 0%,#3a3a3a 28%,#1d1d1d 58%,#050505 100%) !important;
  border:1px solid rgba(255,255,255,.24) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.22),
    inset 0 -10px 24px rgba(0,0,0,.36),
    0 18px 42px rgba(0,0,0,.24) !important;
  text-shadow:0 1px 10px rgba(0,0,0,.46) !important;
}
.btn:hover,
.btn-dark:hover,
.btn-light:hover,
.btn-ghost:hover,
.btn-ghost.white:hover,
.detail-bottom-actions .btn:hover,
.contact-actions .btn:hover,
.hero-actions .btn:hover{
  background:linear-gradient(90deg,#6a6a6a 0%,#3f3f3f 26%,#181818 62%,#000 100%) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.26),
    inset 0 -12px 26px rgba(0,0,0,.42),
    0 24px 54px rgba(0,0,0,.32) !important;
}

.floating-wa{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  padding:0 !important;
  line-height:0 !important;
}
.floating-wa .wa-icon{
  position:absolute !important;
  inset:0 !important;
  z-index:2 !important;
  width:100% !important;
  height:100% !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  margin:0 !important;
  padding:0 !important;
  line-height:0 !important;
}
.floating-wa .wa-icon svg{
  width:34px !important;
  height:34px !important;
  display:block !important;
  margin:0 !important;
  transform:translate(.5px,.5px) !important;
}

@media (max-width:820px){
  .hero,
  .page-hero{
    min-height:590px !important;
  }
  .hero-home{
    min-height:590px !important;
  }
  .detail-hero{
    min-height:540px !important;
  }
  .compact-hero{
    min-height:400px !important;
  }
  .hero-home .hero-content{
    padding-top:118px !important;
  }
  .page-hero-content,
  .detail-hero-content{
    padding-top:104px !important;
  }
}
@media (max-width:520px){
  .hero,
  .page-hero{
    min-height:540px !important;
  }
  .hero-home{
    min-height:555px !important;
  }
  .detail-hero{
    min-height:490px !important;
  }
  .compact-hero{
    min-height:380px !important;
  }
  .hero-home .hero-content{
    padding-top:112px !important;
  }
  .page-hero-content,
  .detail-hero-content{
    padding-top:98px !important;
  }
}
@media (max-width:380px){
  .hero,
  .page-hero{
    min-height:520px !important;
  }
  .hero-home{
    min-height:535px !important;
  }
  .detail-hero{
    min-height:470px !important;
  }
}


/* Final targeted revision 4: mobile pricelist responsive + detail banner placement */
.detail-banner-strip{
  padding:34px 0 18px;
  background:#fff;
  border-top:1px solid rgba(0,0,0,.08);
}
.detail-banner-media{
  display:block;
}
.detail-banner-media img{
  width:100%;
  height:auto;
  display:block;
  object-fit:contain;
  background:transparent;
  border:0;
  border-radius:0;
  box-shadow:none;
}

.pricelist-page,
.price-layout,
.table-wrap,
.price-table,
.price-image,
.price-card-grid,
.price-card{
  min-width:0;
}

@media (max-width:820px){
  html,body{
    max-width:100%;
    overflow-x:hidden;
  }
  main,
  section,
  .price-layout,
  .price-layout > *,
  .table-wrap,
  .price-image,
  .price-card-grid{
    width:100%;
    max-width:100%;
    min-width:0!important;
  }
  .container{
    max-width:calc(100% - 30px);
    min-width:0!important;
  }
  .table-wrap{
    overflow-x:hidden!important;
    border-radius:18px;
  }
  .price-table{
    min-width:0!important;
    width:100%!important;
    table-layout:fixed;
  }
  .price-table th,
  .price-table td{
    padding:13px 9px!important;
    font-size:12px!important;
    line-height:1.35!important;
    white-space:normal!important;
    overflow-wrap:anywhere;
    word-break:break-word;
  }
  .price-table th:nth-child(1),
  .price-table td:nth-child(1){width:33%;}
  .price-table th:nth-child(2),
  .price-table td:nth-child(2){width:34%;}
  .price-table th:nth-child(3),
  .price-table td:nth-child(3){width:33%;}
  .price-image img{
    width:100%;
    max-width:100%;
    height:auto;
  }
  .price-card-grid{
    grid-template-columns:1fr!important;
  }
  .detail-banner-strip{
    padding:26px 0 10px;
  }
}

@media (max-width:520px){
  .price-table th,
  .price-table td{
    padding:11px 7px!important;
    font-size:11px!important;
  }
  .price-card{
    padding:18px!important;
  }
  .price-card strong{
    font-size:19px!important;
    line-height:1.12;
  }
  .price-layout .btn{
    width:100%;
  }
}

/* Final targeted revision 5: desktop hero alignment + smaller desktop headings */
@media (min-width:821px){
  .hero-content,
  .page-hero-content,
  .detail-hero-content{
    width:min(760px,calc(100% - 72px)) !important;
    max-width:760px !important;
    margin-left:max(28px,calc((100vw - var(--container))/2 - 46px)) !important;
    margin-right:auto !important;
  }

  h1{
    font-size:clamp(40px,5vw,72px) !important;
    line-height:1.01 !important;
    letter-spacing:-.05em !important;
  }

  h2{
    font-size:clamp(28px,3.35vw,46px) !important;
    line-height:1.06 !important;
    letter-spacing:-.038em !important;
  }

  h3{
    font-size:22px !important;
    line-height:1.18 !important;
  }

  .page-hero-content h1,
  .detail-hero-content h1,
  .hero-content h1{
    font-size:clamp(40px,5vw,70px) !important;
    max-width:720px;
  }

  .section-head{
    max-width:700px;
  }

  .section-head h2,
  .split-grid h2,
  .contact-box h2,
  .cta-inline h2,
  .model-overview h2{
    font-size:clamp(28px,3.25vw,44px) !important;
  }
}


/* Final targeted revision 6: smaller desktop headings, homepage product title fix, Instagram icon */
@media (min-width:821px){
  h1{
    font-size:clamp(34px,4.15vw,58px) !important;
    line-height:1.04 !important;
    letter-spacing:-.045em !important;
  }
  h2{
    font-size:clamp(25px,2.65vw,38px) !important;
    line-height:1.09 !important;
    letter-spacing:-.034em !important;
  }
  h3{
    font-size:20px !important;
    line-height:1.18 !important;
  }
  .page-hero-content h1,
  .detail-hero-content h1,
  .hero-content h1{
    font-size:clamp(34px,4.1vw,56px) !important;
    max-width:660px !important;
  }
  .section-head h2,
  .split-grid h2,
  .contact-box h2,
  .cta-inline h2,
  .model-overview h2{
    font-size:clamp(25px,2.55vw,36px) !important;
  }
  .detail-final-cta h2{
    font-size:clamp(25px,2.55vw,36px) !important;
  }
}

.section-dark .product-grid-light .product-card h3,
.section-dark .product-grid-light .product-card .price{
  color:#000 !important;
  -webkit-text-fill-color:#000 !important;
}
.section-dark .product-grid-light .product-card .eyebrow.dark{
  color:#555 !important;
  -webkit-text-fill-color:#555 !important;
}
.footer-icon svg{
  width:21px;
  height:21px;
  display:block;
  fill:currentColor;
}
.footer-icon-instagram svg{
  width:22px;
  height:22px;
}


/* Final targeted revision 7: new logo, white header, homepage image-only hero, related products */
.site-header .nav-shell{
  background:#fff !important;
  border:1px solid rgba(0,0,0,.10) !important;
  box-shadow:0 18px 55px rgba(0,0,0,.14) !important;
}
.brand img{
  width:auto !important;
  height:42px !important;
  max-width:170px !important;
  object-fit:contain !important;
  border-radius:6px;
}
.main-nav a{
  color:rgba(0,0,0,.68) !important;
  text-shadow:none !important;
}
.main-nav a:hover,
.main-nav a.active{
  color:#000 !important;
  background:rgba(0,0,0,.07) !important;
  text-shadow:none !important;
}
.nav-toggle{
  border-color:rgba(0,0,0,.16) !important;
  background:rgba(0,0,0,.04) !important;
}
.nav-toggle span{
  background:#000 !important;
}
.hero-slide picture{
  display:block;
  width:100%;
  height:100%;
}
.hero-home .hero-slide img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}
.hero-home{
  min-height:100vh !important;
}
.hero-home::after{
  content:none !important;
}
.other-cars-section{
  background:linear-gradient(180deg,#fff,#f6f6f6);
}
.other-products-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
}
.other-products-grid .product-card{
  background:#fff !important;
  color:#000 !important;
  border:1px solid rgba(0,0,0,.12) !important;
  box-shadow:0 18px 48px rgba(0,0,0,.10) !important;
}
.other-products-grid .product-card h3,
.other-products-grid .product-card .price{
  color:#000 !important;
  -webkit-text-fill-color:#000 !important;
}
.other-products-grid .product-card p{
  color:rgba(0,0,0,.66) !important;
}
.other-products-grid .product-card:hover{
  border-color:rgba(0,0,0,.22) !important;
}
@media (max-width:820px){
  .brand img{height:38px !important;max-width:150px !important;}
  .main-nav{
    background:#fff !important;
    border:1px solid rgba(0,0,0,.10) !important;
  }
  .hero-home{
    min-height:640px !important;
  }
  .hero-home .hero-slide img{
    object-position:center top;
  }
  .other-products-grid{
    grid-template-columns:1fr;
  }
}
@media (max-width:520px){
  .hero-home{
    min-height:580px !important;
  }
  .brand img{height:34px !important;max-width:136px !important;}
}


/* Final logo update: black generated JETOUR logo in white header */
.site-header .brand{
  min-width:0 !important;
  flex:0 0 auto !important;
}
.site-header .brand img{
  display:block !important;
  width:124px !important;
  height:auto !important;
  max-height:62px !important;
  object-fit:contain !important;
  border-radius:0 !important;
}
@media (max-width:820px){
  .site-header .nav-shell{
    min-height:62px !important;
    padding:8px 12px !important;
  }
  .site-header .brand img{
    width:104px !important;
    max-height:52px !important;
  }
}
@media (max-width:520px){
  .site-header .nav-shell{
    min-height:58px !important;
  }
  .site-header .brand img{
    width:96px !important;
    max-height:48px !important;
  }
}


/* Revisi profil seller: foto portrait langsung dari HTML */
.seller-photo{
  background:#f6f6f6 !important;
  align-items:center !important;
  justify-items:center !important;
  overflow:hidden !important;
}
.seller-photo img{
  width:100% !important;
  max-width:420px !important;
  height:520px !important;
  object-fit:cover !important;
  object-position:center top !important;
  border-radius:26px !important;
  display:block !important;
}
@media (max-width:768px){
  .seller-photo{
    min-height:auto !important;
    padding:18px !important;
  }
  .seller-photo img{
    height:440px !important;
    max-width:100% !important;
  }
}
@media (max-width:420px){
  .seller-photo img{
    height:390px !important;
  }
}


/* Mobile fix: halaman profil seller agar konten tidak keluar dari box */
@media (max-width: 768px){
  .seller-card{
    width:100% !important;
    max-width:100% !important;
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:22px !important;
    padding:20px !important;
    border-radius:26px !important;
    overflow:hidden !important;
    box-sizing:border-box !important;
  }
  .seller-photo{
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    padding:14px !important;
    margin:0 auto !important;
    box-sizing:border-box !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    overflow:hidden !important;
  }
  .seller-photo img{
    width:100% !important;
    max-width:100% !important;
    height:auto !important;
    max-height:520px !important;
    object-fit:cover !important;
    object-position:center top !important;
    border-radius:22px !important;
    display:block !important;
  }
  .seller-info{
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    text-align:center !important;
    overflow:hidden !important;
    box-sizing:border-box !important;
  }
  .seller-info h2,
  .seller-info p{
    max-width:100% !important;
    overflow-wrap:anywhere !important;
    word-break:normal !important;
  }
  .seller-contact{
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    grid-template-columns:1fr !important;
    gap:10px !important;
    margin:22px 0 !important;
    overflow:hidden !important;
    box-sizing:border-box !important;
  }
  .seller-contact div{
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    box-sizing:border-box !important;
    text-align:center !important;
    overflow:hidden !important;
  }
  .seller-contact strong{
    display:block !important;
    max-width:100% !important;
    overflow-wrap:anywhere !important;
    word-break:break-word !important;
    line-height:1.35 !important;
  }
  .seller-info .btn{
    width:100% !important;
    max-width:100% !important;
    justify-content:center !important;
    text-align:center !important;
    box-sizing:border-box !important;
    white-space:normal !important;
  }
}
@media (max-width: 420px){
  .seller-card{
    padding:16px !important;
    border-radius:22px !important;
  }
  .seller-photo{
    padding:10px !important;
  }
  .seller-photo img{
    max-height:460px !important;
  }
}


/* Mobile alignment fix: profil seller tetap rata kiri */
@media (max-width: 768px){
  .seller-info{
    text-align:left !important;
  }
  .seller-info h2,
  .seller-info p,
  .seller-info .eyebrow{
    text-align:left !important;
  }
  .seller-contact div{
    text-align:left !important;
  }
  .seller-info .btn{
    justify-content:center !important;
    text-align:center !important;
  }
}
