:root {
  --program-green: #064a45;
  --program-deep: #2c4c47;
  --program-text: #241512;
  --program-muted: #665f58;
  --program-cream: #f4efe7;
  --program-mist: #eef5f2;
  --program-line: rgba(6, 74, 69, 0.16);
  --program-gold: #d3a38c;
}

body { min-height: 1000px; background: #f7f8f8; }
.program-detail { overflow: hidden; color: var(--program-text); font-family: var(--omni-font-base), var(--omni-font-accent); }
.program-wrap { width: min(100%, 1180px); margin: 0 auto; padding: 0 40px; }
.program-hero { position: relative; min-height: 760px; padding: 150px 0 96px; background: linear-gradient(90deg, rgba(6,74,69,.96), rgba(44,76,71,.86) 48%, rgba(44,76,71,.42)), url("https://omniclinic43.com/upload_image/project/project_420.jpg") center / cover; color: var(--omni-color-text); isolation: isolate; }
.program-detail--fathers-day .program-hero { background-image: linear-gradient(90deg, rgba(6,74,69,.94), rgba(44,76,71,.78) 50%, rgba(44,76,71,.2)), url("../../images/programs/fathers-day-hero.webp"); background-position: center; background-size: cover; }
.program-hero::before { content: ""; position: absolute; right: 8vw; top: 130px; width: 330px; height: 330px; border: 1px solid rgba(220,217,210,.34); border-radius: 50%; animation: programSpin 24s linear infinite; z-index: -1; }
.program-hero::after { content: ""; position: absolute; right: -7vw; bottom: 92px; width: 42vw; height: 1px; background: linear-gradient(90deg, transparent, rgba(220,217,210,.82), transparent); animation: programDrift 6s ease-in-out infinite; z-index: -1; }
.program-hero__content { width: min(100%, 780px); animation: programRise .85s ease both; }
.program-eyebrow { display: inline-flex; align-items: center; gap: 14px; margin: 0 0 24px; color: rgba(220,217,210,.92); font-family: var(--omni-font-accent), var(--omni-font-base); font-size: 18px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; }
.program-eyebrow::before { content: ""; width: 46px; height: 1px; background: var(--program-gold); }
.program-hero__badge { display: flex; align-items: center; gap: 10px; width: fit-content; margin: 0 0 20px; padding: 9px 16px; border: 1px solid rgba(217,188,145,.95); border-radius: 999px; background: rgba(6,74,69,.78); color: var(--omni-color-text); font-size: 15px; font-weight: 700; letter-spacing: 1px; box-shadow: 0 6px 20px rgba(6,74,69,.24); backdrop-filter: blur(8px); }
.program-hero__badge-icon { flex: 0 0 auto; width: 22px; height: 22px; fill: none; stroke: #d9bc91; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.program-hero h1 { margin: 0; font-size: clamp(38px, 5vw, 72px); font-weight: 700; line-height: 1.2; letter-spacing: 0; }
.program-hero__lead { max-width: 720px; margin: 30px 0 0; color: rgba(220,217,210,.94); font-size: 20px; font-weight: 500; line-height: 1.95; text-align: justify; }
.program-pills { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.program-pill { padding: 8px 16px; border: 1px solid rgba(220,217,210,.52); background: rgba(44,76,71,.34); color: var(--omni-color-text); font-size: 15px; font-weight: 700; backdrop-filter: blur(8px); }
.program-summary { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: -82px; }
.program-summary__card, .program-info, .program-faq__item { background: #fff; border: 1px solid var(--program-line); border-radius: 8px; box-shadow: 0 18px 44px rgba(6,74,69,.08); }
.program-summary__card { min-height: 176px; padding: 30px 24px; transition: transform .35s ease, border-color .35s ease; }
.program-summary__card:hover, .program-info:hover { transform: translateY(-6px); border-color: var(--program-gold); }
.program-summary__num { display: block; margin-bottom: 14px; color: var(--program-gold); font-family: var(--omni-font-accent), var(--omni-font-base); font-size: 46px; font-weight: 700; line-height: 1; }
.program-summary__card p { margin: 0; color: var(--program-green); font-size: 17px; font-weight: 700; line-height: 1.7; }
.program-section { width: min(100%, 1180px); margin: 0 auto; padding: 92px 40px; border-bottom: 1px solid var(--program-line); }
.program-section--mist { width: 100%; max-width: none; background: var(--program-mist); border-bottom: 0; }
.program-section--mist .program-section__inner { width: min(100%, 1180px); margin: 0 auto; padding: 0 40px; }
.program-section__head { display: grid; grid-template-columns: minmax(190px, .34fr) 1fr; gap: 46px; align-items: start; margin-bottom: 42px; }
.program-section__label { margin: 0; color: var(--program-gold); font-family: var(--omni-font-accent), var(--omni-font-base); font-size: 16px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; }
.program-section h2 { margin: 0; color: var(--program-green); font-size: 36px; font-weight: 700; line-height: 1.45; }
.program-info-grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(320px, .55fr); gap: 24px; align-items: stretch; }
.program-info { padding: 34px 32px; transition: transform .35s ease, border-color .35s ease; }
.program-info h3 { margin: 0 0 18px; color: var(--program-green); font-size: 24px; line-height: 1.5; }
.program-info p { margin: 0; color: var(--program-muted); font-size: 18px; font-weight: 500; line-height: 1.9; text-align: justify; }
.program-price { color: var(--program-green); font-family: var(--omni-font-accent), var(--omni-font-base); font-size: clamp(36px, 4vw, 58px); font-weight: 700; line-height: 1.18; }
.program-audience { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; padding: 0; margin: 0; list-style: none; }
.program-audience li { min-height: 76px; padding: 18px 20px; background: #fff; border: 1px solid var(--program-line); border-radius: 8px; color: var(--program-green); font-size: 17px; font-weight: 700; line-height: 1.65; }
.program-table-wrap { overflow: hidden; padding: 12px; background: #fff; border: 1px solid var(--program-line); border-radius: 8px; box-shadow: 0 18px 44px rgba(6,74,69,.08); }
.program-table-wrap table { width: 100% !important; min-width: 0; table-layout: fixed; }
.program-table-wrap th, .program-table-wrap td { max-width: 100%; white-space: normal !important; word-break: break-word; overflow-wrap: anywhere; }
.program-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; margin-top: 32px; }
.program-button { display: inline-flex; align-items: center; justify-content: center; min-width: 160px; min-height: 48px; padding: 12px 22px; border: 1px solid var(--program-green); color: var(--program-green); font-size: 16px; font-weight: 700; transition: background .3s ease, color .3s ease, transform .3s ease; }
.program-button:hover { background: var(--program-green); color: var(--omni-color-text); transform: translateY(-3px); }
.program-faq { display: grid; gap: 14px; }
.program-faq__item { overflow: hidden; box-shadow: none; }
.program-faq__item summary { cursor: pointer; padding: 22px 24px; color: var(--program-green); font-size: 18px; font-weight: 700; line-height: 1.6; list-style: none; }
.program-faq__item summary::-webkit-details-marker { display: none; }
.program-faq__item p { margin: 0; padding: 0 24px 24px; color: var(--program-muted); font-size: 16px; line-height: 1.85; }
.program-back { display: flex; justify-content: center; padding: 70px 0 110px; }
.program-back a { position: relative; color: var(--program-green); font-family: var(--omni-font-accent), var(--omni-font-base); font-size: 26px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; }
.program-back a::before { content: ""; position: absolute; top: -8px; left: 0; width: 0; height: 1px; background: var(--program-green); transition: width .3s ease; }
.program-back a:hover::before { width: 100%; }
[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }
.program-section:has(.program-table-wrap) { opacity: 1 !important; transform: none !important; }
@keyframes programRise { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
@keyframes programSpin { to { transform: rotate(360deg); } }
@keyframes programDrift { 0%, 100% { transform: translateX(0); opacity: .45; } 50% { transform: translateX(-36px); opacity: 1; } }
@media (max-width: 1024px) { .program-hero { min-height: 680px; } .program-section__head, .program-info-grid { grid-template-columns: 1fr; } .program-section__head { gap: 18px; } }
@media (max-width: 768px) { .program-wrap, .program-section, .program-section--mist .program-section__inner { width: 100%; padding-left: 16px; padding-right: 16px; } .program-hero { min-height: auto; padding: 112px 0 96px; } .program-hero__content, .program-hero__lead, .program-pills { width: calc(100vw - 32px); max-width: calc(100vw - 32px); min-width: 0; } .program-hero h1 { font-size: 34px; } .program-hero__lead { font-size: 15px; word-break: break-all; overflow-wrap: anywhere; } .program-hero__lead span { display: block; } .program-pills { display: grid; grid-template-columns: repeat(2, max-content); justify-content: start; } .program-summary { grid-template-columns: 1fr; margin-top: -54px; padding: 0 16px; } .program-summary__card { min-height: auto; padding: 22px 18px; } .program-section { padding-top: 58px; padding-bottom: 58px; } .program-section h2 { font-size: 26px; } .program-info { padding: 24px 18px; } .program-info h3 { font-size: 20px; } .program-info p, .program-audience li { font-size: 15px; } .program-audience { grid-template-columns: 1fr; } .program-table-wrap { margin-left: 0; margin-right: 0; padding: 6px; } .program-table-wrap table { font-size: 12px !important; line-height: 1.55; } .program-table-wrap th, .program-table-wrap td { padding: 8px 6px !important; } .program-faq__item summary { padding: 18px; font-size: 16px; } .program-faq__item p { padding: 0 18px 20px; } .program-back a { font-size: 16px; } }
@media (max-width: 768px) { .program-table-wrap { overflow: visible; background: transparent; border: 0; box-shadow: none; } .program-table-wrap table, .program-table-wrap thead, .program-table-wrap tbody, .program-table-wrap tr, .program-table-wrap th, .program-table-wrap td { display: block; width: 100% !important; min-width: 0 !important; max-width: none !important; box-sizing: border-box; } .program-table-wrap table { table-layout: auto; background: transparent; } .program-table-wrap thead { display: none; } .program-table-wrap tr { margin-bottom: 12px; overflow: hidden; background: #fff; border: 1px solid var(--program-line); border-radius: 8px; box-shadow: 0 10px 26px rgba(6,74,69,.07); } .program-table-wrap td, .program-table-wrap th { min-height: 38px; border-bottom: 1px solid rgba(6,74,69,.1) !important; color: var(--program-text) !important; text-align: left !important; white-space: normal !important; word-break: break-word; overflow-wrap: anywhere; } .program-table-wrap td:first-child, .program-table-wrap th:first-child { background: var(--program-mist) !important; color: var(--program-green) !important; font-weight: 700; } .program-table-wrap td:last-child, .program-table-wrap th:last-child { border-bottom: 0 !important; } }
@media (max-width: 575px) { .program-hero h1 { font-size: 30px; } .program-pills { grid-template-columns: 1fr; } .program-pill { width: fit-content; } .program-price { font-size: 34px; } .program-button { width: 100%; } }
