:root{--green:#0d3d33;--green2:#155647;--cream:#f4efe3;--sand:#d7c9a8;--ink:#18211e;--muted:#67716d;--white:#fff;--line:#dfe5e1;--shadow:0 24px 60px rgba(15,43,35,.12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Manrope,system-ui,sans-serif;color:var(--ink);background:#fff;line-height:1.7}.container{width:min(1180px,calc(100% - 40px));margin:auto}.topbar{position:sticky;top:0;z-index:30;background:rgba(255,255,255,.94);backdrop-filter:blur(12px);border-bottom:1px solid rgba(13,61,51,.08)}.nav-wrap{height:82px;display:flex;align-items:center;gap:24px}.brand{display:flex;align-items:center;gap:11px;color:var(--green);text-decoration:none;min-width:max-content}.brand-mark{width:42px;height:42px;border-radius:50% 50% 46% 54%;background:var(--green);color:#fff;display:grid;place-items:center;font-family:"Playfair Display",serif;font-size:24px;font-weight:800}.brand span:last-child{display:flex;flex-direction:column;line-height:1.1}.brand strong{letter-spacing:.14em;font-size:15px}.brand small{font-size:11px;letter-spacing:.06em;margin-top:4px}.nav{margin-left:auto;display:flex;gap:23px}.nav a{color:#34423d;text-decoration:none;font-size:13px;font-weight:700}.nav a:hover{color:var(--green)}.menu-btn{display:none;margin-left:auto;border:0;background:transparent;font-size:26px}.btn{display:inline-flex;justify-content:center;align-items:center;padding:14px 22px;border-radius:999px;background:var(--green);color:#fff;text-decoration:none;font-weight:800;font-size:14px;box-shadow:0 10px 30px rgba(13,61,51,.18);transition:.2s}.btn:hover{transform:translateY(-2px);background:var(--green2)}.btn-small{padding:11px 16px;font-size:12px}.hero{background:linear-gradient(135deg,#f7f3ea 0%,#fff 55%,#eef4f1 100%);padding:84px 0 72px;overflow:hidden}.hero-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:64px;align-items:center}.eyebrow{text-transform:uppercase;font-size:12px;letter-spacing:.17em;font-weight:800;color:#7b6a45}.hero h1,.section h2,.cta-box h2{font-family:"Playfair Display",serif;line-height:1.05;letter-spacing:-.025em}.hero h1{font-size:clamp(46px,6vw,82px);margin:18px 0 24px;color:#163229}.hero h1 em{font-style:normal;color:#7c6841}.hero p{font-size:17px;color:#59645f;max-width:700px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin:32px 0}.btn-ghost{background:transparent;color:var(--green);border:1px solid #b8c8c1;box-shadow:none}.trust-row{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:34px}.trust-row div{border-top:1px solid #ccd7d1;padding-top:14px}.trust-row strong{display:block;color:var(--green)}.trust-row span{font-size:11px;color:#75807b}.hero-visual{position:relative}.photo-card{background:#e8ede9;border-radius:28px;padding:12px;box-shadow:var(--shadow)}.hero-photo{transform:rotate(1.4deg)}.photo-placeholder{min-height:480px;border:1px dashed #9caea6;border-radius:20px;display:grid;place-items:center;align-content:center;text-align:center;background:linear-gradient(140deg,#dce7e2,#f5f0e6);color:#6b7a74}.photo-placeholder span{font-weight:800;letter-spacing:.12em}.photo-placeholder small{margin-top:6px}.floating-note{position:absolute;left:-32px;bottom:28px;background:#fff;padding:16px 18px;border-radius:18px;box-shadow:var(--shadow);display:grid;grid-template-columns:auto 1fr;column-gap:10px}.floating-note span{grid-row:1/3;color:#b89b5d}.floating-note b{font-size:13px}.floating-note small{font-size:10px;color:#7a8580}.strip{background:var(--green);color:#fff}.strip-grid{min-height:64px;display:grid;grid-template-columns:repeat(4,1fr);align-items:center;gap:20px;font-size:12px;font-weight:700;letter-spacing:.04em}.section{padding:96px 0}.section-head{max-width:780px;margin-bottom:42px}.section-head.center{text-align:center;margin-left:auto;margin-right:auto}.section h2{font-size:clamp(36px,4.4vw,58px);margin:12px 0 18px;color:#17362d}.section-head p{color:var(--muted);font-size:16px}.cards{display:grid;gap:22px}.cards.three{grid-template-columns:repeat(3,1fr)}.card,.article,.video-card{border:1px solid var(--line);border-radius:22px;padding:28px;background:#fff;transition:.2s}.card:hover,.article:hover,.video-card:hover{transform:translateY(-4px);box-shadow:0 18px 40px rgba(17,52,42,.08)}.icon{width:48px;height:48px;border-radius:50%;background:var(--cream);display:grid;place-items:center;color:var(--green);font-weight:800}.card h3,.article h3,.video-card h3{font-size:19px;line-height:1.35;color:#183a30}.card p,.article p,.video-card p{font-size:14px;color:#69736e}.dark{background:#0d3d33}.program-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:start}.light h2,.light p{color:#fff}.light p{opacity:.72}.dark .eyebrow{color:#d3bd89}.steps{display:grid;gap:14px}.step{display:grid;grid-template-columns:54px 1fr;gap:16px;align-items:center;padding:18px;border:1px solid rgba(255,255,255,.13);border-radius:18px;color:#fff}.step b{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.08);font-family:"Playfair Display",serif;font-size:20px}.step span{display:flex;flex-direction:column}.step small{opacity:.65;margin-top:2px}.step.active{background:#fff;color:var(--green)}.step.active b{background:var(--cream)}.split{display:grid;grid-template-columns:.9fr 1.1fr;gap:64px;align-items:center}.split .photo-placeholder{min-height:420px}.checklist{padding:0;list-style:none;display:grid;gap:10px}.checklist li{position:relative;padding-left:28px;color:#53605b}.checklist li:before{content:"✓";position:absolute;left:0;top:0;color:#8d7344;font-weight:900}.soft{background:#f5f3ec}.video-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.video-card{text-decoration:none;color:inherit}.thumb{height:250px;border-radius:16px;background-color:#d8ddd5;background-image:linear-gradient(135deg,#b7c8c0,#e9dfca);background-size:cover;background-position:center;display:grid;place-items:center;overflow:hidden;position:relative;transition:transform .28s ease,box-shadow .28s ease}.thumb:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(5,39,32,.04),rgba(5,39,32,.18));transition:background .28s ease}.video-card:hover .thumb{transform:translateY(-3px);box-shadow:0 18px 38px rgba(20,60,48,.16)}.video-card:hover .thumb:before{background:linear-gradient(180deg,rgba(5,39,32,.02),rgba(5,39,32,.10))}.thumb span{position:relative;z-index:1;width:62px;height:62px;border-radius:50%;background:#fff;display:grid;place-items:center;color:var(--green);font-size:22px;box-shadow:0 14px 30px rgba(20,60,48,.18)}.article span{font-size:10px;letter-spacing:.15em;font-weight:800;color:#8b764e}.cta-section{padding:0 0 96px}.cta-box{background:linear-gradient(135deg,#154c40,#0d3d33);color:#fff;border-radius:30px;padding:48px 52px;display:flex;align-items:center;justify-content:space-between;gap:40px}.cta-box h2{font-size:clamp(34px,4vw,50px);margin:8px 0 12px}.cta-box p{opacity:.72}.light-text{color:#d7c9a8}.btn-light{background:#fff;color:var(--green);box-shadow:none;min-width:max-content}.contact{padding-top:10px}.contact-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:60px;border-top:1px solid var(--line);padding-top:70px}.text-link{color:var(--green);font-weight:800}.social{display:grid;grid-template-columns:1fr 1fr;gap:10px}.social a{border:1px solid var(--line);border-radius:14px;padding:14px 16px;text-decoration:none;color:var(--green);font-weight:800}footer{background:#f4efe3;padding:42px 0}.footer-grid{display:grid;grid-template-columns:auto 1fr 1.4fr;gap:32px;align-items:center}.footer-grid p,.footer-grid>small{font-size:12px;color:#6b736f}.wa-float{position:fixed;right:20px;bottom:20px;width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:#1d7e5e;color:#fff;text-decoration:none;font-weight:900;box-shadow:0 14px 35px rgba(0,0,0,.18);z-index:20}.reveal{opacity:0;transform:translateY(18px);transition:opacity .7s ease,transform .7s ease}.reveal.show{opacity:1;transform:none}.delay-1{transition-delay:.08s}.delay-2{transition-delay:.16s}
@media(max-width:980px){.nav,.nav-wrap>.btn-small{display:none}.menu-btn{display:block}.nav.open{display:flex;position:absolute;left:20px;right:20px;top:72px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px;flex-direction:column;box-shadow:var(--shadow)}.hero-grid,.program-grid,.split,.contact-grid{grid-template-columns:1fr}.hero{padding-top:58px}.hero-visual{max-width:680px}.floating-note{left:12px}.cards.three{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr}.strip-grid{grid-template-columns:1fr 1fr;padding:14px 0}.hero h1{font-size:56px}}
@media(max-width:640px){.container{width:min(100% - 26px,1180px)}.nav-wrap{height:70px}.hero{padding:48px 0}.hero h1{font-size:43px}.hero p{font-size:15px}.trust-row{grid-template-columns:1fr}.photo-placeholder{min-height:330px}.floating-note{position:relative;left:auto;bottom:auto;margin:-34px 18px 0}.strip-grid{grid-template-columns:1fr 1fr;font-size:10px}.section{padding:72px 0}.cards.three,.video-grid{grid-template-columns:1fr}.cta-box{padding:34px 26px;display:block}.cta-box .btn{margin-top:18px}.social{grid-template-columns:1fr}.section h2{font-size:38px}}

.skip-link{position:absolute;left:-9999px;top:auto}.skip-link:focus{left:14px;top:14px;z-index:100;background:#fff;color:var(--green);padding:10px 14px;border-radius:10px;box-shadow:var(--shadow)}
.medical-note{font-size:12px!important;line-height:1.55;color:#6a746f!important;max-width:650px;margin-top:4px}
.contact-actions{display:flex;align-items:center;gap:18px;flex-wrap:wrap;margin-top:20px}
@media(max-width:640px){.medical-note{font-size:11px!important}.contact-actions{align-items:flex-start;flex-direction:column}}

.brand-logo{width:50px;height:50px;object-fit:contain;display:block;filter:drop-shadow(0 4px 10px rgba(13,61,51,.12))}
.real-photo{margin:0;overflow:hidden;border-radius:var(--radius);background:#ddd;box-shadow:var(--shadow)}
.real-photo img{display:block;width:100%;height:100%;min-height:360px;object-fit:cover}
.real-photo figcaption{padding:9px 12px;background:rgba(255,255,255,.94);font-size:11px;color:#65716b}
.real-photo.tall img{min-height:520px}
@media(max-width:640px){.brand-logo{width:42px;height:42px}.real-photo img{min-height:270px}.real-photo.tall img{min-height:340px}}

.hero-real-photo img,.eval-real-photo img{width:100%;height:100%;object-fit:cover;display:block}
.hero-real-photo img{min-height:460px}
.eval-real-photo img{min-height:430px}
.footer-logo{width:42px;height:42px}
@media(max-width:640px){.hero-real-photo img{min-height:300px}.eval-real-photo img{min-height:300px}}

.prepublish-strip{background:#0d3d33;color:#fff;padding:26px 0}
.prepublish-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.prepublish-grid div{display:flex;flex-direction:column;gap:5px}
.prepublish-grid strong{font-size:14px}
.prepublish-grid span{font-size:12px;opacity:.82;line-height:1.5}
.privacy-note{padding-top:14px;padding-bottom:22px}
.privacy-note p{font-size:11px;line-height:1.6;color:#6d7772;margin:0}
@media(max-width:700px){.prepublish-grid{grid-template-columns:1fr;gap:16px}}


/* FAQ */
.faq-wrap{max-width:900px}
.faq-list{display:grid;gap:12px}
.faq-item{background:#fff;border:1px solid var(--line);border-radius:18px;padding:0 22px;box-shadow:0 8px 24px rgba(17,52,42,.04)}
.faq-item summary{cursor:pointer;list-style:none;font-weight:800;color:#183a30;padding:20px 42px 20px 0;position:relative;line-height:1.4}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary:after{content:"+";position:absolute;right:2px;top:14px;width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:var(--cream);color:var(--green);font-size:22px;font-weight:600}
.faq-item[open] summary:after{content:"–"}
.faq-item p{margin:-2px 42px 20px 0;color:#66716c;font-size:14px;line-height:1.7}
@media(max-width:640px){.faq-item{padding:0 17px}.faq-item summary{padding-right:38px}.faq-item p{margin-right:0}}

/* ARTIKEL DINAMIS */
.article-date{display:block;margin:8px 0 10px;color:#7a8580;font-size:11px;letter-spacing:.02em}
.article-more{margin-top:16px;border-top:1px solid var(--line);padding-top:12px}
.article-more summary{cursor:pointer;list-style:none;font-weight:800;color:var(--green);font-size:13px;position:relative;padding-right:26px}
.article-more summary::-webkit-details-marker{display:none}
.article-more summary:after{content:"+";position:absolute;right:0;top:-2px;font-size:20px;font-weight:600}
.article-more[open] summary:after{content:"–"}
.article-body{margin-top:14px}
.article-body p{font-size:14px;line-height:1.75;color:#59645f;margin:0 0 12px}
.article-hidden{display:none!important}

/* === Artikel Dinamis v3.7 === */
.article-hidden{display:none!important}
.article{position:relative;display:flex;flex-direction:column;align-items:flex-start}
.article .article-date{display:block;margin:.35rem 0 .15rem;color:#71807b;font-size:.82rem}
.article-clickable{cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.article-clickable:hover{transform:translateY(-3px);box-shadow:0 16px 40px rgba(13,61,51,.10);border-color:#b9ccc5}
.article-read{margin-top:auto;padding-top:1rem;border:0;background:transparent;color:#0d5a49;font:inherit;font-weight:800;cursor:pointer}
.article-read:hover{text-decoration:underline}
.article-reader{position:fixed;inset:0;z-index:9999;display:none;align-items:flex-start;justify-content:center;padding:6vh 18px;overflow:auto}
.article-reader.open{display:flex}
.article-reader-backdrop{position:fixed;inset:0;background:rgba(7,29,24,.72);backdrop-filter:blur(4px)}
.article-reader-panel{position:relative;z-index:1;width:min(820px,100%);background:#fff;border-radius:24px;padding:clamp(24px,4vw,52px);box-shadow:0 30px 90px rgba(0,0,0,.28)}
.article-reader-close{position:absolute;right:18px;top:14px;width:44px;height:44px;border:0;border-radius:50%;background:#eef4f1;color:#0d3d33;font-size:30px;line-height:1;cursor:pointer}
.article-reader-meta{display:flex;gap:14px;align-items:center;margin-bottom:14px;color:#987126;font-weight:800;letter-spacing:.08em;text-transform:uppercase;font-size:.8rem}
.article-reader-panel h2{font-family:'Playfair Display',serif;color:#113b31;font-size:clamp(2rem,5vw,3.5rem);line-height:1.08;margin:.2rem 0 1rem}
.article-reader-summary{font-size:1.08rem;color:#596963;border-left:4px solid #b58a34;padding-left:16px;margin-bottom:1.8rem}
.article-reader-body{font-size:1.05rem;line-height:1.85;color:#243b35}
.article-reader-body p{margin:0 0 1.25rem}
.article-reader-back{margin-top:1.5rem;border:0;border-radius:12px;background:#0d493d;color:#fff;padding:12px 18px;font:inherit;font-weight:800;cursor:pointer}
body.reader-open{overflow:hidden}
@media(max-width:640px){.article-reader{padding:0}.article-reader-panel{min-height:100vh;border-radius:0;padding:70px 22px 34px}.article-reader-close{position:fixed;z-index:2;background:#fff;box-shadow:0 4px 18px rgba(0,0,0,.12)}}

.gallery-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.gallery-grid img{width:100%;height:280px;object-fit:cover;border-radius:18px}@media(max-width:760px){.gallery-grid{grid-template-columns:1fr}.gallery-grid img{height:240px}}

/* GALERI v3.13.1 */
.gallery-item{margin:0;background:#fff;border:1px solid var(--line);border-radius:22px;padding:10px;box-shadow:0 12px 30px rgba(17,52,42,.06);overflow:hidden}
.gallery-item img{display:block;transition:transform .28s ease}
.gallery-item:hover img{transform:scale(1.015)}
.gallery-item figcaption{padding:10px 8px 4px;color:#66716c;font-size:12px;text-align:center}


/* ===== GALERI FLEKSIBEL v3.13.4 ===== */
#galeri .gallery-grid{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:22px !important;
  max-width:1180px;
  margin:0 auto;
  align-items:start;
}
#galeri .gallery-item{
  margin:0 !important;
  padding:10px !important;
  border-radius:20px !important;
  background:#fff;
  border:1px solid var(--line);
  box-shadow:0 12px 30px rgba(17,52,42,.08);
  overflow:hidden;
  cursor:zoom-in;
  align-self:start;
}
#galeri .gallery-item img{
  display:block !important;
  width:100% !important;
  height:auto !important;
  aspect-ratio:auto !important;
  min-height:0 !important;
  max-height:none !important;
  object-fit:contain !important;
  object-position:center !important;
  border-radius:14px !important;
  transition:transform .28s ease,filter .28s ease;
}
#galeri .gallery-item:hover img{transform:scale(1.02);filter:saturate(1.03)}
#galeri .gallery-item figcaption{padding:11px 8px 5px;color:#66716c;font-size:13px;line-height:1.45;text-align:center}
@media(max-width:980px){#galeri .gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important}}
@media(max-width:620px){#galeri .gallery-grid{grid-template-columns:1fr !important;gap:14px !important}#galeri .gallery-item{padding:7px !important;border-radius:15px !important}#galeri .gallery-item img{border-radius:10px !important}#galeri .gallery-item figcaption{font-size:12px;padding:8px 4px 3px}}

/* Lightbox galeri */
.gallery-lightbox{position:fixed;inset:0;z-index:100000;display:none;align-items:center;justify-content:center;padding:26px;background:rgba(5,18,15,.92);backdrop-filter:blur(5px)}
.gallery-lightbox.open{display:flex}
.gallery-lightbox-inner{position:relative;max-width:min(1100px,94vw);max-height:92vh;display:flex;flex-direction:column;align-items:center;gap:12px}
.gallery-lightbox-img{display:block;max-width:100%;max-height:78vh;width:auto;height:auto;object-fit:contain;border-radius:16px;box-shadow:0 26px 80px rgba(0,0,0,.38)}
.gallery-lightbox-caption{color:#fff;text-align:center;font-size:14px;line-height:1.5;max-width:820px}
.gallery-lightbox-close,.gallery-lightbox-prev,.gallery-lightbox-next{position:fixed;border:0;background:rgba(255,255,255,.14);color:#fff;width:48px;height:48px;border-radius:50%;font-size:30px;line-height:1;cursor:pointer;display:grid;place-items:center;transition:background .2s ease,transform .2s ease}
.gallery-lightbox-close:hover,.gallery-lightbox-prev:hover,.gallery-lightbox-next:hover{background:rgba(255,255,255,.24);transform:scale(1.05)}
.gallery-lightbox-close{right:24px;top:22px}
.gallery-lightbox-prev{left:24px;top:50%;transform:translateY(-50%)}
.gallery-lightbox-next{right:24px;top:50%;transform:translateY(-50%)}
.gallery-lightbox-prev:hover,.gallery-lightbox-next:hover{transform:translateY(-50%) scale(1.05)}
body.gallery-lightbox-open{overflow:hidden}
@media(max-width:620px){.gallery-lightbox{padding:14px}.gallery-lightbox-close{right:12px;top:12px}.gallery-lightbox-prev{left:10px}.gallery-lightbox-next{right:10px}.gallery-lightbox-close,.gallery-lightbox-prev,.gallery-lightbox-next{width:42px;height:42px;font-size:26px}.gallery-lightbox-img{max-height:74vh}}


/* =========================================================
   v3.13.5 — Halaman Pendekatan: Personal • Terstruktur • Edukatif
   ========================================================= */
.trust-row .trust-card{
  display:flex;
  flex-direction:column;
  gap:7px;
  min-width:0;
  padding:24px 0 18px;
  color:inherit;
  text-decoration:none;
  border-top:1px solid rgba(13,61,51,.18);
  position:relative;
  transition:transform .22s ease,color .22s ease,border-color .22s ease;
}
.trust-row .trust-card strong{font:700 clamp(1.18rem,1.6vw,1.42rem)/1.15 var(--font-sans,Arial,sans-serif)}
.trust-row .trust-card span{display:block}
.trust-row .trust-card em{
  font-style:normal;
  font-size:.86rem;
  font-weight:700;
  color:#0d5b49;
  opacity:0;
  transform:translateY(4px);
  transition:opacity .22s ease,transform .22s ease;
}
.trust-row .trust-card:hover,.trust-row .trust-card:focus-visible{transform:translateY(-4px);color:#0d5b49;border-color:#0d5b49}
.trust-row .trust-card:hover em,.trust-row .trust-card:focus-visible em{opacity:1;transform:none}
.trust-row .trust-card:focus-visible{outline:3px solid rgba(183,143,68,.28);outline-offset:5px;border-radius:6px}

.approach-page{background:#fbfaf6;color:#18362f;min-height:100vh}
.approach-page .site-header{position:sticky;top:0;z-index:30;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border-bottom:1px solid rgba(13,61,51,.09)}
.approach-page .approach-hero{padding:clamp(70px,9vw,130px) 0 clamp(58px,7vw,96px);overflow:hidden;position:relative}
.approach-page .approach-hero:after{content:"";position:absolute;width:480px;height:480px;border-radius:50%;right:-130px;top:-180px;background:radial-gradient(circle,rgba(183,143,68,.13),rgba(183,143,68,0) 68%);pointer-events:none}
.approach-page .approach-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(320px,.82fr);gap:clamp(42px,7vw,100px);align-items:center}
.approach-page .approach-kicker{display:inline-flex;gap:10px;align-items:center;font-weight:800;text-transform:uppercase;letter-spacing:.18em;font-size:.78rem;color:#9a7131;margin-bottom:20px}
.approach-page .approach-kicker:before{content:"";width:34px;height:1px;background:#b78f44}
.approach-page .approach-title{font-family:Georgia,'Times New Roman',serif;font-size:clamp(3.2rem,6.3vw,6.6rem);line-height:.92;letter-spacing:-.055em;margin:0 0 26px;color:#103d32;max-width:760px}
.approach-page .approach-lead{font-size:clamp(1.08rem,1.55vw,1.35rem);line-height:1.75;color:#4e625d;max-width:760px;margin:0}
.approach-page .approach-side{background:#103d32;color:white;border-radius:28px;padding:clamp(30px,4vw,50px);box-shadow:0 28px 70px rgba(13,61,51,.17);position:relative}
.approach-page .approach-number{font:700 clamp(4rem,8vw,7rem)/.8 Georgia,serif;color:rgba(255,255,255,.12);position:absolute;right:24px;top:24px}
.approach-page .approach-side h2{font-size:1.5rem;margin:0 0 18px;max-width:310px}
.approach-page .approach-side p{line-height:1.7;color:rgba(255,255,255,.78);margin:0 0 22px}
.approach-page .mini-points{display:grid;gap:13px;padding:0;margin:26px 0 0;list-style:none}
.approach-page .mini-points li{display:flex;gap:12px;align-items:flex-start;padding-top:13px;border-top:1px solid rgba(255,255,255,.13)}
.approach-page .mini-points li:before{content:"✓";font-weight:800;color:#e8c77f}

.approach-section{padding:clamp(68px,8vw,110px) 0}
.approach-section.alt{background:white}
.approach-section .section-head{max-width:790px;margin-bottom:46px}
.approach-section .section-head .eyebrow{display:block;margin-bottom:13px}
.approach-section .section-head h2{font-family:Georgia,'Times New Roman',serif;font-size:clamp(2.4rem,4.2vw,4.35rem);line-height:1.02;letter-spacing:-.035em;color:#103d32;margin:0 0 18px}
.approach-section .section-head p{font-size:1.08rem;line-height:1.75;color:#5f6f6b;margin:0}
.approach-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.approach-card{background:#fff;border:1px solid rgba(13,61,51,.11);border-radius:22px;padding:30px;box-shadow:0 15px 40px rgba(13,61,51,.055);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.approach-card:hover{transform:translateY(-5px);box-shadow:0 23px 55px rgba(13,61,51,.10);border-color:rgba(13,61,51,.24)}
.approach-card .icon-dot{display:grid;place-items:center;width:44px;height:44px;border-radius:50%;background:#f2ecdf;color:#9a7131;font-weight:900;margin-bottom:22px}
.approach-card h3{font-size:1.22rem;margin:0 0 10px;color:#103d32}
.approach-card p{margin:0;color:#63726e;line-height:1.68}
.approach-steps{counter-reset:step;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;border-top:1px solid rgba(13,61,51,.15);border-bottom:1px solid rgba(13,61,51,.15)}
.approach-step{counter-increment:step;padding:32px 25px 34px;border-right:1px solid rgba(13,61,51,.15);position:relative}
.approach-step:last-child{border-right:0}
.approach-step:before{content:"0" counter(step);display:block;font:700 1rem/1 Georgia,serif;color:#b78f44;margin-bottom:20px}
.approach-step h3{font-size:1.14rem;margin:0 0 10px;color:#103d32}.approach-step p{margin:0;line-height:1.65;color:#64736f;font-size:.95rem}
.approach-note{display:grid;grid-template-columns:auto 1fr;gap:18px;align-items:start;background:#f1ede2;border-radius:20px;padding:24px 28px;margin-top:40px;color:#50615c}
.approach-note strong{color:#103d32}.approach-note .note-mark{font-size:1.55rem;color:#9a7131}
.approach-cta{padding:76px 0;background:#103d32;color:white}
.approach-cta-inner{display:flex;justify-content:space-between;gap:32px;align-items:center}
.approach-cta h2{font-family:Georgia,'Times New Roman',serif;font-size:clamp(2rem,3.5vw,3.4rem);line-height:1.05;margin:0 0 10px;max-width:650px}.approach-cta p{margin:0;color:rgba(255,255,255,.72);max-width:620px;line-height:1.6}
.approach-cta .btn{background:#fff;color:#103d32;white-space:nowrap}.approach-cta .btn:hover{background:#efe7d6}
.approach-switch{background:white;padding:24px 0;border-top:1px solid rgba(13,61,51,.1)}
.approach-switch-inner{display:flex;justify-content:space-between;gap:16px;align-items:center}.approach-switch a{color:#103d32;text-decoration:none;font-weight:800}.approach-switch a:hover{text-decoration:underline}
.approach-back{display:inline-flex;align-items:center;gap:8px;font-weight:800;color:#103d32;text-decoration:none}.approach-back:hover{text-decoration:underline}
@media(max-width:900px){.approach-page .approach-grid{grid-template-columns:1fr}.approach-cards{grid-template-columns:1fr 1fr}.approach-steps{grid-template-columns:1fr 1fr}.approach-step:nth-child(2){border-right:0}.approach-step:nth-child(-n+2){border-bottom:1px solid rgba(13,61,51,.15)}.approach-cta-inner{align-items:flex-start;flex-direction:column}}
@media(max-width:620px){.approach-page .approach-hero{padding-top:52px}.approach-page .approach-title{font-size:clamp(3rem,15vw,4.4rem)}.approach-cards{grid-template-columns:1fr}.approach-steps{grid-template-columns:1fr}.approach-step{border-right:0!important;border-bottom:1px solid rgba(13,61,51,.15)!important}.approach-step:last-child{border-bottom:0!important}.approach-switch-inner{align-items:flex-start;flex-direction:column}.trust-row .trust-card em{opacity:1;transform:none}}


/* v3.13.6 — hapus visual hyperlink pada kartu pendekatan */
.trust-row a.trust-card,
.trust-row a.trust-card:link,
.trust-row a.trust-card:visited,
.trust-row a.trust-card:hover,
.trust-row a.trust-card:active{color:inherit;text-decoration:none!important}
.trust-row a.trust-card strong,
.trust-row a.trust-card span,
.trust-row a.trust-card em{text-decoration:none!important}
.trust-row a.trust-card em{color:#0d5b49}


/* =========================================================
   v3.13.7 — CLEAN APPROACH CARDS
   Seluruh kartu dapat diklik; tidak ada teks hyperlink Pelajari.
   ========================================================= */
.trust-row a.trust-card,
.trust-row a.trust-card:link,
.trust-row a.trust-card:visited{
  display:flex!important;
  flex-direction:column!important;
  gap:8px!important;
  min-width:0;
  position:relative;
  padding:22px 42px 20px 0!important;
  color:inherit!important;
  text-decoration:none!important;
  border-top:1px solid rgba(13,61,51,.18)!important;
  cursor:pointer;
  transition:transform .22s ease,color .22s ease,border-color .22s ease;
}
.trust-row a.trust-card strong,
.trust-row a.trust-card span{display:block!important;text-decoration:none!important}
.trust-row a.trust-card em{display:none!important}
.trust-row a.trust-card::after{
  content:'→'; position:absolute; right:8px; top:22px; width:28px; height:28px;
  border-radius:50%; display:grid; place-items:center; background:rgba(13,61,51,.07);
  color:#0d5b49; font-weight:800; opacity:0; transform:translateX(-4px); transition:.22s;
}
.trust-row a.trust-card:hover,.trust-row a.trust-card:focus-visible{transform:translateY(-3px);color:#0d5b49!important;border-color:#0d5b49!important}
.trust-row a.trust-card:hover::after,.trust-row a.trust-card:focus-visible::after{opacity:1;transform:none}
@media(max-width:640px){.trust-row a.trust-card::after{opacity:1;transform:none}}

/* HALAMAN KHUSUS: header konsisten dengan beranda */
.approach-page .topbar .brand img{width:50px;height:50px;object-fit:contain;display:block}
.approach-page .topbar .nav{margin-left:auto;display:flex;gap:23px}
.approach-page .topbar .nav a{color:#34423d;text-decoration:none;font-size:13px;font-weight:700}
.approach-page .topbar .nav a:hover{color:var(--green)}
@media(max-width:980px){.approach-page .topbar .nav{display:none}}

/* v3.13.12 - Keluhan & Kondisi + FAQ membumi */
.conditions-section{background:#fff}.condition-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-top:34px}.condition-card{padding:26px;border:1px solid rgba(25,74,61,.14);border-radius:18px;background:#fff;box-shadow:0 12px 32px rgba(20,55,45,.06)}.condition-card h3{margin:0 0 10px;font-size:1.25rem}.condition-card p{margin:0;line-height:1.75}.multi-condition{margin:26px auto 0;max-width:900px;padding:22px 26px;border-radius:18px;background:#f1f7f4;display:flex;gap:10px;flex-direction:column;text-align:center}.multi-condition strong{font-size:1.28rem}.multi-condition span{line-height:1.7}.condition-note{max-width:860px;margin:18px auto 0;text-align:center;font-size:.95rem;opacity:.78}@media(max-width:760px){.condition-grid{grid-template-columns:1fr}.condition-card{padding:21px}.multi-condition{padding:20px}}

/* v3.13.16 — Typography lebih tegas & mudah dibaca */
body{font-weight:500}
p,li{font-weight:500}
.hero p,.section-head p,.card p,.article p,.video-card p,.checklist li,.faq-item p,.article-body p,.article-reader-summary,.article-reader-body,.condition-card p,.multi-condition span,.approach-page .approach-lead,.approach-page .approach-side p,.approach-section .section-head p,.approach-card p,.approach-step p,.approach-cta p{font-weight:500}
small,.trust-row span,.floating-note small,.article-date,.footer-grid p,.footer-grid>small,.medical-note,.privacy-note p,.gallery-item figcaption{font-weight:500}
.brand small,.step small{font-weight:600}
.card h3,.article h3,.video-card h3,.condition-card h3,.approach-card h3,.approach-step h3{font-weight:700}
.light p{opacity:.80}
@media(max-width:640px){body{font-weight:500}.hero p{font-size:16px}.card p,.article p,.video-card p,.faq-item p,.article-body p{font-size:15px}}

/* v3.13.17 — FONT BEROTOT
   Hanya mempertegas bobot typography. Layout, foto, ukuran, dan isi tidak diubah. */
body{font-weight:600}
p,li{font-weight:600}
.hero p,.section-head p,.card p,.article p,.video-card p,.checklist li,.faq-item p,.article-body p,.article-reader-summary,.article-reader-body,.condition-card p,.multi-condition span,.approach-page .approach-lead,.approach-page .approach-side p,.approach-section .section-head p,.approach-card p,.approach-step p,.approach-cta p{font-weight:600}
small,.trust-row span,.floating-note small,.article-date,.footer-grid p,.footer-grid>small,.medical-note,.privacy-note p,.gallery-item figcaption{font-weight:600}
.brand small,.step small{font-weight:700}
.nav a,.approach-page .topbar .nav a{font-weight:800}
.card h3,.article h3,.video-card h3,.condition-card h3,.approach-card h3,.approach-step h3,.trust-row strong{font-weight:800}
.light p{opacity:.88}
@media(max-width:640px){body{font-weight:600}}

/* =========================================================
   v3.13.18 — Judul proporsional + isi lebih berisi & hitam
   Fokus: keterbacaan. Layout, foto, konten, dan fungsi tetap.
   ========================================================= */
.hero h1{font-size:clamp(44px,5.15vw,70px)}
body{color:#202a27;font-weight:600}
p,li{font-weight:600;color:#28332f}
.hero p{font-weight:700;color:#27312e}
.section-head p,.card p,.article p,.video-card p,.checklist li,.faq-item p,.article-body p,.article-reader-summary,.article-reader-body,.condition-card p,.multi-condition span,.approach-page .approach-lead,.approach-page .approach-side p,.approach-section .section-head p,.approach-card p,.approach-step p{font-weight:600;color:#303b37}
.trust-row span,.floating-note small,.article-date,.footer-grid p,.footer-grid>small,.medical-note,.privacy-note p,.gallery-item figcaption{font-weight:600;color:#3d4944!important}
@media(max-width:980px){.hero h1{font-size:52px}}
@media(max-width:640px){.hero h1{font-size:40px}.hero p{font-size:16px;font-weight:700}}

/* v3.13.19 — typography correction: body stronger, headline unchanged */
body{color:#111816!important;font-weight:700!important}
p,li{color:#151b19!important;font-weight:700!important}
.hero p,.section-head p,.card p,.article p,.video-card p,.checklist li,.faq-item p,.article-body p,.article-reader-summary,.article-reader-body,.condition-card p,.approach-page .approach-lead,.approach-page .approach-side p,.approach-section .section-head p,.approach-card p,.approach-step p{color:#151b19!important;font-weight:700!important}
.medical-note,.privacy-note p,.trust-row span,.floating-note small,.article-date,.gallery-item figcaption{color:#202825!important;font-weight:650!important}
.hero h1{font-size:clamp(44px,5.15vw,70px)!important}
@media(max-width:980px){.hero h1{font-size:52px!important}}
@media(max-width:640px){.hero h1{font-size:40px!important}.hero p{font-size:16px!important;font-weight:700!important}}

/* v3.13.20 SOCIAL ICONS + LIGHT FIX */
.social a{display:flex;align-items:center;gap:14px;min-height:74px;padding:14px 18px;background:#fff;border:1px solid #d9e0dc;border-radius:18px;box-shadow:0 3px 12px rgba(13,61,51,.035)}
.social a span:not(.social-icon){flex:1;font-size:16px}
.social a b{font-size:30px;line-height:1;color:#56635e;font-weight:500}
.social-icon{width:42px;height:42px;display:inline-flex;flex:0 0 42px;align-items:center;justify-content:center}
.social-icon svg{width:42px;height:42px;display:block}
.contact-wa{gap:10px}.wa-icon{width:27px;height:27px;display:inline-flex;align-items:center;justify-content:center}.wa-icon svg{width:100%;height:100%}
.wa-float{background:#159669;width:58px;height:58px}.wa-float .wa-icon{width:34px;height:34px}
/* Bagian informasi yang sebelumnya terlalu gelap dibuat lebih terang */
.prepublish-strip{background:#f4efe3;color:#17362d;border-top:1px solid #e6decb;border-bottom:1px solid #e6decb}
.prepublish-strip span{color:#52615b}
@media(max-width:760px){.social a{min-height:76px;padding:14px 16px}.social-icon,.social-icon svg{width:40px;height:40px}.contact-wa{font-size:15px}.prepublish-strip{padding:22px 0}}

/* v3.13.21 — Program Terapi: area terang, kontras nyaman */
#program.section.dark{
  background:linear-gradient(135deg,#fbfaf6 0%,#ffffff 56%,#f4f8f5 100%)!important;
  color:var(--ink)!important;
}
#program .section-head.light h2{
  color:#0d3d33!important;
}
#program .section-head.light p{
  color:#263a34!important;
  opacity:1!important;
}
#program .eyebrow{
  color:#8b764e!important;
}
#program .step{
  background:#ffffff!important;
  color:#183a30!important;
  border:1px solid #dfe5e1!important;
  box-shadow:0 10px 28px rgba(17,52,42,.06)!important;
}
#program .step b{
  background:#eef5f1!important;
  color:#0d3d33!important;
}
#program .step strong{
  color:#0d3d33!important;
}
#program .step small{
  color:#445a53!important;
  opacity:1!important;
}
#program .step.active{
  background:linear-gradient(135deg,#f4f8f5,#ffffff)!important;
  border-color:#c9ddd4!important;
}
#program .step.active b{
  background:#f4efe3!important;
  color:#0d3d33!important;
}

/* v3.13.22 — CTA terang: hilangkan blok hijau gelap yang menutup keterbacaan */
.cta-section{background:#fff;padding-top:0}
.cta-box{
  background:linear-gradient(135deg,#f7f3ea 0%,#ffffff 58%,#eef4f1 100%);
  color:var(--ink);
  border:1px solid var(--line);
  box-shadow:0 18px 45px rgba(17,52,42,.07);
}
.cta-box h2{color:var(--green)}
.cta-box p{color:#53605b;opacity:1}
.cta-box .eyebrow,.cta-box .light-text{color:#8b764e}
.cta-box .btn-light{
  background:var(--green);
  color:#fff;
  box-shadow:0 10px 30px rgba(13,61,51,.16)
}
.cta-box .btn-light:hover{background:var(--green2);color:#fff}

/* v3.13.24 — MINIMAL SAFE FIX FROM v3.13.22
   Hanya: teks di area hijau gelap = putih, ikon medsos = proporsional. */
.approach-page .approach-side h2,
.approach-page .approach-side p,
.approach-page .approach-side .mini-points li,
.approach-page .approach-side .mini-points li *{
  color:#fff!important;
}
.approach-page .approach-side p,
.approach-page .approach-side .mini-points li{
  opacity:.92!important;
}
.approach-page .approach-cta h2,
.approach-page .approach-cta p{
  color:#fff!important;
}
.approach-page .approach-cta p{opacity:.88!important}

/* Ikon sosial pada kartu kontak: kecil, rapi, tidak memengaruhi kartu/layout lain */
.social .social-icon{
  width:28px!important;
  height:28px!important;
  flex:0 0 28px!important;
  max-width:28px!important;
  max-height:28px!important;
  overflow:hidden;
}
.social .social-icon svg{
  width:28px!important;
  height:28px!important;
  max-width:28px!important;
  max-height:28px!important;
  display:block!important;
}
.social a{gap:12px!important;min-height:64px!important;padding:12px 16px!important}
@media(max-width:760px){
  .social .social-icon,
  .social .social-icon svg{
    width:26px!important;
    height:26px!important;
    max-width:26px!important;
    max-height:26px!important;
  }
  .social .social-icon{flex-basis:26px!important}
  .social a{min-height:62px!important;padding:11px 14px!important}
}
