@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Tai+Heritage+Pro:wght@400;700&display=swap";:root{color-scheme:dark;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400;background:#020817;color:#f6f7fb;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:Tai Heritage Pro,Georgia,serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;background:#020817;color:#f6f7fb}img,picture,video,canvas,svg{display:block;max-width:100%}a{color:inherit}button,input,textarea,select{font:inherit}button{cursor:pointer}::selection{background:#ff5e5f3d}.page-transition-enter{animation:page-fade-in .32s ease both}.page-transition-exit{animation:page-fade-out .2s ease both}@keyframes page-fade-in{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes page-fade-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-14px)}}@media(prefers-reduced-motion:reduce){.page-transition-enter,.page-transition-exit{animation:none}}:root{--background: #020817;--surface: rgba(3, 8, 28, .72);--surface-strong: rgba(255, 255, 255, .96);--text: #fdfcff;--text-muted: rgba(255, 255, 255, .72);--accent: #D4AF37;--accent-strong: #F0D78C;--border: rgba(255, 255, 255, .12)}.navbar{position:fixed;inset:0 0 auto;z-index:999;width:100%;padding:1.4rem 2rem;background:transparent;transition:background .35s ease,box-shadow .35s ease,padding .35s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.navbar-inner{max-width:1280px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1rem}.brand-logo{position:relative;width:100px;height:100px}.brand-logo img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;display:block}.nav-links{display:flex;gap:1.5rem;flex-wrap:wrap;align-items:center}.navbar-actions{display:flex;gap:1rem;align-items:center}.nav-links a,.mobile-menu a{color:var(--text);text-decoration:none;font-weight:600;font-size:.95rem;letter-spacing:.02em;transition:color .25s ease}.nav-links a:hover,.mobile-menu a:hover{color:var(--accent)}.button{display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:999px;padding:.95rem 1.75rem;font-weight:700;letter-spacing:.04em;cursor:pointer;transition:transform .25s ease,background .25s ease,box-shadow .25s ease;text-decoration:none}.button-primary{background:linear-gradient(135deg,var(--accent),var(--accent-strong));color:#fff;box-shadow:0 18px 40px #8b6f0049;text-transform:uppercase}.button-primary:hover{transform:translateY(-2px)}.button-outline{background:#ffffff14;color:#fff;border:1px solid rgba(255,255,255,.18)}.button-outline:hover{background:#ffffff24}.desktop-only{display:inline-flex}.hamburger{display:none;flex-direction:column;width:44px;height:44px;border:1px solid rgba(255,255,255,.16);border-radius:14px;background:#ffffff14;color:#fff;cursor:pointer;align-items:center;justify-content:center;gap:6px;padding:.35rem;transition:background .25s ease,transform .25s ease}.hamburger:hover{background:#ffffff29}.hamburger span{width:20px;height:2px;border-radius:999px;background:currentColor;transition:transform .35s ease,opacity .35s ease}.hamburger.open span:nth-child(1){transform:translateY(8px) rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.mobile-menu{display:none;flex-direction:column;gap:1rem;margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.08)}.mobile-menu.open{display:flex}@media(max-width:1024px){.navbar{padding:1rem 1.5rem}.nav-links{gap:1rem}}@media(max-width:768px){.nav-links,.desktop-only{display:none}.hamburger{display:inline-flex}.navbar{padding:1rem;background:#020817eb}}.language-selector{display:flex;align-items:center}.language-selector .flag-select{background:transparent;border:none;cursor:pointer}.language-selector .flag-select button{background:transparent;border:none;padding:5px;cursor:pointer;border-radius:4px;transition:background-color .3s ease}.language-selector .flag-select button:hover{background-color:#ffffff1a}.language-selector .flag-select__options{background:#fff;border:1px solid #ddd;border-radius:4px;box-shadow:0 2px 8px #0000001a;z-index:1000;max-height:200px;overflow-y:auto}.language-selector .flag-select__option{padding:8px 12px;cursor:pointer;transition:background-color .2s ease;display:flex;align-items:center;gap:8px}.language-selector .flag-select__option:hover{background-color:#0000000d}.language-selector .flag-select__option--selected{background-color:#e639461a}.footer{background:#020817;color:#ffffffb3;padding:4rem 1.5rem 2.5rem}.footer-inner{max-width:1280px;margin:0 auto;display:grid;text-align:justify;grid-template-columns:minmax(0,1.8fr) repeat(3,minmax(0,1fr));align-items:flex-start;gap:2.5rem}.footer-brand{display:flex;align-items:flex-start;gap:1rem}.footer-brand-logo{position:relative;width:200px;height:200px;flex-shrink:0}.footer-brand-logo img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;display:block}.logo-active{opacity:1}.logo-inactive{opacity:0}.footer-brand-text p{margin:0;font-weight:700;color:#fff}.footer-brand-text span{display:block;margin-top:.35rem;color:#ffffffb8;font-size:.95rem;line-height:1.7}.footer-lead-by{margin-top:1rem!important;color:#d4af37!important;font-size:.85rem!important}.footer-column h3{margin:0 0 1.25rem;color:#fff;font-size:1rem;font-weight:700;letter-spacing:.04em}.footer-links{display:flex;flex-direction:column;gap:.85rem}.footer-links a,.footer-links span,.footer-social-links a{color:#ffffffc7;text-decoration:none;font-weight:500;font-size:.95rem}.footer-address{line-height:1.6}.footer-links a:hover{color:#d4af37}.footer-bottom{max-width:1280px;margin:2rem auto 0;border-top:1px solid rgba(255,255,255,.08);padding-top:1.5rem;display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap;align-items:center}.footer-socials{display:flex;flex-direction:column;gap:.75rem;margin-top:1.5rem}.footer-socials>span{color:#ffffff8c;font-size:.8rem;letter-spacing:.12em;text-transform:uppercase}.footer-social-links{display:flex;gap:1rem}.footer-legal-links{display:flex;gap:1.5rem;flex-wrap:wrap}.footer-legal-links button{background:none;border:none;padding:0;font:inherit;color:#ffffff9e;text-decoration:underline;text-underline-offset:2px;cursor:pointer;transition:color .2s ease}.footer-legal-links button:hover{color:#d4af37}.footer-bottom p{margin:0;font-size:.95rem;color:#ffffff9e}@media(max-width:980px){.footer-inner{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-brand{grid-column:1 / -1}}@media(max-width:640px){.footer-inner{grid-template-columns:1fr;text-align:left}.footer-brand{flex-direction:column;align-items:flex-start}.footer-brand-logo{width:160px;height:160px}.footer-bottom{flex-direction:column;align-items:flex-start}}.legal-overlay{position:fixed;inset:0;background:#0009;z-index:9999;display:flex;align-items:center;justify-content:center;padding:1rem;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.legal-modal{background:#fff;border-radius:12px;width:100%;max-width:700px;max-height:85vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #0000004d;position:relative;overflow:hidden}.legal-close{position:absolute;top:1rem;right:1rem;background:#00000014;border:none;width:36px;height:36px;border-radius:50%;cursor:pointer;font-size:1rem;color:#333;display:flex;align-items:center;justify-content:center;transition:background .2s;z-index:1}.legal-close:hover{background:#00000026}.legal-header{padding:2rem 2rem 1rem;border-bottom:1px solid #eee}.legal-header h2{margin:0 0 .25rem;font-size:1.5rem;color:#01004b}.legal-updated{margin:0;font-size:.85rem;color:#888}.legal-body{padding:1.5rem 2rem 2rem;overflow-y:auto;flex:1}.legal-section{margin-bottom:1.5rem}.legal-section h3{font-size:1rem;font-weight:700;color:#01004b;margin:0 0 .4rem}.legal-section p{font-size:.95rem;color:#444;line-height:1.65;margin:0}.consent-group{display:flex;flex-direction:column;gap:.25rem}.consent-label{display:flex;align-items:flex-start;gap:.6rem;font-size:.9rem;color:#444;cursor:pointer;line-height:1.5}.consent-label input[type=checkbox]{margin-top:2px;width:16px;height:16px;flex-shrink:0;accent-color:#E63946;cursor:pointer}.legal-link{background:none;border:none;padding:0;color:#e63946;font-size:inherit;font-family:inherit;cursor:pointer;text-decoration:underline;text-underline-offset:2px;font-weight:600}.legal-link:hover{color:#c2303b}.consent-error{font-size:.82rem;color:#e63946;margin:0}@media(max-width:480px){.legal-modal{max-height:90vh;border-radius:8px}.legal-header{padding:1.5rem 1.25rem .75rem}.legal-body{padding:1rem 1.25rem 1.5rem}}.about{padding:8rem 1.5rem 6rem;background:linear-gradient(180deg,#030818,#09152c);color:#f6f7fb}.about-grid{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1.2fr .9fr;gap:3.5rem;align-items:center}.about-copy span{display:inline-block;margin-bottom:1rem;color:#d4af37;font-size:.82rem;letter-spacing:.28em;text-transform:uppercase;font-weight:700}.about-copy h2{font-size:clamp(1.6rem,2.4vw,2.6rem);font-weight:700;line-height:1.15;margin:0}.about-copy p{margin-top:1.5rem;font-size:1rem;line-height:1.9;color:#ffffffc7}.about-copy p+p{margin-top:1.25rem}.about-pill-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin:2rem 0 2.5rem}.about-pill{display:flex;align-items:center;gap:.85rem;padding:1rem 1.25rem;border-radius:20px;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);color:#fff}.about-pill span{width:30px;height:30px;border-radius:12px;display:grid;place-items:center;background:#ff8b842e;color:#d4af37;font-weight:700}.about-image img{width:100%;display:block;border-radius:32px;box-shadow:0 28px 90px #00000059;border:1px solid rgba(255,255,255,.08)}.button-secondary{display:inline-flex;align-items:center;justify-content:center;padding:1rem 1.8rem;border-radius:999px;background:#ffffff14;border:1px solid rgba(255,255,255,.14);color:#fff;font-weight:700;text-decoration:none;transition:background .25s ease,transform .25s ease}.button-secondary:hover{background:#ffffff24;transform:translateY(-1px)}@media(max-width:1024px){.about-grid{grid-template-columns:1fr}.about-pill-grid{grid-template-columns:1fr 1fr}}@media(max-width:680px){.about{padding:5rem 1rem 4rem}.about-copy h2{font-size:2rem}.about-pill-grid{grid-template-columns:1fr}}.contact-cta{padding:8rem 1.5rem 6rem;background:linear-gradient(180deg,#08122c,#020817);color:#f8f8ff}.contact-cta-inner{max-width:760px;margin:0 auto;text-align:center}.contact-cta-inner span{display:inline-block;margin-bottom:1rem;color:#d4af37;letter-spacing:.28em;text-transform:uppercase;font-size:.82rem;font-weight:700}.contact-cta-inner h2{font-size:clamp(2rem,3vw,3.2rem);font-weight:700;margin:0;line-height:1.1}.contact-cta-inner p{margin:1.5rem auto 0;max-width:630px;color:#ffffffc2;line-height:1.9;font-size:1rem}.contact-cta-inner .button{margin-top:2.5rem}@media(max-width:680px){.contact-cta{padding:6rem 1rem 4rem}.contact-cta-inner h2{font-size:2.2rem}}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:160px 1.5rem 0;background:linear-gradient(180deg,#020817d9,#020817b8),url(https://media.base44.com/images/public/69f10d68ab79cacde5fc64c4/f411a92a2_generated_f2309a83.png) center/cover no-repeat;color:#fff}.hero:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at top left,#8b6f0070,transparent 25%),radial-gradient(circle at bottom right,rgba(255,255,255,.18),transparent 22%);pointer-events:none}.hero-copy{position:relative;z-index:1;max-width:780px;text-align:center}.hero-copy span{display:inline-block;margin-bottom:1.25rem;color:#d4af37;font-size:.82rem;letter-spacing:.34em;text-transform:uppercase;font-weight:700}.hero-copy h1{font-size:clamp(1.8rem,3.2vw,3.6rem);line-height:1.05;margin:0;font-weight:700;letter-spacing:-.03em}.hero-copy h1 em{color:#f0c75e;font-style:italic;font-weight:700}.hero-copy p{margin:1.75rem auto 0;max-width:700px;font-size:1.08rem;line-height:1.9;color:#ffffffd1}.hero-actions{display:flex;justify-content:center;align-items:center;gap:1rem;flex-wrap:wrap;margin-top:2.5rem}.hero-actions .button{min-width:180px}.hero-scroll{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);z-index:1}.hero-scroll span{display:inline-flex;width:48px;height:48px;border-radius:999px;border:1px solid rgba(255,255,255,.35);align-items:center;justify-content:center;opacity:.8}.hero-scroll span:before{content:"";width:10px;height:10px;border-left:2px solid white;border-bottom:2px solid white;transform:rotate(-45deg);display:inline-block}@media(max-width:768px){.hero{padding:140px 1.25rem 0;min-height:100vh}.hero-copy h1{font-size:clamp(2rem,7vw,2.8rem)}.hero-copy p{font-size:1rem}}@media(max-width:520px){.hero-actions{flex-direction:column}.hero-scroll{bottom:1.5rem}}.services{padding:8rem 1.5rem;background:linear-gradient(180deg,#020817,#09152c);color:#f8f9ff}.services-header{max-width:760px;margin:0 auto 3.5rem;text-align:center}.services-header span{display:inline-block;margin-bottom:1rem;color:#d4af37;font-size:.78rem;letter-spacing:.28em;text-transform:uppercase;font-weight:700}.services-header h2{font-size:clamp(1.6rem,2.4vw,2.6rem);font-weight:700;margin:0;line-height:1.15}.services-header p{margin:1rem auto 0;max-width:620px;color:#ffffffb8;line-height:1.75;font-size:1rem}.services-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;max-width:1280px;margin:0 auto}.service-card{display:block;flex:1 1 360px;min-width:340px;max-width:410px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:32px;overflow:hidden;color:inherit;box-shadow:0 24px 65px #0000002e;transition:transform .35s ease,border-color .35s ease;cursor:pointer;border:none;padding:0;text-align:left}.service-card:hover{transform:translateY(-10px);border-color:#ff8b8459}.service-card-image{position:relative;width:100%;aspect-ratio:4 / 3;overflow:hidden;min-height:220px;max-height:420px}.service-card-image img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.service-card:hover .service-card-image img{transform:scale(1.08)}.service-card-overlay{position:absolute;inset:0;display:flex;align-items:flex-end;background:linear-gradient(180deg,#0208170d,#020817f2);padding:1.75rem}.service-card-content{display:grid;gap:1rem}.service-card h3{margin:0;font-size:1.55rem;line-height:1.15}.service-card p{margin:0;color:#ffffffc7;line-height:1.9;font-size:1rem;flex:1}.service-card-link{display:inline-flex;align-items:center;gap:.5rem;font-weight:700;color:#d4af37;text-transform:uppercase;letter-spacing:.12em;font-size:.88rem;transition:transform .25s ease}.service-card:hover .service-card-link{transform:translate(5px)}@media(max-width:768px){.services{padding:6rem 1rem}}@media(max-width:640px){.service-card{flex-basis:100%;min-width:0;max-width:100%}}@media(max-width:520px){.services-header h2{font-size:2rem}.service-card{min-height:auto}}.stats{padding:4.5rem 1.5rem;background:#020817}.stats-grid{max-width:1280px;margin:0 auto;display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem}.stat-card{flex:1 1 260px;min-width:240px;max-width:320px;padding:2.5rem 2rem;border-radius:30px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);box-shadow:0 28px 70px #0000002e;display:grid;gap:1rem;text-align:left}.stat-card span{display:block;font-size:clamp(2.2rem,3.6vw,3rem);line-height:1.05;font-weight:800;color:#fff;white-space:pre-line}.stat-card p{margin:0;color:#ffffffa6;font-size:.8rem;line-height:1.6;letter-spacing:.12em;text-transform:uppercase}@media(max-width:540px){.stat-card{flex-basis:100%;min-width:0;max-width:100%}}.testimonials{padding:8rem 1.5rem 6rem;background:linear-gradient(180deg,#08122c,#020817);color:#fdfcff}.testimonial-header{max-width:760px;margin:0 auto 3rem;text-align:center}.testimonial-header span{display:inline-block;margin-bottom:1rem;color:#d4af37;letter-spacing:.28em;text-transform:uppercase;font-size:.78rem;font-weight:700}.testimonial-header h2{font-size:clamp(1.6rem,2.4vw,2.6rem);font-weight:700;margin:0;line-height:1.15}.testimonial-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;max-width:1280px;margin:0 auto}.testimonial-card{flex:1 1 400px;min-width:320px;max-width:480px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:32px;padding:2rem;box-shadow:0 24px 70px #0000002e;display:grid;gap:1.5rem}.testimonial-card p{margin:0;color:#ffffffdb;line-height:1.9;font-size:1rem}.testimonial-footer{display:flex;align-items:center;gap:1rem}.testimonial-footer>div{display:flex;flex-direction:column;gap:.35rem}.testimonial-avatar{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:48px;height:48px;border-radius:50%;background:#d4af37;color:#061028;font-weight:800;font-size:.95rem;letter-spacing:.04em}.testimonial-footer strong{font-size:1.05rem;color:#fff}.testimonial-footer span{color:#ffffff9e;font-size:.95rem}@media(max-width:640px){.testimonial-card{flex-basis:100%;min-width:0;max-width:100%}}.page-detail{padding:10rem 1.5rem 6rem;background:linear-gradient(180deg,#020817,#061028);color:#f9fbff}.page-hero{display:grid;align-items:center;gap:3rem;max-width:1260px;margin:0 auto;grid-template-columns:minmax(0,1.25fr) minmax(0,.85fr)}.page-hero--reverse{grid-template-columns:minmax(0,.85fr) minmax(0,1.25fr)}.page-hero--reverse .page-hero-copy{order:2}.page-hero--reverse .page-hero-image{order:1}.page-hero--full{grid-template-columns:1fr}.page-hero--with-bg{background-size:cover;background-position:center;background-repeat:no-repeat;border-radius:32px;padding:4rem 3rem}@media(max-width:640px){.page-hero--with-bg{padding:3rem 1.5rem;border-radius:24px}}.page-hero-copy span,.page-not-found-card span{display:inline-block;margin-bottom:1rem;color:#d4af37;letter-spacing:.24em;text-transform:uppercase;font-weight:700;font-size:.85rem}.page-hero-copy h1,.page-not-found-card h1{margin:0;font-size:clamp(1.4rem,2vw,2.4rem);font-weight:700;line-height:1.1}.breadcrumbs{max-width:1260px;margin:0 auto 2rem}.breadcrumbs ol{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin:0;padding:0;list-style:none;font-size:.85rem;color:#ffffff8c}.breadcrumbs a{color:#ffffffb3;text-decoration:none}.breadcrumbs a:hover{color:#d4af37}.breadcrumbs li:not(:last-child):after{content:"/";margin-left:.5rem;color:#ffffff59}.breadcrumbs li[aria-current=page]{color:#f9fbff}.page-hero-role{margin:.5rem 0 0;color:#d4af37;font-size:1.1rem;font-weight:600}.page-hero-subtitle{margin:1.75rem 0 2.25rem;max-width:760px;color:#ffffffc7;line-height:1.9;font-size:1rem}.page-hero-stats{display:flex;flex-wrap:wrap;gap:2rem;margin:.5rem 0 2.5rem}.page-hero-stat{padding-right:2rem;border-right:1px solid rgba(255,255,255,.12)}.page-hero-stat:last-child{border-right:none;padding-right:0}.page-hero-stat span{display:block;color:#d4af37;font-size:clamp(1.6rem,2.4vw,2.2rem);font-weight:800;line-height:1.1}.page-hero-stat p{margin:.35rem 0 0;color:#ffffffa6;font-size:.8rem;letter-spacing:.12em;text-transform:uppercase}.page-detail-list p{margin:.9rem 0;color:#ffffffbd;line-height:1.85;max-width:820px}.page-detail-list p:last-child{margin-bottom:2rem}.page-hero-image{border-radius:32px;overflow:hidden;min-height:420px;box-shadow:0 40px 90px #00000059}.page-hero-image img{display:block;width:100%;height:100%;object-fit:cover}.page-cards-section,.page-process-section,.page-highlights-section,.page-text-cta-section,.page-final-cta-section{max-width:1260px;margin:6rem auto 0}.page-cards-header{max-width:720px;margin:0 auto 3rem;text-align:center}.page-cards-header span{display:inline-block;margin-bottom:1rem;color:#d4af37;letter-spacing:.24em;text-transform:uppercase;font-weight:700;font-size:.85rem}.page-cards-header h2{margin:0;font-size:clamp(1.6rem,2.4vw,2.6rem);font-weight:700;line-height:1.15}.page-cards-header p{margin:1rem auto 0;max-width:620px;color:#ffffffb8;line-height:1.75;font-size:1rem}.page-cards-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}.page-card{display:flex;flex-direction:column;height:100%;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:24px;padding:2.25rem;box-shadow:0 24px 65px #0000002e;transition:transform .35s ease,border-color .35s ease,background .35s ease}.page-card:hover{transform:translateY(-8px);border-color:#d4af3759;background:#ffffff0f}.page-card-icon{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:16px;background:#d4af371f;color:#d4af37;font-size:1.4rem;margin-bottom:1.5rem;transition:background .35s ease,color .35s ease,transform .35s ease}.page-card:hover .page-card-icon{background:#d4af37;color:#061028;transform:scale(1.08)}.page-card h3{margin:0 0 .75rem;font-size:1.25rem;line-height:1.3}.page-card p{margin:0;color:#ffffffb8;line-height:1.8;font-size:.96rem;flex:1}.page-process-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.5rem}.page-process-step{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:24px;padding:2.25rem;transition:transform .35s ease,border-color .35s ease,background .35s ease}.page-process-step:hover{transform:translateY(-8px);border-color:#d4af3759;background:#ffffff0f}.page-process-number{display:block;margin-bottom:1.25rem;color:#d4af37;font-size:2rem;font-weight:800;letter-spacing:.05em}.page-process-step h3{margin:0 0 .75rem;font-size:1.2rem;line-height:1.3}.page-process-step p{margin:0;color:#ffffffb8;line-height:1.8;font-size:.95rem}.page-highlights-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}.page-highlight-card{text-align:center;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:24px;padding:2.5rem 2rem}.page-highlight-value{display:block;margin-bottom:.75rem;color:#d4af37;font-size:clamp(2rem,3vw,2.8rem);font-weight:800;line-height:1.1}.page-highlight-card h3{margin:0 0 .75rem;font-size:1.2rem;line-height:1.3}.page-highlight-card p{margin:0;color:#ffffffb8;line-height:1.8;font-size:.95rem}.page-text-cta-content{max-width:820px;margin:0 auto;text-align:center;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:32px;padding:3.5rem}.page-text-cta-content span{display:inline-block;margin-bottom:1rem;color:#d4af37;letter-spacing:.24em;text-transform:uppercase;font-weight:700;font-size:.85rem}.page-text-cta-content h2{margin:0 0 1.5rem;font-size:clamp(1.7rem,2.6vw,2.4rem);font-weight:700;line-height:1.15}.page-text-cta-content p{margin:0 0 1.25rem;color:#ffffffbd;line-height:1.85;font-size:1rem}.page-text-cta-content .button{margin-top:1rem}.page-final-cta-content{text-align:center;background:linear-gradient(135deg,#d4af371f,#ffffff0a);border:1px solid rgba(212,175,55,.25);border-radius:32px;padding:4rem 2rem}.page-final-cta-content h2{margin:0 0 1rem;font-size:clamp(1.8rem,2.8vw,2.6rem);font-weight:700;line-height:1.15}.page-final-cta-content p{margin:0 auto 2rem;max-width:620px;color:#ffffffbd;line-height:1.85;font-size:1rem}@media(max-width:1024px){.page-cards-grid,.page-process-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.page-highlights-grid{grid-template-columns:1fr}}@media(max-width:640px){.page-cards-section,.page-process-section,.page-highlights-section,.page-text-cta-section,.page-final-cta-section{margin-top:4rem}.page-cards-grid,.page-process-grid{grid-template-columns:1fr}.page-cards-header h2{font-size:1.9rem}.page-card,.page-process-step{padding:1.75rem}.page-text-cta-content,.page-final-cta-content{padding:2.5rem 1.5rem}}.page-not-found{padding:8rem 1.5rem;min-height:70vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#020817,#061028)}.page-not-found-card{max-width:700px;text-align:center;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:32px;padding:3rem;box-shadow:0 26px 65px #0000003d}.page-not-found-card p{margin:1.5rem auto 2rem;color:#ffffffbd;line-height:1.9}@media(max-width:980px){.page-hero,.page-hero--reverse{grid-template-columns:1fr}.page-hero-image{min-height:320px}}@media(max-width:640px){.page-detail{padding:4rem 1rem}.page-hero-copy h1,.page-not-found-card h1{font-size:2rem}.page-hero-stats{gap:1.25rem}.page-hero-stat{padding-right:1.25rem}}.contact-page{padding:10rem 1.5rem 6rem;background:linear-gradient(180deg,#020817,#061028);color:#f9fbff}.contact-page-hero{max-width:1260px;margin:0 auto 4rem;text-align:center}.contact-page-hero span{display:inline-block;margin-bottom:1rem;color:#d4af37;letter-spacing:.24em;text-transform:uppercase;font-weight:700;font-size:.85rem}.contact-page-hero h1{margin:0;font-size:clamp(1.8rem,3vw,3rem);font-weight:700;line-height:1.1}.contact-page-grid{max-width:1260px;margin:0 auto;display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:3rem;align-items:start}.contact-page-info-label{display:inline-block;margin-bottom:1rem;color:#d4af37;letter-spacing:.24em;text-transform:uppercase;font-weight:700;font-size:.85rem}.contact-page-info-description{margin:0 0 2.5rem;color:#ffffffbd;line-height:1.9;font-size:1rem;max-width:480px}.contact-info-cards{display:grid;gap:1.25rem}.contact-info-card{display:flex;align-items:center;gap:1.25rem;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:1.5rem}.contact-info-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:48px;height:48px;border-radius:14px;background:#d4af371f;color:#d4af37;font-size:1.2rem}.contact-info-card span{display:block;margin-bottom:.35rem;color:#ffffff8c;font-size:.78rem;letter-spacing:.12em;text-transform:uppercase}.contact-info-card a,.contact-info-card p{margin:0;color:#f9fbff;font-weight:600;text-decoration:none;font-size:1rem}.contact-info-card a:hover{color:#d4af37}.contact-page-form-card{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:32px;padding:2.5rem;box-shadow:0 24px 65px #0000002e}.contact-page-form-card h2{margin:0 0 2rem;font-size:clamp(1.5rem,2.4vw,2rem);line-height:1.2}.contact-form-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem}.contact-form-group{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.25rem}.contact-form-group label{color:#ffffffc7;font-size:.85rem;font-weight:600;letter-spacing:.04em}.contact-form-group input,.contact-form-group select,.contact-form-group textarea{background:#ffffff0d;border:1px solid rgba(255,255,255,.14);border-radius:12px;padding:.85rem 1rem;color:#f9fbff;font-size:.95rem;font-family:inherit}.contact-form-group input:focus,.contact-form-group select:focus,.contact-form-group textarea:focus{outline:none;border-color:#d4af37}.contact-form-group input.error,.contact-form-group textarea.error{border-color:#e74c3c}.contact-form-group textarea{resize:vertical}.contact-form-group select option{color:#061028}.contact-error-message{color:#e74c3c;font-size:.82rem}.contact-page-form-card .button{width:100%;margin-top:.5rem;border:none;cursor:pointer}.contact-form-status{margin:1rem 0 0;font-size:.9rem;font-weight:600}.contact-form-status.success{color:#4caf50}.contact-form-status.error{color:#e74c3c}.contact-form-helper{margin:1.25rem 0 0;color:#ffffff8c;font-size:.85rem;text-align:center}@media(max-width:980px){.contact-page-grid{grid-template-columns:1fr}}@media(max-width:640px){.contact-page{padding:4rem 1rem}.contact-page-hero h1{font-size:2rem}.contact-form-row{grid-template-columns:1fr}.contact-page-form-card{padding:1.75rem}}.loading-screen{position:fixed;inset:0;z-index:9999;background:#020817;display:flex;align-items:center;justify-content:center;opacity:1;transition:opacity .5s ease}.loading-screen:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at top left,#8b6f0070,transparent 30%),radial-gradient(circle at bottom right,rgba(255,255,255,.12),transparent 28%);pointer-events:none}.loading-screen:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at center,rgba(139,111,0,.18),transparent 55%);pointer-events:none}.loading-screen.fading{opacity:0;pointer-events:none}.loading-content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.loading-logo{position:relative;width:200px;height:200px}.loading-logo img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;display:block}.loading-divider{width:60px;height:1px;background:linear-gradient(90deg,transparent,#D4AF37,transparent)}.loading-eye-active{opacity:1}.loading-eye-inactive{opacity:0}
