/**
 * UFoundMe! premium-tech presentation layer.
 *
 * This late stylesheet standardises hierarchy, spacing and surfaces across
 * marketing, authentication, reseller and legal pages. It does not alter
 * business logic, owner-selected pet-card themes or finder task flows.
 */
:root{
  --ufm-premium-ink:#151024;
  --ufm-premium-violet:#342050;
  --ufm-premium-violet-2:#593985;
  --ufm-premium-cyan:#25b8cf;
  --ufm-premium-coral:#ff735c;
  --ufm-premium-paper:#f8f6f3;
  --ufm-premium-surface:#fffdfb;
  --ufm-premium-line:#ded7e5;
  --ufm-premium-muted:#6b6474;
  --ufm-premium-shadow:0 22px 64px rgba(35,24,55,.12);
  --ufm-premium-radius:26px;
}

/* One recognisable canvas is shared by complete public pages. */
html body:not(.public-card-body):not(.chat-surface):not(.chat-page){
  color:var(--ufm-premium-ink);
  background-color:var(--ufm-premium-paper);
  background-image:var(--ufm-site-paw-trail),
    radial-gradient(circle at 8% 5%,rgba(255,115,92,.12),transparent 28rem),
    radial-gradient(circle at 92% 20%,rgba(37,184,207,.12),transparent 30rem),
    linear-gradient(145deg,#fffaf5 0%,#f7f3fa 58%,#eef9fa 100%);
  background-attachment:fixed;
}
body:not(.public-card-body):not(.chat-surface):not(.chat-page) :is(h1,h2,h3,strong){
  text-wrap:balance;
}
body:not(.public-card-body):not(.chat-surface):not(.chat-page) :is(p,li,dd){
  text-wrap:pretty;
}

/* Primary headers use a compact glass surface with one clear action rhythm. */
body:not(.public-card-body) :is(.topbar,.ufm-auth-public-header,.partner-head,.legal-header,.site-header){
  border-bottom:1px solid rgba(61,43,82,.13)!important;
  background:rgba(255,253,251,.9)!important;
  box-shadow:0 10px 38px rgba(34,24,49,.06);
  -webkit-backdrop-filter:blur(18px) saturate(1.08);backdrop-filter:blur(18px) saturate(1.08);
}
body:not(.public-card-body) :is(.topbar,.ufm-auth-public-header,.partner-head,.legal-header,.site-header) .ufm-site-theme-toggle{
  /* The fixed width prevents legacy eShop button rules from stretching this
     compact header control underneath the account actions. */
  position:relative;inset:auto;z-index:auto;flex:0 0 44px;width:44px;min-width:44px;max-width:44px;height:44px;
  padding:0 12px;border-radius:12px;box-shadow:none;
}
body:not(.public-card-body) :is(.topbar,.ufm-auth-public-header,.partner-head,.legal-header,.site-header) .ufm-site-theme-toggle [data-theme-label]{
  position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);
}
.topbar>.ufm-site-theme-toggle{order:8}
.ufm-auth-public-header>.ufm-site-theme-toggle,.legal-header>.ufm-site-theme-toggle{order:8}
.partner-head>.ufm-site-theme-toggle{order:3}

/* Buttons are firm and product-like. Pills remain reserved for compact state. */
body:not(.public-card-body) :is(
  .button,.auth-primary,.auth-secondary,.auth-provider,.legal-pdf-download,
  .nav-cta,.hero-actions a,.hero-actions button,.ufm-footer-meo-cta
){
  border-radius:13px!important;min-height:44px;transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease;
}
body:not(.public-card-body) :is(
  .button,.auth-primary,.auth-secondary,.auth-provider,.legal-pdf-download,
  .nav-cta,.hero-actions a,.hero-actions button,.ufm-footer-meo-cta
):hover{transform:translateY(-1px)}
body:not(.public-card-body) :is(a,button,input,select,textarea):focus-visible{
  outline:3px solid var(--ufm-premium-coral)!important;outline-offset:3px!important;
}

/* Marketing page: content remains complete but the first decision is clear. */
body:not(.public-card-body)>.topbar{padding-inline:clamp(16px,3vw,48px)}
body:not(.public-card-body)>.topbar .logo{max-width:170px}
body:not(.public-card-body)>main{isolation:isolate}
body:not(.public-card-body)>main>.view{
  width:min(1480px,calc(100% - clamp(24px,5vw,80px)));margin-inline:auto;
}
body:not(.public-card-body)>main>.view:not(.hero){
  border:1px solid rgba(73,52,95,.11);border-radius:var(--ufm-premium-radius);
  box-shadow:0 18px 58px rgba(38,27,56,.07);
}
html body:not(.public-card-body):not(.chat-surface):not(.chat-page)>main>.view.hero{
  min-height:min(780px,calc(100svh - 84px));padding:clamp(30px,5vw,76px);
  border:1px solid rgba(255,255,255,.14);border-radius:32px;
  color:#fff!important;background:
    radial-gradient(circle at 86% 20%,rgba(37,184,207,.34),transparent 21rem),
    radial-gradient(circle at 15% 92%,rgba(255,115,92,.2),transparent 24rem),
    linear-gradient(135deg,#171126 0%,#2b1a44 57%,#4f3179 100%)!important;
  box-shadow:0 30px 84px rgba(28,19,43,.22);
}
html body:not(.public-card-body):not(.chat-surface):not(.chat-page)>main>.view.hero :is(h1,h2,h3,strong){color:inherit}
html body:not(.public-card-body):not(.chat-surface):not(.chat-page)>main>.view.hero .hero-copy>p{color:#ddd4e6}
html body:not(.public-card-body):not(.chat-surface):not(.chat-page)>main>.view.hero .hero-guide-link{color:#8fe9f3}
html body:not(.public-card-body):not(.chat-surface):not(.chat-page)>main>.view.hero :is(.hero-how,.hero-price,.launch-offer-card){
  border-color:rgba(255,255,255,.18);background:rgba(255,255,255,.09);
  -webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);
}

/* Authentication: one calm story panel and one focused action card. */
.auth-page-ufoundme .auth-shell{
  width:min(1180px,calc(100% - 32px));margin:clamp(28px,5vh,72px) auto;
  min-height:0!important;flex:none!important;
  overflow:hidden;border:1px solid var(--ufm-premium-line);border-radius:30px;
  background:var(--ufm-premium-surface);box-shadow:var(--ufm-premium-shadow);
}
/* The global consent spacer is a block-flow technique. On an auth grid it
 * would become a third grid item and create an empty second row. */
.auth-page-ufoundme:has(>.gdpr-alert:not([hidden])) .auth-shell::after{display:none!important;content:none!important}
.auth-page-ufoundme .auth-story{
  color:#fff;background:
    radial-gradient(circle at 15% 82%,rgba(37,184,207,.2),transparent 16rem),
    linear-gradient(145deg,#211533,#3e2860 62%,#57377f);
}
.auth-page-ufoundme .auth-story :is(h1,h2,h3,strong){color:#fff}
.auth-page-ufoundme .auth-story :is(p,li,small){color:#ddd4e6}
.auth-page-ufoundme .auth-card{border:0!important;background:#fffdfb!important;box-shadow:none!important}
.auth-page-ufoundme .auth-card :is(input,select,textarea){
  min-height:50px;border:1px solid #d7cfde;border-radius:12px;background:#fff;
}
.auth-page-ufoundme .auth-login-tabs{padding:4px;border:1px solid #ded7e5;border-radius:14px;background:#f4f0f6}
.auth-page-ufoundme .auth-login-tab{min-height:44px;border-radius:10px}
.auth-page-ufoundme .auth-login-tab.is-active{color:#fff;background:var(--ufm-premium-violet)}
.auth-page-ufoundme .check{align-items:flex-start}
.auth-page-ufoundme .check input{flex:0 0 20px;min-height:20px;margin-top:2px}

/* Reseller: editorial sections are chunked into readable commercial blocks. */
.ufm-reseller-page main{width:min(1240px,calc(100% - 32px));margin:0 auto;padding:clamp(28px,5vw,72px) 0}
.ufm-reseller-page .partner-head{padding-inline:clamp(16px,4vw,64px)}
.ufm-reseller-page .partner-head>a:first-child img{width:158px;height:auto}
.ufm-reseller-page main>.hero{
  min-height:560px;padding:clamp(34px,6vw,76px);border-radius:32px;color:#fff;
  background:radial-gradient(circle at 85% 18%,rgba(37,184,207,.32),transparent 22rem),
    linear-gradient(135deg,#171126,#32204e 60%,#57377f);box-shadow:var(--ufm-premium-shadow);
}
.ufm-reseller-page .hero :is(h1,h2,h3,strong){color:#fff}
.ufm-reseller-page .hero .lead{color:#ded5e7}
.ufm-reseller-page .hero>aside{border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.09);backdrop-filter:blur(12px)}
.ufm-reseller-page main>:is(.offer,.reasons,.flow,.scenario,.final){
  margin-top:24px;padding:clamp(24px,4vw,52px);border:1px solid var(--ufm-premium-line);
  border-radius:var(--ufm-premium-radius);background:rgba(255,253,251,.94);box-shadow:0 18px 52px rgba(38,27,56,.07);
}
.ufm-reseller-page main>.final>img{
  width:min(240px,62vw);height:auto!important;max-height:92px;object-fit:contain;
}
.ufm-reseller-page main>:is(.offer,.reasons,.flow,.scenario,.final) :is(h2,h3,strong){color:var(--ufm-premium-ink)}
.ufm-reseller-page main>:is(.offer,.reasons,.flow,.scenario,.final) :is(p,li,dt,dd){color:var(--ufm-premium-muted)}
.ufm-reseller-page .products article{border:1px solid var(--ufm-premium-line);border-radius:20px;background:#fff}

/* Legal: navigation remains visible and documents read like a publication. */
.legal-page>main{width:min(1240px,calc(100% - 32px));margin:clamp(26px,5vw,64px) auto;gap:24px;background:transparent!important}
.legal-page>main>aside,.legal-page>main>article{
  border:1px solid var(--ufm-premium-line)!important;border-radius:24px!important;
  background:rgba(255,253,251,.95)!important;box-shadow:0 18px 52px rgba(38,27,56,.07);
}
.legal-page>main>aside{position:sticky;top:96px;height:max-content}
.legal-page>main>article{padding:clamp(24px,4vw,54px)!important}
.legal-page>main>article>section{padding-block:clamp(20px,3vw,34px);border-top:1px solid #e6dfea}
.legal-page>main>article>section p{max-width:76ch;line-height:1.72}

/* Night mode keeps the same information hierarchy with darker materials. */
:root[data-theme="dark"] body:not(.public-card-body) :is(.topbar,.ufm-auth-public-header,.partner-head,.legal-header,.site-header){
  background:rgba(20,15,31,.9)!important;
}
:root[data-theme="dark"] .auth-page-ufoundme .auth-card,
:root[data-theme="dark"] .ufm-reseller-page main>:is(.offer,.reasons,.flow,.scenario,.final),
:root[data-theme="dark"] .legal-page>main>:is(aside,article){
  border-color:var(--ufm-night-line)!important;color:var(--ufm-night-text)!important;background:var(--ufm-night-surface)!important;
}

@media(max-width:1199px){
  .auth-page-ufoundme .ufm-auth-public-header>.ufm-site-theme-toggle{margin-left:auto}
}
@media(min-width:1200px){
  /* The universal account controls are fixed at the right edge on desktop.
     Reserve that measured lane so the reseller theme control stays clickable. */
  body.ufm-reseller-page:not(.public-card-body)>.partner-head>.ufm-site-theme-toggle{
    position:absolute!important;inset:15px calc(clamp(28px,4vw,70px) + 352px) auto auto!important;
  }
}
@media(min-width:1760px){
  .eshop-page .shop-header>.ufm-site-theme-toggle{
    position:absolute!important;top:15px!important;right:calc(clamp(28px,4vw,64px) + 350px)!important;
    bottom:auto!important;left:auto!important;width:44px!important;min-width:44px!important;height:44px!important;
  }
  .eshop-page .shop-header>.desktop-cart-trigger{
    top:13px!important;right:calc(clamp(28px,4vw,64px) + 410px)!important;
    bottom:auto!important;left:auto!important;width:96px!important;height:48px!important;
  }
}
@media(min-width:1024px) and (max-width:1279px){
  body:not(.public-card-body)>.topbar>.ufm-site-theme-toggle{position:absolute;right:490px}
}
@media(max-width:1023px){
  body:not(.public-card-body)>.topbar>.ufm-site-theme-toggle{position:absolute;right:68px}
  body:not(.public-card-body)>.topbar>.mobile-cart-trigger{right:120px!important}
  body:not(.public-card-body)>main>.hero{min-height:auto;border-radius:26px}
  .auth-page-ufoundme .auth-shell{grid-template-columns:1fr}
  .auth-page-ufoundme .auth-story{min-height:auto}
  .legal-page>main{grid-template-columns:1fr}
  .legal-page>main>aside{position:static}
}
@media(max-width:767px){
  html body:not(.public-card-body):not(.chat-surface):not(.chat-page){
    background-image:var(--ufm-site-paw-trail-mobile),linear-gradient(145deg,#fffaf5,#f4f2f9 60%,#eef9fa);
  }
  body:not(.public-card-body)>main>.view{width:min(100% - 20px,1480px)}
  body:not(.public-card-body)>main>.hero{padding:26px 20px;border-radius:22px}
  body:not(.public-card-body)>.topbar>.ufm-site-theme-toggle{right:60px!important;margin:0}
  body:not(.public-card-body)>.topbar>.mobile-cart-trigger{right:112px!important}
  body:not(.public-card-body)>main>.view:not(.hero){border-radius:20px}
  .auth-page-ufoundme .auth-shell{width:min(100% - 20px,1180px);margin:16px auto;border-radius:22px}
  .auth-page-ufoundme .auth-story,.auth-page-ufoundme .auth-card{padding-inline:20px!important}
  .ufm-reseller-page main{width:min(100% - 20px,1240px);padding-top:16px}
  .ufm-reseller-page main>.hero{padding:28px 20px;border-radius:22px}
  .ufm-reseller-page main>:is(.offer,.reasons,.flow,.scenario,.final){padding:22px 18px;border-radius:20px}
  .legal-page>main{width:min(100% - 20px,1240px);margin:16px auto}
  .legal-page>main>article{padding:22px 18px!important}
}
@media(max-width:479px){
  body:not(.public-card-body) :is(.topbar,.ufm-auth-public-header,.partner-head,.legal-header,.site-header) .ufm-site-theme-toggle{
    width:44px;min-width:44px;height:44px;padding:0;
  }
  .auth-page-ufoundme .ufm-auth-public-header{padding-inline:10px;gap:6px}
  .auth-page-ufoundme .ufm-auth-public-header .auth-logo{width:110px}
  .ufm-reseller-page .partner-head{padding-inline:10px;gap:7px}
  .ufm-reseller-page .partner-head>a:first-child img{width:108px}
  .ufm-reseller-page .partner-head>.button{padding-inline:9px;font-size:.63rem}
  .ufm-reseller-page .partner-head nav{display:none}
}
@media(prefers-reduced-motion:reduce){
  body:not(.public-card-body) :is(a,button){transition:none!important}
}

/*
 * Home desktop reading rail.
 *
 * The editorial column remains the document's scrolling source. The product
 * preview is pinned only while its owning hero is in view, so keyboard and
 * touch users never enter a separately scrolling panel. Smaller viewports keep
 * the normal document flow because their useful height cannot hold the phone.
 */
@media(min-width:1200px){
  /* `overflow-x:hidden` turns the body into a scroll container in Chromium and
     disables descendant stickiness. `clip` keeps the same horizontal safety
     without stealing the page's vertical scrolling context. */
  body.ufm-tech-premium{
    overflow-x:clip!important;
    overflow-y:visible!important;
  }
  body.ufm-tech-premium main>.view.hero.active{
    display:grid!important;
    grid-template-columns:minmax(0,1.03fr) minmax(420px,.87fr)!important;
    align-items:start!important;
    gap:clamp(42px,5vw,88px)!important;
    min-height:0!important;
    overflow:visible!important;
  }
  body.ufm-tech-premium main>.view.hero.active>.hero-copy{
    grid-column:1!important;
    grid-row:1!important;
    min-width:0;
  }
  body.ufm-tech-premium main>.view.hero.active>.hero-product{
    display:block!important;
    grid-column:2!important;
    grid-row:1!important;
    position:sticky!important;
    top:calc(var(--ufm-public-header-height,74px) + 18px)!important;
    align-self:start!important;
    width:100%;
    height:calc(100svh - var(--ufm-public-header-height,74px) - 36px)!important;
    min-height:560px!important;
    max-height:820px;
    margin:0!important;
  }
  body.ufm-tech-premium main>.view.hero.active>.hero-product>.hero-visual{
    width:100%!important;
    height:100%!important;
    min-height:0!important;
    margin:0!important;
  }
}

@media(min-width:1200px) and (max-height:720px){
  /* Short laptop displays receive a compact preview that still fits entirely. */
  body.ufm-tech-premium main>.view.hero.active>.hero-product{
    min-height:0!important;
    height:calc(100svh - var(--ufm-public-header-height,74px) - 24px)!important;
    top:calc(var(--ufm-public-header-height,74px) + 12px)!important;
  }
  body.ufm-tech-premium main>.view.hero.active .hero-visual .visual-phone{
    transform:scale(.84) rotate(-1.2deg)!important;
    transform-origin:center;
  }
  body.ufm-tech-premium main>.view.hero.active .hero-badge-product{
    transform:scale(.86) rotate(-8deg)!important;
  }
}

/*
 * Integrated TECH PREMIUM landing.
 *
 * The standalone prototype remains the visual oracle. These prefixed rules
 * transpose its hierarchy without leaking into the QR, chat, Studio or account
 * views that continue to use the established application components.
 */
body.ufm-tech-premium main>.view.hero.active.ufm-premium-landing{
  display:block!important;
  width:100%!important;
  max-width:none!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  overflow:visible!important;
  color:var(--ufm-premium-ink)!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
.ufm-premium-landing{
  --ufm-landing-night:#120d26;
  --ufm-landing-night-2:#251646;
  --ufm-landing-cyan:#25b8cf;
  --ufm-landing-cyan-soft:#b9edf1;
  --ufm-landing-coral:#ff735c;
  --ufm-landing-paper:#f7f5f2;
  --ufm-landing-muted:#716a7d;
  --ufm-landing-line:rgba(21,16,36,.13);
  --ufm-landing-shell:min(1180px,calc(100% - 48px));
  font-family:"Avenir Next","Segoe UI",system-ui,sans-serif;
}
.ufm-premium-landing *{box-sizing:border-box}
.ufm-premium-landing :is(h1,h2,h3){font-family:"Avenir Next","Segoe UI",system-ui,sans-serif;letter-spacing:-.045em;line-height:1.03}
.ufm-premium-shell{width:var(--ufm-landing-shell);margin-inline:auto}
/* On a wide header the colour-scheme control names the destination mode.
   Compact layouts retain the icon-only control and its accessible label. */
@media(min-width:768px){
  body.ufm-tech-premium>.topbar>.ufm-site-theme-toggle{
    flex-basis:auto;width:auto;min-width:112px;max-width:none;padding-inline:13px 15px;
    border-color:rgba(61,43,82,.16);background:rgba(255,253,251,.92);
  }
  body.ufm-tech-premium>.topbar>.ufm-site-theme-toggle [data-theme-icon]{display:grid;width:24px;height:24px;place-items:center;border-radius:50%;background:#f0eaf5}
  body.ufm-tech-premium>.topbar>.ufm-site-theme-toggle [data-theme-label]{position:static;width:auto;height:auto;overflow:visible;clip-path:none;white-space:nowrap}
}
@media(min-width:768px) and (max-width:1279px){
  /* Tablet headers reserve the right edge for language, account, cart and
     menu controls. Keep the colour-scheme control beside the logo so none of
     those independently positioned hit areas can cover it. */
  body.ufm-tech-premium>.topbar>.ufm-site-theme-toggle{
    right:auto!important;left:174px!important;width:44px;min-width:44px;max-width:44px;padding:0;
  }
  body.ufm-tech-premium>.topbar>.ufm-site-theme-toggle [data-theme-label]{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}
}
@media(min-width:1760px){
  /* Full-route desktop headers already use the centre rail. Anchor a compact
     toggle immediately before the reserved account capsule, never below it. */
  body.ufm-tech-premium>.topbar>.ufm-site-theme-toggle{
    position:absolute!important;top:50%!important;right:calc(clamp(34px,4vw,70px) + 400px)!important;left:auto!important;
    width:44px;min-width:44px;max-width:44px;padding:0;transform:translateY(-50%);
  }
  body.ufm-tech-premium>.topbar>.ufm-site-theme-toggle [data-theme-label]{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}
}
@media(min-width:2000px){
  body.ufm-tech-premium>.topbar>.ufm-site-theme-toggle{right:calc(clamp(48px,5vw,100px) + 440px)!important}
}
@media(min-width:1280px){
  /* FR - Le rail de navigation est une extension du header : il occupe toute
     la largeur et ne crée aucun bandeau gris avant le contenu.
     EN - The discovery rail extends the header across the full viewport and
     leaves no grey spacer before the page content. */
  html.ufm-navigation-ready body.ufm-tech-premium>.ufm-desktop-navigation:not([hidden]){
    width:100%;max-width:none;margin:0;padding:7px clamp(24px,4vw,64px);gap:6px;
    border-bottom:1px solid rgba(61,43,82,.12);
    background:rgba(255,253,251,.96);
    box-shadow:0 8px 24px rgba(34,24,49,.045);
    -webkit-backdrop-filter:blur(18px) saturate(1.08);backdrop-filter:blur(18px) saturate(1.08);
  }
  body.ufm-tech-premium>.ufm-desktop-navigation>a{
    min-height:40px;padding:8px 14px;border:1px solid transparent;border-radius:10px;
    color:var(--ufm-premium-ink);font-weight:700;
    transition:border-color .18s ease,background-color .18s ease,box-shadow .18s ease,transform .18s ease;
  }
  body.ufm-tech-premium>.ufm-desktop-navigation>a:hover,
  body.ufm-tech-premium>.ufm-desktop-navigation>a:focus-visible{
    border-color:rgba(89,57,133,.16);color:var(--ufm-premium-violet);
    background:rgba(89,57,133,.075);transform:translateY(-1px);
  }
  body.ufm-tech-premium>.ufm-desktop-navigation>a:last-child{
    color:#fff;background:linear-gradient(135deg,#2b1a44,#442968);
    box-shadow:0 8px 20px rgba(43,26,68,.14);
  }
  body.ufm-tech-premium>.ufm-desktop-navigation>a:last-child:hover,
  body.ufm-tech-premium>.ufm-desktop-navigation>a:last-child:focus-visible{
    border-color:rgba(255,255,255,.22);color:#fff;background:linear-gradient(135deg,#342050,#593985);
  }
  body.ufm-tech-premium>#main-content{padding-top:0!important}
}
.ufm-premium-hero{
  position:relative;
  overflow:clip;
  color:#fff;
  background:
    radial-gradient(circle at 85% 22%,rgba(37,184,207,.22),transparent 26rem),
    radial-gradient(circle at 8% 88%,rgba(255,115,92,.16),transparent 25rem),
    linear-gradient(135deg,#110c23 0%,#21153f 56%,#173b4a 100%);
}
.ufm-premium-hero::before{
  position:absolute;inset:0;pointer-events:none;opacity:.38;content:"";
  background-image:radial-gradient(circle at 15% 18%,rgba(37,184,207,.4) 0 2px,transparent 3px),radial-gradient(circle at 86% 72%,rgba(255,115,92,.3) 0 2px,transparent 3px);
  background-size:160px 160px,210px 210px;
}
.ufm-premium-hero-grid{position:relative;display:grid;grid-template-columns:minmax(0,1.02fr) minmax(420px,.98fr);align-items:start;gap:clamp(34px,5vw,74px);min-height:1080px;padding:96px 0 58px}
.ufm-premium-hero-copy{position:relative;z-index:3;max-width:670px;padding-top:34px}
.ufm-premium-eyebrow{display:flex;align-items:center;gap:10px;margin:0 0 18px;color:var(--ufm-landing-cyan-soft)!important;font-size:12px;font-weight:800;letter-spacing:.14em;line-height:1.4;text-transform:uppercase}
.ufm-premium-eyebrow>span{width:8px;height:8px;flex:0 0 8px;border-radius:50%;background:var(--ufm-landing-coral);box-shadow:0 0 0 6px rgba(255,115,92,.11)}
.ufm-premium-eyebrow.is-dark{color:var(--ufm-premium-violet)!important}
.ufm-premium-hero-copy h1{max-width:760px;margin:0;color:#fff!important;font-size:clamp(48px,5.3vw,78px)!important}
.ufm-premium-hero-lead{max-width:630px;margin:26px 0 0!important;color:rgba(255,255,255,.76)!important;font-size:clamp(18px,1.55vw,21px)!important;line-height:1.55!important}
.ufm-premium-guide{margin:15px 0 0!important}
.ufm-premium-guide a{color:var(--ufm-landing-cyan-soft);font-size:14px;font-weight:760;text-underline-offset:5px}
.ufm-premium-hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:34px}
.ufm-premium-button{display:inline-flex;min-height:52px;align-items:center;justify-content:center;gap:12px;padding:0 22px;border:1px solid transparent;border-radius:14px;font-weight:800;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease}
.ufm-premium-button:hover{transform:translateY(-2px)}
.ufm-premium-button.is-accent{color:var(--ufm-landing-night)!important;background:linear-gradient(135deg,#aeeaf0,#42c8da);box-shadow:0 16px 40px rgba(37,184,207,.24)}
.ufm-premium-button.is-ghost{color:#fff!important;border-color:rgba(255,255,255,.18);background:rgba(255,255,255,.08)}
.ufm-premium-button.is-light{color:var(--ufm-landing-night)!important;background:#fff;box-shadow:0 16px 40px rgba(0,0,0,.18)}
.ufm-premium-price-line{display:grid;grid-template-columns:auto 1fr;max-width:600px;margin-top:32px;padding:20px 22px;border:1px solid rgba(255,255,255,.14);border-radius:18px;background:linear-gradient(135deg,rgba(255,255,255,.1),rgba(255,255,255,.045));box-shadow:0 18px 46px rgba(0,0,0,.14);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}
.ufm-premium-price-kicker{grid-column:1/-1;color:var(--ufm-landing-cyan-soft);font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.ufm-premium-price-line>strong{margin-top:5px;color:#fff!important;font-size:28px}
.ufm-premium-price-line>strong small{font-size:.43em;letter-spacing:.08em}
.ufm-premium-price-line>span:not(.ufm-premium-price-kicker){align-self:end;margin:0 0 4px 13px;color:rgba(255,255,255,.78)}
.ufm-premium-price-line>small{grid-column:1/-1;margin-top:6px;color:rgba(255,255,255,.58);font-size:12px;line-height:1.45}
.ufm-premium-product{position:relative!important;z-index:2;align-self:start!important;width:100%!important;height:min(720px,calc(100svh - 106px))!important;min-height:580px!important;margin:0!important}
.ufm-premium-product-canvas{position:relative!important;width:100%!important;height:100%!important;min-height:580px!important;margin:0!important;overflow:visible!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important}
.ufm-premium-product-canvas>.layout-illustration-cta{display:none!important}
.ufm-premium-orbit{position:absolute;top:50%;left:50%;width:min(470px,88%);aspect-ratio:1;border:1px solid rgba(185,237,241,.16);border-radius:50%;transform:translate(-50%,-50%)}
.ufm-premium-orbit::before,.ufm-premium-orbit::after{position:absolute;border:1px solid rgba(185,237,241,.11);border-radius:50%;content:""}.ufm-premium-orbit::before{inset:42px}.ufm-premium-orbit::after{inset:94px}
.ufm-premium-signal{position:absolute;border-radius:50%;filter:blur(3px)}
.ufm-premium-signal.is-cyan{top:15%;right:7%;width:260px;height:260px;background:rgba(37,184,207,.18)}
.ufm-premium-signal.is-coral{bottom:6%;left:5%;width:190px;height:190px;background:rgba(255,115,92,.15)}
.ufm-premium-product .hero-pet-switcher{top:18px!important;right:2%!important;left:auto!important;z-index:9!important;border-color:rgba(255,255,255,.18)!important;background:rgba(255,255,255,.94)!important;box-shadow:0 14px 32px rgba(0,0,0,.2)!important;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}
.ufm-premium-product .hero-pet-switcher button{color:var(--ufm-landing-night)!important}
.ufm-premium-product .hero-pet-switcher button[aria-pressed="true"]{color:#fff!important;background:var(--ufm-landing-night)!important}
.ufm-premium-product .ufm-premium-hero-badge{position:absolute!important;z-index:7!important;top:24%!important;right:190px!important;bottom:auto!important;left:auto!important;width:205px!important;height:auto!important;transform:rotate(-9deg)!important;filter:drop-shadow(0 26px 24px rgba(0,0,0,.42))!important}
.ufm-premium-product .ufm-premium-hero-badge img{display:block;width:100%!important;height:auto!important;max-height:none!important;object-fit:contain!important}
.ufm-premium-product .ufm-premium-phone{position:absolute!important;z-index:5!important;right:2%!important;bottom:5%!important;left:auto!important;width:292px!important;min-height:500px!important;height:auto!important;padding:9px!important;border:8px solid rgba(255,255,255,.92)!important;border-radius:38px!important;background:#171327!important;box-shadow:0 38px 86px rgba(0,0,0,.38),0 0 0 1px rgba(185,237,241,.2)!important;transform:rotate(3deg)!important}
.ufm-premium-product .ufm-premium-phone .visual-island{top:0!important;width:90px!important;height:20px!important}
.ufm-premium-product .ufm-premium-phone .pet-preview{min-height:482px!important;padding:34px 14px 12px!important;border-radius:27px!important}
.ufm-premium-product .ufm-premium-phone .pet-preview>img{width:126px!important;height:126px!important;margin:13px auto!important;border-width:6px!important}
.ufm-premium-product .ufm-premium-phone .pet-preview h2{font-size:2rem!important}
.ufm-premium-product .ufm-premium-phone .pet-preview footer{min-height:58px;margin-top:auto;padding:8px;grid-template-columns:34px minmax(70px,1fr) auto;gap:7px}
.ufm-premium-product .ufm-premium-phone .pet-preview footer .avatar{width:34px;height:34px}
.ufm-premium-product .ufm-premium-phone .pet-preview footer button{font-size:.55rem;white-space:nowrap}
.ufm-premium-product-proof{position:absolute;z-index:8;right:210px;bottom:2%;display:flex;align-items:center;gap:12px;max-width:250px;padding:13px 15px;color:var(--ufm-landing-night);border:1px solid rgba(255,255,255,.72);border-radius:14px;background:rgba(255,255,255,.95);box-shadow:0 28px 70px rgba(23,14,45,.28);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}
.ufm-premium-product-proof>img{width:28px;height:28px;filter:none!important}
.ufm-premium-product-proof span{display:flex;flex-direction:column}.ufm-premium-product-proof strong{font-size:12px}.ufm-premium-product-proof small{color:var(--ufm-landing-muted);font-size:10px;line-height:1.35}
.ufm-premium-trust-rail{position:relative;display:grid;grid-template-columns:repeat(4,1fr);margin:0 auto 34px;padding:22px;border:1px solid rgba(255,255,255,.12);border-radius:20px;background:rgba(255,255,255,.055);list-style:none;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}
.ufm-premium-trust-rail li{display:flex;min-width:0;align-items:flex-start;gap:11px;padding:0 22px;border-left:1px solid rgba(255,255,255,.13)}
.ufm-premium-trust-rail li:first-child{padding-left:0;border-left:0}.ufm-premium-trust-rail img{margin-top:2px;filter:brightness(0) invert(1);opacity:.74}.ufm-premium-trust-rail span{display:flex;min-width:0;flex-direction:column}.ufm-premium-trust-rail strong{color:#fff!important;font-size:14px}.ufm-premium-trust-rail small{color:rgba(255,255,255,.56);font-size:11px;line-height:1.4}
.ufm-premium-process,.ufm-premium-service{position:relative;padding-block:112px;color:var(--ufm-premium-ink);background:radial-gradient(circle at 92% 10%,rgba(37,184,207,.08),transparent 28rem),var(--ufm-landing-paper);box-shadow:0 0 0 100vmax var(--ufm-landing-paper);clip-path:inset(0 -100vmax)}
.ufm-premium-section-heading{display:grid;grid-template-columns:1.2fr .8fr;align-items:end;gap:70px;margin-bottom:58px}
.ufm-premium-section-heading h2{max-width:700px;margin:0;color:var(--ufm-premium-ink)!important;font-size:clamp(38px,4.2vw,60px)}
.ufm-premium-section-heading>p{max-width:470px;margin:0;color:var(--ufm-landing-muted)!important;font-size:17px;line-height:1.6}
.ufm-premium-section-heading.is-centered{grid-template-columns:1fr;max-width:850px;margin-inline:auto;text-align:center}.ufm-premium-section-heading.is-centered .ufm-premium-eyebrow{justify-content:center}.ufm-premium-section-heading.is-centered>p{max-width:700px;margin-inline:auto}
.ufm-premium-process-list{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;margin:0;padding:1px;overflow:hidden;border:1px solid var(--ufm-landing-line);border-radius:24px;background:var(--ufm-landing-line);list-style:none}
.ufm-premium-process-list li{position:relative;min-height:230px;padding:28px;background:linear-gradient(150deg,rgba(255,255,255,.94),rgba(255,255,255,.66));transition:transform .2s ease,background-color .2s ease}.ufm-premium-process-list li:hover{z-index:1;transform:translateY(-3px);background:#fff}
.ufm-premium-step-number{color:var(--ufm-landing-coral);font-size:12px;font-weight:800}.ufm-premium-step-icon{position:absolute;top:22px;right:24px;color:rgba(85,54,129,.18);font-size:64px;font-weight:800}.ufm-premium-process-list li div{position:absolute;right:28px;bottom:28px;left:28px}.ufm-premium-process-list strong{font-size:26px}.ufm-premium-process-list p{max-width:250px;margin:8px 0 0;color:var(--ufm-landing-muted)!important}
.ufm-premium-badges{position:relative;overflow:clip;color:#fff;border-block:1px solid rgba(185,237,241,.1);background:radial-gradient(circle at 82% 36%,rgba(37,184,207,.17),transparent 28rem),linear-gradient(135deg,#110c23 0%,#21153f 56%,#173b4a 100%)}
.ufm-premium-badges::before{position:absolute;inset:0;opacity:.16;content:"";background-image:radial-gradient(circle,var(--ufm-landing-cyan) 1px,transparent 1px);background-size:28px 28px;mask-image:linear-gradient(to right,transparent,#000)}
.ufm-premium-badges-grid{position:relative;display:grid;grid-template-columns:.82fr 1.18fr;align-items:center;gap:70px;min-height:760px;padding:92px 0}
.ufm-premium-badges-copy{position:relative;z-index:2}.ufm-premium-badges-copy h2{margin:0;color:#fff!important;font-size:clamp(44px,5vw,70px)}.ufm-premium-badges-copy>p:not(.ufm-premium-eyebrow){max-width:510px;margin:23px 0;color:rgba(255,255,255,.68)!important;font-size:18px}.ufm-premium-badges-copy ul{display:grid;gap:9px;margin:0 0 29px;padding:0;color:rgba(255,255,255,.72);list-style:none}.ufm-premium-badges-copy li::before{margin-right:10px;color:var(--ufm-landing-cyan);font-weight:800;content:"✓"}
.ufm-premium-variants{position:relative;display:flex;min-height:590px;align-items:center;justify-content:center;gap:8px;background:radial-gradient(circle,rgba(37,184,207,.2),transparent 53%)}
.ufm-premium-variants::before{position:absolute;width:510px;aspect-ratio:1;border:1px solid rgba(255,255,255,.12);border-radius:50%;content:""}
.ufm-premium-variants>a{position:relative;z-index:2;display:flex;width:42%;max-width:270px;flex-direction:column;align-items:center;color:#fff;text-decoration:none;transition:transform .2s ease}
.ufm-premium-variants>a:hover{transform:translateY(-8px)}.ufm-premium-variants>a:nth-child(1){transform:translateY(-16px) rotate(-7deg)}.ufm-premium-variants>a:nth-child(1):hover{transform:translateY(-24px) rotate(-7deg)}.ufm-premium-variants>a:nth-child(2){transform:translateY(20px) rotate(7deg)}.ufm-premium-variants>a:nth-child(2):hover{transform:translateY(12px) rotate(7deg)}
.ufm-premium-variants>a img{width:100%;height:390px;object-fit:contain;filter:drop-shadow(0 34px 26px rgba(0,0,0,.42))}.ufm-premium-variants>a span{display:flex;flex-direction:column;align-items:center;padding:8px 12px;border-radius:12px;background:rgba(18,13,38,.78);backdrop-filter:blur(10px)}.ufm-premium-variants>a strong{font-size:13px}.ufm-premium-variants>a small{color:rgba(255,255,255,.58);font-size:9px}
.ufm-premium-variants>p{position:absolute;z-index:4;top:22px;right:0;display:flex;width:170px;flex-direction:column;margin:0;padding:18px;color:var(--ufm-landing-night)!important;border-radius:20px;background:var(--ufm-landing-cyan-soft);box-shadow:0 28px 70px rgba(0,0,0,.2)}.ufm-premium-variants>p small{font-weight:700}.ufm-premium-variants>p strong{font-size:27px}.ufm-premium-variants>p span{font-size:10px;line-height:1.35}
.ufm-premium-console{overflow:hidden;border:1px solid var(--ufm-landing-line);border-radius:28px;background:#fff;box-shadow:0 30px 78px rgba(23,14,45,.16),0 2px 0 rgba(255,255,255,.9) inset}
.ufm-premium-console>nav{display:grid;grid-template-columns:repeat(3,1fr);border-bottom:1px solid var(--ufm-landing-line)}.ufm-premium-console>nav span{display:flex;min-height:70px;align-items:center;justify-content:center;gap:10px;color:var(--ufm-landing-muted);border-right:1px solid var(--ufm-landing-line);font-weight:800}.ufm-premium-console>nav span:first-child{color:var(--ufm-landing-night);background:#eef8f9}.ufm-premium-console>nav span:last-child{border-right:0}.ufm-premium-console>nav b{display:grid;width:29px;height:29px;place-items:center;border-radius:50%;background:rgba(85,54,129,.08);font-size:10px}.ufm-premium-console>nav span:first-child b{color:#fff;background:var(--ufm-premium-violet)}
.ufm-premium-console-panel{display:grid;grid-template-columns:1fr 360px;align-items:center;gap:70px;min-height:440px;padding:46px 58px}.ufm-premium-console-status{color:var(--ufm-landing-coral);font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.ufm-premium-console-panel h3{max-width:560px;margin:12px 0;color:var(--ufm-premium-ink)!important;font-size:38px}.ufm-premium-console-panel p{max-width:600px;color:var(--ufm-landing-muted)!important}.ufm-premium-console-panel ul{display:grid;gap:8px;padding-left:20px}.ufm-premium-console-panel a{display:inline-flex;margin-top:18px;color:var(--ufm-premium-violet);font-weight:800;text-decoration-thickness:2px;text-underline-offset:5px}
.ufm-premium-console-preview{display:flex;flex-direction:column;align-items:center;padding:25px;border:1px solid rgba(85,54,129,.08);border-radius:24px;background:linear-gradient(160deg,#f0eafa,#e7f7f8);box-shadow:0 18px 48px rgba(52,32,80,.1);text-align:center}.ufm-premium-console-preview>span{align-self:flex-start;font-size:11px;font-weight:800;text-transform:uppercase}.ufm-premium-console-preview img{width:170px;height:170px;margin:25px auto 16px;object-fit:cover;border:8px solid rgba(255,255,255,.82);border-radius:50%;box-shadow:0 18px 40px rgba(52,32,80,.18)}.ufm-premium-console-preview strong{font-size:30px}.ufm-premium-console-preview small{color:var(--ufm-landing-muted)}
.ufm-premium-campaign{position:relative;overflow:clip;color:#fff;border-top:1px solid rgba(185,237,241,.1);background:radial-gradient(circle at 82% 38%,rgba(37,184,207,.17),transparent 28rem),linear-gradient(135deg,#110c23 0%,#21153f 56%,#173b4a 100%)}.ufm-premium-campaign-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:80px;min-height:590px;padding:70px 0}.ufm-premium-campaign h2{max-width:640px;margin:0;color:#fff!important;font-size:clamp(42px,5vw,70px)}.ufm-premium-campaign p:not(.ufm-premium-eyebrow){max-width:600px;margin:24px 0 32px;color:rgba(255,255,255,.72)!important;font-size:18px}.ufm-premium-campaign-products{position:relative;display:flex;min-height:470px;align-items:center;justify-content:center}.ufm-premium-campaign-products::before{position:absolute;width:430px;aspect-ratio:1;border:1px solid rgba(185,237,241,.16);border-radius:50%;background:rgba(37,184,207,.12);box-shadow:0 0 90px rgba(37,184,207,.12) inset;content:""}.ufm-premium-campaign-products img{position:relative;display:block;width:255px;height:390px;opacity:1;object-fit:contain;filter:drop-shadow(0 30px 24px rgba(0,0,0,.38))}.ufm-premium-campaign-products img:first-child{z-index:2;margin-right:-70px;transform:rotate(-8deg)}.ufm-premium-campaign-products img:last-child{transform:translateY(18px) rotate(8deg)}

/* The product stays in view while the narrative rail scrolls on large screens. */
@media(min-width:1200px){
  body.ufm-tech-premium .ufm-premium-hero-grid>.ufm-premium-product{position:sticky!important;top:calc(var(--ufm-public-header-height,74px) + 16px)!important}
}
@media(max-width:1023px){
  .ufm-premium-landing{--ufm-landing-shell:min(100% - 32px,760px)}
  .ufm-premium-hero-grid{grid-template-columns:1fr;min-height:0;padding-top:70px}
  .ufm-premium-hero-copy{max-width:720px;padding-top:0}
  .ufm-premium-product{height:600px!important;min-height:600px!important}
  .ufm-premium-product-canvas{min-height:600px!important}
  .ufm-premium-trust-rail{grid-template-columns:repeat(2,1fr);row-gap:24px}.ufm-premium-trust-rail li:nth-child(3){padding-left:0;border-left:0}
  .ufm-premium-section-heading{grid-template-columns:1fr;gap:22px}.ufm-premium-process-list{grid-template-columns:1fr}.ufm-premium-process-list li{min-height:190px}
  .ufm-premium-badges-grid,.ufm-premium-campaign-grid{grid-template-columns:1fr;gap:30px}.ufm-premium-badges-grid{padding-bottom:54px}.ufm-premium-console-panel{grid-template-columns:1fr 300px;gap:30px;padding:38px}
}
@media(max-width:767px){
  .ufm-premium-landing{--ufm-landing-shell:min(100% - 24px,560px)}
  .ufm-premium-hero-grid{padding:46px 0 30px}.ufm-premium-hero-copy h1{font-size:clamp(39px,12vw,58px)!important}.ufm-premium-hero-lead{font-size:17px!important}
  .ufm-premium-hero-actions{display:grid}.ufm-premium-button{width:100%;min-height:50px;padding-inline:16px;text-align:center}
  .ufm-premium-price-line{grid-template-columns:1fr}.ufm-premium-price-line>span:not(.ufm-premium-price-kicker){margin:4px 0}.ufm-premium-price-line>small{grid-column:1}
  .ufm-premium-product{height:500px!important;min-height:500px!important}.ufm-premium-product-canvas{min-height:500px!important}
  .ufm-premium-product .ufm-premium-hero-badge{top:34%!important;right:170px!important;left:auto!important;width:145px!important}.ufm-premium-product .ufm-premium-phone{right:3%!important;bottom:4%!important;width:230px!important;min-height:416px!important}.ufm-premium-product .ufm-premium-phone .pet-preview{min-height:398px!important;padding-top:26px!important}.ufm-premium-product .ufm-premium-phone .pet-preview>img{width:104px!important;height:104px!important}.ufm-premium-product-proof{right:auto;bottom:0;left:0;max-width:210px}.ufm-premium-product .hero-pet-switcher{top:2px!important;right:0!important}
  .ufm-premium-trust-rail{grid-template-columns:1fr;padding-block:20px}.ufm-premium-trust-rail li,.ufm-premium-trust-rail li:nth-child(3){padding:10px 0;border-top:1px solid rgba(255,255,255,.1);border-left:0}.ufm-premium-trust-rail li:first-child{border-top:0}
  .ufm-premium-process,.ufm-premium-service{padding-block:76px}.ufm-premium-section-heading{margin-bottom:34px}.ufm-premium-section-heading h2{font-size:clamp(35px,10vw,49px)}
  .ufm-premium-process-list li{min-height:172px;padding:22px}.ufm-premium-process-list li div{right:22px;bottom:22px;left:22px}.ufm-premium-step-icon{right:19px;font-size:52px}
  .ufm-premium-badges-grid{padding-block:76px 42px}.ufm-premium-badges-copy h2,.ufm-premium-campaign h2{font-size:clamp(39px,11vw,54px)}.ufm-premium-variants{min-height:500px}.ufm-premium-variants>a{width:47%}.ufm-premium-variants>a img{height:330px}.ufm-premium-variants>p{top:0;right:0;width:150px;padding:14px}
  .ufm-premium-console>nav span{min-height:62px;flex-direction:column;gap:4px;font-size:11px}.ufm-premium-console-panel{grid-template-columns:1fr;padding:26px 20px}.ufm-premium-console-panel h3{font-size:31px}.ufm-premium-console-preview{order:-1}.ufm-premium-console-preview img{width:132px;height:132px;margin-block:16px 10px}
  .ufm-premium-campaign-grid{padding-block:72px}.ufm-premium-campaign-products{min-height:360px}.ufm-premium-campaign-products::before{width:300px}.ufm-premium-campaign-products img{width:165px;height:280px}.ufm-premium-campaign-products img:first-child{margin-right:-52px}
}
@media(max-width:479px){
  .ufm-premium-product{height:450px!important;min-height:450px!important}.ufm-premium-product-canvas{min-height:450px!important}.ufm-premium-product .ufm-premium-hero-badge{top:36%!important;right:150px!important;left:auto!important;width:124px!important}.ufm-premium-product .ufm-premium-phone{right:12px!important;width:210px!important;min-height:380px!important}.ufm-premium-product .ufm-premium-phone .pet-preview{min-height:362px!important}.ufm-premium-product-proof{bottom:-8px;max-width:190px;padding:10px}.ufm-premium-product-proof small{font-size:9px}.ufm-premium-orbit{width:315px}.ufm-premium-signal.is-cyan{width:180px;height:180px}.ufm-premium-signal.is-coral{width:120px;height:120px}
  .ufm-premium-variants{min-height:440px}.ufm-premium-variants>a img{height:285px}.ufm-premium-variants>a span{padding-inline:7px}.ufm-premium-variants>a strong{font-size:11px}.ufm-premium-campaign-products{min-height:320px}
}
:root[data-theme="dark"] .ufm-premium-landing{--ufm-landing-paper:#100d19;--ufm-landing-muted:#c8becf;--ufm-landing-line:rgba(236,229,243,.16)}
:root[data-theme="dark"] body.ufm-tech-premium>.topbar>.ufm-site-theme-toggle{border-color:#5b4d6c!important;color:var(--ufm-night-text)!important;background:#241c35ed!important}
:root[data-theme="dark"] body.ufm-tech-premium>.topbar>.ufm-site-theme-toggle [data-theme-icon]{background:#382b4c}
:root[data-theme="dark"].ufm-navigation-ready body.ufm-tech-premium>.ufm-desktop-navigation:not([hidden]){
  border-bottom-color:rgba(236,229,243,.13);background:rgba(20,15,31,.96);
  box-shadow:0 8px 24px rgba(0,0,0,.18);
}
:root[data-theme="dark"] body.ufm-tech-premium>.ufm-desktop-navigation>a{color:var(--ufm-night-text)}
:root[data-theme="dark"] body.ufm-tech-premium>.ufm-desktop-navigation>a:hover,
:root[data-theme="dark"] body.ufm-tech-premium>.ufm-desktop-navigation>a:focus-visible{
  border-color:rgba(145,228,236,.18);color:#91e4ec;background:rgba(145,228,236,.08);
}
:root[data-theme="dark"] body.ufm-tech-premium>.ufm-desktop-navigation>a:last-child{color:#fff;background:linear-gradient(135deg,#4d3371,#2e7180)}
/* FR - Les commandes invitées restent lisibles lorsque le header passe en
   mode nuit. EN - Guest controls keep their contrast in the dark header. */
:root[data-theme="dark"] body.ufm-tech-premium>.ufm-global-controls :is(.ufm-login,.ufm-language-menu>summary){color:var(--ufm-night-text)}
:root[data-theme="dark"] body.ufm-tech-premium>.ufm-global-controls .ufm-language-menu>summary i{color:var(--ufm-night-muted)}
:root[data-theme="dark"] body.ufm-tech-premium>.ufm-global-controls .ufm-language-menu>summary img{filter:brightness(0) invert(1)}
:root[data-theme="dark"] body.ufm-tech-premium>.ufm-global-controls :is(.ufm-create,.ufm-studio-link){color:#fff;background:linear-gradient(135deg,#4d3371,#2e7180)}
:root[data-theme="dark"] body.ufm-tech-premium>.ufm-cookie-banner .ufm-cookie-banner-brand img{filter:brightness(0) invert(1)}
:root[data-theme="dark"] .ufm-premium-process,:root[data-theme="dark"] .ufm-premium-service{color:var(--ufm-night-text);background:radial-gradient(circle at 90% 8%,rgba(37,184,207,.1),transparent 28rem),linear-gradient(145deg,#100d19,#171221 60%,#20182f);box-shadow:0 0 0 100vmax #100d19}
:root[data-theme="dark"] .ufm-premium-process-list{border-color:var(--ufm-night-line);background:var(--ufm-night-line)}
:root[data-theme="dark"] .ufm-premium-process-list li,:root[data-theme="dark"] .ufm-premium-console{color:var(--ufm-night-text);border-color:var(--ufm-night-line);background:linear-gradient(150deg,#211a30,#171221)}
:root[data-theme="dark"] .ufm-premium-process-list li:hover{background:#261e36}
:root[data-theme="dark"] .ufm-premium-section-heading h2,:root[data-theme="dark"] .ufm-premium-console-panel h3{color:var(--ufm-night-text)!important}
:root[data-theme="dark"] .ufm-premium-process-list p,:root[data-theme="dark"] .ufm-premium-section-heading>p,:root[data-theme="dark"] .ufm-premium-console-panel p,:root[data-theme="dark"] .ufm-premium-console-preview small{color:var(--ufm-night-muted)!important}
:root[data-theme="dark"] .ufm-premium-eyebrow.is-dark,:root[data-theme="dark"] .ufm-premium-console-panel a{color:#91e4ec!important}
:root[data-theme="dark"] .ufm-premium-console>nav{border-color:var(--ufm-night-line)}
:root[data-theme="dark"] .ufm-premium-console>nav span{color:var(--ufm-night-muted);border-color:var(--ufm-night-line)}
:root[data-theme="dark"] .ufm-premium-console>nav span:first-child{color:#fff;background:#193039}
:root[data-theme="dark"] .ufm-premium-console-preview{color:var(--ufm-night-text);border-color:var(--ufm-night-line);background:linear-gradient(160deg,#302642,#193039)}
@media(prefers-reduced-motion:reduce){.ufm-premium-landing *{scroll-behavior:auto!important;transition-duration:.01ms!important}}
