:root{--adobe-red:#eb1000;--adobe-red-hover:#c40d00;--adobe-red-press:#a30b00;--ink:#2c2c2c;--ink-soft:#4b4b4b;--muted:#6e6e6e;--line:#e1e1e1;--line-strong:#b3b3b3;--paper:#fff;--canvas:#f5f5f5;--blue:#1473e6;--blue-hover:#0d66d0;--header-h:64px;--radius:8px;--radius-pill:20px;--shadow:0 8px 28px #0000001f;--font:"Source Sans 3", "Source Sans Pro", adobe-clean, "Segoe UI", sans-serif}*,:before,:after{box-sizing:border-box}html,body,#root{min-height:100%}body{color:var(--ink);background:var(--paper);font-family:var(--font);margin:0;font-size:16px;line-height:1.5}a{color:var(--blue);text-decoration:none}a:hover{color:var(--blue-hover);text-decoration:underline}h1,h2,h3,p{margin:0}button,select,input{font:inherit}.app-shell{background:var(--canvas);flex-direction:column;min-height:100vh;display:flex}.app-shell__content{flex:1}.site-header{z-index:20;height:var(--header-h);background:var(--paper);border-bottom:1px solid var(--line);position:sticky;top:0}.site-header__inner{justify-content:space-between;align-items:center;max-width:1280px;height:100%;margin:0 auto;padding:0 28px;display:flex}.site-header__brand{color:inherit;align-items:center;text-decoration:none;display:flex}.site-header__brand:hover{color:inherit;text-decoration:none}.adobe-logo{align-items:center;gap:10px;display:inline-flex}.adobe-logo__mark{width:22px;height:22px}.adobe-logo__word{letter-spacing:-.03em;font-size:18px;font-weight:700}.site-header__region{color:var(--ink-soft);align-items:center;gap:8px;font-size:13px;display:inline-flex}.hero{padding:48px 28px 28px}.hero__inner{grid-template-columns:minmax(320px,460px) minmax(0,1fr);align-items:center;gap:48px;max-width:1200px;margin:0 auto;display:grid}.download-panel{background:var(--paper);border:1px solid var(--line);border-radius:16px;padding:32px;box-shadow:0 1px 2px #0000000a}.download-panel__identity{align-items:flex-start;gap:16px;margin-bottom:24px;display:flex}.download-panel h1{letter-spacing:-.03em;font-size:28px;font-weight:800;line-height:1.15}.lede{color:var(--muted);margin-top:6px;font-size:16px}.os-picker{margin-bottom:18px}.os-picker__grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:8px;margin-top:8px;display:grid}.os-tile:nth-child(-n+3){grid-column:span 2}.os-tile:nth-child(4){grid-column:2/span 2}.os-tile:nth-child(5){grid-column:4/span 2}.os-tile{border:2px solid var(--line);background:var(--paper);min-height:88px;color:var(--ink);cursor:pointer;border-radius:12px;flex-direction:column;align-items:center;gap:6px;padding:12px 8px 10px;display:flex}.os-tile:hover{border-color:var(--ink-soft)}.os-tile.is-selected{border-color:var(--adobe-red);color:var(--adobe-red);background:#fff5f3}.os-tile.is-disabled{color:var(--muted);cursor:not-allowed;background:#f7f7f7}.os-tile.is-disabled:hover{border-color:var(--line)}.os-tile__icon{place-items:center;width:28px;height:28px;display:grid}.os-tile__icon svg{width:26px;height:26px}.os-tile__name{font-size:13px;font-weight:700;line-height:1.2}.os-picker__unsupported{color:var(--adobe-red);background:#fff4f1;border:1px solid #f8d7d4;border-radius:8px;margin:10px 0 0;padding:10px 12px;font-size:13px;font-weight:600}.version-picker{margin-bottom:18px}.version-list{border:1px solid var(--line);background:var(--paper);border-radius:12px;margin:8px 0 0;padding:0;list-style:none;overflow:hidden}.version-list li+li{border-top:1px solid var(--line)}.version-item{width:100%;color:var(--ink);text-align:left;cursor:pointer;background:0 0;border:0;align-items:center;gap:12px;padding:10px 12px;display:flex}.version-item:hover{background:#fafafa}.version-item.is-selected{background:#fff5f3}.version-item__index{background:var(--canvas);width:24px;height:24px;color:var(--ink-soft);border-radius:50%;flex-shrink:0;place-items:center;font-size:12px;font-weight:700;display:grid}.version-item.is-selected .version-item__index{background:var(--adobe-red);color:#fff}.version-item__number{font-variant-numeric:tabular-nums;font-size:14px;font-weight:700}.version-item__badge{color:var(--adobe-red);background:#fde8e6;border-radius:999px;margin-left:auto;padding:2px 8px;font-size:11px;font-weight:700}.field{flex-direction:column;gap:6px;margin-bottom:16px;display:flex}.field__label{color:var(--ink-soft);font-size:13px;font-weight:700}.field select{border:2px solid var(--line-strong);border-radius:var(--radius);background:var(--paper) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath fill='%232c2c2c' d='M1 1l5 5 5-5'/%3E%3C/svg%3E") no-repeat right 14px center;appearance:none;height:44px;color:var(--ink);padding:0 36px 0 12px}.field select:hover{border-color:var(--ink)}.field select:focus{outline:2px solid var(--blue);outline-offset:2px}.offers{border:1px solid var(--line);background:#fafafa;border-radius:12px;margin:8px 0 20px;overflow:hidden}.offers__title{color:var(--ink-soft);padding:10px 14px 0;font-size:13px;font-weight:700}.offer{cursor:pointer;align-items:flex-start;gap:12px;padding:12px 14px;display:flex}.offer+.offer{border-top:1px solid var(--line)}.upsell{background:#fff4f1;border:1px solid #f8d7d4;border-radius:12px;margin-top:18px;padding:14px}.upsell strong{margin-bottom:4px;font-size:14px;display:block}.upsell p{color:var(--muted);font-size:13px}.offer input{width:16px;height:16px;accent-color:var(--adobe-red);margin-top:3px}.offer strong{font-size:14px;display:block}.offer small{color:var(--muted);margin-top:2px;font-size:13px;line-height:1.4;display:block}.btn{border-radius:var(--radius-pill);cursor:pointer;border:2px solid #0000;justify-content:center;align-items:center;min-height:48px;padding:0 24px;font-weight:700;text-decoration:none;display:inline-flex}.btn--cta{background:var(--adobe-red);color:#fff;width:100%;font-size:17px}.btn--cta:hover{background:var(--adobe-red-hover);color:#fff;text-decoration:none}.btn--cta:active{background:var(--adobe-red-press)}.btn--light{color:var(--ink);background:#fff}.btn--ghost-light{color:#fff;background:0 0;border-color:#fff}.legal-note{color:var(--muted);margin-top:14px;font-size:12px;line-height:1.45}.download-links{gap:20px;margin-top:18px;display:flex}.text-link{color:var(--blue);cursor:pointer;background:0 0;border:0;padding:0;font-size:14px;font-weight:600}.text-link:hover{color:var(--blue-hover);text-decoration:underline}.hero__preview{min-height:360px}.device{max-width:640px;margin:0 auto;position:relative}.device__screen{box-shadow:var(--shadow);background:#1f1f1f;border-radius:18px 18px 8px 8px;padding:10px 10px 0}.device__base{background:linear-gradient(#d9d9d9,#bdbdbd);border-radius:0 0 10px 10px;height:14px}.device__shadow{background:radial-gradient(#0000002e,#0000 70%);height:18px;margin:8px 28px 0}.acrobat{background:#f3f3f3;border-radius:10px 10px 0 0;min-height:380px;overflow:hidden}.acrobat__titlebar{color:#fff;background:#2d2d2d;align-items:center;gap:12px;height:40px;padding:0 12px;display:flex}.acrobat__traffic{gap:6px;display:flex}.acrobat__traffic span{background:#ff5f57;border-radius:50%;width:10px;height:10px}.acrobat__traffic span:nth-child(2){background:#febc2e}.acrobat__traffic span:nth-child(3){background:#28c840}.acrobat__filename{text-align:center;opacity:.9;flex:1;font-size:12px}.acrobat__search{background:#ffffff1f;border-radius:999px;padding:4px 10px;font-size:11px}.acrobat__body{grid-template-columns:48px 1fr;min-height:340px;display:grid}.acrobat__rail{border-right:1px solid var(--line);background:#fff;flex-direction:column;gap:8px;padding:10px 8px;display:flex}.acrobat__rail-item{height:32px;color:var(--muted);border-radius:8px;place-items:center;font-size:14px;display:grid}.acrobat__rail-item.is-active{color:var(--adobe-red);background:#f8d7d4}.acrobat__toolbar{border-bottom:1px solid var(--line);height:42px;color:var(--ink-soft);background:#fff;align-items:center;gap:16px;padding:0 16px;font-size:12px;font-weight:700;display:flex}.acrobat__page{color:var(--muted);margin-left:auto;font-weight:600}.acrobat__canvas{background:linear-gradient(#ececec,#e4e4e4);padding:18px}.pdf-page{background:#fff;max-width:430px;min-height:250px;margin:0 auto;padding:22px;box-shadow:0 10px 24px #0000001f}.pdf-page__hero{color:#fff;background:linear-gradient(120deg,#eb1000,#ff5a36);border-radius:8px;margin-bottom:14px;padding:16px}.pdf-page__hero p{opacity:.85;font-size:11px}.pdf-page__hero h3{letter-spacing:-.03em;font-size:20px}.pdf-page__hero span{margin-top:4px;font-size:11px;display:block}.pdf-page__grid{grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:12px;display:grid}.pdf-page__grid div{background:#f7f7f7;border-radius:8px;padding:8px}.pdf-page__grid strong{color:var(--adobe-red);font-size:16px;display:block}.pdf-page__grid span{color:var(--muted);font-size:10px}.pdf-page__copy{color:var(--ink-soft);margin-bottom:12px;font-size:11px}.pdf-page__bars i{background:linear-gradient(90deg,#ffb4a8,#eb1000);border-radius:99px;height:6px;margin-bottom:6px;display:block}.features{padding:12px 28px 72px}.features__inner{max-width:1200px;margin:0 auto}.features h2{letter-spacing:-.03em;font-size:28px}.features__intro{max-width:640px;color:var(--muted);margin:8px 0 28px}.feature-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.feature-card{background:var(--paper);border:1px solid var(--line);border-radius:16px;padding:24px}.feature-card__icon{width:40px;height:40px;color:var(--adobe-red);background:#fde8e6;border-radius:10px;place-items:center;margin-bottom:12px;font-size:18px;display:grid}.feature-card h3{margin-bottom:8px;font-size:18px}.feature-card p{color:var(--muted);font-size:14px}.site-footer{color:#d5d5d5;background:#323232;padding:28px}.site-footer__inner{max-width:1200px;margin:0 auto}.site-footer__links{flex-wrap:wrap;gap:8px 18px;margin-bottom:12px;display:flex}.site-footer a{color:#fff;font-size:13px}.site-footer__copy{color:#b3b3b3;font-size:12px}.cookie-banner{z-index:30;color:#fff;background:#2c2c2c;justify-content:space-between;align-items:center;gap:24px;padding:16px 28px;display:flex;position:sticky;bottom:0}.cookie-banner p{max-width:780px;font-size:13px}.cookie-banner__actions{flex-shrink:0;gap:10px;display:flex}.cookie-banner .btn{min-height:40px;font-size:14px}.thank-you,.other-versions{padding:48px 28px 72px}.thank-you__card,.other-versions__card{background:var(--paper);border:1px solid var(--line);border-radius:16px;max-width:720px;margin:0 auto;padding:36px}.eyebrow{color:var(--adobe-red);text-transform:uppercase;letter-spacing:.04em;font-size:13px;font-weight:700}.install-steps{flex-direction:column;gap:16px;margin:28px 0;padding:0;list-style:none;display:flex}.install-steps li{gap:14px;display:flex}.install-steps span{background:var(--adobe-red);color:#fff;border-radius:50%;flex-shrink:0;place-items:center;width:32px;height:32px;font-weight:700;display:grid}.install-steps p{color:var(--muted);font-size:14px}.thank-you__actions{flex-direction:column;align-items:flex-start;gap:14px;display:flex}.thank-you__actions .btn{width:auto}.version-form{margin:8px 0 20px}.modal-backdrop{z-index:40;background:#00000073;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.modal{width:min(520px,100%);box-shadow:var(--shadow);background:#fff;border-radius:16px;padding:24px}.modal__head{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px;display:flex}.modal__head h2{letter-spacing:-.03em;font-size:22px}.modal__close{cursor:pointer;color:var(--muted);background:0 0;border:0;font-size:28px;line-height:1}.help-steps,.help-links{margin:14px 0;padding-left:18px}.help-links{padding-left:0;list-style:none}.help-links li+li{margin-top:8px}@media (width<=960px){.hero__inner,.feature-grid{grid-template-columns:1fr}.hero__preview{order:-1}.cookie-banner{flex-direction:column;align-items:stretch}}@media (width<=640px){.site-header__inner,.hero,.features,.cookie-banner,.thank-you,.other-versions{padding-left:16px;padding-right:16px}.download-panel,.thank-you__card,.other-versions__card{padding:22px}.download-panel h1,.features h2,.thank-you h1{font-size:24px}.site-header__region span{display:none}.pdf-page__grid{grid-template-columns:1fr}.os-picker__grid,.os-tile:nth-child(-n+3),.os-tile:nth-child(4),.os-tile:nth-child(5){grid-column:auto}.os-picker__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}body{background-color:#f4f4f4;margin:0;padding:0;font-family:Arial,sans-serif}.container{background-color:#fff;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;max-width:1200px;margin:20px auto;padding:20px;display:flex;box-shadow:0 0 10px #0000001a}.image-container{text-align:center;width:100%;max-width:600px;margin-bottom:20px}.help-image{border-radius:8px;width:100%;height:auto;box-shadow:0 0 10px #0000001a}.text-container{text-align:center;background-color:#f9f9f9;border-radius:8px;width:100%;max-width:600px;margin-bottom:20px;padding:20px;box-shadow:0 0 10px #0000001a}.text-container p{color:#333;margin:0;padding:0;font-size:1.2em;line-height:1.6}@media (width<=768px){.container{padding:10px}.image-container,.text-container{max-width:100%}.text-container p{font-size:1em}}@media (width<=480px){.container{padding:5px}.text-container p{font-size:.9em}}
