* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    color: #333;
    line-height: 1.6;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
}

/* Header */
.header {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    padding: 20px 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.header-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
}

.logo img {
    height: 50px;
    width: auto;
    object-fit: contain;
    display: block;
}


/* Hero Section */
.hero {
    background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 50%, #bbf7d0 100%);
    padding: 100px 40px;
    position: relative;
    overflow: hidden;
}

.hero-container {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
}

@media (min-width: 1200px) {
    .hero-container {
        gap: 100px;
    }
}

.hero::before {
    content: '';
    position: absolute;
    top: -30%;
    right: -5%;
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(47, 125, 125, 0.08) 0%, transparent 70%);
    border-radius: 50%;
}

.hero::after {
    content: '';
    position: absolute;
    bottom: -20%;
    left: -10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(253, 216, 53, 0.1) 0%, transparent 70%);
    border-radius: 50%;
}

.hero-content {
    flex: 1;
    max-width: 600px;
    min-width: 0;
    z-index: 1;
}

.hero h1 {
    font-size: 56px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 24px;
    line-height: 1.1;
    letter-spacing: -0.02em;
}

.hero p {
    font-size: 20px;
    color: #475569;
    margin-bottom: 48px;
    line-height: 1.7;
    font-weight: 400;
}

.app-buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.app-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 28px;
    background: #2F7D7D;
    color: white;
    text-decoration: none;
    border-radius: 12px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(47, 125, 125, 0.2);
    min-width: 180px;
}

.app-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(47, 125, 125, 0.4);
    background: #256a6a;
}

.app-btn:active {
    transform: translateY(-1px);
}

.app-btn svg {
    flex-shrink: 0;
}

.app-btn-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.3;
}

.app-btn-text .small {
    font-size: 11px;
    font-weight: 400;
    opacity: 0.9;
    letter-spacing: 0.5px;
    margin-bottom: 2px;
}

.app-btn-text .large {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.3px;
}

.hero-visual {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    min-width: 0;
}

.phone-mockup {
    width: 300px;
    height: 600px;
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    border-radius: 45px;
    padding: 18px;
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.4);
    position: relative;
}

.phone-screen {
    width: 100%;
    height: 100%;
    background: white;
    border-radius: 30px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.phone-screen img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
}

/* Section */
.section {
    padding: 80px 40px;
    max-width: 1400px;
    margin: 0 auto;
}

.section-white {
    background: #ffffff;
}

.section-alt {
    background: #f8fafc;
}

.section-content {
    display: flex;
    align-items: center;
    gap: 60px;
    width: 100%;
}

.section-content.reverse {
    flex-direction: row-reverse;
}

.section-text {
    flex: 1;
    min-width: 0;
}

.section-text h2 {
    font-size: 42px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 24px;
    line-height: 1.2;
    letter-spacing: -0.01em;
}

.section-text p {
    font-size: 18px;
    color: #64748b;
    margin-bottom: 32px;
    line-height: 1.7;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 30px;
}

.feature-block {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

.feature-icon {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, #2F7D7D 0%, #FDD835 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(47, 125, 125, 0.2);
}

.feature-icon svg {
    width: 32px;
    height: 32px;
    fill: white;
}

.feature-content h3 {
    font-size: 20px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 8px;
}

.feature-content p {
    font-size: 14px;
    color: #666;
    margin: 0;
}

.section-visual {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    min-width: 0;
}

.phone-mockup-small {
    width: 220px;
    height: 440px;
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    border-radius: 35px;
    padding: 12px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.phone-mockup-small:hover {
    transform: translateY(-5px);
}

.phone-screen-small {
    width: 100%;
    height: 100%;
    background: white;
    border-radius: 25px;
    overflow: hidden;
}

.phone-screen-small img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 25px;
}

.image-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #E8F5E9 0%, #F1F8E9 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2F7D7D;
    font-weight: 600;
}

/* CTA Section */
.cta-section {
    background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 50%, #bbf7d0 100%);
    padding: 100px 40px;
    position: relative;
    overflow: hidden;
}

.cta-container {
    max-width: 1400px;
    margin: 0 auto;
    text-align: center;
}

.cta-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(253, 216, 53, 0.15) 0%, transparent 70%);
    border-radius: 50%;
}

.cta-container h2 {
    font-size: 48px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 50px;
    letter-spacing: -0.01em;
    position: relative;
    z-index: 1;
}

.cta-phones {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-top: 60px;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

.cta-container .app-buttons {
    justify-content: center;
}

/* Footer */
.footer {
    background: #0f172a;
    padding: 80px 40px 40px;
}

.footer-container {
    max-width: 1400px;
    margin: 0 auto;
}

.footer-content {
    display: grid;
    grid-template-columns: 2fr 1fr 1.5fr;
    gap: 60px;
    margin-bottom: 50px;
    align-items: start;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 24px;
    font-weight: bold;
    color: #2F7D7D;
    margin-bottom: 15px;
}

.footer-logo img {
    height: 45px;
    width: auto;
    object-fit: contain;
    display: block;
}

.footer p {
    color: #94a3b8;
    font-size: 15px;
    line-height: 1.7;
    margin-top: 16px;
}

.footer-links h4 {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 24px;
}

.footer-links ul {
    list-style: none;
}

.footer-links ul li {
    margin-bottom: 12px;
}

.footer-links ul li a {
    color: #94a3b8;
    text-decoration: none;
    transition: color 0.3s;
    font-size: 15px;
}

.footer-links ul li a:hover {
    color: #FDD835;
}

.social-links {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 20px;
}

.social-link {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #94a3b8;
    text-decoration: none;
    transition: all 0.3s;
    font-size: 15px;
    padding: 6px 0;
}

.social-link:hover {
    color: #FDD835;
}

.social-link svg {
    width: 21px;
    height: 20px;
    flex-shrink: 0;
}

.social-link svg path,
.social-link svg g {
    transition: all 0.3s;
}

.social-link:hover svg g {
    opacity: 1;
}

.social-link svg path {
    stroke: #ffffff;
}

.social-link:hover svg path {
    stroke: #FDD835;
}

.social-link svg g {
    opacity: 1;
}

.footer-bottom {
    text-align: center;
    padding-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: #94a3b8;
    font-size: 14px;
}

/* Responsive */
@media (max-width: 1200px) {
    .hero {
        padding: 80px 40px;
    }

    .section-content {
        gap: 40px;
    }

    .phone-mockup {
        width: 260px;
        height: 520px;
    }

    .phone-mockup-small {
        width: 200px;
        height: 400px;
    }
}

@media (max-width: 1024px) {
    .hero-container {
        flex-direction: column;
    }

    .hero {
        padding: 80px 40px;
    }

    .hero-content {
        max-width: 100%;
        margin-bottom: 40px;
        text-align: center;
    }

    .hero-visual {
        width: 100%;
        justify-content: center;
    }

    .section-content {
        flex-direction: column !important;
        gap: 40px;
    }

    .section-visual {
        width: 100%;
        flex-wrap: wrap;
    }

    .footer-content {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }

    .phone-mockup {
        width: 240px;
        height: 480px;
    }

    .phone-mockup-small {
        width: 180px;
        height: 360px;
    }
}

@media (max-width: 768px) {
    .header {
        padding: 15px 0;
    }

    .header-container {
        padding: 0 20px;
    }

    .logo img {
        height: 40px;
    }

    .hero {
        padding: 60px 20px;
    }

    .hero h1 {
        font-size: 36px;
        line-height: 1.2;
    }

    .hero p {
        font-size: 16px;
        margin-bottom: 32px;
    }

    .app-buttons {
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }

    .app-btn {
        width: 100%;
        max-width: 280px;
        justify-content: center;
        padding: 12px 24px;
    }

    .phone-mockup {
        width: 200px;
        height: 400px;
    }

    .section {
        padding: 60px 20px;
    }

    .section-text {
        width: 100%;
    }

    .section-text h2 {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .section-text p {
        font-size: 16px;
        margin-bottom: 24px;
    }

    .features-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .feature-block {
        gap: 12px;
    }

    .feature-icon {
        width: 56px;
        height: 56px;
    }

    .feature-icon svg {
        width: 28px;
        height: 28px;
    }

    .feature-content h3 {
        font-size: 18px;
    }

    .feature-content p {
        font-size: 14px;
    }

    .section-visual {
        flex-direction: column;
        gap: 20px;
    }

    .phone-mockup-small {
        width: 160px;
        height: 320px;
        margin: 0 auto;
    }

    .cta-section {
        padding: 60px 20px;
    }

    .cta-section h2 {
        font-size: 32px;
        margin-bottom: 30px;
    }

    .cta-container {
        text-align: center;
    }

    .cta-phones {
        flex-direction: column;
        gap: 30px;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin-top: 40px;
    }

    .cta-phones .phone-mockup-small {
        margin: 0 auto;
    }

    .footer {
        padding: 60px 20px 30px;
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .footer-logo img {
        height: 40px;
    }

    .image-placeholder {
        height: 300px;
    }
}

   /* Content Section */
   .content-section {
    max-width: 900px;
    margin: 0 auto;
    padding: 80px 40px;
}

.content-section h1 {
    font-size: 48px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 24px;
    line-height: 1.2;
    letter-spacing: -0.01em;
}

.content-section h2 {
    font-size: 32px;
    font-weight: 700;
    color: #1e293b;
    margin-top: 48px;
    margin-bottom: 20px;
    line-height: 1.3;
}

.content-section h3 {
    font-size: 24px;
    font-weight: 600;
    color: #334155;
    margin-top: 32px;
    margin-bottom: 16px;
}

.content-section p {
    font-size: 16px;
    color: #64748b;
    margin-bottom: 20px;
    line-height: 1.7;
}

.content-section ul,
.content-section ol {
    margin-left: 24px;
    margin-bottom: 20px;
    color: #64748b;
}

.content-section li {
    font-size: 16px;
    margin-bottom: 12px;
    line-height: 1.7;
}

.content-body {
    font-size: 16px;
    color: #64748b;
    line-height: 1.7;
}

.content-body h2,
.content-body h3 {
    margin-top: 32px;
    margin-bottom: 16px;
}

.content-body p {
    margin-bottom: 20px;
}

.content-body ul,
.content-body ol {
    margin-left: 24px;
    margin-bottom: 20px;
}

/* FAQ Section */
.faq-section {
    max-width: 900px;
    margin: 0 auto;
    padding: 80px 40px;
}

.faq-item {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    margin-bottom: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.faq-item:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-color: #2F7D7D;
}

.faq-item.active {
    border-color: #2F7D7D;
    box-shadow: 0 4px 12px rgba(47, 125, 125, 0.15);
}

.faq-question {
    padding: 24px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    color: #1e293b;
    transition: color 0.3s;
}

.faq-question:hover {
    color: #2F7D7D;
}

.faq-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    transition: transform 0.3s ease;
    color: #2F7D7D;
}

.faq-item.active .faq-icon {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding: 0 24px;
}

.faq-item.active .faq-answer {
    max-height: 1000px;
    padding: 0 24px 24px 24px;
}

.faq-answer-content {
    color: #64748b;
    font-size: 16px;
    line-height: 1.7;
}

.faq-answer-content p {
    margin-bottom: 12px;
}

.faq-answer-content p:last-child {
    margin-bottom: 0;
}

.no-faqs {
    text-align: center;
    padding: 60px 20px;
    color: #94a3b8;
}

.no-faqs p {
    font-size: 18px;
}

@media (max-width: 480px) {
    .header-container {
        padding: 0 15px;
    }

    .logo img {
        height: 35px;
    }

    .hero {
        padding: 40px 15px;
    }

    .hero h1 {
        font-size: 28px;
        word-wrap: break-word;
    }

    .hero p {
        font-size: 15px;
        word-wrap: break-word;
    }

    .app-btn {
        max-width: 100%;
        padding: 12px 20px;
    }

    .app-btn-text .small {
        font-size: 10px;
    }

    .app-btn-text .large {
        font-size: 14px;
    }

    .section {
        padding: 40px 15px;
    }

    .section-text h2 {
        font-size: 26px;
        word-wrap: break-word;
    }

    .section-text p {
        font-size: 15px;
        word-wrap: break-word;
    }

    .phone-mockup {
        width: 160px;
        height: 320px;
    }

    .phone-mockup-small {
        width: 140px;
        height: 280px;
    }

    .cta-section {
        padding: 40px 15px;
    }

    .cta-container {
        text-align: center;
    }

    .cta-section h2 {
        font-size: 26px;
    }

    .cta-phones {
        flex-direction: column;
        gap: 30px;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin-top: 40px;
    }

    .cta-phones .phone-mockup-small {
        margin: 0 auto;
    }

    .footer {
        padding: 40px 15px 20px;
    }

    .footer-content {
        gap: 30px;
    }

    .image-placeholder {
        height: 250px;
    }
}

 /* Responsive */
 @media (max-width: 768px) {
    .header {
        padding: 15px 0;
    }

    .header-container {
        padding: 0 20px;
    }

    .hero {
        padding: 60px 20px;
    }

    .hero h1 {
        font-size: 36px;
    }

    .content-section {
        padding: 40px 20px;
    }

    .content-section h1 {
        font-size: 36px;
    }

    .content-section h2 {
        font-size: 28px;
    }

    .content-section h3 {
        font-size: 20px;
    }

    .faq-section {
        padding: 40px 20px;
    }

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

    .faq-answer {
        padding: 0 20px;
    }

    .faq-item.active .faq-answer {
        padding: 0 20px 20px 20px;
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

