:root {
  color-scheme: light;
  --bg: #F8F5F0;
  --surface: #FFFFFF;
  --text: #0D1726;
  --accent: #C96F24;
  --accent-soft: rgba(201, 111, 36, 0.12);
  --yellow: #F8F5F0;
  --shadow: 0 25px 50px rgba(13, 23, 38, 0.14);
  --border-radius: 20px;
  --page-width: 1251px;
}

@import url('https://fonts.googleapis.com/css2?family=Suez+One&family=Roboto:wght@400;700&display=swap');

@font-face {
  font-family: 'roboto-thin';
  font-style: normal;
  font-weight: 400;
  src: url('https://static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/roboto/v18/e7MeVAyvogMqFwwl61PKhPesZW2xOQ-xsNqO47m55DA.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'din-next-w01-light';
  font-style: normal;
  font-weight: 400;
  src: url('https://static.parastorage.com/fonts/v2/eca8b0cd-45d8-43cf-aee7-ca462bc5497c/v1/din-next-w01-light.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'reklamescriptw00-medium';
  font-style: normal;
  font-weight: 400;
  src: url('https://static.parastorage.com/fonts/v2/23429df5-0e83-4edd-99dc-6eba8a3adec7/v1/reklamescriptw00-medium.latin.woff2') format('woff2');
  font-display: swap;
}

* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  min-height: 100%;
}

html {
  scrollbar-width: none;
}

html::-webkit-scrollbar {
  display: none;
}

body.dealett-smooth-scroll {
  height: var(--dealett-smooth-height);
}

.dealett-smooth-wrapper {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.dealett-smooth-content {
  width: 100%;
  transform: translate3d(0, 0, 0);
  will-change: transform;
}

body {
  background: var(--bg);
  color: var(--text);
  font-family: 'din-next-w01-light', sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
}

.dealett-chat {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 120;
  font-family: 'din-next-w01-light', sans-serif;
}

.dealett-chat-toggle {
  position: relative;
  width: min(430px, calc(100vw - 28px));
  height: 86px;
  overflow: hidden;
  border: 1px solid rgba(255, 139, 33, 0.34);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 250, 242, 0.97) 100%);
  color: #282321;
  box-shadow:
    0 18px 34px rgba(134, 69, 6, 0.18),
    0 8px 18px rgba(239, 130, 20, 0.14),
    inset 0 0 0 5px rgba(255, 219, 190, 0.58),
    inset 0 0 0 9px rgba(255, 255, 255, 0.78);
  display: grid;
  grid-template-columns: 74px minmax(170px, 1fr) 2px 82px 82px;
  align-items: center;
  justify-content: stretch;
  gap: 0;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.dealett-chat-toggle:hover {
  filter: saturate(1.04);
  box-shadow:
    0 22px 42px rgba(134, 69, 6, 0.22),
    0 10px 24px rgba(239, 130, 20, 0.2),
    inset 0 0 0 5px rgba(255, 219, 190, 0.7),
    inset 0 0 0 9px rgba(255, 255, 255, 0.86);
  transform: translateY(-2px);
}

.dealett-chat-toggle::before {
  content: "";
  position: absolute;
  inset: 8px 8px 8px auto;
  width: 92px;
  border-radius: 0 999px 999px 0;
  background:
    radial-gradient(circle at 28% 18%, rgba(255, 255, 255, 0.62), transparent 28%),
    linear-gradient(180deg, #ffbd3c 0%, #ff8b1a 44%, #ff6108 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 24px 50%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.38),
    inset 0 -10px 20px rgba(213, 66, 0, 0.2);
}

.dealett-chat-toggle__sparkles {
  position: relative;
  z-index: 1;
  display: block;
  width: 74px;
  height: 100%;
}

.dealett-chat-toggle__sparkles::before,
.dealett-chat-toggle__sparkles::after {
  content: "";
  position: absolute;
  background: #ff8a00;
  clip-path: polygon(50% 0, 62% 36%, 100% 50%, 62% 64%, 50% 100%, 38% 64%, 0 50%, 38% 36%);
  filter: drop-shadow(0 4px 8px rgba(201, 111, 36, 0.28));
}

.dealett-chat-toggle__sparkles::before {
  left: 24px;
  top: 26px;
  width: 31px;
  height: 31px;
}

.dealett-chat-toggle__sparkles::after {
  left: 45px;
  top: 45px;
  width: 23px;
  height: 23px;
}

.dealett-chat-toggle__label {
  position: relative;
  z-index: 1;
  min-width: 0;
  color: #2d2827;
  font-family: 'Roboto', sans-serif;
  font-size: 34px;
  font-weight: 900;
  letter-spacing: -0.02em;
  text-align: left;
  white-space: nowrap;
  text-shadow: 0 2px 0 rgba(255, 255, 255, 0.72);
}

.dealett-chat-toggle__divider {
  position: relative;
  z-index: 1;
  width: 2px;
  height: 42px;
  border-radius: 999px;
  background: linear-gradient(180deg, transparent, rgba(255, 139, 33, 0.76), transparent);
}

.dealett-chat-toggle__bot {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 70px;
  height: 58px;
  margin-left: 6px;
  border: 4px solid #fff7ed;
  border-radius: 21px;
  background: linear-gradient(180deg, #1e1918 0%, #070707 100%);
  box-shadow:
    0 7px 14px rgba(193, 79, 10, 0.28),
    0 0 0 2px rgba(255, 184, 105, 0.42),
    inset 0 1px 8px rgba(255, 255, 255, 0.08);
}

.dealett-chat-toggle__bot::before,
.dealett-chat-toggle__bot::after {
  content: "";
  position: absolute;
  top: 17px;
  width: 17px;
  height: 17px;
  border: 4px solid #f8ece3;
  border-radius: 50%;
  background:
    radial-gradient(circle at 68% 28%, #fff 0 3px, transparent 3.5px),
    #262120;
}

.dealett-chat-toggle__bot::before {
  left: 14px;
}

.dealett-chat-toggle__bot::after {
  right: 14px;
}

.dealett-chat-toggle__bot span {
  position: absolute;
  left: 50%;
  bottom: 11px;
  width: 20px;
  height: 10px;
  border-bottom: 4px solid #fff1e7;
  border-radius: 0 0 999px 999px;
  transform: translateX(-50%);
}

.dealett-chat-toggle__arrow {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 82px;
  height: 100%;
}

.dealett-chat-toggle__arrow::before {
  content: "";
  width: 27px;
  height: 27px;
  border-top: 10px solid #fff;
  border-right: 10px solid #fff;
  border-radius: 5px;
  filter: drop-shadow(0 3px 4px rgba(209, 69, 0, 0.18));
  transform: rotate(45deg) translate(-3px, 3px);
}

.dealett-chat-panel {
  position: absolute;
  right: 0;
  bottom: 104px;
  width: min(380px, calc(100vw - 28px));
  height: min(620px, calc(100vh - 116px));
  border: 1px solid rgba(39, 36, 67, 0.12);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 30px 70px rgba(39, 36, 67, 0.24);
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr auto auto;
}

.dealett-chat-panel[hidden] {
  display: none;
}

.dealett-chat-header {
  min-height: 72px;
  padding: 16px;
  background: #0D1726;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.dealett-chat-header strong,
.dealett-chat-header span {
  display: block;
}

.dealett-chat-header strong {
  font-size: 17px;
  font-weight: 900;
}

.dealett-chat-header span {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
}

.dealett-chat-close,
.dealett-chat-reset {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  cursor: pointer;
}

.dealett-chat-reset {
  margin-left: auto;
}

.dealett-chat-messages {
  min-height: 0;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  overflow-y: auto;
  background: #f8f6f2;
}

.dealett-chat-message {
  max-width: 88%;
  padding: 11px 13px;
  border-radius: 8px;
  line-height: 1.45;
  font-size: 14px;
}

.dealett-chat-message p {
  margin: 0;
  white-space: pre-wrap;
}

.dealett-chat-message--assistant {
  align-self: flex-start;
  background: #fff;
  color: #0D1726;
  border: 1px solid rgba(39, 36, 67, 0.08);
}

.dealett-chat-message--user {
  align-self: flex-end;
  background: #da392b;
  color: #fff;
}

.dealett-chat-quick-replies {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.dealett-chat-quick-reply {
  min-height: 30px;
  border: 1px solid rgba(39, 36, 67, 0.14);
  border-radius: 999px;
  background: #fff;
  color: #0D1726;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.dealett-chat-quick-reply:hover {
  border-color: rgba(218, 57, 43, 0.48);
  background: rgba(218, 57, 43, 0.07);
}

.dealett-chat-quick-reply.is-selected {
  border-color: #da392b;
  background: rgba(218, 57, 43, 0.12);
  color: #9f2419;
  box-shadow: inset 0 0 0 1px rgba(218, 57, 43, 0.2);
}

.dealett-chat-quick-reply--submit {
  flex-basis: 100%;
  justify-self: flex-start;
  width: fit-content;
  border-color: #0D1726;
  background: #0D1726;
  color: #fff;
}

.dealett-chat-quick-reply--submit:hover {
  border-color: #da392b;
  background: #da392b;
}

.dealett-chat-quick-reply:disabled {
  cursor: wait;
  opacity: 0.65;
}

.dealett-chat-quick-reply.is-selected:disabled {
  cursor: default;
  opacity: 1;
}

.dealett-chat-embedded-widget {
  margin-top: 10px;
  padding: 11px;
  border: 1px solid rgba(39, 36, 67, 0.1);
  border-radius: 8px;
  background: #fbfaf7;
  display: grid;
  gap: 9px;
}

.dealett-chat-widget-title {
  color: #0D1726;
  font-size: 13px;
  font-weight: 900;
}

.dealett-chat-widget-description,
.dealett-chat-widget-status {
  margin: 0;
  color: rgba(39, 36, 67, 0.68);
  font-size: 12px;
  line-height: 1.35;
}

.dealett-chat-widget-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.dealett-chat-widget-button {
  min-height: 32px;
  border: 1px solid rgba(39, 36, 67, 0.14);
  border-radius: 999px;
  background: #fff;
  color: #0D1726;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.dealett-chat-widget-button:hover {
  border-color: rgba(218, 57, 43, 0.48);
  background: rgba(218, 57, 43, 0.07);
}

.dealett-chat-widget-button--primary {
  border-color: #0D1726;
  background: #0D1726;
  color: #fff;
}

.dealett-chat-widget-button:disabled {
  cursor: wait;
  opacity: 0.68;
}

.dealett-chat-address-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 7px;
}

.dealett-chat-address-row[hidden],
.dealett-chat-widget-status[hidden] {
  display: none;
}

.dealett-chat-address-input {
  min-width: 0;
  height: 34px;
  border: 1px solid rgba(39, 36, 67, 0.14);
  border-radius: 8px;
  padding: 0 9px;
  color: #0D1726;
  background: #fff;
  font-size: 12px;
}

.dealett-chat-address-input:focus {
  outline: 3px solid rgba(218, 57, 43, 0.14);
  border-color: #da392b;
}

.dealett-chat-offers {
  display: grid;
  gap: 12px;
  margin-top: 2px;
}

.dealett-chat-offer-card {
  max-width: none;
  width: 100%;
  transform: none;
  box-shadow: 0 12px 26px rgba(39, 36, 67, 0.1);
}

.dealett-chat-offer-card.offer-card--top {
  transform: none;
}

.dealett-chat-offer-card .offer-card__head {
  min-height: 86px;
  margin-top: 10px;
}

.dealett-chat-offer-card .offer-card__logo,
.dealett-chat-offer-card .offer-card__logo--telenor,
.dealett-chat-offer-card .offer-card__logo--tre {
  position: relative;
  inset: auto;
  width: 82%;
  max-width: 180px;
  height: 60px;
  object-fit: contain;
}

.dealett-chat-offer-card .offer-card__gift-badge {
  width: 66px;
  height: 66px;
}

.dealett-chat-offer-title {
  margin: 10px 0 0;
  color: #0D1726;
  font-size: 15px;
  font-weight: 900;
}

.dealett-chat-offer-note {
  margin: 9px 0 0;
  color: rgba(39, 36, 67, 0.68);
  font-size: 12px;
  line-height: 1.4;
}

.dealett-chat-offer-cta {
  width: 100%;
  border: 0;
  cursor: pointer;
}

.dealett-chat-suggestions {
  padding: 12px 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  border-top: 1px solid rgba(39, 36, 67, 0.08);
  background: #fff;
}

.dealett-chat-chip {
  min-height: 34px;
  border: 1px solid rgba(39, 36, 67, 0.14);
  border-radius: 999px;
  background: #fff;
  color: #0D1726;
  padding: 7px 11px;
  font-size: 13px;
  cursor: pointer;
}

.dealett-chat-chip:hover {
  border-color: rgba(218, 57, 43, 0.45);
  background: rgba(218, 57, 43, 0.06);
}

.dealett-chat-form {
  padding: 12px;
  display: grid;
  grid-template-columns: 1fr 44px;
  gap: 8px;
  border-top: 1px solid rgba(39, 36, 67, 0.08);
  background: #fff;
}

.dealett-chat-input {
  min-width: 0;
  height: 44px;
  border: 1px solid rgba(39, 36, 67, 0.14);
  border-radius: 8px;
  padding: 0 12px;
  color: #0D1726;
  background: #fff;
}

.dealett-chat-input:focus {
  outline: 3px solid rgba(218, 57, 43, 0.16);
  border-color: #da392b;
}

.dealett-chat-send {
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 8px;
  background: #C96F24;
  color: #fff;
  cursor: pointer;
}

.dealett-chat-send:disabled,
.dealett-chat-input:disabled {
  cursor: wait;
  opacity: 0.65;
}

/* Dealett AI chat: light premium yellow style */
.dealett-chat {
  --chat-gold: #ffb313;
  --chat-orange: #ff7412;
  --chat-ink: #251f1c;
  --chat-cream: #fffaf0;
}

.dealett-chat-toggle {
  width: min(520px, calc(100vw - 28px));
  height: 96px;
  border-color: rgba(255, 185, 27, 0.55);
  background:
    radial-gradient(circle at 14% 24%, rgba(255, 255, 255, 0.98) 0 14%, transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(255, 250, 231, 0.97) 100%);
  color: var(--chat-ink);
  grid-template-columns: 96px minmax(190px, 1fr) 2px 92px 96px;
  box-shadow:
    0 18px 34px rgba(169, 95, 0, 0.18),
    0 8px 18px rgba(255, 179, 19, 0.16),
    inset 0 0 0 4px rgba(255, 213, 84, 0.72),
    inset 0 0 0 10px rgba(255, 255, 255, 0.78),
    inset 0 -18px 38px rgba(255, 185, 28, 0.1);
}

.dealett-chat-toggle:hover {
  box-shadow:
    0 22px 42px rgba(169, 95, 0, 0.22),
    0 10px 24px rgba(255, 179, 19, 0.24),
    inset 0 0 0 4px rgba(255, 213, 84, 0.84),
    inset 0 0 0 10px rgba(255, 255, 255, 0.88),
    inset 0 -18px 38px rgba(255, 185, 28, 0.14);
}

.dealett-chat-toggle::before {
  width: 110px;
  background:
    radial-gradient(circle at 28% 18%, rgba(255, 255, 255, 0.62), transparent 28%),
    linear-gradient(180deg, #ffd74a 0%, #ffb516 44%, #ff7b10 100%);
}

.dealett-chat-toggle__sparkles {
  width: 96px;
}

.dealett-chat-toggle__sparkles::before,
.dealett-chat-toggle__sparkles::after {
  background: linear-gradient(180deg, #ffd43b, #ff8b00);
  filter: drop-shadow(0 4px 8px rgba(255, 179, 19, 0.38));
}

.dealett-chat-toggle__sparkles::before {
  left: 34px;
  top: 27px;
  width: 35px;
  height: 35px;
}

.dealett-chat-toggle__sparkles::after {
  left: 59px;
  top: 49px;
  width: 27px;
  height: 27px;
}

.dealett-chat-toggle__label {
  color: #2b2522;
  font-size: 38px;
  letter-spacing: 0;
}

.dealett-chat-toggle__divider {
  height: 48px;
  background: linear-gradient(180deg, transparent, rgba(255, 179, 19, 0.76), transparent);
}

.dealett-chat-toggle__bot {
  width: 78px;
  height: 64px;
  border: 5px solid #fff7ea;
  border-radius: 24px;
  box-shadow:
    0 10px 20px rgba(193, 94, 10, 0.28),
    0 0 0 2px rgba(255, 196, 78, 0.48),
    inset 0 1px 8px rgba(255, 255, 255, 0.08);
}

.dealett-chat-toggle__bot::before,
.dealett-chat-toggle__bot::after {
  top: 18px;
  width: 18px;
  height: 18px;
  border-color: #f8eee2;
}

.dealett-chat-toggle__bot::before {
  left: 15px;
}

.dealett-chat-toggle__bot::after {
  right: 15px;
}

.dealett-chat-toggle__bot span {
  bottom: 12px;
}

.dealett-chat-toggle__arrow {
  width: 96px;
}

.dealett-chat-toggle__arrow::before {
  width: 31px;
  height: 31px;
}

.dealett-chat-panel {
  bottom: 114px;
  width: min(760px, calc(100vw - 28px));
  height: min(560px, calc(100vh - 126px));
  border: 1px solid rgba(255, 180, 85, 0.3);
  border-radius: 44px;
  background:
    radial-gradient(circle at 4% 5%, rgba(255, 193, 82, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 251, 243, 0.98));
  box-shadow:
    0 26px 70px rgba(113, 65, 0, 0.18),
    0 10px 24px rgba(255, 134, 20, 0.16),
    inset 0 0 0 4px rgba(255, 237, 215, 0.68),
    inset 0 -10px 22px rgba(255, 128, 22, 0.12);
  grid-template-rows: 1fr auto auto;
}

.dealett-chat-header {
  position: absolute;
  top: 16px;
  right: 18px;
  z-index: 3;
  min-height: 0;
  padding: 0;
  background: transparent;
  color: var(--chat-ink);
  gap: 8px;
}

.dealett-chat-header > div {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.dealett-chat-close,
.dealett-chat-reset {
  width: 34px;
  height: 34px;
  border-color: rgba(255, 162, 31, 0.28);
  background: rgba(255, 255, 255, 0.72);
  color: var(--chat-orange);
  box-shadow: 0 8px 20px rgba(151, 72, 0, 0.1);
}

.dealett-chat-messages {
  padding: 40px 28px 14px;
  gap: 18px;
  background:
    linear-gradient(90deg, rgba(255, 179, 19, 0.04), transparent 32%, rgba(255, 128, 22, 0.04)),
    transparent;
}

.dealett-chat-message {
  position: relative;
  width: 100%;
  max-width: none;
  padding: 0;
  border-radius: 0;
  background: transparent;
  font-size: 17px;
}

.dealett-chat-message--assistant {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  color: var(--chat-ink);
}

.dealett-chat-message--user {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 54px;
  gap: 10px;
  align-items: end;
  color: var(--chat-ink);
}

.dealett-chat-bubble {
  position: relative;
  width: fit-content;
  max-width: min(430px, 100%);
  padding: 18px 24px 16px;
  border: 1px solid rgba(255, 169, 67, 0.25);
  background: rgba(255, 255, 255, 0.82);
  box-shadow:
    0 14px 30px rgba(137, 74, 0, 0.1),
    inset 0 0 0 1px rgba(255, 255, 255, 0.72),
    inset 0 -10px 20px rgba(255, 155, 35, 0.05);
}

.dealett-chat-message--assistant .dealett-chat-bubble {
  border-radius: 28px 28px 28px 10px;
}

.dealett-chat-message--user .dealett-chat-bubble {
  justify-self: end;
  max-width: min(360px, 100%);
  padding-right: 38px;
  border-radius: 28px 28px 10px 28px;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 199, 96, 0.24), transparent 32%),
    linear-gradient(180deg, rgba(255, 248, 236, 0.98), rgba(255, 228, 190, 0.96));
}

.dealett-chat-avatar {
  position: relative;
  display: grid;
  place-items: center;
  flex: none;
}

.dealett-chat-avatar--bot {
  width: 66px;
  height: 66px;
  border: 1px solid rgba(255, 156, 55, 0.28);
  border-radius: 20px;
  background: linear-gradient(180deg, #fff8ee, #ffd9b0);
  box-shadow:
    0 10px 24px rgba(207, 89, 0, 0.18),
    inset 0 0 0 4px rgba(255, 255, 255, 0.58);
}

.dealett-chat-avatar--bot::before,
.dealett-chat-avatar--bot::after {
  content: "";
  position: absolute;
  top: 24px;
  width: 8px;
  height: 26px;
  border: 1px solid rgba(255, 147, 35, 0.32);
  border-radius: 999px;
  background: #ffd3a3;
}

.dealett-chat-avatar--bot::before {
  left: -4px;
}

.dealett-chat-avatar--bot::after {
  right: -4px;
}

.dealett-chat-avatar--bot span {
  position: relative;
  width: 48px;
  height: 38px;
  border: 3px solid #fff5e6;
  border-radius: 15px;
  background: linear-gradient(180deg, #191514, #070707);
  box-shadow: inset 0 1px 8px rgba(255, 255, 255, 0.08);
}

.dealett-chat-avatar--bot span::before,
.dealett-chat-avatar--bot span::after {
  content: "";
  position: absolute;
  top: 10px;
  width: 12px;
  height: 12px;
  border: 3px solid #f8eee2;
  border-radius: 50%;
  background:
    radial-gradient(circle at 68% 28%, #fff 0 2px, transparent 2.5px),
    #262120;
}

.dealett-chat-avatar--bot span::before {
  left: 8px;
}

.dealett-chat-avatar--bot span::after {
  right: 8px;
}

.dealett-chat-avatar--user {
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255, 136, 26, 0.36);
  border-radius: 16px;
  background: linear-gradient(180deg, #fff1df, #ffd3a1);
  box-shadow:
    0 10px 22px rgba(207, 89, 0, 0.14),
    inset 0 0 0 3px rgba(255, 255, 255, 0.52);
}

.dealett-chat-avatar--user::before,
.dealett-chat-avatar--user::after {
  content: "";
  position: absolute;
  left: 50%;
  background: #ff8b20;
  transform: translateX(-50%);
}

.dealett-chat-avatar--user::before {
  top: 11px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
}

.dealett-chat-avatar--user::after {
  bottom: 10px;
  width: 28px;
  height: 14px;
  border-radius: 14px 14px 5px 5px;
}

.dealett-chat-time {
  display: block;
  margin-top: 8px;
  color: #ff6800;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.dealett-chat-message--typing .dealett-chat-bubble {
  min-width: 74px;
  padding: 18px 22px;
}

.dealett-chat-typing-dots {
  display: flex;
  align-items: center;
  gap: 6px;
  height: 16px;
}

.dealett-chat-typing-dots i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #ff8b20;
  animation: dealett-chat-typing 1.2s ease-in-out infinite;
}

.dealett-chat-typing-dots i:nth-child(2) {
  animation-delay: 0.15s;
}

.dealett-chat-typing-dots i:nth-child(3) {
  animation-delay: 0.3s;
}

@keyframes dealett-chat-typing {
  0%, 60%, 100% {
    opacity: 0.35;
    transform: translateY(0);
  }

  30% {
    opacity: 1;
    transform: translateY(-5px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .dealett-chat-typing-dots i {
    animation: none;
    opacity: 0.72;
  }
}

.dealett-chat-check {
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: 13px;
  height: 8px;
  border-left: 2px solid #ff6800;
  border-bottom: 2px solid #ff6800;
  transform: rotate(-45deg);
}

.dealett-chat-message--assistant > .dealett-chat-embedded-widget,
.dealett-chat-message--assistant > .dealett-chat-quick-replies,
.dealett-chat-message--assistant > .dealett-chat-offers {
  grid-column: 1;
}

.dealett-chat-quick-reply,
.dealett-chat-widget-button,
.dealett-chat-address-input,
.dealett-chat-chip {
  border-color: rgba(255, 169, 67, 0.3);
}

.dealett-chat-quick-reply:hover,
.dealett-chat-widget-button:hover,
.dealett-chat-chip:hover {
  border-color: rgba(255, 116, 18, 0.58);
  background: rgba(255, 179, 19, 0.12);
}

.dealett-chat-widget-button--primary {
  border-color: var(--chat-orange);
  background: linear-gradient(180deg, #ffbf2f, var(--chat-orange));
  color: #fff;
}

.dealett-chat-embedded-widget {
  border-color: rgba(255, 169, 67, 0.2);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.82);
}

.dealett-chat-address-input:focus {
  outline: 3px solid rgba(255, 179, 19, 0.18);
  border-color: var(--chat-orange);
}

.dealett-chat-suggestions {
  padding: 4px 28px 12px;
  border-top: 0;
  background: transparent;
}

.dealett-chat-chip {
  background: rgba(255, 255, 255, 0.78);
}

.dealett-chat-form {
  position: relative;
  margin: 0 18px 18px;
  padding: 6px 7px;
  grid-template-columns: 1fr 54px;
  gap: 8px;
  border: 1px solid rgba(255, 162, 31, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow:
    0 12px 28px rgba(147, 76, 0, 0.12),
    inset 0 0 0 3px rgba(255, 235, 211, 0.82),
    inset 0 -8px 18px rgba(255, 128, 22, 0.09);
}

.dealett-chat-form::before {
  content: "+";
  position: absolute;
  left: 12px;
  top: 50%;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(180deg, #ffbf2f, var(--chat-orange));
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 31px;
  font-weight: 700;
  line-height: 1;
  box-shadow:
    0 8px 18px rgba(255, 116, 18, 0.24),
    inset 0 0 0 2px rgba(255, 255, 255, 0.38);
  transform: translateY(-50%);
}

.dealett-chat-input {
  height: 54px;
  border: 0;
  border-radius: 999px;
  padding: 0 12px 0 72px;
  color: var(--chat-ink);
  background: transparent;
  font-size: 17px;
}

.dealett-chat-input:focus {
  outline: none;
}

.dealett-chat-send {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 24%, rgba(255, 255, 255, 0.6), transparent 24%),
    linear-gradient(180deg, #ffbf2f, var(--chat-orange));
  color: #fff;
  font-size: 20px;
  box-shadow:
    0 8px 18px rgba(255, 116, 18, 0.25),
    inset 0 0 0 2px rgba(255, 255, 255, 0.36);
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background: transparent;
  transition: transform 0.48s ease;
  will-change: transform;
}

.site-header.is-hidden {
  transform: translateY(-100%);
}

.site-header:focus-within {
  transform: translateY(0);
}

.header-topbar {
  background: rgba(255, 255, 255, 0.78);
  border-bottom: 1px solid rgba(20, 20, 40, 0.08);
  box-shadow: 0 8px 22px rgba(39, 36, 67, 0.045);
  backdrop-filter: blur(16px) saturate(1.08);
  -webkit-backdrop-filter: blur(16px) saturate(1.08);
}

.header-topbar-inner {
  width: 100%;
  max-width: none;
  min-height: 38px;
  margin: 0 auto;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.header-topbar-group {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.header-topbar-inner > .header-topbar-group:first-child {
  min-height: 30px;
  padding: 3px;
  border: 1px solid rgba(20, 20, 40, 0.07);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.54);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.75),
    0 4px 12px rgba(39, 36, 67, 0.045);
}

.header-topbar-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 13px;
  border-radius: 7px;
  color: #171a35;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  transition: background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.header-topbar-link:hover,
.header-topbar-link.is-active {
  background: rgba(255, 255, 255, 0.62);
  color: #171a35;
}

.header-topbar-inner > .header-topbar-group:first-child .header-topbar-link:hover {
  background: rgba(255, 255, 255, 0.76);
  box-shadow: inset 0 0 0 1px rgba(20, 20, 40, 0.045);
}

.header-topbar-inner > .header-topbar-group:first-child .header-topbar-link.is-active {
  background: linear-gradient(135deg, #C96F24 0%, #C96F24 52%, #C96F24 100%);
  color: #fff;
  box-shadow:
    0 5px 12px rgba(239, 130, 20, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.header-cart-link {
  gap: 8px;
}

.header-topbar-group--right {
  gap: 6px;
}

.header-topbar-group--right .header-topbar-link {
  min-height: 30px;
  padding: 0 10px;
  color: #171a35;
  font-size: 13px;
  font-weight: 600;
}

.header-topbar-group--right .header-topbar-link:hover,
.header-topbar-group--right .header-topbar-link.is-active {
  background: rgba(255, 255, 255, 0.58);
  box-shadow: inset 0 0 0 1px rgba(20, 20, 40, 0.055);
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.language-switcher {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  min-height: 30px;
  margin: 0 4px 0 0;
  padding: 0;
  color: #171a35;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
}

.language-switcher select {
  width: 96px;
  min-height: 30px;
  padding: 0 28px 0 10px;
  border: 1px solid rgba(20, 20, 40, 0.075);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.5);
  color: #171a35;
  font: inherit;
  outline: 0;
  cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.header-cart-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 17px;
  height: 17px;
  padding: 0 5px;
  border-radius: 999px;
  background: linear-gradient(135deg, #C96F24 0%, #C96F24 55%, #C96F24 100%);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  box-shadow:
    0 4px 9px rgba(239, 130, 20, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.32);
}

.header-topbar-link:hover .header-cart-count,
.header-topbar-link.is-active .header-cart-count {
  background: linear-gradient(135deg, #C96F24 0%, #C96F24 55%, #C96F24 100%);
  color: #fff;
}

.header-cart-count.is-hidden {
  display: none;
}

.header-inner {
  max-width: 1700px;
  width: min(100%, 1700px);
  margin: 0 auto;
  padding: 0 99px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 25px;
  background: var(--accent);
  color: #fff;
  border-radius: 10px;
  font-family: 'reklamescriptw00-medium', cursive;
  font-size: 26px;
  line-height: 1;
}

.header-inner > .brand {
  min-height: 60px;
  padding: 0 25px;
  border-radius: 0 0 10px 10px;
}

.brand--with-tagline {
  flex-direction: column;
  gap: 2px;
}

.brand--with-tagline small {
  font-family: 'Roboto', sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.1;
  opacity: 0.92;
  white-space: nowrap;
}

.site-nav {
  position: relative;
}

.nav-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin: 0;
  padding: 0;
  background: #ffffff;
  box-shadow: 7.07px 7.07px 10px var(--accent-soft);
  border-radius: 0 0 10px 10px;
  overflow: visible;
  min-width: 553px;
}

.nav-item {
  list-style: none;
  position: relative;
}

.nav-item a,
.nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 60px;
  color: #22253F;
  padding: 0 22px;
  font-size: 16px;
  font-weight: 600;
  font-family: 'din-next-w01-light', sans-serif;
  letter-spacing: normal;
  background: transparent;
  border: none;
  cursor: pointer;
}

.nav-item--start {
  width: 106px;
}

.nav-item--dropdown {
  width: 103px;
}

.nav-item--career {
  width: 155px;
}

.nav-item--about {
  width: 97px;
}

.nav-item--contact {
  width: 127px;
}

.nav-item--active > .nav-link {
  background: var(--accent);
  color: #fff;
}

.nav-item--start .nav-link {
  border-bottom-left-radius: 10px;
}

.nav-item--contact .nav-link {
  border-bottom-right-radius: 10px;
}

.nav-dropdown-toggle {
  width: 100%;
  height: 60px;
  justify-content: center;
  gap: 6px;
}

.nav-arrow {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: max-content;
  min-width: 220px;
  margin: 0;
  padding: 0;
  background: #fff;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 20px 50px rgba(39, 36, 67, 0.12);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 0.14s ease, transform 0.14s ease;
  z-index: 10;
}

.nav-item--dropdown.open .dropdown-menu,
.nav-item--dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown-menu li {
  list-style: none;
}

.dropdown-menu a {
  display: block;
  padding: 12px 16px;
  font-size: 16px;
  color: var(--text);
  white-space: nowrap;
}

.dropdown-menu a:hover {
  background: rgba(218, 57, 43, 0.08);
}

.dropdown-menu a.is-active {
  color: var(--accent);
  font-weight: 700;
  background: rgba(218, 57, 43, 0.08);
}

.blank-page {
  min-height: calc(100vh - 60px);
}

.hero {
  --hero-shift: 0px;
  --hero-scale: 1;
  --hero-position-x: 50%;
  --hero-position-y: 0%;
  --quiz-card-height: 440px;
  --quiz-offset-y: -18px;
  position: relative;
  display: grid;
  grid-template-columns: minmax(450px, 0.72fr) minmax(520px, 1fr);
  align-items: center;
  gap: clamp(28px, 4vw, 64px);
  overflow: hidden;
  min-height: 650px;
  padding: 128px clamp(72px, 7.6vw, 122px) 74px;
  background: var(--bg);
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: none;
  transform: translateX(var(--hero-shift)) scale(var(--hero-scale));
  transform-origin: var(--hero-position-x) var(--hero-position-y);
  will-change: transform;
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 600px;
  padding: 0;
}

.hero h1 {
  font-family: 'Suez One', serif;
  font-size: clamp(43px, 3.35vw, 53px);
  line-height: 1.14;
  color: var(--text);
  margin: 0;
}

.hero-title-nowrap {
  white-space: nowrap;
}

.hero p {
  margin: 22px 0 0;
  font-family: 'roboto-thin', 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  color: var(--text);
}

.hero-actions {
  display: flex;
  gap: 19px;
  margin-top: 30px;
}

.hero-actions a {
  display: inline-flex;
  align-items: center;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: none;
  padding: 18px 32px;
  font-size: 16px;
  font-family: 'din-next-w01-light', sans-serif;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}

.button--primary {
  background: var(--accent);
  color: #fff;
}

.button--secondary {
  background: #fff;
  color: var(--accent);
  border: 1px solid var(--accent);
}

.section-space {
  padding: 90px 99px;
}

.page-shell {
  max-width: 1091px;
  margin: 0 auto;
}

.gift-card-section {
  position: relative;
  padding-top: 39px;
  padding-right: clamp(40px, 4.25vw, 68px);
  padding-bottom: 52px;
  padding-left: clamp(40px, 4.25vw, 68px);
  background: #fff;
}

.gift-card-section .page-shell {
  position: relative;
  z-index: 1;
  max-width: 1464px;
  display: grid;
  grid-template-columns: minmax(360px, 545px) minmax(520px, 1fr);
  align-items: center;
  gap: clamp(36px, 3vw, 48px);
}

.gift-card-image {
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 18px 48px rgba(39, 36, 67, 0.12);
}

.gift-card-image img {
  width: 100%;
  aspect-ratio: 545 / 313;
  object-fit: cover;
}

.gift-card-content {
  min-width: 0;
  width: 100%;
  max-width: 710px;
}

.gift-card-copy {
  max-width: 680px;
  margin: 0 0 25px;
  text-align: left;
}

.gift-card-copy .section-label {
  margin: 0 0 16px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.38em;
}

.gift-card-copy h2 {
  margin: 0;
  font-family: 'Suez One', serif;
  font-size: 34px;
  line-height: 1.16;
  color: var(--text);
}

.gift-card-copy p:last-child {
  margin: 17px 0 0;
  max-width: 520px;
  font-size: 16px;
  line-height: 1.55;
  color: rgba(39, 36, 67, 0.78);
}

.gift-logo-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(132px, 1fr));
  gap: 16px 18px;
}

.gift-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  border: 1px solid rgba(39, 36, 67, 0.08);
  border-radius: 8px;
  background: #fff;
  color: var(--text);
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  box-shadow: 0 9px 18px rgba(39, 36, 67, 0.1);
}

.gift-logo--apollo {
  color: #ef6b2d;
}

.gift-logo--hm {
  color: #c9002b;
  font-family: 'Suez One', serif;
}

.gift-logo--hotel {
  color: #5c4a9a;
}

.gift-logo--ica {
  color: #d71920;
}

.gift-logo--mio {
  color: #1e3150;
}

.gift-logo--zalando {
  color: #f47b20;
}

.gift-logo--ticket {
  color: var(--accent);
}

.coverage-main {
  padding-top: 35px;
  background: #f5eeec;
}

.coverage-main .page-shell {
  max-width: 1320px;
}

.section-head {
  max-width: 760px;
  margin: 0 auto 36px;
}

.section-head.center {
  text-align: center;
}

.section-head h2 {
  margin: 0;
  font-family: 'Suez One', serif;
  font-size: 46px;
  line-height: 1.16;
  color: var(--text);
}

.section-head p {
  margin: 18px auto 0;
  max-width: 700px;
  font-size: 18px;
  line-height: 1.6;
  color: rgba(39, 36, 67, 0.78);
}

.coverage-shell {
  margin-top: 34px;
}

.coverage-grid {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 32px;
  align-items: start;
}

.coverage-sidebar {
  display: grid;
  gap: 22px;
}

.coverage-card {
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(39, 36, 67, 0.08);
  box-shadow: 0 8px 28px rgba(39, 36, 67, 0.08);
}

.coverage-card--sidebar {
  padding: 22px;
}

.coverage-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(39, 36, 67, 0.07);
}

.coverage-section-label {
  margin: 0 0 7px;
  color: var(--accent);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.coverage-card__head h3 {
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 22px;
  line-height: 1.2;
  color: var(--text);
}

.operator-list {
  display: grid;
  gap: 12px;
}

.operator-card {
  width: 100%;
  min-height: 62px;
  padding: 11px 14px;
  border: 1.5px solid rgba(39, 36, 67, 0.08);
  border-radius: 10px;
  background: rgba(246, 244, 240, 0.6);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.operator-card:hover {
  transform: translateY(-2px);
  background: #fff;
  border-color: rgba(39, 36, 67, 0.15);
  box-shadow: 0 8px 20px rgba(39, 36, 67, 0.1);
}

.operator-card.is-active {
  background: rgba(218, 57, 43, 0.04);
  border-color: var(--accent);
  box-shadow: 0 8px 24px rgba(218, 57, 43, 0.15);
}

.operator-card__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
}

.operator-card__logo img {
  max-width: 145px;
  max-height: 36px;
  object-fit: contain;
}

.coverage-filter-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.coverage-filter {
  min-height: 36px;
  padding: 0 16px;
  border: 1.5px solid rgba(39, 36, 67, 0.16);
  border-radius: 999px;
  background: #fff;
  color: var(--text);
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.coverage-filter:hover {
  border-color: var(--accent);
  color: var(--accent);
  background: rgba(218, 57, 43, 0.05);
}

.coverage-filter.is-active {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
  box-shadow: 0 4px 14px rgba(218, 57, 43, 0.25);
}

.sidebar-info-note {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 12px;
  color: rgba(39, 36, 67, 0.72);
}

.sidebar-info-note__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: rgba(218, 57, 43, 0.1);
  color: var(--accent);
}

.sidebar-info-note p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}

.sidebar-info-link {
  color: var(--accent);
  font-weight: 700;
}

.coverage-map-area {
  min-width: 0;
}

.coverage-map-card {
  position: relative;
  overflow: hidden;
  min-height: 620px;
  border-radius: 20px;
  background: #e7efe9;
  border: 1px solid rgba(39, 36, 67, 0.07);
  box-shadow: 0 30px 70px rgba(39, 36, 67, 0.14);
}

.coverage-map {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 68% 34%, rgba(218, 57, 43, 0.24) 0 12%, transparent 32%),
    radial-gradient(circle at 37% 58%, rgba(252, 255, 114, 0.28) 0 9%, transparent 28%),
    radial-gradient(circle at 54% 68%, rgba(39, 36, 67, 0.12) 0 10%, transparent 29%),
    linear-gradient(135deg, rgba(255,255,255,0.55) 0 18%, transparent 18% 34%, rgba(255,255,255,0.42) 34% 39%, transparent 39% 100%),
    linear-gradient(55deg, #dfe9df, #edf4f1 45%, #d2e2d6);
}

.coverage-map::before,
.coverage-map::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(33deg, transparent 0 39%, rgba(255,255,255,0.92) 39% 40.5%, transparent 40.5% 100%),
    linear-gradient(148deg, transparent 0 46%, rgba(255,255,255,0.75) 46% 47.2%, transparent 47.2% 100%),
    linear-gradient(88deg, transparent 0 58%, rgba(255,255,255,0.72) 58% 59.1%, transparent 59.1% 100%);
  opacity: 0.8;
}

.coverage-map::after {
  inset: 21% 18%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(218, 57, 43, 0.22), transparent 62%);
  filter: blur(10px);
}

.coverage-map.leaflet-container {
  width: 100%;
  height: 100%;
  min-height: 620px;
  background: #e7efe9;
  font-family: 'din-next-w01-light', sans-serif;
}

.coverage-map.leaflet-container::before,
.coverage-map.leaflet-container::after {
  content: none;
}

.map-bottom-pill.is-active {
  background: var(--coverage-accent, var(--accent));
  color: #fff;
}

.map-bottom-pill.is-muted {
  opacity: 0.58;
}

.map-ui {
  position: absolute;
  top: 22px;
  left: 22px;
  right: 22px;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  pointer-events: none;
}

.map-search,
.map-bottom-pill,
.map-zoom-group {
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 8px 24px rgba(39, 36, 67, 0.1);
  backdrop-filter: blur(10px);
}

.map-search {
  display: flex;
  align-items: center;
  width: min(420px, 100%);
  min-height: 50px;
  border-radius: 999px;
  padding: 0 16px 0 8px;
  border: 1.5px solid rgba(39, 36, 67, 0.18);
  pointer-events: auto;
}

.map-search__icon,
.map-zoom button,
.map-bottom-pill,
.map-zoom-btn {
  border: none;
  color: var(--text);
  cursor: pointer;
}

.map-search__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: transparent;
}

.map-search input {
  flex: 1;
  min-width: 0;
  border: none;
  border-radius: 0;
  padding: 0;
  background: transparent;
  font-size: 15px;
  outline: none;
}

.map-zoom {
  display: flex;
  flex-direction: column;
  gap: 8px;
  overflow: visible;
  width: auto;
  border-radius: 0;
  background: transparent;
  pointer-events: auto;
}

.map-zoom button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  min-height: auto;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 4px 14px rgba(39, 36, 67, 0.14);
  backdrop-filter: blur(8px);
  font-size: 20px;
  font-weight: 700;
}

.map-zoom-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  background: transparent;
  font-size: 22px;
  font-weight: 700;
}

.map-legend-overlay {
  position: absolute;
  left: 22px;
  bottom: 92px;
  z-index: 3;
  display: grid;
  gap: 9px;
  max-width: 240px;
  border-radius: 12px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 14px 30px rgba(39, 36, 67, 0.1);
  backdrop-filter: blur(10px);
}

.coverage-legend__item {
  display: grid;
  grid-template-columns: 18px 1fr;
  align-items: center;
  gap: 9px;
  font-size: 13px;
  color: rgba(39, 36, 67, 0.82);
}

.legend-swatch {
  width: 18px;
  height: 10px;
  border-radius: 999px;
}

.legend-swatch--none {
  background: #d5d1c8;
}

.legend-swatch--limited {
  background: #f0a19a;
}

.legend-swatch--basic {
  background: #f2c14e;
}

.legend-swatch--good {
  background: #93c572;
}

.legend-swatch--excellent {
  background: var(--accent);
}

.map-bottom-bar {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.map-bottom-pill,
.map-zoom-group {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  border-radius: 999px;
}

.map-bottom-pill {
  gap: 8px;
  padding: 0 16px;
  font-size: 14px;
}

.map-zoom-group {
  overflow: hidden;
  gap: 8px;
  padding: 0 8px;
}

.map-zoom-label {
  font-size: 14px;
  color: rgba(39, 36, 67, 0.82);
}

.map-zoom-label strong {
  color: var(--accent);
}

.coverage-map-card.is-fullscreen {
  position: fixed;
  inset: 24px;
  z-index: 100;
  min-height: auto;
}

.coverage-main[data-coverage-map="real"] {
  position: relative;
  isolation: isolate;
  min-height: 900px;
  padding: 44px clamp(28px, 6vw, 100px) 72px;
  overflow: hidden;
  scroll-margin-top: 94px;
  background: #0a1220;
}

.coverage-main[data-coverage-map="real"]::before,
.coverage-main[data-coverage-map="real"]::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.coverage-main[data-coverage-map="real"]::before {
  background:
    radial-gradient(ellipse at 56% 42%, rgba(239, 130, 20, 0.1), transparent 34%),
    linear-gradient(90deg, rgba(4, 13, 23, 0.78) 0%, rgba(4, 13, 23, 0.42) 18%, rgba(4, 13, 23, 0.04) 48%, rgba(4, 13, 23, 0.26) 100%),
    linear-gradient(180deg, rgba(4, 13, 23, 0.86) 0%, rgba(4, 13, 23, 0.26) 24%, rgba(4, 13, 23, 0.04) 52%, rgba(4, 13, 23, 0.62) 100%);
}

.coverage-main[data-coverage-map="real"]::after {
  background:
    radial-gradient(ellipse at 8% 40%, rgba(4, 13, 23, 0.36), transparent 28%),
    linear-gradient(90deg, rgba(3, 9, 18, 0.48), transparent 19%, transparent 76%, rgba(3, 9, 18, 0.38)),
    linear-gradient(180deg, transparent 64%, rgba(3, 9, 18, 0.72));
}

.coverage-main[data-coverage-map="real"] > .page-shell {
  position: static;
  max-width: none;
  min-height: inherit;
}

.coverage-main[data-coverage-map="real"] .section-head {
  position: absolute;
  left: clamp(28px, 2.6vw, 44px);
  top: 40px;
  z-index: 3;
  max-width: 360px;
  margin: 0;
  text-align: left;
}

.coverage-main[data-coverage-map="real"] .section-label {
  margin: 0 0 10px;
  color: var(--accent);
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.08em;
}

.coverage-main[data-coverage-map="real"] .section-head h2 {
  color: #fff;
  font-size: 43px;
  line-height: 1.16;
  text-shadow: 0 10px 30px rgba(3, 9, 18, 0.36);
}

.coverage-main[data-coverage-map="real"] .section-head p {
  margin: 14px 0 0;
  max-width: 340px;
  color: rgba(255, 255, 255, 0.88);
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  line-height: 1.55;
  text-shadow: 0 4px 16px rgba(3, 9, 18, 0.4);
}

.coverage-main[data-coverage-map="real"] .coverage-shell,
.coverage-main[data-coverage-map="real"] .coverage-grid {
  display: block;
  margin: 0;
}

.coverage-main[data-coverage-map="real"] .coverage-map-area,
.coverage-main[data-coverage-map="real"] .coverage-map-card,
.coverage-main[data-coverage-map="real"] .coverage-map {
  position: absolute;
  inset: 0;
}

.coverage-main[data-coverage-map="real"] .coverage-map-area {
  z-index: 0;
}

.coverage-main[data-coverage-map="real"] .coverage-map-card {
  min-height: 0;
  border: 0;
  border-radius: 0;
  background: #0a1220;
  box-shadow: none;
}

.coverage-main[data-coverage-map="real"] .coverage-map.leaflet-container {
  height: 100%;
  min-height: 100%;
  background: #0a1220;
}

.coverage-main[data-coverage-map="real"] .leaflet-tile-pane {
  filter: saturate(1.08) contrast(1.05);
}

.coverage-main[data-coverage-map="real"] .leaflet-control-container {
  display: none;
}

.coverage-country-marker {
  width: auto !important;
  height: auto !important;
  border: 0;
  background: transparent;
}

.coverage-country-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: max-content;
  padding: 11px 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  background: rgba(14, 24, 38, 0.78);
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 18px 34px rgba(3, 9, 18, 0.34);
  backdrop-filter: blur(10px);
  transform: translate(-50%, -50%);
}

.coverage-country-label__flag {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  border-radius: 999px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.42);
}

.coverage-country-label__flag--norway {
  background:
    linear-gradient(90deg, transparent 0 32%, #fff 32% 42%, #1f4f9a 42% 52%, #fff 52% 62%, transparent 62%),
    linear-gradient(180deg, transparent 0 36%, #fff 36% 46%, #1f4f9a 46% 56%, #fff 56% 66%, transparent 66%),
    #e63d3d;
}

.coverage-country-label__flag--finland {
  background:
    linear-gradient(90deg, transparent 0 32%, #2b5fab 32% 50%, transparent 50%),
    linear-gradient(180deg, transparent 0 38%, #2b5fab 38% 56%, transparent 56%),
    #f7f8fb;
}

.coverage-country-label__flag--estonia {
  background: linear-gradient(180deg, #4e9bdc 0 33%, #121826 33% 66%, #fff 66%);
}

.coverage-country-label__flag--latvia {
  background: linear-gradient(180deg, #a63343 0 42%, #fff 42% 58%, #a63343 58%);
}

.coverage-country-label__flag--lithuania {
  background: linear-gradient(180deg, #f4c542 0 33%, #2fa35b 33% 66%, #d13b3b 66%);
}

.coverage-country-label__flag--denmark {
  background:
    linear-gradient(90deg, transparent 0 30%, #fff 30% 42%, transparent 42%),
    linear-gradient(180deg, transparent 0 42%, #fff 42% 54%, transparent 54%),
    #d82f37;
}

.coverage-country-label__flag--sweden {
  position: relative;
  width: 20px;
  height: 24px;
  border-radius: 0;
  background:
    linear-gradient(90deg, transparent 0 42%, var(--accent) 42% 58%, transparent 58%),
    linear-gradient(180deg, transparent 0 44%, var(--accent) 44% 58%, transparent 58%);
  box-shadow: none;
}

.coverage-country-label__flag--sweden::before {
  content: "";
  position: absolute;
  left: 5px;
  right: 5px;
  bottom: 0;
  height: 19px;
  border: 2px solid var(--accent);
  border-top: 0;
  border-radius: 1px 1px 0 0;
}

.coverage-country-marker--sweden .coverage-country-label {
  padding: 13px 18px;
  border-color: var(--accent);
  background: rgba(14, 24, 38, 0.86);
  box-shadow:
    inset 0 0 0 1px rgba(239, 130, 20, 0.2),
    0 0 24px rgba(239, 130, 20, 0.2),
    0 18px 34px rgba(3, 9, 18, 0.34);
}

.coverage-main[data-coverage-map="real"] .coverage-sidebar {
  position: absolute;
  left: clamp(28px, 2.6vw, 44px);
  top: 304px;
  z-index: 3;
  width: min(430px, calc(100vw - 56px));
  gap: 0;
}

.coverage-main[data-coverage-map="real"] .coverage-card {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.coverage-main[data-coverage-map="real"] .coverage-card--sidebar {
  padding: 0;
}

.coverage-main[data-coverage-map="real"] .coverage-card--sidebar:first-child {
  margin-bottom: 72px;
}

.coverage-main[data-coverage-map="real"] .coverage-card--sidebar:nth-child(2) {
  margin-bottom: 28px;
}

.coverage-main[data-coverage-map="real"] .coverage-card__head {
  display: none;
  margin: 0;
  padding: 0;
}

.coverage-main[data-coverage-map="real"] .operator-list {
  width: 240px;
  gap: 10px;
}

.coverage-main[data-coverage-map="real"] .operator-card {
  position: relative;
  min-height: 60px;
  padding: 0 28px;
  border: 1.5px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(7, 19, 29, 0.46);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(10px);
}

.coverage-main[data-coverage-map="real"] .operator-card.is-active {
  background: rgba(7, 19, 29, 0.58);
  border-color: var(--accent);
  box-shadow:
    inset 0 0 0 1px rgba(239, 130, 20, 0.18),
    0 0 22px rgba(239, 130, 20, 0.18);
}

.coverage-main[data-coverage-map="real"] .operator-card:hover {
  transform: none;
  background: rgba(7, 19, 29, 0.56);
  border-color: rgba(255, 255, 255, 0.28);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.coverage-main[data-coverage-map="real"] .operator-card.is-active:hover {
  border-color: var(--accent);
  box-shadow:
    inset 0 0 0 1px rgba(239, 130, 20, 0.18),
    0 0 22px rgba(239, 130, 20, 0.18);
}

.coverage-main[data-coverage-map="real"] .operator-card.is-active::after {
  content: "\2713";
  position: absolute;
  right: 12px;
  top: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: var(--accent);
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 900;
  transform: translateY(-50%);
}

.coverage-main[data-coverage-map="real"] .operator-card__logo {
  justify-content: flex-start;
  height: 46px;
}

.coverage-main[data-coverage-map="real"] .operator-card__logo img {
  max-width: 132px;
  max-height: 34px;
}

.coverage-main[data-coverage-map="real"] .operator-card[data-operator="tele2"] img {
  filter: invert(1) brightness(2.2) contrast(1.12);
}

.coverage-main[data-coverage-map="real"] .coverage-filter-grid {
  display: flex;
  gap: 8px;
  width: 420px;
}

.coverage-main[data-coverage-map="real"] .coverage-filter {
  flex: 0 0 60px;
  min-height: 50px;
  padding: 0 16px;
  border: 1.5px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(7, 19, 29, 0.46);
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(10px);
}

.coverage-main[data-coverage-map="real"] .coverage-filter.is-active {
  background: var(--accent);
  border-color: var(--accent);
  box-shadow: 0 0 22px rgba(239, 130, 20, 0.34);
}

.coverage-main[data-coverage-map="real"] .coverage-filter:hover {
  background: rgba(7, 19, 29, 0.56);
  border-color: rgba(255, 255, 255, 0.28);
  color: #fff;
}

.coverage-main[data-coverage-map="real"] .coverage-filter.is-active:hover {
  background: var(--accent);
  border-color: var(--accent);
}

.coverage-main[data-coverage-map="real"] .sidebar-info-note {
  grid-template-columns: 28px 1fr;
  color: rgba(255, 255, 255, 0.88);
  text-shadow: 0 1px 6px rgba(3, 9, 18, 0.45);
}

.coverage-main[data-coverage-map="real"] .sidebar-info-note__icon {
  background: rgba(239, 130, 20, 0.14);
  color: var(--accent);
}

.coverage-main[data-coverage-map="real"] .sidebar-info-link {
  color: var(--accent);
}

.coverage-main[data-coverage-map="real"] .map-legend-overlay,
.coverage-main[data-coverage-map="real"] .map-bottom-bar {
  display: none;
}

.coverage-main[data-coverage-map="real"] .map-ui {
  position: absolute;
  top: 34px;
  left: 450px;
  right: 42px;
  z-index: 4;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  pointer-events: none;
}

.coverage-main[data-coverage-map="real"] .map-search {
  width: 440px;
  min-height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 15px;
  background: rgba(8, 18, 29, 0.58);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 18px 36px rgba(3, 9, 18, 0.2);
  backdrop-filter: blur(14px);
  pointer-events: auto;
}

.coverage-main[data-coverage-map="real"] .map-search__icon {
  width: 56px;
  color: #fff;
}

.coverage-main[data-coverage-map="real"] .map-search__icon svg {
  width: 21px;
  height: 21px;
}

.coverage-main[data-coverage-map="real"] .map-search input {
  height: 50px;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
}

.coverage-main[data-coverage-map="real"] .map-search input::placeholder {
  color: rgba(255, 255, 255, 0.62);
}

.coverage-main[data-coverage-map="real"] .map-zoom {
  display: grid;
  width: 62px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  background: rgba(8, 18, 29, 0.62);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 18px 36px rgba(3, 9, 18, 0.24);
  backdrop-filter: blur(14px);
  pointer-events: auto;
}

.coverage-main[data-coverage-map="real"] .map-zoom button {
  width: 62px;
  min-height: 56px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
  box-shadow: none;
}

.coverage-main[data-coverage-map="real"] .map-zoom button + button {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 980px) {
  .coverage-main[data-coverage-map="real"] {
    min-height: 860px;
    padding: 72px 24px 56px;
  }

  .coverage-main[data-coverage-map="real"] .section-head {
    left: 24px;
    top: 48px;
    max-width: 340px;
  }

  .coverage-main[data-coverage-map="real"] .map-ui {
    top: 48px;
    left: 392px;
    right: 24px;
  }

  .coverage-main[data-coverage-map="real"] .map-search {
    width: min(360px, calc(100vw - 500px));
  }

  .coverage-main[data-coverage-map="real"] .coverage-sidebar {
    left: 24px;
    right: 24px;
    top: 258px;
    width: auto;
    grid-template-columns: 1fr 1fr;
  }

  .coverage-main[data-coverage-map="real"] .sidebar-info-note {
    grid-column: 1 / -1;
    max-width: 420px;
  }
}

@media (max-width: 680px) {
  .coverage-main[data-coverage-map="real"] {
    min-height: 980px;
    padding: 62px 18px 48px;
  }

  .coverage-main[data-coverage-map="real"] .section-head h2 {
    font-size: 34px;
  }

  .coverage-main[data-coverage-map="real"] .section-head p {
    font-size: 16px;
  }

  .coverage-main[data-coverage-map="real"] .section-head {
    left: 18px;
    top: 44px;
    max-width: calc(100vw - 36px);
  }

  .coverage-main[data-coverage-map="real"] .map-ui {
    top: 230px;
    left: 18px;
    right: 18px;
  }

  .coverage-main[data-coverage-map="real"] .map-search {
    width: calc(100% - 72px);
  }

  .coverage-main[data-coverage-map="real"] .map-zoom,
  .coverage-main[data-coverage-map="real"] .map-zoom button {
    width: 54px;
  }

  .coverage-main[data-coverage-map="real"] .coverage-sidebar {
    left: 18px;
    right: 18px;
    top: 330px;
    grid-template-columns: 1fr;
  }

  .coverage-country-label {
    padding: 9px 12px;
    font-size: 13px;
  }
}

.coverage-maplibre-section {
  padding: 0;
  background: #0b1117;
}

.coverage-main.coverage-maplibre-section[data-coverage-map="real"] {
  min-height: 0;
  padding: 0;
  background: #0b1117;
}

.coverage-main.coverage-maplibre-section::before,
.coverage-main.coverage-maplibre-section::after {
  content: none;
}

.coverage-maplibre-shell {
  position: relative;
  height: clamp(740px, 86vh, 980px);
  min-height: 740px;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: #0b1117;
  box-shadow: none;
  isolation: isolate;
}

.coverage-maplibre-canvas {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: #0b1117;
}

#coverageMapLibre.coverage-maplibre-canvas.maplibregl-map {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.coverage-maplibre-canvas .maplibregl-canvas {
  outline: none;
}

.coverage-maplibre-canvas .maplibregl-ctrl-attrib {
  max-width: min(520px, calc(100vw - 32px));
  margin: 0 10px 8px 0;
  border-radius: 999px;
  background: rgba(9, 15, 21, 0.72);
  color: rgba(255, 255, 255, 0.72);
  font-family: 'Roboto', sans-serif;
  font-size: 10px;
  line-height: 1.4;
  backdrop-filter: blur(12px);
}

.coverage-maplibre-canvas .maplibregl-ctrl-attrib a {
  color: rgba(255, 255, 255, 0.86);
}

.coverage-maplibre-scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 50% 50%, transparent 72%, rgba(4, 8, 12, 0.14) 100%),
    linear-gradient(90deg, rgba(4, 8, 12, 0.42) 0%, rgba(4, 8, 12, 0.08) 25%, transparent 62%, rgba(4, 8, 12, 0.08) 100%),
    linear-gradient(180deg, rgba(4, 8, 12, 0.06) 0%, transparent 56%, rgba(4, 8, 12, 0.18) 100%);
}

.coverage-main.coverage-maplibre-section[data-map-theme="light"] .coverage-maplibre-scrim {
  background:
    radial-gradient(ellipse at 50% 50%, transparent 76%, rgba(12, 18, 22, 0.12) 100%),
    linear-gradient(90deg, rgba(8, 14, 18, 0.34) 0%, rgba(8, 14, 18, 0.06) 24%, transparent 64%, rgba(8, 14, 18, 0.06) 100%),
    linear-gradient(180deg, rgba(8, 14, 18, 0.04) 0%, transparent 58%, rgba(8, 14, 18, 0.12) 100%);
}

.coverage-main.coverage-maplibre-section[data-map-theme="dark"] .coverage-maplibre-scrim {
  background:
    radial-gradient(ellipse at 50% 48%, transparent 66%, rgba(2, 5, 8, 0.34) 100%),
    linear-gradient(90deg, rgba(2, 5, 8, 0.56) 0%, rgba(2, 5, 8, 0.12) 28%, transparent 60%, rgba(2, 5, 8, 0.14) 100%),
    linear-gradient(180deg, rgba(2, 5, 8, 0.12) 0%, transparent 52%, rgba(2, 5, 8, 0.32) 100%);
}

.coverage-main.coverage-maplibre-section[data-map-theme="light"][data-map-scale="overview"] .coverage-maplibre-scrim {
  background:
    radial-gradient(ellipse at 58% 50%, transparent 58%, rgba(12, 18, 22, 0.16) 100%),
    linear-gradient(90deg, rgba(8, 14, 18, 0.42) 0%, rgba(8, 14, 18, 0.08) 27%, transparent 64%, rgba(8, 14, 18, 0.1) 100%),
    linear-gradient(180deg, rgba(8, 14, 18, 0.04) 0%, transparent 54%, rgba(8, 14, 18, 0.16) 100%);
}

.coverage-main.coverage-maplibre-section[data-map-theme="dark"][data-map-scale="overview"] .coverage-maplibre-scrim {
  background:
    radial-gradient(ellipse at 58% 50%, transparent 52%, rgba(1, 4, 7, 0.58) 100%),
    linear-gradient(90deg, rgba(1, 4, 7, 0.68) 0%, rgba(1, 4, 7, 0.18) 30%, transparent 61%, rgba(1, 4, 7, 0.22) 100%),
    linear-gradient(180deg, rgba(1, 4, 7, 0.16) 0%, transparent 50%, rgba(1, 4, 7, 0.44) 100%);
}

.coverage-main.coverage-maplibre-section[data-map-scale="city"] .coverage-maplibre-scrim {
  background:
    radial-gradient(ellipse at 50% 50%, transparent 78%, rgba(4, 8, 12, 0.1) 100%),
    linear-gradient(90deg, rgba(4, 8, 12, 0.28) 0%, rgba(4, 8, 12, 0.04) 25%, transparent 68%, rgba(4, 8, 12, 0.04) 100%),
    linear-gradient(180deg, rgba(4, 8, 12, 0.03) 0%, transparent 60%, rgba(4, 8, 12, 0.1) 100%);
}

.coverage-maplibre-copy,
.coverage-maplibre-search,
.coverage-maplibre-place,
.coverage-maplibre-actions,
.coverage-maplibre-themes,
.coverage-maplibre-operators,
.coverage-maplibre-networks,
.coverage-maplibre-zoom,
.coverage-maplibre-note {
  position: absolute;
  z-index: 2;
}

.coverage-maplibre-copy {
  left: clamp(22px, 2.6vw, 42px);
  top: clamp(28px, 4vw, 42px);
  max-width: 292px;
  color: #fff;
}

.coverage-maplibre-kicker {
  margin: 0 0 8px;
  color: var(--accent);
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.coverage-maplibre-copy h2 {
  margin: 0;
  color: #fff;
  font-family: 'Suez One', serif;
  font-size: clamp(29px, 2.35vw, 35px);
  line-height: 1.08;
  letter-spacing: 0;
  text-shadow: 0 18px 46px rgba(13, 23, 38, 0.48);
}

.coverage-maplibre-copy p:last-child {
  margin: 10px 0 0;
  max-width: 280px;
  color: rgba(255, 255, 255, 0.66);
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  line-height: 1.45;
}

.coverage-maplibre-search {
  --coverage-search-transform: translateX(-50%);
  z-index: 5;
  top: clamp(24px, 3.2vw, 32px);
  left: 50%;
  transform: var(--coverage-search-transform);
  width: min(420px, 33vw);
  min-height: 46px;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 15px;
  background: rgba(16, 23, 30, 0.76);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 18px 40px rgba(13, 23, 38, 0.28);
  backdrop-filter: blur(18px);
  transition: background 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.coverage-maplibre-search:focus-within {
  border-color: rgba(239, 130, 20, 0.52);
  background: rgba(14, 24, 33, 0.9);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 0 0 4px rgba(239, 130, 20, 0.14),
    0 24px 54px rgba(13, 23, 38, 0.34);
}

.coverage-maplibre-search.is-searching {
  border-color: rgba(239, 130, 20, 0.62);
  background:
    linear-gradient(90deg, rgba(239, 130, 20, 0.16), rgba(255, 255, 255, 0.04), rgba(239, 130, 20, 0.16)),
    rgba(14, 24, 33, 0.9);
  background-size: 220% 100%;
  animation: coverage-search-sheen 1.4s linear infinite;
}

.coverage-maplibre-search.is-selected {
  border-color: rgba(98, 210, 139, 0.68);
  background: rgba(18, 54, 39, 0.84);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.13),
    0 0 0 4px rgba(98, 210, 139, 0.16),
    0 22px 48px rgba(13, 23, 38, 0.3);
}

.coverage-maplibre-search.is-invalid {
  border-color: rgba(255, 111, 111, 0.76);
  background: rgba(72, 24, 29, 0.86);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.11),
    0 0 0 4px rgba(255, 111, 111, 0.16),
    0 22px 48px rgba(13, 23, 38, 0.3);
  animation: coverage-search-shake 0.34s ease;
}

@keyframes coverage-search-sheen {
  from {
    background-position: 120% 0;
  }

  to {
    background-position: -120% 0;
  }
}

@keyframes coverage-search-shake {
  0%,
  100% {
    transform: var(--coverage-search-transform);
  }

  25% {
    transform: var(--coverage-search-transform) translateX(-7px);
  }

  50% {
    transform: var(--coverage-search-transform) translateX(6px);
  }

  75% {
    transform: var(--coverage-search-transform) translateX(-3px);
  }
}

.coverage-maplibre-search .maplibregl-ctrl-geocoder {
  width: 100%;
  max-width: none;
  min-width: 0;
  border: 0;
  border-radius: 15px;
  background: transparent;
  box-shadow: none;
  font-family: 'Roboto', sans-serif;
}

.coverage-maplibre-search .maplibregl-ctrl-geocoder--icon-search {
  left: 18px;
  top: 12px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  color: #fff;
}

.coverage-maplibre-search .maplibregl-ctrl-geocoder--icon-close {
  fill: rgba(255, 255, 255, 0.74);
}

.coverage-maplibre-search .maplibregl-ctrl-geocoder input {
  width: 100%;
  min-width: 0;
  height: 46px;
  border: 0;
  outline: 0;
  background: transparent;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  padding: 0 44px 0 54px;
}

.coverage-maplibre-search .maplibregl-ctrl-geocoder input::placeholder {
  color: rgba(255, 255, 255, 0.58);
}

.coverage-maplibre-search__feedback {
  position: absolute;
  left: 16px;
  right: 16px;
  top: calc(100% + 8px);
  min-height: 16px;
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.35;
  opacity: 0;
  transform: translateY(-4px);
  transition: opacity 0.18s ease, transform 0.18s ease, color 0.18s ease;
  pointer-events: none;
  text-shadow: 0 8px 22px rgba(13, 23, 38, 0.36);
}

.coverage-maplibre-search.is-selected .coverage-maplibre-search__feedback,
.coverage-maplibre-search.is-invalid .coverage-maplibre-search__feedback {
  opacity: 1;
  transform: translateY(0);
}

.coverage-maplibre-search.is-selected .coverage-maplibre-search__feedback {
  color: #b9f5cc;
}

.coverage-maplibre-search.is-invalid .coverage-maplibre-search__feedback {
  color: #ffc9c9;
}

.coverage-maplibre-search .suggestions-wrapper {
  position: relative;
  z-index: 6;
  overflow: visible;
  border-radius: 14px;
}

.coverage-maplibre-search .maplibregl-ctrl-geocoder .suggestions-wrapper {
  display: none;
}

.coverage-maplibre-search.is-committed .suggestions-wrapper {
  display: none;
}

.coverage-maplibre-search .suggestions {
  margin-top: 8px;
  overflow: auto;
  max-height: 320px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  background: rgba(8, 18, 29, 0.96);
  box-shadow: 0 24px 54px rgba(13, 23, 38, 0.32);
  backdrop-filter: blur(16px);
}

.coverage-maplibre-search .suggestions > li > a,
.coverage-maplibre-search .suggestions > li > button {
  display: block;
  width: 100%;
  padding: 12px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  border-top: 0;
  border-right: 0;
  border-left: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.88);
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  text-align: left;
  cursor: pointer;
}

.coverage-maplibre-search .suggestions > li:last-child > a,
.coverage-maplibre-search .suggestions > li:last-child > button {
  border-bottom: 0;
}

.coverage-maplibre-search .suggestions > .active > a,
.coverage-maplibre-search .suggestions > .active > button,
.coverage-maplibre-search .suggestions > li > a:hover,
.coverage-maplibre-search .suggestions > li > button:hover {
  background: rgba(239, 130, 20, 0.18);
  color: #fff;
}

.coverage-maplibre-search .suggestions > li.is-loading > button,
.coverage-maplibre-search .suggestions > li > button:disabled {
  color: rgba(255, 255, 255, 0.58);
  cursor: wait;
}

.coverage-maplibre-place {
  top: 82px;
  left: 50%;
  transform: translateX(-50%);
  width: min(420px, 33vw);
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.35;
  text-shadow: 0 10px 28px rgba(13, 23, 38, 0.34);
}

.coverage-maplibre-actions {
  z-index: 4;
  top: clamp(24px, 3.2vw, 32px);
  left: calc(50% + min(210px, 16.5vw) + 10px);
  transform: none;
  display: flex;
  width: auto;
}

.coverage-maplibre-action {
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid rgba(239, 130, 20, 0.42);
  border-radius: 999px;
  background: rgba(21, 30, 39, 0.62);
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 800;
  box-shadow: 0 18px 34px rgba(13, 23, 38, 0.2);
  backdrop-filter: blur(14px);
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.coverage-maplibre-action:hover,
.coverage-maplibre-action.is-busy {
  transform: translateY(-1px);
  border-color: rgba(239, 130, 20, 0.72);
  background: rgba(239, 130, 20, 0.22);
}

.coverage-maplibre-themes {
  z-index: 3;
  left: 50%;
  bottom: 36px;
  display: flex;
  gap: 4px;
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 999px;
  background: rgba(21, 30, 39, 0.62);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 16px 34px rgba(13, 23, 38, 0.2);
  backdrop-filter: blur(14px);
  transform: translateX(-50%);
}

.coverage-maplibre-themes button {
  min-height: 28px;
  padding: 0 12px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: rgba(255, 255, 255, 0.76);
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  font-weight: 900;
  cursor: pointer;
}

.coverage-maplibre-themes button.is-active {
  background: var(--accent);
  color: #fff;
}

.coverage-maplibre-operators {
  left: clamp(22px, 2.6vw, 42px);
  top: 232px;
  display: grid;
  width: 202px;
  gap: 8px;
}

.coverage-maplibre-operator {
  position: relative;
  min-height: 38px;
  padding: 0 20px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(16, 23, 30, 0.44);
  color: rgba(255, 255, 255, 0.78);
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 900;
  text-align: left;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(12px);
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.coverage-maplibre-operator.is-active {
  border-color: var(--accent);
  background: rgba(16, 23, 30, 0.6);
  color: #fff;
  box-shadow:
    inset 0 0 0 1px rgba(239, 130, 20, 0.12),
    0 0 18px rgba(239, 130, 20, 0.16);
}

.coverage-maplibre-operator.is-active::after {
  content: "\2713";
  position: absolute;
  right: 12px;
  top: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  font-size: 12px;
  transform: translateY(-50%);
}

.coverage-maplibre-networks {
  left: clamp(22px, 2.6vw, 42px);
  bottom: 98px;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  max-width: 390px;
}

.coverage-maplibre-network {
  min-width: 52px;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(16, 23, 30, 0.5);
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 900;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(12px);
  cursor: pointer;
}

.coverage-maplibre-network.is-active {
  border-color: var(--network-color, var(--accent));
  background: var(--network-color, var(--accent));
  box-shadow: 0 0 20px color-mix(in srgb, var(--network-color, var(--accent)) 42%, transparent);
}

.coverage-maplibre-network[data-network="4G"] { --network-color: #22c875; }
.coverage-maplibre-network[data-network="4G+"] { --network-color: #264655; }
.coverage-maplibre-network[data-network="5G"] { --network-color: #a847ed; }
.coverage-maplibre-network[data-network="5G+"] { --network-color: #263d49; }

.coverage-maplibre-marker {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  background: #dce6eb;
  box-shadow:
    0 0 0 8px rgba(220, 230, 235, 0.18),
    0 16px 36px rgba(13, 23, 38, 0.32);
}

.coverage-maplibre-marker::after {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #18222a;
}

.coverage-maplibre-zoom {
  top: clamp(28px, 4vw, 52px);
  right: clamp(18px, 2.8vw, 42px);
  display: grid;
  width: 60px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 16px;
  background: rgba(16, 23, 30, 0.66);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 22px 44px rgba(13, 23, 38, 0.24);
  backdrop-filter: blur(16px);
}

.coverage-maplibre-zoom button {
  width: 60px;
  height: 56px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #fff;
  font-size: 30px;
  font-weight: 300;
  cursor: pointer;
}

.coverage-maplibre-zoom button + button {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.coverage-maplibre-compass,
.coverage-maplibre-perspective {
  font-family: 'Roboto', sans-serif;
  font-size: 14px !important;
  font-weight: 900 !important;
  letter-spacing: 0;
}

.coverage-maplibre-compass {
  position: relative;
  padding-top: 14px;
}

.coverage-maplibre-compass::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 10px;
  width: 0;
  height: 0;
  border-right: 5px solid transparent;
  border-bottom: 12px solid var(--accent);
  border-left: 5px solid transparent;
  transform: translateX(-50%);
}

.coverage-maplibre-perspective {
  color: rgba(255, 255, 255, 0.78) !important;
}

.coverage-maplibre-perspective.is-active {
  color: #fff !important;
  background: rgba(239, 130, 20, 0.24);
}

.coverage-maplibre-note {
  left: clamp(22px, 2.6vw, 42px);
  bottom: 34px;
  display: grid;
  grid-template-columns: 28px minmax(0, 340px);
  gap: 12px;
  align-items: start;
  color: rgba(255, 255, 255, 0.82);
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  line-height: 1.5;
}

.coverage-maplibre-note__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 1px solid var(--accent);
  border-radius: 50%;
  color: var(--accent);
  font-weight: 900;
}

.coverage-maplibre-note p {
  margin: 0;
  overflow-wrap: anywhere;
}

.coverage-maplibre-note a {
  color: var(--accent);
  font-weight: 900;
}

@media (max-width: 1100px) {
  .coverage-maplibre-shell {
    min-height: 780px;
  }

  .coverage-maplibre-search {
    --coverage-search-transform: none;
    left: 42px;
    top: 228px;
    transform: none;
    width: min(360px, calc(100% - 220px));
  }

  .coverage-maplibre-place {
    left: 42px;
    top: 280px;
    transform: none;
    width: min(440px, calc(100% - 128px));
  }

  .coverage-maplibre-actions {
    left: calc(42px + min(360px, calc(100% - 220px)) + 10px);
    top: 228px;
    transform: none;
    width: auto;
  }

  .coverage-maplibre-themes {
    left: 50%;
    bottom: 34px;
    transform: translateX(-50%);
  }

  .coverage-maplibre-operators {
    top: 366px;
  }
}

@media (max-width: 720px) {
  .coverage-maplibre-section {
    padding: 0;
  }

  .coverage-maplibre-shell {
    min-height: 920px;
    border-radius: 0;
  }

  .coverage-maplibre-copy {
    left: 18px;
    right: 18px;
    max-width: 310px;
  }

  .coverage-maplibre-copy h2 {
    max-width: 300px;
    font-size: 30px;
  }

  .coverage-maplibre-copy p:last-child {
    max-width: 280px;
    font-size: 13px;
  }

  .coverage-maplibre-search {
    --coverage-search-transform: none;
    left: 18px;
    right: 164px;
    top: 218px;
    transform: none;
    width: auto;
  }

  .coverage-maplibre-place {
    left: 18px;
    right: 86px;
    top: 270px;
    transform: none;
    width: auto;
  }

  .coverage-maplibre-actions {
    left: auto;
    right: 80px;
    top: 218px;
    transform: none;
    width: 76px;
  }

  .coverage-maplibre-action {
    width: 76px;
    min-height: 48px;
    padding: 0 8px;
    font-size: 10px;
  }

  .coverage-maplibre-themes {
    left: 50%;
    bottom: 190px;
    transform: translateX(-50%);
  }

  .coverage-maplibre-zoom {
    right: 18px;
    top: 218px;
    width: 54px;
  }

  .coverage-maplibre-zoom button {
    width: 54px;
    height: 52px;
  }

  .coverage-maplibre-operators {
    left: 18px;
    right: 18px;
    top: 450px;
    width: auto;
    gap: 7px;
  }

  .coverage-maplibre-operator {
    min-height: 36px;
    padding: 0 18px;
    font-size: 13px;
  }

  .coverage-maplibre-networks {
    left: 18px;
    right: 18px;
    bottom: 124px;
    gap: 7px;
    max-width: none;
  }

  .coverage-maplibre-network {
    min-width: 48px;
    min-height: 36px;
    padding: 0 12px;
    font-size: 12px;
  }

  .coverage-maplibre-note {
    left: 18px;
    right: auto;
    width: min(310px, calc(100vw - 56px));
    bottom: 36px;
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 8px;
    font-size: 10px;
    line-height: 1.4;
  }

  .coverage-maplibre-note__icon {
    width: 24px;
    height: 24px;
  }
}

.deployment-cards {
  position: relative;
  z-index: 2;
  margin-top: -80px;
  padding: 0 28px 80px;
}

.deployment-card-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(220px, 1fr));
  gap: 18px;
  max-width: 1680px;
  margin: 0 auto;
}

.deployment-card {
  --provider-accent: var(--accent);
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 520px;
  border: 1px solid rgba(39, 36, 67, 0.08);
  border-top: 4px solid var(--provider-accent);
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 14px 34px rgba(39, 36, 67, 0.1);
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.deployment-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 56px rgba(39, 36, 67, 0.18);
}

.deployment-card:focus-visible {
  outline: 3px solid var(--provider-accent);
  outline-offset: 4px;
}

.provider-card__media {
  position: relative;
  min-height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 22px;
  background-color: #f7f4ef;
  background-position: center;
  background-size: cover;
  color: #fff;
}

.provider-card__media::before,
.provider-card__media::after {
  content: '';
  position: absolute;
  inset: auto -12% -36% -12%;
  z-index: 1;
  height: 88px;
  background: rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  transform: rotate(-5deg);
}

.provider-card__media::after {
  inset: 22px -18% auto -18%;
  height: 70px;
  opacity: 0.18;
  transform: rotate(8deg);
}

.provider-logo {
  position: relative;
  z-index: 2;
  width: 78%;
  max-width: 210px;
  max-height: 82px;
  object-fit: contain;
}

.provider-logo--telenor,
.provider-logo--tre {
  position: absolute;
  inset: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  object-fit: cover;
}

.provider-card__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 22px 18px 18px;
}

.provider-card__heading {
  text-align: center;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(39, 36, 67, 0.1);
}

.provider-card__heading h3 {
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  color: #17142b;
}

.provider-card__heading p {
  margin: 8px 0 0;
  font-size: 15px;
  color: rgba(23, 20, 43, 0.55);
}

.provider-features {
  display: grid;
  gap: 14px;
  margin: 18px 0 22px;
  padding: 0;
  list-style: none;
  color: #17142b;
  font-size: 15px;
}

.provider-features li {
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  gap: 8px;
}

.provider-feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 30px;
  background: var(--provider-accent);
  color: #fff;
  border-radius: 7px;
  flex-shrink: 0;
}

.provider-feature-icon svg {
  width: 16px;
  height: 16px;
  display: block;
}

.provider-gift {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: auto;
  padding: 16px;
  border-radius: 10px;
  background: rgba(39, 36, 67, 0.04);
  border: 1px solid rgba(39, 36, 67, 0.1);
  color: var(--provider-accent);
}

.provider-gift strong,
.provider-gift span {
  display: block;
}

.provider-gift strong {
  font-family: 'Roboto', sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
}

.provider-gift div span {
  margin-top: 4px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  opacity: 0.6;
}

.gift-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gift-icon svg {
  width: 32px;
  height: 32px;
  display: block;
}

.gift-icon::before {
  content: none;
}

.gift-icon::after {
  display: none;
}

.provider-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 48px;
  margin-top: 16px;
  border-radius: 8px;
  background: var(--provider-accent);
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 700;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.provider-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(13, 23, 38, 0.18);
}

.provider-button span {
  font-size: 24px;
  line-height: 1;
}

.provider-card--telia { --provider-accent: #6E2380; }
.provider-card--telenor { --provider-accent: #00437E; }
.provider-card--tre { --provider-accent: #E65C00; }
.provider-card--tele2 { --provider-accent: #003A6E; }

.provider-card--telia .provider-card__media {
  background-image: linear-gradient(135deg, rgba(246, 244, 240, 0.9), rgba(110, 35, 128, 0.1));
}

.provider-card--telenor .provider-card__media {
  background-image: linear-gradient(135deg, rgba(246, 244, 240, 0.88), rgba(0, 67, 126, 0.14));
}

.provider-card--tre .provider-card__media {
  background-image: linear-gradient(135deg, rgba(246, 244, 240, 0.9), rgba(230, 92, 0, 0.1));
}

.provider-card--tele2 .provider-card__media {
  background-image: linear-gradient(135deg, rgba(246, 244, 240, 0.9), rgba(0, 58, 110, 0.1));
}

.games {
  display: none;
  padding: 0 99px 80px;
}

.games-intro {
  max-width: 1091px;
  margin: 0 auto 40px;
}

.section-label {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--accent);
  margin-bottom: 18px;
}

.games-copy h2 {
  font-family: 'Suez One', serif;
  font-size: 50px;
  line-height: 1.2;
  margin: 0;
  text-align: center;
}

.games-copy p {
  margin: 26px auto 0;
  max-width: 720px;
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
}

.game-grid {
  display: grid;
  grid-template-columns: repeat(4, 233px);
  column-gap: 40px;
  row-gap: 40px;
  justify-content: center;
  max-width: 1091px;
  margin: 0 auto;
}

.game-card {
  background: #fff;
  border-radius: var(--border-radius);
  overflow: hidden;
  min-height: 309px;
  box-shadow: 0 15px 35px rgba(39, 36, 67, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.game-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
}

.game-card__image {
  height: 180px;
  background-size: cover;
  background-position: center;
}

.game-card__body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.game-card h3 {
  margin: 0;
  font-family: 'Suez One', serif;
  font-size: 28px;
  line-height: 1.2;
}

.game-category {
  margin: 0;
  color: #5b5a73;
  font-size: 16px;
}

.game-description {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: #4c4a58;
}

.game-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: auto;
}

.game-actions a {
  display: inline-flex;
}

.game-card--promo {
  background: var(--yellow);
  min-height: 232px;
  margin-top: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.promo-card {
  text-align: center;
  font-family: 'Roboto', sans-serif;
  color: var(--text);
}

.promo-card p {
  margin: 0;
  font-size: 40px;
  line-height: 1.05;
  font-weight: 700;
}

.promo-arrow {
  display: block;
  margin-top: 28px;
  font-size: 40px;
}

.contact {
  background: linear-gradient(180deg, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.95) 100%), url('https://static.wixstatic.com/media/c837a6_cbd9440d3fce436c913d12b16be55401~mv2.jpg/v1/fill/w_1820,h_750,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/c837a6_cbd9440d3fce436c913d12b16be55401~mv2.jpg') no-repeat center/cover;
  padding: 80px 99px 120px;
}

.contact-inner {
  max-width: 1091px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 40px;
}

.contact-left {
  background: rgba(255, 255, 255, 0.92);
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 25px 50px rgba(39, 36, 67, 0.1);
}

.contact-left h2,
.contact-right h3,
.newsletter-card h3 {
  margin: 0 0 20px;
  font-family: 'Suez One', serif;
  font-size: 40px;
}

.contact-left p {
  margin: 0 0 30px;
  font-size: 18px;
  line-height: 1.6;
}

.contact-right {
  display: grid;
  gap: 24px;
}

.contact-card,
.newsletter-card {
  background: rgba(255, 255, 255, 0.96);
  border-radius: 20px;
  padding: 32px;
  box-shadow: 0 25px 50px rgba(39, 36, 67, 0.1);
}

.contact-card h3,
.newsletter-card h3 {
  font-size: 32px;
}

.contact-card p {
  margin: 0 0 24px;
  font-size: 18px;
  line-height: 1.6;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

label {
  display: block;
  font-size: 14px;
  color: #4c4a58;
  margin-bottom: 14px;
}

label span {
  display: block;
  margin-bottom: 10px;
}

input,
textarea {
  width: 100%;
  border: 1px solid rgba(39, 36, 67, 0.16);
  border-radius: 10px;
  padding: 18px 16px;
  font-family: 'din-next-w01-light', sans-serif;
  font-size: 16px;
  background: #fff;
  color: var(--text);
}

textarea {
  resize: vertical;
  min-height: 130px;
}

.contact-card form > label:last-of-type,
.newsletter-card form > label:last-of-type {
  margin-bottom: 24px;
}

.contact-card form > button,
.newsletter-card form > button {
  width: 100%;
}

.footer {
  padding: 70px 99px 86px;
  background:
    radial-gradient(circle at 12% 0%, rgba(239, 130, 20, 0.08), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f6f8fb 100%);
}

.footer-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(220px, 260px) minmax(480px, 1fr) minmax(180px, 220px);
  gap: clamp(28px, 4vw, 54px);
  align-items: start;
}

.footer-brand,
.footer-contact {
  display: grid;
  gap: 12px;
}

.footer-brand-link {
  display: inline-flex;
  padding: 14px 25px;
  background: var(--accent);
  color: #fff;
  border-radius: 10px;
  font-family: 'reklamescriptw00-medium', cursive;
  font-size: 26px;
}

.footer-brand p {
  margin: 0;
  font-size: 24px;
  color: rgba(39, 36, 67, 0.8);
}

.footer-contact .footer-contact-title {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
}

.footer-contact a,
.footer-contact p {
  margin: 0;
  font-size: 16px;
  color: rgba(39, 36, 67, 0.9);
}

.footer-social-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(220px, 1fr));
  gap: 18px 22px;
}

.footer-social-plate {
  --plate-corner: 18px;
  position: relative;
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  align-items: center;
  min-height: 64px;
  padding: 9px 26px 9px 0;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(255, 183, 44, 0.72);
  background:
    linear-gradient(90deg, rgba(111, 62, 3, 0.96) 0%, rgba(91, 45, 0, 0.98) 38%, rgba(48, 31, 5, 0.98) 100%);
  clip-path: polygon(17px 0, 100% 0, 100% calc(100% - 16px), calc(100% - 22px) 100%, 0 100%, 0 17px);
  color: #fff7dd;
  text-decoration: none;
  box-shadow:
    0 18px 36px rgba(83, 43, 0, 0.2),
    0 0 0 1px rgba(255, 183, 44, 0.18),
    inset 0 0 0 1px rgba(255, 255, 255, 0.06),
    inset 0 -18px 34px rgba(13, 23, 38, 0.24);
  transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
}

.footer-social-plate::before,
.footer-social-plate::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.footer-social-plate::before {
  background:
    linear-gradient(90deg, transparent 0 19%, rgba(255, 217, 118, 0.1) 19% 19.4%, transparent 19.4% 44%, rgba(255, 217, 118, 0.07) 44% 44.4%, transparent 44.4%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 34px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 18px);
  opacity: 0.78;
}

.footer-social-plate::after {
  inset: 4px;
  border: 1px solid rgba(255, 213, 103, 0.36);
  clip-path: polygon(13px 0, 100% 0, 100% calc(100% - 13px), calc(100% - 18px) 100%, 0 100%, 0 13px);
  box-shadow:
    0 0 14px rgba(255, 183, 44, 0.32),
    inset 0 0 22px rgba(255, 183, 44, 0.1);
}

.footer-social-plate:hover {
  transform: translateY(-3px);
  filter: saturate(1.16);
  box-shadow:
    0 24px 44px rgba(83, 43, 0, 0.26),
    0 0 24px rgba(255, 183, 44, 0.28),
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    inset 0 -18px 34px rgba(13, 23, 38, 0.24);
}

.footer-social-icon {
  display: grid;
  place-items: center;
  width: 64px;
  color: #ffd66f;
  font-size: 36px;
  line-height: 1;
  text-shadow:
    0 0 12px rgba(255, 194, 58, 0.48),
    2px 2px 0 rgba(13, 23, 38, 0.22);
}

.footer-social-copy {
  display: grid;
  gap: 6px;
  min-width: 0;
  text-transform: uppercase;
}

.footer-social-copy strong {
  overflow: hidden;
  color: #fff9e7;
  font-family: 'Roboto', sans-serif;
  font-size: clamp(12px, 0.94vw, 14px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.08em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.footer-social-copy small {
  color: rgba(255, 242, 197, 0.92);
  font-family: 'Roboto', sans-serif;
  font-size: 9px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.22em;
}

/* Footer social plates: light Dealett-yellow reference style */
.footer-social-grid {
  gap: 20px 24px;
}

.footer-social-plate {
  grid-template-columns: 78px minmax(0, 1fr);
  min-height: 74px;
  padding: 10px 28px 10px 0;
  border: 1px solid rgba(255, 191, 47, 0.88);
  background:
    radial-gradient(circle at 14% 22%, rgba(255, 220, 90, 0.22), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 249, 230, 0.96));
  color: #3b2d24;
  box-shadow:
    0 15px 30px rgba(148, 89, 0, 0.14),
    0 0 0 1px rgba(255, 213, 84, 0.22),
    inset 0 0 0 4px rgba(255, 252, 240, 0.72),
    inset 0 -12px 26px rgba(255, 179, 19, 0.08);
}

.footer-social-plate::before {
  background:
    linear-gradient(90deg, transparent 0 21%, rgba(255, 179, 19, 0.26) 21% 21.5%, transparent 21.5%),
    repeating-linear-gradient(90deg, rgba(255, 180, 40, 0.06) 0 1px, transparent 1px 34px),
    repeating-linear-gradient(0deg, rgba(255, 180, 40, 0.05) 0 1px, transparent 1px 18px);
  opacity: 0.88;
}

.footer-social-plate::after {
  border-color: rgba(255, 197, 41, 0.48);
  box-shadow:
    0 0 18px rgba(255, 192, 36, 0.28),
    inset 0 0 22px rgba(255, 179, 19, 0.1);
}

.footer-social-plate:hover {
  filter: saturate(1.08) brightness(1.01);
  box-shadow:
    0 20px 40px rgba(148, 89, 0, 0.18),
    0 0 26px rgba(255, 179, 19, 0.25),
    inset 0 0 0 4px rgba(255, 252, 240, 0.84),
    inset 0 -12px 26px rgba(255, 179, 19, 0.12);
}

.footer-social-icon {
  position: relative;
  width: 78px;
  color: #ffb313;
  font-size: 39px;
  text-shadow:
    0 0 12px rgba(255, 191, 47, 0.36),
    1px 1px 0 rgba(255, 255, 255, 0.86);
}

.footer-social-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3px;
  width: 2px;
  height: 32px;
  border-radius: 999px;
  background: linear-gradient(180deg, transparent, rgba(255, 179, 19, 0.58), transparent);
  transform: translateY(-50%);
}

.footer-social-copy {
  gap: 8px;
}

.footer-social-copy strong {
  color: #3a2b24;
  font-size: clamp(12px, 0.98vw, 15px);
  letter-spacing: 0.07em;
}

.footer-social-copy small {
  color: #d88900;
  font-size: 10px;
  letter-spacing: 0.24em;
}

@media (max-width: 1280px) {
  .deployment-card-grid {
    grid-template-columns: repeat(3, minmax(220px, 1fr));
  }
}

@media (max-width: 1160px) {
  .header-inner,
  .section-space,
  .deployment-cards,
  .games,
  .contact,
  .footer {
    padding-left: 40px;
    padding-right: 40px;
  }

  .hero {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 980px) {
  .header-inner {
    padding-top: 0;
  }

  .nav-menu {
    min-width: 0;
    flex-wrap: wrap;
    justify-content: center;
  }

  .nav-item {
    width: auto !important;
  }

  .nav-item a,
  .nav-link {
    min-width: 90px;
    padding: 0 18px;
  }

  .hero-content {
    padding: 108px 40px 40px;
    max-width: 560px;
  }

  .hero {
    --hero-scale: 1.04;
    --hero-position-x: 62%;
    display: block;
    min-height: 720px;
    padding: 0;
  }

  .section-space,
  .deployment-cards,
  .games,
  .contact,
  .footer {
    padding: 40px;
  }

  .footer-main {
    display: grid;
    gap: 28px;
    grid-template-columns: 1fr;
  }

  .footer-social-grid {
    grid-template-columns: repeat(2, minmax(220px, 1fr));
    gap: 24px;
  }

  .deployment-cards {
    margin-top: -64px;
    padding: 0 40px 64px;
  }

  .deployment-card-grid,
  .game-grid {
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
  }

  .deployment-card {
    width: 100%;
    min-height: 420px;
  }

  .contact-inner {
    grid-template-columns: 1fr;
  }

  .coverage-grid {
    grid-template-columns: 1fr;
  }

  .coverage-sidebar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sidebar-info-note {
    grid-column: 1 / -1;
  }

  .coverage-map-card {
    min-height: 560px;
  }

  .gift-logo-grid {
    grid-template-columns: repeat(2, minmax(150px, 1fr));
  }

  .gift-card-section .page-shell {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .gift-card-image {
    max-width: 620px;
  }

  .gift-card-copy {
    max-width: 640px;
  }
}

@media (max-width: 680px) {
  .header-topbar-inner {
    min-height: 38px;
    padding: 0 8px;
    gap: 6px;
    justify-content: flex-start;
  }

  .header-topbar-group {
    gap: 3px;
  }

  .header-topbar-inner > .header-topbar-group:first-child {
    flex: 0 0 auto;
  }

  .header-topbar-link {
    min-height: 28px;
    padding: 0 8px;
    font-size: 12px;
    white-space: nowrap;
  }

  .header-topbar-group--right {
    flex: 0 1 auto;
    gap: 3px;
    justify-content: flex-start;
    min-width: 0;
  }

  .header-topbar-group--right .header-topbar-link {
    min-height: 28px;
    padding: 0 5px;
    font-size: 12px;
  }

  .language-switcher {
    min-height: 28px;
    margin-right: 3px;
  }

  .language-switcher select {
    width: 78px;
    min-height: 28px;
    padding: 0 20px 0 7px;
    font-size: 12px;
  }

  .header-cart-count {
    min-width: 16px;
    height: 16px;
    font-size: 10px;
  }

  .header-inner {
    flex-direction: column;
    align-items: stretch;
    padding: 0 24px;
  }

  .nav-menu {
    border-radius: 10px;
  }

  .nav-item a,
  .nav-link {
    min-height: 56px;
    font-size: 14px;
    padding: 0 14px;
  }

  .hero-content {
    padding: 92px 24px 32px;
    text-align: left;
  }

  .hero {
    --hero-scale: 1.02;
    --hero-position-x: 66%;
    min-height: 680px;
  }

  .hero h1 {
    font-size: 38px;
  }

  .hero-title-nowrap {
    white-space: normal;
  }

  .hero-actions {
    flex-direction: column;
    gap: 16px;
  }

  .games-intro {
    text-align: center;
  }

  .game-grid {
    grid-template-columns: 1fr;
  }

  .game-card--promo {
    margin-top: 0;
  }

  .contact {
    padding: 40px 24px;
  }

  .footer {
    padding: 44px 18px 56px;
  }

  .footer-inner {
    gap: 32px;
  }

  .footer-brand p {
    font-size: 18px;
  }

  .footer-social-plate {
    grid-template-columns: 68px minmax(0, 1fr);
    min-height: 74px;
    padding-right: 28px;
    clip-path: polygon(17px 0, 100% 0, 100% calc(100% - 16px), calc(100% - 22px) 100%, 0 100%, 0 17px);
  }

  .footer-social-plate::after {
    clip-path: polygon(13px 0, 100% 0, 100% calc(100% - 13px), calc(100% - 18px) 100%, 0 100%, 0 13px);
  }

  .footer-social-icon {
    width: 68px;
    font-size: 38px;
  }

  .footer-social-copy {
    gap: 6px;
  }

  .footer-social-copy strong {
    font-size: 13px;
    letter-spacing: 0.08em;
  }

  .footer-social-copy small {
    font-size: 10px;
    letter-spacing: 0.2em;
  }

  .section-space {
    padding: 56px 24px;
  }

  .section-head h2 {
    font-size: 34px;
  }

  .gift-card-copy h2 {
    font-size: 30px;
  }

  .section-head p,
  .gift-card-copy p:last-child {
    font-size: 16px;
  }

  .gift-logo-grid {
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gift-logo {
    min-height: 78px;
    font-size: 21px;
  }

  .coverage-sidebar {
    grid-template-columns: 1fr;
  }

  .operator-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .operator-card__logo img {
    max-width: 112px;
  }

  .coverage-map-card {
    min-height: 620px;
  }

  .map-ui {
    left: 14px;
    right: 14px;
    flex-direction: column;
  }

  .map-search {
    width: 100%;
  }

  .map-zoom {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
  }

  .map-legend-overlay {
    left: 14px;
    right: 14px;
    bottom: 148px;
    max-width: none;
  }

  .map-bottom-bar {
    left: 14px;
    right: 14px;
    bottom: 14px;
    align-items: stretch;
  }

  .map-bottom-pill,
  .map-zoom-group {
    flex: 1 1 100%;
    justify-content: center;
  }

  .deployment-cards {
    margin-top: -48px;
    padding: 0 24px 56px;
  }

  .deployment-card-grid {
    grid-template-columns: 1fr;
  }

  .deployment-card {
    min-height: 380px;
  }

  .footer {
    padding: 40px 24px 60px;
  }
}

.hidden {
  display: none !important;
}

/* Premium system pass: shared navigation, cards, forms, footer, rhythm, imagery, and CTA polish. */
.mobile-nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(34, 37, 63, 0.1);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.78);
  color: #22253f;
  box-shadow: 0 10px 24px rgba(39, 36, 67, 0.08);
  cursor: pointer;
}

.mobile-nav-toggle span {
  position: absolute;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.mobile-nav-toggle span:nth-child(1) {
  transform: translateY(-6px);
}

.mobile-nav-toggle span:nth-child(3) {
  transform: translateY(6px);
}

.site-header.mobile-nav-open .mobile-nav-toggle span:nth-child(1) {
  transform: rotate(45deg);
}

.site-header.mobile-nav-open .mobile-nav-toggle span:nth-child(2) {
  opacity: 0;
}

.site-header.mobile-nav-open .mobile-nav-toggle span:nth-child(3) {
  transform: rotate(-45deg);
}

@media (max-width: 760px) {
  .site-header {
    max-width: 100vw;
    overflow: visible;
    background: rgba(246, 244, 240, 0.72);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
  }

  .header-topbar {
    overflow: hidden;
  }

  .header-topbar-inner {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    min-height: 36px;
    gap: 8px;
    padding: 0 12px;
  }

  .header-topbar-inner > .header-topbar-group:first-child {
    min-height: 28px;
    padding: 2px;
  }

  .header-topbar-link,
  .header-topbar-group--right .header-topbar-link,
  .language-switcher,
  .language-switcher select {
    min-height: 27px;
    font-size: 11px;
  }

  .header-topbar-link {
    padding: 0 8px;
  }

  .header-topbar-group--right {
    justify-self: end;
    width: max-content;
    gap: 3px;
    min-width: 0;
    max-width: 100%;
    overflow: visible;
  }

  .header-topbar-group--right .header-topbar-link {
    padding: 0 5px;
  }

  .language-switcher select {
    width: 76px;
    padding: 0 20px 0 7px;
  }

  .header-inner {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    max-width: 100vw;
    min-height: 62px;
    padding: 0 18px;
  }

  .header-inner > .brand {
    min-height: 52px;
    padding: 0 20px;
    border-radius: 0 0 10px 10px;
    font-size: 24px;
  }

  .mobile-nav-toggle {
    position: relative;
    display: inline-flex;
    margin-left: auto;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 10px);
    right: 18px;
    left: 18px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  }

  .site-header.mobile-nav-open .site-nav {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .nav-menu {
    display: grid;
    grid-template-columns: 1fr;
    min-width: 0;
    overflow: hidden;
    border: 1px solid rgba(34, 37, 63, 0.1);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 24px 60px rgba(39, 36, 67, 0.18);
    backdrop-filter: blur(18px);
  }

  .nav-item {
    width: auto !important;
  }

  .nav-item a,
  .nav-link,
  .nav-dropdown-toggle {
    justify-content: space-between;
    min-height: 50px;
    padding: 0 18px;
    font-size: 14px;
    text-align: left;
  }

  .nav-item--active > .nav-link {
    background: linear-gradient(135deg, #C96F24 0%, #C96F24 55%, #C96F24 100%);
  }

  .nav-item--start .nav-link,
  .nav-item--contact .nav-link {
    border-radius: 0;
  }

  .dropdown-menu {
    position: static;
    width: 100%;
    min-width: 0;
    max-height: 0;
    overflow: hidden;
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    transition: max-height 0.22s ease;
  }

  .nav-item--dropdown.open .dropdown-menu {
    max-height: 180px;
  }

  .dropdown-menu a {
    padding: 12px 26px;
    background: rgba(246, 244, 240, 0.62);
    font-size: 14px;
  }
}

@media (max-width: 560px) {
  .header-topbar {
    overflow: visible;
  }

  .header-topbar-inner {
    grid-template-columns: 1fr;
    justify-items: stretch;
    gap: 5px;
    padding: 5px 10px;
  }

  .header-topbar-inner > .header-topbar-group:first-child {
    justify-self: start;
    min-height: 27px;
  }

  .header-topbar-link,
  .header-topbar-group--right .header-topbar-link,
  .language-switcher,
  .language-switcher select {
    min-height: 26px;
    font-size: 10.5px;
  }

  .header-topbar-link {
    padding: 0 6px;
  }

  .header-topbar-group--right .header-topbar-link {
    padding: 0 4px;
  }

  .header-topbar-group--right {
    display: grid;
    grid-template-columns: 78px 72px 82px;
    justify-self: stretch;
    width: 100%;
    justify-content: start;
    gap: 8px;
  }

  .language-switcher {
    margin-right: 1px;
  }

  .language-switcher select {
    width: 70px;
    padding: 0 17px 0 6px;
  }

  .hero-content {
    max-width: min(100%, 350px);
    padding-top: 154px;
    padding-right: 18px;
    padding-left: 18px;
  }

  .mobile-nav-toggle {
    position: absolute;
    top: 50%;
    right: clamp(18px, calc(100vw - 390px + 18px), 112px);
    transform: translateY(-50%);
  }

  .mobile-nav-toggle {
    position: absolute;
    top: 50%;
    right: clamp(18px, calc(100vw - 390px + 18px), 112px);
    transform: translateY(-50%);
  }

  .hero h1 {
    font-size: 34px;
    line-height: 1.18;
  }

  .mobile-nav-toggle {
    position: absolute;
    top: 50%;
    right: clamp(18px, calc(100vw - 390px + 18px), 112px);
    transform: translateY(-50%);
  }
}

/* Cascade lock: this file contains legacy page themes below the new system. */
.footer {
  padding-top: 80px;
  border-top: 1px solid #0D1726;
  background: var(--deal-lime);
}
.footer .footer-inner { max-width: 1400px; padding: 0 28px 38px; }
.footer .footer-main { grid-template-columns: 1.05fr .8fr 1.4fr .75fr; gap: 50px; }
.footer .footer-brand-link {
  padding: 0;
  background: transparent;
  color: #0D1726;
  box-shadow: none;
  font: 900 clamp(48px, 6vw, 88px)/.85 Arial, sans-serif;
  letter-spacing: -.08em;
}
.footer .footer-brand p { color: #0D1726; font-family: Arial, sans-serif; }
.footer .footer-links p,
.footer .footer-contact .footer-contact-title { color: #0D1726; }
.footer .footer-links a,
.footer .footer-contact a,
.footer .footer-contact p:not(.footer-contact-title) { color: rgba(13, 23, 38,.68); }
.footer .footer-social-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px; }
.footer .footer-social-plate {
  min-height: 52px;
  border-color: rgba(13, 23, 38,.22);
  border-radius: 999px;
  background: rgba(255,255,255,.35);
  box-shadow: none;
}
.footer .footer-social-icon { color: #0D1726; }

@media (max-width: 1120px) {
  .footer .footer-main { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  .site-header { padding: 8px 10px 0; background: transparent; backdrop-filter: none; }
  .site-header .header-inner {
    width: min(100%, 1480px);
    min-height: 62px;
    padding: 0 10px 0 15px;
    border: 1px solid rgba(17,17,17,.14);
    border-radius: 14px;
    background: rgba(255,255,255,.94);
  }
  .site-header .header-inner > .brand {
    min-height: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
    font-size: 27px;
  }
  .site-header .header-topbar-group--right {
    display: flex;
    width: auto;
    margin: 0 54px 0 auto;
    justify-self: auto;
    gap: 6px;
  }
  .site-header .header-cart-link { min-height: 44px; padding: 0 13px; }
  .site-header .site-nav {
    top: calc(100% + 8px);
    right: 0;
    left: 0;
    display: none;
    padding: 10px;
    border: 1px solid #0D1726;
    border-radius: 18px;
    background: #fff;
    box-shadow: 8px 8px 0 #0D1726;
    opacity: 1;
    visibility: visible;
    transform: none;
  }
  .site-header.mobile-nav-open .site-nav { display: block; transform: none; }
  .site-header .nav-menu { border: 0; border-radius: 0; background: transparent; box-shadow: none; }
  .site-header .nav-item--active > .nav-link { background: #ededeb; color: #0b0b0b; }
  .hero .hero-content { max-width: 100%; padding: 0; }
  .hero h1 { font-size: clamp(55px, 16.4vw, 78px); line-height: .89; }
  .footer { padding-top: 58px; }
  .footer .footer-main,
  .footer .footer-links,
  .footer .footer-social-grid { grid-template-columns: 1fr; }
}

/* --------------------------------------------------------------------------
   Dealett 2026 visual system — editorial, expressive and product-led.
   -------------------------------------------------------------------------- */
:root {
  --bg: #F8F5F0;
  --surface: #FFFFFF;
  --text: #0D1726;
  --accent: #C96F24;
  --accent-soft: rgba(201, 111, 36, 0.12);
  --deal-blue: #0D1726;
  --deal-lime: #F8F5F0;
  --deal-pink: #FFFFFF;
  --deal-line: #0D1726;
  --page-width: 1440px;
  --shadow: 0 18px 50px rgba(13, 23, 38, 0.12);
}

html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--text);
  font-family: Arial, Helvetica, sans-serif;
}

.site-header {
  position: fixed;
  top: 0;
  z-index: 100;
  padding: 12px 18px 0;
  background: transparent;
  pointer-events: none;
}

.site-header .header-inner {
  width: min(100%, 1480px);
  min-height: 70px;
  margin: 0 auto;
  padding: 0 12px 0 18px;
  align-items: center;
  border: 1px solid rgba(17, 17, 17, 0.14);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 8px 30px rgba(20, 20, 20, 0.07);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  pointer-events: auto;
}

.site-header .brand,
.site-header .header-inner > .brand {
  min-height: 0;
  padding: 0;
  align-items: flex-start;
  border-radius: 0;
  background: transparent;
  color: #080808;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 27px;
  font-weight: 900;
  letter-spacing: -0.07em;
}

.site-header .brand small {
  margin-top: 1px;
  color: rgba(13, 23, 38, 0.52);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-header .site-nav { margin-left: auto; }

.site-header .nav-menu {
  min-width: 0;
  gap: 2px;
  overflow: visible;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.site-header .nav-item,
.site-header .nav-item--start,
.site-header .nav-item--service,
.site-header .nav-item--career,
.site-header .nav-item--about { width: auto; }

.site-header .nav-item a,
.site-header .nav-link {
  min-height: 44px;
  padding: 0 13px;
  border-radius: 999px;
  color: #0b0b0b;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.site-header .nav-link:hover,
.site-header .nav-item--active > .nav-link {
  background: #ededeb;
  color: #0b0b0b;
}

.site-header .header-topbar-group--right {
  display: flex;
  margin-left: 12px;
  gap: 6px;
}

.site-header .language-switcher { margin: 0; }
.site-header .language-switcher select {
  width: 54px;
  min-height: 44px;
  padding: 0 8px;
  border-color: transparent;
  border-radius: 999px;
  background: transparent;
  box-shadow: none;
  color: #0b0b0b;
  font: 700 12px Arial, sans-serif;
}

.site-header .header-topbar-link {
  min-width: 44px;
  min-height: 44px;
  padding: 0 13px;
  border: 1px solid #0D1726;
  border-radius: 999px;
  background: #fff;
  color: #0D1726;
  font: 700 13px Arial, sans-serif;
}

.site-header .header-topbar-link:hover,
.site-header .header-topbar-link.is-active { background: var(--deal-lime); color: #0D1726; }

.site-header .header-account-link {
  gap: 10px;
  padding: 0 18px;
  background: #0D1726;
  color: #fff;
}

.site-header .header-account-link:hover,
.site-header .header-account-link.is-active { background: var(--deal-blue); color: #fff; }

.site-header .header-cart-count {
  position: absolute;
  top: -4px;
  right: -3px;
  background: var(--accent);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(480px, 0.9fr);
  min-height: 790px;
  padding: 154px max(32px, calc((100vw - 1400px) / 2)) 72px;
  gap: clamp(44px, 6vw, 110px);
  align-items: center;
  overflow: hidden;
  background: var(--bg);
}

.hero::before {
  inset: auto auto -300px -220px;
  width: 620px;
  height: 620px;
  border-radius: 50%;
  background: var(--deal-pink);
  filter: blur(2px);
  transform: none;
}

.hero::after {
  content: "";
  position: absolute;
  top: 100px;
  right: 31%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 32px 18px 0 var(--deal-blue), -20px 36px 0 var(--deal-lime);
}

.hero-content { max-width: 760px; }

.hero .hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 28px;
  font: 700 13px/1 Arial, sans-serif;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.hero-eyebrow span {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 5px rgba(201, 111, 36, 0.16);
}

.hero h1 {
  max-width: 800px;
  margin: 0;
  color: #080808;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(64px, 7.2vw, 116px);
  font-weight: 800;
  letter-spacing: -0.075em;
  line-height: 0.86;
}

.hero h1 em {
  color: var(--deal-blue);
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 400;
  letter-spacing: -0.075em;
}

.hero .hero-lead {
  max-width: 650px;
  margin: 34px 0 0;
  color: #0D1726;
  font: 500 clamp(18px, 1.45vw, 22px)/1.42 Arial, sans-serif;
}

.hero-actions { align-items: center; margin-top: 36px; gap: 24px; }

.hero .button,
.home-how .button {
  min-height: 58px;
  gap: 30px;
  padding: 0 24px 0 28px;
  border: 1px solid #0D1726;
  border-radius: 999px;
  background: #0D1726;
  color: #fff;
  box-shadow: none;
  font: 700 15px Arial, sans-serif;
}

.hero .button span,
.home-how .button span { font-size: 21px; }
.hero .button:hover,
.home-how .button:hover { background: var(--deal-blue); box-shadow: none; }

.hero-text-link {
  padding: 8px 0;
  border-bottom: 1px solid #0D1726;
  font-size: 14px;
  font-weight: 700;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 30px;
  color: rgba(13, 23, 38, 0.63);
  font-size: 12px;
  font-weight: 700;
}

.hero-proof span { display: flex; align-items: center; gap: 7px; }
.hero-proof i { color: var(--deal-blue); }

.hero-visual {
  position: relative;
  z-index: 2;
  min-height: 540px;
  border: 1px solid #0D1726;
  border-radius: 32px;
  background: var(--deal-blue);
  box-shadow: 20px 20px 0 #0D1726;
  transform: rotate(1.5deg);
  transition: opacity .14s ease, transform .14s ease;
}

.hero-visual::before {
  content: "DEALETT";
  position: absolute;
  right: -16px;
  bottom: -10px;
  color: rgba(255, 255, 255, 0.12);
  font: 900 clamp(70px, 7vw, 120px)/.8 Arial, sans-serif;
  letter-spacing: -.08em;
}

.hero-orbit { position: absolute; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; }
.hero-orbit--one { inset: 64px 70px; }
.hero-orbit--two { inset: 115px 20px 26px 120px; }

.hero-deal-card {
  position: absolute;
  top: 86px;
  left: 50%;
  width: min(360px, 68%);
  padding: 28px;
  border: 1px solid #0D1726;
  border-radius: 22px;
  background: #fff;
  box-shadow: 12px 12px 0 rgba(13, 23, 38,.96);
  transform: translateX(-50%) rotate(-4deg);
}

.hero-deal-label {
  display: inline-flex;
  padding: 7px 10px;
  border-radius: 999px;
  background: var(--deal-lime);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hero-deal-card > strong { display: block; margin-top: 24px; font-size: 23px; letter-spacing: -.04em; }
.hero-deal-price { display: flex; align-items: flex-end; gap: 10px; margin: 16px 0 24px; }
.hero-deal-price b { font-size: 76px; letter-spacing: -.08em; line-height: .8; }
.hero-deal-price span { font-size: 12px; font-weight: 700; line-height: 1.2; }
.hero-deal-row { display: flex; justify-content: space-between; gap: 12px; padding-top: 16px; border-top: 1px solid #bbb; font-size: 11px; font-weight: 700; }

.hero-float {
  position: absolute;
  display: flex;
  border: 1px solid #0D1726;
  color: #0D1726;
  box-shadow: 7px 7px 0 #0D1726;
}

.hero-float--gift {
  right: 18px;
  bottom: 62px;
  align-items: center;
  gap: 12px;
  padding: 17px 19px;
  border-radius: 16px;
  background: var(--deal-pink);
  transform: rotate(5deg);
}
.hero-float--gift i { font-size: 22px; }
.hero-float--gift span { font-size: 12px; line-height: 1.25; }

.hero-float--saving {
  left: 18px;
  bottom: 50px;
  flex-direction: column;
  padding: 17px 21px;
  border-radius: 50%;
  background: var(--deal-lime);
  text-align: center;
  transform: rotate(-8deg);
}
.hero-float--saving small,.hero-float--saving span { font-size: 10px; font-weight: 700; }
.hero-float--saving strong { font-size: 21px; }

.hero-badge {
  position: absolute;
  top: 28px;
  right: 24px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  transform: rotate(5deg);
}
.hero-badge span { font: 700 42px/1 Georgia, serif; }
.hero-badge small { font-size: 10px; font-weight: 700; line-height: 1.15; text-transform: uppercase; }

.hero-quiz-mount { display: contents; }
.hero.quiz-in-hero { display: block; min-height: 760px; padding-top: 130px; background: var(--deal-blue); }
.hero.quiz-in-hero::before,
.hero.quiz-in-hero::after { display: none; }
.hero.quiz-in-hero .hero-content,
.hero.quiz-in-hero .hero-visual { display: none; }
.hero.quiz-in-hero .hero-quiz-mount { display: block; width: min(100%, 1180px); margin: 0 auto; }
.hero.quiz-in-hero .quiz-card { border: 1px solid #0D1726; border-radius: 24px; box-shadow: 14px 14px 0 #0D1726; }
.hero.quiz-in-hero .quiz-progress-inline { background: var(--deal-blue); }

.home-marquee {
  overflow: hidden;
  border-top: 1px solid #0D1726;
  border-bottom: 1px solid #0D1726;
  background: var(--deal-lime);
}
.home-marquee div {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 34px;
  padding: 19px 24px;
  animation: dealett-marquee 26s linear infinite;
}
.home-marquee span { font-size: 17px; font-weight: 800; letter-spacing: -.02em; text-transform: uppercase; }
.home-marquee i { font-style: normal; }
@keyframes dealett-marquee { to { transform: translateX(-25%); } }

.home-intro,
.home-how {
  padding: clamp(82px, 9vw, 140px) max(24px, calc((100vw - 1400px) / 2));
}

.home-intro__head { display: grid; grid-template-columns: .5fr 1.5fr; align-items: start; margin-bottom: clamp(44px, 6vw, 82px); }
.home-intro .section-label,
.home-how .section-label { color: #0D1726; font: 800 11px Arial, sans-serif; letter-spacing: .1em; }
.home-intro h2,
.home-how h2 {
  margin: 0;
  color: #0b0b0b;
  font: 800 clamp(46px, 6vw, 88px)/.94 Arial, sans-serif;
  letter-spacing: -.07em;
}

.home-intro__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.home-service-card {
  position: relative;
  display: flex;
  min-height: 410px;
  padding: 24px;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  border: 1px solid #0D1726;
  border-radius: 24px;
  transition: transform .25s ease, box-shadow .25s ease;
}
.home-service-card::after {
  content: "";
  position: absolute;
  right: -95px;
  bottom: -110px;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(13, 23, 38,.5);
  border-radius: 50%;
  box-shadow: 0 0 0 38px rgba(255,255,255,.12), 0 0 0 76px rgba(255,255,255,.1);
}
.home-service-card:hover { transform: translateY(-7px); box-shadow: 11px 11px 0 #0D1726; }
.home-service-card--orange { background: var(--accent); color: #fff; }
.home-service-card--blue { background: var(--deal-blue); color: #fff; }
.home-service-card--lime { background: var(--deal-lime); color: #0D1726; }
.home-service-card__number { align-self: flex-start; padding: 7px 10px; border: 1px solid currentColor; border-radius: 999px; font-size: 11px; font-weight: 800; }
.home-service-card p { margin: 0 0 7px; font-size: 13px; font-weight: 700; opacity: .78; }
.home-service-card h3 { max-width: 310px; margin: 0; font-size: clamp(30px, 3vw, 46px); letter-spacing: -.065em; line-height: .96; }
.home-service-card__arrow { position: absolute; top: 20px; right: 22px; font-size: 29px; }

.home-how {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(480px, 1fr);
  gap: clamp(60px, 9vw, 150px);
  background: #0D1726;
  color: #fff;
}
.home-how .section-label,
.home-how h2 { color: #fff; }
.home-how__copy > p:not(.section-label) { max-width: 570px; margin: 28px 0 34px; color: rgba(255,255,255,.68); font-size: 18px; line-height: 1.55; }
.home-how .button { border-color: #fff; background: #fff; color: #0D1726; }
.home-how .button:hover { border-color: var(--deal-lime); background: var(--deal-lime); }
.home-how__steps { margin: 0; padding: 0; list-style: none; }
.home-how__steps li { display: grid; grid-template-columns: 72px 1fr; gap: 22px; padding: 28px 0; border-top: 1px solid rgba(255,255,255,.28); }
.home-how__steps li:last-child { border-bottom: 1px solid rgba(255,255,255,.28); }
.home-how__steps > li > span { display: grid; width: 52px; height: 52px; place-items: center; border-radius: 50%; background: var(--deal-blue); font-size: 12px; font-weight: 800; }
.home-how__steps li:nth-child(2) > span { background: var(--accent); }
.home-how__steps li:nth-child(3) > span { background: var(--deal-lime); color: #0D1726; }
.home-how__steps h3 { margin: 1px 0 8px; font-size: 22px; letter-spacing: -.03em; }
.home-how__steps p { margin: 0; color: rgba(255,255,255,.62); line-height: 1.5; }

.gift-card-section { padding: clamp(80px, 9vw, 140px) max(24px, calc((100vw - 1400px) / 2)); background: var(--deal-pink); }
.gift-card-section .page-shell { display: grid; grid-template-columns: 1fr 1fr; max-width: 1400px; gap: clamp(42px, 7vw, 110px); align-items: center; }
.gift-card-image { border: 1px solid #0D1726; border-radius: 26px; box-shadow: 14px 14px 0 #0D1726; transform: rotate(-2deg); }
.gift-card-image img { width: 100%; min-height: 540px; object-fit: cover; }
.gift-card-content { display: block; }
.gift-card-copy .section-label { color: #0D1726; }
.gift-card-copy h2 { margin: 18px 0 24px; color: #0D1726; font: 800 clamp(48px, 5.4vw, 78px)/.93 Arial, sans-serif; letter-spacing: -.07em; }
.gift-card-copy > p:last-child { max-width: 590px; color: rgba(13, 23, 38,.72); font: 500 18px/1.55 Arial, sans-serif; }
.gift-logo-grid { margin-top: 34px; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 8px; }
.gift-logo { min-height: 55px; border: 1px solid rgba(13, 23, 38,.2); border-radius: 999px; background: rgba(255,255,255,.55); box-shadow: none; font-size: 11px; }

.coverage-maplibre-section { padding: 18px; background: #0D1726; }
.coverage-maplibre-shell { min-height: min(820px, 82vh); max-width: 1480px; margin: 0 auto; border: 1px solid rgba(255,255,255,.28); border-radius: 28px; overflow: hidden; }
.coverage-maplibre-copy { max-width: 610px; }
.coverage-maplibre-kicker { color: var(--deal-lime); }
.coverage-maplibre-copy h2 { color: #fff; font: 800 clamp(42px, 5vw, 76px)/.93 Arial,sans-serif; letter-spacing: -.065em; }
.coverage-maplibre-copy p { color: rgba(255,255,255,.75); font-size: 17px; }
.coverage-maplibre-operator,
.coverage-maplibre-network,
.coverage-maplibre-action,
.coverage-maplibre-themes button,
.coverage-maplibre-zoom button { border-radius: 999px; }

.footer { padding-top: 80px; border-top: 1px solid #0D1726; background: var(--deal-lime); }
.footer-inner { max-width: 1400px; padding: 0 28px 38px; }
.footer-main { grid-template-columns: 1.05fr .8fr 1.4fr .75fr; gap: 50px; }
.footer .brand,
.footer-brand-link { padding: 0; background: transparent; color: #0D1726; box-shadow: none; font: 900 clamp(48px, 6vw, 88px)/.85 Arial,sans-serif; letter-spacing: -.08em; }
.footer-brand p { color: #0D1726; }
.footer-links p,.footer-contact .footer-contact-title { color: #0D1726; }
.footer-links a,.footer-contact a,.footer-contact p:not(.footer-contact-title) { color: rgba(13, 23, 38,.68); }
.footer-social-plate { border-color: rgba(13, 23, 38,.22); background: rgba(255,255,255,.35); box-shadow: none; }
.footer-social-icon { color: #0D1726; }

@media (max-width: 1120px) {
  .site-header .nav-item--career,
  .site-header .nav-item--about { display: none; }
  .hero { grid-template-columns: 1fr 430px; gap: 36px; }
  .hero h1 { font-size: clamp(61px, 8vw, 88px); }
  .hero-visual { min-height: 480px; }
  .home-how { grid-template-columns: 1fr 1fr; gap: 60px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  .site-header { padding: 8px 10px 0; }
  .site-header .header-inner { min-height: 62px; padding: 0 10px 0 15px; }
  .site-header .header-topbar-group--right { margin: 0 54px 0 auto; }
  .site-header .language-switcher,
  .site-header .header-account-link { display: none; }
  .site-header .mobile-nav-toggle { top: 50%; right: 14px; display: flex; transform: translateY(-50%); }
  .site-header .site-nav {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    display: none;
    padding: 10px;
    border: 1px solid #0D1726;
    border-radius: 18px;
    background: #fff;
    box-shadow: 8px 8px 0 #0D1726;
  }
  .site-header.mobile-nav-open .site-nav { display: block; }
  .site-header .nav-menu { display: grid; }
  .site-header .nav-item--career,
  .site-header .nav-item--about { display: block; }
  .site-header .nav-item a,
  .site-header .nav-link { min-height: 48px; justify-content: flex-start; padding: 0 16px; }

  .hero { display: block; min-height: auto; padding: 122px 20px 58px; }
  .hero::before { left: -360px; }
  .hero::after { display: none; }
  .hero h1 { font-size: clamp(55px, 16.4vw, 78px); line-height: .89; }
  .hero .hero-lead { margin-top: 28px; font-size: 17px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 14px; }
  .hero-proof { gap: 10px 16px; }
  .hero-visual { min-height: 430px; margin: 52px 7px 10px 0; border-radius: 23px; box-shadow: 9px 9px 0 #0D1726; }
  .hero-deal-card { top: 73px; width: 74%; padding: 22px; }
  .hero-deal-price b { font-size: 58px; }
  .hero-float--gift { right: 7px; bottom: 28px; }
  .hero-float--saving { left: 7px; bottom: 22px; }
  .hero.quiz-in-hero { min-height: 700px; padding: 98px 14px 54px; }
  .hero.quiz-in-hero .quiz-card { border-radius: 18px; box-shadow: 7px 7px 0 #0D1726; }

  .home-marquee div { gap: 22px; padding-block: 15px; }
  .home-marquee span { font-size: 14px; }
  .home-intro,.home-how { padding: 74px 20px; }
  .home-intro__head { display: block; }
  .home-intro h2,.home-how h2 { margin-top: 18px; font-size: clamp(43px, 13vw, 62px); }
  .home-intro__grid { grid-template-columns: 1fr; }
  .home-service-card { min-height: 290px; }
  .home-how { display: block; }
  .home-how__steps { margin-top: 58px; }
  .gift-card-section { padding: 74px 20px 88px; }
  .gift-card-section .page-shell { grid-template-columns: 1fr; }
  .gift-card-image { box-shadow: 8px 8px 0 #0D1726; }
  .gift-card-image img { min-height: 350px; }
  .gift-logo-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .coverage-maplibre-section { padding: 10px; }
  .coverage-maplibre-shell { min-height: 780px; border-radius: 20px; }
  .footer { padding-top: 58px; }
  .footer-main,.footer-links,.footer-social-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .home-marquee div { animation: none; }
  .home-service-card,
  .hero-visual { transition: none; }
}

:root {
  --premium-navy: #0D1726;
  --premium-muted: rgba(13, 23, 38, 0.68);
  --premium-line: rgba(13, 23, 38, 0.09);
  --premium-surface: rgba(255, 255, 255, 0.86);
  --premium-shadow-soft: 0 14px 34px rgba(13, 23, 38, 0.08);
  --premium-shadow-strong: 0 24px 58px rgba(13, 23, 38, 0.14);
}

body {
  color: var(--premium-navy);
  overflow-x: hidden;
}

.section-label,
.coverage-section-label,
.coverage-topbar__eyebrow,
.coverage-maplibre-kicker,
.bredband-kicker,
.bredband-search-head span,
.family-kicker,
.mobile-kicker,
.foretag-kicker,
.kontakt-kicker,
.om-kicker {
  color: var(--accent);
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.11em;
  line-height: 1.2;
  text-transform: uppercase;
}

.section-head h2,
.gift-card-copy h2,
.coverage-topbar h2,
.coverage-maplibre-copy h2,
.bredband-results-top h2,
.family-section-head h2,
.mobile-section-head h2,
.foretag-section-head h2,
.kontakt-section-head h2,
.om-section-head h2 {
  color: var(--premium-navy);
  letter-spacing: 0;
}

.section-head p,
.gift-card-copy p,
.coverage-maplibre-copy p,
.bredband-results-copy,
.family-section-head p,
.mobile-section-head p,
.foretag-section-head p,
.kontakt-section-head p,
.om-section-head p {
  color: var(--premium-muted);
  line-height: 1.58;
}

.nav-link,
.header-topbar-link,
.language-switcher,
.button,
.coverage-btn,
.bredband-primary-btn,
.bredband-secondary-btn,
.bredband-search-btn,
.offer-card__cta,
.family-cta,
.mobile-cta,
.foretag-cta,
.kontakt-btn {
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0;
}

.deployment-card,
.game-card,
.contact-card,
.newsletter-card,
.coverage-card,
.operator-card,
.offer-card,
.business-stat-card,
.business-mini-card,
.business-plan-card,
.family-hero-stack div,
.about-stat-card,
.about-mini-card,
.about-story-card,
.about-value-card,
.about-process-card,
.about-team-card,
.support-panel-card,
.support-panel-mini > div,
.bredband-search-panel,
.bredband-filters,
.bredband-offer-card,
.offers-strip,
.reward-panel,
.pro-card {
  border: 1px solid var(--premium-line);
  border-radius: 8px;
  background-color: var(--premium-surface);
  box-shadow: var(--premium-shadow-soft);
}

.deployment-card,
.game-card,
.operator-card,
.offer-card,
.business-plan-card,
.about-story-card,
.about-value-card,
.about-process-card,
.about-team-card,
.bredband-offer-card {
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.deployment-card:hover,
.game-card:hover,
.operator-card:hover,
.offer-card:hover,
.business-plan-card:hover,
.about-story-card:hover,
.about-value-card:hover,
.about-process-card:hover,
.about-team-card:hover,
.bredband-offer-card:hover {
  border-color: rgba(239, 130, 20, 0.2);
  box-shadow: var(--premium-shadow-strong);
  transform: translateY(-3px);
}

.offer-card__inner,
.provider-card__body,
.game-card__body,
.contact-card,
.newsletter-card,
.business-plan-card,
.about-story-card,
.about-value-card,
.about-process-card,
.about-team-card {
  gap: 14px;
}

input,
select,
textarea,
.map-search,
.bredband-input-wrap,
.operator-date-field,
.dealett-chat-address-input,
.dealett-chat-input {
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, transform 0.18s ease;
}

input:focus,
select:focus,
textarea:focus,
.map-search:focus-within,
.bredband-input-wrap:focus-within,
.operator-date-field:focus-within,
.dealett-chat-address-input:focus,
.dealett-chat-input:focus {
  border-color: rgba(239, 130, 20, 0.55) !important;
  box-shadow: 0 0 0 4px rgba(239, 130, 20, 0.13), 0 12px 28px rgba(39, 36, 67, 0.08);
  outline: none;
}

input:user-invalid,
select:user-invalid,
textarea:user-invalid {
  border-color: rgba(222, 75, 75, 0.68) !important;
  box-shadow: 0 0 0 4px rgba(222, 75, 75, 0.12);
}

input:user-valid:not(:placeholder-shown),
textarea:user-valid:not(:placeholder-shown) {
  border-color: rgba(65, 170, 112, 0.52);
}

::placeholder {
  color: rgba(34, 37, 63, 0.44);
}

.contact-card form,
.newsletter-card form,
.support-form,
.cart-drawer-panel form {
  gap: 14px;
}

.footer {
  border-top: 1px solid rgba(34, 37, 63, 0.08);
  background:
    radial-gradient(circle at 14% 0%, rgba(239, 130, 20, 0.08), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 244, 240, 0.98));
}

.footer-inner {
  max-width: 1240px;
}

.footer-main {
  grid-template-columns: minmax(210px, 260px) minmax(220px, 300px) minmax(300px, 1fr) minmax(180px, 220px);
  gap: clamp(24px, 3vw, 42px);
}

.footer-brand-link {
  width: fit-content;
  box-shadow: 0 14px 30px rgba(239, 130, 20, 0.18);
}

.footer-brand p {
  max-width: 220px;
  color: var(--premium-muted);
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.footer-links div {
  display: grid;
  gap: 9px;
}

.footer-links p,
.footer-contact .footer-contact-title {
  margin: 0 0 4px;
  color: var(--premium-navy);
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.footer-links a,
.footer-contact a,
.footer-contact p:not(.footer-contact-title) {
  color: var(--premium-muted);
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 1.45;
}

.footer-links a:hover,
.footer-contact a:hover {
  color: var(--accent);
}

.footer-social-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.footer-social-plate {
  min-height: 52px;
  grid-template-columns: 46px minmax(0, 1fr);
  padding: 8px 14px 8px 0;
  clip-path: none;
  border-color: rgba(34, 37, 63, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 10px 24px rgba(39, 36, 67, 0.06);
}

.footer-social-plate::before,
.footer-social-plate::after,
.footer-social-icon::after {
  display: none;
}

.footer-social-icon {
  width: 46px;
  color: var(--accent);
  font-size: 20px;
  text-shadow: none;
}

.footer-social-copy {
  gap: 3px;
  text-transform: none;
}

.footer-social-copy strong {
  color: var(--premium-navy);
  font-size: 13px;
  letter-spacing: 0;
}

.footer-social-copy small {
  color: var(--premium-muted);
  font-size: 11px;
  letter-spacing: 0;
  text-transform: none;
}

@media (max-width: 980px) {
  .footer-main {
    grid-template-columns: 1fr 1fr;
  }

  .footer-social-grid {
    grid-column: 1 / -1;
  }
}

@media (max-width: 680px) {
  .footer-main,
  .footer-links,
  .footer-social-grid {
    grid-template-columns: 1fr;
  }
}

.button--primary,
.primary-btn,
.adeala-btn,
.coverage-btn--primary,
.bredband-primary-btn,
.bredband-search-btn,
.bredband-choose-btn,
.business-action--primary,
.business-plan-btn,
.offer-card__cta,
.offer-card-action,
.contact-card form > button,
.newsletter-card form > button {
  border: 0;
  background: linear-gradient(135deg, #C96F24 0%, #C96F24 55%, #C96F24 100%);
  color: #fff;
  box-shadow: 0 14px 30px rgba(239, 130, 20, 0.22);
  font-family: 'Roboto', sans-serif;
  font-weight: 800;
}

.button--secondary,
.coverage-btn--ghost,
.coverage-btn--soft,
.bredband-secondary-btn,
.bredband-tv-btn,
.business-action--secondary,
.coverage-soft-btn {
  border: 1px solid rgba(239, 130, 20, 0.28);
  background: rgba(255, 255, 255, 0.82);
  color: var(--accent);
  box-shadow: 0 10px 24px rgba(39, 36, 67, 0.07);
  font-family: 'Roboto', sans-serif;
  font-weight: 800;
}

.button--primary:hover,
.primary-btn:hover,
.adeala-btn:hover,
.coverage-btn--primary:hover,
.bredband-primary-btn:hover:not(:disabled),
.bredband-search-btn:hover,
.bredband-choose-btn:hover,
.business-action--primary:hover,
.business-plan-btn:hover,
.offer-card__cta:hover,
.offer-card-action:hover,
.contact-card form > button:hover,
.newsletter-card form > button:hover {
  box-shadow: 0 18px 38px rgba(239, 130, 20, 0.28);
  transform: translateY(-2px);
}

.button--secondary:hover,
.coverage-btn--ghost:hover,
.coverage-btn--soft:hover,
.bredband-secondary-btn:hover,
.bredband-tv-btn:hover,
.business-action--secondary:hover,
.coverage-soft-btn:hover {
  border-color: rgba(239, 130, 20, 0.48);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 34px rgba(39, 36, 67, 0.1);
  transform: translateY(-2px);
}

button:disabled,
.button[aria-disabled="true"] {
  cursor: not-allowed;
  opacity: 0.52;
  transform: none !important;
}

.hero::before,
.shop-hero-image,
.business-hero-image,
.coverage-hero__img,
.about-hero__img,
.support-hero__img,
.bredband-hero-image {
  filter: saturate(0.96) contrast(1.02);
}

.shop-hero::before,
.business-hero::before,
.coverage-hero__bg,
.about-hero__bg,
.support-hero__bg,
.bredband-hero::before {
  backdrop-filter: saturate(1.02);
}

.provider-card__media,
.game-card__image,
.gift-card-image,
.about-team-card,
.support-panel-card {
  overflow: hidden;
  border-radius: 8px;
}

.provider-card__media img,
.game-card__image img,
.gift-card-image img,
.offer-card__logo img,
.bredband-operator-logo-wrap img,
.operator-card__logo img {
  transition: transform 0.28s ease, filter 0.28s ease;
}

.deployment-card:hover .provider-card__media img,
.game-card:hover .game-card__image img,
.offer-card:hover .offer-card__logo img,
.bredband-offer-card:hover .bredband-operator-logo-wrap img {
  filter: saturate(1.04);
  transform: scale(1.025);
}

@media (max-width: 680px) {
  .shop-hero-image,
  .business-hero-image,
  .coverage-hero__img,
  .about-hero__img,
  .support-hero__img,
  .bredband-hero-image {
    object-position: 64% center;
  }
}

.section-space,
.result-section,
.business-section,
.about-section,
.support-section,
.bredband-results-section {
  padding-top: clamp(56px, 6vw, 84px);
  padding-bottom: clamp(64px, 7vw, 96px);
}

.section-head,
.shop-list-head,
.business-section-head,
.about-section-head,
.support-section-head,
.bredband-results-top {
  margin-bottom: clamp(20px, 2.4vw, 30px);
}

.page-shell,
.result-shell,
.business-shell,
.about-shell,
.support-shell,
.bredband-results-shell {
  width: min(100%, 1240px);
}

@media (max-width: 1160px) {
  .section-space,
  .result-section,
  .business-section,
  .about-section,
  .support-section,
  .bredband-results-section {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 680px) {
  .section-space,
  .result-section,
  .business-section,
  .about-section,
  .support-section,
  .bredband-results-section {
    padding: 48px 20px 60px;
  }
}

.opacity-0 {
  opacity: 0;
}

body.cart-drawer-open {
  overflow: hidden;
  padding-right: var(--cart-scrollbar-width, 0px);
}

body.cart-drawer-open .site-header {
  width: calc(100% - var(--cart-scrollbar-width, 0px));
}

.cart-drawer {
  position: fixed;
  inset: 0;
  z-index: 9999;
  visibility: visible;
  pointer-events: auto;
  transition: visibility 0s linear;
}

.cart-drawer.hidden {
  display: block !important;
  visibility: hidden;
  pointer-events: none;
  transition-delay: 360ms;
}

.cart-drawer .cart-drawer-overlay {
  position: absolute;
  inset: 0;
  background: rgba(23, 20, 43, 0.48);
  backdrop-filter: blur(2px);
  opacity: 1;
  transition: opacity 280ms ease;
}

.cart-drawer .cart-drawer-panel {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  width: min(100%, 440px);
  height: 100%;
  background: #fff;
  box-shadow: -24px 0 60px rgba(39, 36, 67, 0.22);
  transform: translateX(0);
  will-change: transform;
  transition: transform 360ms cubic-bezier(0.22, 1, 0.36, 1);
}

.cart-drawer.hidden .cart-drawer-overlay {
  opacity: 0;
}

.cart-drawer.hidden .cart-drawer-panel {
  transform: translateX(105%);
}

@media (prefers-reduced-motion: reduce) {
  .cart-drawer,
  .cart-drawer .cart-drawer-overlay,
  .cart-drawer .cart-drawer-panel {
    transition-duration: 0.01ms;
  }
}

.cart-drawer .cart-drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 24px;
  border-bottom: 1px solid rgba(39, 36, 67, 0.1);
}

.cart-drawer .cart-drawer-head h2 {
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 22px;
  line-height: 1.2;
}

.cart-drawer .cart-drawer-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 999px;
  background: rgba(39, 36, 67, 0.06);
  color: rgba(39, 36, 67, 0.72);
  font-size: 25px;
  line-height: 1;
  cursor: pointer;
}

.cart-drawer .cart-drawer-items {
  flex: 1;
  overflow-y: auto;
  padding: 24px;
}

.cart-drawer .cart-drawer-footer {
  padding: 24px;
  border-top: 1px solid rgba(39, 36, 67, 0.1);
  background: rgba(246, 244, 240, 0.72);
}

.cart-drawer .cart-drawer-summary {
  display: grid;
  gap: 10px;
  margin-bottom: 18px;
  color: rgba(39, 36, 67, 0.74);
  font-size: 14px;
}

.cart-drawer .cart-drawer-summary div,
.cart-drawer .cart-drawer-total-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.cart-drawer .cart-drawer-summary strong {
  color: var(--text);
}

.cart-drawer .cart-drawer-total-row {
  margin-bottom: 18px;
}

.cart-drawer .cart-drawer-total-row strong {
  font-family: 'Roboto', sans-serif;
  font-size: 26px;
}

.cart-drawer .cart-line {
  display: grid;
  gap: 12px;
  padding: 16px;
  border: 1px solid rgba(39, 36, 67, 0.08);
  border-top: 3px solid var(--cart-accent, var(--accent));
  border-radius: 12px;
  background: #fff;
}

.cart-drawer .cart-line + .cart-line {
  margin-top: 12px;
}

.cart-drawer .cart-line-top {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}

.cart-drawer .cart-line-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 46px;
  border-radius: 10px;
  background: rgba(246, 244, 240, 0.74);
}

.cart-drawer .cart-line-logo img {
  width: auto;
  max-width: 58px;
  max-height: 30px;
  object-fit: contain;
}

.cart-drawer .cart-line-main {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.cart-drawer .cart-line strong {
  color: var(--text);
  font-family: 'Roboto', sans-serif;
}

.cart-drawer .cart-line span,
.cart-drawer .cart-line li {
  color: rgba(39, 36, 67, 0.68);
  font-size: 14px;
}

.cart-drawer .cart-line-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.cart-drawer .cart-line-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(39, 36, 67, 0.05);
  font-weight: 700;
}

.cart-drawer .cart-line-features {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cart-drawer .cart-line-features li::before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 8px;
  border-radius: 999px;
  background: var(--cart-accent, var(--accent));
}

.cart-drawer .cart-line-empty {
  border-top-color: rgba(39, 36, 67, 0.12);
}

@media (max-width: 680px) {
  .cart-drawer .cart-drawer-panel {
    width: 100%;
  }

  .cart-drawer .cart-drawer-head,
  .cart-drawer .cart-drawer-items,
  .cart-drawer .cart-drawer-footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.hero.quiz-in-hero {
  --quiz-card-height: 510px;
  align-items: start;
  overflow: hidden;
  padding-bottom: 12px;
}

.hero.quiz-in-hero .hero-content {
  max-width: none;
  padding: 70px 0 0;
}

.hero.quiz-in-hero .hero-quiz-mount {
  display: flex;
  width: 100%;
  margin: 0;
}

.hero.quiz-in-hero .quiz-card {
  height: var(--quiz-card-height, 620px);
  min-height: 0;
  overflow: hidden;
  padding: clamp(16px, 1.55vw, 24px);
}

.hero.quiz-in-hero .quiz-title,
.hero.quiz-in-hero .result-title {
  font-size: clamp(24px, 2.05vw, 32px);
}

.hero.quiz-in-hero .quiz-card-toolbar {
  margin-bottom: 4px;
}

.hero.quiz-in-hero .quiz-card-body {
  justify-content: flex-start;
  padding-top: 8px;
  overflow-y: auto;
}

.hero.quiz-in-hero + .deployment-cards {
  margin-top: -80px;
  padding-top: 0;
}

.hero-quiz-mount {
  position: relative;
  z-index: 2;
  display: none;
  align-items: stretch;
  width: 100%;
  min-height: 0;
  margin: 0;
  transform: translateY(var(--quiz-offset-y, 0));
}

#quiz-steps-wrapper {
  flex: 1 1 100%;
  width: 100%;
  min-width: 0;
  height: var(--quiz-card-height, 620px);
  opacity: 1;
  transition: opacity 0.14s ease, transform 0.14s ease;
}

#quiz-steps-wrapper.opacity-0 {
  opacity: 0;
  transform: translateY(10px);
}

#quiz-card-stack {
  position: relative;
  width: 100%;
  height: var(--quiz-card-height, 620px);
  overflow: hidden;
}

.quiz-step-card {
  display: none;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.quiz-step-card.active-step {
  display: flex;
  animation: quizFadeIn 0.14s ease both;
}

.quiz-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: var(--quiz-card-height, 620px);
  min-height: 0;
  overflow: hidden;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(39, 36, 67, 0.1);
  border-top: 5px solid var(--accent);
  border-radius: 16px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfaf7 100%);
  box-shadow: 0 26px 64px rgba(39, 36, 67, 0.18);
  color: var(--text);
}

.quiz-card-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex: 0 0 auto;
  margin-bottom: 10px;
}

.quiz-back-inline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  border: 0;
  border-radius: 10px;
  padding: 0 13px;
  background: rgba(39, 36, 67, 0.05);
  color: var(--text);
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.quiz-back-inline:hover {
  background: rgba(218, 57, 43, 0.08);
  transform: translateY(-1px);
}

.quiz-progress-row {
  display: flex;
  align-items: center;
  gap: 14px;
}

.quiz-progress-track {
  width: 148px;
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(39, 36, 67, 0.12);
}

.quiz-progress-inline {
  width: 20%;
  height: 100%;
  border-radius: 999px;
  background: var(--accent);
  transition: width 0.28s ease;
}

.quiz-step-count {
  min-width: 78px;
  color: rgba(39, 36, 67, 0.78);
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.quiz-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
  min-height: 0;
  padding-top: 18px;
  padding-bottom: 0;
  text-align: center;
  overflow: hidden;
}

.quiz-card-body.max-w-5xl {
  max-width: 980px;
}

.quiz-card-body--operator-active {
  justify-content: flex-start;
  overflow-y: auto;
  padding-right: 4px;
}

.quiz-pill,
.result-badge {
  display: none;
  align-items: center;
  gap: 9px;
  border-radius: 999px;
  padding: 9px 15px;
  background: rgba(218, 57, 43, 0.08);
  color: var(--accent);
  font-size: 14px;
  font-weight: 700;
}

.quiz-pill i,
.result-badge i {
  color: var(--accent);
}

.quiz-title {
  flex: 0 0 auto;
  margin: 0;
  font-family: 'Suez One', serif;
  font-size: clamp(23px, 2.8vw, 34px);
  line-height: 1.15;
  color: var(--text);
}

.quiz-title-nowrap {
  white-space: nowrap;
}

.quiz-help {
  margin: 12px 0 0;
  color: rgba(39, 36, 67, 0.68);
  font-size: 17px;
}

.quiz-subtitle {
  margin: 12px 0 0;
  color: rgba(39, 36, 67, 0.58);
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
}

.quiz-person-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  flex: 0 0 auto;
  margin-top: 22px;
}

.quiz-person-grid--extra {
  margin-top: 14px;
}

.quiz-more-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  min-height: 34px;
  margin-top: 14px;
  border: 1px solid rgba(39, 36, 67, 0.12);
  border-radius: 999px;
  padding: 0 14px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--accent);
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.quiz-more-toggle:hover {
  border-color: var(--accent);
  background: rgba(218, 57, 43, 0.06);
}

.quiz-option-list {
  display: grid;
  gap: 10px;
  flex: 0 0 auto;
  margin-top: 26px;
}

.quiz-option {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  width: 100%;
  border: 1.5px solid rgba(39, 36, 67, 0.12);
  border-radius: 12px;
  padding: 11px 18px;
  background: #fff;
  color: var(--text);
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(39, 36, 67, 0.06);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

.quiz-option:hover {
  border-color: var(--accent);
  box-shadow: 0 16px 30px rgba(39, 36, 67, 0.1);
  transform: translateY(-3px);
}

.quiz-option.selected,
.quiz-option.active {
  border-color: var(--accent);
  background: rgba(218, 57, 43, 0.06);
  box-shadow: 0 12px 28px rgba(218, 57, 43, 0.18);
}

.quiz-option-list .quiz-option {
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
  min-height: 64px;
  text-align: left;
}

.quiz-option span {
  display: block;
}

.quiz-option span + span {
  margin-top: 6px;
  color: rgba(39, 36, 67, 0.58);
  font-family: 'din-next-w01-light', sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.customer-operator-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
  flex: 0 0 auto;
  width: 100%;
  margin-top: 22px;
}

.customer-operator-grid.needs-choice {
  animation: quizNudge 0.36s ease;
}

.customer-operator-option {
  min-height: 52px;
  padding: 8px;
}

.customer-operator-option--text {
  font-size: 14px;
}

.customer-status-question {
  flex: 0 0 auto;
  margin: 16px 0 0;
  color: rgba(39, 36, 67, 0.78);
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.customer-status-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  flex: 0 0 auto;
  width: 100%;
  margin-top: 10px;
}

.customer-status-option {
  min-height: 56px;
  padding: 10px;
  font-size: 14px;
  line-height: 1.25;
}

.quiz-option:disabled {
  opacity: 0.42;
  cursor: not-allowed;
  transform: none;
}

.new-customers-field {
  display: grid;
  grid-template-columns: minmax(170px, auto) minmax(110px, 160px);
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex: 0 0 auto;
  margin-top: 16px;
}

.new-customers-field label {
  margin: 0;
  color: rgba(39, 36, 67, 0.78);
  font-size: 15px;
  font-weight: 700;
}

.new-customers-select {
  min-height: 44px;
  border-radius: 10px;
  padding: 0 12px;
  background: #fff;
  font-weight: 700;
}

.operator-per-person {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(390px, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.operator-person-card {
  padding: 18px;
  border: 1px solid rgba(39, 36, 67, 0.1);
  border-radius: 14px;
  background: rgba(246, 244, 240, 0.55);
}

.operator-person-title {
  margin: 0 0 14px;
  color: var(--text);
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
}

.operator-card-controls {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(230px, 280px);
  gap: 14px;
  align-items: center;
}

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

.operator-choice-grid .quiz-option {
  position: relative;
  min-height: 54px;
  padding: 8px;
  background: #fff;
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.operator-choice-grid .partner-logo {
  max-width: 72px;
  max-height: 26px;
}

.operator-choice-grid .quiz-option.selected,
.operator-choice-grid .quiz-option.active {
  transform: translateY(-3px);
  border-color: var(--accent);
  background: rgba(218, 57, 43, 0.08);
  box-shadow: 0 18px 34px rgba(218, 57, 43, 0.16);
}

.operator-choice-grid .quiz-option.selected::after,
.operator-choice-grid .quiz-option.active::after {
  content: '\2713';
  position: absolute;
  top: 8px;
  right: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: var(--accent);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 8px 16px rgba(218, 57, 43, 0.22);
}

.operator-binding-controls {
  display: flex;
  flex-direction: column;
  gap: 10px;
  border: 1.5px solid rgba(39, 36, 67, 0.12);
  border-radius: 14px;
  padding: 12px;
  background: #fff;
  box-shadow: 0 14px 30px rgba(39, 36, 67, 0.06);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.operator-binding-controls:focus-within {
  border-color: rgba(218, 57, 43, 0.34);
  box-shadow: 0 16px 32px rgba(39, 36, 67, 0.08);
}

.operator-date-field {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 8px 10px;
  align-items: center;
  text-align: left;
}

.operator-date-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: rgba(218, 57, 43, 0.08);
  color: var(--accent);
}

.operator-date-icon svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.operator-date-label {
  color: rgba(39, 36, 67, 0.72);
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.operator-date-field input {
  grid-column: 2;
  width: 100%;
  min-height: 40px;
  border: 1px solid rgba(39, 36, 67, 0.14);
  border-radius: 10px;
  padding: 0 10px;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  color: var(--text);
  background: rgba(246, 244, 240, 0.5);
  outline: none;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.operator-date-field input:focus {
  border-color: rgba(218, 57, 43, 0.46);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(218, 57, 43, 0.08);
}

.operator-no-binding-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 44px;
  border: 1px solid rgba(39, 36, 67, 0.12);
  border-radius: 10px;
  padding: 0 12px;
  background: rgba(246, 244, 240, 0.42);
  color: var(--text);
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.operator-no-binding-button:hover {
  border-color: rgba(218, 57, 43, 0.42);
  background: #fff;
  box-shadow: 0 8px 18px rgba(39, 36, 67, 0.08);
}

.operator-no-binding-button.selected,
.operator-no-binding-button.active {
  border-color: rgba(218, 57, 43, 0.46);
  background: rgba(218, 57, 43, 0.06);
  color: var(--accent);
  box-shadow: inset 0 0 0 1px rgba(218, 57, 43, 0.18);
}

.quiz-card {
  border: 1px solid rgba(239, 130, 20, 0.22);
  border-top: 5px solid var(--accent);
  border-radius: 24px;
  background:
    radial-gradient(circle at 18% 106%, rgba(255, 184, 74, 0.24), transparent 30%),
    radial-gradient(circle at 86% 105%, rgba(255, 184, 74, 0.24), transparent 30%),
    rgba(255, 255, 255, 0.82);
  box-shadow: 0 24px 70px rgba(39, 36, 67, 0.14);
  backdrop-filter: blur(18px);
}

.quiz-card-toolbar {
  margin-bottom: clamp(10px, 1.6vw, 22px);
}

.quiz-back-inline {
  min-height: 56px;
  border: 1px solid rgba(239, 130, 20, 0.14);
  border-radius: 16px;
  padding: 0 24px;
  background: rgba(255, 255, 255, 0.56);
  box-shadow: 0 10px 24px rgba(39, 36, 67, 0.05);
  color: #0e1731;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
}

.quiz-back-inline span {
  color: var(--accent);
  font-size: 27px;
  font-weight: 400;
}

.quiz-progress-row {
  gap: 22px;
}

.quiz-progress-track {
  width: clamp(170px, 18vw, 260px);
  height: 12px;
  background: rgba(39, 36, 67, 0.09);
}

.quiz-progress-inline {
  background: linear-gradient(90deg, #ff9800, var(--accent));
}

.quiz-step-count {
  min-width: 94px;
  color: rgba(39, 36, 67, 0.72);
  font-family: 'Roboto', sans-serif;
  font-size: 19px;
  font-weight: 700;
}

.quiz-card-body {
  max-width: 1080px;
  padding-top: 8px;
}

.quiz-card-body.max-w-5xl {
  max-width: 1180px;
}

.quiz-title {
  font-size: clamp(36px, 4.7vw, 58px);
  line-height: 1.08;
  text-shadow: 0 2px 0 rgba(255, 255, 255, 0.72);
}

.quiz-subtitle,
.quiz-card-body > h3:not(.quiz-subtitle) {
  margin: 16px 0 0;
  color: rgba(39, 36, 67, 0.66);
  font-family: 'Roboto', sans-serif;
  font-size: clamp(20px, 2.2vw, 28px);
  font-weight: 700;
  line-height: 1.25;
}

.quiz-person-grid {
  gap: clamp(18px, 2.4vw, 28px);
  margin-top: clamp(34px, 4.4vw, 58px);
}

.quiz-more-toggle {
  min-height: 54px;
  margin-top: 28px;
  border-color: rgba(239, 130, 20, 0.16);
  border-radius: 18px;
  padding: 0 30px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--accent);
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  box-shadow: 0 10px 22px rgba(39, 36, 67, 0.04);
}

.quiz-more-toggle::after {
  content: "\f078";
  margin-left: 14px;
  font-family: "Font Awesome 6 Free";
  font-size: 14px;
  font-weight: 900;
}

.quiz-option-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 3.1vw, 48px);
  width: min(100%, 1240px);
  margin: clamp(34px, 4.6vw, 62px) auto 0;
}

.quiz-option {
  position: relative;
  flex-direction: column;
  gap: 20px;
  min-height: 180px;
  border: 1.5px solid rgba(239, 130, 20, 0.34);
  border-radius: 22px;
  padding: 26px 20px;
  background:
    radial-gradient(circle at 50% 40%, rgba(255, 184, 74, 0.13), transparent 52%),
    rgba(255, 255, 255, 0.56);
  color: #0e1731;
  font-size: 28px;
  box-shadow: 0 16px 36px rgba(39, 36, 67, 0.04);
  backdrop-filter: blur(10px);
}

.quiz-option::before {
  content: "\f007";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 86px;
  border-radius: 999px;
  background: rgba(255, 184, 74, 0.18);
  color: #ff9800;
  font-family: "Font Awesome 6 Free";
  font-size: 38px;
  font-weight: 900;
}

.quiz-option:hover {
  border-color: rgba(239, 130, 20, 0.78);
  background:
    radial-gradient(circle at 50% 40%, rgba(255, 184, 74, 0.2), transparent 55%),
    rgba(255, 255, 255, 0.68);
  box-shadow: 0 18px 42px rgba(239, 130, 20, 0.12);
  transform: translateY(-3px);
}

.quiz-option.selected,
.quiz-option.active {
  border-color: var(--accent);
  background:
    radial-gradient(circle at 50% 40%, rgba(255, 184, 74, 0.26), transparent 56%),
    rgba(255, 255, 255, 0.74);
  box-shadow: 0 20px 46px rgba(239, 130, 20, 0.15);
}

.quiz-option.selected::after,
.quiz-option.active::after {
  content: "\f00c";
  position: absolute;
  top: 22px;
  right: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff9800, var(--accent));
  color: #fff;
  font-family: "Font Awesome 6 Free";
  font-size: 20px;
  font-weight: 900;
}

.quiz-option-list .quiz-option {
  align-items: center;
  justify-content: center;
  min-height: 260px;
  text-align: center;
}

.quiz-option span {
  color: #0e1731;
  font-family: 'Roboto', sans-serif;
  font-size: clamp(23px, 2.4vw, 34px);
  line-height: 1.12;
}

.quiz-option span + span {
  margin-top: -8px;
  color: rgba(39, 36, 67, 0.72);
  font-size: clamp(18px, 1.7vw, 26px);
  font-weight: 400;
}

.streaming-checkbox-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 12px;
}

.streaming-checkbox {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 62px;
  border: 1.5px solid rgba(39, 36, 67, 0.12);
  border-radius: 16px;
  padding: 13px 16px;
  background: rgba(255, 255, 255, 0.86);
  color: #0e1731;
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  font-weight: 800;
  text-align: left;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(39, 36, 67, 0.06);
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.streaming-checkbox:hover {
  border-color: rgba(239, 130, 20, 0.72);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 32px rgba(239, 130, 20, 0.12);
  transform: translateY(-2px);
}

.streaming-checkbox input[type="checkbox"] {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  accent-color: var(--accent);
}

.dealett-chat-offer-benefits,
.offer-card__benefits {
  display: grid;
  gap: 6px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
  color: rgba(39, 36, 67, 0.76);
  font-size: 12px;
  line-height: 1.4;
}

.dealett-chat-offer-benefits li::before,
.offer-card__benefits li::before {
  content: "✓";
  margin-right: 7px;
  color: var(--deal-blue, #003a6e);
  font-weight: 900;
}

.streaming-checkbox .streaming-cost-input {
  width: 82px;
  min-width: 0;
  margin-left: auto;
  padding: 8px 7px;
  border: 1px solid rgba(39, 36, 67, 0.22);
  border-radius: 10px;
  background: #fff;
  color: #0D1726;
  font: 700 13px/1 Arial, sans-serif;
}

.streaming-checkbox:not(:has(input[type="checkbox"]:checked)) .streaming-cost-input {
  visibility: hidden;
}

.streaming-checkbox:has(input:checked) {
  border-color: var(--accent);
  background:
    radial-gradient(circle at 20% 50%, rgba(255, 184, 74, 0.22), transparent 42%),
    rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 38px rgba(239, 130, 20, 0.15);
}

.quiz-next-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  border: 0;
  border-radius: 999px;
  padding: 0 34px;
  background: linear-gradient(135deg, #C96F24 0%, #C96F24 55%, #C96F24 100%);
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 14px 30px rgba(239, 130, 20, 0.22);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.quiz-next-button:hover {
  box-shadow: 0 18px 38px rgba(239, 130, 20, 0.28);
  transform: translateY(-2px);
}

.quiz-option[data-persons="2"]::before {
  content: "\f234";
}

.quiz-option[data-persons="3"]::before,
.quiz-option[data-persons="5"]::before,
.quiz-option[data-persons="6"]::before,
.quiz-option[data-persons="7"]::before,
.quiz-option[data-persons="8"]::before,
.quiz-option[data-persons="9"]::before,
.quiz-option[data-persons="10"]::before {
  content: "\f0c0";
}

.quiz-option[data-persons="4"]::before {
  content: "\f559";
}

.quiz-option[data-data="low"]::before {
  content: "\f1eb";
}

.quiz-option[data-data="medium"]::before {
  content: "\f144";
}

.quiz-option[data-data="high"]::before {
  content: "\f0ac";
}

.quiz-option[data-streaming="none"]::before {
  content: "\f00c";
}

.quiz-option[data-streaming="include"]::before {
  content: "\f008";
}

.quiz-option[data-streaming="unknown"]::before {
  content: "\3f";
}

.quiz-option[data-travel="none"]::before {
  content: "\f015";
}

.quiz-option[data-travel="eu"]::before {
  content: "\f57d";
}

.quiz-option[data-travel="outside_eu"]::before {
  content: "\f5b0";
}

.quiz-option[data-price="under300"]::before {
  content: "\f555";
}

.quiz-option[data-price="300-400"]::before {
  content: "\f02b";
}

.quiz-option[data-price="400-500"]::before {
  content: "\f51e";
}

.operator-per-person {
  gap: 22px;
  margin-top: 42px;
}

.operator-person-card {
  border: 1.5px solid rgba(239, 130, 20, 0.3);
  border-radius: 22px;
  padding: 28px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 16px 38px rgba(39, 36, 67, 0.04);
  backdrop-filter: blur(10px);
}

.operator-person-title {
  margin-bottom: 24px;
  font-family: 'Suez One', serif;
  font-size: 24px;
}

.operator-choice-grid {
  gap: 18px;
}

.operator-choice-grid .quiz-option {
  min-height: 86px;
  border-color: rgba(239, 130, 20, 0.28);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.64);
  box-shadow: 0 12px 24px rgba(39, 36, 67, 0.04);
}

.operator-choice-grid .quiz-option::before {
  content: none;
}

.operator-choice-grid .partner-logo {
  max-width: 110px;
  max-height: 42px;
  filter: saturate(1.08);
}

.operator-binding-controls {
  border-color: rgba(239, 130, 20, 0.22);
  border-radius: 22px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 16px 38px rgba(39, 36, 67, 0.05);
}

.operator-date-icon {
  width: 52px;
  height: 52px;
  border-radius: 999px;
  background: rgba(255, 184, 74, 0.18);
}

.operator-date-label {
  color: #0e1731;
  font-size: 18px;
}

.operator-date-field input,
.operator-no-binding-button {
  min-height: 58px;
  border-color: rgba(239, 130, 20, 0.28);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.66);
  color: #0e1731;
  font-size: 18px;
}

.operator-no-binding-button {
  position: relative;
  color: var(--accent);
}

.operator-no-binding-button.selected,
.operator-no-binding-button.active,
.operator-no-binding-button[aria-pressed="true"] {
  border-color: var(--accent);
  background:
    linear-gradient(180deg, rgba(255, 184, 74, 0.22), rgba(239, 130, 20, 0.14)),
    rgba(255, 255, 255, 0.9);
  color: #0e1731;
  box-shadow:
    0 14px 28px rgba(239, 130, 20, 0.16),
    inset 0 0 0 1px rgba(239, 130, 20, 0.18);
}

.operator-no-binding-button.selected::after,
.operator-no-binding-button.active::after,
.operator-no-binding-button[aria-pressed="true"]::after {
  content: '\2713';
  position: absolute;
  top: 50%;
  right: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: var(--accent);
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  transform: translateY(-50%);
}

.hero.quiz-in-hero .quiz-card {
  padding: clamp(20px, 2vw, 30px);
}

.hero.quiz-in-hero .quiz-title,
.hero.quiz-in-hero .result-title {
  font-family: 'Suez One', serif;
  font-size: clamp(30px, 2.8vw, 42px);
  font-weight: 400;
  color: var(--text);
}

.hero.quiz-in-hero .quiz-subtitle,
.hero.quiz-in-hero .quiz-card-body > h3:not(.quiz-subtitle) {
  font-size: clamp(16px, 1.45vw, 22px);
}

.hero.quiz-in-hero .quiz-person-grid {
  gap: 14px;
  margin-top: 24px;
}

.hero.quiz-in-hero .quiz-option {
  gap: 10px;
  min-height: 112px;
  padding: 16px 12px;
  font-size: 22px;
}

.hero.quiz-in-hero .quiz-option::before {
  width: 54px;
  height: 54px;
  font-size: 24px;
}

.hero.quiz-in-hero .quiz-option-list {
  gap: 16px;
  margin-top: 24px;
}

.hero.quiz-in-hero .quiz-option-list .quiz-option {
  min-height: 158px;
}

.hero.quiz-in-hero .quiz-option span {
  font-size: clamp(16px, 1.4vw, 22px);
}

.hero.quiz-in-hero .quiz-option span + span {
  font-size: clamp(14px, 1.1vw, 18px);
}

.hero.quiz-in-hero .operator-person-card {
  padding: 10px;
}

.hero.quiz-in-hero .operator-per-person {
  gap: 12px;
  margin-top: 12px;
}

.hero.quiz-in-hero .operator-person-title {
  margin-bottom: 8px;
  font-size: 16px;
}

.hero.quiz-in-hero .quiz-card-body--operator-active {
  padding-top: 0;
}

.hero.quiz-in-hero .quiz-card-body--operator-active .quiz-title {
  font-size: clamp(28px, 2.5vw, 36px);
}

.hero.quiz-in-hero .quiz-card-body--operator-active .quiz-subtitle,
.hero.quiz-in-hero .quiz-card-body--operator-active > h3:not(.quiz-subtitle) {
  margin-top: 8px;
  font-size: clamp(15px, 1.25vw, 18px);
}

.hero.quiz-in-hero .operator-card-controls {
  grid-template-columns: minmax(0, 1fr) minmax(190px, 250px);
  gap: 10px;
}

.hero.quiz-in-hero .operator-choice-grid {
  gap: 10px;
}

.hero.quiz-in-hero .operator-choice-grid .quiz-option {
  min-height: 52px;
  padding: 8px;
}

.hero.quiz-in-hero .operator-choice-grid .partner-logo {
  max-width: 78px;
  max-height: 28px;
}

.hero.quiz-in-hero .operator-binding-controls {
  padding: 10px;
  gap: 6px;
}

.hero.quiz-in-hero .operator-date-icon {
  width: 34px;
  height: 34px;
}

.hero.quiz-in-hero .operator-date-label {
  font-size: 13px;
}

.hero.quiz-in-hero .operator-date-field input,
.hero.quiz-in-hero .operator-no-binding-button {
  min-height: 42px;
  font-size: 14px;
}

.operator-continue-btn {
  max-width: 260px;
  margin: 18px auto 0;
}

.partner-logo {
  width: auto;
  max-width: 100px;
  max-height: 32px;
  object-fit: contain;
}

.result-header {
  flex: 0 0 auto;
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.result-title {
  margin: 0;
  font-family: 'Suez One', serif;
  font-size: clamp(24px, 2.7vw, 34px);
  line-height: 1.15;
  color: var(--text);
}

.result-desc {
  margin: 6px auto 0;
  max-width: 560px;
  color: rgba(39, 36, 67, 0.72);
  font-size: 12px;
  line-height: 1.32;
}

.offers-recommendation-grid {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 14px;
  flex: 0 0 auto;
  margin-top: 16px;
}

.offer-card {
  position: relative;
  overflow: hidden;
  flex: 1 1 0;
  min-width: 0;
  max-width: 320px;
  border: 1px solid rgba(39, 36, 67, 0.1);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(39, 36, 67, 0.09);
}

.offer-card--top {
  order: 2;
  transform: translateY(-14px);
  border-color: rgba(218, 57, 43, 0.42);
  box-shadow: 0 18px 40px rgba(218, 57, 43, 0.16);
}

.offers-recommendation-grid .offer-card:nth-child(2) {
  order: 1;
}

.offers-recommendation-grid .offer-card:nth-child(3) {
  order: 3;
}

.offers-recommendation-grid--featured {
  flex-wrap: wrap;
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
}

.offers-recommendation-grid--expanded {
  flex-wrap: wrap;
}

.recommendation-results-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 100%;
  justify-self: center;
  width: fit-content;
  min-height: 46px;
  margin: 2px auto 0;
  border: 1px solid rgba(39, 36, 67, 0.22);
  border-radius: 999px;
  padding: 0 20px;
  background: #fff;
  color: var(--text);
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.recommendation-results-toggle:hover {
  border-color: var(--accent);
  box-shadow: 0 10px 22px rgba(39, 36, 67, 0.1);
  transform: translateY(-2px);
}

.bankid-modal-open {
  overflow: hidden;
}

.bankid-modal {
  position: fixed;
  z-index: 10000;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
}

.bankid-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(17, 17, 17, 0.72);
  backdrop-filter: blur(8px);
}

.bankid-modal__panel {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: start;
  width: min(100%, 460px);
  border: 1px solid #0D1726;
  border-radius: 0;
  padding: 30px;
  background: #fff;
  color: #0D1726;
  box-shadow: 12px 12px 0 rgba(201, 111, 36, 0.34);
}

.bankid-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(17, 17, 17, 0.22);
  background: #fff;
  color: #0D1726;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.bankid-modal__mark {
  display: inline-grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border: 1px solid #0D1726;
  background: #0D1726;
  color: #fff;
  font: 800 20px/1 Arial, sans-serif;
}

.bankid-modal__kicker {
  margin: 18px 0 0;
  color: var(--accent, #C96F24);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.bankid-modal__panel h2 {
  margin: 10px 0 0;
  font: 800 clamp(30px, 4vw, 42px)/1 Arial, sans-serif;
  letter-spacing: -0.04em;
}

.bankid-modal__description {
  margin: 12px 0 0;
  color: rgba(17, 17, 17, 0.68);
  font-size: 16px;
  line-height: 1.5;
}

.bankid-modal__qr-wrap {
  display: grid;
  justify-items: center;
  width: 100%;
  margin-top: 22px;
}

.bankid-modal__qr {
  position: relative;
  display: grid;
  grid-template-columns: repeat(25, 1fr);
  grid-template-rows: repeat(25, 1fr);
  width: min(58vw, 210px);
  aspect-ratio: 1;
  border: 10px solid #fff;
  background: #fff;
  box-shadow:
    0 0 0 1px rgba(17, 17, 17, 0.2),
    0 14px 30px rgba(17, 17, 17, 0.12);
}

.bankid-modal__qr span {
  display: block;
  background: #fff;
}

.bankid-modal__qr span.is-active {
  background: #0D1726;
}

.bankid-modal__qr-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 33%;
  aspect-ratio: 1;
  border: 5px solid #fff;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(17, 17, 17, 0.14);
  overflow: hidden;
  transform: translate(-50%, -50%);
}

.bankid-modal__qr-logo img {
  position: absolute;
  top: -112%;
  left: -190%;
  width: 490%;
  max-width: none;
  height: auto;
}

.bankid-modal__qr-wrap p {
  margin: 12px 0 0;
  color: rgba(17, 17, 17, 0.62);
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

.bankid-modal__status {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-height: 58px;
  margin-top: 24px;
  border: 1px solid rgba(17, 17, 17, 0.18);
  padding: 0 14px;
  background: #f7f5f1;
  font-weight: 800;
}

.bankid-modal__spinner {
  width: 22px;
  height: 22px;
  border: 3px solid rgba(17, 17, 17, 0.18);
  border-top-color: #0D1726;
  border-radius: 999px;
  animation: bankidSpin 0.8s linear infinite;
}

.bankid-modal__note {
  margin: 14px 0 0;
  color: rgba(17, 17, 17, 0.52);
  font-size: 12px;
  line-height: 1.45;
}

@keyframes bankidSpin {
  to {
    transform: rotate(360deg);
  }
}

.offer-card__accent {
  height: 5px;
  background: var(--accent);
}

.offer-card__inner {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 14px;
}

.offer-card__top,
.offer-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.offer-card__label {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  border-radius: 999px;
  padding: 0 10px;
  font-size: 11px;
  font-weight: 700;
}

.offer-card__label {
  background: var(--accent);
  color: #fff;
}

.offer-card__head {
  position: relative;
  min-height: 78px;
  overflow: hidden;
  border-radius: 10px;
  justify-content: center;
  margin-top: 8px;
  padding: 8px;
  background-color: #f7f4ef;
  background-position: center;
  background-size: cover;
}

.offer-card__head::before,
.offer-card__head::after {
  content: '';
  position: absolute;
  inset: auto -12% -38% -12%;
  z-index: 1;
  height: 62px;
  background: rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  transform: rotate(-5deg);
}

.offer-card__head::after {
  inset: 14px -18% auto -18%;
  height: 50px;
  opacity: 0.18;
  transform: rotate(8deg);
}

.offer-card.provider-card--telia .offer-card__head {
  background-image: linear-gradient(135deg, rgba(246, 244, 240, 0.9), rgba(110, 35, 128, 0.1));
}

.offer-card.provider-card--telenor .offer-card__head {
  background-image: linear-gradient(135deg, rgba(246, 244, 240, 0.88), rgba(0, 67, 126, 0.14));
}

.offer-card.provider-card--tre .offer-card__head {
  background-image: linear-gradient(135deg, rgba(246, 244, 240, 0.9), rgba(230, 92, 0, 0.1));
}

.offer-card.provider-card--tele2 .offer-card__head {
  background-image: linear-gradient(135deg, rgba(246, 244, 240, 0.9), rgba(0, 58, 110, 0.1));
}

.offer-card__plan-title {
  margin: 0;
  color: rgba(39, 36, 67, 0.68);
  font-size: 14px;
  font-weight: 700;
}

.offer-card__logo {
  position: relative;
  z-index: 2;
  width: 88%;
  max-width: 190px;
  height: 64px;
  object-fit: contain;
}

.offer-card__logo--telenor,
.offer-card__logo--tre {
  position: absolute;
  inset: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
}

.offer-card__gift-badge {
  position: absolute;
  top: 8px;
  right: 10px;
  z-index: 4;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  border: 2px solid #0D1726;
  border-radius: 999px;
  background: #C96F24;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  text-align: center;
  box-shadow: 0 8px 18px rgba(13, 23, 38, 0.18);
  transform: rotate(3deg);
}

.offer-card__gift-badge strong,
.offer-card__gift-badge span {
  display: block;
  margin: 0;
  color: inherit;
  line-height: 1;
}

.offer-card__gift-badge strong {
  font-size: 16px;
  font-weight: 900;
}

.offer-card__gift-badge span {
  margin-top: 4px;
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.offer-card__desc {
  display: none;
  margin: 10px 0 0;
  color: rgba(39, 36, 67, 0.7);
  font-size: 14px;
  line-height: 1.5;
}

.offer-card__stats {
  display: grid;
  gap: 8px;
  margin-top: 10px;
}

.offer-card__reason {
  margin: 10px 0 0;
  border-left: 3px solid rgba(239, 130, 20, 0.58);
  border-radius: 8px;
  padding: 9px 10px;
  background: rgba(255, 184, 74, 0.12);
  color: rgba(39, 36, 67, 0.78);
  font-size: 12px;
  line-height: 1.35;
}

.offer-card__actions {
  display: grid;
  margin-top: 10px;
}

.offer-card__stat {
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: 7px;
  align-items: center;
  border-radius: 10px;
  padding: 7px 9px;
  background: rgba(246, 244, 240, 0.72);
}

.offer-card__stat > div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
  min-width: 0;
}

.offer-card__stat-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 7px;
  background: rgba(218, 57, 43, 0.1);
  color: var(--accent);
  font-size: 12px;
}

.offer-card__stat-label,
.offer-card__stat-value,
.offer-card__stat-sub {
  margin: 0;
}

.offer-card__stat-label {
  color: rgba(39, 36, 67, 0.58);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.offer-card__stat-value {
  color: var(--text);
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-align: right;
  white-space: nowrap;
}

.offer-card__stat-sub {
  display: none;
  margin-top: 2px;
  color: rgba(39, 36, 67, 0.62);
  font-size: 13px;
}

.offer-card__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 38px;
  margin-top: 10px;
  border-radius: 9px;
  background: var(--accent);
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.newsletter-section {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(246, 244, 240, 0.94));
}

.newsletter-panel {
  width: min(1120px, calc(100% - 44px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
  gap: clamp(24px, 5vw, 64px);
  align-items: center;
  border: 1px solid rgba(39, 36, 67, 0.1);
  border-radius: 18px;
  padding: clamp(28px, 5vw, 58px);
  background: #fff;
  box-shadow: 0 24px 60px rgba(39, 36, 67, 0.1);
}

.newsletter-copy h2 {
  margin: 0;
  font-family: 'Suez One', serif;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1;
}

.newsletter-copy p:last-child {
  max-width: 620px;
  margin: 18px 0 0;
  color: rgba(39, 36, 67, 0.72);
  font-size: 18px;
  line-height: 1.55;
}

.newsletter-form {
  display: grid;
  gap: 12px;
}

.newsletter-form label {
  margin: 0;
}

.newsletter-form input {
  min-height: 54px;
}

.newsletter-form button:disabled {
  cursor: wait;
  opacity: 0.7;
}

.newsletter-status {
  min-height: 20px;
  margin: 0;
  color: rgba(39, 36, 67, 0.68);
  font-size: 13px;
  font-weight: 700;
}

.offer-card__cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(218, 57, 43, 0.2);
}

.offer-compare-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 38px;
  width: 100%;
  margin-top: 8px;
  border: 1px solid rgba(39, 36, 67, 0.14);
  border-radius: 9px;
  background: #fff;
  color: #0D1726;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.offer-compare-button:hover {
  transform: translateY(-2px);
  border-color: var(--accent);
  box-shadow: 0 12px 22px rgba(39, 36, 67, 0.12);
}

.offer-compare-button.is-selected {
  border-color: var(--accent);
  background: rgba(218, 57, 43, 0.08);
  color: var(--accent);
}

.offer-compare-button--icon {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 4;
  width: 44px;
  min-width: 44px;
  height: 28px;
  min-height: 28px;
  margin-top: 0;
  padding: 2px;
  border-radius: 4px;
  gap: 0;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 8px 18px rgba(39, 36, 67, 0.08);
}

.offer-compare-button--icon [data-compare-label] {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: nowrap;
}

.offer-compare-button__image {
  display: block;
  flex: 0 0 auto;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  object-fit: cover;
  object-position: center;
}

.offer-card__head .offer-compare-button--icon {
  right: auto;
  left: 8px;
}

.compare-tray[hidden],
.compare-modal[hidden] {
  display: none;
}

body.has-compare-tray {
  padding-bottom: 128px;
}

.compare-tray {
  position: fixed;
  right: 18px;
  bottom: 18px;
  left: 18px;
  z-index: 9000;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  padding: 14px;
  border: 1px solid rgba(39, 36, 67, 0.12);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 22px 54px rgba(23, 20, 43, 0.2);
  backdrop-filter: blur(16px);
}

.compare-tray-head {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  gap: 4px 9px;
  min-width: 118px;
  color: #17142b;
}

.compare-tray-head i {
  grid-row: span 2;
  color: var(--accent);
}

.compare-tray-head strong {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
}

.compare-tray-count {
  color: rgba(39, 36, 67, 0.62);
  font-size: 13px;
  font-weight: 700;
}

.compare-tray-items {
  display: flex;
  gap: 10px;
  min-width: 0;
  overflow-x: auto;
  padding-bottom: 2px;
}

.compare-tray-item {
  display: grid;
  grid-template-columns: auto minmax(150px, 1fr) auto;
  align-items: center;
  gap: 10px;
  min-width: 260px;
  max-width: 340px;
  padding: 10px;
  border: 1px solid rgba(39, 36, 67, 0.09);
  border-left: 4px solid var(--compare-accent, var(--accent));
  border-radius: 10px;
  background: #fff;
}

.compare-tray-item img {
  width: 44px;
  max-height: 28px;
  object-fit: contain;
}

.compare-tray-copy {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.compare-tray-copy strong,
.compare-tray-copy span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.compare-tray-copy strong {
  color: #17142b;
  font-size: 14px;
}

.compare-tray-copy span {
  color: rgba(39, 36, 67, 0.62);
  font-size: 12px;
  font-weight: 700;
}

.compare-remove-button,
.compare-modal-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 8px;
  background: rgba(39, 36, 67, 0.06);
  color: #0D1726;
  cursor: pointer;
}

.compare-remove-button {
  width: 34px;
  height: 34px;
}

.compare-tray-actions {
  display: grid;
  grid-template-columns: auto auto;
  gap: 8px;
}

.compare-clear-button,
.compare-open-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 8px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
}

.compare-clear-button {
  border: 1px solid rgba(39, 36, 67, 0.14);
  background: #fff;
  color: #0D1726;
}

.compare-open-button {
  border: none;
  background: var(--accent);
  color: #fff;
}

.compare-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  padding: 28px;
}

.compare-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(23, 20, 43, 0.58);
  backdrop-filter: blur(5px);
}

.compare-modal-panel {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  width: min(1120px, 100%);
  max-height: min(760px, calc(100vh - 56px));
  overflow: hidden;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 34px 80px rgba(10, 9, 20, 0.32);
}

.compare-modal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 22px;
  border-bottom: 1px solid rgba(39, 36, 67, 0.08);
}

.compare-modal-kicker {
  display: block;
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.compare-modal-head h2 {
  margin: 4px 0 0;
  color: #17142b;
  font-family: 'Roboto', sans-serif;
  font-size: 26px;
  line-height: 1.15;
}

.compare-modal-close {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
}

.compare-modal-body {
  min-width: 0;
  overflow: auto;
  padding: 20px 22px 24px;
}

.compare-table-wrap {
  min-width: 100%;
  overflow-x: auto;
}

.compare-table {
  width: 100%;
  min-width: 720px;
  border-collapse: separate;
  border-spacing: 0;
}

.compare-table th,
.compare-table td {
  min-width: 170px;
  padding: 14px;
  border-right: 1px solid rgba(39, 36, 67, 0.08);
  border-bottom: 1px solid rgba(39, 36, 67, 0.08);
  text-align: left;
  vertical-align: top;
}

.compare-table thead th {
  position: sticky;
  top: 0;
  z-index: 2;
  background: #fff;
}

.compare-table tbody th {
  position: sticky;
  left: 0;
  z-index: 1;
  min-width: 150px;
  background: #faf8f5;
  color: rgba(39, 36, 67, 0.72);
  font-size: 13px;
}

.compare-table td {
  color: #17142b;
  font-size: 14px;
  line-height: 1.45;
}

.compare-table-product {
  display: grid;
  gap: 8px;
}

.compare-table-product img {
  width: 88px;
  max-height: 38px;
  object-fit: contain;
}

.compare-table-product strong {
  color: #17142b;
  font-size: 16px;
}

.compare-table-product span,
.compare-empty-text {
  color: rgba(39, 36, 67, 0.64);
  font-size: 14px;
  font-weight: 700;
}

body.compare-modal-open {
  overflow: hidden;
}

@media (max-width: 980px) {
  .compare-tray {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .compare-tray-actions {
    grid-template-columns: 1fr 1fr;
  }

  .compare-modal {
    padding: 16px;
  }
}

@media (max-width: 680px) {
  body.has-compare-tray {
    padding-bottom: 220px;
  }

  .compare-tray {
    right: 10px;
    bottom: 10px;
    left: 10px;
    padding: 12px;
  }

  .compare-tray-item {
    min-width: 235px;
  }

  .compare-modal-head {
    padding: 16px;
  }

  .compare-modal-head h2 {
    font-size: 22px;
  }

  .compare-modal-body {
    padding: 14px;
  }
}

.offer-card--empty {
  flex-basis: 100%;
  padding: 28px;
  text-align: center;
}

.quiz-loading {
  display: flex;
  flex: 0 1 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 230px;
  gap: 14px;
  color: rgba(39, 36, 67, 0.72);
  font-weight: 700;
}

.quiz-loading-spinner {
  width: 46px;
  height: 46px;
  border: 4px solid rgba(218, 57, 43, 0.16);
  border-top-color: var(--accent);
  border-radius: 999px;
  animation: quizSpin 0.8s linear infinite;
}

.offer-card__title {
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
}

.offer-card__empty-text {
  margin: 12px auto 0;
  max-width: 520px;
  color: rgba(39, 36, 67, 0.68);
  line-height: 1.6;
}

@keyframes quizFadeIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes quizSpin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes quizNudge {
  0%, 100% {
    transform: translateX(0);
  }
  30% {
    transform: translateX(-6px);
  }
  60% {
    transform: translateX(6px);
  }
}

@media (max-width: 980px) {
  .hero {
    --quiz-offset-y: 0px;
  }

  .hero.quiz-in-hero {
    min-height: 720px;
    padding: 0;
  }

  .hero.quiz-in-hero .hero-content {
    text-align: left;
  }

  .hero.quiz-in-hero .quiz-card {
    height: var(--quiz-card-height, 620px);
    overflow: hidden;
  }

  .hero-quiz-mount {
    width: min(calc(100% - 48px), 840px);
    height: var(--quiz-card-height, 620px);
    min-height: 0;
    margin: 0 auto 48px;
  }

  .hero.quiz-in-hero .hero-quiz-mount {
    min-height: var(--quiz-card-height, 620px);
  }

  .hero.quiz-in-hero + .deployment-cards {
    margin-top: -64px;
  }

  .quiz-person-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .customer-operator-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .offers-recommendation-grid {
    flex-wrap: wrap;
  }

  .offer-card {
    flex: 1 1 calc(50% - 18px);
    max-width: none;
  }

  .offer-card--top {
    transform: none;
  }
}

@media (max-width: 680px) {
  .dealett-chat {
    right: 14px;
    bottom: 14px;
  }

  .dealett-chat-toggle {
    width: min(300px, calc(100vw - 28px));
    height: 72px;
    grid-template-columns: 54px minmax(0, 1fr) 2px 58px 62px;
  }

  .dealett-chat-toggle::before {
    inset: 7px 7px 7px auto;
    width: 76px;
  }

  .dealett-chat-toggle__sparkles {
    width: 54px;
  }

  .dealett-chat-toggle__sparkles::before {
    left: 18px;
    top: 22px;
    width: 25px;
    height: 25px;
  }

  .dealett-chat-toggle__sparkles::after {
    left: 34px;
    top: 38px;
    width: 18px;
    height: 18px;
  }

  .dealett-chat-toggle__label {
    font-size: 25px;
  }

  .dealett-chat-toggle__divider {
    height: 34px;
  }

  .dealett-chat-toggle__bot {
    width: 52px;
    height: 45px;
    margin-left: 6px;
    border-width: 3px;
    border-radius: 16px;
  }

  .dealett-chat-toggle__bot::before,
  .dealett-chat-toggle__bot::after {
    top: 12px;
    width: 12px;
    height: 12px;
    border-width: 3px;
  }

  .dealett-chat-toggle__bot::before {
    left: 10px;
  }

  .dealett-chat-toggle__bot::after {
    right: 10px;
  }

  .dealett-chat-toggle__bot span {
    bottom: 8px;
    width: 15px;
    height: 8px;
    border-bottom-width: 3px;
  }

  .dealett-chat-toggle__arrow {
    width: 62px;
  }

  .dealett-chat-toggle__arrow::before {
    width: 21px;
    height: 21px;
    border-top-width: 8px;
    border-right-width: 8px;
  }

  .dealett-chat-panel {
    right: -2px;
    bottom: 86px;
    width: calc(100vw - 24px);
    height: min(560px, calc(100vh - 96px));
  }

  .hero {
    --quiz-card-height: 640px;
  }

  .hero.quiz-in-hero {
    padding: 0;
  }

  .hero.quiz-in-hero + .deployment-cards {
    margin-top: -48px;
    padding-top: 0;
  }

  .hero-quiz-mount {
    width: calc(100% - 32px);
    height: var(--quiz-card-height, 620px);
  }

  .quiz-card {
    min-height: 0;
    padding: 18px;
    border-radius: 14px;
  }

  .quiz-card-toolbar {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 8px;
  }

  .quiz-progress-row {
    justify-content: space-between;
  }

  .quiz-progress-track {
    width: 100%;
  }

  .quiz-title,
  .result-title {
    font-size: 26px;
  }

  .quiz-person-grid,
  .operator-per-person {
    grid-template-columns: 1fr;
  }

  .operator-card-controls {
    grid-template-columns: 1fr;
  }

  .operator-binding-controls {
    width: 100%;
  }

  .customer-operator-grid,
  .customer-status-grid,
  .new-customers-field {
    grid-template-columns: 1fr;
  }

  .offers-recommendation-grid {
    flex-direction: column;
  }

  .offer-card {
    width: 100%;
  }

  .offer-card__gift-badge {
    width: 64px;
    height: 64px;
    top: 7px;
    right: 8px;
  }

  .offer-card__gift-badge strong {
    font-size: 14px;
  }

  .offer-card__gift-badge span {
    font-size: 8px;
  }

  .offer-card__reason {
    padding-right: 90px;
  }

  .newsletter-panel {
    grid-template-columns: 1fr;
    width: calc(100% - 32px);
  }

  .offer-card--top,
  .offers-recommendation-grid .offer-card:nth-child(2),
  .offers-recommendation-grid .offer-card:nth-child(3) {
    order: initial;
  }

  .operator-choice-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .offer-card__top,
  .offer-card__head {
    flex-direction: column;
  }
}

@media (max-width: 680px) {
  .dealett-chat-toggle {
    width: min(340px, calc(100vw - 28px));
    height: 76px;
    grid-template-columns: 58px minmax(0, 1fr) 2px 58px 70px;
  }

  .dealett-chat-toggle::before {
    width: 78px;
  }

  .dealett-chat-toggle__sparkles {
    width: 58px;
  }

  .dealett-chat-toggle__label {
    font-size: 26px;
  }

  .dealett-chat-toggle__bot {
    width: 52px;
    height: 45px;
    border-width: 3px;
    border-radius: 16px;
  }

  .dealett-chat-toggle__arrow {
    width: 70px;
  }

  .dealett-chat-panel {
    right: -2px;
    bottom: 90px;
    width: calc(100vw - 24px);
    height: min(600px, calc(100vh - 102px));
    border-radius: 30px;
  }

  .dealett-chat-messages {
    padding: 40px 16px 12px;
  }

  .dealett-chat-message {
    font-size: 15px;
  }

  .dealett-chat-message--assistant {
    grid-template-columns: minmax(0, 1fr);
  }

  .dealett-chat-message--user {
    grid-template-columns: minmax(0, 1fr) 42px;
  }

  .dealett-chat-avatar--bot {
    width: 50px;
    height: 50px;
    border-radius: 16px;
  }

  .dealett-chat-avatar--bot span {
    width: 37px;
    height: 29px;
    border-width: 2px;
    border-radius: 11px;
  }

  .dealett-chat-avatar--bot span::before,
  .dealett-chat-avatar--bot span::after {
    top: 8px;
    width: 9px;
    height: 9px;
    border-width: 2px;
  }

  .dealett-chat-avatar--user {
    width: 40px;
    height: 40px;
    border-radius: 13px;
  }

  .dealett-chat-bubble,
  .dealett-chat-message--user .dealett-chat-bubble {
    max-width: 100%;
    padding: 14px 16px;
  }

  .dealett-chat-message--user .dealett-chat-bubble {
    padding-right: 34px;
  }

  .dealett-chat-suggestions {
    padding: 2px 16px 10px;
  }

  .dealett-chat-form {
    margin: 0 12px 12px;
  }

  .footer-social-plate {
    grid-template-columns: 66px minmax(0, 1fr);
    min-height: 66px;
  }

  .footer-social-icon {
    width: 66px;
    font-size: 32px;
  }
}

/* Final reference match: exact Dealett chat launcher and bot badge styling. */
.dealett-chat {
  --chat-yellow: #ffbd18;
  --chat-yellow-deep: #ff8f00;
  --chat-cream-edge: #ffe2b6;
}

.dealett-chat-toggle {
  width: min(560px, calc(100vw - 28px));
  height: 128px;
  border: 1px solid rgba(255, 190, 24, 0.82);
  background:
    radial-gradient(circle at 11% 33%, rgba(255, 237, 143, 0.38), transparent 16%),
    linear-gradient(180deg, #fffefa 0%, #fffaf1 52%, #fff1d4 100%);
  grid-template-columns: 122px minmax(190px, 1fr) 2px 110px 124px;
  box-shadow:
    0 18px 34px rgba(164, 86, 0, 0.2),
    0 3px 0 rgba(255, 143, 0, 0.16),
    inset 0 0 0 4px #ffd444,
    inset 0 0 0 9px rgba(255, 255, 255, 0.94),
    inset 0 -12px 24px rgba(255, 184, 24, 0.14);
}

.dealett-chat-toggle:hover {
  box-shadow:
    0 22px 42px rgba(164, 86, 0, 0.24),
    0 6px 16px rgba(255, 179, 19, 0.2),
    inset 0 0 0 4px #ffd444,
    inset 0 0 0 9px rgba(255, 255, 255, 0.96),
    inset 0 -12px 24px rgba(255, 184, 24, 0.18);
}

.dealett-chat-toggle::before {
  inset: 7px 7px 7px auto;
  width: 135px;
  border-radius: 0 999px 999px 0;
  background:
    radial-gradient(circle at 40% 18%, rgba(255, 255, 255, 0.52), transparent 28%),
    linear-gradient(180deg, #ffd948 0%, #ffc31c 42%, #ff9708 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 32px 50%);
  box-shadow:
    inset 0 2px 0 rgba(255, 255, 255, 0.45),
    inset 0 -15px 26px rgba(211, 85, 0, 0.18),
    -8px 0 16px rgba(255, 255, 255, 0.78);
}

.dealett-chat-toggle__sparkles {
  width: 122px;
}

.dealett-chat-toggle__sparkles::before,
.dealett-chat-toggle__sparkles::after {
  background: linear-gradient(180deg, #ffd236 0%, #ffb100 45%, #ff8a00 100%);
  filter: drop-shadow(0 5px 9px rgba(255, 188, 24, 0.36));
}

.dealett-chat-toggle__sparkles::before {
  left: 38px;
  top: 38px;
  width: 44px;
  height: 44px;
}

.dealett-chat-toggle__sparkles::after {
  left: 75px;
  top: 62px;
  width: 35px;
  height: 35px;
}

.dealett-chat-toggle__label {
  color: #24201f;
  font-size: 44px;
  font-weight: 900;
  text-align: left;
  text-shadow:
    0 2px 0 rgba(255, 255, 255, 0.82),
    0 6px 18px rgba(42, 32, 22, 0.12);
}

.dealett-chat-toggle__divider {
  height: 56px;
  background: linear-gradient(180deg, transparent, rgba(255, 187, 56, 0.82), transparent);
}

.dealett-chat-toggle__bot {
  width: 92px;
  height: 82px;
  margin-left: 10px;
  border: 0;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 240, 218, 0.96));
  box-shadow:
    0 9px 19px rgba(191, 86, 0, 0.26),
    0 0 0 2px rgba(255, 189, 24, 0.56),
    inset 0 0 0 6px rgba(255, 255, 255, 0.76),
    inset 0 -10px 18px rgba(255, 156, 42, 0.18);
}

.dealett-chat-toggle__bot::before,
.dealett-chat-toggle__bot::after {
  content: "";
  position: absolute;
  top: 30px;
  z-index: -1;
  width: 12px;
  height: 36px;
  border: 1px solid rgba(255, 145, 32, 0.34);
  border-radius: 999px;
  background: linear-gradient(180deg, #fff4e1, #ffc58b);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.4);
}

.dealett-chat-toggle__bot::before {
  left: -8px;
}

.dealett-chat-toggle__bot::after {
  right: -8px;
}

.dealett-chat-toggle__bot span,
.dealett-chat-avatar--bot span {
  position: relative;
  display: block;
  border: 0;
  background:
    radial-gradient(circle at 31% 39%, #fff 0 6px, transparent 6.5px),
    radial-gradient(circle at 69% 39%, #fff 0 6px, transparent 6.5px),
    radial-gradient(circle at 34% 36%, #1f1b1a 0 11px, transparent 11.5px),
    radial-gradient(circle at 66% 36%, #1f1b1a 0 11px, transparent 11.5px),
    linear-gradient(180deg, #201b1a 0%, #070707 100%);
  box-shadow:
    inset 0 6px 12px rgba(255, 255, 255, 0.08),
    inset 0 -8px 12px rgba(13, 23, 38, 0.24);
}

.dealett-chat-toggle__bot span {
  width: 68px;
  height: 51px;
  border-radius: 19px;
}

.dealett-chat-toggle__bot span::before,
.dealett-chat-toggle__bot span::after,
.dealett-chat-avatar--bot span::before,
.dealett-chat-avatar--bot span::after {
  content: none;
}

.dealett-chat-toggle__bot span b,
.dealett-chat-avatar--bot span b {
  position: absolute;
  left: 50%;
  bottom: 10px;
  width: 18px;
  height: 9px;
  border-bottom: 4px solid #fff4e7;
  border-radius: 0 0 999px 999px;
  transform: translateX(-50%);
}

.dealett-chat-toggle__arrow {
  width: 124px;
}

.dealett-chat-toggle__arrow::before {
  width: 31px;
  height: 31px;
  border-top-width: 12px;
  border-right-width: 12px;
  filter: drop-shadow(0 4px 5px rgba(202, 82, 0, 0.18));
}

.dealett-chat-avatar--bot {
  width: 76px;
  height: 76px;
  border: 1px solid rgba(255, 160, 68, 0.3);
  border-radius: 18px;
  background: linear-gradient(180deg, #fff8ee, #ffd5a9);
  box-shadow:
    0 11px 22px rgba(203, 91, 0, 0.2),
    inset 0 0 0 4px rgba(255, 255, 255, 0.7);
}

.dealett-chat-avatar--bot::before,
.dealett-chat-avatar--bot::after {
  top: 25px;
  width: 8px;
  height: 31px;
  border-color: rgba(255, 145, 32, 0.34);
  background: linear-gradient(180deg, #fff4e1, #ffc58b);
}

.dealett-chat-avatar--bot::before {
  left: -5px;
}

.dealett-chat-avatar--bot::after {
  right: -5px;
}

.dealett-chat-avatar--bot span {
  width: 57px;
  height: 42px;
  border-radius: 14px;
}

.dealett-chat-avatar--bot span b {
  bottom: 8px;
  width: 14px;
  height: 7px;
  border-bottom-width: 3px;
}

@media (max-width: 680px) {
  .dealett-chat-toggle {
    width: min(350px, calc(100vw - 28px));
    height: 81px;
    grid-template-columns: 70px minmax(0, 1fr) 2px 58px 74px;
  }

  .dealett-chat-toggle::before {
    width: 86px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 22px 50%);
  }

  .dealett-chat-toggle__sparkles {
    width: 70px;
  }

  .dealett-chat-toggle__sparkles::before {
    left: 20px;
    top: 25px;
    width: 28px;
    height: 28px;
  }

  .dealett-chat-toggle__sparkles::after {
    left: 43px;
    top: 42px;
    width: 22px;
    height: 22px;
  }

  .dealett-chat-toggle__label {
    font-size: 28px;
  }

  .dealett-chat-toggle__divider {
    height: 38px;
  }

  .dealett-chat-toggle__bot {
    width: 54px;
    height: 49px;
    margin-left: 4px;
    border-radius: 17px;
    box-shadow:
      0 8px 16px rgba(191, 86, 0, 0.22),
      0 0 0 1px rgba(255, 189, 24, 0.56),
      inset 0 0 0 4px rgba(255, 255, 255, 0.76);
  }

  .dealett-chat-toggle__bot::before,
  .dealett-chat-toggle__bot::after {
    top: 18px;
    width: 7px;
    height: 23px;
  }

  .dealett-chat-toggle__bot::before {
    left: -5px;
  }

  .dealett-chat-toggle__bot::after {
    right: -5px;
  }

  .dealett-chat-toggle__bot span {
    width: 39px;
    height: 29px;
    border-radius: 11px;
    background:
      radial-gradient(circle at 31% 39%, #fff 0 4px, transparent 4.5px),
      radial-gradient(circle at 69% 39%, #fff 0 4px, transparent 4.5px),
      radial-gradient(circle at 34% 36%, #1f1b1a 0 7px, transparent 7.5px),
      radial-gradient(circle at 66% 36%, #1f1b1a 0 7px, transparent 7.5px),
      linear-gradient(180deg, #201b1a 0%, #070707 100%);
  }

  .dealett-chat-toggle__bot span b {
    bottom: 5px;
    width: 11px;
    height: 5px;
    border-bottom-width: 2px;
  }

  .dealett-chat-toggle__arrow {
    width: 74px;
  }

  .dealett-chat-toggle__arrow::before {
    width: 22px;
    height: 22px;
    border-top-width: 8px;
    border-right-width: 8px;
  }

  .dealett-chat-avatar--bot {
    width: 58px;
    height: 58px;
    border-radius: 15px;
  }

  .dealett-chat-avatar--bot span {
    width: 43px;
    height: 32px;
    border-radius: 11px;
    background:
      radial-gradient(circle at 31% 39%, #fff 0 4px, transparent 4.5px),
      radial-gradient(circle at 69% 39%, #fff 0 4px, transparent 4.5px),
      radial-gradient(circle at 34% 36%, #1f1b1a 0 7px, transparent 7.5px),
      radial-gradient(circle at 66% 36%, #1f1b1a 0 7px, transparent 7.5px),
      linear-gradient(180deg, #201b1a 0%, #070707 100%);
  }
}

/* Use the provided artwork for the launcher instead of reconstructing it in CSS. */
.dealett-chat-toggle {
  position: relative;
  display: block;
  width: min(250px, calc(100vw - 28px));
  height: auto;
  aspect-ratio: 4.52 / 1;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 999px;
  background: transparent;
  box-shadow: none;
}

.dealett-chat-toggle:hover {
  filter: saturate(1.04) brightness(1.01);
  box-shadow: none;
  transform: translateY(-2px);
}

.dealett-chat-toggle::before {
  content: none;
}

.dealett-chat-toggle__image {
  position: absolute;
  left: -3%;
  top: -104%;
  width: 106%;
  max-width: none;
  height: auto;
  pointer-events: none;
  user-select: none;
}

@media (max-width: 680px) {
  .dealett-chat-toggle {
    width: min(300px, calc(100vw - 28px));
    height: auto;
    grid-template-columns: none;
  }
}

/* Final responsive header guards: keep the premium utility bar and mobile nav above later legacy rules. */
body {
  overflow-x: hidden;
}

@media (max-width: 760px) {
  .site-header {
    max-width: 100vw;
    overflow: visible;
    background: rgba(246, 244, 240, 0.72);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
  }

  .header-topbar {
    overflow: visible;
  }

  .header-topbar-inner {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    min-height: 36px;
    gap: 8px;
    padding: 0 12px;
  }

  .header-topbar-inner > .header-topbar-group:first-child {
    min-height: 28px;
    padding: 2px;
  }

  .header-topbar-link,
  .header-topbar-group--right .header-topbar-link,
  .language-switcher,
  .language-switcher select {
    min-height: 27px;
    font-size: 11px;
  }

  .header-topbar-link {
    padding: 0 8px;
    white-space: nowrap;
  }

  .header-topbar-group--right {
    justify-self: end;
    width: max-content;
    gap: 3px;
    min-width: 0;
    max-width: 100%;
    overflow: visible;
  }

  .header-topbar-group--right .header-topbar-link {
    padding: 0 5px;
  }

  .language-switcher {
    margin-right: 1px;
  }

  .language-switcher select {
    width: 76px;
    padding: 0 20px 0 7px;
  }

  .header-inner {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    max-width: 100vw;
    min-height: 62px;
    padding: 0 18px;
  }

  .header-inner > .brand {
    min-height: 52px;
    padding: 0 20px;
    border-radius: 0 0 10px 10px;
    font-size: 24px;
  }

  .mobile-nav-toggle {
    position: relative;
    display: inline-flex;
    margin-left: auto;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 10px);
    right: 18px;
    left: 18px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  }

  .site-header.mobile-nav-open .site-nav {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .nav-menu {
    display: grid;
    grid-template-columns: 1fr;
    min-width: 0;
    overflow: hidden;
    border: 1px solid rgba(34, 37, 63, 0.1);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 24px 60px rgba(39, 36, 67, 0.18);
    backdrop-filter: blur(18px);
  }

  .nav-item {
    width: auto !important;
  }

  .nav-item a,
  .nav-link,
  .nav-dropdown-toggle {
    justify-content: space-between;
    min-height: 50px;
    padding: 0 18px;
    font-size: 14px;
    text-align: left;
  }

  .nav-item--active > .nav-link {
    background: linear-gradient(135deg, #C96F24 0%, #C96F24 55%, #C96F24 100%);
  }

  .hero-title-nowrap {
    white-space: normal;
  }
}

@media (max-width: 560px) {
  .header-topbar-inner {
    grid-template-columns: 1fr;
    justify-items: stretch;
    gap: 5px;
    padding: 5px 10px;
  }

  .header-topbar-inner > .header-topbar-group:first-child {
    justify-self: start;
    min-height: 27px;
  }

  .header-topbar-link,
  .header-topbar-group--right .header-topbar-link,
  .language-switcher,
  .language-switcher select {
    min-height: 26px;
    font-size: 10.5px;
  }

  .header-topbar-link {
    padding: 0 6px;
  }

  .header-topbar-group--right {
    display: grid;
    grid-template-columns: 78px 72px 82px;
    justify-self: stretch;
    width: 100%;
    justify-content: start;
    gap: 8px;
  }

  .header-topbar-group--right .header-topbar-link {
    padding: 0 4px;
  }

  .language-switcher select {
    width: 70px;
    padding: 0 17px 0 6px;
  }

  .hero-content {
    max-width: min(100%, 350px);
    padding-top: 154px;
    padding-right: 18px;
    padding-left: 18px;
  }

  .hero h1 {
    font-size: 34px;
    line-height: 1.18;
  }

  .mobile-nav-toggle {
    position: absolute;
    top: 50%;
    right: clamp(18px, calc(100vw - 390px + 18px), 112px);
    transform: translateY(-50%);
  }
}
/* Dealett AI handoff buttons inside the adaptive quiz */
.quiz-ai-actions {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 8;
  display: flex;
  align-items: center;
  justify-content: center;
}

.quiz-ai-button {
  display: inline-flex;
  width: 112px;
  height: 112px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  padding: 12px;
  border: 1px solid #0D1726;
  border-radius: 50%;
  background: #0D1726;
  color: #fff;
  box-shadow: 5px 5px 0 rgba(13, 23, 38, .18);
  font: 800 11px/1.05 Arial, sans-serif;
  cursor: pointer;
  text-align: center;
  transition: transform .2s ease, background-color .2s ease, color .2s ease, box-shadow .2s ease;
}

.quiz-ai-button span {
  display: block;
  max-width: 76px;
  font-size: 10px;
  line-height: 1.08;
  letter-spacing: 0;
}

.quiz-ai-button strong {
  display: block;
  max-width: 76px;
  font-size: 18px;
  line-height: .95;
  letter-spacing: 0;
}

.quiz-ai-button:hover,
.quiz-ai-button:focus-visible {
  transform: translate(-2px, -2px);
  background: var(--accent, #da6f21);
  color: #0D1726;
  box-shadow: 7px 7px 0 rgba(13, 23, 38, .22);
}

/* Pictureless coded-offer hero */
.hero {
  --quiz-card-height: 640px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: minmax(420px, 7fr) minmax(220px, 3fr);
  gap: 0;
  min-height: min(860px, calc(100vh - 18px));
  padding: 104px max(20px, calc((100vw - 1420px) / 2)) 34px;
  overflow: hidden;
  background: #fff;
}

.hero::before,
.hero::after {
  content: none;
}

.hero-showcase {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  align-self: stretch;
  min-height: 0;
  border: 1px solid #0D1726;
  background: #0D1726;
}

.hero-offer-tile {
  position: relative;
  display: grid;
  align-content: space-between;
  justify-items: start;
  min-width: 0;
  min-height: 0;
  padding: clamp(18px, 2.4vw, 34px);
  border: 0;
  border-right: 1px solid #0D1726;
  border-radius: 0;
  background: #fff;
  color: #0D1726;
  text-align: left;
  box-shadow: none;
  cursor: pointer;
  transition: background-color .18s ease, transform .18s ease;
}

.hero-offer-tile:last-child {
  border-right: 0;
}

.hero-offer-tile:hover,
.hero-offer-tile:focus-visible {
  z-index: 1;
  transform: translateY(-6px);
  outline: none;
}

.hero-offer-tile--family { background: #fff; }
.hero-offer-tile--group { background: #fbfbf8; }
.hero-offer-tile--duo { background: #f6f6f1; }
.hero-offer-tile--single { background: #fdfdfb; }

.hero-offer-tile:hover,
.hero-offer-tile:focus-visible {
  background: #f1f1ec;
}

.hero-offer-kicker {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  padding: 0 12px;
  border: 1px solid #0D1726;
  border-radius: 999px;
  background: rgba(255, 255, 255, .84);
  font: 900 clamp(11px, .88vw, 13px)/1 Arial, sans-serif;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.hero-offer-tile strong {
  max-width: 100%;
  margin-top: clamp(18px, 3vw, 42px);
  font: 900 clamp(28px, 3vw, 54px)/.88 Arial, sans-serif;
  letter-spacing: -.06em;
  overflow-wrap: anywhere;
}

.hero-offer-gift {
  display: block;
  margin-top: 14px;
  font: 900 clamp(44px, 5.2vw, 86px)/.82 Arial, sans-serif;
  letter-spacing: -.08em;
}

.hero-offer-copy {
  margin-top: 8px;
  font: 900 clamp(18px, 1.65vw, 27px)/1 Arial, sans-serif;
  letter-spacing: -.03em;
}

.hero-offer-tile small {
  align-self: end;
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  margin-top: clamp(20px, 3vw, 42px);
  padding: 0 13px;
  border: 1px solid #0D1726;
  border-radius: 999px;
  background: #0D1726;
  color: #fff;
  font: 800 13px/1 Arial, sans-serif;
}

.hero-bottom {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(20px, 5vw, 70px);
  align-items: center;
  min-height: 0;
  padding-top: clamp(22px, 3vw, 42px);
  color: #0D1726;
}

.hero-bottom-copy {
  min-width: 0;
}

.hero-bottom .hero-eyebrow {
  margin: 0 0 14px;
  color: rgba(13, 23, 38, .62);
}

.hero-bottom .hero-eyebrow span {
  background: var(--accent);
}

.hero-bottom h1 {
  max-width: none;
  color: #0D1726;
  font: 900 clamp(43px, 6.4vw, 96px)/.86 Arial, Helvetica, sans-serif;
  letter-spacing: -.075em;
}

.hero-bottom h1 em {
  color: var(--deal-blue);
  font: 700 clamp(37px, 5.2vw, 78px)/.9 Georgia, 'Times New Roman', serif;
  letter-spacing: -.075em;
}

.hero-bottom-actions {
  display: grid;
  justify-items: end;
  gap: 20px;
}

.hero-bottom .button {
  background: #0D1726;
  color: #fff;
}

.hero-bottom .button:hover,
.hero-bottom .button:focus-visible {
  background: var(--deal-blue);
  color: #0D1726;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
  margin: 0;
}

.hero-proof strong {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  padding: 0 13px;
  border: 1px solid rgba(13, 23, 38, .18);
  border-radius: 999px;
  color: #0D1726;
  font: 900 13px/1 Arial, sans-serif;
}

.hero.quiz-in-hero {
  display: block;
  min-height: 760px;
  padding-top: 130px;
  background: var(--deal-blue);
}

.hero.quiz-in-hero .hero-showcase,
.hero.quiz-in-hero .hero-bottom {
  display: none;
}

@media (max-width: 1120px) {
  .hero {
    grid-template-rows: minmax(460px, 7fr) minmax(250px, 3fr);
    min-height: auto;
    padding-top: 96px;
  }

  .hero-showcase {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-bottom {
    grid-template-columns: 1fr;
  }

  .hero-bottom-actions {
    justify-items: start;
  }

  .hero-proof {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .hero {
    grid-template-rows: minmax(620px, auto) auto;
    padding: 88px 14px 28px;
    background: #fff;
  }

  .hero-showcase {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .hero-offer-tile {
    min-height: 138px;
    padding: 18px;
    border-right: 0;
    border-bottom: 1px solid #0D1726;
    box-shadow: none;
  }

  .hero-offer-tile:last-child {
    border-bottom: 0;
  }

  .hero-offer-tile:hover,
  .hero-offer-tile:focus-visible {
    transform: translateX(6px);
    box-shadow: none;
  }

  .hero-offer-tile strong {
    margin-top: 16px;
    font-size: 30px;
  }

  .hero-offer-gift {
    font-size: 48px;
  }

  .hero-bottom {
    padding-top: 34px;
  }

  .hero-bottom h1 {
    font-size: clamp(42px, 14vw, 64px);
  }

  .hero-bottom h1 em {
    font-size: clamp(34px, 11vw, 50px);
  }

  .hero-proof strong {
    font-size: 12px;
  }
}
