.Hero-module__s-6kkG__hero{background:radial-gradient(circle at 100% 0,#112240 0%,#020c1b 100%);align-items:center;height:100vh;min-height:800px;padding-top:90px;display:flex;position:relative;overflow:hidden}.Hero-module__s-6kkG__hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#d4af3714 0%,#0000 60%);border-radius:50%;width:80%;height:80%;position:absolute;top:-50%;right:-20%}.Hero-module__s-6kkG__hero:after{content:"";background:linear-gradient(to top,var(--background)0%,transparent 100%);pointer-events:none;width:100%;height:150px;position:absolute;bottom:0;left:0}.Hero-module__s-6kkG__content{z-index:1;max-width:900px;position:relative}.Hero-module__s-6kkG__title{letter-spacing:-.02em;color:var(--text-main);margin-bottom:1.5rem;font-size:4.5rem;line-height:1.1}.Hero-module__s-6kkG__subtitle{color:var(--text-muted);max-width:650px;margin-bottom:3rem;font-size:1.35rem;line-height:1.6}.Hero-module__s-6kkG__actions{gap:1.5rem;margin-bottom:4rem;display:flex}.Hero-module__s-6kkG__trustSignals{border-top:1px solid #ffffff1a;align-items:center;gap:2rem;max-width:600px;padding-top:2rem;display:flex}.Hero-module__s-6kkG__signal{flex-direction:column;display:flex}.Hero-module__s-6kkG__signalValue{font-family:var(--font-heading);color:var(--secondary);margin-bottom:.25rem;font-size:1.5rem;font-weight:700;line-height:1}.Hero-module__s-6kkG__signalLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;font-size:.875rem}.Hero-module__s-6kkG__signalDivider{background:#ffffff1a;width:1px;height:40px}@media (max-width:768px){.Hero-module__s-6kkG__hero{height:auto;min-height:auto;padding:120px 0 60px}.Hero-module__s-6kkG__title{margin-bottom:1rem;font-size:2.5rem}.Hero-module__s-6kkG__subtitle{margin-bottom:2rem;font-size:1rem}.Hero-module__s-6kkG__actions{flex-direction:column;align-items:stretch;gap:1rem;margin-bottom:3rem}.Hero-module__s-6kkG__actions .Hero-module__s-6kkG__btn{width:100%;padding:.875rem 1.5rem}.Hero-module__s-6kkG__trustSignals{flex-wrap:wrap;justify-content:flex-start;gap:1.5rem;padding-top:1.5rem}.Hero-module__s-6kkG__signalDivider{display:none}}
.Founders-module__f4Wv5q__founders{background-color:var(--background);padding-top:8rem;padding-bottom:8rem;position:relative;overflow:hidden}.Founders-module__f4Wv5q__founders:before{content:"";pointer-events:none;background:radial-gradient(circle,#d4af370d 0%,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;top:20%;left:-10%}.Founders-module__f4Wv5q__sectionTitle{text-align:center;color:var(--text-main);margin-bottom:1rem;font-size:3rem}.Founders-module__f4Wv5q__sectionSubtitle{text-align:center;color:var(--text-muted);max-width:600px;margin-bottom:5rem;margin-left:auto;margin-right:auto;font-size:1.1rem}.Founders-module__f4Wv5q__grid{grid-template-columns:1fr;gap:3rem;display:grid}.Founders-module__f4Wv5q__card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#11224066;border:1px solid #ffffff0d;border-radius:12px;flex-direction:column;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;overflow:hidden}.Founders-module__f4Wv5q__card:hover{box-shadow:var(--shadow-gold);border-color:var(--secondary);background:var(--surface-light);transform:translateY(-10px)}.Founders-module__f4Wv5q__imageWrapper{background-color:var(--background);border-bottom:1px solid #ffffff0d;width:100%;height:350px;position:relative;overflow:hidden}.Founders-module__f4Wv5q__image{transition:transform .6s}.Founders-module__f4Wv5q__sushilImage{object-position:0% 5%}.Founders-module__f4Wv5q__card:hover .Founders-module__f4Wv5q__image{transform:scale(1.05)}.Founders-module__f4Wv5q__content{padding:2.5rem}.Founders-module__f4Wv5q__name{color:var(--text-main);font-size:2rem;font-family:var(--font-heading);margin-bottom:.25rem}.Founders-module__f4Wv5q__role{color:var(--secondary);text-transform:uppercase;letter-spacing:2px;margin-bottom:1.5rem;font-size:.9rem;font-weight:600}.Founders-module__f4Wv5q__bio{color:var(--text-muted);margin-bottom:2rem;font-size:1rem;line-height:1.7}.Founders-module__f4Wv5q__expertise h4{color:var(--text-main);text-transform:uppercase;letter-spacing:1.5px;opacity:.8;margin-bottom:1rem;font-size:.85rem}.Founders-module__f4Wv5q__expertise ul{flex-wrap:wrap;gap:.75rem;list-style:none;display:flex}.Founders-module__f4Wv5q__expertise li{color:var(--secondary);transition:all var(--transition-fast);background-color:#d4af3714;border:1px solid #d4af3726;border-radius:4px;padding:.5rem 1rem;font-size:.85rem;font-weight:500}.Founders-module__f4Wv5q__card:hover .Founders-module__f4Wv5q__expertise li{background-color:#d4af3726;border-color:#d4af374d}@media (max-width:768px){.Founders-module__f4Wv5q__founders{padding-top:4rem;padding-bottom:4rem}.Founders-module__f4Wv5q__sectionTitle{font-size:2.25rem}.Founders-module__f4Wv5q__sectionSubtitle{margin-bottom:3rem}.Founders-module__f4Wv5q__content{padding:1.5rem}.Founders-module__f4Wv5q__name{font-size:1.75rem}}@media (min-width:768px){.Founders-module__f4Wv5q__grid{grid-template-columns:repeat(2,1fr)}.Founders-module__f4Wv5q__imageWrapper{height:360px}}
.Services-module__mJrWua__services{background-color:var(--background);padding-top:8rem;padding-bottom:8rem;position:relative}@media (max-width:768px){.Services-module__mJrWua__services{padding-top:4rem;padding-bottom:4rem}}.Services-module__mJrWua__sectionTitle{text-align:center;color:var(--text-main);margin-bottom:1rem;font-size:3rem}.Services-module__mJrWua__sectionSubtitle{text-align:center;color:var(--text-muted);max-width:600px;margin-bottom:5rem;margin-left:auto;margin-right:auto;font-size:1.1rem}.Services-module__mJrWua__grid{grid-template-columns:1fr;gap:2rem;display:grid}.Services-module__mJrWua__card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#11224066;border:1px solid #ffffff0d;border-radius:12px;flex-direction:column;align-items:flex-start;height:100%;padding:2.5rem;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex}.Services-module__mJrWua__card:hover{border-color:var(--secondary);background:var(--surface-light);box-shadow:var(--shadow-gold);transform:translateY(-10px)}.Services-module__mJrWua__iconWrapper{color:var(--secondary);transition:all var(--transition-medium);background-color:#d4af371a;border-radius:12px;margin-bottom:1.5rem;padding:1rem;display:inline-flex}.Services-module__mJrWua__card:hover .Services-module__mJrWua__iconWrapper{background-color:var(--secondary);color:var(--primary);transform:scale(1.1)rotate(5deg)}.Services-module__mJrWua__cardTitle{color:var(--text-main);font-size:1.35rem;font-family:var(--font-heading);margin-bottom:1rem}.Services-module__mJrWua__cardDescription{color:var(--text-muted);font-size:.95rem;line-height:1.6}@media (min-width:768px){.Services-module__mJrWua__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.Services-module__mJrWua__grid{grid-template-columns:repeat(3,1fr)}}
.Contact-module__XILVtW__contact{background-color:var(--background);position:relative}.Contact-module__XILVtW__contact:before{content:"";pointer-events:none;background:radial-gradient(circle at 0 100%,#d4af370d,#0000 40%);width:100%;height:100%;position:absolute;top:0;left:0}.Contact-module__XILVtW__sectionTitle{text-align:center;color:var(--text-main);margin-bottom:1rem;font-size:2.5rem}.Contact-module__XILVtW__sectionSubtitle{text-align:center;color:var(--text-muted);max-width:600px;margin-bottom:4rem;margin-left:auto;margin-right:auto}.Contact-module__XILVtW__content{grid-template-columns:1fr;gap:2rem;display:grid}.Contact-module__XILVtW__info{flex-direction:column;display:flex}.Contact-module__XILVtW__card{height:100%;padding:2.5rem}.Contact-module__XILVtW__cardTitle{color:var(--secondary);border-bottom:1px solid var(--border);margin-bottom:2rem;padding-bottom:.5rem;font-size:1.5rem;display:inline-block}.Contact-module__XILVtW__list{flex-direction:column;gap:2rem;list-style:none;display:flex}.Contact-module__XILVtW__item{align-items:flex-start;gap:1.5rem;text-decoration:none;display:flex}.Contact-module__XILVtW__whatsappLink{cursor:pointer;transition:transform var(--transition-fast);border-radius:8px;margin:-.5rem;padding:.5rem}.Contact-module__XILVtW__whatsappLink:hover{background-color:#ffffff0d;transform:translate(5px)}.Contact-module__XILVtW__iconWrapper{color:var(--secondary);background:#d4af371a;border-radius:50%;justify-content:center;align-items:center;padding:.75rem;display:flex}.Contact-module__XILVtW__label{color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;margin-bottom:.25rem;font-size:.9rem}.Contact-module__XILVtW__item p,.Contact-module__XILVtW__link{color:var(--text-main);font-size:1.1rem;line-height:1.6}.Contact-module__XILVtW__link{transition:color var(--transition-fast)}.Contact-module__XILVtW__item a:hover .Contact-module__XILVtW__link,.Contact-module__XILVtW__link:hover{color:var(--secondary)}.Contact-module__XILVtW__mapWrapper{border:1px solid var(--border);filter:grayscale()invert(90%);height:400px;transition:filter var(--transition-medium);border-radius:12px;overflow:hidden}.Contact-module__XILVtW__mapWrapper:hover{filter:grayscale(0%)invert(0%)}@media (min-width:768px){.Contact-module__XILVtW__content{grid-template-columns:1fr 1fr;gap:3rem}.Contact-module__XILVtW__mapWrapper{height:auto;min-height:400px}}
