/* Header */
.header {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(8, 8, 8, 0.9);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    z-index: 1000;
    padding: 1.1rem 0;
    border-bottom: 1px solid rgba(62, 236, 213, 0.06);
    transition: var(--transition);
}

.header.scrolled {
    padding: 0.8rem 0;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.4);
}

.nav {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 2.5rem;
}

.logo {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.5rem;
    font-weight: 500;
    color: var(--accent);
    text-decoration: none;
    letter-spacing: 0.02em;
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 2.5rem;
    align-items: center;
}

.nav-links a {
    color: var(--text-lighter);
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 400;
    transition: var(--transition);
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.nav-links a:hover { color: var(--accent); }

.hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    background: none;
    border: none;
    padding: 5px;
}

.hamburger span {
    width: 22px;
    height: 1.5px;
    background: var(--accent);
    transition: var(--transition);
}

/* Buttons */
.btn {
    display: inline-block;
    padding: 0.85rem 2.5rem;
    border-radius: var(--radius-pill);
    font-weight: 400;
    text-decoration: none;
    transition: var(--transition);
    text-align: center;
    cursor: pointer;
    border: none;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 0.78rem;
}

.btn-primary {
    background: var(--accent);
    color: #080808;
    font-weight: 500;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(62, 236, 213, 0.3), var(--glow);
    color: #080808;
}

.btn-secondary {
    background: transparent;
    color: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
    color: var(--white);
}

.btn-outline {
    background: transparent;
    color: var(--accent);
    border: 1px solid rgba(62, 236, 213, 0.3);
}

.btn-outline:hover {
    background: rgba(62, 236, 213, 0.08);
    border-color: var(--accent);
    transform: translateY(-2px);
    box-shadow: var(--glow);
}

/* Service Cards */
.service-card {
    background: var(--bg-card);
    padding: 2.5rem 2rem;
    border-radius: var(--radius-lg);
    border: 1px solid var(--border);
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(62, 236, 213, 0.0), transparent);
    transition: var(--transition);
}

.service-card:hover {
    border-color: rgba(62, 236, 213, 0.15);
    transform: translateY(-4px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4), var(--glow);
}

.service-card:hover::before {
    background: linear-gradient(90deg, transparent, rgba(62, 236, 213, 0.4), transparent);
}

.service-card .icon {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    display: block;
    opacity: 0.5;
}

.service-card h3 {
    font-size: 1.5rem;
    margin-bottom: 0.75rem;
    color: var(--white);
}

.service-card p {
    color: var(--text-light);
    margin-bottom: 1.5rem;
    line-height: 1.75;
    font-size: 1rem;
}

.service-card .learn-more {
    color: var(--accent);
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.85rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.service-card .learn-more:hover { gap: 0.8rem; }

/* Pricing Cards */
.price-card {
    background: var(--bg-card);
    border-radius: var(--radius-lg);
    padding: 2.5rem 2rem;
    text-align: center;
    border: 1px solid var(--border);
    transition: var(--transition);
    position: relative;
}

.price-card:hover {
    border-color: rgba(62, 236, 213, 0.15);
    transform: translateY(-4px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}

.price-card.featured {
    border-color: rgba(62, 236, 213, 0.25);
    background: linear-gradient(160deg, var(--bg-card) 0%, rgba(62, 236, 213, 0.03) 100%);
    position: relative;
    box-shadow: var(--glow);
}

.price-card.featured::before {
    content: "Recommended";
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--accent);
    color: #080808;
    padding: 0.3rem 1.5rem;
    border-radius: var(--radius-pill);
    font-size: 0.7rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.price-name {
    font-size: 1.1rem;
    font-weight: 400;
    color: var(--accent);
    margin-bottom: 1rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-family: 'Outfit', sans-serif;
}

.price-amount {
    font-family: 'Cormorant Garamond', serif;
    font-size: 3.2rem;
    font-weight: 400;
    color: var(--white);
    margin-bottom: 0.25rem;
    letter-spacing: -0.02em;
}

.price-duration {
    color: var(--text-lighter);
    margin-bottom: 2rem;
    font-size: 0.85rem;
    font-weight: 400;
}

.price-description {
    color: var(--text-light);
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    text-align: left;
}

.price-features {
    list-style: none;
    margin-bottom: 2rem;
    text-align: left;
}

.price-features li {
    margin-bottom: 0.6rem;
    padding-left: 1.5rem;
    position: relative;
    color: var(--text-light);
    font-size: 0.9rem;
    font-weight: 400;
}

.price-features li::before {
    content: "\2713";
    position: absolute;
    left: 0;
    color: var(--accent);
    font-weight: 500;
    font-size: 0.85rem;
}

/* Testimonials */
.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.25rem;
}

.testimonial-card {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 2.5rem 2rem;
    transition: var(--transition);
}

.testimonial-card:hover {
    border-color: rgba(62, 236, 213, 0.15);
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.testimonial-text {
    color: var(--text-light);
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    font-style: italic;
}

.testimonial-text strong {
    color: var(--white);
    font-weight: 500;
}

.testimonial-text em {
    color: var(--accent-soft);
}

.testimonial-author {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.testimonial-name {
    color: var(--white);
    font-weight: 500;
    font-size: 0.95rem;
}

.testimonial-detail {
    color: var(--text-lighter);
    font-size: 0.8rem;
    letter-spacing: 0.04em;
}

/* FAQ */
.faq-container { max-width: 700px; margin: 0 auto; }

.faq-item {
    background: transparent;
    border-radius: 0;
    margin-bottom: 0;
    border: none;
    border-bottom: 1px solid var(--border);
    overflow: hidden;
    transition: var(--transition);
}

.faq-item:first-child { border-top: 1px solid var(--border); }

.faq-item:hover { border-color: rgba(62, 236, 213, 0.15); }

.faq-question {
    padding: 1.75rem 0;
    font-weight: 400;
    color: var(--text);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1rem;
}

.faq-icon {
    font-size: 1.1rem;
    color: var(--accent);
    transition: transform 0.3s ease;
    opacity: 0.6;
}

.faq-answer {
    padding: 0;
    color: var(--text-light);
    line-height: 1.8;
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s ease;
    font-size: 0.95rem;
}

.faq-answer.open {
    max-height: 500px;
    padding: 0 0 1.75rem;
}

/* Process Steps */
.process-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem;
}

.step {
    text-align: center;
    padding: 2rem 1rem;
}

.step-number {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.25rem;
    font-weight: 500;
    font-size: 0.9rem;
    background: transparent;
    border: 1px solid rgba(62, 236, 213, 0.3);
    color: var(--accent);
}

.step h4 {
    font-size: 1.05rem;
    margin-bottom: 0.5rem;
    color: var(--white);
    font-weight: 400;
}

.step p {
    color: var(--text-lighter);
    font-size: 0.85rem;
    line-height: 1.6;
}

/* Telegram Float */
.telegram-float {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    background: rgba(62, 236, 213, 0.12);
    border: 1px solid rgba(62, 236, 213, 0.25);
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
    transition: var(--transition);
}

.telegram-float:hover {
    transform: scale(1.08);
    background: rgba(62, 236, 213, 0.2);
    box-shadow: var(--glow-strong);
}

.telegram-float svg {
    width: 24px;
    height: 24px;
    fill: var(--accent);
}

/* Footer */
.footer {
    background: var(--bg);
    color: var(--text-lighter);
    padding: 4rem 0 2.5rem;
    text-align: center;
    border-top: 1px solid var(--border);
}

.footer a {
    color: var(--text-light);
    text-decoration: none;
    font-size: 0.85rem;
}

.footer a:hover { color: var(--accent); }

.footer-links {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.footer-copy {
    font-size: 0.8rem;
    color: var(--text-lighter);
    opacity: 0.6;
}

/* Mobile */
@media (max-width: 768px) {
    .nav-links { display: none; }
    .nav-links.active {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: rgba(8, 8, 8, 0.98);
        padding: 2rem 2.5rem;
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
        border-bottom: 1px solid var(--border);
    }
    .hamburger { display: flex; }
    .telegram-float { bottom: 20px; right: 20px; width: 48px; height: 48px; }
    .telegram-float svg { width: 20px; height: 20px; }
    .process-grid { grid-template-columns: repeat(2, 1fr); }
}

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