:root {
  --ink: #17202a;
  --ink-soft: #344150;
  --muted: #667384;
  --canvas: #f6f3ed;
  --surface: #fffdfa;
  --surface-tint: #ebe9fb;
  --line: #dedbd3;
  --accent: #5042be;
  --accent-strong: #382c99;
  --accent-soft: #e6e2ff;
  --night: #18212c;
  --radius: 20px;
  --shadow: 0 18px 45px rgba(23, 32, 42, .08);
  color-scheme: light;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { background: var(--canvas); color: var(--ink); scroll-behavior: smooth; }
body { margin: 0; line-height: 1.6; }
a { color: var(--accent); text-decoration-thickness: .08em; text-underline-offset: .2em; }
a:hover { color: var(--accent-strong); }
a:focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; }
.shell { width: min(1160px, calc(100% - 48px)); margin: 0 auto; }

.site-header { position: sticky; top: 0; z-index: 2; border-bottom: 1px solid rgba(222, 219, 211, .88); background: rgba(246, 243, 237, .9); backdrop-filter: blur(14px); }
.nav { display: flex; min-height: 74px; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font-weight: 850; letter-spacing: -.04em; text-decoration: none; }
.brand-mark { width: 32px; height: 32px; flex: none; border-radius: 10px; object-fit: cover; }
.support-page .brand-mark { width: 22px; height: 22px; border-radius: 7px; }
nav { display: flex; flex-wrap: wrap; gap: 6px; }
nav a { border-radius: 999px; color: var(--ink-soft); font-size: .92rem; font-weight: 750; padding: 7px 11px; text-decoration: none; }
nav a:hover, nav a[aria-current="page"] { background: var(--accent-soft); color: var(--accent-strong); }

.hero, .about-hero, .support-hero, .privacy-hero { position: relative; isolation: isolate; overflow: hidden; background-color: var(--night); background-position: center; background-repeat: no-repeat; background-size: cover; }
.hero::before, .about-hero::before, .support-hero::before, .privacy-hero::before { position: absolute; z-index: -1; inset: 0; content: ""; background: linear-gradient(90deg, rgba(16, 24, 39, .96) 0%, rgba(16, 24, 39, .87) 43%, rgba(16, 24, 39, .41) 73%, rgba(16, 24, 39, .18) 100%); }
.hero > *, .about-hero > *, .support-hero > *, .privacy-hero > * { position: relative; }
.hero { padding: clamp(78px, 13vw, 156px) 0 clamp(70px, 10vw, 120px); background-image: url("assets/home-hero-background.png"); }
.hero .eyebrow, .about-hero .eyebrow, .support-hero .eyebrow, .privacy-hero .eyebrow { color: #c9c4ff; }
.hero h1, .about-hero h1, .support-hero h1, .privacy-hero h1 { color: #fff; }
.hero .lead, .about-hero .lead, .support-hero .lead, .privacy-hero .lead { color: #e5e9ef; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(300px, .7fr); align-items: end; gap: clamp(38px, 8vw, 118px); }
.eyebrow { margin: 0 0 15px; color: var(--accent); font-size: .75rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
h1, h2, h3 { letter-spacing: -.05em; line-height: 1.05; }
h1 { max-width: 780px; margin: 0 0 24px; font-size: clamp(3rem, 7.5vw, 6.4rem); }
h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.55rem); }
h3 { margin: 4px 0 14px; font-size: clamp(1.5rem, 2.6vw, 2rem); }
.lead { max-width: 690px; color: var(--ink-soft); font-size: clamp(1.08rem, 2vw, 1.24rem); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; margin-top: 18px; padding: 13px 19px; border-radius: 999px; background: var(--accent); box-shadow: 0 7px 18px rgba(80, 66, 190, .22); color: #fff; font-weight: 800; text-decoration: none; }
.button:hover { background: var(--accent-strong); color: #fff; }
.principles { padding: 28px; border: 1px solid rgba(255,255,255,.2); border-radius: var(--radius); background: rgba(16, 24, 39, .74); box-shadow: var(--shadow); color: #fff; backdrop-filter: blur(10px); }
.principles ul { margin: 0; padding: 0; list-style: none; }
.principles li { display: grid; gap: 2px; padding: 17px 0; border-top: 1px solid rgba(255,255,255,.16); }
.principles strong { font-size: 1.05rem; }.principles span { color: #d6dce5; font-size: .94rem; }

.section { padding: clamp(68px, 10vw, 124px) 0; }.section.alt { background: var(--night); color: #fff; }.section.alt .eyebrow { color: #bcb5ff; }.section.alt .lead { color: #d3d9e1; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 38px; margin-bottom: 34px; }.section-heading p { max-width: 400px; margin: 0; color: var(--muted); }
.product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.product-card { display: grid; grid-template-columns: 96px minmax(0, 1fr); grid-template-rows: minmax(0, 1fr) auto; column-gap: 26px; row-gap: 22px; width: 100%; height: 356px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); box-shadow: 0 8px 23px rgba(23, 32, 42, .04); transition: border-color .2s ease, box-shadow .2s ease; }
.product-card:hover { border-color: #c9c3ee; box-shadow: var(--shadow); }
.product-icon { width: 96px; height: 96px; border-radius: 25px; box-shadow: 0 12px 24px rgba(23, 32, 42, .16); object-fit: cover; }.product-icon-link { display: block; width: max-content; grid-column: 1; grid-row: 1; border-radius: 25px; }
.product-body { grid-column: 2; grid-row: 1; min-width: 0; }.product-type { margin: 1px 0 7px; color: var(--accent); font-size: .76rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }.product-body p:not(.product-type) { display: -webkit-box; overflow: hidden; margin: 0; color: var(--muted); -webkit-box-orient: vertical; -webkit-line-clamp: 4; }.product-body h3 { margin: 0 0 13px; font-size: 1.65rem; }.product-actions { grid-column: 1 / -1; grid-row: 2; display: flex; flex-wrap: wrap; align-items: center; gap: 20px; padding-top: 19px; border-top: 1px solid var(--line); }.product-actions .button, .product-actions .text-link { display: inline-flex; align-items: center; gap: 7px; margin: 0; padding: 0; background: transparent; box-shadow: none; color: var(--ink); font-size: .94rem; font-weight: 800; text-decoration: none; }.product-actions .button::before { display: grid; width: 27px; height: 27px; place-items: center; border-radius: 50%; background: var(--accent-soft); color: var(--accent-strong); content: "↓"; font-size: 1rem; line-height: 1; }.product-actions .button span { display: none; }.product-actions .text-link { color: var(--ink-soft); }.product-actions .text-link:hover, .product-actions .button:hover { color: var(--accent-strong); }.product-actions .text-link:hover { text-decoration: underline; text-decoration-thickness: .1em; text-underline-offset: .22em; }.text-link { font-weight: 800; }.product-title-link { color: inherit; text-decoration: none; }.product-title-link:hover { color: var(--accent); }
.tags { display: none; }
.compact { max-width: 800px; margin-left: max(24px, calc((100% - 1160px) / 2)); }

.content { width: min(790px, calc(100% - 48px)); padding: clamp(70px, 11vw, 125px) 0; }.content h1 { font-size: clamp(2.8rem, 6vw, 5rem); }.content h2 { margin-top: 50px; font-size: clamp(1.55rem, 3vw, 2.2rem); }.content p, .content li { color: var(--ink-soft); font-size: 1.06rem; }.content li + li { margin-top: 10px; }
.support-hero { padding: clamp(78px, 12vw, 145px) 0 clamp(64px, 9vw, 105px); background-image: url("assets/support-hero-background.png"); }.support-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .68fr); align-items: end; gap: clamp(36px, 8vw, 110px); }.support-hero h1 { max-width: 700px; margin: 0 0 24px; font-size: clamp(3rem, 7vw, 5.8rem); letter-spacing: -.055em; line-height: 1.03; }.contact-card { padding: clamp(27px, 4vw, 38px); border: 1px solid rgba(255, 255, 255, .7); border-radius: var(--radius); background: rgba(255, 253, 250, .88); box-shadow: var(--shadow); backdrop-filter: blur(10px); }.contact-card h2 { margin: 0 0 14px; font-size: clamp(1.75rem, 3vw, 2.35rem); }.contact-card p:not(.eyebrow) { color: var(--muted); }.support-email { display: inline-flex; align-items: center; gap: 8px; margin-top: 7px; color: var(--accent-strong); font-size: clamp(1rem, 2vw, 1.16rem); font-weight: 850; overflow-wrap: anywhere; }.support-reassurance { padding-top: clamp(60px, 9vw, 110px); }
.about-hero { padding: clamp(76px, 11vw, 132px) 0 clamp(55px, 8vw, 92px); background-image: url("assets/about-hero-background.png"); }.about-grid { max-width: none; margin: 0 auto; }.about-grid > * { max-width: 780px; }.value-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 34px; }.value-card { padding: 25px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }.value-card h3 { font-size: 1.3rem; }.value-card p { margin: 0; color: var(--muted); }.about-note { border-left: 4px solid var(--accent); border-radius: 0 var(--radius) var(--radius) 0; background: var(--surface-tint); color: var(--accent-strong); font-weight: 650; margin-top: 32px; padding: 20px 23px; }
.privacy-hero { padding: clamp(76px, 11vw, 132px) 0 clamp(55px, 8vw, 92px); background-image: url("assets/home-hero-background.png"); }.privacy-content { padding-top: clamp(62px, 9vw, 112px); }

.site-footer { padding: 31px 0; border-top: 1px solid var(--line); color: var(--muted); font-size: .9rem; }.footer-row { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 18px; }
.breadcrumb { margin: 0 0 29px; font-size: .92rem; }.breadcrumb a { color: var(--muted); font-weight: 750; }.app-hero { padding: clamp(58px, 10vw, 110px) 0 clamp(52px, 8vw, 90px); background: linear-gradient(135deg, #efeafd, var(--canvas) 56%, #e2eee9); }.app-hero-grid { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: clamp(25px, 5vw, 54px); align-items: start; }.app-hero .product-icon { width: clamp(98px, 13vw, 148px); height: clamp(98px, 13vw, 148px); border-radius: clamp(27px, 3vw, 40px); }.app-hero h1 { max-width: 860px; font-size: clamp(2.7rem, 6vw, 5rem); }.cta-row { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }.cta-row .button { margin-top: 8px; }.feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 32px; }.feature-card { padding: 27px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }.feature-card h3 { margin-top: 0; font-size: 1.35rem; }.feature-card p { margin-bottom: 0; color: var(--muted); }.notice { margin-top: 28px; padding: 20px 23px; border-left: 4px solid var(--accent); border-radius: 0 var(--radius) var(--radius) 0; background: var(--accent-soft); color: var(--accent-strong); font-weight: 650; }.app-links, .legal-nav { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 28px; }.legal-nav a { font-weight: 800; }

@media (max-width: 820px) { .hero-grid, .product-grid, .app-hero-grid, .support-layout { grid-template-columns: 1fr; }.product-card { height: auto; min-height: 320px; }.hero, .about-hero, .support-hero, .privacy-hero { background-position: 66% center; }.hero::before, .about-hero::before, .support-hero::before, .privacy-hero::before { background: linear-gradient(90deg, rgba(16, 24, 39, .96) 0%, rgba(16, 24, 39, .88) 65%, rgba(16, 24, 39, .62) 100%); }.section-heading { align-items: start; flex-direction: column; gap: 15px; }.value-grid, .feature-grid { grid-template-columns: 1fr; }.compact { width: min(1160px, calc(100% - 48px)); margin: 0 auto; } }
@media (max-width: 560px) { .shell { width: min(100% - 30px, 1160px); }.content { width: min(100% - 30px, 790px); }.nav { align-items: flex-start; flex-direction: column; gap: 7px; padding: 12px 0; }.product-card { grid-template-columns: 76px minmax(0, 1fr); column-gap: 18px; padding: 24px; }.product-icon { width: 76px; height: 76px; border-radius: 21px; }.product-icon-link { border-radius: 21px; }.product-body h3 { font-size: 1.45rem; }.app-hero .product-icon { width: 98px; height: 98px; border-radius: 28px; } }
