:root{--navy:#0f2d52;--navy-2:#173f6b;--steel:#6c7a89;--red:#d62839;--red-dark:#b91f30;--bg:#f5f7fa;--white:#fff;--text:#172033;--muted:#667085;--line:#e4e8ee;--shadow:0 18px 44px rgba(15,45,82,.12);--radius:12px;--container:min(1320px,calc(100% - 40px));--font-head:'Manrope',sans-serif;--font-body:'Inter',sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--white);color:var(--text);font-family:var(--font-body);line-height:1.65}body.menu-open{overflow:hidden}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}h1,h2,h3{font-family:var(--font-head);line-height:1.14;margin:0 0 18px}h1{font-size:clamp(2.5rem,5vw,4.9rem);letter-spacing:-.04em}h2{font-size:clamp(2rem,3vw,3rem);letter-spacing:-.03em}h3{font-size:1.25rem}.container{width:var(--container);margin-inline:auto}.section{padding:96px 0}.center{text-align:center}.content-narrow{max-width:860px}.skip-link{position:fixed;left:12px;top:-80px;z-index:9999;background:var(--white);padding:12px 18px;border-radius:8px}.skip-link:focus{top:12px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.site-header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.96);border-bottom:1px solid rgba(228,232,238,.9);backdrop-filter:blur(14px);transition:.25s}.site-header.is-scrolled{box-shadow:0 10px 30px rgba(15,45,82,.08)}.header-top{background:var(--navy);color:#dbe7f5;font-size:.82rem}.header-top-inner,.header-main,.footer-bottom-inner{display:flex;align-items:center;justify-content:space-between}.header-top-inner{min-height:34px}.header-contact{display:flex;gap:24px}.header-main{min-height:88px;gap:32px}.site-branding img{width:auto;max-height:58px;max-width:250px}.primary-navigation{display:flex;align-items:center;gap:28px}.primary-navigation .menu{display:flex;align-items:center;gap:26px;list-style:none;padding:0;margin:0}.primary-navigation .menu a{font-weight:600;font-size:.94rem}.primary-navigation .menu a:hover{color:var(--red)}.menu-toggle{display:none;background:none;border:0;padding:10px}.menu-toggle span:not(.sr-only){display:block;width:26px;height:2px;background:var(--navy);margin:6px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 24px;border-radius:9px;font-weight:700;border:1px solid transparent;transition:.2s}.btn:hover{transform:translateY(-2px)}.btn-primary{background:var(--navy);color:var(--white)}.btn-primary:hover{background:var(--navy-2)}.btn-accent{background:var(--red);color:var(--white)}.btn-accent:hover{background:var(--red-dark)}.btn-outline-light{border-color:rgba(255,255,255,.55);color:var(--white);background:rgba(255,255,255,.04)}.btn-whatsapp{background:#159957;color:#fff}.hero{position:relative;min-height:690px;display:grid;align-items:center;color:var(--white);background:linear-gradient(120deg,#06182e,#0f2d52);background-image:var(--hero-image),linear-gradient(120deg,#06182e,#0f2d52);background-size:cover;background-position:center}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,20,39,.96) 0%,rgba(8,32,61,.78) 48%,rgba(8,32,61,.3) 100%)}.hero-inner{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:70px;align-items:center;padding-block:90px}.hero-copy{max-width:780px}.hero-copy h1{max-width:820px}.hero-copy p{font-size:1.12rem;max-width:700px;color:#d7e2ef}.eyebrow{display:inline-block;text-transform:uppercase;letter-spacing:.16em;font-weight:800;font-size:.76rem;color:#dce9f7;margin-bottom:18px}.eyebrow.dark-text{color:var(--red)}.hero-checks{display:flex;flex-wrap:wrap;gap:10px 24px;margin:28px 0}.hero-checks span:before{content:'✓';color:#76d6a4;margin-right:8px}.hero-actions{display:flex;gap:14px}.hero-panel{background:rgba(255,255,255,.94);color:var(--navy);padding:28px;border-radius:var(--radius);box-shadow:var(--shadow);border-top:4px solid var(--red)}.hero-panel strong{display:block;font-family:var(--font-head);font-size:1.45rem}.hero-panel span{display:block;color:var(--muted);margin-top:6px}.section-heading{display:flex;justify-content:space-between;gap:24px;align-items:end;margin-bottom:38px}.text-link{font-weight:800;color:var(--navy)}.product-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px}.product-card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:0 8px 22px rgba(15,45,82,.05);transition:.25s}.product-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}.product-card-media{display:block;aspect-ratio:3/2;background:#e9edf2;overflow:hidden}.product-card-media img{width:100%;height:100%;object-fit:cover}.placeholder-art{display:block;min-height:100%;background:linear-gradient(145deg,#ced5dd 0 20%,#8c98a6 20% 27%,#e6eaee 27% 45%,#9aa6b2 45% 53%,#dce2e8 53%)}.product-card-body{padding:22px}.product-card-body p{color:var(--muted);font-size:.94rem}.product-card-body>a{font-weight:800;color:var(--red)}.why-us{background:var(--navy);color:var(--white)}.feature-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:28px;margin-top:24px}.feature-card{padding:12px}.feature-card p{color:#c7d4e3;font-size:.94rem}.feature-icon{display:block;width:44px;height:44px;border:2px solid #86a6c7;border-radius:50%;margin-bottom:18px;position:relative}.feature-icon:after{content:'';position:absolute;inset:10px;border:2px solid var(--red);border-radius:4px}.featured-products{background:var(--bg)}.size-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:34px 0}.size-grid>a,.size-grid>span{display:flex;justify-content:space-between;gap:12px;background:var(--white);border:1px solid var(--line);border-radius:9px;padding:16px 18px}.size-grid span,.size-grid em{color:var(--red);font-style:normal;font-weight:700}.contact-section{background:#eef2f6}.contact-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:36px;align-items:center}.contact-card{background:var(--navy);color:var(--white);padding:42px;border-radius:var(--radius);box-shadow:var(--shadow)}.contact-card p{color:#d7e2ef}.contact-card>div{display:flex;gap:12px;flex-wrap:wrap}.site-footer{background:#091b31;color:#e3ebf5}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:50px;padding:72px 0}.footer-grid h2{font-size:1rem;text-transform:uppercase;letter-spacing:.08em}.footer-grid ul{list-style:none;padding:0;margin:0}.footer-grid li{margin:10px 0}.footer-grid a:hover{color:#fff}.footer-brand img{max-width:220px;filter:brightness(0) invert(1)}.footer-brand p{max-width:380px;color:#aebed0}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:18px 0;color:#9fb0c4;font-size:.86rem}.footer-bottom-inner>div{display:flex;gap:18px}.floating-whatsapp{position:fixed;right:22px;bottom:22px;z-index:999;width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:#159957;color:#fff;font-weight:800;box-shadow:0 14px 30px rgba(0,0,0,.2)}.entry-card{padding:28px 0;border-bottom:1px solid var(--line)}.entry-title{font-size:2rem}.entry-content{font-size:1.06rem}.entry-content>*+*{margin-top:1.2em}.entry-hero{margin:28px 0}.archive-grid{grid-template-columns:repeat(3,1fr);margin-top:34px}.archive-description{max-width:780px;color:var(--muted)}.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}.product-detail-media{background:var(--bg);border-radius:var(--radius);overflow:hidden;min-height:420px}.product-detail-media .placeholder-art{min-height:420px}.spec-list{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:26px 0}.spec-list>div{background:var(--bg);border-radius:9px;padding:14px}.spec-list span{display:block;font-size:.75rem;color:var(--muted);text-transform:uppercase}.spec-list strong{display:block;margin-top:4px}.product-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:28px}@media(max-width:1100px){.product-grid{grid-template-columns:repeat(3,1fr)}.feature-grid{grid-template-columns:repeat(3,1fr)}.hero-inner{grid-template-columns:1fr 300px}.footer-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:820px){.header-top{display:none}.header-main{min-height:74px}.menu-toggle{display:block;margin-left:auto}.primary-navigation{position:fixed;inset:74px 0 0;background:var(--white);padding:28px;width:100%;display:none;align-items:stretch;overflow:auto}.primary-navigation.is-open{display:block}.primary-navigation .menu{display:flex;flex-direction:column;align-items:stretch;gap:0}.primary-navigation .menu li{border-bottom:1px solid var(--line)}.primary-navigation .menu a{display:block;padding:16px 0}.header-cta{margin-top:22px;width:100%}.hero{min-height:auto}.hero-inner{grid-template-columns:1fr;padding-block:72px}.hero-panel{max-width:420px}.section{padding:72px 0}.product-grid,.feature-grid{grid-template-columns:repeat(2,1fr)}.size-grid{grid-template-columns:repeat(2,1fr)}.contact-grid,.product-detail{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.product-detail-media{min-height:300px}}@media(max-width:560px){:root{--container:min(100% - 28px,1320px)}.hero-inner{padding-block:56px}.hero-actions{flex-direction:column}.hero-actions .btn{width:100%}.section-heading{align-items:start;flex-direction:column}.product-grid,.feature-grid,.size-grid,.archive-grid,.footer-grid{grid-template-columns:1fr}.feature-card{padding:0 0 18px}.contact-card{padding:28px}.footer-bottom-inner{align-items:flex-start;flex-direction:column;gap:10px}.spec-list{grid-template-columns:1fr}.site-branding img{max-width:190px}.product-actions .btn{width:100%}}


/* v2.1 visual refinement */
.hero{min-height:640px;background-color:#071a30;background-image:var(--hero-image);background-size:cover;background-position:center 48%}
.hero-overlay{background:linear-gradient(90deg,rgba(3,16,32,.96) 0%,rgba(5,24,47,.86) 42%,rgba(5,24,47,.28) 72%,rgba(5,24,47,.12) 100%)}
.hero-copy h1{font-size:clamp(3.1rem,5vw,5.35rem);line-height:.98;max-width:790px}
.hero-panel{background:linear-gradient(145deg,rgba(9,50,96,.96),rgba(9,30,57,.96));color:#fff;border-top:0;border-left:4px solid var(--red);box-shadow:0 24px 70px rgba(0,0,0,.32)}
.hero-panel span{color:#dbe7f5;text-transform:uppercase;font-size:.78rem;letter-spacing:.05em}
.product-card-media{background:#f2f4f7}
.feature-card{text-align:center;border-right:1px solid rgba(255,255,255,.16)}
.feature-card:last-child{border-right:0}
.feature-icon{width:58px;height:58px;margin:0 auto 18px;border:0;border-radius:0;display:grid;place-items:center}
.feature-icon:after{display:none}
.feature-icon svg{width:50px;height:50px;fill:none;stroke:#fff;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}
.feature-icon svg path:last-child{stroke:var(--red)}
.feature-card p{max-width:235px;margin:0 auto;color:#d4dfeb}
.site-footer{background:#071a30}
.footer-grid{grid-template-columns:1.35fr 1fr 1fr 1.15fr}
.floating-whatsapp{font-size:0}
.floating-whatsapp:before{content:'✆';font-size:24px}
@media(max-width:820px){.hero{background-position:62% center}.hero-overlay{background:linear-gradient(90deg,rgba(3,16,32,.96),rgba(5,24,47,.82))}.feature-card{border-right:0;text-align:left}.feature-icon{margin:0 0 14px}.feature-card p{margin:0;max-width:none}}

/* v2.2: reliable media rendering and final homepage polish */
.hero{overflow:hidden;background:#071a30}
.hero-background{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:0}
.hero-overlay{z-index:1}
.hero-inner{z-index:2}
.site-branding img{max-height:64px;max-width:280px}
.product-card-media img{width:100%;height:100%;object-fit:cover;object-position:center}
.feature-icon svg{display:block;width:52px;height:52px;overflow:visible}
.feature-card h3{margin-bottom:10px}
.floating-whatsapp{width:58px;height:58px;font-size:0}
.floating-whatsapp:before{content:'WhatsApp';font-size:0}
.floating-whatsapp:after{content:'☎';font-size:25px;line-height:1}
@media(max-width:820px){.hero-background{object-position:58% center}.site-branding img{max-height:52px;max-width:220px}}


/* v2.3: approved homepage concept alignment */
.site-header{background:var(--navy);border-bottom:1px solid rgba(255,255,255,.08);backdrop-filter:none}
.site-header.is-scrolled{box-shadow:0 12px 34px rgba(0,0,0,.24)}
.header-top{background:#081b31;color:#dbe7f5;border-bottom:1px solid rgba(255,255,255,.08)}
.header-main{min-height:78px}
.site-branding img{max-height:46px;max-width:235px}
.primary-navigation .menu a{position:relative;color:#fff;text-transform:uppercase;font-size:.78rem;font-weight:800;letter-spacing:.025em;padding:30px 0 27px}
.primary-navigation .menu a:after{content:'';position:absolute;left:0;right:100%;bottom:18px;height:2px;background:var(--red);transition:right .2s ease}
.primary-navigation .menu a:hover:after,.primary-navigation .current-menu-item>a:after,.primary-navigation .current_page_item>a:after{right:0}
.primary-navigation .menu a:hover{color:#fff}
.header-cta{min-height:42px;padding-inline:21px;border-radius:5px;text-transform:uppercase;font-size:.78rem;box-shadow:0 8px 24px rgba(214,40,57,.24)}
.menu-toggle span:not(.sr-only){background:#fff}
.hero{min-height:610px}
.hero-inner{grid-template-columns:minmax(0,1fr) 310px;gap:52px;padding-block:72px}
.hero-copy{max-width:850px}
.hero-title{font-size:clamp(3rem,4.7vw,5rem);line-height:.96;letter-spacing:-.045em;text-transform:uppercase;margin-bottom:22px}
.hero-title-line{display:block;color:#fff}
.hero-title-line em{color:var(--red);font-style:normal}
.hero-copy p{font-size:1rem;max-width:720px;color:#f0f4f8}
.hero-checks{font-size:.88rem;margin:25px 0 24px}
.hero-checks span:before{color:#fff;border:1px solid rgba(255,255,255,.8);border-radius:50%;display:inline-grid;place-items:center;width:17px;height:17px;font-size:.65rem}
.hero-actions .btn{min-height:46px;border-radius:4px;text-transform:uppercase;font-size:.78rem;gap:24px}
.hero-panel{border-radius:5px;padding:24px 22px;background:linear-gradient(145deg,rgba(10,76,145,.95),rgba(5,38,76,.96));border-left:0;box-shadow:0 18px 48px rgba(0,0,0,.32)}
.hero-panel strong{font-size:1.35rem;line-height:1.3}
.hero-panel span{margin-top:12px;color:#fff;font-weight:700}
.product-card{border-radius:4px;box-shadow:0 7px 22px rgba(15,45,82,.07)}
.product-card-media{aspect-ratio:1.55/1;background:#fff;padding:12px}
.product-card-media img{object-fit:contain}
.product-card-body{padding:16px 18px 18px}
.product-card-body h3{font-size:.93rem;text-transform:uppercase;margin-bottom:8px}
.product-card-body p{font-size:.81rem;line-height:1.55;margin:0 0 12px}
.product-card-body>a{font-size:.8rem}
.floating-contact-stack{position:fixed;right:0;top:42%;z-index:999;display:flex;flex-direction:column;box-shadow:0 14px 34px rgba(0,0,0,.24)}
.floating-contact{width:90px;min-height:72px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;color:#fff;font-weight:800;font-size:.72rem}
.floating-contact-icon{font-size:25px;line-height:1}
.floating-contact-whatsapp{background:#25b95b}
.floating-contact-phone{background:#1665aa}
.floating-contact:hover{filter:brightness(1.06)}
.floating-whatsapp{display:none}
@media(max-width:820px){
  .site-header{background:#081b31}
  .primary-navigation{background:#081b31;color:#fff}
  .primary-navigation .menu a{padding:16px 0;color:#fff}
  .primary-navigation .menu a:after{display:none}
  .hero-inner{grid-template-columns:1fr;padding-block:60px}
  .hero-title{font-size:clamp(2.7rem,10vw,4rem)}
  .floating-contact-stack{top:auto;right:14px;bottom:14px;flex-direction:row;border-radius:999px;overflow:hidden}
  .floating-contact{width:54px;min-height:54px;font-size:0}
  .floating-contact-icon{font-size:22px}
}

/* v2.4: desktop scale correction */
@media (min-width: 1101px){
  .header-top-inner{min-height:30px}
  .header-main{min-height:72px;gap:26px}
  .site-branding img{max-height:48px;max-width:220px}
  .primary-navigation{gap:22px}
  .primary-navigation .menu{gap:22px}
  .primary-navigation .menu a{font-size:.72rem;padding:27px 0 24px}
  .primary-navigation .menu a:after{bottom:15px}
  .header-cta{min-height:44px;padding-inline:21px;font-size:.82rem}

  .hero{min-height:560px}
  .hero-inner{grid-template-columns:minmax(0,1fr) 315px;gap:42px;padding-block:58px}
  .hero-copy{max-width:760px}
  .hero-title{font-size:clamp(3rem,3.65vw,4.2rem);line-height:.98;letter-spacing:-.04em;margin-bottom:20px}
  .hero-title-line{white-space:nowrap}
  .hero-copy p{font-size:1rem;max-width:690px;line-height:1.65}
  .hero-checks{gap:8px 20px;margin:22px 0}
  .hero-checks span{font-size:.92rem}
  .hero-actions .btn{min-height:46px;padding-inline:21px;font-size:.86rem}
  .hero-panel{padding:22px 20px}
  .hero-panel strong{font-size:1.2rem}
  .hero-panel span{font-size:.7rem}

  .floating-contact{width:76px;min-height:66px;font-size:.66rem}
  .floating-contact-icon{font-size:22px}
}

@media (min-width: 1101px) and (max-width: 1380px){
  .hero-title{font-size:clamp(2.8rem,3.5vw,3.65rem)}
  .hero-inner{grid-template-columns:minmax(0,1fr) 285px;gap:30px}
  .hero-panel strong{font-size:1.08rem}
}

/* v2.5 product catalogue, filters and inner-page scale */
.page-hero{padding:72px 0 30px;background:linear-gradient(180deg,#f4f7fb 0%,#fff 100%);border-bottom:1px solid var(--line)}
.page-hero h1{font-size:clamp(2.4rem,4vw,4rem);line-height:1.05;margin:10px 0 0;letter-spacing:-.04em}
.page-content-section{padding-top:48px}.page-article{max-width:900px}.page-article .entry-content{font-size:1.05rem;line-height:1.85}.page-article .entry-content h2{font-size:clamp(1.65rem,2.5vw,2.3rem);margin-top:1.7em}.page-article .entry-content h3{font-size:1.35rem;margin-top:1.5em}
.product-catalog{background:#fff}.catalog-hero{padding:76px 0 54px;background:linear-gradient(135deg,#f4f7fb,#fff);border-bottom:1px solid var(--line)}.catalog-hero-compact{padding-bottom:46px}.catalog-hero h1{font-size:clamp(2.5rem,4.3vw,4.4rem);line-height:1.02;letter-spacing:-.045em;margin:10px 0 16px}.catalog-hero p{max-width:760px;color:var(--muted);font-size:1.05rem;line-height:1.75;margin:0}
.catalog-section-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:30px}.catalog-section-heading h2{font-size:clamp(1.9rem,3vw,3rem);margin:8px 0 0}.catalog-result-count{color:var(--muted);font-weight:700;white-space:nowrap}
.category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.category-card{display:grid;grid-template-columns:170px 1fr;min-height:260px;border:1px solid var(--line);border-radius:12px;background:#fff;overflow:hidden;box-shadow:0 12px 34px rgba(15,45,82,.07);transition:transform .2s ease,box-shadow .2s ease}.category-card:hover{transform:translateY(-4px);box-shadow:0 18px 48px rgba(15,45,82,.12)}.category-card-media{display:grid;place-items:center;background:linear-gradient(145deg,#0b2b50,#164b80);min-height:100%}.category-card-media img{width:100%;height:100%;object-fit:cover}.category-monogram{font-family:Manrope,sans-serif;color:#fff;font-size:4rem;font-weight:800}.category-card-body{padding:24px}.category-card-body h2{font-size:1.22rem;margin:0 0 9px}.category-card-body p{font-size:.9rem;line-height:1.6;color:var(--muted);margin:0 0 14px}.category-child-list{list-style:none;margin:0 0 16px;padding:0;display:flex;flex-wrap:wrap;gap:6px 10px}.category-child-list a{font-size:.8rem;color:var(--navy);text-decoration:underline;text-decoration-color:#d5deea;text-underline-offset:3px}.card-link{font-weight:800;color:var(--red);font-size:.86rem}.category-card-small{grid-template-columns:140px 1fr;min-height:220px}
.catalog-products{background:#f4f7fb}.catalog-toolbar{display:grid;grid-template-columns:minmax(260px,1.5fr) minmax(180px,.7fr) minmax(160px,.6fr) auto;gap:12px;padding:16px;background:#fff;border:1px solid var(--line);border-radius:12px;margin-bottom:26px;box-shadow:0 10px 30px rgba(15,45,82,.06)}.catalog-toolbar input,.catalog-toolbar select{width:100%;height:48px;border:1px solid #cfd9e5;border-radius:8px;background:#fff;padding:0 14px;color:var(--text);font:inherit}.catalog-toolbar input:focus,.catalog-toolbar select:focus{outline:3px solid rgba(22,101,170,.13);border-color:#1665aa}.catalog-reset{min-height:48px;border:0}
.archive-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin-top:0}.catalog-product-card{position:relative;display:flex;flex-direction:column;min-width:0;border:1px solid var(--line);border-radius:12px;background:#fff;overflow:hidden;box-shadow:0 10px 30px rgba(15,45,82,.06);transition:transform .2s ease,box-shadow .2s ease}.catalog-product-card:hover{transform:translateY(-4px);box-shadow:0 18px 46px rgba(15,45,82,.12)}.catalog-product-card[hidden]{display:none}.catalog-product-media{display:grid;place-items:center;aspect-ratio:16/10;background:#edf2f7;overflow:hidden}.catalog-product-media img{width:100%;height:100%;object-fit:cover}.product-placeholder{display:grid;place-items:center;width:74px;height:74px;border-radius:50%;background:var(--navy);color:#fff;font-family:Manrope,sans-serif;font-weight:800;font-size:1.15rem}.catalog-product-body{position:relative;display:flex;flex-direction:column;flex:1;padding:22px}.product-category-label{display:block;color:var(--red);font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;margin-bottom:9px}.catalog-product-body h3{font-size:1.25rem;margin:0 0 11px}.catalog-product-body h3 a{color:var(--text)}.product-quality{position:absolute;top:20px;right:20px;border-radius:999px;background:#eff3f8;color:var(--navy);padding:5px 9px;font-size:.72rem;font-weight:800}.catalog-product-body p{color:var(--muted);font-size:.9rem;line-height:1.65;margin:0 0 18px}.catalog-product-body .card-link{margin-top:auto}.catalog-empty,.catalog-no-results{grid-column:1/-1;padding:40px;border:1px dashed #b9c7d8;border-radius:12px;text-align:center;background:#fff}.catalog-no-results{margin-top:16px}.catalog-no-results[hidden]{display:none}
@media(max-width:1100px){.category-grid,.archive-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.catalog-toolbar{grid-template-columns:1fr 1fr}.catalog-search{grid-column:1/-1}}
@media(max-width:700px){.page-hero,.catalog-hero{padding:48px 0 30px}.page-content-section{padding-top:34px}.category-grid,.archive-grid{grid-template-columns:1fr}.category-card,.category-card-small{grid-template-columns:110px 1fr;min-height:190px}.category-card-body{padding:18px}.catalog-toolbar{grid-template-columns:1fr}.catalog-search{grid-column:auto}.catalog-section-heading{align-items:flex-start;flex-direction:column}.catalog-result-count{white-space:normal}}

/* v2.6 contact page */
.contact-hero{padding:86px 0 72px;background:linear-gradient(125deg,#071a30 0%,#0f2d52 72%,#173f6b 100%);color:#fff;position:relative;overflow:hidden}.contact-hero:after{content:'';position:absolute;width:420px;height:420px;border:1px solid rgba(255,255,255,.09);border-radius:50%;right:-130px;top:-210px}.contact-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:50px;align-items:end}.contact-hero h1{font-size:clamp(2.6rem,4.5vw,4.7rem);max-width:830px;letter-spacing:-.045em;margin:0 0 18px}.contact-hero p{max-width:720px;color:#d5e1ee;font-size:1.08rem;margin:0}.contact-hero-actions{display:flex;gap:12px;flex-wrap:wrap}.contact-main-section{background:#f4f7fb}.contact-main-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:30px;align-items:stretch}.contact-info-panel,.contact-form-card{border-radius:14px}.contact-info-panel{background:linear-gradient(145deg,#0b2544,#123d6b);color:#fff;padding:44px;box-shadow:0 20px 50px rgba(15,45,82,.18)}.contact-info-panel h2,.contact-form-card h2{font-size:clamp(1.9rem,3vw,2.65rem)}.contact-info-panel>p{color:#cfdae7}.contact-info-list{display:grid;gap:8px;margin-top:30px}.contact-info-item{display:grid;grid-template-columns:44px 1fr;gap:14px;align-items:center;padding:15px 0;border-bottom:1px solid rgba(255,255,255,.12)}.contact-info-item:last-child{border-bottom:0}.contact-info-icon{display:grid;place-items:center;width:42px;height:42px;border:1px solid rgba(255,255,255,.25);border-radius:50%;color:#fff;font-size:1.05rem}.contact-info-item small{display:block;color:#9fb5cc;font-size:.75rem;text-transform:uppercase;letter-spacing:.09em}.contact-info-item strong{display:block;color:#fff;font-size:1rem;overflow-wrap:anywhere}.contact-editor-content{margin-top:28px;padding-top:24px;border-top:1px solid rgba(255,255,255,.12);color:#d5e1ee}.contact-form-card{background:#fff;padding:44px;border:1px solid #e0e7ef;box-shadow:0 18px 50px rgba(15,45,82,.09)}.contact-form-card>p{color:var(--muted);margin-top:-6px}.metaboru-contact-form{margin-top:27px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:17px}.form-grid label>span{display:block;font-weight:700;font-size:.83rem;margin:0 0 7px;color:#23314a}.form-grid input,.form-grid select,.form-grid textarea{width:100%;border:1px solid #cdd7e4;border-radius:8px;background:#fff;color:var(--text);font:inherit;padding:12px 14px;transition:border-color .2s,box-shadow .2s}.form-grid input,.form-grid select{height:50px}.form-grid textarea{resize:vertical;min-height:145px}.form-grid input:focus,.form-grid select:focus,.form-grid textarea:focus{outline:0;border-color:#1665aa;box-shadow:0 0 0 4px rgba(22,101,170,.1)}.form-span-2{grid-column:1/-1}.contact-consent{display:flex;gap:10px;align-items:flex-start;margin:19px 0;color:var(--muted);font-size:.82rem}.contact-consent input{margin-top:4px}.contact-submit{min-width:170px}.contact-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}.contact-form-notice{padding:13px 15px;border-radius:8px;font-weight:700;font-size:.9rem;margin:20px 0}.contact-form-notice-success{background:#eaf8ef;color:#126b38;border:1px solid #b9e2c8}.contact-form-notice-error{background:#fff0f1;color:#a91f30;border:1px solid #f0bdc4}.contact-map-section{padding:0 0 96px;background:#f4f7fb}.contact-map-grid{display:grid;grid-template-columns:.38fr .62fr;background:#fff;border:1px solid #e0e7ef;border-radius:14px;overflow:hidden;box-shadow:0 18px 50px rgba(15,45,82,.08)}.contact-map-copy{padding:44px}.contact-map-copy h2{font-size:2.1rem}.contact-map-frame{min-height:380px}.contact-map-frame iframe{display:block;width:100%;height:100%;min-height:380px;border:0}
@media(max-width:900px){.contact-hero-grid,.contact-main-grid,.contact-map-grid{grid-template-columns:1fr}.contact-hero-actions{justify-content:flex-start}.contact-map-frame{min-height:320px}.contact-map-frame iframe{min-height:320px}}
@media(max-width:620px){.contact-hero{padding:58px 0 50px}.contact-main-section{padding:58px 0}.contact-info-panel,.contact-form-card,.contact-map-copy{padding:26px}.form-grid{grid-template-columns:1fr}.form-span-2{grid-column:auto}.contact-hero-actions .btn{width:100%}.contact-map-section{padding-bottom:58px}}

/* v2.8 shared industrial banners for all main inner pages */
.inner-hero{
  position:relative;
  min-height:330px;
  display:flex;
  align-items:center;
  overflow:hidden;
  color:#fff;
  background-color:#0b213c;
  background-image:url('../images/hero-industrial-clean.jpg');
  background-size:cover;
  background-position:center 50%;
  border-bottom:0;
  padding:0;
}
.inner-hero-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(4,18,34,.93) 0%,rgba(8,35,63,.72) 48%,rgba(7,24,43,.36) 100%);
}
.inner-hero-content{
  position:relative;
  z-index:1;
  padding-top:64px;
  padding-bottom:64px;
}
.inner-hero .eyebrow{
  color:#ef3340;
  margin-bottom:10px;
}
.inner-hero h1{
  color:#fff;
  font-size:clamp(2.7rem,4.7vw,4.6rem);
  line-height:1;
  margin:0;
  max-width:760px;
  text-shadow:0 4px 24px rgba(0,0,0,.28);
}
.inner-hero p{
  color:#eef5fb;
  font-size:1.05rem;
  max-width:650px;
  margin:16px 0 0;
}
.inner-hero--hizmetler{background-position:center 42%}
.inner-hero--referanslar{background-position:center 58%}
.inner-hero--iletisim{background-position:center 66%}
.inner-hero--urunlerimiz{background-position:center 54%}
.page-content-section{padding-top:72px}
.catalog-hero.inner-hero{padding:0;min-height:330px}
.catalog-hero.inner-hero h1{font-size:clamp(2.7rem,4.7vw,4.6rem);margin:0;color:#fff}
.catalog-hero.inner-hero p{font-size:1.05rem;line-height:1.6;color:#eef5fb;margin-top:16px}
.contact-hero{
  background-image:linear-gradient(90deg,rgba(4,18,34,.94),rgba(8,35,63,.7)),url('../images/hero-industrial-clean.jpg');
  background-size:cover;
  background-position:center 66%;
}
.contact-hero:after{display:none}
@media(max-width:820px){
  .inner-hero,.catalog-hero.inner-hero{min-height:260px}
  .inner-hero-content{padding-top:48px;padding-bottom:48px}
  .inner-hero h1,.catalog-hero.inner-hero h1{font-size:clamp(2.35rem,10vw,3.4rem)}
}

/* v3.0 approved homepage lock */
.site-header{position:sticky;top:0;background:#071a30;border-bottom:1px solid rgba(255,255,255,.14);backdrop-filter:none}
.admin-bar .site-header{top:32px}
.header-main{min-height:72px}
.site-branding img{max-height:44px;max-width:205px}
.primary-navigation{margin-left:auto;gap:20px}
.primary-navigation .menu{gap:22px}
.primary-navigation .menu a{color:#fff;font-size:.78rem;font-weight:700;text-transform:none}
.primary-navigation .menu a:hover,.primary-navigation .current-menu-item>a{color:#fff}
.primary-navigation .current-menu-item>a{border-bottom:2px solid var(--red);padding-bottom:8px}
.header-cta{min-height:40px;padding:0 18px;border-radius:5px;font-size:.78rem}
.hero{min-height:540px;background:#071a30}
.hero-background{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}
.hero-overlay{background:linear-gradient(90deg,rgba(2,14,29,.96) 0%,rgba(3,20,39,.84) 42%,rgba(4,21,40,.22) 73%,rgba(4,21,40,.08) 100%)}
.hero-inner{grid-template-columns:minmax(0,1fr) 260px;gap:34px;padding-block:60px}
.hero-copy{max-width:690px}
.hero-title{font-size:clamp(2.55rem,4.5vw,4.25rem);line-height:.98;margin-bottom:18px;letter-spacing:-.045em;text-transform:uppercase}
.hero-title-line{display:block;color:#fff}
.hero-title-line span,.hero-title-line em{color:var(--red);font-style:normal}
.hero-copy p{font-size:.95rem;max-width:620px;line-height:1.6}
.hero-checks{gap:10px 20px;margin:22px 0}
.hero-checks span{font-size:.78rem;font-weight:600}
.hero-checks span:before{display:inline-grid;place-items:center;width:18px;height:18px;border:1px solid rgba(255,255,255,.5);border-radius:50%;color:var(--red);font-size:.7rem}
.hero-actions .btn{min-height:43px;padding:0 19px;border-radius:5px;font-size:.78rem}
.hero-panel{align-self:end;margin-bottom:14px;background:rgba(12,61,108,.96);color:#fff;border:0;border-radius:4px;padding:22px 24px;box-shadow:0 16px 38px rgba(0,0,0,.25)}
.hero-panel strong{font-size:1.25rem;line-height:1.45}
.hero-panel span{color:#fff;text-transform:uppercase;font-size:.65rem;font-weight:700;letter-spacing:.05em}
.section{padding:62px 0}
.section-heading{margin-bottom:24px}
.section-heading h2{font-size:1.85rem}
.product-grid{gap:14px}
.product-card{border-radius:5px;box-shadow:0 4px 14px rgba(15,45,82,.06)}
.product-card-media{aspect-ratio:16/10}
.product-card-body{padding:16px}
.product-card-body h3{font-size:.95rem;margin-bottom:8px}
.product-card-body p{font-size:.78rem;line-height:1.55;margin-bottom:10px}
.product-card-body>a{font-size:.76rem}
.why-us{padding:54px 0}
.feature-grid{gap:0;margin-top:18px}
.feature-card{text-align:center;padding:10px 24px;border-right:1px solid rgba(255,255,255,.16)}
.feature-card:last-child{border-right:0}
.feature-icon{margin:0 auto 14px}
.feature-card h3{font-size:.92rem}
.feature-card p{font-size:.72rem;line-height:1.55}
.featured-products{padding:58px 0;background:#fff}
.featured-products h2{display:none}
.size-grid{grid-template-columns:repeat(6,1fr);gap:10px;margin:22px 0}
.size-grid>a,.size-grid>span{padding:12px 14px;border-radius:4px;font-size:.78rem}
.contact-section{padding:50px 0;background:#f5f7fa}
.contact-grid{grid-template-columns:1.1fr .9fr;gap:18px}
.contact-grid>div:first-child{background:#fff;padding:30px;border-radius:6px;border:1px solid var(--line)}
.contact-grid>div:first-child h2{font-size:1.8rem}
.contact-card{padding:30px;border-radius:6px}
.site-footer{background:#06172b}
.footer-grid{padding:48px 0;gap:34px}
.footer-brand img{max-width:190px;filter:none}
.footer-grid h2{font-size:.82rem}
.footer-grid li,.footer-grid p,.footer-grid a{font-size:.76rem}
@media(max-width:1100px){.primary-navigation .menu{gap:15px}.hero-inner{grid-template-columns:1fr 230px}.size-grid{grid-template-columns:repeat(4,1fr)}}
@media(max-width:820px){.admin-bar .site-header{top:46px}.primary-navigation{top:74px}.primary-navigation .menu a{color:var(--navy)}.hero{min-height:auto}.hero-inner{grid-template-columns:1fr;padding-block:58px}.hero-panel{max-width:360px}.product-grid{grid-template-columns:repeat(2,1fr)}.feature-grid{grid-template-columns:repeat(2,1fr)}.feature-card{border-right:0;border-bottom:1px solid rgba(255,255,255,.12)}.size-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:560px){.hero-title{font-size:2.25rem}.product-grid,.feature-grid,.size-grid{grid-template-columns:1fr}.hero-panel{display:none}}

/* v3.1 presentation-ready homepage */
.hero.hero-approved{
  min-height:0;
  height:auto;
  aspect-ratio:1920/685;
  display:block;
  position:relative;
  overflow:hidden;
  background:#071a30 url('../images/hero-approved.jpg') center center/cover no-repeat;
}
.hero-approved .hero-click-layer{position:relative;height:100%;}
.hero-hotspot{position:absolute;z-index:3;display:block;border-radius:5px;}
.hero-hotspot-offer{left:0;top:78.8%;width:14.2%;height:10.4%;}
.hero-hotspot-products{left:15.1%;top:78.8%;width:16.4%;height:10.4%;}
.hero-hotspot:focus-visible{outline:3px solid #fff;outline-offset:3px;}
.product-card-media img{display:block!important;opacity:1!important;visibility:visible!important;}
@media(max-width:820px){
  .hero.hero-approved{aspect-ratio:16/8.6;background-position:center top;}
  .hero-hotspot{display:none;}
}
@media(max-width:560px){
  .hero.hero-approved{aspect-ratio:4/3;background-size:auto 100%;background-position:center top;}
}

/* v3.2 semantic HTML hero — image is background only */
.hero.hero-html{
  position:relative;
  min-height:540px;
  display:flex;
  align-items:center;
  overflow:hidden;
  color:#fff;
  background-color:#071a30;
  background-image:url('../images/hero-industrial-clean.jpg');
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
}
.hero-html-overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(3,16,31,.99) 0%,rgba(4,22,42,.96) 31%,rgba(5,27,49,.78) 53%,rgba(5,23,41,.20) 76%,rgba(3,14,25,.08) 100%),
    linear-gradient(0deg,rgba(2,13,26,.32),rgba(2,13,26,.12));
  z-index:1;
}
.hero-html-inner{
  position:relative;
  z-index:2;
  min-height:540px;
  display:grid;
  grid-template-columns:minmax(0,760px) minmax(230px,1fr);
  gap:56px;
  align-items:center;
  padding-top:62px;
  padding-bottom:62px;
}
.hero-html-copy{max-width:760px}
.hero-html-eyebrow{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:14px;
  color:#f12d3d;
  font-size:.76rem;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.hero-html-eyebrow:before{content:'';width:28px;height:2px;background:#f12d3d}
.hero-html-title{
  margin:0 0 18px;
  font-size:clamp(3rem,4.55vw,4.65rem);
  line-height:.94;
  letter-spacing:-.055em;
  text-transform:uppercase;
  text-shadow:0 5px 28px rgba(0,0,0,.30);
}
.hero-html-title span,.hero-html-title strong{display:block}
.hero-html-title span{color:#fff;font-weight:800}
.hero-html-title strong{color:#e72839;font-weight:800}
.hero-html-copy>p{
  max-width:650px;
  margin:0;
  color:#f3f6fa;
  font-size:1rem;
  line-height:1.62;
}
.hero-html-checks{
  display:flex;
  flex-wrap:wrap;
  gap:11px 22px;
  margin:22px 0 24px;
}
.hero-html-checks span{font-size:.79rem;font-weight:700;white-space:nowrap}
.hero-html-checks span:before{
  content:'✓';
  display:inline-grid;
  place-items:center;
  width:18px;
  height:18px;
  margin-right:7px;
  color:#ed3140;
  border:1px solid rgba(255,255,255,.56);
  border-radius:50%;
  font-size:.68rem;
}
.hero-html-actions{display:flex;gap:12px;flex-wrap:wrap}
.hero-html-actions .btn{min-height:43px;border-radius:4px;padding:0 19px;font-size:.77rem;text-transform:uppercase}
.hero-html-actions .btn span{margin-left:16px}
.hero-html-panel{
  justify-self:end;
  align-self:end;
  width:238px;
  margin:0 12px 24px 0;
  padding:22px 24px;
  color:#fff;
  background:linear-gradient(145deg,rgba(17,80,145,.97),rgba(10,48,91,.98));
  border-radius:4px;
  box-shadow:0 18px 45px rgba(0,0,0,.34);
}
.hero-html-panel strong{display:block;font-family:var(--font-head);font-size:1.34rem;line-height:1.42}
.hero-html-panel span{display:block;margin-top:13px;font-size:.66rem;line-height:1.45;font-weight:800;letter-spacing:.045em;text-transform:uppercase}
@media(max-width:1100px){
  .hero.hero-html{background-position:58% center}
  .hero-html-inner{grid-template-columns:minmax(0,1fr) 220px;gap:28px}
  .hero-html-title{font-size:clamp(2.8rem,5.4vw,4rem)}
  .hero-html-panel{width:215px;margin-right:0}
}
@media(max-width:820px){
  .hero.hero-html{min-height:560px;background-position:67% center}
  .hero-html-inner{min-height:560px;grid-template-columns:1fr;padding-top:62px;padding-bottom:62px}
  .hero-html-copy{max-width:640px}
  .hero-html-panel{display:none}
}
@media(max-width:560px){
  .hero.hero-html{min-height:590px;background-position:72% center}
  .hero-html-overlay{background:linear-gradient(90deg,rgba(3,16,31,.99),rgba(4,22,42,.91) 72%,rgba(4,22,42,.55))}
  .hero-html-inner{min-height:590px;padding-top:46px;padding-bottom:46px}
  .hero-html-title{font-size:2.55rem;line-height:.98}
  .hero-html-copy>p{font-size:.92rem}
  .hero-html-checks{display:grid;gap:9px}
  .hero-html-actions{display:grid}
  .hero-html-actions .btn{width:100%}
}

/* v3.3 - preserve approved industrial background, keep all copy as HTML */
.hero.hero-html{
  min-height:520px;
  background-image:var(--hero-image) !important;
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
}
.hero-html-overlay{
  background:
    linear-gradient(90deg,
      #06182f 0%,
      rgba(6,24,47,.995) 31%,
      rgba(6,24,47,.98) 43%,
      rgba(6,24,47,.80) 54%,
      rgba(6,24,47,.20) 72%,
      rgba(6,24,47,.04) 100%);
}
.hero-html-inner{
  min-height:520px;
  grid-template-columns:minmax(0,690px) minmax(250px,1fr);
  gap:38px;
  padding-top:52px;
  padding-bottom:52px;
}
.hero-html-copy{max-width:690px}
.hero-html-title{
  max-width:690px;
  font-size:clamp(2.85rem,4.15vw,4.2rem);
  line-height:.96;
  letter-spacing:-.05em;
}
.hero-html-copy>p{max-width:610px;font-size:.94rem}
.hero-html-checks{gap:10px 18px;margin:19px 0 21px}
.hero-html-panel{
  width:225px;
  margin:0 30px 28px 0;
  align-self:end;
}
@media(min-width:1500px){
  .hero.hero-html{background-size:1920px auto;background-position:center center}
}
@media(max-width:1100px){
  .hero.hero-html{background-position:60% center}
  .hero-html-inner{grid-template-columns:minmax(0,1fr) 210px}
  .hero-html-panel{margin-right:0}
}
@media(max-width:820px){
  .hero.hero-html{background-position:66% center}
  .hero-html-overlay{background:linear-gradient(90deg,#06182f 0%,rgba(6,24,47,.97) 66%,rgba(6,24,47,.62) 100%)}
}

/* v3.6 hero typography and spacing correction */
@media (min-width: 1101px){
  .hero.hero-html{
    min-height:500px !important;
  }

  .hero-html-inner{
    min-height:500px !important;
    grid-template-columns:minmax(0,760px) minmax(230px,1fr) !important;
    gap:32px !important;
    padding-top:44px !important;
    padding-bottom:44px !important;
  }

  .hero-html-copy{
    max-width:760px !important;
  }

  .hero-html-eyebrow{
    margin-bottom:12px !important;
    font-size:.72rem !important;
  }

  .hero-html-title{
    max-width:760px !important;
    margin-bottom:16px !important;
    font-size:clamp(2.85rem,3.55vw,3.85rem) !important;
    line-height:.94 !important;
    letter-spacing:-.048em !important;
  }

  /* Turkish uppercase correction: SANAYININ -> SANAYİNİN */
  .hero-html-title > span{
    font-size:0 !important;
    line-height:1 !important;
    text-transform:none !important;
    white-space:nowrap !important;
  }

  .hero-html-title > span::before{
    content:"AĞIR SANAYİNİN";
    display:block;
    color:#fff;
    font-family:var(--font-head);
    font-size:clamp(2.85rem,3.55vw,3.85rem);
    font-weight:800;
    line-height:.94;
    letter-spacing:-.048em;
  }

  .hero-html-title > strong{
    white-space:nowrap !important;
    text-transform:uppercase !important;
  }

  .hero-html-copy > p{
    max-width:650px !important;
    font-size:.91rem !important;
    line-height:1.56 !important;
  }

  .hero-html-checks{
    gap:9px 18px !important;
    margin:18px 0 19px !important;
  }

  .hero-html-checks span{
    font-size:.76rem !important;
  }

  .hero-html-actions .btn{
    min-height:41px !important;
    padding:0 18px !important;
    font-size:.74rem !important;
  }

  .hero-html-panel{
    width:205px !important;
    margin:0 72px 34px 0 !important;
    padding:19px 20px !important;
  }

  .hero-html-panel strong{
    font-size:1.12rem !important;
    line-height:1.42 !important;
  }

  .hero-html-panel span{
    margin-top:10px !important;
    font-size:.61rem !important;
  }

  .header-main{
    min-height:68px !important;
  }

  .site-branding img{
    max-height:42px !important;
  }

  .primary-navigation .menu{
    gap:20px !important;
  }

  .header-cta{
    min-height:39px !important;
    padding-inline:17px !important;
    font-size:.75rem !important;
  }
}

@media (min-width:1101px) and (max-width:1380px){
  .hero-html-title,
  .hero-html-title > span::before{
    font-size:clamp(2.55rem,3.35vw,3.35rem) !important;
  }

  .hero-html-inner{
    grid-template-columns:minmax(0,690px) minmax(210px,1fr) !important;
  }

  .hero-html-panel{
    width:195px !important;
    margin-right:36px !important;
  }
}

@media (max-width:1100px){
  .hero-html-title > span{
    text-transform:none !important;
  }
}

/* v4.1 final header and hero refinements */
@media (min-width: 1101px){
  .hero-html-title > span::before{
    margin-bottom:8px;
  }

  .header-main{
    min-height:68px !important;
  }

  .site-branding img{
    max-height:44px !important;
    max-width:215px !important;
  }

  .primary-navigation{
    gap:18px !important;
  }

  .primary-navigation .menu{
    gap:20px !important;
  }

  .primary-navigation .menu a{
    font-size:.76rem !important;
  }

  .header-cta{
    min-height:40px !important;
    padding-inline:18px !important;
  }
}

.floating-contact-stack{
  overflow:hidden;
}

.floating-contact-whatsapp,
.floating-contact-phone{
  min-width:76px;
}


/* v4.2 corporate page */
.corporate-page{background:#fff}
.corporate-hero{min-height:360px;background-position:center 44%}
.corporate-about-grid,.corporate-standards-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:64px;align-items:center}
.corporate-copy h2,.corporate-standards h2{font-size:clamp(2.15rem,3.4vw,3.35rem)}
.corporate-copy p,.corporate-standards p{color:var(--muted);font-size:1rem;line-height:1.8}
.corporate-visual{position:relative;min-height:470px;border-radius:14px;overflow:hidden;box-shadow:0 24px 58px rgba(15,45,82,.18)}
.corporate-visual img{width:100%;height:100%;min-height:470px;object-fit:cover;object-position:66% center}
.corporate-visual:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(6,24,47,.02),rgba(6,24,47,.45))}
.corporate-experience{position:absolute;z-index:1;left:28px;bottom:28px;display:flex;align-items:center;gap:15px;padding:18px 21px;background:rgba(7,26,48,.93);color:#fff;border-left:4px solid var(--red);border-radius:6px}
.corporate-experience strong{font:800 2.2rem/1 var(--font-head);color:var(--red)}
.corporate-experience span{max-width:130px;font-size:.78rem;font-weight:700;line-height:1.35;text-transform:uppercase}
.corporate-why{background:#071a30;color:#fff}
.corporate-heading{align-items:end}
.corporate-heading h2{font-size:clamp(2rem,3vw,3rem)}
.corporate-heading>p{max-width:500px;color:#cbd8e6;margin:0}
.corporate-benefit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.corporate-benefit-card{min-height:220px;padding:28px;border:1px solid rgba(255,255,255,.12);border-radius:9px;background:linear-gradient(145deg,rgba(255,255,255,.07),rgba(255,255,255,.025));transition:.22s}
.corporate-benefit-card:hover{transform:translateY(-4px);border-color:rgba(230,39,47,.6);background:rgba(255,255,255,.08)}
.corporate-benefit-icon{display:grid;place-items:center;width:50px;height:50px;margin-bottom:20px;color:#fff}
.corporate-benefit-icon svg{width:48px;height:48px;fill:none;stroke:#fff;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
.corporate-benefit-icon svg path:last-child{stroke:var(--red)}
.corporate-benefit-card h3{font-size:1.08rem;margin-bottom:10px}
.corporate-benefit-card p{color:#cbd8e6;font-size:.88rem;line-height:1.65;margin:0}
.corporate-purpose{background:#f4f7fb}
.corporate-purpose-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.corporate-purpose-card{position:relative;overflow:hidden;min-height:360px;padding:46px;border-radius:12px;color:#fff;background:#0b294b;box-shadow:0 18px 44px rgba(15,45,82,.12)}
.corporate-purpose-vision{background:linear-gradient(135deg,#123f70,#0a2647)}
.corporate-purpose-card:after{content:'';position:absolute;width:260px;height:260px;right:-110px;bottom:-150px;border:1px solid rgba(255,255,255,.15);border-radius:50%}
.corporate-purpose-number{position:absolute;right:28px;top:22px;font:800 4.6rem/1 var(--font-head);color:rgba(255,255,255,.08)}
.corporate-purpose-card .eyebrow{color:#f03a47}
.corporate-purpose-card h2{max-width:470px;font-size:clamp(1.9rem,3vw,2.75rem)}
.corporate-purpose-card p{position:relative;z-index:1;max-width:600px;color:#d7e2ed;line-height:1.8;margin:0}
.corporate-standards{background:#fff}
.standard-badges{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.standard-badges>div{padding:23px;border:1px solid var(--line);border-radius:8px;background:#f7f9fc;transition:.2s}
.standard-badges>div:hover{border-color:#aebed0;transform:translateY(-3px)}
.standard-badges strong{display:block;color:var(--navy);font:800 1.15rem/1.2 var(--font-head);margin-bottom:8px}
.standard-badges span{display:block;color:var(--muted);font-size:.8rem;line-height:1.55}
.corporate-stats{padding:0 0 72px;background:#fff}
.corporate-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);border-radius:10px;overflow:hidden;background:#0b294b;color:#fff;box-shadow:0 18px 44px rgba(15,45,82,.13)}
.corporate-stats-grid>div{text-align:center;padding:28px 18px;border-right:1px solid rgba(255,255,255,.14)}
.corporate-stats-grid>div:last-child{border-right:0}
.corporate-stats-grid strong{display:block;color:#ef3340;font:800 1.75rem/1.2 var(--font-head);margin-bottom:5px}
.corporate-stats-grid span{font-size:.76rem;text-transform:uppercase;letter-spacing:.05em}
.corporate-editor-content{padding-top:0}
.corporate-cta{padding:64px 0;background:linear-gradient(120deg,#0b294b,#123f70);color:#fff}
.corporate-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:50px}
.corporate-cta h2{font-size:clamp(2rem,3.2vw,3rem);max-width:780px}
.corporate-cta p{margin:0;color:#d5e1ee}
.corporate-cta-actions{display:flex;gap:12px;flex:0 0 auto}
@media(max-width:1000px){.corporate-about-grid,.corporate-standards-grid{grid-template-columns:1fr;gap:38px}.corporate-benefit-grid{grid-template-columns:repeat(2,1fr)}.corporate-purpose-grid{grid-template-columns:1fr}.corporate-cta-inner{align-items:flex-start;flex-direction:column}.corporate-visual{min-height:380px}.corporate-visual img{min-height:380px}.corporate-stats-grid{grid-template-columns:repeat(2,1fr)}.corporate-stats-grid>div:nth-child(2){border-right:0}.corporate-stats-grid>div:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.14)}}
@media(max-width:620px){.corporate-hero{min-height:280px}.corporate-benefit-grid,.standard-badges,.corporate-stats-grid{grid-template-columns:1fr}.corporate-benefit-card{min-height:auto}.corporate-purpose-card{min-height:auto;padding:30px 25px}.corporate-visual,.corporate-visual img{min-height:310px}.corporate-stats-grid>div{border-right:0;border-bottom:1px solid rgba(255,255,255,.14)}.corporate-stats-grid>div:last-child{border-bottom:0}.corporate-cta-actions{width:100%;flex-direction:column}.corporate-cta-actions .btn{width:100%}}
