/* =========================================================
   WECARE 360 - MASTER GLOBAL STYLES
   Persistent across all pages, SPA navigation & reloads.
   ========================================================= */

/* --- 1. KEYFRAME ANIMATIONS --- */
@keyframes wecareHeartBreathe {
  0%, 100% {
    transform: scale(1);
    filter: drop-shadow(0 2px 6px rgba(35, 183, 229, 0.35));
  }
  50% {
    transform: scale(1.055);
    filter: drop-shadow(0 2px 14px rgba(35, 183, 229, 0.65)) drop-shadow(0 0 3px rgba(35, 183, 229, 0.85));
  }
}

@keyframes wecareLineGlow {
  0%, 100% {
    opacity: 0.85;
    box-shadow: 0 0 4px rgba(153, 199, 255, 0.7);
  }
  50% {
    opacity: 1;
    box-shadow: 0 0 8px rgba(153, 199, 255, 1), 0 0 14px rgba(35, 183, 229, 0.6);
  }
}

/* --- 2. ROCK-SOLID UNIFORM NAVBAR LOGO (NEVER JUMPS ACROSS PAGES) --- */
nav [data-framer-name="Logo"],
header [data-framer-name="Logo"],
.framer-f4ppp0 {
  width: 170px !important;
  height: 72px !important;
  max-height: 72px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  text-decoration: none !important;
  overflow: visible !important;
  transition: none !important;
}

nav [data-framer-name="Logo"] img,
header [data-framer-name="Logo"] img,
.framer-f4ppp0 img {
  width: 100% !important;
  height: 100% !important;
  max-height: 72px !important;
  object-fit: contain !important;
  object-position: left center !important;
  display: block !important;
}

nav [data-framer-name="Logo"] [data-framer-background-image-wrapper],
header [data-framer-name="Logo"] [data-framer-background-image-wrapper],
.framer-f4ppp0 [data-framer-background-image-wrapper] {
  position: relative !important;
  width: 100% !important;
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  inset: auto !important;
}

/* --- 3. FOOTER LOGO & WATERMARK FIX --- */
.framer-l50l33,
footer [data-framer-name="Logo"] figure,
figure.framer-l50l33 {
  width: 170px !important;
  height: 38px !important;
  max-width: 100% !important;
  overflow: visible !important;
}
.framer-l50l33 img,
figure.framer-l50l33 img {
  object-fit: contain !important;
  object-position: left center !important;
}

.framer-1mn7k61,
[data-framer-name="App Name"] {
  width: 100% !important;
  max-width: 100vw !important;
  overflow: hidden !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  box-sizing: border-box !important;
}
.framer-1mn7k61 p,
[data-framer-name="App Name"] p {
  font-size: clamp(36px, 14.2vw, 205px) !important;
  letter-spacing: -0.04em !important;
  text-align: center !important;
  white-space: nowrap !important;
  max-width: 95vw !important;
  margin: 0 auto !important;
  line-height: 1 !important;
}

/* --- 4. HIDE FRAMER BADGES & UNWANTED RESIDUE --- */
#framer-badge,
.__framer-badge,
#__framer-badge-container,
[data-framer-name="Made in Framer"],
[data-framer-name*="Badge"],
a[href*="framer.com?utm_campaign"],
.framer-1nuvra0,
[data-framer-name="Designed by"],
a[href*="fremix.design"],
a[href*="fremix"] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* --- 5. CENTER INTELLIGENCE HEART CARD (DESKTOP - UNIFIED FOR ALL PAGES) --- */
/* Matches Homepage (.framer-m5sk0k-container .framer-qILQx) and Features (.framer-1sgm87d) */
.framer-m5sk0k-container .framer-qILQx,
.framer-1sgm87d {
  background-color: var(--token-cf94c284-6ad8-4d9f-90d7-00c438772f95, #f9f9f9) !important;
  border: 4px solid var(--token-a0ba8a14-548b-41a2-ba86-b47d8bcfc7ff, #ffffff) !important;
  border-radius: 32px !important;
  box-shadow: 0px 0.78px 0.78px -0.53px rgba(0,0,0,0.04),
              0px 1.92px 1.92px -1.07px rgba(0,0,0,0.04),
              0px 3.64px 3.64px -1.61px rgba(0,0,0,0.04),
              0px 6.35px 6.35px -2.14px rgba(0,0,0,0.04),
              0px 11.05px 11.05px -2.68px rgba(0,0,0,0.04),
              0px 20.24px 20.24px -3.21px rgba(0,0,0,0.03),
              0px 40px 40px -3.75px rgba(0,0,0,0.02) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  overflow: visible !important;
  box-sizing: border-box !important;
}

/* The figure inside the center card */
.framer-m5sk0k-container .framer-169bux1,
.framer-1sgm87d .framer-vth9uz {
  width: 100% !important;
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background-image: url('/assets/images/wecare-heart-crisp.png') !important;
  background-size: 140px 140px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  animation: wecareHeartBreathe 2.8s ease-in-out infinite !important;
  will-change: transform, filter !important;
}

/* Hover effect */
.framer-m5sk0k-container .framer-qILQx:hover .framer-169bux1,
.framer-1sgm87d:hover .framer-vth9uz {
  animation-play-state: paused;
  transform: scale(1.08) !important;
  filter: drop-shadow(0 3px 18px rgba(35, 183, 229, 0.8)) !important;
}

/* PERMANENTLY HIDE the raw stretched img and background wrapper */
.framer-m5sk0k-container .framer-169bux1 img,
.framer-m5sk0k-container .framer-169bux1 [data-framer-background-image-wrapper],
.framer-1sgm87d .framer-vth9uz img,
.framer-1sgm87d .framer-vth9uz [data-framer-background-image-wrapper] {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

/* Empowering Section Heart on Homepage */
.framer-1nu4h6j figure {
  background-image: url('/assets/images/wecare-heart-crisp.png') !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.framer-1nu4h6j figure img,
.framer-1nu4h6j figure [data-framer-background-image-wrapper] {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

/* --- 6. MOBILE RESPONSIVE RULES (MAX-WIDTH: 809.98px) --- */
@media screen and (max-width: 809.98px) {
  /* Mobile Navbar Logo */
  nav [data-framer-name="Logo"],
  header [data-framer-name="Logo"],
  .framer-f4ppp0 {
    width: 140px !important;
    height: 56px !important;
    max-height: 56px !important;
  }
  nav [data-framer-name="Logo"] img,
  header [data-framer-name="Logo"] img,
  .framer-f4ppp0 img {
    max-height: 56px !important;
  }

  /* Center Heart Card Mobile */
  .framer-m5sk0k-container .framer-qILQx,
  .framer-1sgm87d {
    width: 120px !important;
    height: 120px !important;
    border-radius: 24px !important;
    transform: translateY(-20px) !important;
  }

  .framer-m5sk0k-container .framer-169bux1,
  .framer-1sgm87d .framer-vth9uz {
    background-size: 85px 85px !important;
  }

  /* Hide broken template String 5 on mobile */
  .framer-nQDQu svg[data-framer-name="String 5"],
  svg[data-framer-name="String 5"] {
    display: none !important;
  }

  /* Seamless Glowing Organic SVG Connecting Line Mobile - Homepage */
  .framer-m5sk0k-container::after {
    content: "" !important;
    position: absolute !important;
    inset: auto !important;
    top: calc(100% - 20px) !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 50px !important;
    height: 52px !important;
    border: none !important;
    border-radius: 0 !important;
    background-color: transparent !important;
    box-shadow: none !important;
    outline: none !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 52' fill='none'%3E%3Cpath d='M25 0 C22 20 28 35 26 52' stroke='%2399c7ff' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    filter: drop-shadow(0 0 4px rgba(153, 199, 255, 0.9)) drop-shadow(0 0 8px rgba(35, 183, 229, 0.6)) !important;
    animation: wecareLineGlow 2.8s ease-in-out infinite !important;
    pointer-events: none !important;
    z-index: 0 !important;
  }

  /* Seamless Glowing Organic SVG Connecting Line Mobile - Features Page */
  .framer-1sgm87d::after {
    content: "" !important;
    position: absolute !important;
    inset: auto !important;
    top: 100% !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 50px !important;
    height: 92px !important;
    border: none !important;
    border-radius: 0 !important;
    background-color: transparent !important;
    box-shadow: none !important;
    outline: none !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 92' fill='none'%3E%3Cpath d='M25 0 C21 35 29 60 26 92' stroke='%2399c7ff' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    filter: drop-shadow(0 0 4px rgba(153, 199, 255, 0.9)) drop-shadow(0 0 8px rgba(35, 183, 229, 0.6)) !important;
    animation: wecareLineGlow 2.8s ease-in-out infinite !important;
    pointer-events: none !important;
    z-index: 0 !important;
  }

  /* Hide floating download bars on mobile */
  [data-framer-name="Download bar"],
  .framer-vq7b32-container,
  .framer-1p5v7c0-container {
    display: none !important;
    visibility: hidden !important;
  }
}

/* Hide Pricing packages & comparison table */
[data-framer-name="Paketler Cards"],
[data-framer-name="Paketler Details"],
.framer-4r40ei,
.framer-18r49sq {
  display: none !important;
}

/* ============================================================
   WECARE 360 - S.S.S. (FAQ) PORTAL & TABS STYLES
   ============================================================ */
.wecare-sss-tabs {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  justify-content: center !important;
  align-items: center !important;
  margin-bottom: 24px !important;
  width: 100% !important;
  z-index: 5 !important;
}

.wecare-sss-tab {
  background: #ffffff !important;
  border: 1.5px solid rgba(0, 0, 0, 0.08) !important;
  border-radius: 999px !important;
  padding: 11px 22px !important;
  font-size: 14.5px !important;
  font-weight: 600 !important;
  font-family: inherit !important;
  color: #4a5568 !important;
  cursor: pointer !important;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04) !important;
  user-select: none !important;
}

.wecare-sss-tab:hover {
  border-color: #1a4bed !important;
  color: #1a4bed !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 16px rgba(26, 75, 237, 0.15) !important;
}

.wecare-sss-tab.active {
  background: linear-gradient(135deg, #1a4bed 0%, #153ec2 100%) !important;
  border-color: #153ec2 !important;
  color: #ffffff !important;
  box-shadow: 0 4px 18px rgba(26, 75, 237, 0.35) !important;
}

.wecare-sss-cat-badge {
  background: rgba(26, 75, 237, 0.08) !important;
  border: 1px solid rgba(26, 75, 237, 0.2) !important;
  color: #1a4bed !important;
  font-size: 12.5px !important;
  font-weight: 700 !important;
  padding: 6px 14px !important;
  border-radius: 999px !important;
  letter-spacing: 0.04em !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
}

.wecare-sss-category-title {
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #1a202c !important;
  letter-spacing: -0.02em !important;
  margin: 0 !important;
}

/* FAQs Section Full-Width Centering on Pricing Page */
.framer-lA5Hu .framer-ijs3mx .framer-dbn67m {
  flex-direction: column !important;
  align-items: center !important;
  max-width: 960px !important;
  width: 100% !important;
}

.framer-lA5Hu .framer-ijs3mx .framer-55deg9 {
  display: none !important;
}

.framer-lA5Hu .framer-ijs3mx .framer-2xjbwt {
  width: 100% !important;
  max-width: 100% !important;
  align-items: center !important;
}

.framer-lA5Hu .framer-ijs3mx .framer-1q0n7ka {
  width: 100% !important;
  max-width: 100% !important;
  align-items: center !important;
}

.framer-lA5Hu .framer-ijs3mx .framer-1e03sum-container {
  max-width: 880px !important;
  width: 100% !important;
}

.framer-lA5Hu .framer-khir6i {
  width: 100% !important;
  max-width: 880px !important;
}

/* View All FAQ button hover on homepage */
.wecare-view-all-faq-btn:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 24px rgba(26, 75, 237, 0.45) !important;
  background: linear-gradient(135deg, #153ec2 0%, #0f2d8a 100%) !important;
}

/* Mobile responsive SSS styles */
@media screen and (max-width: 809.98px) {
  .wecare-sss-tab {
    padding: 9px 16px !important;
    font-size: 13.5px !important;
  }
  .wecare-sss-category-title {
    font-size: 17.5px !important;
  }
}


/* Smooth App Entry (SPA-like feel on initial load) */
html:not(.wecare-ready) #main {
  opacity: 0 !important;
  pointer-events: none !important;
}
#main {
  transition: opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
}
html.wecare-ready #main {
  opacity: 1 !important;
  pointer-events: auto !important;
}


/* Remove non-human floating badges (penguin and popsicle) */
[data-framer-name="Pop-out 2"],
[data-framer-name="Pop-out 3"],
.framer-792fka,
.framer-1e21tiv {
  display: none !important;
}

/* Mobilde Get App alt barını tamamen kaldır */
@media screen and (max-width: 809.98px) {
  .framer-5optul,
  [data-framer-name="CTA"].framer-5optul {
    display: none !important;
  }
}

/* Rozet görsellerini akreditasyon logoları ile değiştir (Desktop ve Mobil) */
.framer-1jswet img {
  content: url('/assets/images/circle-saglik-bakanligi.svg') !important;
  object-fit: contain !important;
}
.framer-1uj1kwz img {
  content: url('/assets/images/circle-iso-27001.svg') !important;
  object-fit: contain !important;
}
.framer-1aadqis {
  display: none !important;
}
.framer-11kovam {
  width: 68px !important;
  min-height: 42px !important;
  height: 42px !important;
  flex: none !important;
  position: relative !important;
}
.framer-1jswet, .framer-1uj1kwz {
  border-radius: 9999px !important;
  border: 2px solid #ffffff !important;
  box-shadow: 0 2px 5px rgba(0,0,0,0.08) !important;
  background: #ffffff !important;
}

/* Mobilde telefon çevresindeki bildirim kartları (sol üst ve sağ alt) */
@media screen and (max-width: 809.98px) {
  [data-framer-name="Phone"] [data-framer-name="Pop-out 1"],
  .framer-ee6rn .framer-1j4nfa9 {
    top: 2px !important;
    left: -90px !important;
    right: auto !important;
    bottom: auto !important;
    transform: rotate(-8deg) scale(0.92) !important;
    padding: 16px 12px !important;
    z-index: 5 !important;
  }

  [data-framer-name="Phone"] [data-framer-name="Pop-out 4"],
  .framer-ee6rn .framer-14oe8u7 {
    bottom: 8px !important;
    right: -90px !important;
    top: auto !important;
    left: auto !important;
    transform: rotate(8deg) scale(0.92) !important;
    padding: 16px 12px !important;
    z-index: 5 !important;
  }

  .framer-Cxptp .framer-ee6rn .framer-1id88xj,
  .framer-Cxptp .framer-ee6rn .framer-1wfcv6s {
    width: 46px !important;
    height: 46px !important;
  }

  .framer-Cxptp .framer-ee6rn .framer-1qnauiu,
  .framer-Cxptp .framer-ee6rn .framer-eym6hi {
    width: 118px !important;
  }

  .framer-Cxptp .framer-ee6rn .framer-gyu7og,
  .framer-Cxptp .framer-ee6rn .framer-1j0y5uw {
    width: 75px !important;
    height: 75px !important;
  }
}

/* --- 7. FRAMER COOKIE BANNER DISABLE (WeCare KVKK banner replaces it) --- */
.framer-1ufbo43-container,
[class*="--framer-cookie-banner"],
[class*="framer-lib-cookie"],
[class*="__framer-cookie-component"],
[aria-label="Cookie Trigger"],
[aria-label="Cookie Banner"] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}

/* --- 8. WECARE 360 KVKK COOKIE BANNER --- */
.wecare-cookie {
  position: fixed !important;
  left: 20px !important;
  bottom: 20px !important;
  z-index: 2147483000 !important;
  width: 400px;
  max-width: calc(100vw - 40px);
  opacity: 0;
  transform: translateY(22px);
  pointer-events: none;
  transition: opacity 0.32s cubic-bezier(0.16, 1, 0.3, 1), transform 0.32s cubic-bezier(0.16, 1, 0.3, 1);
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
}

.wecare-cookie--visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.wecare-cookie__card {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.18), 0 4px 14px rgba(15, 23, 42, 0.06);
  padding: 20px 20px 18px;
  box-sizing: border-box;
}

.wecare-cookie__head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.wecare-cookie__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  flex: none;
  border-radius: 12px;
  background: rgba(26, 75, 237, 0.1);
  color: #1a4bed;
}

.wecare-cookie__title {
  margin: 0;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #191919;
}

.wecare-cookie__text {
  margin: 0 0 12px;
  font-size: 13px;
  line-height: 1.55;
  color: #4b5563;
}

.wecare-cookie__text a {
  color: #1a4bed;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.wecare-cookie__option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  margin-top: 8px;
  border: 1px solid #e2e4e8;
  border-radius: 14px;
  background: #f9f9f9;
  cursor: pointer;
  user-select: none;
}

.wecare-cookie__option--locked {
  cursor: default;
}

.wecare-cookie__option-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.wecare-cookie__option-text strong {
  font-size: 13px;
  font-weight: 600;
  color: #191919;
}

.wecare-cookie__option-text small {
  font-size: 12px;
  line-height: 1.35;
  color: #707070;
}

.wecare-cookie__option input[type="checkbox"] {
  width: 18px;
  height: 18px;
  flex: none;
  margin: 0;
  accent-color: #1a4bed;
  cursor: pointer;
}

.wecare-cookie__option--locked input[type="checkbox"] {
  cursor: default;
  opacity: 0.65;
}

.wecare-cookie__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.wecare-cookie__btn {
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  padding: 11px 14px;
  border-radius: 12px;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  white-space: nowrap;
}

.wecare-cookie__btn--primary {
  flex: 1 1 auto;
  background: #1a4bed;
  border: 1px solid #1a4bed;
  color: #ffffff;
}

.wecare-cookie__btn--primary:hover {
  background: #153ec5;
  border-color: #153ec5;
}

.wecare-cookie__btn--ghost {
  background: #f0f1f2;
  border: 1px solid #e2e4e8;
  color: #191919;
}

.wecare-cookie__btn--ghost:hover {
  background: #e7e9ec;
}

.wecare-cookie__btn--outline {
  flex: 1 1 100%;
  background: #ffffff;
  border: 1px solid #d4d7dc;
  color: #191919;
}

.wecare-cookie__btn--outline:hover {
  border-color: #191919;
}

@media screen and (max-width: 809.98px) {
  .wecare-cookie {
    left: 12px !important;
    right: 12px !important;
    bottom: 12px !important;
    width: auto;
    max-width: none;
  }

  .wecare-cookie__actions {
    flex-direction: column;
  }

  .wecare-cookie__btn {
    width: 100%;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wecare-cookie {
    transition: none;
  }
}


