@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600&family=Gadugi:wght@400;700&display=swap";@font-face{font-family:Gadugi;src:url(/fonts/gadugi-normal.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Gadugi;src:url(/fonts/gadugi-bold.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}:root{--color-indigo:#3a18b1;--color-indigo-dark:#2a0f7d;--color-gray:#777;--color-white:#fff;--color-soft-gray:#f4f4f4;--color-indigo-glow:rgba(58,24,177,.18);--color-golden:#f59e0b;--font-primary:"Gadugi",sans-serif;--font-cormorant:"Cormorant Garamond",Georgia,serif;--font-display:"Cormorant Garamond",Georgia,serif}.footer{position:relative;background:#0a0a0f;padding:4rem 1rem 2rem;overflow:hidden;border-top:1px solid rgba(58,24,177,.2)}@media(min-width:768px){.footer{padding:5rem 2rem 2.5rem}}@media(min-width:1200px){.footer{padding:6rem 4rem 3rem}}.footer__stars-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;pointer-events:none}.footer__star{position:absolute;background:hsla(0,0%,100%,.9);border-radius:50%;box-shadow:0 0 6px hsla(0,0%,100%,.8),0 0 12px rgba(58,24,177,.4);opacity:.4;will-change:opacity;transform:translateZ(0);animation:footerStarTwinkle ease-in-out infinite}.footer__glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;max-width:800px;aspect-ratio:1/1;border-radius:999px;background:radial-gradient(circle at 30% 20%,rgba(244,114,182,.5),transparent 60%),radial-gradient(circle at 70% 80%,rgba(56,189,248,.65),transparent 60%);filter:blur(250px);opacity:.5;pointer-events:none;z-index:2}@media(max-width:768px){.footer__glow{max-width:400px}}.footer__container{max-width:1200px;margin:0 auto;width:100%;position:relative;z-index:3}.footer__content{display:grid;grid-template-columns:1fr;grid-gap:3rem;gap:3rem;margin-bottom:3rem}@media(min-width:768px){.footer__content{grid-template-columns:2fr 1fr 1fr;gap:4rem;margin-bottom:4rem}}@media(min-width:1200px){.footer__content{gap:5rem;margin-bottom:5rem}}.footer__brand{text-align:center}@media(min-width:768px){.footer__brand{text-align:left}}.footer__brand-name{font-family:var(--font-cormorant),"Cormorant Garamond",serif;font-size:1.75rem;font-weight:500;color:var(--color-white);margin-bottom:.5rem;text-shadow:0 0 10px rgba(58,24,177,.4)}@media(min-width:768px){.footer__brand-name{font-size:2rem}}@media(min-width:1200px){.footer__brand-name{font-size:2.25rem}}.footer__brand-tagline{font-size:.875rem;color:hsla(0,0%,100%,.7);margin-bottom:1rem;text-transform:uppercase;letter-spacing:.1em}@media(min-width:768px){.footer__brand-tagline{font-size:1rem}}.footer__brand-description{font-size:.875rem;color:hsla(0,0%,100%,.6);line-height:1.6;max-width:300px;margin:0 auto}@media(min-width:768px){.footer__brand-description{margin:0;font-size:1rem}}.footer__links{text-align:center}@media(min-width:768px){.footer__links{text-align:left}}.footer__links-title{font-size:1rem;font-weight:700;color:var(--color-white);margin-bottom:1.25rem;text-transform:uppercase;letter-spacing:.05em;font-family:var(--font-primary)}@media(min-width:768px){.footer__links-title{font-size:1.125rem}}.footer__links-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.footer__links-list li a{font-size:.875rem;color:hsla(0,0%,100%,.7);text-decoration:none;transition:color .3s ease,text-shadow .3s ease}.footer__links-list li a:hover{color:var(--color-white);text-shadow:0 0 8px rgba(58,24,177,.5)}@media(min-width:768px){.footer__links-list li a{font-size:1rem}}.footer__contact{text-align:center}@media(min-width:768px){.footer__contact{text-align:left}}.footer__contact-title{font-size:1rem;font-weight:700;color:var(--color-white);margin-bottom:1.25rem;text-transform:uppercase;letter-spacing:.05em;font-family:var(--font-primary)}@media(min-width:768px){.footer__contact-title{font-size:1.125rem}}.footer__contact-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.footer__cta-link{display:inline-block;padding:.75rem 1.5rem;background:rgba(58,24,177,.2);border:1px solid rgba(58,24,177,.4);border-radius:50px;color:var(--color-white);text-decoration:none;font-size:.875rem;font-weight:700;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.footer__cta-link:hover{background:rgba(58,24,177,.4);border-color:rgba(58,24,177,.6);box-shadow:0 0 20px rgba(58,24,177,.3);transform:translateY(-2px)}@media(min-width:768px){.footer__cta-link{font-size:1rem;padding:.875rem 2rem}}.footer__bottom{padding-top:2rem;border-top:1px solid rgba(58,24,177,.15);text-align:center;display:flex;flex-direction:column;gap:.75rem}@media(min-width:768px){.footer__bottom{flex-direction:row;justify-content:space-between;align-items:center;text-align:left}}.footer__copyright{font-size:.75rem;color:hsla(0,0%,100%,.5);margin:0}@media(min-width:768px){.footer__copyright{font-size:.875rem}}.footer__disclaimer{font-size:.75rem;color:hsla(0,0%,100%,.4);margin:0;font-style:italic}@media(min-width:768px){.footer__disclaimer{font-size:.875rem}}@keyframes footerStarTwinkle{0%,to{opacity:.4}50%{opacity:.8}}