/* Fixed currency selection and consistent contact actions. */
.currency-controls { display: flex; align-items: center; gap: 12px; }
.currency-controls[hidden] { display: none; }
.currency-label { color: var(--muted); font-size: 11px; }
.currency-toggle { display: inline-flex; gap: 3px; padding: 3px; border: 1px solid var(--border); border-radius: 10px; background: var(--color-currency-background); }
.currency-toggle button { display: inline-flex; align-items: center; justify-content: center; gap: 6px; min-width: 64px; min-height: 40px; padding: 8px 12px; border: 1px solid var(--color-transparent); border-radius: 7px; background: var(--color-transparent); color: var(--muted); font-family: inherit; font-size: 15px; font-weight: 600; line-height: 1; cursor: pointer; transition: background-color .16s ease, color .16s ease; }
.currency-toggle button span { font-size: 10px; letter-spacing: .06em; }
.currency-toggle button[aria-pressed="true"] { color: var(--text); background: var(--surface); border-color: var(--color-currency-active-border); }
.currency-toggle button:hover { color: var(--accent); }
.currency-toggle button:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }
.hero-currency-controls { margin-top: 21px; }
.hero-prices { margin-top: 9px; }
.currency-value { white-space: nowrap; }
html[data-price-currency] .currency-separator { display: none; }
.currency-value[hidden] { display: none !important; }
.price > .currency-value { color: inherit; font: inherit; letter-spacing: inherit; margin-left: 0; }
.price .currency-symbol { font-size: .48em; margin-left: 6px; font-weight: 500; letter-spacing: -.02em; }
.price .currency-symbol--prefix { margin-left: 0; margin-right: 5px; }
.price .currency-symbol--word { font-size: .34em; margin-left: 8px; letter-spacing: 0; }
html:not([data-price-currency]) .price { font-size: clamp(28px, 3vw, 39px); display: flex; flex-wrap: wrap; gap: 8px; }
.price > .currency-separator { font-size: .7em; align-self: center; }
.pricing-toolbar { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px 20px; margin-bottom: 22px; }
.pricing-toolbar-title { color: var(--muted); font-size: 13px; }
.questions-list .currency-value { font-weight: 600; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

/* Each contact group exposes the same three destinations and button treatment. */
.contact-buttons { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; width: fit-content; max-width: 100%; align-items: stretch; }
.contact-buttons > .contact-button { min-width: 0; min-height: 44px; padding: 11px 13px; gap: 7px; font-size: 13px; font-weight: 550; white-space: nowrap; border-radius: 8px; justify-content: center; }
.contact-buttons > .contact-button .icon { width: 17px; height: 17px; flex: 0 0 17px; }
.header-inner { gap: 24px; }
.main-navigation { gap: 26px; }
.hero-buttons { display: flex; flex-wrap: wrap; gap: 9px; }
.hero-buttons .button { font-size: 13px; padding-inline: 16px; gap: 8px; }
.inline-contact-actions { margin-top: 20px; }
.inline-contact-actions.section-action { margin-top: 24px; }
.price-alternatives { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 5px 22px; margin-top: 12px; }
.price-alternatives .price-alternative { display: inline-flex; align-items: center; justify-content: center; gap: 7px; min-height: 40px; margin-top: 0; }
.price-alternatives .icon { width: 17px; height: 17px; flex-basis: 17px; }
.contact-actions > .button-row { flex-wrap: wrap; gap: 10px; }
.contact-actions > .button-row .button { font-size: 13px; padding-inline: 16px; }
.questions-list p a { overflow-wrap: anywhere; }
.floating-contact { display: none; }
@media (max-width: 1100px) {
  .header-inner { gap: 18px; }
  .main-navigation { gap: 17px; }
  .main-navigation a { font-size: 12px; }
  .hero-buttons .button { padding-inline: 12px; font-size: 12px; }
  .contact-actions { flex-direction: column; align-items: flex-start; }
}
@media (min-width: 701px) and (max-width: 950px) {
  .header-inner { gap: 18px; }
  .mobile-price-link .icon { display: none; }
  .hero-buttons .button { width: auto; min-width: 0; max-width: none; }
  .hero-buttons .icon { width: 17px; height: 17px; flex-basis: 17px; }
}
@media (max-width: 700px) {
  :root { --header-height: 72px; }
  html { scroll-padding-top: calc(var(--header-height) + 16px); }
  .mobile-price-link { font-size: 12px; }
  .mobile-price-link .icon { display: none; }
  .hero-buttons { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7px; }
  .hero-buttons .button { width: 100%; min-width: 0; min-height: 49px; padding: 10px 8px; justify-content: center; font-size: 12px; }
  .hero-buttons .icon { width: 16px; height: 16px; flex-basis: 16px; }
  .hero-currency-controls { margin-top: 20px; }
  .pricing-toolbar { margin-bottom: 18px; }
  .pricing-toolbar .currency-controls { margin-left: auto; }
  .currency-controls { gap: 8px; }
  .currency-toggle button { min-width: 57px; min-height: 40px; padding-inline: 9px; gap: 4px; }
  .inline-contact-actions { width: 100%; }
  .inline-contact-actions > .contact-button { font-size: 12px; padding-inline: 7px; gap: 5px; }
  .contact-actions > .button-row { flex-direction: column; width: 100%; }
  .contact-actions > .button-row .button { width: 100%; justify-content: center; min-height: 49px; font-size: 14px; }
  .floating-contact { display: grid; width: calc(100% - 28px); max-width: 390px; gap: 6px; padding: 8px; border: 1px solid var(--border); border-radius: 13px; background: var(--background); box-shadow: 0 4px 18px var(--color-shadow-soft); }
  .floating-contact > .contact-button { width: 100%; min-height: 44px; padding: 10px 5px; gap: 5px; font-size: 12px; border-color: var(--color-outline-border); box-shadow: none; }
  .floating-contact > .contact-button .icon { width: 16px; height: 16px; flex-basis: 16px; }
}
@media (max-width: 400px) {
  .hero-buttons .icon { display: none; }
  .hero-buttons .button { padding-inline: 6px; font-size: 12px; }
  .brand-name { font-size: 18px; }
  .pricing-toolbar-title { font-size: 12px; }
  .pricing-toolbar .currency-label, .hero-currency-controls .currency-label { display: none; }
  .currency-toggle button { min-width: 53px; padding-inline: 7px; }
  .currency-toggle button span { font-size: 9px; }
  .price { font-size: 59px; }
  .inline-contact-actions > .contact-button, .floating-contact > .contact-button { font-size: 11px; gap: 4px; }
}
@media print {
  .currency-controls, .contact-buttons, .price-alternatives { display: none !important; }
  [data-currency-value][hidden] { display: inline !important; }
  html[data-price-currency] .currency-separator { display: inline; }
  .price { font-size: 24px; }
}
