:root{--blue:#165dff;--blue-dark:#0a2d78;--blue-soft:#eaf2ff;--ink:#071a3d;--text:#526078;--muted:#8490a5;--line:#dce7f8;--white:#fff;--gold:#ffd66b;--shadow:0 24px 70px #082b6429;--radius:8px;color:var(--ink);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f7fbff;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:radial-gradient(circle at 50% 0,#ffd66b42,#0000 30%),linear-gradient(#eef5ff 0%,#f7fbff 48%,#eaf2ff 100%);min-width:320px;margin:0}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit}#app{min-height:100svh}.landing-page{-webkit-user-select:none;user-select:none;background:#f7fbff;width:100%;min-height:100svh;margin:0 auto;overflow:hidden}.is-desktop-device .landing-page{max-width:402px;box-shadow:0 0 72px #082b641f}.is-mobile-device .landing-page{max-width:none;box-shadow:none}.hero-section{background:radial-gradient(circle at 84% 10%,#ffd66b6b,#0000 25%),linear-gradient(150deg,#fff 0%,#eef5ff 48%,#dceaff 100%);min-height:100svh;padding:22px clamp(18px,5vw,72px) 48px;position:relative}.hero-section:after{content:"";border:1px solid #165dff29;border-radius:50%;width:420px;height:420px;position:absolute;bottom:-150px;right:-110px}.topbar,.hero-grid{z-index:1;width:min(1120px,100%);margin:0 auto;position:relative}.topbar{z-index:1000;justify-content:space-between;align-items:center;gap:16px;display:flex}.brand{align-items:center;gap:10px;font-size:18px;font-weight:800;text-decoration:none;display:inline-flex}.brand-mark{object-fit:cover;border-radius:9px;width:36px;height:36px;box-shadow:0 12px 28px #165dff47}.primary-button,.secondary-button{border-radius:var(--radius);cursor:pointer;border:0;justify-content:center;align-items:center;min-height:48px;font-weight:800;text-decoration:none;display:inline-flex}.language-select{z-index:1001;position:relative}.language-trigger{min-height:38px;color:var(--blue-dark);background:var(--white);cursor:pointer;border:1px solid #165dff29;border-radius:999px;justify-content:center;align-items:center;gap:7px;padding:0 10px;font-size:12px;font-weight:850;display:inline-flex;box-shadow:0 12px 28px #082b6414}.language-label{text-align:left;min-width:56px}.language-chevron{width:14px;height:14px;color:var(--muted);place-items:center;transition:transform .18s;display:grid}.language-chevron svg,.language-check svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.4px;width:100%;height:100%}.language-select.open .language-chevron{transform:rotate(180deg)}.language-menu{z-index:1002;border-radius:var(--radius);background:var(--white);border:1px solid #165dff1f;width:168px;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden;box-shadow:0 18px 44px #082b6424}.language-option{width:100%;min-height:48px;color:var(--ink);cursor:pointer;text-align:left;background:0 0;border:0;grid-template-columns:18px 1fr 18px;align-items:center;gap:8px;padding:0 12px;display:grid}.language-option:hover,.language-option[aria-selected=true]{background:#165dff1a}.language-option-label{color:var(--ink);font-size:14px;font-weight:760}.language-check{width:18px;height:18px;color:var(--blue);place-items:center;display:grid}.flag-dot{border-radius:50%;flex:none;width:18px;height:18px;display:inline-block;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #082b641a}.flag-us{background:linear-gradient(#b22234 0 7.7%,#fff 7.7% 15.4%,#b22234 15.4% 23.1%,#fff 23.1% 30.8%,#b22234 30.8% 38.5%,#fff 38.5% 46.2%,#b22234 46.2% 53.9%,#fff 53.9% 61.6%,#b22234 61.6% 69.3%,#fff 69.3% 76.9%,#b22234 76.9% 84.6%,#fff 84.6% 92.3%,#b22234 92.3% 100%)}.flag-us:before{content:"";background:#3c3b6e;width:10px;height:10px;position:absolute;top:0;left:0}.flag-ph{background:linear-gradient(#0038a8 0 50%,#ce1126 50% 100%)}.flag-ph:before{content:"";border-top:9px solid #0000;border-bottom:9px solid #0000;border-left:11px solid #fff;width:0;height:0;position:absolute;top:0;left:0}.flag-ph:after{content:"";background:#fcd116;border-radius:50%;width:4px;height:4px;position:absolute;top:7px;left:3px}.hero-grid{grid-template-columns:minmax(0,1fr) minmax(360px,.88fr);align-items:center;gap:clamp(32px,7vw,96px);padding-top:clamp(46px,8vh,88px);display:grid}.hero-copy{max-width:612px}.eyebrow{color:var(--blue);letter-spacing:0;text-transform:uppercase;margin:0 0 14px;font-size:13px;font-weight:850}h1,h2,h3,p{margin-top:0}h1{letter-spacing:0;max-width:650px;margin-bottom:22px;font-size:clamp(42px,6vw,70px);line-height:.98}h2{letter-spacing:0;margin-bottom:14px;font-size:clamp(30px,4vw,44px);line-height:1.05}h3{letter-spacing:0;margin-bottom:10px;font-size:20px;line-height:1.2}.hero-text{max-width:560px;color:var(--text);margin-bottom:30px;font-size:19px;line-height:1.6}.hero-actions{flex-wrap:wrap;gap:12px;margin-bottom:34px;display:flex}.money-strip{flex-wrap:wrap;gap:10px;margin:-10px 0 24px;display:flex}.money-strip span{min-height:34px;color:var(--blue-dark);background:#ffffffc2;border:1px solid #165dff29;border-radius:999px;align-items:center;padding:0 13px;font-size:14px;font-weight:850;display:inline-flex;box-shadow:0 10px 24px #082b6414}.primary-button{color:var(--white);background:var(--blue);padding:0 24px;box-shadow:0 18px 36px #165dff47}.primary-button:disabled{cursor:not-allowed;opacity:.72;animation:none;transform:none}@keyframes cta-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.035)}}@keyframes float-money-left{0%,to{transform:translateY(0)rotate(-12deg)}50%{transform:translateY(-10px)rotate(-8deg)}}@keyframes float-money-right{0%,to{transform:translateY(0)rotate(11deg)}50%{transform:translateY(12px)rotate(16deg)}}@keyframes float-bill{0%,to{transform:translateY(0)rotate(-8deg)}50%{transform:translateY(-8px)rotate(-11deg)}}@keyframes float-phone-coin-top{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-12px)rotate(7deg)}}@keyframes float-phone-coin-bottom{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(10px)rotate(-8deg)}}.secondary-button{color:var(--blue-dark);background:var(--white);border:1px solid var(--line);padding:0 22px}.hero-note{color:#526078d1;text-align:center;margin:0;font-size:13px;font-weight:650;line-height:1.5}.steps-section{background:linear-gradient(#f7fbff 0%,#fff 50%,#eef5ff 100%);padding:44px clamp(18px,5vw,72px) 56px;position:relative}.steps-section:before{content:"";background:linear-gradient(90deg,#0000,#165dff2e,#0000);width:min(100%,920px);height:1px;position:absolute;top:0;left:50%;transform:translate(-50%)}.steps-header,.steps-list{z-index:1;width:min(920px,100%);margin:0 auto;position:relative}.steps-header{text-align:center;margin-bottom:26px}.section-eyebrow{color:var(--blue);letter-spacing:0;text-transform:uppercase;margin:0 0 8px;font-size:12px;font-weight:850}.steps-header h2{margin-bottom:10px}.steps-header p:not(.section-eyebrow){max-width:560px;color:var(--text);margin:0 auto;font-size:15px;font-weight:650;line-height:1.6}.steps-list{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.step-card{border-radius:var(--radius);cursor:pointer;background:#ffffffe0;border:1px solid #165dff1f;min-height:206px;padding:18px 16px 16px;transition:border-color .2s,box-shadow .2s,transform .2s;position:relative;overflow:hidden;box-shadow:0 18px 42px #082b6414}.step-card:hover,.step-card:focus-visible{border-color:#165dff4d;outline:none;transform:translateY(-2px);box-shadow:0 22px 50px #082b641f}.step-card[aria-disabled=true]{cursor:not-allowed;opacity:.72;transform:none}.step-card:after{content:"";background:#165dff0f;border-radius:50%;width:116px;height:116px;position:absolute;bottom:-30px;right:-22px}.step-card>*{z-index:1;position:relative}.step-number{color:#0a2d7838;margin-bottom:14px;font-size:26px;font-weight:950;line-height:1;display:block}.step-icon{border-radius:var(--radius);width:44px;height:44px;color:var(--blue);background:#165dff1a;place-items:center;margin-bottom:18px;display:grid}.step-icon svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.1px;width:23px;height:23px}.step-icon-green{color:#158b67;background:#23b5841f}.step-icon-gold{color:#9b6a00;background:#ffd66b42}.step-icon-red{color:#d5483d;background:#ff6f611f}.step-back-icon{z-index:1;color:#165dff2b;pointer-events:none;place-items:center;width:76px;height:76px;display:grid;position:absolute;bottom:7px;right:-3px}.step-back-icon svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;width:44px;height:44px}.step-back-icon-green{color:#23b5842b}.step-back-icon-gold{color:#9b6a0029}.step-back-icon-red{color:#d5483d29}.step-card h3{margin-bottom:8px;font-size:18px}.step-card p{color:var(--text);margin:0;font-size:13px;font-weight:650;line-height:1.55}.hero-visual{place-items:center;min-height:590px;display:grid;position:relative}.cash-float,.bill-stack{z-index:1;color:#855d00;pointer-events:none;place-items:center;font-weight:950;display:grid;position:absolute}.cash-float{background:var(--gold);border-radius:50%;box-shadow:0 18px 40px #d3950038}.cash-float-one{width:70px;height:70px;font-size:34px;animation:3.8s ease-in-out infinite float-money-left;top:64px;left:24px}.cash-float-two{width:52px;height:52px;font-size:25px;animation:4.6s ease-in-out .55s infinite float-money-right;top:190px;right:22px}.cash-float-three{width:48px;height:48px;font-size:23px;animation:4.4s ease-in-out .9s infinite float-money-left;top:330px;left:38px}.bill-stack{width:136px;height:76px;color:var(--blue);background:linear-gradient(135deg,#fff,#eaf2ff);border:2px solid #165dff24;border-radius:8px;font-size:38px;animation:4.2s ease-in-out .25s infinite float-bill;top:132px;left:0;box-shadow:12px 12px #165dff1f,0 18px 44px #082b641f}.bill-stack:before,.bill-stack:after{content:"";border-radius:999px;position:absolute}.bill-stack:before{border:1px solid #165dff2e;inset:13px}.bill-stack:after{background:#165dff33;width:34px;height:8px;bottom:14px;right:16px}.peso-card{z-index:2;border-radius:var(--radius);width:236px;box-shadow:var(--shadow);background:#ffffffeb;border:1px solid #165dff1f;padding:22px;position:absolute;bottom:66px;left:0}.peso-card span,.peso-card small{color:var(--muted);font-size:13px;font-weight:760;display:block}.peso-card strong{margin:8px 0 4px;font-size:42px;line-height:1;display:block}.phone-frame{background:#071a3d;border-radius:42px;width:292px;padding:12px;position:relative;box-shadow:0 34px 90px #08204c61}.phone-frame:before,.phone-frame:after{background:var(--gold);color:#855d00;content:"₱";border-radius:50%;place-items:center;font-weight:900;display:grid;position:absolute;box-shadow:0 18px 40px #d3950038}.phone-frame:before{animation:4.1s ease-in-out .3s infinite float-phone-coin-top}.phone-frame:after{animation:4.9s ease-in-out .8s infinite float-phone-coin-bottom}.phone-frame:before{width:68px;height:68px;font-size:32px;top:82px;right:-34px}.phone-frame:after{width:48px;height:48px;font-size:22px;bottom:74px;right:-26px}.phone-screen{background:#f8fbff;border-radius:32px;grid-template-rows:auto auto 1fr;display:grid;position:relative;overflow:hidden}.phone-status{height:36px;color:var(--ink);justify-content:space-between;align-items:center;padding:0 22px;font-size:12px;font-weight:800;display:flex}.app-header{color:var(--white);background:linear-gradient(145deg, var(--blue), #5aa8ff);border-bottom-right-radius:28px;border-bottom-left-radius:28px;padding:24px 22px 56px;position:relative}.app-header span,.app-header b{display:block}.app-header span{margin-bottom:18px;font-size:15px;font-weight:800}.app-header b{letter-spacing:0;max-width:210px;font-size:26px;line-height:1.08}.amount-panel{z-index:2;border-radius:var(--radius);background:var(--white);text-align:center;border:1px solid #e3ecfb;margin:-42px 18px 0;padding:18px 18px 16px;position:relative;box-shadow:0 18px 44px #17418224}.amount-panel small{color:var(--muted);margin-bottom:8px;font-size:11px;font-weight:850;display:block}.amount-panel strong{color:var(--ink);white-space:nowrap;font-size:40px;font-weight:950;line-height:1;display:block}.range-track{background:#dce9ff;border-radius:999px;height:8px;margin-top:16px;overflow:hidden}.range-track span{border-radius:inherit;background:var(--blue);width:68%;height:100%;display:block}.loan-meta{grid-template-columns:1fr;justify-items:center;gap:10px;margin-top:10px;display:grid}.loan-meta span{min-width:72px;min-height:22px;color:var(--blue-dark);background:#eaf2ffbd;border-radius:999px;place-items:center;padding:0 10px;font-size:11px;font-weight:740;display:grid}.phone-checks{gap:13px;margin:28px 24px 24px;padding:0 0 8px;list-style:none;display:grid}.phone-checks li{color:#263955;padding-left:40px;font-size:13px;font-weight:800;position:relative}.phone-check-icon{border-radius:var(--radius);background:var(--blue-soft);width:28px;height:28px;color:var(--blue);place-items:center;display:grid;position:absolute;top:-5px;left:0}.phone-check-icon svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.2px;width:16px;height:16px}.icon-speed svg{fill:currentColor;stroke-width:0}@media (width<=900px){.hero-section{min-height:auto;padding-bottom:42px}.hero-grid{grid-template-columns:1fr;gap:34px;padding-top:42px}.hero-copy{max-width:none}.hero-visual{min-height:540px}.peso-card{bottom:38px;left:4px}.steps-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=0){.hero-section{min-height:auto;padding:18px 16px 28px}.brand{font-size:16px}.brand-mark{width:34px;height:34px}.language-trigger{min-height:36px;padding:0 9px}.language-menu{width:158px}.language-option{min-height:46px;padding:0 11px}.hero-grid{flex-direction:column;gap:16px;padding-top:38px;display:flex}.hero-copy{display:contents}.hero-copy .eyebrow,.hero-copy h1,.hero-text,.money-strip,.secondary-button{display:none}h1{max-width:420px;margin-bottom:16px;font-size:38px;line-height:1.02}h2{font-size:30px}.hero-text{max-width:360px;margin-bottom:14px;font-size:16px;line-height:1.5}.money-strip{gap:8px;margin:0 0 18px}.money-strip span{min-height:30px;padding:0 10px;font-size:13px}.hero-actions{order:2;width:calc(100% - 28px);margin:16px auto;display:block}.primary-button{transform-origin:50%;border-radius:999px;width:100%;min-height:54px;animation:1.85s ease-in-out infinite cta-pulse;box-shadow:0 16px 34px #165dff6b,0 0 0 8px #165dff14}.secondary-button{display:none}.hero-note{color:#526078bd;order:3;width:100%;margin-top:-2px;font-size:12px}.steps-section{padding:34px 16px 44px}.steps-header{text-align:left;margin-bottom:20px}.steps-header h2{margin-bottom:8px;font-size:28px}.steps-header p:not(.section-eyebrow){max-width:none;font-size:14px}.steps-list{grid-template-columns:1fr;gap:12px}.step-card{grid-template-columns:54px 1fr;align-items:center;column-gap:14px;min-height:112px;padding:16px 112px 16px 16px;display:grid}.step-card:after{width:126px;height:126px;bottom:-42px;right:-25px}.step-number{margin:0;font-size:24px;position:absolute;top:13px;right:15px}.step-icon{margin:0}.step-card h3{margin-bottom:5px;font-size:17px}.step-card p{font-size:13px}.step-back-icon{width:74px;height:74px;bottom:7px;right:12px}.step-back-icon svg{width:42px;height:42px}.hero-visual{order:1;width:100%;min-height:440px;padding-bottom:0}.cash-float-one{width:48px;height:48px;font-size:24px;top:12px;left:10px}.cash-float-two{width:38px;height:38px;font-size:19px;top:242px;right:22px}.cash-float-three{width:38px;height:38px;font-size:19px;top:318px;left:32px}.bill-stack{width:78px;height:44px;font-size:22px;top:212px;left:34px}.phone-frame{border-radius:34px;width:min(232px,72vw);padding:10px}.phone-frame:before{width:48px;height:48px;font-size:23px;top:128px;right:-24px}.phone-frame:after{width:42px;height:42px;font-size:20px;bottom:48px;right:-18px}.peso-card{display:none}.app-header b{max-width:170px;font-size:20px;line-height:1.12}.phone-screen{border-radius:26px}.phone-status{height:30px;padding:0 18px;font-size:11px}.app-header{border-bottom-right-radius:24px;border-bottom-left-radius:24px;padding:19px 18px 46px}.app-header span{margin-bottom:10px;font-size:13px}.amount-panel{margin:-36px 14px 0;padding:16px 14px 14px}.amount-panel small{margin-bottom:8px;font-size:11px}.amount-panel strong{font-size:38px}.range-track{height:7px;margin-top:13px}.loan-meta{gap:8px;margin-top:10px}.loan-meta span{min-width:72px;min-height:22px;padding:0 10px;font-size:11px}.phone-checks{gap:14px;margin:22px 18px 20px;padding-bottom:6px}.phone-checks li{align-items:center;min-height:26px;padding-left:34px;font-size:12px;display:flex}.phone-check-icon{width:25px;height:25px;top:0}.phone-check-icon svg{width:15px;height:15px}}.loan-agreement-page[data-v-2acf6021]{color:#2d3436;background-color:#fff;max-width:850px;min-height:100svh;margin:0 auto;padding:50px 30px;font-family:Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:14px;line-height:1.6}.loan-agreement-page[data-v-2acf6021] *{box-sizing:border-box}.loan-agreement-title[data-v-2acf6021]{color:#1e272e;letter-spacing:0;text-align:center;width:100vw;max-width:none;margin:0 0 20px calc(50% - 50vw);font-size:1.55em;line-height:1.25;display:block}.parties[data-v-2acf6021]{background-color:#f8f9fa;border-radius:8px;margin-bottom:40px;padding:20px}.parties h3[data-v-2acf6021],.clause h3[data-v-2acf6021]{color:#2d3436;margin:0 0 15px;font-size:1em;line-height:1.3}p[data-v-2acf6021]{margin:0 0 8px}.placeholder[data-v-2acf6021]{color:#0984e3;border-bottom:1px dashed #0984e3;padding:0 4px;font-weight:500}.loan-details[data-v-2acf6021]{border-collapse:collapse;width:100%;margin-bottom:40px}.loan-details td[data-v-2acf6021]{vertical-align:top;border-bottom:1px solid #eee;padding:10px 15px}.loan-details tr td[data-v-2acf6021]:last-child{text-align:right}.borrower-parties[data-v-2acf6021]{margin-top:20px}.clause[data-v-2acf6021]{margin-bottom:30px}.clause p[data-v-2acf6021],.clause ul[data-v-2acf6021]{color:#485460;font-size:.95rem}.clause ul[data-v-2acf6021]{margin:0 0 8px;padding-left:20px}.signature[data-v-2acf6021]{border-top:1px solid #eee;margin-top:50px;padding-top:30px}.signature-space[data-v-2acf6021]{margin-top:24px}@media (width<=768px){.loan-agreement-page[data-v-2acf6021]{padding:32px 20px}.clause[data-v-2acf6021]{margin-bottom:24px}.loan-details[data-v-2acf6021]{display:block;overflow-x:auto}.loan-details td[data-v-2acf6021]{min-width:210px}}@media print{.loan-agreement-page[data-v-2acf6021]{padding:20px}}
