﻿@font-face {
    font-family: 'SF Pro Rounded Local';
    src: url('/assets2/fonts/sf-pro-rounded-regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}


:root {
    --bg-color: #0D090C;
    --accent-color: #FF8BB5;
    --text-primary: #FFFFFF;
    --text-secondary: #A1A1AA;
    --badge-bg: #381E28;
}
html {
    scroll-behavior: smooth;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'SF Pro Rounded Local', ui-rounded, 'SF Pro Rounded', system-ui, -apple-system, sans-serif;
}

body {
    background-color: var(--bg-color);
    color: var(--text-primary);
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    width: 402px;
    margin: 0 auto;
    padding: 119px 21px;
    display: flex;
    flex-direction: column;
    gap: 42px;
}

.hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.hero-badge {
    background: var(--badge-bg);
    width: 360px;
    height: 46px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 20px;
    border-radius: 40px;
    margin-bottom: 40px;
}

.hero-badge .dot {
    width: 9px;
    height: 9px;
    background-color: #FF87B3;
    border-radius: 50%;
}

.hero-badge p {
    font-weight: 500;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0px;
}

.hero-visual {
    position: relative;
    width: 100%;
}

.hero-img {
    width: 100%;
    border-radius: 24px;
    mask-image: linear-gradient(to bottom, black 65%, transparent 100%);
    -webkit-mask-image: linear-gradient(to bottom, black 65%, transparent 100%);
    margin-bottom: -45px;
}

.hero h1 {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -0.02em;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
}

.strike {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -0.02em;
    text-align: center;
    text-decoration: line-through;
    color: #7C8086;
}

.pink-text {
    font-size: 36px;
    font-weight: 600;
    line-height: 100%;
    color: var(--accent-color);
}

.hero-description {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: -0.01em;
    text-align: center;
    color: #9A9FA7;
    max-width: 340px;
    margin-bottom: 54px;
}

.hero-benefits {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 60px;
    width: 100%;
    align-items: center;
}

.hero-benefits li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 18px;
    font-weight: 500;
    color: #9A9FA7;
    text-align: left;
}

.hero-benefits li::before {
    content: '';
    width: 10px;
    height: 10px;
    background-color: #FF87B3;
    border-radius: 50%;
    flex-shrink: 0;
}

.hero-btn {
    background-color: var(--accent-color);
    color: #000;
    border: none;
    padding: 18px 32px;
    border-radius: 100px;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.01em;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 360px;
    margin: 0 auto;
    transition: all 0.2s ease;
}

.hero-btn img {
    width: 18px;
    height: auto;
}

.hero-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(255, 139, 181, 0.4);
}

.section-title {
    font-size: 35px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.02em;
    margin-bottom: 23px;
    text-align: left;
}

.underline-text {
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 2px;
    white-space: nowrap;
}

.stats-card {
    background-color: #141414;
    padding: 20px 20px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 360px;
}

.stats-item h2 {
    font-size: 32px;
    font-weight: 600;
    color: var(--accent-color);
    margin-bottom: 10px;
    text-align: center;
}

.stats-item p {
    color: #9A9FA7;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
}

.story-intro {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #7C8086;
    margin-bottom: 35px;
    max-width: 360px;
}

.story-card {
    background-color: #141414;
    padding: 30px 20px;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.story-card p {
    padding: 10px;
    font-weight: 500;
    font-size: 20px;
    line-height: 34px;
    color: #C5CAD3;
    text-align: left;
}

.story-card-badge {
    background-color: #381E28;
    color: #FFFFFF;
    padding-top: 16px;
    padding-right: 20px;
    padding-bottom: 16px;
    padding-left: 20px;
    border-radius: 16px;
    font-weight: 500;
    font-size: 20px;
    gap: 10px;
    text-align: left;
    width: 320px;
}

.highlight {
    color: var(--accent-color);
    font-weight: 600;
    font-size: 20px;
    line-height: 34px;
}

.logic-card {
    background-color: #141414;
    padding: 30px 20px;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.logic-intro {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #7C8086;
    margin-bottom: 35px;
    max-width: 360px;
}

.logic-card p {
    padding: 10px;
    font-weight: 500;
    font-size: 20px;
    line-height: 34px;
    color: #C5CAD3;
}

.logic-card span {
    font-weight: 500;
    font-size: 20px;
    line-height: 34px;
    color: var(--accent-color);
}

#logic-card-text {
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    color: #C5CAD3;
}

.logic-callout {
    background-color: #381E28;
    color: #FFFFFF;
    padding: 30px 24px;
    border-radius: 20px;
    font-weight: 500;
    font-size: 20px;
    line-height: 34px;
    margin: 20px 0;
}

.practice-intro {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #9A9FA7;
    margin-bottom: 35px;
    max-width: 360px;
}

.practice-steps-card {
    background-color: rgba(255, 255, 255, 0.03);
    padding: 30px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.practice-steps-card h3 {
    font-family: 'SF Pro Rounded Local', ui-rounded, 'SF Pro Rounded', system-ui, sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #C5CAD3;
}

.practice-step {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.practice-step p {
    font-family: 'SF Pro Rounded Local', ui-rounded, 'SF Pro Rounded', system-ui, sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 0px;
    color: #C5CAD3;
}

.step-badge {
    background-color: #381E28;
    color: #FFFFFF;
    padding: 16px 20px;
    border-radius: 16px;
    font-family: 'SF Pro Rounded Local', ui-rounded, 'SF Pro Rounded', system-ui, sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 0px;
    width: 300px;
}

.step-example {
    background-color: #141414;
    padding: 20px;
    border-radius: 15px;
    border-left: 3px solid var(--accent-color);
}

.summary-card {
    background-color: rgba(255, 255, 255, 0.03);
    padding: 30px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.summary-subtitle {
    font-weight: 500;
    font-size: 15px;
    line-height: 100%;
    color: #9A9FA7;
}

.summary-item {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.summary-item p {
    font-weight: 500;
    font-size: 20px;
    line-height: 34px;
    color: #C5CAD3;
}

.summary-badge {
    background-color: #381E28;
    color: #FFFFFF;
    padding: 16px 20px;
    border-radius: 16px;
    font-size: 20px;
    font-weight: 500;
    line-height: 34px;
    width: 100%;
}

.reg-form {
    background-color: rgba(255, 255, 255, 0.03);
    padding: 30px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 360px;
}

.reg-form .hero-btn {
    padding: 14px 20px;
    border-radius: 40px;
    font-size: 15px;
    width: 100%;
}

.input-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.input-group label,
.radio-group label {
    font-family: 'SF Pro Rounded', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
}

.input-group input {
    background-color: #27272A;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 18px 20px;
    color: #FFFFFF;
    font-size: 15px;
}

.input-group input::placeholder {
    color: #71717A;
    font-weight: 400;
}

.input-group small {
    color: #9A9FA7;
    font-size: 13px;
    margin-top: -4px;
}

.radio-group {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.radio-option {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 500;
    font-size: 15px;
    color: #FFFFFF;
    cursor: pointer;
}

.radio-option input[type="radio"] {
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    margin: 0;
}

.radio-option input[type="radio"]:checked {
    border-color: var(--accent-color);
    background-color: var(--accent-color);
    box-shadow: inset 0 0 0 4px #141414;
}

.benefits-icons {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    padding: 0 0 60px;
    width: 100%;
}

.benefit-icon-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-align: center;
    width: 100%;
    height: 144px;
    padding: 20px;
    border-radius: 20px;
}

.benefit-icon-item svg {
    margin-bottom: 0;
}

.benefit-icon-item p {
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    color: #C5CAD3;
}

.faq {
    padding: 100px 20px;
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.03);
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    cursor: pointer;
    font-weight: 500;
    font-size: 18px;
    color: #C5CAD3;
    transition: background-color 0.2s ease;
    gap: 16px;
}

.faq-header:hover {
    background-color: #1C1C1E;
}

.faq-header .icon {
    font-size: 16px;
    color: #7C8086;
}

.faq-body {
    padding: 0 20px;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, opacity 0.4s ease, padding 0.4s ease;
}

.faq-item.open .faq-body {
    opacity: 1;
    padding: 0 20px 20px;
}

.faq-item.open {
    border: 1px solid var(--accent-color);
}

.faq-item.open .faq-header {
    color: var(--accent-color);
}

.faq-item.open .faq-header .icon {
    color: var(--accent-color);
}

.faq-body p,
.faq-body li {
    font-size: 14px;
    line-height: 26px;
    color: #7C8086;
}

.faq-body ul {
    list-style: disc;
    margin: 0;
    padding-left: 20px;
}

.faq-note {
    margin-top: 40px;
    font-size: 18px;
    line-height: 30px;
    color: #C5CAD3;
    text-align: center;
}

/* Custom Alert Styles */
.custom-alert {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(5px);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.custom-alert.hidden {
    opacity: 0;
    pointer-events: none;
}

.custom-alert-content {
    background-color: #1C1C1E;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 30px;
    border-radius: 20px;
    text-align: center;
    max-width: 400px;
    width: 90%;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
    transform: scale(1);
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.custom-alert.hidden .custom-alert-content {
    transform: scale(0.8);
}

.custom-alert h3 {
    font-size: 24px;
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 12px;
}

.custom-alert p {
    font-size: 16px;
    color: #C5CAD3;
    margin-bottom: 24px;
    line-height: 1.5;
}

.custom-alert button {
    background-color: var(--accent-color);
    color: #000;
    border: none;
    padding: 12px 28px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.custom-alert button:hover {
    transform: scale(1.05);
    opacity: 0.9;
}