/* ============================================================
   Download page: modern refresh consistent with the rest of
   the site (guides, FAQ, Features, Screenshots, Home, Compare).
   Scoped to .downloadv2 so it never affects other pages.
   ============================================================ */

.downloadv2 {
    background: #fff;
    padding: 10px 0 50px;
}

/* ---- Intro lead under the breadcrumb ---- */
.downloadv2-lead {
    max-width: 1000px;
    margin: 6px auto 22px;
    background: linear-gradient(135deg, #f4faf3, #eef6ec);
    border: 1px solid #e1ebde;
    border-left: 4px solid #3aa635;
    border-radius: 12px;
    padding: 18px 22px;
    color: #3a4734;
    font-size: 16px;
    line-height: 1.6;
    width: 100%;
}

/* ---- Centered section titles with green underline accent ---- */
.downloadv2 .section-title {
    text-align: center;
    margin: 34px auto 18px;
}

.downloadv2 .section-title h2 {
    display: inline-block;
    position: relative;
    color: #26331e;
    font-weight: 400;
    padding-bottom: 12px;
    margin: 0;
}

.downloadv2 .section-title h2:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 64px;
    height: 4px;
    border-radius: 3px;
    background: linear-gradient(90deg, #45b53f, #1f7a1c);
}

.downloadv2 .section-title hr {
    display: none;
}

/* ============================================================
   Cards: convert the old bordered boxes into clean white cards
   ============================================================ */
.downloadv2 .highlightedsectionwhitegreenborder,
.downloadv2 .highlightedsectionwhitesmokesilverborder {
    background: #ffffff;
    border: 1px solid #e8ece6;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0,0,0,.06);
    padding: 22px 24px;
}

/* The download card keeps its centered alignment */
.downloadv2 .highlightedsectionwhitegreenborder {
    border-top: 3px solid #3aa635;
}

/* ---- Edition headings inside the download card ---- */
.downloadv2 .highlightedsectionwhitegreenborder h3 {
    color: #26331e;
    font-weight: 500;
}

.downloadv2 .highlightedsectionwhitegreenborder h4.text-green {
    color: #1f7a1c;
    font-weight: 500;
}

/* ---- Feature lists (green ticks) ---- */
.downloadv2 .icons-ul li {
    color: #41493b;
    line-height: 1.55;
    margin-bottom: 12px;
}

.downloadv2 .icons-ul li i.text-green {
    color: #1f7a1c;
}

/* System Requirements: green gradient circles with a white "+" in the
   middle, matching the circular markers used in the how-to guides. */
.downloadv2 .icons-ul li {
    position: relative;
}

.downloadv2 .icons-ul li i.icon-li.icon-plus {
    position: absolute;
    top: 0;
    left: -2.142857142857143em;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: linear-gradient(135deg, #45b53f, #1f7a1c);
    box-shadow: 0 3px 8px rgba(31,122,28,.30);
    text-align: center;
    line-height: 24px;
    color: #ffffff;
    background-clip: padding-box;
}

.downloadv2 .icons-ul li i.icon-li.icon-plus:before {
    color: #ffffff;
    font-size: 12px;
    line-height: 24px;
}

/* What's new? release notes: green gradient circles with a white
   check in the middle, matching the System Requirements markers. */
.downloadv2 .icons-ul li i.icon-li.icon-check {
    position: absolute;
    top: 0;
    left: -2.142857142857143em;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: linear-gradient(135deg, #45b53f, #1f7a1c);
    box-shadow: 0 3px 8px rgba(31,122,28,.30);
    text-align: center;
    line-height: 24px;
    color: #ffffff;
    background-clip: padding-box;
}

.downloadv2 .icons-ul li i.icon-li.icon-check:before {
    content: "\f00c";
    color: #ffffff;
    font-size: 12px;
    line-height: 24px;
}

/* ============================================================
   Buttons: modern pill style matching the rest of the site
   ============================================================ */
.downloadv2 .btn.btn-large {
    border: none;
    border-radius: 999px;
    padding: 12px 26px;
    font-weight: 500;
    box-shadow: 0 6px 16px rgba(0,0,0,.12);
    text-shadow: none;
    background-image: none;
    transition: transform .12s ease, box-shadow .12s ease, filter .12s ease;
}

.downloadv2 .btn.btn-large:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 22px rgba(0,0,0,.16);
    filter: brightness(1.03);
}

.downloadv2 .btn.btn-large.btn-success {
    background: linear-gradient(180deg, #4cbe45, #1f7a1c);
    color: #fff;
}

.downloadv2 .btn.btn-large.btn-primary {
    background: linear-gradient(180deg, #3d8bff, #1f5fd6);
    color: #fff;
}

.downloadv2 .btn.btn-large.btn-info {
    background: linear-gradient(180deg, #4aa3c7, #2c7da3);
    color: #fff;
}

/* Price labels under the buttons */
.downloadv2 .highlightedsectionwhitegreenborder td h4 {
    color: #26331e;
    margin-top: 10px;
}

/* "Compare features..." link */
.downloadv2 .highlightedsectionwhitegreenborder a {
    color: #1f7a1c;
}

/* ---- Mac warning keeps a clear alert look ---- */
.downloadv2 .alert-danger {
    border-radius: 12px;
}

/* ============================================================
   What's new? changelog styling
   ============================================================ */
.downloadv2 .highlightedsectionwhitesmokesilverborder span[style*="font-size: 18px"] {
    color: #1f7a1c;
    font-weight: 700;
}

/* Modern "New" pill badge next to the latest version */
.downloadv2 .new-badge {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    padding: 4px 13px 4px 26px;
    border-radius: 6px;
    background: linear-gradient(135deg, #5ad34f, #1f7a1c);
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    box-shadow: 0 4px 10px rgba(31,122,28,.30);
    overflow: hidden;
}

/* Sparkle icon on the left */
.downloadv2 .new-badge:before {
    content: "\2728";
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 11px;
    line-height: 1;
}

/* Shine sweep across the badge */
.downloadv2 .new-badge:after {
    content: "";
    position: absolute;
    top: 0;
    left: -60%;
    width: 40%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255,255,255,.55), transparent);
    transform: skewX(-20deg);
    animation: fs-new-shine 2.6s ease-in-out infinite;
}

@keyframes fs-new-shine {
    0%   { left: -60%; }
    55%  { left: 130%; }
    100% { left: 130%; }
}

/* Diagonal "New" corner ribbon for the latest-version panel */
.downloadv2 .has-new-ribbon {
    position: relative;
    overflow: hidden;
}

.downloadv2 .corner-ribbon {
    position: absolute;
    top: -5px;
    left: -68px;
    width: 160px;
    padding: 10px 0;
    transform: rotate(-45deg);
    background: linear-gradient(135deg, #5ad34f, #1f7a1c);
    color: #ffffff;
    text-align: center;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    box-shadow: 0 4px 12px rgba(31,122,28,.35);
    overflow: hidden;
    z-index: 3;
}

/* Nudge just the word without moving the band off the corner */
.downloadv2 .corner-ribbon-text {
    display: inline-block;
    position: relative;
    top: 8px;
    font-size: 15px;
}

/* Shine sweep across the ribbon (matches .new-badge) */
.downloadv2 .corner-ribbon:after {
    content: "";
    position: absolute;
    top: 0;
    left: -60%;
    width: 40%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255,255,255,.55), transparent);
    transform: skewX(-20deg);
    animation: fs-new-shine 2.6s ease-in-out infinite;
}

.downloadv2 .highlightedsectionwhitesmokesilverborder h5 {
    color: #26331e;
    font-weight: 700;
    position: relative;
}

/* ---- Payment logos / compatibility image spacing ---- */
.downloadv2 .highlightedsectionwhitegreenborder img[src*="win-compatible"] {
    margin-top: 6px;
}

/* ---- Responsive ---- */
@media (max-width: 767px) {
    .downloadv2 .highlightedsectionwhitegreenborder,
    .downloadv2 .highlightedsectionwhitesmokesilverborder {
        padding: 16px 14px;
        border-radius: 14px;
    }

    .downloadv2 .btn.btn-large {
        padding: 11px 18px;
    }
}
