:root{
  --bg:#245F73;
  --page-bg:linear-gradient(180deg,rgba(47,120,145,.16),rgba(20,72,94,.76)),radial-gradient(circle at 69% 10%,rgba(225,250,250,.36),transparent 30rem),radial-gradient(circle at 22% 82%,rgba(74,170,198,.32),transparent 38rem),url("assets/images/blue-atmosphere.jpg");
  --header:rgba(36,95,115,.76);
  --line:rgba(240,252,252,.27);
  --panel-line:rgba(240,252,252,.31);
  --card:linear-gradient(145deg,rgba(78,150,168,.82),rgba(34,100,125,.74));
  --pill:rgba(255,255,255,.105);
  --text:#FAFAF4;
  --muted:#DDEBEC;
  --soft:#C7DDE0;
  --accent:#FAFFFC;
  --button:#FAFAF4;
  --button-text:#24566A;
  --glow:radial-gradient(circle,rgba(230,252,252,.45),transparent 65%);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:"Aptos","Segoe UI",Arial,sans-serif;
  color:var(--text);
  background-color:var(--bg);
  background-image:var(--page-bg);
  background-size:cover;
  background-position:center top;
  background-attachment:fixed;
  line-height:1.55;
}
header{
  position:sticky;
  top:0;
  z-index:10;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:2rem;
  min-height:112px;
  padding:1rem clamp(1.25rem,4vw,3.625rem);
  background:var(--header);
  border-bottom:1px solid var(--line);
  backdrop-filter:blur(18px);
}
.brand-logo{display:flex;align-items:center;width:clamp(13rem,17vw,19.7rem);max-width:19.7rem;text-decoration:none}
.brand-logo img{display:block;width:100%;height:auto}
nav{display:flex;gap:clamp(1rem,2vw,2rem);font-size:.84rem;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}
nav a{text-decoration:none;color:inherit;display:inline-flex;align-items:center;gap:.42rem;white-space:nowrap}
.language-flag{display:inline-block;width:28px;height:18px;flex:0 0 auto;border-radius:2px;box-shadow:0 0 0 1px rgba(255,255,255,.28),0 1px 3px rgba(0,0,0,.18);object-fit:cover;image-rendering:auto}

.header-right{display:flex;flex-direction:column;align-items:flex-end;gap:.75rem}
.language-menu{position:relative;font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}
.language-menu summary{list-style:none;display:inline-flex;align-items:center;gap:.35rem;min-height:2rem;padding:.36rem .7rem;border:1px solid rgba(240,252,252,.30);border-radius:999px;background:rgba(255,255,255,.09);cursor:pointer;user-select:none;backdrop-filter:blur(10px)}
.language-menu summary::-webkit-details-marker{display:none}
.language-menu[open] summary,.language-menu summary:hover,.language-menu summary:focus-visible{color:var(--text);border-color:rgba(250,250,244,.58);background:rgba(255,255,255,.16)}
.language-options{position:absolute;right:0;top:calc(100% + .55rem);display:grid;gap:.28rem;min-width:13.8rem;padding:.55rem;border:1px solid rgba(240,252,252,.28);border-radius:1rem;background:rgba(20,72,94,.94);box-shadow:0 26px 54px rgba(0,0,0,.28);backdrop-filter:blur(18px)}
.language-options a{display:flex;align-items:center;min-height:2.05rem;padding:.38rem .62rem;border-radius:.7rem;color:var(--muted);text-decoration:none;white-space:nowrap}
.language-options a:hover,.language-options a:focus-visible,.language-options a.is-active{color:var(--text);background:rgba(255,255,255,.12)}
.shell{width:min(1180px,calc(100% - 2.5rem));margin:0 auto}
.hero{
  min-height:calc(100vh - 112px);
  display:grid;
  grid-template-columns:minmax(0,.82fr) minmax(440px,1.18fr);
  align-items:center;
  gap:clamp(2rem,5vw,5rem);
  padding:clamp(3rem,7vw,7rem) 0 5rem;
}
.hero-copy{position:relative;z-index:2;text-shadow:0 1px 1px rgba(0,0,0,.18)}
.eyebrow{margin:0 0 1rem;color:var(--soft);font-size:.82rem;letter-spacing:.18em;text-transform:uppercase}
h1,h2,h3,p{margin-top:0}
h1{margin-bottom:1rem;font-size:clamp(4.25rem,7.2vw,6.4rem);line-height:.92;letter-spacing:-.065em}
.lead{margin-bottom:1.4rem;color:var(--accent);font-size:clamp(1.6rem,2.65vw,2.35rem);line-height:1.15;letter-spacing:-.035em}
.intro{max-width:38rem;color:var(--muted);font-size:1.14rem}
.button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:3.05rem;
  padding:.92rem 1.35rem;
  border-radius:999px;
  background:var(--button);
  color:var(--button-text);
  font-weight:700;
  font-size:.83rem;
  letter-spacing:.1em;
  text-transform:uppercase;
  text-decoration:none;
  box-shadow:0 20px 45px rgba(0,0,0,.22);
  text-shadow:none;
}
.button.alt{color:var(--text);background:transparent;border:1px solid rgba(230,236,236,.50)}
.email{color:var(--muted);font-size:1rem}
.visual{position:relative;display:grid;place-items:center;min-height:36rem;z-index:1}
.visual:before{content:"";position:absolute;width:88%;aspect-ratio:1.22/1;border-radius:50%;background:var(--glow);filter:blur(8px)}
.visual img{position:relative;width:min(100%,780px);height:auto;filter:drop-shadow(0 34px 42px rgba(0,0,0,.25))}
.split,.block,.final{padding:clamp(4rem,8vw,8rem) 0;border-top:1px solid var(--line)}
.split{display:grid;grid-template-columns:.8fr 1.2fr;gap:clamp(2rem,5vw,5rem)}
h2{font-size:clamp(2.35rem,5vw,4.15rem);line-height:1;letter-spacing:-.055em;margin-bottom:1rem}
.split p,.block p,.final p{max-width:56rem;color:var(--muted);font-size:clamp(1.1rem,1.7vw,1.32rem)}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.15rem;padding-bottom:clamp(4rem,7vw,7rem)}
.cards article,.platform article{min-height:14rem;padding:2rem;border:1px solid var(--panel-line);border-radius:1.2rem;background:var(--card);box-shadow:inset 0 1px 0 rgba(255,255,255,.08)}
h3{font-size:1.45rem;line-height:1.1}
.cards p,.platform p{color:var(--soft)}
.features{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.8rem;margin-top:2.1rem}
.features span{display:flex;align-items:center;min-height:6.5rem;padding:1rem;border:1px solid var(--panel-line);border-radius:1rem;background:var(--pill)}
.platform{display:grid;grid-template-columns:repeat(2,1fr);gap:1.15rem;margin-top:2rem}
.final{display:flex;align-items:center;justify-content:space-between;gap:3rem}
footer{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem 2rem;padding:2rem 1.25rem;color:var(--soft);border-top:1px solid var(--line);font-size:.86rem;letter-spacing:.1em;text-transform:uppercase}
@media(max-width:900px){
  header{position:static;align-items:flex-start;flex-direction:column}
  .header-right{align-items:flex-start;width:100%}
  nav{flex-wrap:wrap}
  .language-options{left:0;right:auto}
  .language-menu{align-self:flex-start}
  .hero,.split,.final{grid-template-columns:1fr;display:grid}
  .hero{min-height:auto;padding-top:3rem}
  .visual{order:-1;min-height:auto}
  .visual img{width:min(100%,620px)}
  .cards,.features,.platform{grid-template-columns:1fr}
  .final{align-items:flex-start}
}


/* Draft 17: MarisBox Industries company section */
.company-intro{
  padding-top:clamp(4rem,7vw,7rem);
}
.company-intro p{
  max-width:58rem;
}


/* Draft 19: Product family image section */
.product-family > p{
  max-width:58rem;
}

.product-hero-pair{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:1.4rem;
  margin-top:2.5rem;
}

.product-hero-pair article{
  padding:1.2rem;
  border:1px solid var(--panel-line);
  border-radius:1.2rem;
  background:rgba(5,28,38,.22);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08);
}

.product-hero-pair img{
  width:100%;
  height:auto;
  display:block;
  border-radius:.8rem;
  margin-bottom:1.25rem;
  filter:drop-shadow(0 26px 34px rgba(0,0,0,.32));
}

.product-hero-pair h3{
  margin-bottom:.45rem;
}

.product-hero-pair p{
  color:var(--soft);
}

.product-line{
  margin-top:2rem;
  padding:1.6rem 1.8rem;
  border:1px solid var(--panel-line);
  border-radius:1rem;
  background:var(--pill);
}

.product-line h3{
  margin-bottom:.55rem;
}

.product-line p{
  max-width:68rem;
  color:var(--muted);
  font-size:clamp(1.05rem,1.6vw,1.22rem);
}

@media(max-width:900px){
  .product-hero-pair{
    grid-template-columns:1fr;
  }
}


/* Draft 20: product image zoom */
.zoom-trigger{
  display:block;
  width:100%;
  padding:0;
  border:0;
  border-radius:.8rem;
  background:transparent;
  cursor:zoom-in;
  text-align:left;
}

.zoom-trigger img{
  transition:transform .18s ease, filter .18s ease;
}

.zoom-trigger:hover img,
.zoom-trigger:focus-visible img{
  transform:scale(1.015);
  filter:drop-shadow(0 30px 38px rgba(0,0,0,.38));
}

.image-lightbox{
  position:fixed;
  inset:0;
  z-index:100;
  display:none;
  align-items:center;
  justify-content:center;
  padding:clamp(1rem,4vw,4rem);
  background:rgba(0,0,0,.82);
  backdrop-filter:blur(10px);
}

.image-lightbox.is-open{
  display:flex;
}

.image-lightbox img{
  max-width:96vw;
  max-height:92vh;
  width:auto;
  height:auto;
  object-fit:contain;
  filter:drop-shadow(0 36px 52px rgba(0,0,0,.55));
}

.lightbox-close{
  position:absolute;
  top:1.25rem;
  right:1.5rem;
  width:2.75rem;
  height:2.75rem;
  border:1px solid rgba(255,255,255,.4);
  border-radius:999px;
  background:rgba(0,0,0,.28);
  color:#fff;
  font-size:2rem;
  line-height:1;
  cursor:pointer;
}


/* Draft 21: M45 Base normal preview enlarged */
.m45-base-preview{
  overflow:hidden;
}

.m45-base-preview img{
  width:130%;
  max-width:none;
  margin-left:-15%;
  margin-top:-3%;
  margin-bottom:-3%;
}


/* Draft 24: M45 Pro Max top-of-line feature */
.pro-max-feature{
  margin-top:2rem;
  display:grid;
  grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);
  align-items:center;
  gap:1.6rem;
  padding:1.45rem;
  border:1px solid rgba(255,255,255,.22);
  border-radius:1.3rem;
  background:linear-gradient(135deg,rgba(255,255,255,.105),rgba(5,28,38,.22));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.1), 0 24px 58px rgba(0,0,0,.20);
}

.pro-max-copy h3{
  font-size:clamp(1.55rem,3vw,2.25rem);
  margin-bottom:.7rem;
}

.pro-max-copy p:not(.eyebrow){
  color:var(--soft);
  max-width:48rem;
}

.pro-max-image{
  overflow:hidden;
}

.pro-max-image img{
  width:100%;
  max-width:none;
  display:block;
  filter:drop-shadow(0 30px 40px rgba(0,0,0,.36));
}

@media(max-width:900px){
  .pro-max-feature{
    grid-template-columns:1fr;
  }
}


/* Draft 34: top hero image zoom trigger */
.hero-zoom-trigger{
  display:block;
  width:100%;
  padding:0;
  border:0;
  background:transparent;
  cursor:zoom-in;
}

.hero-zoom-trigger img{
  display:block;
  width:100%;
  height:auto;
}

.hero-zoom-trigger:hover img,
.hero-zoom-trigger:focus-visible img{
  transform:scale(1.006);
}

/* Draft 35: BCTP and packaged presentation update */
.bctp-section > p,
.package-section > p{
  max-width:64rem;
}

.bctp-pair{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:1.25rem;
  margin-top:2.35rem;
}

.bctp-pair article{
  padding:1.15rem;
  border:1px solid var(--panel-line);
  border-radius:1.2rem;
  background:rgba(5,28,38,.28);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08), 0 24px 58px rgba(0,0,0,.18);
}

.bctp-pair img{
  display:block;
  width:100%;
  height:auto;
  border-radius:.85rem;
  margin-bottom:1.15rem;
  filter:drop-shadow(0 28px 36px rgba(0,0,0,.35));
}

.bctp-pair h3,
.package-section h2{
  margin-bottom:.65rem;
}

.package-image{
  margin-top:2rem;
  overflow:hidden;
  border:1px solid var(--panel-line);
  border-radius:1.35rem;
  background:rgba(5,28,38,.22);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08), 0 28px 62px rgba(0,0,0,.22);
}

.package-image img{
  display:block;
  width:min(88%,748px); /* Draft 37: 12% visual reduction for package image; source file unchanged */
  height:auto;
  margin:0 auto;
  padding:1rem;
  filter:drop-shadow(0 34px 42px rgba(0,0,0,.28));
}

@media(max-width:900px){
  .bctp-pair{
    grid-template-columns:1fr;
  }
  .package-image img{
    width:100%;
    padding:.65rem;
  }
}


/* Draft 36: BCTP three-step visual sequence */
.bctp-sequence{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:1.15rem;
  margin-top:2.4rem;
}
.bctp-sequence article{
  min-height:100%;
  padding:1.1rem;
  border:1px solid var(--panel-line);
  border-radius:1.2rem;
  background:rgba(5,28,38,.24);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08);
}
.bctp-sequence img{
  width:100%;
  height:auto;
  display:block;
  border-radius:.8rem;
  margin-bottom:1rem;
  filter:drop-shadow(0 24px 32px rgba(0,0,0,.30));
}
.bctp-sequence h3{
  margin-bottom:.45rem;
}
.bctp-sequence p{
  color:var(--soft);
  font-size:1rem;
}
@media(max-width:1050px){
  .bctp-sequence{grid-template-columns:1fr;}
}


/* Draft 38: refined packaged presentation with stocked-boxes master */
.package-showcase{
  display:grid;
  grid-template-columns:minmax(320px,.72fr) minmax(520px,1.28fr);
  align-items:center;
  gap:clamp(2rem,5vw,5rem);
}

.package-copy{
  position:relative;
  z-index:2;
}

.package-copy h2{
  max-width:34rem;
}

.package-copy p{
  max-width:38rem;
}

.package-ready{
  margin-top:1.55rem;
  padding-top:1.55rem;
  border-top:1px solid rgba(240,252,252,.34);
  color:var(--muted);
}

.package-ready span{
  display:block;
  color:#62DDF2;
  font-weight:700;
}

.stocked-boxes-image{
  margin-top:0;
  overflow:visible;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
}

.stocked-boxes-image img{
  display:block;
  width:100%;
  max-width:980px;
  height:auto;
  margin:0 auto;
  padding:0;
  filter:drop-shadow(0 40px 54px rgba(0,0,0,.34));
}

@media(max-width:1000px){
  .package-showcase{
    grid-template-columns:1fr;
  }
  .stocked-boxes-image img{
    max-width:100%;
  }
}


/* Draft 40: Engineering with Purpose section */
.mission-line{
  margin-top:.85rem;
  color:#E9F7F4;
  font-size:1rem;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.purpose-section{
  position:relative;
}

.purpose-inner{
  position:relative;
  overflow:hidden;
  padding:clamp(2.4rem,5vw,4.6rem);
  border:1px solid rgba(240,252,252,.30);
  border-radius:1.45rem;
  background:
    radial-gradient(circle at 15% 18%,rgba(180,245,255,.16),transparent 18rem),
    radial-gradient(circle at 88% 70%,rgba(80,190,220,.13),transparent 24rem),
    linear-gradient(135deg,rgba(255,255,255,.075),rgba(5,28,38,.24));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.10),0 28px 72px rgba(0,0,0,.18);
}

.purpose-inner:before{
  content:"";
  position:absolute;
  inset:-20%;
  background:
    linear-gradient(110deg,transparent 0 18%,rgba(230,255,255,.045) 19%,transparent 22% 40%,rgba(230,255,255,.035) 41%,transparent 44% 100%),
    repeating-linear-gradient(115deg,rgba(255,255,255,.025) 0 1px,transparent 1px 34px);
  opacity:.72;
  pointer-events:none;
}

.purpose-inner > *{
  position:relative;
  z-index:1;
}

.purpose-inner h2{
  max-width:48rem;
}

.purpose-inner p{
  max-width:60rem;
}

.purpose-lead{
  color:var(--accent) !important;
  font-size:clamp(1.35rem,2.15vw,1.85rem) !important;
  line-height:1.25;
  letter-spacing:-.025em;
}

.purpose-final{
  margin-top:1.65rem;
  padding-top:1.45rem;
  border-top:1px solid rgba(240,252,252,.30);
  color:#E9F7F4 !important;
}

/* Draft 41: language edition placeholder pages */
.language-notice{padding:1rem 0 0}
.language-notice p{margin:0;padding:.75rem 1rem;border:1px solid rgba(240,252,252,.24);border-radius:999px;background:rgba(5,28,38,.18);color:var(--soft);font-size:.86rem;text-align:center}

footer strong{font-weight:700;color:var(--text)}


@media(max-width:1000px){
  .living-reef-section{
    grid-template-columns:1fr;
  }
}


/* LIVING REEF dedicated experience */
.living-reef-entry{
  background:linear-gradient(135deg,rgba(13,56,78,.72),rgba(45,128,144,.46));
  border:1px solid rgba(240,252,252,.28);
  border-radius:2rem;
  padding:clamp(2rem,4vw,3.5rem);
  box-shadow:0 24px 64px rgba(0,0,0,.18);
}
.living-reef-page{
  background-color:#092838;
  background-image:radial-gradient(circle at 50% 0%,rgba(74,180,210,.26),transparent 32rem),radial-gradient(circle at 18% 78%,rgba(36,120,155,.28),transparent 36rem),linear-gradient(180deg,#0b3143 0%,#061923 100%);
}
.reef-experience{
  min-height:calc(100vh - 112px);
  display:grid;
  grid-template-columns:minmax(300px,.76fr) minmax(420px,1.24fr);
  align-items:center;
  gap:clamp(2rem,5vw,5rem);
  padding:clamp(3.25rem,6vw,6.5rem) 0 clamp(2.5rem,5vw,5rem);
}
.reef-copy{position:relative;z-index:2}
.reef-copy h1{font-size:clamp(3.6rem,7vw,7.4rem);line-height:.9;letter-spacing:-.07em;margin-bottom:1.15rem}
.reef-copy .lead{max-width:34rem}
.reef-copy .intro{max-width:39rem;color:rgba(240,252,252,.84);font-size:1.13rem}
.reef-toggle{display:inline-flex;gap:.5rem;margin-top:1.35rem;padding:.38rem;border:1px solid rgba(240,252,252,.28);border-radius:999px;background:rgba(255,255,255,.08);backdrop-filter:blur(14px)}
.reef-toggle button{min-width:6.2rem;min-height:2.4rem;border:0;border-radius:999px;background:transparent;color:var(--muted);font:700 .78rem/1 "Aptos","Segoe UI",Arial,sans-serif;letter-spacing:.12em;text-transform:uppercase;cursor:pointer}
.reef-toggle button.is-active{background:rgba(250,250,244,.92);color:#163f52;box-shadow:0 10px 28px rgba(0,0,0,.2)}
.reef-display{position:relative;min-height:clamp(27rem,51vw,49rem);display:grid;place-items:center;isolation:isolate;background:transparent;overflow:visible}
.reef-display img{position:absolute;max-width:none;max-height:none;width:min(118%,78rem);height:auto;opacity:0;visibility:hidden;transform:translateY(10px) scale(1.08);transform-origin:center center;transition:opacity .45s ease,transform .45s ease,visibility 0s linear .45s;background:transparent;filter:none}
.reef-display img.is-active{opacity:1;visibility:visible;transform:translateY(0) scale(1.16);transition:opacity .45s ease,transform .45s ease}
.reef-statement{max-width:900px;text-align:center;padding:clamp(2rem,5vw,5rem) 0}
.reef-statement h2{font-size:clamp(2rem,4vw,4.5rem);line-height:1.02;letter-spacing:-.045em;margin-bottom:1.2rem}
.reef-statement p:last-child{font-size:clamp(1.15rem,1.8vw,1.42rem);color:rgba(240,252,252,.86)}
.reef-principles{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:clamp(2rem,5vw,5rem)}
.reef-principles article{padding:1.35rem;border:1px solid rgba(240,252,252,.22);border-radius:1.35rem;background:rgba(255,255,255,.07);box-shadow:0 18px 44px rgba(0,0,0,.15)}
.reef-principles h3{margin-bottom:.55rem;letter-spacing:-.02em}
.reef-principles p{color:rgba(240,252,252,.78);margin:0}
.reef-actions{display:flex;gap:1rem;justify-content:center;align-items:center;padding-bottom:clamp(3rem,6vw,6rem);flex-wrap:wrap}
@media(max-width:900px){
  .reef-experience{grid-template-columns:1fr;text-align:center;min-height:auto}
  .reef-copy .intro,.reef-copy .lead{margin-left:auto;margin-right:auto}
  .reef-display{min-height:32rem}
  .reef-display img{width:min(118%,66rem);transform:translateY(8px) scale(1.02)}
  .reef-display img.is-active{transform:translateY(0) scale(1.08)}
  .reef-principles{grid-template-columns:1fr}
}
@media(max-width:560px){
  .reef-display{min-height:24rem}
  .reef-display img{width:min(132%,46rem);transform:translateY(6px) scale(1)}
  .reef-display img.is-active{transform:translateY(0) scale(1.04)}
  .reef-toggle{display:flex;width:100%}
  .reef-toggle button{flex:1}
}


/* Draft 52: Living systems gateway */
.living-system-gateway{
  padding:clamp(2.4rem,5vw,4.8rem);
  border:1px solid rgba(240,252,252,.26);
  border-radius:2rem;
  background:linear-gradient(135deg,rgba(11,48,68,.82),rgba(30,113,132,.42));
  box-shadow:0 26px 70px rgba(0,0,0,.20);
}
.gateway-head{max-width:56rem;margin-bottom:clamp(1.4rem,3vw,2.2rem)}
.gateway-head h2{font-size:clamp(2.15rem,4.5vw,4.4rem);line-height:1;letter-spacing:-.055em;margin-bottom:1rem}
.gateway-head p:last-child{color:rgba(240,252,252,.84);font-size:clamp(1.05rem,1.7vw,1.28rem)}
.gateway-cards{display:grid;grid-template-columns:1.18fr .82fr;gap:1rem}
.gateway-card{padding:clamp(1.35rem,2.4vw,2.1rem);border-radius:1.5rem;border:1px solid rgba(240,252,252,.24);background:rgba(255,255,255,.075)}
.gateway-card.is-primary{background:linear-gradient(135deg,rgba(57,151,166,.36),rgba(7,39,55,.52))}
.gateway-card h3{font-size:clamp(1.55rem,2.5vw,2.35rem);letter-spacing:-.04em;margin:.15rem 0 .75rem}
.gateway-card p{color:rgba(240,252,252,.82);margin-bottom:1.15rem}
.gateway-card small{display:block;margin-top:.85rem;color:rgba(240,252,252,.56);font-size:.78rem;line-height:1.45}
.gateway-card .button[aria-disabled="true"]{opacity:.72;cursor:default;pointer-events:none}
@media(max-width:800px){.gateway-cards{grid-template-columns:1fr}.living-system-gateway{text-align:left}}


/* Draft 53: balanced Living Environments gateway */
.gateway-cards-balanced{grid-template-columns:1fr 1fr;align-items:stretch}
.gateway-cards-balanced .gateway-card{min-height:100%;display:flex;flex-direction:column;justify-content:space-between}
.gateway-cards-balanced .gateway-card h3{min-height:2.5rem}
.gateway-cards-balanced .gateway-card .button{align-self:flex-start;margin-top:auto}
.gateway-cards-balanced .gateway-card.is-primary:nth-child(2){background:linear-gradient(135deg,rgba(79,155,116,.30),rgba(7,39,55,.52))}
@media(max-width:800px){.gateway-cards-balanced{grid-template-columns:1fr}}

/* CP10B: Living Reef click-to-zoom lightbox fix */
.reef-display{cursor:zoom-in}
.reef-display:focus-visible{outline:2px solid rgba(240,252,252,.75);outline-offset:.5rem;border-radius:1rem}
.living-reef-page .image-lightbox{background:rgba(0,9,16,.88)}
.living-reef-page .image-lightbox img{max-width:min(96vw,1800px);max-height:90vh;object-fit:contain;background:transparent;filter:drop-shadow(0 36px 52px rgba(0,0,0,.55))}

/* CP80 homepage hero vertical alignment adjustment */
@media (min-width: 901px) {
  body.home .hero,
  .hero {
    padding-top: max(96px, calc(var(--header-h, 92px) + 24px)) !important;
  }

  body.home .hero-inner,
  .hero-inner {
    transform: translateY(-112px) !important;
  }
}

@media (max-width: 900px) {
  body.home .hero,
  .hero {
    padding-top: max(84px, calc(var(--header-h, 82px) + 18px)) !important;
  }

  body.home .hero-inner,
  .hero-inner {
    transform: translateY(-36px) !important;
  }
}
/* END CP80 homepage hero vertical alignment adjustment */

/* CM228 Main Page Visual Authority / CorelDRAW 1920 x 3600 composition */
body.main-page-cm230{
  margin:0;
  background:#101820;
  color:#FAFAF4;
  font-family:Arial,"Segoe UI",sans-serif;
  overflow-x:hidden;
}
.main-page-cm230 .mb-main-page{
  width:100%;
  display:flex;
  justify-content:center;
  padding:0;
  background:#101820;
}
.main-page-cm230 .mb-main-page__frame{
  position:relative;
  width:min(100vw,1920px);
  aspect-ratio:1920/3600;
  line-height:0;
  box-shadow:0 0 0 1px rgba(255,255,255,.10),0 24px 70px rgba(0,0,0,.40);
}
.main-page-cm230 .mb-main-page__image{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
  user-select:none;
}
.main-page-cm230 .mb-hero-display{
  position:absolute;
  z-index:2;
  display:block;
  object-fit:cover;
  pointer-events:none;
  image-rendering:auto;
}
.main-page-cm230 .mb-hero-display--01{left:5.46875%;top:36.80556%;width:30.46875%;height:11.75%;}
.main-page-cm230 .mb-hero-display--02{left:9.11458%;top:63.61111%;width:22.65625%;height:8.66667%;}
.main-page-cm230 .mb-hero-display--03{left:73.69792%;top:41.25%;width:22.91667%;height:6.66667%;}
.main-page-cm230 .mb-hero-display--04{left:69.16667%;top:65.55556%;width:22.5%;height:7.72222%;}
.main-page-cm230 .mb-hero-display--05{left:42.29167%;top:45.55556%;width:22.65625%;height:9.5%;}

.main-page-cm230 .mb-hotspot{
  position:absolute;
  z-index:3;
  display:block;
  border:0;
  padding:0;
  margin:0;
  background:rgba(255,255,255,0);
  cursor:pointer;
  text-decoration:none;
}
.main-page-cm230 .mb-hotspot:focus-visible{
  outline:2px solid rgba(72,211,255,.95);
  outline-offset:3px;
  border-radius:4px;
}
.main-page-cm230 .mb-hotspot--hero{
  cursor:zoom-in;
}
.main-page-cm230 .mb-hotspot--hero:hover,
.main-page-cm230 .mb-hotspot--link:hover{
  box-shadow:0 0 0 1px rgba(72,211,255,.18),0 0 24px rgba(72,211,255,.10);
}
/* Hero image regions based on 1920 x 3600 CorelDRAW preview coordinates */
.main-page-cm230 .mb-hotspot--hero-01{left:5.47%;top:36.81%;width:30.47%;height:11.75%;}
.main-page-cm230 .mb-hotspot--hero-02{left:9.11%;top:63.61%;width:22.66%;height:8.67%;}
.main-page-cm230 .mb-hotspot--hero-03{left:73.70%;top:41.25%;width:22.92%;height:6.67%;}
.main-page-cm230 .mb-hotspot--hero-04{left:69.17%;top:65.56%;width:22.50%;height:7.72%;}
.main-page-cm230 .mb-hotspot--hero-05{left:42.29%;top:45.56%;width:22.66%;height:9.50%;}
/* Navigation regions */
.main-page-cm230 .mb-hotspot--living{left:8.85%;top:57.00%;width:17.45%;height:4.30%;}
.main-page-cm230 .mb-hotspot--plants{left:30.20%;top:57.00%;width:18.80%;height:4.30%;}
.main-page-cm230 .mb-hotspot--technology{left:51.10%;top:57.00%;width:17.40%;height:4.30%;}
.main-page-cm230 .mb-hotspot--arina{left:72.90%;top:57.00%;width:18.90%;height:4.30%;}
.main-page-cm230 .mb-technology-note{
  position:absolute;
  left:-9999px;
  width:1px;
  height:1px;
  overflow:hidden;
}
.main-page-cm230 .image-lightbox img{
  max-width:96vw;
  max-height:92vh;
  background:rgba(2,10,16,.88);
}
@media(max-width:760px){
  .main-page-cm230 .mb-main-page__frame{
    width:100vw;
    box-shadow:none;
  }
}


/* CM232 HOTFIX: active main-page CSS for body.main-page-cm232. Fixes non-responsive full-size rendering, dead overlay links, and missing zoom hotspots. */
/* CM232 Main Page Visual Authority / responsive + hotspot restoration / CorelDRAW 1920 x 3600 composition */
body.main-page-cm232{
  margin:0;
  background:#101820;
  color:#FAFAF4;
  font-family:Arial,"Segoe UI",sans-serif;
  overflow-x:hidden;
}
.main-page-cm232 .mb-main-page{
  width:100%;
  display:flex;
  justify-content:center;
  padding:0;
  background:#101820;
}
.main-page-cm232 .mb-main-page__frame{
  position:relative;
  width:min(100vw,1920px);
  aspect-ratio:1920/3600;
  line-height:0;
  box-shadow:0 0 0 1px rgba(255,255,255,.10),0 24px 70px rgba(0,0,0,.40);
}
.main-page-cm232 .mb-main-page__image{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
  user-select:none;
}
.main-page-cm232 .mb-hero-display{
  position:absolute;
  z-index:2;
  display:block;
  object-fit:cover;
  pointer-events:none;
  image-rendering:auto;
}
.main-page-cm232 .mb-hero-display--01{left:5.46875%;top:36.80556%;width:30.46875%;height:11.75%;}
.main-page-cm232 .mb-hero-display--02{left:9.11458%;top:63.61111%;width:22.65625%;height:8.66667%;}
.main-page-cm232 .mb-hero-display--03{left:73.69792%;top:41.25%;width:22.91667%;height:6.66667%;}
.main-page-cm232 .mb-hero-display--04{left:69.16667%;top:65.55556%;width:22.5%;height:7.72222%;}
.main-page-cm232 .mb-hero-display--05{left:42.29167%;top:45.55556%;width:22.65625%;height:9.5%;}

.main-page-cm232 .mb-hotspot{
  position:absolute;
  z-index:3;
  display:block;
  border:0;
  padding:0;
  margin:0;
  background:rgba(255,255,255,0);
  cursor:pointer;
  text-decoration:none;
}
.main-page-cm232 .mb-hotspot:focus-visible{
  outline:2px solid rgba(72,211,255,.95);
  outline-offset:3px;
  border-radius:4px;
}
.main-page-cm232 .mb-hotspot--hero{
  cursor:zoom-in;
}
.main-page-cm232 .mb-hotspot--hero:hover,
.main-page-cm232 .mb-hotspot--link:hover{
  box-shadow:0 0 0 1px rgba(72,211,255,.18),0 0 24px rgba(72,211,255,.10);
}
/* Hero image regions based on 1920 x 3600 CorelDRAW preview coordinates */
.main-page-cm232 .mb-hotspot--hero-01{left:5.47%;top:36.81%;width:30.47%;height:11.75%;}
.main-page-cm232 .mb-hotspot--hero-02{left:9.11%;top:63.61%;width:22.66%;height:8.67%;}
.main-page-cm232 .mb-hotspot--hero-03{left:73.70%;top:41.25%;width:22.92%;height:6.67%;}
.main-page-cm232 .mb-hotspot--hero-04{left:69.17%;top:65.56%;width:22.50%;height:7.72%;}
.main-page-cm232 .mb-hotspot--hero-05{left:42.29%;top:45.56%;width:22.66%;height:9.50%;}
/* Navigation regions */
.main-page-cm232 .mb-hotspot--living{left:8.85%;top:57.00%;width:17.45%;height:4.30%;}
.main-page-cm232 .mb-hotspot--plants{left:30.20%;top:57.00%;width:18.80%;height:4.30%;}
.main-page-cm232 .mb-hotspot--technology{left:51.10%;top:57.00%;width:17.40%;height:4.30%;}
.main-page-cm232 .mb-hotspot--arina{left:72.90%;top:57.00%;width:18.90%;height:4.30%;}
.main-page-cm232 .mb-technology-note{
  position:absolute;
  left:-9999px;
  width:1px;
  height:1px;
  overflow:hidden;
}
.main-page-cm232 .image-lightbox img{
  max-width:96vw;
  max-height:92vh;
  background:rgba(2,10,16,.88);
}
@media(max-width:760px){
  .main-page-cm232 .mb-main-page__frame{
    width:100vw;
    box-shadow:none;
  }
}


/* CM235 HOTFIX: valid active main-page CSS for body.main-page-cm235. Restores responsive scaling, hero zoom hotspots, and navigation link hotspots. */
body.main-page-cm235{
  margin:0;
  background:#101820;
  color:#FAFAF4;
  font-family:Arial,"Segoe UI",sans-serif;
  overflow-x:hidden;
}
.main-page-cm235 .mb-main-page{
  width:100%;
  display:flex;
  justify-content:center;
  padding:0;
  background:#101820;
}
.main-page-cm235 .mb-main-page__frame{
  position:relative;
  width:min(100vw,1920px);
  aspect-ratio:1920/3600;
  line-height:0;
  box-shadow:0 0 0 1px rgba(255,255,255,.10),0 24px 70px rgba(0,0,0,.40);
}
.main-page-cm235 .mb-main-page__image{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
  user-select:none;
}
.main-page-cm235 .mb-hotspot{
  position:absolute;
  z-index:3;
  display:block;
  border:0;
  padding:0;
  margin:0;
  background:rgba(255,255,255,0);
  cursor:pointer;
  text-decoration:none;
}
.main-page-cm235 .mb-hotspot:focus-visible{
  outline:2px solid rgba(72,211,255,.95);
  outline-offset:3px;
  border-radius:4px;
}
.main-page-cm235 .mb-hotspot--hero{cursor:zoom-in;}
.main-page-cm235 .mb-hotspot--hero:hover,
.main-page-cm235 .mb-hotspot--link:hover{
  box-shadow:0 0 0 1px rgba(72,211,255,.18),0 0 24px rgba(72,211,255,.10);
}
/* Hero image regions based on 1920 x 3600 CorelDRAW composition */
.main-page-cm235 .mb-hotspot--hero-01{left:5.47%;top:36.81%;width:30.47%;height:11.75%;}
.main-page-cm235 .mb-hotspot--hero-02{left:9.11%;top:63.61%;width:22.66%;height:8.67%;}
.main-page-cm235 .mb-hotspot--hero-03{left:73.70%;top:41.25%;width:22.92%;height:6.67%;}
.main-page-cm235 .mb-hotspot--hero-04{left:69.17%;top:65.56%;width:22.50%;height:7.72%;}
.main-page-cm235 .mb-hotspot--hero-05{left:42.29%;top:45.56%;width:22.66%;height:9.50%;}
/* Navigation regions */
.main-page-cm235 .mb-hotspot--living{left:8.85%;top:57.00%;width:17.45%;height:4.30%;}
.main-page-cm235 .mb-hotspot--plants{left:30.20%;top:57.00%;width:18.80%;height:4.30%;}
.main-page-cm235 .mb-hotspot--technology{left:51.10%;top:57.00%;width:17.40%;height:4.30%;}
.main-page-cm235 .mb-hotspot--arina{left:72.90%;top:57.00%;width:18.90%;height:4.30%;}
.main-page-cm235 .image-lightbox img{
  max-width:96vw;
  max-height:92vh;
  background:rgba(2,10,16,.88);
}
@media(max-width:760px){
  .main-page-cm235 .mb-main-page__frame{
    width:100vw;
    box-shadow:none;
  }
}


/* CM238 HOTFIX: active main-page CSS for body.main-page-cm238. Restores responsive scaling, hero zoom hotspots, navigation link hotspots, and main-page-only language portal. */
body.main-page-cm238{
  margin:0;
  background:#101820;
  color:#FAFAF4;
  font-family:Arial,"Segoe UI",sans-serif;
  overflow-x:hidden;
}
.main-page-cm238 .mb-main-page{
  width:100%;
  display:flex;
  justify-content:center;
  padding:0;
  background:#101820;
}
.main-page-cm238 .mb-main-page__frame{
  position:relative;
  width:min(100vw,1920px);
  aspect-ratio:1920/3600;
  line-height:0;
  box-shadow:0 0 0 1px rgba(255,255,255,.10),0 24px 70px rgba(0,0,0,.40);
}
.main-page-cm238 .mb-main-page__image{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
  user-select:none;
}
.main-page-cm238 .mb-hotspot{
  position:absolute;
  z-index:3;
  display:block;
  border:0;
  padding:0;
  margin:0;
  background:rgba(255,255,255,0);
  cursor:pointer;
  text-decoration:none;
}
.main-page-cm238 .mb-hotspot:focus-visible{
  outline:2px solid rgba(72,211,255,.95);
  outline-offset:3px;
  border-radius:4px;
}
.main-page-cm238 .mb-hotspot--hero{cursor:zoom-in;}
.main-page-cm238 .mb-hotspot--hero:hover,
.main-page-cm238 .mb-hotspot--link:hover{
  box-shadow:0 0 0 1px rgba(72,211,255,.18),0 0 24px rgba(72,211,255,.10);
}
/* Hero image regions based on 1920 x 3600 CorelDRAW composition */
.main-page-cm238 .mb-hotspot--hero-01{left:5.47%;top:36.81%;width:30.47%;height:11.75%;}
.main-page-cm238 .mb-hotspot--hero-02{left:9.11%;top:63.61%;width:22.66%;height:8.67%;}
.main-page-cm238 .mb-hotspot--hero-03{left:73.70%;top:41.25%;width:22.92%;height:6.67%;}
.main-page-cm238 .mb-hotspot--hero-04{left:69.17%;top:65.56%;width:22.50%;height:7.72%;}
.main-page-cm238 .mb-hotspot--hero-05{left:42.29%;top:45.56%;width:22.66%;height:9.50%;}
/* Navigation regions */
.main-page-cm238 .mb-hotspot--living{left:8.85%;top:57.00%;width:17.45%;height:4.30%;}
.main-page-cm238 .mb-hotspot--plants{left:30.20%;top:57.00%;width:18.80%;height:4.30%;}
.main-page-cm238 .mb-hotspot--technology{left:51.10%;top:57.00%;width:17.40%;height:4.30%;}
.main-page-cm238 .mb-hotspot--arina{left:72.90%;top:57.00%;width:18.90%;height:4.30%;}
.main-page-cm238 .image-lightbox img{
  max-width:96vw;
  max-height:92vh;
  background:rgba(2,10,16,.88);
}
@media(max-width:760px){
  .main-page-cm238 .mb-main-page__frame{
    width:100vw;
    box-shadow:none;
  }
}

/* CM238 slim non-floating main-page language strip. Each language link opens its own new main-page edition. */
.main-page-cm238 .main-language-portal{
  position:relative;
  z-index:20;
  width:100%;
  max-width:min(100vw,1920px);
  margin:0 auto;
  padding:7px 14px 6px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  flex-wrap:nowrap;
  overflow-x:auto;
  overflow-y:hidden;
  white-space:nowrap;
  background:linear-gradient(90deg,rgba(2,10,20,.96),rgba(5,28,44,.92),rgba(2,10,20,.96));
  border-bottom:1px solid rgba(130,220,255,.24);
  box-shadow:0 6px 18px rgba(0,0,0,.28);
}
.main-page-cm238 .main-language-portal a{
  display:inline-flex;
  align-items:center;
  gap:5px;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  color:rgba(250,250,244,.84);
  font:500 clamp(10px,.64vw,12px)/1.15 Arial,"Segoe UI",sans-serif;
  letter-spacing:.025em;
  text-decoration:none;
  flex:0 0 auto;
}
.main-page-cm238 .main-language-portal a:hover,
.main-page-cm238 .main-language-portal a:focus-visible,
.main-page-cm238 .main-language-portal a.is-active{
  color:#ffffff;
  text-decoration:underline;
  text-underline-offset:3px;
}
.main-page-cm238 .main-language-portal .language-flag{
  width:16px;
  height:10px;
  border-radius:1px;
  object-fit:cover;
  box-shadow:0 0 0 1px rgba(255,255,255,.22);
}
body.lightbox-open .arina-launch,
body.lightbox-open .arina-panel{
  display:none !important;
}
@media(max-width:900px){
  .main-page-cm238 .main-language-portal{
    left:2.2%;
    right:2.2%;
    top:.65%;
    width:auto;
    justify-content:center;
    gap:.22rem;
  }
  .main-page-cm238 .main-language-portal a{
    min-height:1.55rem;
    padding:.22rem .38rem;
    font-size:10px;
  }
}


/* CM239 HOTFIX: language strip belongs above the main-page artwork, not inside/after the 1920x3600 frame. Non-floating, slim, linear portal. */
.main-page-cm239 .main-language-portal{
  position:relative !important;
  top:auto !important;
  left:auto !important;
  right:auto !important;
  z-index:40;
  width:100%;
  max-width:1920px;
  margin:0 auto;
  padding:5px 12px 5px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  flex-wrap:nowrap;
  overflow-x:auto;
  overflow-y:hidden;
  white-space:nowrap;
  background:linear-gradient(90deg,rgba(2,10,20,.96),rgba(5,28,44,.92),rgba(2,10,20,.96));
  border-bottom:1px solid rgba(130,220,255,.24);
  box-shadow:none;
  line-height:1;
}
.main-page-cm239 .main-language-portal a{
  min-height:auto;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  font:500 clamp(10px,.64vw,12px)/1.15 Arial,"Segoe UI",sans-serif;
}
.main-page-cm239 .main-language-portal .language-flag{
  width:16px;
  height:10px;
}
@media(max-width:900px){
  .main-page-cm239 .main-language-portal{
    width:100%;
    gap:8px;
    padding:5px 8px;
    justify-content:flex-start;
  }
}


/* CM305 LOCAL TEST — CONFIDENTIAL REVIEW ACCESS DEVICE */
.cm276-footer .cm305-confidential-trigger{
  appearance:none;
  border:0;
  background:transparent;
  color:inherit;
  font:inherit;
  letter-spacing:inherit;
  text-transform:inherit;
  padding:0;
  margin:0;
  cursor:pointer;
}
.cm276-footer .cm305-confidential-trigger:hover,
.cm276-footer .cm305-confidential-trigger:focus-visible{
  color:#7fd8ff;
  outline:none;
  text-shadow:0 0 14px rgba(86,196,255,.55);
}

.cm305-localtest-warning{
  position:fixed;
  top:10px;
  left:50%;
  transform:translateX(-50%);
  z-index:10020;
  padding:6px 14px;
  border:1px solid rgba(255,121,121,.65);
  border-radius:999px;
  background:rgba(88,8,8,.90);
  color:#fff;
  font:700 11px/1 Arial,sans-serif;
  letter-spacing:.14em;
  pointer-events:none;
  box-shadow:0 6px 24px rgba(0,0,0,.35);
}

.cm305-access-overlay{
  position:fixed;
  inset:0;
  z-index:10010;
  display:none;
  align-items:center;
  justify-content:center;
  padding:24px;
  background:rgba(2,8,16,.79);
  backdrop-filter:blur(10px);
}
.cm305-access-overlay.is-open{display:flex}

.cm305-access-device{
  position:relative;
  width:min(460px,94vw);
  max-height:92vh;
  overflow:auto;
  padding:30px 28px 26px;
  border:1px solid rgba(93,190,232,.45);
  border-radius:26px;
  background:
    radial-gradient(circle at 50% 0%,rgba(33,111,154,.22),transparent 38%),
    linear-gradient(180deg,#101b27 0%,#07111b 100%);
  box-shadow:
    0 30px 80px rgba(0,0,0,.58),
    inset 0 1px 0 rgba(255,255,255,.08),
    0 0 40px rgba(40,153,211,.16);
  color:#edf8ff;
  text-align:center;
  font-family:Arial,sans-serif;
}
.cm305-access-device::before{
  content:"";
  position:absolute;
  inset:10px;
  border:1px solid rgba(255,255,255,.045);
  border-radius:19px;
  pointer-events:none;
}
.cm305-access-close{
  position:absolute;
  right:15px;
  top:12px;
  width:34px;
  height:34px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:50%;
  background:rgba(255,255,255,.04);
  color:#cfe8f5;
  font-size:24px;
  cursor:pointer;
}
.cm305-access-kicker{
  color:#69c7f1;
  font-size:11px;
  font-weight:700;
  letter-spacing:.22em;
}
.cm305-access-device h2{
  margin:8px 0 7px;
  font-size:27px;
  letter-spacing:.08em;
  font-weight:600;
}
.cm305-access-copy{
  margin:0 0 18px;
  color:#9eb3c2;
  font-size:13px;
}
.cm305-led-row{
  display:flex;
  justify-content:center;
  gap:14px;
  margin:8px 0 18px;
}
.cm305-led{
  width:12px;
  height:12px;
  border-radius:50%;
  background:#26323a;
  box-shadow:inset 0 0 5px rgba(0,0,0,.85),0 0 0 1px rgba(255,255,255,.08);
}
.cm305-led.is-green{
  background:#4cff88;
  box-shadow:0 0 8px #4cff88,0 0 19px rgba(76,255,136,.70);
}
.cm305-led.is-red{
  background:#ff4f5e;
  box-shadow:0 0 8px #ff4f5e,0 0 19px rgba(255,79,94,.70);
}
.cm305-led.is-blinking{animation:cm305-led-blink .72s infinite alternate}
@keyframes cm305-led-blink{from{opacity:.38}to{opacity:1}}

.cm305-code-display{
  margin:0 auto 17px;
  width:80%;
  padding:13px 10px;
  border:1px solid rgba(108,197,240,.25);
  border-radius:12px;
  background:#02070b;
  box-shadow:inset 0 0 18px rgba(0,0,0,.78);
  color:#dff7ff;
  font:600 24px/1.2 "Courier New",monospace;
  letter-spacing:.28em;
}

.cm305-keypad{
  width:min(330px,100%);
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
}
.cm305-keypad button{
  min-height:54px;
  border:1px solid rgba(118,195,231,.30);
  border-radius:12px;
  background:linear-gradient(180deg,#1c2c39,#0c1720);
  color:#eefaff;
  font:600 18px/1 Arial,sans-serif;
  cursor:pointer;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.07),0 5px 13px rgba(0,0,0,.22);
}
.cm305-keypad button:hover,
.cm305-keypad button:focus-visible{
  border-color:#6acbf7;
  outline:none;
  box-shadow:0 0 17px rgba(77,188,239,.24),inset 0 1px 0 rgba(255,255,255,.09);
}
.cm305-keypad .cm305-key-clear{font-size:12px;color:#ffb9bf}
.cm305-keypad .cm305-key-enter{font-size:11px;color:#9fe8bf}

.cm305-access-status{
  margin:18px 0 0;
  min-height:18px;
  color:#7e929f;
  font-size:12px;
  font-weight:700;
  letter-spacing:.16em;
}
.cm305-access-status.is-authorized{color:#63f39a}
.cm305-access-status.is-denied{color:#ff6b76}

.cm305-download-panel{
  margin-top:20px;
  padding-top:18px;
  border-top:1px solid rgba(255,255,255,.08);
}
.cm305-download-heading{
  margin-bottom:12px;
  color:#d8e9f1;
  font-size:11px;
  font-weight:700;
  letter-spacing:.13em;
}
.cm305-download-panel a{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  margin:8px 0;
  padding:12px 13px;
  border:1px solid rgba(95,191,234,.23);
  border-radius:10px;
  background:rgba(27,64,82,.20);
  color:#e9f9ff;
  text-decoration:none;
  text-align:left;
  font-size:11px;
  letter-spacing:.07em;
}
.cm305-download-panel a:hover{border-color:#69c9f5;background:rgba(37,103,134,.25)}
.cm305-download-panel a span{color:#65cffb;font-weight:700}
.cm305-test-note{
  margin-top:18px;
  color:#ffbe72;
  font-size:10px;
  letter-spacing:.12em;
}
