:root{--color-primary:#5b34f0;--color-primary-light:#6a4bff;--color-green:#22c55e;--color-bg:#fafafc;--color-bg-hero:#f2f3f8;--color-surface:#fff;--color-border:#12131a1a;--color-text:#12131a;--color-text-muted:#12131aa8;--shadow-sm:0 1px 1px #0d0e140f, 0 10px 24px #0d0e140f;--shadow-md:0 1px 1px #0d0e140f, 0 18px 44px #0d0e141a;--focus-ring:0 0 0 3px #5b34f047;--font-base:"Fredoka", system-ui, -apple-system, sans-serif;--radius:18px;--radius-pill:999px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-base);color:var(--color-text);background:var(--color-bg);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.header{z-index:100;-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--color-border);background:#fafafcd1;justify-content:space-between;align-items:center;height:64px;padding:0 clamp(1.25rem,4vw,3rem);display:flex;position:sticky;top:0}.header__logo{letter-spacing:-.01em;color:var(--color-primary);align-items:center;gap:.5rem;font-size:1.25rem;font-weight:600;display:flex}.header__logo svg{width:32px;height:32px}.header__nav{gap:2rem;list-style:none;display:flex}.header__nav a{color:var(--color-text-muted);font-size:1rem;font-weight:500;transition:color .18s}.header__nav a:hover,.header__nav a.active{color:var(--color-primary)}.header__nav a:focus-visible,.header__logo:focus-visible{box-shadow:var(--focus-ring);border-radius:10px;outline:none}.btn{border-radius:var(--radius-pill);font-family:var(--font-base);cursor:pointer;border:2px solid #0000;align-items:center;gap:.4rem;padding:.78rem 1.6rem;font-size:1rem;font-weight:600;text-decoration:none;transition:transform .18s,box-shadow .18s,background .18s,color .18s,border-color .18s;display:inline-flex}.btn--primary{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.btn--primary:hover{background:var(--color-primary-light);border-color:var(--color-primary-light);transform:translateY(-1px);box-shadow:0 10px 26px #5b34f038}.btn--outline{color:var(--color-primary);border-color:var(--color-primary);background:0 0}.btn--outline:hover{background:var(--color-primary);color:#fff;transform:translateY(-1px)}.btn:active{transform:translateY(0)scale(.98)}.btn:focus-visible{box-shadow:var(--focus-ring);outline:none}.hero-wrapper{background:var(--color-bg-hero);width:100%}.hero{grid-template-columns:1fr 1fr;align-items:center;gap:2rem;max-width:1200px;min-height:520px;margin:0 auto;padding:clamp(3rem,8vw,6rem) clamp(1.25rem,4vw,3rem) 0;display:grid}.hero__content{padding-bottom:clamp(2rem,5vw,4rem)}.hero__title{color:var(--color-primary);letter-spacing:-.01em;text-wrap:balance;margin-bottom:1.25rem;font-size:clamp(2.2rem,4.5vw,3.75rem);font-weight:700;line-height:1.1}.hero__subtitle{color:var(--color-text-muted);text-wrap:pretty;max-width:46ch;margin-bottom:2.25rem;font-size:clamp(1rem,1.8vw,1.15rem);font-weight:400;line-height:1.7}.hero__actions{flex-wrap:wrap;gap:1rem;display:flex}.hero__image{justify-content:center;align-items:flex-end;display:flex}.hero__image img{object-fit:contain;transform-origin:60%;filter:drop-shadow(0 18px 44px #5b34f024);max-height:420px;transform:scale(1.12)}.wave-divider{background:var(--color-bg-hero);width:100%;color:var(--color-green);line-height:0;display:block;overflow:hidden}.wave-divider svg{width:100%;display:block}.features{background:radial-gradient(900px 520px at 15% 0%, #ffffff38, transparent 55%), radial-gradient(840px 560px at 85% 40%, #0d0e140f, transparent 60%), linear-gradient(180deg, #22c55eeb 0%, #22c55e9e 22%, var(--color-bg) 70%), var(--color-bg);padding:clamp(3rem,6vw,5rem) clamp(1.25rem,4vw,3rem)}.features__title{text-align:center;color:#fff;text-shadow:0 1px #00000024;letter-spacing:-.01em;text-wrap:balance;margin-bottom:2.5rem;font-size:clamp(1.75rem,3vw,2.25rem);font-weight:700}.features__grid{grid-template-columns:repeat(12,1fr);gap:1.25rem;max-width:1000px;margin:0 auto;display:grid}.feature-card{background:var(--color-surface);border-radius:var(--radius);text-align:left;border:2px solid #12131a1f;grid-column:span 4;padding:2rem 1.9rem;transition:transform .18s,box-shadow .18s,border-color .18s;position:relative;overflow:hidden;box-shadow:0 1px 1px #0d0e140f,0 14px 32px #5b34f014}.feature-card:before{content:"";pointer-events:none;opacity:.9;background:radial-gradient(circle at 30% 30%,#5b34f038,#0000 62%);width:220px;height:220px;position:absolute;inset:-40px -60px auto auto;transform:rotate(12deg)}.feature-card:after{content:"";border-radius:inherit;pointer-events:none;position:absolute;inset:0;box-shadow:inset 0 1px #ffffff8c}.feature-card:first-child{grid-column:span 6}.feature-card:first-child:before{background:radial-gradient(circle at 30% 30%,#5b34f038,#0000 62%)}.feature-card:nth-child(2):before{background:radial-gradient(circle at 30% 30%,#22c55e33,#0000 62%)}.feature-card:nth-child(3):before{background:radial-gradient(circle at 30% 30%,#ef444429,#0000 62%)}.feature-card:nth-child(2),.feature-card:nth-child(3){grid-column:span 3}.feature-card:hover{border-color:#5b34f047;transform:translateY(-6px)rotate(-.35deg);box-shadow:0 1px 1px #0d0e140f,0 22px 56px #5b34f024}.feature-card:nth-child(2):hover{border-color:#22c55e57;transform:translateY(-6px)rotate(.35deg);box-shadow:0 1px 1px #0d0e140f,0 22px 56px #22c55e1f}.feature-card:nth-child(3):hover{border-color:#ef44444d;transform:translateY(-6px)rotate(-.25deg);box-shadow:0 1px 1px #0d0e140f,0 22px 56px #ef44441a}.feature-card:active{transform:translateY(-2px)scale(.99)}.feature-card__icon{background:#5b34f01a;border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1rem;display:inline-flex}.feature-card:nth-child(2) .feature-card__icon{background:#22c55e1f}.feature-card:nth-child(3) .feature-card__icon{background:#ef44441a}.feature-card__icon img,.feature-card__icon svg{width:44px;height:44px;color:var(--color-primary);stroke:var(--color-primary);stroke-width:1.6px}.feature-card:nth-child(2) .feature-card__icon svg,.feature-card:nth-child(2) .feature-card__icon img{color:#16a34a;stroke:#16a34a}.feature-card:nth-child(3) .feature-card__icon svg,.feature-card:nth-child(3) .feature-card__icon img{color:#dc2626;stroke:#dc2626}.feature-card__title{color:var(--color-text);letter-spacing:-.01em;margin-bottom:.6rem;font-size:1.15rem;font-weight:650}.feature-card__desc{color:var(--color-text-muted);font-size:.95rem;line-height:1.65}.apps-page{max-width:1040px;margin:clamp(2.75rem,6vw,4.25rem) auto;padding:0 clamp(1.25rem,4vw,2rem)}.apps-page h1,.about-page h1{color:var(--color-text);letter-spacing:-.01em;text-wrap:balance;margin-bottom:.6rem;font-size:clamp(2rem,3.6vw,2.6rem);font-weight:700}.apps-page .subtitle{color:var(--color-text-muted);max-width:62ch;margin-bottom:2.25rem}.apps-grid{grid-template-columns:repeat(12,1fr);gap:1.25rem;display:grid}.app-card{border-radius:var(--radius);background:var(--color-surface);border:2px solid #12131a1f;grid-column:span 4;padding:1.6rem;transition:transform .18s,box-shadow .18s,border-color .18s;position:relative;overflow:hidden;box-shadow:0 1px 1px #0d0e140f,0 14px 32px #5b34f014}.app-card:before{content:"";pointer-events:none;opacity:.95;background:radial-gradient(circle at 30% 30%,#5b34f02e,#0000 62%);width:240px;height:240px;position:absolute;inset:-46px -70px auto auto;transform:rotate(10deg)}.app-card:after{content:"";border-radius:inherit;pointer-events:none;position:absolute;inset:0;box-shadow:inset 0 1px #ffffff8c}.app-card:hover{border-color:#5b34f047;transform:translateY(-6px)rotate(.25deg);box-shadow:0 1px 1px #0d0e140f,0 22px 56px #5b34f024}.app-card:active{transform:translateY(-2px)scale(.99)}.app-card__icon{margin-bottom:.8rem;font-size:1.6rem}.app-card__title{letter-spacing:-.01em;margin-bottom:.4rem;font-size:1.1rem;font-weight:650}.app-card__desc{color:var(--color-text-muted);max-width:58ch;margin-bottom:1.25rem;font-size:.95rem;line-height:1.65}.app-card .btn{padding:.7rem 1.25rem;font-size:.95rem}.about-page{max-width:760px;margin:clamp(3rem,7vw,5rem) auto;padding:0 clamp(1.25rem,4vw,2rem)}.about-page p{color:var(--color-text-muted);margin-bottom:1.1rem;font-size:1.02rem;line-height:1.85}.footer{background:var(--color-bg-hero);color:var(--color-text-muted);border-top:1px solid var(--color-border);text-align:center;padding:1.75rem 2rem;font-size:.9rem}.footer a{color:var(--color-primary);transition:color .18s}.footer a:hover{color:var(--color-primary-light)}@media (width<=860px){.features__grid{grid-template-columns:repeat(12,1fr)}.feature-card:first-child,.feature-card:nth-child(2),.feature-card:nth-child(3),.app-card{grid-column:span 6}}@media (width<=640px){.header{padding:0 1.25rem}.header__nav{gap:1.25rem}.header__nav a{font-size:.9rem}.hero{text-align:center;grid-template-columns:1fr;min-height:auto;padding-top:2.5rem}.hero__subtitle{max-width:100%;margin-left:auto;margin-right:auto}.hero__actions{justify-content:center}.hero__image{display:none}.features__grid{grid-template-columns:1fr;max-width:420px;margin:0 auto}.feature-card{padding:1.6rem 1.4rem}.apps-grid{grid-template-columns:1fr}.app-card{grid-column:auto}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.btn,.feature-card,.header__nav a{transition:none}.feature-card:hover,.feature-card:nth-child(2):hover,.feature-card:nth-child(3):hover,.app-card:hover{transform:none}}
