@import"https://fonts.googleapis.com/css2?family=Manrope:wght@500;600;700;800&family=Sora:wght@600;700;800&display=swap";:root{--bg: #f9faf8;--surface: rgba(255, 255, 255, .82);--surface-strong: #ffffff;--text: #083f31;--text-muted: #6b7280;--border: rgba(6, 95, 70, .12);--emerald-900: #083f31;--emerald-800: #065f46;--emerald-700: #047857;--emerald-600: #059669;--emerald-100: #d1fae5;--emerald-50: #ecfdf5;--orange-500: #f97316;--orange-100: #ffedd5;--shadow-soft: 0 24px 60px rgba(6, 95, 70, .08);--shadow-float: 0 18px 50px rgba(249, 115, 22, .12);--radius-xl: 32px;--radius-lg: 24px;--radius-md: 18px;--shell-wide: min(1160px, calc(100vw - 40px) );--shell: min(860px, calc(100vw - 40px) )}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;background:radial-gradient(circle at top left,rgba(249,115,22,.1),transparent 32%),radial-gradient(circle at top right,rgba(5,150,105,.1),transparent 36%),linear-gradient(180deg,#f8fbf9,#eef6f2);color:var(--text);font-family:Manrope,sans-serif}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input,textarea,select{font:inherit}.site-root{position:relative;overflow:hidden;min-height:100vh}.ambient{position:absolute;inset:auto;width:40rem;height:40rem;border-radius:999px;filter:blur(100px);opacity:.25;pointer-events:none}.ambient--left{top:-15rem;left:-15rem;background:#f9731633}.ambient--right{top:15rem;right:-15rem;background:#05966933}.shell,.shell--wide{width:var(--shell);margin:0 auto}.shell--wide{width:var(--shell-wide)}.site-header{position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:24px 0 12px;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.brand-lockup{display:inline-flex;align-items:center;gap:16px}.brand-lockup__mark{width:60px;height:60px;border-radius:20px;box-shadow:var(--shadow-soft);animation:float-joy 4s ease-in-out infinite}.brand-lockup__name{margin:0;font-family:Sora,sans-serif;font-size:1.4rem;font-weight:800;letter-spacing:-.03em}.site-nav{display:inline-flex;align-items:center;gap:8px;padding:8px;border:1px solid var(--border);background:#ffffffa6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:999px}.site-nav__link{padding:10px 18px;border-radius:999px;color:var(--text-muted);font-size:.95rem;font-weight:600;transition:all .18s ease}.site-nav__link:hover,.site-nav__link--active{background:var(--emerald-50);color:var(--emerald-800)}.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:52px;padding:0 22px;border:1px solid transparent;border-radius:999px;font-weight:800;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,border-color .18s ease,color .18s ease}.button:hover{transform:translateY(-1px)}.button--primary{background:linear-gradient(135deg,var(--emerald-700),var(--emerald-600));color:#fff;box-shadow:0 18px 36px #05966933}.button--secondary{background:#ffffffb3;border-color:var(--border);color:var(--emerald-800)}.button--ghost{background:transparent;border-color:var(--border);color:var(--text-muted)}.hero{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:60px;align-items:center;padding:100px 0 80px}.hero__copy,.hero__visual,.info-section__copy,.info-section__visual,.benefit-card,.checklist-section{opacity:0;transform:translateY(24px);animation:rise-in .72s cubic-bezier(.2,.8,.2,1) forwards}.hero__copy h1{margin:12px 0 20px;font-family:Sora,sans-serif;font-size:clamp(3.2rem,8vw,6rem);line-height:.94;letter-spacing:-.06em;font-weight:800}.hero__lede{font-size:1.25rem;color:var(--text-muted);line-height:1.6;max-width:45ch}.hero__main-image{width:100%;max-width:780px;height:auto;filter:drop-shadow(0 40px 100px rgba(8,63,49,.15));animation:hero-bounce 6s ease-in-out infinite}@keyframes hero-bounce{0%,to{transform:translateY(0) scale(1) rotate(0)}50%{transform:translateY(-25px) scale(1.02) rotate(1deg)}}.benefit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;padding:80px 0}.benefit-card{text-align:center;background:var(--surface);padding:40px 30px;border-radius:40px;border:1px solid var(--border);transition:transform .3s ease}.benefit-card:hover{transform:translateY(-8px)}.benefit-card__art{width:80px;height:80px;margin:0 auto 24px}.benefit-card h3{font-family:Sora,sans-serif;font-size:1.5rem;font-weight:800;margin-bottom:12px}.benefit-card p{color:var(--text-muted);line-height:1.6}.info-section{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;padding:120px 0}.info-section--reverse{direction:rtl}.info-section--reverse>*{direction:ltr}.info-section__copy h2{font-family:Sora,sans-serif;font-size:clamp(2.5rem,5vw,4rem);line-height:1.05;letter-spacing:-.04em;margin:12px 0 24px;font-weight:800}.info-section__copy p{font-size:1.15rem;color:var(--text-muted);line-height:1.7;margin-bottom:32px}.info-section__list{list-style:none;padding:0;display:grid;gap:16px}.info-section__list li{display:flex;align-items:center;gap:12px;font-weight:600;color:var(--text)}.info-section__list svg{width:24px;height:24px;color:var(--emerald-600)}.info-section__visual img{width:100%;border-radius:32px;box-shadow:var(--shadow-soft)}.checklist-section{padding:120px 0;text-align:center}.text-center{text-align:center}.section-heading h2{font-family:Sora,sans-serif;font-size:3.5rem;font-weight:800;margin:16px 0}.checklist-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;max-width:800px;margin:60px auto 0}.checklist-item{display:flex;align-items:center;gap:14px;padding:24px;background:var(--surface);border:1px solid var(--border);border-radius:24px;text-align:left;font-weight:700}.checklist-item svg{width:24px;height:24px;color:var(--orange-500)}.header-right{display:flex;align-items:center;gap:16px}.lang-switcher{background:none;border:1px solid var(--border);padding:6px 12px;border-radius:999px;font-weight:800;font-size:.8rem;cursor:pointer;color:var(--emerald-800);transition:all .18s ease}.lang-switcher:hover{background:var(--emerald-50)}.fab-button{position:fixed;bottom:30px;right:30px;z-index:100;background:var(--orange-500);color:#fff;padding:16px 28px;border-radius:999px;font-weight:800;text-decoration:none;box-shadow:0 12px 40px #f973164d;transition:all .3s cubic-bezier(.175,.885,.32,1.275)}.fab-button:hover{transform:scale(1.05) translateY(-5px);box-shadow:0 20px 50px #f9731666}.fab-button.bounce{animation:fab-bounce 4s infinite}@keyframes fab-bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.site-footer{padding:100px 0 60px;border-top:1px solid var(--border);margin-top:60px}.footer-grid{display:grid;grid-template-columns:1fr 2fr;gap:60px}.footer-brand{display:flex;flex-direction:column;gap:30px}.qr-container{display:flex;align-items:center;gap:16px}.qr-image{width:100px;height:100px;padding:8px;background:#fff;border-radius:16px;border:1px solid var(--border)}.qr-container p{font-size:.9rem;font-weight:700;color:var(--text-muted);max-width:100px}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.footer-column h4{font-family:Sora,sans-serif;font-size:1rem;font-weight:800;margin-bottom:24px}.footer-column{display:flex;flex-direction:column;gap:12px}.footer-column a{color:var(--text-muted);text-decoration:none;font-weight:600;transition:color .18s ease}.footer-column a:hover{color:var(--emerald-700)}.store-badge{display:inline-block;padding:10px 16px;background:var(--text);color:#fff!important;border-radius:12px;font-size:.85rem;text-align:center}.footer-bottom{margin-top:80px;padding-top:30px;border-top:1px solid rgba(6,95,70,.05);text-align:center;color:var(--text-muted);font-size:.9rem}.auth-route{padding:56px 0 20px}.auth-shell{display:flex;justify-content:center}.auth-card{width:min(100%,560px);padding:34px;border-radius:32px;border:1px solid var(--border);background:linear-gradient(180deg,#ffffffeb,#ffffffd6),radial-gradient(circle at top right,rgba(249,115,22,.1),transparent 35%);box-shadow:var(--shadow-soft);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.auth-pill{display:inline-flex;align-items:center;min-height:34px;padding:0 14px;border-radius:999px;background:var(--emerald-50);color:var(--emerald-800);font-size:.82rem;font-weight:800}.auth-title{margin:18px 0 10px;font-family:Sora,sans-serif;font-size:clamp(2rem,5vw,3rem);line-height:1.02;letter-spacing:-.05em}.auth-copy{margin:0;color:var(--text-muted);font-size:1.05rem;line-height:1.65}.auth-spinner{width:46px;height:46px;margin-top:26px;border:4px solid rgba(5,150,105,.14);border-top-color:var(--emerald-600);border-radius:999px;animation:auth-spin .9s linear infinite}.auth-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.auth-form{display:grid;gap:16px;margin-top:28px}.auth-field{display:grid;gap:8px}.auth-field span{font-size:.92rem;font-weight:800;color:var(--emerald-900)}.auth-field input{width:100%;min-height:54px;padding:0 16px;border-radius:18px;border:1px solid rgba(6,95,70,.16);background:#ffffffeb;color:var(--text);outline:none;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.auth-field input:focus{border-color:var(--emerald-600);box-shadow:0 0 0 4px #0596691f}.auth-field__hint{margin:-4px 0 0;color:var(--text-muted);font-size:.92rem}.auth-submit{width:100%;border:0;cursor:pointer}.auth-submit:disabled{cursor:progress;opacity:.72}@keyframes auth-spin{to{transform:rotate(360deg)}}@media (max-width: 768px){.footer-grid{grid-template-columns:1fr;text-align:center}.footer-brand,.qr-container,.footer-links{justify-content:center;align-items:center}.footer-links{grid-template-columns:1fr}.auth-route{padding-top:28px}.auth-card{padding:24px;border-radius:26px}.auth-actions{flex-direction:column}}@keyframes rise-in{to{opacity:1;transform:translateY(0)}}@keyframes float-joy{0%,to{transform:translateY(0) rotate(-1deg)}50%{transform:translateY(-8px) rotate(2deg)}}@media (max-width: 1024px){.hero,.info-section{grid-template-columns:1fr;text-align:center;gap:40px}.hero__copy,.info-section__copy{display:flex;flex-direction:column;align-items:center}.benefit-grid,.checklist-grid{grid-template-columns:1fr}}
