:root{--foreground-rgb:33,33,33;--background-rgb:248,249,250;--primary-color:130,92,55;--secondary-color:100,85,70;--accent-color:200,120,80;--light-gray:241,243,245;--dark-gray:73,80,87;--card-bg:255,255,255;--card-border:222,226,230}html{scroll-behavior:smooth}body{color:rgb(var(--foreground-rgb));background:rgb(var(--background-rgb));font-family:var(--font-inter),sans-serif}.min-h-screen{min-height:100vh}.bg-light{background-color:rgb(var(--background-rgb))}.bg-white{background-color:white}.bg-light-gray{background-color:rgb(var(--light-gray))}.text-dark{color:rgb(var(--foreground-rgb))}.text-white{color:white}.text-primary{color:rgb(var(--primary-color))}.text-secondary{color:rgb(var(--secondary-color))}.text-accent{color:rgb(var(--accent-color))}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-20{padding-top:5rem;padding-bottom:5rem}.py-24{padding-top:6rem;padding-bottom:6rem}.sticky{position:sticky}.top-0{top:0}.z-10{z-index:10}.max-w-7xl{max-width:80rem}.max-w-4xl{max-width:56rem}.max-w-3xl{max-width:48rem}.max-w-2xl{max-width:42rem}.mx-auto{margin-left:auto;margin-right:auto}.flex{display:flex}.grid{display:grid}.hidden{display:none}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-start{justify-content:flex-start}.items-center{align-items:center}.space-x-3>*+*{margin-left:.75rem}.space-x-4>*+*{margin-left:1rem}.space-x-8>*+*{margin-left:2rem}.space-y-4>*+*{margin-top:1rem}.text-center{text-align:center}.text-left{text-align:left}.text-base{font-size:1rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-3xl{font-size:1.875rem}.text-4xl{font-size:2.25rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.tracking-tight{letter-spacing:-.025em}.tracking-wide{letter-spacing:.025em}.leading-tight{line-height:1.25}.uppercase{text-transform:uppercase}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.mb-16{margin-bottom:4rem}.mt-8{margin-top:2rem}.w-6{width:1.5rem}.h-6{height:1.5rem}.w-8{width:2rem}.h-8{height:2rem}.rounded-md{border-radius:.375rem}.transition-all{transition:all .3s ease}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}@media (min-width:768px){.md\:flex{display:flex}.md\:hidden{display:none}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:text-3xl{font-size:1.875rem}.md\:text-4xl{font-size:2.25rem}.md\:text-6xl{font-size:3.75rem}.md\:text-left{text-align:left}.md\:flex-row{flex-direction:row}.md\:space-x-0>*+*{margin-left:0}}@media (min-width:1024px){.lg\:text-7xl{font-size:4.5rem}}nav{border-bottom:1px solid rgba(var(--card-border),.3);box-shadow:0 2px 10px rgba(0,0,0,.05);background-color:white}.nav-link{color:rgb(var(--dark-gray));text-decoration:none;font-weight:500;padding:.5rem 0;position:relative;transition:color .3s ease;display:block}.nav-link:hover{color:rgb(var(--primary-color))}.nav-link:after{content:"";position:absolute;width:0;height:2px;bottom:-2px;left:0;background-color:rgb(var(--primary-color));transition:width .3s ease}.nav-link:hover:after{width:100%}.logo{font-weight:700;font-size:1.25rem;letter-spacing:-.5px;color:rgb(var(--foreground-rgb))}.logo span{color:rgb(var(--primary-color))}.mobile-menu.active{display:flex}.btn-primary,.get-in-touch{background-color:rgb(var(--primary-color));color:white;font-weight:500;padding:.5rem 1.25rem;border-radius:6px;transition:all .3s ease;text-decoration:none;letter-spacing:.5px;border:none;box-shadow:0 3px 8px rgba(var(--primary-color),.25);font-size:.875rem}.btn-primary:hover,.get-in-touch:hover{transform:translateY(-3px);box-shadow:0 6px 12px rgba(var(--primary-color),.35);background-color:rgba(var(--primary-color),.95)}.btn-secondary{background-color:transparent;border:1.5px solid rgb(var(--primary-color));color:rgb(var(--primary-color));font-weight:500;padding:.5rem 1.25rem;border-radius:6px;transition:all .3s ease;text-decoration:none;font-size:.875rem}.btn-secondary:hover{background-color:rgba(var(--primary-color),.15);border-color:rgba(var(--primary-color),.9)}.cta-buttons{display:flex;gap:1rem}.service-card{padding:1.5rem;border-radius:12px;background-color:rgb(var(--card-bg));border:1px solid rgb(var(--card-border));transition:all .3s ease;box-shadow:0 4px 10px rgba(0,0,0,.05)}.service-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px rgba(0,0,0,.1)}.service-icon{width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;background-color:rgba(var(--primary-color),.15);border-radius:12px;color:rgb(var(--primary-color))}.service-card:hover .service-icon{background-color:rgba(var(--primary-color),.25)}.service-title{font-size:1.125rem;font-weight:600;margin-bottom:1rem;color:rgb(var(--foreground-rgb))}.service-list{margin-bottom:1.5rem}.service-list li{display:flex;align-items:flex-start;margin-bottom:.75rem;color:rgb(var(--secondary-color));font-size:.875rem}.bullet{margin-right:.5rem}.bullet,.learn-more{color:rgb(var(--primary-color))}.learn-more{display:flex;align-items:center;font-weight:500;font-size:.875rem;text-decoration:none;transition:all .3s ease}.learn-more:hover{color:rgba(var(--primary-color),.8)}.arrow-icon{width:1rem;height:1rem;margin-left:.25rem;transition:transform .3s ease}.learn-more:hover .arrow-icon{transform:translateX(4px)}.hero-section{background:linear-gradient(135deg,rgb(var(--background-rgb)) 0,rgba(var(--primary-color),.05) 100%);position:relative}.capibara-hero{width:200px;height:auto}@media (min-width:768px){.capibara-hero{width:300px;margin-left:2rem}}@media (max-width:768px){.capibara-hero{width:150px;margin-left:0;margin-top:2rem}}#services{background-color:rgb(var(--light-gray));position:relative;overflow:hidden}#services:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 100% 0,rgba(var(--primary-color),.08) 0,rgba(var(--light-gray),0) 60%);z-index:0}#services>div{position:relative;z-index:1}.cta-section{background-color:white;position:relative;overflow:hidden}.cta-section:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:6px;background:linear-gradient(90deg,rgb(var(--primary-color)) 0,rgb(var(--accent-color)) 100%)}#process{position:relative;overflow:hidden;background-color:white}#process:before{content:"";position:absolute;bottom:0;right:0;width:100%;height:100%;background:radial-gradient(circle at 0 100%,rgba(var(--primary-color),.08) 0,rgba(255,255,255,0) 60%);z-index:0}#process>div{position:relative;z-index:1}.process-card{padding:1.75rem;border-radius:12px;background-color:rgb(var(--card-bg));border:1px solid rgb(var(--card-border));transition:all .3s ease;box-shadow:0 4px 10px rgba(0,0,0,.05);height:100%}.process-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px rgba(0,0,0,.1)}.process-number{font-size:1.5rem;font-weight:700;color:rgb(var(--primary-color));line-height:1;opacity:.8}.service-icon .process-number{font-size:1.25rem;margin-bottom:0}.process-title{font-size:1.125rem;font-weight:600;margin-bottom:1rem;color:rgb(var(--foreground-rgb))}.process-description{color:rgb(var(--secondary-color));line-height:1.6;font-size:.875rem}.w-full{width:100%}.p-4{padding:1rem}@media (min-width:768px){.md\:w-1\/2{width:50%}.process-number{font-size:2.5rem}.process-title{font-size:1.25rem}.process-description{font-size:.9375rem}}@media (min-width:1024px){.lg\:w-5\/12{width:41.666667%}}@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@800&family=Space+Mono&family=Poppins:wght@700&display=swap");.montserrat-font{font-family:Montserrat,sans-serif;letter-spacing:.05em;text-transform:uppercase}.space-mono-font{font-family:Space Mono,monospace;letter-spacing:.1em}body{background-color:#000000;color:white;margin:0;padding:0}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-20px)}to{transform:translateY(0)}}@keyframes float-slow{0%{transform:translateY(0)}50%{transform:translateY(-15px)}to{transform:translateY(0)}}@keyframes float-medium{0%{transform:translateY(-5px)}50%{transform:translateY(-18px)}to{transform:translateY(-5px)}}@keyframes float-fast{0%{transform:translateY(-8px)}50%{transform:translateY(-20px)}to{transform:translateY(-8px)}}.animate-float{animation:float 4s ease-in-out infinite}.animate-float-slow{animation:float-slow 4.5s ease-in-out infinite}.animate-float-medium{animation:float-medium 3.5s ease-in-out infinite}.animate-float-fast{animation:float-fast 3s ease-in-out infinite}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/55c55f0601d81cf3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/26a46d62cd723877-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/97e0cb1ae144a2a9-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/581909926a08bbc8-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_e8ce0c{font-family:Inter,Inter Fallback;font-style:normal}.__variable_e8ce0c{--font-inter:"Inter","Inter Fallback"}@font-face{font-family:Montserrat;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/b1f344208eb4edfe-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Montserrat;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/48e2044251ef3125-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Montserrat;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/bf24a9759715e608-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Montserrat;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/1f173e5e25f3efee-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Montserrat;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/904be59b21bd51cb-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Montserrat Fallback;src:local("Arial");ascent-override:85.79%;descent-override:22.25%;line-gap-override:0.00%;size-adjust:112.83%}.__className_069ab3{font-family:Montserrat,Montserrat Fallback;font-style:normal}.__variable_069ab3{--font-montserrat:"Montserrat","Montserrat Fallback"}