.pro-page {
    background:
        radial-gradient(circle at top left, rgba(46, 204, 113, 0.18), transparent 34%),
        radial-gradient(circle at top right, rgba(52, 152, 219, 0.16), transparent 34%),
        #f6f8f4;
    color: #18251d;
    overflow: hidden;
}

.pro-container {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
}

.pro-hero {
    padding: 92px 0 80px;
}

.pro-hero-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 54px;
    align-items: center;
}

.pro-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(33, 150, 83, 0.12);
    color: #177243;
    font-weight: 800;
    margin-bottom: 22px;
}

.pro-title {
    margin: 0;
    font-size: clamp(40px, 6vw, 76px);
    line-height: 0.98;
    letter-spacing: -0.06em;
    color: #102017;
}

.pro-title span {
    display: block;
    color: #1f9d5a;
}

.pro-lead {
    max-width: 680px;
    margin: 26px 0 0;
    color: #52645a;
    font-size: 19px;
    line-height: 1.75;
}

.pro-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.pro-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 24px;
    border-radius: 18px;
    font-weight: 900;
    text-decoration: none;
    transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.pro-btn:hover {
    transform: translateY(-2px);
}

.pro-btn-primary {
    background: linear-gradient(135deg, #1f9d5a, #29b86f);
    color: #ffffff;
    box-shadow: 0 18px 38px rgba(31, 157, 90, 0.28);
}

.pro-btn-secondary {
    background: #ffffff;
    color: #1c2b22;
    border: 1px solid rgba(24, 37, 29, 0.12);
    box-shadow: 0 14px 30px rgba(24, 37, 29, 0.08);
}

.pro-trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
    color: #5d7065;
    font-weight: 700;
}

.pro-trust-row div {
    padding: 9px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(24, 37, 29, 0.08);
}

.pro-hero-visual {
    position: relative;
}

.pro-preview-card {
    position: relative;
    border-radius: 36px;
    padding: 28px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.74));
    border: 1px solid rgba(255, 255, 255, 0.78);
    box-shadow: 0 30px 80px rgba(24, 37, 29, 0.18);
    backdrop-filter: blur(18px);
}

.pro-preview-card::before {
    content: "";
    position: absolute;
    inset: -18px;
    z-index: -1;
    border-radius: 46px;
    background: linear-gradient(135deg, rgba(31, 157, 90, 0.26), rgba(52, 152, 219, 0.18));
    filter: blur(8px);
}

.pro-preview-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 26px;
}

.pro-preview-top span {
    display: block;
    color: #708078;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.pro-preview-top strong {
    display: block;
    margin-top: 4px;
    color: #102017;
    font-size: 28px;
    line-height: 1.15;
}

.pro-preview-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 66px;
    height: 40px;
    border-radius: 999px;
    background: #102017;
    color: #ffffff;
    font-weight: 950;
    letter-spacing: 0.08em;
}

.pro-route-box {
    position: relative;
    display: grid;
    gap: 18px;
    padding: 22px;
    border-radius: 28px;
    background:
        linear-gradient(135deg, rgba(31, 157, 90, 0.12), rgba(52, 152, 219, 0.10)),
        #f8fbf7;
    border: 1px solid rgba(24, 37, 29, 0.08);
}

.pro-route-line {
    position: absolute;
    top: 48px;
    bottom: 48px;
    left: 42px;
    width: 3px;
    border-radius: 999px;
    background: rgba(31, 157, 90, 0.24);
}

.pro-route-item {
    position: relative;
    z-index: 1;
    display: flex;
    gap: 14px;
    align-items: center;
}

.pro-route-item > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #1f9d5a;
    color: #ffffff;
    font-weight: 950;
    box-shadow: 0 10px 18px rgba(31, 157, 90, 0.24);
}

.pro-route-item strong {
    display: block;
    color: #102017;
    font-size: 17px;
}

.pro-route-item small {
    display: block;
    margin-top: 3px;
    color: #65756d;
    font-weight: 700;
}

.pro-preview-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 18px;
}

.pro-preview-stats div {
    padding: 16px 10px;
    text-align: center;
    border-radius: 22px;
    background: #ffffff;
    border: 1px solid rgba(24, 37, 29, 0.08);
}

.pro-preview-stats strong {
    display: block;
    font-size: 28px;
    color: #1f9d5a;
    line-height: 1;
}

.pro-preview-stats span {
    display: block;
    margin-top: 6px;
    color: #65756d;
    font-size: 13px;
    font-weight: 800;
}

.pro-section {
    padding: 84px 0;
}

.pro-section-head {
    max-width: 760px;
    margin: 0 auto 44px;
    text-align: center;
}

.pro-section-head h2 {
    margin: 0;
    color: #102017;
    font-size: clamp(32px, 4vw, 52px);
    line-height: 1.08;
    letter-spacing: -0.04em;
}

.pro-section-head p {
    margin: 18px 0 0;
    color: #5d7065;
    font-size: 18px;
    line-height: 1.7;
}

.pro-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.pro-feature-card {
    padding: 28px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(24, 37, 29, 0.08);
    box-shadow: 0 18px 42px rgba(24, 37, 29, 0.08);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.pro-feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 24px 54px rgba(24, 37, 29, 0.12);
}

.pro-feature-icon {
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background: rgba(31, 157, 90, 0.12);
    font-size: 28px;
    margin-bottom: 18px;
}

.pro-feature-card h3 {
    margin: 0;
    color: #102017;
    font-size: 22px;
}

.pro-feature-card p {
    margin: 12px 0 0;
    color: #5d7065;
    line-height: 1.7;
}

.pro-comparison-section {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.58), rgba(255, 255, 255, 0.20));
    border-top: 1px solid rgba(24, 37, 29, 0.08);
    border-bottom: 1px solid rgba(24, 37, 29, 0.08);
}

.pro-price-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 430px));
    justify-content: center;
    gap: 24px;
}

.pro-price-card {
    position: relative;
    padding: 34px;
    border-radius: 34px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(24, 37, 29, 0.10);
    box-shadow: 0 22px 54px rgba(24, 37, 29, 0.10);
}

.pro-price-card-highlight {
    background:
        linear-gradient(145deg, rgba(31, 157, 90, 0.16), rgba(255, 255, 255, 0.90));
    border: 2px solid rgba(31, 157, 90, 0.42);
    box-shadow: 0 28px 70px rgba(31, 157, 90, 0.18);
}

.pro-popular {
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
    padding: 8px 16px;
    border-radius: 999px;
    background: #1f9d5a;
    color: #ffffff;
    font-size: 13px;
    font-weight: 950;
}

.pro-price-name {
    color: #102017;
    font-size: 24px;
    font-weight: 950;
}

.pro-price {
    margin-top: 12px;
    color: #102017;
    font-size: 44px;
    line-height: 1;
    font-weight: 950;
    letter-spacing: -0.04em;
}

.pro-price span {
    color: #66776e;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0;
}

.pro-price-card p {
    margin: 16px 0 0;
    color: #5d7065;
    line-height: 1.7;
}

.pro-price-card ul {
    display: grid;
    gap: 12px;
    padding: 0;
    margin: 26px 0 0;
    list-style: none;
}

.pro-price-card li {
    position: relative;
    padding-left: 30px;
    color: #26362d;
    font-weight: 750;
}

.pro-price-card li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #1f9d5a;
    font-weight: 950;
}

.pro-price-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    margin-top: 30px;
    padding: 0 22px;
    border-radius: 18px;
    background: #ffffff;
    color: #102017;
    border: 1px solid rgba(24, 37, 29, 0.12);
    text-decoration: none;
    font-weight: 950;
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.pro-price-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(24, 37, 29, 0.10);
}

.pro-price-btn-primary {
    background: linear-gradient(135deg, #1f9d5a, #29b86f);
    color: #ffffff;
    border-color: transparent;
}

.pro-final {
    padding: 86px 0 100px;
}

.pro-final-box {
    text-align: center;
    padding: 54px 28px;
    border-radius: 38px;
    background:
        radial-gradient(circle at top, rgba(255, 255, 255, 0.30), transparent 48%),
        linear-gradient(135deg, #102017, #1f5134);
    color: #ffffff;
    box-shadow: 0 30px 80px rgba(24, 37, 29, 0.18);
}

.pro-final-box h2 {
    max-width: 760px;
    margin: 0 auto;
    font-size: clamp(32px, 4vw, 54px);
    line-height: 1.08;
    letter-spacing: -0.04em;
}

.pro-final-box p {
    max-width: 720px;
    margin: 20px auto 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 18px;
    line-height: 1.75;
}

.pro-final-box .pro-btn {
    margin-top: 30px;
}

@media (max-width: 980px) {
    .pro-hero {
        padding-top: 64px;
    }

    .pro-hero-grid {
        grid-template-columns: 1fr;
    }

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

    .pro-price-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .pro-container {
        width: min(100% - 22px, 1180px);
    }

    .pro-hero {
        padding: 46px 0 58px;
    }

    .pro-title {
        font-size: 42px;
    }

    .pro-lead {
        font-size: 17px;
    }

    .pro-actions {
        flex-direction: column;
    }

    .pro-btn {
        width: 100%;
    }

    .pro-trust-row {
        display: grid;
        grid-template-columns: 1fr;
    }

    .pro-preview-card {
        padding: 20px;
        border-radius: 28px;
    }

    .pro-preview-top {
        align-items: flex-start;
        flex-direction: column;
    }

    .pro-preview-stats {
        grid-template-columns: 1fr;
    }

    .pro-section {
        padding: 62px 0;
    }

    .pro-feature-grid {
        grid-template-columns: 1fr;
    }

    .pro-price-card {
        padding: 28px 22px;
    }

    .pro-final {
        padding: 62px 0 76px;
    }

    .pro-final-box {
        padding: 42px 20px;
        border-radius: 28px;
    }
}