
:root{--cyan:#03a3bd;--cyan2:#05859c;--ink:#0b0d0e;--text:#202529;--muted:#667176;--line:#e2e6e8;--soft:#f8fafb;--max:1180px;--footer:#087f99}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--text);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit}img,video{display:block;max-width:100%}button,input,textarea{font:inherit}.wrap{width:min(var(--max),calc(100% - 44px));margin:auto}
.site-header{height:92px;background:#fff;display:flex;align-items:center;border-bottom:1px solid #f0f2f3;position:sticky;top:0;z-index:50}.header-inner{width:min(1450px,calc(100% - 64px));margin:auto;display:flex;align-items:center}.brand{display:flex;align-items:center}.brand img{width:320px;height:auto}.nav{margin-left:auto;display:flex;align-items:center;gap:31px}.nav a{font-size:12px;font-weight:700;letter-spacing:.01em;text-transform:uppercase;position:relative;padding:13px 0}.nav a:after{content:"";position:absolute;left:0;bottom:7px;height:2px;width:0;background:#111;transition:.2s}.nav a:hover:after,.nav a.active:after{width:100%}.header-tools{margin-left:26px;padding-left:24px;border-left:1px solid #d7dcde;display:flex;gap:13px;align-items:center}.header-tools a,.header-tools button{border:0;background:none;font-size:12px;font-weight:700;cursor:pointer}.menu-toggle{display:none;margin-left:auto;border:0;background:none;width:42px;height:42px}.menu-toggle span{display:block;height:2px;width:23px;background:#111;margin:5px auto}
.hero{height:566px;position:relative;overflow:hidden;background:#202425}.hero video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:50% 50%}.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.45),rgba(0,0,0,.04) 67%),linear-gradient(0deg,rgba(0,0,0,.28),transparent 48%)}.hero-copy{position:absolute;z-index:2;left:max(66px,calc((100vw - 1180px)/2 + 18px));bottom:54px;color:#fff}.hero-copy h1{margin:0;font-size:48px;line-height:1;font-weight:700;letter-spacing:-.035em}.hero-copy h1 span{color:#02b6d3}.hero-copy p{font-size:23px;margin:11px 0 0;font-weight:400}
.hero-shop-btn{display:inline-flex;align-items:center;justify-content:center;margin-top:22px;min-width:168px;height:44px;padding:0 24px;border:1px solid rgba(255,255,255,.9);background:rgba(0,0,0,.22);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);color:#fff;font-size:12px;font-weight:800;letter-spacing:.08em;border-radius:2px;transition:background .2s,color .2s,border-color .2s,transform .2s}.hero-shop-btn:hover{background:#fff;color:#0785a0;border-color:#fff;transform:translateY(-1px)}

.frame{width:min(1120px,calc(100% - 58px));margin:26px auto 0;border:1px solid #dfe3e5;border-radius:10px;padding:25px 45px 42px;background:#fff}.sec-title{font-size:17px;text-align:center;margin:0 0 28px;font-weight:400;letter-spacing:.01em}.sec-title b{color:var(--cyan);font-weight:700}.solutions{padding:0 0 25px}.solution-grid{display:grid;grid-template-columns:repeat(5,1fr)}.solution{padding:0 21px;text-align:center;border-right:1px solid #e1e4e5;min-height:188px}.solution:last-child{border-right:0}.solution svg{width:48px;height:48px;margin:0 auto 17px;stroke:var(--cyan);stroke-width:1.7;fill:none}.solution h3{font-size:15px;line-height:1.25;margin:0 0 13px;color:#111}.solution p{font-size:11px;line-height:1.72;color:#4f585c;margin:0}.solution a{display:inline-block;color:var(--cyan2);font-size:11px;font-weight:700;margin-top:12px}
.about-home{display:grid;grid-template-columns:250px 1fr;gap:60px;max-width:760px;margin:40px auto 16px;align-items:center}.about-home figure{margin:0;border-radius:9px;overflow:hidden;height:285px;background:#e8ecee}.about-home figure img{width:100%;height:100%;object-fit:cover;object-position:50% 50%}.eyebrow{font-size:15px;color:var(--cyan2);font-weight:700;text-transform:uppercase;margin-bottom:13px}.about-home h2{font-size:31px;line-height:1.08;margin:0 0 20px;color:#121416}.about-home h2 span{color:var(--cyan2)}.about-home p{font-size:12.5px;line-height:1.75;color:#454d51;margin:0 0 13px}.more-row{margin:34px 0 18px;border-top:1px solid #e4e7e8;border-bottom:1px solid #e4e7e8;padding:14px;text-align:center}.more-row a{color:var(--cyan2);font-size:12px;font-weight:700}
.brand-zone{padding-top:20px}.brand-circles{display:flex;justify-content:center;gap:27px;flex-wrap:wrap;margin:30px auto 12px}.brand-circle{width:138px;height:138px;border:1px solid #d8dfe1;border-radius:50%;background:linear-gradient(145deg,#fff,#f4f7f8);box-shadow:0 4px 14px rgba(0,0,0,.035);position:relative}.brand-circle:after{content:"";position:absolute;inset:15px;border:1px dashed #d9e1e3;border-radius:50%}
.contact-strip{margin:45px auto 6px;display:grid;grid-template-columns:1.2fr .8fr;gap:28px;align-items:center;padding:36px 38px;background:#f7f9fa;border:1px solid #e4e8ea;border-radius:8px}.contact-strip h2{font-size:25px;margin:0 0 8px}.contact-strip p{font-size:12px;color:#596368;margin:0}.contact-actions{display:flex;gap:10px;justify-content:flex-end;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 17px;border-radius:4px;font-weight:700;font-size:12px;border:1px solid #cfd7d9;background:#fff}.btn.primary{background:var(--cyan2);color:#fff;border-color:var(--cyan2)}
.page-hero{height:300px;position:relative;background:#202526;overflow:hidden}.page-hero img{width:100%;height:100%;object-fit:cover;filter:brightness(.52)}.page-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.45),transparent)}.page-hero .wrap{position:absolute;inset:0;display:flex;align-items:flex-end;padding-bottom:38px;color:#fff}.page-hero h1{font-size:45px;margin:0;letter-spacing:-.03em}.page-hero p{margin:8px 0 0;font-size:15px;max-width:680px;color:#e9eef0}.page-section{padding:62px 0}.page-section.soft{background:#f7f9fa}.lead{font-size:22px;line-height:1.45;margin:0 0 24px;color:#15191b}.prose{max-width:860px}.prose p{font-size:15px;line-height:1.8;color:#434b4f}.facts{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:28px}.fact{padding:22px;border:1px solid var(--line);border-radius:7px;background:#fff}.fact b{display:block;font-size:14px;color:var(--cyan2);margin-bottom:6px}.fact span{font-size:12px;color:#5d666a}.category-list{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:30px}.category{border:1px solid var(--line);border-radius:8px;padding:24px;background:white}.category small{color:var(--cyan2);font-weight:700;letter-spacing:.12em}.category h2{font-size:21px;margin:7px 0 9px}.category p{font-size:13px;line-height:1.65;color:#5e676b;margin:0}.brand-page-circles{display:grid;grid-template-columns:repeat(5,1fr);gap:24px;max-width:950px;margin:40px auto}.brand-page-circles .brand-circle{width:100%;height:auto;aspect-ratio:1}.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:60px}.contact-info{display:grid;gap:12px}.info-card{border:1px solid var(--line);padding:18px;border-radius:7px}.info-card b{font-size:12px;color:var(--cyan2);display:block;margin-bottom:5px;text-transform:uppercase}.info-card span,.info-card a{font-size:14px}.form{background:#f7f9fa;border:1px solid #e4e8e9;padding:28px;border-radius:8px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.field{margin-bottom:12px}.field label{display:block;font-size:12px;font-weight:700;margin-bottom:6px}.field input,.field textarea{width:100%;border:1px solid #d3dadd;background:#fff;border-radius:4px;padding:11px 12px;outline:none}.field textarea{height:130px;resize:vertical}.field input:focus,.field textarea:focus{border-color:var(--cyan)}.form .btn{cursor:pointer}
.footer{margin-top:28px;background:linear-gradient(110deg,#0785a0,#06738c);color:#fff;padding:38px 0 0}.footer-grid{display:grid;grid-template-columns:1.15fr 1.35fr 1fr;gap:48px;padding-bottom:34px}.footer-logo{width:260px}.footer p,.footer li,.footer a{font-size:12px;line-height:1.7;color:#e4f0f2}.footer h3{font-size:13px;margin:0 0 12px}.footer ul{list-style:none;padding:0;margin:0}.copyline{border-top:1px solid rgba(255,255,255,.22);padding:14px 0;text-align:center;font-size:10px;color:#d8e8eb}.float{position:fixed;right:19px;bottom:20px;z-index:60;display:grid;gap:8px}.float a,.float button{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;border:1px solid #d8dfe1;background:#fff;box-shadow:0 6px 20px rgba(0,0,0,.14);font-weight:800;color:#11798c;cursor:pointer}.float .wa{background:#21b965;color:#fff;border-color:#21b965}.chatbox{position:fixed;right:20px;bottom:77px;width:300px;background:#fff;border:1px solid #dce2e4;border-radius:8px;box-shadow:0 18px 48px rgba(0,0,0,.18);padding:18px;z-index:61;display:none}.chatbox.open{display:block}.chatbox h3{margin:0 0 8px;font-size:16px}.chatbox p{font-size:12px;line-height:1.55;color:#566064}.chatbox a{display:block;border:1px solid #dfe4e5;padding:10px;border-radius:4px;font-size:12px;font-weight:700;margin-top:8px}.chat-close{position:absolute;top:8px;right:10px;border:0;background:none;font-size:18px;cursor:pointer}
@media(max-width:980px){.brand img{width:260px}.nav{gap:17px}.nav a{font-size:10px}.frame{padding-inline:22px}.solution{padding-inline:12px}.about-home{grid-template-columns:210px 1fr;gap:35px}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}.contact-grid{grid-template-columns:1fr}}
@media(max-width:760px){.site-header{height:76px}.header-inner{width:calc(100% - 26px)}.brand img{width:220px;max-width:68vw}.menu-toggle{display:block}.header-tools{display:none}.nav{display:none;position:fixed;top:76px;left:0;right:0;background:#fff;border-bottom:1px solid #e1e5e6;flex-direction:column;align-items:stretch;padding:14px 24px 22px;gap:0}.nav.open{display:flex}.nav a{font-size:12px;padding:12px 0}.hero{height:468px}.hero-copy{left:24px;right:24px;bottom:38px}.hero-copy h1{font-size:35px}.hero-copy p{font-size:17px}.frame{width:calc(100% - 24px);margin-top:14px;padding:22px 16px}.solution-grid{grid-template-columns:1fr 1fr}.solution{border-bottom:1px solid #e1e4e5;padding:22px 10px;min-height:205px}.solution:nth-child(2n){border-right:0}.solution:last-child{grid-column:1/-1;border-right:0}.about-home{grid-template-columns:1fr;margin-top:30px}.about-home figure{height:260px}.brand-circle{width:110px;height:110px}.contact-strip{grid-template-columns:1fr;padding:25px 20px}.contact-actions{justify-content:flex-start}.page-hero{height:250px}.page-hero h1{font-size:36px}.page-section{padding:44px 0}.category-list{grid-template-columns:1fr}.facts{grid-template-columns:1fr}.brand-page-circles{grid-template-columns:repeat(2,1fr)}.brand-page-circles .brand-circle:last-child{grid-column:1/-1;width:48%;justify-self:center}.form-row{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.footer-grid>div:first-child{grid-column:auto}.chatbox{left:12px;right:12px;width:auto}.float{right:12px}.wrap{width:calc(100% - 28px)}}

/* Footer logo: original black elements stay black; original turquoise elements render white on colored backgrounds. */
.footer-logo{display:block;width:min(250px,100%);height:auto;background:transparent!important;object-fit:contain;}
.footer-grid>div:first-child{display:flex;align-items:flex-start;}

/* V6 — gelişmiş mobil düzen (kullanıcının 480px spesifikasyonuna göre statik siteye uyarlanmıştır) */
@media(max-width:480px){
  .site-header{height:auto;min-height:70px;padding:0;background:#fff}
  .header-inner{width:100%;padding:16px 18px;min-height:70px}
  .brand img{width:210px;max-width:66vw}
  .menu-toggle{width:40px;height:38px;margin-left:auto;padding:0}
  .menu-toggle span{width:22px;margin:5px auto}
  .nav{top:70px;padding:14px 20px 20px}
  .nav a{font-size:12px;padding:12px 0}

  .hero{height:470px}
  .hero video{object-position:58% center}
  .hero-copy{bottom:44px;left:24px;right:24px}
  .hero-copy h1{font-size:27px;line-height:1.13;letter-spacing:-.025em}
  .hero-copy p{font-size:15px;line-height:1.4;display:block;max-width:250px;margin-top:9px}

  .frame{width:100%;border:0;border-radius:0;margin:0;padding:31px 20px 27px}
  .sec-title{font-size:13px;line-height:1.45;margin:0 0 23px}
  .solutions{padding-bottom:0}
  .solution-grid{grid-template-columns:1fr}
  .solution{border-right:0;border-bottom:1px solid #e3e3e3;padding:0 14px 18px;margin:0 0 18px;min-height:0}
  .solution:nth-child(2n){border-right:0}
  .solution:last-child{grid-column:auto;border-bottom:0;margin-bottom:0;padding-bottom:0}
  .solution svg{width:42px;height:42px;margin:0 auto 10px}
  .solution h3{min-height:0;font-size:13px;margin:5px 0}
  .solution p{max-width:225px;margin:auto;font-size:11px;line-height:1.6}
  .solution a{margin-top:8px}

  .about-home{grid-template-columns:1fr;margin:35px 0 38px;gap:20px;max-width:none}
  .about-home figure{height:260px;min-height:260px}
  .eyebrow{font-size:13px;margin-bottom:10px}
  .about-home h2{font-size:24px;line-height:1.12;margin:11px 0}
  .about-home p{font-size:12px;line-height:1.7}
  .more-row{margin-top:22px}

  .brand-zone{padding-top:10px}
  .brand-circles{display:grid;grid-template-columns:1fr 1fr;gap:12px;width:100%;margin:24px auto 8px}
  .brand-circle{width:100%;height:auto;aspect-ratio:1}
  .brand-circle:last-child{grid-column:1/-1;width:calc(50% - 6px);justify-self:center}

  .contact-strip{grid-template-columns:1fr;margin:35px 0 5px;padding:24px 18px;gap:18px}
  .contact-strip h2{font-size:22px}
  .contact-strip p{font-size:12px;line-height:1.55}
  .contact-actions{justify-content:flex-start;display:grid;grid-template-columns:1fr 1fr;gap:8px}
  .contact-actions .btn:last-child{grid-column:1/-1}

  .page-hero{height:230px}
  .page-hero .wrap{padding-bottom:28px}
  .page-hero h1{font-size:32px}
  .page-hero p{font-size:13px;line-height:1.45}
  .page-section{padding:36px 0}
  .lead{font-size:19px}
  .prose p{font-size:14px;line-height:1.72}
  .facts,.category-list,.contact-grid{grid-template-columns:1fr}
  .brand-page-circles{grid-template-columns:1fr 1fr;gap:12px}
  .brand-page-circles .brand-circle:last-child{grid-column:1/-1;width:calc(50% - 6px);justify-self:center}
  .form{padding:20px 16px}
  .form-row{grid-template-columns:1fr}

  .footer{margin-top:20px;padding-top:31px}
  .footer-grid{grid-template-columns:1fr;gap:22px;padding-bottom:26px}
  .footer-grid>div:first-child{grid-column:auto}
  .footer-logo{width:min(245px,78vw)}
  .footer p{font-size:12px;margin:8px 0}
  .copyline{font-size:9px;padding:12px 20px}

  .float{right:12px;bottom:14px;gap:7px}
  .float a,.float button{width:44px;height:44px}
  .chatbox{left:12px;right:12px;bottom:66px;width:auto}
  .wrap{width:calc(100% - 28px)}
}

/* V8 — KVKK / yasal bilgilendirme */
.legal-hero{background:#f5f8f9;border-bottom:1px solid var(--line);padding:58px 0 48px}.legal-hero .eyebrow{margin-bottom:9px}.legal-hero h1{margin:0;color:#101416;font-size:42px;line-height:1.08;letter-spacing:-.025em}.legal-hero p{max-width:760px;margin:13px 0 0;color:#5b656a;font-size:14px;line-height:1.65}.legal-section{padding:58px 0}.legal-card{max-width:980px;margin:auto}.legal-card h2{font-size:25px;line-height:1.25;margin:0 0 20px;color:#111719}.legal-card h2:not(:first-child){margin-top:48px}.legal-card h3{font-size:18px;line-height:1.35;margin:37px 0 12px;color:#0f1416}.legal-card p,.legal-card li{font-size:14px;line-height:1.82;color:#3f494d}.legal-card ul{padding-left:22px;margin:12px 0 24px}.legal-card li{margin-bottom:8px}.legal-card a{color:var(--cyan2);font-weight:700}.legal-contact{margin:26px 0;padding:22px 24px;border:1px solid var(--line);border-left:4px solid var(--cyan2);border-radius:6px;background:#f8fafb}.legal-contact p{margin:4px 0}.copyline a{color:#fff;font-weight:700}.copy-sep{padding:0 7px;opacity:.7}@media(max-width:480px){.legal-hero{padding:38px 0 32px}.legal-hero h1{font-size:31px}.legal-hero p{font-size:13px}.legal-section{padding:34px 0}.legal-card h2{font-size:22px}.legal-card h3{font-size:17px;margin-top:30px}.legal-card p,.legal-card li{font-size:13px;line-height:1.75}.legal-contact{padding:17px 16px}.copy-sep{padding:0 5px}}

@media(max-width:480px){.hero-shop-btn{margin-top:18px;min-width:152px;height:42px;padding:0 20px;font-size:11px}}

/* Contact form delivery status */
.hp-field{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.form-status{margin-top:12px;min-height:20px;font-size:12px;line-height:1.45}
.form-status.ok{color:#087a3d;font-weight:700}
.form-status.err{color:#b42318;font-weight:700}
.form button[disabled]{opacity:.65;cursor:not-allowed}

/* V14 — mobile visual centering pass */
@media(max-width:480px){
  /* Home sections */
  .sec-title,
  .about-home > div,
  .contact-strip,
  .dealer,
  .page-hero .wrap,
  .page-section .prose,
  .page-section .lead,
  .contact-info,
  .footer-grid > div{
    text-align:center;
  }

  .about-home figure{
    width:min(100%,320px);
    margin:0 auto;
  }
  .eyebrow{ text-align:center; }
  .about-home h2{ text-align:center; }
  .about-home p{ margin-left:auto; margin-right:auto; max-width:330px; }
  .more-row{ text-align:center; }

  .contact-strip > div:first-child{ text-align:center; }
  .contact-actions{
    justify-content:center;
    width:100%;
  }
  .contact-actions .btn{
    width:100%;
  }

  /* Inner pages */
  .page-hero .wrap{
    align-items:flex-end;
    justify-content:center;
  }
  .page-hero .wrap > div{ width:100%; }
  .page-hero p{ margin-left:auto; margin-right:auto; }
  .prose{ margin-left:auto; margin-right:auto; }
  .facts,.category-list,.contact-grid{ width:100%; }
  .fact,.category,.info-card{ text-align:center; }
  .form{ text-align:left; }

  /* Footer */
  .footer-grid > div:first-child{
    display:flex;
    justify-content:center;
    align-items:center;
  }
  .footer-logo{
    margin:0 auto;
  }
  .footer ul{
    display:inline-block;
    text-align:left;
  }
  .footer p{
    margin-left:auto;
    margin-right:auto;
  }
}


/* V16 — 7 ana çözüm + Created by MOORE */
@media(min-width:761px){
  .solution-grid{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    row-gap:30px;
  }
  .solution{
    flex:0 0 20%;
    width:20%;
  }
  .solution:nth-child(5){
    border-right:0;
  }
  .solution:nth-child(n+6){
    border-top:1px solid #e1e4e5;
    padding-top:28px;
    margin-top:2px;
  }
  .solution:nth-child(6){
    border-left:1px solid #e1e4e5;
  }
  .solution:nth-child(7){
    border-right:1px solid #e1e4e5;
  }
}

.copyline{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  flex-wrap:wrap;
}
.created-by{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#fff;
  font-size:9px;
  letter-spacing:.03em;
}
.created-by > span{
  opacity:.82;
  white-space:nowrap;
}
.created-by a{
  display:inline-flex;
  align-items:center;
}
.created-by img{
  display:block;
  width:82px;
  height:auto;
  max-height:24px;
  object-fit:contain;
  /* Exact supplied logo, rendered white on the turquoise footer. */
  filter:brightness(0) invert(1);
  opacity:.96;
  transition:opacity .2s ease;
}
.created-by a:hover img{opacity:.72}

@media(max-width:760px){
  .created-by{
    width:100%;
    justify-content:center;
    margin-top:2px;
  }
  .created-by img{width:76px}
}

/* V19 — ÜRÜNLER SAYFASI / ONAYLI GÖRSEL DÜZEN */
.products-section{padding-top:38px}
.products-page .page-hero{height:300px}
.product-category-nav{display:flex;flex-wrap:wrap;gap:9px;align-items:center;margin:0 0 48px;padding:0 0 25px;border-bottom:1px solid var(--line)}
.product-category-nav a{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 16px;border:1px solid #dbe2e4;border-radius:999px;background:#fff;color:#4d585c;font-size:11px;font-weight:700;transition:.2s}
.product-category-nav a:hover{border-color:var(--cyan2);color:var(--cyan2);transform:translateY(-1px)}
.product-group{scroll-margin-top:112px;padding:4px 0 64px}
.product-group + .product-group{border-top:1px solid var(--line);padding-top:50px}
.product-group-head{display:flex;gap:17px;align-items:center;margin-bottom:28px}
.product-group-head>span{width:46px;height:46px;border:1px solid #b9dfe6;border-radius:50%;display:grid;place-items:center;color:var(--cyan2);font-size:12px;font-weight:800;flex:0 0 auto}
.product-group-head h2{margin:0;color:#111719;font-size:27px;line-height:1.15;letter-spacing:-.02em}
.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.product-card{border:1px solid #dfe5e7;border-radius:10px;background:#fff;overflow:hidden;min-width:0}
.product-media{height:310px;background:#f8fafb;border-bottom:1px solid #e5e9ea;display:flex;align-items:center;justify-content:center;padding:22px 42px}
.product-media img{width:100%;height:100%;object-fit:contain}
.product-no-image{width:100%;height:100%;display:grid;place-items:center;border:1px dashed #cfd8da;color:#7a8589;background:#fff;border-radius:5px}
.product-no-image span{font-size:22px;font-weight:800;letter-spacing:.06em;color:#7c888c}
.product-body{padding:24px 26px 28px}
.product-code{display:inline-flex;align-items:center;min-height:25px;padding:0 12px;border-radius:999px;background:#eef9fb;color:var(--cyan2);font-size:10px;font-weight:800;letter-spacing:.08em}
.product-body h3{margin:12px 0 19px;color:#131719;font-size:19px;line-height:1.3}
.product-meta{margin-top:14px}.product-meta b{display:block;margin-bottom:6px;color:var(--cyan2);font-size:10px;text-transform:uppercase;letter-spacing:.08em}.product-meta p{margin:0;color:#566064;font-size:12.5px;line-height:1.67}
.product-technical{margin-top:17px;padding-top:1px;border-top:1px solid #edf0f1}
.category-product-link{cursor:pointer;transition:border-color .2s,transform .2s}.category-product-link:hover{border-color:#b6dfe6;transform:translateY(-1px)}.category-cta{display:inline-block;margin-top:14px;color:var(--cyan2);font-size:11px;font-weight:800}
@media(max-width:820px){.product-grid{grid-template-columns:1fr}.product-media{height:290px}}
@media(max-width:560px){.products-section{padding-top:26px}.product-category-nav{gap:7px;margin-bottom:32px}.product-category-nav a{font-size:10px;min-height:35px;padding:0 12px}.product-group{scroll-margin-top:88px;padding-bottom:44px}.product-group + .product-group{padding-top:38px}.product-group-head{justify-content:center;text-align:center}.product-group-head h2{font-size:23px}.product-media{height:245px;padding:16px 26px}.product-body{padding:20px 19px 23px;text-align:left}.product-body h3{font-size:18px}.product-meta p{font-size:12.5px}}

/* V20 — six-item desktop menu fit + cache-safe navigation */
@media(min-width:981px){
  .header-inner{width:min(1480px,calc(100% - 48px));}
  .brand img{width:300px;}
  .nav{gap:23px;}
  .header-tools{margin-left:20px;padding-left:18px;}
}
@media(min-width:761px) and (max-width:1180px){
  .brand img{width:245px;}
  .nav{gap:13px;}
  .nav a{font-size:10px;}
  .header-tools{margin-left:14px;padding-left:13px;}
}


/* V21 logo refinements */
.brand img{display:block;max-width:100%;height:auto;object-fit:contain;}
.footer-logo{display:block;max-width:100%;height:auto;object-fit:contain;}
@media(max-width:760px){.brand img{width:232px !important;max-width:72vw !important;height:auto;}}
