/* Quick Sites: approved blue / cyan / teal brand system.
   Bright accents decorate; navy and body ink carry readable text. */
:root {
  color-scheme: light;
  --quick-blue: #146EF5;
  --site-cyan: #12BCEB;
  --launch-teal: #16D5C1;
  --deep-navy: #0E2344;
  --slate: #667C93;
  --cloud: #F5F8FB;
  --white: #FFFFFF;
  --body-text: #25364A;
  --border: #DCE5ED;
  --muted-background: #EDF3F7;
  --success: #17A673;
  --warning: #F5A524;
  --error: #E5484D;
  --info: #3B82F6;
  /* Darker slate for small text on white/cloud; keep brand slate for decoration. */
  --text-muted: #52677D;
  --blue-hover: #105BCC;
  --brand-gradient: linear-gradient(110deg, var(--quick-blue), var(--site-cyan) 55%, var(--launch-teal));
  --radius: 20px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--white); }
body {
  margin: 0;
  color: var(--body-text);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
a { color: var(--quick-blue); text-underline-offset: 4px; }
a:hover { color: var(--blue-hover); }
a:focus-visible { outline: 3px solid var(--quick-blue); outline-offset: 5px; border-radius: 5px; }
::selection { background: var(--deep-navy); color: var(--white); }
h1, h2, h3 { color: var(--deep-navy); text-wrap: balance; }
.shell { width: min(calc(100% - 64px), 1180px); margin-inline: auto; }
#how { scroll-margin-top: 30px; }
.skip-link {
  position: absolute;
  top: -100px;
  left: 16px;
  z-index: 10;
  padding: 10px 18px;
  background: var(--deep-navy);
  color: var(--white);
}
.skip-link:focus { top: 12px; color: var(--white); }

/* White header keeps the original navy wordmark legible without recoloring it. */
.nav { position: relative; z-index: 5; background: rgb(255 255 255 / 94%); border-bottom: 1px solid var(--border); }
.nav__inner { min-height: 96px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; min-height: 44px; flex-shrink: 0; }
.brand img { width: 234px; }
.nav__actions { display: flex; align-items: center; gap: 28px; }
.link { display: inline-flex; align-items: center; min-height: 44px; color: var(--deep-navy); text-decoration: none; font-size: 14px; font-weight: 650; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  min-height: 52px;
  padding: 13px 23px;
  border: 1px solid var(--quick-blue);
  border-radius: 10px;
  background: var(--quick-blue);
  color: var(--white);
  text-decoration: none;
  font-size: 15px;
  font-weight: 750;
  line-height: 1.4;
  text-align: center;
  transition: background-color .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.button > span { font-size: 21px; line-height: 1; }
.button:hover { color: var(--white); background: var(--blue-hover); border-color: var(--blue-hover); box-shadow: 0 6px 18px rgb(20 110 245 / 14%); }
.button--compact { min-height: 44px; padding: 10px 18px; font-size: 14px; }
.button--ghost { color: var(--deep-navy); background: var(--white); border-color: var(--border); }
.button--ghost:hover { color: var(--blue-hover); background: var(--cloud); border-color: var(--quick-blue); box-shadow: none; }

/* The super graphic echoes the organic rings used by the Quick Sites app. */
.supergraphic { position: absolute; pointer-events: none; }
.supergraphic__ring, .supergraphic__dot { position: absolute; display: block; }
.supergraphic__ring { border-style: solid; border-radius: 44% 56% 54% 46% / 48% 43% 57% 52%; transform: rotate(-14deg); }
.supergraphic__dot { border-radius: 50%; }

/* Brand color is concentrated in the artwork and headline, not body copy. */
.hero {
  position: relative;
  overflow: clip;
  padding: 78px 0 106px;
  background:
    radial-gradient(circle at 86% 18%, rgb(18 213 193 / 12%), transparent 28%),
    radial-gradient(circle at 74% 74%, rgb(18 188 235 / 11%), transparent 34%),
    linear-gradient(145deg, var(--white) 42%, #F7FCFF 100%);
}
.supergraphic--hero { top: -255px; right: -250px; width: 820px; height: 820px; opacity: .28; transform: rotate(8deg); }
.supergraphic--hero .supergraphic__ring--one { inset: 0; border-width: 66px; border-color: var(--quick-blue); }
.supergraphic--hero .supergraphic__ring--two { inset: 127px; border-width: 52px; border-color: var(--site-cyan); }
.supergraphic--hero .supergraphic__ring--three { inset: 234px; border-width: 42px; border-color: var(--launch-teal); }
.supergraphic--hero .supergraphic__dot--one { left: 98px; bottom: 54px; width: 28px; height: 28px; background: var(--site-cyan); }
.supergraphic--hero .supergraphic__dot--two { left: 35px; bottom: 145px; width: 14px; height: 14px; background: var(--deep-navy); }
.hero__inner { position: relative; z-index: 1; display: grid; grid-template-columns: .95fr 1.12fr; align-items: center; gap: 34px; }
.hero__copy, .hero-art, .example { min-width: 0; }
.kicker, .section-kicker { margin: 0 0 22px; color: var(--blue-hover); text-transform: uppercase; letter-spacing: .11em; font-size: 11px; font-weight: 800; }
.kicker { display: flex; align-items: center; gap: 10px; }
.brand-dot { flex: 0 0 9px; height: 9px; border-radius: 50%; background: var(--brand-gradient); }
.hero h1 { margin: 0; max-width: 650px; font-size: clamp(48px, 5.5vw, 72px); line-height: 1.02; letter-spacing: -.06em; text-wrap: balance; }
.headline-accent { position: relative; display: inline-block; color: var(--quick-blue); }
.headline-accent::after { content: ""; position: absolute; bottom: -6px; left: 0; width: 100%; height: 5px; border-radius: 4px; background: var(--brand-gradient); }
.lede { margin: 30px 0 0; max-width: 590px; font-size: 18px; line-height: 1.75; }
.hero__actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 30px; }
.hero__note { margin: 18px 0 0; color: var(--text-muted); font-size: 13px; }
.hero-art { position: relative; margin: 0 -70px 0 -12px; }
.hero-art > img { width: 100%; filter: drop-shadow(0 25px 30px rgb(14 35 68 / 13%)); }
.hero-art__status {
  position: absolute;
  left: 7%;
  bottom: 2%;
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 300px;
  padding: 12px 17px 12px 12px;
  border: 1px solid rgb(220 229 237 / 88%);
  border-radius: 15px;
  background: rgb(255 255 255 / 94%);
  box-shadow: 0 18px 38px -20px rgb(14 35 68 / 40%);
  color: var(--text-muted);
  font-size: 12px;
  line-height: 1.45;
  backdrop-filter: blur(8px);
}
.hero-art__status strong { display: block; color: var(--deep-navy); font-size: 14px; }
.hero-art__check { display: grid; place-items: center; width: 34px; height: 34px; flex: 0 0 34px; border-radius: 50%; background: var(--launch-teal); color: var(--deep-navy); font-weight: 900; }

.how { padding: 96px 0 104px; background: var(--cloud); border-block: 1px solid var(--border); }
.how__intro { display: grid; grid-template-columns: 1.38fr .72fr; align-items: center; gap: 66px; margin-bottom: 42px; }
.how__heading { max-width: 390px; }
.how__heading .section-kicker { margin-bottom: 14px; }
.how-art { position: relative; margin: 0; overflow: hidden; border: 1px solid var(--border); border-radius: 30px; background: var(--white); box-shadow: 0 28px 70px -38px rgb(14 35 68 / 32%); }
.how-art::after { content: ""; position: absolute; inset: 0; border-radius: inherit; box-shadow: inset 0 0 0 7px rgb(255 255 255 / 55%); pointer-events: none; }
.how-art img { width: 100%; }
.section-title { margin: 0; font-size: clamp(34px, 4vw, 50px); line-height: 1.08; letter-spacing: -.05em; }
.section-intro { margin: 23px 0 0; color: var(--text-muted); font-size: 16px; line-height: 1.8; }
.how__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.step { position: relative; overflow: hidden; padding: 30px; border: 1px solid var(--border); border-radius: var(--radius); background: var(--white); transition: transform .2s ease, box-shadow .2s ease; }
.step:hover { transform: translateY(-4px); box-shadow: 0 20px 40px -30px rgb(14 35 68 / 45%); }
.step::before { content: ""; position: absolute; inset: 0 0 auto; height: 4px; background: var(--quick-blue); }
.step:nth-child(2)::before { background: var(--site-cyan); }
.step:nth-child(3)::before { background: var(--launch-teal); }
.step__number { display: grid; place-items: center; width: 44px; height: 44px; margin-bottom: 26px; border-radius: 12px; background: var(--muted-background); color: var(--deep-navy); font-size: 13px; font-weight: 800; }
.step h3 { margin: 0 0 12px; font-size: 22px; line-height: 1.25; letter-spacing: -.025em; }
.step p { margin: 0; color: var(--body-text); font-size: 15px; line-height: 1.8; }

.control { position: relative; overflow: clip; padding: 104px 0; background: var(--white); }
.control::before { content: ""; position: absolute; right: -150px; bottom: -240px; width: 520px; height: 520px; border: 76px solid rgb(18 188 235 / 8%); border-radius: 45% 55% 50% 50%; transform: rotate(20deg); }
.control__grid { position: relative; display: grid; grid-template-columns: 1fr .85fr; align-items: center; gap: 108px; }
.control .section-kicker { margin-bottom: 14px; }
.control h2 { margin: 0; font-size: clamp(36px, 4.2vw, 54px); line-height: 1.08; letter-spacing: -.05em; }
.control__copy > p:not(.section-kicker) { margin: 24px 0 0; max-width: 570px; font-size: 17px; line-height: 1.85; }
.control__list { display: grid; gap: 14px; margin: 27px 0 0; padding: 0; list-style: none; }
.control__list li { display: flex; align-items: flex-start; gap: 12px; color: var(--deep-navy); font-size: 14px; font-weight: 700; }
.control__list span { display: grid; place-items: center; width: 23px; height: 23px; flex: 0 0 23px; margin-top: 1px; border-radius: 50%; background: rgb(22 213 193 / 20%); color: #0C786B; font-size: 12px; }
.example {
  position: relative;
  isolation: isolate;
  padding: 32px;
  border: 1px solid var(--border);
  border-radius: 24px;
  background: var(--white);
  box-shadow: 0 24px 64px -28px rgb(14 35 68 / 20%);
}
.example::before { content: ""; position: absolute; inset: -17px 14px 18px -14px; z-index: -1; border: 1px solid var(--border); border-radius: 28px; background: var(--cloud); transform: rotate(-5deg); }
.example::after { content: ""; position: absolute; inset: 0; z-index: -1; border-radius: inherit; background: var(--white); }
.example__top { display: flex; align-items: center; gap: 16px; padding-bottom: 26px; }
.example__top img { width: 60px; height: 60px; object-fit: contain; flex-shrink: 0; }
.example__top span { color: var(--text-muted); font-size: 14px; line-height: 1.7; }
.example__top strong { color: var(--deep-navy); font-size: 17px; font-weight: 750; }
.example__request { padding: 24px; border-radius: 14px 14px 4px 14px; background: var(--deep-navy); color: var(--white); }
.example__label { margin: 0 0 12px; color: var(--site-cyan); font-size: 11px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.example blockquote { margin: 0; font-size: 24px; line-height: 1.45; letter-spacing: -.02em; font-weight: 550; }
.example__flow { display: flex; align-items: center; justify-content: center; gap: 12px; height: 48px; color: var(--slate); font-size: 22px; }
.example__flow span { height: 1px; width: 30px; background: var(--border); }
.example__response { display: flex; align-items: center; gap: 14px; padding: 19px; background: var(--cloud); border: 1px solid var(--border); border-radius: 4px 14px 14px; }
.example__check { display: grid; place-items: center; width: 34px; height: 34px; flex-shrink: 0; border-radius: 50%; background: var(--launch-teal); color: var(--deep-navy); font-size: 18px; font-weight: 800; }
.example__response strong { display: block; color: var(--deep-navy); font-size: 15px; }
.example__response p { margin: 2px 0 0; color: var(--text-muted); font-size: 13px; }
.example__caption { margin: 22px 0 0; color: var(--text-muted); font-size: 11px; text-align: center; }

.platform { padding: 90px 0; background: linear-gradient(120deg, #F6FBFF, var(--white) 55%); border-top: 1px solid var(--border); }
.platform__grid { display: grid; grid-template-columns: 1.25fr 1fr; gap: 85px; align-items: center; }
.platform .section-kicker { margin-bottom: 16px; }
.platform h2 { margin: 0; font-size: clamp(30px, 3.35vw, 44px); line-height: 1.15; letter-spacing: -.045em; }
.platform__accent { display: block; height: 4px; width: 70px; margin-bottom: 22px; border-radius: 3px; background: var(--brand-gradient); }
.platform__copy { padding: 28px 30px; border: 1px solid var(--border); border-radius: var(--radius); background: rgb(255 255 255 / 84%); box-shadow: 0 20px 50px -38px rgb(14 35 68 / 40%); }
.platform__copy p { margin: 0; color: var(--body-text); font-size: 17px; line-height: 1.85; }
.cta { position: relative; overflow: clip; padding: 76px 0 82px; background: var(--deep-navy); color: var(--white); }
.cta::before { content: ""; position: absolute; inset: 0 0 auto; height: 4px; background: var(--brand-gradient); }
.supergraphic--cta { right: -86px; top: -245px; width: 590px; height: 590px; opacity: .28; }
.supergraphic--cta .supergraphic__ring--one { inset: 0; border-width: 54px; border-color: var(--quick-blue); }
.supergraphic--cta .supergraphic__ring--two { inset: 108px; border-width: 43px; border-color: var(--site-cyan); }
.supergraphic--cta .supergraphic__dot--one { left: 48px; bottom: 44px; width: 22px; height: 22px; background: var(--launch-teal); }
.cta__inner { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.cta .section-kicker { color: var(--site-cyan); margin-bottom: 16px; }
.cta h2 { margin: 0; color: var(--white); font-size: clamp(32px, 4vw, 52px); line-height: 1.1; letter-spacing: -.045em; }
.cta__actions { text-align: center; }
.cta__actions p { margin: 14px 0 0; font-size: 13px; color: var(--border); }
.cta__actions p a { color: var(--white); }
.cta a:focus-visible { outline-color: var(--launch-teal); }
.footer { padding: 36px 0; background: var(--white); }
.footer__inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand--footer img { width: 177px; }
.footer p { margin: 0; color: var(--text-muted); font-size: 13px; }
.footer__link { display: inline-flex; align-items: center; min-height: 44px; gap: 10px; text-decoration: none; color: var(--deep-navy); font-weight: 650; font-size: 14px; }

/* 404 shares the same brand, assets, and accessible primary action. */
.error-page { position: relative; min-height: 100vh; display: grid; place-items: center; overflow: hidden; background: radial-gradient(circle at 15% 12%, rgb(18 188 235 / 14%), transparent 28%), radial-gradient(circle at 90% 85%, rgb(22 213 193 / 13%), transparent 32%), var(--cloud); }
.error-page::before { content: ""; position: absolute; top: -280px; right: -220px; width: 600px; height: 600px; border: 62px solid rgb(20 110 245 / 12%); border-radius: 44% 56% 54% 46%; transform: rotate(-18deg); }
.error-card { position: relative; width: min(calc(100% - 40px), 600px); margin: 40px auto; padding: clamp(26px, 5vw, 56px); text-align: center; background: rgb(255 255 255 / 94%); border: 1px solid var(--border); border-top: 4px solid var(--quick-blue); border-radius: 22px; box-shadow: 0 28px 70px -40px rgb(14 35 68 / 42%); }
.error-card .brand { margin-bottom: 28px; }
.error-card .brand img { width: 240px; }
.error-card h1 { font-size: clamp(32px, 5vw, 44px); line-height: 1.15; letter-spacing: -.04em; margin: 0 0 20px; }
.error-card p:not(.section-kicker) { color: var(--text-muted); margin: 0 0 28px; }

@media (max-width: 1000px) {
  .hero { padding: 68px 0 88px; }
  .hero__inner { grid-template-columns: 1fr 1.04fr; gap: 18px; }
  .hero h1 { font-size: clamp(44px, 5.5vw, 56px); }
  .hero-art { margin-right: -44px; }
  .how__intro { gap: 40px; }
  .control__grid { gap: 58px; }
  .example { padding: 24px; }
  .example__request { padding: 20px; }
  .example blockquote { font-size: 21px; }
  .platform__grid { gap: 40px; }
}
@media (max-width: 800px) {
  .shell { width: min(calc(100% - 40px), 1180px); }
  .nav__inner { min-height: 84px; gap: 20px; }
  .brand img { width: 205px; }
  .nav__actions { gap: 18px; }
  .nav__how { display: none; }
  .hero { padding-bottom: 70px; }
  .hero__inner { grid-template-columns: 1fr; gap: 46px; }
  .hero h1 { font-size: clamp(42px, 7.7vw, 62px); }
  .hero__copy { max-width: 600px; }
  .hero-art { width: min(100%, 680px); margin: 0 auto; }
  .supergraphic--hero { right: -350px; opacity: .22; }
  .how__intro { grid-template-columns: 1fr; gap: 30px; }
  .how__heading { max-width: 650px; order: 1; }
  .how-art { order: 2; }
  .example { width: min(100%, 470px); justify-self: center; }
  .how__grid, .control__grid, .platform__grid { grid-template-columns: 1fr; }
  .step { padding: 28px; }
  .step__number { margin-bottom: 20px; }
  .control { padding: 84px 0; }
  .control__grid { gap: 58px; }
  .control__copy { max-width: 650px; }
  .platform__grid { gap: 30px; }
  .cta__inner { align-items: flex-start; flex-direction: column; }
  .cta__actions { text-align: left; }
  .footer__inner { flex-wrap: wrap; gap: 16px 28px; }
  .footer p { flex-basis: 100%; order: 3; }
}
@media (max-width: 480px) {
  .shell { width: calc(100% - 32px); }
  .nav__inner { padding-block: 17px; flex-wrap: wrap; gap: 12px; }
  .brand img { width: 184px; }
  .nav__actions { width: 100%; justify-content: space-between; gap: 12px; }
  .nav__how { display: inline-flex; }
  .nav .button--compact { padding-inline: 14px; }
  .hero { padding: 54px 0 64px; }
  .hero h1 { font-size: clamp(34px, 9.4vw, 45px); }
  .kicker { font-size: 10px; letter-spacing: .07em; gap: 8px; }
  .lede { font-size: 16px; margin-top: 24px; }
  .hero__actions { flex-direction: column; align-items: stretch; }
  .hero__note { text-align: center; font-size: 12px; }
  .hero-art { width: calc(100% + 16px); margin-left: -8px; }
  .hero-art__status { position: relative; left: auto; bottom: auto; width: calc(100% - 24px); max-width: none; margin: -18px auto 0; }
  .example { padding: 23px 20px; }
  .example::before { inset: -12px 10px 14px -6px; transform: rotate(-3deg); }
  .example__top { padding-bottom: 20px; }
  .example blockquote { font-size: 22px; }
  .example__response { padding: 15px 12px; gap: 12px; }
  .how { padding: 66px 0 72px; }
  .how__intro { margin-bottom: 32px; }
  .how-art { border-radius: 20px; }
  .control { padding: 68px 0; }
  .control h2 { font-size: clamp(34px, 10vw, 45px); }
  .platform { padding: 62px 0; }
  .platform__copy { padding: 23px; }
  .cta { padding: 56px 0; }
  .supergraphic--cta { right: -310px; opacity: .2; }
  .footer { padding: 26px 0; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button, .step { transition: none; }
}
@media (forced-colors: active) {
  .headline-accent::after, .cta::before, .platform__accent, .step::before { background: CanvasText; }
  .supergraphic { display: none; }
  .button { border: 1px solid ButtonText; }
}
