@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap";*{margin:0;padding:0;box-sizing:border-box;font-family:Nunito,Montserrat,Inter,sans-serif}:root{--brand-purple: #551a8b;--brand-purple-dark: #745de8;--text-dark: #111827;--text-gray: #4b5563;--text-light: #e8e3e3;--bg-light: #ffffff;--bg-soft: #f8f9ff;--border-light: #e5e7eb}.brand-purple{color:var(--brand-purple)}::selection{background-color:var(--brand-purple);color:var(--text-dark)}.hero{padding:5rem 1.5rem;background:var(--bg-white)}.hero-inner{width:100%;max-width:1100px;margin:50px auto;display:grid;grid-template-columns:minmax(0,1.4fr) minmax(0,1fr);gap:3rem;align-items:center}.hero-left{text-align:left}.hero-tagline{font-size:.8rem;text-transform:uppercase;font-weight:800;letter-spacing:.08em;color:var(--brand-purple-dark);margin-bottom:.75rem}.hero-title{font-size:2.6rem;line-height:1.15;margin-bottom:1.5rem;color:var(--text-dark);cursor:default}.hero-title span{color:var(--brand-purple)}.hero-subtitle{font-size:1.2rem;color:var(--text-gray);margin-bottom:1.5rem;max-width:60rem}.hero-points{display:flex;gap:10px;list-style:none;padding:0;margin:0 0 1.75rem;color:var(--text-gray)}.hero-points li{color:var(--bg-white);margin-bottom:.55rem;font-size:.95rem;position:relative;padding:10px;border-radius:8px;cursor:default;transform:skew(-5deg);background-color:var(--brand-purple)}.hero-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1rem}.btn{padding:.75rem 1.5rem;border-radius:999px;font-size:.95rem;font-weight:600;border:none;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;transition:transform .12s ease,box-shadow .12s ease,background-color .15s ease,color .15s ease}.btn-primary{background:var(--brand-purple);color:#fff;box-shadow:0 10px 25px #745de866}.btn-primary:hover{background:var(--brand-purple-dark);transform:translateY(-1px);box-shadow:0 14px 32px #745de873}.btn-secondary{background:#e5e7eb;color:var(--text-dark)}.btn-secondary:hover{background:#d1d5db;transform:translateY(-1px)}.hero-meta{font-size:.85rem;font-weight:800;color:#6b7280;margin-top:2rem}.hero-right{display:flex;justify-content:center}.code-card{width:100%;max-width:420px;height:350px;border-radius:1.25rem;border:1px solid var(--border-light);background:radial-gradient(circle at top left,#f1f0ff,#fdfdff,#fff);box-shadow:0 20px 40px #0f172a1a;overflow:hidden;font-family:JetBrains Mono,Fira Code,monospace}.code-card-header{display:flex;align-items:center;padding:.5rem .9rem;gap:.35rem;border-bottom:1px solid var(--border-light);background:#ffffffe6}.code-card-header .dot{width:10px;height:10px;border-radius:999px}.code-card-header .red{background:#ff5f57}.code-card-header .yellow{background:#febc2e}.code-card-header .green{background:#28c840}.code-card-title{margin-left:auto;font-size:.75rem;color:#6b7280}.code-block{margin:0;padding:1rem 1.1rem 1.1rem;background:#020617;color:#e5e7eb;font-size:1.2rem;height:100%;overflow:auto;white-space:pre-wrap;overflow-wrap:anywhere}.apply-cta{display:block;width:100%;padding:4rem 1.5rem;text-decoration:none;background:linear-gradient(180deg,#020617e6,#0f172af2);border-top:1px solid rgba(148,163,184,.25);cursor:pointer}.apply-cta-inner{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:2rem}.apply-cta-text h3{font-size:1.5rem;font-weight:500;color:#f8fafc;margin-bottom:.4rem}.apply-cta-text p{font-size:.95rem;color:#cbd5f5;max-width:520px}.apply-cta-btn{padding:.75rem 1.4rem;border-radius:999px;font-size:.9rem;font-weight:500;color:#fff;background:linear-gradient(180deg,#6366f1e6,#4f46e5f2);box-shadow:0 10px 30px #6366f159;pointer-events:none}.apply-cta:hover .apply-cta-btn{box-shadow:0 14px 40px #6366f173;transform:translateY(-1px)}@media(max-width:768px){.apply-cta-inner{flex-direction:column;align-items:flex-start}}@media(max-width:768px){.hero{padding-top:3.5rem}.hero-inner{grid-template-columns:1fr}.hero-title{font-size:2rem}.hero-subtitle{max-width:none}.hero-points{flex-direction:column;gap:3px}.hero-actions{flex-direction:column}.btn{width:100%}.hero-right{order:-1;margin-bottom:2rem}}.why{padding:8rem 1.5rem;background:var(--bg-soft)}.why-inner{max-width:1100px;margin:0 auto}.why-header{text-align:center;max-width:640px;margin:0 auto 2.5rem}.why-tagline{font-size:1rem;font-weight:800;text-transform:uppercase;letter-spacing:.14em;color:var(--brand-purple-dark);margin-bottom:.5rem}.why-title{font-size:2rem;color:var(--text-dark);margin-bottom:.75rem}.why-subtitle{font-size:1.4rem;color:var(--text-gray)}.why-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.5rem}.why-card{background:#ffffffe6;border-radius:1rem;padding:1.4rem 1.3rem 1.5rem;border:1px solid rgba(209,213,219,.8);box-shadow:0 12px 30px #0f172a0f;display:flex;flex-direction:column;gap:.5rem}.why-icon{width:32px;height:32px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;margin-bottom:.4rem;background:#8f75ff1a}.why-icon span{font-size:.8rem;color:var(--brand-purple-dark)}.why-card-title{font-size:1.1rem;font-weight:600;color:var(--text-dark)}.why-card-body{font-size:1rem;color:var(--text-gray)}@media(max-width:960px){.why-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.why-grid{grid-template-columns:1fr}.why{padding:3rem 1.25rem}.why-title{font-size:1.7rem}}.program{padding:8rem 1.5rem;background:var(--bg-white)}.program-inner{max-width:1100px;margin:0 auto}.program-header{text-align:center;max-width:720px;margin:0 auto 2.75rem}.program-tagline{font-size:1rem;font-weight:800;text-transform:uppercase;letter-spacing:.14em;color:var(--brand-purple-dark);margin-bottom:.5rem}.program-title{font-size:2rem;color:var(--text-dark);margin-bottom:.75rem}.program-subtitle{font-size:1.4rem;color:var(--text-gray)}.program-layout{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1.6fr);gap:2rem;align-items:flex-start}.program-summary-card{background:var(--bg-soft);border-radius:1.2rem;padding:1.6rem 1.5rem;border:1px solid var(--border-light);box-shadow:2px 4px 15px var(--brand-purple)}.program-summary-card h3{font-size:1.5rem;color:var(--text-dark);margin-bottom:.75rem}.program-summary-card p{font-size:1.2rem;color:var(--text-gray);margin-bottom:1rem}.program-summary-list{list-style:none;padding:0;margin:0;font-size:1.1rem;color:var(--text-gray)}.program-summary-list li{margin-bottom:.4rem}.program-phases{display:grid;grid-template-columns:1fr;gap:1rem}.program-phase-card{border-radius:1rem;border:1px solid rgba(209,213,219,.9);background:#fff;padding:1.1rem 1.1rem 1.2rem;box-shadow:0 10px 28px #0f172a0d}.program-phase-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.program-phase-label{font-size:.8rem;font-weight:600;padding:.15rem .7rem;border-radius:999px;background:#8f75ff14;color:var(--brand-purple-dark)}.program-phase-duration{font-size:.8rem;color:#6b7280}.program-phase-title{font-size:1.1rem;font-weight:600;color:var(--text-dark);margin-bottom:.5rem}.program-phase-list{list-style:none;padding:0;margin:0;font-size:1rem;color:var(--text-gray)}.program-phase-list li{position:relative;padding-left:1.1rem;margin-bottom:.35rem}.program-phase-list li:before{content:"•";position:absolute;left:0;top:0;color:var(--brand-purple)}@media(max-width:960px){.program-layout{grid-template-columns:1fr}.program-summary-card{max-width:480px;margin:0 auto .5rem}}@media(max-width:640px){.program{padding:3.5rem 1.25rem}.program-title{font-size:1.75rem}}.routine{padding:8rem 1.5rem;background:var(--bg-soft)}.routine-inner{max-width:1100px;margin:0 auto}.routine-header{text-align:center;max-width:720px;margin:0 auto 2.5rem}.routine-tagline{font-size:1rem;text-transform:uppercase;letter-spacing:.14em;color:var(--brand-purple-dark);margin-bottom:.5rem;font-weight:800}.routine-title{font-size:2rem;color:var(--text-dark);margin-bottom:.75rem}.routine-subtitle{font-size:1.4rem;color:var(--text-gray)}.routine-layout{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(0,1fr);gap:2rem;align-items:flex-start}.routine-timeline{border-left:2px solid rgba(148,163,184,.7);padding-left:1.15rem;position:relative}.routine-item{position:relative;margin-bottom:1.5rem}.routine-item:before{content:"";position:absolute;left:-1.63rem;top:0rem;width:11px;height:11px;border-radius:999px;background:var(--bg-soft);border:2px solid var(--brand-purple)}.routine-time span{display:inline-flex;font-size:1rem;font-weight:600;color:var(--brand-purple-dark);background:#8f75ff17;padding:.15rem .6rem;border-radius:999px;margin-bottom:.25rem}.routine-content h3{font-size:1.2rem;font-weight:600;color:var(--text-dark);margin:.2rem 0 .25rem}.routine-content p{font-size:1rem;color:var(--text-gray);margin:0}.routine-side-card{background:#fff;border-radius:1.2rem;padding:1.6rem 1.5rem;border:1px solid var(--border-light);box-shadow:0 16px 32px #0f172a0f;font-size:1rem;color:var(--text-gray)}.routine-side-card h3{font-size:1.2rem;color:var(--text-dark);margin-bottom:.9rem}.routine-side-card p{margin-bottom:.9rem}.routine-side-card ul{padding-left:1.1rem;margin:0 .9rem}.routine-side-card li{margin-bottom:.9rem}.routine-note{font-size:1rem;color:#374151;margin-top:.9rem}@media(max-width:960px){.routine-layout{grid-template-columns:1fr}.routine-side-card{max-width:480px;margin:0 auto}}@media(max-width:640px){.routine{padding:3.5rem 1.25rem}.routine-title{font-size:1.75rem}.routine-timeline{padding-left:.79rem}.routine-item:before{left:-1.3rem}}.projects{padding:8rem 1.5rem;background:var(--bg-white)}.projects-inner{max-width:1100px;margin:0 auto}.projects-header{text-align:center;max-width:720px;margin:0 auto 2.5rem}.projects-tagline{font-size:1rem;font-weight:800;text-transform:uppercase;letter-spacing:.14em;color:var(--brand-purple-dark);margin-bottom:.5rem}.projects-title{font-size:2rem;color:var(--text-dark);margin-bottom:.75rem}.projects-subtitle{font-size:1.4rem;color:var(--text-gray)}.projects-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}.project-card{border-radius:1.1rem;border:1px solid rgba(209,213,219,.9);background:#fff;padding:1.2rem 1.1rem 1.3rem;box-shadow:0 12px 30px #0f172a0d;display:flex;flex-direction:column;gap:.45rem}.project-chip-row{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:.25rem}.project-chip{font-size:.8rem;padding:.18rem .6rem;border-radius:999px;border:1px solid rgba(148,163,184,.7);color:#475569;background:#f8fafc}.project-type{border-color:#8f75ff99;color:var(--brand-purple-dark);background:#8f75ff14}.project-title{font-size:1.2rem;font-weight:600;color:var(--text-dark)}.project-description{font-size:1rem;color:var(--text-gray)}.projects-footer-note{margin-top:2rem;text-align:center;font-size:1.2rem;color:#4b5563}@media(max-width:1024px){.projects-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.projects{padding:3.5rem 1.25rem}.projects-title{font-size:1.75rem}.projects-grid{grid-template-columns:1fr}}.fees{padding:8rem 1.5rem;background:var(--bg-soft)}.fees-inner{max-width:1100px;margin:0 auto}.fees-header{text-align:center;max-width:720px;margin:0 auto 2.5rem}.fees-tagline{font-size:1rem;font-weight:800;text-transform:uppercase;letter-spacing:.14em;color:var(--brand-purple-dark);margin-bottom:.5rem}.fees-title{font-size:2rem;color:var(--text-dark);margin-bottom:.75rem}.fees-subtitle{font-size:1.4rem;color:var(--text-gray)}.fees-layout{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(0,1.1fr);gap:2rem;align-items:flex-start}.fees-card{background:#fff;border-radius:1.3rem;padding:1.8rem 1.6rem 1.7rem;border:1px solid var(--border-light);box-shadow:0 20px 40px #0f172a14}.fees-program-title{font-size:1.2rem;font-weight:600;color:var(--text-dark);margin-bottom:1.25rem}.fees-row{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:1.5rem;margin-bottom:1.4rem}.fees-price-block{padding:1rem 1.1rem;border-radius:1.1rem;background:#8f75ff0a;border:1px solid rgba(143,117,255,.22)}.fees-label{font-size:.9rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--brand-purple-dark);margin-bottom:.3rem}.fees-price{font-size:1.7rem;font-weight:700;color:var(--text-dark);margin-bottom:.15rem}.fees-price span{font-size:1rem;font-weight:500;color:#6b7280;margin-left:.1rem}.fees-total{font-size:.9rem;color:#4b5563}.fees-info ul{list-style:none;padding:0;margin:0;font-size:1rem;color:var(--text-gray)}.fees-info li{margin-bottom:.4rem}.fees-included{border-top:1px solid #e5e7eb;padding-top:1.1rem;margin-top:.5rem}.fees-included h4{font-size:1.3rem;font-weight:600;color:var(--text-dark);margin-bottom:.5rem}.fees-included ul{padding-left:1.1rem;margin:0;font-size:1.1rem;color:var(--text-gray)}.fees-included li{margin-bottom:.35rem}.fees-cta{margin-top:1.9rem}.fees-cta .btn-primary{margin-bottom:1rem}.fees-note{font-size:1rem;color:#4b5563}.fees-side-card{background:#fff;border-radius:1.3rem;padding:1.5rem 1.45rem;border:1px solid var(--border-light);box-shadow:0 16px 32px #0f172a0f;font-size:1.2rem;color:var(--text-gray)}.fees-side-card h3{font-size:1.5rem;color:var(--text-dark);margin-bottom:.6rem}.fees-side-card p{margin-bottom:.6rem}.fees-side-card ul{padding-left:1.1rem;margin:0 0 .6rem}.fees-side-card li{margin-bottom:.35rem}.fees-side-note{font-size:1rem;color:#374151}@media(max-width:960px){.fees-layout{grid-template-columns:1fr}.fees-card,.fees-side-card{max-width:540px;margin:0 auto}}@media(max-width:640px){.fees{padding:3.5rem 1.25rem}.fees-title{font-size:1.75rem}.fees-row{grid-template-columns:1fr}}.cta{padding:8rem 4rem;background:radial-gradient(circle at top left,rgba(143,117,255,.16),transparent 60%),radial-gradient(circle at bottom right,#0f172a38,#020617 70%);color:#f9fafb}.cta-inner{max-width:1100px;margin:0 auto}.cta-card{background:#0f172ae6;border-radius:1.6rem;padding:2rem 1.8rem;border:1px solid rgba(148,163,184,.4);box-shadow:0 24px 60px #0f172ab3;display:grid;grid-template-columns:minmax(0,1.5fr) minmax(0,1.1fr);gap:2rem}.cta-main{max-width:520px}.cta-tagline{font-size:1rem;font-weight:800;text-transform:uppercase;letter-spacing:.16em;color:#d1d5dbe6;margin-bottom:.6rem}.cta-title{font-size:2rem;margin-bottom:.75rem;color:#f9fafb}.cta-subtitle{font-size:1.4rem;color:#e5e7eb;margin-bottom:1rem}.cta-points{list-style:none;padding:0;margin:0 0 1.6rem;font-size:1.1rem;color:#e5e7eb}.cta-points li{position:relative;padding-left:1.2rem;margin-bottom:.35rem}.cta-points li:before{content:"✓";position:absolute;left:0;top:0;font-size:1.2rem;color:var(--brand-purple)}.cta-actions{display:flex;flex-wrap:wrap;gap:.75rem}.btn-ghost{padding:.75rem 1.4rem;border-radius:999px;border:1px solid rgba(148,163,184,.8);background:transparent;color:#e5e7eb;font-size:.9rem;font-weight:500;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;transition:background-color .12s ease,border-color .12s ease,transform .12s ease}.btn-ghost:hover{background:#0f172ae6;border-color:#f9fafbcc;transform:translateY(-1px)}.cta-contact{border-radius:1.2rem;padding:1.4rem 1.3rem;background:radial-gradient(circle at top left,#0f172a,#020617 70%);border:1px solid rgba(148,163,184,.5);font-size:1.1rem}.cta-contact h3{font-size:1.4rem;font-weight:600;color:#f9fafb;margin-bottom:.75rem}.cta-contact-row{display:flex;flex-direction:column;margin-bottom:1rem}.cta-label{font-size:1rem;font-weight:600;text-transform:uppercase;letter-spacing:.12em;color:#9ca3af;margin-bottom:.1rem}.cta-contact a{color:#e5e7eb;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px}.cta-contact p{margin:0;color:#e5e7eb}.cta-small{margin-top:.9rem;font-size:1rem;color:#d1d5db}@media(max-width:960px){.cta-card{grid-template-columns:1fr}.cta-main{max-width:none}}@media(max-width:640px){.cta{padding:3.5rem 1.25rem 3.25rem}.cta-card{padding:1.7rem 1.5rem}.cta-title{font-size:1.7rem}.cta-actions{flex-direction:column}.btn,.btn-ghost{width:100%}}.Luce-form{max-width:520px;margin:60px auto 0;padding:2rem 1.8rem;background:#0f172ae6;border-radius:1.6rem;border:1px solid rgba(148,163,184,.35);box-shadow:0 24px 60px #0f172ab3;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.Luce-form h2{font-size:1.25rem;font-weight:500;color:#f8fafc;letter-spacing:.2px;margin-bottom:.25rem}.Luce-form .success{color:#86efac;font-size:.95rem}.Luce-form form{display:grid;gap:.9rem}.Luce-form input[type=text],.Luce-form input[type=email],.Luce-form input[type=file],.Luce-form select,.Luce-form textarea{width:100%;padding:.75rem .9rem;font-size:1.1rem;outline:none;background:#020617a6;color:#e5e7eb;border-radius:.6rem;border:1px solid rgba(148,163,184,.35);transition:border-color .15s ease,box-shadow .15s ease,background-color .15s ease}.Luce-form ::placeholder{color:#94a3b8}.Luce-form input:focus,.Luce-form select:focus,.Luce-form textarea:focus{outline:none;border-color:#6366f1cc;box-shadow:0 0 0 2px #6366f140;background:#020617d9}.Luce-form select{-webkit-appearance:none;-moz-appearance:none;appearance:none;color-scheme:dark;background-image:linear-gradient(45deg,transparent 50%,#94a3b8 50%),linear-gradient(135deg,#94a3b8 50%,transparent 50%);background-position:calc(100% - 18px) calc(50% - 3px),calc(100% - 13px) calc(50% - 3px);background-size:5px 5px,5px 5px;background-repeat:no-repeat;padding-right:2.2rem}.Luce-form select option{background:#020617;color:#e5e7eb}.Luce-form input[type=file]{background:#02061766;font-size:1.1rem}.Luce-form textarea{resize:none}.Luce-form .error{color:#fca5a5;font-size:.85rem}.Luce-form .file-field{display:grid;gap:.35rem}.Luce-form .file-field label{font-size:1.1rem;color:#cbd5f5;letter-spacing:.2px}.Luce-form .file-hint{font-size:.75rem;color:#94a3b8}.Luce-form .upload-btn{display:inline-flex;align-items:center;justify-content:center;padding:.6rem .9rem;font-size:.85rem;font-weight:500;color:#e5e7eb;background:#020617b3;border:1px dashed rgba(148,163,184,.5);border-radius:.6rem;cursor:pointer;transition:background .15s ease,border-color .15s ease}.Luce-form .upload-btn:hover{background:#020617e6;border-color:#6366f1b3}@media(max-width:480px){.Luce-form{padding:1.5rem 1.2rem;border-radius:1.2rem}.Luce-form h2{font-size:1.1rem}}:root{--brand-purple: #8f75ff;--brand-purple-dark: #745de8;--text-dark: #111827;--text-gray: #4b5563;--bg-white: #ffffff;--bg-soft: #e5e9ec}.nav{position:sticky;top:0;z-index:50;background:#fffffff0;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid rgba(226,232,240,.9)}.nav-inner{max-width:1100px;margin:0 auto;padding:.85rem 1.5rem;display:flex;align-items:center;justify-content:space-between}.nav-logo-btn{border:none;background:transparent;display:inline-flex;align-items:center;gap:.45rem;cursor:pointer;padding:0}.nav-logo-circle{width:32px;height:32px;border-radius:999px;background:var(--brand-purple);display:inline-flex;align-items:center;justify-content:center;color:#f9fafb;font-weight:700;font-size:1rem}.nav-logo-text{font-size:1.15rem;font-weight:700;color:var(--text-dark)}.nav-center{display:flex}.nav-center>ul{display:flex;align-items:center;gap:1.75rem;margin:0;padding:0}.nav-center>ul>li{list-style:none}.nav-link-button{border:none;background:transparent;padding:0;margin:0;font:inherit;font-size:.95rem;color:var(--text-gray);cursor:pointer}.nav-link-button:hover{color:var(--brand-purple-dark)}.nav-contact-wrapper{margin-left:.5rem}.nav-btn-primary{padding:.55rem 1.2rem;border-radius:999px;border:none;background:var(--brand-purple);color:#fff;font-size:.9rem;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 10px 25px #745de866;transition:background-color .12s ease,box-shadow .12s ease,transform .12s ease}.nav-btn-primary:hover{background:var(--brand-purple-dark);transform:translateY(-1px);box-shadow:0 14px 32px #745de873}.hamburger{display:none;flex-direction:column;cursor:pointer;gap:4px;padding:.4rem;border:none;background:transparent}.hamburger span{height:2px;width:20px;background:var(--text-dark);border-radius:999px;transition:transform .2s ease,opacity .2s ease}.hamburger.is-open span:nth-child(1){transform:translateY(6px) rotate(45deg)}.hamburger.is-open span:nth-child(2){opacity:0}.hamburger.is-open span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}@media(min-width:769px){.hamburger{display:none}.nav-center{position:static;background:transparent;box-shadow:none}}@media(max-width:768px){.nav-inner{padding:.7rem 1.25rem}.hamburger{display:flex}.nav-center{position:absolute;top:56px;left:0;width:100%;background-color:#fff;display:none;flex-direction:column;align-items:center;padding:1.25rem 1.5rem 2rem;box-shadow:0 10px 30px #0f172a2e;z-index:40}.nav-center.open{display:flex}.nav-center ul{flex-direction:column;gap:1rem;width:100%}.nav-center ul li{width:100%;text-align:center}.nav-link-button{font-size:1rem}.nav-contact-wrapper{margin-left:0;margin-top:.5rem}.nav-btn-primary{width:100%;justify-content:center}}.nav-link-button.active-nav{color:var(--brand-purple-dark);font-weight:600}.nav-link-button.active-nav{color:var(--brand-purple-dark);font-weight:600;position:relative}.nav-link-button.active-nav:after{content:"";position:absolute;left:0;right:0;bottom:-3px;margin:auto;width:100%;height:2px;background:var(--brand-purple);border-radius:999px}.footer{background:#020617;color:#e5e7eb;padding:2.5rem 1.5rem 1.5rem;display:flex;flex-direction:column}.footer-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:3fr 1fr 2fr;gap:2rem;align-items:flex-start;border-bottom:1px solid rgba(148,163,184,.4);padding-bottom:2rem}.footer-brand{display:flex;gap:.9rem;align-items:flex-start}.footer-logo-circle{width:45px;height:45px;border-radius:50%;background:var(--brand-purple, #8f75ff);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.4rem;color:#f9fafb;flex-shrink:0}.footer-logo-text{font-size:1.2rem;font-weight:600;color:#f9fafb}.footer-logo-sub{font-size:1rem;color:#9ca3af;margin-top:.2rem}.footer-links{display:flex;flex-direction:column;gap:.35rem;font-size:1.2rem}.footer-link{color:#e5e7eb;text-decoration:none}.footer-link:hover{color:var(--brand-purple, #8f75ff)}.footer-contact-title{font-size:1.4rem;font-weight:600;color:#f9fafb}.footer-contact-line{font-size:1.1rem;color:#d1d5db;margin:1rem 0;text-decoration:none}.footer-contact-line:hover{color:var(--brand-purple, #8f75ff)}.footer-bottom{max-width:1100px;margin:.75rem auto 0;padding-top:.75rem;font-size:.9rem;color:#6b7280;text-align:center}.footer-link{background:transparent;border:none;padding:0;font-size:.9rem;color:#d1d5db;cursor:pointer;text-align:left}.footer-link:hover{color:var(--brand-purple)}.footer-active{color:var(--brand-purple);font-weight:600}.footer-active{position:relative}.footer-active:after{content:"";position:absolute;left:0;bottom:-2px;width:100%;height:2px;background:var(--brand-purple);border-radius:1px}.footer-lucentico-title{margin:0 auto;font-size:15rem;font-weight:100}@media(max-width:900px){.footer-inner{grid-template-columns:1fr 1fr}}@media(max-width:640px){.footer{padding:2.25rem 1.25rem 1.4rem}.footer-inner{grid-template-columns:1fr;gap:1.5rem}.footer-brand{align-items:center}.footer-lucentico-title{font-size:4rem}}.apply-page{min-height:100vh;width:100%;position:relative;background:radial-gradient(1200px 600px at 20% 10%,rgba(99,102,241,.12),transparent 60%),radial-gradient(800px 500px at 80% 80%,rgba(79,70,229,.1),transparent 60%),linear-gradient(180deg,#020617,#020617);padding:3rem 1.5rem}.apply-nav{position:absolute;top:1.2rem;left:1.5rem}.back-link{font-size:1.5rem;color:#cbd5f5;text-decoration:none;padding:.4rem .6rem;border-radius:.4rem;transition:color .15s ease,background-color .15s ease}.back-link:hover{color:#fff;background:#6366f126}.footer-problem{display:flex;flex-direction:column;min-height:100vh}.slide-in{position:fixed;top:0;left:0;width:100%;height:100vh;background:var(--brand-purple);transform-origin:bottom}.slide-out{position:fixed;top:0;left:0;width:100%;height:100vh;background:var(--brand-purple);transform-origin:top}.transition-text{position:fixed;top:0;left:0;width:100%;height:100vh;transform-origin:top;transform:translate(-50%,-50%);color:var(--text-dark);font-size:10rem;text-align:center;line-height:1}
