/* === RESET & BASE === */
* { margin: 0; padding: 0; box-sizing: border-box; }

body {
    font-family: Verdana, Tahoma, Geneva, sans-serif;
    font-size: 13px;
    line-height: 1.6;
    color: #333333;
    background: #eaecee;
}

a { color: #3d6ce3; text-decoration: underline; }
a:hover { color: #2f5bc7; }
a:visited { color: #5a4fcf; }

img { border: 0; }

/* === LAYOUT === */
.page-wrapper {
    width: 1060px;
    margin: 0 auto;
    background: #eaecee;
}

/* --- HEADER --- */
.header {
    background: #3d6ce3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 10px;
    border-bottom: 3px solid #2f5bc7;
}

.header-logo {
    font-family: 'Arial Black', Arial, sans-serif;
    font-size: 26px;
    font-weight: 900;
    color: #fff;
    text-decoration: none;
    letter-spacing: -1px;
}

.header-logo span {
    color: #ff8800;
}

.header-banner {
    background: #2f5bc7;
    height: 40px;
    width: 468px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8ba8f0;
    font-size: 10px;
    font-style: italic;
}

/* --- BREADCRUMBS --- */
.breadcrumbs {
    background: #d8dce0;
    padding: 4px 10px;
    font-size: 10px;
    border-bottom: 1px solid #c0c4c8;
}

.breadcrumbs a {
    font-size: 10px;
}

/* --- 3 COLUMN LAYOUT --- */
.columns {
    display: flex;
    align-items: flex-start;
    gap: 0;
}

/* --- LEFT COLUMN --- */
.col-left {
    width: 190px;
    min-width: 190px;
    padding: 8px 6px 8px 4px;
}

.nav-section {
    margin-bottom: 10px;
}

.nav-header {
    background: #3d6ce3;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    text-transform: lowercase;
    padding: 4px 8px;
    margin-bottom: 1px;
}

.nav-list {
    list-style: none;
    background: #fff;
    border: 1px solid #c0c4c8;
    border-top: none;
}

.nav-list li {
    border-bottom: 1px solid #e0e2e4;
}

.nav-list li:last-child {
    border-bottom: none;
}

.nav-list a {
    display: block;
    padding: 5px 8px;
    text-decoration: none;
    color: #333;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    background: #f0f1f3;
}

.nav-list a:hover {
    background: #3d6ce3;
    color: #fff;
}

.nav-list a .arrow {
    float: right;
    color: #ff8800;
    font-weight: bold;
}

/* --- NAV SUBMENU --- */
.nav-list .nav-parent {
    display: block;
    padding: 5px 8px;
    color: #333;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    background: #f0f1f3;
    cursor: default;
}

.nav-list .nav-parent .arrow {
    float: right;
    color: #ff8800;
    font-weight: bold;
}

.nav-submenu {
    list-style: none;
    background: #e8eaed;
}

.nav-submenu li {
    border-bottom: 1px solid #d8dce0;
}

.nav-submenu li:last-child {
    border-bottom: none;
}

.nav-submenu a {
    display: block;
    padding: 4px 8px 4px 18px;
    text-decoration: none;
    color: #3d6ce3;
    font-size: 11px;
    font-weight: normal;
    text-transform: none;
    background: #e8eaed;
}

.nav-submenu a:hover {
    background: #3d6ce3;
    color: #fff;
}

.nav-submenu a::before {
    content: "\2514\00a0";
    color: #c0c4c8;
}

.contact-box {
    background: #fff;
    border: 1px solid #c0c4c8;
    padding: 8px;
    font-size: 12px;
    line-height: 1.6;
}

.contact-box a {
    font-size: 12px;
}

.contact-label {
    color: #888;
    font-size: 10px;
}

/* --- CENTER COLUMN --- */
.col-center {
    flex: 1;
    padding: 8px 4px;
    min-width: 0;
}

.section-header {
    background: #3d6ce3;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-transform: lowercase;
    padding: 4px 10px;
    margin-bottom: 0;
}

.section-content {
    background: #fff;
    border: 1px solid #c0c4c8;
    border-top: none;
    padding: 10px 12px;
    margin-bottom: 10px;
}

.section-content h1 {
    font-family: 'Arial Black', Arial, sans-serif;
    font-size: 24px;
    color: #333;
    margin-bottom: 10px;
    line-height: 1.2;
}

.section-content h2 {
    font-family: Arial, sans-serif;
    font-size: 15px;
    color: #3d6ce3;
    margin: 12px 0 6px 0;
    border-bottom: 1px solid #eaecee;
    padding-bottom: 3px;
}

.section-content h3 {
    font-size: 13px;
    color: #333;
    margin: 8px 0 3px 0;
}

.section-content p {
    margin-bottom: 6px;
}

.hero-intro {
    display: flex;
    gap: 10px;
    margin-bottom: 8px;
}

.hero-photo {
    width: 200px;
    height: 250px;
    border: 2px solid #c0c4c8;
    flex-shrink: 0;
    object-fit: cover;
    object-position: center top;
}

.hero-text {
    flex: 1;
}

.hero-text .tagline {
    font-size: 15px;
    font-weight: bold;
    color: #ff8800;
    margin-bottom: 6px;
}

/* --- CASE CARDS --- */
.case-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.case-card {
    background: #f5f6f7;
    border: 1px solid #d8dce0;
    padding: 8px 10px;
    width: calc(50% - 4px);
    font-size: 12px;
}

.case-card .case-title {
    font-weight: bold;
    color: #3d6ce3;
    font-size: 13px;
    margin-bottom: 2px;
}

.case-card .case-result {
    color: #ff8800;
    font-weight: bold;
}

.case-card .case-geo {
    color: #888;
    font-size: 9px;
}

/* --- SPEAKER LIST --- */
.speaker-list {
    list-style: none;
}

.speaker-list li {
    padding: 5px 0;
    border-bottom: 1px dotted #d8dce0;
    font-size: 13px;
}

.speaker-list li:last-child {
    border-bottom: none;
}

.speaker-list .date {
    color: #888;
    font-size: 11px;
}

.speaker-list .venue {
    color: #3d6ce3;
    font-weight: bold;
}

/* --- CONFERENCE BADGES --- */
.conf-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin-top: 6px;
}

.conf-badge {
    background: #3d6ce3;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    padding: 4px 10px;
    text-transform: uppercase;
}

.conf-badge.accent {
    background: #ff8800;
}

/* --- SKILLS LIST --- */
.skills-list {
    list-style: none;
    margin: 4px 0;
}

.skills-list li {
    padding: 2px 0 2px 14px;
    position: relative;
}

.skills-list li::before {
    content: "\25B8";
    position: absolute;
    left: 2px;
    color: #ff8800;
}

/* --- RIGHT COLUMN --- */
.col-right {
    width: 200px;
    min-width: 200px;
    padding: 8px 4px 8px 6px;
}

.sidebar-box {
    margin-bottom: 10px;
}

.sidebar-header {
    background: #ff8800;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    text-transform: lowercase;
    padding: 4px 8px;
}

.sidebar-content {
    background: #fff;
    border: 1px solid #c0c4c8;
    border-top: none;
    padding: 8px;
    font-size: 12px;
}

.stat-item {
    text-align: center;
    padding: 6px 0;
    border-bottom: 1px solid #eaecee;
}

.stat-item:last-child {
    border-bottom: none;
}

.stat-number {
    font-family: 'Arial Black', Arial, sans-serif;
    font-size: 24px;
    color: #3d6ce3;
    line-height: 1;
}

.stat-label {
    font-size: 10px;
    color: #888;
    text-transform: uppercase;
}

.sidebar-list {
    list-style: none;
}

.sidebar-list li {
    padding: 2px 0 2px 10px;
    position: relative;
    border-bottom: 1px dotted #e0e2e4;
}

.sidebar-list li::before {
    content: "\25B8";
    position: absolute;
    left: 0;
    color: #3d6ce3;
    font-size: 9px;
}

.sidebar-list li:last-child {
    border-bottom: none;
}

.sidebar-list a {
    text-decoration: none;
    color: #333;
}

.sidebar-list a:hover {
    color: #3d6ce3;
}

.tg-promo {
    text-align: center;
    padding: 4px;
}

.tg-promo a {
    display: block;
    background: #3d6ce3;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 10px;
    padding: 6px;
    margin-top: 4px;
}

.tg-promo a:hover {
    background: #2f5bc7;
}

.tg-promo .tg-name {
    font-family: 'Arial Black', Arial, sans-serif;
    font-size: 12px;
    color: #ff8800;
}

/* --- FOOTER --- */
.footer {
    background: #d8dce0;
    border-top: 3px solid #3d6ce3;
    padding: 8px 10px;
    font-size: 10px;
    color: #888;
    display: flex;
    justify-content: space-between;
}

.footer a {
    color: #3d6ce3;
    font-size: 10px;
}

/* --- PRINCIPLES --- */
.principle-item {
    padding: 3px 0;
    padding-left: 14px;
    position: relative;
}

.principle-item::before {
    content: "\2713";
    position: absolute;
    left: 0;
    color: #ff8800;
    font-weight: bold;
}

/* --- MISC --- */
.highlight {
    color: #ff8800;
    font-weight: bold;
}

.small {
    font-size: 9px;
    color: #888;
}

hr {
    border: none;
    border-top: 1px solid #d8dce0;
    margin: 8px 0;
}

/* --- FAQ ACCORDION --- */
.faq-item {
    border-bottom: 1px solid #e0e2e4;
    padding: 6px 0;
}

.faq-item:last-child {
    border-bottom: none;
}

.faq-q {
    font-weight: bold;
    color: #3d6ce3;
    cursor: pointer;
    padding-left: 14px;
    position: relative;
}

.faq-q::before {
    content: "\25B8";
    position: absolute;
    left: 0;
    color: #ff8800;
}

.faq-a {
    padding: 4px 0 2px 14px;
    color: #555;
}

/* --- STEPS --- */
.step-list {
    list-style: none;
    counter-reset: steps;
}

.step-list li {
    padding: 6px 0 6px 32px;
    position: relative;
    border-bottom: 1px dotted #d8dce0;
    counter-increment: steps;
}

.step-list li:last-child {
    border-bottom: none;
}

.step-list li::before {
    content: counter(steps);
    position: absolute;
    left: 0;
    top: 5px;
    width: 22px;
    height: 22px;
    background: #3d6ce3;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    line-height: 22px;
}

/* --- FEATURE CARDS --- */
.feature-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.feature-card {
    background: #f5f6f7;
    border: 1px solid #d8dce0;
    padding: 10px;
    width: calc(50% - 4px);
}

.feature-card .feature-icon {
    font-size: 18px;
    margin-bottom: 4px;
}

.feature-card strong {
    color: #3d6ce3;
}

/* --- TABLE --- */
.info-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 12px;
    margin: 6px 0;
}

.info-table th {
    background: #3d6ce3;
    color: #fff;
    padding: 4px 8px;
    text-align: left;
    font-size: 11px;
}

.info-table td {
    padding: 4px 8px;
    border-bottom: 1px solid #e0e2e4;
}

.info-table tr:nth-child(even) td {
    background: #f5f6f7;
}

/* --- BOT COMMAND BOX --- */
.cmd-box {
    background: #1a1a2e;
    color: #4fc3f7;
    font-family: 'Courier New', Courier, monospace;
    padding: 8px 12px;
    margin: 6px 0;
    font-size: 12px;
    border-left: 3px solid #ff8800;
}

.cmd-box .cmd-comment {
    color: #666;
}
