@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap');

:root {
  --ink: #121417;
  --muted: #5c626c;
  --line: #dfe3e8;
  --paper: #f7f8fa;
  --white: #fff;
  --accent: #ef5a43;
  --accent-dark: #c83e2c;
  --blue: #2f6fed;
  --blue-soft: #eaf0ff;
  --green: #16865c;
  --yellow: #f5c84c;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: 'DM Sans', sans-serif; line-height: 1.55; }
body.modal-open { overflow: hidden; }
a { color: inherit; }
button, input { font: inherit; }
button { cursor: pointer; }
.container { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: fixed; left: 12px; top: -60px; z-index: 100; padding: 10px 14px; background: var(--white); border-radius: 6px; }
.skip-link:focus { top: 12px; }

.hero { position: relative; min-height: 760px; color: var(--white); background: #242629 url('./podcast-studio.jpg') center / cover no-repeat; }
.hero::before { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8, 10, 12, .88) 0%, rgba(8, 10, 12, .63) 44%, rgba(8, 10, 12, .12) 78%); }
.site-header { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; min-height: 82px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-family: 'Manrope', sans-serif; font-size: 19px; font-weight: 800; }
.brand img { width: 38px; height: 38px; border-radius: 6px; }
.nav { display: flex; align-items: center; gap: 26px; }
.nav a { color: rgba(255,255,255,.84); text-decoration: none; font-size: 14px; font-weight: 600; }
.nav a:hover { color: var(--white); }
.lang-switch { display: inline-flex; padding: 4px; border: 1px solid rgba(255,255,255,.25); border-radius: 7px; }
.lang-switch a { padding: 4px 7px; border-radius: 4px; }
.lang-switch a[aria-current='page'] { background: var(--white); color: var(--ink); }
.menu-button { display: none; width: 40px; height: 40px; border: 1px solid rgba(255,255,255,.3); border-radius: 7px; background: transparent; color: var(--white); font-size: 20px; }
.hero-content { position: relative; z-index: 1; display: flex; min-height: 620px; align-items: center; }
.hero-copy { max-width: 720px; padding: 76px 0 110px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin: 0 0 18px; font-size: 13px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.eyebrow::before { content: ''; width: 26px; height: 3px; background: var(--accent); }
h1, h2, h3 { font-family: 'Manrope', sans-serif; letter-spacing: 0; }
h1 { max-width: 690px; margin: 0; font-size: clamp(48px, 6.3vw, 78px); line-height: 1.02; font-weight: 800; }
.hero-lead { max-width: 650px; margin: 24px 0 0; color: rgba(255,255,255,.83); font-size: 19px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 0 19px; border: 1px solid transparent; border-radius: 7px; text-decoration: none; font-weight: 700; transition: transform .15s ease, background .15s ease; }
.button:hover { transform: translateY(-1px); }
.button-primary { background: var(--accent); color: var(--white); }
.button-primary:hover { background: var(--accent-dark); }
.button-light { background: var(--white); color: var(--ink); }
.button-outline { border-color: rgba(255,255,255,.42); color: var(--white); }
.hero-proof { display: flex; flex-wrap: wrap; gap: 20px; margin: 28px 0 0; padding: 0; list-style: none; color: rgba(255,255,255,.78); font-size: 13px; font-weight: 600; }
.hero-proof li::before { content: '✓'; margin-right: 7px; color: #8fe0bc; }
.photo-credit { position: absolute; z-index: 1; right: 18px; bottom: 14px; color: rgba(255,255,255,.58); font-size: 10px; }
.photo-credit a { color: inherit; }

.compatibility { background: var(--white); border-bottom: 1px solid var(--line); }
.compatibility-row { display: grid; grid-template-columns: repeat(4, 1fr); }
.compatibility-item { padding: 22px; border-right: 1px solid var(--line); text-align: center; }
.compatibility-item:last-child { border-right: 0; }
.compatibility-item strong { display: block; font-family: 'Manrope', sans-serif; font-size: 15px; }
.compatibility-item span { color: var(--muted); font-size: 12px; }

.section { padding: 96px 0; }
.section-white { background: var(--white); }
.section-dark { background: #15181c; color: var(--white); }
.section-head { max-width: 760px; margin-bottom: 46px; }
.section-head.center { margin-inline: auto; text-align: center; }
.kicker { margin: 0 0 10px; color: var(--accent-dark); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.section-dark .kicker { color: #ff8d7c; }
h2 { margin: 0; font-size: clamp(34px, 4vw, 52px); line-height: 1.08; font-weight: 800; }
.section-head p { margin: 16px 0 0; color: var(--muted); font-size: 17px; }
.section-dark .section-head p { color: #adb4be; }

.workflow-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.step { padding: 24px; background: var(--white); border: 1px solid var(--line); border-radius: 8px; }
.step-number { display: grid; width: 34px; height: 34px; place-items: center; margin-bottom: 32px; border-radius: 6px; background: var(--blue-soft); color: var(--blue); font-weight: 800; }
.step h3 { margin: 0 0 8px; font-size: 20px; }
.step p { margin: 0; color: var(--muted); font-size: 14px; }

.product-demo { display: grid; grid-template-columns: .82fr 1.18fr; gap: 54px; align-items: center; }
.product-demo-copy ul { display: grid; gap: 14px; margin: 28px 0 0; padding: 0; list-style: none; }
.product-demo-copy li { display: grid; grid-template-columns: 26px 1fr; gap: 10px; color: var(--muted); }
.product-demo-copy li::before { content: '✓'; display: grid; width: 22px; height: 22px; place-items: center; border-radius: 50%; background: #e4f6ee; color: var(--green); font-size: 12px; font-weight: 800; }
.app-window { overflow: hidden; border: 1px solid #303640; border-radius: 8px; background: #f7f8fa; box-shadow: 0 28px 70px rgba(0,0,0,.24); color: var(--ink); }
.window-bar { display: flex; gap: 6px; padding: 11px 13px; background: #e9edf2; border-bottom: 1px solid #d6dbe2; }
.window-bar span { width: 9px; height: 9px; border-radius: 50%; background: #b8bec8; }
.window-body { display: grid; grid-template-columns: 132px 1fr; min-height: 390px; }
.window-sidebar { padding: 18px 12px; background: #20242a; color: #dbe0e7; }
.window-brand { margin-bottom: 26px; font-family: 'Manrope', sans-serif; font-size: 13px; font-weight: 800; }
.window-nav { display: grid; gap: 6px; font-size: 10px; }
.window-nav span { padding: 7px 8px; border-radius: 4px; }
.window-nav .active { background: #343a43; color: var(--white); }
.window-main { padding: 22px; }
.window-main h3 { margin: 0 0 4px; font-size: 20px; }
.window-main > p { margin: 0 0 22px; color: var(--muted); font-size: 11px; }
.mapping-table { overflow: hidden; border: 1px solid var(--line); border-radius: 6px; background: var(--white); }
.mapping-title { padding: 10px 12px; border-bottom: 1px solid var(--line); font-size: 10px; font-weight: 800; }
.mapping-line { display: grid; grid-template-columns: 1fr 22px 1fr; gap: 7px; align-items: center; padding: 10px 12px; border-bottom: 1px solid var(--line); font-size: 9px; }
.mapping-line:last-child { border-bottom: 0; }
.source-chip, .camera-chip { padding: 7px 8px; border-radius: 4px; background: #f0f2f5; }
.camera-chip.wide { background: var(--blue-soft); color: #214ea8; }
.mini-timeline { display: flex; height: 34px; margin-top: 18px; overflow: hidden; border-radius: 5px; }
.mini-timeline span:nth-child(1), .mini-timeline span:nth-child(4) { width: 28%; background: #ef7966; }
.mini-timeline span:nth-child(2) { width: 18%; background: #5f84d8; }
.mini-timeline span:nth-child(3) { width: 26%; background: #4eae82; }

.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.feature { min-height: 210px; padding: 24px; border: 1px solid var(--line); border-radius: 8px; background: var(--paper); }
.feature-tag { display: inline-block; margin-bottom: 34px; padding: 5px 8px; border-radius: 4px; background: var(--blue-soft); color: #234fa8; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.feature h3 { margin: 0 0 8px; font-size: 19px; }
.feature p { margin: 0; color: var(--muted); font-size: 14px; }

.privacy { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.privacy-points { display: grid; gap: 12px; }
.privacy-point { padding: 18px; border: 1px solid #303640; border-radius: 7px; background: #1d2126; }
.privacy-point strong { display: block; margin-bottom: 3px; font-family: 'Manrope', sans-serif; }
.privacy-point span { color: #adb4be; font-size: 13px; }

.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; align-items: stretch; }
.price-card { position: relative; display: flex; flex-direction: column; padding: 26px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); }
.price-card.featured { border: 2px solid var(--blue); }
.popular { position: absolute; top: -13px; right: 18px; padding: 5px 9px; border-radius: 4px; background: var(--blue); color: var(--white); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.price-card h3 { margin: 0; font-size: 20px; }
.price { margin: 20px 0 0; font-family: 'Manrope', sans-serif; font-size: 42px; font-weight: 800; line-height: 1; }
.price small { color: var(--muted); font-family: 'DM Sans', sans-serif; font-size: 13px; font-weight: 500; }
.price-card > p { min-height: 44px; color: var(--muted); font-size: 13px; }
.price-list { display: grid; gap: 9px; margin: 20px 0 26px; padding: 20px 0 0; border-top: 1px solid var(--line); list-style: none; font-size: 13px; }
.price-list li::before { content: '✓'; margin-right: 8px; color: var(--green); font-weight: 800; }
.price-card .button { width: 100%; margin-top: auto; border: 0; }
.price-card:not(.featured) .button { background: var(--ink); color: var(--white); }
.pricing-note { margin: 18px auto 0; color: var(--muted); text-align: center; font-size: 12px; }

.faq { max-width: 840px; margin: 0 auto; }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { display: flex; justify-content: space-between; gap: 20px; padding: 22px 0; cursor: pointer; list-style: none; font-family: 'Manrope', sans-serif; font-weight: 700; }
.faq summary::after { content: '+'; color: var(--accent); font-size: 22px; line-height: 1; }
.faq details[open] summary::after { content: '−'; }
.faq details p { margin: -6px 0 22px; color: var(--muted); }

.final-cta { padding: 86px 0; background: var(--blue); color: var(--white); text-align: center; }
.final-cta h2 { max-width: 780px; margin: 0 auto; }
.final-cta p { margin: 14px 0 28px; color: #dce6ff; }
.site-footer { padding: 36px 0; background: #101215; color: #aeb4bd; }
.footer-row { display: flex; justify-content: space-between; gap: 28px; align-items: center; }
.footer-links { display: flex; flex-wrap: wrap; gap: 18px; }
.footer-links a { color: inherit; text-decoration: none; font-size: 12px; }
.footer-credit { margin-top: 12px; font-size: 10px; color: #747b85; }
.footer-grid { display: grid; grid-template-columns: minmax(220px, 1.2fr) minmax(130px, .6fr) minmax(260px, 1.3fr) minmax(90px, .4fr); gap: 36px; align-items: start; }
.footer-column { display: flex; flex-direction: column; gap: 10px; }
.footer-column strong { color: #fff; font-size: 12px; }
.footer-column a { color: inherit; text-decoration: none; font-size: 12px; line-height: 1.45; }
.footer-column a:hover, .footer-links a:hover { color: #fff; }
.footer-bottom { margin-top: 32px; padding-top: 20px; border-top: 1px solid #2b3037; }

dialog { width: min(480px, calc(100% - 28px)); padding: 0; border: 0; border-radius: 8px; background: var(--white); box-shadow: 0 30px 90px rgba(0,0,0,.35); }
dialog::backdrop { background: rgba(10,12,15,.72); }
.dialog-body { padding: 26px; }
.dialog-head { display: flex; justify-content: space-between; gap: 18px; align-items: flex-start; }
.dialog-head h2 { font-size: 26px; }
.dialog-close { width: 34px; height: 34px; border: 1px solid var(--line); border-radius: 6px; background: var(--white); font-size: 20px; }
.dialog-plan { margin: 8px 0 22px; color: var(--muted); font-size: 13px; }
.dialog-body label { display: block; margin-bottom: 7px; font-weight: 700; font-size: 13px; }
.dialog-body input { width: 100%; height: 46px; padding: 0 12px; border: 1px solid #bfc5ce; border-radius: 6px; }
.dialog-body input:focus { outline: 3px solid var(--blue-soft); border-color: var(--blue); }
.dialog-body .button { width: 100%; margin-top: 12px; border: 0; }
.dialog-legal { margin: 12px 0 0; color: var(--muted); font-size: 10px; }
.checkout-error { min-height: 20px; margin: 8px 0 0; color: #b42318; font-size: 12px; }

.article-page { background: var(--white); }
.article-container { width: min(980px, calc(100% - 40px)); margin: 0 auto; }
.article-site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.96); backdrop-filter: blur(12px); }
.header-row { display: flex; min-height: 70px; align-items: center; justify-content: space-between; gap: 24px; }
.article-site-header .brand { color: var(--ink); }
.article-site-header nav { display: flex; align-items: center; gap: 20px; }
.article-site-header nav a { color: var(--muted); text-decoration: none; font-size: 13px; font-weight: 700; }
.article-site-header nav a:hover { color: var(--ink); }
.article-main { padding: 44px 0 90px; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin-bottom: 42px; color: var(--muted); font-size: 12px; }
.breadcrumbs a { color: var(--blue); text-decoration: none; }
.article-hero { max-width: 850px; margin-bottom: 52px; }
.article-hero h1 { max-width: 850px; color: var(--ink); font-size: clamp(42px, 6vw, 68px); }
.article-hero > p:not(.kicker) { max-width: 760px; margin: 20px 0 0; color: var(--muted); font-size: 18px; }
.article-meta { margin-top: 20px; color: #7b828c; font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: .05em; }
.comparison-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.comparison-card { padding: 26px; border: 1px solid var(--line); border-radius: 8px; background: var(--paper); }
.comparison-card h2 { margin: 8px 0 12px; font-size: 24px; line-height: 1.2; }
.comparison-card h2 a { text-decoration: none; }
.comparison-card p:not(.comparison-label) { color: var(--muted); font-size: 14px; }
.comparison-label { margin: 0; color: var(--accent-dark); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.text-link { display: inline-block; margin-top: 10px; color: var(--blue); text-decoration: none; font-weight: 700; font-size: 13px; }
.comparison-table-wrap { overflow-x: auto; margin-bottom: 56px; border: 1px solid var(--line); border-radius: 8px; }
.comparison-table { width: 100%; border-collapse: collapse; background: var(--white); font-size: 14px; }
.comparison-table th, .comparison-table td { padding: 17px 18px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.comparison-table thead th { background: #171a1f; color: var(--white); font-family: 'Manrope', sans-serif; }
.comparison-table tbody th { width: 24%; background: var(--paper); font-weight: 700; }
.comparison-table tbody td { width: 38%; color: #3f454d; }
.comparison-table tr:last-child th, .comparison-table tr:last-child td { border-bottom: 0; }
.choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-bottom: 56px; }
.choice-grid > div { padding: 26px; border: 1px solid var(--line); border-radius: 8px; }
.choice-grid > div:first-child { border-top: 4px solid var(--accent); }
.choice-grid > div:last-child { border-top: 4px solid var(--blue); }
.choice-grid h2 { font-size: 25px; }
.choice-grid ul { display: grid; gap: 10px; margin: 20px 0 0; padding: 0; list-style: none; color: var(--muted); }
.choice-grid li::before { content: '✓'; margin-right: 9px; color: var(--green); font-weight: 800; }
.verdict { margin: 0 0 56px; padding: 34px; border-radius: 8px; background: #15181c; color: var(--white); }
.verdict h2 { font-size: 34px; }
.verdict p:last-child { max-width: 780px; margin-bottom: 0; color: #c2c8d0; font-size: 16px; }
.article-faq { margin-bottom: 56px; }
.article-faq h2, .methodology h2, .sources h2 { margin-bottom: 14px; font-size: 30px; }
.article-faq details { border-bottom: 1px solid var(--line); }
.article-faq summary { padding: 18px 0; cursor: pointer; font-family: 'Manrope', sans-serif; font-weight: 700; }
.article-faq details p { margin: -4px 0 18px; color: var(--muted); }
.methodology { margin-bottom: 56px; padding: 24px; border-left: 4px solid var(--blue); background: var(--blue-soft); }
.methodology p { margin-bottom: 0; color: #3f526f; font-size: 14px; }
.sources { margin-bottom: 56px; padding: 24px; border: 1px solid var(--line); border-radius: 8px; background: var(--paper); }
.sources p { color: var(--muted); font-size: 13px; }
.sources a { color: var(--blue); }
.seo-callout { margin-top: 56px; padding: 38px; border-radius: 8px; background: var(--blue-soft); }
.seo-callout h2 { max-width: 760px; font-size: 34px; }
.seo-callout p { max-width: 760px; color: #3f526f; }
.article-button { border-color: #a9b9d8; color: #1e3f7b; }

@media (max-width: 900px) {
  .nav > a:not(.button), .nav .lang-switch { display: none; }
  .menu-button { display: inline-grid; place-items: center; }
  .nav.open { position: absolute; top: 72px; right: 20px; display: grid; width: min(300px, calc(100vw - 40px)); padding: 14px; border-radius: 8px; background: #171a1f; box-shadow: 0 20px 40px rgba(0,0,0,.25); }
  .nav.open > a:not(.button), .nav.open .lang-switch { display: flex; }
  .compatibility-row { grid-template-columns: repeat(2, 1fr); }
  .compatibility-item:nth-child(2) { border-right: 0; }
  .compatibility-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .workflow-grid, .feature-grid { grid-template-columns: 1fr 1fr; }
  .product-demo, .privacy { grid-template-columns: 1fr; }
  .product-demo-copy { order: 0; }
  .app-window { order: 1; }
  .pricing-grid { grid-template-columns: 1fr; max-width: 620px; margin: 0 auto; }
  .comparison-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 28px, var(--max)); }
  .hero { min-height: 700px; background-position: 58% center; }
  .hero::before { background: rgba(8,10,12,.72); }
  .site-header { min-height: 70px; }
  .nav .button { display: none; }
  .hero-content { min-height: 590px; }
  .hero-copy { padding: 64px 0 88px; }
  h1 { font-size: 46px; }
  .hero-lead { font-size: 17px; }
  .hero-actions .button { width: 100%; }
  .hero-proof { display: grid; gap: 9px; }
  .section { padding: 70px 0; }
  .workflow-grid, .feature-grid { grid-template-columns: 1fr; }
  .window-body { grid-template-columns: 1fr; }
  .window-sidebar { display: none; }
  .window-main { padding: 16px; }
  .mapping-line { grid-template-columns: 1fr; }
  .mapping-line > span:nth-child(2) { display: none; }
  .footer-row { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; }
  .article-container { width: min(100% - 28px, 980px); }
  .article-site-header nav a:not(:last-child) { display: none; }
  .article-main { padding-top: 28px; }
  .breadcrumbs { margin-bottom: 30px; }
  .article-hero h1 { font-size: 42px; }
  .choice-grid { grid-template-columns: 1fr; }
  .comparison-table { min-width: 680px; }
  .seo-callout, .verdict { padding: 26px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
