@media (hover: hover) and (pointer: fine) { .cursor-ring { display: block; } }

@media (max-width: 600px) { .lb-arrow-prev { left: 8px; } .lb-arrow-next { right: 8px; } .lb-stage img, .lb-stage { max-width: 100vw; max-height: calc(100vh - 160px); } .lb-dots { display: none; } }

@media (max-width: 900px) {
      nav { height: 70px; }
      nav.scrolled { height: 60px; }
      .nav-links, .nav-cta { display: none; }
      .menu-toggle { display: flex; }
      .credentials-strip { display: none; }
      .hero {
    height: auto;
    min-height: 100svh;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }
      .hero-content {
    padding: 110px clamp(20px,5vw,28px) 40px;
    flex: 1;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .hero-stats {
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
    width: 100%;
    padding: 24px clamp(20px,5vw,28px);
    justify-content: center;
    gap: 20px;
    border-top: 1px solid var(--border);
    background: rgba(8,8,8,0.5);
    z-index: 2;
  }
      .hero-number { display: none; }
      .hero-scroll { display: none; }
      .trust-bar {
    position: relative;
    bottom: auto;
    flex-direction: column;
    width: 100%;
  }
      .trust-item {
    border-right: none;
    border-bottom: 1px solid var(--border);
    width: 100%;
    justify-content: center;
    font-size: .72rem;
    padding: 13px clamp(14px,2vw,24px);
  }
    .trust-item:last-child { border-bottom: none; }
      .split-section { grid-template-columns: 1fr; }
      .split-visual { min-height: 320px; order: -1; }
      .split-visual-overlay { display: none; }
      .split-content { text-align: center; align-items: center; }
      .split-feature { flex-direction: column; align-items: center; text-align: center; }
      .split-features { align-items: stretch; width: 100%; }
      .contact-grid { grid-template-columns: 1fr; gap: 52px; }
      .contact-info { text-align: center; }
      .contact-item { flex-direction: column; align-items: center; text-align: center; }
      .contact-item:first-of-type { margin-top: 40px; }
      .response-guarantee { flex-direction: column; align-items: center; text-align: center; }
      .re-cta { grid-template-columns: 1fr; text-align: center; }
      .re-cta-features { justify-content: center; }
      .testimonials-grid { grid-template-columns: 1fr; }
      .portfolio-filters-wrap { align-items: center; }
                      .portfolio-item.large { grid-column: span 1; }
        .portfolio-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: clamp(120px, 17vw, 175px); }
        .portfolio-frame { outline-offset: 5px; }
.portfolio-cta-bar { padding: 18px 20px; }
.portfolio-header { flex-direction: column; align-items: center; text-align: center; }
.portfolio-filter-row { align-items: center; }
.portfolio-filters { justify-content: center; }
.portfolio-tally { display: none; }
.portfolio-cta-bar { flex-direction: column; text-align: center; justify-content: center; }
.portfolio-cta-bar-right { flex-direction: column; gap: 12px; }
.portfolio-count { text-align: center; }
      .form-row { grid-template-columns: 1fr; }
      .footer-grid { grid-template-columns: 1fr; gap: 32px; text-align: center; }
      .footer-tagline { max-width: 100%; }
      .footer-links { align-items: center; }
      .footer-bottom { justify-content: center; flex-direction: column; text-align: center; }
      h2.display { text-align: center; }
      .section-desc { margin-left: auto; margin-right: auto; text-align: center; }
      .label { justify-content: center; }
      .faq-question { padding: 20px 20px; font-size: 1rem; }
      .faq-answer-inner { padding: 0 20px 20px; }
      .credentials-inner { gap: 16px; }
      .google-rating-banner { flex-direction: column; gap: 16px; text-align: center; }
    }

@media (max-width: 600px) {
      .services-grid { grid-template-columns: 1fr; }
      .process-grid { grid-template-columns: 1fr; }
              .portfolio-grid { grid-template-columns: 1fr; grid-auto-rows: clamp(170px, 52vw, 250px); }
        .portfolio-filters { flex-wrap: nowrap; overflow-x: auto; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
        .portfolio-filters::-webkit-scrollbar { display: none; }
        .portfolio-tally { display: block; font-size: .6rem; }
        .portfolio-frame { outline-offset: 4px; }
        .portfolio-cta-bar { padding: 18px 20px 18px 26px; }
      .hero-stats { gap: 20px; }
      .re-cta-features { flex-direction: column; align-items: center; gap: 10px; }
      .trust-bar { flex-direction: column; }
      .trust-item { border-right: none; border-bottom: 1px solid var(--border); width: 100%; justify-content: center; }
      .trust-item:last-child { border-bottom: none; }
      .wa-float-label { display: none; }
      .credentials-inner { flex-direction: column; align-items: center; }
    }


@media (max-width: 900px) {
  .section-pad,
  .section-pad-sm {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .hero {
    min-height: 100svh;
    height: auto;
  }

  .hero-content {
    padding-top: 120px;
    padding-bottom: 168px;
  }

  .hero h1 {
    font-size: clamp(2.8rem, 12vw, 4.5rem);
    line-height: 0.94;
  }

  .hero-sub {
    max-width: 34ch;
    font-size: 0.98rem;
  }

  .hero-actions {
    width: 100%;
    gap: 12px;
    flex-direction: column;
    align-items: stretch;
  }

  .hero-actions .btn-primary,
  .hero-actions .btn-ghost {
    width: 100%;
    justify-content: center;
  }

  .hero-stats {
    left: 14px;
    right: 14px;
    bottom: 18px;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .hero-stat {
    min-height: 82px;
    padding: 16px 18px;
    border-left: 0 !important;
    border-radius: 18px;
    background: rgba(10,10,10,0.52);
    backdrop-filter: blur(14px);
  }

  .trust-bar {
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 4px;
    scroll-snap-type: x proximity;
  }

  .trust-item {
    min-width: max-content;
    scroll-snap-align: start;
  }

  .services-grid,
  .split-section,
  .process-grid,
  .testimonials-grid,
  .contact-grid,
  .footer-grid {
    grid-template-columns: 1fr !important;
  }

  .credentials-inner,
  .portfolio-filter-row,
  .portfolio-filters,
  .portfolio-cta-bar,
  .re-cta,
  .footer-bottom {
    grid-template-columns: 1fr !important;
    flex-direction: column;
    align-items: stretch;
  }

  .credentials-inner {
    gap: 12px;
  }

  .portfolio-filter-row {
    position: static;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
  }

  .portfolio-filters {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .filter-btn {
    width: 100%;
    min-height: 46px;
    padding: 10px 12px;
  }

  .portfolio-frame,
  .portfolio-cta-bar,
  .re-cta,
  .google-rating-banner,
  .contact-hours {
    border-radius: 22px;
  }

  .portfolio-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: minmax(255px, auto);
  }

  .portfolio-item,
  .portfolio-item.large {
    grid-column: span 1 !important;
    min-height: 255px;
  }

  .portfolio-item-index,
  .portfolio-badge {
    top: 14px;
  }

  .portfolio-overlay {
    transform: translateY(0) !important;
    padding-top: 56px;
  }

  .portfolio-item-icon {
    opacity: 1;
    transform: none;
    width: 48px;
    height: 48px;
  }

  .lb-top-bar,
  .lb-bottom-bar {
    padding-left: 16px;
    padding-right: 16px;
  }

  .lb-arrow {
    width: 46px;
    height: 46px;
  }

  .lb-dot {
    width: 54px;
    height: 40px;
  }

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

  .contact-form {
    gap: 14px;
  }

  .form-submit,
  .whatsapp-btn {
    width: 100%;
    justify-content: center;
  }

  .footer-socials {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .back-top {
    right: 14px;
    bottom: calc(14px + env(safe-area-inset-bottom));
  }
}

@media (max-width: 600px) {
  .container {
    width: min(100% - 28px, 1200px);
  }

  .hero-content {
    padding-top: 108px;
    padding-bottom: 186px;
  }

  .hero-eyebrow,
  .label,
  .form-label,
  .footer-col-title,
  .contact-hours-title {
    letter-spacing: 0.14em;
  }

  .hero-sub,
  .section-desc,
  .service-card p,
  .split-feature-desc,
  .testimonial-text,
  .contact-item-value,
  .faq-answer-inner,
  .footer-tagline {
    font-size: 0.95rem;
    line-height: 1.7;
  }

  .service-card,
  .process-step,
  .testimonial,
  .faq-item,
  .contact-item,
  .contact-hours,
  .google-rating-banner,
  .re-cta,
  .portfolio-cta-bar {
    border-radius: 20px;
  }

  .portfolio-filters {
    grid-template-columns: 1fr;
  }

  .portfolio-helper-note {
    font-size: 0.7rem;
  }

  .wa-float {
    left: 12px;
    bottom: calc(12px + env(safe-area-inset-bottom));
  }
}


@media (max-width: 900px) {
  .wa-float,
  .back-top {
    bottom: calc(14px + env(safe-area-inset-bottom));
    z-index: 140;
  }

  .wa-float {
    left: 14px;
  }

  .back-top {
    right: 14px;
  }

  .wa-float-btn,
  .back-top {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    box-shadow: 0 16px 38px rgba(0,0,0,0.24);
  }

  .faq-question {
    padding-right: 12px;
  }
}


@media (max-width: 900px) {
  .wa-float,
  .back-top {
    position: fixed;
    bottom: calc(14px + env(safe-area-inset-bottom));
    z-index: 180;
  }

  .wa-float {
    left: 14px;
  }

  .back-top {
    right: 14px;
  }

  .wa-float-btn,
  .back-top {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,0.1);
    background: rgba(10,10,10,0.82);
    backdrop-filter: blur(14px);
    box-shadow: 0 18px 42px rgba(0,0,0,0.24), 0 0 0 1px rgba(255,255,255,0.02) inset;
    transition: transform 240ms var(--ease-out), box-shadow 240ms ease, border-color 220ms ease, background-color 220ms ease;
  }

  .wa-float-btn {
    display: grid;
    place-items: center;
  }

  .wa-float-btn:hover,
  .wa-float-btn:focus-visible,
  .back-top:hover,
  .back-top:focus-visible {
    transform: translateY(-3px);
    border-color: rgba(223,192,138,0.55);
    box-shadow: 0 24px 56px rgba(0,0,0,0.28), 0 0 0 1px rgba(223,192,138,0.1) inset;
  }

  .wa-float-label {
    display: none !important;
  }
}

@media (max-width: 600px) {
  .wa-float,
  .back-top {
    bottom: calc(12px + env(safe-area-inset-bottom));
  }

  .wa-float {
    left: 12px;
  }

  .back-top {
    right: 12px;
  }

  .wa-float-btn,
  .back-top {
    width: 56px;
    height: 56px;
    border-radius: 17px;
  }
}


@media (max-width: 900px) {
  .wa-float,
  .back-top {
    position: fixed;
    bottom: calc(14px + env(safe-area-inset-bottom));
    z-index: 200;
  }

  .wa-float {
    left: 14px;
  }

  .back-top {
    right: 14px;
  }

  .wa-float-btn,
  .back-top {
    width: 52px !important;
    height: 52px !important;
    min-width: 52px;
    min-height: 52px;
    border-radius: 50% !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none;
    background: rgba(14,14,14,0.9) !important;
    border: 1px solid rgba(255,255,255,0.12) !important;
    box-shadow: 0 14px 34px rgba(0,0,0,0.26), 0 0 0 1px rgba(255,255,255,0.03) inset;
    backdrop-filter: blur(14px);
  }

  .wa-float-btn svg,
  .back-top svg {
    width: 20px;
    height: 20px;
  }

  .wa-float-btn:hover,
  .wa-float-btn:focus-visible,
  .back-top:hover,
  .back-top:focus-visible,
  .back-top.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(-2px);
    border-color: rgba(223,192,138,0.58) !important;
    box-shadow: 0 18px 40px rgba(0,0,0,0.3), 0 0 0 1px rgba(223,192,138,0.09) inset;
  }

  .wa-float-label {
    display: none !important;
  }
}

@media (max-width: 600px) {
  .wa-float,
  .back-top {
    bottom: calc(12px + env(safe-area-inset-bottom));
  }

  .wa-float {
    left: 12px;
  }

  .back-top {
    right: 12px;
  }

  .wa-float-btn,
  .back-top {
    width: 50px !important;
    height: 50px !important;
    min-width: 50px;
    min-height: 50px;
  }
}


/* ===== 2026 stability patch: floating buttons, footer socials, wide screens ===== */
@media (min-width: 1680px) {
  .container { max-width: 1480px; }
}
@media (max-width: 900px) {
  .footer-socials {
    width: 100%;
    justify-content: center !important;
    align-items: center;
    flex-wrap: wrap;
  }
  .wa-float,
  .back-top {
    position: fixed !important;
    bottom: calc(14px + env(safe-area-inset-bottom, 0px)) !important;
    z-index: 220 !important;
  }
  .wa-float { left: 14px !important; }
  .back-top { right: 14px !important; }
  .wa-float-btn,
  .back-top {
    width: 56px !important;
    height: 56px !important;
    min-width: 56px !important;
    min-height: 56px !important;
    border-radius: 18px !important;
    display: grid !important;
    place-items: center !important;
    background: rgba(10,10,10,0.88) !important;
    border: 1px solid rgba(255,255,255,0.12) !important;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: 0 18px 42px rgba(0,0,0,0.24) !important;
    touch-action: manipulation;
  }
  .wa-float-btn svg,
  .back-top svg { width: 20px !important; height: 20px !important; }
  .wa-float-label { display: none !important; }
  .back-top.visible {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateY(0) !important;
  }
}
@media (max-width: 600px) {
  .wa-float,
  .back-top { bottom: calc(12px + env(safe-area-inset-bottom, 0px)) !important; }
  .wa-float { left: 12px !important; }
  .back-top { right: 12px !important; }
  .wa-float-btn,
  .back-top {
    width: 52px !important;
    height: 52px !important;
    min-width: 52px !important;
    min-height: 52px !important;
    border-radius: 16px !important;
  }
}


/* ===== refinement patch: hero polish, RTL float stability, one-hand mobile ===== */
@media (max-width: 900px) {
  .hero {
    min-height: 100svh;
    display: flex;
    align-items: stretch;
  }

  .hero-content {
    padding-top: 132px !important;
    padding-bottom: 214px !important;
    justify-content: flex-start;
    gap: 14px;
  }

  .hero-eyebrow {
    margin-top: 0;
    padding: 10px 14px;
    max-width: min(100%, 30ch);
    line-height: 1.45;
    border-radius: 999px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }

  html[lang="el"] .hero-eyebrow {
    max-width: min(100%, 34ch);
    margin-top: 6px;
    font-size: 0.72rem;
    line-height: 1.5;
  }

  .hero h1 {
    margin-top: 4px;
    max-width: 9ch;
  }

  .hero-sub {
    max-width: 34ch;
  }

  .hero-actions {
    margin-top: 4px;
    gap: 10px;
  }

  .hero-actions .btn-primary,
  .hero-actions .btn-ghost {
    min-height: 54px;
    border-radius: 16px;
  }

  .hero-stats {
    bottom: 16px;
    gap: 12px;
  }

  .wa-float,
  html[dir="rtl"] .wa-float {
    left: 14px !important;
    right: auto !important;
  }

  .back-top,
  html[dir="rtl"] .back-top {
    right: 14px !important;
    left: auto !important;
  }

  .wa-float-btn {
    background: linear-gradient(180deg, #29dc68, #1fb455) !important;
    color: #ffffff !important;
    border-color: rgba(255,255,255,0.18) !important;
    box-shadow: 0 20px 44px rgba(37,211,102,0.28) !important;
  }

  .back-top {
    background: linear-gradient(180deg, #dfc08a, #c9a96e) !important;
    color: #080808 !important;
    border-color: rgba(255,255,255,0.16) !important;
    box-shadow: 0 18px 40px rgba(201,169,110,0.24) !important;
  }
}

@media (max-width: 600px) {
  .hero-content {
    padding-top: 124px !important;
    padding-bottom: 218px !important;
  }

  .hero-eyebrow {
    font-size: 0.68rem;
    letter-spacing: 0.11em;
  }

  .hero h1 {
    font-size: clamp(2.45rem, 11vw, 3.75rem);
    line-height: 0.98;
  }

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

  .hero-actions .btn-primary,
  .hero-actions .btn-ghost {
    min-height: 52px;
    font-size: 0.75rem;
  }

  .wa-float,
  html[dir="rtl"] .wa-float {
    left: 12px !important;
  }

  .back-top,
  html[dir="rtl"] .back-top {
    right: 12px !important;
  }
}


/* ===== v3 refinement: mobile hero cleanup and footer centering ===== */
@media (max-width: 600px) {
  .hero-eyebrow,
  .hero-rule {
    display: none !important;
  }

  .hero-content {
    padding-top: 118px !important;
    gap: 12px;
  }

  .footer-reg {
    width: 100%;
    justify-content: center !important;
    margin-left: auto;
    margin-right: auto;
  }
}


/* ===== v4 refinement: hero visibility rules and alignment ===== */
html[lang="el"] .hero-eyebrow,
html[lang="el"] .hero-rule {
  display: none !important;
}

@media (max-width: 1024px) {
  .hero-eyebrow,
  .hero-rule {
    display: none !important;
  }
}

@media (min-width: 1025px) {
  .hero-content {
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-inline: auto;
  }

  .hero-sub,
  .hero-actions {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 900px) {
  .hero {
    min-height: 100svh;
    align-items: center;
  }

  .hero-content {
    min-height: 100svh;
    width: min(100%, 640px);
    margin-inline: auto;
    padding-top: max(104px, env(safe-area-inset-top, 0px) + 88px) !important;
    padding-bottom: calc(196px + env(safe-area-inset-bottom, 0px)) !important;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 14px;
  }

  .hero h1 {
    max-width: 10ch;
    margin-inline: auto;
  }

  .hero-sub {
    max-width: 32ch;
    margin-inline: auto;
  }

  .hero-actions {
    width: 100%;
    max-width: 420px;
    margin-inline: auto;
    align-items: stretch;
  }

  .hero-stats {
    left: 14px;
    right: 14px;
    bottom: calc(14px + env(safe-area-inset-bottom, 0px));
  }
}

@media (max-width: 600px) {
  .hero-content {
    width: min(100%, 100%);
    padding-top: max(98px, env(safe-area-inset-top, 0px) + 82px) !important;
    padding-bottom: calc(188px + env(safe-area-inset-bottom, 0px)) !important;
    gap: 12px;
  }

  .hero h1 {
    max-width: 9.5ch;
    font-size: clamp(2.35rem, 10.8vw, 3.7rem);
    line-height: 0.98;
  }

  .hero-sub {
    max-width: 30ch;
    font-size: 0.94rem;
    text-wrap: balance;
  }

  .hero-actions {
    max-width: 100%;
    gap: 10px;
  }

  .hero-actions .btn-primary,
  .hero-actions .btn-ghost {
    min-height: 52px;
  }
}


/* ===== v5 refinement: Greek hero title and smaller mobile CTAs ===== */
html[lang="el"] .hero h1 {
  font-size: clamp(3.2rem, 5.2vw, 5.2rem) !important;
  max-width: 11ch;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

@media (max-width: 900px) {
  html[lang="el"] .hero h1 {
    font-size: clamp(2.25rem, 8.6vw, 3.45rem) !important;
    max-width: 11ch;
    line-height: 1.02;
  }
}

@media (max-width: 480px) {
  .hero-content {
    padding-top: max(92px, env(safe-area-inset-top, 0px) + 76px) !important;
    padding-bottom: calc(176px + env(safe-area-inset-bottom, 0px)) !important;
    gap: 10px !important;
  }

  .hero h1 {
    font-size: clamp(2.1rem, 10vw, 3.05rem) !important;
    max-width: 9.2ch;
  }

  .hero-sub {
    font-size: 0.9rem !important;
    max-width: 29ch;
  }

  .hero-actions {
    gap: 8px !important;
    max-width: 100%;
  }

  .hero-actions .btn-primary,
  .hero-actions .btn-ghost {
    min-height: 46px !important;
    padding: 12px 18px !important;
    font-size: 0.69rem !important;
    letter-spacing: 0.12em !important;
    border-radius: 14px !important;
  }

  .hero-actions .btn-primary svg,
  .hero-actions .btn-ghost svg {
    width: 13px;
    height: 13px;
  }
}


/* ===== hostinger ready polish: centered hero stats and tighter phone hero ===== */
@media (max-width: 900px) {
  .hero-stats {
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%);
    width: min(calc(100% - 28px), 460px);
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 600px) {
  .hero-content {
    width: min(100%, 100%);
    justify-content: center;
    text-align: center;
  }

  .hero-actions {
    width: 100%;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-stats {
    width: min(calc(100% - 24px), 370px);
    gap: 10px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .hero-stat {
    min-width: 0;
    flex: 1 1 0;
    text-align: center;
  }

  .hero-stat-num {
    justify-content: center;
  }
}


/* ===== final stability patch ===== */
@media (max-width: 900px) {
  .hero-stats {
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%) !important;
    width: min(calc(100% - 28px), 460px) !important;
    justify-content: center !important;
    text-align: center !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  body.menu-open .wa-float,
  body.menu-open .back-top {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translateY(18px) scale(0.92) !important;
  }
}

@media (max-width: 600px) {
  .hero-stats {
    width: min(calc(100% - 24px), 370px) !important;
    gap: 10px !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .hero-stat {
    min-width: 0 !important;
    flex: 1 1 0 !important;
    text-align: center !important;
  }

  .hero-stat-num,
  .hero-stat-label {
    justify-content: center !important;
    text-align: center !important;
  }
}





/* =====================================================================
   HERO STATS — Perfect centering on all phones
   ===================================================================== */
@media (max-width: 900px) {
  .hero-stats {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    transform: none !important;
    width: 100% !important;
    padding: 24px clamp(16px, 5vw, 28px) !important;
    justify-content: center !important;
    text-align: center !important;
  }
  .hero-stat { text-align: center !important; }
}
