
    :root {
      --brand-cyan: #19e3f1;
      --brand-cyan-2: #00c8ff;
      --brand-cyan-soft: #7ff9ff;
      --brand-dark: #041018;
      --brand-dark-2: #071a24;
      --brand-dark-3: #0b2230;
      --brand-white: #ffffff;
      --brand-light: #dffcff;
      --brand-muted: #9fb8c4;
      --brand-border: rgba(25, 227, 241, 0.18);
      --brand-glow: 0 0 18px rgba(25, 227, 241, 0.25);
      --brand-gradient: linear-gradient(135deg, #19e3f1 0%, #00c8ff 45%, #ffffff 140%);
      --brand-gradient-dark: linear-gradient(135deg, #031018 0%, #071a24 45%, #0b2230 100%);
    }

    body {
      background: #02070c;
      color: var(--brand-light);
    }

    img {
      max-width: 100%;
      height: auto;
    }

    section {
      position: relative;
      z-index: 1;
    }

    .section {
      background: transparent;
    }

    .section-title h2,
    .section-title p,
    h1, h2, h3, h4, h5, h6 {
      color: var(--brand-white);
    }

    p,
    li,
    span,
    .faq-content p,
    .member-info p,
    .footer p {
      color: var(--brand-muted);
    }

    a {
      color: var(--brand-cyan);
      transition: all 0.3s ease;
    }

    a:hover {
      color: var(--brand-cyan-soft);
    }

    #header.header {
      background: rgba(3, 11, 18, 0.82);
      backdrop-filter: blur(12px);
      -webkit-backdrop-filter: blur(12px);
      border-bottom: 1px solid rgba(25, 227, 241, 0.08);
      box-shadow: 0 8px 30px rgba(0, 0, 0, 0.18);
      z-index: 9997;
    }

    .header .logo img {
      max-height: 44px;
    }

    .header .sitename,
    .logo .sitename {
      color: #ffffff !important;
      font-weight: 700;
      letter-spacing: 0.5px;
      text-shadow: 0 0 12px rgba(25, 227, 241, 0.18);
      margin: 0;
    }

    .navmenu ul li a {
      color: rgba(255, 255, 255, 0.84);
      font-weight: 500;
    }

    .navmenu ul li a:hover,
    .navmenu ul li a.active {
      color: var(--brand-cyan);
    }

    .btn-getstarted,
    .btn-get-started,
    .btn-buy,
    .btn-read-more,
    .btn-automation,
    #contact button[type="submit"] {
      background: linear-gradient(135deg, #19e3f1 0%, #00c8ff 100%);
      color: #021018 !important;
      border: none;
      border-radius: 999px;
      font-weight: 700;
      box-shadow: 0 10px 30px rgba(25, 227, 241, 0.22);
      transition: all 0.3s ease;
      text-decoration: none;
    }

    .btn-getstarted:hover,
    .btn-get-started:hover,
    .btn-buy:hover,
    .btn-read-more:hover,
    .btn-automation:hover,
    #contact button[type="submit"]:hover {
      transform: translateY(-2px);
      box-shadow: 0 14px 34px rgba(25, 227, 241, 0.34);
      color: #021018 !important;
    }

    .hero {
      min-height: 100vh;
      display: flex;
      align-items: center;
      overflow: hidden;
      background:
        radial-gradient(circle at 18% 22%, rgba(25, 227, 241, 0.22), transparent 28%),
        radial-gradient(circle at 82% 18%, rgba(0, 200, 255, 0.18), transparent 26%),
        radial-gradient(circle at 50% 100%, rgba(25, 227, 241, 0.12), transparent 30%),
        linear-gradient(135deg, #02070c 0%, #041018 38%, #061824 65%, #02070c 100%);
      padding-top: 120px;
    }

    .hero::before {
      content: "";
      position: absolute;
      inset: 0;
      background-image:
        linear-gradient(rgba(25, 227, 241, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(25, 227, 241, 0.045) 1px, transparent 1px);
      background-size: 42px 42px;
      mask-image: radial-gradient(circle at center, #000 50%, transparent 100%);
      -webkit-mask-image: radial-gradient(circle at center, #000 50%, transparent 100%);
      pointer-events: none;
      z-index: 0;
    }

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

    .hero h1 {
      font-size: 3rem;
      line-height: 1.15;
      font-weight: 800;
      color: #fff;
      margin-bottom: 20px;
    }

    .hero h1 .text-gradient {
      background: linear-gradient(135deg, #ffffff 0%, #19e3f1 55%, #00c8ff 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }

    .hero p {
      font-size: 1.08rem;
      color: #c8e6ee;
      margin-bottom: 30px;
      max-width: 620px;
    }

    .hero-img {
      position: relative;
      text-align: center;
    }

    .hero-img::before {
      content: "";
      position: absolute;
      width: 460px;
      height: 460px;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      border-radius: 50%;
      background: radial-gradient(circle, rgba(25, 227, 241, 0.18) 0%, rgba(25, 227, 241, 0.08) 35%, rgba(25, 227, 241, 0) 72%);
      filter: blur(24px);
      z-index: 0;
      animation: cosmicHalo 4.8s ease-in-out infinite;
      pointer-events: none;
    }

    .hero-img img {
      max-width: 88%;
      border-radius: 30px;
      position: relative;
      z-index: 2;
      filter:
        drop-shadow(0 0 18px rgba(25, 227, 241, 0.20))
        drop-shadow(0 0 34px rgba(0, 200, 255, 0.16))
        drop-shadow(0 0 60px rgba(25, 227, 241, 0.10));
      animation: spaceFloat 6s ease-in-out infinite;
      transform-origin: center center;
      will-change: transform, filter;
    }

    .hero-orb {
      position: absolute;
      width: 520px;
      height: 520px;
      border-radius: 50%;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background:
        radial-gradient(circle at center, rgba(25, 227, 241, 0.22) 0%, rgba(0, 200, 255, 0.10) 35%, rgba(0, 0, 0, 0) 68%);
      border: 1px solid rgba(25, 227, 241, 0.18);
      box-shadow:
        0 0 60px rgba(25, 227, 241, 0.14),
        inset 0 0 40px rgba(25, 227, 241, 0.05);
      z-index: 1;
      animation: orbPulseFloat 7s ease-in-out infinite;
    }

    .hero-orb::before,
    .hero-orb::after {
      content: "";
      position: absolute;
      inset: 18px;
      border-radius: 50%;
      border: 1px solid rgba(25, 227, 241, 0.10);
      animation: ringPulse 5s ease-in-out infinite;
    }

    .hero-orb::after {
      inset: 52px;
      border-color: rgba(0, 200, 255, 0.12);
      animation-delay: 1.5s;
    }

    .hero-badge {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      padding: 10px 18px;
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.04);
      border: 1px solid rgba(25, 227, 241, 0.15);
      color: var(--brand-cyan-soft);
      font-size: 14px;
      font-weight: 600;
      margin-bottom: 20px;
      box-shadow: var(--brand-glow);
    }

    .hero-badge i {
      color: var(--brand-cyan);
    }

    .hero-stats {
      display: flex;
      gap: 16px;
      flex-wrap: wrap;
      margin-top: 28px;
    }

    .hero-stat {
      min-width: 140px;
      padding: 16px 18px;
      border-radius: 18px;
      background: rgba(255, 255, 255, 0.04);
      border: 1px solid rgba(25, 227, 241, 0.12);
      box-shadow: 0 12px 26px rgba(0, 0, 0, 0.16);
    }

    .hero-stat strong {
      display: block;
      font-size: 1.2rem;
      color: #fff;
    }

    .hero-stat span {
      font-size: 0.92rem;
      color: #b0d8df;
    }

    .about .content,
    .values .card,
    .pricing .pricing-tem,
    .automation-plans .pricing-tem,
    .alt-features .icon-box,
    .faq .faq-item,
    .team .team-member,
    .contact .info-item,
    .contact .php-email-form,
    .footer .footer-top,
    .automation-showcase,
    .automation-box,
    .automation-chatbox,
    .automation-mini-card {
      background: rgba(255, 255, 255, 0.03);
      border: 1px solid var(--brand-border);
      box-shadow: 0 12px 34px rgba(0, 0, 0, 0.16);
      backdrop-filter: blur(8px);
      -webkit-backdrop-filter: blur(8px);
    }

    .about .content {
      border-radius: 24px;
      padding: 42px;
    }

    .about .content h3 {
      color: var(--brand-cyan);
      letter-spacing: 1px;
      text-transform: uppercase;
    }

    .pricing {
      position: relative;
      overflow: hidden;
    }

    .pricing::before,
    .automation-plans::before {
      content: "";
      position: absolute;
      top: -120px;
      left: -120px;
      width: 320px;
      height: 320px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(25, 227, 241, 0.14) 0%, rgba(25, 227, 241, 0) 72%);
      pointer-events: none;
    }

    .pricing::after,
    .automation-plans::after {
      content: "";
      position: absolute;
      bottom: -160px;
      right: -100px;
      width: 360px;
      height: 360px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(0, 200, 255, 0.10) 0%, rgba(0, 200, 255, 0) 74%);
      pointer-events: none;
    }

    .pricing .pricing-tem,
    .automation-plans .pricing-tem {
      position: relative;
      border-radius: 28px;
      overflow: hidden;
      padding: 30px 26px 28px;
      height: 100%;
      transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
      background: linear-gradient(180deg, rgba(255,255,255,0.04) 0%, rgba(255,255,255,0.025) 100%);
    }

    .pricing .pricing-tem:hover,
    .automation-plans .pricing-tem:hover {
      transform: translateY(-10px);
      border-color: rgba(25, 227, 241, 0.35);
      box-shadow:
        0 18px 44px rgba(0, 0, 0, 0.24),
        0 0 0 1px rgba(25, 227, 241, 0.10);
    }

    .pricing .pricing-top,
    .automation-plans .pricing-top {
      position: relative;
      z-index: 2;
      margin-bottom: 22px;
    }

    .pricing .plan-badge,
    .automation-plans .plan-badge,
    .automation-label {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 7px 14px;
      border-radius: 999px;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0.3px;
      text-transform: uppercase;
      background: rgba(25, 227, 241, 0.10);
      border: 1px solid rgba(25, 227, 241, 0.18);
      color: var(--brand-cyan-soft);
      margin-bottom: 16px;
    }

    .pricing .pricing-tem h3,
    .automation-plans .pricing-tem h3 {
      color: #fff;
      font-size: 1.5rem;
      margin-bottom: 14px;
      font-weight: 800;
      letter-spacing: 0.3px;
    }

    .pricing .price-wrap,
    .automation-plans .price-wrap {
      display: flex;
      align-items: flex-end;
      gap: 10px;
      margin-bottom: 18px;
    }

    .pricing .price-label,
    .automation-plans .price-label {
      font-size: 0.92rem;
      color: #a9ced6;
      margin-bottom: 5px;
    }

    .pricing .pricing-tem .price,
    .automation-plans .pricing-tem .price {
      color: var(--brand-cyan);
      font-weight: 800;
      font-size: 2.7rem;
      line-height: 1;
      text-shadow: 0 0 20px rgba(25, 227, 241, 0.15);
      margin: 0;
    }

    .pricing .price-note,
    .automation-plans .price-note {
      font-size: 0.92rem;
      color: #b8dbe3;
      margin-bottom: 20px;
    }

    .pricing .pricing-desc,
    .automation-plans .pricing-desc {
      color: #d6ecf0;
      margin-bottom: 22px;
      min-height: 52px;
    }

    .pricing .pricing-tem ul,
    .automation-plans .pricing-tem ul {
      list-style: none;
      padding: 0;
      margin: 0 0 26px 0;
      position: relative;
      z-index: 2;
    }

    .pricing .pricing-tem ul li,
    .automation-plans .pricing-tem ul li {
      display: flex;
      align-items: flex-start;
      gap: 12px;
      color: #d3e8ed;
      padding: 11px 0;
      border-bottom: 1px solid rgba(255,255,255,0.06);
      font-size: 0.97rem;
    }

    .pricing .pricing-tem ul li:last-child,
    .automation-plans .pricing-tem ul li:last-child {
      border-bottom: none;
    }

    .pricing .pricing-tem ul li i,
    .automation-plans .pricing-tem ul li i {
      color: var(--brand-cyan);
      font-size: 1rem;
      line-height: 1.4;
      margin-top: 2px;
      flex-shrink: 0;
    }

    .pricing .pricing-tem .btn-buy,
    .automation-plans .pricing-tem .btn-buy {
      width: 100%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      padding: 14px 18px;
      font-size: 0.98rem;
      position: relative;
      z-index: 2;
    }

    .pricing .featured,
    .automation-plans .featured {
      position: absolute;
      top: 18px;
      right: -34px;
      transform: rotate(35deg);
      min-width: 170px;
      text-align: center;
      padding: 8px 0;
      background: linear-gradient(135deg, #19e3f1 0%, #00c8ff 100%);
      color: #031018;
      font-weight: 800;
      font-size: 12px;
      letter-spacing: 0.4px;
      box-shadow: 0 8px 24px rgba(25, 227, 241, 0.25);
      z-index: 5;
    }

    .pricing .pricing-tem.featured-plan,
    .automation-plans .pricing-tem.featured-plan {
      border-color: rgba(25, 227, 241, 0.30);
      transform: scale(1.03);
      box-shadow:
        0 20px 50px rgba(0, 0, 0, 0.24),
        0 0 0 1px rgba(25, 227, 241, 0.10),
        0 0 30px rgba(25, 227, 241, 0.10);
    }

    .pricing .pricing-footer-note,
    .automation-plans .pricing-footer-note {
      margin-top: 18px;
      text-align: center;
      color: #9fc6cf;
      font-size: 0.95rem;
    }

    .pricing .pricing-footer-note strong,
    .automation-plans .pricing-footer-note strong {
      color: var(--brand-cyan-soft);
    }

    .values .card {
      border-radius: 22px;
      overflow: hidden;
      padding: 20px 20px 18px;
      height: 100%;
    }

    .values .card img {
      border-radius: 18px;
      margin-bottom: 18px;
    }

    .values .card h3 {
      color: #fff;
    }

    .alt-features .icon-box {
      border-radius: 20px;
      padding: 22px 18px;
      height: 100%;
    }

    .alt-features .icon-box i {
      color: var(--brand-cyan);
      text-shadow: 0 0 18px rgba(25, 227, 241, 0.2);
      font-size: 2rem;
      margin-bottom: 12px;
      display: inline-block;
    }

    .alt-features .icon-box h4 {
      color: #fff;
    }

    .automation {
      overflow: hidden;
    }

    .automation-showcase {
      border-radius: 28px;
      padding: 34px;
      height: 100%;
      position: relative;
      overflow: hidden;
      background:
        radial-gradient(circle at top right, rgba(25, 227, 241, 0.10), transparent 30%),
        linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02));
    }

    .automation-title {
      font-size: 2.1rem;
      font-weight: 800;
      color: #fff;
      margin-bottom: 16px;
    }

    .automation-desc {
      color: #c9e6ec;
      margin-bottom: 24px;
      max-width: 640px;
    }

    .automation-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 18px;
      margin-top: 10px;
    }

    .automation-box,
    .automation-mini-card {
      border-radius: 20px;
      padding: 20px;
      height: 100%;
    }

    .automation-box i,
    .automation-mini-card i {
      font-size: 1.8rem;
      color: var(--brand-cyan);
      margin-bottom: 14px;
      display: inline-block;
    }

    .automation-box h4,
    .automation-mini-card h4 {
      color: #fff;
      margin-bottom: 10px;
      font-size: 1.1rem;
      font-weight: 700;
    }

    .automation-box p,
    .automation-mini-card p {
      margin: 0;
      color: #b8d6dd;
    }

    .automation-chatbox {
      border-radius: 28px;
      padding: 24px;
      height: 100%;
      background:
        radial-gradient(circle at top left, rgba(25, 227, 241, 0.10), transparent 26%),
        linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02));
    }

    .chatbox-header {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 20px;
    }

    .chatbox-avatar {
      width: 52px;
      height: 52px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      background: linear-gradient(135deg, #19e3f1 0%, #00c8ff 100%);
      color: #021018;
      font-size: 1.5rem;
      box-shadow: 0 10px 26px rgba(25, 227, 241, 0.25);
    }

    .chatbox-header h4 {
      color: #fff;
      margin: 0 0 4px;
      font-size: 1.08rem;
    }

    .chatbox-header p {
      margin: 0;
      color: #95c1cb;
      font-size: 0.92rem;
    }

    .chat-message {
      padding: 14px 16px;
      border-radius: 18px;
      margin-bottom: 12px;
      max-width: 88%;
      line-height: 1.5;
      font-size: 0.95rem;
      border: 1px solid rgba(25, 227, 241, 0.08);
    }

    .chat-message.user {
      margin-left: auto;
      background: rgba(255, 255, 255, 0.05);
      color: #e6f7fb;
      border-bottom-right-radius: 6px;
    }

    .chat-message.bot {
      background: rgba(25, 227, 241, 0.10);
      color: #dffcff;
      border-bottom-left-radius: 6px;
    }

    .chatbox-footer {
      margin-top: 16px;
      padding-top: 16px;
      border-top: 1px solid rgba(255,255,255,0.08);
    }

    .chatbox-footer .mini-tags {
      display: flex;
      gap: 10px;
      flex-wrap: wrap;
    }

    .chatbox-footer .mini-tags span {
      padding: 8px 12px;
      border-radius: 999px;
      background: rgba(255,255,255,0.05);
      border: 1px solid rgba(25, 227, 241, 0.12);
      color: #d4edf3;
      font-size: 0.85rem;
    }

    .automation-highlight {
      margin-top: 24px;
      padding: 20px;
      border-radius: 22px;
      background: rgba(25, 227, 241, 0.06);
      border: 1px solid rgba(25, 227, 241, 0.12);
    }

    .automation-highlight strong {
      color: var(--brand-cyan-soft);
    }

    .automation-plans {
      position: relative;
      overflow: hidden;
    }

    .automation-note {
      background: rgba(25, 227, 241, 0.08);
      border: 1px solid rgba(25, 227, 241, 0.14);
      border-radius: 18px;
      padding: 14px 18px;
      text-align: center;
      color: #cfeaf0;
      margin-top: 24px;
    }

    .faq .faq-item {
      border-radius: 18px;
      margin-bottom: 16px;
      padding: 20px 22px;
    }

    .faq .faq-item h3 {
      color: #fff;
      font-size: 1.05rem;
      margin-bottom: 10px;
    }

    .faq .faq-toggle {
      color: var(--brand-cyan);
    }

    .portfolio .portfolio-filters li {
      color: #d1edf2;
      border: 1px solid rgba(25, 227, 241, 0.15);
      border-radius: 999px;
      padding: 8px 18px;
      background: rgba(255, 255, 255, 0.03);
      cursor: pointer;
    }

    .portfolio .portfolio-filters li:hover,
    .portfolio .portfolio-filters li.filter-active {
      background: linear-gradient(135deg, #19e3f1 0%, #00c8ff 100%);
      color: #021018;
      border-color: transparent;
    }

    .portfolio .portfolio-content {
      border-radius: 22px;
      overflow: hidden;
      border: 1px solid rgba(25, 227, 241, 0.12);
      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
      background: rgba(255,255,255,0.03);
    }

    .portfolio .portfolio-info {
      background: linear-gradient(to top, rgba(2, 10, 16, 0.94), rgba(2, 10, 16, 0.65));
    }

    .portfolio .portfolio-info h4,
    .portfolio .portfolio-info p {
      color: #fff;
    }

    .portfolio-info .portfolio-category {
      display: inline-block;
      font-size: 12px;
      font-weight: 700;
      color: #021018;
      background: linear-gradient(135deg, #19e3f1 0%, #00c8ff 100%);
      padding: 5px 12px;
      border-radius: 20px;
      margin-bottom: 8px;
    }

    .portfolio .portfolio-info .preview-link,
    .portfolio .portfolio-info .details-link {
      color: var(--brand-cyan-soft);
    }

    .portfolio .portfolio-info .preview-link:hover,
    .portfolio .portfolio-info .details-link:hover {
      color: #fff;
    }

    .team .team-member {
      border-radius: 22px;
      overflow: hidden;
      height: 100%;
    }

    .team .member-info {
      padding: 22px 18px 24px;
    }

    .team .member-info h4 {
      color: #fff;
    }

    .team .member-info span {
      color: var(--brand-cyan);
    }

    .team .member-img .social {
      background: rgba(3, 12, 18, 0.75);
    }

    .team .member-img .social a {
      color: var(--brand-cyan-soft);
    }

    .team .member-img .social a:hover {
      color: #fff;
    }

    .contact .info-item,
    .contact .php-email-form {
      border-radius: 22px;
      padding: 24px;
      height: 100%;
    }

    .contact .info-item i {
      color: var(--brand-cyan);
      background: rgba(25, 227, 241, 0.08);
      box-shadow: inset 0 0 0 1px rgba(25, 227, 241, 0.12);
      width: 54px;
      height: 54px;
      border-radius: 50%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 1.35rem;
      margin-bottom: 14px;
    }

    .contact .info-item h3 {
      color: #fff;
    }

    .contact .php-email-form input,
    .contact .php-email-form textarea {
      background: rgba(255, 255, 255, 0.04);
      border: 1px solid rgba(25, 227, 241, 0.14);
      color: #fff;
      border-radius: 14px;
      padding: 14px 16px;
    }

    .contact .php-email-form input::placeholder,
    .contact .php-email-form textarea::placeholder {
      color: #9bb9c6;
    }

    .contact .php-email-form input:focus,
    .contact .php-email-form textarea:focus {
      border-color: var(--brand-cyan);
      box-shadow: 0 0 0 0.2rem rgba(25, 227, 241, 0.12);
      background: rgba(255, 255, 255, 0.05);
      color: #fff;
    }

    .info-item a,
    .footer-contact a {
      color: inherit;
      text-decoration: none;
    }

    .info-item a:hover,
    .footer-contact a:hover {
      color: var(--brand-cyan);
    }

    .footer {
      background:
        radial-gradient(circle at 20% 10%, rgba(25, 227, 241, 0.12), transparent 24%),
        linear-gradient(180deg, #041018 0%, #02070c 100%);
      border-top: 1px solid rgba(25, 227, 241, 0.08);
    }

    .footer .footer-top {
      border-radius: 24px;
      padding: 34px 28px;
      margin-top: 10px;
      margin-bottom: 8px;
    }

    .footer .sitename,
    .footer h4,
    .footer strong {
      color: #fff;
    }

    .footer .footer-links ul {
      padding-left: 0;
      list-style: none;
    }

    .footer .footer-links ul li {
      margin-bottom: 10px;
    }

    .footer .footer-links ul a,
    .footer .social-links a {
      color: #cdeaf0;
    }

    .footer .footer-links ul a:hover,
    .footer .social-links a:hover {
      color: var(--brand-cyan);
    }

    .footer .social-links a {
      width: 42px;
      height: 42px;
      border-radius: 50%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: rgba(255,255,255,0.04);
      border: 1px solid rgba(25, 227, 241, 0.14);
      margin-right: 10px;
    }

    .footer .copyright,
    .footer .credits {
      color: #98b5bf;
    }

    .whatsapp-float {
      position: fixed;
      right: 20px;
      bottom: 90px;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      background: linear-gradient(135deg, #19e3f1 0%, #00c8ff 100%);
      color: #021018;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 30px;
      box-shadow:
        0 10px 30px rgba(25, 227, 241, 0.30),
        0 0 0 6px rgba(25, 227, 241, 0.08);
      z-index: 9995;
      text-decoration: none;
      transition: all 0.3s ease;
    }

    .whatsapp-float:hover {
      transform: scale(1.08) translateY(-2px);
      color: #021018;
      box-shadow:
        0 14px 36px rgba(25, 227, 241, 0.4),
        0 0 0 8px rgba(25, 227, 241, 0.10);
    }

    .scroll-top {
      background: linear-gradient(135deg, #19e3f1 0%, #00c8ff 100%);
      color: #021018;
      box-shadow: 0 10px 26px rgba(25, 227, 241, 0.25);
      z-index: 9995;
    }

    .scroll-top:hover {
      color: #021018;
    }

    .mobile-nav-toggle-custom,
    .mobile-nav-overlay,
    .mobile-nav-panel {
      display: none;
    }

    @keyframes spaceFloat {
      0% {
        transform: translateY(0px) rotate(0deg) scale(1);
        filter:
          drop-shadow(0 0 18px rgba(25, 227, 241, 0.20))
          drop-shadow(0 0 34px rgba(0, 200, 255, 0.16))
          drop-shadow(0 0 60px rgba(25, 227, 241, 0.10));
      }
      25% {
        transform: translateY(-10px) rotate(-1.2deg) scale(1.012);
        filter:
          drop-shadow(0 0 22px rgba(25, 227, 241, 0.28))
          drop-shadow(0 0 42px rgba(0, 200, 255, 0.20))
          drop-shadow(0 0 70px rgba(25, 227, 241, 0.14));
      }
      50% {
        transform: translateY(-18px) rotate(0deg) scale(1.025);
        filter:
          drop-shadow(0 0 28px rgba(25, 227, 241, 0.34))
          drop-shadow(0 0 52px rgba(0, 200, 255, 0.24))
          drop-shadow(0 0 88px rgba(25, 227, 241, 0.18));
      }
      75% {
        transform: translateY(-9px) rotate(1.2deg) scale(1.012);
        filter:
          drop-shadow(0 0 22px rgba(25, 227, 241, 0.28))
          drop-shadow(0 0 42px rgba(0, 200, 255, 0.20))
          drop-shadow(0 0 70px rgba(25, 227, 241, 0.14));
      }
      100% {
        transform: translateY(0px) rotate(0deg) scale(1);
        filter:
          drop-shadow(0 0 18px rgba(25, 227, 241, 0.20))
          drop-shadow(0 0 34px rgba(0, 200, 255, 0.16))
          drop-shadow(0 0 60px rgba(25, 227, 241, 0.10));
      }
    }

    @keyframes orbPulseFloat {
      0% {
        transform: translate(-50%, -50%) scale(1);
        box-shadow:
          0 0 50px rgba(25, 227, 241, 0.14),
          inset 0 0 35px rgba(25, 227, 241, 0.04);
      }
      50% {
        transform: translate(-50%, -52%) scale(1.045);
        box-shadow:
          0 0 78px rgba(25, 227, 241, 0.22),
          0 0 120px rgba(0, 200, 255, 0.10),
          inset 0 0 45px rgba(25, 227, 241, 0.08);
      }
      100% {
        transform: translate(-50%, -50%) scale(1);
        box-shadow:
          0 0 50px rgba(25, 227, 241, 0.14),
          inset 0 0 35px rgba(25, 227, 241, 0.04);
      }
    }

    @keyframes ringPulse {
      0% {
        transform: scale(0.98);
        opacity: 0.35;
      }
      50% {
        transform: scale(1.03);
        opacity: 0.7;
      }
      100% {
        transform: scale(0.98);
        opacity: 0.35;
      }
    }

    @keyframes cosmicHalo {
      0% {
        transform: translate(-50%, -50%) scale(0.96);
        opacity: 0.55;
      }
      50% {
        transform: translate(-50%, -50%) scale(1.08);
        opacity: 0.95;
      }
      100% {
        transform: translate(-50%, -50%) scale(0.96);
        opacity: 0.55;
      }
    }

    @media (max-width: 1199.98px) {
      .header .container-fluid.container-xl {
        padding-left: 16px;
        padding-right: 16px;
      }

      .header .logo {
        max-width: calc(100% - 72px);
        position: relative;
        z-index: 10002;
      }

      .header .logo img {
        max-height: 38px;
      }

      .header .sitename {
        font-size: 1.05rem;
      }

      .navmenu {
        display: none !important;
      }

      .btn-getstarted {
        display: none !important;
      }

      .mobile-nav-toggle-custom {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        position: fixed;
        top: 16px;
        right: 16px;
        width: 46px;
        height: 46px;
        border-radius: 12px;
        border: 1px solid rgba(25, 227, 241, 0.24);
        background: rgba(4, 16, 24, 0.95);
        color: #fff;
        font-size: 28px;
        line-height: 1;
        cursor: pointer;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
        z-index: 10010;
      }

      .mobile-nav-overlay {
        display: block;
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.58);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: all 0.3s ease;
        z-index: 10000;
      }

      .mobile-nav-panel {
        display: block;
        position: fixed;
        top: 76px;
        left: 16px;
        right: 16px;
        bottom: 16px;
        background: rgba(4, 16, 24, 0.98);
        border: 1px solid rgba(25, 227, 241, 0.18);
        border-radius: 18px;
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
        padding: 18px;
        overflow-y: auto;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-12px);
        pointer-events: none;
        transition: all 0.3s ease;
        z-index: 10001;
      }

      .mobile-nav-panel ul {
        list-style: none;
        padding: 0;
        margin: 0;
      }

      .mobile-nav-panel li {
        margin: 0 0 8px 0;
      }

      .mobile-nav-panel a {
        display: block;
        width: 100%;
        padding: 14px 16px;
        border-radius: 12px;
        color: #e8fbff !important;
        font-size: 1rem;
        font-weight: 600;
        text-decoration: none;
        background: transparent;
        transition: all 0.25s ease;
      }

      .mobile-nav-panel a:hover,
      .mobile-nav-panel a.active {
        background: rgba(25, 227, 241, 0.12);
        color: var(--brand-cyan) !important;
      }

      body.mobile-nav-active {
        overflow: hidden;
      }

      body.mobile-nav-active .mobile-nav-overlay {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
      }

      body.mobile-nav-active .mobile-nav-panel {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        pointer-events: auto;
      }

      body.mobile-nav-active .mobile-nav-toggle-custom {
        background: linear-gradient(135deg, #19e3f1 0%, #00c8ff 100%);
        color: #021018;
        border-color: transparent;
      }
    }

    @media (max-width: 991.98px) {
      .hero {
        min-height: auto;
        padding-top: 140px;
        padding-bottom: 70px;
      }

      .hero h1 {
        font-size: 2.2rem;
      }

      .hero p {
        font-size: 1rem;
      }

      .hero-orb {
        width: 360px;
        height: 360px;
      }

      .hero-img::before {
        width: 320px;
        height: 320px;
      }

      .about .content {
        padding: 30px 24px;
      }

      .pricing .pricing-tem.featured-plan,
      .automation-plans .pricing-tem.featured-plan {
        transform: none;
      }

      .automation-grid {
        grid-template-columns: 1fr;
      }
    }

    @media (max-width: 767.98px) {
      .hero h1 {
        font-size: 1.9rem;
      }

      .hero-stats {
        gap: 12px;
      }

      .hero-stat {
        width: 100%;
      }

      .pricing .pricing-tem,
      .automation-plans .pricing-tem {
        padding: 26px 20px 24px;
      }

      .pricing .pricing-tem .price,
      .automation-plans .pricing-tem .price {
        font-size: 2.3rem;
      }

      .pricing .featured,
      .automation-plans .featured {
        top: 15px;
        right: -46px;
        min-width: 185px;
        font-size: 11px;
      }

      .automation-showcase,
      .automation-chatbox {
        padding: 24px 18px;
      }

      .automation-title {
        font-size: 1.7rem;
      }

      .header .sitename {
        font-size: 0.98rem;
      }

      .header .logo img {
        max-height: 34px;
      }

      .hero-img img {
        max-width: 92%;
      }
    }
  