
  * { box-sizing: border-box; margin: 0; padding: 0; }
  html { scroll-behavior: smooth; }
  body { font-family: 'Manrope', system-ui, sans-serif; color: #0C231C; background: #FAFAF7; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
  a { color: #0E9C6B; text-decoration: none; }
  a:hover { color: #0B7A54; }
  img { max-width: 100%; display: block; }
  ::selection { background: #FB7328; color: #fff; }
  ul { list-style: none; }
  button { font-family: inherit; }

  @keyframes floatA { 0%,100% { transform: translate(0,0) scale(1); } 50% { transform: translate(30px,-40px) scale(1.08); } }
  @keyframes floatB { 0%,100% { transform: translate(0,0) scale(1); } 50% { transform: translate(-40px,30px) scale(1.12); } }
  @keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
  @keyframes pulseGlow { 0%,100% { opacity: .55; } 50% { opacity: 1; } }
  @keyframes truckMove { 0% { transform: translateX(-8%); } 50% { transform: translateX(8%); } 100% { transform: translateX(-8%); } }

  .reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
  .reveal.in { opacity: 1; transform: translateY(0); }

  .btn-orange { background:#FB7328; color:#fff; border:none; }
  .btn-orange:hover { background:#e5601a; color:#fff; }

  .card-hover { transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease; }
  .card-hover:hover { transform: translateY(-6px); border-color:#12B981 !important; box-shadow:0 18px 40px rgba(16,185,129,.14); }

  .nav-link { position:relative; color:#EAF6F0; font-weight:600; font-size:15px; padding:4px 0; }
  .nav-link::after { content:''; position:absolute; left:0; bottom:-2px; width:0; height:2px; background:#12B981; transition:width .25s ease; }
  .nav-link:hover::after, .nav-link.active::after { width:100%; }
  .nav-link.active { color:#7DE9BE; }

  .call-pill { display:inline-flex; align-items:center; gap:8px; background:#0C231C; color:#fff; padding:11px 20px; border-radius:999px; font-weight:700; font-size:14px; box-shadow:0 6px 18px rgba(12,35,28,.25); transition:.25s; }
  .call-pill:hover { background:#FB7328; color:#fff; transform:translateY(-1px); }

  .mobile-toggle { display:none; }
  .mobile-menu { display:none; }

  .page-hero { position:relative; background:radial-gradient(120% 120% at 80% 0%,#0d3d2e 0%,#08201A 55%,#061711 100%); color:#EAF6F0; padding:64px 24px 70px; overflow:hidden; }
  .page-hero .glow-a { position:absolute; top:-120px; right:-80px; width:420px; height:420px; background:radial-gradient(circle,#12B981 0%,transparent 68%); filter:blur(30px); opacity:.3; animation:floatA 14s ease-in-out infinite; }
  .page-hero .glow-b { position:absolute; bottom:-140px; left:-100px; width:400px; height:400px; background:radial-gradient(circle,#FB7328 0%,transparent 68%); filter:blur(40px); opacity:.2; animation:floatB 16s ease-in-out infinite; }
  .page-hero .grid-dots { position:absolute; inset:0; background-image:radial-gradient(rgba(255,255,255,.05) 1px,transparent 1px); background-size:26px 26px; opacity:.5; }

  @media (max-width: 940px) {
    .nav-links { display:none !important; }
    .mobile-toggle { display:flex !important; }
    .hero-grid, .movers-grid, .contact-grid { grid-template-columns: 1fr !important; }
    .stats-grid, .why-grid { grid-template-columns: repeat(2,1fr) !important; }
    .svc-grid, .how-grid, .test-grid, .faq-cols { grid-template-columns: 1fr 1fr !important; }
    .foot-grid { grid-template-columns: 1fr 1fr !important; }
    .hero-card-wrap { max-width: 480px; margin: 0 auto; width: 100%; }
    .mv-detail-grid { grid-template-columns: 1fr !important; }
    .svc-detail-grid { grid-template-columns: 1fr !important; }
  }
  @media (max-width: 620px) {
    .svc-grid, .how-grid, .test-grid, .foot-grid, .faq-cols { grid-template-columns: 1fr !important; }
    .hero-search { flex-direction: column !important; }
    .why-grid { grid-template-columns: 1fr !important; }
  }


/* ===== Auto-generated component classes (from inline styles) ===== */
.gen-e094c1ae { position:sticky;top:0;z-index:100;background:rgba(8,32,26,.9);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.06); }
.gen-e26be9c5 { max-width:1200px;margin:0 auto;padding:0 24px;height:84px;display:flex;align-items:center;justify-content:space-between;gap:24px; }
.gen-26b64947 { display:flex;align-items:center;gap:10px;color:inherit; }
.gen-85e02da5 { width:56px;height:56px;border-radius:14px;object-fit:contain;background:#fff;padding:5px;box-shadow:0 4px 16px rgba(0,0,0,.3);border:1px solid rgba(255,255,255,.15); }
.gen-c365e0e1 { font-family:'Bricolage Grotesque';font-weight:800;font-size:23px;letter-spacing:-.02em;color:#EAF6F0; }
.gen-07f2d712 { color:#12B981; }
.gen-d644aa16 { display:flex;align-items:center;gap:30px; }
.gen-6008a882 { display:flex;align-items:center;gap:14px; }
.gen-07d5d702 { align-items:center;justify-content:center;width:40px;height:40px;background:rgba(255,255,255,.08);border:none;border-radius:10px;cursor:pointer; }
.gen-e4ffef84 { flex-direction:column;background:#08201A;border-top:1px solid rgba(255,255,255,.08);padding:10px 24px 20px;gap:4px; }
.gen-3e61ff91 { color:#EAF6F0;font-weight:700;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.06); }
.gen-382ef6ec { color:#EAF6F0;font-weight:700;padding:12px 0; }
.gen-fa712350 { position:relative;max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.1fr .9fr;gap:48px;align-items:center; }
.gen-5211bc5d { width:60px;height:60px;border-radius:16px;background:rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;margin-bottom:20px; }
.gen-f1dcdc76 { font-family:'Bricolage Grotesque';font-weight:800;font-size:clamp(32px,4.6vw,52px);letter-spacing:-.02em;line-height:1.08;margin-bottom:16px; }
.gen-204e5841 { color:#B7CEC4;font-size:17px;line-height:1.65;margin-bottom:28px;max-width:520px; }
.gen-1a3f2851 { display:flex;gap:14px;flex-wrap:wrap; }
.gen-9673a3f5 { padding:15px 30px;border-radius:12px;font-weight:800;font-size:15px; }
.gen-f81bdba9 { background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.18);color:#fff;padding:15px 30px;border-radius:12px;font-weight:700;font-size:15px; }
.gen-c898da33 { background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:24px;padding:40px;display:flex;align-items:center;justify-content:center; }
.gen-6adb2c84 { transform:scale(3.2); }
.gen-dd5fc597 { max-width:1100px;margin:0 auto;padding:80px 24px; }
.gen-bc14c816 { text-align:center;max-width:600px;margin:0 auto 40px; }
.gen-38aa9dbf { color:#0E9C6B;font-weight:800;font-size:14px;letter-spacing:.08em;text-transform:uppercase; }
.gen-cd9f08f1 { font-family:'Bricolage Grotesque';font-weight:800;font-size:clamp(26px,3.6vw,38px);letter-spacing:-.02em;margin-top:10px; }
.gen-08fb8977 { display:grid;grid-template-columns:repeat(3,1fr);gap:16px; }
.gen-083805f2 { background:#fff;border:1px solid #ECEFEC;border-radius:16px;padding:20px; }
.gen-f06d786a { color:#0E9C6B;margin-bottom:8px; }
.gen-e5fe80e0 { font-weight:700;font-size:14.5px; }
.gen-5a8be84b { background:linear-gradient(160deg,#0d3d2e 0%,#08201A 100%);color:#EAF6F0;padding:70px 24px; }
.gen-89a869f3 { max-width:1100px;margin:0 auto; }
.gen-ba1df625 { text-align:center;max-width:560px;margin:0 auto 40px; }
.gen-7edb58c9 { color:#7DE9BE;font-weight:800;font-size:14px;letter-spacing:.08em;text-transform:uppercase; }
.gen-89cd8aa3 { font-family:'Bricolage Grotesque';font-weight:800;font-size:clamp(24px,3.2vw,34px);margin-top:8px; }
.gen-4a3a3390 { display:grid;grid-template-columns:repeat(4,1fr);gap:20px; }
.gen-57096cd7 { background:rgba(255,255,255,.05);padding:26px;border-radius:18px; }
.gen-60fd2c13 { color:#0E9C6B; }
.gen-4122accd { font-family:'Bricolage Grotesque';font-weight:800;font-size:16px;margin:12px 0 6px; }
.gen-2363740f { color:#B7CEC4;font-size:13.5px;line-height:1.5; }
.gen-7a329442 { transition-delay:.08s;background:rgba(255,255,255,.05);padding:26px;border-radius:18px; }
.gen-c7fb4b64 { color:#FB7328; }
.gen-5ae95f26 { transition-delay:.16s;background:rgba(255,255,255,.05);padding:26px;border-radius:18px; }
.gen-8c32bd27 { transition-delay:.24s;background:rgba(255,255,255,.05);padding:26px;border-radius:18px; }
.gen-750b6961 { background:#EEF6F1;padding:80px 24px; }
.gen-21aacde7 { max-width:820px;margin:0 auto; }
.gen-2b972e74 { text-align:center;margin-bottom:40px; }
.gen-bbc0178b { display:flex;flex-direction:column;gap:12px; }
.gen-9f6c33c0 { background:#fff;border-radius:14px;border:1px solid #ECEFEC;overflow:hidden; }
.gen-f28608f0 { width:100%;text-align:left;background:none;border:none;padding:20px 22px;font-weight:700;font-size:16px;display:flex;justify-content:space-between;align-items:center;cursor:pointer;color:#0C231C; }
.gen-6dfd280b { color:#0E9C6B;transition:transform .25s; }
.gen-c2037549 { max-height:0;overflow:hidden;transition:max-height .3s ease; }
.gen-fea239f0 { padding:0 22px 20px;color:#5B6B64;font-size:15px;line-height:1.6; }
.gen-5bcf90be { max-width:1100px;margin:0 auto;padding:70px 24px;text-align:center; }
.gen-6c0d925c { font-family:'Bricolage Grotesque';font-weight:800;font-size:clamp(24px,3.2vw,32px);letter-spacing:-.02em;margin:10px 0 24px; }
.gen-e43ae893 { display:flex;gap:12px;justify-content:center;flex-wrap:wrap; }
.gen-718518a6 { background:#fff;border:1px solid #ECEFEC;border-radius:999px;padding:9px 18px;font-weight:700;font-size:13.5px;color:#0C231C; }
.gen-70a8ae70 { background:#0E9C6B;color:#fff;border-radius:999px;padding:9px 18px;font-weight:700;font-size:13.5px; }
.gen-12dc54f1 { background:linear-gradient(160deg,#0C231C,#061711);color:#EAF6F0;padding:70px 24px;text-align:center; }
.gen-e28b9e74 { font-family:'Bricolage Grotesque';font-weight:800;font-size:clamp(26px,3.4vw,38px);margin-bottom:14px; }
.gen-a0b06f37 { color:#B7CEC4;font-size:16px;margin-bottom:26px; }
.gen-22456aad { display:flex;gap:14px;justify-content:center;flex-wrap:wrap; }
.gen-927b0a45 { background:#061711;color:#B7CEC4;padding:56px 24px 30px; }
.gen-d6035444 { max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:40px; }
.gen-668156b6 { display:flex;align-items:center;gap:10px;color:#EAF6F0;margin-bottom:14px; }
.gen-7fa3d184 { width:52px;height:52px;border-radius:13px;object-fit:contain;background:#fff;padding:5px;box-shadow:0 4px 14px rgba(0,0,0,.3); }
.gen-c2ae3aa9 { font-family:'Bricolage Grotesque';font-weight:800;font-size:21px;color:#EAF6F0; }
.gen-b67f8601 { font-size:14px;line-height:1.6;max-width:280px; }
.gen-556605eb { font-size:13px;margin-top:14px;color:#7d968a; }
.gen-b7db7055 { color:#EAF6F0;font-weight:800;font-size:15px;margin-bottom:14px; }
.gen-2fac1fec { display:flex;flex-direction:column;gap:9px;font-size:14px; }
.gen-64077566 { max-width:1200px;margin:36px auto 0;padding-top:22px;border-top:1px solid rgba(255,255,255,.08);display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px;font-size:13px;color:#7d968a; }
.gen-dd265f2f { position:fixed;bottom:22px;right:92px;z-index:60;width:52px;height:52px;border-radius:50%;background:#25D366;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 30px rgba(37,211,102,.5); }
.gen-c3d7dfed { position:fixed;bottom:22px;right:22px;z-index:60;width:58px;height:58px;border-radius:50%;background:#FB7328;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 30px rgba(251,115,40,.5); }
.gen-72eba15f { text-align:center;padding-bottom:56px; }
.gen-a396a2c0 { position:relative;max-width:640px;margin:0 auto; }
.gen-8d6cebd8 { display:inline-block;background:rgba(18,185,129,.14);border:1px solid rgba(18,185,129,.35);color:#7DE9BE;padding:7px 14px;border-radius:999px;font-size:13px;font-weight:700;margin-bottom:18px; }
.gen-6548703c { font-family:'Bricolage Grotesque';font-weight:800;font-size:clamp(32px,4.6vw,50px);letter-spacing:-.02em;line-height:1.08;margin-bottom:16px; }
.gen-08d2e4ba { color:#B7CEC4;font-size:17px;line-height:1.6; }
.gen-a960c9a7 { max-width:1100px;margin:0 auto;padding:60px 24px 90px; }
.gen-be063e37 { display:grid;grid-template-columns:.9fr 1.1fr;gap:56px;align-items:start; }
.gen-1fdd9933 { display:flex;flex-direction:column;gap:20px;margin-bottom:36px; }
.gen-4f2671cc { display:flex;align-items:center;gap:14px;color:#0C231C;background:#fff;border:1px solid #ECEFEC;border-radius:16px;padding:18px; }
.gen-7be37b46 { width:46px;height:46px;border-radius:12px;background:#E7F5EE;display:flex;align-items:center;justify-content:center;color:#0E9C6B;flex-shrink:0; }
.gen-d28ee9c2 { font-size:13px;color:#8A9891; }
.gen-3a6eeaab { font-weight:700;font-size:16px; }
.gen-e8d13d98 { display:flex;align-items:center;gap:14px;background:#fff;border:1px solid #ECEFEC;border-radius:16px;padding:18px; }
.gen-acd841b6 { width:46px;height:46px;border-radius:12px;background:#FEF0E6;display:flex;align-items:center;justify-content:center;color:#FB7328;flex-shrink:0; }
.gen-12136c52 { background:#0C231C;border-radius:16px;padding:22px;color:#EAF6F0; }
.gen-3b5fa904 { font-weight:800;font-size:15px;margin-bottom:6px; }
.gen-6d45c72e { color:#B7CEC4;font-size:13.5px;line-height:1.6;margin-bottom:12px; }
.gen-98f65cce { color:#7DE9BE;font-weight:700;font-size:14px; }
.gen-e37dc9a6 { transition-delay:.12s; }
.gen-d13048fc { display:none;background:#fff;border:1px solid #ECEFEC;border-radius:22px;padding:48px 32px;text-align:center; }
.gen-dcd26ef3 { width:70px;height:70px;border-radius:50%;background:#E7F5EE;display:flex;align-items:center;justify-content:center;margin:0 auto 18px;color:#0E9C6B; }
.gen-0e42109f { font-family:'Bricolage Grotesque';font-weight:800;font-size:26px;color:#0C231C;margin-bottom:8px; }
.gen-e9aad200 { color:#5B6B64;font-size:16px; }
.gen-0c1f3ca8 { background:#fff;border:1px solid #ECEFEC;border-radius:22px;padding:32px;box-shadow:0 10px 30px rgba(12,35,28,.05); }
.gen-27de1fa6 { display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:14px; }
.gen-d4455404 { display:block;font-size:13px;font-weight:700;color:#0C231C;margin-bottom:6px; }
.gen-38abc3a1 { width:100%;padding:13px 14px;border:1.5px solid #E3E8E5;border-radius:11px;font-family:'Manrope';font-size:15px;outline:none;color:#0C231C; }
.gen-6179637e { margin-bottom:14px; }
.gen-8a6e3293 { width:100%;padding:13px 14px;border:1.5px solid #E3E8E5;border-radius:11px;font-family:'Manrope';font-size:15px;outline:none;color:#0C231C;background:#fff;cursor:pointer; }
.gen-3019698e { margin-bottom:20px; }
.gen-49a07789 { width:100%;padding:13px 14px;border:1.5px solid #E3E8E5;border-radius:11px;font-family:'Manrope';font-size:15px;outline:none;resize:vertical;color:#0C231C; }
.gen-70f89abb { width:100%;padding:16px;border-radius:12px;font-weight:800;font-size:16px;cursor:pointer; }
.gen-aeeb1c40 { text-align:center;color:#8A9891;font-size:12px;margin-top:12px; }
.gen-13076d95 { text-align:center; }
.gen-faa55182 { position:relative;max-width:680px;margin:0 auto; }
.gen-2f528677 { font-family:'Bricolage Grotesque';font-weight:800;font-size:clamp(32px,5vw,54px);letter-spacing:-.02em;line-height:1.08;margin-bottom:16px; }
.gen-320a3023 { max-width:1000px;margin:0 auto;padding:80px 24px; }
.gen-96ee7bb6 { display:flex;flex-direction:column;gap:0; }
.gen-625e8fd1 { display:grid;grid-template-columns:auto 1fr;gap:28px; }
.gen-da716c20 { display:flex;flex-direction:column;align-items:center; }
.gen-a740710b { width:64px;height:64px;border-radius:50%;background:#0E9C6B;color:#fff;display:flex;align-items:center;justify-content:center;font-family:'Bricolage Grotesque';font-weight:800;font-size:24px;flex-shrink:0; }
.gen-4178854f { width:2px;flex:1;background:#E3E8E5;margin:8px 0;min-height:60px; }
.gen-3029fde7 { padding-bottom:44px; }
.gen-a6f3b2b8 { font-family:'Bricolage Grotesque';font-weight:800;font-size:24px;margin-bottom:10px; }
.gen-327852ad { color:#5B6B64;font-size:16px;line-height:1.65;max-width:520px;margin-bottom:16px; }
.gen-4ad06f01 { display:flex;gap:10px;flex-wrap:wrap; }
.gen-bff680e0 { background:#E7F5EE;color:#0E9C6B;font-size:13px;font-weight:700;padding:6px 14px;border-radius:999px; }
.gen-fdff027e { width:64px;height:64px;border-radius:50%;background:#FB7328;color:#fff;display:flex;align-items:center;justify-content:center;font-family:'Bricolage Grotesque';font-weight:800;font-size:24px;flex-shrink:0; }
.gen-c27bd0e5 { background:#FEF0E6;color:#FB7328;font-size:13px;font-weight:700;padding:6px 14px;border-radius:999px; }
.gen-1aa46e14 { text-align:center;margin-bottom:44px; }
.gen-55a1bc04 { background:#fff;border-radius:18px;padding:24px; }
.gen-29a59c36 { font-family:'Bricolage Grotesque';font-weight:800;color:#12B981;font-size:26px;margin-bottom:8px; }
.gen-09f3e890 { font-weight:700;font-size:15px;margin-bottom:6px; }
.gen-c67889ef { color:#5B6B64;font-size:13.5px;line-height:1.5; }
.gen-99e5fc77 { transition-delay:.06s;background:#fff;border-radius:18px;padding:24px; }
.gen-7df7a3a7 { transition-delay:.12s;background:#fff;border-radius:18px;padding:24px; }
.gen-0fec03ce { transition-delay:.18s;background:#fff;border-radius:18px;padding:24px; }
.gen-537252ee { text-align:center;margin-top:28px; }
.gen-752cab45 { font-weight:800;background:#0E9C6B;color:#fff;padding:12px 26px;border-radius:999px;display:inline-block; }
.gen-d1808ef9 { background:linear-gradient(160deg,#0d3d2e 0%,#08201A 100%);color:#EAF6F0;padding:70px 24px;text-align:center; }
.gen-8c231ba3 { padding-top:36px; }
.gen-51d0bb10 { position:relative;max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.15fr .85fr;gap:48px;align-items:center;padding-top:36px; }
.gen-6248d1d1 { display:inline-flex;align-items:center;gap:8px;background:rgba(18,185,129,.14);border:1px solid rgba(18,185,129,.35);color:#7DE9BE;padding:7px 14px;border-radius:999px;font-size:13px;font-weight:700;letter-spacing:.02em;margin-bottom:22px; }
.gen-1dc842cc { width:7px;height:7px;border-radius:50%;background:#12B981;box-shadow:0 0 0 4px rgba(18,185,129,.25);animation:pulseGlow 2s ease-in-out infinite; }
.gen-cbc48606 { font-family:'Bricolage Grotesque';font-weight:800;font-size:clamp(36px,5.2vw,64px);line-height:1.03;letter-spacing:-.03em;margin-bottom:20px; }
.gen-a5c2dc96 { font-size:clamp(16px,1.6vw,19px);line-height:1.6;color:#B7CEC4;max-width:540px;margin-bottom:32px; }
.gen-d27289dd { color:#FDBA8C; }
.gen-f704410c { display:flex;gap:10px;background:#fff;padding:8px;border-radius:16px;max-width:540px;box-shadow:0 24px 60px rgba(0,0,0,.35); }
.gen-0c917638 { flex:1;display:flex;align-items:center;gap:10px;padding:0 12px; }
.gen-7c35f25d { flex:1;border:none;outline:none;font-family:'Manrope';font-size:15px;font-weight:600;color:#0C231C;background:transparent;cursor:pointer;padding:12px 0; }
.gen-0c8afafa { padding:14px 26px;border-radius:11px;font-family:'Manrope';font-weight:800;font-size:15px;cursor:pointer;white-space:nowrap; }
.gen-10001b73 { display:flex;align-items:center;gap:26px;margin-top:28px;flex-wrap:wrap; }
.gen-2c97d6a1 { display:inline-flex;align-items:center;gap:9px;color:#EAF6F0;font-weight:700;font-size:15px; }
.gen-6c6126c7 { width:38px;height:38px;border-radius:50%;background:rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center; }
.gen-f9a3f4e3 { display:flex;align-items:center;gap:8px;color:#B7CEC4;font-size:14px;font-weight:600; }
.gen-fca06233 { display:flex;color:#FBBF24; }
.gen-c451fdb0 { position:relative; }
.gen-3173a3b8 { position:relative;background:linear-gradient(160deg,#12432F,#0a2a1f);border:1px solid rgba(255,255,255,.08);border-radius:24px;padding:28px;box-shadow:0 30px 70px rgba(0,0,0,.4); }
.gen-f00975c2 { display:flex;align-items:center;justify-content:space-between;margin-bottom:20px; }
.gen-6ff4ed85 { font-family:'Bricolage Grotesque';font-weight:700;font-size:15px;color:#7DE9BE;letter-spacing:.04em;text-transform:uppercase; }
.gen-304d1775 { background:#FB7328;color:#fff;font-size:12px;font-weight:800;padding:4px 10px;border-radius:999px; }
.gen-7b1a0c95 { border-radius:16px;overflow:hidden;margin-bottom:18px; }
.gen-c2a4cbd9 { width:100%;display:block;border-radius:16px; }
.gen-be02eec3 { font-family:'Bricolage Grotesque';font-weight:800;font-size:24px;color:#fff;margin-bottom:6px; }
.gen-1867636a { color:#B7CEC4;font-size:14px;line-height:1.5;margin-bottom:16px; }
.gen-eba032ba { display:grid;grid-template-columns:1fr 1fr;gap:10px; }
.gen-f312d67d { background:rgba(255,255,255,.06);border-radius:12px;padding:12px; }
.gen-5f370824 { color:#12B981;font-weight:800;font-size:15px; }
.gen-f12f1acc { color:#9db8ac;font-size:12px; }
.gen-0f68a2f4 { display:block;text-align:center;margin-top:16px;background:#fff;color:#0C231C;padding:13px;border-radius:12px;font-weight:800;font-size:14px;transition:.25s; }
.gen-21654347 { background:#0C231C;color:#EAF6F0;padding:16px 0;overflow:hidden;white-space:nowrap; }
.gen-abb9760f { display:inline-flex;gap:44px;animation:marquee 24s linear infinite;font-family:'Bricolage Grotesque';font-weight:700;font-size:18px;letter-spacing:.02em; }
.gen-b118663f { color:#7DE9BE; }
.gen-1b7b70f2 { max-width:1200px;margin:0 auto;padding:64px 24px; }
.gen-5cd01bde { text-align:center;padding:20px;background:#fff;border-radius:18px;border:1px solid #ECEFEC;box-shadow:0 10px 30px rgba(12,35,28,.05); }
.gen-770cc1d7 { font-family:'Bricolage Grotesque';font-weight:800;font-size:44px;color:#0E9C6B;line-height:1; }
.gen-063a9803 { color:#5B6B64;font-weight:600;font-size:14px;margin-top:6px; }
.gen-4e09ba05 { transition-delay:.08s;text-align:center;padding:20px;background:#fff;border-radius:18px;border:1px solid #ECEFEC;box-shadow:0 10px 30px rgba(12,35,28,.05); }
.gen-5f563bc6 { font-family:'Bricolage Grotesque';font-weight:800;font-size:44px;color:#FB7328;line-height:1; }
.gen-136d27ff { transition-delay:.16s;text-align:center;padding:20px;background:#fff;border-radius:18px;border:1px solid #ECEFEC;box-shadow:0 10px 30px rgba(12,35,28,.05); }
.gen-0eb6d9bb { transition-delay:.24s;text-align:center;padding:20px;background:#fff;border-radius:18px;border:1px solid #ECEFEC;box-shadow:0 10px 30px rgba(12,35,28,.05); }
.gen-64fb5cfd { max-width:1200px;margin:0 auto;padding:20px 24px 80px; }
.gen-98261ba0 { text-align:center;max-width:640px;margin:0 auto 48px; }
.gen-72abebc5 { font-family:'Bricolage Grotesque';font-weight:800;font-size:clamp(30px,4vw,46px);letter-spacing:-.02em;margin:10px 0 12px; }
.gen-3dd3e328 { color:#5B6B64;font-size:16px;line-height:1.6; }
.gen-5fc9179c { background:linear-gradient(160deg,#12432F,#0a2a1f);border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:26px;color:#fff;box-shadow:0 8px 24px rgba(12,35,28,.12);position:relative; }
.gen-f3706076 { position:absolute;top:16px;right:16px;background:#FB7328;color:#fff;font-size:11px;font-weight:800;padding:4px 9px;border-radius:999px; }
.gen-626a7566 { width:52px;height:52px;border-radius:14px;background:rgba(18,185,129,.18);display:flex;align-items:center;justify-content:center;margin-bottom:16px; }
.gen-0da2b70d { font-family:'Bricolage Grotesque';font-weight:800;font-size:20px;margin-bottom:6px; }
.gen-076a0745 { color:#B7CEC4;font-size:14px;line-height:1.5; }
.gen-c81ee9fe { background:#fff;border:1px solid #ECEFEC;border-radius:20px;padding:26px;color:inherit;box-shadow:0 8px 24px rgba(12,35,28,.04); }
.gen-e7e410ec { width:52px;height:52px;border-radius:14px;background:#FEF0E6;display:flex;align-items:center;justify-content:center;margin-bottom:16px; }
.gen-6d2f5f84 { color:#5B6B64;font-size:14px;line-height:1.5; }
.gen-0fe3aa98 { width:52px;height:52px;border-radius:14px;background:#E7F5EE;display:flex;align-items:center;justify-content:center;margin-bottom:16px; }
.gen-1996b13a { text-align:center;color:#8A9891;font-size:14px;margin-top:28px; }
.gen-a63ef2fb { max-width:1200px;margin:0 auto;padding:20px 24px 90px; }
.gen-8b57dcd1 { text-align:center;max-width:600px;margin:0 auto 52px; }
.gen-a7a7132c { font-family:'Bricolage Grotesque';font-weight:800;font-size:clamp(30px,4vw,46px);letter-spacing:-.02em;margin:10px 0 8px; }
.gen-e1fe3075 { font-weight:700;font-size:14px; }
.gen-70c0f976 { display:grid;grid-template-columns:repeat(3,1fr);gap:24px; }
.gen-1f795ef9 { position:relative;padding:32px;background:#fff;border-radius:20px;border:1px solid #ECEFEC; }
.gen-2f4606ac { font-family:'Bricolage Grotesque';font-weight:800;font-size:52px;color:#E7F5EE;line-height:1;position:absolute;top:18px;right:24px; }
.gen-fdc5df32 { width:54px;height:54px;border-radius:15px;background:#E7F5EE;display:flex;align-items:center;justify-content:center;margin-bottom:18px;position:relative; }
.gen-1333304b { font-family:'Bricolage Grotesque';font-weight:800;font-size:21px;margin-bottom:8px; }
.gen-a0e9db04 { color:#5B6B64;font-size:15px;line-height:1.6; }
.gen-2e838a4c { transition-delay:.1s;position:relative;padding:32px;background:#fff;border-radius:20px;border:1px solid #ECEFEC; }
.gen-98c133ef { font-family:'Bricolage Grotesque';font-weight:800;font-size:52px;color:#FEF0E6;line-height:1;position:absolute;top:18px;right:24px; }
.gen-3d89d189 { width:54px;height:54px;border-radius:15px;background:#FEF0E6;display:flex;align-items:center;justify-content:center;margin-bottom:18px;position:relative; }
.gen-6839a504 { transition-delay:.2s;position:relative;padding:32px;background:#fff;border-radius:20px;border:1px solid #ECEFEC; }
.gen-8adabc63 { max-width:1200px;margin:0 auto; }
.gen-69940a29 { text-align:center;margin-bottom:48px; }
.gen-58f4c404 { font-family:'Bricolage Grotesque';font-weight:800;font-size:clamp(30px,4vw,46px);letter-spacing:-.02em;margin-top:10px; }
.gen-bcafe190 { background:#fff;padding:28px;border-radius:18px; }
.gen-7dcaffbc { font-family:'Bricolage Grotesque';font-weight:800;font-size:18px;margin:14px 0 6px; }
.gen-f3387357 { color:#5B6B64;font-size:14px;line-height:1.55; }
.gen-efb1cafb { transition-delay:.08s;background:#fff;padding:28px;border-radius:18px; }
.gen-c14c6278 { transition-delay:.16s;background:#fff;padding:28px;border-radius:18px; }
.gen-2071515d { transition-delay:.24s;background:#fff;padding:28px;border-radius:18px; }
.gen-8d85dada { max-width:1200px;margin:0 auto;padding:90px 24px; }
.gen-bb32e3a0 { background:#fff;border:1px solid #ECEFEC;border-radius:20px;padding:30px;box-shadow:0 10px 30px rgba(12,35,28,.05); }
.gen-5828025f { color:#FBBF24;font-size:18px;margin-bottom:14px; }
.gen-e6cf7f95 { font-size:16px;line-height:1.65;color:#0C231C;margin-bottom:20px; }
.gen-9f0e4db8 { display:flex;align-items:center;gap:12px; }
.gen-fc5dff4a { width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,#12B981,#0B7A54);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800; }
.gen-6bd33ad2 { font-weight:700;font-size:15px; }
.gen-b88c4260 { color:#8A9891;font-size:13px; }
.gen-536a6756 { transition-delay:.1s;background:#fff;border:1px solid #ECEFEC;border-radius:20px;padding:30px;box-shadow:0 10px 30px rgba(12,35,28,.05); }
.gen-29048bc9 { width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,#FB7328,#e5601a);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800; }
.gen-d168658d { transition-delay:.2s;background:#fff;border:1px solid #ECEFEC;border-radius:20px;padding:30px;box-shadow:0 10px 30px rgba(12,35,28,.05); }
.gen-fdf71608 { background:#EEF6F1;padding:90px 24px; }
.gen-68cbfdcb { font-family:'Bricolage Grotesque';font-weight:800;font-size:clamp(28px,4vw,42px);letter-spacing:-.02em;margin-top:10px; }
.gen-83e4487b { font-weight:700; }
.gen-c89bbccb { position:relative;max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.15fr .85fr;gap:48px;align-items:center; }
.gen-ee519f0c { display:inline-block;background:#FB7328;color:#fff;font-size:12px;font-weight:800;padding:5px 12px;border-radius:999px;letter-spacing:.06em;margin-bottom:18px; }
.gen-5472631f { font-family:'Bricolage Grotesque';font-weight:800;font-size:clamp(34px,5vw,58px);letter-spacing:-.02em;line-height:1.05;margin-bottom:18px; }
.gen-343bef87 { color:#B7CEC4;font-size:17px;line-height:1.65;margin-bottom:30px;max-width:520px; }
.gen-ed7f88ef { display:flex;gap:14px;flex-wrap:wrap;margin-bottom:26px; }
.gen-b49420c2 { background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:24px;padding:28px;backdrop-filter:blur(6px); }
.gen-c10c7035 { background:rgba(255,255,255,.06);border-radius:12px;padding:14px;text-align:center; }
.gen-f8e025de { color:#12B981;font-weight:800;font-size:17px; }
.gen-3a175edc { color:#FB7328;font-weight:800;font-size:17px; }
.gen-d300eb79 { max-width:1200px;margin:0 auto;padding:80px 24px; }
.gen-354c1a53 { font-family:'Bricolage Grotesque';font-weight:800;font-size:clamp(28px,4vw,42px);letter-spacing:-.02em;margin:10px 0; }
.gen-1f8bd89a { background:#fff;border:1px solid #ECEFEC;border-radius:18px;padding:26px; }
.gen-e7c29b09 { font-family:'Bricolage Grotesque';font-weight:800;color:#12B981;font-size:32px;margin-bottom:10px; }
.gen-70072756 { font-weight:800;font-size:16px;margin-bottom:6px; }
.gen-7b562096 { transition-delay:.08s;background:#fff;border:1px solid #ECEFEC;border-radius:18px;padding:26px; }
.gen-35c8be0a { transition-delay:.16s;background:#fff;border:1px solid #ECEFEC;border-radius:18px;padding:26px; }
.gen-b9f193bf { transition-delay:.24s;background:#fff;border:1px solid #ECEFEC;border-radius:18px;padding:26px; }
.gen-38f931aa { background:linear-gradient(160deg,#0d3d2e 0%,#08201A 100%);color:#EAF6F0;padding:80px 24px; }
.gen-2ed5cd9d { font-family:'Bricolage Grotesque';font-weight:800;font-size:clamp(26px,3.4vw,38px);margin-top:8px; }
.gen-1c8a99c5 { display:grid;grid-template-columns:repeat(4,1fr);gap:16px; }
.gen-d9202ac0 { background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:22px; }
.gen-e40082be { color:#12B981;margin-bottom:10px; }
.gen-f6c293af { font-weight:800;font-size:15px;margin-bottom:4px; }
.gen-e4981c6f { color:#9db8ac;font-size:13px;line-height:1.5; }
.gen-196bdbb3 { transition-delay:.05s;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:22px; }
.gen-4cd92665 { color:#FB7328;margin-bottom:10px; }
.gen-80cd68bf { transition-delay:.1s;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:22px; }
.gen-e267a01c { transition-delay:.15s;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:22px; }
.gen-745eed1b { text-align:center;max-width:600px;margin:0 auto 48px; }
.gen-2aaf6df6 { background:#EEF6F1;padding:26px;border-radius:18px; }
.gen-4e095742 { font-family:'Bricolage Grotesque';font-weight:800;font-size:17px;margin:12px 0 6px; }
.gen-f20531a5 { transition-delay:.08s;background:#EEF6F1;padding:26px;border-radius:18px; }
.gen-0a513249 { transition-delay:.16s;background:#EEF6F1;padding:26px;border-radius:18px; }
.gen-4c9c33cb { transition-delay:.24s;background:#EEF6F1;padding:26px;border-radius:18px; }
.gen-dfd1ed09 { background:linear-gradient(160deg,#0C231C,#061711);color:#EAF6F0;padding:80px 24px;text-align:center; }
.gen-7520ebb9 { font-family:'Bricolage Grotesque';font-weight:800;font-size:clamp(26px,3.6vw,40px);margin-bottom:14px; }
.gen-c175f66b { position:relative;max-width:760px;margin:0 auto; }
.gen-3be05284 { max-width:1200px;margin:0 auto;padding:70px 24px 80px; }
.gen-e2d3abb8 { color:#B7CEC4;font-size:14px;line-height:1.5;margin-bottom:10px; }
.gen-ba30d107 { color:#7DE9BE;font-weight:700;font-size:13.5px; }
.gen-642f6eee { color:#5B6B64;font-size:14px;line-height:1.5;margin-bottom:10px; }
.gen-f813c209 { color:#0E9C6B;font-weight:700;font-size:13.5px; }
