* {
    scroll-behavior: smooth;
}
:root {
    --navy: #07124a;
    --deep: #050b2d;
    --primary: #2457ff;
    --orange: #ff7a1a;
    --soft-shadow: 0 22px 70px rgba(18, 34, 88, 0.12);
    --card-shadow: 0 16px 40px rgba(20, 37, 82, 0.1);
}
body {
    font-family: Vazirmatn, sans-serif;
    background: #f7f9ff;
    color: #0f172a;
}
a {
    text-decoration: none;
}
.fw-black {
    font-weight: 900 !important;
}
.site-header {
    background: rgba(5, 11, 45, 0.78);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.brand-icon {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 16px;
    background: #fff;
    font-size: 22px;
}
.navbar-brand small {
    color: #bfdbfe;
    font-size: 12px;
}
.nav-link {
    font-weight: 800;
    color: #eaf2ff !important;
    font-size: 14px;
}
.btn-primary {
    background: var(--primary);
    border-color: var(--primary);
}
.btn-success {
    background: #10b981;
    border-color: #10b981;
}
.btn-orange {
    background: var(--orange);
    border-color: var(--orange);
    color: #fff;
    box-shadow: 0 15px 35px rgba(255, 122, 26, 0.25);
}
.btn-orange:hover {
    background: #ea580c;
    border-color: #ea580c;
    color: #fff;
}
.floating-call,
.floating-whatsapp{
    transition:.3s ease;
}
.floating-whatsapp {
    position: fixed;
    bottom: 22px;
    left: 22px;
    z-index: 999;
    display: inline-flex;
    border-radius: 18px;
    background: #10b981;
    padding: 12px 20px;
    color: #fff;
    font-weight: 900;
    box-shadow: 0 20px 45px rgba(16, 185, 129, 0.28);
}
.floating-call {
    position: fixed;
    bottom: 22px;
    right: 22px;
    z-index: 999;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--primary);
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 24px;
    box-shadow: 0 20px 45px rgba(36, 87, 255, 0.28);
}
.floating-call:hover,
.floating-whatsapp:hover {
    transform: translateY(-4px);
    color: #fff;
}
.hero-section {
    position: relative;
    overflow: hidden;
    padding: 140px 0 95px;
    color: #fff;
    background: radial-gradient(circle at 15% 20%, rgba(36, 87, 255, 0.55), transparent 27%),
        radial-gradient(circle at 80% 0%, rgba(107, 70, 255, 0.75), transparent 30%),
        radial-gradient(circle at 50% 90%, rgba(0, 194, 255, 0.18), transparent 30%),
        linear-gradient(135deg, #050b2d 0%, #08144f 48%, #081d7a 100%);
}
.hero-grid {
    position: absolute;
    inset: 0;
    opacity: 0.18;
    background-image: linear-gradient(rgba(255, 255, 255, 0.16) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.16) 1px, transparent 1px);
    background-size: 44px 44px;
}
.hero-badge {
    display: inline-flex;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.1);
    border-radius: 999px;
    padding: 9px 16px;
    font-size: 14px;
    font-weight: 800;
    color: #eff6ff;
    margin-bottom: 22px;
}
.hero-title {
    font-size: clamp(36px, 5vw, 64px);
    font-weight: 900;
    line-height: 1.35;
}
.hero-title span {
    color: #93c5fd;
}
.hero-desc {
    font-size: 18px;
    line-height: 2;
    color: rgba(239, 246, 255, 0.9);
    max-width: 650px;
}
.btn-glass {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
}
.btn-glass:hover {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
}
.tech-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.tech-badges span {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(16px);
    border-radius: 14px;
    padding: 10px 14px;
    font-size: 12px;
    font-weight: 800;
}
.hero-preview {
    position: relative;
    min-height: 520px;
}
.admin-preview {
    position: absolute;
    right: 0;
    top: 0;
    width: 520px;
    height: 400px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(16px);
    border-radius: 32px;
    padding: 18px;
    box-shadow: 0 0 80px rgba(36, 87, 255, 0.35);
}
.admin-preview img,
.shop-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 24px;
}
.shop-preview {
    position: absolute;
    left: 0;
    bottom: 45px;
    z-index: 2;
    width: min(650px, 88%);
    height: 360px;
    background: #fff;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 32px;
    padding: 12px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
}
.float-box {
    position: absolute;
    z-index: 4;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(18px);
    border: 1px solid rgba(255, 255, 255, 0.85);
    border-radius: 20px;
    padding: 14px 18px;
    color: var(--navy);
    box-shadow: var(--card-shadow);
    animation: float 5.8s ease-in-out infinite;
}
.float-box small {
    display: block;
    color: #64748b;
    margin-top: 4px;
}
.box-1 {
    right: 0;
    top: 50px;
}
.box-2 {
    left: 0;
    top: 110px;
    animation-direction: reverse;
}
.box-3 {
    left: 15px;
    bottom: 130px;
}
.box-4 {
    right: 40px;
    bottom: 190px;
    animation-direction: reverse;
}
@keyframes float {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-14px);
    }
}
.trust-wrap {
    position: relative;
    z-index: 3;
    margin-top: -35px;
}
.trust-card {
    background: #fff;
    border: 1px solid #eef2ff;
    border-radius: 28px;
    padding: 20px;
    box-shadow: var(--soft-shadow);
}
.trust-item {
    display: flex;
    align-items: center;
    gap: 14px;
    height: 100%;
}
.trust-item span {
    font-size: 34px;
}
.trust-item b {
    font-weight: 900;
}
.trust-item p {
    margin: 6px 0 0;
    color: #64748b;
    font-size: 13px;
}
.section-padding {
    padding: 90px 0;
}
.section-title {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 50px;
}
.section-title span {
    font-size: 14px;
    color: var(--primary);
    font-weight: 900;
}
.section-title h2 {
    font-size: clamp(30px, 4vw, 50px);
    font-weight: 900;
    color: var(--navy);
    line-height: 1.35;
}
.section-title p {
    color: #64748b;
    line-height: 2;
    margin-top: 16px;
}
/* .shot-card, */
.feature-card,
.business-card,
.logo-card {
    background: #fff;
    border-radius: 24px;
    box-shadow: var(--card-shadow);
    border: 1px solid #eef2ff;
    transition: 0.25s;
}
/* .shot-card {
    padding: 12px;
    text-align: center;
} */
/* .shot-card:hover, */
.feature-card:hover,
.business-card:hover,
.logo-card:hover {
    transform: translateY(-5px);
}
.shot-card{ 
    position: relative; 
    overflow: hidden; 
    border-radius: 26px; 
    background: #fff; 
    padding: 14px; 
    height: 100%; 
    transition: .35s ease; 
    box-shadow: 0 10px 40px rgba(15,23,42,.06); 
}
.shot-card:hover{ transform: translateY(-8px); box-shadow: 0 25px 70px rgba(37,99,235,.15); } 
.shot-image{ position: relative; overflow: hidden; border-radius: 18px; } 
.shot-image img{ width: 100%; height: 220px; object-fit: cover; object-position: top; transition: 1.2s ease; display: block; } 
.shot-image::after{
    content:'';
    position:absolute;
    inset:0;
    background:linear-gradient(to top,
        rgba(2,6,23,.18),
        transparent 45%);
    pointer-events:none;
}
.shot-card:hover .shot-image img{ transform: scale(1.08); } 
.shot-overlay{ position: absolute; inset: 0; background: linear-gradient(to top, rgba(2,6,23,.72), rgba(2,6,23,.15)); opacity: 0; transition: .35s ease; display: flex; align-items: center; justify-content: center; } 
.shot-card:hover .shot-overlay{ opacity: 1; } 
.shot-zoom{ width: 64px; height: 64px; border-radius: 50%; background: rgba(255,255,255,.18); backdrop-filter: blur(10px); display: flex; align-items: center; justify-content: center; color: #fff; font-size: 28px; transform: scale(.7); transition: .35s ease; } 
.shot-card:hover .shot-zoom{ transform: scale(1); } 
.shot-card h3{ margin-top: 18px; font-size: 17px; font-weight: 900; color: #0f172a; } 
.shot-card p{ margin-top: 8px; color: #64748b; line-height: 1.9; font-size: 13px; }

/* .shot-card img {
    height: 175px;
    width: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 16px;
}
.shot-card h3 {
    font-size: 15px;
    font-weight: 900;
    margin: 16px 0 4px;
}
.shot-card p {
    font-size: 12px;
    color: #64748b;
} */
.feature-card {
    height: 100%;
    padding: 30px;
    background: #f8fafc;
}
.feature-card img{
    width: 120px;
}
.feature-card span {
    font-size: 38px;
}
.feature-card h3 {
    font-size: 20px;
    font-weight: 900;
    margin-top: 18px;
}
.feature-card p {
    color: #64748b;
    line-height: 2;
    margin: 12px 0 0;
}
.business-card {
    height: 100%;
    padding: 22px;
    text-align: center;
}
.business-card span {
    display: block;
    font-size: 40px;
    margin-bottom: 12px;
}
.business-card b {
    font-size: 13px;
}
@media (min-width: 992px) {
    .col-lg-1-5 {
        flex: 0 0 auto;
        width: 12.5%;
    }
}
.logo-card {
    padding: 25px;
    text-align: center;
    background: #f8fafc;
}
.logo-card img {
    height: 64px;
    width: 64px;
    object-fit: contain;
}
.logo-card h3 {
    font-size: 16px;
    font-weight: 900;
    margin-top: 16px;
}
.logo-card p {
    font-size: 13px;
    color: #64748b;
    margin-bottom: 0;
}
.upgrade-box {
    border: 1px solid #fed7aa;
    background: rgba(255, 237, 213, 0.55);
    border-radius: 28px;
    padding: 25px;
}
.upgrade-box h3 {
    color: #c2410c;
    font-weight: 900;
}
.upgrade-box p {
    color: #64748b;
    margin-bottom: 0;
}
.soon-main,
.soon-card span {
    background: var(--orange);
    color: #fff;
    border-radius: 999px;
    font-weight: 900;
    font-size: 12px;
    padding: 7px 14px;
    align-self: flex-start;
}
.soon-card {
    position: relative;
    background: #fff;
    border-radius: 22px;
    padding: 22px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(249, 115, 22, 0.08);
}
.soon-card span {
    position: absolute;
    left: 15px;
    top: 15px;
    font-size: 10px;
    padding: 4px 10px;
}
.soon-card img {
    height: 54px;
    object-fit: contain;
}
.soon-card b {
    display: block;
    margin-top: 12px;
}
.price-card {
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 32px;
    background: #fff;
    padding: 32px;
    box-shadow: var(--soft-shadow);
}
.price-blue {
    border: 1px solid #c7d2fe;
    background: linear-gradient(145deg, #fff, #f8fbff);
}
.price-orange {
    border: 1px solid #fdba74;
    background: linear-gradient(145deg, #fff, #fff7ed);
}
.recommend-badge {
    position: absolute;
    left: 28px;
    top: 22px;
    background: var(--orange);
    color: #fff;
    border-radius: 999px;
    padding: 8px 16px;
    font-size: 12px;
    font-weight: 900;
    box-shadow: 0 12px 30px rgba(255, 122, 26, 0.25);
}
.price-card h3 {
    font-size: 26px;
    font-weight: 900;
}
.price-blue h3 {
    color: #1d4ed8;
}
.price-orange h3 {
    color: #ea580c;
}
.plan-sub {
    color: #475569;
    font-weight: 800;
}
.price {
    font-size: 34px;
    font-weight: 900;
    color: #020617;
    margin: 16px 0 24px;
}
.price small {
    font-size: 15px;
}
.price-card ul {
    list-style: none;
    padding: 0;
    margin: 0 0 26px;
}
.price-card li {
    margin-bottom: 11px;
    font-weight: 800;
    font-size: 14px;
    color: #334155;
}
.price-blue li:before {
    content: "✓";
    color: #10b981;
    margin-left: 8px;
}
.price-orange li:before {
    content: "✓";
    color: #f97316;
    margin-left: 8px;
}
.plan-image-wrap{
    position: relative;
    text-align: center;
}
.plan-image-wrap::before{
    content:'';
    position:absolute;
    inset:10%;
    background:rgba(26, 133, 255, 0.18);
    filter:blur(60px);
    border-radius:50%;
    z-index:0;
}
.plan-image-wrap img{
    position:relative;
    z-index:2;
    max-width:280px;
    filter:drop-shadow(0 25px 50px rgba(26, 133, 255,.22));
}
.plan-image-wrap1{
    position: relative;
    text-align: center;
}
.plan-image-wrap1::before{
    content:'';
    position:absolute;
    inset:10%;
    background:rgba(255,122,26,.18);
    filter:blur(60px);
    border-radius:50%;
    z-index:0;
}
.plan-image-wrap1 img{
    position:relative;
    z-index:2;
    max-width:280px;
    filter:drop-shadow(0 25px 50px rgba(249,115,22,.22));
}
.faq-item {
    background: #fff;
    border-radius: 18px;
    padding: 20px;
    box-shadow: var(--card-shadow);
    border: 1px solid #eef2ff;
}
.faq-item summary {
    font-weight: 900;
    cursor: pointer;
}
.faq-item p {
    color: #64748b;
    line-height: 2;
    margin: 15px 0 0;
}
.final-cta {
    border-radius: 30px;
    background: var(--navy);
    color: #fff;
    padding: 45px;
    box-shadow: 0 0 80px rgba(36, 87, 255, 0.35);
}
.final-cta h2 {
    font-size: clamp(28px, 4vw, 36px);
    margin-bottom: 15px;
    font-weight: 900;
}
.final-cta p {
    color: #dbeafe;
    line-height: 2;
}
.footer {
    background: #fff;
    border-top: 1px solid #e5e7eb;
    color: #64748b;
}
.footer a {
    color: #64748b;
}
@media (max-width: 991px) {
    .navbar-collapse {
        background: rgba(5, 11, 45, 0.95);
        border-radius: 20px;
        margin-top: 15px;
        padding: 20px;
    }
    .hero-section {
        padding-top: 120px;
    }
    .hero-preview {
        min-height: auto;
    }
    .shop-preview {
        position: relative;
        right: auto;
        bottom: auto;
        width: 100%;
        height: 280px;
    }
    .hero-title {
        font-size: 38px;
    }
}
@media (max-width: 575px) {
    .floating-whatsapp {
        padding: 11px 14px;
        font-size: 12px;
    }
    .floating-call {
        width: 52px;
        height: 52px;
    }
    .price {
        font-size: 28px;
    }
    .final-cta {
        padding: 30px;
    }
}

.demo-access-section{
    padding: 40px 0 20px;
    position: relative;
    z-index: 2;
}

.demo-access-box{
    background: linear-gradient(135deg,#07113d 0%,#0b1f73 100%);
    border-radius: 32px;
    padding: 50px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 25px 80px rgba(8,15,52,.18);
}

.demo-access-box::before{
    content:'';
    position:absolute;
    width:420px;
    height:420px;
    background:rgba(255,255,255,.05);
    border-radius:50%;
    left:-120px;
    top:-120px;
}

.demo-badge{
    display:inline-flex;
    align-items:center;
    gap:6px;
    padding:10px 18px;
    border-radius:50px;
    background:rgba(255,255,255,.12);
    color:#fff;
    font-size:13px;
    font-weight:800;
    margin-bottom:18px;
}

.demo-access-content h2{
    color:#fff;
    font-size:42px;
    font-weight:900;
    line-height:1.5;
    margin-bottom:18px;
}

.demo-access-content p{
    color:rgba(255,255,255,.75);
    line-height:2;
    margin-bottom:25px;
}

.demo-buttons{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
}

.demo-card{
    background:#fff;
    border-radius:28px;
    padding:28px;
    height:100%;
    box-shadow:0 15px 45px rgba(0,0,0,.08);
    position:relative;
    overflow:hidden;
}

.demo-card-admin{
    border:2px solid rgba(37,99,235,.15);
}

.demo-icon{
    width:70px;
    height:70px;
    border-radius:24px;
    background:linear-gradient(135deg,#16a34a,#22c55e);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:32px;
    margin-bottom:20px;
}

.demo-icon.admin{
    background:linear-gradient(135deg,#2563eb,#3b82f6);
}

.demo-card h3{
    font-size:24px;
    font-weight:900;
    color:#0f172a;
    margin-bottom:12px;
}

.demo-card p{
    color:#64748b;
    line-height:2;
    min-height:65px;
}

.demo-info{
    background:#f8fafc;
    border-radius:18px;
    padding:14px 18px;
    margin-top:14px;
}

.demo-info span{
    display:block;
    color:#64748b;
    font-size:13px;
    margin-bottom:4px;
}

.demo-info strong{
    color:#0f172a;
    font-size:18px;
    font-weight:900;
}

.demo-note{
    margin-top:18px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:100%;
    padding:12px;
    border-radius:16px;
    background:#ecfeff;
    color:#0891b2;
    font-size:13px;
    font-weight:800;
}

@media(max-width:768px){

    .demo-access-box{
        padding:30px 20px;
    }

    .demo-access-content h2{
        font-size:30px;
    }

}
```
