html.ak-portal-dark-page,
body.ak-portal-dark-page,
body.ak-portal-dark-page .fl-page,
body.ak-portal-dark-page .fl-page-content,
body.ak-portal-dark-page .fl-builder-content,
body.ak-portal-dark-page .fl-row,
body.ak-portal-dark-page .fl-row-content-wrap,
body.ak-portal-dark-page .site,
body.ak-portal-dark-page .site-content,
body.ak-portal-dark-page main {
  background-color: #f7f6f2 !important;
}

.ak-portal,
.ak-portal * {
  box-sizing: border-box;
}

.ak-portal {
  --ak-primary: #1b8595;
  --ak-primary-dark: #126a77;
  --ak-primary-soft: #edf5f4;
  --ak-dark: #333333;
  --ak-muted: #626c6c;
  --ak-surface: #ffffff;
  --ak-surface-raised: #ffffff;
  --ak-background: #f7f6f2;
  --ak-line: #dfe5e3;
  --ak-warm: #edf5f4;
  --ak-shadow: 0 12px 32px rgba(39, 50, 49, 0.09);
  max-width: 1200px;
  margin: 0 auto;
  padding: clamp(14px, 2vw, 24px);
  color: var(--ak-dark);
  color-scheme: light;
  background: var(--ak-background);
  box-shadow: 0 0 0 100vmax var(--ak-background);
  clip-path: inset(0 -100vmax);
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.58;
}

.ak-portal [hidden] {
  display: none !important;
}

.ak-portal button,
.ak-portal input,
.ak-portal select {
  font: inherit;
}

.ak-svg {
  display: block;
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
}

.ak-profile {
  min-height: 68vh;
  display: grid;
  place-items: center;
  padding: clamp(24px, 5vw, 58px);
  background:
    linear-gradient(100deg, rgba(11, 45, 53, 0.96) 0%, rgba(11, 45, 53, 0.78) 45%, rgba(11, 45, 53, 0.28) 100%),
    url("./apart-kreidl-night.jpg") center 58% / cover no-repeat;
  border-radius: 30px;
}

.ak-profile-card {
  width: min(100%, 540px);
  padding: clamp(30px, 6vw, 58px);
  background: rgba(17, 46, 57, 0.96);
  border: 1px solid var(--ak-line);
  border-radius: 25px;
  box-shadow: var(--ak-shadow);
}

.ak-profile-card > p:not(.ak-eyebrow) {
  margin: 0;
  color: var(--ak-muted);
  font-size: 1rem;
}

.ak-profile-card h2,
.ak-hero h2,
.ak-section-heading h3,
.ak-panel-heading h3 {
  margin: 5px 0 12px;
  color: var(--ak-dark);
  line-height: 1.12;
  letter-spacing: -0.025em;
}

.ak-profile-card h2,
.ak-hero h2 {
  font-size: clamp(2.05rem, 4.5vw, 3.25rem);
}

.ak-section-heading h3,
.ak-panel-heading h3 {
  font-size: clamp(1.5rem, 3.4vw, 2.1rem);
}

.ak-eyebrow {
  margin: 0;
  color: var(--ak-primary);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.ak-profile-form {
  display: grid;
  gap: 20px;
  margin-top: 30px;
}

.ak-profile-form label,
.ak-date-field {
  display: grid;
  gap: 8px;
  color: var(--ak-dark);
  font-size: 1rem;
  font-weight: 750;
}

.ak-profile-form input,
.ak-profile-form select,
.ak-date-field select {
  width: 100%;
  min-height: 58px;
  padding: 0 16px;
  /* iOS Safari zooms form controls whose computed font size is below 16 px. */
  font-size: 16px !important;
  line-height: 1.25;
  color: #fff !important;
  -webkit-text-fill-color: #fff;
  caret-color: #62ddd8;
  background-color: #173541 !important;
  border: 1px solid rgba(73, 210, 207, 0.62);
  border-radius: 14px;
}

.ak-profile-form input::placeholder {
  color: rgba(255, 255, 255, 0.58);
  -webkit-text-fill-color: rgba(255, 255, 255, 0.58);
}

.ak-profile-form input:focus,
.ak-profile-form select:focus,
.ak-date-field select:focus {
  outline: none;
  border-color: #62ddd8;
  box-shadow: 0 0 0 3px rgba(73, 210, 207, 0.2);
}

.ak-profile-form input:-webkit-autofill,
.ak-profile-form input:-webkit-autofill:hover,
.ak-profile-form input:-webkit-autofill:focus {
  -webkit-text-fill-color: #fff !important;
  caret-color: #62ddd8;
  -webkit-box-shadow: 0 0 0 1000px #173541 inset !important;
  box-shadow: 0 0 0 1000px #173541 inset !important;
}

.ak-primary-button,
.ak-order-button {
  min-height: 58px;
  padding: 0 24px;
  color: #fff;
  background: var(--ak-primary);
  border: 0;
  border-radius: 14px;
  font-weight: 800;
  cursor: pointer;
  transition: transform 160ms ease, opacity 160ms ease, background 160ms ease;
}

.ak-primary-button:hover,
.ak-order-button:hover:not(:disabled) {
  background: #2297a7;
  transform: translateY(-1px);
}

.ak-primary-button:focus-visible,
.ak-order-button:focus-visible,
.ak-accordion-trigger:focus-visible,
.ak-profile-edit:focus-visible,
.ak-language-link:focus-visible,
.ak-stepper button:focus-visible,
.ak-card-link:focus-visible,
.ak-phone-card a:focus-visible {
  outline: 3px solid rgba(27, 133, 149, 0.32);
  outline-offset: 3px;
}

.ak-order-button:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.ak-hero {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
  min-height: 260px;
  padding: clamp(28px, 4vw, 46px);
  color: #fff;
  background:
    linear-gradient(90deg, rgba(9, 44, 52, 0.98) 0%, rgba(9, 44, 52, 0.9) 34%, rgba(9, 44, 52, 0.46) 66%, rgba(9, 44, 52, 0.08) 100%),
    url("./apart-kreidl-night.jpg") center 57% / cover no-repeat;
  border: 1px solid rgba(27, 133, 149, 0.45);
  border-radius: 30px;
  box-shadow: var(--ak-shadow);
  overflow: hidden;
}

.ak-hero > div {
  position: relative;
  z-index: 1;
}

.ak-hero .ak-eyebrow {
  color: #45ddd2;
}

.ak-hero h2 {
  max-width: 660px;
  color: #fff;
  font-size: clamp(2.35rem, 5vw, 3.8rem);
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.22);
}

.ak-subtitle {
  margin: 0;
  max-width: 570px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.05rem;
}

.ak-hero-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px;
}

.ak-profile-edit,
.ak-language-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 7px 13px;
  color: #fff;
  background: rgba(9, 37, 46, 0.72);
  border: 1px solid rgba(89, 216, 213, 0.58);
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
}

.ak-language-link {
  color: #7de4df;
}

.ak-language-link .ak-svg {
  width: 19px;
  height: 19px;
}

.ak-accordion {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.ak-accordion-item {
  overflow: hidden;
  background: var(--ak-surface);
  border: 1px solid var(--ak-line);
  border-radius: 20px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
}

.ak-accordion-trigger {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) 36px;
  align-items: center;
  gap: 16px;
  width: 100%;
  min-height: 88px;
  padding: 15px 22px;
  color: var(--ak-dark);
  text-align: left;
  background: var(--ak-surface);
  border: 0;
  cursor: pointer;
  transition: color 180ms ease, background 180ms ease;
}

.ak-accordion-trigger:hover {
  background: #1d424f;
}

.ak-menu-icon {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  color: #55ded8;
  background: linear-gradient(145deg, #176271, #127f8e);
  border-radius: 16px;
  transition: color 180ms ease, background 180ms ease;
}

.ak-menu-icon .ak-svg {
  width: 27px;
  height: 27px;
}

.ak-menu-copy {
  display: grid;
  gap: 2px;
}

.ak-menu-copy strong {
  font-size: clamp(21px, 2vw, 25px);
  line-height: 1.25;
}

.ak-menu-copy small {
  color: var(--ak-muted);
  font-size: 17px;
  line-height: 1.35;
}

.ak-menu-chevron {
  display: grid;
  place-items: center;
}

.ak-menu-chevron .ak-svg {
  width: 25px;
  height: 25px;
  transition: transform 180ms ease;
}

.ak-accordion-item.is-open .ak-accordion-trigger {
  color: #fff;
  background: linear-gradient(115deg, #174450, #10323d);
  box-shadow: inset 4px 0 0 var(--ak-primary-dark);
}

.ak-accordion-item.is-open .ak-menu-icon {
  color: #65e7e0;
  background: #126978;
}

.ak-accordion-item.is-open .ak-menu-copy small {
  color: rgba(255, 255, 255, 0.82);
}

.ak-accordion-item.is-open .ak-menu-chevron .ak-svg {
  transform: rotate(180deg);
}

.ak-accordion-panel {
  background: #102833;
  border-top: 1px solid var(--ak-line);
}

.ak-panel-inner {
  padding: clamp(22px, 4.5vw, 44px);
}

.ak-info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
}

.ak-info-card {
  display: flex;
  min-height: 190px;
  padding: 22px;
  flex-direction: column;
  align-items: flex-start;
  background: var(--ak-surface-raised);
  border: 1px solid var(--ak-line);
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.14);
}

.ak-info-card h4,
.ak-phone-card h4,
.ak-product-info h4 {
  margin: 0;
  color: var(--ak-dark);
  line-height: 1.3;
}

.ak-info-card h4 {
  margin-top: 2px;
  font-size: 20px;
}

.ak-info-card p {
  margin: 10px 0 18px;
  color: var(--ak-muted);
  font-size: 17px;
  line-height: 1.55;
}

.ak-card-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: auto;
  color: #65ddd8;
  font-size: 17px;
  font-weight: 800;
  text-decoration: none;
}

.ak-card-link:hover {
  text-decoration: underline;
}

.ak-card-link .ak-svg {
  width: 18px;
  height: 18px;
}

.ak-season {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 13px;
  padding: 6px 9px;
  color: #70e4df;
  background: #123e48;
  border: 1px solid rgba(82, 210, 207, 0.22);
  border-radius: 999px;
  font-size: 15px;
  font-weight: 800;
}

.ak-season .ak-svg {
  width: 16px;
  height: 16px;
}

.ak-season-winter {
  color: #a7d7ff;
  background: #173850;
}

.ak-season-both {
  color: #d9e7ea;
  background: #233d46;
}

.ak-panel-heading {
  margin-bottom: 18px;
}

.ak-panel-heading-spaced {
  margin-top: 38px;
}

.ak-restaurant-categories {
  display: grid;
  gap: 44px;
}

.ak-restaurant-category + .ak-restaurant-category {
  padding-top: 38px;
  border-top: 1px solid var(--ak-line);
}

.ak-restaurant-category .ak-panel-heading {
  margin-bottom: 18px;
}

.ak-restaurant-category .ak-panel-heading h3 {
  color: #6fe2dd;
  font-size: clamp(26px, 3vw, 32px);
  font-weight: 850;
}

.ak-recommended {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 13px;
  padding: 7px 11px;
  color: #75e6e0;
  background: #123e48;
  border: 1px solid rgba(82, 210, 207, 0.3);
  border-radius: 999px;
  font-size: 15px;
  font-weight: 850;
}

.ak-recommended .ak-svg {
  width: 18px;
  height: 18px;
}

.ak-shop {
  width: 100%;
}

.ak-section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
}

.ak-delivery-note {
  padding: 10px 14px;
  color: #70e4df;
  background: #123e48;
  border: 1px solid rgba(82, 210, 207, 0.24);
  border-radius: 999px;
  font-size: 16px;
  font-weight: 800;
  white-space: nowrap;
}

.ak-date-field {
  max-width: 370px;
  margin-bottom: 28px;
}

.ak-products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.ak-product {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  grid-template-rows: auto auto;
  gap: 9px 15px;
  padding: 15px;
  background: var(--ak-surface-raised);
  border: 1px solid var(--ak-line);
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.14);
}

.ak-product img {
  grid-row: 1 / 3;
  width: 82px;
  height: 82px;
  object-fit: cover;
  border-radius: 14px;
}

.ak-product-info h4 {
  margin-top: 2px;
  font-size: 19px;
}

.ak-product-info p {
  margin: 3px 0 0;
  color: var(--ak-muted);
  font-size: 17px;
}

.ak-stepper {
  display: grid;
  grid-template-columns: 38px 34px 38px;
  align-items: center;
  justify-content: start;
  align-self: end;
}

.ak-stepper button {
  display: grid;
  width: 38px;
  height: 38px;
  padding: 0;
  place-items: center;
  color: #fff;
  background: linear-gradient(145deg, #176b79, #138c9b);
  border: 0;
  border-radius: 11px;
  font-size: 1.3rem;
  cursor: pointer;
}

.ak-stepper button:hover {
  color: #fff;
  background: #24a6b5;
}

.ak-stepper output {
  text-align: center;
  font-size: 17px;
  font-weight: 850;
}

.ak-checkout {
  max-width: 610px;
  margin: 30px 0 0 auto;
  padding: 25px;
  color: #fff;
  background: #081b23;
  border: 1px solid var(--ak-line);
  border-radius: 20px;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.2);
}

.ak-checkout > div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 9px 22px;
  margin-bottom: 20px;
}

.ak-total-label,
.ak-total {
  margin-top: 8px;
  padding-top: 13px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 1.12rem;
}

.ak-order-button {
  width: 100%;
  color: #fff;
  background: var(--ak-primary);
}

.ak-billing-note,
.ak-message {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
  line-height: 1.5;
}

.ak-message.ak-success {
  color: #a9e8c0;
  font-weight: 750;
}

.ak-message.ak-error {
  color: #ffb8b2;
  font-weight: 750;
}

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

.ak-phone-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 102px;
  padding: 19px 21px;
  background: var(--ak-surface-raised);
  border: 1px solid var(--ak-line);
  border-radius: 17px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.14);
}

.ak-phone-card h4 {
  font-size: 20px;
}

.ak-phone-card p {
  margin: 4px 0 0;
  color: var(--ak-muted);
  font-size: 15px;
  line-height: 1.35;
}

.ak-phone-card a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 12px;
  color: #fff;
  background: var(--ak-primary);
  border-radius: 999px;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.ak-phone-card a .ak-svg {
  width: 17px;
  height: 17px;
}

.ak-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

@media (max-width: 980px) {
  .ak-info-grid,
  .ak-products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .ak-portal {
    padding: 12px;
    font-size: 17px;
  }

  .ak-hero,
  .ak-section-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .ak-hero {
    min-height: 300px;
    padding: 22px 20px;
    background:
      linear-gradient(180deg, rgba(9, 44, 52, 0.96) 0%, rgba(9, 44, 52, 0.82) 52%, rgba(9, 44, 52, 0.25) 100%),
      url("./apart-kreidl-night.jpg") 62% center / cover no-repeat;
  }

  .ak-hero h2 {
    font-size: clamp(2.05rem, 10vw, 2.75rem);
  }

  .ak-hero-actions {
    justify-content: flex-start;
    width: 100%;
  }

  .ak-accordion-trigger {
    grid-template-columns: 50px minmax(0, 1fr) 28px;
    min-height: 76px;
    padding: 12px 14px;
  }

  .ak-menu-icon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
  }

  .ak-menu-copy small {
    display: none;
  }

  .ak-menu-copy strong {
    font-size: 20px;
  }

  .ak-info-grid,
  .ak-products,
  .ak-phone-grid {
    grid-template-columns: 1fr;
  }

  .ak-info-card {
    min-height: auto;
  }

  .ak-product {
    grid-template-columns: 76px minmax(0, 1fr);
  }

  .ak-product img {
    width: 76px;
    height: 76px;
  }

  .ak-delivery-note {
    white-space: normal;
  }

  .ak-phone-card {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ak-portal *,
  .ak-portal *::before,
  .ak-portal *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* Public-site visual language for the guest portal. */
.ak-portal { max-width: 1240px; padding: clamp(14px, 2.5vw, 28px); }
.ak-profile { position: relative; min-height: 72vh; border-radius: 5px; background: linear-gradient(90deg, rgba(18,44,49,.8), rgba(18,44,49,.12)), url("./apart-kreidl-night.jpg") center / cover no-repeat; }
.ak-profile-language { position: absolute; z-index: 2; top: 18px; right: 18px; }
.ak-profile-card { color: #333; background: rgba(255,255,255,.97); border-color: var(--ak-line); border-radius: 6px; }
.ak-profile-card .ak-eyebrow { color: var(--ak-primary-dark); }
.ak-profile-form input,
.ak-profile-form select,
.ak-date-field select { color: #333 !important; -webkit-text-fill-color: #333; caret-color: #1b8595; background: #fff !important; border: 1px solid #bdcfcb; border-radius: 4px; }
.ak-profile-form input:-webkit-autofill,
.ak-profile-form input:-webkit-autofill:hover,
.ak-profile-form input:-webkit-autofill:focus { -webkit-text-fill-color: #333 !important; caret-color: #1b8595; -webkit-box-shadow: 0 0 0 1000px #fff inset !important; box-shadow: 0 0 0 1000px #fff inset !important; }
.ak-primary-button,
.ak-order-button { border-radius: 4px; }
.ak-hero { min-height: 240px; border: 0; border-radius: 5px; box-shadow: none; background: linear-gradient(90deg, rgba(17,42,48,.86), rgba(17,42,48,.53) 46%, rgba(17,42,48,.05)), url("./apart-kreidl-night.jpg") center 57% / cover no-repeat; }
.ak-hero .ak-eyebrow { color: #c1e7e5; }
.ak-hero h2 { color: #fff; font-size: clamp(2rem,4.2vw,3.2rem); }
.ak-profile-edit,
.ak-language-link,
.ak-portal-language summary { color: #fff; background: rgba(17,42,48,.58); border: 1px solid rgba(255,255,255,.7); border-radius: 4px; }
.ak-portal-language { position: relative; }
.ak-portal-language summary { display: inline-flex; min-height: 42px; padding: 7px 13px; align-items: center; gap: 7px; list-style: none; cursor: pointer; font-size: 14px; }
.ak-portal-language summary::-webkit-details-marker { display: none; }
.ak-portal-language summary .ak-svg { width: 19px; height: 19px; }
.ak-portal-language nav { position: absolute; z-index: 20; top: calc(100% + 6px); right: 0; display: grid; min-width: 150px; padding: 8px; background: #fff; border: 1px solid var(--ak-line); box-shadow: var(--ak-shadow); }
.ak-portal-language nav a { padding: 9px 12px; color: #333; font-size: 14px; text-decoration: none; }
.ak-portal-language nav a:hover,
.ak-portal-language nav a[aria-current] { background: var(--ak-primary-soft); color: var(--ak-primary-dark); }
.ak-accordion-item { border-radius: 5px; box-shadow: none; }
.ak-accordion-trigger { background: #fff; }
.ak-accordion-trigger:hover { background: #f0f7f6; }
.ak-menu-icon { color: #1b8595; background: #edf5f4; border-radius: 5px; }
.ak-menu-copy strong { font-size: clamp(18px,1.8vw,22px); }
.ak-menu-copy small { font-size: 14px; }
.ak-accordion-item.is-open .ak-accordion-trigger { color: #fff; background: #1b8595; box-shadow: none; }
.ak-accordion-item.is-open .ak-menu-icon { color: #fff; background: rgba(255,255,255,.18); }
.ak-accordion-panel { background: #fbfdfc; }
.ak-info-card,
.ak-product,
.ak-phone-card { border-radius: 5px; box-shadow: none; }
.ak-info-card h4,
.ak-phone-card h4 { font-size: 18px; }
.ak-info-card p { font-size: 15px; }
.ak-card-link { color: #126a77; font-size: 15px; }
.ak-season,
.ak-season-winter,
.ak-season-both,
.ak-recommended,
.ak-delivery-note { color: #126a77; background: #edf5f4; border-color: #d3e7e3; border-radius: 4px; font-size: 13px; }
.ak-restaurant-category .ak-panel-heading h3 { color: #126a77; font-size: clamp(21px,2.6vw,27px); }
.ak-product-info h4 { font-size: 17px; }
.ak-product-info p { font-size: 15px; }
.ak-stepper button { border-radius: 4px; background: #1b8595; }
.ak-checkout { color: #333; background: #edf5f4; border-radius: 5px; box-shadow: none; }
.ak-total-label,
.ak-total { border-top-color: #cbdedb; }
.ak-billing-note,
.ak-message { color: #4f5c5c; font-size: 15px; }
.ak-message.ak-success { color: #176a47; }
.ak-message.ak-error { color: #a42d2d; }
.ak-phone-card a { border-radius: 4px; }
@media (max-width:700px) {
  .ak-portal { padding: 10px; font-size: 15px; }
  .ak-profile { min-height: 74vh; padding: 18px; }
  .ak-hero { min-height: 245px; background: linear-gradient(90deg, rgba(17,42,48,.84), rgba(17,42,48,.16)), url("./apart-kreidl-night.jpg") 62% center / cover no-repeat; }
  .ak-hero h2 { font-size: clamp(2rem,9vw,2.6rem); }
  .ak-accordion-trigger { min-height: 72px; }
}


/* v0.9.2: full-width hero, compact language menu and homepage-style CTA/footer. */
.ak-portal-language {
  position: relative;
  z-index: 30;
}
.ak-portal-language summary {
  display: inline-flex;
  min-height: 42px;
  padding: 7px 12px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: #fff;
  background: rgba(17, 42, 48, .62);
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 760;
  line-height: 1;
  list-style: none;
  -webkit-tap-highlight-color: transparent;
}
.ak-portal-language summary::-webkit-details-marker { display: none; }
.ak-portal-language summary::marker { content: ""; }
.ak-portal-language summary .ak-svg { width: 21px; height: 21px; }
.ak-portal-language nav {
  position: absolute;
  z-index: 100;
  top: calc(100% + 7px);
  right: 0;
  display: grid;
  min-width: 158px;
  padding: 7px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #dfe5e3;
  border-radius: 5px;
  box-shadow: 0 14px 34px rgba(39, 50, 49, .18);
}
.ak-portal-language nav a {
  padding: 10px 12px;
  color: #333 !important;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.25;
  text-decoration: none !important;
}
.ak-portal-language nav a:hover,
.ak-portal-language nav a:focus-visible,
.ak-portal-language nav a[aria-current="page"] {
  color: #126a77 !important;
  background: #edf5f4;
}
.ak-profile-language { position: absolute; z-index: 40; top: 18px; right: 18px; }

.ak-hero {
  position: relative;
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-right: max(24px, calc((100vw - 1180px) / 2));
  padding-left: max(24px, calc((100vw - 1180px) / 2));
  border-radius: 0;
  overflow: visible;
}

.ak-next-stay,
.ak-app-footer {
  position: relative;
  width: 100vw;
  max-width: none;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}
.ak-next-stay {
  display: flex;
  margin-top: 34px;
  padding: 27px max(24px, calc((100vw - 1180px) / 2));
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: #1b8595 !important;
}
.ak-next-stay h3 {
  max-width: 650px;
  margin: 0;
  color: #fff !important;
  font-size: clamp(19px, 2vw, 26px);
  font-weight: 720;
  letter-spacing: -.02em;
  line-height: 1.2;
}
.ak-next-stay a {
  display: inline-flex;
  min-height: 46px;
  padding: 11px 18px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #126a77 !important;
  background: #fff !important;
  border: 1px solid #fff;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none !important;
  white-space: nowrap;
}
.ak-next-stay a:hover,
.ak-next-stay a:focus-visible {
  color: #fff !important;
  background: #126a77 !important;
  border-color: #126a77;
}
.ak-app-footer {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(180px, .7fr);
  padding: 30px max(24px, calc((100vw - 1180px) / 2));
  gap: 34px;
  color: #fff !important;
  background: #333 !important;
}
.ak-app-footer-brand {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  align-items: center;
  gap: 18px;
}
.ak-app-footer-brand img {
  width: 76px;
  height: 76px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.ak-app-footer-brand p {
  max-width: 390px;
  margin: 0;
  color: #c7cccb !important;
  font-size: 14px;
  line-height: 1.55;
}
.ak-app-footer-contact {
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: #c7cccb !important;
  font-size: 14px;
}
.ak-app-footer-contact strong {
  margin-bottom: 5px;
  color: #fff !important;
}
.ak-app-footer-contact a {
  color: #c7cccb !important;
  text-decoration: none !important;
}
.ak-app-footer-contact a:hover,
.ak-app-footer-contact a:focus-visible { color: #79dce3 !important; }

@media (max-width: 700px) {
  .ak-hero {
    min-height: 270px;
    padding: 22px 20px;
    background: linear-gradient(90deg, rgba(17,42,48,.84), rgba(17,42,48,.16)), url("./apart-kreidl-night.jpg") 62% center / cover no-repeat;
  }
  .ak-hero-actions { gap: 9px; }
  .ak-portal-language summary { min-width: 51px; padding: 8px 10px; }
  .ak-portal-language nav { right: auto; left: 0; }
  .ak-profile-language nav { right: 0; left: auto; }
  .ak-next-stay {
    align-items: stretch;
    flex-direction: column;
    padding: 23px 20px;
    gap: 15px;
  }
  .ak-next-stay h3 { font-size: 20px; line-height: 1.22; }
  .ak-next-stay a { width: 100%; }
  .ak-app-footer {
    grid-template-columns: 1fr;
    padding: 27px 20px 30px;
    gap: 22px;
  }
  .ak-app-footer-brand { grid-template-columns: 68px minmax(0, 1fr); gap: 16px; }
  .ak-app-footer-brand img { width: 68px; height: 68px; }
}


/* v0.9.4: keep the guest app isolated from the normal website header/theme styles. */
body.ak-portal-dark-page .ak-site-header {
  display: none !important;
}

/* The Dutch WPML page used a different page wrapper. These stronger selectors
   keep the app cards identical on DE, EN and NL even when theme button rules
   are present on the translated page. */
.ak-portal .ak-accordion-item {
  background: #fff !important;
  border-radius: 5px !important;
}
.ak-portal .ak-accordion-item:not(.is-open) .ak-accordion-trigger {
  color: #333 !important;
  background: #fff !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.ak-portal .ak-accordion-item:not(.is-open) .ak-menu-icon {
  color: #1b8595 !important;
  background: #edf5f4 !important;
  border-radius: 5px !important;
}
.ak-portal .ak-accordion-item.is-open .ak-accordion-trigger {
  color: #fff !important;
  background: #1b8595 !important;
  box-shadow: none !important;
}
.ak-portal .ak-accordion-item.is-open .ak-menu-icon {
  color: #fff !important;
  background: rgba(255,255,255,.18) !important;
  border-radius: 5px !important;
}


/* v0.9.5 – iPhone/Safari: never auto-zoom the guest form. */
@media (max-width: 782px) {
  .ak-portal .ak-profile-form input,
  .ak-portal .ak-profile-form select,
  .ak-portal .ak-date-field select {
    font-size: 16px !important;
    min-height: 54px;
  }
}
