:root {
  --ink: #171c16;
  --ink-soft: #242b22;
  --green: #b4d234;
  --green-dark: #91ae19;
  --cream: #f3f5ed;
  --white: #ffffff;
  --muted: #697066;
  --line: #dde2d7;
  --radius: 22px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; background: var(--cream); color: var(--ink); }
a { color: inherit; }
.container { width: min(1160px, calc(100% - 36px)); margin-inline: auto; }
.page-shell { overflow: hidden; }
.site-header { height: 82px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-size: 17px; font-weight: 650; }
.brand strong { color: var(--green-dark); }
.brand-mark { width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center; background: var(--ink); color: var(--green); font-weight: 800; }
.header-link { font-size: 14px; font-weight: 750; text-decoration: none; padding-bottom: 3px; border-bottom: 2px solid var(--green); }
.hero { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; min-height: 640px; padding-block: 65px 90px; }
.eyebrow { display: inline-block; color: #6b7a31; font-size: 12px; letter-spacing: 1.6px; font-weight: 850; margin-bottom: 14px; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(46px, 6vw, 76px); line-height: .98; letter-spacing: -4px; max-width: 700px; margin-bottom: 24px; }
h2 { font-size: clamp(34px, 4vw, 54px); line-height: 1.02; letter-spacing: -2.2px; margin-bottom: 16px; }
h3 { font-size: 24px; letter-spacing: -.7px; margin-bottom: 12px; }
p { color: var(--muted); line-height: 1.7; }
.hero-copy > p { max-width: 590px; font-size: 18px; }
.hero-actions, .cta-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 30px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 21px; border-radius: 12px; text-decoration: none; font-size: 14px; font-weight: 800; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--green); color: var(--ink); }
.button-primary:hover { background: #c4e447; }
.button-secondary { background: var(--white); border: 1px solid var(--line); }
.button-light { background: white; }
.microcopy { font-size: 12px !important; margin-top: 18px; color: #8a9187 !important; }
.mini-chrome { width: 20px; height: 20px; display: inline-block; border-radius: 50%; background: conic-gradient(#e94235 0 33%, #fabb05 0 66%, #34a853 0); position: relative; }
.mini-chrome::after { content: ""; position: absolute; inset: 5px; border-radius: 50%; background: #4285f4; border: 2px solid white; }
.mini-chrome.large { width: 37px; height: 37px; }
.mini-chrome.large::after { inset: 9px; }
.hero-card { position: relative; }
.hero-card::before { content: ""; position: absolute; width: 310px; height: 310px; border-radius: 50%; background: rgba(180,210,52,.35); filter: blur(5px); top: -65px; right: -70px; }
.mock-window { position: relative; background: white; border-radius: 24px; border: 1px solid var(--line); box-shadow: 0 34px 80px rgba(37,45,32,.15); transform: rotate(1.5deg); overflow: hidden; }
.mock-topbar { height: 42px; display: flex; align-items: center; gap: 7px; padding: 0 15px; background: #f8f9f6; border-bottom: 1px solid #e8ebe4; }
.mock-topbar span { width: 8px; height: 8px; border-radius: 50%; background: #c8cec2; }
.mock-body { height: 390px; display: grid; grid-template-columns: 76px 1fr; }
.mock-body aside { background: var(--ink); padding: 22px 15px; display: flex; align-items: center; flex-direction: column; gap: 20px; }
.mock-logo { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 10px; background: var(--green); font-size: 12px; font-weight: 900; }
.mock-nav { width: 32px; height: 8px; border-radius: 4px; background: #343c31; }
.mock-nav.active { background: var(--green); }
.mock-main { padding: 32px 25px; }
.mock-heading { width: 180px; height: 19px; border-radius: 6px; background: #20261e; margin-bottom: 27px; }
.mock-columns { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.mock-column { background: #f3f5f0; border-radius: 12px; padding: 13px 10px; min-height: 270px; }
.mock-column small { color: #7c8478; font-size: 7px; font-weight: 900; }
.mock-task { height: 75px; background: white; border-radius: 9px; margin-top: 12px; box-shadow: 0 4px 15px rgba(0,0,0,.04); }
.mock-task.short { height: 54px; }
.mock-task.accent { border-top: 4px solid var(--green); }
.choice-section { padding-block: 100px; }
.section-heading { max-width: 760px; margin-bottom: 42px; }
.section-heading p { font-size: 17px; }
.choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.choice-grid.three-options { grid-template-columns: repeat(3, 1fr); }
.choice-card { position: relative; min-height: 410px; padding: 38px; border-radius: var(--radius); background: white; border: 1px solid var(--line); display: flex; flex-direction: column; align-items: flex-start; }
.choice-card p { max-width: 540px; }
.choice-icon { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 16px; background: #eef3dc; font-size: 26px; font-weight: 800; margin-bottom: 36px; }
.choice-label { font-size: 11px; font-weight: 850; letter-spacing: 1.2px; color: #82912e; margin-bottom: 12px; }
.text-link { margin-top: auto; font-weight: 800; text-decoration: none; }
.text-link span { color: var(--green-dark); }
.extension-card { background: var(--ink); color: white; border-color: var(--ink); }
.extension-card p { color: #b7beb3; }
.extension-card .choice-icon { background: #2b3328; }
.extension-badge { position: absolute; right: 24px; top: 24px; border-radius: 999px; padding: 8px 11px; background: #2a3327; color: var(--green); font-size: 9px; font-weight: 900; letter-spacing: .7px; }
.full-width { width: 100%; margin-top: auto; }
.browser-section { background: var(--ink); color: white; padding-block: 100px; }
.browser-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: center; }
.browser-copy p { color: #b8bfb4; font-size: 17px; }
.browser-note { font-size: 12px !important; padding-top: 14px; border-top: 1px solid #343c31; }
.browser-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.browser-card { min-height: 142px; border-radius: 17px; background: #222920; border: 1px solid #333c30; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 13px; text-align: center; padding: 16px; }
.browser-card strong { font-size: 13px; }
.logo { width: 48px; height: 48px; border-radius: 13px; display: grid; place-items: center; font-weight: 900; font-size: 25px; }
.chrome-logo { border-radius: 50%; background: conic-gradient(#e94235 0 33%, #fabb05 0 66%, #34a853 0); position: relative; }
.chrome-logo i { width: 19px; height: 19px; border-radius: 50%; background: #4285f4; border: 3px solid white; }
.brave-logo { background: #ff5a1f; color: white; clip-path: polygon(50% 0, 88% 12%, 100% 50%, 82% 88%, 50% 100%, 18% 88%, 0 50%, 12% 12%); }
.edge-logo { color: white; background: linear-gradient(135deg,#0ad4c7,#1473e6 60%,#0a4aa1); border-radius: 50%; font-family: Georgia, serif; }
.opera-logo { background: white; color: #ef173c; font-family: Arial Black, sans-serif; }
.vivaldi-logo { background: #ef3939; color: white; border-radius: 50%; font-family: Georgia, serif; }
.arc-logo { background: linear-gradient(135deg,#fa76bd,#7a67ff,#56d1ff); color: white; border-radius: 15px; font-family: Georgia, serif; }
.steps-section { padding-block: 100px; }
.narrow { max-width: 620px; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.steps-grid article { padding: 30px; border-radius: 18px; background: white; border: 1px solid var(--line); }
.steps-grid article > span { color: var(--green-dark); font-weight: 900; font-size: 12px; }
.steps-grid h3 { margin-top: 26px; font-size: 21px; }
.final-cta { margin-bottom: 80px; background: var(--ink); color: white; border-radius: 26px; padding: 52px; display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.final-cta p { color: #b9c0b5; margin-bottom: 0; }
.final-cta h2 { font-size: 40px; margin-bottom: 10px; }
.site-footer { border-top: 1px solid var(--line); min-height: 110px; display: flex; align-items: center; justify-content: space-between; }
.site-footer p { margin: 0; font-size: 13px; }
@media (max-width: 900px) {
  .hero, .browser-layout { grid-template-columns: 1fr; }
  .hero { gap: 80px; padding-top: 45px; }
  .hero-copy { text-align: left; }
  .choice-grid, .choice-grid.three-options, .mobile-platform-grid { grid-template-columns: 1fr; }
  .browser-layout { gap: 40px; }
  .final-cta { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 650px) {
  .container { width: min(100% - 24px, 1160px); }
  .site-header { height: 70px; }
  .header-link { display: none; }
  h1 { font-size: 49px; letter-spacing: -2.8px; }
  h2 { font-size: 36px; letter-spacing: -1.6px; }
  .hero { min-height: 0; padding-block: 55px 70px; }
  .hero-actions, .cta-actions { flex-direction: column; }
  .button { width: 100%; }
  .mock-body { height: 300px; grid-template-columns: 55px 1fr; }
  .mock-main { padding: 23px 14px; }
  .mock-columns { gap: 6px; }
  .mock-column { padding: 9px 6px; min-height: 210px; }
  .mock-task { height: 55px; }
  .choice-section, .steps-section, .browser-section, .mobile-install-section { padding-block: 74px; }
  .choice-card { padding: 28px; }
  .extension-badge { position: static; margin-bottom: 24px; }
  .browser-grid { grid-template-columns: repeat(2, 1fr); }
  .steps-grid { grid-template-columns: 1fr; }
  .final-cta { padding: 34px 24px; margin-bottom: 44px; }
  .final-cta h2 { font-size: 34px; }
  .site-footer { flex-direction: column; justify-content: center; gap: 10px; }
}

.mobile-card { background: #f8faef; border-color: #d9e3b3; }
.mobile-choice-icon { background: var(--green); color: var(--ink); font-size: 23px; }
.mobile-install-section { padding-block: 105px; background: #e9eddc; }
.mobile-heading { max-width: 800px; }
.mobile-platform-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.platform-card { padding: 36px; border-radius: 24px; background: var(--white); border: 1px solid #d7ddcf; box-shadow: 0 18px 45px rgba(37,45,32,.07); }
.platform-topline { display: flex; align-items: center; gap: 17px; margin-bottom: 28px; }
.platform-topline h3 { margin: 4px 0 0; }
.platform-kicker { font-size: 10px; letter-spacing: 1.4px; font-weight: 900; color: #7b882c; }
.platform-logo { width: 58px; height: 58px; flex: 0 0 58px; border-radius: 17px; display: grid; place-items: center; }
.android-logo { background: #edf8d8; position: relative; }
.android-head { width: 31px; height: 23px; border-radius: 15px 15px 7px 7px; background: #3ddc84; position: relative; display: block; }
.android-head::before, .android-head::after { content: ""; position: absolute; width: 2px; height: 9px; top: -6px; background: #3ddc84; border-radius: 2px; transform-origin: bottom; }
.android-head::before { left: 7px; transform: rotate(-28deg); }
.android-head::after { right: 7px; transform: rotate(28deg); }
.android-head i { width: 3px; height: 3px; border-radius: 50%; background: #fff; position: absolute; top: 8px; }
.android-head i:first-child { left: 8px; }
.android-head i:last-child { right: 8px; }
.apple-logo { background: var(--ink); color: white; font-size: 35px; position: relative; }
.apple-logo::before { content: ""; position: absolute; width: 20px; height: 24px; border-radius: 55% 55% 48% 48%; background: white; left: 19px; top: 20px; }
.apple-logo::after { content: ""; position: absolute; width: 8px; height: 11px; border-radius: 70% 20% 70% 20%; background: white; left: 31px; top: 10px; transform: rotate(35deg); }
.apple-logo { font-size: 0; }
.install-list { list-style: none; padding: 0; margin: 0 0 28px; display: grid; gap: 18px; }
.install-list li { display: grid; grid-template-columns: 34px 1fr; gap: 13px; align-items: start; }
.install-list li > span { width: 30px; height: 30px; border-radius: 9px; display: grid; place-items: center; background: #eef3dc; color: #64731d; font-size: 11px; font-weight: 900; }
.install-list strong { display: block; font-size: 14px; margin-bottom: 3px; }
.install-list p { margin: 0; font-size: 13px; line-height: 1.55; }
.button-dark { background: var(--ink); color: white; }
.button-dark:hover { background: #2a3127; }
.install-tip { margin-top: 24px; border-radius: 15px; padding: 18px 20px; background: rgba(255,255,255,.7); border: 1px solid #d5dcc9; display: flex; gap: 9px; color: #61695e; font-size: 13px; line-height: 1.6; }
.install-tip strong { color: var(--ink); white-space: nowrap; }

@media (max-width: 650px) {
  .platform-card { padding: 26px 22px; }
  .platform-topline { align-items: flex-start; }
  .install-tip { flex-direction: column; }
  .install-tip strong { white-space: normal; }
}

/* Product onboarding walkthrough */
.onboarding-section { padding-block: 105px; background: #f7f8f4; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.onboarding-heading { max-width: 820px; }
.journey-strip { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; margin: 0 0 48px; padding: 16px 18px; border: 1px solid #dfe4d9; background: white; border-radius: 16px; width: fit-content; }
.journey-strip span { padding: 8px 12px; border-radius: 999px; background: #eef3dc; color: #59661d; font-size: 12px; font-weight: 850; }
.journey-strip i { color: #9ba395; font-style: normal; }
.onboarding-steps { display: grid; gap: 26px; }
.onboarding-step { display: grid; grid-template-columns: .9fr 1.1fr; gap: 52px; align-items: center; padding: 42px; border-radius: 24px; background: white; border: 1px solid var(--line); box-shadow: 0 16px 45px rgba(31,39,27,.05); }
.onboarding-step.reverse .onboarding-copy { order: 2; }
.onboarding-step.reverse figure { order: 1; }
.onboarding-copy h3 { font-size: 31px; margin: 9px 0 14px; letter-spacing: -1px; }
.onboarding-copy p { font-size: 15px; line-height: 1.75; }
.step-number { display: inline-grid; place-items: center; width: 44px; height: 44px; margin-bottom: 18px; border-radius: 13px; background: var(--ink); color: var(--green); font-weight: 900; font-size: 13px; }
.step-tip { margin-top: 20px; padding: 14px 16px; border-radius: 12px; background: #eef3dc; color: #596257; font-size: 13px; line-height: 1.6; }
.step-tip strong { color: var(--ink); }
.onboarding-step figure { margin: 0; }
.onboarding-step figure img { display: block; width: 100%; border-radius: 18px; box-shadow: 0 18px 45px rgba(24,30,21,.11); }
.onboarding-step figcaption { margin-top: 11px; color: #858c81; font-size: 12px; text-align: center; }
@media (max-width: 900px) {
  .onboarding-step { grid-template-columns: 1fr; gap: 28px; padding: 30px; }
  .onboarding-step.reverse .onboarding-copy, .onboarding-step.reverse figure { order: initial; }
}
@media (max-width: 650px) {
  .onboarding-section { padding-block: 74px; }
  .journey-strip { width: 100%; justify-content: center; }
  .journey-strip i { display: none; }
  .onboarding-step { padding: 24px 18px; }
  .onboarding-copy h3 { font-size: 26px; }
}
