.wide-container { 
    max-width: 1600px;
    margin: 0 auto;
    padding: 60px 20px 20px;
}
.flex {
    display: flex;
}

.flex-col {
    flex-direction: column;
}

.flex-1 {
    flex: 1;
}

.flex-spread {
    justify-content: space-between;
}

.flex-center {
    justify-content: center;
}

.flex-vcenter {
    align-items: center;
}

.row {
    margin: auto;
}

.swi-info-pages-secondary-header-container {
    gap: 12px;
}

.swi-sub-page-hero-container {
    gap: 30px;
}

.swi-sub-page-hero-section {
    margin-top: 40px !important; 
}

.swi-sub-page-h1-highlight {
    font-size: 60px;
}

.swi-sub-page-hero-img-container {
    margin-right: 0;
}

.swi-info-pages-secondary-header-img {
    max-width: 100%;
    margin-right: 0;
}

.swi-sub-page-usp-p {
    text-align: center;
}

.swi-ra-hero-img {
    max-width: 300px;
    max-height: 100%;
}

.swi-ra-pricing-card {
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    padding: 28px 24px;
    text-align: center;
    max-width: 360px;
    margin: 0 auto;
}

.swi-ra-price {
    font-size: 40px;
    font-weight: 700;
    color: #2b2b2b;
    margin: 12px 0 6px;
}

.swi-ra-price-note {
    font-size: 14px;
    color: #7a7a7a;
    margin-bottom: 20px;
}

.swi-ra-feature-list {
    list-style: none;
    padding: 0;
    margin: 18px 0 0;
    text-align: left;
}

.swi-ra-feature-list li {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin-bottom: 12px;
    color: #4a4a4a;
    font-size: 16px;
    line-height: 1.5;
}

.swi-ra-feature-list li:last-child {
    margin-bottom: 0;
}

.why-choose .swi-info-container {
    gap: 40px;
    
}

.why-choose .left-side {
    width: 40%;
}

.swi-ra-who-section {
    padding-top: 10px;
}

.swi-ra-who-title {
    text-align: center;
    margin-bottom: 32px;
}

.swi-ra-who-title .swi-sub-page-usp-header-highlight {
    font-size: 48px;
}

.swi-ra-who-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.swi-ra-who-card {
    background: #F0F0F0;
    border-radius: 24px;
    padding: 26px 24px 0;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.04);
    min-height: 320px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.swi-ra-who-card-top {
    display: flex;
    align-items: center;
    gap: 15px;
}

.swi-ra-who-icon-img {
    width: 42px;
    height: 42px;
    flex-shrink: 0;
}

.swi-ra-who-card-title {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    color: #2b2b2b;
}

.swi-ra-who-card-desc {
    margin: 0;
    color: #6a6a6a;
    font-size: 15px;
    line-height: 1.55;
}

.swi-ra-who-illustration {
    margin-top: auto;
    display: flex;
    justify-content: center;
    padding: 18px 0 22px;
}

.swi-ra-who-illustration img {
    width: 100%;
    max-width: 300px;
    height: auto;
}

.swi-ra-included-section {
    padding-top: 10px;
}

.swi-ra-included-card {
    background: #ffffff;
    border-radius: 26px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.06);
    padding: 30px;
}

.swi-ra-included-content {
    flex: 0.9;
}

.swi-ra-included-title {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 25px;
    color: #222222;
}

.swi-ra-included-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
    color: #7a7a7a;
    line-height: 1.2;
    font-weight: 600;
}

.swi-ra-included-section .swi-ra-included-list li {
    font-size: 18px;  
}


.swi-ra-included-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.swi-ra-check {
    width: 24px;
    height: 24px;
    display: inline-flex;
}

.swi-ra-included-visual {
    width: 250px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
}

.swi-ra-included-visual img {
    width: 100%;
    height: fit-content;
    margin: auto;
}

.swi-ra-offer-section {
    padding-top: 20px;
}

.swi-ra-offer-section .swi-sub-page-signup-header {
    text-align: center;
    margin-bottom: 10px;
}

.swi-ra-offer-section .swi-sub-page-signup-header-highlight {
    font-size: 46px;
}

.swi-ra-offer-subtitle {
    margin: 10px auto 0;
    max-width: 520px;
    color: #7a7a7a;
    font-size: 13px;
    font-weight: 600;
}

.swi-ra-offer-card {
    max-width: 420px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.swi-ra-offer-card-header {
    text-align: center;
    padding: 14px 16px;
    font-weight: 700;
    color: #5f5f5f;
    font-size: 13px;
    border-bottom: 1px solid #f0f0f0;
}

.swi-ra-offer-card-body {
    padding: 20px 26px 24px;
    text-align: center;
}

.swi-ra-offer-desc {
    margin: 0 auto 8px;
    max-width: 300px;
    color: #7a7a7a;
    font-size: 12px;
}

.swi-ra-offer-note {
    margin: 0 0 14px;
    color: #9b9b9b;
    font-size: 12px;
}

.swi-ra-offer-price {
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 6px;
    margin-bottom: 4px;
}

.swi-ra-offer-price-main {
    font-size: 24px;
    font-weight: 800;
    color: #111111;
}

.swi-ra-offer-price-unit {
    font-size: 11px;
    color: #9b9b9b;
}

.swi-ra-offer-free {
    margin: 0 0 14px;
    font-size: 10px;
    color: #9b9b9b;
}

.swi-ra-offer-list {
    list-style: none;
    padding: 0;
    margin: 0 0 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: left;
    color: #7a7a7a;
    font-size: 12px;
    font-weight: 600;
}

.swi-ra-offer-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.swi-ra-offer-dot {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #f2e8ff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #7f1eff;
    font-size: 14px;
    flex-shrink: 0;
}

.swi-ra-offer-cta {
    display: inline-block;
    padding: 10px 32px;
    border-radius: 999px;
    background: #f2e8ff;
    color: #7f1eff;
    font-weight: 700;
    font-size: 12px;
    text-decoration: none;
}

.swi-ra-offer-cta:hover {
    color: #7f1eff;
    text-decoration: none;
}

.swi-pricing-page-containers.swi-pricing-page-container-left {
    max-width: 650px;
    margin: 40px auto 0;
}

.swi-pricing-page-plan-cost {
    color: black;
    display: inline-block;
}

.swi-ra-offer-section .swi-pricing-btn {
    border: none;
    cursor: pointer;
}

.swi-ra-who-card:nth-child(2) .swi-ra-who-illustration img {
  height: 193px;       
  width: auto;      
  max-width: 300px;    
}

.swi-location-map img {
    width: 100%;
}

@media (max-width: 767px) {
    .swi-sub-page-h1 {
        font-size: 32px;
    }

    .swi-sub-page-h1 .swi-sub-page-h1-highlight {
        font-size: 36px;
        line-height: 1.4;
    }

    .swi-sub-page-usp-header {
        line-height: 1.4;
    }

    .swi-ra-hero-desc {
        font-size: 16px;
    }

    .swi-ra-who-grid {
        grid-template-columns: 1fr;
    }

    .swi-ra-who-title .swi-sub-page-usp-header-highlight {
        font-size: 32px;
        line-height: 1.4;
    }

    .swi-ra-included-card {
        flex-direction: column;
        align-items: stretch;
        padding: 26px 22px;
    }

    .swi-ra-included-title {
        text-align: left;
    }

    .swi-ra-included-visual {
        width: 100%;
        max-width: 240px;
        margin: 0 auto;
    }

    .swi-ra-offer-section .swi-sub-page-signup-header-highlight {
        font-size: 32px;
        line-height: 1.4;
    }

    .why-choose .swi-info-container {
        flex-direction: column;
        gap: 20px;
    }

    .swi-ra-included-wrapper {
        flex-direction: column;
        gap: 20px;
    }

    .swi-sub-page-hero-container {
        flex-direction: column;
        gap: 20px;
    }

    .swi-sub-page-hero-img-container {
        margin: auto;
    }
}
