/*!****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/block-footer/style.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
:root {
  --wa-primary-teal: #7ebdc2;
  --wa-primary-dark: #6dabad;
  --wa-beige-light: #f5f1ed;
  --wa-beige-medium: #e8dfd7;
  --wa-brown-soft: #b89f91;
  --wa-text-primary: #2d2d2d;
  --wa-text-secondary: #5a5a5a;
  --wa-whatsapp-green: #25d366;
  --wa-whatsapp-dark: #20ba5a;
  --wa-shadow-soft: 0 4px 20px rgba(0, 0, 0, 0.08);
  --wa-shadow-medium: 0 8px 30px rgba(0, 0, 0, 0.12);
  --wa-shadow-strong: 0 12px 40px rgba(0, 0, 0, 0.15);
}
.wp-block-blocks-salon-block-footer.footer {
  margin-top: 0;
  min-width: 100%;
  background: var(--primary-dark, #6dabad);
  color: white;
  padding: 4rem 0 1rem;
}
.wp-block-blocks-salon-block-footer.footer .container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 40px);
}
.wp-block-blocks-salon-block-footer.footer .footer-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
}
.wp-block-blocks-salon-block-footer.footer .footer-column h4 {
  font-family: var(--font-heading, "Cormorant Garamond", serif);
  color: rgb(255, 255, 255);
  margin-bottom: 1.5rem;
  font-size: 2rem;
  font-weight: 700;
}
.wp-block-blocks-salon-block-footer.footer .footer-column p {
  color: white;
  line-height: 1.7;
  margin-bottom: 1.5rem;
  font-size: 1.2rem;
}
.wp-block-blocks-salon-block-footer.footer .footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.wp-block-blocks-salon-block-footer.footer .footer-column li {
  margin-bottom: 0.875rem;
  color: white;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 1.2rem;
}
.wp-block-blocks-salon-block-footer.footer .footer-column li i {
  color: white;
  margin-top: 0.25rem;
  flex-shrink: 0;
}
.wp-block-blocks-salon-block-footer.footer .footer-column a {
  color: white;
  text-decoration: none;
  transition: color 0.3s ease;
}
.wp-block-blocks-salon-block-footer.footer .footer-column a:hover {
  color: var(--heading-color, #0f3460);
}
.wp-block-blocks-salon-block-footer.footer .footer-column--brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}
.wp-block-blocks-salon-block-footer.footer .footer-column--brand .footer-logo {
  display: block;
  max-width: 180px;
  height: auto;
  scale: 1.2;
}
.wp-block-blocks-salon-block-footer.footer .footer-column--brand .footer-description {
  margin: 0;
}
.wp-block-blocks-salon-block-footer.footer .footer-column--brand .footer-social {
  display: flex;
  gap: 0.75rem;
  margin-top: 0.25rem;
}
.wp-block-blocks-salon-block-footer.footer .footer-social {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}
.wp-block-blocks-salon-block-footer.footer .social-icon {
  width: 44px;
  height: 44px;
  background: rgba(126, 189, 194, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7ebdc2;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 1.1rem;
}
.wp-block-blocks-salon-block-footer.footer .social-icon:hover {
  background: white;
  color: #7ebdc2;
  transform: translateY(-3px);
}
.wp-block-blocks-salon-block-footer.footer .footer-bottom {
  text-align: center;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9rem;
}
.wp-block-blocks-salon-block-footer.footer .footer-bottom a {
  color: #a6d4d7;
  text-decoration: none;
  transition: color 0.3s ease;
}
.wp-block-blocks-salon-block-footer.footer .footer-bottom a:hover {
  color: #7ebdc2;
}
.wp-block-blocks-salon-block-footer.footer .back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9999;
  background: linear-gradient(135deg, var(--primary-teal) 0%, var(--primary-dark) 100%);
  color: white;
  border: 1px solid var(--primary-light, #a6d4d7);
  border-radius: 50px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(126, 189, 194, 0.4);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  overflow: hidden;
}
.wp-block-blocks-salon-block-footer.footer .back-to-top:hover {
  background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary-teal) 100%);
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(126, 189, 194, 0.6);
  width: auto;
  padding: 0 25px;
}
.wp-block-blocks-salon-block-footer.footer .back-to-top:hover .back-to-top-text {
  opacity: 1;
  max-width: 200px;
  margin-left: 10px;
}
.wp-block-blocks-salon-block-footer.footer .back-to-top:hover i {
  transform: translateY(-3px);
}
.wp-block-blocks-salon-block-footer.footer .back-to-top:focus {
  outline: 3px solid var(--primary-extra-light);
  outline-offset: 2px;
}
.wp-block-blocks-salon-block-footer.footer .back-to-top:active {
  transform: translateY(-2px);
}
.wp-block-blocks-salon-block-footer.footer .back-to-top i {
  font-size: 20px;
  transition: transform 0.3s ease;
}
@media (max-width: 768px) {
  .wp-block-blocks-salon-block-footer.footer .back-to-top {
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
  }
  .wp-block-blocks-salon-block-footer.footer .back-to-top i {
    font-size: 18px;
  }
  .wp-block-blocks-salon-block-footer.footer .back-to-top:hover {
    width: auto;
    padding: 0 20px;
  }
}
@media (max-width: 480px) {
  .wp-block-blocks-salon-block-footer.footer .back-to-top {
    bottom: 15px;
    right: 15px;
    width: 45px;
    height: 45px;
  }
  .wp-block-blocks-salon-block-footer.footer .back-to-top i {
    font-size: 16px;
  }
}
.wp-block-blocks-salon-block-footer.footer .back-to-top-text {
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  opacity: 0;
  max-width: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .wp-block-blocks-salon-block-footer.footer .back-to-top-text {
    font-size: 13px;
  }
}
.wp-block-blocks-salon-block-footer.footer .back-to-top.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.wp-block-blocks-salon-block-footer.footer html {
  scroll-behavior: smooth;
}
@media print {
  .wp-block-blocks-salon-block-footer.footer .back-to-top {
    display: none !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  .wp-block-blocks-salon-block-footer.footer .back-to-top {
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  .wp-block-blocks-salon-block-footer.footer .back-to-top:hover {
    transform: none;
  }
  .wp-block-blocks-salon-block-footer.footer html {
    scroll-behavior: auto;
  }
}
.modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.modal.active {
  display: flex;
  animation: fadeIn 0.3s ease;
}
.modal .modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(5px);
}
.modal .modal-content {
  position: relative;
  z-index: 10;
  background: white;
  border-radius: 20px;
  max-width: 1000px;
  width: 100%;
  height: 90vh;
  max-height: 800px;
  overflow: hidden;
  animation: slideUp 0.3s ease;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}
.modal .modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 44px;
  height: 44px;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: white;
  font-size: 1.25rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 11;
}
.modal .modal-close:hover {
  background: #7ebdc2;
  border-color: #7ebdc2;
  transform: rotate(90deg);
}
.modal .booking-iframe {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 20px;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 768px) {
  .modal .modal-content {
    max-width: 100%;
    height: 95vh;
    border-radius: 15px;
  }
  .modal .modal-close {
    top: 0.75rem;
    right: 0.75rem;
    width: 40px;
    height: 40px;
    font-size: 1.1rem;
  }
}
@media (max-width: 480px) {
  .modal {
    padding: 0;
  }
  .modal .modal-content {
    border-radius: 0;
    height: 100vh;
    max-height: 100vh;
  }
  .modal .modal-close {
    background: rgba(0, 0, 0, 0.8);
  }
}
body:has(.modal.active) {
  overflow: hidden;
}
@media (max-width: 768px) {
  .wp-block-blocks-salon-block-footer.footer {
    padding: 3rem 0 1rem;
  }
  .wp-block-blocks-salon-block-footer.footer .footer-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .wp-block-blocks-salon-block-footer.footer .footer-column {
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  .wp-block-blocks-salon-block-footer.footer .footer-column .footer-column ul {
    text-align: center;
    padding: 0;
  }
  .wp-block-blocks-salon-block-footer.footer .footer-column .footer-column li {
    justify-content: center;
  }
  .wp-block-blocks-salon-block-footer.footer .footer-column .footer-social {
    justify-content: center;
  }
  .wp-block-blocks-salon-block-footer.footer .footer-column h4 {
    font-size: 1.125rem;
    margin-bottom: 1.25rem;
  }
  .booking-modal .booking-modal-content {
    padding: 1.5rem;
    border-radius: 15px;
  }
  .booking-modal .booking-modal-close {
    top: 1rem;
    right: 1rem;
    width: 36px;
    height: 36px;
    font-size: 1.1rem;
  }
  .booking-modal .booking-modal-header {
    margin-bottom: 1.5rem;
  }
  .booking-modal .booking-modal-header h2 {
    font-size: 1.5rem;
  }
  .booking-modal .booking-modal-header p {
    font-size: 0.9rem;
  }
  .booking-modal .form-row {
    grid-template-columns: 1fr;
  }
  .booking-modal .booking-success {
    padding: 1.5rem;
  }
  .booking-modal .booking-success i {
    font-size: 3rem;
  }
  .booking-modal .booking-success h3 {
    font-size: 1.5rem;
  }
  .booking-modal .booking-success p {
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .modal {
    padding: 0;
  }
  .modal .modal-content {
    border-radius: 0;
    height: 100vh;
    max-height: 100vh;
  }
  .modal .modal-close {
    background: rgba(0, 0, 0, 0.8);
  }
}
body:has(.modal.active) {
  overflow: hidden;
}
/* ==========================================================================
   LAHJAKORTTI (GIFT CARD) STYLES
   Add this to your block-footer style.scss
   ========================================================================== */
/* Floating Button */
.lahjakortti-floating-btn {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  display: flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, #7ebdc2 0%, #5ba3a8 100%);
  color: #ffffff;
  border: none;
  padding: 14px 18px;
  border-radius: 12px 0 0 12px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: -4px 4px 20px rgba(126, 189, 194, 0.35);
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
.lahjakortti-floating-btn:hover {
  padding-right: 24px;
  background: linear-gradient(135deg, #6dabad 0%, #4a9297 100%);
  box-shadow: -6px 6px 30px rgba(126, 189, 194, 0.45);
}
.lahjakortti-floating-btn:focus-visible {
  outline: 3px solid #7ebdc2;
  outline-offset: 2px;
}
.lahjakortti-floating-icon {
  font-size: 18px;
  animation: lahjakortti-pulse 2s ease-in-out infinite;
}
@keyframes lahjakortti-pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
  }
}
.lahjakortti-floating-text {
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
/* Modal Overlay */
.lahjakortti-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(15, 52, 96, 0.6);
  backdrop-filter: blur(8px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.lahjakortti-modal-overlay.lahjakortti-modal-active {
  opacity: 1;
  visibility: visible;
}
/* Modal Container */
.lahjakortti-modal-container {
  position: relative;
  width: 100%;
  max-width: 520px;
  max-height: 90vh;
  background: #ffffff;
  border-radius: 24px;
  overflow: hidden;
  overflow-y: auto;
  transform: scale(0.9) translateY(20px);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 25px 80px rgba(15, 52, 96, 0.25), 0 10px 30px rgba(15, 52, 96, 0.15);
}
.lahjakortti-modal-active .lahjakortti-modal-container {
  transform: scale(1) translateY(0);
}
/* Close Button */
.lahjakortti-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 10;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(15, 52, 96, 0.08);
  border: none;
  border-radius: 50%;
  color: #0f3460;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.lahjakortti-modal-close:hover {
  background: rgba(15, 52, 96, 0.15);
  transform: rotate(90deg);
}
.lahjakortti-modal-close:focus-visible {
  outline: 3px solid #7ebdc2;
  outline-offset: 2px;
}
/* Modal Content */
.lahjakortti-modal-content {
  padding: 48px 40px 40px;
}
/* Header */
.lahjakortti-modal-header {
  text-align: center;
  margin-bottom: 24px;
}
.lahjakortti-modal-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  margin-bottom: 16px;
  background: linear-gradient(135deg, #e6f5f6 0%, #d4eaec 100%);
  border-radius: 20px;
  color: #7ebdc2;
  font-size: 32px;
}
.lahjakortti-modal-title {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2.25rem;
  font-weight: 600;
  color: #0f3460;
  margin: 0 0 8px;
}
.lahjakortti-modal-subtitle {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  color: #7ebdc2;
  font-weight: 500;
  margin: 0;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
/* Description */
.lahjakortti-modal-description {
  text-align: center;
  margin-bottom: 32px;
}
.lahjakortti-modal-description p {
  font-family: "Montserrat", sans-serif;
  font-size: 0.95rem;
  line-height: 1.7;
  color: #4a5568;
  margin: 0;
}
/* Options Grid */
.lahjakortti-modal-options {
  margin-bottom: 28px;
}
.lahjakortti-options-title {
  font-family: "Montserrat", sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  color: #0f3460;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0 0 16px;
  text-align: center;
}
.lahjakortti-options-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.lahjakortti-option-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 20px 12px;
  background: #f8fafb;
  border: 2px solid #e5e7eb;
  border-radius: 12px;
  cursor: default;
  transition: all 0.2s ease;
}
.lahjakortti-option-card:hover {
  border-color: #7ebdc2;
  background: #f0fafb;
  transform: translateY(-2px);
}
.lahjakortti-option-card.lahjakortti-option-popular {
  border-color: #7ebdc2;
  background: linear-gradient(135deg, #f0fafb 0%, #e6f5f6 100%);
}
.lahjakortti-option-card.lahjakortti-option-custom {
  background: linear-gradient(135deg, #fef3e6 0%, #fdebd4 100%);
  border-color: #f5c78e;
}
.lahjakortti-option-card.lahjakortti-option-custom:hover {
  border-color: #e9a84a;
  background: linear-gradient(135deg, #fef3e6 0%, #fce4c4 100%);
}
.lahjakortti-option-card.lahjakortti-option-custom .lahjakortti-option-amount {
  font-size: 1.1rem;
}
.lahjakortti-option-badge {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #7ebdc2, #5ba3a8);
  color: #ffffff;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 4px 10px;
  border-radius: 20px;
  white-space: nowrap;
}
.lahjakortti-option-amount {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #0f3460;
}
.lahjakortti-option-desc {
  font-family: "Montserrat", sans-serif;
  font-size: 0.7rem;
  color: #6b7280;
  text-align: center;
}
/* Info List */
.lahjakortti-modal-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px 24px;
  margin-bottom: 28px;
  background: #f8fafb;
  border-radius: 12px;
}
.lahjakortti-info-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9rem;
  color: #374151;
}
.lahjakortti-info-item i {
  color: #7ebdc2;
  font-size: 1rem;
}
/* CTA Buttons */
.lahjakortti-modal-cta {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
}
.lahjakortti-btn-primary,
.lahjakortti-btn-secondary {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 24px;
  border-radius: 50px;
  font-family: "Montserrat", sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}
.lahjakortti-btn-primary:focus-visible,
.lahjakortti-btn-secondary:focus-visible {
  outline: 3px solid #7ebdc2;
  outline-offset: 2px;
}
.lahjakortti-btn-primary {
  background: linear-gradient(135deg, #7ebdc2 0%, #5ba3a8 100%);
  color: #ffffff;
  box-shadow: 0 4px 20px rgba(126, 189, 194, 0.35);
}
.lahjakortti-btn-primary:hover {
  background: linear-gradient(135deg, #6dabad 0%, #4a9297 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 25px rgba(126, 189, 194, 0.45);
  color: #ffffff;
}
.lahjakortti-btn-secondary {
  background: #ffffff;
  color: #25d366;
  border: 2px solid #25d366;
}
.lahjakortti-btn-secondary:hover {
  background: #25d366;
  color: #ffffff;
  transform: translateY(-2px);
}
/* Footer Note */
.lahjakortti-modal-note {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.8rem;
  color: #9ca3af;
  margin: 0;
}
/* ==========================================================================
   RESPONSIVE - TABLET
   ========================================================================== */
@media (max-width: 768px) {
  .lahjakortti-floating-btn {
    padding: 12px 14px;
    font-size: 13px;
  }
  .lahjakortti-floating-icon {
    font-size: 16px;
  }
  .lahjakortti-modal-container {
    max-width: 90%;
    margin: 20px;
  }
  .lahjakortti-modal-content {
    padding: 40px 28px 32px;
  }
  .lahjakortti-modal-title {
    font-size: 1.875rem;
  }
  .lahjakortti-options-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .lahjakortti-option-card {
    padding: 16px 10px;
  }
  .lahjakortti-modal-cta {
    flex-direction: column;
  }
}
/* ==========================================================================
   RESPONSIVE - MOBILE
   ========================================================================== */
@media (max-width: 480px) {
  .lahjakortti-floating-btn {
    top: auto;
    bottom: 100px;
    padding: 10px 12px;
    font-size: 12px;
    border-radius: 10px 0 0 10px;
  }
  .lahjakortti-floating-icon {
    font-size: 14px;
  }
  .lahjakortti-modal-container {
    max-width: 100%;
    max-height: 100%;
    margin: 0;
    border-radius: 20px 20px 0 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translateY(100%);
  }
  .lahjakortti-modal-active .lahjakortti-modal-container {
    transform: translateY(0);
  }
  .lahjakortti-modal-content {
    padding: 32px 20px 28px;
  }
  .lahjakortti-modal-badge {
    width: 60px;
    height: 60px;
    font-size: 26px;
  }
  .lahjakortti-modal-title {
    font-size: 1.625rem;
  }
  .lahjakortti-modal-subtitle {
    font-size: 0.875rem;
  }
  .lahjakortti-modal-description p {
    font-size: 0.9rem;
  }
  .lahjakortti-option-amount {
    font-size: 1.25rem;
  }
  .lahjakortti-btn-primary,
  .lahjakortti-btn-secondary {
    padding: 14px 20px;
    font-size: 0.9rem;
  }
}
/* ==========================================================================
   ACCESSIBILITY
   ========================================================================== */
@media (prefers-reduced-motion: reduce) {
  .lahjakortti-floating-btn,
  .lahjakortti-modal-overlay,
  .lahjakortti-modal-container,
  .lahjakortti-modal-close,
  .lahjakortti-option-card,
  .lahjakortti-btn-primary,
  .lahjakortti-btn-secondary {
    transition: none;
  }
  .lahjakortti-floating-icon {
    animation: none;
  }
}
.wa-chat-float {
  position: fixed;
  bottom: 30px;
  left: 30px;
  z-index: 9997;
}
@media (max-width: 768px) {
  .wa-chat-float {
    bottom: 20px;
    left: 20px;
  }
}
.wa-chat-button {
  width: 65px;
  height: 65px;
  background: linear-gradient(135deg, var(--wa-whatsapp-green) 0%, var(--wa-whatsapp-dark) 100%);
  border-radius: 50%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: var(--wa-shadow-strong);
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  position: relative;
}
.wa-chat-button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.3), transparent);
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.wa-chat-button:hover {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 15px 50px rgba(37, 211, 102, 0.4);
}
.wa-chat-button:hover::before {
  opacity: 1;
}
.wa-chat-button svg {
  width: 32px;
  height: 32px;
  fill: white;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .wa-chat-button {
    width: 45px;
    height: 45px;
  }
  .wa-chat-button svg {
    width: 25px;
    height: 25px;
  }
}
.wa-chat-badge {
  position: absolute;
  top: -5px;
  right: -5px;
  background: var(--accent-coral, #ff6b6b);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  z-index: 2;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  color: white;
  border: 3px solid var(--wa-beige-light);
  animation: wa-pulse 2s infinite;
}
@keyframes wa-pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
.wa-chat-widget {
  position: fixed;
  bottom: 110px;
  left: 30px;
  width: 380px;
  max-height: 600px;
  background: white;
  border-radius: 24px;
  box-shadow: var(--wa-shadow-strong);
  opacity: 0;
  transform: scale(0.8) translateY(20px);
  transform-origin: bottom right;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  pointer-events: none;
  overflow: hidden;
  z-index: 9996;
}
.wa-chat-widget.wa-chat-active {
  opacity: 1;
  transform: scale(1) translateY(0);
  pointer-events: all;
}
@media (max-width: 768px) {
  .wa-chat-widget {
    width: calc(100vw - 40px);
    right: 20px;
    bottom: 100px;
  }
}
.wa-chat-header {
  background: linear-gradient(135deg, var(--wa-primary-teal) 0%, var(--wa-primary-dark) 100%);
  padding: 20px;
  position: relative;
  overflow: hidden;
}
.wa-chat-header::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -20%;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.15), transparent);
  border-radius: 50%;
}
.wa-chat-header-content {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  z-index: 1;
}
.wa-chat-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.3);
  background: var(--wa-brown-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 700;
  font-size: 18px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.wa-chat-operator-info {
  flex: 1;
}
.wa-chat-operator-info h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: 18px;
  font-weight: 700;
  color: white;
  margin: 0 0 2px 0;
}
.wa-chat-status {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.9);
}
.wa-chat-status-dot {
  width: 8px;
  height: 8px;
  background: #2ecc71;
  border-radius: 50%;
  animation: wa-blink 2s infinite;
}
@keyframes wa-blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
.wa-chat-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.2);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 2;
}
.wa-chat-close:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: rotate(90deg);
}
.wa-chat-close svg {
  width: 16px;
  height: 16px;
  fill: white;
}
.wa-chat-body {
  padding: 24px 20px;
  max-height: 450px;
  overflow-y: auto;
  background: var(--wa-beige-light);
}
.wa-chat-body::-webkit-scrollbar {
  width: 6px;
}
.wa-chat-body::-webkit-scrollbar-track {
  background: var(--wa-beige-medium);
  border-radius: 10px;
}
.wa-chat-body::-webkit-scrollbar-thumb {
  background: var(--wa-brown-soft);
  border-radius: 10px;
}
.wa-chat-welcome {
  background: white;
  border-radius: 16px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: var(--wa-shadow-soft);
  animation: wa-slideIn 0.5s ease;
}
.wa-chat-welcome h4 {
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--wa-text-primary);
  margin: 0 0 8px 0;
}
.wa-chat-welcome p {
  font-size: 14px;
  color: var(--wa-text-secondary);
  line-height: 1.6;
  margin: 0;
}
@keyframes wa-slideIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.wa-chat-quick-replies {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.wa-chat-quick-btn {
  background: white;
  border: 2px solid var(--wa-beige-medium);
  border-radius: 12px;
  padding: 14px 18px;
  font-size: 14px;
  color: var(--wa-text-primary);
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  display: flex;
  align-items: center;
  gap: 12px;
  text-align: left;
  font-family: "Questrial", sans-serif;
  animation: wa-fadeInUp 0.5s ease backwards;
}
.wa-chat-quick-btn:nth-child(1) {
  animation-delay: 0.1s;
}
.wa-chat-quick-btn:nth-child(2) {
  animation-delay: 0.2s;
}
.wa-chat-quick-btn:nth-child(3) {
  animation-delay: 0.3s;
}
.wa-chat-quick-btn:nth-child(4) {
  animation-delay: 0.4s;
}
.wa-chat-quick-btn:nth-child(5) {
  animation-delay: 0.5s;
}
.wa-chat-quick-btn:hover {
  background: var(--wa-primary-teal);
  border-color: var(--wa-primary-teal);
  color: white;
  transform: translateX(5px);
  box-shadow: var(--wa-shadow-soft);
}
.wa-chat-quick-btn:hover i {
  color: white;
}
.wa-chat-quick-btn i {
  width: 20px;
  font-size: 20px;
  color: var(--wa-primary-teal);
  flex-shrink: 0;
  transition: color 0.3s ease;
}
.wa-chat-quick-btn span {
  flex: 1;
}
@keyframes wa-fadeInUp {
  from {
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.wa-chat-custom-message {
  margin-top: 20px;
  animation: wa-fadeInUp 0.5s ease 0.6s backwards;
}
.wa-chat-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.wa-chat-divider::before, .wa-chat-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--wa-beige-medium), transparent);
}
.wa-chat-divider span {
  font-size: 12px;
  color: var(--wa-text-secondary);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  white-space: nowrap;
}
.wa-chat-input-wrapper {
  position: relative;
}
.wa-chat-input {
  width: 100%;
  background: white;
  border: 2px solid var(--wa-beige-medium);
  border-radius: 12px;
  padding: 14px 18px;
  font-size: 14px;
  color: var(--wa-text-primary);
  font-family: "Questrial", sans-serif;
  resize: none;
  min-height: 80px;
  transition: all 0.3s ease;
}
.wa-chat-input:focus {
  outline: none;
  border-color: var(--wa-primary-teal);
  box-shadow: 0 0 0 4px rgba(126, 189, 194, 0.1);
}
.wa-chat-input::-moz-placeholder {
  color: #aaa;
}
.wa-chat-input::placeholder {
  color: #aaa;
}
.wa-chat-send-btn {
  margin-top: 12px;
  width: 100%;
  background: linear-gradient(135deg, var(--wa-whatsapp-green) 0%, var(--wa-whatsapp-dark) 100%);
  border: none;
  border-radius: 12px;
  padding: 14px;
  font-size: 15px;
  font-weight: 600;
  color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.3s ease;
  font-family: "Questrial", sans-serif;
}
.wa-chat-send-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.3);
}
.wa-chat-send-btn svg {
  width: 18px;
  height: 18px;
  fill: white;
}
@media (max-width: 480px) {
  .wa-chat-widget {
    width: calc(100vw - 20px);
    right: 10px;
  }
  .wa-chat-body {
    padding: 20px 16px;
  }
  .wa-chat-welcome {
    padding: 16px;
  }
  .wa-chat-welcome h4 {
    font-size: 18px;
  }
  .wa-chat-quick-btn {
    padding: 12px 16px;
    font-size: 13px;
  }
  .wa-chat-quick-btn i {
    font-size: 18px;
  }
}
/* ===========================================================/* ==========================================================================
   ANNOUNCEMENT STICKER STYLES - PURE CSS VERSION
   Pinned sticker effect - like a note pinned to a board
   NO SCSS SYNTAX - готово для прямой вставки в CSS
   ========================================================================== */
.announcement-sticker {
  position: fixed;
  z-index: 9998;
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 320px;
  padding: 20px 24px 24px;
  background: #7ebdc2;
  color: white;
  /* Sticker effect - slight rotation and rounded corners */
  border: 1px solid rgba(167, 218, 205, 0.52);
  border-radius: 20px;
  transform-origin: top center;
  /* Realistic shadow - multiple layers */
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08), 0 8px 24px rgba(0, 0, 0, 0.12), 0 16px 48px rgba(126, 189, 194, 0.2);
  opacity: 0;
  transform: translateY(20px) scale(0.95) rotate(-2deg);
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  pointer-events: none;
  /* Desktop: top-right corner below nav */
  top: 120px;
  right: 30px;
}
/* Paper texture overlay */
.announcement-sticker::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.03) 0px, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 2px), repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0px, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 2px);
  border-radius: inherit;
  pointer-events: none;
}
/* Pin effect - decorative pushpin at top */
.announcement-sticker::after {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 16px;
  height: 16px;
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.4), transparent 60%), linear-gradient(135deg, #e0e0e0 0%, #b0b0b0 50%, #909090 100%);
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3), inset 0 -1px 2px rgba(0, 0, 0, 0.2), inset 0 1px 1px rgba(255, 255, 255, 0.5);
}
/* Visible state */
.announcement-sticker.announcement-sticker-visible {
  opacity: 1;
  transform: translateY(0) scale(1) rotate(-2deg);
  pointer-events: all;
  animation: announcement-appear 0.8s ease-out;
}
/* Hidden state */
.announcement-sticker.announcement-sticker-hidden {
  opacity: 0;
  transform: translateY(-20px) scale(0.95) rotate(-2deg);
  pointer-events: none;
}
/* Hover effect when clickable (has URL) */
.announcement-sticker[data-url]:not([data-url=""]) {
  cursor: pointer;
}
.announcement-sticker[data-url]:not([data-url=""]):hover {
  transform: translateY(-4px) scale(1.02) rotate(0deg);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1), 0 12px 32px rgba(0, 0, 0, 0.15), 0 20px 60px rgba(126, 189, 194, 0.25);
}
@keyframes announcement-appear {
  0% {
    opacity: 0;
    transform: translateY(-30px) scale(0.8) rotate(-8deg);
  }
  40% {
    opacity: 1;
    transform: translateY(5px) scale(1.05) rotate(2deg);
  }
  70% {
    transform: translateY(-2px) scale(0.98) rotate(-3deg);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1) rotate(-2deg);
  }
}
.announcement-sticker-content {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
  position: relative;
  z-index: 1;
}
.announcement-sticker-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.3), transparent 70%), rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.2);
  font-size: 22px;
  /* Subtle rotation animation */
  animation: announcement-icon-wiggle 3s ease-in-out infinite;
  /* Inner shadow for depth */
  box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.2), inset 0 -2px 4px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 0, 0, 0.1);
}
.announcement-sticker-icon i {
  color: white;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}
@keyframes announcement-icon-wiggle {
  0%, 100% {
    transform: rotate(-3deg) scale(1);
  }
  25% {
    transform: rotate(3deg) scale(1.05);
  }
  50% {
    transform: rotate(-2deg) scale(1);
  }
  75% {
    transform: rotate(2deg) scale(1.05);
  }
}
.announcement-sticker-text {
  flex: 1;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  color: white;
  /* Text shadow for better readability */
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  /* Handle long Finnish words */
  word-break: break-word;
  hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  /* Relative positioning for content layering */
  position: relative;
  z-index: 1;
}
.announcement-sticker-close {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: white;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  /* Subtle inner shadow */
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2), 0 2px 4px rgba(0, 0, 0, 0.1);
}
.announcement-sticker-close:hover {
  background: rgba(0, 0, 0, 0.25);
  border-color: rgba(255, 255, 255, 0.4);
  transform: rotate(90deg) scale(1.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3), 0 4px 8px rgba(0, 0, 0, 0.15);
}
.announcement-sticker-close:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.6);
  outline-offset: 3px;
}
.announcement-sticker-close i {
  pointer-events: none;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
}
/* ==========================================================================
   RESPONSIVE - TABLET
   ========================================================================== */
@media (max-width: 768px) {
  .announcement-sticker {
    top: 100px;
    right: 20px;
    max-width: 280px;
  }
  .announcement-sticker::after {
    top: -6px;
    width: 14px;
    height: 14px;
  }
  .announcement-sticker-icon {
    width: 44px;
    height: 44px;
    font-size: 20px;
  }
  .announcement-sticker-text {
    font-size: 13px;
  }
}
/* ==========================================================================
   RESPONSIVE - MOBILE
   ========================================================================== */
@media (max-width: 480px) {
  .announcement-sticker {
    top: 100px;
    bottom: auto;
    right: 15px;
    left: 15px;
    max-width: calc(100vw - 30px);
    padding: 14px 18px 18px;
    border-radius: 16px;
  }
  .announcement-sticker::after {
    top: -6px;
    width: 14px;
    height: 14px;
  }
  /* Different animation for mobile */
  .announcement-sticker.announcement-sticker-visible {
    animation: announcement-appear-mobile 0.8s ease-out;
  }
  /* Hover effect - less dramatic on mobile */
  .announcement-sticker[data-url]:not([data-url=""]):active {
    transform: translateY(-2px) scale(1.01) rotate(0deg);
  }
  .announcement-sticker-icon {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
  .announcement-sticker-text {
    font-size: 13px;
  }
  .announcement-sticker-close {
    width: 26px;
    height: 26px;
    font-size: 12px;
  }
}
@keyframes announcement-appear-mobile {
  0% {
    opacity: 0;
    transform: translateX(120%) rotate(-5deg);
  }
  50% {
    opacity: 1;
    transform: translateX(-8px) rotate(3deg);
  }
  75% {
    transform: translateX(4px) rotate(-3deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0) rotate(-2deg);
  }
}
/* ==========================================================================
   PRINT STYLES
   ========================================================================== */
@media print {
  .announcement-sticker {
    display: none !important;
  }
}
/* ==========================================================================
   ACCESSIBILITY - REDUCED MOTION
   ========================================================================== */
@media (prefers-reduced-motion: reduce) {
  .announcement-sticker {
    transition: opacity 0.3s ease;
  }
  .announcement-sticker.announcement-sticker-visible {
    animation: none;
    transform: translateY(0) rotate(-2deg);
  }
  .announcement-sticker:hover {
    transform: translateY(0) rotate(-2deg);
  }
  .announcement-sticker-icon {
    animation: none;
  }
  .announcement-sticker-close:hover {
    transform: scale(1.1);
  }
}

/*# sourceMappingURL=style-index.css.map*/