:root{--primary-color:#2563eb;--primary-dark:#12326d;--primary-light:#dbeafe;--accent-color:#22c55e;--text-dark:#0f172a;--text-light:#475569;--text-white:#fff;--bg-light:#f8fafc;--bg-white:#fff;--bg-dark:#0f172a;--border-color:#e2e8f0;--container-width:1200px;--border-radius:12px;--shadow:0 8px 30px #00000014;--transition:.35s ease;--accent-light:#dcfce7;--text-muted:#64748b;--radius-sm:12px;--radius-md:18px;--radius-lg:24px;--radius-xl:28px;--radius-pill:999px;--shadow-sm:0 10px 24px #0f172a0d;--shadow-md:0 18px 45px #0f172a14;--shadow-lg:0 28px 70px #0f172a1f}.eyebrow{color:var(--accent-color);text-transform:uppercase;letter-spacing:.12em;margin-bottom:1rem;font-size:.85rem;font-weight:800;display:inline-block}.heading-xl,.heading-lg{color:var(--text-dark);font-family:Georgia,Times New Roman,serif;line-height:1.05}.heading-xl{font-size:clamp(2.6rem,5vw,4.8rem)}.heading-lg{font-size:clamp(2.3rem,4vw,4rem)}.text-lg{color:var(--text-light);font-size:1.1rem;line-height:1.8}.text-muted{color:var(--text-light);line-height:1.8}.text-center{text-align:center}.text-left{text-align:left}.mb-0{margin-bottom:0}.mb-1{margin-bottom:1rem}.mb-2{margin-bottom:2rem}.mb-3{margin-bottom:3rem}.shadow-sm{box-shadow:var(--shadow-sm)}.shadow-md{box-shadow:var(--shadow-md)}.shadow-lg{box-shadow:var(--shadow-lg)}.rounded-md{border-radius:var(--radius-md)}.rounded-lg{border-radius:var(--radius-lg)}.rounded-xl{border-radius:var(--radius-xl)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:var(--text-dark);background:var(--bg-white);font-family:Inter,Arial,Helvetica,sans-serif;line-height:1.6}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}ul{list-style:none}button{cursor:pointer;border:none;outline:none}input,textarea,select{font:inherit}.container{width:90%;max-width:var(--container-width);margin:auto}.topbar{background:var(--bg-dark);color:var(--text-white);font-size:.82rem}.topbar__container{justify-content:space-between;align-items:center;min-height:34px;display:flex}.topbar__item,.topbar__status{align-items:center;gap:.5rem;display:flex}.topbar__item{color:inherit}.topbar__status{color:#86efac;font-weight:600}@media (width<=992px){.topbar__container{justify-content:center}.topbar__right{display:none}}.header{background:var(--bg-white);box-shadow:var(--shadow);z-index:1000;position:sticky;top:0}.header__container{justify-content:space-between;align-items:center;height:96px;display:flex}.header__logo{align-items:center;display:flex}.header__logo img{width:auto;height:80px;transition:var(--transition);display:block}.header__logo:hover img{transform:scale(1.02)}.header__menu{align-items:center;gap:2rem;display:flex}.header__menu a{transition:var(--transition);font-weight:500;position:relative}.header__menu a:after{content:"";background:var(--primary-color);width:0;height:2px;transition:var(--transition);position:absolute;bottom:-8px;left:0}.header__menu a:hover,.header__menu a.active{color:var(--primary-color)}.header__menu a:hover:after,.header__menu a.active:after{width:100%}.header__button{background:var(--primary-color);color:var(--text-white);transition:var(--transition);border-radius:999px;padding:14px 24px;font-weight:600}.header__button:hover{background:var(--primary-dark)}@media (width<=992px){.header__nav,.header__button{display:none}}.header__toggle{background:var(--primary-color);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:46px;height:46px;font-size:1.1rem;display:none}.header__mobile{display:none}@media (width<=992px){.header__container{height:82px}.header__nav,.header__button{display:none}.header__toggle{display:flex}.header__mobile{border-top:1px solid var(--border-color);background:#fff;max-height:0;transition:max-height .35s;display:block;overflow:hidden}.header__mobile.is-open{max-height:520px}.header__mobile nav{gap:.25rem;padding:18px 0 24px;display:grid}.header__mobile a{color:var(--text-dark);border-bottom:1px solid var(--border-color);padding:14px 0;font-weight:700}.header__mobile a.active{color:var(--primary-color)}.header__mobile-button{text-align:center;background:var(--primary-color);border-radius:999px;margin-top:10px;color:#fff!important;border-bottom:none!important}}.header__dropdown-menu{opacity:0;visibility:hidden;background:#fff;border-radius:18px;min-width:240px;padding:14px;transition:all .3s;position:absolute;top:100%;left:50%;transform:translate(-50%)translateY(14px);box-shadow:0 24px 60px #0f172a24}.header__menu a{white-space:nowrap}.header__dropdown{position:relative}.header__dropdown-menu{opacity:0;visibility:hidden;z-index:50;background:#fff;border-radius:18px;min-width:270px;padding:14px;transition:all .3s;position:absolute;top:100%;left:50%;transform:translate(-50%)translateY(14px);box-shadow:0 24px 60px #0f172a24}.header__dropdown:hover .header__dropdown-menu{opacity:1;visibility:visible;transform:translate(-50%)translateY(8px)}.header__dropdown-menu a{color:var(--text-dark);border-radius:12px;padding:12px 14px;font-size:.95rem;display:block}.header__dropdown-menu a:hover,.header__dropdown-menu a.active{background:var(--primary-light);color:var(--primary-color)}.header__dropdown-menu a:after{display:none}.header__mobile-group{display:grid}.header__mobile-submenu{padding-left:1rem;display:grid}.header__mobile-submenu a{color:var(--text-light);font-size:.95rem}.footer{color:#fff;background:radial-gradient(circle at 0 0,#2563eb1f,#0000 36%),linear-gradient(#0f172a,#07111f)}.footer__container{grid-template-columns:1.25fr .8fr .8fr .8fr;gap:4rem;padding:90px 0;display:grid}.footer__brand h2{text-transform:uppercase;max-width:520px;margin-bottom:1.6rem;font-size:2rem;line-height:1.2}.footer__brand h2:after,.footer__column h3:after{content:"";background:#86efac;width:56px;height:3px;margin-top:16px;display:block}.footer__brand p{color:#ffffffc7;max-width:500px;font-size:1.05rem;line-height:1.8}.footer__contact{gap:1.4rem;margin-top:2rem;display:grid}.footer__contact p,.footer__contact a{color:#ffffffe6;align-items:center;gap:1rem;display:flex}.footer__contact svg{color:#86efac;background:#86efac1f;border-radius:50%;flex-shrink:0;width:18px;height:18px;padding:12px}.footer__column h3{text-transform:uppercase;margin-bottom:2rem;font-size:1.05rem}.footer__column a,.footer__column p{color:#ffffffc7;align-items:flex-start;gap:.7rem;margin-bottom:1rem;line-height:1.6;transition:all .3s;display:flex}.footer__column a svg,.footer__column p svg{color:#86efac;flex-shrink:0;margin-top:.25rem;font-size:.8rem}.footer__column a:hover{color:#86efac;transform:translate(6px)}.footer__bottom{border-top:1px solid #ffffff14}.footer__bottom-container{text-align:center;padding:34px 0}.footer__shield{color:#86efac;border:1px solid #86efac59;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;margin:0 auto 1rem;display:flex}.footer__bottom p{color:#ffffff9e;font-size:.95rem}@media (width<=992px){.footer__container{grid-template-columns:1fr 1fr}}@media (width<=576px){.footer__container{grid-template-columns:1fr;padding:70px 0}}.site-layout{flex-direction:column;min-height:100vh;display:flex}.site-main{flex:1}.home-hero{background-color:#0000;background-image:linear-gradient(90deg,#f8fafcf5 0%,#f8fafce6 32%,#f8fafc61 58%,#f8fafc0d 100%),url(/images/hero-home.webp);background-position:100%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;min-height:calc(100vh - 130px)}.home-hero__overlay{align-items:center;min-height:calc(100vh - 130px);padding:90px 0;display:flex}.home-hero__content{max-width:680px}.home-hero__eyebrow{color:#4d8b79;letter-spacing:.12em;text-transform:uppercase;margin-bottom:1.25rem;font-size:.85rem;font-weight:800;display:block}.home-hero h1{color:#132c4c;letter-spacing:-2px;max-width:650px;margin-bottom:1.75rem;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.8rem,4vw,4.6rem);font-weight:700;line-height:1.08}.home-hero__divider{background:#4d8b79;width:90px;height:2px;margin-bottom:2rem}.home-hero p{color:#334155;max-width:520px;margin-bottom:2.5rem;font-size:1.25rem;line-height:1.75}.home-hero__buttons{flex-wrap:wrap;gap:1.25rem;margin-bottom:4rem;display:flex}.home-hero__btn{letter-spacing:.04em;border-radius:10px;align-items:center;gap:.7rem;padding:17px 30px;font-weight:800;transition:all .3s;display:inline-flex}.home-hero__btn--primary{color:#fff;background:#4d8b79}.home-hero__btn--outline{color:#4d8b79;background:#ffffff59;border:1px solid #4d8b79}.home-hero__btn:hover{transform:translateY(-2px)}.home-hero__features{align-items:center;gap:2rem;display:flex}.home-hero__feature{color:#132c4c;align-items:center;gap:.9rem;font-weight:600;display:flex}.home-hero__feature svg{color:#4d8b79;font-size:2rem}@media (width<=992px){.home-hero{background-color:#0000;background-image:linear-gradient(#f8fafcf0,#f8fafcdb),url(/images/hero-home.webp);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box}.home-hero__features{flex-direction:column;align-items:flex-start}}.trust-bar{background:var(--bg-white);border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color)}.trust-bar__container{grid-template-columns:repeat(4,1fr);gap:2rem;padding:28px 0;display:grid}.trust-bar__item{color:var(--text-dark);justify-content:center;align-items:center;gap:.75rem;font-weight:600;display:flex}.trust-bar__item svg{color:var(--primary-color);font-size:1.25rem}@media (width<=768px){.trust-bar__container{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.trust-bar__container{grid-template-columns:1fr}}.why-choose{background:var(--bg-white);padding:120px 0}.why-choose__container{grid-template-columns:.95fr 1.05fr;align-items:center;gap:5rem;display:grid}.why-choose__image{position:relative}.why-choose__image img{object-fit:cover;border-radius:28px;width:100%;min-height:560px;box-shadow:0 30px 70px #0f172a1f}.why-choose__badge{background:#fff;border-radius:20px;padding:24px;position:absolute;bottom:30px;right:-35px;box-shadow:0 20px 50px #0f172a1f}.why-choose__badge strong,.why-choose__badge span{display:block}.why-choose__badge strong{color:var(--primary-color);margin-bottom:.3rem;font-size:1.05rem}.why-choose__badge span{color:var(--text-light)}.why-choose__eyebrow{color:var(--accent-color);text-transform:uppercase;letter-spacing:.12em;margin-bottom:1rem;font-size:.85rem;font-weight:800;display:inline-block}.why-choose h2{color:var(--text-dark);margin-bottom:1.5rem;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.2rem,4vw,3.8rem);line-height:1.05}.why-choose p{color:var(--text-light);max-width:620px;margin-bottom:2rem;font-size:1.1rem;line-height:1.8}.why-choose__list{gap:1rem;display:grid}.why-choose__item{background:#fff;border:1px solid #eef2f7;border-radius:18px;align-items:flex-start;gap:1rem;padding:20px;transition:all .35s;display:flex;box-shadow:0 10px 25px #0f172a0a}.why-choose__item:hover{border-color:#2563eb40;transform:translate(8px);box-shadow:0 20px 40px #0f172a14}.why-choose__item svg{width:46px;height:46px;color:var(--primary-color);background:#2563eb14;border-radius:12px;flex-shrink:0;padding:12px}@media (width<=992px){.why-choose{padding:80px 0}.why-choose__container{grid-template-columns:1fr}.why-choose__badge{right:24px}}@media (width<=576px){.why-choose__image img{min-height:360px}.why-choose__badge{max-width:100%;margin-top:1rem;position:static}}.home-programs{background:var(--bg-light);padding:120px 0}.home-programs__header{text-align:center;max-width:760px;margin:0 auto 4rem}.home-programs__header span{color:var(--accent-color);text-transform:uppercase;letter-spacing:.12em;margin-bottom:1rem;font-size:.85rem;font-weight:800;display:inline-block}.home-programs__header h2{color:var(--text-dark);margin-bottom:1.2rem;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.2rem,4vw,3.8rem);line-height:1.05}.home-programs__header p{color:var(--text-light);font-size:1.1rem;line-height:1.8}.home-programs__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.home-programs__card{background:#fff;border:1px solid #eef2f7;border-radius:24px;padding:36px;transition:all .35s;position:relative;overflow:hidden;box-shadow:0 12px 30px #0f172a0d}.home-programs__card:before{content:"";background:linear-gradient(90deg, var(--primary-color), var(--accent-color));width:100%;height:5px;position:absolute;top:0;left:0}.home-programs__card:hover{transform:translateY(-12px);box-shadow:0 28px 60px #0f172a1f}.home-programs__icon{width:72px;height:72px;color:var(--primary-color);background:#2563eb14;border-radius:20px;justify-content:center;align-items:center;margin-bottom:2rem;font-size:1.5rem;display:flex}.home-programs__card h3{margin-bottom:1rem;font-size:1.35rem}.home-programs__card p{margin-bottom:2rem;line-height:1.8}.home-programs__card a{color:var(--primary-color);align-items:center;gap:.6rem;font-weight:700;transition:all .3s;display:inline-flex}@media (width<=992px){.home-programs{padding:80px 0}.home-programs__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=576px){.home-programs__grid{grid-template-columns:1fr}.home-programs__card{padding:28px}}.recovery-journey{background:var(--bg-white);padding:120px 0}.recovery-journey__header{text-align:center;max-width:760px;margin:0 auto 4rem}.recovery-journey__header span{color:var(--accent-color);text-transform:uppercase;letter-spacing:.12em;font-size:.85rem;font-weight:800}.recovery-journey__header h2{color:var(--text-dark);margin:1rem 0;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.2rem,4vw,3.8rem)}.recovery-journey__header p{color:var(--text-light);font-size:1.1rem;line-height:1.8}.recovery-journey__grid{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid;position:relative}.recovery-journey__grid:before{content:"";background:var(--border-color);z-index:0;height:2px;position:absolute;top:56px;left:12%;right:12%}.recovery-journey__card{z-index:1;background:var(--bg-white);text-align:center;box-shadow:var(--shadow);transition:var(--transition);border-radius:24px;padding:38px 26px;position:relative}.recovery-journey__card:hover{transform:translateY(-8px)}.recovery-journey__number{color:var(--primary-color);opacity:.35;font-size:.8rem;font-weight:800;position:absolute;top:18px;right:22px}.recovery-journey__icon{background:var(--primary-color);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:76px;height:76px;margin:0 auto 1.5rem;font-size:1.45rem;display:flex;box-shadow:0 12px 24px #1d4ed833}.recovery-journey__card h3{color:var(--text-dark);margin-bottom:.85rem;font-size:1.15rem}.recovery-journey__card p{color:var(--text-light);font-size:.95rem;line-height:1.7}@media (width<=992px){.recovery-journey{padding:80px 0}.recovery-journey__grid{grid-template-columns:repeat(2,1fr)}.recovery-journey__grid:before{display:none}}@media (width<=576px){.recovery-journey__grid{grid-template-columns:1fr}}.not-alone{color:#fff;background-color:#0000;background-image:linear-gradient(#0f172ab8,#0f172ab8),url(/images/not-alone-bg.webp);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;padding:120px 0}.not-alone__container{grid-template-columns:1fr .9fr;align-items:center;gap:5rem;display:grid}.not-alone__content span{color:#86efac;text-transform:uppercase;letter-spacing:.12em;font-size:.85rem;font-weight:800;display:inline-block}.not-alone__content h2{max-width:680px;margin-bottom:1.5rem;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.4rem,4vw,4rem);line-height:1.05}.not-alone__content p{color:#ffffffd1;max-width:620px;margin-bottom:2rem;font-size:1.1rem;line-height:1.5}.not-alone__list{gap:1.15rem;max-width:560px;margin-bottom:2rem;display:grid}.not-alone__list div{background:#ffffff0a;border:1px solid #ffffff0f;border-radius:14px;align-items:center;gap:1rem;padding:16px 18px;transition:all .3s;display:flex}.not-alone__list div:hover{background:#ffffff14;transform:translate(8px)}.not-alone__list svg{color:#86efac;background:#86efac26;border-radius:50%;flex-shrink:0;width:36px;height:36px;padding:8px}.not-alone__list span{color:#fff;letter-spacing:0;text-transform:none;font-size:1rem;font-weight:600;line-height:1.5}.not-alone__button{background:var(--accent-color);color:#fff;transition:var(--transition);border-radius:999px;align-items:center;gap:.65rem;padding:16px 30px;font-weight:800;display:inline-flex}.not-alone__button:hover{transform:translateY(-3px)}.not-alone__image img{object-fit:cover;border-radius:28px;width:100%;min-height:460px;box-shadow:0 30px 70px #00000047}@media (width<=992px){.not-alone{padding:80px 0}.not-alone__container{grid-template-columns:1fr}}@media (width<=576px){.not-alone__image img{min-height:340px}.not-alone__button{justify-content:center;width:100%}}.home-faq{background:var(--bg-light);padding:120px 0}.home-faq__container{grid-template-columns:.85fr 1.15fr;align-items:start;gap:5rem;display:grid}.home-faq__header span{color:var(--accent-color);text-transform:uppercase;letter-spacing:.12em;margin-bottom:1rem;font-size:.85rem;font-weight:800;display:inline-block}.home-faq__header h2{color:var(--text-dark);margin-bottom:1.2rem;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.2rem,4vw,3.8rem);line-height:1.05}.home-faq__header p{color:var(--text-light);font-size:1.1rem;line-height:1.8}.home-faq__list{gap:1rem;display:grid}.home-faq__item{background:#fff;border:1px solid #eef2f7;border-radius:22px;grid-template-columns:auto 1fr;gap:1.2rem;padding:28px;transition:all .35s;display:grid;box-shadow:0 12px 30px #0f172a0d}.home-faq__item:hover{transform:translateY(-6px);box-shadow:0 24px 50px #0f172a1a}.home-faq__icon{width:48px;height:48px;color:var(--primary-color);background:#2563eb14;border-radius:14px;justify-content:center;align-items:center;display:flex}.home-faq__item h3{color:var(--text-dark);margin-bottom:.5rem;font-size:1.15rem}.home-faq__item p{color:var(--text-light);line-height:1.8}@media (width<=992px){.home-faq{padding:80px 0}.home-faq__container{grid-template-columns:1fr}}.btn{border-radius:999px;justify-content:center;align-items:center;gap:.75rem;padding:17px 32px;font-weight:800;line-height:1;transition:all .35s;display:inline-flex}.btn:hover{transform:translateY(-4px)}.btn--primary{background:var(--primary-color);color:#fff}.btn--primary:hover{background:var(--primary-dark)}.btn--secondary{color:var(--primary-color);box-shadow:var(--shadow);background:#fff}.btn--outline{color:var(--primary-color);border:2px solid var(--primary-color);background:0 0}.btn--light{color:var(--primary-color);background:#fff}.btn--green{background:var(--accent-color);color:#fff}@media (width<=576px){.btn{width:100%}}.home-cta{background:#fff;padding:120px 0}.home-cta__box{text-align:center;color:#fff;background:linear-gradient(135deg,#12326d 0%,#1f4ea3 100%);border-radius:36px;padding:90px;position:relative;overflow:hidden;box-shadow:0 30px 80px #0f172a2e}.home-cta__box:before{content:"";background:radial-gradient(circle at 100% 0,#ffffff1f,#0000 45%);position:absolute;inset:0}.home-cta__box>*{z-index:2;position:relative}.home-cta span{color:#8af3b5;text-transform:uppercase;letter-spacing:.15em;margin-bottom:1rem;font-size:.85rem;font-weight:800;display:inline-block}.home-cta h2{margin-bottom:1.5rem;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.8rem,5vw,4.6rem);line-height:1.05}.home-cta p{color:#ffffffe0;max-width:760px;margin:0 auto 2.5rem;font-size:1.1rem;line-height:1.9}.home-cta__buttons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}@media (width<=768px){.home-cta{padding:80px 0}.home-cta__box{padding:60px 30px}.home-cta__buttons{flex-direction:column}.home-cta__buttons a{justify-content:center;width:100%}}.home-cta__outline{color:#fff;border-color:#ffffff59}.home-cta__outline:hover{background:#ffffff1a}.inner-hero{background:linear-gradient(135deg,#dbeafef2,#f8fafc);padding:130px 0}.inner-hero__container{grid-template-columns:1fr .85fr;align-items:center;gap:4rem;display:grid}.inner-hero__content span{color:var(--accent-color);text-transform:uppercase;letter-spacing:.12em;margin-bottom:1rem;font-size:.85rem;font-weight:800;display:inline-block}.inner-hero__content h1{color:var(--text-dark);max-width:700px;margin-bottom:1.4rem;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.6rem,5vw,4.8rem);line-height:1.02}.inner-hero__content p{max-width:650px;color:var(--text-light);font-size:1.15rem;line-height:1.8}.inner-hero__image img{aspect-ratio:5/4;object-fit:cover;border:8px solid #fff;border-radius:30px;width:100%;box-shadow:0 25px 70px #0f172a1f}.inner-hero__image{position:relative}.inner-hero__image:before{content:"";z-index:0;background:#2563eb14;border-radius:50%;width:180px;height:180px;position:absolute;top:-30px;right:-30px}.inner-hero__image img{z-index:1;position:relative}@media (width<=992px){.inner-hero{padding:80px 0}.inner-hero__container{grid-template-columns:1fr}.inner-hero__image img{min-height:340px}}.about-story{background:#fff;padding:120px 0}.about-story__container{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;display:grid}.about-story__image img{object-fit:cover;border-radius:28px;width:100%;min-height:620px;box-shadow:0 25px 60px #0f172a1f}.about-story__content span{color:var(--accent-color);text-transform:uppercase;letter-spacing:.12em;margin-bottom:1rem;font-size:.85rem;font-weight:800;display:inline-block}.about-story__content h2{color:var(--text-dark);margin-bottom:1.5rem;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.5rem,4vw,4rem);line-height:1.08}.about-story__content p{color:var(--text-light);margin-bottom:1.5rem;font-size:1.05rem;line-height:1.9}.about-story__cards{grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:3rem;display:grid}.about-story__cards div{background:#fff;border:1px solid #edf2f7;border-radius:20px;padding:2rem 1.5rem;transition:all .35s;box-shadow:0 15px 40px #0f172a0d}.about-story__cards div:hover{transform:translateY(-8px);box-shadow:0 28px 60px #0f172a1a}.about-story__cards svg{width:56px;height:56px;color:var(--primary-color);background:#2563eb14;border-radius:50%;margin-bottom:1.2rem;padding:16px}.about-story__cards h3{color:var(--text-dark);font-size:1rem}@media (width<=992px){.about-story{padding:80px 0}.about-story__container{grid-template-columns:1fr}.about-story__image img{min-height:420px}.about-story__cards{grid-template-columns:1fr}}.mission-values{background:var(--bg-light);padding:120px 0}.mission-values__header{text-align:center;max-width:780px;margin:0 auto 4rem}.mission-values__header span{color:var(--accent-color);text-transform:uppercase;letter-spacing:.12em;margin-bottom:1rem;font-size:.85rem;font-weight:800;display:inline-block}.mission-values__header h2{color:var(--text-dark);margin-bottom:1.2rem;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.3rem,4vw,4rem);line-height:1.05}.mission-values__header p{color:var(--text-light);font-size:1.1rem;line-height:1.8}.mission-values__grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.mission-values__card{background:#fff;border:1px solid #edf2f7;border-radius:26px;min-height:260px;padding:32px;transition:all .35s;box-shadow:0 18px 45px #0f172a0f}.mission-values__card:hover{transform:translateY(-8px);box-shadow:0 30px 70px #0f172a1c}.mission-values__card--large{color:#fff;background:radial-gradient(circle at 100% 0,#86efac2e,#0000 35%),linear-gradient(135deg,#12326d,#1f4ea3);grid-row:span 1}.mission-values__card svg{width:64px;height:64px;color:var(--primary-color);background:#2563eb14;border-radius:18px;margin-bottom:2rem;padding:17px}.mission-values__card--large svg{color:#86efac;background:#ffffff24}.mission-values__card h3{color:var(--text-dark);margin-bottom:1rem;font-size:1.35rem}.mission-values__card p{color:var(--text-light);line-height:1.8}.mission-values__card--large h3{color:#fff}.mission-values__card--large p{color:#ffffffd1;font-size:1.05rem}@media (width<=992px){.mission-values{padding:80px 0}.mission-values__grid{grid-template-columns:repeat(2,1fr)}.mission-values__card--large{grid-area:auto}}@media (width<=576px){.about-story__cards p{color:var(--text-light);margin-top:.75rem;font-size:.95rem;line-height:1.6;visibility:visible!important;opacity:1!important;height:auto!important;max-height:none!important;display:block!important;overflow:visible!important}}.why-about{background:#fff;padding:120px 0}.why-about__container{grid-template-columns:1fr .9fr;align-items:center;gap:5rem;display:grid}.why-about__content span{color:var(--accent-color);text-transform:uppercase;letter-spacing:.12em;margin-bottom:1rem;font-weight:800;display:inline-block}.why-about__content h2{color:var(--text-dark);max-width:650px;margin-bottom:1.5rem;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.4rem,4vw,4rem);line-height:1.05}.why-about__content>p{color:var(--text-light);margin-bottom:2.5rem;line-height:1.8}.why-about__features{gap:1.5rem;display:grid}.why-about__features>div{border-radius:16px;align-items:flex-start;gap:1rem;padding:1rem;transition:all .3s;display:flex}.why-about__features>div:hover{background:#f8fbff;transform:translate(8px)}.why-about__features svg{width:52px;height:52px;color:var(--primary-color);background:#2563eb14;border-radius:16px;flex-shrink:0;padding:14px}.why-about__features h3{color:var(--text-dark);margin-bottom:.35rem}.why-about__features p{color:var(--text-light);line-height:1.7}.why-about__image img{object-fit:cover;border-radius:28px;width:100%;box-shadow:0 25px 60px #0f172a1a}@media (width<=992px){.why-about{padding:80px 0}.why-about__container{grid-template-columns:1fr}}.why-about__image{position:relative}.why-about__image:before{content:"";z-index:0;background:#2563eb14;border-radius:24px;width:180px;height:180px;position:absolute;bottom:-35px;left:-35px}.why-about__image img{z-index:1;position:relative}.recovery-process{background:var(--bg-light);padding:120px 0}.recovery-process__header{text-align:center;max-width:760px;margin:0 auto 4rem}.recovery-process__header span{color:var(--accent-color);text-transform:uppercase;letter-spacing:.12em;margin-bottom:1rem;font-size:.85rem;font-weight:800;display:inline-block}.recovery-process__header h2{color:var(--text-dark);margin-bottom:1.2rem;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.2rem,4vw,3.8rem);line-height:1.05}.recovery-process__header p{color:var(--text-light);font-size:1.1rem;line-height:1.8}.recovery-process__timeline{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid;position:relative}.recovery-process__timeline:before{content:"";z-index:0;background:#dbe4f0;height:2px;position:absolute;top:46px;left:10%;right:10%}.recovery-process__step{z-index:1;text-align:center;background:#fff;border:1px solid #edf2f7;border-radius:24px;padding:34px 26px;transition:all .35s;position:relative;box-shadow:0 16px 40px #0f172a0f}.recovery-process__step:hover{transform:translateY(-8px);box-shadow:0 28px 65px #0f172a1c}.recovery-process__icon{background:var(--primary-color);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 1.25rem;font-size:1.4rem;display:flex;box-shadow:0 14px 30px #2563eb38}.recovery-process__number{color:var(--accent-color);letter-spacing:.12em;margin-bottom:.75rem;font-size:.82rem;font-weight:800}.recovery-process__step h3{color:var(--text-dark);margin-bottom:.75rem;font-size:1.15rem}.recovery-process__step p{color:var(--text-light);font-size:.95rem;line-height:1.7}@media (width<=992px){.recovery-process{padding:80px 0}.recovery-process__timeline{grid-template-columns:repeat(2,1fr)}.recovery-process__timeline:before{display:none}}@media (width<=576px){.recovery-process__timeline{grid-template-columns:1fr}}.section-header{max-width:780px;margin-bottom:4rem}.section-header--center{text-align:center;margin-left:auto;margin-right:auto}.section-header--left{text-align:left}.section-header span{color:var(--accent-color);text-transform:uppercase;letter-spacing:.12em;margin-bottom:1rem;font-size:.85rem;font-weight:800;display:inline-block}.section-header h2{color:var(--text-dark);margin-bottom:1.2rem;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.3rem,4vw,4rem);line-height:1.05}.section-header p{color:var(--text-light);font-size:1.1rem;line-height:1.8}.feature-card{background:#fff;border:1px solid #edf2f7;border-radius:24px;padding:2rem;transition:all .35s;box-shadow:0 12px 30px #0f172a0d}.feature-card:hover{transform:translateY(-8px);box-shadow:0 28px 60px #0f172a1a}.feature-card--center{text-align:center}.feature-card__icon{width:64px;height:64px;color:var(--primary-color);background:#2563eb14;border-radius:18px;justify-content:center;align-items:center;margin-bottom:1.5rem;font-size:1.5rem;display:flex}.feature-card h3{color:var(--text-dark);margin-bottom:.8rem}.feature-card p{color:var(--text-light);line-height:1.8}.section{width:100%}.section--white{background:#fff}.section--light{background:var(--bg-light)}.section--dark{background:var(--bg-dark);color:#fff}.section--sm{padding:60px 0}.section--md{padding:90px 0}.section--lg{padding:120px 0}.section--xl{padding:150px 0}@media (width<=992px){.section--lg,.section--xl{padding:80px 0}.section--md{padding:70px 0}}.treatment-overview{background:#fff}.treatment-overview__container{grid-template-columns:.9fr 1.1fr;align-items:center;gap:5rem;display:grid}.treatment-overview__content span{color:var(--accent-color);text-transform:uppercase;letter-spacing:.12em;margin-bottom:1rem;font-size:.85rem;font-weight:800;display:inline-block}.treatment-overview__content h2{color:var(--text-dark);margin-bottom:1.5rem;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.4rem,4vw,4rem);line-height:1.05}.treatment-overview__content p{color:var(--text-light);margin-bottom:1.3rem;font-size:1.05rem;line-height:1.9}.treatment-overview__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}@media (width<=992px){.treatment-overview{padding:80px 0}.treatment-overview__container{grid-template-columns:1fr}}@media (width<=576px){.treatment-overview__grid{grid-template-columns:1fr}}.treatment-programs{background:var(--bg-light);padding:120px 0}.treatment-programs__header{text-align:center;max-width:780px;margin:0 auto 4rem}.treatment-programs__header span{color:var(--accent-color);text-transform:uppercase;letter-spacing:.12em;margin-bottom:1rem;font-size:.85rem;font-weight:800;display:inline-block}.treatment-programs__header h2{color:var(--text-dark);margin-bottom:1.2rem;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.3rem,4vw,4rem);line-height:1.05}.treatment-programs__header p{color:var(--text-light);font-size:1.1rem;line-height:1.8}.treatment-programs__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.treatment-programs__card{background:#fff;border:1px solid #eef2f7;border-radius:24px;padding:36px;transition:all .35s;position:relative;overflow:hidden;box-shadow:0 12px 30px #0f172a0d}.treatment-programs__card:before{content:"";background:linear-gradient(90deg, var(--primary-color), var(--accent-color));height:5px;position:absolute;inset:0 0 auto}.treatment-programs__card:hover{transform:translateY(-12px);box-shadow:0 28px 60px #0f172a1f}.treatment-programs__icon{width:72px;height:72px;color:var(--primary-color);background:#2563eb14;border-radius:20px;justify-content:center;align-items:center;margin-bottom:2rem;font-size:1.45rem;display:flex}.treatment-programs__card h3{color:var(--text-dark);margin-bottom:1rem;font-size:1.35rem}.treatment-programs__card p{color:var(--text-light);margin-bottom:2rem;line-height:1.8}.treatment-programs__card a{color:var(--primary-color);align-items:center;gap:.6rem;font-weight:700;transition:all .3s;display:inline-flex}.treatment-programs__card a svg{transition:all .3s}.treatment-programs__card:hover a svg{transform:translate(6px)}@media (width<=992px){.treatment-programs{padding:80px 0}.treatment-programs__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=576px){.treatment-programs__grid{grid-template-columns:1fr}}.split-section{grid-template-columns:.9fr 1.1fr;align-items:center;gap:5rem;display:grid}.split-section--reverse{grid-template-columns:1.1fr .9fr}.split-section--reverse .split-section__image{order:2}.split-section--reverse .split-section__content{order:1}.split-section__image{position:relative}.split-section__image:before{content:"";background:#2563eb14;border-radius:24px;width:180px;height:180px;position:absolute;bottom:-30px;left:-30px}.split-section__image img{z-index:1;object-fit:cover;border-radius:28px;width:100%;min-height:480px;display:block;position:relative;box-shadow:0 25px 60px #0f172a14}@media (width<=992px){.split-section,.split-section--reverse{grid-template-columns:1fr}.split-section__image,.split-section--reverse .split-section__image{order:1}.split-section__content,.split-section--reverse .split-section__content{order:2}.split-section__image:before{display:none}.split-section__image img{min-height:340px}}.feature-list{gap:1.25rem;display:grid}.feature-list__item{border-radius:16px;align-items:flex-start;gap:1rem;padding:1rem;transition:all .3s;display:flex}.feature-list__item:hover{background:#f8fbff;transform:translate(8px)}.feature-list__icon{width:52px;height:52px;color:var(--primary-color);background:#2563eb14;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;padding:14px;display:flex}.feature-list__item h3{color:var(--text-dark);margin-bottom:.35rem}.feature-list__item p{color:var(--text-light);line-height:1.7}.why-outpatient{background:#fff}.why-outpatient__content span{color:var(--accent-color);text-transform:uppercase;letter-spacing:.12em;margin-bottom:1rem;font-size:.85rem;font-weight:800;display:inline-block}.why-outpatient__content h2{color:var(--text-dark);margin-bottom:1.5rem;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.4rem,4vw,4rem);line-height:1.05}.why-outpatient__content>p{color:var(--text-light);margin-bottom:2.5rem;font-size:1.05rem;line-height:1.9}.why-outpatient__note{background:var(--primary-light);color:var(--primary-dark);border-radius:18px;align-items:flex-start;gap:1rem;margin-top:2rem;padding:20px;display:flex}.why-outpatient__note svg{flex-shrink:0;margin-top:.2rem}.why-outpatient__note p{font-weight:600;line-height:1.7}@media (width<=992px){.why-outpatient{padding:80px 0}.why-outpatient__container{grid-template-columns:1fr}.why-outpatient__image img{min-height:420px}}@media (width<=576px){.why-outpatient__image:before{display:none}.why-outpatient__image img{min-height:340px}}.programs-grid{background:#fff}.programs-grid__items{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.programs-grid__card{background:var(--bg-light);border:1px solid #eef2f7;border-radius:24px;padding:36px;transition:all .35s;position:relative;overflow:hidden}.programs-grid__card:before{content:"";background:linear-gradient(90deg, var(--primary-color), var(--accent-color));height:5px;position:absolute;inset:0 0 auto}.programs-grid__card:hover{background:#fff;transform:translateY(-12px);box-shadow:0 28px 60px #0f172a1f}.programs-grid__icon{width:72px;height:72px;color:var(--primary-color);background:#2563eb14;border-radius:20px;justify-content:center;align-items:center;margin-bottom:2rem;font-size:1.45rem;display:flex}.programs-grid__card h3{color:var(--text-dark);margin-bottom:1rem;font-size:1.35rem}.programs-grid__card p{color:var(--text-light);margin-bottom:2rem;line-height:1.8}.programs-grid__card a{color:var(--primary-color);align-items:center;gap:.6rem;font-weight:700;display:inline-flex}@media (width<=992px){.programs-grid{padding:80px 0}.programs-grid__items{grid-template-columns:repeat(2,1fr)}}@media (width<=576px){.programs-grid__items{grid-template-columns:1fr}}.addiction-grid{background:#fff;padding:120px 0}.addiction-grid__header{text-align:center;max-width:780px;margin:0 auto 4rem}.addiction-grid__header span{color:var(--accent-color);text-transform:uppercase;letter-spacing:.12em;margin-bottom:1rem;font-size:.85rem;font-weight:800;display:inline-block}.addiction-grid__header h2{color:var(--text-dark);margin-bottom:1.2rem;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.3rem,4vw,4rem);line-height:1.05}.addiction-grid__header p{color:var(--text-light);font-size:1.1rem;line-height:1.8}.addiction-grid__items{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.addiction-grid__card{background:var(--bg-light);border:1px solid #eef2f7;border-radius:24px;padding:36px;transition:all .35s;position:relative;overflow:hidden}.addiction-grid__card:before{content:"";background:linear-gradient(90deg, var(--primary-color), var(--accent-color));height:5px;position:absolute;inset:0 0 auto}.addiction-grid__card:hover{background:#fff;transform:translateY(-12px);box-shadow:0 28px 60px #0f172a1f}.addiction-grid__icon{width:72px;height:72px;color:var(--primary-color);background:#2563eb14;border-radius:20px;justify-content:center;align-items:center;margin-bottom:2rem;font-size:1.45rem;display:flex}.addiction-grid__card h3{color:var(--text-dark);margin-bottom:1rem;font-size:1.35rem}.addiction-grid__card p{color:var(--text-light);margin-bottom:2rem;line-height:1.8}.addiction-grid__card a{color:var(--primary-color);align-items:center;gap:.6rem;font-weight:700;display:inline-flex}@media (width<=992px){.addiction-grid{padding:80px 0}.addiction-grid__items{grid-template-columns:repeat(2,1fr)}}@media (width<=576px){.addiction-grid__items{grid-template-columns:1fr}}.signs-treatment__grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}@media (width<=992px){.signs-treatment__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=576px){.signs-treatment__grid{grid-template-columns:1fr}}.treatment-approach__note{border-radius:var(--radius-md);background:var(--primary-light);color:var(--primary-dark);align-items:flex-start;gap:1rem;margin-top:2rem;padding:20px;display:flex}.treatment-approach__note svg{flex-shrink:0;margin-top:.2rem}.treatment-approach__note p{font-weight:600;line-height:1.7}.addiction-process__grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid;position:relative}.addiction-process__grid:before{content:"";background:var(--border-color);z-index:0;height:2px;position:absolute;top:44px;left:10%;right:10%}.addiction-process__card{z-index:1;background:var(--bg-white);border-radius:var(--radius-lg);text-align:center;border:1px solid var(--border-color);box-shadow:var(--shadow-sm);transition:var(--transition);padding:34px 26px;position:relative}.addiction-process__card:hover{box-shadow:var(--shadow-lg);transform:translateY(-8px)}.addiction-process__icon{background:var(--primary-color);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 1.25rem;font-size:1.4rem;display:flex}.addiction-process__card span{color:var(--accent-color);letter-spacing:.12em;margin-bottom:.75rem;font-size:.82rem;font-weight:800;display:block}.addiction-process__card h3{color:var(--text-dark);margin-bottom:.75rem}.addiction-process__card p{color:var(--text-light);font-size:.95rem;line-height:1.7}@media (width<=992px){.addiction-process__grid{grid-template-columns:repeat(2,1fr)}.addiction-process__grid:before{display:none}}@media (width<=576px){.addiction-process__grid{grid-template-columns:1fr}}.addiction-detail{background:#fff;padding:120px 0}.addiction-detail__container{grid-template-columns:1.1fr .8fr;align-items:start;gap:5rem;display:grid}.addiction-detail__content span{color:var(--accent-color);text-transform:uppercase;letter-spacing:.12em;margin-bottom:1rem;font-size:.85rem;font-weight:800;display:inline-block}.addiction-detail__content h2{color:var(--text-dark);margin-bottom:1.5rem;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.3rem,4vw,3.8rem);line-height:1.05}.addiction-detail__content p{color:var(--text-light);margin-bottom:1.3rem;font-size:1.05rem;line-height:1.9}.addiction-detail__card{background:var(--bg-light);border:1px solid #edf2f7;border-radius:26px;padding:36px;box-shadow:0 18px 45px #0f172a0f}.addiction-detail__card h3{color:var(--text-dark);margin-bottom:1.2rem;font-size:1.35rem}.addiction-detail__card ul{gap:1rem;display:grid}.addiction-detail__card li{color:var(--text-light);padding-left:1.8rem;line-height:1.7;position:relative}.addiction-detail__card li:before{content:"✓";color:var(--accent-color);font-weight:800;position:absolute;top:0;left:0}.addiction-not-found{padding:120px 0}.addiction-detail__content h2+p{margin-top:0}.addiction-detail__content p+h2{margin-top:3rem}@media (width<=992px){.addiction-detail{padding:80px 0}.addiction-detail__container{grid-template-columns:1fr}}.contact-info{background:#fff;padding:120px 0}.contact-info__container{grid-template-columns:1fr .85fr;align-items:start;gap:5rem;display:grid}.contact-info__content span{color:var(--accent-color);text-transform:uppercase;letter-spacing:.12em;margin-bottom:1rem;font-size:.85rem;font-weight:800;display:inline-block}.contact-info__content h2{color:var(--text-dark);margin-bottom:1.5rem;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.4rem,4vw,4rem);line-height:1.05}.contact-info__content>p{color:var(--text-light);max-width:620px;margin-bottom:2.5rem;font-size:1.05rem;line-height:1.9}.contact-info__cards{gap:1.2rem;display:grid}.contact-info__cards div{background:var(--bg-light);border:1px solid #edf2f7;border-radius:20px;padding:24px}.contact-info__cards svg{color:var(--primary-color);margin-bottom:1rem;font-size:1.4rem}.contact-info__cards h3{color:var(--text-dark);margin-bottom:.5rem}.contact-info__cards p,.contact-info__cards a{color:var(--text-light);line-height:1.7;text-decoration:none}.contact-info__cards a:hover{color:var(--primary-color)}.contact-info__form{background:var(--bg-light);border:1px solid #edf2f7;border-radius:28px;padding:38px;box-shadow:0 20px 55px #0f172a14}.contact-info__form h3{color:var(--text-dark);margin-bottom:1.5rem;font-size:1.5rem}.contact-info__form input,.contact-info__form textarea{background:#fff;border:1px solid #dbe4f0;border-radius:14px;width:100%;margin-bottom:1rem;padding:16px 18px}.contact-info__form button{background:var(--primary-color);color:#fff;border-radius:999px;width:100%;padding:17px;font-weight:800}.contact-info__cards div{flex-direction:column;display:flex}.contact-info__form select{width:100%;color:var(--text-dark);background:#fff;border:1px solid #dbe4f0;border-radius:14px;margin-bottom:1rem;padding:16px 18px}.contact-info__error{color:#dc2626;margin-bottom:1rem;font-weight:600}.contact-info__success{color:#16a34a;margin-bottom:1rem;font-weight:600}.contact-info__form button:disabled{opacity:.7;cursor:not-allowed}.contact-info__counter{text-align:right;color:var(--text-light);margin-top:-.5rem;margin-bottom:1rem;font-size:.85rem}.contact-info__form input:focus,.contact-info__form textarea:focus,.contact-info__form select:focus{border-color:var(--primary-color);outline:none;box-shadow:0 0 0 4px #2563eb14}@media (width<=992px){.contact-info{padding:80px 0}.contact-info__container{grid-template-columns:1fr}}.not-found{background:linear-gradient(135deg,#dbeafee6,#f8fafc);justify-content:center;align-items:center;min-height:calc(100vh - 180px);padding:120px 0;display:flex}.not-found__content{text-align:center;max-width:760px;margin:0 auto}.not-found__content span{color:#2563eb1f;margin-bottom:1rem;font-size:clamp(5rem,10vw,8rem);font-weight:900;line-height:1;display:block}.not-found__content h1{color:var(--text-dark);margin-bottom:1.5rem;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.5rem,5vw,4.5rem)}.not-found__content p{max-width:620px;color:var(--text-light);margin:0 auto 2.5rem;font-size:1.1rem;line-height:1.8}.not-found__buttons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.not-found__buttons a{border-radius:999px;align-items:center;gap:.75rem;padding:18px 34px;font-weight:700;transition:all .35s;display:inline-flex}.not-found__primary{background:var(--primary-color);color:#fff}.not-found__primary:hover{transform:translateY(-4px)}.not-found__secondary{border:2px solid var(--primary-color);color:var(--primary-color)}.not-found__secondary:hover{background:var(--primary-light);transform:translateY(-4px)}@media (width<=576px){.not-found{padding:80px 0}.not-found__buttons{flex-direction:column}.not-found__buttons a{justify-content:center;width:100%}}.iop-faq{background:var(--bg-light);padding:120px 0}.iop-faq__container{grid-template-columns:.85fr 1.15fr;align-items:start;gap:5rem;display:grid}.iop-faq__header span{color:var(--accent-color);text-transform:uppercase;letter-spacing:.12em;margin-bottom:1rem;font-size:.85rem;font-weight:800;display:inline-block}.iop-faq__header h2{color:var(--text-dark);margin-bottom:1.2rem;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.2rem,4vw,3.8rem);line-height:1.05}.iop-faq__header p{color:var(--text-light);font-size:1.1rem;line-height:1.8}.iop-faq__list{gap:1rem;display:grid}.iop-faq__item{background:#fff;border:1px solid #eef2f7;border-radius:22px;grid-template-columns:auto 1fr;gap:1.2rem;padding:28px;transition:all .35s;display:grid;box-shadow:0 12px 30px #0f172a0d}.iop-faq__item:hover{transform:translateY(-6px);box-shadow:0 24px 50px #0f172a1a}.iop-faq__icon{width:48px;height:48px;color:var(--primary-color);background:#2563eb14;border-radius:14px;justify-content:center;align-items:center;display:flex}.iop-faq__item h3{color:var(--text-dark);margin-bottom:.5rem;font-size:1.15rem}.iop-faq__item p{color:var(--text-light);line-height:1.8}@media (width<=992px){.iop-faq{padding:80px 0}.iop-faq__container{grid-template-columns:1fr;gap:3rem}}.iop-overview__note{border-radius:var(--radius-md);background:var(--primary-light);color:var(--primary-dark);align-items:flex-start;gap:1rem;margin-top:2rem;padding:20px;display:flex}.iop-overview__note svg{flex-shrink:0;margin-top:.2rem}.iop-overview__note p{font-weight:600;line-height:1.7}.iop-process__grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid;position:relative}.iop-process__grid:before{content:"";background:var(--border-color);z-index:0;height:2px;position:absolute;top:44px;left:10%;right:10%}.iop-process__card{z-index:1;background:var(--bg-white);border-radius:var(--radius-lg);text-align:center;border:1px solid var(--border-color);box-shadow:var(--shadow-sm);transition:var(--transition);padding:34px 26px;position:relative}.iop-process__card:hover{box-shadow:var(--shadow-lg);transform:translateY(-8px)}.iop-process__icon{background:var(--primary-color);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 1.25rem;font-size:1.4rem;display:flex}.iop-process__card span{color:var(--accent-color);letter-spacing:.12em;margin-bottom:.75rem;font-size:.82rem;font-weight:800;display:block}.iop-process__card h3{color:var(--text-dark);margin-bottom:.75rem}.iop-process__card p{color:var(--text-light);font-size:.95rem;line-height:1.7}@media (width<=992px){.iop-process__grid{grid-template-columns:repeat(2,1fr)}.iop-process__grid:before{display:none}}@media (width<=576px){.iop-process__grid{grid-template-columns:1fr}}.why-choose-iop__note{border-radius:var(--radius-md);background:var(--primary-light);color:var(--primary-dark);align-items:flex-start;gap:1rem;margin-top:2rem;padding:20px;display:flex}.why-choose-iop__note svg{flex-shrink:0;margin-top:.2rem}.why-choose-iop__note p{font-weight:600;line-height:1.7}.who-iop__container{grid-template-columns:1.05fr .95fr;align-items:center;gap:5rem;display:grid}.who-iop__image{position:relative}.who-iop__image:before{content:"";border-radius:var(--radius-lg);background:#2563eb14;width:180px;height:180px;position:absolute;top:-30px;right:-30px}.who-iop__image img{z-index:1;object-fit:cover;border-radius:var(--radius-xl);width:100%;min-height:560px;box-shadow:var(--shadow-lg);position:relative}.who-iop__note{border-radius:var(--radius-md);background:var(--primary-light);color:var(--primary-dark);align-items:flex-start;gap:1rem;margin-top:2rem;padding:20px;display:flex}.who-iop__note svg{flex-shrink:0;margin-top:.2rem}.who-iop__note p{font-weight:600;line-height:1.7}@media (width<=992px){.who-iop__container{grid-template-columns:1fr}.who-iop__image img{min-height:380px}}@media (width<=576px){.who-iop__image:before{display:none}.who-iop__image img{min-height:320px}}.privacy-policy__content{max-width:900px;margin:0 auto}.privacy-policy__updated{color:var(--text-muted);margin-bottom:3rem}.privacy-policy__content h2{color:var(--text-dark);margin:3rem 0 1rem;font-family:Georgia,Times New Roman,serif;font-size:2rem}.privacy-policy__content p{color:var(--text-light);margin-bottom:1.5rem;line-height:1.9}.terms__content{max-width:900px;margin:0 auto}.terms__updated{color:var(--text-muted);margin-bottom:3rem}.terms__content h2{color:var(--text-dark);margin:3rem 0 1rem;font-family:Georgia,Times New Roman,serif;font-size:2rem}.terms__content p{color:var(--text-light);margin-bottom:1.5rem;line-height:1.9}.accessibility__content{max-width:900px;margin:0 auto}.accessibility__updated{color:var(--text-muted);margin-bottom:3rem}.accessibility__content h2{color:var(--text-dark);margin:3rem 0 1rem;font-family:Georgia,Times New Roman,serif;font-size:2rem}.accessibility__content p{color:var(--text-light);margin-bottom:1.5rem;line-height:1.9}.program-detail__overview{max-width:1100px;margin:0 auto}.program-detail__grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.program-detail__not-found{text-align:center}.program-detail__not-found h1{color:var(--text-dark);margin-bottom:1rem;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.5rem,5vw,4rem)}.program-detail__not-found p{color:var(--text-light)}.program-detail__process{max-width:1100px;margin:0 auto}.program-detail__process-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem;display:grid}@media (width<=992px){.program-detail__process-grid{grid-template-columns:1fr}.program-detail__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=576px){.program-detail__grid{grid-template-columns:1fr}}.admissions-intro{background:#fff;padding:120px 0}.admissions-intro__container{grid-template-columns:.95fr 1.05fr;align-items:center;gap:5rem;display:grid}.admissions-intro__image img{object-fit:cover;border-radius:28px;width:100%;min-height:520px;box-shadow:0 30px 70px #0f172a1f}.admissions-intro__content span{color:var(--accent-color);text-transform:uppercase;letter-spacing:.12em;margin-bottom:1rem;font-size:.85rem;font-weight:800;display:inline-block}.admissions-intro__content h2{color:var(--text-dark);margin-bottom:1.5rem;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.3rem,4vw,4rem);line-height:1.05}.admissions-intro__content>p{color:var(--text-light);margin-bottom:2rem;font-size:1.08rem;line-height:1.9}.admissions-intro__list{gap:1rem;margin-bottom:2rem;display:grid}.admissions-intro__list div{background:var(--bg-light);border:1px solid #eef2f7;border-radius:16px;align-items:center;gap:1rem;padding:18px 20px;display:flex}.admissions-intro__list svg{color:var(--primary-color);flex-shrink:0}.admissions-intro__list p{color:var(--text-dark);font-weight:600}.admissions-intro__button{background:var(--primary-color);color:#fff;transition:var(--transition);border-radius:999px;padding:16px 32px;font-weight:800;display:inline-flex}.admissions-intro__button:hover{background:var(--primary-dark);transform:translateY(-3px)}@media (width<=992px){.admissions-intro{padding:80px 0}.admissions-intro__container{grid-template-columns:1fr}.admissions-intro__image img{min-height:380px}}.admissions-steps{background:var(--bg-light);padding:120px 0}.admissions-steps__header{text-align:center;max-width:760px;margin:0 auto 4rem}.admissions-steps__header span{color:var(--accent-color);text-transform:uppercase;letter-spacing:.12em;font-size:.85rem;font-weight:800}.admissions-steps__header h2{color:var(--text-dark);margin:1rem 0;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.2rem,4vw,3.8rem)}.admissions-steps__header p{color:var(--text-light);font-size:1.1rem;line-height:1.8}.admissions-steps__grid{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.admissions-steps__card{text-align:center;transition:var(--transition);background:#fff;border-radius:24px;padding:38px 26px;position:relative;box-shadow:0 12px 30px #0f172a0d}.admissions-steps__card:hover{transform:translateY(-8px);box-shadow:0 28px 60px #0f172a1f}.admissions-steps__number{color:var(--primary-color);opacity:.35;font-size:.8rem;font-weight:800;position:absolute;top:18px;right:22px}.admissions-steps__icon{background:var(--primary-color);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:76px;height:76px;margin:0 auto 1.5rem;font-size:1.45rem;display:flex}.admissions-steps__card h3{color:var(--text-dark);margin-bottom:.85rem;font-size:1.15rem}.admissions-steps__card p{color:var(--text-light);font-size:.95rem;line-height:1.7}@media (width<=992px){.admissions-steps{padding:80px 0}.admissions-steps__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=576px){.admissions-steps__grid{grid-template-columns:1fr}}.what-to-bring{background:#fff;padding:120px 0}.what-to-bring__header{text-align:center;max-width:760px;margin:0 auto 4rem}.what-to-bring__header span{color:var(--accent-color);text-transform:uppercase;letter-spacing:.12em;margin-bottom:1rem;font-size:.85rem;font-weight:800;display:inline-block}.what-to-bring__header h2{color:var(--text-dark);margin-bottom:1rem;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.2rem,4vw,3.8rem)}.what-to-bring__header p{color:var(--text-light);font-size:1.05rem;line-height:1.9}.what-to-bring__grid{grid-template-columns:repeat(4,1fr);gap:1.75rem;display:grid}.what-to-bring__card{background:var(--bg-light);text-align:center;transition:var(--transition);border:1px solid #edf2f7;border-radius:22px;padding:32px 24px}.what-to-bring__card:hover{transform:translateY(-6px);box-shadow:0 18px 40px #0f172a14}.what-to-bring__icon{background:var(--primary-color);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 1.5rem;font-size:1.4rem;display:flex}.what-to-bring__card h3{color:var(--text-dark);margin-bottom:.8rem}.what-to-bring__card p{color:var(--text-light);line-height:1.7}@media (width<=992px){.what-to-bring{padding:80px 0}.what-to-bring__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=576px){.what-to-bring__grid{grid-template-columns:1fr}}.thank-you{background:linear-gradient(#f8fbff 0%,#fff 100%);align-items:center;min-height:calc(100vh - 180px);padding:120px 0;display:flex}.thank-you__container{justify-content:center;display:flex}.thank-you__card{text-align:center;background:#fff;border-radius:32px;max-width:620px;padding:50px;box-shadow:0 30px 80px #0f172a1a}.thank-you__icon{color:#22c55e;flex-shrink:0;font-size:2rem}.thank-you__status span{color:#22c55e;text-transform:uppercase;letter-spacing:.12em;font-size:.9rem;font-weight:600}.thank-you h1{color:var(--text-dark);margin-bottom:1.5rem;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.1rem,4vw,3.2rem);line-height:1.15}.thank-you p{color:var(--text-light);max-width:480px;margin:0 auto 2rem;font-size:1.1rem;line-height:1.9}.thank-you__actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.thank-you__actions a{border-radius:999px;align-items:center;gap:.65rem;padding:16px 30px;font-weight:500;display:inline-flex}.thank-you__actions a:first-child{background:var(--primary-color);color:#fff}.thank-you__actions a:last-child{background:var(--bg-light);color:var(--primary-color)}.thank-you__notice{border-left:4px solid var(--primary-color);max-width:460px;color:var(--text-dark);background:#eef7ff;border-radius:12px;margin:2rem auto;padding:16px 22px;font-size:.95rem;line-height:1.6}.thank-you__status{justify-content:center;align-items:center;gap:.75rem;margin-bottom:1.5rem;display:flex}@media (width<=576px){.thank-you__card{padding:45px 24px}.thank-you__actions a{justify-content:center;width:100%}}
