body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: #222222;
    background-color: #d4d4d4;
    background-image: linear-gradient(to bottom, #d2d2d2 0%, #e0e0e0 100%);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100vh;
}

html, body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: #222222;
    background: #d4d4d4;
    background: linear-gradient(to bottom, #d2d2d2 0%, #e0e0e0 100%);
}


a {
    color: #c8001f;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#page {
    width: 92%;
    max-width: 1120px;
    margin: 0 auto;
}

#header {
    padding: 42px 0 26px 0;
    border-bottom: 1px solid #d7d7d7;
}

.brand {
    display: table;
    width: 100%;
}

.brand-icon,
.brand-copy {
    display: table-cell;
    vertical-align: middle;
}

.brand-icon {
    width: 92px;
}

.brand-icon img {
    width: 72px;
    height: 72px;
}

.brand-copy h1 {
    margin: 0;
    font-size: 38px;
    font-weight: 600;
    letter-spacing: -0.5px;
}

.brand-copy p {
    margin: 4px 0 0 0;
    color: #666666;
    font-size: 18px;
}

#nav {
    margin-top: 26px;
}

#nav a {
    display: inline-block;
    margin: 0 18px 8px 0;
    padding: 7px 0;
    color: #333333;
    font-weight: 600;
}

#nav a:hover {
    color: #c8001f;
    text-decoration: none;
}

.hero {
    padding: 42px 0 20px 0;
}

.hero h2 {
    margin: 0 0 12px 0;
    font-size: 32px;
    font-weight: 600;
}

.hero p {
    max-width: 820px;
    margin: 0;
    color: #555555;
    font-size: 18px;
}

.section {
    padding: 38px 0;
    border-top: 1px solid #d7d7d7;
}

.section h2 {
    margin: 0 0 10px 0;
    font-size: 28px;
    font-weight: 600;
}

.section h3 {
    margin: 28px 0 8px 0;
    font-size: 21px;
    font-weight: 600;
}

.section p {
    margin: 8px 0 16px 0;
}

.note {
    margin: 20px 0;
    padding: 16px 18px;
    background: transparent;
    border-left: 4px solid #e90028;
    box-shadow: none;
}

.feature-list {
    margin: 12px 0 20px 22px;
    padding: 0;
}

.screenshot {
    margin: 24px 0 34px 0;
    padding: 14px;
    background: transparent;
    border: none;
    box-shadow: none;
}

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

.caption {
    margin: 10px 0 0 0;
    color: #666666;
    font-size: 14px;
    text-align: center;
}

.two-col {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.two-col .col {
    display: table-cell;
    width: 50%;
    vertical-align: top;
    padding-right: 18px;
}

.two-col .col:last-child {
    padding-right: 0;
    padding-left: 18px;
}

.download-box {
    margin-top: 18px;
    padding: 28px;
    background: transparent;
    border: none;
    box-shadow: none;
}

.download-box h3 {
    margin-top: 0;
}

.button {
    display: inline-block;
    margin: 10px 10px 5px 0;
    padding: 11px 18px;
    background: #e90028;
    color: #ffffff;
    border: 1px solid #c90022;
    border-radius: 4px;
    font-weight: 600;
}

.button:hover {
    background: #c90022;
    color: #ffffff;
    text-decoration: none;
}

.button.secondary {
    background: transparent;
    color: #333333;
    border-color: #bfbfbf;
}

.button.secondary:hover {
    background: #f5f5f5;
}

.small {
    color: #777777;
    font-size: 13px;
}

#footer {
    margin-top: 30px;
    padding: 30px 0 45px 0;
    border-top: 1px solid #d7d7d7;
    color: #666666;
    font-size: 14px;
}

@media screen and (max-width: 760px) {
    .brand-icon,
    .brand-copy,
    .two-col .col {
        display: block;
        width: auto;
    }

    .brand-icon {
        margin-bottom: 12px;
    }

    .two-col .col,
    .two-col .col:last-child {
        padding: 0;
    }

    .brand-copy h1 {
        font-size: 30px;
    }

    .hero h2 {
        font-size: 27px;
    }
}


/* Centered classic layout */


#page {
    width: 88%;
    max-width: 980px;
    margin: 0 auto;
}

.brand {
    display: block;
    width: 100%;
    text-align: center;
}

.brand-icon,
.brand-copy {
    display: block;
    width: auto;
    text-align: center;
}

.brand-icon {
    margin: 0 auto 12px auto;
}

.brand-icon img {
    margin: 0 auto;
}

.brand-copy h1,
.brand-copy p,
.hero,
.hero p,
.section,
.section h2,
.section h3,
.section p,
#footer {
    text-align: center;
}

.hero p {
    margin-left: auto;
    margin-right: auto;
}

#nav {
    text-align: center;
}

#nav a {
    margin-left: 10px;
    margin-right: 10px;
}

.feature-list,
.section ol {
    display: inline-block;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

.note {
    text-align: center;
}

.two-col {
    display: block;
    width: 100%;
}

.two-col .col,
.two-col .col:last-child {
    display: block;
    width: 100%;
    padding: 0;
    text-align: center;
}

.screenshot {
    margin-left: auto;
    margin-right: auto;
}

.download-box {
    text-align: center;
}

.download-box .button {
    display: inline-block;
}

@media screen and (max-width: 760px) {
    #page {
        width: 94%;
    }
}


/* Flat gray app-style presentation */
.note,
.screenshot,
.download-box {
    background: transparent;
    border: none;
    box-shadow: none;
}

.screenshot {
    padding: 0;
}

.screenshot img {
    background: transparent;
}

.download-box {
    padding-left: 0;
    padding-right: 0;
}

.button.secondary {
    background: transparent;
}

.button.secondary:hover {
    background: rgba(255,255,255,0.35);
}


/* Center the two paired sections while keeping them side by side */
.two-col {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 70px;
    flex-wrap: wrap;
    width: 100%;
    margin: 18px auto 0 auto;
    text-align: center;
}

.two-col .col,
.two-col .col:last-child {
    display: block;
    width: 420px;
    max-width: 100%;
    padding: 0;
    text-align: left;
}

.two-col .col h3 {
    text-align: left;
}

.two-col .col .feature-list {
    display: block;
    margin-left: 22px;
    margin-right: 0;
}

.two-col .col .note {
    text-align: left;
}

@media screen and (max-width: 760px) {
    .two-col {
        display: block;
    }

    .two-col .col,
    .two-col .col:last-child {
        width: auto;
        max-width: 100%;
        text-align: center;
    }

    .two-col .col h3,
    .two-col .col .note {
        text-align: center;
    }

    .two-col .col .feature-list {
        display: inline-block;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
    }
}


/* Softer centered two-column tuning */


/* Keep paired columns visually centered */
.two-col {
    gap: 54px;
}

.two-col .col {
    width: 390px;
}

/* Specifically center Sequence / Bracket Step as balanced blocks */
#iso-bracketing .two-col {
    justify-content: center;
    gap: 90px;
}

#iso-bracketing .two-col .col {
    width: 250px;
    text-align: center;
}

#iso-bracketing .two-col .col h3 {
    text-align: center;
}

#iso-bracketing .two-col .col .feature-list {
    display: inline-block;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

/* Main features / Supported cameras stay balanced and closer */
.section .two-col .col h3 {
    margin-top: 12px;
}

/* Important notice centered better within its column */
.two-col .col .note {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
}
