﻿@import url('https://fonts.googleapis.com/css2?family=Google+Sans:wght@400;700&display=swap');

*, body {
    margin: 0;
    padding: 0
}

h1, h2, h3, h4 {
    margin-top: 20px
}

.navbar {
    position: sticky;
    width: 100%;
    background-color: #ffffff;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.navbar-content {
    display: flex;
    align-items: center;
    padding: 16px 32px;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.nav-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 40px;
    align-items: center;
}

.nav-buttons-container {
    margin-left: auto;
    display: flex;
    gap: 16px;
    align-items: center;
}

.nav-buttons {
    display: flex;
    gap: 16px;
    align-items: center;
}

li a {
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    padding: 8px 0;
    position: relative;
}

    li a img {
        width: 30px;
        height: 30px;
        margin-right: 8px;
        opacity: 0.8;
        transition: opacity 0.3s ease;
    }

.nav-links li a {
    font-size: 1.1rem;
    font-weight: 500;
    color: #1A1F28;
    text-decoration: none;
    letter-spacing: -0.01em;
    position: relative;
    padding: 12px 0;
}

    .nav-links li a::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 2px;
        background-color: #0b57d0;
        transition: width 0.3s ease;
    }

    .nav-links li a:hover {
        color: #1A1F28;
        text-decoration: none;
    }

        .nav-links li a:hover::after {
            width: 100%;
        }

        .nav-links li a:hover img {
            opacity: 1;
            transform: translateY(-1px);
        }

/* Button styles for professional appearance */
.nav-buttons a,
.nav-buttons button {
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 1rem;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
}

.nav-buttons .btn-primary {
    background-color: #0b57d0;
    color: white;
    box-shadow: 0 2px 4px rgba(79, 70, 229, 0.2);
}

    .nav-buttons .btn-primary:hover {
        transform: translateY(-1px);
        box-shadow: 0 4px 8px rgba(79, 70, 229, 0.3);
    }

.nav-buttons .btn-secondary {
    background: #f8fafc;
    color: #475569;
    border: 1px solid #e2e8f0;
}

    .nav-buttons .btn-secondary:hover {
        background: #f1f5f9;
        border-color: #cbd5e1;
    }

/* Responsive design */
@media (max-width: 768px) {
    .dwbutton {
        font-size: 16px;
        padding: 14px 20px;
    }

        .dwbutton .icon {
            width: 2.2em;
            height: 2.2em;
        }

    .navbar-content {
        padding: 12px 20px;
    }

    .nav-links {
        gap: 24px;
    }

        .nav-links li a {
            font-size: 1rem;
        }

    .nav-buttons a,
    .nav-buttons button {
        padding: 8px 16px;
        font-size: 0.9rem;
    }
}

@media (min-width: 1200px) {
    .dwbutton {
        font-size: 20px;
        padding: 18px 28px;
    }

        .dwbutton .icon {
            width: 2.8em;
            height: 2.8em;
        }
}


.video-element {
    margin-top: 50px !important;
    width: 70%;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.btn-primary {
    background-color: #0b57d0;
    padding: 8px 16px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    transition: background-color 0.3s;
    white-space: nowrap;
    font-size: 17px;
    color: #fff;
    text-decoration: none;
}

    .btn-primary:hover {
        background-color: #0947ab;
    }

.btn-buy {
    background-color: #34a853;
    padding: 8px 16px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    transition: background-color 0.3s;
    white-space: nowrap;
    font-size: 1rem;
    color: #fff;
    text-decoration: none;
}

    .btn-buy:hover {
        background-color: #2c8c43;
    }

.footer, .manskubu {
    text-align: center
}

* {
    box-sizing: border-box
}

body {
    font-family: 'Google Sans', Arial, sans-serif;
    background-color: #fff;
    color: #000;
    line-height: 1.6
}

h1 {
    margin-bottom: 20px
}

h2, h3, h4{
    margin-bottom: 15px
}

ul {
    margin: 10px 0 10px 20px
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto
}

.menu-toggle {
    display: none;
    background: 0 0;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #1A1F28;
}

 .section {
    display: none;
    padding: 20px
}

    .section.active {
        display: block
    } 

.manskubu {
    padding: 60px 20px;
    color: #000
}

    .manskubu .subtitle {
        font-size: .9rem;
        letter-spacing: 2px;
        color: #bbb;
        margin-bottom: 10px;
        text-transform: uppercase
    }

    .manskubu .manskubu-title {
        font-size: 3rem;
        font-weight: 700;
        margin-bottom: 20px;
        line-height: 1.2
    }

    .manskubu .description {
        color: rgb(55, 65, 81);
        font-size: 1.2rem;
        color: #403d3d;
        margin-bottom: 30px
    }

.manskubu-buttons a {
    font-size: 1rem;
    padding: 10px 20px;
    border-radius: 20px;
    margin: 0 10px;
    font-weight: 700;
    display: inline-block
}

.manskubu-buttons .btn-primary {
    background-color: #1e90ff;
    color: #147ad6
}

    .manskubu-buttons .btn-primary:hover {
        background-color: #147ad6
    }

.btn-primary .icon {
    vertical-align: middle
}

.footer {
    padding: 20px;
    background-color: #0b57d0;
    color: #fff
}

    .footer p {
        margin: 0;
        font-size: .9rem
    }

.contact-info {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 10px
}

.content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px
}

.manskubu .screenshot-section {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

.manskubu .screenshot-container {
    display: flex;
    gap: 16px;
    align-items: center
}

.screenshot-section:first-child {
    flex: 2
}

.screenshot {
    position: center;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    object-fit: contain;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.dwcontainer {
    text-align: center;
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    width: 90%;
    max-width: 600px;
    margin: 0 auto;
    overflow: hidden;
}

.dwbutton {
    background-color: #34a853;
    color: white;
    border: 1px solid white;
    text-decoration: none;
    font-size: 21px;
    font-weight: bold;
    padding: 16px 24px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
    margin-top: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    gap: 12px;
}

    .dwbutton::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
        transition: left 0.5s ease;
    }

    .dwbutton:hover::before {
        left: 100%;
    }

    .dwbutton .icon {
        width: 2.5em;
        height: 2.5em;
        flex-shrink: 0;
        transition: transform 0.3s ease;
        filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
    }

    .dwbutton:hover {
        background-color: #2c8c43;
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
        transform: translateY(-2px);
    }

        .dwbutton:hover .icon {
            transform: scale(1.1) rotate(5deg);
        }

    .dwbutton:active {
        transform: translateY(0);
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

    .dwbutton:focus {
        outline: none;
        box-shadow: 0 0 0 3px rgba(52, 168, 83, 0.3);
    }

        .dwbutton:focus:not(:focus-visible) {
            box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
        }


.reviews-section {
    text-align: center;
    font-family: 'Google Sans', Arial, sans-serif;
    padding: 20px;
}

.reviews-carousel {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 20px 0;
}

.reviews-btn {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    cursor: pointer;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.reviews-wrapper {
    overflow: hidden;
    height: 400px;
    width: 80%;
    margin: 0 auto;
}

.reviews-container {
    display: flex;
    flex-wrap: nowrap;
    height: 220px;
    transition: transform 0.5s ease;
}

 .reviews {
    display: flex;
    transition: transform 0.5s ease;
}

iframe {
    width: 230px;
    height: 380px;
    margin: 0 10px;
    flex-shrink: 0;
    flex-grow: 0;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
} 

.masthead {
    background-color: #EEF2FF;
    color: rgb(26, 31, 40);
    padding: 50px 20px;
    text-align: center;
}

.masthead-content {
    max-width: 800px;
    margin: 0 auto;
}

.product-title {
    font-size: 2.5rem;
    margin-bottom: 20px;
    font-weight: bold;
}

.product-subtitle {
    font-size: 2rem;
    margin-bottom: 20px;
    font-weight: bold;
}

.product-benefits {
    color: rgb(55, 65, 81);
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
    display: inline-block;
    font-size: 1.2rem;
}

    .product-benefits li {
        display: flex;
        align-items: center;
        margin: 10px 0;
    }

.benefit-icon {
    margin-right: 15px;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
}

.faq-item {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 10px;
}

.faq-question {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    padding: 15px;
    cursor: pointer;
    display: flex;
    text-align: left;
    justify-content: space-between;
    align-items: center;
    background-color: #EEF2FF;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

    .faq-question:hover {
        background-color: #e4e9fc;
    }

.faq-answer {
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    padding: 15px;
    display: none;
    overflow: hidden;
}

 .faq-answer.open {
    text-align:left;
    display: block;
    padding-top: 10px;
} 

.icon {
    transition: transform 0.3s ease;
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.rotate {
    transform: rotate(180deg);
}

.counter-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 40px 0;
    color: black;
}

.counter-item {
    text-align: center;
    padding: 20px;
}

.counter-number {
    font-size: 3.5rem;
    font-weight: 700;
    color: black;
    margin-bottom: 5px;
    line-height: 1;
}

.counter-text {
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgb(55, 65, 81);
    font-weight: 700;
}

@media (max-width:600px) {
    .video-element {
        width: 370px;
        height: auto;
        display: block;
        margin: 0 auto;
        margin-left: -10px;
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

    .manskubu .screenshot-container {
        flex-direction: column;
        align-items: center
    }

    .screenshot {
        width: 100%;
        height: auto;
        border-radius: 12px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease;
    }
        .screenshot:hover {
            transform: scale(1.02);
        }

    .menu-toggle {
        display: block
    }

    .nav-links {
        display: none;
        position: absolute;
        top: 60px;
        left: 0;
        right: 0;
        background: #ffffff;
        flex-direction: column;
        gap: 10px;
        padding: 10px;
        z-index: 999
    }

        .nav-links.active {
            display: flex
        }

    .navbar-content {
        position: relative
    }

    .btn-primary {
        padding: 6px 10px;
        font-size: .9rem;
    }

    .contact-info {
        display: flex; /* ensure flex context */
        flex-direction: column; /* stack items vertically */
        justify-content: center; /* center them vertically */
        align-items: center; /* center them horizontally */
        height: 100%; /* or another value for the container height */
    }

/*        .contact-info .contact-link {
            position: center;
            margin-bottom: 0.5rem;
            font-size: 1.3rem;
        }*/
}

blockquote {
    font-style: italic;
    font-size: 1.25rem;
    color: #555;
    margin: 1.5rem 0;
    padding-left: 1rem;
    border-left: 4px solid #ccc
}

.guide-container {
    max-width: 1500px;
    margin: 0 auto;
    padding: 40px 20px;
}

.step-section {
    margin-bottom: 50px;
    padding: 30px;
    background-color: #f8f7f7;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.step-header {
    text-align: center;
    margin-bottom: 30px;
}

.step-number {
    display: inline-block;
    background-color: #0b57d0;
    color: white;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    line-height: 80px;
    font-size: 2.7rem;
    font-weight: bold;
    margin-bottom: 30px;
}

.step-title {
    font-size: 1.8rem;
    color: #1A1F28;
    margin: 0;
    font-weight: 600;
}

.step-content {
    display: flex;
    align-items: flex-start;
    gap: 30px;
}

.step-image {
    flex: 0 0 60%;
    max-width: 60%;
}

    .step-image img {
        width: 100%;
        height: auto;
        border-radius: 8px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        border: 1px solid #e0e0e0;
    }

.step-instructions {
    flex: 0 0 40%;
    max-width: 40%;
}

    .step-instructions h3 {
        color: #1A1F28;
        font-size: 1.3rem;
        margin-bottom: 15px;
        margin-top: 0;
    }

    .step-instructions p {
        color: rgb(55, 65, 81);
        font-size: 1rem;
        line-height: 1.7;
        margin-bottom: 15px;
    }

    .step-instructions ul {
        color: rgb(55, 65, 81);
        font-size: 1rem;
        line-height: 1.7;
        margin-left: 20px;
    }

    .step-instructions li {
        margin-bottom: 8px;
    }

.highlight-tip {
    background-color: #e8f4fd;
    border-left: 4px solid #0b57d0;
    padding: 15px;
    margin: 20px 0;
    border-radius: 4px;
}

    .highlight-tip strong {
        color: #0b57d0;
    }

/* NEW: Warning highlight styles */
.warning-highlight {
    background-color: #fffbeb;
    border-left: 4px solid #f59e0b;
    padding: 15px;
    margin: 20px 0;
    border-radius: 4px;
}

    .warning-highlight strong {
        color: #d97706;
    }

.warning-text {
    color: #d97706;
    font-weight: 600;
}

/* Inline red highlight for warnings */
.red-highlight {
    background-color: #fee2e2;
    border-left: 4px solid #dc2626;
    color: #dc2626;
    padding: 15px;
    margin: 20px 0;
    border-radius: 4px;
}

    .red-highlight strong {
        color: #dc2626;
        font-weight: 600;
    }

/* Mobile responsive styles */
@media (max-width: 768px) {
    .guide-container {
        padding: 20px 15px;
    }

    .guide-title {
        font-size: 2rem;
    }

    .guide-description {
        font-size: 1.1rem;
    }

    .step-section {
        padding: 20px;
        margin-bottom: 40px;
    }

    .step-title {
        font-size: 1.5rem;
    }

    /* Mobile: Change flex direction to column and reorder */
    .step-content {
        flex-direction: column;
        gap: 20px;
    }

    /* Mobile: Image appears first (above instructions) */
    .step-image {
        order: 1;
        max-width: 100%;
        flex: none;
    }

    .step-instructions {
        order: 2;
        min-width: auto;
        flex: none;
        max-width: 100%;
        width: 100%;
    }

        .step-instructions h3 {
            font-size: 1.2rem;
        }

        .step-instructions p {
            font-size: 0.95rem;
        }

        .step-instructions ul {
            font-size: 0.95rem;
        }

    .highlight-tip,
    .warning-highlight {
        padding: 12px;
        margin: 15px 0;
    }
}

/* Extra small mobile devices */
@media (max-width: 480px) {
    .dwbutton {
        font-size: 15px;
        padding: 12px 18px;
    }

        .dwbutton .icon {
            width: 2em;
            height: 2em;
        }

    .guide-container {
        padding: 15px 10px;
    }

    .guide-title {
        font-size: 1.8rem;
    }

    .step-section {
        padding: 15px;
    }

    .step-number {
        width: 55px;
        height: 55px;
        line-height: 55px;
        font-size: 1.7rem;
    }

    .step-title {
        font-size: 1.4rem;
    }
}