:root{--dark:#1c1c1c;--dark-soft:#2a2a2a;--gold:#b8924a;--gold-soft:#d4b06b;--gold-bg:#b8924a14;--white:#fff;--off-white:#f7f7f5;--gray-50:#f4f4f2;--gray-100:#e8e8e5;--gray-200:#d4d4d0;--gray-400:#9a9a94;--gray-600:#636360;--gray-800:#333330;--serif:"Fraunces", Georgia, serif;--sans:"Inter", system-ui, -apple-system, sans-serif;--ease:cubic-bezier(.25, .46, .45, .94);--ease-out:cubic-bezier(.22, 1, .36, 1);--radius:12px;--radius-lg:20px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--sans);color:var(--gray-800);background:var(--white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;overflow-x:hidden}img,svg{display:block}.reveal{opacity:0;transition:opacity .7s var(--ease), transform .7s var(--ease);transform:translateY(24px)}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:80ms}.reveal-delay-2{transition-delay:.16s}.reveal-delay-3{transition-delay:.24s}.reveal-delay-4{transition-delay:.32s}.skip-link{z-index:10000;background:var(--gold);color:var(--white);border-radius:0 0 8px 8px;padding:12px 24px;font-size:14px;font-weight:600;text-decoration:none;position:absolute;top:0;left:-9999px}.skip-link:focus{outline:2px solid var(--dark);outline-offset:2px;left:16px}:focus-visible{outline:2px solid var(--gold);outline-offset:3px}nav{z-index:1000;height:72px;transition:background .35s var(--ease), box-shadow .35s var(--ease);background:0 0;justify-content:space-between;align-items:center;padding:0 48px;display:flex;position:fixed;top:0;left:0;right:0}nav.scrolled{-webkit-backdrop-filter:blur(24px)saturate(180%);backdrop-filter:blur(24px)saturate(180%);background:#1c1c1cf7;box-shadow:0 1px #ffffff0d}.nav-logo{align-items:center;gap:14px;text-decoration:none;display:flex}.nav-logo-img{width:auto;height:40px;display:block}.footer-brand .nav-logo-img{height:44px}.nav-links{align-items:center;gap:32px;list-style:none;display:flex}.nav-links a{color:#ffffffa6;font-size:14px;font-weight:500;text-decoration:none;transition:color .25s}.nav-links a:hover{color:var(--white)}.nav-cta{cursor:pointer;border:none;background:var(--gold)!important;color:var(--white)!important;letter-spacing:.03em!important;transition:all .25s var(--ease)!important;border-radius:8px!important;padding:9px 22px!important;font-size:13px!important;font-weight:600!important}.nav-cta:hover{transform:translateY(-1px);background:var(--gold-soft)!important}.mobile-toggle{cursor:pointer;background:0 0;border:none;padding:4px;display:none}.nav-backdrop{display:none}.hero{text-align:center;background:var(--dark) url(/images/banner_2.png) center / cover no-repeat;justify-content:center;align-items:center;min-height:100vh;padding:140px 24px 100px;display:flex;position:relative;overflow:hidden}.hero-overlay{z-index:1;background:linear-gradient(#1c1c1ce8 0%,#1c1c1cc7 50%,#1c1c1cf2 100%);position:absolute;inset:0}.hero-content{z-index:2;max-width:760px;position:relative}.hero-badge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fffc;letter-spacing:.08em;text-transform:uppercase;animation:heroFadeUp .6s var(--ease-out) both;background:#ffffff14;border:1px solid #ffffff1f;border-radius:100px;align-items:center;gap:10px;margin-bottom:36px;padding:8px 20px 8px 14px;font-size:12px;font-weight:600;display:inline-flex}.hero-badge .dot{background:var(--gold);border-radius:50%;width:8px;height:8px;position:relative}.hero-badge .dot:after{content:"";border:1px solid var(--gold);opacity:.4;border-radius:50%;animation:2s ease-in-out infinite pulse;position:absolute;inset:-3px}@keyframes heroFadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:.4;transform:scale(1)}50%{opacity:0;transform:scale(1.6)}}.hero h1{font-family:var(--serif);color:var(--white);letter-spacing:-.02em;animation:heroFadeUp .6s var(--ease-out) .1s both;text-shadow:0 2px 24px #00000026;margin-bottom:24px;font-size:clamp(36px,5vw,60px);font-weight:400;line-height:1.15}.hero h1 em{color:var(--gold-soft);font-style:italic}.hero-sub{color:#fff9;max-width:520px;animation:heroFadeUp .6s var(--ease-out) .2s both;margin:0 auto 36px;font-size:clamp(15px,1.5vw,18px);font-weight:400;line-height:1.7}.hero-actions{animation:heroFadeUp .6s var(--ease-out) .3s both;flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.btn-primary{background:var(--gold);color:var(--white);font-family:var(--sans);letter-spacing:.01em;transition:all .3s var(--ease-out);cursor:pointer;border:none;border-radius:10px;align-items:center;gap:8px;padding:14px 32px;font-size:15px;font-weight:600;text-decoration:none;display:inline-flex}.btn-primary:hover{background:var(--gold-soft);transform:translateY(-1px);box-shadow:0 8px 24px #b8924a40}.btn-primary svg{flex-shrink:0;transition:transform .25s}.btn-primary:hover svg{transform:translate(2px)}.btn-primary:disabled{opacity:.5;cursor:not-allowed;box-shadow:none!important;transform:none!important}.btn-outline{color:#fffc;font-family:var(--sans);cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff0a;border:1px solid #fff3;border-radius:10px;align-items:center;gap:8px;padding:14px 28px;font-size:15px;font-weight:500;text-decoration:none;transition:all .25s;display:inline-flex}.btn-outline:hover{color:var(--white);background:#ffffff1a;border-color:#fff6}.hero-stats{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:var(--radius);animation:heroFadeUp .6s var(--ease-out) .4s both;background:#ffffff0f;border:1px solid #ffffff14;justify-content:center;gap:48px;margin-top:72px;padding:28px 36px;display:flex}.hero-stat h3{font-family:var(--serif);color:var(--white);margin-bottom:4px;font-size:28px;font-weight:400}.hero-stat p{color:#ffffff73;letter-spacing:.03em;text-transform:uppercase;font-size:12px;font-weight:500}.trust-bar{background:var(--off-white);border-bottom:1px solid var(--gray-100);flex-wrap:wrap;justify-content:center;align-items:center;gap:40px;padding:32px 48px;display:flex}.trust-bar span{letter-spacing:.1em;text-transform:uppercase;color:var(--gray-400);font-size:11px;font-weight:600}.trust-logos{align-items:center;gap:36px;display:flex}.trust-logo{color:var(--gray-400);opacity:.6;align-items:center;gap:8px;font-size:13px;font-weight:600;transition:opacity .3s;display:flex}.trust-logo:hover{opacity:.9}.trust-logo svg{width:20px;height:20px}section{padding:72px 24px}.container{max-width:1080px;margin:0 auto}.section-header{text-align:center;max-width:620px;margin:0 auto 48px}.section-label{letter-spacing:.1em;text-transform:uppercase;color:var(--gold);align-items:center;gap:8px;margin-bottom:14px;font-size:12px;font-weight:600;display:inline-flex}.section-label:before{content:"";background:var(--gold);width:20px;height:1.5px;display:block}.section-title{font-family:var(--serif);color:var(--dark);letter-spacing:-.02em;margin-bottom:14px;font-size:clamp(30px,3.8vw,48px);font-weight:400;line-height:1.15}.section-subtitle{color:var(--gray-600);font-size:17px;font-weight:400;line-height:1.7}.how-it-works{background:var(--white);border-bottom:1px solid var(--gray-100)}.steps-grid{background:var(--gray-100);border:1px solid var(--gray-100);border-radius:var(--radius-lg);grid-template-columns:repeat(3,1fr);gap:1px;display:grid;overflow:hidden}.step-card{background:var(--white);text-align:center;padding:40px 32px}.step-number{width:48px;height:48px;font-family:var(--serif);background:var(--gold-bg);color:var(--gold);border-radius:50%;justify-content:center;align-items:center;margin-bottom:24px;font-size:20px;font-weight:600;display:inline-flex}.step-card h3{font-family:var(--serif);color:var(--dark);margin-bottom:10px;font-size:22px;font-weight:600}.step-card p{color:var(--gray-600);font-size:15px;line-height:1.7}.why-section{background:var(--off-white)}.why-grid{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.why-card{background:var(--white);border-radius:var(--radius);border:1px solid var(--gray-100);transition:border-color .3s var(--ease), box-shadow .3s var(--ease);padding:32px 28px}.why-card:hover{border-color:var(--gray-200);box-shadow:0 4px 16px #1c1c1c08}.why-icon{background:var(--gold-bg);width:44px;height:44px;color:var(--gold);border-radius:10px;justify-content:center;align-items:center;margin-bottom:20px;display:flex}.why-card h3{font-family:var(--serif);color:var(--dark);margin-bottom:8px;font-size:20px;font-weight:600}.why-card p{color:var(--gray-600);font-size:15px;line-height:1.7}.testimonials{background:var(--dark);position:relative}.testimonials .section-label{color:var(--gold-soft)}.testimonials .section-title{color:var(--white)}.testimonials .section-subtitle{color:#ffffff73}.testimonials-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.testimonials-carousel{position:relative}.testimonials-slide{display:contents}.testimonials-dots{display:none}.testimonial-card{border-radius:var(--radius);background:#ffffff0a;border:1px solid #ffffff12;padding:28px 24px;transition:background .3s,border-color .3s}.testimonial-card:hover{background:#ffffff0f;border-color:#ffffff1f}.testimonial-stars{color:var(--gold);gap:2px;margin-bottom:20px;display:flex}.testimonial-text{color:#ffffffb3;margin-bottom:20px;font-size:16px;font-weight:400;line-height:1.7}.testimonial-author{align-items:center;gap:12px;display:flex}.testimonial-avatar{width:40px;height:40px;font-family:var(--serif);color:var(--white);border-radius:50%;justify-content:center;align-items:center;font-size:16px;font-weight:600;display:flex}.avatar-1{background:var(--gold)}.avatar-2{background:#7a8568}.avatar-3{background:#9c7a5a}.testimonial-name{color:var(--white);font-size:14px;font-weight:600}.testimonial-role{color:#ffffff59;margin-top:2px;font-size:12px}.testimonials-note{text-align:center;color:#ffffff40;margin-top:32px;font-size:12px}.opportunities{background:var(--white);border-top:1px solid var(--gray-100)}.opps-grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.opp-card{background:var(--off-white);border-radius:var(--radius);text-align:center;cursor:default;border:1px solid #0000;padding:28px 22px}.opp-icon{border-radius:var(--radius);background:var(--white);width:48px;height:48px;color:var(--dark);border:1px solid var(--gray-100);box-sizing:border-box;place-items:center;margin:0 auto 16px;line-height:0;display:grid;overflow:visible}.opp-icon svg{flex-shrink:0;width:22px;max-width:100%;height:22px;max-height:100%;display:block;overflow:visible}.opp-card h3{font-family:var(--serif);color:var(--dark);margin-bottom:6px;font-size:18px;font-weight:600}.opp-card p{color:var(--gray-600);font-size:14px;line-height:1.6}.opp-count{color:var(--gold);background:var(--gold-bg);border-radius:6px;margin-top:14px;padding:4px 12px;font-size:11px;font-weight:600;display:inline-block}.about{background:var(--off-white);border-top:1px solid var(--gray-100)}.about-inner{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}.about-visual{background:var(--dark);border-radius:var(--radius-lg);flex-direction:column;gap:24px;padding:44px 40px;display:flex;position:relative;overflow:hidden}.about-visual:before{content:"";background:radial-gradient(circle,#b8924a1f,#0000);border-radius:50%;width:300px;height:300px;position:absolute;top:-40%;right:-30%}.about-visual-stat{z-index:2;position:relative}.about-visual-stat h3{font-family:var(--serif);color:var(--gold-soft);font-size:44px;font-weight:400;line-height:1}.about-visual-stat p{color:#fff6;margin-top:6px;font-size:13px;font-weight:500}.about-text .section-label,.about-text .section-title{text-align:left}.about-text .section-subtitle{text-align:left;margin-bottom:32px}.about-features{flex-direction:column;gap:16px;display:flex}.about-feature{align-items:flex-start;gap:14px;display:flex}.about-feature-icon{background:var(--gold-bg);width:32px;height:32px;color:var(--gold);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.about-feature h4{color:var(--dark);margin-bottom:2px;font-size:15px;font-weight:600}.about-feature p{color:var(--gray-600);font-size:14px;line-height:1.6}.apply-section{background:var(--white);border-top:1px solid var(--gray-100);padding:72px 24px 96px}.apply-header{text-align:center;max-width:520px;margin:0 auto 40px}.apply-header h2{font-family:var(--serif);color:var(--dark);letter-spacing:-.02em;margin-bottom:14px;font-size:clamp(30px,3.8vw,48px);font-weight:400;line-height:1.15}.apply-header h2 em{color:var(--gold);font-style:italic}.apply-header p{color:var(--gray-600);font-size:17px;line-height:1.7}.apply-panel{background:var(--off-white);border:1px solid var(--gray-100);border-radius:var(--radius-lg);max-width:620px;margin:0 auto;padding:40px 44px}.application-form .form-grid{grid-template-columns:1fr 1fr;gap:18px 20px;display:grid}.form-field-full{grid-column:1/-1}.form-field label{color:var(--gray-800);margin-bottom:6px;font-size:13px;font-weight:600;display:block}.form-field .optional{color:var(--gray-400);font-weight:400}.form-field input,.form-field select,.form-field textarea{width:100%;font-family:var(--sans);border:1px solid var(--gray-200);background:var(--white);color:var(--gray-800);border-radius:10px;padding:12px 14px;font-size:15px;line-height:1.5;transition:border-color .2s,box-shadow .2s}.form-field input::placeholder,.form-field textarea::placeholder{color:var(--gray-400)}.form-field input:hover,.form-field select:hover,.form-field textarea:hover{border-color:var(--gray-400)}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:var(--gold);outline:none;box-shadow:0 0 0 3px #b8924a1f}.form-field select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' stroke='%239BA3B0' stroke-width='2'%3E%3Cpath d='M4 6l4 4 4-4'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;padding-right:40px}.form-field textarea{resize:vertical;min-height:110px;line-height:1.55}.form-error{color:#c0392b;margin-top:6px;font-size:13px;display:block}.form-privacy{color:var(--gray-600);font-size:13px;line-height:1.6}.inline-link{color:var(--gold);text-underline-offset:2px;-webkit-text-decoration:underline #b8924a66;text-decoration:underline #b8924a66;transition:text-decoration-color .2s}.inline-link:hover{-webkit-text-decoration-color:var(--gold);text-decoration-color:var(--gold)}.form-checkbox-wrap .form-error{margin-top:8px}.form-checkbox{cursor:pointer;color:var(--gray-600);align-items:flex-start;gap:10px;font-size:13px;font-weight:400;line-height:1.55;display:flex}.form-checkbox input{width:18px;height:18px;accent-color:var(--gold);cursor:pointer;flex-shrink:0;margin-top:2px}.form-actions{margin-top:24px}.form-actions .btn-primary{justify-content:center;width:100%;padding:14px 32px}.form-banner-error{color:#991b1b;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;margin-bottom:16px;padding:12px 16px;font-size:14px;line-height:1.5}.form-config-hint{background:var(--gold-bg);color:var(--gray-800);border:1px solid #b8924a33;border-radius:10px;margin-bottom:20px;padding:12px 16px;font-size:13px;line-height:1.55}.form-config-hint code{background:#0000000f;border-radius:4px;padding:2px 5px;font-size:12px}.form-success{text-align:center;padding:32px 16px}.form-success-icon{color:#059669;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 20px;display:flex}.form-success-title{font-family:var(--serif);color:var(--dark);margin-bottom:10px;font-size:24px;font-weight:600}.form-success-text{color:var(--gray-600);max-width:380px;margin:0 auto 20px;font-size:15px;line-height:1.65}.btn-text{color:var(--gold);font-family:var(--sans);cursor:pointer;text-underline-offset:3px;background:0 0;border:none;font-size:14px;font-weight:600;-webkit-text-decoration:underline #b8924a66;text-decoration:underline #b8924a66}.btn-text:hover{-webkit-text-decoration-color:var(--gold);text-decoration-color:var(--gold)}footer{background:var(--dark);padding:48px 48px 32px}.footer-top{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:36px;margin-bottom:36px;display:flex}.footer-brand p{color:#ffffff59;max-width:280px;margin-top:14px;font-size:14px;line-height:1.7}.footer-cols{gap:64px;display:flex}.footer-col h4{color:#ffffff40;letter-spacing:.1em;text-transform:uppercase;margin-bottom:16px;font-size:11px;font-weight:600}.footer-col a{color:#ffffff80;margin-bottom:10px;font-size:14px;text-decoration:none;transition:color .25s;display:block}.footer-col a:hover{color:var(--white)}.footer-bottom{border-top:1px solid #ffffff0f;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding-top:28px;display:flex}.footer-bottom p{color:#fff3;font-size:13px}.footer-socials{gap:8px;display:flex}.footer-socials a{color:#ffffff59;border:1px solid #ffffff14;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;text-decoration:none;transition:all .25s;display:flex}.footer-socials a:hover{color:var(--white);background:#ffffff0a;border-color:#fff3}@media (width<=1024px){.opps-grid{grid-template-columns:repeat(2,1fr)}.about-inner{grid-template-columns:1fr;gap:48px}.footer-cols{gap:40px}}@media (width<=768px){nav{height:64px;padding:0 24px}.nav-links{display:none}.nav-links.mobile-open{background:var(--dark);border-radius:var(--radius);z-index:1001;border:1px solid #ffffff14;flex-direction:column;gap:0;padding:8px 0;list-style:none;position:fixed;top:64px;left:12px;right:12px;box-shadow:0 16px 48px #0000004d;display:flex!important}.nav-links.mobile-open li{border-bottom:1px solid #ffffff0d}.nav-links.mobile-open li:last-child{border-bottom:none}.nav-links.mobile-open a{padding:14px 20px;font-size:15px;display:block}.nav-links.mobile-open .nav-cta{text-align:center;border-radius:8px;margin:8px 16px 12px;padding:12px 20px;display:block}.mobile-toggle{z-index:1002;justify-content:center;align-items:center;display:flex}.nav-backdrop{z-index:999;cursor:pointer;background:#1c1c1c99;border:none;padding:0;position:fixed;inset:0;display:block!important}section{padding:48px 24px}.section-header{margin-bottom:22px}.section-label{letter-spacing:.08em;margin-bottom:8px;font-size:11px}.section-label:before{width:16px}.section-title{margin-bottom:10px;font-size:clamp(26px,7vw,36px);line-height:1.12}.section-subtitle{font-size:15px;line-height:1.6}.hero{min-height:min(88dvh,760px);padding:112px 24px 80px}.hero-badge{gap:8px;margin-bottom:22px;padding:6px 14px 6px 12px;font-size:11px}.hero h1{margin-bottom:16px;font-size:clamp(28px,8vw,40px)}.hero-sub{margin-bottom:24px;font-size:15px}.btn-primary,.btn-outline{border-radius:8px;padding:12px 22px;font-size:14px}.hero-actions{flex-direction:column;align-items:stretch;gap:10px;width:100%;max-width:100%}.hero-actions .btn-primary,.hero-actions .btn-outline{box-sizing:border-box;justify-content:center;width:100%}.hero-stats{flex-direction:column;gap:14px;margin-top:36px;padding:20px 24px}.hero-stat h3{font-size:22px}.hero-stat p{font-size:11px}.nav-logo-img{height:34px}.footer-brand .nav-logo-img{height:38px}.trust-bar{gap:12px;padding:20px 24px}.trust-bar span{font-size:10px}.trust-logos{flex-wrap:wrap;justify-content:center;gap:14px}.trust-logo{gap:6px;font-size:12px}.trust-logo svg{width:18px;height:18px}.steps-grid{grid-template-columns:1fr}.step-card{padding:24px}.step-number{width:40px;height:40px;margin-bottom:14px;font-size:17px}.step-card h3{margin-bottom:8px;font-size:18px}.step-card p{font-size:14px;line-height:1.65}.why-grid{grid-template-columns:1fr}.why-card{padding:22px 24px}.why-icon{width:38px;height:38px;margin-bottom:14px}.why-icon svg{width:20px;height:20px}.why-card h3{font-size:17px}.why-card p{font-size:14px;line-height:1.65}.testimonials-carousel{width:calc(100% + 48px);margin-left:-24px;margin-right:-24px}.testimonials-carousel .testimonials-track{scroll-snap-type:x mandatory;padding-inline:24px;-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-direction:row;align-items:stretch;gap:12px;padding-bottom:8px;scroll-padding-inline:24px;display:flex;overflow:auto hidden}.testimonials-carousel .testimonials-track::-webkit-scrollbar{display:none}.testimonials-slide{scroll-snap-align:center;scroll-snap-stop:always;flex-direction:column;flex:0 0 min(300px,100vw - 48px);min-height:0;display:flex}.testimonials-carousel .testimonials-slide .testimonial-card{box-sizing:border-box;flex-direction:column;flex:1;min-height:0;display:flex}.testimonials-carousel .testimonials-slide .testimonial-author{margin-top:auto}.testimonials-dots{justify-content:center;align-items:center;gap:8px;margin-top:18px;padding:0;display:flex}.testimonials-dots button{cursor:pointer;background:#ffffff47;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:background .2s,transform .2s}.testimonials-dots button.is-active{background:var(--gold);transform:scale(1.2)}.testimonials-dots button:focus-visible{outline:2px solid var(--gold);outline-offset:2px}.testimonial-card{padding:20px 24px}.testimonial-stars{margin-bottom:14px}.testimonial-stars svg{width:12px;height:12px}.testimonial-text{margin-bottom:16px;font-size:15px;line-height:1.65}.testimonial-avatar{width:36px;height:36px;font-size:14px}.testimonials-note{margin-top:22px;font-size:11px}.opps-grid{grid-template-columns:1fr}.opp-card{padding:22px 24px}.opp-icon{width:42px;height:42px;margin:0 auto 12px}.opp-icon svg{width:20px;height:20px}.opp-card h3{font-size:17px}.opp-card p{font-size:13px}.opp-count{margin-top:10px;padding:3px 10px;font-size:10px}.about-inner{gap:36px}.about-visual{gap:18px;padding:28px 24px}.about-visual-stat h3{font-size:32px}.about-visual-stat p{font-size:12px}.about-feature h4{font-size:14px}.about-feature p{font-size:13px}.about-text .section-subtitle{margin-bottom:22px}.apply-section{padding:40px 24px 52px}.apply-header{margin-bottom:24px}.apply-header h2{margin-bottom:10px;font-size:clamp(26px,7vw,36px)}.apply-header p{font-size:15px}.apply-panel{border-radius:var(--radius);padding:22px 24px}.application-form .form-grid{grid-template-columns:1fr;gap:14px 0}.form-field label{font-size:12px}.form-field input,.form-field select,.form-field textarea{padding:10px 12px;font-size:14px}.form-actions{margin-top:18px}.form-success{padding:24px}.form-success-icon{width:48px;height:48px;margin-bottom:14px}.form-success-title{font-size:20px}.form-success-text{font-size:14px}.footer-cols{flex-direction:column;gap:22px}.footer-top{flex-direction:column;gap:28px}footer{padding:32px 24px 24px}.footer-col h4{margin-bottom:12px;font-size:10px}.footer-col a{margin-bottom:10px;font-size:13px}.footer-bottom{padding-top:24px}}.legal-header{background:var(--dark);padding:20px 48px}.legal-body{background:var(--white);min-height:calc(100vh - 200px);padding:48px 24px 80px}.legal-container{max-width:720px;margin:0 auto}.legal-back{margin-bottom:32px}.legal-back a{color:var(--gold);font-size:14px;font-weight:500;text-decoration:none;transition:color .2s}.legal-back a:hover{color:var(--gold-soft)}.legal-body h1{font-family:var(--serif);color:var(--dark);letter-spacing:-.02em;margin-bottom:8px;font-size:clamp(28px,3.5vw,40px);font-weight:400}.legal-updated{color:var(--gray-400);margin-bottom:40px;font-size:14px}.legal-content h2{font-family:var(--sans);color:var(--dark);margin:32px 0 10px;font-size:18px;font-weight:600}.legal-content h2:first-child{margin-top:0}.legal-content p{color:var(--gray-600);margin-bottom:12px;font-size:15px;line-height:1.75}.legal-content ul{margin:8px 0 16px 20px;padding:0}.legal-content li{color:var(--gray-600);margin-bottom:6px;font-size:15px;line-height:1.75}.legal-footer{background:var(--off-white);border-top:1px solid var(--gray-100);padding:24px 48px}.legal-footer .container{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.legal-footer p{color:var(--gray-400);font-size:13px}.legal-footer-links{gap:24px;display:flex}.legal-footer-links a{color:var(--gray-600);font-size:13px;text-decoration:none;transition:color .2s}.legal-footer-links a:hover{color:var(--dark)}@media (width<=768px){.legal-header{padding:16px 24px}.legal-body{min-height:auto;padding:32px 24px 48px}.legal-container{padding:0}.legal-back{margin-bottom:24px}.legal-body h1{font-size:clamp(24px,6vw,32px)}.legal-updated{margin-bottom:28px;font-size:13px}.legal-content h2{margin:24px 0 8px;font-size:16px}.legal-content p,.legal-content li{font-size:14px}.legal-footer{padding:20px 24px}.legal-footer p,.legal-footer-links a{font-size:12px}}
