*{box-sizing:border-box;margin:0;padding:0}body{color:#1a1a2e;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}html{scroll-behavior:smooth}img{max-width:100%;height:auto}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#f0f0f0}::-webkit-scrollbar-thumb{background:linear-gradient(#22c55e,#166534);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#15803d}::selection{color:#052e16;background:#dcfce7}.fade-in{opacity:0;transition:opacity .65s,transform .65s;transform:translateY(24px)}.fade-in.visible{opacity:1;transform:translateY(0)}.navbar{z-index:1000;background:0 0;padding:0 1rem;transition:background .3s,box-shadow .3s;position:fixed;top:0;left:0;right:0}.navbar--scrolled{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff7;box-shadow:0 2px 20px #00000014}.navbar__inner{align-items:center;gap:1rem;max-width:1200px;height:68px;margin:0 auto;display:flex}.navbar__brand{align-items:center;gap:9px;margin-right:auto;text-decoration:none;display:flex}.navbar__logo-mark{color:#fff;letter-spacing:-.5px;background:linear-gradient(135deg,#22c55e,#16a34a);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:.72rem;font-weight:900;display:flex}.navbar__logo-img{filter:brightness(0)invert();width:auto;height:36px;display:block}.navbar--scrolled .navbar__logo-img{filter:none}.navbar__logo-text{color:#fff;letter-spacing:-.3px;font-size:1.3rem;font-weight:800}.navbar--scrolled .navbar__logo-text{color:#166534}.navbar__links{gap:.25rem;display:flex}.navbar__link{color:#444;border-radius:6px;padding:6px 14px;font-size:.9rem;font-weight:500;text-decoration:none;transition:background .2s,color .2s}.navbar__link:hover{color:#166534;background:#dcfce7}.navbar--scrolled .navbar__link{color:#334155}.navbar:not(.navbar--scrolled) .navbar__link{color:#ffffffe6}.navbar:not(.navbar--scrolled) .navbar__link:hover{color:#fff;background:#ffffff26}.navbar__actions{gap:.5rem;display:flex}.navbar__btn{white-space:nowrap;border-radius:8px;padding:8px 18px;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .2s}.navbar__btn--outline{color:#fff;border:1.5px solid #ffffffa6}.navbar--scrolled .navbar__btn--outline{color:#166534;border-color:#166534}.navbar__btn--outline:hover{background:#ffffff26}.navbar--scrolled .navbar__btn--outline:hover{background:#dcfce7}.navbar__btn--solid{color:#052e16;background:linear-gradient(135deg,#22c55e,#16a34a);border:none;font-weight:700;box-shadow:0 2px 8px #22c55e66}.navbar__btn--solid:hover{transform:translateY(-1px);box-shadow:0 4px 16px #22c55e80}.navbar__hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;margin-left:auto;padding:4px;display:none}.navbar__hamburger span{background:currentColor;border-radius:2px;width:24px;height:2px;transition:all .3s;display:block}.navbar:not(.navbar--scrolled) .navbar__hamburger{color:#fff}.navbar--scrolled .navbar__hamburger{color:#1e3a5f}.navbar__mobile-menu{background:#fff;flex-direction:column;gap:.25rem;padding:1rem;display:none;box-shadow:0 4px 20px #0000001a}.navbar__mobile-link{color:#334155;border-radius:8px;padding:10px 14px;font-size:1rem;font-weight:500;text-decoration:none;transition:background .2s}.navbar__mobile-link:hover{color:#166534;background:#dcfce7}.navbar__mobile-actions{flex-wrap:wrap;gap:.5rem;margin-top:.75rem;display:flex}@media (width<=768px){.navbar__links,.navbar__actions{display:none}.navbar__hamburger,.navbar__mobile-menu{display:flex}}.hero{background:linear-gradient(135deg,#071a0e 0%,#0b2516 40%,#1b5e34 80%,#166534 100%);flex-wrap:wrap;justify-content:center;align-items:center;gap:4rem;min-height:100vh;padding:100px 3rem 5rem;display:flex;position:relative;overflow:hidden}.hero__bg-shapes{pointer-events:none;position:absolute;inset:0;overflow:hidden}.hero__shape{background:#ffffff0a;border-radius:50%;position:absolute}.hero__shape--1{background:#22c55e0f;width:700px;height:700px;top:-250px;right:-150px}.hero__shape--2{width:450px;height:450px;bottom:-120px;left:-180px}.hero__shape--3{background:#22c55e14;width:250px;height:250px;top:35%;right:18%}.hero__content{z-index:1;color:#fff;max-width:560px;animation:.8s both heroFadeUp;position:relative}.hero__badge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#bbf7d0;background:#22c55e26;border:1px solid #22c55e66;border-radius:20px;align-items:center;gap:8px;margin-bottom:1.5rem;padding:6px 16px;font-size:.83rem;font-weight:600;display:inline-flex}.hero__badge-dot{background:#22c55e;border-radius:50%;flex-shrink:0;width:7px;height:7px;animation:2s ease-in-out infinite pulse;display:inline-block}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(.85)}}.hero__title{text-shadow:0 2px 20px #0000004d;margin-bottom:1.25rem;font-family:Playfair Display,Georgia,serif;font-size:clamp(2.4rem,5vw,3.8rem);font-weight:700;line-height:1.12}.hero__title--accent{color:#22c55e;display:inline-block}.hero__desc{color:#ffffffd1;margin-bottom:2.25rem;font-size:1.05rem;line-height:1.75}.hero__actions{flex-wrap:wrap;gap:.75rem;margin-bottom:2.5rem;display:flex}.hero__btn{border-radius:10px;padding:13px 28px;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .25s}.hero__btn--primary{color:#052e16;background:linear-gradient(135deg,#22c55e,#16a34a);font-weight:700;box-shadow:0 4px 20px #22c55e66,inset 0 1px #fff3}.hero__btn--primary:hover{background:linear-gradient(135deg,#4ade80,#22c55e);transform:translateY(-2px);box-shadow:0 8px 32px #22c55e80}.hero__btn--secondary{color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff1a;border:1.5px solid #ffffff59}.hero__btn--secondary:hover{background:#ffffff2e;border-color:#ffffff8c;transform:translateY(-2px)}.hero__stats{flex-wrap:wrap;align-items:center;gap:1.5rem;display:flex}.hero__stat{text-align:center}.hero__stat-value{color:#fff;font-size:1.6rem;font-weight:800;line-height:1;display:block}.hero__stat-label{color:#ffffff8c;text-transform:uppercase;letter-spacing:.8px;margin-top:3px;font-size:.72rem}.hero__stat-divider{background:#ffffff2e;width:1px;height:36px}.hero__mockup{z-index:1;flex-shrink:0;width:100%;max-width:700px;animation:.8s .2s both heroFadeUp;position:relative}.hero__mockup-window{background:#1e293b;border-radius:14px;overflow:hidden;box-shadow:0 40px 100px #00000080,0 0 0 1px #ffffff12,inset 0 1px #ffffff0a}.hero__mockup-bar{background:#0f172a;border-bottom:1px solid #ffffff0f;align-items:center;gap:6px;padding:10px 14px;display:flex}.hero__mockup-bar span{border-radius:50%;width:11px;height:11px}.hero__mockup-bar span:first-child{background:#ff5f57}.hero__mockup-bar span:nth-child(2){background:#ffbd2e}.hero__mockup-bar span:nth-child(3){background:#28c840}.hero__mockup-url{color:#fff6;text-align:center;background:#ffffff12;border-radius:5px;flex:1;justify-content:center;align-items:center;gap:5px;margin-left:6px;padding:3px 10px;font-family:monospace;font-size:.7rem;display:flex}.hero__mockup-screen{padding:0;line-height:0;overflow:hidden}.hero__mockup-screenshot{object-fit:cover;object-position:top;width:100%;height:auto;display:block}.hero__mockup-glow{filter:blur(40px);pointer-events:none;background:#22c55e59;border-radius:50%;width:75%;height:80px;position:absolute;bottom:-40px;left:50%;transform:translate(-50%)}@keyframes heroFadeUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@media (width<=900px){.hero{text-align:center;padding-top:90px}.hero__actions,.hero__stats{justify-content:center}.hero__mockup{display:none}}.features{background:linear-gradient(#f7fdf9 0%,#fafafa 100%);padding:6rem 2rem}.features__container{max-width:1200px;margin:0 auto}.features__header{text-align:center;margin-bottom:4rem}.features__label{color:#166534;text-transform:uppercase;letter-spacing:1px;background:#dcfce7;border-radius:20px;margin-bottom:1rem;padding:4px 14px;font-size:.8rem;font-weight:700;display:inline-block}.features__title{color:#0b2516;margin-bottom:1rem;font-family:Playfair Display,Georgia,serif;font-size:clamp(1.8rem,3vw,2.8rem);font-weight:700;line-height:1.2}.features__subtitle{color:#666;max-width:520px;margin:0 auto;font-size:1rem;line-height:1.7}.features__grid{grid-template-columns:repeat(auto-fill,minmax(270px,1fr));gap:1.5rem;display:grid}.feature-card{background:#fff;border:1.5px solid #f0f0f0;border-radius:18px;padding:1.85rem;transition:transform .3s,box-shadow .3s,border-color .3s;position:relative;overflow:hidden;box-shadow:0 2px 16px #0000000e}.feature-card:before{content:"";opacity:0;background:linear-gradient(90deg,#0000,currentColor,#0000);height:3px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.feature-card:hover{border-color:#0000;transform:translateY(-6px);box-shadow:0 14px 40px #0000001a}.feature-card:hover:before{opacity:.5}.feature-card__icon{border-radius:15px;justify-content:center;align-items:center;width:54px;height:54px;margin-bottom:1.1rem;transition:transform .3s;display:flex}.feature-card:hover .feature-card__icon{transform:scale(1.08)}.feature-card__title{margin-bottom:.5rem;font-size:1.02rem;font-weight:700}.feature-card__desc{color:#6b7280;font-size:.88rem;line-height:1.7}.ap{background:linear-gradient(155deg,#071a0e 0%,#0b2516 45%,#0e3320 80%,#071a0e 100%);padding:6rem 2rem;position:relative;overflow:hidden}.ap__blob{pointer-events:none;border-radius:50%;position:absolute}.ap__blob--1{background:radial-gradient(circle,#22c55e12 0%,#0000 65%);width:800px;height:800px;top:-300px;right:-300px}.ap__blob--2{background:radial-gradient(circle,#1664341a 0%,#0000 65%);width:600px;height:600px;bottom:-200px;left:-200px}.ap__container{z-index:1;max-width:1100px;margin:0 auto;position:relative}.ap__header{text-align:center;margin-bottom:3rem}.ap__label{color:#bbf7d0;text-transform:uppercase;letter-spacing:1px;background:#22c55e26;border:1px solid #22c55e4d;border-radius:20px;margin-bottom:1rem;padding:4px 16px;font-size:.8rem;font-weight:700;display:inline-block}.ap__title{color:#fff;margin-bottom:.75rem;font-family:Playfair Display,Georgia,serif;font-size:clamp(1.8rem,3vw,2.6rem);font-weight:700}.ap__subtitle{color:#ffffff94;font-size:1rem}.ap__tabs{flex-wrap:wrap;justify-content:center;gap:.6rem;margin-bottom:2.5rem;display:flex}.ap__tab{color:#ffffffb8;cursor:pointer;letter-spacing:.2px;background:#ffffff12;border:1.5px solid #ffffff2e;border-radius:30px;align-items:center;gap:7px;padding:9px 22px;font-family:inherit;font-size:.875rem;font-weight:600;transition:all .22s;display:inline-flex}.ap__tab:hover:not(.ap__tab--active){color:#fff;background:#ffffff21;border-color:#ffffff59}.ap__tab-icon{opacity:.9;align-items:center;display:flex}.ap__window-wrap{margin-bottom:1.75rem;position:relative}.ap__window{background:#1e293b;border-radius:14px;overflow:hidden;box-shadow:0 50px 120px #0000008c,0 0 0 1px #ffffff0f,inset 0 1px #ffffff0a}.ap__window-bar{background:#0f172a;border-bottom:1px solid #ffffff0d;align-items:center;gap:6px;padding:11px 16px;display:flex}.ap__dot{border-radius:50%;flex-shrink:0;width:12px;height:12px}.ap__dot--red{background:#ff5f56}.ap__dot--yellow{background:#ffbd2e}.ap__dot--green{background:#27c93f}.ap__window-url{color:#ffffff61;letter-spacing:.3px;background:#ffffff0f;border-radius:6px;align-items:center;gap:6px;margin:0 auto;padding:4px 14px;font-family:monospace;font-size:.72rem;display:flex}.ap__screen{line-height:0;transition:opacity .22s}.ap__screen--out{opacity:0}.ap__screen--in{opacity:1}.ap__img{object-fit:cover;object-position:top;width:100%;height:auto;max-height:600px;display:block}.ap__glow{filter:blur(55px);opacity:.22;pointer-events:none;border-radius:50%;width:55%;height:100px;transition:background .4s;position:absolute;bottom:-50px;left:50%;transform:translate(-50%)}.ap__info{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;flex-wrap:wrap;align-items:center;gap:1.25rem;padding:1.25rem 1.75rem;display:flex}.ap__info-icon{border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.ap__info-body{flex:1;min-width:200px}.ap__info-title{margin-bottom:.3rem;font-size:1rem;font-weight:700;transition:color .3s}.ap__info-desc{color:#ffffff94;font-size:.875rem;line-height:1.65}.ap__info-nav{align-items:center;gap:6px;display:flex}.ap__dot-nav{cursor:pointer;background:#ffffff38;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:all .22s}.ap__dot-nav:hover{background:#ffffff80}.ap__dot-nav--active{border-radius:4px;width:26px}@media (width<=768px){.ap__info{flex-direction:column;align-items:flex-start}.ap__info-nav{margin-top:.5rem}.ap__tabs{gap:.4rem}.ap__tab{padding:7px 14px;font-size:.8rem}}.hiw{background:linear-gradient(#fff 0%,#f8fffe 100%);padding:6rem 2rem}.hiw__container{max-width:1100px;margin:0 auto}.hiw__header{text-align:center;margin-bottom:5rem}.hiw__label{color:#166534;text-transform:uppercase;letter-spacing:1px;background:#dcfce7;border-radius:20px;margin-bottom:1rem;padding:4px 14px;font-size:.8rem;font-weight:700;display:inline-block}.hiw__title{color:#0b2516;margin-bottom:.75rem;font-family:Playfair Display,Georgia,serif;font-size:clamp(1.8rem,3vw,2.6rem);font-weight:700}.hiw__subtitle{color:#666;font-size:1rem}.hiw__list{flex-direction:column;gap:5rem;display:flex}.hiw__row{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.hiw__row--flip .hiw__row-content{order:2}.hiw__row--flip .hiw__row-visual{order:1}.hiw__row-num{color:#fff;letter-spacing:-.5px;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:1.25rem;font-size:.8rem;font-weight:800;display:inline-flex}.hiw__row-icon{border-radius:18px;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:1.25rem;display:flex}.hiw__row-title{margin-bottom:.9rem;font-family:Playfair Display,Georgia,serif;font-size:clamp(1.3rem,2.5vw,1.75rem);font-weight:700;line-height:1.25}.hiw__row-desc{color:#555;margin-bottom:1.5rem;font-size:1rem;line-height:1.75}.hiw__bullets{flex-direction:column;gap:.55rem;padding:0;list-style:none;display:flex}.hiw__bullet{color:#374151;align-items:center;gap:.6rem;font-size:.9rem;font-weight:500;display:flex}.hiw__bullet-check{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;font-size:.72rem;font-weight:800;display:flex}.hiw__ss-wrap{position:relative}.hiw__ss-frame{background:#1e293b;border-radius:12px;transition:transform .3s,box-shadow .3s;overflow:hidden;box-shadow:0 25px 60px #0000002e,0 0 0 1px #0000000f}.hiw__ss-frame:hover{box-shadow:0 35px 80px #00000038, 0 0 0 1px #0000000f, 0 0 0 3px var(--step-color);transform:translateY(-6px)}.hiw__ss-bar{background:#0f172a;border-bottom:1px solid #ffffff0d;align-items:center;gap:6px;padding:9px 14px;display:flex}.hiw__ss-dot{border-radius:50%;width:11px;height:11px}.hiw__ss-dot--red{background:#ff5f56}.hiw__ss-dot--yellow{background:#ffbd2e}.hiw__ss-dot--green{background:#27c93f}.hiw__ss-img{object-fit:cover;object-position:top;width:100%;height:auto;max-height:340px;display:block}.hiw__ss-glow{filter:blur(30px);opacity:.2;pointer-events:none;border-radius:50%;width:60%;height:50px;position:absolute;bottom:-24px;left:50%;transform:translate(-50%)}.hiw__icon-big{text-align:center}.hiw__icon-big-inner{border:2px solid;border-radius:36px;justify-content:center;align-items:center;width:160px;height:160px;margin:0 auto 1rem;transition:transform .3s;display:flex;transform:rotate(-3deg)}.hiw__icon-big-inner:hover{transform:rotate(0)scale(1.05)}.hiw__icon-big-inner svg{width:60px;height:60px}.hiw__icon-big-label{opacity:.6;font-family:Playfair Display,Georgia,serif;font-size:1.1rem;font-weight:700}@media (width<=900px){.hiw__row,.hiw__row--flip{grid-template-columns:1fr;gap:2rem}.hiw__row--flip .hiw__row-content{order:1}.hiw__row--flip .hiw__row-visual{order:2}.hiw__list{gap:3.5rem}}.pricing{background:linear-gradient(#fafafa 0%,#dcfce7 100%);padding:6rem 2rem}.pricing__container{max-width:1200px;margin:0 auto}.pricing__header{text-align:center;margin-bottom:3.5rem}.pricing__label{color:#166534;text-transform:uppercase;letter-spacing:1px;background:#dcfce7;border-radius:20px;margin-bottom:1rem;padding:4px 14px;font-size:.8rem;font-weight:700;display:inline-block}.pricing__title{color:#0b2516;margin-bottom:.75rem;font-family:Playfair Display,Georgia,serif;font-size:clamp(1.8rem,3vw,2.8rem);font-weight:700}.pricing__subtitle{color:#666;margin-bottom:2rem;font-size:1rem}.pricing__toggle{background:#fff;border-radius:30px;align-items:center;gap:.75rem;padding:8px 20px;display:inline-flex;box-shadow:0 2px 12px #00000014}.pricing__toggle-label{color:#999;align-items:center;gap:6px;font-size:.9rem;font-weight:500;transition:color .2s;display:flex}.pricing__toggle-label--active{color:#166534;font-weight:700}.pricing__switch{cursor:pointer;background:#e0e0e0;border:none;border-radius:13px;width:48px;height:26px;padding:0;transition:background .25s;position:relative}.pricing__switch--on{background:#166534}.pricing__switch-thumb{background:#fff;border-radius:50%;width:20px;height:20px;transition:transform .25s;position:absolute;top:3px;left:3px;box-shadow:0 1px 4px #0003}.pricing__switch--on .pricing__switch-thumb{transform:translate(22px)}.pricing__save-badge{color:#f57c00;background:#fff3e0;border-radius:10px;padding:2px 7px;font-size:.72rem;font-weight:700}.pricing__grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));align-items:start;gap:1.5rem;display:grid}.pricing-card{background:#fff;border:2px solid #0000;border-radius:20px;flex-direction:column;padding:2rem 1.75rem;transition:transform .25s,box-shadow .25s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 20px #0000000f}.pricing-card:hover{transform:translateY(-6px);box-shadow:0 12px 40px #0000001f}.pricing-card--popular{border-color:var(--plan-color);transform:scale(1.02)}.pricing-card--popular:hover{transform:scale(1.02)translateY(-6px)}.pricing-card__badge{color:#fff;white-space:nowrap;border-radius:0 0 10px 10px;padding:4px 16px;font-size:.72rem;font-weight:700;position:absolute;top:0;left:50%;transform:translate(-50%)}.pricing-card__icon{border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;margin-top:.5rem;margin-bottom:1rem;font-size:1.7rem;display:flex}.pricing-card__name{margin-bottom:.35rem;font-size:1.15rem;font-weight:800}.pricing-card__desc{color:#666;min-height:42px;margin-bottom:1.25rem;font-size:.85rem;line-height:1.55}.pricing-card__price{align-items:baseline;gap:2px;margin-bottom:.3rem;display:flex}.pricing-card__currency{color:#333;font-size:1.1rem;font-weight:700}.pricing-card__amount{color:#1a1a2e;font-size:2.6rem;font-weight:900;line-height:1}.pricing-card__period{color:#888;margin-left:4px;font-size:.85rem}.pricing-card__yearly-note{color:#166534;margin-bottom:1rem;font-size:.78rem;font-weight:600}.pricing-card__features{flex:1;margin:1.25rem 0;padding:0;list-style:none}.pricing-card__feature{color:#333;border-bottom:1px solid #f5f5f5;align-items:center;gap:8px;padding:5px 0;font-size:.875rem;display:flex}.pricing-card__feature:last-child{border-bottom:none}.pricing-card__feature--off{color:#bdbdbd}.pricing-card__feature-icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;font-size:.7rem;font-weight:800;display:flex}.pricing-card__feature:not(.pricing-card__feature--off) .pricing-card__feature-icon{color:#166534;background:#dcfce7}.pricing-card__feature--off .pricing-card__feature-icon{color:#bdbdbd;background:#f5f5f5}.pricing-card__cta{text-align:center;border-radius:10px;margin-top:auto;padding:12px 20px;font-size:.9rem;font-weight:700;text-decoration:none;transition:all .2s;display:block}.pricing-card__cta:hover{filter:brightness(1.06);transform:translateY(-1px)}.pricing__note{text-align:center;color:#888;margin-top:2.5rem;font-size:.85rem;line-height:1.6}.pricing__note strong{color:#2e7d32}@media (width<=768px){.pricing-card--popular{transform:none}.pricing-card--popular:hover{transform:translateY(-6px)}}.cta{text-align:center;color:#fff;background:linear-gradient(135deg,#0b2516 0%,#1b5e34 55%,#14532d 100%);padding:7rem 2rem;position:relative;overflow:hidden}.cta__bg-shape{pointer-events:none;background:#ffffff0d;border-radius:50%;position:absolute}.cta__bg-shape--1{width:500px;height:500px;top:-200px;right:-100px}.cta__bg-shape--2{width:300px;height:300px;bottom:-100px;left:-80px}.cta__container{z-index:1;max-width:700px;margin:0 auto;position:relative}.cta__icon-wrap{color:#22c55e;background:#22c55e33;border:2px solid #22c55e66;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 1.5rem;display:flex}.cta__title{margin-bottom:1.25rem;font-family:Playfair Display,Georgia,serif;font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.2}.cta__subtitle{color:#ffffffd9;margin-bottom:2.5rem;font-size:1.05rem;line-height:1.7}.cta__actions{flex-direction:column;align-items:center;gap:1rem;margin-bottom:2.5rem;display:flex}.cta__btn{border-radius:12px;padding:14px 36px;font-size:1rem;font-weight:700;text-decoration:none;transition:all .25s;display:inline-block}.cta__btn--primary{color:#052e16;background:#22c55e;font-size:1.05rem;font-weight:700;box-shadow:0 6px 24px #22c55e59}.cta__btn--primary:hover{background:#4ade80;transform:translateY(-3px);box-shadow:0 12px 36px #22c55e73}.cta__btn--secondary{color:#ffffffd9;background:0 0;padding:8px;font-size:.9rem}.cta__btn--secondary:hover{color:#fff}.cta__checklist{flex-wrap:wrap;justify-content:center;gap:.75rem 1.5rem;display:flex}.cta__check{color:#ffffffd9;align-items:center;gap:6px;font-size:.875rem;display:flex}.cta__check-icon{background:#fff3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;font-size:.7rem;font-weight:800;display:flex}.contact{background:#f0fdf4;padding:6rem 2rem}.contact__container{text-align:center;max-width:900px;margin:0 auto}.contact__header{margin-bottom:3rem}.contact__label{color:#166534;text-transform:uppercase;letter-spacing:1px;background:#dcfce7;border-radius:20px;margin-bottom:1rem;padding:4px 14px;font-size:.8rem;font-weight:700;display:inline-block}.contact__title{color:#0b2516;margin-bottom:1rem;font-family:Playfair Display,Georgia,serif;font-size:clamp(1.8rem,3vw,2.8rem);font-weight:700;line-height:1.2}.contact__subtitle{color:#555;max-width:560px;margin:0 auto;font-size:1rem;line-height:1.7}.contact__cards{flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-bottom:2.5rem;display:flex}.contact__card{color:inherit;background:#fff;border:1.5px solid #dcfce7;border-radius:16px;align-items:center;gap:1rem;min-width:270px;padding:1.5rem 2rem;text-decoration:none;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex;box-shadow:0 2px 16px #0000000f}.contact__card:hover{border-color:#22c55e;transform:translateY(-4px);box-shadow:0 8px 30px #1665341f}.contact__card-icon{color:#166534;background:#dcfce7;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;display:flex}.contact__card-label{text-transform:uppercase;letter-spacing:.8px;color:#166534;margin-bottom:5px;font-size:.75rem;font-weight:700}.contact__card-value{color:#0b2516;font-size:.95rem;font-weight:600}.contact__enquiry{background:linear-gradient(135deg,#0b2516 0%,#1b5e34 100%);border-radius:20px;margin-bottom:2.5rem;padding:3rem 2.5rem;box-shadow:0 8px 32px #0b251640}.contact__enquiry-icon{color:#22c55e;background:#22c55e26;border:2px solid #22c55e59;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 1.25rem;display:flex}.contact__enquiry-title{color:#fff;margin-bottom:.75rem;font-family:Playfair Display,Georgia,serif;font-size:clamp(1.3rem,2.5vw,1.8rem);font-weight:700}.contact__enquiry-text{color:#fffc;max-width:580px;margin:0 auto 2rem;font-size:1rem;line-height:1.7}.contact__enquiry-btn{color:#052e16;background:#22c55e;border-radius:10px;padding:13px 34px;font-size:1rem;font-weight:700;text-decoration:none;transition:all .25s;display:inline-block;box-shadow:0 4px 16px #22c55e59}.contact__enquiry-btn:hover{background:#4ade80;transform:translateY(-2px);box-shadow:0 8px 24px #22c55e73}.contact__powered{color:#888;justify-content:center;align-items:center;gap:5px;font-size:.88rem;display:flex}.contact__powered strong{color:#166534;font-weight:700}@media (width<=600px){.contact__card{min-width:100%}.contact__enquiry{padding:2rem 1.25rem}}.footer{color:#e0e0e0;background:#0d1117;padding:4rem 2rem 2rem}.footer__container{max-width:1200px;margin:0 auto}.footer__top{grid-template-columns:2fr 1fr 1fr 1fr 1fr;gap:2.5rem;margin-bottom:2.5rem;display:grid}@media (width<=1024px){.footer__top{grid-template-columns:1fr 1fr}.footer__brand{grid-column:1/-1}}@media (width<=600px){.footer__top{grid-template-columns:1fr 1fr;gap:1.5rem}.footer__brand{grid-column:1/-1}}.footer__logo{align-items:center;gap:8px;margin-bottom:.75rem;display:flex}.footer__logo-mark{color:#fff;letter-spacing:-.5px;background:linear-gradient(135deg,#22c55e,#16a34a);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:.72rem;font-weight:900;display:flex}.footer__logo-img{width:auto;height:36px;display:block}.footer__logo-text{color:#fff;font-size:1.4rem;font-weight:800}.footer__tagline{color:#9e9e9e;max-width:320px;margin-bottom:1.25rem;font-size:.88rem;line-height:1.65}.footer__ctas{flex-wrap:wrap;gap:.6rem;margin-bottom:1.25rem;display:flex}.footer__cta{border-radius:8px;padding:7px 16px;font-size:.82rem;font-weight:700;text-decoration:none;transition:all .2s}.footer__cta--primary{color:#052e16;background:linear-gradient(135deg,#22c55e,#16a34a);font-weight:700}.footer__cta--primary:hover{filter:brightness(1.1)}.footer__cta--outline{color:#ccc;border:1px solid #444}.footer__cta--outline:hover{color:#22c55e;border-color:#22c55e}.footer__social{gap:.5rem;display:flex}.footer__social-link{color:#9e9e9e;background:#1e2530;border:1px solid #2a3040;border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;font-size:.72rem;font-weight:800;text-decoration:none;transition:all .2s;display:flex}.footer__social-link:hover{color:#052e16;background:#22c55e;border-color:#22c55e}.footer__col-title{text-transform:uppercase;letter-spacing:1px;color:#fff;margin-bottom:1rem;font-size:.78rem;font-weight:700}.footer__col-links{flex-direction:column;gap:.5rem;padding:0;list-style:none;display:flex}.footer__col-link{color:#9e9e9e;font-size:.875rem;text-decoration:none;transition:color .2s}.footer__col-link:hover{color:#22c55e}.footer__divider{border:none;border-top:1px solid #1e2530;margin-bottom:1.5rem}.footer__bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.footer__copy-block{flex-direction:column;gap:3px;display:flex}.footer__copy{color:#666;font-size:.82rem}.footer__designed{color:#555;font-size:.78rem}.footer__designed strong{color:#22c55e;font-weight:700}.footer__powered{color:#666;align-items:center;font-size:.82rem;display:flex}.footer__stack{flex-wrap:wrap;gap:.4rem;display:flex}.footer__tech{color:#9e9e9e;background:#1e2530;border:1px solid #2a3040;border-radius:6px;padding:3px 8px;font-size:.72rem;font-weight:600}
