body,html{margin:0;padding:0;width:100%;min-height:100%}body{background:#ffffff;color:#111827;font-family:Arial,Helvetica,sans-serif}a{color:inherit}button,input,select,textarea{font:inherit}.phone-screen{position:relative;width:100%;height:100%;padding:24px 20px 82px;background:#ffffff;border-radius:32px;overflow:hidden;font-family:Arial,sans-serif;color:#111827}.phone-header{justify-content:space-between;margin-bottom:22px}.phone-brand,.phone-header{display:flex;align-items:center}.phone-brand{gap:9px}.phone-logo{width:43px;height:43px;object-fit:contain;border-radius:11px}.phone-brand-name{font-size:16px;font-weight:800;line-height:18px}.phone-connect{font-size:11px;color:#667085;margin-top:2px}.notification-button{width:38px;height:38px;border:1px solid #e8ecef;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#111827;background:#ffffff}.phone-location{gap:10px;margin-bottom:17px}.location-icon,.phone-location{display:flex;align-items:center}.location-icon{width:36px;height:36px;border-radius:11px;background:#effff6;color:#16c47f;justify-content:center}.phone-location span{display:block;font-size:10px;color:#98a2b3;margin-bottom:3px}.phone-location strong{display:block;font-size:13px;font-weight:700}.phone-search{height:46px;border:1px solid #e8ecef;border-radius:15px;display:flex;align-items:center;gap:10px;padding:0 14px;color:#98a2b3;font-size:12px;margin-bottom:15px;background:#fafbfc}.phone-categories{display:flex;gap:7px;overflow:hidden;margin-bottom:22px}.phone-categories span{flex:0 0 auto;padding:8px 12px;border-radius:20px;background:#f4f6f7;color:#667085;font-size:9px;font-weight:700}.phone-categories span.active{background:#16c47f;color:#ffffff}.phone-nearby-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.phone-nearby-header h3{margin:0;font-size:17px;font-weight:800}.phone-nearby-header p{margin:3px 0 0;color:#98a2b3;font-size:9px}.nearby-link{color:#16c47f;font-size:10px;font-weight:700}.phone-listing{display:flex;gap:11px;padding:11px;margin-bottom:10px;border:1px solid #e8ecef;border-radius:16px;background:#ffffff;box-shadow:0 5px 15px rgba(16,24,40,.035)}.listing-image{width:58px;height:58px;flex:0 0 58px;border-radius:13px;background:#effff6;display:flex;align-items:center;justify-content:center;font-size:25px}.listing-content{min-width:0;padding-top:2px}.listing-tag{color:#16c47f;font-size:8px;font-weight:800;margin-bottom:4px}.listing-content h4{margin:0 0 5px;font-size:12px;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.listing-content p{margin:0;color:#98a2b3;font-size:9px}.phone-bottom-nav{position:absolute;left:0;right:0;bottom:0;height:68px;padding:7px 13px 8px;background:rgba(255,255,255,.98);border-top:1px solid #e8ecef;justify-content:space-around}.bottom-item,.phone-bottom-nav{display:flex;align-items:center}.bottom-item{width:45px;flex-direction:column;gap:3px;color:#98a2b3}.bottom-item span{font-size:18px;line-height:20px}.bottom-item small{font-size:8px;font-weight:600}.bottom-item.active{color:#16c47f}.bottom-add{width:42px;height:42px;border-radius:14px;background:#16c47f;color:#ffffff;display:flex;align-items:center;justify-content:center;font-size:25px;font-weight:300;box-shadow:0 7px 18px rgba(22,196,127,.25)}.build-section{width:100%;padding:110px 24px;background:#ffffff}.build-container{width:100%;max-width:1180px;margin:0 auto}.build-heading{max-width:700px;margin:0 auto 55px;text-align:center}.section-label{display:inline-flex;align-items:center;justify-content:center;padding:7px 13px;border-radius:999px;background:#effff6;color:#16c47f;font-size:11px;font-weight:800;letter-spacing:.08em;margin-bottom:17px}.build-heading h2{margin:0;color:#111827;font-size:clamp(34px,4vw,52px);line-height:1.08;letter-spacing:-.04em;font-weight:800}.build-heading p{max-width:570px;margin:19px auto 0;color:#667085;font-size:16px;line-height:1.7}.build-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.build-card{position:relative;min-height:320px;padding:32px;border:1px solid #e8ecef;border-radius:24px;background:#ffffff;box-shadow:0 8px 30px rgba(16,24,40,.035);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.build-card:hover{transform:translateY(-5px);border-color:#cdeedf;box-shadow:0 18px 45px rgba(16,24,40,.08)}.build-card.featured{background:#effff6;border-color:#d8f6e7}.build-icon{width:54px;height:54px;display:flex;align-items:center;justify-content:center;margin-bottom:28px;border-radius:16px;background:#effff6;color:#16c47f}.build-card.featured .build-icon{background:#ffffff}.build-card h3{margin:0 0 13px;color:#111827;font-size:21px;line-height:1.25;font-weight:800;letter-spacing:-.02em}.build-card p{margin:0;color:#667085;font-size:14px;line-height:1.7}.build-link{position:absolute;left:32px;bottom:29px;display:flex;align-items:center;gap:8px;color:#16c47f;font-size:13px;font-weight:800}.build-link span{font-size:18px;line-height:1;transition:transform .2s ease}.build-card:hover .build-link span{transform:translateX(4px)}@media (max-width:800px){.build-section{padding:75px 20px}.build-heading{margin-bottom:38px}.build-heading h2{font-size:34px}.build-heading h2 br{display:none}.build-heading p{font-size:14px}.build-grid{grid-template-columns:1fr;gap:16px}.build-card{min-height:285px;padding:26px;border-radius:21px}.build-icon{width:50px;height:50px;margin-bottom:24px}.build-card h3{font-size:20px}.build-card p{font-size:14px}.build-link{left:26px;bottom:25px}}.products-section{width:100%;padding:115px 24px;background:#f9fbfa}.products-container{width:100%;max-width:1180px;margin:0 auto}.products-heading{max-width:720px;margin:0 auto 55px;text-align:center}.products-heading h2{margin:0;color:#111827;font-size:clamp(34px,4vw,52px);line-height:1.08;letter-spacing:-.04em;font-weight:800}.products-heading p{max-width:570px;margin:19px auto 0;color:#667085;font-size:16px;line-height:1.7}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.product-card{position:relative;min-height:410px;padding:30px;border:1px solid #e8ecef;border-radius:26px;background:#ffffff;box-shadow:0 10px 35px rgba(16,24,40,.035);display:flex;flex-direction:column;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.product-card:hover{transform:translateY(-6px);border-color:#cdeedf;box-shadow:0 20px 50px rgba(16,24,40,.08)}.product-business{background:#effff6;border-color:#d8f6e7}.product-marketplace,.product-tools{background:#ffffff}.product-card-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:30px}.product-icon{width:58px;height:58px;border-radius:17px;background:#effff6;color:#16c47f;display:flex;align-items:center;justify-content:center}.product-business .product-icon{background:#ffffff}.product-status{padding:7px 11px;border-radius:999px;background:#f4f6f7;color:#667085;font-size:9px;font-weight:800;letter-spacing:.05em}.active-status{background:#dff9ec;color:#119c65}.product-content{flex:1}.product-category{display:block;margin-bottom:10px;color:#16c47f;font-size:10px;font-weight:800;letter-spacing:.07em}.product-content h3{margin:0 0 12px;color:#111827;font-size:24px;line-height:1.2;font-weight:800;letter-spacing:-.025em}.product-content p{max-width:300px;margin:0;color:#667085;font-size:14px;line-height:1.7}.product-features{display:flex;flex-wrap:wrap;gap:7px;margin-top:25px}.product-features span{padding:7px 10px;border-radius:9px;background:#f5f7f7;color:#667085;font-size:10px;font-weight:700}.product-business .product-features span{background:#ffffff}.product-footer{display:flex;align-items:center;justify-content:space-between;padding-top:25px;margin-top:25px;border-top:1px solid #e8ecef}.product-coming{color:#667085;font-size:12px;font-weight:700}.product-arrow{width:39px;height:39px;border:0;border-radius:12px;background:#16c47f;color:#ffffff;display:flex;align-items:center;justify-content:center;font-size:19px;cursor:pointer;transition:transform .2s ease}.product-card:hover .product-arrow{transform:translateX(3px)}@media (max-width:800px){.products-section{padding:75px 20px}.products-heading{margin-bottom:38px}.products-heading h2{font-size:34px}.products-heading h2 br{display:none}.products-heading p{font-size:14px}.products-grid{grid-template-columns:1fr;gap:16px}.product-card{min-height:370px;padding:26px;border-radius:22px}.product-card-top{margin-bottom:25px}.product-icon{width:52px;height:52px;border-radius:15px}.product-content h3{font-size:22px}.product-content p{font-size:14px}.product-footer{padding-top:21px;margin-top:21px}}.philosophy-section{width:100%;padding:120px 24px;background:#ffffff;overflow:hidden}.philosophy-container{width:100%;max-width:1180px;margin:0 auto;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:80px}.philosophy-content{max-width:600px}.philosophy-content h2{margin:0;color:#111827;font-size:clamp(38px,4.5vw,58px);line-height:1.05;letter-spacing:-.045em;font-weight:800}.philosophy-intro{margin:25px 0 0;color:#667085;font-size:17px;line-height:1.7}.philosophy-needs{margin-top:32px}.philosophy-needs>p{margin:0 0 13px;color:#111827;font-size:14px;font-weight:700}.philosophy-points{display:flex;flex-wrap:wrap;gap:10px}.philosophy-points span{padding:10px 16px;border-radius:999px;background:#effff6;color:#16c47f;font-size:14px;font-weight:800}.philosophy-divider{width:100%;max-width:480px;height:1px;margin:35px 0 28px;background:#e8ecef}.philosophy-bottom{max-width:510px;margin:0;color:#111827;font-size:19px;line-height:1.55;font-weight:700}.philosophy-visual{position:relative;min-height:470px;display:flex;align-items:center;justify-content:center}.philosophy-orbit{position:absolute;border-radius:50%;border:1px solid #d9f5e7}.orbit-one{width:420px;height:420px}.orbit-two{width:330px;height:330px;border-color:#c9efdc}.philosophy-card{position:relative;z-index:2;width:350px;padding:34px;border:1px solid #dff1e8;border-radius:28px;background:#effff6;box-shadow:0 25px 60px rgba(22,196,127,.1),0 10px 30px rgba(16,24,40,.05)}.philosophy-card-icon{width:58px;height:58px;margin-bottom:25px;border-radius:17px;background:#ffffff;color:#16c47f;display:flex;align-items:center;justify-content:center}.philosophy-card>span{display:block;margin-bottom:11px;color:#16a96f;font-size:10px;font-weight:800;letter-spacing:.08em}.philosophy-card h3{margin:0;color:#111827;font-size:27px;line-height:1.2;letter-spacing:-.025em;font-weight:800}.philosophy-mini-list{display:flex;flex-direction:column;gap:11px;margin-top:28px;padding-top:22px;border-top:1px solid #d8eee2}.philosophy-mini-list>div{gap:10px;color:#667085;font-weight:600}.mini-check,.philosophy-mini-list>div{display:flex;align-items:center;font-size:12px}.mini-check{width:23px;height:23px;flex-shrink:0;border-radius:50%;background:#ffffff;color:#16c47f;justify-content:center;font-weight:800}@media (max-width:800px){.philosophy-section{padding:80px 20px}.philosophy-container{grid-template-columns:1fr;gap:55px}.philosophy-content h2{font-size:38px}.philosophy-content h2 br{display:none}.philosophy-intro{font-size:15px}.philosophy-bottom{font-size:17px}.philosophy-visual{min-height:390px}.orbit-one{width:330px;height:330px}.orbit-two{width:270px;height:270px}.philosophy-card{width:min(350px,90%);padding:28px}.philosophy-card h3{font-size:24px}}.process-section{width:100%;padding:120px 24px;background:#f8faf9;border-top:1px solid #e8ecef}.process-container{width:100%;max-width:1180px;margin:0 auto;display:grid;grid-template-columns:.8fr 1.2fr;gap:90px;align-items:start}.process-heading{position:sticky;top:100px}.process-heading h2{margin:0;color:#111827;font-size:clamp(40px,4.5vw,58px);line-height:1.05;letter-spacing:-.045em;font-weight:800}.process-heading p{max-width:430px;margin:25px 0 0;color:#667085;font-size:16px;line-height:1.7}.process-steps{display:flex;flex-direction:column}.process-step{display:flex;gap:25px;padding:28px 30px;background:#ffffff;border:1px solid #e8ecef;border-radius:22px;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.process-step:hover{transform:translateY(-3px);border-color:#cdeedf;box-shadow:0 15px 35px rgba(16,24,40,.06)}.process-number{width:52px;height:52px;flex-shrink:0;display:flex;align-items:center;justify-content:center;border-radius:16px;background:#effff6;color:#16c47f;font-size:15px;font-weight:800}.process-step-content{padding-top:2px}.process-label{display:block;margin-bottom:7px;color:#16a96f;font-size:10px;font-weight:800;letter-spacing:.1em}.process-step-content h3{margin:0;color:#111827;font-size:22px;line-height:1.25;letter-spacing:-.02em;font-weight:800}.process-step-content p{max-width:450px;margin:9px 0 0;color:#667085;font-size:14px;line-height:1.65}.process-arrow{width:52px;height:52px;margin:4px 0;display:flex;align-items:center;justify-content:center;color:#16c47f;font-size:22px;font-weight:700}@media (max-width:800px){.process-section{padding:80px 20px}.process-container{grid-template-columns:1fr;gap:50px}.process-heading{position:static}.process-heading h2{font-size:40px}.process-heading h2 br{display:none}.process-heading p{font-size:15px}.process-step{gap:17px;padding:22px;border-radius:20px}.process-number{width:46px;height:46px;border-radius:14px;font-size:13px}.process-step-content h3{font-size:19px}.process-step-content p{font-size:13px}.process-arrow{width:46px;height:35px;font-size:20px}}.business-section{width:100%;padding:120px 24px;background:#ffffff}.business-container{width:100%;max-width:1180px;margin:0 auto}.business-heading{max-width:760px;margin:0 auto;text-align:center}.business-heading h2{margin:0;color:#111827;font-size:clamp(38px,4.5vw,56px);line-height:1.08;letter-spacing:-.045em;font-weight:800}.business-heading p{max-width:650px;margin:24px auto 0;color:#667085;font-size:16px;line-height:1.7}.business-categories{margin-top:55px;display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.business-category{min-height:105px;display:flex;align-items:center;justify-content:center;padding:20px;border:1px solid #e8ecef;border-radius:20px;background:#ffffff;color:#111827;font-size:15px;font-weight:700;text-align:center;transition:transform .25s ease,border-color .25s ease,background .25s ease,box-shadow .25s ease}.business-category:hover{transform:translateY(-4px);border-color:#bfead5;background:#effff6;color:#16a96f;box-shadow:0 12px 30px rgba(16,24,40,.05)}.business-cta{margin-top:45px;display:flex;justify-content:center}.business-button{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:52px;padding:0 24px 0 27px;border-radius:999px;background:#16c47f;color:#ffffff;text-decoration:none;font-size:14px;font-weight:800;box-shadow:0 10px 25px rgba(22,196,127,.18);transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.business-button span{font-size:19px;line-height:1;transition:transform .2s ease}.business-button:hover{background:#12b874;transform:translateY(-2px);box-shadow:0 14px 30px rgba(22,196,127,.24)}.business-button:hover span{transform:translateX(3px)}@media (max-width:800px){.business-section{padding:80px 20px}.business-heading h2{font-size:38px}.business-heading h2 br{display:none}.business-heading p{font-size:15px}.business-categories{margin-top:40px;grid-template-columns:repeat(2,1fr);gap:10px}.business-category{min-height:82px;border-radius:17px;font-size:13px}.business-cta{margin-top:35px}.business-button{width:100%;padding:0 20px}}.why-section{width:100%;padding:120px 24px;background:#f8faf9;border-top:1px solid #e8ecef}.why-container{width:100%;max-width:1180px;margin:0 auto}.why-heading{max-width:720px;margin:0 auto;text-align:center}.why-heading h2{margin:0;color:#111827;font-size:clamp(40px,4.5vw,58px);line-height:1.06;letter-spacing:-.045em;font-weight:800}.why-heading p{max-width:600px;margin:24px auto 0;color:#667085;font-size:16px;line-height:1.7}.why-grid{margin-top:60px;gap:16px}.why-card{min-height:270px;padding:30px;background:#ffffff;border:1px solid #e8ecef;border-radius:24px;display:flex;flex-direction:column;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.why-card:hover{transform:translateY(-5px);border-color:#c5ead8;box-shadow:0 18px 40px rgba(16,24,40,.06)}.why-icon{width:50px;height:50px;display:flex;align-items:center;justify-content:center;margin-bottom:30px;border-radius:16px;background:#effff6;color:#16c47f;font-size:21px;font-weight:800}.why-card h3{margin:0;color:#111827;font-size:19px;line-height:1.3;letter-spacing:-.02em;font-weight:800}.why-card p{margin:11px 0 0;color:#667085;font-size:14px;line-height:1.65}@media (max-width:900px){.why-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.why-section{padding:80px 20px}.why-heading h2{font-size:40px}.why-heading h2 br{display:none}.why-heading p{font-size:15px}.why-grid{margin-top:40px;grid-template-columns:1fr;gap:12px}.why-card{min-height:auto;padding:25px;border-radius:20px}.why-icon{margin-bottom:22px}}.tools-section{width:100%;padding:120px 24px;background:#ffffff;border-top:1px solid #e8ecef}.tools-container{width:100%;max-width:1180px;margin:0 auto}.tools-heading{max-width:720px;margin:0 auto;text-align:center}.tools-heading h2{margin:0;color:#111827;font-size:clamp(40px,4.5vw,58px);line-height:1.06;letter-spacing:-.045em;font-weight:800}.tools-heading p{max-width:620px;margin:24px auto 0;color:#667085;font-size:16px;line-height:1.7}.tools-grid{margin-top:58px;display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.tool-card{min-height:205px;padding:28px;background:#ffffff;border:1px solid #e8ecef;border-radius:22px;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.tool-card:hover{transform:translateY(-5px);border-color:#c5ead8;box-shadow:0 18px 40px rgba(16,24,40,.06)}.tool-icon{width:50px;height:50px;margin-bottom:25px;display:flex;align-items:center;justify-content:center;border-radius:15px;background:#effff6;color:#16c47f;font-size:18px;font-weight:800}.tool-card h3{margin:0;color:#111827;font-size:19px;line-height:1.3;letter-spacing:-.02em;font-weight:800}.tool-card p{max-width:300px;margin:9px 0 0;color:#667085;font-size:14px;line-height:1.65}.tools-cta{margin-top:45px;display:flex;justify-content:center}.tools-button{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:52px;padding:0 25px 0 28px;border-radius:999px;background:#16c47f;color:#ffffff;text-decoration:none;font-size:14px;font-weight:800;box-shadow:0 10px 25px rgba(22,196,127,.18);transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.tools-button span{font-size:19px;transition:transform .2s ease}.tools-button:hover{background:#12b874;transform:translateY(-2px);box-shadow:0 14px 30px rgba(22,196,127,.24)}.tools-button:hover span{transform:translateX(3px)}@media (max-width:900px){.tools-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.tools-section{padding:80px 20px}.tools-heading h2{font-size:40px}.tools-heading h2 br{display:none}.tools-heading p{font-size:15px}.tools-grid{margin-top:40px;grid-template-columns:1fr;gap:12px}.tool-card{min-height:auto;padding:24px;border-radius:20px}.tool-icon{margin-bottom:20px}.tools-cta{margin-top:35px}.tools-button{width:100%}}.final-cta-section{width:100%;padding:120px 24px;background:#effff6;border-top:1px solid #dff3e9}.final-cta-container{width:100%;max-width:1000px;margin:0 auto}.final-cta-content{position:relative;overflow:hidden;padding:75px 40px;border-radius:32px;background:#ffffff;border:1px solid #dcefe6;text-align:center;box-shadow:0 20px 60px rgba(16,24,40,.06)}.final-cta-content:after,.final-cta-content:before{content:"";position:absolute;border-radius:50%;pointer-events:none}.final-cta-content:before{width:220px;height:220px;top:-120px;left:-100px;background:#effff6}.final-cta-content:after{width:260px;height:260px;right:-130px;bottom:-150px;background:#effff6}.final-cta-content>*{position:relative;z-index:1}.final-cta-label{display:inline-block;margin-bottom:16px}.final-cta-content h2{margin:0;color:#111827;font-size:clamp(40px,5vw,60px);line-height:1.05;letter-spacing:-.05em;font-weight:800}.final-cta-content p{max-width:560px;margin:23px auto 0;color:#667085;font-size:17px;line-height:1.7}.final-cta-buttons{margin-top:34px;display:flex;align-items:center;justify-content:center;gap:12px}.final-cta-primary,.final-cta-secondary{min-height:52px;padding:0 25px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;text-decoration:none;font-size:14px;font-weight:800;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease}.final-cta-primary{gap:12px;padding-left:27px;background:#16c47f;color:#ffffff;box-shadow:0 10px 25px rgba(22,196,127,.2)}.final-cta-primary span{font-size:19px;transition:transform .2s ease}.final-cta-primary:hover{background:#12b874;transform:translateY(-2px);box-shadow:0 14px 30px rgba(22,196,127,.25)}.final-cta-primary:hover span{transform:translateX(3px)}.final-cta-secondary{background:#ffffff;color:#111827;border:1px solid #e1e6ea}.final-cta-secondary:hover{transform:translateY(-2px);border-color:#bfe8d4;background:#f8faf9}@media (max-width:600px){.final-cta-section{padding:80px 20px}.final-cta-content{padding:60px 22px;border-radius:26px}.final-cta-content h2{font-size:40px}.final-cta-content h2 br{display:none}.final-cta-content p{font-size:15px}.final-cta-buttons{flex-direction:column;width:100%}.final-cta-primary,.final-cta-secondary{width:100%}}.site-footer{width:100%;background:#111827;color:#ffffff}.footer-container{width:100%;max-width:1180px;margin:0 auto;padding:80px 24px 70px;display:grid;grid-template-columns:1.6fr repeat(4,1fr);gap:55px}.footer-brand{max-width:250px}.footer-logo{display:inline-flex;align-items:center;text-decoration:none}.footer-logo img{display:block;width:150px;height:auto;object-fit:contain}.footer-brand p{margin:22px 0 0;color:#98a2b3;font-size:14px;line-height:1.7}.footer-column{display:flex;flex-direction:column;align-items:flex-start}.footer-column h3{margin:4px 0 20px;color:#ffffff;font-size:13px;font-weight:800;letter-spacing:.01em}.footer-column a{margin-bottom:13px;color:#98a2b3;font-size:13px;line-height:1.5;text-decoration:none;transition:color .2s ease,transform .2s ease}.footer-column a:hover{color:#16c47f;transform:translateX(2px)}.footer-bottom{border-top:1px solid rgba(255,255,255,.08)}.footer-bottom-container{width:100%;max-width:1180px;margin:0 auto;padding:24px}.footer-bottom p{margin:0;color:#667085;font-size:12px}@media (max-width:900px){.footer-container{grid-template-columns:1.5fr repeat(2,1fr);gap:45px 35px}.footer-brand{grid-column:1/-1;max-width:360px}}@media (max-width:600px){.footer-container{padding:60px 20px 45px;grid-template-columns:repeat(2,1fr);gap:40px 25px}.footer-brand{grid-column:1/-1;max-width:300px}.footer-logo img{width:135px}.footer-brand p{margin-top:17px;font-size:13px}.footer-column h3{margin-bottom:16px}.footer-column a{margin-bottom:11px;font-size:12px}.footer-bottom-container{padding:20px}.footer-bottom p{font-size:11px}}.site-logo-image{display:block;width:auto;height:38px;max-width:180px;object-fit:contain}@media (max-width:768px){.site-logo-image{height:34px;max-width:150px}}.about-logo img,.ai-solutions-logo img,.app-dev-logo img,.business-brand img,.business-logo img,.business-software-logo img,.connect-logo img,.contact-logo img,.creator-logo img,.ft-logo img,.growing-company-logo img,.individual-logo img,.pricing-logo img,.products-brand img,.saas-logo img,.small-business-logo img,.startup-launch-logo img,.startup-logo img,.webdev-logo img{display:block;width:auto;height:38px;max-width:180px;object-fit:contain}@media (max-width:768px){.about-logo img,.ai-solutions-logo img,.app-dev-logo img,.business-brand img,.business-logo img,.business-software-logo img,.connect-logo img,.contact-logo img,.creator-logo img,.ft-logo img,.growing-company-logo img,.individual-logo img,.pricing-logo img,.products-brand img,.saas-logo img,.small-business-logo img,.startup-launch-logo img,.startup-logo img,.webdev-logo img{height:32px;max-width:150px}}:root{--blue:#1559e8;--cyan:#35d7ff;--purple:#9d36ee;--pink:#ef39c8;--ink:#101536;--muted:#67708d;--line:#e4e8f2;--surface:#ffffff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#f7f9fe;color:var(--ink)}main{overflow:hidden}.container{width:min(1180px,calc(100% - 48px));margin:auto}.hero{min-height:520px;color:white;background:radial-gradient(circle at 78% 40%,rgba(36,84,221,.42),transparent 25%),radial-gradient(circle at 98% 100%,rgba(161,29,206,.32),transparent 38%),linear-gradient(120deg,#080e2c,#070b25 55%,#10133c);position:relative}.hero:after{content:"";position:absolute;inset:0;pointer-events:none;opacity:.3;background-image:radial-gradient(#fff 1px,transparent 0);background-size:160px 130px}.hero-content,.navbar{position:relative;z-index:1}.navbar{height:66px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand img{width:112px;height:auto;object-fit:contain}.nav-links{display:flex;align-items:center;gap:28px;font-size:12px}.footer a,.nav-links a{color:inherit;text-decoration:none}.footer a:hover,.nav-links a:hover{color:var(--cyan)}.all-apps-button,.nav-button,.primary-button,.secondary-button{display:inline-flex;align-items:center;justify-content:center;gap:12px;border-radius:7px;text-decoration:none;font-size:12px;font-weight:800;transition:transform .2s ease,box-shadow .2s ease}.all-apps-button,.nav-button,.primary-button{color:white;background:linear-gradient(100deg,#2468ed,#bc20d4);box-shadow:0 8px 24px rgba(59,63,225,.25)}.nav-button{padding:12px 20px}.primary-button{padding:14px 22px}.secondary-button{padding:13px 22px;color:white;border:1px solid rgba(255,255,255,.35)}.all-apps-button:hover,.nav-button:hover,.primary-button:hover,.secondary-button:hover{transform:translateY(-2px)}.hero-content{min-height:454px;display:grid;grid-template-columns:.92fr 1.08fr;align-items:center;gap:25px}.hero-copy{padding-bottom:24px}.eyebrow,.tag{display:inline-block;font-size:10px;font-weight:800;letter-spacing:1.4px;color:#61d8ff}.hero h1{margin:12px 0;font-size:clamp(42px,5vw,65px);line-height:.98;letter-spacing:-2px}.hero h1 span{color:#ba3deb}.hero-copy>p{max-width:420px;color:#d3d8ee;line-height:1.55;font-size:15px}.hero-actions{display:flex;gap:13px;margin-top:25px}.trust-row{display:flex;align-items:center;gap:9px;margin-top:30px;color:#c9cce0;font-size:10px}.avatars{display:flex;margin-left:4px}.avatars i{width:23px;height:23px;display:grid;place-items:center;margin-left:-4px;border:2px solid #101333;border-radius:50%;color:white;background:linear-gradient(145deg,#ef9e73,#4657c9);font-style:normal;font-size:9px}.stars{color:#ffd22f;letter-spacing:1px;margin-left:8px}.orbit-area{height:410px;position:relative}.orbit{position:absolute;border:1px solid rgba(72,181,255,.35);border-radius:50%;left:50%;top:51%;transform:translate(-50%,-50%)}.orbit-one{width:300px;height:190px}.orbit-one,.orbit-two{transform:translate(-50%,-50%) rotate(15deg)}.orbit-two{width:430px;height:265px}.orbit-three{width:560px;height:340px;transform:translate(-50%,-50%) rotate(15deg);opacity:.45}.doova-orb{position:absolute;left:50%;top:51%;width:150px;height:150px;display:flex;flex-direction:column;align-items:center;justify-content:center;transform:translate(-50%,-50%);border:2px solid #50caff;border-radius:50%;background:radial-gradient(circle,#1e71e8,#07133d 70%);box-shadow:0 0 22px #299cff,inset 0 0 30px #2879ff}.doova-orb img{width:105px;height:auto}.doova-orb small{font-size:6px;color:#bceeff;margin-top:4px}.orbit-card{position:absolute;display:flex;align-items:center;gap:13px;min-width:130px;padding:14px 20px;border:1px solid #5b8aff;border-radius:30px;background:rgba(35,102,229,.82);box-shadow:0 0 20px rgba(43,159,255,.5);font-size:12px}.orbit-card span{font-size:21px}.utility-card{right:11%;top:16%;background:rgba(26,165,137,.85);border-color:#67e3c4}.business-card{left:6%;top:16%}.consumer-card{left:30%;bottom:9%;background:linear-gradient(100deg,#5e2fbb,#c727bf);border-color:#d078ff}.category-section{padding:22px 0 18px}.section-title{display:flex;align-items:center;justify-content:center;gap:14px;margin:0 0 14px}.section-title span{width:32px;height:3px;background:linear-gradient(90deg,#1d6eea,#c62ad9);border-radius:8px}.section-title h2{margin:0;font-size:16px}.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.app-group{padding:16px 14px 13px;border:1px solid var(--line);border-radius:15px;background:rgba(255,255,255,.75);box-shadow:0 5px 20px rgba(39,60,120,.05)}.group-heading{display:flex;gap:10px;align-items:center}.group-icon,.store-icon{display:grid;place-items:center;width:27px;height:27px;border-radius:7px;color:white;background:var(--blue);font-size:15px}.green .group-icon,.store-icon.utility{background:#18ae8e}.purple .group-icon{background:#7c29cd}.group-heading h3{margin:0;font-size:12px;text-transform:uppercase}.group-heading p{margin:3px 0 0;color:var(--muted);font-size:9px}.mini-apps{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:15px 0 12px}.mini-app{display:flex;align-items:center;gap:6px;min-width:0;padding:8px 5px;border:1px solid #edf0f6;border-radius:7px;background:#fff}.mini-app>span{flex:0 0 19px;width:19px;height:19px;display:grid;place-items:center;border-radius:5px;color:white;background:var(--blue);font-size:10px}.green .mini-app>span{background:#13aa90}.purple .mini-app>span{background:#7c25ca}.mini-app small,.mini-app strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mini-app strong{font-size:8px}.mini-app small{color:var(--muted);font-size:7px}.group-link,.view-link{color:#1757ca;font-size:9px;font-weight:800;text-decoration:none}.group-link{display:block;text-align:center}.featured{min-height:270px;display:grid;grid-template-columns:1.1fr .8fr .55fr;align-items:center;gap:18px;padding:30px 35px;color:white;border-radius:14px;background:radial-gradient(circle at 53% 100%,rgba(58,42,217,.8),transparent 24%),linear-gradient(120deg,#080f2e,#07112c 65%,#0a163c);position:relative;overflow:hidden}.featured-copy h2{margin:10px 0 6px;font-size:27px}.featured-copy h2 em{color:#b52de0;font-style:normal}.featured-copy p{max-width:290px;color:#cbd2eb;font-size:12px;line-height:1.4}.feature-list{display:grid;grid-template-columns:1fr 1fr;gap:8px 18px;margin:20px 0;color:#f5f7ff;font-size:10px}.feature-list span:first-letter{color:#54e7bc}.phone-mockup{width:190px;min-height:290px;padding:18px 12px;justify-self:center;transform:rotate(6deg);border:5px solid #101e45;border-radius:27px;background:linear-gradient(145deg,#225be8,#0b1c55);box-shadow:0 10px 30px rgba(0,0,0,.5)}.phone-top{padding-bottom:15px;font-size:8px;text-align:center;opacity:.7}.phone-mockup h4{margin:5px 0 13px;font-size:13px}.dashboard-stats{display:grid;grid-template-columns:1fr 1fr;gap:6px}.dashboard-stats div{padding:8px 6px;border-radius:6px;background:rgba(255,255,255,.14)}.dashboard-stats b,.dashboard-stats small{display:block}.dashboard-stats small{font-size:6px;opacity:.75}.dashboard-stats b{margin-top:5px;font-size:12px}.phone-mockup h5{margin:14px 0 7px;font-size:9px}.order-line{display:flex;justify-content:space-between;padding:7px 0;border-bottom:1px solid rgba(255,255,255,.12);font-size:7px}.order-line b{color:#7af0c8;font-weight:500}.featured-note{align-self:center;color:#eef2ff;font-size:13px;font-style:italic;line-height:1.15}.featured-note p{margin:4px 0}.why-section{padding:15px 0 10px}.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.why-grid>div{min-height:70px;padding:12px 15px;border:1px solid var(--line);border-radius:12px;background:white}.why-grid strong{float:left;width:30px;height:30px;display:grid;place-items:center;margin-right:10px;border-radius:9px;color:white;background:linear-gradient(140deg,#2067e7,#0a4ac4)}.why-grid>div:nth-child(2) strong{background:#18ad8b}.why-grid>div:nth-child(3) strong{background:#7435d0}.why-grid>div:nth-child(4) strong{background:#f19a32}.why-grid h3{margin:1px 0 3px;font-size:11px}.why-grid p{margin:0;color:var(--muted);font-size:9px;line-height:1.25}.process-numbers{display:grid;grid-template-columns:1fr 1fr;gap:16px;padding:10px 0}.numbers,.process{padding:15px;border:1px solid var(--line);border-radius:13px;background:white}.numbers h2,.process h2{margin:0 0 13px;font-size:13px}.process-grid{display:grid;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;align-items:center;gap:5px}.process-grid>div{min-height:75px;padding:9px 7px;border:1px solid var(--line);border-radius:7px}.process-grid b{display:grid;place-items:center;width:22px;height:22px;color:white;border-radius:50%;background:var(--blue);font-size:8px}.process-grid h3{margin:7px 0 3px;font-size:10px}.process-grid p{margin:0;color:var(--muted);font-size:8px}.process-grid>span{color:var(--blue)}.numbers{color:white;background:linear-gradient(120deg,#11113a,#190d39)}.number-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.number-grid div{display:flex;flex-direction:column;gap:5px}.number-grid strong{color:#c23edb;font-size:21px}.number-grid span{color:#e9e5ff;font-size:9px}.store-section{padding:13px 0 24px;text-align:center}.filters{display:inline-flex;gap:2px;margin:0 auto 15px;padding:3px;border:1px solid #dfe4ef;border-radius:20px;background:white}.filters button{padding:6px 17px;border:0;border-radius:17px;color:var(--muted);background:transparent;font:inherit;font-size:9px;cursor:pointer}.filters .active{color:white;background:var(--blue)}.store-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:9px;text-align:left}.store-card{min-height:135px;padding:12px 9px;border:1px solid var(--line);border-radius:9px;color:var(--ink);background:white;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.store-card:hover{transform:translateY(-3px);box-shadow:0 10px 20px rgba(35,59,121,.1)}.store-icon{width:30px;height:30px}.store-card h3{margin:8px 0 4px;font-size:10px}.store-card p{min-height:34px;margin:0;color:var(--muted);font-size:8px;line-height:1.35}.view-link{display:block;margin-top:9px;font-size:8px}.all-apps-button{margin-top:14px;padding:9px 22px;font-size:9px}.bottom-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;padding-bottom:15px}.build-panel,.pricing-preview{padding:15px;border:1px solid var(--line);border-radius:13px;background:white}.build-panel h2,.pricing-preview h2{margin:0 0 12px;text-align:center;font-size:13px}.pricing-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.pricing-cards>div{min-height:140px;padding:12px 9px;border:1px solid var(--line);border-radius:8px}.pricing-cards .popular{color:white;background:linear-gradient(145deg,#7734d7,#bf31ce)}.pricing-cards em,.pricing-cards small,.pricing-cards strong{display:block}.pricing-cards small{font-size:8px}.pricing-cards strong{margin:9px 0 3px;font-size:20px}.pricing-cards sup{font-size:8px}.pricing-cards em{color:var(--muted);font-size:7px;font-style:normal}.popular em{color:#f0ddff}.pricing-cards p{min-height:45px;color:var(--muted);font-size:8px;line-height:1.5}.popular p{color:white}.pricing-cards a{display:block;padding:5px;border:1px solid #b8c6e2;border-radius:5px;color:var(--blue);text-align:center;text-decoration:none;font-size:8px}.popular a{color:white;border-color:rgba(255,255,255,.6)}.build-panel{position:relative;overflow:hidden;color:white;background:linear-gradient(120deg,#141443,#160d38)}.build-panel h2,.build-panel h3,.build-panel p{text-align:left;margin-left:0}.build-panel h2{margin-bottom:3px}.build-panel h3{margin-top:0;color:#ce42e3;font-size:17px}.build-panel p{max-width:300px;color:#cbd2ed;font-size:10px;line-height:1.4}.build-tags{display:flex;flex-wrap:wrap;gap:5px;max-width:330px;margin:15px 0}.build-tags span{padding:5px 7px;border:1px solid rgba(255,255,255,.15);border-radius:4px;color:#e5e8ff;font-size:7px}.build-panel .primary-button{padding:9px 14px;font-size:9px}.build-phone{position:absolute;right:25px;bottom:-35px;width:105px;height:205px;padding:35px 7px;transform:rotate(8deg);border:5px solid #202a57;border-radius:17px;color:white;background:linear-gradient(145deg,#2e67e9,#16225e);text-align:center;font-weight:900;font-size:15px}.build-phone small{color:#aebceb;font-size:6px;font-weight:400}.final-banner{display:flex;align-items:center;justify-content:space-between;gap:22px;min-height:88px;padding:18px 35px;color:white;border-radius:13px;background:radial-gradient(circle at 20% 20%,rgba(38,105,222,.7),transparent 22%),linear-gradient(110deg,#0a1033,#13144b 55%,#19083d)}.banner-logo{width:70px;height:48px;display:grid;place-items:center;transform:rotate(-8deg);border:1px solid #3c7fe9;border-radius:10px;color:#45cfff;font-size:38px;font-weight:900}.final-banner p{margin:0;font-size:14px}.final-banner h2{margin:3px 0 0;font-size:18px}.footer{margin-top:4px;padding:28px 0;color:white;background:#080b24}.footer-grid{display:grid;grid-template-columns:1.6fr repeat(4,1fr);gap:25px}.footer img{width:108px;height:auto}.footer p{color:#a9b0ca;font-size:10px;line-height:1.45}.footer small{color:#69718e;font-size:8px}.footer h3{margin:2px 0 10px;font-size:10px}.footer a{display:block;margin:6px 0;color:#a9b0ca;font-size:9px}@media (max-width:900px){.nav-links{display:none}.hero-content{grid-template-columns:1fr;padding-top:38px}.hero{min-height:auto}.orbit-area{height:340px;margin-top:-15px}.category-grid,.why-grid{grid-template-columns:1fr 1fr}.store-grid{grid-template-columns:repeat(4,1fr)}.featured{grid-template-columns:1fr 1fr}.featured-note{display:none}.bottom-grid,.process-numbers{grid-template-columns:1fr}}@media (max-width:560px){.container{width:min(100% - 28px,1180px)}.navbar{height:58px}.nav-button{padding:9px 12px;font-size:10px}.hero h1{font-size:44px}.hero-copy>p{font-size:13px}.trust-row{flex-wrap:wrap}.orbit-area{transform:scale(.78);transform-origin:top center;height:275px;margin-bottom:-30px}.category-grid,.featured,.pricing-cards,.why-grid{grid-template-columns:1fr}.featured{padding:25px 20px}.phone-mockup{margin:0 auto}.store-grid{grid-template-columns:repeat(2,1fr)}.final-banner{flex-wrap:wrap;padding:20px}.final-banner .primary-button{width:100%}.footer-grid{grid-template-columns:repeat(2,1fr)}.footer-grid>div:first-child{grid-column:1/-1}.process-grid{grid-template-columns:1fr 1fr}.process-grid>span{display:none}}