@font-face{font-family:'Roboto';src:url('../assets/font/Roboto-Medium.woff2') format('woff2');font-weight:400;font-style:normal;font-display:swap;}@font-face{font-family:'Roboto';src:url('../assets/font/Roboto-Medium.woff2') format('woff2');font-weight:500;font-style:normal;font-display:swap;}@font-face{font-family:'Roboto';src:url('../assets/font/Roboto-Bold.woff2') format('woff2');font-weight:600;font-style:normal;font-display:swap;}@font-face{font-family:'Roboto';src:url('../assets/font/Roboto-Bold.woff2') format('woff2');font-weight:700;font-style:normal;font-display:swap;}:root{--color-navy:#1a1a1f;--color-navy-light:#2a2a32;--color-yellow:#f5b800;--color-yellow-dark:#d9a300;--color-white:#ffffff;--color-gray-50:#f5f5f7;--color-gray-100:#e8e8ec;--color-gray-400:#8a8a94;--color-gray-600:#5a5a5f;--color-text:#1a1a1f;--font-family:'Roboto',system-ui,-apple-system,sans-serif;--container-max:72rem;--header-height:4.5rem;--radius:0.1rem;--radius-lg:0.3rem;--shadow-sm:0 1px 3px rgba(26,26,31,0.08);--shadow-md:0 4px 16px rgba(26,26,31,0.1);--transition:0.2s ease;}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}html{scroll-behavior:smooth;}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto;}*,*::before,*::after{animation-duration:0.01ms !important;animation-iteration-count:1 !important;transition-duration:0.01ms !important;}}body{font-family:var(--font-family);font-size:1rem;line-height:1.6;color:var(--color-text);background:var(--color-white);-webkit-font-smoothing:antialiased;}img{display:block;max-width:100%;height:auto;}a{color:inherit;text-decoration:none;}ul,ol{list-style:none;}.container{width:100%;max-width:var(--container-max);margin-inline:auto;padding-inline:1.25rem;}.section{padding-block:4rem;content-visibility:auto;contain-intrinsic-size:auto 600px;}.section--gray{background:var(--color-gray-50);}.section--dark{background:var(--color-navy);background-image:repeating-linear-gradient( 0deg,transparent,transparent 39px,rgba(245,184,0,0.04) 39px,rgba(245,184,0,0.04) 40px ),repeating-linear-gradient( 90deg,transparent,transparent 39px,rgba(245,184,0,0.04) 39px,rgba(245,184,0,0.04) 40px );}.section__header{text-align:center;margin-bottom:2.5rem;}.section__title{font-size:clamp(1.5rem,4vw,2rem);font-weight:700;line-height:1.25;color:var(--color-text);}.section__title--light{color:var(--color-white);}.section__subtitle{margin-top:0.75rem;font-size:1.0625rem;color:var(--color-gray-600);}.btn{display:inline-flex;align-items:center;justify-content:center;gap:0.5rem;padding:0.75rem 1.5rem;font-family:inherit;font-size:0.9375rem;font-weight:600;line-height:1.2;border:2px solid transparent;border-radius:var(--radius);cursor:pointer;transition:background var(--transition),color var(--transition),border-color var(--transition),transform var(--transition);white-space:nowrap;}.btn--primary{background:var(--color-yellow);color:var(--color-navy);border-color:var(--color-yellow);}.btn--primary:hover,.btn--primary:focus-visible{background:var(--color-yellow-dark);border-color:var(--color-yellow-dark);}.btn--dark{background:var(--color-navy);color:var(--color-white);border-color:var(--color-navy);}.btn--dark:hover,.btn--dark:focus-visible{background:var(--color-navy-light);border-color:var(--color-navy-light);}.btn--outline{background:transparent;color:var(--color-navy);border-color:var(--color-navy);}.btn--outline:hover,.btn--outline:focus-visible{background:var(--color-navy);color:var(--color-white);}.btn--lg{padding:1rem 2rem;font-size:1.0625rem;}.img-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;min-height:12rem;background:var(--color-navy-light);background-image:repeating-linear-gradient( 0deg,transparent,transparent 19px,rgba(245,184,0,0.08) 19px,rgba(245,184,0,0.08) 20px ),repeating-linear-gradient( 90deg,transparent,transparent 19px,rgba(245,184,0,0.08) 19px,rgba(245,184,0,0.08) 20px );border:1px dashed rgba(245,184,0,0.3);}.img-placeholder__label{padding:1rem;font-size:0.8125rem;font-weight:500;color:rgba(255,255,255,0.5);text-align:center;text-transform:uppercase;letter-spacing:0.05em;}.header{position:fixed;top:0;left:0;right:0;z-index:100;height:var(--header-height);background:var(--color-white);border-bottom:1px solid var(--color-gray-100);}.header__inner{display:flex;align-items:center;justify-content:space-between;height:100%;gap:1rem;}.header__logo img{height:2.5rem;width:auto;}.header__phone{display:none;}.header__toggle{display:flex;flex-direction:column;justify-content:center;gap:5px;width:2.5rem;height:2.5rem;padding:0.5rem;background:none;border:none;cursor:pointer;}.header__toggle-bar{display:block;width:100%;height:2px;background:var(--color-navy);border-radius:1px;transition:transform var(--transition),opacity var(--transition);}.header__toggle[aria-expanded="true"] .header__toggle-bar:nth-child(1){transform:translateY(7px) rotate(45deg);}.header__toggle[aria-expanded="true"] .header__toggle-bar:nth-child(2){opacity:0;}.header__toggle[aria-expanded="true"] .header__toggle-bar:nth-child(3){transform:translateY(-7px) rotate(-45deg);}.header__nav{position:fixed;top:var(--header-height);left:0;right:0;background:var(--color-white);border-bottom:1px solid var(--color-gray-100);padding:1rem 1.25rem 1.5rem;transform:translateY(-120%);opacity:0;visibility:hidden;transition:transform var(--transition),opacity var(--transition),visibility var(--transition);}.header__nav.is-open{transform:translateY(0);opacity:1;visibility:visible;}.header__nav-list{display:flex;flex-direction:column;gap:0.25rem;}.header__nav-link{display:block;padding:0.75rem 0;font-weight:500;color:var(--color-text);border-bottom:1px solid var(--color-gray-100);}.header__nav-link:hover,.header__nav-link:focus-visible{color:var(--color-yellow-dark);}.hero{position:relative;display:flex;align-items:flex-end;min-height:100vh;min-height:100dvh;padding-top:var(--header-height);overflow:hidden;}.hero__media{position:absolute;inset:0;}.hero__image{width:100%;height:100%;object-fit:cover;object-position:center;}.hero__overlay{position:absolute;inset:0;background:linear-gradient( to top,rgba(26,26,31,0.95) 0%,rgba(26,26,31,0.7) 40%,rgba(26,26,31,0.4) 100% );}.hero__content{position:relative;z-index:1;padding-block:3rem 5rem;max-width:42rem;}.hero__title{font-size:clamp(1.75rem,5vw,2.75rem);font-weight:700;line-height:1.2;color:var(--color-white);}.hero__subtitle{margin-top:1.25rem;font-size:clamp(1rem,2.5vw,1.125rem);line-height:1.6;color:rgba(255,255,255,0.85);}.hero__cta{margin-top:2rem;}.hero__stats{margin-top:1.5rem;font-size:0.875rem;font-weight:500;color:var(--color-yellow);letter-spacing:0.02em;}.trust__stats{display:grid;grid-template-columns:1fr;gap:1rem;margin-bottom:2rem;}.stat-card{padding:1.5rem;text-align:center;background:var(--color-white);border:1px solid var(--color-gray-100);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);}.stat-card__number{display:block;font-size:2.25rem;font-weight:700;line-height:1;color:var(--color-navy);}.stat-card__label{display:block;margin-top:0.5rem;font-size:0.875rem;color:var(--color-gray-600);}.trust__list{display:flex;flex-direction:column;gap:0.75rem;}.trust__item{display:flex;align-items:center;gap:0.75rem;font-size:0.9375rem;font-weight:500;color:var(--color-text);}.trust__icon{flex-shrink:0;width:1.25rem;height:1.25rem;color:var(--color-yellow-dark);}.services__grid{display:grid;grid-template-columns:1fr;gap:1.25rem;}.service-card{padding:1.75rem;background:var(--color-white);border:1px solid var(--color-gray-100);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:box-shadow var(--transition),border-color var(--transition);}.service-card:hover{box-shadow:var(--shadow-md);border-color:rgba(245,184,0,0.3);}.service-card__icon{width:2.5rem;height:2.5rem;margin-bottom:1rem;color:var(--color-yellow-dark);}.service-card__icon svg{width:100%;height:100%;}.service-card__title{font-size:1.0625rem;font-weight:600;line-height:1.35;color:var(--color-navy);}.service-card__text{margin-top:0.625rem;font-size:0.9375rem;color:var(--color-gray-600);line-height:1.55;}.service-card--secondary{border-style:dashed;background:transparent;}.technical .section__title{text-align:center;margin-bottom:2rem;}.technical__list{display:flex;flex-direction:column;gap:1rem;max-width:36rem;margin-inline:auto;}.technical__item{position:relative;padding-left:1.75rem;font-size:1rem;font-weight:500;color:rgba(255,255,255,0.9);line-height:1.5;}.technical__item::before{content:'';position:absolute;left:0;top:0.55em;width:0.5rem;height:0.5rem;background:var(--color-yellow);border-radius:1px;}.process__steps{display:grid;grid-template-columns:1fr;gap:1.5rem;counter-reset:step;}.process__step{position:relative;padding:1.5rem;padding-left:4.5rem;background:var(--color-gray-50);border:1px solid var(--color-gray-100);border-radius:var(--radius-lg);}.process__number{position:absolute;left:1.5rem;top:1.5rem;display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;font-size:0.9375rem;font-weight:700;color:var(--color-navy);background:var(--color-yellow);border-radius:var(--radius);}.process__step-title{font-size:1.0625rem;font-weight:600;color:var(--color-navy);}.process__step-text{margin-top:0.5rem;font-size:0.9375rem;color:var(--color-gray-600);line-height:1.55;}.gallery__grid{display:grid;grid-template-columns:1fr;gap:1.25rem;}.gallery__item{position:relative;overflow:hidden;border-radius:var(--radius-lg);background:var(--color-navy);}.gallery__item img,.gallery__placeholder{width:100%;aspect-ratio:3 / 2;object-fit:cover;}.gallery__placeholder{min-height:auto;}.gallery__label{position:absolute;bottom:0;left:0;right:0;padding:0.75rem 1rem;font-size:0.8125rem;font-weight:600;color:var(--color-white);background:linear-gradient(transparent,rgba(26,26,31,0.85));text-transform:uppercase;letter-spacing:0.04em;}.brands__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;align-items:center;}.brands__item{display:flex;align-items:center;justify-content:center;padding:1.25rem;background:var(--color-white);border:1px solid var(--color-gray-100);border-radius:var(--radius);}.brands__item img{max-height:2.5rem;width:auto;object-fit:contain;filter:grayscale(30%);opacity:0.85;transition:filter var(--transition),opacity var(--transition);}.brands__item:hover img{filter:grayscale(0%);opacity:1;}.photo-gallery__viewport{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity;scrollbar-width:thin;scrollbar-color:var(--color-gray-400) transparent;margin-inline:-1.25rem;padding-inline:1.25rem;}.photo-gallery__viewport::-webkit-scrollbar{height:6px;}.photo-gallery__viewport::-webkit-scrollbar-thumb{background:var(--color-gray-400);border-radius:3px;}.photo-gallery__grid{--photo-gallery-gap:0.75rem;--photo-gallery-col:calc((100vw - 2.5rem - var(--photo-gallery-gap)) / 2);display:grid;grid-template-rows:repeat(3,var(--photo-gallery-col));grid-auto-flow:column;grid-auto-columns:var(--photo-gallery-col);gap:var(--photo-gallery-gap);width:max-content;}.photo-gallery__item{aspect-ratio:1;margin:0;overflow:hidden;border-radius:var(--radius-lg);background:var(--color-navy-light);}.photo-gallery__item img{width:100%;height:100%;object-fit:cover;object-position:center;}.photo-gallery__hint{margin-top:1rem;text-align:center;font-size:0.8125rem;color:var(--color-gray-600);}.contact__block{padding:2.5rem 1.5rem;text-align:center;background:var(--color-yellow);border-radius:var(--radius-lg);}.contact__title{font-size:clamp(1.375rem,4vw,1.75rem);font-weight:700;line-height:1.3;color:var(--color-navy);}.contact__text{margin-top:0.75rem;font-size:1.0625rem;color:var(--color-navy);opacity:0.85;}.contact__actions{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-top:1.75rem;}.contact__email{font-size:1rem;font-weight:500;color:var(--color-navy);text-decoration:underline;text-underline-offset:3px;}.contact__email:hover,.contact__email:focus-visible{opacity:0.75;}.contact__whatsapp{background:var(--color-white);}.footer{background:var(--color-navy);color:rgba(255,255,255,0.85);}.footer__inner{display:grid;grid-template-columns:1fr;gap:2rem;padding-block:3rem;}.footer__logo img{height:2.25rem;width:auto;}.footer__desc{margin-top:1rem;font-size:0.9375rem;line-height:1.55;color:rgba(255,255,255,0.65);max-width:22rem;}.footer__heading{font-size:0.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:0.06em;color:var(--color-yellow);margin-bottom:1rem;}.footer__nav,.footer__contact-list{display:flex;flex-direction:column;gap:0.5rem;}.footer__nav a,.footer__contact-list a{font-size:0.9375rem;color:rgba(255,255,255,0.75);transition:color var(--transition);}.footer__nav a:hover,.footer__nav a:focus-visible,.footer__contact-list a:hover,.footer__contact-list a:focus-visible{color:var(--color-yellow);}.footer__contact-list li{font-size:0.9375rem;color:rgba(255,255,255,0.65);}.footer__bottom{padding-block:1.25rem;border-top:1px solid rgba(255,255,255,0.1);}.footer__bottom p{font-size:0.8125rem;color:rgba(255,255,255,0.45);text-align:center;}.sticky-call{position:fixed;bottom:0;left:0;right:0;z-index:90;display:flex;align-items:center;justify-content:center;gap:0.625rem;padding:1rem;font-size:1.0625rem;font-weight:700;color:var(--color-navy);background:var(--color-yellow);box-shadow:0 -4px 20px rgba(26,26,31,0.15);transition:transform var(--transition),opacity var(--transition);}.sticky-call svg{width:1.25rem;height:1.25rem;}.sticky-call:hover,.sticky-call:focus-visible{background:var(--color-yellow-dark);}.sticky-call.is-hidden{transform:translateY(100%);opacity:0;pointer-events:none;}body{padding-bottom:3.75rem;}@media (min-width:40rem){.trust__stats{grid-template-columns:repeat(3,1fr);}.trust__list{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:1.5rem 2.5rem;}.services__grid{grid-template-columns:repeat(2,1fr);}.gallery__grid{grid-template-columns:repeat(2,1fr);}.brands__grid{grid-template-columns:repeat(3,1fr);}.footer__inner{grid-template-columns:2fr 1fr 1fr;}}@media (min-width:48rem){.header__toggle{display:none;}.header__nav{position:static;transform:none;opacity:1;visibility:visible;padding:0;border:none;background:none;}.header__nav-list{flex-direction:row;gap:0.25rem;}.header__nav-link{padding:0.5rem 0.875rem;font-size:0.875rem;border:none;border-radius:var(--radius);}.header__nav-link:hover,.header__nav-link:focus-visible{background:var(--color-gray-50);}.header__phone{display:inline-flex;flex-shrink:0;font-size:0.8125rem;}.services__grid{grid-template-columns:repeat(3,1fr);}.service-card:first-child{grid-column:span 1;}.process__steps{grid-template-columns:repeat(4,1fr);}.process__step{padding:1.5rem 1.25rem;padding-top:4rem;text-align:center;}.process__number{left:50%;top:1.25rem;transform:translateX(-50%);}.gallery__grid{grid-template-columns:repeat(3,1fr);}.photo-gallery__viewport{overflow:visible;margin-inline:0;padding-inline:0;}.photo-gallery__grid{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:none;grid-auto-flow:row;grid-auto-columns:unset;width:100%;gap:1rem;}.photo-gallery__hint{display:none;}.contact__block{padding:3.5rem 3rem;}.contact__actions{flex-direction:row;flex-wrap:wrap;justify-content:center;}.sticky-call{display:none;}body{padding-bottom:0;}}@media (min-width:64rem){.section{padding-block:5rem;}.hero__content{padding-block:4rem 6rem;}.services__grid{grid-template-columns:repeat(3,1fr);}}