:root {
  --ink: #0f172a;
  --muted: #64748b;
  --line: #e2e8f0;
  --paper: #f8fafc;
  --white: #ffffff;
  --forest: #0f2b5c;
  --forest-2: #1e40af;
  --mint: #e2edfd;
  --amber: #f59e0b;
  --coral: #2563eb;
  --shadow: 0 18px 45px rgba(15, 43, 92, .09);
  --radius: 18px;
  --sans: 'DM Sans', sans-serif;
  --display: 'Plus Jakarta Sans', sans-serif;
  --mono: 'DM Mono', monospace;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 15px; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: absolute; left: 16px; top: -50px; z-index: 20; padding: 10px 14px; background: var(--amber); color: var(--ink); border-radius: 5px; }
.skip-link:focus { top: 12px; }
.site-header { position: sticky; top: 0; z-index: 10; background: rgba(248, 250, 252, .95); border-bottom: 1px solid rgba(226, 232, 240, .9); backdrop-filter: blur(14px); }
.nav-wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-family: var(--display); font-size: 20px; font-weight: 800; letter-spacing: -.05em; }
.brand > span:last-child span { color: var(--coral); }
.brand-mark { width: 29px; height: 29px; display: grid; place-items: center; background: var(--forest); color: var(--amber); font-family: var(--mono); font-size: 15px; border-radius: 7px 7px 7px 2px; }
.main-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; color: var(--muted); font-size: 14px; }
.main-nav a:hover, .nav-login:hover, .site-footer a:hover { color: var(--coral); }
.nav-actions { display: flex; align-items: center; gap: 18px; }
.nav-login { color: var(--muted); font-size: 14px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 48px; padding: 0 20px; border: 1px solid transparent; border-radius: 7px; font-weight: 700; transition: transform .2s, background .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 40px; padding: 0 15px; font-size: 13px; }
.button-dark { background: var(--forest); color: var(--white); }
.button-dark:hover { background: #091a38; }
.button-amber { background: var(--amber); color: var(--ink); }
.button-outline { border-color: var(--line); background: var(--white); }
.button-outline:hover { border-color: var(--forest); }
.button-light { color: var(--forest); background: var(--white); }
.menu-toggle { display: none; border: 0; background: none; font-size: 25px; }
.hero { position: relative; overflow: hidden; padding: 86px 0 96px; background: var(--mint); }
.hero:after { content: ''; position: absolute; width: 480px; height: 480px; right: -180px; top: -220px; border: 1px solid rgba(15, 43, 92, .12); border-radius: 50%; box-shadow: 0 0 0 42px rgba(15,43,92,.03), 0 0 0 84px rgba(15,43,92,.03); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 70px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--forest-2); font-family: var(--mono); font-size: 11px; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow:before { content: ''; width: 23px; height: 2px; background: var(--coral); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); letter-spacing: -.055em; line-height: 1.1; }
h1 { max-width: 650px; margin: 19px 0 22px; font-size: clamp(42px, 6vw, 76px); }
h1 em { color: var(--coral); font-style: normal; }
.hero-copy { max-width: 500px; margin-bottom: 29px; color: #52645d; font-size: 17px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-note { display: flex; align-items: center; gap: 11px; margin-top: 28px; color: var(--muted); font-size: 12px; }
.avatar-stack { display: flex; }
.avatar-stack span { width: 25px; height: 25px; margin-left: -5px; display: grid; place-items: center; border: 2px solid var(--mint); border-radius: 50%; background: var(--forest); color: var(--amber); font-size: 10px; font-weight: 700; }
.avatar-stack span:first-child { margin-left: 0; background: var(--coral); color: white; }
.hero-art { position: relative; min-height: 410px; }
.dashboard-card { position: absolute; inset: 30px 10px 5px 25px; padding: 22px; background: var(--white); border: 1px solid rgba(25,60,52,.1); border-radius: 13px; box-shadow: 0 25px 60px rgba(25,60,52,.16); transform: rotate(2.5deg); }
.dashboard-top { display: flex; justify-content: space-between; align-items: center; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.dash-brand { font-family: var(--display); font-weight: 800; font-size: 13px; }
.dash-brand span { color: var(--coral); }
.dash-status { color: #27855b; background: #e8f6ed; padding: 4px 8px; border-radius: 20px; font-family: var(--mono); font-size: 9px; }
.dash-heading { margin: 22px 0 16px; font-family: var(--display); font-size: 22px; font-weight: 800; }
.chart { display: flex; align-items: end; gap: 10px; height: 122px; padding: 15px 5px 0; border-bottom: 1px solid var(--line); }
.bar { flex: 1; min-height: 20px; background: var(--forest); border-radius: 4px 4px 0 0; opacity: .9; }
.bar:nth-child(2), .bar:nth-child(5) { background: var(--coral); }.bar:nth-child(3), .bar:nth-child(6) { background: var(--amber); }
.dash-bottom { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 18px; }.mini-stat { padding: 12px; background: #f4f8f4; border-radius: 7px; }.mini-stat small { display: block; color: var(--muted); font-size: 10px; }.mini-stat strong { display: block; margin-top: 3px; font-family: var(--display); font-size: 17px; }
.float-tag { position: absolute; display: flex; align-items: center; gap: 10px; padding: 12px 15px; background: var(--forest); color: var(--white); border-radius: 8px; box-shadow: var(--shadow); font-size: 11px; font-weight: 700; }.float-tag strong { color: var(--amber); font-family: var(--mono); }.tag-one { top: 5px; right: -2px; }.tag-two { bottom: 16px; left: -4px; background: var(--white); color: var(--ink); }.tag-two strong { color: var(--coral); }
.section { padding: 95px 0; }.section-tint { background: #f0f5f0; }.section-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 32px; }.section-head h2 { margin: 8px 0 0; font-size: clamp(30px, 4vw, 47px); }.section-intro { max-width: 440px; margin: 0; color: var(--muted); }.text-link { color: var(--coral); font-weight: 700; font-size: 14px; }.text-link:hover { text-decoration: underline; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }.product-card { overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); transition: transform .2s, box-shadow .2s; }.product-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }.product-visual { position: relative; min-height: 155px; padding: 18px; background: var(--forest); overflow: hidden; }.product-visual:after { content: '</>'; position: absolute; right: -5px; bottom: -23px; color: rgba(255,255,255,.08); font-family: var(--mono); font-size: 120px; }.visual-orange { background: #bd654f; }.visual-blue { background: #315e66; }.product-category { position: relative; z-index: 1; display: inline-block; padding: 5px 8px; background: rgba(255,255,255,.15); color: white; border-radius: 4px; font-family: var(--mono); font-size: 10px; }.product-visual h3 { position: relative; z-index: 1; max-width: 220px; margin: 42px 0 0; color: white; font-size: 22px; }.product-body { padding: 19px; }.product-body p { min-height: 49px; margin-bottom: 17px; color: var(--muted); font-size: 13px; }.product-foot { display: flex; align-items: center; justify-content: space-between; padding-top: 14px; border-top: 1px solid var(--line); }.price { font-family: var(--display); font-weight: 800; font-size: 17px; }.price small { color: var(--muted); font-family: var(--sans); font-size: 11px; font-weight: 400; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }.process-card { padding: 25px; border-top: 2px solid var(--forest); background: var(--white); }.process-number { display: block; margin-bottom: 30px; color: var(--coral); font-family: var(--mono); font-size: 13px; }.process-card h3 { margin-bottom: 10px; font-size: 20px; }.process-card p { margin: 0; color: var(--muted); font-size: 13px; }
.custom-banner { padding: 52px; background: var(--forest); color: white; border-radius: 20px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }.custom-banner h2 { max-width: 580px; margin: 10px 0 0; font-size: clamp(28px, 4vw, 44px); }.custom-banner .eyebrow { color: var(--amber); }.custom-banner .eyebrow:before { background: var(--amber); }
.page-hero { padding: 64px 0; background: var(--mint); }.page-hero h1 { max-width: 780px; margin-bottom: 13px; font-size: clamp(38px, 5vw, 60px); }.page-hero p { max-width: 620px; margin: 0; color: var(--muted); }.catalog-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-bottom: 25px; }.filter-list { display: flex; flex-wrap: wrap; gap: 8px; }.filter-button { padding: 9px 13px; border: 1px solid var(--line); border-radius: 5px; background: var(--white); color: var(--muted); font-size: 12px; }.filter-button.active, .filter-button:hover { border-color: var(--forest); background: var(--forest); color: white; }.sort-select { padding: 10px 12px; border: 1px solid var(--line); background: white; color: var(--muted); border-radius: 5px; }
.detail-layout { display: grid; grid-template-columns: 1.1fr .9fr; gap: 55px; align-items: start; }.detail-visual { min-height: 360px; padding: 30px; background: var(--forest); border-radius: 18px; color: white; }.detail-visual h2 { max-width: 450px; margin-top: 130px; font-size: 46px; }.detail-panel { position: sticky; top: 100px; padding: 27px; background: white; border: 1px solid var(--line); border-radius: 13px; box-shadow: var(--shadow); }.detail-panel h1 { margin: 10px 0 13px; font-size: 34px; }.detail-panel > p { color: var(--muted); }.detail-price { margin: 22px 0; font-family: var(--display); font-size: 30px; font-weight: 800; }.feature-list { padding: 0; margin: 24px 0; list-style: none; }.feature-list li { padding: 9px 0; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; }.feature-list li:before { content: '✓'; margin-right: 9px; color: #27855b; font-weight: 700; }
.form-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 60px; align-items: start; }.form-intro h1 { margin-top: 12px; font-size: clamp(36px, 5vw, 58px); }.form-intro p { color: var(--muted); }.contact-note { margin-top: 35px; padding-top: 18px; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; }.form-card { padding: 32px; background: white; border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); }.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }.field { margin-bottom: 18px; }.field label { display: block; margin-bottom: 7px; color: var(--ink); font-size: 12px; font-weight: 700; }.field input, .field select, .field textarea { width: 100%; padding: 12px 13px; border: 1px solid var(--line); border-radius: 5px; background: #fbfcfa; color: var(--ink); outline: none; }.field textarea { min-height: 110px; resize: vertical; }.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--forest); box-shadow: 0 0 0 3px rgba(25,60,52,.1); }.helper { color: var(--muted); font-size: 11px; }.form-actions { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-top: 24px; }.check { display: flex; gap: 8px; align-items: start; color: var(--muted); font-size: 11px; }.check input { accent-color: var(--forest); margin-top: 4px; }
.auth-wrap { min-height: 620px; display: grid; place-items: center; padding: 70px 0; }.auth-card { width: min(430px, 100%); padding: 35px; background: white; border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); }.auth-card h1 { margin: 18px 0 10px; font-size: 34px; }.auth-card > p { color: var(--muted); font-size: 13px; }.auth-footer { margin-top: 22px; color: var(--muted); text-align: center; font-size: 12px; }.auth-footer a { color: var(--coral); font-weight: 700; }
.dashboard-shell { padding: 44px 0 85px; }.dash-header { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 30px; }.dash-header h1 { margin: 9px 0 0; font-size: 38px; }.dash-header p { margin: 0; color: var(--muted); }.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-bottom: 25px; }.stat-card { padding: 20px; background: white; border: 1px solid var(--line); border-radius: 10px; }.stat-card small { color: var(--muted); font-size: 11px; }.stat-card strong { display: block; margin-top: 7px; font-family: var(--display); font-size: 25px; }.stat-card em { color: #27855b; font-size: 11px; font-style: normal; }.dash-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 20px; }.panel { padding: 23px; background: white; border: 1px solid var(--line); border-radius: 10px; }.panel-title { display: flex; justify-content: space-between; gap: 12px; align-items: center; margin-bottom: 18px; }.panel-title h2 { margin: 0; font-size: 18px; }.data-table { width: 100%; border-collapse: collapse; font-size: 12px; }.data-table th { color: var(--muted); font-size: 10px; font-weight: 500; text-align: left; text-transform: uppercase; }.data-table th, .data-table td { padding: 13px 8px; border-bottom: 1px solid var(--line); }.data-table tr:last-child td { border-bottom: 0; }.badge { display: inline-flex; padding: 4px 8px; border-radius: 30px; font-family: var(--mono); font-size: 9px; }.badge-green { color: #1e40af; background: #e0edff; }.badge-orange { color: #93601d; background: #fff1d2; }.badge-gray { color: var(--muted); background: #eef1ee; }.activity { display: grid; gap: 17px; }.activity-item { display: grid; grid-template-columns: 29px 1fr; gap: 10px; font-size: 12px; }.activity-icon { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 50%; background: var(--mint); color: var(--forest); }.activity-item p { margin: 0; line-height: 1.35; }.activity-item small { color: var(--muted); font-size: 10px; }
.site-footer { padding: 57px 0 25px; background: var(--forest); color: rgba(255,255,255,.68); }.brand-footer { color: white; }.footer-copy { max-width: 260px; margin-top: 18px; font-size: 12px; }.footer-grid { display: grid; grid-template-columns: 1.6fr .7fr .7fr 1fr; gap: 40px; }.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 7px; font-size: 12px; }.footer-title { margin: 0 0 7px; color: var(--amber); font-family: var(--mono); font-size: 11px; text-transform: uppercase; }.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 28px; margin-top: 42px; border-top: 1px solid rgba(255,255,255,.14); font-size: 11px; }
.app-dashboard { min-height: 760px; display: flex; background: #f4f7f3; }.app-sidebar { width: 242px; flex: 0 0 242px; display: flex; flex-direction: column; padding: 26px 15px 18px; background: var(--forest); color: rgba(255,255,255,.65); }.sidebar-brand { position: relative; display: grid; grid-template-columns: 29px auto; align-items: center; gap: 9px; padding: 0 12px 28px; color: white; font-family: var(--display); font-size: 18px; font-weight: 800; letter-spacing: -.05em; }.sidebar-brand > span:last-child span { color: var(--coral); }.sidebar-brand small { grid-column: 2; margin-top: -6px; color: var(--amber); font-family: var(--mono); font-size: 8px; letter-spacing: .08em; }.sidebar-nav { display: flex; flex-direction: column; gap: 4px; }.sidebar-label { padding: 20px 12px 8px; color: rgba(255,255,255,.35); font-family: var(--mono); font-size: 9px; letter-spacing: .1em; }.sidebar-label:first-child { padding-top: 4px; }.sidebar-label-space { margin-top: 12px; }.sidebar-link { display: flex; align-items: center; gap: 12px; padding: 11px 12px; border-radius: 6px; font-size: 12px; transition: background .2s, color .2s; }.sidebar-link:hover { color: white; background: rgba(255,255,255,.08); }.sidebar-link.active { color: var(--forest); background: var(--amber); font-weight: 700; }.sidebar-icon { width: 19px; display: inline-grid; place-items: center; font-family: var(--mono); font-size: 15px; }.sidebar-bottom { margin-top: auto; padding: 18px 7px 0; border-top: 1px solid rgba(255,255,255,.12); }.sidebar-user { display: grid; grid-template-columns: 31px 1fr 20px; align-items: center; gap: 9px; }.user-avatar { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 50%; background: var(--coral); color: white; font-family: var(--mono); font-size: 9px; }.sidebar-user b, .sidebar-user small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.sidebar-user b { color: white; font-size: 11px; }.sidebar-user small { margin-top: 2px; font-size: 9px; }.sidebar-logout { display: block; margin-top: 21px; color: rgba(255,255,255,.45); font-size: 11px; }.sidebar-logout:hover { color: var(--amber); }.dashboard-main { min-width: 0; flex: 1; }.dashboard-topbar { height: 70px; display: flex; align-items: center; justify-content: space-between; padding: 0 34px; background: white; border-bottom: 1px solid var(--line); }.topbar-search { display: flex; align-items: center; gap: 10px; width: 260px; color: var(--muted); }.topbar-search input { width: 100%; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: 12px; }.topbar-actions { display: flex; align-items: center; gap: 18px; color: var(--muted); }.topbar-date { font-family: var(--mono); font-size: 10px; }.topbar-divider { height: 24px; border-left: 1px solid var(--line); }.icon-button { padding: 3px; border: 0; background: transparent; color: var(--muted); }.notification-button { position: relative; font-size: 18px; }.notification-button i { position: absolute; top: 1px; right: 0; width: 5px; height: 5px; border-radius: 50%; background: var(--coral); }.mobile-sidebar-toggle { display: none; border: 0; background: none; color: var(--ink); font-size: 21px; }.dashboard-content { max-width: 1450px; padding: 37px 40px 75px; }.dashboard-content .dash-header { margin-bottom: 28px; }.dashboard-content .dash-header h1 { font-size: 32px; }.panel-kicker { display: block; margin-bottom: 6px; color: var(--coral); font-family: var(--mono); font-size: 9px; letter-spacing: .11em; }.dashboard-section-grid { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(310px, .7fr); gap: 20px; margin-top: 20px; }.lower-grid { grid-template-columns: 1fr 1fr; }.table-scroll { overflow-x: auto; }.data-table td b { display: block; color: var(--ink); font-weight: 700; }.data-table td small { display: block; margin-top: 3px; color: var(--muted); font-size: 10px; }.data-table th:first-child, .data-table td:first-child { padding-left: 0; }.data-table th:last-child, .data-table td:last-child { padding-right: 0; }.project-name { display: flex; align-items: center; gap: 11px; margin: 25px 0 24px; }.project-name b, .project-name small { display: block; }.project-name b { font-size: 12px; }.project-name small { margin-top: 3px; color: var(--muted); font-size: 10px; }.project-symbol { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 8px; background: var(--mint); color: var(--forest); font-family: var(--mono); font-size: 19px; }.project-symbol.large { width: 54px; height: 54px; font-size: 28px; }.progress-line { height: 7px; overflow: hidden; background: #e7ede8; border-radius: 10px; }.progress-line span { display: block; height: 100%; background: var(--coral); border-radius: inherit; }.progress-meta { display: flex; justify-content: space-between; margin-top: 8px; color: var(--muted); font-size: 10px; }.progress-meta b { color: var(--coral); }.milestones { display: flex; justify-content: space-between; gap: 8px; margin-top: 23px; color: var(--muted); font-size: 9px; }.milestones span { position: relative; padding-top: 13px; }.milestones span:before { content: ''; position: absolute; top: 0; left: 0; width: 7px; height: 7px; border: 2px solid var(--line); border-radius: 50%; background: white; }.milestones .done:before { border-color: var(--forest); background: var(--forest); }.milestones .current { color: var(--coral); font-weight: 700; }.milestones .current:before { border-color: var(--coral); background: var(--coral); }.quick-panel { background: var(--forest); color: white; }.quick-panel h2 { margin: 10px 0 7px; font-size: 22px; }.quick-panel p { color: rgba(255,255,255,.65); font-size: 12px; }.quick-panel .panel-kicker { color: var(--amber); }.quick-panel .button { margin-top: 10px; border-color: rgba(255,255,255,.25); color: white; background: transparent; }.stat-accent { border-top: 3px solid var(--forest); }.stat-warning { border-top: 3px solid var(--amber); }.stat-warning em { color: #bd654f; }.admin-overview-grid { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr); gap: 20px; }.revenue-total { margin: 23px 0 12px; font-family: var(--display); font-size: 26px; font-weight: 800; }.revenue-total span, .report-card em { margin-left: 8px; color: #2563eb; font-family: var(--sans); font-size: 11px; font-style: normal; font-weight: 500; }.period-select, .toolbar-input { padding: 8px 10px; border: 1px solid var(--line); border-radius: 4px; background: white; color: var(--muted); font-size: 10px; outline: 0; }.revenue-chart { display: grid; grid-template-columns: 32px 1fr; height: 183px; border-bottom: 1px solid var(--line); background: repeating-linear-gradient(to bottom, transparent 0, transparent 44px, #edf1ed 45px); }.chart-y { display: flex; flex-direction: column; justify-content: space-between; padding: 0 3px 0 0; color: var(--muted); font-family: var(--mono); font-size: 8px; transform: translateY(-5px); }.chart-bars { display: flex; align-items: end; gap: 9px; padding: 10px 7px 0; }.chart-bars i { flex: 1; min-width: 7px; background: var(--mint); border-radius: 3px 3px 0 0; }.chart-bars i.current-bar { background: var(--coral); }.chart-months { display: flex; justify-content: space-between; padding: 10px 4px 0 34px; color: var(--muted); font-family: var(--mono); font-size: 8px; }.rank-list { display: grid; gap: 18px; margin-top: 25px; }.rank-list > div { display: grid; grid-template-columns: 18px 34px 1fr auto; align-items: center; gap: 9px; }.rank-number { color: var(--muted); font-family: var(--mono); font-size: 9px; }.rank-cover, .lead-avatar { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 6px; color: white; font-family: var(--display); font-weight: 800; }.cover-green, .lead-avatar { background: var(--forest); }.cover-orange { background: var(--coral); }.cover-blue, .lead-blue { background: #1e40af; }.lead-purple { background: #4338ca; }.rank-list p, .lead-list p { margin: 0; }.rank-list p b, .rank-list p small, .lead-list p b, .lead-list p small { display: block; }.rank-list p b { font-size: 11px; }.rank-list p small { color: var(--muted); font-size: 9px; }.rank-list strong { font-family: var(--mono); font-size: 10px; }.admin-lower { grid-template-columns: minmax(0, 1.4fr) minmax(280px, .6fr); }.table-action { padding: 5px 8px; border: 0; border-radius: 4px; background: #f0f3f0; color: var(--muted); font-size: 10px; }.table-action-primary { background: var(--amber); color: var(--ink); font-weight: 700; }.lead-list { display: grid; gap: 17px; margin-top: 24px; }.lead-list > div { display: grid; grid-template-columns: 34px 1fr auto; align-items: center; gap: 10px; }.lead-list p b { font-size: 11px; }.lead-list p small { color: var(--muted); font-size: 9px; }.list-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding-bottom: 19px; margin-bottom: 4px; border-bottom: 1px solid var(--line); }.toolbar-input { width: 180px; padding: 10px; }.download-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }.download-card { padding: 16px; background: white; border: 1px solid var(--line); border-radius: 10px; }.download-cover { position: relative; min-height: 130px; padding: 15px; overflow: hidden; background: var(--forest); border-radius: 6px; color: white; }.download-cover:after { content: '</>'; position: absolute; right: -7px; bottom: -21px; color: rgba(255,255,255,.1); font-family: var(--mono); font-size: 100px; }.download-cover b { position: absolute; bottom: 14px; left: 15px; z-index: 1; font-family: var(--display); font-size: 20px; }.download-info { display: flex; justify-content: space-between; gap: 10px; align-items: start; padding: 17px 0 12px; }.download-info h2 { margin: 0; font-size: 15px; }.download-info small, .download-meta { color: var(--muted); font-size: 9px; }.download-meta { display: flex; justify-content: space-between; padding-bottom: 16px; }.project-detail-card { padding: 30px; background: white; border: 1px solid var(--line); border-radius: 10px; }.project-detail-head { display: flex; justify-content: space-between; align-items: start; gap: 20px; padding-bottom: 28px; border-bottom: 1px solid var(--line); }.project-detail-head > div { display: flex; gap: 15px; align-items: center; }.project-detail-head h2 { margin: 10px 0 5px; font-size: 25px; }.project-detail-head p { margin: 0; color: var(--muted); font-size: 11px; }.large-progress { max-width: 650px; padding: 27px 0; }.large-progress > div:first-child { display: flex; justify-content: space-between; margin-bottom: 9px; font-size: 11px; }.large-progress b { color: var(--coral); }.timeline { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; padding-top: 25px; border-top: 1px solid var(--line); }.timeline-item { position: relative; display: flex; gap: 10px; padding-right: 12px; }.timeline-item:not(:last-child):after { content: ''; position: absolute; top: 12px; left: 28px; width: calc(100% - 28px); border-top: 1px dashed var(--line); }.timeline-item i { position: relative; z-index: 1; width: 25px; height: 25px; flex: 0 0 25px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: white; color: var(--muted); font-family: var(--mono); font-size: 9px; font-style: normal; }.timeline-item.done i { border-color: var(--forest); background: var(--forest); color: white; }.timeline-item.current i { border-color: var(--coral); color: var(--coral); }.timeline-item p { margin: 0; font-size: 11px; }.timeline-item small { display: block; margin-top: 4px; color: var(--muted); font-size: 9px; }.report-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-bottom: 20px; }.report-card { padding: 22px; background: white; border: 1px solid var(--line); border-radius: 9px; }.report-card small { color: var(--muted); font-size: 10px; }.report-card strong { display: block; margin: 10px 0 4px; font-family: var(--display); font-size: 22px; }.report-card em { margin: 0; font-size: 10px; }.report-bars { height: 230px; display: flex; align-items: end; justify-content: space-around; gap: 18px; padding: 20px 20px 0; border-bottom: 1px solid var(--line); background: repeating-linear-gradient(to bottom, transparent 0, transparent 49px, #edf1ed 50px); }.report-bars > div { height: 100%; flex: 1; display: flex; align-items: center; flex-direction: column; justify-content: end; gap: 9px; }.report-bars span { display: block; width: min(45px, 65%); background: var(--forest); border-radius: 4px 4px 0 0; }.report-bars > div:nth-child(2n) span { background: var(--amber); }.report-bars small { color: var(--muted); font-family: var(--mono); font-size: 9px; }
.toast { position: fixed; right: 20px; bottom: 20px; z-index: 30; padding: 13px 17px; background: var(--forest); color: white; border-left: 4px solid var(--amber); border-radius: 5px; box-shadow: var(--shadow); font-size: 13px; animation: slide-in .25s ease; } @keyframes slide-in { from { transform: translateY(15px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
.flash-success { background: #eff6ff; border: 1px solid #bfdbfe; color: #1d4ed8; }
.flash-error { background: #fde8e8; border: 1px solid #f5b8b8; color: #bd2f2f; }
.panel.flash-success, .panel.flash-error { padding: 14px 18px; border-radius: 8px; font-size: 13px; font-weight: 600; }
@media (max-width: 850px) { .main-nav, .nav-actions { display: none; }.menu-toggle { display: block; }.nav-wrap.menu-open .main-nav, .nav-wrap.menu-open .nav-actions { position: absolute; left: 20px; right: 20px; display: flex; }.nav-wrap.menu-open .main-nav { top: 76px; padding: 18px; flex-direction: column; align-items: start; background: white; border: 1px solid var(--line); }.nav-wrap.menu-open .nav-actions { top: 228px; padding: 14px 18px; background: white; border: 1px solid var(--line); }.hero-grid, .detail-layout, .form-layout, .dash-grid { grid-template-columns: 1fr; }.hero-art { max-width: 580px; width: 100%; margin: 0 auto; }.detail-panel { position: static; }.stats-grid { grid-template-columns: repeat(2, 1fr); }.footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }.footer-grid > div:last-child { grid-column: span 2; } }
@media (max-width: 600px) { .container { width: min(100% - 28px, 1160px); }.hero { padding: 58px 0 70px; }.section { padding: 65px 0; }.hero-art { min-height: 300px; }.dashboard-card { inset: 25px 0 0 0; }.float-tag { transform: scale(.85); transform-origin: left; }.tag-one { right: -20px; transform-origin: right; }.section-head, .catalog-toolbar, .dash-header, .custom-banner, .form-actions { align-items: start; flex-direction: column; }.product-grid, .process-grid { grid-template-columns: 1fr; }.form-row { grid-template-columns: 1fr; gap: 0; }.form-card, .custom-banner { padding: 22px; }.page-hero { padding: 45px 0; }.stats-grid { gap: 9px; }.stat-card { padding: 15px; }.stat-card strong { font-size: 20px; }.panel { overflow-x: auto; padding: 17px; }.data-table { min-width: 520px; }.footer-grid { grid-template-columns: 1fr 1fr; gap: 27px; }.footer-grid > div:first-child { grid-column: span 2; }.footer-bottom { flex-direction: column; gap: 8px; }.detail-visual { min-height: 270px; }.detail-visual h2 { margin-top: 90px; font-size: 34px; } }
@media (max-width: 1100px) { .app-sidebar { width: 218px; flex-basis: 218px; }.dashboard-content { padding: 30px 25px 60px; }.dashboard-section-grid, .admin-lower, .admin-overview-grid { grid-template-columns: 1fr; }.top-products { min-height: auto; }.download-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 760px) { .app-dashboard { display: block; }.app-sidebar { position: fixed; top: 0; bottom: 0; left: -260px; z-index: 20; width: 242px; transition: left .2s ease; box-shadow: 10px 0 30px rgba(0,0,0,.15); }.app-sidebar.is-open { left: 0; }.dashboard-topbar { height: 62px; padding: 0 17px; }.mobile-sidebar-toggle { display: block; }.topbar-search { width: auto; flex: 1; margin-left: 14px; }.topbar-actions { gap: 9px; }.topbar-date, .topbar-divider { display: none; }.dashboard-content { padding: 28px 14px 52px; }.dashboard-content .dash-header h1 { font-size: 28px; }.dashboard-content .dash-header .button { width: 100%; }.stats-grid { grid-template-columns: repeat(2, 1fr); }.stats-grid .stat-card { min-width: 0; padding: 14px; }.stats-grid .stat-card strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 19px; }.panel { padding: 17px; }.list-toolbar { align-items: stretch; flex-direction: column; }.toolbar-input { width: 100%; }.download-grid, .report-cards { grid-template-columns: 1fr; }.project-detail-card { padding: 19px; }.project-detail-head { flex-direction: column; }.project-detail-head > div { align-items: start; }.project-detail-head h2 { font-size: 20px; }.timeline { grid-template-columns: 1fr; gap: 18px; }.timeline-item { min-height: 35px; }.timeline-item:not(:last-child):after { top: 25px; left: 12px; width: 1px; height: calc(100% + 18px); border-top: 0; border-left: 1px dashed var(--line); }.timeline-item p { padding-top: 3px; }.revenue-chart { height: 150px; }.chart-bars { gap: 4px; }.chart-months { font-size: 7px; }.panel-title { align-items: start; }.panel-title > .text-link { white-space: nowrap; } }

/* ==========================================================================
   Modal Dialogs, Image Previews & UI Enhancements
   ========================================================================== */
.modal-container { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 20px; opacity: 0; pointer-events: none; transition: opacity .2s ease; }
.modal-container.is-active { opacity: 1; pointer-events: auto; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(17, 27, 24, .65); backdrop-filter: blur(4px); }
.modal-dialog { position: relative; z-index: 1; width: min(520px, 100%); max-height: 90vh; overflow-y: auto; background: white; border-radius: 12px; padding: 28px; box-shadow: 0 25px 60px rgba(0,0,0,.25); transform: translateY(12px) scale(.98); transition: transform .2s ease; }
.modal-container.is-active .modal-dialog { transform: translateY(0) scale(1); }
.modal-header { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 20px; padding-bottom: 12px; border-bottom: 1px solid var(--line); }
.modal-title { margin: 0; font-size: 20px; font-weight: 700; color: var(--ink); }
.modal-close { background: none; border: 0; font-size: 24px; color: var(--muted); cursor: pointer; line-height: 1; padding: 2px 6px; border-radius: 4px; }
.modal-close:hover { color: var(--coral); background: #f0f3f0; }
.modal-body { font-size: 13px; color: #42524d; }
.modal-footer { display: flex; justify-content: flex-end; gap: 10px; margin-top: 24px; padding-top: 16px; border-top: 1px solid var(--line); }
.preview-image { max-width: 100%; max-height: 340px; border-radius: 8px; object-fit: contain; border: 1px solid var(--line); background: #f8faf7; display: block; margin: 12px 0; }
.flash-info { background: #e8f0fe; border: 1px solid #c2d7fc; color: #1a56db; }
.badge-purple { color: #5b21b6; background: #ede9fe; }
.table-action-danger { background: #fde8e8; color: #c81e1e; font-weight: 600; }
.table-action-danger:hover { background: #fbd5d5; }
.button-danger { background: #c81e1e; color: white; border: 0; }
.button-danger:hover { background: #9b1c1c; }
.user-dropdown-btn { display: inline-flex; align-items: center; gap: 8px; padding: 6px 12px; border-radius: 6px; background: rgba(255,255,255,.08); color: white; font-size: 13px; font-weight: 600; }
.user-dropdown-btn:hover { background: rgba(255,255,255,.16); }

/* ==========================================================================
   SEO Enhancements: Breadcrumbs, Tech Specs Table & Interactive FAQ
   ========================================================================== */
.breadcrumbs { display: flex; align-items: center; gap: 8px; font-size: 12px; color: var(--muted); margin-bottom: 14px; flex-wrap: wrap; }
.breadcrumbs a { color: var(--muted); text-decoration: none; transition: color .15s ease; }
.breadcrumbs a:hover { color: var(--forest); text-decoration: underline; }
.breadcrumbs span { color: var(--muted); opacity: .7; }
.breadcrumbs span[aria-current="page"] { color: var(--ink); font-weight: 600; opacity: 1; }

.spec-table { width: 100%; border-collapse: collapse; margin-top: 10px; font-size: 13px; background: white; border-radius: 8px; overflow: hidden; border: 1px solid var(--line); }
.spec-table td { padding: 12px 16px; border-bottom: 1px solid var(--line); }
.spec-table tr:last-child td { border-bottom: 0; }
.spec-table td:first-child { width: 38%; color: var(--muted); font-weight: 500; background: #fafbfa; }
.spec-table td:last-child { color: var(--ink); }

.hero-trust { display: flex; align-items: center; gap: 18px; margin-top: 28px; padding-top: 20px; border-top: 1px solid var(--line); flex-wrap: wrap; }
.trust-item { display: flex; flex-direction: column; gap: 2px; }
.trust-item strong { font-size: 14px; font-weight: 700; color: var(--forest); }
.trust-item span { font-size: 11px; color: var(--muted); }
.trust-sep { width: 1px; height: 26px; background: var(--line); }

.faq-container { max-width: 860px; margin: 0 auto; }
.faq-accordion { display: flex; flex-direction: column; gap: 12px; margin-top: 28px; }
.faq-item { background: white; border: 1px solid var(--line); border-radius: 10px; overflow: hidden; transition: border-color .2s ease, box-shadow .2s ease; }
.faq-item:hover { border-color: #bcd5c8; box-shadow: 0 4px 14px rgba(25,60,52,.04); }
.faq-question { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px 22px; background: none; border: 0; text-align: left; font-family: inherit; font-size: 15px; font-weight: 700; color: var(--ink); cursor: pointer; }
.faq-question:hover { color: var(--forest); }
.faq-icon { font-size: 20px; font-weight: 400; color: var(--forest); transition: transform .25s ease; line-height: 1; flex-shrink: 0; }
.faq-item.is-open .faq-icon { transform: rotate(45deg); color: var(--coral); }
.faq-answer { display: none; padding: 0 22px 20px; font-size: 14px; color: #4b5e58; line-height: 1.7; border-top: 1px solid #f0f4f2; margin-top: -2px; padding-top: 14px; }
.faq-item.is-open .faq-answer { display: block; }

/* Rich Text & Documentation Guide Content */
.rich-content { max-width: 840px; font-size: 15px; line-height: 1.8; color: #37474f; }
.rich-content h2, .rich-content h3, .rich-content h4 { color: var(--ink); margin-top: 28px; margin-bottom: 12px; font-family: var(--display); }
.rich-content h2 { font-size: 24px; }
.rich-content h3 { font-size: 20px; }
.rich-content p { margin-bottom: 16px; }
.rich-content ul, .rich-content ol { margin: 16px 0; padding-left: 24px; }
.rich-content li { margin-bottom: 8px; }
.rich-content img { max-width: 100%; height: auto; border-radius: 10px; border: 1px solid var(--line); margin: 18px 0; display: block; box-shadow: 0 4px 14px rgba(0,0,0,.05); }
.rich-content pre, .rich-content code { font-family: var(--mono); background: #202b28; color: #dceee2; border-radius: 6px; padding: 2px 6px; font-size: 13px; }
.rich-content pre { padding: 16px; overflow-x: auto; line-height: 1.5; border-radius: 8px; }
.rich-content pre code { background: transparent; padding: 0; color: inherit; }
.rich-content blockquote { border-left: 4px solid var(--forest); margin: 18px 0; padding: 8px 18px; background: #fafbfa; color: var(--muted); font-style: italic; border-radius: 0 6px 6px 0; }

/* ==========================================================================
   Sidebar Brand & Console Badge
   ========================================================================== */
.sidebar-brand-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 4px 10px 22px;
  margin-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.sidebar-brand-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  text-decoration: none;
  font-family: var(--display);
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.03em;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.sidebar-brand-logo:hover {
  opacity: 0.92;
  color: #ffffff;
  transform: translateX(1px);
}

.sidebar-brand-logo .brand-mark {
  width: 32px;
  height: 32px;
  font-size: 16px;
  font-weight: 800;
  background: rgba(255, 255, 255, 0.12);
  color: var(--amber, #f59e0b);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  display: grid;
  place-items: center;
}

.sidebar-brand-logo .brand-text {
  color: #ffffff;
  font-family: var(--display);
  font-size: 21px;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.sidebar-logo-img {
  max-height: 34px;
  max-width: 140px;
  object-fit: contain;
  display: block;
}

.sidebar-role-pill {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  background: rgba(245, 158, 11, 0.12);
  color: var(--amber, #f59e0b);
  border: 1px solid rgba(245, 158, 11, 0.35);
  border-radius: 6px;
  font-family: var(--mono);
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  line-height: 1.2;
}

.customer-dashboard .sidebar-role-pill {
  background: rgba(59, 130, 246, 0.12);
  color: #93c5fd;
  border-color: rgba(147, 197, 253, 0.3);
}

/* ==========================================================================
   Global Logo & Favicon Strict Sizing Rules
   ========================================================================== */
.sidebar-logo-img,
.sidebar-brand-logo img,
.sidebar-brand img {
  max-height: 36px !important;
  max-width: 140px !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  display: block !important;
  flex-shrink: 0 !important;
}

.brand-logo-img,
.brand img,
.site-header .brand img,
.brand-footer img {
  max-height: 38px !important;
  max-width: 150px !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  display: block !important;
  flex-shrink: 0 !important;
}

.settings-logo-preview {
  max-height: 42px !important;
  max-width: 140px !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  display: block !important;
  flex-shrink: 0 !important;
}

.settings-favicon-preview {
  width: 32px !important;
  height: 32px !important;
  max-width: 32px !important;
  max-height: 32px !important;
  object-fit: contain !important;
  display: block !important;
  border-radius: 4px !important;
  flex-shrink: 0 !important;
}

.app-sidebar {
  overflow-x: hidden !important;
  max-width: 242px !important;
}

.sidebar-brand-box {
  max-width: 100% !important;
  overflow: hidden !important;
}

/* ==========================================================================
   Interactive Hero Video Window & Cinematic Showcase
   ========================================================================== */
.hero-video-window {
  position: relative;
  width: 100%;
  border-radius: 16px;
  background: #0d2246;
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 25px 60px -10px rgba(10, 25, 60, 0.5), 0 0 35px -5px rgba(37, 99, 235, 0.35);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hero-video-window:hover {
  transform: translateY(-4px);
  box-shadow: 0 30px 75px -10px rgba(10, 25, 60, 0.6), 0 0 50px -5px rgba(37, 99, 235, 0.45);
}

.video-window-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 16px;
  background: rgba(8, 18, 38, 0.9);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.window-dots {
  display: flex;
  align-items: center;
  gap: 6px;
}

.dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  display: inline-block;
}

.dot-red { background: #ef4444; }
.dot-yellow { background: #f59e0b; }
.dot-green { background: #10b981; }

.window-title {
  color: rgba(255, 255, 255, 0.7);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.04em;
}

.window-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 2px 7px;
  background: rgba(16, 185, 129, 0.15);
  color: #34d399;
  border: 1px solid rgba(16, 185, 129, 0.3);
  border-radius: 4px;
  font-family: var(--mono);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.pulse-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #10b981;
  box-shadow: 0 0 8px #10b981;
  animation: pulse-glow 1.8s infinite;
}

@keyframes pulse-glow {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.4; transform: scale(0.75); }
}

.video-window-body {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  background: #030a16;
  overflow: hidden;
}

.hero-video-player {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.video-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(4, 12, 28, 0.3);
  transition: opacity 0.25s ease, background 0.25s ease;
  cursor: pointer;
  z-index: 2;
}

.video-showcase-box.is-playing .video-overlay {
  opacity: 0;
  pointer-events: none;
}

.video-play-btn {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--amber, #f59e0b);
  color: #0b1f3f;
  border: 0;
  display: grid;
  place-items: center;
  font-size: 18px;
  cursor: pointer;
  box-shadow: 0 10px 25px rgba(245, 158, 11, 0.4);
  transition: transform 0.2s cubic-bezier(0.34, 1.56, 0.64, 1), background 0.2s;
}

.video-play-btn:hover {
  transform: scale(1.1);
  background: #fbbf24;
}

.video-controls-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 14px;
  background: linear-gradient(to top, rgba(3, 10, 22, 0.88), transparent);
  color: white;
}

.video-control-btn {
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: white;
  border-radius: 4px;
  padding: 4px 8px;
  font-size: 11px;
  cursor: pointer;
  transition: background 0.2s;
}

.video-control-btn:hover {
  background: rgba(255, 255, 255, 0.3);
}

.video-label {
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
}

.video-tools {
  display: flex;
  align-items: center;
  gap: 6px;
}

/* Dedicated Video Showcase Section */
.section-video-feature {
  padding: 70px 0;
  background: #08162c;
  color: white;
}

.video-feature-card {
  padding: 44px;
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(255,255,255,0.04), rgba(255,255,255,0.01));
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.4);
}

.video-feature-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  flex-wrap: wrap;
}

.video-feature-header h2 {
  font-size: clamp(26px, 3.5vw, 40px);
  margin: 10px 0 8px;
  color: white;
}

.video-feature-header p {
  max-width: 620px;
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 1.6;
}

.video-feature-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.button-outline-light {
  padding: 12px 18px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: transparent;
  color: white;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s;
}

.button-outline-light:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: white;
  color: white;
}

.eyebrow-amber {
  color: var(--amber, #f59e0b) !important;
}

.eyebrow-amber:before {
  background: var(--amber, #f59e0b) !important;
}

.cinematic-video-frame {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6), 0 0 50px rgba(37, 99, 235, 0.25);
  background: #020611;
  margin: 32px 0 28px;
}

.cinematic-video-player {
  width: 100%;
  aspect-ratio: 16/9;
  max-height: 520px;
  object-fit: cover;
  display: block;
}

.video-feature-pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.pillar-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.pillar-icon {
  font-size: 24px;
  line-height: 1;
}

.pillar-item strong {
  display: block;
  font-size: 13px;
  color: white;
  font-weight: 700;
}

.pillar-item small {
  display: block;
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 11px;
}

@media (max-width: 800px) {
  .video-feature-card { padding: 24px; }
  .video-feature-pillars { grid-template-columns: 1fr; gap: 16px; }
}



