:root {
  --bg:#101322;
  --panel:#191d30;
  --text:#f5f5ef;
  --muted:#a7adbf;
  --lime:#d6fa83;
  --line:#303549;
}
* {
  box-sizing:border-box;
}
html {
  scroll-behavior:smooth;
  scroll-padding-top:24px;
}
body {
  margin:0;
  background:var(--bg);
  color:var(--text);
  font-family:Arial,Helvetica,sans-serif;
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
}
a {
  color:inherit;
  text-decoration:none;
}
button,a,summary {
  -webkit-tap-highlight-color:transparent;
}
a:focus-visible,summary:focus-visible {
  outline:3px solid var(--lime);
  outline-offset:6px;
}
p {
  color:var(--muted);
  margin:0 0 22px;
}
h1,h2,h3 {
  line-height:1.12;
  letter-spacing:-.045em;
  margin:0 0 20px;
}
h1 {
  font-size:clamp(42px,5.5vw,76px);
  font-weight:600;
}
h2 {
  font-size:clamp(30px,3.3vw,44px);
  font-weight:500;
}
h3 {
  font-size:23px;
  font-weight:500;
}
img {
  max-width:100%;
  object-fit:contain;
}
.wrap {
  width:min(1220px,calc(100% - 96px));
  margin-inline:auto;
}
.announcement {
  background:var(--lime);
  color:#1b2520;
  text-align:center;
  font-size:11px;
  font-weight:700;
  letter-spacing:.07em;
  padding:9px 20px;
}
.announcement-location {
  margin-left:28px;
  font-weight:400;
}
.status-dot {
  display:inline-block;
  width:7px;
  height:7px;
  background:var(--lime);
  border-radius:50%;
  vertical-align:middle;
  margin-right:8px;
}
.announcement .status-dot {
  background:#34482a;
}
.header {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  padding-block:28px;
  border-bottom:1px solid var(--line);
}
.brand {
  display:flex;
  align-items:center;
  gap:10px;
  font-size:21px;
  font-weight:700;
  letter-spacing:-.06em;
  line-height:1.1;
}
.brand-light {
  font-weight:400;
}
.brand-mark {
  font-size:43px;
  color:var(--lime);
}
.brand small {
  display:block;
  font-size:8px;
  font-weight:500;
  letter-spacing:.25em;
  margin-top:7px;
}
.header nav {
  display:flex;
  gap:28px;
  font-size:13px;
  color:#d2d5df;
}
.header nav a:hover,.footer a:hover,.text-link:hover {
  color:var(--lime);
}
.button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:30px;
  background:var(--lime);
  color:#16201a;
  padding:16px 24px;
  border-radius:8px;
  font-size:14px;
  font-weight:700;
  line-height:1.5;
  transition:background .2s,transform .2s;
}
.button:hover {
  background:#e5ffad;
  transform:translateY(-2px);
}
.button-small {
  padding:11px 18px;
}
.hero {
  display:grid;
  grid-template-columns:1.1fr 1fr;
  gap:20px;
  align-items:center;
  min-height:665px;
  padding-block:65px;
}
.eyebrow {
  display:block;
  font-size:10px;
  font-weight:700;
  letter-spacing:.16em;
  color:var(--muted);
  margin-bottom:20px;
}
.hero .eyebrow {
  color:#c2c9bc;
}
.hero h1 {
  font-size:clamp(55px,6.5vw,88px);
  line-height:1.025;
  letter-spacing:-.065em;
}
.lime {
  color:var(--lime);
}
h1 .lime {
  display:block;
}
.hero-description {
  max-width:420px;
  font-size:16px;
  line-height:1.8;
}
.actions {
  display:flex;
  align-items:center;
  gap:26px;
  margin-top:28px;
}
.text-link {
  font-size:13px;
  display:inline-block;
}
.hero-proof {
  display:flex;
  gap:24px;
  font-size:11px;
  color:var(--muted);
  margin-top:36px;
}
.orbit-scene {
  overflow:hidden;
  height:490px;
  position:relative;
  isolation:isolate;
  background:radial-gradient(ellipse at 52% 53%,#7162a63b,transparent 66%);
}
.planet {
  position:absolute;
  width:290px;
  height:290px;
  left:24%;
  top:22%;
  border-radius:50%;
  background:radial-gradient(circle at 32% 25%,#b4a3df,#77639f 39%,#332c50 72%);
  box-shadow:inset -25px -30px 55px #111323,0 0 90px #7b5ddc1a;
  z-index:-1;
}
.orbit {
  position:absolute;
  left:2%;
  top:27%;
  width:102%;
  height:220px;
  border:1px solid #7a718b77;
  border-radius:50%;
  transform:rotate(-32deg);
  z-index:-1;
}
.orbit-two {
  transform:rotate(35deg);
  height:300px;
  top:19%;
  left:12%;
  width:80%;
  border-color:#77718a44;
}
.space-phone {
  width:174px;
  height:326px;
  position:absolute;
  left:38%;
  top:15%;
  padding:7px;
  background:linear-gradient(120deg,#c2bbd7,#282637 35%,#a8a1b9);
  border-radius:31px;
  transform:rotate(14deg);
  box-shadow:20px 25px 35px #080b1777;
}
.phone-screen {
  height:100%;
  border-radius:25px;
  background:radial-gradient(ellipse at 85% 13%,#d0dcb4,transparent 50%),linear-gradient(160deg,#9181b3,#514675 50%,#303245);
  padding:75px 18px 20px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}
.phone-screen span {
  font-size:43px;
  line-height:.95;
  letter-spacing:-.06em;
  color:#fff;
}
.phone-screen small {
  font-size:6px;
  letter-spacing:.18em;
}
.phone-camera {
  position:absolute;
  width:54px;
  height:16px;
  border-radius:20px;
  background:#161821;
  left:60px;
  top:14px;
}
.star {
  position:absolute;
  color:var(--lime);
}
.star-one {
  font-size:45px;
  right:8%;
  top:12%;
}
.star-two {
  font-size:24px;
  left:12%;
  bottom:17%;
}
.space-label {
  position:absolute;
  left:10%;
  top:8%;
  font-size:8px;
  letter-spacing:.18em;
  color:#b4abc4;
}
.coordinate {
  position:absolute;
  bottom:2%;
  right:10%;
  font-size:8px;
  letter-spacing:.17em;
  color:var(--muted);
}
.satellite {
  position:absolute;
  background:#222638e8;
  border:1px solid #4a4d62;
  border-radius:10px;
  padding:14px 17px;
  font-size:11px;
  box-shadow:0 10px 25px #090c1933;
}
.satellite-top {
  right:-1%;
  top:38%;
  transform:rotate(-7deg);
}
.satellite-top span {
  color:var(--lime);
  margin-right:7px;
}
.satellite-bottom {
  bottom:15%;
  left:14%;
  font-size:8px;
  letter-spacing:.09em;
  transform:rotate(-5deg);
}
.trust-strip {
  border-block:1px solid var(--line);
  background:#151828;
}
.trust-strip .wrap {
  display:flex;
  justify-content:space-between;
  gap:24px;
  padding-block:22px;
  font-size:12px;
  color:#c0c5d2;
}
.trust-strip span:first-child {
  font-size:9px;
  letter-spacing:.14em;
  color:var(--lime);
}
.section {
  padding-block:78px;
}
.section-heading {
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:30px;
  margin-bottom:32px;
}
.section-heading h2 {
  margin-bottom:0;
}
.section-heading p {
  font-size:13px;
  margin:0;
}
.category-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}
.category-card {
  position:relative;
  background:var(--panel);
  padding:28px;
  border:1px solid var(--line);
  border-radius:12px;
  transition:transform .2s,border-color .2s;
}
.category-card:hover {
  transform:translateY(-4px);
  border-color:#a2b77e;
}
.category-icon {
  display:flex;
  align-items:center;
  justify-content:center;
  width:44px;
  height:44px;
  border:1px solid #4a4d67;
  border-radius:11px;
  color:#bca9f4;
  font-size:30px;
  margin-bottom:27px;
  line-height:1;
}
.category-card h3 {
  margin-bottom:9px;
}
.category-card p {
  font-size:12px;
  margin:0;
}
.card-arrow {
  position:absolute;
  right:26px;
  top:28px;
  color:#b0b7c8;
  font-size:20px;
}
.steps {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:40px;
}
.steps article {
  border-top:1px solid var(--line);
  padding-top:26px;
}
.step-number {
  font-size:12px;
  color:var(--lime);
  display:block;
  margin-bottom:28px;
}
.steps p {
  font-size:14px;
  margin-bottom:0;
  max-width:340px;
}
.steps h2 {
  font-size:25px;
}
.featured-section {
  background:#161a2b;
  border-block:1px solid var(--line);
}
.device-grid {
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}
.device-card {
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:12px;
  background:#202437;
  transition:transform .2s,border-color .2s;
}
.device-card:hover {
  transform:translateY(-4px);
  border-color:#98a77d;
}
.device-image {
  isolation:isolate;
  height:200px;
  background:#f4f3f0;
  padding:25px;
}
.device-image img {
  width:100%;
  height:100%;
  mix-blend-mode:multiply;
}
.device-copy {
  padding:20px;
}
.device-copy .eyebrow {
  font-size:8px;
  margin-bottom:12px;
  text-transform:uppercase;
}
.device-copy h3 {
  font-size:19px;
  min-height:43px;
  margin-bottom:20px;
}
.device-price {
  display:flex;
  justify-content:space-between;
  gap:8px;
  border-top:1px solid #3a3e51;
  padding-top:14px;
  color:var(--lime);
  font-size:11px;
}
.fine-print {
  font-size:11px;
  margin:22px 0 0;
}
.faq-section {
  display:grid;
  grid-template-columns:1fr 1.3fr;
  gap:70px;
}
.faq-section>div>p {
  font-size:14px;
}
details {
  border-bottom:1px solid var(--line);
  padding-block:20px;
}
details:first-child {
  border-top:1px solid var(--line);
}
summary {
  cursor:pointer;
  font-size:15px;
  padding-right:15px;
}
details p {
  font-size:14px;
  margin:16px 0 0;
}
.visit {
  border:1px solid #424b48;
  border-radius:18px;
  padding:50px;
  background:radial-gradient(ellipse at 0 100%,#2f413c 0,transparent 65%),#1a2530;
  display:grid;
  grid-template-columns:1.3fr 1fr;
  gap:80px;
  margin-bottom:75px;
}
.visit p {
  font-size:14px;
  max-width:440px;
}
.visit h2 {
  font-size:45px;
}
.location-card {
  border-left:1px solid #455253;
  padding-left:45px;
  align-self:center;
}
.location-card h3 {
  font-size:22px;
}
.location-card p {
  font-size:13px;
}
.location-symbol {
  font-size:38px;
  color:var(--lime);
  display:block;
  margin-bottom:15px;
}
.location-card .text-link {
  color:var(--lime);
}
.footer {
  display:grid;
  grid-template-columns:1fr .7fr 1.1fr;
  gap:45px;
  padding-bottom:25px;
}
.footer h2 {
  font-size:12px;
  letter-spacing:0;
  margin-bottom:22px;
}
.footer p,.footer a:not(.brand) {
  font-size:12px;
  color:var(--muted);
  display:block;
  margin-bottom:10px;
}
.footer .brand {
  font-size:20px;
  margin-bottom:20px;
}
.footer-bottom {
  grid-column:1/-1;
  border-top:1px solid var(--line);
  padding-top:22px;
  display:flex;
  justify-content:space-between;
  color:var(--muted);
  font-size:10px;
}
.page-heading {
  padding:45px 0 60px;
  max-width:800px;
}
.page-heading p {
  max-width:620px;
  font-size:17px;
}
.breadcrumb {
  font-size:12px;
  color:var(--muted);
}
.product-detail {
  display:grid;
  grid-template-columns:1fr 1fr;
  align-items:center;
  gap:65px;
  margin:40px 0 75px;
}
.product-detail h1 {
  font-size:clamp(36px,4vw,58px);
}
.product-photo {
  isolation:isolate;
  border-radius:18px;
  background:#f4f3f0;
  padding:45px;
}
.product-photo img {
  mix-blend-mode:multiply;
  width:100%;
  height:auto;
}
.quote-panel {
  padding:24px;
  background:var(--panel);
  border:1px solid var(--line);
  border-radius:10px;
  margin:25px 0;
}
.quote-panel h2 {
  font-size:30px;
  color:var(--lime);
}
.quote-panel p {
  font-size:13px;
  margin:0;
}
.pricing-heading {
  margin-top:80px;
}
.mobile-contact {
  display:none;
}
.skip {
  position:absolute;
  top:-100px;
  left:20px;
  background:var(--lime);
  color:#111;
  padding:12px;
  z-index:10;
}
.skip:focus {
  top:10px;
}
@media(min-width:1500px) {
  .hero {
    min-height:710px;
  }
}
@media(max-width:1050px) {
  .wrap {
    width:calc(100% - 56px);
  }
  .header nav {
    gap:16px;
    font-size:12px;
  }
  .header-call {
    display:none;
  }
  .hero {
    gap:0;
    min-height:600px;
  }
  .hero h1 {
    font-size:66px;
  }
  .orbit-scene {
    transform:scale(.9);
    transform-origin:center;
  }
  .satellite-top {
    right:-5%;
  }
  .actions {
    gap:18px;
    flex-wrap:wrap;
  }
  .device-grid {
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .device-image {
    height:230px;
  }
  .visit {
    gap:35px;
    padding:35px;
  }
  .visit h2 {
    font-size:38px;
  }
  .trust-strip .wrap {
    font-size:10px;
    gap:14px;
  }
  .steps {
    gap:25px;
  }
}
@media(max-width:760px) {
  .wrap {
    width:calc(100% - 36px);
  }
  .announcement {
    font-size:9px;
  }
  .announcement-location {
    display:none;
  }
  .header {
    padding-block:20px;
    flex-wrap:wrap;
    gap:20px;
  }
  .brand {
    font-size:20px;
  }
  .header nav {
    width:100%;
    justify-content:space-between;
    gap:8px;
    font-size:11px;
  }
  .hero {
    grid-template-columns:1fr;
    padding-top:45px;
    padding-bottom:25px;
  }
  .hero h1 {
    font-size:clamp(54px,12vw,80px);
  }
  .hero-description {
    font-size:15px;
    max-width:480px;
  }
  .hero .eyebrow {
    font-size:9px;
  }
  .hero-proof {
    font-size:10px;
    margin-top:26px;
  }
  .orbit-scene {
    height:400px;
    width:min(430px,100%);
    margin:10px auto 0;
    transform:none;
  }
  .planet {
    width:240px;
    height:240px;
    left:20%;
  }
  .space-phone {
    width:145px;
    height:270px;
    left:35%;
    top:12%;
    border-radius:28px;
  }
  .phone-screen {
    padding-top:65px;
  }
  .phone-screen span {
    font-size:36px;
  }
  .phone-camera {
    left:47px;
  }
  .satellite-top {
    right:0;
    font-size:9px;
    padding:11px;
  }
  .satellite-bottom {
    left:6%;
    bottom:13%;
    font-size:7px;
  }
  .orbit {
    width:100%;
    left:0;
    height:170px;
  }
  .orbit-two {
    height:255px;
    left:7%;
    width:87%;
  }
  .space-label {
    left:5%;
    font-size:7px;
  }
  .coordinate {
    right:4%;
  }
  .trust-strip .wrap {
    display:grid;
    grid-template-columns:1fr 1fr;
    font-size:10px;
    gap:12px;
  }
  .section {
    padding-block:52px;
  }
  .section-heading {
    align-items:start;
    flex-direction:column;
    gap:18px;
  }
  .section-heading p br {
    display:none;
  }
  .category-grid {
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
  }
  .category-card {
    padding:20px 16px;
  }
  .category-card h3 {
    font-size:21px;
  }
  .category-card p {
    font-size:11px;
  }
  .card-arrow {
    right:15px;
    top:20px;
  }
  .category-icon {
    margin-bottom:22px;
  }
  .steps {
    grid-template-columns:1fr;
    gap:28px;
  }
  .steps p {
    max-width:none;
  }
  .step-number {
    margin-bottom:16px;
  }
  .steps h3 {
    margin-bottom:12px;
  }
  .device-grid {
    gap:12px;
  }
  .device-image {
    height:160px;
    padding:18px;
  }
  .device-copy {
    padding:15px;
  }
  .device-copy h3 {
    font-size:17px;
    min-height:40px;
  }
  .device-price {
    font-size:10px;
  }
  .faq-section {
    grid-template-columns:1fr;
    gap:15px;
  }
  .visit {
    grid-template-columns:1fr;
    padding:30px 24px;
    gap:30px;
    margin-bottom:50px;
  }
  .visit h2 {
    font-size:36px;
  }
  .location-card {
    border-left:0;
    border-top:1px solid #455253;
    padding:25px 0 0;
  }
  .footer {
    grid-template-columns:1fr 1fr;
    gap:25px;
    padding-bottom:95px;
  }
  .footer>div:first-child {
    grid-column:1/-1;
  }
  .footer-bottom {
    display:block;
  }
  .footer-bottom span {
    display:block;
    margin-top:8px;
  }
  .mobile-contact {
    position:fixed;
    bottom:0;
    left:0;
    right:0;
    z-index:5;
    display:flex;
    gap:10px;
    padding:10px 18px max(10px,env(safe-area-inset-bottom));
    background:#101322f5;
    border-top:1px solid var(--line);
  }
  .mobile-contact a {
    flex:1;
    text-align:center;
    font-size:12px;
    background:var(--lime);
    color:#16201a;
    border-radius:7px;
    padding:12px 8px;
    font-weight:700;
  }
  .mobile-contact a:last-child {
    background:#252b3c;
    color:#fff;
    flex:.7;
  }
  .product-detail {
    grid-template-columns:1fr;
    gap:30px;
    margin-bottom:45px;
  }
  .product-photo {
    padding:30px;
  }
  .product-photo img {
    max-height:280px;
  }
  .page-heading {
    padding-block:30px 40px;
  }
  .page-heading p {
    font-size:15px;
  }
  .pricing-heading {
    margin-top:50px;
  }
}
@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto;
  }
  * {
    transition:none!important;
  }
}

/* Recently released devices and searchable catalog. */
.release-wrap { padding-top: 44px; }
.release-offer {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  padding: 32px;
  border: 1px solid #536345;
  border-radius: 14px;
  background: linear-gradient(115deg, #283329, #202437);
}
.release-offer h2 { font-size: clamp(25px, 3vw, 36px); }
.release-offer .eyebrow { color: var(--lime); margin-bottom: 12px; }
.release-offer p { max-width: 650px; font-size: 14px; }
.release-offer .fine-print { font-size: 11px; margin: 0; }
.release-offer .button { white-space: nowrap; }
.release-orbit { font-size: 44px; color: var(--lime); }
.pricing-steps { margin-top: 50px; }
.device-image.illustrated { padding: 0; background: #202437; }
.device-illustration { height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; background: #202437; }
.device-illustration img { width: 100%; height: calc(100% - 24px); min-height: 0; object-fit: contain; mix-blend-mode: normal; }
.device-illustration span { font-size: 9px; color: #c0b9ce; padding: 3px 8px 7px; }
.product-photo:has(.device-illustration) { background: #202437; padding: 25px; }
.product-photo .device-illustration img { height: 300px; max-height: 100%; }
.device-card { display: flex; flex-direction: column; }
.device-copy { flex: 1; display: flex; flex-direction: column; }
.device-price { margin-top: auto; }
.catalog-search { margin: 20px 0 35px; }
.catalog-search label { display: block; margin-bottom: 10px; font-size: 15px; }
.catalog-search input { display: block; width: min(100%, 580px); font: inherit; font-size: 16px; padding: 16px 18px; color: var(--text); background: var(--panel); border: 1px solid #798195; border-radius: 8px; }
.catalog-search input::placeholder { color: #b5bbcc; }
.catalog-search input:focus-visible { outline: 2px solid var(--lime); outline-offset: 3px; }
.catalog-search .fine-print { margin-top: 10px; }
.catalog-group { margin-bottom: 45px; }
.catalog-group > h2 { font-size: 28px; }
.model-notes { font-size: 15px; }
[hidden] { display: none !important; }
@media (max-width: 1050px) {
  .release-offer { grid-template-columns: auto minmax(0, 1fr); }
  .release-offer .button { grid-column: 2; justify-self: start; }
}
@media (max-width: 760px) {
  .release-offer { grid-template-columns: 1fr; padding: 24px; gap: 15px; }
  .release-orbit { display: none; }
  .release-offer .button { grid-column: 1; white-space: normal; }
  .device-illustration span { font-size: 8px; }
  .product-photo .device-illustration img { height: 220px; }
}
.category-card:last-child:nth-child(3n + 1) {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  column-gap: 20px;
  align-items: center;
}
.category-card:last-child:nth-child(3n + 1) .category-icon {
  grid-row: 1 / 3;
  margin: 0;
}
.category-card:last-child:nth-child(3n + 1) h3 { margin: 0 30px 6px 0; }

/* Local manufacturer photos retain their proportions on cards and detail pages. */
.device-photograph { height: 100%; display: flex; flex-direction: column; align-items: center; gap: 8px; }
/* Multiply blends white photo backdrops into the warm card background. */
.device-photograph img { object-fit: contain; min-height: 0; flex: 1; mix-blend-mode: multiply; }
.device-photograph span { flex: none; font-size: 10px; line-height: 1.3; color: #555b66; }
.product-photo .device-photograph img { width: 100%; height: 340px; flex: none; }
@media (max-width: 600px) {
  .product-photo .device-photograph img { height: 240px; }
}
