:root{--background:#f7fbf8;--surface:#ffffff;--ink:#102018;--muted:#5d6b62;--line:#dce8df;--green:#00a86b;--green-dark:#04724d;--green-ink:#09271b;--mint:#dff8ec;--gold:#f6b84b;--shadow-sm:0 1px 3px rgba(12,65,41,0.06),0 4px 16px rgba(12,65,41,0.04);--shadow-md:0 4px 12px rgba(12,65,41,0.08),0 16px 40px rgba(12,65,41,0.08);--shadow-lg:0 28px 90px rgba(12,65,41,0.15)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--background);color:var(--ink);font-family:Inter,Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}.site-header{align-items:center;background:rgba(247,251,248,.88);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(220,232,223,.7);display:flex;gap:24px;justify-content:space-between;left:0;padding:18px clamp(20px,6vw,72px);position:-webkit-sticky;position:sticky;right:0;top:0;z-index:10}.brand{flex:0 0 auto;font-size:18px;font-weight:800;gap:10px}.brand,.brand-mark{align-items:center;display:inline-flex}.brand-mark{background:var(--green);border-radius:9px;color:white;height:34px;justify-content:center;width:34px}nav{align-items:center;display:flex;gap:24px;justify-content:flex-end;min-width:0}.footer a,.footer-links a,nav a{color:var(--muted);font-size:14px;font-weight:700;transition:color .15s ease}.footer a:hover,.text-link:hover,nav a:hover{color:var(--green-dark)}nav a{display:inline-flex;min-height:40px}.nav-toggle,nav a{align-items:center}.nav-toggle{background:var(--surface);border:1px solid var(--line);border-radius:9px;cursor:pointer;display:none;flex-direction:column;gap:5px;height:44px;justify-content:center;padding:0;width:44px}.nav-toggle span{background:var(--green-ink);border-radius:999px;display:block;height:2px;transition:transform .18s ease,opacity .18s ease;width:20px}.nav-toggle[aria-expanded=true] span:first-child{transform:translateY(7px) rotate(45deg)}.nav-toggle[aria-expanded=true] span:nth-child(2){opacity:0}.nav-toggle[aria-expanded=true] span:last-child{transform:translateY(-7px) rotate(-45deg)}.hero{align-items:center;background:var(--background);display:grid;grid-gap:clamp(34px,5vw,70px);gap:clamp(34px,5vw,70px);grid-template-columns:minmax(0,960px);justify-content:center;min-height:680px;overflow:hidden;padding:96px clamp(20px,6vw,72px) 112px;position:relative}.hero:after{background:var(--line);bottom:0;content:"";height:1px;left:0;position:absolute;right:0}.hero-copy{position:relative;text-align:center;width:100%;z-index:1}.hero-badge{align-items:center;background:rgba(255,255,255,.9);border:1px solid rgba(0,168,107,.26);border-radius:999px;box-shadow:0 2px 16px rgba(0,168,107,.1),0 1px 3px rgba(12,65,41,.06);color:var(--green-dark);display:inline-flex;font-size:13px;font-weight:700;gap:9px;letter-spacing:.01em;margin-bottom:28px;padding:8px 18px}.hero-badge-dot{animation:badge-pulse 2.4s ease-in-out infinite;background:var(--green);border-radius:50%;display:inline-block;flex:0 0 8px;height:8px;width:8px}@keyframes badge-pulse{0%,to{box-shadow:0 0 0 0 rgba(0,168,107,.5)}50%{box-shadow:0 0 0 5px rgba(0,168,107,0)}}.gradient-text{color:var(--green)}.eyebrow{color:var(--green-dark);font-size:12px;font-weight:800;letter-spacing:.09em;margin:0 0 16px;text-transform:uppercase}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(40px,5.8vw,76px);letter-spacing:-.03em;line-height:1.02;margin-left:auto;margin-right:auto;margin-bottom:22px;max-width:860px}h2{font-size:clamp(30px,4vw,48px);letter-spacing:-.02em;line-height:1.08;margin-bottom:18px}h3{font-size:19px;letter-spacing:-.01em;margin-bottom:10px}p{color:var(--muted);line-height:1.7}.hero-text{font-size:18px;line-height:1.65;margin-left:auto;margin-right:auto;max-width:600px}.typewriter-wrap{color:var(--green-dark);font-size:clamp(17px,2vw,22px);font-weight:800;line-height:1.45;margin:0 auto 24px;max-width:780px;min-height:66px}.typewriter{border-right:3px solid var(--gold);display:block;margin-left:auto;margin-right:auto;max-width:-moz-fit-content;max-width:fit-content;overflow:hidden;vertical-align:bottom;white-space:nowrap;width:0}.typewriter-line-one{animation:typing 2.35s steps(43) .35s forwards,caret .9s step-end .35s 3}.typewriter-line-two{animation:typing 2.1s steps(36) 2.85s forwards,caret .9s step-end 2.85s infinite}@keyframes typing{0%{width:0}to{width:100%}}@keyframes caret{50%{border-color:transparent}}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:36px}.button,.hero-actions{justify-content:center}.button{align-items:center;border-radius:9px;display:inline-flex;font-size:15px;font-weight:700;min-height:48px;padding:0 24px;transition:background .18s ease,color .18s ease,border-color .18s ease,box-shadow .18s ease;active:translateY(2px)}.button:active{transform:translateY(2px)}.button.primary{background:var(--green);box-shadow:0 1px 2px rgba(12,65,41,.12),0 4px 12px rgba(0,168,107,.2);color:white}.button.primary:hover{background:var(--green-dark);box-shadow:0 2px 4px rgba(12,65,41,.16),0 6px 18px rgba(0,168,107,.24)}.button.secondary{background:var(--surface);border:1px solid var(--line);color:var(--ink)}.button.secondary:hover{border-color:rgba(0,168,107,.35);box-shadow:0 2px 8px rgba(12,65,41,.06)}.button.light{background:white;color:var(--green-dark)}.button.light:hover{background:var(--mint)}.proof-strip{border-bottom:1px solid var(--line);border-top:1px solid var(--line);padding:32px clamp(20px,6vw,72px);text-align:center}.proof-strip-label{color:var(--muted);font-size:11px;font-weight:800;letter-spacing:.14em;margin:0 0 16px;text-transform:uppercase}.proof-pills{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.proof-pills span{background:white;border:1px solid var(--line);border-radius:999px;box-shadow:0 1px 4px rgba(12,65,41,.05);color:var(--green-dark);font-size:13px;font-weight:700;padding:7px 16px}.contact-details,.contact-grid,.cta-band,.policy,.section{padding:96px clamp(20px,6vw,72px)}.section-tinted{background:#f6f9f7}.section-heading{max-width:680px;margin-bottom:48px}.section-heading h2{margin-bottom:0}.service-grid{display:grid;grid-gap:20px;gap:20px;grid-template-columns:repeat(4,1fr)}.card{background:white;border-radius:14px;box-shadow:var(--shadow-sm);min-height:250px;padding:32px;transition:transform .2s ease,box-shadow .2s ease}.card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.card-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:40px}.card-icon{align-items:center;background:var(--mint);border-radius:10px;color:var(--green-dark);display:inline-flex;height:40px;justify-content:center;width:40px}.card-index{color:rgba(0,168,107,.45);font-size:12px;font-weight:900}.contact-grid,.split-section{align-items:center;display:grid;grid-gap:56px;gap:56px;grid-template-columns:.9fr 1.1fr}.portfolio-copy,.split-section>div:first-child{max-width:650px}.steps{display:grid;grid-gap:14px;gap:14px}.step{align-items:center;background:white;border-radius:14px;box-shadow:var(--shadow-sm);display:flex;gap:18px;padding:22px 24px;transition:box-shadow .2s ease,transform .2s ease}.step:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.step span{align-items:center;background:var(--green);border-radius:10px;box-shadow:0 4px 12px rgba(0,168,107,.24);color:white;display:inline-flex;flex:0 0 42px;font-weight:900;height:42px;justify-content:center;width:42px}.step p{color:var(--ink);font-weight:700;margin:0}.portfolio-showcase-section{background:white}.portfolio-header{align-items:flex-start;display:flex;gap:24px;justify-content:space-between;margin-bottom:36px}.portfolio-header>div{max-width:580px}.portfolio-header h2{margin-bottom:10px}.portfolio-desc{font-size:16px;margin:0}.portfolio-cta{flex:0 0 auto;margin-top:6px;white-space:nowrap}.julupay-showcase{background:#f5f7f6;border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow-lg);overflow:hidden;position:relative}.julupay-showcase:after{background:var(--green);content:"";height:3px;left:0;position:absolute;right:0;top:0;z-index:2}.julupay-nav{align-items:center;border-bottom:1px solid rgba(16,32,24,.06);display:grid;grid-gap:24px;gap:24px;grid-template-columns:auto 1fr auto;min-height:70px;padding:0 24px;position:relative;z-index:1}.julupay-logo{align-items:baseline;display:flex;font-size:31px;font-style:italic;font-weight:900;letter-spacing:-1.2px;line-height:1}.julupay-logo span{color:#006a17}.julupay-logo strong{color:#e58200}.julupay-menu{display:flex;gap:clamp(18px,3vw,34px);justify-content:center}.julupay-menu span{color:#080c25;font-size:16px;font-weight:700}.julupay-nav a{background:#006a17;border-radius:999px;color:white;font-size:15px;font-weight:900;padding:12px 18px;transition:background .15s ease}.julupay-nav a:hover{background:#004f11}.julupay-hero-shot{display:grid;grid-template-columns:minmax(0,.96fr) minmax(320px,.74fr);min-height:490px;position:relative;z-index:1}.julupay-copy-shot{align-self:center;padding:70px clamp(24px,5vw,74px)}.privacy-pill{align-items:center;background:rgba(255,255,255,.85);border:1px solid rgba(0,106,23,.18);border-radius:999px;color:#006a17;display:inline-flex;font-size:12px;font-weight:800;gap:6px;letter-spacing:.06em;margin-bottom:22px;padding:8px 16px;text-transform:uppercase}.julupay-tags{display:flex;flex-wrap:wrap;gap:8px;margin:20px 0 26px}.julupay-tags span{background:rgba(0,106,23,.07);border:1px solid rgba(0,106,23,.14);border-radius:999px;color:#006a17;font-size:12px;font-weight:700;padding:5px 13px}.julupay-copy-shot h3{color:#15172d;font-size:clamp(42px,6vw,72px);line-height:.98;margin-bottom:20px;max-width:650px}.julupay-copy-shot h3 strong{color:#e58200}.julupay-copy-shot p{color:#060b20;font-size:clamp(17px,2vw,21px);line-height:1.5;max-width:650px}.store-buttons{display:flex;flex-wrap:wrap;gap:14px;margin-top:22px}.store-buttons span{align-items:center;background:#111426;border:1.5px solid rgba(255,255,255,.18);border-radius:999px;box-shadow:0 8px 24px rgba(8,12,37,.18);color:white;display:inline-flex;font-size:15px;font-weight:800;gap:10px;min-height:52px;padding:0 26px}.store-buttons span:before{background:white;border-radius:50%;content:"";display:inline-block;height:16px;opacity:.85;width:16px}.phone-wrap{align-items:flex-end;background:#071410;display:flex;justify-content:center;min-height:490px;overflow:hidden;padding:48px 34px 0;position:relative}.phone{background:#070707;border-radius:36px 36px 0 0;box-shadow:0 0 0 1px rgba(255,255,255,.08),0 32px 64px rgba(0,0,0,.5),0 64px 100px rgba(0,0,0,.3);height:455px;padding:12px;position:relative;width:255px;z-index:1}.phone-notch{background:#070707;border-radius:999px;height:24px;left:50%;position:absolute;top:16px;transform:translateX(-50%);width:84px;z-index:2}.phone-screen{background:#0f4e22;border-radius:28px 28px 0 0;height:100%;overflow:hidden;padding:28px 14px 14px}.phone-greeting{align-items:center;background:white;border-radius:18px;display:flex;gap:10px;padding:14px}.phone-greeting>span{background:#f7dca3;border-radius:50%;height:28px;width:28px}.phone-greeting small,.phone-greeting strong{color:#24283b;display:block;font-size:10px}.phone-screen h4{background:white;color:#24283b;font-size:16px;line-height:1.2;margin:-1px 0 16px;padding:0 14px 18px}.phone-services{display:grid;grid-gap:10px;gap:10px;grid-template-columns:1fr 1fr}.phone-services div{border-radius:16px;min-height:128px;padding:14px 10px}.phone-services div:first-child{background:#e6d8ff}.phone-services div:last-child{background:#ffe0a9}.phone-services span{color:#1c2037;display:block;font-size:12px;font-weight:900;margin-bottom:8px}.phone-services p{color:rgba(28,32,55,.72);font-size:9px;line-height:1.3;margin:0}.phone-transactions{color:white;margin-top:18px}.phone-transactions strong{display:block;font-size:12px;margin-bottom:16px}.phone-transactions p{color:rgba(255,255,255,.62);font-size:9px;line-height:1.4;margin:0 auto;max-width:150px;text-align:center}.phone-tabs{align-items:center;background:rgba(3,44,18,.64);border-radius:999px;bottom:14px;display:grid;grid-gap:12px;gap:12px;grid-template-columns:repeat(4,1fr);left:24px;padding:12px;position:absolute;right:24px}.phone-tabs span{background:rgba(255,255,255,.45);border-radius:50%;height:14px;margin:auto;width:14px}.phone-tabs span:first-child{background:white}.cta-band{align-items:center;background:var(--green-dark);color:white;display:flex;gap:32px;justify-content:space-between}.cta-inner{max-width:720px}.cta-band .eyebrow,.cta-band p{color:rgba(255,255,255,.65)}.cta-band h2{color:white;margin-bottom:0;max-width:720px;position:relative}.footer{align-items:start;background:#080f0c;border-top:1px solid rgba(0,168,107,.18);color:white;display:grid;grid-gap:28px;gap:28px;grid-template-columns:1fr auto;padding:56px clamp(20px,6vw,72px) 48px}.footer p{color:rgba(255,255,255,.5);font-size:14px;line-height:1.65;margin:14px 0 0;max-width:400px}.footer-links{display:flex;flex-wrap:wrap;gap:20px;justify-content:flex-end}.footer-links a{color:rgba(255,255,255,.5);font-size:14px;font-weight:600;transition:color .15s ease}.footer-links a:hover{color:rgba(255,255,255,.85)}.copyright{color:rgba(255,255,255,.35)!important;font-size:13px!important;grid-column:1/-1;margin:0!important}.text-link{color:var(--green-dark);font-weight:700}.page-hero{padding:90px clamp(20px,6vw,72px) 40px}.page-hero h1{max-width:900px}.page-hero p{max-width:660px}.contact-grid{align-items:start}.contact-details,.contact-grid{padding-top:30px}.contact-aside,.contact-form{background:var(--surface);border:1px solid var(--line);border-radius:14px;padding:32px}.contact-aside{max-width:680px}.contact-form{display:grid;grid-gap:18px;gap:18px}label{color:var(--ink);display:grid;font-size:14px;font-weight:700;grid-gap:8px;gap:8px}input,select,textarea{background:#f6faf7;border:1px solid var(--line);border-radius:9px;color:var(--ink);font:inherit;padding:14px;transition:border-color .15s ease,box-shadow .15s ease;width:100%}input:focus,select:focus,textarea:focus{border-color:var(--green);box-shadow:0 0 0 3px rgba(0,168,107,.1);outline:none}textarea{resize:vertical}.contact-form .button{border:0;cursor:pointer;justify-self:start}.contact-aside h2{font-size:28px}.contact-aside strong{color:var(--ink)}.policy{max-width:900px}.policy h1{font-size:clamp(42px,6vw,68px)}.policy h2{font-size:24px;margin-top:36px}.footer.compact{align-items:center;display:flex;flex-wrap:wrap;gap:18px;justify-content:space-between}@media (max-width:980px){.contact-grid,.hero,.julupay-hero-shot,.split-section{grid-template-columns:1fr}.hero{min-height:auto}.service-grid{grid-template-columns:1fr 1fr}.julupay-menu{display:none}.portfolio-header{flex-direction:column;gap:16px}.portfolio-cta{margin-top:0}}@media (max-width:680px){.site-header{align-items:center;display:grid;grid-gap:12px;gap:12px;grid-template-columns:1fr auto;padding:16px 18px}.brand{justify-content:flex-start}.nav-toggle{display:inline-flex}nav{background:rgba(247,251,248,.97);border-top:1px solid var(--line);display:none;flex-direction:column;gap:2px;grid-column:1/-1;margin:2px -18px -16px;padding:10px 18px 16px;width:100%}nav.is-open{display:flex}nav a{border-radius:8px;color:var(--green-ink);font-size:15px;justify-content:flex-start;min-height:46px;padding:0 4px}nav a:hover{color:var(--green-dark)}h1{font-size:36px}.typewriter-wrap{font-size:17px;min-height:auto}.typewriter{animation:none;border-right:0;max-width:100%;white-space:normal;width:100%}.contact-details,.contact-grid,.cta-band,.hero,.page-hero,.policy,.section{padding-left:18px;padding-right:18px}.julupay-nav{gap:14px;grid-template-columns:1fr auto;padding:0 16px}.julupay-logo{font-size:26px}.julupay-copy-shot{padding:46px 18px 28px}.julupay-copy-shot h3{font-size:40px}.store-buttons span{font-size:14px;min-height:48px;padding:0 20px}.phone-wrap{min-height:430px;padding:20px 18px 0}.glove-shape{left:18%;width:300px}.cta-band,.footer,.service-grid{grid-template-columns:1fr}.cta-band,.footer{align-items:flex-start;flex-direction:column}.footer-links{justify-content:flex-start}}