:root {
  color-scheme: light;
  --ink: #10243e;
  --muted: #5f7085;
  --line: #d9e2eb;
  --paper: #f4f7f9;
  --surface: #ffffff;
  --navy: #0d2037;
  --aqua: #23b5a9;
  --blue: #4a6fff;
  --violet: #8658ea;
  --orange: #f09b45;
  --shadow: 0 20px 60px rgba(15, 36, 62, .09);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}
a { color: inherit; }
.shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.site-header {
  position: sticky; top: 0; z-index: 10;
  background: rgba(244,247,249,.88); backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(217,226,235,.85);
}
.nav { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-weight: 760; letter-spacing: -.02em; }
.mark { width: 34px; height: 34px; border-radius: 11px; background: linear-gradient(145deg, var(--blue), var(--aqua)); position: relative; box-shadow: 0 8px 22px rgba(74,111,255,.25); }
.mark::after { content: ""; position: absolute; inset: 8px; border: 2px solid white; border-radius: 50% 50% 48% 52%; transform: rotate(-18deg); }
.nav-links { display: flex; align-items: center; gap: 24px; }
.nav-links a { text-decoration: none; color: var(--muted); font-size: .93rem; font-weight: 600; }
.nav-links a:hover { color: var(--ink); }
.beta { display: inline-flex; align-items: center; gap: 7px; border: 1px solid #b9d9d4; background: #e3f5f1; color: #176f68; padding: 6px 10px; border-radius: 99px; font-size: .76rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.beta::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--aqua); box-shadow: 0 0 0 4px rgba(35,181,169,.12); }
.hero { padding: 100px 0 70px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 54px; align-items: center; }
.eyebrow { color: var(--blue); font-size: .78rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
h1 { font-size: clamp(3rem, 7vw, 6.4rem); line-height: .94; letter-spacing: -.065em; margin: 18px 0 26px; max-width: 900px; }
h2 { font-size: clamp(2rem, 4vw, 3.8rem); line-height: 1.02; letter-spacing: -.045em; margin: 0 0 16px; }
h3 { font-size: 1.35rem; line-height: 1.15; letter-spacing: -.025em; margin: 0 0 10px; }
.lede { color: var(--muted); font-size: clamp(1.05rem, 1.6vw, 1.25rem); max-width: 700px; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px; padding: 0 20px; border-radius: 13px; text-decoration: none; font-weight: 750; border: 1px solid var(--line); background: var(--surface); }
.button.primary { background: var(--navy); border-color: var(--navy); color: white; box-shadow: 0 12px 30px rgba(13,32,55,.2); }
.button:hover { transform: translateY(-1px); }
.hero-panel { min-height: 360px; border-radius: 34px; background: var(--navy); padding: 30px; color: white; overflow: hidden; position: relative; box-shadow: var(--shadow); }
.hero-panel::before, .hero-panel::after { content: ""; position: absolute; border-radius: 50%; filter: blur(1px); }
.hero-panel::before { width: 280px; height: 280px; right: -95px; top: -90px; background: radial-gradient(circle, rgba(74,111,255,.95), transparent 70%); }
.hero-panel::after { width: 250px; height: 250px; left: -100px; bottom: -130px; background: radial-gradient(circle, rgba(35,181,169,.8), transparent 70%); }
.panel-content { position: relative; z-index: 1; height: 100%; display: flex; flex-direction: column; justify-content: space-between; }
.signal { display: grid; gap: 12px; margin-top: 80px; }
.signal-row { padding: 15px 17px; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.08); border-radius: 15px; backdrop-filter: blur(12px); display: flex; justify-content: space-between; gap: 16px; }
.section { padding: 70px 0; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 30px; }
.section-head p { color: var(--muted); max-width: 520px; margin: 0; }
.products { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.product-card { min-height: 350px; border: 1px solid var(--line); border-radius: 24px; padding: 25px; background: var(--surface); box-shadow: 0 8px 32px rgba(15,36,62,.04); display: flex; flex-direction: column; }
.product-card.trade { --accent: var(--blue); --tint: #edf0ff; }
.product-card.photo { --accent: var(--violet); --tint: #f3edff; }
.product-card.media { --accent: var(--orange); --tint: #fff3e7; }
.product-icon { width: 52px; height: 52px; border-radius: 16px; background: var(--tint); color: var(--accent); display: grid; place-items: center; font-weight: 900; margin-bottom: 52px; }
.product-card p { color: var(--muted); margin: 0 0 22px; }
.product-card .card-link { margin-top: auto; color: var(--accent); font-weight: 800; text-decoration: none; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 34px; }
.feature { padding: 22px; background: var(--surface); border: 1px solid var(--line); border-radius: 18px; }
.feature p { color: var(--muted); margin-bottom: 0; }
.band { margin: 70px auto; padding: 52px; border-radius: 30px; color: white; background: linear-gradient(130deg, var(--navy), #193c63); display: flex; align-items: center; justify-content: space-between; gap: 30px; overflow: hidden; position: relative; }
.band h2 { max-width: 700px; }
.band p { color: #c5d2df; margin: 0; }
.band .button { color: var(--ink); }
.page-hero { padding: 84px 0 42px; }
.page-hero h1 { font-size: clamp(3rem, 6vw, 5.4rem); max-width: 980px; }
.pill-row { display: flex; gap: 9px; flex-wrap: wrap; margin-top: 28px; }
.pill { border-radius: 99px; padding: 8px 12px; background: var(--surface); border: 1px solid var(--line); font-size: .86rem; font-weight: 700; color: var(--muted); }
.content { width: min(820px, 100%); padding: 20px 0 80px; }
.content h2 { font-size: 1.7rem; margin-top: 44px; }
.content h3 { margin-top: 30px; }
.content p, .content li { color: #465a71; }
.content li + li { margin-top: 8px; }
.notice { padding: 20px; border-radius: 16px; background: #e9f3ff; border: 1px solid #bfd8f3; margin: 26px 0; }
footer { border-top: 1px solid var(--line); padding: 36px 0 50px; color: var(--muted); }
.footer-row { display: flex; justify-content: space-between; gap: 25px; align-items: center; flex-wrap: wrap; }
.footer-links { display: flex; flex-wrap: wrap; gap: 18px; }
.footer-links a { text-decoration: none; }
.privacy-notice {
  position: fixed; z-index: 50; left: 20px; right: 20px; bottom: 20px;
  width: min(720px, calc(100% - 40px)); margin: 0 auto;
  padding: 18px; border-radius: 18px; color: white;
  background: rgba(13, 32, 55, .97); border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 24px 70px rgba(4, 18, 33, .3); backdrop-filter: blur(16px);
  display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 18px;
}
.privacy-notice[hidden] { display: none; }
.privacy-notice strong { display: block; margin-bottom: 3px; }
.privacy-notice p { margin: 0; color: #c9d6e2; font-size: .91rem; }
.privacy-notice a { color: #9ee8e1; font-weight: 700; }
.privacy-notice button { min-height: 42px; padding: 0 17px; border: 0; border-radius: 11px; background: white; color: var(--ink); font: inherit; font-weight: 800; cursor: pointer; }

@media (max-width: 850px) {
  .hero { grid-template-columns: 1fr; padding-top: 70px; }
  .products, .feature-grid { grid-template-columns: 1fr; }
  .hero-panel { min-height: 320px; }
  .nav-links a:not(.beta) { display: none; }
  .section-head, .band { align-items: flex-start; flex-direction: column; }
  .band { padding: 34px 26px; }
}
@media (max-width: 520px) {
  .shell { width: min(100% - 24px, 1180px); }
  .hero { padding-top: 52px; }
  h1 { font-size: 3.35rem; }
  .product-card { min-height: 300px; }
  .privacy-notice { left: 12px; right: 12px; bottom: 12px; width: calc(100% - 24px); grid-template-columns: 1fr; }
  .privacy-notice button { width: 100%; }
}
