.tracking-pixel,
.gtm-noscript-iframe {
    display: none;
    visibility: hidden;
}
.landing-page {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    min-height: 100vh;
}
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 30px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}
.logo {
    color: white;
    font-size: 1.5em;
    font-weight: bold;
}
.logo a {
    color: white;
    text-decoration: none;
}
.nav-links-desktop {
    display: flex;
    gap: 15px;
    align-items: center;
}
.nav-links-desktop a {
    color: white;
    text-decoration: none;
    padding: 8px 16px;
    border-radius: 8px;
    transition: background 0.3s;
}
.nav-links-desktop a:hover {
    background: rgba(255, 255, 255, 0.2);
}
.nav-links-desktop .btn-login {
    background: rgba(255, 255, 255, 0.2);
}
.nav-links-desktop .btn-register {
    background: white;
    color: #667eea;
    font-weight: bold;
}
.nav-links-mobile {
    display: none;
}
.content-wrapper {
    max-width: 800px;
    margin: 0 auto;
    padding: 50px 20px 40px;
}
.about-section {
    background: white;
    border-radius: 24px;
    padding: 60px 50px;
    margin-bottom: 40px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15);
}
.about-header {
    text-align: center;
    margin-bottom: 50px;
    padding-bottom: 30px;
    border-bottom: 2px solid #f0f0f0;
}
.about-header h1 {
    color: #333;
    font-size: 2.3em;
    margin-bottom: 15px;
    font-weight: 700;
}
.about-tagline {
    color: #667eea;
    font-size: 1.2em;
    font-weight: 600;
    line-height: 1.6;
}
.story-section {
    margin-bottom: 35px;
}
.story-section h2 {
    color: #333;
    font-size: 1.4em;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 3px solid #667eea;
    display: inline-block;
}
.story-section h3 {
    color: #555;
    font-size: 1.2em;
    margin-bottom: 12px;
    font-weight: 600;
}
.story-content {
    color: #444;
    line-height: 2.1;
    font-size: 1.05em;
    background: #fafafa;
    padding: 22px 24px;
    border-radius: 12px;
}
.story-content p {
    margin-bottom: 15px;
}
.story-content p:last-child {
    margin-bottom: 0;
}
.highlight-text {
    font-weight: bold;
    color: #667eea;
}
.questions-box {
    background: #f8f9ff;
    border-radius: 16px;
    padding: 25px 30px;
    margin: 30px 0;
    border-right: 4px solid #667eea;
}
.questions-box p {
    color: #555;
    font-size: 1.1em;
    margin: 12px 0;
    font-style: italic;
}
.name-box {
    text-align: center;
    background: linear-gradient(135deg, #fef9e7 0%, #fdf5e6 100%);
    border-radius: 16px;
    padding: 30px;
    margin: 35px 0;
    border: 2px solid #f7dc6f;
}
.name-box h3 {
    color: #856404;
    margin-bottom: 12px;
}
.name-box p {
    color: #6c5a00;
    font-size: 1.1em;
    line-height: 1.8;
    margin: 0;
}
.benefits-box {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 16px;
    padding: 35px;
    margin: 35px 0;
    color: white;
}
.benefits-box h3 {
    color: white;
    margin-bottom: 20px;
    font-size: 1.3em;
}
.benefits-box .benefit-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 15px 0;
    font-size: 1.1em;
    line-height: 1.6;
}
.benefits-box .benefit-icon {
    font-size: 1.4em;
}
.vision-box {
    background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);
    border-radius: 16px;
    padding: 30px;
    margin-top: 35px;
    border-right: 4px solid #4caf50;
}
.vision-box h3 {
    color: #2e7d32;
    margin-bottom: 15px;
    font-size: 1.3em;
}
.vision-box p {
    color: #1b5e20;
    font-size: 1.1em;
    line-height: 1.9;
    margin: 0;
}
.essence-quote {
    text-align: center;
    padding: 30px;
    margin: 35px 0;
    background: #fafafa;
    border-radius: 16px;
    position: relative;
}
.essence-quote::before {
    content: '"';
    font-size: 4em;
    color: #667eea;
    opacity: 0.3;
    position: absolute;
    top: 10px;
    right: 20px;
    font-family: Georgia, serif;
}
.essence-quote p {
    font-size: 1.3em;
    color: #333;
    font-weight: 600;
    line-height: 1.7;
    margin: 0;
}
.contact-section {
    text-align: center;
    background: white;
    border-radius: 20px;
    padding: 40px 30px;
    margin-bottom: 40px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}
.contact-section h2 {
    color: #333;
    font-size: 1.6em;
    margin-bottom: 15px;
    font-weight: 700;
}
.contact-section p {
    color: #555;
    font-size: 1.05em;
    margin-bottom: 20px;
    line-height: 1.8;
}
.contact-email {
    display: inline-block;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 12px 30px;
    border-radius: 12px;
    font-size: 1.1em;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.3s, box-shadow 0.3s;
}
.contact-email:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
}
.footer {
    text-align: center;
    padding: 30px;
    color: white;
    opacity: 0.9;
}
.footer a {
    color: white;
    text-decoration: none;
    margin: 0 12px;
    transition: opacity 0.3s;
}
.footer a:hover {
    opacity: 0.8;
    text-decoration: underline;
}
.legal-list-style {
    list-style: none;
    padding: 0;
    margin: 15px 0;
}
.legal-list-style li {
    position: relative;
    padding-right: 25px;
    margin-bottom: 12px;
    line-height: 1.8;
}
.legal-list-style li::before {
    content: '•';
    color: #667eea;
    font-size: 1.5em;
    position: absolute;
    right: 0;
    top: -2px;
}
.legal-subtext {
    margin-top: 15px;
    font-style: italic;
    color: #666;
}
.hamburger {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 24px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 1001;
}
.hamburger span {
    display: block;
    width: 100%;
    height: 3px;
    background: white;
    border-radius: 3px;
    transition: all 0.3s ease;
}
.hamburger.active span:nth-child(1) {
    transform: translateY(10.5px) rotate(45deg);
}
.hamburger.active span:nth-child(2) {
    opacity: 0;
}
.hamburger.active span:nth-child(3) {
    transform: translateY(-10.5px) rotate(-45deg);
}
.back-btn {
    display: none;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
    background: rgba(255, 255, 255, 0.2);
    border: none;
    border-radius: 12px;
    color: white;
    font-size: 1.4em;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.3s, transform 0.3s;
}
.back-btn:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.05);
}
.navbar-right {
    display: flex;
    align-items: center;
    gap: 10px;
}
@media (max-width: 768px) {
    .hamburger {
        display: flex;
    }
    .back-btn {
        display: flex;
    }
    .nav-links-desktop {
        display: none !important;
    }
    .nav-links-mobile {
        display: flex;
        position: fixed;
        top: 0;
        right: -100%;
        width: 80%;
        max-width: 300px;
        height: 100vh;
        background: #4c51bf;
        flex-direction: column;
        justify-content: flex-start;
        align-items: stretch;
        padding: 80px 20px 20px;
        transition: right 0.3s ease;
        z-index: 10001;
        box-shadow: -10px 0 30px rgba(0, 0, 0, 0.6);
        overflow-y: auto;
    }
    .nav-links-mobile.active {
        right: 0;
    }
    .nav-links-mobile a,
    .nav-links-mobile button {
        width: 100%;
        text-align: center;
        padding: 15px 20px;
        font-size: 1.1em;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        color: white;
        text-decoration: none;
        display: block;
    }
    .nav-links-mobile #nav-lang-btn {
        background: rgba(255, 255, 255, 0.15) !important;
        border: 2px solid white !important;
        color: white !important;
        font-weight: bold;
        margin: 10px 0;
        border-radius: 8px;
    }
    .nav-links-mobile .btn-register {
        margin-top: 10px;
        background: white;
        color: #667eea;
        font-weight: bold;
        border-radius: 8px;
    }
    .nav-links-mobile .btn-login {
        background: rgba(255, 255, 255, 0.2);
        border-radius: 8px;
    }
    .menu-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.7);
        z-index: 10000;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease, visibility 0.3s ease;
    }
    .menu-overlay.active {
        opacity: 1;
        visibility: visible;
    }
    body.menu-open .lang-toggle-btn {
        display: none !important;
    }
    .navbar {
        flex-direction: row;
        justify-content: space-between;
        gap: 0;
        padding: 15px 20px;
    }
    .about-section {
        padding: 40px 25px;
    }
    .content-wrapper {
        padding: 30px 15px;
    }
    .contact-section {
        padding: 40px 25px;
    }
    .questions-box,
    .name-box,
    .benefits-box,
    .vision-box {
        padding: 20px;
    }
}
@media (max-width: 480px) {
    .navbar {
        padding: 12px 15px;
        gap: 12px;
    }
    .logo {
        font-size: 1.3em;
    }
    .content-wrapper {
        padding: 20px 10px;
    }
    .about-section {
        padding: 30px 18px;
        border-radius: 18px;
    }
    .about-header h1 {
        font-size: 1.7em;
    }
    .about-tagline {
        font-size: 1em;
    }
    .story-section h2 {
        font-size: 1.2em;
    }
    .story-content {
        padding: 18px;
        font-size: 1em;
    }
    .contact-section {
        padding: 35px 20px;
        border-radius: 15px;
        margin-bottom: 25px;
    }
    .contact-section h2 {
        font-size: 1.4em;
    }
    .contact-section p {
        font-size: 0.95em;
    }
    .contact-email {
        padding: 14px 25px;
        font-size: 1em;
        border-radius: 10px;
        display: block;
    }
    .footer {
        padding: 20px 15px;
        font-size: 0.9em;
    }
    .footer a {
        margin: 0 8px;
    }
    .questions-box,
    .name-box,
    .benefits-box,
    .vision-box,
    .essence-quote {
        padding: 18px;
        margin: 20px 0;
    }
}
@media (max-width: 359px) {
    .navbar {
        padding: 10px 12px;
    }
    .logo {
        font-size: 1.1em;
    }
    .about-header h1 {
        font-size: 1.4em;
    }
    .about-tagline {
        font-size: 0.9em;
    }
    .story-section h2 {
        font-size: 1.1em;
    }
    .story-content {
        padding: 15px;
        font-size: 0.95em;
    }
}
html[dir="ltr"] .questions-box {
    border-right: none;
    border-left: 4px solid #667eea;
}
html[dir="ltr"] .vision-box {
    border-right: none;
    border-left: 4px solid #4caf50;
}
html[dir="ltr"] .legal-list-style li {
    padding-right: 0;
    padding-left: 25px;
}
html[dir="ltr"] .legal-list-style li::before {
    right: auto;
    left: 0;
}
html[dir="ltr"] .essence-quote::before {
    right: auto;
    left: 20px;
}
