@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@500;600;700;800;900&family=Hanken+Grotesk:wght@400;500;600;700;800&display=swap');

.k5-landing {
    --k5-navy: #0A1730;
    --k5-footer: #06101F;
    --k5-ink: #0E1E3A;
    --k5-muted: #6B7793;
    --k5-blue: #1F63E8;
    --k5-blue-pressed: #1850C6;
    --k5-border: #E7EAF0;
    --k5-band: #F7F8FA;
    background: #fff;
    color: var(--k5-ink);
    font-family: 'Hanken Grotesk', system-ui, sans-serif;
    overflow-x: hidden;
}

.k5-landing *, .k5-landing *::before, .k5-landing *::after { box-sizing: border-box; }
.k5-landing a { text-decoration: none; }
.k5-landing h1, .k5-landing h2, .k5-landing h3, .k5-landing h4, .k5-landing h5, .k5-landing h6 { font-family: 'Archivo', system-ui, sans-serif; font-weight: 800 !important; margin: 0; }
.k5-landing p { margin: 0; }
.k5-landing section { padding: 58px 40px !important; }
.k5-shell { max-width: 1280px; margin: 0 auto; }
.k5-shell-narrow { max-width: 1180px; margin: 0 auto; }
.k5-topbar { background: var(--k5-navy); border-bottom: 1px solid rgba(255,255,255,.07); }
.k5-topbar-inner { height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 32px; padding: 0 40px; }
.k5-brand { display: flex; align-items: center; gap: 12px; color: #fff; }
.k5-logo-tile { width: 46px; height: 46px; border-radius: 12px; background: var(--k5-blue); display: flex; align-items: center; justify-content: center; color: var(--k5-navy); font-family: 'Archivo'; font-weight: 900; font-size: 22px; overflow: hidden; }
.k5-logo-tile-real { background: #fff; border: 1px solid rgba(255,255,255,.16); padding: 4px; }
.k5-logo-tile img { width: 100%; height: 100%; object-fit: contain; }
.k5-brand-name { display: block; color: #fff; font-size: 17px; letter-spacing: 0; line-height: 1.05; }
.k5-brand-type { display: block; color: #7E8BA6; font-size: 11px; font-weight: 600; letter-spacing: .04em; line-height: 1.05; text-transform: uppercase; }
.k5-nav { display: flex; align-items: center; gap: 26px; }
.k5-nav a { color: #C3CCDC; font-size: 15px; font-weight: 600; }
.k5-nav a:hover { color: #fff; }
.k5-phone-pill, .k5-dark-pill { display: inline-flex; align-items: center; gap: 9px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14); color: #fff; padding: 11px 18px; border-radius: 11px; font-weight: 700; font-size: 15px; white-space: nowrap; }
.k5-mobile-toggle { display: none; background: rgba(255,255,255,.08); color: #fff; border: 1px solid rgba(255,255,255,.14); border-radius: 10px; width: 44px; height: 42px; }
.k5-mobile-menu { display: none; background: var(--k5-navy); border-top: 1px solid rgba(255,255,255,.08); padding: 12px 40px 24px; }
.k5-mobile-menu a { display: block; color: #C3CCDC; padding: 10px 0; font-weight: 700; }

.k5-hero { position: relative; background: var(--k5-navy); padding: 56px 40px 72px !important; overflow: hidden; }
.k5-hero-bg { position: absolute; inset: 0; background-color: #13233f; background-size: cover; background-position: center; }
.k5-hero-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(100deg, rgba(10,23,48,.78) 0%, rgba(10,23,48,.52) 54%, rgba(10,23,48,.18) 100%); }
.k5-hero-grid { position: relative; display: grid; grid-template-columns: 1fr 1.05fr; gap: 56px; align-items: center; }
.k5-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(31,99,232,.14); border: 1px solid rgba(31,99,232,.35); color: #8FB4F5; padding: 7px 14px; border-radius: 999px; font-weight: 700; font-size: 13px; letter-spacing: .02em; margin-bottom: 22px; }
.k5-hero h1 { color: #fff; font-size: 58px; line-height: 1.03; letter-spacing: 0; margin-bottom: 20px; }
.k5-blue-text { color: var(--k5-blue); }
.k5-lead { color: #B7C2D6; font-size: 20px; line-height: 1.5; max-width: 460px; margin-bottom: 30px; }
.k5-stats { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; margin-bottom: 30px; }
.k5-stats > div:not(.k5-stat-divider) { display: flex; align-items: center; gap: 10px; }
.k5-stars { color: #43D17F; letter-spacing: 1px; }
.k5-stat-value { color: #fff; font-weight: 800; font-size: 15px; line-height: 1.1; }
.k5-stat-label { color: #8493AE; font-size: 12px; line-height: 1.1; }
.k5-stat-divider { width: 1px; height: 34px; background: rgba(255,255,255,.12); }
.k5-trust { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.k5-trust span { color: #9DA9C0; font-size: 13px; font-weight: 600; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); padding: 9px 14px; border-radius: 10px; }
.k5-hero-actions { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; margin-top: 26px; }
.k5-hero-register-button { display: inline-flex; flex-direction: column; align-items: flex-start; gap: 3px; min-width: 300px; min-height: 66px; padding: 14px 22px; border-radius: 15px; background: linear-gradient(135deg, #2F7CFF 0%, #1F63E8 56%, #1547B4 100%); color: #fff; border: 1px solid rgba(255,255,255,.22); box-shadow: 0 18px 40px -18px rgba(31,99,232,.9), inset 0 1px 0 rgba(255,255,255,.24); transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.k5-hero-register-button:hover { color: #fff; transform: translateY(-1px); box-shadow: 0 24px 48px -20px rgba(31,99,232,1), inset 0 1px 0 rgba(255,255,255,.24); }
.k5-hero-register-button span { color: #CFE0FF; font-size: 12px; font-weight: 800; letter-spacing: .05em; line-height: 1; text-transform: uppercase; }
.k5-hero-register-button strong { color: #fff; font-family: 'Archivo', system-ui, sans-serif; font-size: 18px; font-weight: 800; line-height: 1.15; }

.k5-finder { background: #fff; border-radius: 22px; box-shadow: 0 32px 70px -20px rgba(0,0,0,.55); overflow: hidden; }
.k5-finder-head { padding: 24px 26px 18px; border-bottom: 1px solid #EDEFF3; }
.k5-finder-title { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 16px; }
.k5-finder-title h2 { font-size: 21px; color: var(--k5-ink); }
.k5-finder-title p { font-size: 13px; color: var(--k5-muted); font-weight: 500; }
.k5-open-badge { background: #F0FDF4; color: #15803D; border: 1px solid #BBF7D0; font-weight: 700; font-size: 12px; padding: 6px 11px; border-radius: 8px; white-space: nowrap; }
.k5-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.k5-chip { font-family: 'Hanken Grotesk'; font-weight: 700; font-size: 13px; padding: 8px 14px; border-radius: 999px; cursor: pointer; border: 1px solid #DEE2EA; background: #fff; color: #4A5571; }
.k5-chip.is-active { background: var(--k5-ink); border-color: var(--k5-ink); color: #fff; }
.k5-chip-link { display: inline-flex; align-items: center; color: #4A5571; }
.k5-chip-link:hover { border-color: var(--k5-blue); color: var(--k5-blue); }
.k5-finder-list { padding: 14px 16px; max-height: 330px; overflow-y: auto; display: flex; flex-direction: column; gap: 10px; background: var(--k5-band); }
.k5-finder-foot { padding: 14px 20px; display: flex; align-items: center; justify-content: space-between; gap: 16px; border-top: 1px solid #EDEFF3; }
.k5-finder-foot a { color: var(--k5-ink); font-weight: 700; font-size: 14px; }
.k5-lock-note { color: #8B95AB; font-size: 12.5px; font-weight: 500; }

.k5-row-card, .k5-hold-card { background: #fff; border: 1px solid var(--k5-border); transition: border-color .2s ease, box-shadow .2s ease; }
.k5-row-card:hover, .k5-hold-card:hover { border-color: var(--k5-blue); box-shadow: 0 16px 34px -20px rgba(31,99,232,.4); }
.k5-row-card { border-radius: 14px; padding: 15px 16px; display: flex; align-items: center; gap: 16px; }
.k5-row-main { flex: 1; min-width: 0; }
.k5-row-top, .k5-card-top { display: flex; align-items: center; gap: 8px; margin-bottom: 5px; }
.k5-row-title { font-family: 'Archivo'; font-weight: 800; font-size: 15.5px; color: var(--k5-ink); }
.k5-row-meta { display: flex; flex-wrap: wrap; gap: 14px; font-size: 12.5px; color: var(--k5-muted); font-weight: 600; }
.k5-row-price { text-align: right; flex-shrink: 0; }
.k5-price-small { font-family: 'Archivo'; font-weight: 800; font-size: 16px; color: var(--k5-ink); }
.k5-row-button, .k5-blue-button { display: inline-flex; align-items: center; justify-content: center; background: var(--k5-blue); color: #fff; border: none; font-family: 'Hanken Grotesk'; font-weight: 700; font-size: 13px; padding: 9px 14px; border-radius: 9px; white-space: nowrap; line-height: 1.15; }
.k5-row-button:hover, .k5-blue-button:hover { background: var(--k5-blue-pressed); color: #fff; }
.k5-tag { font-weight: 700; font-size: 10.5px; padding: 3px 8px; border-radius: 6px; letter-spacing: .02em; text-transform: uppercase; }
.k5-tag-low { background: #FEF3C7; color: #B45309; }
.k5-tag-blue { background: #EFF6FF; color: #1D4ED8; }
.k5-seat-low { color: #C2410C; font-weight: 700; }
.k5-seat-ok { color: #15803D; font-weight: 700; }

.k5-banner-gallery { background: #fff; padding-top: 28px !important; padding-bottom: 28px !important; }
.k5-banner-gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.k5-banner-gallery-item { overflow: hidden; border-radius: 12px; background: #E9EDF3; aspect-ratio: 267 / 150; }
.k5-banner-gallery-item img { display: block; width: 100%; height: 100%; object-fit: cover; }
.k5-banner-gallery-wide .k5-banner-gallery-grid { grid-template-columns: repeat(2, 1fr); }
.k5-banner-gallery-wide .k5-banner-gallery-item { aspect-ratio: 525 / 150; }

.k5-hold-section { background: #E8ECF6; }
.k5-section-head { display: flex; align-items: end; justify-content: space-between; margin-bottom: 28px; flex-wrap: wrap; gap: 14px; }
.k5-eyebrow { font-family: 'Archivo'; font-weight: 800; letter-spacing: .08em; font-size: 13px; color: var(--k5-blue); text-transform: uppercase; margin-bottom: 8px; }
.k5-section-head h2, .k5-centered-head h2 { font-size: 38px; line-height: 1.1; color: var(--k5-ink); }
.k5-section-link { color: var(--k5-ink); font-weight: 700; font-size: 15px; border-bottom: 2px solid var(--k5-blue); padding-bottom: 2px; }
.k5-link-button { appearance: none; background: transparent; border-top: 0; border-right: 0; border-left: 0; cursor: pointer; font-family: 'Hanken Grotesk', system-ui, sans-serif; }
.k5-hold-filters { display: flex; flex-wrap: wrap; gap: 8px; margin: -8px 0 22px; }
.k5-hold-grid, .k5-package-grid, .k5-benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.k5-hold-card { border-radius: 16px; padding: 22px; display: flex; flex-direction: column; gap: 12px; }
.k5-card-top { justify-content: space-between; margin-bottom: 0; }
.k5-card-title { font-family: 'Archivo'; font-weight: 800; font-size: 18px; color: var(--k5-ink); }
.k5-card-meta { display: flex; flex-direction: column; gap: 6px; font-size: 13.5px; color: var(--k5-muted); font-weight: 600; }
.k5-card-foot { border-top: 1px solid #EFEEEB; padding-top: 12px; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.k5-card-price { font-family: 'Archivo'; font-weight: 800; font-size: 20px; color: var(--k5-ink); }
.k5-dark-button { display: inline-block; background: var(--k5-navy); color: #fff; font-family: 'Hanken Grotesk'; font-weight: 700; font-size: 14px; padding: 10px 16px; border-radius: 10px; white-space: nowrap; }
.k5-dark-button:hover { background: var(--k5-blue); color: #fff; }
.k5-empty { border: 1px solid var(--k5-border); background: #FBFCFE; border-radius: 16px; padding: 26px; color: var(--k5-muted); font-weight: 600; }

.k5-price-band, .k5-gray-band { background: var(--k5-band); border-top: 1px solid var(--k5-border); }
.k5-price-card { background: var(--k5-navy); border-radius: 24px; padding: 46px 50px; display: flex; align-items: center; justify-content: space-between; gap: 40px; flex-wrap: wrap; }
.k5-price-card h2 { color: #fff; font-size: 32px; margin-bottom: 10px; }
.k5-price-card p { color: #B7C2D6; font-size: 17px; max-width: 500px; }
.k5-price-card strong { color: #fff; }
.k5-centered-head { text-align: center; max-width: 740px; margin: 0 auto 42px; }
.k5-centered-head p:last-child { color: var(--k5-muted); font-size: 18px; line-height: 1.5; margin-top: 14px; }
.k5-package-card, .k5-benefit-card, .k5-feature-card, .k5-testimonial { border: 1px solid var(--k5-border); border-radius: 18px; background: #fff; }
.k5-package-card { padding: 28px 26px; display: flex; flex-direction: column; gap: 18px; }
.k5-package-pill { background: #EFF6FF; color: #1D4ED8; border: 1px solid #DBE8FE; font-family: 'Archivo'; font-weight: 800; font-size: 11px; letter-spacing: .06em; padding: 5px 11px; border-radius: 999px; width: fit-content; text-transform: uppercase; }
.k5-check-list { display: flex; flex-direction: column; gap: 13px; }
.k5-check-list div, .k5-option-grid div { display: flex; align-items: flex-start; gap: 11px; color: #3D4A66; font-size: 15px; font-weight: 500; line-height: 1.4; }
.k5-check { color: #15803D; font-weight: 900; flex-shrink: 0; }
.k5-options { background: var(--k5-band); border: 1px solid var(--k5-border); border-radius: 20px; padding: 34px 38px; margin-top: 18px; }
.k5-options h3 { font-size: 24px; margin-bottom: 8px; }
.k5-options p { color: var(--k5-muted); font-size: 16px; line-height: 1.5; margin-bottom: 24px; max-width: 640px; }
.k5-option-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 44px; }
.k5-circle-check { color: var(--k5-blue); font-weight: 900; }
.k5-center-action { text-align: center; margin-top: 32px; }
.k5-benefit-card { padding: 34px 30px; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 16px; }
.k5-icon-tile { width: 62px; height: 62px; border-radius: 16px; background: var(--k5-blue); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 28px; }
.k5-benefit-card h3, .k5-feature-card h3 { font-size: 20px; }
.k5-benefit-card p { color: var(--k5-muted); font-size: 15.5px; line-height: 1.55; }
.k5-photo-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 40px; }
.k5-photo-slot { border-radius: 16px; overflow: hidden; aspect-ratio: 3/4; border: 1px solid var(--k5-border); background-color: #E9EDF3; background-image: repeating-linear-gradient(45deg, rgba(10,23,48,.05) 0 12px, rgba(10,23,48,0) 12px 24px); }
.k5-photo-slot img { width: 100%; height: 100%; object-fit: cover; }
.k5-digital-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.k5-feature-card, .k5-testimonial { padding: 30px 32px; }
.k5-feature-card .k5-icon-tile, .k5-testimonial .k5-icon-tile { width: 56px; height: 56px; border-radius: 15px; margin-bottom: 18px; }
.k5-testimonial { background: #EFF6FF; border-color: #DBE8FE; display: flex; flex-direction: column; }
.k5-testimonial p { font-style: italic; font-size: 18px; line-height: 1.55; color: #1E2E4D; font-weight: 500; margin-bottom: 18px; }
.k5-testimonial strong { margin-top: auto; font-family: 'Archivo'; font-size: 15px; color: var(--k5-ink); }
.k5-video { margin-top: 18px; border-radius: 18px; overflow: hidden; aspect-ratio: 16/9; background-color: var(--k5-navy); position: relative; display: flex; align-items: center; justify-content: center; }
.k5-video-player { width: 100%; height: 100%; object-fit: cover; display: block; background: var(--k5-navy); }
.k5-video-overlay { position: absolute; inset: 0; border: 0; background: rgba(10,23,48,.28); display: flex; align-items: center; justify-content: center; cursor: pointer; transition: opacity .2s ease, background .2s ease; }
.k5-video-overlay:hover { background: rgba(10,23,48,.38); }
.k5-video-overlay.is-hidden { opacity: 0; pointer-events: none; }
.k5-play { width: 84px; height: 84px; border-radius: 999px; background: rgba(255,255,255,.95); color: var(--k5-blue); display: flex; align-items: center; justify-content: center; font-size: 34px; box-shadow: 0 12px 36px -8px rgba(0,0,0,.5); padding-left: 4px; }
.k5-faq { max-width: 760px; margin: 0 auto; }
.k5-faq h2 { text-align: center; font-size: 34px; margin-bottom: 30px; color: var(--k5-ink); }
.k5-faq-list { display: flex; flex-direction: column; gap: 12px; }
.k5-faq-item { border: 1px solid var(--k5-border); border-radius: 14px; overflow: hidden; background: #FBFCFE; }
.k5-faq-question { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px; text-align: left; background: none; border: none; padding: 18px 22px; cursor: pointer; font-weight: 700; font-size: 16.5px; color: var(--k5-ink); }
.k5-faq-plus { color: var(--k5-blue); font-size: 24px; transition: transform .2s ease; }
.k5-faq-item.is-open .k5-faq-plus { transform: rotate(45deg); }
.k5-faq-answer { padding: 0 22px 20px; color: #5B6884; font-size: 15px; line-height: 1.6; }
.k5-faq-item:not(.is-open) .k5-faq-answer { display: none; }
.k5-contact { background: var(--k5-navy); }
.k5-contact-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap; }
.k5-contact h2 { color: #fff; font-size: 30px; margin-bottom: 8px; }
.k5-contact p { color: #B7C2D6; font-size: 17px; }
.k5-contact-actions { display: flex; gap: 13px; flex-wrap: wrap; }
.k5-contact-actions .k5-blue-button,
.k5-contact-actions .k5-dark-pill {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
.k5-footer { background: var(--k5-footer); border-top: 1px solid rgba(255,255,255,.07); padding: 52px 40px 34px; }
.k5-footer-top { display: grid; grid-template-columns: 1.25fr 1.25fr .9fr .9fr; gap: 34px; padding-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,.08); }
.k5-footer p { color: #8493AE; font-size: 14.5px; line-height: 1.55; max-width: 320px; }
.k5-gondrive-brand { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; color: #fff; font-family: 'Archivo'; font-weight: 800; font-size: 16px; }
.k5-gondrive-brand img { width: 38px; height: 38px; object-fit: contain; }
.k5-footer-school-contact { display: flex; flex-direction: column; gap: 8px; margin-top: 16px; }
.k5-footer-school-contact a, .k5-footer-school-contact span { color: #B7C2D6; font-size: 13.5px; font-weight: 600; overflow-wrap: anywhere; }
.k5-footer-heading { font-family: 'Archivo'; font-weight: 800; color: #fff; font-size: 14px; margin-bottom: 16px; }
.k5-footer-links { display: flex; flex-direction: column; gap: 11px; }
.k5-footer-links a { color: #B7C2D6; font-size: 14.5px; font-weight: 500; }
.k5-footer-mid { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; padding: 26px 0; }
.k5-contact-items { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.k5-contact-items a, .k5-contact-items span { color: #B7C2D6; font-size: 14.5px; font-weight: 600; overflow-wrap: anywhere; }
.k5-legal { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.k5-legal a { color: #8493AE; font-size: 13.5px; font-weight: 500; }
.k5-copy { text-align: center; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.06); color: #5C6884; font-size: 13px; }
.k5-hidden { display: none !important; }

@media (max-width: 980px) {
    .k5-topbar-inner { padding: 0 22px; }
    .k5-brand { min-width: 0; }
    .k5-brand-name { max-width: 210px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
    .k5-nav, .k5-topbar .k5-phone-pill { display: none; }
    .k5-mobile-toggle { display: block; }
    .k5-mobile-menu.is-open { display: block; }
    .k5-hero-grid, .k5-hold-grid, .k5-package-grid, .k5-benefit-grid, .k5-digital-grid, .k5-footer-top { grid-template-columns: 1fr; }
    .k5-hero-grid { gap: 34px; }
    .k5-hero h1 { font-size: 44px; }
    .k5-banner-gallery-grid { grid-template-columns: 1fr; }
    .k5-banner-gallery-wide .k5-banner-gallery-grid { grid-template-columns: 1fr; }
    .k5-banner-gallery-item:not(:first-child) { display: none; }
    .k5-banner-gallery-four .k5-banner-gallery-grid { grid-template-columns: repeat(2, 1fr); }
    .k5-banner-gallery-four .k5-banner-gallery-item { display: block; }
    .k5-banner-gallery-four .k5-banner-gallery-item:nth-child(n+3) { display: none; }
    .k5-photo-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
    .k5-landing section, .k5-hero { padding: 44px 20px !important; }
    .k5-topbar-inner { height: 70px; }
    .k5-mobile-menu { padding-left: 22px; padding-right: 22px; }
    .k5-brand-name { max-width: 190px; }
    .k5-logo-tile { width: 40px; height: 40px; border-radius: 10px; }
    .k5-badge { max-width: 100%; white-space: normal; }
    .k5-hero h1 { font-size: 34px; }
    .k5-lead { font-size: 18px; }
    .k5-stats { align-items: flex-start; gap: 14px 18px; }
    .k5-stat-divider { display: none; }
    .k5-trust { gap: 10px; }
    .k5-trust span { width: 100%; justify-content: center; text-align: center; }
    .k5-hero-actions, .k5-hero-register-button { width: 100%; min-width: 0; }
    .k5-finder { border-radius: 18px; }
    .k5-finder-head { padding: 20px; }
    .k5-finder-title { align-items: flex-start; flex-direction: column; }
    .k5-open-badge { white-space: normal; }
    .k5-chips, .k5-hold-filters { gap: 7px; }
    .k5-chip { padding: 8px 12px; }
    .k5-section-head h2, .k5-centered-head h2 { font-size: 30px; }
    .k5-section-head { align-items: flex-start; flex-direction: column; }
    .k5-banner-gallery-four .k5-banner-gallery-grid { grid-template-columns: 1fr; }
    .k5-banner-gallery-four .k5-banner-gallery-item:not(:first-child) { display: none; }
    .k5-row-top, .k5-card-top { align-items: flex-start; flex-direction: column; }
    .k5-row-meta { gap: 7px 12px; }
    .k5-row-card { align-items: flex-start; flex-direction: column; }
    .k5-row-price { text-align: left; width: 100%; }
    .k5-row-button, .k5-dark-button { width: 100%; text-align: center; justify-content: center; }
    .k5-blue-button { min-height: 42px; }
    .k5-card-foot, .k5-price-card, .k5-contact-inner, .k5-finder-foot { align-items: flex-start; flex-direction: column; }
    .k5-card-foot { width: 100%; }
    .k5-card-price { width: 100%; }
    .k5-price-card { padding: 32px 24px; border-radius: 18px; }
    .k5-price-card h2 { font-size: 26px; }
    .k5-package-card, .k5-benefit-card, .k5-feature-card, .k5-testimonial { padding: 24px; }
    .k5-options { padding: 26px 22px; }
    .k5-option-grid, .k5-photo-grid { grid-template-columns: 1fr; }
    .k5-contact-actions { width: 100%; }
    .k5-contact-actions .k5-blue-button,
    .k5-contact-actions .k5-dark-pill { width: 100%; }
    .k5-footer { padding-left: 20px; padding-right: 20px; }
    .k5-footer-mid, .k5-contact-items, .k5-legal { align-items: flex-start; flex-direction: column; gap: 12px; }
}
