/* Focus Magic brand settings. Shared layout and components live in styles.css. */
:root {
    --brand-product-name: "Focus Magic";
}

/* Off-white page outside the centred, pale-blue content column. */
body {
    background: #f7f8f9;
}

.internal-page.home-page {
    width: min(100%, calc(var(--page-width) + 2px));
    margin-right: auto;
    margin-left: auto;
    background: #e3eef5;
    border-top: 0;
    border-right: 1px solid #b7d4e3;
    border-bottom: 0;
    border-left: 1px solid #b7d4e3;
}

/* The outer homepage border replaces the per-section borders in shared styles. */
.internal-page.home-page > .page-section {
    width: 100%;
    border-right: 0;
    border-left: 0;
}

/* Focus Magic logo. */
.site-logo {
    display: block;
}

.site-logo img {
    width: 266px;
    height: auto;
}

/* Match the logo artwork's background so it blends into the full header. */
.site-header {
    background: #b2d9f7;
}

/* Focus Magic home page. */
.focus-hero {
    padding: 38px 0;
    background: #e3eef5;
}

.focus-hero__inside {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
    column-gap: 38px;
    row-gap: 8px;
}

.focus-hero h1 {
    margin-bottom: 20px;
    color: #292929;
    font-size: clamp(1.8rem, 2.7vw, 2rem);
    line-height: 1.28;
}

.focus-hero__panel {
    padding: 0;
    color: #292929;
    background: transparent;
}

.focus-hero__panel .focus-hero__eyebrow {
    margin: 0 0 10px;
    color: #31506b;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.focus-hero__panel h2 {
    margin: 0 0 20px;
    color: #344fc0;
    font-size: 1.13rem;
    font-weight: 400;
}

.focus-hero__panel p {
    margin: 0;
    font-size: 0.93rem;
    font-weight: 600;
    line-height: 1.5;
}

.focus-hero__panel p + p {
    margin-top: 10px;
}

.focus-hero__actions {
    display: flex;
    align-items: stretch;
    gap: 12px;
    margin-top: 28px;
}

.focus-hero__actions .button {
    min-height: 52px;
    flex: 1 1 0;
    padding: 12px 15px;
    font-size: 0.86rem;
    line-height: 1.25;
    text-align: center;
}

.focus-hero__download {
    width: auto;
    margin-top: 0;
    background: #485bc0;
    border-color: #485bc0;
    border-radius: 4px;
    text-transform: uppercase;
    white-space: nowrap;
}

.focus-hero__buy {
    border-radius: 4px;
}

.focus-hero__commercial-points {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 18px;
    margin: 15px 0 0;
    padding: 0;
    color: #31506b;
    list-style: none;
}

.focus-hero__commercial-points li {
    position: relative;
    padding-left: 17px;
    font-size: 0.76rem;
    font-weight: 700;
}

.focus-hero__commercial-points li::before {
    position: absolute;
    left: 0;
    color: #25774a;
    content: "✓";
    font-weight: 900;
}

.focus-hero__download:hover,
.focus-hero__download:focus-visible {
    background: #3447a5;
    border-color: #3447a5;
}

.focus-hero__download-icon {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    margin-right: 10px;
    color: var(--white);
}

.before-after {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: hidden;
    background: var(--white);
    border: 1px solid var(--border);
    box-shadow: 0 14px 34px rgba(23, 50, 74, 0.16);
}

.before-after figure {
    position: relative;
    margin: 0;
}

.before-after figure + figure {
    border-left: 2px solid var(--white);
}

.before-after img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.before-after figcaption {
    position: absolute;
    right: 10px;
    bottom: 10px;
    padding: 4px 9px;
    color: var(--white);
    background: rgba(23, 50, 74, 0.88);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

/* Draggable before-and-after comparison used in the home-page hero. */
.comparison-slider {
    position: relative;
    overflow: hidden;
    aspect-ratio: 550 / 367;
    background: #152631;
    border: 1px solid var(--border);
    border-radius: 6px;
    box-shadow: 0 14px 34px rgba(23, 50, 74, 0.16);
    user-select: none;
}

.comparison-slider__before,
.comparison-slider__after,
.comparison-slider__after img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.comparison-slider__after {
    position: absolute;
    inset: 0;
    clip-path: inset(0 0 0 var(--comparison-position));
}

.comparison-slider__divider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: var(--comparison-position);
    width: 2px;
    background: var(--white);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.45);
    pointer-events: none;
    transform: translateX(-1px);
}

.comparison-slider__handle {
    position: absolute;
    top: 50%;
    left: 50%;
    display: grid;
    width: 40px;
    height: 40px;
    color: var(--white);
    background: rgba(23, 50, 74, 0.72);
    border: 2px solid var(--white);
    border-radius: 50%;
    font-size: 0.68rem;
    letter-spacing: 4px;
    line-height: 1;
    place-items: center;
    transform: translate(-50%, -50%);
}

.comparison-slider__control {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
    cursor: ew-resize;
}

.comparison-slider:has(.comparison-slider__control:focus-visible) {
    outline: 3px solid var(--blue);
    outline-offset: 4px;
}

.comparison-slider__labels {
    display: none;
}

.comparison-slider__labels span {
    padding: 4px 9px;
    color: var(--white);
    background: rgba(23, 50, 74, 0.82);
    border-radius: 3px;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.comparison-slider--car {
    aspect-ratio: 476 / 400;
}

.comparison-slider--wide {
    aspect-ratio: 610 / 240;
}

.comparison-slider__instruction {
    grid-column: 1;
    margin: 0;
    color: var(--muted);
    font-size: 0.75rem;
    text-align: center;
}

.focus-hero__slider-instruction {
    grid-column: 2;
}

.focus-hero__slider-tutorial {
    grid-column: 2;
    margin: 0;
    font-size: 0.78rem;
    text-align: center;
}

.focus-introduction {
    display: grid;
    grid-template-columns: 170px minmax(0, 1fr);
    align-items: center;
    column-gap: 28px;
    row-gap: 12px;
    max-width: none;
    margin: 0 auto;
    padding: 28px 30px;
    background: var(--white);
    border: 1px solid var(--border);
    box-shadow: 0 6px 18px rgba(23, 50, 74, 0.08);
    text-align: left;
}

.focus-introduction-section {
    padding-bottom: 28px;
}

.focus-examples-section {
    padding-top: 28px;
}

.focus-testimonial-band {
    padding: 28px 0;
    color: var(--navy);
    background: #e3eef5;
}

.focus-testimonial-band blockquote {
    max-width: none;
    margin: 0 auto;
    padding: 26px 34px;
    background: #c7dceb;
    border-left: 5px solid var(--blue);
}

.focus-testimonial-band p {
    margin: 0;
    font-size: 1rem;
    font-style: italic;
    line-height: 1.6;
}

.focus-testimonial-band footer {
    margin-top: 16px;
    color: var(--navy);
    font-weight: 800;
}

.focus-introduction__sample {
    width: 150px;
    text-align: center;
}

.focus-introduction__sample img {
    width: 144px;
    height: 110px;
    margin: 0 auto 5px;
    padding: 10px;
    background: var(--white);
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(23, 50, 74, 0.18);
}

.focus-introduction__sample span {
    display: block;
    color: var(--text);
    font-size: 0.75rem;
}

.page-section--white {
    background: var(--white);
}

.focus-introduction h2 {
    margin-top: 0;
    font-size: 1.5rem;
    line-height: 1.25;
}

.focus-comparison-notes {
    display: grid;
    grid-column: 1 / -1;
    gap: 14px;
    margin-top: 0;
}

.focus-comparison-notes p {
    margin: 0;
    padding: 0;
    font-size: 0.82rem;
    line-height: 1.45;
}

.focus-comparison-notes__marker {
    display: inline-block;
    min-width: 1.25em;
    font-weight: 700;
}

.focus-difference-section {
    padding-top: 50px;
    background: var(--white);
}

.focus-difference-section .section-heading {
    max-width: 850px;
}

.focus-difference-table {
    min-width: 760px;
}

.focus-difference-table th:first-child {
    width: 18%;
}

.focus-difference-table th:nth-child(2) {
    background: #dcecff;
}

.focus-difference-table tbody td:nth-child(2) {
    background: #f4f9ff;
}

.focus-difference-table tbody th {
    color: var(--navy);
    background: #f6f7f8;
    font-weight: 800;
}

.focus-difference-note {
    margin-top: 24px;
    padding: 22px 24px;
    background: #f4f8fb;
    border: 1px solid var(--border);
    border-left: 5px solid var(--blue);
    border-radius: 5px;
}

.focus-difference-note h3 {
    margin: 0 0 8px;
    color: var(--navy);
}

.focus-difference-note p {
    max-width: 920px;
    margin: 0;
}

.focus-difference-note .button-row {
    margin-top: 18px;
}

.focus-difference-note .button {
    min-height: 46px;
    padding: 10px 17px;
    font-size: 0.86rem;
}

.focus-example-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px;
}

.focus-example-card {
    padding: 22px;
    background: var(--white);
    border: 1px solid var(--border);
    box-shadow: 0 6px 18px rgba(23, 50, 74, 0.08);
}

.focus-example-card h3 {
    margin: 20px 0 8px;
}

.focus-example-card p:last-child {
    margin-bottom: 0;
}

.focus-example-card--slider {
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.15fr);
    align-items: center;
    column-gap: 28px;
    row-gap: 8px;
}

.focus-example-card--slider .comparison-slider {
    aspect-ratio: 476 / 400;
    box-shadow: 0 5px 16px rgba(23, 50, 74, 0.13);
}

.focus-example-card--slider > div:last-child {
    grid-column: 2;
    grid-row: 1;
}

.focus-example-card--slider .comparison-slider--wide {
    aspect-ratio: 610 / 240;
}

.focus-example-card--slider .comparison-slider--old-car {
    aspect-ratio: 238 / 200;
}

.focus-example-card--slider h3 {
    margin-top: 0;
}

.focus-proof {
    color: var(--white);
    background: var(--navy);
}

.focus-proof h2,
.focus-proof h3 {
    color: var(--white);
}

.focus-proof__inside {
    display: block;
}

.focus-proof blockquote {
    margin: 0;
    padding: 28px;
    color: var(--navy);
    background: var(--white);
}

.focus-proof blockquote p {
    margin-top: 0;
    font-style: italic;
}

.focus-proof blockquote footer {
    font-weight: 800;
}

/* Original home-page credibility, customer examples and featured sections. */
.focus-users-section {
    color: var(--white);
    background: linear-gradient(115deg, #526fc2 0%, #61add2 100%);
    text-align: center;
}

.focus-users-section h2,
.focus-users-section h3 {
    color: var(--white);
}

.focus-users-section > .page-width > h2,
.focus-customer-examples h2,
.focus-features-section > .page-width > h2 {
    text-align: center;
}

.focus-organization-grid {
    display: flex;
    transition: transform 260ms ease;
}

.focus-organization-carousel {
    position: relative;
    margin-top: 30px;
    padding: 0 48px 30px;
}

.focus-organization-carousel__viewport {
    overflow: hidden;
}

.focus-organization-grid figure {
    display: flex;
    min-width: 33.333333%;
    min-height: 190px;
    margin: 0;
    padding: 0 28px;
    color: var(--white);
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.focus-organization-grid img {
    width: 224px;
    height: 150px;
    margin: auto;
    background: var(--white);
    border-radius: 3px;
    object-fit: contain;
}

.focus-organization-grid figcaption {
    margin-top: 8px;
    color: var(--white);
    font-size: 0.82rem;
    font-style: italic;
}

.focus-organization-carousel__arrow {
    position: absolute;
    top: 72px;
    z-index: 2;
    padding: 0;
    color: var(--white);
    background: transparent;
    border: 0;
    font-size: 3rem;
    line-height: 1;
    cursor: pointer;
}

.focus-organization-carousel__arrow--previous {
    left: 4px;
}

.focus-organization-carousel__arrow--next {
    right: 4px;
}

.focus-organization-carousel__dots {
    position: absolute;
    right: 0;
    bottom: 2px;
    left: 0;
    display: flex;
    justify-content: center;
    gap: 8px;
}

.focus-organization-carousel__dots button {
    width: 6px;
    height: 6px;
    padding: 0;
    background: rgba(18, 63, 119, 0.34);
    border: 0;
    border-radius: 50%;
    cursor: pointer;
}

.focus-organization-carousel__dots button.is-current {
    background: #102d52;
}

.focus-logo-note {
    margin: -12px 40px 0 0;
    color: var(--white);
    font-size: 0.75rem;
    text-align: right;
}

.focus-global-use {
    display: block;
    margin-top: 42px;
    padding-top: 34px;
    border-top: 0;
    text-align: center;
}

.focus-global-use h3 {
    margin: 0 0 24px;
    font-size: 1.5rem;
}

.focus-global-use > div:last-child h3 {
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
}

.focus-global-use ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 34px;
    margin: 0 auto 52px;
    padding: 0;
    list-style: none;
}

.focus-global-use li {
    position: relative;
    padding-left: 34px;
    font-size: 1.05rem;
    font-style: italic;
}

.focus-global-use li::before {
    position: absolute;
    left: 4px;
    color: #ffd000;
    content: "✓";
    font-size: 1.45rem;
    font-style: normal;
    font-weight: 800;
    line-height: 1;
}

.focus-global-use .button-row {
    justify-content: center;
}

.focus-global-use .button {
    min-width: 250px;
    gap: 10px;
    text-transform: uppercase;
}

.focus-button-icon {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
}

.focus-global-use .button:first-child {
    background: #ffb20b;
    border-color: #ffb20b;
}

.focus-global-use .button:first-child:hover {
    background: #e49a00;
    border-color: #e49a00;
}

.focus-global-use .button--secondary {
    color: var(--white);
    background: #1486dd;
    border-color: #1486dd;
}

.focus-customer-grid {
    display: grid;
    gap: 54px;
    margin-top: 30px;
}

.focus-customer-example {
    display: block;
    padding: 0;
    background: transparent;
    border: 0;
}

.focus-customer-example .before-after {
    gap: 16px;
    overflow: visible;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.focus-customer-example .before-after figure + figure {
    border-left: 0;
}

.focus-customer-example .before-after img {
    height: auto;
    object-fit: contain;
}

.focus-customer-example .before-after figcaption {
    position: static;
    padding: 5px 9px;
    color: var(--text);
    background: #eeeeee;
    font-size: 0.78rem;
    font-style: italic;
    font-weight: 400;
    letter-spacing: 0;
    text-align: center;
    text-transform: none;
}

.focus-customer-example h3 {
    margin: 18px 0 14px;
    color: #344fc0;
}

.focus-customer-example p {
    margin: 0;
}

.focus-customer-example p + p {
    margin-top: 12px;
}

.focus-customer-examples {
    background: var(--white);
}

.focus-features-section {
    background: var(--white);
}

.focus-features-download {
    margin: 28px 0 0;
    text-align: center;
}

.focus-featured-layout {
    display: block;
}

.focus-featured-layout > div {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.focus-featured-layout h2 {
    margin-top: 0;
    text-align: center;
}

.focus-featured-layout blockquote {
    width: 100%;
    max-width: none;
    margin: 24px auto 0;
    padding: 26px 30px;
    background: #c7dceb;
    border-left: 5px solid var(--blue);
}

.focus-featured-layout blockquote p {
    margin-top: 0;
    font-style: italic;
}

.focus-featured-layout blockquote footer {
    font-weight: 800;
}

.focus-feature-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 54px;
    max-width: 940px;
    margin: 34px auto 0;
}

.focus-feature {
    display: grid;
    grid-template-columns: 70px minmax(0, 1fr);
    grid-template-rows: auto 1fr;
    gap: 8px 16px;
    padding: 16px 0;
    background: transparent;
    border: 0;
}

.focus-feature__icon {
    display: grid;
    width: 70px;
    height: 70px;
    grid-row: 1 / span 2;
    color: var(--white);
    background: #485bc0;
    border-radius: 50%;
    place-items: center;
}

.focus-feature__icon svg {
    width: 38px;
    height: 38px;
}

.focus-feature h3 {
    margin: 6px 0 0;
    color: #4056c1;
}

.focus-feature p:last-child {
    margin-bottom: 0;
}

.focus-features-download .button {
    gap: 9px;
    text-transform: uppercase;
}

.focus-final-cta {
    padding: 58px 0;
    color: var(--white);
    background: linear-gradient(135deg, var(--blue-dark), var(--navy));
    text-align: center;
}

.focus-final-cta h2 {
    margin: 0 0 10px;
    color: var(--white);
}

.focus-final-cta .button-row {
    justify-content: center;
}

/* Download page, closely following the original Focus Magic page structure. */
.focus-download-page h1 {
    margin-bottom: 14px;
    font-size: clamp(2rem, 4vw, 2.75rem);
}

.focus-download-introduction {
    padding-bottom: 34px;
}

.focus-download-introduction p {
    max-width: 820px;
    margin-bottom: 0;
    font-size: 1.06rem;
}

.focus-books-section,
.focus-download-information {
    background: var(--white);
}

.focus-platform-section {
    background: #e3eef5;
}

.focus-platform-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 44px;
}

.focus-platform-download {
    padding: 28px 30px;
    background: var(--white);
    border: 1px solid var(--border);
    text-align: center;
}

.focus-platform-download + .focus-platform-download {
    border-left: 1px solid var(--border);
}

.focus-platform-download h2 {
    margin: 0 0 8px;
}

.focus-platform-download h3 {
    margin: 0 0 22px;
    color: var(--muted);
    font-size: 1rem;
}

.focus-original-download {
    display: inline-block;
}

.focus-original-download img {
    width: auto;
    height: 59px;
}

.focus-download-version {
    margin: 14px 0 5px;
}

.focus-previous-versions {
    margin-top: 24px;
}

.focus-installation-tabs {
    background: transparent;
}

.focus-installation-tabs__headings {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.focus-installation-tabs__headings button {
    padding: 17px 22px;
    color: var(--navy);
    background: #f4f4f4;
    border: 0;
    border-bottom: 1px solid var(--border);
    font: inherit;
    font-size: 1.15rem;
    font-weight: 700;
    text-align: left;
    cursor: pointer;
}

.focus-installation-tabs__headings button + button {
    border-left: 1px solid var(--border);
}

.focus-installation-tabs__headings button[aria-selected="true"] {
    background: var(--white);
    border-bottom-color: var(--white);
}

.focus-installation-panel {
    padding: 24px 22px;
    background: var(--white);
    border: 1px solid var(--border);
}

.focus-installation-panel + .focus-installation-panel {
    margin-top: 24px;
}

.focus-installation-panel > h2 {
    margin: 0 0 22px;
}

.focus-installation-panel[hidden] {
    display: none;
}

.focus-installation-panel ol {
    margin: 0;
    padding-left: 0;
    list-style: none;
    counter-reset: installation-step;
}

.focus-installation-panel ol li {
    position: relative;
    padding-left: 2em;
    counter-increment: installation-step;
}

.focus-installation-panel ol li::before {
    position: absolute;
    left: 0;
    content: counter(installation-step) ")";
    font-weight: 700;
}

.focus-installation-panel--windows ol {
    color: #087600;
    font-weight: 700;
}

#install-mac {
    color: #00732b;
    font-weight: 700;
}

#install-mac p {
    margin-top: 0;
    margin-bottom: 4px;
}

#install-mac h3 {
    margin: 22px 0 4px;
    color: var(--text);
    font-size: 1rem;
}

#install-mac ul {
    margin-top: 0;
    color: var(--text);
    font-weight: 400;
}

.focus-installation-panel li + li {
    margin-top: 5px;
}

.focus-inline-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: -2px;
}

.focus-books-section > .page-width > h2 {
    margin-top: 0;
    text-align: center;
}

.focus-book-grid {
    display: grid;
    gap: 34px;
    margin-top: 34px;
}

.focus-book {
    display: grid;
    grid-template-columns: 190px minmax(0, 1fr);
    align-items: center;
    gap: 32px;
}

.focus-book img {
    width: 190px;
    height: 212px;
    object-fit: contain;
}

.focus-book h3 {
    margin: 0 0 2px;
}

.focus-book-author {
    margin: 0 0 15px;
    color: var(--muted);
    font-style: italic;
}

.focus-download-information h2:first-child {
    margin-top: 0;
}

.focus-download-testimonial {
    padding: 30px 0;
    background: #e3eef5;
}

.focus-download-testimonial blockquote {
    margin: 0;
    padding: 26px 34px;
    background: #c7dceb;
    border-left: 5px solid var(--blue);
}

.focus-download-testimonial p {
    margin-top: 0;
    font-style: italic;
}

.focus-download-testimonial footer {
    font-weight: 800;
}

.focus-about-contact {
    margin-top: 34px;
}

.focus-about-contact h2 {
    margin-top: 0;
}

.focus-about-contact address {
    font-style: normal;
    line-height: 1.7;
}

.focus-testimonials-page .lead {
    margin-bottom: 30px;
}

.focus-testimonials-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    gap: 24px;
}

.focus-testimonial-card {
    margin: 0;
    padding: 24px 28px;
    background: #c7dceb;
    border-left: 5px solid var(--blue);
}

.focus-testimonial-card p {
    margin: 0;
    font-style: italic;
}

.focus-testimonial-card footer {
    margin-top: 16px;
    font-weight: 800;
}

.focus-testimonials-reviews {
    padding: 38px 0 42px;
    text-align: center;
    background: #465bc1;
}

.focus-testimonials-reviews h2 {
    margin: 0 0 22px;
    color: var(--white);
}

.focus-testimonials-reviews .button {
    min-width: 144px;
    color: #465bc1;
    background: var(--white);
    border-color: var(--white);
    text-transform: uppercase;
}

.focus-testimonials-reviews .button:hover {
    color: #3448ad;
    background: #f3f6fb;
    border-color: #f3f6fb;
}

@media (max-width: 760px) {
    .focus-testimonials-grid {
        grid-template-columns: 1fr;
    }
}

.focus-review-links {
    margin-bottom: 40px;
    line-height: 1.8;
}

.focus-review-video {
    max-width: 800px;
    margin: 0 auto 40px;
}

.focus-review-video .focus-video-embed {
    margin-top: 0;
}

.focus-review-video figcaption {
    margin-top: 8px;
    font-size: 0.9rem;
}

.focus-review-books {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
}

.focus-review-book {
    display: grid;
    grid-template-columns: 180px 1fr;
    align-items: start;
    gap: 24px;
}

.focus-review-book__cover img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
}

.focus-review-book h3 {
    margin-top: 0;
}

.focus-review-book__author {
    margin-top: -7px;
    color: var(--muted);
}

.focus-review-quote {
    margin: 34px 0 0;
    padding: 26px 30px;
    background: #c7dceb;
    border-left: 5px solid var(--blue);
}

.focus-review-quote > p {
    margin-top: 0;
    font-style: italic;
}

.focus-review-quote footer {
    display: flex;
    align-items: center;
    gap: 16px;
}

.focus-review-quote footer img {
    width: 72px;
    height: 72px;
    object-fit: cover;
    border-radius: 50%;
}

@media (max-width: 900px) {
    .focus-review-books {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {
    .focus-review-book {
        grid-template-columns: 1fr;
    }

    .focus-review-book__cover img {
        max-width: 180px;
    }
}

.focus-screenshot-row {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(260px, 1fr);
    align-items: center;
    gap: 34px;
    margin-bottom: 42px;
}

.focus-screenshot-row figure {
    margin: 0;
}

.focus-screenshot-row img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
}

.focus-screenshot-row figcaption {
    margin-top: 6px;
    color: var(--muted);
    font-size: 0.82rem;
    text-align: center;
}

.focus-screenshot-row h2 {
    margin-top: 0;
}

@media (max-width: 800px) {
    .focus-screenshot-row {
        grid-template-columns: 1fr;
        gap: 18px;
    }
}

.focus-pricing-page .content-page__section {
    background: #e3eef5;
}

.focus-pricing-panel {
    display: grid;
    grid-template-columns: 310px minmax(0, 1fr);
    align-items: center;
    gap: 42px;
    margin-top: 30px;
    padding: 32px;
    background: var(--white);
    border: 1px solid var(--border);
}

.focus-price-card {
    overflow: hidden;
    background: #f7f7f7;
    border: 1px solid var(--border);
}

.focus-price-card > header {
    padding: 20px;
    color: var(--white);
    text-align: center;
    background: #465bc1;
}

.focus-price-card > header h2 {
    margin: 0 0 6px;
    color: inherit;
    font-size: 1.35rem;
}

.focus-price-card > header p {
    margin: 0;
}

.focus-price-card__body {
    padding: 24px 38px 28px;
    text-align: center;
}

.focus-price {
    margin: 0 0 22px;
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1;
}

.focus-price > span {
    font-size: 0.55em;
    vertical-align: 0.35em;
}

.focus-price small {
    font-size: 0.23em;
    font-weight: 400;
    vertical-align: 1.6em;
}

.focus-price-card ul {
    margin: 0 0 24px;
    padding: 0;
    list-style: none;
}

.focus-price-card li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 0;
    border-bottom: 1px solid #d5d5d5;
}

.focus-price-card li span {
    display: inline-grid;
    width: 18px;
    height: 18px;
    place-items: center;
    border: 1.5px solid currentColor;
    border-radius: 50%;
    font-size: 0.72rem;
    font-weight: 800;
}

.focus-price-card__button {
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 9px;
    text-transform: uppercase;
}

.focus-price-cart-icon {
    width: 18px;
    height: 18px;
    flex-basis: 18px;
}

.focus-pricing-details h2 {
    margin-top: 0;
}

@media (max-width: 760px) {
    .focus-pricing-panel {
        grid-template-columns: 1fr;
        padding: 20px;
    }

    .focus-price-card {
        width: 100%;
        max-width: 360px;
        margin: 0 auto;
    }
}

.focus-policy-page .content-page__section > .page-width {
    max-width: 1050px;
}

.focus-policy-lead {
    padding: 18px 22px;
    color: #17668e;
    background: #d8edf8;
    border-left: 4px solid #9ed7f1;
    font-size: 1.08rem;
}

.focus-policy-requirements {
    display: grid;
    gap: 18px;
    margin: 28px 0;
}

.focus-policy-requirements section {
    padding: 20px 24px;
    background: #f5f8fa;
    border: 1px solid var(--border);
}

.focus-policy-requirements h2 {
    margin-top: 0;
    font-size: 1.25rem;
}

.focus-policy-requirements p:last-child {
    margin-bottom: 0;
}

.focus-new-code-page .content-page__section > .page-width {
    max-width: 900px;
}

/* Support landing page. */
.focus-support-page .content-page__section {
    background: var(--white);
}

.focus-support-page .content-page__section > .page-width {
    max-width: 1050px;
    padding-bottom: 48px;
}

.focus-support-links {
    margin: 0 0 36px;
    padding-left: 24px;
}

.focus-support-links li {
    margin-bottom: 14px;
    line-height: 1.55;
}

.focus-support-email {
    margin-top: 28px;
}

.focus-support-email h2 {
    margin-top: 0;
}

.focus-support-email p:last-child {
    margin-bottom: 0;
}

/* Focus Magic FAQ uses the same accordion treatment as the Cashbook sites. */
.focus-faq-page .faq-content {
    background: #e3eef5;
}

.focus-faq-page .faq-content > .page-width {
    max-width: 1050px;
}

.focus-faq-page .faq-list {
    border-top: 1px solid #c5d9e7;
}

/* System requirements page. */
.focus-system-requirements-page .content-page__section {
    background: var(--white);
}

.focus-system-requirements-page .content-page__section > .page-width {
    max-width: 1050px;
    padding-bottom: 48px;
}

.focus-system-requirements-page h2 {
    margin-top: 34px;
}

.focus-new-code-form {
    max-width: 620px;
    margin-top: 30px;
    padding: 30px;
    background: #f5f8fa;
    border: 1px solid var(--border);
}

.focus-form-field {
    margin-bottom: 22px;
}

.focus-form-field label {
    display: block;
    margin-bottom: 7px;
    font-weight: 800;
}

.focus-form-field label span {
    color: #c62828;
}

.focus-form-field input {
    display: block;
    width: 100%;
    padding: 11px 12px;
    font: inherit;
    background: var(--white);
    border: 1px solid #b9c7d0;
}

.focus-form-field input:focus {
    outline: 2px solid var(--blue);
    outline-offset: 1px;
}

.focus-form-note {
    margin: 6px 0 0;
    color: var(--muted);
    font-size: 0.88rem;
}

.focus-new-code-form .button {
    min-width: 180px;
}

@media (max-width: 720px) {
    .focus-platform-grid,
    .focus-installation-grid {
        grid-template-columns: 1fr;
    }

    .focus-platform-download + .focus-platform-download {
        padding-top: 28px;
        border: 1px solid var(--border);
    }

    .focus-book {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .focus-book img {
        margin: 0 auto;
    }
}

.focus-tutorial-article .content-page__section {
    background: var(--white);
}

.focus-blur-types {
    margin: 24px 0 30px;
}

.focus-blur-types section {
    margin-bottom: 18px;
}

.focus-blur-types h3 {
    margin: 0 0 6px;
    font-size: 1.15rem;
}

.focus-blur-types h3 span {
    font-size: 0.9em;
    font-weight: 400;
}

.focus-blur-types ol {
    margin-top: 0;
}

.focus-tutorial-example-section {
    margin-top: 42px;
}

.focus-tutorial-example-section > h2 {
    margin-bottom: 24px;
    font-size: 1.55rem;
}

.focus-tutorial-example {
    display: grid;
    align-items: center;
    grid-template-columns: minmax(360px, 38%) 1fr;
    gap: 34px;
    margin-bottom: 34px;
}

.focus-tutorial-example__images {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
}

.focus-tutorial-example__images img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
}

.focus-tutorial-example > :last-child {
    margin-top: 0;
    margin-bottom: 0;
}

@media (max-width: 760px) {
    .focus-tutorial-example {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .focus-tutorial-example__images {
        justify-content: flex-start;
    }
}

.focus-video-tutorial-page .content-page__section {
    background: var(--white);
}

.focus-video-tutorial-page h1 {
    font-size: clamp(2rem, 3.5vw, 2.65rem);
}

.focus-video-embed {
    position: relative;
    width: 100%;
    max-width: 960px;
    margin: 26px auto 0;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #000000;
}

.focus-video-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.focus-tutorial-before-after {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin: 24px 0 30px;
}

.focus-tutorial-before-after figure {
    margin: 0;
    text-align: center;
}

.focus-tutorial-before-after img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
}

.focus-tutorial-before-after figcaption {
    margin-top: 5px;
    color: var(--muted);
    font-size: 0.85rem;
}

.focus-autofocus-tutorial > .content-page__section > .page-width > h2 {
    margin-top: 32px;
    font-size: 1.35rem;
}

.focus-tutorial-important-note {
    margin-top: 32px;
    padding: 18px 22px;
    color: #17668e;
    background: #d8edf8;
    border-left: 4px solid #9ed7f1;
}

.focus-tutorial-important-note h2 {
    margin: 0 0 6px;
    color: #17668e;
    font-size: 1.2rem;
}

.focus-tutorial-important-note p {
    margin: 0;
}

.focus-manual-step {
    display: grid;
    align-items: center;
    grid-template-columns: minmax(430px, 44%) 1fr;
    gap: 34px;
    margin: 30px 0;
}

.focus-manual-step__image {
    display: flex;
    justify-content: center;
}

.focus-manual-step__image img,
.focus-manual-centred-image img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
}

.focus-manual-step > :last-child {
    margin-top: 0;
    margin-bottom: 0;
}

.focus-manual-centred-image {
    display: flex;
    justify-content: center;
    margin: 18px 0 30px;
}

.focus-manual-closeups {
    margin-bottom: 18px;
}

@media (max-width: 780px) {
    .focus-manual-step {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .focus-manual-step__image {
        justify-content: flex-start;
    }
}

.focus-motion-large-image {
    display: flex;
    justify-content: center;
    margin: 22px 0 34px;
}

.focus-motion-large-image img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
}

.focus-s-mode-page .content-panel h1 {
    font-size: clamp(1.5rem, 2.4vw, 1.85rem);
}

/* Mac supported-programs page. */
.focus-mac-programs-page .content-page__section {
    background: var(--white);
}

.focus-mac-programs-page h1 {
    font-size: clamp(2rem, 4vw, 2.75rem);
}

.focus-important-notice {
    margin: 22px 0 18px;
    padding: 14px 18px;
    color: #17668e;
    background: #d8edf8;
    border-left: 4px solid #9ed7f1;
}

.focus-important-notice h2 {
    margin: 0 0 2px;
    color: #17668e;
    font-size: 1.15rem;
    text-transform: uppercase;
}

.focus-important-notice p {
    margin: 0;
}

.focus-program-group {
    margin-top: 46px;
}

.focus-program-group > h2 {
    margin-bottom: 22px;
}

.focus-supported-table-wrap {
    overflow-x: auto;
}

.focus-supported-table {
    width: 100%;
    min-width: 700px;
    border-collapse: collapse;
    font-size: 0.88rem;
}

.focus-supported-table th,
.focus-supported-table td {
    padding: 11px 12px;
    border: 1px solid #d5d5d5;
    text-align: left;
    vertical-align: top;
}

.focus-supported-table th {
    padding-top: 14px;
    padding-bottom: 14px;
    color: var(--white);
    background: #485bc0;
}

.focus-supported-table tbody tr:nth-child(odd) {
    background: #f3f3f3;
}

.focus-supported-table tbody tr:nth-child(even) {
    background: var(--white);
}

.focus-supported-table th:first-child,
.focus-supported-table td:first-child {
    width: 32%;
}

.focus-supported-table td span {
    color: #777777;
}

.focus-company-name {
    color: var(--muted);
    font-size: 0.9em;
}

.focus-mac-installation-page .content-page__section > .page-width {
    padding-bottom: 42px;
}

.focus-mac-installation-steps,
.focus-mac-installation-notes {
    line-height: 1.55;
}

.focus-installation-notes-heading {
    margin: 2px 0 8px;
    font-size: 1rem;
}

.focus-mac-installation-notes {
    margin-top: 0;
}

.focus-whats-new-page .content-page__section {
    background: var(--white);
}

.focus-whats-new-page .content-page__section > .page-width {
    padding-bottom: 50px;
}

.focus-whats-new-page h1 {
    margin-bottom: 14px;
}

.focus-whats-new-subtitle {
    margin: 0 0 14px;
    font-size: 1.15rem;
}

.focus-version-heading {
    margin-top: 48px;
    padding-top: 34px;
    border-top: 1px solid var(--border);
}

.focus-change-section {
    margin-top: 34px;
}

.focus-change-section h3 {
    margin-bottom: 12px;
    color: var(--heading);
    font-size: 1.15rem;
}

.focus-comparison-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    max-width: 900px;
    margin: 20px auto 8px;
}

.focus-comparison-grid--two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 720px;
}

.focus-comparison-grid--small {
    max-width: 560px;
}

.focus-comparison-grid figure {
    margin: 0;
    text-align: center;
}

.focus-comparison-grid img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.focus-comparison-grid figcaption,
.focus-image-caption {
    margin-top: 6px;
    color: var(--muted);
    font-size: 0.82rem;
    text-align: center;
}

@media (max-width: 620px) {
    .focus-comparison-grid,
    .focus-comparison-grid--two {
        grid-template-columns: 1fr;
    }
}

.focus-windows-notes-page .content-page__section {
    background: #e3eef5;
}

.focus-notes-introduction {
    margin-bottom: 16px;
}

.focus-notes-index {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
    margin-bottom: 30px;
    padding: 16px 18px;
    background: #d8e8f3;
    border: 1px solid var(--border);
}

.focus-install-note {
    margin: 0 0 24px;
    padding: 26px 30px;
    background: var(--white);
    border: 1px solid var(--border);
    scroll-margin-top: 20px;
}

.focus-install-note h2 {
    margin-top: 0;
    font-size: 1.55rem;
}

.focus-install-note h3 {
    margin-top: 24px;
    font-size: 1.1rem;
}

.focus-install-note li + li {
    margin-top: 5px;
}

.focus-install-note code {
    overflow-wrap: anywhere;
    color: var(--text);
    font-family: inherit;
}

.focus-install-note__footnote {
    margin-bottom: 0;
    font-size: 0.92rem;
}

.focus-order-page .content-page__section {
    background: var(--white);
}

.focus-order-page h1 {
    font-size: clamp(2rem, 3.5vw, 2.65rem);
}

.focus-order-lifetime {
    margin: 28px 0 38px;
    padding: 16px 18px;
    color: #17668e;
    background: #d8edf8;
    border-left: 4px solid #9ed7f1;
}

.focus-order-lifetime h2 {
    margin: 0 0 3px;
    color: #17668e;
    font-size: 1.45rem;
}

.focus-order-lifetime p {
    margin: 2px 0;
}

.focus-order-form {
    max-width: 600px;
}

.focus-examination-terms {
    max-width: 980px;
    margin: 22px 0 34px;
}

.focus-examination-terms li + li {
    margin-top: 10px;
}

.focus-examination-form {
    margin-top: 8px;
}

.focus-order-label-note {
    font-weight: 400;
}

.focus-place-order {
    padding: 12px 24px;
    border: 0;
    color: var(--white);
    background: #465bc1;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
}

.focus-tutorials-page .content-page__section {
    background: var(--white);
}

.focus-tutorials-introduction {
    max-width: 820px;
    margin-bottom: 30px;
}

.focus-tutorial-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 34px;
}

.focus-tutorial-card {
    display: flex;
    align-items: center;
    flex-direction: row;
    background: transparent;
    border: 0;
}

.focus-tutorial-card > img {
    display: block;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    height: auto;
}

.focus-tutorial-card__content {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 0 0 0 34px;
}

.focus-tutorial-card h2 {
    margin: 0 0 12px;
    font-size: 1.35rem;
}

.focus-tutorial-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: auto;
    padding-top: 12px;
}

.focus-tutorial-card__actions .button {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 10px 16px;
    color: var(--white);
    background: #465bc1;
    font-size: 0.92rem;
    text-decoration: none;
}

.focus-tutorial-button-icon {
    width: 14px;
    height: 14px;
    flex: 0 0 14px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.focus-tutorial-button-icon--play {
    fill: currentColor;
    stroke: none;
}

.focus-tutorial-card__actions .focus-tutorial-video-button {
    background: #258fd8;
}

@media (max-width: 720px) {
    .focus-tutorial-card {
        align-items: flex-start;
        flex-direction: column;
    }

    .focus-tutorial-card__content {
        width: 100%;
        padding: 20px 0 0;
    }
}

@media (max-width: 880px) {
    .focus-hero__inside,
    .focus-proof__inside {
        grid-template-columns: 1fr;
    }

    .focus-hero__visual {
        max-width: 680px;
    }

    .focus-hero__slider-instruction {
        grid-column: 1;
    }

    .focus-hero__slider-tutorial {
        grid-column: 1;
    }

    .focus-feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .focus-organization-grid {
        grid-template-columns: none;
    }

    .focus-organization-grid figure {
        min-width: 50%;
    }

    .focus-customer-example,
    .focus-featured-layout {
        grid-template-columns: 1fr;
    }

    .focus-customer-example .before-after {
        grid-row: auto;
    }
}

@media (max-width: 620px) {
    .focus-hero {
        padding: 30px 0;
    }

    .focus-example-grid,
    .focus-feature-grid {
        grid-template-columns: 1fr;
    }

    .focus-organization-grid figure {
        min-width: 100%;
        padding: 0 12px;
    }

    .focus-organization-carousel {
        padding-right: 38px;
        padding-left: 38px;
    }

    .focus-global-use ul {
        align-items: flex-start;
        flex-direction: column;
        text-align: left;
    }

    .focus-global-use > div:last-child h3 {
        white-space: normal;
    }

    .focus-example-card--slider {
        grid-template-columns: 1fr;
    }

    .focus-example-card--slider > div:last-child {
        grid-column: 1;
        grid-row: auto;
    }

    .focus-introduction {
        grid-template-columns: 1fr;
    }

    .focus-introduction__sample {
        margin: 0 auto;
    }

    .focus-hero__actions {
        flex-direction: column;
    }

    .focus-hero__actions .button,
    .focus-hero__download {
        width: 100%;
        font-size: 0.88rem;
        white-space: normal;
    }

    .focus-hero__commercial-points {
        display: grid;
        gap: 7px;
    }
}
