:root{
  --lime:#22b8ff;
  --ink:#071426;
  --muted:#607086;
  --line:#dbe4ec;
  --paper:#ffffff;
  --soft:#f2f7fa;
  --panel:#0a1b30;
  --blue:#168cff;
  --body-text:#17202a;
  --on-primary:#ffffff;
  --on-accent:#101114;
  --site-radius:8px;
  --site-width:1220px;
  --site-columns:3;
  --site-font:Inter,system-ui,sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
html,body{max-width:100%;overflow-x:hidden}
body{margin:0;font-family:Inter,system-ui,sans-serif;background:var(--soft);color:var(--ink);line-height:1.5}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit;min-width:0}
img{max-width:100%;display:block}
.topbar{position:sticky;top:0;z-index:20;display:flex;align-items:center;gap:18px;justify-content:space-between;min-height:86px;padding:14px clamp(16px,4vw,36px);background:rgba(7,20,38,.94);border-bottom:1px solid rgba(38,230,200,.22);box-shadow:0 12px 34px rgba(7,20,38,.18);backdrop-filter:blur(18px);overflow:hidden}
.logo{font-family:"Space Grotesk",sans-serif;font-size:24px;font-weight:700;white-space:nowrap}
.logo span,.footer-modern span{background:var(--ink);color:var(--lime);padding:2px 6px;margin-left:2px}
.brand-lockup{display:flex;align-items:center;gap:12px;flex:0 0 auto;color:#fff}
.official-logo{width:72px;height:72px;object-fit:contain;border-radius:10px}
.brand-mark{position:relative;width:42px;height:42px;display:grid;grid-template-columns:repeat(2,1fr);gap:4px;transform:rotate(45deg)}
.brand-mark i{display:block;border:3px solid var(--lime);border-radius:4px}
.brand-mark i:first-child{grid-column:1/-1}
.brand-mark i:nth-child(2){border-color:#168cff}
.brand-copy{display:flex;flex-direction:column;line-height:1}
.brand-copy strong{font-family:"Space Grotesk",sans-serif;font-size:25px;letter-spacing:-.04em}
.brand-copy strong span{color:var(--lime)}
.brand-copy small{margin-top:6px;color:#9fb3c9;font-size:10px;letter-spacing:.13em;text-transform:uppercase}
.store-brand-image{display:block;max-width:250px;max-height:58px;object-fit:contain}
.main-nav{display:flex;gap:8px;overflow-x:auto;overflow-y:hidden;min-width:0;max-width:100%;padding:8px;border-radius:10px;background:rgba(255,255,255,.88);box-shadow:0 12px 32px rgba(0,0,0,.16);backdrop-filter:blur(10px);-webkit-overflow-scrolling:touch;scrollbar-gutter:stable}
.nav-pill,.ghost-link{border:1px solid transparent;background:transparent;color:#475569;padding:10px 12px;border-radius:8px;font-weight:700;font-size:13px;white-space:nowrap;cursor:pointer;flex:0 0 auto}
.nav-pill.active,.nav-pill:hover,.ghost-link:hover{background:var(--ink);color:var(--lime)}
main{max-width:1220px;margin:0 auto;padding:28px clamp(16px,4vw,28px) 48px}
.view{display:none}
.view.active{display:block}
.hero-modern{display:grid;grid-template-columns:.9fr 1.1fr;gap:0;align-items:stretch;min-height:620px;border-radius:20px;overflow:hidden;background:var(--ink);box-shadow:0 28px 70px rgba(7,20,38,.18)}
.hero-modern>*,.split>*,.auth-grid>*{min-width:0}
.hero-copy{display:flex;flex-direction:column;justify-content:center;min-width:0;padding:52px;background:linear-gradient(135deg,#071426,#0a2440);color:#fff}
.eyebrow{margin:0 0 14px;display:inline-flex;width:max-content;max-width:100%;background:var(--ink);color:var(--lime);padding:6px 10px;border-radius:6px;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.12em;white-space:normal;overflow-wrap:anywhere}
h1,h2,h3{font-family:"Space Grotesk",sans-serif;letter-spacing:0;margin:0}
h1{font-size:clamp(44px,7vw,82px);line-height:.95;max-width:780px}
h1 span{color:var(--lime)}
h2{font-size:clamp(34px,5vw,56px);line-height:1}
h3{font-size:22px}
.hero-copy p:not(.eyebrow){color:#b8c7d9;font-size:18px;max-width:660px}
.section-title p,.split p,.contact-band p{color:var(--muted);font-size:18px;max-width:660px}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}
.btn-primary,.btn-outline{border:1px solid var(--ink);border-radius:8px;padding:13px 18px;font-weight:800;cursor:pointer;display:inline-flex;justify-content:center;align-items:center;min-height:46px}
.btn-primary{background:linear-gradient(135deg,#0b77e3,#1769ff);border-color:transparent;color:#fff;box-shadow:0 10px 24px rgba(11,119,227,.18)}
.btn-primary:hover{background:#2a2d35}
.btn-outline{background:#fff;color:var(--ink)}
.btn-outline:hover{background:var(--lime)}
.hero-media{border:0;padding:0;border-radius:0;overflow:hidden;background:#071426;cursor:zoom-in}
.hero-media img{width:100%;height:100%;object-fit:cover}
.hero-proof{display:flex;flex-wrap:wrap;gap:8px;margin-top:28px}
.hero-proof span{padding:7px 10px;border:1px solid rgba(38,230,200,.28);border-radius:999px;color:#bfeee7;font-size:12px;font-weight:700}
.info-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:16px}
.info-strip article,.info-card{background:var(--panel);color:#fff;border-radius:12px;padding:24px;border-top:2px solid var(--lime)}
.info-card{display:block;transition:transform .15s ease,background .15s ease}
.info-card:hover{background:#252933;transform:translateY(-2px)}
.info-strip strong{display:block;font-size:18px}
.info-strip span{display:block;color:#c8ccd4;margin-top:6px}
.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.process-grid article{background:#fff;border:1px solid var(--line);border-radius:14px;padding:24px;min-height:220px;box-shadow:0 12px 34px rgba(7,20,38,.06)}
.process-grid span{font-family:"Space Grotesk",sans-serif;font-size:42px;font-weight:700;color:#b6bdc8}
.process-grid h3{margin-top:18px}
.process-grid p{color:var(--muted);margin-bottom:0}
.section-title{margin-bottom:22px}
.catalog-toolbar{display:flex;gap:10px;margin-bottom:18px}
.catalog-toolbar input{flex:1;border:1px solid var(--line);border-radius:8px;padding:14px;background:#fff}
.catalog-page-size{display:flex;align-items:center;gap:8px;color:var(--muted);font-weight:800;white-space:nowrap}
.catalog-page-size select{border:1px solid var(--line);border-radius:8px;padding:12px;background:#fff}
.status{color:var(--muted);font-size:14px;margin:10px 0}
.catalog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.catalog-card{background:#fff;border:1px solid var(--line);border-radius:8px;overflow:hidden;display:flex;flex-direction:column;min-height:100%}
.catalog-image{border:0;padding:0;background:#eef0f3;aspect-ratio:4/3;cursor:zoom-in}
.catalog-image img{width:100%;height:100%;object-fit:cover}
.catalog-body{padding:18px;display:flex;flex-direction:column;gap:12px;flex:1}
.tag{display:inline-flex;width:max-content;border:1px solid var(--line);border-radius:999px;padding:4px 9px;color:var(--muted);font-size:12px;font-weight:800}
.catalog-body p{color:var(--muted);margin:0;flex:1}
.backorder-note{border:1px solid #fde68a;border-radius:8px;background:#fffbeb;color:#92400e!important;padding:10px;font-size:13px!important;flex:0!important}
.catalog-meta{display:flex;justify-content:space-between;gap:10px;align-items:center;border-top:1px solid var(--line);padding-top:12px}
.catalog-meta span{color:var(--muted);font-size:13px}
.catalog-meta strong{white-space:nowrap}
.catalog-actions{display:flex;flex-direction:column;gap:10px}
.catalog-actions label{display:flex;flex-direction:column;gap:6px;font-weight:800;color:#333;font-size:13px}
.catalog-qty{border:1px solid #d8dde5;border-radius:8px;padding:10px;background:#fff;width:100%}
.catalog-buttons{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.catalog-pager{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:18px}
.catalog-pager[hidden]{display:none}
.catalog-pager .btn-outline:disabled{opacity:.45;cursor:not-allowed}
.catalog-custom-callout{margin-top:18px;background:var(--panel);color:#fff;border-radius:8px;padding:22px;display:flex;align-items:center;justify-content:space-between;gap:18px}
.catalog-custom-callout strong{display:block;font-family:"Space Grotesk",sans-serif;font-size:24px}
.catalog-custom-callout p{margin:6px 0 0;color:#c8ccd4}
.catalog-custom-callout .btn-primary{background:var(--lime);border-color:var(--lime);color:var(--ink);white-space:nowrap}
.split{display:grid;grid-template-columns:.85fr 1.15fr;gap:26px;align-items:start}
.split.user-area-logged{grid-template-columns:1fr}
.split.user-area-logged>div:first-child{width:100%}
.form-panel,.user-card{background:#fff;border:1px solid var(--line);border-radius:8px;padding:22px;display:flex;flex-direction:column;gap:14px}
.form-panel label{display:flex;flex-direction:column;gap:7px;font-weight:700;color:#333}
.form-panel input,.form-panel select,.form-panel textarea{width:100%;border:1px solid #d8dde5;border-radius:8px;padding:12px;background:#fff}
.address-fields{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.address-fields[hidden]{display:none}
.address-fields label:first-child,.address-fields label:last-child{grid-column:1/-1}
.check{flex-direction:row!important;align-items:flex-start;font-weight:600!important;color:var(--muted)!important}
.check input{width:auto!important;margin-top:4px}
.cart-box{display:flex;flex-direction:column;gap:10px;color:var(--muted);font-size:14px}
.cart-row{display:grid;grid-template-columns:118px 1fr 104px 92px 32px;gap:10px;align-items:center;border:1px solid var(--line);border-radius:8px;padding:10px;background:var(--soft)}
.cart-row strong,.cart-row span{display:block}
.cart-row span{font-size:12px;color:var(--muted)}
.cart-select{display:flex!important;flex-direction:row!important;align-items:center;gap:7px;font-weight:800!important;color:var(--ink)!important;font-size:12px}
.cart-select input{width:auto!important}
.backorder-text{color:#92400e!important;font-weight:700}
.qty-control{display:flex;align-items:center;gap:4px}
.qty-control button,.remove-cart{border:1px solid var(--line);border-radius:6px;background:#fff;min-width:30px;height:30px;cursor:pointer;font-weight:800}
.qty-control input{height:30px;text-align:center;padding:4px!important}
.cart-total{display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line);padding-top:12px;font-size:18px}
.cart-total strong{font-family:"Space Grotesk",sans-serif;font-size:28px}
.auth-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.auth-grid[hidden]{display:none}
.user-card strong,.user-card span{display:block}
.account-summary{display:flex;align-items:center;justify-content:space-between;gap:14px}
.order-list{display:flex;flex-direction:column;gap:10px}
.order-card{border:1px solid var(--line);border-radius:8px;background:var(--soft);padding:12px;display:grid;grid-template-columns:1fr auto;gap:10px;align-items:center}
.order-card strong,.order-card span{display:block}
.order-status{display:inline-flex;width:max-content;border-radius:999px;padding:4px 9px;background:#fff;border:1px solid var(--line);font-size:12px;font-weight:800;color:var(--muted)}
.order-status.pago{background:#dcfce7;color:#166534}
.order-status.cancelado,.order-status.pagamento_recusado{background:#fee2e2;color:#991b1b}
.order-status.aguardando_pagamento{background:#fef3c7;color:#92400e}
.order-modal{position:fixed;inset:0;z-index:70;background:rgba(0,0,0,.68);display:grid;place-items:center;padding:18px}
.order-modal[hidden]{display:none}
.order-dialog{position:relative;background:#fff;border-radius:8px;max-width:760px;width:min(100%,760px);max-height:92vh;overflow:auto;padding:22px}
.modal-close{position:absolute;right:12px;top:12px;border:1px solid var(--line);background:#fff;border-radius:6px;width:34px;height:34px;cursor:pointer;font-weight:800}
.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:14px 0}
.detail-grid div,.detail-items{border:1px solid var(--line);border-radius:8px;padding:10px;background:var(--soft)}
.detail-items{display:flex;flex-direction:column;gap:8px}
.contact-band{background:linear-gradient(135deg,#071426,#0c3155);color:#fff;border-radius:18px;padding:48px}
.contact-band p{color:#c8ccd4}
.footer-modern{max-width:1220px;margin:0 auto 28px;padding:24px clamp(16px,4vw,28px);display:flex;justify-content:space-between;gap:16px;border-top:1px solid var(--line);color:var(--muted)}
.footer-modern strong{color:var(--ink);font-family:"Space Grotesk",sans-serif;font-size:20px}
.footer-modern small{display:block;margin-top:5px}
.footer-modern nav{display:flex;gap:18px}
.consent{position:fixed;left:16px;right:16px;bottom:16px;z-index:30;display:flex;justify-content:space-between;gap:18px;align-items:center;background:#fff;border:1px solid var(--ink);box-shadow:0 20px 60px rgba(0,0,0,.18);border-radius:8px;padding:16px;max-width:760px;margin:0 auto}
.consent[hidden]{display:none}
.consent p{margin:5px 0;color:var(--muted);font-size:14px}
.consent .btn-primary:disabled{opacity:.45;cursor:not-allowed}
.image-modal{position:fixed;inset:0;z-index:60;background:rgba(0,0,0,.78);display:grid;place-items:center;padding:22px}
.image-modal[hidden]{display:none}
.image-modal button{border:0;background:transparent;padding:0;cursor:zoom-out;max-width:min(100%,1000px);max-height:92vh}
.image-modal img{max-height:92vh;border-radius:8px;background:#fff}

@media(max-width:900px){
  .topbar{align-items:flex-start;flex-direction:column;min-height:142px;background-position:center top;padding:14px 16px}
  .brand-lockup{max-width:100%}
  .main-nav{width:100%;gap:6px;padding:8px}
  .nav-pill,.ghost-link{padding:9px 10px;font-size:13px}
  .hero-modern,.split{grid-template-columns:1fr;min-height:auto}
  .hero-media{aspect-ratio:16/10;width:100%}
  .hero-copy{padding:28px}
  .info-strip,.catalog-grid,.auth-grid,.process-grid{grid-template-columns:1fr}
  .address-fields{grid-template-columns:1fr}
  .cart-row{grid-template-columns:1fr;align-items:stretch}
  .catalog-buttons{grid-template-columns:1fr}
  .order-card,.detail-grid{grid-template-columns:1fr}
  .catalog-toolbar{flex-direction:column}
  .catalog-page-size{width:100%;justify-content:space-between}
  .catalog-custom-callout{align-items:stretch;flex-direction:column}
  .catalog-custom-callout .btn-primary{width:100%}
  .footer-modern,.consent{flex-direction:column;align-items:flex-start}
}

@media(max-width:520px){
  .topbar{gap:10px;padding:12px 14px}
  .logo{font-size:22px}
  .brand-copy small{font-size:9px}
  .main-nav{gap:6px}
  .nav-pill,.ghost-link{padding:9px 10px;font-size:12px;line-height:1.1}
  main{padding:18px 12px 36px}
  .hero-modern{gap:14px}
  .hero-copy{padding:22px 18px}
  .eyebrow{display:inline-block;width:auto;max-width:100%;line-height:1.35}
  h1{font-size:clamp(36px,13vw,48px)}
  h2{font-size:clamp(30px,10vw,42px)}
  h3{font-size:20px}
  .hero-copy p:not(.eyebrow),.section-title p,.split p,.contact-band p{font-size:16px}
  .hero-actions{flex-direction:column;margin-top:20px}
  .hero-actions .btn-primary,.hero-actions .btn-outline{width:100%}
  .info-strip{margin-top:12px}
  .info-strip article,.info-card,.process-grid article,.form-panel,.user-card{padding:18px}
  .catalog-page-size{align-items:flex-start;gap:6px;flex-direction:column}
  .catalog-page-size select{width:100%}
  .catalog-pager{flex-wrap:wrap}
  .catalog-pager .status{width:100%;text-align:center;order:-1}
  .catalog-meta,.account-summary,.cart-total{align-items:flex-start;flex-direction:column}
  .contact-band{padding:28px 18px}
  .footer-modern{margin-bottom:20px}
  .footer-modern nav{flex-wrap:wrap}
  .consent{left:10px;right:10px;bottom:10px;max-height:82vh;overflow:auto;padding:14px}
  .order-dialog{padding:18px 14px}
  input,select,textarea{font-size:16px}
}

[hidden]{display:none!important}
body.site-customized{font-family:var(--site-font);background:var(--soft);color:var(--body-text)}
body.site-customized main,body.site-customized .footer-modern{max-width:var(--site-width)}
body.site-customized h1,body.site-customized h2,body.site-customized h3{font-family:var(--site-font)}
body.site-customized .topbar{border-color:color-mix(in srgb,var(--lime) 35%,transparent)}
body.site-customized[data-header-style="dark"] .topbar{background:var(--ink);color:var(--on-primary)}
body.site-customized[data-header-style="light"] .topbar{background:var(--paper);color:var(--body-text)}
body.site-customized[data-header-style="accent"] .topbar{background:var(--lime);color:var(--on-accent)}
body.site-customized[data-header-style="light"] .brand-lockup,body.site-customized[data-header-style="accent"] .brand-lockup{color:inherit}
body.site-customized .main-nav{border-radius:var(--site-radius)}
body.site-customized .nav-pill.active,body.site-customized .nav-pill:hover{background:var(--ink);color:var(--on-primary)}
body.site-customized .hero-modern,body.site-customized .info-strip article,body.site-customized .info-card,body.site-customized .process-grid article,body.site-customized .catalog-card,body.site-customized .catalog-image,body.site-customized .catalog-custom-callout,body.site-customized .form-panel,body.site-customized .user-card,body.site-customized .contact-band,body.site-customized .consent{border-radius:var(--site-radius)}
body.site-customized .hero-modern{background:var(--ink)}
body.site-customized .hero-copy{background:var(--ink);color:var(--on-primary)}
body.site-customized .hero-copy p:not(.eyebrow){color:color-mix(in srgb,var(--on-primary) 72%,transparent)}
body.site-customized h1 span{color:var(--lime)}
body.site-customized .eyebrow{background:var(--ink);color:var(--on-primary);border:1px solid color-mix(in srgb,var(--lime) 55%,transparent);border-radius:var(--site-radius)}
body.site-customized .btn-primary{background:var(--lime);border-color:var(--lime);color:var(--on-accent);box-shadow:none;border-radius:var(--site-radius)}
body.site-customized .btn-primary:hover{background:var(--ink);border-color:var(--ink);color:var(--on-primary)}
body.site-customized .btn-outline{border-color:var(--ink);border-radius:var(--site-radius)}
body.site-customized .btn-outline:hover{background:var(--lime);color:var(--on-accent)}
body.site-customized .info-strip article,body.site-customized .info-card,body.site-customized .catalog-custom-callout{background:var(--ink);color:var(--on-primary)}
body.site-customized .info-strip span,body.site-customized .catalog-custom-callout p{color:color-mix(in srgb,var(--on-primary) 72%,transparent)}
body.site-customized .process-grid article,body.site-customized .catalog-card,body.site-customized .form-panel,body.site-customized .user-card,body.site-customized .consent{background:var(--paper)}
body.site-customized .catalog-grid{grid-template-columns:repeat(var(--site-columns),minmax(0,1fr))}
body.site-customized .contact-band{background:var(--ink);color:var(--on-primary)}
body.site-customized .contact-band p{color:color-mix(in srgb,var(--on-primary) 72%,transparent)}
body.site-customized[data-hero-layout="overlay"] .hero-modern{position:relative;display:flex;align-items:stretch;min-height:620px}
body.site-customized[data-hero-layout="overlay"] .hero-media{position:absolute;inset:0;z-index:0;width:100%;height:100%}
body.site-customized[data-hero-layout="overlay"] .hero-copy{position:relative;z-index:1;width:min(100%,720px);background:color-mix(in srgb,var(--ink) 88%,transparent)}
body.site-customized[data-hero-layout="text"] .hero-modern{grid-template-columns:1fr;min-height:520px}
body.site-customized[data-hero-layout="text"] .hero-copy{align-items:flex-start}
body.site-customized[data-site-theme="minimal"] .hero-modern{background:var(--paper);border:1px solid var(--line);box-shadow:none}
body.site-customized[data-site-theme="minimal"] .hero-copy{background:var(--paper);color:var(--body-text)}
body.site-customized[data-site-theme="minimal"] .hero-copy p:not(.eyebrow){color:var(--muted)}
body.site-customized[data-site-theme="minimal"] .info-strip article,body.site-customized[data-site-theme="minimal"] .info-card{background:var(--paper);color:var(--body-text);border:1px solid var(--line);border-top:3px solid var(--lime)}
body.site-customized[data-site-theme="minimal"] .info-strip span{color:var(--muted)}
body.site-customized[data-site-theme="minimal"] .process-grid article,body.site-customized[data-site-theme="minimal"] .catalog-card{box-shadow:none}
body.site-customized[data-site-theme="bold"] .hero-modern{border:3px solid var(--ink);box-shadow:10px 10px 0 var(--lime)}
body.site-customized[data-site-theme="bold"] .catalog-card,body.site-customized[data-site-theme="bold"] .process-grid article{border:2px solid var(--ink)}
body.site-customized[data-site-theme="bold"] .info-strip article,body.site-customized[data-site-theme="bold"] .info-card{border-top-width:5px}
@media(max-width:900px){body.site-customized .catalog-grid{grid-template-columns:1fr}body.site-customized[data-hero-layout="overlay"] .hero-modern{min-height:560px}body.site-customized[data-hero-layout="overlay"] .hero-copy{width:100%;background:color-mix(in srgb,var(--ink) 82%,transparent)}}
