/* Shiraa Athath Taif Home — frontend only */
:root {
  --shiraa-green: #174f38;
  --shiraa-green-2: #0e3d2b;
  --shiraa-green-3: #216b4b;
  --shiraa-gold: #b99a60;
  --shiraa-gold-2: #d4bc89;
  --shiraa-ink: #17221c;
  --shiraa-muted: #66736b;
  --shiraa-cream: #fbfaf6;
  --shiraa-soft: #f4f6f2;
  --shiraa-white: #ffffff;
  --shiraa-line: #e5e9e5;
  --shiraa-danger: #a92d2d;
  --shiraa-shadow: 0 18px 55px rgba(22, 58, 42, .12);
  --shiraa-radius: 22px;
}

body.shiraa-landing-page {
  margin: 0;
  background: var(--shiraa-cream);
}

body.shiraa-landing-page #wpadminbar + .shiraa-site,
body.admin-bar .shiraa-site {
  --shiraa-admin-offset: 32px;
}

body.shiraa-landing-page > .wp-site-blocks,
body.shiraa-landing-page .site,
body.shiraa-landing-page .site-content,
body.shiraa-landing-page .content-area,
body.shiraa-landing-page main.site-main,
body.shiraa-landing-page article.page,
body.shiraa-landing-page .entry-content {
  max-width: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.shiraa-site,
.shiraa-site * {
  box-sizing: border-box;
}

.shiraa-site {
  width: 100%;
  overflow: clip;
  background: var(--shiraa-cream);
  color: var(--shiraa-ink);
  font-family: Tahoma, Arial, "Noto Sans Arabic", sans-serif;
  line-height: 1.75;
  text-align: start;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.shiraa-site[dir="ltr"] {
  font-family: Inter, Arial, sans-serif;
}

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

.shiraa-site a {
  color: inherit;
  text-decoration: none;
}

.shiraa-site button,
.shiraa-site input,
.shiraa-site select,
.shiraa-site textarea {
  font: inherit;
}

.shiraa-site button,
.shiraa-site a {
  -webkit-tap-highlight-color: transparent;
}

.shiraa-container {
  width: min(1380px, calc(100% - 42px));
  margin-inline: auto;
}

.shiraa-icon {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: 0 0 auto;
}

.shiraa-header {
  position: sticky;
  top: var(--shiraa-admin-offset, 0);
  z-index: 1000;
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid rgba(23, 79, 56, .08);
  box-shadow: 0 8px 26px rgba(21, 59, 42, .04);
  backdrop-filter: blur(14px);
}

.shiraa-nav {
  min-height: 92px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(18px, 2vw, 34px);
}

.shiraa-brand,
.shiraa-footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
}

.shiraa-brand-mark {
  position: relative;
  width: 61px;
  height: 55px;
  display: grid;
  place-items: center;
  color: var(--shiraa-green);
}

.shiraa-brand-mark > .shiraa-icon:first-child {
  width: 58px;
  height: 58px;
  stroke-width: 1.5;
}

.shiraa-brand-chair {
  position: absolute;
  width: 25px !important;
  height: 25px !important;
  color: var(--shiraa-gold);
  inset: 24px auto auto 18px;
  stroke-width: 2 !important;
}

.shiraa-brand-copy,
.shiraa-footer-brand > div {
  display: grid;
  line-height: 1.2;
}

.shiraa-brand-copy strong,
.shiraa-footer-brand strong {
  color: var(--shiraa-green);
  font-size: 24px;
  font-weight: 900;
  letter-spacing: -.02em;
}

.shiraa-brand-copy small,
.shiraa-footer-brand small {
  color: #555e58;
  margin-top: 6px;
  font-size: 12px;
}

.shiraa-nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(15px, 1.65vw, 28px);
  min-width: 0;
}

.shiraa-nav-links a {
  position: relative;
  color: #26342b;
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
  transition: color .2s ease;
}

.shiraa-nav-links a::after {
  content: "";
  position: absolute;
  inset-inline: 50%;
  bottom: -12px;
  height: 2px;
  background: var(--shiraa-green);
  transition: inset-inline .2s ease;
}

.shiraa-nav-links a:hover,
.shiraa-nav-links a:focus-visible {
  color: var(--shiraa-green);
}

.shiraa-nav-links a:hover::after,
.shiraa-nav-links a:focus-visible::after {
  inset-inline: 0;
}

.shiraa-nav-actions {
  display: flex;
  align-items: center;
  justify-self: end;
  gap: 11px;
  flex-shrink: 0;
}

.shiraa-lang-toggle,
.shiraa-menu-toggle,
.shiraa-mobile-call {
  border: 0;
  background: transparent;
  color: var(--shiraa-green);
  cursor: pointer;
}

.shiraa-lang-toggle {
  min-height: 43px;
  padding: 8px 11px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid var(--shiraa-line);
  border-radius: 12px;
  background: #fff;
  font-size: 13px;
  font-weight: 800;
}

.shiraa-lang-toggle .shiraa-icon {
  width: 18px;
  height: 18px;
}

.shiraa-phone-mini {
  display: flex;
  align-items: center;
  gap: 9px;
  direction: ltr;
  flex-shrink: 0;
}

.shiraa-phone-mini > .shiraa-icon {
  width: 28px;
  height: 28px;
  color: var(--shiraa-green);
  stroke-width: 2.6;
}

.shiraa-phone-mini span {
  display: grid;
  line-height: 1.15;
}

.shiraa-phone-mini small {
  color: var(--shiraa-muted);
  font-size: 11px;
  direction: rtl;
}

.shiraa-site[dir="ltr"] .shiraa-phone-mini small {
  direction: ltr;
}

.shiraa-phone-mini b {
  color: var(--shiraa-green);
  font-size: 15px;
  letter-spacing: .015em;
}


.shiraa-btn {
  min-height: 50px;
  border: 1px solid transparent;
  border-radius: 9px;
  padding: 11px 23px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  font-weight: 800;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.shiraa-btn:hover,
.shiraa-btn:focus-visible {
  transform: translateY(-2px);
}

.shiraa-btn-whatsapp {
  min-height: 46px;
  min-width: max-content;
  padding-inline: 18px;
  white-space: nowrap;
  background: linear-gradient(135deg, #2d875d, var(--shiraa-green));
  color: #fff;
  border-radius: 9px;
  box-shadow: 0 10px 22px rgba(23, 79, 56, .18);
}

.shiraa-btn-whatsapp .shiraa-icon {
  width: 21px;
  height: 21px;
}

.shiraa-btn-primary {
  background: linear-gradient(135deg, var(--shiraa-green-3), var(--shiraa-green-2));
  color: #fff;
  box-shadow: 0 12px 28px rgba(23, 79, 56, .22);
}

.shiraa-btn-outline {
  background: #fff;
  color: var(--shiraa-green);
  border-color: var(--shiraa-green);
}

.shiraa-btn-light {
  background: #fff;
  color: var(--shiraa-green);
  box-shadow: 0 8px 26px rgba(0, 0, 0, .12);
}

.shiraa-btn-gold {
  background: linear-gradient(135deg, #ddc693, var(--shiraa-gold));
  color: #fff;
  box-shadow: 0 12px 28px rgba(185, 154, 96, .25);
}

.shiraa-menu-toggle,
.shiraa-mobile-call {
  display: none;
}

.shiraa-mobile-menu {
  border-top: 1px solid var(--shiraa-line);
  background: #fff;
}

.shiraa-mobile-menu .shiraa-container {
  padding-block: 12px 18px;
  display: grid;
  gap: 6px;
}

.shiraa-mobile-menu a,
.shiraa-mobile-menu .shiraa-lang-toggle {
  min-height: 44px;
  padding: 9px 12px;
  border-radius: 10px;
  color: var(--shiraa-green);
  background: var(--shiraa-soft);
  font-weight: 800;
}

.shiraa-menu-close {
  display: none;
}

.shiraa-menu-toggle[aria-expanded="true"] .shiraa-menu-open {
  display: none;
}

.shiraa-menu-toggle[aria-expanded="true"] .shiraa-menu-close {
  display: block;
}

.shiraa-hero {
  min-height: 560px;
  display: grid;
  grid-template-columns: 1fr 1.06fr;
  grid-template-areas: "media content";
  background:
    radial-gradient(circle at 91% 20%, rgba(206, 188, 151, .14), transparent 34%),
    linear-gradient(90deg, #f4ecde 0%, #fff 54%, #fff 100%);
  border-bottom: 1px solid #eceeea;
}

.shiraa-hero-media {
  grid-area: media;
  min-height: 560px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: linear-gradient(180deg, #f4efe6 0%, #ffffff 88%);
}

.shiraa-hero-composite {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  object-position: center center;
}

.shiraa-hero-media::after {
  content: "";
  position: absolute;
  inset-block: 0;
  inset-inline-end: 0;
  width: 22%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .94));
  pointer-events: none;
}

.shiraa-site[dir="ltr"] .shiraa-hero-media::after {
  background: linear-gradient(270deg, transparent, rgba(255, 255, 255, .94));
}

.shiraa-location-badge {
  position: absolute;
  z-index: 2;
  top: 30px;
  inset-inline-start: 50px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 10px 17px;
  border-radius: 999px;
  background: rgba(23, 79, 56, .94);
  color: #fff;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(23, 79, 56, .18);
}

.shiraa-location-badge .shiraa-icon {
  width: 20px;
  height: 20px;
}

.shiraa-hero-content {
  grid-area: content;
  min-height: 560px;
  padding: 52px clamp(30px, 5.5vw, 94px) 42px 42px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.shiraa-site[dir="ltr"] .shiraa-hero-content {
  padding-inline: clamp(30px, 5.5vw, 94px) 42px;
}

.shiraa-kicker {
  margin: 0 0 8px;
  color: var(--shiraa-green-3);
  font-size: 14px;
  font-weight: 900;
}

.shiraa-hero h1 {
  max-width: 720px;
  margin: 0;
  color: var(--shiraa-green);
  font-size: clamp(44px, 4.3vw, 72px);
  line-height: 1.24;
  letter-spacing: -.035em;
  font-weight: 900;
}

.shiraa-hero h1 span {
  color: var(--shiraa-gold);
}

.shiraa-hero-text {
  max-width: 670px;
  margin: 18px 0 0;
  color: #343b37;
  font-size: 17px;
  line-height: 2;
}

.shiraa-hero-actions {
  margin-top: 22px;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.shiraa-hero-actions .shiraa-btn {
  min-width: 215px;
}

.shiraa-hero-promises {
  width: min(670px, 100%);
  margin-top: 27px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.shiraa-hero-promises > div {
  display: flex;
  align-items: center;
  gap: 11px;
}

.shiraa-hero-promises .shiraa-icon {
  width: 36px;
  height: 36px;
  color: var(--shiraa-green);
  stroke-width: 1.6;
}

.shiraa-hero-promises span {
  display: grid;
  line-height: 1.3;
}

.shiraa-hero-promises b {
  font-size: 14px;
  color: var(--shiraa-ink);
}

.shiraa-hero-promises small {
  margin-top: 4px;
  color: var(--shiraa-muted);
  font-size: 11px;
}

.shiraa-benefit-strip {
  padding: 26px 0;
  background: #fff;
  border-bottom: 1px solid var(--shiraa-line);
}

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

.shiraa-benefit-grid article {
  min-height: 132px;
  padding: 22px 19px;
  display: flex;
  align-items: center;
  gap: 17px;
  border: 1px solid var(--shiraa-line);
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 6px 20px rgba(26, 65, 46, .045);
}

.shiraa-benefit-grid article > .shiraa-icon {
  width: 50px;
  height: 50px;
  color: var(--shiraa-green);
  stroke-width: 1.45;
}

.shiraa-benefit-grid h2 {
  margin: 0;
  color: var(--shiraa-green);
  font-size: 17px;
  line-height: 1.3;
}

.shiraa-benefit-grid p {
  margin: 8px 0 0;
  color: var(--shiraa-muted);
  font-size: 12px;
  line-height: 1.65;
}

.shiraa-content-section {
  padding: 34px 0 20px;
  background: var(--shiraa-cream);
}

.shiraa-main-grid {
  display: grid;
  grid-template-columns: minmax(0, 2.05fr) minmax(340px, .95fr);
  grid-template-areas: "copy form";
  gap: 20px;
  align-items: start;
}

.shiraa-main-copy {
  grid-area: copy;
}

.shiraa-lead-card {
  grid-area: form;
  position: sticky;
  top: calc(var(--shiraa-admin-offset, 0px) + 112px);
}

.shiraa-section-heading p {
  margin: 0 0 8px;
  color: var(--shiraa-gold);
  font-size: 13px;
  font-weight: 900;
}

.shiraa-section-heading h2 {
  margin: 0;
  color: var(--shiraa-green);
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.35;
  letter-spacing: -.025em;
}

.shiraa-section-heading > span {
  display: block;
  max-width: 720px;
  margin-top: 11px;
  color: var(--shiraa-muted);
  font-size: 14px;
}

.shiraa-centered {
  text-align: center;
}

.shiraa-centered > span {
  margin-inline: auto;
}

.shiraa-reason-grid {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

.shiraa-reason-grid article {
  min-height: 202px;
  padding: 21px 17px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid var(--shiraa-line);
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 5px 18px rgba(25, 64, 46, .04);
}

.shiraa-reason-grid .shiraa-icon {
  width: 53px;
  height: 53px;
  color: var(--shiraa-green);
  stroke-width: 1.45;
}

.shiraa-reason-grid h3 {
  margin: 13px 0 7px;
  color: var(--shiraa-green);
  font-size: 16px;
}

.shiraa-reason-grid p {
  margin: 0;
  color: var(--shiraa-muted);
  font-size: 12px;
  line-height: 1.7;
}

.shiraa-area-card {
  min-height: 185px;
  margin-top: 17px;
  padding: 26px 28px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-radius: 16px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(6, 27, 19, .88), rgba(10, 34, 24, .55)),
    var(--shiraa-area-image) center / cover no-repeat;
  box-shadow: var(--shiraa-shadow);
}

.shiraa-site[dir="ltr"] .shiraa-area-card {
  background:
    linear-gradient(270deg, rgba(6, 27, 19, .88), rgba(10, 34, 24, .55)),
    var(--shiraa-area-image) center / cover no-repeat;
}

.shiraa-area-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(185, 154, 96, .06), transparent 52%);
}

.shiraa-area-card > * {
  position: relative;
  z-index: 1;
}

.shiraa-area-card p {
  margin: 0;
  font-size: 16px;
}

.shiraa-area-card h3 {
  margin: 1px 0 0;
  font-size: clamp(26px, 3vw, 39px);
  line-height: 1.35;
}

.shiraa-area-card span {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, .84);
  font-size: 13px;
}

.shiraa-proof-strip {
  min-height: 82px;
  margin-top: 16px;
  padding: 14px 19px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  border: 1px solid var(--shiraa-line);
  border-radius: 15px;
  background: #fff;
}

.shiraa-proof-strip > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
}

.shiraa-proof-strip .shiraa-icon {
  width: 35px;
  height: 35px;
  color: var(--shiraa-gold);
}

.shiraa-proof-strip span {
  display: grid;
  line-height: 1.25;
}

.shiraa-proof-strip b {
  color: var(--shiraa-green);
  font-size: 14px;
}

.shiraa-proof-strip small {
  margin-top: 3px;
  color: var(--shiraa-muted);
  font-size: 10px;
}

.shiraa-lead-card form {
  padding: 27px 24px 22px;
  border-radius: 18px;
  background: linear-gradient(145deg, #1c5d41, #0d3c2a);
  box-shadow: 0 22px 50px rgba(18, 74, 50, .24);
  color: #fff;
}

.shiraa-form-head {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 19px;
}

.shiraa-form-icon {
  width: 47px;
  height: 47px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: rgba(255, 255, 255, .1);
  color: var(--shiraa-gold-2);
}

.shiraa-form-head h2 {
  margin: 0;
  color: #fff;
  font-size: 24px;
  line-height: 1.3;
}

.shiraa-form-head p {
  margin: 5px 0 0;
  color: rgba(255, 255, 255, .78);
  font-size: 12px;
}

.shiraa-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 11px;
}

.shiraa-form-grid label {
  display: grid;
  gap: 5px;
}

.shiraa-form-grid label > span {
  color: rgba(255, 255, 255, .84);
  font-size: 11px;
  font-weight: 800;
}

.shiraa-full-field {
  grid-column: 1 / -1;
}

.shiraa-form-grid input,
.shiraa-form-grid select,
.shiraa-form-grid textarea {
  width: 100%;
  min-height: 45px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 8px;
  padding: 10px 13px;
  outline: 0;
  background: #fff;
  color: #213128;
  box-shadow: inset 0 0 0 1px rgba(19, 63, 44, .03);
}

.shiraa-form-grid textarea {
  min-height: 95px;
  resize: vertical;
}

.shiraa-form-grid input:focus,
.shiraa-form-grid select:focus,
.shiraa-form-grid textarea:focus {
  border-color: var(--shiraa-gold-2);
  box-shadow: 0 0 0 3px rgba(212, 188, 137, .16);
}

.shiraa-form-grid [aria-invalid="true"] {
  border-color: #ffc6c6;
  box-shadow: 0 0 0 3px rgba(255, 198, 198, .14);
}

.shiraa-submit {
  width: 100%;
  min-height: 52px;
  margin-top: 13px;
  border: 0;
  border-radius: 8px;
  padding: 12px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: linear-gradient(135deg, #dbc28d, #b8985b);
  color: #fff;
  cursor: pointer;
  font-weight: 900;
  box-shadow: 0 12px 25px rgba(10, 34, 24, .2);
}

.shiraa-submit .shiraa-icon {
  width: 20px;
  height: 20px;
}

.shiraa-form-note {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, .66);
  text-align: center;
  font-size: 10px;
}

.shiraa-form-status {
  min-height: 0;
  margin-top: 8px;
  color: #fff;
  text-align: center;
  font-size: 12px;
}

.shiraa-form-status.is-error {
  color: #ffd5d5;
}

.shiraa-categories,
.shiraa-process,
.shiraa-faq {
  padding: 76px 0;
}

.shiraa-categories {
  background: #fff;
  border-block: 1px solid var(--shiraa-line);
}

.shiraa-category-grid {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 13px;
}

.shiraa-category-grid article {
  min-height: 145px;
  padding: 20px 12px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 11px;
  text-align: center;
  border: 1px solid var(--shiraa-line);
  border-radius: 14px;
  background: linear-gradient(180deg, #fff, #f9fbf9);
  box-shadow: 0 5px 18px rgba(25, 64, 46, .04);
  transition: transform .2s ease, box-shadow .2s ease;
}

.shiraa-category-grid article:hover {
  transform: translateY(-4px);
  box-shadow: var(--shiraa-shadow);
}

.shiraa-category-grid .shiraa-icon {
  width: 51px;
  height: 51px;
  color: var(--shiraa-green);
  stroke-width: 1.5;
}

.shiraa-category-grid h3 {
  margin: 0;
  color: var(--shiraa-green);
  font-size: 15px;
}

.shiraa-process {
  background: linear-gradient(180deg, #f8f7f2, #fff);
}

.shiraa-process-grid {
  margin-top: 31px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.shiraa-process-grid article {
  min-height: 270px;
  padding: 31px 27px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--shiraa-line);
  border-radius: 19px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(24, 66, 47, .06);
}

.shiraa-process-grid article > span {
  position: absolute;
  top: -17px;
  inset-inline-end: 15px;
  color: rgba(23, 79, 56, .07);
  font-size: 110px;
  line-height: 1;
  font-weight: 900;
}

.shiraa-process-grid .shiraa-icon {
  width: 54px;
  height: 54px;
  color: var(--shiraa-gold);
}

.shiraa-process-grid h3 {
  margin: 17px 0 8px;
  color: var(--shiraa-green);
  font-size: 21px;
}

.shiraa-process-grid p {
  margin: 0;
  color: var(--shiraa-muted);
  font-size: 14px;
  line-height: 1.9;
}

.shiraa-faq {
  background: #fff;
}

.shiraa-faq-layout {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 60px;
  align-items: start;
}

.shiraa-accordion {
  display: grid;
  gap: 10px;
}

.shiraa-accordion article {
  border: 1px solid var(--shiraa-line);
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(25, 64, 46, .035);
}

.shiraa-accordion button {
  width: 100%;
  min-height: 62px;
  border: 0;
  padding: 15px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: transparent;
  color: var(--shiraa-ink);
  cursor: pointer;
  text-align: start;
  font-weight: 800;
}

.shiraa-accordion button b {
  width: 29px;
  height: 29px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--shiraa-soft);
  color: var(--shiraa-green);
  font-size: 20px;
  line-height: 1;
  transition: transform .2s ease;
}

.shiraa-accordion button[aria-expanded="true"] b {
  transform: rotate(45deg);
}

.shiraa-accordion article > div {
  padding: 0 18px 17px;
}

.shiraa-accordion p {
  margin: 0;
  color: var(--shiraa-muted);
  font-size: 14px;
}

.shiraa-final-cta {
  padding: 0 0 55px;
  background: #fff;
}

.shiraa-final-card {
  min-height: 170px;
  padding: 32px 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  border-radius: 22px;
  background:
    radial-gradient(circle at 15% 20%, rgba(212, 188, 137, .19), transparent 28%),
    linear-gradient(135deg, #1c5e42, #0b3827);
  color: #fff;
  box-shadow: 0 25px 55px rgba(16, 67, 45, .2);
}

.shiraa-final-card p {
  margin: 0 0 7px;
  color: var(--shiraa-gold-2);
  font-weight: 900;
}

.shiraa-final-card h2 {
  margin: 0;
  max-width: 780px;
  color: #fff;
  font-size: clamp(28px, 3vw, 43px);
  line-height: 1.45;
}

.shiraa-footer {
  padding: 42px 0 18px;
  background: linear-gradient(145deg, #164e37, #0c3526);
  color: #fff;
}

.shiraa-footer-grid {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 34px;
  align-items: center;
}

.shiraa-footer .shiraa-brand-mark,
.shiraa-footer .shiraa-brand-copy strong,
.shiraa-footer .shiraa-footer-brand strong {
  color: #fff;
}

.shiraa-footer .shiraa-brand-chair {
  color: var(--shiraa-gold-2);
}

.shiraa-footer .shiraa-footer-brand small {
  color: rgba(255, 255, 255, .7);
}

.shiraa-footer-grid > p {
  margin: 0;
  max-width: 650px;
  color: rgba(255, 255, 255, .78);
  font-size: 13px;
}

.shiraa-footer-actions {
  display: flex;
  gap: 9px;
}

.shiraa-footer-actions a {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, .1);
  color: #fff;
}

.shiraa-copyright {
  margin-top: 29px;
  padding-top: 17px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  border-top: 1px solid rgba(255, 255, 255, .12);
  color: rgba(255, 255, 255, .62);
  font-size: 11px;
}

.shiraa-developer-meta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.shiraa-developer-link {
  color: #fff;
  font-weight: 700;
}

.shiraa-developer-link:hover,
.shiraa-developer-link:focus-visible {
  color: var(--shiraa-gold-2);
}

.shiraa-developer-wa {
  min-height: 34px;
  padding: 6px 12px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

.shiraa-developer-wa .shiraa-icon {
  width: 17px;
  height: 17px;
}

.shiraa-mobile-bar {
  display: none;
}

@media (max-width: 1180px) {
  .shiraa-nav-links {
    gap: 17px;
  }

  .shiraa-nav-links a {
    font-size: 13px;
  }

  .shiraa-lang-toggle,
  .shiraa-phone-mini {
    display: none;
  }

  .shiraa-reason-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .shiraa-category-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 960px) {
  body.admin-bar .shiraa-site {
    --shiraa-admin-offset: 46px;
  }

  .shiraa-container {
    width: min(100% - 30px, 760px);
  }

  .shiraa-nav {
    min-height: 74px;
    grid-template-columns: auto 1fr auto auto;
    gap: 10px;
  }

  .shiraa-brand {
    justify-self: center;
    grid-column: 2;
  }

  .shiraa-brand-mark {
    width: 48px;
    height: 45px;
  }

  .shiraa-brand-mark > .shiraa-icon:first-child {
    width: 47px;
    height: 47px;
  }

  .shiraa-brand-chair {
    width: 20px !important;
    height: 20px !important;
    inset: 20px auto auto 14px;
  }

  .shiraa-brand-copy strong {
    font-size: 18px;
  }

  .shiraa-brand-copy small {
    font-size: 9px;
    margin-top: 4px;
  }

  .shiraa-nav-links,
  .shiraa-nav-actions {
    display: none;
  }

  .shiraa-menu-toggle,
  .shiraa-mobile-call {
    width: 43px;
    height: 43px;
    padding: 0;
    display: grid;
    place-items: center;
    border: 1px solid var(--shiraa-green);
    border-radius: 9px;
    background: #fff;
  }

  .shiraa-menu-toggle {
    grid-column: 1;
    grid-row: 1;
  }

  .shiraa-mobile-call {
    grid-column: 4;
    grid-row: 1;
  }

  .shiraa-menu-toggle .shiraa-icon,
  .shiraa-mobile-call .shiraa-icon {
    width: 25px;
    height: 25px;
  }

  .shiraa-hero {
    min-height: 0;
    grid-template-columns: 1fr;
    grid-template-areas: "media" "content";
    background: linear-gradient(180deg, #f2eadf 0%, #fff 48%, #fff 100%);
  }

  .shiraa-hero-media {
    min-height: clamp(380px, 62vw, 500px);
    height: clamp(380px, 62vw, 500px);
  }

  .shiraa-hero-composite {
    min-height: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }

  .shiraa-hero-media::after,
  .shiraa-site[dir="ltr"] .shiraa-hero-media::after {
    inset: auto 0 0;
    width: auto;
    height: 24%;
    background: linear-gradient(180deg, transparent, rgba(255, 255, 255, .86));
  }

  .shiraa-location-badge {
    top: 17px;
    inset-inline-start: 14px;
    padding: 8px 12px;
    font-size: 12px;
  }

  .shiraa-hero-content,
  .shiraa-site[dir="ltr"] .shiraa-hero-content {
    min-height: 0;
    margin-top: -1px;
    padding: 18px 18px 27px;
    align-items: stretch;
    text-align: center;
  }

  .shiraa-kicker {
    display: none;
  }

  .shiraa-hero h1 {
    max-width: 680px;
    margin-inline: auto;
    font-size: clamp(37px, 8vw, 53px);
    line-height: 1.4;
  }

  .shiraa-hero-text {
    margin: 11px auto 0;
    max-width: 650px;
    font-size: 15px;
    line-height: 1.9;
  }

  .shiraa-hero-actions {
    display: grid;
    margin-top: 17px;
  }

  .shiraa-hero-actions .shiraa-btn {
    width: 100%;
    min-width: 0;
  }

  .shiraa-hero-promises {
    margin: 23px auto 0;
  }

  .shiraa-benefit-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .shiraa-main-grid {
    grid-template-columns: 1fr;
    grid-template-areas: "copy" "form";
    gap: 25px;
  }

  .shiraa-lead-card {
    position: static;
  }

  .shiraa-category-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .shiraa-process-grid {
    grid-template-columns: 1fr;
  }

  .shiraa-process-grid article {
    min-height: 0;
  }

  .shiraa-faq-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .shiraa-footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
  }

  .shiraa-footer-grid > p {
    max-width: 620px;
  }

  .shiraa-copyright {
    justify-content: center;
  }
}

@media (max-width: 620px) {
  body.admin-bar .shiraa-site {
    --shiraa-admin-offset: 0px;
  }

  .shiraa-container {
    width: min(100% - 22px, 560px);
  }

  .shiraa-header {
    top: 0;
  }

  .shiraa-nav {
    min-height: 67px;
  }

  .shiraa-brand-copy strong {
    font-size: 16px;
  }

  .shiraa-brand-copy small {
    font-size: 8px;
  }

  .shiraa-menu-toggle,
  .shiraa-mobile-call {
    width: 40px;
    height: 40px;
  }

  .shiraa-hero-media {
    min-height: 360px;
    height: 360px;
  }

  .shiraa-hero-composite {
    min-height: 360px;
    height: 360px;
    object-fit: cover;
    object-position: center center;
  }

  .shiraa-hero-content,
  .shiraa-site[dir="ltr"] .shiraa-hero-content {
    padding: 12px 17px 23px;
  }

  .shiraa-hero h1 {
    font-size: 35px;
    line-height: 1.42;
  }

  .shiraa-hero-text {
    font-size: 14px;
    line-height: 1.85;
  }

  .shiraa-hero-actions .shiraa-btn {
    min-height: 49px;
  }

  .shiraa-hero-promises {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }

  .shiraa-hero-promises > div {
    flex-direction: column;
    gap: 5px;
    text-align: center;
  }

  .shiraa-hero-promises .shiraa-icon {
    width: 31px;
    height: 31px;
  }

  .shiraa-hero-promises b {
    font-size: 11px;
  }

  .shiraa-hero-promises small {
    font-size: 9px;
  }

  .shiraa-benefit-strip {
    padding: 22px 0;
  }

  .shiraa-benefit-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 9px;
  }

  .shiraa-benefit-grid article {
    min-height: 156px;
    padding: 16px 9px;
    flex-direction: column;
    justify-content: center;
    gap: 9px;
    text-align: center;
  }

  .shiraa-benefit-grid article > .shiraa-icon {
    width: 47px;
    height: 47px;
  }

  .shiraa-benefit-grid h2 {
    font-size: 14px;
  }

  .shiraa-benefit-grid p {
    margin-top: 5px;
    font-size: 10px;
  }

  .shiraa-content-section {
    padding-top: 41px;
  }

  .shiraa-section-heading {
    text-align: center;
  }

  .shiraa-section-heading h2 {
    font-size: 28px;
  }

  .shiraa-section-heading > span {
    font-size: 12px;
  }

  .shiraa-reason-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 9px;
  }

  .shiraa-reason-grid article {
    min-height: 195px;
    padding: 17px 10px;
  }

  .shiraa-reason-grid .shiraa-icon {
    width: 47px;
    height: 47px;
  }

  .shiraa-reason-grid h3 {
    font-size: 14px;
  }

  .shiraa-reason-grid p {
    font-size: 10px;
  }

  .shiraa-area-card {
    min-height: 250px;
    padding: 27px 18px;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background:
      linear-gradient(180deg, rgba(6, 27, 19, .55), rgba(6, 27, 19, .92)),
      var(--shiraa-area-image) center / cover no-repeat;
  }

  .shiraa-site[dir="ltr"] .shiraa-area-card {
    background:
      linear-gradient(180deg, rgba(6, 27, 19, .55), rgba(6, 27, 19, .92)),
      var(--shiraa-area-image) center / cover no-repeat;
  }

  .shiraa-area-card h3 {
    font-size: 31px;
  }

  .shiraa-area-card .shiraa-btn {
    width: min(260px, 100%);
  }

  .shiraa-proof-strip {
    padding: 14px 7px;
    grid-template-columns: repeat(4, 1fr);
    gap: 4px;
  }

  .shiraa-proof-strip > div {
    flex-direction: column;
    gap: 4px;
    text-align: center;
  }

  .shiraa-proof-strip .shiraa-icon {
    width: 28px;
    height: 28px;
  }

  .shiraa-proof-strip b {
    font-size: 11px;
  }

  .shiraa-proof-strip small {
    font-size: 8px;
  }

  .shiraa-lead-card form {
    padding: 24px 16px 19px;
    border-radius: 15px;
  }

  .shiraa-form-head {
    justify-content: center;
    text-align: center;
  }

  .shiraa-form-icon {
    display: none;
  }

  .shiraa-form-head h2 {
    font-size: 24px;
  }

  .shiraa-form-grid {
    grid-template-columns: 1fr;
  }

  .shiraa-full-field {
    grid-column: auto;
  }

  .shiraa-categories,
  .shiraa-process,
  .shiraa-faq {
    padding: 58px 0;
  }

  .shiraa-category-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }

  .shiraa-category-grid article {
    min-height: 118px;
    padding: 15px 6px;
  }

  .shiraa-category-grid .shiraa-icon {
    width: 40px;
    height: 40px;
  }

  .shiraa-category-grid h3 {
    font-size: 12px;
  }

  .shiraa-process-grid {
    gap: 12px;
  }

  .shiraa-process-grid article {
    padding: 24px 20px;
  }

  .shiraa-process-grid h3 {
    font-size: 18px;
  }

  .shiraa-faq-layout .shiraa-section-heading {
    text-align: center;
  }

  .shiraa-accordion button {
    min-height: 57px;
    padding: 13px 14px;
    font-size: 13px;
  }

  .shiraa-final-cta {
    padding-bottom: 35px;
  }

  .shiraa-final-card {
    min-height: 230px;
    padding: 28px 20px;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .shiraa-final-card h2 {
    font-size: 28px;
  }

  .shiraa-final-card .shiraa-btn {
    width: 100%;
  }

  .shiraa-footer {
    padding-bottom: 88px;
  }

  .shiraa-footer-grid {
    gap: 20px;
  }

  .shiraa-copyright {
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  .shiraa-developer-meta {
    flex-direction: column;
    gap: 8px;
  }

  .shiraa-mobile-bar {
    position: fixed;
    z-index: 1200;
    inset-inline: 9px;
    bottom: 8px;
    height: 57px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 10px 35px rgba(12, 49, 34, .28);
  }

  .shiraa-mobile-bar a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: linear-gradient(135deg, #d4ba82, #b59456);
    color: #fff;
    font-weight: 900;
  }

  .shiraa-mobile-bar a:last-child {
    background: linear-gradient(135deg, #236f4d, #12452f);
  }

  .shiraa-mobile-bar .shiraa-icon {
    width: 22px;
    height: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .shiraa-site *,
  .shiraa-site *::before,
  .shiraa-site *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}

/* SEO service guide — visible content used by visitors and Rank Math analysis */
.shiraa-seo-copy {
  padding: 84px 0;
  background:
    radial-gradient(circle at 12% 14%, rgba(185, 154, 96, .12), transparent 28%),
    radial-gradient(circle at 88% 78%, rgba(23, 79, 56, .09), transparent 30%),
    #fff;
  border-block: 1px solid var(--shiraa-line);
}

.shiraa-seo-copy-grid {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.shiraa-seo-copy-grid article {
  padding: 30px;
  border: 1px solid rgba(23, 79, 56, .10);
  border-radius: 22px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 18px 45px rgba(23, 79, 56, .08);
}

.shiraa-seo-copy-grid h3 {
  margin: 0 0 14px;
  color: var(--shiraa-green);
  font-size: clamp(21px, 2vw, 28px);
  line-height: 1.45;
}

.shiraa-seo-copy-grid p {
  margin: 0;
  color: #4c5b52;
  font-size: 15px;
  line-height: 2;
}

.shiraa-seo-copy-grid p + p {
  margin-top: 14px;
}

.shiraa-seo-links {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.shiraa-seo-links a {
  min-height: 42px;
  padding: 8px 16px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(23, 79, 56, .18);
  border-radius: 999px;
  background: #fff;
  color: var(--shiraa-green);
  font-size: 13px;
  font-weight: 800;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}

.shiraa-seo-links a:hover,
.shiraa-seo-links a:focus-visible {
  transform: translateY(-2px);
  background: var(--shiraa-green);
  color: #fff;
}

@media (max-width: 760px) {
  .shiraa-seo-copy {
    padding: 58px 0;
  }

  .shiraa-seo-copy-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .shiraa-seo-copy-grid article {
    padding: 22px 18px;
  }

  .shiraa-seo-copy-grid p {
    font-size: 14px;
    line-height: 1.9;
  }
}
