:root {
    --dark: #0f172a;
    --light: #f8fafc;
    --muted: #64748b;
    --accent: #ef4444;
    --glass: rgba(255, 255, 255, 0.12);
    /* --shadow-soft: 0 12px 28px rgba(0, 0, 0, .1); */
}

.hero {
    min-height: 55vh;
    background:
    
        url("../img/Web\ Baner-0007\ \(1\).png");
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
}

.hero-content {
    max-width: 1200px;
    padding: 0 20px;
    margin: auto;
}

.hero h1 {
    font-size: clamp(2.2rem, 4.5vw, 3.4rem);
    color: #fff;
    max-width: 700px;
    margin-bottom:6.5rem;
}

.hero p {
    margin-top: 18px;
    max-width: 600px;
    color: #e5e7eb !important;
    font-size: 1.1rem !important;
}

.hero .line {
    width: 90px;
    height: 4px;
    background: var(--accent);
    margin: 30px 0;
}
/* ================= SECTIONS ================= */
.section{
    max-width:1200px;
    margin:auto;
    padding:90px 20px;
}

.section-title{
    font-size:1.9rem;
    margin-bottom:20px;
    position:relative;
}

.section-title::after{
    content:'';
    width:50px;
    height:3px;
    background:var(--accent);
    display:block;
    margin-top:10px;
}

.section p{
    color:var(--muted);
    max-width:900px;
}

/* ================= SPLIT ================= */
.split{
    display:grid;
    grid-template-columns:1.2fr 1fr;
    gap:60px;
    align-items:center;
}

.split-box{
    background:#fff;
    padding:50px;
    border-radius:22px;
    box-shadow:0 30px 60px rgba(0,0,0,.08);
}

/* ================= FEATURES ================= */
.features{
    background:linear-gradient(180deg,#f8fafc,#eef2f7);
}

.feature-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
    gap:30px;
    margin-top:40px;
}

.feature{
    background:#fff;
    padding:35px;
    border-radius:22px;
    position:relative;
    transition:.4s ease;
}

.feature::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:4px;
    background:var(--accent);
    border-radius:20px 0 0 20px;
}

.feature:hover{
    transform:translateY(-10px);
    box-shadow:0 25px 50px rgba(0,0,0,.12);
}

.feature h3{
    margin-bottom:10px;
}

.feature p{
    font-size:.95rem;
}


/* ================= RESPONSIVE ================= */
@media(max-width:900px){
    .split{grid-template-columns:1fr}
    .cta{padding:50px 25px}
}

      


.future-section {
    padding: 0 !important;
    /* background: transparent !important; */
}

.future-bespoke {
    position: relative;
    width: 100%;
    /* background: linear-gradient(145deg, #ffffff, #f1f5f9); */
    /* border-radius: 24px;
    box-shadow: 
        0 20px 40px rgba(15, 23, 42, 0.08),
        0 8px 16px rgba(15, 23, 42, 0.04),
        inset 0 1px 0 rgba(255, 255, 255, 0.8); */
    padding: 80px 60px;
    overflow: hidden;
    z-index: 1;
    margin: 0;
}

/* Animated gradient background */
.future-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.4;
    background: 
        radial-gradient(circle at 10% 20%, rgba(100, 149, 237, 0.15) 0%, transparent 20%),
        radial-gradient(circle at 90% 30%, rgba(103, 232, 249, 0.1) 0%, transparent 20%),
        radial-gradient(circle at 50% 80%, rgba(216, 180, 254, 0.1) 0%, transparent 20%);
    animation: gradientShift 20s ease infinite alternate;
}

@keyframes gradientShift {
    0% { transform: scale(1) rotate(0deg); }
    100% { transform: scale(1.1) rotate(2deg); }
}

/* Floating particles */
.particle {
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(45deg, #6366f1, #8b5cf6);
    opacity: 0.1;
    z-index: -1;
}

.future-container {
    position: relative;
    z-index: 2;
}

.future-header {
    text-align: center;
    margin-bottom: 60px;
    animation: fadeInUp 0.8s ease-out;
}

.future-tag {
    display: inline-block;
    /* background: var(--primary-gradient); */
    color: white;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 10px 24px;
    border-radius: 50px;
    margin-bottom: 24px;
    /* box-shadow: 0 4px 12px rgba(99, 102, 241, 0.2); */
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% { box-shadow: 0 4px 12px rgba(99, 102, 241, 0.2); }
    50% { box-shadow: 0 6px 20px rgba(99, 102, 241, 0.3); }
}

.future-header h2 {
  font-size:1.9rem;
    font-weight: 800;
    margin-bottom: 20px;
    color: #0f172a;
    line-height: 1.1;
}

.future-header h2 span {
    background: linear-gradient(90deg, #6366f1, #ef4444);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    position: relative;
}

.future-header h2 span::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #6366f1, #3b82f6);
    border-radius: 2px;
    transform: scaleX(0);
    transform-origin: left;
    animation: lineExpand 1s ease-out 0.5s forwards;
}

@keyframes lineExpand {
    to { transform: scaleX(1); }
}

.future-header p {
    font-size: 1.2rem;
    line-height: 1.6;
    color: #64748b;
    max-width: 800px;
    margin: 0 auto;
}

.future-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 30px;
}

.future-card {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 32px;
    box-shadow: 
        0 10px 25px rgba(15, 23, 42, 0.04),
        0 5px 10px rgba(15, 23, 42, 0.02),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.9);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.1);
    position: relative;
    overflow: hidden;
    opacity: 0;
    transform: translateY(30px);
}

.future-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: var(--primary-gradient);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s ease;
}

.future-card:nth-child(1) { animation: cardAppear 0.6s ease 0.2s forwards; }
.future-card:nth-child(2) { animation: cardAppear 0.6s ease 0.4s forwards; }
.future-card:nth-child(3) { animation: cardAppear 0.6s ease 0.6s forwards; }
.future-card:nth-child(4) { animation: cardAppear 0.6s ease 0.8s forwards; }
.future-card:nth-child(5) { animation: cardAppear 0.6s ease 1.0s forwards; }
.future-card:nth-child(6) { animation: cardAppear 0.6s ease 1.2s forwards; }

@keyframes cardAppear {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.future-card:hover {
    transform: translateY(-12px);
    box-shadow: 
        0 20px 40px rgba(15, 23, 42, 0.1),
        0 10px 20px rgba(15, 23, 42, 0.06);
}

.future-card:hover::before {
    transform: scaleX(1);
}

.future-card h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 16px;
    color: #0f172a;
    display: flex;
    align-items: center;
}

.future-card h3::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background: var(--primary-gradient);
    border-radius: 50%;
    margin-right: 12px;
    transition: transform 0.3s ease;
}

.future-card:hover h3::before {
    transform: scale(1.5);
}

.future-card p {
    color: #64748b;
    line-height: 1.6;
    font-size: 1rem;
}

.future-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.05), rgba(139, 92, 246, 0.05));
    border-radius: 50%;
    transform: translate(30%, 30%);
    transition: transform 0.5s ease;
}

.future-card:hover::after {
    transform: translate(10%, 10%);
}

/* Subtle animated icons */
.card-icon {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 1.8rem;
    opacity: 0.1;
    color: #6366f1;
    transition: opacity 0.3s ease;
}

.future-card:hover .card-icon {
    opacity: 0.2;
}