:root{--ink:#103d4b;--ink2:#172f39;--coral:#f47b67;--coral2:#ff8b76;--gold:#cbaa65;--cream:#fbf7ed;--cream2:#f6f0e3;--muted:#66777d;--line:#e8e0d4;--white:#fff;--green:#1f9d75;--purple:#6c5ce7;--shadow:0 18px 55px rgba(16,61,75,.10);--radius:24px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:'Cairo',Arial,sans-serif;background:#fff;color:var(--ink2);line-height:1.7}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}.container{width:min(1180px,calc(100% - 32px));margin-inline:auto}.section{padding:72px 0}.section-soft{background:linear-gradient(180deg,#fbf7ed,#fff9f0)}.section-dark{background:#0d4251;color:#fff}.site-header{height:88px;background:rgba(255,255,255,.93);backdrop-filter:blur(12px);position:sticky;top:0;z-index:100;border-bottom:1px solid rgba(226,216,201,.7)}.nav-wrap{height:100%;display:flex;align-items:center;gap:28px}.brand{display:flex;align-items:center;gap:10px;font-size:26px;font-weight:900;color:var(--ink);white-space:nowrap}.brand-mark{width:42px;height:42px;border-radius:15px;display:grid;place-items:center;border:2px solid var(--ink);color:var(--coral);background:#fff;position:relative}.brand-mark:after{content:'';width:8px;height:8px;background:var(--coral);border-radius:50%;position:absolute;top:-4px;right:6px;border:2px solid #fff}.main-nav{display:flex;align-items:center;justify-content:center;gap:26px;flex:1}.main-nav a{font-weight:800;font-size:14px;padding:29px 0 25px;position:relative}.main-nav a:after{content:'';position:absolute;right:0;left:0;bottom:15px;height:2px;background:var(--coral);transform:scaleX(0);transition:.2s}.main-nav a:hover:after,.main-nav a.is-active:after{transform:scaleX(1)}.nav-actions{display:flex;align-items:center;gap:10px}.icon-btn,.menu-toggle{width:42px;height:42px;border:0;background:transparent;border-radius:12px;display:grid;place-items:center;font-size:20px;color:var(--ink)}.icon-btn:hover,.menu-toggle:hover{background:#f8f2e7}.menu-toggle{display:none}.btn{border:0;border-radius:13px;padding:12px 20px;font-weight:900;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:.2s}.btn:hover{transform:translateY(-1px)}.btn-sm{padding:9px 14px;font-size:13px}.btn-block{width:100%}.btn-dark{background:var(--ink);color:#fff}.btn-primary{background:var(--ink);color:#fff}.btn-coral{background:linear-gradient(135deg,#ef6f5d,#ff8d75);color:#fff}.btn-light{background:#fff;color:var(--ink)}.btn-outline{background:#fff;border:1px solid #d8d1c7;color:var(--ink)}.btn-whatsapp{background:#1fae6f;color:#fff}.flash{margin-top:14px;padding:11px 15px;border-radius:12px;font-weight:700}.flash.success{background:#ebfaf4;color:#146b50}.flash.error{background:#fff0ef;color:#9e3931}.section-badge{display:inline-flex;align-items:center;gap:7px;background:#f2ead8;color:#8a6b2f;border-radius:999px;padding:6px 12px;font-size:12px;font-weight:900;margin-bottom:10px}.section-badge.invert{background:rgba(255,255,255,.14);color:#fff}.section-title{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:28px}.section-title.compact{margin-bottom:18px;align-items:center}.section-title h2,.page-head h1{margin:0;color:var(--ink);font-size:30px;line-height:1.25}.section-title p,.page-head p{margin:6px 0 0;color:var(--muted)}.light-title h2,.light-title p{color:#fff}.text-link{color:var(--coral);font-weight:900;font-size:14px}.round-icon{width:48px;height:48px;border-radius:50%;display:grid;place-items:center}.round-icon.gold{background:#c9a85e;color:#fff}.round-icon.coral{background:var(--coral);color:#fff}.round-icon.light{background:#f7f1e5;color:var(--ink)}
/* screenshot-inspired homepage */
.home-hero{position:relative;background:radial-gradient(circle at 83% 20%,#fff 0,#fffaf2 38%,#f5ecd9 100%);min-height:530px;overflow:hidden}.hero-grid{display:grid;grid-template-columns:52% 48%;min-height:530px;direction:ltr}.hero-photo{overflow:hidden;position:relative;align-self:stretch}.hero-photo:after{content:'';position:absolute;inset:auto -1px -1px -1px;height:115px;background:#fff9ef;clip-path:ellipse(70% 50% at 35% 100%)}.hero-photo img{width:100%;height:100%;object-fit:cover;object-position:50% 45%}.hero-copy{direction:rtl;padding:75px max(6vw,50px) 150px 40px;text-align:right;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.hero-copy .eyebrow{font-weight:800;color:#50666d;margin-bottom:16px}.hero-copy h1{font-size:54px;line-height:1.32;color:var(--ink);margin:0;font-weight:900;letter-spacing:-1px}.hero-copy h1 span{display:inline-block}.coral-line{width:66px;height:3px;background:var(--coral);border-radius:3px;margin:17px 0 26px;transform:rotate(-2deg)}.hero-question{font-size:20px;font-weight:700;margin:0}.hero-search{position:absolute;z-index:10;left:50%;bottom:90px;transform:translateX(-15%);width:min(790px,65vw);display:grid;grid-template-columns:1fr 1fr 1fr 170px;gap:12px;background:rgba(255,255,255,.95);box-shadow:0 12px 35px rgba(25,52,60,.13);padding:15px;border-radius:20px;backdrop-filter:blur(10px)}.hero-search label{height:58px;border:1px solid #dedbd5;border-radius:13px;padding:8px 14px;display:flex;flex-direction:column;justify-content:center}.hero-search label span{font-size:11px;color:#8b9496;line-height:1}.hero-search select{border:0;background:transparent;outline:0;color:#273a40;font-weight:800;width:100%}.hero-search-btn{height:58px;font-size:16px}.age-strip{background:#fffaf1;padding:25px 0 32px;border-bottom:1px solid #f1e9dc}.age-strip .section-title{max-width:360px;margin-right:auto}.title-with-icon{display:flex;gap:13px;align-items:center}.age-row{display:grid;grid-template-columns:repeat(6,1fr);gap:10px}.age-item{display:flex;align-items:center;justify-content:center;gap:12px;padding:12px 6px;border-radius:18px;transition:.2s}.age-item:hover{background:#fff;box-shadow:0 7px 22px #1539460d}.age-icon{width:64px;height:64px;border-radius:50%;display:grid;place-items:center;font-size:27px;border:1px solid #eee4d5;background:#fff;color:var(--ink)}.age-icon-2{color:var(--coral)}.age-icon-4{color:#c6a15e}.age-item strong{display:block;font-size:15px}.age-item small{display:block;color:#737f82;font-size:11px}.weekend-preview{padding:34px 0 50px}.weekend-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;direction:rtl}.image-card{height:170px;border-radius:15px;overflow:hidden;position:relative;color:#fff;box-shadow:0 8px 24px rgba(16,61,75,.08)}.image-card img{width:100%;height:100%;object-fit:cover}.image-card-shade{position:absolute;inset:0;background:linear-gradient(180deg,transparent 28%,rgba(0,0,0,.78))}.image-card>div{position:absolute;right:18px;left:18px;bottom:12px}.image-card h3{margin:0;font-size:17px}.image-card p{margin:0 0 4px;font-size:12px}.image-card small{font-size:11px;font-weight:800}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.category-card{border:1px solid var(--line);padding:22px;border-radius:20px;background:#fff;transition:.2s}.category-card:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:#dfd2be}.category-card h3{margin:12px 0 5px;color:var(--ink)}.category-card p{color:var(--muted);font-size:13px;min-height:66px}.category-card .count{font-size:11px;font-weight:900;color:var(--coral)}.provider-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.featured-grid{grid-template-columns:repeat(4,1fr)}.provider-card{background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden;color:var(--ink2);box-shadow:0 8px 24px rgba(16,61,75,.05);transition:.2s}.provider-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.provider-cover{height:190px;position:relative;background:#eee}.provider-cover>a,.provider-cover img{height:100%;width:100%;object-fit:cover}.verified-badge{position:absolute;right:12px;top:12px;background:#158a69;color:#fff;border-radius:999px;padding:5px 9px;font-size:10px;font-weight:900}.verified-badge.static{position:static}.fav-btn{position:absolute;left:12px;top:12px;width:36px;height:36px;border-radius:50%;border:0;background:rgba(255,255,255,.92);color:var(--ink);font-size:16px}.fav-btn.active{color:var(--coral)}.provider-body{padding:17px}.provider-meta,.provider-footer{display:flex;align-items:center;justify-content:space-between;gap:10px}.provider-meta{font-size:11px;color:#76868b}.rating{color:#d89521;font-weight:900}.rating small{color:#889397}.provider-body h3{margin:8px 0 7px;font-size:17px;line-height:1.45;color:var(--ink)}.provider-body>p{margin:4px 0;color:#6c7a7e;font-size:12px}.provider-body .desc{min-height:58px}.provider-footer{border-top:1px solid #eee6da;margin-top:13px;padding-top:12px;font-size:12px}.provider-footer strong{font-size:11px}.compare-btn{border:0;background:#f8f3e9;border-radius:9px;padding:7px 9px;color:var(--ink);font-weight:900}.compare-btn.active{background:var(--ink);color:#fff}.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.article-grid.large{grid-template-columns:repeat(3,1fr)}.article-card{border:1px solid var(--line);border-radius:20px;overflow:hidden;background:#fff;transition:.2s}.article-card:hover{box-shadow:var(--shadow);transform:translateY(-2px)}.article-card img{width:100%;height:190px;object-fit:cover}.article-card>div{padding:18px}.article-card span{font-size:11px;color:#9a7d45;font-weight:900}.article-card h3{font-size:18px;line-height:1.5;color:var(--ink);margin:7px 0}.article-card p{margin:0;color:var(--muted);font-size:13px}.article-meta{display:flex;gap:8px;align-items:center}.medical-tag{background:#edf8f3;color:#20755a!important;padding:4px 7px;border-radius:999px}.community-banner{background:linear-gradient(135deg,#603bd2,#7958e5);color:#fff}.community-banner-inner{padding:60px 0;display:grid;grid-template-columns:1.3fr 1fr;gap:50px;align-items:center}.community-banner h2{font-size:34px;margin:0 0 8px}.community-banner p{color:#eee8ff}.community-bubbles{display:flex;flex-direction:column;gap:12px}.community-bubbles span{background:#fff;color:#36256d;border-radius:18px;padding:14px 18px;box-shadow:0 10px 30px rgba(0,0,0,.15)}.community-bubbles span:nth-child(2){margin-right:50px}.timeline-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.date-card{border:1px solid var(--line);border-radius:18px;padding:20px;background:#fff}.date-card.urgent{border-top:4px solid var(--coral)}.date-card>span{font-size:12px;font-weight:900;color:var(--coral)}.date-card h3{font-size:15px;color:var(--ink);line-height:1.5}.date-card p{font-size:12px;color:var(--muted)}.date-card small{font-weight:800;color:#6c777a}
/* generic heads */
.directory-head,.future-hero{background:linear-gradient(135deg,#f8f0df,#fff);padding:56px 0;border-bottom:1px solid var(--line)}.directory-head h1,.future-hero h1{font-size:38px;margin:0;color:var(--ink)}.directory-head p,.future-hero p{margin:8px 0;color:var(--muted);max-width:760px}.directory-layout{display:grid;grid-template-columns:270px 1fr;gap:28px;align-items:start}.filters-card,.sticky-card,.content-card,.planner-card,.plan-result{background:#fff;border:1px solid var(--line);border-radius:20px;padding:20px}.filters-card{position:sticky;top:108px}.filters-card form,.stack-form{display:flex;flex-direction:column;gap:14px}.filters-card label,.stack-form label,.grid-form label,.planner-form>label{display:flex;flex-direction:column;gap:6px;font-size:12px;font-weight:900;color:var(--ink)}input,select,textarea{width:100%;border:1px solid #ddd6cb;border-radius:11px;padding:11px 12px;background:#fff;color:#26383f;outline:0}input:focus,select:focus,textarea:focus{border-color:#8aa2aa;box-shadow:0 0 0 3px rgba(16,61,75,.07)}textarea{resize:vertical}.filter-title,.results-top{display:flex;align-items:center;justify-content:space-between;gap:15px}.filter-title h3{margin:0}.filter-title a{font-size:11px;color:var(--coral);font-weight:900}.check-row{flex-direction:row!important;align-items:center}.check-row input{width:auto}.directory-results .provider-grid{grid-template-columns:repeat(3,1fr)}.results-top{margin-bottom:20px}.results-top h2{margin:0;color:var(--ink)}.results-top p{margin:0;color:var(--muted);font-size:12px}.mobile-filter-btn{display:none}.empty-state{text-align:center;padding:60px 20px;border:1px dashed #d9d0c3;border-radius:20px;background:#fff}.empty-state>i{font-size:42px;color:#bdad96}.empty-state h3{font-size:24px;color:var(--ink)}.pill-filter{display:flex;gap:8px;overflow:auto;padding-top:20px}.pill-filter a{white-space:nowrap;border:1px solid #e1d8ca;padding:7px 12px;border-radius:999px;font-size:11px;font-weight:800;background:#fff}.pill-filter a.active{background:var(--ink);color:#fff;border-color:var(--ink)}
/* provider details */
.provider-profile-head{background:#fbf7ed;padding:44px 0}.provider-profile-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:36px;align-items:center}.provider-profile-head h1{font-size:36px;line-height:1.35;color:var(--ink);margin:12px 0}.provider-profile-head .lead{color:#586b71}.provider-badges,.provider-summary,.provider-actions{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.soft-chip{background:#f1e8d8;color:#806735;border-radius:999px;padding:5px 10px;font-size:11px;font-weight:900}.provider-summary{margin:18px 0;color:#607279;font-size:13px}.provider-summary span{display:flex;align-items:center;gap:6px}.provider-actions{margin-top:20px}.provider-hero-image{height:330px;border-radius:24px;overflow:hidden;position:relative;box-shadow:var(--shadow)}.provider-hero-image img{width:100%;height:100%;object-fit:cover}.offer-ribbon{position:absolute;bottom:15px;right:15px;background:var(--coral);color:#fff;padding:8px 12px;border-radius:10px;font-weight:900}.provider-content{display:grid;grid-template-columns:1fr 320px;gap:28px;align-items:start}.provider-main{display:flex;flex-direction:column;gap:18px}.content-card h2{color:var(--ink);margin-top:0}.content-card p{color:#58696e}.price-big{font-size:24px;font-weight:900;color:var(--coral);margin:8px 0 18px}.check-list{list-style:none;padding:0;margin:12px 0;display:flex;flex-direction:column;gap:9px}.check-list li{display:flex;gap:8px;align-items:flex-start}.check-list i{color:var(--green);margin-top:5px}.facility-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.facility{border-radius:12px;padding:10px;background:#f7f6f2;display:flex;align-items:center;gap:8px;font-size:12px;font-weight:800}.facility.yes i{color:var(--green)}.facility.no{opacity:.45}.facility.no i{color:#a0a0a0}.trust-card{background:#eefaf5;border-color:#ccebdd}.reviews-list{display:flex;flex-direction:column;gap:12px}.review{border-top:1px solid #eee6da;padding-top:14px}.review:first-child{border-top:0}.review-top{display:flex;justify-content:space-between}.review p{font-size:13px}.verified-text{color:var(--green);font-weight:900}.review-form{margin-top:22px;padding-top:18px;border-top:1px solid #eee6da}.review-form h3{color:var(--ink)}.faq-list details{border-bottom:1px solid #eee6da;padding:12px 0}.faq-list summary{font-weight:900;cursor:pointer;color:var(--ink)}.provider-sidebar{position:relative}.sticky-card{position:sticky;top:108px}.sticky-card h3{margin-top:0;color:var(--ink)}.sticky-card p{font-size:12px;color:var(--muted)}.login-note{background:#f8f3e9;padding:12px;border-radius:12px}.login-note a{color:var(--coral);font-weight:900}
/* article */
.article-hero{display:grid;grid-template-columns:1.2fr .8fr;gap:35px;align-items:center;padding-top:55px;padding-bottom:45px}.article-hero h1{font-size:40px;line-height:1.45;color:var(--ink);margin:8px 0}.article-hero p{color:var(--muted)}.article-hero>img{height:340px;width:100%;object-fit:cover;border-radius:24px}.article-byline{display:flex;flex-direction:column;gap:6px;font-size:12px}.article-layout{display:grid;grid-template-columns:1fr 300px;gap:28px;padding-bottom:70px}.article-content{font-size:16px}.article-content h2,.article-content h3{color:var(--ink);margin-top:32px}.article-content p{color:#40565d}.article-content li{margin:8px 0}.checklist-box{background:#fff9eb;border:1px solid #eddcb9;padding:20px;border-radius:18px;margin-top:30px}.checklist-box label{display:flex;gap:10px;align-items:flex-start;margin:8px 0}.checklist-box input{width:auto;margin-top:6px}.medical-disclaimer{display:flex;gap:12px;background:#eef7fb;border:1px solid #cfe5ef;padding:18px;border-radius:16px;margin-top:24px}.medical-disclaimer i{color:#3b83a0;margin-top:5px}.medical-disclaimer p{margin:3px 0;font-size:13px}
/* weekend */
.weekend-hero{background:linear-gradient(135deg,#fff7df,#f7efe3);padding:55px 0}.weekend-hero-grid{display:grid;grid-template-columns:1.4fr .6fr;align-items:center}.weekend-hero h1{font-size:38px;color:var(--ink);margin:0}.weekend-hero p{color:var(--muted)}.weekend-hero-art{display:flex;justify-content:center;gap:18px;font-size:48px;color:#c9a34d}.weekend-hero-art i:nth-child(2){color:#4a9a73}.weekend-hero-art i:nth-child(3){color:var(--coral)}.weekend-planner-layout{display:grid;grid-template-columns:420px 1fr;gap:25px;align-items:start}.planner-card h2{margin-top:0;color:var(--ink)}.planner-form{display:flex;flex-direction:column;gap:15px}.planner-form fieldset{border:0;padding:0;margin:0}.planner-form legend{font-size:12px;font-weight:900;color:var(--ink);margin-bottom:8px}.choice-chips{display:flex;flex-wrap:wrap;gap:7px}.choice-chips input{display:none}.choice-chips span{display:block;padding:7px 10px;border:1px solid #ded5c8;border-radius:999px;font-size:11px;font-weight:800;cursor:pointer}.choice-chips input:checked+span{background:var(--ink);color:#fff;border-color:var(--ink)}.plan-result{min-height:400px}.empty-plan{height:350px;display:grid;place-items:center;align-content:center;text-align:center;color:#879598}.empty-plan i{font-size:48px;color:#c7b79f}.generated-plan h2{color:var(--ink);margin-bottom:4px}.plan-tip{background:#fff7dd;border:1px solid #eed9a1;padding:12px;border-radius:12px;font-size:12px}.plan-timeline{border-right:2px solid #dfd7ca;margin:20px 12px 0 0;padding-right:26px;display:flex;flex-direction:column;gap:14px}.plan-step{position:relative;background:#f9f6ef;border:1px solid #ebe1d3;border-radius:15px;padding:15px}.plan-step:before{content:attr(data-step);position:absolute;right:-40px;top:14px;background:var(--ink);color:#fff;width:25px;height:25px;border-radius:50%;display:grid;place-items:center;font-size:11px;font-weight:900}.plan-step span{font-size:11px;color:var(--coral);font-weight:900}.plan-step h3{margin:4px 0;color:var(--ink);font-size:16px}.plan-step p{font-size:12px;color:var(--muted);margin:4px 0}.plan-actions{display:flex;gap:8px;margin-top:18px}.event-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.event-card{border:1px solid var(--line);border-radius:18px;overflow:hidden;background:#fff}.event-card img{height:180px;width:100%;object-fit:cover}.event-card>div{padding:16px}.event-card h3{color:var(--ink);line-height:1.5}.event-card p{font-size:12px;color:var(--muted)}
/* universities */
.university-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.university-card{border:1px solid var(--line);border-radius:20px;overflow:hidden;background:#fff}.university-card>img{height:190px;width:100%;object-fit:cover}.university-card>div{padding:18px}.university-card h3{color:var(--ink);line-height:1.5}.university-card p{font-size:12px;color:var(--muted)}.university-tags{display:flex;gap:7px}.university-tags span{font-size:10px;background:#f4ede0;border-radius:999px;padding:5px 8px;font-weight:900}.university-card details{margin:12px 0;border-top:1px solid #eee4d6;padding-top:10px}.university-card summary{font-weight:900;color:var(--ink);cursor:pointer}.faculty-list>div{display:flex;flex-direction:column;padding:9px 0;border-bottom:1px solid #f1ebe2}.faculty-list span,.faculty-list small{font-size:11px;color:var(--muted)}.specialization-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.spec-card{background:#fff;border:1px solid var(--line);padding:22px;border-radius:20px}.spec-card>span{font-size:11px;color:#745dd0;font-weight:900}.spec-card h3{color:var(--ink)}.spec-card p,.spec-card li{font-size:13px;color:var(--muted)}
/* community */
.community-head{background:linear-gradient(135deg,#5636c4,#7b5de8);color:#fff;padding:50px 0}.community-head-grid{display:flex;align-items:center;justify-content:space-between}.community-head h1{font-size:38px;margin:0}.community-head p{max-width:700px}.community-stat{width:120px;height:120px;border-radius:50%;background:rgba(255,255,255,.14);display:grid;place-items:center;align-content:center}.community-stat strong{font-size:30px}.community-stat span{font-size:11px}.community-layout{display:grid;grid-template-columns:250px 1fr;gap:25px;align-items:start}.community-sidebar .sticky-card{display:flex;flex-direction:column;gap:6px}.topic-link{padding:9px 11px;border-radius:10px;font-size:12px;font-weight:800}.topic-link.active,.topic-link:hover{background:#f2ecff;color:#5d42b8}.community-rules{margin-top:14px;padding:12px;background:#fff7e7;border-radius:12px;font-size:11px}.community-rules p{font-size:11px;margin:4px 0}.community-feed{display:flex;flex-direction:column;gap:15px}.create-post,.community-post{background:#fff;border:1px solid var(--line);border-radius:18px;padding:16px}.create-post{display:grid;grid-template-columns:42px 1fr;gap:12px}.avatar-circle{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#f0e9dd;color:var(--ink);font-weight:900}.post-tools{display:flex;justify-content:space-between;gap:10px;margin-top:8px}.post-tools select{max-width:190px}.community-post header{display:flex;gap:10px;align-items:center}.community-post header>div:last-child{display:flex;flex-direction:column}.community-post header span{font-size:10px;color:#889496}.post-body{padding:15px 0;font-size:14px}.community-post footer{border-top:1px solid #eee7dc;padding-top:10px;display:flex;gap:10px}.community-post footer button{border:0;background:#f8f5ef;padding:7px 11px;border-radius:9px;font-size:11px;color:var(--ink);font-weight:800}.comments-box{background:#f9f7f3;margin-top:10px;padding:12px;border-radius:12px}.comment{border-bottom:1px solid #ebe4d9;padding:8px 0}.comment p{font-size:12px;margin:2px 0}.comment-form{display:flex;gap:8px;margin-top:10px}.login-prompt{background:#fff8e8;border:1px solid #ecddb9;border-radius:13px;padding:13px}.login-prompt a{color:var(--coral);font-weight:900}
/* family/auth/portal */
.auth-section{min-height:70vh;display:grid;place-items:center;background:#fbf7ed;padding:50px 16px}.auth-card{width:min(480px,100%);background:#fff;border:1px solid var(--line);border-radius:24px;padding:30px;box-shadow:var(--shadow)}.auth-card h1{color:var(--ink);margin:0}.auth-card>p{color:var(--muted)}.auth-switch{text-align:center;font-size:12px}.auth-switch a{color:var(--coral);font-weight:900}.family-grid,.portal-layout{display:grid;grid-template-columns:1fr 300px;gap:25px;align-items:start}.children-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:22px}.child-card{display:grid;grid-template-columns:52px 1fr 36px;gap:12px;align-items:center;border:1px solid var(--line);border-radius:16px;padding:13px}.child-avatar{width:52px;height:52px;border-radius:50%;background:#f8eadf;color:var(--coral);display:grid;place-items:center;font-size:22px}.child-card h3,.child-card p{margin:0}.child-card p,.child-card small{font-size:11px;color:var(--muted)}.delete-btn{width:34px;height:34px;border:0;border-radius:50%;background:#fff0ef;color:#b34c43}.grid-form{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.grid-form .full{grid-column:1/-1}.account-card .btn{margin-top:8px}.saved-plans{margin-top:14px;position:static}.saved-plans>div{padding:8px 0;border-bottom:1px solid #eee6da;display:flex;flex-direction:column}.saved-plans small{color:var(--muted)}.provider-portal-hero{background:#0d4251;color:#fff;padding:50px 0}.provider-portal-hero h1{font-size:38px;margin:0}.provider-portal-hero p{max-width:700px;color:#d9e8eb}
/* compare */
.compare-table-wrap{overflow:auto;border:1px solid var(--line);border-radius:18px}.compare-table{border-collapse:collapse;min-width:850px;width:100%;background:#fff}.compare-table th,.compare-table td{padding:14px;border-bottom:1px solid #eee7dc;border-left:1px solid #eee7dc;vertical-align:top}.compare-table th:first-child,.compare-table td:first-child{font-weight:900;color:var(--ink);width:130px}.compare-table thead th{background:#fbf7ed}.compare-table th img{width:160px;height:100px;object-fit:cover;border-radius:10px;margin-bottom:8px}.compare-table th a{font-size:12px;line-height:1.4;display:block}
/* footer */
.site-footer{background:#082f3b;color:#fff;padding:52px 0 20px}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:35px}.footer-brand{color:#fff}.footer-brand .brand-mark{background:transparent;border-color:#fff}.footer-grid p{color:#b9ced4;font-size:12px;max-width:340px}.footer-grid h4{margin:0 0 12px}.footer-grid>div:not(:first-child){display:flex;flex-direction:column;gap:7px}.footer-grid a{color:#c7d8dc;font-size:12px}.footer-grid a:hover{color:#fff}.socials{display:flex;gap:8px}.socials a{width:34px;height:34px;border-radius:50%;background:rgba(255,255,255,.1);display:grid;place-items:center}.footer-bottom{display:flex;justify-content:space-between;border-top:1px solid rgba(255,255,255,.1);margin-top:32px;padding-top:16px;font-size:11px;color:#a9c0c6}
@media(max-width:1100px){.main-nav{gap:14px}.main-nav a{font-size:12px}.hero-copy h1{font-size:45px}.hero-search{width:min(760px,75vw);transform:translateX(-10%)}.age-row{grid-template-columns:repeat(3,1fr)}.featured-grid,.category-grid{grid-template-columns:repeat(2,1fr)}.directory-results .provider-grid{grid-template-columns:repeat(2,1fr)}.university-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:820px){.site-header{height:70px}.brand{font-size:21px}.brand-mark{width:36px;height:36px}.main-nav{position:absolute;top:70px;right:0;left:0;background:#fff;border-top:1px solid var(--line);padding:12px 16px;display:none;flex-direction:column;align-items:stretch;gap:0;box-shadow:0 12px 30px rgba(16,61,75,.1)}.main-nav.open{display:flex}.main-nav a{padding:10px;border-radius:8px}.main-nav a:after{display:none}.menu-toggle{display:grid}.nav-actions .btn{display:none}.hero-grid{grid-template-columns:1fr;min-height:auto}.hero-photo{height:340px;order:2}.hero-copy{order:1;padding:50px 25px 170px}.hero-copy h1{font-size:40px}.home-hero{min-height:auto}.hero-search{bottom:300px;left:16px;right:16px;width:auto;transform:none;grid-template-columns:1fr 1fr}.hero-search-btn{grid-column:1/-1}.age-strip{padding-top:20px}.age-row{grid-template-columns:repeat(2,1fr)}.weekend-cards,.article-grid,.article-grid.large,.provider-grid,.directory-results .provider-grid,.event-grid,.timeline-grid{grid-template-columns:repeat(2,1fr)}.category-grid,.featured-grid{grid-template-columns:repeat(2,1fr)}.community-banner-inner,.provider-profile-grid,.article-hero,.article-layout,.weekend-hero-grid,.weekend-planner-layout,.community-layout,.family-grid,.portal-layout{grid-template-columns:1fr}.provider-content{grid-template-columns:1fr}.provider-sidebar .sticky-card,.sticky-card,.filters-card{position:static}.directory-layout{grid-template-columns:1fr}.filters-card{display:none}.filters-card.open{display:block}.mobile-filter-btn{display:inline-flex}.community-sidebar{order:2}.article-hero>img{height:260px}.article-hero h1{font-size:32px}.university-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.provider-profile-head h1,.directory-head h1,.future-hero h1,.weekend-hero h1,.community-head h1,.provider-portal-hero h1{font-size:31px}}
@media(max-width:560px){.container{width:min(100% - 24px,1180px)}.section{padding:48px 0}.nav-wrap{gap:8px}.nav-actions{margin-right:auto}.icon-btn{width:36px;height:36px}.hero-copy{padding:38px 18px 220px}.hero-copy h1{font-size:34px}.hero-question{font-size:17px}.hero-search{bottom:315px;grid-template-columns:1fr;padding:11px;gap:8px}.hero-search label{height:52px}.hero-search-btn{grid-column:auto;height:52px}.hero-photo{height:315px}.age-row{grid-template-columns:1fr 1fr}.age-item{gap:7px}.age-icon{width:50px;height:50px;font-size:21px}.age-item strong{font-size:12px}.age-item small{font-size:9px}.weekend-cards,.article-grid,.article-grid.large,.provider-grid,.directory-results .provider-grid,.event-grid,.timeline-grid,.category-grid,.featured-grid,.specialization-grid,.children-grid{grid-template-columns:1fr}.section-title{align-items:flex-start}.section-title h2,.page-head h1{font-size:25px}.image-card{height:185px}.community-banner-inner{padding:45px 0}.community-banner h2{font-size:27px}.community-bubbles span:nth-child(2){margin-right:0}.facility-grid,.grid-form{grid-template-columns:1fr}.grid-form .full{grid-column:auto}.provider-profile-head{padding:30px 0}.provider-hero-image{height:250px}.provider-profile-head h1{font-size:28px}.provider-actions .btn{width:100%}.article-hero{padding-top:35px}.article-hero h1{font-size:28px}.weekend-hero-art{display:none}.community-head-grid{align-items:flex-start}.community-stat{display:none}.create-post{grid-template-columns:1fr}.create-post>.avatar-circle{display:none}.post-tools{flex-direction:column}.post-tools select{max-width:none}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:5px}.brand{font-size:19px}}
/* provider dashboard */
.provider-dashboard-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:20px}.provider-dashboard-stats>div{background:#fff;border:1px solid var(--line);border-radius:16px;padding:18px}.provider-dashboard-stats span{font-size:12px;color:var(--muted);display:block}.provider-dashboard-stats strong{font-size:30px;color:var(--ink)}.provider-mini-list{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.provider-mini-list>a{display:grid;grid-template-columns:76px 1fr auto;gap:12px;align-items:center;border:1px solid #eee5d8;border-radius:14px;padding:10px}.provider-mini-list img{width:76px;height:62px;object-fit:cover;border-radius:10px}.provider-mini-list small{display:block;color:var(--muted);font-size:10px}.provider-leads-table{overflow:auto}.provider-leads-table table{border-collapse:collapse;width:100%;min-width:820px}.provider-leads-table th,.provider-leads-table td{padding:11px;border-bottom:1px solid #eee6da;text-align:right;font-size:11px}.provider-leads-table th{color:var(--ink);background:#fbf8f1}
/* AI assistant */
.assistant-widget{position:fixed;left:18px;bottom:18px;z-index:150}.assistant-fab{border:0;background:var(--ink);color:#fff;border-radius:999px;padding:12px 16px;display:flex;align-items:center;gap:8px;font-family:inherit;font-weight:900;box-shadow:0 14px 35px rgba(8,47,59,.28)}.assistant-fab i{color:#ffe7a1}.assistant-panel{position:absolute;left:0;bottom:58px;width:min(380px,calc(100vw - 28px));height:500px;background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:0 22px 70px rgba(8,47,59,.25);overflow:hidden}.assistant-panel-head{background:#0d4251;color:#fff;padding:14px 16px;display:flex;align-items:center;justify-content:space-between}.assistant-panel-head>div{display:flex;flex-direction:column}.assistant-panel-head small{font-size:10px;color:#cfe1e5}.assistant-panel-head button{border:0;background:transparent;color:#fff;font-size:25px}.assistant-messages{height:385px;overflow:auto;padding:14px;background:#faf8f3;display:flex;flex-direction:column;gap:9px}.assistant-msg{max-width:90%;padding:10px 12px;border-radius:14px;font-size:12px;line-height:1.7;white-space:pre-wrap}.assistant-msg.bot{align-self:flex-start;background:#fff;border:1px solid #e9e0d3}.assistant-msg.user{align-self:flex-end;background:#0d4251;color:#fff}.assistant-form{height:58px;border-top:1px solid var(--line);display:grid;grid-template-columns:1fr 50px;padding:8px;gap:7px}.assistant-form input{border-radius:10px;padding:8px 10px}.assistant-form button{border:0;border-radius:10px;background:var(--coral);color:#fff}.assistant-typing{opacity:.6;font-style:italic}
@media(max-width:820px){.provider-dashboard-stats{grid-template-columns:repeat(2,1fr)}.provider-mini-list{grid-template-columns:1fr}}@media(max-width:560px){.assistant-fab span{display:none}.assistant-fab{width:48px;height:48px;padding:0;justify-content:center}.assistant-panel{position:fixed;left:12px;right:12px;bottom:76px;width:auto;height:480px}.provider-dashboard-stats{grid-template-columns:1fr 1fr}}
/* Hide the tiny search-button edge present in the supplied visual crop by slightly zooming the hero photo. */
.hero-photo img{transform:scale(1.075);transform-origin:left center}
.career-quiz-card{max-width:760px;margin:auto;background:#fff;border:1px solid var(--line);border-radius:22px;padding:25px;box-shadow:0 12px 35px rgba(16,61,75,.06)}.career-quiz-card h2{color:var(--ink);margin:0}.career-quiz-card>p{color:var(--muted)}.career-quiz-card form{display:flex;flex-direction:column;gap:18px}.career-quiz-card fieldset{border:1px solid #e7dfd3;border-radius:14px;padding:14px;display:flex;flex-direction:column;gap:8px}.career-quiz-card legend{font-weight:900;color:var(--ink);padding:0 6px}.career-quiz-card label{display:flex;align-items:flex-start;gap:9px;background:#faf8f3;padding:10px;border-radius:10px;font-size:12px}.career-quiz-card input{width:auto;margin-top:6px}.career-quiz-result{margin-top:18px;background:#f0edff;border:1px solid #d9d0ff;padding:18px;border-radius:15px;text-align:center}.career-quiz-result span{font-size:11px;color:#6950c8;font-weight:900}.career-quiz-result h3{color:#44328c;margin:5px 0}.career-quiz-result p{font-size:12px;color:#5e5a70}

/* =========================
   v2 — Provider accounts, dashboard and richer account features
   ========================= */
.provider-nav-link{font-size:12px;font-weight:800;color:#0c4555;padding:8px 10px;border-radius:10px;background:#f3f7f7;white-space:nowrap}.portal-hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}.invert-outline{border-color:#ffffff66!important;color:#fff!important;background:transparent!important}.provider-register-layout{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:24px;align-items:start}.provider-register-card{padding:26px}.form-section-title{font-weight:900;color:#0c4555;padding:10px 0 5px;border-bottom:1px solid #e6ecec;margin-top:8px}.provider-register-note{display:flex;gap:12px;background:#f1f8f6;border:1px solid #d8ebe4;border-radius:16px;padding:14px;color:#24544f}.provider-register-note i{font-size:22px;color:#168064;margin-top:2px}.provider-register-note span{display:block;font-size:12px;color:#637779;margin-top:4px}.provider-register-card input[type=file],.provider-dashboard-v2 input[type=file]{background:#f8faf9;border:1px dashed #cbd7d8}.provider-dashboard-v2{max-width:1260px}.provider-switcher{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.provider-switcher .soft-chip.active{background:#0c4555;color:#fff}.provider-dashboard-header{display:flex;justify-content:space-between;align-items:center;gap:20px}.provider-dashboard-identity{display:flex;align-items:center;gap:14px}.provider-dashboard-logo{width:58px;height:58px;border-radius:18px;background:#dff1e9;color:#0c5b4e;display:grid;place-items:center;font-size:25px;font-weight:900}.provider-dashboard-title{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.provider-dashboard-title h2{margin:0}.provider-dashboard-identity p{margin:4px 0 0;color:#758587;font-size:12px}.accepting-toggle label{display:flex!important;align-items:center;gap:8px;background:#f1f8f5;border:1px solid #d4e8df;border-radius:12px;padding:10px 13px;cursor:pointer}.accepting-toggle input{width:auto}.provider-application-status{display:flex;gap:12px;align-items:flex-start;padding:15px 17px;border-radius:16px;margin:15px 0;background:#fff7e5;border:1px solid #f0dfad}.provider-application-status.reviewing{background:#edf7ff;border-color:#d1e8f7}.provider-application-status.approved{background:#eaf8f1;border-color:#cce8d9}.provider-application-status.rejected{background:#fff0ef;border-color:#f0cfcc}.provider-application-status i{font-size:22px;margin-top:2px}.provider-application-status span{display:block;font-size:12px;color:#6e7c7e;margin-top:3px}.provider-metrics-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:18px 0}.metric-card{position:relative;background:#fff;border:1px solid #e3e9ea;border-radius:18px;padding:18px;overflow:hidden}.metric-card>span{display:block;color:#6f7e80;font-size:12px;font-weight:700}.metric-card strong{display:block;font-size:27px;color:#123e4a;margin:5px 0}.metric-card small{color:#879497}.metric-card>i{position:absolute;left:18px;top:18px;font-size:22px;color:#9fb2b5}.provider-dashboard-tabs{display:flex;gap:7px;overflow:auto;margin:18px 0 12px;padding-bottom:3px}.provider-dashboard-tabs button{border:1px solid #dfe7e8;background:#fff;color:#4d6367;border-radius:11px;padding:9px 13px;font-family:inherit;font-weight:800;white-space:nowrap;cursor:pointer}.provider-dashboard-tabs button.active{background:#0c4555;color:#fff;border-color:#0c4555}.dashboard-tab-panel{display:none}.dashboard-tab-panel.active{display:block}.dashboard-two-cols{display:grid;grid-template-columns:1fr 1fr;gap:18px}.dashboard-fieldset{border:1px solid #e0e7e8;border-radius:14px;padding:14px}.dashboard-fieldset legend{padding:0 7px;font-size:12px;font-weight:900;color:#244b55}.checkbox-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.checkbox-grid label{display:flex!important;flex-direction:row!important;align-items:center;gap:7px;font-weight:600!important}.checkbox-grid input{width:auto}.muted-note{font-size:12px;color:#78888b}.provider-dashboard-cover{width:100%;height:220px;object-fit:cover;border-radius:16px;margin:8px 0 14px}.provider-dashboard-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:10px 0 15px}.provider-dashboard-gallery img{width:100%;height:90px;object-fit:cover;border-radius:12px}.document-list{margin-top:18px;display:grid;gap:8px}.document-list>div{display:flex;gap:10px;align-items:center;padding:10px;background:#f7f9f9;border-radius:11px}.document-list i{font-size:20px}.document-list span{display:flex;flex-direction:column}.document-list small{color:#758587}.provider-review-management{display:grid;gap:12px}.provider-review-management article{border:1px solid #e4e9ea;border-radius:15px;padding:14px}.official-reply{margin-top:10px;background:#f1f6f7;border-right:3px solid #0c4555;border-radius:10px;padding:10px 12px}.official-reply p{margin:4px 0 0}.official-reply.public{font-size:12px}.reply-form{display:flex;gap:8px;align-items:flex-end;margin-top:10px}.reply-form textarea{flex:1}.inline-status-form select{min-width:125px}.provider-paused{text-align:center;padding:18px 5px}.provider-paused i{font-size:28px;color:#a0aeb0}.provider-paused p{font-size:12px;color:#738184}.personalized-shell{background:#fff;border:1px solid #e4e9e9;border-radius:28px;padding:24px}.personalized-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.personalized-grid>.provider-card,.personalized-grid>div>.provider-card{height:100%}.child-switch-form select{min-width:150px}.personal-article-card{background:#4e43b5;color:#fff;border-radius:22px;padding:20px;display:flex;flex-direction:column;justify-content:space-between;min-height:280px}.personal-article-card>span{font-size:11px;font-weight:800;background:#ffffff1f;padding:6px 9px;border-radius:999px;align-self:flex-start}.personal-article-card h3{font-size:20px;margin:16px 0 8px}.personal-article-card p{color:#e7e3ff;font-size:12px;line-height:1.8}.personal-article-card strong{margin-top:auto}.date-subscribe-card{margin-top:18px;background:#f8faf9;border:1px solid #e1e8e8;border-radius:18px;padding:14px 16px;display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap}.date-subscribe-card>div:first-child{display:flex;align-items:center;gap:10px}.date-subscribe-card>div:first-child>i{width:40px;height:40px;border-radius:12px;background:#ffe7df;color:#d85a47;display:grid;place-items:center}.date-subscribe-card span{display:flex;flex-direction:column}.date-subscribe-card small{font-size:11px;color:#788688}.date-subscribe-card>div:nth-child(2){display:flex;gap:8px;min-width:min(100%,390px)}.date-subscribe-card input{min-width:0}.date-subscribe-card p{width:100%;margin:0;font-size:12px}.ok-message{color:#137050}.error-message{color:#a43c34}.article-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:15px}.article-actions .active{background:#0c4555;color:#fff}.notification-icon{position:relative}.notification-icon span{position:absolute;top:-5px;left:-4px;min-width:17px;height:17px;padding:0 3px;border-radius:999px;background:#ee705d;color:#fff;font-size:9px;font-weight:900;display:grid;place-items:center}.notification-list{display:grid;gap:10px;max-width:900px}.notification-item{display:flex;gap:12px;background:#fff;border:1px solid #e4e9ea;border-radius:15px;padding:14px;color:#183945}.notification-item.unread{border-color:#f0c9bf;background:#fffaf8}.notification-item>i{width:36px;height:36px;border-radius:10px;background:#f0f4f4;display:grid;place-items:center}.notification-item p{margin:3px 0;font-size:12px;color:#66777a}.notification-item small{color:#8b9799}.family-leads-list,.saved-article-list{display:grid;gap:8px}.family-leads-list>a,.saved-article-list>a{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:11px 12px;border:1px solid #e5eaeb;border-radius:12px;color:#183945}.family-leads-list small,.saved-article-list small{display:block;color:#839093}.saved-article-list>a{justify-content:flex-start}.saved-article-list>a>i{width:34px;height:34px;background:#f0f4f4;border-radius:10px;display:grid;place-items:center}
@media(max-width:1050px){.provider-register-layout{grid-template-columns:1fr}.provider-register-layout aside{order:-1}.provider-metrics-grid{grid-template-columns:repeat(2,1fr)}.personalized-grid{grid-template-columns:repeat(2,1fr)}.dashboard-two-cols{grid-template-columns:1fr}.checkbox-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:650px){.provider-dashboard-header{align-items:flex-start;flex-direction:column}.provider-metrics-grid{grid-template-columns:1fr 1fr}.metric-card strong{font-size:22px}.checkbox-grid{grid-template-columns:1fr}.personalized-grid{grid-template-columns:1fr}.date-subscribe-card>div:nth-child(2){flex-direction:column;width:100%}.reply-form{flex-direction:column;align-items:stretch}.provider-register-card{padding:16px}.provider-dashboard-gallery{grid-template-columns:repeat(2,1fr)}}
@media(max-width:420px){.provider-metrics-grid{grid-template-columns:1fr}.provider-dashboard-identity{align-items:flex-start}.provider-dashboard-logo{width:48px;height:48px;border-radius:14px}.portal-hero-actions{flex-direction:column}.portal-hero-actions .btn{width:100%;justify-content:center}}
@media print{.site-header,.site-footer,.article-actions,.assistant-fab,.assistant-panel{display:none!important}.article-page{background:#fff}.article-content{max-width:none!important}}
.public-provider-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.public-provider-gallery img{width:100%;height:160px;object-fit:cover;border-radius:14px}.provider-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.provider-info-grid>div{display:flex;gap:10px;align-items:flex-start;background:#f7f9f9;border-radius:12px;padding:12px}.provider-info-grid>div>i{margin-top:3px;color:#0c4555}.provider-info-grid span{font-size:12px;color:#657679}.provider-info-grid strong{display:block;color:#173f49;margin-bottom:3px}@media(max-width:650px){.public-provider-gallery{grid-template-columns:1fr 1fr}.public-provider-gallery img{height:120px}.provider-info-grid{grid-template-columns:1fr}}
.university-extra{padding-top:10px}.university-extra p{font-size:12px;line-height:1.8}.university-campus-chips{display:flex;gap:6px;flex-wrap:wrap;margin:10px 0}.university-campus-chips span{font-size:10px;padding:5px 7px;border-radius:999px;background:#f2f5f5}.university-campus-chips .yes{color:#126f50;background:#eaf8f1}.university-campus-chips .no{color:#8b6460;background:#faf1f0}
.document-list>a{display:flex;gap:10px;align-items:center;padding:10px;background:#f7f9f9;border-radius:11px;color:inherit}.document-list>a i{font-size:20px}.document-list>a span{display:flex;flex-direction:column}.document-list>a small{color:#758587}
.expert-question-hero{background:#173f4c;color:#fff;padding:54px 0}.expert-question-hero h1{font-size:38px;margin:8px 0}.expert-question-hero p{max-width:760px;color:#d5e3e6}.expert-question-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:22px;align-items:start}.expert-privacy-note{background:#f8f5ec;border-radius:12px;padding:11px;font-size:12px;color:#765f32}.expert-question-list{display:grid;gap:12px}.expert-question-list article{background:#fff;border:1px solid #e3e9ea;border-radius:16px;padding:16px}.expert-question-list article>div:first-child{display:flex;justify-content:space-between}.expert-question-list h3{font-size:15px;line-height:1.8}.expert-answer{background:#eef7f4;border-right:3px solid #168064;border-radius:12px;padding:12px;margin-top:12px}.articles-expert-cta{margin-top:16px}@media(max-width:850px){.expert-question-layout{grid-template-columns:1fr}.expert-question-hero h1{font-size:30px}}
.admin-review-note{display:block;margin-top:8px;background:#ffffffaa;border-radius:9px;padding:8px 10px;font-style:normal;font-size:12px;color:#5f4e36}

/* ===== v3 child-first personalization ===== */
.child-context-bar{background:#f5fbf9;border-bottom:1px solid #dbe9e5;position:relative;z-index:35}.child-context-bar.is-off{background:#f7f7f7}.child-context-bar.is-updating:after{content:'جاري تحديث كل الموقع...';position:absolute;inset:0;background:#0c4555e8;color:#fff;display:grid;place-items:center;font-size:12px;font-weight:900;letter-spacing:.1px}.child-context-inner{min-height:62px;display:flex;align-items:center;justify-content:space-between;gap:20px}.child-context-copy,.child-context-actions,.child-context-copy>div{display:flex;align-items:center;gap:10px}.child-context-copy>div{display:block}.child-context-icon{width:38px;height:38px;border-radius:13px;background:#dff3ec;color:#13795f;display:grid;place-items:center;flex:0 0 auto}.child-context-copy small{display:block;color:#758487;font-size:10px;font-weight:700}.child-context-copy strong{font-size:14px;color:#123f49;margin-inline-end:5px}.child-context-copy span:not(.child-context-icon){font-size:10px;color:#66777a}.child-context-actions{gap:8px}.child-context-form label{font-size:10px;color:#65777a;font-weight:800;display:flex;align-items:center;gap:7px}.child-context-form select{height:35px;min-width:145px;border:1px solid #cfddda;border-radius:10px;background:#fff;padding:0 9px;font:700 11px Cairo,Arial}.personalization-toggle,.child-context-edit{height:35px;border:1px solid #d6e1df;border-radius:10px;background:#fff;color:#52676b;padding:0 10px;font:800 10px Cairo,Arial;display:inline-flex;align-items:center;gap:6px;cursor:pointer}.personalization-toggle.active{background:#0c4555;color:#fff;border-color:#0c4555}.child-context-edit{color:#0c4555}.child-context-bar.empty{background:#fff8e8}.child-context-bar.empty .child-context-icon{background:#ffe7c2;color:#a96a17}

.personalized-hero .hero-copy .eyebrow{display:inline-flex;align-items:center;gap:7px}.hero-context-chips{display:flex;flex-wrap:wrap;gap:6px;margin-top:12px}.hero-context-chips span{background:#fff;border:1px solid #eadfce;border-radius:999px;padding:5px 9px;font-size:10px;font-weight:800;color:#5d6c6e}.hero-photo{position:relative}.hero-personal-badge{position:absolute;right:18px;bottom:18px;background:#ffffffee;border:1px solid #dbe8e4;border-radius:15px;padding:10px 12px;display:flex;gap:9px;align-items:center;box-shadow:0 12px 35px #143e461f}.hero-personal-badge>i{color:#198463}.hero-personal-badge span{display:flex;flex-direction:column}.hero-personal-badge strong{font-size:11px;color:#16414b}.hero-personal-badge small{font-size:9px;color:#718083}

.personalized-command{padding-top:28px}.personalized-command-head{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:16px}.personalized-command-head h2{margin:8px 0 4px;font-size:27px}.personalized-command-head p{margin:0;color:#6e7d80;max-width:700px}.personal-snapshot-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:18px 0}.personal-snapshot-stats>a{background:#fff;border:1px solid #e1e8e8;border-radius:18px;padding:15px;display:flex;align-items:center;gap:11px;color:#153e48;box-shadow:0 8px 25px #123d4810}.personal-snapshot-stats>a>i{width:42px;height:42px;border-radius:13px;background:#f0f7f5;color:#167b60;display:grid;place-items:center;font-size:18px}.personal-snapshot-stats span{display:flex;flex-direction:column}.personal-snapshot-stats strong{font-size:23px;line-height:1}.personal-snapshot-stats small{color:#768588;font-size:10px;margin-top:4px}.child-insight-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.child-insight-grid article{display:flex;gap:10px;align-items:flex-start;background:#f8faf9;border:1px solid #e5ecea;border-radius:16px;padding:13px}.child-insight-grid article>span{width:34px;height:34px;border-radius:11px;background:#fff;color:#d26b54;display:grid;place-items:center;flex:0 0 auto}.child-insight-grid h3{font-size:12px;margin:0 0 3px;color:#173e48}.child-insight-grid p{font-size:10px;line-height:1.75;color:#68787b;margin:0}.age-item.active{background:#fff;border-color:#e6c681;box-shadow:0 8px 28px #8b6b2615}.age-item.active .age-icon{outline:3px solid #f2dfae}.personalized-categories .category-card{position:relative}.personalized-categories .category-card.priority{border-color:#e7c984;background:#fffdf7}.priority-label{position:absolute;top:12px;left:12px;background:#f3dfab;color:#765616;border-radius:999px;padding:4px 7px;font-size:9px;font-weight:900}.match-reasons{display:flex;gap:5px;flex-wrap:wrap;margin-bottom:8px}.match-reasons span{display:inline-flex;align-items:center;gap:4px;background:#eaf7f1;color:#166e55;border:1px solid #cfe8dd;border-radius:999px;padding:4px 7px;font-size:8.5px;font-weight:900}.match-reasons.compact span{font-size:8px}.provider-match-reasons{min-height:24px}.home-event-grid{grid-template-columns:repeat(4,1fr)}.future-personal-cta{background:#493ea6;color:#fff;border-radius:24px;padding:22px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:18px}.future-personal-cta>span{width:58px;height:58px;border-radius:17px;background:#ffffff1a;display:grid;place-items:center;font-size:24px}.future-personal-cta h2{margin:7px 0 3px}.future-personal-cta p{color:#e7e4ff;margin:0}.future-personal-cta .section-badge{background:#ffffff1a;color:#fff}.date-match{display:inline-flex!important;width:auto!important;background:#eef7f4!important;color:#176f57!important;border-radius:999px;padding:4px 8px!important;font-size:8px!important;margin-bottom:7px}

.personal-filter-banner{margin-top:18px;background:#edf8f4;border:1px solid #d2e9df;border-radius:17px;padding:12px 14px;display:flex;justify-content:space-between;align-items:center;gap:16px}.personal-filter-banner>div:first-child{display:flex;align-items:center;gap:10px}.personal-filter-banner>div:first-child>span{width:38px;height:38px;border-radius:12px;background:#fff;color:#14795e;display:grid;place-items:center}.personal-filter-banner strong{display:block;font-size:12px;color:#16414a}.personal-filter-banner small{display:block;color:#69807b;font-size:9.5px;margin-top:2px}.personal-filter-banner>div:last-child{display:flex;gap:8px}.personal-filter-banner a{font-size:9.5px;font-weight:900;color:#0c5d49;background:#fff;border:1px solid #d8e8e2;padding:7px 9px;border-radius:9px}.article-personal-banner>a,.weekend-personal-banner>a,.community-personal-banner>a{font-size:9.5px;font-weight:900;color:#0c5d49;background:#fff;border:1px solid #d8e8e2;padding:7px 9px;border-radius:9px}.composer-context{display:block;margin-top:7px;color:#738184;font-size:9px}.same-stage-label{color:#15775c}.home-event-grid .event-card{min-width:0}

.family-head-v3{margin-bottom:18px}.active-child-summary{display:flex;align-items:center;justify-content:space-between;gap:15px;background:#edf8f4;border:1px solid #d1e8df;border-radius:20px;padding:15px 17px;margin-bottom:20px}.active-child-summary>div{display:flex;align-items:center;gap:11px}.active-child-summary small{font-size:9px;color:#687c78}.active-child-summary h2{margin:2px 0;font-size:19px}.active-child-summary p{margin:0;font-size:10px;color:#63777a}.child-cards-v3 .child-card{align-items:flex-start}.child-cards-v3 .child-card.active{border-color:#a9d7c7;background:#f6fcf9}.child-card-main{min-width:0;flex:1}.child-title-line{display:flex;align-items:center;gap:7px}.active-chip{background:#daf1e8;color:#106b51;padding:3px 7px;border-radius:999px;font-size:8px;font-weight:900}.child-card-actions{display:flex;align-items:center;gap:5px;flex-wrap:wrap}.child-mini-tags{display:flex;gap:4px;flex-wrap:wrap;margin-top:6px}.child-mini-tags span{font-size:8px;background:#f1f4f4;border-radius:999px;padding:3px 6px;color:#66777a}.child-profile-form-card{margin-top:18px}.child-profile-form .profile-form-section{border-top:1px solid #e3e9e9;padding-top:13px;margin-top:3px}.child-profile-form .profile-form-section:first-of-type{border-top:0;padding-top:0}.profile-form-section h3{margin:0;font-size:14px;color:#173f49}.profile-form-section h3 i{margin-left:6px}.profile-form-section p{margin:3px 0 0;font-size:10px;color:#738184}.child-profile-form label .optional{font-size:8px;color:#8c999b;font-weight:600}.favorite-cat-field{border:1px solid #e1e8e8;border-radius:14px;padding:13px}.favorite-cat-field legend{padding:0 7px;font-size:11px;font-weight:900;color:#244b55}.privacy-note{display:flex;gap:10px;align-items:flex-start;background:#f7f8fb;border:1px solid #e4e6ef;border-radius:13px;padding:12px;color:#505d75}.privacy-note>i{margin-top:3px}.privacy-note strong{font-size:11px}.privacy-note p{margin:2px 0 0;font-size:9px;line-height:1.7}

@media(max-width:1050px){.child-context-inner{flex-wrap:wrap;padding-top:8px;padding-bottom:8px}.child-context-actions{width:100%;justify-content:flex-end}.personal-snapshot-stats{grid-template-columns:repeat(2,1fr)}.child-insight-grid{grid-template-columns:repeat(2,1fr)}.home-event-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:720px){.child-context-copy span:not(.child-context-icon){display:block}.child-context-actions{justify-content:flex-start;overflow:auto;padding-bottom:2px}.child-context-form label{white-space:nowrap}.personalized-command-head,.active-child-summary,.personal-filter-banner{flex-direction:column;align-items:stretch}.personalized-command-head .btn,.active-child-summary .btn{justify-content:center}.child-insight-grid{grid-template-columns:1fr}.future-personal-cta{grid-template-columns:auto 1fr}.future-personal-cta>a{grid-column:1/-1;justify-content:center}.child-card-actions{width:100%;margin-top:8px}.child-cards-v3 .child-card{flex-wrap:wrap}.hero-personal-badge{right:10px;left:10px;bottom:10px}.personal-filter-banner>div:last-child{flex-wrap:wrap}}
@media(max-width:520px){.personal-snapshot-stats{grid-template-columns:1fr 1fr}.personal-snapshot-stats>a{padding:11px}.personal-snapshot-stats strong{font-size:19px}.home-event-grid{grid-template-columns:1fr}.child-context-actions{gap:5px}.child-context-edit{font-size:0;width:35px;padding:0;justify-content:center}.child-context-edit i{font-size:11px}.personalization-toggle span{display:none}.personalization-toggle{width:35px;padding:0;justify-content:center}.child-context-form select{min-width:125px}.child-context-form label{font-size:0}.child-context-bar.empty .child-context-copy strong{font-size:11px}.future-personal-cta{grid-template-columns:1fr;text-align:center}.future-personal-cta>span{margin:auto}}
.provider-child-match{margin-top:18px;background:#f5faf8;border:1px solid #dceae5;border-radius:17px;padding:12px 14px;display:flex;align-items:center;justify-content:space-between;gap:14px}.provider-child-match.strong{background:#edf8f4;border-color:#cfe8dd}.provider-child-match>div{display:flex;align-items:center;gap:10px}.provider-child-match>div>span{width:38px;height:38px;border-radius:12px;background:#fff;display:grid;place-items:center;color:#16775d}.provider-child-match small{display:block;color:#70807d;font-size:9px}.provider-child-match strong{display:block;font-size:12px;margin:2px 0 5px}.provider-child-match .match-reasons{margin:0}.provider-child-match>a{font-size:9px;font-weight:900;color:#0b6550;white-space:nowrap}@media(max-width:650px){.provider-child-match{align-items:flex-start;flex-direction:column}.provider-child-match>a{white-space:normal}}
.onboarding-hero{background:linear-gradient(135deg,#0e4756,#173d49);color:#fff;padding:52px 0}.onboarding-hero h1{font-size:42px;line-height:1.35;margin:9px 0}.onboarding-hero p{max-width:760px;color:#d8e8ea;line-height:1.9}.onboarding-layout{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:24px;align-items:start}.onboarding-form-card{background:#fff;border:1px solid #e1e8e8;border-radius:24px;padding:24px;box-shadow:0 15px 50px #153e4710}.onboarding-steps{display:flex;align-items:center;gap:8px;margin-bottom:24px;overflow:auto}.onboarding-steps>span{display:flex;align-items:center;gap:5px;white-space:nowrap;font-size:10px;font-weight:900;color:#829093}.onboarding-steps>span.active{color:#0d6d56}.onboarding-steps>span>b{font-weight:900}.onboarding-steps>span:first-letter{background:#eef5f3}.onboarding-steps>i{height:1px;background:#dce5e4;flex:1;min-width:18px}.onboarding-block{padding-top:8px}.onboarding-block h2{font-size:18px;margin:0 0 3px}.onboarding-block p{font-size:10px;color:#728184;margin:0}.onboarding-submit{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.onboarding-submit small{color:#758487;font-size:9px}.onboarding-preview{position:sticky;top:110px}.preview-phone{background:#173f4c;border-radius:30px;padding:18px;color:#fff;min-height:440px;box-shadow:0 25px 60px #143a4525}.preview-top{text-align:center;font-size:10px;color:#d4e4e6;padding-bottom:12px;border-bottom:1px solid #ffffff20}.preview-child{display:flex;gap:10px;align-items:center;padding:18px 0}.preview-child>i{width:44px;height:44px;background:#ffffff17;border-radius:14px;display:grid;place-items:center}.preview-child span{display:flex;flex-direction:column}.preview-child strong{font-size:13px}.preview-child small{color:#bfd1d5;font-size:8px}.preview-line{height:12px;border-radius:999px;background:#ffffff16;margin:14px 0;width:74%}.preview-line.wide{width:100%;height:36px;border-radius:13px}.preview-line.short{width:45%}.preview-cards{display:grid;grid-template-columns:1fr 1fr;gap:8px}.preview-cards span{height:92px;background:#fff;color:#1a4550;border-radius:15px;padding:10px;font-size:9px;font-weight:900}.preview-result{margin-top:25px;background:#dff5eb;color:#116b51;border-radius:13px;padding:11px;font-size:9px;font-weight:900}.preview-result i{margin-left:5px}@media(max-width:900px){.onboarding-layout{grid-template-columns:1fr}.onboarding-preview{display:none}.onboarding-hero h1{font-size:34px}}@media(max-width:560px){.onboarding-form-card{padding:16px}.onboarding-hero{padding:36px 0}.onboarding-hero h1{font-size:29px}.onboarding-steps span b{display:none}}
