:root {
      --purple: rgba(92, 23, 210, 1);
      --purple-2: #7b39ef;
      --ink: #17131f;
      --muted: #756e7e;
      --soft: #faf8ff;
      --line: rgba(92, 23, 210, .12);
      --gold: #ffb600;
      --dark: #21142b;
      --shadow: 0 18px 50px rgba(69, 25, 130, .10);
    }
    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body { margin: 0; color: var(--ink); background: #fff; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; overflow-x: hidden; }
    body::selection { background: #d8c5ff; color: #2d075f; }
    a { color: inherit; text-decoration: none; }
    img { display: block; max-width: 100%; }
    button { font: inherit; }
    .page-shell { position: relative; }
    .progress { position: fixed; left: 0; top: 0; height: 3px; width: 0; z-index: 100; background: linear-gradient(90deg, #6d25ed, #ff9edb, #ffb000); box-shadow: 0 0 15px #a56aff; }
    .site-header { position: fixed; z-index: 50; top: 0; left: 0; right: 0; padding: 18px 0; transition: .35s ease; }
    .site-header.scrolled { padding: 10px 0; background: rgba(255,255,255,.76); backdrop-filter: blur(20px); box-shadow: 0 10px 30px rgba(57, 17, 111, .08); }
    .nav-wrap { width: min(1180px, calc(100% - 40px)); margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
    .brand { display: inline-flex; align-items: center; gap: 10px; font-size: 18px; font-weight: 800; color: var(--purple); letter-spacing: -.04em; white-space: nowrap; }
    .brand img { width: 31px; height: 31px; border-radius: 9px; box-shadow: 0 5px 14px rgba(92,23,210,.2); }
    .nav-links { display: flex; align-items: center; gap: 27px; margin-left: auto; }
    .nav-link { position: relative; padding: 10px 0; color: #3e3548; font-size: 12px; font-weight: 700; transition: color .25s ease; }
    .nav-link::after { content: ""; position: absolute; left: 0; right: 0; bottom: 2px; height: 2px; border-radius: 99px; background: var(--purple); transform: scaleX(0); transform-origin: left; transition: transform .3s ease; }
    .nav-link:hover, .nav-link.active { color: rgba(91, 23, 211, 1); }
    .nav-link.active::after, .nav-link:hover::after { transform: scaleX(1); }
    .hero-cta { display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 0; cursor: pointer; background: linear-gradient(110deg, #6e28e9, #9d63f8); color: #fff; padding: 12px 18px; border-radius: 999px; font-size: 12px; font-weight: 800; box-shadow: 0 13px 28px rgba(103, 39, 218, .26); transition: transform .25s ease, box-shadow .25s ease; }
    .hero-cta:hover { transform: translateY(-3px) scale(1.02); box-shadow: 0 18px 35px rgba(103, 39, 218, .38); }
    .hero-cta .arrow { font-size: 17px; line-height: 0; transition: transform .25s ease; }
    .hero-cta:hover .arrow { transform: translateX(4px); }
    .menu-toggle { display: none; border: 0; background: rgba(255,255,255,.72); border-radius: 12px; padding: 9px; color: var(--purple); cursor: pointer; }
    .hero { min-height: 740px; position: relative; display: flex; align-items: center; overflow: hidden; isolation: isolate; background: #e9d8ff; }
    .hero::before { content: ""; position: absolute; inset: 0; z-index: -2; background: url('../img/banner.png') center top / cover no-repeat; transform: scale(1.025); animation: heroBreath 10s ease-in-out infinite alternate; }
    .hero::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(239,225,255,.58), transparent 68%); pointer-events: none; }
    .hero-inner { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 118px 0 110px; display: grid; grid-template-columns: minmax(0, .9fr) minmax(330px, 1.1fr); align-items: center; }
    .hero-copy { max-width: 570px; padding-top: 14px; }
    .eyebrow { display: inline-flex; align-items: center; gap: 9px; padding: 8px 12px; border: 1px solid rgba(92,23,210,.15); background: rgba(255,255,255,.46); color: #5f39ad; border-radius: 999px; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; box-shadow: 0 8px 26px rgba(100, 40, 180, .08); }
    .eyebrow .dot { width: 7px; height: 7px; border-radius: 50%; background: #ffb000; box-shadow: 0 0 0 5px rgba(255,176,0,.12), 0 0 16px #ffb000; animation: pulse 1.8s infinite; }
    h1, h2, h3, p { margin-top: 0; }
    .hero h1 { margin: 24px 0 17px; max-width: 620px; font-size: clamp(46px, 6vw, 52px); line-height: .98; letter-spacing: -.075em; font-weight: 900; }
    .hero h1 .gradient-text { display: block; background: linear-gradient(100deg, #6219d6 5%, #9b43f4 45%, #e95fc0 95%); -webkit-background-clip: text; background-clip: text; color: transparent; }
    .hero-desc { max-width: 490px; color: #675d72; line-height: 1.75; font-size: 15px; margin-bottom: 35px;}
    .hero-actions { display: flex; align-items: center; gap: 18px; margin: 29px 0 31px; }
    .hero-link { color: #54319b; font-size: 13px; font-weight: 800; display: inline-flex; gap: 8px; align-items: center; }
    .hero-link span { font-size: 18px; transition: transform .25s ease; }
    .hero-link:hover span { transform: translateX(5px); }
    .quick-features { display: flex; flex-wrap: wrap; gap: 11px; }
    .quick-feature { display: flex; align-items: center; gap: 8px; padding: 8px 10px; border-radius: 12px; background: rgba(255,255,255,.58);min-width: 150px; border: 1px solid rgba(255,255,255,.82); backdrop-filter: blur(8px); box-shadow: 0 6px 20px rgba(74,29,129,.07); }
    .quick-feature img { width: 24px; height: 24px; object-fit: contain; }
    .quick-feature strong { display: block; font-size: 10px; line-height: 1.2; }
    .quick-feature small { color: #8a7f97; font-size: 9px; }
    .hero-spacer { min-height: 400px; }
    .floating-chip { position: absolute; padding: 12px 15px; border: 1px solid rgba(255,255,255,.8); border-radius: 17px; background: rgba(255,255,255,.5); backdrop-filter: blur(16px); font-weight: 800; color: #533497; box-shadow: 0 14px 30px rgba(100,32,183,.12); font-size: 11px; animation: float 5s ease-in-out infinite; }
    .floating-chip.one { left: 6%; bottom: 20%; animation-delay: -.8s; }
    .floating-chip.two { right: 7%; top: 25%; animation-delay: -2.4s; }
    .hero-orbit { position: absolute; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; pointer-events: none; }
    .hero-orbit::after { content: ""; position: absolute; width: 8px; height: 8px; border-radius: 50%; background: #ffb400; box-shadow: 0 0 18px #ffb400; top: 10%; left: 12%; }
    .hero-orbit.o1 { width: 620px; height: 240px; right: 5%; top: 27%; transform: rotate(-18deg); animation: orbit 16s linear infinite; }
    .hero-orbit.o2 { width: 480px; height: 190px; right: 10%; top: 35%; transform: rotate(22deg); animation: orbitReverse 13s linear infinite; opacity: .8; }
    .section { position: relative; padding: 116px 0; overflow: hidden; }
    .section.soft { background: var(--soft); }
    .section.dark { background: var(--dark); color: #fff; }
    .container { width: min(1030px, calc(100% - 40px)); margin: auto; position: relative; }
    .section-heading { max-width: 680px; margin: 0 auto 50px; text-align: center; }
    .section-heading .kicker { color: var(--purple); font-size: 11px; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; margin-bottom: 12px; }
    .dark .section-heading .kicker { color: #e3c4ff; }
    .section-heading h2 { font-size: clamp(32px, 4vw, 48px); letter-spacing: -.065em; line-height: 1.05; margin-bottom: 15px; font-weight: 900; }
    .section-heading p { color: var(--muted); line-height: 1.7; font-size: 14px; margin-bottom: 0; }
    .dark .section-heading p { color: #cfc1db; }
    .stats-wrap { position: relative; z-index: 4; margin-top: -45px; }
    .stats-card { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; background: rgba(255,255,255,.94); border: 1px solid rgba(255,255,255,.9); border-radius: 22px; box-shadow: 0 20px 50px rgba(77, 34, 145, .16); padding: 15px; backdrop-filter: blur(15px); }
    .stat { position: relative; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 13px; padding: 12px 18px; }
    .stat + .stat::before { content: ""; position: absolute; left: 0; top: 18%; height: 64%; width: 1px; background: var(--line); }
    .stat img { width: 38px; height: 38px; object-fit: contain; }
    .stat small { display: block; color: #766c84; font-size: 10px; font-weight: 800; margin-bottom: 6px; }
    .stat strong { display: block; color: var(--purple); font-size: 18px; letter-spacing: -.04em; }
    .cards-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
    .feature-card { position: relative; min-height: 173px; padding: 21px 18px 18px; border: 1px solid rgba(92,23,210,.1); border-radius: 18px; background: rgba(255,255,255,.82); box-shadow: 0 7px 18px rgba(80,31,151,.06); overflow: hidden; transition: transform .35s cubic-bezier(.2,.8,.2,1), box-shadow .35s ease, border-color .35s ease; }
    .feature-card::before { content: ""; position: absolute; width: 95px; height: 95px; right: -35px; bottom: -42px; background: radial-gradient(circle, rgba(195,160,255,.32), transparent 67%); transition: transform .4s ease; }
    .feature-card:hover { transform: translateY(-9px) rotateX(2deg) rotateY(-2deg); box-shadow: 0 20px 40px rgba(82,32,156,.14); border-color: rgba(92,23,210,.22); }
    .feature-card:hover::before { transform: scale(2.1); }
    .feature-icon { width: 39px; height: 39px; border-radius: 12px; background: #f0e8ff; display: grid; place-items: center; margin-bottom: 18px; }
    .feature-icon img { width: 27px; height: 27px; object-fit: contain; }
    .feature-card:nth-child(3n) .feature-icon { background: #dff9ee; }
    .feature-card:nth-child(4n) .feature-icon { background: #fff3d0; }
    .feature-number { position: absolute; top: 20px; right: 17px; font-size: 10px; color: #d7c7f8; font-weight: 900; }
    .feature-card h3 { font-size: 13px; margin-bottom: 9px; letter-spacing: -.03em; }
    .feature-card p { color: #8a8292; font-size: 10px; line-height: 1.55; margin: 0; }
    .process { background: #fff; }
    .process-track { position: relative; height: 4px; background: linear-gradient(90deg, #8349eb, #e7a6f0, #ffa600); border-radius: 99px; margin: 0 auto 30px; max-width: 840px; }
    .process-track::after { content: ""; position: absolute; inset: -4px 0; background: inherit; filter: blur(9px); opacity: .3; border-radius: inherit; }
    .steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 34px; }
    .step { text-align: center; position: relative; }
    .step-index { width: 22px; height: 22px; display: grid; place-items: center; margin: -42px auto 16px; border-radius: 50%; background: var(--purple-2); color: white; font-size: 11px; font-weight: 900; box-shadow: 0 0 0 6px rgba(123,57,239,.10), 0 0 24px rgba(123,57,239,.5); position: relative; z-index: 1; }
    .step-phone { height: 494px; display: flex; justify-content: center; align-items: flex-end; margin-bottom: 19px; }
    .step-phone img { width: auto; height: 100%; object-fit: contain; filter: drop-shadow(0 20px 15px rgba(56, 28, 122, .13)); transition: transform .4s ease; }
    .step:hover .step-phone img { transform: translateY(-10px) rotate(-2deg); }
    .step h3 { font-size: 13px; margin-bottom: 8px; }
    .step p { color: #837b8a; font-size: 11px; line-height: 1.55; max-width: 155px; margin: auto; }
    .trust-layout { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 75px; }
    .trust-visual { position: relative; }
    .trust-visual::before { content: ""; position: absolute; inset: 18% 10%; border-radius: 50%; background: radial-gradient(circle, rgba(151,100,255,.28), transparent 65%); filter: blur(14px); }
    .trust-visual img { position: relative; width: 100%; animation: float 6s ease-in-out infinite; }
    .trust-list { background: rgba(255,255,255,.9); border: 1px solid rgba(92,23,210,.09); border-radius: 25px; padding: 14px 25px; box-shadow: var(--shadow); }
    .trust-item { display: grid; grid-template-columns: 47px 1fr; gap: 14px; align-items: center; padding: 18px 0; }
    .trust-item + .trust-item { border-top: 1px solid rgba(92,23,210,.09); }
    .trust-item img { width: 36px; height: 36px; object-fit: contain; }
    .trust-item h3 { font-size: 13px; margin: 0 0 4px; letter-spacing: -.03em; }
    .trust-item p { margin: 0; color: #817789; font-size: 11px; line-height: 1.45; }
    .faq-section { background: #fff; }
    .faq-list { display: grid; gap: 15px; max-width: 930px; margin: auto; }
    .faq-item { border: 1px solid rgba(92,23,210,.12); background: #fbf9ff; border-radius: 18px; overflow: hidden; transition: border-color .3s ease, box-shadow .3s ease, background .3s ease; }
    .faq-item.open { background: #f7f2ff; border-color: rgba(92,23,210,.26); box-shadow: 0 15px 35px rgba(89,29,170,.07); }
    .faq-question { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 22px; padding: 23px 27px; background: transparent; border: 0; cursor: pointer; text-align: left; font-size: 14px; font-weight: 850; color: var(--ink); }
    .faq-question img { width: 24px; height: 24px; flex: 0 0 auto; transition: transform .35s ease; }
    .faq-item.open .faq-question img { transform: rotate(180deg); }
    .faq-answer { max-height: 0; padding: 0 27px; opacity: 0; overflow: hidden; transition: max-height .55s cubic-bezier(.2,.8,.2,1), opacity .3s ease, padding .45s ease; }
    .faq-item.open .faq-answer { max-height: 180px; padding: 0 27px 23px; opacity: 1; }
    .faq-answer p { border-top: 1px solid rgba(92,23,210,.11); padding-top: 17px; margin: 0; color: #756c7f; font-size: 13px; line-height: 1.75; }
    .testimonials { background: var(--soft); }
    .testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
    .testimonial { position: relative; padding: 25px 21px 22px; min-height: 240px; border-radius: 19px; background: #fff; border: 1px solid rgba(92,23,210,.09); box-shadow: 0 8px 20px rgba(81,29,148,.06); transition: transform .35s ease, box-shadow .35s ease; }
    .testimonial::after { content: "\201C"; position: absolute; top: 9px; right: 18px; color: #f0e4ff; font: 900 74px/1 Georgia, serif; }
    .testimonial:hover { transform: translateY(-8px); box-shadow: 0 22px 40px rgba(81,29,148,.13); }
    .stars { width: 96px; height: 16px; object-fit: cover; object-position: left; margin-bottom: 19px; }
    .testimonial h3 { font-size: 13px; line-height: 1.5; margin-bottom: 9px; max-width: 245px; }
    .testimonial > p { color: #827989; font-size: 11px; line-height: 1.62; margin-bottom: 18px; }
    .user { display: flex; align-items: center; gap: 10px; margin-top: auto; }
    .user img { width: 60%; height: auto; }
    .user strong { display: block; font-size: 11px; }
    .user span { display: block; font-size: 10px; color: #948a9a; margin-top: 3px; }
    .contact-band { position: relative; background: linear-gradient(110deg, #4d17a7, #721ee2 55%, #b64de1); color: #fff; padding: 60px 0; overflow: hidden; }
    .contact-band::before, .contact-band::after { content: ""; position: absolute; width: 290px; height: 290px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; }
    .contact-band::before { right: -70px; top: -135px; box-shadow: 0 0 0 30px rgba(255,255,255,.04), 0 0 0 60px rgba(255,255,255,.025); }
    .contact-band::after { left: -115px; bottom: -220px; }
    .contact-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; position: relative; z-index: 1; }
    .contact-inner h2 { font-size: clamp(26px, 4vw, 42px); letter-spacing: -.06em; margin-bottom: 10px; }
    .contact-inner p { color: rgba(255,255,255,.76); margin: 0; font-size: 14px; }
    .contact-band .hero-cta { background: #fff; color: #6420c6; box-shadow: 0 10px 25px rgba(30,0,80,.2); white-space: nowrap; }
    .footer { background: var(--dark); color: #fff; padding: 74px 0 24px; }
    .footer-grid { display: grid; grid-template-columns: 1.35fr .75fr 1fr; gap: 40px; padding-bottom: 52px; }
    .footer .brand { color: #fff; }
    .footer-about { max-width: 220px; }
    .footer-about > img { width: 139px; height: auto; margin-bottom: 17px; }
    .footer p, .footer a { color: #b9adbf; font-size: 12px; line-height: 1.7; }
    .footer h3 { font-size: 12px; letter-spacing: .12em; color: #fff; margin: 3px 0 20px; }
    .footer-links { display: grid; gap: 11px; }
    .footer-links a { transition: color .25s ease, transform .25s ease; }
    .footer-links a:hover { color: #e7c7ff; transform: translateX(4px); }
    .contact-line { display: flex; align-items: center; gap: 10px; margin-bottom: 13px; }
    .contact-line img { width: 18px; height: 18px; object-fit: contain; }
    .footer-bottom { display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.12); padding-top: 21px; color: #8f8198; font-size: 11px; }
    .footer-bottom span:last-child { color: #bb9bea; }
    .reveal { opacity: 0; transform: translateY(30px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.8,.2,1); }
    .reveal.visible { opacity: 1; transform: translateY(0); }
    .delay-1 { transition-delay: .1s; } .delay-2 { transition-delay: .2s; } .delay-3 { transition-delay: .3s; } .delay-4 { transition-delay: .4s; }
    .sparkles { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
    .sparkles i { position: absolute; display: block; width: 3px; height: 3px; background: #fff; border-radius: 50%; box-shadow: 0 0 12px 3px rgba(255,255,255,.9); animation: twinkle 3.8s ease-in-out infinite; }
    .sparkles i:nth-child(1){left:15%;top:22%;animation-delay:-.6s}.sparkles i:nth-child(2){left:32%;top:38%;animation-delay:-2s}.sparkles i:nth-child(3){left:68%;top:16%;animation-delay:-1.4s}.sparkles i:nth-child(4){left:86%;top:49%;animation-delay:-3s}.sparkles i:nth-child(5){left:54%;top:76%;animation-delay:-2.7s}.sparkles i:nth-child(6){left:8%;top:68%;animation-delay:-1.1s}
    @keyframes heroBreath { from { transform: scale(1.025) translate3d(0,0,0); } to { transform: scale(1.08) translate3d(-1%, -1%, 0); } }
    @keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
    @keyframes orbit { to { transform: rotate(342deg); } }
    @keyframes orbitReverse { to { transform: rotate(-338deg); } }
    @keyframes pulse { 0%,100% { opacity: 1; transform: scale(1); } 50% { opacity: .45; transform: scale(.7); } }
    @keyframes twinkle { 0%,100% { opacity: .22; transform: scale(.7); } 50% { opacity: 1; transform: scale(1.45); } }
    @media (max-width: 980px) { .nav-links { gap: 17px; } .nav-link { font-size: 11px; } .hero-inner { grid-template-columns: 1fr .75fr; } .hero h1 { font-size: clamp(43px, 7vw, 67px); } .cards-grid { grid-template-columns: repeat(2, 1fr); } .trust-layout { gap: 35px; } .footer-grid { grid-template-columns: 1.3fr 1fr; } }
    @media (max-width: 760px) {
      .site-header { padding: 13px 0; } .menu-toggle { display: block; }
      .nav-links { position: absolute; left: 20px; right: 20px; top: 64px; display: grid; gap: 2px; padding: 11px 16px; border: 1px solid rgba(92,23,210,.12); background: rgba(255,255,255,.92); border-radius: 18px; box-shadow: 0 18px 42px rgba(61,20,126,.15); backdrop-filter: blur(20px); transform: translateY(-8px); opacity: 0; pointer-events: none; transition: .28s ease; }
      .nav-links.open { transform: translateY(0); opacity: 1; pointer-events: auto; } .nav-link { padding: 11px 5px; }
      .hero { min-height: 850px; align-items: flex-start; } .hero::before { background-position: 61% top; } .hero-inner { display: block; padding-top: 130px; } .hero-copy { max-width: 530px; } .hero h1 { max-width: 450px; font-size: clamp(45px, 13vw, 65px); } .hero-desc { max-width: 390px; font-size: 13px; } .hero-spacer { min-height: 290px; } .floating-chip, .hero-orbit { display: none; }
      .stats-wrap { margin-top: -28px; } .stats-card { grid-template-columns: repeat(2, 1fr); padding: 9px; } .stat { padding: 13px 12px; } .stat:nth-child(3)::before { display: none; } .stat:nth-child(n+3) { border-top: 1px solid var(--line); } .stat strong { font-size: 15px; }
      .section { padding: 82px 0; } .section-heading { margin-bottom: 35px; } .cards-grid { gap: 11px; } .feature-card { min-height: 165px; padding: 17px 14px; }
      .steps-grid { grid-template-columns: repeat(2, 1fr); gap: 32px 17px; } .process-track { display: none; } .step-index { margin: 0 auto 14px; } .step-phone { height: 218px; }
      .trust-layout { grid-template-columns: 1fr; } .trust-visual { max-width: 430px; margin: auto; } .testimonial-grid { grid-template-columns: 1fr; max-width: 430px; margin: auto; } .testimonial { min-height: unset; }
      .contact-inner { display: block; } .contact-band .hero-cta { margin-top: 25px; } .footer-grid { grid-template-columns: repeat(2, 1fr); gap: 34px 22px; } .footer-about { grid-column: 1 / -1; max-width: 310px; } .footer-bottom { display: block; line-height: 1.8; }
    }
    @media (max-width: 430px) { .container, .nav-wrap, .hero-inner { width: min(100% - 28px, 1030px); } .hero h1 { font-size: 45px; } .quick-features { gap: 7px; } .quick-feature { padding: 7px 8px; } .quick-feature small { font-size: 8px; } .cards-grid { grid-template-columns: 1fr 1fr; } .feature-card h3 { font-size: 11px; } .feature-card p { font-size: 9px; } .stats-card { border-radius: 17px; } .stat { gap: 8px; } .stat img { width: 29px; height: 29px; } .stat small { font-size: 8px; } .stat strong { font-size: 12px; } .faq-question { padding: 19px 16px; font-size: 12px; } .faq-answer, .faq-item.open .faq-answer { padding-left: 16px; padding-right: 16px; } .faq-answer p { font-size: 11px; } .footer-grid { grid-template-columns: 1fr; } .footer-about { grid-column: auto; } }

/* --------------------------------------------------------------------------
   Footer redesign
   The footer is intentionally kept in this shared stylesheet so the homepage
   and policy pages stay visually consistent without inline styles.
   -------------------------------------------------------------------------- */
.footer {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 12% 0%, rgba(126, 71, 228, .20), transparent 34%),
    radial-gradient(circle at 88% 15%, rgba(76, 34, 126, .20), transparent 30%),
    linear-gradient(135deg, #21132b 0%, #281632 48%, #1d1228 100%);
  color: #fff;
  padding: 76px 0 25px;
}
.footer::before,
.footer::after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
  border-radius: 50%;
  filter: blur(2px);
}
.footer::before {
  width: 300px;
  height: 300px;
  left: -190px;
  bottom: -190px;
  background: rgba(122, 58, 237, .14);
}
.footer::after {
  width: 230px;
  height: 230px;
  right: -145px;
  top: -130px;
  background: rgba(206, 107, 239, .10);
}
.footer-shell {
  position: relative;
  z-index: 1;
  width: min(1030px, calc(100% - 40px));
  margin: 0 auto;
}
.footer-columns {
  display: grid;
  grid-template-columns: minmax(250px, 1.2fr) minmax(150px, .78fr) minmax(250px, 1fr);
  gap: clamp(42px, 8vw, 112px);
  padding-bottom: 57px;
}
.footer-brand {
  max-width: 285px;
}
.footer-logo {
  width: 146px;
  height: auto;
  margin: 0 0 25px;
  filter: drop-shadow(0 8px 18px rgba(134, 72, 242, .20));
  transition: transform .35s ease, filter .35s ease;
}
.footer-brand:hover .footer-logo {
  transform: translateY(-3px) rotate(-1deg);
  filter: drop-shadow(0 12px 25px rgba(171, 108, 255, .38));
}
.footer-brand p {
  margin: 0;
  color: rgba(239, 231, 248, .74);
  font-size: 12px;
  line-height: 1.62;
  letter-spacing: .005em;
}
.footer-nav h3,
.footer-contact h3 {
  margin: 2px 0 26px;
  color: #fff;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 750;
  letter-spacing: .01em;
}
.footer-links {
  display: grid;
  gap: 15px;
}
.footer-links a {
  position: relative;
  width: fit-content;
  color: rgba(239, 231, 248, .72);
  font-size: 12px;
  line-height: 1.4;
  transition: color .25s ease, transform .25s ease;
}
.footer-links a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  transform-origin: left;
  background: linear-gradient(90deg, #c394ff, transparent);
  transition: transform .3s ease;
}
.footer-links a:hover {
  color: #fff;
  transform: translateX(5px);
}
.footer-links a:hover::before {
  transform: scaleX(1);
}
.footer-contact .contact-line {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  max-width: 245px;
  margin: 0 0 18px;
  color: rgba(239, 231, 248, .74);
  font-size: 12px;
  line-height: 1.55;
  transition: color .25s ease, transform .25s ease;
}
.footer-contact a.contact-line:hover {
  color: #fff;
  transform: translateX(4px);
}
.footer-contact .contact-line img {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  object-fit: contain;
  opacity: .9;
  filter: drop-shadow(0 4px 10px rgba(172, 113, 255, .22));
}
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, .13);
  color: rgba(239, 231, 248, .74);
  font-size: 11px;
  line-height: 1.6;
  text-align: center;
}
.footer-bottom span:last-child {
  display: none;
}

/* --------------------------------------------------------------------------
   Shared policy pages
   -------------------------------------------------------------------------- */
.policy-page {
  min-height: 100vh;
  color: #21182c;
  background:
    radial-gradient(circle at 9% 0%, rgba(157, 104, 246, .12), transparent 30%),
    linear-gradient(180deg, #fbf9ff 0%, #f7f2ff 100%);
}
.policy-page .page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.policy-page .wrap {
  width: min(1040px, calc(100% - 40px));
  margin: 0 auto;
}
.policy-page .header {
  position: relative;
  z-index: 2;
  padding: 22px 0;
  border-bottom: 1px solid rgba(92, 23, 210, .08);
  background: rgba(255, 255, 255, .70);
  backdrop-filter: blur(18px);
}
.policy-page .nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.policy-page .brand {
  color: var(--purple);
}
.policy-page .back {
  color: #674b8d;
  font-size: 12px;
  font-weight: 750;
  transition: color .25s ease, transform .25s ease;
}
.policy-page .back:hover {
  color: var(--purple);
  transform: translateX(-3px);
}
.policy-page .main {
  flex: 1;
  padding: 90px 0 100px;
}
.policy-page .hero {
  min-height: 0;
  display: block;
  position: relative;
  overflow: visible;
  isolation: auto;
  background: transparent;
}
.policy-page .hero::before,
.policy-page .hero::after {
  display: none;
}
.policy-page .kicker {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 7px 12px;
  border: 1px solid rgba(92, 23, 210, .15);
  border-radius: 999px;
  color: var(--purple);
  background: rgba(255, 255, 255, .72);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.policy-page .h1 {
  max-width: 720px;
  margin: 22px 0 14px;
  color: #25162e;
  font-size: clamp(42px, 7vw, 74px);
  line-height: .98;
  letter-spacing: -.07em;
  font-weight: 900;
}
.policy-page .lead {
  max-width: 680px;
  margin: 0;
  color: #756880;
  font-size: 15px;
  line-height: 1.8;
}
.policy-page .panel-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 17px;
  margin-top: 52px;
}
.policy-page .panel {
  position: relative;
  min-height: 152px;
  padding: 28px 28px 25px;
  overflow: hidden;
  border: 1px solid rgba(92, 23, 210, .10);
  border-radius: 22px;
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 18px 50px rgba(69, 25, 130, .07);
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}
.policy-page .panel::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  right: -55px;
  bottom: -64px;
  border-radius: 50%;
  background: rgba(135, 79, 235, .10);
  pointer-events: none;
}
.policy-page .panel:hover {
  transform: translateY(-5px);
  border-color: rgba(92, 23, 210, .24);
  box-shadow: 0 24px 55px rgba(69, 25, 130, .13);
}
.policy-page .panel h2 {
  position: relative;
  z-index: 1;
  margin: 0 0 12px;
  color: #2a1934;
  font-size: 16px;
  line-height: 1.35;
}
.policy-page .panel p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #756880;
  font-size: 13px;
  line-height: 1.75;
}
.policy-page .footer {
  padding: 24px 0;
  background: #24152d;
}
.policy-page .footer::before,
.policy-page .footer::after {
  display: none;
}
.policy-page .footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: rgba(239, 231, 248, .72);
  font-size: 11px;
  line-height: 1.6;
}
.policy-page .footer-inner a {
  color: #c9a8ff;
  transition: color .25s ease;
}
.policy-page .footer-inner a:hover {
  color: #fff;
}

@media (max-width: 760px) {
  .footer {
    padding: 58px 0 21px;
  }
  .footer-shell {
    width: min(100% - 40px, 540px);
  }
  .footer-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 38px 26px;
    padding-bottom: 40px;
  }
  .footer-brand {
    grid-column: 1 / -1;
    max-width: 350px;
  }
  .footer-logo {
    margin-bottom: 19px;
  }
  .footer-nav h3,
  .footer-contact h3 {
    margin-bottom: 20px;
  }
  .footer-bottom {
    min-height: 46px;
    padding-top: 17px;
  }
  .policy-page .main {
    padding: 64px 0 72px;
  }
  .policy-page .panel-grid {
    grid-template-columns: 1fr;
    margin-top: 38px;
  }
  .policy-page .panel {
    min-height: 0;
  }
}
@media (max-width: 430px) {
  .footer-shell,
  .policy-page .wrap {
    width: min(100% - 28px, 540px);
  }
  .footer-columns {
    grid-template-columns: 1fr;
    gap: 31px;
  }
  .footer-brand {
    grid-column: auto;
  }
  .footer-contact .contact-line {
    max-width: 290px;
  }
  .policy-page .header {
    padding: 17px 0;
  }
  .policy-page .nav {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
  .policy-page .main {
    padding-top: 48px;
  }
  .policy-page .h1 {
    font-size: 49px;
  }
  .policy-page .lead {
    font-size: 13px;
  }
  .policy-page .panel {
    padding: 23px 21px;
    border-radius: 18px;
  }
  .policy-page .footer-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
}
/* --------------------------------------------------------------------------
   Data deletion page
   -------------------------------------------------------------------------- */
.delete-page {
  --delete-purple: rgba(119, 64, 252, 1);
  --delete-purple-dark: #5c22dc;
  --delete-lavender: #faf8ff;
  --delete-ink: #17131f;
  --delete-muted: #777183;
  --delete-border: rgba(119, 64, 252, .14);
  background: #fff;
  color: var(--delete-ink);
}
.delete-page .delete-shell {
  position: relative;
  overflow: hidden;
}
.delete-page .delete-container {
  width: min(1030px, calc(100% - 40px));
  margin: 0 auto;
}
.delete-page .delete-header {
  position: relative;
  padding: 12px 0;
  background: #fff;
  backdrop-filter: none;
  box-shadow: 0 5px 20px rgba(53, 22, 105, .05);
}
.delete-page .delete-header.scrolled {
  background: #fff;
  backdrop-filter: none;
  box-shadow: 0 10px 28px rgba(53, 22, 105, .10);
}
.delete-page .delete-header .nav-wrap {
  width: min(1030px, calc(100% - 40px));
}
.delete-page .delete-header .brand {
  font-size: 16px;
}
.delete-page .delete-header .brand img {
  width: 25px;
  height: 25px;
  border-radius: 7px;
}
.delete-page .delete-header .nav-links {
  gap: 26px;
}
.delete-page .delete-header .nav-link {
  font-size: 11px;
}
.delete-page .delete-hero {
  position: relative;
  min-height: 268px;
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  background: #f1eaff;
}
.delete-page .delete-hero::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0;
  background: url('../img/banner2.png') center center / cover no-repeat;
  transform: scale(1.015);
  animation: deleteHeroBreath 12s ease-in-out infinite alternate;
}
.delete-page .delete-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, rgba(250,248,255,.36), transparent 60%, rgba(226,208,255,.16));
  pointer-events: none;
}
.delete-page .delete-hero-glow {
  position: absolute;
  right: 12%;
  top: 16%;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(159, 100, 255, .20);
  filter: blur(35px);
  animation: deleteGlow 5s ease-in-out infinite alternate;
  pointer-events: none;
}
.delete-page .delete-hero-inner {
  min-height: 268px;
  display: flex;
  align-items: center;
}
.delete-page .delete-hero-copy {
  max-width: 470px;
  padding: 18px 0;
}
.delete-page .delete-kicker {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 12px;
  border: 1px solid rgba(119,64,252,.18);
  border-radius: 999px;
  color: var(--delete-purple);
  background: rgba(255,255,255,.48);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
  box-shadow: 0 8px 22px rgba(119,64,252,.08);
}
.delete-page .delete-kicker::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--delete-purple);
  box-shadow: 0 0 0 5px rgba(119,64,252,.12), 0 0 15px rgba(119,64,252,.70);
  animation: deletePulse 1.8s ease-in-out infinite;
}
.delete-page .delete-hero h1 {
  margin: 14px 0 13px;
  color: #08070b;
  font-size: clamp(34px, 4.15vw, 37px);
  line-height: 1.07;
  letter-spacing: -.065em;
  font-weight: 950;
}
.delete-page .delete-hero-copy > p {
  max-width: 445px;
  margin: 0;
  color: #665f6f;
  font-size: 11px;
  line-height: 1.65;
}
.delete-page .delete-privacy-note {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 14px;
  padding: 7px 12px;
  border: 1px solid rgba(119,64,252,.18);
  border-radius: 999px;
  color: #64517e;
  background: rgba(255,255,255,.46);
  font-size: 10px;
  line-height: 1.2;
  box-shadow: 0 8px 20px rgba(119,64,252,.07);
}
.delete-page .delete-privacy-note img {
  width: 14px;
  height: 14px;
  object-fit: contain;
}
.delete-page .delete-section {
  position: relative;
  padding: 52px 0 80px;
  background: #fff;
}
.delete-page .delete-soft-section {
  background: linear-gradient(180deg, #fbf9ff 0%, #faf8ff 100%);
}
.delete-page .delete-section-heading {
  max-width: 720px;
  margin: 0 auto 36px;
  text-align: center;
}
.delete-page .delete-section-heading .delete-kicker {
  margin-bottom: 13px;
}
.delete-page .delete-section-heading h2 {
  margin: 0 0 12px;
  color: #151219;
  font-size: clamp(28px, 3.2vw, 42px);
  line-height: 1.08;
  letter-spacing: -.06em;
  font-weight: 950;
}
.delete-page .delete-section-heading p {
  max-width: 580px;
  margin: 0 auto;
  color: #817b88;
  font-size: 12px;
  line-height: 1.7;
}
.delete-page .delete-step-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 28px minmax(0, 1fr) 28px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
}
.delete-page .delete-step-card,
.delete-page .delete-info-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--delete-border);
  background: linear-gradient(145deg, rgba(255,255,255,.98), rgba(250,248,255,.84));
  box-shadow: 0 14px 34px rgba(70, 32, 135, .07);
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}
.delete-page .delete-step-card {
  min-height: 162px;
  padding: 25px 18px 21px;
  border-radius: 16px;
  text-align: center;
}
.delete-page .delete-step-card::before,
.delete-page .delete-info-card::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  top: -72px;
  right: -58px;
  border-radius: 50%;
  background: rgba(147, 93, 255, .08);
  transition: transform .45s ease;
}
.delete-page .delete-step-card:hover,
.delete-page .delete-info-card:hover {
  transform: translateY(-8px);
  border-color: rgba(119,64,252,.30);
  box-shadow: 0 23px 45px rgba(70, 32, 135, .14);
}
.delete-page .delete-step-card:hover::before,
.delete-page .delete-info-card:hover::before {
  transform: scale(1.45);
}
.delete-page .delete-card-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin: 0 auto 8px;
}
.delete-page .delete-card-icon img,
.delete-page .delete-info-icon img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}
.delete-page .delete-step-label {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 5px;
  color: var(--delete-purple);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .08em;
}
.delete-page .delete-step-card h3,
.delete-page .delete-info-card h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 7px;
  color: #1c1821;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 900;
}
.delete-page .delete-step-card p,
.delete-page .delete-info-card p {
  position: relative;
  z-index: 1;
  max-width: 230px;
  margin: 0 auto;
  color: #8a8490;
  font-size: 10px;
  line-height: 1.55;
}
.delete-page .delete-step-arrow {
  display: grid;
  place-items: center;
}
.delete-page .delete-step-arrow img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  animation: deleteArrowFloat 2.3s ease-in-out infinite;
}
.delete-page .delete-step-arrow:nth-of-type(4) img { animation-delay: -.7s; }
.delete-page .delete-info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
}
.delete-page .delete-info-card {
  min-height: 130px;
  padding: 18px 17px 16px;
  border: 0;
  border-radius: 12px;
  background: #fff;
}
.delete-page .delete-info-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 31px;
  height: 31px;
  margin-bottom: 10px;
  border-radius: 8px;
  background: #f0e6ff;
}
.delete-page .delete-info-icon img {
  width: 24px;
  height: 24px;
}
.delete-page .delete-info-icon-danger {
  background: #ffe6ef;
}
.delete-page .delete-info-card h3 {
  font-size: 11px;
  margin-bottom: 6px;
}
.delete-page .delete-info-card p {
  max-width: none;
  margin: 0;
  font-size: 9px;
  line-height: 1.55;
}
.delete-page .delete-request-section {
  background: #fff;
}
.delete-page .delete-request-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(0, .97fr);
  gap: 14px;
  align-items: stretch;
}
.delete-page .delete-form {
  position: relative;
  padding: 25px 23px 22px;
  overflow: hidden;
  border: 1px solid rgba(119,64,252,.13);
  border-radius: 16px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 18px 40px rgba(78, 41, 143, .11);
}
.delete-page .delete-form::before {
  content: "";
  position: absolute;
  top: -90px;
  right: -50px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: rgba(119,64,252,.08);
  pointer-events: none;
}
.delete-page .delete-form-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 21px;
}
.delete-page .delete-form-heading h3 {
  margin: 0 0 5px;
  color: #211b28;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 900;
}
.delete-page .delete-form-heading p {
  margin: 0;
  color: #8b8591;
  font-size: 9px;
  line-height: 1.5;
}
.delete-page .delete-field {
  position: relative;
  z-index: 1;
  margin-bottom: 14px;
}
.delete-page .delete-field label {
  display: block;
  margin-bottom: 7px;
  color: #3a3341;
  font-size: 9px;
  line-height: 1.2;
  font-weight: 850;
}
.delete-page .delete-field input,
.delete-page .delete-field select {
  display: block;
  width: 100%;
  min-height: 34px;
  padding: 9px 11px;
  border: 1px solid rgba(119,64,252,.13);
  border-radius: 7px;
  outline: 0;
  color: #28212e;
  background: #fff;
  font: inherit;
  font-size: 10px;
  transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}
.delete-page .delete-field input::placeholder {
  color: #b5afbd;
}
.delete-page .delete-field input:focus,
.delete-page .delete-field select:focus {
  border-color: rgba(119,64,252,.62);
  box-shadow: 0 0 0 4px rgba(119,64,252,.10), 0 8px 20px rgba(119,64,252,.08);
  transform: translateY(-1px);
}
.delete-page .delete-code-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
}
.delete-page .verification-code {
  min-width: 56px;
  padding: 0 10px;
  border: 1px solid var(--delete-purple);
  border-radius: 7px;
  color: var(--delete-purple);
  background: #fff;
  cursor: pointer;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .06em;
  transition: color .25s ease, background .25s ease, transform .25s ease, box-shadow .25s ease;
}
.delete-page .verification-code:hover,
.delete-page .verification-code:focus-visible {
  color: #fff;
  background: var(--delete-purple);
  box-shadow: 0 7px 18px rgba(119,64,252,.28);
  transform: translateY(-2px);
  outline: 0;
}
.delete-page .verification-code.is-refreshing {
  animation: deleteCodeRefresh .45s ease;
}
.delete-page .delete-consent {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 14px 1fr;
  align-items: start;
  gap: 7px;
  margin: 5px 0 16px;
  color: #766f7e;
  font-size: 9px;
  line-height: 1.45;
  cursor: pointer;
}
.delete-page .delete-consent input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.delete-page .delete-checkbox-mark {
  position: relative;
  display: block;
  width: 12px;
  height: 12px;
  margin-top: 1px;
  border: 1px solid rgba(119,64,252,.36);
  border-radius: 3px;
  background: #fff;
  transition: background .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.delete-page .delete-consent input:checked + .delete-checkbox-mark {
  border-color: var(--delete-purple);
  background: var(--delete-purple);
  box-shadow: 0 0 0 4px rgba(119,64,252,.10);
}
.delete-page .delete-consent input:checked + .delete-checkbox-mark::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 1px;
  width: 4px;
  height: 7px;
  border: solid #fff;
  border-width: 0 1.5px 1.5px 0;
  transform: rotate(45deg);
}
.delete-page .delete-submit {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: 100%;
  min-height: 37px;
  border: 0;
  border-radius: 7px;
  color: #fff;
  background: rgba(119,64,252,1);
  box-shadow: 0 12px 24px rgba(119,64,252,.24);
  cursor: pointer;
  font-size: 10px;
  font-weight: 850;
  transition: transform .3s ease, box-shadow .3s ease, filter .3s ease;
}
.delete-page .delete-submit::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(110deg, transparent 20%, rgba(255,255,255,.32) 50%, transparent 80%);
  transform: translateX(-130%);
  transition: transform .65s ease;
}
.delete-page .delete-submit:hover {
  transform: translateY(-3px);
  filter: saturate(1.15);
  box-shadow: 0 18px 31px rgba(119,64,252,.36);
}
.delete-page .delete-submit:hover::before {
  transform: translateX(130%);
}
.delete-page .delete-submit strong {
  font-size: 15px;
  line-height: 0;
  transition: transform .3s ease;
}
.delete-page .delete-submit:hover strong {
  transform: translate(3px, -3px);
}
.delete-page .delete-security-column {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.delete-page .delete-security-card {
  position: relative;
  min-height: 183px;
  padding: 28px 24px;
  overflow: hidden;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(135deg, #6622df 0%, #7740fc 62%, #8b58ff 100%);
  box-shadow: 0 18px 38px rgba(119,64,252,.25);
  isolation: isolate;
}
.delete-page .delete-security-card::before,
.delete-page .delete-security-card::after {
  content: "";
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(255,255,255,.17);
  border-radius: 50%;
  transform: rotate(-24deg);
  pointer-events: none;
}
.delete-page .delete-security-card::before {
  width: 220px;
  height: 220px;
  right: -110px;
  bottom: -120px;
}
.delete-page .delete-security-card::after {
  width: 150px;
  height: 150px;
  right: -64px;
  bottom: -83px;
}
.delete-page .delete-security-badge {
  display: grid;
  place-items: center;
  width: 31px;
  height: 31px;
  margin-bottom: 19px;
  border-radius: 9px;
  background: rgba(255,255,255,.16);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.15);
}
.delete-page .delete-security-badge img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.delete-page .delete-security-card h3 {
  max-width: 280px;
  margin: 0 0 11px;
  font-size: 15px;
  line-height: 1.33;
  font-weight: 900;
}
.delete-page .delete-security-card p {
  max-width: 320px;
  margin: 0;
  color: rgba(255,255,255,.73);
  font-size: 9px;
  line-height: 1.6;
}
.delete-page .delete-security-rays {
  position: absolute;
  right: 30px;
  bottom: -21px;
  width: 100px;
  height: 100px;
  border: 13px solid rgba(255,255,255,.10);
  border-left-color: transparent;
  border-radius: 50%;
  transform: rotate(30deg);
  animation: deleteOrbit 8s linear infinite;
}
.delete-page .delete-security-list {
  display: grid;
  gap: 10px;
  padding: 13px 16px;
  border-radius: 14px;
  background: #faf8ff;
}
.delete-page .delete-security-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.delete-page .delete-security-item > img {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  object-fit: contain;
}
.delete-page .delete-security-item h4 {
  margin: 0 0 2px;
  color: #2e2635;
  font-size: 10px;
  line-height: 1.25;
  font-weight: 900;
}
.delete-page .delete-security-item p {
  margin: 0;
  color: #8b8492;
  font-size: 8px;
  line-height: 1.35;
}
.delete-page .delete-after-section {
  padding-bottom: 86px;
}
.delete-page .delete-after-card {
  min-height: 143px;
  text-align: center;
}
.delete-page .delete-after-card .delete-after-number {
  position: absolute;
  top: 17px;
  left: 50%;
  z-index: 1;
  min-width: 28px;
  padding: 6px 7px;
  border-radius: 7px;
  color: var(--delete-purple);
  background: #f1e8ff;
  font-size: 9px;
  font-weight: 900;
  transform: translateX(-50%);
}
.delete-page .delete-after-card .delete-info-icon {
  margin: 33px auto 9px;
}
.delete-page .delete-after-card p {
  max-width: 210px;
}
.delete-page .delete-modal[hidden] {
  display: none;
}
.delete-page.modal-open {
  overflow: hidden;
}
.delete-page .delete-modal {
  position: fixed;
  z-index: 200;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
}
.delete-page .delete-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(25, 13, 44, .48);
  backdrop-filter: blur(9px);
  animation: deleteBackdropIn .3s ease both;
}
.delete-page .delete-modal-card {
  position: relative;
  width: min(570px, 100%);
  min-height: 330px;
  padding: 58px 48px 43px;
  overflow: hidden;
  border: 1px solid rgba(119,64,252,.18);
  border-radius: 28px;
  color: #29212f;
  background: rgba(250,248,255,1);
  box-shadow: 0 34px 100px rgba(33, 11, 74, .35), 0 0 0 1px rgba(255,255,255,.65) inset;
  text-align: center;
  opacity: 0;
  transform: translateY(25px) scale(.92) rotateX(7deg);
  transition: opacity .35s ease, transform .55s cubic-bezier(.18,.9,.2,1.16);
  isolation: isolate;
}
.delete-page .delete-modal-card.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1) rotateX(0);
}
.delete-page .delete-modal-card::before,
.delete-page .delete-modal-card::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  pointer-events: none;
}
.delete-page .delete-modal-card::before {
  width: 230px;
  height: 230px;
  left: -115px;
  top: -125px;
  background: rgba(119,64,252,.13);
  filter: blur(2px);
}
.delete-page .delete-modal-card::after {
  width: 190px;
  height: 190px;
  right: -90px;
  bottom: -110px;
  background: rgba(119,64,252,.10);
}
.delete-page .delete-modal-card.success {
  color: #fff;
  border-color: rgba(255,255,255,.30);
  background: linear-gradient(135deg, #6526e2 0%, rgba(119,64,252,1) 60%, #925dff 100%);
  box-shadow: 0 34px 100px rgba(75, 28, 196, .42), 0 0 0 1px rgba(255,255,255,.24) inset;
}
.delete-page .delete-modal-card.success::before {
  background: rgba(255,255,255,.12);
}
.delete-page .delete-modal-card.success::after {
  background: rgba(255,255,255,.10);
}
.delete-page .delete-modal-close {
  position: absolute;
  top: 17px;
  right: 19px;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(119,64,252,.15);
  border-radius: 50%;
  color: #80699c;
  background: rgba(255,255,255,.75);
  cursor: pointer;
  font-size: 23px;
  line-height: 1;
  transition: transform .25s ease, color .25s ease, background .25s ease;
}
.delete-page .delete-modal-close:hover {
  color: var(--delete-purple);
  background: #fff;
  transform: rotate(90deg);
}
.delete-page .delete-modal-icon {
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  margin: 0 auto 19px;
  border: 8px solid rgba(119,64,252,.12);
  border-radius: 50%;
  color: var(--delete-purple);
  background: #fff;
  box-shadow: 0 13px 30px rgba(119,64,252,.18), 0 0 0 1px rgba(119,64,252,.17) inset;
  font-size: 33px;
  font-weight: 950;
  animation: deleteModalIcon 2.3s ease-in-out infinite;
}
.delete-page .delete-modal-card.success .delete-modal-icon {
  border-color: rgba(255,255,255,.25);
  color: var(--delete-purple);
}
.delete-page .delete-modal-kicker {
  margin-bottom: 8px;
  color: var(--delete-purple);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.delete-page .delete-modal-card.success .delete-modal-kicker {
  color: rgba(255,255,255,.82);
}
.delete-page .delete-modal-card h2 {
  margin: 0 0 14px;
  color: inherit;
  font-size: clamp(25px, 4vw, 36px);
  line-height: 1.08;
  letter-spacing: -.055em;
  font-weight: 950;
}
.delete-page .delete-modal-card p {
  max-width: 410px;
  margin: 0 auto;
  color: #756e7e;
  font-size: 13px;
  line-height: 1.65;
}
.delete-page .delete-modal-card.success p {
  color: rgba(255,255,255,.78);
}
.delete-page .delete-modal-action {
  position: relative;
  z-index: 1;
  margin-top: 25px;
  min-width: 170px;
  min-height: 42px;
  padding: 10px 18px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: var(--delete-purple);
  box-shadow: 0 12px 25px rgba(119,64,252,.25);
  cursor: pointer;
  font-size: 11px;
  font-weight: 850;
  transition: transform .25s ease, box-shadow .25s ease, filter .25s ease;
}
.delete-page .delete-modal-card.success .delete-modal-action {
  color: var(--delete-purple);
  background: #fff;
}
.delete-page .delete-modal-action:hover {
  transform: translateY(-3px);
  filter: brightness(1.04);
  box-shadow: 0 17px 31px rgba(119,64,252,.35);
}
.delete-page .delete-modal-orbit {
  position: absolute;
  left: 50%;
  bottom: -97px;
  width: 280px;
  height: 140px;
  border: 1px solid rgba(119,64,252,.18);
  border-radius: 50%;
  transform: translateX(-50%) rotate(-12deg);
  animation: deleteModalOrbit 8s linear infinite;
  pointer-events: none;
}
.delete-page .delete-modal-card.success .delete-modal-orbit {
  border-color: rgba(255,255,255,.20);
}
.delete-page .delete-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .75s ease, transform .75s cubic-bezier(.2,.8,.2,1);
}
.delete-page .delete-reveal.visible {
  opacity: 1;
  transform: translateY(0);
}
.delete-page .delete-reveal.delay-1 { transition-delay: .12s; }
.delete-page .delete-reveal.delay-2 { transition-delay: .24s; }
@keyframes deleteHeroBreath {
  from { transform: scale(1.015) translate3d(0,0,0); }
  to { transform: scale(1.06) translate3d(-.7%, -.6%, 0); }
}
@keyframes deleteGlow {
  from { opacity: .35; transform: scale(.78); }
  to { opacity: .85; transform: scale(1.15); }
}
@keyframes deletePulse {
  0%,100% { opacity: 1; transform: scale(1); }
  50% { opacity: .46; transform: scale(.72); }
}
@keyframes deleteArrowFloat {
  0%,100% { transform: translateX(0); }
  50% { transform: translateX(5px); }
}
@keyframes deleteCodeRefresh {
  0% { opacity: .35; transform: scale(.84) rotate(-4deg); }
  70% { opacity: 1; transform: scale(1.07) rotate(2deg); }
  100% { transform: scale(1) rotate(0); }
}
@keyframes deleteOrbit {
  to { transform: rotate(330deg); }
}
@keyframes deleteBackdropIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
@keyframes deleteModalIcon {
  0%,100% { transform: translateY(0) rotate(0); }
  50% { transform: translateY(-5px) rotate(4deg); }
}
@keyframes deleteModalOrbit {
  to { transform: translateX(-50%) rotate(348deg); }
}
@media (max-width: 850px) {
  .delete-page .delete-step-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }
  .delete-page .delete-step-arrow {
    display: none;
  }
  .delete-page .delete-request-layout {
    grid-template-columns: 1fr;
  }
  .delete-page .delete-security-column {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 760px) {
  .delete-page .delete-header {
    padding: 10px 0;
  }
  .delete-page .delete-header .nav-wrap {
    width: min(100% - 28px, 540px);
  }
  .delete-page .delete-header .nav-links {
    top: 56px;
  }
  .delete-page .delete-hero,
  .delete-page .delete-hero-inner {
    min-height: 500px;
  }
  .delete-page .delete-hero::before {
    background-position: 60% center;
  }
  .delete-page .delete-hero-copy {
    max-width: 410px;
    padding-top: 72px;
    align-self: flex-start;
  }
  .delete-page .delete-hero h1 {
    font-size: clamp(39px, 11vw, 58px);
  }
  .delete-page .delete-section {
    padding: 64px 0 68px;
  }
  .delete-page .delete-container {
    width: min(100% - 28px, 540px);
  }
  .delete-page .delete-step-grid,
  .delete-page .delete-info-grid {
    grid-template-columns: 1fr;
  }
  .delete-page .delete-step-card {
    min-height: 150px;
  }
  .delete-page .delete-info-card {
    min-height: 0;
  }
  .delete-page .delete-security-column {
    display: flex;
  }
  .delete-page .delete-form {
    padding: 22px 18px 19px;
  }
  .delete-page .delete-modal-card {
    min-height: 300px;
    padding: 52px 25px 35px;
    border-radius: 22px;
  }
  .delete-page .delete-modal-card p {
    font-size: 12px;
  }
}
@media (max-width: 430px) {
  .delete-page .delete-hero,
  .delete-page .delete-hero-inner {
    min-height: 520px;
  }
  .delete-page .delete-hero-copy {
    padding-top: 66px;
  }
  .delete-page .delete-hero h1 {
    font-size: 43px;
  }
  .delete-page .delete-hero-copy > p {
    font-size: 11px;
  }
  .delete-page .delete-privacy-note {
    align-items: flex-start;
    border-radius: 14px;
    line-height: 1.45;
  }
  .delete-page .delete-section-heading h2 {
    font-size: 31px;
  }
  .delete-page .delete-modal {
    padding: 14px;
  }
  .delete-page .delete-modal-card {
    min-height: 330px;
    padding: 53px 20px 31px;
  }
}
/* Use the supplied purple artwork for the verification panel. */
.delete-page .delete-security-card {
  background: url('../img/submit-bg.png') center / cover no-repeat;
}
.pp-div{
    color: rgb(138, 132, 144);
    font-size: 13px;
}

