:root {
  --ink: #071b3a;
  --text: #10233f;
  --muted: #52647c;
  --blue: #0b4a92;
  --bright: #1769c2;
  --pale: #eef4fb;
  --line: #d7e2ef;
  --white: #ffffff;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }

html { min-width: 320px; background: var(--white); }

body {
  min-height: 100vh;
  margin: 0;
  overflow-x: clip;
  color: var(--text);
  background:
    radial-gradient(circle at 52% 36%, rgba(225, 237, 251, .46), transparent 36%),
    linear-gradient(180deg, #fff 0%, #fbfdff 60%, #f8fbff 100%);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}

img { display: block; max-width: 100%; }
a { color: inherit; }

.skip-link {
  position: fixed;
  z-index: 100;
  top: 1rem;
  left: 1rem;
  padding: .75rem 1rem;
  color: var(--white);
  background: var(--ink);
  border-radius: 3px;
  transform: translateY(-180%);
}

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

.site-header {
  position: relative;
  z-index: 10;
  width: min(1320px, calc(100% - 64px));
  height: 108px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  font-family: var(--serif);
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -.045em;
}

.brand img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 0 7px 18px rgba(7, 27, 58, .14);
}

.hero {
  position: relative;
  isolation: isolate;
  width: min(1080px, calc(100% - 48px));
  min-height: calc(100vh - 190px);
  margin: 0 auto;
  padding: clamp(42px, 6.5vh, 76px) 0 158px;
  text-align: center;
}

.hero-copy { position: relative; z-index: 4; margin: 0 auto; }

h1 {
  max-width: 900px;
  margin: 0 auto 24px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(3.1rem, 6.1vw, 5.8rem);
  font-weight: 500;
  line-height: .98;
  letter-spacing: -.055em;
}

.lede {
  max-width: 720px;
  margin: 0 auto;
  color: var(--text);
  font-size: clamp(1rem, 1.6vw, 1.28rem);
  line-height: 1.62;
}

.search-preview {
  width: min(820px, 100%);
  min-height: 76px;
  margin: 34px auto 20px;
  padding: 0 27px;
  display: flex;
  align-items: center;
  gap: 19px;
  color: #8d9bb0;
  background: rgba(255, 255, 255, .86);
  border: 1px solid #b9cce3;
  border-radius: 38px;
  box-shadow: 0 13px 34px rgba(39, 77, 121, .08);
  text-align: left;
  font-size: clamp(1rem, 1.65vw, 1.25rem);
}

.search-preview svg {
  flex: 0 0 27px;
  width: 27px;
  fill: none;
  stroke: #8192a9;
  stroke-width: 1.75;
  stroke-linecap: round;
}

.status {
  margin: 0 auto 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: var(--muted);
  font-size: .92rem;
}

.status svg {
  width: 19px;
  fill: none;
  stroke: var(--blue);
  stroke-width: 1.5;
}

.button {
  min-height: 56px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  color: var(--white);
  background: var(--blue);
  border-radius: 4px;
  box-shadow: 0 13px 30px rgba(11, 74, 146, .2);
  text-decoration: none;
  font-size: .98rem;
  font-weight: 720;
  transition: background .18s ease, box-shadow .18s ease, transform .18s ease;
}

.button svg {
  width: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.button:hover {
  background: #083d78;
  box-shadow: 0 16px 36px rgba(11, 74, 146, .28);
  transform: translateY(-2px);
}

.button:focus-visible,
.brand:focus-visible {
  outline: 3px solid #76aeff;
  outline-offset: 4px;
}

.browser-preview {
  position: absolute;
  z-index: 3;
  right: -170px;
  bottom: 16px;
  width: 430px;
  height: 270px;
  overflow: hidden;
  background: var(--white);
  border: 1px solid #aabbd0;
  border-radius: 10px;
  box-shadow: 0 22px 55px rgba(12, 46, 85, .19);
  text-align: left;
  transform: rotate(.2deg);
}

.browser-topbar {
  height: 31px;
  padding: 0 10px;
  display: flex;
  align-items: flex-end;
  background: #f6f8fb;
  color: #586a80;
  font-size: 8px;
}

.tab {
  width: 126px;
  height: 26px;
  padding: 0 8px;
  display: flex;
  align-items: center;
  gap: 5px;
  background: var(--white);
  border-radius: 5px 5px 0 0;
}

.tab img { width: 15px; height: 15px; border-radius: 50%; }
.tab i { margin-left: auto; font-style: normal; font-size: 11px; }
.new-tab { padding: 0 8px 7px; font-size: 13px; }
.window-controls { margin: 0 2px 8px auto; display: flex; gap: 16px; }
.window-controls i { width: 7px; height: 7px; border-top: 1px solid #5e6c7e; }
.window-controls i:nth-child(2) { border: 1px solid #5e6c7e; }
.window-controls i:nth-child(3) { border: 0; position: relative; }
.window-controls i:nth-child(3)::before,
.window-controls i:nth-child(3)::after { content: ""; position: absolute; inset: 3px 0 auto; border-top: 1px solid #5e6c7e; transform: rotate(45deg); }
.window-controls i:nth-child(3)::after { transform: rotate(-45deg); }

.browser-toolbar {
  height: 38px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #8795a8;
  background: #f8fafc;
  border-bottom: 1px solid #dbe3ed;
  font-size: 10px;
}

.address-bar {
  height: 24px;
  flex: 1;
  position: relative;
  background: var(--white);
  border: 1px solid #c6d2e1;
  border-radius: 5px;
}

.address-bar span {
  position: absolute;
  top: 7px;
  left: 11px;
  width: 6px;
  height: 6px;
  border: 1px solid #8493a7;
  border-radius: 50%;
}

.browser-page { height: 201px; padding-top: 42px; position: relative; overflow: hidden; }

.mini-brand { display: flex; justify-content: center; align-items: center; gap: 7px; }
.mini-brand img { width: 31px; height: 31px; border-radius: 50%; }
.mini-brand strong { color: var(--ink); font-family: var(--serif); font-size: 21px; letter-spacing: -.03em; }

.mini-search {
  width: 72%;
  height: 24px;
  margin: 16px auto 0;
  position: relative;
  border: 1px solid #cbd8e7;
  border-radius: 13px;
}

.mini-search span {
  position: absolute;
  top: 8px;
  left: 12px;
  width: 52%;
  border-top: 2px solid #e1e8f0;
}

.mini-search i { position: absolute; top: 7px; right: 10px; width: 8px; height: 8px; border: 1px solid #73859b; border-radius: 50%; }

.landscape { position: absolute; inset: auto 0 0; height: 79px; overflow: hidden; }
.sun { position: absolute; right: 81px; bottom: 18px; width: 47px; height: 47px; background: #fff0d2; border-radius: 50%; }
.ridge { position: absolute; width: 125%; height: 88px; left: -12%; bottom: -55px; border-radius: 50% 50% 0 0; transform: rotate(2deg); }
.ridge-one { background: #bed5ef; left: -38%; bottom: -51px; }
.ridge-two { background: #79a6d8; left: 6%; bottom: -59px; transform: rotate(-5deg); }
.ridge-three { background: #245c98; left: -24%; bottom: -70px; transform: rotate(5deg); }

.waves {
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: -28px;
  width: 145vw;
  height: 210px;
  transform: translateX(-50%);
  overflow: hidden;
}

.waves i {
  position: absolute;
  left: 7%;
  width: 88%;
  height: 190px;
  border: 1px solid rgba(34, 107, 190, .19);
  border-radius: 50%;
  transform: rotate(4deg);
}

.waves i:nth-child(2) { top: 18px; left: 2%; border-color: rgba(11, 74, 146, .12); transform: rotate(-2deg); }
.waves i:nth-child(3) { top: 36px; left: 13%; border-color: rgba(217, 174, 102, .23); transform: rotate(6deg); }
.waves i:nth-child(4) { top: 55px; left: 0; border-color: rgba(34, 107, 190, .13); transform: rotate(-5deg); }
.waves i:nth-child(5) { top: 72px; left: 18%; border-color: rgba(34, 107, 190, .12); transform: rotate(8deg); }

footer {
  position: relative;
  z-index: 5;
  min-height: 82px;
  padding: 20px 24px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: var(--muted);
  font-size: .8rem;
}

footer i { color: #9eabbc; font-style: normal; }

@media (max-width: 1180px) {
  .browser-preview { right: -40px; width: 370px; height: 232px; }
  .browser-page { height: 163px; padding-top: 29px; }
  .landscape { height: 65px; }
}

@media (max-width: 820px) {
  .site-header { width: min(100% - 32px, 720px); height: 86px; }
  .brand { font-size: 1.65rem; }
  .brand img { width: 43px; height: 43px; }
  .hero { width: min(100% - 32px, 720px); min-height: calc(100vh - 160px); padding: 48px 0 320px; }
  h1 br { display: none; }
  .browser-preview { right: 50%; bottom: 10px; width: min(430px, 94vw); height: 270px; transform: translateX(50%); }
  .browser-page { height: 201px; padding-top: 42px; }
  .landscape { height: 79px; }
  .waves { bottom: -62px; }
}

@media (max-width: 520px) {
  .site-header { height: 74px; }
  .brand { gap: 9px; font-size: 1.45rem; }
  .brand img { width: 38px; height: 38px; }
  .hero { padding: 38px 0 278px; }
  h1 { font-size: clamp(2.7rem, 14vw, 4rem); }
  .lede { font-size: .98rem; line-height: 1.6; }
  .search-preview { min-height: 62px; padding: 0 20px; gap: 14px; border-radius: 31px; }
  .search-preview svg { flex-basis: 23px; width: 23px; }
  .status { align-items: flex-start; font-size: .79rem; line-height: 1.45; }
  .status svg { margin-top: 1px; flex: 0 0 17px; }
  .button { width: 100%; gap: 16px; }
  .browser-preview { width: min(350px, 96vw); height: 220px; }
  .browser-page { height: 151px; padding-top: 24px; }
  .landscape { height: 60px; }
  .mini-brand img { width: 27px; height: 27px; }
  .mini-brand strong { font-size: 18px; }
  footer { flex-wrap: wrap; gap: 7px; font-size: .72rem; }
}

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