/* RoughCut / studio edition. Scoped to the landing pages so documentation and
   owner-approved legal layouts retain their existing design contracts. */
.landing { --w: 1328px; --line: rgba(169,130,245,.19); --faint: #a699c4; }
.landing .wrap, .landing .nav-inner, .landing .foot-inner { padding-inline: 48px; }
.landing .backdrop { background: radial-gradient(ellipse at 85% 5%,rgba(122,75,216,.13),transparent 50%),var(--bg); }
.landing .backdrop::after { display: none; }
.landing .nav { background: rgba(18,14,34,.9); border-bottom-color: rgba(169,130,245,.13); }
.landing .nav-inner { min-height: 84px; }
.landing .brand span { font-size: 1.4rem; }
.landing .nav-links { gap: 26px; }
.landing .nav-cta { border-radius: 7px; padding-inline: 18px; }
.landing .lang-switch { border: 0; padding-inline: 8px; }
.landing .nav-links a:not(.nav-cta) { position: relative; }
.landing .nav-links a:not(.nav-cta)::after { content: ''; height: 1px; position: absolute; bottom: 4px; inset-inline: 8px; background: var(--amber); transform: scaleX(0); transition: transform .2s; }
.landing .nav-links a:hover::after { transform: scaleX(1); }
.landing .studio-hero { padding-block: 28px 82px; text-align: start; }
.hero-topline { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding-block: 10px 38px; }
.landing .hero .kicker { margin: 0; font-size: .66rem; letter-spacing: .13em; color: var(--muted); }
.landing .hero .kicker::before { content: ''; display: inline-block; width: 5px; height: 13px; transform: skew(-20deg); background: var(--amber); }
.landing .hero .kicker::after { display: none; }
.release-link { display: inline-flex; align-items: center; gap: 10px; color: var(--muted); font-size: .76rem; min-height: 36px; text-decoration: none; white-space: nowrap; }
.release-link:hover { color: var(--text); }
.status-dot { height: 5px; width: 5px; background: var(--amber); border-radius: 50%; box-shadow: 0 0 12px rgba(253,178,51,.4); }
.hero-layout { display: grid; grid-template-columns: 1.04fr 1fr; align-items: center; gap: 40px; min-height: 494px; }
.hero-copy { position: relative; z-index: 2; }
.landing h1 { margin: 0; font-size: clamp(3.7rem,5.5vw,5.5rem); line-height: .99; letter-spacing: -.064em; max-width: none; }
.landing h1 em { color: var(--violet-bright); }
.landing .hero .sub { margin: 30px 0 0; max-width: 430px; font-size: 1.1rem; line-height: 1.75; color: #c5b9d9; }
.landing .hero-ctas { justify-content: flex-start; gap: 14px; margin-top: 30px; }
.landing .btn-store { border-radius: 7px; background: var(--amber); box-shadow: 0 3px 0 rgba(89,52,0,.45),0 6px 22px rgba(253,178,51,.09); padding: 15px 19px; gap: 10px; color: #21150a; font-size: .92rem; min-height: 54px; }
.landing .btn-store:hover { background: #ffc15d; box-shadow: 0 6px 30px rgba(253,178,51,.18); transform: translateY(-2px); }
.cta-arrow { margin-inline-start: 12px; }
.landing .btn-ghost { padding-inline: 0; border: 0; font-size: .86rem; gap: 9px; }
.landing .btn-ghost:hover { background: transparent; color: var(--amber); }
.landing .store-note { margin-top: 22px; color: var(--muted); font-size: .8rem; }
.system-note { font-family: var(--font-mono); font-size: .6rem; letter-spacing: .035em; color: var(--faint); margin-top: 8px; }
.hero-product { position: relative; min-width: 0; padding-top: 15px; }
.hero-product::before { content: ''; position: absolute; z-index: -1; inset: -60px -30px; background: radial-gradient(ellipse,rgba(122,75,216,.25),transparent 70%); pointer-events: none; }
.product-topline,.product-bottomline { display: flex; justify-content: space-between; align-items: center; gap: 18px; font-family: var(--font-mono); font-size: .61rem; color: var(--muted); }
.product-topline { padding: 0 8px 14px; }
.product-mode { color: var(--violet-bright); }
.product-image-button { width: 100%; padding: 0; border: 1px solid rgba(169,130,245,.35); border-radius: 10px; background: #202223; overflow: hidden; position: relative; display: block; box-shadow: 0 24px 65px rgba(0,0,0,.42); font: inherit; color: var(--text); cursor: zoom-in; transform: perspective(1400px) rotateY(-5deg) rotateX(2deg); transition: transform .6s cubic-bezier(.2,.7,.2,1),border-color .3s; }
.product-image-button:hover { transform: perspective(1400px) rotateY(0) rotateX(0); border-color: var(--violet-bright); }
.product-image-button img { display: block; width: 100%; height: auto; }
.image-enlarge { display: none; position: absolute; inset-inline-end: 12px; bottom: 12px; padding: 7px 11px; border: 1px solid rgba(169,130,245,.3); background: rgba(18,14,34,.94); border-radius: 5px; font-size: .7rem; }
.js .image-enlarge { display: block; }
.product-bottomline { padding: 23px 8px 0; }
.product-bottomline strong { color: var(--amber); font-weight: 400; }
.product-path { flex: 1; height: 1px; background: linear-gradient(90deg,var(--violet),var(--amber)); position: relative; }
.product-path::after { content: ''; position: absolute; width: 3px; height: 9px; top: -4px; inset-inline-end: 0; background: var(--amber); }
.product-caption { font-size: .71rem; color: var(--faint); text-align: center; margin-top: 17px; }
.trust-band { border-block: 1px solid var(--line); background: rgba(169,130,245,.025); }
.trust-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 84px; font-size: .85rem; }
.trust-inner > span { font-size: .75rem; color: var(--faint); max-width: 100px; line-height: 1.5; }
.trust-inner strong { font-weight: 500; color: #cec3e2; }
.trust-inner i { width: 3px; height: 3px; background: var(--violet-bright); transform: rotate(45deg); }
.landing section { padding-top: 122px; }
.landing .sec-label { font-size: .65rem; letter-spacing: .12em; margin-bottom: 23px; }
.landing .sec-label::before { display: none; }
.landing h2 { font-size: clamp(2.5rem,4.5vw,4.15rem); line-height: 1.045; letter-spacing: -.05em; max-width: 900px; }
.landing h2 em { color: var(--violet-bright); font-style: normal; }
.landing .sec-intro { font-size: 1rem; max-width: 470px; margin-top: 24px; }
.section-heading { position: relative; }
.workflow-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 65px; margin-top: 54px; }
.workflow-tabs { padding-top: 12px; }
.workflow-tab { display: flex; width: 100%; gap: 18px; align-items: center; text-align: start; padding: 26px 12px 26px 0; border: 0; border-block-end: 1px solid var(--line); color: var(--muted); background: transparent; font: inherit; cursor: pointer; transition: color .2s,background .2s,padding .2s; }
.workflow-tab > span:first-child { font-family: var(--font-mono); color: var(--faint); font-size: .74rem; }
.workflow-tab strong { font-size: 1.14rem; font-weight: 500; }
.workflow-tab .tab-arrow { margin-inline-start: auto; opacity: .4; font-size: 1.2rem; }
.workflow-tab:hover { color: var(--text); }
.workflow-tab[aria-selected=true] { color: var(--text); padding-inline-start: 18px; background: linear-gradient(90deg,rgba(122,75,216,.15),transparent); border-inline-start: 2px solid var(--amber); }
.workflow-tab[aria-selected=true] > span { color: var(--amber); opacity: 1; }
.text-link { color: var(--violet-bright); font-size: .86rem; text-decoration: none; text-underline-offset: 5px; min-height: 44px; display: inline-flex; align-items: center; gap: 15px; }
.text-link:hover { text-decoration: underline; }
.workflow-guide { margin-top: 22px; }
.workflow-panel { min-width: 0; }
.workflow-panel[hidden] { display: none; }
.workflow-panel + .workflow-panel { margin-top: 30px; }
.js .workflow-panel { margin-top: 0; }
.workflow-image { aspect-ratio: 1.6; display: flex; align-items: center; justify-content: center; border-radius: 10px; overflow: hidden; background: var(--bg-raise); border: 1px solid var(--line-strong); box-shadow: 0 25px 50px rgba(0,0,0,.17); }
.workflow-image img { display: block; width: 100%; height: 100%; object-fit: contain; }
.workflow-caption { display: flex; gap: 22px; padding-top: 24px; }
.workflow-counter { flex-shrink: 0; color: var(--amber); font: .65rem var(--font-mono); padding-top: 6px; }
.workflow-caption h3 { font: 700 1.14rem/1.3 var(--font-display); }
.workflow-caption p { font-size: .87rem; color: var(--muted); margin-top: 9px; line-height: 1.7; }
.landing .feature-section { padding-top: 146px; }
.landing .feature-stories { margin-top: 50px; border: 0; }
.landing .feature-flagship { display: block; padding: 0; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; background: linear-gradient(140deg,#211a3d,#171127); }
.landing .feature-flagship .story-copy { padding: 44px 48px 36px; display: grid; grid-template-columns: .8fr 1.2fr; column-gap: 60px; align-items: start; }
.landing .feature-flagship .story-index { grid-column: 1; color: var(--amber); font-size: .65rem; margin-bottom: 14px; }
.landing .feature-flagship h3 { grid-column: 1; font-size: 2.5rem; letter-spacing: -.035em; max-width: 340px; }
.landing .feature-flagship .story-copy > p:not(.story-index):not(.story-proof) { grid-column: 2; grid-row: 1 / span 2; font-size: .94rem; }
.landing .feature-flagship .story-proof { grid-column: 2; font-size: .8rem; margin-top: 18px; padding-inline-start: 16px; }
.landing .feature-flagship .story-visual { border: 0; border-top: 1px solid var(--line); border-radius: 0; margin: 0 24px 24px; box-shadow: none; }
.landing .feature-duo { display: grid; grid-template-columns: 1fr 1fr; gap: 52px; margin-top: 60px; }
.landing .feature-detail { display: flex; flex-direction: column; align-items: stretch; padding: 0; gap: 32px; border: 0; }
.landing .feature-detail .story-copy { flex: 1; }
.landing .story-copy h3 { font-size: 2rem; line-height: 1.12; letter-spacing: -.035em; }
.landing .feature-detail .story-copy > p:not(.story-index):not(.story-proof) { font-size: .94rem; max-width: 480px; }
.landing .feature-detail .story-proof { font-size: .81rem; line-height: 1.75; margin-top: 20px; }
.landing .feature-detail .story-visual { border-radius: 9px; box-shadow: none; }
.landing .story-index { letter-spacing: .055em; font-size: .66rem; }
.landing .proof-grid { margin-top: 70px; }
.landing .proof-item { padding-block: 32px; }
.landing .proof-item strong { font-size: 1.07rem; }
.landing .proof-item p { font-size: .83rem; max-width: 280px; }
.landing .fit-section { margin-top: 92px; border: 0; padding-block: 42px; background: rgba(169,130,245,.035); }
.landing .fit-section h2 { font-size: 2.1rem; letter-spacing: -.035em; }
.landing .fit-columns p { font-size: .9rem; }
.landing .pricing-grid { margin-top: 42px; gap: 24px; grid-template-columns: 1.25fr 1fr; }
.landing .price-panel { padding: 34px; border-radius: 12px; }
.landing .price-core { background: linear-gradient(125deg,#281d48,#1a1430); }
.landing .price-core::after { opacity: .35; }
.landing .plan-name { font-size: .72rem; letter-spacing: .04em; }
.landing .price-flow { grid-template-columns: 1fr; margin-block: 26px; gap: 26px; }
.landing .flow-arrow { display: none; }
.landing .price-flow > div { position: relative; padding-inline-start: 38px; }
.landing .price-step { position: absolute; inset-inline-start: 0; top: 5px; }
.landing .price-flow strong { font: 700 1.35rem/1.25 var(--font-display); }
.landing .price-flow p,.landing .price-pro > p:not(.plan-name) { font-size: .91rem; line-height: 1.75; }
.landing .price-pro h3 { font-size: 1.8rem; letter-spacing: -.025em; margin-block: 28px 18px; }
.landing .price-pro .pro-note { padding-top: 24px; border-top: 1px solid var(--line); margin-top: 28px; }
.landing .plans-note { max-width: 840px; font-size: .83rem; }
.landing .faq-section { display: grid; grid-template-columns: .8fr 1.2fr; column-gap: 65px; }
.landing .faq-section > .sec-label { grid-column: 1; }
.landing .faq-section > h2 { grid-column: 1; font-size: 3rem; }
.landing .faq-section > .faq { grid-column: 2; grid-row: 1 / span 3; margin: 0; width: 100%; max-width: none; }
.landing .faq-section > .faq-more { grid-column: 1; font-size: .88rem; max-width: 310px; margin-top: 30px; }
.landing .faq summary { font-size: .97rem; padding-block: 23px; }
.landing .faq details[open] { background: rgba(122,75,216,.045); }
.landing .faq .a { font-size: .92rem; }
.landing .final-cta { position: relative; isolation: isolate; margin-top: 120px; padding-block: 90px; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; background: radial-gradient(ellipse at 50% 100%,rgba(122,75,216,.2),transparent 68%),var(--bg-raise); }
.landing .final-cta::after { content: ''; position: absolute; z-index: -1; inset: -70% 30%; transform: rotate(23deg); border-inline: 1px solid rgba(169,130,245,.08); background: rgba(169,130,245,.025); pointer-events: none; }
.landing .final-cta h2 { font-size: clamp(2.7rem,4.4vw,4rem); max-width: 760px; }
.landing .final-cta p { font-size: .95rem; }
.landing .final-cta .sec-label { font-size: .67rem; }
.landing .final-cta .btn-store { margin-top: 27px; }
.landing footer { margin-top: 96px; }
.image-dialog { margin: auto; width: min(1320px,94vw); max-height: 94dvh; padding: 20px; color: var(--text); border: 1px solid var(--line-strong); border-radius: 12px; background: var(--bg); overflow: auto; }
.image-dialog::backdrop { background: rgba(6,4,12,.88); backdrop-filter: blur(12px); }
.image-dialog-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 20px; font-size: .85rem; padding-bottom: 16px; }
.image-dialog-toolbar button { background: var(--surface); color: var(--text); border: 1px solid var(--line-strong); border-radius: 6px; min-height: 44px; padding-inline: 16px; font: inherit; cursor: pointer; }
.image-dialog img { display: block; width: 100%; height: auto; border-radius: 5px; }
.image-dialog > p { font-size: .74rem; color: var(--muted); margin-top: 12px; }
html.zoom-open { overflow: hidden; }
/* Content is visible by default. JS only opts eligible below-fold elements in. */
.reveal-ready { opacity: 0; transform: translateY(24px); transition: opacity .7s ease,transform .7s cubic-bezier(.2,.7,.2,1); }
.reveal-ready.is-visible { opacity: 1; transform: none; }
@keyframes studio-enter { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: no-preference) {
  .hero-copy { animation: studio-enter .8s ease both; }
  .hero-product { animation: studio-enter 1s .12s ease both; }
  .workflow-panel.is-entering { animation: studio-enter .3s ease both; }
}
/* Arabic preserves joined glyphs and a comfortable line height at every width. */
[dir=rtl] .landing h1 { font-size: clamp(3rem,4.8vw,4.6rem); letter-spacing: 0; line-height: 1.4; }
[dir=rtl] .landing h2,[dir=rtl] .landing h3,[dir=rtl] .landing .kicker,[dir=rtl] .landing .sec-label,[dir=rtl] .landing .story-index,[dir=rtl] .landing .plan-name { letter-spacing: 0; }
[dir=rtl] .landing h2 { line-height: 1.4; font-size: clamp(2.2rem,3.8vw,3.3rem); }
[dir=rtl] .landing .hero .sub { line-height: 1.95; }
[dir=rtl] .workflow-tab { padding-inline: 0 12px; }
[dir=rtl] .workflow-tab[aria-selected=true] { padding-inline-start: 18px; background: linear-gradient(270deg,rgba(122,75,216,.15),transparent); }
[dir=rtl] .landing .story-copy h3 { line-height: 1.5; font-size: 1.8rem; }
[dir=rtl] .landing .feature-flagship .story-proof { border-left: 0; }
[dir=rtl] .landing .system-note { direction: ltr; text-align: right; }
@media (min-width: 1450px) { .hero-layout { min-height: 550px; } }
@media (max-width: 1120px) {
  .landing .wrap,.landing .nav-inner,.landing .foot-inner { padding-inline: 32px; }
  .landing .nav-links { gap: 15px; }
  .hero-layout { gap: 24px; grid-template-columns: 1fr 1fr; }
  .landing h1 { font-size: 5.6vw; }
  .landing .hero .sub { font-size: 1rem; }
  .landing .hero-ctas { gap: 8px 18px; }
  .workflow-layout { gap: 32px; grid-template-columns: .8fr 1.2fr; }
  .workflow-tab strong { font-size: 1rem; }
  .trust-inner { gap: 15px; font-size: .76rem; }
  .landing .feature-flagship .story-copy { padding: 32px; column-gap: 36px; }
  .landing .feature-duo { gap: 32px; }
  .landing .faq-section { column-gap: 36px; }
}
@media (max-width: 900px) {
  .landing .nav-links { display: none; }
  .landing .mobile-nav { display: block; }
  .hero-layout { grid-template-columns: 1fr; gap: 48px; }
  .landing h1 { font-size: clamp(3.5rem,9.5vw,6rem); }
  .hero-copy { max-width: 650px; }
  .landing .hero .sub { max-width: 500px; }
  .hero-product { width: min(660px,100%); margin-inline: auto; }
  .product-image-button { transform: none; }
  .landing .studio-hero { padding-bottom: 55px; }
  .trust-inner { flex-wrap: wrap; justify-content: center; padding-block: 22px; gap: 14px 25px; }
  .trust-inner > span { display: none; }
  .trust-inner i { display: none; }
  .workflow-layout { grid-template-columns: 1fr; gap: 30px; margin-top: 25px; }
  .workflow-tabs { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
  .workflow-tab { align-items: flex-start; flex-direction: column; gap: 7px; padding: 16px 10px; border: 1px solid var(--line); border-radius: 6px; }
  .workflow-tab[aria-selected=true] { padding: 16px 10px; border: 1px solid var(--amber); background: var(--amber-soft); }
  .workflow-tab .tab-arrow { display: none; }
  .workflow-tab strong { font-size: .85rem; }
  .workflow-guide { grid-column: 1 / -1; margin-top: 0; }
  .landing .feature-flagship .story-copy { grid-template-columns: 1fr; }
  .landing .feature-flagship .story-copy > * { grid-column: 1 !important; grid-row: auto !important; }
  .landing .feature-flagship h3 { max-width: none; }
  .landing .pricing-grid { grid-template-columns: 1fr; }
  .landing .faq-section { display: block; }
  .landing .faq-section > .faq { margin-top: 34px; }
  .landing .faq-section > .faq-more { max-width: 580px; }
  [dir=rtl] .landing h1 { font-size: clamp(2.8rem,7vw,4.8rem); }
}
@media (max-width: 600px) {
  .landing .wrap,.landing .nav-inner,.landing .foot-inner { padding-inline: 22px; }
  .landing .nav-inner { min-height: 72px; }
  .landing .brand span { font-size: 1.22rem; }
  .landing .studio-hero { padding-top: 14px; }
  .hero-topline { padding-bottom: 29px; align-items: flex-start; }
  .landing .hero .kicker { max-width: 175px; font-size: .54rem; line-height: 1.6; letter-spacing: .055em; }
  .release-link { font-size: .64rem; gap: 6px; min-height: 25px; }
  .landing h1 { font-size: clamp(2.8rem,10.9vw,4.1rem); letter-spacing: -.055em; line-height: 1.035; }
  .landing .hero .sub { margin-top: 22px; font-size: 1rem; line-height: 1.7; }
  .landing .hero-ctas { gap: 5px; margin-top: 26px; }
  .landing .hero-ctas > a { width: 100%; }
  .landing .btn-ghost { min-height: 46px; }
  .landing .store-note { font-size: .74rem; margin-top: 11px; }
  .system-note { font-size: .53rem; }
  .hero-layout { gap: 34px; }
  .hero-product { padding-top: 0; }
  .product-topline,.product-bottomline { font-size: .51rem; gap: 12px; padding-inline: 0; }
  .product-caption { font-size: .62rem; }
  .image-enlarge { font-size: .6rem; bottom: 8px; inset-inline-end: 8px; padding: 5px 8px; }
  .trust-inner { display: grid; grid-template-columns: 1fr 1fr; justify-items: center; gap: 14px 12px; font-size: .72rem; }
  .landing section { padding-top: 80px; }
  .landing h2 { font-size: 2.65rem; }
  .landing .sec-label { font-size: .58rem; margin-bottom: 18px; }
  .landing .sec-intro { font-size: .93rem; margin-top: 20px; }
  .workflow-tabs { gap: 8px; }
  .workflow-tab strong { font-size: .77rem; line-height: 1.45; }
  .workflow-tab > span:first-child { font-size: .65rem; }
  .workflow-guide { font-size: .8rem; }
  .workflow-caption { gap: 15px; }
  .workflow-caption h3 { font-size: 1.1rem; }
  .workflow-caption p { font-size: .85rem; }
  .landing .feature-section { padding-top: 90px; }
  .landing .feature-stories { margin-top: 33px; }
  .landing .feature-flagship .story-copy { padding: 26px 22px; }
  .landing .story-copy h3,.landing .feature-flagship h3 { font-size: 1.8rem; }
  .landing .feature-flagship .story-visual { margin: 0 8px 8px; }
  .landing .feature-duo { grid-template-columns: 1fr; gap: 46px; margin-top: 45px; }
  .landing .feature-detail { gap: 24px; }
  .landing .proof-grid { margin-top: 44px; }
  .landing .proof-item { padding: 26px 0; }
  .landing .proof-item p { max-width: none; }
  .landing .fit-section { margin-top: 58px; padding-block: 30px; }
  .landing .fit-section h2 { font-size: 1.95rem; }
  .landing .price-panel { padding: 28px 23px; }
  .landing .price-flow strong { font-size: 1.18rem; }
  .landing .price-flow > div { padding-inline-start: 30px; }
  .landing .price-panel .btn-store { font-size: .82rem; }
  .landing .faq-section > h2 { font-size: 2.65rem; }
  .landing .faq summary { font-size: .89rem; padding-block: 22px; }
  .landing .final-cta { width: calc(100% - 32px); padding: 56px 23px; margin-top: 78px; }
  .landing .final-cta h2 { font-size: 2.45rem; }
  .landing .final-cta p { font-size: .86rem; }
  .landing .final-cta .btn-store { font-size: .8rem; }
  .landing footer { margin-top: 65px; }
  .image-dialog { padding: 12px; }
  [dir=rtl] .landing h1 { font-size: 8.8vw; line-height: 1.5; }
  [dir=rtl] .landing h2 { font-size: 2.1rem; }
  [dir=rtl] .landing .hero .kicker { max-width: 180px; }
  [dir=rtl] .workflow-tab,[dir=rtl] .workflow-tab[aria-selected=true] { padding: 12px 8px; }
  [dir=rtl] .landing .hero .sub { font-size: .97rem; }
  [dir=rtl] .landing .final-cta h2 { font-size: 2rem; }
}
@media (prefers-reduced-motion: reduce) {
  .landing *, .landing *::before, .landing *::after { animation: none !important; transition: none !important; }
  .landing .product-image-button,.landing .reveal-ready { transform: none; opacity: 1; }
}
@media print {
  .reveal-ready { opacity: 1; transform: none; }
  .landing .nav,.image-dialog { display: none; }
}
.workflow-panel:focus-visible { outline: 2px solid var(--amber); outline-offset: 8px; border-radius: 4px; }
html:not(.js) .workflow-tabs { display: none; }
html:not(.js) .product-image-button { cursor: default; }
/* Keep the FAQ introduction together as answers expand beside it. */
.landing .faq-section { align-items: start; }
.landing .faq-section > .faq { grid-row: 1; }
.faq-heading { grid-column: 1; position: sticky; top: 125px; }
.landing .faq-heading h2 { font-size: 3rem; }
.landing .faq-heading .faq-more { font-size: .88rem; max-width: 310px; margin-top: 28px; }
.pro-features { display: grid; gap: 17px; list-style: none; padding: 0; }
.pro-features li { display: grid; grid-template-columns: 1fr; gap: 3px; padding-inline-start: 18px; border-inline-start: 2px solid var(--violet); }
.pro-features strong { font-size: .9rem; font-weight: 500; color: var(--text); }
.pro-features span { color: var(--muted); font-size: .8rem; line-height: 1.6; }
@media (max-width: 900px) { .faq-heading { position: static; } .landing .faq-heading .faq-more { max-width: 520px; } }
@media (max-width: 600px) { .landing .faq-heading h2 { font-size: 2.65rem; } }
[dir=rtl] .landing .faq-heading h2 { font-size: 2.65rem; }
.image-dialog-canvas { overflow: auto; overscroll-behavior: contain; }
.image-dialog-canvas:focus-visible { outline: 2px solid var(--amber); outline-offset: 3px; }
@media(max-width:600px) { .image-dialog-canvas img { min-width: 800px; } }
/* Frame the actual macOS window within the existing 1600x1000 Store artwork.
   Source window bounds: x=252,y=195,w=1098,h=756. Pixels and source assets stay intact. */
.landing .workflow-image { aspect-ratio: 1098 / 756; }
.landing .window-crop { position: relative; aspect-ratio: 1098 / 756; overflow: hidden; background: #24292d; }
.landing .window-crop img { position: absolute; width: 145.7195%; height: 132.2751%; max-width: none; inset-inline-start: auto; left: -22.9508%; top: -25.7937%; object-fit: fill; }
/* Arabic captures have wider app-window bounds. Keep their original RTL pixels. */
[dir=rtl] .landing .workflow-image { aspect-ratio: 1210 / 756; }
.landing .window-crop-ar { aspect-ratio: 1210 / 756; }
.landing .window-crop-ar img { width: 132.2314%; height: 132.2751%; left: -16.1157%; top: -25.7937%; }
.landing .window-crop-ar-transcript { aspect-ratio: 996 / 756; }
.landing .window-crop-ar-transcript img { width: 160.6426%; height: 132.2751%; left: -30.3213%; top: -25.7937%; }
