/* Readable additions for the SEO/localization update. */
.se-site-header {
    background: #f7f7f7;
    border-bottom: 1px solid #ddd;
    min-height: 68px;
}

.se-header-inner {
    width: calc(100% - 30px);
    max-width: 1200px;
    min-height: 67px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 22px;
}

.se-logo-link {
    flex: 1 1 auto;
    min-width: 210px;
}

.se-logo-link img {
    display: block;
}

.se-nav {
    display: flex;
    align-items: center;
    gap: 20px;
    white-space: nowrap;
}

.se-nav a {
    color: #5d5d5d;
    text-decoration: none;
    font-size: 14px;
}

.se-nav a:hover,
.se-nav a.active {
    color: #0086ff;
}

.se-language-label {
    margin: 0;
    font-size: 12px;
    color: #69717b;
    white-space: nowrap;
}

.se-language-label > span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}

.se-language-select {
    max-width: 125px;
    height: 34px;
    padding: 5px 8px;
    border: 1px solid #d5d9dd;
    border-radius: 4px;
    background: #fff;
    color: #4d555e;
}

.se-site-footer {
    min-height: 208px;
    padding: 16px 20px 28px;
    text-align: center;
    background: #373f48;
    color: #fff;
}

.se-site-footer img {
    margin-bottom: 6px;
}

.se-site-footer a,
.se-site-footer .se-legal-note {
    color: #a1a1a1;
}

.se-site-footer .se-legal-note {
    font-size: 12px;
    margin-top: 10px;
}

.se-seo-intro {
    width: calc(100% - 40px);
    max-width: 1050px;
    margin: 35px auto 10px;
    text-align: center;
    color: #4f5862;
    line-height: 1.7;
}

.se-seo-intro h2 {
    margin-bottom: 12px;
}


.se-inner-strip {
    background: #373f48;
    color: #fff;
}

.se-inner-strip-inner {
    width: calc(100% - 40px);
    max-width: 836px;
    min-height: 70px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: 700;
}

.se-inner-hero {
    width: calc(100% - 40px);
    max-width: 836px;
    margin: 0 auto;
    padding: 28px 0 24px;
}

.se-partners-hero {
    min-height: 238px;
    display: grid;
    grid-template-columns: minmax(0, 491px) 335px;
    gap: 10px;
    align-items: center;
}

.se-inner-hero-copy {
    text-align: center;
}

.se-inner-hero-copy h1 {
    margin: 20px 0 10px;
    color: #5d5d5d;
    font-size: 42px;
    font-weight: 500;
    line-height: 1.1;
}

.se-inner-hero-copy .lead {
    margin: 0;
    color: #5d5d5d;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.42857143;
}

.se-inner-icon {
    width: 335px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.se-inner-icon img {
    display: block;
    width: 204px;
    height: 203px;
}

.se-localized-download-hero {
    max-width: 836px;
    margin: 0 auto;
    min-height: 270px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 250px;
    gap: 32px;
    align-items: center;
}

.se-localized-download-copy {
    text-align: center;
}

.se-localized-download-copy h1 {
    margin: 0 0 14px;
    color: #5d5d5d;
    font-size: 42px;
    font-weight: 300;
    line-height: 1.2;
}

.se-accent-text {
    color: #ff6633;
}

.se-localized-download-copy .lead {
    color: #5d5d5d;
    font-size: 20px;
    line-height: 1.6;
}

.se-localized-download-image {
    text-align: center;
}

.se-localized-download-image img {
    max-width: 100%;
    height: auto;
}

.se-partners-wrap,
.se-localized-main {
    width: calc(100% - 40px);
    max-width: 1050px;
    margin: 0 auto;
    padding: 38px 0 55px;
}

.se-partner-grid,
.se-feature-grid,
.se-use-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.se-card {
    border: 1px solid #e3e6e6;
    border-radius: 5px;
    background: #fff;
    padding: 24px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .03);
}

.se-card h2,
.se-card h3 {
    margin-top: 0;
}

.se-card li {
    margin-bottom: 8px;
}

.se-eyebrow {
    color: #0086ff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-size: 12px;
}

.se-localized-hero {
    background: #dcdfe4 url('/img/bg.jpg') center top / cover no-repeat;
}

.se-localized-hero-inner {
    width: calc(100% - 40px);
    max-width: 1100px;
    min-height: 390px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 32px;
}

.se-localized-hero h1 {
    font-size: 42px;
    color: #5d5d5d;
    line-height: 1.15;
}

.se-localized-hero p {
    font-size: 20px;
    color: #5d5d5d;
    line-height: 1.6;
}

.se-localized-hero img {
    max-width: 100%;
    height: auto;
}

.se-primary-button,
.se-secondary-button {
    display: inline-block;
    margin-top: 12px;
    padding: 12px 22px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 700;
}

.se-primary-button {
    background: #0086ff;
    color: #fff;
}

.se-secondary-button {
    border: 1px solid #0086ff;
    color: #0086ff;
}

.se-localized-section {
    padding: 48px 0;
}

.se-localized-section.alt {
    background: #f3f3f3;
}

.se-localized-section h2.section-title {
    text-align: center;
    margin: 0 0 28px;
}

.se-screenshot-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
}

.se-screenshot-row img {
    width: 260px;
    max-width: 100%;
    height: auto;
    border: 1px solid #ddd;
}

.se-price-table,
.se-version-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 24px;
}

.se-price-table th,
.se-price-table td,
.se-version-table th,
.se-version-table td {
    padding: 12px;
    border: 1px solid #ddd;
    text-align: left;
}

.se-price-table th,
.se-version-table th {
    background: #f5f5f5;
}

.se-price-table td:last-child {
    text-align: center;
}

.se-guide-list li {
    margin: 10px 0;
}

.se-contact-form {
    max-width: 680px;
    margin: 30px auto 0;
}

.se-contact-form label {
    display: block;
    margin: 14px 0 6px;
    font-weight: 700;
}

.se-contact-form input[type="text"],
.se-contact-form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #cbd1d6;
    border-radius: 4px;
}

.se-contact-form textarea {
    min-height: 170px;
}

.se-contact-form .se-antispam input {
    width: 80px;
}

@media (max-width: 980px) {
    .se-header-inner {
        flex-wrap: wrap;
        gap: 8px 16px;
        padding: 8px 0 12px;
    }

    .se-logo-link {
        flex-basis: 100%;
    }

    .se-nav {
        flex-wrap: wrap;
        gap: 10px 16px;
    }

    .se-partner-grid,
    .se-feature-grid,
    .se-use-grid,
    .se-localized-hero-inner,
    .se-partners-hero,
    .se-localized-download-hero {
        grid-template-columns: 1fr;
    }

    .se-inner-icon {
        margin: 0 auto;
    }

    .se-localized-hero-inner {
        padding: 30px 0;
    }

    .se-localized-hero h1 {
        font-size: 34px;
    }
}

/* Learning Center */
.se-learning-hero {
    min-height: 238px;
    display: grid;
    grid-template-columns: minmax(0, 491px) 335px;
    gap: 10px;
    align-items: center;
}

.se-learning-hub {
    width: calc(100% - 40px);
    max-width: 1050px;
    margin: 0 auto;
    padding: 42px 0 58px;
}

.se-learning-intro {
    max-width: 840px;
    margin: 0 auto 42px;
    text-align: center;
    color: #4f5862;
    font-size: 16px;
    line-height: 1.75;
}

.se-learning-intro h2,
.se-learning-next h2 {
    color: #373f48;
    font-weight: 400;
}

.se-learning-card-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.se-learning-card {
    display: flex;
    flex-direction: column;
    min-height: 245px;
    padding: 26px;
    border: 1px solid #e3e6e6;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .03);
}

.se-learning-card h3 {
    margin: 4px 0 12px;
    color: #373f48;
    font-size: 23px;
    font-weight: 400;
    line-height: 1.35;
}

.se-learning-card h3 a {
    color: inherit;
    text-decoration: none;
}

.se-learning-card h3 a:hover {
    color: #0086ff;
}

.se-learning-card p:not(.se-eyebrow) {
    color: #5d6570;
    line-height: 1.65;
}

.se-learning-read {
    margin-top: auto;
    color: #0086ff;
    font-weight: 700;
    text-decoration: none;
}

.se-learning-next {
    margin-top: 48px;
    padding: 30px 34px;
    background: #f5f7f8;
    border-left: 4px solid #1b9bd1;
    color: #4f5862;
    line-height: 1.7;
}

.se-learning-article {
    width: calc(100% - 40px);
    max-width: 920px;
    margin: 0 auto;
    padding: 28px 0 60px;
}

.se-learning-breadcrumbs {
    margin: 0 0 32px;
    color: #7a828a;
    font-size: 13px;
}

.se-learning-breadcrumbs a {
    color: #0086ff;
    text-decoration: none;
}

.se-learning-breadcrumbs span {
    margin-left: 8px;
}

.se-learning-article-header {
    max-width: 850px;
    margin: 0 auto 34px;
    text-align: center;
}

.se-learning-article-header h1 {
    margin: 8px 0 16px;
    color: #434a51;
    font-size: 44px;
    font-weight: 300;
    line-height: 1.18;
}

.se-learning-lead {
    margin: 0 auto;
    max-width: 790px;
    color: #5d6570;
    font-size: 20px;
    line-height: 1.55;
}

.se-learning-meta {
    margin-top: 18px;
    color: #8a9198;
    font-size: 13px;
}

.se-learning-content {
    max-width: 800px;
    margin: 0 auto;
    color: #373f48;
    font-size: 16px;
    line-height: 1.75;
}

.se-learning-content h2 {
    margin: 42px 0 14px;
    color: #373f48;
    font-size: 29px;
    font-weight: 400;
    line-height: 1.3;
}

.se-learning-content h3 {
    margin: 28px 0 10px;
    color: #41484f;
    font-size: 21px;
    font-weight: 600;
}

.se-learning-content p,
.se-learning-content li {
    color: #4d5660;
}

.se-learning-content ul,
.se-learning-content ol {
    padding-left: 24px;
}

.se-learning-content li {
    margin-bottom: 8px;
}

.se-learning-toc {
    display: grid;
    gap: 5px;
    margin: 0 0 34px;
    padding: 20px 24px;
    border: 1px solid #e2e6e9;
    border-radius: 5px;
    background: #f8f9fa;
}

.se-learning-toc strong {
    margin-bottom: 5px;
    color: #373f48;
}

.se-learning-toc a {
    color: #3f6f91;
    text-decoration: none;
}

.se-learning-toc a:hover {
    color: #0086ff;
}

.se-learning-note {
    margin: 26px 0;
    padding: 18px 22px;
    border-left: 4px solid #1b9bd1;
    background: #f1f8fb;
    color: #41505b;
}

.se-learning-figure {
    margin: 28px auto;
    text-align: center;
}

.se-learning-figure img {
    max-width: 100%;
    height: auto;
    border: 1px solid #d9dde1;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
}

.se-learning-figure-small img {
    border: 0;
    box-shadow: none;
}

.se-learning-figure figcaption {
    max-width: 650px;
    margin: 10px auto 0;
    color: #7b838b;
    font-size: 13px;
    line-height: 1.5;
}

.se-learning-table-wrap {
    margin: 26px 0;
    overflow-x: auto;
}

.se-learning-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    font-size: 14px;
    line-height: 1.55;
}

.se-learning-table th,
.se-learning-table td {
    padding: 13px 14px;
    border: 1px solid #dfe3e6;
    text-align: left;
    vertical-align: top;
}

.se-learning-table thead th {
    background: #f3f5f6;
    color: #373f48;
}

.se-learning-table tbody th {
    width: 22%;
    background: #fafafa;
    color: #434b52;
}

.se-learning-checklist {
    list-style: none;
    padding-left: 0 !important;
}

.se-learning-checklist li {
    position: relative;
    padding-left: 28px;
}

.se-learning-checklist li::before {
    content: "✓";
    position: absolute;
    left: 2px;
    top: 0;
    color: #1b9bd1;
    font-weight: 700;
}

.se-learning-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 30px;
    align-items: center;
    margin: 50px 0 0;
    padding: 30px 34px;
    border: 1px solid #dfe4e7;
    border-radius: 5px;
    background: #f7f9fa;
}

.se-learning-cta h2 {
    margin: 0 0 8px;
    color: #373f48;
    font-size: 25px;
    font-weight: 400;
}

.se-learning-cta p {
    margin: 0;
    color: #5d6570;
    line-height: 1.6;
}

.se-learning-cta-actions {
    display: flex;
    flex-direction: column;
    min-width: 190px;
}

.se-learning-cta-actions .se-primary-button,
.se-learning-cta-actions .se-secondary-button {
    margin: 5px 0;
    text-align: center;
}

.se-learning-related {
    margin-top: 52px;
}

.se-learning-related > h2 {
    margin-bottom: 24px;
    text-align: center;
    color: #373f48;
    font-weight: 400;
}

.se-learning-related .se-learning-card {
    min-height: 220px;
}

.se-learning-related .se-learning-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 980px) {
    .se-learning-hero,
    .se-learning-card-grid,
    .se-learning-related .se-learning-card-grid,
    .se-learning-cta {
        grid-template-columns: 1fr;
    }

    .se-learning-hero {
        padding-top: 20px;
        padding-bottom: 30px;
    }

    .se-learning-article-header h1 {
        font-size: 36px;
    }

    .se-learning-lead {
        font-size: 18px;
    }

    .se-learning-cta-actions {
        min-width: 0;
    }
}

@media (max-width: 620px) {
    .se-learning-hub,
    .se-learning-article {
        width: calc(100% - 28px);
    }

    .se-learning-card {
        min-height: 0;
        padding: 22px;
    }

    .se-learning-article-header h1 {
        font-size: 31px;
    }

    .se-learning-content h2 {
        font-size: 25px;
    }

    .se-learning-cta {
        padding: 24px;
    }
}

.se-learning-page {
    margin-bottom: 0;
}
