* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Inter", "Segoe UI", Arial, sans-serif;
    color: #182033;
    background: #ffffff;
    line-height: 1.6;
}

a {
    text-decoration: none;
}

.container {
    width: min(1180px, 92%);
    margin: auto;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 99;
    background: rgba(255,255,255,0.9);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid #edf0f5;
}

.header-inner {
    height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo{
    display:flex;
    align-items:center;
    text-decoration:none;
}

.logo img{
    height:82px;
    width:auto;
    display:block;
    transition:.3s;
}

@media(max-width:768px){

.logo img{
    height:45px;
}

}

.logo img:hover{
    transform:scale(1.03);
}

.nav {
    display: flex;
    align-items: center;
    gap: 28px;
}

.nav a {
    color: #374151;
    font-weight: 600;
    font-size: 15px;
}

.nav-btn {
    background: #f97316;
    color: #fff !important;
    padding: 11px 20px;
    border-radius: 30px;
}

.hero {
    padding: 95px 0 70px;
    background:
        radial-gradient(circle at top left, rgba(249,115,22,0.15), transparent 34%),
        linear-gradient(135deg, #fff7ed 0%, #ffffff 45%, #eef6ff 100%);
    overflow: hidden;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    align-items: center;
    gap: 60px;
}

.badge {
    display: inline-block;
    background: #fff;
    color: #f97316;
    padding: 10px 18px;
    border-radius: 40px;
    font-weight: 700;
    box-shadow: 0 10px 30px rgba(249,115,22,0.12);
    margin-bottom: 22px;
}

.hero h1 {
    font-size: 58px;
    line-height: 1.08;
    letter-spacing: -2px;
    color: #111827;
    margin-bottom: 24px;
}

.hero h1 span {
    color: #f97316;
}

.hero p {
    font-size: 18px;
    color: #5b6475;
    max-width: 650px;
    margin-bottom: 34px;
}

.hero-actions,
.cta-actions {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.btn-primary,
.btn-secondary {
    padding: 15px 26px;
    border-radius: 34px;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-primary {
    background: linear-gradient(135deg, #f97316, #fb923c);
    color: #fff;
    box-shadow: 0 16px 34px rgba(249,115,22,0.28);
}

.btn-secondary {
    background: #fff;
    color: #111827;
    border: 1px solid #e5e7eb;
}

.hero-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 44px;
}

.hero-stats div {
    background: #fff;
    padding: 18px;
    border-radius: 20px;
    box-shadow: 0 16px 40px rgba(15,23,42,0.07);
}

.hero-stats strong {
    display: block;
    color: #111827;
    font-size: 22px;
}

.hero-stats small {
    color: #6b7280;
}

.hero-card {
    position: relative;
    min-height: 470px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dashboard-card {
    width: 100%;
    max-width: 420px;
    background: rgba(255,255,255,0.88);
    backdrop-filter: blur(20px);
    padding: 34px;
    border-radius: 34px;
    box-shadow: 0 30px 80px rgba(15,23,42,0.16);
    border: 1px solid rgba(255,255,255,0.9);
}

.dashboard-card h3 {
    font-size: 24px;
    margin-bottom: 26px;
}

.dash-row {
    display: flex;
    justify-content: space-between;
    font-weight: 700;
    margin-top: 18px;
    margin-bottom: 8px;
}

.progress {
    height: 10px;
    background: #edf2f7;
    border-radius: 20px;
    overflow: hidden;
}

.progress span {
    display: block;
    height: 100%;
    background: linear-gradient(135deg, #f97316, #2563eb);
    border-radius: 20px;
}

.floating-card {
    position: absolute;
    background: #fff;
    padding: 15px 18px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 800;
    box-shadow: 0 18px 45px rgba(15,23,42,0.14);
}

.floating-card i {
    color: #f97316;
}

.floating-card.top {
    top: 45px;
    left: 15px;
}

.floating-card.bottom {
    bottom: 50px;
    right: 5px;
}

.trust-section {
    padding: 28px 0;
    background: #fff;
}

.trust-box {
    background: #111827;
    color: #fff;
    padding: 24px 32px;
    border-radius: 24px;
    text-align: center;
    font-size: 18px;
}

.section {
    padding: 90px 0;
}

.section-heading {
    max-width: 720px;
    margin: 0 auto 52px;
    text-align: center;
}

.section-heading span,
.about-content span {
    color: #f97316;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.section-heading h2,
.about-content h2,
.cta-box h2 {
    font-size: 42px;
    line-height: 1.18;
    color: #111827;
    margin: 12px 0 16px;
}

.section-heading p {
    color: #6b7280;
    font-size: 17px;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.service-card {
    background: #fff;
    padding: 32px 26px;
    border-radius: 28px;
    border: 1px solid #edf0f5;
    box-shadow: 0 20px 50px rgba(15,23,42,0.06);
    transition: 0.3s ease;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 70px rgba(15,23,42,0.11);
}

.service-card i {
    width: 56px;
    height: 56px;
    background: #fff7ed;
    color: #f97316;
    display: grid;
    place-items: center;
    border-radius: 18px;
    font-size: 24px;
    margin-bottom: 22px;
}

.service-card h3 {
    font-size: 20px;
    margin-bottom: 12px;
}

.service-card p {
    color: #6b7280;
}

.about-section {
    padding: 90px 0;
    background: #f8fafc;
}

.about-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 60px;
    align-items: center;
}

.image-box {
    min-height: 390px;
    border-radius: 36px;
    padding: 44px;
    color: #fff;
    background:
        linear-gradient(135deg, rgba(17,24,39,0.9), rgba(249,115,22,0.85)),
        url("https://images.unsplash.com/photo-1488646953014-85cb44e25828?auto=format&fit=crop&w=1000&q=80");
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.image-box i {
    font-size: 52px;
    margin-bottom: 20px;
}

.image-box h3 {
    font-size: 30px;
}

.about-content p {
    color: #5b6475;
    margin-bottom: 20px;
    font-size: 17px;
}

.growth-section {
    padding: 90px 0;
    background: #111827;
}

.section-heading.light h2,
.section-heading.light p {
    color: #fff;
}

.growth-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.growth-card {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.12);
    padding: 30px;
    border-radius: 26px;
    color: #fff;
}

.growth-card strong {
    color: #fb923c;
    font-size: 28px;
}

.growth-card h3 {
    margin: 16px 0 10px;
    font-size: 21px;
}

.growth-card p {
    color: #d1d5db;
}

.cta-section {
    padding: 90px 0;
    background: linear-gradient(135deg, #fff7ed, #eff6ff);
}

.cta-box {
    text-align: center;
    background: #fff;
    padding: 60px 30px;
    border-radius: 36px;
    box-shadow: 0 30px 80px rgba(15,23,42,0.09);
}

.cta-box p {
    max-width: 700px;
    margin: 0 auto 30px;
    color: #6b7280;
    font-size: 18px;
}

.cta-actions {
    justify-content: center;
}

.footer {
    background: #0f172a;
    color: #cbd5e1;
    padding: 28px 0;
}

.footer-inner {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    font-size: 14px;
}

@media (max-width: 992px) {
    .hero-grid,
    .about-grid {
        grid-template-columns: 1fr;
    }

    .hero h1 {
        font-size: 44px;
    }

    .services-grid,
    .growth-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .nav {
        display: none;
    }
}

@media (max-width: 576px) {
    .hero {
        padding-top: 60px;
    }

    .hero h1 {
        font-size: 36px;
    }

    .hero-stats,
    .services-grid,
    .growth-grid {
        grid-template-columns: 1fr;
    }

    .section-heading h2,
    .about-content h2,
    .cta-box h2 {
        font-size: 32px;
    }

    .footer-inner {
        flex-direction: column;
        text-align: center;
    }

    .floating-card {
        display: none;
    }
}