
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
:root {
  --ink: #0C1B2E; --ink-mid: #1C3050; --slate: #445569;
  --muted: #7A8FA6; --light: #B8C8D8; --border: #E4EBF0;
  --bg: #F7F9FB; --white: #FFFFFF;
  --green: #00B574; --green-dim: #009960; --green-pale: #E8F8F2;
  --gold: #C9A84C;
  --shadow-sm: 0 4px 16px rgba(12,27,46,.07);
  --shadow-md: 0 12px 40px rgba(12,27,46,.09);
  --shadow-lg: 0 24px 64px rgba(12,27,46,.11);
  --r-sm: 8px; --r-md: 14px; --r-lg: 22px; --r-xl: 30px;
}
body { font-family: 'Plus Jakarta Sans', sans-serif; background: var(--white); color: var(--ink); line-height: 1.6; overflow-x: hidden; -webkit-font-smoothing: antialiased; }
.container { max-width: 1180px; margin: 0 auto; padding: 0 40px; }
@media(max-width:700px){ .container { padding: 0 20px; } }

/* ── HEADER ── */
header { position: fixed; top: 0; left: 0; right: 0; z-index: 200; background: rgba(255,255,255,.97); backdrop-filter: blur(12px); border-bottom: 1px solid var(--border); transition: all .3s; }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; height: 70px; gap: 24px; }
.logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.logo-box { width: 34px; height: 34px; border-radius: 9px; background: var(--ink); display: flex; align-items: center; justify-content: center; }
.logo-txt { font-weight: 800; font-size: .88rem; color: var(--ink); line-height: 1.15; }
.logo-txt span { color: var(--green); }
.logo-badge { font-size: .62rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); background: var(--bg); border-radius: 4px; padding: 2px 7px; margin-left: 6px; border: 1px solid var(--border); }
nav { display: flex; align-items: center; gap: 2px; }
nav a { padding: 7px 12px; border-radius: 7px; font-size: .82rem; font-weight: 600; color: var(--slate); text-decoration: none; transition: all .2s; }
nav a:hover { background: var(--bg); color: var(--ink); }
nav a.active { color: var(--green); }
.nav-btns { display: flex; gap: 9px; align-items: center; }
.n-ghost { padding: 8px 16px; border-radius: 8px; border: 1.5px solid var(--border); background: transparent; font-family: inherit; font-size: .82rem; font-weight: 600; color: var(--slate); cursor: pointer; transition: all .2s; text-decoration: none; display: inline-flex; align-items: center; }
.n-ghost:hover { border-color: var(--green); color: var(--green); }
.n-solid { padding: 8px 18px; border-radius: 8px; background: var(--ink); color: #fff; border: none; font-family: inherit; font-size: .82rem; font-weight: 700; cursor: pointer; transition: all .2s; text-decoration: none; display: inline-flex; align-items: center; }
.n-solid:hover { background: var(--green); }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 6px; border: none; background: transparent; }
.hamburger span { display: block; width: 24px; height: 2px; background: var(--ink); border-radius: 2px; transition: all .3s; }
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-nav { display: none; position: fixed; top: 70px; left: 0; right: 0; bottom: 0; background: rgba(255,255,255,.98); z-index: 199; flex-direction: column; padding: 32px 28px 48px; transform: translateX(100%); transition: transform .35s cubic-bezier(.4,0,.2,1); overflow-y: auto; }
.mobile-nav.open { transform: translateX(0); }
.mobile-nav-links { list-style: none; margin-bottom: 36px; }
.mobile-nav-links li { border-bottom: 1px solid var(--border); }
.mobile-nav-links a { display: flex; align-items: center; justify-content: space-between; padding: 18px 4px; font-size: 1.05rem; font-weight: 600; color: var(--ink); text-decoration: none; }
.mobile-nav-links a::after { content: '→'; color: var(--light); }
.mobile-nav-actions { display: flex; flex-direction: column; gap: 12px; }
.mobile-nav-actions .n-ghost, .mobile-nav-actions .n-solid { width: 100%; padding: 15px; text-align: center; border-radius: var(--r-md); font-size: .95rem; justify-content: center; }
@media(max-width:768px){ .hamburger { display: flex; } .mobile-nav { display: flex; } nav { display: none; } .nav-btns { display: none; } }

/* ── LIVE TICKER ── */
.ticker-wrap { background: var(--ink); padding: 10px 0; overflow: hidden; border-bottom: 1px solid rgba(255,255,255,.06); }
.ticker-inner { display: flex; gap: 0; white-space: nowrap; animation: ticker 40s linear infinite; }
.ticker-inner:hover { animation-play-state: paused; }
.ticker-item { display: inline-flex; align-items: center; gap: 8px; font-size: .72rem; color: #4A6680; padding: 0 36px; }
.ticker-item span { color: var(--green); font-weight: 600; }
@keyframes ticker { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* ── HERO ── */
.hero { background: var(--ink); padding: 100px 0 72px; position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.02) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.02) 1px, transparent 1px); background-size: 48px 48px; }
.hero-glow { position: absolute; width: 600px; height: 600px; border-radius: 50%; background: radial-gradient(circle, rgba(0,181,116,.11) 0%, transparent 65%); right: -150px; top: -150px; pointer-events: none; }
.hero-glow2 { position: absolute; width: 350px; height: 350px; border-radius: 50%; background: radial-gradient(circle, rgba(0,181,116,.07) 0%, transparent 65%); left: 5%; bottom: -80px; pointer-events: none; }
.hero-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 420px; gap: 60px; align-items: center; }
.hero-ol { display: inline-flex; align-items: center; gap: 9px; font-size: .7rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; color: var(--green); margin-bottom: 16px; }
.hero-ol::before { content: ''; width: 22px; height: 1.5px; background: var(--green); display: block; }
.hero h1 { font-family: 'Cormorant Garamond', serif; font-size: clamp(2.4rem, 4.5vw, 3.8rem); font-weight: 700; color: #fff; line-height: 1.08; letter-spacing: -.025em; margin-bottom: 18px; }
.hero h1 em { font-style: italic; color: var(--green); }
.hero-p { color: #4A6680; font-size: .93rem; line-height: 1.78; margin-bottom: 32px; max-width: 500px; }
.hero-search { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); border-radius: var(--r-lg); padding: 18px; display: flex; flex-direction: column; gap: 10px; }
.hero-search-row { display: flex; gap: 10px; }
.hero-search input, .hero-search select { flex: 1; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); border-radius: var(--r-sm); padding: 12px 16px; font-family: inherit; font-size: .85rem; color: #fff; outline: none; transition: border-color .2s; -webkit-appearance: none; min-width: 0; }
.hero-search input::placeholder { color: #3A5568; }
.hero-search select { color: #7A9BBE; cursor: pointer; }
.hero-search select option { background: #1C3050; color: #fff; }
.hero-search input:focus, .hero-search select:focus { border-color: rgba(0,181,116,.4); }
.hero-search-btn { width: 100%; background: var(--green); color: #fff; border: none; border-radius: var(--r-sm); padding: 13px; font-family: inherit; font-size: .9rem; font-weight: 700; cursor: pointer; transition: all .2s; }
.hero-search-btn:hover { background: var(--green-dim); }
.hero-tags { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 4px; }
.hero-tag { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); border-radius: 100px; padding: 4px 12px; font-size: .72rem; color: #4A6680; cursor: pointer; transition: all .2s; text-decoration: none; }
.hero-tag:hover { border-color: var(--green); color: var(--green); }

/* Hero right card */
.hero-card { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); border-radius: var(--r-xl); padding: 28px; }
.hero-card-title { font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: #4A6680; margin-bottom: 16px; display: flex; align-items: center; gap: 8px; }
.hero-card-title::before { content: ''; width: 8px; height: 8px; border-radius: 50%; background: var(--green); display: block; animation: pulse 2s infinite; }
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: .3; } }
.mini-provider { display: flex; align-items: center; gap: 12px; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.06); }
.mini-provider:last-of-type { border-bottom: none; }
.mini-avatar { width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; flex-shrink: 0; }
.mini-info { flex: 1; min-width: 0; }
.mini-name { font-size: .82rem; font-weight: 700; color: #CBD9E8; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.mini-role { font-size: .7rem; color: #3A5568; margin-top: 1px; }
.mini-badge { font-size: .65rem; font-weight: 700; padding: 3px 8px; border-radius: 4px; white-space: nowrap; }
.badge-green { background: rgba(0,181,116,.15); color: var(--green); }
.badge-gold { background: rgba(201,168,76,.15); color: var(--gold); }
.hero-card-stat { display: flex; gap: 16px; margin-top: 20px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.06); }
.hcs { flex: 1; text-align: center; }
.hcs-n { font-family: 'Cormorant Garamond', serif; font-size: 1.6rem; font-weight: 700; color: #fff; line-height: 1; }
.hcs-l { font-size: .65rem; color: #3A5568; margin-top: 3px; }
.hero-stats-row { display: flex; gap: 32px; margin-top: 32px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.07); flex-wrap: wrap; }
.hero-stat-n { font-family: 'Cormorant Garamond', serif; font-size: 1.8rem; font-weight: 700; color: #fff; line-height: 1; }
.hero-stat-l { font-size: .72rem; color: #3A5568; margin-top: 2px; }
@media(max-width:960px){ .hero-inner { grid-template-columns: 1fr; } .hero-card { display: none; } }

/* ── STATS BAND ── */
.stats-band { background: var(--green); padding: 0; }
.stats-band-inner { display: flex; align-items: stretch; flex-wrap: wrap; }
.stat-item { flex: 1; min-width: 160px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 28px 20px; border-right: 1px solid rgba(255,255,255,.15); }
.stat-item:last-child { border-right: none; }
.stat-item-n { font-family: 'Cormorant Garamond', serif; font-size: 2rem; font-weight: 700; color: #fff; line-height: 1; }
.stat-item-l { font-size: .75rem; font-weight: 600; color: rgba(255,255,255,.75); margin-top: 4px; letter-spacing: .04em; text-transform: uppercase; }
@media(max-width:600px){ .stat-item { min-width: 50%; border-right: none; border-bottom: 1px solid rgba(255,255,255,.15); } .stat-item:last-child, .stat-item:nth-last-child(-n+2):nth-child(odd) { border-bottom: none; } }

/* ── TRUST STRIP ── */
.trust-strip { background: var(--bg); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 28px 0; }
.trust-items { display: flex; align-items: center; justify-content: center; gap: 48px; flex-wrap: wrap; }
.trust-item { display: flex; align-items: center; gap: 10px; }
.trust-ico { font-size: 1.3rem; }
.trust-text { font-size: .8rem; font-weight: 600; color: var(--slate); }
.trust-text span { color: var(--green); }

/* ── HOW IT WORKS ── */
.how-sec { padding: 80px 0; background: var(--white); }
.sec-label { display: inline-flex; align-items: center; gap: 9px; font-size: .7rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; color: var(--green); margin-bottom: 14px; }
.sec-label::before { content: ''; width: 22px; height: 1.5px; background: var(--green); display: block; }
.ol { display: inline-flex; align-items: center; gap: 9px; font-size: .7rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; color: var(--green); margin-bottom: 14px; }
.ol::before { content: ''; width: 22px; height: 1.5px; background: var(--green); display: block; }
.sec-h { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.8rem, 3vw, 2.6rem); font-weight: 700; color: var(--ink); letter-spacing: -.02em; margin-bottom: 8px; }
.sec-d { color: var(--muted); font-size: .93rem; max-width: 520px; line-height: 1.7; margin-bottom: 52px; }
.how-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.how-step { background: var(--bg); border: 1.5px solid var(--border); border-radius: var(--r-lg); padding: 28px 24px; position: relative; transition: all .25s; }
.how-step:hover { border-color: transparent; box-shadow: var(--shadow-md); transform: translateY(-4px); }
.how-num { font-family: 'Cormorant Garamond', serif; font-size: 3.5rem; font-weight: 700; color: var(--border); line-height: 1; margin-bottom: 12px; }
.how-step:hover .how-num { color: rgba(0,181,116,.15); }
.how-ico { font-size: 1.6rem; margin-bottom: 12px; }
.how-step h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.15rem; font-weight: 700; color: var(--ink); margin-bottom: 8px; }
.how-step p { font-size: .8rem; color: var(--muted); line-height: 1.7; }
.how-arrow { position: absolute; right: -14px; top: 50%; transform: translateY(-50%); color: var(--border); font-size: 1.2rem; z-index: 1; }
.how-step:last-child .how-arrow { display: none; }
@media(max-width:860px){ .how-grid { grid-template-columns: 1fr 1fr; } .how-arrow { display: none; } }
@media(max-width:540px){ .how-grid { grid-template-columns: 1fr; } }

/* ── CATEGORIES ── */
.cats-sec { padding: 80px 0; background: var(--bg); }
.cats-tabs { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 32px; }
.cat-tab { padding: 8px 18px; border-radius: 100px; border: 1.5px solid var(--border); background: var(--white); font-family: inherit; font-size: .8rem; font-weight: 600; color: var(--slate); cursor: pointer; transition: all .2s; }
.cat-tab:hover, .cat-tab.active { background: var(--ink); border-color: var(--ink); color: #fff; }
.cats-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 12px; }
.cat-card { background: var(--white); border: 1.5px solid var(--border); border-radius: var(--r-md); padding: 20px 16px; text-align: center; cursor: pointer; transition: all .25s; text-decoration: none; display: block; position: relative; overflow: hidden; }
.cat-card::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background: var(--green); transform: scaleX(0); transition: transform .3s; }
.cat-card:hover { border-color: transparent; transform: translateY(-3px); box-shadow: var(--shadow-sm); }
.cat-card:hover::after { transform: scaleX(1); }
.cat-ico { font-size: 1.8rem; margin-bottom: 10px; }
.cat-name { font-size: .8rem; font-weight: 700; color: var(--ink); margin-bottom: 3px; }
.cat-count { font-size: .7rem; color: var(--muted); }
.cat-section-label { font-size: .75rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--slate); margin: 32px 0 14px; display: flex; align-items: center; gap: 8px; }
.cat-section-label::after { content: ''; flex: 1; height: 1px; background: var(--border); }

/* ── FEATURED PROVIDERS ── */
.featured-sec { padding: 80px 0; background: var(--white); }
.provider-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.provider-card { background: var(--white); border: 1.5px solid var(--border); border-radius: var(--r-lg); padding: 24px; transition: all .25s; position: relative; overflow: hidden; }
.provider-card:hover { border-color: transparent; transform: translateY(-4px); box-shadow: var(--shadow-md); }
.provider-top { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 16px; }
.provider-av { width: 52px; height: 52px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.4rem; flex-shrink: 0; }
.av-a { background: rgba(0,181,116,.12); }
.av-b { background: rgba(255,193,7,.12); }
.av-c { background: rgba(233,30,99,.12); }
.av-d { background: rgba(33,150,243,.12); }
.av-e { background: rgba(255,152,0,.12); }
.av-f { background: rgba(158,158,158,.12); }
.provider-info { flex: 1; min-width: 0; }
.provider-name { font-weight: 700; font-size: .9rem; color: var(--ink); }
.provider-role { font-size: .75rem; color: var(--muted); margin-top: 2px; }
.provider-rating { display: flex; align-items: center; gap: 5px; margin-top: 4px; }
.provider-stars { color: var(--gold); font-size: .8rem; letter-spacing: 1px; }
.provider-badge { font-size: .65rem; font-weight: 700; padding: 3px 9px; border-radius: 4px; white-space: nowrap; flex-shrink: 0; }
.provider-badge.top { background: rgba(201,168,76,.12); color: var(--gold); }
.provider-badge:not(.top) { background: var(--green-pale); color: var(--green); }
.provider-tags { display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 16px; }
.provider-tag { font-size: .68rem; font-weight: 600; padding: 3px 9px; border-radius: 4px; background: var(--bg); color: var(--slate); border: 1px solid var(--border); }
.provider-meta { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.provider-meta-l { font-size: .72rem; color: var(--muted); display: flex; align-items: center; gap: 4px; }
.provider-btn { background: var(--ink); color: #fff; border: none; border-radius: var(--r-sm); padding: 9px 18px; font-family: inherit; font-size: .8rem; font-weight: 700; cursor: pointer; transition: all .2s; white-space: nowrap; }
.provider-btn:hover { background: var(--green); }
@media(max-width:860px){ .provider-grid { grid-template-columns: 1fr 1fr; } }
@media(max-width:540px){ .provider-grid { grid-template-columns: 1fr; } }

/* ── SPOTLIGHT ── */
.spotlight-sec { background: var(--ink); padding: 80px 0; position: relative; overflow: hidden; }
.spotlight-glow { position: absolute; width: 500px; height: 500px; border-radius: 50%; background: radial-gradient(circle, rgba(0,181,116,.12) 0%, transparent 65%); right: -100px; top: -100px; pointer-events: none; }
.spotlight-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 360px; gap: 60px; align-items: center; }
.spotlight-label { display: inline-flex; align-items: center; gap: 9px; font-size: .7rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; }
.spotlight-label::before { content: ''; width: 22px; height: 1.5px; background: var(--gold); display: block; }
.spotlight-stats { display: flex; gap: 32px; margin-top: 28px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.07); flex-wrap: wrap; }
.spotlight-stat-n { font-family: 'Cormorant Garamond', serif; font-size: 1.8rem; font-weight: 700; color: #fff; line-height: 1; }
.spotlight-stat-l { font-size: .72rem; color: #3A5568; margin-top: 2px; }
.spotlight-card { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.1); border-radius: var(--r-xl); padding: 32px; text-align: center; }
.spotlight-av { width: 80px; height: 80px; border-radius: 50%; background: rgba(0,181,116,.15); display: flex; align-items: center; justify-content: center; font-size: 2rem; margin: 0 auto 14px; position: relative; }
.spotlight-av-ring { position: absolute; inset: -4px; border-radius: 50%; border: 2px solid var(--green); opacity: .4; }
.spotlight-card-name { font-weight: 700; font-size: 1.1rem; color: #fff; margin-bottom: 4px; }
.spotlight-card-role { font-size: .78rem; color: #4A6680; margin-bottom: 12px; }
.spotlight-card-stars { color: var(--gold); font-size: 1rem; letter-spacing: 2px; margin-bottom: 14px; }
.spotlight-card-quote { font-family: 'Cormorant Garamond', serif; font-size: .95rem; font-style: italic; color: #7A9BBE; line-height: 1.7; margin-bottom: 16px; }
.spotlight-card-tags { display: flex; gap: 6px; flex-wrap: wrap; justify-content: center; margin-bottom: 20px; }
.spotlight-card-tag { font-size: .68rem; font-weight: 600; padding: 3px 10px; border-radius: 4px; background: rgba(255,255,255,.07); color: #4A6680; border: 1px solid rgba(255,255,255,.1); }
.spotlight-card-btn { width: 100%; background: var(--green); color: #fff; border: none; border-radius: var(--r-sm); padding: 12px; font-family: inherit; font-size: .85rem; font-weight: 700; cursor: pointer; transition: all .2s; }
.spotlight-card-btn:hover { background: var(--green-dim); }
@media(max-width:860px){ .spotlight-inner { grid-template-columns: 1fr; } }

/* ── POST A TASK ── */
.task-sec { padding: 80px 0; background: var(--bg); }
.task-inner { display: grid; grid-template-columns: 1fr 480px; gap: 60px; align-items: start; }
.task-perks { display: flex; flex-direction: column; gap: 12px; }
.task-perk { display: flex; align-items: center; gap: 12px; font-size: .85rem; font-weight: 600; color: var(--slate); }
.task-perk-ico { width: 36px; height: 36px; border-radius: 10px; background: var(--green-pale); display: flex; align-items: center; justify-content: center; font-size: 1rem; flex-shrink: 0; }
.task-form { background: var(--white); border: 1.5px solid var(--border); border-radius: var(--r-xl); padding: 36px; box-shadow: var(--shadow-md); }
.task-form h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; font-weight: 700; color: var(--ink); margin-bottom: 20px; }
.task-field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 14px; }
.task-label { font-size: .73rem; font-weight: 700; color: var(--slate); letter-spacing: .04em; text-transform: uppercase; }
.task-select, .task-input, .task-textarea { background: var(--bg); border: 1.5px solid var(--border); border-radius: var(--r-sm); padding: 11px 14px; font-family: inherit; font-size: .85rem; color: var(--ink); outline: none; transition: border-color .2s; -webkit-appearance: none; width: 100%; }
.task-select:focus, .task-input:focus, .task-textarea:focus { border-color: var(--green); background: var(--white); }
.task-textarea { resize: vertical; min-height: 90px; }
.task-submit { width: 100%; background: var(--ink); color: #fff; border: none; border-radius: var(--r-sm); padding: 14px; font-family: inherit; font-size: .9rem; font-weight: 700; cursor: pointer; transition: all .2s; margin-top: 4px; }
.task-submit:hover { background: var(--green); }
@media(max-width:860px){ .task-inner { grid-template-columns: 1fr; } }

/* ── PROVIDER RECRUITMENT ── */
.recruit-sec { padding: 80px 0; background: var(--white); }
.recruit-inner { display: grid; grid-template-columns: 1fr 420px; gap: 60px; align-items: center; }
.recruit-benefits { display: flex; flex-direction: column; gap: 16px; margin-bottom: 28px; }
.recruit-benefit { display: flex; align-items: center; gap: 14px; }
.recruit-benefit-ico { width: 44px; height: 44px; border-radius: 12px; background: var(--green-pale); display: flex; align-items: center; justify-content: center; font-size: 1.2rem; flex-shrink: 0; }
.recruit-benefit-t { font-weight: 700; font-size: .88rem; color: var(--ink); }
.recruit-benefit-s { font-size: .78rem; color: var(--muted); margin-top: 2px; }
.recruit-btns { display: flex; gap: 12px; flex-wrap: wrap; }
.btn-grn { background: var(--green); color: #fff; border: none; border-radius: var(--r-sm); padding: 13px 24px; font-family: inherit; font-size: .88rem; font-weight: 700; cursor: pointer; transition: all .2s; }
.btn-grn:hover { background: var(--green-dim); }
.btn-out { background: transparent; color: var(--slate); border: 1.5px solid var(--border); border-radius: var(--r-sm); padding: 13px 24px; font-family: inherit; font-size: .88rem; font-weight: 700; cursor: pointer; transition: all .2s; }
.btn-out:hover { border-color: var(--green); color: var(--green); }
.recruit-visual { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.recruit-mini-card { background: var(--bg); border: 1.5px solid var(--border); border-radius: var(--r-md); padding: 20px; transition: all .22s; }
.recruit-mini-card:hover { border-color: var(--green); box-shadow: var(--shadow-sm); }
.recruit-mini-ico { font-size: 1.6rem; margin-bottom: 8px; }
.recruit-mini-t { font-weight: 700; font-size: .85rem; color: var(--ink); }
.recruit-mini-s { font-size: .72rem; color: var(--muted); margin-top: 3px; }
@media(max-width:860px){ .recruit-inner { grid-template-columns: 1fr; } .recruit-visual { grid-template-columns: 1fr 1fr; } }
@media(max-width:480px){ .recruit-visual { grid-template-columns: 1fr; } }

/* ── VERIFY ── */
.verify-sec { padding: 80px 0; background: var(--bg); }
.verify-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.verify-steps { display: flex; flex-direction: column; gap: 20px; }
.verify-step { display: flex; gap: 16px; align-items: flex-start; }
.verify-step-num { width: 36px; height: 36px; border-radius: 50%; background: var(--green); color: #fff; font-weight: 700; font-size: .85rem; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 2px; }
.verify-step-t { font-weight: 700; font-size: .9rem; color: var(--ink); margin-bottom: 4px; }
.verify-step-s { font-size: .8rem; color: var(--muted); line-height: 1.65; }
.verify-badges { display: flex; flex-direction: column; gap: 14px; }
.verify-badge-card { background: var(--white); border: 1.5px solid var(--border); border-radius: var(--r-lg); padding: 22px 20px; display: flex; gap: 16px; align-items: flex-start; transition: all .22s; }
.verify-badge-card:hover { border-color: var(--green); box-shadow: var(--shadow-sm); }
.verify-badge-ico { font-size: 1.5rem; flex-shrink: 0; }
.verify-badge-t { font-weight: 700; font-size: .88rem; color: var(--ink); margin-bottom: 4px; }
.verify-badge-s { font-size: .78rem; color: var(--muted); line-height: 1.6; }
.verify-shield { background: var(--green-pale); border: 1.5px solid rgba(0,181,116,.2); border-radius: var(--r-md); padding: 16px 18px; display: flex; gap: 12px; align-items: center; font-size: .82rem; color: var(--green-dim); font-weight: 600; line-height: 1.55; }
@media(max-width:860px){ .verify-grid { grid-template-columns: 1fr; } }

/* ── DASHBOARD ── */
.dash-sec { background: var(--ink); padding: 80px 0; position: relative; overflow: hidden; }
.dash-glow { position: absolute; width: 400px; height: 400px; border-radius: 50%; background: radial-gradient(circle, rgba(0,181,116,.1) 0%, transparent 65%); left: -80px; bottom: -80px; pointer-events: none; }
.dash-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 460px; gap: 60px; align-items: center; }
.dash-text h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.8rem, 3vw, 2.6rem); font-weight: 700; color: #fff; letter-spacing: -.02em; margin-bottom: 14px; }
.dash-text h2 em { font-style: italic; color: var(--green); }
.dash-text p { color: #4A6680; font-size: .9rem; line-height: 1.75; margin-bottom: 28px; }
.dash-features { display: flex; flex-direction: column; gap: 12px; margin-bottom: 28px; }
.dash-feature { display: flex; align-items: center; gap: 12px; font-size: .85rem; color: #7A9BBE; }
.dash-feature-ico { width: 36px; height: 36px; border-radius: 10px; background: rgba(0,181,116,.12); display: flex; align-items: center; justify-content: center; font-size: 1rem; flex-shrink: 0; }
.dash-feature strong { color: #CBD9E8; }
.dash-cta-btns { display: flex; gap: 12px; flex-wrap: wrap; }
.dash-mockup { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.1); border-radius: var(--r-xl); padding: 24px; }
.dash-mockup-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.dash-mockup-title { font-weight: 700; font-size: .88rem; color: #CBD9E8; }
.dash-mockup-date { font-size: .72rem; color: #3A5568; }
.dash-stat-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 20px; }
.dash-stat-box { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.08); border-radius: var(--r-md); padding: 14px; text-align: center; }
.dash-stat-box.green { background: rgba(0,181,116,.12); border-color: rgba(0,181,116,.2); }
.dash-stat-box-n { font-family: 'Cormorant Garamond', serif; font-size: 1.4rem; font-weight: 700; color: #fff; line-height: 1; }
.dash-stat-box.green .dash-stat-box-n { color: var(--green); }
.dash-stat-box-l { font-size: .65rem; color: #3A5568; margin-top: 3px; }
.dash-booking-list { display: flex; flex-direction: column; gap: 8px; margin-bottom: 18px; }
.dash-booking { display: flex; align-items: center; gap: 10px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.07); border-radius: var(--r-sm); padding: 12px; }
.dash-booking-ico { font-size: 1.1rem; flex-shrink: 0; }
.dash-booking-info { flex: 1; min-width: 0; }
.dash-booking-name { font-size: .78rem; font-weight: 700; color: #CBD9E8; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.dash-booking-time { font-size: .68rem; color: #3A5568; margin-top: 2px; }
.dash-booking-status { font-size: .65rem; font-weight: 700; padding: 3px 9px; border-radius: 4px; white-space: nowrap; }
.dash-booking-status.confirmed { background: rgba(0,181,116,.15); color: var(--green); }
.dash-booking-status.pending { background: rgba(201,168,76,.15); color: var(--gold); }
.dash-earning-bar { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.07); border-radius: var(--r-sm); padding: 14px; }
.dash-earning-label { display: flex; justify-content: space-between; font-size: .72rem; color: #4A6680; margin-bottom: 10px; font-weight: 600; }
.dash-bar-track { background: rgba(255,255,255,.07); border-radius: 100px; height: 8px; overflow: hidden; }
.dash-bar-fill { background: var(--green); height: 100%; width: 73%; border-radius: 100px; }
@media(max-width:960px){ .dash-inner { grid-template-columns: 1fr; } }

/* ── WHY ── */
.why-sec { padding: 80px 0; background: var(--white); }
.why-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.why-card { background: var(--bg); border: 1.5px solid var(--border); border-radius: var(--r-lg); padding: 32px 28px; display: flex; gap: 20px; align-items: flex-start; transition: all .25s; }
.why-card:hover { border-color: transparent; box-shadow: var(--shadow-md); transform: translateY(-3px); }
.why-ico { width: 52px; height: 52px; border-radius: 14px; background: var(--green-pale); display: flex; align-items: center; justify-content: center; font-size: 1.4rem; flex-shrink: 0; }
.why-text h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.2rem; font-weight: 700; color: var(--ink); margin-bottom: 8px; }
.why-text p { font-size: .82rem; color: var(--muted); line-height: 1.7; }
@media(max-width:700px){ .why-grid { grid-template-columns: 1fr; } }

/* ── PRICING ── */
.pricing-sec { padding: 80px 0; background: var(--bg); }
.pricing-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; align-items: start; }
.price-card { background: var(--white); border: 1.5px solid var(--border); border-radius: var(--r-lg); padding: 28px 24px; position: relative; transition: all .25s; }
.price-card:hover { box-shadow: var(--shadow-md); transform: translateY(-4px); }
.price-card.recommended { background: var(--ink); border-color: transparent; box-shadow: var(--shadow-lg); }
.rec-badge { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: var(--gold); color: #fff; font-size: .68rem; font-weight: 700; padding: 4px 12px; border-radius: 100px; white-space: nowrap; }
.price-name { font-size: .75rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin-bottom: 10px; }
.price-card.recommended .price-name { color: #4A6680; }
.price-amount { font-family: 'Cormorant Garamond', serif; font-size: 2.6rem; font-weight: 700; color: var(--ink); line-height: 1; }
.price-card.recommended .price-amount { color: #fff; }
.price-period { font-size: .75rem; color: var(--muted); margin-bottom: 22px; margin-top: 2px; }
.price-features { list-style: none; display: flex; flex-direction: column; gap: 9px; margin-bottom: 24px; }
.price-features li { font-size: .8rem; color: var(--slate); display: flex; align-items: center; gap: 8px; }
.price-card.recommended .price-features li { color: #7A9BBE; }
.price-features li::before { content: '✓'; color: var(--green); font-weight: 700; font-size: .75rem; flex-shrink: 0; }
.price-features li.off { color: var(--light); }
.price-features li.off::before { content: '–'; color: var(--border); }
.price-card.recommended .price-features li.off { color: #2A3F56; }
.price-btn { width: 100%; border: none; border-radius: var(--r-sm); padding: 12px; font-family: inherit; font-size: .85rem; font-weight: 700; cursor: pointer; transition: all .2s; }
.price-btn-outline { background: transparent; border: 1.5px solid var(--border); color: var(--slate); }
.price-btn-outline:hover { border-color: var(--green); color: var(--green); }
.price-btn-green { background: var(--green); color: #fff; }
.price-btn-green:hover { background: var(--green-dim); }
@media(max-width:960px){ .pricing-grid { grid-template-columns: 1fr 1fr; } }
@media(max-width:540px){ .pricing-grid { grid-template-columns: 1fr; } }

/* ── REGIONS ── */
.regions-sec { padding: 80px 0; background: var(--bg); }
.regions-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 12px; }
.region-card { background: var(--white); border: 1.5px solid var(--border); border-radius: var(--r-md); padding: 18px 20px; display: flex; align-items: center; gap: 12px; cursor: pointer; transition: all .22s; text-decoration: none; }
.region-card:hover { border-color: var(--green); transform: translateY(-2px); box-shadow: var(--shadow-sm); }
.region-ico { font-size: 1.3rem; }
.region-name { font-weight: 700; font-size: .85rem; color: var(--ink); }
.region-count { font-size: .7rem; color: var(--muted); margin-top: 2px; }

/* ── FAQ ── */
.faq-sec { padding: 80px 0; background: var(--white); }
.faq-grid { display: grid; grid-template-columns: 360px 1fr; gap: 60px; align-items: start; }
.faq-left p { font-size: .88rem; color: var(--muted); line-height: 1.75; margin-bottom: 32px; }
.faq-contact { background: var(--bg); border: 1.5px solid var(--border); border-radius: var(--r-lg); padding: 24px; }
.faq-contact-t { font-weight: 700; font-size: .9rem; color: var(--ink); margin-bottom: 6px; }
.faq-contact-s { font-size: .78rem; color: var(--muted); line-height: 1.6; margin-bottom: 16px; }
.faq-contact-btns { display: flex; gap: 10px; flex-wrap: wrap; }
.faq-wa, .faq-email { border: none; border-radius: var(--r-sm); padding: 10px 18px; font-family: inherit; font-size: .8rem; font-weight: 700; cursor: pointer; transition: all .2s; }
.faq-wa { background: #25D366; color: #fff; }
.faq-wa:hover { background: #1db954; }
.faq-email { background: var(--ink); color: #fff; }
.faq-email:hover { background: var(--green); }
.faq-items { display: flex; flex-direction: column; gap: 0; }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-q { display: flex; align-items: center; justify-content: space-between; padding: 18px 4px; font-size: .88rem; font-weight: 700; color: var(--ink); cursor: pointer; gap: 12px; user-select: none; }
.faq-arrow { color: var(--muted); font-size: .75rem; transition: transform .25s; flex-shrink: 0; }
.faq-item.open .faq-arrow { transform: rotate(180deg); color: var(--green); }
.faq-a { display: none; font-size: .82rem; color: var(--muted); line-height: 1.75; padding: 0 4px 18px; }
.faq-item.open .faq-a { display: block; }
.faq-item.open .faq-q { color: var(--green); }
@media(max-width:860px){ .faq-grid { grid-template-columns: 1fr; } }

/* ── TESTIMONIALS ── */
.testi-sec { padding: 80px 0; background: var(--white); }
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.testi-c { background: var(--white); border: 1.5px solid var(--border); border-radius: var(--r-lg); padding: 28px; display: flex; flex-direction: column; gap: 16px; transition: all .25s; }
.testi-c:hover { border-color: transparent; transform: translateY(-4px); box-shadow: var(--shadow-md); }
.testi-c.featured { background: var(--ink); border-color: transparent; box-shadow: var(--shadow-lg); }
.testi-stars { display: flex; gap: 3px; }
.star-g { color: var(--gold); font-size: .9rem; }
.testi-c.featured .star-g { color: #F5CA5A; }
.testi-quote { font-family: 'Cormorant Garamond', serif; font-size: 1.08rem; font-weight: 500; color: var(--ink); line-height: 1.65; flex: 1; font-style: italic; }
.testi-c.featured .testi-quote { color: #CBD9E8; }
.testi-person { display: flex; align-items: center; gap: 12px; }
.testi-avatar { width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1rem; background: var(--green-pale); flex-shrink: 0; }
.testi-c.featured .testi-avatar { background: rgba(255,255,255,.1); }
.testi-name { font-weight: 700; font-size: .85rem; color: var(--ink); }
.testi-c.featured .testi-name { color: #fff; }
.testi-role { font-size: .7rem; color: var(--muted); margin-top: 2px; }
@media(max-width:860px){ .testi-grid { grid-template-columns: 1fr 1fr; } }
@media(max-width:540px){ .testi-grid { grid-template-columns: 1fr; } }

/* ── POST A TASK (old) ── */
.post-sec { padding: 80px 0; background: var(--bg); }
.post-inner { display: grid; grid-template-columns: 1fr 440px; gap: 60px; align-items: start; }
.post-form-wrap { background: var(--white); border: 1.5px solid var(--border); border-radius: var(--r-xl); padding: 36px; box-shadow: var(--shadow-md); }
.post-form-wrap h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.6rem; font-weight: 700; color: var(--ink); margin-bottom: 6px; }
.post-form-wrap p { font-size: .82rem; color: var(--muted); margin-bottom: 24px; }
.form-row { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
.form-row label { font-size: .75rem; font-weight: 700; color: var(--slate); letter-spacing: .03em; }
.form-row input, .form-row select, .form-row textarea { background: var(--bg); border: 1.5px solid var(--border); border-radius: var(--r-sm); padding: 12px 14px; font-family: inherit; font-size: .85rem; color: var(--ink); outline: none; transition: border-color .2s; -webkit-appearance: none; width: 100%; }
.form-row input:focus, .form-row select:focus, .form-row textarea:focus { border-color: var(--green); background: var(--white); }
.form-row textarea { resize: vertical; min-height: 90px; }
.form-2col { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.form-submit { width: 100%; background: var(--ink); color: #fff; border: none; border-radius: var(--r-sm); padding: 14px; font-family: inherit; font-size: .9rem; font-weight: 700; cursor: pointer; transition: all .2s; margin-top: 8px; }
.form-submit:hover { background: var(--green); }
.post-info { padding-top: 8px; }
.post-info-list { list-style: none; display: flex; flex-direction: column; gap: 20px; margin-top: 32px; }
.post-info-item { display: flex; gap: 16px; align-items: flex-start; }
.pii-ico { width: 44px; height: 44px; border-radius: 12px; background: var(--green-pale); display: flex; align-items: center; justify-content: center; font-size: 1.2rem; flex-shrink: 0; }
.pii-text h4 { font-family: 'Cormorant Garamond', serif; font-size: 1rem; font-weight: 700; color: var(--ink); margin-bottom: 4px; }
.pii-text p { font-size: .8rem; color: var(--muted); line-height: 1.65; }
@media(max-width:860px){ .post-inner { grid-template-columns: 1fr; } }

/* ── CTA BAND ── */
.cta-band { background: var(--green); padding: 72px 0; position: relative; overflow: hidden; }
.cta-band::before { content: ''; position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,.07) 1px, transparent 1px); background-size: 24px 24px; }
.cta-inner { position: relative; z-index: 1; text-align: center; }
.cta-inner h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(2rem, 3.5vw, 3rem); font-weight: 700; color: #fff; margin-bottom: 12px; letter-spacing: -.02em; }
.cta-inner p { color: rgba(255,255,255,.75); font-size: .93rem; margin-bottom: 36px; }
.cta-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.btn-white { background: #fff; color: var(--green); border: none; border-radius: var(--r-sm); padding: 14px 32px; font-family: inherit; font-size: .9rem; font-weight: 700; cursor: pointer; transition: all .2s; text-decoration: none; display: inline-block; }
.btn-white:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,.15); }
.btn-outline-white { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,.4); border-radius: var(--r-sm); padding: 14px 32px; font-family: inherit; font-size: .9rem; font-weight: 700; cursor: pointer; transition: all .2s; text-decoration: none; display: inline-block; }
.btn-outline-white:hover { border-color: #fff; background: rgba(255,255,255,.1); }

/* ── FOOTER ── */
footer { background: var(--ink); padding: 64px 0 0; border-top: 1px solid rgba(255,255,255,.06); }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 48px; }
.footer-brand p { color: #3A5568; font-size: .82rem; line-height: 1.7; margin: 14px 0 20px; }
.footer-socials { display: flex; gap: 9px; }
.soc { width: 34px; height: 34px; border-radius: 8px; border: 1px solid rgba(255,255,255,.1); display: flex; align-items: center; justify-content: center; font-size: .8rem; cursor: pointer; transition: all .2s; text-decoration: none; color: #4A6680; font-weight: 700; }
.soc:hover { background: var(--green); border-color: var(--green); color: #fff; }
.footer-col h4 { font-size: .75rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: #fff; margin-bottom: 18px; }
.footer-col a { display: block; font-size: .82rem; color: #3A5568; text-decoration: none; margin-bottom: 10px; transition: color .2s; }
.footer-col a:hover { color: var(--green); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.06); padding: 20px 0; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
.footer-bottom p { font-size: .75rem; color: #2A3F56; }
.footer-bottom span { color: var(--green); }
@media(max-width:860px){ .footer-grid { grid-template-columns: 1fr 1fr; } }
@media(max-width:540px){ .footer-grid { grid-template-columns: 1fr; } }

/* ── WHATSAPP ── */
.wa-btn { position: fixed; bottom: 28px; right: 28px; z-index: 999; display: flex; align-items: center; gap: 10px; background: #25D366; color: #fff; border-radius: 100px; padding: 14px 22px 14px 16px; text-decoration: none; font-weight: 700; font-size: .85rem; box-shadow: 0 8px 32px rgba(37,211,102,.4); transition: all .25s; }
.wa-btn:hover { transform: translateY(-3px); box-shadow: 0 12px 40px rgba(37,211,102,.5); }
.wa-ico { width: 30px; height: 30px; flex-shrink: 0; }
.wa-label { display: flex; flex-direction: column; }
.wa-sub { font-size: .68rem; font-weight: 400; opacity: .85; }
@media(max-width:500px){ .wa-btn { bottom: 16px; right: 16px; padding: 12px 16px; border-radius: 50%; } .wa-label { display: none; } }

/* ── BACK TO TOP ── */
.btt { position: fixed; bottom: 100px; right: 28px; z-index: 998; width: 40px; height: 40px; border-radius: 10px; background: var(--ink); border: 1px solid rgba(255,255,255,.1); color: #fff; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: all .25s; opacity: 0; pointer-events: none; font-size: .9rem; text-decoration: none; }
.btt.visible { opacity: 1; pointer-events: all; }
.btt:hover { background: var(--green); border-color: var(--green); transform: translateY(-3px); }
@media(max-width:500px){ .btt { right: 16px; } }

/* ── PROVIDERS (legacy selectors kept) ── */
.providers-sec { padding: 80px 0; background: var(--white); }
.providers-header { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 32px; flex-wrap: wrap; gap: 16px; }
.view-all-link { font-size: .82rem; font-weight: 700; color: var(--green); text-decoration: none; display: flex; align-items: center; gap: 6px; }
.view-all-link:hover { gap: 10px; }
.providers-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.provider-card { background: var(--white); border: 1.5px solid var(--border); border-radius: var(--r-lg); padding: 24px; transition: all .25s; position: relative; overflow: hidden; }
.provider-card:hover { border-color: transparent; transform: translateY(-4px); box-shadow: var(--shadow-md); }
.provider-card.featured { background: var(--ink); border-color: transparent; box-shadow: var(--shadow-lg); }
.provider-top { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 16px; }
.provider-avatar { width: 52px; height: 52px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.4rem; background: var(--bg); flex-shrink: 0; }
.provider-card.featured .provider-avatar { background: rgba(255,255,255,.1); }
.provider-info { flex: 1; min-width: 0; }
.provider-name { font-weight: 700; font-size: .9rem; color: var(--ink); }
.provider-card.featured .provider-name { color: #fff; }
.provider-role { font-size: .75rem; color: var(--muted); margin-top: 2px; }
.provider-card.featured .provider-role { color: #4A6680; }
.provider-verified { display: inline-flex; align-items: center; gap: 4px; font-size: .65rem; font-weight: 700; color: var(--green); background: var(--green-pale); padding: 3px 8px; border-radius: 4px; margin-top: 5px; }
.provider-stars { display: flex; gap: 2px; margin-bottom: 10px; }
.star { color: var(--gold); font-size: .85rem; }
.provider-card.featured .star { color: #F5CA5A; }
.provider-rate { font-family: 'Cormorant Garamond', serif; font-size: 1.1rem; font-weight: 700; color: var(--ink); margin-bottom: 12px; }
.provider-card.featured .provider-rate { color: #CBD9E8; }
.provider-tags { display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 16px; }
.p-tag { font-size: .68rem; font-weight: 600; padding: 3px 9px; border-radius: 4px; background: var(--bg); color: var(--slate); border: 1px solid var(--border); }
.provider-card.featured .p-tag { background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.1); color: #4A6680; }
.provider-btn { width: 100%; border: none; border-radius: var(--r-sm); padding: 11px; font-family: inherit; font-size: .82rem; font-weight: 700; cursor: pointer; transition: all .2s; }
.provider-btn-outline { background: transparent; border: 1.5px solid var(--border); color: var(--slate); }
.provider-btn-outline:hover { border-color: var(--green); color: var(--green); }
.provider-btn-green { background: var(--green); color: #fff; border: 1.5px solid transparent; }
.provider-btn-green:hover { background: var(--green-dim); }
.provider-location { font-size: .72rem; color: var(--muted); display: flex; align-items: center; gap: 4px; margin-bottom: 12px; }
.provider-card.featured .provider-location { color: #3A5568; }
@media(max-width:860px){ .providers-grid { grid-template-columns: 1fr 1fr; } }
@media(max-width:540px){ .providers-grid { grid-template-columns: 1fr; } }


.cookie-banner { position:fixed; bottom:0; left:0; right:0; z-index:9999; background:#0C1B2E; border-top:1px solid rgba(255,255,255,.08); padding:18px 40px; display:flex; align-items:center; justify-content:space-between; gap:24px; flex-wrap:wrap; transform:translateY(100%); transition:transform .4s cubic-bezier(.4,0,.2,1); box-shadow:0 -8px 40px rgba(0,0,0,.3); }
.cookie-banner.visible { transform:translateY(0); }
.cookie-banner-text { flex:1; min-width:260px; }
.cookie-banner-title { font-family:'Plus Jakarta Sans',sans-serif; font-size:.88rem; font-weight:700; color:#fff; margin-bottom:4px; }
.cookie-banner-body { font-family:'Plus Jakarta Sans',sans-serif; font-size:.78rem; color:#4A6680; line-height:1.65; }
.cookie-banner-body a { color:#00B574; text-decoration:none; }
.cookie-banner-btns { display:flex; gap:10px; flex-shrink:0; }
.cookie-accept { background:#00B574; color:#fff; border:none; border-radius:8px; padding:10px 24px; font-family:'Plus Jakarta Sans',sans-serif; font-size:.82rem; font-weight:700; cursor:pointer; transition:background .2s; }
.cookie-accept:hover { background:#009960; }
.cookie-decline { background:transparent; color:#4A6680; border:1.5px solid rgba(255,255,255,.1); border-radius:8px; padding:10px 20px; font-family:'Plus Jakarta Sans',sans-serif; font-size:.82rem; font-weight:600; cursor:pointer; }
.cookie-decline:hover { border-color:rgba(255,255,255,.25); color:#CBD9E8; }
@media(max-width:600px){ .cookie-banner { padding:18px 20px; flex-direction:column; align-items:flex-start; } .cookie-accept,.cookie-decline { flex:1; text-align:center; } }
