:root{
  --black:#050507;
  --ink:#151119;
  --muted:#4f4a58;
  --paper:#f7f4fb;
  --white:#fff;
  --purple:#7a29c8;
  --purple2:#a34df0;
  --green:#26c946;
  --green2:#138d34;
  --line:rgba(255,255,255,.38);
  --shadow:0 24px 58px rgba(0,0,0,.26);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--black)}
body{
  margin:0;
  min-width:320px;
  overflow-x:hidden;
  font-family:"Inter","Segoe UI",Arial,Helvetica,sans-serif;
  color:var(--ink);
  background:
    linear-gradient(180deg, rgba(5,5,7,.16), rgba(5,5,7,.40)),
    url("gulf-background-refined.jpg") center top / cover fixed no-repeat;
}
body:before{
  content:"";
  position:fixed;
  inset:0;
  z-index:-1;
  background:
    linear-gradient(180deg, rgba(5,5,7,.12), rgba(5,5,7,.42)),
    url("gulf-background-refined.jpg") center top / cover no-repeat;
}
body:after{
  content:"";
  position:fixed;
  inset:0;
  z-index:-1;
  pointer-events:none;
  background:transparent;
}
.site-background{
  display:none;
}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
.container{width:min(1380px, calc(100% - 48px));margin:0 auto}

.site-header{
  position:sticky;
  top:0;
  z-index:20;
  color:#fff;
  border-bottom:1px solid rgba(255,255,255,.18);
  background:linear-gradient(180deg, rgba(5,5,7,.58), rgba(5,5,7,.22));
  box-shadow:0 14px 34px rgba(0,0,0,.24);
  backdrop-filter:blur(18px) saturate(1.08);
}
.header-inner{
  min-height:96px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding:10px 0;
}
.brand{
  display:flex;
  align-items:center;
  gap:14px;
  min-width:290px;
}
.brand img{width:108px;height:78px;object-fit:contain}
.brand-wordmark{display:flex;flex-direction:column;align-items:flex-start;gap:4px;line-height:1}
.wordmark-title{
  min-height:36px;
  display:inline-flex;
  align-items:center;
  padding:5px 13px 4px;
  border:2px solid rgba(255,255,255,.72);
  border-radius:4px;
  background:#09070d;
  color:#fff;
  font-size:1.42rem;
  font-weight:900;
  letter-spacing:.035em;
  box-shadow:inset 0 -3px 0 rgba(122,41,200,.72);
}
.wordmark-subtitle{
  align-self:center;
  padding:3px 11px 4px;
  border-radius:0 0 11px 11px;
  background:#0b080f;
  color:#fff;
  font-size:.46rem;
  font-weight:900;
  letter-spacing:.18em;
}
.wordmark-tagline{
  align-self:center;
  color:#42bd54;
  font-size:.64rem;
  font-weight:900;
  letter-spacing:.11em;
}
.nav{display:flex;align-items:center;gap:14px;flex-wrap:wrap;font-size:.88rem;font-weight:900;letter-spacing:.02em}
.nav a{
  position:relative;
  display:inline-flex;
  min-height:38px;
  align-items:center;
  justify-content:center;
  padding:10px 12px;
  border:1px solid rgba(255,255,255,.22);
  border-radius:6px;
  background:rgba(5,5,7,.34);
  color:#fff;
  text-shadow:0 2px 10px rgba(0,0,0,.45);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.10),0 8px 18px rgba(0,0,0,.18);
}
.nav a.active{background:rgba(122,41,200,.56);border-color:rgba(163,77,240,.70)}
.nav a.active:after{
  content:"";
  position:absolute;
  left:10px;
  right:10px;
  bottom:4px;
  height:2px;
  background:#fff;
}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:14px 22px;
  border-radius:6px;
  border:1px solid transparent;
  font-weight:900;
  text-align:center;
}
.btn.primary,.nav .btn{
  color:#fff;
  background:linear-gradient(135deg,var(--purple),var(--purple2));
  box-shadow:0 12px 26px rgba(122,41,200,.28);
}
.btn.secondary{
  color:var(--ink);
  border-color:#d7d0df;
  background:rgba(255,255,255,.88);
}
.floating-sds-link{
  position:fixed;
  right:22px;
  bottom:22px;
  z-index:30;
  display:flex;
  flex-direction:column;
  gap:2px;
  min-width:166px;
  padding:14px 18px;
  border:1px solid rgba(89,222,118,.72);
  border-radius:8px;
  color:#fff;
  background:linear-gradient(135deg,rgba(19,141,52,.94),rgba(91,25,145,.90));
  box-shadow:0 18px 42px rgba(0,0,0,.34),0 0 0 3px rgba(38,201,70,.16), inset 0 1px 0 rgba(255,255,255,.20);
  backdrop-filter:blur(14px) saturate(1.08);
}
.floating-sds-link:before{
  content:"";
  position:absolute;
  left:0;
  top:10px;
  bottom:10px;
  width:4px;
  border-radius:0 4px 4px 0;
  background:#fff;
}
.floating-sds-link span{
  color:#ecffe9;
  font-size:1rem;
  font-weight:900;
  letter-spacing:.02em;
  text-transform:uppercase;
}
.floating-sds-link strong{
  font-size:.66rem;
  letter-spacing:.12em;
  line-height:1.05;
  text-transform:uppercase;
}
.floating-sds-link:hover{
  transform:translateY(-2px);
  box-shadow:0 22px 48px rgba(0,0,0,.38),0 0 0 4px rgba(38,201,70,.22), inset 0 1px 0 rgba(255,255,255,.24);
}

.catalog-hero{
  position:relative;
  min-height:400px;
  overflow:hidden;
  color:#fff;
  border-bottom:1px solid rgba(255,255,255,.14);
  background:
    linear-gradient(90deg, rgba(5,5,7,.88), rgba(5,5,7,.58) 42%, rgba(5,5,7,.22)),
    url("gulf-background-refined.jpg") center top / cover no-repeat;
  box-shadow:inset 0 -100px 90px rgba(5,5,7,.36);
}
.catalog-hero:after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-1px;
  height:120px;
  background:linear-gradient(180deg,transparent,rgba(5,5,7,.64));
}
.catalog-hero-inner{
  position:relative;
  z-index:1;
  min-height:400px;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:36px;
  align-items:center;
  padding:58px 0 42px;
}
.hero-copy{max-width:760px}
.hero-copy h1{
  margin:14px 0 0;
  color:#fff;
  font-size:clamp(2.45rem,5vw,4.75rem);
  line-height:.96;
  text-transform:uppercase;
  letter-spacing:0;
  text-shadow:0 4px 24px rgba(0,0,0,.60);
}
.hero-copy p{
  max-width:690px;
  margin:22px 0 0;
  color:#f7f3ff;
  font-size:clamp(1rem,1.45vw,1.24rem);
  line-height:1.65;
  text-shadow:0 3px 18px rgba(0,0,0,.60);
}
.hero-eyebrow,.kicker{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:#d8a9ff;
  font-size:.84rem;
  font-weight:900;
  letter-spacing:.18em;
  text-transform:uppercase;
}
.hero-eyebrow:before{
  content:"";
  width:34px;
  height:3px;
  background:linear-gradient(90deg,var(--green),var(--purple2));
}
.hero-cta-row{display:flex;flex-wrap:wrap;align-items:center;gap:18px;margin-top:28px}
.hero-text-link{
  color:#fff;
  border-bottom:1px solid rgba(255,255,255,.55);
  padding-bottom:7px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.025em;
}
.eco-badge{
  position:relative;
  display:flex;
  flex-direction:column;
  justify-content:center;
  width:238px;
  min-height:82px;
  padding:16px 22px 16px 64px;
  border:4px solid rgba(255,255,255,.92);
  border-radius:999px;
  background:linear-gradient(135deg,#5dde76,#138d34);
  color:#fff;
  text-transform:uppercase;
  box-shadow:0 16px 34px rgba(0,0,0,.32);
}
.eco-badge:before{
  content:"";
  position:absolute;
  left:22px;
  top:50%;
  width:28px;
  height:18px;
  border-radius:50% 4px 50% 4px;
  background:rgba(255,255,255,.82);
  transform:translateY(-50%) rotate(-24deg);
}
.eco-badge span{font-size:.72rem;font-weight:900;letter-spacing:.10em}
.eco-badge strong{font-size:.86rem;font-weight:900;letter-spacing:.03em}

main,.catalog-section,.simple-page,.info-section{
  background:linear-gradient(180deg,rgba(5,5,7,.50),rgba(5,5,7,.34) 28%,rgba(5,5,7,.54));
}
.home-intro,.home-section,.home-section-soft,.scroll-story,.catalog-section,.simple-page,.info-section{padding:72px 0}
.home-intro-grid,.split-feature,.simple-card,.panel,.product-line-cta,.detail-layout,.scroll-story-intro,.scroll-step,.product-scroll-intro,.value-card,.featured-doc-card,.featured-logo-card,.download-card{
  border:1px solid var(--line);
  border-radius:6px;
  background:linear-gradient(135deg,rgba(255,255,255,.88),rgba(255,255,255,.68));
  box-shadow:var(--shadow);
  backdrop-filter:blur(14px) saturate(1.06);
}
.home-intro-grid{
  display:grid;
  grid-template-columns:minmax(0,1.2fr) minmax(280px,.7fr);
  gap:44px;
  align-items:center;
  padding:44px;
}
.home-copy h2,.section-heading h2,.feature-panel h2,.product-line-cta h2,.contact-main-card h2{
  margin:12px 0 0;
  color:var(--ink);
  font-size:clamp(2rem,3.5vw,3.9rem);
  line-height:1.02;
  text-transform:uppercase;
}
.lead,.home-copy p,.feature-panel p,.product-line-cta p,.panel p,.contact-card p,.contact-main-card p{
  color:#403a49;
  font-size:1.05rem;
  line-height:1.68;
}
.home-feature-image,.featured-logo-card{
  display:grid;
  place-items:center;
  padding:28px;
  background:linear-gradient(135deg,rgba(255,255,255,.88),rgba(246,255,247,.72));
}
.home-feature-image img,.featured-logo-card img{width:min(100%,260px);object-fit:contain}
.proof-band{padding:30px 0;background:rgba(5,5,7,.76);backdrop-filter:blur(8px)}
.proof-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;color:#fff}
.proof-item{border-left:4px solid var(--purple2);padding-left:16px}
.proof-item strong{display:block;margin-bottom:6px;text-transform:uppercase;letter-spacing:.06em}
.proof-item span{color:#e9e2ef;line-height:1.5}
.scroll-story-inner,.product-scroll-inner{
  display:grid;
  grid-template-columns:minmax(0,.84fr) minmax(420px,.9fr);
  gap:42px;
  align-items:start;
}
.scroll-story-intro,.product-scroll-intro{
  position:sticky;
  top:122px;
  padding:34px;
}
.scroll-story-intro h2,.product-scroll-intro h2{
  margin:12px 0 0;
  color:var(--ink);
  font-size:clamp(2rem,3.5vw,3.8rem);
  line-height:1.02;
  text-transform:uppercase;
}
.scroll-story-steps{display:flex;flex-direction:column;gap:48px}
.scroll-step{min-height:190px;padding:28px}
.scroll-step span{color:var(--green);font-weight:900;letter-spacing:.10em}
.home-section-soft .section-heading h2{
  color:#fff;
  text-shadow:0 4px 22px rgba(0,0,0,.62);
}
.scroll-step h3,.value-card h3,.panel h3,.download-card strong,.featured-doc-card strong{
  margin:12px 0 8px;
  color:var(--ink);
  font-size:1.2rem;
  line-height:1.15;
  text-transform:uppercase;
}
.scroll-step p,.value-card p,.download-card p,.featured-doc-card p{color:#403a49;line-height:1.62}
.section-heading{margin-bottom:24px}
.value-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.value-card,.feature-panel,.support-panel,.featured-doc-card{padding:28px}
.split-feature{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.78fr);gap:28px;padding:28px}
.support-panel{display:grid;gap:18px}
.featured-logo-card{min-height:240px}
.featured-logo-card span{margin-top:16px;color:var(--purple);font-weight:900;text-transform:uppercase}
.check-list{padding-left:20px;color:#342d3f;line-height:1.7}
.home-actions,.detail-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:22px}
.doc-link,.download-card a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  margin-top:12px;
  padding:11px 14px;
  border:1px solid rgba(122,41,200,.24);
  border-radius:6px;
  color:var(--purple);
  background:#fff;
  font-weight:900;
}
.product-line-cta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:26px;
  padding:30px;
}

.catalog-section > .product-scroll-inner{
  background:transparent;
  box-shadow:none;
  border:0;
  backdrop-filter:none;
}
.product-scroll-intro{
  background:linear-gradient(135deg,rgba(12,9,18,.88),rgba(32,18,48,.72));
  color:#fff;
}
.product-scroll-intro h2{color:#fff;text-shadow:0 3px 16px rgba(0,0,0,.36)}
.product-scroll-intro p{color:#f3edf8}
.catalog-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}
.product-scroll-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:46px 22px}
.product-card{
  position:relative;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  min-height:100%;
  border:1px solid rgba(255,255,255,.58);
  border-radius:6px;
  background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(255,255,255,.92));
  box-shadow:0 18px 38px rgba(0,0,0,.28);
}
.product-image{position:relative;display:grid;place-items:center;height:232px;padding:28px 26px 12px}
.product-image img{width:190px;height:168px;object-fit:contain}
.ribbon{
  position:absolute;
  top:18px;
  right:-47px;
  z-index:2;
  width:170px;
  padding:8px 0;
  color:#fff;
  background:linear-gradient(135deg,#168f2e,#39c852);
  font-size:.68rem;
  font-weight:900;
  text-align:center;
  text-transform:uppercase;
  transform:rotate(45deg);
}
.product-body{padding:0 22px 18px;text-align:center;flex:1}
.product-body h3{margin:0 0 10px;color:var(--ink);font-size:1.16rem;line-height:1.08;text-transform:uppercase}
.product-body p{margin:0;color:#332d3c;line-height:1.48}
.product-footer,.product-card-actions{
  display:flex;
  align-items:stretch;
  gap:10px;
  border-top:1px solid #e5e1eb;
  padding:13px 16px;
}
.product-action-link{
  flex:1 1 0;
  display:inline-flex;
  min-height:42px;
  align-items:center;
  justify-content:center;
  gap:6px;
  border:1px solid rgba(122,41,200,.22);
  border-radius:5px;
  color:var(--purple);
  background:#fff;
  font-size:.78rem;
  font-weight:900;
  line-height:1.1;
  text-align:center;
  text-transform:uppercase;
  white-space:nowrap;
}
.product-action-link.sds-action{color:#fff;background:linear-gradient(135deg,var(--purple),var(--purple2));border-color:transparent}

.detail-hero{padding:58px 0;background:linear-gradient(180deg,rgba(5,5,7,.50),rgba(5,5,7,.38));color:#fff}
.detail-layout{display:grid;grid-template-columns:minmax(280px,.7fr) minmax(0,1fr);gap:34px;align-items:center;padding:34px}
.detail-visual{position:relative;display:grid;place-items:center;min-height:380px;border-radius:6px;background:rgba(255,255,255,.92);overflow:hidden}
.detail-visual img{width:280px;max-height:300px;object-fit:contain}
.detail-copy h1{margin:12px 0;color:#fff;font-size:clamp(2rem,4vw,4rem);line-height:1;text-transform:uppercase;text-shadow:0 4px 22px rgba(0,0,0,.40)}
.detail-copy .lead{color:#f4edf8}
.spec-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:22px}
.spec{padding:14px;border:1px solid rgba(255,255,255,.28);border-radius:6px;background:rgba(255,255,255,.14)}
.spec strong,.spec span{display:block}.spec strong{color:#fff;text-transform:uppercase}.spec span{color:#eee5f5;margin-top:5px}
.info-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
.panel{padding:30px}.panel h2{margin:0 0 12px;font-size:2rem;text-transform:uppercase}
.panel ul{color:#403a49;line-height:1.7}.resource-heading{margin-top:28px}
.sds-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:0;margin:12px 0 0;list-style:none}
.sds-list a{width:100%;margin:0}

.simple-page{padding:72px 0}
.contact-layout{display:grid;gap:22px}
.contact-main-card,.contact-card{padding:28px}
.contact-main-card h2{font-size:2.2rem}
.contact-addresses{margin-top:22px;padding-top:18px;border-top:1px solid rgba(0,0,0,.10)}
.contact-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.contact-card{min-height:220px;display:flex;flex-direction:column;justify-content:center}
.contact-person-card{display:grid;grid-template-columns:76px minmax(0,1fr);gap:14px;align-items:center}
.contact-person-card > div:last-child{min-width:0}
.contact-person-media{width:76px;aspect-ratio:1;border:1px solid #ded9e8;border-radius:7px;overflow:hidden;background:#f5f1f9}
.contact-person-media img{width:100%;height:100%;object-fit:cover;object-position:center top}
.contact-card h3{margin:0 0 10px;color:var(--ink);text-transform:uppercase}
.contact-link{
  display:flex;
  width:max-content;
  max-width:100%;
  margin-top:10px;
  color:var(--purple);
  font-size:clamp(.78rem,.9vw,.95rem);
  font-weight:900;
  letter-spacing:-.005em;
  white-space:nowrap;
}

.footer{background:#08080c;color:#fff}
.footer-main{display:grid;grid-template-columns:1.1fr .8fr .8fr;gap:28px;padding:28px 0}
.footer h3{margin:0 0 10px;color:#b966ff;text-transform:uppercase}.footer p{margin:7px 0;color:#eee7f4}
.footer-bottom{border-top:1px solid rgba(255,255,255,.16);background:linear-gradient(90deg,var(--purple),#42105f)}
.footer-bottom .container{display:flex;justify-content:space-between;gap:16px;padding:14px 0;color:#fff}
.powered-by a{text-decoration:underline}

@media(max-width:1180px){
  .catalog-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .product-scroll-inner,.scroll-story-inner{grid-template-columns:1fr}
  .scroll-story-intro,.product-scroll-intro{position:relative;top:auto}
}
@media(max-width:1024px){
  body{background:#050507}
  body:before,
  body:after{
    display:none;
  }
  .site-background{
    display:block;
    position:fixed;
    inset:0;
    z-index:0;
    pointer-events:none;
    overflow:hidden;
    background:url("gulf-background-refined.jpg") center top / cover no-repeat;
    transform:translate3d(0,0,0);
    backface-visibility:hidden;
  }
  .site-background:after{
    content:"";
    position:absolute;
    inset:0;
    background:
      linear-gradient(180deg,rgba(5,5,7,.08),rgba(5,5,7,.32) 48%,rgba(5,5,7,.60)),
      radial-gradient(circle at 50% 16%,rgba(255,255,255,.26),transparent 36%);
  }
  body:before{
    z-index:0;
    background:url("gulf-background-refined.jpg") center top / cover no-repeat;
    transform:translate3d(0,0,0);
    will-change:transform;
  }
  body:after{
    z-index:0;
    background:
      linear-gradient(180deg,rgba(5,5,7,.08),rgba(5,5,7,.32) 48%,rgba(5,5,7,.60)),
      radial-gradient(circle at 50% 16%,rgba(255,255,255,.26),transparent 36%);
  }
  .site-header{
    position:sticky;
    top:0;
    z-index:20;
  }
  .catalog-hero,main,.info-section,.footer{position:relative;z-index:1}
  main,.catalog-section,.simple-page,.info-section{background:transparent}
  .header-inner{min-height:0;display:grid;grid-template-columns:1fr;gap:12px;padding:12px 0 14px}
  .brand{width:100%;min-width:0;justify-content:center}
  .brand img{width:82px;height:58px}
  .wordmark-title{min-height:31px;font-size:1.18rem}.wordmark-subtitle{font-size:.42rem}.wordmark-tagline{font-size:.58rem}
  .nav{width:100%;justify-content:center;gap:10px;font-size:.82rem}
  .nav a{min-height:36px;padding:9px 13px}
  .nav .btn{flex-basis:min(360px,100%)}
  .catalog-hero,.catalog-hero-inner{min-height:360px}
  .catalog-hero{
    background:linear-gradient(180deg,rgba(5,5,7,.62),rgba(5,5,7,.26) 54%,rgba(5,5,7,.66));
    box-shadow:inset 0 -90px 80px rgba(5,5,7,.42);
  }
  .catalog-hero-inner{padding-top:48px;padding-bottom:42px}
  .hero-copy h1{max-width:13ch;font-size:2.35rem}
  .proof-grid,.value-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .home-intro-grid,.split-feature,.detail-layout,.info-grid{grid-template-columns:1fr}
  .catalog-grid,.product-scroll-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:760px){
  .container{width:min(100% - 32px,1380px)}
  .header-inner{padding:8px 0 9px}
  .brand{gap:8px}.brand img{width:52px;height:40px}
  .wordmark-title{min-height:23px;font-size:.86rem;padding:3px 8px 2px}.wordmark-subtitle{font-size:.34rem;letter-spacing:.10em}.wordmark-tagline{display:none}
  .nav{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;font-size:.67rem}
  .nav a{min-height:32px;padding:7px 5px}.nav .btn{grid-column:1/-1;min-height:36px;font-size:.76rem}
  .nav .btn{width:100%;max-width:100%}
  .floating-sds-link{
    right:16px;
    bottom:16px;
    min-width:0;
    padding:11px 14px 11px 17px;
    border-radius:7px;
  }
  .floating-sds-link span{font-size:.88rem}
  .floating-sds-link strong{font-size:.58rem}
  .catalog-hero,.catalog-hero-inner{min-height:390px}
  .catalog-hero{
    background:linear-gradient(180deg,rgba(5,5,7,.22),rgba(5,5,7,.14) 48%,rgba(5,5,7,.54));
  }
  .catalog-hero-inner{grid-template-columns:1fr;padding:34px 0 28px}
  .hero-copy h1{font-size:2.15rem}.hero-copy p{font-size:1rem;line-height:1.55}
  .hero-cta-row{flex-direction:column;align-items:stretch}.hero-text-link{display:flex;justify-content:center;border:1px solid rgba(255,255,255,.50);border-radius:6px;padding:12px 14px;background:rgba(5,5,7,.24)}
  .eco-badge{width:min(100%,214px);min-height:64px;margin-top:0;padding:13px 18px 13px 56px}
  .home-intro,.home-section,.home-section-soft,.scroll-story,.catalog-section,.simple-page,.info-section{padding:30px 0}
  .home-intro-grid,.split-feature,.simple-card,.panel,.product-line-cta,.detail-layout,.scroll-story-intro,.scroll-step,.product-scroll-intro,.value-card,.featured-doc-card,.featured-logo-card,.download-card,.proof-band{
    backdrop-filter:none;
  }
  .home-intro-grid,.split-feature,.simple-card,.panel,.product-line-cta,.detail-layout,.scroll-story-intro,.scroll-step,.value-card,.featured-doc-card,.featured-logo-card,.download-card{
    background:linear-gradient(135deg,rgba(255,255,255,.92),rgba(255,255,255,.76));
  }
  .product-scroll-intro,.proof-band{
    background:linear-gradient(135deg,rgba(8,7,12,.88),rgba(22,12,32,.76));
  }
  .home-intro-grid,.split-feature,.simple-card,.panel,.product-line-cta,.detail-layout,.scroll-story-intro,.scroll-step,.product-scroll-intro{padding:20px}
  .home-copy h2,.section-heading h2,.feature-panel h2,.product-line-cta h2,.contact-main-card h2,.scroll-story-intro h2,.product-scroll-intro h2{font-size:1.75rem}
  .lead,.home-copy p,.feature-panel p,.panel p,.contact-card p,.contact-main-card p{font-size:.98rem}
  .proof-grid,.value-grid,.catalog-grid,.product-scroll-grid,.info-grid,.contact-card-grid,.spec-grid{grid-template-columns:1fr}
  .proof-grid{gap:16px}
  .scroll-story-steps{gap:18px}
  .product-image{height:210px}.product-image img{width:176px;height:158px}
  .product-card-actions{flex-direction:row;padding:12px 14px 14px}.product-action-link{min-height:43px;padding:10px 9px}
  .sds-list{grid-template-columns:1fr}
  .detail-visual{min-height:250px}.detail-visual img{width:220px;max-height:220px}
  .contact-card{min-height:256px}.contact-person-card{grid-template-columns:1fr;justify-items:center;text-align:center}.contact-person-media{width:82px}.contact-link{margin-left:auto;margin-right:auto;font-size:clamp(.78rem,3.45vw,.9rem)}
  .footer-main{grid-template-columns:1fr;gap:18px}.footer-bottom .container{flex-direction:column}
}
@media(max-width:430px){
  .container{width:min(100% - 26px,1380px)}
  .nav{grid-template-columns:repeat(2,minmax(0,1fr));font-size:.67rem}
  .brand img{width:48px;height:37px}.wordmark-title{font-size:.78rem}
  .catalog-hero,.catalog-hero-inner{min-height:390px}
  .catalog-hero{
    background:linear-gradient(180deg,rgba(5,5,7,.20),rgba(5,5,7,.12) 48%,rgba(5,5,7,.54));
  }
  .hero-copy h1{font-size:2rem}
}

@media(max-width:760px){
  .nav .btn{
    width:100%;
    max-width:100%;
  }
}
