:root{--bg:#FFFC00;--txt:#000;--acc:#7EC8F2;--surf:#FFF;--line:#E0E0E0}*,::after,::before{box-sizing:border-box}body,html{margin:0;padding:0;width:100%;min-height:100vh;background-color:var(--bg);color:var(--txt);font-family:'Work Sans',sans-serif;overflow-x:hidden}body{display:flex;flex-direction:column;position:relative}.bg-pattern{position:absolute;inset:0;z-index:0;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160' viewBox='0 0 160 160'%3E%3Cg opacity='0.3'%3E%3Cpath d='M30,30 C30,20 45,20 45,30 C45,35 40,40 35,40 L30,45 L32,38 C30,35 30,30 30,30 Z' fill='%23FFF'/%3E%3Cpath d='M100,110 C100,100 115,100 115,110 C115,115 110,120 105,120 L100,125 L102,118 C100,115 100,110 100,110 Z' fill='%23FFF'/%3E%3Ccircle cx='80' cy='50' r='2' fill='%23000'/%3E%3Ccircle cx='140' cy='30' r='3' fill='%23000'/%3E%3Ccircle cx='20' cy='120' r='2' fill='%23000'/%3E%3Ctext x='60' y='140' font-family='sans-serif' font-size='14' font-weight='bold' fill='%237EC8F2'%3E@%3C/text%3E%3Ctext x='130' y='80' font-family='sans-serif' font-size='18' font-weight='bold' fill='%23FFF' opacity='0.8'%3E@%3C/text%3E%3Cpath d='M10,70 L25,60' stroke='%23000' stroke-width='0.5' fill='none'/%3E%3Cpath d='M130,140 L150,150' stroke='%23000' stroke-width='0.5' fill='none'/%3E%3C/g%3E%3C/svg%3E");background-repeat:repeat}header{position:absolute;top:0;left:0;padding:1.5rem;z-index:10;width:100%}header img{max-height:40px;width:auto}main{flex:1;display:flex;flex-direction:column;position:relative;z-index:5;padding:12vh 2rem 2rem;align-items:center;justify-content:center;max-width:1400px;margin:0 auto;width:100%}.hero-content{text-align:center;width:100%;display:flex;flex-direction:column;align-items:center;margin-bottom:6vh}.h1-wrap{position:relative;display:inline-block;max-width:90%}h1{font-family:'M PLUS Rounded 1c',sans-serif;font-weight:900;font-size:clamp(2.5rem,6vw,6rem);line-height:1.05;margin:0;letter-spacing:-.02em;position:relative;z-index:2;text-wrap:balance}.vignette{position:absolute;bottom:-20%;left:50%;transform:translateX(-50%);width:120vw;height:250px;background:radial-gradient(ellipse at center,rgba(0,0,0,.12) 0,transparent 60%);pointer-events:none;z-index:1;opacity:0;animation:fadeIn 1s .2s ease forwards}.support-line{font-size:clamp(1rem,1.5vw,1.3rem);font-weight:600;margin:1.5rem 0 0;max-width:650px;text-wrap:balance;opacity:.9}.action-area{display:flex;align-items:center;justify-content:center;gap:2rem;width:100%;max-width:800px}.ghost-spacer{width:90px;flex-shrink:0}.cta-group{display:flex;flex-direction:column;align-items:center;position:relative}.access-badge{position:absolute;bottom:100%;margin-bottom:1rem;background-color:var(--surf);color:var(--txt);border:1px solid var(--line);padding:.4rem 1rem;border-radius:20px;font-size:.75rem;font-weight:600;white-space:nowrap;box-shadow:0 4px 6px rgba(0,0,0,.05);opacity:0;transform:translateY(15px);animation:slideUp .6s ease-out forwards,softPulse 1s .6s ease-out}.cta-btn{display:inline-flex;align-items:center;justify-content:center;background-color:var(--txt);color:var(--surf);font-family:'M PLUS Rounded 1c',sans-serif;font-weight:700;font-size:clamp(1.1rem,2vw,1.4rem);text-decoration:none;padding:1.2rem 2.5rem;border-radius:50px;border:2px solid var(--surf);box-shadow:0 8px 20px rgba(0,0,0,.3);transition:transform .2s ease,box-shadow .2s ease;position:relative;z-index:2;white-space:nowrap}.cta-btn:focus-visible{outline:4px solid var(--surf);outline-offset:2px}.cta-btn:hover{transform:translateY(-2px);box-shadow:0 12px 24px rgba(0,0,0,.4)}.cta-btn:active{transform:translateY(1px);box-shadow:0 4px 10px rgba(0,0,0,.2)}.reassurance{font-size:.85rem;font-weight:600;margin-top:1rem;opacity:0;animation:fadeIn .4s .4s ease forwards;color:var(--txt)}.cp-badge-wrap{width:90px;height:90px;flex-shrink:0;perspective:500px;animation:floatBadge 6s ease-in-out infinite}.cp-badge{width:100%;height:100%;overflow:visible}footer{padding:1.5rem;text-align:center;font-weight:600;font-size:.9rem;z-index:10;position:relative}@keyframes fadeIn{to{opacity:1}}@keyframes slideUp{to{opacity:1;transform:translateY(0)}}@keyframes softPulse{0%{background-color:var(--surf);box-shadow:0 4px 6px rgba(0,0,0,.05)}50%{background-color:#fffce6;box-shadow:0 0 20px 8px rgba(255,255,255,.9)}100%{background-color:var(--surf);box-shadow:0 4px 6px rgba(0,0,0,.05)}}@keyframes floatBadge{0%,100%{transform:translateY(0) rotate(-2deg)}50%{transform:translateY(-12px) rotate(2deg)}}@media(max-width:768px){main{padding-top:100px;justify-content:flex-start}.hero-content{margin-bottom:3rem}.action-area{flex-direction:row;flex-wrap:wrap;gap:1.2rem}.ghost-spacer{display:none}.cp-badge-wrap{width:70px;height:70px}.cta-btn{padding:1rem 2rem}}@media(max-width:430px){.action-area{gap:1rem}.cp-badge-wrap{width:60px;height:60px}.access-badge{font-size:.7rem;padding:.3rem .8rem}}@media(prefers-reduced-motion:reduce){*,::after,::before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}