:root {
  --navy: #061f43;
  --navy-deep: #031936;
  --navy-soft: #0a315f;
  --teal: #009a9d;
  --teal-bright: #12bdc2;
  --teal-dark: #007e82;
  --yellow: #ffbf18;
  --text: #071b3b;
  --muted: #5f6e80;
  --line: #d6e4ec;
  --pale: #f5fbfc;
  --white: #ffffff;
  --shadow: 0 18px 48px rgba(6, 31, 67, 0.14);
  --soft-shadow: 0 12px 28px rgba(6, 31, 67, 0.1);
  --radius: 7px;
  --container: 1120px;
  --header: 54px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--text);
  background: var(--white);
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  line-height: 1.45;
  text-rendering: optimizeLegibility;
}

img,
svg {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

button {
  border: 0;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 10px;
  z-index: 100;
  transform: translateY(-140%);
  border-radius: 6px;
  background: var(--navy);
  color: var(--white);
  padding: 10px 14px;
  font-weight: 800;
}

.skip-link:focus {
  transform: translateY(0);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.container,
.nav,
.hero-inner,
.footer-grid {
  width: min(calc(100% - 44px), var(--container));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  height: var(--header);
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(214, 228, 236, 0.9);
  backdrop-filter: blur(16px);
}

.nav {
  height: 100%;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 18px;
  align-items: center;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--navy);
  font-size: 1.28rem;
  font-weight: 950;
  line-height: 1;
}

.brand img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: contain;
}

.brand span span {
  color: var(--teal);
}

.site-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  color: var(--navy);
  font-size: 0.68rem;
  font-weight: 850;
}

.site-menu a {
  padding: 11px 0;
  white-space: nowrap;
}

.nav-actions,
.hero-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  border-radius: var(--radius);
  padding: 0 15px;
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.button--large {
  min-width: 210px;
  min-height: 58px;
  font-size: 1.02rem;
}

.button--primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--teal-dark), var(--teal-bright));
  box-shadow: 0 12px 22px rgba(0, 154, 157, 0.22);
}

.button--secondary {
  color: var(--teal-dark);
  background: var(--white);
  border: 1px solid var(--teal-dark);
}

.button--full {
  width: 100%;
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border-radius: var(--radius);
  background: var(--pale);
  color: var(--navy);
  cursor: pointer;
}

.menu-toggle span:not(.sr-only) {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  border-radius: 99px;
  background: currentColor;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 346px;
  background: var(--white);
}

.hero::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -70px;
  width: 142vw;
  height: 124px;
  transform: translateX(-50%) rotate(2.5deg);
  border-radius: 0 0 50% 50%;
  background: var(--navy-deep);
  pointer-events: none;
}

.hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.94fr 1.06fr;
  gap: 48px;
  align-items: center;
  padding: 30px 0 48px;
}

.hero-copy h1 {
  margin: 0;
  color: var(--navy);
  font-size: 5.25rem;
  font-weight: 950;
  line-height: 0.9;
  letter-spacing: 0;
}

.hero-copy h1 {
  background: linear-gradient(90deg, var(--navy) 0 57%, var(--teal) 57% 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-copy p {
  max-width: 570px;
  margin: 18px 0 0;
  color: var(--navy);
  font-size: 1.35rem;
  font-weight: 820;
  line-height: 1.22;
}

.hero-actions {
  margin-top: 28px;
}

.hero-art {
  position: relative;
  min-height: 288px;
}

.hero-signal {
  position: absolute;
  top: -12px;
  left: 92px;
  width: 216px;
  height: 216px;
  border-radius: 50%;
  object-fit: contain;
  filter: drop-shadow(0 16px 20px rgba(6, 31, 67, 0.06));
}

.browser-card {
  position: absolute;
  left: 20px;
  right: 56px;
  bottom: 2px;
  overflow: hidden;
  border: 1px solid #cfdde5;
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--soft-shadow);
}

.browser-bar {
  height: 38px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 16px;
  background: var(--navy);
}

.browser-bar span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--white);
  opacity: 0.9;
}

.browser-body {
  display: grid;
  grid-template-columns: 0.78fr 1fr;
  gap: 24px;
  align-items: center;
  padding: 24px;
}

.picture-box {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1.22;
  border-radius: 4px;
  background:
    linear-gradient(135deg, transparent 44%, var(--navy) 44% 52%, transparent 52%),
    linear-gradient(135deg, var(--teal-bright), #087c86);
}

.picture-box::before,
.picture-box::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.picture-box::before {
  top: 22px;
  left: 24px;
  width: 24px;
  height: 24px;
  background: var(--white);
}

.picture-box::after {
  left: 16px;
  bottom: -42px;
  width: 160px;
  height: 105px;
  background: var(--navy-deep);
  transform: rotate(31deg);
}

.browser-lines strong,
.browser-lines span,
.browser-lines em {
  display: block;
  border-radius: 999px;
}

.browser-lines strong {
  width: 86%;
  height: 13px;
  background: var(--navy);
}

.browser-lines span {
  height: 12px;
  margin-top: 14px;
  background: #c9d5dd;
}

.browser-lines span:nth-child(2) {
  width: 78%;
}

.browser-lines span:nth-child(3) {
  width: 64%;
}

.browser-lines em {
  width: 48%;
  height: 18px;
  margin-top: 16px;
  background: var(--teal);
}

.chat-chip {
  position: absolute;
  right: -4px;
  top: 92px;
  width: 108px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 16px 16px 16px 4px;
  background: var(--navy);
  box-shadow: var(--soft-shadow);
}

.chat-chip span {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--teal-bright);
}

.headset-chip {
  position: absolute;
  right: 48px;
  bottom: 0;
  width: 106px;
  height: 106px;
  border-radius: 50%;
  background: var(--white);
  object-fit: contain;
  box-shadow: var(--soft-shadow);
}

.services {
  position: relative;
  overflow: hidden;
  padding: 26px 0 24px;
  background: radial-gradient(circle at 50% 0%, #0b3869, var(--navy-deep) 70%);
  color: var(--white);
}

.section-title {
  text-align: center;
}

.section-title h2,
.ai-copy h2,
.feature-block h2,
.careers-copy h2,
.contact-copy h2 {
  margin: 0;
  color: var(--navy);
  font-size: 1.52rem;
  font-weight: 930;
  line-height: 1.08;
  letter-spacing: 0;
}

.section-title--dark h2 {
  color: var(--white);
}

.section-title p {
  margin: 7px 0 0;
  color: var(--teal-bright);
  font-size: 0.72rem;
  font-weight: 700;
}

.service-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin-top: 18px;
}

.service-row article {
  display: grid;
  justify-items: center;
  align-content: start;
  min-height: 132px;
  text-align: center;
}

.service-link {
  display: grid;
  justify-items: center;
  align-content: start;
  height: 100%;
  border-radius: var(--radius);
  color: inherit;
  outline-offset: 7px;
}

.service-link .service-art {
  transition: transform 180ms ease, filter 180ms ease;
}

.service-link:hover .service-art,
.service-link:focus-visible .service-art {
  transform: translateY(-3px);
  filter: drop-shadow(0 10px 16px rgba(18, 189, 194, 0.22));
}

.service-icon,
.service-image {
  width: 62px;
  height: 62px;
  margin-bottom: 10px;
}

.service-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: #e5ffff;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-image {
  border-radius: 50%;
  object-fit: contain;
  background: var(--white);
}

.service-art {
  width: 88px;
  height: 88px;
  margin-bottom: 8px;
  object-fit: contain;
}

.service-row h3 {
  margin: 0;
  color: var(--white);
  font-size: 0.74rem;
  font-weight: 900;
}

.service-row p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.56rem;
  line-height: 1.45;
}

.ai-panel {
  padding: 26px 0 26px;
  background: var(--white);
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.chat-scene {
  position: relative;
  min-height: 184px;
}

.duck-disc {
  position: absolute;
  left: 80px;
  top: 8px;
  width: 122px;
  height: 122px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--navy);
  box-shadow: var(--soft-shadow);
}

.duck-disc img {
  width: 92px;
  height: 92px;
  border-radius: 50%;
}

.bubble {
  position: absolute;
  max-width: 170px;
  border-radius: 10px;
  padding: 10px 14px;
  font-size: 0.58rem;
  font-weight: 850;
  line-height: 1.25;
  box-shadow: var(--soft-shadow);
}

.bubble--dark {
  right: 82px;
  top: 6px;
  color: var(--white);
  background: var(--navy);
}

.bubble--teal {
  right: 44px;
  top: 58px;
  color: var(--white);
  background: linear-gradient(135deg, var(--teal-dark), var(--teal-bright));
}

.bubble--light {
  right: 98px;
  top: 112px;
  color: var(--navy);
  background: #e9f0f3;
}

.check-dot {
  position: absolute;
  right: 62px;
  bottom: 12px;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--teal);
  box-shadow: var(--soft-shadow);
}

.check-dot svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ai-copy {
  max-width: 470px;
}

.feature-list,
.check-list,
.contact-list,
.price-card ul {
  list-style: none;
  padding: 0;
}

.feature-list {
  display: grid;
  gap: 12px;
  margin: 16px 0 0;
}

.feature-list li {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 18px;
  align-items: center;
  color: var(--navy);
  font-size: 0.68rem;
  font-weight: 650;
}

.feature-list svg,
.contact-list svg,
.block-icon,
.process-track svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.feature-list svg {
  width: 24px;
  height: 24px;
  color: var(--teal);
}

.growth-strip {
  padding: 12px 0 12px;
  background: linear-gradient(180deg, #f3f8fa, var(--white));
  border-top: 1px solid #e4eef3;
  border-bottom: 1px solid #e4eef3;
}

.growth-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
}

.feature-block {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 16px;
  align-items: center;
}

.feature-block--split {
  border-left: 1px solid #cbd8e0;
  padding-left: 42px;
}

.feature-block img,
.block-icon {
  width: 52px;
  height: 52px;
  color: var(--teal);
  object-fit: contain;
}

.feature-block h2 {
  font-size: 0.98rem;
}

.check-list {
  display: grid;
  gap: 4px;
  margin: 8px 0 0;
  color: var(--navy);
  font-size: 0.58rem;
  font-weight: 650;
}

.check-list li {
  position: relative;
  padding-left: 23px;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 0.54em;
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--teal);
  border-bottom: 2px solid var(--teal);
  transform: rotate(45deg) translateY(-50%);
}

.process {
  padding: 10px 0 12px;
  background: var(--white);
}

.process-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 22px;
  margin-top: 8px;
}

.process-track::before {
  content: "";
  position: absolute;
  left: 9%;
  right: 9%;
  top: 16px;
  height: 1px;
  background: #bfccd5;
}

.process-track article {
  position: relative;
  display: grid;
  justify-items: center;
  text-align: center;
}

.process-track span {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: var(--white);
  background: var(--teal);
  font-weight: 900;
}

.process-track svg {
  width: 26px;
  height: 26px;
  margin-top: 7px;
  color: var(--navy);
}

.process-track h3 {
  margin: 6px 0 0;
  color: var(--navy);
  font-size: 0.6rem;
  font-weight: 900;
}

.process-track p {
  max-width: 140px;
  margin: 6px 0 0;
  color: var(--navy);
  font-size: 0.5rem;
  line-height: 1.38;
}

.pricing {
  padding: 16px 0 8px;
  background: radial-gradient(circle at 50% 0%, #0b3869, var(--navy-deep) 70%);
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  width: min(100%, 880px);
  margin: 12px auto 0;
}

.price-card {
  position: relative;
  display: grid;
  justify-items: center;
  align-content: start;
  min-height: 164px;
  padding: 12px 24px 12px;
  border-top: 7px solid var(--teal-bright);
  border-radius: var(--radius);
  background: var(--white);
  text-align: center;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.18);
}

.popular-label {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 112px;
  border-radius: 999px;
  background: var(--teal);
  color: var(--white);
  padding: 4px 12px;
  font-size: 0.62rem;
  font-weight: 900;
}

.price-card h3 {
  margin: 0;
  color: var(--teal);
  font-size: 0.98rem;
  font-weight: 930;
}

.price-card p {
  margin: 2px 0 8px;
  color: var(--navy);
  font-size: 0.58rem;
}

.price-card strong {
  color: var(--navy);
  font-size: 1.42rem;
  font-weight: 950;
  line-height: 1;
}

.price-card small {
  margin-top: 2px;
  color: var(--navy);
  font-size: 0.54rem;
  font-weight: 700;
}

.price-card .check-list {
  justify-self: start;
  margin: 8px 0 10px;
  text-align: left;
}

.price-card .button {
  width: 100%;
  margin-top: auto;
}

.hosting-note {
  margin: 7px 0 0;
  color: rgba(255, 255, 255, 0.88);
  text-align: center;
  font-size: 0.72rem;
}

.careers {
  padding: 20px 0;
  background: linear-gradient(180deg, var(--white), var(--pale));
  border-top: 1px solid #e4eef3;
  border-bottom: 1px solid #e4eef3;
}

.careers-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  align-items: center;
}

.careers-copy h2 {
  font-size: 1.2rem;
}

.careers-copy p {
  margin: 6px 0 0;
  color: var(--navy);
  font-size: 0.72rem;
  font-weight: 650;
}

.career-roles {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.career-roles span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  border: 1px solid rgba(0, 154, 157, 0.35);
  border-radius: 999px;
  background: var(--white);
  color: var(--navy);
  padding: 0 12px;
  font-size: 0.62rem;
  font-weight: 850;
  white-space: nowrap;
}

.contact {
  padding: 6px 0 6px;
  background: var(--white);
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 48px;
  align-items: start;
}

.contact-copy h2 {
  font-size: 1.28rem;
}

.contact-copy p {
  margin: 5px 0 0;
  color: var(--navy);
  font-size: 0.9rem;
}

.contact-list {
  display: grid;
  gap: 5px;
  margin: 10px 0 0;
  color: var(--navy);
  font-size: 0.72rem;
  font-weight: 650;
}

.contact-list li {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 12px;
  align-items: center;
}

.contact-list svg {
  width: 21px;
  height: 21px;
  color: var(--teal);
}

.lead-form {
  display: grid;
  gap: 5px;
}

.form-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.lead-form input,
.lead-form textarea {
  width: 100%;
  border: 1px solid #cbdbe5;
  border-radius: 4px;
  background: var(--white);
  color: var(--navy);
  padding: 6px 10px;
  font-size: 0.62rem;
  font-weight: 650;
}

.lead-form textarea {
  height: 48px;
  min-height: 0;
  resize: vertical;
}

.lead-form input::placeholder,
.lead-form textarea::placeholder {
  color: #7c8c9e;
}

.lead-form input:focus,
.lead-form textarea:focus {
  outline: 3px solid rgba(18, 189, 194, 0.2);
  border-color: var(--teal);
}

.lead-form .button {
  min-height: 26px;
}

.form-status {
  min-height: 20px;
  margin: 0;
  color: var(--teal);
  font-size: 0.88rem;
  font-weight: 800;
}

.site-footer {
  padding: 9px 0 9px;
  background: var(--navy-deep);
  color: var(--white);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr 0.7fr 1fr;
  gap: 34px;
}

.brand--footer {
  color: var(--white);
  font-size: 1rem;
}

.brand--footer img {
  width: 28px;
  height: 28px;
}

.site-footer p {
  max-width: 260px;
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.56rem;
  line-height: 1.4;
}

.site-footer h2 {
  margin: 0 0 8px;
  color: var(--white);
  font-size: 0.72rem;
  font-weight: 900;
}

.site-footer a:not(.brand) {
  display: block;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.58rem;
  line-height: 1.42;
}

.subscribe-form {
  display: grid;
  grid-template-columns: 1fr 42px;
  margin-top: 12px;
}

.subscribe-form input {
  min-width: 0;
  border: 0;
  border-radius: 4px 0 0 4px;
  padding: 7px 10px;
  color: var(--navy);
  font-size: 0.66rem;
}

.subscribe-form button {
  display: grid;
  place-items: center;
  border-radius: 0 4px 4px 0;
  background: var(--teal);
  color: var(--white);
  cursor: pointer;
}

.subscribe-form svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.side-choice {
  position: relative;
  overflow: hidden;
  padding: 46px 0 52px;
  background:
    radial-gradient(circle at 25% 30%, rgba(18, 189, 194, 0.18), transparent 32%),
    radial-gradient(circle at 75% 15%, rgba(255, 255, 255, 0.08), transparent 28%),
    var(--navy-deep);
  color: var(--white);
}

.side-choice__title h2 {
  color: var(--white);
}

.side-choice__title p {
  margin: 8px 0 0;
  color: var(--teal-bright);
  font-size: 0.9rem;
  font-weight: 750;
}

.side-choice__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  width: min(100%, 760px);
  margin: 28px auto 0;
}

.side-choice__link {
  display: grid;
  gap: 13px;
  text-align: center;
}

.side-choice__media {
  position: relative;
  display: grid;
  min-height: 180px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(18, 189, 194, 0.45);
  border-radius: var(--radius);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.side-choice__link--light .side-choice__media {
  background: var(--white);
  border-color: rgba(18, 189, 194, 0.7);
  color: var(--navy);
}

.side-choice__link--dark .side-choice__media {
  background: var(--navy);
  border-color: rgba(18, 189, 194, 0.62);
  color: var(--white);
}

.side-choice__media img {
  width: 100%;
  height: 100%;
  min-height: 180px;
  object-fit: cover;
}

.side-choice__caption {
  color: var(--white);
  font-size: 1.05rem;
  font-weight: 930;
}

.service-page {
  background: var(--white);
}

.service-detail-hero {
  position: relative;
  overflow: hidden;
  padding: 54px 0 58px;
  background:
    radial-gradient(circle at 78% 20%, rgba(18, 189, 194, 0.14), transparent 30%),
    linear-gradient(180deg, var(--white), #f7fbfd);
}

.service-detail-grid {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 52px;
  align-items: center;
}

.service-detail-copy h1 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(2.5rem, 5vw, 4.8rem);
  font-weight: 950;
  line-height: 0.94;
  letter-spacing: 0;
}

.service-detail-copy p {
  max-width: 560px;
  margin: 20px 0 0;
  color: var(--navy);
  font-size: 1.2rem;
  font-weight: 760;
  line-height: 1.24;
}

.service-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.service-detail-media {
  display: grid;
  place-items: center;
  min-height: 318px;
}

.service-detail-card {
  position: relative;
  display: grid;
  place-items: center;
  width: min(100%, 430px);
  aspect-ratio: 1.24;
  border: 1px solid rgba(0, 154, 157, 0.24);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(245, 251, 252, 0.94)),
    radial-gradient(circle at 72% 20%, rgba(18, 189, 194, 0.18), transparent 34%);
  box-shadow: var(--shadow);
}

.service-detail-card::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(6, 31, 67, 0.08);
  border-radius: calc(var(--radius) - 1px);
}

.service-detail-card img {
  position: relative;
  width: calc(100% - 34px);
  height: calc(100% - 34px);
  border-radius: calc(var(--radius) - 1px);
  object-fit: cover;
  filter: drop-shadow(0 16px 18px rgba(6, 31, 67, 0.12));
}

.service-detail-body {
  padding: 44px 0 48px;
}

.service-detail-columns {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 52px;
  align-items: start;
}

.service-detail-body h2 {
  margin: 0;
  color: var(--navy);
  font-size: 1.8rem;
  font-weight: 930;
  line-height: 1.08;
}

.service-detail-body p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.55;
}

.service-detail-list {
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-detail-list li {
  position: relative;
  padding-left: 28px;
  color: var(--navy);
  font-size: 0.95rem;
  font-weight: 720;
  line-height: 1.36;
}

.service-detail-list li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 0.58em;
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--teal);
  border-bottom: 2px solid var(--teal);
  transform: rotate(45deg) translateY(-50%);
}

.service-detail-strip {
  padding: 34px 0;
  background: radial-gradient(circle at 50% 0%, #0b3869, var(--navy-deep) 72%);
  color: var(--white);
}

.service-detail-strip .container {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
}

.service-detail-strip h2 {
  margin: 0;
  color: var(--white);
  font-size: 1.55rem;
  font-weight: 930;
}

.service-detail-strip p {
  max-width: 650px;
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.92rem;
}

.service-detail-nav {
  padding: 28px 0 42px;
  background: var(--pale);
}

.service-detail-nav__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.service-detail-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border: 1px solid rgba(0, 154, 157, 0.34);
  border-radius: 999px;
  background: var(--white);
  color: var(--navy);
  padding: 0 14px;
  font-size: 0.68rem;
  font-weight: 880;
}

.service-detail-nav a[aria-current="page"] {
  background: var(--teal);
  color: var(--white);
}

.brand--header {
  gap: 0;
}

.brand--header img {
  width: 135px;
  height: 31px;
  border-radius: 0;
}

.hero-art-image,
.ai-scene-image,
.service-art,
.block-icon {
  object-fit: contain;
}

@media (min-width: 761px) {
  .nav {
    width: min(calc(100% - 58px), var(--container));
    gap: 18px;
  }

  .site-menu {
    gap: 22px;
    font-size: 0.64rem;
  }

  .nav-actions {
    gap: 8px;
  }

  .nav-actions .button {
    min-height: 30px;
    padding: 0 14px;
    border-radius: 4px;
    font-size: 0.62rem;
  }

  .hero {
    height: 304px;
    min-height: 0;
    z-index: 1;
    overflow: visible;
  }

  .hero::after {
    display: none;
    bottom: -158px;
    width: 128vw;
    height: 132px;
    transform: translateX(-50%) rotate(3.8deg);
    border-radius: 0 0 50% 50%;
    z-index: 0;
  }

  .hero-inner {
    width: min(calc(100% - 104px), var(--container));
    height: 100%;
    grid-template-columns: 390px 1fr;
    gap: 34px;
    align-items: start;
    padding: 21px 0 0;
    z-index: 2;
  }

  .hero-copy h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 4.9rem;
    font-weight: 900;
    line-height: 0.9;
    display: inline-block;
    transform: scaleX(0.84);
    transform-origin: left center;
  }

  .hero-copy {
    padding-top: 16px;
  }

  .hero-copy p {
    max-width: 445px;
    margin-top: 18px;
    font-size: 1.36rem;
    line-height: 1.18;
  }

  .hero-actions {
    margin-top: 27px;
  }

  .button--large {
    min-height: 46px;
    min-width: 180px;
    padding: 0 22px;
    border-radius: 5px;
    font-size: 0.92rem;
  }

  .hero-actions .button--secondary {
    min-width: 136px;
  }

  .hero-art {
    min-height: 304px;
  }

  .hero-art-image {
    position: relative;
    top: -2px;
    left: -22px;
    width: 388px;
    height: 304px;
    max-width: none;
  }

  .services {
    height: 303px;
    padding: 58px 0 0;
  }

  .services::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 78px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 864 78' preserveAspectRatio='none'%3E%3Cpath fill='%23ffffff' d='M0 0H864V0C724 52 590 58 432 45C280 33 145 54 0 0Z'/%3E%3C/svg%3E") center top / 100% 78px no-repeat;
    pointer-events: none;
  }

  .services .container {
    position: relative;
    z-index: 1;
  }

  .services .section-title h2 {
    font-size: 1.55rem;
  }

  .services .section-title p {
    margin-top: 7px;
    font-size: 0.72rem;
  }

  .service-row {
    gap: 20px;
    margin-top: 0;
  }

  .service-row article {
    min-height: 176px;
  }

  .service-art {
    width: 96px;
    height: 88px;
    margin-bottom: 4px;
  }

  .service-row h3 {
    font-size: 0.78rem;
  }

  .service-row p {
    max-width: 128px;
    margin-top: 8px;
    font-size: 0.58rem;
    line-height: 1.33;
  }

  .ai-panel {
    height: 244px;
    padding: 32px 0 0;
  }

  .split--ai {
    align-items: start;
    gap: 58px;
  }

  .chat-scene {
    min-height: 185px;
  }

  .ai-scene-image {
    width: 334px;
    height: 185px;
    margin-left: 50px;
  }

  .ai-copy {
    max-width: 330px;
    margin-top: -10px;
  }

  .ai-copy h2 {
    max-width: 340px;
    font-size: 1.56rem;
    line-height: 1.07;
  }

  .feature-list {
    gap: 13px;
    margin-top: 18px;
  }

  .feature-list li {
    grid-template-columns: 32px 1fr;
    gap: 20px;
    font-size: 0.72rem;
    line-height: 1.32;
  }

  .growth-strip {
    height: 164px;
    padding: 17px 0 0;
  }

  .growth-grid {
    width: min(calc(100% - 80px), var(--container));
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    align-items: center;
  }

  .feature-block {
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 12px;
    min-width: 0;
    padding-right: 18px;
  }

  .feature-block--split {
    position: relative;
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 12px;
    padding-left: 20px;
  }

  .feature-block--split .block-icon {
    position: static;
    width: 56px;
    height: 56px;
  }

  .feature-block--split div {
    margin-left: 0;
  }

  .feature-block img,
  .block-icon {
    width: 56px;
    height: 56px;
  }

  .feature-block h2 {
    font-size: 0.9rem;
  }

  .check-list {
    gap: 3px;
    margin-top: 7px;
    font-size: 0.54rem;
    line-height: 1.22;
  }

  .process {
    height: 202px;
    padding: 15px 0 0;
  }

  .process .section-title h2 {
    font-size: 1.42rem;
  }

  .process-track {
    gap: 22px;
    margin-top: 17px;
  }

  .process-track::before {
    left: 9.3%;
    right: 9.3%;
    top: 15px;
  }

  .process-track span {
    width: 24px;
    height: 24px;
    font-size: 0.8rem;
  }

  .process-track svg {
    width: 28px;
    height: 28px;
    margin-top: 8px;
  }

  .process-track h3 {
    margin-top: 7px;
    font-size: 0.62rem;
  }

  .process-track p {
    margin-top: 6px;
    font-size: 0.5rem;
    line-height: 1.36;
  }

  .pricing {
    height: 299px;
    padding: 6px 0 0;
  }

  .pricing .section-title h2 {
    font-size: 1.43rem;
  }

  .pricing-grid {
    width: min(100%, 634px);
    gap: 38px;
    margin-top: 12px;
  }

  .price-card {
    min-height: 220px;
    padding: 14px 24px 11px;
  }

  .price-card h3 {
    font-size: 1.02rem;
  }

  .price-card p {
    margin-bottom: 9px;
  }

  .price-card strong {
    font-size: 1.52rem;
  }

  .price-card .check-list {
    margin: 10px 0 10px;
  }

  .price-card .button {
    min-height: 29px;
    font-size: 0.66rem;
  }

  .hosting-note {
    margin-top: 9px;
    font-size: 0.72rem;
  }

  .careers {
    height: 104px;
    padding: 18px 0 0;
  }

  .careers-grid {
    width: min(calc(100% - 110px), var(--container));
    grid-template-columns: 230px 1fr 154px;
    gap: 20px;
  }

  .careers-copy h2 {
    font-size: 1.24rem;
  }

  .career-roles {
    justify-content: center;
  }

  .careers .button {
    min-height: 34px;
    font-size: 0.64rem;
  }

  .contact {
    height: 185px;
    padding: 27px 0 0;
  }

  .contact-grid {
    width: min(calc(100% - 110px), var(--container));
    gap: 30px;
    grid-template-columns: 330px 1fr;
  }

  .contact-copy h2 {
    font-size: 1.25rem;
  }

  .contact-copy p {
    font-size: 0.94rem;
  }

  .contact-list {
    gap: 7px;
    margin-top: 13px;
    font-size: 0.7rem;
  }

  .lead-form {
    gap: 6px;
  }

  .lead-form input,
  .lead-form textarea {
    padding: 6px 11px;
    font-size: 0.6rem;
  }

  .lead-form textarea {
    height: 54px;
  }

  .lead-form .button {
    min-height: 27px;
    font-size: 0.64rem;
  }

  .form-status {
    min-height: 0;
  }

  .site-footer {
    min-height: 85px;
    padding: 9px 0 0;
    overflow: hidden;
  }

  .side-choice {
    min-height: 310px;
    padding: 38px 0 42px;
  }

  .side-choice__title h2 {
    font-size: 1.75rem;
  }

  .side-choice__grid {
    gap: 34px;
    margin-top: 24px;
  }

  .footer-grid {
    width: min(calc(100% - 110px), var(--container));
    gap: 52px;
  }
}

@media (max-width: 760px) {
  .nav {
    grid-template-columns: auto auto;
  }

  .menu-toggle {
    display: block;
    justify-self: end;
  }

  .site-menu {
    position: absolute;
    top: calc(100% + 8px);
    left: 22px;
    right: 22px;
    display: grid;
    justify-content: stretch;
    gap: 0;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--white);
    box-shadow: var(--soft-shadow);
    opacity: 0;
    transform: translateY(-8px);
    pointer-events: none;
  }

  .site-menu.is-open {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .site-menu a {
    padding: 12px 10px;
  }

  .nav-actions {
    display: none;
  }

  .hero-inner,
  .split,
  .growth-grid,
  .contact-grid,
  .service-detail-grid,
  .service-detail-columns,
  .service-detail-strip .container {
    grid-template-columns: 1fr;
  }

  .hero-copy h1 {
    font-size: 4.9rem;
  }

  .hero-copy p {
    font-size: 1.35rem;
  }

  .hero-art {
    min-height: 380px;
  }

  .service-row {
    grid-template-columns: repeat(3, 1fr);
  }

  .feature-block--split,
  .feature-block--software {
    border-left: 0;
    padding-left: 0;
    border-top: 1px solid #cbd8e0;
    padding-top: 34px;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
    max-width: 420px;
  }

  .side-choice__grid {
    grid-template-columns: 1fr;
    max-width: 420px;
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-detail-hero {
    padding: 42px 0;
  }

  .service-detail-copy h1 {
    font-size: 3.1rem;
  }

  .service-detail-copy p {
    font-size: 1.02rem;
  }

  .service-detail-actions {
    display: grid;
  }

  .service-detail-media {
    min-height: 250px;
  }

  .service-detail-strip .button {
    width: 100%;
  }
}

@media (max-width: 700px) {
  .container,
  .nav,
  .hero-inner,
  .footer-grid {
    width: min(calc(100% - 28px), 390px);
  }

  .site-header {
    height: 64px;
  }

  .brand {
    font-size: 1.2rem;
  }

  .brand img {
    width: 36px;
    height: 36px;
  }

  .hero-inner {
    padding: 46px 0 66px;
    gap: 24px;
  }

  .hero-copy h1 {
    font-size: 3.2rem;
  }

  .hero-copy p {
    font-size: 1rem;
  }

  .hero-actions {
    display: grid;
    gap: 14px;
  }

  .button--large,
  .button {
    width: 100%;
  }

  .hero-art {
    min-height: 275px;
  }

  .hero-signal {
    left: 62px;
    top: 4px;
    width: 160px;
    height: 160px;
  }

  .browser-card {
    left: 0;
    right: 0;
    bottom: 0;
  }

  .browser-body {
    grid-template-columns: 0.76fr 1fr;
    gap: 16px;
    padding: 18px;
  }

  .chat-chip {
    right: -6px;
    top: 92px;
    width: 80px;
    height: 58px;
  }

  .chat-chip span {
    width: 8px;
    height: 8px;
  }

  .headset-chip {
    right: -8px;
    bottom: -14px;
    width: 88px;
    height: 88px;
  }

  .services,
  .ai-panel,
  .growth-strip,
  .process,
  .pricing,
  .careers,
  .contact {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .section-title h2,
  .ai-copy h2,
  .feature-block h2,
  .careers-copy h2,
  .contact-copy h2 {
    font-size: 1.65rem;
  }

  .service-row,
  .process-track,
  .field-row,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .service-row {
    gap: 22px;
  }

  .chat-scene {
    min-height: 360px;
  }

  .duck-disc {
    left: 0;
    top: 0;
  }

  .bubble--dark {
    right: 0;
    top: 18px;
  }

  .bubble--teal {
    right: 0;
    top: 150px;
  }

  .bubble--light {
    left: 16px;
    right: auto;
    top: 238px;
  }

  .check-dot {
    right: 20px;
    bottom: 0;
  }

  .feature-block {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .process-track {
    gap: 28px;
  }

  .process-track::before {
    display: none;
  }

  .process-track article {
    grid-template-columns: 40px 58px 1fr;
    column-gap: 12px;
    justify-items: start;
    text-align: left;
  }

  .process-track span {
    grid-row: span 2;
  }

  .process-track svg {
    margin-top: 0;
  }

  .process-track h3 {
    margin-top: 0;
  }

  .process-track p {
    grid-column: 3;
    max-width: none;
  }
}

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