.hero{padding:84px 0 150px;background:linear-gradient( 180deg,var(--hero-bg-start) 0%,var(--page-bg) 100% );overflow:hidden}.hero__inner{display:grid;grid-template-columns:1.05fr 0.95fr;gap:48px;align-items:center;min-height:440px}.hero__title{display:flex;flex-direction:column;font-size:clamp(2.3rem,4.6vw,3.6rem);margin-bottom:22px}.hero__title-line--dark{color:var(--black)}.hero__title-line--accent{color:var(--blue)}.hero__subtitle{font-size:1.1rem;color:var(--gray-medium);max-width:460px;margin-bottom:34px;line-height:1.65}.hero__actions{display:flex;gap:14px;flex-wrap:wrap}.hero__visual{position:relative;min-height:440px}.device-panel{position:relative;width:100%;height:440px;background:transparent !important;box-shadow:none !important;overflow:visible}.device-panel__core{position:absolute;top:50%;left:50%;width:100px;height:230px;transform:translate(-50%,-50%);border-radius:50px;background:linear-gradient( 180deg,var(--blue-bright),var(--blue) );box-shadow:0 0 35px rgba(0,102,255,0.16),0 0 80px rgba(0,102,255,0.08);animation:pulse-glow 4s ease-in-out infinite}.hero-pc{position:absolute;z-index:2;width:92%;max-width:520px;left:50%;top:50%;transform:translate(-50%,-50%);object-fit:contain;filter:drop-shadow( 0 28px 40px rgba(0,0,0,0.22) ) drop-shadow( 0 0 22px rgba(0,70,180,0.28) ) drop-shadow( 0 0 55px rgba(0,55,160,0.20) ) drop-shadow( 0 0 90px rgba(0,45,130,0.12) );animation:pc-float 5s ease-in-out infinite}@keyframes pc-float{0%,100%{transform:translate(-50%,-50%)}50%{transform:translate( -50%,calc(-50% - 8px) )}}@keyframes pulse-glow{0%,100%{box-shadow:0 0 35px rgba(0,102,255,0.14),0 0 80px rgba(0,102,255,0.06)}50%{box-shadow:0 0 45px rgba(0,102,255,0.20),0 0 95px rgba(0,102,255,0.09)}}.device-panel__dot{position:absolute;width:5px;height:5px;border-radius:50%;background:var(--blue);opacity:0.5}.float-card{position:absolute;z-index:5;display:flex;align-items:center;gap:10px;width:auto;height:auto;padding:12px 16px;background:var(--white);color:var(--text-main);border-radius:var(--radius-md);box-shadow:var(--shadow-lifted);font-size:0.86rem;font-weight:500;opacity:1;overflow:visible;cursor:default;transition:transform 0.4s var(--ease),box-shadow 0.4s var(--ease),opacity 0.4s ease}.float-card__icon{display:flex;align-items:center;justify-content:center;width:26px;height:26px;flex-shrink:0;border-radius:8px;background:rgba(0,102,255,0.12);color:#0066FF;font-size:0.9rem}.float-card--1{animation:float-bubble-1 5.5s ease-in-out infinite;top:10%;left:-6%}.float-card--2{animation:float-bubble-2 6.5s ease-in-out infinite;top:74%;right:-8%}.float-card--3{animation:float-bubble-3 5.9s ease-in-out infinite;top:44%;right:-10%}@keyframes float-bubble-1{0%,100%{transform:translate(0,0) rotate(0deg)}50%{transform:translate(8px,-10px) rotate(1deg)}}@keyframes float-bubble-2{0%,100%{transform:translate(0,0) rotate(0deg)}50%{transform:translate(-9px,7px) rotate(-1deg)}}@keyframes float-bubble-3{0%,100%{transform:translate(0,0) rotate(0deg)}50%{transform:translate(7px,9px) rotate(1deg)}}.float-card.is-active{box-shadow:0 16px 36px rgba(0,102,255,0.20),0 6px 18px rgba(0,0,0,0.12)}.repair-preview__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin:44px 0 40px}.category-card{padding:32px;border-radius:var(--radius-lg);background:var(--white);border:1px solid var(--gray-light);transition:transform 0.25s var(--ease),box-shadow 0.25s var(--ease),border-color 0.25s var(--ease)}.category-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-card);border-color:var(--gray-medium)}.category-card__top{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.category-card__index{font-family:var(--font-display);color:var(--gray-medium);font-size:0.9rem}.category-card__icon{width:27px;height:27px;color:var(--blue);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.category-card__icon svg{width:27px;height:27px;display:block;stroke:currentColor}.category-card h3{font-size:1.25rem;margin-bottom:6px}.category-card__sub{color:var(--blue);font-size:0.86rem;font-weight:500;margin-bottom:14px}.category-card p.category-card__desc{color:var(--gray-medium);font-size:0.92rem}.digital-band{background:var(--blue);border-radius:var(--radius-lg);margin:0 24px;padding-top:56px;padding-bottom:56px}.digital-band__inner{max-width:700px}.digital-band__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin:36px 0 40px}.digital-band__item{padding:22px;border-radius:var(--radius-md);background:rgba(255,255,255,0.1);text-decoration:none;color:inherit;transition:transform 0.25s ease,box-shadow 0.25s ease}.digital-band__item h4{color:#ffffff;font-size:1.05rem;margin-bottom:8px}.digital-band__item p{color:rgba(255,255,255,0.75);font-size:0.88rem;line-height:1.55}.digital-icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center;color:#ffffff;margin-bottom:12px;flex-shrink:0}.digital-icon svg{width:24px;height:24px;display:block;stroke:currentColor}.valadal-section{padding-top:70px;padding-bottom:55px}.valadal-section__top{display:grid;grid-template-columns:0.8fr 1.2fr;gap:70px;align-items:center}.valadal-section__visual{display:flex;align-items:center;justify-content:center}.valadal-section__image{display:block;width:100%;max-width:330px;height:auto;object-fit:contain;filter:drop-shadow( 0 16px 24px rgba(0,0,0,0.10) );transition:transform 0.4s var(--ease)}.valadal-section__image:hover{transform:translateY(-5px)}.valadal-section__content{max-width:680px}.valadal-section__lead{max-width:620px}.valadal-section .values-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:70px}.valadal-section .value-item{border-top:1px solid var(--gray-light);padding-top:20px}.valadal-section .value-item__index{display:block;font-family:var(--font-display);color:var(--blue);font-size:0.9rem;margin-bottom:10px}.valadal-section .value-item h3{font-size:1.1rem;margin-bottom:8px}.valadal-section .value-item p{color:var(--gray-medium);font-size:0.92rem;line-height:1.55}.work-teaser__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin:40px 0 20px}.work-teaser__item{aspect-ratio:1 / 1;border-radius:var(--radius-md);position:relative;overflow:hidden;display:flex;align-items:flex-end;padding:16px}.work-teaser__item{text-decoration:none;color:inherit}.work-teaser__image{position:absolute;inset:0;z-index:0;width:100%;height:100%;object-fit:cover;transition:transform 0.5s var(--ease)}.work-teaser__item:hover .work-teaser__image{transform:scale(1.06)}.work-teaser__item::after{content:"";position:absolute;inset:0;z-index:0;background:linear-gradient( 180deg,rgba(10,10,10,0) 45%,rgba(10,10,10,0.6) 100% )}.work-teaser__item span{position:relative;z-index:1;color:#FFFFFF;font-size:0.82rem;font-weight:600;background:rgba(10,10,10,0.35);padding:5px 10px;border-radius:var(--radius-pill);backdrop-filter:blur(4px)}.about-teaser__inner{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.repair-preview__grid .category-card:nth-child(2){transition-delay:90ms}.repair-preview__grid .category-card:nth-child(3){transition-delay:180ms}.digital-band__grid .digital-band__item:nth-child(2){transition-delay:90ms}.digital-band__grid .digital-band__item:nth-child(3){transition-delay:180ms}.values-grid .value-item:nth-child(2){transition-delay:90ms}.values-grid .value-item:nth-child(3){transition-delay:180ms}.values-grid .value-item:nth-child(4){transition-delay:270ms}.work-teaser__grid .work-teaser__item:nth-child(2){transition-delay:90ms}.work-teaser__grid .work-teaser__item:nth-child(3){transition-delay:180ms}.work-teaser__grid .work-teaser__item:nth-child(4){transition-delay:270ms}html[data-theme="dark"] .hero{background:linear-gradient( 180deg,#0D1015 0%,#0A0A0A 75%,#0A0A0A 100% )}html[data-theme="dark"] .category-card{background:var(--surface);border-color:var(--border)}html[data-theme="dark"] .category-card:hover{border-color:#555555}html[data-theme="dark"] .float-card{background:var(--surface);color:var(--text-main)}html[data-theme="dark"] .float-card__icon{background:rgba(0,102,255,0.14);color:#0066FF}html[data-theme="dark"] .value-item{border-top-color:var(--border)}html[data-theme="dark"] .work-teaser__item span{background:rgba(0,0,0,0.55);color:#FFFFFF}.accessibility-control{position:relative;display:flex;align-items:center}.accessibility-toggle{width:36px;height:36px;padding:0;border:1px solid var(--gray-light);border-radius:50%;background:var(--white);color:var(--text-main);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background 0.25s ease,border-color 0.25s ease,transform 0.25s ease}.accessibility-toggle:hover{border-color:var(--blue);color:var(--blue);transform:translateY(-1px)}.accessibility-toggle svg{width:18px;height:18px}.accessibility-options{position:absolute;right:0;top:calc(100% + 10px);display:flex;gap:7px;opacity:0;visibility:hidden;transform:translateY(-6px) scale(0.92);transform-origin:top right;transition:opacity 0.22s ease,visibility 0.22s ease,transform 0.22s ease;z-index:20}.accessibility-control.is-open .accessibility-options{opacity:1;visibility:visible;transform:translateY(0) scale(1)}.accessibility-option{width:34px;height:34px;border:1px solid var(--gray-light);border-radius:50%;background:var(--white);color:var(--text-main);display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:0.7rem;font-weight:700;box-shadow:var(--shadow-card);transition:transform 0.2s ease,border-color 0.2s ease,color 0.2s ease}.accessibility-option:hover{transform:translateY(-2px);border-color:var(--blue);color:var(--blue)}html[data-theme="dark"] .accessibility-toggle,html[data-theme="dark"] .accessibility-option{background:var(--surface);border-color:var(--border);color:var(--text-main)}.home-repair{padding-bottom:48px}.build-teaser{padding-top:0;padding-bottom:72px}.build-teaser__inner{display:grid;grid-template-columns:0.85fr 1.15fr;column-gap:70px;align-items:center}.build-teaser__visual{grid-column:1;grid-row:1 / span 2;align-self:center;display:flex;align-items:center;justify-content:center}.build-teaser__content{grid-column:2;grid-row:1;max-width:640px}.build-teaser__actions{grid-column:2;grid-row:2}.build-teaser__frame{position:relative;width:100%;max-width:400px;aspect-ratio:1 / 1;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-lg);border:1.5px dashed var(--border);background:radial-gradient( circle at 30% 25%,rgba(0,102,255,0.08),transparent 60% ),var(--surface-soft);overflow:hidden;transition:border-color 0.3s ease,transform 0.4s var(--ease)}.build-teaser__frame:hover{border-color:var(--blue);transform:translateY(-5px)}.build-teaser__frame-label{font-family:var(--font-display);font-weight:600;font-size:0.72rem;letter-spacing:0.08em;text-transform:uppercase;color:var(--text-secondary);opacity:0.6}.build-teaser__frame:has(.build-teaser__image){border:none;background:none;aspect-ratio:auto;overflow:visible}.build-teaser__frame:has(.build-teaser__image):hover{border-color:transparent}.build-teaser__image{display:block;width:100%;height:auto;object-fit:contain;filter:drop-shadow(0 18px 26px rgba(0,0,0,0.14)) drop-shadow(0 0 28px rgba(0,70,180,0.16));transition:transform 0.4s var(--ease)}.build-teaser__frame:hover .build-teaser__image{transform:translateY(-5px)}.build-teaser__content{max-width:640px}.build-teaser__note{margin-top:14px;color:var(--text-secondary);font-size:0.95rem}.build-teaser__points{display:flex;flex-wrap:wrap;gap:10px;margin:26px 0 30px}.build-teaser__points span{padding:8px 16px;border-radius:var(--radius-pill);background:var(--surface-soft);border:1px solid var(--border);color:var(--text-secondary);font-size:0.86rem}.build-teaser__points .reveal:nth-child(2){transition-delay:70ms}.build-teaser__points .reveal:nth-child(3){transition-delay:140ms}.build-teaser__points .reveal:nth-child(4){transition-delay:210ms}@media (max-width:960px){.build-teaser__inner{grid-template-columns:1fr;gap:36px}.build-teaser__frame{max-width:340px}}@media (max-width:860px){html,body{width:100%;max-width:100%;overflow-x:hidden}.navbar{position:fixed;top:0;left:0;width:100%;z-index:1000;--navbar-height:42px}.navbar__inner{height:var(--navbar-height);padding-left:14px;padding-right:14px}.navbar__logo-mark{width:22px;height:22px;border-radius:6px;font-size:0.68rem}.navbar__links,.navbar__right .btn,.navbar__right .navbar__control{display:none}.navbar__toggle{display:flex;width:22px;height:20px;flex-direction:column;justify-content:center;gap:5px}.navbar__toggle span{width:16px;height:1.5px}.hero{padding:62px 0 20px !important;width:100%;max-width:100%}.hero__inner{display:block;position:relative;width:100%;max-width:100%;min-height:0}.hero__content{position:relative;z-index:3;max-width:58%;min-width:0}.pill{padding:6px 10px;gap:5px;font-size:0.65rem;margin-bottom:16px}.pill svg{width:11px;height:11px}.hero__title{font-size:clamp(1.55rem,6vw,2rem);line-height:1.04;margin-bottom:14px}.hero__subtitle{font-size:0.72rem;line-height:1.5;max-width:100%;margin-bottom:20px}.hero__actions{flex-direction:row;align-items:center;gap:8px;flex-wrap:nowrap;margin-top:-6px}.hero__actions .btn{font-size:0.68rem;padding:8px 13px;white-space:nowrap}.hero__visual{position:absolute;z-index:1;top:30px;left:50%;right:-7%;height:auto;pointer-events:auto}.device-panel{position:relative;width:100%;height:190px;background:transparent !important;box-shadow:none !important;overflow:visible}.hero-pc{position:absolute;z-index:2;width:75%;max-width:none;left:50%;top:50%;transform:translate(-50%,-50%);object-fit:contain;filter:drop-shadow(0 10px 16px rgba(0,0,0,0.18)) drop-shadow(0 0 13px rgba(0,70,180,0.20));animation:pc-float 5s ease-in-out infinite}.float-card{pointer-events:auto;cursor:pointer;display:flex;align-items:center;gap:7px;width:18px;height:18px;padding:0;border-radius:50%;background:var(--white);box-shadow:0 5px 16px rgba(0,0,0,0.12);overflow:hidden;font-size:0.54rem;line-height:1.2;white-space:nowrap;transition:width 0.35s var(--ease),height 0.35s var(--ease),border-radius 0.35s var(--ease),padding 0.35s var(--ease),box-shadow 0.35s var(--ease)}.float-card__icon{display:flex;align-items:center;justify-content:center;width:18px;height:18px;min-width:18px;border-radius:50%;background:#0066FF !important;color:#FFFFFF !important;font-size:0.55rem}.float-card>span:not(.float-card__icon){opacity:0;white-space:nowrap;transition:opacity 0.2s ease}.float-card.is-expanded{width:max-content;height:30px;padding:5px 9px 5px 5px;border-radius:999px;gap:7px;animation-play-state:paused;box-shadow:0 8px 22px rgba(0,0,0,0.16)}.float-card.is-expanded>span:not(.float-card__icon){opacity:1}.float-card--1{animation:float-bubble-1 5.5s ease-in-out infinite;top:18%;left:15%}.float-card--2{animation:float-bubble-2 6.5s ease-in-out infinite;top:3%;right:20%;transform-origin:right center}.float-card--3{animation:float-bubble-3 5.9s ease-in-out infinite;top:30%;right:30%}.section-title{font-size:clamp(1.55rem,6vw,2rem);line-height:1.04}.section-lead{font-size:0.72rem;line-height:1.5}.section-lead--light{font-size:0.72rem !important;line-height:1.5}.valadal-section__lead{font-size:0.72rem !important;line-height:1.5}.home-repair{padding-bottom:30px}.build-teaser{margin:0 !important;padding:0 0 44px !important}.build-teaser__inner{display:grid;grid-template-columns:40% 1fr;grid-template-areas:"texto texto" "foto acciones";column-gap:12px;row-gap:14px;align-items:stretch;margin:0 !important;padding-top:0 !important;padding-bottom:0 !important}.build-teaser__content{grid-area:texto;max-width:100%;margin:0 !important;padding:0 !important}.build-teaser__note{font-size:0.55rem !important;line-height:1.35;margin-top:8px}.build-teaser__visual{grid-area:foto;display:flex;margin:0 !important}.build-teaser__frame{width:100%;max-width:100%;height:100%;aspect-ratio:auto;min-height:120px;border-radius:14px}.build-teaser__frame:has(.build-teaser__image){height:auto;min-height:0;align-self:center}.build-teaser__image{filter:drop-shadow(0 10px 16px rgba(0,0,0,0.12)) drop-shadow(0 0 16px rgba(0,70,180,0.14))}.build-teaser__frame-label{font-size:0.5rem;letter-spacing:0.06em}.build-teaser__frame-file{font-size:0.44rem;margin-top:3px}.build-teaser__frame:hover{transform:none}.build-teaser__actions{grid-area:acciones;display:flex;flex-direction:column;justify-content:space-between;gap:10px}.build-teaser__points{display:flex !important;flex-direction:column !important;flex-wrap:nowrap !important;align-items:stretch !important;gap:7px;margin:0 !important}.build-teaser__points span{padding:5px 10px;font-size:0.55rem;max-width:100%}.build-teaser__points span:nth-child(odd){align-self:flex-start !important;margin-right:auto !important}.build-teaser__points span:nth-child(even){align-self:flex-end !important;margin-left:auto !important}.build-teaser .btn{align-self:center !important;margin-left:auto !important;margin-right:auto !important;font-size:0.68rem;padding:8px 13px;white-space:nowrap;margin-top:0 !important;margin-bottom:0 !important}.repair-preview{margin:0 !important;padding-top:0 !important;padding-bottom:0 !important}.repair-preview__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;width:100%;max-width:100%;margin:24px 0 0 !important;padding:0 !important}.repair-preview__grid ~ .btn{display:none}.category-card{min-width:0;width:100%;box-sizing:border-box;display:flex;flex-direction:column;align-items:flex-start;text-align:left;padding:12px 9px !important;border-radius:11px;overflow:hidden}.category-card__top{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px !important}.category-card__index{font-size:0.58rem}.category-card__icon{width:18px;height:18px;flex-shrink:0}.category-card h3{width:100%;margin:0 0 4px !important;font-size:0.68rem;line-height:1.15;text-align:left}.category-card__sub{width:100%;margin:0 0 6px !important;font-size:0.55rem;line-height:1.25;text-align:left}.category-card p.category-card__desc{width:100%;margin:0 !important;font-size:0.55rem;line-height:1.35;text-align:left}.digital-band{width:auto;max-width:calc(100% - 24px);margin:0 12px !important;padding:32px 0 !important;border-radius:18px;overflow:hidden;display:flex;align-items:center;justify-content:center}.digital-band__inner{width:100%}.digital-band__item{display:flex;flex-direction:column;justify-content:center}.digital-band__inner{padding-top:0 !important;padding-bottom:0 !important}.digital-band .section-title{font-size:clamp(1.55rem,6vw,2rem);line-height:1.04;margin-top:0 !important}.digital-band .section-lead--light{font-size:0.72rem !important;line-height:1.5;max-width:100%}.digital-band__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:16px 0 0 !important;padding:0 !important}.digital-band__item{min-width:0;padding:12px 9px;border-radius:11px}.digital-band__item .digital-icon{width:20px;height:20px;margin-bottom:12px;color:#ffffff}.digital-band__item h4{font-size:0.68rem;line-height:1.15;margin-bottom:5px;color:#ffffff}.digital-band__item p{font-size:0.55rem;line-height:1.35}.valadal-section{margin:0 !important;padding:40px 0 !important}.valadal-section__top{display:block;margin:0 !important;padding:0 !important}.valadal-section__visual{display:none}.valadal-section__content{display:block;max-width:100%;margin:0 !important;padding:0 !important}.valadal-section .section-title{font-size:clamp(1.55rem,6vw,2rem);line-height:1.04}.valadal-section__content>p{font-size:0.72rem !important;line-height:1.5}.valadal-section .values-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin:20px 0 0 !important;padding:0 !important}.valadal-section .value-item{min-width:0;margin:0 !important;padding:0 !important}.valadal-section .value-item__index{font-size:0.58rem}.valadal-section .value-item h3{font-size:0.72rem;line-height:1.15;margin-bottom:5px}.valadal-section .value-item p{font-size:0.55rem;line-height:1.35}.work-teaser{margin:0 !important;padding:24px 0 !important}.work-teaser__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin:16px 0 0 !important;padding:0 !important}.work-teaser__grid + .btn{margin-top:22px !important}.work-teaser .section-title,.work-teaser h2{font-size:clamp(1.55rem,6vw,2rem);line-height:1.04}.work-teaser>p,.work-teaser__subtitle,.work-teaser .section-subtitle{font-size:0.72rem;line-height:1.5}.about-teaser{margin:0 !important;padding:24px 0 !important}.about-teaser__inner{grid-template-columns:1fr;gap:20px}.about-teaser .section-title,.about-teaser h2{font-size:clamp(1.55rem,6vw,2rem);line-height:1.04}.about-teaser>p,.about-teaser__subtitle,.about-teaser .section-subtitle{font-size:0.72rem;line-height:1.5}.final-cta{margin:0 !important;padding:64px 0 !important}.footer{margin:0 !important;padding-top:40px !important}.footer__name{font-size:0.72rem}.footer__tagline{font-size:0.55rem;line-height:1.35}.footer__col h4{font-size:0.62rem}.footer__col a{font-size:0.55rem;line-height:1.35}.footer__bottom{font-size:0.52rem;line-height:1.3}.nav-drawer__accessibility{display:none !important}.accessibility-control{display:flex;align-items:center;gap:4px}.accessibility-toggle{width:24px;height:24px;border:none;background:transparent;font-size:0.8rem}.accessibility-toggle svg{width:15px;height:15px}.accessibility-options{position:absolute;right:30px;top:50%;transform:translateY(-50%) scale(0.92);transform-origin:right center;display:flex;gap:5px}.accessibility-control.is-open .accessibility-options{transform:translateY(-50%) scale(1)}.accessibility-option{width:27px;height:27px;font-size:0.58rem;box-shadow:0 4px 12px rgba(0,0,0,0.10)}}@media (max-width:520px){.valadal-section .values-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.valadal-section .value-item h3{font-size:0.68rem}.valadal-section .value-item p{font-size:0.52rem}.footer__tagline{font-size:0.52rem}.footer__col a{font-size:0.52rem}.footer__bottom{font-size:0.5rem}}html.hero-intro .hero__title-line,html.hero-intro .hero .pill,html.hero-intro .hero__subtitle,html.hero-intro .hero__actions{opacity:0;transform:translateX(-28px);animation:hero-slide-in 0.85s var(--ease) forwards}html.hero-intro .hero .pill{animation-delay:0.05s}html.hero-intro .hero__title-line--dark{animation-delay:0.20s}html.hero-intro .hero__title-line--accent{animation-delay:0.34s}html.hero-intro .hero__subtitle{animation-delay:0.50s}html.hero-intro .hero__actions{animation-delay:0.62s}@keyframes hero-slide-in{to{opacity:1;transform:translateX(0)}}html.hero-intro .hero__visual{opacity:0;transform:translateX(32px);animation:hero-slide-in-right 1s var(--ease) 0.30s forwards}@keyframes hero-slide-in-right{to{opacity:1;transform:translateX(0)}}@media (prefers-reduced-motion:reduce){html.hero-intro .hero__title-line,html.hero-intro .hero .pill,html.hero-intro .hero__subtitle,html.hero-intro .hero__actions,html.hero-intro .hero__visual{opacity:1;transform:none;animation:none}}
