:root {
    --cwh-green-1: #0f7a49;
    --cwh-green-2: #0d9b5f;
    --cwh-green-3: #35c97f;
    --cwh-ink: #0f2a1f;
}

body {
    font-family: var(--font-family-sans-serif);
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-family-heading);
    letter-spacing: -0.015em;
}

code, pre, kbd, samp {
    font-family: var(--font-family-monospace);
}

.font-heading,
.font-serif {
    font-family: var(--font-family-heading) !important;
}

.font-body,
.font-sans {
    font-family: var(--font-family-sans-serif) !important;
}

.font-mono {
    font-family: var(--font-family-monospace) !important;
}

.tt-header {
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    position: relative;
    z-index: 2000;
}

.tt-nav-mega .tt-mega-item {
    position: static;
}

.tt-main-header,
.tt-main-header .navbar-nav,
.tt-main-header #nav {
    flex-wrap: nowrap !important;
}

.tt-main-header #nav {
    white-space: nowrap;
}

.tt-main-header #nav > .nav-item {
    margin-right: 0.05rem;
    flex: 0 0 auto;
}

.tt-main-header #nav > .nav-item > .nav-link {
    font-size: 14px !important;
    font-weight: 600;
    padding: 0.55rem 0.58rem !important;
    border-radius: 10px;
    transition: color 0.22s ease, background-color 0.22s ease;
}

.tt-main-header #nav > .nav-item > .nav-link:hover,
.tt-main-header #nav > .nav-item.show > .nav-link {
    color: #0d7a4b !important;
    background: rgba(15, 157, 97, 0.12);
}

.tt-nav-mega .tt-mega-menu {
    position: absolute !important;
    top: 100% !important;
    left: 50%;
    transform: translateX(-50%);
    min-width: 900px;
    max-width: 1080px;
    width: calc(100vw - 120px);
    border-radius: 14px;
    border: 1px solid rgba(17, 99, 64, 0.18);
    box-shadow: 0 18px 38px rgba(7, 44, 28, 0.18);
    padding: 1rem;
    background: #ffffff;
    z-index: 3000 !important;
    pointer-events: auto;
}

.tt-nav-mega .tt-mega-menu {
    display: none;
}

.tt-nav-mega .tt-mega-item.show .tt-mega-menu {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.8rem;
}

.tt-header .overlay {
    z-index: 1;
    pointer-events: none;
}

.tt-header .navbar,
.tt-main-header,
.tt-main-header #mainNavbar {
    position: relative;
    z-index: 2500;
}

.tt-nav-mega .tt-mega-col h6 {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin: 0 0 0.55rem;
    color: #0d7a4b;
}

.tt-nav-mega .tt-mega-col .dropdown-item {
    border-radius: 10px;
    white-space: normal;
    padding: 0.55rem 0.7rem;
    margin-bottom: 0.2rem;
    color: #1c2d25;
}

.tt-nav-mega .tt-mega-col .dropdown-item small {
    display: block;
    color: #6b7f75;
    margin-top: 0.08rem;
    font-size: 0.77rem;
}

.tt-nav-mega .tt-mega-col .dropdown-item:hover {
    background: rgba(15, 157, 97, 0.1);
    color: #0b6b43;
}

.tt-mega-contact {
    background: rgba(15, 157, 97, 0.08);
    border: 1px solid rgba(15, 157, 97, 0.22);
    border-radius: 10px;
    padding: 0.65rem;
}

.tt-mega-contact p {
    margin: 0 0 0.35rem;
    font-size: 0.83rem;
    color: #254438;
    line-height: 1.35;
}

.tt-mega-contact p:last-child {
    margin-bottom: 0;
}

.tt-footer .tt-footer-menu a {
    opacity: 0.95;
    transition: color 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
}

.tt-footer .tt-footer-menu a:hover {
    color: #7ff1bc !important;
    opacity: 1;
    transform: translateX(3px);
}

.tt-country-list {
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.9;
}

.tt-hero-green {
    background:
        radial-gradient(1200px 420px at 20% 10%, rgba(53, 201, 127, 0.24), transparent 55%),
        radial-gradient(900px 380px at 90% 30%, rgba(15, 122, 73, 0.28), transparent 60%),
        linear-gradient(140deg, #0a3f2c 0%, #0f7a49 45%, #0ca96a 100%);
}

.tt-hero-green-inner {
    position: relative;
    overflow: hidden;
}

.tt-hero-green .tt-hero,
.tt-hero-green .tt-hero h1,
.tt-hero-green .tt-hero p,
.tt-hero-green .tt-hero strong,
.tt-hero-green .tt-hero span {
    color: #f4fff9 !important;
}

.tt-hero-kicker {
    display: inline-block;
    padding: 0.35rem 0.75rem;
    margin-bottom: 0.8rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.35);
    font-size: 12px;
    letter-spacing: 0.04em;
}

.tt-hero-btns .btn-primary {
    background: var(--cwh-green-3);
    border-color: var(--cwh-green-3);
    color: #08371f;
    font-weight: 700;
}

.tt-hero-btns .btn-primary:hover {
    background: #5ee3a0;
    border-color: #5ee3a0;
}

.tt-hero-glass {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 20px;
    padding: 1rem;
    box-shadow: 0 24px 60px rgba(3, 30, 20, 0.3);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.tt-hero-metrics {
    display: flex;
    gap: 0.8rem;
    flex-wrap: wrap;
}

.tt-hero-metrics div {
    min-width: 105px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 12px;
    padding: 0.6rem 0.7rem;
}

.tt-hero-metrics strong {
    display: block;
    font-size: 1rem;
    line-height: 1.2;
    margin-bottom: 0.2rem;
}

.tt-hero-metrics span {
    font-size: 12px;
    opacity: 0.9;
}

.tt-section-soft {
    background:
        radial-gradient(750px 260px at 10% 0%, rgba(53, 201, 127, 0.08), transparent 60%),
        radial-gradient(700px 220px at 95% 10%, rgba(15, 122, 73, 0.08), transparent 60%);
}

.tt-glass-card {
    border: 1px solid rgba(17, 99, 64, 0.16);
    background: rgba(255, 255, 255, 0.74);
    box-shadow: 0 12px 30px rgba(7, 44, 28, 0.08);
    border-radius: 16px;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.tt-glass-card:hover {
    transform: translateY(-6px);
    border-color: rgba(13, 155, 95, 0.45);
    box-shadow: 0 20px 42px rgba(6, 58, 36, 0.16);
}

.tt-stat-card {
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(17, 99, 64, 0.13);
    border-radius: 14px;
    padding: 1rem 0.75rem;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.tt-stat-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 34px rgba(7, 44, 28, 0.13);
}

.tt-feature-panel {
    height: 100%;
    border-radius: 18px;
    border: 1px solid rgba(17, 99, 64, 0.16);
    background: rgba(255, 255, 255, 0.86);
    padding: 1.4rem;
    box-shadow: 0 14px 36px rgba(7, 44, 28, 0.09);
}

.tt-feature-panel-dark {
    color: #ecfff5;
    background: linear-gradient(145deg, #0b5e39, #108451);
    border-color: rgba(93, 234, 164, 0.35);
}

.tt-feature-panel-dark h3,
.tt-feature-panel-dark p {
    color: #ecfff5;
}

.tt-account-strip {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-bottom: 2.2rem;
}

.tt-account-grid {
    row-gap: 1rem;
}

.tt-account-strip .tt-account {
    height: 100%;
    min-height: 148px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
}

.tt-account-strip .tt-account img {
    margin-bottom: 0.2rem;
}

.tt-feature-list {
    margin: 0.8rem 0 0;
    padding-left: 1.1rem;
}

.tt-feature-list li {
    margin: 0.45rem 0;
}

.tt-plan-card {
    position: relative;
    height: 100%;
    border-radius: 18px;
    border: 1px solid rgba(17, 99, 64, 0.18);
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 14px 36px rgba(7, 44, 28, 0.1);
    padding: 1.35rem;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
}

.tt-plan-card:hover {
    transform: translateY(-6px);
    border-color: rgba(19, 166, 103, 0.45);
    box-shadow: 0 22px 42px rgba(6, 58, 36, 0.18);
}

.tt-plan-featured {
    border-color: rgba(19, 166, 103, 0.6);
    box-shadow: 0 20px 48px rgba(7, 44, 28, 0.2);
}

.tt-plan-badge {
    position: absolute;
    top: -12px;
    right: 12px;
    padding: 0.3rem 0.65rem;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #08371f;
    background: linear-gradient(135deg, #7af0b7, #35c97f);
}

.tt-plan-name {
    font-family: var(--font-family-heading);
    font-size: 1.35rem;
    margin-bottom: 0.55rem;
}

.tt-plan-price {
    font-size: 2rem;
    font-weight: 700;
    color: #0b5e39;
    margin-bottom: 1rem;
}

.tt-plan-price span {
    font-size: 0.9rem;
    font-weight: 500;
    margin-left: 0.2rem;
    color: #3d6954;
}

.tt-plan-features {
    list-style: none;
    padding: 0;
    margin: 0 0 1rem;
}

.tt-plan-features li {
    position: relative;
    padding-left: 1.2rem;
    margin: 0.5rem 0;
    font-size: 0.97rem;
}

.tt-plan-features li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.5rem;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #0f9d61;
}

.tt-plan-card .btn {
    margin-top: 0.55rem;
    font-weight: 700;
    box-shadow: 0 10px 24px rgba(15, 157, 97, 0.22);
}

.tt-testimonial-strip {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background:
        radial-gradient(900px 260px at 10% 0%, rgba(127, 241, 188, 0.26), transparent 60%),
        radial-gradient(800px 260px at 95% 20%, rgba(56, 190, 121, 0.24), transparent 60%),
        linear-gradient(135deg, #0b5b38 0%, #0f7a49 55%, #10935a 100%);
}

.tt-testimonial-strip .tt-section-heading h2,
.tt-testimonial-strip .tt-section-heading p {
    color: #ecfff5;
}

.tt-testimonial-card {
    flex: 0 0 360px;
    border: 1px solid rgba(236, 255, 245, 0.24);
    background: rgba(255, 255, 255, 0.15) !important;
    box-shadow: 0 14px 34px rgba(3, 25, 17, 0.25);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease, background 0.28s ease;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 16px;
    padding: 1.1rem;
    min-height: 240px;
}

.tt-testimonial-card:hover {
    transform: translateY(-7px) scale(1.01);
    border-color: rgba(127, 241, 188, 0.7);
    background: rgba(255, 255, 255, 0.22) !important;
    box-shadow: 0 24px 46px rgba(2, 22, 14, 0.35);
}

.tt-testimonial-item .tt-designation {
    font-size: 0.82rem;
}

.tt-testimonial-card h6 {
    margin: 0 0 0.2rem;
    color: #f4fff9;
}

.tt-testimonial-card span {
    display: inline-block;
    margin-bottom: 0.7rem;
    font-size: 0.82rem;
    color: rgba(236, 255, 245, 0.86);
}

.tt-testimonial-card p {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.5;
    color: rgba(236, 255, 245, 0.95);
}

.tt-testimonial-marquee {
    overflow: hidden;
    width: 100%;
    padding: 0.7rem 0 1.2rem;
}

.tt-testimonial-track {
    display: flex;
    gap: 1.1rem;
    width: max-content;
    animation: ttTestimonialSlide 30s linear infinite;
    padding: 0;
}

.tt-testimonial-marquee:hover .tt-testimonial-track {
    animation-play-state: paused;
}

@keyframes ttTestimonialSlide {
    0% { transform: translateX(0); }
    100% { transform: translateX(calc(-50% - 0.5rem)); }
}

.tt-hosting-carousel {
    overflow: hidden;
    width: 100%;
    padding: 0;
}

.tt-hosting-track {
    display: flex;
    gap: 1rem;
    width: max-content;
    animation: ttHostSlide 24s linear infinite;
}

.tt-hosting-carousel:hover .tt-hosting-track {
    animation-play-state: paused;
}

.tt-hosting-slide {
    flex: 0 0 calc((100vw - 3rem) / 4);
    max-width: none;
    min-width: 260px;
    aspect-ratio: 1 / 1;
    border-radius: 14px;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(17, 99, 64, 0.18);
    color: #1b2b24;
    text-decoration: none !important;
    box-shadow: 0 12px 28px rgba(7, 44, 28, 0.09);
    transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.tt-hosting-slide h5 {
    margin-bottom: 0.75rem;
}

.tt-hosting-icon {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.8rem;
    background: rgba(15, 157, 97, 0.12);
    border: 1px solid rgba(15, 157, 97, 0.3);
    color: #0b6b43;
}

.tt-hosting-icon i {
    font-size: 18px;
}

.tt-hosting-slide p {
    margin: 0;
    font-size: 0.94rem;
    line-height: 1.45;
}

.tt-hosting-slide:hover {
    background: linear-gradient(145deg, #0f9d61, #0a6f45);
    color: #ecfff5;
    transform: translateY(-4px);
    box-shadow: 0 18px 36px rgba(6, 58, 36, 0.2);
}

.tt-hosting-slide:hover h5,
.tt-hosting-slide:hover p {
    color: #ecfff5;
}

.tt-hosting-slide:hover .tt-hosting-icon {
    background: rgba(236, 255, 245, 0.2);
    border-color: rgba(236, 255, 245, 0.4);
    color: #ecfff5;
}

.tt-hosting-static-row .tt-hosting-slide {
    display: block;
    height: 100%;
    min-width: 0;
    max-width: none;
    flex: none;
}

@keyframes ttHostSlide {
    0% { transform: translateX(0); }
    100% { transform: translateX(calc(-50% - 0.5rem)); }
}

@media (max-width: 991px) {
    .tt-hosting-slide {
        flex-basis: 280px;
    }
    .tt-testimonial-card {
        flex-basis: 300px;
    }
}

.tt-reveal {
    opacity: 1;
    transform: none;
}

html.tt-animate .tt-reveal {
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 0.55s ease, transform 0.55s ease;
}

html.tt-animate .tt-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 767px) {
    .tt-header:not(.tt-double-header) {
        padding: 0.4rem 0 !important;
    }
    .tt-header .navbar > .container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        row-gap: 0;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
    .tt-header .navbar-brand:not(.tt-double-header .navbar-brand):not(#registration .navbar-brand) {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin: 0 !important;
        padding: 0 !important;
        line-height: 1;
        min-height: 0;
    }
    .tt-header .navbar-brand .logo-img {
        display: block;
        max-height: 36px;
        width: auto;
    }
    .tt-main-header.tt-toolbar-wrap {
        width: 100%;
        display: flex;
        justify-content: center;
        margin: 0 !important;
    }
    .tt-main-header.tt-toolbar-wrap .toolbar {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin: 0 !important;
        padding: 0 !important;
    }
    .tt-main-header.tt-toolbar-wrap .toolbar .nav-item,
    .tt-main-header.tt-toolbar-wrap .toolbar .tt-nav-item {
        display: flex;
        align-items: center;
        margin: 0 0.12rem !important;
        padding: 0 !important;
        line-height: 1;
    }
    .tt-toolbar-wrap .toolbar li a.cart-btn,
    .tt-toolbar-wrap .toolbar li button.btn,
    .tt-main-header.tt-toolbar-wrap .toolbar li > a,
    .tt-main-header.tt-toolbar-wrap .toolbar li > button {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        line-height: 1 !important;
    }
    .tt-hero-metrics {
        gap: 0.5rem;
    }
    .tt-account-strip {
        padding-bottom: 1.4rem;
    }
    .tt-account-strip .tt-account {
        min-height: 132px;
    }
    .offcanvas-collapse {
        position: absolute;
        top: calc(100% + 6px);
        left: 0;
        right: 0;
        bottom: auto;
        width: 100%;
        max-height: calc(100vh - 150px);
        background: #fff;
        overflow-y: auto;
        z-index: 3200;
        padding: 0.75rem 0.9rem 1rem;
        display: none;
        box-shadow: 0 24px 54px rgba(7, 44, 28, 0.18);
        border: 1px solid rgba(17, 99, 64, 0.14);
        border-radius: 0 0 18px 18px;
    }
    .offcanvas-collapse.open {
        display: block;
    }
    .tt-nav-mega .tt-mega-menu {
        position: static;
        transform: none;
        left: auto;
        width: 100%;
        min-width: 0;
        max-width: none;
        display: none;
        box-shadow: none;
        border: 0;
        border-top: 1px dashed rgba(17, 99, 64, 0.2);
        border-radius: 0;
        padding: 0.6rem 0 0.3rem;
        background: transparent;
    }
    .tt-nav-mega .tt-mega-item.show .tt-mega-menu {
        display: block;
    }
    .tt-nav-mega .tt-mega-col {
        margin-bottom: 0.55rem;
    }
    .tt-nav-mega .tt-mega-col .dropdown-item {
        padding-left: 0.2rem;
        padding-right: 0.2rem;
    }
    .tt-nav-mega .tt-mega-item > .dropdown-toggle::after {
        margin-left: 0.4rem;
        transition: transform 0.2s ease;
    }
    .tt-nav-mega .tt-mega-item.show > .dropdown-toggle::after {
        transform: rotate(180deg);
    }
    .tt-main-header #nav > .nav-item > .nav-link {
        font-size: 16px !important;
        padding: 0.75rem 0.2rem !important;
        border-radius: 0;
    }
    body {
        padding-bottom: 72px;
    }
}

@media (max-width: 1399px) and (min-width: 1200px) {
    .tt-main-header #nav > .nav-item > .nav-link {
        font-size: 13px !important;
        padding: 0.48rem 0.42rem !important;
    }
    .tt-nav-mega .tt-mega-menu {
        width: calc(100vw - 70px);
    }
}

/* Hard fallback: never let loader overlay block storefront rendering */
#fullpage-overlay {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.tt-cookie-consent {
    position: fixed;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    z-index: 9999;
    opacity: 0;
    transform: translateY(18px);
    pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.tt-cookie-consent.is-visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.tt-cookie-card {
    max-width: 980px;
    margin: 0 auto;
    border-radius: 14px;
    border: 1px solid rgba(123, 244, 185, 0.35);
    background: rgba(10, 46, 31, 0.88);
    box-shadow: 0 16px 40px rgba(4, 20, 14, 0.35);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    padding: 0.95rem;
    display: flex;
    gap: 0.8rem;
    justify-content: space-between;
    align-items: center;
}

.tt-mobile-bottom-nav {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 62px;
    background: rgba(10, 48, 31, 0.96);
    border-top: 1px solid rgba(127, 241, 188, 0.28);
    display: flex;
    align-items: center;
    justify-content: space-around;
    z-index: 1055;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

body.tt-offcanvas-open {
    overflow: hidden;
}

body.tt-offcanvas-open .tt-header {
    z-index: 3300;
}

.tt-mobile-menu-toggle {
    position: relative;
    z-index: 3400;
}

.tt-mbn-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: rgba(236, 255, 245, 0.92);
    text-decoration: none !important;
    font-size: 11px;
    min-width: 56px;
}

.tt-mbn-item i {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 3px;
}

.tt-mbn-item:hover,
.tt-mbn-item:focus {
    color: #7ff1bc;
}

.tt-cookie-copy strong {
    color: #f4fff9;
    display: block;
    margin-bottom: 0.15rem;
}

.tt-cookie-copy p {
    color: rgba(244, 255, 249, 0.9);
    margin: 0;
    font-size: 0.92rem;
}

.tt-cookie-actions {
    display: flex;
    gap: 0.45rem;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .tt-cookie-card {
        align-items: flex-start;
        flex-direction: column;
    }
}
