/* JohnnyRepair - static site styles */
:root{
  --bg: #0b1020;
  --panel: rgba(255,255,255,.06);
  --panel2: rgba(255,255,255,.09);
  --text: rgba(255,255,255,.92);
  --muted: rgba(255,255,255,.72);
  --faint: rgba(255,255,255,.55);
  --stroke: rgba(255,255,255,.14);
  --accent: #55d6ff;
  --accent2: #7c5cff;
  --ok: #37d67a;
  --warn: #ffce5c;
  --shadow: 0 18px 60px rgba(0,0,0,.45);
  --radius: 18px;
  --radius2: 26px;
  --max: 1120px;
}

*{ box-sizing:border-box; }
html,body{ height:100%; }
body{
  margin:0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji";
  color:var(--text);
  background:
    radial-gradient(900px 520px at 12% -10%, rgba(124,92,255,.55), transparent 60%),
    radial-gradient(700px 520px at 88% 0%, rgba(85,214,255,.4), transparent 58%),
    radial-gradient(900px 700px at 50% 120%, rgba(55,214,122,.25), transparent 55%),
    linear-gradient(180deg, #070a14, var(--bg));
  line-height:1.55;
}

a{ color:inherit; text-decoration:none; }
a:hover{ text-decoration:underline; text-underline-offset: 3px; }

.container{ width:min(var(--max), calc(100% - 40px)); margin-inline:auto; }

/* Header */
.site-header{
  position:sticky; top:0; z-index:50;
  backdrop-filter: blur(12px);
  background: rgba(7,10,20,.55);
  border-bottom:1px solid var(--stroke);
}
.header-inner{
  display:flex; align-items:center; justify-content:space-between;
  padding:14px 0;
  gap:16px;
}
.brand{
  display:flex; align-items:center; gap:12px;
  min-width: 180px;
}
.logo{
  width:40px; height:40px; border-radius:14px;
  display:grid; place-items:center;
  background: linear-gradient(135deg, rgba(85,214,255,.9), rgba(124,92,255,.9));
  box-shadow: 0 10px 28px rgba(0,0,0,.35);
  border: 1px solid rgba(255,255,255,.22);
}
.brand-title{
  display:flex; flex-direction:column;
  line-height:1.15;
}
.brand-title strong{ font-size:15px; letter-spacing:.2px; }
.brand-title span{ font-size:12px; color:var(--muted); }

.nav{
  display:flex; align-items:center; gap:14px;
  flex: 1 1 auto;
  justify-content:center;
  flex-wrap:nowrap;
  white-space:nowrap;
  min-width: 0;
}
.nav a{
  padding:9px 10px;
  border-radius: 12px;
  color: var(--muted);
  border:1px solid transparent;
}
.nav a[aria-current="page"]{
  color: var(--text);
  border-color: rgba(255,255,255,.16);
  background: rgba(255,255,255,.06);
}
.nav a:hover{
  text-decoration:none;
  color: var(--text);
  border-color: rgba(255,255,255,.14);
  background: rgba(255,255,255,.05);
}

.header-cta{
  display:flex; align-items:center; gap:10px;
  flex: 0 0 auto;
  white-space: nowrap;
}
.pill{
  display:inline-flex; align-items:center; gap:8px;
  padding:10px 12px;
  border-radius: 999px;
  border:1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.06);
  color: var(--text);
  white-space:nowrap;
}
.pill small{ color: var(--muted); font-weight:600; letter-spacing:.2px; }
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:9px;
  padding:11px 14px;
  border-radius: 14px;
  border:1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.06);
  color: var(--text);
  font-weight:650;
}
.btn:hover{ text-decoration:none; background: rgba(255,255,255,.09); }
.btn.primary{
  background: linear-gradient(135deg, rgba(85,214,255,.95), rgba(124,92,255,.95));
  border-color: rgba(255,255,255,.22);
  color:#0b1020;
}
.btn.primary:hover{ filter: brightness(1.05); }
.btn.ghost{
  background: transparent;
}

/* Sections / cards */
.hero{
  padding: 54px 0 22px;
}
.hero-grid{
  display:grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 22px;
  align-items:stretch;
}
.hero-card{
  border-radius: var(--radius2);
  background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.04));
  border:1px solid rgba(255,255,255,.16);
  box-shadow: var(--shadow);
  overflow:hidden;
  position:relative;
}
.hero-card .pad{ padding: 26px; }
.kicker{
  display:inline-flex; align-items:center; gap:10px;
  color: var(--muted);
  font-weight: 650;
  letter-spacing:.2px;
}
.dot{
  width:10px; height:10px; border-radius: 999px;
  background: var(--ok);
  box-shadow: 0 0 0 4px rgba(55,214,122,.18);
}
.hero h1{
  margin: 12px 0 10px;
  font-size: clamp(28px, 3.4vw, 44px);
  line-height:1.12;
  letter-spacing: -.3px;
}
.lead{
  color: var(--muted);
  font-size: 16px;
  margin: 0 0 18px;
  max-width: 64ch;
}
.actions{ display:flex; flex-wrap:wrap; gap:10px; }
.meta-row{
  display:flex; flex-wrap:wrap; gap:10px;
  margin-top:18px;
}
.meta{
  padding: 10px 12px;
  border-radius: 16px;
  border:1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.05);
  color: var(--muted);
}
.meta strong{ color: var(--text); }

.media{
  min-height: 280px;
  background:
    linear-gradient(180deg, rgba(11,16,32,.1), rgba(11,16,32,.75)),
    url("https://images.unsplash.com/photo-1517336714731-489689fd1ca8?auto=format&fit=crop&w=1600&q=70") center/cover no-repeat;
}
.media .badge{
  position:absolute; left:18px; bottom:18px;
  max-width: 320px;
  padding:12px 12px;
  border-radius: 16px;
  background: rgba(7,10,20,.68);
  border:1px solid rgba(255,255,255,.16);
  backdrop-filter: blur(10px);
  color: var(--muted);
}
.media .badge strong{ color: var(--text); }

.section{ padding: 20px 0 42px; }
.section h2{
  font-size: 22px;
  margin: 0 0 12px;
  letter-spacing: -.2px;
}
.section p{ color: var(--muted); margin: 0 0 16px; }

.grid-3{
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.card{
  border-radius: var(--radius);
  border:1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.05);
  padding: 16px;
}
.card h3{ margin: 0 0 6px; font-size: 16px; }
.card p{ margin: 0; color: var(--muted); font-size: 14px; }

.icon{
  width:42px; height:42px; border-radius: 16px;
  display:grid; place-items:center;
  border:1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.06);
  margin-bottom:10px;
}

.split{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.list{
  margin:0; padding-left: 18px;
  color: var(--muted);
}
.list li{ margin: 6px 0; }

/* Products */
.filters{
  display:flex; flex-wrap:wrap; gap:8px;
  margin: 12px 0 16px;
}
.chip{
  padding:8px 10px;
  border-radius: 999px;
  border:1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.04);
  color: var(--muted);
  font-weight:650;
  cursor:pointer;
  user-select:none;
}

/* Accessibility widget */
.jr-a11y-button{
  position:fixed;
  right:16px;
  top:50%;
  transform:translateY(-50%);
  z-index:80;
  width:46px;
  height:46px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.32);
  background: radial-gradient(circle at 30% 20%, #ffffff, #e0f4ff);
  box-shadow: 0 16px 40px rgba(0,0,0,.55);
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
}
.jr-a11y-button:hover{
  filter:brightness(1.05);
}
.jr-a11y-icon{
  font-size:22px;
  color:#0b1020;
}
.jr-a11y-sr{
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0;
}

.jr-a11y-panel{
  position:fixed;
  right:78px;
  top:50%;
  transform:translateY(-50%) translateX(12px);
  z-index:79;
  max-width:320px;
  width:calc(100% - 110px);
  pointer-events:none;
  opacity:0;
  transition:opacity .18s ease-out, transform .18s ease-out;
}
.jr-a11y-panel.is-open{
  opacity:1;
  transform:translateY(-50%);
  pointer-events:auto;
}
.jr-a11y-panel-inner{
  border-radius:18px;
  border:1px solid rgba(255,255,255,.26);
  background:rgba(7,10,20,.92);
  box-shadow:0 20px 55px rgba(0,0,0,.78);
  padding:14px 14px 12px;
}
.jr-a11y-panel-header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin-bottom:4px;
}
.jr-a11y-panel-title{
  font-weight:650;
  font-size:14px;
}
.jr-a11y-close{
  border-radius:999px;
  width:26px;
  height:26px;
  border:1px solid rgba(255,255,255,.26);
  background:transparent;
  color:var(--text);
  cursor:pointer;
}
.jr-a11y-panel-kicker{
  margin:6px 0 4px;
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.16em;
  color:var(--faint);
}
.jr-a11y-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:6px;
}
.jr-a11y-toggle{
  border-radius:12px;
  border:1px solid rgba(255,255,255,.18);
  background:rgba(255,255,255,.03);
  color:var(--muted);
  padding:7px 8px;
  font-size:11px;
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:6px;
  text-align:left;
  cursor:pointer;
}
.jr-a11y-toggle.is-on{
  border-color:var(--accent);
  background:rgba(85,214,255,.16);
  color:var(--text);
}
.jr-a11y-toggle-label{
  flex:1;
}
.jr-a11y-toggle-indicator{
  width:8px;
  height:8px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.24);
  margin-top:1px;
}
.jr-a11y-toggle.is-on .jr-a11y-toggle-indicator{
  background:var(--accent);
  border-color:var(--accent);
}
.jr-a11y-reset{
  margin-top:8px;
  width:100%;
  border-radius:11px;
  border:1px solid rgba(255,255,255,.26);
  background:transparent;
  color:var(--muted);
  padding:6px 8px;
  font-size:11px;
  cursor:pointer;
}
.jr-a11y-reset:hover{
  background:rgba(255,255,255,.06);
}

.jr-a11y-mask{
  position:fixed;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(to bottom,
      rgba(0,0,0,.78),
      rgba(0,0,0,.78) 30%,
      rgba(0,0,0,0) 35%,
      rgba(0,0,0,0) 65%,
      rgba(0,0,0,.78) 70%,
      rgba(0,0,0,.85));
  z-index:40;
}

/* Feature classes applied on <html> */
html.jr-a11y-text-big{
  font-size: 110%;
}
html.jr-a11y-line-height body{
  line-height:1.9;
}
html.jr-a11y-text-align body{
  text-align:left;
}
html.jr-a11y-readable-font body{
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

html.jr-a11y-contrast body{
  background:#02030a !important;
  color:#ffffff;
}
html.jr-a11y-contrast .card,
html.jr-a11y-contrast .hero-card,
html.jr-a11y-contrast .site-header,
html.jr-a11y-contrast .site-footer{
  background:#05071a !important;
  border-color:#ffffff !important;
}

html.jr-a11y-grayscale{
  filter:grayscale(1);
}

html.jr-a11y-hide-images img{
  opacity:0;
}

html.jr-a11y-pause-anim *{
  animation-play-state:paused !important;
  transition:none !important;
}

html.jr-a11y-highlight-links a{
  text-decoration:underline;
  text-decoration-thickness:2px;
  text-underline-offset:3px;
  background:rgba(255,255,255,.08);
}

html.jr-a11y-outline-focus :focus-visible{
  outline:2px solid #ffce5c;
  outline-offset:3px;
}

html.jr-a11y-page-structure main,
html.jr-a11y-page-structure header,
html.jr-a11y-page-structure footer,
html.jr-a11y-page-structure section{
  outline:1px dashed rgba(255,255,255,.3);
}

@media (max-width: 768px){
  .jr-a11y-button{
    top:auto;
    bottom:16px;
    transform:none;
    right:14px;
    width:42px;
    height:42px;
  }
  .jr-a11y-panel{
    top:auto;
    bottom:72px;
    right:12px;
    transform:none;
    width:calc(100% - 24px);
    max-width:none;
  }
}
.chip[aria-pressed="true"]{
  background: rgba(85,214,255,.14);
  border-color: rgba(85,214,255,.35);
  color: var(--text);
}
.products-grid{
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.product{
  border-radius: var(--radius);
  overflow:hidden;
  border:1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.05);
  display:flex; flex-direction:column;
}
.product .img{
  height: 160px;
  background: #0d1428;
  background-size: cover;
  background-position: center;
}
.product .body{ padding: 14px; display:flex; flex-direction:column; gap:8px; }
.product .title{ font-weight: 760; letter-spacing: -.1px; }
.product .desc{ color: var(--muted); font-size: 13px; margin:0; }
.product .row{ display:flex; gap:10px; flex-wrap:wrap; align-items:center; justify-content:space-between; }
.tag{
  font-size:12px; color: var(--faint);
  border:1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  padding: 6px 9px;
  background: rgba(255,255,255,.03);
}

/* Contact */
.contact-grid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
label{ display:block; margin: 10px 0 6px; color: var(--muted); font-weight:650; }
input, textarea{
  width:100%;
  padding: 12px 12px;
  border-radius: 14px;
  border:1px solid rgba(255,255,255,.16);
  background: rgba(7,10,20,.55);
  color: var(--text);
  outline:none;
}
textarea{ min-height: 120px; resize: vertical; }
input:focus, textarea:focus{ border-color: rgba(85,214,255,.55); box-shadow: 0 0 0 4px rgba(85,214,255,.12); }
.hint{ color: var(--faint); font-size: 12px; margin-top: 8px; }

/* Footer */
.site-footer{
  border-top:1px solid var(--stroke);
  background: rgba(7,10,20,.55);
  padding: 24px 0;
}
.footer-grid{
  display:grid;
  grid-template-columns: 1.2fr .75fr .75fr 1fr;
  gap: 14px;
  align-items:start;
}
.footer-grid h4{ margin: 0 0 8px; font-size: 14px; color: var(--text); }
.footer-grid p, .footer-grid a{ color: var(--muted); font-size: 13px; }
.social{
  display:flex; flex-wrap:wrap; gap:10px;
}
.social a{
  padding: 8px 10px;
  border-radius: 999px;
  border:1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.04);
  text-decoration:none;
}
.google-reviews-widget{
  margin-top: 12px;
  padding: 12px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.16);
  background: linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.03));
}
.gr-title{
  margin: 0 0 4px;
  font-weight: 700;
  color: var(--text);
}
.gr-rating{
  margin: 0 0 4px;
  font-weight: 700;
  letter-spacing: .06em;
  color: #ffd86a;
}
.gr-rating span{
  letter-spacing: 0;
  color: var(--text);
  margin-left: 6px;
}
.gr-meta{
  margin: 0 0 8px;
  color: var(--faint);
  font-size: 12px;
}
.gr-link{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.2);
  background: rgba(255,255,255,.06);
  color: var(--text);
  font-size: 12px;
  font-weight: 650;
  text-decoration: none;
}
.gr-link:hover{
  text-decoration: none;
  background: rgba(255,255,255,.12);
}
.subfooter{
  margin-top: 14px;
  padding-top: 14px;
  border-top:1px solid rgba(255,255,255,.10);
  display:flex; flex-wrap:wrap; gap:10px;
  justify-content:space-between;
  color: var(--faint);
  font-size: 12px;
}

/* Responsive */
@media (max-width: 980px){
  .hero-grid{ grid-template-columns: 1fr; }
  .grid-3{ grid-template-columns: 1fr; }
  .split{ grid-template-columns: 1fr; }
  .products-grid{ grid-template-columns: 1fr; }
  .contact-grid{ grid-template-columns: 1fr; }
  .footer-grid{ grid-template-columns: 1fr; }
  .header-cta{ display:none; }
}

/* Header compaction before mobile breakpoint */
@media (max-width: 1120px){
  .header-cta .pill{ display:none; }
  .nav{ gap:10px; }
  .nav a{ padding:8px 8px; }
}

/* Cookie consent banner (GDPR-oriented — ίση προβολή αποδοχής/απόρριψης) */
html.jr-cookie-open{ overflow-x: hidden; }
.jr-cookie-overlay{
  position: fixed;
  inset: 0;
  z-index: 199;
  background: rgba(0,0,0,.5);
  pointer-events: auto;
}
.jr-cookie-banner{
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 200;
  padding: 18px 16px 22px;
  background: rgba(10,14,28,.97);
  border-top: 1px solid rgba(255,255,255,.18);
  box-shadow: 0 -12px 40px rgba(0,0,0,.55);
}
.jr-cookie-inner{
  width: min(var(--max), calc(100% - 24px));
  margin: 0 auto;
  max-width: 920px;
}
.jr-cookie-title{
  margin: 0 0 10px;
  font-size: 17px;
  letter-spacing: -.2px;
}
.jr-cookie-text{
  margin: 0 0 10px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
  max-width: 85ch;
}
.jr-cookie-text-small{ font-size: 13px; max-width: none; }
.jr-cookie-links{
  margin: 0 0 14px;
  font-size: 14px;
}
.jr-cookie-policy-link{
  color: var(--accent);
  font-weight: 650;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.jr-cookie-policy-link:hover{ color: #8ae8ff; text-decoration: underline; }
.jr-cookie-actions{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: stretch;
}
.jr-cookie-actions-secondary{
  margin-top: 10px;
  justify-content: flex-start;
}
/* Ίδιο μέγεθος / βάρος εμφάνισης για αποδοχή & απόρριψη */
.jr-cookie-btn-equal{
  flex: 1 1 160px;
  min-height: 48px;
  padding: 12px 18px;
  border-radius: 14px;
  font-size: 15px;
  font-weight: 750;
  cursor: pointer;
  border: 2px solid rgba(255,255,255,.35);
  background: rgba(255,255,255,.12);
  color: var(--text);
  font-family: inherit;
  line-height: 1.25;
  transition: background .15s, border-color .15s;
}
.jr-cookie-btn-equal:hover{
  background: rgba(255,255,255,.18);
  border-color: rgba(255,255,255,.5);
  text-decoration: none;
}
.jr-cookie-btn-equal:focus-visible{
  outline: 3px solid rgba(85,214,255,.7);
  outline-offset: 2px;
}
.jr-cookie-btn-ghost{
  flex: 0 1 auto;
  min-width: 160px;
  background: rgba(255,255,255,.06);
  border-color: rgba(255,255,255,.22);
}
.jr-cookie-modal{
  position: fixed;
  inset: 0;
  z-index: 250;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(0,0,0,.6);
}
.jr-cookie-modal[hidden]{ display: none !important; }
.jr-cookie-modal-panel{
  position: relative;
  width: min(520px, 100%);
  max-height: min(90vh, 640px);
  overflow-y: auto;
  padding: 22px 22px 18px;
  border-radius: var(--radius);
  border: 1px solid rgba(255,255,255,.18);
  background: linear-gradient(180deg, rgba(20,26,48,.98), rgba(12,16,32,.98));
  box-shadow: var(--shadow);
}
.jr-cookie-modal-title{ margin: 0 0 12px; font-size: 18px; }
.jr-cookie-categories{
  list-style: none;
  margin: 14px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.jr-cookie-cat{
  padding: 12px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.04);
}
.jr-cookie-label{
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-weight: 700;
  cursor: pointer;
}
.jr-cookie-label input{
  width: 18px;
  height: 18px;
  margin-top: 2px;
  flex-shrink: 0;
  accent-color: var(--accent);
}
.jr-cookie-cat-desc{
  display: block;
  margin-top: 6px;
  margin-left: 28px;
  font-size: 13px;
  color: var(--muted);
  font-weight: 400;
}
.jr-cookie-modal-actions{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}
.jr-cookie-modal-close{
  position: absolute;
  top: 10px;
  right: 12px;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 12px;
  background: rgba(255,255,255,.08);
  color: var(--text);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}
.jr-cookie-modal-close:hover{ background: rgba(255,255,255,.14); }

/* Legal / accessibility pages */
.legal-hero{ padding: 36px 0 8px; }
.legal-hero h1{ margin: 0 0 10px; font-size: clamp(24px, 3vw, 34px); }
.legal-doc{
  max-width: 72ch;
  color: var(--muted);
  font-size: 15px;
}
.legal-doc h2{
  color: var(--text);
  font-size: 18px;
  margin: 28px 0 10px;
}
.legal-doc h3{ color: var(--text); font-size: 16px; margin: 20px 0 8px; }
.legal-doc p, .legal-doc li{ margin: 0 0 12px; }
.legal-doc ul{ padding-left: 1.2em; }
.legal-doc table{
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  margin: 14px 0;
}
.legal-doc th, .legal-doc td{
  border: 1px solid rgba(255,255,255,.14);
  padding: 10px 12px;
  text-align: left;
  vertical-align: top;
}
.legal-doc th{ background: rgba(255,255,255,.06); color: var(--text); }
.legal-doc .note{
  margin-top: 20px;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.04);
  font-size: 13px;
}

