
 :root {
      --primary: #1262ff;
      --primary-dark: #0a39b8;
      --secondary: #7b4dff;
      --accent: #00d4ff;
      --dark: #101828;
      --gray: #667085;
      --light: #f6f9ff;
      --border: #e6ebf5;
      --white: #ffffff;
      --success: #1262ff;
      --warning: #ffb020;
      --shadow: 0 20px 60px rgba(16, 24, 40, .10);
      --radius: 24px;
    }


 .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
	  font-size:16px;
      padding: 13px 22px;
      border-radius: 999px;
      font-weight: 700;
      border: 1px solid transparent;
      transition: .25s ease;
      cursor: pointer;
      white-space: nowrap;
    }
    .btn-primary { background: linear-gradient(135deg, var(--primary), var(--secondary)); color: #fff; box-shadow: 0 12px 28px rgba(18, 98, 255, .25); }
    .btn-primary:hover { transform: translateY(-2px); box-shadow: 0 16px 36px rgba(18, 98, 255, .35); }
    .btn-outline { border-color: var(--border); color: #1d2939; background: #fff; }
    .btn-outline:hover { border-color: var(--primary); color: var(--primary); }

 .hero {


      position: relative;
      overflow: hidden;
      background:
        radial-gradient(circle at 12% 15%, rgba(0,212,255,.18), transparent 28%),
        radial-gradient(circle at 85% 20%, rgba(123,77,255,.18), transparent 30%),
        linear-gradient(180deg, #f7faff 0%, #fff 76%);
      padding: 152px 0 60px;
    }
    .hero-grid { display: grid; grid-template-columns: 1.03fr .97fr; gap: 48px; align-items: center; }
    .hero h1 { font-size: clamp(32px, 4.1vw, 52px); line-height: 1.22; letter-spacing: -0.8px; font-weight: 750; margin-bottom: 26px; max-width: 720px; color:var(--dark) }
    .hero p { font-size: 17px; line-height: 1.9; color: #475467; max-width: 620px; margin-bottom: 30px; font-weight: 400; }
    .hero .highlight { color: var(--primary); }
    .hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 34px; }
    .stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; max-width: 620px; }
    .stat { background: #fff; border: 1px solid var(--border); border-radius: 18px; padding: 18px; box-shadow: 0 8px 28px rgba(16,24,40,.06); }
    .stat strong { display: block; font-size: 26px; color: var(--primary); line-height: 1.1; }
    .stat span { color: var(--gray); font-size: 14px; }

    .cloud-card {
      position: relative;
      background: rgba(255,255,255,.82);
      border: 1px solid rgba(230,235,245,.9);
      border-radius: 32px;
      box-shadow: var(--shadow);
      padding: 30px;
    }
    .orbit {
      min-height: 450px;
      border-radius: 28px;
      background: linear-gradient(145deg, #102a8f, #175cff 54%, #7b4dff);
      position: relative;
      overflow: hidden;
      color: #fff;
      padding: 34px;
    }
    .orbit:before { content:""; position:absolute; width:520px; height:520px; border:1px solid rgba(255,255,255,.15); border-radius:50%; top:-40px; right:-120px; }
    .orbit:after { content:""; position:absolute; width:360px; height:360px; border:1px solid rgba(255,255,255,.18); border-radius:50%; bottom:-120px; left:-80px; }
    .platform-box { position: relative; z-index: 1; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.22); border-radius: 24px; padding: 22px; backdrop-filter: blur(10px); }
    .platform-box h3 { font-size: 24px; margin-bottom: 10px; }
    .platform-box p { color: rgba(255,255,255,.76); font-size: 15px; margin: 0; }
    .provider-list { position: relative; z-index: 1; display: grid; gap: 14px; margin-top: 24px; }
    .provider { display: flex; align-items: center; justify-content: space-between; gap: 16px; background: #fff; color: var(--dark); border-radius: 18px; padding: 18px; box-shadow: 0 10px 30px rgba(0,0,0,.14); }
    .provider-name { display: flex; align-items: center; gap: 12px; font-weight: 800; }
    .provider-name .icon { width: 42px; height: 42px; border-radius: 14px; display: grid; place-items: center; color: #fff; font-weight: 900; }
    .ali { background: #ff6a00; } .tx { background: #1262ff; } .aws { background: #232f3e; }
    .discount { color: var(--success); font-weight: 900; }

    section { padding: 84px 0; }
    .section-title { text-align: center; max-width: 760px; margin: 0 auto 44px; }
    .section-title h2 { font-size: clamp(26px, 3.3vw, 38px); line-height: 1.28; letter-spacing: -0.4px; font-weight: 720; margin-bottom: 18px; color:var(--dark); }
    .section-title p { color: var(--gray); font-size: 17px; }

    .features { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
    .feature-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 28px; box-shadow: 0 12px 36px rgba(16,24,40,.06); transition: .25s; }
    .feature-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
    .feature-card .num { width: 46px; height: 46px; border-radius: 15px; display: grid; place-items: center; background: #eef4ff; color: var(--primary); font-weight: 900; margin-bottom: 18px; }
    .feature-card h3 { font-size: 19px; font-weight: 700; margin-bottom: 10px; color:var(--dark); }
    .feature-card p { color: var(--gray); font-size: 15px; }

    .blue-section { background: linear-gradient(180deg, #f6f9ff, #fff); }
    .products { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
    .product-card { background: #fff; border-radius: 28px; border: 1px solid var(--border); padding: 30px; box-shadow: var(--shadow); position: relative; overflow: hidden; }
    .product-card:before { content:""; position: absolute; inset: 0 0 auto; height: 6px; background: linear-gradient(90deg, var(--primary), var(--secondary)); }
    .product-card h3 { font-size: 22px; font-weight: 720; margin: 18px 0 10px; }
    .product-card p { color: var(--gray); margin-bottom: 20px; }
    .product-card ul { list-style: none; display: grid; gap: 12px; }
    .product-card li { color: #344054; display: flex; gap: 10px; align-items: flex-start; }
    .check { color: var(--success); font-weight: 900; }

    .compare-wrap { background: #fff; border: 1px solid var(--border); border-radius: 30px; box-shadow: var(--shadow); overflow: hidden; }
    .compare { width: 100%; border-collapse: collapse; min-width: 760px; }
    .compare th, .compare td { padding: 22px; border-bottom: 1px solid var(--border); text-align: left; }
    .compare th { background: #f4f7ff; color: #1d2939; font-size: 16px; }
    .compare td { color: #475467; }
    .compare tr:last-child td { border-bottom: 0; }
    .yes { color: var(--success); font-weight: 800; }
    .no { color: #98a2b3; }

    .steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; position: relative; }
    .step { background: #fff; border: 1px solid var(--border); border-radius: 28px; padding: 30px; box-shadow: 0 10px 34px rgba(16,24,40,.06); }
    .step-icon { width: 58px; height: 58px; border-radius: 20px; display: grid; place-items: center; background: linear-gradient(135deg, var(--primary), var(--secondary)); color: #fff; font-size: 24px; font-weight: 900; margin-bottom: 18px; }
    .step h3 { font-size: 21px; font-weight: 720; margin-bottom: 10px; }
    .step p { color: var(--gray); }

    .cta {
      padding: 78px 0;
      background: linear-gradient(135deg, #0b2b82, #145dff 56%, #7b4dff);
      color: #fff;
      position: relative;
      overflow: hidden;
    }
    .cta:before { content:""; position:absolute; width:520px; height:520px; border-radius:50%; background:rgba(255,255,255,.08); top:-220px; right:-120px; }
    .cta-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1.2fr .8fr; gap: 38px; align-items: center; }
    .cta h2 { font-size: clamp(28px, 3.5vw, 42px); line-height: 1.25; letter-spacing: -0.5px; font-weight: 740; margin-bottom: 18px; max-width: 760px; }
    .cta p { color: rgba(255,255,255,.78); font-size: 17px; line-height: 1.9; font-weight: 400; }
    .contact-card { background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.22); border-radius: 26px; padding: 28px; backdrop-filter: blur(12px); }
    .contact-card div { margin-bottom: 12px; color: rgba(255,255,255,.86); }
    .contact-card strong { color: #fff; display: block; font-size: 22px; }


    @media (max-width: 980px) {
      .hero-grid, .cta-inner { grid-template-columns: 1fr; }
      .features { grid-template-columns: repeat(2, 1fr); }
      .products, .steps { grid-template-columns: 1fr; }
      .menu { display: none; }
    }
    @media (max-width: 640px) {
      .nav-actions { display: none; }
      .stats, .features { grid-template-columns: 1fr; }
     
      section { padding: 58px 0; }
      .compare-wrap { overflow-x: auto; }
    }