@font-face {
  font-family: 'Gelica';
  src: url("../fonts/gelica-bold-R1TXLzR.eot");
  src: url("../fonts/gelica-bold-R1TXLzR.eot") format('embedded-opentype'), url("../fonts/gelica-bold-x56_P5I.woff2") format('woff2'), url("../fonts/gelica-bold-YqOCD1k.woff") format('woff'), url("../fonts/gelica-bold-MInZIpp.ttf") format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gelica';
  src: url("../fonts/gelica-regular-05UDtSF.eot");
  src: url("../fonts/gelica-regular-05UDtSF.eot") format('embedded-opentype'), url("../fonts/gelica-regular-aOFWIoJ.woff2") format('woff2'), url("../fonts/gelica-regular-Lj5PQg7.woff") format('woff'), url("../fonts/gelica-regular-AhFHpKN.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/gilroy-bold-20v-M8m.eot");
  src: url("../fonts/gilroy-bold-20v-M8m.eot") format('embedded-opentype'), url("../fonts/gilroy-bold-zJo_ar7.woff2") format('woff2'), url("../fonts/gilroy-bold-YWBkmZA.woff") format('woff'), url("../fonts/gilroy-bold-l3COhA9.ttf") format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/gilroy-medium-QV4lafH.eot");
  src: url("../fonts/gilroy-medium-QV4lafH.eot") format('embedded-opentype'), url("../fonts/gilroy-medium-NKUB1Qr.woff2") format('woff2'), url("../fonts/gilroy-medium-ttSmVBL.woff") format('woff'), url("../fonts/gilroy-medium-h9UVNle.ttf") format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/gilroy-regular-uJzd0U_.eot");
  src: url("../fonts/gilroy-regular-uJzd0U_.eot") format('embedded-opentype'), url("../fonts/gilroy-regular-lXH9Y7O.woff2") format('woff2'), url("../fonts/gilroy-regular-vgvxfTE.woff") format('woff'), url("../fonts/gilroy-regular-o69pklZ.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root {
  /* Akvilė Brand Colors */
  --akville-blue: #52B7E3;
  --akville-blue-rgb: 82, 183, 227;
  --akville-yellow: #FFD600;
  --akville-dark-blue: #003996;
  --akville-dark-blue-rgb: 0, 57, 150;
  --white: #ffffff;
  --text-dark: #333333;
  --text-gray: #666666;
  --btn-hvr: #003890;
  --heading-font: Gelica;
  --body-font: Gilroy;
}

* {
  box-sizing: border-box;
}

body {
  font-family: var(--body-font), sans-serif !important;
  margin: 0;
  padding: 0;
  background: var(--white);
  color: var(--akville-dark-blue);
  line-height: 1.5;
}

/* Header Styles */
.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1050;
  background: var(--akville-blue);
  padding: 1rem 0;
}

.navbar {
  padding: 0;
}

.logo-text {
  color: var(--white);
  font-size: 1.5rem;
  font-weight: 600;
  text-decoration: none;
}

.nav-menu {
  display: flex;
  gap: 2rem;
  align-items: center;
}

.nav-item {
  color: var(--white);
  text-decoration: none;
  font-weight: 500;
  font-size: 1rem;
  transition: opacity 0.3s ease;
}

.nav-item:hover {
  opacity: 0.8;
  color: var(--white);
}

/* Mobile Menu */
.mobile-toggle {
  background: none;
  border: none;
  padding: 0.5rem;
}

.hamburger-icon {
  width: 24px;
  height: 18px;
  position: relative;
}

.hamburger-icon span {
  display: block;
  height: 2px;
  width: 100%;
  background: var(--white);
  margin: 4px 0;
  transition: 0.3s;
}

.hamburger-icon.open span:nth-child(1) {
  transform: rotate(-45deg) translate(-5px, 6px);
}

.hamburger-icon.open span:nth-child(2) {
  transform: rotate(45deg) translate(-5px, -6px);
}

.offcanvas {
  background: var(--akville-blue);
}

.offcanvas-header .logo-text {
  color: var(--white);
}

.btn-close {
  filter: brightness(0) invert(1);
}

.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.mobile-nav-item {
  color: var(--white);
  text-decoration: none;
  font-weight: 500;
  padding: 1rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  text-align: center;
}

/* Main Content */
.main-content {
  margin-top: 80px;
}

/* Hero Section */
.hero-bg,
.cta-bg {
  background: var(--akville-blue);
}

.cta-bg {
  padding-top: 2rem;
}

.hero-bg-img {
  background: url("../images/hero--pc-bg-nz20BmJ.png") no-repeat right bottom;
  background-size: 65vh auto;
  width: 100%;
  min-height: 50vh;
  height: auto;
  padding: 10px 0 20px;
}

.cta-bg-img {
  background: url("../images/cta--pc-bg-x7rziDD.png") no-repeat center bottom;
  background-size: contain;
  width: 100%;
  height: auto;
  aspect-ratio: 2000 / 1273;
}

.hero-text {
  padding-top: 1.5rem;
}

.hero-text h1 {
  font-family: var(--heading-font);
  font-size: clamp(2.5rem, 6vw, 5.2rem);
  font-weight: 900;
  color: var(--akville-yellow);
  line-height: 1.05;
  margin-bottom: 1.5rem;
}

.hero-text .subtitle {
  font-family: var(--heading-font);
  font-size: clamp(1.35rem, 4vw, 2.15rem);
  color: var(--akville-yellow);
  font-weight: 500;
  margin-bottom: 1.5rem;
  line-height: 1.15;
}

.page-heading {
  font-family: var(--heading-font);
}

/* Survey Section */
.survey-section {
  background: var(--white);
  padding: 4rem 0;
}

/* Progress Bar */
.progress-container {
  max-width: 600px;
  margin: 0 auto 3rem;
}

.progress-bar-custom {
  height: 10px;
  border-radius: 8px;
  background: var(--akville-yellow);
  margin-bottom: 0.5rem;
  position: relative;
  overflow: hidden;
}

.progress-fill {
  height: 100%;
  background: var(--akville-dark-blue);
  border-radius: 10px;
  width: 0%;
  transition: width 0.3s ease;
}

.progress-labels {
  display: flex;
  justify-content: space-between;
  color: var(--text-gray);
  font-size: 1.1rem;
}

.progress-labels .active {
  color: var(--akville-dark-blue);
}

.survey-radio-options {
  display: none;
}

/* Flavor Options Grid */
.flavor-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  max-width: 960px;
  margin: 0 auto 3rem;
}

.flavor-option {
  background: var(--white);
  border: 3px solid var(--akville-yellow);
  border-radius: 50px;
  padding: 0.75rem 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}

.flavor-option:hover,
.flavor-option.selected {
  background: var(--akville-yellow);
}

.flavor-option:hover .flavor-letter,
.flavor-option.selected .flavor-letter {
  color: var(--akville-yellow);
  background: var(--akville-dark-blue);
}

.flavor-letter {
  background: var(--akville-yellow);
  color: var(--akville-dark-blue);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
  font-family: var(--heading-font);
  transition: 0.3s ease-in-out;
}

.flavor-name {
  flex: 1;
  font-weight: 600;
  color: var(--akville-dark-blue);
  font-size: 1.1rem;
  font-family: var(--body-font);
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.flavor-emoji {
  display: inline-block;
  width: 32px;
  aspect-ratio: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.flavor-emoji.orrange {
  background-image: url("../images/orrange-pN20Fbb.png");
}

.flavor-emoji.lemon {
  background-image: url("../images/lemon-1Mc-0wk.png");
}

.flavor-emoji.peach {
  background-image: url("../images/peach-ho7rIVj.png");
}

.flavor-emoji.red-berries {
  background-image: url("../images/red-berries-8dIkiaq.png");
}

.flavor-emoji.tahiti-lime {
  background-image: url("../images/tahiti-lime-ZqnKKKk.png");
}

.new-badge {
  background: var(--akville-blue);
  color: var(--akville-yellow);
  padding: 0.3rem 0.8rem;
  border-radius: 15px;
  font-size: 0.75rem;
  font-weight: 600;
  margin-left: auto;
  text-transform: uppercase;
}

/* Continue Button */
.continue-section {
  text-align: right;
  max-width: 960px;
  margin: 0 auto;
}

.btn-continue {
  background: var(--akville-dark-blue);
  color: var(--akville-yellow);
  border: none;
  padding: 1rem 2rem;
  border-radius: 2rem;
  font-weight: 700;
  font-size: 1.1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  font-family: var(--body-font);
}

.btn-continue:hover:not(:disabled) {
  background: var(--btn-hvr);
}

.btn-continue:disabled {
  background: #ccc;
  color: #000;
  cursor: not-allowed;
  transform: none;
  opacity: 0.6;
}

/* Registration Step Styling */
.registration-title {
  font-family: var(--heading-font);
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  color: var(--akville-dark-blue);
  text-align: center;
  margin-bottom: 0.5rem;
}

.registration-subtitle {
  text-align: center;
  color: var(--text-gray);
  font-size: 1rem;
  margin-bottom: 2rem;
}

.registration-form {
  max-width: 600px;
  margin: 0 auto;
}

.form-label {
  font-weight: 600;
  color: var(--akville-dark-blue);
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
}

.form-label.required::after {
  content: ' *';
  color: #dc3545;
}

.form-control {
  border: 2px solid #e0e0e0;
  border-radius: 12px;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  transition: all 0.3s ease;
  background: var(--white);
}

.form-control:focus {
  border-color: var(--akville-blue);
  box-shadow: 0 0 0 0.25rem rgba(82, 183, 227, 0.15);
  outline: none;
}

.form-control.is-invalid {
  border-color: #dc3545;
}

.form-control.is-valid {
  border-color: #28a745;
}

.invalid-feedback {
  display: block;
  color: #dc3545;
  font-size: 0.875rem;
  margin-top: 0.25rem;
}

.registration-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
  gap: 1rem;
}

.btn-back {
  background: transparent;
  color: var(--text-gray);
  border: 2px solid var(--text-gray);
  padding: 0.75rem 1.5rem;
  border-radius: 25px;
  font-weight: 600;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  text-decoration: none;
}

.btn-back:hover {
  background: var(--text-gray);
  color: var(--white);
}

.btn-submit {
  background: var(--akville-dark-blue);
  color: var(--white);
  border: none;
  padding: 0.75rem 2rem;
  border-radius: 25px;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  font-family: var(--body-font);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.btn-submit:hover:not(:disabled) {
  background: var(--btn-hvr);
}

.btn-submit:disabled {
  background: #ccc;
  cursor: not-allowed;
  transform: none;
  opacity: 0.6;
}

.btn-submit.loading {
  opacity: 0.8;
  cursor: wait;
}

/* Footer */
.footer {
  background: #f8f9fa;
  color: var(--text-gray);
}

.navbar-custom {
  background-color: var(--akville-blue);
  padding: 0.75rem 0;
  transition: 0.3s ease;
}

.scrolled .navbar-custom {
  backdrop-filter: blur(10px);
  background-color: rgba(var(--akville-blue-rgb), 0.75);
  transition: background-color 0.3s ease;
  z-index: 1030;
}

.navbar-brand img {
  height: 30px;
}

.pc-menu {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.pc-menu .nav-link {
  color: #fff;
  padding: 0.5rem 1.25rem !important;
  transition: 0.3s ease-in-out;
  text-transform: uppercase;
}

.pc-menu .nav-link.active,
.pc-menu .nav-link:hover {
  background: #fff;
  color: var(--btn-hvr);
}

.custom-toggler {
  border: none;
  background: none;
  width: 32px;
  height: 30px;
  padding: 0;
  position: relative;
  z-index: 1050;
}

.custom-toggler span {
  display: block;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: 0.3s ease-in-out;
}

.custom-toggler span:nth-child(2) {
  margin: 8px 0;
}

.custom-toggler.open span:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}

.custom-toggler.open span:nth-child(2) {
  opacity: 0;
}

.custom-toggler.open span:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}

.mobile-menu {
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  padding-top: 0.5rem;
  opacity: 0;
  transform: translateY(-10px);
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
}

.mobile-menu.show {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  pointer-events: auto;
}

.mobile-menu-container {
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(8px);
  border-radius: 10px;
  padding: 1rem;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  width: fit-content;
  float: right;
  text-align: right;
}

.mobile-menu .container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 0.35rem;
}

.mobile-menu .nav-link {
  color: var(--btn-hvr);
  background: #fff;
  padding: 0.5rem 1.25rem !important;
  transition: 0.3s ease-in-out;
  text-transform: uppercase;
  display: inline-block !important;
}

.mobile-menu .nav-link:hover,
.mobile-menu .nav-link.active {
  background: var(--btn-hvr);
  color: #fff;
}

.nav-link {
  margin: 0.25rem 0;
  padding: 0.5rem 0.75rem;
  border-radius: 20px;
  transition: background 0.2s;
  display: inline-block;
}

.nav-link:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.prize-grid {
  display: grid;
  gap: 0.5rem;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}

.prize {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.prize-img {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  aspect-ratio: 1;
  width: 75%;
  border-radius: 50%;
  border: 3px solid var(--akville-dark-blue);
  position: relative;
}

.price-count {
  position: absolute;
  left: -1rem;
  top: 0;
  background: var(--akville-dark-blue);
  color: #fff;
  font-size: 1.35rem;
  font-weight: 500;
  padding: 0.1rem;
  min-width: 4rem;
  border-radius: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--heading-font);
}

.prize-title {
  background: #fff;
  padding: 0.5rem 1.2rem;
  width: 100%;
  border-radius: 3rem;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
  color: var(--akville-dark-blue);
  margin-top: -1.25rem;
  position: relative;
}

.ring {
  background-image: url("../images/ringconn-gen-2-g62YlXF.png");
  background-size: 120px;
}

.yogamatters {
  background-image: url("../images/yogamatters-H62ioYc.png");
  background-size: 130px;
}

.water {
  background-image: url("../images/akvile-water-e2Vw5Js.png");
  background-size: 84px;
}

.spa {
  background-image: url("../images/spa-A78COyJ.svg");
  background-size: 105px;
}

.section-title {
  text-align: center;
  font-family: var(--heading-font);
  color: var(--akville-dark-blue);
}

.progress {
  border-radius: 1rem !important;
  background: var(--akville-yellow);
}

.progress-bar {
  background-color: var(--akville-dark-blue) !important;
}

.progress-steps {
  margin: 0.5rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.icon {
  width: 1.3rem;
  height: 1.3rem;
}

/* Scroll to Top Button */
.scroll-to-top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 1020;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--akville-yellow);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
}

.scroll-to-top:hover {
  color: #fff;
  background: var(--btn-hvr);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.scroll-to-top:active {
  transform: translateY(0);
}

.homepage-winners-section {
  padding: 4rem 0;
}

.winners-header {
  margin-bottom: 3rem;
}

.winners-title {
  font-family: var(--heading-font);
  font-size: 2.5rem;
  margin: 0;
  text-align: center;
}

.week-info {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-top: 1rem;
  justify-content: space-between;
}

.current-week {
  font-size: 1.2rem;
  font-weight: 600;
}

.week-selector select {
  background-color: var(--akville-yellow);
  color: var(--akville-dark-blue);
  border: none;
  border-radius: 25px;
  padding: 0.5rem 1.25rem;
  min-width: 150px;
  cursor: pointer;
}

.prize-tier-section {
  margin-bottom: 3rem;
}

.prize-tier-title {
  font-family: var(--heading-font);
  font-size: 1.5rem;
  font-weight: 500;
  padding: 1rem 0;
  margin: 0 0 1rem 0;
  text-align: center;
}

.winners-list {
  padding: 0;
}

.winner-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
  border-bottom: 3px solid var(--akville-yellow);
}

.winner-row:last-child {
  /* border-bottom: none; */
}

.winner-name {
  font-size: 1.1rem;
  font-weight: 600;
}

.winner-city {
  font-size: 1rem;
}

.no-winners {
  text-align: center;
  padding: 3rem;
}

.loading-indicator {
  text-align: center;
  padding: 2rem;
}

.cta-bottom-content {
  padding: 2rem 0;
}

.cta-bottom-title {
  font-family: var(--heading-font);
  font-size: 1.8rem;
  color: var(--akville-yellow);
  margin-bottom: 1.5rem;
}

.btn-cta-bottom {
  color: var(--akville-yellow);
  background: var(--akville-dark-blue);
  border: none;
  padding: 0.75rem 2rem;
  border-radius: 50px;
  font-family: var(--heading-font);
  font-size: 1.1rem;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}

.btn-cta-bottom:hover {
  background: #f0c800;
  color: var(--akville-dark-blue);
  transform: translateY(-2px);
}

/* Toast Container Positioning - Left side above scroll-to-top */
.toast-container-left {
  position: fixed;
  left: 2rem;
  bottom: 8rem; /* Above scroll-to-top button */
  z-index: 1050;
  max-width: 350px;
}

/* Enhanced Toast Styling */
.toast-flash {
  margin-bottom: 0.5rem;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  border: none;
  backdrop-filter: blur(10px);
}

.toast-flash .toast-body {
  padding: 1rem;
  font-weight: 500;
}

/* Toast Type Colors */
.toast-flash.bg-success {
  background: linear-gradient(135deg, #28a745, #20c997) !important;
  color: white;
}

.toast-flash.bg-danger {
  background: linear-gradient(135deg, #dc3545, #fd7e14) !important;
  color: white;
}

.toast-flash.bg-warning {
  background: linear-gradient(135deg, var(--akville-yellow), #ffc107) !important;
  color: var(--akville-dark-blue);
}

.toast-flash.bg-info {
  background: linear-gradient(135deg, #17a2b8, #6f42c1) !important;
  color: white;
}

.rules-content {
  color: #111;
}

.rules-content h2 {
  font-size: 1.5rem;
}

.rules-content p {
  line-height: 1.4;
  margin-bottom: .75rem;
}

/* Cookie Banner Styles - Add to assets/styles/app.css */

/* Cookie Banner */
.cookie-banner {
  position: fixed;
  bottom: 2rem;
  left: 2rem;
  max-width: 420px;
  background: rgba(var(--akville-dark-blue-rgb), 0.95);
  color: white;
  border-radius: 15px;
  padding: 1.5rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(10px);
  transform: translateY(100px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1060;
  border: 2px solid var(--akville-yellow);
}

.cookie-banner.show {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.cookie-banner-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.cookie-banner-text h4 {
  font-family: var(--heading-font);
  font-size: 1.1rem;
  margin: 0 0 0.5rem 0;
  color: var(--akville-yellow);
  font-weight: 600;
}

.cookie-banner-text p {
  font-size: 0.9rem;
  line-height: 1.4;
  margin: 0;
  opacity: 0.9;
}

.cookie-banner-actions {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.cookie-banner .btn {
  font-size: 0.85rem;
  padding: 0.4rem 0.8rem;
  border-radius: 20px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.cookie-banner .btn-outline-light {
  border-color: rgba(255, 255, 255, 0.4);
  color: white;
}

.cookie-banner .btn-outline-light:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: white;
}

.cookie-banner .btn-secondary {
  background: rgba(255, 255, 255, 0.15);
  border: none;
  color: white;
}

.cookie-banner .btn-secondary:hover {
  background: rgba(255, 255, 255, 0.25);
}

.cookie-banner .btn-primary {
  background: var(--akville-yellow);
  border: none;
  color: var(--akville-dark-blue);
  font-weight: 600;
}

.cookie-banner .btn-primary:hover {
  background: #f0c800;
  transform: translateY(-1px);
}

/* Cookie Settings Modal */
.cookie-option {
  padding: 1rem 0;
  border-bottom: 1px solid #eee;
}

.cookie-option:last-child {
  border-bottom: none;
}

.cookie-option .form-check-label {
  font-size: 1rem;
  margin-bottom: 0.25rem;
}

.cookie-option .form-check-input:checked {
  background-color: var(--akville-blue);
  border-color: var(--akville-blue);
}

.cookie-option .form-check-input:focus {
  border-color: var(--akville-blue);
  box-shadow: 0 0 0 0.25rem rgba(82, 183, 227, 0.25);
}

/* Responsive Design */
@media (max-width: 768px) {
  .hero-bg-img {
    background: url("../images/hero--m-bg-kBOG6ze.png") center bottom / 95vw no-repeat;
  }

  .cta-bg-img {
    background: url("../images/cta--m-bg-ah4KFx3.png") center bottom no-repeat;
    aspect-ratio: 75 / 71;
    background-size: contain;
  }

  .ring {
    background-size: 60px;
  }

  .yogamatters {
    background-size: 65px;
  }

  .water {
    background-size: 42px;
  }

  .spa {
    background-size: 60px;
  }

  .prize-img {
    width: 75%;
  }

  .hero-text .subtitle {
    margin-bottom: 0;
  }

  .price-count {
    font-size: 0.75rem;
    min-width: 2rem;
    border-radius: 1rem;
    left: 0;
  }

  .prize-title {
    padding: 0.25rem 0.6rem;
    border-radius: 1.5rem;
    font-size: 0.5rem;
    margin-top: -0.75rem;
  }

  .prize-grid {
    gap: 0.35rem;
  }

  .hero-bg-img .prize-grid {
    aspect-ratio: 375 / 379;
    align-items: end;
  }

  .hero-content {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 2rem;
  }

  .hero-text {
    padding-top: 1rem;
  }

  .hero-text h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    line-height: 1.1;
  }

  .prize-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .prize-badges {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
  }

  .scroll-to-top {
    bottom: 1.5rem;
    right: 1.5rem;
    width: 45px;
    height: 45px;
    font-size: 1.1rem;
  }

  .continue-section {
    text-align: center;
  }

  .flavor-grid {
    grid-template-columns: 1fr;
    gap: 0.75rem;
    padding: 0 1rem;
  }

  .flavor-option {
    padding: 1rem;
  }

  .flavor-name {
    font-size: 1rem;
  }

  .flavor-letter {
    width: 30px;
    height: 30px;
    font-size: 1rem;
  }

  .btn-continue {
    padding: 0.8rem 2.5rem;
    font-size: 1rem;
  }

  .progress-container {
    padding: 0 1rem;
  }

  .winners-header {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }

  .week-info {
    flex-direction: column;
    gap: 1rem;
  }

  .winners-title,
  .winners-homepage-title {
    font-size: 2rem;
  }

  .winner-row {
    padding: 0.75rem 1rem;
  }

  .winners-homepage-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .cta-bottom-title {
    font-size: 1.4rem;
  }

  .toast-container-left {
    left: 1rem;
    bottom: 6.5rem;
    max-width: calc(100vw - 2rem);
  }

  .cookie-banner {
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    max-width: none;
    padding: 1.25rem;
  }
  
  .cookie-banner-actions {
    justify-content: stretch;
  }
  
  .cookie-banner .btn {
    flex: 1;
    min-width: 0;
  }
}

@media (max-width: 576px) {
  .hero-section {
    padding: 2rem 0;
  }

  .survey-section {
    padding: 3rem 0;
  }

  .flavor-option {
    padding: 0.75rem 1rem;
  }

  .flavor-name {
    font-size: 0.9rem;
  }

  .cookie-banner-actions {
    flex-direction: column;
  }
  
  .cookie-banner .btn {
    width: 100%;
  }

  .hero-bg-img {
    background-size: 100%;
  }
}

@media (min-width: 992px) {
  .mobile-menu,
  .custom-toggler {
    display: none !important;
  }

  .hero-bg-img {
    background-size: 720px auto;
    min-height: 576px;
  }
}

@media (min-width: 1200px) {
  .hero-bg-img {
    background-size: 855px auto;
    min-height: 684px;
  }
}

@media (min-width: 1400px) {
  .hero-bg-img {
    background-size: 990px auto;
    min-height: 752px;
  }
}

@media (min-width: 1440px) and (max-width: 1560px) {
  .hero-bg-img {
    background-size: 980px auto;
    min-height: 732px;
  }
}

@media (min-width: 1600px) {
  .hero-text {
    padding-top: 3rem;
  }

  .hero-text h1 {
    line-height: 1.1;
  }

  .hero-text .subtitle {
    line-height: 1.2;
  }
}