@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Manrope:wght@200..800&display=swap");
@font-face {
  font-family: "Geist";
  src: url("https://eventic-webapp.s3.ap-south-1.amazonaws.com/static/fonts/Geist/GeistVariableVF.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Google-sans";
  src: url("https://eventic-webapp.s3.ap-south-1.amazonaws.com/static/fonts/google-sans-cufonfonts/ProductSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Google Sans Flex";
  src: url("https://db.onlinewebfonts.com/t/359daf377c374b65e821b9f218fc91ef.eot");
  src: url("https://db.onlinewebfonts.com/t/359daf377c374b65e821b9f218fc91ef.eot?#iefix") format("embedded-opentype"), url("https://db.onlinewebfonts.com/t/359daf377c374b65e821b9f218fc91ef.woff2") format("woff2"), url("https://db.onlinewebfonts.com/t/359daf377c374b65e821b9f218fc91ef.woff") format("woff"), url("https://db.onlinewebfonts.com/t/359daf377c374b65e821b9f218fc91ef.ttf") format("truetype"), url("https://db.onlinewebfonts.com/t/359daf377c374b65e821b9f218fc91ef.svg#Google Sans Flex") format("svg");
}
@font-face {
  font-family: "Roboto";
  src: url("https://eventic-webapp.s3.ap-south-1.amazonaws.com/static/fonts/Roboto/Roboto-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Platypi";
  src: url("https://eventic-webapp.s3.ap-south-1.amazonaws.com/static/fonts/Platypi/static/Platypi-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "SF Pro", "SF Pro Text", "Myriad Set Pro", system-ui, "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
  src: url("https://eventic-webapp.s3.ap-south-1.amazonaws.com/static/fonts/SF-Pro/SFPRODISPLAYREGULAR.woff2") format("woff2");
  font-weight: normal;
}
@font-face {
  font-family: "Great Vibes";
  src: url("https://eventic-webapp.s3.ap-south-1.amazonaws.com/static/fonts/great-vibes/GreatVibes-Regular.ttf") format("truetype");
  font-weight: normal;
}
.geist {
  font-family: "Geist", "Open Sans", sans-serif !important;
}

.google-sans {
  font-family: "Google-sans", "Open Sans", sans-serif !important;
}

.poppins {
  font-family: "Poppins", sans-serif !important;
}

.roboto {
  font-family: "Roboto", sans-serif !important;
}

.platypi {
  font-family: "Platypi", sans-serif !important;
}

.sf-pro {
  font-family: "SF Pro", "Open Sans", Helvetica, sans-serif !important;
}

.playfair {
  font-family: "Playfair Display", serif !important;
}

.noto-sans {
  font-family: "Noto Sans", sans-serif !important;
}

.great-vibes {
  font-family: "Great Vibes" !important;
}

.inter {
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif !important;
}

.inter-tight {
  font-family: "Inter Tight", "Manrope", sans-serif !important;
}

.inter-poppins {
  font-family: "Inter", "Poppins", sans-serif !important;
}

.custom-scrollbar::-webkit-scrollbar {
  width: 8px;
  height: 0;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
  background-color: rgb(217, 224, 231);
  border-radius: 8px;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.ls-0 {
  letter-spacing: 0px;
}

.ls-1 {
  letter-spacing: 1px;
}

.ls-2 {
  letter-spacing: 2px;
}

.ls-3 {
  letter-spacing: 3px;
}

.ls-4 {
  letter-spacing: 4px;
}

.ls-5 {
  letter-spacing: 5px;
}

label.form-check-label {
  cursor: pointer;
  user-select: none;
}

.dropdown-item-danger {
  color: #dc3545;
  background: transparent;
}

.dropdown-item-danger:focus,
.dropdown-item-danger:hover {
  color: #bd362f;
  background: #f8f9fa;
}

label.switch {
  position: relative;
  display: inline-block;
  width: 58px;
  height: 32px;
}
label.switch input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
}
label.switch input[type=checkbox]:checked + .slider {
  background-color: #2196f3;
}
label.switch input[type=checkbox]:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}
label.switch input[type=checkbox]:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
label.switch span.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
label.switch span.slider:before {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
label.switch span.round {
  border-radius: 34px;
}
label.switch span.round:before {
  border-radius: 50%;
}

.no-results-box {
  padding: 50px;
  border-radius: 32px;
  background: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.no-results-box h2 {
  font-size: 2rem;
  margin-bottom: 16px;
}
.no-results-box h3 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #606e9a;
  opacity: 0.4;
  font-family: "Poppins", sans-serif;
}
.no-results-box p {
  font-size: 1rem;
  max-width: 560px;
}

.btn-theme-blue {
  background: #4364d3;
  color: #ffffff;
  transition: all 0.25s ease-in-out;
}
.btn-theme-blue:hover {
  background: #3b59ba;
  color: #ffffff;
}

.btn-outline-theme-blue {
  border-color: #4364d3;
  color: #4364d3;
  transition: all 0.25s ease-in-out;
}
.btn-outline-theme-blue:hover {
  background: #4364d3;
  color: #ffffff;
}

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  .checkbox-wrapper label {
    cursor: pointer;
  }
  .checkbox-wrapper input[type=checkbox] {
    margin: 0;
    margin-top: 2px;
    --active: #275efe;
    --active-inner: #fff;
    --focus: 2px rgba(39, 94, 254, 0.3);
    --border: #bbc1e1;
    --border-hover: #275efe;
    --background: #fff;
    --disabled: #f6f8ff;
    --disabled-inner: #e1e6f9;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 22px;
    outline: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    cursor: pointer;
    box-shadow: none !important;
    border: 1px solid var(--bc, var(--border));
    background: var(--b, var(--background));
    transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
  }
  .checkbox-wrapper input[type=checkbox]:after {
    content: "";
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
  }
  .checkbox-wrapper input[type=checkbox]:checked {
    --b: var(--active);
    --bc: var(--active);
    --d-o: 0.3s;
    --d-t: 0.6s;
    --d-t-e: cubic-bezier(0.2, 0.85, 0.32, 1.2);
  }
  .checkbox-wrapper input[type=checkbox]:disabled {
    --b: var(--disabled);
    cursor: not-allowed;
    opacity: 0.9;
  }
  .checkbox-wrapper input[type=checkbox]:disabled:checked {
    --b: var(--disabled-inner);
    --bc: var(--border);
  }
  .checkbox-wrapper input[type=checkbox]:disabled + label {
    cursor: not-allowed;
  }
  .checkbox-wrapper input[type=checkbox]:hover:not(:checked):not(:disabled) {
    --bc: var(--border-hover);
  }
  .checkbox-wrapper input[type=checkbox]:focus {
    box-shadow: 0 0 0 var(--focus);
  }
  .checkbox-wrapper input[type=checkbox]:not(.switch) {
    width: 21px;
  }
  .checkbox-wrapper input[type=checkbox]:not(.switch):after {
    opacity: var(--o, 0);
  }
  .checkbox-wrapper input[type=checkbox]:not(.switch):checked {
    --o: 1;
  }
  .checkbox-wrapper input[type=checkbox] + label {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin-left: 4px;
  }
  .checkbox-wrapper input[type=checkbox]:not(.switch) {
    border-radius: 7px;
  }
  .checkbox-wrapper input[type=checkbox]:not(.switch):after {
    width: 5px;
    height: 9px;
    border: 2px solid var(--active-inner);
    border-top: 0;
    border-left: 0;
    left: 7px;
    top: 4px;
    transform: rotate(var(--r, 20deg));
  }
  .checkbox-wrapper input[type=checkbox]:not(.switch):checked {
    --r: 43deg;
  }
  .checkbox-wrapper input[type=checkbox].switch {
    width: 38px;
    border-radius: 11px;
  }
  .checkbox-wrapper input[type=checkbox].switch:after {
    left: 2px;
    top: 2px;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    background: var(--ab, var(--border));
    transform: translateX(var(--x, 0));
  }
  .checkbox-wrapper input[type=checkbox].switch:checked {
    --ab: var(--active-inner);
    --x: 17px;
  }
  .checkbox-wrapper input[type=checkbox].switch:disabled:not(:checked):after {
    opacity: 0.6;
  }
}
.checkbox-wrapper * {
  box-sizing: inherit;
}

.checkbox-wrapper *:before,
.checkbox-wrapper *:after {
  box-sizing: inherit;
}

/* From Uiverse.io by alexruix */
.square-box-loader {
  width: 48px;
  height: 48px;
  margin: auto;
  position: relative;
}

.square-box-loader:before {
  content: "";
  width: 48px;
  height: 5px;
  background: rgba(67, 101, 211, 0.2980392157);
  position: absolute;
  top: 60px;
  left: 0;
  border-radius: 50%;
  animation: shadow324 0.5s linear infinite;
}

.square-box-loader:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #4364d3;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 4px;
  animation: jump7456 0.5s linear infinite;
}

.overlay-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
  display: none;
  z-index: 9999;
}
.overlay-loader .loading-container {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
}

@keyframes jump7456 {
  15% {
    border-bottom-right-radius: 3px;
  }
  25% {
    transform: translateY(9px) rotate(22.5deg);
  }
  50% {
    transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    border-bottom-right-radius: 40px;
  }
  75% {
    transform: translateY(9px) rotate(67.5deg);
  }
  100% {
    transform: translateY(0) rotate(90deg);
  }
}
@keyframes shadow324 {
  0%, 100% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1);
  }
}
/* HTML: <div class="loader"></div> */
.box-circle-loader {
  width: 65px;
  aspect-ratio: 1;
  position: relative;
}

.box-circle-loader:before,
.box-circle-loader:after {
  content: "";
  position: absolute;
  border-radius: 50px;
  box-shadow: 0 0 0 3px inset #1a1a1a;
  animation: l5 2.5s infinite;
}

.box-circle-loader:after {
  animation-delay: -1.25s;
  border-radius: 0;
}

@keyframes l5 {
  0% {
    inset: 0 35px 35px 0;
  }
  12.5% {
    inset: 0 35px 0 0;
  }
  25% {
    inset: 35px 35px 0 0;
  }
  37.5% {
    inset: 35px 0 0 0;
  }
  50% {
    inset: 35px 0 0 35px;
  }
  62.5% {
    inset: 0 0 0 35px;
  }
  75% {
    inset: 0 0 35px 35px;
  }
  87.5% {
    inset: 0 0 35px 0;
  }
  100% {
    inset: 0 35px 35px 0;
  }
}
.heart-loader {
  width: 50px;
  aspect-ratio: 1;
  color: #dc1818;
  background: radial-gradient(circle at 60% 65%, currentColor 62%, rgba(0, 0, 0, 0) 65%) top left, radial-gradient(circle at 40% 65%, currentColor 62%, rgba(0, 0, 0, 0) 65%) top right, linear-gradient(to bottom left, currentColor 42%, rgba(0, 0, 0, 0) 43%) bottom left, linear-gradient(to bottom right, currentColor 42%, rgba(0, 0, 0, 0) 43%) bottom right;
  background-size: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
}

.heart-loader:after {
  content: "";
  position: absolute;
  inset: 0;
  background: inherit;
  opacity: 0.4;
  animation: l3 1s infinite;
}

@keyframes l3 {
  to {
    transform: scale(1.8);
    opacity: 0;
  }
}
header {
  box-sizing: border-box;
}
header *, header *::before, header *::after {
  box-sizing: inherit;
}
header {
  position: sticky;
  top: 0;
  z-index: 500;
  width: 100%;
  max-width: 100%;
  background: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  isolation: isolate;
}
header::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 32px;
  height: 58px;
  gap: 24px;
}
@media (max-width: 768px) {
  header {
    padding: 0 20px;
    height: 54px;
  }
}
header .nav-logo {
  flex-shrink: 0;
  min-width: 0;
}
header .nav-logo .logo-link {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  min-width: 0;
}
header .nav-logo .logo-link img.logo-img {
  height: 22px;
  width: auto;
  display: block;
  flex-shrink: 0;
}
header .nav-logo .logo-link .logo-text {
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 12.5px;
  font-weight: 450;
  color: #8a8a8a;
  letter-spacing: -0.01em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color 0.15s;
}
@media (max-width: 640px) {
  header .nav-logo .logo-link .logo-text {
    display: none;
  }
}
header .nav-logo .logo-link:hover .logo-text {
  color: #555;
}
header .endblock-navigation {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
}
@media (max-width: 900px) {
  header .endblock-navigation {
    display: none;
  }
}
header .endblock-navigation a {
  text-decoration: none;
  color: #3a3a3a;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  font-weight: 450;
  letter-spacing: -0.01em;
  padding: 6px 12px;
  border-radius: 10px;
  transition: background 0.15s, color 0.15s;
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}
header .endblock-navigation a:hover {
  background: #f0f0f0;
  color: #000;
}
header .endblock-navigation a i {
  font-size: 15px;
}
header .currency-select-wrapper {
  display: flex;
  align-items: center;
  margin-left: 4px;
}
header .currency-select-wrapper .currency-select {
  appearance: none;
  -webkit-appearance: none;
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%23888888' d='M0 0l5 6 5-6z'/%3E%3C/svg%3E") no-repeat right 10px center;
  border: none;
  outline: none;
  cursor: pointer;
  color: #3a3a3a;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  font-weight: 450;
  letter-spacing: -0.01em;
  padding: 6px 26px 6px 12px;
  border-radius: 10px;
  transition: background-color 0.15s;
}
header .currency-select-wrapper .currency-select:hover, header .currency-select-wrapper .currency-select:focus {
  background-color: #f0f0f0;
}
header .endblock-navigation-mobile {
  display: none;
  margin-left: auto;
  align-items: center;
  gap: 4px;
}
header .endblock-navigation-mobile .currency-select-wrapper .currency-select {
  font-size: 13px;
  padding: 5px 22px 5px 10px;
}
@media (max-width: 900px) {
  header .endblock-navigation-mobile {
    display: flex;
    align-items: center;
  }
}
header .endblock-navigation-mobile .navigation-hamberger {
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  transition: background 0.15s;
}
header .endblock-navigation-mobile .navigation-hamberger:hover {
  background: #f0f0f0;
}
header .endblock-navigation-mobile .navigation-hamberger span {
  display: block;
  width: 20px;
  height: 1.5px;
  background: #1a1a1a;
  border-radius: 2px;
  transition: transform 0.25s, opacity 0.25s;
}
header :root {
  --nav-transition: all 0.55s cubic-bezier(0.85, 0, 0.15, 1);
}
header .mobile-nav-overlay {
  position: fixed;
  inset: 0;
  z-index: 1000;
  visibility: hidden;
  pointer-events: none;
}
header .mobile-nav-overlay.active {
  visibility: visible;
  pointer-events: auto;
}
header .nav-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  opacity: 0;
  transition: opacity 0.35s ease;
}
header .mobile-nav-overlay.active .nav-backdrop {
  opacity: 1;
}
header .nav-drawer {
  position: absolute;
  top: 0;
  right: 0;
  width: 320px;
  height: 100%;
  background: #fff;
  display: flex;
  flex-direction: column;
  padding: 32px 32px 40px;
  transform: translateX(100%);
  transition: var(--nav-transition);
}
@media (max-width: 400px) {
  header .nav-drawer {
    width: 100%;
    padding: 28px 24px 36px;
  }
}
header .mobile-nav-overlay.active .nav-drawer {
  transform: translateX(0);
}
header .drawer-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 56px;
}
header .drawer-header .small-logo img {
  height: 18px;
  width: auto;
}
header .drawer-header .close-trigger {
  background: none;
  border: none;
  width: 32px;
  height: 32px;
  position: relative;
  cursor: pointer;
  border-radius: 8px;
  transition: background 0.15s;
}
header .drawer-header .close-trigger:hover {
  background: #f2f2f2;
}
header .drawer-header .close-trigger span {
  display: block;
  width: 18px;
  height: 1.5px;
  background: #111;
  position: absolute;
  left: 50%;
  top: 50%;
  transform-origin: center;
}
header .drawer-header .close-trigger span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}
header .drawer-header .close-trigger span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}
header .nav-menu {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
header .nav-menu .menu-link {
  text-decoration: none;
  color: #111;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: -0.04em;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  display: flex;
  align-items: baseline;
  gap: 14px;
  padding: 8px 0;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.4s ease, transform 0.4s ease, color 0.15s;
}
header .nav-menu .menu-link:nth-child(1) {
  transition-delay: 0.08s;
}
header .nav-menu .menu-link:nth-child(2) {
  transition-delay: 0.16s;
}
header .nav-menu .menu-link:nth-child(3) {
  transition-delay: 0.24s;
}
header .nav-menu .menu-link:hover {
  color: #555;
}
header .nav-menu .menu-link .link-num {
  font-size: 0.7rem;
  font-weight: 400;
  font-family: monospace;
  color: #bbb;
  margin-bottom: 2px;
}
header .mobile-nav-overlay.active .nav-menu .menu-link {
  opacity: 1;
  transform: translateY(0);
}
header .nav-tools {
  margin-top: 12px;
}
header .nav-tools-label {
  margin: 0 0 12px;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #aaa;
}
header .nav-tools-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
header .tool-grid-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 6px 14px;
  background: #f6f6f4;
  border-radius: 22px;
  text-align: center;
  text-decoration: none !important;
  transition: background 0.15s ease, transform 0.15s ease;
}
header .tool-grid-card__icon {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fff;
  color: #1a1a1a;
  font-size: 16px;
}
header .tool-grid-card__label {
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.15;
  color: #333;
}
header .tool-grid-card:hover {
  background: #eeeeec;
  transform: translateY(-2px);
}
header .tool-grid-card--more {
  background: #1a1a1a;
}
header .tool-grid-card--more .tool-grid-card__icon {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}
header .tool-grid-card--more .tool-grid-card__label {
  color: #fff;
}
header .tool-grid-card--more:hover {
  background: #000;
}
header .drawer-footer {
  border-top: 1px solid #ebebeb;
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .drawer-footer .footer-auth {
  text-decoration: none;
  color: #111;
  font-weight: 600;
  font-size: 0.85rem;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: -0.01em;
}
header .drawer-footer .footer-socials {
  display: flex;
  gap: 14px;
}
header .drawer-footer .footer-socials a {
  text-decoration: none;
  color: #111;
  display: flex;
  align-items: center;
  transition: color 0.15s;
}
header .drawer-footer .footer-socials a:hover {
  color: #555;
}
header .drawer-footer .footer-socials a i {
  font-size: 18px;
}

footer .footer-box {
  margin: 24px 80px;
  padding: 80px;
  border-radius: 48px;
  background: #111;
  color: white;
}
@media (max-width: 1024px) {
  footer .footer-box {
    margin: 20px 40px;
    padding: 40px;
    border-radius: 32px;
  }
}
@media (max-width: 768px) {
  footer .footer-box {
    margin: 16px 20px;
    padding: 32px 24px;
    border-radius: 24px;
  }
}
@media (max-width: 480px) {
  footer .footer-box {
    margin: 0;
    padding: 50px 24px 24px 24px;
    border-radius: 0;
  }
}
footer .footer-box .footer-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "logo navigation";
  grid-gap: 24px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  footer .footer-box .footer-container {
    grid-template-columns: 1fr;
    grid-template-areas: "navigation" "logo";
    grid-gap: 32px;
    margin-bottom: 32px;
  }
}
@media (max-width: 480px) {
  footer .footer-box .footer-container {
    grid-gap: 50px;
    margin-bottom: 50px;
    text-align: center;
  }
}
footer .footer-box .footer-container .footer-logo {
  grid-area: logo;
}
footer .footer-box .footer-container .footer-logo img {
  width: 100%;
  max-width: 200px;
  height: auto;
}
footer .footer-box .footer-container .footer-logo .footer-logo-text {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.02em;
}
footer .footer-box .footer-container .footer-logo .social-icons {
  margin-top: 50px;
}
footer .footer-box .footer-container .footer-logo .social-icons ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  gap: 20px;
}
@media (max-width: 480px) {
  footer .footer-box .footer-container .footer-logo .social-icons ul {
    justify-content: center;
    margin-top: 24px;
  }
}
footer .footer-box .footer-container .footer-logo .social-icons ul li a {
  font-size: 24px;
  color: #f8f9fa;
  transition: all 0.25s ease-in-out;
}
footer .footer-box .footer-container .footer-logo .social-icons ul li a:hover {
  color: #ffffff;
}
footer .footer-box .footer-container .footer-navigation-box {
  grid-area: navigation;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
footer .footer-box .footer-container .footer-navigation-box .footer-navigation-right, footer .footer-box .footer-container .footer-navigation-box .footer-navigation-left {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media (max-width: 768px) {
  footer .footer-box .footer-container .footer-navigation-box .footer-navigation-right, footer .footer-box .footer-container .footer-navigation-box .footer-navigation-left {
    gap: 32px;
  }
}
@media (max-width: 480px) {
  footer .footer-box .footer-container .footer-navigation-box .footer-navigation-right, footer .footer-box .footer-container .footer-navigation-box .footer-navigation-left {
    gap: 50px;
  }
}
footer .footer-box .footer-container .footer-navigation-box .footer-navigation {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}
footer .footer-box .footer-container .footer-navigation-box .footer-navigation li {
  padding: 0;
  margin: 0;
  text-align: start;
}
footer .footer-box .footer-container .footer-navigation-box .footer-navigation li h6.navigation-title {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #919191;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
footer .footer-box .footer-container .footer-navigation-box .footer-navigation li a {
  text-decoration: none;
  color: #f8f8f8;
  font-weight: 400;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  letter-spacing: 0.02em;
  transition: all 0.25s ease-in-out;
}
footer .footer-box .footer-container .footer-navigation-box .footer-navigation li a:hover {
  color: #ffffff;
}
footer .footer-box .footer-copyright {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #f8f9fa;
  margin-top: 80px;
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 768px) {
  footer .footer-box .footer-copyright {
    margin-top: 40px;
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  footer .footer-box .footer-copyright {
    margin-top: 32px;
  }
}
footer .footer-box .footer-copyright a {
  color: #f8f9fa;
  text-decoration: none;
}
footer .footer-box .footer-copyright a:hover {
  color: white;
}

.eventic-ad-unit {
  position: relative;
  width: 100%;
  min-height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.eventic-ad-unit .eventic-ad-label {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #b3b3b3;
}
.eventic-ad-unit ins.adsbygoogle {
  width: 100%;
}
.eventic-ad-unit.eventic-ad-unit--prod {
  gap: 0;
  padding: 0;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

body::-webkit-scrollbar {
  width: 8px;
  height: 0;
}

body::-webkit-scrollbar-thumb {
  background-color: rgb(217, 224, 231);
  border-radius: 8px;
}

.form-box ul.nonfield, .form-box ul.errorlist {
  list-style: none;
  padding: 0;
  margin: 0;
}
.form-box ul.nonfield li, .form-box ul.errorlist li {
  color: #f04444;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  margin: 4px 0 6px 0;
  font-family: "Geist", "Open Sans", sans-serif;
}
.form-box ul.nonfield {
  margin-bottom: 16px;
}
.form-box ul.nonfield li {
  font-size: 16px;
}

.input-group-01 {
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
}
.input-group-01 label {
  font-size: 16px;
  margin-bottom: 8px;
  font-family: "SF Pro", "Open Sans", Helvetica, sans-serif;
  letter-spacing: 0.03em;
  color: #2d2d2d;
}
.input-group-01 input {
  padding: 12px;
  border-radius: 8px;
  width: 100%;
  border: 1px solid #bec3c9;
  outline: none;
  font-family: "Poppins", sans-serif !important;
  font-size: 18px;
  color: #292929;
  transition: all 0.25s ease-in-out;
}
.input-group-01 input:focus {
  border: 1px solid #007bff;
}
.input-group-01 .password-input-group {
  position: relative;
  display: flex;
  align-items: center;
}
.input-group-01 .password-input-group input {
  padding-right: 48px;
}
.input-group-01 .password-input-group .toggle-password {
  position: absolute;
  display: grid;
  place-content: center;
  top: 1px;
  bottom: 1px;
  right: 1px;
  height: calc(100% - 2px);
  width: auto;
  aspect-ratio: 1/1;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}
.input-group-01 .password-input-group .toggle-password:hover {
  background: #f2f3f5;
}
.input-group-01 .form-text {
  font-size: 14px;
  color: #909090;
  font-weight: 400;
  line-height: 20px;
  margin-top: 4px;
}

button[type=submit].submit-btn-primary {
  background: #007bff;
  box-shadow: none;
  width: 100%;
  padding: 12px;
  border-radius: 50px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 500;
  transition: all 0.25s ease-in-out;
}
button[type=submit].submit-btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
}

html {
  scroll-behavior: smooth;
}

.wddf-page {
  min-height: 100vh;
  overflow-x: hidden;
  background: linear-gradient(180deg, #FBF1EA 0%, #FAFAF8 60%, #FAFAF8 100%);
  color: #1C1C1E;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
.wddf-page * {
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
}
.wddf-page h1, .wddf-page h2, .wddf-page h3, .wddf-page .numeral, .wddf-page button {
  font-family: "Poppins", sans-serif;
}
.wddf-page button {
  font: inherit;
}
.wddf-page :focus-visible {
  outline: 2px solid #C2714F;
  outline-offset: 4px;
}
.wddf-page {
  /* ---------- shell / wrap ---------- */
}
.wddf-page .wddf-hero {
  position: relative;
  text-align: center;
  padding: 72px 20px 56px;
  background: radial-gradient(120% 140% at 50% 0%, rgba(194, 113, 79, 0.12) 0%, rgba(194, 113, 79, 0) 62%);
}
.wddf-page .wddf-wrap {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 20px 96px;
}
.wddf-page section + section {
  margin-top: 64px;
}
.wddf-page {
  /* ---------- corner-shape squircle utility (border-radius is the fallback) ---------- */
}
.wddf-page .squircle-card {
  border-radius: 28px;
  corner-shape: superellipse(2);
}
.wddf-page .squircle-control {
  border-radius: 16px;
  corner-shape: superellipse(2);
}
.wddf-page .squircle-pill {
  border-radius: 100px;
  corner-shape: superellipse(2);
}
.wddf-page .card {
  background: #FFFFFF;
  box-shadow: 0 8px 30px rgba(28, 28, 30, 0.06);
  padding: 32px;
}
.wddf-page {
  /* ---------- hero copy ---------- */
}
.wddf-page .wddf-hero h1 {
  margin: 0 0 16px;
  font-weight: 700;
  font-size: clamp(28px, 5vw, 40px);
  line-height: 1.15;
  letter-spacing: -0.01em;
}
.wddf-page .wddf-hero .subline {
  margin: 0 auto;
  max-width: 540px;
  color: #6E6E73;
  font-size: 18px;
}
.wddf-page {
  /* ---------- buttons ---------- */
}
.wddf-page .btn {
  height: 56px;
  padding: 0 32px;
  font-weight: 600;
  font-size: 16px;
  min-width: 220px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  border: 1.5px solid transparent;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
  text-decoration: none;
}
.wddf-page .btn-primary {
  background: #A8623F;
  color: #fff;
}
.wddf-page .btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(168, 98, 63, 0.28);
  background: #96573A;
}
.wddf-page .btn-primary:active {
  transform: translateY(0);
}
.wddf-page .btn-secondary {
  background: transparent;
  border-color: #ECECEA;
  color: #1C1C1E;
}
.wddf-page .btn-secondary:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 30px rgba(28, 28, 30, 0.06);
  border-color: #C2714F;
}
.wddf-page .btn-secondary:active {
  transform: translateY(0);
}
.wddf-page .btn-pair {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}
.wddf-page .btn-pair .btn {
  flex: 1 1 220px;
}
.wddf-page {
  /* ---------- input card ---------- */
}
.wddf-page .region-toggle {
  display: inline-flex;
  gap: 6px;
  background: #F1F1EF;
  padding: 4px;
  border-radius: 100px;
  corner-shape: superellipse(2);
  margin-bottom: 24px;
}
.wddf-page .region-option {
  border: none;
  background: transparent;
  color: #6E6E73;
  font-weight: 500;
  font-size: 14.5px;
  padding: 10px 18px;
  border-radius: 100px;
  corner-shape: superellipse(2);
  cursor: pointer;
  min-height: 48px;
  transition: background 0.15s ease, color 0.15s ease;
}
.wddf-page .region-option.selected {
  background: #FFFFFF;
  color: #1C1C1E;
  box-shadow: 0 2px 8px rgba(28, 28, 30, 0.08);
  font-weight: 600;
}
.wddf-page .date-field-label {
  display: block;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 16px;
}
.wddf-page .date-field {
  width: 100%;
  height: 64px;
  padding: 0 20px;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #1C1C1E;
  background: #FFFFFF;
  border: 2px solid #ECECEA;
  border-radius: 16px;
  corner-shape: superellipse(2);
  transition: border-color 0.15s ease;
}
.wddf-page .date-field:focus {
  border-color: #C2714F;
}
.wddf-page .quick-picks {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0 28px;
}
.wddf-page .quick-pick {
  border: 1.5px solid #ECECEA;
  background: #FFFFFF;
  color: #1C1C1E;
  font-size: 13.5px;
  font-weight: 500;
  padding: 10px 16px;
  min-height: 48px;
  border-radius: 100px;
  corner-shape: superellipse(2);
  cursor: pointer;
  transition: transform 0.1s ease, border-color 0.15s ease, background 0.15s ease;
}
.wddf-page .quick-pick:hover {
  border-color: #C2714F;
  background: #F7EAE3;
}
.wddf-page .quick-pick:active {
  transform: scale(0.98);
}
.wddf-page {
  /* ---------- result card ---------- */
}
.wddf-page .result-card {
  text-align: center;
}
.wddf-page .result-eyebrow {
  color: #6E6E73;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.wddf-page .result-day {
  font-weight: 700;
  font-size: clamp(40px, 9vw, 64px);
  line-height: 1;
  color: #C2714F;
  margin: 0;
  opacity: 0;
  transform: scale(0.96);
  animation: wddf-day-in 0.4s ease forwards;
}
@keyframes wddf-day-in {
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.wddf-page .result-date {
  margin: 10px 0 24px;
  color: #6E6E73;
  font-weight: 500;
  font-size: 17px;
}
.wddf-page .badge-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 28px;
}
.wddf-page .badge-pill {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  padding: 10px 18px;
  border-radius: 16px;
  corner-shape: superellipse(2);
  font-size: 13px;
  opacity: 0;
  animation: wddf-badge-in 0.3s ease forwards;
}
.wddf-page .badge-pill .badge-label {
  font-weight: 700;
  font-size: 14.5px;
}
.wddf-page .badge-pill .badge-caption {
  color: inherit;
  opacity: 0.75;
  font-size: 11.5px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.wddf-page .badge-pill:nth-child(1) {
  animation-delay: 0ms;
}
.wddf-page .badge-pill:nth-child(2) {
  animation-delay: 60ms;
}
.wddf-page .badge-pill:nth-child(3) {
  animation-delay: 120ms;
}
@keyframes wddf-badge-in {
  from {
    opacity: 0;
    transform: translateY(4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.wddf-page .badge-pill--warn {
  background: rgba(180, 116, 11, 0.13);
  color: #B4740B;
}
.wddf-page .badge-pill--neutral {
  background: #F1F1EF;
  color: #1C1C1E;
}
.wddf-page .badge-pill--success {
  background: rgba(46, 125, 91, 0.12);
  color: #2E7D5B;
}
.wddf-page .note-rows {
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
}
.wddf-page .note-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px;
  background: #FAFAF8;
  border: 1px solid #ECECEA;
  border-radius: 16px;
  corner-shape: superellipse(2);
  font-size: 14.5px;
}
.wddf-page .note-row i {
  flex: none;
  font-size: 17px;
  color: #A8623F;
  margin-top: 1px;
}
.wddf-page .note-row strong {
  font-weight: 600;
}
.wddf-page .note-row .note-body {
  color: #6E6E73;
}
.wddf-page .note-row .note-body strong {
  color: #1C1C1E;
  font-weight: 600;
}
.wddf-page .note-row--flag {
  background: #F7EAE3;
  border-color: transparent;
}
.wddf-page .note-row--flag i {
  color: #A8623F;
}
.wddf-page .sunset-line {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  color: #6E6E73;
  font-size: 14px;
  padding: 14px 18px;
  background: #F1F1EF;
  border-radius: 16px;
  corner-shape: superellipse(2);
  margin-bottom: 28px;
  text-align: left;
}
.wddf-page .sunset-line i {
  flex: none;
  font-size: 18px;
  color: #A8623F;
}
.wddf-page .result-actions {
  margin-bottom: 24px;
}
.wddf-page .share-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #6E6E73;
  font-size: 14px;
}
.wddf-page .share-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid #ECECEA;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #1C1C1E;
  transition: border-color 0.15s ease, transform 0.1s ease;
}
.wddf-page .share-icon:hover {
  border-color: #C2714F;
  transform: translateY(-1px);
}
.wddf-page .share-icon svg {
  width: 18px;
  height: 18px;
}
.wddf-page {
  /* ---------- compare card ---------- */
}
.wddf-page .compare-label {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 6px;
}
.wddf-page .compare-sub {
  color: #6E6E73;
  font-size: 14.5px;
  margin: 0 0 20px;
}
.wddf-page .compare-add-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-bottom: 24px;
}
.wddf-page .compare-add-row input[type=date] {
  height: 48px;
  padding: 0 14px;
  border: 2px solid #ECECEA;
  border-radius: 16px;
  corner-shape: superellipse(2);
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  flex: 1 1 200px;
}
.wddf-page .compare-add-btn {
  height: 48px;
  padding: 0 20px;
  background: #F7EAE3;
  color: #A8623F;
  border: none;
  border-radius: 16px;
  corner-shape: superellipse(2);
  font-weight: 600;
  font-size: 14.5px;
  cursor: pointer;
}
.wddf-page .compare-add-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.wddf-page .compare-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 14px;
}
.wddf-page .compare-mini {
  position: relative;
  background: #FAFAF8;
  border: 1.5px solid #ECECEA;
  border-radius: 16px;
  corner-shape: superellipse(2);
  padding: 18px;
  text-align: left;
}
.wddf-page .compare-mini--best {
  border-color: #2E7D5B;
  background: rgba(46, 125, 91, 0.12);
}
.wddf-page .compare-mini__best-pill {
  display: inline-block;
  background: #2E7D5B;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 100px;
  corner-shape: superellipse(2);
  margin-bottom: 10px;
}
.wddf-page .compare-mini__day {
  font-weight: 700;
  font-size: 18px;
  margin: 0 0 2px;
}
.wddf-page .compare-mini__date {
  color: #6E6E73;
  font-size: 13px;
  margin: 0 0 12px;
}
.wddf-page .compare-mini__row {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  padding: 6px 0;
  border-top: 1px solid #ECECEA;
}
.wddf-page .compare-mini--best .compare-mini__row {
  border-top-color: rgba(46, 125, 91, 0.2);
}
.wddf-page .compare-mini__row span:first-child {
  color: #6E6E73;
}
.wddf-page .compare-mini__row span:last-child {
  font-weight: 600;
}
.wddf-page .compare-mini__remove {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  color: #6E6E73;
  cursor: pointer;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.wddf-page .compare-mini__remove:hover {
  background: rgba(0, 0, 0, 0.06);
  color: #1C1C1E;
}
.wddf-page .compare-empty {
  color: #6E6E73;
  font-size: 14px;
  text-align: center;
  padding: 24px 0;
}
.wddf-page {
  /* ---------- editorial content ---------- */
}
.wddf-page .wddf-content h2 {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 14px;
}
.wddf-page .wddf-content h3 {
  font-size: 17px;
  font-weight: 600;
  margin: 32px 0 12px;
}
.wddf-page .wddf-content p {
  color: #6E6E73;
  font-size: 15.5px;
  line-height: 1.7;
  margin: 0 0 14px;
  max-width: 65ch;
}
.wddf-page .wddf-table-wrap {
  overflow-x: auto;
}
.wddf-page .wddf-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14.5px;
}
.wddf-page .wddf-table th, .wddf-page .wddf-table td {
  text-align: left;
  padding: 12px 14px;
  border-bottom: 1px solid #ECECEA;
}
.wddf-page .wddf-table th {
  color: #6E6E73;
  font-weight: 600;
  font-size: 12.5px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.wddf-page .wddf-table tbody tr:last-child td {
  border-bottom: none;
}
.wddf-page {
  /* ---------- FAQ ---------- */
}
.wddf-page .faq h2 {
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  margin: 0 0 24px;
}
.wddf-page .accordion {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.wddf-page .accordion-item {
  background: #FFFFFF;
  border: 1px solid #ECECEA;
  border-radius: 16px;
  corner-shape: superellipse(2);
  overflow: hidden;
}
.wddf-page .accordion-trigger {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  padding: 18px 20px;
  font-weight: 600;
  font-size: 15px;
  color: #1C1C1E;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 48px;
}
.wddf-page .accordion-trigger .chevron {
  flex: none;
  transition: transform 0.2s ease;
}
.wddf-page .accordion-trigger[aria-expanded=true] .chevron {
  transform: rotate(180deg);
}
.wddf-page .accordion-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease;
}
.wddf-page .accordion-panel p {
  margin: 0;
  padding: 0 20px 18px;
  color: #6E6E73;
  font-size: 14.5px;
  line-height: 1.6;
}
.wddf-page {
  /* ---------- cross-sell ---------- */
}
.wddf-page .wddf-crosssell {
  text-align: center;
}
.wddf-page .wddf-crosssell-eyebrow {
  margin: 0 0 6px;
  color: #A8623F;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.wddf-page .wddf-crosssell h2 {
  margin: 0 0 24px;
  font-size: 22px;
  font-weight: 600;
}
.wddf-page .wddf-crosssell-links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 12px;
  margin-bottom: 20px;
}
.wddf-page .wddf-crosssell-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 16px 18px;
  background: #F7EAE3;
  color: #1C1C1E;
  text-decoration: none;
  font-weight: 500;
  font-size: 14.5px;
  border-radius: 16px;
  corner-shape: superellipse(2);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.wddf-page .wddf-crosssell-link:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 30px rgba(28, 28, 30, 0.06);
}
.wddf-page .wddf-crosssell-link svg {
  flex: none;
  color: #A8623F;
}
.wddf-page .wddf-crosssell-viewall {
  color: #6E6E73;
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.wddf-page .wddf-crosssell-viewall:hover {
  color: #1C1C1E;
}
.wddf-page {
  /* ---------- CTA banner ---------- */
}
.wddf-page .cta-banner {
  background: #F7EAE3;
  text-align: center;
  padding: 32px;
}
.wddf-page .cta-banner p {
  margin: 0 0 4px;
  color: #6E6E73;
  font-size: 14px;
  font-weight: 500;
}
.wddf-page .cta-banner h2 {
  margin: 0 0 20px;
  font-size: 22px;
  font-weight: 600;
}
.wddf-page {
  /* ---------- toast ---------- */
}
.wddf-page .toast {
  position: fixed;
  left: 50%;
  bottom: 28px;
  transform: translate(-50%, 16px);
  background: #1C1C1E;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 12px 22px;
  border-radius: 100px;
  corner-shape: superellipse(2);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 20;
}
.wddf-page .toast.show {
  opacity: 1;
  transform: translate(-50%, 0);
}
.wddf-page [hidden] {
  display: none !important;
}
.wddf-page .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
@media (max-width: 480px) {
  .wddf-page .card {
    padding: 24px;
  }
  .wddf-page .btn {
    min-width: 0;
    width: 100%;
  }
  .wddf-page .btn-pair {
    flex-direction: column;
  }
  .wddf-page .badge-row {
    gap: 8px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .wddf-page, .wddf-page *, .wddf-page *::before, .wddf-page *::after {
    animation-duration: 0.001ms !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
}

/*# sourceMappingURL=wedding-date-day-finder.css.map */
