/*
Theme Name: Ad Shalom Pigeon Removal
Theme URI: https://jons.co.il
Author: Jons Google Ads
Author URI: https://jons.co.il
Description: A complete RTL WordPress landing page theme for a humane pigeon removal service, including WordPress menus, custom logo support, contact actions, and a WhatsApp lead form.
Version: 1.1.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ad-shalom-pigeon-removal
*/

:root {
  color-scheme: light;
  --ink: #18201f;
  --muted: #586462;
  --paper: #fbfaf5;
  --soft: #edf4f1;
  --line: rgba(24, 32, 31, 0.13);
  --teal: #0f766e;
  --teal-dark: #0c554f;
  --sun: #f0b84c;
  --clay: #c66a4a;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(13, 34, 31, 0.16);
  font-family: Arial, "Noto Sans Hebrew", "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px clamp(18px, 4vw, 56px);
  background: rgba(251, 250, 245, 0.84);
  border-bottom: 1px solid rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 190px;
}

.custom-logo-link {
  display: inline-flex;
}

.custom-logo {
  width: auto;
  max-width: 74px;
  max-height: 52px;
}

.brand-mark {
  position: relative;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  background: var(--teal);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(15, 118, 110, 0.22);
  overflow: hidden;
}

.brand-roof {
  position: absolute;
  top: 11px;
  width: 22px;
  height: 22px;
  border-top: 4px solid var(--white);
  border-right: 4px solid var(--white);
  transform: rotate(-45deg);
}

.brand-net {
  position: absolute;
  bottom: 8px;
  width: 25px;
  height: 13px;
  border: 2px solid rgba(255, 255, 255, 0.95);
  border-radius: 2px;
  background:
    linear-gradient(90deg, transparent 31%, rgba(255, 255, 255, 0.88) 32% 37%, transparent 38% 63%, rgba(255, 255, 255, 0.88) 64% 69%, transparent 70%),
    linear-gradient(0deg, transparent 39%, rgba(255, 255, 255, 0.88) 40% 50%, transparent 51%);
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 1rem;
}

.brand small {
  color: var(--muted);
  font-size: 0.82rem;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 3vw, 34px);
  margin: 0;
  padding: 0;
  list-style: none;
  color: #26312f;
  font-size: 0.95rem;
}

.nav-links a {
  padding-block: 8px;
}

.main-navigation {
  display: flex;
  justify-content: center;
}

.footer-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 700;
  white-space: nowrap;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.header-cta,
.button.primary {
  color: var(--white);
  background: var(--teal);
}

.button.secondary {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.82);
  border-color: rgba(255, 255, 255, 0.7);
}

.header-cta:hover,
.button:hover {
  transform: translateY(-2px);
}

.hero {
  position: relative;
  display: grid;
  min-height: 92vh;
  padding: 124px clamp(18px, 5vw, 72px) 54px;
  overflow: hidden;
  isolation: isolate;
}

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  z-index: -2;
  object-fit: cover;
}

.hero-overlay {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(251, 250, 245, 0.16), rgba(251, 250, 245, 0.66) 46%, rgba(251, 250, 245, 0.94) 82%),
    linear-gradient(180deg, rgba(12, 39, 36, 0.12), rgba(12, 39, 36, 0.42));
}

.hero-content {
  display: grid;
  align-content: center;
  max-width: 720px;
  min-height: calc(92vh - 178px);
}

.eyebrow,
.section-kicker {
  margin: 0 0 12px;
  color: var(--teal-dark);
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0;
}

.hero-service {
  width: fit-content;
  margin: 0 0 14px;
  padding: 9px 15px;
  color: var(--white);
  background: var(--teal-dark);
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(12, 85, 79, 0.24);
  font-size: 1rem;
  font-weight: 900;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 680px;
  margin-bottom: 18px;
  font-size: clamp(3rem, 7vw, 6.4rem);
  line-height: 0.95;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.05;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.18rem;
  line-height: 1.25;
}

.hero-copy {
  max-width: 590px;
  margin-bottom: 28px;
  color: #33413f;
  font-size: clamp(1.08rem, 2vw, 1.35rem);
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  max-width: 760px;
  margin: 42px 0 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.trust-strip div {
  padding: 18px;
  background: rgba(255, 255, 255, 0.84);
}

.trust-strip dt {
  font-weight: 800;
}

.trust-strip dd {
  margin: 2px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.section,
.intro-band,
.process-band,
.proof-section,
.contact-section {
  padding: clamp(64px, 9vw, 118px) clamp(18px, 5vw, 72px);
}

.section-inner {
  width: min(1160px, 100%);
  margin-inline: auto;
}

.intro-band {
  background: var(--white);
}

.intro-grid,
.proof-layout,
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(28px, 6vw, 80px);
  align-items: start;
}

.intro-visual p,
.proof-layout p {
  color: var(--muted);
  font-size: 1.12rem;
}

.intro-visual {
  display: grid;
  gap: 22px;
}

.intro-visual img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.service-card {
  min-height: 244px;
  padding: 26px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 40px rgba(24, 32, 31, 0.06);
}

.service-card p,
.steps p,
.lead-form .form-note,
.contact-copy p {
  color: var(--muted);
}

.icon {
  display: block;
  width: 48px;
  height: 48px;
  margin-bottom: 24px;
  border: 2px solid var(--teal);
  border-radius: 50%;
  background:
    linear-gradient(45deg, transparent 44%, var(--teal) 46%, var(--teal) 54%, transparent 56%),
    linear-gradient(-45deg, transparent 44%, var(--teal) 46%, var(--teal) 54%, transparent 56%);
}

.icon.spike {
  border-radius: 8px;
  background:
    linear-gradient(135deg, transparent 38%, var(--teal) 39%, var(--teal) 43%, transparent 44%),
    linear-gradient(45deg, transparent 38%, var(--teal) 39%, var(--teal) 43%, transparent 44%);
}

.icon.clean {
  background:
    radial-gradient(circle at 35% 34%, var(--sun) 0 5px, transparent 6px),
    radial-gradient(circle at 64% 62%, var(--teal) 0 5px, transparent 6px);
}

.icon.roof {
  border-radius: 8px;
  background:
    linear-gradient(135deg, transparent 48%, var(--teal) 49% 55%, transparent 56%),
    linear-gradient(45deg, transparent 48%, var(--teal) 49% 55%, transparent 56%);
}

.process-band {
  background: #e7f0ec;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.steps li {
  min-height: 230px;
  padding: 28px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(15, 118, 110, 0.17);
  border-radius: 8px;
}

.steps span {
  display: block;
  margin-bottom: 28px;
  color: var(--clay);
  font-size: 0.95rem;
  font-weight: 900;
}

.check-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding: 16px 48px 16px 18px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.check-list li::before {
  content: "";
  position: absolute;
  top: 18px;
  right: 18px;
  width: 16px;
  height: 10px;
  border-right: 3px solid var(--teal);
  border-bottom: 3px solid var(--teal);
  transform: rotate(38deg);
}

.contact-section {
  color: var(--white);
  background: #163d39;
}

.contact-section .section-kicker,
.contact-section .contact-copy p {
  color: #bfe7df;
}

.contact-copy {
  align-self: center;
}

.contact-actions a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 16px;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
}

.lead-form {
  display: grid;
  gap: 16px;
  padding: clamp(22px, 4vw, 34px);
  color: var(--ink);
  background: var(--paper);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.lead-form label {
  display: grid;
  gap: 7px;
  font-weight: 800;
}

.lead-form input,
.lead-form select,
.lead-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  font: inherit;
}

.lead-form textarea {
  resize: vertical;
}

.form-button {
  width: 100%;
  border: 0;
  cursor: pointer;
}

.form-note {
  min-height: 24px;
  margin: 0;
  font-size: 0.92rem;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 28px clamp(18px, 5vw, 72px);
  color: var(--muted);
  background: var(--paper);
  border-top: 1px solid var(--line);
}

.site-footer p {
  margin: 0;
}

.site-credit {
  color: var(--teal-dark);
  font-weight: 800;
}

.footer-widgets {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.footer-widget-title {
  margin: 0 0 6px;
  font-size: 1rem;
}

.entry-content {
  color: var(--muted);
  font-size: 1.08rem;
}

.entry-content a {
  color: var(--teal-dark);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 920px) {
  .site-header {
    position: absolute;
    flex-wrap: wrap;
  }

  .nav-links {
    order: 3;
    width: 100%;
    justify-content: flex-start;
  }

  .main-navigation {
    order: 3;
    width: 100%;
    justify-content: flex-start;
  }

  .header-cta {
    min-height: 40px;
    padding-inline: 16px;
  }

  .hero {
    min-height: auto;
    padding-top: 172px;
  }

  .hero-content {
    min-height: 640px;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(251, 250, 245, 0.94), rgba(251, 250, 245, 0.78) 48%, rgba(22, 61, 57, 0.34)),
      linear-gradient(90deg, rgba(251, 250, 245, 0.2), rgba(251, 250, 245, 0.76));
  }

  .intro-grid,
  .proof-layout,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .service-grid,
  .steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .site-header {
    gap: 14px;
  }

  .brand {
    min-width: auto;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
  }

  .brand strong {
    max-width: 145px;
    line-height: 1.2;
  }

  .nav-links {
    display: none;
  }

  .header-cta {
    font-size: 0.9rem;
  }

  .hero {
    padding-top: 112px;
  }

  .hero-content {
    min-height: 620px;
  }

  h1 {
    font-size: clamp(2.65rem, 15vw, 4.2rem);
  }

  .trust-strip,
  .service-grid,
  .steps {
    grid-template-columns: 1fr;
  }

  .trust-strip {
    margin-top: 30px;
  }

  .hero-actions .button {
    flex: 1 1 180px;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}
