body {
    padding-top: 80px;
}

.ysee-nav-links a:hover,
.ysee-dropdown:hover .ysee-dropbtn {
    color: #FF6B6B;
}


.ysee-dropdown {
    position: relative;
    display: inline-block;
}

.ysee-dropdown-content {
    display: none;
    position: absolute;
    background-color: #FFFFFF;
    min-width: 260px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    z-index: 1001;
    top: 60px;
    left: 0;
    padding: 10px 0;
    border: 1px solid #FFE5D9;
}

@media (max-width: 900px) {
    .ysee-nav-links {
        display: none;
    }
}

.ysee-hero-revisited {
    background: linear-gradient(180deg, #FFFFFF 0%, #FFE5D9 100%);
    padding: 80px 30px;
    overflow: hidden;
}

.ysee-hero-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 60px;
    align-items: center;
}

.ysee-hero-content {
    max-width: 650px;
    text-align: left;
}

.ysee-hero-tagline {
    color: #FF6B6B;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 14px;
    margin-bottom: 15px;
    display: block;
}

.ysee-hero-title {
    font-size: 54px;
    font-weight: 800;
    color: #2D2D2A !important;
    line-height: 1.1;
    margin-bottom: 25px;
    letter-spacing: -1px;
}

.ysee-hero-highlight {
    color: #FF6B6B;
}

.ysee-hero-description {
    font-size: 18px;
    line-height: 1.6;
    color: #4A4A48;
    margin-bottom: 40px;
}

.ysee-cta-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
}

.ysee-b2c-action {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
}

.ysee-hero-btn {
    padding: 18px 35px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 50px;
    transition: all 0.2s ease;
    text-align: center;
    display: inline-block;
    text-decoration: none;
}

.ysee-btn-primary {
    background-color: #FF6B6B;
    color: white !important;
    box-shadow: 0 4px 15px rgba(255, 107, 107, 0.2);
}

.ysee-btn-secondary {
    background-color: #000000 !important;
    color: white !important;
    font-size: 14px;
    padding: 14px 28px;
    border: none;
    box-shadow: none !important;
}

.ysee-hero-subtext {
    font-size: 13px;
    color: #6B7280;
    font-weight: 500;
    margin-left: 15px;
}

.ysee-hero-reassurance {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    font-size: 14px;
    color: #666;
}

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

.ysee-image-frame {
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 20px 20px 0px rgba(255, 107, 107, 0.1);
}

.ysee-hero-img {
    width: 100%;
    height: auto;
    display: block;
}

.ysee-floating-proof {
    position: absolute;
    top: 20px;
    right: -20px;
    background: white;
    padding: 12px 18px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-left: 4px solid #FF6B6B;
}

@media (max-width: 1024px) {
    .ysee-hero-container {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .ysee-hero-content {
        margin: 0 auto;
        text-align: center;
    }

    .ysee-cta-wrapper,
    .ysee-b2c-action {
        align-items: center;
    }

    .ysee-hero-subtext {
        margin-left: 0;
    }

    .ysee-hero-reassurance {
        justify-content: center;
    }

    .ysee-hero-title {
        font-size: 40px;
        color: 000000 !important;
    }
}

@media (max-width: 600px) {
    .ysee-hero-revisited {
        padding: 50px 20px;
    }

    .ysee-hero-title {
        font-size: 32px !important;
        letter-spacing: -0.5px;
    }

    .ysee-hero-description {
        font-size: 16px;
    }

    .ysee-hero-visual {
        display: none;
    }
}

@media (max-width: 480px) {
    .ysee-hero-title {
        font-size: 28px !important;
    }

    .ysee-hero-btn {
        width: 100%;
        text-align: center;
    }
}

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800&display=swap');

.ysee-trust-section * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.ysee-trust-section {
    font-family: 'Inter', sans-serif;
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 20px;
    background: linear-gradient(180deg, #FFFFFF 0%, #FFE5D9 100%);
    border-top: 1px solid #F0F0F0;
    border-bottom: 1px solid #F0F0F0;
}

.ysee-trust-header {
    text-align: center;
    margin-bottom: 40px;
}

.ysee-trust-title {
    color: #C44536;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    display: inline-block;
}

.ysee-trust-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
    align-items: flex-start;
}

.ysee-trust-item {
    flex: 1;
    min-width: 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: transform 0.3s ease;
}

.ysee-trust-item:hover {
    transform: translateY(-3px);
}

.ysee-trust-icon {

    height: 40px;
    width: auto;
    margin-bottom: 15px;

    filter: grayscale(100%);
    opacity: 0.7;
    transition: filter 0.3s ease, opacity 0.3s ease;
    display: block;
}

.ysee-icon-stripe {
    height: 32px;
    margin-top: 4px;
}

.ysee-trust-item:hover .ysee-trust-icon {

    filter: grayscale(0%);
    opacity: 1;
}

.ysee-trust-name {
    font-size: 15px;
    font-weight: 700;
    color: #2D2D2A;
    margin-bottom: 5px;
}

.ysee-trust-desc {
    font-size: 13px;
    color: #888;
    line-height: 1.4;
    max-width: 200px;
}

@media (max-width: 900px) {
    .ysee-trust-grid {
        justify-content: center;
    }

    .ysee-trust-item {
        min-width: 45%;
        margin-bottom: 20px;
    }
}

@media (max-width: 600px) {
    .ysee-trust-item {
        min-width: 100%;
        margin-bottom: 30px;
        padding-bottom: 20px;
        border-bottom: 1px dashed #EEE;
    }

    .ysee-trust-item:last-child {
        border-bottom: none;
    }
}

.ysee-about-section * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.ysee-about-section {
    font-family: 'Inter', sans-serif;
    max-width: 1200px;
    margin: 0 auto;
    padding: 100px 20px;
    background: linear-gradient(180deg, #FFE5D9 0%, #FFFFFF 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.ysee-about-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.ysee-about-visual {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ysee-blob {
    position: absolute;
    width: 400px;
    height: 400px;
    background-color: #FFE5D9;
    border-radius: 50%;
    z-index: 0;
    opacity: 0.6;
    filter: blur(40px);
}

.ysee-logo-large {
    position: relative;
    z-index: 1;
    max-width: 100%;
    width: 350px;
    height: auto;
    transform: rotate(-5deg);
    transition: transform 0.5s ease;
}

.ysee-about-visual:hover .ysee-logo-large {
    transform: rotate(0deg) scale(1.05);
}

.ysee-about-content {
    z-index: 1;
}

.ysee-about-eyebrow {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: 700;
    color: #C44536;
    margin-bottom: 10px;
    display: block;
}

.ysee-about-title {
    color: #FF6B6B;
    font-size: 48px;
    font-weight: 800;
    line-height: 1.1em;
    margin-bottom: 30px;
}

.ysee-about-text {
    color: #2D2D2A;
    font-size: 18px;
    line-height: 1.7em;
    margin-bottom: 20px;
}

.ysee-about-text strong {
    color: #C44536;
    font-weight: 600;
}

.ysee-cta-button {

    background-color: #F47C6E;
    color: #FFFFFF !important;
    border: none;
    border-radius: 50px;


    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
    text-decoration: none;


    padding: 16px 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;


    box-shadow: 0 4px 6px rgba(244, 124, 110, 0.3);
    transition: all 0.3s ease;
    cursor: pointer;


    width: 100%;
    max-width: 400px;
    box-sizing: border-box;
}

@media (max-width: 900px) {
    .ysee-about-container {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 40px;
    }

    .ysee-about-visual {
        order: -1;
        margin-bottom: 20px;
    }

    .ysee-blob {
        width: 300px;
        height: 300px;
    }

    .ysee-logo-large {
        width: 250px;
    }

    .ysee-about-title {
        font-size: 36px;
    }
}

.ysee-hero-cta-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 40px auto;
    width: 100%;
}

.ysee-hero-btn {
    background-color: #FF6B6B;
    color: white !important;
    padding: 18px 36px;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 50px;


    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 107, 107, 0.4);
    position: relative;
    z-index: 1;


    animation: pulse-red 2s infinite;
}

.ysee-hero-btn:hover {
    background-color: #ff5252;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(255, 107, 107, 0.6);
}

.ysee-hero-subtext {
    margin-top: 12px;
    font-size: 13px;
    color: #4B5563;
    font-weight: 500;
    letter-spacing: 0.3px;
    opacity: 0.9;
}

@keyframes pulse-red {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 107, 107, 0.7);
    }

    70% {
        box-shadow: 0 0 0 12px rgba(255, 107, 107, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 107, 107, 0);
    }
}

@media (max-width: 600px) {
    .ysee-hero-btn {
        font-size: 16px;
        padding: 16px 24px;
        width: 100%;
        text-align: center;
    }
}

.ysee-steps-section,
.ysee-steps-section * {
    box-sizing: border-box;
}

.ysee-steps-section {

    font-family: 'Inter', sans-serif !important;
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 20px;
}

.ysee-header {
    text-align: center;
    margin-bottom: 70px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.ysee-title {
    font-family: 'Inter', sans-serif !important;
    color: #FF6B6B;

    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 24px;
    margin-top: 0;
}

.ysee-subtitle {
    font-family: 'Inter', sans-serif !important;
    color: #C44536;
    font-size: 20px;
    line-height: 1.5em;
    font-weight: 400;
    margin: 0;
}

.ysee-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    position: relative;
}

.ysee-card {
    background: #FFF8F0;
    border-radius: 16px;
    padding: 40px 24px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid transparent;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ysee-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(255, 107, 107, 0.15);
    border-color: #FFE5D9;
}

.ysee-icon-wrapper {
    width: 80px;
    height: 80px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    color: #FF6B6B;
}

.ysee-icon-wrapper svg {
    width: 40px;
    height: 40px;
    stroke-width: 2;
}

.ysee-step-number {
    display: inline-block;
    font-family: 'Inter', sans-serif !important;
    background-color: #FFE5D9;
    color: #C44536;
    font-size: 14px;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 30px;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.ysee-card-title {
    font-family: 'Inter', sans-serif !important;
    color: #2D2D2A !important;

    font-weight: 600;
    line-height: 1.1em;
    margin-bottom: 20px;
    margin-top: 0;
}

.ysee-card-text {
    font-family: 'Inter', sans-serif !important;

    font-weight: 400;
    line-height: 1.5em;
    margin: 0;
}

.ysee-grid::before {
    content: '';
    position: absolute;
    top: 80px;
    left: 12%;
    right: 12%;
    height: 2px;
    border-top: 2px dashed #FFE5D9;
    z-index: 0;
    display: block;
}


.ysee-card {
    z-index: 1;
    position: relative;
}

@media (max-width: 1100px) {
    .ysee-title {
        font-size: 50px;
    }

    .ysee-card-title {
        font-size: 28px;
    }
}

@media (max-width: 900px) {
    .ysee-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .ysee-grid::before {
        display: none;
    }

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

@media (max-width: 600px) {
    .ysee-grid {
        grid-template-columns: 1fr;
    }

    .ysee-title {
        font-size: 36px;
    }

    .ysee-card-title {
        font-size: 26px;
    }
}

.ysee-report-section * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.ysee-report-section {
    font-family: 'Inter', sans-serif;

    max-width: 1300px;
    margin: 0 auto;
    padding: 100px 20px;
}

.ysee-report-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.ysee-report-content {
    max-width: 550px;
}

.ysee-report-label {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #C44536;
    margin-bottom: 15px;
    display: block;
}

.ysee-report-title {
    color: #2D2D2A;
    font-size: 42px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 25px;
}

.ysee-report-desc {
    color: #4A4A48;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 35px;
}

.ysee-report-list {
    list-style: none;
    margin-bottom: 40px;
}

.ysee-report-item {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    align-items: flex-start;
}

.ysee-report-icon {
    background-color: #FFF8F0;
    color: #FF6B6B;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-shrink: 0;
    margin-top: 2px;
}

.ysee-report-item-text strong {
    display: block;
    color: #2D2D2A;
    font-size: 16px;
    margin-bottom: 4px;
}

.ysee-report-item-text span {
    color: #666;
    font-size: 14px;
    line-height: 1.4;
}

.ysee-report-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-color: #FFFFFF;
    color: #FF6B6B;
    border: 2px solid #FF6B6B;
    padding: 14px 28px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    transition: all 0.3s ease;
}

.ysee-report-cta:hover {
    background-color: #FFF0EB;
    transform: translateY(-2px);
}

.ysee-report-cta svg {
    width: 20px;
    height: 20px;
    stroke-width: 2.5;
}

.ysee-report-visual {
    position: relative;

    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.ysee-doc-card {
    width: 100%;
    max-width: 500px;
    aspect-ratio: 210/297;
    background-color: #fff;
    border: 1px solid #EEE;
    border-radius: 12px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2;


}

.ysee-doc-card:hover {
    transform: translateY(-5px) scale(1.01);
}

.ysee-doc-inner {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    background: #fff;
}

.ysee-doc-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    display: block;
}

.ysee-doc-card::before {
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    right: -15px;
    bottom: -15px;
    background-color: #FFF;
    border: 1px solid #EEE;
    border-radius: 12px;
    z-index: -1;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.ysee-doc-card::after {
    content: '';
    position: absolute;
    top: 30px;
    left: 30px;
    right: -30px;
    bottom: -30px;
    background-color: #FFF8F0;
    border: 1px solid #FFE5D9;
    border-radius: 12px;
    z-index: -2;
}


.ysee-doc-badge {
    position: absolute;
    top: 30px;
    right: -20px;
    background: #FF6B6B;
    color: white;
    padding: 10px 25px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 700;
    box-shadow: 0 5px 15px rgba(255, 107, 107, 0.3);
    z-index: 10;
    transform: rotate(10deg);
    white-space: nowrap;
}

@media (max-width: 1024px) {
    .ysee-report-container {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 60px;
    }

    .ysee-report-content {
        max-width: 100%;
        margin: 0 auto;
    }

    .ysee-report-item {
        justify-content: flex-start;
        text-align: left;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }

    .ysee-report-list {
        display: inline-block;
        text-align: left;
        width: 100%;
    }

    .ysee-doc-card {
        max-width: 450px;
        margin: 0 auto;
    }

    .ysee-doc-badge {
        right: -10px;
        top: 20px;
    }
}

@media (max-width: 500px) {
    .ysee-doc-card {
        max-width: 100%;
    }


    .ysee-doc-card::after {
        right: -10px;
        bottom: -10px;
    }

    .ysee-doc-card::before {
        right: -5px;
        bottom: -5px;
    }
}

.ysee-human-section * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;

}

.ysee-human-section {
    font-family: 'Inter', sans-serif !important;
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 20px;
}

.ysee-human-header {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 60px auto;
}

.ysee-human-title {
    font-family: 'Inter', sans-serif !important;
    color: #FF6B6B;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 24px;
}

.ysee-human-subtitle {
    font-family: 'Inter', sans-serif !important;
    color: #C44536;
    font-size: 20px;
    line-height: 1.6em;
    font-weight: 400;
}

.ysee-human-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.ysee-human-card {
    flex: 1;
    min-width: 300px;
    background: #FFF8F0;
    padding: 40px 30px;
    border-radius: 16px;
    border: 1px solid #FFE5D9;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ysee-human-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(255, 107, 107, 0.1);
    border-color: #FF6B6B;
}

.ysee-human-icon {
    font-size: 48px;
    margin-bottom: 20px;
    display: inline-block;

}

.ysee-human-card-title {
    font-family: 'Inter', sans-serif !important;
    color: #C44536;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3em;
    margin-bottom: 16px;
}

.ysee-human-text {
    font-family: 'Inter', sans-serif !important;
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6em;
}

@media (max-width: 768px) {
    .ysee-human-title {
        font-size: 36px;
    }

    .ysee-human-subtitle {
        font-size: 18px;
    }

    .ysee-human-card {
        min-width: 100%;
    }
}

.ysee-testimonials-section * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.ysee-testimonials-section {
    font-family: 'Inter', sans-serif;
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 20px;
}

.ysee-testi-header {
    text-align: center;
    margin-bottom: 60px;
}

.ysee-testi-title {
    color: #FF6B6B;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 10px;
}

.ysee-testi-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.ysee-testi-card {
    background: #fff;
    border-radius: 16px;
    padding: 35px 25px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    border: 1px solid #FFE5D9;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease;
}

.ysee-testi-card:hover {
    transform: translateY(-5px);
    border-color: #FF6B6B;
}

.ysee-stars {
    color: #F59E0B;
    font-size: 18px;
    margin-bottom: 15px;
}

.ysee-quote-title {
    color: #C44536;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 15px;
    min-height: 56px;
}

.ysee-quote-text {
    color: #4A4A48;
    font-size: 15px;
    line-height: 1.6em;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 25px;
    flex-grow: 1;
}

.ysee-author {
    border-top: 1px solid #FFE5D9;
    padding-top: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.ysee-avatar {
    width: 50px;
    height: 50px;
    background-color: #FFE5D9;
    color: #C44536;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
    flex-shrink: 0;
}

.ysee-author-info h4 {
    color: #2D2D2A;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 4px;
}

.ysee-author-info p {
    color: #666;
    font-size: 13px;
    line-height: 1.4em;
}

@media (max-width: 900px) {
    .ysee-testi-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .ysee-testi-grid {
        grid-template-columns: 1fr;
    }

    .ysee-testi-title {
        font-size: 36px;
    }

    .ysee-quote-title {
        min-height: auto;
    }
}

.ysee-pricing-section {
    font-family: 'Inter', sans-serif;
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
}

.ysee-pricing-header {
    text-align: center;
    margin-bottom: 50px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.ysee-header-title {
    font-size: 36px;
    font-weight: 800;
    color: #1F2937;
    margin-bottom: 10px;
    line-height: 1.2;
}

.ysee-header-subtitle {
    font-size: 16px;
    color: #6B7280;
    line-height: 1.5;
    font-weight: 400;
}

.ysee-pricing-grid {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    align-items: stretch;
}

.ysee-price-card {
    background: #fff;
    border-radius: 16px;
    padding: 30px;
    flex: 1;
    min-width: 300px;
    max-width: 420px;
    border: 1px solid #E5E7EB;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: transform 0.3s ease;
}
.ysee-price-card.ysee-card-featured {
    background: linear-gradient(145deg, #FF5F5F 0%, #FF8C42 100%) !important;
    border: none !important;
}

.ysee-card-popular {
    border: 2px solid #FF6B6B;
    box-shadow: 0 10px 40px rgba(255, 107, 107, 0.15);
    z-index: 2;
    transform: scale(1.02);
}

.ysee-card-popular:hover {
    transform: scale(1.02) translateY(-5px);
}

.ysee-popular-badge {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #FF6B6B;
    color: white;
    padding: 6px 20px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.ysee-plan-name {
    font-size: 24px;
    font-weight: 800;
    color: #1F2937;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.ysee-plan-subtitle {
    font-size: 15px;
    color: #6B7280;
    margin-bottom: 20px;
    min-height: 40px;
}

.ysee-plan-price {
    font-size: 48px;
    font-weight: 800;
    color: #FF6B6B;
    margin-bottom: 10px;
    display: flex;
    align-items: baseline;
}

.ysee-plan-price span {
    font-size: 16px;
    font-weight: 500;
    color: #6B7280;
    margin-left: 5px;
}

.ysee-plan-cta {
    display: block;
    width: 100%;
    padding: 16px;
    background-color: #FF6B6B;
    color: white !important;
    text-align: center;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 700;
    font-size: 16px;
    transition: all 0.3s ease;
    margin-bottom: 10px;
}

.ysee-plan-cta:hover {
    background-color: #E63946;
    transform: translateY(-2px);
}

.ysee-btn-outline {
    background-color: #FFF5F2 !important;
    border: 2px solid #FF6B6B !important;
    color: #FF6B6B !important;
}

.ysee-btn-outline:hover {
    background-color: #FF6B6B !important;
    color: white !important;
    box-shadow: 0 4px 12px rgba(255, 107, 107, 0.2);
}

.ysee-klarna-widget {
    font-size: 13px;
    color: #6B7280;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.ysee-features-list {
    list-style: none;
    padding: 0;
    margin: 0;
    flex-grow: 1;
}

.ysee-feature-item {
    margin-bottom: 14px;
    font-size: 14px;
    color: #374151;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    line-height: 1.4;
}

.ysee-feature-icon {
    color: #10B981;
    font-weight: bold;
    flex-shrink: 0;
    margin-top: 2px;
}

.ysee-icon-plus {
    color: #FF6B6B;
    font-weight: 900;
    font-size: 16px;
}

.ysee-sub-text {
    display: block;
    color: #666;
    font-size: 13px;
    margin-top: 2px;
}

.ysee-example-link {
    font-size: 12px;
    color: #FF6B6B;
    text-decoration: underline;
    cursor: pointer;
}

.ysee-guarantee {
    margin-top: 20px;
    font-size: 12px;
    color: #9CA3AF;
    text-align: center;
    border-top: 1px solid #F3F4F6;
    padding-top: 15px;
}

.ysee-pricing-grid {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    align-items: stretch;
}

.ysee-price-card {
    max-width: 360px;
}

@media (max-width: 1024px) {
    .ysee-price-card {
        max-width: 100%;
        flex: 1 1 300px;
    }

    .ysee-card-popular {
        transform: scale(1);
    }
}

.ysee-solidarity-block {
    margin-top: 40px;
    background-color: #F9FAFB;
    border: 1px dashed #D1D5DB;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.ysee-solidarity-title {
    font-size: 16px;
    font-weight: 700;
    color: #374151;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.ysee-solidarity-text {
    font-size: 14px;
    color: #6B7280;
    line-height: 1.5;
}

.ysee-solidarity-link {
    color: #FF6B6B;
    font-weight: 600;
    text-decoration: underline;
    cursor: pointer;
}

.ysee-solidarity-icon {
    font-size: 18px;
}

@media (max-width: 768px) {
    .ysee-card-popular {
        transform: scale(1);
    }

    .ysee-pricing-grid {
        flex-direction: column;
        align-items: center;
    }

    .ysee-price-card {
        width: 100%;
    }

    .ysee-header-title {
        font-size: 28px;
    }
}

.ysee-founder-section * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.ysee-founder-section {
    font-family: 'Inter', sans-serif;
    max-width: 1000px;
    margin: 0 auto;
    padding: 80px 20px;
}

.ysee-founder-container {
    display: flex;
    align-items: center;
    gap: 60px;
    background-color: #FFFFFF;
    padding: 50px;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
    border: 1px solid #FFE5D9;
}

.ysee-founder-image-wrapper {
    flex: 0 0 300px;
    position: relative;
}

.ysee-founder-photo {
    width: 100%;
    height: auto;
    border-radius: 12px;

    box-shadow: 12px 12px 0px #FF6B6B;
    object-fit: cover;
}

.ysee-founder-content {
    flex: 1;
}

.ysee-founder-title {
    color: #2D2D2A;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 1.2;
}

.ysee-founder-text {
    color: #4A4A48;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;


}

.ysee-founder-highlight {
    color: #C44536;
    font-weight: 600;
    background-color: #FFF0EB;
    padding: 2px 5px;
    border-radius: 4px;
}

.ysee-founder-quote-mark {
    color: #FF6B6B;
    font-size: 60px;
    font-family: serif;
    line-height: 0;
    margin-right: 10px;
    vertical-align: -20px;
    opacity: 0.3;
    float: left;
}

.ysee-founder-signature {
    margin-top: 30px;
    border-left: 3px solid #FF6B6B;
    padding-left: 15px;
}

.ysee-founder-name {
    color: #2D2D2A;
    font-weight: 700;
    font-size: 18px;
}

.ysee-founder-role {
    color: #888;
    font-size: 14px;
    margin-top: 2px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.ysee-founder-contact {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px dashed #EEE;
    font-size: 14px;
    color: #666;
}

.ysee-founder-email {
    color: #FF6B6B;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.3s;
}

.ysee-founder-email:hover {
    border-color: #FF6B6B;
}

@media (max-width: 850px) {
    .ysee-founder-container {
        flex-direction: column;
        padding: 30px;
        text-align: center;
    }

    .ysee-founder-image-wrapper {
        flex: 0 0 auto;
        width: 200px;
        margin-bottom: 20px;
    }

    .ysee-founder-photo {
        box-shadow: 8px 8px 0px #FF6B6B;
    }

    .ysee-founder-signature {
        border-left: none;
        padding-left: 0;
        border-top: 3px solid #FF6B6B;
        padding-top: 15px;
        display: inline-block;
    }

    .ysee-founder-quote-mark {
        float: none;
        display: block;
        margin: 0 auto 10px auto;
    }
}

.ysee-faq-section * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.ysee-faq-section {
    font-family: 'Inter', sans-serif;
    max-width: 900px;
    margin: 0 auto;
    padding: 80px 20px;
}

.ysee-faq-header {
    text-align: center;
    margin-bottom: 50px;
}

.ysee-faq-title {
    color: #2D2D2A;
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 15px;
}

.ysee-faq-subtitle {
    color: #4A4A48;
    font-size: 18px;
    line-height: 1.5;
}

.ysee-faq-link {
    color: #FF6B6B;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px solid transparent;
    transition: border-color 0.3s;
}

.ysee-faq-link:hover {
    border-color: #FF6B6B;
}

.ysee-accordion {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.ysee-faq-item {
    border: 1px solid #EEE;
    border-radius: 8px;
    background: #FAFAFA;
    transition: all 0.3s ease;
}

.ysee-faq-item:hover {
    border-color: #FFE5D9;
    background: #FFF;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
}

.ysee-faq-question {
    list-style: none;
    padding: 20px 25px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    font-size: 18px;
    color: #2D2D2A;
}

.ysee-faq-question::-webkit-details-marker {
    display: none;
}

.ysee-faq-icon {
    color: #FF6B6B;
    font-size: 24px;
    font-weight: 300;
    transition: transform 0.3s ease;
    line-height: 1;
    margin-left: 15px;
}

.ysee-faq-answer {
    padding: 0 25px 25px 25px;
    color: #4A4A48;
    font-size: 16px;
    line-height: 1.6;
    display: none;
}


details[open] .ysee-faq-answer {
    display: block;
    animation: fadeIn 0.4s ease-out;
}

details[open] .ysee-faq-icon {
    transform: rotate(45deg);
}

details[open] .ysee-faq-item {
    background: #FFFFFF;
    border-color: #FF6B6B;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.ysee-faq-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
    font-size: 14px;
}

.ysee-faq-table th {
    text-align: left;
    background-color: #FFE5D9;
    padding: 10px;
    color: #C44536;
}

.ysee-faq-table td {
    border-bottom: 1px solid #EEE;
    padding: 10px;
}

.ysee-faq-answer ul {
    padding-left: 20px;
    margin: 10px 0;
}

.ysee-faq-answer li {
    margin-bottom: 5px;
}

@media (max-width: 600px) {
    .ysee-faq-title {
        font-size: 32px;
    }

    .ysee-faq-question {
        font-size: 16px;
        padding: 15px 20px;
    }

    .ysee-faq-answer {
        padding: 0 20px 20px 20px;
        font-size: 15px;
    }
}

/* ── CTA BUTTONS : no overflow on mobile ── */
@media (max-width: 768px) {

    /* Les wrappers en flex-column avec align-items:center créent un
       shrink-to-content qui fait que width:100% sur les boutons
       ne se résout pas correctement → forcer stretch */
    .ysee-cta-wrapper {
        width: 100%;
        align-items: stretch;
    }

    .ysee-b2c-action {
        width: 100%;
        align-items: stretch;
    }

    .ysee-hero-btn {
        display: block !important;
        width: 100% !important;
        box-sizing: border-box !important;
        text-align: center !important;
        padding: 16px 20px !important;
        font-size: 16px !important;
        white-space: normal !important;
    }

    .ysee-hero-content {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    .ysee-hero-reassurance {
        font-size: 13px;
    }
}

/* ── HUMAN SECTION : stacking on mobile ── */
@media (max-width: 768px) {
    .ysee-human-grid {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 16px !important;
    }

    .ysee-human-card {
        min-width: 0 !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }
}

/* ── PRICING GRID (home Plans section) : no overflow on mobile ── */
@media (max-width: 768px) {
    .ysee-pricing-grid {
        flex-direction: column !important;
        align-items: stretch !important;
        padding: 0 16px !important;
        box-sizing: border-box !important;
        width: 100% !important;
    }

    .ysee-price-card {
        min-width: 0 !important;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }
}