:root{
  --bg:#f5f6f8;
  --surface:#ffffff;
  --surface-2:#f0f2f5;
  --text:#171a1f;
  --muted:#66707c;
  --line:#e1e5ea;
  --dark:#17191d;
  --dark-2:#23272e;
  --accent:#2673ff;
  --accent-2:#1457c7;
  --success:#159947;
  --danger:#cc2d36;
  --warn:#b56a00;
  --radius:16px;
  --shadow:0 12px 32px rgba(21,28,38,.08);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;background:var(--bg);color:var(--text);line-height:1.5}
a{text-decoration:none;color:inherit}
button,input,textarea,select{font:inherit}
button{cursor:pointer}
img{max-width:100%;display:block}
.container{width:min(1180px,calc(100% - 32px));margin:auto}
.hidden{display:none!important}
.muted{color:var(--muted)}
.small{font-size:13px}
.topbar{background:#101216;color:#cfd5dd;font-size:13px;padding:8px 0}
.topbar .container{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap}
.header{background:var(--dark);color:#fff;position:sticky;top:0;z-index:50;box-shadow:0 4px 18px rgba(0,0,0,.18)}
.nav{min-height:70px;display:flex;align-items:center;gap:22px}
.brand{font-size:20px;font-weight:850;letter-spacing:.3px;white-space:nowrap}
.brand span{font-weight:400;color:#bfc5cd}
.nav-links{display:flex;gap:18px;margin-left:auto;align-items:center}
.nav-links a{color:#d8dde4;font-size:14px}
.nav-links a:hover{color:#fff}
.cart-link{display:flex!important;align-items:center;gap:7px;background:#2a2f37;padding:9px 12px;border-radius:10px}
.cart-count{min-width:22px;height:22px;border-radius:999px;background:#fff;color:#111;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:800}
.hero{padding:76px 0 68px;background:linear-gradient(135deg,#20242b 0%,#111318 100%);color:#fff}
.hero-grid{display:grid;grid-template-columns:1.18fr .82fr;gap:44px;align-items:center}
.kicker{display:inline-flex;align-items:center;gap:8px;padding:7px 11px;border:1px solid #444b55;border-radius:999px;background:#292e35;color:#dbe0e6;font-size:13px;margin-bottom:16px}
h1{font-size:clamp(38px,6vw,66px);line-height:1.02;letter-spacing:-2px;margin:0 0 18px}
.hero p{font-size:18px;color:#cdd3da;max-width:680px;margin:0 0 28px}
.actions{display:flex;flex-wrap:wrap;gap:10px}
.btn{border:0;border-radius:11px;min-height:46px;padding:0 17px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:800;background:var(--surface-2);color:var(--text);transition:.15s ease}
.btn:hover{transform:translateY(-1px)}
.btn-primary{background:var(--accent);color:#fff}
.btn-primary:hover{background:var(--accent-2)}
.btn-dark{background:#1a1d22;color:#fff}
.btn-outline{background:transparent;border:1px solid var(--line)}
.btn-danger{background:var(--danger);color:#fff}
.btn-success{background:var(--success);color:#fff}
.btn-sm{min-height:36px;padding:0 12px;border-radius:9px;font-size:13px}
.hero-panel{background:#252a31;border:1px solid #3b424c;border-radius:20px;padding:26px;box-shadow:0 18px 50px rgba(0,0,0,.2)}
.hero-panel h3{margin:0 0 12px}
.info-row{padding:11px 0;border-top:1px solid #3a414a}
.info-row:first-of-type{border-top:0}
.info-row small{display:block;color:#949ca7}
.section{padding:68px 0}
.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:26px}
.section h2{font-size:34px;letter-spacing:-.8px;margin:0 0 8px}
.section .lead{margin:0;color:var(--muted);max-width:720px}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.feature-card,.panel,.product-card,.checkout-card,.summary-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}
.feature-card{padding:24px}
.feature-card h3{margin:0 0 8px}
.feature-card p{margin:0;color:var(--muted)}
.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.product-card{overflow:hidden;display:flex;flex-direction:column;min-width:0}
.product-image-wrap{aspect-ratio:1/1;background:#eef1f5;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}
.product-image{width:100%;height:100%;object-fit:cover}
.badge{position:absolute;top:12px;left:12px;background:#17191d;color:#fff;border-radius:999px;padding:6px 9px;font-size:11px;font-weight:800}
.product-body{padding:17px;display:flex;flex-direction:column;gap:9px;flex:1}
.product-title{font-size:18px;font-weight:800;margin:0}
.product-desc{color:var(--muted);font-size:14px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.price{font-weight:900;font-size:23px;letter-spacing:-.4px}
.stock{font-size:12px;color:var(--success);font-weight:700}
.stock.out{color:var(--danger)}
.product-actions{display:flex;gap:8px;margin-top:auto}
.product-actions .btn{flex:1}
.page-hero{background:#20242a;color:#fff;padding:44px 0}
.page-hero h1{font-size:42px;letter-spacing:-1px;margin:0 0 8px}
.page-hero p{margin:0;color:#cfd5dc}
.toolbar{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:24px}
.input,.select,.textarea{width:100%;border:1px solid #d8dde3;border-radius:11px;background:#fff;color:var(--text);padding:12px 13px;outline:none}
.input:focus,.select:focus,.textarea:focus{border-color:#8db3ff;box-shadow:0 0 0 3px rgba(38,115,255,.12)}
.textarea{min-height:110px;resize:vertical}
.search{max-width:460px}
.cart-layout,.checkout-layout{display:grid;grid-template-columns:1.35fr .65fr;gap:22px;align-items:start}
.cart-items{display:flex;flex-direction:column;gap:12px}
.cart-item{display:grid;grid-template-columns:92px 1fr auto;gap:14px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:14px;padding:12px}
.cart-thumb{width:92px;height:92px;object-fit:cover;border-radius:10px;background:#eef1f4}
.qty{display:inline-flex;align-items:center;border:1px solid var(--line);border-radius:10px;overflow:hidden}
.qty button{border:0;background:#f3f5f7;width:34px;height:34px}
.qty span{min-width:38px;text-align:center;font-weight:800}
.summary-card{padding:22px;position:sticky;top:94px}
.summary-row{display:flex;justify-content:space-between;gap:14px;padding:8px 0}
.summary-total{font-size:21px;font-weight:900;border-top:1px solid var(--line);margin-top:8px;padding-top:14px}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.field{display:flex;flex-direction:column;gap:6px}
.field label{font-size:13px;font-weight:800}
.field.full{grid-column:1/-1}
.notice{border:1px solid #dce6ff;background:#f4f7ff;color:#24416f;border-radius:12px;padding:12px 14px;font-size:14px}
.notice.error{background:#fff2f2;border-color:#ffd2d5;color:#812229}
.notice.success{background:#effcf4;border-color:#c8efd7;color:#1e6d3d}
.empty{padding:50px 24px;text-align:center;background:#fff;border:1px dashed #cfd5db;border-radius:16px;color:var(--muted)}
.footer{background:#17191d;color:#aeb6c0;padding:30px 0;margin-top:50px}
.footer .container{display:flex;justify-content:space-between;gap:18px;flex-wrap:wrap}
.footer a{color:#dce1e7}
.modal{position:fixed;inset:0;background:rgba(8,11,15,.72);display:flex;align-items:center;justify-content:center;padding:18px;z-index:200}
.modal-card{width:min(520px,100%);max-height:90vh;overflow:auto;background:#fff;border-radius:18px;padding:24px;box-shadow:0 25px 80px rgba(0,0,0,.32)}
.modal-card h2{margin-top:0}
.modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:18px}
.toast-wrap{position:fixed;right:18px;bottom:18px;z-index:300;display:flex;flex-direction:column;gap:8px}
.toast{background:#17191d;color:#fff;border-radius:11px;padding:12px 14px;box-shadow:0 10px 35px rgba(0,0,0,.25);max-width:360px}
/* Admin */
.admin-shell{min-height:100vh;background:#eef1f5}
.admin-top{background:#17191d;color:#fff;padding:14px 0;position:sticky;top:0;z-index:50}
.admin-top .container{display:flex;align-items:center;justify-content:space-between;gap:16px}
.admin-main{padding:28px 0 60px}
.admin-grid{display:grid;grid-template-columns:220px 1fr;gap:20px}
.admin-menu{background:#fff;border:1px solid var(--line);border-radius:14px;padding:10px;height:max-content;position:sticky;top:82px}
.admin-menu button{width:100%;text-align:left;border:0;background:transparent;padding:11px 12px;border-radius:9px;font-weight:700;color:#4b5562}
.admin-menu button.active,.admin-menu button:hover{background:#eef3ff;color:#1e58bd}
.admin-content{min-width:0}
.admin-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:20px}
.stat{background:#fff;border:1px solid var(--line);border-radius:14px;padding:18px}
.stat small{color:var(--muted)}
.stat strong{display:block;font-size:26px;margin-top:5px}
.panel{padding:20px}
.panel-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}
.panel-head h2{margin:0;font-size:23px}
.table-wrap{overflow:auto}
table{width:100%;border-collapse:collapse;min-width:720px}
th,td{text-align:left;padding:11px 10px;border-bottom:1px solid var(--line);font-size:13px;vertical-align:middle}
th{color:#68717d;font-size:12px;text-transform:uppercase;letter-spacing:.3px}
.table-img{width:46px;height:46px;border-radius:8px;object-fit:cover;background:#eef1f5}
.status{display:inline-flex;border-radius:999px;padding:5px 8px;font-size:11px;font-weight:800;background:#eef1f5;color:#4a5562}
.status.ok{background:#e8f8ee;color:#207542}
.status.warn{background:#fff3df;color:#8a5b05}
.status.bad{background:#ffe9ea;color:#9e2630}
.order-detail{background:#f7f8fa;border:1px solid var(--line);border-radius:12px;padding:14px;margin-top:12px}
.login-wrap{min-height:100vh;display:grid;place-items:center;background:linear-gradient(145deg,#14171b,#272c33);padding:18px}
.login-card{width:min(430px,100%);background:#fff;border-radius:20px;padding:28px;box-shadow:0 25px 80px rgba(0,0,0,.28)}
.login-card h1{font-size:31px;letter-spacing:-.8px;color:#17191d;margin-bottom:8px}
.login-card p{color:var(--muted);margin-top:0}
@media(max-width:980px){
  .products-grid{grid-template-columns:repeat(3,1fr)}
  .admin-grid{grid-template-columns:1fr}
  .admin-menu{position:static;display:flex;overflow:auto}
  .admin-menu button{width:auto;white-space:nowrap}
  .admin-cards{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:780px){
  .topbar{display:none}.nav{min-height:62px}.nav-links a:not(.cart-link){display:none}
  .brand span{display:none}.hero{padding:54px 0}.hero-grid{grid-template-columns:1fr}.hero-panel{display:none}
  h1{font-size:45px}.section{padding:52px 0}.grid-3{grid-template-columns:1fr}.products-grid{grid-template-columns:repeat(2,1fr)}
  .cart-layout,.checkout-layout{grid-template-columns:1fr}.summary-card{position:static}.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}
  .cart-item{grid-template-columns:72px 1fr}.cart-thumb{width:72px;height:72px}.cart-item>div:last-child{grid-column:2}
}
@media(max-width:520px){
  .container{width:min(100% - 22px,1180px)}.products-grid{grid-template-columns:1fr}.product-actions{flex-direction:column}
  .page-hero h1{font-size:34px}.admin-cards{grid-template-columns:1fr}.section-head{align-items:start;flex-direction:column}
}

/* RECON — graphite, metal and RECON green */
:root{--bg:#f6f6f3;--text:#202321;--dark:#171a18;--accent:#57c66c;--accent-2:#42af59;--line:#dedfd8;--muted:#666a64;--radius:8px;--shadow:none}
body{font-family:Arial,Helvetica,sans-serif}.container{width:min(1240px,calc(100% - 64px))}::selection{background:#57c66c;color:#171a18}a,button{-webkit-tap-highlight-color:transparent}:focus-visible{outline:3px solid #237e39;outline-offset:4px}.topbar{background:#57c66c;color:#102c19;font-size:12px;padding:7px 0}.header{box-shadow:none;border-bottom:1px solid #343733;background:#191c19}.nav{min-height:88px}.brand{font-size:33px;font-style:italic;font-weight:900;letter-spacing:-1.5px;line-height:1}.brand span{display:block;font-size:9px;letter-spacing:1.6px;font-style:normal;font-weight:700;margin-top:7px;color:#d6d8cf}.nav-links{gap:32px}.nav-links a{font-size:14px}.nav-links a[aria-current=page]{color:var(--accent)}.cart-link{border:1px solid #51554c;border-radius:5px;background:none}.cart-count{background:var(--accent)}.hero{padding:0;background:#191c19;overflow:hidden}.hero-grid{grid-template-columns:1fr 1fr;gap:0;min-height:545px}.hero-copy{padding:64px 0;position:relative;z-index:1}.eyebrow{font-size:12px;font-weight:700;letter-spacing:2px;margin-bottom:20px}.hero .eyebrow{color:#c2c6b8}.hero h1{font-size:clamp(46px,5.3vw,74px);line-height:1.05;letter-spacing:-3px;font-weight:800;max-width:650px}.hero h1 em{font-style:normal;color:var(--accent)}.hero p{font-size:17px;line-height:1.7;max-width:480px;color:#bfc3b8;margin:26px 0 30px}.btn{border-radius:5px;font-size:14px;min-height:48px;font-weight:700;padding:0 21px}.btn-primary{color:#102c19}.btn-primary:hover{color:#102c19}.hero .actions{gap:26px;align-items:center}.hero-contact{font-size:14px;text-decoration:underline;text-underline-offset:5px}.hero-foot{margin-top:50px;font-size:10px;letter-spacing:1.7px;color:#9fa596}.hero-foot span{padding:0 12px;color:var(--accent)}.hero-visual{margin:0;align-self:stretch;position:relative;min-width:0}.hero-visual img{height:100%;width:100%;object-fit:cover;position:absolute}.hero-visual:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#191c19 0%,transparent 28%)}.hero-visual figcaption{position:absolute;bottom:23px;right:0;z-index:1;display:flex;flex-direction:column;align-items:end;gap:6px;font-size:10px;letter-spacing:1.5px;color:#d3d5cd}.hero-visual small{font-size:10px;letter-spacing:0;color:#a6ab9d}.service-strip{background:#e5eee6;border-bottom:1px solid var(--line)}.service-strip .container{display:grid;grid-template-columns:repeat(3,1fr);padding:22px 0;font-size:14px}.service-strip span+span{border-left:1px solid #c6d7c9;padding-left:40px}.service-strip b{color:#808574;font-size:12px;margin-right:16px}.section{padding:78px 0}.section h2{font-size:38px;font-weight:700;letter-spacing:-1.5px;line-height:1.15}.section .eyebrow{color:#617b66;margin-bottom:12px}.section-head{margin-bottom:32px}.text-link{font-size:14px;font-weight:700;border-bottom:1px solid #73796b;padding-bottom:6px;white-space:nowrap}.catalog-layout{display:grid;grid-template-columns:1.15fr .85fr;gap:28px}.catalog-layout .products-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.parts-help{background:#e5eee6;border-radius:8px;padding:44px;display:flex;align-items:start;flex-direction:column;justify-content:center}.parts-help .eyebrow{font-size:10px}.parts-help h3{font-size:34px;line-height:1.15;letter-spacing:-1px;margin:0}.parts-help p{font-size:16px;color:var(--muted);max-width:390px;margin:22px 0 28px}.product-card{transition:border-color .2s}.product-card:hover{border-color:#939b83}.product-image-wrap{background:#eceee7;aspect-ratio:1.3}.product-image{object-fit:contain}.product-body{padding:22px}.product-actions{margin-top:12px}.badge{border-radius:3px;font-size:11px;letter-spacing:.4px}.stock,.field label,.small,td,.btn-sm{font-size:14px}.price{font-size:27px}.buying-section{padding:10px 0 70px}.feature-card{background:transparent;border:0;border-top:1px solid #cfd2c5;border-radius:0;padding:28px 24px 0 0}.step-number{font-size:12px;font-weight:700;color:#838a75;display:block;margin-bottom:20px}.feature-card h3{font-size:19px}.feature-card p{font-size:15px;line-height:1.7}.contact-section{background:#242923;color:#f3f5ed}.contact-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:100px}.contact-section .eyebrow{color:var(--accent)}.contact-section h2{font-size:46px}.contact-section p{color:#bcc3b3;margin:24px 0}.contact-details>div{padding:20px 0;border-bottom:1px solid #484f40}.contact-details span{display:block;font-size:10px;letter-spacing:1.6px;color:#adb6a1;margin-bottom:9px}.contact-details strong{display:block;font-size:18px;font-weight:400}.contact-details a:not(.phone){display:block;color:var(--accent);font-size:14px;margin-top:8px}.contact-details small{display:block;color:#acb5a1;margin-top:7px}.phone{font-size:26px}.footer{margin-top:0;background:#191c19;font-size:12px;padding:30px 0}.page-hero{background:#242923;padding:48px 0;border-bottom:4px solid var(--accent)}.page-hero h1{font-size:44px}.input:focus,.select:focus,.textarea:focus{border-color:#35974b;box-shadow:0 0 0 3px #57c66c29}.admin-menu button.active,.admin-menu button:hover{background:#e2f5e7;color:#205d30}.empty{grid-column:1/-1}.notice{background:#eef8f0;border-color:#c7e6ce;color:#285c35}.btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.toolbar input{flex:1}.product-title{overflow-wrap:anywhere}.summary-row{flex-wrap:wrap}.toast-wrap{pointer-events:none}.toast{border-left:4px solid var(--accent)}
@media(max-width:980px){.catalog-layout{grid-template-columns:1fr 1fr}.contact-grid{gap:40px}.hero h1{font-size:56px}.hero-copy{padding:50px 0}.nav-links{gap:20px}.products-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:780px){.container{width:calc(100% - 36px)}.nav{min-height:78px}.brand{font-size:28px}.brand span{display:block;font-size:8px;letter-spacing:1px}.nav-links{gap:14px}.nav-links a[href='/loja.html']{display:block}.nav-links .cart-link{font-size:12px;padding:8px}.hero-grid{grid-template-columns:1fr;min-height:0}.hero-copy{padding:44px 0 22px}.hero h1{font-size:clamp(44px,9vw,64px);letter-spacing:-2px}.hero p{font-size:16px}.hero-foot{margin-top:28px}.hero-visual{height:300px;margin:0 -18px}.hero-visual img{object-position:center 55%}.hero-visual:after{background:linear-gradient(#191c19,transparent 30%)}.hero-visual figcaption{right:20px;bottom:15px}.service-strip .container{gap:15px;font-size:12px;padding:18px 0}.service-strip b{display:block;margin-bottom:5px}.service-strip span+span{padding-left:12px}.section{padding:48px 0}.section h2{font-size:32px}.catalog-layout{grid-template-columns:1fr}.parts-help{padding:30px}.contact-grid{grid-template-columns:1fr;gap:20px}.contact-section h2{font-size:38px}.buying-section{padding-bottom:45px}.feature-card{padding-top:22px}.grid-3{gap:25px}.footer .container{flex-direction:column;gap:10px}.page-hero h1{font-size:36px}.product-actions{flex-direction:row}.admin-cards{grid-template-columns:repeat(2,1fr)}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

/* Refined RECON visual system */
:root{--bg:#f7f9f7;--surface:#fff;--surface-2:#edf2ee;--text:#15271f;--muted:#607268;--dark:#0c251b;--accent:#71df90;--accent-2:#59cc7a;--line:#dce5de;--radius:14px;--shadow:0 8px 28px #183f2410}
body{font-family:Inter,"Segoe UI",Arial,sans-serif;-webkit-font-smoothing:antialiased;line-height:1.6}.container{width:min(1240px,calc(100% - 80px))}.skip-link{position:fixed;top:-100px;left:20px;z-index:500;background:#fff;padding:12px;color:#13291c}.skip-link:focus{top:12px}.topbar{background:#0d3525;color:#dae8df;font-size:12px;padding:8px 0}.topbar .container span:last-child{color:#99ddb0}.header{background:#f7f9f7f5;color:#153723;border-bottom:1px solid #dce5de;backdrop-filter:blur(16px)}.nav{min-height:96px}.brand{display:flex;flex-direction:column;gap:7px}.brand .brand-name{display:block;font-size:36px;line-height:.85;font-weight:900;font-style:italic;letter-spacing:-2px;color:#133d2a;margin:0}.brand .brand-dot{display:inline;vertical-align:top;font-size:12px;font-weight:500;letter-spacing:0;font-style:normal;color:#39794e;margin:0 0 0 4px}.brand .brand-caption{display:block;font-size:8px;line-height:1;font-weight:700;letter-spacing:1.9px;font-style:normal;color:#4b6b58;margin:0}.nav-links{gap:34px}.nav-links a{color:#435c4c;font-weight:600}.nav-links a:hover,.nav-links a[aria-current=page]{color:#176c39}.cart-link{border:1px solid #c9dacf;border-radius:8px;padding:10px 15px;background:#edf4ee}.cart-count{background:#1c6438;color:white;min-width:23px;height:23px}
.hero{background:#0c251b;padding:48px 0 42px}.hero-grid{grid-template-columns:1fr 1fr;gap:52px;min-height:530px}.hero-copy{padding:20px 0 18px}.hero .eyebrow{font-size:10px;letter-spacing:2.1px;color:#b5cfbf;display:flex;align-items:center;gap:12px}.hero .eyebrow:before{content:'';display:block;width:24px;height:1px;background:#71df90}.hero h1{font-size:clamp(48px,5.5vw,78px);line-height:.99;letter-spacing:-3.8px;font-weight:650;margin:25px 0}.hero h1 em{color:#84e5a0}.hero p{max-width:420px;font-size:16px;line-height:1.8;color:#b8cbbf;margin:24px 0 30px}.btn{border-radius:8px;min-height:48px;transition:background .18s,box-shadow .18s,transform .18s}.btn-primary{color:#0b3020;box-shadow:0 5px 14px #0000000a}.btn-primary:hover{box-shadow:0 7px 20px #00000014}.hero .btn-primary{min-height:53px;padding:0 23px}.hero .btn-primary span{margin-left:20px;font-size:20px}.hero-contact{color:#e8f1eb;text-decoration:none;border-bottom:1px solid #5e7868;padding-bottom:4px;font-weight:500;font-size:13px}.hero-foot{font-size:12px;letter-spacing:.2px;color:#b7c8bd;margin-top:37px;display:flex;gap:12px;align-items:center}.hero-foot .hero-foot-line{width:32px;height:1px;background:#5d846e;padding:0;display:block}.hero-visual{height:100%;min-height:520px;overflow:hidden;border:1px solid #47604c;border-radius:18px;background:#141c16;box-shadow:0 20px 60px #00000026}.hero-visual img{object-position:64% center;object-fit:cover;transition:transform 1s}.hero-visual:hover img{transform:scale(1.025)}.hero-visual:after{background:linear-gradient(0deg,#061c13ee,transparent 52%)}.photo-index{position:absolute;top:22px;left:23px;z-index:2;font-size:10px;letter-spacing:2px;color:#e0e9e2;padding:7px 10px;border:1px solid #a1afa15e;border-radius:4px;background:#1422187d}.hero-visual figcaption{left:26px;right:26px;bottom:26px;align-items:start;gap:13px}.hero-visual figcaption>span{font-size:22px;line-height:1.3;letter-spacing:-.5px;color:#eef5f0}.hero-visual small{color:#a3b7a8;font-size:11px}
.service-strip{background:#fff;border-bottom:1px solid #dce5de}.service-strip .container{padding:25px 0;gap:30px;font-size:14px;color:#3b5445}.service-strip b{color:#318751;font-weight:600;margin-right:20px}.service-strip span+span{border-color:#dce5de;padding-left:30px}.section{padding:86px 0}.section .eyebrow{font-size:10px;color:#347448;letter-spacing:2px;margin-bottom:13px}.section h2{font-size:39px;line-height:1.2;letter-spacing:-1.8px;font-weight:650}.section .lead{font-size:15px;margin-top:10px}.section-head{margin-bottom:34px}.text-link{font-size:13px;color:#235c38;border-color:#a0b7a6;padding-bottom:7px}.catalog-layout{grid-template-columns:1.2fr .8fr;gap:30px}.catalog-layout .products-grid{grid-template-columns:1fr}.catalog-layout .product-card{display:grid;grid-template-columns:.95fr 1.05fr;align-items:stretch}.catalog-layout .product-image-wrap{aspect-ratio:auto;min-height:310px;border-right:1px solid var(--line)}.product-image-wrap{background:#eaf0ea}.product-card{box-shadow:0 5px 20px #143b1d07;border-radius:14px}.product-card:hover{border-color:#96b69e;box-shadow:0 10px 30px #143b1d0c}.product-body{padding:25px;gap:12px}.product-title{font-size:20px;letter-spacing:-.4px}.product-desc{font-size:14px;line-height:1.65}.price{font-size:clamp(22px,2vw,28px);font-weight:700;letter-spacing:-1px;overflow-wrap:anywhere}.stock{font-size:12px;font-weight:500;color:#277440}.badge{background:#fff;color:#335d3e;border:1px solid #d3e1d4;border-radius:4px;padding:5px 10px;font-size:10px;font-weight:600}.product-actions{flex-wrap:wrap;gap:8px}.product-actions .btn{padding:0 12px;min-height:42px;font-size:12px}.btn-outline{background:#fff;border-color:#cddbd0;color:#32563d}.parts-help{background:#eaf2eb;border:1px solid #d7e5d9;border-radius:14px;padding:33px;position:relative}.parts-help h3{font-size:31px;font-weight:600;line-height:1.2;letter-spacing:-1.2px}.parts-help p{font-size:14px;line-height:1.8;margin:18px 0 24px}.parts-help .eyebrow{line-height:1.5;font-size:9px;letter-spacing:1.5px}.parts-help .btn-dark{background:#153d28;color:#ecf6ee;font-size:12px;min-height:44px}.buying-section{padding:0 0 80px}.grid-3{gap:32px}.feature-card{border-color:#cddbd0;padding-top:26px;box-shadow:none}.step-number{color:#32824e;letter-spacing:1px;margin-bottom:17px}.feature-card h3{font-size:18px;font-weight:600;letter-spacing:-.3px}.feature-card p{font-size:14px}.contact-section{background:#e8f1e9;color:#173d28;border-top:1px solid #d2e2d4}.contact-section .eyebrow{color:#397849}.contact-section p{color:#587460;font-size:15px}.contact-section h2{font-size:47px;letter-spacing:-2px}.contact-section .btn-primary{background:#1c6438;color:white}.contact-section .btn-primary:hover{background:#164f2d}.contact-details>div{border-color:#c9dccd;padding:17px 0}.contact-details span{color:#557b5f;font-size:10px}.contact-details strong{font-size:17px;font-weight:500}.contact-details a:not(.phone){color:#246a38}.contact-details small{color:#5b7863;font-size:12px}.phone{font-weight:600;letter-spacing:-1px}.footer{background:#0c251b;color:#aec5b6;padding:31px 0}.footer a{color:#d1e4d7}.page-hero{background:#0c251b;border-bottom:0;padding:52px 0}.page-hero h1{font-weight:600;letter-spacing:-1.5px}.page-hero p{color:#b8cebf;font-size:15px}.toolbar{background:#fff;padding:16px;border:1px solid var(--line);border-radius:12px}.toolbar .input,.toolbar .select{background:#f8faf8;border-radius:7px}.summary-card{border-radius:14px;box-shadow:0 8px 24px #153e2010}.summary-card h3{font-size:20px;letter-spacing:-.5px}.summary-total{font-size:19px;letter-spacing:-.4px}.cart-item{border-radius:12px;padding:18px}.checkout-card h2{font-weight:600;letter-spacing:-.6px}.input,.select,.textarea{border-radius:7px;border-color:#d0ddd3}.input:focus,.select:focus,.textarea:focus{box-shadow:0 0 0 3px #54b77022;border-color:#5b9d6e}.empty{border-radius:12px;border-color:#c6d7ca;padding:44px 26px}.admin-shell{background:#f1f5f1}.admin-top{background:#0c251b}.admin-menu{border-radius:12px}.admin-menu button.active{background:#deefe2;color:#245b35}.stat,.panel,.login-card{border-radius:12px}.stat strong{font-size:30px;font-weight:650;letter-spacing:-1px}.stat{border-top:3px solid #74b387}.login-wrap{background:#0c251b}.login-card{padding:38px;box-shadow:0 20px 80px #0003}.login-card h1{color:#164529}.modal-card{border-radius:14px}.notice{border-radius:8px}
@media(max-width:1100px){.container{width:calc(100% - 48px)}.hero-grid{gap:30px}.hero h1{font-size:64px}.catalog-layout .product-card{display:flex}.catalog-layout .product-image-wrap{aspect-ratio:1.6;min-height:0;border-right:0}.parts-help{padding:30px}.hero-visual{min-height:510px}}
@media(max-width:780px){.container{width:calc(100% - 36px)}.nav{min-height:80px}.brand .brand-name{font-size:30px}.brand .brand-caption{font-size:7px;letter-spacing:1.5px}.nav-links{gap:15px}.nav-links a{font-size:13px}.nav-links .cart-link{padding:8px 10px}.hero{padding:28px 0}.hero-grid{grid-template-columns:1fr;gap:28px}.hero-copy{padding:8px 0 0}.hero h1{font-size:clamp(50px,11vw,70px);letter-spacing:-2.8px}.hero h1 br:nth-of-type(2){display:none}.hero h1 em:before{content:' '}.hero p{max-width:520px;margin:22px 0;font-size:15px}.hero .eyebrow{font-size:9px;letter-spacing:1.4px}.hero .actions{gap:20px}.hero-foot{margin-top:25px;font-size:11px}.hero-visual{height:330px;min-height:330px;margin:0;border-radius:12px}.hero-visual img{object-position:center 58%}.hero-visual figcaption{left:20px;bottom:20px}.hero-visual figcaption>span{font-size:19px}.service-strip .container{padding:18px 0;gap:12px;font-size:11px}.service-strip b{display:block;font-size:10px;margin:0 0 4px}.service-strip span+span{padding-left:12px}.section{padding:54px 0}.section h2{font-size:31px;letter-spacing:-1.3px}.section-head{gap:18px;margin-bottom:24px}.catalog-layout{grid-template-columns:1fr;gap:20px}.catalog-layout .product-card{display:grid;grid-template-columns:.85fr 1.15fr}.catalog-layout .product-image-wrap{aspect-ratio:auto;min-height:270px}.product-body{padding:20px}.product-actions{flex-direction:column}.price{font-size:23px}.parts-help{padding:29px}.parts-help h3{font-size:30px}.parts-help p{max-width:460px}.buying-section{padding:0 0 54px}.grid-3{gap:28px}.contact-grid{gap:27px}.contact-section h2{font-size:37px}.contact-section p{font-size:14px}.footer .container{gap:12px}.page-hero{padding:35px 0}.page-hero h1{font-size:35px}.toolbar{padding:12px}.toolbar .select{max-width:none!important}.summary-card{padding:22px}.login-card{padding:28px}}
@media(max-width:400px){.catalog-layout .product-card{display:flex}.catalog-layout .product-image-wrap{aspect-ratio:1.5;min-height:0}.product-actions{flex-direction:row}.hero .actions{gap:17px}.hero .btn-primary{padding:0 18px}.brand .brand-caption{font-size:6px}.nav-links{gap:10px}}
@media(prefers-reduced-motion:reduce){.hero-visual:hover img{transform:none}*{transition:none!important}}

.checkout-steps{display:flex;gap:22px;list-style:none;padding:0;margin:0 0 25px;color:#6c7f70;font-size:14px;flex-wrap:wrap}.checkout-steps .current{color:#196239;font-weight:700}.demo-banner{margin-bottom:24px;border:2px solid #b99732;background:#fff9df;color:#635015}.checkout-form{padding:28px}.checkout-form h2{font-size:23px;margin:0 0 22px}.checkout-form h2:not(:first-child){margin-top:30px}.delivery-choices,.payment-options{display:grid;gap:12px;margin:20px 0}.delivery-choices label,.payment-options label{display:block;padding:18px;border:1px solid #cdded1;border-radius:10px;cursor:pointer}.delivery-choices label:has(input:checked),.payment-options label:has(input:checked){border-color:#2c8050;background:#f0f8f2}.delivery-choices small,.payment-options small{display:block;margin-left:25px;color:#587561}#delivery-fields{margin-bottom:20px}#simulate{margin-top:20px;width:100%}#payment-error{color:#9c2832}#result-section{text-align:center;overflow-wrap:anywhere}.payment-result-symbol{font-size:44px;color:#287a45}#pay-instructions img{margin:20px auto}#pay-instructions .btn{margin-top:12px}#result-section .actions{justify-content:center}.checkout-form>.btn-primary{width:100%}#payment-orders td{font-size:13px}input[type=checkbox],input[type=radio]{accent-color:#267845}

/* Customer account + authentication */
.account-link{padding:8px 10px;border-radius:7px;border:1px solid transparent}.account-link.is-authenticated{background:#173d28;border-color:#315d42;color:#eef7f0!important}.account-kicker{display:inline-block;font-size:10px;letter-spacing:1.8px;font-weight:800;color:#347448;margin-bottom:10px}.auth-page{background:#eef3ef}.auth-main{min-height:calc(100vh - 80px);display:grid;place-items:center;padding:54px 18px;background:radial-gradient(circle at 20% 20%,#dceade 0,transparent 34%),#eef3ef}.auth-shell{width:min(1020px,100%);display:grid;grid-template-columns:.82fr 1.18fr;background:#0c251b;border-radius:20px;overflow:hidden;box-shadow:0 28px 80px #10271922}.auth-intro{padding:58px;color:#ecf5ef;display:flex;flex-direction:column;justify-content:center}.auth-intro .account-kicker{color:#86c99a}.auth-intro h1{font-size:50px;letter-spacing:-2.2px;line-height:1.02;margin:8px 0 22px}.auth-intro p{color:#b8cdbc;max-width:390px;line-height:1.75}.auth-benefits{display:grid;gap:12px;margin-top:28px;color:#dce9df;font-size:14px}.auth-card{background:#fff;padding:42px}.auth-card h1{font-size:34px;letter-spacing:-1px;color:#173d28}.auth-card-single{width:min(520px,100%);border:1px solid #d7e3d9;border-radius:16px;box-shadow:0 20px 60px #12301c12}.auth-tabs{display:grid;grid-template-columns:1fr 1fr;background:#eef3ef;border-radius:9px;padding:4px;margin-bottom:24px}.auth-tabs button{border:0;background:transparent;border-radius:7px;min-height:43px;color:#607064;font-weight:700}.auth-tabs button.active{background:white;color:#1d5934;box-shadow:0 3px 12px #0c251b12}.auth-form{display:grid;gap:15px}.auth-submit{width:100%;margin-top:4px}.google-auth-btn{min-height:50px;border:1px solid #ccd9cf;border-radius:8px;display:flex;align-items:center;justify-content:center;gap:12px;font-weight:700;background:#fff;color:#28382e}.google-auth-btn:hover{background:#f6faf7}.google-auth-btn.disabled{opacity:.45;cursor:not-allowed;pointer-events:none}.google-g{font-size:20px;font-weight:900;color:#2c6ecb}.auth-divider{height:42px;display:flex;align-items:center;gap:12px;color:#8a988e;font-size:12px}.auth-divider:before,.auth-divider:after{content:'';height:1px;background:#dfe7e1;flex:1}.auth-row{display:flex;align-items:center;justify-content:space-between;gap:14px;font-size:13px}.auth-row a{color:#246a3c;font-weight:700}.check-label{display:flex;align-items:center;gap:8px;font-size:13px;color:#5c6e61}.auth-legal{font-size:11px;color:#869287;line-height:1.6;margin:0}.resend-box{margin-top:16px;padding:14px;background:#f8f3df;border:1px solid #ebda9b;border-radius:8px}.resend-box p{margin:0 0 10px;color:#66541d}.auth-card .notice{margin-bottom:18px}.auth-checkout-gate{max-width:620px;margin:auto}.auth-checkout-gate h2{color:#173d28;font-size:30px;margin:4px 0 10px}.auth-checkout-gate p{max-width:520px;margin:0 auto 20px;line-height:1.7}
.account-hero{background:#0c251b;color:white;padding:50px 0}.account-hero .account-kicker{color:#82c596}.account-hero h1{font-size:43px;font-weight:600;letter-spacing:-1.8px;margin:3px 0 8px}.account-hero p{margin:0;color:#b8ccbd}.account-section{padding-top:36px}.account-layout{display:grid;grid-template-columns:250px 1fr;gap:26px;align-items:start}.account-sidebar{background:white;border:1px solid #d6e1d8;border-radius:13px;overflow:hidden;position:sticky;top:96px}.account-user{display:flex;align-items:center;gap:12px;padding:20px;border-bottom:1px solid #e2e9e3}.account-user>div:last-child{min-width:0}.account-user strong,.account-user small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-user small{font-size:11px;color:#708075;margin-top:3px}.account-avatar{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:#dceee1;color:#205d36;font-weight:800;overflow:hidden;flex:0 0 auto}.account-avatar img{width:100%;height:100%;object-fit:cover}.account-menu{padding:9px}.account-menu button{width:100%;border:0;background:transparent;text-align:left;padding:12px;border-radius:8px;color:#536357;font-weight:650}.account-menu button:hover,.account-menu button.active{background:#e6f2e9;color:#205c35}.account-logout{width:100%;border:0;border-top:1px solid #e2e9e3;background:#fff;text-align:left;padding:15px 21px;color:#9d3434;font-weight:700}.account-content{min-width:0}.account-page-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:22px}.account-page-head h2{font-size:34px;letter-spacing:-1.3px;margin:0}.account-page-head p{margin:7px 0 0;color:#6b7d70}.account-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:18px}.account-stats>button,.account-stats>div{border:1px solid #d7e2d9;background:white;border-radius:12px;padding:21px;text-align:left}.account-stats>button{cursor:pointer}.account-stats strong{display:block;font-size:30px;color:#1f6639;margin-bottom:2px}.account-stats span{color:#657569;font-size:13px}.account-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:18px}.account-content .panel{box-shadow:none;border-color:#d7e2d9}.account-content .panel-head h2{font-size:21px}.text-button{border:0;background:transparent;color:#286b3f;font-weight:700}.account-order-row{width:100%;border:0;background:transparent;padding:16px 0;border-bottom:1px solid #e4ebe5;display:flex;align-items:center;justify-content:space-between;gap:14px;text-align:left}.account-order-row:last-child{border-bottom:0}.account-order-row>div:first-child strong,.account-order-row>div:first-child span{display:block}.account-order-row>div:first-child strong{font-size:14px;color:#25382a}.account-order-row>div:first-child span{font-size:11px;color:#78877b;margin-top:4px}.order-row-right{display:flex;align-items:center;gap:13px}.order-row-right>strong{min-width:92px;text-align:right}.account-empty-mini{color:#718075;padding:24px 0}.address-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.address-card{background:white;border:1px solid #d7e2d9;border-radius:12px;padding:20px}.address-card.default{border-color:#88b895;box-shadow:inset 0 3px 0 #72ad82}.address-card-head{display:flex;justify-content:space-between;gap:12px;margin-bottom:17px}.address-label{font-weight:800;color:#275c38}.default-pill{margin-left:8px;font-size:9px;text-transform:uppercase;background:#e0f1e4;color:#2e7043;padding:4px 6px;border-radius:20px}.address-actions{display:flex;gap:8px}.address-actions button{border:0;background:transparent;color:#3a6747;font-size:11px;font-weight:700}.address-actions button:last-child{color:#a14242}.address-card>strong{font-size:15px}.address-card p{margin:8px 0 0;color:#68786c;font-size:13px;line-height:1.75}.account-form{display:grid;gap:17px}.account-form h3{margin:0}.form-actions{display:flex;justify-content:flex-end}.security-card h3{margin-top:0}.security-line{display:flex;justify-content:space-between;gap:20px;padding:14px 0;border-bottom:1px solid #e3ebe5}.security-line:last-child{border-bottom:0}.security-line span{color:#66776b}.security-line strong{color:#2b653d}.success-text{color:#247143;font-weight:700}.error-text{color:#9c3440;font-weight:700}.modal-close-row{display:flex;align-items:start;justify-content:space-between;gap:18px}.modal-close-row h2{margin:0}.icon-button{width:38px;height:38px;border:0;background:#eef3ef;border-radius:50%;font-size:24px;color:#405246}.order-modal{width:min(650px,100%)}.order-detail-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:#dce6de;border:1px solid #dce6de;border-radius:10px;overflow:hidden;margin:22px 0}.order-detail-grid>div{background:white;padding:15px}.order-detail-grid span,.order-detail-grid strong{display:block}.order-detail-grid span{font-size:10px;text-transform:uppercase;color:#7a887d;margin-bottom:4px}.order-items-list{border-top:1px solid #e1e9e3}.order-items-list>div{display:flex;justify-content:space-between;gap:15px;padding:14px 0;border-bottom:1px solid #e1e9e3}.order-address{padding-top:18px}.order-address span,.order-address strong{display:block}.order-address span{font-size:10px;text-transform:uppercase;color:#7a887d;margin-bottom:4px}
@media(max-width:900px){.auth-shell{grid-template-columns:1fr}.auth-intro{padding:36px}.auth-intro h1{font-size:39px}.account-layout{grid-template-columns:1fr}.account-sidebar{position:static}.account-menu{display:grid;grid-template-columns:repeat(5,1fr);overflow:auto}.account-menu button{white-space:nowrap;text-align:center;font-size:12px}.account-logout{text-align:center}.account-grid-2,.address-grid{grid-template-columns:1fr}}
@media(max-width:650px){.auth-main{padding:20px 12px}.auth-intro{display:none}.auth-card{padding:26px 21px;border-radius:14px}.auth-shell{border-radius:14px}.auth-row{align-items:flex-start;flex-direction:column}.account-hero{padding:34px 0}.account-hero h1{font-size:34px}.account-page-head{align-items:flex-start;flex-direction:column}.account-stats{grid-template-columns:1fr 1fr}.account-stats>div:last-child{grid-column:1/-1}.account-menu{grid-template-columns:none;grid-auto-flow:column;grid-auto-columns:max-content}.account-menu button{padding:10px}.order-row-right .status{display:none}.order-row-right>strong{min-width:0}.order-detail-grid{grid-template-columns:1fr}.modal-card{padding:20px}.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}}


/* RECON — Privacidade, cookies e páginas legais */
.legal-footer-links{display:flex;align-items:center;justify-content:flex-end;gap:14px 18px;flex-wrap:wrap;font-size:12px}
.legal-footer-links a,.legal-footer-links button{color:inherit;opacity:.78;text-decoration:none;background:none;border:0;padding:0;font:inherit;cursor:pointer}
.legal-footer-links a:hover,.legal-footer-links button:hover{opacity:1;text-decoration:underline}
.cookie-banner{position:fixed;z-index:9998;left:20px;right:20px;bottom:20px;margin:auto;max-width:1180px;background:#101713;color:#f4f8f5;border:1px solid rgba(255,255,255,.14);border-radius:16px;padding:18px 20px;box-shadow:0 20px 60px rgba(0,0,0,.35);display:flex;align-items:center;justify-content:space-between;gap:24px}
.cookie-banner-copy{max-width:720px}.cookie-banner-copy strong{display:block;font-size:16px;margin-bottom:5px}.cookie-banner-copy p{margin:0 0 6px;color:#cbd7cf;font-size:13px;line-height:1.55}.cookie-banner-copy a{color:#79d59a;font-size:12px}
.cookie-banner-actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap;justify-content:flex-end}.cookie-banner .btn{white-space:nowrap;padding:10px 14px;font-size:12px}
.cookie-modal-backdrop{position:fixed;z-index:9999;inset:0;background:rgba(0,0,0,.62);display:grid;place-items:center;padding:20px}
.cookie-modal{position:relative;width:min(620px,100%);max-height:90vh;overflow:auto;background:#fff;color:#172019;border-radius:18px;padding:28px;box-shadow:0 30px 80px rgba(0,0,0,.42)}
.cookie-modal h2{margin:5px 0 8px;font-size:28px}.cookie-modal>p{color:#5c685f;line-height:1.6}.cookie-close{position:absolute;right:16px;top:12px;border:0;background:none;font-size:30px;line-height:1;cursor:pointer;color:#4d5b51}
.cookie-choice{display:grid;grid-template-columns:1fr auto;gap:18px;align-items:center;padding:16px 0;border-top:1px solid #e5ebe6}.cookie-choice strong,.cookie-choice small{display:block}.cookie-choice small{color:#68766c;margin-top:4px;line-height:1.45}.cookie-choice input{width:20px;height:20px;accent-color:#2f7a49}.cookie-actions{display:flex;justify-content:flex-end;gap:10px;flex-wrap:wrap;margin-top:20px}
.legal-main{background:#f6f8f6}.legal-hero{padding:62px 0 34px;border-bottom:1px solid #dfe6e0}.legal-hero h1{max-width:780px;margin:8px 0 10px;font-size:clamp(36px,6vw,68px);line-height:.98}.legal-hero p{max-width:760px;color:#647068;line-height:1.7}.legal-meta{font-size:12px;color:#748078;margin-top:18px}.legal-layout{display:grid;grid-template-columns:minmax(0,1fr) 270px;gap:54px;padding:46px 0 80px}.legal-content{max-width:820px}.legal-content section{padding:0 0 28px;margin:0 0 28px;border-bottom:1px solid #dde5df}.legal-content section:last-child{border-bottom:0}.legal-content h2{font-size:24px;margin:0 0 12px}.legal-content h3{font-size:17px;margin:20px 0 8px}.legal-content p,.legal-content li{color:#4d5b52;line-height:1.75}.legal-content ul{padding-left:22px}.legal-content a{color:#21663b}.legal-note{background:#eaf4ed;border-left:4px solid #4c9b64;border-radius:8px;padding:16px 18px;color:#36523f!important}.legal-nav{position:sticky;top:26px;align-self:start;background:#fff;border:1px solid #dfe6e0;border-radius:14px;padding:18px}.legal-nav strong{display:block;margin-bottom:10px}.legal-nav a{display:block;padding:8px 0;color:#4d5b52;text-decoration:none;border-bottom:1px solid #edf1ee;font-size:13px}.legal-nav a:last-child{border-bottom:0}.legal-contact-card{background:#13221a;color:#f3f8f4;border-radius:14px;padding:20px;margin-top:18px}.legal-contact-card p{color:#c9d5cd;font-size:13px;line-height:1.6}.legal-contact-card a{color:#79d59a}.legal-consent{margin:14px 0;padding:13px 14px;background:#f2f6f3;border:1px solid #d9e4dc;border-radius:10px}.legal-consent a{color:#23663c}.legal-consent input{margin-right:7px;accent-color:#2f7a49}
@media(max-width:820px){.cookie-banner{left:10px;right:10px;bottom:10px;display:block}.cookie-banner-actions{justify-content:flex-start;margin-top:14px}.legal-layout{grid-template-columns:1fr;gap:24px}.legal-nav{position:static;order:-1}.legal-footer-links{justify-content:flex-start;width:100%;margin-top:10px}.footer .container{flex-wrap:wrap}}
