/* FranMind branded — scoped to #o_franmind_landing */
#wrap.o_franmind_wrap_full {
    max-width: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
#o_franmind_landing {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
}
#o_franmind_landing,
#o_franmind_landing *,
#o_franmind_landing *::before,
#o_franmind_landing *::after {
    box-sizing: border-box;
}



#o_franmind_landing{
  --blue:   #3a9fd6;
  --blue-dk:#2478a8;
  --blue-lt:#e8f4fb;
  --orange: #e07830;
  --orange-dk:#b85f20;
  --orange-lt:#fdf0e6;
  --red:    #c8313a;
  --gray:   #4a4a4a;
  --gray-lt:#f5f4f2;
  --gray-md:#8a8a8a;
  --white:  #ffffff;
  --ink:    #1a1a2e;
  --border: rgba(58,159,214,0.15);
  --r:6px;
}
#o_franmind_landing{scroll-behavior:smooth}
#o_franmind_landing{font-family:'Montserrat',sans-serif;background:#fafaf8;color:var(--ink);font-size:16px;line-height:1.7;-webkit-font-smoothing:antialiased}


#o_franmind_landing .wrap{max-width:1160px;margin:0 auto;padding:0 2rem}
#o_franmind_landing .serif{font-family:'Merriweather',Georgia,serif}
#o_franmind_landing h1, #o_franmind_landing h2, #o_franmind_landing h3, #o_franmind_landing h4{line-height:1.15;font-weight:800}
#o_franmind_landing p{color:var(--gray)}


#o_franmind_landing .btn{display:inline-flex;align-items:center;gap:8px;font-family:'Montserrat',sans-serif;font-size:13px;font-weight:700;letter-spacing:0.04em;padding:13px 26px;border-radius:100px;border:2px solid transparent;cursor:pointer;text-decoration:none;transition:all .22s ease;white-space:nowrap}
#o_franmind_landing .btn-blue{background:var(--blue);color:var(--white);border-color:var(--blue)}
#o_franmind_landing .btn-blue:hover{background:var(--blue-dk);border-color:var(--blue-dk)}
#o_franmind_landing .btn-orange{background:var(--orange);color:var(--white);border-color:var(--orange)}
#o_franmind_landing .btn-orange:hover{background:var(--orange-dk)}
#o_franmind_landing .btn-outline{background:transparent;color:var(--blue);border-color:var(--blue)}
#o_franmind_landing .btn-outline:hover{background:var(--blue-lt)}
#o_franmind_landing .btn-outline-white{background:transparent;color:rgba(255,255,255,.8);border-color:rgba(255,255,255,.35)}
#o_franmind_landing .btn-outline-white:hover{border-color:rgba(255,255,255,.8);color:var(--white)}


#o_franmind_landing nav{position:fixed;top:0;left:0;right:0;z-index:100;background:rgba(250,250,248,.94);backdrop-filter:blur(14px);border-bottom:1px solid var(--border)}
#o_franmind_landing .nav-inner{display:flex;align-items:center;justify-content:space-between;height:68px}
#o_franmind_landing .nav-logo{display:flex;align-items:center;gap:12px;text-decoration:none}
#o_franmind_landing .nav-logo-img{display:block;height:auto;max-height:48px;width:auto;max-width:min(260px,52vw)}
#o_franmind_landing .footer-logo-img{display:block;height:auto;max-height:40px;width:auto;max-width:220px}
#o_franmind_landing .nav-links{display:flex;align-items:center;gap:32px;list-style:none}
#o_franmind_landing .nav-links a{font-size:12px;font-weight:600;color:var(--gray);text-decoration:none;letter-spacing:.04em;transition:color .15s}
#o_franmind_landing .nav-links a:hover{color:var(--blue)}
#o_franmind_landing .nav-cta{display:flex;gap:10px}


#o_franmind_landing .hero{padding:148px 0 100px;background:linear-gradient(160deg,#f0f8fe 0%,#fafaf8 40%,#fff5ed 100%);position:relative;overflow:hidden}
#o_franmind_landing .hero-deco{position:absolute;top:-60px;right:-80px;width:560px;height:560px;opacity:.07}
#o_franmind_landing .hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}
#o_franmind_landing .hero-tag{display:inline-flex;align-items:center;gap:8px;font-size:10px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--orange);border:1.5px solid rgba(224,120,48,.3);background:rgba(224,120,48,.07);padding:6px 14px;border-radius:100px;margin-bottom:24px}
#o_franmind_landing .hero-tag::before{content:'';width:6px;height:6px;border-radius:50%;background:var(--orange);flex-shrink:0}
#o_franmind_landing .hero h1{font-family:'Merriweather',serif;font-size:clamp(36px,4.5vw,58px);font-weight:900;color:var(--ink);letter-spacing:-1.5px;line-height:1.1;margin-bottom:24px}
#o_franmind_landing .hero h1 .hl-blue{color:var(--blue)}
#o_franmind_landing .hero h1 .hl-orange{color:var(--orange)}
#o_franmind_landing .hero-sub{font-size:16px;color:var(--gray);max-width:480px;margin-bottom:40px;line-height:1.75}
#o_franmind_landing .hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:52px}
#o_franmind_landing .hero-trust{display:flex;align-items:center;gap:20px}
#o_franmind_landing .trust-dots{display:flex;gap:-4px}
#o_franmind_landing .trust-dot{width:28px;height:28px;border-radius:50%;border:2px solid var(--white);display:flex;align-items:center;justify-content:center;font-size:9px;font-weight:700;color:var(--white);margin-left:-6px}
#o_franmind_landing .trust-dot:first-child{margin-left:0}
#o_franmind_landing .trust-text{font-size:11px;color:var(--gray-md);font-weight:600}
#o_franmind_landing .trust-text strong{color:var(--ink)}


#o_franmind_landing .hero-visual{position:relative;display:flex;align-items:center;justify-content:center}
#o_franmind_landing .hero-card-stack{position:relative;width:100%;max-width:420px}
#o_franmind_landing .hcard{background:var(--white);border-radius:16px;padding:24px;box-shadow:0 8px 32px rgba(58,159,214,.12);border:1px solid var(--border)}
#o_franmind_landing .hcard-main{position:relative;z-index:3}
#o_franmind_landing .hcard-back{position:absolute;top:-14px;left:16px;right:-16px;z-index:1;opacity:.6;transform:rotate(2deg)}
#o_franmind_landing .hcard-back2{position:absolute;top:-28px;left:28px;right:-28px;z-index:0;opacity:.35;transform:rotate(4deg)}
#o_franmind_landing .hcard-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}
#o_franmind_landing .hcard-title{font-size:12px;font-weight:700;color:var(--gray-md);letter-spacing:.06em;text-transform:uppercase}
#o_franmind_landing .hcard-badge{font-size:10px;font-weight:700;padding:4px 10px;border-radius:100px;background:rgba(58,159,214,.12);color:var(--blue)}
#o_franmind_landing .hcard-metric{margin-bottom:16px}
#o_franmind_landing .hcard-metric-label{font-size:11px;color:var(--gray-md);font-weight:600;margin-bottom:4px}
#o_franmind_landing .hcard-metric-value{font-size:28px;font-weight:900;color:var(--ink);letter-spacing:-1px}
#o_franmind_landing .hcard-metric-value sup{font-size:14px;color:var(--orange)}
#o_franmind_landing .hcard-bars{display:flex;flex-direction:column;gap:8px}
#o_franmind_landing .hbar-row{display:flex;align-items:center;gap:10px}
#o_franmind_landing .hbar-label{font-size:11px;font-weight:600;color:var(--gray);width:70px;flex-shrink:0}
#o_franmind_landing .hbar-track{flex:1;height:8px;background:#eee;border-radius:100px;overflow:hidden}
#o_franmind_landing .hbar-fill{height:100%;border-radius:100px;transition:width 1s ease}
#o_franmind_landing .hbar-pct{font-size:11px;font-weight:700;color:var(--ink);width:34px;text-align:right}
#o_franmind_landing .hcard-ai-row{display:flex;align-items:center;gap:10px;margin-top:16px;padding-top:16px;border-top:1px solid #f0f0f0}
#o_franmind_landing .hcard-ai-dot{width:8px;height:8px;border-radius:50%;background:var(--blue);animation:pulse 2s infinite}
@keyframes pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.3)}}
#o_franmind_landing .hcard-ai-text{font-size:11px;color:var(--gray-md);font-weight:500}
#o_franmind_landing .hcard-ai-text strong{color:var(--blue)}


#o_franmind_landing .float-chip{position:absolute;background:var(--white);border-radius:100px;padding:8px 16px;display:flex;align-items:center;gap:8px;box-shadow:0 4px 20px rgba(0,0,0,.1);font-size:12px;font-weight:700;color:var(--ink);white-space:nowrap}
#o_franmind_landing .float-chip .chip-icon{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center}
#o_franmind_landing .chip-1{top:-20px;left:-20px;animation:float1 3s ease-in-out infinite}
#o_franmind_landing .chip-2{bottom:20px;right:-30px;animation:float2 3.5s ease-in-out infinite}
@keyframes float1{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}
@keyframes float2{0%,100%{transform:translateY(0)}50%{transform:translateY(6px)}}


#o_franmind_landing section{padding:96px 0}
#o_franmind_landing .section-label{font-size:10px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--orange);margin-bottom:14px}
#o_franmind_landing .section-h{font-family:'Merriweather',serif;font-size:clamp(28px,3.5vw,44px);font-weight:900;letter-spacing:-1px;color:var(--ink);margin-bottom:18px}
#o_franmind_landing .section-p{font-size:16px;color:var(--gray);max-width:560px;line-height:1.75}


#o_franmind_landing .logo-band{background:var(--white);padding:40px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}
#o_franmind_landing .logo-band-inner{display:flex;align-items:center;gap:16px;justify-content:center;flex-wrap:wrap}
#o_franmind_landing .logo-band-label{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--gray-md)}
#o_franmind_landing .logo-band-divider{width:1px;height:24px;background:var(--border)}
#o_franmind_landing .partner-pill{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:700;color:var(--gray);padding:8px 20px;border-radius:100px;border:1px solid var(--border);background:var(--gray-lt)}
#o_franmind_landing .partner-pill .pp-dot{width:8px;height:8px;border-radius:50%}


#o_franmind_landing .problem-section{background:var(--ink);padding:96px 0}
#o_franmind_landing .problem-section .section-label{color:rgba(224,120,48,.7)}
#o_franmind_landing .problem-section .section-h{color:var(--white)}
#o_franmind_landing .problem-section .section-p{color:rgba(255,255,255,.55)}
#o_franmind_landing .problem-top{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:end;margin-bottom:64px}
#o_franmind_landing .problem-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.06);border-radius:12px;overflow:hidden}
#o_franmind_landing .prob-card{background:var(--ink);padding:36px 28px;transition:background .2s}
#o_franmind_landing .prob-card:hover{background:#22253a}
#o_franmind_landing .prob-icon{width:44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:18px}
#o_franmind_landing .prob-icon svg{width:22px;height:22px}
#o_franmind_landing .prob-card h3{font-size:15px;font-weight:700;color:var(--white);margin-bottom:8px}
#o_franmind_landing .prob-card p{font-size:12px;color:rgba(255,255,255,.45);line-height:1.65}
#o_franmind_landing .prob-bottom{margin-top:48px;padding:36px 40px;border:1px solid rgba(224,120,48,.25);border-radius:12px;background:rgba(224,120,48,.04);display:flex;align-items:center;gap:32px}
#o_franmind_landing .prob-bottom-icon{width:56px;height:56px;min-width:56px;border-radius:12px;background:rgba(224,120,48,.15);display:flex;align-items:center;justify-content:center}
#o_franmind_landing .prob-bottom-icon svg{width:26px;height:26px;color:var(--orange)}
#o_franmind_landing .prob-bottom p{font-size:18px;font-weight:600;color:var(--white);line-height:1.5}
#o_franmind_landing .prob-bottom p em{font-style:italic;color:var(--orange)}


#o_franmind_landing .how-section{background:var(--white)}
#o_franmind_landing .how-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin-top:64px;border:1px solid var(--border);border-radius:12px;overflow:hidden}
#o_franmind_landing .how-step{padding:44px 36px;border-right:1px solid var(--border);position:relative}
#o_franmind_landing .how-step:last-child{border-right:none}
#o_franmind_landing .how-num{font-family:'Merriweather',serif;font-size:64px;font-weight:900;color:var(--blue-lt);line-height:1;margin-bottom:20px;letter-spacing:-2px}
#o_franmind_landing .how-step h3{font-size:17px;font-weight:800;color:var(--ink);margin-bottom:10px}
#o_franmind_landing .how-step p{font-size:13px;color:var(--gray);line-height:1.65}
#o_franmind_landing .how-step-icon{position:absolute;top:32px;right:28px;width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center}
#o_franmind_landing .how-step-icon svg{width:18px;height:18px}


#o_franmind_landing .features-section{background:var(--gray-lt)}
#o_franmind_landing .features-top{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;margin-bottom:64px}
#o_franmind_landing .feature-product{background:var(--white);border-radius:12px;border:1px solid var(--border);overflow:hidden}
#o_franmind_landing .fp-header{padding:20px 24px;border-bottom:1px solid var(--border);display:flex;align-items:center;gap:12px}
#o_franmind_landing .fp-dot{width:10px;height:10px;border-radius:50%}
#o_franmind_landing .fp-title{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--gray-md)}
#o_franmind_landing .fp-body{padding:28px 24px}
#o_franmind_landing .fp-row{display:flex;align-items:center;gap:14px;padding:10px 0;border-bottom:1px solid #f5f5f5}
#o_franmind_landing .fp-row:last-child{border-bottom:none}
#o_franmind_landing .fp-row-icon{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
#o_franmind_landing .fp-row-icon svg{width:15px;height:15px}
#o_franmind_landing .fp-row-text{font-size:13px;font-weight:600;color:var(--ink)}
#o_franmind_landing .fp-row-check{margin-left:auto;font-size:10px;font-weight:700;padding:3px 10px;border-radius:100px}

#o_franmind_landing .features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
#o_franmind_landing .feat-card{background:var(--white);border:1px solid var(--border);border-radius:12px;padding:32px 28px;transition:all .2s}
#o_franmind_landing .feat-card:hover{border-color:var(--blue);transform:translateY(-3px);box-shadow:0 12px 40px rgba(58,159,214,.1)}
#o_franmind_landing .feat-card.featured{background:var(--blue);border-color:var(--blue);grid-column:1/-1;display:flex;gap:40px;align-items:center}
#o_franmind_landing .feat-card.featured h3{color:var(--white)}
#o_franmind_landing .feat-card.featured p{color:rgba(255,255,255,.65)}
#o_franmind_landing .feat-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;flex-shrink:0}
#o_franmind_landing .feat-icon svg{width:22px;height:22px}
#o_franmind_landing .feat-tag{display:inline-block;font-size:9px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;padding:4px 10px;border-radius:100px;margin-bottom:12px}
#o_franmind_landing .feat-card h3{font-size:16px;font-weight:800;color:var(--ink);margin-bottom:8px}
#o_franmind_landing .feat-card p{font-size:13px;color:var(--gray);line-height:1.65}
#o_franmind_landing .featured-icon-wrap{width:80px;height:80px;min-width:80px;border-radius:16px;background:rgba(255,255,255,.15);display:flex;align-items:center;justify-content:center}
#o_franmind_landing .featured-icon-wrap svg{width:38px;height:38px;color:var(--white)}


#o_franmind_landing .audience-section{background:var(--white)}
#o_franmind_landing .audience-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:64px}
#o_franmind_landing .aud-card{padding:36px 26px;border:1.5px solid var(--border);border-radius:12px;background:var(--gray-lt);transition:all .2s;cursor:default}
#o_franmind_landing .aud-card:hover{border-color:var(--blue);background:var(--white);transform:translateY(-4px);box-shadow:0 16px 40px rgba(58,159,214,.1)}
#o_franmind_landing .aud-icon{width:52px;height:52px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}
#o_franmind_landing .aud-icon svg{width:24px;height:24px}
#o_franmind_landing .aud-card h3{font-size:15px;font-weight:800;color:var(--ink);margin-bottom:8px}
#o_franmind_landing .aud-card p{font-size:12px;color:var(--gray);line-height:1.65}


#o_franmind_landing .dashboard-section{background:var(--ink);padding:96px 0;overflow:hidden}
#o_franmind_landing .dashboard-section .section-label{color:rgba(224,120,48,.7)}
#o_franmind_landing .dashboard-section .section-h{color:var(--white)}
#o_franmind_landing .dashboard-section .section-p{color:rgba(255,255,255,.55)}
#o_franmind_landing .dash-top{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;margin-bottom:64px}
#o_franmind_landing .dash-preview{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:16px;overflow:hidden}
#o_franmind_landing .dash-bar{background:rgba(255,255,255,.06);padding:12px 20px;display:flex;align-items:center;gap:8px;border-bottom:1px solid rgba(255,255,255,.06)}
#o_franmind_landing .dash-bar-dot{width:8px;height:8px;border-radius:50%}
#o_franmind_landing .dash-content{padding:24px}
#o_franmind_landing .dash-kpi-row{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:20px}
#o_franmind_landing .dash-kpi{background:rgba(255,255,255,.06);border-radius:8px;padding:16px}
#o_franmind_landing .dash-kpi-val{font-size:22px;font-weight:900;color:var(--white);letter-spacing:-1px}
#o_franmind_landing .dash-kpi-lbl{font-size:10px;font-weight:600;color:rgba(255,255,255,.4);margin-top:4px;letter-spacing:.06em;text-transform:uppercase}
#o_franmind_landing .dash-kpi-delta{font-size:10px;font-weight:700;margin-top:6px}
#o_franmind_landing .dash-chart-area{background:rgba(255,255,255,.03);border-radius:8px;padding:16px;margin-bottom:12px}
#o_franmind_landing .dash-chart-lbl{font-size:10px;font-weight:700;color:rgba(255,255,255,.35);letter-spacing:.1em;text-transform:uppercase;margin-bottom:12px}
#o_franmind_landing .dash-bars-row{display:flex;align-items:flex-end;gap:8px;height:80px}
#o_franmind_landing .db{border-radius:4px 4px 0 0;flex:1;min-width:0}
#o_franmind_landing .dash-ai-box{background:rgba(58,159,214,.1);border:1px solid rgba(58,159,214,.2);border-radius:8px;padding:14px 16px;display:flex;align-items:flex-start;gap:10px}
#o_franmind_landing .dash-ai-icon{width:28px;height:28px;border-radius:6px;background:rgba(58,159,214,.2);display:flex;align-items:center;justify-content:center;flex-shrink:0}
#o_franmind_landing .dash-ai-text{font-size:11px;color:rgba(255,255,255,.7);line-height:1.5}
#o_franmind_landing .dash-ai-text strong{color:var(--blue);display:block;margin-bottom:2px;font-size:10px;letter-spacing:.06em;text-transform:uppercase}

#o_franmind_landing .dash-list{display:flex;flex-direction:column;gap:14px}
#o_franmind_landing .dash-item{display:flex;align-items:center;gap:14px;padding:18px 20px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.06);border-radius:10px}
#o_franmind_landing .dash-item-icon{width:38px;height:38px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
#o_franmind_landing .dash-item-icon svg{width:18px;height:18px;color:var(--white)}
#o_franmind_landing .dash-item-text{font-size:13px;font-weight:600;color:rgba(255,255,255,.8)}
#o_franmind_landing .dash-item-text small{display:block;font-size:11px;font-weight:400;color:rgba(255,255,255,.35);margin-top:2px}
#o_franmind_landing .dash-item-badge{margin-left:auto;font-size:10px;font-weight:700;padding:4px 12px;border-radius:100px}


#o_franmind_landing .vision-section{background:var(--gray-lt);padding:96px 0}
#o_franmind_landing .vision-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}
#o_franmind_landing .vision-quote{background:var(--blue);border-radius:20px;padding:56px 48px;position:relative;overflow:hidden}
#o_franmind_landing .vision-quote::before{content:'';position:absolute;top:-40px;right:-40px;width:200px;height:200px;border-radius:50%;background:rgba(255,255,255,.06)}
#o_franmind_landing .vision-quote blockquote{font-family:'Merriweather',serif;font-size:clamp(20px,2.5vw,28px);font-weight:900;color:var(--white);line-height:1.3;letter-spacing:-.5px;position:relative;z-index:1}
#o_franmind_landing .vision-quote blockquote em{font-style:italic;color:var(--orange-lt)}
#o_franmind_landing .vision-quote footer{margin-top:32px;font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.4);position:relative;z-index:1}
#o_franmind_landing .vision-list{display:flex;flex-direction:column;gap:0}
#o_franmind_landing .vision-item{display:flex;gap:18px;align-items:flex-start;padding:22px 0;border-bottom:1px solid var(--border)}
#o_franmind_landing .vision-item:first-child{border-top:1px solid var(--border)}
#o_franmind_landing .vis-dot{width:36px;height:36px;min-width:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-top:2px}
#o_franmind_landing .vis-dot svg{width:16px;height:16px}
#o_franmind_landing .vision-item h4{font-size:15px;font-weight:800;color:var(--ink);margin-bottom:4px}
#o_franmind_landing .vision-item p{font-size:12px;color:var(--gray);line-height:1.6}


#o_franmind_landing .cta-section{padding:120px 0;background:linear-gradient(135deg,#1a3a5c 0%,var(--ink) 60%);position:relative;overflow:hidden;text-align:center}
#o_franmind_landing .cta-section::before{content:'';position:absolute;top:-100px;left:50%;transform:translateX(-50%);width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(58,159,214,.15) 0%,transparent 70%)}
#o_franmind_landing .cta-section .section-label{color:rgba(224,120,48,.7)}
#o_franmind_landing .cta-section .section-h{color:var(--white)}
#o_franmind_landing .cta-sub{font-size:17px;color:rgba(255,255,255,.55);max-width:500px;margin:0 auto 48px;line-height:1.7}
#o_franmind_landing .cta-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-bottom:40px}
#o_franmind_landing .cta-note{font-size:11px;color:rgba(255,255,255,.3);letter-spacing:.04em}


#o_franmind_landing footer{background:#0d1117;padding:48px 0;border-top:1px solid rgba(255,255,255,.05)}
#o_franmind_landing .footer-inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:24px}
#o_franmind_landing .footer-tagline{font-size:11px;color:rgba(255,255,255,.3);margin-top:4px}
#o_franmind_landing .footer-links{display:flex;gap:28px}
#o_franmind_landing .footer-links a{font-size:12px;color:rgba(255,255,255,.35);text-decoration:none;transition:color .15s}
#o_franmind_landing .footer-links a:hover{color:rgba(255,255,255,.7)}
#o_franmind_landing .footer-copy{font-size:11px;color:rgba(255,255,255,.2)}


@media(max-width:960px){
  #o_franmind_landing .hero-grid, #o_franmind_landing .problem-top, #o_franmind_landing .features-top, #o_franmind_landing .dash-top, #o_franmind_landing .vision-grid{grid-template-columns:1fr;gap:48px}
  #o_franmind_landing .problem-cards{grid-template-columns:1fr 1fr}
  #o_franmind_landing .how-grid, #o_franmind_landing .audience-grid{grid-template-columns:1fr 1fr}
  #o_franmind_landing .features-grid{grid-template-columns:1fr 1fr}
  #o_franmind_landing .feat-card.featured{flex-direction:column;gap:20px}
  #o_franmind_landing .nav-links{display:none}
}
@media(max-width:600px){
  #o_franmind_landing section{padding:64px 0}
  #o_franmind_landing .hero{padding:120px 0 64px}
  #o_franmind_landing .problem-cards, #o_franmind_landing .how-grid, #o_franmind_landing .audience-grid, #o_franmind_landing .features-grid{grid-template-columns:1fr}
  #o_franmind_landing .dash-kpi-row{grid-template-columns:1fr 1fr}
  #o_franmind_landing .prob-bottom{flex-direction:column;gap:16px}
  #o_franmind_landing .nav-cta .btn:first-child{display:none}
}