/* ============================================================
   Kontakt-oss page – page-kontakt-oss.css v=2
   Self-contained: includes all tj-* and ko-* rules
   (loaded via body <link> to bypass WP Rocket RUCSS)
   ============================================================ */

/* ---- Base ---- */
.tj-page * { box-sizing: border-box; }
.tj-page { font-family: 'Yantramanav', sans-serif; color: #333; }

/* ---- Hero ---- */
.tj-hero {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 60%, #0f3460 100%);
    padding: 90px 0 70px;
    position: relative;
    overflow: hidden;
}
.tj-hero::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 4px;
    background: #ED1C24;
}
.tj-hero .auto-container { position: relative; z-index: 2; }
.tj-hero h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 52px;
    font-weight: 800;
    color: #fff;
    margin: 0 0 16px;
    letter-spacing: -0.5px;
    line-height: 1.15;
}
.tj-hero p.lead {
    font-size: 19px;
    color: rgba(255,255,255,0.78);
    max-width: 540px;
    margin: 0 0 32px;
    line-height: 1.6;
}
.tj-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: rgba(255,255,255,0.55);
    margin-bottom: 28px;
}
.tj-breadcrumb a { color: rgba(255,255,255,0.55); text-decoration: none; }
.tj-breadcrumb a:hover { color: #ED1C24; }
.tj-breadcrumb span.sep { color: rgba(255,255,255,0.3); }
.tj-breadcrumb span.current { color: rgba(255,255,255,0.85); }

/* ---- Stats / Contact Bar ---- */
.tj-stats {
    background: #ED1C24;
    padding: 0;
}
.tj-stats .auto-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.tj-stat-item {
    padding: 22px 20px;
    text-align: center;
    border-right: 1px solid rgba(255,255,255,0.2);
    color: #fff;
}
.tj-stat-item:last-child { border-right: none; }
.tj-stat-item .num {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 32px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 4px;
}
.tj-stat-item .label {
    font-size: 13px;
    opacity: 0.88;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

/* ---- Section Header ---- */
.tj-section-header {
    text-align: center;
    margin-bottom: 56px;
}
.tj-section-header .overline {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #ED1C24;
    margin-bottom: 10px;
}
.tj-section-header h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 38px;
    font-weight: 800;
    color: #111;
    margin: 0 0 14px;
    letter-spacing: -0.3px;
}
.tj-section-header p {
    font-size: 17px;
    color: #666;
    max-width: 560px;
    margin: 0 auto;
    line-height: 1.65;
}

/* ---- Services Section ---- */
.tj-services-section {
    background: #f4f6f9;
    padding: 90px 0 100px;
}

/* ---- Card ---- */
.tj-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 16px rgba(0,0,0,0.07);
    display: flex;
    flex-direction: column;
    color: inherit;
    position: relative;
}
.tj-card__body {
    padding: 24px 22px 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.tj-card__icon {
    width: 52px;
    height: 52px;
    margin-bottom: 14px;
    background: #fff5f5;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
}
.tj-card__icon img {
    width: 36px;
    height: 36px;
    object-fit: contain;
    display: block;
    filter: none;
}
.tj-card__title {
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: #111;
    margin: 0 0 10px;
    line-height: 1.3;
}

/* ---- Button ---- */
.tj-btn-red {
    display: inline-block;
    background: #ED1C24;
    color: #fff !important;
    text-decoration: none !important;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 700;
    padding: 16px 40px;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: background 0.2s, transform 0.2s;
    box-shadow: 0 4px 20px rgba(237,28,36,0.4);
    border: none;
    cursor: pointer;
}
.tj-btn-red:hover {
    background: #c8151c;
    transform: translateY(-2px);
}

/* ============================================================
   ko-* – Contact page supplementary styles
   ============================================================ */

/* Contact bar: icon + text layout */
.ko-bar-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    text-decoration: none !important;
    color: #fff !important;
}
.ko-bar-item img {
    flex-shrink: 0;
    filter: brightness(0) invert(1);
    display: block;
}
.ko-bar-item .num {
    font-size: 15px !important;
    font-weight: 700;
    word-break: break-all;
}
.ko-bar-item .label {
    font-size: 12px;
    opacity: 0.85;
}
.ko-bar-item:hover { opacity: 0.85; }

/* Main section padding override */
.ko-main-section {
    padding: 80px 0 100px;
}

/* Two-column layout: form + sidebar */
.ko-two-col {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 40px;
    align-items: start;
}

/* Form card */
.ko-form-card {
    padding: 0;
}
.ko-form-inner {
    padding: 40px 36px;
}

/* Form rows & groups */
.ko-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 20px;
}
.ko-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}
.ko-group label {
    font-size: 13px;
    font-weight: 700;
    color: #444;
    margin-bottom: 7px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}
.ko-group input,
.ko-group textarea {
    width: 100%;
    padding: 13px 16px;
    border: 2px solid #e8e8e8;
    border-radius: 8px;
    font-family: 'Yantramanav', sans-serif;
    font-size: 15px;
    color: #111;
    background: #fafafa;
    transition: border-color 0.2s, background 0.2s;
    outline: none;
}
.ko-group input:focus,
.ko-group textarea:focus {
    border-color: #ED1C24;
    background: #fff;
}
.ko-group textarea {
    height: 130px;
    resize: vertical;
}
.ko-row .ko-group { margin-bottom: 0; }

/* Submit button */
.ko-submit {
    width: 100%;
    padding: 16px 32px;
    font-size: 16px;
    letter-spacing: 0.5px;
    margin-top: 4px;
    border-radius: 6px;
}

/* Note below button */
.ko-note {
    font-size: 12px;
    color: #aaa;
    text-align: center;
    margin: 10px 0 0;
}

/* Success/error messages */
#ko-success {
    display: none;
    background: #efffef;
    border: 1px solid #5cb85c;
    color: #2d6a2d;
    padding: 14px 18px;
    border-radius: 8px;
    font-size: 15px;
    margin-top: 16px;
}
#ko-error {
    display: none;
    background: #fff5f5;
    border: 1px solid #ED1C24;
    color: #c00;
    padding: 14px 18px;
    border-radius: 8px;
    font-size: 15px;
    margin-top: 16px;
}
#ko-error a { color: #c00; }

/* Sidebar */
.ko-sidebar {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Sidebar cards */
.ko-side-card {
    padding: 0;
}
.ko-side-card .tj-card__body {
    padding: 28px 24px;
}

/* Contact detail list */
.ko-detail-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.ko-detail-list li {
    font-size: 15px;
    color: #444;
    line-height: 1.5;
}
.ko-detail-list li strong {
    color: #111;
    margin-right: 4px;
}
.ko-detail-list li a {
    color: #ED1C24;
    text-decoration: none;
}
.ko-detail-list li a:hover { text-decoration: underline; }

/* Hours table */
.ko-hours {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    color: #444;
}
.ko-hours td {
    padding: 6px 0;
    border-bottom: 1px solid #f0f0f0;
}
.ko-hours td:first-child { width: 55%; color: #111; font-weight: 600; }
.ko-hours td:last-child { text-align: right; }
.ko-hours tr:last-child td { border-bottom: none; }

/* Dark CTA card */
.ko-cta-card {
    background: linear-gradient(135deg, #1a1a2e 0%, #0f3460 100%);
    border-radius: 10px;
    padding: 30px 24px;
    text-align: center;
}
.ko-cta-card p {
    font-size: 15px;
    color: rgba(255,255,255,0.82);
    margin: 0 0 20px;
    line-height: 1.5;
}
.ko-cta-btn {
    display: block;
    text-align: center;
    padding: 14px 24px;
    font-size: 15px;
}

/* Map */
.ko-map {
    width: 100%;
    height: 420px;
    overflow: hidden;
}
.ko-map iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

/* ---- Responsive ---- */
@media (max-width: 1024px) {
    .ko-two-col { grid-template-columns: 1fr 340px; }
    .tj-stats .auto-container { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
    .tj-hero h1 { font-size: 36px; }
    .tj-hero p.lead { font-size: 16px; }
    .tj-section-header h2 { font-size: 28px; }
    .ko-two-col { grid-template-columns: 1fr; }
    .ko-form-inner { padding: 28px 20px; }
    .tj-stats .auto-container { grid-template-columns: repeat(2, 1fr); }
    .ko-map { height: 300px; }
}
@media (max-width: 480px) {
    .tj-hero { padding: 60px 0 50px; }
    .tj-hero h1 { font-size: 28px; }
    .ko-row { grid-template-columns: 1fr; }
    .tj-stats .auto-container { grid-template-columns: 1fr 1fr; }
    .tj-stat-item { padding: 16px 10px; }
    .ko-bar-item .num { font-size: 13px !important; }
}

/* ft-pro is the live footer — no hide rule needed here */
