body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    background: #f7f8f7;
    border-top: 4px solid #6f8f7a;
}

.container {
    max-width: 920px !important;
}

#version-text a {
    color: white;
}

.product-intro {
    padding: 30px 0 14px;
}

.product-title {
    margin: 0 0 10px;
    color: #555;
    font-size: 34px;
    font-weight: 600;
    line-height: 1.18;
}

.product-subtitle {
    margin: 0 0 8px;
    color: #3f454c;
    font-size: 19px;
    font-weight: 500;
}

.product-claim {
    margin: 0 0 14px;
    color: #4b5a50;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.4;
}

.product-summary {
    margin: 0 0 18px;
    color: #4f565e;
    font-size: 16px;
    line-height: 1.55;
}

.product-actions {
    margin: 0 0 14px;
}

.product-actions .btn {
    margin: 0 10px 10px 0;
}

.product-facts {
    list-style: none;
    padding: 10px 12px;
    margin: 0 0 18px;
    color: #4b5a50;
    background: #eef3ef;
    border: 1px solid #cfd8d2;
    font-size: 0.94em;
    font-weight: 500;
}

.product-facts li {
    display: inline-block;
    margin: 0 18px 0 0;
    white-space: nowrap;
}

.product-facts li:not(:last-child)::after {
    content: "/";
    color: #9aa8a0;
    margin-left: 18px;
}

.product-facts li::before {
    content: "";
    margin: 0;
}

.product-screenshot {
    display: block;
    width: 100%;
    height: auto;
    margin: 18px 0 26px;
    border: 1px solid #8c959f;
    box-shadow: 0 8px 24px rgba(140, 149, 159, 0.18);
}

.product-features {
    list-style: none;
    padding: 0 0 0 16px;
    margin: 12px 0 0;
    border-left: 4px solid #6f8f7a;
}

.product-features li {
    padding: 5px 0;
    color: #555;
    line-height: 1.65;
}

.product-features li a {
    color: #555;
    border-bottom: 1px solid #bdbdbd;
    text-decoration: none;
}

.product-features li a:hover {
    color: #222;
    border-bottom-color: #666;
}

.workflow-section {
    margin: 44px 0 34px;
    padding: 20px 0 4px;
    border-top: 1px solid #d0d7de;
}

.workflow-section h2 {
    margin: 0 0 10px;
    color: #4b5a50;
    font-size: 24px;
    font-weight: 600;
    padding-left: 10px;
    border-left: 4px solid #6f8f7a;
}

.workflow-section > p {
    margin: 0 0 18px;
    color: #555;
    font-size: 16px;
    line-height: 1.65;
}

.workflow-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.workflow-grid h3 {
    margin: 0 0 6px;
    color: #4b5a50;
    font-size: 17px;
    font-weight: 600;
}

.workflow-grid p {
    margin: 0 0 18px;
    color: #666;
    line-height: 1.55;
}

@media (max-width: 767px) {
    .workflow-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }
}

.proof-section,
.map-section,
.search-section,
.jpeg-tools-section,
.plugin-section {
    margin: 28px 0 36px;
    padding: 20px 0 4px;
    border-top: 1px solid #d0d7de;
}

.feature-row {
    display: grid;
    grid-template-columns: minmax(260px, 0.9fr) minmax(360px, 1.1fr);
    gap: 30px;
    align-items: start;
}

.feature-copy h2 {
    margin-top: 0;
}

.proof-section h2,
.map-section h2,
.search-section h2,
.jpeg-tools-section h2,
.plugin-section h2 {
    margin: 0 0 10px;
    color: #4b5a50;
    font-size: 24px;
    font-weight: 600;
    padding-left: 10px;
    border-left: 4px solid #6f8f7a;
}

.proof-section > p,
.map-section > p,
.search-section > p,
.jpeg-tools-section > p,
.plugin-section > p,
.feature-copy p {
    margin: 0 0 18px;
    color: #555;
    font-size: 16px;
    line-height: 1.65;
}

.linked-feature-image {
    display: block;
    width: 100%;
    color: #555;
    text-decoration: none;
}

.linked-feature-image:hover {
    color: #222;
    text-decoration: none;
}

.feature-media-stack {
    display: grid;
    gap: 14px;
}

.plugin-link {
    margin-top: 12px !important;
}

.jpeg-logo {
    display: block;
    max-width: 160px;
    height: auto;
    margin: 0 0 18px;
}

.feature-image {
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #8c959f;
    box-shadow: 0 8px 24px rgba(140, 149, 159, 0.18);
}

.plugin-image {
    max-width: 360px;
    justify-self: center;
}

@media (max-width: 767px) {
    .feature-row {
        grid-template-columns: 1fr;
        gap: 18px;
    }
}

.edition-section,
.download-section,
.support-section {
    margin-top: 38px;
}

.edition-intro {
    font-size: 1.03em;
    color: #555;
    margin-bottom: 20px;
}

.edition-note {
    font-size: 0.95em;
    line-height: 1.6;
}

.download-note {
    color: #666;
    font-size: 0.95em;
    line-height: 1.55;
    max-width: 560px;
}

.download-version {
    margin-bottom: 14px;
}

.download-section code {
    display: inline-block;
    margin: 0 0 20px;
}

.support-action {
    margin-bottom: 10px;
    white-space: normal;
}

.panel-default,
.panel-info,
.panel-success,
.panel-warning {
    border-color: #d0d7de;
    border-radius: 0;
    box-shadow: none;
}

.panel-default > .panel-heading,
.panel-info > .panel-heading,
.panel-success > .panel-heading,
.panel-warning > .panel-heading {
    background: #f6f8fa;
    border-color: #d0d7de;
    color: #4b5a50;
}

.panel-title {
    font-weight: 600;
}

.btn,
.label {
    border-radius: 2px;
}

.btn-default {
    border-color: #8c959f;
    color: #4b5a50;
}

.btn-success,
.label-success {
    background: #5f7f68;
    border-color: #5f7f68;
}

.label-primary {
    background: #777;
}

.jpeg-logo {
    max-width: 180px;
    height: auto;
}
