
:root{
  --navy:#0a315f;
  --blue:#0b5fba;
  --bright:#1477e5;
  --sky:#5ab7ff;
  --line:#dfe7ef;
  --muted:#6c7e90;
  --soft:#f5f9fd;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Arial,sans-serif;color:#12365d;background:#fff}
img{display:block;max-width:100%}
a{text-decoration:none;color:inherit}
.site-shell,.container{width:min(1460px,96%);margin:auto}

/* Header */
.top{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.98);border-bottom:1px solid #e7edf4;backdrop-filter:blur(10px)}
.nav{width:min(1460px,96%);height:64px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;gap:11px;color:#113f7a}
.brand img{width:70px;height:50px;object-fit:contain}
.brand b,.brand small{display:block}
.brand b{font-size:14px}
.brand small{font-size:8px;color:#687b8e;margin-top:3px}
.nav nav{display:flex;align-items:center;gap:22px}
.nav nav a{font-size:10px;font-weight:700;color:#274560;white-space:nowrap}
.nav nav a:hover{color:#0b68c8}
.contact-btn{color:#fff!important;background:linear-gradient(135deg,#0f69d4,#3654b6);padding:11px 20px;border-radius:8px;box-shadow:0 8px 18px #0b57ad20}
.menu{display:none;border:0;background:#edf5ff;color:#0a61bd;border-radius:9px;width:42px;height:42px;font-size:21px}

/* True coded hero */
.hero-real{display:grid;grid-template-columns:41% 59%;min-height:380px;background:#123a70;color:#fff}
.hero-copy{display:flex;justify-content:flex-end;background:linear-gradient(115deg,#082f5c,#123d75)}
.hero-copy-inner{width:min(595px,91%);padding:42px 26px 30px 0;display:flex;flex-direction:column;justify-content:center}
.eyebrow{font-size:8px;letter-spacing:2.6px;color:#a9d4fb;font-weight:900}
.hero-copy-inner h1{font-size:39px;line-height:1.02;letter-spacing:-1.6px;margin:13px 0 14px}
.hero-copy-inner h1 em{font-style:normal;color:var(--sky)}
.hero-copy-inner>p{font-size:10px;line-height:1.6;color:#dae8f6;max-width:520px;margin:0}
.hero-actions{display:flex;gap:10px;margin:18px 0 15px}
.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:7px;padding:10px 16px;font-size:9px;font-weight:800}
.btn-blue{background:#1c76df;color:#fff}
.btn-outline{border:1px solid #9fc9ef;color:#fff}
.btn-white{background:#fff;color:#0757a5}
.hero-trust{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:8px}
.hero-trust div{min-width:0}
.hero-trust span{display:grid;place-items:center;width:32px;height:32px;border:1px solid #4594dd;border-radius:50%;color:#a5d7ff;font-size:16px}
.hero-trust b{display:block;font-size:7.5px;line-height:1.2;margin-top:5px}

.hero-media{position:relative;overflow:hidden;min-height:380px;background:#dcebf8}
.hero-media>img{width:100%;height:100%;object-fit:cover}
.hero-media-overlay{position:absolute;inset:0;background:linear-gradient(90deg,#123d7545 0,transparent 22%)}
.hero-brand-box{position:absolute;right:60px;top:26px;z-index:3;background:#ffffffd1;padding:10px 14px;border-radius:10px;box-shadow:0 10px 25px #173b7020}
.hero-brand-box img{width:82px;height:55px;object-fit:contain;margin:auto}
.hero-brand-box strong{display:block;color:#155eae;font-size:17px;line-height:1.05;margin-top:4px}
.hero-service-list{position:absolute;right:50px;top:150px;z-index:3;display:grid;gap:6px}
.hero-service-list span{font-size:7px;color:#133f72;background:#ffffffbd;border-radius:999px;padding:5px 8px;font-weight:700}
.hero-country{position:absolute;right:34px;bottom:12px;z-index:3;background:#113d73e8;color:#fff;border:2px solid #d9ecff;border-radius:10px;padding:9px 12px;font-size:7px;font-weight:800}

/* Categories */
.category-section{padding:8px 0 10px;background:#fff}
.category-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:8px}
.category-card{min-height:115px;border:1px solid var(--line);border-radius:9px;background:linear-gradient(#f6faff,#fff);padding:8px;display:grid;grid-template-columns:44px 1fr 22px;align-items:center;gap:6px;box-shadow:0 3px 10px #244c7610}
.category-card:hover{transform:translateY(-2px);box-shadow:0 8px 20px #244c761a}
.category-visual{font-size:28px;text-align:center}
.category-text b,.category-text small{display:block}
.category-text b{font-size:8px;line-height:1.1}
.category-text small{font-size:6.1px;line-height:1.3;color:#728396;margin-top:4px}
.category-card i{width:20px;height:20px;border-radius:50%;display:grid;place-items:center;background:#1e6fd1;color:#fff;font-size:8px;font-style:normal}

/* Service */
.service-real{display:grid;grid-template-columns:24% 27% 37% 12%;min-height:205px;background:linear-gradient(100deg,#062f5b,#0a4d8d);color:#fff}
.service-photo{overflow:hidden}.service-photo img{width:100%;height:100%;object-fit:cover}
.service-intro{padding:22px 24px;display:flex;flex-direction:column;justify-content:center;border-right:1px solid #ffffff1f}
.service-intro h2{font-size:20px;line-height:1.08;margin:7px 0 9px}
.service-intro p{font-size:7.7px;line-height:1.55;color:#d5e5f4;margin:0 0 11px}
.service-intro .btn{align-self:flex-start}
.service-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px 18px;padding:20px;align-content:center}
.service-grid>div{display:grid;grid-template-columns:20px 1fr;gap:5px;align-items:start}
.service-grid>div>span{font-size:14px}
.service-grid p{margin:0}
.service-grid b,.service-grid small{display:block}
.service-grid b{font-size:7px}
.service-grid small{font-size:5.5px;color:#cbdced;margin-top:2px;line-height:1.35}
.service-quote{display:flex;align-items:center;justify-content:center;padding:12px;background:linear-gradient(120deg,#0b3c70,#143d70);font-size:12px;line-height:1.35;font-style:italic}

/* About and legal */
.about-legal{padding:9px 0;background:#fff}
.about-legal-grid{display:grid;grid-template-columns:1.4fr repeat(3,.58fr) 1.12fr 1.12fr;align-items:stretch}
.about-copy{padding:7px 16px 7px 0;border-right:1px solid var(--line)}
.about-copy>small{font-size:7px}
.about-copy h2{font-size:15px;color:#0a59aa;margin:2px 0 5px}
.about-copy p{font-size:6.4px;line-height:1.45;color:#586c80;margin:0 0 7px}
.about-copy a{display:inline-block;background:#1766c3;color:#fff;padding:5px 9px;border-radius:5px;font-size:6px;font-weight:800}
.fact{padding:12px 9px;border-right:1px solid var(--line);display:flex;flex-direction:column;justify-content:center}
.fact>span{font-size:18px;color:#1768c7}
.fact b,.fact small{display:block}
.fact b{font-size:6.5px;margin-top:4px}
.fact small{font-size:5.6px;color:#62768a;line-height:1.35;margin-top:3px}
.legal-card{margin:2px 4px;border:1px solid #dce6ef;border-radius:8px;background:#fbfdff;padding:10px;display:grid;grid-template-columns:46px 1fr;gap:7px;align-items:center}
.legal-card>span{font-size:10px;font-weight:900;color:#1169bf}
.legal-card small,.legal-card strong,.legal-card a{display:block}
.legal-card small{font-size:5.7px}
.legal-card strong{font-size:6.3px;color:#0d58a8;margin-top:3px}
.legal-card a{font-size:5.7px;color:#075fba;font-weight:800;margin-top:4px}

/* Products */
.featured-products{padding:18px 0;background:#f6f9fc}
.section-head-real{display:flex;align-items:end;justify-content:space-between;margin-bottom:9px}
.section-head-real small{font-size:6.5px;color:#0b64bd;font-weight:900}
.section-head-real h2{font-size:17px;margin:2px 0 0}
.section-head-real>a{font-size:7px;color:#075fb5;font-weight:800}
.product-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:8px}
.product-card{background:#fff;border:1px solid #dfe7ef;border-radius:8px;overflow:hidden}
.product-img{height:120px;background:#f9fbfd;position:relative}.product-img>img{width:100%;height:100%;object-fit:contain;padding:4px}
.badge{position:absolute;top:5px;right:5px;background:#ff8b31;color:#fff;font-size:5.7px;padding:3px 5px;border-radius:4px}
.product-info{padding:7px}
.product-info>small{display:inline-block;background:#e8f2ff;color:#0962ba;border-radius:3px;padding:2px 4px;font-size:5.6px}
.product-info>span{display:block;color:#d84444;font-size:6.4px;font-weight:800;margin-top:4px}
.product-info h3{font-size:9.5px;margin:2px 0 4px}
.product-info p{font-size:5.8px;color:#66798b;line-height:1.35;min-height:18px}
.product-info>div{display:grid;grid-template-columns:1fr 1fr;gap:4px}
.product-info a{font-size:5.7px;font-weight:700;border:1px solid #bfd2e2;border-radius:4px;text-align:center;padding:4px;color:#284a69}
.product-info a.ask{border-color:#7ed5a5;color:#148f52}

/* Contact */
.contact-strip{padding:9px 0;background:#eaf5ff}
.contact-strip-inner{display:flex;align-items:center;justify-content:space-between;gap:18px}
.contact-strip h2{font-size:12px;margin:0}
.contact-strip p{font-size:6.5px;margin:3px 0 0}
.contact-strip>a{background:#fff;border:1px solid #72b1ee;color:#174976;padding:8px 14px;border-radius:999px;font-size:6.8px;font-weight:800}
.contact-features{display:flex;gap:13px;font-size:6px;font-weight:700}

/* Footer */
footer{background:#063469;color:#dbe9f6;padding:9px 0}
.foot{width:min(1460px,96%);margin:auto;display:grid;grid-template-columns:1.2fr 1fr 1.3fr;gap:16px;align-items:center;font-size:6px}
.footbrand{display:flex;align-items:center;gap:7px}
.footbrand img{width:52px;height:37px;object-fit:contain;background:#fff;border-radius:4px}
.footbrand b,.footbrand small{display:block}
.wa-float{position:fixed;right:15px;bottom:15px;z-index:90;width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:#15a55c;color:#fff;font-size:10px;font-weight:900;box-shadow:0 8px 20px #0002}

/* Keep existing catalog/detail pages styled */
.catalog-hero{display:grid;grid-template-columns:41% 59%;min-height:300px;background:#eef7ff}
.catalog-copy{display:flex;justify-content:flex-end}
.catalog-copy-inner{width:min(600px,91%);padding:28px 26px 20px 0;display:flex;flex-direction:column;justify-content:center}
.blue-text{color:#176ac0}
.catalog-hero h1{font-size:35px;line-height:1;margin:7px 0 9px}
.catalog-hero p{font-size:9px;line-height:1.45;color:#3d5873}
.hero-search{display:flex;margin:12px 0;max-width:450px}
.hero-search input{flex:1;border:0;border-radius:7px 0 0 7px;padding:10px 11px;font-size:8px;box-shadow:0 5px 14px #244f7d18}
.hero-search button{width:75px;border:0;background:#1666c4;color:#fff;border-radius:0 7px 7px 0;font-size:8px}
.catalog-benefits{display:grid;grid-template-columns:repeat(5,1fr);gap:7px}
.catalog-benefits span{font-size:14px;color:#1264bb}
.catalog-benefits b{display:block;font-size:5.7px;color:#183a60;line-height:1.25;margin-top:3px}
.catalog-image{position:relative;overflow:hidden}
.catalog-image>img{width:100%;height:100%;object-fit:cover}
.catalog-logo-box{position:absolute;right:34px;top:20px;background:#ffffffd4;border-radius:9px;padding:10px}
.catalog-logo-box img{width:65px;margin:auto}
.catalog-logo-box b{display:block;font-size:10px;margin-top:4px}
.catalog-image .map-chip{position:absolute;right:32px;bottom:13px;background:#123e76e8;border:2px solid #d8ecff;color:#fff;border-radius:9px;padding:8px 10px;font-size:6.5px}
.catalog{padding:12px 0 24px}
.catalog-layout{width:min(1460px,96%);margin:auto;display:grid;grid-template-columns:190px 1fr;gap:14px}
.catalog aside{background:#f3f7fb;border-radius:9px;padding:8px;height:max-content;position:sticky;top:78px}
.catalog aside h3{font-size:9px;margin:7px 0}
.catalog aside a{display:block;padding:6px 8px;border-radius:5px;font-size:6.8px;color:#294969}
.catalog aside a.active{background:#1266c6;color:#fff}
.catalog-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:8px}
.catalog-head h2{font-size:16px;margin:0}
.catalog-head p,.catalog-head span{font-size:6.5px;color:#708397}
.catalog-grid{grid-template-columns:repeat(5,1fr)}
.no-products{grid-column:1/-1;text-align:center;padding:40px}
.detail{padding:32px 0;background:#f6f9fc;min-height:70vh}
.backlink{font-size:8px;color:#075fb5;font-weight:800}
.detail-card{margin-top:14px;display:grid;grid-template-columns:1fr 1fr;background:#fff;border:1px solid #dce6ef;border-radius:14px;overflow:hidden}
.detail-image{min-height:380px;background:#f9fbfd}
.detail-image img{width:100%;height:100%;object-fit:contain;padding:20px}
.detail-info{padding:34px}
.detail-info span{display:block;color:#d24343;font-weight:800;margin-top:7px}
.detail-info h1{font-size:30px}
.detail-info p{font-size:11px;color:#6c7f91;line-height:1.65}

/* Tablet */
@media(max-width:1100px){
  .nav nav{gap:14px}
  .hero-real{grid-template-columns:44% 56%}
  .hero-copy-inner h1{font-size:32px}
  .category-grid{grid-template-columns:repeat(4,1fr)}
  .service-real{grid-template-columns:28% 34% 38%}
  .service-quote{display:none}
  .about-legal-grid{grid-template-columns:1.3fr repeat(3,.62fr)}
  .legal-card{grid-column:span 2}
  .product-grid{grid-template-columns:repeat(4,1fr)}
  .catalog-grid{grid-template-columns:repeat(4,1fr)}
}

/* Phone/tablet responsive */
@media(max-width:780px){
  .site-shell,.container{width:92%}
  .nav{width:92%;height:66px}
  .brand img{width:57px}.brand small{display:none}
  .menu{display:block}
  .nav nav{display:none;position:absolute;left:0;right:0;top:66px;background:#fff;padding:12px 4%;flex-direction:column;align-items:stretch;border-bottom:1px solid #e1e8ef;box-shadow:0 12px 25px #0001}
  .nav nav.open{display:flex}
  .nav nav a{font-size:12px;padding:8px 5px}
  .contact-btn{text-align:center}

  .hero-real{grid-template-columns:1fr;min-height:auto}
  .hero-copy{justify-content:center}
  .hero-copy-inner{width:92%;padding:34px 0 26px}
  .eyebrow{font-size:8px}
  .hero-copy-inner h1{font-size:38px}
  .hero-copy-inner>p{font-size:12px}
  .hero-actions .btn{font-size:10px;padding:11px 14px}
  .hero-trust{grid-template-columns:repeat(2,1fr)}
  .hero-trust b{font-size:9px}
  .hero-media{min-height:310px}
  .hero-brand-box{right:15px;top:16px}
  .hero-brand-box strong{font-size:17px}
  .hero-service-list{display:none}
  .hero-country{right:15px;bottom:12px;font-size:8px}

  .category-grid{display:flex;overflow-x:auto;width:92%;gap:9px;padding-bottom:4px;scroll-snap-type:x mandatory}
  .category-card{min-width:190px;min-height:105px;scroll-snap-align:start}
  .category-text b{font-size:10px}
  .category-text small{font-size:8px}

  .service-real{grid-template-columns:1fr}
  .service-photo{height:245px}
  .service-intro{padding:26px 5%;border:0}
  .service-intro h2{font-size:25px}
  .service-intro p{font-size:10px}
  .service-grid{padding:23px 5%;grid-template-columns:1fr 1fr}
  .service-grid b{font-size:9px}
  .service-grid small{font-size:7px}
  .service-quote{display:none}

  .about-legal-grid{width:92%;grid-template-columns:1fr 1fr}
  .about-copy{grid-column:1/-1;border-right:0;border-bottom:1px solid var(--line);padding:10px 0 16px}
  .about-copy h2{font-size:20px}
  .about-copy p{font-size:9px}
  .fact{border-bottom:1px solid var(--line)}
  .fact b{font-size:8px}.fact small{font-size:7px}
  .legal-card{grid-column:span 1}

  .product-grid,.catalog-grid{grid-template-columns:repeat(2,1fr)}
  .product-img{height:165px}
  .product-info h3{font-size:11px}
  .product-info p{font-size:7px}

  .contact-strip-inner{width:92%;flex-direction:column;align-items:flex-start}
  .contact-strip h2{font-size:16px}
  .contact-strip p{font-size:8px}
  .contact-features{flex-wrap:wrap;font-size:7px}

  .catalog-hero{grid-template-columns:1fr}
  .catalog-copy{justify-content:center}
  .catalog-copy-inner{width:92%;padding:25px 0}
  .catalog-hero h1{font-size:34px}
  .catalog-hero p{font-size:10px}
  .catalog-image{min-height:280px}
  .catalog-layout{width:92%;grid-template-columns:1fr}
  .catalog aside{display:flex;overflow-x:auto;position:static;gap:5px}
  .catalog aside h3{display:none}
  .catalog aside a{min-width:max-content;font-size:8px}
  .detail-card{grid-template-columns:1fr}
  .detail-image{min-height:280px}
  .detail-info{padding:25px}
  .foot{width:92%;grid-template-columns:1fr;gap:9px}
}

/* Small phone */
@media(max-width:480px){
  .brand b{font-size:11px}
  .hero-copy-inner h1{font-size:31px}
  .hero-actions{flex-direction:column}
  .hero-actions .btn{width:100%}
  .service-grid{grid-template-columns:1fr}
  .about-legal-grid{grid-template-columns:1fr}
  .about-copy,.legal-card{grid-column:auto}
  .fact{border-right:0}
  .product-grid,.catalog-grid{grid-template-columns:1fr}
  .product-img{height:220px}
  .catalog-benefits{grid-template-columns:1fr 1fr}
  .catalog-hero h1{font-size:29px}
}

/* V8 HERO BACKGROUND SLIDESHOW */
.hero-media{position:relative}
.hero-slides{position:absolute;inset:0;overflow:hidden}
.hero-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity 1s ease,visibility 1s ease}
.hero-slide.active{opacity:1;visibility:visible}
.hero-slide img{width:100%;height:100%;object-fit:cover;object-position:center;transform:scale(1.04);transition:transform 5.5s ease}
.hero-slide.active img{transform:scale(1)}
.hero-media-overlay{pointer-events:none;z-index:2}
.hero-brand-box,.hero-service-list,.hero-country{z-index:4}
.hero-arrow{position:absolute;z-index:5;top:50%;transform:translateY(-50%);width:38px;height:38px;border-radius:50%;border:1px solid rgba(255,255,255,.7);background:rgba(7,48,92,.45);color:#fff;font-size:26px;line-height:1;cursor:pointer;display:grid;place-items:center;backdrop-filter:blur(4px);transition:.2s ease}
.hero-arrow:hover{background:rgba(9,82,153,.78);transform:translateY(-50%) scale(1.06)}
.hero-prev{left:14px}.hero-next{right:14px}
.hero-dots{position:absolute;z-index:5;left:50%;bottom:13px;transform:translateX(-50%);display:flex;gap:7px;align-items:center}
.hero-dots button{width:8px;height:8px;border-radius:999px;border:0;padding:0;background:rgba(255,255,255,.72);cursor:pointer;transition:.25s ease}
.hero-dots button.active{width:22px;background:#1882ef}
@media(max-width:780px){.hero-arrow{width:34px;height:34px;font-size:23px}.hero-prev{left:10px}.hero-next{right:10px}.hero-dots{bottom:10px}}
\n\n/* V8.2 CLEAN HERO + BIGGER PROFESSIONAL TYPOGRAPHY */
/* Removed right-side PAMAH card and floating hero service pills. */
.hero-brand-box,.hero-service-list{display:none!important}

/* Header */
.brand b{font-size:17px}
.brand small{font-size:10px}
.nav nav a{font-size:12px}
.contact-btn{font-size:12px;padding:12px 22px}

/* Main hero */
.eyebrow{font-size:10px;letter-spacing:2.4px}
.hero-copy-inner h1{font-size:48px;line-height:1.02;letter-spacing:-1.9px}
.hero-copy-inner>p{font-size:14px;line-height:1.62;max-width:570px}
.hero-actions .btn{font-size:12px;padding:12px 20px}
.hero-trust span{width:40px;height:40px;font-size:19px}
.hero-trust b{font-size:10px;line-height:1.25}
.hero-country{font-size:10px;padding:10px 14px}

/* Category cards */
.category-card{min-height:136px;padding:12px}
.category-visual{font-size:33px}
.category-text b{font-size:12px;line-height:1.1}
.category-text small{font-size:9px;line-height:1.35;margin-top:5px}
.category-card i{width:25px;height:25px;font-size:11px}

/* Services */
.service-intro .eyebrow{font-size:9px}
.service-intro h2{font-size:27px}
.service-intro p{font-size:11px;line-height:1.6}
.service-intro .btn{font-size:10px;padding:10px 15px}
.service-grid>div>span{font-size:20px}
.service-grid b{font-size:10px}
.service-grid small{font-size:8px;line-height:1.4}
.service-quote{font-size:16px}

/* About / facts / certificates */
.about-copy>small{font-size:9px}
.about-copy h2{font-size:21px}
.about-copy p{font-size:9px;line-height:1.55}
.about-copy a{font-size:8px;padding:7px 12px}
.fact>span{font-size:24px}
.fact b{font-size:9px}
.fact small{font-size:8px;line-height:1.4}
.legal-card>span{font-size:13px}
.legal-card small{font-size:8px}
.legal-card strong{font-size:9px}
.legal-card a{font-size:8px}

/* Product section */
.section-head-real small{font-size:9px}
.section-head-real h2{font-size:24px}
.section-head-real>a{font-size:10px}
.product-img{height:155px}
.product-info{padding:10px}
.product-info>small{font-size:8px;padding:3px 5px}
.product-info>span{font-size:9px}
.product-info h3{font-size:14px;margin:4px 0 6px}
.product-info p{font-size:9px;line-height:1.4;min-height:30px}
.product-info a{font-size:8px;padding:7px}

/* Contact + footer */
.contact-strip h2{font-size:17px}
.contact-strip p{font-size:9px}
.contact-strip>a{font-size:9px;padding:10px 17px}
.contact-features{font-size:8px}
.foot{font-size:8px}

/* Catalog readability */
.catalog-hero h1{font-size:43px}
.catalog-hero p{font-size:12px}
.hero-search input,.hero-search button{font-size:10px}
.catalog-benefits b{font-size:8px}
.catalog aside h3{font-size:12px}
.catalog aside a{font-size:9px;padding:8px 10px}
.catalog-head h2{font-size:21px}
.catalog-head p,.catalog-head span{font-size:9px}
.detail-info h1{font-size:36px}
.detail-info p{font-size:13px}

@media(max-width:1100px){
  .hero-copy-inner h1{font-size:40px}
  .hero-copy-inner>p{font-size:12px}
  .nav nav a{font-size:11px}
}
@media(max-width:780px){
  .brand b{font-size:14px}
  .hero-copy-inner h1{font-size:40px}
  .hero-copy-inner>p{font-size:13px}
  .hero-actions .btn{font-size:11px}
  .hero-trust b{font-size:10px}
  .category-text b{font-size:11px}
  .category-text small{font-size:8px}
  .service-intro h2{font-size:27px}
  .service-intro p{font-size:11px}
  .service-grid b{font-size:10px}
  .service-grid small{font-size:8px}
  .about-copy p{font-size:10px}
  .legal-card small{font-size:8px}
  .legal-card strong{font-size:9px}
  .product-info h3{font-size:13px}
  .product-info p{font-size:9px}
}
@media(max-width:480px){
  .hero-copy-inner h1{font-size:34px}
  .hero-copy-inner>p{font-size:12px}
  .product-info h3{font-size:14px}
  .product-info p{font-size:10px}
}
