
:root{--primary:#7C3AED;--primary2:#6D28D9;--ink:#0F172A;--muted:#475569;--ring:#E5E7EB}
*{box-sizing:border-box}
body{margin:0;font-family:'Open Sans',system-ui,Arial,sans-serif;color:var(--ink)}
h1,h2,h3{font-family:'Montserrat',sans-serif}
.container{max-width:1200px;margin:0 auto;padding:0 20px}
/* Header */
.site-header{position:sticky;top:0;background:rgba(255,255,255,.85);backdrop-filter:blur(8px);border-bottom:1px solid var(--ring);z-index:50}
.nav{display:flex;align-items:center;justify-content:space-between;padding:12px 0;gap:12px;flex-wrap:wrap}
.brand{display:flex;align-items:center;gap:10px}
.brand-logo{height:40px}
.menu a{margin:0 10px;text-decoration:none;color:var(--muted)}
.menu a.highlight{font-weight:700;color:var(--ink)}
.lang-toggle button{border:1px solid var(--ring);background:#fff;padding:6px 10px;border-radius:10px;cursor:pointer}
.cta-header{background:var(--primary);color:#fff;padding:8px 14px;border-radius:999px;text-decoration:none}
/* Hero with background cover & gradient overlay */
.hero{position:relative;min-height:70vh;display:flex;align-items:center}
.hero-bg{position:absolute;inset:0;background-image:linear-gradient(115deg, rgba(124,58,237,.65), rgba(20,184,166,.55)), url('assets/hero-upscaled.jpg');background-size:cover;background-position:center;background-size:cover;background-position:center;filter:contrast(.95) brightness(.95)}
.hero-inner{position:relative;padding:80px 0}
.badge{display:inline-block;background:#EEF2FF;color:#3730A3;padding:6px 10px;border-radius:999px;font-size:12px;margin-bottom: 6px}
.hero h1{font-size:48px;line-height:1.15;color:#fff;text-shadow:0 2px 14px rgba(0,0,0,.3)}
.sub{font-size:18px;color:#F3F4F6;max-width:820px;text-shadow:0 1px 10px rgba(0,0,0,.3)}
.hero-ctas{display:flex;gap:12px;margin-top:16px;flex-wrap:wrap}
.btn{background:var(--primary);color:#fff;text-decoration:none;padding:14px 22px;border-radius:12px;font-weight:700;border:none}
.btn.ghost{background:#fff;color:#0F172A;border:1px solid var(--ring)}
.btn:hover{background:var(--primary2)}
/* Sections */
section{padding:56px 0}
.section-card{background:#F8FAFC;border:1px solid var(--ring);border-radius:18px;padding:28px;margin-top:24px}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.card{padding:22px;border:1px solid var(--ring);border-radius:18px;background:#fff;box-shadow:0 2px 6px rgba(0,0,0,.03)}
.card .icon{font-size:28px;margin-bottom:8px}
.features{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(2,1fr);gap:10px}
.features li::before{content:'✔';margin-right:8px;color:#16A34A}
/* Contact */
.contact{display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:start}
.contact-logo{width:120px;margin-bottom:10px;filter:drop-shadow(0 6px 14px rgba(0,0,0,.08))}
.form .row{display:grid;grid-template-columns:1fr 1fr;gap: 8px;padding: 2px 6px;border:1px solid var(--ring);border-radius: 4px;font-size: 14px;color:var(--muted);text-align:center;border-top:1px solid var(--ring)}
@media (max-width:1000px){
  .grid-3{grid-template-columns:1fr}
  .features{grid-template-columns:1fr}
  .contact{grid-template-columns:1fr}
  .form .row{grid-template-columns:1fr}
  .hero h1{font-size:38px}
}


/* Lower the header CTA */
.actions .cta-header{transform: translateY(8px);}
/* Give hero buttons more breathing room in case user meant those */
.hero-ctas{margin-top:28px;}
@media (min-width: 1200px){
  .actions .cta-header{transform: translateY(12px);}
  .hero-ctas{margin-top:36px;}
}

/* Principles spacing tweak */
#principles .card .icon{margin-bottom:6px}


/* Principles list */
.principles{margin:0;padding-left:18px;color:#334155}
.principles li{margin:8px 0}

/* Floating CTA */
.floating-cta{
  position:fixed;right:18px;bottom:18px;z-index:60;
  background:var(--primary);color:#fff;text-decoration:none;
  padding:14px 18px;border-radius:999px;font-weight:700;
  box-shadow:0 10px 20px rgba(124,58,237,.35);
}
.floating-cta:hover{background:var(--primary2)}
@media (max-width:680px){.floating-cta{right:12px;bottom:12px;padding:12px 16px}}




/* Adjust header CTA position (lower) */
.actions .cta-header{transform: translateY(16px);}
@media (min-width: 900px){
  .actions .cta-header{transform: translateY(24px);}
}
@media (min-width: 1200px){
  .actions .cta-header{transform: translateY(28px);}
}


/* Lower header CTA so EN/PL stays visible */
.actions{position:relative;gap:16px}
.actions .cta-header{
  /* replace previous transform approach with margin so it affects layout */
  transform:none !important;
  margin-top:44px;
}
@media (min-width: 900px){
  .actions .cta-header{margin-top:52px;}
}
@media (min-width: 1200px){
  .actions .cta-header{margin-top:60px;}
}

/* Keep language toggle above if any overlap remains */
.lang-toggle{position:relative; z-index:2;}


/* Drop header CTA further so it never overlaps the EN/PL chips */
.actions .cta-header{margin-top:96px !important;}
@media (min-width: 900px){ .actions .cta-header{margin-top:110px !important;} }
@media (min-width: 1200px){ .actions .cta-header{margin-top:124px !important;} }

/* Give the header a bit more bottom padding so the larger offset has room */
.site-header .nav{padding-bottom:22px;}


/* Reposition "Let's Grow" to the left, below the header */
.actions .cta-header{
  position: fixed;
  left: 18px;
  top: 120px;
  margin-top: 0 !important;
  transform: none !important;
  z-index: 5;
}
@media (min-width: 900px){
  .actions .cta-header{ left: 24px; top: 130px; }
}
@media (min-width: 1200px){
  .actions .cta-header{ left: 32px; top: 140px; }
}


/* Make hero background cover the entire page */
.hero { position: relative; }
.hero .hero-bg{
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-size: cover;
  background-position: center;
}
/* Ensure sections have slight background so text stays readable */
section:not(.hero){
  background: rgba(255,255,255,0.9);
  border-radius: 16px;
  margin: 18px auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 900px){
  section:not(.hero){ background: rgba(255,255,255,0.96); }
}


/* --- Testimonials --- */
.section.testimonials{padding:64px 0;background:rgba(0,0,0,0.02)}
.section.testimonials .container{max-width:1100px;margin:0 auto;padding:0 16px}
.section.testimonials h2{font-size:2rem;margin-bottom:8px}
.section.testimonials .subtitle{opacity:.8;margin-bottom:24px}
.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px}
.testimonial{background:#fff;border-radius:16px;padding:20px;box-shadow:0 6px 20px rgba(0,0,0,0.08)}
.testimonial .stars{letter-spacing:2px;margin-bottom:8px}
.testimonial .author{margin-top:10px;opacity:.9}



/* --- HARUNIUS Logo sizing --- */
.site-logo, img[alt*="Harunius" i] {
  height: 72px;
  width: auto;
  display: inline-block;
}
@media (min-width: 768px) {
  .site-logo, img[alt*="Harunius" i] { height: 88px; }
}



/* --- HARUNIUS logo refinements --- */
.site-logo, img[src*="harunius-logo" i] {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  display: inline-block;
  height: 80px;
  width: auto;
}
header, .navbar, nav {
  background: #f9f9fb; /* match site header background color */
}



/* --- Header/logo cleanup --- */
header img[src*="harunius-logo" i],
.navbar img[src*="harunius-logo" i],
.site-logo {
  display: inline-block;
  height: 84px;
  width: auto;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 8px 0 0 !important;
}

/* Remove any white card behind logo */
header .logo, header .brand, header .brand-box, header .logo-box,
nav .logo, nav .brand, .navbar .logo, .navbar .brand {
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
  padding: 0 !important;
}

/* Align nav links nicely after removing brand text */
header .nav-links, nav ul, .navbar ul {
  align-items: center;
}



/* --- Header/nav gradient restore (use page background) --- */
header, .header, nav, .navbar, .nav, .nav-container, .nav-wrap, .menu, .menu-bar, .nav-links, .nav-inner, .topbar {
  background: transparent !important;  /* let the page's pink gradient show */
  box-shadow: none !important;
  border: 0 !important;
}

/* remove white strip on links */
nav a, .navbar a, .menu a, .nav-links a {
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
}

/* remove white badges/pills around menu items */
nav li, .navbar li, .nav-links li {
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
}

/* ensure logo background is clean */
img[src*="harunius-logo" i], .site-logo {
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
}

/* spacing so things don't look cramped after pill removal */
.nav-links a { padding: 8px 12px; display: inline-block; }



/* enforce transparent logo background */
img[src*="harunius-logo" i], .site-logo {
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
}


/* --- Logo size increase by ~25–30% --- */
header img[src*="harunius-logo" i],
.site-logo {
  height: 110px !important;
  width: auto !important;
}

footer img[src*="harunius-logo" i],
.contact img[src*="harunius-logo" i],
#get-in-touch img[src*="harunius-logo" i] {
  height: 110px !important;
  width: auto !important;
  display: block;
  margin: 0 auto 16px auto;
}



/* --- Logo size increase by ~50–60% --- */
header img[src*="harunius-logo" i],
.site-logo {
  height: 140px !important;
  width: auto !important;
}

footer img[src*="harunius-logo" i],
.contact img[src*="harunius-logo" i],
#get-in-touch img[src*="harunius-logo" i] {
  height: 140px !important;
  width: auto !important;
  display: block;
  margin: 0 auto 20px auto;
}



/* =================== Final Polish Pass =================== */

/* 1) Header & Nav alignment */
header, .header, nav, .navbar {
  display: flex;
  align-items: center;
  gap: 16px;
}
.nav-links, nav ul, .navbar ul {
  display: flex;
  align-items: center;
  gap: 18px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-links a, nav a, .navbar a {
  text-decoration: none;
  padding: 8px 10px;
  border-radius: 10px;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease, opacity .15s ease;
  opacity: .95;
}
.nav-links a:hover, nav a:hover, .navbar a:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(0,0,0,.08);
  background: rgba(255, 255, 255, .10); /* subtle over pink gradient */
  opacity: 1;
}

/* 2) Logo sizing already set; ensure consistent alignment */
img[src*="harunius-logo" i], .site-logo {
  vertical-align: middle;
}

/* 3) Hero padding & mobile spacing for breathing room */
.hero, .section-hero, .banner, .jumbotron {
  padding-top: clamp(64px, 10vw, 120px);
  padding-bottom: clamp(48px, 8vw, 96px);
}

/* 4) Section vertical rhythm */
section {
  scroll-margin-top: 90px; /* better anchor scroll under tall header */
}
.section, .container > section, main > section {
  padding-top: clamp(48px, 7vw, 80px);
  padding-bottom: clamp(48px, 7vw, 80px);
}

/* 5) Buttons & links smoothing */
a.button, .btn, button {
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease, color .15s ease;
}
a.button:hover, .btn:hover, button:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(0,0,0,.10);
}

/* 6) Contact / Get in Touch spacing */
#contact, #get-in-touch, .contact {
  text-align: center;
}
#contact img[src*="harunius-logo" i],
#contact .site-logo,
#get-in-touch img[src*="harunius-logo" i],
.contact img[src*="harunius-logo" i] {
  margin-bottom: 20px;
}
#contact .container, #get-in-touch .container, .contact .container {
  max-width: 960px;
  margin: 0 auto;
  padding-inline: 16px;
}

/* 7) Typography scaling for better readability */
h1 { line-height: 1.15; }
h2, h3 { line-height: 1.2; }
p { line-height: 1.7; }
body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

/* 8) Mobile nav readability */
@media (max-width: 768px) {
  .nav-links, nav ul, .navbar ul {
    gap: 12px;
  }
  .nav-links a, nav a, .navbar a {
    padding: 8px 8px;
  }
  img[src*="harunius-logo" i], .site-logo {
    height: 110px !important; /* keep the larger logo but scale down slightly on small screens */
  }
  .hero, .section-hero, .banner, .jumbotron {
    padding-top: 72px;
    padding-bottom: 56px;
  }
}

/* 9) Remove any lingering backgrounds that could clash with the gradient */
header, .navbar, nav, .nav-container, .nav-wrap { background: transparent !important; }
.nav-links a, nav a, .navbar a { background: transparent; }



/* Hide honeypot anti-spam field */
.honeypot {display:none !important; visibility:hidden; height:0; overflow:hidden;}



/* === Harunius Contact - Glassmorphic Refresh (2025-10-09) === */

/* Make placeholders/labels smaller */
form input::placeholder,
form textarea::placeholder {
  font-size: 13px;
  color: rgba(255,255,255,0.75);
  font-style: italic;
}
form input, form textarea {
  font-size: 14px;
  color: #fff;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.30);
  border-radius: 10px;
  padding: 10px 14px;
  transition: all .3s ease;
  width: 100%;
}
form input:focus, form textarea:focus {
  background: rgba(255,255,255,0.20);
  border-color: #ffcc00;
  outline: none;
  box-shadow: 0 0 10px rgba(255, 204, 0, 0.5);
}

/* Glass card for form and contact block */
form.form, .contact-left {
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 20px;
  box-shadow: 0 4px 25px rgba(0,0,0,0.3);
  padding: 20px;
}

/* Spacing & layout */
form.form { margin-top: 12px; }
.contact-left { margin-top: 12px; }

/* Title and tip */
h2[data-en="Get in Touch"], .get-in-touch {
  color: #ffcc00 !important;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: 0 0 8px rgba(0,0,0,0.6);
  text-align: center;
  margin: 10px 0 18px;
}
.tip-text {
  color: #ffcc00;
  font-size: 15px;
  font-weight: 600;
  margin: 12px 0 6px;
  text-shadow: 0 0 5px rgba(0,0,0,0.4);
  text-align: center;
  line-height: 1.4;
}

/* Contact info visibility */
.contact-left p, .contact-left a, .contact-info p, .contact-info a {
  color: #fff !important;
  font-weight: 500;
  line-height: 1.6;
  text-shadow: 0 0 6px rgba(0,0,0,0.6);
}
.contact-left a:hover, .contact-info a:hover { color: #ffcc00; text-decoration: underline; }

/* Responsive tweaks */
@media (max-width: 768px) {
  h2[data-en="Get in Touch"], .get-in-touch { font-size: 20px; }
  .tip-text { font-size: 14px; }
  form.form, .contact-left { padding: 16px; }
}



/* === Final "Get in Touch" Visibility Enhancement === */
h2[data-en="Get in Touch"],
.get-in-touch {
  color: #ffcc00 !important;
  font-size: 28px !important;
  font-weight: 800 !important;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  text-align: center;
  background: rgba(0, 0, 0, 0.45);
  display: inline-block;
  padding: 6px 14px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  text-shadow: 
      0 0 8px rgba(255, 204, 0, 0.9),
      0 0 18px rgba(0, 0, 0, 0.8);
}



/* === FINAL OVERRIDES TO MATCH MOCKUP === */

/* Glass card around form + contact column */
#contact .container, #get-in-touch .container { max-width: 960px; }

form[name="contact"] {
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 20px;
  box-shadow: 0 4px 25px rgba(0,0,0,0.3);
  padding: 20px;
}

/* Inputs */
form[name="contact"] input, 
form[name="contact"] textarea {
  background: rgba(255,255,255,0.10);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.30);
  border-radius: 10px;
  padding: 10px 14px;
  font-size: 14px;
}
form[name="contact"] input::placeholder, 
form[name="contact"] textarea::placeholder {
  color: rgba(255,255,255,0.75);
  font-size: 13px;
  font-style: italic;
}
form[name="contact"] input:focus, 
form[name="contact"] textarea:focus {
  background: rgba(255,255,255,0.20);
  border-color: #ffcc00;
  outline: none;
  box-shadow: 0 0 10px rgba(255, 204, 0, 0.5);
}

/* Headline + Tip */
h2[data-en="Get in Touch"] {
  color: #ffcc00 !important;
  font-size: 48px !important;
  font-weight: 900 !important;
  text-align: left;
  text-shadow: 0 0 8px rgba(0,0,0,0.5);
  margin: 16px 0 8px;
}
/* Some builds render the h2 uppercase; keep natural casing */
h2[data-en="Get in Touch"]::first-letter{}

p[data-en^="Tip:"], .tip-text {
  color: #ffcc00 !important;
  font-size: 18px;
  font-weight: 700;
  text-shadow: 0 0 5px rgba(0,0,0,0.4);
}

/* Contact info column */
.contact-left p, .contact-left a,
.contact-info p, .contact-info a {
  color: #fff !important;
  text-shadow: 0 0 6px rgba(0,0,0,0.6);
  font-weight: 500;
}

/* Header CTA still purple; just ensure label is correct */
a.btn.cta-header { white-space: nowrap; }



/* === SUPER VISIBLE "GET IN TOUCH" HEADING (FINAL) === */
h2[data-en="Get in Touch"],
.get-in-touch {
  color: #ffcc00 !important;
  font-size: 48px !important;
  font-weight: 900 !important;
  text-transform: uppercase;
  text-align: center;
  margin: 20px auto;
  display: inline-block;
  padding: 8px 20px;
  background: rgba(0, 0, 0, 0.55);
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.7), 0 0 25px rgba(255, 204, 0, 0.8);
  text-shadow:
      0 0 8px rgba(255, 204, 0, 0.9),
      0 0 14px rgba(255, 255, 255, 0.6),
      0 0 25px rgba(0, 0, 0, 0.9);
}



/* === WHITE HEADINGS FOR GET IN TOUCH + CLIENTS SECTION === */
h2[data-en="Get in Touch"],
.get-in-touch {
  color: #ffffff !important;
  font-size: 48px !important;
  font-weight: 900 !important;
  text-transform: uppercase;
  text-align: center;
  margin: 20px auto;
  display: inline-block;
  padding: 8px 20px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
  text-shadow:
      0 0 10px rgba(255, 255, 255, 0.9),
      0 0 25px rgba(0, 0, 0, 0.8);
}

h2[data-en="What Our Clients Say"],
.section-title[data-en="What Our Clients Say"] {
  color: #ffffff !important;
  font-size: 42px !important;
  font-weight: 800;
  text-align: center;
  margin: 40px 0 10px;
  text-shadow:
      0 0 10px rgba(255, 255, 255, 0.9),
      0 0 25px rgba(0, 0, 0, 0.8);
}

p[data-en="Real feedback from small businesses such as shops, cafes, and restaurants in Warsaw, Poland."] {
  color: #ffffff !important;
  font-size: 18px;
  text-align: center;
  font-weight: 500;
  text-shadow:
      0 0 10px rgba(0, 0, 0, 0.9),
      0 0 15px rgba(255, 255, 255, 0.5);
}



/* === ULTRA-ROBUST VISIBILITY FIXES (EN/PL variants, id-based) === */

/* Get in Touch heading (any language/case), plus fallback by section id */
h2[data-en="Get in Touch"],
h2[data-pl="Skontaktuj się z nami"],
#contact h2,
#get-in-touch h2 {
  color: #ffffff !important;
  font-size: 48px !important;
  font-weight: 900 !important;
  text-transform: uppercase;
  text-align: center;
  margin: 20px auto !important;
  display: inline-block !important;
  padding: 10px 22px !important;

  /* Strong backdrop + stroke for max contrast */
  background: rgba(0,0,0,0.55) !important;
  border-radius: 14px !important;
  box-shadow: 0 0 15px rgba(0,0,0,0.8) !important;
  -webkit-text-stroke: 1px rgba(0,0,0,0.6);
  text-shadow:
    0 0 12px rgba(255,255,255,0.95),
    0 0 28px rgba(0,0,0,0.9) !important;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

/* Testimonials heading (EN/PL + fallback by section id) */
h2[data-en="What Our Clients Say"],
h2[data-pl="Co mówią nasi klienci"],
#testimonials .section-title {
  color: #ffffff !important;
  font-size: 42px !important;
  font-weight: 800 !important;
  text-align: center !important;
  margin: 36px 0 8px !important;
  -webkit-text-stroke: 0.8px rgba(0,0,0,0.5);
  text-shadow:
    0 0 10px rgba(255,255,255,0.95),
    0 0 24px rgba(0,0,0,0.85) !important;
}

/* Testimonials subtitle / description paragraph */
#testimonials p,
p[data-en^="Real feedback"],
p[data-pl^="Opinie prawdziwych firm"] {
  color: #ffffff !important;
  font-size: 18px !important;
  text-align: center !important;
  font-weight: 600 !important;
  margin-bottom: 16px !important;
  text-shadow:
    0 0 10px rgba(0,0,0,0.9),
    0 0 14px rgba(255,255,255,0.5) !important;
}



/* === TESTIMONIAL TEXT BACK TO BLACK === */
.testimonial p,
#testimonials blockquote,
#testimonials .review-text,
#testimonials q {
  color: #000000 !important;
  background: transparent !important;
  font-weight: 600;
  border-radius: 0;
  padding: 0;
  display: inline;
  text-shadow: none !important;
}
#testimonials small,
#testimonials .author,
#testimonials cite {
  color: #000000 !important;
  opacity: 0.9;
}
#testimonials .stars,
#testimonials .rating {
  color: #000000 !important;
}


/* Override: remove white background behind the testimonials header/subtitle */
.section.testimonials { background: transparent !important; }
p[data-en="Real feedback from small businesses such as shops, cafes, and restaurants in Warsaw, Poland."] {
  background: transparent !important; /* keep text color as-is */
}


/* FINAL FIX: Force testimonial text and stars to solid black, remove shadows */
.testimonial p,
#testimonials blockquote,
#testimonials .review-text,
#testimonials q {
  color: #000000 !important;
  text-shadow: none !important;
  background: transparent !important;
  font-weight: 600;
}
.testimonial .stars,
.testimonial .author {
  color: #000000 !important;
  text-shadow: none !important;
}


/* NUCLEAR OVERRIDE: remove any inner highlight boxes in testimonials */
#testimonials *, .testimonials *, .testimonial * {
  background: transparent !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
#testimonials p, .testimonial p, #testimonials blockquote, #testimonials q {
  color: #111111 !important;
  font-weight: 600;
}


/* NUCLEAR FIX: absolutely no backgrounds/shadows on testimonial copy */
#testimonials p,
.section.testimonials p,
.testimonial p,
.testimonial blockquote,
.testimonial q {
  color: #111111 !important;
  text-shadow: none !important;
  -webkit-text-stroke: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  filter: none !important;
  backdrop-filter: none !important;
  display: block !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
}
/* Make sure nested spans/em/strong also inherit and don't add backgrounds */
.testimonial p *, .testimonial blockquote *, .testimonial q * {
  background: transparent !important;
  background-image: none !important;
  color: inherit !important;
  text-shadow: none !important;
  box-shadow: none !important;
}


/* === GET IN TOUCH: match testimonial style (black, no glow) === */
h2[data-en="Get in Touch"],
h2[data-pl="Skontaktuj się z nami"],
.get-in-touch {
  color: #111111 !important;
  text-shadow: none !important;
  background: transparent !important;
}

/* Kill the translucent overlay/glass on the contact area */
form.form,
.contact-left {
  background: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

/* Ensure the section wrapper has no tint either */
#contact,
section#contact,
.section.contact,
.section#get-in-touch,
#get-in-touch {
  background: transparent !important;
  box-shadow: none !important;
}

/* === HARUNIUS logo bigger === */
.site-logo,
img[alt*="Harunius" i] {
  height: 110px !important;
  width: auto !important;
}



/* === FINAL TWEAK: Get in Touch same style as Book a Call text === */
h2[data-en="Get in Touch"],
h2[data-pl="Skontaktuj się z nami"],
.get-in-touch {
  color: #ffffff !important;
  font-weight: 700 !important;
  font-size: 1.5rem !important; /* matches button text scale */
  text-shadow: none !important;
  background: transparent !important;
  text-transform: none !important;
  letter-spacing: normal !important;
}



/* === FIX: Get in Touch truly bold white === */
h2[data-en="Get in Touch"],
h2[data-pl="Skontaktuj się z nami"],
.get-in-touch {
  color: #ffffff !important;
  font-weight: 800 !important;
  font-size: 1.5rem !important;
  text-shadow: none !important;
  background: transparent !important;
  text-transform: none !important;
  letter-spacing: normal !important;
}

/* === Make top menu items (About, Services, Why Us, Principles, Contact, Testimonials) bold white === */
nav a,
.navbar a,
.menu a,
header a,
header nav a {
  color: #ffffff !important;
  font-weight: 700 !important;
  text-shadow: none !important;
  background: transparent !important;
}



/* === ULTIMATE FIX: FORCE Get in Touch TO WHITE AND VISIBLE === */
h2[data-en="Get in Touch"],
h2[data-pl="Skontaktuj się z nami"],
.get-in-touch,
#contact h2 {
  color: #ffffff !important;
  font-weight: 900 !important;
  font-size: 1.8rem !important;
  text-shadow: 0 0 8px rgba(0,0,0,0.6) !important; /* slight dark glow for contrast */
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  text-transform: none !important;
  letter-spacing: normal !important;
  position: relative !important;
  z-index: 5 !important;
}


/* === FORCE GET IN TOUCH WHITE, BOLD, AND CLEAR === */
h2[data-en="Get in Touch"],
h2[data-pl="Skontaktuj się z nami"],
#contact h2,
.get-in-touch {
  color: #ffffff !important;
  font-weight: 900 !important;
  font-size: 1.8rem !important;
  text-shadow: 0 0 8px rgba(0,0,0,0.6) !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  text-transform: none !important;
  letter-spacing: normal !important;
  position: relative !important;
  z-index: 5 !important;
}


/* Make testimonials subtitle visible, bilingual-ready */
.section.testimonials .subtitle {
  color: #ffffff !important;
  background: transparent !important;
  text-shadow: 0 1px 6px rgba(0,0,0,0.45) !important;
  font-weight: 600 !important;
}


/* === Compact "Who We Are" Section (Areg 2025-10-11) === */
#about {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
#about p {
  margin: 8px 0 !important;
  line-height: 1.5 !important;
}
#about h2, #about .section-title {
  margin-bottom: 12px !important;
}


/* === Compact Layout: apply to multiple sections (Areg 2025-10-11) === */
#services, #process, #difference, #why, #principles, #testimonials, #faq, #cta-final {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
#services p, #process p, #difference p, #why p, #principles p, #testimonials p, #faq p, #cta-final p,
#services li, #process li, #difference li, #why li, #principles li, #testimonials li, #faq li, #cta-final li {
  margin: 6px 0 !important;
  line-height: 1.5 !important;
}
/* Tighten section titles spacing */
#services h2, #process h2, #difference h2, #why h2, #principles h2, #testimonials h2, #faq h2, #cta-final h2,
#services .section-title, #process .section-title, #difference .section-title, #why .section-title, #principles .section-title, #testimonials .section-title, #faq .section-title, #cta-final .section-title {
  margin-bottom: 12px !important;
}
/* FAQ details spacing */
#faq details { margin: 8px 0 !important; padding: 0 !important; }
#faq summary { padding: 6px 0 !important; }


/* === Clean spacing after 'Why Choose Harunius' removal (Areg 2025-10-11) === */
#services + section, section#services + section#principles, section#services + * {
  margin-top: 0 !important;
  padding-top: 20px !important;
}


/* === Fix: CTA button spacing under sentence (Areg 2025-10-11) === */
#cta-final p { margin-bottom: 10px !important; }
#cta-final .btn, #cta-final a.btn, #cta-final button {
  display: inline-block !important;
  margin-top: 12px !important;
  position: static !important; /* avoid accidental absolute positioning */
}
/* Keep centered layout if container is centered */
#cta-final .center .btn, #cta-final.center .btn { text-align: center; }


/* === Topbar Always-Visible Yellow Theme (Areg 2025-10-11) === */
header.topbar, #header, .topbar, .navbar.topbar {
  background: rgba(0,0,0,0.40) !important;   /* subtle dark overlay */
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}

/* Nav links */
header.topbar a, #header a, .topbar a, .navbar a {
  color: #FFD700 !important;                 /* strong yellow */
  font-weight: 600;
  text-decoration: none;
}

/* Active/hover states */
header.topbar a:hover, #header a:hover, .topbar a:hover, .navbar a:hover,
header.topbar a:focus, #header a:focus, .topbar a:focus, .navbar a:focus {
  color: #FFFFFF !important;                 /* white on hover/focus */
}

/* Language toggle buttons (EN/PL) */
.lang-toggle button, .lang-switch button, .lang-switch .btn, .lang-toggle .btn {
  background: transparent !important;
  border: 1px solid #FFD700 !important;
  color: #FFD700 !important;
  border-radius: 999px;
  padding: 6px 10px;
  font-weight: 700;
  box-shadow: none !important;
}

/* Hover for language buttons */
.lang-toggle button:hover, .lang-switch button:hover, .lang-switch .btn:hover, .lang-toggle .btn:hover {
  background: #FFD700 !important;
  color: #111111 !important;
}

/* Remove any residual white pills around nav items */
nav li, .navbar li, .nav-links li {
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
}

/* ensure logo background is clean */
img[src*="harunius-logo" i], .site-logo {
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
}

/* spacing so things don't look cramped after pill removal */
.nav-links a { padding: 8px 12px; display: inline-block; }


/* === Force nav links to yellow (exclude logo) === */
header a:not(.logo),
#header a:not(.logo),
.topbar a:not(.logo),
.navbar .menu a,
nav .menu a,
ul.menu a,
nav a.nav-link,
.navbar a.nav-link {
  color: #FFD700 !important;
}

/* Hover to white for contrast */
header a:not(.logo):hover, #header a:not(.logo):hover,
.topbar a:not(.logo):hover, .navbar .menu a:hover,
ul.menu a:hover, nav a.nav-link:hover, .navbar a.nav-link:hover {
  color: #FFFFFF !important;
}


/* === Footer White Text (Areg 2025-10-11) === */
footer, footer p, footer a, footer span, footer div {
  color: #FFFFFF !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.5);
}


/* === Nav: make active/visited/focus links yellow for visibility === */
header .menu a.active,
#header .menu a.active,
.navbar .menu a.active,
header nav a.active,
header .menu a[aria-current="page"],
header .menu a[aria-current="true"],
header .menu a:visited,
#header .menu a:visited,
.navbar .menu a:visited,
header .menu a:focus,
#header .menu a:focus,
.navbar .menu a:focus {
  color: #FFD700 !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.4);
  outline: none;
}


/* === Nav Hover also yellow (Areg 2025-10-11) === */
header .menu a:hover,
#header .menu a:hover,
.navbar .menu a:hover,
header nav a:hover,
header .menu a:focus,
#header .menu a:focus,
.navbar .menu a:focus {
  color: #FFD700 !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.4);
  outline: none;
}
