.home { --paper: #f9f9f7; --blue-hover: #0066cc; }
.home .brand { gap: 10px; font-size: 18px; }
.home .brand-icon { width: 27px; height: 29px; }
.product-hero { padding-top: clamp(132px, 11vw, 164px); padding-bottom: 58px; text-align: center; }
.product-hero h1 { max-width: 1100px; margin: 0 auto 24px; font-size: clamp(50px, 6.5vw, 88px); font-weight: 650; line-height: 1.1; letter-spacing: -.045em; text-wrap: balance; }
.product-hero h1 span { white-space: nowrap; }
.product-hero .lead { max-width: 730px; margin: auto; color: #66666b; font-size: clamp(18px, 1.55vw, 21px); line-height: 1.55; letter-spacing: -.012em; }
.product-hero .actions { justify-content: center; margin-top: 27px; }
.product-hero .button { min-height: 48px; padding: 13px 23px; border-radius: 100px; }
.product-hero .button-secondary { gap: 13px; background: white; }
.product-section { scroll-margin-top: 88px; }
.product-figure { margin: 0; }
.product-benefits { display: flex; justify-content: center; gap: 48px; padding: 42px 0 0; color: #57575c; font-size: 14px; }
.product-benefits p { margin: 0; }
.product-benefits p + p::before { display: inline-block; width: 4px; height: 4px; margin: 0 48px 3px 0; background: #bcbcc0; border-radius: 50%; content: ""; }
.product-reviews { padding-top: 120px; padding-bottom: 108px; }
.product-reviews h2, .home-service h2 { font-size: clamp(36px, 3.8vw, 52px); line-height: 1.14; letter-spacing: -.035em; text-wrap: balance; }
.product-reviews-intro { max-width: 760px; margin: 0 auto 52px; text-align: center; }
.product-reviews-intro h2 { margin-bottom: 20px; }
.product-reviews-intro > p { max-width: 560px; margin: auto; color: var(--muted); font-size: 18px; line-height: 1.6; text-wrap: pretty; }
.product-review-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.product-screenshot { min-width: 0; margin: 0; }
.product-screenshot figcaption { padding: 0 4px 23px; }
.product-screenshot h3 { margin-bottom: 9px; font-size: clamp(21px, 1.8vw, 25px); line-height: 1.3; letter-spacing: -.025em; }
.product-screenshot figcaption p { max-width: 430px; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.6; text-wrap: pretty; }
.product-screenshot-button { position: relative; display: block; width: 100%; padding: 0; border: 1px solid #dedfe2; border-radius: 16px; overflow: hidden; background: #f4f6f8; box-shadow: 0 22px 48px -32px #10182040; cursor: zoom-in; }
.product-screenshot-button:focus-visible { outline: 3px solid var(--blue); outline-offset: 5px; }
.product-screenshot-crop { position: relative; display: block; aspect-ratio: 832 / 684; overflow: hidden; background: #f4f6f8; }
/* Crop the unedited product captures to their review panels. */
.product-screenshot-crop img { position: absolute; top: 0; left: 0; width: 153.846154%; max-width: none; height: auto; transform: translate(-35%, -5%); }
.product-screenshot-code img { transform: translate(-35%, -4.466501%); }
.product-screenshot-expand { position: absolute; bottom: 12px; right: 12px; display: grid; place-items: center; width: 31px; height: 31px; border: 1px solid #1112; border-radius: 50%; background: #fffffff0; color: #34383e; font-size: 18px; transition: background 150ms ease; }
.product-screenshot-button:hover .product-screenshot-expand { background: white; }
.product-reviews-note { margin: 24px 0 0; color: var(--muted); text-align: center; font-size: 12px; }
.product-image-dialog { width: min(1100px, calc(100% - 32px)); max-height: calc(100dvh - 40px); padding: 48px 12px 12px; border: 1px solid #e5e7e9; border-radius: 20px; background: #f4f6f8; box-shadow: 0 30px 90px #0004; }
.product-image-dialog::backdrop { background: #101419ad; backdrop-filter: blur(6px); }
.product-image-close { position: absolute; top: 9px; right: 14px; display: flex; align-items: center; gap: 16px; min-height: 32px; padding: 4px 8px; border: 0; border-radius: 6px; background: transparent; color: var(--ink); font-size: 13px; cursor: pointer; }
.product-image-close span { font-size: 22px; }
.product-image-dialog .product-screenshot-crop { border: 1px solid #dde1e5; border-radius: 8px; }
#product-image-content { max-height: calc(100dvh - 120px); overflow: auto; overscroll-behavior: contain; }
.home-service { padding-top: 76px; padding-bottom: 90px; border-top: 1px solid var(--line); }
.home-service-intro { display: flex; gap: 80px; align-items: center; justify-content: space-between; }
.home-service-intro h2 { margin-bottom: 0; }
.home-service-intro > p { max-width: 350px; margin: 0; color: var(--muted); font-size: 19px; line-height: 1.55; }
.home-service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 54px; margin-top: 55px; }
.home-service-grid article { border-top: 1px solid var(--line); padding-top: 26px; }
.home-service-grid h3 { font-size: 23px; }
.home-service-grid p { max-width: 335px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.65; }
.home .cta-section { padding-top: 64px; padding-bottom: 68px; background: #f0f0ec; border: 0; border-radius: 24px; }
.cta-brand-mark { width: 42px; height: 53px; margin-bottom: 26px; }
.home .cta-section h2 { font-size: clamp(36px, 4vw, 56px); line-height: 1.08; }
.home .cta-section p { margin-bottom: 27px; line-height: 1.6; }
.home .cta-section .button { border-radius: 100px; min-height: 48px; }
.home footer .footer-brand { color: var(--ink); font-size: 17px; }
.home a:focus-visible { outline: 3px solid #0071e3; outline-offset: 5px; border-radius: 5px; }
.demo-noscript { padding: 16px; text-align: center; }
.demo-noscript a { color: var(--blue); text-decoration: underline; }
@media (max-width: 980px) {
  .product-hero h1 { max-width: 690px; }
  .product-review-grid { gap: 22px; }
  .product-benefits { gap: 24px; }
  .product-benefits p + p::before { margin-right: 24px; }
  .home-service-grid { gap: 28px; }
}
@media (max-width: 720px) {
  .product-hero { padding-top: 122px; padding-bottom: 38px; }
  .product-hero h1 { max-width: 510px; margin-bottom: 20px; font-size: clamp(45px, 10vw, 68px); line-height: 1.05; }
  .product-hero .lead { max-width: 430px; font-size: 17px; line-height: 1.6; }
  .desktop-break { display: none; }
  .product-hero .actions { margin-top: 23px; }
  .product-section { padding-inline: 14px; }
  .product-benefits { flex-wrap: wrap; gap: 10px 20px; padding: 28px 12px 0; font-size: 12px; }
  .product-benefits p + p::before { display: none; }
  .product-reviews { padding-top: 78px; padding-bottom: 68px; }
  .product-reviews-intro { margin-bottom: 36px; text-align: left; }
  .product-reviews-intro > p { font-size: 17px; }
  .product-review-grid { grid-template-columns: 1fr; gap: 38px; }
  .product-screenshot figcaption { padding-bottom: 18px; }
  .product-screenshot-button { border-radius: 12px; }
  .product-reviews-note { text-align: left; line-height: 1.6; }
  .product-image-dialog .product-screenshot-document { min-width: 832px; }
  .product-image-dialog .product-screenshot-code { min-width: 936px; }
  .home-service { padding-top: 56px; padding-bottom: 64px; }
  .home-service-intro { display: block; }
  .home-service-intro > p { max-width: 440px; margin-top: 22px; font-size: 17px; }
  .home-service-grid { grid-template-columns: 1fr; gap: 26px; margin-top: 34px; }
  .home-service-grid h3 { font-size: 22px; }
  .home .cta-section { padding: 44px 24px; }
}
