/* ============================================
   קלין פרו — scss/then-grass-137.css
   ============================================ */

/* --- RESET & GLOBAL --- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  color: #1b1b1b;
  background: #ffffff;
  direction: rtl;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4 {
  font-family: "Segoe UI", sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #1b1b1b;
}

h1 { font-size: 52px; line-height: 1.1; text-transform: none; }
h2 { font-size: 2.2rem; line-height: 1.15; }
h3 { font-size: 1.45em; line-height: 1.2; }
h4 { font-size: 18px; }

p  { font-size: 16px; line-height: 1.65; color: #333; }

a  { text-decoration: none; color: inherit; }

img { max-width: 100%; height: auto; display: block; }

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.text-center { text-align: center; }

/* --- HEADER --- */
.header {
  background: #21374b;
  padding: 16px 40px;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 9999;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.header-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.header-logo svg { width: 44px; height: 44px; }
.header-logo span {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.header-nav { display: flex; align-items: center; }

.header-nav-list {
  list-style: none;
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}

.header-nav-item a {
  color: #ffffff !important;
  font-size: 14px;
  letter-spacing: 0.06em;
  padding: 8px 14px;
  border-radius: 4px;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  display: block;
}
.header-nav-item a:hover { color: #c9b49a !important; }

.header-actions a {
  background: transparent;
  border: 2px solid #FFF;
  padding: 11px 24px;
  border-radius: 40px;
  color: #ffffff;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.08em;
  white-space: nowrap;
  -webkit-transition: background 0.25s ease, color 0.25s ease;
  transition: background .25s ease, color .25s ease;
}
.header-actions a:hover {
  background: #c9b49a;
  border-color: #c9b49a;
  color: #21374b !important;
}

/* Hamburger */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 4px;
}
.hamburger span {
  display: block;
  width: 26px; height: 2px;
  background: #fff;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* --- HERO --- */
.hero-section {
  position: relative;
  min-height: 580px;
  background-image: url('../assets/hero.webp');
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 120px 0;
}
.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(33, 55, 75, 0.6);
  z-index: 1;
}
.hero-section .content-wrapper {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
  max-width: 900px;
  padding: 0 20px;
}
.hero-section h1 {
  color: #fff;
  font-size: 50px;
  margin: 0 0 22px;
}
.hero-section p {
  color: #f5f1ec;
  font-size: 18px;
  margin-bottom: 34px;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

/* --- BUTTONS --- */
.btn {
  display: inline-block;
  background: #21374b;
  color: #fff;
  padding: 14px 32px;
  border: 2px solid #21374b;
  border-radius: 40px;
  letter-spacing: 0.07em;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn:hover {
  background: #c9b49a;
  border-color: #c9b49a;
  color: #21374b;
}
.btn-outline {
  background: transparent;
  color: #21374b;
  border: 2px solid #21374b;
}
.btn-outline:hover {
  background: #21374b;
  color: #fff;
}
.btn-light {
  background: transparent;
  color: #fff;
  border: 2px solid #FFF;
}
.btn-light:hover {
  background: #c9b49a;
  border-color: #c9b49a;
  color: #21374b;
}

/* --- SECTION RHYTHM --- */
.page-section                   { padding: 100px 0; }
.page-section.section-process   { padding: 80px 0 90px; background: #fff; }
.page-section.section-diff      { padding: 120px 0; background: #21374b; color: #fff; }
.page-section.section-cta       { padding: 75px 0; background: #f5f1ec; }
.page-section.section-trust     { padding: 90px 0 70px; background: #21374b; color: #fff; }
.page-section.section-testim    { padding: 100px 0; background: #fff; }
.page-section.section-price     { padding: 90px 0; background: #f5f1ec; }
.page-section.section-form      { padding: 110px 0 80px; background: #21374b; color: #fff; }
.page-section.section-blog      { padding: 80px 0; background: #fff; }

.section-label {
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #c9b49a;
  font-weight: 600;
  margin-bottom: 12px;
  display: block;
}
.section-intro {
  font-size: 17px;
  color: #555;
  max-width: 680px;
  margin: 0 auto 50px;
  line-height: 1.65;
}
.section-intro.white { color: #d6cfc8; }

/* --- PROCESS (3-COL circular) --- */
.process-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  margin-top: 50px;
}
.process-card {
  flex: 0 1 300px;
  text-align: center;
}
.process-card img,
.process_card img {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 22px;
  display: block;
  border: 4px solid #f5f1ec;
}
.process-card h3 { font-size: 20px; margin-bottom: 10px; }
.process-card p  { font-size: 15px; color: #444; }
.process-card .step-num {
  display: inline-block;
  background: #21374b;
  color: #fff;
  width: 32px; height: 32px;
  border-radius: 50%;
  font-size: 14px; font-weight: 700;
  line-height: 32px;
  margin-bottom: 14px;
}

/* --- DIFFERENTIATOR --- */
.diff-grid {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 80px;
  align-items: center;
}
.diff-text h2 { color: #fff; margin-bottom: 20px; }
.diff-text blockquote {
  border-right: 3px solid #c9b49a;
  padding-right: 18px;
  margin: 0 0 28px;
  color: #c9b49a;
  font-size: 17px;
  font-style: italic;
  line-height: 1.5;
}
.diff-list { list-style: none; padding: 0; margin: 0 0 34px; }
.diff-list li {
  position: relative;
  padding: 0 30px 14px 0;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.5;
}
.diff-list li::before {
  content: "";
  position: absolute;
  right: 0; top: 6px;
  width: 8px; height: 8px;
  background: #c9b49a;
  border-radius: 50%;
}
.diff-list li u { color: #c9b59a; text-decoration: underline; }
.diff-image img {
  border-radius: 8px;
  object-fit: cover;
  width: 100%;
  height: 520px;
  margin-top: -50px;
}

/* --- CTA BAND --- */
.section-cta h2 { color: #21374b; margin-bottom: 18px; }
.section-cta p  { color: #555; margin-bottom: 28px; max-width: 580px; margin-left: auto; margin-right: auto; }

/* --- TRUST BAND --- */
.section-trust h2 { color: #fff; margin-bottom: 20px; }
.section-trust p  { color: #d6cfc8; max-width: 720px; margin: 0 auto; font-size: 17px; }

/* --- TESTIMONIALS --- */
.testimonial {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 34px 0;
  border-bottom: 1px solid #e6e1db;
}
.testimonial:last-child { border-bottom: none; }
.testimonial .quote { flex: 1; }
.testimonial .quote h3 { margin: 0 0 6px; font-size: 20px; }
.testimonial .quote h4 { margin: 0 0 14px; font-size: 14px; color: #666; font-weight: 500; }
.testimonial .quote p  { font-size: 15px; line-height: 1.65; color: #333; }
.testimonial .quote .stars { font-size: 14px; color: #c9b49a; margin-top: 10px; }
.testimonial img {
  width: 180px; height: 180px;
  border-radius: 50%;
  object-fit: cover;
  flex: 0 0 180px;
}

/* --- PRICE TABLE --- */
.price-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 50px;
}
.price-card {
  background: #fff;
  border: 1px solid #e4ddd6;
  border-radius: 8px;
  padding: 36px 28px;
  text-align: center;
  -webkit-transition: transform 0.25s ease, box-shadow 0.25s ease;
  transition: transform .25s ease, box-shadow .25s ease;
}
.price-card:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(33,55,75,.10); }
.price-card.featured {
  background: #21374b;
  color: #fff;
  border-color: #21374b;
}
.price-card .price-name { font-size: 14px; text-transform: uppercase; letter-spacing: 0.1em; color: #888; margin-bottom: 12px; }
.price-card.featured .price-name { color: #c9b49a; }
.price-card .price-amount { font-size: 42px; font-weight: 700; color: #21374b; line-height: 1; margin-bottom: 6px; }
.price-card.featured .price-amount { color: #fff; }
.price-card .price-currency { font-size: 16px; font-weight: 600; vertical-align: top; line-height: 2.6; color: #888; }
.price-card.featured .price-currency { color: #c9b49a; }
.price-card .price-period { font-size: 13px; color: #aaa; margin-bottom: 24px; }
.price-card.featured .price-period { color: #c9b49a; }
.price-card ul { list-style: none; text-align: right; margin-bottom: 28px; }
.price-card ul li { font-size: 14px; padding: 7px 0; border-bottom: 1px solid #f0ebe5; color: #444; }
.price-card ul li:last-child { border-bottom: none; }
.price-card ul li i { color: #c9b49a; margin-left: 8px; }
.price-card.featured ul li { color: #d6cfc8; border-color: rgba(255,255,255,.12); }
.price-card.featured ul li i { color: #c9b49a; }
.price-card .btn { width: 100%; justify-content: center; }

/* --- CONTACT FORM --- */
.contact-form {
  max-width: 760px;
  margin: 0 auto;
}
.contact-form label {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  margin: 16px 0 6px;
  color: #fff;
}
.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  background: #ffffff;
  border: 0;
  padding: 12px 16px;
  font-size: 15px;
  color: #1b1b1b;
  border-radius: 3px;
  direction: rtl;
}
.contact-form textarea { min-height: 140px; resize: vertical; }
.contact-form button {
  background: #c9b49a;
  color: #21374b;
  padding: 12px 30px;
  border: 0px;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  margin-top: 18px;
  -webkit-transition: background 0.2s ease;
  transition: background .2s ease;
}
.contact-form button:hover { background: #b8a086; }
.contact-form h2 { color: #fff; }
.contact-form .form-intro { color: #d6cfc8; margin-bottom: 0; }

/* --- BLOG TEASER --- */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 50px;
}
.blog-card { border-radius: 6px; overflow: hidden; border: 1px solid #e4ddd6; }
.blog-card img { width: 100%; height: 220px; object-fit: cover; }
.blog-card .blog-body { padding: 18px; }
.blog-card h3 { font-size: 17px; margin-bottom: 8px; line-height: 1.3; }
.blog-card .date { font-size: 12px; color: #6a6a6a; margin-bottom: 10px; }
.blog-card p   { font-size: 14px; color: #555; line-height: 1.55; }

/* --- FOOTER --- */
.site-footer {
  background: #21374B;
  color: #ffffff;
  padding: 62px 0 40px;
  font-size: 14px;
}
.site-footer a { color: #fff; text-decoration: none; }
.site-footer a:hover { color: #c9b49a; }
.site-footer .footer-cols {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}
.site-footer .footer-logo { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.site-footer .footer-logo span { font-size: 20px; font-weight: 700; color: #fff; }
.site-footer .footer-desc { color: #b0a89e; font-size: 14px; line-height: 1.6; margin-bottom: 20px; }
.site-footer .footer-heading {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #c9b49a;
  margin-bottom: 16px;
  font-weight: 700;
}
.site-footer .footer-nav { list-style: none; }
.site-footer .footer-nav li { padding: 5px 0; }
.site-footer .footer-nav li a { color: #b0a89e; font-size: 14px; }
.site-footer .footer-nav li a:hover { color: #fff; }
.site-footer .footer-contact p { color: #b0a89e; font-size: 14px; line-height: 1.7; }
.site-footer .footer-contact i { color: #c9b49a; margin-left: 8px; }
.site-footer .social { display: flex; gap: 12px; margin-top: 16px; }
.site-footer .social a {
  width: 36px; height: 36px;
  background: rgba(255,255,255,.08);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: #fff;
  -webkit-transition: background 0.2s ease;
  transition: background .2s ease;
}
.site-footer .social a:hover { background: #c9b49a; color: #21374b; }
.site-footer .footer-bottom {
  border-top: 1px solid rgba(255,255,255,.1);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.site-footer .legal { font-size: 12px; color: #c9b59a; }
.site-footer .footer-legal-links { display: flex; gap: 18px; }
.site-footer .footer-legal-links a { font-size: 12px; color: #b0a89e; }
.site-footer .footer-legal-links a:hover { color: #fff; }

/* --- GDPR COOKIE BANNER --- */
#cookie-banner {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  background: #21374b;
  color: #fff;
  padding: 18px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  z-index: 99999;
  box-shadow: 0 -4px 20px rgba(0,0,0,.25);
  flex-wrap: wrap;
}
#cookie-banner p { font-size: 14px; color: #d6cfc8; margin: 0; flex: 1; min-width: 200px; }
#cookie-banner a { color: #c9b49a; text-decoration: underline; }
#cookie-banner .cookie-buttons { display: flex; gap: 10px; flex-shrink: 0; }
#cookie-banner .btn-accept {
  background: #c9b49a;
  color: #21374b;
  border: none;
  padding: 10px 22px;
  border-radius: 40px;
  font-weight: 600;
  font-size: 13px;
  cursor: pointer;
}
#cookie-banner .btn-decline {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255,255,255,.35);
  padding: 10px 22px;
  border-radius: 40px;
  font-size: 13px;
  cursor: pointer;
}

/* --- INNER PAGE HERO --- */
.inner-hero {
  background: #21374b;
  padding: 80px 0 60px;
  text-align: center;
}
.inner-hero h1 { color: #fff; font-size: 40px; margin-bottom: 14px; }
.inner-hero p  { color: #d6cfc8; font-size: 17px; max-width: 600px; margin: 0 auto; }

/* --- SERVICE CARDS --- */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 50px;
}
.service-card {
  border: 1px solid #e4ddd6;
  border-radius: 8px;
  padding: 32px 24px;
  text-align: center;
  -webkit-transition: box-shadow 0.25s ease;
  transition: box-shadow .25s ease;
}
.service-card:hover { box-shadow: 0 8px 28px rgba(33,55,75,.08); }
.service-card .s-icon { font-size: 36px; color: #21374b; margin-bottom: 18px; }
.service-card h3 { font-size: 18px; margin-bottom: 10px; }
.service-card p  { font-size: 14px; color: #555; line-height: 1.6; }

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 1024px) {
  .page-section { padding: 80px 0; }
  .hero-section h1 { font-size: 40px; }
  .blog-grid { grid-template-columns: repeat(2, 1fr); }
  .site-footer .footer-cols { grid-template-columns: 1fr 1fr; }
  .price-grid { grid-template-columns: 1fr 1fr; }
  .diff-grid { grid-template-columns: 1fr; gap: 40px; }
  .diff-image img { height: 380px; margin-top: 0; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .header { padding: 14px 20px; }
  .header-nav { display: none; flex-direction: column; position: absolute; top: 100%; right: 0; left: 0; background: #21374b; padding: 16px; }
  .header-nav.open { display: flex; }
  .header-nav-list { flex-direction: column; gap: 4px; }
  .hamburger { display: flex; }
  .header-actions { display: none; }
  .hero-section { min-height: 440px; padding: 90px 0; }
  .hero-section h1 { font-size: 32px; }
  .hero-section p { font-size: 16px; }
  .process-grid { gap: 24px; }
  .process-card { flex: 0 1 100%; }
  .testimonial { flex-direction: column; text-align: center; gap: 20px; }
  .testimonial img { width: 140px; height: 140px; flex: 0 0 140px; }
  .blog-grid { grid-template-columns: 1fr; gap: 24px; }
  .price-grid { grid-template-columns: 1fr; }
  .services-grid { grid-template-columns: 1fr; }
  .site-footer .footer-cols { grid-template-columns: 1fr 1fr; gap: 28px; }
  #cookie-banner { padding: 16px 20px; }
}

@media (max-width: 480px) {
  h1 { font-size: 28px; }
  h2 { font-size: 1.8rem; }
  .btn { padding: 12px 22px; font-size: 13px; }
  .site-footer .footer-cols { grid-template-columns: 1fr; }
  .inner-hero h1 { font-size: 30px; }
}

/* --- PAGE-SPECIFIC --- */
.legal-content { max-width: 860px; margin: 0 auto; }
.legal-content h2 { font-size: 1.5rem; margin: 36px 0 12px; color: #21374b; }
.legal-content h3 { font-size: 1.2rem; margin: 24px 0 10px; color: #21374b; }
.legal-content p  { margin-bottom: 16px; }
.legal-content ul { padding-right: 22px; margin-bottom: 16px; }
.legal-content ul li { margin-bottom: 8px; font-size: 15px; color: #444; line-height: 1.6; }

/* --- ABOUT PAGE --- */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.about-grid img { border-radius: 8px; object-fit: cover; width: 100%; height: 460px; }
.about-stats { display: flex; gap: 32px; margin-top: 32px; flex-wrap: wrap; }
.about-stats .stat { text-align: center; }
.about-stats .stat .num { font-size: 38px; font-weight: 700; color: #21374b; line-height: 1; }
.about-stats .stat .lbl { font-size: 13px; color: #888; margin-top: 4px; }

@media (max-width: 768px) {
  .about-grid { grid-template-columns: 1fr; gap: 30px; }
  .about-grid img { height: 300px; }
}

/* ---- Old comment below — delete later ---- */
/* .pull-left { float: left; } */
/* TODO: optimize images for WebP delivery */
