/* Lina Masaj Salonu - modern responsive layer
   This file intentionally overrides the legacy theme without changing its core. */

:root {
  --lina-primary: var(--renk1, #ef579a);
  --lina-soft: var(--renk2, #fcbaf8);
  --lina-deep: var(--renk3, #63246f);
  --lina-ink: #2d2c40;
  --lina-muted: #716e7f;
  --lina-cream: #fffafc;
  --lina-line: rgba(98, 36, 111, 0.12);
  --lina-shadow: 0 18px 55px rgba(66, 28, 69, 0.12);
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--lina-ink);
  background: #fff;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img {
  max-width: 100%;
}

.hb-header.v2 {
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 8px 32px rgba(50, 28, 53, 0.07);
}

.v2 .hb-topbar {
  padding: 16px 0;
}

.v2 .hb-logo {
  display: flex;
  align-items: center;
  min-height: 72px;
}

.v2 .hb-logo a img {
  width: auto;
  max-width: 150px;
  max-height: 78px;
  object-fit: contain;
}

.lina-mobile-tagline,
.lina-mobile-book {
  display: none;
}

.hb-navigationarea {
  background: linear-gradient(90deg, var(--lina-primary), var(--lina-soft));
  box-shadow: 0 6px 18px rgba(239, 87, 154, 0.16);
}

.hb-navigation > ul > li > a {
  letter-spacing: 0.025em;
}

.hb-btn {
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(239, 87, 154, 0.18);
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.hb-btn:hover,
.hb-btn:focus {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(239, 87, 154, 0.24);
}

/* Trust signals used on every public PHP page. */
.lina-trust-strip {
  float: left;
  width: 100%;
  padding: 24px 0;
  color: #fff;
  background:
    radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.12), transparent 28%),
    linear-gradient(125deg, #3f163f 0%, #6e246d 50%, #a72f78 100%);
}

.lina-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.lina-trust-item {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  padding: 15px 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
}

.lina-trust-icon {
  display: grid;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  color: #5e1f60;
  background: #fff;
  box-shadow: 0 8px 22px rgba(20, 5, 25, 0.18);
}

.lina-trust-icon i {
  font-size: 17px;
}

.lina-trust-copy strong,
.lina-trust-copy span {
  display: block;
}

.lina-trust-copy strong {
  margin-bottom: 3px;
  color: #fff;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 600;
}

.lina-trust-copy span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  line-height: 1.35;
}

/* Pricing cards: fluid, equal-height and data-safe. */
.hb-pricingplan {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 0 0, rgba(252, 186, 248, 0.24), transparent 31%),
    linear-gradient(180deg, #fff 0%, #fff9fc 100%);
}

.hb-pricingplan .hb-sectionhead,
.service .hb-pricingplan-area {
  position: relative;
  z-index: 1;
}

.lina-section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 0 0 10px;
  padding: 7px 12px;
  border: 1px solid rgba(239, 87, 154, 0.2);
  border-radius: 999px;
  color: #a3296d;
  background: rgba(255, 255, 255, 0.75);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.lina-section-note {
  clear: both;
  max-width: 650px;
  margin: 13px auto 0;
  color: var(--lina-muted);
  font-size: 14px;
  line-height: 1.7;
}

.hb-pricingplan-area {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-right: -12px;
  margin-left: -12px;
}

.hb-pricingplan-area > [class*="col-"] {
  display: flex;
  float: none;
  padding-right: 12px;
  padding-left: 12px;
}

.hb-pricingbox.lina-package-card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 0;
  overflow: hidden;
  padding: 0 0 24px;
  border: 1px solid var(--lina-line);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--lina-shadow);
  transform: translateY(0);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.hb-pricingbox.lina-package-card:hover {
  border-color: rgba(239, 87, 154, 0.35);
  background: #fff;
  box-shadow: 0 24px 65px rgba(91, 31, 91, 0.18);
  transform: translateY(-6px);
}

.hb-pricingbox.lina-package-card:hover h3,
.hb-pricingbox.lina-package-card:hover h3 span,
.hb-pricingbox.lina-package-card:hover .hb-pricinglist li {
  color: inherit;
}

.lina-package-card .hb-pricing-img {
  height: 230px;
  margin: 0;
  overflow: hidden;
  background: #f8eef4;
}

.lina-package-card .hb-pricing-img::after {
  display: none;
}

.lina-package-card .hb-pricing-img img {
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 0;
  object-fit: cover;
  transition: transform 500ms ease;
}

.lina-package-card:hover .hb-pricing-img img {
  transform: scale(1.045);
}

.lina-package-card .pricingcontent {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px 22px 0;
  text-align: left;
}

.lina-package-card .pricingcontent h3 {
  min-height: 0;
  margin: 0 0 16px;
  color: var(--lina-ink);
  font-size: 18px;
  line-height: 1.35;
  text-transform: none;
}

.lina-package-card .pricingcontent h3 > span {
  display: flex;
  align-items: baseline;
  gap: 4px;
  padding-top: 10px;
  color: #a3296d;
  font-family: inherit;
  font-size: 31px;
  font-weight: 700;
  line-height: 1;
}

.lina-package-card .pricingcontent h3 small {
  color: var(--lina-muted);
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

.lina-package-card .hb-pricinglist {
  min-height: 0;
  margin: 0 0 22px;
}

.lina-package-card .hb-pricinglist li {
  position: relative;
  padding: 8px 0 8px 27px;
  color: #555264;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 400;
  text-transform: none;
}

.lina-package-card .hb-pricinglist li::before {
  position: absolute;
  top: 8px;
  left: 0;
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border-radius: 50%;
  content: "\2713";
  color: #fff;
  background: linear-gradient(135deg, var(--lina-primary), #9f2b78);
  font-size: 10px;
  font-weight: 700;
}

.lina-package-card .hb-btnarea {
  margin-top: auto;
}

.lina-package-card .hb-btn {
  display: block;
  width: 100%;
  padding: 13px 18px;
  color: #fff;
  background: linear-gradient(135deg, var(--lina-primary), #a22972);
  text-align: center;
}

.lina-package-card:hover .hb-btn,
.lina-package-card .hb-btn:hover,
.lina-package-card .hb-btn:focus {
  color: #fff;
  background: linear-gradient(135deg, #df438a, #85235f);
}

/* Footer and animated brand credit. */
.hb-footer {
  color: var(--lina-ink);
  background: #fff8fb;
}

.hb-footer-area {
  padding: 38px 0 28px;
}

.hb-footerbar {
  padding: 17px 0;
  border-top: 1px solid rgba(98, 36, 111, 0.11) !important;
  background: #f7edf4;
}

.lina-powered-row {
  float: left;
  width: 100%;
  padding: 22px 15px 26px;
  text-align: center;
  background: #080b09;
}

.lina-powered-by {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: max-content;
  margin: 0 auto;
  padding: 9px 13px 9px 10px;
  display: flex;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(201, 255, 50, 0.16);
  border-radius: 14px;
  color: #f3eee3;
  background: rgba(12, 16, 13, 0.96);
  font-family: Inter, Arial, sans-serif;
  text-decoration: none;
  animation: linaCreditGlow 2.2s ease-in-out infinite;
}

.lina-powered-by::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -120%;
  bottom: -120%;
  left: -55%;
  width: 32%;
  transform: rotate(18deg);
  background: linear-gradient(90deg, transparent, rgba(201, 255, 50, 0.082), rgba(98, 231, 213, 0.2), rgba(201, 255, 50, 0.082), transparent);
  animation: linaCreditScan 3s ease-in-out infinite;
}

.lina-powered-by:hover,
.lina-powered-by:focus {
  color: #f3eee3;
  text-decoration: none;
}

.lina-powered-by small {
  color: #666b67;
  font-size: 6px;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.lina-powered-mark {
  position: relative;
  isolation: isolate;
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(201, 255, 50, 0.5);
  border-radius: 9px;
  color: #c9ff32;
  background: #0c100d;
  font: 900 9px monospace;
  animation: linaLogoDance 2.6s ease-in-out infinite, linaLogoGlow 1.5s ease-in-out infinite;
}

.lina-powered-mark::before {
  content: "";
  position: absolute;
  inset: -65%;
  z-index: -2;
  background: conic-gradient(transparent 0deg, transparent 38%, #c9ff32 44%, #62e7d5 52%, transparent 59%);
  animation: linaOrbit 4.8s linear infinite;
}

.lina-powered-mark::after {
  content: "";
  position: absolute;
  inset: 2px;
  z-index: -1;
  border-radius: 6px;
  background: #0c100d;
}

.lina-powered-mark i {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #c9ff32;
  box-shadow: 0 0 8px #c9ff32;
  animation: linaPulse 1.6s ease infinite;
}

.lina-powered-name {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -0.7px;
  background: linear-gradient(105deg, #fff 35%, #999 45%, #fff 55%) 100% 50% / 240% auto;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: linaWordScan 5.8s ease infinite;
}

.lina-powered-name em {
  font-style: normal;
  background: linear-gradient(90deg, #c9ff32, #62e7d5, #c9ff32) 0 0 / 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: linaWordCode 3.4s linear infinite;
}

.lina-powered-arrow {
  color: #f3eee3;
  font-size: 16px;
}

@keyframes linaCreditGlow {
  50% {
    border-color: rgba(98, 231, 213, 0.42);
    box-shadow: 0 0 27px rgba(201, 255, 50, 0.106);
  }
}

@keyframes linaCreditScan {
  0%, 18% { left: -55%; opacity: 0; }
  30%, 72% { opacity: 1; }
  86%, 100% { left: 125%; opacity: 0; }
}

@keyframes linaOrbit {
  100% { transform: rotate(360deg); }
}

@keyframes linaPulse {
  50% { opacity: 0.25; transform: scale(0.5); }
}

@keyframes linaLogoDance {
  0%, 100% { transform: rotate(-4deg); }
  50% { transform: rotate(5deg) scale(1.08); }
}

@keyframes linaLogoGlow {
  50% { box-shadow: 0 0 18px rgba(201, 255, 50, 0.467), 0 0 30px rgba(98, 231, 213, 0.18); }
}

@keyframes linaWordScan {
  0%, 65%, 100% { background-position: 100% center; }
  82% { background-position: 0 center; }
}

@keyframes linaWordCode {
  100% { background-position: -200% center; }
}

.lina-mobile-actions {
  display: none;
}

.lina-error-page {
  min-height: 58vh;
  display: flex;
  align-items: center;
  background:
    radial-gradient(circle at 20% 10%, rgba(252, 186, 248, 0.32), transparent 30%),
    linear-gradient(180deg, #fff 0%, #fff7fb 100%);
}

.lina-error-card {
  padding: 54px 34px;
  border: 1px solid var(--lina-line);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--lina-shadow);
}

.lina-error-code {
  display: block;
  margin-bottom: -12px;
  color: rgba(239, 87, 154, 0.13);
  font-size: clamp(90px, 15vw, 170px);
  font-weight: 800;
  line-height: 0.85;
}

.lina-error-card h1 {
  margin: 14px 0 12px;
  color: var(--lina-ink);
  font-size: clamp(28px, 4vw, 44px);
}

.lina-error-card p {
  max-width: 610px;
  margin: 0 auto 25px;
  color: var(--lina-muted);
  font-size: 15px;
  line-height: 1.75;
}

.lina-error-actions {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}

.lina-btn-outline {
  color: #9a2d71;
  border: 1px solid rgba(163, 41, 109, 0.3);
  background: #fff;
}

@media (max-width: 991px) {
  .lina-trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hb-pricingplan-area > [class*="col-"] {
    margin-bottom: 24px;
  }
}

@media (max-width: 767px) {
  body {
    padding-bottom: 72px;
  }

  .v2 .hb-topbar {
    padding: 10px 0 9px;
  }

  .v2 .hb-logo {
    display: flex;
    width: 100%;
    min-height: 77px;
    margin: 0;
    padding: 0;
    justify-content: center;
  }

  .v2 .hb-logo a img {
    max-width: 115px;
    max-height: 70px;
  }

  .lina-mobile-tagline {
    display: block;
    margin: -2px 0 0;
    color: #8e7388;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.11em;
    text-align: center;
    text-transform: uppercase;
  }

  .hb-navigationarea .container,
  .hb-navigationarea [class*="col-"] {
    padding-right: 12px;
    padding-left: 12px;
  }

  .hb-nav {
    position: relative;
    min-height: 56px;
  }

  .hb-nav .navbar-header {
    display: flex;
    min-height: 56px;
    align-items: center;
    justify-content: space-between;
  }

  .hb-nav .navbar-toggle {
    position: relative;
    float: none;
    width: 46px;
    height: 42px;
    margin: 7px 0;
    padding: 10px 11px;
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.12);
  }

  .hb-nav .navbar-toggle .icon-bar {
    width: 22px;
    height: 2px;
    margin: 4px auto;
    border-radius: 4px;
    background: #fff;
  }

  .lina-mobile-book {
    display: inline-flex;
    min-height: 38px;
    padding: 0 15px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.52);
    border-radius: 999px;
    color: #8d2a68;
    background: #fff;
    box-shadow: 0 7px 18px rgba(91, 24, 76, 0.14);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-indent: 0;
    text-shadow: none;
  }

  .lina-mobile-book:hover,
  .lina-mobile-book:focus {
    color: #8d2a68;
    text-decoration: none;
  }

  .hb-navigation {
    position: relative;
    z-index: 20;
    width: 100%;
    margin: 0;
    border: 0;
    border-radius: 0 0 18px 18px;
    background: #fff;
    box-shadow: 0 18px 38px rgba(61, 23, 59, 0.17);
  }

  .hb-navigation > ul {
    padding: 10px 0 14px;
  }

  .hb-navigation > ul > li,
  .hb-navigation ul li {
    width: 100%;
    padding: 0;
    border: 0;
  }

  .hb-navigation ul li a {
    display: flex;
    min-height: 46px;
    padding: 12px 18px;
    align-items: center;
    color: var(--lina-ink) !important;
    border-bottom: 1px solid #f3e9f0;
    font-size: 13px;
    line-height: 1.35;
  }

  .hb-navigation .sub-menu {
    position: static;
    display: block;
    width: 100%;
    padding: 0;
    opacity: 1;
    visibility: visible;
    transform: none;
    background: #fff9fc;
    box-shadow: none;
  }

  .hb-navigation .sub-menu li a {
    min-height: 42px;
    padding-left: 34px;
    color: #6e5f70 !important;
    font-size: 12px;
  }

  .hb-slidercontent {
    padding: 72px 18px 68px;
  }

  .hb-slidercontent h1 {
    font-size: clamp(25px, 7.2vw, 33px);
    line-height: 1.24;
  }

  .hb-slidercontent .hb-description p {
    font-size: 14px;
    line-height: 1.7;
  }

  .hb-sectionspace {
    padding: 52px 0;
  }

  .hb-sectiontitle h2 {
    font-size: 25px;
    line-height: 1.3;
  }

  .hb-innerbanner-area {
    padding: 44px 0;
  }

  .hb-innerbanner-area h1 {
    font-size: 28px;
    line-height: 1.25;
  }

  .hb-pricingplan-area {
    display: block;
    margin: 0;
  }

  .hb-pricingplan-area > [class*="col-"] {
    display: block;
    width: 100%;
    padding: 0;
  }

  .hb-pricingbox.lina-package-card {
    width: 100%;
    max-width: 440px;
    margin: 0 auto 24px;
    border-radius: 23px;
  }

  .lina-package-card .hb-pricing-img {
    height: clamp(220px, 68vw, 310px);
  }

  .lina-package-card .pricingcontent {
    padding: 22px 20px 0;
  }

  .lina-package-card .pricingcontent h3 {
    font-size: 19px;
  }

  .lina-package-card .pricingcontent h3 > span {
    font-size: 30px;
  }

  .lina-trust-strip {
    padding: 20px 0;
  }

  .lina-trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }

  .lina-trust-item {
    display: block;
    padding: 13px 10px;
    text-align: center;
  }

  .lina-trust-icon {
    width: 38px;
    height: 38px;
    margin: 0 auto 9px;
  }

  .lina-trust-copy strong {
    font-size: 12px;
  }

  .lina-trust-copy span {
    font-size: 10px;
  }

  .hb-footer-area {
    padding: 25px 0 15px;
  }

  .lina-error-card {
    padding: 38px 20px;
    border-radius: 23px;
  }

  .hb-footer .hb-socialicons,
  .hb-footer .hb-footernav {
    float: none;
    width: 100%;
    text-align: center;
  }

  .hb-footernav li {
    margin: 4px 0;
    padding: 0 10px;
  }

  .lina-powered-row {
    padding-bottom: 92px;
  }

  .lina-contact-trigger {
    display: none;
  }

  .lina-mobile-actions {
    position: fixed;
    right: 10px;
    bottom: calc(8px + env(safe-area-inset-bottom));
    left: 10px;
    z-index: 9998;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
    padding: 7px;
    border: 1px solid rgba(255, 255, 255, 0.64);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 18px 45px rgba(49, 19, 49, 0.24);
    backdrop-filter: blur(16px);
  }

  .lina-mobile-actions a {
    display: flex;
    min-height: 49px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    border-radius: 13px;
    color: #5c375a;
    background: #f9edf5;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.02em;
  }

  .lina-mobile-actions a:hover,
  .lina-mobile-actions a:focus {
    color: #5c375a;
    text-decoration: none;
  }

  .lina-mobile-actions a:last-child {
    color: #fff;
    background: linear-gradient(135deg, var(--lina-primary), #a22972);
  }

  .lina-mobile-actions i {
    font-size: 17px;
  }

  #back-top {
    bottom: 82px;
  }
}

@media (max-width: 374px) {
  .lina-trust-grid {
    grid-template-columns: 1fr;
  }

}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
