/* ============================================
   MOBILE.CSS - Global Mobile Overrides
   Included AFTER all other CSS files.
   Only contains @media queries so desktop is untouched.
   ============================================ */

/* ============================================
   TABLET (max-width: 768px)
   ============================================ */
@media (max-width: 768px) {
  /* ---- GLOBAL / NAV ---- */
  .nav {
    padding: 12px 16px !important;
  }

  .nav-logo img,
  .logo img {
    height: 36px;
  }

  .nav-links {
    padding: 16px 20px;
  }

  .nav-links a {
    padding: 14px 0;
    font-size: 0.75rem;
  }

  .back-btn {
    top: 80px;
    left: 16px;
    font-size: 9px;
  }

  /* ---- CONTAINERS & SECTIONS ---- */
  .container {
    padding: 0 16px;
  }

  .section {
    padding: 60px 16px;
  }

  /* ---- FOOTER ---- */
  .footer {
    padding: 24px 16px;
  }

  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 20px;
  }

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

  .footer-brand p {
    font-size: 0.75rem;
    margin-top: 10px;
    line-height: 1.6;
  }

  .footer-col h4 {
    font-size: 0.9rem;
    margin-bottom: 8px;
  }

  .footer-col ul {
    gap: 4px;
  }

  .footer-col ul li,
  .footer-col ul li a {
    font-size: 0.75rem;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding-top: 16px;
  }

  .footer-bottom > p {
    font-size: 0.6rem;
    line-height: 1.4;
  }

  .footer-copy {
    font-size: 0.6rem;
  }

  .footer-legal {
    flex-wrap: wrap;
    gap: 10px;
  }

  .footer-legal a {
    font-size: 0.6rem;
  }

  .footer-anpc {
    gap: 8px;
  }

  .footer-anpc a img {
    height: 28px;
  }

  .footer-socials {
    display: flex;
    flex-direction: row;
    gap: 16px;
  }

  .footer-socials a svg {
    width: 16px;
    height: 16px;
    color: var(--white);
    fill: var(--white);
  }

  /* ---- INDEX: HERO ---- */
  .hero {
    min-height: 100svh;
    min-height: 500px;
  }

  .hero-content {
    padding: 0 16px;
  }

  .hero-badge {
    font-size: 0.65rem;
    padding: 6px 16px;
    letter-spacing: 0.15em;
    margin-bottom: 20px;
  }

  .hero-title {
    font-size: clamp(2rem, 8vw, 3rem) !important;
    margin-bottom: 16px;
  }

  .hero-subtitle {
    font-size: 0.85rem !important;
    margin-bottom: 28px;
    line-height: 1.6;
  }

  .hero-buttons {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .btn-primary,
  .btn-secondary {
    padding: 12px 32px;
    font-size: 0.7rem;
    letter-spacing: 0.1em;
    text-align: center;
  }

  .hero-scroll {
    bottom: 20px;
  }

  .scroll-line {
    height: 24px;
  }

  /* ---- INDEX: MARQUEE ---- */
  .marquee-item {
    font-size: 0.85rem;
    padding: 16px 24px;
    gap: 24px;
  }

  /* ---- INDEX: SERVICES CARDS ---- */
  .services {
    padding: 48px 0 !important;
  }

  .services-header {
    margin-bottom: 32px;
    padding: 0 16px;
  }

  .services-header .section-title {
    font-size: clamp(1.5rem, 5vw, 2rem);
  }

  .services-header .section-desc {
    font-size: 0.8rem;
  }

  .services-grid {
    gap: 12px;
    padding: 0 16px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .service-card {
    min-width: 0;
    width: calc(100vw - 48px);
    flex-shrink: 0;
    min-height: 340px;
    padding: 180px 20px 24px;
    border-radius: 12px;
    scroll-snap-align: center;
  }

  .service-number {
    font-size: 2.5rem;
    top: 16px;
    left: 16px;
  }

  .service-icon {
    top: 16px;
    right: 16px;
    width: 34px;
    height: 34px;
  }

  .service-icon svg {
    width: 14px;
    height: 14px;
  }

  .service-tag {
    font-size: 0.5rem;
    letter-spacing: 0.15em;
    margin-bottom: 6px;
  }

  .service-title {
    font-size: 1.15rem;
    min-height: auto;
    margin-bottom: 6px;
  }

  .service-text {
    font-size: 0.72rem;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .service-link {
    opacity: 1;
    transform: translateY(0);
    font-size: 0.6rem;
  }

  /* ---- INDEX: CTA BANNER ---- */
  .cta-banner {
    padding: 160px 16px 50px;
    min-height: 400px;
  }

  .cta-banner .section-label {
    font-size: 0.55rem;
  }

  .cta-banner .section-title {
    font-size: clamp(1.5rem, 5vw, 2rem);
  }

  .cta-banner .section-desc {
    font-size: 0.8rem;
    margin-bottom: 28px;
  }

  .cta-banner .btn-primary {
    padding: 10px 24px;
    font-size: 0.6rem;
    letter-spacing: 0.1em;
  }

  /* ---- INDEX: TIMELINE → VERTICAL ON MOBILE ---- */
  .anatomic-timeline {
    padding: 48px 16px;
  }

  .timeline-container {
    padding: 0;
    overflow: visible;
  }

  /* Hide horizontal line */
  .timeline-line {
    display: none;
  }

  /* Vertical layout */
  .timeline-points {
    flex-direction: column;
    align-items: flex-start;
    padding: 0 0 0 24px;
    min-width: unset;
    gap: 0;
    position: relative;
  }

  /* Vertical line on left */
  .timeline-points::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 7px;
    width: 2px;
    background: linear-gradient(
      to bottom,
      transparent,
      var(--gold),
      transparent
    );
  }

  .timeline-point {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 16px 0;
    width: 100%;
  }

  .point-dot {
    width: 16px;
    height: 16px;
    min-width: 16px;
    border-width: 2px;
    position: relative;
    left: -24px;
    margin-right: -24px;
    z-index: 2;
    animation: none;
    box-shadow: 0 0 0 4px rgba(201, 169, 110, 0.15);
  }

  /* All tooltips always visible, inline */
  .point-tooltip {
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    transform: none;
    opacity: 1;
    pointer-events: auto;
    background: rgba(26, 26, 26, 0.95);
    border: 1px solid rgba(201, 169, 110, 0.2);
    padding: 14px 18px;
    border-radius: 8px;
    min-width: unset;
    width: 100%;
    text-align: left;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  }

  /* Hide the arrow triangles */
  .timeline-point:nth-child(odd) .point-tooltip,
  .timeline-point:nth-child(even) .point-tooltip {
    top: auto;
    bottom: auto;
  }

  .timeline-point:nth-child(odd) .point-tooltip::after,
  .timeline-point:nth-child(even) .point-tooltip::after {
    display: none;
  }

  /* Active state not needed - all visible */
  .timeline-point.active .point-tooltip {
    animation: none;
  }

  .point-tooltip .tooltip-number {
    font-size: 0.6rem;
    margin-bottom: 4px;
  }

  .point-tooltip h4 {
    font-size: 1rem;
    margin-bottom: 4px;
  }

  .point-tooltip .tooltip-tech {
    font-size: 0.6rem;
  }

  /* Remove scroll indicator */
  .timeline-container::after {
    display: none;
  }

  /* ---- INDEX: STATS ---- */
  .stats {
    padding: 40px 16px;
  }

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

  .stat-item {
    padding: 24px 12px;
  }

  .stat-number {
    font-size: 2.2rem;
    margin-bottom: 6px;
  }

  .stat-label {
    font-size: 0.6rem;
    letter-spacing: 0.1em;
  }

  .stat-item:nth-child(2)::after {
    display: none;
  }

  /* ---- INDEX: ADVANTAGES ---- */
  .advantages {
    padding: 60px 16px;
  }

  .advantages-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .advantages-left img {
    max-width: 60%;
    max-height: 280px;
    object-fit: cover;
    border-radius: 8px;
    display: block;
    margin: 0 auto;
  }

  .advantages-right .section-label {
    font-size: 0.6rem;
  }

  .advantages-right .section-title {
    font-size: 1.6rem;
  }

  .advantages-right .section-desc {
    font-size: 0.8rem;
    margin-bottom: 28px;
  }

  .advantages-list {
    gap: 20px;
  }

  .advantage-content h3 {
    font-size: 1.1rem;
  }

  .advantage-content p {
    font-size: 0.78rem;
  }

  /* ---- INDEX: EXPERIENCE CARDS ---- */
  .experience-section {
    padding: 48px 0;
  }

  .experience-header {
    padding: 0 16px;
    margin-bottom: 24px;
  }

  .experience-header .section-title {
    font-size: clamp(1.4rem, 5vw, 2rem);
  }

  .experience-track {
    padding: 0 16px;
    gap: 12px;
  }

  .experience-card {
    width: calc(33vw - 16px);
    height: auto;
    min-height: 120px;
    padding: 16px;
    flex-shrink: 0;
  }

  .experience-card h4 {
    font-size: 0.8rem;
    margin-bottom: 6px;
  }

  .experience-card p {
    font-size: 0.65rem;
    line-height: 1.4;
  }

  /* ---- INDEX: FLOATING BUTTON ---- */
  .float-contact {
    bottom: 16px;
    right: 16px;
  }

  .float-btn {
    width: 48px;
    height: 48px;
  }

  .float-btn svg {
    width: 20px;
    height: 20px;
  }

  /* ---- SECTION LABELS & TITLES (ALL PAGES) ---- */
  .section-label {
    font-size: 0.55rem;
    letter-spacing: 0.25em;
    margin-bottom: 12px;
  }

  .section-title {
    font-size: clamp(1.5rem, 5vw, 2.2rem);
    margin-bottom: 16px;
  }

  .section-desc {
    font-size: 0.8rem;
    line-height: 1.7;
  }

  /* ---- DESPRE: HERO ---- */
  .hero-bg {
    top: 40px;
  }

  .hero-bg img {
    object-position: center top;
  }

  .hero-label {
    font-size: 0.6rem;
    letter-spacing: 3px;
  }

  .hero-sub {
    font-size: 0.8rem;
  }

  .hero-hashtag {
    font-size: 0.75rem;
  }

  /* ---- DESPRE: STORY ---- */
  .story {
    padding: 40px 16px;
  }

  .story-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .story-img img {
    max-height: 280px;
    object-fit: cover;
    object-position: center top;
    border-radius: 4px;
  }

  .story-text {
    font-size: 0.82rem;
    line-height: 1.7;
  }

  /* ---- DESPRE: FOUNDER ---- */
  .founder {
    padding: 20px 16px 40px;
  }

  .founder-inner {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .founder-img {
    max-width: 100%;
  }

  .founder-img img {
    max-height: 400px;
    object-fit: cover;
    object-position: center 70%;
  }

  .founder-name {
    font-size: 1.4rem;
  }

  .founder-role {
    font-size: 0.55rem;
    margin-bottom: 16px;
  }

  .founder-text {
    font-size: 0.82rem;
    line-height: 1.7;
  }

  .founder-text p {
    margin-bottom: 12px;
  }

  .founder-quote {
    font-size: 1rem;
    margin-top: 16px;
    padding: 12px 0;
  }

  /* ---- DESPRE: TEAM ---- */
  .team {
    padding: 40px 16px;
  }

  .team-desc {
    font-size: 0.82rem;
    margin-bottom: 24px;
  }

  .team-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
  }

  .team-card {
    aspect-ratio: 3/4;
  }

  .team-card-info {
    padding: 10px;
  }

  .team-card-name {
    font-size: 0.9rem;
  }

  .team-card-role {
    font-size: 0.5rem;
  }

  /* ---- DESPRE: TESTIMONIALS ---- */
  .testimonials {
    padding: 28px 0;
  }

  .testimonials-inner {
    padding: 0 16px;
  }

  .marquee-track img {
    height: 160px;
  }

  /* ---- DESPRE: CLINIC GALLERY ---- */
  .clinic {
    padding: 36px 16px;
  }

  .clinic-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 3px;
  }

  .clinic-grid img {
    aspect-ratio: 1/1;
  }

  /* ---- DESPRE: CTA ---- */
  .cta-section {
    padding: 40px 16px;
  }

  .cta-section h2 {
    font-size: 1.5rem;
  }

  .cta-section p {
    font-size: 0.85rem;
    margin-bottom: 24px;
  }

  .btn-cta {
    padding: 12px 32px;
    font-size: 0.6rem;
    letter-spacing: 2px;
  }

  /* ---- TRATAMENTE / TEHNOLOGII / DESPRE: compact hero ---- */
  /* These pages use .hero as a padded header (not the fullscreen index hero) */
  .hero:not(#hero) {
    padding: 90px 16px 28px !important;
    min-height: auto !important;
    height: auto !important;
  }


  .search-wrap {
    padding: 16px 16px 0;
  }

  .search-results {
    padding: 16px 16px 0;
  }

  /* ---- TRATAMENTE: TABS ---- */
  .tabs {
    top: 60px;
    justify-content: flex-start;
  }

  .tab-btn {
    padding: 12px 14px;
    font-size: 0.6rem;
  }

  /* ---- TRATAMENTE: CATEGORY SECTIONS ---- */
  .cat-section {
    padding: 32px 16px 60px;
  }

  .cat-header {
    margin-bottom: 32px;
  }

  .cat-title {
    font-size: 1.5rem;
  }

  .subcat {
    margin-bottom: 40px;
  }

  .subcat-title {
    font-size: 0.6rem;
    margin-bottom: 16px;
  }

  /* ---- TRATAMENTE: CARDS ---- */
  .treatments-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2px;
  }

  .tc {
    aspect-ratio: 4/5;
  }

  .tc-body {
    padding: 12px;
  }

  .tc-method {
    font-size: 0.45rem;
    letter-spacing: 1px;
    margin-bottom: 3px;
  }

  .tc-name {
    font-size: 0.85rem;
    margin-bottom: 6px;
    line-height: 1.2;
  }

  .tc-arrow {
    width: 20px;
  }

  .tc-arrow::after {
    width: 5px;
    height: 5px;
    top: -2px;
  }

  /* ---- TRATAMENTE: MODAL ---- */
  .modal-box {
    margin: 0;
    min-height: 100vh;
  }

  .modal-x {
    top: 10px;
    right: 12px;
    width: 36px;
    height: 36px;
  }

  .modal-x::before,
  .modal-x::after {
    width: 20px;
  }

  .m-hero {
    height: 240px;
  }

  .m-hero-title {
    padding: 16px;
  }

  .m-hero-tag {
    font-size: 0.55rem;
    margin-bottom: 6px;
  }

  .m-hero-name {
    font-size: 1.4rem;
  }

  .m-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .m-stat {
    padding: 16px 12px;
  }

  .m-stat-icon {
    width: 22px;
    height: 22px;
    margin-bottom: 6px;
  }

  .m-stat-val {
    font-size: 0.85rem;
  }

  .m-stat-lbl {
    font-size: 0.55rem;
  }

  .m-body {
    padding: 24px 16px;
  }

  .m-intro {
    font-size: 0.9rem;
    margin-bottom: 28px;
  }

  .m-para {
    font-size: 0.85rem;
  }

  .m-ben-title {
    font-size: 1.3rem;
  }

  .m-ben-grid {
    grid-template-columns: 1fr;
  }

  .m-ben {
    font-size: 0.78rem;
    padding: 12px 0;
  }

  .m-cta-wrap {
    flex-direction: column;
    align-items: stretch;
    margin-top: 32px;
    padding-top: 28px;
    gap: 16px;
  }

  .m-cta-text {
    font-size: 0.8rem;
    max-width: 100%;
  }

  .m-cta {
    padding: 13px 28px;
    font-size: 0.6rem;
    text-align: center;
  }

  /* ---- TEHNOLOGII ---- */
  .tech-section {
    padding: 24px 16px 40px;
  }

  .tech-card {
    margin-bottom: 20px;
    border-width: 1px;
  }

  .tech-card-img {
    min-height: 180px;
  }

  .tech-badge {
    font-size: 0.5rem;
    padding: 4px 10px;
    top: 12px;
    left: 12px;
  }

  .tech-card-body {
    padding: 20px 14px;
  }

  .tech-card-body h2 {
    font-size: 1.2rem;
    margin-bottom: 4px;
  }

  .tech-subtitle {
    font-size: 0.5rem;
    margin-bottom: 12px;
  }

  .tech-desc {
    font-size: 0.75rem;
    margin-bottom: 14px;
    line-height: 1.7;
  }

  .tech-features {
    margin-bottom: 16px;
  }

  .tech-features li {
    font-size: 0.72rem;
    padding: 5px 0;
    gap: 8px;
  }

  .tech-features li::before {
    width: 4px;
    height: 4px;
    min-width: 4px;
    margin-top: 5px;
  }

  .tech-apps {
    gap: 4px;
  }

  .tech-tag {
    font-size: 0.5rem;
    padding: 3px 7px;
  }

  .tech-cta {
    padding: 48px 16px 60px;
  }

  .tech-cta h2 {
    font-size: 1.4rem;
  }

  .tech-cta p {
    font-size: 0.85rem;
  }

  .tech-footer {
    padding: 16px;
  }

  /* ---- PRETURI: HEADER ---- */
  .page-header {
    padding: 110px 16px 48px;
  }

  .page-header h1 {
    font-size: clamp(1.8rem, 5vw, 2.5rem);
  }

  .page-header p {
    font-size: 0.85rem;
  }

  /* ---- PRETURI: TABS ---- */
  .tabs-bar {
    padding: 0 12px;
    top: 60px;
  }

  .tabs-bar .tab-btn {
    padding: 12px 10px;
    font-size: 0.6rem;
  }

  /* ---- PRETURI: CONTENT ---- */
  .prices-content {
    padding: 32px 16px 60px;
  }

  .cat-block {
    margin-bottom: 36px;
  }

  .price-row {
    padding: 8px 0;
    gap: 8px;
  }

  .price-name {
    font-size: 0.85rem;
  }

  .price-name small {
    font-size: 0.65rem;
  }

  .price-val {
    font-size: 0.85rem;
  }

  .package-card {
    padding: 20px 16px;
  }

  .package-card h3 {
    font-size: 1.1rem;
  }

  .package-card p {
    font-size: 0.78rem;
  }

  .package-price {
    font-size: 1.1rem;
  }

  /* ---- PRETURI: SEARCH ---- */
  .search-bar-wrap {
    padding: 20px 16px 0;
  }

  #priceSearch {
    font-size: 0.85rem;
    padding: 12px 12px 12px 40px;
  }

  /* ---- LEGAL PAGES (termeni, confidentialitate, cookie) ---- */
  .legal-content {
    padding: 32px 16px 60px;
    font-size: 0.85rem;
  }

  .legal-content h2 {
    font-size: 1.3rem;
    margin-top: 28px;
  }

  .legal-content h3 {
    font-size: 1.1rem;
  }

  .info-box {
    padding: 16px;
    font-size: 0.8rem;
  }

  .rights-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .cookie-table {
    font-size: 0.75rem;
  }

  /* ---- DESPRE FOOTER ---- */
  .despre-footer {
    padding: 16px;
    font-size: 0.6rem;
  }

  /* ---- BLOG ---- */
  .blog-hero {
    padding: calc(var(--nav-height-mobile) + 40px) 16px 40px !important;
    min-height: auto;
  }

  .blog-hero h1 {
    font-size: clamp(1.8rem, 5vw, 2.5rem);
  }

  .blog-hero-subtitle {
    font-size: var(--fs-sm);
  }

  .blog-filters {
    padding: 12px 16px;
  }

  .blog-section {
    padding: 32px 16px 16px;
  }

  .blog-featured-grid {
    grid-template-columns: 1fr;
  }

  .blog-featured-image-wrap {
    min-height: 200px;
    max-height: 240px;
  }

  .blog-featured-body {
    padding: 24px 20px;
  }

  .blog-featured-title {
    font-size: var(--fs-lg);
  }

  .blog-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .blog-cta {
    padding: 40px 16px;
  }

  .blog-cta-inner {
    padding: 32px 20px;
  }

  /* Blog Post page */
  .blog-breadcrumb {
    padding: calc(var(--nav-height-mobile) + 40px) 16px 0;
  }

  .blog-post-header {
    padding: 24px 16px 0;
  }

  .blog-post-title {
    font-size: clamp(1.6rem, 5vw, 2.2rem);
  }

  .blog-post-meta {
    gap: 12px;
  }

  .blog-share {
    flex-wrap: wrap;
    gap: 8px;
  }

  .blog-post-cover {
    padding: 0 16px;
    margin: 24px auto;
  }

  .blog-content {
    padding: 0 16px 32px;
  }

  .blog-content h2 {
    font-size: var(--fs-lg);
    margin-top: 36px;
  }

  .blog-post-tags {
    padding: 0 16px 36px;
  }

  .blog-related {
    padding: 0 16px 36px;
  }

  .blog-related .blog-grid {
    grid-template-columns: 1fr;
  }
}

/* ============================================
   SMALL MOBILE (max-width: 480px)
   ============================================ */
@media (max-width: 480px) {
  /* ---- GLOBAL ---- */
  html {
    font-size: 14px;
  }

  .nav {
    padding: 10px 12px !important;
  }

  .nav-logo img,
  .logo img {
    height: 32px;
  }

  .menu-toggle span {
    width: 22px;
  }

  .back-btn {
    top: 72px;
    left: 12px;
    font-size: 8px;
    gap: 6px;
  }

  .back-btn svg {
    width: 12px;
    height: 12px;
  }

  .container {
    padding: 0 12px;
  }

  /* ---- SECTIONS ---- */
  .section {
    padding: 48px 12px;
  }

  .section-label {
    font-size: 0.5rem;
    letter-spacing: 0.2em;
  }

  .section-title {
    font-size: clamp(1.3rem, 5vw, 1.8rem);
  }

  .section-desc {
    font-size: 0.75rem;
  }

  /* ---- INDEX: HERO ---- */
  .hero {
    min-height: auto;
    height: 100svh;
  }

  .hero-content {
    padding: 0 12px;
  }

  .hero-badge {
    font-size: 0.55rem;
    padding: 5px 12px;
    margin-bottom: 16px;
  }

  .hero-title {
    font-size: clamp(1.8rem, 7vw, 2.5rem) !important;
    line-height: 1.15;
  }

  .hero-subtitle {
    font-size: 0.78rem !important;
    margin-bottom: 24px;
    line-height: 1.6;
  }

  .btn-primary,
  .btn-secondary {
    padding: 12px 20px;
    font-size: 0.65rem;
  }

  /* ---- INDEX: MARQUEE ---- */
  .marquee-item {
    font-size: 0.75rem;
    padding: 12px 16px;
    gap: 16px;
  }

  /* ---- INDEX: SERVICES ---- */
  .services {
    padding: 48px 12px !important;
  }

  .services-header {
    margin-bottom: 28px;
  }

  .service-card {
    min-width: 0;
    width: calc(100vw - 40px);
    min-height: 300px;
    padding: 150px 16px 20px;
    border-radius: 10px;
  }

  .service-number {
    font-size: 2rem;
    top: 16px;
    left: 16px;
  }

  .service-icon {
    top: 16px;
    right: 16px;
    width: 32px;
    height: 32px;
  }

  .service-tag {
    font-size: 0.45rem;
  }

  .service-title {
    font-size: 1.05rem;
  }

  .service-text {
    font-size: 0.65rem;
    -webkit-line-clamp: 2;
  }

  /* ---- INDEX: CTA BANNER ---- */
  .cta-banner {
    padding: 120px 12px 40px;
    min-height: 340px;
  }

  .cta-banner .section-title {
    font-size: clamp(1.3rem, 5vw, 1.7rem);
  }

  .cta-banner .section-desc {
    font-size: 0.75rem;
  }

  /* ---- INDEX: TIMELINE ---- */
  .anatomic-timeline {
    padding: 36px 12px;
  }

  .timeline-points {
    padding-left: 20px;
  }

  .timeline-points::before {
    left: 6px;
  }

  .timeline-point {
    padding: 12px 0;
    gap: 16px;
  }

  .point-dot {
    width: 14px;
    height: 14px;
    min-width: 14px;
    left: -20px;
    margin-right: -20px;
  }

  .point-tooltip {
    padding: 12px 14px;
  }

  .point-tooltip h4 {
    font-size: 0.9rem;
  }

  .point-tooltip .tooltip-tech {
    font-size: 0.55rem;
  }

  /* ---- INDEX: STATS ---- */
  .stats {
    padding: 28px 12px;
  }

  .stat-item {
    padding: 16px 8px;
  }

  .stat-number {
    font-size: 1.8rem;
  }

  .stat-label {
    font-size: 0.5rem;
  }

  /* ---- INDEX: ADVANTAGES ---- */
  .advantages {
    padding: 48px 12px;
  }

  .advantages-left img {
    max-width: 50%;
    max-height: 220px;
  }

  .advantages-right .section-title {
    font-size: 1.4rem;
  }

  .advantages-right .section-desc {
    font-size: 0.75rem;
  }

  .advantages-list {
    gap: 16px;
  }

  .advantage-item {
    gap: 12px;
  }

  .advantage-icon {
    width: 6px;
    height: 6px;
    margin-top: 8px;
  }

  .advantage-content h3 {
    font-size: 1rem;
    margin-bottom: 4px;
  }

  .advantage-content p {
    font-size: 0.72rem;
  }

  /* ---- INDEX: EXPERIENCE ---- */
  .experience-section {
    padding: 48px 0;
  }

  .experience-header {
    padding: 0 12px;
    margin-bottom: 24px;
  }

  .experience-track {
    padding: 0 12px;
    gap: 12px;
  }

  .experience-card {
    width: calc(45vw - 12px);
    height: auto;
    min-height: 110px;
    padding: 14px;
  }

  .experience-card h4 {
    font-size: 0.75rem;
    margin-bottom: 5px;
  }

  .experience-card p {
    font-size: 0.6rem;
  }

  /* ---- INDEX: FLOATING BUTTON ---- */
  .float-contact {
    bottom: 12px;
    right: 12px;
  }

  .float-btn {
    width: 44px;
    height: 44px;
  }

  .float-btn svg {
    width: 18px;
    height: 18px;
  }

  /* ---- FOOTER ---- */
  .footer {
    padding: 20px 12px;
  }

  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 16px;
  }

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

  .footer-brand p {
    font-size: 0.68rem;
    margin-top: 8px;
    line-height: 1.5;
  }

  .footer-col h4 {
    font-size: 0.8rem;
    margin-bottom: 6px;
  }

  .footer-col ul {
    gap: 3px;
  }

  .footer-col ul li,
  .footer-col ul li a {
    font-size: 0.68rem;
  }

  .footer-bottom {
    padding-top: 12px;
    gap: 8px;
  }

  .footer-bottom > p {
    font-size: 0.5rem;
    line-height: 1.3;
  }

  .footer-copy {
    font-size: 0.5rem;
  }

  .footer-legal {
    gap: 8px;
  }

  .footer-legal a {
    font-size: 0.5rem;
  }

  .footer-anpc {
    gap: 6px;
  }

  .footer-anpc a img {
    height: 24px;
  }

  .footer-socials {
    display: flex;
    flex-direction: row;
    gap: 14px;
  }

  .footer-socials a svg {
    width: 14px;
    height: 14px;
    color: var(--white);
    fill: var(--white);
  }

  /* ---- DESPRE: HERO ---- */
  .hero-label {
    font-size: 0.5rem;
  }

  .hero-sub {
    font-size: 0.72rem;
  }

  .hero-hashtag {
    font-size: 0.6rem;
  }

  /* ---- DESPRE: STORY ---- */
  .story {
    padding: 28px 12px;
  }

  .story-img img {
    max-height: 220px;
  }

  .story-text {
    font-size: 0.75rem;
  }

  /* ---- DESPRE: FOUNDER ---- */
  .founder {
    padding: 28px 12px;
  }

  .founder-img img {
    max-height: 260px;
  }

  .founder-name {
    font-size: 1.15rem;
  }

  .founder-role {
    font-size: 0.5rem;
    margin-bottom: 12px;
  }

  .founder-text {
    font-size: 0.75rem;
  }

  .founder-quote {
    font-size: 0.9rem;
  }

  /* ---- DESPRE: TEAM ---- */
  .team {
    padding: 28px 12px;
  }

  .team-desc {
    font-size: 0.72rem;
    margin-bottom: 20px;
  }

  .team-grid {
    gap: 4px;
  }

  .team-card-info {
    padding: 8px;
  }

  .team-card-name {
    font-size: 0.78rem;
  }

  .team-card-role {
    font-size: 0.45rem;
  }

  /* ---- DESPRE: TESTIMONIALS ---- */
  .marquee-track img {
    height: 130px;
  }

  /* ---- DESPRE: CLINIC ---- */
  .clinic {
    padding: 28px 12px;
  }

  .clinic-grid {
    gap: 2px;
  }

  /* ---- DESPRE: CTA ---- */
  .cta-section {
    padding: 28px 12px;
  }

  .cta-section h2 {
    font-size: 1.1rem;
  }

  .cta-section p {
    font-size: 0.72rem;
  }

  .despre-footer {
    padding: 10px;
  }

  /* ---- TRATAMENTE ---- */
  .hero:not(#hero) {
    padding: 80px 12px 20px !important;
  }

  .search-wrap {
    padding: 12px 12px 0;
  }

  .search-box input {
    padding: 10px 40px 10px 14px;
    font-size: 0.8rem;
  }

  .tabs {
    top: 52px;
  }

  .tab-btn {
    padding: 10px 10px;
    font-size: 0.55rem;
  }

  .cat-section {
    padding: 24px 12px 48px;
  }

  .cat-title {
    font-size: 1.3rem;
  }

  .treatments-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2px;
  }

  .tc {
    aspect-ratio: 1/1;
  }

  .tc-body {
    padding: 10px;
  }

  .tc-method {
    font-size: 0.4rem;
  }

  .tc-name {
    font-size: 0.75rem;
    margin-bottom: 4px;
  }

  .tc-arrow {
    width: 16px;
  }

  /* ---- TRATAMENTE: MODAL ---- */
  .m-hero {
    height: 200px;
  }

  .m-hero-name {
    font-size: 1.2rem;
  }

  .m-stats {
    grid-template-columns: 1fr 1fr;
  }

  .m-stat {
    padding: 12px 8px;
  }

  .m-stat-val {
    font-size: 0.78rem;
  }

  .m-stat-lbl {
    font-size: 0.5rem;
  }

  .m-body {
    padding: 20px 12px;
  }

  .m-intro {
    font-size: 0.82rem;
    margin-bottom: 24px;
  }

  .m-para {
    font-size: 0.78rem;
  }

  .m-ben-title {
    font-size: 1.1rem;
  }

  .m-ben {
    font-size: 0.72rem;
    padding: 10px 0;
  }

  .m-cta {
    padding: 12px 24px;
    font-size: 0.55rem;
    letter-spacing: 2px;
  }

  .m-cta-text {
    font-size: 0.75rem;
  }

  /* ---- TEHNOLOGII ---- */
  .tech-section {
    padding: 16px 12px 28px;
  }

  .tech-card {
    margin-bottom: 16px;
  }

  .tech-card-img {
    min-height: 150px;
  }

  .tech-card-body {
    padding: 16px 12px;
  }

  .tech-card-body h2 {
    font-size: 1.05rem;
  }

  .tech-desc {
    font-size: 0.68rem;
  }

  .tech-features li {
    font-size: 0.68rem;
  }

  .tech-tag {
    font-size: 0.45rem;
    padding: 3px 6px;
  }

  .tech-cta {
    padding: 28px 12px 40px;
  }

  .tech-cta h2 {
    font-size: 1.05rem;
  }

  .tech-cta p {
    font-size: 0.72rem;
  }

  .tech-footer {
    padding: 12px;
  }

  /* ---- PRETURI ---- */
  .page-header {
    padding: 96px 12px 36px;
  }

  .page-header h1 {
    font-size: clamp(1.5rem, 5vw, 2rem);
  }

  .page-header p {
    font-size: 0.78rem;
  }

  .tabs-bar {
    padding: 0 8px;
    top: 52px;
  }

  .tabs-bar .tab-btn {
    padding: 10px 8px;
    font-size: 0.55rem;
  }

  .prices-content {
    padding: 24px 12px 48px;
  }

  .cat-block {
    margin-bottom: 28px;
  }

  .price-row {
    padding: 6px 0;
  }

  .price-name {
    font-size: 0.78rem;
  }

  .price-val {
    font-size: 0.78rem;
  }

  .package-card {
    padding: 16px 12px;
  }

  .package-card h3 {
    font-size: 1rem;
  }

  .package-card p {
    font-size: 0.72rem;
  }

  .package-price {
    font-size: 1rem;
  }

  .search-bar-wrap {
    padding: 16px 12px 0;
  }

  #priceSearch {
    font-size: 0.78rem;
    padding: 10px 10px 10px 36px;
  }

  /* ---- LEGAL PAGES ---- */
  .legal-content {
    padding: 24px 12px 48px;
    font-size: 0.78rem;
  }

  .legal-content h2 {
    font-size: 1.1rem;
  }

  .legal-content h3 {
    font-size: 0.95rem;
  }

  .info-box {
    padding: 12px;
    font-size: 0.72rem;
  }
}

/* ============================================
   VERY SMALL SCREENS (max-width: 360px)
   ============================================ */
@media (max-width: 360px) {
  html {
    font-size: 13px;
  }

  .hero-title {
    font-size: 1.6rem !important;
  }

  .hero-subtitle {
    font-size: 0.72rem !important;
  }

  .btn-primary,
  .btn-secondary {
    padding: 10px 16px;
    font-size: 0.6rem;
  }

  .service-card {
    min-width: 0;
    width: calc(100vw - 32px);
  }

  .stat-number {
    font-size: 1.5rem;
  }

  .advantages-right .section-title {
    font-size: 1.2rem;
  }

  .m-hero {
    height: 160px;
  }

  .m-hero-name {
    font-size: 1rem;
  }

  .page-header h1 {
    font-size: 1.4rem;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }
}

/* ============================================
   TOUCH DEVICE IMPROVEMENTS
   ============================================ */
@media (hover: none) and (pointer: coarse) {
  /* Show service links always on touch (no hover) */
  .service-link {
    opacity: 1;
    transform: translateY(0);
  }

  /* Disable hover effects that don't work on touch */
  .service-card:hover {
    transform: none;
    box-shadow: none;
  }

  .service-card:hover::before {
    background: linear-gradient(
      180deg,
      rgba(10, 10, 10, 0.2) 0%,
      rgba(10, 10, 10, 0.5) 50%,
      rgba(10, 10, 10, 0.93) 100%
    );
  }

  .experience-card:hover {
    transform: none;
  }

  .tech-card:hover .tech-card-img img {
    transform: none;
  }

  .tc:hover .tc-img {
    transform: none;
  }

  .team-card:hover img {
    transform: none;
  }

  .clinic-grid img:hover {
    transform: none;
  }

  /* Custom cursor - hide on touch devices */
  .cursor,
  .cursor-dot {
    display: none !important;
  }
}
