
:root{--red:#D71920;--red2:#B9141A;--navy:#0B2D4F;--deep:#071E35;--blue:#174D78;--soft:#EAF1F7;--bg:#F5F7F9;--border:#E1E6EB;--text:#121820;--muted:#58636F;--muted2:#7A8490;--white:#fff;--wa:#25D366;--shadow:0 10px 30px rgba(11,45,79,.08);--shadow2:0 16px 38px rgba(11,45,79,.12);--container:1200px;--header:74px}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;font-family:Roboto,Arial,Helvetica,sans-serif;color:var(--text);background:#fff;font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased}body.drawer-open,body.lightbox-open{overflow:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}main{min-height:60vh}.container{width:min(var(--container),calc(100% - 40px));margin-inline:auto}.icon{width:20px;height:20px;flex:none}.topbar{height:35px;background:var(--deep);color:rgba(255,255,255,.88);font-size:13px}.topbar-inner{height:100%;display:flex;align-items:center;justify-content:space-between}.topbar-inner>div{display:flex;gap:24px}.topbar a{display:inline-flex;align-items:center;gap:7px}.topbar .icon{width:14px;height:14px}.site-header{height:var(--header);background:rgba(255,255,255,.97);position:sticky;top:0;z-index:100;border-bottom:1px solid rgba(225,230,235,.75);transition:.2s}.site-header.scrolled{box-shadow:0 10px 28px rgba(7,30,53,.08)}.header-inner{height:100%;display:flex;align-items:center;gap:22px}.brand{display:inline-flex;align-items:center;gap:10px;min-width:max-content}.brand-mark{width:39px;height:39px;background:var(--navy);color:#fff;border-top:6px solid var(--red);display:grid;place-items:center;font-size:22px;font-weight:700;letter-spacing:-.03em}.brand-copy{display:flex;flex-direction:column;line-height:1.05}.brand-copy strong{font-size:20px;letter-spacing:.035em;color:var(--navy)}.brand-copy small{font-size:10.5px;margin-top:5px;color:var(--muted);font-weight:500}.desktop-nav{display:flex;align-items:center;gap:21px;margin-left:auto}.nav-link{font-size:14px;font-weight:600;color:#33404b;position:relative;padding:26px 0}.nav-link:after{content:"";position:absolute;left:0;right:100%;bottom:18px;height:2px;background:var(--red);transition:.2s}.nav-link:hover,.nav-link.active{color:var(--navy)}.nav-link:hover:after,.nav-link.active:after{right:0}.btn{min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:10px;padding:10px 19px;font-size:14px;font-weight:700;border:1px solid transparent;transition:.2s;line-height:1.2}.btn:hover{transform:translateY(-1px)}.btn-red{background:var(--red);color:#fff}.btn-red:hover{background:var(--red2);box-shadow:0 10px 24px rgba(215,25,32,.2)}.btn-white{background:#fff;color:var(--navy)}.btn-outline{border-color:#cbd4dc;background:#fff;color:var(--navy)}.btn-outline:hover{border-color:var(--navy)}.btn-dark{background:var(--navy);color:#fff}.btn-sm{min-height:38px;padding:8px 13px;font-size:13px}.btn-block{width:100%}.header-cta{margin-left:3px}.menu-btn{display:none;border:0;background:none;padding:8px;color:var(--navy)}.drawer-overlay{position:fixed;inset:0;background:rgba(7,30,53,.42);z-index:180;opacity:0;visibility:hidden;transition:.28s}.mobile-drawer{position:fixed;top:0;right:0;width:min(92vw,360px);height:100dvh;background:#fff;z-index:190;padding:20px;transform:translateX(102%);transition:.3s cubic-bezier(.22,.61,.36,1);display:flex;flex-direction:column}.drawer-open .drawer-overlay{opacity:1;visibility:visible}.drawer-open .mobile-drawer{transform:none}.drawer-head{display:flex;justify-content:space-between;align-items:center;padding-bottom:18px;border-bottom:1px solid var(--border)}.drawer-close{border:0;background:var(--bg);width:40px;height:40px;border-radius:9px;display:grid;place-items:center}.mobile-drawer nav{display:flex;flex-direction:column;padding:18px 0;overflow:auto}.drawer-link{padding:11px 4px;font-weight:600;border-bottom:1px solid #eef1f3}.drawer-link.active{color:var(--red)}.drawer-contact{margin-top:auto;padding-top:18px;display:flex;flex-direction:column;font-size:13px;color:var(--muted);gap:6px}.eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--red);font-size:12.5px;letter-spacing:.09em;font-weight:700;text-transform:uppercase}.eyebrow:before{content:"";width:24px;height:2px;background:currentColor}.eyebrow.light{color:rgba(255,255,255,.86)}h1,h2,h3,h4{margin:0;color:var(--text);line-height:1.18}h1{font-size:clamp(30px,4vw,44px)}h2{font-size:clamp(25px,3vw,34px)}h3{font-size:clamp(19px,2vw,23px)}p{margin:0;color:var(--muted)}.section{padding:88px 0}.section.alt{background:var(--bg)}.section.soft{background:var(--soft)}.section-head{max-width:760px;margin-bottom:38px}.section-head h2{margin-top:9px}.section-head p{font-size:16.5px;margin-top:12px;max-width:720px}.section-head.center{text-align:center;margin-inline:auto}.section-head.center .eyebrow{justify-content:center}.hero-slider{height:600px;position:relative;overflow:hidden;background:var(--deep);color:#fff}.hero-track{height:100%;display:flex;transition:transform .62s cubic-bezier(.22,.61,.36,1)}.hero-slide{min-width:100%;height:100%;position:relative;display:flex;align-items:center}.hero-slide img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-slide:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,30,53,.92) 0%,rgba(7,30,53,.64) 48%,rgba(7,30,53,.16) 100%)}.hero-content{position:relative;z-index:2;color:#fff;max-width:690px}.hero-content h1,.hero-content h2{font-size:clamp(32px,4vw,46px);color:#fff;margin:10px 0 16px;line-height:1.1}.hero-content p{color:rgba(255,255,255,.88);font-size:17px;max-width:620px}.hero-actions{display:flex;gap:12px;margin-top:27px;flex-wrap:wrap}.btn-ghost{border-color:rgba(255,255,255,.55);color:#fff;background:rgba(255,255,255,.05)}.btn-ghost:hover{background:rgba(255,255,255,.12)}.hero-micro{display:block;margin-top:16px;font-size:13px;color:rgba(255,255,255,.72)}.hero-controls{position:absolute;z-index:5;left:50%;transform:translateX(-50%);bottom:24px;width:min(var(--container),calc(100% - 40px));display:flex;justify-content:space-between;align-items:center}.hero-arrows{display:flex;gap:8px}.hero-arrow{width:44px;height:44px;border-radius:10px;border:1px solid rgba(255,255,255,.25);background:rgba(255,255,255,.1);color:#fff;display:grid;place-items:center}.hero-arrow.prev .icon{transform:rotate(180deg)}.hero-dots{display:flex;gap:7px}.hero-dot{width:8px;height:8px;border:0;border-radius:10px;background:rgba(255,255,255,.45);padding:0;transition:.2s}.hero-dot.active{width:30px;background:#fff}.value-bar{background:#fff;border-bottom:1px solid var(--border)}.value-grid{display:grid;grid-template-columns:repeat(4,1fr)}.value-item{padding:28px 23px;border-right:1px solid var(--border)}.value-item:first-child{border-left:1px solid var(--border)}.value-item strong{display:block;color:var(--navy);font-size:15px}.value-item p{font-size:13.5px;margin-top:5px;line-height:1.5}.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.category-card{min-height:330px;position:relative;border-radius:16px;overflow:hidden;background:#111;box-shadow:var(--shadow)}.category-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.category-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(7,30,53,.05),rgba(7,30,53,.88))}.category-content{position:absolute;z-index:2;left:0;right:0;bottom:0;padding:24px;color:#fff}.category-content h3{color:#fff}.category-content p{color:rgba(255,255,255,.78);font-size:14px;margin:8px 0 14px}.category-content a{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:700}.category-content .icon{width:17px}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.product-card{border:1px solid var(--border);border-radius:14px;background:#fff;overflow:hidden;transition:.24s;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-3px);box-shadow:var(--shadow2);border-color:#d2d9df}.product-media{display:grid;place-items:center;background:#fff;aspect-ratio:4/3;padding:12px;border-bottom:1px solid #eef1f3}.product-media img{width:100%;height:100%;object-fit:contain}.product-body{padding:19px;display:flex;flex-direction:column;flex:1}.product-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:12.5px;margin-bottom:9px}.product-meta span{color:var(--blue);font-weight:700}.product-meta strong{background:var(--soft);color:var(--navy);padding:3px 7px;border-radius:6px}.product-card h3{font-size:20px}.product-card h3 a:hover{color:var(--red)}.product-card p{font-size:14px;margin:9px 0 18px}.card-actions{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:12px}.text-link{font-size:13.5px;font-weight:700;color:var(--navy);display:inline-flex;align-items:center;gap:6px}.text-link .icon{width:16px}.education-wrap{display:grid;grid-template-columns:1.05fr .95fr;gap:54px;align-items:center}.education-media{border-radius:16px;overflow:hidden;min-height:420px}.education-media img{width:100%;height:100%;object-fit:cover}.check-list{list-style:none;margin:24px 0 28px;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:10px 16px}.check-list li{display:flex;gap:9px;color:#33404b;font-size:14px}.check-list .icon{color:var(--red);width:18px}.gallery-preview{display:grid;grid-template-columns:1.3fr .7fr .7fr;grid-template-rows:220px 220px;gap:12px}.gallery-preview figure{margin:0;border-radius:13px;overflow:hidden}.gallery-preview figure:first-child{grid-row:1/3}.gallery-preview img{width:100%;height:100%;object-fit:cover}.price-cta{background:var(--navy);color:#fff;position:relative;overflow:hidden}.price-cta:before{content:"";position:absolute;inset:0;background:url('../images/support/pricelist-foton-2026.webp') center/cover;opacity:.09}.price-inner{position:relative;display:grid;grid-template-columns:1fr 420px;gap:48px;align-items:center}.price-inner h2{color:#fff;margin:10px 0 13px}.price-inner p{color:rgba(255,255,255,.78);max-width:680px}.price-preview{background:#fff;padding:14px;border-radius:14px;box-shadow:0 20px 40px rgba(0,0,0,.16)}.price-preview img{width:100%;max-height:340px;object-fit:contain}.sales-wrap{display:grid;grid-template-columns:430px 1fr;gap:58px;align-items:center}.sales-photo{border-radius:16px;overflow:hidden;background:var(--red);aspect-ratio:4/5}.sales-photo img{width:100%;height:100%;object-fit:cover}.sales-meta{display:grid;grid-template-columns:1fr 1fr;gap:10px 20px;margin:25px 0}.sales-meta div{padding:12px 0;border-bottom:1px solid var(--border)}.sales-meta small{display:block;color:var(--muted2);font-size:12px}.sales-meta strong{color:var(--navy)}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.process-card{border:1px solid var(--border);padding:22px;border-radius:12px;background:#fff}.process-num{width:38px;height:38px;border-radius:9px;background:var(--navy);color:#fff;display:grid;place-items:center;font-weight:700;margin-bottom:16px}.process-card h3{font-size:18px}.process-card p{font-size:14px;margin-top:8px}.faq-list{max-width:900px}.faq-item{border-bottom:1px solid var(--border)}.faq-q{width:100%;border:0;background:none;display:flex;justify-content:space-between;align-items:center;text-align:left;padding:18px 0;font-weight:700;color:var(--navy);gap:16px}.faq-q span:last-child{font-size:22px;font-weight:400;transition:.2s}.faq-q[aria-expanded=true] span:last-child{transform:rotate(45deg)}.faq-a{display:grid;grid-template-rows:0fr;transition:.24s}.faq-a>div{overflow:hidden}.faq-a p{padding:0 30px 18px 0;font-size:14.5px}.faq-item.open .faq-a{grid-template-rows:1fr}.contact-panel{display:grid;grid-template-columns:1.05fr .95fr;border:1px solid var(--border);border-radius:16px;overflow:hidden}.contact-info{padding:38px}.contact-info h2{margin:10px 0 12px}.contact-buttons{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}.location-card{background:var(--navy);color:#fff;padding:38px;display:flex;flex-direction:column;justify-content:center}.location-card h3{color:#fff;font-size:24px}.location-card p{color:rgba(255,255,255,.74);margin:9px 0 21px}.final-cta{background:var(--deep);padding:68px 0;color:#fff}.final-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:40px}.final-cta h2{color:#fff;margin:9px 0}.final-cta p{color:rgba(255,255,255,.72)}.footer{background:#041525;color:rgba(255,255,255,.78);padding-top:62px}.footer .brand-mark{background:#fff;color:var(--navy)}.footer .brand-copy strong{color:#fff}.footer .brand-copy small{color:rgba(255,255,255,.55)}.footer-grid{display:grid;grid-template-columns:1.4fr .8fr 1fr 1.2fr;gap:42px}.footer-grid>div{display:flex;flex-direction:column;align-items:flex-start}.footer p{color:rgba(255,255,255,.58);font-size:14px;margin-top:18px;max-width:290px}.footer h3{color:#fff;font-size:15px;margin-bottom:15px}.footer a,.footer span{font-size:13.5px;margin:3px 0}.footer a:hover{color:#fff}.footer strong{color:#fff}.footer-loc{display:inline-flex;align-items:center;gap:8px;margin-top:10px!important}.footer-loc .icon{width:17px}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:46px;padding:20px 0 28px;display:flex;justify-content:space-between;gap:20px;color:rgba(255,255,255,.5);font-size:12px}.floating-wa{position:fixed;right:22px;bottom:22px;z-index:80;background:var(--wa);color:#083b1c;min-height:50px;border-radius:14px;padding:0 16px;display:flex;align-items:center;gap:8px;font-size:13px;font-weight:700;box-shadow:0 12px 30px rgba(15,120,58,.24)}.mobile-actions{display:none}.page-hero{min-height:350px;background:linear-gradient(90deg,rgba(7,30,53,.95),rgba(7,30,53,.65)),var(--page-hero,linear-gradient(135deg,#0B2D4F,#174D78)) center/cover;display:flex;align-items:center;color:#fff}.page-hero h1{color:#fff;margin:10px 0 14px;max-width:850px}.page-hero p{color:rgba(255,255,255,.78);font-size:16.5px;max-width:760px}.breadcrumb{display:flex;align-items:center;gap:9px;padding:18px 0;font-size:13px;color:var(--muted2);overflow:auto;white-space:nowrap}.breadcrumb a:hover{color:var(--red)}.breadcrumb .sep{color:#bbc3ca}.filters{display:flex;gap:8px;overflow:auto;padding:0 0 18px;scrollbar-width:none}.filters::-webkit-scrollbar{display:none}.filter-btn{border:1px solid var(--border);background:#fff;color:var(--navy);padding:9px 13px;border-radius:9px;font-size:13px;font-weight:700;white-space:nowrap}.filter-btn.active{background:var(--navy);color:#fff;border-color:var(--navy)}.product-card.hidden{display:none}.notice{border-left:4px solid var(--red);background:#fff6f6;padding:15px 17px;border-radius:0 9px 9px 0;color:#5b3434;font-size:13.5px}.detail-hero{padding:28px 0 64px}.detail-grid{display:grid;grid-template-columns:58% 42%;gap:44px;align-items:center}.detail-media{min-height:510px;border:1px solid var(--border);border-radius:16px;background:#fff;display:grid;place-items:center;padding:18px}.detail-media img{width:100%;height:100%;object-fit:contain;max-height:500px}.detail-info h1{font-size:clamp(30px,4vw,42px);margin:10px 0 14px}.detail-info>p{font-size:16.5px}.spec-chips{display:flex;gap:8px;flex-wrap:wrap;margin:18px 0 25px}.spec-chip{padding:6px 9px;background:var(--soft);border-radius:7px;color:var(--navy);font-size:12.5px;font-weight:700}.detail-actions{display:flex;gap:10px;flex-wrap:wrap}.spec-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.spec-box{padding:18px;border:1px solid var(--border);border-radius:12px;background:#fff}.spec-box small{display:block;color:var(--muted2);font-size:12px}.spec-box strong{display:block;color:var(--navy);font-size:17px;line-height:1.3;margin-top:3px}.spec-table{border:1px solid var(--border);border-radius:14px;overflow:hidden}.spec-row{display:grid;grid-template-columns:38% 62%;border-bottom:1px solid var(--border)}.spec-row:last-child{border-bottom:0}.spec-row div{padding:14px 17px}.spec-row div:first-child{background:#f8fafb;font-weight:600;color:var(--navy)}.brochure-box{display:grid;grid-template-columns:300px 1fr;gap:35px;align-items:center;border:1px solid var(--border);border-radius:16px;padding:28px}.brochure-box img{width:100%;max-height:340px;object-fit:contain}.mini-gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.mini-gallery button{border:0;padding:0;border-radius:10px;overflow:hidden;background:#ddd;aspect-ratio:4/3}.mini-gallery img{width:100%;height:100%;object-fit:cover}.price-groups{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.price-group{border:1px solid var(--border);border-radius:13px;padding:22px;background:#fff}.price-group h3{color:var(--navy);font-size:18px;margin-bottom:9px}.price-group ul{margin:0;padding-left:19px;color:var(--muted);font-size:14px}.price-layout{display:grid;grid-template-columns:1fr 430px;gap:48px;align-items:start}.price-side{position:sticky;top:105px;border:1px solid var(--border);border-radius:16px;padding:18px;background:#fff}.price-side img{width:100%;max-height:540px;object-fit:contain}.gallery-grid{columns:3 260px;column-gap:12px}.gallery-item{width:100%;margin:0 0 12px;border:0;padding:0;border-radius:12px;overflow:hidden;background:#eee;display:block}.gallery-item img{width:100%;height:auto}.lightbox{position:fixed;inset:0;background:rgba(4,21,37,.93);z-index:300;display:none;align-items:center;justify-content:center;padding:25px}.lightbox.open{display:flex}.lightbox img{max-width:min(1200px,92vw);max-height:86vh;object-fit:contain;border-radius:10px}.lightbox-close{position:absolute;top:18px;right:18px;width:44px;height:44px;border-radius:10px;border:1px solid rgba(255,255,255,.25);background:rgba(255,255,255,.08);color:#fff;display:grid;place-items:center}.about-grid,.contact-grid{display:grid;grid-template-columns:430px 1fr;gap:55px;align-items:start}.about-copy p+p{margin-top:16px}.consult-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:22px}.consult-item{padding:15px 16px;border:1px solid var(--border);border-radius:10px;display:flex;gap:9px;align-items:flex-start;font-size:14px;color:#34414c}.consult-item .icon{color:var(--red);width:18px}.form-card{border:1px solid var(--border);border-radius:16px;padding:28px;background:#fff}.form-card h2{font-size:27px;margin-bottom:5px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:20px}.field.full{grid-column:1/-1}.field label{display:block;font-size:13px;font-weight:700;color:var(--navy);margin-bottom:6px}.field input,.field select,.field textarea{width:100%;border:1px solid #ccd5dd;border-radius:9px;padding:11px 12px;color:var(--text);background:#fff;outline:none}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(23,77,120,.1)}.field textarea{min-height:120px;resize:vertical}.form-note{font-size:12px;margin:10px 0 15px}.contact-side{display:flex;flex-direction:column;gap:16px}.contact-card{border:1px solid var(--border);border-radius:16px;padding:24px;background:#fff}.contact-card h3{margin-bottom:12px}.contact-line{display:flex;align-items:flex-start;gap:11px;margin:12px 0;color:#34414c;font-size:14px}.contact-line .icon{color:var(--red);width:18px}.qr-card img{width:190px;margin:10px auto 0}.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.article-card{border:1px solid var(--border);border-radius:14px;overflow:hidden;background:#fff;display:flex;flex-direction:column}.article-card img{width:100%;aspect-ratio:16/10;object-fit:cover}.article-card-body{padding:20px;display:flex;flex-direction:column;flex:1}.article-card h3{font-size:20px}.article-card p{font-size:14px;margin:9px 0 17px}.article-card .text-link{margin-top:auto}.article-shell{max-width:840px;margin:0 auto}.article-head{padding:48px 0 28px}.article-head h1{margin:10px 0 13px}.article-lead{font-size:18px}.article-meta{display:flex;gap:18px;flex-wrap:wrap;margin-top:17px;font-size:13px;color:var(--muted2)}.article-featured{border-radius:16px;overflow:hidden;aspect-ratio:16/9;margin-bottom:38px}.article-featured img{width:100%;height:100%;object-fit:cover}.article-body h2{font-size:26px;margin:34px 0 10px}.article-body p{font-size:16.5px;line-height:1.78}.article-inline-cta{margin:36px 0;padding:24px;border-radius:14px;background:var(--soft);border-left:4px solid var(--red)}.article-inline-cta h3{font-size:21px}.article-inline-cta p{margin:7px 0 16px;font-size:14px}.privacy{max-width:860px}.privacy h2{font-size:24px;margin:30px 0 8px}.privacy p,.privacy li{color:var(--muted);font-size:15px}.not-found{text-align:center;padding:120px 20px}.not-found h1{font-size:80px;color:var(--navy)}.not-found p{margin:10px auto 25px;max-width:520px}
@media(max-width:1050px){.desktop-nav{gap:14px}.nav-link{font-size:13px}.header-cta{display:none}.product-grid,.article-grid{grid-template-columns:repeat(2,1fr)}.category-grid{grid-template-columns:repeat(2,1fr)}.sales-wrap,.about-grid{grid-template-columns:360px 1fr}.price-inner{grid-template-columns:1fr 360px}.detail-grid{grid-template-columns:52% 48%;gap:30px}.footer-grid{grid-template-columns:1.2fr .8fr 1fr;}.footer-grid>div:last-child{grid-column:1/-1}.process-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:820px){:root{--header:64px}.container{width:min(100% - 30px,var(--container))}.topbar,.desktop-nav{display:none}.menu-btn{display:grid;margin-left:auto}.hero-slider{height:540px}.hero-slide:after{background:linear-gradient(0deg,rgba(7,30,53,.94) 0%,rgba(7,30,53,.7) 56%,rgba(7,30,53,.35) 100%)}.hero-slide{align-items:flex-end;padding-bottom:95px}.hero-content h1,.hero-content h2{font-size:clamp(29px,7vw,33px)}.hero-content p{font-size:15px;max-width:560px}.hero-arrows{display:none}.value-grid{grid-template-columns:1fr 1fr}.value-item:nth-child(odd){border-left:1px solid var(--border)}.value-item{border-bottom:1px solid var(--border)}.section{padding:66px 0}.education-wrap,.price-inner,.sales-wrap,.contact-panel,.about-grid,.contact-grid,.price-layout,.detail-grid{grid-template-columns:1fr}.education-media{min-height:320px;order:2}.gallery-preview{grid-template-columns:1fr 1fr;grid-template-rows:220px 170px 170px}.gallery-preview figure:first-child{grid-column:1/-1;grid-row:auto}.price-preview{max-width:430px}.sales-photo{max-width:420px}.contact-panel{display:grid}.location-card{min-height:280px}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:last-child{grid-column:auto}.final-cta-inner{align-items:flex-start;flex-direction:column}.detail-media{min-height:420px}.spec-grid{grid-template-columns:repeat(2,1fr)}.brochure-box{grid-template-columns:250px 1fr}.mini-gallery{grid-template-columns:repeat(2,1fr)}.price-side{position:static;max-width:520px}.article-grid{grid-template-columns:repeat(2,1fr)}.floating-wa{display:none}.mobile-actions{position:fixed;left:0;right:0;bottom:0;z-index:110;height:63px;background:#fff;border-top:1px solid var(--border);display:grid;grid-template-columns:repeat(3,1fr);padding-bottom:env(safe-area-inset-bottom)}.mobile-actions a{display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:11.5px;font-weight:700;color:var(--navy);gap:2px}.mobile-actions a:first-child{color:#128c4c}.mobile-actions .icon{width:19px;height:19px}.footer{padding-bottom:65px}.page-hero{min-height:310px}.brochure-box{align-items:start}}
@media(max-width:600px){body{font-size:15px}.container{width:min(100% - 24px,var(--container))}.brand-mark{width:36px;height:36px}.brand-copy strong{font-size:18px}.brand-copy small{font-size:9.5px}.hero-slider{height:530px;min-height:70svh;max-height:76svh}.hero-slide{padding-bottom:76px}.hero-content p{display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden}.hero-actions{display:grid;grid-template-columns:1fr}.hero-actions .btn{width:100%}.hero-controls{bottom:20px;width:calc(100% - 24px);justify-content:center}.value-item{padding:20px 14px}.value-item p{font-size:12.5px}.section{padding:56px 0}.section-head{margin-bottom:27px}.section-head p{font-size:15px}.category-grid,.product-grid,.article-grid{grid-template-columns:1fr}.category-card{min-height:300px}.check-list{grid-template-columns:1fr}.product-card h3{font-size:19px}.gallery-preview{grid-template-columns:1fr 1fr;grid-template-rows:180px 130px 130px}.price-inner{gap:28px}.sales-meta{grid-template-columns:1fr}.process-grid{grid-template-columns:1fr}.contact-info,.location-card{padding:27px 22px}.contact-buttons{display:grid}.contact-buttons .btn{width:100%}.footer-grid{grid-template-columns:1fr;gap:32px}.footer-grid>div:last-child{grid-column:auto}.footer-bottom{flex-direction:column}.page-hero{min-height:285px}.page-hero p{font-size:15px}.detail-hero{padding:16px 0 50px}.detail-media{min-height:340px;padding:12px}.detail-info h1{font-size:29px}.spec-grid{grid-template-columns:1fr 1fr;gap:8px}.spec-box{padding:14px}.spec-box strong{font-size:15px}.spec-row{grid-template-columns:1fr}.spec-row div:first-child{padding-bottom:5px}.spec-row div:last-child{padding-top:5px}.brochure-box{grid-template-columns:1fr;padding:20px}.brochure-box img{max-height:360px}.price-groups{grid-template-columns:1fr}.gallery-grid{columns:2 145px}.about-grid,.contact-grid{gap:30px}.form-card{padding:21px 17px}.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.consult-grid{grid-template-columns:1fr}.article-head{padding:32px 0 22px}.article-lead{font-size:16px}.article-body h2{font-size:23px}.article-body p{font-size:15.5px}.mini-gallery{grid-template-columns:1fr 1fr}.card-actions{align-items:flex-start;flex-direction:column}.card-actions .btn{width:100%}}
@media(max-width:380px){.value-grid{grid-template-columns:1fr}.value-item{border-left:1px solid var(--border)}.spec-grid{grid-template-columns:1fr}.gallery-grid{columns:1}.hero-slider{height:560px;max-height:none}.brand-copy small{display:none}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.hero-track{transition:none}.product-card:hover,.btn:hover{transform:none}}


/* === Requested FOTON revision: navy rounded header, prices, heroes, AOS, WA bubble === */
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
html:not(.aos-ready) [data-aos]{opacity:1!important;transform:none!important;transition:none!important}

/* Rounded navy header + white logo */
.site-header{height:84px;background:transparent;border-bottom:0;padding:10px 0;box-shadow:none}
.site-header.scrolled{box-shadow:none}
.header-inner{height:64px;background:var(--navy);border:1px solid rgba(255,255,255,.12);border-radius:18px;padding:0 18px;box-shadow:0 12px 28px rgba(7,30,53,.16)}
.brand{gap:0}.brand-logo{display:block;width:142px;height:auto;max-height:43px;object-fit:contain}
.desktop-nav{gap:20px}.nav-link{color:rgba(255,255,255,.86);padding:22px 0}.nav-link:hover,.nav-link.active{color:#fff}.nav-link:after{bottom:14px;background:#fff}
.menu-btn{color:#fff}.drawer-head{background:var(--navy);margin:-20px -20px 0;padding:18px 20px;border-bottom:0}.drawer-close{background:rgba(255,255,255,.12);color:#fff}.mobile-drawer .brand-logo{width:132px}

/* Homepage color rhythm */
.home-navy{background:var(--navy)!important;color:#fff}.home-navy h1,.home-navy h2,.home-navy h3,.home-navy h4{color:#fff}.home-navy p{color:rgba(255,255,255,.78)}.home-navy .eyebrow{color:#fff}.home-navy .section-head p{color:rgba(255,255,255,.78)}
.home-navy .faq-item{background:rgba(255,255,255,.98);border-color:rgba(255,255,255,.2)}
.home-consult-bg{position:relative;background:linear-gradient(90deg,rgba(7,30,53,.93),rgba(11,45,79,.76)),url('../images/unit/truk-foton-kabin-tampak-depan-samping-02.webp') center/cover no-repeat;color:#fff}
.home-consult-bg h1,.home-consult-bg h2,.home-consult-bg h3{color:#fff}.home-consult-bg p{color:rgba(255,255,255,.82)}.home-consult-bg .eyebrow{color:#fff}.home-consult-bg .sales-wrap.no-sales-photo{grid-template-columns:1fr;max-width:950px}.home-consult-bg .sales-meta{max-width:820px}.home-consult-bg .sales-meta>div{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.18)}.home-consult-bg .sales-meta small{color:rgba(255,255,255,.66)}.home-consult-bg .sales-meta strong{color:#fff}
.sales-wrap.no-sales-photo,.about-grid.no-sales-photo{grid-template-columns:1fr}.about-grid.no-sales-photo .about-copy{max-width:980px}

/* Price presentation sourced from 2026 pricelist */
.product-price{margin:0 0 17px;padding-top:13px;border-top:1px solid #edf1f4;display:flex;flex-direction:column;gap:2px}.product-price span{font-size:11.5px;letter-spacing:.05em;text-transform:uppercase;color:var(--muted2);font-weight:700}.product-price strong{font-size:16px;line-height:1.35;color:var(--red)}.product-price .price-unlisted{font-size:13px;color:var(--muted);font-weight:600}
.detail-price{display:inline-flex;flex-direction:column;gap:2px;margin:2px 0 2px;padding:11px 14px;border-radius:10px;background:rgba(255,255,255,.13);border:1px solid rgba(255,255,255,.23);backdrop-filter:blur(3px)}.detail-price span{font-size:11.5px;letter-spacing:.06em;text-transform:uppercase;color:rgba(255,255,255,.74);font-weight:700}.detail-price strong{font-size:21px;color:#fff;line-height:1.25}.detail-price .price-unlisted{font-size:13px;color:rgba(255,255,255,.82)}
.price-group li{margin:7px 0}

/* Image hero + translucent overlay on every inner page */
.page-hero{background:linear-gradient(90deg,rgba(7,30,53,.84),rgba(7,30,53,.50)),var(--page-hero,linear-gradient(135deg,#0B2D4F,#174D78)) center/cover no-repeat}
.detail-hero{padding:54px 0 64px;background:linear-gradient(90deg,rgba(7,30,53,.90),rgba(7,30,53,.58)),var(--detail-hero) center/cover no-repeat;color:#fff}
.detail-info h1{color:#fff}.detail-info>p{color:rgba(255,255,255,.82)}.detail-hero .eyebrow{color:#fff}.detail-hero .detail-info .btn-outline{background:#fff;border-color:#fff;color:var(--navy)}.detail-media{background:rgba(255,255,255,.96);border-color:rgba(255,255,255,.25);box-shadow:0 16px 42px rgba(0,0,0,.18)}
.article-head.article-hero{position:relative;margin:18px 0 36px;padding:52px 42px;border-radius:16px;overflow:hidden;background:linear-gradient(90deg,rgba(7,30,53,.90),rgba(7,30,53,.58)),var(--article-hero) center/cover no-repeat;color:#fff}.article-head.article-hero h1{color:#fff}.article-head.article-hero .article-lead{color:rgba(255,255,255,.86)}.article-head.article-hero .article-meta{color:rgba(255,255,255,.72)}.article-head.article-hero .eyebrow{color:#fff}

/* Footer as image + transparent overlay */
.footer{background:linear-gradient(rgba(4,21,37,.91),rgba(4,21,37,.94)),url('../images/unit/armada-truk-foton-chassis-di-pool-01.webp') center/cover no-repeat}.footer .brand-logo{width:150px}

/* One WhatsApp bubble only; original-brand green and glyph */
.mobile-actions{display:none!important}.floating-wa{right:22px;bottom:22px;width:60px;height:60px;min-height:60px;padding:0;border-radius:50%;justify-content:center;background:#25D366;color:#fff;box-shadow:0 14px 34px rgba(18,140,76,.34);border:2px solid rgba(255,255,255,.92)}.floating-wa:hover{transform:translateY(-2px);background:#20bd5a}.floating-wa .wa-icon{width:32px;height:32px}

@media(max-width:1050px){.brand-logo{width:128px}.desktop-nav{gap:13px}.header-inner{padding:0 15px}}
@media(max-width:820px){.site-header{height:76px;padding:7px 0}.header-inner{height:62px;border-radius:15px;padding:0 14px}.brand-logo{width:126px}.floating-wa{display:flex;right:16px;bottom:16px;width:56px;height:56px;min-height:56px}.floating-wa .wa-icon{width:30px;height:30px}.footer{padding-bottom:0}.detail-hero{padding:34px 0 52px}.article-head.article-hero{padding:40px 28px}.home-consult-bg{background-position:62% center}}
@media(max-width:600px){.header-inner{border-radius:14px}.brand-logo{width:120px}.article-head.article-hero{margin:12px 0 28px;padding:34px 22px;border-radius:14px}.detail-price strong{font-size:18px}.home-consult-bg .sales-meta{grid-template-columns:1fr}}


/* === Live polish: reported homepage CSS fixes + footer contact icons === */
/* Specificity fix: .section.alt previously overrode the consultation image background. */
.section.alt.home-consult-bg{
  background:linear-gradient(90deg,rgba(7,30,53,.93),rgba(11,45,79,.76)),url('../images/unit/truk-foton-kabin-tampak-depan-samping-02.webp') center/cover no-repeat;
}

/* Keep FAQ rows readable and padded on both mobile and desktop. */
.home-navy .faq-list{max-width:900px;background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 14px 34px rgba(4,21,37,.18)}
.home-navy .faq-item{background:#fff;border-bottom:1px solid #dfe5ea}
.home-navy .faq-item:last-child{border-bottom:0}
.home-navy .faq-q{padding:18px 22px;line-height:1.45}
.home-navy .faq-a p{padding:0 52px 18px 22px}

/* Icon alignment for every contact line in the footer. */
.footer-contact .footer-contact-row{display:flex;align-items:flex-start;gap:9px;margin:4px 0;color:rgba(255,255,255,.78)}
.footer-contact .footer-contact-row .icon{width:17px;height:17px;margin-top:2px;color:#fff;flex:none}
.footer-contact .footer-contact-row a,.footer-contact .footer-contact-row span,.footer-contact .footer-contact-row strong{margin:0;font-size:13.5px;line-height:1.45}
.footer-contact .footer-contact-row strong{font-weight:700}

@media(max-width:600px){
  .home-navy .faq-q{padding:17px 16px;font-size:15px;gap:12px}
  .home-navy .faq-a p{padding:0 42px 17px 16px}
}
