/*
 * TiBu public theme
 * Clean, transport-app-inspired visual language without third-party branding.
 * Loaded after the original styles so application structure and behaviour stay intact.
 */

:root {
  color-scheme: light;
  --green: #13a86b;
  --green-bright: #13a86b;
  --green-dark: #087949;
  --ink: #071b3f;
  --text: #24344d;
  --muted: #687484;
  --soft: #f1f3f2;
  --line: #e2e6e3;
  --disabled: #a5aba7;
  --error: #e8495d;
  --red: #e8495d;
  --red-soft: #fff0f2;
  --orange-soft: #fff6e8;
  --shadow: 0 18px 50px rgba(17, 19, 18, .08);
}

html {
  background: #f4f6f5;
  -webkit-text-size-adjust: 100%;
}

body {
  padding: 0 !important;
  background: #f4f6f5 !important;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  -webkit-font-smoothing: antialiased;
}

button,
input,
select,
textarea {
  font-family: inherit;
}

button,
a,
summary {
  -webkit-tap-highlight-color: transparent;
}

button:focus-visible,
a:focus-visible,
summary:focus-visible,
input:focus,
select:focus,
textarea:focus {
  outline: 0;
  box-shadow: 0 0 0 3px rgba(47, 158, 109, .19) !important;
}

/* Shared public shells */
body > .app,
body > .page,
body > .wrap {
  width: min(100%, 520px) !important;
  min-height: 100vh;
  margin: 0 auto !important;
  padding: 12px 20px 40px !important;
  background: #fff !important;
}

.customer-topbar,
.account-topbar,
.public-topbar {
  min-height: 58px !important;
  margin: -12px -2px 18px !important;
  padding: 10px 2px !important;
  border-bottom: 1px solid rgba(226, 230, 227, .9) !important;
  background: rgba(255, 255, 255, .94) !important;
  backdrop-filter: blur(14px);
}

.customer-brand img,
.account-brand img,
.public-topbar .brand img {
  width: auto !important;
  height: 22px !important;
  object-fit: contain;
}

.top-login-btn,
.top-account-btn,
.account-pill,
.public-account-btn,
.public-login-link,
.top-link {
  min-height: 40px !important;
  border: 0 !important;
  border-radius: 999px !important;
  padding: 0 15px !important;
  background: var(--soft) !important;
  color: var(--ink) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  box-shadow: none !important;
}

.top-account-credit,
.account-pill strong,
.public-credit {
  color: var(--green-dark) !important;
}

.customer-top-panel,
.customer-menu,
.account-menu,
.public-menu {
  border: 1px solid var(--line) !important;
  border-radius: 22px !important;
  padding: 10px !important;
  background: #fff !important;
  box-shadow: 0 18px 55px rgba(17, 19, 18, .16) !important;
}

.customer-menu a,
.customer-menu button,
.customer-menu .menu-disabled,
.account-menu a,
.account-menu .menu-disabled,
.public-menu a,
.public-menu button,
.public-menu .menu-disabled {
  min-height: 44px !important;
  border-radius: 14px !important;
  font-weight: 800 !important;
}

.customer-menu a:hover,
.customer-menu button:hover,
.account-menu a:hover,
.public-menu a:hover,
.public-menu button:hover {
  background: var(--soft) !important;
}

/* Home */
.home-title {
  max-width: 390px;
  margin: 28px 0 30px !important;
  color: var(--ink);
  font-size: clamp(36px, 10.5vw, 46px) !important;
  line-height: .98 !important;
  letter-spacing: -.055em !important;
  font-weight: 900 !important;
}

.service-grid {
  gap: 12px !important;
}

.service-card {
  --card-bg: var(--soft);
  --card-accent: transparent;
  min-height: 172px !important;
  align-items: flex-start !important;
  justify-content: flex-end !important;
  gap: 4px !important;
  border: 0 !important;
  border-radius: 24px !important;
  padding: 18px !important;
  background: var(--soft) !important;
  color: var(--ink) !important;
  text-align: left !important;
  box-shadow: none !important;
  transform: none !important;
  transition: background .16s ease, transform .12s ease !important;
}

.service-card::before {
  display: none !important;
}

.service-card.ride {
  background: #ddf4e8 !important;
}

.service-card.cylinder {
  background: #eef1ef !important;
}

.service-card:hover {
  background: #e7ebe8 !important;
}

.service-card.ride:hover {
  background: #d2eddf !important;
}

.service-card:active {
  transform: scale(.985) !important;
}

.service-card.disabled {
  opacity: 1 !important;
  filter: none !important;
  background: #f5f6f5 !important;
}

.service-art {
  width: 54px !important;
  height: 54px !important;
  margin: 0 0 auto !important;
  display: grid;
  place-items: center;
}

.service-art img {
  width: 52px !important;
  height: 52px !important;
}

.service-card.disabled .service-art {
  opacity: .42;
  filter: grayscale(1);
}

.service-title,
.service-card.disabled .service-title {
  color: var(--ink) !important;
  font-size: 20px !important;
  line-height: 1.08 !important;
  letter-spacing: -.035em !important;
  font-weight: 900 !important;
}

.service-sub,
.service-card.disabled .service-sub {
  color: var(--muted) !important;
  font-size: 13px !important;
  line-height: 1.25 !important;
  font-weight: 650 !important;
}

.service-availability {
  min-height: 14px !important;
  margin-top: 2px;
  color: var(--muted) !important;
  font-size: 11px !important;
  font-weight: 800 !important;
}

.service-availability.online {
  color: var(--green-dark) !important;
}

.service-online-badge {
  top: 16px !important;
  right: 16px !important;
  width: 12px !important;
  min-width: 12px !important;
  height: 12px !important;
  padding: 0 !important;
  border: 3px solid #ddf4e8 !important;
  background: var(--green) !important;
  color: transparent !important;
  font-size: 0 !important;
  box-shadow: none !important;
}

.empty-state {
  border-radius: 22px !important;
  background: var(--soft) !important;
}

/* Form screens */
.top {
  gap: 12px !important;
  margin: 24px 0 26px !important;
}

.back-btn {
  width: 44px !important;
  height: 44px !important;
  background: var(--soft) !important;
  color: var(--ink) !important;
  font-weight: 500;
}

.screen-title {
  font-size: 36px !important;
  line-height: 1 !important;
  letter-spacing: -.05em !important;
  font-weight: 900 !important;
}

.route-panel,
.pickup-card,
.phone-card,
.more,
.cylinder-card,
.route-summary,
.payment-card,
.customer-access-card {
  border: 0 !important;
  border-radius: 22px !important;
  background: var(--soft) !important;
  box-shadow: none !important;
}

.route-panel,
.pickup-card,
.phone-card,
.cylinder-card,
.route-summary,
.payment-card {
  padding: 14px !important;
}

.label {
  margin-bottom: 8px !important;
  color: #626a66 !important;
  font-size: 13px !important;
  line-height: 1.3;
  font-weight: 800 !important;
}

input,
select,
textarea {
  min-height: 52px !important;
  border: 1px solid transparent !important;
  border-radius: 15px !important;
  background: #fff !important;
  color: var(--ink) !important;
  font-size: 16px !important;
  box-shadow: none;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--green) !important;
}

input::placeholder,
textarea::placeholder {
  color: #8b918e !important;
}

.route-line {
  grid-template-columns: 28px minmax(0, 1fr) !important;
  gap: 8px !important;
  min-height: 62px !important;
}

.route-line:first-child::after {
  left: 13px !important;
  top: 40px !important;
  bottom: -22px !important;
  background: #cdd3cf !important;
}

.route-dot {
  width: 12px !important;
  height: 12px !important;
  background: var(--green) !important;
  box-shadow: 0 0 0 4px rgba(47, 158, 109, .12) !important;
}

.route-dot.red {
  background: var(--red) !important;
  box-shadow: 0 0 0 4px rgba(227, 75, 93, .11) !important;
}

.route-inputs {
  grid-template-columns: 132px minmax(0, 1fr) !important;
}

.city-options {
  border: 1px solid var(--line) !important;
  border-radius: 18px !important;
  box-shadow: 0 18px 46px rgba(17, 19, 18, .16) !important;
}

.city-option {
  border-radius: 13px !important;
}

.city-option:hover,
.city-option:focus-visible {
  background: var(--soft) !important;
}

.city-help,
.payment-hint,
.customer-access-sub,
.customer-login-message {
  color: var(--muted) !important;
}

.more summary {
  min-height: 56px !important;
  padding: 0 16px !important;
  font-weight: 850 !important;
}

.more summary::after {
  color: var(--green-dark) !important;
}

.choice,
.payment-choice,
.location-actions button,
.customer-login-row button,
.customer-logout-btn {
  min-height: 48px !important;
  border-radius: 15px !important;
  font-weight: 800 !important;
}

.choice.active,
.payment-choice.active,
.customer-login-row button {
  background: var(--ink) !important;
  color: #fff !important;
}

.location-consent,
.location-message {
  border: 1px solid var(--line) !important;
  border-radius: 20px !important;
  box-shadow: none !important;
}

.location-actions button.primary {
  background: var(--green) !important;
}

.cta,
.primary-btn,
.filter button,
.card button[type="submit"] {
  min-height: 56px !important;
  border: 0 !important;
  border-radius: 18px !important;
  background: var(--green) !important;
  color: #fff !important;
  font-size: 17px !important;
  font-weight: 900 !important;
  box-shadow: none !important;
}

.cta:active,
.primary-btn:active {
  background: var(--green-dark) !important;
}

.offer-card,
.offer-empty,
.price-card {
  border: 1px solid var(--line) !important;
  border-radius: 22px !important;
  background: #fff !important;
  box-shadow: none !important;
}

.offer-card.active {
  border: 2px solid var(--green) !important;
  background: #f8fcfa !important;
}

.qty-step {
  border-radius: 15px !important;
  background: var(--ink) !important;
}

.qty-display {
  color: var(--green-dark) !important;
}

/* Order status */
body > .page .card {
  border: 0 !important;
  border-radius: 26px !important;
  padding: 22px !important;
  background: #fff !important;
  box-shadow: none !important;
}

body > .page .card > h1 {
  font-size: 32px !important;
  line-height: 1 !important;
  letter-spacing: -.05em !important;
  font-weight: 900 !important;
}

.order-summary,
.counter-offer,
.driver-note-box {
  border: 0 !important;
  border-radius: 22px !important;
  background: var(--soft) !important;
  box-shadow: none !important;
}

.order-summary {
  padding: 18px !important;
}

.order-summary-title,
.counter-offer-title {
  font-weight: 900 !important;
}

.order-summary-price {
  font-size: 25px !important;
  color: var(--ink) !important;
}

.route-card::before {
  background: #cdd3cf !important;
}

.dot,
.tiny-dot {
  background: var(--green) !important;
}

.dot.red,
.tiny-dot.red {
  background: var(--red) !important;
}

.meta-row,
.waiting-box,
.vehicle-gallery {
  border-radius: 18px !important;
  background: var(--soft) !important;
}

body > .page .actions a.button,
body > .page .actions button,
body > .page .counter-offer-actions button,
body > .page .cancel-actions button,
body > .page summary.cancel-summary {
  min-height: 52px;
  border-radius: 17px !important;
  background: var(--green) !important;
  font-weight: 900 !important;
}

body > .page .actions a.secondary,
body > .page .actions button.secondary,
body > .page .counter-offer-actions button.secondary,
body > .page .cancel-actions button.secondary,
body > .page summary.cancel-summary {
  background: var(--soft) !important;
  color: var(--ink) !important;
}

body > .page .actions button.danger,
body > .page .actions a.button.danger,
body > .page .counter-offer-actions button.danger,
body > .page .cancel-actions button.danger {
  background: var(--red) !important;
  color: #fff !important;
}

.waiting-bar::before {
  background: var(--green) !important;
}

.cancel-dialog {
  border-radius: 26px !important;
}

/* Customer account and PIN */
.header {
  margin: 22px 0 20px !important;
}

.header h1,
body > .wrap .card h1 {
  font-size: 38px !important;
  line-height: .98 !important;
  letter-spacing: -.055em !important;
  font-weight: 900 !important;
}

body > .app .card,
body > .wrap .card {
  border: 0 !important;
  border-radius: 22px !important;
  padding: 16px !important;
  background: var(--soft) !important;
  box-shadow: none !important;
}

body > .app .card.white,
body > .wrap .card {
  background: #fff !important;
  border: 1px solid var(--line) !important;
}

.big-credit {
  color: var(--ink);
  font-size: 36px !important;
  font-weight: 900 !important;
}

.profile-title,
.item-title,
.item-amount {
  font-weight: 900 !important;
}

.profile-form .field input {
  border: 1px solid var(--line) !important;
}

.pin-details summary,
.pill,
.actions a,
.actions button,
.more a,
.back {
  min-height: 42px !important;
  border-radius: 999px !important;
  background: var(--soft) !important;
  color: var(--ink) !important;
  font-weight: 800 !important;
}

.tabs {
  gap: 5px !important;
  padding: 5px;
  border-radius: 18px;
  background: var(--soft);
}

.tabs a {
  min-height: 42px !important;
  border-radius: 14px !important;
  background: transparent !important;
  font-weight: 800 !important;
}

.tabs a.active {
  background: #fff !important;
  color: var(--ink) !important;
  box-shadow: 0 2px 8px rgba(17, 19, 18, .08);
}

.item,
.empty {
  border: 1px solid var(--line) !important;
  border-radius: 18px !important;
  box-shadow: none !important;
}

.notice,
.error {
  border: 0 !important;
  border-radius: 18px !important;
}

@media (min-width: 600px) {
  body {
    padding: 28px 0 !important;
  }

  body > .app,
  body > .page,
  body > .wrap {
    min-height: calc(100vh - 56px);
    border-radius: 32px;
    box-shadow: var(--shadow);
  }
}

@media (max-width: 420px) {
  body > .app,
  body > .page,
  body > .wrap {
    padding: 10px 16px 34px !important;
  }

  .customer-topbar,
  .account-topbar,
  .public-topbar {
    margin-top: -10px !important;
  }

  .service-card {
    min-height: 158px !important;
    padding: 15px !important;
  }

  .service-art,
  .service-art img {
    width: 48px !important;
    height: 48px !important;
  }

  .service-title {
    font-size: 18px !important;
  }

  .route-inputs {
    grid-template-columns: 116px minmax(0, 1fr) !important;
  }

  .screen-title {
    font-size: 33px !important;
  }
}

@media (max-width: 350px) {
  .service-grid {
    grid-template-columns: 1fr !important;
  }

  .service-card {
    min-height: 150px !important;
  }

  .route-inputs,
  .row-2,
  .payment-row,
  .choice-row,
  .counter-offer-actions,
  .cancel-actions {
    grid-template-columns: 1fr !important;
  }
}

/* =========================================================
   Professional visual refinement · v2
   ========================================================= */

:root {
  --green: #20ad6a;
  --green-bright: #55dda0;
  --green-dark: #087949;
  --ink: #0d1512;
  --text: #25302b;
  --muted: #68746e;
  --soft: #f1f5f3;
  --line: #e0e8e3;
  --navy: #081b17;
  --cyan: #38d7df;
  --violet: #a886ff;
  --amber: #ffc34d;
  --rose: #ff6d8a;
  --shadow: 0 22px 60px rgba(10, 30, 23, .11);
}

html,
body {
  background: #f3f7f5 !important;
}

body > .app,
body > .page,
body > .wrap {
  background: #fff !important;
}

.customer-topbar,
.account-topbar,
.public-topbar {
  min-height: 64px !important;
  border-bottom-color: rgba(13, 21, 18, .09) !important;
  background: rgba(255, 255, 255, .97) !important;
}

.customer-brand,
.account-brand,
.public-topbar .brand {
  width: 70px;
  height: 27px;
  overflow: hidden;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
}

.customer-brand img,
.account-brand img,
.public-topbar .brand img {
  width: 74px !important;
  height: 28px !important;
  max-width: none !important;
  object-fit: cover !important;
  transform: scale(1.14);
  mix-blend-mode: multiply;
}

body > .app .reward-card {
  border: 1px solid #cce9da !important;
  background: #eaf8f1 !important;
}

.top-login-btn,
.top-account-btn,
.account-pill,
.public-account-btn,
.public-login-link,
.top-link {
  min-height: 42px !important;
  border: 1px solid #e2e9e5 !important;
  background: #fff !important;
  box-shadow: 0 5px 16px rgba(12, 30, 23, .07) !important;
}

.top-account-btn::before,
.account-pill::before,
.public-account-btn::before {
  content: "";
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 4px rgba(32, 173, 106, .12);
}

.home-title {
  margin-top: 34px !important;
  text-wrap: balance;
}

.service-card {
  min-height: 184px !important;
  border: 1px solid rgba(255, 255, 255, .08) !important;
  color: #fff !important;
  box-shadow: 0 14px 32px rgba(5, 18, 14, .16) !important;
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease !important;
}

.service-card.ride {
  background: #071b3f !important;
}

.service-card.cylinder {
  background: #071b3f !important;
}

.service-card.parcel,
.service-card.parcel.disabled {
  background: #071b3f !important;
}

.service-card.shopping,
.service-card.shopping.disabled {
  background: #071b3f !important;
}

.service-card:hover,
.service-card.ride:hover {
  filter: brightness(1.07);
  transform: translateY(-2px) !important;
  box-shadow: 0 18px 40px rgba(5, 18, 14, .22) !important;
}

.service-card.disabled {
  opacity: .72 !important;
}

.service-card.disabled:hover {
  filter: none;
  transform: none !important;
}

.service-card.disabled::after {
  content: "Čoskoro";
  position: absolute;
  top: 14px;
  right: 14px;
  min-height: 24px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 999px;
  padding: 0 9px;
  background: rgba(255, 255, 255, .09);
  color: rgba(255, 255, 255, .76);
  font-size: 10px;
  line-height: 1;
  font-weight: 850;
  letter-spacing: .035em;
  text-transform: uppercase;
}

.service-card.disabled .service-art {
  opacity: .85 !important;
  filter: none !important;
}

.service-title,
.service-card.disabled .service-title {
  color: #fff !important;
}

.service-sub,
.service-card.disabled .service-sub,
.service-availability {
  color: rgba(255, 255, 255, .64) !important;
}

.service-availability.online {
  color: #72efaf !important;
}

.service-online-badge {
  border-color: #0d2f26 !important;
  background: #65e7a7 !important;
  box-shadow: 0 0 0 5px rgba(101, 231, 167, .09) !important;
}

.back-btn[data-back-home] {
  position: relative;
  flex: 0 0 46px;
  width: 46px !important;
  height: 46px !important;
  padding: 0 !important;
  border: 1px solid #e3eae6 !important;
  background: #f2f6f4 !important;
  color: transparent !important;
  font-size: 0 !important;
  box-shadow: none !important;
}

.back-btn[data-back-home]::before,
.back-btn[data-back-home]::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 17px;
  height: 2.5px;
  border-radius: 999px;
  background: var(--ink);
  transform-origin: center;
}

.back-btn[data-back-home]::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.back-btn[data-back-home]::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.back-btn[data-back-route] {
  border: 1px solid #e3eae6 !important;
  background: #f2f6f4 !important;
  font-size: 30px !important;
  line-height: 1 !important;
}

.route-panel,
.pickup-card,
.phone-card,
.more,
.cylinder-card,
.route-summary,
.payment-card,
.customer-access-card {
  border: 1px solid #e5ebe7 !important;
  background: #f3f6f5 !important;
  box-shadow: 0 7px 20px rgba(11, 35, 27, .045) !important;
}

.label {
  color: #58655f !important;
  font-weight: 850 !important;
}

input,
select,
textarea {
  border-color: #e3e9e5 !important;
  box-shadow: 0 2px 7px rgba(13, 32, 25, .025);
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--green) !important;
  background: #fff !important;
}

.choice,
.payment-choice {
  border: 1px solid #e4eae6 !important;
  background: rgba(255, 255, 255, .92) !important;
}

.choice.active,
.payment-choice.active {
  border-color: var(--ink) !important;
  background: #071b3f !important;
  color: #fff !important;
  box-shadow: 0 8px 18px rgba(8, 20, 14, .14) !important;
}

.cta,
.primary-btn,
.filter button,
.card button[type="submit"] {
  background: #13a86b !important;
  box-shadow: 0 10px 24px rgba(23, 158, 95, .22) !important;
  transition: transform .14s ease, box-shadow .14s ease, filter .14s ease !important;
}

.cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.cta::after {
  content: "→";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .16);
  font-size: 16px;
  line-height: 1;
}

.cta:hover,
.primary-btn:hover,
.filter button:hover,
.card button[type="submit"]:hover {
  filter: brightness(1.04);
  box-shadow: 0 13px 30px rgba(23, 158, 95, .28) !important;
}

.cta:active,
.primary-btn:active {
  transform: translateY(1px) scale(.992) !important;
}

.offer-card,
.offer-empty,
.price-card {
  box-shadow: 0 9px 26px rgba(10, 35, 25, .07) !important;
}

/* Completed order */
body > .page .card.is-complete {
  padding: 0 !important;
  overflow: hidden;
}

.completion-hero {
  position: relative;
  overflow: hidden;
  padding: 26px 22px 24px;
  border-radius: 26px;
  background: #071b3f;
  color: #fff;
}

.completion-hero::after {
  content: "";
  position: absolute;
  right: -50px;
  bottom: -70px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: rgba(72, 224, 150, .12);
}

.completion-check {
  position: relative;
  z-index: 1;
  width: 54px;
  height: 54px;
  margin-bottom: 22px;
  border-radius: 18px;
  background: #65e7a7;
  box-shadow: 0 12px 28px rgba(55, 211, 133, .25);
}

.completion-check span::before,
.completion-check span::after {
  content: "";
  position: absolute;
  height: 3px;
  border-radius: 999px;
  background: #07301f;
  transform-origin: left center;
}

.completion-check span::before {
  left: 15px;
  top: 29px;
  width: 12px;
  transform: rotate(45deg);
}

.completion-check span::after {
  left: 23px;
  top: 35px;
  width: 22px;
  transform: rotate(-48deg);
}

.completion-eyebrow {
  position: relative;
  z-index: 1;
  margin-bottom: 7px;
  color: #72efaf;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.completion-hero h1 {
  position: relative;
  z-index: 1;
  max-width: 360px;
  color: #fff !important;
  font-size: 38px !important;
  line-height: .98 !important;
  letter-spacing: -.055em !important;
}

.completion-subtitle {
  position: relative;
  z-index: 1;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, .7);
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
}

.is-complete .order-summary {
  margin: 16px 0 0 !important;
  border: 1px solid #e3eae6 !important;
  border-radius: 22px !important;
  background: #f3f6f5 !important;
  box-shadow: none !important;
}

.is-complete .order-summary-price {
  color: var(--green-dark) !important;
  font-size: 28px !important;
}

.completion-time {
  width: fit-content;
  margin: 13px auto 0 !important;
  border-radius: 999px;
  padding: 7px 11px;
  background: #f1f5f3;
  color: var(--muted) !important;
  font-size: 12px !important;
}

.is-complete > .actions {
  padding: 0 4px 4px;
}

.is-complete > .actions a.button {
  gap: 10px;
  background: #13a86b !important;
  color: #fff !important;
  box-shadow: 0 10px 24px rgba(23, 158, 95, .2);
}

.is-complete > .actions a.button::after {
  content: "+";
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, .16);
  font-size: 18px;
}

.contact-actions .action-hint {
  margin: 0 0 2px;
  color: var(--text);
  font-size: 13px;
  font-weight: 850;
}

.contact-action-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
}

.contact-action-grid .button {
  gap: 8px;
}

body > .page .actions a.button:not(.secondary),
body > .page .actions button:not(.secondary):not(.danger) {
  color: #fff !important;
}

body > .page .actions a.button.secondary {
  color: var(--ink) !important;
}

.call-button::before,
.whatsapp-button-public::before {
  content: "";
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.call-button::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.79 19.79 0 0 1 2.12 4.18 2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.13.96.36 1.9.69 2.8a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.9.33 1.84.56 2.8.69A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E");
}

.whatsapp-button-public::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230d1512' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 11.5a8.38 8.38 0 0 1-.9 3.8A8.5 8.5 0 0 1 12.5 20a8.38 8.38 0 0 1-3.8-.9L3 21l1.9-5.7A8.38 8.38 0 0 1 4 11.5 8.5 8.5 0 0 1 8.7 3.9a8.38 8.38 0 0 1 3.8-.9H13a8.48 8.48 0 0 1 8 8z'/%3E%3C/svg%3E");
}

@media (max-width: 420px) {
  .customer-brand,
  .account-brand,
  .public-topbar .brand {
    width: 66px;
  }

  .service-card {
    min-height: 168px !important;
  }

  .completion-hero h1 {
    font-size: 34px !important;
  }
}
