.hero{text-align:center;padding:8rem 1rem 6rem;min-height:70vh;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#f9fbff}.dark .hero{background-color:#131313;color:#f3f4f6}.hero__title{font-size:1.875rem;font-weight:600;color:#f89921;margin-bottom:1rem}@media(min-width:768px){.hero__title{font-size:2.25rem}}.hero__wave{display:inline-block;animation:wave 2s infinite;transform-origin:70% 70%;margin-left:.3rem}.hero__intro{font-size:1.5rem;font-weight:600;color:#111827}.hero__bounce{animation:bounceText 2s ease-in-out infinite;display:inline-block}.hero__card{background-color:#fff;border-radius:1rem;box-shadow:0 4px 35.4px 0 rgba(255,0,246,.1019607843);width:100%;max-width:46rem;margin:2rem auto 0;height:200px;position:relative;overflow:hidden;border:1px solid;border-image-source:linear-gradient(90deg,#CED8FF,rgba(255,0,247,.1));border-image-slice:1}.hero__textarea{width:100%;height:100%;resize:none;outline:none;font-size:.875rem;padding:1rem;border:none;border-radius:1rem;background-color:rgba(0,0,0,0);color:#374151}.hero__textarea::placeholder{color:#9ca3af}.hero__action{position:absolute;bottom:1rem;right:1rem;display:flex;gap:.5rem;z-index:2}.hero__button{background-color:#34a853;color:#fff;padding:.5rem .75rem;border:none;border-radius:9999px;font-size:1.2rem;cursor:pointer;transition:background-color .2s ease}.hero__button:hover{background-color:#16a34a}.hero__button--audio{background-color:#fff;color:#111827}.hero__button--audio:hover{background-color:#e5e7eb}.hero__button:focus{outline:2px solid #22c55e;outline-offset:2px}.dark .hero__intro{color:#f9fafb}.dark .hero__card{background-color:#1f2937;border-color:#374151;box-shadow:0 4px 25px rgba(0,0,0,.6)}.dark .hero__textarea{color:#e5e7eb}.dark .hero__textarea::placeholder{color:#9ca3af}.dark .hero__button--audio{background-color:#374151;color:#f9fafb}.dark .hero__button--audio:hover{background-color:#4b5563}.hero__redirect-overlay{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;padding:1rem;background:rgba(17,24,39,.45);backdrop-filter:blur(3px);z-index:120000}.hero__redirect-modal{width:100%;max-width:420px;background:#fff;color:#111827;border-radius:1.25rem;padding:1.75rem 2rem;box-shadow:0 16px 60px rgba(0,0,0,.14);text-align:center}.hero__redirect-icon{width:72px;height:72px;margin:0 auto 1rem;border-radius:20px;background:#e8ffe5;color:#2dc26e;display:grid;place-items:center}.hero__redirect-text{font-size:1rem;line-height:1.55;color:#111827}.dark .hero__redirect-modal{background:#111827;color:#e5e7eb;box-shadow:0 16px 60px rgba(0,0,0,.55)}.dark .hero__redirect-icon{background:rgba(45,194,110,.12);color:#34d399}.dark .hero__redirect-text{color:#e5e7eb}