:root {
    --astra-child-bg: #f6f8fb;
    --astra-child-surface: #ffffff;
    --astra-child-surface-soft: #f1f5fb;
    --astra-child-primary: #1f3f67;
    --astra-child-primary-dark: #10294d;
    --astra-child-accent: #ffb11a;
    --astra-child-accent-2: #f07d2d;
    --astra-child-green: #1ea66f;
    --astra-child-green-soft: #ebfff5;
    --astra-child-text: #1d2430;
    --astra-child-muted: #5a6776;
    --astra-child-line: #dfe7f4;
    --astra-child-shadow: 0 24px 60px rgba(17, 39, 72, 0.12);
}

body {
    background: var(--astra-child-bg);
    color: var(--astra-child-text);
    font-family: "Segoe UI", Arial, sans-serif;
}

body .site {
    overflow-x: hidden;
}

.astra-child-home {
    background: var(--astra-child-bg);
}

.astra-child-home .container,
.astra-child-home .site-container,
.astra-child-home .elementor-container,
.astra-child-home .ast-container {
    max-width: 1220px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

.astra-child-home .promo-bar {
    background: linear-gradient(90deg, #1b2a3f 0%, #12305a 50%, #0d2140 100%);
    color: #fff;
    text-align: center;
    padding: 12px 20px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.astra-child-home .promo-bar a {
    color: #fff;
    text-decoration: none;
}

.astra-child-home .top-header {
    background: rgba(13, 27, 44, 0.98);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 8px 20px rgba(12, 24, 41, 0.12);
}

.astra-child-home .top-header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    min-height: 88px;
}

.astra-child-home .brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-weight: 800;
    letter-spacing: 0.02em;
    font-size: 1.85rem;
    text-transform: uppercase;
}

.astra-child-home .brand-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: linear-gradient(135deg, #12305a 0%, #1ea66f 100%);
    color: #fff;
    font-size: 1.15rem;
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.15);
}

.astra-child-home .nav-wrap {
    display: flex;
    align-items: center;
    gap: 28px;
    flex: 1;
    justify-content: flex-end;
}

.astra-child-home .nav-wrap nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 28px;
}

.astra-child-home .nav-wrap nav a {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.97rem;
    font-weight: 600;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.astra-child-home .nav-wrap nav a:hover {
    opacity: 0.78;
}

.astra-child-home .nav-wrap .nav-cta {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(135deg, #1ea66f 0%, #17a875 100%);
    color: #fff;
    text-decoration: none;
    min-width: 153px;
    min-height: 48px;
    padding: 0 22px;
    border-radius: 999px;
    font-weight: 700;
    box-shadow: 0 12px 30px rgba(30, 166, 111, 0.28);
}

.astra-child-home .hero {
    position: relative;
    background: linear-gradient(180deg, #eaf1fb 0%, #f7f9fc 100%);
    padding-top: 60px;
    padding-bottom: 26px;
    overflow: hidden;
}

.astra-child-home .hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 82% 10%, rgba(30, 166, 111, 0.18), transparent 20%), radial-gradient(circle at 0% 100%, rgba(15, 92, 129, 0.09), transparent 26%);
    pointer-events: none;
}

.astra-child-home .hero .container {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    align-items: center;
    gap: 48px;
}

.astra-child-home .hero-copy {
    padding-top: 24px;
}

.astra-child-home .hero-copy h1 {
    margin: 0 0 30px;
    color: var(--astra-child-primary-dark);
    font-size: clamp(2.4rem, 3.8vw, 5.2rem);
    line-height: 0.94;
    letter-spacing: -0.06em;
    font-weight: 900;
    max-width: 620px;
}

.astra-child-home .hero-copy h1 .light {
    font-weight: 600;
}

.astra-child-home .hero-copy .check-list {
    list-style: none;
    padding: 0;
    margin: 0 0 34px;
    display: grid;
    gap: 16px;
}

.astra-child-home .hero-copy .check-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--astra-child-primary-dark);
    font-size: 1.15rem;
    font-weight: 700;
}

.astra-child-home .hero-copy .check-list li::before {
    content: "✓";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--astra-child-green);
    color: #fff;
    font-size: 0.9rem;
    font-weight: 900;
}

.astra-child-home .hero-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    margin-bottom: 18px;
}

.astra-child-home .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 58px;
    padding: 0 28px;
    border-radius: 999px;
    font-weight: 800;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.astra-child-home .btn:hover {
    transform: translateY(-1px);
}

.astra-child-home .btn-primary {
    background: linear-gradient(135deg, #1ea66f 0%, #0ea25c 100%);
    color: #fff;
    box-shadow: 0 14px 30px rgba(30, 166, 111, 0.22);
}

.astra-child-home .btn-secondary {
    background: #fff;
    color: var(--astra-child-primary-dark);
    border: 1px solid rgba(16, 41, 77, 0.1);
    box-shadow: 0 10px 25px rgba(15, 41, 77, 0.08);
}

.astra-child-home .money-back {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    color: var(--astra-child-primary-dark);
    text-decoration: none;
}

.astra-child-home .money-back::before {
    content: "🛡";
    font-size: 1.2rem;
}

.astra-child-home .hero-visual {
    display: flex;
    justify-content: center;
    align-items: center;
}

.astra-child-home .device-card {
    position: relative;
    width: min(100%, 560px);
    min-height: 510px;
    padding: 20px 20px 12px;
    border-radius: 28px;
    background: linear-gradient(160deg, #fff 0%, #edf7ff 100%);
    border: 1px solid rgba(18, 48, 90, 0.08);
    box-shadow: var(--astra-child-shadow);
}

.astra-child-home .device-card::before {
    content: "";
    position: absolute;
    inset: 16px 16px auto auto;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background: rgba(30, 166, 111, 0.08);
    filter: blur(12px);
}

.astra-child-home .device-window {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 470px;
    border-radius: 22px;
    overflow: hidden;
    background: linear-gradient(180deg, #f9fbfd 0%, #edf2f9 100%);
    border: 1px solid rgba(17, 39, 72, 0.08);
}

.astra-child-home .device-window .browser-bar {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 16px 18px;
    background: #ebf2fb;
    border-bottom: 1px solid rgba(17, 39, 72, 0.06);
}

.astra-child-home .browser-bar span {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #f1b5b5;
    display: block;
}

.astra-child-home .browser-bar span:nth-child(2) { background: #f0d279; }
.astra-child-home .browser-bar span:nth-child(3) { background: #77d5a1; }

.astra-child-home .screen {
    flex: 1;
    display: grid;
    grid-template-rows: auto auto 1fr auto;
    gap: 18px;
    padding: 22px 18px 18px;
    background: linear-gradient(180deg, #eef4ff 0%, #f8fbff 100%);
}

.astra-child-home .screen-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
}

.astra-child-home .screen-header .tag {
    background: var(--astra-child-green-soft);
    color: var(--astra-child-green);
    border-radius: 999px;
    padding: 8px 12px;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.astra-child-home .screen-header .pill {
    background: #fff;
    border-radius: 999px;
    padding: 8px 12px;
    font-size: 0.7rem;
    font-weight: 700;
    color: var(--astra-child-text);
    border: 1px solid rgba(17, 39, 72, 0.06);
}

.astra-child-home .screen-hero {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
}

.astra-child-home .screen-hero h2 {
    margin: 0;
    font-size: clamp(2rem, 2.8vw, 3.3rem);
    line-height: 1;
    letter-spacing: -0.05em;
    color: var(--astra-child-primary-dark);
}

.astra-child-home .screen-hero .badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 96px;
    min-height: 96px;
    border-radius: 18px;
    background: linear-gradient(135deg, #ffca60 0%, #ff8f45 100%);
    color: #fff;
    font-size: 1.75rem;
    font-weight: 900;
    box-shadow: 0 18px 30px rgba(255, 151, 59, 0.26);
}

.astra-child-home .screen-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.astra-child-home .stat-box,
.astra-child-home .mini-card {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(17, 39, 72, 0.06);
    border-radius: 20px;
    padding: 18px 16px;
    box-shadow: 0 14px 25px rgba(13, 27, 44, 0.05);
}

.astra-child-home .stat-box strong {
    display: block;
    font-size: 1.8rem;
    color: var(--astra-child-primary-dark);
    margin-bottom: 6px;
}

.astra-child-home .mini-card {
    min-height: 122px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.astra-child-home .mini-card span {
    color: var(--astra-child-muted);
    font-size: 0.76rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 800;
}

.astra-child-home .mini-card strong {
    font-size: 1.3rem;
    margin-top: 10px;
    color: var(--astra-child-primary-dark);
}

.astra-child-home .video-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 800;
    color: var(--astra-child-primary-dark);
    text-decoration: none;
}

.astra-child-home .video-cta::before {
    content: "▶";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #121f34;
    color: #fff;
    font-size: 0.72rem;
}

.astra-child-home .content-block {
    padding: 72px 0;
}

.astra-child-home .section-header {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 38px;
}

.astra-child-home .section-header h2 {
    margin: 0;
    color: var(--astra-child-primary-dark);
    font-size: clamp(2.1rem, 3vw, 3.3rem);
    line-height: 1.07;
    letter-spacing: -0.05em;
    font-weight: 900;
}

.astra-child-home .feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.astra-child-home .feature-card {
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid var(--astra-child-line);
    border-radius: 26px;
    padding: 30px 26px 22px;
    box-shadow: 0 10px 26px rgba(18, 48, 90, 0.05);
}

.astra-child-home .feature-icon {
    width: 80px;
    height: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(30, 166, 111, 0.14) 0%, rgba(15, 92, 129, 0.06) 100%);
    font-size: 2.2rem;
    margin-bottom: 20px;
}

.astra-child-home .feature-card h3 {
    margin: 0 0 12px;
    color: var(--astra-child-primary-dark);
    font-size: 1.8rem;
    letter-spacing: -0.05em;
}

.astra-child-home .feature-card p {
    margin: 0;
    color: var(--astra-child-muted);
    font-size: 1.05rem;
    line-height: 1.7;
}

.astra-child-home .portfolio-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
    margin-top: 24px;
}

.astra-child-home .portfolio-item {
    position: relative;
    min-height: 310px;
    border-radius: 22px;
    overflow: hidden;
    background: linear-gradient(180deg, #dfeafc 0%, #f9fbff 100%);
    border: 1px solid rgba(17, 39, 72, 0.06);
    box-shadow: 0 16px 24px rgba(17, 39, 72, 0.08);
}

.astra-child-home .portfolio-item .mock {
    position: absolute;
    inset: 14px 14px 14px 14px;
    background: linear-gradient(180deg, #ffffff 0%, #edf4ff 100%);
    border-radius: 18px;
    border: 1px solid rgba(17, 39, 72, 0.06);
    overflow: hidden;
}

.astra-child-home .portfolio-item .mock::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 26px;
    background: #eff4fa;
    border-bottom: 1px solid rgba(17, 39, 72, 0.06);
}

.astra-child-home .portfolio-item .mock::after {
    content: "";
    position: absolute;
    inset: 26px 0 0 0;
    background: linear-gradient(180deg, rgba(35, 88, 156, 0.12) 0%, rgba(35, 88, 156, 0.02) 100%);
}

.astra-child-home .portfolio-item:nth-child(1) .mock { background: linear-gradient(180deg, #e9f1ff 0%, #f8fbff 100%); }
.astra-child-home .portfolio-item:nth-child(2) .mock { background: linear-gradient(180deg, #f9f1d8 0%, #fffaf0 100%); }
.astra-child-home .portfolio-item:nth-child(3) .mock { background: linear-gradient(180deg, #ecf4f0 0%, #f8fffb 100%); }
.astra-child-home .portfolio-item:nth-child(4) .mock { background: linear-gradient(180deg, #f8ebee 0%, #fff6f7 100%); }

.astra-child-home .compare-wrap {
    background: linear-gradient(180deg, #f5f9ff 0%, #edf5ff 100%);
    border-top: 1px solid var(--astra-child-line);
    border-bottom: 1px solid var(--astra-child-line);
}

.astra-child-home .compare-box {
    background: #fff;
    border: 1px solid var(--astra-child-line);
    border-radius: 30px;
    box-shadow: 0 18px 50px rgba(16, 41, 77, 0.06);
    overflow: hidden;
}

.astra-child-home table {
    width: 100%;
    border-collapse: collapse;
    font-size: 1rem;
}

.astra-child-home th,
.astra-child-home td {
    padding: 22px 18px;
    text-align: center;
    border-bottom: 1px solid var(--astra-child-line);
    vertical-align: middle;
}

.astra-child-home th {
    background: var(--astra-child-primary-dark);
    color: #fff;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.astra-child-home th:first-child {
    text-align: left;
    min-width: 300px;
}

.astra-child-home td:first-child {
    text-align: left;
    color: var(--astra-child-primary-dark);
    font-weight: 700;
    background: #f9fbff;
}

.astra-child-home td:nth-child(2),
.astra-child-home td:nth-child(3),
.astra-child-home td:nth-child(4),
.astra-child-home td:nth-child(5),
.astra-child-home td:nth-child(6) {
    font-size: 1.1rem;
    font-weight: 800;
}

.astra-child-home .check-mark { color: var(--astra-child-green); }
.astra-child-home .cross-mark { color: #d14c4c; }

.astra-child-home .reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.astra-child-home .review-card {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid var(--astra-child-line);
    border-radius: 26px;
    padding: 26px 22px 22px;
    box-shadow: 0 12px 26px rgba(17, 39, 72, 0.05);
}

.astra-child-home .review-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}

.astra-child-home .avatar {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: linear-gradient(135deg, #dfeafc 0%, #e6f8ee 100%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    color: var(--astra-child-primary-dark);
}

.astra-child-home .review-name {
    margin: 0;
    font-weight: 800;
    color: var(--astra-child-primary-dark);
}

.astra-child-home .review-role {
    margin: 4px 0 0;
    color: var(--astra-child-muted);
    font-size: 0.9rem;
}

.astra-child-home .stars {
    display: flex;
    gap: 6px;
    margin: 12px 0 10px;
    color: #f7b500;
    font-size: 1.1rem;
}

.astra-child-home .review-card p {
    margin: 0;
    line-height: 1.8;
    color: var(--astra-child-muted);
}

.astra-child-home .cta-box {
    background: linear-gradient(135deg, #10294d 0%, #1d3f68 100%);
    color: #fff;
    border-radius: 28px;
    padding: 46px 34px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 26px;
    box-shadow: var(--astra-child-shadow);
}

.astra-child-home .cta-box h3 {
    margin: 0 0 10px;
    color: #fff;
    font-size: clamp(2rem, 2.8vw, 3rem);
    letter-spacing: -0.05em;
    line-height: 1.1;
}

.astra-child-home .cta-box p {
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 1.08rem;
    max-width: 650px;
}

.astra-child-home .cta-box .btn-primary {
    background: linear-gradient(135deg, #1ea66f 0%, #0ea25c 100%);
    box-shadow: 0 16px 36px rgba(30, 166, 111, 0.28);
}

.astra-child-home footer.site-footer {
    background: #0d1b2d;
    color: rgba(255, 255, 255, 0.78);
    padding: 72px 0 30px;
}

.astra-child-home .footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
    gap: 30px;
}

.astra-child-home .footer-brand {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.astra-child-home .footer-brand .brand {
    font-size: 1.5rem;
}

.astra-child-home .footer-links h4,
.astra-child-home .support-links h4,
.astra-child-home .follow-links h4 {
    margin: 0 0 18px;
    color: #fff;
    font-size: 1.08rem;
    letter-spacing: -0.02em;
}

.astra-child-home .footer-links ul,
.astra-child-home .support-links ul,
.astra-child-home .follow-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 10px;
}

.astra-child-home .footer-links a,
.astra-child-home .support-links a,
.astra-child-home .follow-links a {
    color: rgba(255, 255, 255, 0.72);
    text-decoration: none;
    font-size: 0.96rem;
}

.astra-child-home .footer-bottom {
    padding-top: 26px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    margin-top: 36px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.88rem;
}

.astra-child-home .footer-bottom a {
    color: rgba(255, 255, 255, 0.78);
    text-decoration: none;
}

@media (max-width: 1024px) {
    .astra-child-home .hero .container,
    .astra-child-home .feature-grid,
    .astra-child-home .reviews-grid,
    .astra-child-home .footer-grid {
        grid-template-columns: 1fr 1fr;
    }

    .astra-child-home .portfolio-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .astra-child-home .nav-wrap {
        gap: 18px;
    }

    .astra-child-home .nav-wrap nav {
        gap: 18px;
    }
}

@media (max-width: 768px) {
    .astra-child-home .container,
    .astra-child-home .site-container,
    .astra-child-home .elementor-container,
    .astra-child-home .ast-container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .astra-child-home .top-header .container {
        min-height: 72px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .astra-child-home .nav-wrap nav {
        display: none;
    }

    .astra-child-home .brand {
        font-size: 1.4rem;
    }

    .astra-child-home .hero .container,
    .astra-child-home .feature-grid,
    .astra-child-home .reviews-grid,
    .astra-child-home .footer-grid,
    .astra-child-home .portfolio-grid {
        grid-template-columns: 1fr;
    }

    .astra-child-home .hero {
        padding-top: 44px;
    }

    .astra-child-home .hero-copy h1 {
        font-size: clamp(2.3rem, 13vw, 4rem);
        max-width: 95%;
    }

    .astra-child-home .cta-box {
        flex-direction: column;
        align-items: flex-start;
    }
}
