*,*::before,*::after{margin:0;padding:0;box-sizing:border-box;position:relative}a{color:inherit;cursor:pointer;min-width:fit-content;text-decoration:none}button{background:transparent;border:none;cursor:pointer;display:inline-block;min-width:fit-content;text-align:center;user-select:none}fieldset{border:none}li{list-style:none;min-width:fit-content}button,input,textarea{font:inherit}img,svg{aspect-ratio:1 / 1;display:block;height:auto;width:100%;object-fit:cover;object-position:center}html{scroll-behavior:smooth}html,body{line-height:1.4;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-feature-settings:"liga","kern"}:root{--box-shadow:0 4px 12px rgb(0 0 0 / 0.1)}.shadow{box-shadow:var(--box-shadow)}.sticky-top{position:sticky;top:0;z-index:1000}.border-radius-1{border-radius:1rem}.border-radius-2{border-radius:2rem}.bg-noise{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" ><filter id="noiseFilter"><feTurbulence type="fractalNoise" baseFrequency="0.02" numOctaves="2" stitchTiles="stitch" /></filter><rect width="100%" height="100%" filter="url(%23noiseFilter)" opacity="0.05" /></svg>');background-repeat:repeat;background-size:auto,1.25rem 1.25rem}.sr-only{position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0,0,0,0) !important;white-space:nowrap !important;border:0 !important}.gotcha{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden;border:0}:root{--blue-100:#ebf8ff;--blue-500:#3c507a;--blue-700:#16263e;--gray-100:#f8f9fa;--gray-300:#dee2e6;--gray-700:#495057;--gray-900:#212529;--green-500:#28a745;--red-500:#cf2127;--white:#ffffff;--black:#000000}body{background-color:var(--white);color:var(--blue-700)}.bg-primary{background-color:var(--blue-700)}.bg-red{background-color:var(--red-500)}.bg-light{background-color:var(--white)}.bg-gradient-white-blue-white{background-image:linear-gradient( to bottom,var(--white) 0%,rgba(236,248,255,0.8) 15%,var(--blue-100) 40%,var(--blue-100) 60%,rgba(236,248,255,0.8) 85%,var(--white) 100% )}.bg-gradient-blue-white{background-image:linear-gradient( to bottom,var(--blue-100) 0%,rgba(236,248,255,0.9) 30%,rgba(255,255,255,0.7) 70%,var(--white) 100% )}.text-light{color:var(--white)}.text-accent{color:var(--blue-500)}.animate-fade-up{opacity:0;transform:translateY(50px);transition:opacity 0.6s ease-out,transform 0.6s ease-out;will-change:opacity,transform}.animate-fade-up.visible{opacity:1;transform:translateY(0)}.animate-pulse{animation:pulseInOut 4s ease-in-out infinite}@keyframes pulseInOut{0%{opacity:0;transform:translateY(20px)}10%{opacity:1;transform:translateY(0)}40%{opacity:1}50%{opacity:0;transform:translateY(-10px)}100%{opacity:0;transform:translateY(20px)}}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif}.text-sm{font-size:0.875rem}.text-md{font-size:1rem}.text-lg{font-size:clamp(1.375rem,1.5vw + 0.25rem,1.5rem)}.text-xl{font-size:clamp(3.5rem,6vw + 1rem,5rem);line-height:1;font-weight:700}.text-bold{font-weight:bold}.text-center{text-align:center}.text-logo{font-family:Verdana,Geneva,Tahoma,sans-serif;font-size:1.8rem}@media (min-width:1024px){.lg\:text-center{text-align:center}}.container{margin:0 auto}.w-100{width:100%}.max-w-content{max-width:max-content}.min-h-90vh{min-height:90vh}@media (min-width:768px){.container{max-width:60%}}@media (min-width:1024px){.container{max-width:1280px}}.flex{display:flex}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-row-reverse{flex-direction:row-reverse}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.flex-wrap-reverse{flex-wrap:wrap-reverse}.flex-nowrap{flex-wrap:nowrap}.items-start{align-items:flex-start}.items-center{align-items:center}.items-end{align-items:flex-end}.items-stretch{align-items:stretch}.justify-start{justify-content:flex-start}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.justify-evenly{justify-content:space-evenly}@media (min-width:1024px){.lg\:flex{display:flex}.lg\:items-center{align-items:center}.lg\:justify-center{justify-content:center}}.grid{display:grid}.grid-col-2{grid-template-columns:repeat(2,1fr)}.grid-col-4{grid-template-columns:repeat(4,1fr)}@media (min-width:768px){.md\:grid-col-2{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.lg\:grid-col-2{grid-template-columns:repeat(2,1fr)}.lg\:grid-col-4{grid-template-columns:repeat(4,1fr)}.grid-wrap-reverse{grid-auto-flow:row}.grid-wrap-reverse > *:first-child{order:2}.grid-wrap-reverse > *:last-child{order:1}}:root{--space-xs:0.25rem;--space-sm:0.5rem;--space-md:1rem;--space-lg:1.5rem;--space-xl:2rem;--space-2xl:3rem;--space-3xl:4rem}.p-xs{padding:var(--space-xs)}.p-sm{padding:var(--space-sm)}.p-md{padding:var(--space-md)}.p-lg{padding:var(--space-lg)}.p-xl{padding:var(--space-xl)}.p-2xl{padding:var(--space-2xl)}.p-3xl{padding:var(--space-3xl)}.px-xs{padding-left:var(--space-xs);padding-right:var(--space-xs)}.px-sm{padding-left:var(--space-sm);padding-right:var(--space-sm)}.px-md{padding-left:var(--space-md);padding-right:var(--space-md)}.px-lg{padding-left:var(--space-lg);padding-right:var(--space-lg)}.px-xl{padding-left:var(--space-xl);padding-right:var(--space-xl)}.px-2xl{padding-left:var(--space-2xl);padding-right:var(--space-2xl)}.px-3xl{padding-left:var(--space-3xl);padding-right:var(--space-3xl)}.py-xs{padding-top:var(--space-xs);padding-bottom:var(--space-xs)}.py-sm{padding-top:var(--space-sm);padding-bottom:var(--space-sm)}.py-md{padding-top:var(--space-md);padding-bottom:var(--space-md)}.py-lg{padding-top:var(--space-lg);padding-bottom:var(--space-lg)}.py-xl{padding-top:var(--space-xl);padding-bottom:var(--space-xl)}.py-2xl{padding-top:var(--space-2xl);padding-bottom:var(--space-2xl)}.py-3xl{padding-top:var(--space-3xl);padding-bottom:var(--space-3xl)}.pt-xs{padding-top:var(--space-xs)}.pt-sm{padding-top:var(--space-sm)}.pt-md{padding-top:var(--space-md)}.pt-lg{padding-top:var(--space-lg)}.pt-xl{padding-top:var(--space-xl)}.pt-2xl{padding-top:var(--space-2xl)}.pt-3xl{padding-top:var(--space-3xl)}.pr-xs{padding-right:var(--space-xs)}.pr-sm{padding-right:var(--space-sm)}.pr-md{padding-right:var(--space-md)}.pr-lg{padding-right:var(--space-lg)}.pr-xl{padding-right:var(--space-xl)}.pr-2xl{padding-right:var(--space-2xl)}.pr-3xl{padding-right:var(--space-3xl)}.pb-xs{padding-bottom:var(--space-xs)}.pb-sm{padding-bottom:var(--space-sm)}.pb-md{padding-bottom:var(--space-md)}.pb-lg{padding-bottom:var(--space-lg)}.pb-xl{padding-bottom:var(--space-xl)}.pb-2xl{padding-bottom:var(--space-2xl)}.pb-3xl{padding-bottom:var(--space-3xl)}.pl-xs{padding-left:var(--space-xs)}.pl-sm{padding-left:var(--space-sm)}.pl-md{padding-left:var(--space-md)}.pl-lg{padding-left:var(--space-lg)}.pl-xl{padding-left:var(--space-xl)}.pl-2xl{padding-left:var(--space-2xl)}.pl-3xl{padding-left:var(--space-3xl)}.gap-xs{gap:var(--space-xs)}.gap-sm{gap:var(--space-sm)}.gap-md{gap:var(--space-md)}.gap-lg{gap:var(--space-lg)}.gap-xl{gap:var(--space-xl)}.gap-2xl{gap:var(--space-2xl)}.gap-3xl{gap:var(--space-3xl)}.nav-list{display:flex;gap:1.5rem}.nav-toggle{display:none;padding:0.5rem;z-index:1100}.nav-toggle:hover{cursor:pointer}.nav-toggle span{display:block;width:25px;height:2px;background-color:var(--blue-700);margin:5px 0;transition:all 0.3s ease;transform-origin:center}.nav-toggle span:nth-child(2){transform:translateX(-6px);transition:transform 0.3s ease,opacity 0.3s ease}.nav-toggle.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav-toggle.open span:nth-child(2){opacity:0;transform:translateX(-6px)}.nav-toggle.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media (max-width:768px){.nav{position:absolute;top:100%;left:0;right:0;background:white;max-height:0;overflow:hidden;transition:max-height 0.4s ease-out;will-change:max-height;box-shadow:var(--box-shadow)}.nav.open{max-height:500px}.nav-toggle{display:block}.nav-list{flex-direction:column;align-items:center;padding:1rem}}.hero-image{max-width:500px;border-radius:1rem}.icon{width:2.5rem}@media (min-width:768px){.icon{width:3rem}}.invoice{position:absolute;opacity:0;transform:translateY(20px)}.invoice-1{top:20%;left:5%;transform:translateY(-50%);animation-delay:1s}.invoice-2{top:50%;right:5%;transform:translateY(-50%);animation-delay:2s}.invoice-3{top:80%;left:5%;transform:translateY(-50%);animation-delay:3s}form{max-width:800px;width:100%;padding:1.5rem 2rem;background:#fff;border-radius:1rem;box-shadow:var(--box-shadow)}legend{font-weight:700;font-size:1.25rem;color:var(--blue-700);margin-bottom:1rem}label{font-weight:600;color:var(--blue-700)}input,textarea{padding:0.6rem 0.8rem;font-size:1rem;border:1.8px solid var(--gray-300);border-radius:6px;transition:border-color 0.3s ease;font-family:inherit;resize:vertical;min-height:40px}input:focus,textarea:focus{outline:none;border-color:var(--blue-700);box-shadow:0 0 5px rgba(0,120,215,0.5)}