/* Smooth scroll behavior */
html {
    scroll-behavior: smooth;
}

.superco-landing-page {
    background-color: #edf2f2;
    /* Soft white */
    overflow-x: hidden;
    width: 100%;
    max-width: 1920px;
    min-height: 100vh;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.superco-landing-page .rectangle {
    width: 100%;
    height: 148px;
    background-color: #edf2f2;
    /* Soft white */
    position: fixed;
    top: 0;
    left: 0;
    z-index: 900;
}

.superco-landing-page .div {
    margin: 148px 16px 0 16px;
    width: calc(100% - 32px);
    height: 700px;
    background-color: #072a30;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.superco-landing-page .frame {
    display: flex;
    width: calc(100% - 32px);
    max-width: 1856px;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top: 36px;
    left: 16px;
    right: 16px;
    z-index: 1000;
}

.superco-landing-page .img {
    position: relative;
    width: 290px;
    height: 77px;
}

/* Button/Link Wrapper */
.superco-landing-page .div-wrapper {
    display: flex;
    width: 249px;
    height: 76px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 23px 50px;
    position: relative;
    background-color: #17c64f;
    border-radius: 130px;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}

.superco-landing-page .div-wrapper:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(23, 198, 79, 0.4);
    background-color: #15b345;
}

.superco-landing-page .text-wrapper {
    position: relative;
    width: fit-content;
    margin-top: -0.5px;
    font-family: "Aeonik Pro", Helvetica;
    font-weight: 500;
    color: #072a30;
    font-size: 24px;
    letter-spacing: 0;
    line-height: normal;
}

/* ===== FLOWLINE STYLING ===== */
/* Hide original PNG doodles (LEFT.png, RIGHT.png) */
.superco-landing-page .frame-2,
.superco-landing-page .frame-3 {
    display: none !important;
}

/* Hero flowline image - displayed as-is */
.superco-landing-page .hero-flowline {
    position: absolute;
    top: 0;
    left: -190px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.3;
    pointer-events: none;
    z-index: 2;
}

/* Hide flowline on mobile */
@media (max-width: 768px) {
    .superco-landing-page .hero-flowline {
        display: none;
    }
}

/* Disable all pseudo-elements */
.superco-landing-page .div::before,
.superco-landing-page .div::after,
.superco-landing-page .frame-4::before,
.superco-landing-page .frame-4::after {
    display: none !important;
}

/* Hero Section Content */
.superco-landing-page .frame-4 {
    display: flex;
    flex-direction: column;
    width: 90%;
    max-width: 954px;
    align-items: center;
    gap: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.superco-landing-page .it-s-time-to-find {
    position: relative;
    align-self: stretch;
    margin-top: -1px;
    font-family: "Aeonik Pro-Bold", Helvetica;
    font-weight: 400;
    color: transparent;
    font-size: 120px;
    text-align: center;
    line-height: 120px;
}

.superco-landing-page .span {
    font-weight: 700;
    color: #edf2f2;
    letter-spacing: -2.88px;
    line-height: 116px;
}

.superco-landing-page .text-wrapper-2 {
    font-weight: 700;
    color: #17c64f;
    letter-spacing: 0;
    line-height: 0.1px;
}

/* CTA Button */
.superco-landing-page .frame-5 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 32px;
    position: relative;
    flex: 0 0 auto;
    background-color: #b8c1c1;
    border-radius: 49px;
}

.superco-landing-page .p {
    position: relative;
    width: fit-content;
    margin-top: -1px;
    font-family: "Aeonik Pro", Helvetica;
    font-weight: 700;
    color: #072a30;
    font-size: 24px;
    text-align: center;
    letter-spacing: 0;
    line-height: 36px;
    white-space: nowrap;
}

/* Subtitle */
.superco-landing-page .it-s-designed-for {
    position: relative;
    width: 571.56px;
    font-family: "Aeonik Pro", Helvetica;
    font-weight: 300;
    color: #edf2f2;
    font-size: 24px;
    text-align: center;
    letter-spacing: 0;
    line-height: 36px;
}

/* Group Element - Watermark */
.superco-landing-page .group {
    width: 100%;
    max-width: 1920px;
    height: auto;
    object-fit: contain;
    position: relative;
    z-index: 1;
}

/* Connect Section Container */
.superco-landing-page .connect-section {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0 120px 80px 120px;
    width: 100%;
    max-width: 1920px;
    scroll-margin-top: 20px;
    margin-top: -280px;
    position: relative;
    z-index: 2;
}

/* Top Row: Title + Form side by side */
.superco-landing-page .connect-top {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    gap: 60px;
    width: 100%;
}

/* Title Container - aligns content to top and bottom */
.superco-landing-page .connect-title {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-shrink: 0;
    padding: 20px 0;
}

/* Heading with gradient/multi-color text */
.superco-landing-page .let-s-connect {
    font-family: "Aeonik Pro", Helvetica;
    font-weight: 600;
    color: transparent;
    font-size: 80px;
    letter-spacing: -1.5px;
    line-height: 80px;
}

/* Text color variations */
.superco-landing-page .text-wrapper-3 {
    font-weight: 500;
    color: #000000;
    letter-spacing: -1.62px;
}

.superco-landing-page .text-wrapper-4 {
    font-weight: 500;
    color: #17c64f;
    letter-spacing: -1.62px;
}

/* Contact Info Cards */
.superco-landing-page .frame-8 {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 52px;
    position: relative;
    flex: 0 0 auto;
}

.superco-landing-page .frame-9 {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    position: relative;
    flex: 0 0 auto;
}

.superco-landing-page .img-2 {
    position: relative;
    width: 36px;
    height: 36px;
}

/* Card Content */
.superco-landing-page .text-wrapper-5 {
    position: relative;
    width: fit-content;
    margin-top: -1px;
    font-family: "Aeonik Pro-Regular", Helvetica;
    font-weight: 400;
    color: #000000;
    font-size: 40px;
    letter-spacing: 0;
    line-height: 40px;
    white-space: nowrap;
}

/* Card Container - Form Wrapper */
.superco-landing-page .frame-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 45px 55px;
    position: relative;
    flex: 1;
    max-width: 850px;
    min-width: 500px;
    background-color: #b8c1c1;
    border-radius: 20px;
}

/* Contact Form */
.superco-landing-page .contact-form {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 20px;
}

.superco-landing-page .share-your-details {
    font-family: "Aeonik Pro", Helvetica;
    font-weight: 500;
    color: #072a30;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 10px;
}

/* Form Row - for side by side fields */
.superco-landing-page .form-row {
    display: flex;
    gap: 20px;
    width: 100%;
}

/* Form Group */
.superco-landing-page .form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
}

.superco-landing-page .form-group.full-width {
    width: 100%;
}

/* Labels */
.superco-landing-page .form-group label {
    font-family: "Aeonik Pro", Helvetica;
    font-weight: 400;
    color: #072a30;
    font-size: 14px;
    line-height: 20px;
}

.superco-landing-page .required {
    color: #fa0000;
    margin-left: 2px;
}

/* Input Fields */
.superco-landing-page .form-group input,
.superco-landing-page .form-group textarea {
    width: 100%;
    padding: 14px 16px;
    background-color: #edf2f2;
    border: none;
    border-radius: 8px;
    font-family: "Aeonik Pro", Helvetica;
    font-size: 16px;
    color: #072a30;
    outline: none;
    transition: box-shadow 0.2s ease;
}

.superco-landing-page .form-group input:focus,
.superco-landing-page .form-group textarea:focus {
    box-shadow: 0 0 0 2px #17c64f;
}

.superco-landing-page .form-group textarea {
    resize: vertical;
    min-height: 100px;
}

/* Submit Button */
.superco-landing-page .submit-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 40px;
    background-color: #072a30;
    border: none;
    border-radius: 130px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-family: "Aeonik Pro", Helvetica;
    font-weight: 500;
    color: #17c64f;
    font-size: 18px;
    margin-top: 10px;
    width: fit-content;
}

.superco-landing-page .submit-btn:hover {
    background-color: #0a3d45;
}

/* Responsive Form */
@media (max-width: 600px) {
    .superco-landing-page .form-row {
        flex-direction: column;
    }

    .superco-landing-page .frame-wrapper {
        padding: 30px;
        min-width: auto;
    }

    .superco-landing-page .connect-top {
        flex-direction: column;
    }
}

/* Benefits Section - Bottom of Connect */
.superco-landing-page .connect-benefits {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-left: 10px;
}

.superco-landing-page .benefit-item {
    display: flex;
    align-items: center;
    gap: 14px;
}

.superco-landing-page .benefit-item img {
    width: 28px;
    height: 28px;
}

.superco-landing-page .benefit-item span {
    font-family: "Aeonik Pro", Helvetica;
    font-weight: 500;
    color: #072a30;
    font-size: 20px;
    line-height: 28px;
}

.superco-landing-page .frame-11 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.superco-landing-page .frame-12 {
    display: flex;
    align-items: flex-start;
    gap: 27px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

/* Form Fields - Columns */
.superco-landing-page .frame-13 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    position: relative;
    flex: 1;
    flex-grow: 1;
    width: 100%;
}

/* Form Labels */
.superco-landing-page .div-2 {
    position: relative;
    align-self: stretch;
    margin-top: -1px;
    font-family: "Aeonik Pro", Helvetica;
    font-weight: 400;
    color: transparent;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 24px;
}

.superco-landing-page .text-wrapper-6 {
    color: #000000;
}

.superco-landing-page .text-wrapper-7 {
    color: #fa0000;
}

/* Input Fields */
.superco-landing-page .rectangle-2 {
    position: relative;
    align-self: stretch;
    width: 100%;
    height: 62px;
    background-color: #edf2f2;
    border-radius: 8px;
}

.superco-landing-page .text-wrapper-8 {
    color: #ff0000;
}

/* Form Labels - Right Column */
.superco-landing-page .text-wrapper-9 {
    position: relative;
    align-self: stretch;
    margin-top: -1px;
    font-family: "Aeonik Pro", Helvetica;
    font-weight: 400;
    color: #000000;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 24px;
}

/* Textarea Field */
.superco-landing-page .rectangle-3 {
    position: relative;
    align-self: stretch;
    width: 100%;
    height: 150px;
    background-color: #edf2f2;
    border-radius: 8px;
}

/* Submit Button */
.superco-landing-page .frame-14 {
    display: inline-flex;
    height: 76px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 23px 50px;
    position: relative;
    background-color: #072a30;
    border-radius: 130px;
}

.superco-landing-page .text-wrapper-10 {
    position: relative;
    width: fit-content;
    margin-top: -0.5px;
    font-family: "Aeonik Pro", Helvetica;
    font-weight: 500;
    color: #17c64f;
    font-size: 24px;
    letter-spacing: 0;
    line-height: normal;
}

/* Footer Section Wrapper - Frame 32 */
.superco-landing-page .group-wrapper {
    width: 100%;
    max-width: 1920px;
    height: 543px;
    background-color: #072a30;
    overflow: hidden;
    position: relative;
    margin-top: auto;
}

/* Background Container - Group 2 */
.superco-landing-page .group-2 {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 0;
}

/* Footer Background - hidden since we use group-wrapper bg */
.superco-landing-page .rectangle-4 {
    display: none;
}

/* Vector/Decorative Element - Left doodle */
.superco-landing-page .vector {
    position: absolute;
    left: -65%;
    top: 0;
    bottom: -77%;
    width: auto;
    height: 177%;
}

/* Footer Graphics - Right decorative curve - Frame 22 */
.superco-landing-page .frame-15 {
    position: absolute;
    width: 715px;
    height: 636px;
    right: -80px;
    top: 0;
}

/* Footer Content - Logo and Address Section - Frame 20 */
.superco-landing-page .frame-16 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 32px;
    position: absolute;
    width: 678px;
    left: calc(50% - 678px/2);
    top: 84px;
    z-index: 10;
}

.superco-landing-page .frame-17 {
    width: 374px;
    height: 100px;
}

/* Footer Address Text */
.superco-landing-page .text-wrapper-11 {
    width: 678px;
    font-family: "Aeonik Pro", Helvetica;
    font-weight: 400;
    color: #edf2f2;
    font-size: 24px;
    text-align: center;
    line-height: 28px;
}

/* Footer Content - CTA Section - Frame 19 */
.superco-landing-page .frame-18 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    position: absolute;
    width: 411.5px;
    left: calc(50% - 411.5px/2);
    top: 280px;
    z-index: 10;
}

/* Phone Link with Icon */
.superco-landing-page .phone-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.superco-landing-page .phone-link:hover {
    opacity: 0.8;
}

.superco-landing-page .phone-icon {
    color: #17c64f;
    flex-shrink: 0;
}

/* Footer Phone Number */
.superco-landing-page .text-wrapper-13 {
    font-family: "Aeonik Pro", Helvetica;
    font-weight: 500;
    color: #edf2f2;
    font-size: 28px;
    text-align: center;
    line-height: 32px;
}

/* Footer QR Code Section */
.superco-landing-page .qr-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    position: absolute;
    left: calc(50% - 70px);
    top: 350px;
    z-index: 10;
    cursor: pointer;
    text-decoration: none;
}

.superco-landing-page .qr-code {
    width: 120px;
    height: 120px;
    border-radius: 10px;
    background-color: #ffffff;
    padding: 8px;
    transition: transform 0.3s ease;
}

.superco-landing-page .qr-section:hover .qr-code {
    transform: scale(1.05);
}

.superco-landing-page .qr-text {
    font-family: "Aeonik Pro", Helvetica;
    font-weight: 400;
    color: #edf2f2;
    font-size: 14px;
    text-align: center;
    line-height: 18px;
}

/* Responsive Footer */
@media (max-width: 768px) {
    .superco-landing-page .group-wrapper {
        height: auto;
        min-height: auto;
        padding: 40px 20px;
    }

    .superco-landing-page .group-2 {
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    /* Hide doodles on mobile - hero and footer */
    .superco-landing-page .frame-2,
    .superco-landing-page .frame-3,
    .superco-landing-page .frame-15,
    .superco-landing-page .vector {
        display: none;
    }

    /* Logo + Address Section - use relative positioning */
    .superco-landing-page .frame-16 {
        position: relative;
        width: 100%;
        left: auto;
        top: auto;
        gap: 16px;
    }

    .superco-landing-page .frame-17 {
        width: 200px;
        height: auto;
    }

    .superco-landing-page .text-wrapper-11 {
        width: 100%;
        font-size: 16px;
        line-height: 22px;
    }

    /* Phone Section - use relative positioning */
    .superco-landing-page .frame-18 {
        position: relative;
        width: 100%;
        left: auto;
        top: auto;
        gap: 8px;
    }

    .superco-landing-page .text-wrapper-12 {
        width: 100%;
        font-size: 24px;
        line-height: 28px;
    }

    .superco-landing-page .text-wrapper-13 {
        width: 100%;
        font-size: 18px;
    }

    .superco-landing-page .phone-icon {
        width: 22px;
        height: 22px;
    }

    /* QR Section - use relative positioning */
    .superco-landing-page .qr-section {
        position: relative;
        top: auto;
        left: auto;
        gap: 8px;
    }

    .superco-landing-page .qr-code {
        width: 80px;
        height: 80px;
        padding: 6px;
    }

    .superco-landing-page .qr-text {
        font-size: 12px;
    }
}

/* ========================================
   COMPREHENSIVE MOBILE RESPONSIVE STYLES
   ======================================== */

/* Tablet Landscape & Small Desktop (max-width: 1024px) */
@media screen and (max-width: 1024px) {

    /* Header */
    .superco-landing-page .frame {
        width: calc(100% - 40px);
        left: 20px;
        right: 20px;
        top: 20px;
    }

    .superco-landing-page .img {
        width: 200px;
        height: auto;
    }

    .superco-landing-page .div-wrapper {
        width: 180px;
        height: 56px;
        padding: 16px 30px;
    }

    .superco-landing-page .text-wrapper {
        font-size: 18px;
    }

    /* Hero Section */
    .superco-landing-page .div {
        margin: 100px 16px 0 16px;
        height: 500px;
    }

    .superco-landing-page .rectangle {
        height: 100px;
    }

    /* Doodles - maintain Figma design proportions */
    .superco-landing-page .frame-2 {
        width: 90%;
        left: -5%;
        top: 0;
    }

    .superco-landing-page .frame-3 {
        width: 90%;
        right: 0;
        left: auto;
        top: 0;
    }

    .superco-landing-page .it-s-time-to-find {
        font-size: 70px;
        line-height: 70px;
    }

    .superco-landing-page .span {
        letter-spacing: -1.5px;
        line-height: 68px;
    }

    .superco-landing-page .p {
        font-size: 18px;
        line-height: 28px;
    }

    .superco-landing-page .it-s-designed-for {
        width: 100%;
        max-width: 450px;
        font-size: 18px;
        line-height: 28px;
    }

    /* Watermark */
    .superco-landing-page .group {
        margin-top: -50px;
    }

    /* Connect Section */
    .superco-landing-page .connect-section {
        padding: 0 40px 60px 40px;
        margin-top: -150px;
    }

    .superco-landing-page .connect-top {
        gap: 40px;
    }

    .superco-landing-page .let-s-connect {
        font-size: 50px;
        line-height: 50px;
    }

    .superco-landing-page .frame-wrapper {
        min-width: 400px;
        padding: 35px 40px;
    }

    .superco-landing-page .share-your-details {
        font-size: 20px;
        line-height: 28px;
    }

    .superco-landing-page .benefit-item span {
        font-size: 16px;
    }
}

/* Tablet Portrait (max-width: 768px) */
@media screen and (max-width: 768px) {

    /* Header */
    .superco-landing-page .frame {
        width: calc(100% - 32px);
        left: 16px;
        right: 16px;
        top: 16px;
    }

    .superco-landing-page .img {
        width: 150px;
    }

    .superco-landing-page .div-wrapper {
        width: 140px;
        height: 48px;
        padding: 12px 20px;
    }

    .superco-landing-page .text-wrapper {
        font-size: 14px;
    }

    /* Hero Section */
    .superco-landing-page .div {
        margin: 80px 12px 0 12px;
        height: 450px;
        border-radius: 16px;
    }

    .superco-landing-page .rectangle {
        height: 80px;
    }

    /* Doodles are hidden on mobile - see earlier hide rule */

    .superco-landing-page .frame-4 {
        width: 95%;
        gap: 16px;
    }

    .superco-landing-page .it-s-time-to-find {
        font-size: 48px;
        line-height: 48px;
    }

    .superco-landing-page .span {
        letter-spacing: -1px;
        line-height: 46px;
    }

    .superco-landing-page .frame-5 {
        padding: 10px 24px;
    }

    .superco-landing-page .p {
        font-size: 16px;
        line-height: 24px;
    }

    .superco-landing-page .it-s-designed-for {
        font-size: 16px;
        line-height: 24px;
        max-width: 350px;
    }

    /* Doodles are hidden on mobile - see earlier hide rule */

    /* Watermark */
    .superco-landing-page .group {
        margin-top: -30px;
    }

    /* Connect Section */
    .superco-landing-page .connect-section {
        padding: 0 20px 50px 20px;
        margin-top: -100px;
    }

    .superco-landing-page .connect-top {
        flex-direction: column;
        gap: 30px;
    }

    .superco-landing-page .connect-title {
        align-items: center;
        text-align: center;
    }

    .superco-landing-page .let-s-connect {
        font-size: 40px;
        line-height: 44px;
        text-align: center;
    }

    .superco-landing-page .connect-benefits {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 16px;
        padding-left: 0;
    }

    .superco-landing-page .benefit-item {
        gap: 8px;
    }

    .superco-landing-page .benefit-item img {
        width: 20px;
        height: 20px;
    }

    .superco-landing-page .benefit-item span {
        font-size: 14px;
        line-height: 20px;
    }

    .superco-landing-page .frame-wrapper {
        min-width: auto;
        width: 100%;
        max-width: 100%;
        padding: 30px 25px;
    }

    .superco-landing-page .share-your-details {
        font-size: 18px;
        line-height: 26px;
    }

    .superco-landing-page .form-row {
        flex-direction: column;
        gap: 16px;
    }

    .superco-landing-page .form-group label {
        font-size: 13px;
    }

    .superco-landing-page .form-group input,
    .superco-landing-page .form-group textarea {
        padding: 12px 14px;
        font-size: 15px;
    }

    .superco-landing-page .submit-btn {
        width: 100%;
        padding: 14px 30px;
        font-size: 16px;
    }
}

/* Mobile (max-width: 480px) */
@media screen and (max-width: 480px) {

    /* Header */
    .superco-landing-page .frame {
        width: calc(100% - 24px);
        left: 12px;
        right: 12px;
        top: 12px;
    }

    .superco-landing-page .img {
        width: 120px;
    }

    .superco-landing-page .div-wrapper {
        width: 110px;
        height: 40px;
        padding: 10px 16px;
    }

    .superco-landing-page .text-wrapper {
        font-size: 12px;
    }

    /* Hero Section */
    .superco-landing-page .div {
        margin: 70px 10px 0 10px;
        height: 380px;
        border-radius: 12px;
    }

    .superco-landing-page .rectangle {
        height: 70px;
    }

    .superco-landing-page .frame-4 {
        gap: 12px;
    }

    .superco-landing-page .it-s-time-to-find {
        font-size: 36px;
        line-height: 38px;
    }

    .superco-landing-page .span {
        letter-spacing: -0.5px;
        line-height: 36px;
    }

    .superco-landing-page .text-wrapper-2 {
        line-height: 38px;
    }

    .superco-landing-page .frame-5 {
        padding: 8px 20px;
    }

    .superco-landing-page .p {
        font-size: 14px;
        line-height: 20px;
    }

    .superco-landing-page .it-s-designed-for {
        font-size: 14px;
        line-height: 20px;
        max-width: 280px;
    }

    /* Decorative curves - Show only right doodle on Mobile, extending into header */
    .superco-landing-page .frame-2 {
        display: none;
    }

    .superco-landing-page .frame-3 {
        display: block;
        top: -40px;
        height: calc(100% + 40px);
        max-width: 55%;
        opacity: 0.5;
        right: -8%;
    }

    /* Watermark */
    .superco-landing-page .group {
        margin-top: -20px;
    }

    /* Connect Section */
    .superco-landing-page .connect-section {
        padding: 0 16px 40px 16px;
        margin-top: -60px;
    }

    .superco-landing-page .connect-top {
        gap: 24px;
    }

    .superco-landing-page .let-s-connect {
        font-size: 32px;
        line-height: 36px;
    }

    .superco-landing-page .connect-benefits {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }

    .superco-landing-page .benefit-item span {
        font-size: 13px;
    }

    .superco-landing-page .frame-wrapper {
        padding: 24px 20px;
        border-radius: 16px;
    }

    .superco-landing-page .share-your-details {
        font-size: 16px;
        line-height: 24px;
    }

    .superco-landing-page .contact-form {
        gap: 16px;
    }

    .superco-landing-page .form-group input,
    .superco-landing-page .form-group textarea {
        padding: 12px;
        font-size: 14px;
        border-radius: 6px;
    }

    .superco-landing-page .submit-btn {
        padding: 12px 24px;
        font-size: 15px;
        border-radius: 100px;
    }

    /* Footer - Mobile */
    .superco-landing-page .group-wrapper {
        height: auto;
        min-height: auto;
        padding: 30px 16px;
    }

    .superco-landing-page .group-2 {
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }

    /* Hide doodles on mobile - hero and footer */
    .superco-landing-page .frame-2,
    .superco-landing-page .frame-3,
    .superco-landing-page .frame-15,
    .superco-landing-page .vector {
        display: none;
    }

    .superco-landing-page .frame-16 {
        position: relative;
        width: 100%;
        left: auto;
        top: auto;
        gap: 12px;
    }

    .superco-landing-page .frame-17 {
        width: 180px;
        height: auto;
    }

    .superco-landing-page .text-wrapper-11 {
        width: 100%;
        font-size: 14px;
        line-height: 20px;
        padding: 0 10px;
    }

    .superco-landing-page .frame-18 {
        position: relative;
        width: 100%;
        left: auto;
        top: auto;
        gap: 8px;
    }

    .superco-landing-page .phone-link {
        gap: 8px;
    }

    .superco-landing-page .phone-icon {
        width: 20px;
        height: 20px;
    }

    .superco-landing-page .text-wrapper-13 {
        font-size: 18px;
        line-height: 22px;
    }

    .superco-landing-page .qr-section {
        position: relative;
        top: auto;
        left: auto;
        gap: 6px;
    }

    .superco-landing-page .qr-code {
        width: 80px;
        height: 80px;
        padding: 5px;
    }

    .superco-landing-page .qr-text {
        font-size: 11px;
    }
}