/* Homepage presentation only. Product and guide pages use styles.css. */
body[data-page-type="homepage"] {
  --paper: #fafafa;
  --soft: #f1f1f1;
  --line: #e6e6e6;
  --muted: #777;
  --warm: #292929;
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
}
.site-header, main, footer { max-width: 1120px; width: min(calc(100% - 64px), 1120px); }
.site-header { padding: 26px 0; }
.brand { font-size: 16px; letter-spacing: -.5px; }
.brand img { width: 28px; height: 28px; }
nav { gap: 26px; }
nav a { font-size: 13px; font-weight: 500; }
.nav-account { font-size: 12px; text-align: center; background: #282828; color: #fff; padding: 10px 18px; border-radius: 99px; box-shadow: inset 0 1px 2px #ffffff30, 0 4px 8px #00000010; }
.nav-account:hover { color: #fff; background: #444; }
.language-switcher select { background: transparent; border-color: transparent; font-size: 12px; font-weight: 500; }
.hero { overflow: visible; border: 0; padding: 76px 0 84px; margin: 0; }
.hero > div:first-child { max-width: 880px; width: 100%; }
.hero h1 { font-size: clamp(36px, 5vw, 62px); line-height: 1.04; font-weight: 580; letter-spacing: -.065em; max-width: 860px; margin: 0; text-wrap: balance; }
.speed-scene { perspective: 800px; padding: 26px 0 28px; }
.web-downloader { width: min(100%, 590px); margin: 0 auto 18px; }
.web-downloader__label { font-size: 12px; font-weight: 450; color: var(--muted); text-align: center; margin-bottom: 12px; }
.web-downloader__bar { display: flex; align-items: center; gap: 8px; padding: 7px; border: 1px solid #fff; border-radius: 99px; background: #fff; box-shadow: 0 2px 5px #00000003, 0 12px 25px -15px #00000036; transition: box-shadow .25s; }
.web-downloader__bar:focus-within { box-shadow: 0 0 0 2px #d8d8d8, 0 12px 25px -15px #00000036; }
.web-downloader__bar input { background: transparent; border: 0; box-shadow: none; min-width: 0; min-height: 42px; padding: 10px 17px; font-size: 14px; flex: 1; }
.web-downloader__bar input:focus { outline: none; box-shadow: none; }
.button, .hero__cli-summary { font-family: inherit; border-radius: 99px; min-height: 43px; font-size: 13px; padding: 11px 18px; font-weight: 500; transition: transform .25s, box-shadow .25s, background-color .25s; }
.button--primary { color: #fff; background: #202020 linear-gradient(#ffffff14, #ffffff00); border: 1px solid #454545; box-shadow: inset 0 1px 2px #ffffff30, 0 4px 8px #00000010; }
.button--primary:hover { background-color: #292929; transform: translateY(-2px); box-shadow: inset 0 1px 2px #ffffff30, 0 6px 14px #00000020; }
.button--secondary { background: #fff; border: 1px solid var(--line); box-shadow: none; color: var(--ink); }
.web-downloader__submit { flex-shrink: 0; min-width: 104px; }
.download-support { margin: 14px 0 0; text-align: center; color: var(--muted); font-size: 11px; }
.download-support summary { cursor: pointer; list-style: none; }
.download-support summary::after { content: ' +'; }
.download-support[open] summary::after { content: ' −'; }
.web-downloader__support { font-size: 12px; line-height: 1.6; margin: 10px 12px; }
.web-downloader__cloud-hint { justify-content: center; text-align: center; font-size: 11px; margin: 12px 0 0; }
.web-downloader__new-badge { background: #efefef; color: #666; border-color: #e5e5e5; }
.web-downloader__status:empty { display: none; }
.hero__platforms { gap: 12px; margin: 0 0 27px; color: #888; font-size: 11px; }
.headline-source-logos { gap: 10px; margin: 0; transform: none; }
.headline-source-logo { width: 18px; height: 18px; border-radius: 4px; filter: none; opacity: 1; }
.headline-destination { align-items: center; gap: 5px; }
.headline-logo { height: 16px; width: 16px; filter: none; opacity: 1; transform: none; }
.hero__actions { display: flex; flex-wrap: wrap; align-items: flex-start; width: auto; max-width: 100%; background: transparent; border: 0; box-shadow: none; overflow: visible; gap: 9px; margin: 0; justify-content: center; }
.hero__actions:has(.hero__cli[open]) { width: min(100%, 620px); }
.hero__actions .button { width: auto; border: 1px solid #454545; border-radius: 99px; min-height: 43px; font-size: 13px; padding: 11px 18px; }
.hero__actions .button--secondary { border-color: var(--line); background: #fff; }
.hero__cli { width: auto; background: transparent; border: 0; }
.hero__cli[open] { flex: 0 0 100%; width: 100%; min-width: 0; max-width: none; }
.hero__actions .chrome-logo, .hero__actions .firefox-logo { width: 17px; height: 17px; }
.hero__cli-summary { border: 0; background: transparent; color: var(--muted); box-shadow: none; padding: 11px 8px; }
.hero__cli-panel { z-index: 10; border: 0; border-radius: 16px; background: #f1f1f1; padding: 22px; gap: 16px; margin-top: 4px; min-width: 0; }
.hero__cli-panel > span { font-size: 13px; font-weight: 400; line-height: 1.6; text-align: left; }
.hero__cli code { font-size: 11px; font-weight: 400; line-height: 1.7; text-align: left; white-space: pre-wrap; overflow-wrap: anywhere; min-width: 0; }
.clean-demo { width: min(100%, 640px); margin-top: 20px; }
.clean-demo > summary { cursor: pointer; color: #888; font-size: 12px; list-style: none; }
.clean-demo > summary::before { content: '↗ '; }
.clean-demo[open] > summary { margin-bottom: 20px; }
.hero__demo { border-radius: 18px; overflow: hidden; border: 1px solid var(--line); box-shadow: 0 15px 40px -25px #0004; margin: 0; width: 100%; }
.hero__demo video { display: block; width: 100%; }
.pain-points { border: 0; padding: 75px 0; margin: 0; }
.pain-points__intro { display: block; text-align: center; margin-bottom: 38px; }
.section-heading h2 { font-size: clamp(29px, 3.6vw, 42px); font-weight: 550; letter-spacing: -.045em; line-height: 1.1; text-wrap: balance; }
.eyebrow { color: #969696; font-size: 10px; letter-spacing: .14em; font-weight: 500; }
.clean-features__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.clean-feature { background: transparent; border: 0; box-shadow: none; border-radius: 0; width: auto; min-width: 0; margin: 0; overflow: visible; }
.clean-feature__image { height: 235px; padding: 26px 24px 0; overflow: hidden; border: 1px solid #ececec; border-radius: 20px; background: linear-gradient(145deg, #efefef, #f5f5f5); }
.clean-feature__image img { width: 100%; height: auto; min-height: 235px; object-fit: cover; object-position: top; border-radius: 11px 11px 0 0; box-shadow: 0 10px 25px #00000012; transform: translateY(8px) rotate(-3deg); transition: transform .7s cubic-bezier(.16,1,.3,1); }
.clean-feature:nth-child(2) .clean-feature__image img { transform: translateY(8px) rotate(3deg); }
.clean-feature:hover .clean-feature__image img { transform: translateY(-5px) rotate(0); }
.clean-feature figcaption { padding: 22px 3px 0; text-align: left; }
.clean-feature figcaption strong { font-size: 16px; letter-spacing: -.4px; line-height: 1.35; font-weight: 550; }
.clean-feature figcaption span { color: #888; font-size: 13px; line-height: 1.65; margin-top: 10px; font-weight: 400; }
.clean-tutorials { margin-top: 40px; border: 0; }
.clean-tutorials > summary, .clean-more > summary { padding: 20px 0; cursor: pointer; font-size: 13px; color: #666; list-style: none; display: flex; justify-content: space-between; }
.clean-tutorials > summary::after, .clean-more > summary::after { content: '+'; font-size: 18px; font-weight: 300; }
.clean-tutorials[open] > summary::after, .clean-more[open] > summary::after { content: '−'; }
.clean-tutorials .pain-points__how-to h2 { display: block; }
.clean-tutorials .pain-carousel__media-toggle { display: none; }
.clean-tutorials .pain-carousel,
.clean-tutorials .pain-carousel__item .video-loader,
.clean-tutorials .pain-carousel--how-to .supports__clip.pain-carousel__item figcaption strong,
.clean-tutorials .pain-carousel__arrow { box-shadow: none; }
.universal-download-demo { grid-template-columns: minmax(0, 1fr); max-width: 1120px; gap: 28px; background: transparent; border: 0; box-shadow: none; }
.universal-download-demo__copy { max-width: 640px; }
.universal-download-demo__media { background: transparent; box-shadow: none; }
.universal-download-demo h3 { font-size: clamp(28px, 3vw, 38px); font-weight: 550; letter-spacing: -.045em; line-height: 1.1; margin: 0 0 18px; text-wrap: balance; }
.universal-download-demo .eyebrow { font-size: 10px; font-weight: 500; letter-spacing: .14em; line-height: 1.5; margin: 0 0 14px; }
.universal-download-demo p:not(.eyebrow) { color: #888; font-size: 14px; font-weight: 400; line-height: 1.65; }
.pricing { padding: 45px 0 80px; margin: 0; border: 0; }
.pricing__heading { max-width: 570px; margin: 0 auto 20px; text-align: center; }
.pricing__heading > p:last-child { font-size: 14px; font-weight: 400; line-height: 1.6; color: #888; }
.pricing__notes { display: block; text-align: center; }
.pricing__free-note { background: transparent; border: 0; box-shadow: none; padding: 0; color: #666; font-size: 12px; font-weight: 500; }
.pricing__update-note { display: none; }
.pricing__grandfathered { background: transparent; border: 0; box-shadow: none; padding: 0; color: #888; font-size: 11px; text-align: center; }
.pricing__promo-offer { max-width: 660px; margin: 22px auto; background: transparent; border: 1px dashed #d8d8d8; border-radius: 12px; text-align: center; box-shadow: none; padding: 15px; }
.pricing__promo-offer strong { font-size: 13px; color: var(--ink); }
.pricing__promo-offer span { font-size: 12px; color: var(--muted); }
.pricing__promo-offer code { background: #ececec; border: 0; color: #333; }
.pricing__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 760px; margin: 28px auto 0; gap: 24px; align-items: stretch; }
.pricing-card { display: flex; flex-direction: column; gap: 18px; min-width: 0; min-height: 330px; padding: 34px; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: none; }
.pricing-card--featured { background: #f1f1f1; border-color: #e1e1e1; }
.pricing-card__top { display: flex; flex-direction: column; align-items: flex-start; gap: 20px; }
.pricing-card__banner { font-size: 15px; font-weight: 550; letter-spacing: -.2px; text-transform: none; background: transparent; color: #333; padding: 0; line-height: 1.4; }
.pricing-card__price { display: flex; align-items: baseline; flex-wrap: wrap; gap: 7px; color: var(--ink); font-size: 48px; letter-spacing: -2px; line-height: 1.1; }
.pricing-card__price small { color: #777; font-size: 14px; font-weight: 400; letter-spacing: 0; margin: 0; }
.pricing-card__price span { color: var(--ink); font-size: 48px; font-weight: 550; letter-spacing: -.055em; }
.pricing-card__update { font-size: 13px; font-weight: 400; line-height: 1.5; color: #777; margin: 0; gap: 8px; }
.pricing-card__update::before { background: #999; width: 4px; height: 4px; flex-shrink: 0; }
.pricing-card__sources { border: 0; margin-top: auto; padding-top: 16px; gap: 14px; }
.pricing-card__sources p { font-size: 12px; font-weight: 400; line-height: 1.5; }
.pricing-card__source-icons { gap: 12px; }
.pricing-source-icon { width: 22px; height: 22px; padding: 0; background: transparent; border: 0; box-shadow: none; filter: none; opacity: 1; }
.homepage-faq { max-width: 740px; margin: 0 auto; padding: 80px 0; }
.homepage-faq__heading { text-align: center; margin-bottom: 32px; }
.homepage-faq__item, .homepage-faq__item[open] { border: 0; background: transparent; box-shadow: none; border-radius: 0; }
.homepage-faq__item summary { font-size: 14px; font-weight: 500; padding: 20px clamp(16px, 2vw, 24px); }
.homepage-faq__item summary span:first-child { font-size: 14px; letter-spacing: -.2px; }
.homepage-faq__item p { color: #777; font-size: 13px; line-height: 1.7; margin: 0; padding: 4px clamp(16px, 2vw, 24px) 24px; }
footer { border: 0; padding: 0 0 28px; }
.clean-more { display: block; border: 0; margin-bottom: 25px; }
.extension-trust { background: transparent; border: 0; box-shadow: none; }
.footer__meta { border: 0; align-items: flex-start; gap: 24px; }
.footer__meta > span { font-size: 12px; }
.footer__meta > div { max-width: 650px; gap: 14px; }
footer a, .footer__seo-links summary { font-size: 11px; font-weight: 400; color: #888; }
.footer__seo-links { border: 0; margin-top: 24px; }
:focus-visible { outline: 2px solid #777; outline-offset: 5px; }
@media (max-width: 700px) {
  .site-header, main, footer { width: calc(100% - 36px); }
  .site-header { padding: 20px 0; align-items: center; flex-direction: row; gap: 16px; }
  .brand { font-size: 13px; gap: 7px; }
  .brand img { width: 24px; height: 24px; }
  nav { gap: 12px; width: auto; }
  nav a { font-size: 12px; }
  nav a[href="#supports"], .nav-account { display: none; }
  .language-switcher select { max-width: 72px; padding-left: 2px; }
  .hero { padding: 48px 0 55px; }
  .hero h1 { font-size: clamp(32px, 7.7vw, 49px); max-width: 550px; letter-spacing: -.055em; }
  .speed-scene { padding: 24px 0; }
    .hero__swear { font-size: 15px; max-width: 450px; margin-bottom: 24px; }
  .hero__platforms { gap: 10px; max-width: 340px; }
  .headline-source-logos { flex-wrap: wrap; justify-content: center; gap: 11px; width: 100%; margin-bottom: 3px; }
  .hero__platforms > span[aria-hidden="true"]:first-of-type { display: none; }
  .hero__actions { flex-wrap: wrap; }
  .hero__actions .button { min-width: auto; padding-inline: 14px; }
  .hero__cli { width: auto; }
  .hero__cli-summary { font-size: 11px; }
  .web-downloader__bar { flex-direction: row; gap: 0; padding: 6px; }
  .web-downloader__bar input { width: 0; padding-inline: 12px; font-size: 16px; }
  .web-downloader__submit { width: auto; min-width: 88px; padding: 10px 14px; font-size: 12px; }
  .web-downloader__cloud-hint { flex-wrap: wrap; font-size: 10px; }
  .clean-features__grid { grid-template-columns: 1fr; gap: 30px; max-width: 430px; margin: 0 auto; }
  .clean-feature__image { height: 230px; }
  .clean-feature figcaption { padding-top: 17px; }
  .pain-points { padding: 48px 0; }
  .pricing { padding: 30px 0 55px; }
  .pricing__grid { grid-template-columns: 1fr; max-width: 430px; gap: 16px; }
  .pricing-card { min-height: 300px; padding: 28px; }
  .homepage-faq { padding: 55px 0; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  body[data-page-type="homepage"] *, body[data-page-type="homepage"] *::before, body[data-page-type="homepage"] *::after { animation: none !important; transition: none !important; }
  .motion-reveal { opacity: 1 !important; transform: none !important; filter: none !important; }
}

/* The homepage is intentionally static. */
html { scroll-behavior: auto !important; }
body[data-page-type="homepage"] *, body[data-page-type="homepage"] *::before, body[data-page-type="homepage"] *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
body[data-page-type="homepage"] .motion-reveal { opacity: 1 !important; transform: none !important; filter: none !important; }
body[data-page-type="homepage"] :is(.button, .headline-source-logo, .headline-logo, .hero__cli-summary, .hero__demo video, .supports__clip video):hover { transform: none !important; }
body[data-page-type="homepage"] .clean-feature, body[data-page-type="homepage"] .clean-feature:hover { background: transparent !important; box-shadow: none !important; transform: none !important; filter: none !important; }
.clean-feature:hover .clean-feature__image img { transform: translateY(8px) rotate(-3deg); }
.clean-feature:nth-child(2):hover .clean-feature__image img { transform: translateY(8px) rotate(3deg); }
.hero-cat { display: block; width: 140px; height: auto; margin: 0 auto; border-radius: 18px; }

/* Product demonstrations remain playable independently of decorative motion. */
body[data-page-type="homepage"] .hero__demo video::-webkit-media-controls { display: flex !important; }
.clean-feature__video { overflow: hidden; border-radius: 16px; background: #111; }
.clean-feature__video video { display: block; width: 100%; aspect-ratio: 16 / 10; object-fit: contain; }

/* Large, readable feature demonstrations on desktop. */
@media (min-width: 701px) {
  .clean-features__grid { grid-template-columns: minmax(0, 1fr); gap: 48px; }
  .clean-feature { display: grid; grid-template-columns: minmax(0, 2.4fr) minmax(220px, 1fr); align-items: center; gap: 36px; }
  .clean-feature figcaption { padding: 0; }
  .clean-feature figcaption strong { font-size: 21px; line-height: 1.3; }
  .clean-feature figcaption span { font-size: 14px; line-height: 1.7; margin-top: 14px; }
}
