/* ==========================================================================
   Osome Comparison Page — page-specific styles only
   Reuses main.css / sem-landing.css / incorp.css patterns:
     - Hero: .swi-hero-section, .swi-hero-section-h1, .swi-btn-purple
     - Sections: .wide-container, .swi-sub-page-usp-section,
                 .swi-sub-page-usp-container, .swi-sub-page-usp-header,
                 .swi-sub-page-usp-header-highlight, .swi-color-gradient,
                 .swi-sub-page-usp-info-container, .swi-sub-page-usp-p
     - Compare cards: .swi-compare-cards, .swi-compare-card,
                      .swi-compare-card--simple, .swi-compare-card--featured,
                      .swi-compare-list, .swi-compare-card-title
     - FAQ: .swi-sub-page-faq-section, .swi-sub-page-faq-btn-icon
     - Checkmark bullets: assets/Static/img/purple-checkmark.svg,
                         assets/Static/img/gradient-checkmark.svg
   ========================================================================== */

/* ------------------------------ Hero ------------------------------ */
/* Self-contained flex layout — does not inherit from .swi-hero-section* in
   main.css (which forces flex-direction: column and white-space: nowrap). */

.osc-hero {
    width: 100%;
    min-height: 260px;
    box-sizing: border-box;
}

.osc-hero-inner {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 20px;
    margin: 0 auto;
    box-sizing: border-box;
}

.osc-hero-text {
    min-width: 0;
}

.osc-hero-media {
    min-width: 0;
}

.osc-hero-h1 {
    text-align: left;
}

.osc-hero-rating {
    margin-bottom: 7px;
    line-height: 0;
}

.osc-hero .google-rating-icon {
    width: 220px;
}

.osc-hero-cta {
    margin-top: 20px;
}

.osc-hero-img {
    display: block;
    width: 100%;
}

/* ------------------------------ Introduction ------------------------------ */
.osc-intro-section {
    max-width: none;
    width: 100%;
    margin: 0;
    padding: 36px 0 0;
    background-color: #f7f7f7;
}

.osc-intro-section .swi-sub-page-usp-container {
    margin: 0 auto;
    text-align: left;
}

.osc-intro-section .swi-sub-page-usp-header {
    margin: 0 0 17px !important;
    line-height: 1;
}

.osc-intro-section .swi-sub-page-usp-header-black-text {
    display: block;
    font-size: 16px;
    line-height: 1;
    font-weight: 800;
    color: #000000;
}

.osc-intro-section .swi-sub-page-usp-p {
    max-width: 100%;
    margin: 0 0 11px !important;
    font-size: 16px;
    line-height: 1.62;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.62);
    letter-spacing: 0;
}

/* ------------------------------ Quick Verdict ------------------------------ */
.osc-verdict-section {
    max-width: none;
    width: 100%;
    margin: 0;
    padding: 44px 0 56px;
    background-color: #f7f7f7;
}

.osc-verdict-section .swi-compare-container {
    margin: 0 auto;
}

.osc-verdict-section .swi-compare-title {
    margin: 0 0 18px !important;
    text-align: left !important;
    line-height: 1;
}

.osc-verdict-section .swi-compare-title .swi-sub-page-usp-header-highlight {
    font-size: 30px;
}

.osc-verdict-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.osc-verdict-card {
    min-height: 152px;
    padding: 17px 17px 15px;
    border-radius: 11px;
    background-color: #ffffff;
    box-sizing: border-box;
    box-shadow: none;
}

.osc-verdict-card--swiftly {
    background: #efe5ff;
    border: 1px solid #7f1eff;
    box-shadow: none;
}

.osc-verdict-card--swiftly .osc-verdict-card-title {
    color: #7f1eff;
}

.osc-verdict-card--osome {
    background-color: #ffffff;
}

.osc-verdict-card--osome .swi-compare-list li {
    color: rgba(0, 0, 0, 0.48);
}

.osc-verdict-card-title {
    font-size: 20px;
    line-height: 1;
    font-weight: 800;
    margin: 0 0 17px;
}

.osc-verdict-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.osc-verdict-list li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 10px;
    color: #7f1eff;
}

.osc-verdict-list li:last-child {
    margin-bottom: 0;
}

.osc-verdict-list .check-icon,
.osc-verdict-card--osome .osc-verdict-list .check-icon {
    width: 15px;
    height: 15px;
    margin: 5px 0 0;
    flex-shrink: 0;
}

/* Muted (greyed) checkmark for Osome side */
.osc-check-muted {
    filter: grayscale(1) opacity(0.38);
}

.osc-verdict-section .flex.flex-center.mt-5 {
    margin-top: 15px !important;
}

/* ------------------------------ Comparison table ------------------------------ */
.osc-table-section {
    max-width: none;
    width: 100%;
    margin: 0;
    padding: 14px 0 55px;
    background-color: #f7f7f7;
}

.osc-table-section .swi-compare-container {
    margin: 0 auto;
}

.osc-table-title {
    margin: 0 0 19px;
    text-align: left;
    line-height: 1;
}

.osc-table-wrap {
    border-radius: 7px 7px 0 0;
    overflow: hidden;
    box-shadow: none;
    background-color: transparent;
}

.osc-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.osc-table thead th {
    background-color: #7f1eff;
    color: #ffffff;
    text-align: left;
    padding: 17px 24px 16px;
    border: 0;
}

.osc-table thead th:nth-child(1) {
    width: 20%;
    min-width: 192px;
}

.osc-table thead th:nth-child(2) {
    width: 42%;
}

.osc-table thead th:nth-child(3) {
    width: 38%;
    font-weight: 500;
}

.osc-table tbody td {
    padding: 14px 24px;
    vertical-align: middle;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    color: #000000;
    background-color: #f7f7f7;
}

.osc-table tbody tr:last-child td {
    border-bottom: 0;
}

.osc-table tbody tr:nth-child(even) {
    background-color: transparent;
}

.osc-feature-col {
    width: 20%;
    min-width: 192px;
    font-weight: 800;
    color: #000000;
}

.osc-swiftly-col {
    width: 42%;
    color: #000000;
}

.osc-swiftly-cell-inner {
    align-items: flex-start;
    gap: 7px;
}

.osc-swiftly-col .check-icon {
    width: 20px;
    height: 20px;
    margin-top: 1px;
    flex-shrink: 0;
    margin-top: 3px;
}

.osc-osome-col {
    width: 38%;
    color: #000000;
}

/* ------------------------------ Stands Out ------------------------------ */
.osc-stands-section {
    max-width: none;
    width: 100%;
    margin: 0;
    padding: 34px 0 44px;
    background-color: #f7f7f7;
}

.osc-stands-section .swi-compare-container {
    margin: 0 auto;
}

.osc-stands-title {
    margin: 0 0 23px;
    text-align: left;
    line-height: 1;
}

.osc-stands-cards {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 20px;
    align-items: stretch;
}

.osc-stands-osome-card {
    min-height: 212px;
    padding: 25px;
    border-radius: 16px;
    background-color: #ffffff;
    box-shadow: 0 8px 14px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.osc-stands-osome-card .swi-compare-card-title {
    margin: 0 0 28px;
    font-size: 20px;
    line-height: 1;
    font-weight: 800;
    color: rgba(0, 0, 0, 0.58);
}

.osc-stands-osome-card .swi-compare-list {
    gap: 14px;
    margin-bottom: 0;
}

.osc-stands-osome-card .swi-compare-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.52);
}

.osc-stands-osome-card .swi-compare-list li:last-child {
    margin-bottom: 0;
}

.osc-stands-osome-card .check-icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.osc-stands-featured {
    align-items: center;
    min-height: 212px;
    border-radius: 16px;
    background: linear-gradient(105deg, #ff3d8f 0%, #ff6b75 48%, #ffb33e 100%);
    position: relative;
    overflow: hidden;
    box-shadow: none;
    gap: 20px;
}

.osc-stands-featured-title {
    font-family: "Pacifico", cursive;
    font-weight: normal;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff;
    background: none !important;
    margin: 0 0 22px;
    font-size: 26px;
    line-height: 1;
}

.osc-stands-featured .swi-compare-card-content {
    flex: 1;
    padding-left: 25px;
}

.swi-compare-visual-container {
    flex: 1;
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    min-width: 25em;
}

.osc-stands-featured-list {
    gap: 20px;
    margin-bottom: 0;
}

.osc-stands-featured-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #ffffff !important;
    font-weight: 600;
}

.osc-stands-featured-list li:last-child {
    margin-bottom: 0;
}

.osc-stands-featured-list .check-icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    filter: brightness(0) invert(1);
}

.osc-stands-visual {
    width: 100%;
    height: 90%;
    display: block;
}

.osc-stands-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

/* ------------------------------ Practical / Decision Guide ------------------------------ */
.osc-practical-section {
    max-width: none;
    width: 100%;
    margin: 0;
    padding: 44px 0 58px;
    background-color: #f7f7f7;
}

.osc-practical-section .swi-sub-page-usp-container {
    margin: 0 auto;
}

.osc-practical-section .swi-sub-page-usp-header {
    margin: 0 0 27px !important;
    line-height: 1;
}

.osc-practical-section .swi-sub-page-usp-header-black-text {
    display: block;
    font-size: 20px;
    line-height: 1;
    font-weight: 800;
    color: #000000;
}

.osc-practical-section .swi-sub-page-usp-p {
    max-width: none;
    margin: 0 0 25px !important;
}

.osc-practical-section .swi-info-pages-tertiary-header {
    margin: 0 0 13px !important;
    font-size: 20px;
    line-height: 1;
    font-weight: 800;
    color: #000000;
}

.osc-practical-list {
    margin: 0 0 25px 28px;
    padding: 0;
    color: rgba(0, 0, 0, 0.62);
}

.osc-practical-list--osome {
    margin-bottom: 35px;
}

.osc-practical-list li {
    margin-bottom: 6px;
    padding-left: 0;
}

.osc-practical-list li::marker {
    font-size: 12px;
}

.osc-practical-list strong {
    font-weight: 800;
}

.osc-practical-section .osc-table-wrap {
    width: 100%;
    margin-top: 20px;
    border-radius: 7px 7px 0 0;
}

.osc-decision-table {
    table-layout: fixed;
}

.osc-decision-table thead th {
    width: 50%;
    min-width: 0;
    background-color: #7f1eff;
    padding: 18px 24px;
}

.osc-decision-table tbody td {
    width: 50%;
    padding: 19px 24px;
    vertical-align: middle;
}

.osc-decision-table tbody td:first-child {
    color: #000000;
}

.osc-decision-table tbody td:last-child {
    font-weight: 800;
    color: #000000;
}

.osc-decision-table thead th:nth-child(1),
.osc-decision-table thead th:nth-child(2) {
    width: 50%;
    min-width: 0;
}

.osc-decision-pref {
    font-weight: 700;
    color: #000000;
}

/* ------------------------------ Why founders ------------------------------ */
.osc-why-section {
    max-width: none;
    width: 100%;
    margin: 0;
    padding: 23px 0 44px;
    background-color: #f7f7f7;
}

.osc-why-section .swi-sub-page-usp-container {
    margin: 0 auto;
}

.osc-why-title {
    margin: 0 0 21px !important;
    line-height: 1;
}

.osc-why-card {
    align-items: center;
    min-height: 166px;
    padding: 26px 0 0 19px;
    border-radius: 14px;
    background-color: #ffffff;
    overflow: hidden;
    column-gap: 20px;
    margin: 0;
}

.osc-why-copy {
    flex: 1 1 auto;
    padding: 0;
    min-width: 0;
    padding-bottom: 26px;
}

.osc-why-copy .swi-info-pages-p {
    margin: 0 0 9px !important;
    line-height: 2;
}

.osc-why-copy .osc-why-note {
    margin-bottom: 0 !important;
}

.osc-why-copy .check-icon {
    width: 16px;
    height: 16px;
    margin-right: 7px;
    vertical-align: -3px;
}

.osc-why-note {
    margin-top: 18px !important;
}

.osc-why-media {
    align-items: flex-end;
    justify-content: flex-end;
    margin-top: auto;
}

.osc-why-img {
    display: block;
    width: 100%;
    max-width: 350px;
    height: auto;
    margin: 0;
}

.osc-why-cta-wrap {
    margin-top: 17px;
}

/* ------------------------------ Text sections ------------------------------ */
.osc-text-section {
    max-width: none;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #f7f7f7;
}

.osc-text-section .swi-sub-page-usp-container {
    margin: 0 auto;
}

.osc-text-section .swi-sub-page-usp-header {
    margin: 0 0 25px !important;
    line-height: 1;
}

.osc-text-section .swi-sub-page-usp-header-black-text {
    display: block;
    font-size: 20px;
    line-height: 1;
    font-weight: 800;
    color: #000000;
}

.swi-sub-page-usp-p {
    max-width: 100%;
}

.osc-faq-section {
    padding-top: 24px;
}

.osc-faq-item {
    margin-bottom: 17px;
}

.osc-faq-q-text {
    margin: 0 0 10px;
    color: #7f1eff;
    font-size: 20px;
    line-height: 1.15;
    font-weight: 800;
}

.osc-pricing-section {
    padding-top: 74px;
}

.osc-pricing-section .swi-sub-page-usp-header,
.osc-final-section .swi-sub-page-usp-header {
    margin-bottom: 24px !important;
}

.osc-pricing-section .swi-sub-page-usp-p {
    margin-bottom: 18px;
}

.osc-pricing-list {
    margin: 0 0 24px 30px;
    padding: 0;
}

.osc-pricing-list li {
    margin-bottom: 4px;
    padding-left: 0;
}

.osc-pricing-list li::marker {
    font-size: 12px;
}

.osc-pricing-list strong {
    font-weight: 800;
}

.osc-final-section {
    padding-top: 58px;
    padding-bottom: 39px;
}

.osc-cta-section {
    max-width: none;
    width: 100%;
    margin: 0;
    padding: 57px 0 71px;
    background-color: #f7f7f7;
}

.osc-cta-section .swi-sub-page-usp-container {
    margin: 0 auto;
}

.osc-cta-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    margin: 0;
}

.osc-cta-copy .swi-sub-page-usp-header {
    margin: 0 0 25px !important;
    line-height: 1;
}

.osc-cta-copy .swi-sub-page-usp-header-highlight {
    display: block;
    padding: 0;
}

.osc-cta-copy .swi-sub-page-usp-header-highlight {
    line-height: 1.8;
}

.osc-cta-img {
    display: block;
    width: 100%;
}

/* ------------------------------ Disclaimer ------------------------------ */
.osc-disclaimer {
    background: #fff6ff;
    padding: 57px 20px 58px;
    text-align: center;
    margin: 0;
}

.osc-disclaimer-inner {
    margin: 0 auto;
    color: #7f1eff;
}

.osc-disclaimer-inner strong {
    font-weight: 800;
}

.swi-footer {
    margin-top: 0;
}

/* ------------------------------ Responsive ------------------------------ */
@media screen and (max-width: 1080px) {
    .osc-stands-visual {
        position: absolute;
        left: 50%;
        bottom: -10px;
        transform: translateX(-50%);
    }

    .swi-compare-visual-container {
        min-width: unset;
    }
}

@media screen and (max-width: 850px) {
    .osc-stands-cards {
        grid-template-columns: 1fr;
    }

    .osc-stands-featured {
        padding: 25px 25px 0;
    }

    .osc-stands-featured .swi-compare-card-content {
        padding-bottom: 25px;
    }

    .osc-cta-section .swi-sub-page-usp-header-black-text {
        font-size: 25px;
    }
}

@media (max-width: 680px) {
    .osc-hero-inner {
        flex-direction: column;
        gap: 24px;
        padding: 0 24px;
    }

    .osc-hero-text,
    .osc-hero-media {
        flex: 1 1 auto;
        max-width: 100%;
        width: 100%;
        justify-content: center;
    }

    .osc-hero-h1 {
        font-size: 22px;
    }

    .osc-hero-img {
        max-width: 100%;
        width: 100%;
        height: auto;
        aspect-ratio: 246 / 188;
    }

    .osc-verdict-cards {
        grid-template-columns: 1fr;
    }

    .osc-stands-cards {
        grid-template-columns: 1fr;
    }

    .osc-stands-featured {
        min-height: 360px;
    }

    .osc-table-wrap {
        overflow-x: auto;
    }

    .osc-table {
        min-width: 800px;
    }

    .osc-table thead th,
    .osc-table tbody td {
        padding: 12px 14px;
    }

    .osc-cta-row {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
    }

    .osc-cta-copy,
    .osc-cta-media {
        flex: 1 1 auto;
        width: 100%;
    }

    .osc-cta-img {
        width: 100%;
        height: auto;
        aspect-ratio: 318 / 211;
    }
}

@media (max-width: 767px) {
    .osc-faq-a {
        margin-left: 0;
    }
}