/*
Theme Name: Simple Arabic Landing
Theme URI: https://example.com/
Author: OpenAI
Author URI: https://openai.com/
Description: قالب ووردبريس عربي بسيط ومتجاوب لصفحة تعريفية مع صورة هيدر وأزرار واتساب واتصال وزيارة الموقع.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: simple-arabic-landing
Tags: custom-logo, custom-header, one-column, rtl-language-support, responsive-layout
*/

:root {
  --primary: #16a34a;
  --primary-dark: #15803d;
  --accent: #22c55e;
  --bg: #f6f8fc;
  --card: #ffffff;
  --text: #0f172a;
  --muted: #475569;
  --border: #e2e8f0;
  --shadow: 0 20px 45px rgba(15, 23, 42, 0.08);
  --radius: 24px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Tahoma, Arial, sans-serif;
  background:
    radial-gradient(circle at top right, rgba(34, 197, 94, 0.10), transparent 28%),
    radial-gradient(circle at bottom left, rgba(22, 163, 74, 0.08), transparent 30%),
    linear-gradient(180deg, #fbfdff 0%, #f3f6fb 52%, #eef3f9 100%);
  color: var(--text);
  direction: rtl;
}

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

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

.container {
  width: min(1100px, calc(100% - 32px));
  margin: 0 auto;
}

.site-shell {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
}

.site-header {
  padding: 22px 0;
}

.branding {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.branding .identity {
  display: flex;
  align-items: center;
  gap: 14px;
}

.custom-logo-link img,
.brand-mark {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.brand-mark {
  background: linear-gradient(135deg, var(--primary), var(--accent));
}

.site-title {
  margin: 0;
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  font-weight: 700;
}

.site-tagline {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.top-chip {
  background: rgba(34, 197, 94, 0.10);
  color: var(--primary-dark);
  padding: 10px 16px;
  border-radius: 999px;
  font-size: 0.92rem;
  border: 1px solid rgba(34, 197, 94, 0.22);
}

.hero {
  padding: 4px 0 46px;
}

.header-actions {
  padding: 0 0 14px;
}

.actions-between-header {
  justify-content: center;
  margin-top: 0;
  margin-bottom: 10px;
}

.hero-card {
  background: var(--card);
  border: 1px solid rgba(255,255,255,.8);
  box-shadow: var(--shadow);
  border-radius: 30px;
  overflow: hidden;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 0;
}

.hero-content {
  padding: clamp(28px, 4vw, 56px);
}

.kicker {
  display: inline-flex;
  background: #f0fdf4;
  color: var(--primary-dark);
  border: 1px solid #bbf7d0;
  border-radius: 999px;
  padding: 10px 14px;
  font-size: 0.9rem;
  margin-bottom: 18px;
}

.hero-title {
  margin: 0 0 16px;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.2;
}

.hero-text {
  margin: 0;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.9;
  max-width: 56ch;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 56px;
  padding: 0 24px;
  border-radius: 20px;
  font-weight: 800;
  border: 1px solid rgba(255,255,255,.45);
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.14), inset 0 1px 0 rgba(255,255,255,.22);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
}

.button:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 42px rgba(15, 23, 42, 0.18), inset 0 1px 0 rgba(255,255,255,.24);
}

.button-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}

.button-icon svg {
  width: 20px;
  height: 20px;
}

.button-light .button-icon {
  color: var(--primary-dark);
}

.button-primary {
  background: linear-gradient(180deg, #22c55e, #16a34a);
  color: #fff;
}

.button-secondary {
  background: linear-gradient(180deg, #1d7dfa, #0d6efd);
  color: #fff;
}

.button-light {
  background: linear-gradient(180deg, #ffffff, #f8fbff);
  border: 1px solid rgba(37, 99, 235, 0.12);
  color: var(--text);
}

.hero-media {
  position: relative;
  min-height: 360px;
  background: linear-gradient(145deg, #dffaf7 0%, #eef6ff 100%);
}

.hero-media img,
.media-placeholder {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
}

.media-placeholder {
  display: grid;
  place-items: center;
  font-size: 1.05rem;
  color: var(--primary-dark);
  padding: 28px;
  text-align: center;
  background: radial-gradient(circle at top right, rgba(34,197,94,.18), transparent 40%), linear-gradient(135deg, #e6fffb, #eef6ff);
}

.features {
  padding: 0 0 42px;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.feature {
  background: rgba(255,255,255,0.82);
  border: 1px solid #edf2f7;
  border-radius: 22px;
  padding: 22px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.04);
}

.feature h3 {
  margin: 0 0 10px;
  font-size: 1.05rem;
}

.feature p {
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
  font-size: 0.96rem;
}

.site-footer {
  margin-top: auto;
  padding: 24px 0 36px;
  color: var(--muted);
  text-align: center;
  font-size: 0.95rem;
}

.site-footer a {
  color: var(--primary-dark);
  font-weight: 700;
}

.customize-note {
  margin-top: 18px;
  padding: 14px 16px;
  background: #f8fafc;
  border: 1px dashed #cbd5e1;
  color: var(--muted);
  border-radius: 16px;
  line-height: 1.8;
  font-size: 0.93rem;
}

@media (max-width: 900px) {
  .hero-grid,
  .features-grid {
    grid-template-columns: 1fr;
  }

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

  .hero-media {
    min-height: 280px;
    order: -1;
  }
}

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

  .hero-content {
    padding: 24px 18px 28px;
  }

  .actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .top-chip {
    font-size: .85rem;
  }
}


.showcase-page {
  padding: 4px 0 56px;
}

.showcase-hero {
  padding: 6px 0 26px;
}

.showcase-shell {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 22px;
  align-items: stretch;
}

.showcase-copy,
.showcase-visual {
  background: rgba(255,255,255,.88);
  border: 1px solid rgba(255,255,255,.75);
  box-shadow: var(--shadow);
  border-radius: 30px;
}

.showcase-copy {
  padding: clamp(26px, 4vw, 48px);
}

.showcase-badge {
  display: inline-flex;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(13,110,253,.10);
  color: #0d6efd;
  font-weight: 700;
  margin-bottom: 16px;
}

.showcase-copy h1 {
  margin: 0 0 14px;
  font-size: clamp(2rem, 3.8vw, 3.4rem);
  line-height: 1.15;
}

.showcase-lead {
  margin: 0;
  color: var(--muted);
  line-height: 1.95;
  font-size: 1.03rem;
}

.showcase-actions {
  margin-top: 24px;
}

.showcase-mini-grid,
.highlights-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 16px;
}

.showcase-mini-grid {
  margin-top: 26px;
}

.mini-card,
.highlight-card {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid #e7eef8;
  border-radius: 22px;
  padding: 20px;
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.05);
}

.mini-card strong,
.highlight-card h3 {
  display: block;
  margin: 0 0 10px;
  font-size: 1.05rem;
}

.mini-card p,
.highlight-card p,
.section-head p {
  margin: 0;
  color: var(--muted);
  line-height: 1.9;
}

.highlight-card {
  overflow: hidden;
  padding: 0;
}

.highlight-card-media {
  height: 200px;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(29,125,250,.16), rgba(34,197,94,.14));
}

.highlight-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.highlight-card:hover .highlight-card-media img {
  transform: scale(1.05);
}

.highlight-card-content {
  padding: 20px;
}

.highlight-card-content h3 {
  display: block;
  margin: 0 0 10px;
  font-size: 1.05rem;
}

.highlight-card-content p {
  margin: 0;
  color: var(--muted);
  line-height: 1.9;
}

@media (max-width: 640px) {
  .highlight-card-media {
    height: 220px;
  }
}

.showcase-visual {
  min-height: 100%;
  overflow: hidden;
  background: linear-gradient(145deg, #dbeafe 0%, #eff6ff 55%, #dcfce7 100%);
}

.showcase-visual img,
.showcase-placeholder {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
}

.showcase-placeholder {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 34px;
  text-align: right;
  color: #0f172a;
}

.showcase-placeholder span {
  color: #0d6efd;
  font-weight: 700;
  margin-bottom: 10px;
}

.showcase-placeholder strong {
  font-size: 2rem;
  margin-bottom: 14px;
}

.showcase-highlights {
  padding: 12px 0 0;
}

.section-head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 22px;
}

.section-head span {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--primary-dark);
  background: rgba(22,163,74,.10);
  border: 1px solid rgba(34,197,94,.18);
  border-radius: 999px;
  padding: 8px 14px;
  font-weight: 700;
}

.section-head h2 {
  margin: 0 0 12px;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
}

@media (max-width: 900px) {
  .showcase-shell,
  .showcase-mini-grid,
  .highlights-grid {
    grid-template-columns: 1fr;
  }

  .showcase-visual img,
  .showcase-placeholder {
    min-height: 300px;
  }
}


.showcase-top-hero {
  padding: 0 0 26px;
}

.showcase-page {
  overflow-x: clip;
}

.showcase-banner-card {
  position: relative;
  min-height: 420px;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(15, 23, 42, 0.16);
  background: #dbe7f7;
}

.showcase-banner-edge {
  width: 100%;
  border-radius: 0 0 34px 34px;
}

.showcase-banner-card img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  object-position: center;
}

.showcase-banner-fallback {
  min-height: 520px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 42px;
  background: linear-gradient(135deg, #0f172a, #1e3a8a 55%, #2563eb);
  color: #fff;
}

.showcase-banner-fallback h1,
.showcase-banner-overlay h1 {
  margin: 14px 0 12px;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.15;
}

.showcase-banner-overlay {
  position: absolute;
  inset: auto 28px 28px 28px;
  padding: 30px;
  border-radius: 28px;
  color: #fff;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.12), rgba(15, 23, 42, 0.82));
  backdrop-filter: blur(8px);
  box-shadow: 0 24px 42px rgba(15, 23, 42, 0.24);
}

.showcase-banner-overlay p,
.showcase-banner-fallback p {
  margin: 0;
  max-width: 720px;
  line-height: 1.9;
}

.showcase-counters {
  padding: 0 0 34px;
}

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

.counter-card {
  background: linear-gradient(180deg, #ffffff, #f8fbff);
  border: 1px solid rgba(37, 99, 235, 0.12);
  border-radius: 28px;
  box-shadow: 0 20px 44px rgba(15, 23, 42, 0.10), inset 0 1px 0 rgba(255,255,255,.75);
  padding: 26px 18px;
  text-align: center;
  transform: translateY(0);
}

.counter-number {
  display: block;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  color: #0d6efd;
  line-height: 1;
  margin-bottom: 10px;
}

.counter-label {
  color: var(--muted);
  font-weight: 700;
}

@media (max-width: 900px) {
  .counter-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .showcase-banner-card,
  .showcase-banner-card img,
  .showcase-banner-fallback {
    min-height: 380px;
    height: 380px;
  }
}

@media (max-width: 640px) {
  .showcase-banner-overlay {
    left: 14px;
    right: 14px;
    bottom: 14px;
    padding: 20px;
  }

  .counter-grid {
    grid-template-columns: 1fr;
  }
}


.showcase-shell,
.hero-card {
  box-shadow: 0 26px 56px rgba(15, 23, 42, 0.12);
}

.mini-card,
.highlight-card {
  border-radius: 24px;
  border: 1px solid rgba(37, 99, 235, 0.10);
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.08);
}

@media (max-width: 640px) {
  .showcase-banner-card img,
  .showcase-banner-fallback {
    height: 340px;
    min-height: 340px;
  }

  .showcase-banner-overlay {
    inset: auto 14px 14px 14px;
    padding: 18px;
    border-radius: 22px;
  }
}


.showcase-contact-strip {
  padding: 10px 0 6px;
}

.showcase-shell-compact {
  display: block;
  padding: 34px;
}

.showcase-copy-full {
  width: 100%;
}

.showcase-copy-full .showcase-actions {
  margin-top: 22px;
}

.showcase-about {
  padding: 30px 0 20px;
}

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

.about-card {
  background: rgba(255,255,255,0.95);
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.08);
  transform: translateY(0);
  transition: transform .2s ease, box-shadow .2s ease;
}

.about-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 46px rgba(15, 23, 42, 0.12);
}

.about-card-media {
  height: 190px;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(34,197,94,.14), rgba(29,125,250,.12));
}

.about-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-card-content {
  padding: 18px 18px 22px;
}

.about-card-content h3 {
  margin: 0 0 10px;
  font-size: 1.08rem;
}

.about-card-content p {
  margin: 0;
  color: var(--muted);
  line-height: 1.9;
  font-size: 0.96rem;
}

@media (max-width: 1024px) {
  .about-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .showcase-shell-compact {
    padding: 24px 18px;
  }

  .about-grid {
    grid-template-columns: 1fr;
  }

  .about-card-media {
    height: 210px;
  }
}


.showcase-about-extra {
  padding: 12px 0 34px;
}

.about-extra-shell {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 22px;
  background: linear-gradient(180deg, #ffffff, #f8fbff);
  border: 1px solid rgba(148, 163, 184, 0.18);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
  border-radius: 28px;
  padding: clamp(22px, 4vw, 36px);
}

.about-extra-copy h2 {
  margin: 14px 0 12px;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
}

.about-extra-copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.95;
}

.about-extra-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.about-extra-points span {
  background: #f0fdf4;
  color: var(--primary-dark);
  border: 1px solid #bbf7d0;
  border-radius: 999px;
  padding: 10px 16px;
  font-weight: 700;
}

.about-extra-panel {
  display: grid;
  gap: 14px;
}

.about-extra-card {
  background: #fff;
  border-radius: 22px;
  padding: 22px;
  border: 1px solid rgba(148, 163, 184, 0.16);
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.08);
}

.about-extra-card strong {
  display: block;
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.about-extra-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.9;
}

@media (max-width: 820px) {
  .about-extra-shell {
    grid-template-columns: 1fr;
  }
}


.showcase-testimonials {
  padding: 16px 0 46px;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.testimonial-card {
  background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(248,251,255,0.98));
  border: 1px solid rgba(37, 99, 235, 0.10);
  border-radius: 28px;
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.08);
  padding: 24px;
}

.testimonial-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}

.testimonial-avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid rgba(255,255,255,0.95);
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.12);
}

.testimonial-card h3 {
  margin: 0 0 8px;
  font-size: 1.08rem;
}

.testimonial-stars {
  color: #f59e0b;
  letter-spacing: 2px;
  font-size: 1rem;
}

.testimonial-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.95;
  font-size: 0.97rem;
}

@media (max-width: 1024px) {
  .testimonials-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .testimonials-grid {
    grid-template-columns: 1fr;
  }
}

70% { box-shadow: 0 0 0 10px rgba(37, 211, 102, 0); }
  100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

70%{box-shadow:0 0 0 10px rgba(37,211,102,0)}100%{box-shadow:0 0 0 0 rgba(37,211,102,0)}}


.showcase-conclusion {
  padding: 18px 0 48px;
}

.conclusion-shell {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid rgba(37, 99, 235, 0.10);
  border-radius: 30px;
  box-shadow: 0 22px 46px rgba(15, 23, 42, 0.08);
  padding: clamp(28px, 4vw, 42px);
  text-align: center;
}

.conclusion-shell h2 {
  margin: 14px 0 12px;
  font-size: clamp(1.7rem, 3vw, 2.3rem);
}

.conclusion-shell p {
  max-width: 760px;
  margin: 0 auto;
  color: var(--muted);
  line-height: 1.95;
}

.conclusion-actions {
  justify-content: center;
  margin-top: 22px;
}

.floating-buttons {
  position: fixed;
  left: 16px;
  bottom: 158px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  z-index: 9999;
}

.floating-buttons a {
  min-width: 150px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 13px 16px 13px 18px;
  border-radius: 18px;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.18);
  border: 1px solid rgba(255,255,255,0.22);
  backdrop-filter: blur(8px);
  transition: transform .25s ease, box-shadow .25s ease, filter .25s ease;
}

.whatsapp-btn {
  background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
  animation: pulse 2.4s infinite;
}

.call-btn {
  background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
}

.floating-buttons a:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.24);
  filter: saturate(1.05);
}

.floating-label {
  line-height: 1;
}

.floating-icon {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: rgba(255,255,255,0.18);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.18);
}

.floating-icon svg {
  width: 18px;
  height: 18px;
}

@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.35), 0 14px 28px rgba(15, 23, 42, 0.18); }
  70% { box-shadow: 0 0 0 12px rgba(34, 197, 94, 0), 0 14px 28px rgba(15, 23, 42, 0.18); }
  100% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0), 0 14px 28px rgba(15, 23, 42, 0.18); }
}

@media (max-width: 768px) {
  .floating-buttons {
    left: 12px;
    bottom: 118px;
  }

  .floating-buttons a {
    min-width: 132px;
    padding: 12px 14px 12px 16px;
    border-radius: 16px;
    font-size: 0.95rem;
  }
}

/* refine buttons */
.floating-buttons a{
 padding:10px 14px;
 font-size:14px;
 border-radius:25px;
}

/* remove bottom gap */
body, .site, .container{
 margin-bottom:0 !important;
 padding-bottom:0 !important;
}


/* remove bottom empty space + copyright */
.site-shell {
  min-height: auto !important;
}

.site-footer {
  margin-top: 0 !important;
  padding: 18px 0 24px !important;
}

.site-footer p {
  margin: 0;
  font-weight: 700;
  color: #475569;
}

.hero,
.showcase-conclusion {
  padding-bottom: 16px !important;
}


/* Sidebar navigation */
.site-sidebar-toggle{
    position:absolute;
    top:18px;
    left:18px;
    z-index:10020;
    width:44px;
    height:44px;
    border:none;
    border-radius:14px;
    background:rgba(15,23,42,.82);
    box-shadow:0 8px 20px rgba(15,23,42,.14);
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    gap:4px;
    cursor:pointer;
    transition:background .2s ease, box-shadow .2s ease;
}
.site-sidebar-toggle:hover{
    transform:none;
    box-shadow:0 8px 20px rgba(15,23,42,.14);
    background:rgba(15,23,42,.9);
}
.site-sidebar-toggle span{
    width:18px;
    height:2px;
    background:#fff;
    border-radius:999px;
    display:block;
}
.site-sidebar-overlay{
    position:fixed;
    inset:0;
    background:rgba(15,23,42,.38);
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transition:opacity .25s ease, visibility .25s ease;
    z-index:10030;
}
.site-sidebar-overlay.is-visible{
    opacity:1;
    visibility:visible;
    pointer-events:auto;
}
.site-sidebar{
    position:fixed;
    top:0;
    left:0;
    width:min(340px,86vw);
    height:100vh;
    background:#fff;
    box-shadow:24px 0 60px rgba(15,23,42,.15);
    padding:28px 22px 24px;
    transform:translateX(-104%);
    transition:transform .28s ease;
    z-index:10040;
    overflow:auto;
}
.site-sidebar.is-open{transform:translateX(0);}
.sidebar-open{overflow:hidden;}
.site-sidebar-head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:18px;
}
.site-sidebar-head strong{
    color:#0f172a;
    font-size:1.05rem;
}
.site-sidebar-close{
    border:none;
    background:#eef2ff;
    color:#0f172a;
    width:36px;
    height:36px;
    border-radius:12px;
    font-size:24px;
    line-height:1;
    cursor:pointer;
}
.site-sidebar-group{
    background:#f8fafc;
    border:1px solid #e2e8f0;
    border-radius:20px;
    padding:14px;
    margin-bottom:14px;
}
.site-sidebar-title{
    display:block;
    color:#334155;
    font-weight:800;
    margin-bottom:10px;
    font-size:.95rem;
}
.site-sidebar a{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    color:#0f172a;
    text-decoration:none;
    background:#fff;
    border:1px solid #e2e8f0;
    border-radius:14px;
    padding:12px 14px;
    margin-bottom:9px;
    transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.site-sidebar a:last-child{margin-bottom:0;}
.site-sidebar a:hover{
    transform:translateX(3px);
    border-color:#cbd5e1;
    box-shadow:0 10px 22px rgba(15,23,42,.08);
}
.site-sidebar a::after{
    content:"←";
    font-size:14px;
    opacity:.7;
}
@media (max-width: 767px){
    .site-sidebar-toggle{
        top:14px;
        left:14px;
        width:40px;
        height:40px;
        border-radius:13px;
    }
}


.showcase-hero-banner.no-banner{background:linear-gradient(135deg,#eef4ff 0%,#f8fbff 100%);}


.mobile-sticky-bar{display:none}
@media (max-width: 768px){
  .mobile-sticky-bar{display:block;position:fixed;left:0;right:0;bottom:0;z-index:9998;padding:10px 14px calc(10px + env(safe-area-inset-bottom));pointer-events:none}
  .mobile-sticky-bar-inner{max-width:720px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:10px;pointer-events:auto}
  .mobile-sticky-link{display:flex;align-items:center;justify-content:center;gap:10px;padding:14px 16px;border-radius:18px;background:#111;color:#fff;text-decoration:none;box-shadow:0 12px 30px rgba(0,0,0,.16);font-weight:700}
  .mobile-sticky-link svg{width:18px;height:18px;display:block}
  body{padding-bottom:88px}
}


/* Sidebar CTA colors */
.site-sidebar .site-sidebar-group a.track-whatsapp {
  background: linear-gradient(180deg, #25D366, #1ea952);
  color: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 24px rgba(37, 211, 102, 0.22);
}

.site-sidebar .site-sidebar-group a.track-call {
  background: linear-gradient(180deg, #1d7dfa, #0d6efd);
  color: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 24px rgba(13, 110, 253, 0.22);
}

.site-sidebar .site-sidebar-group a.track-whatsapp:hover,
.site-sidebar .site-sidebar-group a.track-call:hover {
  color: #fff;
}


/* Sidebar CTA buttons: equal width, slightly lower, with polished effects */
.site-sidebar .site-sidebar-cta{
    width:100%;
    min-height:52px;
    justify-content:center;
    text-align:center;
    font-weight:800;
    border-radius:16px;
    padding:14px 18px;
    box-shadow:0 12px 24px rgba(15,23,42,.14);
    transition:transform .22s ease, box-shadow .22s ease, filter .22s ease, background .22s ease;
}
.site-sidebar .site-sidebar-cta::after{display:none;}
.site-sidebar .site-sidebar-cta-whatsapp{
    margin-top:38px;
    background:linear-gradient(135deg,#25D366 0%,#16a34a 100%);
    border-color:rgba(37,211,102,.28);
    color:#fff;
    animation:sidebarWhatsappPulse 2.6s infinite;
}
.site-sidebar .site-sidebar-cta-call{
    background:linear-gradient(135deg,#1d7dfa 0%,#0d6efd 100%);
    border-color:rgba(13,110,253,.26);
    color:#fff;
}
.site-sidebar .site-sidebar-cta-whatsapp:hover,
.site-sidebar .site-sidebar-cta-call:hover{
    transform:translateY(-2px) scale(1.015);
    box-shadow:0 18px 30px rgba(15,23,42,.18);
    filter:saturate(1.05);
}
.site-sidebar .site-sidebar-cta-whatsapp:active,
.site-sidebar .site-sidebar-cta-call:active{
    transform:translateY(0) scale(.99);
}
@keyframes sidebarWhatsappPulse{
  0%{box-shadow:0 0 0 0 rgba(37,211,102,.28),0 12px 24px rgba(15,23,42,.14);}
  70%{box-shadow:0 0 0 10px rgba(37,211,102,0),0 12px 24px rgba(15,23,42,.14);}
  100%{box-shadow:0 0 0 0 rgba(37,211,102,0),0 12px 24px rgba(15,23,42,.14);}
}
@media (max-width:767px){
  .site-sidebar .site-sidebar-cta{min-height:50px;padding:13px 16px;}
  .site-sidebar .site-sidebar-cta-whatsapp{margin-top:34px;}
}
