:root{--ink:#17271f;--muted:#6e766f;--green:#164f39;--green-2:#1f6b4d;--gold:#c8a25a;--cream:#f5f1e8;--line:#dfe4df;--danger:#b8403a;--white:#fff;--shadow:0 30px 80px #142c2024}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);-webkit-font-smoothing:antialiased;background:linear-gradient(135deg,#f8f7f2 0%,#eef3ee 100%);margin:0;font-family:DM Sans,sans-serif}.registration-page{place-items:center;min-height:100vh;padding:38px;display:grid;position:relative;overflow:hidden}.registration-page:before,.registration-page:after{content:"";filter:blur(1px);pointer-events:none;border-radius:50%;width:380px;height:380px;position:fixed}.registration-page:before{background:#c8a25a24;top:-180px;left:-180px}.registration-page:after{border:1px solid #164f3921;bottom:-210px;right:-210px;box-shadow:0 0 0 50px #164f3906,0 0 0 100px #164f3905}.registration-shell{background:var(--white);width:min(980px,100%);box-shadow:var(--shadow);z-index:1;border:1px solid #17271f14;border-radius:28px;grid-template-columns:1fr;display:grid;position:relative;overflow:hidden}.eyebrow{text-transform:uppercase;letter-spacing:.2em;color:var(--gold);font-size:11px;font-weight:700}.form-panel{min-width:0;padding:46px 58px 42px}.form-header{text-align:center;border-bottom:1px solid #edf0ed;margin-bottom:27px;padding-bottom:27px}.form-header h2{color:var(--ink);margin:8px 0 6px;font-family:Playfair Display,serif;font-size:31px;line-height:1.2}.form-header p{color:var(--muted);margin:0;font-size:13px}.form-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:17px 16px;min-width:0;display:grid}.field{min-width:0}.field--wide{grid-column:1/-1}.field label:not(.upload){color:#334039;margin-bottom:7px;font-size:11px;font-weight:700;display:block}.field label b{color:var(--danger);font-weight:700}.control{border:1px solid var(--line);background:#fbfcfb;border-radius:10px;align-items:center;width:100%;min-width:0;height:45px;transition:all .2s;display:flex;position:relative}.control:focus-within{border-color:var(--green-2);background:#fff;box-shadow:0 0 0 4px #1f6b4d17}.control .icon{color:#89918b;flex:none;place-items:center;width:39px;display:grid}.icon svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:17px;height:17px}.control input,.control select{width:100%;min-width:0;height:100%;color:var(--ink);background:0 0;border:0;outline:0;padding:0 13px 0 0;font:500 12px DM Sans,sans-serif}.control input::placeholder{color:#a3aaa5;font-weight:400}.control select{appearance:none;cursor:pointer;color:#7e8680;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%236e766f' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 14px center;background-repeat:no-repeat}.control--prefix .prefix{color:var(--green);white-space:nowrap;padding-left:14px;font-size:12px;font-weight:700}.control--prefix input{padding-left:5px}.error{color:var(--danger);margin:5px 0 0;font-size:10px;display:none}.field.invalid .control,.field.invalid .upload{border-color:var(--danger);box-shadow:0 0 0 3px #b8403a12}.field.invalid .error{display:block}.upload{cursor:pointer;background:#fbfcfb;border:1px dashed #cbd3cc;border-radius:11px;align-items:center;gap:11px;height:64px;padding:8px 9px;transition:all .2s;display:flex}.upload:hover{border-color:var(--green-2);background:#f7faf8}.upload input{opacity:0;pointer-events:none;position:absolute}.upload__preview{width:45px;height:45px;color:var(--green);background:#e8f0eb;border-radius:8px;flex:none;place-items:center;display:grid;overflow:hidden}.upload__preview img{object-fit:cover;width:100%;height:100%}.upload__copy{flex-direction:column;gap:3px;min-width:0;display:flex}.upload__copy strong{white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.upload__copy small{color:var(--muted);font-size:10px}.upload__button{color:var(--green);white-space:nowrap;background:#fff;border:1px solid #d7ddd8;border-radius:7px;margin-left:auto;padding:8px 12px;font-size:10px;font-weight:700}.consent{color:var(--muted);cursor:pointer;align-items:flex-start;gap:9px;margin:20px 0;font-size:11px;display:flex}.consent input{opacity:0;position:absolute}.consent span{border:1px solid #cbd2cc;border-radius:5px;flex:none;place-items:center;width:17px;height:17px;display:grid}.consent input:checked+span{background:var(--green);border-color:var(--green)}.consent input:checked+span:after{content:"✓";color:#fff;font-size:11px;font-weight:700}.consent em{font-style:normal;line-height:1.55}.form-footer{border-top:1px solid #edf0ed;justify-content:space-between;align-items:center;padding-top:20px;display:flex}.form-footer p{color:#8a918c;align-items:center;gap:7px;margin:0;font-size:10px;display:flex}.form-footer p .icon{color:var(--green)}button{background:linear-gradient(135deg,var(--green-2),var(--green));color:#fff;cursor:pointer;border:0;border-radius:10px;align-items:center;gap:10px;padding:13px 19px;font:700 12px DM Sans,sans-serif;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 9px 20px #164f3933}button:hover{transform:translateY(-2px);box-shadow:0 12px 25px #164f3947}button svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:16px;height:16px}.success-message{color:var(--green);background:#edf7f1;border-radius:10px;align-items:center;gap:11px;margin-top:16px;padding:12px 14px;display:none}.success-message>span{background:var(--green);color:#fff;border-radius:50%;place-items:center;width:26px;height:26px;font-weight:700;display:grid}.success-message div{flex-direction:column;display:flex}.success-message strong{font-size:12px}.success-message small{color:#607168;margin-top:2px;font-size:10px}.success-message.show{display:flex}@media (width<=980px){.registration-page{padding:22px}.registration-shell{grid-template-columns:1fr}.brand-panel{min-height:auto;padding:30px 34px}.brand-panel__content{margin:55px 0 30px}.brand-panel h1{max-width:580px;font-size:38px}.brand-panel__content>p{max-width:620px}.benefits{grid-template-columns:repeat(3,1fr);gap:12px}.benefits li{align-items:flex-start;font-size:11px}.brand-panel__note{display:none}.form-panel{padding:36px 38px}}@media (width<=650px){.registration-page{padding:0;display:block}.registration-shell{border:0;border-radius:0}.brand-panel{min-height:360px;padding:24px}.brand-panel__content{margin:45px 0 15px}.brand-panel h1{margin:13px 0;font-size:34px}.brand-panel__content>p{font-size:13px}.benefits{display:none}.form-panel{padding:30px 20px}.form-header h2{font-size:25px}.form-header p{line-height:1.6}.form-grid{grid-template-columns:1fr;gap:15px}.field--wide{grid-column:auto}.form-footer{flex-direction:column-reverse;align-items:stretch;gap:16px}.form-footer button{justify-content:center;width:100%;padding:15px}.form-footer p{justify-content:center}.upload__button{display:none}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition:none!important}}.upload__preview svg{width:19px;height:19px}.consent{margin-bottom:4px}.consent span svg{stroke-width:3px;width:12px;height:12px}.consent input:checked+span:after{content:none}.consent input:checked+span{color:#fff}.consent.invalid span{border-color:var(--danger)}.consent-error{color:var(--danger);margin-bottom:16px;font-size:10px;display:block}.form-footer p svg{width:15px;height:15px;color:var(--green)}.success-message>span svg{width:15px;height:15px}.custom-select{position:relative}.custom-select__trigger{border:1px solid var(--line);width:100%;height:45px;color:var(--ink);box-shadow:none;text-align:left;background:#fbfcfb;border-radius:10px;align-items:center;gap:0;padding:0 13px 0 0;font:500 12px DM Sans,sans-serif;transition:border-color .2s,box-shadow .2s,background .2s;display:flex}.custom-select__trigger:hover{box-shadow:none;background:#fff;border-color:#b8c5bc;transform:none}.custom-select.open .custom-select__trigger{border-color:var(--green-2);background:#fff;box-shadow:0 0 0 4px #1f6b4d17}.custom-select__trigger .icon{color:#89918b;flex:none;place-items:center;width:39px;display:grid}.custom-select__trigger .icon svg{width:17px;height:17px}.custom-select__trigger .placeholder{color:#a3aaa5}.custom-select__trigger .selected{color:var(--ink)}.custom-select__chevron{color:#7f8882;width:16px;height:16px;margin-left:auto;transition:transform .2s}.custom-select.open .custom-select__chevron{transform:rotate(180deg)}.custom-select__menu{z-index:20;background:#fff;border:1px solid #dfe5e0;border-radius:12px;padding:7px;animation:.16s ease-out select-in;position:absolute;top:calc(100% + 8px);left:0;right:0;box-shadow:0 16px 40px #142c2029}.custom-select__menu button{color:#4f5a53;width:100%;box-shadow:none;text-align:left;background:0 0;border:0;border-radius:8px;justify-content:space-between;padding:10px 12px;font-size:12px;font-weight:500;display:flex}.custom-select__menu button:hover,.custom-select__menu button.selected{box-shadow:none;color:var(--green);background:#edf5f0;transform:none}.custom-select__menu button svg{stroke-width:2.5px;width:15px;height:15px}.field.invalid .custom-select__trigger{border-color:var(--danger);box-shadow:0 0 0 3px #b8403a12}@keyframes select-in{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}:root{--ink:#17130c;--muted:#756b5b;--green:#a97013;--green-2:#d39a2d;--gold:#c98d20;--cream:#fbf7ed;--line:#e5dcc9;--shadow:0 26px 70px #3e2c0d1f}body{color:var(--ink);background:#fff}.site-page{background:#fff;min-height:100vh;overflow:hidden}.site-header{z-index:30;border-bottom:1px solid #daa63d3d;justify-content:space-between;align-items:center;height:82px;padding:0 max(28px,50vw - 590px);display:flex;position:relative}.site-logo{align-items:center;width:210px;height:60px;display:flex;overflow:hidden}.site-logo img{width:210px;height:auto;display:block}.header-cta,.primary-cta{justify-content:center;align-items:center;gap:10px;font-size:12px;font-weight:700;text-decoration:none;display:inline-flex}.header-cta{color:#e8c578;background:linear-gradient(135deg,#e6b44d,#b87912);border:1px solid #e5b75b8c;border-radius:9px;padding:11px 16px}.header-cta svg,.primary-cta svg{width:16px}.hero{color:#fff;background:radial-gradient(circle at 75% 32%,#daa43c2b,#0000 28%),linear-gradient(120deg,#080808 0%,#171108 62%,#080808 100%);grid-template-columns:minmax(0,1.08fr) minmax(370px,.92fr);align-items:center;gap:70px;min-height:610px;padding:85px max(28px,50vw - 590px);display:grid;position:relative}.hero:before{content:"";background-image:linear-gradient(#ebbf6709 1px,#0000 1px),linear-gradient(90deg,#ebbf6709 1px,#0000 1px);background-size:45px 45px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(90deg,#000,#0000 82%);mask-image:linear-gradient(90deg,#000,#0000 82%)}.hero__glow{border:1px solid #e0ae4926;border-radius:50%;width:500px;height:500px;position:absolute;top:40px;right:-210px;box-shadow:0 0 0 75px #e0ae4906,0 0 0 150px #e0ae4904}.hero__content,.hero__visual{z-index:1;position:relative}.hero__eyebrow,.section-intro>span{text-transform:uppercase;letter-spacing:.21em;color:#d9a640;font-size:11px;font-weight:700}.hero h1{letter-spacing:-.035em;max-width:680px;margin:17px 0 22px;font:600 clamp(47px,5vw,72px)/1.03 Playfair Display,serif}.hero h1 em{color:#e2b34e;font-style:normal;display:block}.hero__content>p{color:#bdb5a7;max-width:620px;margin:0;font-size:16px;line-height:1.75}.hero__actions{align-items:center;gap:25px;margin-top:34px;display:flex}.primary-cta{color:#171006;background:linear-gradient(135deg,#edbd52,#b97b14);border-radius:10px;padding:15px 20px;box-shadow:0 12px 30px #c2861c38}.hero__actions>span{color:#a9a296;align-items:center;gap:7px;font-size:11px;display:flex}.hero__actions>span svg{color:#d9a640;width:16px}.hero__visual{place-items:center;display:grid}.hero__logo-card{aspect-ratio:1.2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:linear-gradient(145deg,#ffffff12,#ffffff04);border:1px solid #e3b55840;border-radius:28px;flex-direction:column;justify-content:center;width:min(440px,100%);padding:34px;display:flex;position:relative;overflow:hidden;box-shadow:0 30px 80px #00000059}.hero__logo-card:before{content:"";border:1px solid #e1b2531f;border-radius:19px;position:absolute;inset:18px}.hero__logo-card img{filter:drop-shadow(0 14px 28px #0000004d);width:100%;height:auto;position:relative}.hero__logo-card span{text-align:center;color:#d8bd85;letter-spacing:.18em;text-transform:uppercase;margin-top:5px;font-size:9px;position:relative}.hero__stat{color:#171006;background:#e2ad42;border-radius:12px;padding:14px 18px;position:absolute;bottom:20px;right:-18px;box-shadow:0 14px 35px #00000059}.hero__stat strong,.hero__stat span{display:block}.hero__stat strong{font-size:14px}.hero__stat span{margin-top:2px;font-size:10px}.partner-benefits{z-index:4;background:#fff;border:1px solid #eee4d1;border-radius:18px;grid-template-columns:repeat(3,1fr);gap:25px;width:min(1120px,100% - 40px);margin:-36px auto 0;padding:24px 28px;display:grid;position:relative;box-shadow:0 18px 50px #4831091c}.partner-benefits article{align-items:flex-start;gap:14px;padding:4px 18px;display:flex}.partner-benefits article+article{border-left:1px solid #eee4d1}.partner-benefits article>span{color:#b57a15;background:#f7edd7;border-radius:11px;flex:none;place-items:center;width:42px;height:42px;display:grid}.partner-benefits svg{width:21px}.partner-benefits strong{font-size:13px}.partner-benefits p{color:var(--muted);margin:5px 0 0;font-size:11px;line-height:1.55}.registration-section{background:linear-gradient(#fff 0,#fbf7ee 100%);padding:95px 28px 105px;position:relative}.section-intro{text-align:center;max-width:680px;margin:0 auto 34px}.section-intro h2{color:#21190e;margin:10px 0;font:600 clamp(34px,4vw,48px)/1.15 Playfair Display,serif}.section-intro p{color:var(--muted);margin:0;font-size:14px;line-height:1.7}.registration-section .registration-shell{border-color:#eadfc9;border-radius:24px;width:min(980px,100%);margin:0 auto;box-shadow:0 25px 70px #4730081c}.registration-section .form-panel{padding-top:38px}.registration-section .form-header{display:none}.registration-section .control:focus-within,.registration-section .custom-select.open .custom-select__trigger{border-color:#c98d20;box-shadow:0 0 0 4px #c98d201a}.registration-section button[type=submit]{color:#1c1306;background:linear-gradient(135deg,#e6b44d,#b87912);box-shadow:0 10px 24px #b7791238}.registration-section button[type=submit]:disabled{opacity:.65;cursor:wait;transform:none}.custom-select__menu button:hover,.custom-select__menu button.selected{color:#a86f11;background:#fbf2df}.upload__preview{color:#ad7413;background:#f7edd7}.submit-error{color:#a93932;background:#fff0ee;border:1px solid #f0c7c2;border-radius:10px;margin-top:15px;padding:12px 14px;font-size:11px;line-height:1.5}.success-message{color:#93600c;background:#fff7e7}.success-message>span{background:#c98d20}.success-message small{color:#756445}footer{color:#a9a196;background:#080808;border-top:1px solid #daa63d33;align-items:center;gap:30px;min-height:125px;padding:25px max(28px,50vw - 590px);display:flex}footer img{width:170px;height:auto}footer p{margin:0;font-size:11px}footer a{color:#d6a849;margin-left:auto;font-size:11px;font-weight:700;text-decoration:none}@media (width<=900px){.hero{grid-template-columns:1fr;padding-top:65px;padding-bottom:85px}.hero__visual{display:none}.partner-benefits{grid-template-columns:1fr}.partner-benefits article+article{border-top:1px solid #eee4d1;border-left:0;padding-top:18px}.registration-section{padding-top:75px}.site-header{height:72px}.site-logo,.site-logo img{width:175px}}@media (width<=650px){.site-header{padding:0 18px}.header-cta{padding:10px;font-size:0}.hero{min-height:auto;padding:60px 22px 85px}.hero h1{font-size:43px}.hero__content>p{font-size:14px}.hero__actions{flex-direction:column;align-items:flex-start}.partner-benefits{width:calc(100% - 28px);padding:21px 16px}.registration-section{padding:70px 14px}.section-intro{padding:0 7px}.registration-section .registration-shell{border-radius:18px}.registration-section .form-panel{padding:28px 18px}.custom-select__menu{margin-bottom:7px;position:relative;top:6px}footer{text-align:center;flex-direction:column;gap:12px;padding:28px}footer a{margin-left:0}}.site-logo{border-radius:10px;width:224px;height:58px;padding:7px 9px}.site-logo img{object-fit:contain;width:100%;height:100%}@media (width<=900px){.site-logo{width:190px;height:52px;padding:7px 8px}}.custom-select__menu{scrollbar-width:thin;scrollbar-color:#d6b978 #f7f2e8;max-height:300px;overflow-y:auto}.custom-select__menu button{gap:12px}.custom-select__menu button>span:first-child{flex:1}.custom-select__code{color:#9b7b40;white-space:nowrap;font-size:10px;font-weight:700}.custom-select__menu button.selected .custom-select__code{color:#a86f11}.control--readonly{background:#f7f3ea}.control--readonly input{color:#a86f11;cursor:default;font-weight:700}.custom-select__menu{transform-origin:bottom;top:auto;bottom:calc(100% + 8px)}@media (width<=650px){.custom-select__menu{transform-origin:top;top:6px;bottom:auto}}.header-cta,.header-cta svg{color:#fff}footer{color:#6f6250;background:#fbf8f1;border-top:1px solid #eadfc9}footer a{color:#a86f11}.coming-soon{color:#fff;background:radial-gradient(circle at 90% 10%,#d9a64029,#0000 30%),linear-gradient(125deg,#0a0907,#1a140b);border:1px solid #d7a33b4d;border-radius:24px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:30px;width:min(1120px,100% - 40px);min-height:270px;margin:0 auto 90px;padding:50px 55px;display:grid;position:relative;overflow:hidden;box-shadow:0 25px 65px #37260829}.coming-soon:before{content:"";background-image:linear-gradient(#e4b55609 1px,#0000 1px),linear-gradient(90deg,#e4b55609 1px,#0000 1px);background-size:36px 36px;position:absolute;inset:0}.coming-soon__orb{border:1px solid #e2b14c2b;border-radius:50%;width:260px;height:260px;position:absolute;right:-130px;box-shadow:0 0 0 45px #e2b14c09,0 0 0 90px #e2b14c05}.coming-soon__icon{color:#e0ac43;background:#e2af471a;border:1px solid #e3b65a59;border-radius:17px;place-items:center;width:62px;height:62px;display:grid;position:relative}.coming-soon__icon svg{width:27px}.coming-soon__content{max-width:670px;position:relative}.coming-soon__content>span{color:#dca945;letter-spacing:.16em;text-transform:uppercase;align-items:center;gap:7px;font-size:10px;font-weight:700;display:flex}.coming-soon__content>span svg{width:14px}.coming-soon h2{margin:10px 0;font:600 clamp(29px,3vw,42px)/1.15 Playfair Display,serif}.coming-soon h2 em{color:#e1ae47;font-style:normal}.coming-soon p{color:#b8afa0;margin:0;font-size:13px;line-height:1.7}.coming-soon__badge{white-space:nowrap;background:#ffffff0a;border:1px solid #e2b14c40;border-radius:12px;padding:15px 18px;position:relative}.coming-soon__badge strong,.coming-soon__badge span{display:block}.coming-soon__badge strong{color:#e2ae46;text-transform:uppercase;letter-spacing:.09em;font-size:11px}.coming-soon__badge span{color:#aaa092;margin-top:4px;font-size:9px}@media (width<=800px){.coming-soon{grid-template-columns:auto 1fr;padding:38px}.coming-soon__badge{grid-column:2;width:max-content}}@media (width<=550px){.coming-soon{grid-template-columns:1fr;gap:20px;width:calc(100% - 28px);margin-bottom:55px;padding:30px 24px}.coming-soon__icon{width:52px;height:52px}.coming-soon__badge{grid-column:auto}.coming-soon h2{font-size:31px}}
