:root{--brand-blue: #14486e;--brand-grey: #aaabab;--brand-white: #fefefe;--brand-dark: #0a1628;--background: #0b1420;--card: rgba(20, 72, 110, .08);--border: rgba(20, 72, 110, .18);--text: #fefefe;--muted: rgba(170, 171, 171, .78);--radius: 18px;--container: 1240px;--header-height: 84px}html{scroll-behavior:smooth}body.dep-body{margin:0;color:var(--text);background:radial-gradient(circle at 20% 50%,rgba(20,72,110,.15) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(20,72,110,.1) 0%,transparent 50%),radial-gradient(circle at 50% 80%,rgba(20,72,110,.08) 0%,transparent 50%),linear-gradient(rgba(20,72,110,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(20,72,110,.03) 1px,transparent 1px),linear-gradient(180deg,#09111c,#0b1420);background-size:100% 100%,100% 100%,100% 100%,60px 60px,60px 60px,100% 100%;font-family:Inter,Arial,sans-serif}*{box-sizing:border-box}a{color:inherit;text-decoration:none}.dep-container{width:min(var(--container),calc(100% - 32px));margin:0 auto}.dep-section{position:relative;padding:96px 0}.dep-page-top{padding-top:calc(var(--header-height) + 48px)}.dep-badge{display:inline-flex;align-items:center;padding:8px 14px;border-radius:999px;border:1px solid rgba(20,72,110,.22);background:#14486e1a;color:var(--brand-grey);font-size:12px;font-weight:600;letter-spacing:.02em}.dep-title-xl{margin:18px 0 14px;font-size:clamp(34px,6vw,68px);line-height:1.02;font-weight:800;color:var(--brand-white)}.dep-title-lg{margin:0 0 14px;font-size:clamp(28px,4vw,44px);line-height:1.08;font-weight:800}.dep-title-md{margin:0 0 10px;font-size:clamp(22px,3vw,30px);font-weight:700}.dep-text,.dep-subtext{color:var(--muted);line-height:1.7;font-size:15px}.dep-grid{display:grid;gap:24px}.dep-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.dep-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.dep-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.dep-card{border-radius:24px;border:1px solid var(--border);background:#14486e14;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.dep-card.pad{padding:28px}.dep-glow{box-shadow:0 0 20px #14486e59,0 0 60px #14486e1f}.dep-separator{height:1px;background:linear-gradient(90deg,transparent,rgba(20,72,110,.5),rgba(170,171,171,.3),rgba(20,72,110,.5),transparent)}.dep-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:12px 22px;border-radius:14px;font-size:14px;font-weight:700;transition:.28s ease;border:1px solid transparent;cursor:pointer}.dep-btn-primary{background:var(--brand-blue);color:var(--brand-white);border-color:#14486e8c;box-shadow:0 0 20px #14486e40}.dep-btn-primary:hover{transform:translateY(-1px);box-shadow:0 0 24px #14486e59}.dep-btn-secondary{background:#14486e1a;border-color:#14486e40;color:var(--brand-white)}.dep-btn-secondary:hover{background:#14486e29}.dep-center{text-align:center}.dep-icon-box{width:52px;height:52px;border-radius:16px;display:inline-flex;align-items:center;justify-content:center;background:#14486e26;border:1px solid rgba(20,72,110,.25);color:var(--brand-blue);font-weight:800}.dep-form-field{display:flex;flex-direction:column;gap:8px}.dep-label{color:#aaababd9;font-size:12px;font-weight:600}.dep-input,.dep-select,.dep-textarea{width:100%;border-radius:12px;border:1px solid rgba(20,72,110,.2);background:#14486e0d;color:var(--brand-white);padding:14px;outline:none;transition:.2s ease}.dep-input::placeholder,.dep-textarea::placeholder{color:#aaabab73}.dep-input:focus,.dep-select:focus,.dep-textarea:focus{border-color:#14486e8c;box-shadow:0 0 0 3px #14486e1f}.dep-textarea{min-height:120px;resize:vertical}.dep-header-spacer{height:var(--header-height)}@media(max-width:989px){:root{--header-height: 72px}.dep-grid-2,.dep-grid-3,.dep-grid-4{grid-template-columns:1fr}.dep-section{padding:72px 0}.dep-card.pad{padding:22px}}.dep-header{position:fixed;inset:0 0 auto 0;z-index:50;transition:.35s ease;background:transparent}.dep-header.is-scrolled{background:#0a1628e6;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid rgba(20,72,110,.2)}.dep-header__inner{min-height:var(--header-height);display:flex;align-items:center;justify-content:space-between;gap:20px}.dep-header__brand{display:inline-flex;align-items:center;gap:12px;min-width:0}.dep-header__logo-box{width:42px;height:42px;border-radius:12px;background:#14486e33;border:1px solid rgba(20,72,110,.3);display:flex;align-items:center;justify-content:center;transition:.25s ease}.dep-header__brand:hover .dep-header__logo-box{background:#14486e47;box-shadow:0 0 18px #14486e2e}.dep-header__logo-icon{font-size:18px;line-height:1}.dep-header__brand-text{display:flex;flex-direction:column;line-height:1.15}.dep-header__brand-title{font-size:14px;font-weight:700;color:var(--brand-white)}.dep-header__brand-subtitle{font-size:12px;color:#aaababb3}.dep-header__nav{display:flex;align-items:center;gap:6px}.dep-header__link{display:inline-flex;align-items:center;min-height:40px;padding:0 16px;border-radius:12px;color:var(--brand-grey);font-size:14px;font-weight:600;transition:.25s ease;border:1px solid transparent}.dep-header__link:hover{color:var(--brand-white);background:#14486e1a}.dep-header__link.is-active{color:var(--brand-white);background:#14486e33;border-color:#14486e4d}.dep-header__divider{width:1px;height:24px;background:#14486e38;margin:0 6px}.dep-header__social{width:38px;height:38px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;color:var(--brand-grey);font-size:12px;font-weight:800;background:transparent;transition:.25s ease}.dep-header__social:hover{color:var(--brand-white);background:#14486e1a}.dep-header__toggle{width:44px;height:44px;display:none;border:0;background:transparent;border-radius:12px;padding:0;cursor:pointer}.dep-header__toggle span{display:block;width:20px;height:2px;margin:4px auto;background:var(--brand-white);border-radius:999px;transition:.25s ease}.dep-header__mobile{display:none;overflow:hidden;max-height:0;opacity:0;transition:max-height .35s ease,opacity .25s ease;background:#0a1628f5;border-top:1px solid rgba(20,72,110,.14);border-bottom:1px solid rgba(20,72,110,.2);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.dep-header__mobile.is-open{display:block;max-height:420px;opacity:1}.dep-header__mobile-inner{padding:16px 0 20px}.dep-header__mobile-link{display:block;padding:14px 16px;border-radius:14px;color:var(--brand-grey);font-size:14px;font-weight:600;transition:.25s ease}.dep-header__mobile-link:hover{color:var(--brand-white);background:#14486e1a}.dep-header__mobile-socials{display:flex;gap:10px;padding-top:14px}@media(max-width:989px){.dep-header__nav--desktop{display:none}.dep-header__toggle{display:inline-block}.dep-header__brand-subtitle{display:none}.dep-header__brand-title{font-size:13px}}.dep-hero{overflow:hidden}.dep-hero__grid{display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:42px}.dep-hero__content{position:relative;z-index:2}.dep-hero__accent{color:var(--brand-grey);text-shadow:0 0 20px rgba(20,72,110,.35)}.dep-hero__text{max-width:720px;font-size:16px}.dep-hero__actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:28px}.dep-hero__trust{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:28px}.dep-hero__trust-item{padding:18px;border-radius:18px;background:#14486e14;border:1px solid rgba(20,72,110,.15)}.dep-hero__trust-item strong{display:block;color:var(--brand-white);font-size:14px;margin-bottom:6px}.dep-hero__trust-item span{display:block;color:#aaababbf;font-size:12px;line-height:1.5}.dep-hero__visual{position:relative;min-height:560px;display:flex;align-items:center;justify-content:center}.dep-hero__orb{position:absolute;border-radius:999px;filter:blur(40px);pointer-events:none}.dep-hero__orb--one{width:240px;height:240px;background:#14486e38;top:40px;right:40px}.dep-hero__orb--two{width:180px;height:180px;background:#aaabab14;bottom:40px;left:20px}.dep-hero__panel{position:relative;width:100%;max-width:520px;padding:22px;border-radius:28px;overflow:hidden}.dep-hero__panel-top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}.dep-hero__mini-badge{display:inline-flex;align-items:center;min-height:34px;padding:0 14px;border-radius:999px;background:#14486e24;border:1px solid rgba(20,72,110,.24);color:var(--brand-grey);font-size:12px;font-weight:700}.dep-hero__status{color:#aaababb8;font-size:12px;font-weight:600}.dep-hero__screen{position:relative;min-height:280px;border-radius:24px;border:1px solid rgba(20,72,110,.22);background:radial-gradient(circle at top,rgba(20,72,110,.18),transparent 55%),linear-gradient(180deg,#08121ef2,#0a1628fa);overflow:hidden}.dep-hero__screen-grid{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(20,72,110,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(20,72,110,.04) 1px,transparent 1px);background-size:34px 34px;opacity:.85}.dep-hero__screen-content{position:relative;z-index:2;min-height:280px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:26px}.dep-hero__screen-icon{width:82px;height:82px;border-radius:22px;display:flex;align-items:center;justify-content:center;background:#14486e2e;border:1px solid rgba(20,72,110,.28);font-size:34px;margin-bottom:18px;box-shadow:0 0 30px #14486e24}.dep-hero__screen-content h3{margin:0 0 10px;font-size:24px;font-weight:800;color:var(--brand-white)}.dep-hero__screen-content p{margin:0;max-width:360px;color:#aaababbf;line-height:1.7;font-size:14px}.dep-hero__stats{display:grid;grid-template-columns:1fr;gap:12px;margin-top:16px}.dep-hero__stat{padding:16px 18px;border-radius:18px;border:1px solid rgba(20,72,110,.16);background:#14486e0f}.dep-hero__stat strong{display:block;margin-bottom:4px;font-size:14px;color:var(--brand-white)}.dep-hero__stat span{display:block;font-size:12px;color:#aaababb8;line-height:1.5}@media(max-width:989px){.dep-hero__grid{grid-template-columns:1fr;gap:28px}.dep-hero__visual{min-height:auto}.dep-hero__trust{grid-template-columns:1fr}.dep-hero__panel{max-width:100%}}.dep-service-card{position:relative;overflow:hidden;transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease,background .28s ease}.dep-service-card:before{content:"";position:absolute;inset:auto -20% -40% auto;width:180px;height:180px;background:radial-gradient(circle,rgba(20,72,110,.18),transparent 70%);pointer-events:none;opacity:.55}.dep-service-card:hover{transform:translateY(-4px);border-color:#14486e47;background:#14486e1a;box-shadow:0 0 24px #14486e1f}.dep-service-card__title{margin-top:18px;margin-bottom:10px;font-size:22px}.dep-why{display:grid;grid-template-columns:1.05fr .95fr;gap:34px;align-items:center}.dep-why__list{display:grid;grid-template-columns:1fr;gap:16px;margin-top:28px}.dep-why__item{display:grid;grid-template-columns:64px 1fr;gap:16px;padding:18px;border-radius:20px;background:#14486e12;border:1px solid rgba(20,72,110,.15);transition:transform .25s ease,background .25s ease,border-color .25s ease}.dep-why__item:hover{transform:translateY(-2px);background:#14486e1a;border-color:#14486e3d}.dep-why__item h3{margin:0 0 6px;font-size:18px;color:var(--brand-white)}.dep-why__item p{margin:0;color:#aaababc2;font-size:14px;line-height:1.7}.dep-why__visual{display:flex;align-items:center;justify-content:center}.dep-why__panel{width:100%;max-width:500px;border-radius:28px}.dep-why__panel-top{margin-bottom:18px}.dep-why__quote{border-radius:22px;padding:24px;background:linear-gradient(180deg,#14486e1f,#14486e0a);border:1px solid rgba(20,72,110,.18)}.dep-why__quote p{margin:0;color:var(--brand-white);font-size:24px;line-height:1.45;font-weight:700}.dep-why__checks{display:grid;gap:12px}.dep-why__check{display:flex;align-items:center;gap:12px;color:#aaababd1;font-size:14px;line-height:1.5}.dep-why__check-dot{width:10px;height:10px;border-radius:999px;background:var(--brand-blue);box-shadow:0 0 14px #14486e73;flex:0 0 auto}@media(max-width:989px){.dep-why{grid-template-columns:1fr}.dep-why__quote p{font-size:20px}}.dep-exp{display:grid;grid-template-columns:.95fr 1.05fr;gap:34px;align-items:center}.dep-exp__visual{display:flex;align-items:center;justify-content:center}.dep-exp__panel{width:100%;max-width:500px;border-radius:28px}.dep-exp__numbers{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:20px}.dep-exp__number-block{padding:22px 18px;border-radius:20px;background:#14486e14;border:1px solid rgba(20,72,110,.18);text-align:center}.dep-exp__number-block strong{display:block;font-size:40px;line-height:1;color:var(--brand-white);margin-bottom:8px}.dep-exp__number-block span{display:block;font-size:13px;color:#aaababbd;line-height:1.5}.dep-exp__mini-cards{display:grid;gap:12px}.dep-exp__mini-card{padding:16px 18px;border-radius:18px;background:#14486e0f;border:1px solid rgba(20,72,110,.14)}.dep-exp__mini-card strong{display:block;color:var(--brand-white);font-size:14px;margin-bottom:4px}.dep-exp__mini-card span{display:block;color:#aaababb8;font-size:12px;line-height:1.5}.dep-exp__points{display:grid;gap:16px;margin-top:28px}.dep-exp__point{display:grid;grid-template-columns:64px 1fr;gap:16px;padding:18px;border-radius:20px;background:#14486e12;border:1px solid rgba(20,72,110,.15);transition:transform .25s ease,background .25s ease,border-color .25s ease}.dep-exp__point:hover{transform:translateY(-2px);background:#14486e1a;border-color:#14486e3d}.dep-exp__point h3{margin:0 0 6px;font-size:18px;color:var(--brand-white)}.dep-exp__point p{margin:0;color:#aaababc2;font-size:14px;line-height:1.7}@media(max-width:989px){.dep-exp{grid-template-columns:1fr}.dep-exp__numbers{grid-template-columns:1fr 1fr}}.dep-cta{position:relative;overflow:hidden;border-radius:34px;padding:56px 28px;background:radial-gradient(circle at top center,rgba(20,72,110,.18),transparent 48%),#14486e14;border:1px solid rgba(20,72,110,.18)}.dep-cta__orb{position:absolute;top:-40px;left:50%;transform:translate(-50%);width:260px;height:260px;border-radius:999px;background:#14486e2e;filter:blur(48px);pointer-events:none}.dep-cta__inner{position:relative;z-index:2;max-width:820px;margin:0 auto;text-align:center}.dep-cta__title{margin-top:18px;margin-bottom:14px}.dep-cta__text{max-width:640px;margin:0 auto}.dep-cta__actions{display:flex;justify-content:center;flex-wrap:wrap;gap:14px;margin-top:28px}.dep-repair-layout{display:grid;grid-template-columns:1.3fr .7fr;gap:28px;align-items:start}.dep-repair-form{display:grid;gap:18px}.dep-repair-grid{display:grid;gap:16px}.dep-repair-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.dep-repair-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.dep-repair-submit{width:100%;min-height:54px}.dep-repair-info{position:sticky;top:calc(var(--header-height) + 24px);border-radius:24px}.dep-repair-steps{display:grid;gap:14px;margin-top:18px}.dep-repair-step{padding:16px 18px;border-radius:18px;background:#14486e0f;border:1px solid rgba(20,72,110,.14)}.dep-repair-step strong{display:block;color:var(--brand-white);font-size:14px;margin-bottom:4px}.dep-repair-step span{display:block;color:#aaababbd;font-size:13px;line-height:1.6}.dep-repair-note strong{display:block;margin-bottom:10px;color:var(--brand-white);font-size:15px}.dep-repair-note ul{margin:0;padding-left:18px;color:#aaababc7;line-height:1.8;font-size:14px}.dep-success-box,.dep-error-box{border-radius:20px;padding:24px;text-align:center}.dep-success-box{background:#14486e1a;border:1px solid rgba(20,72,110,.22)}.dep-error-box{background:#7814141f;border:1px solid rgba(180,60,60,.24);text-align:left}.dep-success-icon{width:64px;height:64px;margin:0 auto 16px;border-radius:999px;display:flex;align-items:center;justify-content:center;background:#14486e2e;border:1px solid rgba(20,72,110,.28);color:var(--brand-white);font-size:28px;font-weight:800}.dep-success-box h3{margin:0 0 8px;color:var(--brand-white);font-size:24px}.dep-success-box p,.dep-error-box p{margin:0;color:#aaababc7;line-height:1.7}@media(max-width:989px){.dep-repair-layout,.dep-repair-grid-2,.dep-repair-grid-3{grid-template-columns:1fr}.dep-repair-info{position:static}}.dep-contact-grid{margin-bottom:36px}.dep-contact-card{display:grid;grid-template-columns:64px 1fr;gap:16px;align-items:start;border-radius:24px;transition:transform .28s ease,background .28s ease,border-color .28s ease,box-shadow .28s ease}.dep-contact-card:hover{transform:translateY(-3px);background:#14486e1a;border-color:#14486e3d;box-shadow:0 0 24px #14486e1f}.dep-contact-card__label{margin:0 0 6px;color:#aaabab9e;font-size:12px;font-weight:600}.dep-contact-card__value{display:inline-block;margin:0;color:var(--brand-white);font-size:18px;font-weight:700;line-height:1.45;word-break:break-word;transition:color .2s ease}.dep-contact-card__value:hover{color:var(--brand-grey)}.dep-contact-card__value--static:hover{color:var(--brand-white)}.dep-contact-card__sub{margin:6px 0 0;color:#aaababad;font-size:13px;line-height:1.6}.dep-contact-cta{position:relative;overflow:hidden;border-radius:30px;padding:44px 24px;background:radial-gradient(circle at top center,rgba(20,72,110,.16),transparent 46%),#14486e14;border:1px solid rgba(20,72,110,.18)}.dep-contact-cta__orb{position:absolute;top:-40px;left:50%;transform:translate(-50%);width:220px;height:220px;border-radius:999px;background:#14486e2e;filter:blur(44px);pointer-events:none}.dep-contact-cta__inner{position:relative;z-index:2;text-align:center}@media(max-width:989px){.dep-contact-card{grid-template-columns:56px 1fr}.dep-contact-card__value{font-size:16px}}.dep-footer{border-top:1px solid rgba(20,72,110,.18);background:#0a1628b8;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);margin-top:40px}.dep-footer__inner{display:grid;grid-template-columns:1.2fr .8fr 1fr;gap:28px;padding:28px 0;align-items:start}.dep-footer__brand h3{margin:0 0 8px;font-size:18px;color:var(--brand-white)}.dep-footer__brand p{margin:0;color:#aaababb8;line-height:1.7;font-size:14px}.dep-footer__nav,.dep-footer__infos{display:grid;gap:10px}.dep-footer__nav a,.dep-footer__infos a,.dep-footer__infos span{color:#aaababc7;font-size:14px;transition:color .2s ease}.dep-footer__nav a:hover,.dep-footer__infos a:hover{color:var(--brand-white)}@media(max-width:989px){.dep-footer__inner{grid-template-columns:1fr}}.dep-header__logo-box--premium{box-shadow:0 0 24px #14486e2e}.dep-monitor-icon{display:inline-flex;align-items:center;justify-content:center}.dep-monitor-icon svg{width:20px;height:20px;stroke:#14486e;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.dep-social-icon{font-size:15px;font-weight:800;line-height:1}.dep-header__link,.dep-header__social,.dep-header__mobile-link,.dep-btn,.dep-card,.dep-service-card,.dep-why__item,.dep-exp__point,.dep-contact-card{transition:transform .28s ease,background .28s ease,border-color .28s ease,box-shadow .28s ease,color .28s ease,opacity .28s ease}.dep-header__brand,.dep-btn,.dep-header__link,.dep-header__social{will-change:transform}.dep-header__brand:hover{transform:translateY(-1px)}.dep-btn-primary{position:relative;overflow:hidden}.dep-btn-primary:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(120deg,transparent 20%,rgba(255,255,255,.1) 50%,transparent 80%);transform:translate(-120%);transition:transform .6s ease}.dep-btn-primary:hover:after{transform:translate(120%)}.dep-icon-box--svg svg{width:22px;height:22px;stroke:#14486e;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.dep-reveal{opacity:0;transform:translateY(18px)}.dep-reveal.is-visible{opacity:1;transform:translateY(0);transition:opacity .7s ease,transform .7s ease}.dep-input,.dep-select,.dep-textarea{backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.dep-input:hover,.dep-select:hover,.dep-textarea:hover{border-color:#14486e52}.dep-repair-submit{box-shadow:0 0 24px #14486e2e}.dep-repair-step,.dep-exp__mini-card,.dep-hero__stat,.dep-hero__trust-item{box-shadow:inset 0 1px #ffffff05}@keyframes depPulseGlow{0%,to{box-shadow:0 0 18px #14486e2e,0 0 48px #14486e14}50%{box-shadow:0 0 26px #14486e47,0 0 68px #14486e24}}@keyframes depFloatSoft{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes depOrbMove{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(10px)}}.dep-hero__panel{animation:depPulseGlow 4.5s ease-in-out infinite}.dep-hero__orb--one,.dep-hero__orb--two{animation:depFloatSoft 6s ease-in-out infinite}.dep-hero__orb--two{animation-delay:1.2s}.dep-hero__screen-icon{animation:depFloatSoft 5s ease-in-out infinite}.dep-cta{animation:depPulseGlow 5s ease-in-out infinite}.dep-cta__orb,.dep-contact-cta__orb{animation:depOrbMove 6s ease-in-out infinite}.dep-card,.dep-service-card,.dep-why__item,.dep-exp__point,.dep-contact-card,.dep-repair-step,.dep-exp__mini-card,.dep-hero__trust-item,.dep-hero__stat{position:relative;overflow:hidden}.dep-card:after,.dep-service-card:after,.dep-why__item:after,.dep-exp__point:after,.dep-contact-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(120deg,transparent 20%,rgba(255,255,255,.05) 50%,transparent 80%);transform:translate(-130%);transition:transform .7s ease;pointer-events:none}.dep-card:hover:after,.dep-service-card:hover:after,.dep-why__item:hover:after,.dep-exp__point:hover:after,.dep-contact-card:hover:after{transform:translate(130%)}.dep-btn{transform:translateY(0)}.dep-btn:hover{transform:translateY(-2px)}.dep-btn-primary{box-shadow:0 0 20px #14486e33}.dep-btn-primary:hover{box-shadow:0 0 30px #14486e52}.dep-btn-secondary:hover{box-shadow:0 0 20px #14486e1f}.dep-header.is-scrolled{box-shadow:0 10px 30px #0000002e}.dep-header__logo-box--premium{animation:depPulseGlow 5s ease-in-out infinite}.dep-title-xl,.dep-title-lg{text-shadow:0 0 18px rgba(20,72,110,.1)}.dep-separator{box-shadow:0 0 12px #14486e1f}@media(max-width:768px){.dep-hero__panel,.dep-cta,.dep-header__logo-box--premium,.dep-hero__orb--one,.dep-hero__orb--two,.dep-hero__screen-icon,.dep-cta__orb,.dep-contact-cta__orb{animation-duration:7s}}@keyframes cineFloatSlow{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes cinePulseGlow{0%,to{opacity:.35;transform:scale(1)}50%{opacity:.8;transform:scale(1.08)}}@keyframes cineGridShift{0%{transform:translateY(0)}to{transform:translateY(18px)}}@keyframes cineRingPulse{0%{opacity:0;transform:scale(.72)}30%{opacity:.32}to{opacity:0;transform:scale(1.7)}}@keyframes cinePhoneMove{0%,to{transform:rotateX(62deg) rotate(-24deg) translateY(0)}50%{transform:rotateX(62deg) rotate(-24deg) translateY(-12px)}}@keyframes cineLaptopMove{0%,to{transform:rotateX(66deg) rotate(-14deg) translateY(0)}50%{transform:rotateX(66deg) rotate(-14deg) translateY(-8px)}}@keyframes cineDriverMove{0%,to{transform:translate(0) rotate(20deg)}20%{transform:translate(-8px,8px) rotate(18deg)}45%{transform:translate(-28px,22px) rotate(14deg)}55%{transform:translate(-32px,26px) rotate(12deg)}75%{transform:translate(-12px,10px) rotate(16deg)}}@keyframes cineScrew1{0%,to{transform:translate(0) rotate(0)}50%{transform:translate(10px,-12px) rotate(180deg)}}@keyframes cineScrew2{0%,to{transform:translate(0) rotate(0)}50%{transform:translate(-10px,12px) rotate(-180deg)}}@keyframes cineParticle{0%,to{transform:translateY(0) scale(1);opacity:.35}50%{transform:translateY(-14px) scale(1.2);opacity:.8}}@keyframes cineScan{0%,to{transform:translateY(-120%);opacity:0}20%{opacity:.12}50%{transform:translateY(120%);opacity:.25}70%{opacity:0}}.cine-scene{position:relative;width:100%;min-height:340px;display:flex;align-items:center;justify-content:center;perspective:1800px;overflow:hidden}.cine-scene__bg{position:absolute;border-radius:999px;filter:blur(42px);pointer-events:none;animation:cinePulseGlow 6s ease-in-out infinite}.cine-scene__bg--1{width:260px;height:260px;background:#14486e38;left:10%;top:8%}.cine-scene__bg--2{width:180px;height:180px;background:#aaabab1a;right:12%;top:24%;animation-delay:1.4s}.cine-scene__bg--3{width:150px;height:150px;background:#14486e29;left:50%;bottom:10%;animation-delay:2.2s}.cine-scene__grid{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(20,72,110,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(20,72,110,.05) 1px,transparent 1px);background-size:24px 24px;opacity:.85;animation:cineGridShift 6s linear infinite alternate}.cine-scene__ring{position:absolute;border:1px solid rgba(20,72,110,.22);border-radius:999px;opacity:0}.cine-scene__ring--1{width:180px;height:180px;left:14%;top:18%;animation:cineRingPulse 3.6s ease-out infinite}.cine-scene__ring--2{width:150px;height:150px;right:16%;top:18%;animation:cineRingPulse 3.6s ease-out 1.2s infinite}.cine-scene__ring--3{width:190px;height:190px;left:50%;bottom:8%;transform:translate(-50%);animation:cineRingPulse 3.6s ease-out 2.4s infinite}.cine-laptop{position:absolute;left:12%;bottom:18%;width:250px;height:170px;z-index:3;transform-style:preserve-3d;animation:cineLaptopMove 6s ease-in-out infinite}.cine-laptop__shadow{position:absolute;width:220px;height:34px;left:20px;bottom:-24px;background:radial-gradient(circle,rgba(0,0,0,.34),transparent 70%);filter:blur(10px)}.cine-laptop__base{position:absolute;bottom:0;left:16px;width:220px;height:18px;border-radius:0 0 18px 18px;background:linear-gradient(180deg,#203447,#0c1825);box-shadow:0 12px 24px #0000002e}.cine-laptop__screen-frame{position:absolute;left:32px;bottom:14px;width:180px;height:120px;border-radius:14px 14px 8px 8px;background:linear-gradient(145deg,#16293d,#0a1522);border:1px solid rgba(255,255,255,.05);transform-origin:bottom center;transform:rotateX(-8deg);box-shadow:0 18px 30px #00000038,0 0 20px #14486e1a}.cine-laptop__screen{position:absolute;top:8px;right:8px;bottom:8px;left:8px;border-radius:10px;background:linear-gradient(180deg,#0f233afa,#07121efa);border:1px solid rgba(20,72,110,.16);overflow:hidden}.cine-laptop__ui-line{position:absolute;left:14px;right:14px;height:10px;border-radius:999px;background:#aaabab1a}.cine-laptop__ui-line--1{top:16px;width:60%}.cine-laptop__ui-line--2{top:34px;width:78%}.cine-laptop__ui-line--3{top:52px;width:52%}.cine-laptop__ui-chip{position:absolute;width:52px;height:52px;right:16px;bottom:16px;border-radius:12px;background:linear-gradient(145deg,#14486eb8,#081220fa);border:1px solid rgba(170,171,171,.12);box-shadow:0 0 14px #14486e38}.cine-laptop__scan{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent,rgba(255,255,255,.06),transparent);animation:cineScan 4.8s linear infinite}.cine-phone{position:relative;width:190px;height:305px;z-index:5;transform-style:preserve-3d;animation:cinePhoneMove 6s ease-in-out infinite}.cine-phone__shadow{position:absolute;width:210px;height:40px;left:50%;bottom:-38px;transform:translate(-50%) rotateX(82deg);background:radial-gradient(circle,rgba(0,0,0,.35),transparent 70%);filter:blur(10px)}.cine-phone__frame,.cine-phone__layer{position:absolute;left:50%;top:50%}.cine-phone__frame{width:190px;height:305px;transform:translate(-50%,-50%);border-radius:38px;background:linear-gradient(145deg,#15283d,#0b1625 60%,#09111d);border:1px solid rgba(255,255,255,.06);box-shadow:inset 0 1px #ffffff14,inset 0 -8px 18px #00000059,0 24px 50px #0000004d,0 0 35px #14486e29}.cine-phone__camera{position:absolute;top:14px;left:50%;width:54px;height:8px;transform:translate(-50%);border-radius:999px;background:#00000070;z-index:8}.cine-phone__layer--back{width:190px;height:305px;transform:translate(-50%,-50%) translateZ(-20px);border-radius:34px;background:linear-gradient(145deg,#122234f5,#08101afa);border:1px solid rgba(255,255,255,.04)}.cine-phone__layer--battery{width:108px;height:166px;transform:translate(-50%,-50%) translateZ(-4px) translate(18px) translateY(10px);border-radius:18px;background:linear-gradient(180deg,#22303cf5,#0c1218fa);border:1px solid rgba(170,171,171,.12)}.cine-phone__layer--board{width:128px;height:192px;transform:translate(-50%,-50%) translateZ(10px) translate(-14px) translateY(-6px);border-radius:20px;background:linear-gradient(180deg,#0e2a44f5,#081623fa);border:1px solid rgba(20,72,110,.24);box-shadow:0 0 22px #14486e24}.cine-board-chip{position:absolute;border-radius:10px;background:linear-gradient(145deg,#14486eb8,#081220f5);border:1px solid rgba(170,171,171,.12)}.cine-board-chip--1{width:46px;height:46px;top:24px;left:18px}.cine-board-chip--2{width:36px;height:36px;bottom:24px;right:18px}.cine-board-line{position:absolute;background:#aaabab33}.cine-board-line--1{width:72px;height:2px;top:58px;left:42px}.cine-board-line--2{width:2px;height:90px;top:54px;left:62px}.cine-phone__layer--screen{width:168px;height:280px;transform:translate(-50%,-50%) translateZ(24px) translateY(-18px);border-radius:30px;background:linear-gradient(180deg,#0a1628fa,#07101cfa);border:1px solid rgba(20,72,110,.18);box-shadow:0 0 24px #14486e29,inset 0 1px #ffffff0f;overflow:hidden}.cine-phone__screen-ui{position:absolute;top:12px;right:12px;bottom:12px;left:12px;border-radius:22px;overflow:hidden;background:linear-gradient(180deg,#0e213afa,#07121efa);border:1px solid rgba(20,72,110,.18)}.cine-phone__glow{position:absolute;width:120px;height:120px;left:50%;top:28%;transform:translate(-50%);border-radius:999px;background:#14486e3d;filter:blur(22px)}.cine-phone__scan{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent,rgba(255,255,255,.08),transparent);animation:cineScan 4.6s linear infinite}.cine-phone__chip{position:absolute;width:62px;height:62px;left:50%;top:48%;transform:translate(-50%,-50%);border-radius:16px;background:linear-gradient(145deg,#14486eb8,#081220fa);border:1px solid rgba(170,171,171,.12);box-shadow:0 0 16px #14486e3d}.cine-phone__card{position:absolute;left:18px;right:18px;border-radius:14px;background:#ffffff08;border:1px solid rgba(20,72,110,.16)}.cine-phone__card--1{top:18px;height:34px}.cine-phone__card--2{bottom:22px;height:52px}.cine-driver{position:absolute;width:185px;height:28px;z-index:7;top:22%;right:14%;animation:cineDriverMove 4.6s ease-in-out infinite;transform-origin:88% 50%}.cine-driver__handle{position:absolute;left:0;top:2px;width:94px;height:24px;border-radius:999px;background:linear-gradient(145deg,#14486e,#0f3653);box-shadow:inset 0 1px #ffffff1f,0 8px 18px #0000003d}.cine-driver__metal{position:absolute;left:88px;top:8px;width:66px;height:10px;border-radius:999px;background:linear-gradient(90deg,#a8b2bc,#eef4f8,#95a0ab)}.cine-driver__tip{position:absolute;right:6px;top:7px;width:0;height:0;border-left:18px solid #d8e2ea;border-top:6px solid transparent;border-bottom:6px solid transparent}.cine-screw{position:absolute;width:12px;height:12px;border-radius:999px;border:2px solid rgba(210,220,230,.8);z-index:6}.cine-screw:before,.cine-screw:after{content:"";position:absolute;background:#d2dce6cc;left:50%;top:50%;transform:translate(-50%,-50%)}.cine-screw:before{width:6px;height:1.6px}.cine-screw:after{width:1.6px;height:6px}.cine-screw--1{left:18%;top:20%;animation:cineScrew1 5s ease-in-out infinite}.cine-screw--2{right:16%;top:18%;animation:cineScrew2 5.4s ease-in-out infinite}.cine-screw--3{left:26%;bottom:20%;animation:cineScrew2 5s ease-in-out infinite}.cine-screw--4{right:28%;bottom:18%;animation:cineScrew1 5.6s ease-in-out infinite}.cine-particle{position:absolute;width:6px;height:6px;border-radius:999px;background:#9fd1ffbf;box-shadow:0 0 14px #9fd1ff73;animation:cineParticle 4.8s ease-in-out infinite}.cine-particle--1{left:14%;top:36%}.cine-particle--2{right:16%;top:42%;animation-delay:1s}.cine-particle--3{left:44%;bottom:16%;animation-delay:1.8s}.cine-particle--4{right:34%;bottom:22%;animation-delay:2.4s}.cine-caption{position:absolute;left:14px;bottom:12px;z-index:8;max-width:290px;padding:16px;border-radius:18px;background:#081220bd;border:1px solid rgba(20,72,110,.18);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 10px 25px #00000029;text-align:left}.cine-caption__badge{display:inline-flex;align-items:center;min-height:26px;padding:0 10px;border-radius:999px;background:#14486e24;border:1px solid rgba(20,72,110,.24);color:var(--brand-grey);font-size:11px;font-weight:700;margin-bottom:10px}.cine-caption h3{margin:0 0 6px;font-size:20px;line-height:1.1;color:var(--brand-white)}.cine-caption p{margin:0;color:#aaababc2;font-size:12px;line-height:1.55}@media(max-width:989px){.cine-scene{min-height:260px}.cine-laptop{width:170px;height:120px;left:4%;bottom:18%}.cine-laptop__base{width:150px}.cine-laptop__screen-frame{width:124px;height:86px}.cine-phone,.cine-phone__frame,.cine-phone__layer--back{width:150px;height:245px}.cine-phone__layer--screen{width:132px;height:222px}.cine-driver{width:145px;right:6%;top:20%}.cine-driver__handle{width:70px}.cine-driver__metal{left:66px;width:52px}.cine-caption{left:10px;right:10px;max-width:none;bottom:8px}.cine-caption h3{font-size:18px}}.dep-select{background:#14486e14;color:var(--brand-white)}.dep-select option{background:#0f1b2b;color:#fefefe}.dep-header__social svg{width:18px;height:18px;display:block}.dep-header__social{color:#fefefe}.dep-header__social{width:34px;height:34px;display:flex;align-items:center;justify-content:center;border-radius:10px;background:#14486e14;border:1px solid rgba(20,72,110,.18);color:#fefefe;transition:all .25s ease}.dep-header__social svg{width:18px;height:18px}.dep-header__social:hover{background:#14486e;transform:translateY(-2px);box-shadow:0 8px 18px #14486e40}@media(max-width:989px){.cine-scene{min-height:360px;padding-top:10px;padding-bottom:110px;overflow:visible}.cine-laptop{width:150px;height:110px;left:2%;bottom:84px}.cine-laptop__shadow{width:130px;height:24px;left:12px;bottom:-18px}.cine-laptop__base{width:126px;height:14px;left:10px}.cine-laptop__screen-frame{width:108px;height:74px;left:18px;bottom:10px}.cine-phone{width:138px;height:225px;margin:0 auto}.cine-phone__shadow{width:150px;height:28px;bottom:-26px}.cine-phone__frame,.cine-phone__layer--back{width:138px;height:225px}.cine-phone__layer--battery{width:82px;height:126px}.cine-phone__layer--board{width:94px;height:144px}.cine-phone__layer--screen{width:122px;height:204px}.cine-driver{width:120px;right:-2%;top:18%}.cine-driver__handle{width:54px;height:18px}.cine-driver__metal{left:50px;top:6px;width:42px;height:8px}.cine-driver__tip{right:2px;top:5px;border-left:14px solid #d8e2ea;border-top:5px solid transparent;border-bottom:5px solid transparent}.cine-screw--1{left:10%;top:18%}.cine-screw--2{right:10%;top:18%}.cine-screw--3{left:16%;bottom:92px}.cine-screw--4{right:18%;bottom:86px}.cine-particle--1{left:8%;top:34%}.cine-particle--2{right:8%;top:40%}.cine-particle--3{left:38%;bottom:96px}.cine-particle--4{right:26%;bottom:100px}.cine-caption{left:10px;right:10px;bottom:0;max-width:none;padding:14px}.cine-caption__badge{font-size:10px}.cine-caption h3{font-size:17px;margin-bottom:4px}.cine-caption p{font-size:11px;line-height:1.45}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/depanneur-base.css.map */
