:root {
  --brand-ink: #14202b;
  --brand-muted: #6b7d8d;
  --brand-line: #d9e2ea;
  --brand-red: #e74c3c;
  --brand-orange: #ff7f00;
  --brand-glass: rgba(255, 255, 255, 0.82);
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--brand-ink);
  background: #f6f9fc;
}

.display-font {
  font-family: "Roboto Condensed", "Inter", sans-serif;
}

.glass-panel {
  background: var(--brand-glass);
  border: 1px solid rgba(255, 255, 255, 0.66);
  box-shadow: 0 24px 80px rgba(20, 32, 43, 0.13);
  backdrop-filter: blur(18px);
}

.service-card,
.project-card,
.article-card {
  border: 1px solid var(--brand-line);
  background: #fff;
  box-shadow: 0 18px 50px rgba(20, 32, 43, 0.06);
}

.service-card img,
.project-card img,
.article-card img {
  transition: transform 600ms ease;
}

.service-card:hover img,
.project-card:hover img,
.article-card:hover img {
  transform: scale(1.06);
}

.blog-excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.quote-calculator.service-card {
  position: relative;
  border: 1px solid #d8d4cf;
  background: #ebe8e4;
  box-shadow: 0 18px 38px rgba(20, 32, 43, 0.18);
}

.quote-calculator__head {
  margin-bottom: 1.2rem;
}

.quote-calculator h2 {
  font-family: "Roboto Condensed", "Inter", sans-serif;
  font-size: 1.65rem;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 0;
  color: #163452;
}

.quote-calculator label {
  gap: 0;
}

.quote-calculator label > span {
  display: none;
}

.quote-calculator input,
.quote-calculator select {
  min-height: 40px;
  width: 100%;
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  color: #163452;
  font-size: 0.9rem;
  font-weight: 400;
  padding: 0.68rem 1rem;
}

.quote-calculator input:focus,
.quote-calculator select:focus {
  outline: 1px solid rgba(22, 52, 82, 0.24);
  outline-offset: 0;
  background: #fff;
  box-shadow: none;
}

.quote-calculator input::placeholder {
  color: #8794a2;
  opacity: 1;
}

.quote-calculator > .mt-5.grid.gap-2 {
  gap: 0.7rem;
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
}

.quote-calculator > .mt-5.grid.gap-2 > div {
  min-height: 40px;
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}

.quote-calculator > .mt-5.grid.gap-2 > div:nth-child(3) {
  background: #fff;
  box-shadow: inset 4px 0 0 #ffa33d;
}

.quote-calculator > .mt-5.grid.gap-2 span {
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  color: #718093;
}

.quote-calculator [data-price-area],
.quote-calculator [data-price-unit],
.quote-calculator [data-price-total] {
  font-family: "Inter", system-ui, sans-serif;
  font-weight: 600;
  letter-spacing: 0;
}

.quote-calculator [data-price-area],
.quote-calculator [data-price-unit] {
  font-size: 0.95rem;
  color: #163452;
}

.quote-calculator [data-price-total] {
  font-size: 1rem;
  color: #163452;
}

.quote-calculator button {
  min-height: 40px;
  border: 0;
  border-radius: 0;
  font-weight: 700;
  letter-spacing: 0;
  box-shadow: none;
  transition: filter 160ms ease, transform 160ms ease;
}

.quote-calculator [data-price-submit] {
  background: #ffa33d;
  color: #fff;
}

.quote-calculator [data-price-clear] {
  background: #94d486;
  color: #163452;
}

.quote-calculator button:hover {
  transform: translateY(-1px);
  filter: brightness(0.98);
}

.quote-calculator [data-price-message] {
  border: 0;
  border-radius: 0;
  background: #fff;
  color: #718093;
  font-weight: 400;
}

.service-image-card {
  position: relative;
  display: block;
  min-height: 300px;
  overflow: hidden;
  border-radius: 8px;
  background: #14202b;
  box-shadow: 0 18px 50px rgba(20, 32, 43, 0.08);
}

.service-image-card img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  transition: transform 600ms ease, filter 600ms ease;
}

.service-image-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(20, 32, 43, 0.04) 20%, rgba(20, 32, 43, 0.78) 100%);
}

.service-image-card span {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 6px;
  padding: 15px 16px;
  color: #fff;
  background: rgba(20, 32, 43, 0.44);
  backdrop-filter: blur(12px);
  font-family: "Roboto Condensed", "Inter", sans-serif;
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1.1;
}

.service-image-card:hover img {
  transform: scale(1.06);
  filter: saturate(1.06);
}

.service-list-card {
  min-height: 350px;
  border: 1px solid rgba(217, 226, 234, 0.95);
  background: #fff;
}

.service-list-card img {
  object-fit: cover;
  padding: 0;
  background: #14202b;
}

.service-list-card::after {
  background: linear-gradient(180deg, rgba(20, 32, 43, 0) 42%, rgba(20, 32, 43, 0.72) 100%);
}

.service-list-card span {
  left: 22px;
  right: 22px;
  bottom: 22px;
  border: 0;
  border-left: 4px solid #e74c3c;
  border-radius: 0;
  padding: 12px 0 12px 16px;
  background: transparent;
  backdrop-filter: none;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.service-list-card:hover img {
  transform: translateY(-6px) scale(1.03);
}

.service-feature-card {
  display: flex;
  min-height: 118px;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgba(217, 226, 234, 0.9);
  border-radius: 6px;
  background: linear-gradient(180deg, #fff 0%, #f6f9fc 100%);
  padding: 17px 18px;
  box-shadow: 0 10px 26px rgba(20, 32, 43, 0.045);
}

.service-feature-card span {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: rgba(231, 76, 60, 0.09);
  color: var(--brand-red);
}

.service-feature-card svg {
  width: 19px;
  height: 19px;
  stroke-width: 2.2;
}

.service-feature-card strong {
  display: block;
  margin-top: 18px;
  color: #102033;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.28;
  overflow-wrap: anywhere;
}

.project-image-card {
  width: 100%;
  height: 330px;
  min-height: 330px;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.12);
  text-align: left;
}

.project-image-card span {
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.project-tab-button {
  min-height: 44px;
  border: 1px solid var(--brand-line);
  border-radius: 999px;
  padding: 0 18px;
  color: #14202b;
  background: #fff;
  font-weight: 800;
  transition: color 160ms ease, background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.project-tab-button:hover {
  transform: translateY(-1px);
  border-color: rgba(231, 76, 60, 0.42);
  color: #e74c3c;
}

.project-tab-button.is-active {
  border-color: transparent;
  color: #fff;
  background: linear-gradient(135deg, var(--brand-red), var(--brand-orange));
}

.project-gallery-card {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(217, 226, 234, 0.95);
  background: #14202b;
  aspect-ratio: 4 / 3;
  box-shadow: 0 18px 50px rgba(20, 32, 43, 0.08);
}

.project-gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms ease, filter 600ms ease;
}

.project-gallery-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(20, 32, 43, 0) 58%, rgba(20, 32, 43, 0.18) 100%);
}

.project-gallery-card:hover img {
  transform: scale(1.06);
  filter: saturate(1.06);
}

.order-strip {
  display: grid;
  grid-template-columns: minmax(150px, 0.78fr) minmax(220px, 1.22fr);
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 14px 30px rgba(20, 32, 43, 0.1);
  text-transform: uppercase;
}

.order-strip span,
.order-strip strong {
  display: flex;
  align-items: center;
  min-height: 64px;
  color: #fff;
  line-height: 1.12;
}

.order-strip span {
  justify-content: center;
  padding: 14px 12px;
  background: #58c96e;
  font-size: clamp(0.78rem, 1.45vw, 0.96rem);
  font-weight: 800;
  text-align: center;
  overflow-wrap: anywhere;
  animation: orderBlink 1.15s ease-in-out infinite;
}

.order-strip strong {
  justify-content: center;
  padding: 14px 16px;
  background: #284158;
  font-family: "Roboto Condensed", "Inter", sans-serif;
  font-size: clamp(1.42rem, 2.8vw, 1.95rem);
  font-weight: 800;
  letter-spacing: 0.03em;
  white-space: nowrap;
}

.accent-line {
  background: linear-gradient(90deg, var(--brand-red), var(--brand-orange));
}

.nav-link {
  position: relative;
  color: #33495d;
  transition: color 160ms ease;
}

.nav-link:hover,
.nav-link.active {
  color: var(--brand-red);
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 2px;
  transform: scaleX(0);
  transform-origin: center;
  background: linear-gradient(90deg, var(--brand-red), var(--brand-orange));
  transition: transform 180ms ease;
}

.nav-link:hover::after,
.nav-link.active::after {
  transform: scaleX(1);
}

.language-dropdown__summary::-webkit-details-marker {
  display: none;
}

.language-dropdown[open] .language-dropdown__summary {
  border-color: rgba(231, 76, 60, 0.38);
  color: var(--brand-red);
}

.language-dropdown[open] .language-dropdown__summary i {
  transform: rotate(180deg);
}

.language-dropdown__summary i {
  transition: transform 160ms ease;
}

[data-menu-button] {
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease;
}

[data-menu-button].is-open {
  color: #fff;
  border-color: #e74c3c;
  background: #e74c3c;
}

[data-mobile-menu] {
  isolation: isolate;
}

body.mobile-menu-open header {
  z-index: 9998;
}

[data-mobile-menu] {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  justify-content: flex-end;
  padding: 0;
  background: rgba(16, 24, 32, 0);
  backdrop-filter: blur(14px);
  overflow: hidden;
  transition: background 240ms ease;
}

[data-mobile-menu].is-open {
  background: rgba(16, 24, 32, 0.82);
}

.mobile-menu-panel {
  position: relative;
  z-index: 10000;
  width: 100vw;
  min-height: 100vh;
  border-left: 0;
  border-radius: 0;
  padding: 18px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 28px 90px rgba(20, 32, 43, 0.28);
  overflow-y: auto;
  transform: translateX(104%);
  transition: transform 240ms cubic-bezier(0.22, 1, 0.36, 1);
}

[data-mobile-menu].is-open > .mobile-menu-panel,
[data-mobile-menu].is-open .mobile-menu-panel {
  transform: translateX(0) !important;
}

.mobile-menu-close {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid #d9e2ea;
  border-radius: 999px;
  color: #14202b;
  background: #fff;
}

.mobile-menu-links {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.mobile-menu-links a {
  display: flex;
  align-items: center;
  gap: 13px;
  min-height: 54px;
  border: 1px solid #e7edf3;
  border-radius: 8px;
  padding: 0 15px;
  color: #14202b;
  background: #f7fafc;
  font-weight: 800;
}

.mobile-menu-links a:hover {
  border-color: rgba(231, 76, 60, 0.32);
  color: #e74c3c;
  background: #fff;
}

.mobile-menu-links i {
  color: #e74c3c;
}

.mobile-menu-actions {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.mobile-phone-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  border: 1px solid #d9e2ea;
  border-radius: 8px;
  color: #14202b;
  background: #fff;
  font-weight: 800;
}

.mobile-menu-socials {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #e7edf3;
}

.mobile-menu-socials .social-link {
  color: #14202b;
  background: #f7fafc;
  border-color: #d9e2ea;
}

.mobile-menu-socials .social-link:hover {
  color: #fff;
  background: #e74c3c;
}

.hero-grid {
  background-image:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0) 34%),
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0) 32%),
    radial-gradient(circle at bottom left, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0) 30%),
    radial-gradient(circle at bottom right, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0) 34%),
    linear-gradient(180deg, rgba(246, 249, 252, 0.9), rgba(246, 249, 252, 0.82) 44%, rgba(246, 249, 252, 0.94)),
    url("../images/alanya-hero-bg.jpg");
  background-size: cover;
  background-position: center;
}

.whatsapp-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
  box-shadow: 0 16px 34px rgba(37, 211, 102, 0.32);
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.whatsapp-button:hover {
  transform: translateY(-2px);
  filter: saturate(1.1);
  box-shadow: 0 22px 42px rgba(37, 211, 102, 0.42);
}

.whatsapp-icon {
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  flex: 0 0 auto;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 448 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M380.9 97.1C339 55.1 283.2 32 223.9 32 101.5 32 1.9 131.6 1.9 254c0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3 18.6-68.1-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.5-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.5-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 448 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M380.9 97.1C339 55.1 283.2 32 223.9 32 101.5 32 1.9 131.6 1.9 254c0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3 18.6-68.1-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.5-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.5-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.social-link:hover {
  transform: translateY(-2px);
  border-color: rgba(231, 76, 60, 0.65);
  background: #e74c3c;
}

.brand-icon {
  display: inline-block;
  width: 1.15rem;
  height: 1.15rem;
  background: currentColor;
}

.brand-instagram {
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 2h10a5 5 0 0 1 5 5v10a5 5 0 0 1-5 5H7a5 5 0 0 1-5-5V7a5 5 0 0 1 5-5Zm0 2a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V7a3 3 0 0 0-3-3H7Zm5 4a4 4 0 1 1 0 8 4 4 0 0 1 0-8Zm0 2a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm5.5-3.25a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 2h10a5 5 0 0 1 5 5v10a5 5 0 0 1-5 5H7a5 5 0 0 1-5-5V7a5 5 0 0 1 5-5Zm0 2a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V7a3 3 0 0 0-3-3H7Zm5 4a4 4 0 1 1 0 8 4 4 0 0 1 0-8Zm0 2a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm5.5-3.25a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.brand-x {
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.9 2h3.1l-6.8 7.8L23.2 22h-6.3l-4.9-7.3L6.4 22H3.3l7.3-8.4L2.9 2h6.5l4.4 6.6L18.9 2Zm-1.1 17.9h1.7L8.5 4H6.7l11.1 15.9Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.9 2h3.1l-6.8 7.8L23.2 22h-6.3l-4.9-7.3L6.4 22H3.3l7.3-8.4L2.9 2h6.5l4.4 6.6L18.9 2Zm-1.1 17.9h1.7L8.5 4H6.7l11.1 15.9Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.brand-facebook {
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 8.5V6.7c0-.8.2-1.2 1.3-1.2H17V2.2C16.2 2.1 15.4 2 14.5 2 11.8 2 10 3.7 10 6.5v2H7v3.7h3V22h4v-9.8h3.1l.5-3.7H14Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 8.5V6.7c0-.8.2-1.2 1.3-1.2H17V2.2C16.2 2.1 15.4 2 14.5 2 11.8 2 10 3.7 10 6.5v2H7v3.7h3V22h4v-9.8h3.1l.5-3.7H14Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.brand-youtube {
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.6 7.2s-.2-1.6-.8-2.3c-.8-.8-1.7-.8-2.1-.9C15.8 3.8 12 3.8 12 3.8s-3.8 0-6.7.2c-.4.1-1.3.1-2.1.9-.6.7-.8 2.3-.8 2.3S2.2 9.1 2.2 11v1.8c0 1.9.2 3.8.2 3.8s.2 1.6.8 2.3c.8.8 1.9.8 2.4.9 1.7.2 6.4.2 6.4.2s3.8 0 6.7-.2c.4-.1 1.3-.1 2.1-.9.6-.7.8-2.3.8-2.3s.2-1.9.2-3.8V11c0-1.9-.2-3.8-.2-3.8ZM10.2 14.9V8.4l5.8 3.3-5.8 3.2Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.6 7.2s-.2-1.6-.8-2.3c-.8-.8-1.7-.8-2.1-.9C15.8 3.8 12 3.8 12 3.8s-3.8 0-6.7.2c-.4.1-1.3.1-2.1.9-.6.7-.8 2.3-.8 2.3S2.2 9.1 2.2 11v1.8c0 1.9.2 3.8.2 3.8s.2 1.6.8 2.3c.8.8 1.9.8 2.4.9 1.7.2 6.4.2 6.4.2s3.8 0 6.7-.2c.4-.1 1.3-.1 2.1-.9.6-.7.8-2.3.8-2.3s.2-1.9.2-3.8V11c0-1.9-.2-3.8-.2-3.8ZM10.2 14.9V8.4l5.8 3.3-5.8 3.2Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.floating-cta {
  isolation: isolate;
  box-shadow: 0 16px 34px rgba(37, 211, 102, 0.36);
}

.floating-cta::before {
  content: "";
  position: absolute;
  inset: -8px;
  z-index: -1;
  border-radius: inherit;
  background: rgba(37, 211, 102, 0.24);
  animation: whatsappPulse 1.8s ease-out infinite;
}

@keyframes whatsappPulse {
  0% {
    opacity: 0.85;
    transform: scale(0.86);
  }

  100% {
    opacity: 0;
    transform: scale(1.32);
  }
}

@keyframes orderBlink {
  0%,
  100% {
    background: #66cf78;
    color: #fff;
    text-shadow: 0 0 0 rgba(255, 255, 255, 0);
  }

  50% {
    background: #35c95f;
    color: #fff9c9;
    text-shadow: 0 0 16px rgba(255, 255, 255, 0.75);
  }
}

.hero-slider {
  background: #e8eef4;
}

.hero-slide {
  display: block;
}

.hero-slide:not(.is-active) {
  display: none;
}

.hero-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(20, 32, 43, 0.16);
  transition: width 180ms ease, background 180ms ease;
}

.hero-dot.is-active {
  width: 28px;
  background: #fff;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 600ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.filter-button.is-active {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(135deg, var(--brand-red), var(--brand-orange));
}

.rich-content {
  color: #475569;
  font-size: 1rem;
  line-height: 1.8;
  overflow-wrap: anywhere;
}

.rich-content > :first-child {
  margin-top: 0;
}

.rich-content > :last-child {
  margin-bottom: 0;
}

.rich-content p {
  margin: 0 0 1rem;
}

.rich-content h1,
.rich-content h2,
.rich-content h3,
.rich-content h4 {
  margin: 1.35rem 0 0.65rem;
  color: var(--brand-ink);
  font-family: "Roboto Condensed", "Inter", sans-serif;
  font-weight: 800;
  line-height: 1.2;
}

.rich-content h1 {
  font-size: 2rem;
}

.rich-content h2 {
  font-size: 1.65rem;
}

.rich-content h3 {
  font-size: 1.35rem;
}

.rich-content ul,
.rich-content ol {
  margin: 0 0 1rem;
  padding-left: 1.35rem;
}

.rich-content li {
  margin: 0.25rem 0;
}

.rich-content a {
  color: var(--brand-red);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.rich-content blockquote {
  margin: 0 0 1rem;
  border-left: 4px solid var(--brand-red);
  padding: 0.75rem 1rem;
  background: #fff7f7;
  color: #334155;
}

.rich-content table {
  width: 100%;
  margin: 0 0 1rem;
  border-collapse: collapse;
}

.rich-content th,
.rich-content td {
  border: 1px solid var(--brand-line);
  padding: 0.65rem 0.75rem;
  vertical-align: top;
}

.rich-content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.rich-content--compact {
  font-size: 0.95rem;
  line-height: 1.65;
}

.lightbox {
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
}

@media (max-width: 767px) {
  .nav-link::after {
    display: none;
  }

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

  .order-strip span,
  .order-strip strong {
    min-height: 58px;
  }
}
