/* Visual enhancement layer for section depth and cards */
.section-full,
.wt-section-head,
.section-head,
.our-team,
.our-projects-outer,
.latest-blog,
.about-section,
.contact-section,
.welcome-section {
    position: relative;
}

.section-full {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.04);
}

.section-full::after {
    content: "";
    position: absolute;
    left: 2%;
    right: 2%;
    bottom: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(35, 35, 35, 0.15), transparent);
}

.wt-box,
.icon-content,
.wt-icon-box-wraper,
.blog-post,
.team-detail,
.project-img-effect-1,
.site-button,
.contact-nav,
.contact-nav-form,
.site-search-btn {
    box-shadow: 0 12px 30px rgba(7, 24, 43, 0.12);
}

.wt-box,
.blog-post,
.team-detail,
.contact-nav-form {
    border-radius: 10px;
}

.slider-block {
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.22);
}

.ihd-hero-slider::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background: radial-gradient(circle at 20% 25%, rgba(179, 136, 44, 0.18), rgba(179, 136, 44, 0) 38%), rgba(90, 38, 113, 0.34);
    pointer-events: none;
}

.ihd-hero-slider .rev-slidebg {
    filter: saturate(0.82) sepia(0.16) hue-rotate(-14deg) contrast(1.03) brightness(0.82);
    transform: scale(1.04);
}

.ihd-hero-slider .slider-block {
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.28);
}

.ihd-hero-slider .site-button {
    border-radius: 12px;
    padding: 14px 24px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.24);
}

.ihd-hero-slider .slider-tag-line {
    letter-spacing: 0.16em;
    font-weight: 700 !important;
}

.ihd-hero-slider .tp-caption.tp-resizeme {
    text-shadow: 0 8px 22px rgba(0, 0, 0, 0.28);
}

.site-button {
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.site-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 36px rgba(7, 24, 43, 0.18);
}

.search-result-card {
    background: #fff;
    border-radius: 12px;
    border: 1px solid rgba(7, 24, 43, 0.08);
    box-shadow: 0 10px 30px rgba(7, 24, 43, 0.1);
    padding: 22px;
    margin-bottom: 16px;
}

.search-result-card h4 {
    margin-top: 0;
}

.ihd-site-logo {
    width: auto;
    height: 58px;
    max-width: 150px;
    object-fit: contain;
    display: block;
}

.ihd-welcome-section,
.ihd-creative-section,
.ihd-services-live,
.ihd-home-products,
.ihd-location-section {
    overflow: hidden;
}

.ihd-welcome-section .container,
.ihd-creative-section .container,
.ihd-services-live .container,
.ihd-home-products .container,
.ihd-location-section .container {
    position: relative;
    z-index: 1;
}

.ihd-welcome-section {
    background:
        radial-gradient(circle at 10% 18%, rgba(193, 156, 92, 0.18), rgba(193, 156, 92, 0) 30%),
        radial-gradient(circle at 88% 82%, rgba(36, 54, 84, 0.11), rgba(36, 54, 84, 0) 34%),
        linear-gradient(180deg, #fffdf9 0%, #f8f4ed 100%);
}

.ihd-welcome-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0) 42%);
    pointer-events: none;
}

/* Homepage live sections */
.ihd-services-live {
    background:
        radial-gradient(circle at 15% 20%, rgba(193, 156, 92, 0.16) 0, rgba(193, 156, 92, 0) 42%),
        radial-gradient(circle at 85% 80%, rgba(41, 58, 89, 0.16) 0, rgba(41, 58, 89, 0) 42%),
        linear-gradient(180deg, #eef3f8 0%, #e5edf5 100%);
}

.ihd-services-live::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0.22) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.18) 1px, transparent 1px);
    background-size: 80px 80px;
    opacity: 0.28;
    pointer-events: none;
}

.ihd-service-item .wt-icon-box-wraper {
    border: 1px solid rgba(41, 58, 89, 0.08);
    overflow: hidden;
    transform: translateY(0);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
    animation: ihdFadeUp 0.7s ease both;
}

.ihd-services-live .section-head {
    max-width: 760px;
    margin: 0 auto 32px;
}

.ihd-services-live .section-head h2 {
    line-height: 1.2;
}

.ihd-service-item .icon-content p {
    min-height: 88px;
}

.ihd-service-item .site-button-link {
    font-weight: 700;
    letter-spacing: 0.02em;
}

.ihd-service-item:nth-child(1) .wt-icon-box-wraper { animation-delay: 0.05s; }
.ihd-service-item:nth-child(2) .wt-icon-box-wraper { animation-delay: 0.12s; }
.ihd-service-item:nth-child(3) .wt-icon-box-wraper { animation-delay: 0.19s; }
.ihd-service-item:nth-child(4) .wt-icon-box-wraper { animation-delay: 0.26s; }
.ihd-service-item:nth-child(5) .wt-icon-box-wraper { animation-delay: 0.33s; }
.ihd-service-item:nth-child(6) .wt-icon-box-wraper { animation-delay: 0.4s; }

.ihd-service-item .wt-icon-box-wraper::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(130deg, rgba(193, 156, 92, 0.1), rgba(193, 156, 92, 0));
    opacity: 0;
    transition: opacity 0.35s ease;
    pointer-events: none;
}

.ihd-service-item .wt-icon-box-wraper:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 35px rgba(8, 28, 54, 0.2);
    border-color: rgba(193, 156, 92, 0.4);
}

.ihd-service-item .wt-icon-box-wraper:hover::before {
    opacity: 1;
}

.ihd-service-item .v-icon {
    transition: transform 0.35s ease, color 0.35s ease;
}

.ihd-service-item .wt-icon-box-wraper:hover .v-icon {
    transform: scale(1.15) rotate(-4deg);
    color: #c19c5c;
}

.ihd-home-products {
    background:
        radial-gradient(circle at 14% 18%, rgba(193, 156, 92, 0.15), rgba(193, 156, 92, 0) 32%),
        radial-gradient(circle at 84% 78%, rgba(31, 47, 77, 0.09), rgba(31, 47, 77, 0) 30%),
        linear-gradient(180deg, #fffaf2 0%, #f8f0e4 100%);
}

.ihd-home-products::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.36), rgba(255, 255, 255, 0) 45%);
    pointer-events: none;
}

.ihd-products-head {
    max-width: 760px;
    margin: 0 auto 34px;
}

.ihd-products-head p {
    color: #53627d;
    max-width: 620px;
    margin: 14px auto 0;
    line-height: 1.85;
}

.ihd-product-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid rgba(41, 58, 89, 0.09);
    box-shadow: 0 20px 40px rgba(8, 28, 54, 0.12);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.ihd-product-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 28px 48px rgba(8, 28, 54, 0.17);
    border-color: rgba(193, 156, 92, 0.28);
}

.ihd-product-media {
    position: relative;
    display: block;
    aspect-ratio: 1 / 1;
    background: linear-gradient(145deg, #eef2f7, #dfe7f1);
    overflow: hidden;
}

.ihd-product-badges {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.ihd-product-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 11px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.14);
}

.ihd-product-badge.is-new {
    color: #fff;
    background: linear-gradient(135deg, var(--ihd-red), #d64d36);
}

.ihd-product-badge.is-signature {
    color: #fff;
    background: linear-gradient(135deg, var(--ihd-purple), var(--ihd-gold));
}

.ihd-product-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.ihd-product-card:hover .ihd-product-media img {
    transform: scale(1.05);
}

.ihd-product-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #7d8aa1;
    font-weight: 600;
}

.ihd-product-placeholder i {
    font-size: 44px;
    color: #c19c5c;
}

.ihd-product-body {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 22px;
    flex: 1;
}

.ihd-product-meta {
    display: flex;
    justify-content: flex-end;
}

.ihd-product-stock {
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.ihd-product-stock.is-in-stock {
    background: rgba(38, 126, 88, 0.12);
    color: #1d7a53;
}

.ihd-product-stock.is-out-stock {
    background: rgba(193, 156, 92, 0.14);
    color: #7f5a2d;
}

.ihd-product-body h3 {
    margin: 0;
    font-size: 22px;
    line-height: 1.3;
    min-height: 58px;
}

.ihd-product-body h3 a {
    color: #1a2742;
}

.ihd-product-body p {
    color: #4f607c;
    line-height: 1.8;
    margin: 0;
    flex: 1;
    min-height: 104px;
}

.ihd-product-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.ihd-product-footer strong {
    font-size: 20px;
    color: #1f2f4d;
}

.ihd-product-empty {
    padding: 36px;
    text-align: center;
    border-radius: 22px;
    background: linear-gradient(145deg, #ffffff, #f8fafc);
    border: 1px solid rgba(41, 58, 89, 0.08);
    box-shadow: 0 18px 34px rgba(8, 28, 54, 0.1);
}

.ihd-product-empty p {
    max-width: 620px;
    margin: 0 auto 18px;
    color: #50617b;
}

.ihd-location-section {
    background:
        radial-gradient(circle at 78% 18%, rgba(193, 156, 92, 0.16), rgba(193, 156, 92, 0) 30%),
        radial-gradient(circle at 12% 78%, rgba(24, 38, 64, 0.1), rgba(24, 38, 64, 0) 34%),
        linear-gradient(180deg, #edf2f7 0%, #dde6f0 100%);
}

.ihd-location-card {
    padding: 34px;
    border-radius: 24px;
    background: linear-gradient(145deg, #1f2f4d, #162238);
    color: #fff;
    box-shadow: 0 28px 50px rgba(8, 28, 54, 0.2);
    position: relative;
    overflow: hidden;
}

.ihd-location-card::before {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    top: -120px;
    right: -70px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(193, 156, 92, 0.26), rgba(193, 156, 92, 0));
    pointer-events: none;
}

.ihd-location-kicker {
    display: inline-block;
    margin-bottom: 14px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.ihd-location-card h2 {
    color: #fff;
    line-height: 1.18;
    margin-bottom: 16px;
}

.ihd-location-card p {
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.85;
}

.ihd-location-points {
    display: grid;
    gap: 14px;
    margin: 26px 0;
}

.ihd-location-point {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 14px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.ihd-location-point i {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(193, 156, 92, 0.22);
    color: #f7d7a6;
}

.ihd-location-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
}

.ihd-location-map-wrap {
    position: relative;
    padding-left: 18px;
}

.ihd-location-map-frame {
    position: relative;
    overflow: hidden;
    min-height: 520px;
    border-radius: 26px;
    box-shadow: 0 28px 54px rgba(8, 28, 54, 0.18);
    border: 8px solid rgba(255, 255, 255, 0.78);
}

.ihd-location-map-frame iframe {
    width: 100%;
    height: 520px;
    border: 0;
    display: block;
    filter: saturate(0.95) contrast(1.02);
}

.ihd-testimonial-live {
    background-image: radial-gradient(circle at 80% 10%, rgba(193, 156, 92, 0.13) 0, rgba(193, 156, 92, 0) 38%), linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(248, 250, 253, 0.95));
}

.ihd-testimonial-card {
    background: #fff;
    border-radius: 16px;
    border: 1px solid rgba(41, 58, 89, 0.09);
    box-shadow: 0 18px 36px rgba(8, 28, 54, 0.13);
    padding: 24px;
    position: relative;
    animation: ihdFadeUp 0.7s ease both;
}

.ihd-testimonial-card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    border-radius: 16px 16px 0 0;
    background: linear-gradient(90deg, #c19c5c, #7f5a2d);
}

.ihd-testimonial-card .testimonial-pic img {
    border: 3px solid rgba(193, 156, 92, 0.35);
    transition: transform 0.35s ease, border-color 0.35s ease;
}

.ihd-testimonial-card:hover .testimonial-pic img {
    transform: scale(1.05);
    border-color: rgba(193, 156, 92, 0.65);
}

@keyframes ihdFadeUp {
    from {
        opacity: 0;
        transform: translateY(14px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 767px) {
    .ihd-hero-slider .site-button {
        padding: 12px 18px;
    }

    .ihd-service-item .icon-content p {
        min-height: 0;
    }

    .ihd-service-item .wt-icon-box-wraper:hover {
        transform: translateY(-4px);
    }

    .ihd-testimonial-card {
        padding: 18px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ihd-service-item .wt-icon-box-wraper,
    .ihd-service-item .v-icon,
    .ihd-testimonial-card,
    .ihd-testimonial-card .testimonial-pic img {
        animation: none !important;
        transition: none !important;
        transform: none !important;
    }
}

/* Founder spotlight in home welcome section */
.ihd-about-spotlight {
    border-radius: 18px;
    padding: 34px;
    border: 1px solid rgba(41, 58, 89, 0.1);
    background: linear-gradient(150deg, rgba(255, 255, 255, 0.98), rgba(250, 252, 255, 0.96));
    box-shadow: 0 24px 44px rgba(8, 28, 54, 0.15);
    position: relative;
    overflow: hidden;
}

.ihd-about-visual-wrap {
    position: relative;
    padding-right: 28px;
}

.ihd-about-visual {
    position: relative;
    border-radius: 26px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(8, 28, 54, 0.22);
}

.ihd-about-visual::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(9, 23, 43, 0.06), rgba(9, 23, 43, 0.36));
    z-index: 1;
}

.ihd-about-visual::after {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    right: -40px;
    top: -35px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(193, 156, 92, 0.32), rgba(193, 156, 92, 0));
    z-index: 2;
    pointer-events: none;
}

.ihd-about-visual img {
    display: block;
    width: 100%;
    min-height: 560px;
    object-fit: cover;
    transform: scale(1.02);
}

.ihd-about-visual-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(193, 156, 92, 0.18), rgba(193, 156, 92, 0) 45%);
    z-index: 2;
}

.ihd-about-visual-card {
    position: absolute;
    left: 28px;
    right: 28px;
    bottom: 28px;
    z-index: 3;
    padding: 22px 24px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    box-shadow: 0 18px 36px rgba(8, 28, 54, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.45);
}

.ihd-about-visual-kicker {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #7f5a2d;
}

.ihd-about-visual-card h3 {
    margin-bottom: 10px;
    font-size: clamp(22px, 2.5vw, 32px);
    line-height: 1.2;
    color: #182640;
}

.ihd-about-visual-card p {
    margin-bottom: 0;
    color: #44546f;
    line-height: 1.7;
}

.ihd-about-spotlight::before {
    content: "";
    position: absolute;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    top: -120px;
    right: -80px;
    background: radial-gradient(circle, rgba(193, 156, 92, 0.28), rgba(193, 156, 92, 0));
    pointer-events: none;
}

.ihd-about-badge {
    display: inline-block;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 12px;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    font-weight: 700;
    color: #7f5a2d;
    background: rgba(193, 156, 92, 0.16);
    border: 1px solid rgba(193, 156, 92, 0.35);
    margin-bottom: 16px;
}

.ihd-about-spotlight .section-head h2 {
    font-size: clamp(28px, 3vw, 40px);
    line-height: 1.15;
    margin-bottom: 16px;
}

.ihd-about-lead {
    font-size: 22px;
    line-height: 1.35;
    color: #1f2f4d;
    margin-bottom: 14px;
}

.ihd-about-spotlight p {
    color: #344767;
    line-height: 1.85;
    margin-bottom: 14px;
}

.ihd-about-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 20px 0 26px;
}

.ihd-about-highlights span {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid rgba(41, 58, 89, 0.14);
    color: #1f2f4d;
    font-weight: 600;
    font-size: 13px;
    box-shadow: 0 8px 20px rgba(8, 28, 54, 0.08);
}

.ihd-about-cta-wrap .site-button {
    border-radius: 12px;
    padding: 14px 26px;
    font-weight: 700;
    letter-spacing: 0.02em;
    box-shadow: 0 16px 30px rgba(8, 28, 54, 0.2);
}

.ihd-about-cta-wrap .site-button:hover {
    transform: translateY(-2px);
}

/* Creative promise section */
.ihd-creative-section {
    background:
        radial-gradient(circle at 12% 22%, rgba(193, 156, 92, 0.18), rgba(193, 156, 92, 0) 32%),
        radial-gradient(circle at 88% 78%, rgba(31, 47, 77, 0.12), rgba(31, 47, 77, 0) 32%),
        linear-gradient(180deg, #f8f4ff 0%, #f2ebfb 100%);
}

.ihd-creative-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0) 28%);
    pointer-events: none;
}

.ihd-creative-intro {
    padding-right: 28px;
}

.ihd-creative-kicker {
    display: inline-block;
    margin-bottom: 16px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(193, 156, 92, 0.14);
    border: 1px solid rgba(193, 156, 92, 0.32);
    color: #7f5a2d;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.ihd-creative-intro h2 {
    font-size: clamp(30px, 3.4vw, 46px);
    line-height: 1.1;
    margin-bottom: 16px;
    color: #1a2742;
}

.ihd-creative-intro p {
    color: #41516d;
    font-size: 17px;
    line-height: 1.9;
    max-width: 460px;
}

.ihd-creative-signature {
    font-size: 18px;
    font-style: italic;
    color: #1f2f4d;
    margin-top: 8px;
    margin-bottom: 24px;
}

.ihd-creative-cta-wrap .site-button {
    border-radius: 12px;
    padding: 14px 24px;
    font-weight: 700;
    box-shadow: 0 16px 32px rgba(8, 28, 54, 0.18);
}

.ihd-creative-cta-wrap .site-button:hover {
    transform: translateY(-2px);
}

.ihd-creative-card {
    height: 100%;
    min-height: 280px;
    padding: 28px;
    border-radius: 22px;
    background: linear-gradient(145deg, #ffffff, #f7f9fc);
    border: 1px solid rgba(41, 58, 89, 0.09);
    box-shadow: 0 22px 40px rgba(8, 28, 54, 0.12);
    position: relative;
    overflow: hidden;
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.ihd-creative-icon {
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    margin-bottom: 18px;
    font-size: 22px;
    color: #7f5a2d;
    background: rgba(193, 156, 92, 0.14);
    border: 1px solid rgba(193, 156, 92, 0.28);
    box-shadow: 0 10px 24px rgba(193, 156, 92, 0.14);
}

.ihd-creative-card::before {
    content: "";
    position: absolute;
    top: -60px;
    right: -50px;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(193, 156, 92, 0.22), rgba(193, 156, 92, 0));
    pointer-events: none;
}

.ihd-creative-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 28px 48px rgba(8, 28, 54, 0.18);
    border-color: rgba(193, 156, 92, 0.3);
}

.ihd-creative-card-alt {
    background: linear-gradient(145deg, #1f2f4d, #162238);
    border-color: rgba(255, 255, 255, 0.08);
}

.ihd-creative-card-alt h3,
.ihd-creative-card-alt p,
.ihd-creative-card-alt .ihd-creative-number,
.ihd-creative-card-alt .ihd-creative-icon {
    color: #fff;
}

.ihd-creative-card-alt p {
    color: rgba(255, 255, 255, 0.82);
}

.ihd-creative-card-alt .ihd-creative-icon {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.12);
    box-shadow: none;
}

.ihd-creative-number {
    font-family: 'Martel', serif;
    font-size: 52px;
    line-height: 1;
    margin-bottom: 18px;
    color: #c19c5c;
}

.ihd-creative-card h3 {
    font-size: 24px;
    line-height: 1.28;
    margin-bottom: 14px;
    color: #1a2742;
}

.ihd-creative-card p {
    color: #4a5974;
    line-height: 1.85;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .ihd-location-map-wrap {
        padding-left: 0;
    }

    .ihd-location-card {
        padding: 26px;
    }

    .ihd-location-map-frame,
    .ihd-location-map-frame iframe {
        min-height: 420px;
        height: 420px;
    }

    .ihd-creative-intro {
        padding-right: 0;
        margin-bottom: 12px;
    }

    .ihd-about-visual-wrap {
        padding-right: 0;
    }

    .ihd-about-visual {
        margin-bottom: 18px;
    }

    .ihd-about-visual img {
        min-height: 420px;
    }

    .ihd-about-spotlight {
        margin-top: 22px;
        padding: 24px;
    }

    .ihd-about-lead {
        font-size: 20px;
    }
}

@media (max-width: 575px) {
    .ihd-product-body {
        padding: 18px;
    }

    .ihd-product-body h3,
    .ihd-product-body p {
        min-height: 0;
    }

    .ihd-product-footer {
        flex-direction: column;
        align-items: flex-start;
    }

    .ihd-location-card {
        padding: 22px;
        border-radius: 18px;
    }

    .ihd-location-map-frame,
    .ihd-location-map-frame iframe {
        min-height: 320px;
        height: 320px;
        border-radius: 18px;
    }

    .ihd-creative-signature {
        font-size: 16px;
    }

    .ihd-creative-card {
        min-height: 0;
        padding: 22px;
        border-radius: 18px;
    }

    .ihd-creative-number {
        font-size: 42px;
    }

    .ihd-about-visual {
        border-radius: 18px;
    }

    .ihd-about-visual img {
        min-height: 340px;
    }

    .ihd-about-visual-card {
        left: 16px;
        right: 16px;
        bottom: 16px;
        padding: 16px;
        border-radius: 14px;
    }

    .ihd-about-spotlight {
        padding: 20px;
        border-radius: 14px;
    }

    .ihd-about-highlights {
        gap: 8px;
    }

    .ihd-about-highlights span {
        font-size: 12px;
        padding: 7px 12px;
    }
}

/* Global brand palette */
:root {
    --ihd-gold: #ca9f43;
    --ihd-red: #ad1917;
    --ihd-purple: #5a2671;
    --ihd-ink: #241f2f;
    --ihd-cream: #fbf5e8;
    --ihd-rose-cream: #f9ecec;
    --ihd-lavender: #f2eaf7;
}

::selection {
    background: var(--ihd-gold);
    color: #fff;
}

::-moz-selection {
    background: var(--ihd-gold);
    color: #fff;
}

body {
    color: var(--ihd-ink);
}

a,
.site-text-primary,
.header-nav .nav > li:hover > a,
.header-nav .nav > li.active > a,
.header-nav .nav > li.current-menu-item > a,
.nav-dark.header-nav .nav > li > a:hover,
.nav-dark.header-nav .nav > li > a:focus,
.site-button-link::after,
.f-social-link.social-icons li a,
.footer-link ul li a:after,
.has-child .submenu-toogle,
button.scroltop {
    color: var(--ihd-gold);
}

.site-bg-primary,
.site-button,
.wt-separator:after,
.wt-separator:before,
.sep-line-one:before,
.sep-line-one:after,
.input-animate.input .spin,
.site-button-link::before,
.play-now .icon,
.latest-blog-1 .wt-post-info .post-date:after,
.footer-link ul li a::before,
.header-style-1 .navbar-toggler .icon-bar,
.is-fixed .header-center .navbar-toggle .icon-bar {
    background-color: var(--ihd-purple);
}

.site-button {
    border: 0;
    color: #fff;
    background-color: var(--ihd-purple);
}

.site-button:hover,
.site-button:focus,
.site-button:active {
    color: #fff;
    background-color: var(--ihd-red);
}

.site-button:before,
.site-button:after {
    border-color: var(--ihd-gold);
}

.site-bg-primary .header-nav .nav > li.active > a,
.site-bg-primary .header-nav .nav > li.current-menu-item > a,
.site-bg-primary .header-nav .nav > li:hover > a {
    color: var(--ihd-gold);
}

.site-bg-primary .site-search-btn,
.site-bg-primary .wt-cart .woo-cart-total,
.site-bg-primary .wt-cart .woo-cart-count {
    color: #fff;
}

.contact-nav,
.contact-nav-form,
.site-search-btn,
.ihd-product-card,
.ihd-creative-card,
.ihd-about-spotlight,
.ihd-location-map-frame,
.ihd-product-empty {
    border-color: rgba(90, 38, 113, 0.12);
}

.ihd-welcome-section {
    background:
        radial-gradient(circle at 10% 18%, rgba(179, 136, 44, 0.24), rgba(179, 136, 44, 0) 30%),
        radial-gradient(circle at 88% 82%, rgba(90, 38, 113, 0.12), rgba(90, 38, 113, 0) 34%),
        var(--ihd-cream);
}

.ihd-creative-section {
    background:
        radial-gradient(circle at 12% 22%, rgba(179, 136, 44, 0.22), rgba(179, 136, 44, 0) 30%),
        radial-gradient(circle at 88% 78%, rgba(90, 38, 113, 0.14), rgba(90, 38, 113, 0) 32%),
        var(--ihd-lavender);
}

.ihd-services-live {
    background:
        radial-gradient(circle at 15% 20%, rgba(173, 25, 23, 0.12) 0, rgba(173, 25, 23, 0) 38%),
        radial-gradient(circle at 85% 80%, rgba(90, 38, 113, 0.12) 0, rgba(90, 38, 113, 0) 40%),
        #f5edf2;
}

.ihd-home-products {
    background:
        radial-gradient(circle at 14% 18%, rgba(179, 136, 44, 0.22), rgba(179, 136, 44, 0) 32%),
        radial-gradient(circle at 84% 78%, rgba(90, 38, 113, 0.1), rgba(90, 38, 113, 0) 30%),
        #fbf3e3;
}

.ihd-location-section {
    background:
        radial-gradient(circle at 78% 18%, rgba(179, 136, 44, 0.18), rgba(179, 136, 44, 0) 28%),
        radial-gradient(circle at 12% 78%, rgba(90, 38, 113, 0.12), rgba(90, 38, 113, 0) 32%),
        #f1e9f4;
}

.ihd-about-badge,
.ihd-creative-kicker,
.ihd-location-kicker,
.ihd-product-stock.is-out-stock,
.ihd-creative-icon,
.ihd-location-point i {
    color: var(--ihd-gold);
    background: rgba(179, 136, 44, 0.14);
    border-color: rgba(179, 136, 44, 0.34);
}

.ihd-product-stock.is-in-stock {
    background: rgba(90, 38, 113, 0.1);
    color: var(--ihd-purple);
}

.ihd-about-lead,
.ihd-creative-signature,
.ihd-product-footer strong,
.ihd-product-body h3 a,
.ihd-creative-card h3,
.ihd-about-visual-card h3 {
    color: var(--ihd-purple);
}

.ihd-location-card {
    background-color: var(--ihd-purple);
}

.ihd-about-highlights span,
.ihd-location-point,
.ihd-product-empty,
.ihd-creative-card,
.ihd-about-spotlight {
    box-shadow: 0 18px 38px rgba(90, 38, 113, 0.12);
}

.ihd-service-item .wt-icon-box-wraper:hover,
.ihd-creative-card:hover,
.ihd-product-card:hover {
    border-color: rgba(179, 136, 44, 0.45);
    box-shadow: 0 24px 44px rgba(90, 38, 113, 0.18);
}

.ihd-service-item .wt-icon-box-wraper:hover .v-icon,
.ihd-product-placeholder i,
.ihd-creative-number {
    color: var(--ihd-gold);
}

.footer-top,
.footer-bottom {
    background-color: #4a1f5f;
}

.site-footer .widget-title,
.site-footer,
.site-footer a,
.copyrights-text {
    color: #fff;
}

.site-footer .widget-section > ul > li,
.site-footer p,
.site-footer li,
.site-footer .copyrights-text {
    color: rgba(255, 255, 255, 0.92);
}

.site-footer .widget-section > ul > li a:hover,
.footer-link ul li a:hover,
.f-social-link.social-icons li a:hover {
    color: var(--ihd-gold);
}

.ihd-footer-luxe .ihd-footer-intro {
    max-width: 820px;
    margin: 0 auto 34px;
}

.ihd-footer-luxe .ihd-footer-logo {
    width: 94px;
    height: 94px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid rgba(179, 136, 44, 0.85);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
    margin: 0 auto 14px;
}

.ihd-footer-luxe .ihd-footer-intro h3 {
    color: #fff;
    font-size: clamp(26px, 3vw, 34px);
    margin-bottom: 10px;
}

.ihd-footer-luxe .ihd-footer-intro p {
    max-width: 680px;
    margin: 0 auto 18px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.8;
}

.ihd-footer-luxe .widget .widget-title {
    color: #fff;
    font-weight: 700;
}

.ihd-footer-luxe .widget-section a,
.ihd-footer-luxe .widget-section li {
    color: rgba(255, 255, 255, 0.9);
}

.ihd-footer-luxe .widget-section a:hover {
    color: var(--ihd-gold);
}

.site-footer {
    position: relative;
    overflow: hidden;
}

.site-footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background-color: var(--ihd-gold);
    z-index: 2;
}

.site-footer .overlay-main {
    background: rgba(20, 8, 28, 0.18);
    opacity: 1;
}

.site-footer .footer-top {
    position: relative;
    padding-top: 54px;
}

.site-footer .footer-top .container,
.site-footer .footer-bottom .container {
    position: relative;
    z-index: 1;
}

.site-footer .footer-link {
    margin-bottom: 28px;
}

.site-footer .footer-link ul {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px;
    padding: 12px 18px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.14);
}

.site-footer .widget {
    min-height: 100%;
    padding: 24px 22px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(10px);
}

.site-footer .widget-title {
    margin-bottom: 18px;
    font-size: 20px;
}

.site-footer .widget-section ul,
.site-footer .widget-section ol {
    margin-bottom: 0;
}

.site-footer .widget-section li {
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.84);
}

.site-footer .footer-social-icon {
    margin-top: 20px;
}

.site-footer .f-social-link.social-icons {
    display: flex;
    justify-content: center;
    gap: 12px;
}

.site-footer .f-social-link.social-icons li a {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #fff;
}

.site-footer .f-social-link.social-icons li a:hover {
    background: rgba(179, 136, 44, 0.28);
    border-color: rgba(179, 136, 44, 0.4);
}

/* Flat color mode (no gradients) */
.site-bg-primary,
.site-button,
.wt-separator:after,
.wt-separator:before,
.sep-line-one:before,
.sep-line-one:after,
.input-animate.input .spin,
.site-button-link::before,
.play-now .icon,
.latest-blog-1 .wt-post-info .post-date:after,
.footer-link ul li a::before,
.header-style-1 .navbar-toggler .icon-bar,
.is-fixed .header-center .navbar-toggle .icon-bar {
    background-image: none !important;
    background: none !important;
    background-color: var(--ihd-purple) !important;
}

.site-button:hover,
.site-button:focus,
.site-button:active {
    background-image: none !important;
    background: none !important;
    background-color: var(--ihd-red) !important;
}

.ihd-hero-slider::before {
    background-image: none !important;
    background: rgba(90, 38, 113, 0.38) !important;
}

.ihd-welcome-section,
.ihd-creative-section,
.ihd-services-live,
.ihd-home-products,
.ihd-location-section {
    background-image: none !important;
}

.ihd-welcome-section { background-color: #fbf5e8 !important; }
.ihd-creative-section { background-color: #f4edf7 !important; }
.ihd-services-live { background-color: #f9eff1 !important; }
.ihd-home-products { background-color: #faf1df !important; }
.ihd-location-section { background-color: #efe6f2 !important; }

.ihd-location-card,
.footer-top,
.footer-bottom {
    background-image: none !important;
}

.ihd-location-card {
    background-color: var(--ihd-purple) !important;
}

.site-footer::before {
    background-image: none !important;
    background-color: var(--ihd-gold) !important;
}

.ihd-product-badge.is-new {
    background-image: none !important;
    background: none !important;
    background-color: var(--ihd-red) !important;
}

.ihd-product-badge.is-signature {
    background-image: none !important;
    background: none !important;
    background-color: var(--ihd-gold) !important;
    color: #2e1f00 !important;
}

.site-footer .footer-top,
.site-footer .footer-bottom {
    background-color: #ca9f43 !important;
}

.site-footer .footer-bottom {
    border-top: 1px solid rgba(47, 34, 8, 0.22);
}

.site-footer,
.site-footer a,
.site-footer .widget-title,
.site-footer .widget-section > ul > li,
.site-footer p,
.site-footer li,
.site-footer .copyrights-text,
.ihd-footer-luxe .ihd-footer-intro h3,
.ihd-footer-luxe .ihd-footer-intro p,
.ihd-footer-luxe .widget .widget-title,
.ihd-footer-luxe .widget-section a,
.ihd-footer-luxe .widget-section li {
    color: #2f2208 !important;
}

.site-footer .widget {
    background: rgba(255, 255, 255, 0.28) !important;
    border: 1px solid rgba(47, 34, 8, 0.2) !important;
}

.site-footer .footer-link ul {
    background: rgba(255, 255, 255, 0.3) !important;
    border: 1px solid rgba(47, 34, 8, 0.2) !important;
}

.site-footer .f-social-link.social-icons li a {
    background: rgba(255, 255, 255, 0.32) !important;
    border: 1px solid rgba(47, 34, 8, 0.24) !important;
    color: #2f2208 !important;
}

.site-footer .widget-section > ul > li a:hover,
.footer-link ul li a:hover,
.f-social-link.social-icons li a:hover,
.ihd-footer-luxe .widget-section a:hover {
    color: #5a2671 !important;
}

.site-footer .wt-footer-bot-center {
    padding: 18px 0;
}

@media (max-width: 767px) {
    .site-footer .footer-link ul {
        border-radius: 22px;
        gap: 10px;
    }

    .site-footer .widget {
        padding: 20px 18px;
    }

    .ihd-product-badges {
        top: 10px;
        left: 10px;
    }
}

/* Golden gradient global redesign */
:root {
    --ihd-gold: #ca9f43;
    --ihd-gold-light: #e2c67f;
    --ihd-gold-dark: #9f7a2f;
}

body {
    background: linear-gradient(180deg, #fffaf0 0%, #f8edd5 100%);
}

.site-bg-primary,
.site-button,
.wt-separator:after,
.wt-separator:before,
.sep-line-one:before,
.sep-line-one:after,
.input-animate.input .spin,
.site-button-link::before,
.play-now .icon,
.latest-blog-1 .wt-post-info .post-date:after,
.footer-link ul li a::before,
.header-style-1 .navbar-toggler .icon-bar,
.is-fixed .header-center .navbar-toggle .icon-bar {
    background: linear-gradient(135deg, var(--ihd-gold-light) 0%, var(--ihd-gold) 52%, var(--ihd-gold-dark) 100%) !important;
}

.site-button {
    color: #2f2208 !important;
    border-color: rgba(47, 34, 8, 0.25) !important;
}

.site-button:hover,
.site-button:focus,
.site-button:active {
    background: linear-gradient(135deg, #f0d998 0%, var(--ihd-gold) 52%, #8e6a27 100%) !important;
    color: #2f2208 !important;
}

.site-text-primary,
a,
.header-nav .nav > li:hover > a,
.header-nav .nav > li.active > a,
.header-nav .nav > li.current-menu-item > a,
.nav-dark.header-nav .nav > li > a:hover,
.nav-dark.header-nav .nav > li > a:focus {
    color: var(--ihd-gold-dark) !important;
}

.ihd-hero-slider::before {
    background: linear-gradient(120deg, rgba(226, 198, 127, 0.4), rgba(202, 159, 67, 0.42) 50%, rgba(159, 122, 47, 0.4)) !important;
}

.ihd-welcome-section {
    background: linear-gradient(180deg, #fffdf6 0%, #f9efd9 100%) !important;
}

.ihd-creative-section {
    background: linear-gradient(180deg, #fff8e9 0%, #f4e5c0 100%) !important;
}

.ihd-services-live {
    background: linear-gradient(180deg, #fef5e2 0%, #f0deaf 100%) !important;
}

.ihd-home-products {
    background: linear-gradient(180deg, #fff8ea 0%, #efd9a3 100%) !important;
}

.ihd-location-section {
    background: linear-gradient(180deg, #fffaf0 0%, #ead09a 100%) !important;
}

.ihd-location-card,
.site-footer .footer-top,
.site-footer .footer-bottom {
    background: linear-gradient(135deg, #e3c983 0%, var(--ihd-gold) 55%, var(--ihd-gold-dark) 100%) !important;
}

.site-footer,
.site-footer a,
.site-footer .widget-title,
.site-footer .widget-section > ul > li,
.site-footer p,
.site-footer li,
.site-footer .copyrights-text {
    color: #2f2208 !important;
}

.site-footer .widget,
.site-footer .footer-link ul,
.site-footer .f-social-link.social-icons li a {
    background: rgba(255, 255, 255, 0.28) !important;
    border-color: rgba(47, 34, 8, 0.2) !important;
}

.ihd-product-badge.is-new,
.ihd-product-badge.is-signature {
    background: linear-gradient(135deg, var(--ihd-gold-light), var(--ihd-gold), var(--ihd-gold-dark)) !important;
    color: #2f2208 !important;
}

/* Uniform luxurious headers across pages */
.site-header .main-bar.bg-white {
    background: linear-gradient(135deg, #e6cb86 0%, var(--ihd-gold) 55%, #a88234 100%) !important;
    border-bottom: 1px solid rgba(47, 34, 8, 0.18);
}

.site-header .main-bar.bg-white .header-nav .nav > li > a,
.site-header .main-bar.bg-white .site-search-btn,
.site-header .main-bar.bg-white .navbar-toggler .icon-bar {
    color: #2f2208 !important;
}

.site-header .main-bar.bg-white .header-nav .nav > li.active > a,
.site-header .main-bar.bg-white .header-nav .nav > li:hover > a,
.site-header .main-bar.bg-white .header-nav .nav > li.current-menu-item > a {
    color: #5a2671 !important;
}

.site-header .main-bar.bg-white .header-nav .nav > li > a {
    font-weight: 600;
}

.site-header .main-bar.bg-white .site-bg-primary.wt-header-right-child {
    background: rgba(255, 255, 255, 0.24) !important;
    border: 1px solid rgba(47, 34, 8, 0.15);
    border-radius: 14px;
}

.wt-bnr-inr .overlay-main {
    background: linear-gradient(135deg, rgba(159, 122, 47, 0.74), rgba(202, 159, 67, 0.66)) !important;
    opacity: 1 !important;
}

.wt-bnr-inr .banner-title-name h2,
.wt-bnr-inr .wt-breadcrumb li,
.wt-bnr-inr .wt-breadcrumb li a {
    color: #fff !important;
    text-shadow: 0 6px 18px rgba(0, 0, 0, 0.26);
}

.wt-bnr-inr .wt-bnr-inr-entry {
    padding-top: 24px;
    padding-bottom: 24px;
}

.wt-bnr-inr .banner-title-outer {
    margin-bottom: 10px;
}

.wt-bnr-inr .banner-title-name h2 {
    font-size: clamp(34px, 5vw, 56px) !important;
    line-height: 1.08 !important;
    letter-spacing: 0.01em;
    font-weight: 800 !important;
    margin-bottom: 8px;
}

.wt-bnr-inr .wt-breadcrumb {
    margin-bottom: 0;
    padding: 10px 16px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 999px;
    background: rgba(47, 34, 8, 0.24);
    border: 1px solid rgba(255, 255, 255, 0.22);
}

.wt-bnr-inr .wt-breadcrumb li,
.wt-bnr-inr .wt-breadcrumb li a {
    font-size: 14px;
    font-weight: 600;
}

@media (max-width: 767px) {
    .wt-bnr-inr .wt-bnr-inr-entry {
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .wt-bnr-inr .banner-title-name h2 {
        font-size: clamp(28px, 8vw, 38px) !important;
    }

    .wt-bnr-inr .wt-breadcrumb {
        padding: 8px 12px;
        border-radius: 14px;
        flex-wrap: wrap;
    }
}

/* Menu line effect visibility */
.nav-line-animation > li > a {
    position: relative;
}

.nav-line-animation > li > a:before,
.nav-line-animation > li > a:after {
    background: #ffffff !important;
    height: 2px !important;
    opacity: 0.95;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.35);
}

.nav-line-animation > li:hover > a:before,
.nav-line-animation > li:hover > a:after,
.nav-line-animation > li.active > a:before,
.nav-line-animation > li.active > a:after,
.nav-line-animation > li.current-menu-item > a:before,
.nav-line-animation > li.current-menu-item > a:after {
    opacity: 1;
}

/* Page presentation: design premium reorganise */
.ihd-pres-hero {
    background: linear-gradient(160deg, rgba(202, 159, 67, 0.13) 0%, #ffffff 45%, rgba(202, 159, 67, 0.08) 100%);
}

.ihd-pres-photo-wrap {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 18px 38px rgba(36, 26, 10, 0.18);
}

.ihd-pres-photo {
    width: 100%;
    display: block;
}

.ihd-pres-quote {
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 22px;
    background: rgba(20, 13, 4, 0.74);
    color: #fff6de;
    padding: 14px 16px;
    border-radius: 12px;
    font-size: 14px;
    line-height: 1.6;
    border: 1px solid rgba(255, 221, 154, 0.42);
}

.ihd-justify {
    text-align: justify;
    text-justify: inter-word;
}

.ihd-pres-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
}

.ihd-pres-tags span {
    background: #fff7e5;
    color: #5f4516;
    border: 1px solid rgba(202, 159, 67, 0.45);
    border-radius: 999px;
    padding: 7px 13px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.ihd-pres-title {
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.08;
    letter-spacing: 0.01em;
    color: #3f2d0b;
    margin-bottom: 14px;
}

.ihd-pres-title span {
    display: inline-block;
    margin-top: 8px;
    padding: 8px 16px;
    border-radius: 999px;
    background: linear-gradient(135deg, #e2c67f 0%, #ca9f43 58%, #9f7a2f 100%);
    color: #2f2208;
    font-size: clamp(19px, 2.2vw, 28px);
    font-weight: 800;
    box-shadow: 0 10px 24px rgba(63, 45, 11, 0.2);
}

.ihd-pres-story {
    background: #fff;
}

.ihd-pres-panel {
    background: #ffffff;
    border: 1px solid rgba(202, 159, 67, 0.28);
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 12px 26px rgba(42, 31, 10, 0.08);
    height: 100%;
}

.ihd-pres-checklist h4 {
    color: #4e3812;
    margin-bottom: 14px;
}

.ihd-pres-checklist ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.ihd-pres-checklist li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 10px;
    color: #5d4a22;
}

.ihd-pres-checklist li::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ca9f43;
    position: absolute;
    left: 0;
    top: 8px;
    box-shadow: 0 0 0 4px rgba(202, 159, 67, 0.18);
}

.ihd-pres-approach {
    background: linear-gradient(180deg, #fffdf8 0%, #ffffff 100%);
}

.ihd-pres-step {
    height: 100%;
    background: #fff;
    border: 1px solid rgba(202, 159, 67, 0.3);
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 12px 26px rgba(42, 31, 10, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ihd-pres-step:hover {
    transform: translateY(-7px);
    box-shadow: 0 18px 34px rgba(42, 31, 10, 0.16);
}

.ihd-pres-step-no {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: #ca9f43;
    color: #2b1d05;
    font-size: 18px;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
}

.ihd-pres-step h4 {
    color: #4e3812;
    margin-bottom: 10px;
}

.ihd-pres-step p {
    color: #5d4a22;
    margin-bottom: 0;
}

.ihd-pres-stats {
    background: linear-gradient(140deg, rgba(202, 159, 67, 0.14), rgba(202, 159, 67, 0.06));
}

.ihd-pres-stat-card {
    background: #fff;
    border: 1px solid rgba(202, 159, 67, 0.35);
    border-radius: 16px;
    padding: 28px 18px;
    box-shadow: 0 12px 28px rgba(36, 26, 10, 0.12);
}

.ihd-pres-stat-card h1 {
    color: #7a5a1e;
    margin-bottom: 8px;
    font-weight: 800;
}

.ihd-pres-stat-card h4 {
    color: #4b3815;
    margin: 0;
}

@media (max-width: 991px) {
    .ihd-pres-quote {
        position: static;
        margin-top: 12px;
        background: #3e2d0d;
    }

    .ihd-justify {
        text-align: left;
    }
}

/* Page services: design premium */
.ihd-services-page-intro {
    background: linear-gradient(170deg, rgba(202, 159, 67, 0.14) 0%, #fffef9 52%, rgba(202, 159, 67, 0.08) 100%);
}

.ihd-services-page-lead {
    max-width: 760px;
    margin: 0 auto;
    color: #5c4a22;
    line-height: 1.85;
    text-align: justify;
}

.ihd-service-page-card {
    border-radius: 16px !important;
    height: 100%;
    border: 1px solid rgba(202, 159, 67, 0.28);
    box-shadow: 0 14px 30px rgba(41, 30, 8, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ihd-service-page-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 22px 38px rgba(41, 30, 8, 0.16);
}

.ihd-service-page-card .icon-content p {
    color: #5d4a22;
}

.ihd-services-process {
    background: #ffffff;
}

.ihd-service-step {
    background: #fff;
    border: 1px solid rgba(202, 159, 67, 0.3);
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 12px 28px rgba(42, 31, 10, 0.1);
    height: 100%;
}

.ihd-service-step-no {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ca9f43;
    color: #2f2208;
    font-weight: 800;
    margin-bottom: 14px;
}

.ihd-service-step h4 {
    color: #4e3812;
    margin-bottom: 10px;
}

.ihd-service-step p {
    color: #5d4a22;
    margin-bottom: 0;
}

.ihd-services-cta {
    background: linear-gradient(135deg, #e2c67f 0%, #ca9f43 58%, #9f7a2f 100%);
}

.ihd-services-cta h3,
.ihd-services-cta p {
    color: #2f2208;
}

.ihd-services-cta .site-button {
    background: #2f2208 !important;
    color: #f9ecd1 !important;
}

/* Page contact: design premium */
.ihd-contact-page {
    background: linear-gradient(180deg, #fffefb 0%, #f8edd6 100%);
}

.ihd-contact-map-wrap {
    border-radius: 24px;
    overflow: hidden;
    border: 8px solid rgba(255, 255, 255, 0.8);
    box-shadow: 0 24px 52px rgba(40, 29, 8, 0.16);
}

.ihd-contact-map iframe {
    width: 100%;
    height: 460px;
    display: block;
}

.ihd-contact-intro {
    max-width: 760px;
    margin: 0 auto;
    color: #5d4a22;
    line-height: 1.85;
}

.ihd-contact-card {
    border-radius: 16px;
    background: #fff;
    border: 1px solid rgba(202, 159, 67, 0.28);
    box-shadow: 0 14px 30px rgba(42, 31, 10, 0.1);
    height: 100%;
}

.ihd-contact-card .icon-md i {
    color: #ca9f43;
}

.ihd-contact-card h4 {
    color: #4e3812;
    margin-bottom: 8px;
}

.ihd-contact-card h5 {
    color: #5d4a22;
    margin-bottom: 6px;
}

.ihd-contact-form-wrap {
    background: #fff;
    border: 1px solid rgba(202, 159, 67, 0.28);
    border-radius: 18px;
    padding: 28px;
    box-shadow: 0 14px 32px rgba(42, 31, 10, 0.1);
}

.ihd-contact-form-wrap .form-control {
    border-radius: 10px;
    border: 1px solid rgba(202, 159, 67, 0.36);
    min-height: 48px;
}

.ihd-contact-form-wrap textarea.form-control {
    min-height: 140px;
}

@media (max-width: 991px) {
    .ihd-services-page-lead {
        text-align: left;
    }

    .ihd-contact-map iframe {
        height: 360px;
    }
}

@media (max-width: 575px) {
    .ihd-contact-map-wrap {
        border-width: 5px;
        border-radius: 16px;
    }

    .ihd-contact-map iframe {
        height: 300px;
    }

    .ihd-contact-form-wrap {
        padding: 20px;
    }
}

/* Pages produits */
.ihd-product-page-intro {
    background: linear-gradient(165deg, rgba(202, 159, 67, 0.15) 0%, #fffef8 52%, rgba(202, 159, 67, 0.08) 100%);
}

.ihd-product-page-list {
    background: linear-gradient(180deg, #fffefb 0%, #f8edd6 100%);
}

.ihd-product-detail-page {
    background: linear-gradient(180deg, #fffdf8 0%, #f7ebd2 100%);
}

.ihd-product-detail-media {
    min-height: 520px;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(202, 159, 67, 0.28);
    box-shadow: 0 16px 34px rgba(42, 31, 10, 0.14);
    display: flex;
    align-items: center;
    justify-content: center;
}

.ihd-product-detail-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ihd-product-detail-card {
    background: #fff;
    border: 1px solid rgba(202, 159, 67, 0.3);
    border-radius: 18px;
    padding: 28px;
    box-shadow: 0 14px 34px rgba(42, 31, 10, 0.12);
}

.ihd-product-detail-card h2 {
    color: #4d3811;
    margin-bottom: 14px;
}

.ihd-product-detail-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 18px;
}

.ihd-product-detail-meta strong {
    font-size: 28px;
    color: #6f521b;
}

.ihd-product-detail-description h5 {
    color: #4d3811;
    margin-bottom: 8px;
}

.ihd-product-detail-description p {
    color: #5d4a22;
    line-height: 1.85;
}

.ihd-product-detail-form {
    margin-top: 20px;
    margin-bottom: 16px;
}

.ihd-product-detail-form label {
    display: block;
    margin-bottom: 8px;
    color: #4d3811;
    font-weight: 600;
}

.ihd-product-detail-form .form-control {
    border: 1px solid rgba(202, 159, 67, 0.4);
    border-radius: 10px;
    height: 46px;
    margin-bottom: 14px;
}

/* Footer visibility fix on products pages */
.site-footer {
    display: block;
    position: relative;
    z-index: 5;
}

.site-footer .footer-top,
.site-footer .footer-bottom {
    opacity: 1 !important;
    visibility: visible !important;
}

@media (max-width: 991px) {
    .ihd-product-detail-media {
        min-height: 360px;
    }

    .ihd-product-detail-meta {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 575px) {
    .ihd-product-detail-card {
        padding: 20px;
    }

    .ihd-product-detail-meta strong {
        font-size: 24px;
    }
}

/* =============================================================
   IHD — PAGE PANIER (CART)
   ============================================================= */

.ihd-cart-page {
    background: #faf8f4;
}

/* Alertes */
.ihd-cart-alert {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 20px;
    border-radius: 8px;
    margin-bottom: 28px;
    font-size: 15px;
    font-weight: 500;
}
.ihd-cart-alert-success {
    background: #f0faf0;
    border-left: 4px solid #28a745;
    color: #1d6b2d;
}
.ihd-cart-alert-error {
    background: #fff5f5;
    border-left: 4px solid #dc3545;
    color: #8b1c24;
}

/* Panier vide */
.ihd-cart-empty {
    text-align: center;
    padding: 80px 30px;
}
.ihd-cart-empty-icon {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: linear-gradient(135deg, #e2c67f 0%, #ca9f43 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 28px;
}
.ihd-cart-empty-icon .fa {
    font-size: 50px;
    color: #fff;
}
.ihd-cart-empty h3 {
    font-size: 26px;
    font-weight: 700;
    color: #2f2208;
    margin-bottom: 12px;
}
.ihd-cart-empty p {
    color: #7a6540;
    font-size: 15px;
    margin-bottom: 28px;
}

/* Header liste */
.ihd-cart-header {
    background: #fff;
    border-radius: 10px 10px 0 0;
    padding: 18px 24px;
    border-bottom: 2px solid #f5e9cc;
}
.ihd-cart-header h4 {
    font-size: 17px;
    font-weight: 700;
    color: #2f2208;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}
.ihd-cart-header h4 .fa {
    color: var(--ihd-gold, #ca9f43);
}
.ihd-cart-count {
    display: inline-block;
    background: var(--ihd-gold, #ca9f43);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    border-radius: 999px;
    padding: 2px 10px;
}

/* Ligne article */
.ihd-cart-item {
    background: #fff;
    border-bottom: 1px solid #f5e9cc;
    padding: 20px 24px;
    display: flex;
    align-items: center;
    gap: 18px;
}
.ihd-cart-item:last-of-type {
    border-radius: 0 0 10px 10px;
}

.ihd-cart-item-img {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    border-radius: 8px;
    overflow: hidden;
    background: #f0ebe0;
}
.ihd-cart-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ihd-cart-item-img-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c9a845;
    font-size: 28px;
}

.ihd-cart-item-info {
    flex: 1;
    min-width: 0;
}
.ihd-cart-item-info h5 {
    font-size: 15px;
    font-weight: 700;
    color: #2f2208;
    margin: 0 0 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ihd-cart-unit-price {
    color: var(--ihd-gold, #ca9f43);
    font-size: 13px;
    font-weight: 600;
    margin: 0;
}

/* Quantité */
.ihd-cart-qty-form {
    display: flex;
    align-items: center;
    gap: 6px;
}
.ihd-qty-input {
    width: 64px;
    padding: 7px 10px;
    border: 1.5px solid #e2c67f;
    border-radius: 6px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #2f2208;
    outline: none;
}
.ihd-qty-input:focus {
    border-color: var(--ihd-gold, #ca9f43);
}
.ihd-qty-btn {
    width: 34px;
    height: 34px;
    border: none;
    border-radius: 6px;
    background: var(--ihd-gold, #ca9f43);
    color: #fff;
    cursor: pointer;
    transition: background 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ihd-qty-btn:hover {
    background: #9f7a2f;
}

/* Sous-total */
.ihd-cart-item-subtotal {
    min-width: 130px;
    text-align: right;
    flex-shrink: 0;
}
.ihd-cart-item-subtotal strong {
    font-size: 16px;
    font-weight: 800;
    color: #2f2208;
}

/* Suppression */
.ihd-remove-btn {
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 6px;
    background: #fff0f0;
    color: #dc3545;
    cursor: pointer;
    transition: background 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.ihd-remove-btn:hover {
    background: #dc3545;
    color: #fff;
}

/* Continuer */
.ihd-cart-continue {
    margin-top: 16px;
}
.ihd-cart-back-link {
    color: var(--ihd-gold, #ca9f43);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s;
}
.ihd-cart-back-link:hover {
    color: #9f7a2f;
    text-decoration: underline;
}
.ihd-cart-back-link .fa {
    margin-right: 6px;
}

/* Résumé */
.ihd-cart-summary {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(63,45,11,0.1);
    position: sticky;
    top: 90px;
}
.ihd-cart-summary-header {
    background: linear-gradient(135deg, #ca9f43 0%, #9f7a2f 100%);
    padding: 18px 24px;
}
.ihd-cart-summary-header h4 {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}
.ihd-cart-summary-body {
    padding: 24px;
    border-bottom: 1px solid #f5e9cc;
}
.ihd-cart-summary-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px dashed #f0e0b0;
    font-size: 14px;
    color: #5a4820;
}
.ihd-cart-summary-row:last-child {
    border-bottom: none;
}
.ihd-cart-free {
    color: #28a745;
    font-weight: 700;
}
.ihd-cart-summary-total {
    font-size: 16px !important;
    font-weight: 800 !important;
    color: #2f2208 !important;
    padding-top: 14px !important;
    margin-top: 6px;
    border-top: 2px solid #e2c67f !important;
    border-bottom: none !important;
}
.ihd-cart-summary-total span,
.ihd-cart-summary-total strong {
    font-size: 18px;
    color: var(--ihd-gold, #ca9f43);
}
.ihd-cart-summary-footer {
    padding: 20px 24px;
}
.ihd-cart-checkout-btn {
    display: block;
    width: 100%;
    text-align: center;
    padding: 14px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.04em;
    border-radius: 8px;
}
.ihd-cart-trust-badges {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 16px;
}
.ihd-cart-trust-badges span {
    font-size: 12px;
    color: #7a6540;
    display: flex;
    align-items: center;
    gap: 5px;
}
.ihd-cart-trust-badges .fa {
    color: var(--ihd-gold, #ca9f43);
}

/* Responsive panier */
@media (max-width: 767px) {
    .ihd-cart-item {
        flex-wrap: wrap;
        gap: 12px;
    }
    .ihd-cart-item-img {
        width: 60px;
        height: 60px;
    }
    .ihd-cart-item-subtotal {
        min-width: auto;
    }
}

/* =============================================================
   IHD — PAGE CHECKOUT (COMMANDE)
   ============================================================= */

.ihd-checkout-page {
    background: #faf8f4;
}

/* Étapes de commande */
.ihd-checkout-steps {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    margin-bottom: 10px;
    padding: 0 20px;
}
.ihd-checkout-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    min-width: 120px;
}
.ihd-checkout-step-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #e0d8c8;
    color: #9a8a60;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: all 0.3s;
}
.ihd-checkout-step span {
    font-size: 13px;
    font-weight: 600;
    color: #9a8a60;
    text-align: center;
}
.ihd-checkout-step.done .ihd-checkout-step-icon {
    background: linear-gradient(135deg, #e2c67f 0%, #ca9f43 100%);
    color: #fff;
    box-shadow: 0 4px 12px rgba(202,159,67,0.3);
}
.ihd-checkout-step.done span {
    color: #7a6228;
}
.ihd-checkout-step.active .ihd-checkout-step-icon {
    background: linear-gradient(135deg, #ca9f43 0%, #9f7a2f 100%);
    color: #fff;
    box-shadow: 0 6px 20px rgba(202,159,67,0.45);
    transform: scale(1.1);
}
.ihd-checkout-step.active span {
    color: #2f2208;
    font-weight: 800;
}
.ihd-checkout-step-line {
    flex: 1;
    height: 2px;
    background: #e0d8c8;
    align-self: flex-start;
    margin-top: 24px;
    max-width: 80px;
}
.ihd-checkout-step-line.done {
    background: linear-gradient(90deg, #ca9f43, #e2c67f);
}

/* Panel formulaire */
.ihd-checkout-form-panel {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(63,45,11,0.08);
}
.ihd-checkout-form-title {
    background: linear-gradient(135deg, #ca9f43 0%, #9f7a2f 100%);
    padding: 22px 28px;
    display: flex;
    align-items: center;
    gap: 16px;
}
.ihd-checkout-form-title .fa {
    font-size: 26px;
    color: #fff;
    opacity: 0.9;
}
.ihd-checkout-form-title h4 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 4px;
}
.ihd-checkout-form-title p {
    font-size: 13px;
    color: rgba(255,255,255,0.82);
    margin: 0;
}
.ihd-checkout-form {
    padding: 30px 28px;
}

/* Champs formulaire */
.ihd-form-label {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #4a3b18;
    margin-bottom: 7px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.ihd-required {
    color: #dc3545;
    margin-left: 2px;
}
.ihd-optional {
    color: #aaa;
    font-size: 11px;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0;
}
.ihd-form-input {
    width: 100%;
    padding: 12px 16px;
    border: 1.5px solid #e2c67f;
    border-radius: 8px;
    font-size: 14px;
    color: #2f2208;
    background: #fdfbf5;
    transition: border-color 0.2s, box-shadow 0.2s;
    outline: none;
    font-family: 'Poppins', sans-serif;
}
.ihd-form-input:focus {
    border-color: var(--ihd-gold, #ca9f43);
    box-shadow: 0 0 0 3px rgba(202,159,67,0.15);
    background: #fff;
}
.ihd-form-input.ihd-input-error {
    border-color: #dc3545;
}
.ihd-form-textarea {
    resize: vertical;
    min-height: 90px;
}
.ihd-field-error {
    display: block;
    font-size: 12px;
    color: #dc3545;
    margin-top: 5px;
}

/* Erreurs globales */
.ihd-checkout-errors {
    background: #fff5f5;
    border-left: 4px solid #dc3545;
    border-radius: 6px;
    padding: 14px 18px;
    margin-bottom: 22px;
    color: #8b1c24;
    font-size: 13px;
}
.ihd-checkout-errors ul {
    margin: 8px 0 0 18px;
    padding: 0;
}

/* Bouton soumettre */
.ihd-checkout-submit-btn {
    display: block;
    width: 100%;
    text-align: center;
    padding: 15px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-top: 10px;
    border-radius: 8px;
}

/* Résumé checkout */
.ihd-checkout-summary {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(63,45,11,0.08);
    position: sticky;
    top: 90px;
}
.ihd-checkout-summary-header {
    background: linear-gradient(135deg, #2f2208 0%, #4a3b18 100%);
    padding: 18px 24px;
}
.ihd-checkout-summary-header h4 {
    font-size: 16px;
    font-weight: 700;
    color: #e2c67f;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}
.ihd-checkout-summary-items {
    max-height: 280px;
    overflow-y: auto;
    padding: 20px 24px;
    border-bottom: 1px solid #f5e9cc;
}
.ihd-checkout-summary-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 10px 0;
    border-bottom: 1px dashed #f0e0b0;
}
.ihd-checkout-summary-item:last-child {
    border-bottom: none;
}
.ihd-checkout-summary-item-name {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #2f2208;
}
.ihd-checkout-summary-item-qty {
    display: block;
    font-size: 12px;
    color: #9a8060;
    margin-top: 3px;
}
.ihd-checkout-summary-item-price {
    font-size: 14px;
    font-weight: 700;
    color: var(--ihd-gold, #ca9f43);
    white-space: nowrap;
    margin-left: 12px;
}
.ihd-checkout-summary-totals {
    padding: 18px 24px;
    border-bottom: 1px solid #f5e9cc;
}
.ihd-checkout-total-row {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #5a4820;
    padding: 8px 0;
    border-bottom: 1px dashed #f0e0b0;
}
.ihd-checkout-total-row:last-child {
    border-bottom: none;
}
.ihd-checkout-free {
    color: #28a745;
    font-weight: 700;
}
.ihd-checkout-grand-total {
    font-size: 17px !important;
    font-weight: 800 !important;
    color: #2f2208 !important;
    padding-top: 14px !important;
    margin-top: 6px;
    border-top: 2px solid #e2c67f;
}
.ihd-checkout-grand-total strong {
    font-size: 20px;
    color: var(--ihd-gold, #ca9f43);
}
.ihd-checkout-secure-badges {
    padding: 18px 24px;
    background: #fdfbf5;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.ihd-secure-badge {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: #5a4820;
}
.ihd-secure-badge .fa {
    width: 30px;
    height: 30px;
    background: linear-gradient(135deg, #e2c67f, #ca9f43);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    flex-shrink: 0;
}

/* =============================================================
   IHD — PAGE CONFIRMATION (MERCI)
   ============================================================= */

.ihd-confirm-page {
    background: #faf8f4;
}

/* Hero succès */
.ihd-confirm-hero {
    text-align: center;
    padding: 40px 20px 20px;
}
.ihd-confirm-checkmark {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: linear-gradient(135deg, #e2c67f 0%, #ca9f43 60%, #9f7a2f 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    box-shadow: 0 10px 30px rgba(202,159,67,0.35);
    animation: ihd-pop-in 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
@keyframes ihd-pop-in {
    from { transform: scale(0); opacity: 0; }
    to   { transform: scale(1); opacity: 1; }
}
.ihd-confirm-checkmark .fa {
    font-size: 46px;
    color: #fff;
}
.ihd-confirm-hero h2 {
    font-size: clamp(22px, 3vw, 34px);
    font-weight: 800;
    color: #2f2208;
    margin-bottom: 12px;
}
.ihd-confirm-hero p {
    font-size: 15px;
    color: #7a6540;
    max-width: 560px;
    margin: 0 auto 20px;
}
.ihd-confirm-order-ref {
    display: inline-block;
    padding: 10px 24px;
    background: linear-gradient(135deg, #2f2208, #4a3b18);
    color: #e2c67f;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;
    font-family: 'Courier New', monospace;
}
.ihd-confirm-order-ref strong {
    color: #ca9f43;
}

/* Cartes info */
.ihd-confirm-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 18px rgba(63,45,11,0.07);
}
.ihd-confirm-card-header {
    background: linear-gradient(135deg, #ca9f43 0%, #9f7a2f 100%);
    padding: 16px 22px;
    display: flex;
    align-items: center;
    gap: 12px;
}
.ihd-confirm-card-header .fa {
    font-size: 18px;
    color: #fff;
}
.ihd-confirm-card-header h5 {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin: 0;
}
.ihd-confirm-card-body {
    padding: 22px;
}

/* Grille infos client */
.ihd-confirm-info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
.ihd-confirm-info-item {
    display: flex;
    flex-direction: column;
    gap: 3px;
}
.ihd-confirm-info-label {
    font-size: 11px;
    font-weight: 700;
    color: #9a8060;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}
.ihd-confirm-info-value {
    font-size: 14px;
    font-weight: 600;
    color: #2f2208;
}

/* Adresse */
.ihd-confirm-address {
    font-size: 15px;
    color: #5a4820;
    line-height: 1.8;
    margin: 0;
}
.ihd-confirm-notes {
    margin-top: 14px;
    padding: 10px 14px;
    background: #fdfbf5;
    border-left: 3px solid #e2c67f;
    border-radius: 4px;
    font-size: 13px;
    color: #7a6228;
}

/* Étapes prochaines */
.ihd-confirm-steps-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.ihd-confirm-step-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}
.ihd-confirm-step-dot {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #e0d8c8;
    color: #9a8060;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    flex-shrink: 0;
}
.ihd-confirm-step-item.active .ihd-confirm-step-dot {
    background: linear-gradient(135deg, #e2c67f, #ca9f43);
    color: #fff;
    box-shadow: 0 4px 12px rgba(202,159,67,0.3);
}
.ihd-confirm-step-item strong {
    display: block;
    font-size: 14px;
    color: #2f2208;
    margin-bottom: 3px;
}
.ihd-confirm-step-item p {
    font-size: 13px;
    color: #9a8060;
    margin: 0;
}

/* Résumé articles */
.ihd-confirm-summary {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 18px rgba(63,45,11,0.07);
}
.ihd-confirm-summary-header {
    background: linear-gradient(135deg, #2f2208, #4a3b18);
    padding: 16px 22px;
}
.ihd-confirm-summary-header h5 {
    font-size: 15px;
    font-weight: 700;
    color: #e2c67f;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}
.ihd-confirm-summary-items {
    padding: 16px 22px;
    max-height: 240px;
    overflow-y: auto;
    border-bottom: 1px solid #f5e9cc;
}
.ihd-confirm-summary-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 10px 0;
    border-bottom: 1px dashed #f0e0b0;
}
.ihd-confirm-summary-item:last-child {
    border-bottom: none;
}
.ihd-confirm-item-name {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #2f2208;
}
.ihd-confirm-item-qty {
    display: block;
    font-size: 12px;
    color: #9a8060;
    margin-top: 3px;
}
.ihd-confirm-item-total {
    font-size: 14px;
    font-weight: 700;
    color: var(--ihd-gold, #ca9f43);
    white-space: nowrap;
    margin-left: 12px;
}
.ihd-confirm-summary-footer {
    padding: 16px 22px;
    border-bottom: 1px solid #f5e9cc;
}
.ihd-confirm-total-row {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #5a4820;
    padding: 7px 0;
    border-bottom: 1px dashed #f0e0b0;
}
.ihd-confirm-total-row:last-child {
    border-bottom: none;
}
.ihd-confirm-free {
    color: #28a745;
    font-weight: 700;
}
.ihd-confirm-grand-total {
    font-size: 16px !important;
    font-weight: 800 !important;
    color: #2f2208 !important;
    padding-top: 12px !important;
    border-top: 2px solid #e2c67f;
}
.ihd-confirm-grand-total strong {
    font-size: 18px;
    color: var(--ihd-gold, #ca9f43);
}
.ihd-confirm-status-badge {
    padding: 12px 22px;
    background: #fdfbf5;
    font-size: 13px;
    color: #7a6228;
    display: flex;
    align-items: center;
    gap: 8px;
}
.ihd-confirm-status-badge .fa-circle {
    color: #28a745;
    font-size: 10px;
}

/* Boutons actions */
.ihd-confirm-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 20px;
}
.ihd-confirm-btn-primary {
    display: block;
    text-align: center;
    padding: 13px;
    font-size: 15px;
    font-weight: 700;
    border-radius: 8px;
}
.ihd-confirm-btn-secondary {
    display: block;
    text-align: center;
    padding: 13px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 8px;
    background: #fff;
    color: #2f2208;
    border: 2px solid #e2c67f;
    text-decoration: none;
    transition: all 0.2s;
}
.ihd-confirm-btn-secondary:hover {
    background: #e2c67f;
    color: #2f2208;
    text-decoration: none;
}
.ihd-confirm-contact-note {
    margin-top: 20px;
    padding: 14px 18px;
    background: #fff;
    border-radius: 8px;
    font-size: 13px;
    color: #7a6540;
    border-left: 3px solid #e2c67f;
}
.ihd-confirm-contact-note .fa {
    color: var(--ihd-gold, #ca9f43);
    margin-right: 6px;
}
.ihd-confirm-contact-note a {
    color: var(--ihd-gold, #ca9f43);
    font-weight: 600;
    text-decoration: none;
}
.ihd-confirm-contact-note a:hover {
    text-decoration: underline;
}

/* Responsive confirm */
@media (max-width: 767px) {
    .ihd-confirm-info-grid {
        grid-template-columns: 1fr;
    }
    .ihd-checkout-steps {
        gap: 0;
    }
    .ihd-checkout-step {
        min-width: 80px;
    }
    .ihd-checkout-step-line {
        max-width: 40px;
    }
}

/* Forcer la visibilité du footer sur toutes les pages e-commerce */
.ihd-cart-page ~ footer,
.ihd-checkout-page ~ footer,
.ihd-confirm-page ~ footer,
.ihd-footer-luxe {
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
    position: relative !important;
    z-index: 10 !important;
    background: var(--ihd-gold, #ca9f43) !important;
}

/* Neutraliser footer-fixed sur les pages IHD (le footer ne doit jamais être fixed/masqué) */
body .ihd-footer-luxe,
body.footer-fixed .ihd-footer-luxe {
    position: relative !important;
    bottom: auto !important;
    width: 100% !important;
    z-index: 10 !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* ============================================================
   MENU NAVIGATION MOBILE BAS DE PAGE
   ============================================================ */
.ihd-mobile-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1050;
    display: flex;
    align-items: stretch;
    background: linear-gradient(135deg, #e6cb86 0%, var(--ihd-gold, #ca9f43) 55%, #a88234 100%);
    border-top: 2px solid rgba(47, 34, 8, 0.15);
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.14);
    padding-bottom: env(safe-area-inset-bottom, 0px);
}

.ihd-mobile-nav-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 9px 4px 7px;
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none !important;
    gap: 3px;
    transition: color 0.2s, background 0.2s;
    position: relative;
}

.ihd-mobile-nav-item i {
    font-size: 19px;
    line-height: 1;
}

.ihd-mobile-nav-item span {
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    line-height: 1;
    color: #ffffff !important;
}

.ihd-mobile-nav-item.active {
    color: #ffffff;
}

.ihd-mobile-nav-item.active i {
    transform: translateY(-2px);
}

.ihd-mobile-nav-item.active::after {
    content: '';
    position: absolute;
    top: 0;
    left: 20%;
    right: 20%;
    height: 3px;
    background: #ffffff;
    border-radius: 0 0 4px 4px;
}

.ihd-mobile-nav-item:hover {
    color: #ffffff;
    text-decoration: none !important;
}

.ihd-mobile-nav-item.cta-item {
    background: rgba(90, 38, 113, 0.1);
}

.ihd-mobile-nav-item.cta-item.active,
.ihd-mobile-nav-item.cta-item:hover {
    background: rgba(90, 38, 113, 0.18);
}

/* Espace sous le contenu pour ne pas masquer par la barre */
@media (max-width: 991px) {
    body {
        padding-bottom: 62px;
    }

    .scroltop {
        bottom: 76px !important;
    }
}

@media (min-width: 992px) {
    .ihd-mobile-nav {
        display: none !important;
    }
}

/* ============================================================
   AMÉLIORATIONS AFFICHAGE MOBILE
   ============================================================ */
@media (max-width: 767px) {
    /* Logo navbar plus compact */
    .ihd-site-logo {
        height: 46px !important;
    }

    /* Footer : intro */
    .ihd-footer-luxe .ihd-footer-intro {
        padding: 0 4px;
    }

    .ihd-footer-logo {
        width: 68px !important;
        height: 68px !important;
    }

    .ihd-footer-luxe .ihd-footer-intro h3 {
        font-size: 20px !important;
        margin-bottom: 8px;
    }

    .ihd-footer-luxe .ihd-footer-intro p {
        font-size: 0.88rem;
        margin-bottom: 14px !important;
    }

    /* Footer : liens rapides en ligne compacte */
    .site-footer .footer-link ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 6px 10px;
        padding: 12px 10px;
    }

    .site-footer .footer-link ul li a {
        font-size: 0.82rem;
        font-weight: 600;
    }

    /* Footer : widgets empilés avec meilleur espacement */
    .site-footer .col-lg-4.col-md-4 {
        margin-bottom: 12px;
    }

    .site-footer .widget {
        padding: 16px 14px;
    }

    .site-footer .widget .widget-title {
        font-size: 0.95rem;
        margin-bottom: 10px;
    }

    .site-footer .widget-section ul li {
        font-size: 0.88rem;
        padding: 3px 0;
    }

    /* Icônes sociales centrées et espacées */
    .footer-social-icon .social-icons {
        justify-content: center;
        gap: 8px;
        flex-wrap: wrap;
    }

    .footer-social-icon .social-icons li a {
        width: 36px;
        height: 36px;
        font-size: 15px;
    }

    /* Copyright plus lisible */
    .site-footer .copyrights-text {
        font-size: 0.8rem;
        text-align: center;
        display: block;
        padding: 4px 0;
    }

    /* Footer-bottom padding */
    .site-footer .wt-footer-bot-center {
        padding: 14px 0;
    }
}

