* {
    /* outline: 0.5px solid red; */
    box-sizing: border-box;
}
body {
    background-color: #f5f5f5; /* Lighter grey background */
    display: flex;
    justify-content: center;
    margin: 0;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.container {
    background: #FFFFFF;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
/* Standardized page section spacing */
.section1, .page-section {
    padding: 60px 40px 20px 40px;
    font-size: 2rem;
    text-align: center;
    line-height: 3rem;
}

/* Reduce padding for adjacent sections */
.section1 + .section1,
.section1 + .page-section,
.page-section + .section1,
.page-section + .page-section {
    padding-top: 20px;
}

/* Section spacing utilities */
.section-spacing {
    margin-bottom: 60px;
}

.section-spacing-small {
    margin-bottom: 40px;
}

/* Header buttons container */
.header-buttons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin: 0 auto 10px auto;
    max-width: 600px;
}

.header-buttons .button-join {
    width: 100%;
    margin-bottom: 0;
}

.header-buttons .button-join button {
    width: 100%;
    white-space: nowrap;
    padding: 0 20px;
}

/* Responsive logo styling */
.section1 img {
    width: 30%;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 60px auto;
}
.section1 p {
    color: #2d2d2d;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.section2 {
    padding: 60px 40px;
    min-height: 25vh;
    font-size: 2rem;
    text-align: center;
    position: relative;
    background: transparent;
}
.section2 p {
    color: #2d2d2d;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
.section2 h4 {
    text-align: center;
    font-weight: 600;
    font-size: 24px;
    line-height: 170%;
    color: #2d2d2d;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', sans-serif;
}
.section2 h5 {
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    color: #2d2d2d;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', sans-serif;
}
.line {
    width: 15%;
    height: 5px;
    background: #758C55;
    display: inline-block;
    margin: 0;
    position: absolute;
}
.line.left {
    left: 0px;  /* Adjust left side outside of padding */
}
.line.right {
    right: 0px; /* Adjust right side outside of padding */
}
.highlight-text {
    font-weight: bold;
    color: #758C55;
    margin: 20px 0 10px;
}
.button-login button {
    width: 220px;
    height: 34px;
    border-radius: 10px;
    border: 1.5px solid #62626C;
    background-color: transparent;
    cursor: pointer;
    font-size: 14px;
}
.button-login button:hover, .button-join button:hover {
    background-color: #4a4a54;
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.button-container {
    padding: 0 20px;
    margin-top: 50px;
    margin-bottom: 25px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 15px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.button-container .button-join {
    width: 100%;
    max-width: 426px;
}

.button-container .button-join button {
    width: 100%;
}
.button-join {
    text-align: center;
    margin-bottom: 20px;
}
.button-join button {
    height: 54px;
    border-radius: 12px;
    border: 1px solid #62626C;
    background: #FFFFFF;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    color: #2d2d2d;
    transition: all 0.2s ease;
    padding: 0 32px;
    letter-spacing: 0.3px;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', sans-serif;
    width: auto;
    min-width: 280px;
    white-space: nowrap;
}
.button-join button:active {
    transform: translateY(0);
}
.button-join .primary-light {
    background: #FFFFFF; /* keep light scheme */
    color: #758C55; /* primary (gold/green) highlight */
    border: 1px solid #4A6661;
    font-weight: 600;
    box-shadow: none;
}
.button-join .primary-light:hover {
    background: #758C55;
    color: #FFFFFF;
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(117,140,85,0.16);
}
.button-join-bottom {
    margin-bottom: 300px;
}
.intro-text {
    margin-bottom: 60px;
    margin-top: 50px;
}
.searched-by {
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    margin-bottom: 60px;
    padding: 40px 40px 30px 40px;
    margin-left: 10%;
    margin-right: 10%;
    border-radius: 8px;
    background: #ffffff;
}
.searched-by p {
    color: #2d2d2d;
    text-align: center;
    font-family: Inter, sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: 0.8px;
}
.half-line {
    width: 50%;
    height: 5px;
    background: #758C55;
    margin-top: 20px;
}
.footer {
    padding-top: 25px;
    padding-bottom: 50px;
    padding-left: 100px;
    padding-right: 100px;
    text-align: left;
}
.logo1 {
    max-width: 500vw;
    height: auto;
    display: block;
    margin: 4.5rem auto 3rem auto;
}
.logo2 {
    max-width: 8vw;
    height: auto;
    display: block;
}
.services {
    text-align: center;
}
.services img {
    width: 30%;
}
.loader {
    width: 50%;
    text-align: center;
}

/* .searched-by-images-inner {
   margin-bottom: 30px;
} */

/* General responsive styling for logo containers */
.image-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.searched-by-images-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 150px;
}

.searched-by-images-inner img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* Search Partners Styling */
.search-partners-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
    max-width: 1200px;
    margin: 0 auto;
    align-items: center;
}

.search-partners-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    width: 100%;
}

.search-partner-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 365px;
    max-width: 365px;
    height: 230px;
    padding: 15px 20px;
}

.partner-logo-image {
    max-width: 365px;
    max-height: 230px;
    width: 365px;
    height: 230px;
    object-fit: contain;
    filter: grayscale(0);
    transition: filter 0.3s ease;
}

.partner-logo-image.outline-style {
    filter: brightness(0) saturate(100%);
}

.partner-logo-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: white;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.no-partners-message {
    text-align: center;
    padding: 40px;
    color: #62626C;
    font-style: italic;
}

/* Responsive adjustments for search partners */
@media only screen and (max-width: 1200px) {
    .search-partner-logo {
        min-width: 300px;
        max-width: 300px;
        height: 190px;
    }

    .partner-logo-image {
        max-width: 300px;
        max-height: 190px;
        width: 300px;
        height: 190px;
    }
}

@media only screen and (max-width: 768px) {
    .search-partners-row {
        gap: 20px;
    }

    .section1 img {
        width: 90%;
    }

    .search-partner-logo {
        min-width: 280px;
        max-width: 280px;
        height: 150px;
        padding: 10px 15px;
    }

    .partner-logo-image {
        max-width: 280px;
        max-height: 150px;
        width: 280px;
        height: 150px;
    }

    .partner-logo-placeholder {
        font-size: 12px;
    }
}

@media only screen and (max-width: 480px) {
    .search-partners-row {
        flex-direction: column;
        gap: 15px;
    }

    .search-partner-logo {
        width: 100%;
        max-width: 250px;
        height: 130px;
    }

    .partner-logo-image {
        max-width: 250px;
        max-height: 130px;
        width: 250px;
        height: 130px;
    }
}
/* Landing page specific styles */
.logo-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0 20px; /* tightened between logos */
    padding: 20px 12px 10px 12px; /* slightly less outer padding */
    max-width: 1300px;
    margin: 0 auto;
}

.logo-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.partner-logo {
    max-width: none !important;
    max-height: none !important;
    object-fit: contain;
}

.searched-by-images-inner {
    flex: 0 0 calc(33.333% - 20px);
    max-width: 400px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px; /* reduced padding for tighter layout */
}

.searched-by-images-inner img.partner-logo {
    object-fit: contain;
}

.contact-info {
    text-align: center;
    padding: 40px 40px 60px 40px;
}

.contact-info p {
    font-size: 17px;
    color: #4a4a4a;
    margin: 0;
    line-height: 160%;
}

/* Membership options styles */
.membership-option {
    margin-bottom: 35px;
    padding: 25px;
    background: #f9f9f9;
    border-radius: 12px;
    border: 1px solid #e5e5e5;
}

.membership-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #2d2d2d;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', sans-serif;
}

.membership-description {
    font-size: 17px;
    color: #4a4a4a;
    line-height: 170%;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', sans-serif;
}

.club-membership-note {
    font-size: 15px;
    margin: 35px 0;
    text-align: center;
    color: #4a4a4a;
    line-height: 160%;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', sans-serif;
}

.premium-membership {
    margin-bottom: 35px;
    padding: 30px;
    border: 2px solid #62626C;
    background: linear-gradient(135deg, #fafafa 0%, #ffffff 100%);
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

/* Comparison table styles */
.compare {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto;
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 2rem;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', sans-serif;
}

.compare th, .compare td {
    border: 1px solid #ddd;
    padding: 12px 14px;
    vertical-align: middle;
}

.compare th:first-child,
.compare td:first-child {
    text-align: left;
    width: auto;
}

.compare th:nth-child(2),
.compare th:nth-child(3),
.compare td:nth-child(2),
.compare td:nth-child(3) {
    text-align: center;
    width: 1%;
    white-space: nowrap;
}

.compare td.inc::before,
.compare td.exc::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid #111;
    margin: 2px 0;
}

.compare td.inc::before {
    background: #111;
}

.compare td.exc::before {
    background: transparent;
}

.table-wrap {
    overflow-x: auto;
    margin-bottom: 2rem;
}

/* Info page styles */
.info-screenshot {
    border: 1px solid #d0d0d0;
    border-radius: 8px;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Page heading styles */
.page-heading {
    text-align: center;
    margin: 40px 0 30px 0;
    color: #2d2d2d;
    font-size: 32px;
    font-weight: 400;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', sans-serif;
}

.page-subheading {
    text-align: center;
    margin: 30px 0 20px 0;
    color: #2d2d2d;
    font-size: 24px;
    font-weight: 600;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', sans-serif;
}

.page-subheading-large {
    text-align: center;
    margin: 50px 0 20px 0;
    color: #2d2d2d;
    font-size: 24px;
    font-weight: 600;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', sans-serif;
}

.section-subheading {
    text-align: center;
    margin: 40px 0 20px 0;
    color: #2d2d2d;
    font-size: 22px;
    font-weight: 600;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', sans-serif;
}

.intro-paragraph {
    text-align: center;
    font-size: 18px;
    color: #4a4a4a;
    margin-bottom: 30px;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', sans-serif;
}

.info-paragraph {
    text-align: center;
    font-size: 18px;
    color: #2d2d2d;
    line-height: 170%;
    max-width: 900px;
    margin: 0 auto 25px auto;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', sans-serif;
}

.info-paragraph-last {
    text-align: center;
    font-size: 18px;
    color: #2d2d2d;
    line-height: 170%;
    max-width: 900px;
    margin: 0 auto 30px auto;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', sans-serif;
}

.screenshot-spacing {
    margin-bottom: 40px;
}

/* Login page styles */
.login-container {
    min-height: 100vh;
}

.login-form {
    max-width: 450px;
    margin: 0 auto 40px auto;
    padding: 0 20px;
}

.form-group {
    margin-bottom: 20px;
}

.form-input {
    width: 100%;
    padding: 0 20px;
    font-size: 16px;
    border: 2px solid #e5e5e5;
    border-radius: 12px;
    background: #ffffff;
    color: #2d2d2d;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', sans-serif;
    transition: border-color 0.2s ease;
}

.form-input:focus {
    outline: none;
    border-color: #62626C;
}

.form-input::placeholder {
    color: #999;
}

.form-submit {
    width: 100%;
    height: 54px;
    border-radius: 12px;
    border: 2px solid #62626C;
    background: #62626C;
    color: #ffffff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', sans-serif;
    transition: all 0.2s ease;
}

.form-submit:hover {
    background-color: #4a4a54;
    border-color: #4a4a54;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.form-submit:active {
    transform: translateY(0);
}

.login-links {
    text-align: center;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.login-link {
    color: #62626C;
    text-decoration: none;
    font-size: 16px;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', sans-serif;
    transition: color 0.2s ease;
}

.login-link:hover {
    color: #4a4a54;
    text-decoration: underline;
}

.alert-danger {
    background-color: #fee;
    border: 1px solid #fcc;
    border-radius: 8px;
    padding: 15px;
    margin: 20px auto;
    max-width: 450px;
    color: #c33;
    line-height: 1.5rem !important;
}

/* Founder page styles */
.founder-image-container {
    text-align: center;
    margin: 30px auto 40px auto;
    max-width: 600px;
}

.founder-image {
    max-width: 100%;
    width: 50% !important;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    display: block;
    margin: 0 auto;
}

.founder-paragraph {
    color: #2d2d2d;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    margin: 0 auto 30px auto;
    max-width: 900px;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', sans-serif;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .container {
        width: 100vw;
    }

    /* Standardized section spacing on mobile */
    .section1, .page-section {
        padding: 40px 20px;
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .section2 {
        padding: 40px 20px;
    }

    /* Reduce padding for adjacent sections on mobile */
    .section1 + .section1,
    .section1 + .page-section,
    .page-section + .section1,
    .page-section + .page-section {
        padding-top: 15px;
    }

    .section1 p {
        font-size: 18px;
        line-height: 150%;
    }

    /* Fix for Board Directory logo on mobile */
    .section1 img {
        max-width: 90%;
        height: auto;
        display: block;
        margin: 0 auto 20px auto;
    }

    .header-buttons {
        grid-template-columns: 1fr;
        margin: 30px auto 30px auto;
    }

    .button-container {
        flex-direction: column;
        padding: 0 15px;
        margin-top: 40px;
        margin-bottom: 20px;
    }

    .button-login {
        text-align: center;
        padding-top: 40px;
    }

    .section-spacing {
        margin-bottom: 40px;
    }

    .section-spacing-small {
        margin-bottom: 25px;
    }

    .searched-by-images {
        display: block;
    }
    .searched-by-images-inner {
        width: 100%;
    }
    .searched-by-images-inner:last-child img {
        width: 100%;
    }

    /* Improve searched-by section on mobile */
    .searched-by {
        margin-left: 5%;
        margin-right: 5%;
        margin-bottom: 40px;
        padding: 30px 20px 25px 20px;
    }

    .searched-by p {
        font-size: 18px;
        margin-bottom: 20px;
    }

    /* Make company logos more responsive on mobile */
    .searched-by-images-inner {
        flex: 0 1 100% !important;
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        min-height: 120px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 12px !important; /* slightly reduced */
    }

    .searched-by-images-inner img.partner-logo {
        max-width: 90% !important;
        max-height: 100px !important;
        object-fit: contain !important;
    }

    /* Ensure proper spacing between logo sections */
    .searched-by > div {
        margin-bottom: 20px;
    }

    /* Contact info mobile */
    .contact-info {
        padding: 30px 20px 40px 20px;
    }

    .contact-info p {
        font-size: 18px;
    }

    /* Membership options mobile */
    .membership-title {
        font-size: 20px;
    }

    .membership-description {
        font-size: 18px;
        line-height: 160%;
    }

    .premium-membership {
        padding: 15px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .club-membership-note {
        font-size: 14px;
        padding: 0 15px;
    }

    /* Comparison table mobile */
    .compare {
        font-size: 14px;
    }

    .compare th, .compare td {
        padding: 8px 6px;
    }

    .compare th:first-child,
    .compare td:first-child {
        font-size: 13px;
    }

    /* Info page mobile */
    .info-screenshot {
        border: 1px solid #000000;
        margin: 0 10px;
    }

    /* Founder page mobile */
    .founder-image-container {
        margin: 20px 10px 30px 10px;
        max-width: 100%;
    }

    .founder-paragraph {
        font-size: 18px;
        line-height: 160%;
        padding: 0 10px;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .container {
        width: 100vw;
    }

    /* Standardized section spacing on tablets */
    .section1, .page-section {
        padding: 50px 50px;
    }

    .section2 {
        padding: 50px 50px;
    }

    /* Reduce padding for adjacent sections on tablets */
    .section1 + .section1,
    .section1 + .page-section,
    .page-section + .section1,
    .page-section + .page-section {
        padding-top: 18px;
    }

    .section1 img {
        max-width: 80%;
        height: auto;
        display: block;
        margin: 0 auto 30px auto;
    }

    .section1 p {
        font-size: 20px;
        line-height: 160%;
    }

    .button-join button {
        max-width: 90%;
    }

    .button-container {
        padding: 0 20px;
        margin-top: 45px;
        margin-bottom: 20px;
    }

    .button-login {
        text-align: center;
        padding-top: 40px;
    }

    .searched-by {
        margin-bottom: 50px;
        padding: 35px 30px 30px 30px;
    }

    .contact-info {
        padding: 35px 30px 50px 30px;
    }

    /* Improve logo layout for small devices - 2 per row on tablets */
    .searched-by-images-inner {
        flex: 0 0 calc(50% - 30px) !important;
        width: auto !important;
        height: auto !important;
        min-height: 150px !important;
        max-width: 350px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 12px !important; /* slightly reduced */
    }

    .searched-by-images-inner img.partner-logo {
        max-width: 100% !important;
        max-height: 140px !important;
        object-fit: contain !important;
    }

    .logo-grid .searched-by-images-inner {
        flex: 0 0 calc(50% - 30px) !important;
        max-width: 400px !important;
    }

    /* Comparison table centered on tablet */
    .compare {
        font-size: 16px;
    }

    /* Premium membership better spacing on tablet */
    .premium-membership {
        margin-left: 20px;
        margin-right: 20px;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .section1, .page-section {
        padding: 55px 100px;
    }

    .section2 {
        padding: 55px 100px;
    }

    .button-login {
        float: right;
        padding-top: 40px;
        padding-right: 50px;
    }

    .searched-by-images {
        display: flex;
    }
    .searched-by-images-inner {
        width: 45%;
    }

    /* 3 per row on landscape tablets and desktop */
    .logo-grid .searched-by-images-inner {
        flex: 0 0 calc(33.333% - 40px) !important;
        max-width: 400px !important;
    }

    /* Header buttons on one line for tablets and above */
    .header-buttons {
        flex-direction: row;
        justify-content: center;
        gap: 20px;
    }

    .header-buttons .button-join {
        margin-bottom: 0;
    }

    .header-buttons .button-join button {
        width: auto;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .section1, .page-section {
        padding: 60px 250px;
    }

    .section2 {
        padding: 60px 250px;
    }

    .logo1 {
        width: 30%;
    }

    .searched-by-images {
        display: flex;
    }
    .searched-by-images-inner {
        width: 50%;
    }

    /* Comparison table centered on desktop */
    .compare {
        width: 80%;
        margin: 0 auto 2rem auto;
    }

    /* Better layout for premium memberships */
    .premium-membership {
        margin-left: auto;
        margin-right: auto;
        max-width: 900px;
    }

    .membership-option {
        margin-left: auto;
        margin-right: auto;
        max-width: 900px;
    }
}
