:root{--c-pri:#7400B8;--c-sec:#6930C3;--c-acc:#5390D9;--c-bright:#48BFE3;--c-dark:#1a0a2e;--c-mid:#2d1155;--c-gray:#64748b;--c-lgray:#cbd5e1;--c-bg:#f8f9ff;--c-white:#fff;--r-sm:8px;--r-md:16px;--r-lg:24px;--r-xl:32px;--sh-sm:0 2px 12px rgba(116,0,184,.1);--sh-md:0 4px 24px rgba(116,0,184,.15);--sh-lg:0 8px 40px rgba(116,0,184,.2);--tr:.3s ease;--font:'Poppins',system-ui,sans-serif}
*,::before,::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;font-size:16px}
body{font-family:var(--font);background:var(--c-bg);color:var(--c-dark);line-height:1.6;overflow-x:hidden}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
ul{list-style:none}
a,button,input,select,textarea{min-height:44px}
button{cursor:pointer;border:none;background:none;font-family:inherit}
section{padding:5rem 0}
.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.skip-link{position:absolute;top:-100%;left:1rem;z-index:9999;background:var(--c-pri);color:#fff;padding:.75rem 1.5rem;border-radius:0 0 8px 8px;font-weight:600}
.skip-link:focus{top:0}
h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2}
h1{font-size:clamp(2.25rem,5vw,3.75rem)}
h2{font-size:clamp(1.75rem,4vw,2.75rem)}
h3{font-size:clamp(1.125rem,2.5vw,1.5rem)}
p{margin-bottom:1rem}
.text-gradient{background:linear-gradient(135deg,#7400B8,#48BFE3);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:.875rem 2rem;border-radius:8px;font-weight:600;font-size:1rem;min-height:44px;gap:.5rem;cursor:pointer;text-decoration:none;transition:var(--tr);border:2px solid transparent}
.btn-primary{background:linear-gradient(135deg,#7400B8,#6930C3);color:#fff;box-shadow:0 4px 16px rgba(116,0,184,.35)}
.btn-primary:hover,.btn-primary:focus{transform:translateY(-2px);box-shadow:0 8px 24px rgba(116,0,184,.45);outline:none}
.btn-secondary{background:#fff;color:#7400B8;border-color:#7400B8}
.btn-secondary:hover,.btn-secondary:focus{background:#7400B8;color:#fff;outline:none}
.btn-outline{background:transparent;color:#fff;border-color:rgba(255,255,255,.6)}
.btn-outline:hover,.btn-outline:focus{background:rgba(255,255,255,.15);border-color:#fff;outline:none}
.btn-white{background:#fff;color:#7400B8;border-color:#fff}
.btn-white:hover,.btn-white:focus{background:#f8f9ff;outline:none}
.btn-lg{padding:1.125rem 2.5rem;font-size:1.125rem;border-radius:16px}
:focus-visible{outline:3px solid #48BFE3;outline-offset:3px}
.nav{position:fixed;top:0;left:0;right:0;z-index:1000;background:rgba(20,5,40,.55);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:none;transition:background .35s ease,box-shadow .35s ease}
.nav.scrolled{background:rgba(255,255,255,.97);box-shadow:0 4px 24px rgba(116,0,184,.15)}
.nav-inner{display:flex;align-items:center;justify-content:space-between;height:72px;max-width:1200px;margin:0 auto;padding:0 1.5rem}
.nav-logo{font-size:1.375rem;font-weight:800;background:linear-gradient(135deg,#48BFE3,#a78bfa);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;min-height:auto}
.nav.scrolled .nav-logo{background:linear-gradient(135deg,#7400B8,#5390D9);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}
.nav-links{display:flex;align-items:center;gap:2rem;list-style:none}
.nav-links a{font-weight:600;font-size:.9375rem;color:rgba(255,255,255,.92);transition:var(--tr);padding:.25rem 0;position:relative;min-height:auto}
.nav-links a::after{content:'';position:absolute;bottom:0;left:0;width:0;height:2px;background:linear-gradient(90deg,#fff,#48BFE3);transition:width .3s ease}
.nav-links a:hover::after,.nav-links a.active::after{width:100%}
.nav-links a:hover,.nav-links a.active{color:#fff}
.nav.scrolled .nav-links a{color:#1a0a2e;font-weight:600}
.nav.scrolled .nav-links a:hover,.nav.scrolled .nav-links a.active{color:#7400B8}
.nav.scrolled .nav-links a::after{background:linear-gradient(90deg,#7400B8,#48BFE3)}
.nav-cta{background:linear-gradient(135deg,#7400B8,#6930C3);color:#fff!important;padding:.625rem 1.5rem;border-radius:8px;font-weight:600;min-height:44px;display:inline-flex;align-items:center;transition:var(--tr)}
.nav-cta::after{display:none!important}
.nav-cta:hover{transform:translateY(-1px);box-shadow:0 4px 16px rgba(116,0,184,.35);color:#fff!important}
.nav-hamburger{display:none;flex-direction:column;gap:5px;padding:.5rem;min-height:44px;justify-content:center;cursor:pointer;border-radius:8px;border:none;background:none}
.nav-hamburger span{display:block;width:24px;height:2px;background:#fff;border-radius:2px;transition:var(--tr)}
.nav.scrolled .nav-hamburger span{background:#1a0a2e}
.nav-hamburger.active span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.nav-hamburger.active span:nth-child(2){opacity:0;transform:scaleX(0)}
.nav-hamburger.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}
@keyframes floatY{0%,100%{transform:translateY(0)}50%{transform:translateY(-20px)}}
@keyframes fadeUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}
@keyframes pulseFade{0%,100%{opacity:.4;transform:scale(1)}50%{opacity:.7;transform:scale(1.05)}}
.hero{min-height:100vh;background:linear-gradient(-45deg,#7400B8,#6930C3,#5390D9,#48BFE3);background-size:400% 400%;animation:gradientShift 8s ease infinite;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;padding-top:72px;padding-bottom:72px}
.hero::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at 20% 50%,rgba(255,255,255,.08),transparent 60%)}
.hero-blob{position:absolute;border-radius:50%;filter:blur(60px);opacity:.3;animation:floatY 6s ease-in-out infinite}
.hero-blob-1{width:420px;height:420px;background:#48BFE3;top:-100px;right:-80px;animation-delay:0s}
.hero-blob-2{width:320px;height:320px;background:#7400B8;bottom:-80px;left:-60px;animation-delay:-3s}
.hero-blob-3{width:220px;height:220px;background:#5390D9;top:40%;right:28%;animation-delay:-1.5s}
.hero-content{position:relative;z-index:2;text-align:center;max-width:800px;padding:0 1.5rem;animation:fadeUp .85s ease both}
.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:rgba(255,255,255,.15);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);color:#fff;padding:.5rem 1.25rem;border-radius:50px;font-size:.875rem;font-weight:600;margin-bottom:1.5rem;letter-spacing:.5px}
.hero h1{color:#fff;margin-bottom:1.5rem;font-size:clamp(2.5rem,5.5vw,4rem);line-height:1.1}
.hero-sub{font-size:clamp(1rem,2.5vw,1.25rem);color:rgba(255,255,255,.9);margin-bottom:2.5rem;max-width:620px;margin-left:auto;margin-right:auto;line-height:1.7}
.hero-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}
.hero-scroll{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;color:rgba(255,255,255,.7);font-size:.8125rem;cursor:pointer;z-index:2;min-height:auto;animation:pulseFade 2.5s ease-in-out infinite;border:none;background:none;padding:.5rem}
.hero-scroll svg{display:block}
.section-header{text-align:center;margin-bottom:3.5rem}
.section-tag{display:inline-block;background:linear-gradient(135deg,rgba(116,0,184,.1),rgba(72,191,227,.1));color:#7400B8;padding:.375rem 1.25rem;border-radius:50px;font-size:.875rem;font-weight:600;letter-spacing:.5px;margin-bottom:1rem;border:1px solid rgba(116,0,184,.2)}
.section-header h2{margin-bottom:1rem}
.section-header p{color:#64748b;max-width:600px;margin:0 auto;font-size:1.0625rem}
.divider{width:60px;height:4px;background:linear-gradient(90deg,#7400B8,#48BFE3);border-radius:2px;margin:1rem auto 0}
.about-section{background:#fff}
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}
.about-media{position:relative;border-radius:24px;overflow:hidden;aspect-ratio:4/3;box-shadow:var(--sh-lg)}
.about-media img{width:100%;height:100%;object-fit:cover}
.about-img-overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(116,0,184,.12),rgba(72,191,227,.08));pointer-events:none}
.about-stats{position:absolute;bottom:1.5rem;left:50%;transform:translateX(-50%);display:flex;gap:1rem;z-index:2;width:calc(100% - 3rem)}
.stat-item{background:rgba(255,255,255,.95);backdrop-filter:blur(10px);border-radius:16px;padding:1rem;flex:1;text-align:center;box-shadow:var(--sh-md)}
.stat-num{font-size:1.75rem;font-weight:800;background:linear-gradient(135deg,#7400B8,#5390D9);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;line-height:1}
.stat-lbl{font-size:.75rem;color:#64748b;font-weight:500;margin-top:.25rem}
.about-body h2{margin-bottom:1rem}
.about-body>p{color:#64748b;font-size:1.0625rem;line-height:1.75;margin-bottom:1.25rem}
.about-chips{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem}
.chip{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,rgba(116,0,184,.08),rgba(72,191,227,.08));color:#7400B8;padding:.5rem 1.125rem;border-radius:50px;font-size:.875rem;font-weight:600;border:1px solid rgba(116,0,184,.15)}
.chip svg{width:16px;height:16px}
.services-section{background:#f8f9ff}
.card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.75rem}
.service-card{background:#fff;border-radius:20px;padding:2rem;box-shadow:var(--sh-sm);transition:transform var(--tr),box-shadow var(--tr);position:relative;overflow:hidden;border:1px solid rgba(116,0,184,.07)}
.service-card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#7400B8,#48BFE3);transform:scaleX(0);transform-origin:left;transition:transform .4s ease}
.service-card:hover::before{transform:scaleX(1)}
.service-card:hover{transform:translateY(-8px);box-shadow:var(--sh-lg)}
.service-icon{width:60px;height:60px;border-radius:16px;background:linear-gradient(135deg,rgba(116,0,184,.1),rgba(72,191,227,.1));display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;transition:var(--tr)}
.service-icon svg{width:28px;height:28px;color:#7400B8;transition:var(--tr)}
.service-card:hover .service-icon{background:linear-gradient(135deg,#7400B8,#6930C3);box-shadow:0 4px 16px rgba(116,0,184,.3)}
.service-card:hover .service-icon svg{color:#fff}
.service-card h3{margin-bottom:.75rem;font-size:1.1875rem}
.service-card p{color:#64748b;font-size:.9375rem;margin-bottom:0;line-height:1.65}
.culture-section{background:linear-gradient(135deg,#1a0a2e,#2d1155);padding:5rem 0}
.culture-section .section-header h2{color:#fff}
.culture-section .section-header p{color:rgba(255,255,255,.75)}
.culture-section .section-tag{background:rgba(255,255,255,.1);color:#48BFE3;border-color:rgba(72,191,227,.3)}
.culture-section .divider{background:linear-gradient(90deg,#48BFE3,#5390D9)}
.culture-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}
.culture-card{background:rgba(255,255,255,.07);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:1.75rem;transition:var(--tr);text-align:center}
.culture-card:hover{background:rgba(255,255,255,.12);transform:translateY(-6px);border-color:rgba(72,191,227,.3)}
.culture-icon{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#7400B8,#5390D9);display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem;box-shadow:0 4px 20px rgba(116,0,184,.4)}
.culture-icon svg{width:28px;height:28px;color:#fff}
.culture-card h3{color:#fff;font-size:1.125rem;margin-bottom:.75rem}
.culture-card p{color:rgba(255,255,255,.7);font-size:.9375rem;margin-bottom:0;line-height:1.65}
.how-section{background:#fff}
.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;position:relative}
.steps-grid::before{content:'';position:absolute;top:2.8rem;left:12.5%;right:12.5%;height:2px;background:linear-gradient(90deg,#7400B8,#48BFE3);z-index:0}
.step-card{background:#f8f9ff;border-radius:20px;padding:2rem 1.5rem;text-align:center;position:relative;z-index:1;transition:var(--tr);border:2px solid transparent}
.step-card:hover{background:#fff;border-color:rgba(116,0,184,.2);box-shadow:var(--sh-md);transform:translateY(-6px)}
.step-num{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#7400B8,#6930C3);color:#fff;font-size:1.25rem;font-weight:800;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem;box-shadow:0 4px 16px rgba(116,0,184,.35);position:relative;z-index:2}
.step-card h3{font-size:1.125rem;margin-bottom:.75rem}
.step-card p{color:#64748b;font-size:.9375rem;margin-bottom:0}
.testimonials-section{background:#f8f9ff}
.testimonial-card{background:#fff;border-radius:20px;padding:2rem;box-shadow:var(--sh-sm);transition:var(--tr);border:1px solid rgba(116,0,184,.07);position:relative}
.testimonial-card:hover{transform:translateY(-6px);box-shadow:var(--sh-md)}
.testimonial-stars{display:flex;gap:.25rem;margin-bottom:1rem}
.testimonial-stars svg{width:18px;height:18px;fill:#f59e0b}
.testimonial-text{color:#64748b;font-size:.9375rem;font-style:italic;margin-bottom:1.5rem;line-height:1.75}
.testimonial-author{display:flex;align-items:center;gap:.75rem}
.testimonial-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover;border:2px solid rgba(116,0,184,.2);min-height:auto}
.testimonial-name{font-weight:700;font-size:.9375rem}
.testimonial-role{font-size:.8125rem;color:#64748b}
.cta-section{background:linear-gradient(-45deg,#7400B8,#6930C3,#5390D9,#48BFE3);background-size:400% 400%;animation:gradientShift 10s ease infinite;padding:6rem 0;text-align:center;position:relative;overflow:hidden}
.cta-section::before{content:'';position:absolute;inset:0;background:radial-gradient(circle at 30% 50%,rgba(255,255,255,.08),transparent 60%)}
.cta-section h2{color:#fff;margin-bottom:1rem;position:relative}
.cta-section p{color:rgba(255,255,255,.9);font-size:1.125rem;margin-bottom:2rem;max-width:540px;margin-left:auto;margin-right:auto;position:relative}
.cta-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;position:relative}
.contact-section{background:#fff}
.contact-grid{display:grid;grid-template-columns:1fr 1.6fr;gap:4rem;align-items:start}
.contact-info{padding:2.5rem;background:linear-gradient(135deg,#1a0a2e,#2d1155);border-radius:24px;color:#fff}
.contact-info h3{color:#fff;margin-bottom:.75rem}
.contact-info>p{color:rgba(255,255,255,.75);margin-bottom:2rem;font-size:.9375rem}
.contact-items{display:flex;flex-direction:column;gap:1.25rem}
.contact-item{display:flex;align-items:center;gap:1rem}
.contact-icon{width:44px;height:44px;min-width:44px;border-radius:8px;background:rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center}
.contact-icon svg{width:20px;height:20px;color:#48BFE3}
.contact-detail .lbl{font-size:.8125rem;color:rgba(255,255,255,.6);margin-bottom:.125rem}
.contact-detail .val{font-weight:600;font-size:.9375rem;color:#fff}
.contact-form-wrap h3{margin-bottom:.5rem}
.contact-form-wrap>p{color:#64748b;margin-bottom:2rem;font-size:.9375rem}
.form-group{margin-bottom:1.25rem}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}
.form-label{display:block;font-weight:600;font-size:.9375rem;margin-bottom:.5rem;color:#1a0a2e}
.req{color:#7400B8}
.form-input,.form-textarea,.form-select{width:100%;padding:.875rem 1rem;border:2px solid #cbd5e1;border-radius:16px;font-family:var(--font);font-size:.9375rem;color:#1a0a2e;background:#fff;transition:border-color var(--tr),box-shadow var(--tr);min-height:44px;appearance:none}
.form-input:focus,.form-textarea:focus,.form-select:focus{outline:none;border-color:#7400B8;box-shadow:0 0 0 4px rgba(116,0,184,.1)}
.form-textarea{min-height:140px;resize:vertical}
.form-select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%2364748b' stroke-width='2' stroke-linecap='round' fill='none'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem;cursor:pointer}
.form-check{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer;font-size:.9375rem;color:#64748b;line-height:1.5;min-height:auto;margin-top:.25rem}
.form-check input[type="checkbox"]{width:20px;height:20px;min-height:20px;min-width:20px;accent-color:#7400B8;margin-top:.125rem;cursor:pointer;flex-shrink:0}
.form-check a{color:#7400B8;text-decoration:underline}
.honeypot{display:none!important;visibility:hidden!important;position:absolute!important;left:-9999px!important}
.form-msg{padding:1rem 1.25rem;border-radius:16px;margin-top:1rem;font-weight:500;display:none}
.form-msg.success{background:#ecfdf5;color:#065f46;border:1px solid #a7f3d0;display:block}
.form-msg.error{background:#fef2f2;color:#991b1b;border:1px solid #fecaca;display:block}
.form-section-title{font-size:1.0625rem;font-weight:700;color:#7400B8;margin:1.75rem 0 1rem;padding-bottom:.5rem;border-bottom:2px solid rgba(116,0,184,.12)}
.footer{background:#1a0a2e;padding:4rem 0 2rem}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}
.footer-logo{font-size:1.25rem;font-weight:800;background:linear-gradient(135deg,#48BFE3,#5390D9);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;display:inline-block;margin-bottom:1rem;min-height:auto}
.footer-brand p{font-size:.9375rem;color:rgba(255,255,255,.55);line-height:1.75;margin-bottom:0}
.footer-col h4{color:#fff;font-size:.9375rem;margin-bottom:1.25rem;font-weight:700}
.footer-col ul{display:flex;flex-direction:column;gap:.625rem}
.footer-col ul a{color:rgba(255,255,255,.55);font-size:.9375rem;transition:var(--tr);min-height:auto}
.footer-col ul a:hover{color:#48BFE3}
.footer-col ul span{color:rgba(255,255,255,.55);font-size:.9375rem}
.footer-bottom{display:flex;align-items:center;justify-content:space-between;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);flex-wrap:wrap;gap:1rem}
.footer-bottom p{font-size:.875rem;color:rgba(255,255,255,.45);margin-bottom:0}
.footer-legal{display:flex;gap:1.5rem}
.footer-legal a{font-size:.875rem;color:rgba(255,255,255,.45);transition:var(--tr);min-height:auto}
.footer-legal a:hover{color:#48BFE3}
.back-to-top{position:fixed;bottom:2rem;right:2rem;width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#7400B8,#5390D9);color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px rgba(116,0,184,.4);opacity:0;visibility:hidden;transform:translateY(10px);transition:all var(--tr);z-index:999;cursor:pointer;border:none;min-height:auto}
.back-to-top.visible{opacity:1;visibility:visible;transform:translateY(0)}
.back-to-top:hover{transform:translateY(-3px);box-shadow:0 6px 20px rgba(116,0,184,.5)}
.breadcrumbs{background:#f8f9ff;border-bottom:1px solid #cbd5e1;padding:.875rem 0;margin-top:72px}
.breadcrumb-list{display:flex;align-items:center;gap:.5rem;font-size:.875rem;flex-wrap:wrap;list-style:none}
.breadcrumb-list li{display:flex;align-items:center;gap:.5rem}
.breadcrumb-list li:not(:last-child)::after{content:'/';color:#64748b}
.breadcrumb-list a{color:#7400B8}
.breadcrumb-list span{color:#64748b}
.page-hero{padding:5rem 0 3.5rem;background:linear-gradient(-45deg,#7400B8,#6930C3,#5390D9,#48BFE3);background-size:400% 400%;animation:gradientShift 8s ease infinite;text-align:center;position:relative;overflow:hidden}
.page-hero::before{content:'';position:absolute;inset:0;background:radial-gradient(circle at 50% 50%,rgba(255,255,255,.07),transparent 70%)}
.page-hero h1{color:#fff;position:relative;margin-bottom:.75rem}
.page-hero p{color:rgba(255,255,255,.85);font-size:1.0625rem;max-width:540px;margin:0 auto;position:relative}
.inner-content{max-width:880px;margin:0 auto;padding:4rem 1.5rem}
.policy-body h2{font-size:1.375rem;margin:2.5rem 0 .875rem;color:#7400B8}
.policy-body h3{font-size:1.125rem;margin:1.75rem 0 .75rem}
.policy-body p{color:#64748b;font-size:1rem;line-height:1.8;margin-bottom:1.25rem}
.policy-body ul,.policy-body ol{padding-left:1.5rem;margin-bottom:1.25rem;color:#64748b}
.policy-body li{margin-bottom:.5rem;line-height:1.75;font-size:1rem}
.policy-badge{display:inline-flex;align-items:center;gap:.5rem;background:rgba(116,0,184,.08);color:#7400B8;padding:.5rem 1.25rem;border-radius:50px;font-size:.875rem;font-weight:600;margin-bottom:2rem}
.apply-wrap{max-width:860px;margin:0 auto}
.error-page{min-height:80vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:4rem 1.5rem}
.error-page-inner{max-width:560px}
.error-code{font-size:clamp(6rem,20vw,12rem);font-weight:900;background:linear-gradient(135deg,#7400B8,#48BFE3);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;line-height:1;margin-bottom:1rem}
.error-page h1{font-size:clamp(1.5rem,4vw,2.25rem);margin-bottom:1rem}
.error-page p{color:#64748b;font-size:1.0625rem;margin-bottom:2rem}
.error-links{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}
.anim{opacity:0;transform:translateY(22px);transition:opacity .65s ease,transform .65s ease}
.anim.visible{opacity:1;transform:none}
@media(max-width:1199px){.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:1023px){.about-grid{grid-template-columns:1fr;gap:2.5rem}.about-media{order:-1}.culture-grid{grid-template-columns:repeat(2,1fr)}.steps-grid{grid-template-columns:repeat(2,1fr)}.steps-grid::before{display:none}.contact-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:767px){.nav-links{display:none;position:absolute;top:72px;left:0;right:0;background:rgba(255,255,255,.98);backdrop-filter:blur(12px);flex-direction:column;gap:0;padding:1rem 0;box-shadow:0 8px 24px rgba(116,0,184,.12)}.nav-links.open{display:flex}.nav-links li{width:100%}.nav-links a{display:block;padding:.875rem 1.5rem;border-bottom:1px solid rgba(116,0,184,.06)}.nav-hamburger{display:flex}.card-grid{grid-template-columns:1fr}.culture-grid{grid-template-columns:1fr}.steps-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.form-row{grid-template-columns:1fr}.hero-actions{flex-direction:column;align-items:center}}
@media(max-width:479px){section{padding:3.5rem 0}.btn-lg{padding:.875rem 1.75rem;font-size:1rem}}
@media print{.nav,.back-to-top,.hero-scroll,.cta-section,.nav-hamburger{display:none}body{color:#000;background:#fff;font-size:12pt}a{color:#000}h1,h2,h3{color:#000}.hero,section{padding:1rem 0}}
