:root {
  --st-ink: #071827;
  --st-navy: #0b2a3d;
  --st-teal: #00a7a7;
  --st-cyan: #39d0d8;
  --st-amber: #ffb547;
  --st-mist: #eff7f7;
  --st-sky: #e8f1f7;
  --st-sand: #fff7e8;
  --st-line: #d8e5e8;
  --st-white: #fff;
  --st-shadow: 0 24px 60px rgba(7, 24, 39, 0.13);
  --st-wide: 1240px;
}

html { scroll-behavior: smooth; }
body {
  overflow-x: hidden;
  background:
    radial-gradient(circle at 8% 18%, rgba(57, 208, 216, 0.10), transparent 24rem),
    linear-gradient(180deg, #f8fbfb 0%, #edf4f5 100%);
}
body.admin-bar .starlink-site-header { top: 32px; }
img { height: auto; }

.starlink-site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  border-bottom: 1px solid rgba(216, 229, 232, 0.85);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 35px rgba(7, 24, 39, 0.05);
  backdrop-filter: blur(12px);
}

.starlink-header-inner {
  min-height: 82px;
}

.starlink-logo { display: inline-flex; align-items: center; }
.starlink-logo img { display: block; width: min(276px, 46vw); max-height: 64px; object-fit: contain; object-position: left center; }
.starlink-logo .custom-logo-link { display: inline-flex; }
.starlink-logo .custom-logo { width: auto; max-width: 276px; max-height: 64px; }

.starlink-header-actions { gap: 1rem; }
.starlink-nav { display: flex; align-items: center; gap: clamp(0.65rem, 1.5vw, 1.25rem); }
.starlink-nav a { color: var(--st-ink); font-size: 0.93rem; font-weight: 700; text-decoration: none; }
.starlink-nav a:hover, .starlink-nav a:focus-visible, .starlink-nav a[aria-current="page"] { color: var(--st-teal); }
.starlink-nav--mobile, .starlink-menu-toggle { display: none; }

.starlink-language-list { display: flex; align-items: center; gap: 0.35rem; margin: 0; padding: 0; list-style: none; }
.starlink-language-list a, .starlink-language-list span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0.2rem 0.55rem;
  border: 1px solid var(--st-line);
  border-radius: 999px;
  color: var(--st-navy);
  font-size: 0.78rem;
  font-weight: 800;
  text-decoration: none;
}
.starlink-language-list .current-lang a, .starlink-language-list .is-current { border-color: var(--st-teal); background: var(--st-mist); color: var(--st-teal); }

.starlink-hero {
  position: relative;
  isolation: isolate;
  min-height: min(760px, calc(100vh - 82px));
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 18%, rgba(57, 208, 216, 0.28), transparent 30%),
    linear-gradient(125deg, #071827 0%, #0b2a3d 57%, #0a3e4a 100%);
}
.starlink-hero::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background-image:
    linear-gradient(rgba(57, 208, 216, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(57, 208, 216, 0.055) 1px, transparent 1px);
  background-size: 54px 54px;
  content: "";
  mask-image: linear-gradient(to bottom, #000, transparent 88%);
}
.starlink-hero::after {
  position: absolute;
  z-index: -1;
  top: 50%;
  right: -9rem;
  width: min(48vw, 650px);
  aspect-ratio: 1;
  transform: translateY(-50%);
  border: 1px solid rgba(57, 208, 216, 0.24);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(57, 208, 216, 0.04), 0 0 0 140px rgba(57, 208, 216, 0.025);
  content: "";
}
.starlink-hero .wp-block-cover__inner-container { width: 100%; }
.starlink-eyebrow { margin-bottom: 1rem; color: var(--st-cyan); font-size: 0.82rem; font-weight: 850; letter-spacing: 0.13em; text-transform: uppercase; }
.starlink-hero h1 { max-width: 920px; margin-top: 0; color: var(--st-white); letter-spacing: -0.045em; }
.starlink-hero-copy { max-width: 690px; color: #dcebed; font-size: clamp(1.05rem, 1.2vw + 0.8rem, 1.35rem); }
.starlink-trust-row { display: flex; flex-wrap: wrap; gap: 0.75rem 1.4rem; margin-top: 2rem; color: #dcebed; font-size: 0.9rem; }
.starlink-trust-row span::before { margin-right: 0.45rem; color: var(--st-amber); content: "◆"; }

.wp-block-button.is-style-starlink-outline .wp-block-button__link { border: 1px solid rgba(255, 255, 255, 0.65); background: transparent; color: #fff; }
.wp-block-button.is-style-starlink-outline .wp-block-button__link:hover { border-color: var(--st-cyan); background: rgba(57, 208, 216, 0.1); }
.wp-element-button, .wp-block-button__link { transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease; }
.wp-element-button:hover, .wp-block-button__link:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(0, 167, 167, 0.2); }

.starlink-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-top: clamp(4.5rem, 8vw, 7rem);
  padding-bottom: clamp(4.5rem, 8vw, 7rem);
  background:
    radial-gradient(circle at 92% 8%, rgba(57, 208, 216, 0.10), transparent 24rem),
    linear-gradient(145deg, #f8fbfb 0%, #edf4f5 100%);
}
.starlink-section::before {
  position: absolute;
  z-index: -1;
  top: clamp(2rem, 6vw, 5rem);
  right: -8rem;
  width: 22rem;
  height: 22rem;
  border: 1px solid rgba(0, 167, 167, 0.12);
  border-radius: 50%;
  box-shadow: 0 0 0 3.5rem rgba(57, 208, 216, 0.025), 0 0 0 7rem rgba(57, 208, 216, 0.018);
  content: "";
}
.starlink-section--mist {
  background:
    radial-gradient(circle at 8% 90%, rgba(255, 181, 71, 0.13), transparent 23rem),
    linear-gradient(135deg, #e7f3f4 0%, #f4f8f6 54%, #fff8eb 100%);
}
.starlink-section--mist::before { right: auto; left: -9rem; border-color: rgba(255, 181, 71, 0.20); }
.starlink-section--dark {
  background:
    radial-gradient(circle at 83% 24%, rgba(57, 208, 216, 0.18), transparent 25rem),
    linear-gradient(135deg, var(--st-ink), #0b3042 72%, #0b4148);
  color: #dcebed;
}
.starlink-section--dark::before { border-color: rgba(57, 208, 216, 0.16); box-shadow: 0 0 0 3.5rem rgba(57, 208, 216, 0.035), 0 0 0 7rem rgba(57, 208, 216, 0.02); }
.starlink-section--dark h2, .starlink-section--dark h3 { color: #fff; }
.starlink-section > .wp-block-group.alignwide {
  box-sizing: border-box;
  width: min(calc(100% - 2rem), var(--st-wide));
  max-width: var(--st-wide) !important;
}
.starlink-section .wp-block-shortcode,
.starlink-section .wp-block-html,
.starlink-section .wp-block-post-content {
  box-sizing: border-box;
  width: 100%;
  max-width: var(--st-wide) !important;
}
.starlink-section-heading { position: relative; max-width: 760px !important; margin-bottom: clamp(2rem, 4vw, 3.5rem); padding-left: 1.15rem; }
.starlink-section-heading::before { position: absolute; top: .3rem; bottom: .3rem; left: 0; width: 4px; border-radius: 999px; background: linear-gradient(var(--st-cyan), var(--st-teal)); content: ""; }
.starlink-section-heading h2 { margin-top: 0; margin-bottom: 0.8rem; font-size: clamp(2rem, 3vw + 1rem, 3.6rem); letter-spacing: -0.035em; }
.starlink-section-heading p { max-width: 680px; color: #516570; }
.starlink-section--dark .starlink-section-heading p { color: #c4d9dd; }

.starlink-category-grid, .starlink-product-grid, .starlink-service-grid, .starlink-solution-grid, .starlink-values-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}
.starlink-category-card, .starlink-service-card, .starlink-solution-card, .starlink-value-card {
  --card-accent: var(--st-teal);
  --card-tint: #edf8f7;
  position: relative;
  min-height: 100%;
  box-sizing: border-box;
  padding: clamp(1.6rem, 2.7vw, 2.35rem);
  overflow: hidden;
  border: 1px solid rgba(11, 42, 61, 0.14);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(255,255,255,.98), var(--card-tint));
  box-shadow: 0 14px 38px rgba(7, 24, 39, 0.09), inset 0 1px 0 rgba(255,255,255,.9);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}
.starlink-category-card::before, .starlink-service-card::before, .starlink-solution-card::before, .starlink-value-card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--card-accent), color-mix(in srgb, var(--card-accent) 22%, transparent));
  content: "";
}
.starlink-category-card:nth-child(3n+2), .starlink-service-card:nth-child(3n+2), .starlink-solution-card:nth-child(3n+2), .starlink-value-card:nth-child(3n+2) { --card-accent: #2878a0; --card-tint: #eef5fb; }
.starlink-category-card:nth-child(3n+3), .starlink-service-card:nth-child(3n+3), .starlink-solution-card:nth-child(3n+3), .starlink-value-card:nth-child(3n+3) { --card-accent: #dc8b24; --card-tint: #fff7e9; }
.starlink-category-card { display: flex; align-items: center; min-height: 140px; color: var(--st-navy); font-size: 1.05rem; font-weight: 800; text-decoration: none; }
.starlink-category-card::after { position: absolute; right: 1.4rem; color: var(--st-teal); font-size: 1.4rem; content: "↗"; }
.starlink-category-card:hover { border-color: var(--st-teal); transform: translateY(-3px); box-shadow: var(--st-shadow); }
.starlink-service-card:hover, .starlink-solution-card:hover, .starlink-value-card:hover { transform: translateY(-4px); border-color: color-mix(in srgb, var(--card-accent) 52%, transparent); box-shadow: var(--st-shadow); }
.starlink-service-card h3, .starlink-solution-card h3, .starlink-value-card h3 { margin-top: 0; margin-bottom: .65rem; font-size: clamp(1.2rem, 1.4vw, 1.45rem); }
.starlink-service-card p, .starlink-solution-card p, .starlink-value-card p { margin-bottom: 0; color: #516570; }
.starlink-card-number { display: inline-flex; align-items: center; justify-content: center; width: 2.7rem; height: 2.7rem; margin-bottom: 1.6rem; border: 1px solid color-mix(in srgb, var(--card-accent) 32%, transparent); border-radius: 12px; background: rgba(255,255,255,.75); color: var(--card-accent); font-weight: 850; box-shadow: 0 7px 18px rgba(7,24,39,.07); }

.starlink-product-grid { width: 100%; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(1.25rem, 2vw, 1.75rem); }
.starlink-product-card {
  --product-accent: var(--st-teal);
  --product-tint: #ecf8f7;
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(11, 42, 61, 0.16);
  border-radius: 24px;
  background: linear-gradient(150deg, #fff 50%, var(--product-tint));
  box-shadow: 0 16px 42px rgba(7, 24, 39, 0.11), inset 0 1px 0 rgba(255,255,255,.9);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}
.starlink-product-card::before { position: absolute; z-index: 2; top: 0; right: 0; left: 0; height: 5px; background: linear-gradient(90deg, var(--product-accent), color-mix(in srgb, var(--product-accent) 22%, transparent)); content: ""; }
.starlink-product-card:nth-child(3n+2) { --product-accent: #2878a0; --product-tint: #edf5fb; }
.starlink-product-card:nth-child(3n+3) { --product-accent: #dc8b24; --product-tint: #fff7e9; }
.starlink-product-card:hover { transform: translateY(-5px); border-color: color-mix(in srgb, var(--product-accent) 55%, transparent); box-shadow: var(--st-shadow); }
.starlink-product-card__image { display: block; overflow: hidden; aspect-ratio: 16 / 10; border-bottom: 1px solid rgba(11, 42, 61, 0.10); background: linear-gradient(145deg, #f6fafb, var(--product-tint)); }
.starlink-product-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform 260ms ease; }
.starlink-product-card:hover .starlink-product-card__image img { transform: scale(1.035); }
.starlink-product-card__placeholder { display: grid; height: 100%; place-items: center; background: linear-gradient(135deg, #edf7f7, #dbecee); color: var(--st-teal); font-size: 3rem; }
.starlink-product-card__body { display: flex; flex: 1; flex-direction: column; padding: clamp(1.3rem, 2vw, 1.65rem); }
.starlink-product-card__category { margin-bottom: 0.55rem; color: var(--product-accent); font-size: 0.74rem; font-weight: 850; letter-spacing: 0.07em; text-transform: uppercase; }
.starlink-product-card h3 { margin: 0 0 0.75rem; font-size: clamp(1.08rem, 1.3vw, 1.3rem); line-height: 1.3; }
.starlink-product-card h3 a { color: var(--st-navy); text-decoration: none; }
.starlink-product-card__excerpt { margin-top: 0; color: #516570; font-size: 0.93rem; }
.starlink-product-card__footer { display: flex; align-items: center; justify-content: space-between; gap: 0.7rem; margin-top: auto; padding-top: 1rem; border-top: 1px solid var(--st-line); }
.starlink-price { color: var(--st-navy); font-weight: 850; }
.starlink-stock { display: inline-flex; align-items: center; padding: 0.25rem 0.55rem; border-radius: 999px; font-size: 0.7rem; font-weight: 800; white-space: nowrap; }
.starlink-stock--in_stock { background: #e4f7ed; color: #11693d; }
.starlink-stock--low_stock { background: #fff4dc; color: #805209; }
.starlink-stock--out_of_stock { background: #feeceb; color: #9a2e2a; }
.starlink-stock--on_order { background: #eaf2ff; color: #315d9b; }

.starlink-brand-cloud { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.7rem; }
.starlink-brand-chip { padding: 0.7rem 1rem; border: 1px solid rgba(216, 229, 232, 0.25); border-radius: 999px; background: rgba(255,255,255,0.06); color: #fff; font-size: 0.9rem; font-weight: 750; }
.starlink-authorized { display: inline-flex; align-items: center; gap: 0.55rem; margin-bottom: 2rem; padding: 0.65rem 0.9rem; border: 1px solid rgba(57,208,216,.35); border-radius: 10px; background: rgba(57,208,216,.08); color: var(--st-cyan); font-weight: 800; }
.starlink-authorized::before { color: var(--st-amber); content: "◆"; }

.starlink-contact-layout { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(2rem, 6vw, 5rem); }
.starlink-contact-list { display: grid; gap: 1rem; margin: 0; padding: 0; list-style: none; }
.starlink-contact-list li { padding-bottom: 1rem; border-bottom: 1px solid var(--st-line); }
.starlink-contact-list strong { display: block; margin-bottom: 0.2rem; color: var(--st-navy); font-size: 0.82rem; letter-spacing: .05em; text-transform: uppercase; }
.starlink-contact-list a { color: var(--st-ink); text-decoration: none; }
.starlink-contact-list a:hover { color: var(--st-teal); }
.starlink-form { display: grid; gap: 1rem; padding: clamp(1.4rem, 3vw, 2.3rem); border: 1px solid var(--st-line); border-radius: 20px; background: #fff; box-shadow: var(--st-shadow); }
.starlink-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.starlink-form label { display: grid; gap: .35rem; color: var(--st-navy); font-size: .88rem; font-weight: 750; }
.starlink-form input, .starlink-form textarea {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #bdd0d5;
  border-radius: 10px;
  background: #fff;
  color: var(--st-ink);
  font: inherit;
  padding: .8rem .9rem;
}
.starlink-form input:focus, .starlink-form textarea:focus { border-color: var(--st-teal); outline: 3px solid rgba(0,167,167,.14); }
.starlink-form button { justify-self: start; border: 0; border-radius: 10px; background: var(--st-teal); color: #fff; cursor: pointer; font: inherit; font-weight: 800; padding: .85rem 1.3rem; }
.starlink-form__notice { padding: .8rem 1rem; border-radius: 9px; }
.starlink-form__notice--success { background: #e4f7ed; color: #11693d; }
.starlink-form__notice--error { background: #feeceb; color: #9a2e2a; }
.starlink-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.starlink-map { overflow: hidden; margin-top: 1.5rem; border: 1px solid var(--st-line); border-radius: 16px; }
.starlink-map iframe { display: block; width: 100%; min-height: 300px; border: 0; }

.starlink-product-detail { padding-top: clamp(3rem, 6vw, 5rem); padding-bottom: clamp(4rem, 8vw, 7rem); }
.starlink-product-detail__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(2rem, 6vw, 5rem); align-items: start; }
.starlink-product-detail .wp-block-post-featured-image { overflow: hidden; border-radius: 20px; background: var(--st-mist); }
.starlink-product-detail__meta { display: grid; gap: .85rem; margin: 1.5rem 0; padding: 1.2rem; border: 1px solid var(--st-line); border-radius: 14px; background: var(--st-mist); }
.starlink-product-detail__meta-row { display: flex; justify-content: space-between; gap: 1rem; }
.starlink-product-detail__meta-row span:first-child { color: #516570; }

.starlink-site-footer { padding-top: 4rem; padding-bottom: 2rem; background: var(--st-ink); color: #cbdcdf; }
.starlink-site-footer a { color: #fff; }
.starlink-footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 2rem; }
.starlink-footer-grid h3 { color: #fff; font-size: 1rem; }
.starlink-footer-note { margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid rgba(216,229,232,.15); font-size: .82rem; }

.starlink-empty-state { padding: 2rem; border: 1px dashed #9db5bb; border-radius: 14px; background: var(--st-mist); text-align: center; }
.starlink-page-hero { padding-top: clamp(3rem, 7vw, 6rem); padding-bottom: clamp(3rem, 7vw, 6rem); background: linear-gradient(135deg, var(--st-ink), var(--st-navy)); color: #dcebed; }
.starlink-page-hero h1 { color: #fff; }
.starlink-legal-note { padding: 1rem 1.2rem; border-left: 4px solid var(--st-teal); border-radius: 0 10px 10px 0; background: var(--st-mist); }

@media (max-width: 1050px) {
  .starlink-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .starlink-category-grid, .starlink-service-grid, .starlink-solution-grid, .starlink-values-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .starlink-nav--desktop { display: none; }
  .starlink-menu-toggle { position: relative; display: block; }
  .starlink-menu-toggle summary { cursor: pointer; font-weight: 800; list-style: none; }
  .starlink-menu-toggle summary::-webkit-details-marker { display: none; }
  .starlink-menu-toggle[open] .starlink-nav--mobile { position: absolute; top: calc(100% + 1rem); right: 0; display: grid; width: min(320px, calc(100vw - 2rem)); gap: 0; padding: .6rem; border: 1px solid var(--st-line); border-radius: 14px; background: #fff; box-shadow: var(--st-shadow); }
  .starlink-nav--mobile a { padding: .72rem .8rem; border-radius: 8px; }
  .starlink-nav--mobile a:hover { background: var(--st-mist); }
}

@media (max-width: 782px) {
  body.admin-bar .starlink-site-header { top: 46px; }
  body {
    background:
      radial-gradient(circle at 100% 8%, rgba(57,208,216,.13), transparent 17rem),
      linear-gradient(180deg, #f6faf9 0%, #eaf2f3 100%);
  }
  .starlink-site-header { border-bottom-color: rgba(0,167,167,.18); box-shadow: 0 8px 24px rgba(7,24,39,.09); }
  .starlink-header-inner { width: calc(100% - 1.25rem) !important; min-height: 66px; padding-right: 0 !important; padding-left: 0 !important; }
  .starlink-header-inner > .wp-block-group { gap: .45rem !important; }
  .starlink-header-actions { gap: .45rem !important; }
  .starlink-logo img, .starlink-logo .custom-logo { width: min(170px, 39vw); max-width: 170px; max-height: 48px; }
  .starlink-language-list { display: flex; gap: .2rem; }
  .starlink-language-list a, .starlink-language-list span { min-width: 29px; min-height: 29px; box-sizing: border-box; justify-content: center; padding: .1rem .38rem; background: rgba(255,255,255,.72); font-size: .68rem; }
  .starlink-menu-toggle summary {
    display: grid;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    place-items: center;
    border: 1px solid rgba(11,42,61,.14);
    border-radius: 12px;
    background: linear-gradient(145deg, #fff, #edf6f6);
    color: transparent;
    font-size: 0;
    box-shadow: 0 6px 16px rgba(7,24,39,.08);
  }
  .starlink-menu-toggle summary::before { color: var(--st-navy); font-size: 1.2rem; line-height: 1; content: "☰"; }
  .starlink-menu-toggle[open] summary { border-color: var(--st-teal); background: var(--st-navy); }
  .starlink-menu-toggle[open] summary::before { color: #fff; content: "×"; }
  .starlink-menu-toggle[open] .starlink-nav--mobile {
    top: calc(100% + .65rem);
    right: -.15rem;
    width: min(330px, calc(100vw - 1.25rem));
    gap: .25rem;
    padding: .7rem;
    border-color: rgba(0,167,167,.22);
    border-radius: 18px;
    background:
      radial-gradient(circle at 100% 0, rgba(57,208,216,.16), transparent 9rem),
      rgba(255,255,255,.98);
    box-shadow: 0 24px 60px rgba(7,24,39,.19);
  }
  .starlink-nav--mobile a { padding: .78rem .9rem; border: 1px solid transparent; border-radius: 10px; }
  .starlink-nav--mobile a[aria-current="page"] { border-color: rgba(0,167,167,.18); background: var(--st-mist); }

  .starlink-hero {
    width: calc(100vw - 1rem) !important;
    max-width: none !important;
    min-height: auto;
    margin: .5rem 0 1rem 50% !important;
    transform: translateX(-50%);
    border: 1px solid rgba(57,208,216,.14);
    border-radius: 28px 28px 58px 28px;
    background:
      radial-gradient(circle at 92% 8%, rgba(57,208,216,.31), transparent 14rem),
      linear-gradient(150deg, #061724 0%, #0a3041 64%, #07505a 120%);
    box-shadow: 0 20px 50px rgba(7,24,39,.20);
  }
  .starlink-hero::before { background-size: 36px 36px; opacity: .78; }
  .starlink-hero::after { top: 11%; right: -9rem; width: 19rem; transform: none; box-shadow: 0 0 0 32px rgba(57,208,216,.045), 0 0 0 64px rgba(57,208,216,.025); }
  .starlink-hero > .wp-block-group.alignwide {
    box-sizing: border-box;
    width: 100% !important;
    max-width: 720px !important;
    margin: 0 auto !important;
    padding: clamp(2.9rem, 11vw, 4.2rem) clamp(1.2rem, 5.5vw, 1.8rem) clamp(3.25rem, 12vw, 4.7rem) !important;
  }
  .starlink-hero > .wp-block-group.alignwide::before { display: none; }
  .starlink-eyebrow {
    display: inline-flex;
    width: auto;
    margin: 0 0 1.25rem;
    padding: .46rem .68rem;
    border: 1px solid rgba(57,208,216,.28);
    border-radius: 999px;
    background: rgba(57,208,216,.08);
    font-size: .66rem;
    line-height: 1.3;
    letter-spacing: .11em;
  }
  .starlink-hero h1 {
    max-width: 10.8em;
    margin: 0 0 1.2rem;
    font-size: clamp(2.15rem, 9.3vw, 3.25rem);
    line-height: 1.06;
    letter-spacing: -.04em;
  }
  .starlink-hero-copy { max-width: 34rem; margin: 0; font-size: .96rem; line-height: 1.62; }
  .starlink-hero .wp-block-shortcode { display: block; width: 100%; max-width: 360px !important; margin: 0 !important; }
  .starlink-hero-copy + .wp-block-shortcode { margin-top: 1.5rem !important; }
  .starlink-hero .wp-block-shortcode + .wp-block-shortcode { margin-top: .8rem !important; }
  .starlink-hero .wp-block-buttons, .starlink-hero .wp-block-button, .starlink-hero .wp-block-button__link { width: 100%; }
  .starlink-hero .wp-block-buttons { display: flex; }
  .starlink-hero .wp-block-button__link {
    display: flex;
    min-height: 52px;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    padding: .75rem 1.05rem;
    border-radius: 14px;
    font-size: .9rem;
    text-align: center;
  }
  .starlink-trust-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .65rem;
    max-width: 360px;
    margin: 1.65rem 0 0;
    padding: 0;
    overflow: visible;
  }
  .starlink-trust-row span {
    display: flex;
    min-width: 0;
    align-items: center;
    padding: .6rem .7rem;
    border: 1px solid rgba(57,208,216,.20);
    border-radius: 12px;
    background: rgba(255,255,255,.065);
    font-size: .7rem;
    line-height: 1.35;
  }
  .starlink-trust-row span::before { flex: 0 0 auto; font-size: .56rem; }

  .starlink-section { padding-top: clamp(3.4rem, 13vw, 4.8rem); padding-bottom: clamp(3.4rem, 13vw, 4.8rem); }
  .starlink-section::before { top: 2rem; right: -9rem; width: 17rem; height: 17rem; box-shadow: 0 0 0 2.5rem rgba(57,208,216,.028), 0 0 0 5rem rgba(57,208,216,.018); }
  .starlink-section--mist::before { right: auto; left: -10rem; }
  .starlink-section > .wp-block-group.alignwide { width: min(calc(100% - 1.5rem), var(--st-wide)); }
  .starlink-section-heading { margin-bottom: 1.75rem; padding-top: .85rem; padding-left: 0; }
  .starlink-section-heading::before { top: 0; right: auto; bottom: auto; width: 3.1rem; height: 4px; }
  .starlink-section-heading h2 { margin-bottom: .55rem; font-size: clamp(1.85rem, 8vw, 2.65rem); line-height: 1.08; }
  .starlink-section-heading p { margin-top: 0; font-size: .94rem; line-height: 1.6; }
  .starlink-page-hero { padding-top: 2.8rem; padding-bottom: 2.8rem; background: radial-gradient(circle at 92% 0, rgba(57,208,216,.22), transparent 15rem), linear-gradient(145deg, var(--st-ink), #0b3b48); }
  .starlink-page-hero h1 { font-size: clamp(2.2rem, 10vw, 3.4rem); }

  .starlink-contact-layout, .starlink-product-detail__grid, .starlink-footer-grid { grid-template-columns: 1fr; }
  .starlink-contact-layout { gap: 2.2rem; }
  .starlink-form { padding: 1.2rem; border-radius: 18px; background: linear-gradient(145deg, #fff, #edf7f6); box-shadow: 0 16px 38px rgba(7,24,39,.12); }
  .starlink-form input, .starlink-form textarea { min-height: 46px; border-radius: 12px; }
  .starlink-map iframe { min-height: 240px; }
  .starlink-product-detail { padding-top: 2.5rem; padding-bottom: 4rem; }
  .starlink-product-detail .wp-block-post-featured-image { border-radius: 18px; box-shadow: 0 14px 34px rgba(7,24,39,.11); }
  .starlink-product-detail__meta { border-radius: 16px; background: linear-gradient(145deg, #fff, var(--st-mist)); }

  .starlink-site-footer { padding-top: 3rem; background: radial-gradient(circle at 100% 0, rgba(57,208,216,.16), transparent 18rem), linear-gradient(150deg, #061724, #0b2f40); }
  .starlink-footer-grid { gap: .75rem; }
  .starlink-footer-grid > * { padding: 1.15rem; border: 1px solid rgba(216,229,232,.12); border-radius: 16px; background: rgba(255,255,255,.035); }
  .starlink-footer-grid h3 { margin-top: 0; }
  .starlink-footer-note { margin-top: 1.5rem; }
}

@media (max-width: 600px) {
  .starlink-product-grid, .starlink-service-grid, .starlink-solution-grid, .starlink-values-grid { grid-template-columns: 1fr; gap: .9rem; }
  .starlink-product-card {
    display: grid;
    min-height: 180px;
    grid-template-columns: minmax(112px, 36%) minmax(0, 1fr);
    border-radius: 19px;
    box-shadow: 0 12px 30px rgba(7,24,39,.11), inset 0 1px 0 rgba(255,255,255,.9);
  }
  .starlink-product-card::before { right: auto; bottom: 0; width: 5px; height: auto; }
  .starlink-product-card__image { height: 100%; aspect-ratio: auto; border-right: 1px solid rgba(11,42,61,.1); border-bottom: 0; }
  .starlink-product-card__body { min-width: 0; padding: 1rem .9rem; }
  .starlink-product-card__category { margin-bottom: .4rem; font-size: .61rem; line-height: 1.35; }
  .starlink-product-card h3 { margin-bottom: .5rem; font-size: 1rem; line-height: 1.27; }
  .starlink-product-card__excerpt { display: -webkit-box; margin-bottom: .7rem; overflow: hidden; font-size: .77rem; line-height: 1.45; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
  .starlink-product-card__footer { flex-wrap: wrap; gap: .4rem; padding-top: .65rem; }
  .starlink-price { font-size: .83rem; }
  .starlink-stock { padding: .2rem .43rem; font-size: .6rem; }

  .starlink-category-grid {
    display: flex;
    margin-right: -.75rem;
    margin-left: -.75rem;
    padding: .15rem .75rem 1rem;
    gap: .8rem;
    overflow-x: auto;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
  }
  .starlink-category-grid::-webkit-scrollbar { display: none; }
  .starlink-category-card { flex: 0 0 min(76vw, 280px); min-height: 112px; padding: 1.35rem 3rem 1.35rem 1.25rem; border-radius: 18px; box-shadow: 0 10px 26px rgba(7,24,39,.1); scroll-snap-align: start; }

  .starlink-service-card, .starlink-solution-card {
    display: grid;
    min-height: 0;
    grid-template-columns: 2.45rem minmax(0, 1fr);
    column-gap: .9rem;
    padding: 1.2rem;
    border-radius: 18px;
  }
  .starlink-service-card::before, .starlink-solution-card::before { right: auto; bottom: 0; width: 5px; height: auto; }
  .starlink-service-card .starlink-card-number, .starlink-solution-card .starlink-card-number { grid-row: 1 / span 2; width: 2.45rem; height: 2.45rem; margin: 0; border-radius: 11px; }
  .starlink-service-card h3, .starlink-solution-card h3 { margin: 0 0 .35rem; font-size: 1.08rem; }
  .starlink-service-card p, .starlink-solution-card p { margin: 0; font-size: .86rem; line-height: 1.55; }
  .starlink-value-card { min-height: 0; padding: 1.25rem; border-radius: 18px; }
  .starlink-value-card::before { right: auto; bottom: 0; width: 5px; height: auto; }

  .starlink-form__row { grid-template-columns: 1fr; }
  .starlink-form button { width: 100%; justify-self: stretch; min-height: 48px; }
  .starlink-product-detail__meta-row { display: grid; gap: .15rem; }
  .starlink-authorized { align-items: flex-start; font-size: .86rem; line-height: 1.5; }
  .starlink-brand-cloud { justify-content: flex-start; }
  .starlink-brand-chip { padding: .58rem .8rem; font-size: .78rem; }
}

@media (max-width: 380px) {
  .starlink-logo img, .starlink-logo .custom-logo { width: min(142px, 37vw); }
  .starlink-header-actions { gap: .3rem !important; }
  .starlink-language-list a, .starlink-language-list span { min-width: 27px; min-height: 27px; padding: .05rem .3rem; }
  .starlink-menu-toggle summary { width: 38px; height: 38px; }
  .starlink-hero { width: calc(100vw - .75rem) !important; border-radius: 24px 24px 46px 24px; }
  .starlink-hero > .wp-block-group.alignwide { padding-right: 1.1rem !important; padding-left: 1.1rem !important; }
  .starlink-hero h1 { font-size: clamp(2.05rem, 9.6vw, 2.8rem); }
  .starlink-trust-row { gap: .5rem; }
  .starlink-trust-row span { padding: .55rem .58rem; font-size: .65rem; }
  .starlink-product-card { grid-template-columns: 108px minmax(0, 1fr); }
  .starlink-product-card__excerpt { -webkit-line-clamp: 1; }
  .starlink-product-card__footer { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

@media print {
  .starlink-site-header, .starlink-site-footer, .starlink-form { display: none !important; }
  body { color: #000; background: #fff; }
}
