.public-site {
  --ink: #132638;
  --soft: #536575;
  --blue: #2059dd;
  --border: #dce3eb;
  color: var(--ink);
  background: #fff;
  font-family: Arial, "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  overflow-wrap: break-word;
}
.public-site * {
  box-sizing: border-box;
}
.public-site h1,
.public-site h2,
.public-site h3 {
  color: inherit;
  letter-spacing: -0.035em;
  font-weight: 600;
  line-height: 1.15;
  text-wrap: balance;
  margin: 0 0 24px;
}
.public-site h1 {
  font-size: clamp(36px, 4vw, 56px);
  white-space: pre-line;
  max-width: 950px;
}
.public-site h2 {
  font-size: clamp(28px, 3vw, 42px);
  white-space: pre-line;
}
.public-site h3 {
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 14px;
}
.public-site p {
  color: var(--soft);
  line-height: 1.8;
  margin: 0 0 20px;
  overflow-wrap: break-word;
}
.public-site a {
  transition:
    color 0.15s,
    background 0.15s;
}
.public-site a:hover {
  color: var(--blue);
}
.public-site a:focus-visible,
.public-site summary:focus-visible,
.spec-table:focus-visible {
  outline: 3px solid #5687fb;
  outline-offset: 5px;
}
.public-container {
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: 40px;
}
.public-section {
  max-width: 1280px;
  margin: auto;
  padding: 80px 40px;
}
.public-header {
  border-bottom: 1px solid var(--border);
  background: #fff;
}
.header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 90px;
}
.public-brand {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  flex-shrink: 0;
}
.public-brand .logo-window {
  width: 155px;
}
.brand-division {
  border-left: 1px solid var(--border);
  padding-left: 15px;
  font-size: 18px;
  font-weight: 600;
  color: var(--blue);
}
.wide-nav,
.header-actions {
  display: flex;
  align-items: center;
  gap: 28px;
}
.wide-nav {
  margin-left: auto;
  font-size: 15px;
}
.wide-nav [aria-current="page"] {
  color: var(--blue);
}
.header-actions {
  gap: 18px;
  font-size: 15px;
}
.language-link {
  padding: 12px 0;
}
.header-contact {
  background: #f0f4fc;
  padding: 10px 16px;
  border-radius: 5px;
  white-space: nowrap;
}
.public-menu {
  display: none;
}
.kicker {
  display: block;
  color: var(--blue);
  font-size: 13px;
  letter-spacing: 0.14em;
  font-weight: 600;
  margin-bottom: 22px;
}
.home-hero {
  background: #102536;
  color: white;
}
.hero-columns {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 65px;
  align-items: center;
  padding-block: 90px;
}
.home-hero .kicker {
  color: #91b9ff;
}
.public-site .lead {
  font-size: 18px;
  max-width: 730px;
  line-height: 1.8;
}
.home-hero .lead {
  color: #c4d2df;
  font-size: 17px;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
  margin-top: 32px;
}
.primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 48px;
  padding: 12px 20px;
  border-radius: 5px;
  background: var(--blue);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}
.public-site .primary-button:hover {
  color: #fff;
  background: #1749be;
}
.public-site .light-link {
  color: #d6e5fa;
  font-size: 15px;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.public-site .formation {
  font-size: 14px;
  color: #96acbf;
  margin: 30px 0 0;
}
.infrastructure-map {
  position: relative;
  border: 1px solid #3f5a70;
  border-radius: 12px;
  min-width: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px 22px;
  background: radial-gradient(ellipse at center, #21486766, transparent 75%);
}
.map-label,
.map-caption {
  font-size: 12px;
  letter-spacing: 0.12em;
  color: #9bb7cf;
}
.map-label {
  align-self: flex-start;
  margin-bottom: 30px;
}
.map-node {
  font-size: 14px;
  position: relative;
}
.map-core {
  position: relative;
  background: #173b58;
  border: 1px solid #6d98c0;
  border-radius: 10px;
  padding: 22px 45px;
  text-align: center;
}
.map-core span {
  display: block;
  font-size: 12px;
  letter-spacing: 0.22em;
  color: #9fc7ee;
}
.map-core strong {
  display: block;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: -0.03em;
}
.map-connector {
  color: #7fa6cc;
  line-height: 1.2;
  padding: 13px;
}
.map-endpoints {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9px;
  position: relative;
}
.map-endpoints span {
  font-size: 13px;
  border: 1px solid #49647b;
  padding: 8px;
  border-radius: 4px;
}
.map-caption {
  margin-top: 30px;
  font-size: 12px;
  text-align: center;
}
.map-orbit {
  position: absolute;
  border: 1px solid #769abc22;
  width: 330px;
  height: 330px;
  top: 45px;
  border-radius: 50%;
}
.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 45px;
  margin-bottom: 32px;
}
.section-heading h2 {
  margin-bottom: 0;
}
.section-heading > p {
  max-width: 410px;
  margin: 0;
}
.offer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}
.offer-card {
  min-width: 0;
  border: 1px solid var(--border);
  border-radius: 9px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  background: white;
}
.card-kicker {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  letter-spacing: 0.09em;
  color: var(--soft);
  margin-bottom: 26px;
}
.card-kicker > span:first-child {
  color: var(--blue);
}
.offer-card h3 {
  font-size: 25px;
  margin-bottom: 14px;
}
.card-translation {
  font-size: 15px;
  margin: -7px 0 15px;
  color: var(--soft);
}
.public-site .spec {
  font-size: 14px;
  font-weight: 600;
  color: var(--ink);
  min-height: 24px;
}
.offer-card > p {
  font-size: 16px;
}
.card-bottom {
  margin-top: auto;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  border-top: 1px solid var(--border);
}
.card-bottom small {
  font-size: 13px;
  color: var(--soft);
  max-width: 75%;
}
.arrow-link {
  font-size: 15px;
  white-space: nowrap;
  color: var(--blue);
}
.tinted {
  background: #f4f7fb;
  border-radius: 12px;
}
.three-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 38px;
}
.partner-columns {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.three-columns article {
  border-top: 1px solid #cdd7e2;
  padding-top: 24px;
}
.three-columns p {
  font-size: 16px;
  margin: 0;
}
.closing {
  background: #edf3ff;
  border: 1px solid #d8e4ff;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  padding: 40px;
}
.closing h2 {
  font-size: 32px;
  margin: 0;
}
.closing .primary-button {
  flex-shrink: 0;
}
.page-intro {
  padding-block: 76px 48px;
}
.page-intro .lead {
  margin: 0;
}
.compact-top {
  padding-top: 0;
}
.status-note {
  padding: 20px 24px;
  border-left: 3px solid #89a9e9;
  background: #f2f6fc;
  font-size: 15px;
  color: var(--soft);
  margin: 0 0 32px;
}
.three-columns + .status-note {
  margin: 35px 0 0;
}
.spec-table {
  overflow: auto;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: white;
}
.spec-table table {
  border-collapse: collapse;
  width: 100%;
  min-width: 720px;
  font-size: 15px;
}
.spec-table th,
.spec-table td {
  text-align: left;
  padding: 17px 20px;
  border-bottom: 1px solid var(--border);
  white-space: normal;
}
.spec-table th {
  font-size: 13px;
  font-weight: 600;
  background: #edf2f8;
}
.spec-table tr:last-child td {
  border: 0;
}
.public-site .fine-print {
  font-size: 14px;
  margin: 20px 0 0;
  line-height: 1.8;
}
.fine-print a {
  text-decoration: underline;
}
.cluster-scale {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin: 0 0 55px;
}
.cluster-scale > div {
  background: #102536;
  color: white;
  display: flex;
  align-items: baseline;
  gap: 15px;
  padding: 30px;
  border-radius: 9px;
}
.cluster-scale strong {
  font-size: 64px;
  line-height: 1.2;
  font-weight: 500;
}
.cluster-scale span {
  color: #afc5da;
  font-size: 15px;
}
.privacy-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 32px;
}
.privacy-flow > div {
  position: relative;
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 25px 20px;
  background: #f7f9fc;
}
.privacy-flow small {
  display: block;
  color: var(--blue);
  font-size: 13px;
  margin-bottom: 18px;
}
.privacy-flow strong {
  display: block;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 500;
}
.privacy-flow > div > span {
  position: absolute;
  right: -16px;
  top: 45%;
  color: var(--blue);
  z-index: 1;
}
.privacy-boundary {
  padding: 32px;
  margin-top: 40px;
  border: 1px solid var(--border);
  border-radius: 8px;
}
.privacy-boundary h2 {
  font-size: 27px;
}
.privacy-boundary p {
  margin: 0;
}
.legal-copy {
  max-width: 1280px;
  padding-top: 0;
}
.legal-copy article {
  margin-bottom: 35px;
}
.legal-copy h2 {
  font-size: 24px;
  margin-bottom: 14px;
}
.legal-copy a {
  text-decoration: underline;
}
.public-footer {
  max-width: none;
  padding: 0;
  background: #fff;
  border-top: 1px solid var(--border);
}
.footer-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 42px 0;
  gap: 35px;
}
.footer-main p {
  font-size: 14px;
  margin: 14px 0 0;
}
.footer-main nav {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  font-size: 14px;
}
.footer-meta {
  border-top: 1px solid var(--border);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 0;
  font-size: 13px;
  color: var(--soft);
}
.footer-meta > div {
  display: flex;
  gap: 24px;
}
.public-site[lang="zh-Hant"] h1 {
  line-height: 1.35;
  letter-spacing: -0.025em;
}
.public-site[lang="zh-Hant"] h2 {
  line-height: 1.4;
}
.public-site[lang="zh-Hant"] h3 {
  line-height: 1.45;
}

@media (max-width: 1050px) {
  .wide-nav {
    display: none;
  }
  .public-menu {
    display: block;
  }
  .public-menu summary {
    cursor: pointer;
    list-style: none;
    padding: 12px 0;
  }
  .public-menu summary::-webkit-details-marker {
    display: none;
  }
  .public-menu nav {
    position: absolute;
    top: 90px;
    left: 0;
    right: 0;
    background: white;
    border-bottom: 1px solid var(--border);
    z-index: 20;
    padding: 20px 40px;
    box-shadow: 0 15px 20px #13263812;
    display: grid;
  }
  .public-menu nav a {
    padding: 12px 0;
    font-size: 15px;
  }
  .hero-columns {
    gap: 30px;
  }
  .map-endpoints span {
    font-size: 12px;
  }
  .three-columns {
    gap: 24px;
  }
  .cluster-scale strong {
    font-size: 50px;
  }
}
@media (max-width: 760px) {
  .public-container {
    padding-inline: 22px;
  }
  .public-section {
    padding: 50px 22px;
  }
  .header-row {
    min-height: 78px;
    gap: 12px;
  }
  .public-brand {
    gap: 9px;
  }
  .public-brand .logo-window {
    width: 125px;
  }
  .brand-division {
    font-size: 14px;
    padding-left: 9px;
  }
  .header-actions {
    gap: 15px;
    font-size: 14px;
  }
  .header-contact {
    display: none;
  }
  .public-menu nav {
    top: 78px;
    padding-inline: 22px;
  }
  .hero-columns {
    grid-template-columns: minmax(0, 1fr);
    padding-block: 52px;
    gap: 40px;
  }
  .public-site h1 {
    font-size: 40px;
    line-height: 1.14;
  }
  .public-site h2 {
    font-size: 30px;
  }
  .public-site .lead {
    font-size: 16px;
  }
  .home-hero .lead {
    font-size: 16px;
  }
  .hero-actions {
    gap: 22px;
  }
  .hero-actions .primary-button {
    min-height: 48px;
  }
  .infrastructure-map {
    padding: 25px 16px;
  }
  .section-heading {
    display: block;
    margin-bottom: 27px;
  }
  .section-heading > p {
    margin-top: 18px;
    max-width: none;
    font-size: 15px;
  }
  .offer-grid,
  .three-columns {
    grid-template-columns: minmax(0, 1fr);
  }
  .offer-card {
    padding: 24px;
  }
  .offer-card h3 {
    font-size: 24px;
  }
  .three-columns {
    gap: 27px;
  }
  .partner-columns {
    grid-template-columns: minmax(0, 1fr);
  }
  .tinted {
    border-radius: 0;
  }
  .closing {
    padding: 28px;
    display: block;
  }
  .closing h2 {
    font-size: 27px;
  }
  .closing .primary-button {
    margin-top: 25px;
  }
  .page-intro {
    padding-top: 50px;
    padding-bottom: 34px;
  }
  .compact-top {
    padding-top: 0;
  }
  .cluster-scale {
    gap: 10px;
    margin-bottom: 35px;
  }
  .cluster-scale > div {
    padding: 19px 12px;
    display: block;
  }
  .cluster-scale strong {
    display: block;
    font-size: 40px;
  }
  .cluster-scale span {
    font-size: 13px;
  }
  .privacy-flow {
    grid-template-columns: minmax(0, 1fr);
    gap: 15px;
  }
  .privacy-flow > div {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
  }
  .privacy-flow small {
    margin: 0;
  }
  .privacy-flow strong {
    font-size: 16px;
  }
  .privacy-flow > div > span {
    right: 24px;
    top: auto;
    bottom: -22px;
    transform: rotate(90deg);
  }
  .privacy-boundary {
    padding: 24px;
  }
  .privacy-boundary h2 {
    font-size: 25px;
  }
  .legal-copy {
    padding-top: 0;
  }
  .footer-main {
    display: block;
    padding: 32px 0;
  }
  .footer-main nav {
    margin-top: 25px;
    gap: 13px 22px;
  }
  .footer-main nav a {
    padding-block: 5px;
  }
  .footer-meta {
    display: block;
    padding: 19px 0;
    font-size: 12px;
  }
  .footer-meta > div {
    margin-top: 13px;
  }
  .card-bottom {
    gap: 10px;
  }
  .public-site[lang="zh-Hant"] h1 {
    font-size: 36px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .public-site a {
    transition: none;
  }
}

.public-site .wide-nav a {
  white-space: nowrap;
  line-height: 1.5;
}
.legal-copy article {
  max-width: 800px;
}
.public-site .header-row {
  width: 100%;
}
.public-site .offer-card .spec {
  white-space: normal;
}
.public-contact-form {
  max-width: 860px;
  padding: 32px;
  border: 1px solid var(--border);
  border-radius: 9px;
}
.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.public-contact-form label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 15px;
  margin-bottom: 20px;
}
.public-contact-form input,
.public-contact-form textarea,
.public-contact-form select {
  width: 100%;
  min-width: 0;
  border: 1px solid #bac7d5;
  border-radius: 5px;
  padding: 12px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  min-height: 46px;
}
.public-contact-form .consent {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.public-contact-form .consent input {
  width: 18px;
  min-height: 18px;
  margin-top: 4px;
}
.form-trap {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.public-contact-form button {
  margin-block: 20px;
  cursor: pointer;
  border: 0;
}
.public-contact-form button:disabled {
  opacity: 0.65;
  cursor: default;
}
.public-contact-form :focus-visible {
  outline: 3px solid #5687fb;
  outline-offset: 3px;
}
@media (max-width: 760px) {
  .form-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .public-contact-form {
    padding: 22px;
  }
}
.gpu-count {
  display: flex;
  white-space: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
  font-size: 15px;
}
.gpu-count select {
  flex: 0 1 180px;
  min-width: 0;
  padding: 10px 14px;
  border: 1px solid var(--border);
  border-radius: 5px;
  background: white;
  color: var(--ink);
  font: inherit;
}
.catalog-price {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: auto;
  min-height: 90px;
}
.catalog-price strong {
  font-size: 34px;
  line-height: 1.3;
  font-weight: 600;
}
.catalog-price span {
  font-size: 14px;
  color: var(--soft);
}
.gpu-catalog .offer-card h2 {
  font-size: 26px;
  min-height: 36px;
}
.gpu-catalog .primary-button {
  margin-top: 24px;
  align-self: flex-start;
}
.gpu-catalog .fine-print {
  margin-top: 10px;
}
.public-site .offer-card {
  min-width: 0;
}
.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(0, 1fr);
  gap: 40px;
  align-items: start;
}
.public-site .public-contact-form {
  max-width: none;
}
.public-contact-form h2 {
  font-size: 26px;
}
.public-contact-form .consent span {
  line-height: 1.6;
}
.form-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 20px;
  margin-top: 8px;
}
.public-site .form-actions .fine-print {
  margin: 0;
}
.public-contact-form .form-actions button {
  margin-block: 0;
  min-width: 120px;
}
.form-status p {
  margin: 18px 0 0;
  color: var(--ink);
}
.form-status a {
  color: var(--blue);
  text-decoration: underline;
}
.contact-aside {
  display: grid;
  gap: 20px;
}
.contact-aside article {
  border: 1px solid var(--border);
  border-radius: 9px;
  padding: 26px;
}
.public-site .contact-aside h2 {
  font-size: 20px;
  margin-bottom: 10px;
}
.public-site .contact-aside p {
  font-size: 15px;
  margin-bottom: 12px;
}
.contact-aside article a {
  color: var(--blue);
  font-weight: 600;
}
.public-site .contact-aside .fine-print {
  margin: 0;
}
@media (max-width: 900px) {
  .contact-layout {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* Keep the language switch readable on narrow phones. */
@media (max-width: 360px) {
  .public-header .public-brand .logo-window { width: 100px; }
  .public-header .header-row, .public-header .header-actions { gap: 8px; }
  .public-header .language-link { white-space: nowrap; }
}

/* Compute: compact, aligned configuration rows. */
.public-site .compute-workspace { max-width: 1280px; padding: 36px 40px 48px; background: #fff; font-family: "Segoe UI", "Microsoft JhengHei", Arial, sans-serif; }
.compute-workspace h1, .compute-workspace h2, .compute-workspace h3 { letter-spacing: 0; text-wrap: wrap; }
.compute-welcome { padding: 0 0 28px; }
.compute-welcome .kicker { font-size: 12px; letter-spacing: .08em; margin-bottom: 10px; color: #52677c; }
.public-site .compute-welcome h1 { font-size: 32px; font-weight: 650; line-height: 1.4; margin: 0 0 8px; }
.public-site .compute-welcome p { font-size: 16px; line-height: 1.7; margin: 0; }
.picker-heading { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px 0; border-top: 1px solid #e3e9ef; }
.public-site .picker-heading h2 { margin: 0; font-size: 18px; line-height: 1.5; }
.public-site .picker-heading p { margin: 0; font-size: 14px; line-height: 1.6; }
.picker-columns, .picker-card { display: grid; grid-template-columns: minmax(170px,1.5fr) minmax(110px,.8fr) minmax(170px,1.1fr) minmax(140px,1fr); gap: 24px; align-items: center; }
.picker-columns { padding: 12px 24px; border: 1px solid #e1e7ef; border-bottom: 0; border-radius: 10px 10px 0 0; background: #f5f7fa; color: #536575; font-size: 14px; font-weight: 600; }
.picker-grid { border: 1px solid #e1e7ef; border-radius: 0 0 10px 10px; overflow: hidden; }
.picker-card { padding: 22px 24px; background: white; min-width: 0; }
.picker-card + .picker-card { border-top: 1px solid #e7ecf2; }
.picker-card:hover { background: #fafcff; }
.picker-model { min-width: 0; }
.public-site .picker-card h3 { font-size: 20px; font-weight: 650; line-height: 1.4; margin: 0 0 5px; }
.public-site .picker-usage { font-size: 14px; line-height: 1.6; margin: 0; }
.picker-memory { min-width: 0; }
.picker-memory strong { display: block; font-size: 18px; font-weight: 600; line-height: 1.5; }
.picker-memory span { display: none; }
.picker-count { min-width: 0; border: 0; margin: 0; padding: 0; }
.picker-count legend { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.picker-count > div { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 6px; }
.picker-count button { min-width: 0; min-height: 44px; padding: 8px 4px; border: 1px solid #ccd7e4; border-radius: 6px; background: white; font: inherit; font-size: 16px; font-weight: 600; color: #354a60; cursor: pointer; }
.picker-count button span { display: none; }
.picker-count button[aria-pressed=true] { border-color: #2059dd; color: #164ec9; background: #edf3ff; box-shadow: inset 0 0 0 1px #2059dd; }
.picker-actions { display: grid; gap: 4px; }
.picker-start { display: flex; justify-content: space-between; align-items: center; gap: 8px; width: 100%; min-height: 44px; padding: 10px 14px; border: 0; border-radius: 6px; background: #2059dd; color: white; font: inherit; font-size: 14px; font-weight: 600; line-height: 1.5; cursor: pointer; }
.picker-start:hover { background: #1747b5; }
.picker-apply { display: flex; justify-content: center; align-items: center; gap: 7px; width: 100%; min-height: 36px; border: 0; border-radius: 5px; background: transparent; color: #425b76; font: inherit; font-size: 14px; line-height: 1.5; cursor: pointer; }
.picker-apply:hover { background: #edf2f8; }
.gpu-picker button:focus-visible { outline: 3px solid #7299ee; outline-offset: 3px; }
.public-site .picker-note { max-width: 850px; font-size: 13px; line-height: 1.8; margin: 18px 0 0; color: #627387; }
.picker-request { display: grid; grid-template-columns: minmax(220px,.8fr) minmax(0,1.6fr); gap: 32px; margin-top: 32px; padding: 28px; background: #f6f8fc; border: 1px solid #e1e7ef; border-radius: 10px; scroll-margin-top: 24px; }
.picker-summary { padding-top: 4px; }
.public-site .picker-summary h2 { font-size: 24px; line-height: 1.4; margin-bottom: 16px; }
.picker-summary h2 span { white-space: nowrap; color: #2059dd; }
.public-site .picker-summary p { font-size: 15px; line-height: 1.8; }
.picker-request .public-contact-form { background: white; min-width: 0; padding: 24px; }
.public-site .picker-request .public-contact-form h2 { font-size: 20px; line-height: 1.5; margin-bottom: 20px; }
@media (max-width: 1000px) {
  .public-site .compute-workspace { padding-inline: 24px; }
  .picker-card, .picker-columns { gap: 16px; padding-inline: 18px; grid-template-columns: minmax(155px,1.3fr) minmax(105px,.8fr) minmax(135px,1fr) minmax(125px,1fr); }
  .public-site .picker-card h3 { font-size: 18px; }
}
@media (max-width: 760px) {
  .public-site .compute-workspace { padding: 24px 20px 36px; }
  .public-site .compute-welcome h1 { font-size: 28px; }
  .public-site .compute-welcome p { font-size: 15px; }
  .compute-welcome { padding-bottom: 20px; }
  .picker-heading { display: block; padding: 16px 0; }
  .public-site .picker-heading p { margin-top: 5px; }
  .picker-columns { display: none; }
  .picker-grid { display: grid; gap: 12px; border: 0; border-radius: 0; overflow: visible; }
  .picker-card, .picker-card + .picker-card { grid-template-columns: minmax(0,1fr) auto; gap: 16px 12px; padding: 18px; border: 1px solid #dce4ee; border-radius: 9px; }
  .public-site .picker-card h3 { font-size: 19px; }
  .public-site .picker-usage { font-size: 13px; }
  .picker-memory { text-align: right; }
  .picker-memory strong { font-size: 16px; }
  .picker-memory span { display: block; font-size: 12px; color: #64758a; line-height: 1.6; }
  .picker-count { grid-column: 1 / -1; }
  .picker-count legend { position: static; width: auto; height: auto; clip-path: none; margin-bottom: 8px; font-size: 13px; }
  .picker-count button span { display: inline; font-size: 12px; font-weight: 400; }
  .picker-actions { grid-column: 1 / -1; grid-template-columns: minmax(0,1.4fr) minmax(0,1fr); align-items: center; gap: 10px; }
  .picker-apply { min-height: 44px; }
  .picker-request { grid-template-columns: minmax(0,1fr); padding: 18px; gap: 12px; }
  .picker-request .public-contact-form { padding: 18px; }
}
@media (max-width: 360px) {
  .public-site .compute-workspace { padding-inline: 14px; }
  .picker-card, .picker-card + .picker-card { padding: 14px; }
  .public-site .picker-card h3 { font-size: 17px; }
  .picker-memory strong { font-size: 14px; }
  .picker-request { padding: 12px; }
}

/* One shared column layout and one centered action per row. */
.picker-columns, .picker-card { grid-template-columns: minmax(160px,1.4fr) minmax(100px,.8fr) minmax(90px,.7fr) minmax(210px,1.4fr) minmax(125px,.9fr); gap: 20px; }
.picker-count > div { grid-template-columns: repeat(4,minmax(0,1fr)); }
.picker-actions { display: block; }
.picker-stock strong { font-size: 14px; font-weight: 500; color: #66788b; }
.picker-stock > span { display: none; }
.picker-start, .picker-count button { height: 44px; }
.picker-order { background: white; border: 1px solid #e1e7ef; border-radius: 8px; padding: 24px; }
.public-site .picker-order h3 { font-size: 20px; margin-bottom: 16px; }
.picker-order dl { margin: 0 0 24px; }
.picker-order dl > div { display: flex; justify-content: space-between; gap: 16px; padding: 12px 0; border-bottom: 1px solid #edf0f5; }
.picker-order dd { margin: 0; text-align: right; }
.picker-start:disabled { background: #e4e9f1; color: #637389; cursor: not-allowed; justify-content: center; }
@media (min-width: 761px) and (max-width: 1000px) {
 .picker-columns, .picker-card { grid-template-columns: minmax(135px,1.3fr) minmax(80px,.75fr) minmax(65px,.6fr) minmax(150px,1.3fr) minmax(100px,.9fr); gap: 12px; padding-inline: 14px; }
 .picker-memory strong { font-size: 15px; }
 .picker-start { padding-inline: 10px; }
}
@media (max-width: 760px) {
 .picker-card, .picker-card + .picker-card { grid-template-columns: minmax(0,1fr) auto; gap: 14px 12px; }
 .picker-stock { grid-column: 1 / -1; display: flex; gap: 12px; align-items: center; }
 .picker-stock > span { display: inline; font-size: 13px; color: #536575; }
 .picker-actions { grid-column: 1 / -1; display: block; }
 .picker-order { padding: 18px; }
}

/* Fluid public layout: section backgrounds span the viewport, shared gutters align content. */
.public-site { --page-gutter: clamp(24px, 3.34vw, 64px); }
.public-site .public-container,
.public-site .public-section {
  width: 100%;
  max-width: none;
  margin-inline: 0;
  padding-inline: var(--page-gutter);
}
@media (max-width: 760px) {
  .public-site { --page-gutter: 20px; }
}
@media (max-width: 360px) {
  .public-site { --page-gutter: 14px; }
}
