/* ===============================================
   TOPCAR HOMEPAGE SECTIONS
   =============================================== */

/* Global accent color class */
.topcar-accent {
    color: #d3ae54;
}

/* Remove default Astra padding/margins on front page */
.home #primary,
.home .site-content,
.home .ast-container,
.home #content {
    padding: 0 !important;
    margin: 0 !important;
}

.ast-container {
    display: block !important;
}

/* Hero Section */
.topcar-hero-section {
    width: 100%;
    height: 80vh;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 40px;
    margin: 0 !important;
}

.topcar-hero-container {
    max-width: 1400px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    margin: 0 auto;
    padding: 0 20px;
}

.topcar-hero-left {
    flex: 1;
    max-width: 550px;
    min-width: 450px;
}

.topcar-hero-subtitle {
    font-size: 14px;
    font-weight: 500;
    color: #666666;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 20px 0;
}

.topcar-hero-title {
    font-size: 48px;
    font-weight: 800;
    color: #000000;
    line-height: 1.2;
    margin: 0 0 20px 0;
}

.topcar-hero-description {
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    line-height: 1.6;
    margin: 0 0 35px 0;
}

.topcar-hero-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.topcar-hero-btn {
    display: inline-block;
    padding: 16px 32px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.topcar-hero-btn-primary {
    background-color: #d3ae54;
    color: #ffffff;
    border-color: #d3ae54;
}

.topcar-hero-btn-primary:hover {
    background-color: transparent !important;
    border-color: #d3ae54 !important;
    color: #d3ae54 !important;
    transform: translateY(-2px);
}

.topcar-hero-btn-secondary {
    background-color: transparent;
    color: #d3ae54;
    border-color: #d3ae54;
}

.topcar-hero-btn-secondary:hover {
    background-color: #d3ae54 !important;
    border-color: #d3ae54 !important;
    color: #ffffff !important;
    transform: translateY(-2px);
}

.topcar-hero-right {
    flex: 1;
    max-width: 550px;
    min-width: 450px;
    position: relative;
}

.topcar-hero-slider {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
}

.topcar-hero-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.topcar-hero-slide.active {
    position: relative;
    opacity: 1;
}

.topcar-hero-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

/* Responsive */
@media screen and (max-width: 1024px) {
    .topcar-hero-section {
        padding: 60px 25px;
    }

    .topcar-hero-container {
        flex-direction: column;
        gap: 40px;
    }

    .topcar-hero-left {
        max-width: 100%;
        min-width: auto;
        text-align: center;
    }

    .topcar-hero-title {
        font-size: 38px;
    }

    .topcar-hero-buttons {
        justify-content: center;
    }

    .topcar-hero-right {
        max-width: 600px;
        min-width: auto;
        width: 100%;
    }

    .topcar-hero-slider {
        height: 400px;
    }
}

@media screen and (max-width: 768px) {
    .topcar-hero-section {
        padding: 40px 15px;

    }

    .topcar-hero-container {
        gap: 25px;
        padding: 0 10px;
    }

    .topcar-hero-subtitle {
        font-size: 12px;
    }

    .topcar-hero-title {
        font-size: 32px;
    }

    .topcar-hero-description {
        font-size: 16px;
    }

    .topcar-hero-buttons {
        flex-direction: column;
        gap: 12px;
    }

    .topcar-hero-btn {
        width: 100%;
        text-align: center;
        padding: 14px 24px;
        font-size: 15px;
    }

    .topcar-hero-slider {
        height: 300px;
    }

    .topcar-hero-slide img {
        object-fit: contain;
        max-width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .topcar-hero-section {
        padding: 30px 10px;
    }

    .topcar-hero-container {
        gap: 20px;
        padding: 0;
    }

    .topcar-hero-title {
        font-size: 26px;
        margin-bottom: 15px;
    }

    .topcar-hero-description {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .topcar-hero-slider {
        height: 200px;
    }

    .topcar-hero-slide img {
        object-fit: contain;
        max-width: 90%;
        margin: 0 auto;
    }
}

.topcar-rezerwacja-section {
    width: 100%;
    max-width: 100vw;
    padding: 100px 40px;
    background-color: white;
    overflow: hidden;
}

.topcar-rezerwacja-container {
    max-width: 1400px;
    margin: 0 auto;
}

.topcar-rezerwacja-title {
    font-size: 42px;
    font-weight: 800;
    color: #000000;
    margin: 0 0 70px 0;
    line-height: 1.3;
    text-align: center;
}

.topcar-steps-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 60px;
}

.topcar-step {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 40px 35px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.topcar-step:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}

.topcar-step-number {
    font-size: 48px;
    font-weight: 800;
    color: #d3ae54;
    line-height: 1;
    margin: 0 0 25px 0;
}

.topcar-step-title {
    font-size: 22px;
    font-weight: 700;
    color: #000000;
    margin: 0 0 18px 0;
    line-height: 1.4;
}

.topcar-step-description {
    font-size: 15px;
    font-weight: 400;
    color: #666666;
    line-height: 1.7;
    margin: 0;
}

/* Responsive */
@media screen and (max-width: 768px) {
    .topcar-hero-section {
        height: auto !important;
    }
}

/* ===============================================
   NASZA FLOTA SECTION
   =============================================== */

.topcar-flota-section {
    width: 100%;
    max-width: 100vw;
    padding: 100px 40px;
    background-color: #ffffff;
    overflow: hidden;
}

.topcar-flota-container {
    max-width: 1200px;
    margin: 0 auto;
}

.topcar-section-title {
    font-size: 42px;
    font-weight: 800;
    color: #000000;
    margin: 0 0 60px 0;
    line-height: 1.3;
    text-align: center;
}

.topcar-flota-slider {
    position: relative;
    width: 100%;
    padding: 0 100px;
}

@media screen and (max-width: 1024px) {
    .topcar-flota-slider {
        padding: 0 80px;
    }
}

@media screen and (max-width: 768px) {
    .topcar-flota-slider {
        padding: 0 50px;
    }
}

@media screen and (max-width: 480px) {
    .topcar-flota-slider {
        padding: 0 45px;
    }
}

.topcar-flota-content {
    position: relative;
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.topcar-flota-item {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.topcar-flota-item.active {
    display: flex;
    opacity: 1;
    gap: 60px;
    align-items: center;
}

.topcar-flota-left {
    flex: 1;
    max-width: 600px;
}

.topcar-flota-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

.topcar-flota-right {
    flex: 1;
    max-width: 600px;
}

.topcar-flota-badge {
    display: inline-block;
    padding: 8px 16px;
    background-color: #f5f5f5;
    color: #666666;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 4px;
    margin-bottom: 20px;
}

.topcar-flota-title {
    font-size: 32px;
    font-weight: 800;
    color: #000000;
    margin: 0 0 20px 0;
    line-height: 1.3;
}

.topcar-flota-price {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 30px;
}

.topcar-flota-price-value {
    font-size: 48px;
    font-weight: 800;
    color: #d3ae54;
    line-height: 1;
}

.topcar-flota-price-label {
    font-size: 16px;
    font-weight: 500;
    color: #666666;
}

.topcar-flota-specs-title {
    font-size: 22px;
    font-weight: 600;
    color: #333333;
    margin: 0 0 20px 0;
    text-align: left;
}

.topcar-flota-specs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-bottom: 35px;
}

.topcar-flota-spec {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 18px;
    background-color: #f9f9f9;
    border-radius: 6px;
}

.topcar-flota-spec svg {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
}

.topcar-flota-spec-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.topcar-flota-spec-label {
    font-size: 12px;
    font-weight: 300;
    color: #666666;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.topcar-flota-spec-value {
    font-size: 16px;
    font-weight: 700;
    color: #333333;
}

.topcar-flota-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.topcar-flota-btn {
    display: inline-block;
    padding: 16px 32px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.topcar-flota-btn-primary {
    background-color: #d3ae54;
    color: #ffffff;
    border-color: #d3ae54;
}

.topcar-flota-btn-primary:hover {
    background-color: transparent !important;
    border-color: #d3ae54 !important;
    color: #d3ae54 !important;
    transform: translateY(-2px);
}

.topcar-flota-btn-secondary {
    background-color: transparent;
    color: #d3ae54;
    border-color: #d3ae54;
}

.topcar-flota-btn-secondary:hover {
    background-color: #d3ae54 !important;
    border-color: #d3ae54 !important;
    color: #ffffff !important;
    transform: translateY(-2px);
}

.topcar-flota-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none !important;
    border: none !important;
    display: inline-block;
    cursor: pointer;
    transition: transform 0.3s ease;
    z-index: 10;
    outline: none;
    padding: 0;
    line-height: 0;
    box-shadow: none !important;
}

.topcar-flota-nav:hover {
    transform: translateY(-50%) scale(1.15);
}

.topcar-flota-nav:focus {
    outline: none;
}

.topcar-flota-nav svg {
    display: block;
    width: 48px;
    height: 48px;
    transition: transform 0.3s ease;
}

.topcar-flota-prev {
    left: 10px;
}

.topcar-flota-next {
    right: 10px;
}

/* Responsive */
@media screen and (max-width: 1400px) {
    .topcar-flota-prev {
        left: 10px;
    }

    .topcar-flota-next {
        right: 10px;
    }
}

@media screen and (max-width: 1024px) {
    .topcar-flota-section {
        padding: 50px 25px;
    }

    .topcar-section-title {
        font-size: 36px;
        margin-bottom: 40px;
    }

    .topcar-flota-item.active {
        flex-direction: column;
        gap: 40px;
    }

    .topcar-flota-left,
    .topcar-flota-right {
        max-width: 100%;
    }

    .topcar-flota-title {
        font-size: 28px;
    }

    .topcar-flota-price-value {
        font-size: 40px;
    }

    .topcar-flota-prev {
        left: 10px;
        top: 250px;
    }

    .topcar-flota-next {
        right: 10px;
        top: 250px;
    }
}

@media screen and (max-width: 768px) {
    .topcar-flota-section {
        padding: 40px 20px;
    }

    .topcar-section-title {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .topcar-flota-item.active {
        gap: 30px;
        padding: 0;
    }

    .topcar-flota-left,
    .topcar-flota-right {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }

    .topcar-flota-title {
        font-size: 26px;
    }

    .topcar-flota-price-value {
        font-size: 36px;
    }

    .topcar-flota-specs-title {
        font-size: 20px;
    }

    .topcar-flota-buttons {
        flex-direction: column;
    }

    .topcar-flota-btn {
        width: 100%;
        text-align: center;
    }

    .topcar-flota-nav {
        width: 40px;
        height: 40px;
    }

    .topcar-flota-nav svg {
        width: 40px;
        height: 40px;
    }

    .topcar-flota-prev {
        left: 15px;
        top: 180px;
    }

    .topcar-flota-next {
        right: 15px;
        top: 180px;
    }
}

@media screen and (max-width: 480px) {
    .topcar-flota-section {
        padding: 35px 20px;
    }

    .topcar-section-title {
        font-size: 26px;
        margin-bottom: 25px;
    }

    .topcar-flota-badge {
        font-size: 12px;
        padding: 6px 12px;
    }

    .topcar-flota-title {
        font-size: 24px;
    }

    .topcar-flota-price-value {
        font-size: 32px;
    }

    .topcar-flota-price-label {
        font-size: 14px;
    }

    .topcar-flota-specs-title {
        font-size: 18px;
    }

    .topcar-flota-specs {
        grid-template-columns: 1fr;
    }

    .topcar-flota-spec {
        padding: 12px 14px;
    }

    .topcar-flota-spec-label {
        font-size: 11px;
    }

    .topcar-flota-spec-value {
        font-size: 14px;
    }

    .topcar-flota-nav {
        width: 36px;
        height: 36px;
    }

    .topcar-flota-nav svg {
        width: 36px;
        height: 36px;
    }

    .topcar-flota-prev {
        left: 10px;
        top: 150px;
    }

    .topcar-flota-next {
        right: 10px;
        top: 150px;
    }
}

@media screen and (max-width: 1024px) {
    .topcar-rezerwacja-section {
        padding: 50px 25px;
    }

    .topcar-rezerwacja-title {
        font-size: 36px;
        margin-bottom: 40px;
    }

    .topcar-steps-wrapper {
        grid-template-columns: 1fr;
        gap: 25px;
        margin-bottom: 40px;
    }

    .topcar-step {
        padding: 35px 30px;
    }

    .topcar-step-number {
        font-size: 44px;
        margin-bottom: 20px;
    }

    .topcar-step-title {
        font-size: 20px;
    }

    .topcar-step-description {
        font-size: 14px;
    }
}

@media screen and (max-width: 480px) {
    .topcar-rezerwacja-section {
        padding: 35px 15px;
    }

    .topcar-rezerwacja-title {
        font-size: 26px;
        margin-bottom: 30px;
    }

    .topcar-steps-wrapper {
        gap: 20px;
        margin-bottom: 30px;
    }

    .topcar-step {
        padding: 30px 25px;
    }

    .topcar-step-number {
        font-size: 40px;
        margin-bottom: 18px;
    }

    .topcar-step-title {
        font-size: 19px;
        margin-bottom: 14px;
    }

    .topcar-step-description {
        font-size: 14px;
        line-height: 1.6;
    }
}

/* CTA Button */
.topcar-rezerwacja-cta {
    text-align: center;
    margin-top: 60px;
}

.topcar-cta-button {
    display: inline-block;
    padding: 16px 40px;
    background-color: #d3ae54;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 4px;
    border: 2px solid #d3ae54;
    transition: all 0.3s ease;
}

.topcar-cta-button:hover {
    background-color: transparent !important;
    border-color: #d3ae54 !important;
    color: #d3ae54 !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(211, 174, 84, 0.3);
}

@media screen and (max-width: 1024px) {
    .topcar-rezerwacja-cta {
        margin-top: 50px;
    }
}

@media screen and (max-width: 480px) {
    .topcar-rezerwacja-cta {
        margin-top: 40px;
    }

    .topcar-cta-button {
        padding: 14px 32px;
        font-size: 16px;
    }
}

/* ===============================================
   O NAS SECTION
   =============================================== */

.topcar-about-section {
    width: 100%;
    max-width: 100vw;
    padding: 100px 40px;
    background-color: white;
    overflow: hidden;
}

.topcar-about-container {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    padding: 0 20px;
}

.topcar-about-left {
    flex: 1;
    max-width: 550px;
    min-width: 450px;
}

.topcar-about-title {
    font-size: 42px;
    font-weight: 800;
    color: #000000;
    margin: 0 0 30px 0;
    line-height: 1.3;
}

.topcar-about-description {
    font-size: 17px;
    font-weight: 400;
    color: #666666;
    line-height: 1.7;
    margin: 0 0 20px 0;
}

.topcar-about-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-top: 35px;
}

.topcar-about-feature {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    font-weight: 500;
    color: #333333;
}

.topcar-about-feature svg {
    flex-shrink: 0;
}

.topcar-about-right {
    flex: 1;
    max-width: 550px;
    min-width: 450px;
}

.topcar-about-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

/* Responsive */
@media screen and (max-width: 1024px) {
    .topcar-about-section {
        padding: 50px 25px;
    }

    .topcar-about-container {
        flex-direction: column-reverse;
        gap: 40px;
    }

    .topcar-about-left,
    .topcar-about-right {
        max-width: 100%;
        min-width: auto;
    }

    .topcar-about-title {
        font-size: 36px;
        text-align: center;
    }

    .topcar-about-description {
        text-align: center;
    }

    .topcar-about-features {
        justify-content: center;
    }
}

@media screen and (max-width: 768px) {
    .topcar-about-section {
        padding: 40px 20px;
    }

    .topcar-about-container {
        gap: 30px;
    }

    .topcar-about-title {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .topcar-about-description {
        font-size: 16px;
    }

    .topcar-about-features {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-top: 25px;
    }
}

@media screen and (max-width: 480px) {
    .topcar-about-section {
        padding: 35px 20px;
    }

    .topcar-about-title {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .topcar-about-description {
        font-size: 15px;
        line-height: 1.6;
    }

    .topcar-about-feature {
        font-size: 14px;
    }
}

/* ===============================================
   FAQ SECTION
   =============================================== */

.topcar-faq-section {
    width: 100%;
    max-width: 100vw;
    padding: 100px 40px;
    background-color: #ffffff;
    overflow: hidden;
}

.topcar-faq-container {
    max-width: 900px;
    margin: 0 auto;
}

.topcar-faq-header {
    text-align: center;
    margin-bottom: 50px;
}

.topcar-faq-title {
    font-size: 42px;
    font-weight: 800;
    color: #000000;
    margin: 0 0 20px 0;
    line-height: 1.3;
}

.topcar-faq-subtitle {
    font-size: 17px;
    font-weight: 400;
    color: #666666;
    line-height: 1.6;
    max-width: 700px;
    margin: 0 auto;
}

.topcar-faq-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.topcar-faq-item {
    background-color: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    transition: background-color 0.3s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.topcar-faq-item:hover,
.topcar-faq-item.active {
    background-color: #ffffff !important;
}

.topcar-faq-question {
    width: 100%;
    padding: 24px 28px;
    background: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    cursor: pointer;
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    color: #000000 !important;
    transition: all 0.3s ease;
    outline: none;
}

.topcar-faq-question:hover,
.topcar-faq-question:focus,
.topcar-faq-question:active {
    color: #000000 !important;
    background: transparent !important;
    outline: none;
}

.topcar-faq-item:hover .topcar-faq-question,
.topcar-faq-item.active .topcar-faq-question {
    color: #000000 !important;
    background: transparent !important;
}

.topcar-faq-icon {
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.topcar-faq-item.active .topcar-faq-icon {
    transform: rotate(180deg);
}

.topcar-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out, padding 0.4s ease-out;
    padding: 0 28px;
}

.topcar-faq-item.active .topcar-faq-answer {
    max-height: 1000px;
    padding: 0 28px 24px 28px;
    transition: max-height 0.5s ease-in, padding 0.5s ease-in;
}

.topcar-faq-answer-inner {
    padding-top: 20px;
    transform: translateY(-10px);
    opacity: 0;
    transition: transform 0.3s ease-out 0.1s, opacity 0.3s ease-out 0.1s;
}

.topcar-faq-item.active .topcar-faq-answer-inner {
    transform: translateY(0);
    opacity: 1;
}

.topcar-faq-answer p {
    font-size: 16px;
    font-weight: 400;
    color: #666666 !important;
    line-height: 1.7;
    margin: 0;
}

/* Responsive */
@media screen and (max-width: 1024px) {
    .topcar-faq-section {
        padding: 50px 25px;
    }

    .topcar-faq-title {
        font-size: 36px;
    }

    .topcar-faq-header {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 768px) {
    .topcar-faq-section {
        padding: 40px 20px;
    }

    .topcar-faq-title {
        font-size: 30px;
    }

    .topcar-faq-subtitle {
        font-size: 16px;
    }

    .topcar-faq-question {
        padding: 20px 24px;
        font-size: 17px;
    }

    .topcar-faq-answer {
        padding: 0 24px;
    }

    .topcar-faq-item.active .topcar-faq-answer {
        padding: 0 24px 20px 24px;
    }

    .topcar-faq-answer-inner {
        padding-top: 16px;
    }

    .topcar-faq-answer p {
        font-size: 15px;
    }
}

@media screen and (max-width: 480px) {
    .topcar-faq-section {
        padding: 35px 20px;
    }

    .topcar-faq-title {
        font-size: 26px;
        margin-bottom: 15px;
    }

    .topcar-faq-subtitle {
        font-size: 15px;
    }

    .topcar-faq-header {
        margin-bottom: 30px;
    }

    .topcar-faq-question {
        padding: 18px 20px;
        font-size: 16px;
        gap: 15px;
    }

    .topcar-faq-answer {
        padding: 0 20px;
    }

    .topcar-faq-item.active .topcar-faq-answer {
        padding: 0 20px 18px 20px;
    }

    .topcar-faq-answer-inner {
        padding-top: 14px;
    }

    .topcar-faq-answer p {
        font-size: 14px;
        line-height: 1.6;
    }
}

/* ===============================================
   FORMULARZ REZERWACJI SECTION
   =============================================== */

.topcar-form-section {
    width: 100%;
    max-width: 100vw;
    padding: 100px 40px;
    background-color: white;
}

.topcar-form-container {
    max-width: 1000px;
    margin: 0 auto;
}

.topcar-form-title {
    font-size: 42px;
    font-weight: 800;
    color: #000000;
    margin: 0 0 50px 0;
    line-height: 1.3;
    text-align: center;
}

.topcar-form-box {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 50px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
}

.topcar-form-step {
    display: none;
}

.topcar-form-step.active {
    display: block;
}

.topcar-form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
}

.topcar-form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.topcar-form-group.full-width {
    flex: 100%;
}

.topcar-form-group label {
    font-size: 15px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 8px;
}

.topcar-form-group input[type="text"],
.topcar-form-group input[type="email"],
.topcar-form-group input[type="tel"],
.topcar-form-group input[type="number"],
.topcar-form-group input[type="date"],
.topcar-form-group input[type="time"],
.topcar-form-group select,
.topcar-form-group textarea {
    padding: 12px 16px;
    font-size: 15px;
    line-height: 1.5;
    border: 1px solid #dddddd;
    border-radius: 4px;
    transition: border-color 0.3s ease;
    background-color: #ffffff;
    color: #333333;
    font-family: inherit;
    height: 46px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.topcar-form-group select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23333333' d='M1.41 0L6 4.58 10.59 0 12 1.41l-6 6-6-6z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 12px;
    padding-right: 40px;
}

.topcar-form-group input[type="date"],
.topcar-form-group input[type="time"] {
    cursor: pointer;
    position: relative;
}

.topcar-form-group input[type="date"]::-webkit-calendar-picker-indicator,
.topcar-form-group input[type="time"]::-webkit-calendar-picker-indicator {
    cursor: pointer;
    opacity: 0.6;
    transition: opacity 0.3s ease;
}

.topcar-form-group input[type="date"]::-webkit-calendar-picker-indicator:hover,
.topcar-form-group input[type="time"]::-webkit-calendar-picker-indicator:hover {
    opacity: 1;
}

.topcar-form-group textarea {
    height: auto;
    min-height: 100px;
}

.topcar-form-group input:focus,
.topcar-form-group select:focus,
.topcar-form-group textarea:focus {
    outline: none;
    border-color: #d3ae54;
}

.topcar-form-group textarea {
    resize: vertical;
    font-family: inherit;
}

.topcar-checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    color: #666666;
    cursor: pointer;
}

.topcar-checkbox-label input[type="checkbox"] {
    margin-top: 3px;
    cursor: pointer;
}

.topcar-checkbox-label a {
    color: #d3ae54;
    text-decoration: underline;
}

.topcar-required {
    color: #dc3232;
    font-weight: 700;
    margin-left: 2px;
}

.topcar-form-navigation {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    margin-top: 40px;
}

.topcar-form-btn {
    padding: 14px 36px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.topcar-btn-next,
.topcar-btn-submit {
    background-color: #d3ae54;
    color: #ffffff;
    border: 2px solid #d3ae54;
    margin-left: auto;
}

.topcar-btn-next:hover,
.topcar-btn-submit:hover {
    background-color: transparent !important;
    border-color: #d3ae54 !important;
    color: #d3ae54 !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(211, 174, 84, 0.3);
}

.topcar-btn-back {
    background-color: #d3ae54;
    color: #ffffff;
    border: 2px solid #d3ae54;
}

.topcar-btn-back:hover {
    background-color: transparent !important;
    border-color: #d3ae54 !important;
    color: #d3ae54 !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(211, 174, 84, 0.3);
}

/* Responsive */
@media screen and (max-width: 1024px) {
    .topcar-form-section {
        padding: 50px 25px;
    }

    .topcar-form-title {
        font-size: 36px;
        margin-bottom: 35px;
    }

    .topcar-form-box {
        padding: 40px 30px;
    }
}

@media screen and (max-width: 768px) {
    .topcar-form-row {
        flex-direction: column;
        gap: 0;
    }

    .topcar-form-group {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 480px) {
    .topcar-form-section {
        padding: 35px 15px;
    }

    .topcar-form-title {
        font-size: 26px;
        margin-bottom: 25px;
    }

    .topcar-form-box {
        padding: 30px 20px;
    }

    .topcar-form-navigation {
        flex-direction: column;
        gap: 12px;
    }

    .topcar-btn-next,
    .topcar-btn-submit {
        margin-left: 0;
        order: -1;
    }

    .topcar-form-btn {
        width: 100%;
        padding: 12px 24px;
    }
}

/* ===============================================
   NOTIFICATION STYLES
   =============================================== */

.topcar-notification {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 999999;
    max-width: 400px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    padding: 20px;
    opacity: 0;
    transform: translateX(400px);
    transition: all 0.3s ease;
}

.topcar-notification-show {
    opacity: 1;
    transform: translateX(0);
}

.topcar-notification-content {
    display: flex;
    align-items: center;
    gap: 15px;
}

.topcar-notification-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
    flex-shrink: 0;
}

.topcar-notification-success .topcar-notification-icon {
    background-color: #46b450;
    color: #ffffff;
}

.topcar-notification-error .topcar-notification-icon {
    background-color: #dc3232;
    color: #ffffff;
}

.topcar-notification-info .topcar-notification-icon {
    background-color: #0073aa;
    color: #ffffff;
}

.topcar-notification-message {
    flex: 1;
    font-size: 15px;
    line-height: 1.6;
    color: #333333;
}

.topcar-notification-message br {
    margin-bottom: 4px;
}

.topcar-notification-success {
    border-left: 4px solid #46b450;
}

.topcar-notification-error {
    border-left: 4px solid #dc3232;
}

.topcar-notification-info {
    border-left: 4px solid #0073aa;
}

@media screen and (max-width: 480px) {
    .topcar-notification {
        top: 10px;
        right: 10px;
        left: 10px;
        max-width: none;
        transform: translateY(-100px);
    }

    .topcar-notification-show {
        transform: translateY(0);
    }
}

/* ===============================================
   CONTACT SECTION
   =============================================== */

.topcar-contact-section {
    width: 100%;
    background-color: #ffffff;
    padding: 80px 40px;
    margin: 0;
}

.topcar-contact-container {
    max-width: 1200px;
    margin: 0 auto;
}

.topcar-contact-header {
    text-align: center;
    margin-bottom: 60px;
}

.topcar-contact-title {
    font-size: 42px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 16px;
    line-height: 1.2;
}

.topcar-contact-subtitle {
    font-size: 16px;
    color: #666666;
    line-height: 1.6;
    max-width: 700px;
    margin: 0 auto;
}

.topcar-contact-content {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 60px;
    align-items: start;
}

/* Contact Info */
.topcar-contact-info {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.topcar-contact-info-item {
    background: #ffffff;
    padding: 28px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 20px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.topcar-contact-info-item:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}

.topcar-contact-icon {
    width: 48px;
    height: 48px;
    background: #f8f8f8;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.topcar-contact-icon svg {
    width: 24px;
    height: 24px;
}

.topcar-contact-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.topcar-contact-text h3 {
    font-size: 18px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 4px 0;
    line-height: 1.4;
}

.topcar-contact-text p {
    font-size: 15px;
    color: #666666;
    margin: 0;
    line-height: 1.5;
}

/* Contact Form */
.topcar-contact-form-wrapper {
    background: #ffffff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.topcar-contact-form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.topcar-contact-form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.topcar-contact-form-group label {
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
}

.topcar-contact-form-group input,
.topcar-contact-form-group textarea {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 15px;
    color: #1a1a1a;
    background: #f8f8f8;
    transition: all 0.3s ease;
    font-family: inherit;
}

.topcar-contact-form-group input:focus,
.topcar-contact-form-group textarea:focus {
    outline: none;
    border-color: #d3ae54;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(211, 174, 84, 0.1);
}

.topcar-contact-form-group textarea {
    resize: vertical;
    min-height: 120px;
}

.topcar-contact-btn {
    background-color: #d3ae54;
    color: #ffffff;
    border: 2px solid #d3ae54;
    padding: 16px 32px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 8px;
}

.topcar-contact-btn:hover {
    background-color: transparent !important;
    border-color: #d3ae54 !important;
    color: #d3ae54 !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(211, 174, 84, 0.3);
}

.topcar-contact-btn:hover svg path {
    fill: #d3ae54;
}

.topcar-contact-btn svg {
    width: 20px;
    height: 20px;
    transition: all 0.3s ease;
}

.topcar-required {
    color: #ff5733;
}

/* Responsive Design */
@media screen and (max-width: 968px) {
    .topcar-contact-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .topcar-contact-form-wrapper {
        padding: 32px;
    }
}

@media screen and (max-width: 768px) {
    .topcar-contact-section {
        padding: 60px 24px;
    }

    .topcar-contact-title {
        font-size: 32px;
    }

    .topcar-contact-subtitle {
        font-size: 15px;
    }

    .topcar-contact-header {
        margin-bottom: 40px;
    }

    .topcar-contact-info-item {
        padding: 24px;
    }

    .topcar-contact-form-wrapper {
        padding: 28px;
    }
}

@media screen and (max-width: 480px) {
    .topcar-contact-section {
        padding: 40px 16px;
    }

    .topcar-contact-title {
        font-size: 28px;
    }

    .topcar-contact-info-item {
        padding: 20px;
        flex-direction: column;
        text-align: center;
    }

    .topcar-contact-icon {
        margin: 0 auto;
    }

    .topcar-contact-form-wrapper {
        padding: 24px;
    }

    .topcar-contact-text h3 {
        font-size: 16px;
    }
}

/* ===============================================
   FOOTER SECTION
   =============================================== */

.topcar-footer {
    width: 100%;
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    color: #ffffff;
    margin: 0;
    padding: 0;
}

.topcar-footer-main {
    padding: 60px 40px 40px;
}

.topcar-footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 1fr 1.5fr;
    gap: 50px;
}

/* Footer About Column */
.topcar-footer-about .topcar-footer-title {
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 16px 0;
    color: #ffffff;
}

.topcar-footer-description {
    font-size: 15px;
    line-height: 1.6;
    color: #cccccc;
    margin: 0 0 24px 0;
}

.topcar-footer-socials {
    display: flex;
    gap: 12px;
}

.topcar-social-link {
    width: 44px;
    height: 44px;
    background: rgba(211, 174, 84, 0.1);
    border: 2px solid #d3ae54;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d3ae54;
    transition: all 0.3s ease;
}

.topcar-social-link:hover {
    background: #d3ae54;
    color: #1a1a1a;
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(211, 174, 84, 0.4);
}

/* Footer Columns */
.topcar-footer-heading {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 20px 0;
    padding-bottom: 12px;
    border-bottom: 2px solid #d3ae54;
}

.topcar-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.topcar-footer-links li {
    margin-bottom: 12px;
}

.topcar-footer-links a {
    color: #cccccc;
    text-decoration: none;
    font-size: 15px;
    transition: all 0.3s ease;
    display: inline-block;
}

.topcar-footer-links a:hover {
    color: #d3ae54;
    padding-left: 5px;
}

/* Footer Contact */
.topcar-footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.topcar-footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 1.6;
}

.topcar-footer-contact svg {
    flex-shrink: 0;
    margin-top: 2px;
    color: #d3ae54;
}

.topcar-footer-contact a {
    color: #cccccc;
    text-decoration: none;
    transition: color 0.3s ease;
}

.topcar-footer-contact a:hover {
    color: #d3ae54;
}

.topcar-footer-contact span {
    color: #cccccc;
}

/* Footer Bottom */
.topcar-footer-bottom {
    background: rgba(0, 0, 0, 0.3);
    padding: 24px 40px;
    border-top: 1px solid rgba(211, 174, 84, 0.2);
}

.topcar-footer-bottom .topcar-footer-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    grid-template-columns: 1fr;
    gap: 20px;
}

.topcar-footer-copyright-wrapper {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.topcar-footer-copyright {
    font-size: 14px;
    color: #999999;
    margin: 0;
}

.topcar-footer-creator {
    font-size: 13px;
    color: #666666;
    margin: 0;
}

.topcar-footer-creator a {
    color: #d3ae54;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.topcar-footer-creator a:hover {
    color: #e6c068;
    text-decoration: underline;
}

.topcar-footer-bottom-links {
    display: flex;
    align-items: center;
    gap: 20px;
}

.topcar-footer-bottom-links a {
    color: #999999;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.topcar-footer-bottom-links a:hover {
    color: #d3ae54;
}

.topcar-footer-separator {
    color: #666666;
}

/* Language Selector */
.topcar-language-selector-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
}

.topcar-language-label {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #999999;
    font-size: 14px;
    cursor: default;
}

.topcar-language-label svg {
    width: 18px;
    height: 18px;
    color: #d3ae54;
}

.topcar-language-selector {
    background-color: #1a1a1a;
    color: #ffffff;
    border: 1px solid #333333;
    border-radius: 6px;
    padding: 6px 12px;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    cursor: pointer;
    transition: all 0.3s ease;
    outline: none;
}

.topcar-language-selector:hover {
    border-color: #d3ae54;
    background-color: #222222;
}

.topcar-language-selector:focus {
    border-color: #d3ae54;
    box-shadow: 0 0 0 2px rgba(211, 174, 84, 0.1);
}

.topcar-language-selector option {
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 8px;
}

/* Responsive Footer */
@media screen and (max-width: 968px) {
    .topcar-footer-container {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }

    .topcar-footer-about {
        grid-column: 1 / -1;
    }
}

@media screen and (max-width: 768px) {
    .topcar-footer-main {
        padding: 40px 24px 30px;
    }

    .topcar-footer-bottom {
        padding: 20px 24px;
    }

    .topcar-footer-container {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .topcar-footer-about {
        grid-column: 1;
    }

    .topcar-footer-bottom .topcar-footer-container {
        flex-direction: column;
        text-align: center;
    }

    .topcar-footer-copyright-wrapper {
        align-items: center;
    }
}

@media screen and (max-width: 480px) {
    .topcar-footer-main {
        padding: 30px 16px 20px;
    }

    .topcar-footer-bottom {
        padding: 16px;
    }

    .topcar-footer-about .topcar-footer-title {
        font-size: 24px;
    }

    .topcar-footer-socials {
        justify-content: center;
    }

    .topcar-footer-bottom-links {
        flex-direction: column;
        gap: 4px;
    }

    .topcar-footer-separator {
        display: none;
    }
}

/* ===============================================
   WSKAZOWKI PAGE STYLES
   =============================================== */

/* Wskazowki Page Layout */
.topcar-wskazowki-page {
    padding: 80px 0;
    background-color: #ffffff;
}

.topcar-wskazowki-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

.topcar-wskazowki-page .topcar-faq-header {
    text-align: center;
    margin-bottom: 60px;
}

/* Grid Layout */
.topcar-wskazowki-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    align-items: start;
}

.topcar-wskazowki-column {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.topcar-wskazowki-column-title {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 12px 0;
    line-height: 1.2;
}

.topcar-wskazowki-highlight {
    color: #d3ae54;
}

.topcar-wskazowki-column-subtitle {
    font-size: 16px;
    color: #666666;
    margin: 0 0 32px 0;
}

/* Responsive Wskazowki */
@media screen and (max-width: 968px) {
    .topcar-wskazowki-grid {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .topcar-wskazowki-column-title {
        font-size: 28px;
    }
}

@media screen and (max-width: 768px) {
    .topcar-wskazowki-page {
        padding: 60px 0;
    }

    .topcar-wskazowki-container {
        padding: 0 24px;
    }

    .topcar-wskazowki-page .topcar-faq-header {
        margin-bottom: 40px;
    }

    .topcar-wskazowki-grid {
        gap: 40px;
    }

    .topcar-wskazowki-column-title {
        font-size: 26px;
    }
}

@media screen and (max-width: 480px) {
    .topcar-wskazowki-page {
        padding: 40px 0;
    }

    .topcar-wskazowki-container {
        padding: 0 16px;
    }

    .topcar-wskazowki-page .topcar-faq-header {
        margin-bottom: 30px;
    }

    .topcar-wskazowki-grid {
        gap: 30px;
    }

    .topcar-wskazowki-column-title {
        font-size: 24px;
    }

    .topcar-wskazowki-column-subtitle {
        font-size: 14px;
        margin-bottom: 24px;
    }
}