/* Ramp-inspired editorial refinement using GeoTech's own palette and product imagery. */

:root {
  --display: "Manrope", "Helvetica Neue", Arial, sans-serif;
  --body: "Inter", "Helvetica Neue", Arial, sans-serif;
  --radius: 9px;
  --radius-sm: 6px;
}

body {
  font-weight: 400;
  letter-spacing: -0.008em;
}

h1,
h2,
h3,
h4 {
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.99;
  text-wrap: balance;
}

h1 { font-size: clamp(52px, 5.6vw, 84px); }
h2 { font-size: clamp(38px, 4.15vw, 60px); }
h3 { font-weight: 500; letter-spacing: -0.025em; }

.section-pad { padding-block: 116px; }

.eyebrow,
.feature-kicker,
.mega-label,
.comparison-label,
.security-cards span,
.doc-card > span,
.footer-links h3 {
  font-weight: 500;
  letter-spacing: 0.085em;
}

.text-link,
.hero-link,
.button,
.brand,
.announcement a {
  font-weight: 500;
}

.button {
  min-height: 50px;
  box-shadow: none;
}

.button-primary {
  background: #2858ce;
  box-shadow: none;
}

.button-primary:hover {
  background: #3165dd;
  box-shadow: 0 10px 26px rgba(33, 79, 198, 0.22);
}

.announcement {
  background: #214fc6;
}

.desktop-nav a,
.nav-trigger,
.nav-signin {
  font-weight: 400;
}

.hero {
  background:
    radial-gradient(850px 540px at 88% 2%, rgba(0, 191, 255, 0.07), transparent 72%),
    radial-gradient(760px 520px at 6% 0%, rgba(33, 79, 198, 0.11), transparent 74%),
    var(--black);
}

.hero::before { opacity: 0.45; }
.hero-lede { font-weight: 400; line-height: 1.48; }

.model-card,
.explorer-stage,
.comparison,
.agent-console,
.contact-form {
  box-shadow: 0 20px 56px rgba(0, 0, 0, 0.28);
}

.theme-light,
.theme-ice {
  --alice: #0a0d12;
  --steel: #263140;
  --muted: #5f6b79;
  --slate: #7b8693;
  --line: rgba(8, 14, 24, 0.16);
  --soft-line: rgba(8, 14, 24, 0.085);
  --glass: rgba(255, 255, 255, 0.62);
  --blue-glass: rgba(33, 79, 198, 0.09);
  --shadow: 0 22px 60px rgba(32, 43, 59, 0.13);
  color: var(--steel);
}

.theme-light { background: #fbfbf8; }
.theme-ice { background: #f0f6fc; }

.theme-light .module-card,
.theme-light .doc-card,
.theme-light .security-cards article {
  border-color: rgba(8, 14, 24, 0.12);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
}

.theme-light .module-card:hover,
.theme-light .doc-card:hover {
  border-color: rgba(33, 79, 198, 0.28);
  background: #fff;
}

.theme-light .module-card-accent {
  background: linear-gradient(145deg, rgba(33, 79, 198, 0.13), rgba(0, 191, 255, 0.06));
}

.theme-light .story-shot {
  border-color: rgba(8, 14, 24, 0.13);
  background-color: #e7ebf0;
  box-shadow: 0 20px 54px rgba(32, 43, 59, 0.16);
}

.theme-ice .explorer-stage {
  background: rgba(255, 255, 255, 0.94);
}

.theme-ice .explorer-tab:hover,
.theme-ice .explorer-tab.is-active {
  border-color: rgba(33, 79, 198, 0.34);
  background: rgba(33, 79, 198, 0.09);
  color: #153b9f;
}

.theme-ice .faq-list summary span::before,
.theme-ice .faq-list summary span::after {
  background: #214fc6;
}

.service-step h3,
.doc-card h3,
.faq-list summary {
  font-weight: 400;
}

/* Below-hero light system. The header and hero intentionally keep their original treatment. */

.manifesto.theme-light,
.platform.theme-light,
.stories.theme-light,
.facts.theme-light,
.service.theme-light,
.security.theme-light,
.documentation.theme-light {
  background: #fbfbf8;
}

.product-explorer.theme-ice,
.connectors.theme-ice,
.decisions.theme-ice,
.faq.theme-ice,
.contact.theme-ice {
  background: #f0f6fc;
}

.manifesto-grid h2,
.section-heading h2,
.story-copy h2,
.service-intro h2,
.security-copy h2,
.faq-heading h2,
.contact-copy h2,
.theme-light h3,
.theme-ice h3,
.theme-light h4,
.theme-ice h4 {
  color: #141414;
}

.theme-light .eyebrow,
.theme-ice .eyebrow,
.theme-light .feature-kicker,
.theme-ice .feature-kicker,
.theme-light .module-number,
.theme-ice .module-number,
.theme-light .decision-card > span,
.theme-ice .decision-card > span,
.theme-light .service-step::after,
.theme-ice .service-step::after {
  color: #214fc6;
}

.manifesto-copy {
  max-width: 420px;
}

.module-grid {
  gap: 16px;
}

.theme-light .module-card {
  min-height: 244px;
  background: #fff;
  border-color: rgba(20, 20, 20, 0.11);
  box-shadow: 0 16px 44px rgba(44, 58, 78, 0.07);
}

.theme-light .module-card::after {
  border-color: rgba(33, 79, 198, 0.16);
}

.theme-light .module-card-accent {
  background:
    linear-gradient(145deg, rgba(33, 79, 198, 0.12), rgba(0, 191, 255, 0.055)),
    #fff;
}

.product-explorer .section-heading {
  max-width: 980px;
}

.theme-ice .explorer-tab {
  background: rgba(255, 255, 255, 0.72);
  border-color: rgba(20, 20, 20, 0.1);
  color: #596777;
}

.theme-ice .explorer-tab:hover,
.theme-ice .explorer-tab.is-active {
  background: #fff;
  border-color: rgba(33, 79, 198, 0.42);
  color: #153b9f;
  box-shadow: 0 8px 24px rgba(33, 79, 198, 0.08);
}

.theme-ice .explorer-stage {
  border-color: rgba(20, 20, 20, 0.12);
  box-shadow: 0 24px 70px rgba(47, 67, 91, 0.12);
}

.theme-ice .explorer-copy {
  background: #fff;
}

.theme-ice .explorer-shot {
  border-left-color: rgba(20, 20, 20, 0.1);
  background-color: #eaf1f8;
  background-image: radial-gradient(rgba(33, 79, 198, 0.16) 0.7px, transparent 0.7px);
}

.theme-ice .explorer-shot img {
  border-color: rgba(20, 20, 20, 0.13);
  box-shadow: 0 18px 44px rgba(26, 39, 58, 0.18);
}

.platform.theme-light .comparison {
  background: #fff;
  border-color: rgba(20, 20, 20, 0.11);
  box-shadow: 0 22px 64px rgba(44, 58, 78, 0.08);
}

.platform.theme-light .comparison-old {
  background: #f7f8fa;
}

.platform.theme-light .comparison-new {
  background: linear-gradient(145deg, #fff, #f0f8ff);
}

.platform.theme-light .comparison-flow {
  background: #edf3f9;
}

.platform.theme-light .system-stack {
  width: 330px;
  height: 228px;
}

.platform.theme-light .system-stack span {
  width: 160px;
  height: 64px;
  background: #fff;
  color: #687483;
  border-color: rgba(20, 20, 20, 0.12);
  box-shadow: 0 12px 28px rgba(44, 58, 78, 0.12);
}

.platform.theme-light .system-stack span:nth-child(1) {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}

.platform.theme-light .system-stack span:nth-child(2) {
  top: 8px;
  right: 0;
  bottom: auto;
  left: auto;
}

.platform.theme-light .system-stack span:nth-child(3) {
  top: 78px;
  right: auto;
  bottom: auto;
  left: 12px;
}

.platform.theme-light .system-stack span:nth-child(4) {
  top: 86px;
  right: 12px;
  bottom: auto;
  left: auto;
}

.platform.theme-light .system-stack span:nth-child(5) {
  top: 156px;
  right: auto;
  bottom: auto;
  left: 0;
}

.platform.theme-light .system-stack span:nth-child(6) {
  top: 164px;
  right: 0;
  bottom: auto;
  left: auto;
  transform: rotate(3deg);
}

.platform.theme-light .muted-result {
  background: #f7f8fa;
}

.platform.theme-light .muted-result > span {
  background: #e6e9ee;
}

.platform.theme-light .one-orbit span {
  background: radial-gradient(circle, #3570e7, #214fc6 72%);
}

.theme-light .story-list {
  gap: 138px;
}

.theme-light .story-shot {
  padding: 18px;
  border-color: rgba(20, 20, 20, 0.11);
  background-color: #eef3f8;
  background-image: radial-gradient(rgba(33, 79, 198, 0.14) 0.65px, transparent 0.65px);
  box-shadow: 0 24px 68px rgba(44, 58, 78, 0.13);
}

.theme-light .story-shot img {
  border-color: rgba(20, 20, 20, 0.13);
}

.intelligence {
  background: linear-gradient(135deg, #173c9d 0%, #214fc6 58%, #137cab 130%);
}

.intelligence .agent-capabilities article {
  background: rgba(18, 58, 153, 0.97);
}

.connectors.theme-ice {
  border-color: rgba(20, 20, 20, 0.08);
}

.theme-ice .connector-list span {
  background: #fff;
  border-color: rgba(20, 20, 20, 0.11);
  box-shadow: 0 8px 24px rgba(44, 58, 78, 0.06);
}

.facts.theme-light .fact-grid article {
  border-color: rgba(20, 20, 20, 0.1);
}

.facts.theme-light .fact-grid strong {
  color: #141414;
}

.decisions.theme-ice .decision-advantage {
  background: linear-gradient(135deg, #fff, #eaf3ff 82%);
  border-color: rgba(20, 20, 20, 0.11);
  box-shadow: 0 20px 56px rgba(44, 58, 78, 0.08);
}

.decisions.theme-ice .decision-advantage-signals {
  background: rgba(20, 20, 20, 0.1);
}

.decisions.theme-ice .decision-advantage-signals article {
  background: #fff;
}

.decisions.theme-ice .decision-card {
  background: rgba(255, 255, 255, 0.56);
}

.decisions.theme-ice .decision-card:hover {
  background: #fff;
}

.service.theme-light .service-steps,
.service.theme-light .service-step,
.faq.theme-ice .faq-list,
.faq.theme-ice .faq-list details,
.contact.theme-ice .contact-note {
  border-color: rgba(20, 20, 20, 0.11);
}

.security.theme-light .security-cards article,
.documentation.theme-light .doc-card {
  background: #fff;
  border-color: rgba(20, 20, 20, 0.11);
  box-shadow: 0 14px 40px rgba(44, 58, 78, 0.06);
}

.documentation.theme-light .doc-card > strong,
.faq.theme-ice .faq-list summary,
.contact.theme-ice .contact-note strong {
  color: #141414;
}

.documentation.theme-light .doc-card:hover {
  background: #fff;
  border-color: rgba(33, 79, 198, 0.3);
  box-shadow: 0 20px 52px rgba(33, 79, 198, 0.1);
}

.contact.theme-ice::before {
  border-color: rgba(33, 79, 198, 0.12);
  box-shadow: 0 0 0 90px rgba(33, 79, 198, 0.025), 0 0 0 180px rgba(33, 79, 198, 0.018);
}

.contact.theme-ice .contact-form {
  background: #fff;
  border-color: rgba(20, 20, 20, 0.12);
  box-shadow: 0 24px 68px rgba(44, 58, 78, 0.13);
}

.contact.theme-ice .contact-form input,
.contact.theme-ice .contact-form textarea {
  background: #f7f9fc;
  border-color: rgba(20, 20, 20, 0.13);
  color: #141414;
}

.contact.theme-ice .contact-form input:focus,
.contact.theme-ice .contact-form textarea:focus {
  background: #fff;
  border-color: #214fc6;
  box-shadow: 0 0 0 3px rgba(33, 79, 198, 0.08);
}

.contact.theme-ice .contact-form textarea::placeholder {
  color: #7b8693;
}

.contact.theme-ice .contact-status[data-kind="success"] { color: #167a46; }
.contact.theme-ice .contact-status[data-kind="error"] { color: #b3261e; }

@media (max-width: 960px) {
  .section-pad { padding-block: 94px; }
}

@media (max-width: 680px) {
  h1 { font-size: clamp(44px, 12.5vw, 62px); }
  h2 { font-size: clamp(36px, 10vw, 48px); }
  .section-pad { padding-block: 58px; }
}
