﻿* {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }
	a { color:#fff;text-decoration: none;}
	a:hover { color:#CCC;text-decoration: none;}
    :root {
      --navy: #083f7d;
      --navy-deep: #041c3b;
      --blue: #3f7df1;
      --blue-soft: #79a9ff;
      --red: #ef402a;
      --red-soft: #ff725f;
      --white: #f4f8ff;
      --glass: rgba(255, 255, 255, 0.08);
      --line: rgba(121, 169, 255, 0.2);
      --text-soft: rgba(244, 248, 255, 0.78);
    }

    *::selection {
      background: rgba(63, 125, 241, 0.35);
      color: #fff;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      font-family: Inter, Arial, Helvetica, sans-serif;
      background:
        radial-gradient(circle at top left, rgba(63, 125, 241, 0.22), transparent 30%),
        radial-gradient(circle at bottom right, rgba(239, 64, 42, 0.18), transparent 26%),
        linear-gradient(135deg, #020817 0%, #06162d 38%, #0b2c57 72%, #0a478c 100%);
      color: var(--white);
      min-height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 32px;
      overflow: hidden;
    }

    body::before,
    body::after {
      content: "";
      position: fixed;
      inset: auto;
      border-radius: 999px;
      filter: blur(60px);
      opacity: 0.45;
      pointer-events: none;
      animation: floatOrb 10s ease-in-out infinite;
    }

    body::before {
      width: 280px;
      height: 280px;
      left: -70px;
      top: 80px;
      background: rgba(63, 125, 241, 0.35);
    }

    body::after {
      width: 240px;
      height: 240px;
      right: -60px;
      bottom: 70px;
      background: rgba(239, 64, 42, 0.22);
      animation-delay: -3s;
    }

    .container {
      width: 100%;
      max-width: 1180px;
      /*background: linear-gradient(180deg, rgba(8, 22, 44, 0.82), rgba(5, 17, 34, 0.88));
      border: 1px solid rgba(121, 169, 255, 0.18);
      border-radius: 30px;*/
      padding: 52px;
      /*backdrop-filter: blur(18px);
      box-shadow: 0 24px 80px rgba(0, 0, 0, 0.4);
      position: relative;*/
      overflow: hidden;
      animation: fadeUp 1s ease both;
    }

     /*.container::before {
      content: "";
      position: absolute;
      width: 440px;
      height: 440px;
      top: -180px;
      right: -120px;
      background: radial-gradient(circle, rgba(63, 125, 241, 0.28), transparent 68%);
      pointer-events: none;
      animation: pulseGlow 8s ease-in-out infinite;
    }*/

    .container::after {
      content: "";
      position: absolute;
      inset: 0;
      background-image: linear-gradient(rgba(121, 169, 255, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(121, 169, 255, 0.05) 1px, transparent 1px);
      background-size: 32px 32px;
      mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.55), transparent 85%);
      pointer-events: none;
    }

    .brand {
      position: relative;
      z-index: 2;
      display: flex;
      align-items: center;
      gap: 18px;
      margin-bottom: 46px;
      animation: fadeUp 1s ease both;
    }

    .logo {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 178px;
      padding: 10px 14px;
      border-radius: 20px;
      background: rgba(255, 255, 255, 0.06);
      border: 1px solid rgba(121, 169, 255, 0.18);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 14px 30px rgba(1, 9, 24, 0.45);
      transition: transform 0.35s ease, box-shadow 0.35s ease;
    }

    .logo:hover {
      transform: translateY(-3px) scale(1.01);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 18px 36px rgba(1, 9, 24, 0.55);
    }

    .logo img {
      width: 100%;
      height: auto;
      display: block;
      border-radius: 10px;
    }

    .brand-text h1 {
      font-size: 24px;
      font-weight: 800;
      letter-spacing: 1px;
    }

    .brand-text p {
      margin-top: 8px;
      color: var(--text-soft);
      font-size: 14px;
      line-height: 1.6;
    }

    .hero {
      position: relative;
      z-index: 2;
      display: grid;
      grid-template-columns: 1.15fr 0.85fr;
      gap: 42px;
      align-items: center;
    }

    .content {
      animation: fadeUp 1.1s ease both;
    }

    .content .tag {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      padding: 10px 16px;
      border-radius: 999px;
      background: rgba(63, 125, 241, 0.12);
      color: #c7d9ff;
      font-size: 13px;
      margin-bottom: 20px;
      border: 1px solid rgba(121, 169, 255, 0.25);
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.05);
      animation: fadeUp 1.2s ease both;
    }

    .content .tag::before {
      content: "";
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: linear-gradient(135deg, var(--red), var(--blue));
      box-shadow: 0 0 16px rgba(239, 64, 42, 0.8);
      animation: blinkDot 2.6s ease-in-out infinite;
    }

    .content h2 {
      font-size: 62px;
      line-height: 1.02;
      margin-bottom: 22px;
      font-weight: 900;
      letter-spacing: -1.5px;
      animation: fadeUp 1.3s ease both;
    }

    .content h2 .glow {
      background: linear-gradient(135deg, #ffffff 0%, #a6c6ff 48%, #ff8c7d 100%);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
      text-shadow: 0 0 30px rgba(121, 169, 255, 0.08);
      animation: textGlow 4s ease-in-out infinite;
    }

    .content p {
      font-size: 18px;
      line-height: 1.85;
      color: var(--text-soft);
      max-width: 700px;
      margin-bottom: 24px;
      animation: fadeUp 1.4s ease both;
    }

    .highlight {
      color: #ffffff;
      font-weight: 700;
    }

    .cta-row {
      display: flex;
      align-items: center;
      gap: 16px;
      flex-wrap: wrap;
      margin-top: 10px;
      animation: fadeUp 1.5s ease both;
    }

    .cta {
      display: inline-block;
      padding: 15px 26px;
      border-radius: 16px;
      background: linear-gradient(135deg, var(--red) 0%, var(--blue) 100%);
      color: white;
      text-decoration: none;
      font-weight: 800;
      letter-spacing: 0.2px;
      box-shadow: 0 14px 34px rgba(21, 77, 170, 0.35);
      transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
      position: relative;
      overflow: hidden;
    }

    .cta::before {
      content: "";
      position: absolute;
      top: 0;
      left: -120%;
      width: 70%;
      height: 100%;
      background: linear-gradient(90deg, transparent, rgba(255,255,255,0.28), transparent);
      transform: skewX(-20deg);
      transition: left 0.65s ease;
    }

    .cta:hover::before {
      left: 140%;
    }

    .cta:hover {
      transform: translateY(-2px);
      box-shadow: 0 18px 42px rgba(21, 77, 170, 0.45);
      filter: brightness(1.05);
    }

    .mini-note {
      color: rgba(244, 248, 255, 0.66);
      font-size: 14px;
    }

    .features {
      display: grid;
      gap: 16px;
      animation: fadeUp 1.2s ease both;
    }

    .feature {
      position: relative;
      padding: 20px 22px;
      border-radius: 22px;
      background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
      border: 1px solid rgba(121, 169, 255, 0.18);
      overflow: hidden;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.06);
      transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
      animation: floatCard 7s ease-in-out infinite;
    }

    .feature:nth-child(2) {
      animation-delay: -2s;
    }

    .feature:nth-child(3) {
      animation-delay: -4s;
    }

    .feature:hover {
      transform: translateY(-6px);
      border-color: rgba(121, 169, 255, 0.35);
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.06), 0 18px 34px rgba(0, 0, 0, 0.22);
    }

    .feature::before {
      content: "";
      position: absolute;
      inset: 0 auto 0 0;
      width: 4px;
      background: linear-gradient(180deg, var(--red), var(--blue));
    }

    .feature h3 {
      font-size: 17px;
      margin-bottom: 10px;
      color: #ffffff;
    }

    .feature p {
      font-size: 14px;
      line-height: 1.75;
      color: rgba(244, 248, 255, 0.76);
    }

    .footer {
      position: relative;
      z-index: 2;
      margin-top: 34px;
      padding-top: 20px;
      border-top: 1px solid rgba(121, 169, 255, 0.14);
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 12px;
      flex-wrap: wrap;
      color: rgba(244, 248, 255, 0.58);
      font-size: 13px;
      animation: fadeUp 1.6s ease both;
    }

    .footer strong {
      color: rgba(244, 248, 255, 0.88);
    }

    @keyframes fadeUp {
      from {
        opacity: 0;
        transform: translateY(18px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    @keyframes floatOrb {
      0%, 100% {
        transform: translateY(0px) translateX(0px) scale(1);
      }
      50% {
        transform: translateY(-12px) translateX(8px) scale(1.04);
      }
    }

    @keyframes pulseGlow {
      0%, 100% {
        opacity: 0.7;
        transform: scale(1);
      }
      50% {
        opacity: 1;
        transform: scale(1.06);
      }
    }

    @keyframes textGlow {
      0%, 100% {
        filter: brightness(1);
      }
      50% {
        filter: brightness(1.12);
      }
    }

    @keyframes blinkDot {
      0%, 100% {
        transform: scale(1);
        opacity: 0.85;
      }
      50% {
        transform: scale(1.35);
        opacity: 1;
      }
    }

    @keyframes floatCard {
      0%, 100% {
        transform: translateY(0px);
      }
      50% {
        transform: translateY(-4px);
      }
    }

    @media (max-width: 960px) {
      .hero {
        grid-template-columns: 1fr;
      }

      .content h2 {
        font-size: 46px;
      }

      .container {
        padding: 30px;
      }

      .brand {
        flex-direction: column;
        align-items: flex-start;
      }

      .footer {
        flex-direction: column;
        align-items: flex-start;
      }
    }

    @media (prefers-reduced-motion: reduce) {
      *, *::before, *::after {
        animation: none !important;
        transition: none !important;
        scroll-behavior: auto !important;
      }
    }