:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#24312d;background:#fbfaf6;font-synthesis:none;text-rendering:optimizeLegibility;--green: #173b31;--green-2: #245446;--lime: #d6e84f;--cream: #fbfaf6;--cream-2: #f1eee5;--ink: #17221f;--muted: #69736f;--line: #dddcd3;--white: #fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream)}button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a{color:inherit;text-decoration:none}.container{width:min(1160px,calc(100% - 40px));margin:0 auto}.header{position:sticky;top:0;z-index:50;background:#fbfaf6eb;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid rgba(23,59,49,.09)}.nav{height:78px;display:flex;align-items:center;justify-content:space-between;gap:25px}.brand{border:0;background:none;display:flex;align-items:center;gap:10px;color:var(--green);padding:0;text-align:left}.brand-mark{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;background:var(--green);color:var(--lime);font-weight:900;font-size:14px;box-shadow:0 8px 20px #173b3126}.brand strong{display:block;font-size:21px;letter-spacing:-.8px}.brand small{display:block;font-size:8px;letter-spacing:1.8px;margin-top:2px;opacity:.65}.nav-links{display:flex;align-items:center;gap:28px}.nav-links button{border:0;background:none;color:#47524e;font-weight:650;font-size:14px}.nav-links button:hover{color:var(--green)}.nav-cta{display:inline-flex;align-items:center;gap:7px;background:var(--green)!important;color:#fff!important;padding:13px 18px;border-radius:999px}.menu-btn{display:none;border:0;background:none;color:var(--green)}.hero{min-height:690px;display:flex;align-items:center;position:relative;overflow:hidden;background:radial-gradient(circle at 82% 20%,#e8f1d7 0,transparent 28%),linear-gradient(135deg,#fbfaf6,#f0f1e6)}.hero-glow{position:absolute;width:360px;height:360px;border-radius:50%;filter:blur(60px);opacity:.25;pointer-events:none}.glow-one{background:var(--lime);right:3%;top:4%}.glow-two{background:#9bc6ae;left:-100px;bottom:-120px}.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:70px;align-items:center;padding:78px 0;position:relative;z-index:1}.eyebrow{display:inline-flex;align-items:center;gap:7px;color:#477064;font-size:12px;font-weight:850;letter-spacing:1.3px;margin-bottom:18px}h1,h2,h3{color:var(--ink);margin:0}h1,h2{font-family:Georgia,Times New Roman,serif}h1{font-size:clamp(46px,5.3vw,76px);line-height:.99;letter-spacing:-3px;max-width:760px}h1 em,h2 em{font-style:italic;color:var(--green-2)}.hero-text{max-width:650px;color:var(--muted);font-size:17px;line-height:1.75;margin:26px 0 30px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.btn{border:0;border-radius:999px;padding:15px 21px;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-weight:800;transition:.2s ease}.btn:hover{transform:translateY(-2px)}.btn-primary{background:var(--green);color:#fff;box-shadow:0 13px 30px #173b312e}.btn-secondary,.btn-light{background:#fff;color:var(--green);border:1px solid var(--line)}.trust-row{display:flex;flex-wrap:wrap;gap:18px;margin-top:28px;color:#63706b;font-size:13px;font-weight:700}.trust-row span{display:flex;align-items:center;gap:6px}.trust-row svg{color:#709d5e}.hero-visual{position:relative;min-height:500px;display:grid;place-items:center}.browser-card{width:min(100%,570px);border-radius:20px;background:#fff;padding:9px;box-shadow:0 35px 70px #173b312e;transform:rotate(1.5deg)}.browser-top{height:36px;display:flex;align-items:center;gap:6px;padding:0 10px;color:#8a928f;font-size:9px}.browser-top span{width:7px;height:7px;border-radius:50%;background:#d8ddd8}.browser-top b{margin-left:auto;margin-right:auto;font-weight:700}.mock-site{border-radius:14px;overflow:hidden;background:#f5f6ef;border:1px solid #e2e6dc}.mock-nav{height:58px;display:flex;align-items:center;justify-content:space-between;padding:0 20px;background:#fff}.mock-logo{width:70px;height:13px;border-radius:20px;background:var(--green)}.mock-links{display:flex;gap:8px}.mock-links i{width:32px;height:6px;border-radius:10px;background:#dfe5dc}.mock-content{display:grid;grid-template-columns:1.15fr .85fr;gap:20px;padding:40px 28px;min-height:285px;background:linear-gradient(135deg,#f7f8f1,#eaf0df)}.mock-label{color:#688076;font-size:7px;font-weight:900;letter-spacing:1.4px}.mock-title{width:92%;height:21px;border-radius:4px;background:var(--green);margin-top:15px}.mock-title.short{width:67%;margin-top:7px}.mock-lines{margin:18px 0;display:grid;gap:7px}.mock-lines i{display:block;width:90%;height:6px;background:#cfd8ca;border-radius:10px}.mock-lines i:nth-child(2){width:80%}.mock-lines i:nth-child(3){width:60%}.mock-button{width:78px;height:25px;border-radius:20px;background:var(--lime)}.code-panel{align-self:center;background:#173b31;border-radius:12px;padding:15px;box-shadow:0 18px 35px #173b312e}.code-head{color:#dce8df;font-size:8px;display:flex;justify-content:space-between;margin-bottom:18px}.code-lines{display:grid;gap:9px}.code-lines i{height:5px;border-radius:8px;background:#62877b}.code-lines i:nth-child(1){width:70%;background:#d6e84f}.code-lines i:nth-child(2){width:92%}.code-lines i:nth-child(3){width:56%}.code-lines i:nth-child(4){width:83%}.code-lines i:nth-child(5){width:64%}.mock-stats{display:grid;grid-template-columns:repeat(3,1fr);background:#fff;border-top:1px solid #e3e5de}.mock-stats span{padding:15px;font-size:8px;color:#9aa29e}.mock-stats span+span{border-left:1px solid #e6e7e1}.mock-stats b{display:block;font-size:10px;color:var(--green);margin-top:4px}.floating-chip{position:absolute;background:#fff;color:var(--green);padding:11px 14px;border-radius:999px;font-size:12px;font-weight:850;box-shadow:0 15px 35px #173b3124}.chip-one{top:11%;right:0}.chip-two{left:1%;bottom:14%}.chip-three{right:5%;bottom:3%}.intro-strip{background:var(--green);color:#e7efd9}.strip-inner{height:68px;display:flex;justify-content:center;align-items:center;gap:25px;font-size:12px;font-weight:900;letter-spacing:2px}.strip-inner b{color:var(--lime)}.section{padding:105px 0}.section-soft{background:#f1eee5}.section-heading{text-align:center;max-width:820px;margin:0 auto 55px}.section-heading.left{text-align:left;margin-left:0}.section-heading h2{font-size:clamp(38px,4.6vw,60px);line-height:1.02;letter-spacing:-2px}.section-heading p{color:var(--muted);font-size:16px;line-height:1.75;margin:18px auto 0;max-width:690px}.section-heading.left p{margin-left:0}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.service-card{background:#fff;border:1px solid #e1e1d8;border-radius:20px;padding:30px;min-height:280px;box-shadow:0 12px 30px #23302b0a;transition:.2s ease}.service-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #23302b17}.icon-box{width:48px;height:48px;border-radius:14px;display:grid;place-items:center;background:var(--green);color:var(--lime);margin-bottom:24px}.service-card h3{font-family:Georgia,serif;font-size:26px;margin-bottom:10px}.service-card p{color:var(--muted);line-height:1.7;margin:0}.service-card ul{list-style:none;padding:18px 0 0;margin:18px 0 0;border-top:1px solid #ecece5;display:grid;gap:8px}.service-card li{display:flex;gap:7px;align-items:center;font-size:12px;font-weight:750;color:#55625d}.service-card li svg{color:#6c9d55}.work-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.work-card{overflow:hidden;border-radius:22px;background:#fff;border:1px solid #deddd4}.work-screen{min-height:310px;padding:32px;display:flex;flex-direction:column;justify-content:flex-end;position:relative;overflow:hidden}.work-screen:before,.work-screen:after{content:"";position:absolute;border-radius:50%;opacity:.25}.work-screen:before{width:250px;height:250px;right:-80px;top:-70px;background:var(--lime)}.work-screen:after{width:180px;height:180px;left:-70px;bottom:-70px;background:#a6cbb6}.work-a .work-screen{background:linear-gradient(145deg,#e9f1df,#cbdcc7)}.work-b .work-screen{background:linear-gradient(145deg,#eee5d9,#d7c5af)}.work-c .work-screen{background:linear-gradient(145deg,#e5ebe8,#c3d5d0)}.work-screen>*{position:relative;z-index:1}.work-screen span{font-size:10px;letter-spacing:1.5px;font-weight:900;color:#557066}.work-screen h3{font-family:Georgia,serif;font-size:38px;line-height:.98;margin:14px 0}.work-screen b{font-size:11px;color:#5b6964}.work-info{display:flex;justify-content:space-between;align-items:center;padding:18px 22px;font-size:13px;font-weight:800;color:#4e5b56}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.process-card{padding:30px;border:1px solid #deded5;border-radius:20px;background:#fff;min-height:220px}.process-number{font-family:Georgia,serif;color:#b4d2a1;font-size:34px;font-weight:800}.process-card h3{font-family:Georgia,serif;font-size:24px;margin:25px 0 10px}.process-card p{color:var(--muted);line-height:1.7;margin:0}.tech-section{padding:85px 0;background:var(--green);color:#fff}.tech-inner{display:grid;grid-template-columns:.8fr 1.2fr;gap:80px;align-items:center}.tech-section h2{color:#fff;font-size:clamp(38px,4.5vw,58px);line-height:1.03}.tech-section h2 em{color:var(--lime)}.tech-section p{color:#c8d6d0;line-height:1.75}.tech-list{display:flex;flex-wrap:wrap;gap:10px}.tech-list span{padding:13px 16px;border:1px solid rgba(255,255,255,.17);background:#ffffff0f;border-radius:999px;color:#edf4ef;font-size:13px;font-weight:700}.faq-layout{display:grid;grid-template-columns:.85fr 1.15fr;gap:80px}.faq-list{border-top:1px solid var(--line)}.faq-item{border-bottom:1px solid var(--line)}.faq-item button{width:100%;display:flex;justify-content:space-between;align-items:center;padding:22px 0;border:0;background:none;text-align:left;color:var(--ink);font-weight:800}.faq-item button svg{transition:.2s}.faq-item button .rotate{transform:rotate(180deg)}.faq-item p{margin:0 0 22px;color:var(--muted);line-height:1.7;max-width:680px}.contact-section{padding:100px 0;background:#e9eee2}.contact-card{background:var(--green);border-radius:28px;padding:55px;display:grid;grid-template-columns:1fr 1fr;gap:65px;color:#fff;box-shadow:0 25px 60px #173b3126}.contact-card h2{color:#fff;font-size:clamp(40px,4vw,58px);line-height:1.02}.contact-card h2 em{color:var(--lime)}.contact-copy p{color:#cbd9d3;line-height:1.75}.contact-copy small{display:block;color:#9eb4aa;margin-top:20px;line-height:1.6}.contact-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:25px}.contact-actions .btn-light{background:#fff}.contact-form{background:#fff;padding:22px;border-radius:20px;display:grid;gap:12px}.contact-form input,.contact-form select,.contact-form textarea{width:100%;border:1px solid #e0e2db;background:#fafbf7;border-radius:11px;padding:14px 15px;outline:none;color:#26332e}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:#8da88e}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.form-submit{background:var(--green);color:#fff;padding:15px;border-radius:11px;text-align:center;font-weight:800;display:flex;justify-content:center;align-items:center;gap:8px}.footer{background:#f4f1e9;padding:70px 0 25px}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:50px;padding-bottom:55px}.footer-brand{margin-bottom:18px}.footer-grid p,.footer-grid a,.footer-grid span{display:block;color:#68736e;line-height:1.75;font-size:13px}.footer-grid h4{margin:0 0 18px;color:var(--green);font-size:13px;text-transform:uppercase;letter-spacing:1px}.footer-grid>div>button:not(.brand){display:block;border:0;background:none;padding:0;margin:0 0 11px;color:#68736e;font-weight:600}.copyright{border-top:1px solid #dddcd3;padding-top:20px;color:#87908b;font-size:11px;display:flex;justify-content:space-between}.whatsapp-float{position:fixed;right:22px;bottom:22px;width:57px;height:57px;border-radius:50%;display:grid;place-items:center;background:#20c76a;color:#fff;box-shadow:0 12px 30px #173b3140;z-index:60}@media(max-width:950px){.nav-links{gap:16px}.nav-links button{font-size:13px}.hero-grid{grid-template-columns:1fr;gap:35px}.hero{min-height:auto}.hero-copy{text-align:center}.hero-text{margin-left:auto;margin-right:auto}.hero-actions,.trust-row{justify-content:center}.hero-visual{min-height:430px}.service-grid,.work-grid,.process-grid{grid-template-columns:repeat(2,1fr)}.tech-inner,.faq-layout,.contact-card{grid-template-columns:1fr;gap:40px}.footer-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:720px){.container{width:min(100% - 28px,1160px)}.nav{height:68px}.menu-btn{display:block}.menu-btn svg{width:26px}.nav-links{position:absolute;left:14px;right:14px;top:76px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:12px;display:none;flex-direction:column;align-items:stretch;box-shadow:0 20px 45px #173b311f}.nav-links.open{display:flex}.nav-links button{padding:12px;text-align:left}.nav-cta{justify-content:center;text-align:center!important}.hero-grid{padding:58px 0}.hero h1{font-size:45px;letter-spacing:-2px}.hero-text{font-size:15px}.hero-visual{min-height:330px}.browser-card{transform:none}.mock-content{padding:28px 18px;min-height:210px}.code-panel{display:none}.mock-stats span{padding:11px}.floating-chip{font-size:10px;padding:8px 10px}.chip-one{top:2%;right:0}.chip-two{left:0;bottom:5%}.chip-three{right:0;bottom:-1%}.section{padding:75px 0}.section-heading{margin-bottom:38px}.section-heading h2{font-size:39px}.service-grid,.work-grid,.process-grid{grid-template-columns:1fr}.service-card{min-height:0}.work-screen{min-height:270px}.process-card{min-height:0}.tech-inner{gap:30px}.contact-card{padding:30px 22px;border-radius:22px}.form-row{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr;gap:35px}.copyright{display:block}.copyright span{display:block;margin-top:6px}.whatsapp-float{right:15px;bottom:15px;width:52px;height:52px}}@media(max-width:420px){.footer-grid{grid-template-columns:1fr}.brand strong{font-size:19px}.brand-mark{width:38px;height:38px}}
