:root{--navy:#081e3d;--navy-2:#0c2d59;--blue:#113f7a;--orange:#ff5b16;--orange-hover:#e84908;--paper:#f7f8f8;--ink:#0b1b2f;--muted:#647080;--line:#dce2e7;--white:#fff;--container:1240px}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans',Arial,sans-serif;-webkit-font-smoothing:antialiased}
body.is-loading{overflow:hidden}
img,svg{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
::selection{background:var(--orange);color:#fff}
.container{width:min(calc(100% - 64px),var(--container));margin-inline:auto}
.section{padding:112px 0}
.skip-link{position:fixed;z-index:120;top:12px;left:12px;transform:translateY(-200%);padding:12px 16px;background:var(--orange);color:#fff}
.skip-link:focus{transform:translateY(0)}
:focus-visible{outline:3px solid var(--orange);outline-offset:4px}
.preloader{position:fixed;inset:0;z-index:200;display:grid;place-items:center;background:#f6f8fa;color:var(--navy);transition:opacity .55s ease,visibility .55s ease}
.preloader::before{content:'';position:absolute;inset:0;background:radial-gradient(circle at center,rgba(28,72,127,.09),transparent 58%);pointer-events:none}
.preloader.is-complete{opacity:0;visibility:hidden;pointer-events:none}
.preloader__inner{display:flex;flex-direction:column;align-items:center;position:relative;width:min(76vw,260px)}
.preloader__logo{width:120px;height:120px;object-fit:contain;animation:preloader-rise .7s ease both}
.preloader__name{font-family:Manrope,Arial,sans-serif;font-size:27px;font-weight:800;letter-spacing:.22em;margin:4px 0 28px;padding-left:.22em}
.preloader__line{height:2px;width:100%;background:#ccd8e5;overflow:hidden}
.preloader__line span{display:block;width:100%;height:100%;background:var(--orange);transform-origin:left;animation:preloader-progress 2.5s linear forwards}
.preloader__caption{margin-top:16px;color:#61758e;font-size:9px;letter-spacing:.27em;font-weight:700}
@keyframes preloader-progress{from{transform:scaleX(0)}to{transform:scaleX(1)}}
@keyframes preloader-rise{from{opacity:0;transform:translateY(15px) scale(.94)}to{opacity:1;transform:translateY(0) scale(1)}}
.site-header{position:absolute;z-index:30;left:0;right:0;top:0;color:#fff;border-bottom:1px solid rgba(255,255,255,.22)}
.site-header__inner{min-height:95px;display:flex;align-items:center;gap:40px}
.brand{display:flex;align-items:center;gap:10px;flex:none}
.brand__mark{width:62px;height:62px;object-fit:contain}
.brand__type{display:flex;flex-direction:column;gap:2px;min-width:0}
.brand__type strong{font-family:Manrope,Arial,sans-serif;font-size:22px;font-weight:800;line-height:1;letter-spacing:.075em}
.brand__type small{font-size:8px;letter-spacing:.17em;font-weight:700;white-space:nowrap}
.desktop-nav{display:flex;gap:32px;margin-left:auto;align-items:center}
.desktop-nav a{font-size:14px;font-weight:600;opacity:.83;transition:opacity .2s}
.desktop-nav a:hover{opacity:1}
.header-cta{display:inline-flex;align-items:center;gap:22px;border:1px solid rgba(255,255,255,.6);min-height:45px;padding:0 18px;font-size:13px;font-weight:700;white-space:nowrap;transition:background .2s,color .2s}
.header-cta:hover{background:#fff;color:var(--navy)}
.header-cta span{font-size:20px;font-weight:400;line-height:1}
.menu-toggle,.mobile-nav{display:none}
.hero{min-height:810px;min-height:max(810px,100svh);position:relative;overflow:hidden;background:#081e3d;color:#fff}
.hero__image{position:absolute;inset:0;background-image:linear-gradient(90deg,rgba(4,20,43,.96) 0%,rgba(5,23,48,.91) 29%,rgba(6,25,52,.53) 53%,rgba(6,25,52,.04) 86%),linear-gradient(0deg,rgba(5,20,40,.83),transparent 35%),url('assets/servilin-hero.webp');background-size:cover;background-position:center}
.hero__grain{position:absolute;inset:0;opacity:.14;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.95' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.35'/%3E%3C/svg%3E");pointer-events:none}
.hero__inner{position:relative;z-index:2;min-height:inherit;display:flex;flex-direction:column;justify-content:space-between;padding-top:190px;padding-bottom:47px}
.hero__copy{max-width:1000px}
.eyebrow{display:flex;align-items:center;gap:14px;color:var(--blue);font-family:Manrope,Arial,sans-serif;font-size:12px;letter-spacing:.17em;font-weight:800}
.eyebrow--light{color:#e8eef7}
.eyebrow__line{width:32px;height:2px;background:var(--orange)}
.hero h1,.intro h2,.section-heading h2,.method h2,.repse h2,.contact h2{font-family:Manrope,Arial,sans-serif;font-weight:800;letter-spacing:-.065em}
.hero h1{font-size:clamp(59px,5.4vw,82px);line-height:1.075;margin:30px 0 25px;text-wrap:balance}
.hero h1 em,.method h2 em,.repse h2 em,.contact h2 em{font-style:normal;color:var(--orange)}
.hero__copy>p{max-width:580px;margin:0;color:#d1dbe6;font-size:19px;line-height:1.6}
.hero__actions{display:flex;gap:32px;align-items:center;margin-top:40px}
.button{display:inline-flex;align-items:center;justify-content:space-between;gap:34px;min-height:58px;padding:0 24px;font-size:14px;font-weight:800;transition:transform .2s ease,background .2s ease,color .2s ease,border-color .2s ease}
.button:hover{transform:translateY(-3px)}
.button span{font-size:22px;line-height:1;font-weight:400}
.button--orange{background:var(--orange);color:#fff;border:1px solid var(--orange)}
.button--orange:hover{background:var(--orange-hover);border-color:var(--orange-hover)}
.button--outline{border:1px solid var(--navy);color:var(--navy);background:transparent}
.button--outline:hover{background:var(--navy);color:#fff}
.text-link{display:inline-flex;gap:18px;align-items:center;font-size:14px;font-weight:700;border-bottom:1px solid rgba(255,255,255,.55);padding-bottom:5px}
.text-link span{font-size:18px}
.hero__bottom{display:flex;align-items:end;justify-content:space-between;gap:20px;color:#d9e3ef;font-size:10px;letter-spacing:.14em;font-weight:700}
.hero__index{min-width:190px}
.hero__trust{display:flex;gap:10px;align-items:center;letter-spacing:0;font-size:12px;line-height:1.32}
.hero__trust strong{font-size:16px;color:#fff}
.hero__trust-icon{display:grid;place-items:center;width:38px;height:38px;border:1px solid rgba(255,255,255,.58);border-radius:50%;color:var(--orange);font-size:22px}
.hero__scroll{margin-right:160px}
.hero__scroll span{font-size:17px;margin-left:12px}
.hero__edge{position:absolute;z-index:3;bottom:-1px;left:0;width:100%;height:18px;background:var(--paper);clip-path:polygon(0 100%,100% 100%,100% 0,0 100%)}
.section-tag{display:flex;gap:9px;white-space:nowrap;align-items:center;color:var(--blue);font-family:Manrope,Arial,sans-serif;font-size:11px;font-weight:800;letter-spacing:.14em}
.section-tag span{color:var(--orange)}
.section-tag--orange{color:var(--orange)}
.section-tag--orange span{color:var(--orange)}
.section-tag--light{color:#aebfd3}
.intro{background:var(--paper)}
.intro__grid{display:grid;grid-template-columns:1fr 3fr;gap:38px;align-items:start}
.intro__content{max-width:875px}
.intro h2{font-size:clamp(38px,4.2vw,66px);line-height:1.17;margin:0;text-wrap:balance}
.intro h2 span{color:#8c9aa9}
.intro p{max-width:720px;margin:28px 0 0 24%;font-size:17px;line-height:1.8;color:#566575}
.services{background:#eaf0f4}
.section-heading{display:flex;align-items:end;justify-content:space-between;gap:50px;margin-bottom:42px}
.section-heading h2{font-size:clamp(42px,4.5vw,70px);line-height:1.1;margin:20px 0 0}
.section-heading>p{max-width:320px;font-size:16px;line-height:1.75;color:#536271;margin:0 0 8px}
.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#c9d3dc;border:1px solid #c9d3dc}
.service-card{min-height:388px;padding:27px 26px 27px;position:relative;background:#f8fafb;display:flex;flex-direction:column;justify-content:space-between;transition:background .25s,color .25s,transform .25s}
.service-card:hover{background:#e2eaf0;transform:translateY(-5px);z-index:1}
.service-card--featured,.service-card--featured:hover{background:var(--navy);color:#fff}
.service-card__top{display:flex;align-items:start;justify-content:space-between;font-size:12px;letter-spacing:.14em;font-weight:700;color:var(--orange)}
.service-card__top svg{width:55px;height:55px;color:#0a457f}
.service-card--featured .service-card__top svg{color:var(--orange)}
.service-card h3{font-family:Manrope,Arial,sans-serif;font-size:23px;line-height:1.24;letter-spacing:-.04em;margin:0 0 12px}
.service-card p{margin:0;color:#617082;font-size:14px;line-height:1.65}
.service-card--featured p{color:#c2d0e0}
.service-card__arrow{position:absolute;right:27px;bottom:22px;color:var(--orange);font-size:21px}
.service-card>div:nth-child(2){padding-bottom:26px}
.method{background:#fff}
.method__grid{display:grid;grid-template-columns:1fr 1fr;gap:10%}
.method h2{font-size:clamp(44px,4.35vw,68px);line-height:1.12;margin:25px 0}
.method__intro>p{max-width:480px;color:#576575;font-size:17px;line-height:1.75;margin:0 0 36px}
.method__steps{border-top:1px solid var(--line)}
.method__steps article{display:grid;grid-template-columns:55px 1fr 20px;gap:18px;padding:31px 0;border-bottom:1px solid var(--line)}
.step-no{color:var(--orange);font-size:15px;font-weight:800}
.method__steps h3{margin:0 0 8px;font-family:Manrope,Arial,sans-serif;font-size:21px;letter-spacing:-.035em}
.method__steps p{margin:0;max-width:375px;color:#667384;font-size:14px;line-height:1.65}
.step-plus{color:var(--orange);font-size:24px;line-height:1}
.repse{position:relative;overflow:hidden;background:#0b2b55;color:#fff;min-height:540px;display:flex;align-items:center}
.repse::before{content:'';position:absolute;inset:0;background:linear-gradient(112deg,transparent 35%,rgba(11,72,129,.24) 35%,rgba(11,72,129,.24) 57%,transparent 57%);pointer-events:none}
.repse__inner{position:relative;display:grid;grid-template-columns:240px 1fr;gap:70px;align-items:center}
.repse__seal{width:220px;height:220px;border:1px solid rgba(255,255,255,.38);border-radius:50%;display:grid;place-items:center;position:relative}
.repse__seal::before{content:'';position:absolute;inset:13px;border:1px dashed rgba(255,255,255,.3);border-radius:50%}
.repse__seal-ring{position:absolute;top:41px;font-size:11px;letter-spacing:.22em;color:#c6d6e9}
.repse__seal-center{width:93px;height:93px;border-radius:50%;display:grid;place-items:center;background:var(--orange);font-size:50px;font-family:Manrope,Arial,sans-serif;font-weight:400}
.repse__copy{position:relative;z-index:2;max-width:750px}
.repse h2{font-size:clamp(45px,5vw,76px);line-height:1.1;margin:23px 0 20px}
.repse p{max-width:635px;color:#c5d4e5;line-height:1.75;font-size:17px;margin:0}
.repse__link{display:inline-flex;gap:35px;margin-top:28px;border-bottom:1px solid var(--orange);padding-bottom:8px;font-weight:700;font-size:14px}
.repse__link span{color:var(--orange);font-size:19px}
.repse__word{position:absolute;right:-28px;bottom:-175px;font-size:230px;font-family:Manrope,Arial,sans-serif;font-weight:800;letter-spacing:-.09em;opacity:.055;line-height:1;pointer-events:none}
.contact{background:#f7f8f8}
.contact__grid{display:grid;grid-template-columns:1fr 480px;gap:9%;align-items:start}
.contact h2{font-size:clamp(48px,5.2vw,80px);line-height:1.08;margin:26px 0 22px}
.contact__intro>p{max-width:500px;color:#617082;font-size:17px;line-height:1.75}
.contact__phone{display:flex;flex-direction:column;gap:12px;margin-top:60px}
.contact__phone>span{font-size:10px;letter-spacing:.17em;font-weight:800;color:var(--blue)}
.contact__phone a{font-family:Manrope,Arial,sans-serif;font-size:clamp(25px,3vw,40px);font-weight:800;letter-spacing:-.04em}
.contact__phone a span{font-size:24px;color:var(--orange)}
.quote-form{background:#fff;padding:35px 38px;box-shadow:0 18px 60px rgba(13,38,67,.07);display:flex;flex-direction:column}
.quote-form__header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);padding-bottom:21px;margin-bottom:27px;font-family:Manrope,Arial,sans-serif;font-size:12px;letter-spacing:.14em;font-weight:800;color:var(--blue)}
.quote-form__header span:last-child{color:var(--orange);font-size:22px;line-height:1}
.quote-form label{font-size:13px;font-weight:800;margin:0 0 8px}
.quote-form label span{color:var(--orange)}
.quote-form input,.quote-form select,.quote-form textarea{width:100%;border:1px solid #d8e0e6;background:#f9fbfc;border-radius:0;padding:13px 14px;font-size:14px;color:var(--ink);outline:none;margin-bottom:20px;transition:border-color .2s,background .2s}
.quote-form input:focus,.quote-form select:focus,.quote-form textarea:focus{border-color:var(--blue);background:#fff}
.quote-form input::placeholder,.quote-form textarea::placeholder{color:#9ba8b5}
.quote-form textarea{resize:vertical;min-height:88px}
.quote-form__submit{width:100%;margin-top:2px}
.quote-form>p{font-size:11px;color:#8793a0;line-height:1.5;margin:13px 0 0}
.site-footer{background:#061a36;color:#fff}
.site-footer__main{min-height:235px;padding:55px 0;display:grid;grid-template-columns:1.2fr 1fr auto;align-items:start;gap:60px}
.brand--footer .brand__mark{width:68px;height:68px}
.site-footer__main>p{margin:0;color:#aebed2;line-height:1.6;font-size:18px}
.site-footer__links{display:grid;grid-template-columns:1fr 1fr;gap:13px 26px;font-size:13px;color:#cad6e4}
.site-footer__links a:hover,.site-footer__bottom a:hover{color:var(--orange)}
.site-footer__bottom{border-top:1px solid rgba(255,255,255,.14);padding:24px 0 30px;display:flex;justify-content:space-between;gap:20px;color:#8fa3ba;font-size:10px;letter-spacing:.1em;font-weight:700}
.floating-contact{position:fixed;z-index:45;right:22px;bottom:24px;display:flex;flex-direction:column;gap:9px}
.floating-contact a{display:flex;align-items:center;justify-content:center;gap:9px;min-height:52px;min-width:52px;padding:0 14px;color:#fff;box-shadow:0 8px 24px rgba(0,0,0,.22);font-size:12px;font-weight:800;transition:transform .2s,box-shadow .2s}
.floating-contact a:hover{transform:translateX(-4px);box-shadow:0 12px 30px rgba(0,0,0,.28)}
.floating-contact svg{width:23px;height:23px}
.floating-contact__call{background:var(--orange)}
.floating-contact__whatsapp{background:#20b262}
@media(max-width:1100px){.desktop-nav{gap:17px}.site-header__inner{gap:22px}.header-cta{gap:10px}.service-grid{grid-template-columns:repeat(2,1fr)}.service-card{min-height:330px}.contact__grid{grid-template-columns:1fr 450px;gap:5%}}
@media(max-width:760px){.container{width:min(calc(100% - 36px),var(--container))}.section{padding:78px 0}.site-header__inner{min-height:72px;gap:12px}.brand__mark{width:47px;height:47px}.brand__type strong{font-size:18px}.brand__type small{font-size:6.5px}.desktop-nav,.header-cta{display:none}.menu-toggle{margin-left:auto;width:43px;height:43px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:6px;border:1px solid rgba(255,255,255,.5);background:transparent;color:#fff}.menu-toggle span{width:18px;height:2px;background:currentColor;transition:transform .2s}.menu-toggle[aria-expanded=true] span:first-child{transform:translateY(4px) rotate(45deg)}.menu-toggle[aria-expanded=true] span:last-child{transform:translateY(-4px) rotate(-45deg)}.mobile-nav:not([hidden]){display:flex;flex-direction:column;background:#081e3d;padding:18px;border-top:1px solid rgba(255,255,255,.15)}.mobile-nav a{padding:14px 6px;border-bottom:1px solid rgba(255,255,255,.12);font-weight:700;font-size:15px}.hero{min-height:790px;min-height:100svh}.hero__image{background-image:linear-gradient(0deg,rgba(4,20,43,.99) 0%,rgba(4,20,43,.95) 28%,rgba(4,20,43,.67) 54%,rgba(4,20,43,.1) 89%),url('assets/servilin-hero.webp');background-position:right center}.hero__inner{padding-top:270px;padding-bottom:42px;justify-content:flex-end}.hero__copy{max-width:600px}.hero h1{font-size:clamp(45px,10vw,70px);line-height:1.08;margin:19px 0 16px}.hero__copy>p{font-size:16px;line-height:1.52;max-width:500px}.eyebrow{font-size:10px;letter-spacing:.13em;gap:9px}.eyebrow__line{width:22px}.hero__actions{margin-top:26px;gap:17px;flex-wrap:wrap}.button{min-height:52px;padding:0 18px}.hero__bottom{margin-top:50px;align-items:center}.hero__index,.hero__scroll{display:none}.hero__trust{margin-left:auto;font-size:11px}.hero__trust strong{font-size:14px}.intro__grid{grid-template-columns:1fr;gap:22px}.intro h2{font-size:clamp(37px,8vw,58px)}.intro p{margin:22px 0 0;font-size:16px}.section-heading{align-items:start;flex-direction:column;gap:18px}.section-heading h2{font-size:clamp(38px,8vw,56px)}.section-heading>p{max-width:540px}.method__grid{grid-template-columns:1fr;gap:40px}.method h2{font-size:clamp(42px,8vw,60px)}.repse__inner{grid-template-columns:1fr;gap:25px}.repse__seal{width:122px;height:122px}.repse__seal::before{inset:8px}.repse__seal-ring{display:none}.repse__seal-center{width:65px;height:65px;font-size:36px}.repse h2{font-size:clamp(43px,8vw,61px)}.repse__word{font-size:130px;bottom:-95px}.contact__grid{grid-template-columns:1fr;gap:45px}.contact h2{font-size:clamp(47px,8.5vw,70px)}.contact__phone{margin-top:32px}.quote-form{max-width:600px}.site-footer__main{grid-template-columns:1fr 1fr;gap:36px}.site-footer__links{grid-column:1/-1}.site-footer__bottom{flex-direction:column}}
@media(max-width:520px){.hero{min-height:770px;min-height:100svh}.hero__inner{padding-top:220px;padding-bottom:36px}.hero h1{font-size:clamp(43px,11.4vw,57px);letter-spacing:-.069em}.hero__copy>p{font-size:15px}.hero__actions{align-items:stretch;gap:18px}.hero__actions .button{width:100%;justify-content:space-between}.text-link{font-size:13px}.hero__bottom{margin-top:37px}.service-grid{grid-template-columns:1fr}.service-card{min-height:260px;padding:24px}.service-card__top svg{width:45px;height:45px}.service-card h3{font-size:22px}.service-card>div:nth-child(2){padding-bottom:5px}.repse{min-height:0}.repse p{font-size:16px}.contact h2{font-size:clamp(44px,10vw,58px)}.quote-form{padding:25px 22px}.site-footer__main{grid-template-columns:1fr;padding:48px 0;gap:24px}.site-footer__links{grid-column:auto}.floating-contact{right:12px;bottom:12px;gap:7px}.floating-contact a{padding:0;width:49px;height:49px;min-height:49px;min-width:49px;border-radius:50%}.floating-contact a span{display:none}}
@media(max-width:360px){.brand__type strong{font-size:16px}.brand__type small{font-size:5.7px}.hero h1{font-size:42px}.hero__inner{padding-top:192px}.hero__copy>p{font-size:14px}.hero__bottom{margin-top:28px}}
@media(max-width:760px){.site-header{background:linear-gradient(180deg,rgba(4,20,43,.72),rgba(4,20,43,0))}.menu-toggle{background:rgba(4,20,43,.6)}.hero__bottom{justify-content:flex-start}.hero__trust{margin-left:0}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button,.service-card,.floating-contact a,.header-cta,.preloader{transition:none}.preloader__logo{animation:none}}

/* Motion system */
.method{overflow:hidden}
.scroll-progress{position:fixed;z-index:90;top:0;left:0;right:0;height:4px;background:var(--orange);transform:scaleX(0);transform-origin:left center;pointer-events:none;box-shadow:0 0 12px rgba(255,91,22,.55)}
.has-motion .hero__image{transform:scale(1.055)}
.has-motion body.is-ready .hero__image{transform:scale(1);transition:transform 2.6s cubic-bezier(.16,1,.3,1)}
.has-motion .hero .eyebrow,.has-motion .hero h1,.has-motion .hero__copy>p,.has-motion .hero__actions,.has-motion .hero__bottom{opacity:0;transform:translate3d(0,32px,0)}
.has-motion body.is-ready .hero .eyebrow{animation:hero-enter .8s .08s cubic-bezier(.16,1,.3,1) both}
.has-motion body.is-ready .hero h1{animation:hero-enter 1s .2s cubic-bezier(.16,1,.3,1) both}
.has-motion body.is-ready .hero__copy>p{animation:hero-enter .9s .43s cubic-bezier(.16,1,.3,1) both}
.has-motion body.is-ready .hero__actions{animation:hero-enter .9s .61s cubic-bezier(.16,1,.3,1) both}
.has-motion body.is-ready .hero__bottom{animation:hero-enter .8s .75s cubic-bezier(.16,1,.3,1) both}
@keyframes hero-enter{to{opacity:1;transform:translate3d(0,0,0)}}
.has-motion .motion-reveal{opacity:0;transform:translate3d(0,42px,0);transition:opacity .75s cubic-bezier(.16,1,.3,1),transform .85s cubic-bezier(.16,1,.3,1);transition-delay:var(--reveal-delay,0ms)}
.has-motion .motion-reveal[data-motion="right"]{transform:translate3d(38px,0,0)}
.has-motion .motion-reveal[data-motion="scale"]{transform:scale(.82) rotate(-13deg)}
.has-motion .motion-reveal.is-visible{opacity:1;transform:none}
.service-card{overflow:hidden}
.service-card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:var(--orange);transform:scaleX(0);transform-origin:left;transition:transform .45s cubic-bezier(.16,1,.3,1)}
.service-card:hover::before{transform:scaleX(1)}
.service-card__top svg,.service-card__arrow{transition:transform .45s cubic-bezier(.16,1,.3,1)}
.service-card:hover .service-card__top svg{transform:translateY(-7px) rotate(-6deg)}
.service-card:hover .service-card__arrow{transform:translate(5px,-5px)}
.has-motion .service-card.motion-reveal.is-visible:hover{transform:translateY(-9px)}
.button{position:relative;overflow:hidden}
.button::after{content:'';position:absolute;inset:0;background:linear-gradient(115deg,transparent 25%,rgba(255,255,255,.25) 50%,transparent 75%);transform:translateX(-160%);transition:transform .65s ease;pointer-events:none}
.button:hover::after{transform:translateX(160%)}
.repse__seal.is-visible::before{animation:seal-spin 18s linear infinite}
.repse__seal.is-visible .repse__seal-center{animation:seal-glow 3.2s ease-in-out infinite}
@keyframes seal-spin{to{transform:rotate(360deg)}}
@keyframes seal-glow{50%{box-shadow:0 0 0 18px rgba(255,91,22,.1),0 0 45px rgba(255,91,22,.35)}}
.floating-contact__whatsapp{position:relative}
.floating-contact__whatsapp::after{content:'';position:absolute;inset:-5px;border:2px solid rgba(32,178,98,.65);border-radius:inherit;animation:contact-pulse 3s ease-out infinite;pointer-events:none}
@keyframes contact-pulse{0%,15%{opacity:.7;transform:scale(.92)}65%,100%{opacity:0;transform:scale(1.22)}}
@media(prefers-reduced-motion:reduce){
  .has-motion .hero__image,.has-motion body.is-ready .hero__image{transform:none;transition:none}
  .has-motion .hero .eyebrow,.has-motion .hero h1,.has-motion .hero__copy>p,.has-motion .hero__actions,.has-motion .hero__bottom,.has-motion .motion-reveal{opacity:1;transform:none;animation:none;transition:none}
  .repse__seal.is-visible::before,.repse__seal.is-visible .repse__seal-center,.floating-contact__whatsapp::after{animation:none}
  .button::after{display:none}
}
