/* SoluMentis Inc — Corporate Management & Technology Consulting */

@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Plus+Jakarta+Sans:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400&display=swap');

:root {
  --ink: #0c1220;
  --ink-soft: #141c2b;
  --slate: #1e2a3d;
  --slate-mid: #2d3f58;
  --copper: #c9956a;
  --copper-light: #e8c4a0;
  --copper-dark: #a67344;
  --cream: #faf8f5;
  --gray-bg: #f4f6f9;
  --gray-bar: #eef1f6;
  --gray-text: #64748b;
  --text: #475569;
  --text-dark: #0f172a;
  --white: #ffffff;
  --border: #e2e8f0;
  --font: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --serif: 'DM Serif Display', Georgia, serif;
  --max: 1080px;
  --wide: 1200px;
  --radius: 8px;
  --shadow: 0 12px 40px rgba(12, 18, 32, 0.08);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--font); font-size: 16px; line-height: 1.75; color: var(--text); background: var(--white); -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--slate); text-decoration: none; transition: color 0.2s, background 0.2s, border-color 0.2s; }
a:hover { color: var(--copper-dark); }

h1, h2, h3, .serif { font-family: var(--serif); font-weight: 400; letter-spacing: -0.01em; }

.utility-bar { background: var(--ink); color: var(--white); padding: 12px 24px; font-size: 13px; }
.utility-inner { max-width: var(--wide); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.utility-items { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.utility-item { display: flex; align-items: flex-start; gap: 10px; }
.utility-icon { width: 34px; height: 34px; background: rgba(255,255,255,0.08); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 14px; flex-shrink: 0; }
.utility-item h4 { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; color: var(--copper-light); margin-bottom: 2px; font-family: var(--font); }
.utility-item a, .utility-item span { font-size: 13px; color: rgba(255,255,255,0.85); line-height: 1.4; }
.utility-item a:hover { color: var(--copper-light); }
.utility-cta { display: inline-block; background: var(--copper); color: var(--ink) !important; padding: 10px 22px; font-size: 13px; font-weight: 700; border-radius: var(--radius); white-space: nowrap; letter-spacing: 0.02em; }
.utility-cta:hover { background: var(--copper-light); color: var(--ink) !important; }

.main-header { background: rgba(255,255,255,0.96); backdrop-filter: blur(12px); border-bottom: 1px solid transparent; padding: 0 24px; position: sticky; top: 0; z-index: 200; transition: box-shadow 0.25s, border-color 0.25s; }
.main-header.scrolled { border-color: var(--border); box-shadow: 0 4px 24px rgba(12,18,32,0.06); }
.header-inner { max-width: var(--wide); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; height: 88px; gap: 24px; }
.site-logo { display: flex; align-items: center; gap: 14px; flex-shrink: 0; }
.logo-mark { width: 44px; height: 44px; border-radius: 10px; }
.logo-text { display: flex; flex-direction: column; line-height: 1.15; }
.logo-name { font-family: var(--serif); font-size: 1.35rem; color: var(--ink); letter-spacing: -0.02em; }
.logo-tagline { font-size: 9px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gray-text); margin-top: 3px; }

.main-menu { flex: 1; display: flex; justify-content: flex-end; }
.menu-list { list-style: none; display: flex; align-items: center; gap: 4px; }
.menu-list > li { position: relative; }
.menu-list > li > a { display: block; padding: 10px 14px; font-size: 14px; font-weight: 600; color: var(--gray-text); border-radius: var(--radius); }
.menu-list > li > a:hover, .menu-list > li > a.active { color: var(--ink); }
.menu-dropdown { position: absolute; top: calc(100% + 8px); left: 0; min-width: 260px; background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow); padding: 8px 0; list-style: none; opacity: 0; visibility: hidden; transform: translateY(8px); transition: all 0.22s; z-index: 100; }
.has-submenu:hover .menu-dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.menu-dropdown li a { display: block; padding: 10px 20px; font-size: 13px; font-weight: 600; color: var(--gray-text); }
.menu-dropdown li a:hover { background: var(--cream); color: var(--ink); }
.mobile-toggle { display: none; background: var(--gray-bar); border: none; padding: 10px 16px; font-size: 13px; font-weight: 700; cursor: pointer; border-radius: var(--radius); color: var(--text-dark); }

.announce-strip { background: var(--cream); border-bottom: 1px solid var(--border); text-align: center; padding: 11px 24px; font-size: 14px; color: var(--text); }
.announce-strip a { font-weight: 700; color: var(--copper-dark); }

.hero-banner { position: relative; min-height: 520px; background-size: cover; background-position: center; display: flex; align-items: center; }
.hero-banner::before { content: ''; position: absolute; inset: 0; background: linear-gradient(115deg, rgba(12,18,32,0.88) 0%, rgba(12,18,32,0.55) 55%, rgba(12,18,32,0.35) 100%); }
.hero-overlay { position: relative; z-index: 1; padding: 80px 24px; max-width: var(--wide); margin: 0 auto; width: 100%; }
.hero-eyebrow { display: inline-block; font-size: 11px; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase; color: var(--copper-light); margin-bottom: 20px; padding: 6px 14px; border: 1px solid rgba(201,149,106,0.4); border-radius: 999px; background: rgba(201,149,106,0.08); }
.hero-overlay h1 { font-size: clamp(2.4rem, 5.5vw, 3.8rem); color: var(--white); line-height: 1.08; margin-bottom: 22px; max-width: 720px; }
.hero-overlay h1 em { font-style: italic; color: var(--copper-light); }
.hero-lead { font-size: clamp(1rem, 2vw, 1.2rem); color: rgba(255,255,255,0.82); max-width: 580px; line-height: 1.65; margin-bottom: 32px; font-weight: 500; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }

.page-banner { background: linear-gradient(135deg, var(--ink) 0%, var(--slate) 100%); padding: 56px 24px 64px; text-align: center; color: var(--white); }
.page-banner h1 { font-size: clamp(1.9rem, 4vw, 2.6rem); margin-bottom: 10px; }
.page-banner p { font-size: 16px; opacity: 0.78; max-width: 620px; margin: 0 auto; font-weight: 500; }
.breadcrumb { font-size: 12px; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; opacity: 0.55; margin-bottom: 16px; font-family: var(--font); }
.breadcrumb a { color: var(--white); }
.breadcrumb a:hover { color: var(--copper-light); }

.content-section { padding: 72px 24px; }
.content-section.gray { background: var(--gray-bg); }
.content-section.cream { background: var(--cream); }
.content-section.white { background: var(--white); }
.content-section.dark { background: var(--ink); color: rgba(255,255,255,0.82); }
.content-section.dark h2, .content-section.dark h3 { color: var(--white); }
.section-wrap { max-width: var(--max); margin: 0 auto; }
.section-wrap.wide { max-width: var(--wide); }
.section-label { font-size: 11px; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; color: var(--copper-dark); margin-bottom: 12px; }
.section-wrap h2 { font-size: clamp(1.65rem, 3vw, 2.25rem); color: var(--text-dark); margin-bottom: 18px; line-height: 1.2; }
.section-wrap h3 { font-size: 1.15rem; font-weight: 700; color: var(--text-dark); margin: 28px 0 10px; font-family: var(--font); }
.section-wrap p { margin-bottom: 16px; }
.section-wrap ul, .section-wrap ol { margin: 0 0 18px 22px; }
.section-wrap li { margin-bottom: 8px; }
.section-intro { font-size: 17px; color: var(--gray-text); max-width: 680px; margin-bottom: 8px; }

.media-block { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.media-block.reverse .media-image { order: 2; }
.media-block.reverse .media-text { order: 1; }
.media-image img { width: 100%; border-radius: var(--radius); box-shadow: var(--shadow); }
.media-image .img-frame { position: relative; border-radius: var(--radius); overflow: hidden; }
.media-image .img-frame::after { content: ''; position: absolute; inset: 0; border: 1px solid rgba(201,149,106,0.25); border-radius: var(--radius); pointer-events: none; }

.stats-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 40px; }
.stat-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); padding: 28px 22px; text-align: center; }
.stat-card .num { font-family: var(--serif); font-size: 2.2rem; color: var(--copper-dark); line-height: 1; margin-bottom: 8px; }
.stat-card .label { font-size: 13px; font-weight: 600; color: var(--gray-text); line-height: 1.4; }

.services-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin-top: 32px; }
.service-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); padding: 32px; transition: transform 0.25s, box-shadow 0.25s; position: relative; overflow: hidden; }
.service-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--copper), var(--copper-light)); opacity: 0; transition: opacity 0.25s; }
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.service-card:hover::before { opacity: 1; }
.service-card .icon { width: 48px; height: 48px; background: var(--cream); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 22px; margin-bottom: 18px; }
.service-card h3 { font-family: var(--serif); font-size: 1.25rem; color: var(--text-dark); margin-bottom: 12px; }
.service-card p { font-size: 14px; margin-bottom: 16px; line-height: 1.65; }
.service-card a { font-size: 13px; font-weight: 700; color: var(--copper-dark); letter-spacing: 0.02em; }

.btn-primary { display: inline-block; background: var(--copper); color: var(--ink) !important; padding: 14px 30px; font-size: 14px; font-weight: 700; border-radius: var(--radius); border: none; cursor: pointer; font-family: var(--font); letter-spacing: 0.02em; }
.btn-primary:hover { background: var(--copper-light); color: var(--ink) !important; }
.btn-outline { display: inline-block; border: 2px solid rgba(255,255,255,0.65); color: var(--white) !important; padding: 12px 28px; font-size: 14px; font-weight: 700; border-radius: var(--radius); }
.btn-outline:hover { background: rgba(255,255,255,0.1); border-color: var(--white); color: var(--white) !important; }
.btn-dark { display: inline-block; background: var(--ink); color: var(--white) !important; padding: 13px 28px; font-size: 14px; font-weight: 700; border-radius: var(--radius); border: none; cursor: pointer; font-family: var(--font); }
.btn-dark:hover { background: var(--slate); color: var(--white) !important; }
.btn-outline-dark { display: inline-block; border: 2px solid var(--ink); color: var(--ink) !important; padding: 11px 26px; font-size: 14px; font-weight: 700; border-radius: var(--radius); }
.btn-outline-dark:hover { background: var(--ink); color: var(--white) !important; }

.steps-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 32px; }
.step-box { text-align: center; padding: 28px 18px; background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); }
.step-box .num { width: 44px; height: 44px; background: var(--ink); color: var(--copper-light); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 15px; margin: 0 auto 14px; font-family: var(--font); }
.step-box h3 { font-size: 15px; font-weight: 700; color: var(--text-dark); margin-bottom: 8px; font-family: var(--font); }
.step-box p { font-size: 13px; color: var(--text); line-height: 1.55; }

.insights-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 32px; }
.insight-item { border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; background: var(--white); transition: box-shadow 0.25s; }
.insight-item:hover { box-shadow: var(--shadow); }
.insight-item img { width: 100%; height: 180px; object-fit: cover; }
.insight-body { padding: 22px; }
.insight-date { font-size: 11px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; color: var(--copper-dark); margin-bottom: 10px; }
.insight-body h3 { font-family: var(--serif); font-size: 1.1rem; color: var(--text-dark); margin-bottom: 8px; line-height: 1.35; }
.insight-body p { font-size: 14px; }

.trust-bar { display: flex; flex-wrap: wrap; gap: 32px; justify-content: center; align-items: center; padding: 28px 24px; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); background: var(--white); }
.trust-item { font-size: 13px; font-weight: 700; color: var(--gray-text); letter-spacing: 0.04em; text-transform: uppercase; display: flex; align-items: center; gap: 8px; }
.trust-item span { color: var(--copper); font-size: 16px; }

.cta-band { background: linear-gradient(135deg, var(--slate) 0%, var(--ink) 100%); padding: 64px 24px; text-align: center; }
.cta-band h2 { font-size: clamp(1.6rem, 3vw, 2.1rem); color: var(--white); margin-bottom: 14px; }
.cta-band p { color: rgba(255,255,255,0.75); max-width: 520px; margin: 0 auto 28px; font-size: 16px; }

.notice-box { background: var(--cream); border-left: 4px solid var(--copper); padding: 18px 22px; margin: 24px 0; font-size: 15px; color: var(--text); border-radius: 0 var(--radius) var(--radius) 0; }
.data-table { width: 100%; border-collapse: collapse; margin: 22px 0; font-size: 14px; border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; }
.data-table th, .data-table td { padding: 14px 18px; text-align: left; border-bottom: 1px solid var(--border); }
.data-table th { background: var(--gray-bar); color: var(--text-dark); font-weight: 700; width: 210px; }
.data-table tr:last-child th, .data-table tr:last-child td { border-bottom: none; }

.sidebar-layout { display: grid; grid-template-columns: 220px 1fr; gap: 48px; max-width: var(--max); margin: 0 auto; padding: 56px 24px 72px; }
.side-nav { position: sticky; top: 110px; align-self: start; }
.side-nav h4 { font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.1em; color: var(--gray-text); margin-bottom: 10px; }
.side-nav ul { list-style: none; }
.side-nav li a { display: block; padding: 10px 0; font-size: 14px; font-weight: 600; color: var(--gray-text); border-bottom: 1px solid var(--border); }
.side-nav li a:hover, .side-nav li a.active { color: var(--ink); }

.contact-layout { display: grid; grid-template-columns: 1fr 1.2fr; gap: 52px; }
.form-group { margin-bottom: 18px; }
.form-group label { display: block; font-size: 13px; font-weight: 700; color: var(--text-dark); margin-bottom: 6px; }
.form-group input, .form-group select, .form-group textarea { width: 100%; padding: 13px 15px; border: 1px solid var(--border); border-radius: var(--radius); font-size: 15px; font-family: var(--font); color: var(--text-dark); background: var(--white); transition: border-color 0.2s; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { outline: none; border-color: var(--copper); }
.form-group textarea { min-height: 140px; resize: vertical; }

.feature-list { list-style: none; margin: 20px 0 0 !important; padding: 0; }
.feature-list li { display: flex; gap: 12px; margin-bottom: 14px; font-size: 15px; }
.feature-list li::before { content: '✓'; color: var(--copper-dark); font-weight: 800; flex-shrink: 0; }

.site-footer { background: var(--ink); color: rgba(255,255,255,0.65); padding: 56px 24px 0; }
.footer-inner { max-width: var(--wide); margin: 0 auto; }
.footer-newsletter { text-align: center; padding-bottom: 44px; border-bottom: 1px solid rgba(255,255,255,0.1); margin-bottom: 40px; }
.footer-newsletter h2 { font-family: var(--serif); font-size: 1.6rem; color: var(--white); margin-bottom: 8px; }
.footer-newsletter p { margin-bottom: 22px; font-size: 15px; }
.newsletter-form { display: flex; gap: 10px; max-width: 460px; margin: 0 auto; flex-wrap: wrap; justify-content: center; }
.newsletter-form input { flex: 1; min-width: 200px; padding: 13px 16px; border: 1px solid rgba(255,255,255,0.15); border-radius: var(--radius); font-family: var(--font); background: rgba(255,255,255,0.06); color: var(--white); }
.newsletter-form input::placeholder { color: rgba(255,255,255,0.4); }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 36px; padding-bottom: 40px; }
.footer-brand .logo-name { color: var(--white); font-size: 1.25rem; }
.footer-brand p { font-size: 14px; line-height: 1.75; margin-top: 14px; }
.footer-brand a { color: var(--copper-light); }
.footer-col h4 { font-size: 12px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; color: var(--copper-light); margin-bottom: 14px; }
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 9px; }
.footer-col a { font-size: 14px; color: rgba(255,255,255,0.6); font-weight: 500; }
.footer-col a:hover { color: var(--white); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding: 20px 0; display: flex; justify-content: space-between; align-items: center; font-size: 13px; flex-wrap: wrap; gap: 8px; }

@media (max-width: 1024px) {
  .media-block, .contact-layout { grid-template-columns: 1fr; }
  .media-block.reverse .media-image, .media-block.reverse .media-text { order: unset; }
  .services-grid, .insights-grid { grid-template-columns: 1fr 1fr; }
  .steps-row, .stats-row { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .sidebar-layout { grid-template-columns: 1fr; }
  .side-nav { position: static; }
}
@media (max-width: 768px) {
  .header-inner { height: 76px; }
  .menu-list { display: none; }
  .menu-list.open { display: flex; flex-direction: column; position: absolute; top: 76px; left: 0; right: 0; background: var(--white); border-bottom: 1px solid var(--border); padding: 12px; box-shadow: var(--shadow); }
  .mobile-toggle { display: block; }
  .services-grid, .insights-grid, .steps-row, .stats-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero-banner { min-height: 420px; }
  .logo-tagline { display: none; }
}
