 *, *::before, *::after {box-sizing: border-box;margin: 0;padding: 0;}:root {--yellow: #ffb400;--yellow-light: #fff3cc;--yellow-dark: #cc8f00;--blue: #1b3fe4;--blue-light: #3d5ff0;--blue-xlight: #eef1fd;--dark: #07091a;--dark2: #0c1130;--navy: #0d1a3a;--white: #ffffff;--off-white: #f7f8fc;--light-grey: #f0f2f8;--border-light: #e4e8f4;--border-dark: rgba(255,255,255,0.08);--text-dark: #111827;--text-body: #374151;--text-muted: #6b7280;--text-light: #d1d5e8;--text-muted-dark: #8892aa;--font: 'Quicksand', sans-serif;--shadow-sm: 0 2px 8px rgba(0,0,0,0.06);--shadow-md: 0 8px 28px rgba(0,0,0,0.10);--shadow-lg: 0 20px 60px rgba(0,0,0,0.15);}html {scroll-behavior: smooth;}body {font-family: var(--font);background: var(--white);color: var(--text-dark);line-height: 1.6;overflow-x: hidden;font-weight: 500;}::-webkit-scrollbar {width: 5px;}::-webkit-scrollbar-track {background: var(--light-grey);}::-webkit-scrollbar-thumb {background: var(--blue);border-radius: 3px;}.container {max-width: 1140px;margin: 0 auto;padding: 0 24px;}.section-eyebrow {display: inline-block;font-size: 11px;font-weight: 700;letter-spacing: 3px;text-transform: uppercase;color: var(--blue);margin-bottom: 12px;}.section-eyebrow.on-dark {color: var(--yellow);}.btn {display: inline-flex;align-items: center;gap: 8px;font-family: var(--font);font-weight: 700;font-size: 15px;padding: 14px 26px;border-radius: 7px;border: none;cursor: pointer;text-decoration: none;transition: all 0.22s ease;white-space: nowrap;line-height: 1;}.btn-yellow {background: var(--yellow);color: #07091a;}.btn-yellow:hover {background: #ffc233;transform: translateY(-2px);box-shadow: 0 8px 24px rgba(255,180,0,0.4);}.btn-blue {background: var(--blue);color: #fff;}.btn-blue:hover {background: var(--blue-light);transform: translateY(-2px);box-shadow: 0 8px 24px rgba(27,63,228,0.35);}.btn-outline-dark {background: transparent;color: var(--text-dark);border: 2px solid var(--border-light);}.btn-outline-dark:hover {border-color: var(--blue);color: var(--blue);transform: translateY(-2px);}.btn-outline-light {background: transparent;color: #fff;border: 2px solid rgba(255,255,255,0.25);}.btn-outline-light:hover {border-color: var(--yellow);color: var(--yellow);transform: translateY(-2px);}.btn-wa {background: rgba(37,211,102,0.12);color: #22c55e;border: 1.5px solid rgba(37,211,102,0.3);}.btn-wa:hover {background: rgba(37,211,102,0.2);transform: translateY(-2px);}#navbar {position: fixed;top: 0;left: 0;right: 0;z-index: 999;transition: background 0.3s, box-shadow 0.3s;padding: 0 24px;}#navbar.over-hero {background: transparent;}#navbar.scrolled {background: rgba(255,255,255,0.97);backdrop-filter: blur(16px);box-shadow: 0 1px 0 var(--border-light);}.nav-inner {max-width: 1100px;margin: 0 auto;display: flex;align-items: center;justify-content: space-between;height: 70px;}.logo {display: flex;align-items: center;gap: 10px;text-decoration: none;}.logo-icon {width: 30px;height: 30px;}.logo-icon svg {width: 100%;height: 100%;}.logo-smart {font-size: 20px;font-weight: 700;color: var(--blue);transition: color 0.3s;}.logo-sage {font-size: 20px;font-weight: 400;color: var(--blue);transition: color 0.3s;}#navbar.over-hero .logo-smart {color: var(--yellow);}#navbar.over-hero .logo-sage {color: #ffffff;}.nav-links {display: flex;align-items: center;gap: 2px;list-style: none;}.nav-links > li {position: relative;}.nav-links a {font-size: 14px;font-weight: 600;color: var(--text-body);text-decoration: none;padding: 7px 13px;border-radius: 6px;transition: color 0.2s, background 0.2s;display: block;}#navbar.over-hero .nav-links a {color: rgba(255,255,255,0.8);}#navbar.over-hero .nav-links a:hover {color: #fff;background: rgba(255,255,255,0.1);}.nav-links a:hover {color: var(--blue);background: var(--blue-xlight);}.has-drop > a::after {content: ' ▾';font-size: 10px;opacity: 0.5;}.dropdown {display: none;position: absolute;top: calc(100%);left: 0;background: #fff;border: 1px solid var(--border-light);border-radius: 12px;box-shadow: var(--shadow-lg);min-width: 320px;padding: 8px 0;z-index: 100;}.has-drop:hover .dropdown {display: block;}.dropdown a {font-size: 13px;padding: 10px 18px;color: var(--text-body) !important;background: transparent !important;border-radius: 0 !important;display: block;}.dropdown a:hover {color: var(--blue) !important;background: var(--blue-xlight) !important;}.nav-actions {display: flex;align-items: center;gap: 10px;}.nav-wa {display: flex;align-items: center;gap: 6px;font-size: 13px;font-weight: 700;color: #16a34a;text-decoration: none;padding: 7px 14px;border-radius: 6px;border: 1.5px solid rgba(22,163,74,0.25);transition: all 0.2s;}.nav-wa:hover {background: rgba(22,163,74,0.07);border-color: #16a34a;}#navbar.over-hero .nav-wa {color: #4ade80;border-color: rgba(74,222,128,0.3);}.hamburger {display: none;flex-direction: column;gap: 5px;cursor: pointer;padding: 6px;background: none;border: none;}.hamburger span {display: block;width: 22px;height: 2px;background: var(--text-dark);border-radius: 2px;transition: all 0.3s;}#navbar.over-hero .hamburger span {background: #fff;}.mobile-nav {display: none;position: fixed;top: 70px;left: 0;right: 0;bottom: 0;background: #fff;z-index: 998;overflow-y: auto;padding: 20px 24px;flex-direction: column;gap: 4px;}.mobile-nav.open {display: flex;background:#ffc335;}.mobile-nav a {font-size: 16px;font-weight: 600;color: var(--text-dark);text-decoration: none;padding: 12px 16px;border-radius: 8px;transition: background 0.2s;}.mobile-nav a:hover {background: var(--blue-xlight);color: var(--blue);}.mob-divider {height: 1px;background: var(--border-light);margin: 8px 0;}.hero {background: linear-gradient(135deg, #0c0f20 0%, #223385 100%);min-height: 100vh;display: flex;align-items: center;position: relative;overflow: hidden;}#hero-canvas {position: absolute;inset: 0;width: 100%;height: 100%;}.glow-1 {position: absolute;width: 700px;height: 700px;border-radius: 50%;background: radial-gradient(circle, rgba(27,63,228,0.22) 0%, transparent 65%);top: -200px;right: -100px;pointer-events: none;}.glow-2 {position: absolute;width: 500px;height: 500px;border-radius: 50%;background: radial-gradient(circle, rgba(255,180,0,0.09) 0%, transparent 65%);bottom: -100px;left: -100px;pointer-events: none;}.hero-inner {position: relative;z-index: 2;max-width: 1140px;margin: 0 auto;padding: 80px 24px 90px;display: grid;grid-template-columns: 1.1fr 0.9fr;gap: 60px;align-items: center;}.hero-badge {display: inline-flex;align-items: center;gap: 8px;margin-bottom: 22px;background: rgba(27,63,228,0.15);border: 1px solid rgba(27,63,228,0.3);padding: 6px 16px;border-radius: 999px;font-size: 12px;font-weight: 700;color: #93a8f5;animation: up 0.6s ease both;}.bdot {width: 6px;height: 6px;border-radius: 50%;background: var(--yellow);animation: blink 2s infinite;}@keyframes blink {0%,100%{opacity:1}50%{opacity:0.3}}.hero h1 {font-size: clamp(36px, 5vw, 64px);font-weight: 700;line-height: 1.08;font-size: 3.3em;color: #fff;margin-bottom: 22px;animation: up 0.7s 0.1s ease both;}.hero h1 .acc {background: linear-gradient(120deg, var(--yellow) 0%, #ff9400 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;background-clip: text;}.hero-desc {font-size: 16px;line-height: 1.8;color: #9aa5be;max-width: 500px;margin-bottom: 12px;animation: up 0.7s 0.2s ease both;}.hero-desc strong {color: #fff;}.hero-chips {font-size: 13px;color: rgba(255,255,255,0.32);margin-bottom: 32px;letter-spacing: 0.3px;animation: up 0.7s 0.25s ease both;}.hero-chips span {color: rgba(255,180,0,0.6);margin: 0 5px;}.hero-btns {display: flex;gap: 12px;flex-wrap: wrap;animation: up 0.7s 0.3s ease both;}.hero-footnote {font-size: 12px;color: #4a5568;margin-top: 18px;animation: up 0.7s 0.4s ease both;}.hero-footnote span {color: var(--yellow);}.hero-card {background: rgba(255,255,255,0.05);border: 1px solid rgba(255,255,255,0.1);border-radius: 18px;padding: 30px;backdrop-filter: blur(8px);animation: up 0.8s 0.25s ease both;position: relative;overflow: hidden;}.hero-card::before {content:'';position:absolute;top:0;left:0;right:0;height:2px;background: linear-gradient(90deg, var(--blue), var(--yellow), var(--blue));background-size: 200%;animation: shimmer 3s linear infinite;}@keyframes shimmer {0%{background-position:200%}100%{background-position:-200%}}.hc-top {display:flex;justify-content:space-between;align-items:center;margin-bottom:22px;}.hc-lbl {font-size:11px;letter-spacing:2px;text-transform:uppercase;color:#5a6478;font-weight:700;}.hc-live {display:flex;align-items:center;gap:6px;font-size:11px;color:#4ade80;font-weight:700;}.hc-live::before {content:'';width:7px;height:7px;border-radius:50%;background:#4ade80;animation:blink 1.5s infinite;}.hc-big-num {font-size:46px;font-weight:700;color:var(--yellow);line-height:1;}.hc-big-sub {font-size:13px;color:#5a6478;margin-top:4px;margin-bottom:20px;}.hc-rule {height:1px;background:rgba(255,255,255,0.07);margin:0 0 18px;}.hc-row {display:flex;justify-content:space-between;align-items:center;margin-bottom:13px;}.hc-rl {font-size:13px;color:#9aa5be;font-weight:600;}.tag {font-size:11px;font-weight:700;padding:3px 10px;border-radius:4px;}.tg {background:rgba(74,222,128,0.12);color:#4ade80;}.tb {background:rgba(93,119,245,0.15);color:#93a8f5;}.ty {background:rgba(255,180,0,0.12);color:var(--yellow);}.hc-pills {display:flex;gap:7px;flex-wrap:wrap;margin-top:18px;}.hc-pill {font-size:11px;font-weight:600;color:#5a6478;border:1px solid rgba(255,255,255,0.1);border-radius:999px;padding:4px 11px;}@keyframes up {from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.trust-bar {background:var(--off-white);border-top:1px solid var(--border-light);border-bottom:1px solid var(--border-light);padding:44px 0;}.trust-grid {display:grid;grid-template-columns:repeat(4,1fr);gap:0;}.trust-stat {text-align:center;padding:0 20px;}.trust-stat + .trust-stat {border-left:1px solid var(--border-light);}.trust-num {font-size:42px;font-weight:700;color:var(--blue);line-height:1;margin-bottom:7px;}.trust-num sup {font-size:22px;vertical-align:super;}.trust-lbl {font-size:13px;color:var(--text-muted);font-weight:600;line-height:1.4;}.section-hd {display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:52px;flex-wrap:wrap;gap:20px;}.section-hd-left h2 {font-size:clamp(26px,3vw,38px);font-weight:700;line-height:1.2;margin-bottom:12px;}.section-hd-left p {font-size:16px;color:var(--text-muted);line-height:1.75;max-width:540px;}.services-section {background:var(--white);padding:96px 0;}.svc-grid {display:grid;grid-template-columns:repeat(3,1fr);gap:20px;}.svc-card {background:var(--white);border:1.5px solid var(--border-light);border-radius:16px;padding:32px 28px;position:relative;overflow:hidden;transition:transform 0.25s, border-color 0.25s, box-shadow 0.25s;}.svc-card:hover {transform:translateY(-5px);border-color:var(--blue);box-shadow:0 16px 44px rgba(27,63,228,0.12);}.svc-card.hi {border-color:rgba(255,180,0,0.35);background:linear-gradient(135deg,#fff 80%,rgba(255,180,0,0.03) 100%);}.svc-card.hi:hover {border-color:var(--yellow);box-shadow:0 16px 44px rgba(255,180,0,0.14);}.svc-card.wide {grid-column:span 2;}.new-tag {position:absolute;top:18px;right:18px;font-size:9px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;background:rgba(255,180,0,0.12);color:var(--yellow-dark);border:1px solid rgba(255,180,0,0.3);padding:3px 9px;border-radius:999px;}.svc-ico {width:52px;height:52px;border-radius:13px;margin-bottom:22px;display:flex;align-items:center;justify-content:center;font-size:24px;background:var(--blue-xlight);border:1px solid rgba(27,63,228,0.12);}.svc-card.hi .svc-ico {background:var(--yellow-light);border-color:rgba(255,180,0,0.22);}.svc-card h3 {font-size:18px;font-weight:700;color:var(--text-dark);margin-bottom:10px;}.svc-card p {font-size:14px;color:var(--text-muted);line-height:1.72;margin-bottom:22px;}.svc-lnk {font-size:13px;font-weight:700;color:var(--blue);text-decoration:none;display:inline-flex;align-items:center;gap:6px;transition:gap 0.2s;}.svc-lnk:hover {gap:10px;}.svc-card.hi .svc-lnk {color:var(--yellow-dark);}.ci-mock {background:rgba(255,255,255,0.04);border:1px solid rgba(255,255,255,0.1);border-radius:18px;padding:28px;position:relative;overflow:hidden;}.ci-mock::before {content:'';position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,var(--blue),var(--yellow));}.cm-bar {display:flex;align-items:center;gap:7px;margin-bottom:22px;}.cm-dot {width:11px;height:11px;border-radius:50%;}.cm-title {font-size:11px;color:#6b7c99;font-weight:700;letter-spacing:1px;text-transform:uppercase;margin-left:auto;}.cm-chart {display:flex;align-items:flex-end;gap:6px;height:110px;margin-bottom:22px;}.cm-b {flex:1;border-radius:4px 4px 0 0;animation:grow 1.2s ease both;transform-origin:bottom;}@keyframes grow {from{transform:scaleY(0)}to{transform:scaleY(1)}}.cm-b:nth-child(1){height:55%;background:linear-gradient(to top,#1b3fe4,#5d77f5);animation-delay:.1s}.cm-b:nth-child(2){height:80%;background:linear-gradient(to top,#ffb400,#ffd060);animation-delay:.2s}.cm-b:nth-child(3){height:45%;background:linear-gradient(to top,#1b3fe4,#5d77f5);animation-delay:.3s}.cm-b:nth-child(4){height:92%;background:linear-gradient(to top,#ffb400,#ffd060);animation-delay:.4s}.cm-b:nth-child(5){height:65%;background:linear-gradient(to top,#1b3fe4,#5d77f5);animation-delay:.5s}.cm-b:nth-child(6){height:78%;background:linear-gradient(to top,#ffb400,#ffd060);animation-delay:.6s}.cm-b:nth-child(7){height:96%;background:linear-gradient(to top,#1b3fe4,#5d77f5);animation-delay:.7s}.cm-stats {display:grid;grid-template-columns:1fr 1fr;gap:12px;}.cm-stat {background:rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.07);border-radius:10px;padding:14px;}.cm-n {font-size:24px;font-weight:700;color:var(--yellow);line-height:1;}.cm-l {font-size:11px;color:#6b7c99;font-weight:600;margin-top:4px;}.why-section {background:var(--off-white);padding:96px 0;}.why-layout {display:grid;grid-template-columns:0.9fr 1.1fr;gap:64px;align-items:center;}.why-left h2 {font-size:clamp(26px,3vw,38px);font-weight:700;line-height:1.2;margin-bottom:16px;}.why-left p {font-size:15px;color:var(--text-muted);line-height:1.8;margin-bottom:28px;}.why-cards {display:grid;grid-template-columns:1fr 1fr;gap:16px;}.why-card {background:var(--white);border:1.5px solid var(--border-light);border-radius:14px;padding:24px 22px;transition:border-color 0.2s, transform 0.2s, box-shadow 0.2s;}.why-card:hover {border-color:var(--blue);transform:translateY(-3px);box-shadow:var(--shadow-md);}.why-ico {font-size:26px;margin-bottom:12px;}.why-card h3 {font-size:15px;font-weight:700;margin-bottom:7px;}.why-card p {font-size:13px;color:var(--text-muted);line-height:1.65;}.port-section {background:var(--white);padding:96px 0;}.port-grid {display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:44px;}.port-card {border:1.5px solid var(--border-light);border-radius:16px;overflow:hidden;transition:transform 0.25s, box-shadow 0.25s;}.port-card:hover {transform:translateY(-4px);box-shadow:var(--shadow-lg);}.port-thumb {height:200px;display:flex;align-items:center;justify-content:center;font-size:44px;position:relative;overflow:hidden;}.pt1 {background:linear-gradient(135deg,#e0f2fe,#bfdbfe);}.pt2 {background:linear-gradient(135deg,#fef9c3,#fde68a);}.pt3 {background:linear-gradient(135deg,#dcfce7,#bbf7d0);}.port-overlay {position:absolute;inset:0;background:rgba(27,63,228,0.88);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity 0.25s;}.port-card:hover .port-overlay {opacity:1;}.port-overlay span {color:#fff;font-size:14px;font-weight:700;}.port-body {padding:20px 22px;}.port-tag {font-size:10px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:var(--blue);display:block;margin-bottom:6px;}.port-card h3 {font-size:15px;font-weight:700;color:var(--text-dark);margin-bottom:6px;}.port-card p {font-size:13px;color:var(--text-muted);line-height:1.6;}.lead-section {background:linear-gradient(135deg,var(--blue) 0%,var(--dark2) 100%);padding:96px 0;}.lead-layout {display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center;}.lead-copy h2 {font-size:clamp(26px,3vw,38px);font-weight:700;color:#fff;margin-bottom:14px;line-height:1.22;}.lead-copy h2 em {font-style:normal;color:var(--yellow);}.lead-copy > p {font-size:15px;color:rgba(255,255,255,0.62);line-height:1.8;margin-bottom:28px;}.lead-pts {display:flex;flex-direction:column;gap:11px;}.lead-pt {display:flex;align-items:center;gap:10px;font-size:14px;color:rgba(255,255,255,0.8);font-weight:600;}.lead-pt::before {content:'✓';color:var(--yellow);font-weight:900;flex-shrink:0;}.lead-box {background:rgba(255,255,255,0.07);border:1px solid rgba(255,255,255,0.12);backdrop-filter:blur(12px);border-radius:18px;padding:36px;}.lead-box h3 {font-size:20px;font-weight:700;color:#fff;margin-bottom:6px;}.lead-box .sub {font-size:13px;color:rgba(255,255,255,0.45);margin-bottom:24px;}.fld {margin-bottom:15px;}.fld label {display:block;font-size:12px;font-weight:700;color:rgba(255,255,255,0.55);margin-bottom:7px;letter-spacing:0.3px;}.fld input, .fld select, .fld textarea {width:100%;padding:13px 16px;border-radius:8px;font-family:var(--font);font-size:14px;font-weight:600;background:rgba(255,255,255,0.09);border:1.5px solid rgba(255,255,255,0.15);color:#fff;transition:border-color 0.2s;outline:none;}.fld input::placeholder, .fld textarea::placeholder {color:rgba(255,255,255,0.28);}.fld input:focus, .fld select:focus, .fld textarea:focus {border-color:var(--yellow);background:rgba(255,255,255,0.13);}.fld select option {background:var(--offwhite);color:#fff;}.fld.drk select option {background:var(--dark);color:#fff;}.fld textarea {resize:vertical;min-height:80px;}.fld-row {display:grid;grid-template-columns:1fr 1fr;gap:14px;}.form-submit {width:100%;}.form-note {font-size:11px;color:rgba(255,255,255,0.28);text-align:center;margin-top:12px;}.testi-section {background:var(--off-white);padding:96px 0;}.testi-grid {display:grid;grid-template-columns:repeat(3,1fr);gap:20px;}.testi-card {background:var(--white);border:1.5px solid var(--border-light);border-radius:16px;padding:30px 28px;position:relative;transition:transform 0.22s, box-shadow 0.22s;}.testi-card:hover {transform:translateY(-3px);box-shadow:var(--shadow-md);}.tq {font-size:48px;line-height:1;color:var(--blue);opacity:0.12;font-weight:900;position:absolute;top:18px;right:22px;}.stars {color:var(--yellow);font-size:15px;letter-spacing:2px;margin-bottom:14px;}.testi-card p {font-size:14px;color:var(--text-body);line-height:1.75;margin-bottom:22px;font-style:italic;}.testi-author {display:flex;align-items:center;gap:12px;}.av {width:44px;height:44px;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;color:#fff;}.av-b {background:linear-gradient(135deg,var(--blue),var(--blue-light));}.av-y {background:linear-gradient(135deg,var(--yellow-dark),var(--yellow));color:#07091a;}.av-g {background:linear-gradient(135deg,#059669,#10b981);}.testi-name {font-size:14px;font-weight:700;color:var(--text-dark);}.testi-role {font-size:12px;color:var(--text-muted);}footer {background:var(--dark);padding:80px 0 0;}.ftr-cta {text-align:center;padding-bottom:72px;border-bottom:1px solid rgba(255,255,255,0.07);}.ftr-cta h2 {font-size:clamp(26px,3vw,40px);font-weight:700;color:#fff;margin-bottom:12px;}.ftr-cta h2 em {font-style:normal;color:var(--yellow);}.ftr-cta p {font-size:15px;color:#6b7c99;max-width:460px;margin:0 auto 32px;}.ftr-cta-btns {display:flex;justify-content:center;gap:14px;flex-wrap:wrap;}.ftr-main {display:grid;grid-template-columns:1.8fr 1fr 1fr 1fr;gap:40px;padding:56px 0;}.ftr-desc {font-size:14px;color:#6b7c99;line-height:1.75;margin-top:16px;max-width:280px;}.ftr-col h4 {font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#8892aa;margin-bottom:18px;}.ftr-col ul {list-style:none;display:flex;flex-direction:column;gap:10px;}.ftr-col ul a {font-size:14px;color:#6b7c99;text-decoration:none;font-weight:600;transition:color 0.2s;}.ftr-col ul a:hover {color:var(--yellow);}.ftr-social {display:flex;gap:10px;margin-top:22px;}.soc {width:36px;height:36px;border-radius:8px;border:1px solid rgba(255,255,255,0.1);display:flex;align-items:center;justify-content:center;font-size:14px;text-decoration:none;color:#6b7c99;transition:border-color 0.2s, background 0.2s, color 0.2s;}.soc:hover {border-color:var(--yellow);background:rgba(255,180,0,0.08);color:var(--yellow);}.ftr-bottom {border-top:1px solid rgba(255,255,255,0.07);padding:22px 0;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;}.ftr-bottom p, .ftr-bottom a {font-size:13px;color:#4b5568;}.ftr-bottom a {text-decoration:none;transition:color 0.2s;}.ftr-bottom a:hover {color:var(--yellow);}.wa-float {position:fixed;bottom:28px;right:28px;z-index:990;width:48px;height:48px;border-radius:50%;background:#25d366;box-shadow:0 6px 22px rgba(37,211,102,0.45);display:flex;align-items:center;justify-content:center;text-decoration:none;transition:transform 0.2s, box-shadow 0.2s;animation:pop 0.6s 1s ease both;}.wa-float:hover {transform:scale(1.1);box-shadow:0 10px 32px rgba(37,211,102,0.55);}.wa-float svg {width:30px;height:30px;fill:#fff;}@keyframes pop {from{opacity:0;transform:scale(0.4)}to{opacity:1;transform:scale(1)}}.wa-tip {position:absolute;right:68px;background:#fff;color:var(--text-dark);font-family:var(--font);font-size:13px;font-weight:700;padding:7px 14px;border-radius:8px;white-space:nowrap;box-shadow:var(--shadow-md);opacity:0;pointer-events:none;transform:translateX(8px);transition:all 0.2s;}.wa-float:hover .wa-tip {opacity:1;transform:translateX(0);}.wa-tip::after {content:'';position:absolute;right:-6px;top:50%;transform:translateY(-50%);width:0;height:0;border:6px solid transparent;border-right:none;border-left-color:#fff;}.modal-bg {display:none;position:fixed;inset:0;z-index:1100;background:rgba(7,9,26,0.82);backdrop-filter:blur(6px);align-items:center;justify-content:center;padding:24px;}.modal-bg.open {display:flex;}.modal {background:var(--white);border-radius:20px;padding:40px;max-width:480px;width:100%;position:relative;animation:up 0.35s ease;}.modal-x {position:absolute;top:16px;right:16px;width:32px;height:32px;border-radius:50%;border:none;cursor:pointer;background:var(--light-grey);color:var(--text-muted);font-size:18px;display:flex;align-items:center;justify-content:center;transition:background 0.2s;}.modal-x:hover {background:var(--border-light);}.modal h3 {font-size:22px;font-weight:700;margin-bottom:6px;}.modal .msub {font-size:14px;color:var(--text-muted);margin-bottom:24px;}.modal .fld label {color:var(--text-muted);font-size:12px;font-weight:700;margin-bottom:7px;display:block;}.modal .fld input, .modal .fld select, .modal .fld textarea {background:var(--off-white);border-color:var(--border-light);color:var(--text-dark);}.modal .fld input::placeholder, .modal .fld textarea::placeholder {color:#9ca3af;}.modal .fld input:focus, .modal .fld select:focus {border-color:var(--blue);background:var(--white);}.modal .fld select option {color:var(--text-dark);}@media(max-width:960px){.hero-inner {grid-template-columns:1fr;padding:110px 24px 70px;}.hero-card {display:none;}.trust-grid {grid-template-columns:repeat(2,1fr);}.trust-stat:nth-child(3) {border-left:none;}.svc-grid {grid-template-columns:repeat(2,1fr);}.svc-card.wide {grid-column:span 1;}.ci-grid {grid-template-columns:1fr;gap:44px;}.why-layout {grid-template-columns:1fr;gap:44px;}.port-grid {grid-template-columns:repeat(2,1fr);}.lead-layout {grid-template-columns:1fr;gap:44px;}.testi-grid {grid-template-columns:1fr;}.audit-inner {grid-template-columns:1fr;padding:44px;gap:40px;}.blog-grid {grid-template-columns:1fr;}.ftr-main {grid-template-columns:1fr 1fr;}.nav-links, .nav-actions {display:none;}.hamburger {display:flex;}}@media(max-width:600px){.svc-grid {grid-template-columns:1fr;}.why-cards {grid-template-columns:1fr;}.port-grid {grid-template-columns:1fr;}.trust-grid {grid-template-columns:repeat(2,1fr);}.trust-stat + .trust-stat {border-left:none;}.ftr-main {grid-template-columns:1fr;}.audit-inner {padding:32px 22px;}.fld-row {grid-template-columns:1fr;}.hero h1 {font-size:36px;}.hero-btns {flex-direction:column;}.hero-btns .btn {justify-content:center;}.ftr-cta-btns {flex-direction:column;align-items:center;}}body.cta-active {}.svc-hero {background: linear-gradient(135deg, #0c0f20 0%, #223385 100%);padding: 152px 0 88px;position: relative;overflow: hidden;}.svc-hero-glow-1 {position: absolute;width: 600px;height: 600px;border-radius: 50%;background: radial-gradient(circle, rgba(27,63,228,0.2) 0%, transparent 65%);top: -150px;right: -80px;pointer-events: none;}.svc-hero-glow-2 {position: absolute;width: 400px;height: 400px;border-radius: 50%;background: radial-gradient(circle, rgba(255,180,0,0.08) 0%, transparent 65%);bottom: -80px;left: -60px;pointer-events: none;}.svc-hero-inner {position: relative;z-index: 2;display: grid;grid-template-columns: 1.1fr 0.9fr;gap: 60px;align-items: center;}.svc-breadcrumb {display: flex;align-items: center;gap: 8px;margin-bottom: 18px;font-size: 12px;color: rgba(255,255,255,0.35);font-weight: 600;}.svc-breadcrumb a {color: rgba(255,255,255,0.35);text-decoration: none;transition: color 0.2s;}.svc-breadcrumb a:hover {color: var(--yellow);}.svc-breadcrumb svg {width: 10px;height: 10px;opacity: 0.4;}.svc-hero-badge {display: inline-flex;align-items: center;gap: 8px;margin-bottom: 20px;background: rgba(255,180,0,0.12);border: 1px solid rgba(255,180,0,0.25);padding: 6px 14px;border-radius: 999px;font-size: 12px;font-weight: 700;color: var(--yellow);}.svc-hero h1 {font-size: clamp(32px, 4.5vw, 52px);font-weight: 700;line-height: 1.1;color: #fff;margin-bottom: 20px;}.svc-hero h1 em {font-style: normal;color: var(--yellow);}.svc-hero-sub {font-size: 17px;line-height: 1.8;color: #9aa5be;max-width: 520px;margin-bottom: 32px;}.svc-hero-sub strong {color: #fff;}.svc-hero-btns {display: flex;gap: 12px;flex-wrap: wrap;margin-bottom: 32px;}.svc-hero-trust {display: flex;align-items: center;gap: 20px;flex-wrap: wrap;}.svc-trust-item {display: flex;align-items: center;gap: 7px;font-size: 12px;color: #6b7c99;font-weight: 600;}.svc-trust-item svg {width: 14px;height: 14px;color: var(--yellow);flex-shrink: 0;}.svc-hero-card {background: rgba(255,255,255,0.05);border: 1px solid rgba(255,255,255,0.1);border-radius: 18px;padding: 28px;backdrop-filter: blur(8px);position: relative;overflow: hidden;}.svc-hero-card::before {content: '';position: absolute;top: 0;left: 0;right: 0;height: 2px;background: linear-gradient(90deg, var(--blue), var(--yellow), var(--blue));background-size: 200%;animation: shimmer 3s linear infinite;}@keyframes shimmer {0%{background-position:200%}100%{background-position:-200%}}.shc-label {font-size: 10px;letter-spacing: 2px;text-transform: uppercase;color: #5a6478;font-weight: 700;margin-bottom: 18px;}.shc-items {display: flex;flex-direction: column;gap: 16px;}.shc-item {display: flex;align-items: center;gap: 14px;}.shc-icon {width: 40px;height: 40px;border-radius: 10px;flex-shrink: 0;display: flex;align-items: center;justify-content: center;}.shc-icon-blue {background: rgba(27,63,228,0.15);border: 1px solid rgba(27,63,228,0.25);}.shc-icon-yellow {background: rgba(255,180,0,0.12);border: 1px solid rgba(255,180,0,0.25);}.shc-icon svg {width: 20px;height: 20px;}.shc-title {font-size: 13px;font-weight: 700;color: #c8d0e0;margin-bottom: 2px;}.shc-sub {font-size: 11px;color: #808a9f;}.shc-rule {height: 1px;background: rgba(255,255,255,0.07);margin: 4px 0;}.shc-bottom {display: flex;justify-content: space-between;margin-top: 18px;padding-top: 16px;border-top: 1px solid rgba(255,255,255,0.07);}.shc-stat {text-align: center;}.shc-stat-n {font-size: 22px;font-weight: 700;color: var(--yellow);line-height: 1;}.shc-stat-l {font-size: 10px;color: #5a6478;font-weight: 600;margin-top: 3px;}.sp-section {padding: 88px 0;}.sp-section.bg-white {background: var(--white);}.sp-section.bg-off {background: var(--off-white);}.sp-section.bg-dark {background: var(--navy);}.sp-section.bg-darkest {background: var(--dark);}.sp-section-hd {margin-bottom: 52px;}.sp-section-hd.centered {text-align: center;}.sp-section-hd.centered p {max-width: 580px;margin-left: auto;margin-right: auto;}.sp-section-hd h2 {font-size: clamp(24px, 3vw, 36px);font-weight: 700;line-height: 1.22;color: var(--text-dark);margin-bottom: 12px;}.sp-section-hd h2 em {font-style: normal;color: var(--blue);}.sp-section-hd h2.light {color: #fff;}.sp-section-hd h2.light em {color: var(--yellow);}.sp-section-hd p {font-size: 16px;color: var(--text-muted);line-height: 1.75;max-width: 620px;}.sp-section-hd p.light {color: #8892aa;}.problem-grid {display: grid;grid-template-columns: 1fr 1fr;gap: 48px;align-items: center;}.problem-left h2 {font-size: clamp(24px, 3vw, 36px);font-weight: 700;line-height: 1.22;color: var(--text-dark);margin-bottom: 16px;}.problem-left h2 em {font-style: normal;color: var(--blue);}.problem-left p {font-size: 15px;color: var(--text-muted);line-height: 1.8;margin-bottom: 16px;}.problem-left p strong {color: var(--text-dark);}.problem-pains {display: flex;flex-direction: column;gap: 12px;margin-top: 24px;}.pain-item {display: flex;align-items: flex-start;gap: 12px;background: #fff4f4;border: 1px solid #fecaca;border-radius: 10px;padding: 14px 16px;}.pain-icon {width: 20px;height: 20px;flex-shrink: 0;margin-top: 1px;}.pain-item p {font-size: 14px;color: #7f1d1d;font-weight: 600;margin: 0;}.solution-right {background: var(--blue-xlight);border: 1.5px solid rgba(27,63,228,0.15);border-radius: 18px;padding: 36px;}.solution-right h3 {font-size: 20px;font-weight: 700;color: var(--text-dark);margin-bottom: 20px;display: flex;align-items: center;gap: 10px;}.solution-right h3 svg {width: 24px;height: 24px;color: var(--blue);}.solution-items {display: flex;flex-direction: column;gap: 14px;}.sol-item {display: flex;align-items: flex-start;gap: 12px;}.sol-check {width: 22px;height: 22px;border-radius: 50%;flex-shrink: 0;background: var(--blue);display: flex;align-items: center;justify-content: center;margin-top: 1px;}.sol-check svg {width: 12px;height: 12px;color: #fff;}.sol-item-text strong {display: block;font-size: 14px;font-weight: 700;color: var(--text-dark);margin-bottom: 2px;}.sol-item-text span {font-size: 13px;color: var(--text-muted);}.included-grid {display: grid;grid-template-columns: repeat(3, 1fr);gap: 18px;}.inc-card {background: var(--white);border: 1.5px solid var(--border-light);border-radius: 14px;padding: 26px 24px;transition: border-color 0.22s, transform 0.22s, box-shadow 0.22s;}.inc-card:hover {border-color: var(--blue);transform: translateY(-3px);box-shadow: var(--shadow-md);}.inc-icon {width: 48px;height: 48px;border-radius: 12px;margin-bottom: 16px;display: flex;align-items: center;justify-content: center;background: var(--blue-xlight);border: 1px solid rgba(27,63,228,0.12);}.inc-icon svg {width: 24px;height: 24px;}.inc-card h3 {font-size: 15px;font-weight: 700;color: var(--text-dark);margin-bottom: 8px;}.inc-card p {font-size: 13px;color: var(--text-muted);line-height: 1.65;}.process-steps {display: grid;grid-template-columns: repeat(5, 1fr);gap: 0;position: relative;}.process-steps::before {content: '';position: absolute;top: 28px;left: 10%;right: 10%;height: 2px;background: linear-gradient(90deg, var(--blue), var(--yellow));z-index: 0;}.proc-step {text-align: center;padding: 0 12px;position: relative;z-index: 1;}.proc-num {width: 56px;height: 56px;border-radius: 50%;margin: 0 auto 18px;display: flex;align-items: center;justify-content: center;background: var(--white);border: 3px solid var(--blue);font-size: 18px;font-weight: 700;color: var(--blue);box-shadow: 0 0 0 6px var(--off-white);}.proc-step:nth-child(even) .proc-num {border-color: var(--yellow);color: var(--yellow-dark);}.proc-icon-wrap {width: 56px;height: 56px;border-radius: 50%;margin: 0 auto 18px;display: flex;align-items: center;justify-content: center;background: var(--white);border: 3px solid var(--blue);box-shadow: 0 0 0 6px var(--off-white);}.proc-icon-wrap svg {width: 24px;height: 24px;}.proc-step:nth-child(even) .proc-icon-wrap {border-color: var(--yellow);}.proc-step h3 {font-size: 14px;font-weight: 700;color: var(--text-dark);margin-bottom: 6px;}.proc-step p {font-size: 12px;color: var(--text-muted);line-height: 1.6;}.usecase-grid {display: grid;grid-template-columns: repeat(2, 1fr);gap: 18px;}.uc-card {display: flex;gap: 20px;align-items: flex-start;background: rgba(255,255,255,0.06);border: 1px solid rgba(255,255,255,0.1);border-radius: 14px;padding: 26px 24px;transition: border-color 0.2s, background 0.2s;}.uc-card:hover {border-color: rgba(255,180,0,0.3);background: rgba(255,255,255,0.09);}.uc-icon {width: 48px;height: 48px;border-radius: 12px;flex-shrink: 0;background: rgba(255,180,0,0.1);border: 1px solid rgba(255,180,0,0.25);display: flex;align-items: center;justify-content: center;}.uc-icon svg {width: 24px;height: 24px;}.uc-card h3 {font-size: 16px;font-weight: 700;color: #fff;margin-bottom: 6px;}.uc-card p {font-size: 13px;color: #8892aa;line-height: 1.65;margin-bottom: 12px;}.uc-link {font-size: 12px;font-weight: 700;color: var(--yellow);text-decoration: none;display: inline-flex;align-items: center;gap: 5px;transition: gap 0.2s;}.uc-link:hover {gap: 9px;}.uc-pkg-card {grid-column: span 2;display: flex;align-items: center;justify-content: space-between;gap: 24px;background: rgba(255,180,0,0.07);border: 1.5px solid rgba(255,180,0,0.25);border-radius: 14px;padding: 24px 28px;flex-wrap: wrap;}.uc-pkg-left {display: flex;align-items: center;gap: 16px;}.uc-pkg-icon {width: 48px;height: 48px;border-radius: 12px;background: rgba(255,180,0,0.15);border: 1px solid rgba(255,180,0,0.3);display: flex;align-items: center;justify-content: center;flex-shrink: 0;}.uc-pkg-icon svg {width: 24px;height: 24px;}.uc-pkg-left h3 {font-size: 16px;font-weight: 700;color: #fff;margin-bottom: 4px;}.uc-pkg-left p {font-size: 13px;color: #8892aa;}.sp-port-grid {display: grid;grid-template-columns: repeat(3, 1fr);gap: 20px;margin-bottom: 36px;}.sp-port-card {border: 1.5px solid var(--border-light);border-radius: 16px;overflow: hidden;transition: transform 0.25s, box-shadow 0.25s;}.sp-port-card:hover {transform: translateY(-4px);box-shadow: var(--shadow-lg);}.sp-port-thumb {height: 180px;display: flex;align-items: center;justify-content: center;position: relative;overflow: hidden;}.sp-port-thumb svg {width: 56px;height: 56px;opacity: 0.5;}.spt1 {background: linear-gradient(135deg, #e0f2fe, #bfdbfe);}.spt2 {background: linear-gradient(135deg, #fef9c3, #fde68a);}.spt3 {background: linear-gradient(135deg, #dcfce7, #bbf7d0);}.sp-port-overlay {position: absolute;inset: 0;background: rgba(27,63,228,0.88);display: flex;align-items: center;justify-content: center;opacity: 0;transition: opacity 0.25s;}.sp-port-card:hover .sp-port-overlay {opacity: 1;}.sp-port-overlay span {color: #fff;font-size: 14px;font-weight: 700;}.sp-port-body {padding: 18px 20px;}.sp-port-tag {font-size: 10px;font-weight: 700;letter-spacing: 1.5px;text-transform: uppercase;color: var(--blue);display: block;margin-bottom: 5px;}.sp-port-card h3 {font-size: 15px;font-weight: 700;color: var(--text-dark);margin-bottom: 5px;}.sp-port-card p {font-size: 13px;color: var(--text-muted);line-height: 1.6;}.sp-port-result {font-size: 12px;font-weight: 700;color: var(--blue);margin-top: 8px;display: flex;align-items: center;gap: 5px;}.sp-port-result svg {width: 13px;height: 13px;}.lp-faq-section {padding: 70px 0px;}.faq-grid {display: grid;grid-template-columns: 1fr 1fr;gap: 16px;}.faq-item {background: var(--white);border: 1.5px solid var(--border-light);border-radius: 12px;overflow: hidden;}.faq-q {width: 100%;padding: 18px 20px;background: none;border: none;cursor: pointer;font-family: var(--font);font-size: 15px;font-weight: 700;color: var(--text-dark);text-align: left;display: flex;justify-content: space-between;align-items: center;gap: 12px;transition: color 0.2s;}.faq-q:hover {color: var(--blue);}.faq-q svg {width: 18px;height: 18px;flex-shrink: 0;transition: transform 0.3s;color: var(--blue);}.faq-item.open .faq-q svg {transform: rotate(180deg);}.faq-a {max-height: 0;overflow: hidden;transition: max-height 0.4s ease, padding 0.3s ease;padding: 0 20px;font-size: 14px;color: var(--text-muted);line-height: 1.75;}.faq-item.open .faq-a {max-height: 300px;padding: 0 20px 18px;}@media(max-width:960px) {.svc-hero-inner {grid-template-columns: 1fr;gap: 40px;}.svc-hero-card {display: none;}.problem-grid {grid-template-columns: 1fr;gap: 36px;}.included-grid {grid-template-columns: repeat(2,1fr);}.process-steps {grid-template-columns: 1fr 1fr;gap: 28px;}.process-steps::before {display: none;}.usecase-grid {grid-template-columns: 1fr;}.uc-pkg-card {grid-column: span 1;}.sp-port-grid {grid-template-columns: repeat(2,1fr);}.pricing-layout {grid-template-columns: 1fr;}.faq-grid {grid-template-columns: 1fr;}.sp-testi {grid-template-columns: 1fr;gap: 28px;}.sp-testi-result {min-width: unset;}.final-cta-inner {grid-template-columns: 1fr;gap: 40px;}}@media(max-width:600px) {.svc-hero {padding: 120px 0 60px;}.included-grid {grid-template-columns: 1fr;}.process-steps {grid-template-columns: 1fr;}.sp-port-grid {grid-template-columns: 1fr;}#sticky-cta {height: 44px;}#navbar.scrolled ~ #sticky-cta {top: 70px;}}@keyframes up {from{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}.anim-1 {animation: up 0.6s 0.0s ease both;}.anim-2 {animation: up 0.6s 0.1s ease both;}.anim-3 {animation: up 0.6s 0.2s ease both;}.anim-4 {animation: up 0.6s 0.3s ease both;}.anim-5 {animation: up 0.6s 0.4s ease both;}.lp-hero {background: var(--dark);min-height: 100vh;display: flex;align-items: center;position: relative;overflow: hidden;}.lp-hero-glow {position: absolute;width: 700px;height: 700px;border-radius: 50%;background: radial-gradient(circle, rgba(16,185,129,0.16) 0%, transparent 65%);top: -150px;right: -150px;pointer-events: none;}.lp-hero-glow-2 {position: absolute;width: 500px;height: 500px;border-radius: 50%;background: radial-gradient(circle, rgba(27,63,228,0.1) 0%, transparent 65%);bottom: -100px;left: -100px;pointer-events: none;}.lp-hero-inner {position: relative;z-index: 2;max-width: 1140px;margin: 0 auto;padding: 130px 24px 90px;display: grid;grid-template-columns: 1.05fr 0.95fr;gap: 60px;align-items: center;}.lp-eyebrow {display: inline-flex;align-items: center;gap: 8px;margin-bottom: 20px;background: rgba(27,63,228,0.12);border: 1px solid rgba(16,185,129,0.3);padding: 6px 14px;border-radius: 999px;font-size: 12px;font-weight: 700;color: #5472f9;animation: up 0.6s ease both;}.lp-eyebrow svg {width: 13px;height: 13px;}.lp-hero h1 {font-size: clamp(36px, 5vw, 52px);font-weight: 700;line-height: 1.08;color: #fff;margin-bottom: 10px;animation: up 0.6s 0.1s ease both;}.lp-hero h1 .price-accent {background: linear-gradient(120deg, #6ee7b7 0%, #34d399 100%);-webkit-background-clip: text;-webkit-text-fill-color: #ffb400;background-clip: text;}.lp-price-line {font-size: clamp(18px, 2.5vw, 26px);font-weight: 700;color: rgba(255,255,255,0.5);margin-bottom: 22px;animation: up 0.6s 0.15s ease both;}.lp-price-line strong {color: var(--yellow);font-size: 1.2em;}.lp-hero-desc {font-size: 16px;line-height: 1.8;color: #9aa5be;max-width: 500px;margin-bottom: 28px;animation: up 0.6s 0.2s ease both;}.lp-hero-desc strong {color: #fff;}.lp-hero-btns {display: flex;gap: 12px;flex-wrap: wrap;animation: up 0.6s 0.3s ease both;margin-bottom: 24px;}.btn-green {background: #ffb400;color: #111;}.btn-green:hover {background: #059669;transform: translateY(-2px);box-shadow: 0 8px 24px rgba(16,185,129,0.4);color:#fff;}.lp-trust-line {display: flex;align-items: center;gap: 18px;flex-wrap: wrap;animation: up 0.6s 0.35s ease both;}.lp-tl-item {display: flex;align-items: center;gap: 6px;font-size: 12px;color: #5a6478;font-weight: 600;}.lp-tl-item svg {width: 13px;height: 13px;color: #10b981;}.lp-caveat {display: flex;align-items: flex-start;gap: 10px;margin-top: 20px;margin-bottom:28px;background: rgba(255,255,255,0.04);border: 1px solid rgba(255,255,255,0.08);border-radius: 8px;padding: 12px 14px;max-width: 480px;animation: up 0.6s 0.4s ease both;}.lp-caveat svg {width: 15px;height: 15px;flex-shrink: 0;margin-top: 1px;color: #6b7c99;}.lp-caveat p {font-size: 12px;color: #888;line-height: 1.6;}.lp-caveat p strong {color: #9aa5be;}.lp-card {background: rgba(255,255,255,0.04);border: 1px solid rgba(255,255,255,0.1);border-radius: 20px;padding: 30px;backdrop-filter: blur(8px);animation: up 0.7s 0.2s ease both;position: relative;overflow: hidden;}.lp-card::before {content: '';position: absolute;top: 0;left: 0;right: 0;height: 2px;background: linear-gradient(90deg, #10b981, var(--blue), var(--yellow));}.lp-card-label {font-size: 10px;letter-spacing: 2px;text-transform: uppercase;color: #5a6478;font-weight: 700;margin-bottom: 18px;}.lp-card-feats {display: flex;flex-direction: column;gap: 13px;margin-bottom: 22px;}.lp-cf {display: flex;align-items: flex-start;gap: 11px;}.lp-cf-check {width: 22px;height: 22px;border-radius: 50%;flex-shrink: 0;background: rgba(16,185,129,0.12);border: 1.5px solid rgba(16,185,129,0.35);display: flex;align-items: center;justify-content: center;margin-top: 1px;}.lp-cf-check svg {width: 11px;height: 11px;color: #10b981;}.lp-cf strong {display: block;font-size: 14px;font-weight: 700;color: #c8d0e0;margin-bottom: 2px;}.lp-cf span {font-size: 12px;color: #888;}.lp-card-rule {height: 1px;background: rgba(255,255,255,0.07);margin: 4px 0 18px;}.lp-card-delivery {display: flex;align-items: center;justify-content: space-between;background: rgba(16,185,129,0.08);border: 1px solid rgba(16,185,129,0.2);border-radius: 10px;padding: 14px 16px;}.lp-del-label {font-size: 13px;color: #6b7c99;font-weight: 600;}.lp-del-val {font-size: 18px;font-weight: 700;color: #10b981;}.scope-section {background: var(--off-white);padding: 72px 0;}.scope-grid {display: grid;grid-template-columns: 1fr 1fr;gap: 20px;}.scope-card {border-radius: 14px;padding: 28px 26px;}.scope-card.yes {background: #f0fdf4;border: 1.5px solid #bbf7d0;}.scope-card.no {background: #fef2f2;border: 1.5px solid #fecaca;}.scope-head {display: flex;align-items: center;gap: 10px;margin-bottom: 18px;}.scope-head h3 {font-size: 18px;font-weight: 700;}.scope-card.yes .scope-head h3 {color: #14532d;}.scope-card.no .scope-head h3 {color: #7f1d1d;}.scope-head svg {width: 22px;height: 22px;flex-shrink: 0;}.scope-list {display: flex;flex-direction: column;gap: 10px;}.scope-item {display: flex;align-items: flex-start;gap: 10px;font-size: 14px;font-weight: 600;line-height: 1.5;}.scope-card.yes .scope-item {color: #166534;}.scope-card.no .scope-item {color: #991b1b;}.scope-item svg {width: 16px;height: 16px;flex-shrink: 0;margin-top: 1px;}.impnote {text-align: center;padding: 40px 0px 10px;}.impnote h3 {border-bottom: 0px solid #ccc;margin-bottom: 15px;}.impnote p {font-size: 14px;}.for-section {background: var(--white);padding: 72px 0;}.for-grid {display: grid;grid-template-columns: repeat(3,1fr);gap: 16px;}.for-card {display: flex;flex-direction: column;align-items: flex-start;gap: 12px;background: var(--off-white);border: 1.5px solid var(--border-light);border-radius: 14px;padding: 24px 22px;transition: border-color 0.2s, transform 0.2s;}.for-card:hover {border-color: #10b981;transform: translateY(-3px);}.for-icon {width: 46px;height: 46px;border-radius: 12px;flex-shrink: 0;background: rgba(16,185,129,0.1);border: 1px solid rgba(16,185,129,0.25);display: flex;align-items: center;justify-content: center;}.for-icon svg {width: 22px;height: 22px;}.for-card h3 {font-size: 15px;font-weight: 700;color: var(--text-dark);}.for-card p {font-size: 14px;color: var(--text-muted);line-height: 1.65;}.lp-process-section {background: var(--off-white);padding: 72px 0;}.lp-steps {display: grid;grid-template-columns: repeat(3,1fr);gap: 0;position: relative;}.lp-steps::before {content: '';position: absolute;top: 24px;left: 16%;right: 16%;height: 2px;background: linear-gradient(90deg, #10b981, var(--yellow));z-index: 0;}.lp-step {text-align: center;padding: 0 16px;position: relative;z-index: 1;}.lp-step-icon {width: 48px;height: 48px;border-radius: 50%;margin: 0 auto 16px;display: flex;align-items: center;justify-content: center;background: var(--white);border: 3px solid #10b981;box-shadow: 0 0 0 6px var(--off-white);}.lp-step:nth-child(2) .lp-step-icon {border-color: var(--blue);}.lp-step:nth-child(3) .lp-step-icon {border-color: var(--yellow);}.lp-step-icon svg {width: 22px;height: 22px;}.lp-step h3 {font-size: 17px;font-weight: 700;color: var(--text-dark);margin-bottom: 6px;}.lp-step p {font-size: 15px;color: var(--text-muted);line-height: 1.6;text-align:justify;}.samples-section {background: var(--navy);padding: 72px 0;}.samples-strip {display: grid;grid-template-columns: repeat(3,1fr);gap: 30px;}.sample-mock {background: rgba(255,255,255,0.05);border: 1px solid rgba(255,255,255,0.1);border-radius: 14px;overflow: hidden;transition: transform 0.22s;}.sample-mock:hover {transform: translateY(-4px);}.sample-mock img {width:100%;}.sm-header {height: 8px;}.sm-header.green {background: linear-gradient(90deg, #10b981, #34d399);}.sm-header.blue {background: linear-gradient(90deg, var(--blue), #5d77f5);}.sm-header.yellow {background: linear-gradient(90deg, var(--yellow-dark), var(--yellow));}.sm-body {padding: 20px 18px;}.sm-nav {display: flex;align-items: center;justify-content: space-between;margin-bottom: 16px;}.sm-logo-bar {width: 60px;height: 8px;border-radius: 4px;background: rgba(255,255,255,0.25);}.sm-nav-links {display: flex;gap: 6px;}.sm-nav-dot {width: 22px;height: 6px;border-radius: 3px;background: rgba(255,255,255,0.12);}.sm-hero-block {height: 55px;border-radius: 8px;background: rgba(255,255,255,0.06);margin-bottom: 12px;display: flex;flex-direction: column;justify-content: center;padding: 0 10px;gap: 5px;}.sm-line {height: 5px;border-radius: 3px;background: rgba(255,255,255,0.2);}.sm-line.short {width: 55%;}.sm-line.shorter {width: 35%;background: rgba(255,255,255,0.1);}.sm-cards {display: grid;grid-template-columns: 1fr 1fr 1fr;gap: 6px;margin-bottom: 10px;}.sm-card-block {height: 36px;border-radius: 6px;background: rgba(255,255,255,0.06);}.sm-cta {height: 18px;border-radius: 5px;width: 50%;}.sm-cta.green {background: rgba(16,185,129,0.5);}.sm-cta.blue {background: rgba(27,63,228,0.6);}.sm-cta.yellow {background: rgba(255,180,0,0.6);}.sm-tag {font-size: 10px;font-weight: 700;letter-spacing: 1px;text-transform: uppercase;color: rgba(255,255,255,0.4);padding: 10px 18px 14px;}.proof-section {background: var(--white);padding: 56px 0;}.proof-inner {display: grid;grid-template-columns: repeat(4,1fr);gap: 0;}.proof-stat {text-align: center;padding: 0 20px;}.proof-stat + .proof-stat {border-left: 1px solid var(--border-light);}.proof-num {font-size: 38px;font-weight: 700;color: #10b981;line-height: 1;margin-bottom: 6px;}.proof-num sup {font-size: 20px;vertical-align: super;}.proof-label {font-size: 13px;color: var(--text-muted);font-weight: 600;line-height: 1.4;}.lp-cta-section {background: linear-gradient(135deg, #0c0f20 0%, #223385 100%);padding: 88px 0;text-align: center;position: relative;overflow: hidden;}.lp-cta-glow {position: absolute;width: 600px;height: 400px;border-radius: 50%;background: radial-gradient(ellipse, rgba(16,185,129,0.15) 0%, transparent 65%);top: -100px;left: 50%;transform: translateX(-50%);pointer-events: none;}.lp-cta-inner {position: relative;z-index: 2;max-width: 640px;margin: 0 auto;padding: 0 24px;}.lp-cta-price {display: inline-flex;align-items: baseline;gap: 4px;margin-bottom: 16px;font-size: clamp(52px,8vw,80px);font-weight: 700;color: #ffb400;line-height: 1;}.lp-cta-price .cur {font-size: 0.45em;color: rgba(255,255,255,0.5);align-self: flex-start;padding-top: 12px;}.lp-cta-price .dec {font-size: 0.38em;color: rgba(255,255,255,0.4);align-self: flex-end;padding-bottom: 4px;}.lp-cta-title {font-size: clamp(22px,3vw,32px);font-weight: 700;color: #fff;margin-bottom: 14px;line-height: 1.25;}.lp-cta-title em {font-style: normal;color: #6ee7b7;}.lp-cta-sub {font-size: 15px;color: rgba(255,255,255,0.6);line-height: 1.75;margin-bottom: 32px;}.lp-cta-btns {display: flex;gap: 14px;justify-content: center;flex-wrap: wrap;margin-bottom: 28px;}.lp-cta-checks {display: flex;gap: 20px;justify-content: center;flex-wrap: wrap;}.lp-cta-check {display: flex;align-items: center;gap: 6px;font-size: 12px;color: rgba(255,255,255,0.5);font-weight: 600;}.lp-cta-check svg {width: 13px;height: 13px;color: #10b981;}@media(max-width:960px) {.lp-hero-inner {grid-template-columns: 1fr;padding: 110px 24px 70px;}.lp-card {display: none;}.scope-grid {grid-template-columns: 1fr;}.for-grid {grid-template-columns: repeat(2,1fr);}.lp-steps {grid-template-columns: 1fr;gap: 28px;}.lp-steps::before {display: none;}.samples-strip {grid-template-columns: 1fr;max-width: 360px;margin: 0 auto;}.proof-inner {grid-template-columns: repeat(2,1fr);gap: 24px;}.proof-stat + .proof-stat {border-left: none;}.proof-stat:nth-child(odd) {border-right: 1px solid var(--border-light);}}@media(max-width:600px) {.for-grid {grid-template-columns: 1fr;}.lp-hero-btns {flex-direction: column;}.lp-hero-btns .btn {justify-content: center;}.lp-cta-btns {flex-direction: column;align-items: center;}.upgrade-nudge {flex-direction: column;}}.contact-hero {background: var(--dark);padding: 140px 0 64px;position: relative;overflow: hidden;}.contact-hero-glow {position: absolute;width: 600px;height: 500px;border-radius: 50%;background: radial-gradient(ellipse, rgba(27,63,228,0.18) 0%, transparent 65%);top: -120px;right: -80px;pointer-events: none;}.contact-hero-inner {position: relative;z-index: 2;}.contact-hero h1 {font-size: clamp(32px,4.5vw,52px);font-weight: 700;color: #fff;line-height: 1.1;margin-bottom: 14px;animation: up 0.6s ease both;}.contact-hero h1 em {font-style: normal;color: var(--yellow);}.contact-hero p {font-size: 16px;color: #9aa5be;line-height: 1.75;max-width: 500px;animation: up 0.6s 0.1s ease both;}.contact-section {background: var(--off-white);padding: 0 0 88px;}.contact-grid {display: grid;grid-template-columns: 0.85fr 1.15fr;gap: 40px;margin-top: -32px;position: relative;z-index: 2;}.contact-left {display: flex;flex-direction: column;gap: 14px;}.contact-method {background: var(--white);border: 1.5px solid var(--border-light);border-radius: 16px;padding: 24px 24px;display: flex;align-items: flex-start;gap: 16px;text-decoration: none;color: inherit;transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;}.contact-method:hover {border-color: var(--blue);transform: translateY(-2px);box-shadow: var(--shadow-md);}.contact-method.wa:hover {border-color: #16a34a;}.contact-method.email:hover {border-color: var(--yellow);}.cm-icon {width: 48px;height: 48px;border-radius: 12px;flex-shrink: 0;display: flex;align-items: center;justify-content: center;}.cm-icon.blue {background: var(--blue-xlight);border: 1px solid rgba(27,63,228,0.15);}.cm-icon.green {background: rgba(22,163,74,0.08);border: 1px solid rgba(22,163,74,0.2);}.cm-icon.yellow {background: var(--yellow-light);border: 1px solid rgba(255,180,0,0.25);}.cm-icon svg {width: 22px;height: 22px;}.cm-body h3 {font-size: 15px;font-weight: 700;color: var(--text-dark);margin-bottom: 3px;}.cm-body .cm-value {font-size: 14px;font-weight: 700;margin-bottom: 3px;}.contact-method.wa .cm-value {color: #16a34a;}.contact-method.email .cm-value {color: var(--yellow-dark);}.contact-method.form .cm-value {color: var(--blue);}.cm-body .cm-note {font-size: 12px;color: var(--text-muted);}.response-box {background: var(--white);border: 1.5px solid var(--border-light);border-radius: 16px;padding: 22px 24px;}.response-box h4 {font-size: 13px;font-weight: 700;color: var(--text-dark);margin-bottom: 12px;display: flex;align-items: center;gap: 8px;}.response-box h4 svg {width: 16px;height: 16px;color: var(--blue);}.resp-items {display: flex;flex-direction: column;gap: 8px;}.resp-item {display: flex;justify-content: space-between;align-items: center;font-size: 13px;}.resp-item .channel {color: var(--text-muted);font-weight: 600;}.resp-item .timing {font-weight: 700;color: var(--text-dark);}.resp-item .timing.fast {color: #16a34a;}.resp-note {font-size: 12px;color: var(--text-muted);margin-top: 12px;padding-top: 12px;border-top: 1px solid var(--border-light);line-height: 1.6;}.location-box {background: var(--navy);border-radius: 16px;padding: 22px 24px;display: flex;gap: 14px;align-items: flex-start;}.location-box svg {width: 20px;height: 20px;color: var(--yellow);flex-shrink: 0;margin-top: 2px;}.location-box h4 {font-size: 13px;font-weight: 700;color: #c8d0e0;margin-bottom: 4px;}.location-box p {font-size: 13px;color: #6b7c99;line-height: 1.6;}.contact-form-box {background: var(--white);border: 1.5px solid var(--border-light);border-radius: 18px;padding: 38px;box-shadow: var(--shadow-sm);}.contact-form-box h2 {font-size: 22px;font-weight: 700;color: var(--text-dark);margin-bottom: 6px;}.contact-form-box .form-intro {font-size: 14px;color: var(--text-muted);margin-bottom: 26px;line-height: 1.6;}.cfld {margin-bottom: 16px;}.cfld label {display: block;font-size: 12px;font-weight: 700;color: var(--text-muted);margin-bottom: 7px;letter-spacing: 0.3px;text-transform: uppercase;}.cfld input, .cfld select, .cfld textarea {width: 100%;padding: 13px 16px;border-radius: 8px;font-family: var(--font);font-size: 14px;font-weight: 600;background: var(--off-white);border: 1.5px solid var(--border-light);color: var(--text-dark);transition: border-color 0.2s, background 0.2s;outline: none;}.cfld input::placeholder, .cfld textarea::placeholder {color: #9ca3af;font-weight: 400;}.cfld input:focus, .cfld select:focus, .cfld textarea:focus {border-color: var(--blue);background: var(--white);}.cfld select option {color: var(--text-dark);}.cfld textarea {resize: vertical;min-height: 100px;}.cfld-row {display: grid;grid-template-columns: 1fr 1fr;gap: 14px;}.contact-submit {width: 100%;justify-content: center;font-size: 16px;padding: 15px 24px;}.contact-form-note {font-size: 12px;color: var(--text-muted);text-align: center;margin-top: 12px;}.form-success {display: none;text-align: center;padding: 40px 20px;}.form-success svg {width: 56px;height: 56px;color: #16a34a;margin-bottom: 16px;}.form-success h3 {font-size: 20px;font-weight: 700;color: var(--text-dark);margin-bottom: 8px;}.form-success p {font-size: 14px;color: var(--text-muted);line-height: 1.7;}@media(max-width:960px) {.contact-grid {grid-template-columns: 1fr;gap: 24px;margin-top: 28px;}.contact-left {flex-direction: column;}}.gridformob1fr {grid-template-columns:1fr 1fr;}@media(max-width:600px) {.cfld-row {grid-template-columns: 1fr;}.contact-form-box {padding: 28px 22px;}.contact-hero {padding: 120px 0 48px;}.gridformob1fr {grid-template-columns:1fr;}}.hp-field {display:none !important;}