/* ─── Hero ─── */
.hero {
  min-height: 100svh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  gap: 0;
  overflow: hidden;
}
.hero-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding:
    clamp(3rem, 6vw, 7rem)
    clamp(2rem, 5vw, 6rem)
    clamp(3rem, 6vw, 7rem)
    calc((100vw - min(1180px, 92vw)) / 2);
}
.hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.4rem;
}
.hero-eyebrow::before {
  content: "";
  display: block;
  width: 36px;
  height: 1.5px;
  background: var(--accent);
  flex-shrink: 0;
}
.hero-script {
  font-family: "Allura", cursive;
  font-size: clamp(2.5rem, 5vw, 4rem);
  color: var(--accent-dim);
  line-height: 1;
  margin-bottom: 0.5rem;
}
.hero-h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.6rem, 6.5vw, 6rem);
  font-weight: 500;
  line-height: 0.96;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin-bottom: 1.4rem;
}
.hero-h1 em { font-style: italic; color: var(--accent); }
.hero-lead {
  font-size: 1.02rem;
  color: var(--muted);
  max-width: 42ch;
  line-height: 1.65;
  margin-bottom: 2.2rem;
}
.hero-actions { display: flex; gap: 1rem; align-items: center; flex-wrap: wrap; }
.hero-right { position: relative; overflow: hidden; }
.hero-right::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, var(--bg) 0%, transparent 18%);
  z-index: 1;
  pointer-events: none;
}
.hero-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
}
.hero-badge {
  position: absolute;
  bottom: 2.5rem;
  left: 3rem;
  z-index: 2;
  background: oklch(99% 0.005 50 / 0.92);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  padding: 1.1rem 1.4rem;
  box-shadow: var(--shadow);
  max-width: 240px;
}
.hero-badge-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0.35rem;
}
.hero-badge-text { font-size: 0.8rem; color: var(--muted); line-height: 1.4; }

/* ─── Lead magnet ─── */
.leadmagnet { padding: 5rem 0; }
.lm-panel {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 0;
  border-radius: 36px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--line);
}
.lm-left {
  background: var(--dark);
  padding: clamp(2.2rem, 5vw, 4rem);
  position: relative;
  overflow: hidden;
}
.lm-left::before {
  content: "";
  position: absolute;
  width: 500px; height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, oklch(66% 0.09 28 / 0.1) 0%, transparent 70%);
  bottom: -150px; right: -100px;
  pointer-events: none;
}
.lm-badge-row { display: flex; gap: 0.6rem; margin-bottom: 1.6rem; flex-wrap: wrap; }
.lm-badge {
  font-size: 0.68rem; font-weight: 700; letter-spacing: 0.1em;
  text-transform: uppercase; padding: 0.4rem 0.85rem;
  border-radius: 999px; border: 1px solid rgba(255,255,255,0.4);
  color: rgba(255,255,255,0.9);
}
.lm-badge-alt { border-color: rgba(255,255,255,0.3); color: rgba(255,255,255,0.75); }
.lm-h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.8rem, 3.5vw, 2.9rem);
  font-weight: 500; line-height: 1.05;
  color: #fff; margin-bottom: 1rem;
}
.lm-h2 em { font-style: italic; color: rgba(255,255,255,0.88); }
.lm-sub { font-size: 0.92rem; color: rgba(255,255,255,0.78); line-height: 1.65; margin-bottom: 2rem; max-width: 48ch; }
.lm-points { list-style: none; display: grid; gap: 1.1rem; }
.lm-points li { display: grid; grid-template-columns: 28px 1fr; gap: 0.75rem; align-items: start; }
.lm-check {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.3rem; color: rgba(255,255,255,0.85);
  line-height: 1.3;
}
.lm-points strong { font-size: 0.9rem; color: #fff; font-weight: 700; display: block; margin-bottom: 0.2rem; }
.lm-points p { font-size: 0.82rem; color: rgba(255,255,255,0.7); margin: 0; line-height: 1.5; }

.lm-right {
  background: var(--surface);
  padding: clamp(2.2rem, 5vw, 4rem);
  display: flex;
  align-items: center;
}
.lm-form-wrap { width: 100%; }
.lm-form-label {
  font-size: 0.7rem; font-weight: 700; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--accent); margin-bottom: 0.4rem;
}
.lm-form-title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.8rem, 3vw, 2.2rem); font-weight: 600; line-height: 1;
  color: var(--ink); margin-bottom: 0.6rem;
}
.lm-form-sub { font-size: 0.88rem; color: var(--muted); line-height: 1.55; margin-bottom: 1.8rem; }
.lm-form { display: grid; gap: 1rem; }
.lm-field { display: grid; gap: 0.35rem; }
.lm-field label { font-size: 0.75rem; font-weight: 700; color: var(--ink); letter-spacing: 0.04em; }
.lm-field input {
  width: 100%; padding: 0.9rem 1rem;
  border: 1.5px solid var(--line); border-radius: var(--r-sm);
  background: var(--bg); color: var(--ink);
  font-family: "Manrope", sans-serif; font-size: 1rem;
  outline: none; transition: border-color 0.2s ease;
}
.lm-field input:focus { border-color: var(--accent); }
.lm-field input::placeholder { color: var(--muted); opacity: 0.6; }
.lm-btn {
  width: 100%; padding: 1rem;
  background: var(--accent); color: #fff;
  border: none; border-radius: var(--r-sm);
  font-family: "Manrope", sans-serif;
  font-size: 0.82rem; font-weight: 700;
  letter-spacing: 0.06em; cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  box-shadow: 0 4px 20px oklch(66% 0.09 28 / 0.3);
}
.lm-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 28px oklch(66% 0.09 28 / 0.4); background: oklch(62% 0.09 28); }
.lm-privacy { font-size: 0.72rem; color: var(--muted); text-align: center; margin: 0; }
.lm-success { text-align: center; padding: 2rem 1rem; }
.lm-success-icon { font-size: 2rem; color: var(--accent); margin-bottom: 0.8rem; }
.lm-success-title { font-family:"Cormorant Garamond",serif; font-size: 1.8rem; font-weight:600; margin-bottom:0.4rem; }
.lm-success-text { font-size: 0.9rem; color: var(--muted); line-height:1.6; }

/* ─── Strip ─── */
.strip {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 2.6rem 0;
  background: var(--surface);
}
.strip-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.strip-item { padding: 0 2.5rem; border-right: 1px solid var(--line); }
.strip-item:first-child { padding-left: 0; }
.strip-item:last-child { border-right: none; }
.strip-icon { font-size: 1rem; color: var(--accent); margin-bottom: 0.9rem; }
.strip-item h3 { font-family: "Cormorant Garamond", serif; font-size: 1.55rem; font-weight: 600; margin-bottom: 0.35rem; }
.strip-item p { font-size: 0.875rem; color: var(--muted); }

/* ─── Focus / Approccio ─── */
.focus-section { padding: 7rem 0; }
.focus-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.focus-number { font-family: "Cormorant Garamond", serif; font-size: 9rem; font-weight: 300; line-height: 1; color: var(--accent-light); margin-bottom: -1rem; }
.focus-h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.2rem, 4.5vw, 3.8rem);
  font-weight: 500; line-height: 1;
  margin: 0.4rem 0 1.4rem;
}
.focus-h2 em { font-style: italic; color: var(--accent); }
.focus-body { font-size: 1.02rem; color: var(--muted); line-height: 1.7; }
.focus-body p + p { margin-top: 1rem; }
.focus-right { display: flex; flex-direction: column; gap: 1.2rem; }
.focus-panel {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 1.6rem;
  box-shadow: var(--shadow);
}
.focus-panel-label { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--accent); margin-bottom: 1rem; }
.focus-tags { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.focus-tags span { padding: 0.45rem 0.85rem; border-radius: 999px; border: 1.5px solid var(--accent-light); color: var(--ink); font-size: 0.8rem; font-weight: 600; }
.focus-quote-panel { background: var(--dark); border-radius: var(--r-lg); padding: 1.8rem; }
.focus-quote { font-family: "Cormorant Garamond", serif; font-size: clamp(1.4rem, 2.5vw, 2rem); font-style: italic; line-height: 1.2; color: #fff; }

/* ─── Problem — dark ─── */
.problem-section { background: var(--dark); padding: 7rem 0; position: relative; overflow: hidden; }
.problem-section::before {
  content: ""; position: absolute;
  width: 600px; height: 600px; border-radius: 50%;
  background: radial-gradient(circle, oklch(66% 0.09 28 / 0.08) 0%, transparent 70%);
  top: -200px; right: -100px; pointer-events: none;
}
.problem-kicker { color: var(--accent-light); margin-bottom: 0.6rem; }
.problem-h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.2rem, 5vw, 4.4rem);
  font-weight: 500; line-height: 1;
  color: #fff; max-width: 18ch; margin-bottom: 4rem;
}
.problem-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 2px; background: oklch(0.93 0.01 51.21);
  border-radius: var(--r-lg); overflow: hidden;
}
.problem-card { background: var(--dark-2); padding: 2.4rem 2rem; }
.problem-n { font-family: "Cormorant Garamond", serif; font-size: 4rem; font-weight: 300; color: oklch(66% 0.09 28 / 0.35); line-height: 1; margin-bottom: 1rem; }
.problem-card h3 { font-family: "Cormorant Garamond", serif; font-size: clamp(1.4rem, 2.5vw, 2.1rem); font-weight: 500; color: #fff; line-height: 1.1; margin-bottom: 0.75rem; }
.problem-card p { font-size: 0.9rem; color: rgba(255,255,255,0.82); line-height: 1.65; }

/* ─── Services ─── */
.services-section { padding: 7rem 0; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; }
.service-card {
  position: relative;
  display: flex; flex-direction: column;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 1.8rem 1.4rem;
  box-shadow: var(--shadow);
  transition: transform 0.3s cubic-bezier(0.22,1,0.36,1), box-shadow 0.3s ease;
}
.service-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); }
.service-card-featured {
  background: linear-gradient(160deg, oklch(96% 0.018 45) 0%, var(--surface) 100%);
  border-color: oklch(66% 0.09 28 / 0.2);
}
.service-card-dark { background: var(--dark); border-color: transparent; color: #fff; }
.service-n { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.1em; color: var(--accent); margin-bottom: 1.2rem; }
.service-card-dark .service-n { color: rgba(255,255,255,0.7); }
.service-card h3 { font-family: "Cormorant Garamond", serif; font-size: 1.75rem; font-weight: 500; line-height: 1.05; margin-bottom: 0.8rem; }
.service-card-dark h3 { color: #fff; }
.service-card p { font-size: 0.875rem; color: var(--muted); line-height: 1.6; }
.service-card-dark p { color: rgba(255,255,255,0.85); }
.service-points { list-style: none; display: grid; gap: 0.45rem; margin: 1rem 0 0; padding: 0; }
.service-points li { font-size: 0.85rem; color: var(--ink); padding-left: 1rem; position: relative; }
.service-points li::before {
  content: ""; position: absolute; left: 0; top: 0.52rem;
  width: 5px; height: 5px; border-radius: 50%; background: var(--accent);
}
.service-card-dark .service-points li { color: rgba(255,255,255,0.9); }
.service-card-dark .service-points li::before { background: #fff; }
.service-meta {
  margin-top: auto; padding-top: 1.2rem;
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase;
  color: var(--muted); border-top: 1px solid var(--line);
}
.service-card-dark .service-meta { color: rgba(255,255,255,0.6); border-color: rgba(255,255,255,0.2); }
.services-cta-bar {
  margin-top: 2.5rem;
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; padding: 1.2rem 1.6rem;
  border-radius: var(--r-md);
  background: var(--surface-2); border: 1px solid var(--line);
  flex-wrap: wrap;
}
.services-cta-bar p { font-size: 0.92rem; color: var(--muted); flex: 1; min-width: 220px; }

/* ─── About (home) ─── */
.about-section { padding: 7rem 0; }
.about-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 5rem; align-items: center; }
.about-photo-wrap { position: relative; }
.about-photo {
  width: 100%;
  height: min(680px, 90vw);
  object-fit: cover;
  object-position: center 10%;
  border-radius: 50% 50% var(--r-lg) var(--r-lg);
  box-shadow: var(--shadow-lg);
}
.about-float {
  position: absolute;
  right: -1rem;
  bottom: 3rem;
  background: var(--dark);
  border-radius: var(--r-md);
  padding: 1.2rem 1.4rem;
  box-shadow: var(--shadow-lg);
  font-family: "Cormorant Garamond", serif;
  font-size: 3rem;
  font-weight: 300;
  color: var(--ink);
}
.about-script { font-family: "Allura", cursive; font-size: 2.2rem; color: var(--accent-dim); line-height: 1; margin-bottom: 0.4rem; }
.about-h2 { font-family: "Cormorant Garamond", serif; font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 500; line-height: 1.02; margin-bottom: 1.4rem; }
.about-h3 { font-family: "Cormorant Garamond", serif; font-size: clamp(1.5rem, 2.8vw, 2.1rem); font-weight: 500; margin: 1.8rem 0 0.5rem; }
.about-body { font-size: 1rem; color: var(--muted); line-height: 1.7; }
.about-actions { margin-top: 1.8rem; display: flex; gap: 1rem; flex-wrap: wrap; }

/* ─── Programs ─── */
.programs-section { padding: 7rem 0; background: var(--surface); border-top: 1px solid var(--line); }
.program-stack { display: grid; gap: 1.4rem; }
.program-card {
  display: grid;
  grid-template-columns: 280px 1fr;
  border-radius: var(--r-lg);
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  background: var(--surface);
}
.program-photo-col { position: relative; min-height: 220px; }
.program-photo-col img { width: 100%; height: 100%; object-fit: cover; }
.program-photo-col::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(to right, transparent 60%, var(--surface));
}
.program-card-dark .program-photo-col::after { background: linear-gradient(to right, transparent 60%, var(--dark)); }
.program-body { padding: 2rem; display: flex; flex-direction: column; justify-content: center; }
.program-label {
  display: inline-block;
  font-size: 0.7rem; font-weight: 700; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--accent);
  background: oklch(66% 0.09 28 / 0.1);
  padding: 0.35rem 0.75rem; border-radius: 999px;
  margin-bottom: 0.8rem; align-self: flex-start;
}
.program-body h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.6rem, 3.5vw, 2.8rem);
  font-weight: 500; line-height: 1.02;
  color: var(--accent);
  margin-bottom: 0.75rem;
}
.program-card-dark { background: var(--dark); border-color: transparent; }
.program-card-dark .program-body h3 { color: #fff; }
.program-card-dark .program-label { color: rgba(255,255,255,0.9); background: rgba(255,255,255,0.15); }
.program-copy { font-size: 0.92rem; color: var(--muted); line-height: 1.65; max-width: 50ch; }
.program-card-dark .program-copy { color: rgba(255,255,255,0.85); opacity: 1; }
.program-points-simple { list-style: none; display: grid; gap: 0.4rem; margin-top: 1rem; }
.program-points-simple li { font-size: 0.85rem; color: var(--ink); padding-left: 1rem; position: relative; }
.program-points-simple li::before { content: "→"; position: absolute; left: 0; color: var(--accent); font-size: 0.75rem; }
.program-card-dark .program-points-simple li { color: rgba(255,255,255,0.9); }
.program-card-dark .program-points-simple li::before { color: #fff; }

/* ─── Audience ─── */
.audience-section { padding: 7rem 0; }
.audience-panel {
  position: relative; overflow: hidden;
  border-radius: 36px;
  background: var(--dark);
  display: grid; grid-template-columns: 1.1fr 0.9fr;
  min-height: 600px;
}
.audience-left {
  position: relative; z-index: 2;
  padding: clamp(2.5rem, 5vw, 5rem);
  display: flex; flex-direction: column; justify-content: center;
}
.audience-kicker { color: var(--accent-light); margin-bottom: 0.6rem; }
.audience-h2 { font-family: "Cormorant Garamond", serif; font-size: clamp(1.9rem, 4vw, 3.2rem); font-weight: 500; line-height: 1.02; color: #fff; margin-bottom: 2rem; }
.audience-list { display: grid; gap: 1rem; margin-bottom: 2.5rem; }
.audience-item {
  background: oklch(99% 0.005 50 / 0.15);
  border: 1px solid oklch(99% 0.005 50 / 0.25);
  border-radius: var(--r-md);
  padding: 1.1rem 1.3rem;
  backdrop-filter: blur(8px);
}
.audience-item h3 { font-family: "Cormorant Garamond", serif; font-size: 1.4rem; font-weight: 500; color: #fff; margin-bottom: 0.2rem; line-height: 1.1; }
.audience-item p { font-size: 0.85rem; color: rgba(255,255,255,0.8); }
.audience-actions { display: flex; gap: 0.8rem; flex-wrap: wrap; }
.audience-right { position: relative; overflow: hidden; }
.audience-right::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(to right, var(--dark) 0%, transparent 30%);
  z-index: 1; pointer-events: none;
}
.audience-photo { width: 100%; height: 100%; object-fit: cover; object-position: center 20%; }

/* ─── Closing ─── */
.closing-section { padding: 7rem 0; }
.closing-panel {
  background: linear-gradient(160deg, oklch(95% 0.018 45) 0%, oklch(97% 0.010 45) 100%);
  border: 1px solid var(--line);
  border-radius: 36px;
  display: grid; grid-template-columns: 1.1fr 0.9fr;
  gap: 3rem; align-items: center;
  padding: clamp(2.2rem, 5vw, 5rem);
  box-shadow: var(--shadow-lg);
}
.closing-h2 { font-family: "Cormorant Garamond", serif; font-size: clamp(2rem, 4.5vw, 3.6rem); font-weight: 500; line-height: 1.02; margin: 0.4rem 0 1rem; }
.closing-lead { font-size: 1rem; color: var(--muted); line-height: 1.7; max-width: 44ch; margin-bottom: 2rem; }
.closing-actions { display: flex; gap: 1rem; flex-wrap: wrap; align-items: center; }
.closing-card { background: var(--dark); border-radius: var(--r-lg); padding: 2rem; }
.closing-panel--single { grid-template-columns: 1fr; }
.closing-card h3 { font-family: "Cormorant Garamond", serif; font-size: 1.6rem; font-weight: 500; margin-bottom: 1.2rem; color: var(--accent-light); }
.closing-points { list-style: none; display: grid; gap: 0.85rem; }
.closing-points li { font-size: 0.9rem; color: oklch(75% 0.01 45); padding-left: 1.1rem; position: relative; line-height: 1.5; }
.closing-points li::before {
  content: ""; position: absolute; left: 0; top: 0.55rem;
  width: 5px; height: 5px; border-radius: 50%; background: var(--accent);
}

/* ─── Responsive ─── */
@media (max-width: 1020px) {
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-left {
    padding:
      3rem
      calc((100vw - min(1180px, 92vw)) / 2 + 1rem)
      2rem
      calc((100vw - min(1180px, 92vw)) / 2);
  }
  .hero-right { height: 55vw; min-height: 320px; }
  .hero-right::before { background: linear-gradient(to bottom, var(--bg) 0%, transparent 30%); }
  .hero-badge { left: 1.5rem; bottom: 1.5rem; max-width: 220px; }
  .focus-inner, .about-grid { grid-template-columns: 1fr; gap: 3rem; }
  .focus-number { font-size: 6rem; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .audience-panel { grid-template-columns: 1fr; min-height: auto; }
  .audience-right { height: 340px; }
  .closing-panel { grid-template-columns: 1fr; }
  .program-card { grid-template-columns: 1fr; }
  .program-photo-col { height: 220px; min-height: 220px; }
  .program-photo-col::after, .program-card-dark .program-photo-col::after {
    background: linear-gradient(to bottom, transparent 50%, var(--surface));
  }
  .program-card-dark .program-photo-col::after {
    background: linear-gradient(to bottom, transparent 50%, var(--dark));
  }
  .problem-grid { grid-template-columns: 1fr; gap: 2px; }
  .strip-grid { grid-template-columns: 1fr; gap: 1.6rem; }
  .strip-item { border-right: none; border-bottom: 1px solid var(--line); padding: 0 0 1.6rem; }
  .strip-item:last-child { border-bottom: none; padding-bottom: 0; }
  .about-photo { height: min(520px, 90vw); }
  .about-float { right: 0; bottom: 1.5rem; padding: 0.9rem 1.1rem; font-size: 2.2rem; }
}

@media (max-width: 640px) {
  .leadmagnet { padding: 3.5rem 0; }
  .lm-panel { grid-template-columns: 1fr; border-radius: 22px; }
  .lm-left,
  .lm-right { padding: 1.7rem 1.25rem; }
  .lm-points { gap: 0.9rem; }
  .lm-points li { grid-template-columns: 22px 1fr; gap: 0.55rem; }
  .focus-section,
  .problem-section,
  .services-section,
  .about-section,
  .programs-section,
  .audience-section,
  .closing-section { padding: 4.5rem 0; }
  .hero-left {
    padding:
      1.75rem
      calc((100vw - min(1180px, 92vw)) / 2)
      1.35rem;
  }
  .hero-h1 {
    font-size: clamp(2.35rem, 12vw, 3.45rem);
    letter-spacing: 0;
  }
  .hero-lead { font-size: 0.98rem; margin-bottom: 1.6rem; }
  .hero-actions { gap: 0.75rem; }
  .hero-right { height: 72vw; min-height: 320px; }
  .hero-photo { object-position: center 48%; }
  .service-grid { grid-template-columns: 1fr; }
  .services-cta-bar { padding: 1.2rem; align-items: stretch; }
  .problem-h2 { margin-bottom: 2.4rem; }
  .problem-card { padding: 1.8rem 1.4rem; }
  .focus-inner,
  .about-grid { gap: 2.2rem; }
  .focus-panel,
  .focus-quote-panel { border-radius: 20px; }
  .focus-tags span { font-size: 0.76rem; padding: 0.4rem 0.7rem; }
  .about-photo { height: min(460px, 105vw); }
  .about-actions { gap: 0.75rem; }
  .program-body { padding: 1.6rem 1.4rem; }
  .program-photo-col { height: 190px; min-height: 190px; }
  .audience-left { padding: 2.2rem 1.4rem; }
  .audience-panel { border-radius: 24px; }
  .audience-right { height: 230px; }
  .closing-panel { padding: 2rem 1.4rem; border-radius: 24px; }
  .closing-card { padding: 1.6rem 1.4rem; }
  .hero-actions { width: 100%; }
  .hero-actions .btn { flex: 1 1 auto; text-align: center; }
}

@media (max-width: 420px) {
  .hero-right { min-height: 300px; }
  .hero-badge { left: 0.75rem; right: 0.75rem; bottom: 0.75rem; max-width: none; padding: 0.85rem 1rem; }
  .hero-badge-title { font-size: 1.15rem; }
  .focus-number { font-size: 4.6rem; }
  .problem-n { font-size: 3rem; }
  .service-card { padding: 1.5rem 1.2rem; }
  .lm-form-title,
  .lm-h2 { overflow-wrap: anywhere; }
}
