@charset "UTF-8";
@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;
}

.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;
}
.mobile-nav-overlay.active header .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;
  }
}
.mobile-nav-overlay.active header .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;
  flex-grow: 1;
}
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;
}
.mobile-nav-overlay.active header .nav-menu .menu-link {
  opacity: 1;
  transform: translateY(0);
}
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 .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%;
}

* {
  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;
}

.pdc-page {
  min-height: 100vh;
  background: #F7F7F5;
  overflow-x: hidden;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Inter", sans-serif;
  --pdc-text: #111111;
  --pdc-text-secondary: #777777;
  --pdc-surface: #fff;
  --pdc-border: #ebebeb;
  --pdc-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  --pdc-track: #F2EDE8;
}

* {
  font-variant-numeric: tabular-nums;
}

.pdc-shell {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 150px;
  max-width: 1550px;
  margin: 0 auto;
}

.pdc-wrap {
  max-width: 1100px;
  width: 100%;
  padding: 0 24px 100px;
}
@media (max-width: 600px) {
  .pdc-wrap {
    padding: 0 16px 100px;
  }
}

.pdc-hero {
  text-align: center;
  padding: 64px 24px 48px;
  background: linear-gradient(180deg, #fff 0%, #F7F7F5 100%);
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 40px;
}

.pdc-carried-over {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 14px auto 0;
  font-size: 12.5px;
  font-weight: 600;
  color: #c9972c;
  background: rgba(201, 169, 110, 0.12);
  padding: 6px 14px;
  border-radius: 100px;
  corner-shape: squircle;
}

.pdc-rail-ad {
  display: none;
  position: sticky;
  top: 140px;
  flex: 0 0 300px;
  width: 300px;
  min-height: 600px;
}
@media (min-width: 1650px) {
  .pdc-rail-ad {
    display: block;
  }
}

.pdc-ad-card .eventic-ad-unit, .pdc-ad-multiplex .eventic-ad-unit, .pdc-rail-ad .eventic-ad-unit {
  align-items: flex-start;
  justify-content: flex-start;
  min-height: inherit;
  gap: 4px;
  padding: 0;
  background: none;
  border: none;
  box-shadow: none;
}
.pdc-ad-card .eventic-ad-label, .pdc-ad-multiplex .eventic-ad-label, .pdc-rail-ad .eventic-ad-label {
  text-align: left;
}

.pdc-ad-card {
  margin: 56px 0;
  min-height: 250px;
}

.pdc-ad-multiplex {
  margin: 56px 0 0;
  min-height: 280px;
}

.pdc-ad-inline {
  margin: 0;
  min-height: 100px;
}

.pdc-top-ad-wrap {
  padding-bottom: 0;
  margin: 0 auto 24px;
}
.pdc-top-ad-wrap .pdc-ad-card {
  margin: 0;
  min-height: 90px;
}
.pdc-top-ad-wrap .pdc-ad-card .eventic-ad-unit {
  align-items: center;
  justify-content: center;
}
.pdc-top-ad-wrap .pdc-ad-card .eventic-ad-label {
  text-align: center;
}

.pdc-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: rgba(201, 169, 110, 0.12);
  color: #c9972c;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 100px;
  corner-shape: squircle;
  margin-bottom: 20px;
}

.pdc-title {
  font-size: clamp(2.2rem, 5.5vw, 3.4rem);
  font-weight: 650;
  color: var(--pdc-text);
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin-bottom: 16px;
}

.pdc-subtitle {
  font-size: 16px;
  color: var(--pdc-text-secondary);
  line-height: 1.6;
  max-width: 560px;
  margin: 0 auto;
  font-weight: 400;
}

.pdc-topbar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}
.pdc-topbar label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: var(--pdc-text-secondary);
}
.pdc-topbar label i {
  color: #c9972c;
}

.pdc-country-select {
  appearance: none;
  background: var(--pdc-surface) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%23777'%3E%3Cpath fill-rule='evenodd' d='M5.23 7.21a.75.75 0 011.06.02L10 11.168l3.71-3.938a.75.75 0 111.08 1.04l-4.25 4.5a.75.75 0 01-1.08 0l-4.25-4.5a.75.75 0 01.02-1.06z' clip-rule='evenodd'/%3E%3C/svg%3E") no-repeat right 12px center/14px;
  border: 1.5px solid var(--pdc-border);
  border-radius: 12px;
  corner-shape: squircle;
  padding: 9px 36px 9px 14px;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Inter", sans-serif;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--pdc-text);
  cursor: pointer;
  transition: border-color 0.15s;
}
.pdc-country-select:hover {
  border-color: #D8CBB0;
}
.pdc-country-select:focus-visible {
  outline: none;
  border-color: #C9A96E;
  box-shadow: 0 0 0 3px rgba(201, 169, 110, 0.2);
}

.pdc-layout {
  display: grid;
  grid-template-columns: minmax(0, 380px) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}
@media (max-width: 900px) {
  .pdc-layout {
    grid-template-columns: minmax(0, 1fr);
  }
}

.pdc-inputs, .pdc-results {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
}

.pdc-inputs {
  position: sticky;
  top: 24px;
}

@media (max-width: 900px) {
  .pdc-inputs {
    position: static;
  }
}
.pdc-card {
  background: var(--pdc-surface);
  border: 1px solid var(--pdc-border);
  box-shadow: var(--pdc-shadow);
  border-radius: 20px;
  corner-shape: squircle;
  padding: 22px 22px 20px;
  min-width: 0;
}

.pdc-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
@media (max-width: 480px) {
  .pdc-card-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.pdc-field {
  margin-bottom: 20px;
}
.pdc-field:last-child {
  margin-bottom: 0;
}

.pdc-field-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.pdc-field-head label {
  font-size: 13px;
  font-weight: 600;
  color: var(--pdc-text-secondary);
  letter-spacing: 0.01em;
}

.pdc-live-value {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 650;
  color: var(--pdc-text);
  letter-spacing: -0.01em;
  transition: color 0.2s;
}

.pdc-slider {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 6px;
  border-radius: 100px;
  background: var(--pdc-track);
  outline: none;
  cursor: pointer;
}
.pdc-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(0, 0, 0, 0.04);
  cursor: pointer;
  transition: transform 0.15s cubic-bezier(0.32, 0.72, 0, 1);
}
.pdc-slider::-webkit-slider-thumb:active {
  transform: scale(1.15);
}
.pdc-slider::-moz-range-thumb {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #fff;
  border: none;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(0, 0, 0, 0.04);
  cursor: pointer;
}
.pdc-slider::-webkit-slider-runnable-track {
  background: transparent;
}
.pdc-slider:focus-visible::-webkit-slider-thumb {
  box-shadow: 0 0 0 4px rgba(201, 169, 110, 0.35);
}

.pdc-segmented {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 18px;
}

.pdc-segmented-sm {
  margin-bottom: 16px;
}

.pdc-seg-btn {
  background: var(--pdc-track);
  border: none;
  border-radius: 12px;
  corner-shape: squircle;
  padding: 9px 14px;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Inter", sans-serif;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--pdc-text-secondary);
  cursor: pointer;
  transition: background 0.2s cubic-bezier(0.32, 0.72, 0, 1), color 0.2s, transform 0.12s;
}
.pdc-seg-btn:hover {
  color: var(--pdc-text);
}
.pdc-seg-btn:active {
  transform: scale(0.97);
}
.pdc-seg-btn.selected {
  background: #C9A96E;
  color: #fff;
}

.pdc-allocator {
  margin-bottom: 16px;
}

.pdc-allocator-track {
  position: relative;
  height: 14px;
  border-radius: 100px;
  overflow: hidden;
  background: var(--pdc-track);
}

.pdc-allocator-seg {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  transition: width 0.25s cubic-bezier(0.32, 0.72, 0, 1);
}
.pdc-allocator-seg[data-key=beer] {
  left: 0;
  background: #E8B84B;
}
.pdc-allocator-seg[data-key=wine] {
  background: #A23B4C;
}
.pdc-allocator-seg[data-key=spirits] {
  background: #5B7FA6;
}
.pdc-allocator-seg[data-key=none] {
  background: var(--pdc-track);
  border-left: 1px dashed rgba(0, 0, 0, 0.15);
}

.pdc-allocator-handle {
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(0, 0, 0, 0.06);
  cursor: ew-resize;
  touch-action: none;
}
.pdc-allocator-handle:active {
  cursor: grabbing;
}
.pdc-allocator-handle:focus-visible {
  box-shadow: 0 0 0 4px rgba(201, 169, 110, 0.35);
}

.pdc-allocator-legend {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 14px;
}
@media (max-width: 380px) {
  .pdc-allocator-legend {
    grid-template-columns: minmax(0, 1fr);
  }
}

.pdc-legend-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12.5px;
  color: var(--pdc-text-secondary);
  font-weight: 500;
}

.pdc-legend-swatch {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}
.pdc-legend-swatch[data-key=beer] {
  background: #E8B84B;
}
.pdc-legend-swatch[data-key=wine] {
  background: #A23B4C;
}
.pdc-legend-swatch[data-key=spirits] {
  background: #5B7FA6;
}
.pdc-legend-swatch[data-key=none] {
  background: var(--pdc-track);
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.pdc-legend-input {
  -moz-appearance: textfield;
  width: 34px;
  margin-left: auto;
  background: var(--pdc-track);
  border: none;
  border-radius: 8px;
  padding: 3px 4px;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 12.5px;
  font-weight: 650;
  color: var(--pdc-text);
  outline: none;
}
.pdc-legend-input::-webkit-outer-spin-button, .pdc-legend-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.pdc-legend-input:focus {
  box-shadow: 0 0 0 2px rgba(201, 169, 110, 0.4);
}

.pdc-finetune summary {
  font-size: 14px;
  font-weight: 650;
  color: var(--pdc-text);
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pdc-finetune summary::-webkit-details-marker {
  display: none;
}
.pdc-finetune summary::after {
  content: "›";
  font-size: 16px;
  color: var(--pdc-text-secondary);
  transition: transform 0.2s;
}
.pdc-finetune[open] summary::after {
  transform: rotate(90deg);
}
.pdc-finetune[open] summary {
  margin-bottom: 18px;
}
.pdc-finetune .pdc-field-head {
  margin-bottom: 8px;
}

.pdc-checkbox-row {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--pdc-text-secondary);
  margin-bottom: 16px;
  cursor: pointer;
}
.pdc-checkbox-row input {
  accent-color: #C9A96E;
  width: 16px;
  height: 16px;
}

.pdc-headline-card {
  text-align: center;
  padding: 32px 24px 26px;
  border-radius: 28px;
  corner-shape: squircle;
}

.pdc-headline-label {
  font-size: 13px;
  font-weight: 600;
  color: var(--pdc-text-secondary);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.pdc-headline {
  font-family: "Inter", sans-serif;
  font-size: 56px;
  font-weight: 650;
  color: var(--pdc-text);
  letter-spacing: -0.02em;
  line-height: 1.05;
  margin: 6px 0 2px;
}

.pdc-headline-sub {
  font-size: 15px;
  color: var(--pdc-text-secondary);
  font-weight: 500;
}

.pdc-derivation {
  font-size: 13.5px;
  color: var(--pdc-text-secondary);
  line-height: 1.6;
  max-width: 460px;
  margin: 14px auto 0;
}

.pdc-whatif {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.pdc-whatif-chip {
  background: var(--pdc-track);
  border: none;
  border-radius: 100px;
  corner-shape: squircle;
  padding: 8px 16px;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Inter", sans-serif;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--pdc-text);
  cursor: pointer;
  transition: background 0.2s, transform 0.12s;
}
.pdc-whatif-chip:hover {
  background: rgba(201, 169, 110, 0.2);
}
.pdc-whatif-chip:active {
  transform: scale(0.96);
}

.pdc-bottle-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  padding: 18px 18px 16px;
}
.pdc-bottle-card i {
  font-size: 18px;
  color: #C9A96E;
  margin-bottom: 4px;
}

.pdc-bottle-label {
  font-size: 12px;
  font-weight: 600;
  color: var(--pdc-text-secondary);
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.pdc-bottle-count {
  font-family: "Inter", sans-serif;
  font-size: 22px;
  font-weight: 650;
  color: var(--pdc-text);
  letter-spacing: -0.01em;
}

.pdc-bottle-sub {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  color: var(--pdc-text-secondary);
}

.pdc-cost-total {
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 6px;
}

.pdc-currency {
  font-family: "Inter", sans-serif;
  font-size: 28px;
  font-weight: 650;
  color: var(--pdc-text);
  letter-spacing: -0.01em;
}

.pdc-cost-sub {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  color: var(--pdc-text-secondary);
}

.pdc-cost-note {
  font-size: 12px;
  color: var(--pdc-text-secondary);
  margin: 0;
}

.pdc-shopping-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
}
.pdc-shopping-head h2 {
  font-size: 17px;
  font-weight: 650;
  color: var(--pdc-text);
  letter-spacing: -0.01em;
  margin: 0;
}

.pdc-export-row {
  display: flex;
  gap: 8px;
}

.pdc-btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--pdc-track);
  border: none;
  border-radius: 100px;
  corner-shape: squircle;
  padding: 7px 14px;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Inter", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: var(--pdc-text);
  cursor: pointer;
  transition: background 0.15s;
}
.pdc-btn-ghost:hover {
  background: rgba(201, 169, 110, 0.2);
}

.pdc-shopping-group {
  margin-bottom: 18px;
}
.pdc-shopping-group:last-child {
  margin-bottom: 0;
}

.pdc-shopping-group-title {
  font-size: 11.5px;
  font-weight: 700;
  color: #c9972c;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}

.pdc-shopping-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 0;
  border-bottom: 1px solid var(--pdc-border);
  font-size: 13.5px;
}
.pdc-shopping-row:last-child {
  border-bottom: none;
}
.pdc-shopping-row input[type=checkbox] {
  accent-color: #C9A96E;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.pdc-shopping-row .pdc-shopping-name {
  color: var(--pdc-text);
  flex: 1;
  min-width: 0;
}
.pdc-shopping-row .pdc-shopping-qty {
  font-family: "Inter", sans-serif;
  color: var(--pdc-text-secondary);
  font-weight: 600;
  white-space: nowrap;
}
.pdc-shopping-row .pdc-shopping-cost {
  font-family: "Inter", sans-serif;
  color: var(--pdc-text-secondary);
  white-space: nowrap;
  min-width: 56px;
  text-align: right;
}

.pdc-guardrails p {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 12.5px;
  color: var(--pdc-text-secondary);
  line-height: 1.6;
  margin: 0 0 10px;
}
.pdc-guardrails p:last-child {
  margin-bottom: 0;
}
.pdc-guardrails p i {
  margin-top: 2px;
  color: #C9A96E;
  flex-shrink: 0;
}

.pdc-crosssell {
  text-align: center;
  background: var(--pdc-track);
  padding: 30px 24px;
}

.pdc-crosssell-eyebrow {
  font-size: 12.5px;
  color: var(--pdc-text-secondary);
  margin-bottom: 6px;
}

.pdc-crosssell-title {
  font-size: 1.2rem;
  font-weight: 650;
  letter-spacing: -0.01em;
  margin-bottom: 6px;
  color: var(--pdc-text);
}

.pdc-crosssell-sub {
  font-size: 13px;
  color: var(--pdc-text-secondary);
  margin: 0 0 18px;
}

.pdc-crosssell-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--pdc-surface);
  border: 1.5px solid var(--pdc-border);
  color: var(--pdc-text);
  font-size: 13.5px;
  font-weight: 650;
  padding: 10px 20px;
  border-radius: 100px;
  corner-shape: squircle;
  text-decoration: none;
  transition: border-color 0.15s, transform 0.15s cubic-bezier(0.32, 0.72, 0, 1);
}
.pdc-crosssell-btn:hover {
  border-color: #C9A96E;
  transform: translateY(-1px);
}

.pdc-cta {
  text-align: center;
  background: var(--pdc-text);
  color: #FBFBFD;
  padding: 40px 28px;
}

.pdc-cta-eyebrow {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 8px;
}

.pdc-cta-title {
  font-size: clamp(1.3rem, 3.5vw, 1.8rem);
  font-weight: 650;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
  line-height: 1.25;
}

.pdc-cta-sub {
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.6);
  max-width: 400px;
  margin: 0 auto 24px;
}

.pdc-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #fff;
  color: #111;
  font-size: 14px;
  font-weight: 650;
  padding: 12px 26px;
  border-radius: 100px;
  corner-shape: squircle;
  text-decoration: none;
  transition: transform 0.15s cubic-bezier(0.32, 0.72, 0, 1);
}
.pdc-cta-btn:hover {
  transform: translateY(-1px);
}

.pdc-sticky-summary {
  display: none;
  position: sticky;
  bottom: 12px;
  z-index: 50;
  background: var(--pdc-text);
  color: #fff;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
  border-radius: 16px;
  corner-shape: squircle;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 650;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  margin: 4px 0 -4px;
}
@media (max-width: 900px) {
  .pdc-sticky-summary {
    display: flex;
  }
}

.pdc-section {
  margin: 48px 0;
}
.pdc-section h2 {
  font-size: 1.4rem;
  font-weight: 650;
  color: var(--pdc-text);
  letter-spacing: -0.02em;
  margin-bottom: 14px;
}
.pdc-section h3 {
  font-size: 1rem;
  font-weight: 650;
  color: var(--pdc-text);
  margin: 22px 0 10px;
}
.pdc-section p {
  font-size: 14px;
  color: var(--pdc-text-secondary);
  line-height: 1.75;
  margin: 0 0 12px;
}

.pdc-table-wrap {
  overflow-x: auto;
}

.pdc-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13.5px;
  min-width: 420px;
}
.pdc-table th, .pdc-table td {
  font-family: "Inter", sans-serif;
  text-align: left;
  padding: 10px 14px;
  border-bottom: 1px solid var(--pdc-border);
  color: var(--pdc-text);
}
.pdc-table th {
  color: var(--pdc-text-secondary);
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.pdc-table-note {
  font-size: 12px !important;
  color: var(--pdc-text-secondary);
  margin-top: 8px !important;
}

.pdc-faq-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 16px;
}

.pdc-faq-item {
  background: var(--pdc-surface);
  border: 1px solid var(--pdc-border);
  border-radius: 14px;
  corner-shape: squircle;
  padding: 4px 18px;
}
.pdc-faq-item summary {
  font-size: 14px;
  font-weight: 600;
  color: var(--pdc-text);
  padding: 14px 0;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
.pdc-faq-item summary::-webkit-details-marker {
  display: none;
}
.pdc-faq-item summary::after {
  content: "+";
  font-size: 18px;
  color: #C9A96E;
  font-weight: 400;
  flex-shrink: 0;
}
.pdc-faq-item[open] summary::after {
  content: "−";
}
.pdc-faq-item p {
  padding: 0 0 16px;
  margin: 0;
}

.pdc-toast {
  position: fixed;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%) translateY(16px);
  background: var(--pdc-text);
  color: var(--pdc-surface);
  font-size: 13px;
  font-weight: 500;
  padding: 9px 18px;
  border-radius: 100px;
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.32, 0.72, 0, 1), transform 0.2s cubic-bezier(0.32, 0.72, 0, 1);
  pointer-events: none;
  z-index: 9999;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 6px;
}
.pdc-toast.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  * {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}

/*# sourceMappingURL=party-drink-calculator.css.map */
