:root{--color-primary:#f6c45c;--color-secondary:#106048;--color-light-bg:#e3f5ec;--color-background:#fafaf8;--color-surface:#fff;--color-text:#262626;--color-text-muted:#666;--color-border:#e5e5e5;--shadow-sm:0 2px 8px #1060480f;--shadow-md:0 8px 32px #1060481a;--shadow-lg:0 16px 48px #1060481f;--radius-sm:8px;--radius-md:16px;--radius-lg:24px;--container:1120px;color:var(--color-text);background-color:var(--color-background);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,system-ui,-apple-system,sans-serif;font-weight:400;line-height:1.6}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{min-width:320px;margin:0}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}ul{margin:0;padding:0;list-style:none}h1,h2,h3,p{margin:0}.container{width:min(100% - 2rem, var(--container));margin-inline:auto}.btn{cursor:pointer;border:2px solid #0000;border-radius:999px;justify-content:center;align-items:center;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;transition:transform .2s,box-shadow .2s,background .2s;display:inline-flex}.btn:hover{transform:translateY(-1px)}.btn--primary{background:var(--color-primary);color:var(--color-secondary);box-shadow:var(--shadow-sm)}.btn--primary:hover{box-shadow:var(--shadow-md)}.btn--outline{border-color:var(--color-secondary);color:var(--color-secondary);background:0 0}.btn--outline:hover{background:var(--color-light-bg)}.btn--ghost{color:#fff;background:#ffffff26;border-color:#ffffff59}.btn--ghost:hover{background:#ffffff40}.btn--large{padding:.9rem 1.75rem;font-size:1rem}.store-buttons{flex-wrap:wrap;gap:.75rem;display:flex}.store-btn{color:#fff;background:#111;border:1px solid #0000;border-radius:12px;align-items:center;gap:.7rem;min-width:168px;padding:.55rem 1rem .55rem .85rem;transition:transform .2s,box-shadow .2s,background .2s;display:inline-flex}.store-btn:hover{box-shadow:var(--shadow-md);background:#000;transform:translateY(-1px)}.store-btn--large{min-width:188px;padding:.7rem 1.15rem .7rem 1rem}.store-btn__icon{flex-shrink:0;width:26px;height:26px}.store-btn--large .store-btn__icon{width:30px;height:30px}.store-btn__text{flex-direction:column;align-items:flex-start;line-height:1.15;display:flex}.store-btn__text small{letter-spacing:.02em;opacity:.8;font-size:.65rem;font-weight:500}.store-btn__text strong{font-size:1.05rem;font-weight:700}.store-buttons--dark .store-btn{color:#111;background:#fff}.store-buttons--dark .store-btn:hover{background:#f4f4f4}.header{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--color-border);background:#ffffffeb;position:sticky;top:0}.header__inner{justify-content:space-between;align-items:center;gap:1rem;min-height:72px;display:flex}.header__brand{color:var(--color-secondary);align-items:center;gap:.65rem;font-size:1.1rem;font-weight:700;display:flex}.header__logo{object-fit:cover;border-radius:10px;width:40px;height:40px}.header__nav{align-items:center;gap:1.25rem;display:flex}.header__link{color:var(--color-text-muted);font-size:.95rem;font-weight:500;transition:color .2s}.header__link:hover{color:var(--color-secondary)}.header__cta{padding:.6rem 1.25rem;font-size:.875rem}.header__toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:.5rem;display:none}.header__toggle span{background:var(--color-secondary);border-radius:2px;width:22px;height:2px;transition:transform .2s;display:block}.hero{background:radial-gradient(circle at 90% 10%, #f6c45c40, transparent 40%), radial-gradient(circle at 10% 80%, #10604814, transparent 45%), var(--color-background);padding:4rem 0 5rem}.hero__inner{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;display:grid}.hero__kicker{background:var(--color-light-bg);color:var(--color-secondary);letter-spacing:.02em;border-radius:999px;margin-bottom:1rem;padding:.35rem .85rem;font-size:.85rem;font-weight:600;display:inline-block}.hero__title{letter-spacing:-.03em;color:var(--color-text);font-size:clamp(2.25rem,5vw,3.5rem);font-weight:800;line-height:1.15}.hero__highlight{color:var(--color-secondary)}.hero__subtitle{max-width:520px;color:var(--color-text-muted);margin-top:1.25rem;font-size:1.1rem;line-height:1.7}.hero__actions{flex-wrap:wrap;gap:1rem;margin-top:2rem;display:flex}.hero__visual{min-height:380px;position:relative}.hero__card{background:var(--color-surface);border-radius:var(--radius-md);box-shadow:var(--shadow-md);border:1px solid var(--color-border);align-items:center;gap:1rem;min-width:240px;padding:1.25rem 1.5rem;display:flex;position:absolute}.hero__card strong{color:var(--color-secondary);font-size:1rem;display:block}.hero__card p{color:var(--color-text-muted);margin-top:.15rem;font-size:.85rem}.hero__card-icon{font-size:1.75rem}.hero__card--primary{animation:4s ease-in-out infinite float;top:10%;left:5%}.hero__card--secondary{animation:4s ease-in-out .8s infinite float;top:42%;right:0}.hero__card--accent{background:var(--color-secondary);border-color:var(--color-secondary);animation:4s ease-in-out 1.6s infinite float;bottom:5%;left:15%}.hero__card--accent strong,.hero__card--accent p{color:#fff}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.section-header{margin-bottom:3rem}.section-header--center{text-align:center}.section-header--center .section-header__subtitle{margin-inline:auto}.section-header__kicker{text-transform:uppercase;letter-spacing:.08em;color:var(--color-secondary);margin-bottom:.75rem;font-size:.85rem;font-weight:600;display:inline-block}.section-header__title{letter-spacing:-.02em;color:var(--color-text);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800}.section-header__subtitle{max-width:560px;color:var(--color-text-muted);margin-top:.75rem;font-size:1.05rem;line-height:1.7}.services{background:var(--color-surface);padding:5rem 0}.services__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.service-card{background:var(--card-accent,var(--color-light-bg));border-radius:var(--radius-md);border:1px solid #10604814;padding:1.75rem;transition:transform .25s,box-shadow .25s}.service-card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.service-card__icon{background:var(--color-surface);border-radius:var(--radius-sm);width:52px;height:52px;box-shadow:var(--shadow-sm);justify-content:center;align-items:center;margin-bottom:1.25rem;font-size:1.5rem;display:flex}.service-card__title{color:var(--color-secondary);margin-bottom:.65rem;font-size:1.2rem;font-weight:700}.service-card__description{color:var(--color-text-muted);margin-bottom:1.25rem;font-size:.95rem;line-height:1.65}.service-card__features li{color:var(--color-text);margin-bottom:.45rem;padding-left:1.25rem;font-size:.875rem;position:relative}.service-card__features li:before{content:"✓";color:var(--color-secondary);font-size:.8rem;font-weight:700;position:absolute;left:0}.features{background:var(--color-background);padding:5rem 0}.features__grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.feature-item{background:var(--color-surface);border-radius:var(--radius-md);border:1px solid var(--color-border);box-shadow:var(--shadow-sm);padding:2rem}.feature-item__number{color:var(--color-primary);margin-bottom:1rem;font-size:2rem;font-weight:800;line-height:1;display:inline-block}.feature-item__title{color:var(--color-secondary);margin-bottom:.65rem;font-size:1.25rem;font-weight:700}.feature-item__description{color:var(--color-text-muted);font-size:.95rem;line-height:1.65}.cta{padding:5rem 0}.cta__inner{background:linear-gradient(135deg, var(--color-secondary) 0%, #0d4d38 100%);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);justify-content:space-between;align-items:center;gap:2rem;padding:3rem;display:flex}.cta__title{color:#fff;letter-spacing:-.02em;font-size:clamp(1.5rem,3vw,2rem);font-weight:800}.cta__subtitle{color:#fffc;max-width:480px;margin-top:.75rem;font-size:1rem;line-height:1.65}.cta__actions{flex-wrap:wrap;flex-shrink:0;align-items:center;gap:1rem;display:flex}.footer{background:var(--color-text);color:#ffffffbf;padding:3rem 0 2rem}.footer__inner{text-align:center;flex-direction:column;align-items:center;gap:1rem;display:flex}.footer__brand{color:#fff;align-items:center;gap:.65rem;font-size:1.1rem;font-weight:700;display:flex}.footer__logo{object-fit:cover;border-radius:10px;width:40px;height:40px}.footer__tagline{font-size:.9rem}.footer__links{flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-top:.5rem;display:flex}.footer__links a{font-size:.9rem;transition:color .2s}.footer__links a:hover{color:var(--color-primary)}.footer__copy{color:#ffffff73;margin-top:1rem;font-size:.8rem}.legal{background:var(--color-background);padding:3.5rem 0 5rem}.legal__inner{max-width:760px}.legal__kicker{text-transform:uppercase;letter-spacing:.08em;color:var(--color-secondary);font-size:.85rem;font-weight:600}.legal__title{letter-spacing:-.03em;color:var(--color-text);margin-top:.5rem;font-size:clamp(2rem,4vw,2.75rem);font-weight:800}.legal__date{color:var(--color-text-muted);margin-top:.5rem;font-size:.9rem}.legal__intro{color:var(--color-text-muted);margin-top:1.5rem;font-size:1.05rem;line-height:1.75}.legal__section{margin-top:2rem}.legal__section h2{color:var(--color-secondary);margin:0 0 .75rem;font-size:1.2rem;font-weight:700}.legal__section p{color:var(--color-text-muted);margin:0 0 .85rem;font-size:1rem;line-height:1.75}@media (width<=960px){.hero__inner{grid-template-columns:1fr;gap:2.5rem}.hero__visual{width:100%;max-width:420px;min-height:320px;margin-inline:auto}.services__grid,.features__grid{grid-template-columns:repeat(2,1fr)}.cta__inner{text-align:center;flex-direction:column;padding:2.5rem 2rem}.cta__actions{flex-direction:column;justify-content:center;align-items:center}}@media (width<=768px){.header__toggle{display:flex}.header__nav{background:var(--color-surface);border-bottom:1px solid var(--color-border);box-shadow:var(--shadow-md);opacity:0;pointer-events:none;flex-direction:column;align-items:stretch;padding:1.5rem;transition:transform .3s,opacity .3s;position:fixed;inset:72px 0 auto;transform:translateY(-120%)}.header__nav--open{opacity:1;pointer-events:auto;transform:translateY(0)}.header__link{border-bottom:1px solid var(--color-border);padding:.75rem 0}.header__cta{text-align:center;margin-top:.5rem}.services__grid,.features__grid{grid-template-columns:1fr}.hero{padding-top:2.5rem}.hero__card{min-width:200px;padding:1rem 1.15rem}.hero__card--primary{left:0}.hero__card--secondary{right:0}.hero__card--accent{left:10%}}
