:root{
  --navy:#0f2244;
  --navy-dark:#0a1830;
  --blue:#2f5fd6;
  --gold:#f5a623;
  --gray-bg:#f4f6f9;
  --border:#e5e8ee;
  --text-dark:#1a2236;
  --text-mid:#5b6474;
  --text-light:#8a93a3;
  --white:#ffffff;
  --radius:10px;
}
.st *{box-sizing:border-box;}
.st{font-family:'Segoe UI',Arial,Helvetica,sans-serif;color:var(--text-dark);}
.st a{text-decoration:none;color:inherit;}
.st img{display:block;}
.st .wrap{max-width:1180px;margin:0 auto;padding:0 20px;}

/* HEADER */
.st header.site{background:var(--white);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:50;}
.st .site-header-inner{display:flex;align-items:center;justify-content:space-between;padding:10px 20px;max-width:1180px;margin:0 auto;gap:16px;}
.st .logo{font-size:22px;font-weight:800;color:var(--navy);display:flex;align-items:center;}
.st .logo span{color:var(--blue);}
.st .logo small{display:block;font-size:10px;font-weight:400;color:var(--text-light);letter-spacing:.3px;}
.st nav.main-nav{display:flex;gap:26px;flex-wrap:wrap;}
.st nav.main-nav a{font-size:14.5px;font-weight:600;color:var(--text-dark);white-space:nowrap;}
.st nav.main-nav a:hover{color:var(--blue);}
.st .header-actions{display:flex;align-items:center;gap:16px;}
.st .icon-btn{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--text-mid);cursor:pointer;font-size:16px;}
.st .icon-btn:hover{background:var(--gray-bg);}
.st .btn-primary{background:var(--blue);color:#fff;font-weight:600;font-size:14px;padding:10px 18px;border-radius:6px;border:none;cursor:pointer;display:inline-block;}
.st .btn-primary:hover{background:#264ec2;}

/* HERO */
.st .hero{background:linear-gradient(120deg,var(--navy) 0%, var(--navy-dark) 100%);color:#fff;padding:46px 20px 34px;}
.st .hero-inner{max-width:1180px;margin:0 auto;display:flex;gap:40px;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;}
.st .hero-left{flex:1 1 480px;max-width:560px;}
.st .hero-left h1{font-size:38px;line-height:1.25;font-weight:800;margin-bottom:14px;}
.st .hero-left h1 .accent{color:var(--gold);}
.st .hero-left p{color:#c7cfdd;font-size:15px;margin-bottom:22px;max-width:480px;}
.st .search-box{display:flex;background:#fff;border-radius:8px;overflow:hidden;max-width:500px;}
.st .search-box input{flex:1;border:none;padding:14px 16px;font-size:14px;outline:none;color:var(--text-dark);}
.st .search-box button{background:var(--blue);border:none;padding:0 22px;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;}
.st .popular-searches{margin-top:16px;font-size:13px;color:#a9b3c6;display:flex;flex-wrap:wrap;gap:8px;align-items:center;}
.st .tag-pill{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.18);padding:5px 12px;border-radius:16px;font-size:12.5px;color:#e4e8f0;}
.st .hero-right{display:flex;gap:14px;flex-wrap:wrap;}
.st .hero-card{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.12);border-radius:10px;width:150px;overflow:hidden;}
.st .hero-card img{width:100%;height:130px;object-fit:cover;background:#1c2c4a;}
.st .hero-card .hc-body{padding:10px;}
.st .hero-card .hc-body h4{font-size:13px;font-weight:700;margin-bottom:2px;}
.st .hero-card .hc-body p{font-size:11px;color:#aeb6c8;margin-bottom:6px;}
.st .hero-card .hc-stat{font-size:11px;color:#f0b429;font-weight:600;display:flex;gap:4px;align-items:center;}

/* QUICK NAV STRIP */
.st .quick-nav{background:#fff;margin-top:-1px;border-bottom:1px solid var(--border);}
.st .quick-nav .wrap{display:flex;flex-wrap:wrap;justify-content:center;padding:22px 20px;gap:10px 28px;}
.st .qn-item{display:flex;flex-direction:column;align-items:center;gap:8px;cursor:pointer;padding:6px;border-radius:8px;}
.st .qn-item:hover{background:var(--gray-bg);}
.st .qn-icon{width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;}
.st .qn-item span{font-size:13px;font-weight:600;color:var(--text-dark);}

/* SECTIONS */
.st section{padding:34px 20px;}
.st .section-inner{max-width:1180px;margin:0 auto;}
.st .sec-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;gap:12px;}
.st .sec-head h2{font-size:20px;font-weight:800;}
.st .sec-head a.viewall{font-size:13px;font-weight:600;color:var(--blue);white-space:nowrap;}

/* PROFILE GRID */
.st .grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;}
.st .grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;}
.st .profile-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:box-shadow .2s, transform .2s;}
.st .profile-card:hover{box-shadow:0 6px 18px rgba(20,30,60,.08);transform:translateY(-2px);}
.st .profile-card img{width:100%;height:150px;object-fit:cover;background:var(--gray-bg);}
.st .profile-card .pc-body{padding:12px 14px;}
.st .profile-card h4{font-size:14.5px;font-weight:700;margin-bottom:2px;}
.st .profile-card .role{font-size:12.5px;color:var(--text-mid);margin-bottom:8px;}
.st .profile-card .meta{font-size:12px;color:var(--text-light);display:flex;align-items:center;gap:5px;}
.st .profile-card .meta.follow{color:#c0392b;font-weight:600;}

.st .two-col{display:grid;grid-template-columns:1fr 1fr;gap:22px;}

/* COMPANIES */
.st .grid-6{display:grid;grid-template-columns:repeat(6,1fr);gap:14px;}
.st .grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;}
.st .company-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:16px 14px;text-align:left;}
.st .company-logo{width:56px;height:56px;border-radius:8px;border:1px solid var(--border);display:flex;align-items:center;justify-content:center;font-weight:800;font-size:13px;margin-bottom:12px;overflow:hidden;background:var(--gray-bg);}
.st .company-logo img{width:100%;height:100%;object-fit:cover;}
.st .company-card h4{font-size:14px;font-weight:700;margin-bottom:2px;}
.st .company-card .sub{font-size:12px;color:var(--text-mid);margin-bottom:6px;}
.st .company-card .loc{font-size:11.5px;color:var(--text-light);}

/* TWO COLUMN BOTTOM */
.st .content-flex{display:grid;grid-template-columns:2fr 1fr;gap:22px;align-items:start;}
.st .card-panel{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:18px;}

.st .article-row{display:flex;gap:12px;padding:10px 0;border-bottom:1px solid var(--border);}
.st .article-row:last-child{border-bottom:none;}
.st .article-row img{width:64px;height:56px;object-fit:cover;border-radius:6px;flex-shrink:0;background:var(--gray-bg);}
.st .article-row h5{font-size:13.5px;font-weight:700;line-height:1.3;margin-bottom:4px;}
.st .article-row .date{font-size:11.5px;color:var(--text-light);}

/* BROWSE PANELS */
.st .browse-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px 8px;}
.st .browse-grid.cols-4{grid-template-columns:repeat(4,1fr);}
.st .browse-item{display:flex;flex-direction:column;align-items:center;gap:8px;padding:10px 4px;border-radius:8px;cursor:pointer;}
.st .browse-item:hover{background:var(--gray-bg);}
.st .browse-icon{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px;background:var(--gray-bg);}
.st .browse-item span{font-size:12.5px;font-weight:600;text-align:center;}

/* RECENTLY ADDED */
.st .recent-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;}
.st .recent-people{display:flex;gap:16px;flex-wrap:wrap;}
.st .avatar-item{display:flex;flex-direction:column;align-items:center;gap:6px;width:70px;}
.st .avatar-item img{width:60px;height:60px;border-radius:50%;object-fit:cover;background:var(--gray-bg);}
.st .avatar-item.square img{border-radius:12px;}
.st .avatar-item span{font-size:12px;font-weight:600;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%;}

/* FEATURE STRIP */
.st .feature-strip{background:#fff;border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:26px 20px;}
.st .feature-strip .wrap{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;}
.st .feature-item{display:flex;gap:12px;align-items:flex-start;}
.st .feature-icon{width:40px;height:40px;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:18px;background:var(--gray-bg);}
.st .feature-item h5{font-size:14px;font-weight:700;margin-bottom:2px;}
.st .feature-item p{font-size:12px;color:var(--text-mid);}

/* FOOTER */
.st footer.site-footer{background:var(--navy-dark);color:#c7cfdd;padding:44px 20px 20px;}
.st .footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:24px;max-width:1180px;margin:0 auto;}
.st .footer-grid h3{color:#fff;font-size:18px;margin-bottom:10px;}
.st .footer-grid p{font-size:13px;line-height:1.5;color:#9aa4b8;margin-bottom:16px;}
.st .social-row{display:flex;gap:10px;}
.st .social-row a{width:32px;height:32px;border-radius:50%;background:rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center;font-size:14px;color:#fff;}
.st .footer-grid h4{font-size:14px;color:#fff;margin-bottom:14px;}
.st .footer-grid ul{list-style:none;}
.st .footer-grid ul li{margin-bottom:9px;font-size:13px;}
.st .footer-grid ul li a{color:#9aa4b8;}
.st .footer-grid ul li a:hover{color:#fff;}
.st .footer-bottom{max-width:1180px;margin:30px auto 0;padding-top:18px;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;font-size:12.5px;color:#7e8aa0;flex-wrap:wrap;gap:8px;}

/* LISTING DETAIL PAGE */
.st .profile-page{padding:24px 20px 50px;}
.st .profile-page .wrap{max-width:1180px;}
.st .breadcrumb-row{font-size:12.5px;color:var(--text-light);margin-bottom:18px;}
.st .breadcrumb-row a{color:var(--text-mid);}
.st .breadcrumb-row a:hover{color:var(--blue);}
.st .profile-grid{display:grid;grid-template-columns:2fr 1fr;gap:24px;align-items:start;}

.st .profile-hero{display:grid;grid-template-columns:220px 1fr;gap:20px;margin-bottom:18px;}
.st .profile-photo{width:220px;height:220px;border-radius:16px;object-fit:cover;background:var(--gray-bg);}
.st .profile-banner{width:100%;height:260px;border-radius:16px;object-fit:cover;background:var(--gray-bg);margin-bottom:18px;}
.st .company-logo-badge{width:110px;height:110px;border-radius:12px;background:#fff;border:1px solid var(--border);display:flex;align-items:center;justify-content:center;font-weight:800;font-size:22px;color:var(--navy);position:relative;margin-top:-70px;margin-left:24px;box-shadow:0 6px 18px rgba(20,30,60,.1);overflow:hidden;}
.st .company-logo-badge img{width:100%;height:100%;object-fit:cover;}

.st .profile-name-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap;}
.st .profile-name-row h1{font-size:28px;font-weight:800;}
.st .badge-pill{display:inline-flex;align-items:center;gap:5px;font-size:12px;font-weight:700;padding:4px 12px;border-radius:20px;}
.st .badge-verified{background:#e6f7ec;color:#1f8a4c;}
.st .badge-featured{background:#fff3d6;color:#b7791f;}
.st .profile-tagline{font-size:14.5px;color:var(--text-mid);margin:6px 0 10px;}
.st .profile-meta-row{display:flex;flex-wrap:wrap;gap:16px;font-size:13px;color:var(--text-light);margin-bottom:14px;}
.st .profile-meta-row a{color:var(--text-light);}
.st .profile-meta-row a:hover{color:var(--blue);}
.st .profile-meta-row i{color:var(--blue);margin-right:5px;}

.st .stats-row{display:flex;flex-wrap:wrap;gap:28px;margin:14px 0 18px;}
.st .stat-box{min-width:70px;}
.st .stat-box .num{font-size:18px;font-weight:800;color:var(--navy);}
.st .stat-box .label{font-size:11.5px;color:var(--text-light);}

.st .social-icons-row{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:16px;}
.st .social-icons-row a{width:36px;height:36px;border-radius:50%;background:var(--gray-bg);display:flex;align-items:center;justify-content:center;color:var(--text-mid);font-size:14px;}
.st .social-icons-row a:hover{background:var(--blue);color:#fff;}

.st .action-buttons{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:24px;}
.st .btn-outline-plain{background:#fff;border:1px solid var(--border);color:var(--text-dark);font-weight:600;font-size:13.5px;padding:10px 18px;border-radius:6px;cursor:pointer;display:inline-flex;align-items:center;gap:6px;}
.st .btn-outline-plain:hover{border-color:var(--blue);color:var(--blue);}

.st .sidebar-box{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:18px;margin-bottom:20px;}
.st .sidebar-box h3{font-size:14px;font-weight:700;margin-bottom:14px;}
.st .info-row{display:flex;justify-content:space-between;gap:10px;padding:8px 0;border-bottom:1px solid var(--border);font-size:13px;}
.st .info-row:last-child{border-bottom:none;}
.st .info-row .k{color:var(--text-light);}
.st .info-row .v{color:var(--text-dark);font-weight:600;text-align:right;}
.st .info-row .v a{color:var(--blue);}

.st .content-section{margin-bottom:26px;}
.st .content-section h2{font-size:17px;font-weight:800;margin-bottom:12px;border-bottom:1px solid var(--border);padding-bottom:8px;}
.st .content-section p{font-size:14px;color:var(--text-mid);line-height:1.7;}
.st .kv-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;}
.st .kv-item{background:var(--gray-bg);border-radius:8px;padding:10px 14px;}
.st .kv-item .k{font-size:11px;color:var(--text-light);text-transform:uppercase;letter-spacing:.3px;}
.st .kv-item .v{font-size:13.5px;font-weight:600;margin-top:2px;}

.st .related-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;}

@media (max-width:980px){
    .st .profile-grid{grid-template-columns:1fr;}
    .st .profile-hero{grid-template-columns:1fr;}
    .st .profile-photo{width:140px;height:140px;}
    .st .kv-grid, .st .related-strip{grid-template-columns:repeat(2,1fr);}
}

/* PROFILE PAGE — RICH SECTIONS */
.st .tabs-nav{display:flex;gap:22px;overflow-x:auto;border-bottom:1px solid var(--border);margin-bottom:22px;}
.st .tabs-nav a{font-size:13.5px;font-weight:600;color:var(--text-mid);padding:10px 2px;white-space:nowrap;border-bottom:2px solid transparent;}
.st .tabs-nav a.active,.st .tabs-nav a:hover{color:var(--blue);border-color:var(--blue);}

.st .chip-row{display:flex;flex-wrap:wrap;gap:10px;margin:14px 0;}
.st .chip-box{background:var(--gray-bg);border-radius:8px;padding:10px 14px;display:flex;align-items:center;gap:8px;font-size:12.5px;min-width:150px;}
.st .chip-box i{color:var(--blue);}
.st .chip-box .k{color:var(--text-light);font-size:11px;display:block;}
.st .chip-box .v{font-weight:600;color:var(--text-dark);}

.st .tag-chip{display:inline-block;background:#fff;border:1px solid var(--blue);color:var(--blue);font-size:12px;font-weight:600;padding:5px 14px;border-radius:20px;}

.st .timeline{position:relative;padding-left:26px;}
.st .timeline::before{content:'';position:absolute;left:6px;top:4px;bottom:4px;width:2px;background:var(--border);}
.st .timeline-item{position:relative;padding-bottom:20px;}
.st .timeline-item:last-child{padding-bottom:0;}
.st .timeline-item::before{content:'';position:absolute;left:-26px;top:4px;width:11px;height:11px;border-radius:50%;background:var(--blue);border:2px solid #fff;box-shadow:0 0 0 2px var(--blue);}
.st .timeline-item .year{font-size:11.5px;font-weight:700;color:var(--blue);}
.st .timeline-item h5{font-size:13.5px;font-weight:700;margin:2px 0;}
.st .timeline-item p{font-size:12.5px;color:var(--text-mid);}

.st .stat-card-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;}
.st .stat-card{background:var(--gray-bg);border-radius:10px;padding:16px;text-align:center;}
.st .stat-card .ic{width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 8px;font-size:15px;}
.st .stat-card .num{font-size:15px;font-weight:800;}
.st .stat-card .lbl{font-size:11px;color:var(--text-light);}

.st .press-logos{display:flex;flex-wrap:wrap;gap:22px;align-items:center;}
.st .press-logos span{font-size:16px;font-weight:800;color:var(--text-mid);font-family:Georgia,serif;}

.st .gallery-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:10px;}
.st .gallery-grid img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:8px;background:var(--gray-bg);}

.st .video-list{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;}
.st .video-item{background:var(--gray-bg);border-radius:10px;overflow:hidden;}
.st .video-item .thumb{aspect-ratio:16/10;background:var(--navy);display:flex;align-items:center;justify-content:center;color:#fff;font-size:22px;position:relative;}
.st .video-item .title{font-size:12.5px;font-weight:600;padding:8px 10px;}

.st details.faq-item{border:1px solid var(--border);border-radius:8px;padding:12px 14px;margin-bottom:8px;}
.st details.faq-item summary{cursor:pointer;font-size:13.5px;font-weight:600;list-style:none;}
.st details.faq-item summary::-webkit-details-marker{display:none;}
.st details.faq-item summary::after{content:'+';float:right;font-size:16px;color:var(--text-light);}
.st details.faq-item[open] summary::after{content:'−';}
.st details.faq-item p{font-size:13px;color:var(--text-mid);margin-top:10px;}

@media (max-width:980px){
    .st .stat-card-grid, .st .video-list{grid-template-columns:repeat(2,1fr);}
    .st .gallery-grid{grid-template-columns:repeat(3,1fr);}
}

/* COMPANY PROFILE — RICH SECTIONS */
.st .stat-card-grid.cols-5{grid-template-columns:repeat(5,1fr);}

.st .service-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;}
.st .service-card{background:#fff;border:1px solid var(--border);border-radius:10px;padding:20px;}
.st .service-card .ic{width:44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:18px;margin-bottom:12px;}
.st .service-card h5{font-size:14.5px;font-weight:700;margin-bottom:6px;}
.st .service-card p{font-size:12.5px;color:var(--text-mid);line-height:1.6;}

.st .portfolio-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;}
.st .portfolio-card{background:#fff;border:1px solid var(--border);border-radius:10px;overflow:hidden;}
.st .portfolio-card img{width:100%;height:160px;object-fit:cover;background:var(--gray-bg);}
.st .portfolio-card .pc-body{padding:14px;}
.st .portfolio-card .tag{display:inline-block;font-size:11px;font-weight:700;color:var(--blue);background:#e6f0ff;padding:3px 10px;border-radius:12px;margin-bottom:8px;}
.st .portfolio-card h5{font-size:14px;font-weight:700;margin-bottom:8px;}
.st .portfolio-card .tech-row{display:flex;flex-wrap:wrap;gap:6px;}
.st .portfolio-card .tech-chip{font-size:11px;background:var(--gray-bg);color:var(--text-mid);padding:3px 9px;border-radius:10px;}

.st .news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;}
.st .news-card{background:#fff;border:1px solid var(--border);border-radius:10px;overflow:hidden;}
.st .news-card img{width:100%;height:130px;object-fit:cover;background:var(--gray-bg);}
.st .news-card .nc-body{padding:12px 14px;}
.st .news-card .date{font-size:11px;color:var(--text-light);margin-bottom:4px;}
.st .news-card h5{font-size:13px;font-weight:700;line-height:1.4;}

.st .checklist{list-style:none;display:grid;gap:10px;}
.st .checklist li{display:flex;gap:10px;align-items:flex-start;font-size:13.5px;color:var(--text-mid);}
.st .checklist li i{color:#1f8a4c;margin-top:3px;}

/* LISTING SUBMISSION WIZARD */
.st .wizard-hero{background:linear-gradient(120deg,var(--navy) 0%, var(--navy-dark) 100%);color:#fff;padding:38px 20px;}
.st .wizard-hero h1{font-size:30px;font-weight:800;margin-bottom:8px;}
.st .wizard-hero h1 .accent{color:var(--gold);}
.st .wizard-hero p{color:#c7cfdd;font-size:14.5px;max-width:600px;margin-bottom:18px;}
.st .hero-badge-row{display:flex;flex-wrap:wrap;gap:10px;}
.st .hero-badge{display:inline-flex;align-items:center;gap:7px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.18);padding:7px 14px;border-radius:20px;font-size:12.5px;color:#e4e8f0;}
.st .hero-badge i{color:var(--gold);}

.st .step-indicator{display:flex;align-items:flex-start;justify-content:space-between;max-width:640px;margin:0 auto 30px;padding:0 10px;}
.st .step-indicator .step-item{display:flex;flex-direction:column;align-items:center;gap:8px;flex:1;position:relative;}
.st .step-indicator .step-item:not(:last-child)::after{content:'';position:absolute;top:16px;left:calc(50% + 22px);right:calc(-50% + 22px);height:2px;background:var(--border);}
.st .step-indicator .step-item.done:not(:last-child)::after{background:var(--blue);}
.st .step-dot{width:32px;height:32px;border-radius:50%;background:var(--gray-bg);color:var(--text-light);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:13px;border:2px solid var(--border);z-index:1;}
.st .step-item.active .step-dot{background:var(--blue);border-color:var(--blue);color:#fff;}
.st .step-item.done .step-dot{background:var(--blue);border-color:var(--blue);color:#fff;}
.st .step-item span.label{font-size:11.5px;font-weight:600;color:var(--text-light);text-align:center;}
.st .step-item.active span.label,.st .step-item.done span.label{color:var(--text-dark);}

.st .type-card-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;}
.st .type-card{position:relative;background:#fff;border:2px solid var(--border);border-radius:12px;padding:22px 16px;text-align:center;cursor:pointer;transition:border-color .15s;}
.st .type-card:hover{border-color:var(--blue);}
.st .type-card.selected{border-color:var(--blue);background:#f5f8ff;}
.st .type-card .tc-icon{width:56px;height:56px;border-radius:50%;background:var(--gray-bg);display:flex;align-items:center;justify-content:center;font-size:22px;margin:0 auto 12px;color:var(--blue);}
.st .type-card h4{font-size:14.5px;font-weight:700;margin-bottom:4px;}
.st .type-card p{font-size:11.5px;color:var(--text-mid);line-height:1.4;}
.st .type-card .tc-check{position:absolute;top:10px;right:10px;width:22px;height:22px;border-radius:50%;background:var(--blue);color:#fff;display:none;align-items:center;justify-content:center;font-size:11px;}
.st .type-card.selected .tc-check{display:flex;}

.st .wizard-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:24px;margin-bottom:20px;}
.st .wizard-card h3{font-size:16px;font-weight:800;margin-bottom:4px;}
.st .wizard-card .step-sub{font-size:13px;color:var(--text-mid);margin-bottom:18px;}

.st .form-row-2{display:grid;grid-template-columns:1fr 1fr;gap:16px;}
.st .form-group{margin-bottom:16px;}
.st .form-group label{display:block;font-size:13px;font-weight:600;color:var(--text-dark);margin-bottom:6px;}
.st .form-group .req{color:#c0392b;}
.st .form-control-st{width:100%;border:1px solid var(--border);border-radius:8px;padding:10px 12px;font-size:13.5px;color:var(--text-dark);font-family:inherit;background:#fff;}
.st .form-control-st:focus{outline:none;border-color:var(--blue);}
.st textarea.form-control-st{resize:vertical;}
.st .form-error{color:#c0392b;font-size:12px;margin-top:4px;}
.st .form-help{color:var(--text-light);font-size:11.5px;margin-top:4px;}

.st .wizard-nav{display:flex;justify-content:space-between;align-items:center;margin-top:6px;}

.st .info-banner{display:flex;align-items:flex-start;gap:10px;background:#eef4ff;border:1px solid #d3e2fb;border-radius:8px;padding:12px 14px;font-size:12.5px;color:var(--text-mid);margin-bottom:20px;}
.st .info-banner i{color:var(--blue);margin-top:2px;}

.st .success-box{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:50px 30px;text-align:center;}
.st .success-box .ic{width:70px;height:70px;border-radius:50%;background:#e6f7ec;color:#1f8a4c;display:flex;align-items:center;justify-content:center;font-size:30px;margin:0 auto 18px;}
.st .success-box h2{font-size:22px;font-weight:800;margin-bottom:10px;}
.st .success-box p{font-size:14px;color:var(--text-mid);max-width:440px;margin:0 auto 22px;}

.st .honeypot-field{position:absolute;left:-9999px;top:-9999px;opacity:0;height:0;overflow:hidden;}

@media (max-width:980px){
    .st .type-card-grid{grid-template-columns:repeat(2,1fr);}
    .st .form-row-2{grid-template-columns:1fr;}
    .st .step-indicator .step-item span.label{display:none;}
}

.st .company-logo-badge .logo-text{display:flex;flex-direction:column;align-items:center;justify-content:center;line-height:1.2;font-size:12.5px;letter-spacing:.4px;text-align:center;padding:4px;}

@media (max-width:980px){
    .st .service-card-grid, .st .portfolio-grid, .st .news-grid{grid-template-columns:repeat(2,1fr);}
    .st .stat-card-grid.cols-5{grid-template-columns:repeat(2,1fr);}
}

/* ICON COLOR VARIANTS (cycled through for quick-nav / browse / feature icons) */
.st .icon-c1{background:#fde8ec;color:#c0392b;}
.st .icon-c2{background:#e6f0ff;color:#1e5aa8;}
.st .icon-c3{background:#e6f7ec;color:#1f8a4c;}
.st .icon-c4{background:#f1e9fb;color:#6c3fb5;}
.st .icon-c5{background:#fdeee0;color:#c2660d;}
.st .icon-c6{background:#fff7de;color:#a67c00;}

@media (max-width:980px){
  .st nav.main-nav{display:none;}
  .st .grid-4, .st .grid-2{grid-template-columns:repeat(2,1fr);}
  .st .grid-6, .st .grid-3{grid-template-columns:repeat(3,1fr);}
  .st .content-flex{grid-template-columns:1fr;}
  .st .browse-grid{grid-template-columns:repeat(3,1fr);}
  .st .recent-grid{grid-template-columns:1fr;}
  .st .footer-grid{grid-template-columns:repeat(2,1fr);}
  .st .quick-nav .wrap{gap:16px;}
}
