/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.relative{position:relative}.start{inset-inline-start:var(--spacing)}.table{display:table}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}}:root{--aub:#35233f;--orange:#d66a32;--apricot:#f2b179;--amber:#e39a3b;--ivory:#faf5ed;--peach:#f8e8d8;--plum:#211b25;--ink:#29252b;--muted:#70676b;--white:#fffdf9;--border:#e5d4c3}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--ivory);color:var(--ink);margin:0;font-family:Arial,Helvetica,sans-serif}button,input,select,textarea{font:inherit}button,a{transition:all .2s}a{color:inherit;text-decoration:none}.site-shell{min-height:100vh;overflow:hidden}.header{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--border);z-index:30;background:#faf5edf2;justify-content:space-between;align-items:center;height:82px;padding:0 clamp(22px,4vw,70px);display:flex;position:sticky;top:0}.brand{flex-shrink:0;align-items:center;gap:11px;display:flex}.brand-mark{background:var(--orange);color:#fff;border-radius:20px 20px 5px;place-items:center;width:36px;height:40px;font:23px Georgia,serif;display:grid;box-shadow:0 8px 18px #d66a322e}.brand b{color:var(--aub);letter-spacing:.17em;font-size:15px;display:block}.brand small{color:var(--muted);letter-spacing:.24em;margin-top:2px;font-size:8px;display:block}.header nav{color:#514954;align-items:center;gap:21px;font-size:12px;display:flex}.header nav a:hover{color:var(--orange)}.header-cta,.button{cursor:pointer;border:0;justify-content:center;align-items:center;gap:9px;font-weight:700;display:inline-flex}.header-cta{background:var(--orange);color:#fff;border-radius:5px;padding:12px 16px;font-size:12px}.header-cta:hover,.primary:hover{background:#bb5423;transform:translateY(-1px)}.hero{padding:0 clamp(22px,5vw,78px)}.hero-dark{background:var(--plum);color:#fff;position:relative}.hero-dark:after{content:"";pointer-events:none;background:radial-gradient(circle at 73% 25%,#d66a322b,#0000 35%);position:absolute;inset:0}.hero-grid{z-index:2;grid-template-columns:1.05fr .95fr;max-width:1450px;min-height:650px;margin:auto;display:grid;position:relative}.hero-copy{flex-direction:column;justify-content:center;padding:65px 5vw 65px 0;display:flex}.eyebrow{text-transform:uppercase;letter-spacing:.2em;color:var(--orange);margin:0 0 20px;font-size:10px;font-weight:800}.light{color:var(--apricot)}.hero h1,.page-hero h1{letter-spacing:-.045em;margin:0;font:400 clamp(52px,6vw,88px)/.98 Georgia,Times New Roman,serif}.hero h1 em{color:var(--apricot);font-weight:400;display:block}.hero-lede{color:#d7cfd7;max-width:710px;margin:30px 0;font-size:17px;line-height:1.75}.hero-actions{flex-wrap:wrap;gap:13px;display:flex}.button{border-radius:5px;padding:15px 20px;font-size:12px}.primary{background:var(--orange);color:#fff}.ghost{color:#fff;background:0 0;border:1px solid #ffffff59}.ghost:hover{border-color:var(--apricot);color:var(--apricot)}.hero-map{background:radial-gradient(circle,#f2b17929,#0000 62%);border-radius:50%;align-self:center;min-height:520px;position:relative;overflow:hidden}.globe-grid{background:repeating-radial-gradient(circle,#0000 0 34px,#f2b17912 35px 36px),linear-gradient(90deg,#0000 49.8%,#f2b1791f 50%,#0000 50.2%);border:1px solid #f2b1794d;border-radius:50%;width:430px;height:430px;position:absolute;top:45px;left:50%;transform:translate(-50%)}.globe-grid:before,.globe-grid:after{content:"";border:1px solid #f2b1791f;border-radius:50%;position:absolute;inset:40px 0;transform:rotate(55deg)}.globe-grid:after{transform:rotate(-55deg)}.connection{background:linear-gradient(90deg,transparent,var(--orange),transparent);transform-origin:0;height:1px;animation:3s infinite pulseLine;position:absolute}.c1{width:260px;top:180px;left:150px;transform:rotate(18deg)}.c2{width:310px;top:260px;left:130px;transform:rotate(-18deg)}.c3{width:230px;top:330px;left:230px;transform:rotate(-28deg)}@keyframes pulseLine{50%{filter:brightness(1.8);box-shadow:0 0 12px var(--orange)}}.map-node{color:#f6e9dd;letter-spacing:.08em;text-transform:uppercase;font-size:10px;position:absolute}.map-node i{background:var(--amber);border:2px solid var(--plum);border-radius:50%;width:9px;height:9px;margin-right:8px;animation:2.4s infinite nodePulse;display:inline-block;box-shadow:0 0 0 5px #e39a3b2e}@keyframes nodePulse{50%{box-shadow:0 0 0 10px #e39a3b00}}.n1{top:25%;left:20%}.n2{top:42%;right:12%}.n3{bottom:25%;left:35%}.n4{bottom:14%;right:5%}.map-caption{flex-direction:column;gap:7px;display:flex;position:absolute;bottom:28px;left:40px}.map-caption span{text-transform:uppercase;letter-spacing:.18em;color:var(--apricot);font-size:10px}.map-caption strong{font:20px Georgia,serif}.ticker{z-index:2;border-top:1px solid #ffffff21;align-items:center;max-width:1450px;height:66px;margin:auto;display:flex;position:relative;overflow:hidden}.ticker>span{white-space:nowrap;color:var(--apricot);text-transform:uppercase;letter-spacing:.16em;padding-right:42px;font-size:9px}.ticker-track{white-space:nowrap;color:#d9ced8;word-spacing:28px;font-size:12px;animation:25s linear infinite ticker}.ticker-track i{color:var(--orange);font-style:normal}@keyframes ticker{to{transform:translate(-35%)}}.section{padding:100px clamp(22px,6vw,90px)}.section-heading{grid-template-columns:.48fr 1.1fr .75fr;align-items:start;gap:46px;max-width:1400px;margin:0 auto 48px;display:grid}.section-heading h2,.platform-band h2,.content-section h2{color:var(--aub);margin:0;font:400 clamp(36px,4vw,58px)/1.06 Georgia,serif}.section-heading>p:last-child{color:var(--muted);margin:0;font-size:14px;line-height:1.75}.focus-grid{grid-template-columns:repeat(4,1fr);gap:14px;max-width:1400px;margin:auto;display:grid}.focus-card{background:var(--white);border:1px solid var(--border);border-radius:12px;min-height:285px;padding:30px;box-shadow:0 12px 35px #35233f0d}.focus-card:hover{border-color:var(--apricot);transform:translateY(-6px);box-shadow:0 18px 40px #35233f1a}.card-top{color:var(--orange);justify-content:space-between;margin-bottom:48px;display:flex}.card-top span{letter-spacing:.15em;font-size:10px}.card-top i{font-size:18px;font-style:normal}.focus-card h3,.opportunity-card h3,.content-section h3,.catalogue-grid h3,.insight-grid h3{color:var(--aub);margin:0 0 17px;font:400 24px/1.15 Georgia,serif}.focus-card p,.content-section p{color:var(--muted);font-size:13px;line-height:1.75}.pale-section{background:var(--peach)}.live-panel,.catalogue,.insights-browser{max-width:1400px;margin:auto}.demo-flag{color:#925027;text-transform:uppercase;letter-spacing:.08em;background:#fff3e8;border:1px solid #edc49e;border-radius:99px;align-items:center;padding:8px 12px;font-size:10px;display:inline-flex}.filter-row{align-items:end;gap:14px;margin:24px 0;display:flex}.filter-row label,.match-form label,.contact-form label,.submit-form label{letter-spacing:.12em;text-transform:uppercase;color:var(--muted);font-size:9px;font-weight:700}.filter-row select,.filter-row input,.match-form input,.match-form select,.match-form textarea,.contact-form input,.contact-form select,.contact-form textarea,.submit-form input,.submit-form select,.submit-form textarea{border:1px solid var(--border);background:var(--white);width:100%;color:var(--ink);border-radius:6px;outline:none;margin-top:7px;padding:12px 13px;font-size:13px;display:block}.filter-row select:focus,.filter-row input:focus,.match-form input:focus,.match-form textarea:focus,.contact-form input:focus,.contact-form textarea:focus{border-color:var(--orange);box-shadow:0 0 0 3px #d66a321f}.filter-row label{min-width:210px}.search-label{flex:1}.result-count{color:var(--muted);margin-left:auto;padding-bottom:12px;font-size:11px}.opportunity-grid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.opportunity-card{background:var(--white);border:1px solid var(--border);border-radius:12px;padding:26px}.opportunity-card>div:first-child{text-transform:uppercase;letter-spacing:.12em;color:var(--orange);font-size:9px}.status-dot{background:var(--amber);border-radius:50%;width:7px;height:7px;margin-right:7px;display:inline-block}.opportunity-card h3{min-height:55px;margin-top:25px}.opportunity-card dl{margin:22px 0}.opportunity-card dl div{border-top:1px solid var(--border);justify-content:space-between;padding:9px 0;font-size:10px;display:flex}.opportunity-card dt{color:var(--muted)}.opportunity-card dd{color:var(--ink);margin:0}.opportunity-card a{color:var(--orange);font-size:11px;font-weight:700}.empty-state{text-align:center;border:1px dashed var(--border);color:var(--muted);background:var(--white);padding:45px}.platform-band{background:var(--aub);color:#fff;grid-template-columns:1.2fr .8fr;gap:75px;display:grid}.platform-band h2{color:#fff}.platform-band>div:last-child{color:#d9ced8;align-self:end;line-height:1.7}.platform-band .button{margin-top:18px}.footer{background:var(--plum);color:#d3c9d2;padding:70px clamp(22px,6vw,90px) 25px}.footer .brand b{color:#fff}.footer .brand small{color:#a99ca8}.footer .brand-mark{background:var(--orange)}.footer-top{grid-template-columns:2fr 1fr 1fr;gap:55px;padding-bottom:65px;display:grid}.footer-top>div:first-child p{max-width:410px;font:21px/1.35 Georgia,serif}.footer-top>div:first-child>small{color:#8f818e;max-width:480px;line-height:1.7;display:block}.footer h4{text-transform:uppercase;letter-spacing:.18em;color:var(--apricot);margin:0 0 20px;font-size:9px}.footer-top>div:not(:first-child){flex-direction:column;gap:12px;font-size:12px;display:flex}.footer a:hover{color:var(--apricot)}.footer-bottom{color:#8f818e;border-top:1px solid #ffffff1a;justify-content:space-between;padding-top:22px;font-size:10px;display:flex}.footer-bottom div{gap:22px;display:flex}.page-hero{background:var(--aub);color:#fff;padding:95px clamp(22px,8vw,120px);position:relative;overflow:hidden}.page-hero:after{content:"";border:1px solid #f2b1792e;border-radius:50%;width:420px;height:420px;position:absolute;top:-170px;right:-80px;box-shadow:0 0 80px #d66a321f}.page-hero h1{color:#fff;z-index:1;max-width:1000px;font-size:clamp(48px,5vw,76px);position:relative}.page-hero>p:last-child{color:#d8cfd7;z-index:1;max-width:760px;margin:26px 0 0;font-size:17px;line-height:1.75;position:relative}.content-section{max-width:1500px;margin:auto;padding:85px clamp(22px,8vw,120px)}.split{grid-template-columns:.8fr 1.2fr;gap:90px;display:grid}.value-grid,.service-grid,.category-grid,.market-grid,.partner-grid{grid-template-columns:repeat(3,1fr);gap:15px;margin-top:38px;display:grid}.value-card,.service-card,.category-card,.market-card,.partner-card{background:var(--white);border:1px solid var(--border);border-radius:10px;padding:28px}.value-card b,.service-card b{color:var(--orange);letter-spacing:.15em;font-size:9px}.clean-list{padding:0;list-style:none}.clean-list li{border-bottom:1px solid var(--border);color:var(--muted);padding:10px 0;font-size:12px}.cta-panel{background:var(--peach);border:1px solid var(--border);border-radius:12px;justify-content:space-between;align-items:center;gap:35px;margin-top:60px;padding:48px;display:flex}.dark{background:var(--aub);color:#fff}.flow{background:var(--peach);border-radius:9px;justify-content:space-between;margin-top:40px;padding:25px;display:flex}.flow span{color:var(--aub);font:17px Georgia,serif}.flow i{color:var(--orange);font-style:normal}.contact-grid{grid-template-columns:.75fr 1.25fr;gap:65px;display:grid}.contact-card{background:var(--aub);color:#fff;border-radius:12px;padding:36px}.contact-card h2{color:#fff}.contact-card p{color:#d7ccd6}.contact-form,.submit-form{grid-template-columns:1fr 1fr;gap:16px;display:grid}.contact-form textarea,.submit-form textarea{resize:vertical;min-height:125px}.wide{grid-column:1/-1}.contact-note{font-size:11px!important}.legal{max-width:850px}.legal h2{margin-top:42px;font-size:30px}.process-explorer{max-width:1300px;margin:35px auto}.process-tabs{background:var(--peach);border-radius:10px;grid-template-columns:repeat(5,1fr);gap:7px;padding:10px;display:grid}.process-tabs button{color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:7px;padding:17px;font:18px Georgia,serif}.process-tabs button span{color:var(--orange);margin-bottom:6px;font:9px Arial;display:block}.process-tabs button.active{background:var(--aub);color:#fff;box-shadow:0 8px 20px #35233f2e}.process-detail{background:var(--border);border:1px solid var(--border);border-radius:10px;grid-template-columns:repeat(3,1fr);gap:1px;margin-top:14px;display:grid;overflow:hidden}.process-detail>div{background:var(--white);padding:28px}.process-detail small{color:var(--orange);text-transform:uppercase;letter-spacing:.12em}.process-detail p{margin-bottom:0}.catalogue-grid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.catalogue-grid article{background:var(--white);border:1px solid var(--border);border-radius:10px;padding:25px}.catalogue-grid article>span,.catalogue-grid article>small{color:var(--orange);text-transform:uppercase;letter-spacing:.1em;font-size:9px}.catalogue-grid h3{margin-top:22px}.catalogue-grid article>div{background:var(--peach);border-radius:4px;margin-right:8px;padding:7px 9px;font-size:10px;display:inline-block}.catalogue-grid article>small{margin-top:15px;display:block}.map-explorer{grid-template-columns:1.1fr .9fr;align-items:stretch;gap:45px;display:grid}.map-stage{background:var(--plum);border-radius:16px;min-height:510px;position:relative;overflow:hidden}.map-stage:after{content:"";background:radial-gradient(circle at 55% 45%,#d66a3238,#0000 50%);position:absolute;inset:0}.map-orbit{border:1px solid #f2b17940;border-radius:50%;width:430px;height:430px;position:absolute;top:40px;left:50%;transform:translate(-50%)}.map-orbit:before,.map-orbit:after{content:"";border:1px solid #f2b17929;border-radius:50%;position:absolute;inset:45px 0;transform:rotate(50deg)}.map-orbit:after{transform:rotate(-50deg)}.map-pin{z-index:2;color:#d9ced8;cursor:pointer;background:#211b25d1;border:0;border-radius:5px;padding:9px 11px;font-size:10px;position:absolute}.map-pin i{background:var(--amber);border-radius:50%;width:8px;height:8px;margin-right:7px;display:inline-block}.map-pin.active{background:var(--orange);color:#fff;transform:scale(1.05)}.pin-0{top:23%;left:20%}.pin-1{top:43%;right:13%}.pin-2{bottom:26%;left:28%}.pin-3{bottom:16%;right:8%}.region-panel{background:var(--white);border:1px solid var(--border);border-radius:16px;padding:38px}.region-panel>span{color:var(--orange);text-transform:uppercase;letter-spacing:.14em;font-size:9px}.region-panel dl div{border-top:1px solid var(--border);padding:13px 0}.region-panel dt{color:var(--orange);text-transform:uppercase;letter-spacing:.1em;font-size:9px}.region-panel dd{color:var(--muted);margin:6px 0 0;font-size:12px;line-height:1.55}.matcher{grid-template-columns:.7fr 1.3fr;gap:28px;display:grid}.partner-selector{flex-direction:column;gap:8px;display:flex}.partner-selector button{border:1px solid var(--border);background:var(--white);text-align:left;cursor:pointer;border-radius:8px;padding:18px}.partner-selector button b{color:var(--aub);margin-bottom:6px;display:block}.partner-selector button span{color:var(--muted);font-size:11px;line-height:1.5}.partner-selector button.active{background:var(--aub);border-color:var(--aub)}.partner-selector button.active b{color:#fff}.partner-selector button.active span{color:#d7ccd6}.match-form{background:var(--peach);border:1px solid var(--border);border-radius:12px;grid-template-columns:1fr 1fr;gap:15px;padding:30px;display:grid}.form-heading,.match-form label:nth-of-type(3),.success-box{grid-column:1/-1}.match-form textarea{min-height:95px}.success-box{background:var(--white);border-left:4px solid var(--orange);padding:18px}.success-box span{color:var(--muted);font-size:10px;display:block}.success-box strong{color:var(--aub);margin:7px 0;font:24px Georgia,serif;display:block}.success-box a{color:var(--orange);font-size:11px;font-weight:700}.insight-grid{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}.insight-grid article{background:var(--white);border:1px solid var(--border);border-radius:10px;padding-bottom:24px;overflow:hidden}.article-visual{background:var(--aub);height:150px;position:relative;overflow:hidden}.article-visual:after{content:"";border:1px solid #f2b17959;border-radius:50%;width:180px;height:180px;position:absolute;top:-50px;right:-30px}.article-visual span{color:var(--apricot);font:28px Georgia,serif;position:absolute;bottom:18px;left:20px}.article-visual i{background:var(--orange);border-radius:50%;width:8px;height:8px;position:absolute;bottom:42px;right:60px;box-shadow:0 0 0 8px #d66a322e}.insight-grid article>small,.insight-grid article>h3,.insight-grid article>p,.insight-grid article>button{margin-left:22px;margin-right:22px}.insight-grid article>small{color:var(--orange);text-transform:uppercase;letter-spacing:.08em;margin-top:20px;font-size:8px;display:block}.insight-grid article>h3{margin-top:12px}.insight-grid article>p{color:var(--muted);font-size:12px;line-height:1.6}.insight-grid article>button{background:var(--peach);color:var(--muted);border:0;padding:8px;font-size:9px}@media (width<=1100px){.header nav{display:none}.hero-grid,.platform-band,.split,.contact-grid,.map-explorer,.matcher{grid-template-columns:1fr}.hero-map{min-height:430px}.section-heading{grid-template-columns:1fr;gap:12px}.focus-grid,.opportunity-grid,.catalogue-grid,.insight-grid,.value-grid,.service-grid,.category-grid,.market-grid,.partner-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=680px){.header{height:70px}.header-cta{display:none}.hero{padding:0 20px}.hero-grid{min-height:auto}.hero-copy{padding:70px 0 30px}.hero h1{font-size:48px}.hero-map{min-height:340px}.globe-grid{width:300px;height:300px}.ticker>span{display:none}.section,.content-section{padding:70px 20px}.focus-grid,.opportunity-grid,.catalogue-grid,.insight-grid,.value-grid,.service-grid,.category-grid,.market-grid,.partner-grid{grid-template-columns:1fr}.filter-row{flex-direction:column;align-items:stretch}.filter-row label{min-width:0}.result-count{margin:0}.process-tabs{grid-template-columns:1fr}.process-tabs button{text-align:left}.process-tabs button span{margin-right:10px;display:inline}.process-detail{grid-template-columns:1fr}.flow{flex-direction:column;gap:12px}.cta-panel{flex-direction:column;align-items:flex-start}.footer-top{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:15px}.footer-bottom div{flex-wrap:wrap}.map-stage{min-height:390px}.match-form,.contact-form,.submit-form{grid-template-columns:1fr}.form-heading,.match-form label:nth-of-type(3),.wide{grid-column:auto}}.form-surface{background:var(--white);border:1px solid var(--border);border-radius:14px;max-width:1050px;margin:auto;padding:32px}.consent{align-items:flex-start;gap:10px;text-transform:none!important;letter-spacing:0!important;font-size:11px!important;display:flex!important}.consent input{width:auto!important;margin:2px 0 0!important}.newsletter{grid-template-columns:1.2fr .8fr;align-items:end;gap:55px;max-width:1300px;margin:auto;display:grid}.newsletter span{color:var(--orange);text-transform:uppercase;letter-spacing:.13em;font-size:9px}.newsletter h2{margin-top:12px}.newsletter p{color:var(--muted);font-size:12px}.newsletter>div:last-child{gap:10px;display:flex}.newsletter input{border:1px solid var(--border);background:var(--white);border-radius:6px;flex:1;min-width:0;padding:14px}.newsletter .success-box{width:100%}@media (width<=1100px){.newsletter{grid-template-columns:1fr}}@media (width<=680px){.form-surface{padding:20px}.newsletter>div:last-child{flex-direction:column}}
