@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Playfair+Display:wght@400;600;700&display=swap";:root{--bg-primary:#fff;--bg-secondary:#f4f4f4;--bg-card:#fff;--bg-dark:#0f0f0f;--bg-dark-2:#0a0a0a;--accent-gold:#0f0f0f;--accent-gold-light:#2c2c2c;--accent-gold-pale:#efefef;--border:#00000026;--border-subtle:#e5e5e5;--border-dark:#ffffff14;--text-primary:#111110;--text-secondary:#4a4a48;--text-muted:#9c9c9a;--font-sans:"Inter", sans-serif;--font-serif:"Playfair Display", serif;--shadow-sm:0 1px 3px #00000012, 0 1px 2px #0000000a;--shadow-md:0 4px 16px #00000012;--shadow-lg:0 12px 40px #00000017}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;overflow-x:hidden}body{font-family:var(--font-sans);background-color:var(--bg-primary);color:var(--text-primary);-webkit-font-smoothing:antialiased;line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{cursor:pointer;font-family:inherit}input,textarea,select{font-family:inherit}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:var(--accent-gold);border-radius:3px}.container{max-width:1200px;margin:0 auto;padding:0 1.25rem}.section{padding:100px 0}.section-label{letter-spacing:.18em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.6rem;font-size:.72rem;font-weight:600}.section-title{color:var(--text-primary);letter-spacing:-.02em;margin-bottom:1rem;font-size:clamp(1.9rem,3.5vw,2.75rem);font-weight:700;line-height:1.15}.section-subtitle{color:var(--text-secondary);max-width:560px;font-size:1rem;line-height:1.75}.gold-line{background:var(--accent-gold);border-radius:2px;width:36px;height:2px;margin-bottom:1.1rem}.btn-primary{background:var(--accent-gold);color:#fff;letter-spacing:.01em;border:none;border-radius:100px;align-items:center;gap:.4rem;padding:.72rem 1.75rem;font-size:.875rem;font-weight:600;transition:background .2s,transform .2s,box-shadow .2s;display:inline-flex}.btn-primary:hover{background:var(--accent-gold-light);transform:translateY(-1px);box-shadow:0 4px 16px #0000004d}.btn-outline{color:var(--accent-gold);border:1.5px solid var(--accent-gold);background:0 0;border-radius:100px;align-items:center;gap:.4rem;padding:.72rem 1.75rem;font-size:.875rem;font-weight:600;transition:background .2s,transform .2s;display:inline-flex}.btn-outline:hover{background:var(--accent-gold-pale);transform:translateY(-1px)}.btn-outline-dark{color:#fffc;background:0 0;border:1px solid #fff3;border-radius:100px;align-items:center;gap:.4rem;padding:.72rem 1.75rem;font-size:.875rem;font-weight:500;transition:background .2s,border-color .2s,transform .2s;display:inline-flex}.btn-outline-dark:hover{background:#ffffff14;border-color:#fff6;transform:translateY(-1px)}.form-group{flex-direction:column;gap:.35rem;display:flex}.form-label{color:var(--text-secondary);font-size:.82rem;font-weight:500}.form-input{background:var(--bg-secondary);border:1.5px solid var(--border-subtle);color:var(--text-primary);border-radius:8px;outline:none;width:100%;padding:.7rem 1rem;font-size:.92rem;transition:border-color .2s,background .2s,box-shadow .2s}.form-input:focus{border-color:var(--accent-gold);background:var(--bg-primary);box-shadow:0 0 0 3px #00000014}.form-input::placeholder{color:var(--text-muted)}textarea.form-input{resize:vertical;min-height:120px}select.form-input option{background:#fff}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}@media (width<=560px){.form-row{grid-template-columns:1fr}.section{padding:60px 0}}.form-submit{justify-content:center;width:100%;margin-top:.5rem}.form-error{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:.6rem 1rem;font-size:.85rem}.form-success{text-align:center;flex-direction:column;align-items:center;gap:1rem;padding:2rem 1rem;display:flex}.form-success__icon{color:#16a34a;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;display:flex}.form-success h3{color:var(--text-primary);font-size:1.2rem;font-weight:600}.form-success p{color:var(--text-secondary);max-width:340px;font-size:.9rem;line-height:1.65}.divider{background:var(--border-subtle);height:1px}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-up{animation:.6s forwards fadeUp}main{display:block}.navbar{z-index:100;background:#fff;padding:.85rem 0;transition:box-shadow .3s;position:fixed;top:0;left:0;right:0}.navbar--scrolled{box-shadow:0 1px #ebebea}.navbar__inner{grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem;display:grid}.navbar__logo{justify-self:start;align-items:center;display:flex}.navbar__logo-img{object-fit:contain;width:auto;height:35px;display:block}.navbar__links{justify-content:center;align-items:center;gap:.1rem;list-style:none;display:flex}.navbar__link{color:#4a4a48;white-space:nowrap;border-radius:100px;padding:.38rem .8rem;font-size:.85rem;font-weight:500;transition:color .2s,background .2s}.navbar__link:hover{color:#111110;background:#f4f4f4}.navbar__link--active{background:#f4f4f4;font-weight:600;color:#111110!important}.navbar__right{justify-content:flex-end;align-items:center;gap:1rem;display:flex}.navbar__cta{color:#fff;white-space:nowrap;background:#0f0f0f;border-radius:100px;padding:.48rem 1.2rem;font-size:.84rem;font-weight:600;transition:background .2s,transform .2s}.navbar__cta:hover{background:#2c2c2c;transform:translateY(-1px)}.navbar__hamburger{background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.navbar__hamburger span{background:#111110;border-radius:2px;width:22px;height:2px;transition:transform .2s,opacity .2s;display:block}.navbar__hamburger.open span:first-child{transform:translateY(7px)rotate(45deg)}.navbar__hamburger.open span:nth-child(2){opacity:0}.navbar__hamburger.open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.navbar__mobile{background:#fff;border-top:1px solid #ebebea;flex-direction:column;padding:.5rem 2rem 1.5rem;display:flex;box-shadow:0 8px 24px #00000012}.navbar__mobile-link{color:#4a4a48;border-bottom:1px solid #f3f3f2;padding:.8rem 0;font-size:.95rem;font-weight:500;transition:color .2s}.navbar__mobile-link:hover{color:#111110}.navbar__mobile-cta{font-weight:600;color:#0f0f0f!important}@media (width<=900px){.navbar__inner{grid-template-columns:1fr 1fr}.navbar__links,.navbar__cta{display:none}.navbar__hamburger{display:flex}}.hero{background:#fff;margin-top:62px;padding:0 1.25rem 1.25rem}.hero__container{background:#111110;border-radius:14px;align-items:center;min-height:calc(100vh - 76px - 2rem);display:flex;position:relative;overflow:hidden}.hero__video{object-fit:cover;object-position:center;z-index:0;width:100%;height:100%;position:absolute;inset:0}.hero__overlay{z-index:1;background:linear-gradient(90deg,#080807bf 0%,#08080785 55%,#08080747 100%);position:absolute;inset:0}.hero__content{z-index:3;width:100%;padding:9rem 0 5rem 3rem;position:relative}.hero__eyebrow{letter-spacing:.2em;text-transform:uppercase;color:#ffffffa6;margin-bottom:1.5rem;font-size:.68rem;font-weight:600}.hero__title{color:#f8f8f6;letter-spacing:-.03em;white-space:nowrap;max-width:900px;margin-bottom:1.25rem;font-size:clamp(2rem,4vw,3.5rem);font-weight:800;line-height:1.1}.hero__title-accent{color:#f8f8f6;opacity:.88}.hero__subtitle{letter-spacing:.2em;text-transform:uppercase;color:#ffffff80;margin-bottom:1.25rem;font-family:inherit;font-size:.68rem;font-style:normal;font-weight:600}.hero__actions{flex-wrap:wrap;gap:.75rem;margin-bottom:3.5rem;display:flex}.hero__btn-proposal{color:#0f0f0f;cursor:pointer;letter-spacing:.01em;background:#fff;border:none;border-radius:100px;align-items:center;gap:.4rem;padding:.72rem 1.75rem;font-family:inherit;font-size:.875rem;font-weight:600;transition:background .2s,transform .2s;display:inline-flex}.hero__btn-proposal:hover{background:#efefef;transform:translateY(-1px)}.hero__btn-mission{color:#ffffffe6;cursor:pointer;background:0 0;border:1.5px solid #fff9;border-radius:100px;align-items:center;gap:.4rem;padding:.72rem 1.75rem;font-family:inherit;font-size:.875rem;font-weight:500;transition:background .2s,border-color .2s,transform .2s;display:inline-flex}.hero__btn-mission:hover{background:#ffffff1a;border-color:#ffffffe6;transform:translateY(-1px)}.hero__stats{gap:0;padding-top:2rem;display:flex}.hero__stat{flex-direction:column;gap:.2rem;margin-right:2rem;padding-right:2rem;display:flex}.hero__stat:last-child{margin-right:0}.hero__stat-value{color:#f8f8f6;letter-spacing:-.02em;font-size:1.65rem;font-weight:700;line-height:1}.hero__stat-label{color:#ffffffa6;letter-spacing:.03em;max-width:110px;font-size:.72rem;line-height:1.3}.hero__scroll-explore{z-index:3;letter-spacing:.18em;text-transform:uppercase;color:#ffffff47;white-space:nowrap;font-size:.66rem;position:absolute;bottom:1.75rem;right:2rem}@media (width<=640px){.hero{padding:0 .6rem .6rem}.hero__container{border-radius:10px;min-height:calc(100vh - 62px - 1.2rem)}.hero__content{padding:4rem 0 3rem 1.25rem}.hero__title{white-space:normal;font-size:clamp(1.6rem,7vw,2.5rem)}.hero__stats{flex-wrap:wrap;gap:1.25rem}.hero__stat{border-right:none;margin-right:0;padding-right:0}.hero__scroll-explore{display:none}.hero__actions{flex-direction:column;align-items:flex-start}}.mission{background:var(--bg-primary);position:relative;overflow:hidden}.mission__inner{z-index:1;grid-template-columns:.55fr 1fr;align-items:center;gap:5rem;display:grid;position:relative}.mission__media{border-radius:16px;position:relative;overflow:hidden}.mission__image{background-image:url(/assets/mission-CsS0ZCgo.jpg);background-position:50%;background-size:cover;width:100%;height:500px}.mission__overlay-card{-webkit-backdrop-filter:blur(12px);background:#0a0a09d1;border-top:1px solid #ffffff12;padding:1.5rem 1.75rem;position:absolute;bottom:0;left:0;right:0}.mission__overlay-label{letter-spacing:.18em;text-transform:uppercase;color:#ffffff59;margin-bottom:1rem;font-size:.66rem;font-weight:600}.mission__overlay-stats{gap:2rem;display:flex}.mission__overlay-stat{flex-direction:column;gap:.15rem;display:flex}.mission__overlay-value{color:#fff;letter-spacing:-.02em;font-size:1.45rem;font-weight:700;line-height:1}.mission__overlay-stat-label{color:#fff6;letter-spacing:.02em;font-size:.68rem}.mission__title{color:var(--text-primary);letter-spacing:-.02em;margin-top:.5rem;margin-bottom:1.75rem;font-size:clamp(1.75rem,2.8vw,2.4rem);font-weight:700;line-height:1.18}.mission__body{flex-direction:column;gap:1.2rem;margin-bottom:2rem;display:flex}.mission__body p{color:var(--text-secondary);font-size:.97rem;line-height:1.8}.mission__link{color:var(--text-primary);background:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:100px;padding:.62rem 1.5rem;font-size:.875rem;font-weight:600;transition:background .2s,border-color .2s,transform .2s;display:inline-block}.mission__link:hover{background:#f0ede8;transform:translateY(-1px)}@media (width<=900px){.mission__inner{grid-template-columns:1fr;gap:2.5rem}.mission__image{height:340px}}.strategies{background:var(--bg-secondary)}.strategies__grid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.strategies__header-card{background:0 0;border:none;border-radius:0;flex-direction:column;justify-content:flex-start;height:280px;padding:0 1rem 1.5rem 0;display:flex}.strategies__title{color:var(--text-primary);letter-spacing:-.02em;margin-top:.4rem;margin-bottom:1rem;font-size:clamp(1.75rem,2.8vw,2.4rem);font-weight:700;line-height:1.18}.strategies__subtitle{color:var(--text-secondary);font-size:.875rem;line-height:1.75}.strategy-card{cursor:default;background-position:50%;background-size:cover;border-radius:12px;height:280px;position:relative;overflow:hidden}.strategy-card__overlay{z-index:1;background:linear-gradient(#08080738 0%,#08080773 45%,#080807e0 100%);transition:background .4s;position:absolute;inset:0}.strategy-card:hover .strategy-card__overlay{background:linear-gradient(#08080761 0%,#080807ad 45%,#080807f0 100%)}.strategy-card__content{z-index:2;flex-direction:column;justify-content:flex-end;padding:1.75rem;display:flex;position:absolute;inset:0}.strategy-card__number{letter-spacing:.15em;color:#fff6;margin-bottom:.4rem;font-size:.68rem;font-weight:600;display:block}.strategy-card__title{color:#fff;letter-spacing:-.01em;font-size:1.15rem;font-weight:700;line-height:1.2;transition:transform .4s cubic-bezier(.25,.46,.45,.94)}.strategy-card:hover .strategy-card__title{transform:translateY(-.5rem)}.strategy-card__desc{opacity:0;max-height:0;transition:max-height .45s cubic-bezier(.25,.46,.45,.94),opacity .35s,transform .4s cubic-bezier(.25,.46,.45,.94);overflow:hidden;transform:translateY(10px)}.strategy-card:hover .strategy-card__desc{opacity:1;max-height:120px;transform:translateY(0)}.strategy-card__desc p{color:#fff9;padding-top:.6rem;font-size:.83rem;line-height:1.7}.strategy-card:after{content:"";z-index:3;background:#0f0f0f;width:0;height:2px;transition:width .45s cubic-bezier(.25,.46,.45,.94);position:absolute;bottom:0;left:0}.strategy-card:hover:after{width:100%}@media (width<=900px){.strategies__grid{grid-template-columns:repeat(2,1fr)}.strategies__header-card{height:auto;min-height:200px}.strategy-card{height:300px}}@media (width<=560px){.strategies__grid{grid-template-columns:1fr}.strategies__header-card{height:auto}.strategy-card{height:260px}}.focus{background:var(--bg-primary);padding:60px 0;overflow:hidden}.focus__header{text-align:center;margin-bottom:2rem}.focus__label{letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.9rem;font-size:.72rem;font-weight:600;display:inline-block}.focus__title{color:var(--text-primary);letter-spacing:-.02em;font-size:clamp(1.75rem,2.8vw,2.4rem);font-weight:700;line-height:1.18}.focus__divider{background:linear-gradient(to right, transparent, var(--border-subtle) 20%, var(--border-subtle) 80%, transparent);width:100%;height:1px;margin-bottom:2.5rem}.focus__inner{grid-template-columns:auto 1fr;align-items:center;gap:4rem;display:grid;overflow:visible}.focus__statement{padding-left:1.5rem;position:relative}.focus__statement:before{content:"";background:linear-gradient(#0f0f0f,#0003);border-radius:2px;width:3px;position:absolute;top:.25em;bottom:.25em;left:0}.focus__heading{letter-spacing:-.02em;flex-direction:column;font-size:clamp(2rem,3.5vw,3.25rem);font-weight:600;line-height:1.2;display:flex;overflow:visible}.focus__line{color:var(--text-primary);opacity:0;transition:opacity .55s cubic-bezier(.25,.46,.45,.94),transform .55s cubic-bezier(.25,.46,.45,.94);display:block;transform:translate(-40px)}.focus__line--accent{color:#0f0f0f}.focus__line--visible{opacity:1;transform:translate(0)}.focus__right{padding-left:0}.focus__text{color:var(--text-secondary);margin-bottom:.75rem;font-size:.97rem;line-height:1.85}.focus__industries{border-top:1px solid var(--border-subtle);grid-template-columns:repeat(3,1fr);gap:.35rem;margin-top:1rem;padding-top:1rem;display:grid}.focus__industry-item{color:var(--text-secondary);letter-spacing:.01em;cursor:default;border-radius:8px;align-items:center;gap:.55rem;padding:.5rem .6rem;font-size:.78rem;font-weight:500;transition:color .22s,background .22s,transform .22s;display:flex}.focus__industry-item:hover{color:var(--ind-color);background:var(--ind-bg);transform:translateY(-1px)}.focus__industry-icon{background:var(--ind-bg);width:28px;height:28px;color:var(--ind-color);border:1px solid #0000;border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;transition:background .22s,color .22s,box-shadow .22s,transform .22s;display:flex}.focus__industry-item:hover .focus__industry-icon{background:var(--ind-color);color:#fff;box-shadow:0 4px 12px color-mix(in srgb, var(--ind-color) 35%, transparent);transform:scale(1.1)}@media (width<=900px){.focus__inner{grid-template-columns:1fr;gap:2.5rem}.focus__statement{padding-left:1.25rem}.focus__right{overflow:hidden}.focus__text{word-break:break-word}}@media (width<=560px){.focus__industries{grid-template-columns:repeat(2,1fr)}.focus__heading{font-size:clamp(1.8rem,8vw,2.5rem)}}.portfolio{background:var(--bg-secondary);overflow:hidden}.portfolio__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:3rem;margin-bottom:1.5rem;display:flex}.portfolio__ticker-wrap{border-top:1px solid var(--border-subtle);border-bottom:1px solid var(--border-subtle);background:var(--bg-primary);width:100%;margin-bottom:2rem;padding:1.75rem 0;overflow:hidden}.portfolio__ticker{align-items:center;width:max-content;animation:50s linear infinite ticker-scroll;display:flex}.portfolio__ticker-wrap:hover .portfolio__ticker{animation-play-state:paused}.portfolio__ticker-item{white-space:nowrap;align-items:center;padding:0 .5rem;display:inline-flex}.portfolio__ticker-logo{object-fit:contain;width:auto;height:28px;transition:transform .3s}.portfolio__ticker-item:hover .portfolio__ticker-logo{transform:scale(1.05)}.portfolio__ticker-sep{color:var(--text-muted);margin:0 1.25rem;font-size:.6rem;line-height:1}@keyframes ticker-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.portfolio__disclaimer{color:var(--text-muted);font-size:.75rem;font-style:italic}@media (width<=640px){.portfolio__header{flex-direction:column}}.stats{background:#fff;padding:3.5rem 0}.stats__outer{max-width:1200px;margin:0 auto;padding:0 1.25rem}.stats__card{cursor:default;border-radius:14px;height:420px;position:relative;overflow:hidden}.stats__bg{object-fit:cover;object-position:center;z-index:0;width:100%;height:100%;position:absolute;inset:0}.stats__overlay{z-index:1;background:#08080785;position:absolute;inset:0}.stats__default{z-index:2;text-align:center;pointer-events:none;justify-content:center;align-items:center;padding:2rem 4rem;display:flex;position:absolute;inset:0}.stats__heading{color:#fff;letter-spacing:-.02em;font-size:clamp(1.9rem,3vw,2.75rem);font-weight:700;line-height:1.18}@media (width<=640px){.stats__card{height:280px}}.contact{background:var(--bg-primary);padding:60px 0 0}.contact__inner{grid-template-columns:1fr 1.3fr;align-items:start;gap:5rem;padding-bottom:3rem;display:grid}.contact__title{color:var(--text-primary);letter-spacing:-.02em;margin-bottom:1.75rem;font-size:clamp(1.75rem,2.8vw,2.4rem);font-weight:700;line-height:1.18}.contact__details{margin:1.75rem 0}.contact__company{color:var(--text-primary);margin-bottom:.5rem;font-size:.9rem;font-weight:600}.contact__address{color:var(--text-secondary);font-size:.875rem;line-height:1.8}.contact__links{flex-direction:column;gap:.6rem;margin-top:1.5rem;display:flex}.contact__link{color:var(--text-secondary);align-items:center;gap:.6rem;font-size:.875rem;transition:color .2s;display:flex}.contact__link svg{color:var(--text-muted);flex-shrink:0}.contact__link:hover,.contact__link:hover svg{color:var(--accent-gold)}.contact__form-wrap{padding-top:.25rem}.contact__form{flex-direction:column;gap:.875rem;display:flex}.contact__submit-wrap{justify-content:flex-end;margin-top:.25rem;display:flex}.contact__map{max-width:1200px;margin:2rem auto 0;padding:0 1.25rem 3rem}.contact__map-inner{border-radius:14px;overflow:hidden}.contact__map iframe{filter:grayscale(.2);width:100%;display:block}.footer{background:var(--bg-secondary);border-top:1px solid var(--border-subtle);padding:1.4rem 0}.footer .container{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.footer span,.footer__links a{color:var(--text-muted);letter-spacing:.02em;font-size:.76rem}.footer__links{gap:1.5rem;display:flex}.footer__links a:hover{color:var(--text-secondary)}@media (width<=860px){.contact__inner{grid-template-columns:1fr;gap:2.5rem}}@media (width<=560px){.form-row{grid-template-columns:1fr}.footer .container{text-align:center;flex-direction:column}}.page-layout{background:var(--bg-primary);flex-direction:column;min-height:100vh;display:flex}.page-hero{background:#fff;margin-top:62px;padding:1rem 1.25rem 0}.page-hero__inner{cursor:default;background-color:#111110;background-position:50%;background-size:cover;border-radius:14px;align-items:flex-end;height:190px;display:flex;position:relative;overflow:hidden}.page-hero__overlay{z-index:1;background:linear-gradient(#08080738 0%,#0808077a 45%,#080807e0 100%);position:absolute;inset:0}.page-hero__content{z-index:2;padding:2.5rem 2.75rem;position:relative}.page-hero__label{letter-spacing:.18em;text-transform:uppercase;color:#ffffff73;margin-bottom:.5rem;font-size:.68rem;font-weight:600;display:block}.page-hero__title{font-family:var(--font-sans);color:#f8f8f6;letter-spacing:-.03em;margin-bottom:.65rem;font-size:clamp(1.75rem,3vw,2.5rem);font-weight:800;line-height:1.1}.page-hero__subtitle{color:#ffffff8c;max-width:560px;font-size:.875rem;line-height:1.7}.page-content{flex:1;padding:64px 0 80px}.page-footer{border-top:1px solid var(--border-subtle);padding:1.1rem 0}.page-footer .container{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.page-footer span,.page-footer__links a{color:var(--text-muted);font-size:.78rem}.page-footer__links{gap:1.25rem;display:flex}.page-footer__links a:hover{color:var(--text-secondary)}@media (width<=560px){.page-footer .container{text-align:center;flex-direction:column}}.proposal{background:var(--bg-secondary)}.proposal__inner{grid-template-columns:1fr 1.4fr;align-items:start;gap:5rem;display:grid}.proposal__tips{flex-direction:column;gap:.75rem;margin-top:2rem;display:flex}.proposal__tip{color:var(--text-secondary);align-items:flex-start;gap:.6rem;font-size:.875rem;line-height:1.6;display:flex}.proposal__tip svg{color:var(--accent-gold);flex-shrink:0;margin-top:2px}.proposal__form-wrap{background:var(--bg-card);border:1.5px solid var(--border-subtle);box-shadow:var(--shadow-md);border-radius:16px;padding:2.25rem}.proposal__form{flex-direction:column;gap:1.1rem;display:flex}@media (width<=900px){.proposal__inner{grid-template-columns:1fr;gap:2.5rem}}@media (width<=560px){.proposal__form-wrap{padding:1.5rem}.form-row{grid-template-columns:1fr}}.formpage__inner{grid-template-columns:1fr 1.5fr;align-items:start;gap:5rem;display:grid}.formpage__body{color:var(--text-secondary);margin-bottom:1.75rem;font-size:.95rem;line-height:1.8}.formpage__tips{flex-direction:column;gap:.75rem;margin-bottom:2rem;display:flex}.formpage__tip{color:var(--text-secondary);align-items:flex-start;gap:.6rem;font-size:.875rem;display:flex}.formpage__tip svg{color:var(--accent-gold);flex-shrink:0;margin-top:2px}.formpage__contact{border-top:1px solid var(--border-subtle);margin-top:2.5rem;padding-top:2rem}.formpage__contact p{color:var(--text-muted);margin-bottom:.25rem;font-size:.82rem}.formpage__contact a{color:var(--accent-gold);font-size:.9rem;font-weight:500;transition:color .2s}.formpage__contact a:hover{color:var(--accent-gold-light)}.formpage__form-wrap{background:var(--bg-card);border:1.5px solid var(--border-subtle);box-shadow:var(--shadow-md);border-radius:16px;padding:2.25rem}.formpage__form{flex-direction:column;gap:1.1rem;display:flex}@media (width<=900px){.formpage__inner{grid-template-columns:1fr;gap:2.5rem}}@media (width<=560px){.formpage__form-wrap{padding:1.5rem}.form-row{grid-template-columns:1fr}}.chat-widget{z-index:1000;flex-direction:column;align-items:flex-end;gap:.75rem;display:flex;position:fixed;bottom:1.75rem;right:1.75rem}.chat-bubble{background:var(--accent-gold);color:#fff;cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;transition:transform .2s,background .2s,box-shadow .2s;display:flex;box-shadow:0 4px 16px #00000073}.chat-bubble:hover{background:var(--accent-gold-light);transform:scale(1.08);box-shadow:0 6px 20px #0000008c}.chat-bubble--open{background:#374151;box-shadow:0 4px 16px #0003}.chat-bubble--open:hover{background:#1f2937}.chat-window{border:1px solid var(--border-subtle);background:#fff;border-radius:16px;flex-direction:column;width:360px;max-height:520px;animation:.22s chatSlideUp;display:flex;overflow:hidden;box-shadow:0 16px 48px #00000024,0 2px 8px #0000000f}@keyframes chatSlideUp{0%{opacity:0;transform:translateY(12px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.chat-header{background:var(--bg-dark);flex-shrink:0;justify-content:space-between;align-items:center;padding:.9rem 1rem;display:flex}.chat-header__left{align-items:center;gap:.65rem;display:flex}.chat-header__avatar{background:var(--accent-gold);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:.72rem;font-weight:700;display:flex}.chat-header__name{color:#fff;font-size:.875rem;font-weight:600;line-height:1.2;display:block}.chat-header__status{color:#ffffff73;align-items:center;gap:.3rem;font-size:.72rem;display:flex}.chat-header__dot{background:#4ade80;border-radius:50%;width:6px;height:6px}.chat-header__close{color:#ffffff73;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:.25rem;transition:color .2s;display:flex}.chat-header__close:hover{color:#fff}.chat-messages{background:#f9fafb;flex-direction:column;flex:1;gap:.75rem;padding:1rem;display:flex;overflow-y:auto}.chat-messages::-webkit-scrollbar{width:5px}.chat-messages::-webkit-scrollbar-track{background:0 0}.chat-messages::-webkit-scrollbar-thumb{background:#c8c8c8;border-radius:4px}.chat-messages::-webkit-scrollbar-thumb:hover{background:#a0a0a0}.chat-msg{align-items:flex-end;gap:.5rem;display:flex}.chat-msg--user{flex-direction:row-reverse}.chat-msg__avatar{background:var(--accent-gold);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;font-size:.6rem;font-weight:700;display:flex}.chat-msg__bubble{white-space:pre-wrap;word-break:break-word;border-radius:12px;max-width:78%;padding:.6rem .875rem;font-size:.875rem;line-height:1.55}.chat-msg--assistant .chat-msg__bubble{color:#1f2937;background:#fff;border:1px solid #e5e7eb;border-bottom-left-radius:4px;box-shadow:0 1px 3px #0000000d}.chat-msg--user .chat-msg__bubble{background:var(--accent-gold);color:#fff;border-bottom-right-radius:4px}.chat-msg__bubble a{color:inherit;text-underline-offset:2px;word-break:break-all;text-decoration:underline}.chat-msg--assistant .chat-msg__bubble a{color:#0f0f0f;font-weight:500}.chat-msg__bubble a:hover{opacity:.75}.chat-msg__bubble--typing{align-items:center;gap:4px;padding:.7rem .875rem;display:flex}.chat-msg__bubble--typing span{background:#9ca3af;border-radius:50%;width:6px;height:6px;animation:1.2s infinite typingBounce}.chat-msg__bubble--typing span:nth-child(2){animation-delay:.2s}.chat-msg__bubble--typing span:nth-child(3){animation-delay:.4s}@keyframes typingBounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-5px)}}.chat-suggestions{flex-wrap:wrap;gap:.5rem;margin-top:.25rem;padding-left:2rem;display:flex}.chat-suggestion{color:var(--accent-gold);background:var(--accent-gold-pale);border:1px solid var(--border);white-space:nowrap;border-radius:100px;padding:.3rem .75rem;font-size:.78rem;font-weight:500;transition:background .15s,transform .15s}.chat-suggestion:hover{background:#f0e4c0;transform:translateY(-1px)}.chat-input-wrap{background:#fff;border-top:1px solid #e5e7eb;flex-shrink:0;align-items:center;gap:.5rem;padding:.75rem .875rem;display:flex}.chat-input{color:#1f2937;background:#f9fafb;border:1.5px solid #e5e7eb;border-radius:8px;outline:none;flex:1;padding:.5rem .75rem;font-family:inherit;font-size:.875rem;transition:border-color .2s}.chat-input:focus{border-color:var(--accent-gold);background:#fff}.chat-input::placeholder{color:#9ca3af}.chat-input:disabled{opacity:.5}.chat-send{background:var(--accent-gold);color:#fff;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;transition:background .2s,transform .15s;display:flex}.chat-send:hover:not(:disabled){background:var(--accent-gold-light);transform:scale(1.05)}.chat-send:disabled{opacity:.35;cursor:default}@media (width<=420px){.chat-window{width:calc(100vw - 2rem);max-height:70vh}.chat-widget{bottom:1rem;right:1rem}}
