/* ============================================================
   about.css — Apple-style layout for /about-us.html
   Loaded only on the About page.
   ============================================================ */

.apl-page { overflow-x: hidden; }

/* ---------- Page hero ---------- */
.apl-page-hero {
  position: relative;
  width: 100%;
  height: clamp(360px, 56vh, 540px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 24px;
  isolation: isolate;
}
.apl-page-hero-bg {
  position: absolute;
  inset: 0;
  background-image: url('/_modern/hero.jpg');
  background-size: cover;
  background-position: center;
  transform: scale(1.04);
  z-index: 0;
}
.apl-page-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(0,18,40,0.45) 0%, rgba(0,18,40,0.15) 40%, rgba(0,18,40,0.65) 100%);
}
.apl-page-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
  max-width: 900px;
  padding: 40px 24px;
}
.apl-page-hero-content .apl-eyebrow {
  color: rgba(255,255,255,0.95);
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.25);
  padding: 5px 12px;
  border-radius: 999px;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 16px;
}
.apl-page-hero-content h1 {
  font-size: clamp(36px, 5.5vw, 64px) !important;
  font-weight: 800 !important;
  letter-spacing: -0.03em !important;
  line-height: 1.05 !important;
  color: #fff !important;
  margin: 0 0 14px !important;
  text-shadow: 0 2px 24px rgba(0,0,0,0.4);
}
.apl-page-hero-sub {
  font-size: clamp(16px, 1.7vw, 20px);
  color: rgba(255,255,255,0.92);
  line-height: 1.5;
  margin: 0;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

/* ---------- Eyebrows ---------- */
.apl-eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #007aff;
  margin: 0 0 10px;
}

/* ---------- Centered intro section ---------- */
.apl-section {
  max-width: 880px;
  margin: 0 auto;
  padding: 64px 24px;
  text-align: center;
}
.apl-section h2 {
  font-size: clamp(28px, 3.6vw, 42px) !important;
  font-weight: 700 !important;
  letter-spacing: -0.028em !important;
  line-height: 1.12 !important;
  color: #1d1d1f !important;
  margin: 0 0 18px !important;
}
.apl-lead {
  font-size: clamp(17px, 1.4vw, 20px);
  color: #424245;
  line-height: 1.5;
  margin: 0 auto;
  max-width: 720px;
}

/* ---------- Split sections ---------- */
.apl-split {
  padding: 56px 24px;
}
.apl-split-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}
.apl-split.apl-split-reverse .apl-split-inner > .apl-split-text { order: 2; }
.apl-split.apl-split-reverse .apl-split-inner > .apl-split-media { order: 1; }

.apl-split-text h2 {
  font-size: clamp(26px, 3vw, 38px) !important;
  font-weight: 700 !important;
  letter-spacing: -0.024em !important;
  line-height: 1.15 !important;
  color: #1d1d1f !important;
  margin: 0 0 16px !important;
}
.apl-split-text p {
  font-size: 17px;
  color: #424245;
  line-height: 1.6;
  margin: 0;
}
.apl-split-media {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: #f5f5f7;
  box-shadow: 0 2px 12px rgba(0,0,0,0.05),
              0 24px 60px rgba(0,0,0,0.08);
}
.apl-split-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 0 !important;
}

/* ---------- Stats row ---------- */
.apl-stats {
  background: linear-gradient(180deg, #f5f5f7 0%, #ebebed 100%);
  border-top: 1px solid rgba(0,0,0,0.05);
  border-bottom: 1px solid rgba(0,0,0,0.05);
  padding: 56px 24px;
}
.apl-stats-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  text-align: center;
}
.apl-stat {
  padding: 8px;
}
.apl-stat strong {
  display: block;
  font-size: clamp(28px, 3.4vw, 44px);
  font-weight: 700;
  letter-spacing: -0.024em;
  line-height: 1.1;
  color: #007aff;
  margin-bottom: 6px;
}
.apl-stat span {
  display: block;
  font-size: 14px;
  color: #6e6e73;
  line-height: 1.45;
}

/* ---------- CTA section ---------- */
.apl-cta {
  padding: 72px 24px 88px;
  text-align: center;
}
.apl-cta-inner {
  max-width: 720px;
  margin: 0 auto;
}
.apl-cta h2 {
  font-size: clamp(26px, 3.4vw, 40px) !important;
  font-weight: 700 !important;
  letter-spacing: -0.028em !important;
  line-height: 1.15 !important;
  color: #1d1d1f !important;
  margin: 0 0 14px !important;
}
.apl-cta p {
  font-size: 17px;
  color: #6e6e73;
  margin: 0 0 24px;
}
.apl-cta-actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}
.apl-cta .apl-btn-primary,
.apl-cta .apl-btn-ghost {
  display: inline-block;
  padding: 13px 28px;
  border-radius: 999px;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.01em;
  text-decoration: none !important;
  transition: background .25s ease, transform .15s ease, box-shadow .25s ease, color .2s ease;
}
.apl-cta .apl-btn-primary {
  background: #007aff !important;
  color: #fff !important;
  box-shadow: 0 4px 18px rgba(0,122,255,0.35);
}
.apl-cta .apl-btn-primary:hover {
  background: #0058b8 !important;
  transform: translateY(-1px);
  box-shadow: 0 8px 26px rgba(0,122,255,0.45);
}
.apl-cta .apl-btn-ghost {
  background: rgba(0,0,0,0.05) !important;
  color: #1d1d1f !important;
  border: 1px solid rgba(0,0,0,0.08) !important;
}
.apl-cta .apl-btn-ghost:hover {
  background: rgba(0,0,0,0.08) !important;
  transform: translateY(-1px);
}

/* ---------- Hide the original page rows (orig content rendered under our new content) ---------- */
.apl-page ~ .main-rows,
main.main-rows .uc-row-wrapper:not(.apl-keep) {
  /* not used; we replace <main> content entirely */
}

/* ---------- Animations ---------- */
@keyframes aplPageFade {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
.apl-section,
.apl-split,
.apl-stats,
.apl-cta {
  animation: aplPageFade .6s cubic-bezier(0.16, 1, 0.3, 1) backwards;
}
.apl-split { animation-delay: .05s; }
.apl-stats { animation-delay: .1s; }
.apl-cta { animation-delay: .15s; }

/* ============================================================
   CONDITIONS GRID (used on /ползи.html)
   ============================================================ */
.apl-conditions {
  padding: 24px 24px 72px;
}
.apl-conditions-inner {
  max-width: 1180px;
  margin: 0 auto;
}
.apl-conditions-head {
  text-align: center;
  margin-bottom: 36px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.apl-conditions-head h2 {
  font-size: clamp(26px, 3.2vw, 38px) !important;
  font-weight: 700 !important;
  letter-spacing: -0.026em !important;
  line-height: 1.15 !important;
  color: #1d1d1f !important;
  margin: 0 !important;
}

/* ============================================================
   RESULTS GRID (used on /резултати.html)
   ============================================================ */
.apl-results {
  padding: 24px 24px 72px;
}
.apl-results-inner {
  max-width: 1180px;
  margin: 0 auto;
}
.apl-results-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.apl-result {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 22px;
  padding: 28px 28px 26px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: transform .35s cubic-bezier(0.16, 1, 0.3, 1),
              box-shadow .35s ease,
              border-color .25s ease;
}
.apl-result:hover {
  transform: translateY(-4px);
  border-color: rgba(0,0,0,0.1);
  box-shadow: 0 6px 20px rgba(0,0,0,0.05),
              0 22px 56px rgba(0,0,0,0.08);
}
.apl-result-head {
  display: flex;
  align-items: center;
  gap: 14px;
}
.apl-result-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(0,122,255,0.10);
  color: #007aff;
}
.apl-result:nth-child(4n+1) .apl-result-tag { background: rgba(52,199,89,0.12); color: #34c759; }
.apl-result:nth-child(4n+2) .apl-result-tag { background: rgba(255,149,0,0.12); color: #ff9500; }
.apl-result:nth-child(4n+3) .apl-result-tag { background: rgba(88,86,214,0.12); color: #5856d6; }
.apl-result:nth-child(4n)   .apl-result-tag { background: rgba(0,122,255,0.10); color: #007aff; }

.apl-result-h {
  font-size: 20px !important;
  font-weight: 600 !important;
  letter-spacing: -0.018em !important;
  line-height: 1.2 !important;
  color: #1d1d1f !important;
  margin: 0 !important;
}
.apl-result-body {
  font-size: 15.5px;
  color: #424245;
  line-height: 1.55;
  margin: 0;
}
.apl-result-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-top: 6px;
  border-top: 1px solid rgba(0,0,0,0.06);
  font-size: 13px;
  color: #6e6e73;
}
.apl-result-bar strong {
  font-weight: 600;
  color: #1d1d1f;
}

@media (max-width: 900px) {
  .apl-results-grid { grid-template-columns: 1fr; }
}
.apl-conditions-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 8px;
}
.apl-cond {
  position: relative;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 18px;
  padding: 26px 24px 24px;
  transition: transform .35s cubic-bezier(0.16, 1, 0.3, 1),
              box-shadow .35s ease,
              border-color .25s ease;
  text-decoration: none !important;
  color: inherit !important;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.apl-cond:hover {
  transform: translateY(-4px);
  border-color: rgba(0,0,0,0.1);
  box-shadow: 0 4px 16px rgba(0,0,0,0.04),
              0 20px 48px rgba(0,0,0,0.08);
}
.apl-cond-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.apl-cond-icon svg { width: 24px; height: 24px; }
.apl-cond:nth-child(6n+1) .apl-cond-icon { background: rgba(52,199,89,0.14); }
.apl-cond:nth-child(6n+1) .apl-cond-icon svg { color: #34c759; fill: #34c759; }
.apl-cond:nth-child(6n+2) .apl-cond-icon { background: rgba(0,122,255,0.14); }
.apl-cond:nth-child(6n+2) .apl-cond-icon svg { color: #007aff; fill: #007aff; }
.apl-cond:nth-child(6n+3) .apl-cond-icon { background: rgba(255,149,0,0.14); }
.apl-cond:nth-child(6n+3) .apl-cond-icon svg { color: #ff9500; fill: #ff9500; }
.apl-cond:nth-child(6n+4) .apl-cond-icon { background: rgba(88,86,214,0.14); }
.apl-cond:nth-child(6n+4) .apl-cond-icon svg { color: #5856d6; fill: #5856d6; }
.apl-cond:nth-child(6n+5) .apl-cond-icon { background: rgba(255,45,85,0.12); }
.apl-cond:nth-child(6n+5) .apl-cond-icon svg { color: #ff2d55; fill: #ff2d55; }
.apl-cond:nth-child(6n)   .apl-cond-icon { background: rgba(0,199,190,0.14); }
.apl-cond:nth-child(6n)   .apl-cond-icon svg { color: #00c7be; fill: #00c7be; }
.apl-cond-h {
  font-size: 18px !important;
  font-weight: 600 !important;
  letter-spacing: -0.015em !important;
  color: #1d1d1f !important;
  margin: 0 !important;
  line-height: 1.25 !important;
}
.apl-cond-d {
  font-size: 14.5px;
  color: #6e6e73;
  line-height: 1.5;
  margin: 0;
}

@media (max-width: 1023px) {
  .apl-conditions-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .apl-conditions-grid { grid-template-columns: 1fr; gap: 14px; }
  .apl-conditions { padding: 16px 18px 56px; }
}

/* ============================================================
   TEAM (used on /екип.html)
   ============================================================ */
.apl-team { padding: 24px 24px 80px; }
.apl-team-inner { max-width: 1100px; margin: 0 auto; }
.apl-team-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  margin-top: 8px;
}
.apl-team-card {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 22px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform .35s cubic-bezier(0.16, 1, 0.3, 1),
              box-shadow .35s ease,
              border-color .25s ease;
}
.apl-team-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0,0,0,0.1);
  box-shadow: 0 8px 24px rgba(0,0,0,0.06),
              0 24px 60px rgba(0,0,0,0.09);
}
.apl-team-media {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #f5f5f7;
}
.apl-team-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 0 !important;
  transition: transform .5s cubic-bezier(0.16, 1, 0.3, 1);
}
.apl-team-card:hover .apl-team-media img { transform: scale(1.04); }
.apl-team-body { padding: 26px 28px 28px; display: flex; flex-direction: column; gap: 6px; }
.apl-team-name {
  font-size: 22px !important;
  font-weight: 700 !important;
  letter-spacing: -0.02em !important;
  color: #1d1d1f !important;
  margin: 0 !important;
}
.apl-team-role {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #007aff;
  margin: 0;
}
.apl-team-bio { font-size: 15px; color: #424245; line-height: 1.55; margin: 8px 0 0; }

/* ============================================================
   PRICING (used on /цени.html)
   ============================================================ */
.apl-pricing { padding: 16px 24px 80px; }
.apl-pricing-inner { max-width: 1180px; margin: 0 auto; }
.apl-price-group { margin-top: 40px; }
.apl-price-group-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.apl-price-group-head h3 {
  font-size: 22px !important;
  font-weight: 700 !important;
  letter-spacing: -0.02em !important;
  margin: 0 !important;
  color: #1d1d1f !important;
}
.apl-price-group-head .apl-eyebrow { margin: 0; }
.apl-price-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.apl-price-card {
  position: relative;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 20px;
  padding: 26px 24px 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: transform .35s cubic-bezier(0.16, 1, 0.3, 1),
              box-shadow .35s ease,
              border-color .25s ease;
}
.apl-price-card.featured { border-color: rgba(0,122,255,0.4); box-shadow: 0 8px 28px rgba(0,122,255,0.10); }
.apl-price-card.featured::before {
  content: "Препоръчано";
  position: absolute;
  top: -10px;
  right: 18px;
  background: #007aff;
  color: #fff;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.apl-price-card:hover {
  transform: translateY(-3px);
  border-color: rgba(0,0,0,0.10);
  box-shadow: 0 6px 20px rgba(0,0,0,0.05),
              0 22px 52px rgba(0,0,0,0.08);
}
.apl-price-tier {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #6e6e73;
  margin: 0;
}
.apl-price-amount {
  font-size: 36px !important;
  font-weight: 700 !important;
  letter-spacing: -0.026em !important;
  line-height: 1.1 !important;
  color: #1d1d1f !important;
  margin: 0 !important;
}
.apl-price-amount small {
  font-size: 14px;
  font-weight: 500;
  color: #6e6e73;
  margin-left: 4px;
  letter-spacing: 0;
}
.apl-price-meta {
  font-size: 14px;
  color: #6e6e73;
  margin: 4px 0 0;
  line-height: 1.5;
}

/* ============================================================
   GALLERY (used on /portfolio.html)
   ============================================================ */
.apl-gallery { padding: 24px 24px 80px; }
.apl-gallery-inner { max-width: 1180px; margin: 0 auto; }
.apl-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.apl-gallery-item {
  position: relative;
  display: block;
  border-radius: 18px;
  overflow: hidden;
  background: #f5f5f7;
  aspect-ratio: 4 / 3;
  transition: transform .35s cubic-bezier(0.16, 1, 0.3, 1),
              box-shadow .35s ease;
  text-decoration: none !important;
}
.apl-gallery-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.08),
              0 22px 60px rgba(0,0,0,0.12);
}
.apl-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 0 !important;
  transition: transform .6s cubic-bezier(0.16, 1, 0.3, 1);
}
.apl-gallery-item:hover img { transform: scale(1.06); }

/* ============================================================
   NEWS LIST (used on /novini-barokamera.html)
   ============================================================ */
.apl-news-list { padding: 24px 24px 80px; }
.apl-news-list-inner { max-width: 1280px; margin: 0 auto; }
.apl-news-list-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.apl-news-item {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  text-decoration: none !important;
  color: inherit !important;
  transition: transform .35s cubic-bezier(0.16, 1, 0.3, 1),
              box-shadow .35s ease,
              border-color .25s ease;
}
.apl-news-item:hover {
  transform: translateY(-4px);
  border-color: rgba(0,0,0,0.10);
  box-shadow: 0 4px 16px rgba(0,0,0,0.04),
              0 16px 40px rgba(0,0,0,0.08);
}
.apl-news-item-media {
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #f5f5f7;
}
.apl-news-item-media img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 0 !important;
  transition: transform .6s cubic-bezier(0.16, 1, 0.3, 1);
}
.apl-news-item:hover .apl-news-item-media img { transform: scale(1.05); }
.apl-news-item-body { padding: 20px 22px 24px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.apl-news-item-h {
  font-size: 17px !important;
  font-weight: 600 !important;
  letter-spacing: -0.015em !important;
  line-height: 1.3 !important;
  color: #1d1d1f !important;
  margin: 0 !important;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.apl-news-item-cta {
  margin-top: auto;
  font-size: 14px;
  font-weight: 500;
  color: #007aff;
}

/* ============================================================
   CONTACTS (used on /contacts.html)
   ============================================================ */
.apl-contact { padding: 24px 24px 80px; }
.apl-contact-inner { max-width: 1180px; margin: 0 auto; }
.apl-contact-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-bottom: 36px;
}
.apl-contact-card {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 18px;
  padding: 26px 22px 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-decoration: none !important;
  color: inherit !important;
  transition: transform .3s cubic-bezier(0.16, 1, 0.3, 1),
              box-shadow .3s ease,
              border-color .25s ease;
}
.apl-contact-card:hover {
  transform: translateY(-3px);
  border-color: rgba(0,122,255,0.30);
  box-shadow: 0 4px 16px rgba(0,0,0,0.04),
              0 18px 40px rgba(0,0,0,0.08);
}
.apl-contact-icon {
  width: 44px; height: 44px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4px;
}
.apl-contact-icon svg { width: 22px; height: 22px; fill: currentColor; }
.apl-contact-card:nth-child(1) .apl-contact-icon { background: rgba(52,199,89,0.14); color: #34c759; }
.apl-contact-card:nth-child(2) .apl-contact-icon { background: rgba(0,122,255,0.14); color: #007aff; }
.apl-contact-card:nth-child(3) .apl-contact-icon { background: rgba(255,149,0,0.14); color: #ff9500; }
.apl-contact-card:nth-child(4) .apl-contact-icon { background: rgba(88,86,214,0.14); color: #5856d6; }
.apl-contact-card .apl-eyebrow { margin: 0; }
.apl-contact-card strong {
  font-size: 17px;
  font-weight: 600;
  color: #1d1d1f;
  letter-spacing: -0.012em;
}
.apl-contact-card span { font-size: 14px; color: #6e6e73; line-height: 1.5; }

.apl-map {
  width: 100%;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: 0 4px 18px rgba(0,0,0,0.05);
  aspect-ratio: 16 / 7;
  background: #f5f5f7;
}
.apl-map iframe { width: 100%; height: 100%; border: 0; display: block; }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .apl-split-inner { grid-template-columns: 1fr; gap: 32px; }
  .apl-split.apl-split-reverse .apl-split-inner > .apl-split-text { order: 2; }
  .apl-split.apl-split-reverse .apl-split-inner > .apl-split-media { order: 1; }
  .apl-stats-inner { grid-template-columns: repeat(2, 1fr); gap: 28px; }
  .apl-team-grid { grid-template-columns: 1fr; }
  .apl-price-cards { grid-template-columns: repeat(2, 1fr); }
  .apl-gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .apl-news-list-grid { grid-template-columns: repeat(2, 1fr); }
  .apl-contact-grid { grid-template-columns: repeat(2, 1fr); }
  .apl-map { aspect-ratio: 4 / 3; }
}
@media (max-width: 600px) {
  .apl-page-hero { height: clamp(320px, 50vh, 420px); }
  .apl-section { padding: 48px 20px; }
  .apl-split { padding: 40px 20px; }
  .apl-cta { padding: 52px 20px 64px; }
  .apl-stats-inner { grid-template-columns: 1fr; gap: 20px; }
  .apl-cta-actions { flex-direction: column; align-items: stretch; }
  .apl-price-cards { grid-template-columns: 1fr; }
  .apl-gallery-grid { grid-template-columns: 1fr; }
  .apl-news-list-grid { grid-template-columns: 1fr; }
  .apl-contact-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .apl-section, .apl-split, .apl-stats, .apl-cta { animation: none; }
}
