/* elguide 2026 — local prototype + Elementor design system */
*, *::before, *::after { box-sizing: border-box; }

/* Elementor integration: keep the exact v5 canvas free of theme and container spacing. */
.elementor-widget-elguide-v5-page,
.elementor-widget-elguide-v5-page > .elementor-widget-container,
.elementor-widget[class*="elementor-widget-elguide-v5-"],
.elementor-widget[class*="elementor-widget-elguide-v5-"] > .elementor-widget-container,
.elguide-v5-elementor-page {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.elementor-widget[class*="elementor-widget-elguide-v5-"] {
  align-self: stretch;
  margin-block: 0 !important;
}

body.elguide-v5-elementor-sections:not(.elementor-editor-active) .elguide-v5-section--hero .offer-bar {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 130;
}

body.elguide-v5-elementor-sections:not(.elementor-editor-active) .elguide-v5-section--hero .site-header {
  position: fixed;
  inset: var(--offer-height) 0 auto 0;
  z-index: 129;
}

body.elguide-v5-elementor-sections:not(.elementor-editor-active) .elguide-v5-section--hero .hero {
  margin-top: calc(var(--offer-height) + var(--header-height));
}

body.admin-bar.elguide-v5-elementor-sections:not(.elementor-editor-active) .elguide-v5-section--hero .offer-bar { top: 32px; }
body.admin-bar.elguide-v5-elementor-sections:not(.elementor-editor-active) .elguide-v5-section--hero .site-header { top: calc(32px + var(--offer-height)); }

@media (max-width: 782px) {
  body.admin-bar.elguide-v5-elementor-sections:not(.elementor-editor-active) .elguide-v5-section--hero .offer-bar { top: 46px; }
  body.admin-bar.elguide-v5-elementor-sections:not(.elementor-editor-active) .elguide-v5-section--hero .site-header { top: calc(46px + var(--offer-height)); }
}

.video-card.has-video {
  display: block;
  height: auto;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  cursor: default;
  background: #000;
}

.video-card.has-video .video-embed,
.video-card.has-video iframe,
.video-card.has-video video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  min-height: 0;
  border: 0;
}

.elguide-v5-elementor-page {
  position: relative;
  min-width: 320px;
  overflow-x: clip;
  color: var(--ink);
  background: var(--paper);
}

body.elementor-editor-active .elguide-v5-elementor-page .support-chat,
body.elementor-editor-active .elguide-v5-elementor-page .mobile-cta,
body.elementor-editor-active .elguide-v5-elementor-page .cookie-banner,
body.elementor-editor-active .elguide-v5-elementor-page dialog,
body.elementor-editor-active > .cookie-banner,
body.elementor-editor-active > .cookie-preferences,
body.elementor-editor-preview > .cookie-banner,
body.elementor-editor-preview > .cookie-preferences {
  display: none !important;
}

body.elementor-editor-active .elguide-v5-elementor-page .site-header {
  position: relative;
  top: auto;
}

body.elementor-editor-active .site-header {
  position: relative !important;
  top: auto !important;
}

/* Elementor indsætter widgets efter den første sideinitialisering. Vis derfor
   altid redigerbart indhold i editoren, mens animationerne bevares på frontend. */
body.elementor-editor-active .elguide-v5-elementor-page .reveal,
body.elementor-editor-preview .elguide-v5-elementor-page .reveal,
.elementor-editor-active .elguide-v5-elementor-page .reveal,
body.elementor-editor-active .reveal,
body.elementor-editor-preview .reveal {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

body.admin-bar:not(.elementor-editor-active) .elguide-v5-elementor-page .site-header { top: 32px; }

@media (max-width: 782px) {
  body.admin-bar:not(.elementor-editor-active) .elguide-v5-elementor-page .site-header { top: 46px; }
}

:root {
  --ink: #201e28;
  --ink-2: #2b2934;
  --ink-3: #3a3744;
  --paper: #fbfaf7;
  --cream: #f3f0e9;
  --cream-2: #e8e3da;
  --white: #ffffff;
  --orange: #ff914d;
  --orange-deep: #b83f24;
  --orange-soft: #ffd9c1;
  --blue: #386f89;
  --green: #2f6d50;
  --muted: #5c5862;
  --line: rgba(32, 30, 40, .13);
  --line-light: rgba(255, 255, 255, .17);
  --shadow-sm: 0 12px 34px rgba(32, 30, 40, .08);
  --shadow-md: 0 28px 80px rgba(32, 30, 40, .16);
  --shadow-orange: 0 24px 60px rgba(216, 77, 43, .24);
  --radius-sm: 14px;
  --radius-md: 24px;
  --radius-lg: 38px;
  --container: 1240px;
  --header-height: 78px;
  --offer-height: 38px;
  --ease: cubic-bezier(.22, 1, .36, 1);
}

html {
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + var(--offer-height) + 18px);
}

body {
  margin: 0;
  width: 100%;
  max-width: 100%;
  min-width: 320px;
  overflow-x: clip;
  color: var(--ink);
  background: var(--paper);
  font-family: "Figtree", "Segoe UI", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.menu-open { overflow: hidden; }

img { max-width: 100%; display: block; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }

::selection { background: var(--orange); color: var(--ink); }

:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 9999;
  padding: 10px 16px;
  border-radius: 8px;
  background: var(--ink);
  color: white;
  transform: translateY(-150%);
}

.skip-link:focus { transform: none; }

.container {
  width: min(calc(100% - 48px), var(--container));
  margin-inline: auto;
}

.section { position: relative; padding: 132px 0; }

.offer-bar {
  position: relative;
  z-index: 101;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  height: var(--offer-height);
  padding: 0 20px;
  background: var(--orange);
  color: var(--ink);
  font-size: 13px;
  letter-spacing: .015em;
}

.offer-bar__pulse {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--ink);
  box-shadow: 0 0 0 0 rgba(32, 30, 40, .35);
  animation: offer-pulse 2s infinite;
}

.offer-bar__divider { width: 1px; height: 14px; background: rgba(32, 30, 40, .28); }

@keyframes offer-pulse {
  60% { box-shadow: 0 0 0 8px rgba(32, 30, 40, 0); }
  100% { box-shadow: 0 0 0 0 rgba(32, 30, 40, 0); }
}

/* Header */
.site-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 120;
  height: var(--header-height);
  border-bottom: 1px solid transparent;
  background: rgba(251, 250, 247, .86);
  backdrop-filter: blur(18px) saturate(150%);
  transition: box-shadow .3s ease, border-color .3s ease, background .3s ease;
}

.site-header.is-scrolled {
  border-color: var(--line);
  background: rgba(251, 250, 247, .95);
  box-shadow: 0 8px 30px rgba(32, 30, 40, .06);
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.brand {
  position: relative;
  display: inline-flex;
  min-height: 44px;
  padding-block: 3px;
  align-items: center;
  color: var(--ink);
  text-decoration: none;
  line-height: 1;
}

.brand__image {
  display: block;
  width: 132px;
  height: auto;
}

.desktop-nav { display: flex; align-items: center; gap: clamp(22px, 2.4vw, 38px); }

.desktop-nav a,
.text-link {
  position: relative;
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: var(--ink);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.desktop-nav a { font-size: 12px; letter-spacing: .09em; text-transform: uppercase; }

.desktop-nav a::after,
.text-link::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -6px;
  left: 0;
  height: 2px;
  background: var(--orange-deep);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .3s var(--ease);
}

.desktop-nav a:hover::after,
.text-link:hover::after { transform: scaleX(1); transform-origin: left; }

.site-header__actions { display: flex; align-items: center; gap: 22px; }
.header-login { display: inline-flex; min-height: 44px; align-items: center; }
.menu-toggle { display: none; }

.mobile-menu {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  padding: 18px 24px 26px;
  border-bottom: 1px solid var(--line);
  background: var(--paper);
  box-shadow: var(--shadow-sm);
}

.mobile-menu nav { display: grid; }
.mobile-menu a { padding: 14px 4px; border-bottom: 1px solid var(--line); font-size: 15px; font-weight: 700; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }

/* Type + buttons */
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }

h1, h2 {
  margin-bottom: 24px;
  font-weight: 700;
  letter-spacing: -.055em;
  line-height: 1.04;
}

h1 { font-size: clamp(60px, 6.9vw, 108px); }
h2 { font-size: clamp(45px, 5vw, 74px); }
h3 { letter-spacing: -.025em; }

h1 em, h2 em {
  color: var(--orange-deep);
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -.025em;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  color: var(--orange-deep);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.eyebrow > span { width: 26px; height: 2px; background: currentColor; }
.eyebrow--light { color: var(--orange); }
.product-section h2 em,
.business-section h2 em,
.contact-section h2 em { color: var(--orange); }

.section-heading > p:not(.eyebrow) {
  max-width: 620px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: clamp(17px, 1.6vw, 20px);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  min-height: 50px;
  padding: 13px 23px;
  border: 1px solid var(--orange);
  border-radius: 999px;
  background: var(--orange);
  color: var(--ink);
  font-weight: 750;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(216, 77, 43, 0);
  transition: transform .25s var(--ease), box-shadow .25s ease, background .25s ease, border-color .25s ease;
}

.button:hover { transform: translateY(-3px); background: #ff9f63; box-shadow: var(--shadow-orange); }
.button:active { transform: translateY(-1px) scale(.985); }
.button svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 2; }
.button--small { min-height: 44px; padding: 10px 19px; font-size: 14px; }
.button--large { min-height: 58px; padding: 16px 28px; }

.button--ghost {
  border-color: var(--line);
  background: rgba(255, 255, 255, .5);
  box-shadow: none;
}

.button--ghost:hover { border-color: var(--ink); background: var(--white); box-shadow: var(--shadow-sm); }
.button--light { border-color: var(--white); background: var(--white); }
.button--light:hover { background: var(--cream); border-color: var(--cream); }
.button--full { width: 100%; }

.play-icon {
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 8px;
  padding-left: 2px;
}

.arrow-link {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--ink);
  font-weight: 750;
  text-decoration: none;
}

.arrow-link span { color: var(--orange-deep); transition: transform .25s var(--ease); }
.arrow-link:hover span { transform: translateX(5px); }
.arrow-link--light { border-color: rgba(255,255,255,.6); color: white; }
.arrow-link--light span { color: var(--orange); }

/* Hero */
.hero {
  position: relative;
  min-height: 880px;
  padding: 74px 0 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 79% 34%, rgba(255, 145, 77, .17), transparent 25%),
    linear-gradient(180deg, var(--paper), var(--cream));
}

.hero__mesh {
  position: absolute;
  inset: 0 0 auto auto;
  width: 58%;
  height: 92%;
  opacity: .16;
  background-image:
    linear-gradient(rgba(32,30,40,.3) 1px, transparent 1px),
    linear-gradient(90deg, rgba(32,30,40,.3) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(circle at center, black 0, transparent 69%);
  transform: perspective(800px) rotateY(-24deg) rotateZ(4deg) scale(1.25);
  transform-origin: right center;
  pointer-events: none;
}

.hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .91fr) minmax(460px, 1.09fr);
  align-items: center;
  gap: clamp(12px, 3vw, 54px);
  min-height: 835px;
}

.hero__copy { position: relative; z-index: 3; padding-bottom: 30px; }
.hero-title-line { display: inline-block; font-size: .82em; white-space: nowrap; }
.hero__lead { max-width: 650px; margin-bottom: 32px; color: #54505b; font-size: clamp(18px, 1.6vw, 21px); line-height: 1.56; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }

.hero__proof {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 23px;
  margin: 27px 0 0;
  padding: 0;
  color: #55515c;
  font-size: 14px;
  list-style: none;
}

.hero__proof li { display: flex; align-items: center; gap: 7px; }
.hero__proof span { color: var(--orange-deep); font-weight: 900; }

.hero-stage {
  position: relative;
  z-index: 2;
  align-self: stretch;
  min-height: 835px;
  perspective: 1000px;
  transform-style: preserve-3d;
}

.hero-stage__halo {
  position: absolute;
  top: 17%;
  right: -6%;
  width: 80%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: linear-gradient(140deg, var(--orange), #f8b885 48%, #e1d9ca 49%, #f1eee7 70%);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.65), 0 40px 100px rgba(216,77,43,.18);
  transition: transform .2s ease-out;
}

.hero-stage__grid {
  position: absolute;
  right: -5%;
  bottom: 7%;
  width: 70%;
  height: 50%;
  opacity: .32;
  background-image: radial-gradient(var(--ink) 1.2px, transparent 1.2px);
  background-size: 17px 17px;
  mask-image: linear-gradient(to top, black, transparent 84%);
}

.hero-stage__people {
  position: absolute;
  z-index: 2;
  right: -3%;
  bottom: 0;
  width: 70%;
  max-height: 620px;
  object-fit: contain;
  object-position: bottom;
  filter: drop-shadow(0 28px 28px rgba(32, 30, 40, .16));
  transition: transform .22s ease-out;
}

.hero-stage__phone {
  position: absolute;
  z-index: 3;
  bottom: 2%;
  left: 7%;
  width: 34%;
  max-height: 500px;
  object-fit: contain;
  filter: drop-shadow(0 30px 34px rgba(32, 30, 40, .32));
  transform: rotate(-5deg) translateZ(40px);
  transition: transform .22s ease-out, opacity .2s ease, scale .2s ease;
}

.hero-stage__phone.is-switching { opacity: .2; scale: .94; }

.question-cloud {
  position: absolute;
  z-index: 10;
  top: 4px;
  right: -2%;
  left: -2%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 270px));
  justify-content: space-between;
  gap: 14px 20px;
  pointer-events: none;
  transform: translateZ(110px);
}

.question-bubble {
  position: relative;
  display: block;
  width: 100%;
  min-height: 66px;
  max-width: none;
  padding: 14px 18px;
  border: 1px solid rgba(32,30,40,.08);
  border-radius: 20px 20px 20px 6px;
  background: #fff;
  color: var(--ink);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  box-shadow: 0 16px 38px rgba(32,30,40,.16);
  font: inherit;
  line-height: 1.35;
  text-align: left;
  cursor: pointer;
  pointer-events: auto;
  animation: none;
  transition: color .25s ease, background .25s ease, box-shadow .25s ease, transform .25s var(--ease);
}

.question-bubble::after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 14px;
  width: 0;
  height: 0;
  border-top: 13px solid rgba(255,255,255,.94);
  border-right: 14px solid transparent;
  filter: drop-shadow(0 5px 3px rgba(32,30,40,.06));
  transition: border-color .25s ease;
}

.question-bubble strong {
  display: block;
  font-size: 16px;
  font-weight: 650;
  letter-spacing: -.015em;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
}

.question-bubble--one,
.question-bubble--two,
.question-bubble--three,
.question-bubble--four { inset: auto; }

.question-bubble--two,
.question-bubble--four {
  border-color: rgba(255,255,255,.13);
  border-radius: 20px 20px 6px 20px;
  background: #2b3646;
  color: white;
}

.question-bubble--two::after,
.question-bubble--four::after {
  right: 14px;
  left: auto;
  border-top-color: #2b3646;
  border-right: 0;
  border-left: 14px solid transparent;
}

.question-bubble:hover,
.question-bubble:focus-visible,
.question-bubble.is-active {
  transform: none;
  box-shadow: 0 20px 52px rgba(32,30,40,.22), 0 0 0 3px rgba(242,100,60,.17);
}

.question-bubble:focus-visible { outline: 3px solid white; outline-offset: 4px; }
.question-bubble.is-active { border-color: rgba(242,100,60,.65); }

.trust-strip {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 28px;
  min-height: 116px;
  border-top: 1px solid var(--line);
}

.trust-strip p { flex: 0 0 auto; margin: 0; color: var(--muted); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.trust-strip__roles { display: flex; justify-content: space-between; gap: 20px; width: 100%; }
.trust-strip__roles span { color: #504c55; font-family: "Oswald", sans-serif; font-size: clamp(16px, 1.7vw, 22px); font-weight: 500; letter-spacing: .02em; }

/* Problem + benefit cards */
.problem-section { background: var(--paper); }
.problem-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(360px, .65fr); align-items: end; gap: 90px; }
.problem-grid h2 { max-width: 760px; margin-bottom: 0; }
.problem-copy { padding-bottom: 6px; }
.problem-copy p { margin-bottom: 26px; color: var(--muted); font-size: 19px; }

.benefit-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 78px; }

.benefit-card {
  position: relative;
  min-height: 352px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--cream);
  overflow: hidden;
  transition: transform .35s var(--ease), box-shadow .35s ease;
}

.benefit-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-md); }
.benefit-card--dark { background: var(--ink); color: white; }
.benefit-card__number { color: var(--orange-deep); font-family: "Oswald", sans-serif; font-size: 14px; }
.benefit-card--dark .benefit-card__number { color: var(--orange); }

.benefit-card__icon {
  display: grid;
  width: 78px;
  height: 78px;
  margin: 42px 0 36px;
  place-items: center;
  border-radius: 24px;
  background: var(--white);
  box-shadow: var(--shadow-sm);
  transform: rotate(-4deg);
}

.benefit-card--dark .benefit-card__icon { background: var(--orange); color: var(--ink); }
.benefit-card__icon svg { width: 33px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.benefit-card h3 { margin: 0 0 10px; font-size: 24px; }
.benefit-card p { max-width: 340px; margin: 0; color: var(--muted); }
.elguide-v5 .benefit-card--dark h3,
.elguide-v5-elementor-page .benefit-card--dark h3 { color: #fff !important; }
.elguide-v5 .benefit-card--dark p,
.elguide-v5-elementor-page .benefit-card--dark p { color: #d0cdd5 !important; }

/* Product */
.product-section { padding-block: 150px; background: var(--ink); color: white; overflow: hidden; }
.product-section::before { content: ""; position: absolute; inset: 0; opacity: .1; background-image: radial-gradient(rgba(255,255,255,.9) 1px, transparent 1px); background-size: 20px 20px; mask-image: linear-gradient(90deg, black, transparent 57%); }
.product-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(420px, .86fr) minmax(0, 1.14fr); align-items: center; gap: clamp(60px, 8vw, 130px); }
.product-copy .section-heading { margin-bottom: 48px; }
.product-copy .section-heading > p:not(.eyebrow) { color: #aaa6b1; }

.product-visual { position: relative; min-height: 720px; display: grid; place-items: center; }
.product-visual__backdrop { position: absolute; width: 82%; aspect-ratio: 1; border-radius: 50%; background: var(--orange); box-shadow: 0 0 100px rgba(255,145,77,.17); }
.product-visual__backdrop::before, .product-visual__backdrop::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.26); border-radius: 50%; }
.product-visual__backdrop::before { inset: -28px; }
.product-visual__backdrop::after { inset: -57px; }

.product-visual > img {
  position: relative;
  z-index: 2;
  width: min(74%, 390px);
  max-height: 690px;
  object-fit: contain;
  filter: drop-shadow(0 36px 36px rgba(0,0,0,.36));
  transition: opacity .22s ease, transform .45s var(--ease);
}

.product-visual > img.is-changing { opacity: 0; transform: translateY(15px) scale(.98); }
.product-visual__status { position: absolute; z-index: 3; right: -3%; bottom: 8%; padding: 11px 16px; border: 1px solid var(--line-light); border-radius: 999px; background: rgba(32,30,40,.78); backdrop-filter: blur(12px); color: #d6d3da; font-size: 12px; }
.product-visual__status span { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: #78db9d; box-shadow: 0 0 0 5px rgba(120,219,157,.12); }

.feature-tabs { border-top: 1px solid var(--line-light); }
.feature-tab { display: grid; grid-template-columns: 44px 1fr; gap: 0 16px; width: 100%; padding: 24px 4px; border: 0; border-bottom: 1px solid var(--line-light); border-radius: 0; background: transparent; color: white; text-align: left; cursor: pointer; transition: padding .3s var(--ease), background .3s ease, box-shadow .3s ease; }
.feature-tab > span { grid-row: span 2; color: #aaa6b1; font-family: "Oswald", sans-serif; font-size: 14px; transition: color .25s ease; }
.feature-tab strong { font-size: 21px; }
.feature-tab small { display: block; max-height: 0; margin-top: 0; overflow: hidden; color: #aaa6b1; font-size: 15px; line-height: 1.5; opacity: 0; transition: max-height .35s ease, margin .35s ease, opacity .35s ease; }
.elguide-v5 button.feature-tab,
.elguide-v5-elementor-page button.feature-tab { border-radius: 0 !important; background: transparent !important; color: #fff !important; }
.elguide-v5 button.feature-tab:hover,
.elguide-v5 button.feature-tab.is-active,
.elguide-v5-elementor-page button.feature-tab:hover,
.elguide-v5-elementor-page button.feature-tab.is-active { padding-inline: 14px; background: rgba(255,255,255,.055) !important; box-shadow: inset 3px 0 0 var(--orange); }
.feature-tab.is-active > span { color: var(--orange); }
.feature-tab.is-active small { max-height: 80px; margin-top: 8px; opacity: 1; }

.platform-links { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.platform-store-link { display: inline-flex; min-width: 164px; min-height: 58px; padding: 8px 14px; align-items: center; gap: 11px; border: 0; border-radius: 14px; background: #34313d; color: white; text-align: left; text-decoration: none; box-shadow: none; transition: background-color .2s ease, transform .2s var(--ease); }
.platform-store-link:hover { background: #413c4a; color: white; transform: translateY(-2px); }
.platform-store-link:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; }
.platform-store-link__icon { display: grid; flex: 0 0 30px; width: 30px; height: 30px; place-items: center; color: white; }
.platform-store-link__icon svg { display: block; width: 27px; height: 27px; fill: currentColor; }
.platform-store-link__icon--play svg { width: 30px; height: 30px; }
.platform-store-link__copy { display: block; min-width: 0; line-height: 1.05; }
.platform-store-link__copy small { display: block; margin-bottom: 4px; color: #d7d3dc; font-size: 9px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.platform-store-link__copy strong { display: block; color: white; font-size: 15px; font-weight: 800; white-space: nowrap; }
.web-version-link { display: inline-flex; align-items: center; gap: 9px; min-height: 48px; padding: 0 16px; border: 1px solid var(--line-light); border-radius: 9px; color: white; font-size: 14px; font-weight: 700; text-decoration: none; }
.web-version-link:hover { border-color: var(--orange); }
.web-version-link svg { width: 20px; fill: none; stroke: var(--orange); stroke-width: 1.7; }

/* Interactive question experience */
.try-section { overflow: hidden; background: var(--paper); }
.try-heading { display: grid; grid-template-columns: 1.05fr .65fr; align-items: end; gap: 80px; margin-bottom: 58px; }
.try-heading h2 { margin-bottom: 0; }
.try-heading > p { margin: 0 0 8px; color: var(--muted); font-size: 18px; }
.try-console { display: grid; grid-template-columns: minmax(290px, .72fr) minmax(0, 1.28fr); min-height: 580px; padding: 12px; border-radius: 38px; background: var(--ink); box-shadow: var(--shadow-lg); }
.try-console__choices { padding: 34px 24px; }
.try-console__choices > p { margin: 0 10px 18px; color: #8f8b96; font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.demo-question { display: grid; grid-template-columns: 34px 1fr; align-items: center; gap: 12px; width: 100%; min-height: 92px; margin-top: 9px; padding: 17px; border: 1px solid rgba(255,255,255,.11); border-radius: 18px; background: transparent; color: white; font: inherit; text-align: left; cursor: pointer; transition: transform .22s var(--ease), color .22s ease, background .22s ease, border-color .22s ease; }
.demo-question:hover { transform: translateX(4px); border-color: rgba(255,145,77,.55); }
.demo-question.is-active { border-color: var(--orange); background: var(--orange); color: var(--ink); }
.elguide-v5 button.demo-question,
.elguide-v5-elementor-page button.demo-question { box-sizing: border-box !important; min-width: 0 !important; width: 100% !important; border: 1px solid rgba(255,255,255,.11) !important; border-radius: 18px !important; background: transparent !important; color: #fff !important; font-family: "Figtree", "Segoe UI", system-ui, sans-serif !important; text-align: left !important; text-transform: none !important; letter-spacing: normal !important; white-space: normal !important; }
.elguide-v5 button.demo-question.is-active,
.elguide-v5-elementor-page button.demo-question.is-active { border-color: var(--orange) !important; background: var(--orange) !important; color: var(--ink) !important; }
.demo-question > span { color: var(--orange); font-family: "Oswald", sans-serif; font-size: 13px; }
.demo-question.is-active > span { color: var(--ink); }
.demo-question strong { display: block; min-width: 0; max-width: 100%; font-size: 15px; line-height: 1.35; white-space: normal; overflow-wrap: anywhere; word-break: normal; }
.try-console__screen { min-width: 0; padding: 31px; border-radius: 29px; background: linear-gradient(145deg, #fbfaf7, #eee9df); }
.try-console__top { display: flex; align-items: center; justify-content: space-between; padding-bottom: 23px; border-bottom: 1px solid var(--line); }
.demo-label { color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.demo-label i { display: inline-block; width: 7px; height: 7px; margin-right: 6px; border-radius: 50%; background: #64b980; }
.demo-conversation { padding: 34px 8px 6px; }
.demo-prompt { max-width: 75%; margin-left: auto; }
.demo-prompt > span { display: block; margin: 0 10px 7px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-align: right; text-transform: uppercase; }
.demo-prompt p { margin: 0; padding: 16px 19px; border-radius: 19px 19px 6px 19px; background: var(--orange); color: var(--ink); font-weight: 700; box-shadow: 0 12px 30px rgba(216,77,43,.16); }
.demo-response { position: relative; min-height: 470px; margin-top: 25px; padding: 25px; border: 1px solid rgba(32,30,40,.09); border-radius: 22px 22px 22px 7px; background: white; box-shadow: var(--shadow-sm); }
.demo-response__brand { display: flex; align-items: center; gap: 11px; margin-bottom: 20px; }
.demo-response__brand > span { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 10px; background: var(--ink); color: var(--orange); font-size: 18px; font-weight: 800; }
.demo-response__brand strong { font-size: 13px; }
.demo-result { opacity: 1; transform: translateY(0); transition: opacity .22s ease, transform .22s ease; }
.demo-result__section > span { display: block; margin-bottom: 9px; color: var(--orange-deep); font-size: 10px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.demo-result__section ul { display: grid; gap: 7px; margin: 0; padding: 0; list-style: none; }
.demo-result__section li { position: relative; padding-left: 16px; color: #58545e; font-size: 13px; line-height: 1.48; }
.demo-result__section li::before { content: ""; position: absolute; top: .68em; left: 0; width: 6px; height: 2px; background: var(--orange); }
.demo-result__conclusion { margin-top: 20px; padding-top: 18px; border-top: 1px solid var(--line); }
.demo-result__conclusion > strong { display: block; margin-bottom: 9px; font-size: 17px; }
.demo-result__conclusion p { margin: 0 0 8px; color: var(--muted); font-size: 13px; line-height: 1.52; }
.demo-result__conclusion p:last-child { margin-bottom: 0; }
.demo-typing { position: absolute; top: 92px; left: 25px; display: none; align-items: center; gap: 6px; }
.demo-typing i { width: 8px; height: 8px; border-radius: 50%; background: var(--orange-deep); animation: typing-dot .75s ease-in-out infinite alternate; }
.demo-typing i:nth-child(2) { animation-delay: .12s; }
.demo-typing i:nth-child(3) { animation-delay: .24s; }
.demo-response.is-loading .demo-typing { display: flex; }
.demo-response.is-loading .demo-result { opacity: 0; transform: translateY(8px); }
@keyframes typing-dot { to { opacity: .25; transform: translateY(-4px); } }

/* Interactive photo analysis */
.photo-lab-section { overflow: hidden; background: var(--cream); }
.photo-lab-heading { max-width: 900px; margin-bottom: clamp(38px, 5vw, 68px); }
.photo-lab-heading h2 { max-width: 800px; }
.photo-lab-heading > p:last-child { max-width: 760px; }
.photo-lab-grid { display: grid; grid-template-columns: minmax(540px, 1.12fr) minmax(340px, .68fr); align-items: center; gap: clamp(40px, 6vw, 88px); }
.photo-experience { min-width: 0; }
.photo-lab { position: relative; min-height: 0; aspect-ratio: 16 / 10; border: 0; border-radius: 32px; overflow: hidden; background: transparent; box-shadow: var(--shadow-lg); }
.photo-lab::after { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg, rgba(32,30,40,.17), transparent 38%, rgba(32,30,40,.42)); pointer-events: none; }
.photo-lab > img { width: 100%; height: 100%; min-height: 0; object-fit: cover; }
.photo-camera__top { position: absolute; z-index: 6; top: 0; right: 0; left: 0; display: flex; align-items: center; justify-content: space-between; padding: 12px 16px 24px; background: linear-gradient(rgba(24,23,29,.9), transparent); color: white; pointer-events: none; }
.photo-camera__top > span:last-child { display: flex; align-items: center; gap: 7px; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.photo-camera__top > span:last-child i { width: 7px; height: 7px; border-radius: 50%; background: #72db98; box-shadow: 0 0 0 5px rgba(114,219,152,.14); }
.photo-lab__scan { position: absolute; z-index: 3; top: 0; bottom: 0; left: 0; width: 3px; opacity: 0; background: var(--orange); box-shadow: 0 0 36px 14px rgba(255,145,77,.5); pointer-events: none; }
.photo-lab.is-scanning .photo-lab__scan { animation: photo-scan 1.25s ease-in-out both; }
@keyframes photo-scan { 0% { opacity: 0; transform: translateX(0); } 12%, 84% { opacity: 1; } 100% { opacity: 0; transform: translateX(760px); } }
.photo-lab__flash { position: absolute; z-index: 9; inset: 0; background: white; opacity: 0; pointer-events: none; }
.photo-lab.is-capturing .photo-lab__flash { animation: camera-flash .48s ease-out; }
@keyframes camera-flash { 0%, 100% { opacity: 0; } 18% { opacity: .92; } 42% { opacity: .18; } }
.photo-question { position: absolute; z-index: 5; bottom: 94px; left: 22px; width: min(310px, calc(100% - 44px)); padding: 13px 16px; border: 1px solid rgba(255,255,255,.34); border-radius: 15px 15px 15px 4px; background: rgba(32,30,40,.88); color: white; backdrop-filter: blur(12px); box-shadow: 0 12px 28px rgba(0,0,0,.24); }
.photo-question span { display: block; margin-bottom: 5px; color: var(--orange); font-size: 8px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.photo-question strong { display: block; font-size: 12px; line-height: 1.35; }
.photo-capture { position: absolute; z-index: 7; right: 50%; bottom: 20px; display: grid; grid-template-columns: 42px auto; min-height: 58px; padding: 7px 18px 7px 8px; align-items: center; column-gap: 11px; border: 1px solid rgba(255,255,255,.78); border-radius: 999px; background: var(--orange); color: var(--ink); cursor: pointer; box-shadow: 0 16px 36px rgba(0,0,0,.32); transform: translateX(50%); transition: transform .22s var(--ease), background .22s ease; }
.photo-capture:hover { background: #ffad79; transform: translateX(50%) translateY(-2px); }
.photo-capture:disabled { cursor: wait; opacity: .92; }
.photo-capture > span { display: grid; width: 42px; height: 42px; place-items: center; border: 3px solid var(--ink); border-radius: 50%; background: white; color: var(--ink); }
.photo-capture svg { width: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.photo-capture strong { font-size: 13px; line-height: 1.2; white-space: nowrap; }
.photo-lab-copy { min-width: 0; }
.photo-insight { min-height: 390px; padding: clamp(28px, 3vw, 40px); border: 1px solid var(--line); border-radius: 28px; background: white; box-shadow: var(--shadow-sm); transition: border-color .3s ease, box-shadow .3s ease; }
.photo-insight[data-state="loading"] { border-color: var(--orange); box-shadow: var(--shadow-orange); }
.photo-insight[data-state="complete"] { border-color: rgba(100,185,128,.7); }
.photo-insight__status { display: flex; align-items: center; justify-content: space-between; gap: 18px; color: var(--orange-deep); font-size: 10px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.photo-insight__status i { width: 10px; height: 10px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 6px rgba(255,145,77,.12); }
.photo-insight[data-state="loading"] .photo-insight__status i { animation: photo-status-pulse .7s ease-in-out infinite alternate; }
.photo-insight[data-state="complete"] .photo-insight__status i { background: #64b980; box-shadow: 0 0 0 6px rgba(100,185,128,.12); }
@keyframes photo-status-pulse { to { opacity: .35; transform: scale(.78); } }
.photo-insight h3 { margin: 25px 0 12px; font-size: clamp(25px, 2.4vw, 34px); line-height: 1.05; }
.photo-insight > p { margin: 0; color: var(--muted); line-height: 1.7; }
.photo-loading { display: none; gap: 9px; margin-top: 42px; }
.photo-loading span { height: 8px; border-radius: 999px; background: #ebe7df; animation: photo-loading 1s ease-in-out infinite alternate; }
.photo-loading span:nth-child(1) { width: 100%; }
.photo-loading span:nth-child(2) { width: 78%; animation-delay: .1s; }
.photo-loading span:nth-child(3) { width: 55%; animation-delay: .2s; }
.photo-insight[data-state="loading"] .photo-loading { display: grid; }
@keyframes photo-loading { to { background: #ffd4b8; } }
.photo-result { margin-top: 28px; padding-top: 24px; border-top: 1px solid var(--line); }
.photo-result[hidden] { display: none; }
.photo-result section { padding: 17px; border-left: 3px solid var(--orange); border-radius: 0 12px 12px 0; background: var(--cream); }
.photo-result section + section { margin-top: 12px; }
.photo-result section > span { color: var(--orange-deep); font-size: 9px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.photo-result section > strong { display: block; margin-top: 10px; color: var(--ink); font-size: 15px; }
.photo-result section ul { display: grid; gap: 7px; margin: 10px 0 0; padding: 0; list-style: none; }
.photo-result section li { position: relative; padding-left: 14px; color: #57535d; font-size: 12px; line-height: 1.5; }
.photo-result section li::before { content: ""; position: absolute; top: .7em; left: 0; width: 6px; height: 2px; background: var(--orange); }
.photo-result section p { margin: 7px 0 0; color: #57535d; font-size: 13px; line-height: 1.55; }
.photo-result section p + p { margin-top: 9px; }
.photo-disclaimer { margin: 20px 4px 25px; color: var(--muted); font-size: 12px; line-height: 1.55; }
.photo-lab-copy > .button { display: flex; width: max-content; max-width: 100%; margin-top: 28px; }

/* Video */
.video-section { background: var(--cream); }
.video-heading { display: grid; grid-template-columns: 1.1fr .6fr; align-items: end; gap: 80px; margin-bottom: 56px; }
.video-heading h2 { margin-bottom: 0; }
.video-heading > p { margin-bottom: 6px; color: var(--muted); font-size: 18px; }

.video-card {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 7.5;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: var(--radius-lg);
  background: var(--ink);
  color: white;
  cursor: pointer;
  box-shadow: var(--shadow-md);
}

.video-card > img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.video-card:hover > img { transform: scale(1.035); }
.video-card__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(20,19,25,.76), rgba(20,19,25,.08) 70%), linear-gradient(0deg, rgba(20,19,25,.45), transparent 60%); }
.video-card__play { position: absolute; top: 50%; left: 50%; display: grid; width: 92px; height: 92px; place-items: center; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; background: var(--orange); color: var(--ink); font-size: 25px; padding-left: 6px; transform: translate(-50%, -50%); transition: transform .3s var(--ease), box-shadow .3s ease; }
.video-card:hover .video-card__play { transform: translate(-50%, -50%) scale(1.1); box-shadow: 0 0 0 15px rgba(255,255,255,.12); }
.video-card__label { position: absolute; bottom: 34px; left: 38px; text-align: left; }
.video-card__label strong, .video-card__label small { display: block; }
.video-card__label strong { font-size: 20px; }
.video-card__label small { margin-top: 4px; color: #d5d1d8; }
.video-card__corner { position: absolute; top: 28px; right: 28px; padding: 7px 12px; border: 1px solid rgba(255,255,255,.48); border-radius: 999px; font-size: 11px; font-weight: 800; letter-spacing: .12em; }

/* Compare */
.compare-section { background: var(--paper); }
.compare-grid { display: grid; grid-template-columns: minmax(330px, .65fr) minmax(560px, 1.05fr); gap: 90px; align-items: center; }
.comparison { border: 1px solid var(--line); border-radius: var(--radius-md); background: white; overflow: hidden; box-shadow: var(--shadow-sm); }
.comparison__row { display: grid; grid-template-columns: 1.35fr .7fr .82fr; align-items: center; min-height: 66px; padding: 0 25px; border-bottom: 1px solid var(--line); }
.comparison__row:last-child { border-bottom: 0; }
.comparison__row span, .comparison__row strong { font-size: 14px; }
.comparison__row strong { display: inline-flex; align-items: center; gap: 8px; color: var(--green); }
.comparison__row strong::before { content: "✓"; display: grid; width: 22px; height: 22px; place-items: center; border-radius: 50%; background: #e4f1e9; font-size: 12px; }
.comparison__row > span:last-child { color: var(--muted); }
.comparison__head { min-height: 54px; background: var(--ink); color: white; }
.comparison__head span { color: white !important; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

/* Business */
.business-section { padding-block: 148px; overflow: hidden; background: var(--ink); color: white; }
.business-shape { position: absolute; top: -26%; right: -12%; width: 66%; aspect-ratio: 1; border: 1px solid rgba(255,145,77,.25); border-radius: 50%; box-shadow: 0 0 0 80px rgba(255,145,77,.04), 0 0 0 160px rgba(255,145,77,.025); }
.business-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, .85fr); gap: 80px; align-items: center; }
.business-copy .section-heading > p:not(.eyebrow) { color: #aaa6b1; }
.business-list { margin: 48px 0 0; padding: 0; border-top: 1px solid var(--line-light); list-style: none; }
.business-list li { display: grid; grid-template-columns: 48px 1fr; gap: 10px; padding: 22px 0; border-bottom: 1px solid var(--line-light); }
.business-list li > span { color: var(--orange); font-family: "Oswald", sans-serif; font-size: 14px; }
.business-list strong, .business-list small { display: block; }
.business-list strong { font-size: 19px; }
.business-list small { max-width: 590px; margin-top: 5px; color: #aaa6b1; font-size: 14px; }
.business-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; margin-top: 36px; }

.business-visual { position: relative; min-height: 660px; }
.business-visual::before { content: ""; position: absolute; top: 3%; right: -7%; width: 86%; aspect-ratio: 1; border-radius: 50%; background: var(--orange); }
.business-visual__people { position: absolute; z-index: 2; right: -7%; bottom: 0; width: 92%; max-height: 660px; object-fit: contain; object-position: bottom; filter: drop-shadow(0 30px 30px rgba(0,0,0,.25)); }
.business-dashboard { position: absolute; z-index: 4; right: 45%; bottom: 7%; width: 330px; padding: 23px; border: 1px solid rgba(255,255,255,.28); border-radius: 22px; background: rgba(255,255,255,.92); color: var(--ink); backdrop-filter: blur(18px); box-shadow: var(--shadow-md); transform: rotate(-3deg); }
.business-dashboard__top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 32px; }
.mini-brand { font-size: 17px; font-weight: 800; letter-spacing: -.05em; }
.mini-brand i { color: var(--orange-deep); font-style: normal; }
.dashboard-live { color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.dashboard-live i { display: inline-block; width: 6px; height: 6px; margin-right: 5px; border-radius: 50%; background: #64b980; }
.business-dashboard > p { margin: 0; color: var(--muted); font-size: 12px; }
.business-dashboard > strong { display: flex; align-items: baseline; gap: 9px; margin-top: 4px; font-family: "Oswald", sans-serif; font-size: 52px; font-weight: 500; }
.business-dashboard > strong small { color: var(--muted); font-family: "Figtree", sans-serif; font-size: 12px; font-weight: 600; }
.employee-stack { display: flex; margin: 17px 0 22px; }
.employee-stack span { display: grid; width: 38px; height: 38px; margin-left: -7px; place-items: center; border: 3px solid white; border-radius: 50%; background: var(--ink); color: white; font-size: 10px; font-weight: 700; }
.employee-stack span:first-child { margin-left: 0; background: var(--orange-deep); }
.employee-stack span:nth-child(2) { background: var(--blue); }
.employee-stack span:nth-child(3) { background: var(--green); }
.employee-stack span:last-child { background: var(--cream-2); color: var(--ink); transition: color .25s ease, background .25s ease; }
.upload-row { display: flex; width: 100%; align-items: center; justify-content: space-between; padding: 12px 13px; border: 0; border-radius: 10px; background: var(--cream); color: var(--ink); font: inherit; font-size: 10px; text-align: left; cursor: pointer; transition: background .2s ease, transform .2s var(--ease); }
.upload-row:hover { background: var(--orange-soft); transform: translateY(-2px); }
.upload-row:disabled { cursor: wait; transform: none; }
.upload-row strong { color: var(--green); }
.upload-progress { height: 4px; margin-top: 8px; border-radius: 99px; overflow: hidden; background: #e4dfd6; }
.upload-progress i { display: block; width: 0; height: 100%; border-radius: inherit; background: var(--orange-deep); }
.business-dashboard.is-uploading .upload-progress i { width: 100%; transition: width 1.25s ease; }
.business-dashboard.is-complete .employee-stack span:last-child { background: var(--green); color: white; }
.business-dashboard__hint { display: block; margin-top: 7px; color: var(--muted); font-size: 9px; text-align: center; }

/* Pricing */
.pricing-section { background: var(--cream); }
.pricing-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(430px, .68fr); gap: 100px; align-items: center; }
.pricing-grid .section-heading > p:not(.eyebrow) { max-width: 640px; }
.price-reassurance { display: flex; flex-wrap: wrap; gap: 14px 24px; margin-top: 34px; color: #514d56; font-size: 14px; font-weight: 650; }
.price-reassurance span { display: flex; align-items: center; gap: 7px; }
.price-reassurance i { color: var(--orange-deep); font-style: normal; }

.price-card { position: relative; padding: 42px; border: 1px solid rgba(255,255,255,.18); border-radius: var(--radius-lg); background: var(--ink); color: white; box-shadow: var(--shadow-md); overflow: hidden; }
.price-card::before { content: ""; position: absolute; top: -100px; right: -80px; width: 260px; height: 260px; border-radius: 50%; background: rgba(255,145,77,.15); filter: blur(4px); }
.price-card__badge { display: inline-block; margin-bottom: 30px; padding: 7px 12px; border-radius: 999px; background: var(--orange); color: var(--ink); font-size: 11px; font-weight: 850; letter-spacing: .09em; }
.price-card > p:first-of-type { margin-bottom: 8px; color: #c6c2ca; font-size: 14px; }
.price { position: relative; display: flex; align-items: center; gap: 13px; }
.price > strong { font-family: "Oswald", sans-serif; font-size: clamp(70px, 7vw, 96px); font-weight: 500; letter-spacing: -.04em; line-height: 1; }
.price > span { color: #c6c2ca; font-size: 14px; line-height: 1.3; }
.price-card > small { color: #b8b4be; }
.price-card hr { margin: 31px 0; border: 0; border-top: 1px solid var(--line-light); }
.price-card ul { display: grid; gap: 14px; margin: 0 0 31px; padding: 0; list-style: none; }
.price-card li { display: flex; gap: 11px; color: #dedbe1; font-size: 14px; }
.price-card li span { color: var(--orange); font-weight: 900; }
.price-card__fineprint { margin: 18px 8px 0 !important; color: #b8b4be !important; font-size: 11px !important; line-height: 1.5; text-align: center; }

/* Testimonials */
.testimonials-section { overflow: hidden; background: var(--orange-deep); color: white; }
.testimonials-section .eyebrow--light { color: white; }
.testimonial-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; }
.testimonial-heading h2 { margin-bottom: 0; }
.slider-controls { display: flex; gap: 8px; }
.slider-controls button { appearance: none; display: flex; flex: 0 0 50px; align-items: center; justify-content: center; width: 50px; height: 50px; margin: 0; padding: 0; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; background: transparent; color: white; line-height: 0; cursor: pointer; transition: background .25s ease, color .25s ease, transform .2s ease; }
.slider-controls button svg { display: block; width: 18px; height: 18px; margin: 0; overflow: visible; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.slider-controls button:hover { background: white; color: var(--ink); }
.slider-controls button:active { transform: scale(.94); }
.slider-controls button:focus-visible { outline: 3px solid white; outline-offset: 3px; }

.testimonial-slider { position: relative; min-height: 350px; margin-top: 48px; outline: none; touch-action: pan-y; overscroll-behavior-x: contain; }
.testimonial-slider:focus-visible { outline: 3px solid white; outline-offset: 10px; border-radius: 8px; }
.testimonial { position: absolute; inset: 0; display: grid; grid-template-columns: 110px minmax(0, 1fr) 210px; align-items: start; gap: 32px; opacity: 0; pointer-events: none; transform: translateX(45px); transition: opacity .45s ease, transform .55s var(--ease); }
.testimonial.is-active { opacity: 1; pointer-events: auto; transform: none; }
.quote-mark { font-family: Georgia, serif; font-size: 150px; line-height: .8; opacity: .4; }
.testimonial blockquote { margin: 0; max-width: 840px; font-size: clamp(29px, 3.5vw, 48px); font-weight: 600; letter-spacing: -.035em; line-height: 1.15; text-wrap: balance; }
.testimonial footer { align-self: end; padding-bottom: 18px; }
.testimonial footer strong, .testimonial footer span { display: block; }
.testimonial footer strong { font-size: 16px; }
.testimonial footer span { margin-top: 4px; color: #fff3eb; font-size: 13px; }
.slider-dots { display: flex; gap: 6px; }
.slider-dots span { width: 28px; height: 3px; background: rgba(255,255,255,.3); transition: width .3s ease, background .3s ease; }
.slider-dots span.is-active { width: 58px; background: white; }

/* About */
.about-section { background: var(--paper); }
.about-grid { display: grid; grid-template-columns: minmax(410px, .88fr) minmax(0, 1.12fr); align-items: center; gap: 100px; }
.about-image { position: relative; min-height: 680px; }
.about-image__shape { position: absolute; inset: 5% 0 0 0; border-radius: 48% 48% 22% 22% / 37% 37% 12% 12%; background: var(--cream-2); transform: rotate(-3deg); }
.about-image > img { position: absolute; z-index: 2; bottom: 0; left: 50%; width: 86%; max-height: 670px; object-fit: contain; object-position: bottom; filter: drop-shadow(0 30px 26px rgba(32,30,40,.14)); transform: translateX(-50%); }
.about-image__label { position: absolute; z-index: 3; right: -8%; bottom: 8%; padding: 17px 20px; border-radius: 15px; background: var(--ink); color: white; box-shadow: var(--shadow-md); transform: rotate(3deg); }
.about-image__label span, .about-image__label strong { display: block; }
.about-image__label span { color: #aaa6b1; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.about-image__label strong { margin-top: 3px; font-size: 15px; }
.about-values { margin-top: 46px; border-top: 1px solid var(--line); }
.about-values article { display: grid; grid-template-columns: 145px 1fr; gap: 26px; padding: 23px 0; border-bottom: 1px solid var(--line); }
.about-values span { color: var(--orange-deep); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.about-values p { margin: 0; color: var(--muted); font-size: 15px; }

/* FAQ */
.faq-section { background: var(--cream); }
.faq-grid { display: grid; grid-template-columns: minmax(330px, .65fr) minmax(560px, 1fr); align-items: start; gap: 100px; }
.faq-grid .section-heading { position: sticky; top: calc(var(--header-height) + 30px); }
.faq-grid .arrow-link { margin-top: 28px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 25px 2px; font-size: 18px; font-weight: 700; list-style: none; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { position: relative; flex: 0 0 28px; width: 28px; height: 28px; border: 1px solid var(--line); border-radius: 50%; }
.faq-list summary span::before, .faq-list summary span::after { content: ""; position: absolute; top: 50%; left: 50%; width: 10px; height: 1px; background: var(--ink); transform: translate(-50%, -50%); transition: transform .25s ease; }
.faq-list summary span::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq-list details[open] summary span { border-color: var(--orange); background: var(--orange); }
.faq-list details[open] summary span::after { transform: translate(-50%, -50%) rotate(0); }
.faq-list details p { max-width: 680px; margin: -4px 50px 25px 2px; color: var(--muted); }
.faq-list details p a { color: var(--orange-deep); font-weight: 750; overflow-wrap: anywhere; }

/* Contact */
.contact-section { padding-block: 138px; overflow: hidden; background: var(--ink); color: white; }
.contact-shape { position: absolute; left: -190px; bottom: -270px; width: 650px; height: 650px; border: 100px solid rgba(255,145,77,.06); border-radius: 50%; }
.contact-grid { position: relative; display: grid; grid-template-columns: minmax(0, .78fr) minmax(520px, 1fr); gap: 110px; align-items: center; }
.contact-copy h2 { margin-bottom: 26px; }
.contact-copy > p:not(.eyebrow) { max-width: 540px; color: #aaa6b1; font-size: 18px; }
.contact-copy address { display: grid; gap: 18px; margin-top: 48px; font-style: normal; }
.contact-copy address a, .contact-copy address p { display: grid; min-height: 44px; grid-template-columns: 70px 1fr; align-items: center; gap: 18px; margin: 0; color: white; text-decoration: none; }
.contact-copy address span { color: #aaa6b1; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.contact-copy address strong { font-size: 15px; font-weight: 600; }

.contact-form { padding: 38px; border: 1px solid rgba(255,255,255,.15); border-radius: var(--radius-md); background: rgba(255,255,255,.06); backdrop-filter: blur(14px); }
.contact-form__intro > p { margin-bottom: 16px; font-weight: 700; }
.form-choice { display: flex; gap: 8px; margin-bottom: 25px; }
.form-choice label { cursor: pointer; }
.form-choice input { position: absolute; opacity: 0; pointer-events: none; }
.form-choice span { display: block; padding: 9px 14px; border: 1px solid var(--line-light); border-radius: 999px; color: #c8c5cc; font-size: 12px; font-weight: 650; transition: .2s ease; }
.form-choice input:checked + span { border-color: var(--orange); background: var(--orange); color: var(--ink); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.contact-form > label, .form-grid label { display: block; margin-bottom: 14px; }
.contact-form label > span { display: block; margin-bottom: 7px; color: #9b97a1; font-size: 11px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid var(--line-light); border-radius: 11px; outline: 0; background: rgba(255,255,255,.07); color: white; transition: border .2s ease, background .2s ease; }
.contact-form input { height: 50px; padding: 0 15px; }
.contact-form textarea { min-height: 115px; padding: 13px 15px; resize: vertical; }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #77737e; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--orange); background: rgba(255,255,255,.1); }
.contact-form .button { margin-top: 5px; border-radius: 11px; }
.form-status { min-height: 20px; margin: 12px 0 0; color: #b5b1ba; font-size: 12px; text-align: center; }

/* Footer */
.site-footer { background: #17161c; color: white; }
.site-footer__top { display: grid; grid-template-columns: 1.7fr repeat(3, 1fr); gap: 50px; padding: 72px 0 60px; }
.brand--footer { padding: 0; border-radius: 0; background: transparent; color: white; }
.brand--footer .brand__image { width: 136px; }
.site-footer__top > div:first-child p { margin: 18px 0 0; color: #b8b4be; }
.site-footer__top > div:not(:first-child) { display: grid; align-content: start; gap: 10px; }
.site-footer__top strong { margin-bottom: 8px; font-size: 13px; }
.site-footer__top > div:not(:first-child) a { color: #c8c5cd; font-size: 13px; text-decoration: none; }
.site-footer__top > div:not(:first-child) a:hover { color: var(--orange); }
.footer-newsletter { display: grid; grid-template-columns: .9fr 1.6fr; gap: 50px; align-items: center; padding: 28px 0; border-top: 1px solid rgba(255,255,255,.09); }
.footer-newsletter strong { display: block; margin-bottom: 5px; font-size: 18px; }
.footer-newsletter p { margin: 0; color: #aaa6b1; font-size: 13px; }
.footer-newsletter form { display: grid; grid-template-columns: 1fr auto; gap: 10px; }
.footer-newsletter input[type="email"] { min-width: 0; min-height: 50px; padding: 0 16px; border: 1px solid rgba(255,255,255,.18); border-radius: 12px; color: #fff; background: rgba(255,255,255,.07); }
.footer-newsletter button { min-height: 50px; padding: 0 24px; border: 0; border-radius: 12px; color: var(--ink); background: var(--orange); font-weight: 800; cursor: pointer; }
.footer-newsletter__consent { grid-column: 1 / -1; display: flex; gap: 8px; align-items: flex-start; color: #aaa6b1; font-size: 11px; line-height: 1.4; }
.footer-newsletter__consent input { margin-top: 2px; accent-color: var(--orange); }
.footer-newsletter__status { grid-column: 1 / -1; min-height: 18px; margin: 0; font-size: 12px; }
.footer-newsletter__status.is-success { color: #9bd7b8; }
.footer-newsletter__status.is-error { color: #ffb0a0; }
.site-footer__bottom { display: flex; justify-content: space-between; gap: 30px; padding: 22px 0 30px; border-top: 1px solid rgba(255,255,255,.09); color: #aaa6b1; font-size: 11px; }
.site-footer__bottom p { margin: 0; }
.site-footer .footer-link-button {
  appearance: none !important;
  display: inline !important;
  width: fit-content !important;
  min-width: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #c8c5cd !important;
  background: transparent !important;
  font-family: inherit !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 3px;
  text-transform: none !important;
  cursor: pointer;
}
.site-footer .footer-link-button:hover { color: var(--orange) !important; text-decoration-color: currentColor; }
.site-footer .footer-link-button:focus-visible { outline: 2px solid var(--orange); outline-offset: 4px; }
.site-footer__bottom .footer-link-button { font-size: 11px; }
.legal-footer-links { display: flex; align-items: center; gap: 22px; }
.legal-footer-links a { color: #c8c5cd; text-decoration: none; }

/* Cookie consent */
.cookie-banner { position: fixed; z-index: 160; right: 18px; bottom: 18px; left: 18px; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 34px; width: min(1160px, calc(100% - 36px)); margin-inline: auto; padding: 24px; border: 1px solid rgba(32,30,40,.12); border-radius: 24px; background: rgba(255,255,255,.97); color: var(--ink); backdrop-filter: blur(18px); box-shadow: 0 28px 90px rgba(32,30,40,.3); }
.cookie-banner[hidden] { display: none; }
.cookie-banner__copy { display: grid; grid-template-columns: 42px 1fr; gap: 15px; align-items: start; }
.cookie-banner__icon { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 13px; background: var(--orange-soft); color: var(--orange-deep); font-size: 20px; }
.cookie-banner h2 { margin: 0 0 7px; font-size: 20px; letter-spacing: -.02em; }
.cookie-banner p { max-width: 690px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.cookie-banner p a { color: var(--ink); font-weight: 750; }
.cookie-banner__actions { display: grid; grid-template-columns: repeat(3, auto); gap: 8px; }
.cookie-action { min-height: 46px; padding: 12px 17px; border: 1px solid var(--line); border-radius: 999px; background: white; color: var(--ink); font: inherit; font-size: 12px; font-weight: 800; cursor: pointer; transition: transform .2s var(--ease), box-shadow .2s ease; }
.cookie-action:hover { transform: translateY(-2px); box-shadow: var(--shadow-sm); }
.cookie-action--reject { border-color: var(--ink); background: var(--ink); color: white; }
.cookie-action--accept { border-color: var(--orange); background: var(--orange); color: var(--ink); }

.cookie-preferences { width: min(720px, calc(100% - 30px)); max-width: none; max-height: min(800px, calc(100vh - 30px)); padding: 0; border: 0; border-radius: 28px; background: var(--paper); color: var(--ink); overflow: auto; box-shadow: 0 40px 120px rgba(0,0,0,.42); }
.cookie-preferences::backdrop { background: rgba(18,17,22,.72); backdrop-filter: blur(7px); }
.cookie-preferences__inner { padding: 32px; }
.cookie-preferences__top { display: flex; align-items: flex-start; justify-content: space-between; gap: 25px; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.cookie-preferences__top h2 { margin: 0 0 8px; font-size: 31px; }
.cookie-preferences__top p { max-width: 560px; margin: 0; color: var(--muted); font-size: 14px; }
.cookie-close { display: grid; flex: 0 0 42px; width: 42px; height: 42px; padding: 0; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: white; color: var(--ink); font-size: 24px; cursor: pointer; }
.cookie-categories { display: grid; gap: 11px; margin-top: 22px; }
.cookie-category { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 20px; padding: 20px; border: 1px solid var(--line); border-radius: 18px; background: white; }
.cookie-category strong { display: block; margin-bottom: 5px; font-size: 15px; }
.cookie-category p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.5; }
.cookie-switch { position: relative; display: block; flex: 0 0 auto; cursor: pointer; }
.cookie-switch input { position: absolute; opacity: 0; pointer-events: none; }
.cookie-switch span { position: relative; display: block; width: 54px; height: 30px; border-radius: 999px; background: #d7d3ca; transition: background .22s ease; }
.cookie-switch span::after { content: ""; position: absolute; top: 4px; left: 4px; width: 22px; height: 22px; border-radius: 50%; background: white; box-shadow: 0 3px 10px rgba(32,30,40,.2); transition: transform .22s var(--ease); }
.cookie-switch input:checked + span { background: var(--orange-deep); }
.cookie-switch input:checked + span::after { transform: translateX(24px); }
.cookie-switch input:focus-visible + span { outline: 3px solid rgba(242,100,60,.35); outline-offset: 3px; }
.cookie-switch input:disabled + span { opacity: .62; cursor: not-allowed; }
.cookie-details { margin-top: 15px; padding: 16px 18px; border: 1px solid var(--line); border-radius: 15px; background: var(--cream); }
.cookie-details summary { font-size: 13px; font-weight: 800; cursor: pointer; }
.cookie-details p { margin: 12px 0 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
.cookie-preferences__actions { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 9px; margin-top: 24px; }
.cookie-preferences__actions .cookie-action { width: 100%; }
.cookie-preferences__note { margin: 16px 0 0; color: var(--muted); font-size: 11px; text-align: center; }
body.cookie-settings-open { overflow: hidden; }
body.cookie-open .mobile-cta { opacity: 0; pointer-events: none; }
body.download-open { overflow: hidden; }
body.download-open .mobile-cta { opacity: 0; pointer-events: none; }

.mobile-cta { display: none; }

/* ELGUIDE_CHAT_CSS_START */
/* Secure support chat */
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.support-chat { position: fixed !important; z-index: 2147483000; right: 24px; bottom: 24px; isolation: isolate; font-family: "Figtree", "Segoe UI", system-ui, sans-serif; }
.support-chat__launcher { display: grid; grid-template-columns: 60px auto 8px; min-width: 250px; min-height: 78px; padding: 8px 16px 8px 8px; align-items: center; gap: 12px; border: 1px solid rgba(32,30,40,.13); border-radius: 24px; background: rgba(255,255,255,.97); color: var(--ink); cursor: pointer; box-shadow: 0 20px 55px rgba(32,30,40,.22), 0 0 0 4px rgba(255,145,77,.08); transition: transform .22s var(--ease), opacity .2s ease, box-shadow .22s ease; }
.support-chat__launcher:hover { transform: translateY(-3px); border-color: rgba(255,145,77,.55); box-shadow: 0 25px 70px rgba(32,30,40,.28), 0 0 0 4px rgba(255,145,77,.13); }
.support-chat__launcher-icon { display: grid; width: 60px; height: 60px; place-items: center; overflow: hidden; border: 2px solid var(--orange); border-radius: 19px; background: #f5d9c3; color: var(--ink); box-shadow: 0 7px 18px rgba(32,30,40,.18); }
.support-chat__launcher-icon img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 50% 20%; transform: scale(1.12); }
.support-chat__launcher small, .support-chat__launcher strong { display: block; text-align: left; }
.support-chat__launcher small { color: var(--orange-deep); font-size: 9px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.support-chat__launcher strong { margin-top: 3px; color: var(--ink); font-size: 15px; letter-spacing: -.01em; }
.support-chat__launcher > i { width: 8px; height: 8px; border-radius: 50%; background: #72db98; box-shadow: 0 0 0 5px rgba(114,219,152,.13); }
.support-chat.is-open .support-chat__launcher { opacity: 0; pointer-events: none; transform: translateY(10px); }
.support-chat__panel { position: absolute; right: 0; bottom: 92px; display: grid; grid-template-rows: auto minmax(0,1fr) auto auto auto; width: min(420px, calc(100vw - 32px)); height: min(690px, calc(100dvh - 138px)); border: 1px solid rgba(32,30,40,.13); border-radius: 26px; overflow: hidden; background: #f7f4ee; color: var(--ink); box-shadow: 0 34px 110px rgba(32,30,40,.34); transform-origin: right bottom; animation: chat-panel-in .28s var(--ease) both; }
.support-chat__panel[hidden] { display: none !important; }
@keyframes chat-panel-in { from { opacity: 0; transform: translateY(14px) scale(.97); } }
.support-chat__header { display: flex; min-height: 104px; padding: 15px 17px; align-items: center; justify-content: space-between; gap: 16px; background: linear-gradient(135deg, #201e28, #302d39); color: white; }
.support-chat__identity { display: flex; align-items: center; gap: 11px; }
.support-chat__avatar, .chat-message__avatar { display: grid; flex: 0 0 auto; place-items: center; overflow: hidden; border: 2px solid rgba(255,145,77,.8); border-radius: 50%; background: #f5d9c3; box-shadow: 0 5px 16px rgba(0,0,0,.18); }
.support-chat__avatar { width: 70px; height: 70px; }
.support-chat__avatar img, .chat-message__avatar img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 50% 22%; transform: scale(1.18); }
.support-chat__identity h2 { margin: 0; color: white; font-size: 18px; letter-spacing: -.02em; }
.support-chat__identity p { display: flex; margin: 5px 0 0; align-items: center; gap: 7px; color: #d1cdd7; font-size: 11px; }
.support-chat__identity p i { width: 7px; height: 7px; border-radius: 50%; background: var(--orange); }
.support-chat[data-mode="live"] .support-chat__identity p i { background: #72db98; }
.support-chat__close { display: grid; width: 42px; height: 42px; padding: 0; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; background: rgba(255,255,255,.06); color: white; font-size: 26px; cursor: pointer; }
.support-chat__messages { min-height: 0; padding: 21px 17px; overflow-y: auto; overscroll-behavior: contain; scrollbar-width: thin; }
.chat-message { display: flex; max-width: 90%; margin-bottom: 15px; align-items: flex-end; gap: 8px; }
.chat-message--user { margin-left: auto; justify-content: flex-end; }
.chat-message__avatar { width: 48px; height: 48px; border-width: 2px; box-shadow: 0 5px 16px rgba(32,30,40,.18); }
.chat-message > div { padding: 12px 14px; border: 1px solid rgba(32,30,40,.1); border-radius: 17px 17px 17px 5px; background: white; box-shadow: 0 7px 20px rgba(32,30,40,.06); }
.chat-message--user > div { border-color: var(--ink); border-radius: 17px 17px 5px 17px; background: var(--ink); color: white; }
.chat-message p { margin: 0; font-size: 14px; line-height: 1.5; overflow-wrap: anywhere; }
.chat-message small { display: block; margin-top: 6px; color: var(--muted); font-size: 9px; }
.chat-message--user small { color: #c8c5cd; }
.chat-typing { display: flex; width: max-content; margin: 0 0 15px 36px; padding: 12px 15px; gap: 4px; border-radius: 17px 17px 17px 5px; background: white; box-shadow: 0 7px 20px rgba(32,30,40,.06); }
.chat-typing span { width: 6px; height: 6px; border-radius: 50%; background: var(--muted); animation: chat-dot .8s ease-in-out infinite alternate; }
.chat-typing span:nth-child(2) { animation-delay: .14s; }
.chat-typing span:nth-child(3) { animation-delay: .28s; }
@keyframes chat-dot { to { opacity: .25; transform: translateY(-3px); } }
.support-chat__suggestions { display: flex; padding: 0 15px 11px; flex-wrap: wrap; gap: 7px; overflow: visible; scrollbar-width: none; }
.support-chat__suggestions::-webkit-scrollbar { display: none; }
.support-chat__suggestions button { flex: 0 1 auto; min-height: 39px; padding: 9px 13px; border: 1px solid rgba(32,30,40,.13); border-radius: 999px; background: white; color: var(--ink); font-size: 11px; font-weight: 750; cursor: pointer; }
.support-chat__suggestions button:hover { border-color: var(--orange); background: #fff7f1; }
.support-chat__composer { display: grid; grid-template-columns: minmax(0,1fr) 46px; margin: 0 15px; padding: 5px 5px 5px 14px; align-items: end; gap: 7px; border: 1px solid rgba(32,30,40,.16); border-radius: 18px; background: white; box-shadow: 0 8px 24px rgba(32,30,40,.06); }
.support-chat__composer:focus-within { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(255,145,77,.16); }
.support-chat__composer textarea { width: 100%; max-height: 110px; padding: 9px 0; border: 0; outline: 0; resize: none; background: transparent; color: var(--ink); font-size: 13px; line-height: 1.45; }
.support-chat__composer button { display: grid; width: 46px; height: 46px; padding: 0; place-items: center; border: 0; border-radius: 14px; background: var(--orange); color: var(--ink); cursor: pointer; }
.support-chat__composer button:disabled { cursor: wait; opacity: .55; }
.support-chat__composer svg { width: 21px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.support-chat__privacy { margin: 8px 16px 12px; color: var(--muted); font-size: 9px; line-height: 1.4; text-align: center; }
.support-chat__privacy a { color: var(--ink); font-weight: 750; }
.chat-inline-form { margin: 0 0 16px 36px; padding: 15px; border: 1px solid rgba(32,30,40,.12); border-radius: 18px; background: white; box-shadow: 0 9px 28px rgba(32,30,40,.08); }
.chat-inline-form > strong { display: block; font-size: 14px; }
.chat-inline-form > p { margin: 5px 0 13px; color: var(--muted); font-size: 11px; line-height: 1.45; }
.chat-inline-form form { display: grid; gap: 9px; }
.chat-inline-form label > span { display: block; margin-bottom: 4px; color: #55515c; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.chat-inline-form input, .chat-inline-form textarea { width: 100%; min-height: 42px; padding: 10px 11px; border: 1px solid rgba(32,30,40,.15); border-radius: 10px; background: var(--paper); color: var(--ink); font-size: 12px; resize: vertical; }
.chat-inline-form input:focus, .chat-inline-form textarea:focus { border-color: var(--orange); outline: 3px solid rgba(255,145,77,.14); }
.chat-inline-form .chat-inline-form__consent { display: grid; grid-template-columns: 18px 1fr; align-items: start; gap: 7px; }
.chat-inline-form__consent input { width: 18px; height: 18px; min-height: 0; margin: 1px 0 0; accent-color: var(--orange-deep); }
.chat-inline-form__consent span { margin: 0 !important; color: var(--muted) !important; font-size: 9px !important; font-weight: 600 !important; line-height: 1.4; text-transform: none !important; letter-spacing: 0 !important; }
.chat-inline-form button { min-height: 42px; padding: 10px 14px; border: 0; border-radius: 11px; background: var(--ink); color: white; font-size: 11px; font-weight: 800; cursor: pointer; }
body.cookie-open .support-chat, body.download-open .support-chat { opacity: 0; pointer-events: none; }
/* ELGUIDE_CHAT_CSS_END */

/* Video modal */
.video-modal { width: min(1000px, calc(100% - 32px)); max-width: none; padding: 0; border: 0; border-radius: 24px; background: var(--ink); color: white; overflow: visible; box-shadow: 0 40px 120px rgba(0,0,0,.45); }
.video-modal::backdrop { background: rgba(18,17,22,.82); backdrop-filter: blur(8px); }
.modal-close { position: absolute; z-index: 3; top: -18px; right: -18px; display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; background: var(--white); color: var(--ink); font-size: 29px; cursor: pointer; box-shadow: var(--shadow-sm); }
.video-placeholder { position: relative; aspect-ratio: 16 / 9; overflow: hidden; border-radius: 24px; }
.video-placeholder > img { width: 100%; height: 100%; object-fit: cover; }
.video-placeholder__shade { position: absolute; inset: 0; background: rgba(23,22,28,.67); }
.video-placeholder > div { position: absolute; top: 50%; left: 50%; width: min(560px, 80%); text-align: center; transform: translate(-50%, -50%); }
.video-placeholder__icon { display: grid; width: 68px; height: 68px; margin: 0 auto 20px; place-items: center; border-radius: 50%; background: var(--orange); color: var(--ink); padding-left: 5px; }
.video-placeholder h2 { margin-bottom: 14px; font-size: clamp(28px, 4vw, 48px); }
.video-placeholder p { margin: 0; color: #c1bdc6; }

/* Platform picker */
.download-modal { width: min(860px, calc(100% - 32px)); max-width: none; padding: 0; border: 0; border-radius: 30px; background: var(--paper); color: var(--ink); overflow: visible; box-shadow: 0 40px 120px rgba(0,0,0,.45); }
.download-modal::backdrop { background: rgba(18,17,22,.78); backdrop-filter: blur(8px); }
.download-modal__inner { padding: 45px; }
.download-modal .eyebrow { margin-bottom: 16px; }
.download-modal h2 { max-width: 680px; margin: 0; font-size: clamp(38px, 5vw, 64px); line-height: 1; }
.download-modal__intro { max-width: 650px; margin: 20px 0 0; color: var(--muted); font-size: 17px; line-height: 1.6; }
.download-choices { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; margin-top: 30px; }
.download-choice { display: flex; min-width: 0; min-height: 155px; padding: 23px; align-items: center; justify-content: space-between; flex-direction: column; border: 1px solid var(--line); border-radius: 22px; background: white; color: var(--ink); text-decoration: none; transition: transform .22s var(--ease), border-color .22s ease, box-shadow .22s ease; }
.download-choice:hover { border-color: var(--orange); transform: translateY(-3px); box-shadow: var(--shadow-sm); }
.download-choice:not(.download-choice--web) { min-height: 118px; padding: 12px 8px; border-color: transparent; background: transparent; }
.download-choice:not(.download-choice--web):hover { border-color: transparent; background: transparent; box-shadow: none; }
.download-choice__label { display: block; color: var(--muted); font-size: 12px; font-weight: 800; }
.platform-store-link--large { min-width: 210px; min-height: 64px; padding-inline: 17px; }
.platform-store-link--large .platform-store-link__copy strong { font-size: 17px; }
.download-choice--web { grid-column: 1 / -1; min-height: 92px; padding: 20px 24px; justify-content: initial; flex-direction: row; gap: 17px; background: var(--ink); color: white; }
.download-choice--web .download-choice__label { color: #d7d3dc; }
.download-choice--web > span:nth-child(2) { flex: 1; }
.download-choice--web strong { display: block; margin-top: 4px; font-size: 19px; }
.download-choice--web > span:last-child { color: var(--orange); font-size: 28px; }
.download-choice__web-icon { display: grid; flex: 0 0 50px; width: 50px; height: 50px; place-items: center; border-radius: 15px; background: rgba(255,145,77,.14); }
.download-choice__web-icon svg { width: 24px; fill: none; stroke: var(--orange); stroke-width: 1.8; }
.download-modal__trust { display: flex; flex-wrap: wrap; gap: 10px 24px; margin-top: 24px; color: #57535d; font-size: 12px; font-weight: 750; }
.download-modal__trust span::first-letter { color: var(--orange-deep); }

/* Reveal */
.reveal { opacity: 1; transform: none; }
.elguide-motion-ready .reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s ease, transform .85s var(--ease); }
.elguide-motion-ready .reveal.is-visible { opacity: 1; transform: none; }

/* Legal page */
.legal-page { background: var(--cream); }
.legal-hero { padding: 100px 0 55px; }
.legal-hero h1 { max-width: 840px; font-size: clamp(52px, 7vw, 90px); }
.legal-content { padding: 0 0 120px; }
.legal-content__inner { max-width: 900px; padding: 50px; border-radius: var(--radius-md); background: white; box-shadow: var(--shadow-sm); }
.legal-content h2 { margin: 48px 0 15px; font-size: 30px; letter-spacing: -.03em; line-height: 1.1; }
.legal-content h2:first-child { margin-top: 0; }
.legal-content p, .legal-content li { color: #55515c; }

/* Responsive */
@media (max-width: 1240px) {
  .desktop-nav { display: none; }
  .menu-toggle { display: grid; width: 44px; height: 44px; padding: 0; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; }
  .menu-toggle span { grid-area: 1 / 1; width: 17px; height: 2px; background: var(--ink); transition: transform .25s ease; }
  .menu-toggle span:first-child { transform: translateY(-3px); }
  .menu-toggle span:last-child { transform: translateY(3px); }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: rotate(-45deg); }

  .hero { min-height: 940px; padding-top: 50px; }
  .hero__grid { grid-template-columns: minmax(0, 1fr) minmax(400px, .88fr); min-height: 790px; }
  .hero-stage { min-height: 790px; }
  .hero-stage__people { max-height: 580px; }
  .hero-stage__phone { max-height: 460px; }
  .question-cloud { right: 0; left: 0; grid-template-columns: repeat(2, minmax(0, 235px)); gap: 13px 16px; }
  .trust-strip__roles span:last-child { display: none; }
  .problem-grid, .compare-grid, .faq-grid { gap: 58px; }
  .product-grid { gap: 55px; }
  .business-grid { gap: 35px; }
  .business-dashboard { right: 35%; }
  .pricing-grid { gap: 55px; }
  .about-grid { gap: 65px; }
  .contact-grid { gap: 55px; }
}

@media (max-width: 900px) {
  .section { padding: 100px 0; }
  .hero { min-height: auto; }
  .hero__grid { grid-template-columns: 1fr; padding-top: 30px; }
  .hero__copy { max-width: 760px; padding-bottom: 0; }
  .hero-stage { min-height: 780px; width: min(680px, 100%); margin: 6px auto 0; }
  .hero-stage__halo { top: 23%; right: 0; width: 75%; }
  .hero-stage__people { right: 0; width: 65%; max-height: 550px; }
  .hero-stage__phone { left: 8%; width: 32%; max-height: 430px; }
  .question-cloud { top: 0; grid-template-columns: repeat(2, minmax(0, 260px)); gap: 14px 18px; }
  .trust-strip { flex-direction: column; align-items: flex-start; gap: 16px; padding: 28px 0; }

  .problem-grid, .video-heading, .compare-grid, .pricing-grid, .about-grid, .faq-grid, .contact-grid { grid-template-columns: 1fr; }
  .problem-grid, .video-heading, .compare-grid, .pricing-grid, .about-grid, .faq-grid, .contact-grid { gap: 48px; }
  .benefit-row { grid-template-columns: 1fr 1fr; }
  .benefit-card:last-child { grid-column: 1 / -1; min-height: 290px; }

  .product-grid { grid-template-columns: 1fr; }
  .product-visual { order: 2; min-height: 650px; width: min(600px, 100%); margin-inline: auto; }
  .product-copy { order: 1; }
  .product-visual__status { right: 8%; }

  .try-heading { grid-template-columns: 1fr; gap: 25px; }
  .try-heading > p { max-width: 680px; }
  .photo-lab-grid { grid-template-columns: 1fr; }
  .photo-lab { min-height: 0; }
  .photo-lab > img { min-height: 0; }
  .photo-lab-copy { max-width: 680px; }

  .business-grid { grid-template-columns: 1fr; }
  .business-visual { width: min(650px, 100%); margin-inline: auto; }
  .business-dashboard { right: auto; left: 2%; }
  .video-heading > p { max-width: 650px; }
  .faq-grid .section-heading { position: static; }
  .about-image { width: min(620px, 100%); margin-inline: auto; }
  .testimonial { grid-template-columns: 70px 1fr; }
  .testimonial footer { grid-column: 2; align-self: start; }
  .site-footer__top { grid-template-columns: 1.5fr repeat(3, 1fr); gap: 28px; }
}

@media (max-width: 680px) {
  :root { --header-height: 68px; --offer-height: 34px; }
  .container { width: min(calc(100% - 32px), var(--container)); }
  .section { padding: 78px 0; }
  .offer-bar { gap: 7px; padding: 0 10px; font-size: 11px; }
  .offer-bar__divider, .offer-bar span:last-child { display: none; }
  .brand__image { width: 122px; }
  .header-login, .site-header__actions > .button { display: none; }

  h1 { font-size: clamp(53px, 16vw, 74px); }
  h2 { font-size: clamp(40px, 12vw, 59px); }
  .hero { padding-top: 32px; }
  .hero__mesh { width: 100%; height: 50%; }
  .hero__lead { font-size: 17px; }
  .hero-title-line { font-size: .72em; }
  .hero__actions { display: grid; }
  .hero__actions .button { width: 100%; }
  .hero__proof { gap: 9px 16px; }
  .hero-stage { min-height: 660px; margin-top: 14px; }
  .hero-stage__halo { top: 28%; right: -5%; width: 86%; }
  .hero-stage__people { right: -6%; width: 72%; max-height: 430px; }
  .hero-stage__phone { left: 4%; bottom: 1%; width: 36%; max-height: 340px; }
  .question-cloud { top: 0; right: 0; left: 0; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .question-bubble { min-height: 72px; max-width: none; padding: 11px 12px; border-radius: 16px 16px 16px 5px; }
  .question-bubble strong { font-size: 12px; line-height: 1.32; }
  .question-bubble--two, .question-bubble--four { border-radius: 16px 16px 5px 16px; }
  .trust-strip__roles { display: grid; grid-template-columns: 1fr 1fr; }
  .trust-strip__roles span { font-size: 17px; }

  .problem-grid { grid-template-columns: 1fr; }
  .problem-copy p { font-size: 17px; }
  .benefit-row { grid-template-columns: 1fr; margin-top: 48px; }
  .benefit-card, .benefit-card:last-child { grid-column: auto; min-height: 300px; padding: 25px; }
  .benefit-card__icon { margin: 33px 0 28px; }

  .product-section { padding-block: 90px; }
  .product-visual { min-height: 550px; }
  .product-visual > img { width: 71%; max-height: 540px; }
  .product-visual__backdrop { width: 86%; }
  .product-visual__status { right: 2%; bottom: 4%; }

  .try-heading { margin-bottom: 38px; }
  .try-heading > p { font-size: 16px; }
  .try-console { grid-template-columns: 1fr; min-height: 0; padding: 8px; border-radius: 28px; }
  .try-console__choices { padding: 24px 14px 20px; }
  .demo-question { min-height: 76px; padding: 14px; }
  .try-console__screen { padding: 21px 15px; border-radius: 22px; }
  .demo-conversation { padding: 27px 0 3px; }
  .demo-prompt { max-width: 88%; }
  .demo-response { min-height: 310px; padding: 20px; }
  .demo-typing { top: 88px; left: 20px; }
  .demo-result__proof { align-items: flex-start; flex-direction: column; }

  .photo-lab-grid { gap: 45px; }
  .photo-lab { min-height: 0; aspect-ratio: 4 / 5; border: 0; border-radius: 27px; }
  .photo-lab > img { min-height: 0; object-position: center; }
  .photo-camera__top { padding: 10px 12px 22px; }
  .photo-capture { right: 50%; bottom: 14px; transform: translateX(50%); }
  .photo-capture:hover { transform: translateX(50%) translateY(-2px); }
  .photo-capture strong { white-space: normal; }
  .photo-insight { min-height: 0; padding: 25px 22px; }
  .platform-links { display: grid; grid-template-columns: 1fr 1fr; }
  .platform-links > a:not(.web-version-link) { width: 100%; min-width: 0; justify-self: stretch; }
  .web-version-link { grid-column: 1 / -1; justify-content: center; }

  .video-heading { gap: 24px; }
  .video-card { aspect-ratio: 4 / 5; border-radius: 24px; }
  .video-card__play { width: 72px; height: 72px; }
  .video-card__label { bottom: 25px; left: 24px; }
  .video-card__corner { top: 20px; right: 20px; }

  .comparison { overflow: hidden; }
  .comparison__row {
    grid-template-columns: minmax(0, 1.3fr) minmax(0, .82fr) minmax(0, .95fr);
    column-gap: 8px;
    width: auto;
    min-height: 72px;
    padding: 0 12px;
  }
  .comparison__row span,
  .comparison__row strong { min-width: 0; font-size: 12px; line-height: 1.35; overflow-wrap: anywhere; }
  .comparison__row strong { display: grid; grid-template-columns: 18px minmax(0, 1fr); gap: 5px; }
  .comparison__row strong::before { width: 18px; height: 18px; font-size: 10px; }
  .comparison__head span { font-size: 9px; }

  .business-section { padding-block: 86px; }
  .business-list li { grid-template-columns: 38px 1fr; }
  .business-actions { align-items: stretch; flex-direction: column; }
  .business-visual { min-height: 510px; }
  .business-visual__people { right: -13%; width: 96%; max-height: 520px; }
  .business-dashboard { bottom: 2%; left: -2%; width: 270px; padding: 17px; }
  .business-dashboard__top { margin-bottom: 20px; }
  .business-dashboard > strong { font-size: 43px; }

  .price-card { padding: 30px 23px; border-radius: 28px; }
  .price-reassurance { flex-direction: column; }
  .price > strong { font-size: 70px; }

  .testimonial-heading { align-items: flex-start; flex-direction: column; }
  .testimonial-slider { min-height: 420px; -webkit-user-select: none; user-select: none; }
  .testimonial { grid-template-columns: 1fr; gap: 12px; }
  .quote-mark { font-size: 90px; }
  .testimonial blockquote { font-size: 30px; }
  .testimonial footer { grid-column: 1; margin-top: 13px; }

  .about-image { min-height: 520px; }
  .about-image > img { width: 96%; max-height: 510px; }
  .about-image__label { right: -2%; }
  .about-values article { grid-template-columns: 1fr; gap: 8px; }
  .faq-list summary { font-size: 16px; }

  .contact-section { padding-block: 82px; }
  .contact-form { padding: 25px 18px; }
  .form-choice { flex-wrap: wrap; }
  .form-grid { grid-template-columns: 1fr; gap: 0; }
  .contact-copy address a, .contact-copy address p { grid-template-columns: 62px 1fr; }

  .site-footer { padding-bottom: 76px; }
  .site-footer__top { grid-template-columns: 1fr 1fr; }
  .footer-newsletter { grid-template-columns: 1fr; gap: 20px; }
  .site-footer__top > div:first-child { grid-column: 1 / -1; margin-bottom: 18px; }
  .site-footer__top > div:last-child { grid-column: 1 / -1; }
  .site-footer__bottom { align-items: flex-start; flex-direction: column; }
  .legal-footer-links { align-items: flex-start; flex-direction: column; gap: 10px; }

  .cookie-banner { right: 8px; bottom: 8px; left: 8px; display: block; width: calc(100% - 16px); max-height: calc(100vh - 16px); padding: 19px; border-radius: 20px; overflow: auto; }
  .cookie-banner__copy { grid-template-columns: 34px 1fr; gap: 11px; }
  .cookie-banner__icon { width: 34px; height: 34px; border-radius: 10px; font-size: 17px; }
  .cookie-banner h2 { font-size: 18px; }
  .cookie-banner p { font-size: 12px; }
  .cookie-banner__actions { grid-template-columns: 1fr 1fr; margin-top: 17px; }
  .cookie-action { min-height: 48px; padding: 11px 12px; }
  .cookie-action--settings { grid-column: 1 / -1; grid-row: 2; }
  .cookie-preferences { width: calc(100% - 16px); max-height: calc(100vh - 16px); border-radius: 22px; }
  .cookie-preferences__inner { padding: 21px 17px; }
  .cookie-preferences__top h2 { font-size: 26px; }
  .cookie-category { gap: 12px; padding: 16px; }
  .cookie-preferences__actions { grid-template-columns: 1fr; }

  .mobile-cta { position: fixed; z-index: 90; right: 12px; bottom: 10px; left: 12px; display: flex; align-items: center; justify-content: space-between; min-height: 60px; padding: 10px 18px; border: 1px solid rgba(255,255,255,.25); border-radius: 17px; background: var(--orange); color: var(--ink); text-decoration: none; box-shadow: 0 18px 50px rgba(32,30,40,.27); transition: opacity .2s ease, transform .2s var(--ease); }
  .mobile-cta.is-context-hidden { opacity: 0; pointer-events: none; transform: translateY(16px); }
  .mobile-cta span, .mobile-cta strong { display: block; }
  .mobile-cta span { font-size: 11px; }
  .mobile-cta strong { font-size: 14px; }
  /* ELGUIDE_CHAT_MOBILE_CSS_START */
  body.chat-open { overflow: hidden; }
  .support-chat { right: 12px; bottom: 86px; }
  .support-chat__launcher { min-width: 0; grid-template-columns: 60px; width: 68px; height: 68px; min-height: 68px; padding: 4px; border-radius: 22px; }
  .support-chat__launcher > span:nth-child(2), .support-chat__launcher > i { display: none; }
  .support-chat__launcher-icon { width: 60px; height: 60px; border-radius: 18px; }
  .support-chat__panel { position: fixed; top: 8px; right: 8px; bottom: 8px; left: 8px; width: auto; height: auto; max-height: none; border-radius: 22px; transform-origin: right bottom; }
  .support-chat__header { min-height: 94px; padding: 11px 13px; }
  .support-chat__avatar { width: 64px; height: 64px; }
  .support-chat__messages { padding: 17px 13px; }
  .support-chat__suggestions { padding-inline: 12px; }
  .support-chat__suggestions { flex-wrap: nowrap; overflow-x: auto; }
  .support-chat__suggestions button { flex: 0 0 auto; }
  .support-chat__composer { margin-inline: 12px; }
  .support-chat__privacy { margin-inline: 13px; }
  .support-chat.is-open ~ .mobile-cta { opacity: 0; pointer-events: none; }
  /* ELGUIDE_CHAT_MOBILE_CSS_END */

  .modal-close { top: 10px; right: 10px; }
  .download-modal { width: calc(100% - 16px); max-height: calc(100vh - 16px); border-radius: 23px; overflow-x: hidden; overflow-y: auto; }
  .download-modal__inner { padding: 30px 18px 24px; }
  .download-modal h2 { font-size: 40px; }
  .download-modal__intro { margin-top: 15px; font-size: 14px; }
  .download-choices { grid-template-columns: 1fr; margin-top: 22px; }
  .download-choice { min-height: 128px; padding: 18px; }
  .download-choice:not(.download-choice--web) { min-height: 96px; padding: 6px 0; }
  .download-choice--web { grid-column: auto; min-height: 82px; padding: 16px; }
  .platform-store-link--large { width: min(210px, 100%); min-width: 0; min-height: 60px; }
  .download-modal__trust { gap: 8px 14px; margin-top: 18px; }
  .video-placeholder { aspect-ratio: 4 / 5; }
  .video-placeholder > div { width: 86%; }
  .video-placeholder p { font-size: 13px; }
  .legal-content__inner { padding: 28px 20px; }
}

@media (max-width: 420px) {
  .container { width: min(calc(100% - 24px), var(--container)); }
  .site-footer__top { grid-template-columns: 1fr; }
  .footer-newsletter form { grid-template-columns: 1fr; }
  .footer-newsletter__consent { grid-column: auto; }
  .site-footer__top > div:first-child,
  .site-footer__top > div:last-child { grid-column: auto; }
  .faq-list summary { gap: 12px; padding-block: 21px; font-size: 15px; }
  .faq-list details p { margin-right: 38px; font-size: 14px; }
  .contact-copy address a,
  .contact-copy address p { grid-template-columns: 1fr; gap: 3px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* WordPress integration without visual changes to v5 */
.form-trap { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-status.is-success { color: #91e4af; }
.form-status.is-error { color: #ffb7a6; }
.video-embed { width: 100%; aspect-ratio: 16 / 9; overflow: hidden; border-radius: 24px; background: #0e0d12; }
.video-embed iframe, .video-embed video, .video-embed .wp-video { display: block; width: 100% !important; height: 100% !important; border: 0; }
.standard-page { min-height: 60vh; padding-top: 90px; }

/* Faglig viden */
.knowledge-section { overflow: hidden; background: var(--white); }
.knowledge-heading { display: grid; grid-template-columns: 1fr .8fr; gap: 70px; align-items: end; margin-bottom: 54px; }
.knowledge-heading h2 { max-width: 760px; font-size: clamp(48px, 6vw, 82px); }
.knowledge-heading > p { margin: 0 0 8px; color: var(--muted); font-size: 18px; line-height: 1.7; }
.knowledge-group { margin-top: 54px; }
.knowledge-group + .knowledge-group { margin-top: 74px; padding-top: 56px; border-top: 1px solid var(--line); }
.knowledge-group__heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .72fr); gap: 70px; margin-bottom: 34px; align-items: end; }
.knowledge-group__label { margin-bottom: 14px; color: var(--orange-deep); font-size: 12px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.knowledge-group__heading h3 { max-width: 780px; margin: 0; font-size: clamp(36px, 4.5vw, 62px); line-height: 1.02; }
.knowledge-group__heading > p { margin: 0 0 5px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.knowledge-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.knowledge-card { display: flex; min-height: 330px; padding: 30px; flex-direction: column; border: 1px solid var(--line); border-radius: 24px; background: var(--paper); transition: transform .3s var(--ease), border-color .3s ease, box-shadow .3s ease; }
.knowledge-card:hover { transform: translateY(-7px); border-color: rgba(255,145,77,.7); box-shadow: var(--shadow-sm); }
.knowledge-card__topic { margin-bottom: 30px; color: var(--orange-deep); font-size: 11px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.knowledge-card h3, .knowledge-card h4 { margin-bottom: 14px; font-size: 28px; line-height: 1.08; }
.knowledge-card > p:not(.knowledge-card__topic) { color: var(--muted); line-height: 1.6; }
.knowledge-card a { display: flex; margin-top: auto; justify-content: space-between; color: var(--ink); font-weight: 800; text-decoration: none; }
.knowledge-card a span { color: var(--orange-deep); font-size: 21px; }
.knowledge-more { margin: 34px 0 0; text-align: center; }

/* Selvstændige artikler og landingssider */
.article-page, .landing-page { min-width: 320px; overflow-x: clip; color: var(--ink); background: var(--paper); }
.article-header { position: relative; z-index: 20; border-bottom: 1px solid var(--line); background: rgba(251,250,247,.96); }
.article-header__inner { display: flex; min-height: 78px; align-items: center; justify-content: space-between; }
.article-header nav { display: flex; gap: 30px; align-items: center; }
.article-header nav a { color: var(--ink); font-size: 13px; font-weight: 800; text-decoration: none; }
.article-header nav a:hover { color: var(--orange-deep); }
.article-hero { padding: 92px 0 76px; background: linear-gradient(140deg, #fbfaf7 0%, #f3f0e9 100%); }
.article-hero__grid { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 90px; align-items: end; }
.breadcrumbs { display: flex; gap: 10px; margin-bottom: 38px; color: var(--muted); font-size: 13px; }
.breadcrumbs a { color: inherit; }
.article-hero h1 { max-width: 920px; margin-bottom: 28px; padding-bottom: .04em; font-size: clamp(52px, 6.4vw, 92px); line-height: 1.05; }
.article-intro { max-width: 790px; color: #504c57; font-size: 21px; line-height: 1.65; }
.article-intro p:last-child { margin-bottom: 0; }
.article-meta { display: flex; flex-wrap: wrap; gap: 12px 28px; margin-top: 28px; color: var(--muted); font-size: 13px; font-weight: 700; }
.article-hero aside { padding: 28px; border: 1px solid var(--line); border-radius: 20px; background: var(--white); box-shadow: var(--shadow-sm); }
.article-hero aside strong { display: block; margin-bottom: 18px; font-size: 14px; }
.article-hero aside ol { display: grid; gap: 11px; margin: 0; padding-left: 20px; }
.article-hero aside a { color: var(--muted); font-size: 13px; line-height: 1.4; }
.article-layout { display: grid; grid-template-columns: minmax(0, 820px); justify-content: center; padding-top: 90px; padding-bottom: 110px; }
.article-body section { scroll-margin-top: 30px; padding-bottom: 66px; }
.article-body h2 { margin-bottom: 24px; font-size: clamp(36px, 4vw, 54px); line-height: 1.05; }
.article-body p, .article-body li { color: #514d58; font-size: 18px; line-height: 1.75; }
.article-tip { margin-top: 28px; padding: 24px 26px; border-left: 4px solid var(--orange); border-radius: 0 16px 16px 0; background: #fff2e9; }
.article-tip strong { display: block; margin-bottom: 8px; color: var(--orange-deep); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.article-tip p { margin: 0; color: var(--ink); font-size: 16px; }
.article-sources { padding-top: 12px; border-top: 1px solid var(--line); }
.article-sources ul { display: grid; gap: 12px; padding: 0; list-style: none; }
.article-sources li { display: grid; grid-template-columns: 160px 1fr; gap: 20px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.article-sources li strong { color: var(--ink); font-size: 14px; }
.article-sources a { display: flex; justify-content: space-between; color: var(--ink); font-weight: 750; text-decoration-color: var(--orange); text-underline-offset: 4px; }
.article-disclaimer { margin-top: 28px; padding: 22px; border-radius: 14px; background: var(--cream); font-size: 14px !important; }
.article-cta, .landing-cta { padding: 76px 0; color: white; background: var(--ink); }
.article-cta .container, .landing-cta .container { display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: center; }
.article-cta h2, .landing-cta h2 { max-width: 800px; margin-bottom: 14px; color: white; font-size: clamp(38px, 5vw, 64px); }
.article-cta p:not(.eyebrow), .landing-cta p:not(.eyebrow) { max-width: 720px; margin: 0; color: #c9c5cf; font-size: 17px; line-height: 1.6; }
.article-footer { color: #b8b4be; background: #17161c; }
.article-footer .container { display: flex; padding-top: 26px; padding-bottom: 26px; justify-content: space-between; gap: 14px 24px; flex-wrap: wrap; font-size: 12px; }
.article-footer a { color: inherit; }
.article-footer .container > span:last-child { display: flex; gap: 12px 22px; align-items: center; flex-wrap: wrap; }
.article-footer button { padding: 0; border: 0; color: inherit; background: transparent; font: inherit; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.article-footer button:hover, .article-footer a:hover { color: var(--orange); }

.landing-page > .offer-bar { position: relative; }
.landing-hero { position: relative; overflow: hidden; padding: 90px 0 100px; background: var(--paper); }
.landing-hero__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, .7fr); gap: 80px; align-items: center; }
.landing-hero h1 { max-width: 850px; margin-bottom: 28px; padding-bottom: .04em; font-size: clamp(58px, 7vw, 104px); line-height: 1.06; overflow-wrap: anywhere; }
.landing-hero__intro { max-width: 760px; color: var(--muted); font-size: 20px; line-height: 1.65; }
.landing-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.landing-visual { position: relative; display: grid; min-height: 610px; place-items: center; }
.landing-visual__orb { position: absolute; width: min(500px, 95%); aspect-ratio: 1; border-radius: 50%; background: linear-gradient(145deg, var(--orange) 0 54%, var(--cream-2) 54% 100%); box-shadow: var(--shadow-orange); }
.landing-visual img { position: relative; z-index: 2; width: min(310px, 70%); height: auto; filter: drop-shadow(0 35px 40px rgba(32,30,40,.22)); transform: rotate(-5deg); }
.landing-benefits { padding: 32px 0; color: white; background: var(--ink); }
.landing-benefits .container { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.landing-benefits div { display: flex; gap: 10px; align-items: center; font-size: 14px; }
.landing-benefits span { display: grid; flex: 0 0 28px; width: 28px; height: 28px; place-items: center; border-radius: 50%; color: var(--ink); background: var(--orange); }
.landing-content { background: var(--white); }
.landing-content__row { display: grid; grid-template-columns: 100px 1fr; gap: 36px; max-width: 1000px; margin-inline: auto; padding: 66px 0; border-bottom: 1px solid var(--line); }
.landing-content__row > span { color: var(--orange-deep); font: 600 20px/1 'Oswald', sans-serif; }
.landing-content__row h2 { margin-bottom: 24px; font-size: clamp(38px, 5vw, 62px); }
.landing-content__row p { max-width: 780px; color: var(--muted); font-size: 18px; line-height: 1.75; }

@media (max-width: 1000px) {
  .knowledge-group__heading { grid-template-columns: 1fr; gap: 18px; }
  .knowledge-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .article-hero__grid, .landing-hero__grid { grid-template-columns: 1fr; }
  .article-hero aside { max-width: 640px; }
  .landing-visual { min-height: 520px; }
  .landing-benefits .container { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 700px) {
  .knowledge-heading { grid-template-columns: 1fr; gap: 20px; }
  .knowledge-heading h2 { font-size: clamp(42px, 13vw, 62px); }
  .knowledge-group { margin-top: 42px; }
  .knowledge-group + .knowledge-group { margin-top: 54px; padding-top: 42px; }
  .knowledge-group__heading { margin-bottom: 24px; }
  .knowledge-group__heading h3 { font-size: clamp(34px, 10vw, 48px); }
  .knowledge-group__heading > p { font-size: 16px; }
  .knowledge-grid { grid-template-columns: 1fr; }
  .knowledge-card { min-height: 285px; }
  .article-header nav { display: none; }
  .article-hero { padding: 58px 0; }
  .article-hero__grid { gap: 42px; }
  .article-hero h1 { font-size: clamp(44px, 13vw, 64px); }
  .article-intro { font-size: 18px; }
  .article-layout { padding-top: 60px; padding-bottom: 72px; }
  .article-body p, .article-body li { font-size: 16px; }
  .article-sources li { grid-template-columns: 1fr; gap: 6px; }
  .article-cta .container, .landing-cta .container { grid-template-columns: 1fr; gap: 30px; }
  .article-cta .button, .landing-cta .button { width: 100%; }
  .landing-hero { padding: 58px 0 70px; }
  .landing-hero h1 { font-size: clamp(46px, 14vw, 68px); }
  .landing-visual { min-height: 430px; }
  .landing-benefits .container { grid-template-columns: 1fr; }
  .landing-content__row { grid-template-columns: 1fr; gap: 16px; padding: 48px 0; }
  .landing-hero__actions { display: grid; }
  .landing-hero__actions .button { width: 100%; }
}

/* Elementor conflict shield
   Keeps the branded hero and support chat independent of theme and global kit button styles. */
.elguide-v5-elementor-page.elguide-v5-section--hero .hero__grid {
  min-height: 835px !important;
}

.elguide-v5-elementor-page.elguide-v5-section--hero .hero-stage {
  position: relative !important;
  min-height: 835px !important;
  overflow: visible !important;
  perspective: 1000px !important;
  transform-style: preserve-3d !important;
}

.elguide-v5-elementor-page.elguide-v5-section--hero .hero-stage__halo {
  top: 17% !important;
  right: -6% !important;
  bottom: auto !important;
  left: auto !important;
  width: 80% !important;
}

.elguide-v5-elementor-page.elguide-v5-section--hero .hero-stage__people {
  position: absolute !important;
  z-index: 2 !important;
  right: -3% !important;
  bottom: 0 !important;
  left: auto !important;
  width: 70% !important;
  max-height: 620px !important;
}

.elguide-v5-elementor-page.elguide-v5-section--hero .hero-stage__phone {
  position: absolute !important;
  z-index: 3 !important;
  right: auto !important;
  bottom: 2% !important;
  left: 7% !important;
  width: 34% !important;
  max-height: 500px !important;
}

.elguide-v5-elementor-page.elguide-v5-section--hero .question-cloud {
  position: absolute !important;
  z-index: 10 !important;
  top: 4px !important;
  right: -2% !important;
  bottom: auto !important;
  left: -2% !important;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 270px)) !important;
  justify-content: space-between !important;
  gap: 14px 20px !important;
  transform: none !important;
  transform-style: flat !important;
}

.elguide-v5-elementor-page.elguide-v5-section--hero .question-bubble,
.elguide-v5-elementor-page.elguide-v5-section--hero button.question-bubble {
  position: relative !important;
  inset: auto !important;
  display: block !important;
  box-sizing: border-box !important;
  min-width: 0 !important;
  width: 100% !important;
  min-height: 66px !important;
  max-width: none !important;
  padding: 14px 18px !important;
  border: 1px solid rgba(32,30,40,.08) !important;
  border-radius: 20px 20px 20px 6px !important;
  background: #fff !important;
  color: var(--ink) !important;
  font-family: "Figtree", "Segoe UI", system-ui, sans-serif !important;
  font-size: 16px !important;
  font-style: normal !important;
  line-height: 1.35 !important;
  text-align: left !important;
  text-transform: none !important;
  letter-spacing: normal !important;
  white-space: normal !important;
  overflow-wrap: break-word !important;
  word-break: normal !important;
  animation: none !important;
}

.elguide-v5-elementor-page.elguide-v5-section--hero .question-bubble--two,
.elguide-v5-elementor-page.elguide-v5-section--hero button.question-bubble--two,
.elguide-v5-elementor-page.elguide-v5-section--hero .question-bubble--four,
.elguide-v5-elementor-page.elguide-v5-section--hero button.question-bubble--four {
  border-color: rgba(255,255,255,.13) !important;
  border-radius: 20px 20px 6px 20px !important;
  background: #2b3646 !important;
  color: #fff !important;
}

.elguide-v5-elementor-page.elguide-v5-section--hero .question-bubble strong {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  color: inherit !important;
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: 650 !important;
  line-height: inherit !important;
  text-transform: none !important;
  letter-spacing: -.015em !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
  word-break: normal !important;
}

/* A staggered conversation on wide screens, with a clear safe zone above the people and phone. */
@media (min-width: 901px) {
  .elguide-v5-elementor-page.elguide-v5-section--hero .question-cloud {
    display: block !important;
    height: 210px !important;
  }
  .elguide-v5-elementor-page.elguide-v5-section--hero .question-bubble,
  .elguide-v5-elementor-page.elguide-v5-section--hero button.question-bubble {
    position: absolute !important;
    width: min(270px, 44%) !important;
  }
  .elguide-v5-elementor-page.elguide-v5-section--hero .question-bubble--one,
  .elguide-v5-elementor-page.elguide-v5-section--hero button.question-bubble--one {
    top: 0 !important;
    right: auto !important;
    bottom: auto !important;
    left: 0 !important;
  }
  .elguide-v5-elementor-page.elguide-v5-section--hero .question-bubble--two,
  .elguide-v5-elementor-page.elguide-v5-section--hero button.question-bubble--two {
    top: 22px !important;
    right: 0 !important;
    bottom: auto !important;
    left: auto !important;
  }
  .elguide-v5-elementor-page.elguide-v5-section--hero .question-bubble--three,
  .elguide-v5-elementor-page.elguide-v5-section--hero button.question-bubble--three {
    top: 100px !important;
    right: auto !important;
    bottom: auto !important;
    left: 18px !important;
  }
  .elguide-v5-elementor-page.elguide-v5-section--hero .question-bubble--four,
  .elguide-v5-elementor-page.elguide-v5-section--hero button.question-bubble--four {
    top: 122px !important;
    right: 12px !important;
    bottom: auto !important;
    left: auto !important;
  }
}

html body .support-chat .support-chat__launcher {
  grid-template-columns: 60px auto 8px !important;
  min-width: 250px !important;
  min-height: 78px !important;
  padding: 8px 16px 8px 8px !important;
  border: 1px solid rgba(32,30,40,.13) !important;
  border-radius: 24px !important;
  background: rgba(255,255,255,.97) !important;
  color: var(--ink) !important;
  font-family: "Figtree", "Segoe UI", system-ui, sans-serif !important;
  text-transform: none !important;
}

html body .support-chat .support-chat__launcher-icon {
  width: 60px !important;
  height: 60px !important;
  overflow: hidden !important;
  border: 2px solid var(--orange) !important;
  border-radius: 19px !important;
  background: #f5d9c3 !important;
}

html body .support-chat .support-chat__panel {
  z-index: 2 !important;
  background: #f7f4ee !important;
  color: var(--ink) !important;
  font-family: "Figtree", "Segoe UI", system-ui, sans-serif !important;
}

html body .support-chat .support-chat__close {
  display: grid !important;
  width: 42px !important;
  height: 42px !important;
  padding: 0 !important;
  place-items: center !important;
  border: 1px solid rgba(255,255,255,.2) !important;
  border-radius: 50% !important;
  background: rgba(255,255,255,.06) !important;
  color: #fff !important;
  font-family: "Figtree", "Segoe UI", system-ui, sans-serif !important;
  font-size: 26px !important;
  line-height: 1 !important;
  text-transform: none !important;
}

html body .support-chat .support-chat__suggestions button {
  min-height: 39px !important;
  padding: 9px 13px !important;
  border: 1px solid rgba(32,30,40,.13) !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: var(--ink) !important;
  font-family: "Figtree", "Segoe UI", system-ui, sans-serif !important;
  font-size: 11px !important;
  font-weight: 750 !important;
  line-height: 1.25 !important;
  text-transform: none !important;
}

html body .support-chat .support-chat__composer button {
  display: grid !important;
  width: 46px !important;
  height: 46px !important;
  padding: 0 !important;
  place-items: center !important;
  border: 0 !important;
  border-radius: 14px !important;
  background: var(--orange) !important;
  color: var(--ink) !important;
  font-family: "Figtree", "Segoe UI", system-ui, sans-serif !important;
  text-transform: none !important;
}

html body .support-chat .chat-inline-form button {
  min-height: 42px !important;
  padding: 10px 14px !important;
  border: 0 !important;
  border-radius: 11px !important;
  background: var(--ink) !important;
  color: #fff !important;
  font-family: "Figtree", "Segoe UI", system-ui, sans-serif !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  text-transform: none !important;
}

@media (max-width: 1240px) {
  .elguide-v5-elementor-page.elguide-v5-section--hero .hero__grid,
  .elguide-v5-elementor-page.elguide-v5-section--hero .hero-stage { min-height: 790px !important; }
  .elguide-v5-elementor-page.elguide-v5-section--hero .hero-stage__people { max-height: 580px !important; }
  .elguide-v5-elementor-page.elguide-v5-section--hero .hero-stage__phone { max-height: 460px !important; }
  .elguide-v5-elementor-page.elguide-v5-section--hero .question-cloud {
    right: 10px !important;
    left: 10px !important;
    grid-template-columns: repeat(2, minmax(0, 235px)) !important;
    gap: 13px 16px !important;
  }
}

@media (max-width: 900px) {
  .elguide-v5-elementor-page.elguide-v5-section--hero .hero-stage { min-height: 780px !important; margin-top: 6px !important; }
  .elguide-v5-elementor-page.elguide-v5-section--hero .hero-stage__halo { top: 23% !important; right: 0 !important; width: 75% !important; }
  .elguide-v5-elementor-page.elguide-v5-section--hero .hero-stage__people { right: 0 !important; width: 65% !important; max-height: 550px !important; }
  .elguide-v5-elementor-page.elguide-v5-section--hero .hero-stage__phone { left: 8% !important; width: 32% !important; max-height: 430px !important; }
  .elguide-v5-elementor-page.elguide-v5-section--hero .question-cloud {
    top: 0 !important;
    display: grid !important;
    height: auto !important;
    grid-template-columns: repeat(2, minmax(0, 260px)) !important;
    gap: 14px 18px !important;
  }
  .elguide-v5-elementor-page.elguide-v5-section--hero .question-bubble,
  .elguide-v5-elementor-page.elguide-v5-section--hero button.question-bubble {
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
  }
}

@media (max-width: 680px) {
  .elguide-v5-elementor-page.elguide-v5-section--hero .hero-stage { min-height: 660px !important; margin-top: 14px !important; }
  .elguide-v5-elementor-page.elguide-v5-section--hero .hero-stage__halo { top: 28% !important; right: -5% !important; width: 86% !important; }
  .elguide-v5-elementor-page.elguide-v5-section--hero .hero-stage__people { right: -6% !important; width: 72% !important; max-height: 430px !important; }
  .elguide-v5-elementor-page.elguide-v5-section--hero .hero-stage__phone { left: 4% !important; width: 36% !important; max-height: 340px !important; }
  .elguide-v5-elementor-page.elguide-v5-section--hero .question-cloud {
    right: 10px !important;
    left: 10px !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }
  .elguide-v5-elementor-page.elguide-v5-section--hero .question-bubble,
  .elguide-v5-elementor-page.elguide-v5-section--hero button.question-bubble {
    min-height: 72px !important;
    padding: 11px 12px !important;
    border-radius: 16px 16px 16px 5px !important;
    font-size: 12px !important;
    line-height: 1.32 !important;
  }
  .elguide-v5-elementor-page.elguide-v5-section--hero .question-bubble--two,
  .elguide-v5-elementor-page.elguide-v5-section--hero button.question-bubble--two,
  .elguide-v5-elementor-page.elguide-v5-section--hero .question-bubble--four,
  .elguide-v5-elementor-page.elguide-v5-section--hero button.question-bubble--four { border-radius: 16px 16px 5px 16px !important; }
  html body .support-chat .support-chat__launcher {
    grid-template-columns: 60px !important;
    width: 68px !important;
    min-width: 68px !important;
    height: 68px !important;
    min-height: 68px !important;
    padding: 4px !important;
    border-radius: 22px !important;
  }
  html body .support-chat .support-chat__suggestions {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 7px !important;
    overflow: visible !important;
  }
  html body .support-chat .support-chat__suggestions button {
    width: 100% !important;
    min-width: 0 !important;
    white-space: normal !important;
  }
  html body .support-chat .support-chat__suggestions button:last-child:nth-child(odd) {
    grid-column: 1 / -1 !important;
  }
}

/* 2.1.14: focused design polish. Keep these rules scoped to elguide widgets. */
.elguide-v5-elementor-page {
  --ease: cubic-bezier(0.23, 1, 0.32, 1);
}
.elguide-v5-elementor-page :is(h1, h2, h3) { text-wrap: balance; }
.elguide-v5-elementor-page :is(h1, h2) { line-height: 1.1; letter-spacing: -.035em; }
.elguide-v5-elementor-page p { text-wrap: pretty; }
.elguide-v5-elementor-page .benefit-card {
  border-radius: 24px;
  box-shadow: none;
  transition: border-color 200ms ease, box-shadow 200ms ease;
}
.elguide-v5-elementor-page .benefit-card h3 {
  font-family: "Figtree", "Segoe UI", sans-serif !important;
  font-size: clamp(20px, 1.6vw, 25px) !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  letter-spacing: -.015em !important;
  text-transform: none !important;
}
.elguide-v5-elementor-page .benefit-card--dark h3 { color: #fff !important; }
.elguide-v5-elementor-page .benefit-card__number { font-variant-numeric: tabular-nums; }
.elguide-v5-elementor-page :is(.feature-tab, .demo-question) {
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease !important;
}
.elguide-v5-elementor-page :is(.feature-tab, .demo-question) strong {
  font-family: "Figtree", "Segoe UI", sans-serif !important;
  font-size: clamp(14px, 1.2vw, 18px) !important;
  font-weight: 650 !important;
  letter-spacing: 0 !important;
  line-height: 1.45 !important;
  text-transform: none !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
  min-width: 0;
}
.elguide-v5-elementor-page .feature-tab { padding: 22px 18px !important; }
.elguide-v5-elementor-page .feature-tab.is-active {
  box-shadow: inset 3px 0 var(--orange) !important;
  background: rgba(255,255,255,.06) !important;
}
.elguide-v5-elementor-page .question-bubble {
  filter: none !important;
  box-shadow: 0 12px 28px rgba(45,35,25,.12) !important;
  transition: box-shadow 180ms ease, border-color 180ms ease !important;
}
.elguide-v5-elementor-page .question-bubble.is-active {
  outline: 2px solid var(--orange);
  outline-offset: 3px;
}
.elguide-v5-elementor-page .question-bubble strong { letter-spacing: 0 !important; }
.elguide-v5-elementor-page :is(button, a, input, textarea, select):focus-visible {
  outline: 3px solid #b74022 !important;
  outline-offset: 5px;
}
.elguide-v5-elementor-page .testimonial {
  transition: opacity 200ms ease, transform 250ms var(--ease);
}
.elguide-motion-ready .elguide-v5-elementor-page .reveal {
  transition: opacity 300ms ease, transform 300ms var(--ease);
}
.elguide-motion-ready .elguide-v5-elementor-page .reveal:not(.is-visible) {
  transform: translateY(8px);
}
.elguide-v5-elementor-page .btn { transition: transform 160ms var(--ease), background-color 180ms ease, box-shadow 180ms ease; }
.elguide-v5-elementor-page .btn:active { transform: scale(.98); }
@media (hover: hover) and (pointer: fine) {
  .elguide-v5-elementor-page .benefit-card:hover {
    border-color: rgba(185,65,32,.35);
    box-shadow: 0 16px 40px rgba(55,39,22,.06);
  }
  .elguide-v5-elementor-page .question-bubble:hover {
    box-shadow: 0 16px 32px rgba(45,35,25,.18) !important;
  }
  .elguide-v5-elementor-page .btn:hover { transform: translateY(-2px); }
}
@media (prefers-reduced-motion: reduce) {
  .elguide-v5-elementor-page :is(.reveal, .testimonial, .btn, .question-bubble, .hero-stage__people, .hero-stage__phone, .hero-stage__halo) {
    animation: none !important;
    transition: opacity 150ms ease, background-color 150ms ease !important;
    translate: none !important;
  }
  .elguide-v5-elementor-page .btn:hover, .elguide-v5-elementor-page .btn:active { transform: none; }
}
