:root{
  --primary:#0e9f96;
  --primary-dark:#0a7e77;
  --primary-soft:#e8f7f5;
  --accent:#123f52;
  --text:#16303b;
  --muted:#60707a;
  --line:#dbe7e8;
  --bg:#f7fbfb;
  --white:#ffffff;
  --shadow:0 14px 40px rgba(18,63,82,.10);
  --radius-xl:24px;
  --radius-lg:18px;
  --radius-md:14px;
  --container:1240px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--text);background:var(--white);line-height:1.6}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
.container{width:min(var(--container),calc(100% - 32px));margin:0 auto}
.topbar{background:linear-gradient(90deg,var(--accent),#1b5d73);color:#fff;font-size:14px}
.topbar-inner{min-height:44px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:8px 0}
.topbar a{font-weight:700;color:#fff}
.site-header{position:sticky;top:0;z-index:30;background:rgba(255,255,255,.96);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.05)}
.header-inner{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:18px}
.brand{display:flex;align-items:center;gap:12px}
.brand img{width:58px;height:58px;object-fit:contain}
.brand strong{display:block;font-size:18px}
.brand span{display:block;font-size:12px;color:var(--muted)}
.header-nav{display:flex;align-items:center;gap:18px;flex:1;justify-content:flex-end;min-width:0}
.header-nav-links{display:flex;align-items:center;gap:16px;font-size:14px;color:#32505b;flex-wrap:nowrap;white-space:nowrap;min-width:0}
.header-nav-links a{white-space:nowrap;display:inline-flex;align-items:center;line-height:1.1}
.header-nav-links a:hover{color:var(--primary-dark)}
.header-cta{display:flex;gap:10px;flex-shrink:0}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:46px;padding:0 20px;border-radius:999px;font-weight:700;border:1px solid transparent;transition:.2s ease;cursor:pointer}
.btn:hover{transform:translateY(-1px)}
.btn-primary{background:linear-gradient(135deg,var(--primary),var(--primary-dark));color:#fff;box-shadow:0 10px 24px rgba(14,159,150,.22)}
.btn-outline{border-color:rgba(14,159,150,.28);background:#fff;color:var(--primary-dark)}
.btn-light{background:#fff;color:var(--accent)}
.btn-large{min-height:52px;padding:0 26px}
.btn-full{width:100%}
.hero{padding:0 0 30px;background:linear-gradient(180deg,#f5fbfb 0,#ffffff 36%)}
.hero-banner{width:100%;aspect-ratio:16/6;overflow:hidden;border-bottom:1px solid #e7efef;background:#ddeeee}
.hero-banner img{width:100%;height:100%;object-fit:cover}
.hero-banner-wrap{position:relative}
.hero-grid{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(360px,.88fr);gap:28px;align-items:stretch;margin-top:28px}
.hero-copy,.hero-form-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius-xl);box-shadow:var(--shadow)}
.hero-copy{padding:34px;display:flex;flex-direction:column;min-height:100%}
.hero-form-card{padding:28px;display:flex;flex-direction:column}
.badge-row{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:16px}
.badge{display:inline-flex;align-items:center;gap:8px;background:var(--primary-soft);color:var(--primary-dark);border:1px solid rgba(14,159,150,.18);border-radius:999px;padding:8px 13px;font-size:13px;font-weight:700}
.badge::before{content:"•";font-size:16px;line-height:1}
.hero h1{font-size:clamp(34px,4.5vw,54px);line-height:1.08;margin:0 0 14px;letter-spacing:-.03em}
.hero h1 span{color:var(--primary-dark)}
.hero-lead{margin:0;font-size:18px;color:#45606a;max-width:920px}
.hero-keywords{margin-top:22px;display:flex;flex-wrap:wrap;gap:10px}
.hero-keywords span,.quick-chip{display:inline-flex;align-items:center;gap:8px;padding:9px 14px;border-radius:999px;background:#f5f9f9;border:1px solid #e2eeee;color:#3f5963;font-size:14px}
.quick-chip[href*="wa.me"]::before,.btn-whatsapp::before{content:"💬"}
.quick-chip[href^="mailto:"]::before{content:"✉"}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:24px}
.contact-quick-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px}
.hero-highlights{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:26px}
.highlight-card{border:1px solid var(--line);background:#fbfefe;border-radius:18px;padding:16px}
.highlight-card .icon{width:40px;height:40px;border-radius:12px;background:var(--primary-soft);color:var(--primary-dark);display:flex;align-items:center;justify-content:center;font-size:20px;margin-bottom:12px}
.highlight-card strong{display:block;font-size:18px}
.highlight-card span{display:block;color:var(--muted);font-size:14px}
.hero-bottom-note{margin-top:auto;padding-top:18px;color:#5d7179;font-size:14px}
.form-card-header h2{margin:0 0 8px;font-size:28px;line-height:1.15}
.form-card-header p{margin:0;color:var(--muted)}
.form-contact-box{margin:18px 0 20px;padding:16px;border-radius:18px;background:#f7fbfb;border:1px solid var(--line)}
.form-contact-box strong{display:block;margin-bottom:8px}
.form-contact-box a{display:block;color:var(--primary-dark);font-weight:600}
.inquiry-form{display:flex;flex-direction:column;gap:16px;flex:1}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
label{display:flex;flex-direction:column;gap:8px;font-size:14px;font-weight:600;color:#294650}
input,select,textarea{width:100%;border:1px solid #cfe0e3;background:#fff;border-radius:14px;padding:14px 15px;font:inherit;color:inherit;outline:none}
input:focus,select:focus,textarea:focus{border-color:var(--primary);box-shadow:0 0 0 4px rgba(14,159,150,.10)}
textarea{resize:vertical;min-height:140px}
.privacy-note,.form-message{margin:0;font-size:13px;color:var(--muted)}
.section{padding:84px 0}
.section-alt{background:var(--bg)}
.section-head{max-width:840px;margin:0 auto 30px;text-align:center}
.section-head.left{margin-left:0;text-align:left}
.eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--primary-dark);font-weight:800;letter-spacing:.04em;text-transform:uppercase;font-size:12px}
.eyebrow::before{content:"";width:28px;height:2px;background:var(--primary)}
.section-head h2{font-size:clamp(28px,3.2vw,42px);margin:12px 0 10px;line-height:1.15;letter-spacing:-.02em}
.section-head p{margin:0;color:var(--muted);font-size:17px}
.stats-grid,.product-grid,.application-grid,.gallery-grid,.certificate-grid,.feature-list,.capability-points{display:grid;gap:18px}
.stats-grid{grid-template-columns:repeat(4,1fr)}
.stat-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:24px;box-shadow:var(--shadow)}
.stat-card .icon{width:42px;height:42px;border-radius:12px;background:var(--primary-soft);display:flex;align-items:center;justify-content:center;font-size:20px;margin-bottom:12px;color:var(--primary-dark)}
.stat-card strong{display:block;font-size:28px;line-height:1.1}
.stat-card span{color:var(--muted)}
.product-grid{grid-template-columns:repeat(3,1fr)}
.product-card,.application-card,.gallery-card,.certificate-card,.feature-item,.benefit-box,.capability-panel,.faq-list details{background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow)}
.product-card{padding:20px}
.product-thumb{aspect-ratio:1/1;border-radius:18px;overflow:hidden;border:1px dashed #c5dfe2;background:#eff7f7}
.product-thumb img{width:100%;height:100%;object-fit:cover}
.product-card h3{font-size:22px;line-height:1.2;margin:16px 0 10px}
.product-link{display:block}
.product-title-link{color:inherit;text-decoration:none}
.product-title-link:hover{color:var(--primary-dark)}
.product-link:hover img{transform:scale(1.02)}
.product-thumb img{transition:transform .25s ease}
.product-card p{margin:0 0 12px;color:var(--muted)}
.product-card ul{margin:0;padding-left:18px;color:#405861}
.two-col,.process-grid{display:grid;grid-template-columns:1.06fr .94fr;gap:24px;align-items:start}
.feature-list{grid-template-columns:1fr 1fr}
.feature-item{padding:22px}
.feature-item h3{margin:0 0 8px;font-size:20px}
.feature-item p{margin:0;color:var(--muted)}
.capability-panel{padding:26px;position:sticky;top:104px}
.capability-panel h3{margin:0 0 16px;font-size:26px}
.capability-points{grid-template-columns:1fr 1fr}
.capability-points > div{padding:16px;border-radius:18px;background:#f8fbfb;border:1px solid var(--line)}
.capability-points strong{display:block;font-size:14px;color:#37515b}
.capability-points span{display:block;margin-top:6px;font-weight:700}
.application-grid{grid-template-columns:repeat(4,1fr)}
.application-card{padding:22px}
.application-card::before{content:"⚙";display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:12px;background:var(--primary-soft);color:var(--primary-dark);font-size:18px;margin-bottom:12px}
.application-card h3{margin:0 0 8px;font-size:20px}
.application-card p{margin:0;color:var(--muted)}
.gallery-grid{grid-template-columns:repeat(3,1fr)}
.gallery-card{padding:16px}
.gallery-image{aspect-ratio:4/3;border-radius:18px;overflow:hidden;border:1px dashed #c5dfe2;background:#eff7f7}
.gallery-image img{width:100%;height:100%;object-fit:cover}
.gallery-card h3{margin:14px 0 6px;font-size:18px}
.gallery-card p{margin:0;color:var(--muted);font-size:14px}
.certificate-grid{grid-template-columns:repeat(4,1fr)}
.certificate-card{padding:16px}
.certificate-image{aspect-ratio:1448/2103;border-radius:18px;overflow:hidden;border:1px dashed #c5dfe2;background:#eff7f7}
.certificate-image img{width:100%;height:100%;object-fit:cover}
.certificate-card h3{margin:14px 0 6px;font-size:18px}
.certificate-card p{margin:0;color:var(--muted);font-size:14px}
.steps{display:grid;gap:14px;margin:0;padding:0;list-style:none}
.steps li{display:flex;gap:14px;padding:18px;border-radius:20px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow)}
.steps strong{width:82px;flex:0 0 82px;border-radius:14px;background:var(--primary-soft);color:var(--primary-dark);display:flex;align-items:center;justify-content:center;font-size:14px}
.benefit-box{padding:24px}
.benefit-box h3{margin:0 0 14px;font-size:24px}
.benefit-box ul{margin:0;padding-left:18px}

.panel-intro{margin:0 0 16px;color:var(--muted)}
.panel-checklist{display:grid;gap:12px;margin-top:18px}
.panel-check-item{padding:14px 16px;border-radius:18px;background:#f8fbfb;border:1px solid var(--line)}
.panel-check-item strong{display:block;font-size:14px;color:#37515b}
.panel-check-item span{display:block;margin-top:6px;color:var(--muted);font-size:14px}
.panel-note-box{margin-top:18px;padding:16px 18px;border-radius:18px;background:linear-gradient(180deg,#f6fbfb,#ffffff);border:1px solid var(--line)}
.panel-note-box strong{display:block;margin-bottom:8px;font-size:15px}
.panel-note-box ul{margin:0;padding-left:18px;color:#405861}
.panel-checklist.compact .panel-check-item{padding:13px 15px}
.capability-panel .btn-full,.benefit-box .panel-note-box{margin-top:18px}
.faq-list{display:grid;gap:14px}
.faq-list details{padding:18px 20px}
.faq-list summary{cursor:pointer;font-weight:700;list-style:none}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list p{margin:12px 0 0;color:var(--muted)}
.site-footer{padding:50px 0 90px;background:linear-gradient(180deg,#103847,#0d2d39);color:#fff}
.footer-grid{display:grid;grid-template-columns:1.15fr .85fr .85fr;gap:26px}
.footer-brand{display:flex;align-items:flex-start;gap:14px}
.footer-brand img{width:60px;height:60px;object-fit:contain;background:#fff;border-radius:14px;padding:4px}
.footer-title{font-size:24px;font-weight:800;margin:0 0 8px}
.footer-copy,.footer-list a,.footer-contact a{color:rgba(255,255,255,.82)}
.footer-list,.footer-contact{display:grid;gap:10px}
.footer-col h3{margin:0 0 14px;font-size:18px}
.footer-bottom{margin-top:26px;padding-top:18px;border-top:1px solid rgba(255,255,255,.12);color:rgba(255,255,255,.72);font-size:14px;display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap}
.sticky-mobile-cta{position:fixed;left:0;right:0;bottom:0;z-index:40;display:none;grid-template-columns:1fr 1fr;gap:10px;padding:10px 14px;background:rgba(255,255,255,.96);backdrop-filter:blur(10px);border-top:1px solid rgba(0,0,0,.08)}
.sticky-mobile-cta a{min-height:50px;border-radius:999px;display:flex;align-items:center;justify-content:center;font-weight:800;box-shadow:0 8px 24px rgba(16,56,71,.14)}
.sticky-mobile-cta a:first-child{background:#25d366;color:#fff}
.sticky-mobile-cta a:last-child{background:linear-gradient(135deg,var(--primary),var(--primary-dark));color:#fff}
@media (max-width: 1180px){.product-grid{grid-template-columns:repeat(2,1fr)}.gallery-grid,.certificate-grid{grid-template-columns:repeat(2,1fr)}.stats-grid,.application-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width: 960px){.header-nav-links{display:none}.hero-grid,.two-col,.process-grid,.footer-grid{grid-template-columns:1fr}.feature-list,.capability-points,.hero-highlights{grid-template-columns:1fr 1fr}.capability-panel{position:static}.hero-copy,.hero-form-card{padding:24px}.hero-banner{aspect-ratio:16/8}}
@media (max-width: 720px){.container{width:min(var(--container),calc(100% - 20px))}.topbar-inner{justify-content:center;text-align:center}.topbar-inner a{display:none}.header-inner{min-height:70px}.header-cta .btn-outline{display:none}.header-cta .btn-primary{min-height:42px;padding:0 16px}.brand img{width:48px;height:48px}.hero{padding-bottom:18px}.hero-banner{aspect-ratio:16/10}.hero-grid{gap:18px;margin-top:18px}.hero h1{font-size:32px}.hero-lead{font-size:16px}.hero-actions,.contact-quick-actions{display:grid;grid-template-columns:1fr;gap:10px}.hero-keywords{gap:8px}.hero-keywords span,.quick-chip{font-size:13px}.form-grid,.feature-list,.capability-points,.hero-highlights,.product-grid,.stats-grid,.application-grid,.gallery-grid,.certificate-grid{grid-template-columns:1fr}.section{padding:58px 0}.section-head h2{font-size:30px}.product-card h3{font-size:20px}.sticky-mobile-cta{display:grid}body{padding-bottom:78px}}


/* v3 refinements: equal-height sections + contact icons */
.two-col,.process-grid{align-items:stretch}
.two-col>div:first-child,.process-grid>div:first-child{display:flex;flex-direction:column;min-height:100%}
.feature-list,.steps{flex:1}
.feature-list{grid-auto-rows:1fr;align-content:stretch}
.feature-item,.capability-panel,.benefit-box,.steps li{height:100%}
.capability-panel,.benefit-box{display:flex;flex-direction:column;justify-content:flex-start}
.capability-panel .btn-full{margin-top:18px}
.steps li{align-items:flex-start}

.quick-chip::before,.icon-link::before,.btn-whatsapp::before,.sticky-mobile-cta a:first-child::before,.sticky-mobile-cta a:last-child::before{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;flex:0 0 18px}
.quick-chip-whatsapp::before,.btn-whatsapp::before,.icon-link-whatsapp::before,.sticky-mobile-cta a:first-child::before{content:"💬"}
.quick-chip-email::before,.icon-link-email::before{content:"✉"}
.icon-link-quote::before,.sticky-mobile-cta a:last-child::before{content:"📝"}
.icon-link{display:inline-flex;align-items:center;gap:8px}
.form-contact-box a + a{margin-top:8px}
.footer-contact a,.footer-list a{display:inline-flex;align-items:center;gap:8px}

@media (max-width: 960px){
  .two-col>div:first-child,.process-grid>div:first-child{min-height:auto}
}
@media (max-width: 720px){
  .form-contact-box a,.footer-contact a,.footer-list a{align-items:flex-start}
}


.section-target-customers{padding-top:24px}
.target-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.target-card{background:#fff;border:1px solid #dbe9e8;border-radius:22px;padding:24px;box-shadow:0 14px 34px rgba(16,61,84,.06)}
.target-card h3{margin:0 0 12px;font-size:22px;color:#123f52}
.target-card p{margin:0 0 14px;color:#4b6470}
.target-card ul{margin:0;padding-left:18px;color:#2e4c59;display:grid;gap:8px}
.buyer-role-box{margin-top:20px;background:linear-gradient(135deg,#f3fbfa,#ffffff);border:1px solid #d6e8e6;border-radius:22px;padding:24px;display:grid;grid-template-columns:.9fr 1.1fr;gap:20px;align-items:center}
.buyer-role-box h3{margin:0 0 10px;font-size:24px;color:#123f52}
.buyer-role-box p{margin:0;color:#4b6470}
.buyer-role-tags{display:flex;flex-wrap:wrap;gap:12px}
.buyer-role-tags span{display:inline-flex;align-items:center;min-height:42px;padding:0 14px;border-radius:999px;background:#fff;border:1px solid #d6e8e6;color:#184d63;font-weight:600}
@media (max-width:1180px){.target-grid{grid-template-columns:repeat(2,1fr)}.buyer-role-box{grid-template-columns:1fr}}
@media (max-width:720px){.target-grid{grid-template-columns:1fr}.target-card h3{font-size:20px}.buyer-role-box{padding:20px}.buyer-role-box h3{font-size:22px}}

/* mobile banner adaptive scaling fix */
@media (max-width: 720px){
  .hero-banner{
    aspect-ratio:auto;
    background:#0d2d39;
  }
  .hero-banner img{
    width:100%;
    height:auto;
    object-fit:contain;
  }
}


/* Cookie consent and privacy controls */
.footer-legal-links{display:inline-flex;align-items:center;gap:14px;flex-wrap:wrap}
.footer-legal-links a,.footer-legal-links button{color:rgba(255,255,255,.82);font:inherit;background:none;border:0;padding:0;cursor:pointer;text-decoration:none}
.footer-legal-links a:hover,.footer-legal-links button:hover{color:#fff;text-decoration:underline}
.cookie-consent{position:fixed;left:0;right:0;bottom:0;z-index:80;padding:18px;background:linear-gradient(180deg,rgba(7,30,39,0),rgba(7,30,39,.20))}
.cookie-card{width:min(1180px,calc(100% - 20px));margin:0 auto;background:#fff;border:1px solid #dbe7e8;border-radius:24px;box-shadow:0 24px 70px rgba(18,63,82,.24);padding:20px;display:grid;grid-template-columns:1fr auto;gap:20px;align-items:center}
.cookie-text strong{display:block;font-size:20px;margin-bottom:6px;color:#123f52}
.cookie-text p{margin:0;color:#4b6470;max-width:820px}
.cookie-links{display:flex;gap:14px;margin-top:10px;flex-wrap:wrap}
.cookie-links a{color:var(--primary-dark);font-weight:700;font-size:14px}
.cookie-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}
.cookie-btn{white-space:nowrap}
.cookie-modal[hidden],.cookie-consent[hidden]{display:none!important}
.cookie-modal{position:fixed;inset:0;z-index:90;display:grid;place-items:center;padding:20px}
.cookie-modal-backdrop{position:absolute;inset:0;background:rgba(8,27,35,.56);backdrop-filter:blur(4px)}
.cookie-modal-panel{position:relative;width:min(720px,100%);max-height:min(86vh,760px);overflow:auto;background:#fff;border-radius:26px;border:1px solid #dbe7e8;box-shadow:0 30px 90px rgba(0,0,0,.32);padding:26px}
.cookie-modal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:12px}
.cookie-modal-head h2{margin:8px 0 0;font-size:30px;line-height:1.15;color:#123f52}
.cookie-close{width:42px;height:42px;border-radius:999px;border:1px solid #dbe7e8;background:#f7fbfb;font-size:28px;line-height:1;cursor:pointer;color:#123f52}
.cookie-modal-intro{margin:0 0 18px;color:#4b6470}
.cookie-option{display:flex;justify-content:space-between;align-items:center;gap:18px;padding:18px;border:1px solid #dbe7e8;border-radius:18px;background:#fbfefe;margin-top:12px;cursor:pointer}
.cookie-option strong{display:block;font-size:17px;color:#16303b;margin-bottom:4px}
.cookie-option p{margin:0;color:#60707a;font-size:14px}
.cookie-option input{width:22px;height:22px;accent-color:var(--primary);flex:0 0 auto}
.cookie-required-label{display:inline-flex;align-items:center;min-height:34px;border-radius:999px;background:var(--primary-soft);color:var(--primary-dark);font-weight:800;font-size:13px;padding:0 12px;white-space:nowrap}
.cookie-modal-actions{display:flex;justify-content:flex-end;gap:12px;flex-wrap:wrap;margin-top:20px}
.privacy-page{padding:72px 0;background:#fff}
.privacy-content{max-width:920px;margin:0 auto;background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow);padding:34px}
.privacy-content h1{margin:0 0 14px;font-size:clamp(34px,4vw,48px);line-height:1.1;color:#123f52}
.privacy-content h2{margin:30px 0 10px;font-size:24px;color:#123f52}
.privacy-content p,.privacy-content li{color:#4b6470}
.privacy-content ul{padding-left:22px}
@media (min-width:1181px){.certificate-grid{grid-template-columns:repeat(4,1fr)}}
@media (max-width:900px){.cookie-card{grid-template-columns:1fr}.cookie-actions{justify-content:flex-start}.cookie-btn{flex:1 1 auto}.cookie-consent{padding:10px}.cookie-modal-panel{padding:22px}.cookie-option{align-items:flex-start}.footer-legal-links{justify-content:flex-start}}
@media (max-width:560px){.cookie-actions,.cookie-modal-actions{display:grid;grid-template-columns:1fr}.cookie-card{border-radius:18px;padding:16px}.cookie-modal-panel{border-radius:20px;padding:18px}.cookie-modal-head h2{font-size:24px}.cookie-option{padding:14px}.privacy-content{padding:22px}}


/* Homepage core advantages refinement */
.feature-list-enhanced{grid-auto-rows:1fr}
.feature-list-enhanced .feature-item{position:relative;overflow:hidden;padding:24px 22px 20px;display:flex;flex-direction:column;min-height:245px}
.feature-list-enhanced .feature-item::after{content:"";position:absolute;right:-36px;bottom:-36px;width:120px;height:120px;border-radius:50%;background:radial-gradient(circle,rgba(14,159,150,.13),rgba(14,159,150,0) 68%);pointer-events:none}
.feature-icon{width:48px;height:48px;border-radius:16px;background:linear-gradient(135deg,var(--primary-soft),#ffffff);border:1px solid rgba(14,159,150,.18);display:flex;align-items:center;justify-content:center;font-size:24px;margin-bottom:14px;box-shadow:0 10px 24px rgba(14,159,150,.10)}
.feature-list-enhanced .feature-item h3{margin:0 0 10px}
.feature-list-enhanced .feature-item p{flex:1}
.feature-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px;position:relative;z-index:1}
.feature-tags span{display:inline-flex;align-items:center;min-height:30px;padding:0 10px;border-radius:999px;background:#f4faf9;border:1px solid #dcebea;color:#31515d;font-size:12px;font-weight:700}
@media (max-width:720px){.feature-list-enhanced .feature-item{min-height:auto}.feature-icon{width:44px;height:44px;font-size:22px}}


/* Hero left-column blank-area fix */
.hero-bottom-note{margin-top:18px;padding-top:0}
.hero-engineering-block{
  margin-top:22px;
  display:grid;
  grid-template-columns:1.45fr .75fr;
  gap:18px;
  align-items:stretch;
  padding:18px;
  border:1px solid #dbe9e8;
  border-radius:22px;
  background:linear-gradient(135deg,#f7fbfb,#ffffff);
}
.hero-engineering-copy{display:flex;flex-direction:column;justify-content:center;min-width:0}
.mini-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:7px;
  width:max-content;
  max-width:100%;
  padding:6px 11px;
  border-radius:999px;
  background:var(--primary-soft);
  color:var(--primary-dark);
  font-size:12px;
  font-weight:800;
  letter-spacing:.04em;
  text-transform:uppercase;
}
.mini-eyebrow::before{content:"⚙";font-size:14px;line-height:1}
.hero-engineering-copy h3{margin:12px 0 8px;font-size:22px;line-height:1.2;color:#123f52}
.hero-engineering-copy p{margin:0;color:#4b6470;font-size:15px}
.hero-engineering-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}
.hero-engineering-tags span{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:7px 10px;
  border-radius:999px;
  background:#fff;
  border:1px solid #d7e8e8;
  color:#31535e;
  font-size:13px;
  font-weight:700;
}
.hero-engineering-tags span::before{content:"✓";color:var(--primary-dark);font-weight:900}
.hero-mini-image{
  border-radius:18px;
  overflow:hidden;
  background:#eef8f7;
  border:1px dashed #bddcde;
  min-height:150px;
}
.hero-mini-image img{width:100%;height:100%;object-fit:cover}
@media (max-width: 720px){
  .hero-engineering-block{grid-template-columns:1fr;padding:16px;margin-top:18px}
  .hero-mini-image{min-height:auto;aspect-ratio:16/9}
  .hero-engineering-copy h3{font-size:20px}
}


/* Hero engineering block compact version: remove image placeholder and reduce left-column height */
.hero-engineering-compact{
  grid-template-columns:1fr;
  padding:18px 20px;
  margin-top:18px;
}
.hero-engineering-compact .hero-engineering-copy{
  justify-content:flex-start;
}
.hero-engineering-compact .hero-engineering-copy h3{
  font-size:21px;
  margin:10px 0 8px;
}
.hero-engineering-compact .hero-engineering-copy p{
  font-size:15px;
  line-height:1.65;
}
.hero-engineering-compact .hero-engineering-tags{
  margin-top:12px;
}
.hero-engineering-compact .hero-engineering-tags span{
  padding:6px 10px;
}
@media (max-width:720px){
  .hero-engineering-compact{padding:16px;margin-top:16px}
}
