/* Velkoobchod — shared styles */

/* Telekom Logo */
.telekom-logo {
    text-align: left !important;
    padding: 15px 20px !important;
    background: #fff !important;
    display: block !important;
    width: 100% !important;
    position: relative;
    z-index: 10;
    max-width: 1100px;
    margin: 0 auto;
}
.telekom-logo img {
    height: 30px !important;
    display: inline-block !important;
    visibility: visible !important;
}

/* Hero */
#hero {
    background-color: #333;
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 60px 0 40px;
    min-height: 300px;
    display: flex;
    align-items: center;
}
#hero .container-fixed {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}
.hero__site-name {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
    color: #ccc;
}
.hero__title {
    font-size: 42px;
    font-weight: 700;
    margin: 0 0 10px;
    line-height: 1.2;
    color: #fff;
    text-transform: none !important;
}
.hero__desc {
    font-size: 16px;
    color: #ccc;
    line-height: 1.5;
}
.hero__cta { margin-top: 20px; }
.hero__cta .btn_hero {
    display: inline-block;
    padding: 15px 40px;
    background: #e20074 !important;
    border: none;
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 700;
    font-size: 16px;
    transition: background 0.2s;
    white-space: nowrap;
}
.hero__cta .btn_hero:hover { background: #c40065 !important; }
.magenta { color: #e20074 !important; }
.back-arrow { margin-bottom: 20px; }
.back-arrow a { color: #fff !important; text-decoration: none !important; font-size: 14px; }
.back-arrow img { width: 12px; margin-right: 5px; filter: brightness(0) invert(1); }

/* Sticky Navigation */
.nav-sticky {
    background: #f2f2f2;
    border-bottom: 3px solid #e20074;
    padding: 0 !important;
    position: sticky;
    top: 0;
    z-index: 100;
}
.nav-sticky .container-fixed { max-width: 1100px; margin: 0 auto; padding: 0 20px; }
.nav-sticky ul { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; }
.nav-sticky li { margin: 0; }
.nav-sticky li a {
    display: block;
    padding: 15px 20px;
    color: #383838 !important;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 3px solid transparent;
    margin-bottom: -3px;
    transition: border-color 0.2s;
}
.nav-sticky li a:hover, .nav-sticky li a.active { border-bottom-color: #e20074; color: #e20074 !important; }
.nav-sticky li { background: transparent !important; }
.nav-sticky li:last-child { background: transparent !important; box-shadow: none !important; }
.nav-sticky li:last-child a { background: transparent !important; }

/* Sections */
.section { padding: 50px 0; background-color: #fff; clear: both !important; }
.section .container-fixed { max-width: 1100px; margin: 0 auto; padding: 0 20px; }
.section__title { font-size: 32px; font-weight: 700; margin-bottom: 20px; color: #e20074 !important; text-transform: uppercase; }
.text_centered { text-align: center; }

/* Feature boxes (landing page) */
.feature-row {
    display: flex !important;
    justify-content: center !important;
    gap: 20px !important;
    flex-wrap: wrap !important;
    max-width: 900px !important;
    margin: 30px auto !important;
    float: none !important;
    width: auto !important;
}
.feature-row > .feature_box {
    flex: 1 1 250px !important;
    max-width: 280px !important;
    float: none !important;
    width: auto !important;
    display: block !important;
}
.feature_box {
    background: #fff;
    padding: 30px 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.1);
    text-align: center;
}
.feature_box img { max-width: 100px; margin: 20px 0; }
.feat_title {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    min-height: 50px;
    letter-spacing: 0.5px;
}
.feature_box .btn {
    display: inline-block;
    padding: 10px 40px;
    background: #e20074;
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    margin-top: 15px;
    letter-spacing: 0.5px;
}
.feature_box .btn:hover { background: #c40065; }

/* Contact section */
.contact { text-align: center; padding: 30px 0; border-top: 1px solid #e5e5e5; margin-top: 30px; }
.contact p { font-size: 16px; line-height: 1.6; color: #666; }
.contact a { color: #e20074; text-decoration: none; }

/* Newsletter bar */
.newsletter-bar {
    background: #333 !important;
    padding: 30px 20px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 30px !important;
    flex-wrap: wrap !important;
    width: 100% !important;
    float: none !important;
    clear: both !important;
}
.newsletter-bar p {
    color: #fff !important;
    font-size: 22px;
    font-weight: 300;
    margin: 0;
}
.newsletter-bar .btn-newsletter {
    display: inline-block !important;
    padding: 12px 30px;
    background: #e20074;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    border: none;
    cursor: pointer;
    white-space: nowrap;
}
.newsletter-bar .btn-newsletter:hover { background: #c40065; }

/* Dark sections (form pages) */
.section.dark { background: #333; color: #fff; }
.section.dark .section__title { color: #fff; }
.section.dark a { color: #e20074; }

/* Service info cards */
.service-card { background: #fff !important; padding: 30px; margin-bottom: 20px; border-radius: 4px; }
.service-card h3 { font-size: 24px; font-weight: 700; margin-bottom: 15px; color: #383838; }
.service-card .icon-row { display: flex; flex-wrap: wrap; gap: 20px; margin: 20px 0; justify-content: center; }
.service-card .icon-item { text-align: center; flex: 1; min-width: 80px; }
.service-card .icon-item img { width: 60px; height: 60px; margin-bottom: 8px; }
.service-card .icon-item span { font-size: 13px; display: block; color: #383838; }

/* Interest button */
.btn-interest {
    display: inline-block;
    padding: 10px 25px;
    border: 1px solid #e20074;
    color: #e20074 !important;
    background: transparent;
    text-decoration: none !important;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.2s;
}
.btn-interest:hover, .btn-interest.checked { background: #e20074; color: #fff !important; }
.btn-interest.checked::before { content: '✓ '; }

/* Tags */
.tags-holder { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 20px; }
.tag { background: #e20074; color: #fff; padding: 6px 12px; font-size: 13px; font-weight: 600; display: inline-flex; align-items: center; gap: 8px; }
.tag .remove-tag { cursor: pointer; font-size: 16px; line-height: 1; }

/* Form section */
.form-section { background: #333; color: #fff; padding: 60px 0; clear: both !important; float: none !important; position: relative !important; }
.form-section .container-fixed { max-width: 1100px; margin: 0 auto; padding: 0 20px; }
.form-section h2 { font-size: 32px; font-weight: 700; text-align: center; margin-bottom: 10px; }
.form-section .form-desc { text-align: center; color: #ccc; margin-bottom: 40px; }
.form-holder { max-width: 600px; margin: 0 auto; }
.form-holder .form-group { margin-bottom: 25px; }
.form-holder label { display: block; font-size: 14px; font-weight: 700; margin-bottom: 5px; color: #fff; }
.form-holder input[type="text"], .form-holder input[type="email"], .form-holder input[type="tel"], .form-holder input[type="number"], .form-holder textarea {
    width: 100%; padding: 12px 15px; font-size: 16px; border: none; border-radius: 0; background: #fff; color: #383838; font-family: inherit; box-sizing: border-box;
}
.form-holder textarea { min-height: 120px; resize: vertical; }
.form-holder .btn-submit { display: inline-block; padding: 14px 40px; background: #e20074; color: #fff !important; border: none; font-size: 16px; font-weight: 700; text-transform: uppercase; cursor: pointer; text-decoration: none !important; }
.form-holder .btn-submit:hover { background: #c40065; }
.form-holder .error-msg { color: #ffcc00; font-size: 14px; margin-top: 5px; }
.form-holder .form-actions { text-align: center; margin-top: 30px; }

/* Accordion */
.accordion-item { border-bottom: 1px solid #555; }
.accordion-header { padding: 15px 0; cursor: pointer; font-weight: 700; font-size: 16px; display: flex; justify-content: space-between; align-items: center; }
.accordion-header::after { content: '+'; font-size: 20px; font-weight: 400; }
.accordion-item.open .accordion-header::after { content: '−'; }
.accordion-content { display: none; padding: 0 0 15px; color: #ccc; line-height: 1.6; }
.accordion-item.open .accordion-content { display: block; }

/* Checker */
.checker-section { background: #fff !important; padding: 30px; border-radius: 4px; margin-bottom: 30px; border: 1px solid #e5e5e5; }
.checker-section .form-group { margin-bottom: 15px; }
.checker-section input { width: 100%; padding: 10px 15px; font-size: 16px; border: 1px solid #ccc; box-sizing: border-box; }
.checker-section input:disabled { background: #ddd; cursor: not-allowed; }
.checker-section .btn-check { display: inline-block; padding: 10px 25px; background: #e20074; color: #fff !important; border: none; font-weight: 700; cursor: pointer; margin-top: 10px; text-decoration: none !important; }
.checker-results { margin-top: 15px; max-height: 200px; overflow-y: auto; }
.checker-results .result-item { padding: 8px 15px; cursor: pointer; background: #f2f2f2; margin-bottom: 2px; color: #383838; }
.checker-results .result-item:hover { background: #e20074; color: #fff; }

/* Thank you page */
.thankyou-content { max-width: 1100px; margin: 0 auto; padding: 60px 20px; text-align: center; }
.thankyou-content h2 { font-size: 28px; font-weight: 700; color: #383838; }
.thankyou-content .desc { font-size: 18px; color: #666; margin: 20px 0; }
.thankyou-content hr { border: none; border-top: 1px solid #e5e5e5; margin: 30px auto; max-width: 800px; }
.thankyou-content .link a { color: #e20074 !important; text-decoration: none !important; font-size: 16px; font-weight: 600; }

/* Helpers */
.quote { font-size: 18px; line-height: 1.6; }
.strong { font-weight: 700; }
.row { width: 100%; float: left; }
.row::after { content: ''; display: table; clear: both; }
.mb-30 { margin-bottom: 30px; }
.mt-5 { margin-top: 5px; }
.mt-10 { margin-top: 10px !important; }
.mt-15 { margin-top: 15px !important; }
.mt-30 { margin-top: 30px !important; }
.mt-50 { margin-top: 50px !important; }
.mb-20 { margin-bottom: 20px !important; }
.mb-50 { margin-bottom: 50px !important; }
.sec-desc { margin: 0 auto; float: none; }
.sec-desc p { line-height: 1.6; }
.list-square { list-style: square !important; padding-left: 20px !important; }
.list-square li { margin-bottom: 10px; }
.section__sub-title { font-size: 18px; font-weight: 700; }
.section__desc { text-align: center; color: #666; margin-bottom: 30px; }
.divider { border-bottom: 1px solid #e5e5e5; }
.read-more, .read-less { display: none; }

@media (min-width: 768px) {
    .col-md-4 { width: 33.33%; float: left; padding: 0 15px; box-sizing: border-box; }
    .col-md-6 { width: 50%; float: left; padding: 0 15px; box-sizing: border-box; }
    .col-md-8 { width: 66.66%; float: left; padding: 0 15px; box-sizing: border-box; }
    .col-md-12 { width: 100%; float: left; padding: 0 15px; box-sizing: border-box; }
}
.col-xs-12 { width: 100%; padding: 0 15px; box-sizing: border-box; }
@media (max-width: 767px) {
    .hero__title { font-size: 28px; }
    .nav-sticky ul { flex-direction: column; }
    .nav-sticky li a { padding: 10px 15px; }
    .newsletter-bar { padding: 20px; text-align: center; }
    .newsletter-bar p { font-size: 18px; }
}
@media print { .nav-sticky, #footer-new, .newsletter-bar, .telekom-logo { display: none !important; } }
