/* ALAPÉRTELMEZETT KONTÉNEREK */
.octopuskapcs-container {
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #fafbfc;
    color: #222;
    margin: 0;
    padding: 0;
}

.octopuskapcs-main {
    max-width: 950px;
    margin: 2rem auto;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 4px #0001;
    padding: 2rem;
}

/* ORCZY SZERVIZ KONTÉNEREK */
.orczyszerv-container {
    font-family: 'Segoe UI', Arial, sans-serif;
    color: #222;
    max-width: 950px;
    margin: 2rem auto;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 4px #0001;
    padding: 2rem;
}

/* CÍMEK ÉS ALCÍMEK */
.octopuskapcs-title,
.orczyszerv-title,
.orczyszerv-main-title {
    text-align: center;
    color: #b22222;
    font-size: 2em;
    margin-bottom: 1.2em;
}

.orczyszerv-subtitle {
    text-align: center;
    font-size: 1.13em;
    margin-bottom: 2em;
    color: #555;
}

.orczyszerv-warranty-title {
    color: #b22222;
    text-align: center;
    font-size: 1.3em;
    margin-bottom: 1.2em;
}

.orczyszerv-non-warranty-title {
    color: #b22222;
    text-align: center;
    font-size: 1.15em;
    margin-bottom: 1.2em;
}

/* GOMBOK */
.octopuskapcs-btn,
.octopuskapcs-closebtn,
.octopuskapcs-alkatresz-btn,
.octopuskapcs-linkbtn,
.orczyszerv-btn,
.orczyszerv-linkbtn {
    transition: background 0.2s, color 0.2s, transform 0.18s cubic-bezier(.4, 0, .2, 1), box-shadow 0.18s cubic-bezier(.4, 0, .2, 1);
    cursor: pointer;
    outline: none;
}

.octopuskapcs-btn,
.orczyszerv-btn {
    width: 100%;
    max-width: 400px;
    padding: 0.9em 0;
    background: #b22222;
    color: #fff;
    border-radius: 5px;
    font-size: 1.1em;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 2px 8px #0002;
    margin-bottom: 0;
    border: none;
    display: block;
}

.octopuskapcs-btn.octopuskapcs-btn-dark {
    background: #232f47;
}

.octopuskapcs-btn:hover,
.octopuskapcs-btn:focus,
.orczyszerv-btn:hover,
.orczyszerv-btn:focus {
    background: #d43c3c;
    color: #fff;
    transform: scale(1.045);
    box-shadow: 0 4px 16px #b2222240;
    filter: brightness(1.15);
}

.octopuskapcs-btn.octopuskapcs-btn-dark:hover,
.octopuskapcs-btn.octopuskapcs-btn-dark:focus {
    background: #314a7c;
    color: #fff;
}

.octopuskapcs-linkbtn,
.orczyszerv-linkbtn {
    margin: 10px 0px 10px 0px;
    padding: 0.7em 2em;
    background: #232f47;
    color: #fff;
    border-radius: 5px;
    font-size: 1em;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 2px 8px #0002;
    border: none;
    display: inline-block;
}

.octopuskapcs-linkbtn:hover,
.octopuskapcs-linkbtn:focus,
.orczyszerv-linkbtn:hover,
.orczyszerv-linkbtn:focus {
    background: #314a7c;
    color: #fff;
    transform: scale(1.06);
    box-shadow: 0 4px 16px #232f4740;
    filter: brightness(1.15);
}

.orczyszerv-report-button {
    display: inline-block;
    padding: 0.9em 2.2em;
    background: #b22222;
    color: #fff;
    border-radius: 5px;
    font-size: 1.1em;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 2px 8px #0002;
    transition: background 0.2s;
    border: none;
    cursor: pointer;
}

.orczyszerv-report-button:hover {
    background: #9a1e1e;
}

.orczyszerv-primary-button {
    display: inline-block;
    padding: 1.2em 3em;
    background: #b22222;
    color: #fff;
    border-radius: 5px;
    font-size: 1.2em;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 4px 12px #0003;
    transition: background 0.2s, transform 0.18s cubic-bezier(.4, 0, .2, 1), box-shadow 0.18s cubic-bezier(.4, 0, .2, 1);
}

.orczyszerv-primary-button:hover,
.orczyszerv-primary-button:focus {
    background: #d43c3c;
    color: #fff;
    transform: scale(1.05);
    box-shadow: 0 6px 20px #b2222240;
    filter: brightness(1.1);
}

/* GOMB LISTÁK ÉS KONTÉNEREK */
.octopuskapcs-btnlist,
.orczyszerv-btnlist {
    display: flex;
    flex-direction: column;
    gap: 1.2em;
    align-items: center;
    margin-bottom: 2em;
}

.orczyszerv-btn-container {
    width: 100%;
    max-width: 350px;
}

.orczyszerv-button-container {
    text-align: center;
    margin-bottom: 2rem;
}

/* TARTALOM DOBOZOK */
.octopuskapcs-content,
.orczyszerv-content {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height 0.45s cubic-bezier(.4, 0, .2, 1), opacity 0.35s cubic-bezier(.4, 0, .2, 1);
    margin-bottom: 1.2em;
}

.orczyszerv-content {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 4px #0001;
    padding: 1.2em 1.2em 1em 1.2em;
}

.octopuskapcs-content.open,
.orczyszerv-content.open {
    max-height: 1200px;
    opacity: 1;
}

/* ALKATRÉSZ BEAZONOSÍTÁS SPECIFIKUS STÍLUSOK */
.orczyszerv-info-section {
    margin-bottom: 2.5rem;
}

.orczyszerv-section-title {
    color: #b22222;
    font-size: 1.3em;
    margin-bottom: 1.2em;
    border-bottom: 2px solid #b22222;
    padding-bottom: 0.5em;
}

.orczyszerv-steps {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.orczyszerv-step {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.2rem;
    background: #f8f9fa;
    border-radius: 8px;
    border-left: 4px solid #b22222;
}

.orczyszerv-step-number {
    background: #b22222;
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    flex-shrink: 0;
}

.orczyszerv-step-content h3 {
    margin: 0 0 0.5em 0;
    color: #b22222;
    font-size: 1.1em;
}

.orczyszerv-step-content p {
    margin: 0;
    line-height: 1.5;
}

.orczyszerv-requirements-list {
    list-style: none;
    padding: 0;
}

.orczyszerv-requirement-item {
    padding: 0.8rem 1.2rem;
    margin-bottom: 0.5rem;
    background: #f8f9fa;
    border-radius: 5px;
    border-left: 3px solid #232f47;
    line-height: 1.5;
}

.orczyszerv-requirement-item strong {
    color: #232f47;
}

.orczyszerv-highlight-box {
    background: linear-gradient(135deg, #b22222, #d43c3c);
    color: white;
    padding: 2rem;
    border-radius: 8px;
    margin-bottom: 2rem;
    text-align: center;
}

.orczyszerv-highlight-title {
    margin: 0 0 1.5rem 0;
    font-size: 1.3em;
}

.orczyszerv-benefits {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
}

.orczyszerv-benefit {
    background: rgba(255, 255, 255, 0.1);
    padding: 0.8rem;
    border-radius: 5px;
    font-weight: 600;
}

.orczyszerv-warning-section {
    background: #fffbe7;
    border-radius: 8px;
    padding: 1.5rem;
    border: 1px solid #ffe7a0;
    margin-bottom: 2rem;
}

.orczyszerv-warning-text {
    margin: 0;
    color: #b22222;
    font-size: 1.05em;
    text-align: center;
}

.orczyszerv-contact-info {
    text-align: center;
    font-size: 1.05em;
    color: #666;
}

/* SZÖVEG STÍLUSOK */
.orczyszerv-bold-text {
    color: #000000;
    font-weight: bold;
}

.orczyszerv-email-link,
.orczyszerv-phone-link,
.orczyszerv-footer-link {
    color: #b22222;
    text-decoration: underline;
}

.orczyszerv-phone-link:hover {
    text-decoration: underline;
}

.orczyszerv-phone-label {
    color: #b22222;
    font-weight: bold;
}

.orczyszerv-black-text {
    color: #000000;
}

.orczyszerv-margin-top {
    margin-top: 1em;
}

.orczyszerv-margin-top-small {
    margin-top: 0.7em;
}

.orczyszerv-warranty-note,
.orczyszerv-footer-text {
    margin-top: 2.5em;
    text-align: center;
    color: #888;
    font-size: 0.98em;
}

.orczyszerv-form-text {
    margin-bottom: 1em;
}

/* LOGÓK ÉS LISTÁK */
.orczyszerv-warranty-section {
    margin-bottom: 2.5rem;
}

.orczyszerv-logo-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2.5rem;
}

.orczyszerv-logo {
    max-width: 140px;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.orczyszerv-brand-list {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    max-width: 600px;
    margin: 1.5em auto 2em auto;
    font-size: 1.08em;
    line-height: 1.7;
}

.orczyszerv-info-text {
    text-align: center;
    margin-bottom: 2em;
    font-size: 1.07em;
}

/* FIGYELMEZTETÉSEK */
.octopuskapcs-warning,
.orczyszerv-warning {
    display: inline-block;
    background: #fffbe7;
    border-radius: 8px;
    padding: 1.2em 1.2em 1em 1.2em;
    color: #b22222;
    font-weight: 600;
    border: 1px solid #ffe7a0;
    box-shadow: 0 4px 24px #0002;
    margin-bottom: 1.5em;
    text-align: center;
}

/* OCTOPUS SPECIFIKUS STÍLUSOK */
.octopuskapcs-info {
    text-align: center;
    font-size: 1.08em;
    margin-bottom: 1.2em;
}

.octopuskapcs-box {
    box-shadow: 0 8px 32px #0003, 0 1.5px 8px #b2222222;
    border-radius: 16px;
    background: #fff;
    padding: 1.7em 1.2em 1.2em 1.2em;
    margin-bottom: 2em;
}

.octopuskapcs-box:last-child {
    margin-bottom: 0;
}

.octopuskapcs-box-title {
    color: #b22222 !important;
    font-size: 1.15em;
    margin-bottom: 0.7em;
}

.octopuskapcs-box-row {
    margin-bottom: 0.7em;
}

.octopuskapcs-flex {
    display: flex;
    flex-direction: row;
    gap: 2em;
    align-items: flex-start;
    justify-content: center;
}

.octopuskapcs-col {
    width: 50%;
    max-width: 350px;
}

.octopuskapcs-map {
    width: 50%;
    max-width: 500px;
}

.octopuskapcs-tablewrap {
    text-align: left;
}

.octopuskapcs-table {
    margin: 0.5em 0;
    border-collapse: collapse;
    width: 100%;
    background: #fafbfc;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 1px 4px #0001;
}

.octopuskapcs-table td {
    padding: 0.4em 1em;
}

.octopuskapcs-closebtn {
    margin-top: 2em;
    display: inline-block;
    padding: 0.5em 1.5em;
    background: #888;
    color: #fff;
    border-radius: 4px;
    font-size: 0.98em;
    font-weight: 500;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: background 0.2s, transform 0.18s cubic-bezier(.4, 0, .2, 1), box-shadow 0.18s cubic-bezier(.4, 0, .2, 1);
}

.octopuskapcs-closebtn:hover,
.octopuskapcs-closebtn:focus {
    background: #444;
    color: #fff;
    transform: scale(1.07);
    box-shadow: 0 4px 16px #8884;
}

.octopuskapcs-alkatresz-list {
    display: flex;
    flex-direction: column;
    gap: 1em;
    align-items: center;
}

.octopuskapcs-alkatresz-btn {
    width: 100%;
    max-width: 350px;
    padding: 0.9em 0;
    background: #232f47;
    color: #fff;
    border-radius: 5px;
    font-size: 1.07em;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 2px 8px #0002;
    margin-bottom: 0;
    border: none;
    display: block;
}

.octopuskapcs-alkatresz-btn.octopuskapcs-btn-dark {
    background: #232f47;
}

.octopuskapcs-alkatresz-btn:hover,
.octopuskapcs-alkatresz-btn:focus {
    background: #314a7c;
    color: #fff;
    transform: scale(1.045);
    box-shadow: 0 4px 16px #232f4740;
}

.octopuskapcs-alkatresz-content {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height 0.45s cubic-bezier(.4, 0, .2, 1), opacity 0.35s cubic-bezier(.4, 0, .2, 1);
    margin-bottom: 1.2em;
}

.octopuskapcs-alkatresz-content.open {
    max-height: 1200px;
    opacity: 1;
}

.octopuskapcs-alkatresz-contact {
    text-align: center;
    color: #000;
    font-size: 1.7em;
    margin-bottom: 1em;
    font-weight: bold;
}

.octopuskapcs-alkatresz-warning {
    margin-top: 1em;
    background: #fffbe7;
    border-radius: 6px;
    padding: 1em;
    color: #b22222;
    font-weight: 600;
    border: 1px solid #ffe7a0;
    text-align: center;
}

/* RESPONSIVE DESIGN */
@media (max-width: 900px) {
    .octopuskapcs-flex {
        flex-direction: column;
    }

    .octopuskapcs-col,
    .octopuskapcs-map {
        width: 100%;
        max-width: 100%;
    }

    .octopuskapcs-map {
        margin-top: 1.5em;
    }

    .orczyszerv-container,
    .octopuskapcs-main {
        padding: 1em;
    }
}

@media (max-width: 768px) {
    .orczyszerv-container {
        margin: 1rem;
        padding: 1.5rem;
    }

    .orczyszerv-title {
        font-size: 1.6em;
    }

    .orczyszerv-steps {
        gap: 1rem;
    }

    .orczyszerv-step {
        flex-direction: column;
        text-align: center;
    }

    .orczyszerv-benefits {
        grid-template-columns: 1fr;
    }

    .orczyszerv-primary-button {
        padding: 1em 2em;
        font-size: 1.1em;
    }
}

@media (max-width: 600px) {
    .octopuskapcs-main,
    .orczyszerv-container {
        padding: 0.7em;
    }

    .octopuskapcs-title,
    .orczyszerv-title {
        font-size: 1.3em;
    }

    .octopuskapcs-btn,
    .octopuskapcs-alkatresz-btn,
    .orczyszerv-btn {
        font-size: 1em;
        padding: 0.7em 0;
    }

    .octopuskapcs-box,
    .orczyszerv-content {
        padding: 1em 0.5em 0.7em 0.5em;
    }
}

@media (max-width: 480px) {
    .orczyszerv-container {
        margin: 0.5rem;
        padding: 1rem;
    }

    .orczyszerv-step {
        padding: 1rem;
    }

    .orczyszerv-highlight-box {
        padding: 1.5rem;
    }
}