:root{--ec-muted-2:#BAB7B2}.ec-hero{position:relative;min-height:88vh;display:flex;align-items:center;background:#FFF;overflow:hidden;padding-top:90px}.ec-hero::before{content:'';position:absolute;inset:0;pointer-events:none;background:radial-gradient(ellipse 60% 50% at 80% 40%,rgb(241 98 50 / .07),transparent 65%),radial-gradient(ellipse 40% 35% at 10% 80%,rgb(241 98 50 / .04),transparent 60%)}.ec-hero::after{content:'';position:absolute;inset:0;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23000' stroke-width='0.4' opacity='0.04'%3E%3Cpath d='M0 30h60M30 0v60'/%3E%3C/g%3E%3C/svg%3E");background-size:60px 60px}.ec-hero .hero-inner{position:relative;z-index:1;max-width:var(--max);margin:0 auto;padding:0 max(40px, 4vw);display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;width:100%}.ec-hero .hero-eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:11px;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--orange);border-left:2px solid var(--orange);padding-left:10px;margin-bottom:24px}.ec-hero .hero-h1{font-size:clamp(34px, 4.5vw, 58px);font-weight:600;line-height:1.05;letter-spacing:-.03em;color:var(--dark);margin-bottom:20px}.ec-hero .hero-h1 em{font-style:italic;background:linear-gradient(90deg,var(--orange),var(--orange-amber));-webkit-background-clip:text;-webkit-text-fill-color:#fff0;background-clip:text}.ec-hero .hero-sub{font-size:17px;line-height:1.75;color:#5A5552;max-width:500px;margin-bottom:32px}.ec-hero .hero-btns{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:24px}.ec-hero .hero-trust{display:flex;flex-wrap:wrap;gap:14px 24px}.ec-hero .hero-trust span{font-size:13px;color:var(--muted);display:flex;align-items:center;gap:6px}.ec-hero .hero-trust span::before{content:'✓';color:#22C55E;font-weight:700}.ec-hero .hero-visual{position:relative;display:flex;align-items:center;justify-content:center}.checkout-card{width:100%;max-width:560px;background:#fff;border:1px solid rgb(0 0 0 / .07);border-radius:22px;overflow:hidden;box-shadow:0 24px 70px rgb(0 0 0 / .12),0 0 0 .5px rgb(255 255 255 / .6) inset;position:relative}.cc-bar{background:linear-gradient(180deg,#FBFAF8,#F5F1EC);padding:12px 16px;display:flex;align-items:center;gap:7px;border-bottom:1px solid rgb(0 0 0 / .05)}.cc-bar .dot{width:9px;height:9px;border-radius:50%}.cc-url{flex:1;background:#fff;border:1px solid rgb(0 0 0 / .06);border-radius:6px;padding:5px 12px;font-size:11px;color:var(--muted);margin:0 10px;display:flex;align-items:center;gap:6px}.cc-url-lock{color:#22C55E;font-size:10px}.cc-body{padding:24px 26px 22px}.cc-title-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.cc-title{font-size:18px;font-weight:600;color:var(--dark);letter-spacing:-.01em}.cc-secure{display:flex;align-items:center;gap:5px;font-size:11px;color:#22C55E;font-weight:500}.cc-secure-dot{width:6px;height:6px;border-radius:50%;background:#22C55E;animation:cc-pulse 1.6s ease-in-out infinite}@keyframes cc-pulse{0%,100%{box-shadow:0 0 0 0 rgb(34 197 94 / .5)}50%{box-shadow:0 0 0 5px #fff0}}.cc-product{display:grid;grid-template-columns:64px 1fr auto;gap:14px;align-items:center;padding:14px;background:#FAFAF8;border:1px solid rgb(0 0 0 / .05);border-radius:12px;margin-bottom:20px}.cc-prod-img{width:64px;height:64px;border-radius:9px;background:url(https://images.unsplash.com/photo-1559056199-641a0ac8b55e?w=200&q=80&auto=format&fit=crop) center/cover;border:1px solid rgb(0 0 0 / .06)}.cc-prod-name{font-size:13px;font-weight:600;color:var(--dark);margin-bottom:2px}.cc-prod-sub{font-size:11px;color:var(--muted)}.cc-prod-qty{font-size:11px;color:var(--muted);margin-top:4px}.cc-prod-price{font-size:16px;font-weight:700;color:var(--dark);letter-spacing:-.01em}.cc-field{margin-bottom:12px}.cc-label{font-size:10px;font-weight:600;color:var(--muted);letter-spacing:.06em;text-transform:uppercase;margin-bottom:5px;display:block}.cc-input{background:#FAFAF8;border:1px solid rgb(0 0 0 / .07);border-radius:9px;padding:11px 13px;font-size:13px;color:var(--dark);display:flex;align-items:center;justify-content:space-between;min-height:42px;position:relative}.cc-input.focused{border-color:var(--orange);background:#fff;box-shadow:0 0 0 3px rgb(241 98 50 / .08)}.cc-input-text{flex:1;display:flex;align-items:center;gap:4px}.cc-input.empty .cc-input-text{color:#BAB7B2}.cc-typed{color:var(--dark)}.cc-cursor{display:inline-block;width:1.5px;height:14px;background:var(--orange);vertical-align:middle;margin-left:1px;animation:cc-blink .8s step-end infinite}@keyframes cc-blink{0%,100%{opacity:1}50%{opacity:0}}.cc-check{color:#22C55E;font-weight:700;font-size:14px;opacity:0;transition:opacity .3s}.cc-input.done .cc-check{opacity:1}.cc-pay-options{display:grid;grid-template-columns:1fr 1fr 1fr;gap:8px;margin-bottom:16px;margin-top:6px}.cc-pay{border:1.5px solid rgb(0 0 0 / .08);border-radius:9px;padding:11px 8px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;cursor:pointer;transition:all .25s ease;background:#fff;position:relative}.cc-pay.selected{border-color:var(--orange);background:rgb(241 98 50 / .04);box-shadow:0 4px 14px rgb(241 98 50 / .1)}.cc-pay.selected::after{content:'';position:absolute;top:6px;right:6px;width:14px;height:14px;border-radius:50%;background:var(--orange)}.cc-pay.selected::before{content:'✓';position:absolute;top:6px;right:6px;width:14px;height:14px;border-radius:50%;color:#fff;font-size:9px;font-weight:700;display:flex;align-items:center;justify-content:center;z-index:1}.cc-pay-label{font-size:11px;font-weight:600}.cc-pay-sub{font-size:9px;color:var(--muted)}.cc-pay-mpesa .cc-pay-label{color:#009E49}.cc-totals{padding:14px 0;border-top:1px solid rgb(0 0 0 / .06);margin-bottom:16px}.cc-total-row{display:flex;justify-content:space-between;font-size:13px;margin-bottom:6px;color:#5A5552}.cc-total-row:last-child{margin-bottom:0;font-size:15px;font-weight:700;color:var(--dark);margin-top:6px;padding-top:10px;border-top:1px solid rgb(0 0 0 / .05)}.cc-total-val{font-variant-numeric:tabular-nums}.cc-pay-btn{width:100%;background:linear-gradient(135deg,var(--orange),var(--orange-dark));color:#fff;font-family:inherit;font-size:14px;font-weight:600;padding:14px;border:none;border-radius:10px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;box-shadow:0 4px 18px rgb(241 98 50 / .3);transition:all .3s ease;position:relative;overflow:hidden}.cc-pay-btn.processing{background:#009E49;box-shadow:0 4px 18px rgb(0 158 73 / .3)}.cc-pay-btn.processing .cc-spinner{width:14px;height:14px;border:2px solid rgb(255 255 255 / .3);border-top-color:#fff;border-radius:50%;animation:cc-spin 0.8s linear infinite}@keyframes cc-spin{to{transform:rotate(360deg)}}.cc-pay-btn.done{background:#22C55E}.cc-pay-btn-amt{font-variant-numeric:tabular-nums}.cc-success{position:absolute;inset:0;background:rgb(255 255 255 / .97);backdrop-filter:blur(8px);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;opacity:0;pointer-events:none;transition:opacity .4s ease}.cc-success.show{opacity:1}.cc-success-icon{width:64px;height:64px;border-radius:50%;background:rgb(34 197 94 / .1);border:2px solid #22C55E;display:flex;align-items:center;justify-content:center;color:#22C55E;font-size:32px;font-weight:700;animation:cc-pop .4s cubic-bezier(.34,1.56,.64,1)}@keyframes cc-pop{from{transform:scale(0)}to{transform:scale(1)}}.cc-success-title{font-size:18px;font-weight:600;color:var(--dark)}.cc-success-sub{font-size:13px;color:var(--muted)}.cc-success-amt{font-size:24px;font-weight:700;color:var(--dark);letter-spacing:-.02em}.ec-hero .hv-float{position:absolute;z-index:3;background:rgb(255 255 255 / .96);backdrop-filter:blur(12px);border:1px solid rgb(0 0 0 / .08);border-radius:11px;padding:10px 14px;display:flex;align-items:center;gap:9px;box-shadow:0 8px 28px rgb(0 0 0 / .12);white-space:nowrap}.ec-hero .hv-f-icon{width:30px;height:30px;border-radius:7px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ec-hero .hv-f-name{font-size:11px;font-weight:600;color:var(--dark)}.ec-hero .hv-f-stat{font-size:10px;color:var(--muted);margin-top:2px}.ec-hero .hv-f1{top:-16px;left:-36px;animation:ec-hf-a 5.2s ease-in-out 0.3s infinite}.ec-hero .hv-f2{top:36%;right:-44px;animation:ec-hf-b 5.8s ease-in-out 0.7s infinite}.ec-hero .hv-f3{bottom:32%;left:-32px;animation:ec-hf-c 6s ease-in-out 1.1s infinite}@keyframes ec-hf-a{0%,100%{transform:translate(0,0)}50%{transform:translate(4px,-7px)}}@keyframes ec-hf-b{0%,100%{transform:translate(0,0)}50%{transform:translate(-5px,-6px)}}@keyframes ec-hf-c{0%,100%{transform:translate(0,0)}50%{transform:translate(3px,-8px)}}@media (max-width:900px){.ec-hero .hero-inner{grid-template-columns:1fr;gap:40px;padding-top:24px}.ec-hero .hv-float{display:none}}.ec-prob-sec{background:var(--warm)}.ec-prob-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:48px}.ec-prob-card{background:#fff;border:1px solid rgb(0 0 0 / .08);border-radius:16px;padding:32px}.ec-prob-card.bad .ec-prob-icon{background:rgb(0 0 0 / .05)}.ec-prob-card.good{border-color:rgb(241 98 50 / .25);box-shadow:0 4px 20px rgb(241 98 50 / .05)}.ec-prob-card.good .ec-prob-icon{background:rgb(241 98 50 / .1)}.ec-prob-icon{width:36px;height:36px;border-radius:9px;display:flex;align-items:center;justify-content:center;margin-bottom:14px;font-size:18px}.ec-prob-card-title{font-size:16px;font-weight:600;color:var(--dark);margin-bottom:16px}.ec-prob-card.good .ec-prob-card-title{color:var(--orange)}.ec-prob-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:11px}.ec-prob-list li{font-size:14px;line-height:1.6;color:#5A5552;display:flex;align-items:flex-start;gap:9px}.ec-prob-list li::before{content:'';width:5px;height:5px;border-radius:50%;background:var(--ec-muted-2);flex-shrink:0;margin-top:8px}.ec-prob-card.good .ec-prob-list li::before{background:#22C55E}@media (max-width:768px){.ec-prob-grid{grid-template-columns:1fr}}.ec-build-sec{background:#fff}.ec-build-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:48px}.ec-build-card{background:#fff;border:1px solid rgb(0 0 0 / .08);border-radius:14px;padding:28px;transition:border-color .2s,box-shadow .2s}.ec-build-card:hover{border-color:rgb(241 98 50 / .22);box-shadow:0 4px 20px rgb(0 0 0 / .05)}.ec-build-icon{width:40px;height:40px;border-radius:10px;background:rgb(241 98 50 / .08);display:flex;align-items:center;justify-content:center;margin-bottom:14px}.ec-build-title{font-size:16px;font-weight:600;color:var(--dark);margin-bottom:8px}.ec-build-desc{font-size:14px;line-height:1.65;color:#5A5552}@media (max-width:900px){.ec-build-grid{grid-template-columns:1fr 1fr}}@media (max-width:640px){.ec-build-grid{grid-template-columns:1fr}}.ec-pay-strip{background:var(--dark);padding:64px 0;position:relative;overflow:hidden}.ec-pay-strip::before{content:'';position:absolute;inset:0;pointer-events:none;background:radial-gradient(ellipse 60% 50% at 50% 50%,rgb(241 98 50 / .06),transparent 70%)}.ec-pay-inner{max-width:var(--max);margin:0 auto;padding:0 max(40px, 4vw);text-align:center;position:relative;z-index:1}.ec-pay-heading{font-size:14px;font-weight:500;letter-spacing:.06em;color:#7D7A75;margin-bottom:32px}.ec-pay-logos{display:flex;justify-content:center;align-items:center;gap:48px;flex-wrap:wrap;margin-bottom:32px}.ec-pay-logo{display:flex;flex-direction:column;align-items:center;gap:8px;opacity:.85;transition:opacity .2s}.ec-pay-logo:hover{opacity:1}.ec-pay-logo-badge{height:36px;display:flex;align-items:center;justify-content:center;padding:0 16px;border-radius:8px;border:1px solid rgb(255 255 255 / .1);background:rgb(255 255 255 / .04);font-weight:700;font-size:14px;letter-spacing:.02em}.ec-pay-logo-name{font-size:11px;color:#7D7A75}.ec-pay-foot{font-size:14px;color:var(--ec-muted-2);max-width:560px;margin:0 auto;line-height:1.6}@media (max-width:768px){.ec-pay-logos{gap:24px}}.ec-ind-sec{background:#fff}.ec-ind-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:48px}.ec-ind-card{position:relative;border-radius:16px;overflow:hidden;height:340px;cursor:pointer;background:var(--dark)}.ec-ind-card img{width:100%;height:100%;object-fit:cover;filter:brightness(.78) contrast(1.05) saturate(.95);transition:transform .6s ease,filter .4s ease;display:block}.ec-ind-card:hover img{transform:scale(1.06);filter:brightness(.45) contrast(1.05)}.ec-ind-default{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-end;padding:24px;background:linear-gradient(180deg,transparent 40%,rgb(10 10 9 / .85));transition:opacity .35s ease;z-index:1}.ec-ind-card:hover .ec-ind-default{opacity:0}.ec-ind-icon-badge{position:absolute;top:18px;left:18px;width:38px;height:38px;border-radius:10px;background:rgb(255 255 255 / .1);backdrop-filter:blur(8px);border:1px solid rgb(255 255 255 / .15);display:flex;align-items:center;justify-content:center;transition:opacity .35s ease;z-index:1}.ec-ind-card:hover .ec-ind-icon-badge{opacity:0}.ec-ind-default-name{font-size:22px;font-weight:600;color:#F0EDE8;letter-spacing:-.02em;line-height:1.15}.ec-ind-default-meta{font-size:11px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--orange);margin-top:6px;margin-bottom:6px}.ec-ind-overlay{position:absolute;inset:0;padding:28px;background:linear-gradient(160deg,rgb(241 98 50 / .92),rgb(232 80 26 / .95));display:flex;flex-direction:column;justify-content:space-between;opacity:0;transform:translateY(8px);transition:opacity .4s ease,transform .4s ease;z-index:2}.ec-ind-card:hover .ec-ind-overlay{opacity:1;transform:translateY(0)}.ec-ind-ov-num{display:inline-block;font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:rgb(255 255 255 / .85);background:rgb(255 255 255 / .15);border:1px solid rgb(255 255 255 / .25);padding:4px 10px;border-radius:9999px;margin-bottom:14px}.ec-ind-ov-title{font-size:22px;font-weight:600;color:#fff;letter-spacing:-.02em;line-height:1.2;margin-bottom:10px}.ec-ind-ov-desc{font-size:13px;line-height:1.6;color:rgb(255 255 255 / .92);margin-bottom:14px}.ec-ind-ov-features{display:flex;flex-direction:column;gap:7px}.ec-ind-ov-feat{font-size:12px;color:rgb(255 255 255 / .92);display:flex;align-items:flex-start;gap:8px;line-height:1.45}.ec-ind-ov-feat::before{content:'';width:5px;height:5px;border-radius:50%;background:#fff;flex-shrink:0;margin-top:7px}.ec-ind-ov-bottom{display:flex;align-items:center;justify-content:space-between;padding-top:14px;border-top:1px solid rgb(255 255 255 / .2)}.ec-ind-ov-pricing{font-size:12px;font-weight:500;color:rgb(255 255 255 / .95)}.ec-ind-ov-pricing strong{font-weight:700}.ec-ind-ov-cta{font-size:12px;font-weight:600;color:#fff;display:flex;align-items:center;gap:4px}@media (max-width:1000px){.ec-ind-grid{grid-template-columns:1fr 1fr}}@media (max-width:640px){.ec-ind-grid{grid-template-columns:1fr}.ec-ind-card{height:300px}.ec-ind-default{opacity:0}.ec-ind-icon-badge{opacity:0}.ec-ind-overlay{opacity:1;transform:translateY(0)}}.ec-proc-sec{background:var(--warm);border-top:1px solid rgb(0 0 0 / .06)}.ec-proc-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin-top:48px;position:relative}.ec-proc-steps::before{content:'';position:absolute;top:24px;left:12.5%;right:12.5%;height:2px;background:repeating-linear-gradient(90deg,rgb(241 98 50 / .2) 0 8px,transparent 8px 16px)}.ec-proc-step{padding:0 20px 0 0;position:relative}.ec-proc-step-num{width:48px;height:48px;border-radius:50%;background:#fff;border:2px solid rgb(241 98 50 / .25);display:flex;align-items:center;justify-content:center;font-size:15px;font-weight:700;color:var(--orange);margin-bottom:18px;position:relative;z-index:1;box-shadow:0 2px 8px rgb(241 98 50 / .12)}.ec-proc-step-title{font-size:16px;font-weight:600;color:var(--dark);margin-bottom:6px}.ec-proc-step-desc{font-size:13px;line-height:1.6;color:#5A5552}@media (max-width:768px){.ec-proc-steps{grid-template-columns:1fr 1fr;gap:32px}.ec-proc-steps::before{display:none}}.ec-price-sec{background:#fff}.ec-price-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;max-width:880px;margin:48px auto 0}.ec-price-card{background:#fff;border:1px solid rgb(0 0 0 / .08);border-radius:18px;padding:36px;position:relative;transition:border-color .25s,box-shadow .25s}.ec-price-card:hover{border-color:rgb(241 98 50 / .22)}.ec-price-card.popular{border-color:rgb(241 98 50 / .35);box-shadow:0 0 36px rgb(241 98 50 / .1)}.ec-price-badge{position:absolute;top:-13px;left:50%;transform:translateX(-50%);background:linear-gradient(135deg,var(--orange),var(--orange-dark));color:#fff;font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;padding:5px 18px;border-radius:9999px;white-space:nowrap;box-shadow:0 4px 14px rgb(241 98 50 / .35)}.ec-price-plan{font-size:11px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);margin-bottom:14px}.ec-price-price-wrap{display:flex;align-items:flex-end;gap:5px;margin-bottom:6px}.ec-price-currency{font-size:14px;font-weight:500;color:var(--muted);line-height:2.4}.ec-price-num{font-size:44px;font-weight:700;color:var(--dark);letter-spacing:-.03em;line-height:1}.ec-price-period{font-size:13px;color:var(--muted)}.ec-price-mo{font-size:12px;color:#9A9690;margin-top:6px;margin-bottom:24px}.ec-price-divider{height:1px;background:rgb(0 0 0 / .07);margin-bottom:22px}.ec-price-features{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px;margin-bottom:26px}.ec-price-features li{font-size:14px;color:#5A5552;display:flex;align-items:flex-start;gap:9px;line-height:1.5}.ec-price-features li::before{content:'✓';color:#22C55E;font-weight:700;flex-shrink:0}.ec-price-cta-ghost{display:block;text-align:center;border:1.5px solid rgb(0 0 0 / .12);border-radius:9999px;padding:13px;font-size:14px;font-weight:500;color:var(--dark);transition:border-color .2s,color .2s}.ec-price-cta-ghost:hover{border-color:rgb(241 98 50 / .4);color:var(--orange)}.ec-price-cta-orange{display:block;text-align:center;background:linear-gradient(135deg,var(--orange),var(--orange-dark));border-radius:9999px;padding:14px;font-size:14px;font-weight:500;color:#fff;box-shadow:0 2px 16px rgb(241 98 50 / .25);transition:box-shadow .2s,transform .2s}.ec-price-cta-orange:hover{box-shadow:0 4px 24px rgb(241 98 50 / .4);transform:translateY(-1px)}.ec-price-foot{text-align:center;margin-top:32px;font-size:14px;color:var(--muted)}.ec-price-foot a{color:var(--orange);font-weight:500}@media (max-width:768px){.ec-price-grid{grid-template-columns:1fr}}.ec-faq-sec{background:var(--warm)}.ec-faq-list{list-style:none;margin:48px auto 0;padding:0;display:flex;flex-direction:column;max-width:880px}.ec-faq-item{border-top:1px solid rgb(0 0 0 / .08)}.ec-faq-item:last-child{border-bottom:1px solid rgb(0 0 0 / .08)}.ec-faq-q{width:100%;text-align:left;background:none;border:none;padding:20px 0;display:flex;align-items:center;justify-content:space-between;gap:16px;font-family:inherit;font-size:16px;font-weight:500;color:var(--dark);cursor:pointer;transition:color .2s}.ec-faq-q:hover{color:var(--orange)}.ec-faq-icon{width:24px;height:24px;border-radius:50%;border:1.5px solid rgb(0 0 0 / .12);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:transform .3s,border-color .2s,background .2s;font-size:14px;color:var(--muted)}.ec-faq-item.open .ec-faq-icon{transform:rotate(45deg);border-color:var(--orange);background:rgb(241 98 50 / .08);color:var(--orange)}.ec-faq-a{font-size:15px;line-height:1.7;color:#5A5552;max-height:0;overflow:hidden;transition:max-height .4s ease,padding .3s}.ec-faq-item.open .ec-faq-a{max-height:400px;padding-bottom:20px}