:root {
  --red: #cb2d69;
  --red-dark: #cb2d69;
  --green: #5ca82f;
  --text: #343434;
  --muted: #777;
  --line: #e8e8e8;
  --soft: #f5f5f5;
  --footer: #262626;
  --footer-line: #3b3b3b;
  --white: #fff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #fff;
  color: var(--text);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.45;
  overflow-x: hidden;
}

html.has-page-transitions body {
  transform-origin: center top;
  transition:
    opacity 210ms ease,
    transform 210ms cubic-bezier(0.22, 1, 0.36, 1);
}

html.has-page-transitions body.is-page-entering {
  animation: page-enter 320ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

html.has-page-transitions body.is-page-leaving {
  opacity: 0;
  transform: translateY(-4px);
  pointer-events: none;
}

@keyframes page-enter {
  from {
    opacity: 0;
    transform: translateY(6px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  html.has-page-transitions body,
  html.has-page-transitions body.is-page-entering,
  html.has-page-transitions body.is-page-leaving {
    animation: none;
    transition: none;
    transform: none;
  }
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
}

button {
  font: inherit;
}

input,
select,
textarea {
  min-width: 0;
  max-width: 100%;
}

select option {
  background: var(--white);
  color: #222;
}

select option:checked,
select option:hover {
  background: var(--red);
  color: var(--white);
}

.custom-select-native {
  position: absolute !important;
  width: 1px !important;
  min-width: 0 !important;
  height: 1px !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.custom-select {
  position: relative;
  width: 100%;
  min-width: 0;
}

.custom-select-button {
  width: 100%;
  min-height: 42px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 24px;
  align-items: center;
  gap: 8px;
  padding: 10px 8px 10px 11px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  background: var(--white);
  color: #222;
  cursor: pointer;
  font: 700 14px/1.25 Arial, Helvetica, sans-serif;
  text-align: left;
}

.custom-select-button:focus {
  outline: 2px solid rgba(203, 45, 105, 0.22);
  border-color: var(--red);
}

.custom-select-value {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.custom-select-icon {
  color: #222;
  text-align: center;
  font-size: 18px;
  line-height: 1;
}

.custom-select-list {
  position: absolute;
  top: calc(100% + 3px);
  left: 0;
  right: 0;
  z-index: 80;
  display: none;
  max-height: 240px;
  overflow-y: auto;
  border: 1px solid rgba(203, 45, 105, 0.32);
  border-radius: 4px;
  background: var(--white);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.16);
}

.custom-select.is-open .custom-select-list {
  display: grid;
}

.custom-select-option {
  width: 100%;
  min-height: 34px;
  display: block;
  padding: 8px 11px;
  border: 0;
  border-bottom: 1px solid #f1dbe4;
  background: var(--white);
  color: #222;
  cursor: pointer;
  font: 700 14px/1.25 Arial, Helvetica, sans-serif;
  text-align: left;
}

.custom-select-option:last-child {
  border-bottom: 0;
}

.custom-select-option:hover,
.custom-select-option:focus,
.custom-select-option[aria-selected="true"] {
  background: var(--red);
  color: var(--white);
  outline: 0;
}

.custom-select-option:disabled {
  color: #999;
  cursor: default;
}

.custom-phone-select .custom-select-button,
.custom-phone-select .custom-select-option {
  color: #222;
  font-size: 13px;
}

.custom-select.delivery-fee-free .custom-select-button {
  color: #2f9348;
}

.custom-select.delivery-fee-standard .custom-select-button {
  color: #c69508;
}

.custom-select.delivery-fee-premium .custom-select-button {
  color: #7c3fc7;
}

button {
  max-width: 100%;
}

.site-header {
  background: var(--white);
  border-bottom: 1px solid var(--line);
}

.header-main {
  width: min(1180px, calc(100% - 24px));
  min-height: 104px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto minmax(280px, 640px) auto;
  align-items: center;
  gap: 18px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  justify-self: start;
  text-align: left;
}

.header-logo {
  position: relative;
  overflow: hidden;
  width: fit-content;
  flex: 0 0 auto;
}

.header-logo::after {
  content: "";
  position: absolute;
  inset: -18% auto -18% -42%;
  width: 30%;
  background: linear-gradient(105deg, transparent 0%, rgba(255, 255, 255, 0.72) 48%, transparent 100%);
  transform: skewX(-18deg) translateX(0);
  animation: logoShine 4s ease-in-out infinite;
  pointer-events: none;
}

.logo-image {
  width: 230px;
  height: 82px;
  object-fit: contain;
  object-position: center;
}

.brand-bouquet {
  width: 58px;
  height: 58px;
  flex: 0 0 auto;
  object-fit: contain;
}

.logo-text {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.logo-name {
  position: relative;
  display: inline-block;
  overflow: hidden;
  color: var(--red);
  font-size: 31px;
  font-weight: 900;
  letter-spacing: 0;
  white-space: nowrap;
}

.logo-name::after {
  content: "";
  position: absolute;
  inset: -20% auto -20% -45%;
  width: 34%;
  background: linear-gradient(105deg, transparent 0%, rgba(255, 255, 255, 0.78) 48%, transparent 100%);
  transform: skewX(-18deg) translateX(0);
  animation: logoShine 4s ease-in-out infinite;
  pointer-events: none;
}

@keyframes logoShine {
  0%, 62% {
    transform: skewX(-18deg) translateX(0);
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  88%, 100% {
    transform: skewX(-18deg) translateX(430%);
    opacity: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .logo-name::after,
  .header-logo::after,
  .header-contact svg {
    animation: none;
  }
}

.logo-text small {
  color: #777;
  font-size: 13px;
  font-weight: 500;
}

.search-block {
  width: 100%;
  justify-self: start;
  display: grid;
  gap: 6px;
  align-self: center;
}

.site-search {
  width: 100%;
  min-height: 54px;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) 50px;
  align-items: center;
  border: 1px solid #ececec;
  border-radius: 5px;
  background: var(--white);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.04);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.site-search:focus-within {
  border-color: rgba(203, 45, 105, 0.34);
  box-shadow: 0 10px 24px rgba(203, 45, 105, 0.08);
}

.site-search-icon,
.site-search button {
  display: grid;
  place-items: center;
  color: var(--red);
}

.site-search svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.1;
}

.site-search input {
  min-width: 0;
  height: 52px;
  border: 0;
  background: transparent;
  color: #333;
  font-size: 15px;
  font-weight: 600;
  outline: 0;
}

.site-search input::placeholder {
  color: #9a9a9a;
  font-weight: 600;
}

.site-search button {
  height: 40px;
  width: 40px;
  margin-right: 6px;
  border: 0;
  border-left: 1px solid #f0f0f0;
  border-radius: 4px;
  background: var(--white);
  cursor: pointer;
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.site-search button:hover {
  background: #fff5f9;
  color: var(--red);
  transform: scale(1.04);
}

.search-tagline {
  margin: 0;
  text-align: center;
  color: var(--red);
  font-family: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.18;
  letter-spacing: 0;
  text-shadow: 0 7px 18px rgba(203, 45, 105, 0.12);
}

.header-contact {
  min-width: 220px;
  padding-left: 24px;
  border-left: 1px solid var(--line);
  justify-self: end;
}

.header-contact {
  display: flex;
  align-items: center;
  gap: 12px;
}

.header-contact svg {
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  fill: none;
  stroke: var(--red);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
  transform-origin: 50% 50%;
  animation: phoneRing 4s ease-in-out infinite;
}

@keyframes phoneRing {
  0%, 62%, 88%, 100% {
    transform: rotate(0deg) translate(0, 0);
  }
  66% {
    transform: rotate(-8deg) translate(-1px, 0);
  }
  70% {
    transform: rotate(8deg) translate(1px, 0);
  }
  74% {
    transform: rotate(-6deg) translate(-1px, 0);
  }
  78% {
    transform: rotate(6deg) translate(1px, 0);
  }
  82% {
    transform: rotate(-3deg) translate(0, 0);
  }
}

.header-contact small {
  display: block;
  color: var(--muted);
  font-size: 15px;
  font-weight: 700;
}

.header-contact a {
  display: block;
  margin-top: 4px;
  color: var(--red);
  font-size: 25px;
  font-weight: 800;
  line-height: 1.1;
}

.primary-menu {
  position: sticky;
  top: 0;
  z-index: 40;
  background: var(--red);
  display: flex;
  justify-content: center;
  overflow: visible;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
}

.category-marquee-track,
.category-marquee-group {
  display: contents;
}

.category-marquee-clone {
  display: none;
}

.primary-menu button,
.primary-menu a {
  flex: 0 0 auto;
  min-height: 48px;
  padding: 0 13px;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  background: transparent;
  color: var(--white);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  white-space: nowrap;
}

.category-dropdown {
  position: relative;
  display: inline-flex;
}

.category-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 238px;
  display: none;
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: 0 18px 32px rgba(0, 0, 0, 0.14);
}

.category-dropdown:hover .category-dropdown-menu,
.category-dropdown:focus-within .category-dropdown-menu {
  display: grid;
}

.primary-menu .category-dropdown-menu button {
  min-height: 42px;
  justify-content: flex-start;
  border-right: 0;
  border-bottom: 1px solid var(--line);
  background: var(--white);
  color: #555;
}

.primary-menu .category-dropdown-menu button:last-child {
  border-bottom: 0;
}

.primary-menu .category-dropdown-menu button:hover {
  background: var(--red);
  color: var(--white);
}

.primary-menu button:hover,
.primary-menu button.is-active,
.primary-menu a:hover {
  background: var(--white);
  color: var(--red);
}

.primary-menu .all-menu {
  background: var(--red);
}

.product-section {
  width: min(1580px, calc(100% - 32px));
  margin: 22px auto 42px;
}

.product-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 0 0 16px;
  min-width: 0;
}

.product-list-title {
  position: relative;
  margin: 0;
  padding-left: 13px;
  color: #4a4a4a;
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
}

.product-list-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.16em;
  width: 4px;
  height: 0.92em;
  border-radius: 10px;
  background: var(--red);
}

.product-tools {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0;
  min-width: 0;
}

.product-sort {
  min-width: 238px;
  max-width: 100%;
  display: inline-grid;
  grid-template-columns: auto minmax(150px, 1fr);
  align-items: center;
  gap: 10px;
  padding: 8px 10px 8px 12px;
  border: 1px solid rgba(203, 45, 105, 0.16);
  border-radius: 6px;
  background: var(--white);
  box-shadow: 0 8px 20px rgba(203, 45, 105, 0.06);
  color: #555;
}

.product-sort span {
  color: var(--red);
  font-size: 13px;
  font-weight: 900;
}

.product-sort select {
  width: 100%;
  min-height: 38px;
  padding: 0 34px 0 11px;
  border: 1px solid #ececec;
  border-radius: 5px;
  background: var(--white);
  color: #333;
  cursor: pointer;
  font: 700 13px/1 Arial, Helvetica, sans-serif;
  outline: 0;
}

.product-sort select:focus {
  border-color: rgba(203, 45, 105, 0.44);
  box-shadow: 0 0 0 3px rgba(203, 45, 105, 0.08);
}

.section-title {
  margin-bottom: 15px;
  padding: 14px 0 12px;
  border-bottom: 2px solid var(--line);
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: end;
}

.section-title h2 {
  margin: 0;
  color: #3b3b3b;
  font-size: 23px;
  letter-spacing: 0;
}

.section-title span {
  color: var(--muted);
  font-weight: 700;
}

.search-empty {
  width: min(1180px, calc(100% - 24px));
  margin: 28px auto 0;
  padding: 20px;
  border: 1px dashed rgba(203, 45, 105, 0.35);
  background: #fff8fb;
  color: #555;
  font-size: 16px;
  font-weight: 800;
  text-align: center;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 22px 20px;
}

.product-card {
  min-width: 0;
  border: 1px solid var(--line);
  background: var(--white);
  transition: box-shadow 180ms ease, transform 180ms ease;
}

.product-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}

.product-card.is-hidden {
  display: none;
}

.product-image {
  position: relative;
  overflow: hidden;
  background: var(--soft);
}

.product-image img {
  aspect-ratio: 1 / 1.18;
  object-fit: cover;
  object-position: center;
}

.popular-badge {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  overflow: hidden;
  padding: 0 9px;
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-top: 0;
  border-left: 0;
  border-radius: 0 0 4px 0;
  background: #c89b2b;
  box-shadow: 0 3px 10px rgba(92, 65, 8, 0.18);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}

.popular-badge::after {
  content: "";
  position: absolute;
  inset: -25% auto -25% -44%;
  width: 34%;
  background: linear-gradient(105deg, transparent 0%, rgba(255, 255, 255, 0.72) 50%, transparent 100%);
  pointer-events: none;
  transform: skewX(-18deg) translateX(0);
  animation: popularBadgeShine 2s ease-in-out infinite;
}

@keyframes popularBadgeShine {
  0%, 10% {
    opacity: 0;
    transform: skewX(-18deg) translateX(0);
  }
  18% {
    opacity: 0.7;
  }
  48% {
    opacity: 0.45;
    transform: skewX(-18deg) translateX(430%);
  }
  58%, 100% {
    opacity: 0;
    transform: skewX(-18deg) translateX(430%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .popular-badge::after {
    animation: none;
  }
}

.product-body {
  padding: 10px 10px 12px;
  text-align: center;
}

.product-body h3 {
  min-height: 42px;
  margin: 0 0 8px;
  color: #3a3a3a;
  font-size: 15px;
  line-height: 1.25;
}

.service-note {
  margin: 0 0 2px;
  color: #63a948;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
}

.tax-note {
  margin: 0 0 3px;
  color: #aaa;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
}

.new-price {
  margin: 0;
  color: var(--red);
  font-weight: 900;
  line-height: 1;
}

.new-price strong {
  font-size: 25px;
}

.new-price span {
  font-size: 12px;
  font-weight: 800;
}

.order-link {
  display: grid;
  place-items: center;
  min-height: 36px;
  margin-top: 10px;
  border: 1px solid var(--red);
  background: var(--white);
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  transition: background 160ms ease, color 160ms ease;
}

.product-card:hover .order-link {
  background: var(--red);
  color: var(--white);
}

.footer {
  position: relative;
  overflow: hidden;
  border-top: 1px solid var(--line);
  background: #fff;
  color: #626775;
}

.footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("./assets/footer-logo-bg.png");
  background-size: min(1080px, 82vw) auto;
  background-repeat: no-repeat;
  background-position: center center;
  filter: saturate(1.06);
  opacity: 0.5;
  transform: none;
}

.footer::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.36) 0%, rgba(255, 247, 250, 0.68) 38%, rgba(255, 255, 255, 0.92) 72%),
    rgba(255, 255, 255, 0.5);
}

.footer-grid {
  position: relative;
  z-index: 1;
  width: min(1520px, calc(100% - 48px));
  margin: 0 auto;
  padding: 36px 0 14px;
  display: grid;
  grid-template-columns: 1fr 1fr minmax(360px, 1.8fr) 1fr 1fr;
  gap: 42px;
  align-items: start;
}

.footer h2 {
  margin: 0 0 15px;
  color: #111827;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0;
}

.footer-column {
  min-width: 0;
}

.social-links {
  display: grid;
  gap: 10px;
}

.footer a.social-link {
  display: flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  margin: 0;
  color: #596070;
  font-size: 15px;
}

.social-icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.social-icon svg {
  width: 24px;
  height: 24px;
}

.social-facebook {
  background: #4669ad;
}

.social-facebook svg {
  fill: var(--white);
}

.social-instagram {
  background: radial-gradient(circle at 30% 105%, #feda75 0 22%, #fa7e1e 34%, #d62976 55%, #962fbf 76%, #4f5bd5 100%);
}

.social-instagram svg {
  fill: none;
  stroke: var(--white);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.footer a.social-link:hover .social-icon {
  transform: translateY(-2px) scale(1.04);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.22);
}

.footer-contact-column {
  text-align: center;
}

.footer-contact-column h2 {
  margin-bottom: 12px;
}

.footer .footer-address {
  max-width: 360px;
  margin: 0 auto 9px;
  margin-left: auto;
  margin-right: auto;
}

.footer .footer-label {
  margin-top: 12px;
  color: #151b25;
  font-weight: 900;
}

.footer-contact-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 34px;
  margin: 20px 0 22px;
}

.footer a.footer-contact-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  text-align: left;
  color: #596070;
}

.footer-contact-icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  color: var(--white);
}

.footer-contact-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.footer-phone-icon {
  background: #74b9d6;
}

.footer-whatsapp-icon {
  background: #51bd61;
}

.footer-contact-item em {
  display: block;
  font-style: normal;
  font-size: 16px;
  line-height: 1.1;
}

.footer-contact-item strong {
  display: block;
  color: #4a4f5c;
  font-size: 16px;
  line-height: 1.2;
}

.footer a.footer-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 8px auto 5px;
}

.footer-brand span {
  display: grid;
  gap: 3px;
  text-align: center;
}

.footer-brand strong {
  color: var(--red);
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
}

.footer-brand small {
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
}

.footer .footer-copy {
  margin: 0 auto;
  color: #6f7077;
  text-align: center;
  font-size: 13px;
  line-height: 1.25;
}

.footer a,
.footer-link,
.footer p {
  display: block;
  margin: 0 0 9px;
  color: inherit;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
}

.footer-link {
  width: fit-content;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  text-align: left;
}

.footer a:hover,
.footer-link:hover {
  color: var(--red);
}

.about-modal[hidden],
.payment-modal[hidden],
.order-modal[hidden] {
  display: none;
}

.about-modal,
.payment-modal,
.order-modal {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: grid;
  place-items: center;
  padding: 22px;
}

.about-music-player {
  position: absolute;
  left: -9999px;
  bottom: 0;
  width: 1px;
  height: 1px;
  border: 0;
  opacity: 0;
  pointer-events: none;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.58);
  cursor: pointer;
}

.modal-panel {
  position: relative;
  z-index: 1;
  width: min(760px, 100%);
  max-height: min(82vh, 760px);
  overflow: auto;
  padding: 28px;
  border-top: 5px solid var(--red);
  background: var(--white);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.payment-panel {
  width: min(920px, 100%);
}

.payment-panel .payment-kicker,
.transfer-card .payment-kicker {
  margin: 0 0 6px;
  color: var(--red);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.transfer-note {
  display: grid;
  gap: 8px;
  margin: 18px 0;
  padding: 18px;
  border-left: 4px solid var(--red);
  background: #fff7fa;
}

.payment-panel .transfer-note p,
.transfer-card .transfer-note p {
  margin: 0;
}

.bank-card {
  margin: 20px 0;
  overflow: hidden;
  border: 1px solid #f0d6df;
  background: var(--white);
  box-shadow: 0 16px 36px rgba(203, 45, 105, 0.1);
}

.bank-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 18px;
  background: linear-gradient(135deg, #cb2d69 0%, #9f174c 100%);
  color: var(--white);
  font-weight: 900;
}

.akbank-logo {
  display: inline-grid;
  place-items: center;
  min-width: 112px;
  min-height: 34px;
  padding: 5px 12px;
  border-radius: 3px;
  background: #e30613;
  color: var(--white);
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0;
}

.bank-copy-list {
  display: grid;
  gap: 12px;
  padding: 18px;
}

.bank-copy-box {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  padding: 14px;
  border: 1px solid var(--line);
  background: #fbfbfb;
}

.bank-copy-label {
  color: #777;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.bank-copy-box strong {
  color: #252525;
  font-size: 18px;
  letter-spacing: 0;
  word-break: break-word;
}

.bank-copy-box button {
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid var(--red);
  border-radius: 4px;
  background: var(--white);
  color: var(--red);
  cursor: pointer;
  font-weight: 900;
}

.bank-copy-box button:hover {
  background: var(--red);
  color: var(--white);
}

.payment-panel .copy-status {
  min-height: 20px;
  margin: 0 18px 16px;
  color: var(--green);
  font-weight: 900;
  text-align: right;
}

.payment-warning {
  padding: 18px;
  border: 1px solid #eadfe3;
  background: #fcfcfc;
}

.payment-warning h3 {
  margin: 0 0 10px;
  color: #333;
  font-size: 18px;
}

.payment-warning ul {
  margin: 0 0 14px;
  padding-left: 20px;
}

.payment-warning li {
  margin-bottom: 7px;
  color: #444;
  font-size: 15px;
}

.payment-panel .payment-warning p,
.transfer-card .payment-warning p {
  margin: 0;
  color: var(--red);
  font-weight: 900;
}

.transfer-page {
  width: min(980px, calc(100% - 32px));
  margin: 34px auto 52px;
}

.transfer-card {
  border: 1px solid var(--line);
  border-top: 5px solid var(--red);
  background: var(--white);
  padding: 30px;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.08);
}

.transfer-card h1 {
  margin: 0 0 12px;
  color: #333;
  font-size: 32px;
  line-height: 1.15;
  letter-spacing: 0;
}

.transfer-card .bank-card {
  margin: 22px 0;
}

.transfer-card .copy-status {
  min-height: 20px;
  margin: 0 18px 16px;
  color: var(--green);
  font-weight: 900;
  text-align: right;
}

.contact-page {
  width: min(1180px, calc(100% - 32px));
  margin: 34px auto 52px;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.8fr);
  gap: 26px;
  align-items: start;
}

.contact-panel {
  border: 1px solid var(--line);
  border-top: 5px solid var(--red);
  background: var(--white);
  padding: 28px;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.08);
}

.contact-kicker {
  margin: 0 0 6px;
  color: var(--red);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-panel h1,
.contact-panel h2 {
  margin: 0 0 12px;
  color: #333;
  font-size: 32px;
  line-height: 1.15;
  letter-spacing: 0;
}

.contact-panel h2 {
  font-size: 26px;
}

.contact-intro {
  margin: 0 0 20px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 700;
}

.contact-form {
  display: grid;
  gap: 14px;
}

.contact-form label {
  display: grid;
  gap: 7px;
  color: #444;
  font-size: 14px;
  font-weight: 900;
  min-width: 0;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  width: 100%;
  min-height: 44px;
  padding: 11px 12px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  background: var(--white);
  color: #333;
  font: 15px/1.35 Arial, Helvetica, sans-serif;
}

.contact-form textarea {
  min-height: 150px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  outline: 2px solid rgba(203, 45, 105, 0.22);
  border-color: var(--red);
}

.contact-submit {
  position: relative;
  overflow: hidden;
  min-height: 48px;
  border: 0;
  border-radius: 4px;
  background: var(--red);
  color: var(--white);
  cursor: pointer;
  font-size: 15px;
  font-weight: 900;
}

.contact-submit::after {
  content: "";
  position: absolute;
  inset: -34% auto -34% -36%;
  width: 24%;
  background: linear-gradient(105deg, transparent 0%, rgba(255, 255, 255, 0.58) 48%, transparent 100%);
  transform: skewX(-18deg) translateX(0);
  animation: completeOrderShine 4s ease-in-out infinite;
  pointer-events: none;
}

@media (prefers-reduced-motion: reduce) {
  .contact-submit::after {
    animation: none;
  }
}

.contact-submit:hover {
  background: var(--red-dark);
}

.contact-status {
  min-height: 20px;
  margin: 0;
  color: var(--green);
  font-weight: 900;
}

.contact-info-list {
  display: grid;
  gap: 12px;
  margin: 18px 0;
}

.contact-info-line {
  display: grid;
  gap: 4px;
  margin: 0;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
  color: #626775;
}

.contact-info-line strong {
  color: #222;
}

.contact-info-line a {
  color: var(--red);
  font-weight: 900;
}

.contact-quick-actions {
  display: grid;
  gap: 10px;
  margin: 18px 0;
}

.contact-action {
  min-height: 46px;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 10px 12px;
  border: 1px solid #efd6df;
  border-radius: 4px;
  background: #fff7fa;
  color: #555;
  font-weight: 900;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.contact-action:hover {
  border-color: var(--red);
  background: var(--red);
  color: var(--white);
  transform: translateY(-1px);
}

.contact-action svg {
  width: 25px;
  height: 25px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.contact-socials {
  display: grid;
  gap: 12px;
  margin: 18px 0 20px;
}

.contact-social-link {
  width: fit-content;
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: 14px;
  color: #3d4558;
  font-size: 18px;
  font-weight: 500;
}

.contact-social-link .social-icon {
  width: 48px;
  height: 48px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

.contact-social-link .social-icon svg {
  width: 27px;
  height: 27px;
}

.contact-social-link:hover {
  color: var(--red);
}

.contact-social-link:hover .social-icon {
  animation: contactSocialPulse 720ms ease-in-out infinite;
}

@keyframes contactSocialPulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.13);
  }
}

@media (prefers-reduced-motion: reduce) {
  .contact-social-link:hover .social-icon {
    animation: none;
  }
}

.contact-map {
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--soft);
}

.contact-map iframe {
  display: block;
  width: 100%;
  height: 360px;
  border: 0;
}

.about-page {
  width: min(980px, calc(100% - 32px));
  margin: 34px auto 52px;
}

.about-card {
  border: 1px solid var(--line);
  border-top: 5px solid var(--red);
  background: var(--white);
  padding: 34px;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.08);
}

.about-kicker {
  margin: 0 0 6px;
  color: var(--red);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-card h1 {
  margin: 0 0 18px;
  color: #333;
  font-size: 34px;
  line-height: 1.15;
  letter-spacing: 0;
}

.about-content {
  display: grid;
  gap: 15px;
}

.about-content p {
  margin: 0;
  color: #444;
  font-size: 16px;
  line-height: 1.72;
}

.legal-page {
  width: min(1040px, calc(100% - 32px));
  margin: 34px auto 54px;
}

.legal-card {
  border: 1px solid var(--line);
  border-top: 5px solid var(--red);
  background: var(--white);
  padding: 34px;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.08);
}

.legal-kicker {
  margin: 0 0 7px;
  color: var(--red);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.legal-card h1 {
  margin: 0 0 24px;
  color: #333;
  font-size: 32px;
  line-height: 1.16;
  letter-spacing: 0;
}

.legal-date {
  width: fit-content;
  margin: -8px 0 24px;
  padding: 9px 12px;
  border: 1px solid #f1dbe4;
  background: #fff9fb;
  color: #444;
  font-size: 14px;
  font-weight: 700;
}

.legal-date strong {
  color: var(--red);
}

.legal-section {
  margin: 0 0 24px;
  padding: 0 0 20px;
  border-bottom: 1px solid #f0e4e9;
}

.legal-section:last-of-type {
  margin-bottom: 0;
}

.legal-section h2 {
  margin: 0 0 12px;
  color: var(--red);
  font-size: 19px;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0;
}

.legal-section h3 {
  margin: 16px 0 8px;
  color: #222;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.legal-section p,
.legal-section li {
  color: #444;
  font-size: 15.5px;
  line-height: 1.72;
}

.legal-section p {
  margin: 0 0 12px;
}

.legal-section p:last-child {
  margin-bottom: 0;
}

.legal-section ul,
.legal-section ol {
  margin: 8px 0 14px;
  padding-left: 23px;
}

.legal-section li {
  margin-bottom: 7px;
}

.legal-info-list {
  display: grid;
  gap: 8px;
  margin: 0 0 16px;
}

.legal-info-list div {
  display: grid;
  grid-template-columns: minmax(130px, 0.34fr) minmax(0, 1fr);
  gap: 12px;
  padding: 10px 12px;
  border: 1px solid #f1dbe4;
  background: #fff9fb;
}

.legal-info-list dt {
  color: var(--red);
  font-weight: 900;
}

.legal-info-list dd {
  min-width: 0;
  margin: 0;
  color: #333;
  font-weight: 700;
  word-break: break-word;
}

.special-days-list {
  display: grid;
  gap: 9px;
  margin: 0;
}

.special-days-list div {
  display: grid;
  grid-template-columns: minmax(160px, 0.32fr) minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 12px 14px;
  border: 1px solid #f1dbe4;
  background: #fff9fb;
}

.special-days-list dt {
  color: var(--red);
  font-size: 14px;
  font-weight: 900;
}

.special-days-list dd {
  min-width: 0;
  margin: 0;
  color: #3f3f3f;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
}

.legal-highlight {
  padding: 18px;
  border: 1px solid #efd6df;
  border-left: 4px solid var(--red);
  background: #fff7fa;
}

.legal-signature {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 26px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

.legal-signature p {
  margin: 0;
  padding: 12px;
  border: 1px solid #f1dbe4;
  background: #fff9fb;
  color: #444;
  font-size: 14px;
  line-height: 1.45;
}

.legal-signature strong {
  display: block;
  margin-bottom: 3px;
  color: var(--red);
}

.order-panel {
  position: relative;
  z-index: 1;
  width: 100%;
  max-height: none;
  overflow: visible;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.order-panel.has-open-calendar {
  z-index: 40;
}

.order-layout {
  display: grid;
  grid-template-columns: minmax(340px, 440px) minmax(0, 1fr);
  gap: 38px;
  align-items: stretch;
  clear: both;
}

.order-product {
  display: flex;
  flex-direction: column;
  border: 0;
  background: transparent;
  padding: 0;
}

.order-product-media {
  position: relative;
  width: min(100%, 390px);
  margin: 0 auto;
  overflow: hidden;
  background: var(--white);
}

.order-product img {
  display: block;
  width: 100%;
  margin: 0;
  aspect-ratio: 4 / 5.35;
  object-fit: cover;
  object-position: center;
  background: var(--white);
  border: 0;
}

.order-product > span[data-service-label] {
  display: block;
  margin: 13px 0 5px;
  color: var(--green);
  font-weight: 900;
  text-align: center;
}

.order-popular-badge[hidden] {
  display: none;
}

.order-product h2 {
  margin: 0 0 8px;
  color: #333;
  font-size: 24px;
  line-height: 1.15;
  letter-spacing: 0;
  text-align: center;
}

.order-product > p {
  margin: 0 0 14px;
  color: var(--red);
  font-size: 18px;
  font-weight: 900;
  text-align: center;
}

.unit-price strong {
  font-size: 24px;
}

.order-total-box {
  margin: 14px 0 16px;
  padding: 6px 0 8px;
  border: 0;
  background: transparent;
  text-align: center;
}

.order-total-box small {
  display: block;
  color: var(--muted);
  font-weight: 800;
}

.order-total-box strong {
  display: block;
  margin-top: 4px;
  color: var(--red);
  font-size: 34px;
  line-height: 1;
}

.order-number-box {
  margin: 16px 0;
  padding: 16px 14px 14px;
  border: 1px dashed var(--red);
  background: #fff5f9;
  text-align: center;
}

.order-number-box small {
  display: block;
  color: var(--muted);
  font-weight: 800;
}

.order-number-box strong {
  color: var(--red);
  font-size: 34px;
  line-height: 1;
  letter-spacing: 0.08em;
}

.order-number-copy {
  margin-top: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.order-number-copy button {
  min-width: 92px;
  min-height: 38px;
  display: grid;
  place-items: center;
  padding: 0 14px;
  border: 1px solid rgba(203, 45, 105, 0.32);
  border-radius: 4px;
  background: var(--white);
  color: var(--red);
  cursor: pointer;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
}

.order-number-copy button:hover {
  border-color: var(--red);
  background: var(--red);
  color: var(--white);
}

.copy-feedback {
  display: block;
  min-height: 18px;
  margin-top: 6px;
  color: var(--green);
  font-size: 13px;
  font-weight: 900;
}

.payment-note {
  width: 100% !important;
  box-sizing: border-box !important;
  margin: 10px 0 0 !important;
  padding: 11px 12px 0 !important;
  border: 0 !important;
  border-top: 1px solid rgba(203, 45, 105, 0.18) !important;
  background: transparent !important;
  color: #4f4f4f !important;
  font-size: 12.5px !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
  text-align: center !important;
}

.order-courier-scene {
  position: relative;
  display: grid;
  flex: 1;
  place-items: stretch;
  overflow: hidden;
  min-height: 430px;
  margin-top: 18px;
  background: var(--white);
}

.courier-svg {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 430px;
}

.road-lines path {
  fill: none;
  stroke: rgba(203, 45, 105, 0.15);
  stroke-width: 4;
  stroke-linecap: round;
  stroke-dasharray: 52 34;
  animation: roadMove 1.05s linear infinite;
}

.cloud ellipse,
.cloud circle {
  fill: rgba(255, 255, 255, 0.92);
  stroke: rgba(203, 45, 105, 0.16);
  stroke-width: 2;
}

.cloud {
  transform-box: fill-box;
  transform-origin: center;
  animation: cloudDrift 13s linear infinite;
}

.cloud-two {
  opacity: 0.78;
  animation-duration: 16s;
  animation-delay: -5s;
}

.cloud-three {
  opacity: 0.62;
  animation-duration: 19s;
  animation-delay: -9s;
}

.courier-bike {
  transform-box: fill-box;
  transform-origin: center bottom;
  animation: courierApproach 3.4s ease-in-out infinite;
}

.bike-shadow {
  fill: rgba(0, 0, 0, 0.12);
  transform-origin: center;
  animation: shadowPulse 3.4s ease-in-out infinite;
}

.exhaust-smoke circle {
  fill: rgba(203, 45, 105, 0.18);
  transform-box: fill-box;
  transform-origin: center;
  animation: smokePuff 2.2s ease-out infinite;
}

.exhaust-smoke circle:nth-child(2) {
  animation-delay: 0.35s;
}

.exhaust-smoke circle:nth-child(3) {
  animation-delay: 0.7s;
}

.rear-flowers {
  transform-box: fill-box;
  transform-origin: center;
  animation: flowerBob 1.2s ease-in-out infinite;
}

.rear-flowers rect {
  fill: #fff7fa;
  stroke: var(--red);
  stroke-width: 3;
}

.basket-handle {
  fill: none;
  stroke: var(--red);
  stroke-width: 4;
  stroke-linecap: round;
}

.basket-weave {
  fill: none;
  stroke: rgba(203, 45, 105, 0.34);
  stroke-width: 2;
  stroke-linecap: round;
}

.pot-brand {
  fill: var(--red);
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 900;
  letter-spacing: 0.4px;
  paint-order: stroke;
  stroke: rgba(255, 255, 255, 0.85);
  stroke-width: 2px;
  stroke-linejoin: round;
  animation: potBrandPulse 3.4s ease-in-out infinite;
}

.pot-brand-main {
  font-size: 12px;
}

.pot-brand-sub {
  font-size: 10px;
}

.flower-stems,
.flower-leaves {
  fill: none;
  stroke: #3f8f43;
  stroke-width: 5;
  stroke-linecap: round;
}

.rear-flowers circle {
  fill: url("#courierPink");
  stroke: var(--white);
  stroke-width: 3;
}

.side-rider {
  transform-box: fill-box;
  transform-origin: center bottom;
}

.rider-body,
.rider-helmet,
.rider-leg {
  fill: url("#courierPink");
  stroke: #8f1747;
  stroke-width: 4;
  stroke-linejoin: round;
}

.rider-head,
.rider-hand {
  fill: #ffbdd8;
  stroke: #8f1747;
  stroke-width: 4;
}

.rider-face-panel {
  fill: var(--white);
  stroke: rgba(203, 45, 105, 0.72);
  stroke-width: 3;
  stroke-linejoin: round;
}

.rider-arm {
  fill: none;
  stroke: #8f1747;
  stroke-width: 11;
  stroke-linecap: round;
}

.rider-shoe {
  fill: #2d3340;
  stroke: #2d3340;
  stroke-width: 2;
  stroke-linejoin: round;
}

.rider-stud {
  fill: rgba(255, 255, 255, 0.52);
  stroke: #8f1747;
  stroke-width: 2;
}

.side-eye {
  fill: #5b2540;
}

.side-smile {
  fill: none;
  stroke: #5b2540;
  stroke-width: 3;
  stroke-linecap: round;
}

.motor-body path,
.motor-body circle,
.motor-body ellipse {
  stroke: var(--red);
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.scooter-main {
  fill: url("#courierPink");
}

.scooter-front-shield,
.scooter-footboard,
.scooter-rear-fender,
.scooter-front-fender {
  fill: var(--white);
}

.scooter-seat {
  fill: #2d3340;
  stroke: #2d3340;
  stroke-width: 4;
}

.scooter-handle,
.scooter-smile,
.scooter-exhaust {
  fill: none;
}

.scooter-handle {
  stroke: #2d3340;
  stroke-width: 7;
}

.scooter-mirror {
  fill: var(--white);
  stroke: #2d3340;
  stroke-width: 4;
}

.scooter-exhaust {
  stroke: #2d3340;
  stroke-width: 6;
}

.scooter-light {
  fill: #fff6a8;
  stroke: #f2c14e;
  stroke-width: 4;
}

.scooter-smile {
  stroke: rgba(255, 255, 255, 0.82);
  stroke-width: 4;
}

.wheel circle {
  fill: var(--white);
  stroke: #2d3340;
  stroke-width: 7;
}

.wheel circle:nth-child(2) {
  fill: #f7f7f7;
  stroke: var(--red);
  stroke-width: 5;
}

.wheel path {
  fill: none;
  stroke: #7b8497;
  stroke-width: 3;
  stroke-linecap: round;
}

.wheel {
  transform-box: fill-box;
  transform-origin: center;
  animation: wheelSpin 0.75s linear infinite;
}

@keyframes courierApproach {
  0%, 100% {
    transform: translateY(-12px) scale(0.86);
  }
  45% {
    transform: translateY(16px) scale(1.04);
  }
  70% {
    transform: translateY(22px) scale(1.1);
  }
}

@keyframes wheelSpin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes roadMove {
  to {
    stroke-dashoffset: 86;
  }
}

@keyframes cloudDrift {
  0% {
    transform: translateX(44px);
  }
  100% {
    transform: translateX(-58px);
  }
}

@keyframes smokePuff {
  0% {
    opacity: 0;
    transform: translate(0, 0) scale(0.55);
  }
  18% {
    opacity: 0.48;
  }
  100% {
    opacity: 0;
    transform: translate(-34px, -18px) scale(1.55);
  }
}

@keyframes flowerBob {
  0%, 100% {
    transform: translateY(0) rotate(-1deg);
  }
  50% {
    transform: translateY(-7px) rotate(1deg);
  }
}

@keyframes potBrandPulse {
  0%, 100% {
    opacity: 0.86;
    filter: drop-shadow(0 0 0 rgba(203, 45, 105, 0));
  }
  50% {
    opacity: 1;
    filter: drop-shadow(0 2px 4px rgba(203, 45, 105, 0.18));
  }
}

@keyframes shadowPulse {
  0%, 100% {
    transform: scaleX(0.78);
    opacity: 0.08;
  }
  50% {
    transform: scaleX(1.08);
    opacity: 0.16;
  }
}

.wedding-car-svg {
  background: var(--white);
}

.wedding-cloud ellipse,
.wedding-cloud circle {
  fill: rgba(255, 255, 255, 0.94);
  stroke: rgba(203, 45, 105, 0.16);
  stroke-width: 2;
}

.wedding-cloud {
  transform-box: fill-box;
  transform-origin: center;
  animation: weddingCloudDrift 14s linear infinite;
}

.wedding-cloud-two {
  opacity: 0.76;
  animation-duration: 18s;
  animation-delay: -7s;
}

.wedding-road path {
  fill: none;
  stroke-linecap: round;
}

.wedding-road-edge {
  stroke: rgba(203, 45, 105, 0.12);
  stroke-width: 5;
}

.wedding-road-mark,
.wedding-road-center {
  stroke: rgba(203, 45, 105, 0.2);
  stroke-width: 5;
  stroke-dasharray: 24 22;
  animation: weddingRoadMove 0.9s linear infinite;
}

.wedding-road-center {
  stroke-width: 4;
  stroke-dasharray: 18 24;
}

.wedding-car-vehicle {
  transform-box: fill-box;
  transform-origin: center bottom;
  animation: weddingCarApproach 3.4s ease-in-out infinite;
}

.wedding-car-shadow {
  fill: rgba(0, 0, 0, 0.1);
  transform-box: fill-box;
  transform-origin: center;
  animation: weddingShadowPulse 3.4s ease-in-out infinite;
}

.wedding-tire {
  fill: #2d3340;
  stroke: #171a1f;
  stroke-width: 5;
}

.wedding-wheel-shine {
  fill: none;
  stroke: #7b8497;
  stroke-width: 5;
  stroke-linecap: round;
}

.wedding-car-roof {
  fill: #fff;
  stroke: var(--red);
  stroke-width: 7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.wedding-windshield {
  fill: url("#weddingCarGlass");
  stroke: var(--red);
  stroke-width: 6;
  stroke-linejoin: round;
}

.wedding-couple {
  transform-box: fill-box;
  transform-origin: center bottom;
  animation: weddingCoupleBob 1.7s ease-in-out infinite;
}

.bride-veil,
.bride-dress {
  fill: #fff;
  stroke: #efa8c3;
  stroke-width: 4;
  stroke-linejoin: round;
}

.bride-hair,
.groom-hair {
  fill: #8f1747;
  stroke: #6e1238;
  stroke-width: 3;
}

.couple-face {
  fill: #ffd5e4;
  stroke: #8f1747;
  stroke-width: 3;
}

.couple-eye {
  fill: #5b2540;
}

.couple-smile,
.bride-crown {
  fill: none;
  stroke: #cb2d69;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.groom-suit {
  fill: #2d3340;
  stroke: #171a1f;
  stroke-width: 4;
}

.groom-shirt {
  fill: #fff;
  stroke: #d8d8d8;
  stroke-width: 2;
}

.groom-bow {
  fill: url("#weddingCarPink");
  stroke: #8f1747;
  stroke-width: 2;
}

.wedding-car-body {
  fill: #fff;
  stroke: var(--red);
  stroke-width: 7;
  stroke-linejoin: round;
}

.wedding-car-hood {
  fill: #fff7fa;
  stroke: rgba(203, 45, 105, 0.55);
  stroke-width: 4;
  stroke-linejoin: round;
}

.wedding-car-bumper {
  fill: url("#weddingCarPink");
  stroke: #8f1747;
  stroke-width: 5;
  stroke-linejoin: round;
}

.wedding-flower-decoration {
  transform-box: fill-box;
  transform-origin: center;
  animation: weddingFlowerBob 1.35s ease-in-out infinite;
}

.wedding-ribbon {
  fill: none;
  stroke: var(--red);
  stroke-width: 6;
  stroke-linecap: round;
}

.wedding-flower-leaves {
  fill: none;
  stroke: #3f8f43;
  stroke-width: 7;
  stroke-linecap: round;
}

.wedding-flower-decoration circle {
  fill: url("#weddingCarPink");
  stroke: #fff;
  stroke-width: 3;
}

.wedding-headlights ellipse {
  fill: #fff3a8;
  stroke: #efbf43;
  stroke-width: 5;
}

.wedding-car-grille {
  fill: none;
  stroke: #7b8497;
  stroke-width: 5;
  stroke-linecap: round;
}

.wedding-plate rect {
  fill: #fff;
  stroke: var(--red);
  stroke-width: 3;
}

.wedding-plate text {
  fill: var(--red);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
}

@keyframes weddingCarApproach {
  0%, 100% {
    transform: translateY(-9px) scale(0.9);
  }
  50% {
    transform: translateY(13px) scale(1.05);
  }
}

@keyframes weddingRoadMove {
  to {
    stroke-dashoffset: -92;
  }
}

@keyframes weddingCloudDrift {
  0% {
    transform: translateX(42px);
  }
  100% {
    transform: translateX(-58px);
  }
}

@keyframes weddingCoupleBob {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-3px);
  }
}

@keyframes weddingFlowerBob {
  0%, 100% {
    transform: translateY(0) rotate(-0.8deg);
  }
  50% {
    transform: translateY(-5px) rotate(0.8deg);
  }
}

@keyframes weddingShadowPulse {
  0%, 100% {
    transform: scaleX(0.82);
    opacity: 0.07;
  }
  50% {
    transform: scaleX(1.08);
    opacity: 0.15;
  }
}

@media (prefers-reduced-motion: reduce) {
  .courier-bike,
  .wheel,
  .road-lines path,
  .cloud,
  .exhaust-smoke circle,
  .rear-flowers,
  .pot-brand,
  .bike-shadow,
  .wedding-cloud,
  .wedding-road-mark,
  .wedding-road-center,
  .wedding-car-vehicle,
  .wedding-car-shadow,
  .wedding-couple,
  .wedding-flower-decoration {
    animation: none;
  }
}

.order-form {
  display: grid;
  gap: 14px;
}

.wedding-car-hidden {
  display: none !important;
}

.order-info-list {
  margin: 0;
  padding: 14px 16px 14px 34px;
  border: 0;
  border-left: 4px solid var(--red);
  background: transparent;
  color: #4b4b4b;
  font-size: 14px;
  line-height: 1.55;
}

.order-info-list li {
  margin-bottom: 4px;
}

.order-info-list li:last-child {
  margin-bottom: 0;
}

.order-form label {
  display: grid;
  gap: 6px;
  color: #444;
  font-size: 14px;
  font-weight: 900;
  min-width: 0;
}

.card-note-field {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.card-note-field > label {
  color: #444;
  font-size: 14px;
  font-weight: 900;
}

.ready-notes-toggle {
  width: fit-content;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid var(--red);
  border-radius: 4px;
  background: var(--white);
  color: var(--red);
  cursor: pointer;
  font-size: 13px;
  font-weight: 900;
}

.ready-notes-toggle:hover,
.ready-notes-toggle[aria-expanded="true"] {
  background: var(--red);
  color: var(--white);
}

.ready-notes-panel {
  min-width: 0;
  max-height: 420px;
  overflow: auto;
  border: 1px solid #efd6df;
  border-left: 4px solid var(--red);
  background: #fff7fa;
}

.ready-notes-panel[hidden] {
  display: none;
}

.ready-notes-header {
  display: grid;
  gap: 3px;
  padding: 13px 14px;
  border-bottom: 1px solid #efd6df;
  background: var(--white);
}

.ready-notes-header strong {
  color: var(--red);
  font-size: 15px;
}

.ready-notes-header span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.ready-notes-list {
  display: grid;
  gap: 8px;
  padding: 12px;
}

.ready-note-category {
  border: 1px solid #f0d6df;
  border-radius: 4px;
  background: var(--white);
}

.ready-note-category summary {
  padding: 11px 12px;
  color: #333;
  cursor: pointer;
  font-size: 14px;
  font-weight: 900;
}

.ready-note-category[open] summary {
  color: var(--red);
  border-bottom: 1px solid #f0d6df;
}

.ready-note-list {
  display: grid;
  gap: 7px;
  padding: 10px;
}

.ready-note-option {
  width: 100%;
  padding: 10px 11px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: #fff;
  color: #444;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
  text-align: left;
}

.ready-note-option:hover {
  border-color: var(--red);
  background: #fff2f7;
  color: var(--red);
}

.label-hint {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.delivery-address-title {
  display: block;
}

.delivery-address-field {
  display: grid;
  gap: 6px;
}

.delivery-pickup-hide {
  max-height: 180px;
  opacity: 1;
  overflow: hidden;
  transform: translateY(0);
  transition: max-height 260ms ease, opacity 220ms ease, transform 260ms ease, margin 260ms ease;
}

.label-hint.delivery-pickup-hide {
  display: inline-block;
  max-height: 90px;
  vertical-align: bottom;
}

.location-actions.delivery-pickup-hide {
  max-height: 68px;
}

.delivery-pickup-hide.is-collapsed {
  max-height: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-6px);
}

.field-error {
  min-height: 18px;
  color: var(--red);
  font-size: 12.5px;
  font-weight: 900;
}

.delivery-region-box {
  display: grid;
  gap: 7px;
  margin: 4px 0 2px;
  padding: 12px;
  border: 1px solid #efd6df;
  border-left: 4px solid var(--red);
  background: #fff7fa;
  min-width: 0;
}

.delivery-region-title {
  color: var(--red);
  font-size: 13px;
  font-weight: 900;
}

.delivery-region-title small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.delivery-region-box select {
  min-width: 0;
  color: #333;
  font-weight: 700;
  text-overflow: ellipsis;
}

.delivery-region-box select option {
  color: #333;
  font-weight: 700;
}

.delivery-region-box select option.delivery-fee-free,
.delivery-region-box select.is-free-delivery {
  color: #2f9348;
}

.delivery-region-box select option.delivery-fee-standard,
.delivery-region-box select.is-standard-delivery {
  color: #c69508;
}

.delivery-region-box select option.delivery-fee-premium,
.delivery-region-box select.is-premium-delivery {
  color: #7c3fc7;
}

.delivery-time-field {
  padding: 12px;
  border: 1px solid #efd6df;
  border-left: 4px solid var(--red);
  background: #fff7fa;
  color: var(--red) !important;
}

.delivery-time-field select {
  margin-top: 2px;
  background: var(--white);
  color: #242424;
  font-weight: 500;
}

.form-row {
  display: grid;
  gap: 14px;
}

.quantity-row {
  width: min(220px, 100%);
}

.form-row.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.phone-field {
  display: grid;
  grid-template-columns: minmax(116px, 138px) minmax(0, 1fr);
  gap: 8px;
  align-items: center;
}

.phone-field .phone-country-select {
  min-width: 0;
  padding-left: 8px;
  padding-right: 6px;
  color: #222;
  font-size: 13px;
  font-weight: 900;
}

.phone-field .phone-country-select option {
  color: #222;
}

.phone-field input {
  min-width: 0;
}

.delivery-date-picker {
  display: grid;
  gap: 10px;
}

.delivery-date-picker h2 {
  margin: 0;
  color: #444;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0;
}

.date-options {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.custom-date-control {
  position: relative;
  min-width: 0;
}

.custom-date-control .date-card {
  width: 100%;
  height: 100%;
}

.date-card {
  position: relative;
  overflow: hidden;
  min-height: 104px;
  display: grid;
  place-items: center;
  gap: 8px;
  padding: 16px 10px;
  border: 1px solid #ececec;
  border-radius: 4px;
  background: #f4f4f4;
  color: #1f2328;
  cursor: pointer;
  text-align: center;
}

.date-card span {
  color: #8a8f99;
  font-size: 15px;
}

.date-card strong {
  color: #171a1f;
  font-size: 18px;
}

.date-card.is-active {
  border-color: var(--red);
  background: var(--red);
}

.date-card.is-active::after {
  content: "";
  position: absolute;
  inset: -24% auto -24% -42%;
  width: 30%;
  background: linear-gradient(105deg, transparent 0%, rgba(255, 255, 255, 0.56) 48%, transparent 100%);
  transform: skewX(-18deg) translateX(0);
  animation: dateCardShine 4s ease-in-out infinite;
  pointer-events: none;
}

@keyframes dateCardShine {
  0%, 62% {
    transform: skewX(-18deg) translateX(0);
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  88%, 100% {
    transform: skewX(-18deg) translateX(520%);
    opacity: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .date-card.is-active::after {
    animation: none;
  }
}

.date-card.is-active span,
.date-card.is-active strong {
  position: relative;
  z-index: 1;
  color: var(--white);
}

.order-form .custom-date-input {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 1px;
  min-height: 0;
  padding: 0;
  border: 0;
  opacity: 0;
  pointer-events: none;
}

.custom-calendar[hidden] {
  display: none;
}

.custom-calendar {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 35;
  width: min(320px, calc(100vw - 28px));
  padding: 14px;
  border: 1px solid rgba(203, 45, 105, 0.34);
  border-top: 4px solid var(--red);
  border-radius: 4px;
  background: var(--white);
  box-shadow: 0 18px 42px rgba(78, 23, 46, 0.2);
  color: #292929;
}

.custom-calendar-header {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) 36px;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}

.custom-calendar-header strong {
  color: var(--red);
  font-size: 15px;
  text-align: center;
}

.custom-calendar-header button {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 1px solid rgba(203, 45, 105, 0.28);
  border-radius: 4px;
  background: #fff7fa;
  color: var(--red);
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
}

.custom-calendar-header button:hover:not(:disabled),
.custom-calendar-header button:focus-visible {
  border-color: var(--red);
  background: var(--red);
  color: var(--white);
}

.custom-calendar-header button:disabled {
  cursor: default;
  opacity: 0.3;
}

.custom-calendar-weekdays,
.custom-calendar-days {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 4px;
}

.custom-calendar-weekdays {
  margin-bottom: 6px;
}

.custom-calendar-weekdays span {
  color: var(--red);
  font-size: 11px;
  font-weight: 900;
  text-align: center;
}

.custom-calendar-days span,
.custom-calendar-day {
  aspect-ratio: 1;
  min-width: 0;
}

.custom-calendar-day {
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid transparent;
  border-radius: 4px;
  background: transparent;
  color: #333;
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
}

.custom-calendar-day:hover:not(:disabled),
.custom-calendar-day:focus-visible {
  border-color: var(--red);
  background: #fff1f6;
  color: var(--red);
}

.custom-calendar-day.is-today {
  border-color: rgba(203, 45, 105, 0.55);
  color: var(--red);
}

.custom-calendar-day.is-selected {
  border-color: var(--red);
  background: var(--red);
  color: var(--white);
}

.custom-calendar-day:disabled {
  color: #bbb;
  cursor: default;
  opacity: 0.58;
}

.order-form input,
.order-form textarea,
.order-form select {
  width: 100%;
  min-height: 42px;
  padding: 10px 11px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  background: var(--white);
  color: #333;
  font: 15px/1.35 Arial, Helvetica, sans-serif;
}

.order-form textarea {
  resize: vertical;
}

.order-form input:focus,
.order-form textarea:focus,
.order-form select:focus {
  outline: 2px solid rgba(203, 45, 105, 0.22);
  border-color: var(--red);
}

.location-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  margin-top: -4px;
}

.location-actions button,
.location-actions a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border: 1px solid var(--red);
  border-radius: 4px;
  background: var(--white);
  color: var(--red);
  cursor: pointer;
  font-size: 13px;
  font-weight: 900;
}

.location-actions button:hover,
.location-actions a:hover {
  background: var(--red);
  color: var(--white);
}

.location-actions button:disabled {
  opacity: 0.65;
  cursor: wait;
}

.location-actions span {
  flex-basis: 100%;
  order: 4;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

body.is-location-picker-open {
  overflow: hidden;
}

.location-picker-modal[hidden] {
  display: none;
}

.location-picker-modal {
  position: fixed;
  inset: 0;
  z-index: 180;
  display: grid;
  place-items: center;
  padding: 18px;
}

.location-picker-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(25, 20, 23, 0.56);
  backdrop-filter: blur(3px);
}

.location-picker-panel {
  position: relative;
  z-index: 1;
  width: min(720px, 100%);
  max-height: calc(100vh - 36px);
  overflow: auto;
  padding: 24px;
  border-top: 4px solid var(--red);
  border-radius: 6px;
  background: var(--white);
  box-shadow: 0 24px 64px rgba(32, 17, 24, 0.3);
}

.location-picker-panel h2 {
  margin: 0 44px 6px 0;
  color: var(--red);
  font-size: 22px;
}

.location-picker-panel > p {
  margin: 0 0 14px;
  color: #555;
  font-size: 14px;
  line-height: 1.5;
}

.location-picker-close {
  position: absolute;
  top: 13px;
  right: 13px;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid #f0c9d9;
  border-radius: 50%;
  background: var(--white);
  color: var(--red);
  cursor: pointer;
  font-size: 27px;
  line-height: 1;
}

.location-picker-map-wrap {
  position: relative;
}

.location-picker-map-style {
  position: absolute;
  z-index: 1000;
  top: 10px;
  right: 10px;
  display: flex;
  padding: 3px;
  border: 1px solid #edc4d4;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 5px 16px rgba(64, 24, 41, 0.14);
}

.location-picker-map-style button {
  min-height: 34px;
  padding: 0 12px;
  border: 0;
  border-radius: 3px;
  background: transparent;
  color: #555;
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.location-picker-map-style button:hover,
.location-picker-map-style button.is-active {
  background: var(--red);
  color: var(--white);
}

.location-picker-map {
  width: 100%;
  height: min(430px, 55vh);
  min-height: 300px;
  border: 1px solid #efcedb;
  background: #f4f4f4;
}

.location-picker-status {
  margin: 12px 0 !important;
  color: #555 !important;
  font-weight: 800;
}

.location-picker-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.location-picker-actions button {
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid var(--red);
  border-radius: 4px;
  background: var(--white);
  color: var(--red);
  cursor: pointer;
  font-weight: 900;
}

.location-picker-actions #confirmLocationPicker {
  background: var(--red);
  color: var(--white);
}

.location-picker-actions button:disabled {
  cursor: not-allowed;
  opacity: 0.48;
}

.defne-location-icon {
  border: 0;
  background: transparent;
}

.defne-location-pin {
  position: relative;
  width: 30px;
  height: 30px;
  border: 3px solid var(--white);
  border-radius: 50% 50% 50% 0;
  background: var(--red);
  box-shadow: 0 5px 12px rgba(65, 16, 36, 0.3);
  transform: rotate(-45deg);
}

.defne-location-pin::after {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: 50%;
  background: var(--white);
}

@media (max-width: 640px) {
  .location-actions {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
  }

  .location-actions.delivery-pickup-hide {
    max-height: 190px;
  }

  .location-actions button,
  .location-actions a {
    width: 100%;
    min-width: 0;
    min-height: 58px;
    padding: 7px 5px;
    font-size: 12.5px;
    line-height: 1.25;
    text-align: center;
  }

  .location-actions span {
    grid-column: 1 / -1;
    min-width: 0;
    margin-top: 2px;
    padding: 10px 12px;
    border-left: 3px solid var(--red);
    background: #fff7fa;
    font-size: 12.5px;
    line-height: 1.5;
    white-space: normal;
    overflow: visible;
    overflow-wrap: anywhere;
  }

  .location-actions span:empty {
    display: none;
  }

  .location-picker-modal {
    padding: 8px;
  }

  .location-picker-panel {
    max-height: calc(100vh - 16px);
    padding: 18px 14px 14px;
  }

  .location-picker-panel h2 {
    font-size: 19px;
  }

  .location-picker-map {
    height: 52vh;
    min-height: 270px;
  }

  .location-picker-map-style {
    top: 8px;
    right: 8px;
  }

  .location-picker-map-style button {
    min-height: 32px;
    padding: 0 9px;
    font-size: 11.5px;
  }

  .location-picker-actions button {
    flex: 1 1 0;
    padding: 0 10px;
  }
}

.header-benefits-shell {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  border-top: 1px solid #f6e6ec;
  background: linear-gradient(90deg, #fff 0%, #fffafb 50%, #fff 100%);
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.header-benefits-shell::-webkit-scrollbar {
  display: none;
}

.header-benefits {
  width: min(1120px, calc(100% - 24px));
  min-height: 44px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: clamp(18px, 3vw, 42px);
  padding: 6px 0;
}

.header-benefit {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 7px;
  color: #777d86;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.25;
  white-space: nowrap;
}

.header-benefit + .header-benefit {
  padding-left: clamp(18px, 2vw, 30px);
  border-left: 1px solid #f0dfe5;
}

.header-benefit svg {
  width: 27px;
  height: 27px;
  flex: 0 0 auto;
  fill: none;
  stroke: #5eb46a;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.5;
}

.checkout-highlights {
  display: grid;
  gap: 12px;
  margin: 2px 0 0;
}

.checkout-highlight {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #8b8f99;
  font-size: 15px;
}

.checkout-highlight svg {
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  fill: none;
  stroke: #5eb46a;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.6;
}

.checkout-summary {
  display: grid;
  gap: 0;
  margin: 4px 0 0;
  border: 1px solid #efd6df;
  border-left: 4px solid var(--red);
  background: #fff9fb;
}

.checkout-summary h2 {
  margin: 0;
  padding: 13px 14px 10px;
  color: var(--red);
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0;
}

.checkout-summary-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-width: 0;
  padding: 11px 14px;
  border-top: 1px solid rgba(203, 45, 105, 0.12);
  color: #4a4a4a;
  font-size: 14px;
  font-weight: 800;
}

.checkout-summary-row span,
.checkout-summary-row strong {
  min-width: 0;
}

.checkout-summary-row strong {
  color: var(--red);
  text-align: right;
  font-size: 15px;
  font-weight: 900;
  white-space: nowrap;
}

.checkout-summary-product strong {
  max-width: 62%;
  color: #2f2f2f;
  white-space: normal;
}

.checkout-summary-price strong,
.checkout-summary-delivery strong.is-free,
.checkout-summary-total strong {
  color: var(--green);
}

.checkout-summary-delivery strong.is-standard {
  color: #d6a100;
}

.checkout-summary-delivery strong.is-premium {
  color: #7c3fc7;
}

.checkout-summary-quantity strong {
  color: #1f1f1f;
}

.checkout-summary-total {
  background: var(--white);
}

.checkout-summary-total span,
.checkout-summary-total strong {
  font-size: 17px;
}

.complete-order {
  position: relative;
  overflow: hidden;
  min-height: 48px;
  border: 0;
  border-radius: 4px;
  background: var(--red);
  color: var(--white);
  cursor: pointer;
  font-size: 15px;
  font-weight: 900;
}

.complete-order::after {
  content: "";
  position: absolute;
  inset: -34% auto -34% -36%;
  width: 24%;
  background: linear-gradient(105deg, transparent 0%, rgba(255, 255, 255, 0.58) 48%, transparent 100%);
  transform: skewX(-18deg) translateX(0);
  animation: completeOrderShine 4s ease-in-out infinite;
  pointer-events: none;
}

@keyframes completeOrderShine {
  0%, 62% {
    transform: skewX(-18deg) translateX(0);
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  88%, 100% {
    transform: skewX(-18deg) translateX(620%);
    opacity: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .complete-order::after {
    animation: none;
  }
}

.complete-order:hover {
  background: var(--red-dark);
}

.modal-panel h2 {
  margin: 0 0 14px;
  color: var(--red);
  font-size: 27px;
  letter-spacing: 0;
}

.modal-panel p {
  margin: 0 0 14px;
  color: #444;
  font-size: 16px;
}

.modal-panel p:last-child {
  margin-bottom: 0;
}

.modal-close {
  position: sticky;
  top: 0;
  float: right;
  width: 38px;
  height: 38px;
  margin: -12px -12px 8px 14px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--white);
  color: var(--text);
  cursor: pointer;
  font-size: 28px;
  line-height: 1;
}

.modal-close:hover {
  color: var(--red);
}

.copyright {
  border-top: 1px solid var(--footer-line);
  width: min(1180px, calc(100% - 24px));
  min-height: 48px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  color: rgba(255, 255, 255, 0.62);
}

.copyright-links {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.footer .copyright-links a {
  margin: 0;
}

.floating-actions {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 30;
  display: grid;
  gap: 12px;
}

.float-action {
  position: relative;
  overflow: visible;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.2);
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.float-action::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle at 30% 22%, rgba(255, 255, 255, 0.42), transparent 34%);
  opacity: 0.72;
  pointer-events: none;
  animation: floatGlow 4.6s ease-in-out infinite;
}

.float-action::before {
  content: attr(data-tooltip);
  position: absolute;
  right: calc(100% + 12px);
  top: 50%;
  transform: translate(8px, -50%);
  min-width: max-content;
  padding: 7px 10px;
  border-radius: 4px;
  background: #333;
  color: var(--white);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  opacity: 0;
  pointer-events: none;
  transition: opacity 160ms ease, transform 160ms ease;
  white-space: nowrap;
  z-index: 2;
}

.float-action:hover::before {
  opacity: 1;
  transform: translate(0, -50%);
}

.float-action:hover {
  transform: translateY(-6px) scale(1.08);
  box-shadow: 0 20px 38px rgba(0, 0, 0, 0.26);
  filter: saturate(1.18);
}

.float-action svg {
  position: relative;
  z-index: 1;
  width: 33px;
  height: 33px;
}

.whatsapp-float {
  background: linear-gradient(145deg, #61d66f 0%, #28b84e 100%);
}

.whatsapp-float svg,
.phone-float svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
  animation: iconSoftPop 3.2s ease-in-out infinite;
}

.map-float svg {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
  animation: mapIconMove 5.2s ease-in-out infinite;
  transform-origin: center;
}

.map-float {
  background: #fff;
}

.phone-float {
  background: linear-gradient(145deg, #8bd2ed 0%, #55afd1 100%);
}

.phone-float svg {
  animation-delay: 0.55s;
}

.whatsapp-float::after {
  animation-delay: 0s;
}

.map-float::after {
  animation-delay: 0.35s;
}

.phone-float::after {
  animation-delay: 0.7s;
}

@keyframes floatGlow {
  0%, 100% {
    opacity: 0.6;
  }
  50% {
    opacity: 0.92;
  }
}

@keyframes iconSoftPop {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.08);
  }
}

@keyframes mapIconMove {
  0%, 100% {
    transform: scale(1.08) rotate(0deg);
  }
  50% {
    transform: scale(1.13) rotate(-2deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .float-action::after,
  .whatsapp-float svg,
  .phone-float svg,
  .map-float svg {
    animation: none;
  }
}

.order-page {
  width: min(1280px, calc(100% - 36px));
  margin: 22px auto 44px;
}

.order-page .order-panel {
  width: 100%;
  max-height: none;
  overflow: visible;
}

.back-link {
  display: inline-flex;
  margin-bottom: 16px;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
}

.back-link:hover {
  text-decoration: underline;
}

.order-product h1 {
  margin: 0 0 8px;
  color: #333;
  font-size: 24px;
  line-height: 1.15;
  letter-spacing: 0;
  text-align: center;
}

.notes-page {
  width: min(1120px, calc(100% - 32px));
  margin: 30px auto 44px;
}

.notes-card {
  border: 1px solid var(--line);
  background: var(--white);
  padding: 30px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);
}

.notes-kicker {
  margin: 0 0 6px;
  color: var(--red);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.notes-card h1 {
  margin: 0 0 10px;
  color: #333;
  font-size: 32px;
  letter-spacing: 0;
}

.notes-intro {
  margin: 0 0 22px;
  color: var(--muted);
  font-size: 16px;
}

.notes-category-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 28px;
  padding: 14px;
  border: 1px solid var(--line);
  background: #fafafa;
}

.notes-category-nav a {
  padding: 7px 10px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--white);
  color: #4b4b4b;
  font-size: 13px;
  font-weight: 800;
}

.notes-category-nav a:hover {
  border-color: var(--red);
  color: var(--red);
}

.notes-sections {
  display: grid;
  gap: 28px;
}

.note-group {
  scroll-margin-top: 18px;
}

.note-group h2 {
  margin: 0 0 10px;
  color: #555;
  font-size: 21px;
  letter-spacing: 0;
}

.note-group ul {
  margin: 0;
  padding-left: 28px;
}

.note-group li {
  margin-bottom: 6px;
  color: #4b4b4b;
  font-size: 16px;
  line-height: 1.55;
}

.note-group li:last-child {
  margin-bottom: 0;
}

.notes-text {
  margin: 0;
  white-space: pre-wrap;
  word-break: break-word;
  color: #383838;
  font: 16px/1.7 Arial, Helvetica, sans-serif;
}

@media (max-width: 1120px) {
  .primary-menu {
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
  }

  .product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .header-benefits {
    width: max-content;
    min-width: 100%;
    justify-content: flex-start;
    gap: 18px;
    padding: 6px 14px;
    box-sizing: border-box;
  }

  .header-benefit + .header-benefit {
    padding-left: 18px;
  }

  .primary-menu {
    min-height: 48px;
    overflow: hidden;
    overscroll-behavior-x: none;
    touch-action: none;
    user-select: none;
    -webkit-user-select: none;
    contain: paint;
  }

  .primary-menu.has-mobile-marquee .category-marquee-track {
    display: flex;
    width: max-content;
    min-width: max-content;
    transform: translate3d(0, 0, 0);
    will-change: transform;
    align-items: stretch;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }

  .primary-menu.has-mobile-marquee .category-marquee-group {
    display: flex;
    flex: 0 0 auto;
    align-items: stretch;
  }

  .primary-menu.has-mobile-marquee .category-marquee-clone {
    display: flex;
  }

  .header-main {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 12px 14px;
    padding: 18px 0;
  }

  .logo {
    justify-self: start;
  }

  .search-block,
  .site-search {
    width: 100%;
    justify-self: stretch;
  }

  .search-tagline {
    font-size: 19px;
  }

  .header-contact {
    grid-column: 1 / -1;
    justify-self: center;
    width: 100%;
    min-width: 0;
    padding: 12px 0 0;
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-contact-column {
    grid-column: 1 / -1;
  }

  .contact-layout {
    grid-template-columns: 1fr;
  }

  .order-layout {
    grid-template-columns: 1fr;
  }

  .order-product {
    width: min(100%, 460px);
    max-width: 460px;
    margin: 0 auto;
  }

  .order-product img {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .header-benefits-shell {
    overflow: hidden;
  }

  .header-benefits {
    width: 100%;
    min-width: 0;
    min-height: 62px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: stretch;
    gap: 0;
    padding: 5px 4px;
  }

  .header-benefit {
    min-width: 0;
    min-height: 52px;
    flex-direction: column;
    justify-content: center;
    gap: 3px;
    padding: 0 3px;
    color: #747a83;
    font-size: clamp(8.7px, 2.35vw, 9.5px);
    line-height: 1.14;
    text-align: center;
    white-space: normal;
  }

  .header-benefit + .header-benefit {
    padding-left: 3px;
  }

  .header-benefit svg {
    width: 21px;
    height: 21px;
  }

  .header-main {
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 10px 12px;
    padding: 14px 0 12px;
  }

  .logo {
    width: 100%;
  }

  .header-logo {
    grid-column: 1;
    grid-row: 1;
    width: fit-content;
  }

  .logo-image {
    width: 170px;
    height: 66px;
  }

  .brand-bouquet {
    width: 44px;
    height: 44px;
  }

  .logo-name {
    font-size: 22px;
  }

  .logo-text small {
    font-size: 12px;
  }

  .search-block {
    grid-column: 1 / -1;
    grid-row: 2;
    gap: 5px;
  }

  .site-search {
    grid-template-columns: 42px minmax(0, 1fr) 48px;
    min-height: 52px;
  }

  .search-tagline {
    font-size: 18px;
    line-height: 1.15;
  }

  .site-search input {
    height: 50px;
    font-size: 15px;
  }

  .site-search button {
    width: 40px;
    height: 40px;
  }

  .header-contact a {
    font-size: 18px;
    line-height: 1.05;
    white-space: nowrap;
  }

  .header-contact {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    justify-content: flex-end;
    width: auto;
    min-width: 0;
    padding: 0;
    border-top: 0;
    border-left: 0;
    gap: 8px;
  }

  .header-contact svg {
    width: 30px;
    height: 30px;
  }

  .header-contact small {
    font-size: 13px;
    line-height: 1.1;
  }

  .primary-menu {
    justify-content: flex-start;
    overflow: hidden;
    overscroll-behavior-x: none;
    touch-action: none;
    -webkit-overflow-scrolling: auto;
  }

  .section-title {
    display: block;
  }

  .product-head {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
  }

  .product-list-title {
    font-size: 20px;
  }

  .product-tools {
    justify-content: stretch;
  }

  .product-sort {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .product-sort select {
    min-height: 42px;
  }

  .section-title span {
    display: block;
    margin-top: 5px;
  }

  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 12px;
  }

  .product-body h3 {
    min-height: 52px;
  }

  .order-panel {
    padding: 0;
  }

  .order-product {
    width: min(100%, 380px);
  }

  .order-product-media {
    width: min(100%, 360px);
  }

  .order-product img {
    width: 100%;
    aspect-ratio: 4 / 5.2;
  }

  .order-number-box {
    padding: 14px 12px 12px;
  }

  .order-number-copy {
    gap: 8px;
  }

  .order-number-box strong {
    font-size: 30px;
  }

  .payment-note {
    font-size: 12px !important;
    line-height: 1.48 !important;
  }

  .order-courier-scene,
  .courier-svg {
    min-height: 300px;
  }

  .form-row.two {
    grid-template-columns: 1fr;
  }

  .phone-field {
    grid-template-columns: minmax(104px, 126px) minmax(0, 1fr);
  }

  .date-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ready-notes-panel {
    max-height: 340px;
  }

  .ready-note-option {
    font-size: 12.5px;
  }

  .contact-page {
    width: min(100% - 24px, 1180px);
  }

  .contact-panel {
    padding: 22px 18px;
  }

  .contact-panel h1 {
    font-size: 27px;
  }

  .contact-panel h2 {
    font-size: 23px;
  }

  .contact-map iframe {
    height: 310px;
  }

  .about-card {
    padding: 24px 20px;
  }

  .about-card h1 {
    font-size: 28px;
  }

  .legal-page {
    width: min(100% - 24px, 1040px);
  }

  .legal-card {
    padding: 24px 20px;
  }

  .legal-card h1 {
    font-size: 27px;
  }

  .legal-info-list div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .special-days-list div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .legal-signature {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-grid {
    grid-template-columns: 1fr;
    width: min(100% - 28px, 420px);
    gap: 28px;
    justify-items: center;
    text-align: center;
  }

  .footer-contact-column {
    grid-column: auto;
  }

  .footer-column {
    width: 100%;
    display: grid;
    justify-items: center;
  }

  .footer h2 {
    margin-bottom: 12px;
    text-align: center;
  }

  .footer a,
  .footer-link,
  .footer p {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    overflow-wrap: anywhere;
  }

  .footer .footer-address {
    max-width: 310px;
    line-height: 1.45;
  }

  .footer-contact-row {
    width: min(100%, 270px);
    display: grid;
    gap: 12px;
    margin: 18px auto 20px;
  }

  .footer a.footer-contact-item {
    width: 100%;
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 10px;
    justify-content: start;
    text-align: left;
  }

  .footer-contact-item em,
  .footer-contact-item strong {
    text-align: left;
  }

  .social-links {
    width: min(100%, 220px);
    justify-items: stretch;
  }

  .footer a.social-link {
    justify-content: flex-start;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }

  .copyright {
    flex-direction: column;
    justify-content: center;
    padding: 12px 0;
  }

  .notes-card {
    padding: 22px 18px;
  }

  .notes-card h1 {
    font-size: 26px;
  }

  .notes-text {
    font-size: 15px;
  }

  .notes-category-nav {
    padding: 10px;
  }

  .note-group h2 {
    font-size: 19px;
  }

  .note-group li {
    font-size: 15px;
    line-height: 1.55;
  }
}

@media (max-width: 420px) {
  .header-main,
  .product-section,
  .footer-grid,
  .copyright {
    width: min(100% - 20px, 1180px);
  }

  .floating-actions {
    right: 12px;
    bottom: 12px;
    gap: 10px;
  }

  .float-action {
    width: 50px;
    height: 50px;
  }

  .float-action svg {
    width: 29px;
    height: 29px;
  }

  .map-float svg {
    width: 50px;
    height: 50px;
  }

  .logo {
    gap: 8px;
  }

  .logo-image {
    width: 130px;
    height: 54px;
  }

  .brand-bouquet {
    width: 34px;
    height: 34px;
  }

  .logo-name {
    font-size: 17px;
  }

  .logo-text small {
    font-size: 11px;
  }

  .site-search {
    grid-template-columns: 38px minmax(0, 1fr) 44px;
    border-left-width: 1px;
  }

  .site-search input {
    font-size: 14px;
  }

  .site-search svg {
    width: 20px;
    height: 20px;
  }

  .search-tagline {
    font-size: 16px;
  }

  .order-product {
    width: 100%;
  }

  .order-product img {
    width: 100%;
    aspect-ratio: 4 / 5.15;
  }

  .order-number-copy {
    display: flex;
    flex-wrap: wrap;
  }

  .order-number-box strong {
    font-size: 27px;
  }

  .product-grid {
    gap: 16px 10px;
  }

  .product-body {
    padding: 12px 10px 13px;
  }

  .product-body h3 {
    min-height: 48px;
    font-size: 14px;
  }

  .new-price strong {
    font-size: 23px;
  }

  .new-price span {
    font-size: 11px;
  }

  .order-link {
    min-height: 36px;
    font-size: 12px;
  }

  .date-options {
    gap: 9px;
  }

  .date-card {
    min-height: 92px;
    padding: 12px 8px;
  }

  .date-card span {
    font-size: 13px;
  }

  .date-card strong {
    font-size: 16px;
  }

  .modal-panel {
    padding: 22px 18px;
  }

  .order-panel {
    padding: 0;
  }

  .contact-map iframe {
    height: 260px;
  }

  .about-page {
    width: min(100% - 20px, 980px);
  }

  .legal-page {
    width: min(100% - 20px, 1040px);
  }

  .legal-card {
    padding: 22px 18px;
  }

  .legal-card h1 {
    font-size: 24px;
  }

  .legal-section h2 {
    font-size: 18px;
  }

  .legal-section p,
  .legal-section li {
    font-size: 15px;
  }

  .legal-signature {
    grid-template-columns: 1fr;
  }

  .about-content p {
    font-size: 15px;
  }

  .bank-card-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .bank-copy-list {
    gap: 10px;
    padding: 12px;
  }

  .bank-copy-box {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px 10px;
    padding: 11px 9px;
  }

  .bank-copy-label {
    grid-column: 1;
    grid-row: 1;
  }

  .bank-copy-box strong {
    grid-column: 1 / -1;
    grid-row: 2;
    min-width: 0;
    white-space: nowrap;
    word-break: normal;
  }

  .bank-copy-box:first-child strong {
    font-size: clamp(10px, 3vw, 13px);
  }

  .bank-copy-box button {
    grid-column: 2;
    grid-row: 1;
    width: auto;
    min-height: 32px;
    padding: 0 12px;
  }

  .notes-page {
    width: min(100% - 20px, 1120px);
  }

  .order-page {
    width: min(100% - 20px, 1240px);
  }
}

/* Keep bank account values readable on every phone-sized viewport. */
@media (max-width: 640px) {
  .bank-copy-list {
    gap: 10px;
    padding: 12px;
  }

  .bank-copy-box {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px 10px;
    padding: 11px 9px;
  }

  .bank-copy-box .bank-copy-label {
    grid-column: 1;
    grid-row: 1;
  }

  .bank-copy-box strong {
    grid-column: 1 / -1;
    grid-row: 2;
    display: block;
    min-width: 0;
    width: 100%;
    max-width: 100%;
    white-space: nowrap;
    word-break: keep-all;
    overflow-wrap: normal;
  }

  .bank-copy-box:first-child strong {
    font-size: clamp(10px, 3vw, 13px);
  }

  .bank-copy-box button {
    grid-column: 2;
    grid-row: 1;
    width: auto;
    min-height: 32px;
    padding: 0 12px;
    white-space: nowrap;
  }
}
