    :root {
      --bg: #f5f9fd;
      --bg-soft: #ffffff;
      --bg-alt: #edf4fa;
      --text: #0f172a;
      --muted: #5b6b7f;
      --line: rgba(15, 23, 42, 0.10);
      --brand: #3aa6ff;
      --brand-2: #597df7;
      --accent: #16a34a;
      --shadow: 0 20px 60px rgba(15, 23, 42, 0.10);
      --radius-xl: 28px;
      --radius-lg: 20px;
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      font-family: 'Inter', sans-serif;
      background: linear-gradient(180deg, #fbfdff 0%, #f4f8fc 40%, #edf4fa 100%);
      color: var(--text);
      overflow-x: hidden;
    }
    img { max-width: 100%; display: block; }
    a { text-decoration: none; }
    .section-pad { padding: 92px 0; position: relative; }
    .text-muted-custom { color: var(--muted) !important; }
    .section-title {
      font-size: clamp(2rem, 4vw, 3.3rem);
      line-height: 1.05;
      font-weight: 900;
      letter-spacing: -0.04em;
      margin-bottom: 1rem;
      color: #0b1220;
    }
    .section-subtitle {
      color: var(--muted);
      max-width: 820px;
      font-size: 1.05rem;
      line-height: 1.8;
      margin: 0 auto;
    }

    .navbar-wrap {
      position: sticky;
      top: 0;
      z-index: 1040;
      backdrop-filter: blur(16px);
      background: rgba(255,255,255,0.9);
      border-bottom: 1px solid rgba(15,23,42,0.06);
      box-shadow: 0 10px 30px rgba(15,23,42,0.04);
    }
    .navbar { padding: 14px 0; }
    .navbar-brand {
      color: #0b1220;
      font-weight: 900;
      font-size: 1.2rem;
      letter-spacing: -0.03em;
    }
    .brand-badge {
      display: inline-flex;
      width: 42px;
      height: 42px;
      align-items: center;
      justify-content: center;
      border-radius: 14px;
      background: linear-gradient(135deg, var(--brand), var(--brand-2));
      color: #fff;
      box-shadow: 0 14px 28px rgba(58,166,255,0.24);
      margin-right: 10px;
      font-weight: 900;
    }
    .nav-link {
      color: #2f425b;
      font-weight: 700;
    }
    .nav-link:hover,
    .nav-link:focus,
    .nav-link.active { color: #0b1220; }

    .btn-brand,
    .btn-outline-glass {
      border-radius: 999px;
      padding: 14px 22px;
      font-weight: 700;
      transition: 0.25s ease;
    }
    .btn-brand {
      color: #fff;
      background: linear-gradient(135deg, var(--brand), var(--brand-2));
      border: none;
      box-shadow: 0 16px 30px rgba(58,166,255,0.24);
    }
    .btn-brand:hover { transform: translateY(-2px); color: #fff; }
    .btn-outline-glass {
      border: 1px solid rgba(15,23,42,0.10);
      color: #0f172a;
      background: rgba(255,255,255,0.92);
    }
    .btn-outline-glass:hover {
      color: #0f172a;
      background: #fff;
      transform: translateY(-2px);
    }

    .hero {
      padding: 86px 0 46px;
      overflow: hidden;
    }
    .hero-badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      border: 1px solid rgba(58,166,255,0.16);
      background: rgba(255,255,255,0.95);
      color: #24527a;
      border-radius: 999px;
      padding: 10px 16px;
      font-size: 0.92rem;
      font-weight: 700;
      margin-bottom: 22px;
      box-shadow: 0 12px 26px rgba(15,23,42,0.05);
    }
    .hero-title {
      font-size: clamp(2.6rem, 6vw, 5.4rem);
      line-height: 0.95;
      font-weight: 900;
      letter-spacing: -0.06em;
      margin-bottom: 20px;
      color: #0b1220;
    }
    .hero-title span {
      background: linear-gradient(135deg, #0b1220 0%, #209cff 50%, #597df7 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }
    .hero-copy {
      font-size: 1.1rem;
      color: var(--muted);
      line-height: 1.85;
      max-width: 740px;
    }
    .hero-points {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin: 24px 0 34px;
      padding: 0;
      list-style: none;
    }
    .hero-points li {
      padding: 12px 16px;
      border-radius: 999px;
      background: rgba(255,255,255,0.95);
      border: 1px solid rgba(15,23,42,0.08);
      color: #24405f;
      font-weight: 700;
      box-shadow: 0 12px 22px rgba(15,23,42,0.04);
    }
    .hero-card,
    .feature-card,
    .process-card,
    .proof-card,
    .price-card,
    .contact-card,
    .cms-card,
    .logo-card,
    .testimonial-card {
      background: rgba(255,255,255,0.97);
      border: 1px solid rgba(15,23,42,0.08);
      border-radius: var(--radius-lg);
      box-shadow: var(--shadow);
    }
    .hero-card { padding: 20px; position: relative; overflow: hidden; border-radius: var(--radius-xl); }
    .floating-mini {
      position: absolute;
      border-radius: 18px;
      padding: 14px 16px;
      background: rgba(255,255,255,0.97);
      border: 1px solid rgba(15,23,42,0.08);
      box-shadow: 0 18px 36px rgba(15,23,42,0.10);
      font-size: 0.93rem;
      max-width: 220px;
      z-index: 3;
      color: #35506c;
    }
    .floating-mini.top-left { top: 10px;right: 10px;}
    .floating-mini.bottom-right { right: 10px; bottom: 120px; }
    .floating-mini strong { display: block; color: #0f172a; }

    .browser-mock {
      border-radius: 24px;
      overflow: hidden;
      border: 1px solid rgba(15,23,42,0.08);
      background: #fff;
      box-shadow: var(--shadow);
    }
    .browser-top {
      display: flex;
      align-items: center;
      gap: 8px;
      padding: 14px 18px;
      background: #f7fbff;
      border-bottom: 1px solid rgba(15,23,42,0.08);
    }
    .browser-dot {
      width: 11px;
      height: 11px;
      border-radius: 50%;
      background: rgba(15,23,42,0.28);
    }
    .browser-url {
      margin-left: 10px;
      border-radius: 999px;
      padding: 9px 14px;
      background: rgba(15,23,42,0.04);
      color: #56718b;
      font-size: 0.88rem;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      flex: 1;
    }
    .hero-statbar {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 12px;
      margin-top: 16px;
    }
    .hero-statbar .stat {
      padding: 16px;
      border-radius: 18px;
      background: #f3f8fd;
      border: 1px solid rgba(15,23,42,0.06);
    }
    .hero-statbar .stat small { display: block; color: var(--muted); font-size: 0.8rem; margin-bottom: 5px; }
    .hero-statbar .stat strong { font-size: 1.2rem; color: #0f172a; }

    .logo-strip {
      padding: 18px 24px;
      border-radius: 999px;
      background: rgba(255,255,255,0.9);
      border: 1px solid rgba(15,23,42,0.08);
      display: flex;
      gap: 16px;
      flex-wrap: wrap;
      justify-content: center;
      color: #54718f;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: 0.14em;
      font-size: 0.76rem;
      box-shadow: 0 16px 30px rgba(15,23,42,0.04);
    }

    .feature-card,
    .process-card,
    .proof-card,
    .price-card,
    .contact-card,
    .cms-card,
    .logo-card,
    .testimonial-card {
      height: 100%;
      padding: 28px;
    }
    .feature-icon,
    .proof-icon {
      width: 58px;
      height: 58px;
      border-radius: 18px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 1.35rem;
      margin-bottom: 18px;
      background: linear-gradient(135deg, rgba(58,166,255,0.14), rgba(89,125,247,0.14));
      border: 1px solid rgba(58,166,255,0.10);
      color: #1d4b7a;
    }
    .feature-card h3,
    .process-card h3,
    .proof-card h3,
    .cms-card h3,
    .price-card h3,
    .contact-card h3,
    .logo-card h3,
    .testimonial-card h3 {
      font-size: 1.25rem;
      font-weight: 800;
      margin-bottom: 14px;
      color: #0f172a;
    }
    .feature-card p,
    .process-card p,
    .proof-card p,
    .cms-card p,
    .price-card p,
    .contact-card p,
    .testimonial-card .quote,
    .logo-card p,
    .check-list li {
      color: var(--muted);
      line-height: 1.8;
    }

    .stat-pill {
      padding: 18px 22px;
      border-radius: 20px;
      background: #fff;
      border: 1px solid rgba(15,23,42,0.08);
      box-shadow: 0 14px 30px rgba(15,23,42,0.06);
      text-align: center;
      height: 100%;
    }
    .stat-pill strong {
      display: block;
      font-size: clamp(1.8rem, 4vw, 2.5rem);
      color: #0b1220;
      font-weight: 900;
      line-height: 1;
      margin-bottom: 8px;
    }
    .stat-pill span {
      color: var(--muted);
      font-weight: 700;
    }

    .comparison-box {
      padding: 30px;
      border-radius: var(--radius-xl);
      background: rgba(255,255,255,0.97);
      border: 1px solid rgba(15,23,42,0.08);
      box-shadow: 0 18px 40px rgba(15,23,42,0.06);
    }
    .comparison-item {
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 18px;
      padding: 18px 0;
      border-bottom: 1px solid rgba(15,23,42,0.08);
    }
    .comparison-item:last-child { border-bottom: 0; }
    .comparison-item strong { display: block; margin-bottom: 6px; color: #0f172a; }
    .comparison-item .yes { color: #15803d; font-weight: 800; }
    .comparison-item .meh { color: #b45309; font-weight: 800; }

    .process-step-number {
      display: inline-flex;
      width: 42px;
      height: 42px;
      border-radius: 14px;
      align-items: center;
      justify-content: center;
      font-weight: 800;
      margin-bottom: 18px;
      color: #fff;
      background: linear-gradient(135deg, var(--brand), var(--brand-2));
    }

    .swiper { padding-bottom: 56px; }
    .swiper-pagination-bullet { background: rgba(15,23,42,0.22); opacity: 1; }
    .swiper-pagination-bullet-active { background: var(--brand); }

    .gallery-grid {
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      gap: 18px;
    }
    .gallery-item {
      display: block;
      position: relative;
      overflow: hidden;
      border-radius: 24px;
      border: 1px solid rgba(15,23,42,0.08);
      box-shadow: 0 16px 34px rgba(15,23,42,0.10);
      min-height: 240px;
      background: #fff;
    }
    .gallery-item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.6s ease;
    }
    .gallery-item:hover img { transform: scale(1.06); }
    .gallery-caption {
      position: absolute;
      inset: auto 0 0 0;
      padding: 18px;
      background: linear-gradient(180deg, transparent, rgba(15,23,42,0.78));
      color: #fff;
      font-weight: 700;
    }
    .gallery-item.large { grid-column: span 7; }
    .gallery-item.medium { grid-column: span 5; }
    .gallery-item.third { grid-column: span 4; }

    .price-tag {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      border-radius: 999px;
      padding: 8px 14px;
      background: rgba(22,163,74,0.10);
      border: 1px solid rgba(22,163,74,0.18);
      color: #15803d;
      font-weight: 800;
      margin-bottom: 18px;
      font-size: 0.9rem;
    }
    .price-big {
      font-size: clamp(2.8rem, 5vw, 4.6rem);
      font-weight: 900;
      line-height: 1;
      margin-bottom: 12px;
      letter-spacing: -0.05em;
      color: #0b1220;
    }
    .check-list { margin: 0; padding: 0; list-style: none; }
    .check-list li {
      position: relative;
      padding-left: 30px;
      margin-bottom: 12px;
    }
    .check-list li::before {
      content: '✓';
      position: absolute;
      left: 0;
      top: 0;
      color: #15803d;
      font-weight: 900;
    }

    .client-logos {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 18px;
    }
    .client-logo-box {
      min-height: 96px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 18px;
      background: #fff;
      border: 1px solid rgba(15,23,42,0.08);
      box-shadow: 0 12px 26px rgba(15,23,42,0.05);
      font-weight: 800;
      color: #5b7088;
      text-align: center;
      padding: 14px;
    }
    .testimonial-name { font-weight: 800; color: #0f172a; margin-top: 14px; }
    .testimonial-role { color: #6b7d93; font-size: 0.92rem; }

    .faq-item {
      border-radius: 18px;
      background: #fff;
      border: 1px solid rgba(15,23,42,0.08);
      overflow: hidden;
      box-shadow: 0 14px 28px rgba(15,23,42,0.05);
    }
    .accordion-button {
      background: transparent !important;
      color: #0f172a !important;
      box-shadow: none !important;
      font-weight: 800;
      padding: 20px 22px;
    }
    .accordion-body {
      color: var(--muted);
      line-height: 1.8;
      padding: 0 22px 22px;
    }
    .accordion-item { background: transparent; border: 0; }

    .form-control,
    .form-select {
      min-height: 56px;
      border-radius: 16px;
      border: 1px solid rgba(15,23,42,0.10);
      background: #fff;
      color: #0f172a;
      padding: 14px 18px;
    }
    .form-control::placeholder { color: #8ca0b3; }
    .form-control:focus,
    .form-select:focus {
      background: #fff;
      color: #0f172a;
      border-color: rgba(58,166,255,0.45);
      box-shadow: 0 0 0 0.22rem rgba(58,166,255,0.12);
    }
    textarea.form-control { min-height: 150px; }
    .form-label { font-weight: 700; margin-bottom: 10px; color: #0f172a; }
    .mini-note { color: var(--muted); font-size: 0.92rem; }

    .footer {
      padding: 28px 0 38px;
      border-top: 1px solid rgba(15,23,42,0.08);
      color: var(--muted);
      background: rgba(255,255,255,0.6);
    }

    .floating-actions {
      position: fixed;
      right: 18px;
      bottom: 18px;
      z-index: 1050;
      display: flex;
      flex-direction: column;
      gap: 12px;
    }
    .fab {
      width: 56px;
      height: 56px;
      border-radius: 18px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-size: 1.3rem;
      box-shadow: 0 18px 35px rgba(15,23,42,0.18);
      transition: 0.25s ease;
    }
    .fab:hover { transform: translateY(-3px) scale(1.02); color: #fff; }
    .fab-whatsapp { background: linear-gradient(135deg, #22c55e, #16a34a); }
    .fab-top { background: linear-gradient(135deg, #3b82f6, #1d4ed8); }

    .gradient-divider {
      height: 1px;
      background: linear-gradient(90deg, transparent, rgba(15,23,42,0.14), transparent);
      margin: 0 auto;
      width: min(1180px, calc(100% - 24px));
    }

    @media (max-width: 991.98px) {
      .hero { padding-top: 56px; }
      .floating-mini { position: static; margin-top: 14px; max-width: none; }
      .gallery-item.large,
      .gallery-item.medium,
      .gallery-item.third { grid-column: span 12; }
      .client-logos { grid-template-columns: repeat(2, 1fr); }
    }
    @media (max-width: 767.98px) {
      .section-pad { padding: 72px 0; }
      .hero-statbar { grid-template-columns: 1fr; }
      .feature-card,
      .price-card,
      .proof-card,
      .process-card,
      .cms-card,
      .testimonial-card,
      .logo-card,
      .contact-card { padding: 22px; }
      .floating-actions { right: 14px; bottom: 14px; }
      .fab { width: 52px; height: 52px; }
      .client-logos { grid-template-columns: 1fr 1fr; }
    }


.error2{
color: red;
}
.error {
color: red;
height: 20px;
text-align: left;
font-size: 12px;
margin-top: 5px;
}
