*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif;color:#241f21;background:#fff7f7}body:before{content:"";position:fixed;inset:0;z-index:-2;background:radial-gradient(circle at 50% 8%,#fff 0,#fff3f4 35%,#fff 75%,#ffe9eb)}.bg{position:fixed;inset:0;overflow:hidden;z-index:-1}.orb{position:absolute;border-radius:50%;filter:blur(5px);opacity:.45}.a{width:420px;height:420px;right:-190px;top:50px;background:#ffd0d4}.b{width:330px;height:330px;left:-180px;top:340px;background:#ffe0e3}.container{width:min(820px,calc(100% - 24px));margin:auto;padding:30px 0}.hero{text-align:center}.brand{width:78px;height:78px;border-radius:50%;margin:auto;display:grid;place-items:center;background:linear-gradient(145deg,#ef3340,#9f1822);color:#fff;font-size:38px;box-shadow:0 12px 30px #8b1c2730;position:relative}.brand b{position:absolute;font-size:22px;top:18px}.eyebrow{color:#a51e28;font-family:cursive;font-weight:700;margin:10px 0 4px}.hero h1{margin:0;color:#74151d;font-size:clamp(28px,5vw,42px)}.tagline{text-transform:uppercase;letter-spacing:.22em;color:#5e575a;font-size:14px;margin-top:6px}.hero p{color:#3c3739}.divider{width:60px;height:5px;border-radius:20px;background:#d42b37;margin:15px auto 24px}.links{display:grid;gap:13px}.card{display:flex;align-items:center;gap:16px;min-height:98px;padding:14px 16px 14px 20px;background:#fffffff0;border:1px solid #fff;border-radius:23px;text-decoration:none;color:inherit;box-shadow:0 14px 35px #751d2714;position:relative;overflow:hidden;opacity:0;transform:translateY(12px);animation:rise .5s ease forwards;animation-delay:var(--delay);transition:.2s}.card:hover{transform:translateY(-3px);box-shadow:0 20px 44px #751d2720}.corner{position:absolute;left:0;top:0;width:65px;height:65px;background:linear-gradient(135deg,#f43a46 0 48%,transparent 49%)}.icon{z-index:1;flex:0 0 62px;width:62px;height:62px;border-radius:50%;display:grid;place-items:center;color:#fff;box-shadow:0 8px 18px #8c1c271c}.icon.red{background:linear-gradient(145deg,#f03b46,#b51f2a)}.icon.danger{background:linear-gradient(145deg,#ff3842,#d1121e)}.icon.dark{background:linear-gradient(145deg,#a62a33,#64161d)}.icon.pink{background:linear-gradient(145deg,#ff5b70,#dc3150)}.icon svg{width:31px;height:31px}.copy{flex:1;min-width:0}.copy h2{font-size:17px;margin:0 0 4px}.copy p{font-size:13px;color:#777176;margin:0;line-height:1.4}.arrow{width:43px;height:43px;border-radius:50%;display:grid;place-items:center;background:#ffe0e2;color:#d4212d;font-size:35px}.values{margin-top:24px;padding:18px;text-align:center;background:#fff3f4bb;border-radius:25px}.values strong{color:#bd2a34;font-size:14px}.values-row{display:flex;justify-content:center;gap:15px;flex-wrap:wrap;color:#6b6467;font-size:12px;margin-top:14px}.values-row i{width:1px;background:#d9babc}footer{text-align:center;color:#a21b25;font-weight:800;margin-top:23px;font-size:13px}footer small{display:block;color:#8b7a7c;font-weight:500;margin-top:4px}@keyframes rise{to{opacity:1;transform:none}}@media(max-width:600px){.container{padding-top:22px}.brand{width:70px;height:70px}.card{min-height:88px;padding:11px 12px 11px 16px;gap:12px;border-radius:20px}.icon{width:56px;height:56px;flex-basis:56px}.corner{width:57px;height:57px}.copy h2{font-size:14px}.copy p{font-size:11px}.arrow{width:37px;height:37px;font-size:30px}.values-row i{display:none}}