@import"https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,300;0,9..144,400;0,9..144,600;1,9..144,400&family=Manrope:wght@400;500;600&display=swap";:root{--navy: #0F1B2D;--navy-light: #162236;--teal: #2A9D8F;--teal-dark: #1d8276;--off-white: #F5F3EF;--surface: #FAFAF8;--muted: #5A6A7A;--border: #E2DED8;--text: #1A2633;--font-heading: "Fraunces", Georgia, serif;--font-body: "Manrope", system-ui, sans-serif;--max-w: 1100px;--section-pad: clamp(4rem, 8vw, 7rem) 1.5rem;--radius: 4px;scroll-behavior:smooth}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%}body{font-family:var(--font-body);font-size:1.0625rem;line-height:1.75;color:var(--text);background:var(--surface);-webkit-font-smoothing:antialiased}img{display:block;max-width:100%}a{color:var(--teal);text-decoration:none}a:hover{text-decoration:underline}h1,h2,h3,h4{font-family:var(--font-heading);font-weight:400;line-height:1.2;color:var(--navy);letter-spacing:-.01em}h1{font-size:clamp(2.2rem,5vw,3.5rem)}h2{font-size:clamp(1.75rem,3.5vw,2.5rem)}h3{font-size:clamp(1.25rem,2.5vw,1.5rem)}p{max-width:68ch}.container{width:100%;max-width:var(--max-w);margin-inline:auto;padding-inline:1.5rem}.btn{display:inline-block;font-family:var(--font-body);font-weight:600;font-size:.9375rem;letter-spacing:.03em;padding:.85em 2em;border-radius:var(--radius);cursor:pointer;transition:background .18s ease,transform .12s ease,box-shadow .18s ease;text-decoration:none}.btn-primary{background:var(--teal);color:#fff;border:2px solid transparent}.btn-primary:hover,.btn-primary:focus-visible{background:var(--teal-dark);text-decoration:none;transform:translateY(-1px);box-shadow:0 6px 20px #2a9d8f47}.btn-primary:active{transform:translateY(0);box-shadow:none}.reveal{opacity:0;transform:translateY(24px);transition:opacity .55s ease,transform .55s ease}.reveal.visible{opacity:1;transform:none}.site-nav{position:sticky;top:0;z-index:100;background:#0f1b2df5;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-bottom:1px solid rgba(255,255,255,.06)}.site-nav__inner{display:flex;align-items:center;justify-content:space-between;max-width:var(--max-w);margin-inline:auto;padding:1rem 1.5rem}.site-nav__logo{font-family:var(--font-heading);font-size:clamp(1.6rem,3vw,2.25rem);font-weight:600;letter-spacing:-.02em;text-decoration:none;line-height:1;flex-shrink:0}.site-nav__logo:hover{opacity:.85;text-decoration:none}.site-nav__logo-claro{color:#fff}.site-nav__logo-sec{color:var(--teal)}.site-nav__cta{font-family:var(--font-body);font-weight:600;font-size:.875rem;letter-spacing:.035em;color:#fff;background:var(--teal);padding:.55em 1.4em;border-radius:var(--radius);text-decoration:none;transition:background .18s ease}.site-nav__cta:hover{background:var(--teal-dark);text-decoration:none}.hero{background:var(--navy);padding:clamp(5rem,10vw,8.5rem) 1.5rem clamp(4rem,8vw,7rem);position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:-120px;right:-80px;width:520px;height:520px;border-radius:50%;border:1px solid rgba(42,157,143,.12);pointer-events:none}.hero:after{content:"";position:absolute;top:-60px;right:-20px;width:300px;height:300px;border-radius:50%;border:1px solid rgba(42,157,143,.08);pointer-events:none}.hero__inner{max-width:var(--max-w);margin-inline:auto;position:relative}.hero__eyebrow{display:inline-block;font-family:var(--font-body);font-size:.8125rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--teal);margin-bottom:1.5rem}.hero h1{color:#fff;max-width:780px;margin-bottom:1.5rem}.hero h1 em{font-style:italic;color:var(--teal)}.hero__sub{font-size:clamp(1rem,1.8vw,1.125rem);color:#ffffffb8;max-width:620px;margin-bottom:2.5rem;line-height:1.8}.hero__actions{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.hero__trust{font-size:.875rem;color:#ffffff73;font-style:italic}.section-problem{padding:var(--section-pad);background:var(--off-white)}.section-problem .container{display:grid;grid-template-columns:1fr 1fr;gap:3rem 5rem;align-items:start}.section-problem__heading{grid-column:1 / -1}.section-problem__heading h2{max-width:26ch}.section-problem__col p+p{margin-top:1.25rem}.section-problem__col p:first-child:first-letter{font-family:var(--font-heading);font-size:2.8em;line-height:.8;float:left;margin-right:.08em;margin-top:.06em;color:var(--teal)}@media(max-width:700px){.section-problem .container{grid-template-columns:1fr;gap:1.5rem}}.section-services{padding:var(--section-pad);background:var(--surface)}.section-services__header{margin-bottom:3.5rem}.section-label{display:block;font-size:.8rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--teal);margin-bottom:.75rem}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:var(--border);border:1px solid var(--border);border-radius:6px;overflow:hidden}.service-item{background:var(--surface);padding:2.5rem 2rem;position:relative}.service-item__number{font-family:var(--font-heading);font-size:3rem;font-weight:300;color:var(--border);line-height:1;margin-bottom:1.25rem;display:block}.service-item h3{margin-bottom:1rem;font-size:1.2rem}.service-item p{color:var(--muted);font-size:.9375rem;line-height:1.7}@media(max-width:800px){.services-grid{grid-template-columns:1fr}}.section-why{padding:var(--section-pad);background:var(--navy);color:#ffffffd9}.section-why h2{color:#fff;margin-bottom:2.5rem}.section-why .section-label{color:var(--teal);opacity:.9}.why-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 5rem;align-items:start}.why-grid__left{padding-right:2rem;border-right:1px solid rgba(255,255,255,.08)}.why-grid__right p+p{margin-top:1.5rem}.why-grid__right p{color:#ffffffb8;max-width:100%}.why-stat{margin-top:2.5rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.08)}.why-stat__value{font-family:var(--font-heading);font-size:3.5rem;font-weight:300;color:var(--teal);line-height:1;display:block}.why-stat__label{font-size:.9rem;color:#ffffff80;margin-top:.4rem;max-width:28ch;line-height:1.5}@media(max-width:700px){.why-grid{grid-template-columns:1fr;gap:2rem}.why-grid__left{border-right:none;border-bottom:1px solid rgba(255,255,255,.08);padding-right:0;padding-bottom:2rem}}.section-industries{padding:clamp(3rem,6vw,5rem) 1.5rem;background:var(--off-white)}.industries-list{display:flex;flex-wrap:wrap;gap:.75rem 0;margin-top:2rem;list-style:none;align-items:center}.industries-list li{display:flex;align-items:center;font-size:1.0625rem;color:var(--text)}.industries-list li:not(:last-child):after{content:"·";margin:0 .9rem;color:var(--teal);font-size:1.25rem;line-height:1}@media(max-width:600px){.industries-list{flex-direction:column;align-items:flex-start;gap:.5rem}.industries-list li:not(:last-child):after{display:none}}.section-contact{padding:clamp(5rem,9vw,8rem) 1.5rem;background:var(--surface);text-align:center}.section-contact__inner{max-width:680px;margin-inline:auto}.contact-rule{display:block;width:48px;height:2px;background:var(--teal);margin:0 auto 2rem}.section-contact h2{font-size:clamp(2rem,4vw,3rem);margin-bottom:1.25rem}.section-contact p{color:var(--muted);font-size:1.0625rem;margin:0 auto 2.25rem;max-width:56ch}.contact-email{display:block;margin-top:1.25rem;font-size:.9375rem;color:var(--muted)}.contact-email a{color:var(--navy);font-weight:500;border-bottom:1px solid var(--border);transition:border-color .15s ease,color .15s ease}.contact-email a:hover{color:var(--teal);border-color:var(--teal);text-decoration:none}.site-footer{background:var(--navy);padding:2rem 1.5rem}.site-footer__inner{max-width:var(--max-w);margin-inline:auto;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.site-footer__copy{font-size:.875rem;color:#fff6}.site-footer__links{display:flex;gap:1.5rem;list-style:none}.site-footer__links a{font-size:.875rem;color:#fff6;text-decoration:none;transition:color .15s ease}.site-footer__links a:hover{color:#ffffffbf;text-decoration:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
