@font-face{font-family:Targa;src:url(/assets/TARGA-rRv9ECAg.TTF)format("truetype");font-weight:400;font-style:normal}@font-face{font-family:DealerPlate;src:url(/assets/DEALERPLATE%20CALIFORNIA-DXyiRn15.TTF)format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Montserrat;src:url(/assets/MONTSERRAT-VARIABLEFONT_WGHT-BX21VzKy.TTF)format("truetype");font-weight:100 900;font-style:normal}:root{--orange:#ff6b00;--orange-dim:#c50;--dark:#1a1a1a;--dark-mid:#222;--dark-soft:#2e2e2e;--gray-mid:#888;--gray-light:#ccc;--cream:#f5f3ef;--white:#fff;--font-main:"Montserrat", sans-serif;--font-brand:"Targa", "Montserrat", sans-serif;--font-display:"DealerPlate", "Montserrat", sans-serif;--transition:.3s cubic-bezier(.4,0,.2,1);--nav-h:68px;--shadow-orange:0 8px 30px #ff6b0059}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px;overflow-x:hidden}body{font-family:var(--font-main);background:var(--white);color:var(--dark);min-width:320px;line-height:1.6;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}ul{list-style:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.container{max-width:1240px;margin:0 auto;padding:0 32px}.header{z-index:1000;-webkit-backdrop-filter:blur(12px);height:var(--nav-h);transition:box-shadow var(--transition);background:#0a0a0ab3;border-bottom:1px solid #ff6b001f;position:fixed;top:0;left:0;right:0}.header.scrolled{box-shadow:0 4px 30px #0009}.header__inner{height:var(--nav-h);justify-content:space-between;align-items:center;gap:24px;display:flex}.header__logo{align-items:center;height:42px;display:flex}.header__logo img{filter:brightness(0)invert();opacity:.92;width:auto;height:42px;transition:opacity .2s}.header__nav{align-items:center;gap:36px;display:flex}.nav-link{letter-spacing:.08em;text-transform:uppercase;color:var(--gray-light);transition:var(--transition);white-space:nowrap;border-bottom:2px solid #0000;padding:6px 0;font-size:.82rem;font-weight:600}.nav-link:hover,.nav-link.active{color:var(--white);border-color:var(--orange)}.header__cta{background:var(--orange);color:var(--white);letter-spacing:.1em;text-transform:uppercase;transition:var(--transition);white-space:nowrap;border-radius:6px;align-items:center;gap:8px;padding:10px 22px;font-size:.8rem;font-weight:700;display:inline-flex}.header__cta:hover{background:var(--orange-dim);box-shadow:var(--shadow-orange);transform:translateY(-1px)}.header__burger{flex-direction:column;gap:5px;padding:6px;display:none}.header__burger span{background:var(--white);width:24px;height:2px;transition:var(--transition);border-radius:2px;display:block}.header__burger.open span:first-child{transform:rotate(45deg)translate(5px,5px)}.header__burger.open span:nth-child(2){opacity:0}.header__burger.open span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.header__mobile-menu{top:var(--nav-h);background:var(--dark);z-index:999;border-top:1px solid #ff6b0033;flex-direction:column;gap:20px;padding:24px 32px 32px;display:none;position:fixed;left:0;right:0}.header__mobile-menu.open{display:flex}.header__mobile-menu .nav-link{color:var(--gray-light);border-bottom:none;font-size:1rem}.header__mobile-menu .nav-link:hover{color:var(--orange)}.header__mobile-menu .header__cta{align-self:flex-start}.hero{background:var(--dark);min-height:100vh;padding-top:var(--nav-h);align-items:center;display:flex;position:relative;overflow:hidden}.hero__bg-image{object-fit:cover;object-position:center top;opacity:.55;width:52%;height:100%;position:absolute;top:0;right:0}.hero__bg-overlay{background:linear-gradient(90deg, var(--dark) 42%, #1a1a1ab3 65%, #1a1a1a33 100%);position:absolute;inset:0}.hero__inner{z-index:2;grid-template-columns:1fr 1fr;align-items:center;gap:48px;width:100%;padding:80px 0 60px;display:grid;position:relative}.hero__content{max-width:520px}.hero__tag{letter-spacing:.18em;text-transform:uppercase;color:var(--orange);border:1px solid #ff6b0059;border-radius:100px;align-items:center;gap:8px;margin-bottom:28px;padding:6px 16px;font-size:.72rem;font-weight:700;animation:.7s both fadeInDown;display:inline-flex}.hero__title{font-family:var(--font-brand);color:var(--white);margin-bottom:24px;font-size:clamp(2.6rem,5vw,4.2rem);font-weight:700;line-height:1.1;animation:.7s .15s both fadeInUp}.hero__title .line-orange{color:var(--orange);display:block}.hero__subtitle{color:var(--gray-light);margin-bottom:36px;font-size:1rem;line-height:1.7;animation:.7s .25s both fadeInUp}.hero__actions{flex-wrap:wrap;gap:16px;animation:.7s .35s both fadeInUp;display:flex}.hero__form-card{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffff0f;border:1px solid #ff6b0033;border-radius:16px;padding:40px 36px;animation:.7s .2s both fadeInRight}.hero__form-card h3{font-family:var(--font-brand);color:var(--white);letter-spacing:.05em;margin-bottom:28px;font-size:1.3rem;font-weight:700}.form-group{margin-bottom:20px}.form-group label{letter-spacing:.08em;text-transform:uppercase;color:var(--orange);margin-bottom:8px;font-size:.78rem;font-weight:700;display:block}.form-group input,.form-group textarea{width:100%;color:var(--white);font-family:var(--font-main);transition:border-color var(--transition);background:#ffffff14;border:1px solid #ffffff1f;border-radius:8px;outline:none;padding:12px 16px;font-size:.92rem}.form-group input::placeholder,.form-group textarea::placeholder{color:#ffffff4d}.form-group input:focus,.form-group textarea:focus{border-color:var(--orange)}.btn{font-family:var(--font-main);letter-spacing:.06em;text-transform:uppercase;transition:var(--transition);cursor:pointer;white-space:nowrap;border:none;border-radius:8px;align-items:center;gap:8px;padding:14px 28px;font-size:.88rem;font-weight:700;display:inline-flex}.btn--orange{background:var(--orange);color:var(--white);box-shadow:var(--shadow-orange)}.btn--orange:hover{background:var(--orange-dim);transform:translateY(-2px);box-shadow:0 12px 40px #ff6b0080}.btn--whatsapp{color:var(--white);background:linear-gradient(135deg,#25d366,#128c7e);box-shadow:0 8px 24px #25d3664d}.btn--whatsapp:hover{transform:translateY(-2px);box-shadow:0 12px 40px #25d36680}.btn--dark{background:var(--dark);color:var(--white);border:1px solid #ffffff26}.btn--dark:hover{background:var(--dark-soft);border-color:var(--orange);color:var(--orange)}.btn--outline-orange{color:var(--orange);border:2px solid var(--orange);background:0 0}.btn--outline-orange:hover{background:var(--orange);color:var(--white)}.btn--full{justify-content:center;width:100%}.stats-bar{background:var(--white);border-bottom:1px solid #e8e8e8;padding:32px 0}.stats-bar__inner{align-items:center;gap:48px;display:flex}.stats-bar__logo{opacity:.18;flex-shrink:0;width:64px}.stats-bar__divider{background:#e0e0e0;flex-shrink:0;width:1px;height:48px}.stats-bar__items{flex:1;gap:56px;display:flex}.stat-item{align-items:center;gap:16px;display:flex}.stat-item__icon{flex-shrink:0;width:48px;height:48px}.stat-item__icon img{width:100%;height:auto}.stat-item__num{font-family:var(--font-brand);color:var(--dark);font-size:2rem;font-weight:700;line-height:1}.stat-item__label{color:var(--gray-mid);margin-top:2px;font-size:.78rem}.section{padding:96px 0}.section-tag{letter-spacing:.18em;text-transform:uppercase;color:var(--orange);border:1px solid #ff6b004d;border-radius:100px;align-items:center;gap:8px;margin-bottom:14px;padding:5px 14px;font-size:.7rem;font-weight:700;display:inline-flex}.section-title{font-family:var(--font-brand);color:var(--dark);margin-bottom:16px;font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.15}.section-title--light{color:var(--white)}.section-subtitle{color:var(--gray-mid);max-width:540px;font-size:1rem;line-height:1.7}.section-header{margin-bottom:56px}.section-header--center{text-align:center}.section-header--center .section-subtitle{margin:0 auto}.about{background:var(--cream);padding:96px 0}.about__inner{grid-template-columns:1fr 1fr;align-items:center;gap:72px;display:grid}.about__image-wrap{position:relative}.about__photo{object-fit:cover;aspect-ratio:4/5;border-radius:16px;width:100%;box-shadow:0 24px 64px #0000002e}.about__orange-bar{background:var(--orange);z-index:-1;border-radius:12px;width:80px;height:80px;position:absolute;bottom:-16px;left:-16px}.about__text .section-title{color:var(--dark)}.about__desc{color:#555;margin-bottom:16px;font-size:1rem;line-height:1.8}.about__card{background:var(--white);border-left:4px solid var(--orange);border-radius:14px;margin-top:28px;padding:28px 30px;box-shadow:0 4px 20px #0000000f}.about__card .card-num{color:var(--orange);letter-spacing:.1em;margin-bottom:10px;font-size:.78rem;font-weight:700}.about__card p{color:#444;font-size:.95rem;line-height:1.7}.about__card strong{color:var(--dark)}.services{background:var(--dark);padding:96px 0}.services__grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px;margin-top:56px;display:grid}.service-card{-webkit-backdrop-filter:blur(10px);background:#ffffff05;border:1px solid #ffffff0f;border-radius:20px;padding:40px 32px;transition:all .4s cubic-bezier(.25,1,.5,1);position:relative;overflow:hidden;box-shadow:0 10px 30px #0003}.service-card:before{content:"";background:var(--orange);transform-origin:0;width:100%;height:3px;transition:transform var(--transition);position:absolute;top:0;left:0;transform:scaleX(0)}.service-card:hover{background:#ff6b000d;border-color:#ff6b0080;transform:translateY(-8px);box-shadow:0 15px 40px #ff6b0026}.service-card:hover:before{transform:scaleX(1)}.service-card__icon{background:#ff6b001f;border-radius:10px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:20px;display:flex}.service-card__icon svg{width:24px;height:24px}.service-card__title{font-family:var(--font-brand);color:var(--white);margin-bottom:12px;font-size:1.05rem;font-weight:700}.service-card__desc{color:#ffffff80;font-size:.88rem;line-height:1.7}.service-card__link{letter-spacing:.06em;text-transform:uppercase;color:var(--orange);transition:gap var(--transition);align-items:center;gap:6px;margin-top:20px;font-size:.8rem;font-weight:700;display:inline-flex}.service-card__link:hover{gap:10px}.cases{background:#888;padding:96px 0;position:relative;overflow:hidden}.cases__title-bg{font-family:var(--font-display);color:#0000;-webkit-text-stroke:2px #fff3;letter-spacing:-.02em;-webkit-user-select:none;user-select:none;white-space:nowrap;font-size:clamp(8rem,18vw,16rem);font-weight:700;line-height:1;position:absolute;bottom:20px;left:0}.cases__header{z-index:2;justify-content:space-between;align-items:flex-start;gap:24px;display:flex;position:relative}.cases__label{font-family:var(--font-brand);color:var(--white);text-align:right;font-size:clamp(1.2rem,2.5vw,1.6rem);font-weight:700;line-height:1.2}.cases__label .word-studio{font-weight:900}.cases__label .word-expansion{color:#fff9}.testimonials{background:var(--white);padding:96px 0}.testimonials__mosaic{border-radius:16px;width:100%;margin-top:48px;overflow:hidden;box-shadow:0 24px 80px #0000001f}.testimonials__mosaic img{width:100%;height:auto;display:block}.testimonials__slider{margin-top:56px;position:relative}.swiper-outer{overflow:hidden}.testimonial-card{background:var(--cream);border-top:3px solid var(--orange);border-radius:16px;padding:36px 32px}.testimonial-card__text{color:#444;margin-bottom:20px;font-size:.95rem;font-style:italic;line-height:1.8}.testimonial-card__author{color:var(--dark);font-size:.9rem;font-weight:700}.testimonial-card__company{color:var(--orange);font-size:.82rem}.contact{background:var(--dark);padding:96px 0}.contact__inner{grid-template-columns:1fr 1fr;align-items:start;gap:64px;display:grid}.contact__info .section-title{color:var(--white)}.contact__info .section-subtitle{color:#ffffff8c}.contact__details{flex-direction:column;gap:20px;margin-top:36px;display:flex}.contact__item{color:var(--gray-light);align-items:center;gap:16px;font-size:.95rem;display:flex}.contact__item svg{color:var(--orange);flex-shrink:0}.contact__item a{color:inherit;transition:color var(--transition)}.contact__item a:hover{color:var(--orange)}.contact__form{background:#ffffff0a;border:1px solid #ff6b0026;border-radius:18px;padding:40px 36px}.contact__form h3{font-family:var(--font-brand);color:var(--white);margin-bottom:28px;font-size:1.3rem;font-weight:700}.footer{background:#111;border-top:1px solid #ff6b0026;padding:24px 0}.footer__inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;display:flex}.footer__logo img{height:32px}.footer__copy{color:#ffffff4d;letter-spacing:.08em;text-transform:uppercase;font-size:.78rem}.footer__socials{align-items:center;gap:16px;display:flex}.footer__social-link{width:36px;height:36px;transition:var(--transition);background:#ffffff0f;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;display:flex}.footer__social-link:hover{background:var(--orange);border-color:var(--orange)}.footer__social-link svg{width:16px;height:16px;color:var(--white)}.whatsapp-float{z-index:9999;width:56px;height:56px;transition:transform var(--transition), box-shadow var(--transition);background:linear-gradient(135deg,#25d366,#128c7e);border-radius:50%;justify-content:center;align-items:center;animation:2.5s infinite pulse-green;display:flex;position:fixed;bottom:28px;right:24px;box-shadow:0 8px 32px #25d36680}.whatsapp-float:hover{transform:scale(1.1);box-shadow:0 12px 40px #25d366b3}.whatsapp-float svg{width:28px;height:28px;color:var(--white)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes pulse-green{0%,to{box-shadow:0 8px 32px #25d36680}50%{box-shadow:0 8px 48px #25d366cc}}@keyframes countUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.reveal{transition:opacity .7s,transform .7s}.reveal.visible{opacity:1;transform:translateY(0)}@media (width<=1024px){.hero__inner{grid-template-columns:1fr}.hero__bg-image{opacity:.3;width:100%}.hero__bg-overlay{background:linear-gradient(#1a1a1ad9 0%,#1a1a1ab3 100%)}.hero__form-card{max-width:520px}.about__inner{grid-template-columns:1fr}.about__photo{max-height:460px}.contact__inner{grid-template-columns:1fr}.stats-bar__items{gap:32px}}@media (width<=768px){.header__nav,.header__cta.desktop-only{display:none}.header__burger{display:flex}.container{padding:0 20px}.section,.about,.services,.cases,.testimonials,.contact{padding:64px 0}.hero{min-height:auto;padding-top:calc(var(--nav-h) + 16px)}.hero__inner{gap:32px;padding:40px 0 48px}.hero__form-card{padding:28px 24px}.stats-bar__inner{flex-wrap:wrap;gap:24px}.stats-bar__logo,.stats-bar__divider{display:none}.stats-bar__items{flex-wrap:wrap;gap:24px}.contact__form{padding:28px 24px}.cases__header{flex-direction:column}.footer__inner{text-align:center;flex-direction:column}}@media (width<=480px){.hero__actions{flex-direction:column}.btn{justify-content:center;width:100%}.hero__title{font-size:2.2rem}.services__grid{grid-template-columns:1fr}}@media (width<=768px){.pendulum-fixed,.header__badge{display:none}}
