:root{--ig-grad:linear-gradient(45deg,#f09433 0,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);--bg:#fcfcfc;--text:#1a202c;--card-bg:rgba(255,255,255,0.75)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:'Plus Jakarta Sans',sans-serif;background-color:var(--bg);color:var(--text);height:100dvh;width:100vw;overflow:hidden;display:flex;flex-direction:column;align-items:center;position:relative}body::before{content:"";position:absolute;inset:-50%;background-image:radial-gradient(circle at center,#000 .5px,transparent 1px);background-size:24px 24px;opacity:.03;z-index:0;animation:drift 60s linear infinite;transform:translate(var(--px,0),var(--py,0))}@keyframes drift{0%{background-position:0 0}100%{background-position:-1000px 1000px}}.glow{position:absolute;border-radius:50%;filter:blur(100px);opacity:.12;z-index:0;pointer-events:none;animation:pulseGlow 8s ease-in-out infinite alternate}.g1{width:40vw;height:40vw;background:#dc2743;top:-10%;left:-10%}.g2{width:50vw;height:50vw;background:#bc1888;bottom:-20%;right:-10%;animation-delay:-4s}@keyframes pulseGlow{0%{transform:scale(1);opacity:.1}100%{transform:scale(1.2);opacity:.2}}header{position:relative;z-index:10;width:100%;padding:2rem;display:flex;justify-content:center}header img{height:40px;width:auto;mix-blend-mode:multiply}main{flex:1;display:flex;align-items:center;justify-content:center;width:100%;padding:1rem;z-index:10;position:relative;perspective:1000px}.card{background:var(--card-bg);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.5);box-shadow:0 20px 40px rgba(0,0,0,.04),inset 0 1px 0 rgba(255,255,255,1);border-radius:24px;padding:clamp(2rem,5vw,4rem);max-width:700px;width:100%;text-align:center;transform-style:preserve-3d;transition:transform .3s cubic-bezier(.175,.885,.32,1.275)}h1{font-size:clamp(2.5rem,6vw,4rem);font-weight:700;line-height:1.05;letter-spacing:-.03em;margin-bottom:1rem}.g-text{background:var(--ig-grad);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.subtitle{font-size:clamp(1rem,2vw,1.125rem);font-weight:400;color:#4a5568;line-height:1.5;margin-bottom:2rem;max-width:90%;margin-left:auto;margin-right:auto;letter-spacing:.5px}.cta-container{position:relative;display:inline-block;margin-bottom:2.5rem;width:100%;max-width:320px}.cta{display:flex;align-items:center;justify-content:center;width:100%;padding:1.25rem 2rem;background:var(--ig-grad);color:#fff;text-decoration:none;font-weight:700;font-size:1.125rem;border-radius:12px;position:relative;z-index:2;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 10px 20px rgba(220,39,67,.2)}.cta:hover,.cta:focus{transform:translateY(-2px);box-shadow:0 15px 30px rgba(220,39,67,.3);outline:none}.cta::after{content:'';position:absolute;inset:-4px;border-radius:16px;border:1.5px solid #dc2743;opacity:0;z-index:1;animation:ringPulse 2s cubic-bezier(.16,1,.3,1) infinite}@keyframes ringPulse{0%{transform:scale(.95);opacity:1}100%{transform:scale(1.1);opacity:0}}.trust-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;align-items:center}.trust-item{display:flex;align-items:center;gap:.5rem;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:#718096;opacity:0;animation:fadeUp .6s cubic-bezier(.16,1,.3,1) forwards}.trust-item:nth-child(1){animation-delay:.1s}.trust-item:nth-child(2){animation-delay:.2s}.trust-item:nth-child(3){animation-delay:.3s}.trust-item:nth-child(4){animation-delay:.4s}@keyframes fadeUp{0%{opacity:0;transform:translateY(10px)}100%{opacity:1;transform:translateY(0)}}.trust-icon{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}footer{position:relative;z-index:10;padding:1.5rem;width:100%;text-align:center;font-size:.875rem;color:#a0aec0}footer a{color:inherit;text-decoration:none;margin:0 .5rem;transition:color .2s}footer a:hover{color:var(--text)}@media(max-width:600px){.trust-grid{flex-direction:column;gap:1rem}.card{padding:2rem 1.5rem;max-height:80vh;overflow-y:auto;overflow-x:hidden}}@media(prefers-reduced-motion:reduce){body::before,.glow,.cta::after,.trust-item,.card{animation:none!important;transition:none!important;transform:none!important;opacity:1!important}}