:root {
  --robot-warm: #f4d35e;
  --robot-aqua: #6ee2e5;
  --robot-sea: #087f96;
  --robot-deep: #063f58;
  --robot-ink: #07344b;
  --robot-foam: #eef9fa;
  --robot-line: rgba(7, 52, 75, .15);
}

body.robots-page { overflow-x: hidden; color: var(--robot-ink); background: var(--robot-foam); }
.robots-page main { overflow: clip; }
.robots-header-wrap { position: relative; z-index: 30; padding-top: 1px; background: linear-gradient(180deg, #dff4f6, rgba(223, 244, 246, .55)); }
.robots-header-wrap .site-header { margin-bottom: 10px; }
.robots-header-wrap .brand { align-self: center; }
.robots-header-wrap nav a[aria-current="page"] { position: relative; color: #075d72; font-weight: 800; }
.robots-header-wrap nav a[aria-current="page"]::after { content: ""; position: absolute; right: 0; bottom: -10px; left: 0; height: 2px; background: var(--robot-warm); }
.robots-header-wrap .header-cta { border: 0; cursor: pointer; }

.robots-hero {
  position: relative;
  color: #f5ffff;
  background:
    linear-gradient(90deg, rgba(5, 61, 82, .96), rgba(7, 116, 137, .88)),
    repeating-linear-gradient(90deg, transparent 0 47px, rgba(174, 249, 244, .07) 48px 49px),
    repeating-linear-gradient(0deg, transparent 0 47px, rgba(174, 249, 244, .07) 48px 49px);
  border-bottom: 1px solid rgba(174, 249, 244, .28);
}
.robots-hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 82% 28%, rgba(110, 226, 229, .2), transparent 32%); pointer-events: none; }
.robots-breadcrumbs { position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: 8px; padding-top: 20px; color: rgba(236, 255, 252, .62); font-family: "Courier New", monospace; font-size: 9px; letter-spacing: .11em; text-transform: uppercase; }
.robots-breadcrumbs a { color: var(--robot-aqua); }
.robots-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr); align-items: center; gap: clamp(48px, 7vw, 110px); min-height: 670px; padding: 66px 0 86px; }
.robots-kicker { display: block; margin-bottom: 22px; color: var(--robot-warm); font-family: "Courier New", monospace; font-size: 10px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.robots-hero h1 { max-width: 840px; margin: 0; font-size: clamp(48px, 6.3vw, 88px); font-weight: 500; line-height: .96; letter-spacing: -.055em; }
.robots-hero-copy > p { max-width: 760px; margin: 27px 0 0; color: rgba(240, 255, 253, .78); font-size: 16px; line-height: 1.72; }
.robots-hero-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 31px; }
.robots-hero-actions .button { min-height: 48px; }
.robots-button-warm { color: var(--robot-ink); background: var(--robot-warm); }
.robots-button-warm:hover { background: #ffe07b; }
.robots-button-outline { color: #f4ffff; border: 1px solid rgba(220, 255, 251, .42); background: rgba(255, 255, 255, .04); }

.robots-visual { position: relative; display: grid; place-items: center; min-height: 390px; }
.robots-visual-orbit { position: absolute; width: min(100%, 370px); aspect-ratio: 1; border: 1px solid rgba(110, 226, 229, .4); border-radius: 50%; box-shadow: 0 0 0 42px rgba(110, 226, 229, .035), 0 0 0 84px rgba(110, 226, 229, .018); }
.robots-visual-orbit::before, .robots-visual-orbit::after { content: ""; position: absolute; background: rgba(110, 226, 229, .22); }
.robots-visual-orbit::before { width: 1px; height: 100%; left: 50%; }
.robots-visual-orbit::after { width: 100%; height: 1px; top: 50%; }
.robots-visual svg { position: relative; z-index: 1; width: min(75%, 270px); color: #baf7ef; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; filter: drop-shadow(0 15px 30px rgba(1, 28, 40, .28)); }
.robots-visual-tag { position: absolute; z-index: 2; right: 0; bottom: 30px; display: grid; gap: 4px; padding: 12px 15px; color: var(--robot-deep); background: var(--robot-warm); font-family: "Courier New", monospace; text-transform: uppercase; }
.robots-visual-tag strong { font-size: 11px; letter-spacing: .12em; }
.robots-visual-tag small { font-size: 7px; letter-spacing: .09em; }

.robot-scope-strip { position: relative; z-index: 2; margin-top: -34px; }
.robot-scope-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); color: #eefefd; background: #07647c; border: 1px solid rgba(157, 245, 240, .3); box-shadow: 0 20px 50px rgba(3, 52, 70, .14); }
.robot-scope-grid article { min-width: 0; padding: 24px 22px; border-right: 1px solid rgba(218, 255, 251, .16); }
.robot-scope-grid article:last-child { border-right: 0; }
.robot-scope-grid h2 { margin: 0 0 9px; color: var(--robot-warm); font-size: 14px; line-height: 1.25; }
.robot-scope-grid p { margin: 0; color: rgba(237, 255, 252, .7); font-size: 11px; line-height: 1.55; }

.robots-section { padding: 100px 0; }
.robots-section.is-soft { background: #e3f3f5; border-block: 1px solid var(--robot-line); }
.robots-section.is-deep { color: #f3ffff; background: #064c65; }
.robots-section-head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, .48fr); align-items: end; gap: 50px; margin-bottom: 45px; }
.robots-section-index { display: block; margin-bottom: 16px; color: #52778a; font-family: "Courier New", monospace; font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.is-deep .robots-section-index { color: var(--robot-aqua); }
.robots-section h2 { max-width: 820px; margin: 0; font-size: clamp(38px, 5vw, 66px); font-weight: 500; line-height: 1.02; letter-spacing: -.045em; }
.robots-section-head > p { margin: 0; color: #527081; font-size: 14px; line-height: 1.7; }
.is-deep .robots-section-head > p { color: rgba(239, 255, 252, .65); }

.robot-category-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--robot-line); border-left: 1px solid var(--robot-line); }
.robot-category { position: relative; display: flex; flex-direction: column; min-width: 0; padding: 34px; background: rgba(255, 255, 255, .64); border-right: 1px solid var(--robot-line); border-bottom: 1px solid var(--robot-line); overflow: hidden; }
.robot-category::before { content: ""; position: absolute; top: 0; left: 0; width: 68px; height: 3px; background: var(--robot-aqua); }
.robot-category.is-featured { grid-column: 1 / -1; color: #f4ffff; background: linear-gradient(120deg, #086e86, #064a67); border-color: rgba(177, 248, 242, .28); }
.robot-category.is-featured::before { width: 150px; background: var(--robot-warm); }
.robot-category-badge { align-self: flex-start; margin-bottom: 19px; padding: 6px 8px; color: #725a00; background: var(--robot-warm); font-family: "Courier New", monospace; font-size: 8px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.robot-category h3 { max-width: 660px; margin: 0; font-size: 28px; font-weight: 500; line-height: 1.12; letter-spacing: -.025em; }
.robot-category > p { max-width: 720px; margin: 15px 0 21px; color: #547283; font-size: 13px; line-height: 1.65; }
.robot-category.is-featured > p { color: rgba(240, 255, 253, .72); }
.robot-category ul { display: grid; gap: 9px; margin: 0 0 27px; padding: 0; list-style: none; }
.robot-category.is-featured ul { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 28px; }
.robot-category li { position: relative; padding-left: 18px; color: #183e51; font-size: 12px; line-height: 1.5; }
.robot-category li::before { content: "↳"; position: absolute; left: 0; color: var(--robot-sea); }
.robot-category.is-featured li { color: rgba(245, 255, 253, .9); }
.robot-category.is-featured li::before { color: var(--robot-warm); }
.robot-category .robot-category-cta { display: inline-flex; justify-content: space-between; align-items: center; gap: 22px; min-height: 44px; margin-top: auto; padding-top: 16px; color: #075d72; border-top: 1px solid var(--robot-line); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.robot-category.is-featured .robot-category-cta { color: var(--robot-warm); border-color: rgba(224, 255, 251, .2); }

.robots-other { display: grid; grid-template-columns: minmax(0, .7fr) minmax(0, 1.3fr); gap: 70px; padding: 42px; color: #eefefd; background: #08718a; border-left: 4px solid var(--robot-warm); }
.robots-other h3 { margin: 0; font-size: 30px; font-weight: 500; }
.robots-other p { margin: 13px 0 0; color: rgba(239, 255, 252, .7); line-height: 1.65; }
.robots-other ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 24px; margin: 0; padding: 0; list-style: none; }
.robots-other li { position: relative; padding-left: 18px; color: rgba(246, 255, 253, .9); font-size: 13px; line-height: 1.5; }
.robots-other li::before { content: "+"; position: absolute; left: 0; color: var(--robot-warm); font-weight: 800; }

.robot-workflow { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); border-top: 1px solid rgba(226, 255, 251, .22); }
.robot-workflow article { position: relative; min-width: 0; padding: 28px 22px 22px 0; border-bottom: 1px solid rgba(226, 255, 251, .22); }
.robot-workflow article:not(:last-child) { margin-right: 22px; }
.robot-workflow article:not(:last-child)::after { content: "→"; position: absolute; top: 28px; right: -3px; color: var(--robot-warm); }
.robot-workflow h3 { margin: 0 0 11px; color: #f8ffff; font-size: 15px; }
.robot-workflow p { margin: 0; color: rgba(238, 255, 252, .62); font-size: 11px; line-height: 1.62; }
.robot-workflow-cta { margin-top: 32px; }

.robot-criteria { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--robot-line); }
.robot-criteria li { position: relative; padding: 15px 18px 15px 34px; color: #173e51; border-bottom: 1px solid var(--robot-line); font-size: 12px; line-height: 1.5; list-style: none; }
.robot-criteria li:nth-child(odd) { border-right: 1px solid var(--robot-line); }
.robot-criteria li::before { content: "✓"; position: absolute; left: 10px; top: 15px; display: grid; place-items: center; width: 16px; height: 16px; color: var(--robot-deep); background: var(--robot-aqua); border-radius: 50%; font-size: 9px; font-weight: 800; }
.robot-compliance-note { margin-top: 27px; padding: 20px 22px; color: #415f70; background: rgba(255, 255, 255, .72); border: 1px solid var(--robot-line); font-size: 12px; line-height: 1.65; }
.robot-compliance-note strong { color: #b27d00; }

.robots-crosslinks { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 34px; }
.robots-crosslinks a { min-height: 42px; padding: 12px 14px; color: #075b72; background: rgba(110, 226, 229, .15); border: 1px solid rgba(7, 91, 114, .15); font-size: 10px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }

.robots-footer { color: #dffaf7; background: #063d55; border-top: 1px solid rgba(216, 255, 251, .2); }
.robots-footer-inner { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 36px; min-height: 150px; padding-block: 24px; }
.robots-footer .footer-brand { justify-self: start; }
.robots-footer-nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 20px; }
.robots-footer-nav a, .robots-footer button { color: rgba(235, 255, 252, .72); background: none; border: 0; cursor: pointer; font-size: 9px; letter-spacing: .09em; text-transform: uppercase; }
.robots-footer-nav a:hover, .robots-footer button:hover { color: var(--robot-warm); }
.robots-footer-meta { display: grid; justify-items: end; gap: 7px; }
.robots-footer-meta p { margin: 0; color: rgba(235, 255, 252, .55); font-size: 9px; }

.robot-enquiry-dialog { width: min(720px, calc(100% - 28px)); max-height: min(90vh, 860px); margin: auto; padding: 0; color: var(--robot-ink); background: #eff9fa; border: 1px solid rgba(7, 52, 75, .2); box-shadow: 0 30px 100px rgba(2, 34, 48, .34); overflow: hidden; }
.robot-enquiry-dialog:not([open]) { display: none; }
.robot-enquiry-dialog[open] { z-index: 1000; display: block; }
.robot-enquiry-dialog::backdrop { background: rgba(2, 36, 52, .7); backdrop-filter: blur(5px); }
.robot-sheet { display: grid; grid-template-rows: auto minmax(0, 1fr); max-height: min(90vh, 860px); }
.robot-sheet-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 22px; padding: 22px 24px; color: #f3ffff; background: #07647c; border-bottom: 1px solid rgba(224, 255, 251, .18); }
.robot-sheet-head small { display: block; margin-bottom: 5px; color: var(--robot-warm); font-family: "Courier New", monospace; font-size: 8px; letter-spacing: .13em; text-transform: uppercase; }
.robot-sheet-head h2 { margin: 0; font-size: 25px; font-weight: 500; line-height: 1.12; }
.robot-sheet-close { display: grid; place-items: center; flex: 0 0 auto; width: 38px; height: 38px; color: #fff; background: rgba(255, 255, 255, .08); border: 1px solid rgba(255, 255, 255, .26); cursor: pointer; font-size: 20px; }
.robot-enquiry-form { display: grid; gap: 12px; padding: 22px 24px 25px; overflow-y: auto; }
.robot-selected-category { margin: 0; padding: 10px 12px; color: #075a71; background: rgba(110, 226, 229, .18); border-left: 3px solid var(--robot-warm); font-size: 11px; font-weight: 700; line-height: 1.45; }
.robot-form-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px; }
.robot-enquiry-form label { display: grid; gap: 5px; min-width: 0; }
.robot-enquiry-form label > span { color: #557382; font-family: "Courier New", monospace; font-size: 8px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.robot-enquiry-form input, .robot-enquiry-form textarea, .robot-enquiry-form select { width: 100%; min-width: 0; color: var(--robot-ink); background: #fff; border: 1px solid rgba(7, 52, 75, .2); border-radius: 0; outline: none; font: inherit; }
.robot-enquiry-form input, .robot-enquiry-form select { height: 42px; padding: 0 11px; }
.robot-enquiry-form textarea { min-height: 86px; padding: 10px 11px; resize: vertical; line-height: 1.45; }
.robot-enquiry-form input:focus, .robot-enquiry-form textarea:focus, .robot-enquiry-form select:focus { border-color: var(--robot-sea); box-shadow: 0 0 0 2px rgba(110, 226, 229, .18); }
.robot-file-input { padding: 8px !important; height: auto !important; min-height: 42px; }
.robot-file-hint { color: #6b8490; font-size: 9px; line-height: 1.45; }
.robot-consent { display: flex !important; align-items: flex-start; grid-template-columns: none !important; gap: 8px !important; }
.robot-consent input { flex: 0 0 auto; width: 16px; height: 16px; margin-top: 2px; accent-color: var(--robot-sea); }
.robot-consent span { font-family: Arial, sans-serif !important; font-size: 10px !important; font-weight: 400 !important; letter-spacing: 0 !important; line-height: 1.45; text-transform: none !important; }
.robot-security { display: grid; grid-template-columns: minmax(0, 1fr) 150px; align-items: end; gap: 10px; padding: 11px 12px; background: #e1f1f3; border: 1px solid rgba(7, 52, 75, .12); }
.robot-security-copy { display: grid; gap: 4px; }
.robot-security-copy strong { font-size: 11px; }
.robot-security-copy button { justify-self: start; padding: 0; color: #557382; background: 0; border: 0; border-bottom: 1px solid; cursor: pointer; font-size: 9px; }
.robot-security label span { font-size: 8px; }
.robot-form-submit { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 14px; }
.robot-form-status { margin: 0; color: #557382; font-size: 10px; line-height: 1.45; }
.robot-form-status[data-tone="error"] { color: #b4412b; }
.robot-form-success { padding: 52px 26px; text-align: center; }
.robot-form-success strong { display: grid; place-items: center; width: 48px; height: 48px; margin: 0 auto 16px; color: var(--robot-deep); background: var(--robot-aqua); border-radius: 50%; font-size: 22px; }
.robot-form-success h3 { margin: 0; font-size: 28px; font-weight: 500; }
.robot-form-success p { margin: 12px auto 0; color: #587483; line-height: 1.6; }

@media (max-width: 1020px) {
  .robots-hero-grid { grid-template-columns: 1fr; min-height: 0; padding: 58px 0 82px; }
  .robots-visual { min-height: 330px; }
  .robot-scope-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .robot-scope-grid article:nth-child(2) { border-right: 0; }
  .robot-scope-grid article:nth-child(-n+2) { border-bottom: 1px solid rgba(218, 255, 251, .16); }
  .robot-workflow { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .robot-workflow article:nth-child(even)::after { display: none; }
  .robots-footer-inner { grid-template-columns: auto 1fr; }
  .robots-footer-meta { grid-column: 1 / -1; justify-items: start; }
}

@media (max-width: 760px) {
  .robots-header-wrap .site-header { margin-bottom: 8px; }
  .robots-breadcrumbs { padding-top: 15px; font-size: 7px; }
  .robots-hero-grid { gap: 34px; padding: 42px 0 70px; }
  .robots-kicker { margin-bottom: 16px; font-size: 8px; line-height: 1.45; }
  .robots-hero h1 { max-width: 100%; font-size: clamp(39px, 11.7vw, 53px); overflow-wrap: anywhere; }
  .robots-hero-copy > p { margin-top: 21px; font-size: 14px; line-height: 1.65; }
  .robots-hero-actions { flex-direction: column; align-items: stretch; margin-top: 25px; }
  .robots-hero-actions .button { width: 100%; min-height: 48px; padding-inline: 15px; }
  .robots-visual { min-height: 240px; }
  .robots-visual-orbit { width: 210px; box-shadow: 0 0 0 26px rgba(110, 226, 229, .035), 0 0 0 52px rgba(110, 226, 229, .018); }
  .robots-visual svg { width: 160px; }
  .robots-visual-tag { right: 3px; bottom: 6px; }
  .robot-scope-strip { margin-top: -26px; }
  .robot-scope-grid { grid-template-columns: 1fr; }
  .robot-scope-grid article { padding: 19px 17px; border-right: 0; border-bottom: 1px solid rgba(218, 255, 251, .16); }
  .robot-scope-grid article:last-child { border-bottom: 0; }
  .robots-section { padding: 68px 0; }
  .robots-section-head { grid-template-columns: 1fr; gap: 18px; margin-bottom: 29px; }
  .robots-section h2 { font-size: clamp(34px, 10vw, 45px); overflow-wrap: anywhere; }
  .robot-category-grid { grid-template-columns: 1fr; }
  .robot-category, .robot-category.is-featured { grid-column: auto; padding: 25px 20px; }
  .robot-category h3 { font-size: 24px; }
  .robot-category > p { font-size: 13px; }
  .robot-category.is-featured ul { grid-template-columns: 1fr; }
  .robot-category .robot-category-cta { min-height: 48px; font-size: 9px; line-height: 1.35; }
  .robots-other { grid-template-columns: 1fr; gap: 25px; padding: 27px 21px; }
  .robots-other ul { grid-template-columns: 1fr; }
  .robot-workflow { grid-template-columns: 1fr; }
  .robot-workflow article { margin-right: 0 !important; padding: 21px 0; }
  .robot-workflow article::after { display: none; }
  .robot-criteria { grid-template-columns: 1fr; padding: 0; }
  .robot-criteria li { border-right: 0 !important; }
  .robots-crosslinks { display: grid; }
  .robots-crosslinks a { display: flex; align-items: center; min-height: 46px; }
  .robots-footer-inner { grid-template-columns: 1fr; justify-items: center; gap: 22px; min-height: 0; padding-block: 30px; text-align: center; }
  .robots-footer .footer-brand, .robots-footer-meta { justify-self: center; justify-items: center; }
  .robots-footer-nav { flex-direction: column; align-items: center; }
  .robot-enquiry-dialog[open] { position: fixed; inset: auto 0 0; width: 100%; max-width: none; height: 94vh; height: 94dvh; max-height: none; margin: 0; border: 0; overflow: hidden; }
  .robot-sheet { width: 100%; height: 100%; max-height: none; min-height: 0; }
  .robot-sheet-head { position: relative; z-index: 2; padding: 17px; }
  .robot-sheet-head h2 { font-size: 21px; }
  .robot-enquiry-form { min-height: 0; gap: 10px; padding: 16px 17px max(24px, calc(18px + env(safe-area-inset-bottom))); overflow-y: auto; overscroll-behavior: contain; -webkit-overflow-scrolling: touch; }
  .robot-form-row, .robot-security, .robot-form-submit { grid-template-columns: 1fr; }
  .robot-enquiry-form input, .robot-enquiry-form select { height: 44px; }
  .robot-enquiry-form textarea { min-height: 78px; }
  .robot-form-submit .button { width: 100%; min-height: 46px; }
}

@media (max-width: 380px) {
  .robots-hero h1 { font-size: 38px; }
  .robot-category { padding-inline: 17px; }
  .robot-sheet-head, .robot-enquiry-form { padding-inline: 14px; }
}

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