﻿/* Minified index.css - add to your build process */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body {
    font-family: system-ui,-apple-system,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;
    line-height: 1.5;
    color: #1e293b;
    background: #fff
}

.hero-c {
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
    position: relative;
    z-index: 1
}

.c {
    max-width: 90%;
    margin: 0 auto;
    padding: 0 24px
}

.nav {
    background: rgba(255,255,255,.95);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    padding: 16px 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
    transition: transform .3s
}

    .nav.hide {
        transform: translateY(-100%)
    }

.nav-c {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.logo {
    display: flex;
    align-items: center;
    gap: 12px
}

    .logo img {
        height: 40px;
        width: auto
    }

.logo-t {
    font-size: 24px;
    font-weight: 800;
    background: linear-gradient(135deg,#3b82f6,#8b5cf6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.nav-m {
    display: flex;
    list-style: none;
    gap: 32px;
    align-items: center
}

    .nav-m a {
        text-decoration: none;
        color: #64748b;
        font-weight: 500;
        transition: color .3s;
        position: relative;
        padding: 8px 0
    }

        .nav-m a:hover, .nav-m a.act {
            color: #3b82f6
        }

            .nav-m a.act::after {
                content: '';
                position: absolute;
                bottom: 0;
                left: 0;
                width: 100%;
                height: 2px;
                background: linear-gradient(90deg,#3b82f6,#8b5cf6)
            }

.btn {
    background: linear-gradient(135deg,#3b82f6,#8b5cf6);
    color: #fff !important;
    padding: 12px 48px;
    border-radius: 9999px;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(59,130,246,.3);
    transition: all .3s;
    border: none;
    cursor: pointer;
    display: inline-block;
    text-decoration: none
}

    .btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 24px rgba(59,130,246,.4);
        color: #fff
    }

.car-wrap {
    position: relative;
    max-width: 90%;
    margin: 0 auto;
    overflow: hidden
}

.car-s {
    display: none;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    padding: 0 24px
}

    .car-s.act {
        display: grid
    }

    .car-s h2 {
        font-size: 46px;
        font-weight: 800;
        line-height: 1.1;
        margin-bottom: 24px;
        background: linear-gradient(135deg,#1e293b,#3b82f6);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text
    }

    .car-s p {
        font-size: 20px;
        color: #64748b;
        line-height: 1.8;
        margin-bottom: 32px
    }

    .car-s img {
        height: 500px;
        border-radius: 24px;
        box-shadow: 0 20px 60px rgba(0,0,0,.15);
        max-width: 800px;
        width: auto
    }

.car-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 56px;
    height: 56px;
    background: rgba(255,255,255,.95);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
    box-shadow: 0 8px 24px rgba(0,0,0,.2);
    z-index: 10
}

    .car-btn:hover {
        background: #fff;
        box-shadow: 0 12px 32px rgba(0,0,0,.3);
        transform: translateY(-50%) scale(1.1)
    }

    .car-btn.prev {
        left: 24px
    }

    .car-btn.next {
        right: 24px
    }

    .car-btn svg {
        width: 24px;
        height: 24px;
        fill: #1e293b
    }

.car-dots {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 40px
}

.car-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #cbd5e1;
    cursor: pointer;
    transition: all .3s
}

    .car-dot.act {
        background: #3b82f6;
        width: 32px;
        border-radius: 6px
    }

.hero {
    background: linear-gradient(135deg,#eff6ff 0,#f5f3ff 100%);
    padding: 160px 0 100px;
    position: relative;
    overflow: hidden;
    margin-top: 0
}

    .hero::before {
        content: '';
        position: absolute;
        top: -50%;
        right: -10%;
        width: 600px;
        height: 600px;
        background: radial-gradient(circle,rgba(139,92,246,.15),transparent);
        border-radius: 50%
    }

    .hero::after {
        content: '';
        position: absolute;
        bottom: -30%;
        left: -5%;
        width: 500px;
        height: 500px;
        background: radial-gradient(circle,rgba(59,130,246,.15),transparent);
        border-radius: 50%
    }

.feat {
    padding: 100px 0;
    background: #fff
}

.feat-g {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(320px,1fr));
    gap: 32px;
    margin-top: 64px
}

.feat-c {
    background: #fff;
    border: 1px solid #e2e8f0;
    padding: 40px;
    border-radius: 16px;
    transition: all .3s;
    position: relative;
    overflow: hidden
}

    .feat-c::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 4px;
        background: linear-gradient(90deg,#3b82f6,#8b5cf6);
        transform: scaleX(0);
        transition: transform .3s;
        transform-origin: left
    }

    .feat-c:hover {
        box-shadow: 0 12px 40px rgba(0,0,0,.08);
        transform: translateY(-4px)
    }

        .feat-c:hover::before {
            transform: scaleX(1)
        }

.feat-i {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg,#dbeafe,#ede9fe);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px
}

    .feat-i svg {
        width: 32px;
        height: 32px
    }

.feat-c h3 {
    font-size: 24px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 16px
}

.feat-c p {
    color: #64748b;
    line-height: 1.7
}

.stat {
    padding: 80px 0;
    background: linear-gradient(135deg,#8b5cf6,#3b82f6);
    opacity: .8
}

.stat-g {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(200px,1fr));
    gap: 48px;
    text-align: center
}

.stat-n {
    font-size: 56px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 8px
}

.stat-l {
    font-size: 18px;
    color: #e2e8f0;
    font-weight: 500
}

.proc {
    padding: 100px 0;
    background: #f8fafc
}

.t {
    text-align: center;
    font-size: 48px;
    font-weight: 900;
    margin-bottom: 16px;
    background: linear-gradient(135deg,#1e293b,#3b82f6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.st {
    text-align: center;
    font-size: 20px;
    color: #64748b;
    margin-bottom: 64px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto
}

.proc-g {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(280px,1fr));
    gap: 48px;
    position: relative
}

.proc-c {
    background: #fff;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0,0,0,.06);
    position: relative
}

.proc-n {
    position: absolute;
    top: -20px;
    left: 40px;
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg,#3b82f6,#8b5cf6);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 900;
    box-shadow: 0 8px 24px rgba(59,130,246,.3)
}

.proc-c h3 {
    font-size: 24px;
    font-weight: 700;
    color: #1e293b;
    margin: 40px 0 16px
}

.proc-c p {
    color: #64748b;
    line-height: 1.7
}

.serv {
    padding: 100px 0;
    background: #fff
}

.serv-g {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(340px,1fr));
    gap: 32px;
    margin-top: 64px
}

.serv-c {
    background: linear-gradient(135deg,#f8fafc,#fff);
    border: 1px solid #e2e8f0;
    padding: 40px;
    border-radius: 16px;
    transition: all .3s
}

    .serv-c:hover {
        box-shadow: 0 12px 40px rgba(0,0,0,.08);
        transform: translateY(-4px)
    }

    .serv-c h3 {
        font-size: 22px;
        font-weight: 700;
        color: #1e293b;
        margin-bottom: 16px
    }

    .serv-c p {
        color: #64748b;
        line-height: 1.7
    }

.team {
    padding: 100px 0;
    background: #fff
}

.team-g {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
    gap: 32px;
    margin-top: 64px
}

.team-c {
    background: linear-gradient(135deg,#f8fafc,#fff);
    border: 1px solid #e2e8f0;
    padding: 40px;
    border-radius: 16px;
    text-align: center;
    transition: all .3s
}

    .team-c:hover {
        box-shadow: 0 12px 40px rgba(0,0,0,.08);
        transform: translateY(-4px)
    }

.team-img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: 0 auto 24px;
    object-fit: cover;
    border: 4px solid #e2e8f0
}

.team-c h3 {
    font-size: 24px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 8px
}

.team-t {
    font-size: 16px;
    color: #3b82f6;
    font-weight: 600;
    margin-bottom: 8px
}

.team-c p {
    color: #64748b;
    line-height: 1.7;
    font-size: 15px
}

.cta {
    padding: 100px 0;
    background: linear-gradient(135deg,#1e293b,#334155);
    text-align: center;
    color: #fff
}

    .cta h2 {
        font-size: 48px;
        font-weight: 900;
        margin-bottom: 24px
    }

    .cta p {
        font-size: 20px;
        color: #cbd5e1;
        margin-bottom: 40px
    }

.cf {
    padding: 100px 0;
    background: #f8fafc
}

    .cf form {
        max-width: 800px;
        margin: 0 auto;
        background: #fff;
        padding: 48px;
        border-radius: 24px;
        box-shadow: 0 12px 48px rgba(0,0,0,.08)
    }

.fr {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px
}

.fg {
    margin-bottom: 24px
}

    .fg label {
        display: block;
        margin-bottom: 8px;
        font-weight: 600;
        color: #1e293b;
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: .05em
    }

.fc {
    width: 100%;
    padding: 14px 16px;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    font-size: 16px;
    transition: all .3s;
    background: #fff
}

    .fc:focus {
        outline: none;
        border-color: #3b82f6;
        box-shadow: 0 0 0 3px rgba(59,130,246,.1)
    }

.vm {
    color: #ef4444;
    font-size: 14px;
    margin-top: 4px;
    display: block
}

.bs {
    width: 100%;
    background: linear-gradient(135deg,#3b82f6,#8b5cf6);
    color: #fff;
    padding: 16px;
    border: none;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: all .3s;
    box-shadow: 0 4px 12px rgba(59,130,246,.3)
}

    .bs:hover:not(:disabled) {
        transform: translateY(-2px);
        box-shadow: 0 8px 24px rgba(59,130,246,.4)
    }

    .bs:disabled {
        opacity: .6;
        cursor: not-allowed
    }

.ft {
    background: #0f172a;
    color: #94a3b8;
    padding: 80px 0 32px
}

.ft-c {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 64px;
    margin-bottom: 48px
}

.ft-l {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px
}

    .ft-l img {
        height: 48px
    }

.ft-t {
    font-size: 20px;
    font-weight: 800;
    color: #fff
}

.ft p {
    line-height: 1.8;
    margin-bottom: 16px
}

.ft h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px
}

.ft ul {
    list-style: none;
    padding: 0
}

.ft li {
    margin-bottom: 12px
}

.ft a {
    color: #94a3b8;
    text-decoration: none;
    transition: color .3s
}

    .ft a:hover {
        color: #3b82f6
    }

.ft-b {
    text-align: center;
    padding-top: 32px;
    border-top: 1px solid #1e293b;
    color: #64748b
}

@@media(max-width:768px) {
    .nav-m {
        display: none
    }

    .hero {
        padding: 120px 0 60px
    }

    .hero-c, .fr {
        grid-template-columns: 1fr
    }

    .hero h1 {
        font-size: 36px
    }

    .t {
        font-size: 32px
    }

    .ft-c {
        grid-template-columns: 1fr
    }

    .car-s {
        grid-template-columns: 1fr;
        gap: 40px
    }

        .car-s img {
            height: auto;
            width: 100%
        }

        .car-s h2 {
            font-size: 28px
        }
}

.g-recaptcha {
    margin: 16px 0
}

.required {
    color: #ef4444;
    font-weight: bold
}

.pds-toast {
    position: fixed;
    bottom: 32px;
    right: 32px;
    z-index: 9999;
    padding: 16px 24px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 8px 32px rgba(0,0,0,.18);
    animation: toast-in .25s ease;
    max-width: 380px
}

.pds-toast-info {
    background: #1e40af;
    color: #fff
}

.pds-toast-success {
    background: #15803d;
    color: #fff
}

.pds-toast-error {
    background: #b91c1c;
    color: #fff
}

.pds-toast-icon {
    font-size: 18px;
    flex-shrink: 0
}

@@keyframes toast-in {
    from {
        opacity: 0;
        transform: translateY(16px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.row {
    display: flex;
    flex-wrap: wrap
}

.col {
    flex: 1
}
