*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{height:100%;overflow:hidden}body{height:100%;overflow:hidden;font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;background:linear-gradient(175deg,#dceef5 0,#e8f2f7 25%,#f5f0eb 60%,#fef9f4 100%);color:#1a1a2e;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.clouds-layer{position:fixed;inset:0;pointer-events:none;z-index:0;overflow:hidden}.cloud{position:absolute;opacity:0;transition:opacity .8s ease;will-change:transform}.cloud.visible{opacity:1}.cloud svg{display:block;width:100%;height:auto}.cloud-1{top:8%;left:6%;width:clamp(120px,16vw,200px)}.cloud-2{top:14%;right:8%;width:clamp(140px,18vw,230px)}.cloud-3{top:55%;left:3%;width:clamp(90px,12vw,150px)}.cloud-4{top:62%;right:5%;width:clamp(100px,14vw,170px)}.cloud-5{top:38%;left:12%;width:clamp(70px,9vw,110px)}.content-wrapper{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;width:100%;max-width:700px;padding:clamp(16px,4vw,40px) clamp(16px,5vw,32px);height:100%}.logo-wrap{margin-bottom:clamp(16px,3vh,28px);flex-shrink:0}.logo-wrap img{height:clamp(38px,6vw,52px);width:auto;display:block}.hero-container{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%}@media(prefers-reduced-motion:no-preference){.hero-animate{opacity:0;transform:translateY(18px)}.hero-animate.entered{animation:heroRise .5s ease forwards}@keyframes heroRise{to{opacity:1;transform:translateY(0)}}}@media(prefers-reduced-motion:reduce){.hero-animate{opacity:1;transform:none}}h1{font-size:clamp(1.7rem,5vw,3.2rem);font-weight:700;line-height:1.2;letter-spacing:-0.02em;color:#1a1a2e;margin-bottom:clamp(10px,2vh,18px);max-width:600px}.supporting-text{font-size:clamp(1rem,2.5vw,1.25rem);font-weight:400;color:#4a4a6a;margin-bottom:clamp(20px,4vh,32px);position:relative;display:inline-block;padding-bottom:8px;line-height:1.5;max-width:500px}.supporting-text::after{content:'';position:absolute;bottom:0;left:10%;right:10%;height:2.5px;background:#e85d5d;border-radius:2px;transform-origin:center}@media(prefers-reduced-motion:no-preference){.supporting-text::after{transform:scaleX(0)}.supporting-text.underline-drawn::after{animation:drawUnderline .45s ease forwards;animation-delay:.3s}@keyframes drawUnderline{to{transform:scaleX(1)}}}@media(prefers-reduced-motion:reduce){.supporting-text::after{transform:scaleX(1)}}.cta-button{display:inline-block;padding:clamp(14px,2.5vw,18px) clamp(32px,6vw,50px);font-size:clamp(1.05rem,2.2vw,1.25rem);font-weight:700;color:#fff;background:#e85d5d;border:none;border-radius:50px;cursor:pointer;text-decoration:none;letter-spacing:.01em;transition:box-shadow .2s ease,background .2s ease;will-change:transform;position:relative;outline:none;-webkit-tap-highlight-color:transparent;user-select:none;-webkit-user-select:none;box-shadow:0 4px 18px rgba(232,93,93,0.35)}.cta-button:focus-visible{outline:2px solid #e85d5d;outline-offset:4px;border-radius:50px}@media(hover:hover){.cta-button:hover{background:#d44f4f;box-shadow:0 6px 24px rgba(232,93,93,0.5)}}.cta-button:active{transform:scaleY(0.95);transition:transform .06s ease;box-shadow:0 2px 10px rgba(232,93,93,0.3)}@media(hover:none){.cta-button:active{background:#d44f4f;box-shadow:0 2px 10px rgba(232,93,93,0.3)}}.footer-mini{flex-shrink:0;font-size:.8rem;color:#8a8aa0;padding-top:clamp(8px,2vh,16px);letter-spacing:.02em}@media(max-width:480px){.cloud-1{top:4%;left:-8%;width:100px}.cloud-2{top:8%;right:-10%;width:120px}.cloud-3{top:50%;left:-6%;width:70px}.cloud-4{top:58%;right:-8%;width:85px}.cloud-5{display:none}.content-wrapper{padding:12px 16px}h1{font-size:clamp(1.5rem,7vw,2rem)}}@media(min-width:1400px){.cloud-1{width:220px}.cloud-2{width:260px}.cloud-3{width:170px}.cloud-4{width:190px}.cloud-5{width:130px}}