/**
 * COH Public Navigation + Page Fixes
 * Upload to: /assets/coh-public-nav.css
 */

:root{
  --coh-navy:#071b3f;
  --coh-ink:#0f172a;
  --coh-muted:#5f6f89;
  --coh-teal:#08a99a;
  --coh-blue:#2f78d5;
  --coh-purple:#8b5cf6;
  --coh-orange:#ff9f1c;
  --coh-soft:#f6fbff;
  --coh-line:rgba(15,23,42,.10);
  --coh-shadow:0 18px 45px rgba(7,27,63,.10);
  --coh-radius:24px;
}
body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--coh-ink);background:#fff}
.coh-container{width:min(1180px,calc(100% - 40px));margin-inline:auto}
.coh-topbar{background:linear-gradient(100deg,#08a99a 0%,#2f78d5 58%,#9b5de5 100%);color:#fff;font-weight:900;font-size:.9rem}
.coh-topbar .coh-container{min-height:42px;display:flex;align-items:center;justify-content:space-between;gap:1rem}
.coh-topbar-links{display:flex;align-items:center;gap:1.1rem;flex-wrap:wrap}
.coh-topbar a{color:#fff;text-decoration:none}
.coh-header{background:rgba(255,255,255,.94);border-bottom:1px solid rgba(8,27,63,.08);box-shadow:0 10px 28px rgba(8,27,63,.06);position:sticky;top:0;z-index:60;backdrop-filter:blur(14px)}
.coh-navrow{min-height:94px;display:flex;align-items:center;justify-content:space-between;gap:1.15rem}
.coh-brand{display:flex;align-items:center;gap:.8rem;text-decoration:none;color:var(--coh-ink);min-width:max-content}
.coh-brand-mark{width:64px;height:64px;border-radius:22px;background:linear-gradient(135deg,#08a99a,#2f78d5,#8b5cf6,#ff9f1c);box-shadow:inset 0 0 0 9px rgba(255,255,255,.26),0 12px 26px rgba(8,169,154,.15);transform:rotate(-10deg)}
.coh-brand-title{font-size:1.35rem;line-height:1.02;font-weight:950;letter-spacing:-.055em}
.coh-brand-title span{display:block;color:var(--coh-teal)}
.coh-brand-tag{display:block;margin-top:.25rem;color:var(--coh-navy);font-size:.75rem;font-weight:950}
.coh-brand-tag b{color:var(--coh-purple)}
.coh-nav{display:flex;align-items:center;gap:.25rem}
.coh-nav a{color:var(--coh-navy);text-decoration:none;font-weight:900;padding:.75rem .68rem;border-radius:14px;position:relative;white-space:nowrap}
.coh-nav>a:hover,.coh-nav-dropdown>a:hover,.coh-nav a.is-active{background:rgba(8,169,154,.08);color:#047d73}
.coh-nav a.is-active::after{content:"";position:absolute;left:.7rem;right:.7rem;bottom:.25rem;height:3px;border-radius:999px;background:var(--coh-teal)}
.coh-actions{display:flex;align-items:center;gap:.7rem;min-width:max-content}
.coh-btn{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;min-height:42px;padding:0 1.05rem;border-radius:14px;font-weight:950;text-decoration:none;border:1px solid transparent}
.coh-btn-outline{color:var(--coh-teal);border-color:rgba(8,169,154,.45);background:#fff}
.coh-btn-primary{color:#fff;background:linear-gradient(135deg,#08a99a,#2f78d5);box-shadow:0 12px 22px rgba(8,169,154,.18)}
.coh-nav-dropdown{position:relative}
.coh-dropdown-menu{display:none;position:absolute;top:calc(100% + .35rem);left:0;width:310px;background:#fff;border:1px solid var(--coh-line);border-radius:18px;box-shadow:var(--coh-shadow);padding:.55rem;z-index:80}
.coh-nav-dropdown:hover .coh-dropdown-menu{display:grid}
.coh-dropdown-menu a{display:flex;align-items:center;justify-content:space-between;padding:.72rem .85rem;border-radius:13px;color:var(--coh-navy)}
.coh-dropdown-menu span{font-size:.68rem;color:#7c3aed;background:#f3e8ff;border-radius:999px;padding:.2rem .45rem}
.coh-menu-toggle{display:none;width:44px;height:44px;border-radius:14px;border:1px solid var(--coh-line);background:#fff;color:var(--coh-navy);font-weight:950;font-size:1.2rem}
.coh-mobile-actions{display:none}

/* Public page shared components */
.coh-page-wrap{padding:clamp(2rem,5vw,4rem) 0}
.coh-public-hero{border-radius:32px;background:linear-gradient(135deg,#fff,#f3fbff);border:1px solid rgba(15,23,42,.08);box-shadow:var(--coh-shadow);padding:clamp(1.4rem,4vw,3rem)}
.coh-public-hero h1{margin:0;color:var(--coh-navy);font-size:clamp(2rem,5vw,4.2rem);line-height:.98;letter-spacing:-.07em;font-weight:950}
.coh-public-hero h1 span{display:block;background:linear-gradient(90deg,#08a99a,#2f78d5,#8b5cf6);-webkit-background-clip:text;background-clip:text;color:transparent}
.coh-public-hero p{max-width:72ch;color:var(--coh-muted);font-size:1.05rem;line-height:1.75;font-weight:700}
.coh-kicker{display:inline-flex;align-items:center;gap:.45rem;padding:.45rem .72rem;border-radius:999px;background:rgba(8,169,154,.10);color:#047d73;border:1px solid rgba(8,169,154,.18);font-size:.78rem;font-weight:950;text-transform:uppercase;letter-spacing:.06em;margin-bottom:.8rem}
.coh-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-top:1.2rem}
.coh-info-card{background:#fff;border:1px solid var(--coh-line);border-radius:22px;box-shadow:0 12px 28px rgba(7,27,63,.07);padding:1.2rem}
.coh-info-card h3{margin:0 0 .45rem;color:var(--coh-navy);font-weight:950}
.coh-info-card p{margin:0;color:var(--coh-muted);line-height:1.65;font-weight:650}
.coh-section-title{margin:2.2rem 0 1rem;color:var(--coh-navy);font-size:clamp(1.5rem,3vw,2.35rem);line-height:1.05;letter-spacing:-.05em;font-weight:950}
.coh-feature-list{display:grid;gap:.6rem;margin:1rem 0 0;padding:0;list-style:none}
.coh-feature-list li{font-weight:800;color:#334155}
.coh-feature-list li::before{content:"✓";color:var(--coh-teal);font-weight:950;margin-right:.45rem}
.coh-login-safe{padding:clamp(1.25rem,4vw,3rem) 1rem!important}
.coh-login-safe .wrap,.coh-login-safe .mm-auth .wrap{max-width:1180px!important;margin:0 auto!important}

@media(max-width:1050px){
  .coh-navrow{min-height:auto;padding:1rem 0}
  .coh-menu-toggle{display:inline-grid;place-items:center}
  .coh-actions{display:none}
  .coh-nav{display:none;position:absolute;left:14px;right:14px;top:calc(100% + 8px);background:#fff;border:1px solid var(--coh-line);border-radius:22px;box-shadow:var(--coh-shadow);padding:.75rem;align-items:stretch;flex-direction:column}
  .coh-nav.is-open{display:flex}
  .coh-nav a{width:100%;padding:.85rem .9rem}
  .coh-nav a.is-active::after{display:none}
  .coh-nav-dropdown{width:100%}
  .coh-dropdown-menu{position:static;width:100%;display:grid;box-shadow:none;border-radius:16px;margin:.35rem 0;background:#f8fbff}
  .coh-nav-dropdown:hover .coh-dropdown-menu{display:grid}
  .coh-mobile-actions{display:grid;grid-template-columns:1fr;gap:.55rem;margin-top:.35rem}
}
@media(max-width:720px){
  .coh-container{width:min(100% - 28px,1180px)}
  .coh-topbar .coh-container{flex-direction:column;align-items:flex-start;padding:.7rem 0}
  .coh-brand-mark{width:54px;height:54px;border-radius:18px}
  .coh-brand-title{font-size:1.15rem}
  .coh-brand-tag{font-size:.68rem}
  .coh-card-grid{grid-template-columns:1fr}
  .coh-public-hero{border-radius:24px}
}
@media(min-width:721px) and (max-width:1050px){
  .coh-card-grid{grid-template-columns:repeat(2,1fr)}
}
