/* Direct Mac product page. Shared app-demo components remain in style.css. */
.product-page {
  --bg: #fbf8f1; --bg-2: #f4efe5; --surface: #fff; --surface-2: #f4efe7; --surface-3: #ede7dc;
  --text: #172441; --text-muted: #5d6270; --text-dim: #6d707a; --line: #e3dfd5; --line-strong: #d0cabf;
  --brand: #165bd8; --brand-2: #3278ed; --brand-soft: #e4edff; --ok: #167557; --warn: #95610a;
  --accent-warm: #b54a32; --logo-orange: #ef6100; --logo-amber: #f5ac00; --logo-teal: #078c72;
  color: var(--text); background: var(--bg); overflow-x: clip;
}
.product-page .container { width: min(1120px, calc(100% - 64px)); }
.product-page .nav { padding-inline: max(28px, calc((100vw - 1200px)/2)); background: #fbf8f1ee; border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.product-page .nav.is-scrolled { background: #fbf8f1f5; box-shadow: 0 3px 24px #17244107; }
.product-page .nav-brand { font-size: 20px; letter-spacing: -.7px; font-weight: 700; }
.product-page .nav-links { gap: 28px; }
.product-page .nav-links a { font-size: 13px; }
.product-page .nav-cta.btn { background: var(--brand); color: #fff; border: none; box-shadow: none; font-size: 12px; padding: 11px 17px; }
.product-page .nav-overlay { background: var(--bg); }
.product-page .lang-switch { background: transparent; border-color: var(--line); }
.product-page .lang-switch__opt.is-current { background: var(--surface-3); color: var(--text); box-shadow: none; }
.product-page .nav-toggle span { background: var(--text); }
.product-page .nav-overlay__store { background: var(--brand); color: #fff; }
.product-page main { padding-top: 68px; }
.product-page section[id], .product-page #oben { scroll-margin-top: 96px; }
.eyebrow { display: flex; align-items: center; gap: 9px; color: var(--brand); font-size: 13px; font-weight: 600; letter-spacing: .02em; }
.product-hero { padding: 86px 0 40px; text-align: center; }
.product-hero .eyebrow { justify-content: center; margin-bottom: 26px; }
.product-hero h1 { font-size: clamp(48px, 6.8vw, 86px); line-height: 1.02; letter-spacing: -.065em; font-weight: 600; text-wrap: balance; }
.product-page h1 em, .product-page h2 em { font-family: Georgia, 'Times New Roman', serif; font-style: italic; font-weight: 700; letter-spacing: -.055em; color: var(--accent-warm); }
.product-intro { max-width: 620px; margin: 27px auto 0; font-size: 17px; line-height: 1.8; color: var(--text-muted); text-wrap: pretty; }
.product-actions { display: flex; justify-content: center; align-items: center; gap: 28px; margin-top: 27px; flex-wrap: wrap; }
.buy-button { display: inline-flex; justify-content: center; align-items: center; gap: 10px; min-height: 50px; padding: 13px 25px; border-radius: 10px; background: var(--brand); color: #fff; font-size: 14px; font-weight: 600; box-shadow: 0 4px 8px #165bd814, inset 0 1px #ffffff20; transition: background .2s, transform .2s, box-shadow .2s; }
.buy-button:hover { background: #1049b5; transform: translateY(-2px); box-shadow: 0 8px 18px #165bd820; }
.buy-button:active { transform: translateY(0); }
.buy-button:disabled { cursor: default; background: #eeebe5; color: #74716d; box-shadow: none; transform: none; }
.text-link { display: inline-flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 600; border-bottom: 1px solid #bbcae5; padding-block: 5px; transition: color .2s, border-color .2s; }
.text-link:hover { color: var(--brand); border-color: var(--brand); }
.availability-note { margin-top: 13px; font-size: 11px; color: var(--text-dim); }
.product-trust { display: flex; justify-content: center; flex-wrap: wrap; gap: 24px; margin-top: 34px; }
.product-trust li { display: flex; align-items: center; gap: 7px; font-size: 11px; color: var(--text-muted); }
.product-trust svg { width: 15px; height: 15px; color: var(--brand); }
.product-demo { position: relative; padding: 20px 65px 34px; border-radius: 22px; background: #f2eee7; border: 1px solid #e0d9cd; }
.demo-label { display: flex; justify-content: space-between; gap: 20px; font-size: 11px; color: #6d707a; margin-bottom: 15px; }
.demo-label span:last-child { color: var(--brand); }
.product-page .mac { background: #fffefb; border: 1px solid #dcd7cf; border-radius: 12px; box-shadow: 0 24px 46px -24px #39342d40, 0 3px 8px #39342d0a; color: var(--text); max-width: 900px; margin: auto; }
.product-page .mac__chrome { background: #f1eeea; min-height: 36px; padding: 9px 15px; }
.product-page .mac__tabs { background: #f7f5f1; padding: 6px 16px 0; }
.product-page .mac__tabs .is-on { background: #fff; }
.product-page .mac__body--home { background: #fffefb; padding: 16px; gap: 13px; }
.product-page .home-hero { background: #f3f1ec; border: none; padding: 18px 16px 12px; gap: 4px; }
.product-page .home-hero__glyph { width: 48px; height: 48px; margin-bottom: 4px; }
.product-page .home-hero__glow { background: #e7e3dc; }
.product-page .home-hero__core { inset: 7px; box-shadow: none; background: var(--brand); }
.product-page .home-hero__core svg { width: 20px; height: 20px; }
.product-page .home-hero__title { font-size: 24px; font-weight: 600; }
.product-page .home-hero__detail { font-size: 11px; margin-bottom: 6px; }
.product-page .app-btn--hero { background: var(--brand); color: #fff; border-radius: 7px; min-height: 38px; font-size: 12px; padding: 8px 20px; width: auto; box-shadow: none; }
.product-page .activity__list--inline { margin-top: 6px; height: 20px; max-height: 20px; padding: 0; overflow: auto; text-align: center; scrollbar-width: none; }
.product-page .activity__list li { font-size: 10px; line-height: 20px; }
.product-page .activity__list .info { color: var(--brand); }
.product-page .home-panels { grid-template-columns: 1.25fr 1fr; gap: 12px; }
.product-page .home-panel { padding: 14px; background: #fff; border-radius: 10px; }
.product-page .home-browser-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
.product-page .mock-browser { border-color: var(--line); background: #faf9f6; border-radius: 7px; padding: 8px; }
.product-page .mock-browser__tile { background: #f0ede7; border-color: var(--line); width: 26px; height: 26px; border-radius: 6px; }
.product-page .mock-browser__tile img { width: 21px; height: 21px; }
.product-page .home-browser-grid .mock-browser { display: grid; grid-template-columns: 26px minmax(0,1fr); align-items: center; gap: 5px 8px; }
.product-page .home-browser-grid .mock-browser__meta b { font-size: 11px; }
.product-page .home-browser-grid .mock-browser__meta small { font-size: 9px; }
.product-page .home-browser-grid .status-pill { display: none; }
.product-page .home-panel__chip { font-size: 9px; padding: 3px 6px; }
.product-page .mock-label { font-size: 10px; }
.home-panel--protection { justify-content: flex-start; gap: 8px; }
.home-panel--protection strong { font-size: 13px; }
.home-panel--protection p { font-size: 11px; color: var(--text-muted); max-width: 290px; line-height: 1.5; }
.protection-icon { color: var(--brand); margin-top: 4px; }
.protection-icon svg { width: 28px; height: 28px; }
.protection-status { display: flex; align-items: center; gap: 5px; color: var(--brand); font-size: 9px; margin-top: auto; }
.protection-status svg { width: 13px; height: 13px; }
.product-page .mac__cap { background: #f6f4ef; font-size: 10px; padding: 8px 14px; }
.compatible { padding-block: 34px 64px; text-align: center; border-bottom: 1px solid var(--line); }
.compatible p { font-size: 12px; color: var(--text-dim); }
.compatible ul { display: flex; justify-content: center; align-items: center; gap: 29px; margin-top: 20px; flex-wrap: wrap; }
.compatible li { display: flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 500; }
.compatible li img { width: 29px; height: 29px; }
.compatible .more-browsers { color: var(--text-dim); font-size: 11px; font-weight: 400; }
.sales-section { padding-block: 100px; }
.story-row { display: grid; grid-template-columns: 1fr 1.08fr; align-items: center; gap: 75px; }
.story-row + .story-row { margin-top: 120px; }
.story-copy { max-width: 460px; }
.product-page h2 { font-size: clamp(34px, 3.5vw, 46px); font-weight: 500; letter-spacing: -.045em; line-height: 1.13; text-wrap: balance; }
.story-copy h2 { margin-block: 18px 20px; }
.story-copy > p:not(.eyebrow), .sales-heading > p:not(.eyebrow), .pricing-copy > p:not(.eyebrow) { color: var(--text-muted); font-size: 15px; line-height: 1.8; }
.story-copy .text-link { margin-top: 24px; }
.story-copy p.story-note { font-size: 12px; margin-top: 20px; padding-left: 15px; border-left: 2px solid #adc4eb; }
.history-example { background: #fff; border: 1px solid var(--line); border-radius: 13px; padding: 22px; box-shadow: 0 20px 60px -40px #39342d40; transform: rotate(-1deg); }
.example-title { display: flex; align-items: center; gap: 16px; margin-bottom: 24px; }
.example-title strong { font-size: 12px; font-weight: 600; }
.example-title .traffic i { width: 8px; height: 8px; }
.history-example label { display: block; font-size: 10px; margin-bottom: 7px; color: var(--text-dim); }
.search-input { display: flex; align-items: center; gap: 10px; background: #f6f4ef; padding: 12px; border: 1px solid var(--line); border-radius: 6px; }
.search-input svg { width: 15px; height: 15px; color: var(--text-dim); flex-shrink: 0; }
.search-input input { min-width: 0; width: 100%; background: transparent; border: 0; font: inherit; font-size: 12px; color: var(--text); }
.search-input:focus-within { outline: 2px solid var(--brand); outline-offset: 3px; }
.search-input input:focus-visible { outline: none; }
.history-day { font-size: 10px; color: var(--text-dim); margin-block: 19px 8px; }
.search-results { min-height: 232px; }
.search-results li { display: flex; gap: 12px; align-items: center; min-height: 58px; border-bottom: 1px solid #eeebe5; }
.search-results li[hidden] { display: none; }
.search-results li span { display: grid; gap: 2px; }
.search-results strong { font-weight: 500; font-size: 12px; }
.search-results small, .search-results time { color: var(--text-dim); font-size: 10px; }
.search-results time { margin-left: auto; font-variant-numeric: tabular-nums; }
.search-status { min-height: 18px; font-size: 10px; color: var(--text-dim); margin-top: 13px; }
.story-row--reverse .story-copy { order: 2; }
.bookmark-example { border-radius: 18px; padding: 33px; background: #f5ebe2; }
.bookmark-source { display: flex; align-items: center; gap: 12px; font-size: 12px; }
.saved-link { display: flex; align-items: center; gap: 13px; background: #fff; border-radius: 9px; border: 1px solid #dfd9cf; padding: 19px; margin-top: 20px; box-shadow: 0 6px 14px #39342d10; }
.saved-link svg { color: var(--brand); flex-shrink: 0; }
.saved-link div { display: grid; gap: 5px; }
.saved-link strong { font-size: 13px; font-weight: 600; }
.saved-link div span { color: var(--text-dim); font-size: 10px; }
.saved-link > span { margin-left: auto; color: var(--brand); }
.transfer-line { display: flex; align-items: center; flex-direction: column; }
.transfer-line span { display: block; height: 25px; border-left: 1px dashed #bdb5a7; }
.destination-browsers { display: flex; justify-content: space-evenly; padding: 10px 0; }
.destination-browsers div { display: flex; flex-direction: column; align-items: center; gap: 9px; font-size: 11px; }
.bookmark-example > p { text-align: center; font-size: 10px; color: var(--text-muted); margin-top: 20px; }
.feature-section { padding-block: 90px; background: #f4efe5; border-block: 1px solid var(--line); }
.sales-heading { max-width: 650px; margin-bottom: 50px; }
.sales-heading h2 { margin-block: 16px 18px; }
.feature-list { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 40px 44px; }
.feature-list article { border-top: 1px solid #ded5c6; padding-top: 25px; }
.feature-list article > svg { color: var(--brand); width: 24px; height: 24px; }
.feature-list h3 { margin-block: 16px 11px; font-size: 17px; font-weight: 600; letter-spacing: -.03em; }
.feature-list p { font-size: 13px; color: var(--text-muted); line-height: 1.8; }
.privacy-story { padding-block: 95px; text-align: center; }
.privacy-mark { width: 54px; height: 54px; margin: auto auto 24px; display: grid; place-items: center; background: #f4e4d9; color: var(--accent-warm); border-radius: 15px; }
.privacy-mark svg { width: 26px; height: 26px; }
.privacy-story .eyebrow { justify-content: center; }
.privacy-story h2 { margin-block: 17px 24px; font-size: clamp(42px,4.5vw,60px); }
.privacy-story > p:not(.eyebrow) { color: var(--text-muted); font-size: 15px; line-height: 1.8; max-width: 620px; margin: auto; }
.privacy-story .text-link { margin-top: 23px; }
.pricing-section { padding-block: 90px; background: #f3ede2; border-block: 1px solid #e2d8c8; }
.pricing-layout { display: grid; grid-template-columns: 1fr .86fr; gap: 100px; align-items: center; }
.pricing-copy h2 { margin-block: 18px 24px; font-size: clamp(40px,4.2vw,56px); }
.purchase-steps { margin-top: 30px; }
.purchase-steps li { display: flex; align-items: center; gap: 15px; padding: 14px 0; border-bottom: 1px solid #ded3c1; font-size: 14px; }
.purchase-steps span { color: var(--brand); font-family: var(--mono); font-size: 10px; }
.pricing-copy > p.offer-note { font-size: 11px; margin-top: 22px; }
.price-card { background: #fffdf8; border: 1px solid #ded5c7; border-radius: 17px; padding: 32px; box-shadow: 0 22px 45px -30px #39342d50; }
.price-card-top { display: flex; gap: 15px; align-items: center; }
.price-card-top h3 { font-size: 20px; letter-spacing: -.5px; font-weight: 600; }
.price-card-top span { font-size: 11px; color: var(--text-muted); }
.price { margin-top: 23px; display: flex; align-items: baseline; flex-wrap: wrap; gap: 12px; }
.price strong { font-size: 58px; letter-spacing: -4px; font-weight: 500; font-variant-numeric: tabular-nums; }
.price > span { font-size: 11px; color: var(--text-dim); }
.price-description { font-size: 12px; color: var(--text-muted); padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.included { display: grid; gap: 13px; padding-block: 24px; }
.included li { display: flex; align-items: center; gap: 10px; font-size: 12px; }
.included svg { width: 16px; height: 16px; color: var(--brand); flex-shrink: 0; }
.price-card .buy-button { width: 100%; }
#download-status { font-size: 10px; line-height: 1.7; color: var(--text-dim); text-align: center; margin-top: 13px; }
.product-faq { display: grid; grid-template-columns: 1fr 1fr; gap: 0 65px; }
.product-faq article { border-top: 1px solid var(--line); padding: 25px 0 30px; }
.product-faq h3 { font-size: 15px; font-weight: 600; letter-spacing: -.025em; margin-bottom: 12px; }
.product-faq p { color: var(--text-muted); font-size: 13px; line-height: 1.85; }
.product-closer { text-align: center; padding-block: 12px 90px; }
.product-closer > img { margin: 0 auto 22px; }
.product-closer h2 { margin-bottom: 25px; }
.product-closer p { font-size: 10px; margin-top: 17px; color: var(--text-dim); }
.product-footer { border-top: 1px solid var(--line); padding-block: 25px; display: flex; align-items: center; gap: 30px; }
.product-footer p { font-size: 11px; color: var(--text-dim); }
.product-footer nav { display: flex; margin-left: auto; gap: 21px; font-size: 11px; color: var(--text-muted); }
.product-footer a:hover { color: var(--brand); }
@media (min-width: 1500px) { .product-hero { padding-top: 110px; } }
@media (max-width: 1000px) {
  .product-page .nav-links { gap: 18px; }
  .product-demo { padding-inline: 30px; }
  .story-row { gap: 35px; }
  .pricing-layout { gap: 50px; }
}
@media (max-width: 760px) {
  .product-page .container { width: calc(100% - 36px); }
  .product-page .nav { padding-inline: 18px; }
  .product-page .nav-cta { display: none; }
  .product-hero { padding-top: 54px; }
  .product-hero h1 { font-size: clamp(40px, 8.5vw, 64px); }
  .product-intro { font-size: 14px; max-width: 470px; }
  .product-trust { gap: 12px 20px; }
  .product-trust li { font-size: 10px; }
  .product-demo { padding: 14px 12px 15px; border-radius: 15px; }
  .demo-label { font-size: 9px; gap: 10px; }
  .product-page .mac__tools { display: none; }
  .product-page .home-panel--protection { display: none; }
  .product-page .home-panels { grid-template-columns: 1fr; }
  .product-page .home-browser-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
  .product-page .home-browser-grid .mock-browser { display: flex; align-items: center; text-align: center; padding: 9px 3px; }
  .product-page .home-browser-grid .mock-browser__meta small { display: none; }
  .product-page .home-browser-grid .mock-browser__meta b { font-size: 9px; }
  .product-page .mac__cap { font-size: 9px; }
  .compatible { padding-bottom: 40px; }
  .compatible ul { gap: 17px; }
  .compatible li { font-size: 10px; gap: 5px; }
  .compatible li img { width: 24px; height: 24px; }
  .compatible .more-browsers { flex-basis: 100%; justify-content: center; }
  .sales-section { padding-block: 65px; }
  .story-row { grid-template-columns: 1fr; gap: 32px; }
  .story-row + .story-row { margin-top: 70px; }
  .story-copy { max-width: 100%; }
  .story-row--reverse .story-copy { order: initial; }
  .history-example { transform: none; padding: 19px; }
  .feature-section { padding-block: 60px; }
  .feature-list { grid-template-columns: 1fr 1fr; gap: 30px 25px; }
  .feature-list h3 { font-size: 15px; }
  .feature-list p { font-size: 12px; }
  .privacy-story { padding-block: 65px; }
  .pricing-section { padding-block: 60px; }
  .pricing-layout { grid-template-columns: 1fr; gap: 35px; }
  .price-card { padding: 26px; }
  .product-faq { grid-template-columns: 1fr; }
  .product-footer { flex-wrap: wrap; gap: 20px; }
  .product-footer p { margin-left: auto; }
  .product-footer nav { margin-left: 0; flex-basis: 100%; justify-content: space-between; }
}
@media (max-width: 390px) {
  .product-actions { flex-direction: column; gap: 13px; }
  .availability-note { font-size: 10px; }
  .feature-list { grid-template-columns: 1fr; }
  .product-page .home-browser-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .product-page .home-browser-grid .mock-browser { flex-direction: row; gap: 8px; padding: 6px; }
  .product-trust { flex-direction: column; align-items: center; gap: 9px; }
}
@media (prefers-reduced-motion: reduce) {
  .product-page *, .product-page *::before, .product-page *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
.product-page.supporting-page main { padding-top: 110px; }
.product-page.supporting-page .legal-page { background: var(--bg); }
.product-page.supporting-page .footer { background: var(--bg-2); }
.product-page.supporting-page .legal-page h1 { color: var(--text); }
.product-page.supporting-page .legal-page a { color: var(--brand); }
.product-page.supporting-page .btn--primary { background: var(--brand); color: #fff; box-shadow: none; }

/* A restrained echo of the linked, multicolour app icon. */
.product-demo {
  background: #f2eee7;
  border-color: #e0d9cd;
}
.price-card { position: relative; overflow: hidden; }
.price-card::before {
  content: ""; position: absolute; inset: 0 0 auto; height: 3px;
  background: linear-gradient(90deg, #165bd8 0%, #3278ed 65%, #e35c35 100%);
}

/* White source mattes blend into each light surface; the original logo stays intact. */
.product-page img[src*="appicon-"] { mix-blend-mode: multiply; }

/* Neutral app-window surfaces; blue is reserved for controls and small accents. */
.product-page .mac {
  --text: #292827; --text-muted: #64615d; --text-dim: #716e68;
  --line: #e2ddd5; --line-strong: #d0c9bf;
}
