/* Yanora — single-screen bento homepage */
body.yanora-page {
  --yanora-ink: #102f33;
  --yanora-muted: #68797b;
  --yanora-lime: #b5ef1d;
  --yanora-lime-bright: #c7ff2a;
  --yanora-green: #29be35;
  --yanora-teal: #087d76;
  --yanora-surface: rgba(255, 255, 255, 0.74);
  --yanora-line: rgba(29, 77, 69, 0.11);
  width: 100%;
  min-height: 100%;
  margin: 0;
  overflow: hidden;
  color: var(--yanora-ink);
  background: #faf9f4;
  font-family: "Manrope", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.yanora-page *,
.yanora-page *::before,
.yanora-page *::after {
  box-sizing: border-box;
}

.yanora-page a {
  text-decoration: none;
}

.yanora-login,
.yanora-tile {
  color: var(--yanora-ink);
}

.yanora-shell {
  position: relative;
  width: 100%;
  height: 100dvh;
  min-height: 720px;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 15% 102%, rgba(193, 255, 36, 0.19), transparent 26%),
    radial-gradient(circle at 89% 102%, rgba(29, 153, 124, 0.16), transparent 29%),
    linear-gradient(155deg, #fffefa 0%, #f8faf4 55%, #f7faf4 100%);
}

.yanora-shell::after {
  position: absolute;
  z-index: -1;
  right: -8vw;
  bottom: -22vh;
  width: 53vw;
  height: 53vw;
  content: "";
  border: 1px solid rgba(72, 151, 110, 0.11);
  border-radius: 50%;
  box-shadow: 0 0 0 78px rgba(159, 239, 38, 0.025), 0 0 0 168px rgba(14, 122, 112, 0.02);
}

.yanora-header {
  position: relative;
  z-index: 20;
  display: flex;
  height: 100px;
  align-items: center;
  justify-content: space-between;
  padding: 13px 40px 10px 52px;
  border-bottom: 1px solid rgba(16, 47, 51, 0.075);
}

.yanora-brand {
  display: inline-flex;
  width: 270px;
  height: 72px;
  align-items: center;
  overflow: hidden;
}

.yanora-brand img {
  display: block;
  width: 270px;
  height: auto;
  mix-blend-mode: multiply;
}

.yanora-actions {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
}

.yanora-login,
.yanora-connect,
.yanora-hero-cta {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.01em;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.yanora-login {
  min-width: 110px;
  padding: 0 23px;
  border: 1px solid rgba(16, 47, 51, 0.15);
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
}

.yanora-connect {
  min-width: 208px;
  gap: 17px;
  padding: 0 24px;
  color: #15342d !important;
  background: linear-gradient(105deg, var(--yanora-lime-bright), #a2ec1c 72%, #85db20);
  box-shadow: 0 8px 22px rgba(127, 198, 25, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.62);
}

.yanora-grid {
  display: grid;
  height: calc(100dvh - 100px);
  min-height: 620px;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: minmax(0, 0.9fr) minmax(0, 0.9fr) minmax(0, 1.05fr) minmax(0, 1.05fr) repeat(5, minmax(0, 0.78fr));
  gap: 9px;
  padding: 15px 40px 30px 58px;
}

.yanora-hero {
  display: flex;
  min-width: 0;
  flex-direction: column;
  grid-column: 1 / 6;
  grid-row: 1 / 5;
  justify-content: center;
  padding: 5px 6.5vw 12px 0;
}

.yanora-eyebrow {
  margin: 0 0 18px;
  color: #13953a;
  font-family: "Onest", Arial, sans-serif;
  font-size: clamp(15px, 1.3vw, 18px);
  font-weight: 500;
  letter-spacing: -0.02em;
}

.yanora-hero h1 {
  max-width: 660px;
  margin: 0;
  color: #0f3034;
  font-family: "Onest", Arial, sans-serif;
  font-size: clamp(42px, 3.75vw, 58px);
  font-weight: 300;
  letter-spacing: -0.052em;
  line-height: 1.08;
}

.yanora-hero h1 span {
  color: #43b82e;
}

.yanora-description {
  max-width: 450px;
  margin: 24px 0 25px;
  color: var(--yanora-muted);
  font-size: clamp(15px, 1.15vw, 17px);
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.55;
}

.yanora-hero-cta {
  width: fit-content;
  min-width: 300px;
  min-height: 50px;
  gap: 25px;
  padding: 0 23px;
  color: #15342d !important;
  background: linear-gradient(108deg, #bffd20, #9ce71d);
  box-shadow: 0 10px 24px rgba(132, 196, 28, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.67);
}

.yanora-priority-grid {
  display: grid;
  height: clamp(397px, 38.2vh, 460px);
  min-height: 0;
  grid-column: 6 / 13;
  grid-row: 1 / 5;
  grid-template-columns: minmax(0, 4fr) minmax(0, 3fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 9px;
  align-self: start;
}

.yanora-tile {
  position: relative;
  display: flex;
  min-width: 0;
  overflow: hidden;
  align-items: center;
  gap: clamp(9px, 1vw, 16px);
  padding: clamp(11px, 1.05vw, 17px);
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 15px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.84), rgba(246, 250, 242, 0.66)),
    rgba(255, 255, 255, 0.54);
  box-shadow:
    0 9px 24px rgba(38, 70, 60, 0.075),
    0 1px 0 rgba(255, 255, 255, 0.92) inset,
    0 0 0 1px var(--yanora-line);
  backdrop-filter: blur(10px) saturate(115%);
  -webkit-backdrop-filter: blur(10px) saturate(115%);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.yanora-tile::before {
  position: absolute;
  top: 1px;
  right: 10%;
  left: 10%;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.82), transparent);
}

.yanora-tile::after {
  position: absolute;
  top: -32px;
  right: -25px;
  width: 82px;
  height: 82px;
  content: "";
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  filter: blur(1px);
  pointer-events: none;
}

.yanora-tile-icon {
  position: relative;
  z-index: 1;
  display: grid;
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid rgba(14, 65, 61, 0.09);
  border-radius: 11px;
  color: #126d66;
  background: rgba(255, 255, 255, 0.45);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.yanora-tile-icon img {
  width: 24px;
  height: 24px;
}

.yanora-tile-icon--light {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.12);
}

.yanora-tile-icon--light img {
  filter: brightness(0) invert(1);
}

.yanora-tile-copy {
  position: relative;
  z-index: 1;
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 3px;
}

.yanora-tile strong {
  color: inherit;
  font-family: "Onest", Arial, sans-serif;
  font-size: clamp(12px, 0.96vw, 15px);
  font-weight: 500;
  letter-spacing: -0.027em;
  line-height: 1.15;
}

.yanora-tile small {
  overflow: hidden;
  color: rgba(54, 81, 82, 0.66);
  font-size: clamp(9px, 0.67vw, 11px);
  font-weight: 500;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.yanora-tile-arrow {
  position: relative;
  z-index: 1;
  margin-left: auto;
  align-self: flex-start;
  color: currentColor;
  font-size: 16px;
  opacity: 0.55;
}

.yanora-tile--hero {
  padding: clamp(16px, 1.35vw, 23px);
  border-radius: 20px;
}

.yanora-tile--hero .yanora-tile-icon {
  width: clamp(52px, 4vw, 64px);
  height: clamp(52px, 4vw, 64px);
  border-radius: 17px;
}

.yanora-tile--hero .yanora-tile-icon img {
  width: clamp(29px, 2.1vw, 34px);
  height: clamp(29px, 2.1vw, 34px);
}

.yanora-tile--hero strong {
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 400;
}

.yanora-tile--hero small {
  font-size: clamp(12px, 1.02vw, 15px);
}

.yanora-tile--advertising {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
  color: #17352d;
  background:
    radial-gradient(circle at 18% 118%, rgba(255, 255, 255, 0.48), transparent 52%),
    linear-gradient(135deg, #e9fca8 0%, #d6f477 48%, #b4de7c 100%);
  box-shadow: 0 13px 31px rgba(125, 166, 58, 0.13), inset 0 1px 0 rgba(255, 255, 255, 0.68);
}

.yanora-tile--crm small,
.yanora-tile--marketing small,
.yanora-tile--dark small,
.yanora-tile--gradient small {
  color: rgba(255, 255, 255, 0.76);
}

.yanora-tile--seo {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
  background:
    radial-gradient(circle at 105% -5%, rgba(198, 255, 35, 0.45), transparent 48%),
    linear-gradient(142deg, rgba(255, 255, 255, 0.92), rgba(218, 247, 195, 0.75));
}

.yanora-tile--crm {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
  color: white;
  background:
    radial-gradient(circle at 8% 100%, rgba(43, 174, 153, 0.7), transparent 44%),
    linear-gradient(136deg, #0c4050 0%, #0b5860 50%, #078476 100%);
  box-shadow: 0 13px 31px rgba(5, 75, 74, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.26);
}

.yanora-tile--marketing {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
  color: white;
  background:
    radial-gradient(circle at 0% 110%, rgba(124, 222, 134, 0.42), transparent 52%),
    linear-gradient(136deg, rgba(70, 157, 109, 0.76), rgba(35, 141, 130, 0.67) 62%, rgba(43, 147, 163, 0.52));
  box-shadow: 0 13px 31px rgba(27, 115, 105, 0.13), inset 0 1px 0 rgba(255, 255, 255, 0.38);
}

.yanora-tile--dark {
  color: #17352d;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 255, 255, 0.46), transparent 53%),
    linear-gradient(133deg, #f0f9bf, #e5f7a2 64%, #c6e77c);
  box-shadow: 0 10px 25px rgba(113, 157, 58, 0.13), inset 0 1px 0 rgba(255, 255, 255, 0.62);
}

.yanora-tile--dark small {
  color: rgba(37, 69, 58, 0.68);
}

.yanora-tile--lime {
  background: linear-gradient(120deg, #c9ff2d, #a6ed1d 72%, #7fd226);
  box-shadow: 0 10px 24px rgba(137, 205, 26, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.yanora-tile--gradient {
  color: white;
  background: linear-gradient(110deg, #43c937 0%, #13a14e 47%, #087d75 100%);
  box-shadow: 0 10px 24px rgba(28, 135, 86, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.38);
}

.yanora-tile--soft {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.87), rgba(233, 246, 226, 0.65)),
    rgba(255, 255, 255, 0.58);
}

.yanora-tile--automation { grid-column: 1 / 4; grid-row: 5 / 6; }
.yanora-tile--strategy {
  grid-column: 4 / 6;
  grid-row: 5 / 6;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(242, 247, 237, 0.72));
  box-shadow: 0 9px 24px rgba(38, 70, 60, 0.07), inset 0 1px 0 rgba(255, 255, 255, 0.92), 0 0 0 1px var(--yanora-line);
}
.yanora-tile--roi { grid-column: 6 / 9; grid-row: 5 / 6; }
.yanora-tile--metrica { grid-column: 9 / 11; grid-row: 5 / 6; }
.yanora-tile--market { grid-column: 11 / 13; grid-row: 5 / 6; }
.yanora-tile--market-size { grid-column: 1 / 4; grid-row: 6 / 7; }
.yanora-tile--seo-audit { grid-column: 4 / 6; grid-row: 6 / 7; }
.yanora-tile--webmaster { grid-column: 6 / 8; grid-row: 6 / 7; }
.yanora-tile--semantics { grid-column: 8 / 11; grid-row: 6 / 7; }
.yanora-tile--positions { grid-column: 11 / 13; grid-row: 6 / 7; }
.yanora-tile--posting { grid-column: 1 / 3; grid-row: 7 / 8; }
.yanora-tile--seo-competitors { grid-column: 3 / 5; grid-row: 7 / 8; }
.yanora-tile--direct { grid-column: 5 / 7; grid-row: 7 / 8; }
.yanora-tile--vk { grid-column: 7 / 9; grid-row: 7 / 8; }
.yanora-tile--ads-analysis { grid-column: 9 / 11; grid-row: 7 / 8; }
.yanora-tile--competitor-base { grid-column: 11 / 13; grid-row: 7 / 8; }
.yanora-tile--competitor-prices { grid-column: 1 / 3; grid-row: 8 / 9; }
.yanora-tile--competitor-promos { grid-column: 3 / 5; grid-row: 8 / 9; }
.yanora-tile--marketplaces {
  grid-column: 5 / 8;
  grid-row: 8 / 9;
  color: white;
  background: linear-gradient(112deg, rgba(65, 174, 100, 0.78), rgba(30, 136, 127, 0.71), rgba(46, 153, 164, 0.56));
  box-shadow: 0 10px 24px rgba(28, 128, 102, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.36);
}

.yanora-tile--marketplaces small {
  color: rgba(255, 255, 255, 0.74);
}
.yanora-tile--domains { grid-column: 8 / 10; grid-row: 8 / 9; }
.yanora-tile--widgets { grid-column: 10 / 13; grid-row: 8 / 9; }
.yanora-tile--reports { grid-column: 1 / 5; grid-row: 9 / 10; }
.yanora-tile--team { grid-column: 5 / 8; grid-row: 9 / 10; }
.yanora-tile--notifications { grid-column: 8 / 13; grid-row: 9 / 10; }

.yanora-tile--compact {
  gap: 9px;
  padding: 10px 12px;
}

.yanora-tile--compact .yanora-tile-icon {
  width: 34px;
  height: 34px;
  border-radius: 9px;
}

.yanora-tile--compact .yanora-tile-icon img {
  width: 20px;
  height: 20px;
}

.yanora-tile--compact strong {
  font-size: clamp(10px, 0.8vw, 13px);
}

.yanora-tile-stat {
  position: relative;
  z-index: 1;
  margin-left: auto;
  font-family: "Onest", Arial, sans-serif;
  font-size: clamp(16px, 1.5vw, 24px);
  font-weight: 400;
}

.yanora-tile-pulse {
  position: relative;
  z-index: 1;
  width: 9px;
  height: 9px;
  margin-left: auto;
  border-radius: 50%;
  background: #79d72e;
  box-shadow: 0 0 0 6px rgba(121, 215, 46, 0.12);
}

.yanora-login:hover,
.yanora-connect:hover,
.yanora-hero-cta:hover,
.yanora-tile:hover {
  transform: translateY(-2px);
}

.yanora-tile:hover {
  box-shadow:
    0 13px 28px rgba(38, 70, 60, 0.11),
    0 1px 0 rgba(255, 255, 255, 0.92) inset,
    0 0 0 1px var(--yanora-line);
}

.yanora-page a:focus-visible {
  outline: 3px solid rgba(128, 218, 36, 0.6);
  outline-offset: 3px;
}

@media (max-width: 1220px) and (min-width: 981px) {
  .yanora-header {
    height: 88px;
    padding: 10px 28px 8px 36px;
  }

  .yanora-brand,
  .yanora-brand img {
    width: 230px;
  }

  .yanora-grid {
    height: calc(100dvh - 88px);
    padding: 12px 28px 24px 38px;
    gap: 7px;
  }

  .yanora-hero {
    padding-right: 4vw;
  }

  .yanora-tile {
    padding: 10px;
  }

  .yanora-tile--hero {
    padding: 14px;
  }

  .yanora-tile--compact {
    gap: 6px;
    padding: 8px;
  }

  .yanora-tile--compact .yanora-tile-icon {
    width: 29px;
    height: 29px;
  }

  .yanora-tile--compact .yanora-tile-icon img {
    width: 17px;
    height: 17px;
  }
}

@media (max-width: 980px) {
  body.yanora-page {
    overflow: auto;
  }

  .yanora-shell {
    height: auto;
    min-height: 100dvh;
    overflow: visible;
  }

  .yanora-header {
    height: 84px;
    padding: 10px 22px;
  }

  .yanora-brand,
  .yanora-brand img {
    width: 220px;
  }

  .yanora-grid {
    height: auto;
    min-height: 0;
    grid-auto-rows: minmax(92px, auto);
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-template-rows: none;
    gap: 10px;
    padding: 34px 22px 30px;
  }

  .yanora-hero {
    grid-column: 1 / -1;
    grid-row: auto;
    padding: 24px 0 36px;
  }

  .yanora-hero h1 {
    font-size: clamp(44px, 7vw, 66px);
  }

  .yanora-description {
    max-width: 650px;
  }

  .yanora-tile {
    grid-column: span 2;
    grid-row: auto;
  }

  .yanora-priority-grid {
    height: auto;
    grid-column: 1 / -1;
    grid-row: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(136px, auto));
    gap: 10px;
  }

  .yanora-priority-grid .yanora-tile--advertising { grid-column: 1; grid-row: 1; }
  .yanora-priority-grid .yanora-tile--seo { grid-column: 2; grid-row: 1; }
  .yanora-priority-grid .yanora-tile--crm { grid-column: 1; grid-row: 2; }
  .yanora-priority-grid .yanora-tile--marketing { grid-column: 2; grid-row: 2; }

  .yanora-tile--hero,
  .yanora-tile--automation,
  .yanora-tile--roi,
  .yanora-tile--reports,
  .yanora-tile--notifications {
    min-height: 136px;
    grid-column: span 3;
  }

  .yanora-tile--hero strong {
    font-size: 24px;
  }
}


@media (max-width: 640px) {
  .yanora-header {
    height: 72px;
    padding: 8px 14px;
  }

  .yanora-brand,
  .yanora-brand img {
    width: 174px;
  }

  .yanora-actions {
    gap: 7px;
  }


  .yanora-login {
    min-width: 0;
    min-height: 42px;
    padding: 0 14px;
    font-size: 13px;
  }

  .yanora-connect {
    min-width: 0;
    min-height: 42px;
    padding: 0 14px;
    font-size: 0;
  }

  .yanora-connect::before {
    content: "Подключить";
    font-size: 13px;
  }

  .yanora-connect span {
    font-size: 15px;
  }

  .yanora-grid {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 22px 14px 26px;
  }

  .yanora-priority-grid {
    width: 100%;
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .yanora-priority-grid .yanora-tile--advertising,
  .yanora-priority-grid .yanora-tile--seo,
  .yanora-priority-grid .yanora-tile--crm,
  .yanora-priority-grid .yanora-tile--marketing {
    grid-column: 1;
    grid-row: auto;
  }

  .yanora-hero {
    padding: 22px 2px 30px;
  }

  .yanora-eyebrow {
    margin-bottom: 13px;
  }

  .yanora-hero h1 {
    font-size: clamp(37px, 10.5vw, 49px);
  }

  .yanora-description {
    margin: 20px 0 24px;
    font-size: 15px;
  }

  .yanora-tile,
  .yanora-tile--hero,
  .yanora-tile--automation,
  .yanora-tile--roi,
  .yanora-tile--reports,
  .yanora-tile--notifications {
    width: 100%;
    min-height: 84px;
  }

  .yanora-tile--hero {
    min-height: 126px;
  }
}

/* Advertising value drawer */
body.yanora-page.is-feature-open {
  overflow: hidden;
}

.yanora-feature-layer[hidden] {
  display: none;
}

.yanora-feature-layer {
  --yanora-bloom-x: 72vw;
  --yanora-bloom-y: 38vh;
  --yanora-bloom-scale: 24;
  --yanora-drawer-origin-y: 38%;
  --yanora-feature-accent: #c9ff43;
  --yanora-feature-label: #42a440;
  --yanora-feature-hero: linear-gradient(137deg, #0c3845 0%, #07575a 52%, #0c7e6c 100%);
  --yanora-feature-cta: linear-gradient(108deg, #c9ff3c, #a6ec24 70%, #8dda27);
  position: fixed;
  inset: 0;
  z-index: 100;
  display: flex;
  justify-content: flex-end;
  isolation: isolate;
}

.yanora-feature-layer[data-feature-theme="lime"] {
  --yanora-feature-accent: #d8ff48;
  --yanora-feature-label: #4b9d31;
  --yanora-feature-hero: linear-gradient(137deg, #244836 0%, #39763e 52%, #83b935 100%);
  --yanora-feature-cta: linear-gradient(108deg, #e0ff63, #bced35 70%, #8fd12d);
}

.yanora-feature-layer[data-feature-theme="emerald"] {
  --yanora-feature-accent: #c7ff55;
  --yanora-feature-label: #26965d;
  --yanora-feature-hero: linear-gradient(137deg, #103d42 0%, #08705f 52%, #1ca86e 100%);
  --yanora-feature-cta: linear-gradient(108deg, #d4ff58, #9fec42 70%, #51cf67);
}

.yanora-feature-layer[data-feature-theme="blue"] {
  --yanora-feature-accent: #c8ff51;
  --yanora-feature-label: #298b83;
  --yanora-feature-hero: linear-gradient(137deg, #12384a 0%, #126474 52%, #15998b 100%);
  --yanora-feature-cta: linear-gradient(108deg, #dcff6b, #a8ee47 70%, #53d18b);
}

.yanora-feature-layer[data-feature-theme="violet"] {
  --yanora-feature-accent: #d7ff55;
  --yanora-feature-label: #7662b2;
  --yanora-feature-hero: linear-gradient(137deg, #272f4e 0%, #4c477a 52%, #547e7d 100%);
  --yanora-feature-cta: linear-gradient(108deg, #e0ff6a, #c1ee48 70%, #8edc5c);
}

.yanora-feature-layer[data-feature-theme="amber"] {
  --yanora-feature-accent: #efff75;
  --yanora-feature-label: #a87929;
  --yanora-feature-hero: linear-gradient(137deg, #493e28 0%, #7b6330 52%, #9d7f38 100%);
  --yanora-feature-cta: linear-gradient(108deg, #f3ff82, #dcec55 70%, #b8d54e);
}

.yanora-feature-layer[data-feature-theme="dark"] {
  --yanora-feature-accent: #c9ff43;
  --yanora-feature-label: #328d68;
  --yanora-feature-hero: linear-gradient(137deg, #152b33 0%, #153e46 52%, #17655c 100%);
  --yanora-feature-cta: linear-gradient(108deg, #d6ff54, #a9e83d 70%, #71c954);
}

.yanora-feature-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  opacity: 0;
  background: rgba(6, 31, 31, 0.24);
  cursor: pointer;
  transition: opacity 440ms cubic-bezier(0.4, 0, 0.2, 1);
  will-change: opacity;
}

.yanora-feature-drawer {
  position: relative;
  z-index: 1;
  display: flex;
  width: clamp(660px, 52vw, 920px);
  height: 100dvh;
  flex-direction: column;
  overflow: hidden;
  border-left: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 32px 0 0 32px;
  outline: 0;
  background:
    radial-gradient(circle at 93% 2%, rgba(195, 255, 43, 0.19), transparent 25%),
    radial-gradient(circle at 8% 96%, rgba(38, 158, 125, 0.11), transparent 28%),
    linear-gradient(150deg, #fffefa 0%, #f7faf3 57%, #f4faf5 100%);
  box-shadow: -22px 0 64px rgba(12, 57, 55, 0.18), inset 1px 0 0 rgba(255, 255, 255, 0.72);
  opacity: 0;
  transform: translate3d(72px, 0, 0) scale(0.94);
  transform-origin: 100% var(--yanora-drawer-origin-y);
  will-change: transform, opacity;
  backface-visibility: hidden;
  contain: layout paint style;
  pointer-events: none;
}

.yanora-feature-layer.is-open .yanora-feature-backdrop {
  opacity: 1;
}

.yanora-feature-layer.is-open .yanora-feature-drawer {
  animation: yanora-drawer-bloom 760ms 145ms both cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: auto;
}

.yanora-feature-layer.is-closing .yanora-feature-drawer {
  animation: yanora-drawer-fold 420ms both cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}

.yanora-feature-bloom {
  position: absolute;
  top: var(--yanora-bloom-y);
  left: var(--yanora-bloom-x);
  z-index: 2;
  width: 104px;
  height: 104px;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(-50%, -50%, 0) scale(0.08);
  transform-origin: 50% 50%;
  will-change: transform, opacity;
}

.yanora-feature-bloom::before,
.yanora-feature-bloom::after {
  position: absolute;
  content: "";
  border-radius: inherit;
}

.yanora-feature-bloom::before {
  inset: 0;
  border: 1px solid rgba(240, 255, 201, 0.78);
  background:
    radial-gradient(circle at 31% 27%, rgba(245, 255, 216, 0.88) 0 7%, rgba(203, 255, 62, 0.74) 25%, rgba(54, 184, 95, 0.62) 58%, rgba(6, 91, 88, 0.72) 100%);
  box-shadow:
    0 0 0 16px rgba(196, 255, 51, 0.09),
    0 24px 70px rgba(9, 86, 75, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.yanora-feature-bloom::after {
  inset: -18px;
  border: 1px solid rgba(185, 246, 54, 0.5);
  box-shadow: 0 0 0 1px rgba(14, 121, 105, 0.08);
}

.yanora-feature-bloom i {
  position: absolute;
  z-index: 1;
  width: 13px;
  height: 13px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 50%;
  background: rgba(218, 255, 112, 0.88);
  box-shadow: 0 7px 18px rgba(6, 79, 68, 0.24);
}

.yanora-feature-bloom i:first-child { top: 6px; right: 0; }
.yanora-feature-bloom i:last-child { right: 12px; bottom: -3px; width: 8px; height: 8px; }

.yanora-feature-layer.is-open .yanora-feature-bloom {
  animation: yanora-bloom-expand 820ms both cubic-bezier(0.18, 0.76, 0.24, 1);
}

.yanora-feature-layer.is-open .yanora-feature-bloom::after {
  animation: yanora-bloom-ring 600ms 60ms both cubic-bezier(0.16, 1, 0.3, 1);
}

.yanora-feature-layer.is-open .yanora-feature-bloom i:first-child {
  animation: yanora-bloom-satellite-one 640ms both cubic-bezier(0.16, 1, 0.3, 1);
}

.yanora-feature-layer.is-open .yanora-feature-bloom i:last-child {
  animation: yanora-bloom-satellite-two 700ms 35ms both cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes yanora-bloom-expand {
  0% { opacity: 0; transform: translate3d(-50%, -50%, 0) scale(0.08); }
  12% { opacity: 0.78; }
  52% { opacity: 0.66; }
  100% { opacity: 0; transform: translate3d(-50%, -50%, 0) scale(var(--yanora-bloom-scale)); }
}

@keyframes yanora-bloom-ring {
  0% { opacity: 0; transform: scale(0.58); }
  28% { opacity: 0.86; }
  100% { opacity: 0; transform: scale(2.15); }
}

@keyframes yanora-bloom-satellite-one {
  0% { opacity: 0; transform: translate3d(0, 0, 0) scale(0.35); }
  24% { opacity: 1; }
  100% { opacity: 0; transform: translate3d(54px, -82px, 0) scale(1.15); }
}

@keyframes yanora-bloom-satellite-two {
  0% { opacity: 0; transform: translate3d(0, 0, 0) scale(0.3); }
  22% { opacity: 0.9; }
  100% { opacity: 0; transform: translate3d(-72px, 58px, 0) scale(0.9); }
}

@keyframes yanora-drawer-bloom {
  0% { opacity: 0; transform: translate3d(72px, 0, 0) scale(0.94); }
  57% { opacity: 1; transform: translate3d(-8px, 0, 0) scale(1.007); }
  78% { opacity: 1; transform: translate3d(3px, 0, 0) scale(0.998); }
  100% { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }
}

@keyframes yanora-drawer-fold {
  0% { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }
  100% { opacity: 0; transform: translate3d(48px, 0, 0) scale(0.975); }
}

.yanora-feature-bubbles {
  position: absolute;
  inset: 0;
  z-index: 4;
  overflow: hidden;
  pointer-events: none;
}

.yanora-feature-bubbles i {
  position: absolute;
  right: -40px;
  bottom: 34%;
  width: 130px;
  height: 130px;
  border: 1px solid rgba(141, 219, 44, 0.24);
  border-radius: 50%;
  opacity: 0;
  background: radial-gradient(circle at 35% 30%, rgba(227, 255, 151, 0.43), rgba(73, 179, 96, 0.13) 55%, rgba(8, 125, 118, 0.03));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6), 0 20px 50px rgba(31, 119, 86, 0.09);
  transform: translate3d(24px, 0, 0) scale(0.35);
  will-change: transform, opacity;
  backface-visibility: hidden;
}

.yanora-feature-bubbles i:nth-child(2) { width: 72px; height: 72px; bottom: 18%; }
.yanora-feature-bubbles i:nth-child(3) { width: 46px; height: 46px; bottom: 54%; }
.yanora-feature-bubbles i:nth-child(4) { width: 92px; height: 92px; bottom: 70%; }
.yanora-feature-bubbles i:nth-child(5) { width: 34px; height: 34px; bottom: 84%; }

.yanora-feature-layer.is-open .yanora-feature-bubbles i:nth-child(1) { animation: yanora-bubble-one 920ms 180ms both cubic-bezier(0.22, 0.62, 0.3, 1); }
.yanora-feature-layer.is-open .yanora-feature-bubbles i:nth-child(2) { animation: yanora-bubble-two 820ms 240ms both cubic-bezier(0.22, 0.62, 0.3, 1); }
.yanora-feature-layer.is-open .yanora-feature-bubbles i:nth-child(3) { animation: yanora-bubble-three 760ms 300ms both cubic-bezier(0.22, 0.62, 0.3, 1); }
.yanora-feature-layer.is-open .yanora-feature-bubbles i:nth-child(4) { animation: yanora-bubble-four 900ms 210ms both cubic-bezier(0.22, 0.62, 0.3, 1); }
.yanora-feature-layer.is-open .yanora-feature-bubbles i:nth-child(5) { animation: yanora-bubble-five 720ms 340ms both cubic-bezier(0.22, 0.62, 0.3, 1); }

@keyframes yanora-bubble-one {
  0%, 14% { opacity: 0; transform: translate3d(24px, 0, 0) scale(0.35); }
  52% { opacity: 0.38; }
  100% { opacity: 0; transform: translate3d(-420px, -120px, 0) scale(1.05); }
}

@keyframes yanora-bubble-two {
  0%, 14% { opacity: 0; transform: translate3d(20px, 0, 0) scale(0.35); }
  50% { opacity: 0.34; }
  100% { opacity: 0; transform: translate3d(-330px, 105px, 0) scale(0.92); }
}

@keyframes yanora-bubble-three {
  0%, 14% { opacity: 0; transform: translate3d(18px, 0, 0) scale(0.3); }
  50% { opacity: 0.4; }
  100% { opacity: 0; transform: translate3d(-260px, -165px, 0) scale(1); }
}

@keyframes yanora-bubble-four {
  0%, 14% { opacity: 0; transform: translate3d(22px, 0, 0) scale(0.32); }
  48% { opacity: 0.32; }
  100% { opacity: 0; transform: translate3d(-500px, -55px, 0) scale(1.08); }
}

@keyframes yanora-bubble-five {
  0%, 14% { opacity: 0; transform: translate3d(16px, 0, 0) scale(0.3); }
  50% { opacity: 0.36; }
  100% { opacity: 0; transform: translate3d(-215px, -115px, 0) scale(0.88); }
}

.yanora-feature-topbar {
  position: relative;
  z-index: 3;
  display: flex;
  min-height: 78px;
  flex: 0 0 78px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 clamp(24px, 3vw, 44px);
  border-bottom: 1px solid rgba(16, 47, 51, 0.08);
  background: rgba(251, 252, 247, 0.97);
}

.yanora-feature-topbar > div {
  display: grid;
  gap: 3px;
}

.yanora-feature-topbar > div span {
  color: #849490;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.yanora-feature-topbar > div strong {
  font-family: "Onest", Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.yanora-feature-close {
  position: relative;
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  border: 1px solid rgba(16, 47, 51, 0.1);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 7px 20px rgba(30, 71, 59, 0.07), inset 0 1px 0 #fff;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease;
}

.yanora-feature-close:hover {
  transform: rotate(7deg) scale(1.05);
  background: #edfac6;
}

.yanora-feature-close span::before,
.yanora-feature-close span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 17px;
  height: 1.5px;
  content: "";
  border-radius: 2px;
  background: #183c3b;
}

.yanora-feature-close span::before { transform: translate(-50%, -50%) rotate(45deg); }
.yanora-feature-close span::after { transform: translate(-50%, -50%) rotate(-45deg); }

.yanora-feature-scroll {
  position: relative;
  z-index: 2;
  flex: 1;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  scroll-behavior: smooth;
  scrollbar-color: rgba(43, 139, 99, 0.42) transparent;
  scrollbar-width: thin;
}

.yanora-feature-scroll::-webkit-scrollbar { width: 7px; }
.yanora-feature-scroll::-webkit-scrollbar-track { background: transparent; }
.yanora-feature-scroll::-webkit-scrollbar-thumb { border-radius: 10px; background: rgba(43, 139, 99, 0.38); }

.yanora-ad-hero {
  position: relative;
  display: grid;
  height: 160px;
  min-height: 160px;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  padding: 18px clamp(28px, 4vw, 58px);
  overflow: hidden;
  color: #fff;
  background: var(--yanora-feature-hero);
}

.yanora-ad-hero-copy {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(0, 0.97fr);
  grid-template-areas:
    "kicker lead"
    "title actions";
  column-gap: clamp(24px, 3vw, 42px);
  align-items: center;
}

.yanora-feature-kicker {
  grid-area: kicker;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 7px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 8px;
  font-weight: 600;
}

.yanora-feature-kicker span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--yanora-feature-accent);
  box-shadow: 0 0 0 4px rgba(200, 255, 61, 0.11);
}

.yanora-ad-hero h1 {
  grid-area: title;
  margin: 0;
  font-family: "Onest", Arial, sans-serif;
  font-size: clamp(27px, 2.35vw, 35px);
  font-weight: 300;
  letter-spacing: -0.06em;
  line-height: 0.98;
}

.yanora-ad-hero h1 em {
  color: var(--yanora-feature-accent);
  font-style: normal;
}

.yanora-ad-lead {
  grid-area: lead;
  max-width: 520px;
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 10px;
  line-height: 1.45;
}

.yanora-ad-actions {
  grid-area: actions;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 8px;
}

.yanora-ad-actions a {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 13px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 11px;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.12);
  font-size: 9px;
  font-weight: 600;
}

.yanora-ad-actions a:first-child {
  border-color: transparent;
  color: #15372f;
  background: var(--yanora-feature-cta);
  box-shadow: 0 12px 28px rgba(139, 205, 31, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.68);
}

.yanora-feature-section {
  padding: clamp(64px, 7vw, 100px) clamp(28px, 4vw, 58px);
  border-bottom: 1px solid rgba(16, 47, 51, 0.075);
}

.yanora-feature-section-head {
  margin-bottom: 34px;
}

.yanora-feature-section-head--row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
}

.yanora-feature-section-head p,
.yanora-ad-delivery > div p,
.yanora-ad-final p,
.yanora-ad-automation-copy > p {
  margin: 0 0 10px;
  color: var(--yanora-feature-label);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.yanora-feature-section-head h3,
.yanora-ad-delivery h3,
.yanora-ad-final h3,
.yanora-ad-automation h3 {
  margin: 0;
  font-family: "Onest", Arial, sans-serif;
  font-size: clamp(31px, 2.95vw, 45px);
  font-weight: 300;
  letter-spacing: -0.055em;
  line-height: 1.03;
}

.yanora-feature-section-head--row > span {
  padding: 11px 13px;
  border: 1px solid rgba(16, 47, 51, 0.09);
  border-radius: 11px;
  color: #7a8b87;
  background: rgba(255, 255, 255, 0.58);
  font-size: 9px;
  line-height: 1.45;
}

.yanora-ad-outcome-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.yanora-ad-outcome-grid article {
  display: flex;
  min-height: 220px;
  flex-direction: column;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.88);
  border-radius: 17px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.88), rgba(235, 245, 230, 0.67));
  box-shadow: 0 12px 30px rgba(35, 77, 63, 0.06), inset 0 1px 0 #fff;
}

.yanora-ad-outcome-grid article > span {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid rgba(16, 47, 51, 0.09);
  border-radius: 9px;
  color: #5e7d6c;
  background: rgba(255, 255, 255, 0.62);
  font-size: 8px;
  font-weight: 600;
}

.yanora-ad-outcome-grid strong {
  margin-top: auto;
  font-family: "Onest", Arial, sans-serif;
  font-size: 19px;
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.15;
}

.yanora-ad-outcome-grid p,
.yanora-ad-system-card p,
.yanora-ad-channel-grid p,
.yanora-ad-process-list p,
.yanora-ad-automation-list p {
  margin: 8px 0 0;
  color: #758581;
  font-size: 10px;
  line-height: 1.55;
}

.yanora-ad-system-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.yanora-ad-system-card {
  display: flex;
  min-height: 370px;
  flex-direction: column;
  padding: 23px;
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(238, 246, 235, 0.7));
  box-shadow: 0 13px 32px rgba(32, 73, 60, 0.06), inset 0 1px 0 #fff;
}

.yanora-ad-system-card > img {
  width: 38px;
  height: 38px;
  padding: 8px;
  border: 1px solid rgba(16, 47, 51, 0.09);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.55);
}

.yanora-ad-system-card > span {
  margin-top: 22px;
  color: #6b8b74;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.yanora-generic-system-card {
  min-height: 255px;
}

.yanora-generic-system-card > i {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(16, 47, 51, 0.09);
  border-radius: 11px;
  color: #58786d;
  background: rgba(255, 255, 255, 0.58);
  font-size: 9px;
  font-style: normal;
  font-weight: 600;
}

.yanora-generic-system-card > p {
  max-width: 340px;
}

.yanora-ad-system-card > strong {
  max-width: 330px;
  margin-top: 9px;
  font-family: "Onest", Arial, sans-serif;
  font-size: 21px;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1.1;
}

.yanora-ad-system-card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin: auto 0 0;
  padding: 22px 0 0;
  list-style: none;
}

.yanora-ad-system-card li {
  padding: 6px 8px;
  border: 1px solid rgba(16, 47, 51, 0.08);
  border-radius: 999px;
  color: #668078;
  background: rgba(255, 255, 255, 0.55);
  font-size: 7px;
  font-weight: 600;
}

.yanora-ad-system-card--lime {
  background: linear-gradient(137deg, #efffc3, #d7f28c 65%, #c4e676);
}

.yanora-ad-system-card--teal {
  color: #fff;
  background:
    radial-gradient(circle at 100% 0%, rgba(194, 255, 50, 0.23), transparent 34%),
    linear-gradient(137deg, #0d4350, #087468 72%, #15916f);
}

.yanora-ad-system-card--teal > img {
  border-color: rgba(255, 255, 255, 0.17);
  background: rgba(255, 255, 255, 0.1);
  filter: brightness(0) invert(1);
}

.yanora-ad-system-card--teal > span,
.yanora-ad-system-card--teal p {
  color: rgba(255, 255, 255, 0.62);
}

.yanora-ad-system-card--teal li {
  border-color: rgba(255, 255, 255, 0.13);
  color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.08);
}

.yanora-ad-channels {
  background: rgba(239, 247, 234, 0.48);
}

.yanora-ad-channel-grid {
  display: grid;
  gap: 8px;
}

.yanora-ad-channel-grid article {
  display: grid;
  min-height: 112px;
  grid-template-columns: 52px minmax(0, 1fr) auto;
  gap: 17px;
  align-items: center;
  padding: 17px 20px;
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 10px 26px rgba(35, 75, 63, 0.05), inset 0 1px 0 #fff;
}

.yanora-ad-channel-grid article > span {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 1px solid rgba(16, 47, 51, 0.09);
  border-radius: 14px;
  background: linear-gradient(145deg, #f1f9d5, #d6ef9a);
  font-family: "Onest", Arial, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.yanora-ad-channel-grid strong {
  font-family: "Onest", Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.yanora-ad-channel-grid article > small {
  padding: 7px 9px;
  border: 1px solid rgba(16, 47, 51, 0.08);
  border-radius: 999px;
  color: #668079;
  background: #f2f8eb;
  font-size: 7px;
  font-weight: 600;
}

.yanora-ad-process-list {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.yanora-ad-process-list li {
  display: grid;
  min-height: 92px;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 17px;
  align-items: center;
  padding: 15px 18px;
  border-bottom: 1px solid rgba(16, 47, 51, 0.08);
}

.yanora-ad-process-list li > span {
  color: #79b744;
  font-family: "Onest", Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.yanora-ad-process-list strong {
  font-family: "Onest", Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.yanora-ad-automation {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: 34px;
  padding: clamp(45px, 6vw, 82px) clamp(28px, 4vw, 58px);
  color: #fff;
  background:
    radial-gradient(circle at 91% 6%, rgba(199, 255, 42, 0.29), transparent 28%),
    linear-gradient(138deg, #0c3844, #075b5b 55%, #0d7d69);
}

.yanora-ad-automation-copy > p {
  color: var(--yanora-feature-accent);
}

.yanora-ad-automation-copy > span {
  display: block;
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.61);
  font-size: 11px;
  line-height: 1.6;
}

.yanora-ad-automation-list {
  display: grid;
  gap: 7px;
}

.yanora-ad-automation-list article {
  display: grid;
  min-height: 85px;
  grid-template-columns: 8px minmax(0, 1fr) auto;
  gap: 13px;
  align-items: center;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.yanora-ad-automation-list article > i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--yanora-feature-accent);
  box-shadow: 0 0 0 5px rgba(201, 255, 67, 0.08);
}

.yanora-ad-automation-list strong {
  font-family: "Onest", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.yanora-ad-automation-list p {
  color: rgba(255, 255, 255, 0.53);
  font-size: 8px;
}

.yanora-ad-automation-list article > span {
  padding: 6px 8px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: var(--yanora-feature-accent);
  font-size: 7px;
  font-weight: 600;
}

.yanora-ad-metric-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.yanora-ad-metric-grid > span {
  display: grid;
  min-height: 122px;
  align-content: center;
  gap: 7px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.87);
  border-radius: 15px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.88), rgba(235, 245, 231, 0.67));
  box-shadow: 0 10px 26px rgba(35, 76, 62, 0.05), inset 0 1px 0 #fff;
}

.yanora-ad-metric-grid strong {
  font-family: "Onest", Arial, sans-serif;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: -0.04em;
}

.yanora-ad-metric-grid small {
  color: #7a8986;
  font-size: 8px;
}

.yanora-ad-delivery {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 42px;
  padding: clamp(64px, 7vw, 100px) clamp(28px, 4vw, 58px);
  border-bottom: 1px solid rgba(16, 47, 51, 0.075);
  background: rgba(241, 248, 236, 0.45);
}

.yanora-ad-delivery ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.yanora-ad-delivery li {
  display: flex;
  min-height: 52px;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border: 1px solid rgba(16, 47, 51, 0.08);
  border-radius: 12px;
  color: #526d68;
  background: rgba(255, 255, 255, 0.66);
  font-size: 9px;
  line-height: 1.45;
}

.yanora-ad-delivery li span {
  display: grid;
  width: 23px;
  height: 23px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  color: #25453c;
  background: #cafa52;
  font-size: 10px;
  font-weight: 700;
}

.yanora-ad-final {
  display: flex;
  min-height: 390px;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  padding: clamp(55px, 7vw, 94px) clamp(28px, 4vw, 58px);
  color: #fff;
  background:
    radial-gradient(circle at 90% 0%, rgba(201, 255, 67, 0.36), transparent 31%),
    linear-gradient(135deg, #0c3744, #075b5c 52%, #10816c);
}

.yanora-ad-final p {
  color: #c9ff43;
}

.yanora-ad-final > div > span {
  display: block;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 10px;
}

.yanora-ad-final > a {
  display: inline-flex;
  min-width: 220px;
  min-height: 51px;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 0 18px;
  border-radius: 11px;
  color: #16382f;
  background: linear-gradient(108deg, #c9ff3d, #a5ec24 70%, #8cda27);
  box-shadow: 0 13px 30px rgba(139, 205, 31, 0.23), inset 0 1px 0 rgba(255, 255, 255, 0.68);
  font-size: 11px;
  font-weight: 600;
}

.yanora-feature-drawer a:focus-visible,
.yanora-feature-drawer button:focus-visible {
  outline: 3px solid rgba(151, 222, 48, 0.62);
  outline-offset: 3px;
}

@media (max-width: 1180px) {
  .yanora-feature-drawer {
    width: min(760px, 68vw);
  }

}

@media (max-width: 820px) {
  .yanora-feature-drawer {
    width: min(690px, 88vw);
    border-radius: 25px 0 0 25px;
  }

  .yanora-ad-automation,
  .yanora-ad-delivery {
    grid-template-columns: 1fr;
  }

  .yanora-feature-section-head--row {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 620px) {
  .yanora-feature-drawer {
    width: 100%;
    border-left: 0;
    border-radius: 0;
  }

  .yanora-feature-topbar {
    min-height: 68px;
    flex-basis: 68px;
    padding: 0 16px 0 20px;
  }

  .yanora-feature-close {
    width: 41px;
    height: 41px;
  }

  .yanora-ad-hero {
    height: auto;
    min-height: 0;
    padding: 26px 20px 24px;
  }

  .yanora-ad-hero-copy {
    display: block;
  }

  .yanora-ad-hero h1 {
    font-size: clamp(38px, 11.5vw, 50px);
  }

  .yanora-ad-actions {
    display: grid;
    margin-top: 22px;
  }

  .yanora-ad-actions a {
    width: 100%;
  }

  .yanora-ad-lead {
    margin-top: 18px;
  }

  .yanora-feature-section,
  .yanora-ad-automation,
  .yanora-ad-delivery,
  .yanora-ad-final {
    padding: 58px 20px;
  }

  .yanora-feature-section-head h3,
  .yanora-ad-delivery h3,
  .yanora-ad-final h3,
  .yanora-ad-automation h3 {
    font-size: 34px;
  }

  .yanora-ad-outcome-grid,
  .yanora-ad-system-grid,
  .yanora-ad-metric-grid {
    grid-template-columns: 1fr;
  }

  .yanora-ad-outcome-grid article {
    min-height: 195px;
  }

  .yanora-ad-system-card {
    min-height: 350px;
  }

  .yanora-ad-channel-grid article {
    grid-template-columns: 47px minmax(0, 1fr);
  }

  .yanora-ad-channel-grid article > span {
    width: 47px;
    height: 47px;
  }

  .yanora-ad-channel-grid article > small {
    display: none;
  }

  .yanora-ad-final {
    min-height: 440px;
    align-items: stretch;
    flex-direction: column;
    justify-content: space-between;
  }

  .yanora-ad-final > a {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .yanora-feature-drawer,
  .yanora-feature-backdrop {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }

  .yanora-feature-bloom,
  .yanora-feature-bloom::after,
  .yanora-feature-bloom i,
  .yanora-feature-bubbles i {
    animation: none !important;
  }

  .yanora-feature-layer.is-open .yanora-feature-drawer {
    opacity: 1;
    transform: none;
  }
}
