﻿:root{
  --blue:#004aad;
  --blue-2:#0a64d8;
  --blue-3:#072b73;
  --green:#62bd32;
  --green-2:#8de255;
  --ink:#06245a;
  --muted:#597096;
  --soft:#eef7ff;
  --white:#ffffff;
  --glass:rgba(255,255,255,.74);
  --glass-strong:rgba(255,255,255,.86);
  --stroke:rgba(255,255,255,.75);
  --shadow:0 24px 72px rgba(7,40,95,.14);
  --radius:28px;
  --radius-sm:18px;
}
*{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;
  color:var(--ink);
  background:
    radial-gradient(circle at 16% 8%, rgba(255,255,255,.95), transparent 26%),
    radial-gradient(circle at 82% 12%, rgba(99,189,50,.18), transparent 24%),
    radial-gradient(circle at 78% 86%, rgba(0,74,173,.18), transparent 26%),
    linear-gradient(135deg,#edf7ff 0%,#f8fcff 44%,#e7f2ff 100%);
  overflow-x:hidden;
}
body:before,body:after{
  content:"";position:fixed;z-index:-3;border-radius:999px;filter:blur(24px);opacity:.55;pointer-events:none
}
body:before{width:420px;height:420px;left:-140px;top:180px;background:linear-gradient(135deg,rgba(0,74,173,.25),rgba(98,189,50,.22))}
body:after{width:520px;height:520px;right:-180px;bottom:-120px;background:linear-gradient(135deg,rgba(0,74,173,.35),rgba(98,189,50,.22))}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
.container{width:min(1280px,calc(100% - 48px));margin:0 auto}
.scroll-progress{position:fixed;top:0;left:0;width:100%;height:3px;z-index:120;transform:scaleX(var(--scroll-progress,0));transform-origin:left;background:linear-gradient(90deg,var(--blue),var(--green));box-shadow:0 0 22px rgba(0,74,173,.28);pointer-events:none}
.soft-grid{position:fixed;inset:0;z-index:-4;opacity:.42;background-image:linear-gradient(rgba(0,74,173,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(0,74,173,.055) 1px,transparent 1px);background-size:64px 64px;mask-image:linear-gradient(to bottom,black,transparent 80%)}
.wave-lines{position:absolute;inset:0;pointer-events:none;opacity:.55;z-index:0;background-image:url("data:image/svg+xml,%3Csvg width='1200' height='700' viewBox='0 0 1200 700' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='rgba(255,255,255,.88)' stroke-width='1.2'%3E%3Cpath d='M-20 360 C 240 190 360 590 620 350 S 950 120 1240 260'/%3E%3Cpath d='M-40 410 C 240 230 390 620 650 390 S 970 170 1260 310'/%3E%3Cpath d='M740 -40 C 860 150 1010 80 1220 130'/%3E%3Cpath d='M830 690 C 930 520 1040 560 1260 440'/%3E%3C/g%3E%3C/svg%3E");background-size:cover}
.glass{
  background:linear-gradient(145deg,rgba(255,255,255,.84),rgba(232,244,255,.48));
  border:1px solid rgba(255,255,255,.84);
  box-shadow:var(--shadow),inset 0 1px 0 rgba(255,255,255,.78);
  backdrop-filter:blur(10px) saturate(118%);
  -webkit-backdrop-filter:blur(10px) saturate(118%);
}
.header-wrap{position:sticky;top:18px;z-index:50;padding:18px 0 8px}
.navbar{height:82px;border-radius:24px;display:flex;align-items:center;justify-content:space-between;padding:0 28px;gap:24px}
.logo{display:flex;align-items:center;gap:12px;min-width:185px}
.logo img{width:162px;height:auto}
.nav-links{display:flex;gap:26px;align-items:center;font-size:14px;font-weight:700;color:#082b69}
.nav-links a{opacity:.82;position:relative;transition:.25s ease}
.nav-links a:after{content:"";position:absolute;left:0;bottom:-11px;width:0;height:2px;border-radius:99px;background:linear-gradient(90deg,var(--blue),var(--green));transition:.25s ease}
.nav-links a:hover,.nav-links a.active{opacity:1;color:var(--blue)}
.nav-links a:hover:after,.nav-links a.active:after{width:100%}
.nav-actions{display:flex;align-items:center;gap:12px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border:0;border-radius:14px;padding:13px 20px;font-weight:800;cursor:pointer;transition:.25s ease;font-size:15px;font-family:inherit}
.btn-primary{background:linear-gradient(135deg,var(--blue),var(--blue-2));color:#fff;box-shadow:0 12px 28px rgba(0,74,173,.25)}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 18px 38px rgba(0,74,173,.32)}
.btn-outline{background:rgba(255,255,255,.46);border:1px solid rgba(0,74,173,.35);color:var(--blue)}
.btn-outline:hover{background:rgba(255,255,255,.85);transform:translateY(-2px)}
.lang{min-width:82px;text-align:center;padding:12px 14px;border-radius:14px;font-family:Manrope,Inter,system-ui,sans-serif;font-weight:900;letter-spacing:.04em;color:var(--blue);background:rgba(255,255,255,.58);border:1px solid rgba(255,255,255,.78);box-shadow:inset 0 1px 0 rgba(255,255,255,.72)}
.mobile-toggle{display:none;background:rgba(255,255,255,.65);border:1px solid rgba(255,255,255,.9);border-radius:14px;width:46px;height:46px;color:var(--blue);font-size:22px}
.hero{position:relative;padding:32px 0 54px;min-height:720px}
.hero-shell{position:relative;min-height:650px;border-radius:36px;overflow:hidden;padding:58px 54px;background:linear-gradient(115deg,rgba(255,255,255,.74),rgba(255,255,255,.37));border:1px solid rgba(255,255,255,.76);box-shadow:0 28px 90px rgba(33,92,151,.18);backdrop-filter:blur(24px)}
.hero-shell:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.82) 0 44%,rgba(255,255,255,.2) 60%,rgba(255,255,255,.05) 100%);z-index:1}
.hero-shell:after{content:"";position:absolute;right:-160px;bottom:-210px;width:620px;height:520px;border-radius:50%;background:linear-gradient(135deg,rgba(0,74,173,.85),rgba(98,189,50,.65));filter:blur(2px);opacity:.86;z-index:0}
.hero-bg{position:absolute;right:0;top:0;width:72%;height:100%;object-fit:cover;opacity:.82;filter:saturate(1.05) contrast(1.02);z-index:0}
.hero-content{position:relative;z-index:2;width:min(610px,100%);padding-top:18px}
.eyebrow{display:inline-flex;align-items:center;gap:8px;text-transform:uppercase;letter-spacing:.14em;font-size:12px;font-weight:900;color:var(--blue);background:rgba(255,255,255,.58);border:1px solid rgba(255,255,255,.82);border-radius:999px;padding:8px 12px;margin-bottom:18px}
.eyebrow span{width:8px;height:8px;border-radius:99px;background:var(--green);box-shadow:0 0 0 6px rgba(98,189,50,.13)}
h1{font-size:clamp(42px,6vw,78px);line-height:.95;margin:0 0 24px;font-weight:950;letter-spacing:-.055em;color:var(--blue)}
h1 .green{color:var(--green)}
.hero p{font-size:22px;line-height:1.35;color:#12366f;margin:0 0 28px;width:min(520px,100%)}
.hero-buttons{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:34px}
.hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:0;width:min(650px,100%);overflow:hidden;border-radius:22px;position:absolute;left:54px;bottom:50px;z-index:2}
.stat{padding:22px 24px;display:flex;align-items:center;gap:15px;border-right:1px solid rgba(255,255,255,.82)}
.stat:last-child{border-right:0}
.stat-icon{width:48px;height:48px;border-radius:16px;display:grid;place-items:center;background:rgba(255,255,255,.65);border:1px solid rgba(255,255,255,.8);font-size:22px;color:var(--blue)}
.stat strong{display:block;font-size:34px;line-height:1;font-weight:950;color:var(--blue)}
.stat small{font-size:13px;font-weight:700;color:#27406d}
.section{position:relative;padding:46px 0}
.section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:24px}
.kicker{font-size:13px;font-weight:950;text-transform:uppercase;letter-spacing:.13em;color:var(--green);margin:0 0 8px}
h2{font-size:clamp(30px,4vw,52px);line-height:1.03;letter-spacing:-.04em;margin:0;color:var(--blue)}
.lead{font-size:18px;line-height:1.65;color:var(--muted);max-width:680px;margin:14px 0 0}.text-muted{color:var(--muted)}
.grid{display:grid;gap:18px}.grid-2{grid-template-columns:1.05fr .95fr}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.grid-5{grid-template-columns:repeat(5,1fr)}
.card{border-radius:var(--radius);padding:26px;position:relative;overflow:hidden;transition:transform .28s ease,box-shadow .28s ease;background:linear-gradient(145deg,rgba(255,255,255,.82),rgba(232,244,255,.44));border:1px solid rgba(255,255,255,.86);box-shadow:0 18px 44px rgba(0,74,173,.10),inset 0 1px 0 rgba(255,255,255,.72)}
.card:hover{transform:translateY(-6px);box-shadow:0 26px 62px rgba(0,74,173,.16),inset 0 1px 0 rgba(255,255,255,.9)}
.card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(0,74,173,.055),transparent 38%,rgba(98,189,50,.07));opacity:.72;pointer-events:none}.card:after{content:"";position:absolute;right:-90px;bottom:-120px;width:230px;height:230px;border-radius:50%;background:radial-gradient(circle,rgba(98,189,50,.12),transparent 65%);pointer-events:none}.card>*{position:relative;z-index:1}
.icon{width:56px;height:56px;border-radius:17px;display:grid;place-items:center;background:linear-gradient(135deg,rgba(0,74,173,.12),rgba(98,189,50,.12));border:1px solid rgba(255,255,255,.9);color:var(--blue);font-family:Manrope,Inter,system-ui,sans-serif;font-size:13px;font-weight:950;letter-spacing:.05em;text-transform:uppercase;margin-bottom:18px}.icon.green{color:#168f45}.icon.blue{color:var(--blue)}
h3{font-size:22px;line-height:1.15;margin:0 0 10px;color:#073174}.card p{color:#49648d;line-height:1.55;margin:0}.link{display:inline-flex;align-items:center;gap:8px;color:var(--blue);font-weight:900;margin-top:18px}.link:hover{gap:12px}
.hero-mini{position:relative;padding:42px 0 26px}.page-hero{border-radius:34px;padding:48px 50px;position:relative;overflow:hidden;background:linear-gradient(135deg,rgba(255,255,255,.88),rgba(235,246,255,.72));border:1px solid rgba(255,255,255,.86);box-shadow:0 20px 54px rgba(7,40,95,.12)}.page-hero:before{content:"";position:absolute;inset:0;opacity:.45;background-image:url("data:image/svg+xml,%3Csvg width='900' height='440' viewBox='0 0 900 440' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23ffffff' stroke-width='1.4' stroke-opacity='.8'%3E%3Cpath d='M-80 120C90 40 160 220 310 140C460 62 475-45 650 0C770 30 830 130 980 70'/%3E%3Cpath d='M-80 155C90 75 160 255 320 175C480 100 500-10 670 33C795 65 850 165 1005 107'/%3E%3Cpath d='M-70 390C120 305 190 465 360 360C535 255 610 275 750 345C850 395 910 365 990 315'/%3E%3C/g%3E%3C/svg%3E");background-size:cover;pointer-events:none}.page-hero:after{content:"";position:absolute;right:-120px;bottom:-180px;width:460px;height:380px;background:radial-gradient(circle,rgba(98,189,50,.18),rgba(0,74,173,.08),transparent 68%);border-radius:50%;opacity:.9}.page-hero>*{position:relative;z-index:1}.breadcrumbs{font-size:13px;font-weight:800;color:var(--muted);margin-bottom:14px}.breadcrumbs a{color:var(--blue)}
.battery-card{min-height:330px;display:flex;flex-direction:column}.battery-img{height:172px;border-radius:22px;background:linear-gradient(135deg,rgba(255,255,255,.82),rgba(213,234,255,.42));background-size:cover;background-position:center;margin:-6px -6px 20px;display:grid;place-items:center;position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.86);box-shadow:0 14px 28px rgba(7,40,95,.10);font-size:0;transition:transform .45s ease}.battery-img:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,.02),rgba(5,37,91,.10));pointer-events:none}.battery-card:nth-child(1) .battery-img{background-image:linear-gradient(180deg,rgba(255,255,255,.02),rgba(5,37,91,.08)),url("assets/type-ev-battery.webp")}.battery-card:nth-child(2) .battery-img{background-image:linear-gradient(180deg,rgba(255,255,255,.02),rgba(5,37,91,.08)),url("assets/type-scooter-battery.webp")}.battery-card:nth-child(3) .battery-img{background-image:linear-gradient(180deg,rgba(255,255,255,.02),rgba(5,37,91,.08)),url("assets/type-electronics-battery.webp")}.battery-card:nth-child(4) .battery-img{background-image:linear-gradient(180deg,rgba(255,255,255,.02),rgba(5,37,91,.08)),url("assets/type-industrial-storage.webp")}.battery-card:nth-child(5) .battery-img{background-image:linear-gradient(180deg,rgba(255,255,255,.02),rgba(5,37,91,.08)),url("assets/type-drone-battery.webp")}.battery-img img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(1.04) contrast(1.03);transition:transform .45s ease}.battery-card:hover .battery-img img{transform:scale(1.035)}.battery-img svg{display:none}.pill-row{display:flex;gap:10px;flex-wrap:wrap}.pill{border:1px solid rgba(0,74,173,.14);background:rgba(255,255,255,.68);border-radius:999px;padding:9px 13px;font-size:13px;color:var(--blue);font-weight:900}
.process{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.step{padding:16px;border-radius:24px;text-align:left;position:relative;background:linear-gradient(145deg,rgba(255,255,255,.76),rgba(232,244,255,.36));border:1px solid rgba(255,255,255,.84);box-shadow:inset 0 1px 0 rgba(255,255,255,.74);overflow:hidden}.step:not(:last-child):after{content:"→";position:absolute;right:-13px;top:38%;font-size:24px;font-weight:900;color:var(--blue);z-index:3}.step-num{font-size:22px;font-weight:950;color:var(--green)}.step b{display:block;color:var(--blue);font-size:15px;margin:5px 0}.step p{font-size:13px;color:var(--muted);line-height:1.45;margin:0}.step-icon{height:104px;border-radius:18px;overflow:hidden;display:grid;place-items:center;position:relative;font-size:0;margin-bottom:12px;background:rgba(255,255,255,.62);background-size:cover;background-position:center;border:1px solid rgba(255,255,255,.86);box-shadow:0 12px 24px rgba(7,40,95,.11);transition:transform .45s ease}.step-icon:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,.03),rgba(5,37,91,.14));pointer-events:none}.step:nth-child(1) .step-icon{background-image:url("assets/process-real-collection.jpg")}.step:nth-child(2) .step-icon{background-image:url("assets/process-real-discharge.jpg")}.step:nth-child(3) .step-icon{background-image:url("assets/process-real-dismantling.jpg")}.step:nth-child(4) .step-icon{background-image:url("assets/process-real-separation.jpg")}.step:nth-child(5) .step-icon{background-image:url("assets/process-real-black-mass.jpg")}.step:nth-child(6) .step-icon{background-image:url("assets/process-real-production.jpg")}.step-icon img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .45s ease}.step:hover .step-icon img{transform:scale(1.032)}
.split-image{border-radius:28px;overflow:hidden;min-height:390px;position:relative;border:1px solid rgba(255,255,255,.86);box-shadow:0 18px 44px rgba(0,74,173,.10)}.split-image img{width:100%;height:100%;object-fit:cover}.overlay-tag{position:absolute;left:22px;bottom:22px;border-radius:20px;padding:16px 18px;color:#fff;background:rgba(0,74,173,.72);backdrop-filter:blur(8px);font-weight:900}
.material{padding:22px 18px;text-align:center}.material .stone{font-size:42px;margin-bottom:12px}.material strong{display:block;color:var(--green);font-size:32px;line-height:1}.material small{font-weight:800;color:var(--muted)}
.band{border-radius:32px;overflow:hidden;padding:34px;display:flex;align-items:center;justify-content:space-between;gap:20px;background:linear-gradient(135deg,rgba(0,74,173,.88),rgba(18,116,214,.75),rgba(98,189,50,.56));box-shadow:var(--shadow);color:#fff}.band h2{color:#fff;font-size:38px}.band p{color:rgba(255,255,255,.88);margin:8px 0 0}.band .btn{background:#fff;color:var(--blue)}
.price-table{width:100%;border-collapse:separate;border-spacing:0 12px}.price-table th{text-align:left;color:var(--blue);font-size:13px;text-transform:uppercase;letter-spacing:.08em}.price-table td{padding:18px;background:rgba(255,255,255,.58);border-top:1px solid rgba(255,255,255,.9);border-bottom:1px solid rgba(255,255,255,.9);font-weight:800;color:#14366d}.price-table td:first-child{border-left:1px solid rgba(255,255,255,.9);border-radius:18px 0 0 18px}.price-table td:last-child{border-right:1px solid rgba(255,255,255,.9);border-radius:0 18px 18px 0;color:var(--green)}
.timeline{position:relative;padding-left:34px}.timeline:before{content:"";position:absolute;left:11px;top:8px;bottom:8px;width:2px;background:linear-gradient(var(--blue),var(--green))}.timeline-item{position:relative;margin-bottom:24px}.timeline-item:before{content:"";position:absolute;left:-34px;top:5px;width:22px;height:22px;border-radius:50%;background:#fff;border:6px solid var(--blue);box-shadow:0 0 0 8px rgba(0,74,173,.08)}.timeline-item h3{margin-bottom:6px}
.map{height:410px;border-radius:28px;position:relative;overflow:hidden;background:linear-gradient(135deg,#eff8ff,#dfefff);border:1px solid rgba(255,255,255,.9)}.map:before{content:"";position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg width='900' height='480' viewBox='0 0 900 480' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='rgba(0,74,173,.15)' stroke-width='2'%3E%3Cpath d='M80 330 C 220 250 280 280 400 190 S 610 120 780 180'/%3E%3Cpath d='M140 150 C 270 190 340 110 450 140 S 610 260 780 240'/%3E%3Cpath d='M210 390 C 360 320 490 350 650 300'/%3E%3C/g%3E%3C/svg%3E");background-size:cover;opacity:.8}.pin{position:absolute;display:flex;align-items:center;gap:8px;font-weight:900;color:var(--blue);font-size:13px}.pin:before{content:"";width:20px;height:20px;border-radius:50% 50% 50% 0;transform:rotate(-45deg);background:linear-gradient(135deg,var(--blue),var(--green));box-shadow:0 10px 20px rgba(0,74,173,.25)}.pin span{padding:7px 10px;border-radius:999px;background:rgba(255,255,255,.72);backdrop-filter:blur(12px)}
.form{display:grid;grid-template-columns:1fr 1fr;gap:14px}.field{display:flex;flex-direction:column;gap:7px}.field.full{grid-column:1/-1}.field label{font-size:13px;font-weight:900;color:var(--blue)}.field input,.field textarea,.field select{width:100%;border:1px solid rgba(255,255,255,.92);background:rgba(255,255,255,.72);border-radius:15px;padding:15px 16px;outline:0;font:inherit;color:var(--ink);box-shadow:inset 0 1px 0 rgba(255,255,255,.82)}.field input:focus,.field textarea:focus,.field select:focus{border-color:rgba(0,74,173,.38);box-shadow:0 0 0 4px rgba(0,74,173,.08),inset 0 1px 0 rgba(255,255,255,.82)}.field textarea{min-height:130px;resize:vertical}.form-note{display:none;grid-column:1/-1;padding:14px;border-radius:16px;background:rgba(98,189,50,.14);color:#137c33;font-weight:800}.footer{padding:44px 0 28px}.footer-card{border-radius:32px;padding:34px;display:grid;grid-template-columns:1.4fr .8fr .8fr 1fr;gap:26px}.footer img{width:160px;margin-bottom:16px}.footer h4{margin:0 0 14px;color:var(--blue)}.footer a,.footer p{display:block;color:#48638b;line-height:1.7;margin:0 0 6px}.copyright{display:flex;justify-content:space-between;gap:20px;margin-top:22px;color:#6880a2;font-size:13px}.warning{margin-top:20px;padding:14px 18px;border-radius:18px;background:rgba(0,74,173,.08);font-size:13px;color:#49648d;line-height:1.5}
.reveal{opacity:0;transform:translateY(42px);transition:opacity .85s ease,transform .85s cubic-bezier(.18,.78,.22,1);transition-delay:var(--reveal-delay,0ms);will-change:opacity,transform}.reveal.visible{opacity:1;transform:translateY(0)}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.scroll-progress{display:none}.reveal{opacity:1!important;transform:none!important;transition:none!important}.card,.battery-img img,.step-icon img,.split-image img{transition:none!important}.card:hover{transform:none!important}}
@media (max-width:980px){.nav-links{position:absolute;left:18px;right:18px;top:110px;border-radius:22px;display:none;flex-direction:column;align-items:flex-start;padding:24px;background:rgba(255,255,255,.92);box-shadow:var(--shadow);backdrop-filter:blur(10px)}.nav-links.open{display:flex}.mobile-toggle{display:block}.nav-actions .btn-primary{display:none}.hero-shell{padding:34px 24px;min-height:760px}.hero-bg{width:100%;opacity:.26}.hero-shell:before{background:rgba(255,255,255,.5)}.hero-stats{position:relative;left:0;bottom:auto;margin-top:28px;grid-template-columns:1fr}.stat{border-right:0;border-bottom:1px solid rgba(255,255,255,.8)}.grid-2,.grid-3,.grid-4,.grid-5{grid-template-columns:1fr 1fr}.process{grid-template-columns:1fr 1fr}.step:after{display:none}.footer-card{grid-template-columns:1fr 1fr}.section-head{align-items:flex-start;flex-direction:column}.page-hero{padding:34px 24px}.form{grid-template-columns:1fr}}
@media (max-width:640px){.container{width:min(100% - 24px,1180px)}.header-wrap{top:0;padding:10px 0}.navbar{height:72px;padding:0 16px;border-radius:20px}.logo img{width:135px}.lang{display:none}.hero{padding-top:18px}.hero-shell{border-radius:26px;padding:28px 20px;min-height:auto}.hero-content{padding-top:0}.hero p{font-size:18px}.hero-buttons{flex-direction:column}.btn{width:100%}.grid-2,.grid-3,.grid-4,.grid-5,.process{grid-template-columns:1fr}.card{padding:22px}.footer-card{grid-template-columns:1fr}.copyright{flex-direction:column}.band{flex-direction:column;align-items:flex-start}.band h2{font-size:30px}.page-hero{border-radius:26px}.map{height:360px}}

/* Shared header — aligned with the redesigned home page. */
.container{width:min(1480px,calc(100% - 64px))}.navbar{height:82px;padding:0 34px;gap:28px}.navbar .logo img{width:168px}.nav-links{justify-content:center;gap:38px;font-size:15px;white-space:nowrap}.nav-links a{opacity:.95}.nav-links a:after{left:0;right:0;bottom:-10px;width:auto;transform:scaleX(0);transform-origin:left}.nav-links a:hover:after,.nav-links a.active:after{width:auto;transform:scaleX(1)}.nav-actions{gap:14px}.navbar .btn{min-height:52px;padding:0 26px;border-radius:13px}.nav-cta{white-space:nowrap}.lang-switch{position:relative}.lang-btn{height:52px;min-width:96px;display:flex;align-items:center;justify-content:center;gap:8px;border-radius:13px;padding:0 14px;background:rgba(255,255,255,.58);border:1px solid rgba(255,255,255,.82);box-shadow:inset 0 1px 0 rgba(255,255,255,.75);color:var(--blue);font:800 13px Manrope,Inter,sans-serif;cursor:pointer}.lang-code{font-weight:900;letter-spacing:.05em}.lang-chevron{font-size:12px}.lang-menu{position:absolute;right:0;top:60px;z-index:70;display:none;flex-direction:column;gap:6px;width:172px;padding:9px;border-radius:16px;background:rgba(255,255,255,.96);border:1px solid rgba(255,255,255,.9);box-shadow:0 20px 50px rgba(6,36,87,.16);backdrop-filter:blur(12px)}.lang-switch.open .lang-menu{display:flex}.lang-menu button{display:grid;grid-template-columns:34px 1fr;align-items:center;gap:10px;border:0;border-radius:11px;padding:10px 12px;background:transparent;color:var(--ink);font:800 14px Inter,sans-serif;text-align:left;cursor:pointer}.lang-menu button:hover,.lang-menu button.active{background:rgba(0,74,173,.09);color:var(--blue)}
@media (max-width:1160px){.navbar{position:relative}.nav-links{position:absolute;top:94px;left:0;right:0;display:none;padding:22px;border-radius:20px;background:rgba(255,255,255,.97);border:1px solid rgba(0,74,173,.12);box-shadow:0 24px 60px rgba(7,40,95,.20);flex-direction:column;align-items:stretch;gap:4px}.nav-links.open{display:flex}.nav-links a{padding:13px 12px;border-radius:10px}.nav-links a:hover,.nav-links a.active{background:rgba(0,74,173,.07)}.nav-links a:after{display:none}.mobile-toggle{display:block}.nav-actions .nav-cta{display:none}}
@media (max-width:760px){.header-wrap{top:12px}.navbar{height:78px;padding:0 12px;border-radius:18px;gap:10px}.logo{min-width:0}.logo img{width:126px}.nav-actions{gap:8px}.lang-btn{height:46px;padding:0 11px}.nav-links{top:90px}.lang-menu{top:56px}.page-hero{padding:30px 22px}.page-hero h1{font-size:clamp(34px,10vw,50px)}.lead{font-size:16px}.section{padding:36px 0}.split-image{min-height:260px}.battery-img{height:180px}.price-table{display:block;overflow-x:auto}}

/* About page */
.facility-preview-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin:0 0 26px}.facility-preview{overflow:hidden;border-radius:28px}.facility-preview img{width:100%;height:250px;object-fit:contain;background:linear-gradient(135deg,#eaf5ff,#f7fcff);transition:transform .45s ease}.facility-preview:hover img{transform:scale(1.018)}.facility-preview>div{padding:22px 22px 26px}.facility-preview span{display:block;margin-bottom:10px;color:var(--green);font-size:12px;font-weight:950;letter-spacing:.11em}.facility-preview h3{margin:0 0 10px;font-size:22px}.facility-preview p{margin:0;color:var(--muted);font-size:15px;line-height:1.6}@media (max-width:980px){.facility-preview-grid{grid-template-columns:1fr 1fr}.facility-preview:last-child{grid-column:1/-1}.facility-preview:last-child img{height:300px}}@media (max-width:640px){.facility-preview-grid{grid-template-columns:1fr;gap:16px;margin-bottom:20px}.facility-preview:last-child{grid-column:auto}.facility-preview img,.facility-preview:last-child img{height:230px}.facility-preview>div{padding:18px 20px 22px}}
.about-hero{padding:42px 0 16px}.about-hero-shell{position:relative;min-height:590px;overflow:hidden;border-radius:36px}.about-hero-shell:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,29,77,.90) 0%,rgba(4,29,77,.69) 42%,rgba(4,29,77,.20) 73%,rgba(4,29,77,.10));z-index:1}.about-hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.about-hero-copy{position:relative;z-index:2;width:min(730px,100%);padding:84px 58px;color:#fff}.about-hero-copy .breadcrumbs{color:rgba(255,255,255,.82)}.about-hero-copy .breadcrumbs a{color:#fff}.about-hero-copy h1{color:#fff;margin-top:12px}.about-hero-copy .lead{color:rgba(255,255,255,.92);max-width:640px}.facility-section{padding-top:34px}.facility-carousel{overflow:hidden;border-radius:32px}.facility-viewport{overflow:hidden}.facility-track{display:flex;transition:transform .7s cubic-bezier(.22,.8,.25,1);will-change:transform}.facility-slide{position:relative;flex:0 0 100%;height:480px;margin:0;overflow:hidden}.facility-slide:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 38%,rgba(4,27,71,.82))}.facility-slide img{width:100%;height:100%;object-fit:cover}.facility-slide figcaption{position:absolute;z-index:1;left:36px;right:36px;bottom:30px;color:#fff;display:flex;flex-direction:column;gap:6px}.facility-slide strong{font-size:25px;line-height:1.1}.facility-slide span{font-size:16px;line-height:1.45;max-width:690px;color:rgba(255,255,255,.92)}.carousel-dots{display:flex;justify-content:center;gap:8px;padding:16px}.carousel-dots button{width:9px;height:9px;padding:0;border:0;border-radius:50%;background:rgba(0,74,173,.22);cursor:pointer;transition:width .25s ease,background .25s ease}.carousel-dots button.active{width:30px;border-radius:99px;background:var(--blue)}
.about-story{display:grid;grid-template-columns:1.05fr .95fr;gap:26px;align-items:center}.about-story-copy{padding:12px 0}.about-story-copy h2{max-width:700px}.about-story-copy>p:not(.kicker):not(.lead){max-width:690px;margin:18px 0 0;color:var(--muted);font-size:16px;line-height:1.7}.about-cta{margin-top:26px}.about-visual{position:relative;display:flex;flex-direction:column;gap:12px;min-height:440px;padding:12px;overflow:hidden;border:1px solid rgba(255,255,255,.86);border-radius:30px;background:rgba(255,255,255,.72);box-shadow:var(--shadow)}.about-visual img{width:100%;height:400px;aspect-ratio:auto;object-fit:cover;border-radius:22px}.tag{padding:14px 18px;border:1px solid rgba(0,74,173,.10);border-radius:16px;background:linear-gradient(135deg,rgba(0,74,173,.09),rgba(98,189,50,.10));color:var(--blue);font-weight:900;text-align:center}.mission-band{display:grid;grid-template-columns:1.2fr .8fr;gap:42px;align-items:center;border-radius:32px;padding:42px 46px}.mission-band h2{max-width:760px}.mission-band>p{margin:0;color:var(--muted);font-size:18px;line-height:1.65}.team-section{padding-top:62px}.team-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.team-card{display:grid;grid-template-columns:64px 1fr;gap:18px;min-height:210px;padding:26px;border-radius:28px}.team-initials{width:64px;height:64px;display:grid;place-items:center;border-radius:20px;background:linear-gradient(135deg,rgba(0,74,173,.15),rgba(98,189,50,.20));border:1px solid rgba(255,255,255,.9);color:var(--blue);font:900 17px Manrope,Inter,sans-serif;letter-spacing:.04em}.team-card h3{margin:4px 0 5px}.team-card p{margin:0;color:#49648d;line-height:1.58}.team-card .team-role{margin-bottom:12px;color:var(--green);font-weight:850;font-size:13px}.team-card:nth-child(2n) .team-initials{color:#168f45}@media (max-width:980px){.about-story,.mission-band{grid-template-columns:1fr}.about-visual{min-height:320px}.about-visual img{height:310px}.team-grid{grid-template-columns:1fr}}@media (max-width:640px){.about-story{gap:18px}.mission-band{padding:28px 24px;gap:18px}.team-card{grid-template-columns:54px 1fr;gap:14px;min-height:0;padding:22px}.team-initials{width:54px;height:54px;border-radius:17px}.about-cta{width:auto}.team-section{padding-top:38px}}
.team-card{grid-template-columns:100px 1fr;align-items:start}.team-photo{width:100px;height:124px;object-fit:cover;border-radius:20px;border:1px solid rgba(255,255,255,.9);box-shadow:0 12px 26px rgba(7,40,95,.14)}@media (max-width:760px){.about-hero{padding-top:22px}.about-hero-shell{min-height:610px;border-radius:28px}.about-hero-shell:after{background:linear-gradient(180deg,rgba(4,29,77,.35),rgba(4,29,77,.88) 76%,rgba(4,29,77,.95))}.about-hero-copy{width:auto;padding:240px 26px 34px}.about-hero-copy h1{font-size:clamp(38px,10vw,55px)}.facility-slide{height:380px}.facility-slide figcaption{left:24px;right:24px;bottom:24px}.facility-slide strong{font-size:21px}.facility-slide span{font-size:14px}.team-card{grid-template-columns:76px 1fr}.team-photo{width:76px;height:96px;border-radius:17px}}


/* Home overview + process diagram relocation */
.home-cycle{padding-top:30px}
.home-cycle-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:stretch}
.home-focus{border-radius:34px;padding:38px;min-height:440px;display:flex;flex-direction:column}
.home-focus h2{font-size:clamp(32px,3.4vw,56px);line-height:1.04;margin:0;color:var(--blue);letter-spacing:-.045em}
.focus-list{display:grid;gap:12px;margin-top:26px}
.focus-list div{display:grid;grid-template-columns:52px 1fr;gap:14px;align-items:center;padding:14px;border-radius:18px;background:rgba(255,255,255,.62);border:1px solid rgba(0,74,173,.09)}
.focus-list strong{width:42px;height:42px;display:grid;place-items:center;border-radius:14px;background:linear-gradient(135deg,rgba(0,74,173,.13),rgba(98,189,50,.16));color:var(--blue)}
.focus-list span{color:var(--muted);font-weight:750;line-height:1.45}
.overview-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:auto;padding-top:26px}
.cycle-panel{border-radius:34px;padding:24px;background:linear-gradient(145deg,rgba(255,255,255,.9),rgba(232,246,255,.64));border:1px solid rgba(255,255,255,.9);box-shadow:0 26px 70px rgba(7,40,95,.14)}
.infinity-card{height:100%;min-height:440px;border-radius:28px;display:grid;place-items:center;position:relative;overflow:hidden;background:radial-gradient(circle at 50% 45%,rgba(255,255,255,.96),rgba(224,244,255,.72) 58%,rgba(98,189,50,.16));border:1px solid rgba(0,74,173,.08)}
.infinity-card:before{content:"";position:absolute;inset:26px;border-radius:28px;background:linear-gradient(135deg,rgba(0,74,173,.08),rgba(98,189,50,.10));filter:blur(28px)}
.infinity-symbol{position:relative;font-size:clamp(170px,20vw,290px);line-height:.72;font-weight:950;letter-spacing:-.14em;background:linear-gradient(100deg,#0a63b7 12%,#62bd32 80%);-webkit-background-clip:text;background-clip:text;color:transparent}
.infinity-word,.infinity-caption{position:absolute;z-index:2;border-radius:999px;background:rgba(255,255,255,.82);border:1px solid rgba(0,74,173,.11);box-shadow:0 14px 30px rgba(7,40,95,.12);font-weight:950;color:var(--blue)}
.infinity-word{top:34px;padding:11px 16px}.infinity-word.left{left:34px}.infinity-word.right{right:34px;color:var(--green)}
.infinity-caption{left:50%;bottom:34px;transform:translateX(-50%);padding:12px 18px;color:var(--ink)}
.process-diagram-card{border-radius:34px;padding:34px}
.process-diagram-card img{width:100%;max-height:720px;object-fit:contain;display:block;border-radius:28px;background:rgba(255,255,255,.72);box-shadow:inset 0 1px 0 rgba(255,255,255,.9)}
.chemistry-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}
.chemistry-card{display:flex;flex-direction:column;min-height:360px}
.chemistry-photo{height:154px;border-radius:20px;overflow:hidden;margin:-6px -6px 18px;background:linear-gradient(135deg,#eaf5ff,#f7fcff);border:1px solid rgba(255,255,255,.86)}
.chemistry-photo img{width:100%;height:100%;object-fit:cover;display:block}
.chemistry-card b{font-size:20px;color:var(--ink)}
.chemistry-card strong{font-size:42px;color:var(--blue);line-height:1.1;margin:4px 0 10px}
.chemistry-card p{margin:0;color:var(--muted);font-size:14px;line-height:1.55;font-weight:650}
.chemistry-pills{margin-top:20px}
@media (max-width:980px){.home-cycle-grid{grid-template-columns:1fr}.chemistry-grid{grid-template-columns:1fr 1fr}.process-diagram-card img{max-height:560px}}
@media (max-width:640px){.home-focus{padding:24px;min-height:auto}.cycle-panel{padding:14px;border-radius:24px}.infinity-card{min-height:300px;border-radius:22px}.infinity-word{top:20px}.infinity-word.left{left:18px}.infinity-word.right{right:18px}.infinity-caption{bottom:20px}.chemistry-grid{grid-template-columns:1fr}.process-diagram-card{padding:18px}.process-diagram-card img{max-height:420px}}


/* 2026 redesign pages */
.inner-hero{padding:46px 0 28px}.inner-hero-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:26px;align-items:stretch}.inner-hero-copy{border-radius:34px;padding:44px}.inner-hero-copy h1,.page-hero h1{font-size:clamp(40px,5vw,76px);line-height:1.02;margin:0;color:var(--blue);letter-spacing:-.055em}.compact{max-width:560px}.hero-photo-card{border-radius:34px;padding:14px;background:rgba(255,255,255,.86);box-shadow:var(--shadow);border:1px solid rgba(255,255,255,.9);overflow:hidden}.hero-photo-card img{width:100%;height:100%;min-height:420px;object-fit:cover;border-radius:24px}.factory-gallery{display:grid;grid-template-columns:1.2fr .8fr;gap:18px}.factory-main,.factory-side{margin:0}.factory-main{position:relative;border-radius:32px;overflow:hidden;min-height:520px}.factory-main img,.factory-side img{width:100%;height:100%;object-fit:cover;display:block}.factory-main figcaption{position:absolute;left:22px;right:22px;bottom:22px;padding:16px 18px;border-radius:18px;background:rgba(255,255,255,.88);color:var(--blue);font-weight:900}.factory-side{display:grid;gap:18px}.factory-side img{height:160px;border-radius:24px;box-shadow:0 18px 36px rgba(7,40,95,.12)}.team-grid-redesign{grid-template-columns:repeat(2,1fr)}.local-team{border-color:rgba(98,189,50,.24)}.tech-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.stat-card{border-radius:28px;padding:30px;text-align:center}.stat-card strong{display:block;font-size:clamp(34px,4vw,58px);color:var(--blue);line-height:1}.stat-card span{display:block;margin-top:10px;color:var(--muted);font-weight:800}.tech-process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.tech-process-card{border-radius:28px;padding:28px}.tech-process-card span{display:grid;place-items:center;width:54px;height:54px;border-radius:18px;background:linear-gradient(135deg,rgba(0,74,173,.14),rgba(98,189,50,.18));color:var(--blue);font-weight:950}.tech-process-card h3{color:var(--ink);font-size:22px}.split-feature{display:grid;grid-template-columns:.85fr 1.15fr;gap:28px;border-radius:34px;padding:34px;align-items:center}.split-feature img{width:100%;height:380px;object-fit:cover;border-radius:26px}.battery-hero{padding:46px 0 28px}.battery-hero-card{display:grid;grid-template-columns:1fr .95fr;gap:30px;align-items:center;border-radius:36px;padding:18px 42px 18px 18px}.battery-hero-card>img{width:100%;height:480px;object-fit:cover;border-radius:28px}.battery-hero-card h1{font-size:clamp(38px,5vw,72px);line-height:1.02;color:var(--blue);letter-spacing:-.05em}.battery-type-grid,.condition-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.battery-type-card,.condition-card{border-radius:28px;padding:18px}.battery-type-card img,.condition-card img{width:100%;height:210px;object-fit:cover;border-radius:22px;margin-bottom:18px}.battery-type-card h3,.condition-card h3{margin:0 0 10px;color:var(--ink)}.battery-type-card p,.condition-card p{color:var(--muted);line-height:1.55;font-weight:650}.status{display:inline-flex;border-radius:999px;padding:9px 13px;margin-bottom:14px;font-weight:950}.status.ok{color:#138941;background:rgba(98,189,50,.15)}.status.mid{color:#0b62ad;background:rgba(0,74,173,.12)}.status.bad{color:#b13b36;background:rgba(235,72,62,.13)}.process-timeline-redesign{position:relative;display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.process-timeline-redesign article{position:relative;border-radius:26px;padding:24px;background:rgba(255,255,255,.78);border:1px solid rgba(0,74,173,.10);box-shadow:0 18px 36px rgba(7,40,95,.10)}.process-timeline-redesign span{display:grid;place-items:center;width:50px;height:50px;border-radius:16px;background:linear-gradient(135deg,rgba(0,74,173,.14),rgba(98,189,50,.18));color:var(--blue);font-weight:950}.process-timeline-redesign h3{color:var(--blue)}.black-mass-card{display:grid;grid-template-columns:1fr .75fr;gap:30px;align-items:center;border-radius:34px;padding:40px}.powder-visual{min-height:320px;border-radius:30px;background:radial-gradient(circle,#1b2028,#070b12 58%,#12233d);display:grid;place-items:center;color:#fff;font-weight:950}.powder-visual div{width:170px;height:170px;border-radius:50%;background:radial-gradient(circle,#4a4d54,#111 62%,#000);box-shadow:0 0 60px rgba(0,0,0,.45)}.news-list{display:grid;gap:22px}.news-card{display:grid;grid-template-columns:.95fr 1.05fr;gap:28px;border-radius:30px;padding:18px}.news-card img{width:100%;height:330px;object-fit:cover;border-radius:24px}.news-card time{color:var(--green);font-weight:950}.news-card h2{font-size:clamp(28px,3vw,44px);line-height:1.12;color:var(--blue)}.contact-clean{padding:52px 0}.contact-clean-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:26px}.contact-panel{border-radius:34px;padding:42px}.contact-panel h1{font-size:clamp(42px,5vw,72px);line-height:1.02;color:var(--blue);letter-spacing:-.05em}.contact-mini{display:grid;gap:12px;margin-top:28px}.contact-mini a,.contact-mini span{padding:16px 18px;border-radius:18px;background:rgba(255,255,255,.68);font-weight:850;color:var(--blue)}.map-card{border-radius:34px;padding:16px;display:grid;gap:14px}.map-card iframe{width:100%;height:520px;border:0;border-radius:26px;background:#eaf4ff}
@media (max-width:980px){.inner-hero-grid,.factory-gallery,.split-feature,.battery-hero-card,.black-mass-card,.contact-clean-grid,.news-card{grid-template-columns:1fr}.tech-stats,.battery-type-grid,.condition-grid{grid-template-columns:1fr 1fr}.tech-process-grid{grid-template-columns:1fr 1fr}.process-timeline-redesign{grid-template-columns:1fr 1fr}.team-grid-redesign{grid-template-columns:1fr}.battery-hero-card{padding:16px}.factory-main{min-height:360px}}
@media (max-width:640px){.inner-hero-copy,.contact-panel{padding:26px}.hero-photo-card img,.battery-hero-card>img{height:320px;min-height:320px}.tech-stats,.tech-process-grid,.battery-type-grid,.condition-grid,.process-timeline-redesign{grid-template-columns:1fr}.map-card iframe{height:360px}.news-card img{height:240px}.black-mass-card{padding:24px}}


/* === Final compact polish 2026-07-03 === */
:root{--page-max:1360px}
body{font-size:15px}
.container{width:min(var(--page-max),calc(100% - 56px))}
.section{padding:42px 0}
.lead{font-size:16px;line-height:1.68}
.kicker{font-size:13px}
.inner-hero{padding:118px 0 34px}
.inner-hero-copy,.page-hero,.battery-hero-card,.contact-panel{padding:30px!important}
.inner-hero-copy h1,.page-hero h1,.battery-hero-card h1,.contact-panel h1,.split-feature h2{font-size:clamp(32px,3.7vw,54px)!important;line-height:1.05}
.navbar{height:76px}.logo img{width:168px}.nav-links a{font-size:14px}.nav-cta{height:50px}
.glass{box-shadow:0 18px 52px rgba(7,40,95,.12),inset 0 1px 0 rgba(255,255,255,.72)}

.one-card-hero,.about-bg-hero,.tech-bg-hero,.impact-bg-card{
  position:relative;overflow:hidden;border-radius:32px;min-height:420px;padding:38px;
  display:grid;align-items:end;background:#0c2d5a;color:#fff;border:1px solid rgba(255,255,255,.72);
  box-shadow:0 24px 70px rgba(7,40,95,.18)
}
.one-card-hero:before,.about-bg-hero:before,.tech-bg-hero:before,.impact-bg-card:before{
  content:"";position:absolute;inset:0;background:var(--hero-img) center/cover no-repeat;filter:saturate(1.05) contrast(1.02)
}
.one-card-hero:after,.about-bg-hero:after,.tech-bg-hero:after,.impact-bg-card:after{
  content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,45,105,.88),rgba(0,74,173,.45) 48%,rgba(98,189,50,.18));
}
.one-card-content{position:relative;z-index:1;width:min(620px,100%);padding:26px;border-radius:26px;background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.28);backdrop-filter:blur(9px)}
.one-card-content h1,.one-card-content h2{color:#fff!important;font-size:clamp(30px,3.4vw,52px)!important;line-height:1.05;margin:0 0 14px}
.one-card-content p{color:rgba(255,255,255,.92)}
.one-card-content .kicker{color:#cfffbd}
.hero-pills{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:18px}
.hero-pills span{border-radius:16px;padding:12px 14px;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.24);font-weight:850;text-align:center}

.facility-carousel{position:relative;overflow:hidden;border-radius:30px;padding:14px;background:rgba(255,255,255,.78);border:1px solid rgba(255,255,255,.9);box-shadow:0 22px 60px rgba(7,40,95,.12)}
.facility-track{display:flex;transition:transform .6s ease}
.facility-slide{min-width:100%;margin:0;display:grid;gap:12px}
.facility-slide img{width:100%;height:min(560px,52vw);object-fit:contain;background:linear-gradient(145deg,#f8fcff,#edf7ff);border-radius:22px;display:block}
.facility-slide figcaption{font-weight:850;color:#004aad;text-align:center;padding:6px 0 2px}

.tech-step-grid,.process-step-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.tech-step-card,.process-step-card{padding:14px;border-radius:26px;min-height:auto}
.tech-step-card img,.process-step-card img,.condition-card img,.battery-type-card img{width:100%;height:170px;object-fit:contain;background:linear-gradient(145deg,#f8fcff,#eef8ff);border-radius:20px;border:1px solid rgba(255,255,255,.9);display:block}
.tech-step-card span,.process-step-card span{display:inline-grid;place-items:center;width:48px;height:48px;border-radius:15px;background:linear-gradient(135deg,rgba(0,74,173,.13),rgba(98,189,50,.18));color:#004aad;font-weight:950;margin:12px 0 8px}
.tech-step-card h3,.process-step-card h3{font-size:19px;margin:0 0 8px;color:#082a5a}.tech-step-card p,.process-step-card p{font-size:14px;line-height:1.5;color:#4c6386;margin:0;font-weight:650}

.battery-type-grid{grid-template-columns:repeat(4,1fr)}
.battery-type-card,.condition-card{padding:14px}
.battery-type-card img,.condition-card img{height:190px;object-fit:contain}
.condition-grid{grid-template-columns:repeat(3,1fr)}

.process-cycle-card{padding:20px;border-radius:30px;display:grid;grid-template-columns:1.1fr .9fr;gap:22px;align-items:center}
.cycle-visual-mini{position:relative;min-height:330px;border-radius:24px;background:linear-gradient(135deg,rgba(0,74,173,.09),rgba(98,189,50,.11));display:grid;place-items:center;overflow:hidden;border:1px solid rgba(0,74,173,.08)}
.cycle-visual-mini svg{width:min(520px,95%);height:auto;filter:drop-shadow(0 16px 28px rgba(7,40,95,.13))}
.cycle-label-mini{position:absolute;max-width:150px;padding:9px 12px;border-radius:14px;background:rgba(255,255,255,.9);border:1px solid rgba(0,74,173,.1);font-weight:900;font-size:12px;line-height:1.2;text-align:center;color:#163e70}
.cycle-label-mini.l1{left:4%;top:42%}.cycle-label-mini.l2{left:25%;top:8%}.cycle-label-mini.l3{left:25%;bottom:8%}.cycle-label-mini.l4{right:25%;top:8%}.cycle-label-mini.l5{right:24%;bottom:8%}.cycle-label-mini.l6{right:4%;top:42%}
.black-mass-card{grid-template-columns:1fr .9fr!important;align-items:center}
.black-mass-card img{width:100%;height:320px;object-fit:cover;border-radius:24px;border:1px solid rgba(255,255,255,.86)}

.split-feature img{object-fit:contain;background:#f7fbff}
.impact-bg-card .one-card-content{width:min(670px,100%)}
.news-list{padding-top:112px}
.news-card{grid-template-columns:.7fr 1fr;padding:16px}.news-card img{height:250px;object-fit:cover;border-radius:22px}
.contact-clean{padding:118px 0 42px}.contact-clean-grid{align-items:stretch}.contact-panel h1{max-width:600px}
.contact-mini{gap:10px}.contact-mini a,.contact-mini span{font-size:15px}
.social-links{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}
.social-btn{display:inline-flex;align-items:center;gap:9px;padding:12px 14px;border-radius:16px;background:rgba(255,255,255,.72);border:1px solid rgba(0,74,173,.09);font-weight:900;color:#004aad;text-decoration:none}
.social-btn svg{width:20px;height:20px}
.map-card iframe{min-height:390px}

@media(max-width:1160px){.tech-step-grid,.process-step-grid,.battery-type-grid{grid-template-columns:repeat(2,1fr)}.process-cycle-card{grid-template-columns:1fr}.hero-pills{grid-template-columns:1fr}.news-list{padding-top:96px}}
@media(max-width:760px){.container{width:min(100% - 28px,var(--page-max))}.section{padding:34px 0}.one-card-hero,.about-bg-hero,.tech-bg-hero,.impact-bg-card{min-height:520px;padding:18px;border-radius:26px}.one-card-content{padding:20px}.facility-slide img{height:330px}.tech-step-grid,.process-step-grid,.battery-type-grid,.condition-grid{grid-template-columns:1fr}.battery-type-card img,.condition-card img,.tech-step-card img,.process-step-card img{height:210px}.black-mass-card{grid-template-columns:1fr!important}.news-card{grid-template-columns:1fr}.news-list{padding-top:92px}.contact-clean{padding-top:96px}}


/* === News article journal pages 2026-07-07 === */
body[data-page="news"] .nav-links a[data-nav="news"]{color:var(--blue)}
.news-index .section-head h1{font-size:clamp(36px,4vw,58px);line-height:1.05;color:var(--blue);letter-spacing:-.04em;margin:0 0 12px}
.news-card a{display:inline-flex;align-items:center;gap:8px;margin-top:14px;color:var(--blue);font-weight:950;text-decoration:none}
.news-card a:hover{gap:12px}
.article-hero{padding:116px 0 32px}
.article-hero-card{display:grid;grid-template-columns:.92fr 1.08fr;gap:22px;border-radius:34px;padding:18px;align-items:stretch;overflow:hidden}
.article-hero-copy{padding:28px;display:flex;flex-direction:column;justify-content:center}
.article-back{display:inline-flex;margin-bottom:18px;color:var(--blue);font-weight:900;text-decoration:none}
.article-hero h1{font-size:clamp(34px,4.5vw,66px);line-height:1.04;color:var(--blue);letter-spacing:-.055em;margin:0 0 16px}
.article-hero img{width:100%;height:520px;object-fit:cover;border-radius:26px;background:#eef7ff}
.article-meta{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:20px}
.article-meta time,.article-source{display:inline-flex;padding:10px 13px;border-radius:999px;background:rgba(0,74,173,.09);color:var(--blue);font-weight:900;text-decoration:none}
.article-source{background:rgba(98,189,50,.15);color:#218b3a}
.article-layout{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:24px;align-items:start}
.article-body{border-radius:32px;padding:34px;font-size:18px;line-height:1.78;color:#243b63}
.article-body p{margin:0 0 20px}
.article-body p:first-child{font-size:20px;color:#102f66;font-weight:750}
.article-side{position:sticky;top:112px}
.article-highlights{display:grid;gap:14px}
.article-highlights .glass{border-radius:24px;padding:20px}
.article-highlights strong{display:block;font-size:24px;color:var(--blue);margin-bottom:6px}
.article-highlights span{display:block;color:var(--muted);font-weight:750;line-height:1.45}
.article-gallery-section{padding-top:0}
.article-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.article-gallery img{width:100%;height:420px;object-fit:cover;border-radius:28px;border:1px solid rgba(255,255,255,.88);box-shadow:0 18px 46px rgba(7,40,95,.12);background:#f2f8ff}
@media(max-width:980px){.article-hero-card,.article-layout{grid-template-columns:1fr}.article-side{position:static}.article-hero img{height:390px}.article-gallery{grid-template-columns:1fr}.article-gallery img{height:360px}}
@media(max-width:640px){.article-hero{padding-top:96px}.article-hero-card{border-radius:26px}.article-hero-copy{padding:20px}.article-hero img{height:310px;border-radius:22px}.article-body{padding:22px;font-size:16px}.article-body p:first-child{font-size:17px}.article-gallery img{height:280px}}


/* === News compact visual polish 2026-07-07 === */
.news-index{padding-top:106px}
.news-index .section-head{margin-bottom:8px}
.news-index .section-head h1{
  font-size:clamp(30px,3.2vw,46px)!important;
  line-height:1.08!important;
  letter-spacing:-.035em;
}
.news-index .section-head .lead{font-size:15px;max-width:760px}
.news-index .news-card{
  grid-template-columns:380px 1fr!important;
  gap:20px!important;
  padding:14px!important;
  border-radius:28px;
  align-items:center;
}
.news-index .news-card img{
  height:250px!important;
  width:100%;
  object-fit:contain!important;
  object-position:center;
  background:linear-gradient(145deg,#f7fbff,#eaf5ff);
  border:1px solid rgba(255,255,255,.92);
  padding:8px;
}
.news-index .news-card h2{
  font-size:clamp(21px,2.1vw,30px)!important;
  line-height:1.18!important;
  letter-spacing:-.025em;
  margin:8px 0 10px;
}
.news-index .news-card p{
  font-size:15px;
  line-height:1.55;
  margin:0;
  color:#4f6688;
}
.news-index .news-card time{font-size:13px}
.news-index .news-card a{font-size:15px;margin-top:12px}

.article-hero h1{
  font-size:clamp(30px,3.6vw,48px)!important;
  line-height:1.1!important;
  letter-spacing:-.04em;
}
.article-hero .lead{font-size:16px;line-height:1.62}
.article-hero-card{
  grid-template-columns:.95fr 1.05fr!important;
  gap:18px!important;
  padding:14px!important;
}
.article-hero-copy{padding:24px!important}
.article-hero-card>img,
.article-hero-media{
  width:100%;
  height:440px!important;
  border-radius:24px;
  background:linear-gradient(145deg,#f7fbff,#eaf5ff);
  border:1px solid rgba(255,255,255,.92);
}
.article-hero-card>img{
  object-fit:contain!important;
  padding:8px;
}
.article-hero-media{
  display:grid;
  gap:10px;
  padding:10px;
  overflow:hidden;
}
.article-hero-duo{grid-template-columns:1fr 1fr}
.article-hero-media img{
  width:100%;
  height:100%;
  min-height:0;
  object-fit:contain;
  border-radius:18px;
  background:#fff;
  display:block;
}
.article-body{
  font-size:16px!important;
  line-height:1.7!important;
  padding:28px!important;
}
.article-body p:first-child{font-size:17px!important}
.article-highlights strong{font-size:21px!important}
.article-highlights span{font-size:14px}
.article-gallery img{
  object-fit:contain!important;
  background:linear-gradient(145deg,#f7fbff,#eaf5ff);
  padding:8px;
}
@media(max-width:980px){
  .news-index .news-card{grid-template-columns:1fr!important}
  .news-index .news-card img{height:310px!important}
  .article-hero-card{grid-template-columns:1fr!important}
  .article-hero-card>img,.article-hero-media{height:360px!important}
}
@media(max-width:640px){
  .news-index{padding-top:92px}
  .news-index .news-card img{height:250px!important}
  .article-hero-card>img,.article-hero-media{height:auto!important;min-height:260px}
  .article-hero-duo{grid-template-columns:1fr}
  .article-hero-media img{height:260px}
}


/* === News final card and carousel tuning 2026-07-07 === */
.news-index{
  padding-top:34px!important;
  gap:18px!important;
}
.news-index .section-head{
  margin-bottom:4px!important;
}
.news-index .section-head h1{
  font-size:clamp(32px,3.3vw,50px)!important;
  margin-bottom:10px!important;
}
.news-index .section-head .lead{
  font-size:16px!important;
}
.news-index .news-card{
  grid-template-columns:460px 1fr!important;
  min-height:330px;
  padding:20px!important;
  gap:26px!important;
  border-radius:32px!important;
}
.news-index .news-card img{
  width:100%!important;
  height:auto!important;
  aspect-ratio:16/10;
  object-fit:contain!important;
  object-position:center;
  padding:10px;
  border-radius:24px!important;
  background:linear-gradient(145deg,#f7fbff,#e8f4ff);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.92);
}
.news-index .news-card h2{
  font-size:clamp(24px,2.4vw,34px)!important;
  line-height:1.18!important;
  margin:9px 0 12px!important;
}
.news-index .news-card p{
  font-size:16px!important;
  line-height:1.58!important;
}
.news-index .news-card time{
  font-size:14px!important;
}
.news-index .news-card a{
  font-size:16px!important;
}
.article-hero{
  padding-top:92px!important;
}
.article-hero-card{
  grid-template-columns:.9fr 1.1fr!important;
  padding:18px!important;
}
.article-hero h1{
  font-size:clamp(31px,3.35vw,46px)!important;
}
.article-hero-carousel{
  position:relative;
  overflow:hidden;
  width:100%;
  height:460px!important;
  border-radius:24px;
  padding:10px;
  background:linear-gradient(145deg,#f7fbff,#e8f4ff);
  border:1px solid rgba(255,255,255,.92);
}
.article-carousel-track{
  height:100%;
  display:flex;
  transition:transform .65s cubic-bezier(.22,.8,.25,1);
  will-change:transform;
}
.article-carousel-slide{
  flex:0 0 100%;
  height:100%;
  margin:0;
}
.article-carousel-slide img{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
  border-radius:18px;
  background:#fff;
}
.article-carousel-dots{
  position:absolute;
  left:0;
  right:0;
  bottom:18px;
  display:flex;
  justify-content:center;
  gap:8px;
  pointer-events:auto;
}
.article-carousel-dots button{
  width:9px;
  height:9px;
  padding:0;
  border:0;
  border-radius:999px;
  background:rgba(0,74,173,.28);
  cursor:pointer;
  transition:width .25s ease,background .25s ease;
}
.article-carousel-dots button.active{
  width:30px;
  background:var(--blue);
}
@media(max-width:980px){
  .news-index{padding-top:24px!important}
  .news-index .news-card{grid-template-columns:1fr!important;min-height:0}
  .news-index .news-card img{aspect-ratio:16/9}
  .article-hero-card{grid-template-columns:1fr!important}
  .article-hero-carousel{height:390px!important}
}
@media(max-width:640px){
  .news-index{padding-top:18px!important}
  .news-index .news-card{padding:14px!important;border-radius:26px!important}
  .news-index .news-card h2{font-size:24px!important}
  .article-hero{padding-top:86px!important}
  .article-hero-carousel{height:300px!important}
}


/* === News list uniform thumbnails 2026-07-07 === */
.news-index .news-card img{
  aspect-ratio:16/10!important;
  height:auto!important;
  object-fit:cover!important;
  object-position:center!important;
  padding:0!important;
  background:#eef7ff!important;
}
@media(max-width:980px){
  .news-index .news-card img{
    aspect-ratio:16/9!important;
  }
}


/* === Final visual corrections 2026-07-07 === */
.impact-metrics{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:18px!important;
}
.metric-card{
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  min-height:150px;
  border-radius:28px!important;
  padding:26px!important;
  text-align:center!important;
  background:linear-gradient(145deg,rgba(255,255,255,.86),rgba(232,245,255,.52))!important;
}
.metric-card strong{
  display:block!important;
  font-size:clamp(32px,3.6vw,54px)!important;
  line-height:1!important;
  color:var(--blue)!important;
  margin:0 0 10px!important;
  letter-spacing:-.035em;
}
.metric-card span{
  display:block!important;
  color:#526b91!important;
  font-size:15px!important;
  line-height:1.35!important;
  font-weight:850!important;
}

.facility-carousel{
  padding:0!important;
  overflow:hidden!important;
  background:transparent!important;
}
.facility-track{height:100%!important}
.facility-slide{
  flex:0 0 100%!important;
  min-width:100%!important;
  height:min(620px,52vw)!important;
  position:relative!important;
  overflow:hidden!important;
  border-radius:30px!important;
  background:#0d244a!important;
}
.facility-slide img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  border-radius:30px!important;
  background:#0d244a!important;
}
.facility-slide:after{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  background:linear-gradient(180deg,rgba(6,29,66,.02) 42%,rgba(5,28,64,.78) 100%)!important;
  pointer-events:none!important;
}
.facility-slide figcaption{
  position:absolute!important;
  left:0!important;
  right:0!important;
  bottom:0!important;
  z-index:2!important;
  padding:28px 34px!important;
  color:#fff!important;
  text-align:center!important;
  font-size:20px!important;
  font-weight:950!important;
  text-shadow:0 2px 12px rgba(0,0,0,.45)!important;
}
.facility-carousel .carousel-dots{
  position:absolute!important;
  left:0!important;
  right:0!important;
  bottom:12px!important;
  z-index:4!important;
  padding:0!important;
}
.facility-carousel .carousel-dots button{background:rgba(255,255,255,.55)!important}
.facility-carousel .carousel-dots button.active{background:#fff!important}

.cycle-visual-mini{display:none!important}
.process-loop-clean{
  position:relative;
  min-height:430px;
  border-radius:28px;
  overflow:hidden;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,rgba(236,248,255,.96),rgba(222,246,229,.82));
  border:1px solid rgba(255,255,255,.92);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.9);
}
.loop-art{
  position:absolute;
  inset:42px 74px;
  display:grid;
  place-items:center;
}
.loop-art svg{
  width:min(690px,92%);
  height:auto;
  filter:drop-shadow(0 22px 34px rgba(7,40,95,.16));
}
.loop-brand{
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:16px;
  font:950 clamp(24px,2.9vw,40px) Manrope,Inter,sans-serif;
  letter-spacing:-.04em;
  pointer-events:none;
}
.loop-brand span{color:#004aad}
.loop-brand b{color:#5bbd32}
.loop-chip{
  position:absolute;
  z-index:3;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:118px;
  max-width:168px;
  padding:12px 16px;
  border-radius:18px;
  background:rgba(255,255,255,.94);
  border:1px solid rgba(0,74,173,.12);
  box-shadow:0 16px 32px rgba(7,40,95,.12);
  color:#12386b;
  font-weight:950;
  font-size:14px;
  line-height:1.15;
  text-align:center;
}
.loop-chip.c1{left:4%;top:47%}
.loop-chip.c2{left:24%;top:7%}
.loop-chip.c3{left:24%;bottom:7%}
.loop-chip.c4{right:24%;top:7%}
.loop-chip.c5{right:24%;bottom:7%}
.loop-chip.c6{right:4%;top:47%}

.social-btn{
  min-height:54px;
  padding:0 18px!important;
  border-radius:18px!important;
}
.social-btn svg{
  width:23px!important;
  height:23px!important;
  fill:currentColor;
}
.social-btn.whatsapp{color:#19a85b!important;background:rgba(37,211,102,.12)!important}
.social-btn.telegram{color:#229ed9!important;background:rgba(34,158,217,.12)!important}
.social-btn.instagram{color:#c13584!important;background:rgba(193,53,132,.10)!important}

@media(max-width:980px){
  .impact-metrics{grid-template-columns:1fr!important}
  .facility-slide{height:420px!important}
  .process-cycle-card{grid-template-columns:1fr!important}
  .process-loop-clean{min-height:390px}
  .loop-art{inset:52px 34px}
  .loop-chip{position:static;margin:4px;min-width:0}
  .process-loop-clean{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;padding:220px 18px 18px}
}
@media(max-width:640px){
  .facility-slide{height:330px!important;border-radius:24px!important}
  .facility-slide img{border-radius:24px!important}
  .facility-slide figcaption{font-size:15px!important;padding:22px 18px 36px!important}
  .loop-brand{font-size:22px;gap:8px;flex-direction:column}
  .loop-art{inset:36px 12px 150px}
  .process-loop-clean{padding-top:230px}
}


/* === Process loop safe layout and news date sort polish 2026-07-07 === */
.process-loop-clean{
  min-height:480px!important;
  overflow:visible!important;
}
.loop-art{
  inset:86px 150px!important;
  z-index:1!important;
}
.loop-art svg{
  width:min(620px,88%)!important;
}
.loop-brand{
  inset:auto!important;
  left:50%!important;
  top:50%!important;
  transform:translate(-50%,-50%)!important;
  width:210px!important;
  min-height:86px!important;
  display:grid!important;
  place-items:center!important;
  padding:14px 18px!important;
  border-radius:24px!important;
  background:rgba(255,255,255,.96)!important;
  border:1px solid rgba(0,74,173,.12)!important;
  box-shadow:0 18px 36px rgba(7,40,95,.16)!important;
  z-index:2!important;
}
.loop-brand img{
  width:100%!important;
  height:auto!important;
  display:block!important;
}
.loop-chip{
  z-index:5!important;
  min-width:126px!important;
  max-width:154px!important;
  min-height:48px!important;
  padding:11px 14px!important;
  font-size:14px!important;
  box-sizing:border-box!important;
  white-space:normal!important;
}
.loop-chip.c1{left:3%!important;top:50%!important;transform:translateY(-50%)!important}
.loop-chip.c6{right:3%!important;top:50%!important;transform:translateY(-50%)!important}
.loop-chip.c2{left:24%!important;top:8%!important}
.loop-chip.c4{right:24%!important;top:8%!important}
.loop-chip.c3{left:24%!important;bottom:8%!important}
.loop-chip.c5{right:24%!important;bottom:8%!important}
.news-index .news-card{
  order:0;
}
@media(max-width:980px){
  .process-loop-clean{
    overflow:hidden!important;
    min-height:520px!important;
    display:grid!important;
    place-items:center!important;
    padding:18px!important;
  }
  .loop-art{
    position:absolute!important;
    inset:84px 18px 132px!important;
  }
  .loop-brand{width:180px!important;min-height:74px!important}
  .loop-chip{position:absolute!important;min-width:112px!important;font-size:13px!important}
  .loop-chip.c1{left:4%!important;top:50%!important}
  .loop-chip.c6{right:4%!important;top:50%!important}
  .loop-chip.c2{left:22%!important;top:5%!important}
  .loop-chip.c4{right:22%!important;top:5%!important}
  .loop-chip.c3{left:22%!important;bottom:5%!important}
  .loop-chip.c5{right:22%!important;bottom:5%!important}
}
@media(max-width:640px){
  .process-loop-clean{min-height:560px!important}
  .loop-art{inset:130px 8px 170px!important}
  .loop-brand{width:150px!important;min-height:62px!important;padding:10px 13px!important}
  .loop-chip{min-width:104px!important;max-width:128px!important;font-size:12px!important;padding:9px 10px!important}
  .loop-chip.c1{left:3%!important;top:49%!important}
  .loop-chip.c6{right:3%!important;top:49%!important}
  .loop-chip.c2{left:8%!important;top:6%!important}
  .loop-chip.c4{right:8%!important;top:6%!important}
  .loop-chip.c3{left:8%!important;bottom:6%!important}
  .loop-chip.c5{right:8%!important;bottom:6%!important}
}


/* === Global nav spacing and translation polish 2026-07-07 === */
.header-wrap{
  top:8px!important;
  padding:8px 0 4px!important;
}
.container{
  width:min(1420px,calc(100% - 44px))!important;
}
.navbar{
  height:72px!important;
  padding:0 20px!important;
  gap:14px!important;
  border-radius:22px!important;
}
.navbar .logo,
.logo{
  min-width:150px!important;
  flex:0 0 auto!important;
}
.navbar .logo img,
.logo img{
  width:148px!important;
}
.nav-links{
  flex:1 1 auto!important;
  min-width:0!important;
  justify-content:center!important;
  gap:clamp(14px,1.45vw,28px)!important;
  white-space:nowrap!important;
}
.nav-links a{
  font-size:clamp(12px,.86vw,14px)!important;
  line-height:1!important;
  white-space:nowrap!important;
}
.nav-actions{
  flex:0 0 auto!important;
  gap:10px!important;
}
.navbar .btn,
.navbar .btn-primary,
.nav-cta{
  min-width:158px!important;
  height:48px!important;
  min-height:48px!important;
  padding:0 16px!important;
  border-radius:13px!important;
  font-size:14px!important;
  line-height:1!important;
  white-space:nowrap!important;
  flex-shrink:0!important;
}
.lang-btn{
  height:48px!important;
  min-width:88px!important;
  padding:0 12px!important;
}
main > .inner-hero:first-child,
main > .battery-hero:first-child,
main > .article-hero:first-child{
  padding-top:24px!important;
  padding-bottom:24px!important;
}
main > .contact-clean:first-child{
  padding-top:24px!important;
  padding-bottom:34px!important;
}
main > .section:first-child{
  padding-top:24px!important;
}
.news-index{
  padding-top:0!important;
}
.page-hero{
  padding-top:30px!important;
  padding-bottom:30px!important;
}
@media(max-width:1280px){
  .navbar{padding:0 16px!important}
  .navbar .logo,.logo{min-width:132px!important}
  .navbar .logo img,.logo img{width:132px!important}
  .nav-links{gap:16px!important}
  .navbar .btn,.navbar .btn-primary,.nav-cta{min-width:148px!important;font-size:13px!important;padding:0 14px!important}
}
@media(max-width:1160px){
  .header-wrap{top:8px!important}
  .navbar{position:relative!important}
  .nav-links{top:84px!important}
}
@media(max-width:760px){
  .container{width:min(100% - 28px,1420px)!important}
  .header-wrap{top:6px!important;padding:6px 0 4px!important}
  .navbar{height:68px!important}
  .navbar .logo img,.logo img{width:122px!important}
  main > .inner-hero:first-child,
  main > .battery-hero:first-child,
  main > .article-hero:first-child,
  main > .contact-clean:first-child,
  main > .section:first-child{padding-top:18px!important}
}

/* === Nav readability tune 2026-07-07 === */
.nav-links a{
  font-size:clamp(13.5px,.95vw,15.5px)!important;
  letter-spacing:-.01em!important;
}
.navbar .btn,
.navbar .btn-primary,
.nav-cta{
  min-width:170px!important;
  padding:0 18px!important;
  font-size:15px!important;
  letter-spacing:-.01em!important;
}
.lang-btn{font-size:14px!important}
@media(max-width:1280px){
  .nav-links a{font-size:14px!important}
  .navbar .btn,.navbar .btn-primary,.nav-cta{min-width:158px!important;font-size:14px!important;padding:0 15px!important}
}
@media(max-width:1160px){
  .nav-links a{font-size:15px!important}
}

/* === Dynamic news CMS polish 2026-07-08 === */
.article-layout{display:grid;grid-template-columns:minmax(320px,.9fr) 1fr;gap:28px;align-items:start;margin-top:26px}
.article-media-card{border-radius:28px;overflow:hidden;background:rgba(255,255,255,.72);border:1px solid rgba(255,255,255,.88);box-shadow:0 22px 60px rgba(7,40,95,.12)}
.article-media-card>img{width:100%;height:420px;object-fit:cover;display:block}
.article-text{padding:28px;border-radius:26px}
.article-text p{margin:0 0 18px;color:#31527f;font-size:17px;line-height:1.75;font-weight:650}
.article-text p:last-child{margin-bottom:0}
.news-card[data-cms-news] img{object-fit:cover}
.article-carousel{position:relative;overflow:hidden}
.article-carousel-track{display:flex;transition:transform .5s ease}
.article-carousel-slide{min-width:100%;margin:0}
.article-carousel-slide img{width:100%;height:420px;object-fit:cover;display:block}
.article-carousel-dots{position:absolute;left:0;right:0;bottom:16px;display:flex;justify-content:center;gap:9px}
.article-carousel-dots button{width:10px;height:10px;border-radius:50%;border:0;background:rgba(255,255,255,.58);box-shadow:0 0 0 1px rgba(0,80,184,.16);cursor:pointer}
.article-carousel-dots button.active{width:28px;border-radius:99px;background:var(--blue)}
@media(max-width:960px){.article-layout{grid-template-columns:1fr}.article-media-card>img,.article-carousel-slide img{height:320px}}
@media(max-width:620px){.article-media-card>img,.article-carousel-slide img{height:240px}.article-text{padding:22px}.article-text p{font-size:16px}}
/* === Restore original article detail layout for CMS news 2026-07-08 === */
body[data-page="news"] .article-hero-card{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(360px,.88fr);
  gap:30px;
  align-items:center;
}
body[data-page="news"] .article-hero-copy h1{
  font-size:clamp(34px,4vw,64px);
}
body[data-page="news"] .article-hero-carousel{
  position:relative;
  overflow:hidden;
  border-radius:28px;
  min-height:420px;
  background:rgba(255,255,255,.65);
  border:1px solid rgba(255,255,255,.88);
  box-shadow:0 22px 60px rgba(7,40,95,.12);
}
body[data-page="news"] .article-hero-carousel .article-carousel-slide img{
  height:420px;
  object-fit:cover;
}
body[data-page="news"] .article-body p{
  margin:0 0 18px;
  color:#31527f;
  font-size:17px;
  line-height:1.75;
  font-weight:650;
}
body[data-page="news"] .article-body p:last-child{margin-bottom:0}
body[data-page="news"] .article-gallery img{
  object-fit:cover;
}
@media(max-width:980px){
  body[data-page="news"] .article-hero-card{grid-template-columns:1fr}
  body[data-page="news"] .article-hero-carousel{min-height:340px}
  body[data-page="news"] .article-hero-carousel .article-carousel-slide img{height:340px}
}
@media(max-width:620px){
  body[data-page="news"] .article-hero-carousel{min-height:250px}
  body[data-page="news"] .article-hero-carousel .article-carousel-slide img{height:250px}
}

/* === Quote request form polish 2026-07-10 === */
.request-form-section{
  padding-top:clamp(22px,3.5vw,48px);
}
.request-form-card{
  position:relative;
  display:grid;
  grid-template-columns:minmax(260px,.72fr) minmax(0,1.28fr);
  gap:clamp(22px,3vw,42px);
  align-items:start;
  padding:clamp(24px,3.2vw,44px);
  border-radius:34px;
  overflow:hidden;
}
.request-form-card::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 12% 16%, rgba(85,190,52,.16), transparent 34%),
    radial-gradient(circle at 88% 12%, rgba(0,86,190,.13), transparent 35%),
    linear-gradient(135deg, rgba(255,255,255,.92), rgba(238,248,255,.76));
  z-index:-1;
}
.request-form-copy{
  position:sticky;
  top:120px;
  padding:clamp(18px,2.4vw,28px);
  border-radius:28px;
  background:rgba(255,255,255,.58);
  border:1px solid rgba(255,255,255,.9);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.7);
}
.request-form-copy h2{
  margin:8px 0 12px;
  color:var(--blue);
  font-family:var(--font-display);
  font-size:clamp(28px,3vw,44px);
  line-height:1.04;
  letter-spacing:-.045em;
}
.request-form-copy .lead{
  max-width:42ch;
  font-size:clamp(15px,1.05vw,18px);
}
.request-form{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}
.request-form label{
  display:flex;
  flex-direction:column;
  gap:8px;
  margin:0;
}
.request-form label.full{
  grid-column:1/-1;
}
.request-form label span{
  color:#0b2a56;
  font-weight:850;
  font-size:14px;
  letter-spacing:-.01em;
}
.request-form input,
.request-form select,
.request-form textarea{
  width:100%;
  border:1px solid rgba(0,86,190,.15);
  border-radius:18px;
  background:rgba(255,255,255,.82);
  color:#0b2a56;
  font:700 15.5px/1.3 var(--font-main);
  outline:none;
  box-shadow:0 12px 28px rgba(7,40,95,.06), inset 0 1px 0 rgba(255,255,255,.85);
  transition:border-color .18s ease, box-shadow .18s ease, transform .18s ease, background .18s ease;
}
.request-form input,
.request-form select{
  height:56px;
  padding:0 18px;
}
.request-form textarea{
  min-height:126px;
  resize:vertical;
  padding:16px 18px;
}
.request-form input[type="file"]{
  height:auto;
  min-height:58px;
  padding:14px 16px;
  cursor:pointer;
}
.request-form input:focus,
.request-form select:focus,
.request-form textarea:focus{
  border-color:rgba(0,86,190,.48);
  background:#fff;
  box-shadow:0 18px 36px rgba(0,86,190,.12), 0 0 0 4px rgba(0,86,190,.09);
  transform:translateY(-1px);
}
.request-form button{
  grid-column:1/-1;
  width:max-content;
  min-width:190px;
  height:58px;
  margin-top:4px;
  border:0;
  cursor:pointer;
}
.request-form::after{
  content:"PDF/JPG/PNG • 10 MB";
  align-self:center;
  justify-self:end;
  grid-column:1/-1;
  margin-top:-58px;
  margin-right:8px;
  color:#60789d;
  font-size:13px;
  font-weight:800;
  pointer-events:none;
}
@media(max-width:980px){
  .request-form-card{
    grid-template-columns:1fr;
  }
  .request-form-copy{
    position:relative;
    top:auto;
  }
}
@media(max-width:680px){
  .request-form-card{
    padding:20px;
    border-radius:28px;
  }
  .request-form{
    grid-template-columns:1fr;
  }
  .request-form button{
    width:100%;
  }
  .request-form::after{
    justify-self:start;
    margin:8px 0 0;
  }
}

/* === Compact process loop redesign 2026-07-10 === */
.process-cycle-card{
  gap:24px!important;
  align-items:stretch!important;
}
.process-loop-compact{
  min-height:0!important;
  height:auto!important;
  overflow:hidden!important;
  display:grid!important;
  grid-template-columns:minmax(360px,1.05fr) minmax(300px,.95fr)!important;
  gap:22px!important;
  align-items:stretch!important;
  padding:22px!important;
  border-radius:30px!important;
  background:
    radial-gradient(circle at 22% 20%, rgba(0,86,190,.09), transparent 38%),
    radial-gradient(circle at 86% 80%, rgba(98,189,50,.12), transparent 34%),
    linear-gradient(135deg, rgba(255,255,255,.86), rgba(238,248,255,.72))!important;
}
.process-loop-compact .loop-diagram-card,
.process-loop-compact .loop-legend-card{
  position:relative!important;
  border-radius:26px!important;
  background:rgba(255,255,255,.7)!important;
  border:1px solid rgba(255,255,255,.9)!important;
  box-shadow:0 18px 46px rgba(7,40,95,.09), inset 0 1px 0 rgba(255,255,255,.7)!important;
}
.process-loop-compact .loop-diagram-card{
  min-height:310px!important;
  display:grid!important;
  place-items:center!important;
  overflow:hidden!important;
}
.process-loop-compact .loop-art{
  position:relative!important;
  inset:auto!important;
  z-index:1!important;
  width:100%!important;
  height:100%!important;
  min-height:310px!important;
  display:grid!important;
  place-items:center!important;
}
.process-loop-compact .loop-art svg{
  width:min(560px,92%)!important;
  height:auto!important;
  filter:drop-shadow(0 18px 28px rgba(7,40,95,.13))!important;
}
.process-loop-compact .loop-brand{
  position:absolute!important;
  left:50%!important;
  top:50%!important;
  transform:translate(-50%,-50%)!important;
  width:190px!important;
  min-height:82px!important;
  padding:14px 18px!important;
  border-radius:22px!important;
  background:rgba(255,255,255,.92)!important;
  border:1px solid rgba(0,74,173,.1)!important;
  box-shadow:0 16px 34px rgba(7,40,95,.13)!important;
  display:grid!important;
  place-items:center!important;
}
.process-loop-compact .loop-brand img{
  width:100%!important;
  height:auto!important;
  display:block!important;
}
.process-loop-compact .loop-legend-card{
  padding:24px!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
}
.process-loop-compact .loop-legend-card h2{
  margin:8px 0 18px!important;
  color:var(--blue)!important;
  font-family:var(--font-display)!important;
  font-size:clamp(24px,2.1vw,34px)!important;
  line-height:1.08!important;
  letter-spacing:-.04em!important;
}
.process-loop-compact .loop-legend-list{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:10px!important;
}
.process-loop-compact .loop-chip{
  position:relative!important;
  left:auto!important;
  right:auto!important;
  top:auto!important;
  bottom:auto!important;
  transform:none!important;
  z-index:2!important;
  display:grid!important;
  grid-template-columns:42px 1fr!important;
  align-items:center!important;
  gap:10px!important;
  min-width:0!important;
  max-width:none!important;
  min-height:58px!important;
  padding:10px 12px!important;
  border-radius:18px!important;
  background:rgba(255,255,255,.86)!important;
  border:1px solid rgba(0,74,173,.1)!important;
  box-shadow:0 12px 24px rgba(7,40,95,.07)!important;
  color:#0b2a56!important;
  text-align:left!important;
  font-size:14px!important;
  line-height:1.16!important;
}
.process-loop-compact .loop-chip b{
  display:grid!important;
  place-items:center!important;
  width:42px!important;
  height:42px!important;
  border-radius:14px!important;
  background:linear-gradient(135deg,rgba(0,86,190,.13),rgba(98,189,50,.18))!important;
  color:#0056be!important;
  font-style:normal!important;
  font-weight:950!important;
}
.process-loop-compact .loop-chip em{
  font-style:normal!important;
  font-weight:900!important;
  overflow-wrap:anywhere!important;
}
@media(max-width:1160px){
  .process-loop-compact{
    grid-template-columns:1fr!important;
  }
  .process-loop-compact .loop-legend-list{
    grid-template-columns:repeat(3,1fr)!important;
  }
}
@media(max-width:760px){
  .process-loop-compact{
    padding:16px!important;
  }
  .process-loop-compact .loop-diagram-card,
  .process-loop-compact .loop-art{
    min-height:240px!important;
  }
  .process-loop-compact .loop-brand{
    width:150px!important;
    min-height:64px!important;
  }
  .process-loop-compact .loop-legend-list{
    grid-template-columns:1fr!important;
  }
}

/* === Refined circular process cycle 2026-07-13 === */
body[data-page="process"] .process-cycle-card{
  grid-template-columns:minmax(420px,.92fr) minmax(520px,1.08fr)!important;
  overflow:hidden!important;
}
body[data-page="process"] .process-loop-compact{
  grid-template-columns:1fr!important;
  gap:16px!important;
  padding:18px!important;
  min-width:0!important;
  background:
    radial-gradient(circle at 50% 24%, rgba(0,86,190,.08), transparent 42%),
    radial-gradient(circle at 78% 76%, rgba(98,189,50,.12), transparent 34%),
    linear-gradient(135deg, rgba(255,255,255,.88), rgba(238,248,255,.78))!important;
}
body[data-page="process"] .process-loop-compact .loop-diagram-card{
  min-height:270px!important;
  border-radius:28px!important;
  background:
    linear-gradient(135deg,rgba(255,255,255,.76),rgba(246,252,255,.9))!important;
  overflow:hidden!important;
}
body[data-page="process"] .process-loop-compact .loop-art{
  min-height:270px!important;
}
body[data-page="process"] .process-loop-compact .loop-art svg{
  width:min(480px,92%)!important;
  filter:none!important;
}
body[data-page="process"] .process-loop-compact .loop-brand{
  width:188px!important;
  min-height:0!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  border-radius:0!important;
}
body[data-page="process"] .process-loop-compact .loop-brand img{
  filter:drop-shadow(0 10px 18px rgba(7,40,95,.16))!important;
}
body[data-page="process"] .process-loop-compact .loop-legend-card{
  padding:18px!important;
  border-radius:24px!important;
}
body[data-page="process"] .process-loop-compact .loop-legend-card .kicker{
  margin-bottom:4px!important;
}
body[data-page="process"] .process-loop-compact .loop-legend-card h2{
  font-size:clamp(22px,1.8vw,30px)!important;
  margin:4px 0 14px!important;
  max-width:100%!important;
}
body[data-page="process"] .process-loop-compact .loop-legend-list{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:10px!important;
}
body[data-page="process"] .process-loop-compact .loop-chip{
  grid-template-columns:34px 1fr!important;
  min-height:54px!important;
  padding:9px 10px!important;
  border-radius:16px!important;
  font-size:13.5px!important;
  line-height:1.12!important;
  background:rgba(255,255,255,.92)!important;
}
body[data-page="process"] .process-loop-compact .loop-chip b{
  width:34px!important;
  height:34px!important;
  border-radius:12px!important;
  font-size:13px!important;
}
body[data-page="process"] .process-loop-compact .loop-chip em{
  word-break:normal!important;
  overflow-wrap:normal!important;
  hyphens:none!important;
}
@media(max-width:1280px){
  body[data-page="process"] .process-cycle-card{
    grid-template-columns:1fr!important;
  }
  body[data-page="process"] .process-loop-compact .loop-legend-list{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }
}
@media(max-width:760px){
  body[data-page="process"] .process-loop-compact .loop-diagram-card,
  body[data-page="process"] .process-loop-compact .loop-art{
    min-height:220px!important;
  }
  body[data-page="process"] .process-loop-compact .loop-brand{
    width:146px!important;
  }
  body[data-page="process"] .process-loop-compact .loop-legend-list{
    grid-template-columns:1fr 1fr!important;
  }
}
@media(max-width:480px){
  body[data-page="process"] .process-loop-compact .loop-legend-list{
    grid-template-columns:1fr!important;
  }
}

/* === Final about visual polish: team, partners, facility carousel === */
body[data-page="about"] .team-grid{
  gap:16px!important;
}
body[data-page="about"] .team-card{
  grid-template-columns:104px 1fr!important;
  align-items:start!important;
  min-height:198px!important;
  padding:24px!important;
}
body[data-page="about"] .team-photo{
  width:104px!important;
  height:130px!important;
  object-fit:cover!important;
  object-position:center top!important;
  border-radius:20px!important;
  background:linear-gradient(145deg,#f8fcff,#eef7ff)!important;
  filter:none!important;
  transform:none!important;
}
body[data-page="about"] .team-card h3{
  font-size:clamp(19px,1.35vw,25px)!important;
  line-height:1.12!important;
}
body[data-page="about"] .team-card p:not(.team-role){
  font-size:15px!important;
  line-height:1.52!important;
}

body[data-page="about"] .partner-logo-grid{
  gap:16px!important;
}
body[data-page="about"] .partner-logo-card{
  height:150px!important;
  padding:18px 22px!important;
  display:grid!important;
  place-items:center!important;
}
body[data-page="about"] .partner-logo-card img{
  width:100%!important;
  height:112px!important;
  object-fit:contain!important;
  object-position:center!important;
}

body[data-page="about"] .facility-carousel{
  padding:16px!important;
  border-radius:34px!important;
  background:linear-gradient(145deg,rgba(255,255,255,.90),rgba(235,248,255,.74))!important;
  border:1px solid rgba(255,255,255,.92)!important;
  box-shadow:0 22px 60px rgba(7,40,95,.12)!important;
}
body[data-page="about"] .facility-track{
  height:auto!important;
}
body[data-page="about"] .facility-slide{
  height:min(560px,43vw)!important;
  min-height:420px!important;
  border-radius:26px!important;
  background:linear-gradient(135deg,#eaf5ff,#f6fbff)!important;
  display:grid!important;
  place-items:center!important;
}
body[data-page="about"] .facility-slide img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  object-position:center!important;
  border-radius:24px!important;
  background:linear-gradient(135deg,#eaf5ff,#f6fbff)!important;
}
body[data-page="about"] .facility-slide:after{
  background:linear-gradient(180deg,rgba(5,28,64,0) 58%,rgba(5,28,64,.58) 100%)!important;
}
body[data-page="about"] .facility-slide figcaption{
  color:#fff!important;
  bottom:0!important;
  font-size:18px!important;
  padding:22px 28px 34px!important;
}
@media(max-width:760px){
  body[data-page="about"] .team-card{grid-template-columns:82px 1fr!important;padding:20px!important}
  body[data-page="about"] .team-photo{width:82px!important;height:104px!important;border-radius:18px!important}
  body[data-page="about"] .facility-slide{height:340px!important;min-height:340px!important}
}

/* === About visual correction: close portraits and focused carousel === */
body[data-page="about"] .team-grid{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:18px!important;
  overflow:hidden!important;
}
body[data-page="about"] .team-card{
  grid-template-columns:126px minmax(0,1fr)!important;
  gap:22px!important;
  min-height:210px!important;
  padding:26px!important;
  overflow:hidden!important;
}
body[data-page="about"] .team-photo{
  width:126px!important;
  height:156px!important;
  object-fit:cover!important;
  object-position:center top!important;
  border-radius:22px!important;
  filter:none!important;
  box-shadow:0 16px 34px rgba(7,40,95,.16)!important;
}
body[data-page="about"] .team-card h3,
body[data-page="about"] .team-card p{
  max-width:100%!important;
}
body[data-page="about"] .facility-slide{
  height:min(590px,48vw)!important;
  min-height:440px!important;
}
body[data-page="about"] .facility-slide img{
  object-fit:cover!important;
  object-position:center center!important;
}
body[data-page="about"] .facility-slide figcaption{
  font-size:18px!important;
  text-shadow:0 3px 14px rgba(0,0,0,.52)!important;
}
@media(max-width:900px){
  body[data-page="about"] .team-grid{grid-template-columns:1fr!important}
}
@media(max-width:640px){
  body[data-page="about"] .team-card{grid-template-columns:92px 1fr!important;gap:15px!important;padding:20px!important}
  body[data-page="about"] .team-photo{width:92px!important;height:118px!important}
  body[data-page="about"] .facility-slide{height:350px!important;min-height:350px!important}
}

/* === About factory carousel clean image-only frame === */
body[data-page="about"] .facility-carousel{
  position:relative!important;
  padding:0!important;
  overflow:hidden!important;
  border-radius:32px!important;
  background:transparent!important;
  border:0!important;
  box-shadow:0 24px 62px rgba(7,40,95,.16)!important;
}
body[data-page="about"] .facility-track{
  height:auto!important;
  background:transparent!important;
}
body[data-page="about"] .facility-slide{
  height:min(590px,48vw)!important;
  min-height:440px!important;
  margin:0!important;
  border-radius:32px!important;
  overflow:hidden!important;
  background:#dfefff!important;
}
body[data-page="about"] .facility-slide img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
  border-radius:32px!important;
  display:block!important;
}
body[data-page="about"] .facility-slide:after{
  inset:0!important;
  background:linear-gradient(180deg,rgba(5,28,64,0) 54%,rgba(5,28,64,.62) 100%)!important;
}
body[data-page="about"] .facility-slide figcaption{
  bottom:34px!important;
  padding:0 34px!important;
  color:#fff!important;
  text-align:center!important;
  text-shadow:0 3px 16px rgba(0,0,0,.58)!important;
}
body[data-page="about"] .facility-carousel .carousel-dots{
  position:absolute!important;
  left:50%!important;
  right:auto!important;
  bottom:14px!important;
  z-index:5!important;
  transform:translateX(-50%)!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  padding:7px 10px!important;
  border-radius:999px!important;
  background:rgba(5,28,64,.20)!important;
  backdrop-filter:blur(10px)!important;
}
body[data-page="about"] .facility-carousel .carousel-dots button{
  width:10px!important;
  height:10px!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.62)!important;
  box-shadow:none!important;
}
body[data-page="about"] .facility-carousel .carousel-dots button.active{
  width:34px!important;
  background:#fff!important;
}
@media(max-width:760px){
  body[data-page="about"] .facility-slide{height:350px!important;min-height:350px!important;border-radius:24px!important}
  body[data-page="about"] .facility-slide img{border-radius:24px!important}
  body[data-page="about"] .facility-slide figcaption{bottom:32px!important;font-size:15px!important;padding:0 18px!important}
  body[data-page="about"] .facility-carousel{border-radius:24px!important}
}

/* === Impact batch control image-only polish === */
body[data-page="impact"] .split-feature{
  overflow:hidden!important;
  gap:34px!important;
}
body[data-page="impact"] .split-feature img{
  width:100%!important;
  height:clamp(330px,30vw,470px)!important;
  object-fit:cover!important;
  object-position:center center!important;
  background:transparent!important;
  padding:0!important;
  border:0!important;
  border-radius:30px!important;
  display:block!important;
  box-shadow:0 20px 48px rgba(7,40,95,.13)!important;
}
@media(max-width:980px){
  body[data-page="impact"] .split-feature img{height:360px!important;border-radius:24px!important}
}
@media(max-width:640px){
  body[data-page="impact"] .split-feature img{height:260px!important}
}


/* === Technology hero warehouse focus === */
body[data-page="tech"] .tech-bg-hero:before{
  background-image:var(--hero-img)!important;
  background-position:center center!important;
  background-size:cover!important;
}
body[data-page="tech"] .tech-bg-hero{
  min-height:clamp(430px,34vw,600px)!important;
}
body[data-page="tech"] .tech-bg-hero:after{
  background:linear-gradient(90deg,rgba(0,45,105,.82),rgba(0,74,173,.40) 45%,rgba(98,189,50,.12))!important;
}


/* === Accepted batteries hero compact polish === */
body[data-page="accept"] .battery-hero{
  padding-top:18px!important;
  padding-bottom:18px!important;
}
body[data-page="accept"] .battery-hero-card{
  grid-template-columns:.92fr 1fr!important;
  gap:24px!important;
  padding:16px 32px 16px 16px!important;
  border-radius:32px!important;
  align-items:center!important;
}
body[data-page="accept"] .battery-hero-card>img{
  height:clamp(330px,25vw,390px)!important;
  border-radius:25px!important;
  object-fit:cover!important;
}
body[data-page="accept"] .battery-hero-card h1{
  font-size:clamp(32px,3.3vw,46px)!important;
  line-height:1.06!important;
  letter-spacing:-.045em!important;
  margin:10px 0 14px!important;
}
body[data-page="accept"] .battery-hero-card .lead{
  font-size:clamp(15px,1.08vw,18px)!important;
  line-height:1.48!important;
  max-width:680px!important;
}
body[data-page="accept"] .battery-hero-card .breadcrumbs{
  margin-bottom:12px!important;
}
@media(max-width:980px){
  body[data-page="accept"] .battery-hero-card{
    grid-template-columns:1fr!important;
    padding:16px!important;
  }
  body[data-page="accept"] .battery-hero-card>img{
    height:330px!important;
  }
}
@media(max-width:640px){
  body[data-page="accept"] .battery-hero-card>img{
    height:260px!important;
  }
  body[data-page="accept"] .battery-hero-card h1{
    font-size:clamp(30px,8vw,38px)!important;
  }
}


/* === Footer copyright one-line polish === */
.footer-card .copyright{
  grid-column:1/-1!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:24px!important;
  margin-top:8px!important;
  padding-top:14px!important;
  border-top:1px solid rgba(0,74,173,.10)!important;
  font-size:13px!important;
  line-height:1.25!important;
}
.footer-card .copyright span{
  white-space:nowrap!important;
}
@media(max-width:720px){
  .footer-card .copyright{
    align-items:flex-start!important;
    flex-direction:column!important;
    gap:8px!important;
  }
  .footer-card .copyright span{
    white-space:normal!important;
  }
}

/* === 2026-07-17 team portrait replacement polish === */
body[data-page="about"] .team-photo{
  width:126px!important;
  height:156px!important;
  object-fit:cover!important;
  object-position:center top!important;
  border-radius:22px!important;
  border:2px solid rgba(0,74,173,.32)!important;
  background:linear-gradient(145deg,#ffffff,#edf7ff)!important;
  box-shadow:
    0 18px 34px rgba(7,40,95,.18),
    0 0 0 6px rgba(255,255,255,.72)!important;
}
body[data-page="about"] .team-card{
  align-items:start!important;
}
@media(max-width:640px){
  body[data-page="about"] .team-photo{
    width:92px!important;
    height:118px!important;
    border-radius:18px!important;
    box-shadow:0 12px 24px rgba(7,40,95,.15),0 0 0 5px rgba(255,255,255,.72)!important;
  }
}

/* === 2026-07-17 final forced team portrait frame === */
body[data-page="about"] .team-card .team-photo{
  width:126px!important;
  height:156px!important;
  object-fit:cover!important;
  object-position:center top!important;
  border-radius:22px!important;
  border:2px solid rgba(0,74,173,.38)!important;
  outline:5px solid rgba(255,255,255,.78)!important;
  background:linear-gradient(145deg,#fff,#eef7ff)!important;
  box-shadow:0 18px 34px rgba(7,40,95,.22)!important;
}
@media(max-width:640px){
  body[data-page="about"] .team-card .team-photo{
    width:92px!important;
    height:118px!important;
    border-radius:18px!important;
  }
}

/* === 2026-07-17 accepted batteries real-photo refresh === */
body[data-page="accept"] .battery-type-card img,
body[data-page="accept"] .condition-card img{
  height:174px!important;
  object-fit:cover!important;
  object-position:center!important;
  background:#eef7ff!important;
  border-radius:20px!important;
  border:1px solid rgba(255,255,255,.9)!important;
  box-shadow:0 14px 28px rgba(7,40,95,.10)!important;
}
body[data-page="accept"] .battery-hero-card>img{
  object-position:center!important;
}
@media(max-width:760px){
  body[data-page="accept"] .battery-type-card img,
  body[data-page="accept"] .condition-card img{
    height:205px!important;
  }
}

/* === 2026-07-17 guide based accepted-batteries visuals === */
body[data-page="accept"] .battery-hero-card>img{
  object-fit:contain!important;
  object-position:center!important;
  background:linear-gradient(145deg,#f8fcff,#eef8ff)!important;
  padding:10px!important;
}
body[data-page="accept"] .battery-type-card img,
body[data-page="accept"] .condition-card img{
  height:176px!important;
  object-fit:cover!important;
  object-position:center!important;
  background:#f7fbff!important;
  border-radius:20px!important;
  padding:0!important;
  border:1px solid rgba(0,74,173,.10)!important;
  box-shadow:0 12px 24px rgba(7,40,95,.09)!important;
}
body[data-page="accept"] .battery-type-card,
body[data-page="accept"] .condition-card{
  overflow:hidden!important;
}
@media(max-width:760px){
  body[data-page="accept"] .battery-type-card img,
  body[data-page="accept"] .condition-card img{height:205px!important;}
}

