:root{
  --bg:#f7f5ef;--paper:#fffdf8;--ink:#17372f;--muted:#6e786f;--green:#0f5c49;--green2:#174b3d;--green3:#e8f1ed;--gold:#d6a83e;--gold2:#f8edcd;--line:#e6e2d9;--shadow:0 12px 32px rgba(24,55,47,.08);--radius:18px;--radius-sm:12px
}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;background:var(--bg);color:var(--ink);font-family:"DM Sans",sans-serif} a{color:inherit;text-decoration:none} button,input,select,textarea{font:inherit}
.container{width:min(1180px,calc(100% - 44px));margin:auto}.section{padding:86px 0}.eyebrow{font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:var(--gold);font-weight:700;margin-bottom:10px}.display{font-family:"Playfair Display",serif;line-height:1.02;letter-spacing:-.025em}.muted{color:var(--muted)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:999px;padding:13px 20px;border:1px solid transparent;cursor:pointer;font-weight:700;transition:.2s}.btn-primary{background:var(--green);color:white}.btn-primary:hover{background:#0a4a3b;transform:translateY(-1px)}.btn-secondary{background:white;border-color:#d9ddd8;color:var(--green)}.btn-gold{background:var(--gold);color:#243529}.btn-ghost{background:transparent;border-color:#d8ddd8}.btn-sm{padding:9px 14px;font-size:13px}
.topbar{height:34px;background:#111815;color:#dbe4df;font-size:11px;display:flex;align-items:center}.topbar .container{display:flex;justify-content:space-between}.nav{position:sticky;top:0;z-index:50;background:rgba(255,253,248,.96);backdrop-filter:blur(10px);border-bottom:1px solid rgba(230,226,217,.8)}.nav-inner{height:72px;display:flex;align-items:center;justify-content:space-between}.brand{font-family:"Playfair Display",serif;font-size:24px;font-weight:700;color:var(--green)}.brand span{color:var(--gold)}.nav-links{display:flex;gap:26px;font-size:13px}.nav-actions{display:flex;gap:10px;align-items:center}
.hero{padding:94px 0 105px}.hero-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:76px;align-items:center}.hero h1{font-size:58px;margin:14px 0 20px;max-width:700px}.hero p{font-size:18px;line-height:1.7;max-width:620px}.hero-actions{display:flex;gap:12px;margin-top:28px}.trust-row{display:flex;gap:24px;flex-wrap:wrap;margin-top:28px;font-size:12px;color:#63746b}.trust-row span{display:flex;align-items:center;gap:7px}.trust-dot{width:7px;height:7px;border-radius:50%;background:var(--gold)}
.match-preview{background:white;border:1px solid #e7e4dc;border-radius:20px;box-shadow:var(--shadow);padding:22px;transform:rotate(1.5deg);max-width:500px;margin:auto}.preview-head{display:flex;align-items:center;justify-content:space-between}.avatar{display:grid;place-items:center;border-radius:50%;background:linear-gradient(145deg,#cfded7,#f3ead5);color:#31584c;font-weight:800}.avatar.lg{width:70px;height:70px;font-size:20px}.avatar.sm{width:42px;height:42px}.verified{display:inline-flex;align-items:center;gap:6px;color:var(--green);font-size:12px;font-weight:700}.score{font-size:34px;font-family:"Playfair Display",serif;color:var(--green)}.bar{height:7px;background:#edf0eb;border-radius:99px;overflow:hidden}.bar>i{display:block;height:100%;background:var(--green);border-radius:99px}.mini-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.chip{padding:7px 10px;border-radius:999px;background:#f4f2ec;border:1px solid #e9e5da;font-size:11px}
.section-head{max-width:720px;margin-bottom:30px}.section-head h2{font-size:38px;margin:6px 0 10px}.cards{display:grid;gap:16px}.cards.four{grid-template-columns:repeat(4,1fr)}.cards.three{grid-template-columns:repeat(3,1fr)}.card{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius-sm);padding:24px;box-shadow:0 5px 16px rgba(20,50,43,.035)}.icon{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;background:var(--green3);color:var(--green);font-weight:800;margin-bottom:15px}.icon.gold{background:var(--gold2);color:#7f6120}.card h3{font-size:16px;margin:0 0 8px}.card p{margin:0;color:var(--muted);font-size:13px;line-height:1.6}
.band{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fbf9f4}.split{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.checklist{display:grid;gap:10px;margin-top:20px}.check{display:flex;gap:10px;align-items:flex-start;font-size:13px}.check b{color:var(--green)}.metric-box{background:var(--paper);border:1px solid var(--line);border-radius:16px;padding:24px}.metric{display:grid;grid-template-columns:165px 1fr 40px;gap:14px;align-items:center;margin:16px 0;font-size:12px}
.safety-panel{background:white;border:1px solid var(--line);border-radius:16px;overflow:hidden}.safety-row{display:flex;justify-content:space-between;padding:15px 18px;border-bottom:1px solid #eeeae1;font-size:13px}.safety-row:last-child{border-bottom:0}.toggle{width:35px;height:19px;border-radius:999px;background:#cddbd5;position:relative}.toggle:after{content:"";width:13px;height:13px;position:absolute;left:18px;top:3px;background:white;border-radius:50%}
.feature-callout{background:#eef6f2;border:1px solid #cfe2d9;border-radius:18px;padding:28px;display:grid;grid-template-columns:1.1fr .9fr;gap:38px}.tiny-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.tiny-card{background:white;border:1px solid #dfe9e4;border-radius:10px;padding:15px;font-size:12px}
.testimonial{min-height:165px}.quote{font-family:"Playfair Display",serif;font-size:18px;line-height:1.45;margin-bottom:18px}.person{display:flex;align-items:center;gap:10px;font-size:12px}
.pricing{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;align-items:stretch}.plan{background:white;border:1px solid var(--line);border-radius:16px;padding:27px;position:relative}.plan.featured{border:1.5px solid var(--green);box-shadow:var(--shadow);transform:translateY(-8px)}.badge{position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:var(--green);color:white;padding:5px 12px;border-radius:999px;font-size:10px;font-weight:700}.price{font-family:"Playfair Display",serif;font-size:38px;margin:18px 0 2px}.plan ul{padding:0;list-style:none;display:grid;gap:9px;color:#5e6c65;font-size:13px;margin:22px 0}.plan li:before{content:"✓";color:var(--green);font-weight:800;margin-right:8px}
.faq{max-width:820px;margin:auto}.faq-item{border-bottom:1px solid var(--line);padding:18px 0}.faq-q{display:flex;justify-content:space-between;gap:20px;cursor:pointer;font-weight:700}.faq-a{display:none;color:var(--muted);font-size:14px;line-height:1.6;padding-top:12px}.faq-item.open .faq-a{display:block}.cta{background:var(--green2);color:white;border-radius:22px;padding:48px;text-align:center}.cta h2{font-size:35px;margin:0 0 10px}.cta p{color:#d8e5df;margin:0 auto 24px;max-width:650px}
.footer{padding:70px 0 28px;border-top:1px solid var(--line)}.footer-grid{display:grid;grid-template-columns:1.3fr repeat(4,1fr);gap:40px}.footer h4{font-size:13px;margin:0 0 15px}.footer a{display:block;color:#6b746f;font-size:12px;margin:12px 0}.footer-bottom{margin-top:50px;padding-top:22px;border-top:1px solid var(--line);display:flex;justify-content:space-between;color:#879089;font-size:11px}
/* app shell */
.app-shell{min-height:100vh;background:#f4f5f2}.app-top{height:70px;background:white;border-bottom:1px solid #e4e7e2;display:flex;align-items:center;position:sticky;top:0;z-index:30}.app-top .inner{width:100%;padding:0 22px;display:flex;align-items:center;justify-content:space-between}.app-search{width:330px;background:#f3f5f2;border:1px solid #e2e6e1;border-radius:999px;padding:10px 14px}.app-grid{display:grid;grid-template-columns:250px 1fr;min-height:calc(100vh - 70px)}.sidebar{background:#123f34;color:#eaf2ee;padding:22px 15px;position:sticky;top:70px;height:calc(100vh - 70px);overflow:auto}.side-user{padding:15px;border:1px solid rgba(255,255,255,.12);border-radius:14px;margin-bottom:18px}.side-user-row{display:flex;gap:10px;align-items:center}.side-progress{margin-top:12px}.side-progress .bar{background:rgba(255,255,255,.15)}.side-progress .bar>i{background:var(--gold)}.side-nav{display:grid;gap:4px}.side-nav a{padding:10px 12px;border-radius:9px;font-size:13px;color:#dbe8e2}.side-nav a:hover,.side-nav a.active{background:rgba(255,255,255,.1);color:white}.main{padding:28px}.page-title{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:22px}.page-title h1{font-family:"Playfair Display",serif;font-size:34px;margin:0}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:18px}.stat{background:white;border:1px solid #e1e5e0;border-radius:14px;padding:18px}.stat strong{font-family:"Playfair Display",serif;font-size:28px;display:block;margin-top:7px}.dashboard-grid{display:grid;grid-template-columns:1.45fr .8fr;gap:18px}.panel{background:white;border:1px solid #e1e5e0;border-radius:15px;padding:18px}.panel-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.panel-head h2{font-size:16px;margin:0}.profile-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}.profile-card{border:1px solid #e4e7e2;border-radius:13px;overflow:hidden;background:white}.photo{height:180px;background:linear-gradient(145deg,#dfeae5,#efe4ce);display:grid;place-items:center;font-size:42px;font-family:"Playfair Display",serif;color:#45665c}.profile-body{padding:14px}.profile-top{display:flex;justify-content:space-between;gap:8px}.profile-body h3{font-size:15px;margin:0}.profile-meta{color:#768078;font-size:11px;margin:4px 0 12px}.compat{font-weight:800;color:var(--green);font-size:12px}.actions{display:flex;gap:7px;flex-wrap:wrap}.mini-btn{border:1px solid #dfe3df;border-radius:8px;background:white;padding:7px 9px;font-size:11px;cursor:pointer}.mini-btn.primary{background:var(--green);color:white;border-color:var(--green)}
.filterbar{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin-bottom:16px}.filterbar select,.filterbar input{width:100%;border:1px solid #dde2dd;background:white;border-radius:9px;padding:10px;font-size:12px}.discover-layout{display:grid;grid-template-columns:260px 1fr;gap:16px}.filters{background:white;border:1px solid #e1e5e0;border-radius:14px;padding:16px;align-self:start}.filter-group{margin-bottom:14px}.filter-group label{font-size:11px;font-weight:700;display:block;margin-bottom:6px}.filter-group select,.filter-group input{width:100%;padding:9px;border:1px solid #dfe3df;border-radius:8px;background:#fff;font-size:12px}
.profile-page{display:grid;grid-template-columns:320px 1fr;gap:18px}.profile-side .photo{height:330px;border-radius:14px}.section-card{background:white;border:1px solid #e1e5e0;border-radius:14px;padding:20px;margin-bottom:14px}.section-card h2{font-size:17px;margin:0 0 12px}.kv{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.kv div{padding:12px;background:#f7f8f6;border-radius:9px;font-size:11px}.kv b{display:block;color:#738078;font-weight:500;margin-bottom:4px}
.compat-layout{display:grid;grid-template-columns:300px 1fr;gap:20px}.score-ring{width:190px;height:190px;border-radius:50%;display:grid;place-items:center;margin:20px auto;background:conic-gradient(var(--green) 0 87%,#e6ebe7 87% 100%);position:relative}.score-ring:before{content:"";position:absolute;width:145px;height:145px;border-radius:50%;background:white}.score-ring span{position:relative;font-family:"Playfair Display",serif;font-size:42px;color:var(--green)}
.messages{display:grid;grid-template-columns:270px 1fr 270px;height:calc(100vh - 130px);background:white;border:1px solid #e1e5e0;border-radius:15px;overflow:hidden}.conversation-list{border-right:1px solid #e6e9e5;overflow:auto}.conversation{display:flex;gap:10px;padding:14px;border-bottom:1px solid #eef0ed;cursor:pointer}.conversation.active{background:#f1f6f3}.chat{display:flex;flex-direction:column}.safety-note{padding:10px 14px;background:#fff7df;border-bottom:1px solid #f1e3b4;color:#6b5923;font-size:11px}.chat-body{padding:20px;flex:1;overflow:auto}.bubble{max-width:70%;padding:10px 13px;border-radius:14px;margin:9px 0;font-size:12px;line-height:1.5}.bubble.them{background:#f1f3f0}.bubble.me{background:var(--green);color:white;margin-left:auto}.compose{display:flex;gap:8px;padding:14px;border-top:1px solid #e6e9e5}.compose input{flex:1;border:1px solid #dfe3df;border-radius:999px;padding:10px 14px}.user-panel{border-left:1px solid #e6e9e5;padding:18px}.wizard{max-width:860px;margin:auto}.steps{display:flex;gap:5px;margin-bottom:20px}.steps i{height:5px;flex:1;background:#dfe5e1;border-radius:99px}.steps i.done{background:var(--green)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.field label{display:block;font-size:11px;font-weight:700;margin-bottom:6px}.field input,.field select,.field textarea{width:100%;padding:11px;border:1px solid #dce1dc;border-radius:9px;background:white}.field.full{grid-column:1/-1}.choice-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.choice{padding:13px;border:1px solid #dde2de;border-radius:10px;background:white;font-size:12px}.choice.selected{border-color:var(--green);background:#eef6f2}
.plan-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.wali-box{background:#eef6f2;border:1px solid #cfdfd8;border-radius:14px;padding:18px}.empty-note{padding:35px;text-align:center;color:#7d8780;border:1px dashed #d6ddd8;border-radius:12px;background:#fafbf9}
@media(max-width:1000px){.nav-links{display:none}.hero-grid,.split,.feature-callout{grid-template-columns:1fr}.hero h1{font-size:48px}.cards.four{grid-template-columns:repeat(2,1fr)}.app-grid{grid-template-columns:80px 1fr}.sidebar{padding:16px 8px}.side-user{display:none}.side-nav a{font-size:0;text-align:center}.side-nav a::first-letter{font-size:16px}.stats{grid-template-columns:repeat(2,1fr)}.dashboard-grid,.profile-page,.compat-layout{grid-template-columns:1fr}.messages{grid-template-columns:220px 1fr}.user-panel{display:none}.discover-layout{grid-template-columns:1fr}.filters{display:none}}
@media(max-width:700px){.container{width:min(100% - 28px,1180px)}.topbar{display:none}.nav-inner{height:64px}.nav-actions .btn-secondary{display:none}.hero{padding:60px 0}.hero h1{font-size:40px}.hero-actions{flex-direction:column;align-items:stretch}.section{padding:60px 0}.cards.three,.cards.four,.pricing,.footer-grid,.profile-grid,.plan-grid,.trust-grid{grid-template-columns:1fr}.pricing .featured{transform:none}.footer-grid{gap:20px}.app-grid{display:block}.sidebar{display:none}.main{padding:16px}.app-search{display:none}.stats{grid-template-columns:1fr 1fr}.messages{grid-template-columns:1fr;height:calc(100vh - 115px)}.conversation-list{display:none}.filterbar{grid-template-columns:1fr 1fr}.form-grid,.choice-grid,.kv{grid-template-columns:1fr}.footer-bottom{display:block;line-height:2}}
html{scroll-behavior:smooth;scroll-padding-top:90px}.side-brand{display:block;color:white;margin:0 6px 18px}.gold-avatar{background:var(--gold);color:#173f35}.side-sub{font-size:10px;color:#bbcec6;margin-top:3px}.progress-label{display:flex;justify-content:space-between;font-size:10px;margin-bottom:5px}.side-signout{margin-top:22px;padding-top:18px;border-top:1px solid rgba(255,255,255,.12)}.side-signout a{color:#dbe8e2;font-size:13px;padding:10px 12px;display:block}.account-chip{border:1px solid #e2e5e0;border-radius:999px;background:#fafbf9;padding:5px 10px 5px 5px;display:flex;align-items:center;gap:7px;cursor:pointer}.page-sub{font-size:13px;margin-top:5px}.dashboard-top{display:grid;grid-template-columns:2fr 1fr;gap:14px;margin-bottom:18px}.profile-completion{display:grid;grid-template-columns:1fr auto;gap:8px 18px}.profile-completion .full,.profile-completion button{grid-column:1/-1}.profile-completion strong{font-size:28px;color:var(--green)}.status-pill{display:inline-block;background:#edf6f1;color:#24745e;padding:5px 8px;border-radius:6px;font-size:10px}.text-link{border:0;background:none;color:var(--green);font-weight:700;font-size:11px;cursor:pointer;padding:8px 0}.stats.six{grid-template-columns:repeat(3,1fr)}.small-ring{width:68px;height:68px;border-radius:50%;display:grid;place-items:center;background:conic-gradient(var(--green) 0 87%,#e6ebe7 87% 100%);position:relative;flex:none}.small-ring:before{content:"";position:absolute;width:52px;height:52px;background:white;border-radius:50%}.small-ring span{position:relative;font-weight:800}.small-ring.large{width:86px;height:86px}.small-ring.large:before{width:66px;height:66px}.section-mini-head{display:flex;justify-content:space-between;align-items:center;margin:22px 0 12px}.section-mini-head h2,.list-heading{font-family:"Playfair Display",serif;font-size:18px;margin:0}.discover-toolbar{display:grid;grid-template-columns:1fr auto 120px;gap:10px;margin-bottom:14px}.discover-toolbar input,.discover-toolbar select{border:1px solid #dfe3df;border-radius:999px;padding:10px 14px;background:white}.results-count{font-size:11px;margin:0 0 10px}.discover-grid{grid-template-columns:repeat(3,1fr)}.discover-card{border:1px solid #e1e5e0;border-radius:12px;background:white;overflow:hidden}.discover-photo{height:150px;background:linear-gradient(145deg,#d9e6df,#eee8dd);position:relative;display:grid;place-items:center}.photo-initial{font-family:"Playfair Display",serif;font-size:46px;color:#46695d}.match-pill,.verified-pill{position:absolute;top:8px;border-radius:999px;padding:4px 8px;font-size:9px;font-weight:700}.match-pill{left:8px;background:var(--green);color:white}.verified-pill{right:8px;background:white;color:#2f7a64;border:1px solid #cde0d8}.discover-body{padding:12px}.discover-body h3{margin:0 0 4px;font-size:14px}.discover-body p{font-size:10px;line-height:1.45;color:#68736c;height:44px;overflow:hidden}.info-banner{background:#eef6f3;border:1px solid #cfe1da;border-radius:12px;padding:16px;margin-bottom:20px}.info-banner p{font-size:11px;line-height:1.55;margin:7px 0 0}.verified-banner{border-color:#b7dbce}.section-caption{font-size:10px;margin:4px 0 10px}.person-list{display:grid;gap:8px;margin-bottom:20px}.person-list.large-gap{gap:10px}.person-row{background:white;border:1px solid #e1e5e0;border-radius:10px;padding:12px;display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center}.person-copy{display:flex;flex-direction:column;gap:3px}.person-copy b{font-size:12px}.person-copy span{font-size:10px;color:#717c75}.verified-inline{color:#2a7e66}.row-action{border:0;background:var(--green);color:white;border-radius:9px;min-width:34px;padding:7px 10px;cursor:pointer}.segment{display:grid;grid-template-columns:1fr 1fr;border:1px solid #dfe3df;border-radius:999px;padding:3px;background:white;margin-bottom:18px}.segment button{border:0;background:transparent;border-radius:999px;padding:10px;cursor:pointer}.segment button.active{background:var(--green);color:white}.overall-score{display:flex;align-items:center;gap:22px;margin-bottom:18px}.compat-cards{display:grid;grid-template-columns:1fr 1fr;gap:14px}.compat-card .compat-head{display:flex;justify-content:space-between;margin-bottom:10px}.compat-card strong{color:var(--green);font-family:"Playfair Display",serif}.compat-card p{font-size:10px}.messages.two-col{grid-template-columns:220px 1fr;height:430px}.chat-header{padding:14px;display:flex;justify-content:space-between;border-bottom:1px solid #e6e9e5}.chat-header .muted,.conversation .muted{font-size:10px}.green-note{background:#edf6f2;color:#2b6756;border-bottom-color:#d8e9e2}.round-send{width:38px;height:38px;border-radius:50%;border:0;background:var(--green);color:white}.verification-step{display:flex;gap:13px;padding:14px;border:1px solid #e1e5e0;border-radius:10px;margin-top:10px;background:#fafbf9}.verification-step b{font-size:12px}.verification-step p{font-size:10px;color:#737d76;margin:4px 0 0}.step-icon{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#eef1ed}.step-icon.done{background:#e6f6ef;color:#2f9877}.privacy-note{padding:14px;border:1px solid #e1e5e0;border-radius:10px;margin-top:18px;color:#68736c;font-size:10px}.membership-table{margin-top:18px;border:1px solid #e1e5e0;border-radius:12px;overflow:hidden;background:white}.mt-row{display:grid;grid-template-columns:2fr repeat(3,1fr);padding:11px 14px;border-top:1px solid #edf0ec;font-size:10px;text-align:center}.mt-row span:first-child,.mt-row b:first-child{text-align:left}.mt-row.head{border-top:0;background:#fafbf8;color:#6d756f}.profile-photo{height:280px}.auth-page{min-height:100vh;background:linear-gradient(145deg,#f7f3e9,#eef5f1);display:grid;place-items:center;padding:30px}.auth-card{width:min(460px,100%);background:white;border:1px solid #dfe5df;border-radius:18px;padding:32px;box-shadow:0 18px 50px rgba(25,62,51,.08)}.auth-card.wide{width:min(760px,100%)}.auth-card .display{font-size:34px}.auth-card .field{margin-top:14px}.auth-button{width:100%;margin:18px 0 8px}.demo-note{font-size:10px;color:#7b857e;background:#f7f8f5;padding:9px;border-radius:8px}.auth-actions{display:flex;justify-content:space-between;margin-top:22px}.faq{display:grid;gap:8px;max-width:820px}.faq details{background:white;border:1px solid #e1e5e0;border-radius:10px;padding:13px 15px}.faq summary{cursor:pointer;font-weight:700;font-size:12px}.faq p{color:#707a73;font-size:11px;line-height:1.6}.plan ul{min-height:175px}
@media(max-width:1000px){.dashboard-top{grid-template-columns:1fr}.stats.six{grid-template-columns:repeat(2,1fr)}.discover-grid{grid-template-columns:repeat(2,1fr)}.compat-cards{grid-template-columns:1fr}.membership-table{overflow-x:auto}.mt-row{min-width:620px}}
@media(max-width:700px){.stats.six,.discover-grid{grid-template-columns:1fr}.discover-toolbar{grid-template-columns:1fr auto}.discover-toolbar select{display:none}.overall-score{align-items:flex-start}.account-chip{font-size:0}.auth-card{padding:22px}}


/* Discover filters v4 */
.age-filter input[type="range"]{padding:0;border:0;accent-color:var(--green);cursor:pointer;margin:3px 0 7px}.age-values{display:flex;justify-content:space-between;font-size:10px;color:#68736d;margin-bottom:4px}.age-values b{color:var(--green)}.discover-empty{text-align:center;padding:42px 24px;margin-top:14px}.discover-empty h3{margin:0 0 8px}.results-count{margin:0 0 10px;font-size:12px;font-weight:600}.filters select{cursor:pointer}.filters .text-link{cursor:pointer}.discover-toolbar input{min-width:0}
@media(max-width:1000px){.filters{display:block}.discover-layout{grid-template-columns:240px 1fr}}
@media(max-width:800px){.discover-layout{grid-template-columns:1fr}.filters{display:block}.discover-toolbar{grid-template-columns:1fr auto}.discover-toolbar select{grid-column:1/-1}.discover-grid{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.discover-grid{grid-template-columns:1fr}}

/* v5: subtle one-time landing-page reveal animation */
.reveal-on-scroll {
  opacity: 0;
  transform: translateY(26px);
  transition:
    opacity 650ms cubic-bezier(.22,.61,.36,1) var(--reveal-delay, 0ms),
    transform 650ms cubic-bezier(.22,.61,.36,1) var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .reveal-on-scroll,
  .reveal-on-scroll.is-visible {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* AqdNikah v7 brand logo — larger logo + restored green Nikah */
.brand{
  display:inline-flex;
  align-items:center;
  gap:11px;
  text-decoration:none;
  line-height:1;
  white-space:nowrap;
}

.brand-logo{
  width:52px;
  height:52px;
  object-fit:contain;
  border-radius:9px;
  flex:0 0 auto;
}

/* Preserve the original AqdNikah wordmark treatment */
.brand-word{
  font:inherit;
  color:inherit;
}

/* "Nikah" restored to the AqdNikah green */
.brand-word > span{
  color:var(--green);
}

/* Member sidebar: slightly smaller so navigation remains balanced */
.side-brand{
  display:flex;
  align-items:center;
  gap:10px;
}

.side-brand .brand-logo{
  width:44px;
  height:44px;
  background:#fff;
  border-radius:9px;
}

.side-brand .brand-word{
  color:#fff;
}

/* Use a lighter green on the dark-green sidebar for contrast */
.side-brand .brand-word > span{
  color:#9bd7bd;
}

/* Sign-in / registration branding */
.auth-card > .brand .brand-logo{
  width:50px;
  height:50px;
}

/* Footer branding */
.footer .brand{
  margin-bottom:12px;
}

.footer .brand-logo{
  width:48px;
  height:48px;
}

/* Tablet/mobile scaling */
@media(max-width:760px){
  .nav-inner .brand-logo{
    width:42px;
    height:42px;
  }

  .nav-inner .brand{
    font-size:21px;
    gap:8px;
  }

  .side-brand .brand-logo{
    width:38px;
    height:38px;
  }
}

@media(max-width:480px){
  .nav-inner .brand-logo{
    width:38px;
    height:38px;
  }
}

@media(prefers-reduced-motion:reduce){
  .brand-logo{
    transition:none;
  }
}
