.page-tiger-wood-flooring {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #2f3133;
    line-height: 1.6;
    background: #f5f5f5;
}

.page-tiger-wood-flooring .elementor-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
}

.page-tiger-wood-flooring .full-width {
    width: 100%;
    position: relative;
}

.tiger-hero {
    position: relative;
    padding: 0;
    overflow: hidden;
    background: #111;
}

.tiger-hero .full-width {
    min-height: 520px;
    padding: 150px 0 120px;
}

.tiger-hero .hero-background {
    position: absolute;
    inset: 0;
}

.tiger-hero .hero-bg-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

.tiger-hero .hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.66) 0%, rgba(0, 0, 0, 0.45) 45%, rgba(0, 0, 0, 0.45) 100%);
}

.tiger-hero .hero-inner {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.tiger-hero .hero-title {
    margin: 0;
    font-size: 56px;
    line-height: 1.08;
    color: #fff;
    font-weight: 700;
    text-transform: none;
}

.tiger-hero .hero-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 30px;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    background: transparent;
    transition: all 0.25s ease;
    white-space: nowrap;
}

.tiger-hero .hero-btn:hover {
    background: #fff;
    color: #1f1f1f;
}

.tiger-project-section {
    padding: 80px 0;
    background: #f5f5f5;
}

.tiger-project-section .section-head {
    max-width: 980px;
    margin: 0 auto 44px;
    text-align: center;
}

.tiger-project-section .section-head h2 {
    margin: 0 0 16px;
    font-size: 42px;
    line-height: 1.15;
    color: #1f2328;
    font-weight: 700;
}

.tiger-project-section .section-head p {
    margin: 0 0 8px;
    font-size: 20px;
    color: #5a626b;
}

.tiger-product-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
}

.tiger-product-card {
    background: #fff;
    border: 1px solid #dedede;
    text-align: center;
}

.tiger-product-image {
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
}

.tiger-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.tiger-product-card h3 {
    margin: 18px 18px 12px;
    font-size: 24px;
    line-height: 1.25;
    color: #222;
    min-height: 62px;
    font-weight: 600;
}

.tiger-product-card a {
    display: inline-block;
    margin: 0 18px 22px;
    padding: 10px 18px;
    text-decoration: none;
    color: #1a1a1a;
    background: #ffffff;
    font-size: 14px;
    font-weight: 600;
    border: 2px solid #1a1a1a;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.tiger-product-card a:hover {
    background: #1a1a1a;
    color: #ffffff;
}

.tiger-split-section {
    padding: 18px 0 72px;
    background: #f5f5f5;
}

.split-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    margin-bottom: 42px;
}

.split-row.image-right {
    grid-template-columns: 1fr 1fr;
}

.split-row.image-right .split-copy {
    order: 1;
}

.split-row.image-right .split-media {
    order: 2;
}

.split-row.image-left .split-media {
    order: 1;
}

.split-row.image-left .split-copy {
    order: 2;
}

.split-media img {
    width: 100%;
    height: auto;
    display: block;
}

.split-copy h2 {
    margin: 0 0 16px;
    font-size: 42px;
    line-height: 1.12;
    color: #1f2328;
    font-weight: 700;
}

.split-copy p {
    margin: 0 0 12px;
    font-size: 19px;
    color: #545b63;
}

.split-full-note {
    margin: -8px 0 46px;
    font-size: 19px;
    color: #545b63;
}

.tiger-advantages {
    padding: 24px 0 70px;
    background: #f5f5f5;
}

.tiger-advantages .center-title {
    text-align: center;
    margin: 0 0 34px;
    font-size: 44px;
    line-height: 1.1;
    color: #1f2328;
    font-weight: 700;
}

.advantages-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.adv-card {
    background: #fff;
    border: 1px solid #dedede;
    padding: 22px;
}

.adv-card h3 {
    margin: 0 0 12px;
    font-size: 25px;
    line-height: 1.2;
    color: #24282d;
    font-weight: 600;
}

.adv-card p {
    margin: 0;
    font-size: 17px;
    color: #555d65;
}

.center-btn-wrap {
    text-align: center;
    margin-top: 34px;
}

.center-cta {
    display: inline-block;
    padding: 12px 26px;
    text-decoration: none;
    background: #f3821a;
    color: #fff;
    border: 1px solid #f3821a;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.2s ease;
}

.center-cta:hover {
    background: #d96e0f;
    border-color: #d96e0f;
}

.tiger-maintain {
    padding: 60px 0 68px;
    padding-left: 80px;
    background: #1B252F;
}

.tiger-maintain .split-copy h2 {
    color: #ffffff;
}

.tiger-maintain ul {
    margin: 0 0 22px;
    padding-left: 20px;
}

.tiger-maintain li {
    margin: 0 0 8px;
    font-size: 18px;
    color: #ffffff;
}

.contact-us-btn {
    display: inline-block;
    padding: 12px 24px;
    text-decoration: none;
    background: #f3821a;
    color: #fff;
    border: 1px solid #f3821a;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.2s ease;
}

.contact-us-btn:hover {
    background: #d96e0f;
    border-color: #d96e0f;
}

.tiger-quote {
    padding: 72px 0 90px;
    background: #f4f4f4;
}

.quote-layout {
    display: grid;
    grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
    gap: 34px;
    align-items: stretch;
}

.quote-image-wrap {
    border: 1px solid #d8d8d8;
    background: #fff;
}

.quote-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.quote-form-wrap {
    background: #fff;
    border: 1px solid #d8d8d8;
    padding: 26px;
}

.quote-form-wrap h2 {
    margin: 0 0 8px;
    font-size: 42px;
    line-height: 1.12;
    color: #1f2328;
    font-weight: 700;
}

.quote-form-wrap p {
    margin: 0 0 18px;
    color: #5b636c;
    font-size: 18px;
}

.quote-form .form-row {
    margin-bottom: 14px;
}

.quote-form .form-two {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.quote-form input,
.quote-form textarea {
    width: 100%;
    border: 1px solid #d2d7de;
    background: #fff;
    padding: 12px 14px;
    font-family: inherit;
    font-size: 15px;
    color: #222;
}

.quote-form textarea {
    resize: vertical;
    min-height: 130px;
}

.quote-form input:focus,
.quote-form textarea:focus {
    outline: none;
    border-color: #f3821a;
}

.quote-form button {
    display: inline-block;
    min-width: 150px;
    padding: 11px 22px;
    border: 1px solid #f3821a;
    background: #f3821a;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.quote-form button:hover {
    background: #d96e0f;
    border-color: #d96e0f;
}

@media (max-width: 1200px) {
    .tiger-project-section .section-head h2,
    .split-copy h2,
    .tiger-advantages .center-title,
    .quote-form-wrap h2 {
        font-size: 36px;
    }

    .tiger-product-card h3 {
        font-size: 22px;
    }
}

@media (max-width: 992px) {
    .tiger-hero .full-width {
        min-height: 460px;
        padding: 110px 0 90px;
    }

    .tiger-hero .hero-title {
        font-size: 46px;
    }

    .tiger-product-grid,
    .advantages-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .split-row,
    .split-row.image-right {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .split-row.image-right .split-copy,
    .split-row.image-right .split-media,
    .split-row.image-left .split-copy,
    .split-row.image-left .split-media {
        order: initial;
    }

    .quote-layout {
        grid-template-columns: 1fr;
    }

    .quote-image-wrap {
        max-height: 520px;
    }
}

@media (max-width: 768px) {
    .page-tiger-wood-flooring .elementor-container {
        padding: 0 16px;
    }

    .tiger-hero .hero-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
    }

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

    .tiger-project-section .section-head h2,
    .split-copy h2,
    .tiger-advantages .center-title,
    .quote-form-wrap h2 {
        font-size: 30px;
    }

    .tiger-project-section .section-head p,
    .split-copy p,
    .split-full-note,
    .tiger-maintain li,
    .quote-form-wrap p {
        font-size: 16px;
    }

    .tiger-product-grid,
    .advantages-grid,
    .quote-form .form-two {
        grid-template-columns: 1fr;
    }

    .tiger-product-card h3,
    .adv-card h3 {
        min-height: auto;
        font-size: 22px;
    }

    .quote-form-wrap {
        padding: 18px;
    }

    .quote-form button,
    .hero-btn,
    .center-cta,
    .contact-us-btn {
        width: 100%;
        text-align: center;
    }
}
