
:root{
  --bg:#f3f6fb;
  --bg-2:#eef3fb;
  --surface:#ffffff;
  --surface-2:#f8fbff;
  --line:#d9e3f0;
  --line-2:#e6edf6;
  --text:#102033;
  --text-soft:#4c6178;
  --primary:#0f4fcf;
  --primary-2:#123c8f;
  --accent:#0f766e;
  --accent-soft:#ecfdf5;
  --warning:#b45309;
  --warning-soft:#fff7ed;
  --shadow:0 18px 45px rgba(15,23,42,.08);
  --shadow-sm:0 10px 26px rgba(15,23,42,.05);
  --radius-xl:28px;
  --radius-lg:22px;
  --radius-md:16px;
  --radius-sm:12px;
  --container:min(1240px,calc(100% - 32px));
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Tahoma,Arial,sans-serif;background:linear-gradient(180deg,#f9fbff 0%,#f3f6fb 100%);color:var(--text)}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
.container{width:var(--container);margin:auto}
.hidden{display:none!important}
.text-center{text-align:center}
.muted{color:var(--text-soft)}
.small{font-size:13px}
.top-strip{background:#0b1f36;color:#dbeafe;font-size:13px}
.top-strip .container{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:10px 0}
.top-strip .inline{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.topbar{position:sticky;top:0;z-index:80;background:rgba(255,255,255,.92);backdrop-filter:blur(14px);border-bottom:1px solid rgba(217,227,240,.95)}
.topbar-inner{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:14px 0}
.brand{display:flex;align-items:center;gap:14px;min-width:0}
.brand-logo{width:62px;height:62px;border-radius:18px;overflow:hidden;border:1px solid #d8e5ff;background:linear-gradient(135deg,#eff6ff,#dbeafe);display:grid;place-items:center;flex:0 0 auto;box-shadow:var(--shadow-sm)}
.brand-logo img{width:100%;height:100%;object-fit:cover}
.brand-text{min-width:0}
.brand-title{margin:0 0 4px;font-size:20px;line-height:1.2;font-weight:900}
.brand-subtitle{margin:0;color:var(--text-soft);font-size:13px}
.nav-toggle{display:none;background:#eef4ff;border:1px solid #dbeafe;border-radius:14px;padding:10px 12px;font-weight:900;color:var(--primary)}
.nav{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}
.nav a{padding:12px 14px;border-radius:14px;color:#334155;font-weight:800;font-size:14px;transition:.2s}
.nav a:hover,.nav a.active{background:#eef4ff;color:var(--primary)}
.hero-home{padding:32px 0 18px}
.hero-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:24px;align-items:stretch}
.hero-card,.surface-card,.metric-card,.category-card,.product-card,.service-card,.branch-card,.contact-card,.faq-card,.story-card,.value-card,.process-card,.panel,.notice,.quote-card,.cta-card,.support-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-xl);box-shadow:var(--shadow)}
.hero-card{padding:38px;position:relative;overflow:hidden;background:radial-gradient(circle at top right,#e6f0ff 0,#ffffff 46%,#ffffff 100%)}
.hero-card::after{content:'';position:absolute;inset:auto -80px -100px auto;width:250px;height:250px;border-radius:999px;background:radial-gradient(circle,#dbeafe,transparent 70%);opacity:.9}
.kicker{display:inline-flex;align-items:center;gap:8px;background:#eff6ff;color:var(--primary);border:1px solid #dbeafe;border-radius:999px;padding:8px 14px;font-size:13px;font-weight:900}
.hero-title{font-size:50px;line-height:1.1;margin:18px 0 14px;font-weight:900;max-width:760px}
.hero-lead{font-size:18px;line-height:1.9;color:var(--text-soft);max-width:760px;margin:0 0 22px}
.hero-actions,.inline-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 18px;border-radius:14px;border:1px solid transparent;font-weight:900;transition:.2s}
.btn-primary{background:linear-gradient(135deg,var(--primary),var(--primary-2));color:#fff;box-shadow:0 14px 30px rgba(15,79,207,.24)}
.btn-primary:hover{transform:translateY(-1px)}
.btn-secondary{background:#fff;color:var(--primary);border-color:#cfe0ff}
.btn-light{background:#f7fbff;color:#163253;border-color:#dbe8f6}
.btn-ghost{background:transparent;color:var(--text);border-color:var(--line)}
.hero-points{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:24px}
.hero-point{padding:16px;border-radius:18px;background:#f8fbff;border:1px solid #e3eefb}
.hero-point strong{display:block;font-size:15px;margin-bottom:6px}
.hero-side{display:grid;grid-template-rows:auto auto;gap:18px}
.panel{padding:24px}
.panel h3,.section-head h2,.page-hero-content h1{margin:0 0 10px;font-size:30px;line-height:1.2}
.panel p{margin:0;color:var(--text-soft);line-height:1.9}
.metrics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:18px}
.metric-card{padding:18px;border-radius:22px;background:linear-gradient(180deg,#fff,#f8fbff)}
.metric-card strong{display:block;font-size:30px;margin-bottom:8px}
.metric-card span{color:var(--text-soft);font-size:14px}
.quick-list{display:grid;gap:10px;margin-top:18px}
.quick-item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px;border-radius:16px;background:#f8fbff;border:1px solid #e7eff9}
.quick-item strong{font-size:15px}
.quick-item small{color:var(--text-soft)}
.section{padding:18px 0 0}
.section + .section{padding-top:18px}
.section-head{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:18px}
.section-head h2,.section-head h3{margin:0 0 8px;font-size:30px;line-height:1.2}
.section-head p{margin:0;color:var(--text-soft);line-height:1.8;max-width:760px}
.grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.grid-4{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.surface-card,.story-card,.support-card,.quote-card,.contact-card,.faq-card{padding:28px}
.surface-card h3,.story-card h3,.support-card h3,.quote-card h3,.contact-card h3,.faq-card h3{margin:0 0 10px;font-size:24px}
.surface-card p,.story-card p,.support-card p,.quote-card p,.contact-card p,.faq-card p{margin:0;color:var(--text-soft);line-height:1.9}
.category-card,.service-card,.branch-card,.value-card,.process-card{padding:24px;border-radius:24px;background:linear-gradient(180deg,#fff,#fbfdff)}
.category-card .icon,.service-card .icon,.branch-card .icon,.value-card .icon,.process-card .icon,.contact-icon,.faq-icon{width:56px;height:56px;border-radius:18px;display:grid;place-items:center;background:#eff6ff;color:var(--primary);font-size:26px;margin-bottom:16px;border:1px solid #dbeafe}
.category-card h4,.service-card h4,.branch-card h4,.value-card h4,.process-card h4{margin:0 0 10px;font-size:22px}
.category-card p,.service-card p,.branch-card p,.value-card p,.process-card p{margin:0 0 14px;color:var(--text-soft);line-height:1.8}
.card-meta{display:flex;gap:10px;flex-wrap:wrap}
.pill{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border-radius:999px;background:#f3f7fd;border:1px solid #e0e8f3;color:#24415f;font-size:13px;font-weight:800}
.pill.soft{background:#effcf8;border-color:#c7f0df;color:#0f6c4d}
.pill.warn{background:var(--warning-soft);border-color:#fed7aa;color:var(--warning)}
.pill.dark{background:#102033;color:#fff;border-color:#102033}
.catalog-shell{display:grid;grid-template-columns:320px 1fr;gap:22px;align-items:start}
.catalog-sidebar{position:sticky;top:108px}
.filter-panel{padding:24px}
.filter-panel h3{margin:0 0 12px;font-size:24px}
.field{display:grid;gap:8px;margin-bottom:14px}
.field label{font-size:14px;font-weight:900;color:#19314d}
.field input,.field select,.field textarea{width:100%;padding:14px 16px;border-radius:14px;border:1px solid #d7e2ef;background:#fff;color:var(--text)}
.field textarea{min-height:140px;resize:vertical}
.field input:focus,.field select:focus,.field textarea:focus{outline:none;border-color:#9fc2ff;box-shadow:0 0 0 4px rgba(15,79,207,.08)}
.chips{display:flex;flex-wrap:wrap;gap:10px}
.btn-chip{padding:11px 14px;border-radius:999px;border:1px solid #dbe5f0;background:#fff;color:#21405c;font-weight:900}
.btn-chip.active{background:#0f4fcf;color:#fff;border-color:#0f4fcf}
.results-bar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 22px;border-radius:22px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow-sm);margin-bottom:18px}
.products-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.product-card{overflow:hidden;display:flex;flex-direction:column;border-radius:24px;background:linear-gradient(180deg,#fff,#fbfdff)}
.product-media{height:220px;display:grid;place-items:center;background:linear-gradient(135deg,#eef5ff,#f8fbff);font-size:56px;color:#21405c;position:relative;border-bottom:1px solid var(--line)}
.badge{position:absolute;top:14px;left:14px;background:#e9f8ee;color:#166534;border:1px solid #c8ead2;padding:8px 12px;border-radius:999px;font-size:12px;font-weight:900}
.badge.warn{background:var(--warning-soft);border-color:#fed7aa;color:var(--warning)}
.product-body{padding:18px 18px 12px;display:grid;gap:12px}
.product-title{font-size:22px;font-weight:900;line-height:1.35}
.product-snippet{color:var(--text-soft);line-height:1.8;font-size:14px;min-height:50px}
.product-price{display:flex;align-items:end;justify-content:space-between;gap:12px}
.product-price strong{font-size:28px}
.product-price small{color:var(--text-soft)}
.product-footer{display:flex;gap:10px;padding:0 18px 18px;margin-top:auto}
.product-footer .btn{flex:1}
.highlight-band,.cta-band{padding:28px;border-radius:28px;background:linear-gradient(135deg,#10294a,#0f4fcf);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:18px;box-shadow:0 18px 38px rgba(15,79,207,.25)}
.highlight-band h3,.cta-band h3{margin:0 0 8px;font-size:30px}
.highlight-band p,.cta-band p{margin:0;color:#dbeafe;line-height:1.8;max-width:780px}
.highlight-band .btn-light,.cta-band .btn-light{background:#fff;color:#123c8f;border-color:#fff}
.page-hero{padding:28px 0 8px}
.page-hero-box{position:relative;overflow:hidden;padding:32px;border-radius:30px;background:linear-gradient(135deg,#10294a,#173b7a 56%,#1f4fa7);color:#fff;box-shadow:0 18px 38px rgba(16,41,74,.22)}
.page-hero-box::after{content:'';position:absolute;left:-60px;bottom:-60px;width:220px;height:220px;border-radius:999px;background:radial-gradient(circle,#60a5fa,transparent 70%);opacity:.35}
.page-hero-content p,.page-hero-box p{max-width:840px;color:#dbeafe;line-height:1.9;font-size:17px;margin:0}
.info-list{display:grid;gap:14px;margin-top:18px}
.info-item{display:flex;gap:14px;align-items:flex-start;padding:16px;border-radius:18px;background:#f8fbff;border:1px solid #e6edf6}
.info-item strong{display:block;margin-bottom:4px}
.story-layout{display:grid;grid-template-columns:1.05fr .95fr;gap:18px}
.values-grid,.process-grid,.services-grid,.branches-grid,.faq-grid,.contact-grid,.company-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.story-card h2,.support-card h2,.quote-card h2{margin:0 0 12px;font-size:34px;line-height:1.2}
.story-copy{display:grid;gap:14px}
.story-copy p{font-size:16px}
.stats-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:18px}
.stat-box{padding:18px;border-radius:20px;background:#f8fbff;border:1px solid #e6edf6}
.stat-box strong{display:block;font-size:28px;margin-bottom:6px}
.stat-box span{color:var(--text-soft);font-size:14px}
.contact-grid{grid-template-columns:1.1fr .9fr}
.contact-methods{display:grid;gap:14px}
.contact-method{display:flex;gap:14px;align-items:flex-start;padding:16px;border-radius:18px;background:#f8fbff;border:1px solid #e6edf6}
.contact-icon{flex:0 0 auto;margin:0}
.contact-method h4{margin:0 0 6px;font-size:20px}
.contact-method p{margin:0;color:var(--text-soft);line-height:1.8}
.faq-accordion{display:grid;gap:14px}
.faq-item{padding:20px 22px;border-radius:22px}
.faq-item summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:16px;font-size:18px;font-weight:900;cursor:pointer}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item p{margin:14px 0 0;color:var(--text-soft);line-height:1.9}
.notice{padding:16px 18px;border-radius:18px;margin:16px 0;font-weight:800}
.notice.warn{background:var(--warning-soft);border-color:#fed7aa;color:var(--warning)}
.notice.info{background:#eff6ff;border-color:#cfe0ff;color:#123c8f}
.footer{margin-top:34px;padding:34px 0 18px;border-top:1px solid var(--line);background:#fff}
.footer-grid{display:grid;grid-template-columns:1.15fr .85fr .85fr .85fr;gap:18px}
.footer-card{padding:0}
.footer-title{margin:0 0 14px;font-size:18px}
.footer-links{display:grid;gap:10px;color:var(--text-soft)}
.footer-links a:hover{color:var(--primary)}
.footer-bottom{padding-top:20px;margin-top:20px;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:14px;color:var(--text-soft);font-size:13px}
.modal{position:fixed;inset:0;background:rgba(15,23,42,.56);display:none;align-items:center;justify-content:center;padding:20px;z-index:120}
.modal.open{display:flex}
.modal-card{width:min(1080px,100%);max-height:min(90vh,940px);overflow:auto;background:#fff;border-radius:30px;border:1px solid var(--line);box-shadow:0 30px 70px rgba(15,23,42,.24)}
.modal-grid{display:grid;grid-template-columns:.95fr 1.05fr;min-height:500px}
.modal-media{background:linear-gradient(135deg,#eef5ff,#f8fbff);display:grid;place-items:center;font-size:96px;color:#163253;padding:26px}
.modal-content{padding:28px}
.modal-head{display:flex;align-items:start;justify-content:space-between;gap:16px}
.modal-title{margin:0 0 6px;font-size:34px;line-height:1.2}
.close{width:46px;height:46px;border-radius:14px;border:1px solid #dbe5f0;background:#f8fbff;font-size:28px;line-height:1;color:#19314d}
.specs-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:16px}
.spec{padding:14px;border-radius:16px;background:#f8fbff;border:1px solid #e6edf6}
.spec b{display:block;margin-bottom:6px}
.meta-stack{display:flex;flex-wrap:wrap;gap:10px}
.mobile-only{display:none}
.desktop-only{display:block}
@media (max-width:1080px){
  .hero-grid,.story-layout,.contact-grid,.catalog-shell,.modal-grid{grid-template-columns:1fr}
  .catalog-sidebar{position:static}
  .grid-4,.grid-3,.values-grid,.process-grid,.services-grid,.branches-grid,.company-grid,.footer-grid,.products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .stats-row{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:820px){
  .nav-toggle{display:inline-flex}
  .nav{display:none;position:absolute;top:100%;right:16px;left:16px;background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow);padding:12px;flex-direction:column;align-items:stretch}
  .nav.open{display:flex}
  .nav a{display:block;text-align:center}
  .topbar-inner{position:relative}
  .hero-title{font-size:38px}
  .hero-points,.metrics{grid-template-columns:1fr}
  .highlight-band,.cta-band,.section-head,.results-bar,.footer-bottom{flex-direction:column;align-items:flex-start}
  .grid-4,.grid-3,.grid-2,.values-grid,.process-grid,.services-grid,.branches-grid,.faq-grid,.company-grid,.footer-grid,.products-grid{grid-template-columns:1fr}
  .page-hero-box{padding:26px}
  .surface-card,.story-card,.support-card,.quote-card,.contact-card,.faq-card,.filter-panel{padding:22px}
  .modal-content{padding:22px}
  .modal-media{min-height:220px;font-size:72px}
}
@media (max-width:520px){
  .container{width:min(100% - 24px,100%)}
  .hero-title{font-size:32px}
  .top-strip .container,.topbar-inner,.hero-card,.page-hero-box{padding-left:0;padding-right:0}
  .brand-title{font-size:18px}
  .brand-logo{width:54px;height:54px}
  .btn{width:100%}
  .hero-actions,.inline-actions,.product-footer{flex-direction:column}
  .stats-row{grid-template-columns:1fr}
}


.topbar-cta{white-space:nowrap;padding-inline:16px;box-shadow:0 12px 26px rgba(15,79,207,.18)}
.section-tight{padding-top:6px;padding-bottom:6px}
.trust-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.trust-item{background:linear-gradient(180deg,#fff,#f8fbff);border:1px solid var(--line);border-radius:20px;padding:22px;box-shadow:var(--shadow-sm)}
.trust-item strong{display:block;font-size:18px;margin-bottom:8px}
.trust-item span{color:var(--text-soft);line-height:1.8}
.highlight-band.luxury{background:linear-gradient(135deg,#0f1f38,#123c8f);color:#fff;border:none}
.highlight-band.luxury p{color:#dbeafe}
.highlight-band.luxury .btn-light{background:#fff;color:#123c8f}
.highlight-band.luxury .btn-secondary{background:transparent;border-color:rgba(255,255,255,.35);color:#fff}
.support-card.premium{background:linear-gradient(180deg,#0f4fcf,#123c8f);color:#fff;border:none;box-shadow:0 18px 38px rgba(15,79,207,.22)}
.support-card.premium p{color:#dbeafe}
.support-card.premium .btn-light{background:#fff;color:#123c8f}
.floating-wa{position:fixed;left:18px;bottom:18px;z-index:90;background:linear-gradient(135deg,#16a34a,#15803d);color:#fff;padding:14px 18px;border-radius:999px;box-shadow:0 18px 40px rgba(22,163,74,.28);font-weight:900;border:1px solid rgba(255,255,255,.2)}
.floating-wa:hover{transform:translateY(-1px)}
.quick-item small{color:#64748b}
.branch-card .pill:first-child{display:none}
.cta-band.compact{padding:26px 30px}
.hero-card{border-color:#d7e3f8}
.hero-title{max-width:820px}
.product-card{transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease}
.product-card:hover{transform:translateY(-4px);box-shadow:0 20px 48px rgba(15,23,42,.1);border-color:#c6d7f2}
.category-card,.service-card,.value-card,.process-card,.branch-card{transition:transform .18s ease, box-shadow .18s ease}
.category-card:hover,.service-card:hover,.value-card:hover,.process-card:hover,.branch-card:hover{transform:translateY(-4px);box-shadow:0 22px 50px rgba(15,23,42,.1)}
@media (max-width:980px){.topbar-cta{display:none}.trust-strip{grid-template-columns:1fr}.floating-wa{left:12px;bottom:12px;padding:12px 16px}}


.quote-badge{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 7px;border-radius:999px;background:#0f4fcf;color:#fff;font-size:12px;font-weight:900;margin-inline-start:6px}
.hero-deluxe{padding-top:24px}
.luxury-card{background:linear-gradient(135deg,#ffffff,#f6faff);position:relative;overflow:hidden}
.luxury-card::after{content:'';position:absolute;left:-90px;top:-90px;width:240px;height:240px;border-radius:999px;background:radial-gradient(circle,#dbeafe 0,#eff6ff 55%,transparent 70%);opacity:.9}
.deluxe-side .panel-accent{background:linear-gradient(135deg,#0f4fcf,#123c8f);color:#fff;border:none}
.deluxe-side .panel-accent p,.deluxe-side .panel-accent span{color:#dbeafe}
.hero-marks{display:flex;flex-wrap:wrap;gap:10px;margin:18px 0 8px}
.mark-chip{padding:10px 14px;border-radius:999px;background:#eff6ff;border:1px solid #d9e8ff;color:#123c8f;font-weight:900}
.brand-strip-wrap{display:grid;gap:14px}
.brand-strip-title{font-size:18px;font-weight:900;color:#10294a}
.brand-strip{display:flex;flex-wrap:wrap;gap:10px}
.brand-chip{padding:10px 14px;border-radius:999px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow-sm);font-weight:800;color:#123c8f}
.premium-trust .trust-item{border-color:#d7e3f8}
.promise-card{padding:24px;border-radius:24px;background:linear-gradient(180deg,#fff,#f8fbff);border:1px solid var(--line);box-shadow:var(--shadow-sm)}
.promise-card h4{margin:0 0 8px;font-size:22px}
.promise-card p{margin:0;color:var(--text-soft);line-height:1.9}
.deluxe-cta{background:linear-gradient(135deg,#09182f,#0f4fcf)}
.product-emoji,.modal-emoji{font-size:72px}
.product-footer.triple{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}
.btn-light{background:#f8fbff;border-color:#dbe5f0;color:#123c8f}
.btn-light:hover{border-color:#bcd0ec;background:#eef5ff}
.compact-head{align-items:center}
.quote-layout{display:grid;grid-template-columns:1.05fr .95fr;gap:18px}
.quote-items{display:grid;gap:14px;margin-top:18px}
.quote-item{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:16px;border-radius:18px;background:#f8fbff;border:1px solid #e6edf6}
.quote-item strong{display:block;font-size:18px;margin-bottom:6px}
.quote-item p{margin:0;color:var(--text-soft);line-height:1.8}
.quote-total-box{margin-top:16px;padding:18px;border-radius:18px;background:linear-gradient(135deg,#10294a,#123c8f);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:14px}
.quote-total-box strong{font-size:22px}
.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.field.full{grid-column:1/-1}
.field label{display:block;margin-bottom:8px;font-weight:800;color:#10294a}
.field input,.field textarea,.field select{width:100%;border:1px solid #d9e2ef;border-radius:16px;padding:14px 16px;background:#fff;font:inherit;color:var(--text)}
.field input:focus,.field textarea:focus,.field select:focus{outline:none;border-color:#86a8e7;box-shadow:0 0 0 3px rgba(59,130,246,.12)}
@media (max-width:1080px){.quote-layout{grid-template-columns:1fr}}
@media (max-width:820px){.product-footer.triple,.form-grid{grid-template-columns:1fr}.quote-item,.quote-total-box{flex-direction:column;align-items:flex-start}}

.list-clean{margin:14px 0 0;padding:0;list-style:none;display:grid;gap:10px}
.list-clean li{position:relative;padding-right:18px;color:var(--text-soft);line-height:1.8}
.list-clean li::before{content:"•";position:absolute;right:0;top:0;color:var(--primary);font-weight:900}
.cta-actions{display:flex;gap:12px;flex-wrap:wrap;align-items:center}

.topbar-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap}
.mini-btn span{display:inline-flex;min-width:20px;justify-content:center;margin-inline-start:6px;font-weight:900}
.products-hero-simple .page-hero-box{background:linear-gradient(135deg,#0d2240,#15365f 55%,#1d4d8f)}
.products-intro-bar{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:18px}
.products-intro-bar h2{margin:0 0 8px;font-size:28px}
.products-intro-bar p{margin:0;color:var(--text-soft)}
.categories-showcase{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.category-feature-card{background:linear-gradient(180deg,#fff,#f8fbff);border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:var(--shadow);transition:transform .18s ease, box-shadow .18s ease}
.category-feature-card:hover{transform:translateY(-4px);box-shadow:0 22px 50px rgba(15,23,42,.1)}
.category-feature-card .icon{width:54px;height:54px;border-radius:18px;display:grid;place-items:center;background:#eff6ff;color:var(--primary);font-size:26px;margin-bottom:14px;border:1px solid #dbeafe}
.category-feature-card h3{margin:0 0 8px;font-size:22px}
.category-feature-card p{margin:0 0 14px;color:var(--text-soft);line-height:1.8}
.product-footer-quad{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}
.compare-toolbar{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px;flex-wrap:wrap}
.compare-table{display:grid;gap:14px}
.compare-header,.compare-row{display:grid;grid-template-columns:220px repeat(auto-fit,minmax(220px,1fr));gap:12px}
.compare-col-head,.compare-cell,.compare-label{background:#fff;border:1px solid var(--line);border-radius:20px;padding:18px;box-shadow:var(--shadow)}
.compare-label{font-weight:900;background:#f8fbff}
.compare-col-head strong{display:block;font-size:18px;margin-bottom:6px}
.compare-cell{line-height:1.9;color:var(--text-soft)}
.cart-layout{display:grid;grid-template-columns:1.25fr .8fr;gap:20px}
.contact-cta-panel{background:linear-gradient(180deg,#fff,#f8fbff);border:1px solid var(--line);border-radius:28px;padding:28px;box-shadow:var(--shadow);text-align:center}
.contact-cta-panel h3{margin:0 0 8px;font-size:28px}
.contact-cta-panel p{margin:0 0 16px;color:var(--text-soft);line-height:1.9}
.modal-actions-pro{flex-wrap:wrap}
@media (max-width:1100px){.categories-showcase{grid-template-columns:repeat(2,minmax(0,1fr))}.cart-layout{grid-template-columns:1fr}.compare-header,.compare-row{grid-template-columns:180px repeat(auto-fit,minmax(180px,1fr))}}
@media (max-width:820px){.products-intro-bar{flex-direction:column;align-items:flex-start}.product-footer-quad{grid-template-columns:repeat(2,minmax(0,1fr))}.compare-header,.compare-row{grid-template-columns:1fr}.categories-showcase{grid-template-columns:1fr}}


/* === Reference-style simplification override === */
:root{
  --bg:#ffffff;
  --bg-2:#f8fafc;
  --surface:#ffffff;
  --surface-2:#f8fafc;
  --line:#e5e7eb;
  --line-2:#eef2f7;
  --text:#111827;
  --text-soft:#6b7280;
  --primary:#1d4ed8;
  --primary-2:#1e40af;
  --accent:#0f766e;
  --shadow:0 10px 30px rgba(15,23,42,.06);
  --shadow-sm:0 6px 18px rgba(15,23,42,.04);
  --radius-xl:20px;
  --radius-lg:16px;
  --radius-md:14px;
  --radius-sm:10px;
  --container:min(1180px,calc(100% - 28px));
}
body{background:#fff;color:var(--text);font-family:Tahoma,Arial,sans-serif}
.top-strip{display:none!important}
header.topbar{position:sticky;top:0;background:#fff;border-bottom:1px solid var(--line);box-shadow:none;z-index:20}
.topbar-inner{min-height:72px;gap:18px}
.brand-logo{width:46px;height:46px;border-radius:12px;background:#fff;border:1px solid var(--line)}
.brand-title{font-size:20px;margin:0;font-weight:800}
.brand-subtitle{display:none}
.nav{gap:18px;flex-wrap:wrap}
.nav a{font-size:15px;padding:0;color:#374151;font-weight:700}
.nav a.active,.nav a:hover{color:var(--primary)}
.topbar-actions{gap:10px}
.topbar-actions .mini-btn{display:none}
.topbar-cta{padding:11px 18px;border-radius:10px}
.btn{border-radius:10px;padding:11px 18px;font-weight:700;box-shadow:none}
.btn-primary{background:var(--primary);border-color:var(--primary)}
.btn-primary:hover{background:var(--primary-2);border-color:var(--primary-2)}
.btn-secondary{background:#fff;color:var(--primary);border-color:#c7d2fe}
.btn-light{background:#fff;color:#111827;border-color:#d1d5db}
.hero-home,.page-hero{padding:60px 0 30px;background:#fff}
.hero-grid,.page-hero-content{display:block}
.hero-card,.page-hero-box{border:none;background:transparent;box-shadow:none;padding:0;max-width:860px;margin:0 auto;text-align:center}
.kicker{display:none}
.hero-title,.page-hero h1{font-size:44px;line-height:1.2;margin:16px 0 12px;font-weight:900}
.hero-lead,.page-hero p{font-size:20px;line-height:1.9;color:#4b5563;max-width:820px;margin:0 auto 22px}
.hero-actions,.inline-actions{justify-content:center;flex-wrap:wrap}
.hero-actions .btn,.page-hero .btn{min-width:180px}
.hero-marks,.hero-points,.brand-strip-wrap,.trust-strip,.highlight-band,.values-grid,.grid-3#homePromise,.grid-3#orderSteps,.grid-3#homeHighlights,.hero-side,.support-card.premium,.products-intro-bar,.results-bar .muted,.contact-cta-panel p:last-child{display:none!important}
.section{padding:34px 0}
.section-tight{padding:24px 0}
.section-head{display:block;text-align:center;margin-bottom:18px}
.section-head h2{font-size:32px;margin:0 0 10px}
.section-head p{font-size:18px;line-height:1.8;color:#6b7280;max-width:760px;margin:0 auto}
.categories-ref{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.category-card-ref{display:block;background:#fff;border:1px solid var(--line);border-radius:16px;padding:24px;transition:.2s ease;box-shadow:none;text-align:right}
.category-card-ref:hover{transform:translateY(-2px);border-color:#bfdbfe;box-shadow:var(--shadow-sm)}
.category-card-ref .icon{width:auto;height:auto;border:none;background:none;padding:0;font-size:32px;margin:0 0 12px}
.category-card-ref h3{margin:0 0 8px;font-size:21px}
.category-card-ref p{margin:0;color:#6b7280;line-height:1.8}
.cta-simple{background:#f8fafc;border:1px solid var(--line);border-radius:18px;padding:34px;text-align:center}
.cta-simple h3{font-size:34px;margin:0 0 12px}
.cta-simple p{font-size:18px;color:#6b7280;max-width:760px;margin:0 auto 18px;line-height:1.8}
.footer{margin-top:36px;padding-top:28px;border-top:1px solid var(--line);background:#fff}
.footer-grid{grid-template-columns:1.2fr .9fr .9fr;gap:24px}
.footer-card{padding:0;border:none;background:transparent;box-shadow:none}
.footer-title{font-size:18px;margin:0 0 14px}
.footer-links{gap:8px}
.footer-links a,.footer-links p{font-size:15px;color:#4b5563}
.footer-bottom{border-top:1px solid var(--line);padding:16px 0 0;margin-top:18px;color:#6b7280}
.contact-inline{display:flex;justify-content:center;gap:8px;align-items:center;color:#4b5563;margin-bottom:10px;flex-wrap:wrap}
.catalog-shell{grid-template-columns:280px minmax(0,1fr);gap:22px}
.catalog-sidebar .surface-card{border:1px solid var(--line);box-shadow:none;border-radius:16px;padding:18px}
.field input,.field select,.field textarea{border-radius:10px;border:1px solid #d1d5db;background:#fff}
.products-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.product-card{border:1px solid var(--line);box-shadow:none;border-radius:16px;overflow:hidden}
.product-media{background:#f8fafc;min-height:180px}
.product-badge{left:auto;right:12px;top:12px;border-radius:999px}
.product-body{padding:18px}
.product-title{font-size:20px;line-height:1.5;min-height:auto}
.product-snippet{font-size:14px;line-height:1.8;color:#6b7280}
.product-price{margin-top:14px}
.product-footer{padding:0 18px 18px}
.quote-badge{display:inline-flex;min-width:22px;height:22px;padding:0 6px;align-items:center;justify-content:center;border-radius:999px;background:#eff6ff;color:var(--primary);font-size:12px;border:1px solid #bfdbfe}
.page-hero.products-hero-simple{padding-top:42px;padding-bottom:18px}
.page-hero.products-hero-simple h1{font-size:40px}
.page-hero.products-hero-simple p{max-width:900px}
.categories-showcase{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.category-feature-card{border:1px solid var(--line);border-radius:16px;padding:20px;background:#fff;box-shadow:none}
.category-feature-card .icon{font-size:30px;margin-bottom:10px}
.category-feature-card h3{margin:0 0 8px;font-size:20px}
.category-feature-card p{margin:0 0 12px;color:#6b7280;line-height:1.8}
.notice.info{border-radius:14px}
.floating-wa{width:auto;height:auto;padding:12px 18px;border-radius:999px;font-weight:800;bottom:20px;left:20px;background:#25d366}
.modal-card{border-radius:18px}
.simple-grid-two{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.simple-card{border:1px solid var(--line);border-radius:16px;padding:24px;background:#fff}
.simple-card h2,.simple-card h3{margin:0 0 12px}
.simple-card p{margin:0;color:#6b7280;line-height:1.9}
.simple-list{display:grid;gap:14px}
.simple-list .item{border:1px solid var(--line);border-radius:14px;padding:18px;background:#fff}
.simple-list .item h4{margin:0 0 8px;font-size:18px}
.simple-list .item p{margin:0;color:#6b7280;line-height:1.8}
@media (max-width: 980px){
  .nav-toggle{display:inline-flex}
  .nav{position:absolute;top:72px;right:14px;left:14px;background:#fff;border:1px solid var(--line);border-radius:16px;padding:14px;display:none;flex-direction:column;align-items:flex-start;box-shadow:var(--shadow)}
  .nav.open{display:flex}
  .categories-ref,.categories-showcase,.products-grid,.footer-grid,.simple-grid-two,.catalog-shell{grid-template-columns:1fr}
  .hero-title,.page-hero h1{font-size:34px}
  .hero-lead,.page-hero p,.section-head p,.cta-simple p{font-size:17px}
  .topbar-actions{display:none}
}


:root{
  --bg:#071120;
  --bg-2:#0c1930;
  --surface:#ffffff;
  --surface-2:#f8fbff;
  --line:#d6e2f1;
  --text:#0f172a;
  --text-soft:#5b6b80;
  --primary:#ea580c;
  --primary-2:#f97316;
  --accent:#06b6d4;
  --accent-soft:#ecfeff;
  --warning:#b45309;
}
body{background:
  radial-gradient(circle at top right, rgba(249,115,22,.16), transparent 26%),
  radial-gradient(circle at left center, rgba(6,182,212,.13), transparent 20%),
  linear-gradient(180deg,#f4f8ff 0%,#eef4fb 100%);
}
.topbar{background:rgba(7,17,32,.86);border-bottom:1px solid rgba(255,255,255,.08)}
.brand-title,.nav a,.brand-subtitle,.topbar .btn-light,.topbar .btn-primary{color:#fff}
.nav a:hover,.nav a.active{background:rgba(255,255,255,.09);color:#fff}
.nav-toggle{background:rgba(255,255,255,.12);color:#fff;border-color:rgba(255,255,255,.16)}
.btn-light{background:#fff;color:#0f172a}
.topbar .btn-light{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.15)}
.topbar .btn-light:hover{background:rgba(255,255,255,.16)}
.topbar .btn-primary{background:linear-gradient(135deg,#ea580c,#f97316);color:#fff}
.hero-home{padding:34px 0 28px}
.hero-card{min-height:540px;display:flex;flex-direction:column;justify-content:flex-end;padding:54px;background:
  linear-gradient(180deg, rgba(6,12,25,.08) 0%, rgba(6,12,25,.72) 56%, rgba(6,12,25,.88) 100%),
  url('https://images.unsplash.com/photo-1492144534655-ae79c964c9d7?auto=format&fit=crop&w=1600&q=80') center/cover no-repeat !important;
  border-color:rgba(255,255,255,.1);overflow:hidden;isolation:isolate;animation:heroFloat 12s ease-in-out infinite alternate;
}
.hero-card::before{content:'';position:absolute;inset:0;background:linear-gradient(110deg,rgba(249,115,22,.35),transparent 42%,rgba(6,182,212,.2));z-index:-1}
.hero-card::after{content:'';position:absolute;inset:auto auto -120px -60px;width:320px;height:320px;background:radial-gradient(circle,rgba(249,115,22,.45),transparent 68%);opacity:1;z-index:-1}
.hero-title,.hero-lead{color:#fff;text-shadow:0 10px 30px rgba(0,0,0,.35)}
.hero-title{font-size:56px;max-width:900px;animation:fadeUp .8s ease both}
.hero-lead{font-size:20px;max-width:760px;animation:fadeUp 1s ease both}
.hero-actions{animation:fadeUp 1.2s ease both}
.section-head{margin-bottom:18px}
.section-head h2{font-size:34px}
.section-head p{font-size:16px;color:var(--text-soft)}
.categories-ref,.categories-showcase,.simple-list{gap:20px}
.category-card-ref,.category-feature-card,.category-card{position:relative;overflow:hidden;background:#0f172a;color:#fff;border:none;min-height:240px;display:flex;flex-direction:column;justify-content:flex-end}
.category-cover{position:absolute;inset:0;background:
  linear-gradient(180deg, rgba(15,23,42,.12) 0%, rgba(15,23,42,.68) 62%, rgba(15,23,42,.9) 100%),
  var(--card-bg) center/cover no-repeat;z-index:0;transform:scale(1.02);transition:transform .6s ease}
.category-card-ref:hover .category-cover,.category-feature-card:hover .category-cover,.category-card:hover .category-cover{transform:scale(1.08)}
.category-card-ref > *,.category-feature-card > *,.category-card > *{position:relative;z-index:1}
.category-card-ref .icon,.category-feature-card .icon,.category-card .icon{width:64px;height:64px;border-radius:18px;background:rgba(255,255,255,.14);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.16);display:grid;place-items:center;margin-bottom:14px;color:#fff}
.icon-art{width:34px;height:34px}
.product-card{overflow:hidden;transition:transform .28s ease, box-shadow .28s ease;border:none;background:#fff}
.product-card:hover{transform:translateY(-10px);box-shadow:0 24px 48px rgba(15,23,42,.14)}
.product-media{height:240px;position:relative;background:#111827;overflow:hidden}
.product-media img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}
.product-card:hover .product-media img{transform:scale(1.08)}
.product-media::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg, rgba(2,6,23,.04) 0%, rgba(2,6,23,.08) 36%, rgba(2,6,23,.58) 100%)}
.product-badge,.product-overlay-tag{position:absolute;z-index:2}
.product-badge{top:14px;right:14px}
.product-overlay-tag{left:14px;bottom:14px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(8px);color:#fff;padding:8px 12px;border-radius:999px;font-size:12px;font-weight:800}
.product-body{padding:18px 18px 10px}
.product-title{font-size:20px;line-height:1.4}
.product-snippet{min-height:52px}
.product-footer-quad{padding:0 18px 18px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.product-footer-quad .btn{width:100%}
.cta-simple,.simple-card,.surface-card,.footer-card,.quote-card,.contact-card{border:none;box-shadow:0 20px 48px rgba(15,23,42,.08)}
.cta-simple{position:relative;overflow:hidden;background:linear-gradient(135deg,#0f172a,#102d5b);color:#fff}
.cta-simple::before{content:'';position:absolute;inset:0;background:radial-gradient(circle at left bottom,rgba(249,115,22,.35),transparent 28%),radial-gradient(circle at right top,rgba(6,182,212,.28),transparent 26%)}
.cta-simple > *{position:relative;z-index:1}
.cta-simple p{color:rgba(255,255,255,.82)}
.page-hero-box{position:relative;overflow:hidden;background:linear-gradient(135deg,#0f172a,#16365f);color:#fff;border:none;box-shadow:0 20px 54px rgba(15,23,42,.14)}
.page-hero-box::before{content:'';position:absolute;inset:0;background:radial-gradient(circle at top left,rgba(249,115,22,.24),transparent 20%),radial-gradient(circle at bottom right,rgba(6,182,212,.22),transparent 20%)}
.page-hero-box > *{position:relative;z-index:1}
.page-hero-content p,.page-hero-content h1{color:#fff}
.service-card,.value-card,.branch-card{border:none;box-shadow:0 16px 38px rgba(15,23,42,.08)}
.svg-icon svg{width:30px;height:30px}
.service-card .icon,.value-card .icon,.branch-card .icon{color:#ea580c;background:#fff7ed;border-radius:18px;width:58px;height:58px;display:grid;place-items:center}
.footer{background:linear-gradient(180deg,#071120,#0d1a2e);color:#e2e8f0;margin-top:34px}
.footer .muted,.footer a,.footer p{color:#c7d2e3}
.footer-title{color:#fff}
.footer-bottom{border-top:1px solid rgba(255,255,255,.08)}
.floating-wa{background:linear-gradient(135deg,#16a34a,#22c55e);box-shadow:0 18px 28px rgba(34,197,94,.28);animation:pulseGlow 2.2s infinite}
.notice{border:none}
.pill{background:#eef4ff}
@keyframes fadeUp{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}
@keyframes pulseGlow{0%,100%{transform:translateY(0);box-shadow:0 18px 28px rgba(34,197,94,.28)}50%{transform:translateY(-4px);box-shadow:0 22px 34px rgba(34,197,94,.36)}}
@keyframes heroFloat{0%{background-position:center center}100%{background-position:center 54%}}
@media (max-width: 900px){
  .hero-card{min-height:420px;padding:34px 24px}
  .hero-title{font-size:36px}
  .hero-lead{font-size:17px}
  .product-footer-quad{grid-template-columns:1fr 1fr}
}


/* === Lively visual theme using hero artwork === */
:root{
  --bg:#0b1730;
  --bg-2:#13274f;
  --surface:#ffffff;
  --surface-2:#f7faff;
  --line:#d7e2f2;
  --line-2:#e8eef8;
  --text:#0f172a;
  --text-soft:#526277;
  --primary:#f97316;
  --primary-2:#ea580c;
  --accent:#2563eb;
  --accent-soft:#eff6ff;
  --shadow:0 18px 40px rgba(8,15,35,.14);
  --shadow-sm:0 10px 24px rgba(8,15,35,.08);
}
body{
  background:
    radial-gradient(circle at top right, rgba(249,115,22,.12), transparent 28%),
    radial-gradient(circle at top left, rgba(37,99,235,.10), transparent 30%),
    linear-gradient(180deg,#f7fbff 0%,#eef4fb 100%);
}
.topbar{background:rgba(255,255,255,.94);border-bottom:1px solid rgba(215,226,242,.95);box-shadow:0 8px 24px rgba(15,23,42,.05)}
.nav a.active,.nav a:hover{background:#fff4ed;color:var(--primary)}
.btn-primary{background:linear-gradient(135deg,var(--primary),var(--primary-2));border-color:var(--primary);box-shadow:0 14px 30px rgba(249,115,22,.25)}
.btn-secondary{border-color:#c7d2fe;color:var(--accent)}
.btn-light{background:#fff;color:#0f172a;border-color:#d9e3f0}
.hero-home{padding-top:28px}
.hero-card{
  background:
    linear-gradient(90deg, rgba(8,15,35,.78) 0%, rgba(8,15,35,.56) 35%, rgba(8,15,35,.20) 62%, rgba(8,15,35,.10) 100%),
    url('../img/local/hero.webp') center/cover no-repeat;
  color:#fff;
  border:none;
  min-height:540px;
  display:flex;
  align-items:center;
  box-shadow:0 28px 70px rgba(8,15,35,.28);
}
.hero-card::after{display:none}
.hero-title,.page-hero h1{color:#fff;text-shadow:0 4px 20px rgba(0,0,0,.18)}
.hero-lead{color:rgba(255,255,255,.90);max-width:700px}
.kicker{display:inline-flex;background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.22);color:#fff;backdrop-filter:blur(6px)}
.hero-point{background:rgba(255,255,255,.10);border-color:rgba(255,255,255,.16);backdrop-filter:blur(7px);color:#fff}
.hero-point strong,.hero-point span{color:#fff}
.hero-actions .btn-secondary{background:rgba(255,255,255,.12);color:#fff;border-color:rgba(255,255,255,.30)}
.hero-actions .btn-light{background:#fff;color:#0f172a}
.page-hero-box,.highlight-band,.cta-band,.highlight-band.luxury,.deluxe-cta{background:linear-gradient(135deg,#10294a,#1d4ed8 55%,#f97316 130%)!important;color:#fff;border:none;box-shadow:0 20px 50px rgba(16,41,74,.22)}
.page-hero p,.highlight-band p,.cta-band p{color:#dbeafe}
.section-head h2,.section-head h3{color:#10294a}
.category-card,.service-card,.branch-card,.value-card,.process-card,.surface-card,.story-card,.support-card,.quote-card,.contact-card,.faq-card,.product-card,.filter-panel,.results-bar,.simple-card,.simple-list .item,.category-feature-card,.contact-cta-panel{
  border:1px solid #dce6f4;
  box-shadow:0 16px 34px rgba(15,23,42,.06);
}
.category-card,.service-card,.branch-card,.category-feature-card{
  background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);
}
.category-cover{
  height:150px;
  border-radius:18px;
  margin-bottom:16px;
  background-size:cover;
  background-position:center;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.18);
}
.category-card-ref,.category-card,.category-feature-card{overflow:hidden}
.category-card-ref .icon,.category-card .icon,.category-feature-card .icon{display:none}
.category-card-ref{
  position:relative;
  background:linear-gradient(180deg,#fff,#f8fbff);
  border:1px solid #dce6f4;
  box-shadow:0 16px 34px rgba(15,23,42,.06);
}
.category-card-ref .category-cover{height:180px;border-radius:14px;margin-bottom:16px;background-size:cover;background-position:center}
.product-media{background:linear-gradient(135deg,#10294a,#183b72)}
.product-media::after{background:linear-gradient(180deg, rgba(2,6,23,.02) 0%, rgba(2,6,23,.12) 35%, rgba(2,6,23,.60) 100%)}
.badge,.product-badge{background:#fff7ed;border-color:#fed7aa;color:#c2410c}
.badge.warn,.product-badge.limited{background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8}
.pill{background:#f8fafc;border-color:#dde6f2;color:#274060}
.pill.soft{background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8}
.pill.warn{background:#fff7ed;border-color:#fed7aa;color:#c2410c}
.footer{background:linear-gradient(180deg,#0f1b34 0%,#0b1730 100%);border-top:none}
.footer,.footer .footer-links a,.footer .footer-links p,.footer .muted,.footer-bottom{color:#dbe7fb}
.footer-title,.footer .brand-title{color:#fff}
.floating-wa{background:linear-gradient(135deg,#16a34a,#22c55e);box-shadow:0 18px 36px rgba(22,163,74,.28)}
@media (max-width: 900px){
  .hero-card{min-height:460px;background-position:60% center}
  .category-cover,.category-card-ref .category-cover{height:120px}
}

/* final visible theme refresh */
.hero-home,.page-hero{
  background:
    radial-gradient(circle at 15% 15%, rgba(37,99,235,.12), transparent 20%),
    radial-gradient(circle at 85% 12%, rgba(249,115,22,.14), transparent 24%),
    linear-gradient(180deg,#eef4fb 0%,#f9fbff 100%);
}
.hero-card{
  background:
    linear-gradient(90deg, rgba(7,14,27,.82) 0%, rgba(7,14,27,.66) 36%, rgba(7,14,27,.25) 68%, rgba(7,14,27,.10) 100%),
    url('../img/local/hero.webp') center/cover no-repeat !important;
}
.page-hero-box{
  background:
    linear-gradient(135deg, rgba(16,41,74,.94), rgba(29,78,216,.88) 55%, rgba(249,115,22,.72) 135%),
    url('../img/local/hero.webp') center/cover no-repeat !important;
  background-blend-mode:multiply;
}
.category-cover{background-image:linear-gradient(180deg, rgba(15,23,42,.06), rgba(15,23,42,.18)),var(--card-bg)!important}
.category-card-ref .category-cover{background-image:linear-gradient(180deg, rgba(15,23,42,.08), rgba(15,23,42,.18)),var(--card-bg)!important}
.product-media img{filter:saturate(1.04) contrast(1.02)}
.product-overlay-tag,.product-badge{backdrop-filter:blur(6px)}
.brand-logo{background:#fff}
.footer{background:linear-gradient(180deg,#0a1830 0%,#0f2447 100%)}


/* readability fix */
.topbar{background:#ffffff !important;backdrop-filter:none;box-shadow:0 8px 24px rgba(15,23,42,.06)}
.topbar .brand-title{color:#10294a !important}
.topbar .brand-subtitle{color:#475569 !important}
.topbar .nav a{color:#10294a !important;font-weight:900}
.topbar .nav a:hover,.topbar .nav a.active{background:#f97316 !important;color:#ffffff !important}
.topbar .btn-light{background:#fff7ed !important;border-color:#fed7aa !important;color:#c2410c !important}
.topbar .btn-primary{background:linear-gradient(135deg,#f97316,#ea580c) !important;color:#fff !important}
.categories-ref,.categories-showcase{gap:22px}
.category-card-ref,.category-card,.category-feature-card{background:#ffffff !important;color:#10294a !important;border:1px solid #d7e2f2 !important;box-shadow:0 14px 32px rgba(15,23,42,.07) !important;min-height:auto !important}
.category-card-ref h3,.category-card h4,.category-feature-card h3{color:#10294a !important;font-size:21px;margin:0 0 10px}
.category-card-ref p,.category-card p,.category-feature-card p{color:#526277 !important;line-height:1.8}
.category-cover,.category-card-ref .category-cover{display:none !important}
.category-cover-img{display:block;width:100%;height:180px;object-fit:cover;border-radius:16px;margin-bottom:16px;background:#eef4fb;border:1px solid #e2e8f0}
.category-card .icon,.category-feature-card .icon,.category-card-ref .icon{display:none !important}
@media (max-width:900px){.category-cover-img{height:130px}}


.pagination-wrap{margin-top:18px}
.pagination{display:flex;flex-wrap:wrap;gap:8px;justify-content:center}
.page-btn{min-width:42px;height:42px;padding:0 14px;border-radius:12px;border:1px solid var(--line);background:#fff;color:#123c8f;font-weight:800;cursor:pointer}
.page-btn.active,.page-btn:hover{background:linear-gradient(135deg,#ff7a1a,#ff9b4a);border-color:#ff8a2d;color:#fff}
.rating-view{display:flex;align-items:center;gap:6px;flex-wrap:wrap;margin:8px 0;color:#f59e0b}
.rating-view small{color:#64748b;font-size:12px}
.star{font-size:16px;line-height:1;color:#d1d5db}
.star.filled{color:#f59e0b}
.rating-box{margin-top:16px;padding:14px 16px;border-radius:18px;background:#f8fbff;border:1px solid #e6edf6}
.rating-box-head{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}
.rating-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}
.rate-btn{padding:8px 12px;border-radius:999px;border:1px solid #d8e6ff;background:#fff;color:#123c8f;font-weight:800;cursor:pointer}
.rate-btn:hover{background:#eff6ff}
.qty-row{display:flex;align-items:center;gap:10px;margin-top:10px}
.qty-btn{width:34px;height:34px;border-radius:10px;border:1px solid #d8e6ff;background:#fff;color:#123c8f;font-size:22px;line-height:1;cursor:pointer}
.qty-value{min-width:28px;text-align:center;font-weight:900}
.cart-item{align-items:center}
.footer-links a{font-weight:700}


/* === Final corporate cleanup === */
:root{
  --bg:#f5f7fb;
  --bg-2:#eef2f8;
  --surface:#ffffff;
  --surface-2:#f8fafc;
  --line:#dde5ef;
  --line-2:#e8eef5;
  --text:#10294a;
  --text-soft:#5f7288;
  --primary:#143a66;
  --primary-2:#10294a;
  --accent:#ea580c;
  --accent-soft:#fff7ed;
}
body{background:linear-gradient(180deg,#f7f9fc 0%,#eef3f8 100%);color:var(--text);font-family:Tahoma,Arial,sans-serif;}
.topbar{background:#ffffff !important;border-bottom:1px solid var(--line) !important;box-shadow:0 10px 30px rgba(16,41,74,.06) !important;}
.topbar .brand-title,.topbar .nav a{color:var(--primary)!important;}
.topbar .brand-subtitle{color:var(--text-soft)!important;}
.topbar .nav a:hover,.topbar .nav a.active{background:var(--primary)!important;color:#fff!important;}
.topbar .btn-light{background:#fff!important;border-color:#d9e2ee!important;color:var(--primary)!important;}
.topbar .btn-primary,.btn-primary{background:linear-gradient(135deg,var(--accent),#f97316)!important;color:#fff!important;border:none!important;box-shadow:0 14px 28px rgba(234,88,12,.18);}
.btn-light,.btn-secondary{border-radius:12px;}
.hero-home,.page-hero{padding:34px 0 22px !important;background:transparent;}
.hero-card,.page-hero-box{background:linear-gradient(135deg,rgba(16,41,74,.96),rgba(20,58,102,.95));color:#fff;border:none;box-shadow:0 26px 60px rgba(16,41,74,.18);padding:48px 40px;}
.hero-card::before,.page-hero-box::before{content:'';position:absolute;inset:0;background:linear-gradient(120deg,rgba(255,255,255,.06),transparent 35%,rgba(234,88,12,.18));pointer-events:none;}
.hero-title,.page-hero-content h1{font-size:48px;line-height:1.15;margin-bottom:14px;font-weight:900;color:#fff;}
.hero-lead,.page-hero p{font-size:18px;line-height:2;color:rgba(255,255,255,.86);max-width:820px;}
.section{padding:44px 0;}
.section-soft{background:linear-gradient(180deg,#ffffff, #f7fafc);border-top:1px solid var(--line-2);border-bottom:1px solid var(--line-2);}
.section-head{margin-bottom:22px;}
.section-head.section-head-left{text-align:right;display:flex;align-items:end;justify-content:space-between;gap:18px;}
.eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:900;color:var(--accent);background:var(--accent-soft);border:1px solid #fed7aa;border-radius:999px;padding:8px 12px;margin-bottom:10px;}
.section-head h2,.section-head h3{font-size:34px;line-height:1.25;color:var(--primary);margin:0 0 10px;}
.section-head p{font-size:16px;line-height:1.9;color:var(--text-soft);max-width:760px;}
.hero-actions,.inline-actions{gap:14px;}
.trust-grid-large{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;}
.trust-item{background:#fff;border:1px solid var(--line);border-radius:20px;padding:24px;box-shadow:0 12px 28px rgba(16,41,74,.06);}
.trust-item .icon{width:52px;height:52px;border-radius:16px;background:#eff6ff;color:var(--primary);display:grid;place-items:center;margin-bottom:14px;}
.trust-item h3{margin:0 0 10px;font-size:21px;color:var(--primary);}
.trust-item p{margin:0;color:var(--text-soft);line-height:1.9;font-size:15px;}
.cta-simple{background:linear-gradient(135deg,#fff7ed,#ffffff);border:1px solid #fed7aa;box-shadow:0 14px 34px rgba(234,88,12,.08);}
.product-card,.service-card,.branch-card,.faq-card,.story-card,.value-card,.process-card,.quote-card,.support-card,.surface-card,.footer-card,.stat-box{border-radius:20px;border:1px solid var(--line);box-shadow:0 12px 28px rgba(16,41,74,.06);}
.product-card{overflow:hidden;}
.product-media{background:#f3f6fb;}
.product-body{padding:18px 18px 8px;}
.product-title{font-size:20px;line-height:1.5;color:var(--primary);font-weight:900;margin-bottom:10px;}
.product-snippet{color:var(--text-soft);line-height:1.85;font-size:14px;min-height:52px;}
.product-price strong{color:var(--accent);font-size:22px;}
.product-footer{padding:0 18px 18px;}
.footer{background:linear-gradient(135deg,#10294a,#143a66);color:#fff;margin-top:34px;}
.footer .muted,.footer-links a,.footer-links p,.footer-bottom,.footer-title,.footer .brand-title{color:#e7eef7!important;}
.footer .brand-subtitle{color:#cbd5e1!important;}
.footer-card,.footer .footer-grid>div{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);padding:22px;border-radius:20px;}
.simple-grid-two{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;}
.stat-box{padding:22px;background:#fff;}
.stat-box strong{display:block;font-size:30px;color:var(--primary);margin-bottom:6px;}
.floating-wa{background:#16a34a;color:#fff;box-shadow:0 12px 30px rgba(22,163,74,.28);}
.brands-spotlight,.home-brand-strip,.categories-ref,#homeCategories,#brandsPreview{display:none!important;}
@media (max-width:980px){.trust-grid-large,.simple-grid-two{grid-template-columns:1fr;} .section-head.section-head-left{display:block;text-align:right;} .hero-title,.page-hero-content h1{font-size:36px;} .hero-card,.page-hero-box{padding:34px 22px;}}
