/* ═══════════════════════════════════════════════════════
   ConceptConnect — shared site styles
   Brand: #0099FF primary, #353f49 secondary slate
   ═══════════════════════════════════════════════════════ */

*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{
    font-family:'Poppins',system-ui,-apple-system,sans-serif;
    background:#0a1015;
    color:#ccc;
    line-height:1.6;
    -webkit-font-smoothing:antialiased;
}

/* ═══════ Layout ═══════ */
.container{max-width:1200px;margin:0 auto;padding:0 24px}
.section{padding:80px 0}
.section-head{text-align:center;margin-bottom:56px}
.section-head .eyebrow{color:#0099FF;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.15em;margin-bottom:12px}
.section-head h2{color:#fff;font-size:40px;font-weight:800;line-height:1.15;margin-bottom:16px;letter-spacing:-.02em}
.section-head p{color:#888;font-size:16px;max-width:640px;margin:0 auto}

/* ═══════ Nav ═══════ */
.nav{
    position:sticky;top:0;z-index:100;
    background:rgba(10,16,21,.85);
    backdrop-filter:blur(12px);
    border-bottom:1px solid #24303d;
    padding:14px 0;
}
.nav-inner{display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto;padding:0 24px}
.nav-logo{display:flex;align-items:center;gap:10px;color:#fff;font-weight:800;font-size:18px;letter-spacing:-.01em;text-decoration:none}
.nav-logo img{height:36px;width:auto}
.nav-menu{display:flex;gap:32px;align-items:center}
.nav-menu a{color:#999;text-decoration:none;font-size:13px;font-weight:500;transition:color .15s}
.nav-menu a:hover,.nav-menu a.active{color:#0099FF}
.nav-cta{display:flex;gap:10px;align-items:center}
.btn{
    display:inline-block;padding:10px 22px;border-radius:6px;
    font-weight:700;font-size:13px;text-decoration:none;
    text-transform:uppercase;letter-spacing:.04em;
    transition:all .15s;cursor:pointer;border:none;font-family:inherit;
}
.btn-primary{background:#0099FF;color:#fff}
.btn-primary:hover{background:#0077CC;transform:translateY(-1px);box-shadow:0 6px 20px rgba(0,153,255,.25)}
.btn-ghost{background:transparent;color:#ccc;border:1px solid #2f3d4c}
.btn-ghost:hover{border-color:#0099FF;color:#fff}
.btn-lg{padding:14px 30px;font-size:14px}
.btn-block{display:block;width:100%;text-align:center}
.mobile-toggle{
    display:none;
    background:transparent;
    border:1px solid #2f3d4c;
    color:#fff;
    padding:8px;
    border-radius:6px;
    cursor:pointer;
    align-items:center;
    justify-content:center;
    line-height:0;
}
.mobile-toggle:hover{border-color:#0099FF;color:#0099FF}
.mobile-toggle svg{display:block}
.nav-mobile-only{display:none}

/* ═══════ Hero (home) ═══════ */
.hero{
    padding:100px 0 120px;position:relative;overflow:hidden;
    background:
        radial-gradient(ellipse 80% 60% at 50% 0%,rgba(0,153,255,.12),transparent 70%),
        linear-gradient(180deg,#0a1015 0%,#0f1620 100%);
}
.hero-inner{position:relative;text-align:center;max-width:900px;margin:0 auto}
.hero-badge{
    display:inline-flex;align-items:center;gap:6px;
    background:rgba(0,153,255,.1);border:1px solid rgba(0,153,255,.3);
    color:#33aaff;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;
    padding:7px 16px;border-radius:100px;margin-bottom:24px;
}
.hero-badge .dot{width:6px;height:6px;border-radius:50%;background:#0099FF;animation:pulse 2s infinite}
@keyframes pulse{0%,100%{opacity:1}50%{opacity:.4}}
.hero h1{color:#fff;font-size:64px;font-weight:800;line-height:1.05;letter-spacing:-.035em;margin-bottom:24px}
.hero h1 .accent{
    background:linear-gradient(135deg,#0099FF 0%,#66CCFF 100%);
    -webkit-background-clip:text;background-clip:text;color:transparent;
}
.hero .lede{color:#aaa;font-size:18px;line-height:1.7;max-width:680px;margin:0 auto 36px}
.hero-ctas{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}
.hero-stats{
    display:grid;grid-template-columns:repeat(4,1fr);gap:40px;
    margin-top:72px;padding:32px 0;border-top:1px solid #24303d;border-bottom:1px solid #24303d;
}
.hero-stats .stat{text-align:center}
.hero-stats .stat .num{color:#fff;font-size:32px;font-weight:800;letter-spacing:-.02em;line-height:1;margin-bottom:6px}
.hero-stats .stat .num .plus{color:#0099FF}
.hero-stats .stat .label{color:#666;font-size:11px;text-transform:uppercase;letter-spacing:.08em;font-weight:600}

/* ═══════ Page hero (inner pages) ═══════ */
.page-hero{
    padding:80px 0 60px;
    background:
        radial-gradient(ellipse 60% 50% at 50% 0%,rgba(0,153,255,.1),transparent 70%),
        linear-gradient(180deg,#0a1015 0%,#0f1620 100%);
    border-bottom:1px solid #24303d;
    text-align:center;
}
.page-hero .eyebrow{color:#0099FF;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.15em;margin-bottom:14px}
.page-hero h1{color:#fff;font-size:48px;font-weight:800;line-height:1.1;letter-spacing:-.025em;margin-bottom:14px}
.page-hero h1 .accent{background:linear-gradient(135deg,#0099FF,#66CCFF);-webkit-background-clip:text;background-clip:text;color:transparent}
.page-hero p{color:#888;font-size:15px;max-width:600px;margin:0 auto}

/* ═══════ Core features (4 cards) ═══════ */
.core-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.core-card{
    background:#141d26;border:1px solid #24303d;border-radius:12px;padding:28px 24px;
    transition:all .2s;
}
.core-card:hover{border-color:#2f3d4c;transform:translateY(-3px)}
.core-card .icon{
    width:52px;height:52px;border-radius:10px;
    background:linear-gradient(135deg,rgba(0,153,255,.15),rgba(0,153,255,.05));
    border:1px solid rgba(0,153,255,.2);
    display:flex;align-items:center;justify-content:center;margin-bottom:18px;
}
.core-card .icon svg{width:24px;height:24px;stroke:#0099FF;stroke-width:2;fill:none}
.core-card h3{color:#fff;font-size:17px;font-weight:700;margin-bottom:8px;letter-spacing:-.01em}
.core-card p{color:#777;font-size:13px;line-height:1.65}

/* ═══════ Modules showcase ═══════ */
.modules-section{background:#0f1620;border-top:1px solid #24303d;border-bottom:1px solid #24303d}
.modules-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.module{
    background:#1a2530;border:1px solid #28343f;border-radius:14px;padding:32px 28px;
    position:relative;overflow:hidden;transition:all .2s;
}
.module::before{
    content:'';position:absolute;top:0;left:0;right:0;height:3px;
    background:linear-gradient(90deg,#0099FF,transparent);
    opacity:0;transition:opacity .2s;
}
.module:hover{border-color:#2f3d4c;transform:translateY(-2px)}
.module:hover::before{opacity:1}
.module .badge{
    display:inline-block;background:rgba(0,153,255,.12);color:#33aaff;
    font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;
    padding:4px 10px;border-radius:100px;margin-bottom:14px;
}
.module h3{color:#fff;font-size:20px;font-weight:700;margin-bottom:10px;letter-spacing:-.01em}
.module .tagline{color:#888;font-size:13px;margin-bottom:18px;line-height:1.6}
.module ul{list-style:none;padding:0}
.module li{color:#aaa;font-size:12px;padding:6px 0;display:flex;align-items:center;gap:8px;border-bottom:1px solid #24303d}
.module li:last-child{border-bottom:none}
.module li::before{content:'';width:5px;height:5px;border-radius:50%;background:#0099FF;flex-shrink:0}

/* ═══════ Capabilities grid ═══════ */
.caps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.cap{background:#141d26;border:1px solid #24303d;border-radius:10px;padding:22px 20px;transition:all .2s}
.cap:hover{border-color:#2f3d4c}
.cap .cap-icon{
    width:36px;height:36px;border-radius:8px;background:rgba(0,153,255,.1);
    display:flex;align-items:center;justify-content:center;margin-bottom:14px;
}
.cap .cap-icon svg{width:18px;height:18px;stroke:#0099FF;stroke-width:2;fill:none}
.cap h4{color:#fff;font-size:14px;font-weight:700;margin-bottom:6px;letter-spacing:-.01em}
.cap p{color:#666;font-size:12px;line-height:1.6}

/* ═══════ Why us ═══════ */
.why-section{background:#0f1620;border-top:1px solid #24303d;border-bottom:1px solid #24303d}
.why-grid{display:grid;grid-template-columns:1.3fr 1fr;gap:60px;align-items:center}
.why-text h2{color:#fff;font-size:36px;font-weight:800;line-height:1.2;margin-bottom:18px;letter-spacing:-.02em}
.why-text .lede{color:#999;font-size:15px;line-height:1.7;margin-bottom:24px}
.why-points{display:grid;gap:18px}
.why-point{display:flex;gap:14px;align-items:flex-start}
.why-point .num{
    width:30px;height:30px;border-radius:8px;background:rgba(0,153,255,.12);
    color:#0099FF;font-size:12px;font-weight:800;
    display:flex;align-items:center;justify-content:center;flex-shrink:0;border:1px solid rgba(0,153,255,.2);
}
.why-point .txt strong{color:#fff;font-size:14px;font-weight:600;display:block;margin-bottom:4px}
.why-point .txt p{color:#777;font-size:12px;line-height:1.6}
.why-visual{
    background:linear-gradient(135deg,rgba(0,153,255,.08),rgba(0,153,255,.02));
    border:1px solid rgba(0,153,255,.15);border-radius:16px;padding:40px;text-align:center;
}
.why-visual .big-num{color:#0099FF;font-size:72px;font-weight:800;line-height:1;letter-spacing:-.03em;margin-bottom:8px}
.why-visual .big-label{color:#fff;font-size:16px;font-weight:600;margin-bottom:24px}
.why-visual .mini-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;text-align:center}
.why-visual .mini{padding:12px;background:rgba(0,0,0,.3);border-radius:8px}
.why-visual .mini .n{color:#fff;font-size:22px;font-weight:700;line-height:1}
.why-visual .mini .l{color:#888;font-size:10px;text-transform:uppercase;letter-spacing:.05em;margin-top:4px;font-weight:600}

/* ═══════ Pricing ═══════ */
.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.price-card{background:#141d26;border:1px solid #24303d;border-radius:16px;padding:36px 32px;position:relative;transition:all .2s}
.price-card.featured{border-color:#0099FF;background:linear-gradient(180deg,rgba(0,153,255,.05),#141d26 50%)}
.price-card.featured::before{
    content:'MOST POPULAR';position:absolute;top:-11px;left:50%;transform:translateX(-50%);
    background:#0099FF;color:#fff;font-size:9px;font-weight:800;padding:5px 14px;border-radius:100px;letter-spacing:.1em;
}
.price-card:hover{transform:translateY(-4px);border-color:#2f3d4c}
.price-card.featured:hover{border-color:#0099FF}
.price-head{margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid #24303d}
.price-head .cat{color:#0099FF;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;margin-bottom:10px}
.price-head h3{color:#fff;font-size:22px;font-weight:700;margin-bottom:6px;letter-spacing:-.01em}
.price-head .desc{color:#777;font-size:12px;line-height:1.5}
.price-features{list-style:none;padding:0;margin-bottom:28px;display:grid;gap:12px}
.price-features li{color:#aaa;font-size:13px;display:flex;align-items:flex-start;gap:10px;line-height:1.5}
.price-features li::before{content:'✓';color:#0099FF;font-weight:700;font-size:13px;flex-shrink:0}
.price-cta{display:block;width:100%;text-align:center}

/* ═══════ CTA ═══════ */
.cta-section{
    background:
        radial-gradient(ellipse 60% 80% at 50% 50%,rgba(0,153,255,.15),transparent 70%),
        #0a1015;
    padding:100px 0;text-align:center;
}
.cta-section h2{color:#fff;font-size:48px;font-weight:800;line-height:1.1;letter-spacing:-.025em;margin-bottom:18px}
.cta-section h2 .accent{background:linear-gradient(135deg,#0099FF,#66CCFF);-webkit-background-clip:text;background-clip:text;color:transparent}
.cta-section .lede{color:#999;font-size:17px;max-width:540px;margin:0 auto 32px;line-height:1.7}
.cta-buttons{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}

/* ═══════ Long-form content (privacy/terms) ═══════ */
.content-wrap{max-width:820px;margin:0 auto;padding:60px 24px 80px}
.content-wrap h2{color:#fff;font-size:26px;font-weight:700;margin:40px 0 14px;letter-spacing:-.015em;border-bottom:1px solid #24303d;padding-bottom:10px}
.content-wrap h2:first-child{margin-top:0}
.content-wrap h3{color:#fff;font-size:18px;font-weight:600;margin:24px 0 10px}
.content-wrap p{color:#aaa;font-size:14px;line-height:1.8;margin-bottom:14px}
.content-wrap ul{margin:10px 0 18px 20px;color:#aaa;font-size:14px;line-height:1.9}
.content-wrap ul li{margin-bottom:6px}
.content-wrap a{color:#0099FF;text-decoration:none;border-bottom:1px solid rgba(0,153,255,.3)}
.content-wrap a:hover{border-bottom-color:#0099FF}
.content-wrap .updated{color:#666;font-size:12px;margin-bottom:30px;padding:14px 18px;background:rgba(0,153,255,.05);border-left:3px solid #0099FF;border-radius:0 8px 8px 0}
.content-wrap strong{color:#ddd}

/* ═══════ Forms ═══════ */
.form-wrap{max-width:680px;margin:0 auto;padding:50px 24px 80px}
.form-card{
    background:#141d26;border:1px solid #24303d;border-radius:16px;padding:40px;
}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.form-grid.cols-3{grid-template-columns:2fr 1fr 1fr}
.form-group{margin-bottom:18px}
.form-group.full{grid-column:1/-1}
.form-label{
    display:block;color:#ccc;font-size:12px;font-weight:600;
    text-transform:uppercase;letter-spacing:.05em;margin-bottom:8px;
}
.form-label .req{color:#0099FF;margin-left:4px}
.form-input,.form-textarea,.form-select{
    width:100%;background:#0a1015;border:1px solid #28343f;border-radius:8px;
    padding:12px 14px;color:#fff;font-family:inherit;font-size:14px;
    transition:all .15s;outline:none;
}
.form-input:focus,.form-textarea:focus,.form-select:focus{
    border-color:#0099FF;background:#0f1620;box-shadow:0 0 0 3px rgba(0,153,255,.15);
}
.form-textarea{resize:vertical;min-height:140px;line-height:1.6}
.form-select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path fill='%230099FF' d='M6 8L0 0h12z'/></svg>");background-repeat:no-repeat;background-position:right 14px center;padding-right:40px}
.form-help{color:#666;font-size:11px;margin-top:6px}
.form-error-box{
    background:rgba(255,80,80,.1);border:1px solid rgba(255,80,80,.3);
    border-radius:8px;padding:14px 18px;margin-bottom:22px;color:#ff8080;font-size:13px;
}
.form-error-box strong{color:#ff6060;display:block;margin-bottom:6px}
.form-error-box ul{margin:0 0 0 18px}
.form-success-box{
    background:rgba(0,200,120,.1);border:1px solid rgba(0,200,120,.3);
    border-radius:12px;padding:30px;text-align:center;color:#ccc;
}
.form-success-box .check{
    width:64px;height:64px;border-radius:50%;background:rgba(0,200,120,.15);
    display:flex;align-items:center;justify-content:center;margin:0 auto 18px;
    color:#00c878;font-size:32px;border:2px solid rgba(0,200,120,.3);
}
.form-success-box h3{color:#fff;font-size:22px;font-weight:700;margin-bottom:10px}
.form-success-box p{color:#999;font-size:14px;line-height:1.7;margin-bottom:20px}
.captcha-wrap{display:flex;gap:14px;align-items:flex-end;flex-wrap:wrap}
.captcha-wrap img{border-radius:8px;border:1px solid #28343f;background:#fff}
.captcha-wrap .form-group{flex:1;min-width:180px;margin-bottom:0}
.form-submit{margin-top:26px;display:flex;gap:12px;flex-wrap:wrap}

/* ═══════ Footer ═══════ */
.footer{background:#050a10;border-top:1px solid #24303d;padding:60px 0 30px;margin-top:auto}
.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:40px;margin-bottom:50px;align-items:start}
.footer-brand .flogo{display:flex;align-items:center;gap:10px;margin-bottom:14px}
.footer-brand .flogo img{height:34px}
.footer-brand .flogo span{color:#fff;font-weight:800;font-size:16px}
.footer-brand p{color:#666;font-size:12px;line-height:1.6;max-width:320px;margin-bottom:16px}
.footer-brand .parent{color:#555;font-size:11px}
.footer-brand .parent a{color:#0099FF;text-decoration:none}
.footer-col h4{color:#fff;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;margin-bottom:14px}
.footer-col ul{list-style:none;padding:0}
.footer-col li{margin-bottom:8px}
.footer-col a{color:#777;font-size:12px;text-decoration:none;transition:color .15s}
.footer-col a:hover{color:#0099FF}
.footer-bottom{
    border-top:1px solid #24303d;padding-top:24px;
    display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px;
}
.footer-bottom .copyright{color:#555;font-size:11px}
.footer-bottom .copyright a{color:#0099FF;text-decoration:none}
.footer-bottom .social{display:flex;gap:10px}
.footer-bottom .social a{
    width:32px;height:32px;border-radius:8px;background:#1a2530;border:1px solid #28343f;
    display:flex;align-items:center;justify-content:center;color:#666;transition:all .15s;
}
.footer-bottom .social a:hover{border-color:#0099FF;color:#0099FF}
.footer-bottom .social svg{width:14px;height:14px}

/* ═══════ Mobile ═══════ */
@media(max-width:900px){
    .nav-menu{display:none}
    .nav-menu.open{
        display:flex;position:absolute;top:100%;left:0;right:0;background:#0a1015;
        border-bottom:1px solid #24303d;flex-direction:column;padding:20px 24px;gap:18px;
        box-shadow:0 8px 24px rgba(0,0,0,.4);
    }
    .nav-menu.open .nav-mobile-only{
        display:block;
        padding-top:14px;
        margin-top:6px;
        border-top:1px solid #24303d;
        color:#0099FF;
        font-weight:700;
    }
    .nav-menu.open .nav-mobile-only + .nav-mobile-only{
        border-top:none;
        padding-top:0;
        margin-top:0;
    }
    .mobile-toggle{display:flex}
    .nav-desktop-only{display:none}
    .nav-cta{gap:0}
    .hero{padding:60px 0 80px}
    .hero h1{font-size:40px}
    .hero .lede{font-size:15px}
    .hero-stats{grid-template-columns:repeat(2,1fr);gap:24px;margin-top:48px}
    .page-hero{padding:50px 0 40px}
    .page-hero h1{font-size:32px}
    .section{padding:60px 0}
    .section-head h2{font-size:30px}
    .core-grid{grid-template-columns:repeat(2,1fr)}
    .modules-grid{grid-template-columns:1fr}
    .caps-grid{grid-template-columns:1fr}
    .why-grid{grid-template-columns:1fr;gap:40px}
    .why-text h2{font-size:28px}
    .pricing-grid{grid-template-columns:1fr}
    .cta-section{padding:60px 0}
    .cta-section h2{font-size:32px}
    .form-grid,.form-grid.cols-3{grid-template-columns:1fr}
    .form-card{padding:28px 20px}
}

/* Footer collapses later than main mobile breakpoint so the columns
   stay horizontal as long as they comfortably fit. */
@media(max-width:760px){
    .footer-grid{grid-template-columns:1fr 1fr;gap:32px}
    .footer-brand{grid-column:1/-1}
}
@media(max-width:500px){
    .core-grid{grid-template-columns:1fr}
}
@media(max-width:480px){
    .footer-grid{grid-template-columns:1fr;gap:28px}
}
