/* YOURTOURKEY HOME PAGE - V8 */

:root {
    --ytk-green: #024f4d;
    --ytk-green-2: #087a74;
    --ytk-mint: #00af87;
    --ytk-navy: #071f2d;
    --ytk-dark: #071018;
    --ytk-muted: rgba(7,31,45,0.62);
    --ytk-soft: #f4f8f7;

    --ytk-radius: 22px;
    --ytk-radius-sm: 12px;
    --ytk-btn-radius: 999px;
}

.ytk-home-page,
.ytk-home-page * {
    box-sizing: border-box;
}

.ytk-home-page {
    width: 100%;
    background: #ffffff;
    color: var(--ytk-navy);
    font-family: 'Poppins', Arial, sans-serif;
    overflow: hidden;
}

.ytk-home-container {
    width: calc(100% - 80px);
    max-width: 1600px;
    margin: 0 auto;
}

/* SHARED */

.ytk-home-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    color: var(--ytk-green);
    font-size: 14px;
    line-height: 1;
    font-weight: 750;
    letter-spacing: 1.25px;
    text-transform: uppercase;
}

.ytk-home-kicker > span {
    color: currentColor;
    font-size: 25px;
    line-height: 0;
    font-weight: 900;
    letter-spacing: -4px;
    transform: translateY(-1px);
}

.ytk-home-section {
    position: relative;
    padding: 82px 0;
}

.ytk-home-section-head {
    max-width: 1180px;
    margin-bottom: 38px;
}

.ytk-home-section-head h2,
.ytk-home-product-head h2,
.ytk-home-final-inner h2 {
    margin: 0;
    max-width: 1200px;
    color: var(--ytk-navy);
    font-size: clamp(33px, 2.9vw, 52px);
    line-height: 1.06;
    letter-spacing: -1.75px;
    font-weight: 730;
}

.ytk-home-section-head h2 span,
.ytk-home-product-head h2 span,
.ytk-home-testimonial-top h2 span {
    color: var(--ytk-green);
}

.ytk-home-final-inner h2 span {
    color: var(--ytk-mint);
}

.ytk-home-reveal {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.58s ease, transform 0.58s ease;
}

.ytk-home-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* HERO */

.ytk-home-hero {
    position: relative;
    min-height: 500px;
    padding: 48px 0;
    display: flex;
    align-items: center;
    background-image: var(--ytk-home-hero-image);
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    color: #ffffff;
}

.ytk-home-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--ytk-home-hero-image);
    background-size: cover;
    background-position: center center;
    transform: scale(1.02);
    z-index: 0;
}

.ytk-home-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(0,0,0,0.82) 0%, rgba(0,0,0,0.62) 48%, rgba(0,0,0,0.28) 100%);
    z-index: 1;
}

.ytk-home-hero-inner {
    position: relative;
    z-index: 2;
    min-height: auto;
    display: flex;
    align-items: center;
}

.ytk-home-hero-copy {
    width: 100%;
    max-width: 1240px;
    color: #ffffff;
}

.ytk-home-hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 17px;
    color: var(--ytk-mint);
    font-size: 14px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 1.25px;
    text-transform: uppercase;
}

.ytk-home-hero-kicker > span {
    color: currentColor;
    font-size: 25px;
    line-height: 0;
    font-weight: 900;
    letter-spacing: -4px;
    transform: translateY(-1px);
}

.ytk-home-hero h1 {
    max-width: 1240px;
    margin: 0;
    color: #ffffff;
    font-size: clamp(46px, 5vw, 82px);
    line-height: 0.99;
    letter-spacing: -3.4px;
    font-weight: 900;
}

.ytk-home-hero h1 span {
    color: var(--ytk-mint);
}

.ytk-home-hero-copy p {
    max-width: 780px;
    margin: 24px 0 0;
    color: rgba(255,255,255,0.84);
    font-size: clamp(17px, 1.25vw, 21px);
    line-height: 1.58;
    font-weight: 480;
    letter-spacing: -0.15px;
}

.ytk-home-hero-actions {
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.ytk-home-btn {
    min-height: 48px;
    padding: 0 20px;
    border-radius: var(--ytk-btn-radius);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 13.5px;
    font-weight: 800;
    transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.ytk-home-btn:hover {
    transform: translateY(-1px);
}

.ytk-home-btn-primary {
    background: var(--ytk-green);
    color: #ffffff;
    box-shadow: 0 16px 38px rgba(2,79,77,0.28);
}

.ytk-home-btn-primary:hover {
    background: var(--ytk-green-2);
    color: #ffffff;
}

.ytk-home-btn-soft {
    background: rgba(255,255,255,0.96);
    color: var(--ytk-navy);
    border: 1px solid rgba(255,255,255,0.18);
}

.ytk-home-btn-soft:hover {
    background: #ffffff;
    color: var(--ytk-green);
}

/* STYLE CARDS */

.ytk-home-styles {
    background:
        radial-gradient(circle at 100% 0%, rgba(2,79,77,0.08), transparent 30%),
        #ffffff;
}

.ytk-home-style-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.ytk-home-style-card {
    position: relative;
    min-height: 236px;
    border-radius: var(--ytk-radius);
    overflow: hidden;
    display: block;
    color: #ffffff;
    text-decoration: none;
    background: #071f2d;
    box-shadow: 0 15px 30px rgba(7,31,45,0.14);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.ytk-home-style-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 54px rgba(7,31,45,0.18);
}

.ytk-home-style-img {
    position: absolute;
    inset: 0;
    display: block;
    background-size: cover;
    background-position: center;
    transform: none;
    transition: none;
}

.ytk-home-style-card:hover .ytk-home-style-img {
    transform: none;
}

.ytk-home-style-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(7,31,45,0.02) 0%, rgba(7,31,45,0.14) 50%, rgba(7,31,45,0.50) 100%);
}

.ytk-home-style-label {
    position: absolute;
    left: 14px;
    top: 14px;
    z-index: 2;
    max-width: calc(100% - 28px);
    min-height: 38px;
    padding: 0 13px;
    border-radius: var(--ytk-radius-sm);
    background: rgba(7,31,45,0.92);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    box-shadow: 0 10px 20px rgba(7,31,45,0.18);
}

.ytk-home-style-rank,
.ytk-home-style-title {
    color: #ffffff;
    font-size: 16px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -0.3px;
}

.ytk-home-style-meta {
    position: absolute;
    left: 14px;
    bottom: 14px;
    z-index: 2;
    max-width: calc(100% - 28px);
    min-height: 44px;
    padding: 0 14px;
    border-radius: var(--ytk-radius-sm);
    background: rgba(255,255,255,0.96);
    color: var(--ytk-navy);
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 760;
    box-shadow: 0 12px 26px rgba(7,31,45,0.16);
}

/* TRUST */

.ytk-home-trust {
    background: var(--ytk-soft);
}

.ytk-home-trust-layout {
    display: grid;
    grid-template-columns: 430px minmax(0, 1fr);
    gap: 62px;
    align-items: center;
    min-width: 0;
}

.ytk-home-testimonials {
    width: 100%;
    min-width: 0;
    padding: 24px;
    border-radius: var(--ytk-radius);
    background: #ffffff;
    color: var(--ytk-navy);
    border: 1px solid rgba(7,31,45,0.08);
    box-shadow: 0 24px 70px rgba(7,31,45,0.12);
}

.ytk-home-testimonial-top {
    margin-bottom: 16px;
}

.ytk-home-testimonial-brandline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 13px;
}

.ytk-home-testimonial-brandline .ytk-home-kicker {
    margin-bottom: 0;
    white-space: nowrap;
}

.ytk-home-tripadvisor-brand {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    flex: 0 0 auto;
}

.ytk-home-tripadvisor-brand img {
    width: auto;
    height: 29px;
    max-width: 138px;
    display: block;
}

.ytk-home-testimonial-top h2 {
    max-width: 100%;
    margin: 0;
    color: var(--ytk-navy);
    font-size: 31px;
    line-height: 1.04;
    letter-spacing: -1px;
    font-weight: 730;
    overflow-wrap: anywhere;
}

.ytk-home-testimonial-slider {
    position: relative;
    width: 100%;
    min-width: 0;
    min-height: 300px;
}

.ytk-home-testimonial-card {
    display: none;
    width: 100%;
    min-width: 0;
    padding: 22px;
    border-radius: var(--ytk-radius);
    background: #f7faf9;
    border: 1px solid rgba(7,31,45,0.08);
}

.ytk-home-testimonial-card.is-active {
    display: block;
}

.ytk-home-review-head {
    display: flex;
    align-items: center;
    gap: 11px;
    min-width: 0;
    margin-bottom: 12px;
}

.ytk-home-review-head img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 2px solid var(--ytk-mint);
    object-fit: cover;
    display: block;
}

.ytk-home-review-head > div {
    min-width: 0;
}

.ytk-home-review-head strong {
    display: block;
    color: var(--ytk-navy);
    font-size: 14px;
    line-height: 1;
    font-weight: 740;
}

.ytk-home-review-head small {
    display: block;
    margin-top: 5px;
    color: rgba(7,31,45,0.54);
    font-size: 11px;
    line-height: 1;
    font-weight: 520;
}

.ytk-home-review-rating {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 12px;
}

.ytk-home-review-rating span {
    display: flex;
    gap: 4px;
}

.ytk-home-review-rating i {
    width: 13px;
    height: 13px;
    display: block;
    border-radius: 50%;
    background: var(--ytk-mint);
}

.ytk-home-review-rating img {
    height: 15px;
    width: auto;
    display: block;
}

.ytk-home-testimonial-card h3 {
    margin: 0 0 10px;
    color: var(--ytk-navy);
    font-size: 21px;
    line-height: 1.1;
    letter-spacing: -0.5px;
    font-weight: 720;
}

.ytk-home-testimonial-card p {
    margin: 0 0 18px;
    color: rgba(7,31,45,0.64);
    font-size: 14px;
    line-height: 1.62;
    font-weight: 450;
}

.ytk-home-testimonial-card a {
    color: var(--ytk-green);
    text-decoration: none;
    font-size: 13px;
    line-height: 1;
    font-weight: 720;
}

.ytk-home-testimonial-controls {
    margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.ytk-home-testimonial-controls button {
    width: 34px;
    height: 34px;
    border: 1px solid rgba(7,31,45,0.10);
    border-radius: var(--ytk-btn-radius);
    background: #ffffff;
    color: var(--ytk-green);
    cursor: pointer;
    font-size: 22px;
    line-height: 1;
    box-shadow: 0 8px 18px rgba(7,31,45,0.08);
}

.ytk-home-testimonial-controls button:hover {
    background: var(--ytk-green);
    color: #ffffff;
}

.ytk-home-testimonial-controls [data-ytk-testimonial-dots] {
    display: flex;
    align-items: center;
    gap: 6px;
}

.ytk-home-testimonial-dot {
    width: 34px;
    height: 34px;
    border: 1px solid rgba(7,31,45,0.10);
    padding: 0;
    border-radius: var(--ytk-btn-radius);
    background: #ffffff;
    cursor: pointer;
    box-shadow: 0 8px 18px rgba(7,31,45,0.08);
}

.ytk-home-testimonial-dot.is-active {
    width: 34px;
    background: var(--ytk-mint);
    border-color: var(--ytk-mint);
}

/* WHY CARDS */

.ytk-home-why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.ytk-home-why-card {
    position: relative;
    min-height: 238px;
    padding: 25px;
    border-radius: var(--ytk-radius);
    background: #ffffff;
    border: 1px solid rgba(7,31,45,0.08);
    box-shadow: 0 14px 40px rgba(7,31,45,0.055);
    overflow: hidden;
    text-align: center;
}

.ytk-home-why-card::before {
    content: "";
    position: absolute;
    width: 132px;
    height: 132px;
    left: 50%;
    top: 22px;
    border-radius: 50%;
    transform: translateX(-50%);
    opacity: 0.32;
}

.ytk-home-why-happy::before,
.ytk-home-why-fleet::before,
.ytk-home-why-payment::before {
    background: rgba(2,79,77,0.12);
}

.ytk-home-why-icon {
    position: relative;
    z-index: 1;
    width: 132px;
    height: 132px;
    margin: 0 auto 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ytk-home-why-icon img {
    width: 48px;
    height: 48px;
    object-fit: contain;
    display: block;
}

.ytk-home-why-card h3 {
    position: relative;
    z-index: 1;
    margin: 0;
    color: var(--ytk-navy);
    text-align: center;
    font-size: 19px;
    line-height: 1.14;
    letter-spacing: -0.35px;
    font-weight: 700;
}

.ytk-home-why-card p {
    position: relative;
    z-index: 1;
    margin: 12px 0 0;
    color: rgba(7,31,45,0.58);
    text-align: center;
    font-size: 13px;
    line-height: 1.55;
    font-weight: 450;
}

/* PORTS */

.ytk-home-ports {
    background: #ffffff;
}

.ytk-home-port-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 16px;
}

.ytk-home-port-card {
    position: relative;
    min-height: 305px;
    border-radius: var(--ytk-radius);
    overflow: hidden;
    display: block;
    text-decoration: none;
    background: var(--ytk-navy);
    box-shadow: 0 15px 30px rgba(7,31,45,0.13);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.ytk-home-port-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 54px rgba(7,31,45,0.18);
}

.ytk-home-port-img {
    position: absolute;
    inset: 0;
    display: block;
    background-size: cover;
    background-position: center;
    transform: none;
    transition: none;
}

.ytk-home-port-card:hover .ytk-home-port-img {
    transform: none;
}

.ytk-home-port-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(7,31,45,0.02) 0%,
        rgba(7,31,45,0.04) 48%,
        rgba(7,31,45,0.12) 100%
    );
}

.ytk-home-port-label {
    position: absolute;
    left: 14px;
    top: 14px;
    z-index: 2;
    min-height: 38px;
    padding: 0 14px;
    border-radius: var(--ytk-radius-sm);
    background: rgba(255,255,255,0.96);
    color: var(--ytk-navy);
    display: inline-flex;
    align-items: center;
    box-shadow: 0 10px 22px rgba(7,31,45,0.16);
}

.ytk-home-port-title {
    color: var(--ytk-navy);
    font-size: 16px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -0.25px;
}

/* PRODUCTS */

.ytk-home-soft {
    background: var(--ytk-soft);
}

.ytk-home-product-head {
    margin-bottom: 36px;
    display: flex;
    justify-content: space-between;
    gap: 32px;
    align-items: flex-end;
}

.ytk-home-product-head > div {
    max-width: 1120px;
}

.ytk-home-product-head > a {
    min-height: 46px;
    padding: 0 18px;
    border-radius: var(--ytk-btn-radius);
    background: var(--ytk-green);
    color: #ffffff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    font-size: 13px;
    font-weight: 720;
}

.ytk-home-product-head > a:hover {
    background: var(--ytk-green-2);
}

.ytk-home-products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.ytk-home-product-card {
    min-width: 0;
}

.ytk-home-product-link {
    height: 100%;
    min-height: 482px;
    border-radius: var(--ytk-radius);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid rgba(7,31,45,0.08);
    color: var(--ytk-navy);
    text-decoration: none;
    box-shadow: 0 14px 44px rgba(7,31,45,0.075);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.ytk-home-product-link:hover {
    transform: translateY(-5px);
    box-shadow: 0 26px 70px rgba(7,31,45,0.13);
}

.ytk-home-product-image {
    position: relative;
    display: block;
    height: 265px;
    overflow: hidden;
    background: #e7eeee;
}

.ytk-home-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: none;
}

.ytk-home-product-link:hover .ytk-home-product-image img {
    transform: none;
}

.ytk-home-product-badge {
    position: absolute;
    left: 15px;
    top: 15px;
    max-width: calc(100% - 30px);
    padding: 8px 12px;
    border-radius: var(--ytk-radius-sm);
    background: rgba(255,255,255,0.92);
    color: var(--ytk-navy);
    font-size: 11px;
    font-weight: 650;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ytk-home-product-body {
    flex: 1;
    padding: 23px;
    display: flex;
    flex-direction: column;
}

.ytk-home-product-title {
    color: var(--ytk-navy);
    font-size: 20px;
    line-height: 1.17;
    letter-spacing: -0.45px;
    font-weight: 670;
}

.ytk-home-product-excerpt {
    margin-top: 13px;
    color: rgba(7,31,45,0.58);
    font-size: 14px;
    line-height: 1.58;
    font-weight: 450;
}

.ytk-home-product-bottom {
    margin-top: auto;
    padding-top: 22px;
    display: flex;
    align-items: flex-end;
}

.ytk-home-product-price {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    color: var(--ytk-green);
    line-height: 1.2;
}

.ytk-home-product-price small {
    color: rgba(7,31,45,0.46);
    font-size: 11px;
    line-height: 1;
    font-weight: 650;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.ytk-home-product-price strong {
    color: var(--ytk-green);
    font-size: 18px;
    line-height: 1.15;
    font-weight: 680;
}

.ytk-home-product-price em {
    color: rgba(7,31,45,0.48);
    font-size: 12px;
    line-height: 1;
    font-style: normal;
    font-weight: 560;
}

.ytk-home-product-price del {
    color: rgba(7,31,45,0.32);
    font-weight: 500;
}

.ytk-home-product-price ins {
    text-decoration: none;
}

.ytk-home-empty {
    padding: 28px;
    border-radius: var(--ytk-radius);
    background: var(--ytk-soft);
    color: rgba(7,31,45,0.62);
    font-size: 15px;
    font-weight: 650;
}

/* ACADEMY */

.ytk-home-academy {
    background:
        radial-gradient(circle at 100% 0%, rgba(2,79,77,0.10), transparent 32%),
        #ffffff;
}

.ytk-home-academy-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 16px;
}

.ytk-home-academy-card a {
    min-height: 295px;
    border-radius: var(--ytk-radius);
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    color: #ffffff;
    text-decoration: none;
    background: var(--ytk-navy);
}

.ytk-home-academy-image {
    position: absolute;
    inset: 0;
}

.ytk-home-academy-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(7,31,45,0.10), rgba(7,31,45,0.92));
}

.ytk-home-academy-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity: 0.86;
    transition: none;
}

.ytk-home-academy-card a:hover .ytk-home-academy-image img {
    transform: none;
}

.ytk-home-academy-body {
    position: relative;
    z-index: 1;
    padding: 18px;
}

.ytk-home-academy-meta {
    display: block;
    margin-bottom: 10px;
    color: rgba(255,255,255,0.58);
    font-size: 11px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.ytk-home-academy-title {
    display: block;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.22;
    letter-spacing: -0.3px;
    font-weight: 700;
}

/* FINAL CTA */

.ytk-home-final-cta {
    padding: 0 0 96px;
    background: #ffffff;
}

.ytk-home-final-inner {
    padding: 48px 54px;
    border-radius: var(--ytk-radius);
    background:
        radial-gradient(circle at 100% 0%, rgba(0,175,135,0.22), transparent 34%),
        linear-gradient(135deg, var(--ytk-green), var(--ytk-navy));
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    gap: 50px;
    align-items: center;
}

.ytk-home-final-inner .ytk-home-kicker,
.ytk-home-final-inner h2,
.ytk-home-final-inner p {
    color: #ffffff;
}

.ytk-home-final-inner .ytk-home-kicker > span {
    color: currentColor;
}

.ytk-home-final-inner p {
    max-width: 820px;
    margin: 17px 0 0;
    color: rgba(255,255,255,0.76);
    font-size: 16px;
    line-height: 1.65;
    font-weight: 450;
}

.ytk-home-final-inner a {
    min-height: 56px;
    padding: 0 24px;
    border-radius: var(--ytk-btn-radius);
    background: #ffffff;
    color: var(--ytk-navy);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    font-size: 14px;
    font-weight: 730;
}

.ytk-home-final-inner a:hover {
    background: var(--ytk-mint);
    color: #ffffff;
}

/* RESPONSIVE */

@media (max-width: 1280px) {
    .ytk-home-style-grid,
    .ytk-home-products-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ytk-home-port-grid,
    .ytk-home-academy-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .ytk-home-trust-layout {
        grid-template-columns: minmax(0, 1fr);
    }

    .ytk-home-testimonials {
        width: 100%;
        max-width: 560px;
    }
}

@media (max-width: 980px) {
    .ytk-home-container {
        width: calc(100% - 36px);
    }

    .ytk-home-section {
        padding: 70px 0;
    }

    .ytk-home-hero {
        min-height: auto;
        padding: 54px 0 58px;
    }

    .ytk-home-hero-inner {
        min-height: auto;
        padding: 0;
    }

    .ytk-home-section-head h2,
    .ytk-home-product-head h2,
    .ytk-home-final-inner h2 {
        font-size: 32px;
        letter-spacing: -1.15px;
    }

    .ytk-home-hero h1 {
        font-size: 44px;
        line-height: 1.02;
        letter-spacing: -2px;
    }

    .ytk-home-hero-copy p {
        font-size: 15.5px;
        line-height: 1.56;
        font-weight: 480;
    }

    .ytk-home-product-head,
    .ytk-home-final-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .ytk-home-product-head > a,
    .ytk-home-final-inner a {
        width: 100%;
    }

    .ytk-home-why-grid {
        grid-template-columns: 1fr;
    }

    .ytk-home-style-card {
        min-height: 260px;
    }

    .ytk-home-trust {
        display: none;
    }

    .ytk-home-trust-layout {
        gap: 32px;
    }

    .ytk-home-why {
        display: none;
    }

    .ytk-home-testimonials {
        max-width: 100%;
    }

    .ytk-home-testimonial-brandline {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    .ytk-home-testimonial-brandline .ytk-home-kicker {
        white-space: normal;
    }

    .ytk-home-tripadvisor-brand {
        justify-content: flex-start;
    }

    .ytk-home-testimonial-slider {
        min-height: auto;
    }
}

@media (max-width: 680px) {
    .ytk-home-container {
        width: calc(100% - 28px);
    }

    .ytk-home-section {
        padding: 30px 0;
        background: #ffffff;
    }

    .ytk-home-styles,
    .ytk-home-trust,
    .ytk-home-ports,
    .ytk-home-product-section,
    .ytk-home-soft,
    .ytk-home-academy,
    .ytk-home-final-cta {
        background: #ffffff;
    }

    .ytk-home-ports,
    .ytk-home-product-section,
    .ytk-home-academy {
        padding: 22px 0;
    }

    .ytk-home-final-cta {
        padding: 22px 0 68px;
    }

    .ytk-home-section-head {
        margin-bottom: 18px;
    }

    .ytk-home-product-head {
        margin-bottom: 18px;
    }

    .ytk-home-kicker {
        font-size: 13px;
        font-weight: 750;
        letter-spacing: 1.05px;
    }

    .ytk-home-kicker > span {
        font-size: 22px;
    }

    .ytk-home-section-head h2,
    .ytk-home-product-head h2,
    .ytk-home-final-inner h2 {
        font-size: 24px;
        line-height: 1.08;
        letter-spacing: -1px;
    }

    .ytk-home-hero,
    .ytk-home-hero::before {
        background-position: 62% center;
    }

    .ytk-home-hero {
        padding: 44px 0 46px;
    }

    .ytk-home-hero-overlay {
        position: absolute;
        inset: 0;
        background:
        linear-gradient(90deg, rgba(0,0,0,0.82) 0%, rgba(0,0,0,0.62) 48%, rgba(0,0,0,0.28) 100%);
        z-index: 1;
    }

    .ytk-home-hero-kicker {
        font-size: 13px;
        letter-spacing: 1.05px;
    }

    .ytk-home-hero-kicker > span {
        font-size: 22px;
    }

    .ytk-home-hero h1 {
        font-size: 36px;
        letter-spacing: -1.55px;
        line-height: 1.03;
    }

    .ytk-home-hero-copy p {
        font-size: 15px;
        line-height: 1.52;
        font-weight: 480;
    }

    .ytk-home-hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .ytk-home-btn {
        width: 100%;
    }

    .ytk-home-style-grid,
    .ytk-home-why-grid,
    .ytk-home-products-grid,
    .ytk-home-port-grid,
    .ytk-home-academy-grid {
        display: flex;
        gap: 16px;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: none;
        scroll-behavior: auto;
        overscroll-behavior-x: auto;
        -webkit-overflow-scrolling: touch;
        touch-action: auto;
        padding-bottom: 12px;
        padding-right: 18px;
        margin-right: calc((100vw - 100%) / -2);
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .ytk-home-style-grid::-webkit-scrollbar,
    .ytk-home-why-grid::-webkit-scrollbar,
    .ytk-home-products-grid::-webkit-scrollbar,
    .ytk-home-port-grid::-webkit-scrollbar,
    .ytk-home-academy-grid::-webkit-scrollbar {
        display: none;
    }

    .ytk-home-style-grid > *,
    .ytk-home-why-grid > *,
    .ytk-home-products-grid > *,
    .ytk-home-port-grid > *,
    .ytk-home-academy-grid > * {
        flex: 0 0 78%;
        max-width: 78%;
        scroll-snap-align: none;
        scroll-snap-stop: normal;
    }

    .ytk-home-style-card,
    .ytk-home-why-card,
    .ytk-home-port-card,
    .ytk-home-product-link,
    .ytk-home-academy-card a {
        box-shadow: none;
    }

    .ytk-home-style-card:hover,
    .ytk-home-port-card:hover,
    .ytk-home-product-link:hover,
    .ytk-home-academy-card a:hover {
        transform: none;
        box-shadow: none;
    }

    .ytk-home-style-card:hover .ytk-home-style-img,
    .ytk-home-port-card:hover .ytk-home-port-img,
    .ytk-home-product-link:hover .ytk-home-product-image img,
    .ytk-home-academy-card a:hover .ytk-home-academy-image img {
        transform: none;
    }

    .ytk-home-style-card {
        min-height: 230px;
    }

    .ytk-home-style-label {
        left: 12px;
        top: 12px;
        min-height: 36px;
        padding: 0 11px;
    }

    .ytk-home-style-rank,
    .ytk-home-style-title {
        font-size: 14px;
    }

    .ytk-home-style-meta {
        left: 12px;
        bottom: 12px;
        min-height: 40px;
        font-size: 13px;
    }

    .ytk-home-port-card {
        min-height: 220px;
    }

    .ytk-home-product-link {
        min-height: auto;
    }

    .ytk-home-product-image {
        height: 245px;
    }

    .ytk-home-academy-card a {
        min-height: 260px;
    }

    .ytk-home-trust-layout {
        width: 100%;
        gap: 0;
    }


    .ytk-home-testimonials {
        padding: 20px;
        border-radius: 22px;
    }

    .ytk-home-testimonial-brandline {
        gap: 10px;
    }

    .ytk-home-tripadvisor-brand {
        width: 100%;
    }

    .ytk-home-tripadvisor-brand img {
        height: 26px;
        max-width: 126px;
    }

    .ytk-home-testimonial-top h2 {
        font-size: 28px;
        line-height: 1.08;
        letter-spacing: -0.9px;
    }

    .ytk-home-testimonial-card {
        padding: 18px;
        border-radius: 20px;
    }

    .ytk-home-testimonial-card h3 {
        font-size: 20px;
        line-height: 1.14;
        letter-spacing: -0.45px;
    }

    .ytk-home-testimonial-card p {
        font-size: 13.5px;
        line-height: 1.6;
    }

    .ytk-home-testimonial-controls {
        max-width: 100%;
        gap: 8px;
        overflow: hidden;
    }

    .ytk-home-testimonial-controls button,
    .ytk-home-testimonial-dot,
    .ytk-home-testimonial-dot.is-active {
        width: 32px;
        height: 32px;
        min-width: 32px;
        flex: 0 0 32px;
    }

    .ytk-home-testimonial-controls [data-ytk-testimonial-dots] {
        min-width: 0;
        gap: 6px;
    }

    .ytk-home-final-inner {
        padding: 30px 22px;
    }
}