/* ============================================================
   TOS UI Kit — Frontend block styles
   ============================================================ */

.tos-uk-block { margin: 2.5rem 0; }
.tos-uk-block,
.tos-uk-block * {
    font-family: var(--tos-font-body, "Exo 2", sans-serif);
}
.tos-uk-w-content { max-width: 920px; margin-left: auto; margin-right: auto; padding: 0 1rem; }
.tos-uk-w-full    { width: 100%; padding: 0 1rem; }
.tos-uk-w-sidebar { max-width: 28rem; margin-left: auto; margin-right: auto; padding: 0 1rem; }

@media (min-width: 768px) {
    .tos-uk-w-full { padding: 0 1.5rem; }
}

.tos-uk-eyebrow {
    display: block;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: var(--tos-primary, #10b981);
    margin-bottom: 0.5rem;
}

/* ====== HERO PARALLAX ====== */
.tos-uk-hero {
    position: relative;
    width: 100%;
    border-radius: 2rem;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0,0,0,.15);
    background: #0f1115;
}
.tos-uk-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.7; }
.tos-uk-hero-grad { position: absolute; inset: 0; background: linear-gradient(to top, rgba(15,17,21,.92), rgba(15,17,21,.4) 45%, transparent); }
.tos-uk-hero-inner { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end; padding: 2rem 2.5rem 3rem; }
.tos-uk-hero-eyebrow {
    display: block; margin-bottom: 0.75rem;
    font-size: 0.75rem; font-weight: 700;
    text-transform: uppercase; letter-spacing: 0.2em;
}
.tos-uk-hero-breadcrumbs {
    display: flex;
    align-items: center;
    gap: .5rem;
    flex-wrap: wrap;
    margin-bottom: .8rem;
    font-size: .72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .14em;
    color: rgba(255,255,255,.72);
}
.tos-uk-hero-breadcrumbs a { color: inherit; text-decoration: none; }
.tos-uk-hero-breadcrumbs a:hover { color: #fff; }
.tos-uk-hero-title {
    margin: 0; color: #fff; font-weight: 900;
    font-size: clamp(2rem, 5vw, 3.5rem);
    line-height: 1; letter-spacing: -0.04em;
    text-transform: uppercase;
}

/* ====== CTA SPLIT ====== */
.tos-uk-cta-split {
    display: flex;
    flex-direction: column;
    background: #0f1115;
    border-radius: 3rem;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0,0,0,.15);
    color: #fff;
}
@media (min-width: 768px) { .tos-uk-cta-split { flex-direction: row; } }
.tos-uk-cta-img { flex: 1; min-height: 280px; position: relative; }
.tos-uk-cta-img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.tos-uk-cta-body { flex: 1; padding: 3rem 2rem; display: flex; flex-direction: column; justify-content: center; }
@media (min-width: 768px) { .tos-uk-cta-body { padding: 4rem 5rem; } }
.tos-uk-cta-body .tos-uk-eyebrow { color: var(--c, #10b981); }
.tos-uk-cta-body h3 {
    margin: 0 0 1rem; color: #fff;
    font-weight: 900; font-size: clamp(1.75rem, 3vw, 2.5rem);
    letter-spacing: -0.03em; line-height: 1.05;
}
.tos-uk-cta-body p { margin: 0 0 2rem; color: rgba(255,255,255,.7); font-size: 1.05rem; }
.tos-uk-btn-light {
    align-self: flex-start;
    padding: 1rem 2rem;
    background: #fff;
    color: #0f1115;
    border-radius: 999px;
    font-weight: 700;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
}
.tos-uk-btn-light:hover { background: var(--c, #10b981); color: #fff; }

/* ====== QUOTE ====== */
.tos-uk-quote {
    position: relative;
    margin: 0;
    padding: 2.5rem 2rem;
    background: #f7f8f9;
    border-radius: 2rem;
    text-align: center;
}
.tos-uk-quote p {
    margin: 0;
    font-size: clamp(1.25rem, 2.4vw, 1.75rem);
    font-weight: 700;
    color: #0f1115;
    line-height: 1.4;
    font-style: italic;
}
.tos-uk-quote cite {
    display: block;
    margin-top: 1rem;
    font-size: 0.85rem;
    color: var(--tos-muted, #6b7280);
    font-style: normal;
    font-weight: 600;
}

/* ====== STATS GRID ====== */
.tos-uk-stats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
}
@media (min-width: 768px) { .tos-uk-stats-grid { grid-template-columns: repeat(4, 1fr); } }
.tos-uk-stat {
    background: #fff;
    border: 1px solid var(--tos-line, #e5e7eb);
    border-radius: 2rem;
    padding: 2rem 1.5rem;
    text-align: center;
    transition: transform 0.25s ease;
}
.tos-uk-stat:hover { transform: translateY(-4px); }
.tos-uk-stat-eyebrow {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #9ca3af;
}
.tos-uk-stat-number {
    display: block;
    font-size: clamp(2.5rem, 4vw, 3.75rem);
    font-weight: 900;
    line-height: 1;
    margin-bottom: 0.5rem;
    letter-spacing: -0.04em;
}
.tos-uk-stat-label {
    display: block;
    color: var(--tos-muted, #6b7280);
    font-weight: 600;
    font-size: 0.95rem;
}

/* ====== FEATURES ====== */
.tos-uk-features {
    background: #fff;
    border: 1px solid var(--tos-line, #e5e7eb);
    border-radius: 2.5rem;
    padding: 2.5rem;
    box-shadow: 0 6px 20px rgba(0,0,0,.04);
}
.tos-uk-features h3 {
    margin: 0 0 2rem;
    font-weight: 900;
    font-size: 1.875rem;
    color: #0f1115;
    letter-spacing: -0.02em;
}
.tos-uk-features-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem 2rem;
}
@media (min-width: 768px) { .tos-uk-features-grid { grid-template-columns: repeat(2, 1fr); } }
.tos-uk-feature {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: var(--tos-muted, #4b5563);
    font-weight: 500;
    font-size: 1.05rem;
}
.tos-uk-feature-ic {
    flex: 0 0 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 999px;
    background: color-mix(in srgb, var(--c, #10b981) 12%, white);
    color: var(--c, #10b981);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* ====== NEWSLETTER ====== */
.tos-uk-newsletter {
    background: #0f1115;
    color: #fff;
    border-radius: 2.5rem;
    padding: 2.5rem;
    text-align: left;
    position: relative;
    overflow: hidden;
}
.tos-uk-newsletter-ic {
    width: 3rem;
    height: 3rem;
    border-radius: 999px;
    background: rgba(255,255,255,.1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-bottom: 1.5rem;
}
.tos-uk-newsletter h4 {
    margin: 0 0 0.5rem;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 900;
    letter-spacing: -0.02em;
}
.tos-uk-newsletter p { margin: 0 0 1.5rem; color: rgba(255,255,255,.65); font-size: 0.9rem; }
.tos-uk-newsletter form { display: flex; flex-direction: column; gap: 0.75rem; }
.tos-uk-newsletter input[type="email"] {
    width: 100%;
    padding: 0.85rem 1rem;
    background: rgba(255,255,255,.08);
    color: #fff;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 0.75rem;
    font-weight: 500;
}
.tos-uk-newsletter input[type="email"]::placeholder { color: rgba(255,255,255,.45); }
.tos-uk-newsletter button {
    padding: 0.85rem 1rem;
    background: #fff;
    color: #0f1115;
    border: 0;
    border-radius: 0.75rem;
    font-weight: 700;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
}
.tos-uk-newsletter button:hover { background: var(--tos-primary, #10b981); color: #fff; }

/* ====== VIDEO ====== */
.tos-uk-video {
    position: relative;
    display: block;
    height: 400px;
    border-radius: 2.5rem;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0,0,0,.08);
    text-decoration: none;
}
.tos-uk-video img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s ease; }
.tos-uk-video:hover img { transform: scale(1.05); }
.tos-uk-video-overlay { position: absolute; inset: 0; background: rgba(15,17,21,.4); transition: background 0.25s ease; }
.tos-uk-video:hover .tos-uk-video-overlay { background: rgba(15,17,21,.2); }
.tos-uk-video-play {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.tos-uk-video-pulse {
    position: absolute;
    width: 5rem; height: 5rem;
    border-radius: 999px;
    background: rgba(255,255,255,.3);
    animation: tos-uk-ping 2s cubic-bezier(0,0,.2,1) infinite;
}
.tos-uk-video-circle {
    width: 5rem; height: 5rem;
    border-radius: 999px;
    background: #fff;
    color: #0f1115;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 24px rgba(0,0,0,.2);
    transition: transform 0.25s;
    position: relative;
}
.tos-uk-video:hover .tos-uk-video-circle { transform: scale(1.1); }
.tos-uk-video-cap {
    position: absolute;
    bottom: 1.5rem;
    left: 1.5rem;
    color: #fff;
    font-weight: 700;
    text-shadow: 0 2px 8px rgba(0,0,0,.4);
}
@keyframes tos-uk-ping {
    0% { transform: scale(1); opacity: 1; }
    75%, 100% { transform: scale(1.5); opacity: 0; }
}

/* ====== PRICING ====== */
.tos-uk-pricing {
    background: #0f1115;
    color: #fff;
    border-radius: 2.5rem;
    padding: 2rem;
    text-align: center;
    box-shadow: 0 14px 30px rgba(0,0,0,.15);
}
.tos-uk-pricing-eyebrow {
    display: block;
    color: rgba(255,255,255,.55);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 0.78rem;
    margin-bottom: 1rem;
}
.tos-uk-pricing-price {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 0.25rem;
    margin-bottom: 1.5rem;
}
.tos-uk-pricing-price span { font-size: 3.5rem; font-weight: 900; line-height: 1; letter-spacing: -0.04em; }
.tos-uk-pricing-price small { color: rgba(255,255,255,.55); font-size: 1rem; font-weight: 700; padding-bottom: 0.5rem; }
.tos-uk-pricing-list {
    list-style: none;
    margin: 0 0 1.5rem;
    padding: 1.5rem 0 0;
    border-top: 1px solid rgba(255,255,255,.1);
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    text-align: left;
    color: rgba(255,255,255,.75);
}
.tos-uk-pricing-list li { display: flex; align-items: center; gap: 0.6rem; font-size: 0.95rem; }
.tos-uk-pricing-list li svg { color: var(--tos-primary, #10b981); flex-shrink: 0; }
.tos-uk-btn-white {
    display: block;
    width: 100%;
    padding: 1rem 1.5rem;
    background: #fff;
    color: #0f1115;
    border-radius: 999px;
    font-weight: 700;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    text-decoration: none;
    transition: background 0.2s;
}
.tos-uk-btn-white:hover { background: #f3f4f6; }

/* Align wp-content typography with UI Kit demo */
.tos-uk-block .wp-content h2,
.tos-uk-block .wp-content h3 { font-weight: 900; color: #0a0a0a; margin-top: 2rem; margin-bottom: 1rem; line-height: 1.1; }
.tos-uk-block .wp-content h2 { font-size: 2.25rem; }
.tos-uk-block .wp-content p { font-size: 1.125rem; line-height: 1.8; color: #4b5563; margin-bottom: 1.5rem; font-weight: 500; }
.tos-uk-block .wp-content strong { color: #0a0a0a; font-weight: 800; }
.tos-uk-block .wp-content ul { list-style: none; padding-left: 0; margin: 2rem 0; background: #f8f9fa; padding: 2rem; border-radius: 1.5rem; }
.tos-uk-block .wp-content ul li { position: relative; padding-left: 1.5rem; margin-bottom: 1rem; font-size: 1.125rem; color: #4b5563; font-weight: 600; }
.tos-uk-block .wp-content ul li::before { content: "→"; color: #10b981; font-weight: 700; position: absolute; left: 0; top: 0; }
.tos-uk-block .wp-content blockquote { font-size: 1.25rem; font-weight: 600; color: #0a0a0a; font-style: italic; background: #f8f9fa; padding: 2rem; border-left: 5px solid #f59e0b; border-radius: 0 1rem 1rem 0; margin: 2rem 0; }

/* Swiper polish from reference UI kit */
.hero-swiper .swiper-slide img { transition: transform 6s ease-out; }
.hero-swiper .swiper-slide-active img { transform: scale(1.05); }
.hero-pagination .swiper-pagination-bullet { width: 10px; height: 10px; border-radius: 5px; background: rgba(255,255,255,.4); opacity: 1; transition: all .4s ease; margin: 0 4px !important; }
.hero-pagination .swiper-pagination-bullet-active { width: 30px; background: #fff; }
.mz-swiper, .related-swiper { overflow: visible !important; }
.mz-swiper .swiper-slide { height: auto; }

/* ====== EXTENDED UI KIT BLOCKS ====== */
.tos-uk-hero-sw { position: relative; min-height: 500px; border-radius: 2rem; overflow: hidden; background: #0f1115; }
.tos-uk-hero-sw .swiper,
.tos-uk-hero-sw .swiper-wrapper,
.tos-uk-hero-sw .swiper-slide { height: 100%; }
.tos-uk-hero-sw .swiper-slide img { width: 100%; height: 100%; object-fit: cover; opacity: .62; }
.tos-uk-hero-desc { margin: .75rem 0 0; max-width: 54rem; color: rgba(255,255,255,.85); font-size: 1.15rem; }

.tos-uk-tags { background: #0f1115; border-radius: 2rem; padding: 2rem; color: #fff; }
.tos-uk-tags-title { display: block; text-align: center; margin: 0 0 1rem; font-size: .75rem; text-transform: uppercase; letter-spacing: .18em; color: rgba(255,255,255,.6); font-weight: 700; }
.tos-uk-tags-list { display: flex; flex-wrap: wrap; gap: .6rem; justify-content: center; }
.tos-uk-tag { display: inline-flex; padding: .55rem .9rem; border-radius: 999px; background: rgba(255,255,255,.1); color: #fff; font-weight: 700; font-size: .82rem; }

.tos-uk-agenda,.tos-uk-htimeline,.tos-uk-features,.tos-uk-lcard,.tos-uk-popular,.tos-uk-spider,.tos-uk-mapbox,.tos-uk-table-wrap,.tos-uk-reviews { background: #fff; border: 1px solid #e5e7eb; border-radius: 2rem; padding: 2rem; }
.tos-uk-agenda h3,.tos-uk-htimeline h3,.tos-uk-conn h3 { margin: 0 0 1rem; font-size: 1.85rem; letter-spacing: -.02em; }
.tos-uk-agenda-day { border-left: 2px solid #e5e7eb; margin: 0 0 1rem; padding: 0 0 0 1rem; }
.tos-uk-agenda-date { display: block; color: #6366f1; text-transform: uppercase; letter-spacing: .12em; font-size: .72rem; font-weight: 700; margin: 0 0 .3rem; }
.tos-uk-agenda-day h4 { margin: 0 0 .7rem; font-size: 1.15rem; }
.tos-uk-agenda-day ul { margin: 0; padding: 0; list-style: none; display: grid; gap: .5rem; }
.tos-uk-agenda-day li { display: grid; grid-template-columns: 84px 1fr; gap: .5rem; color: #4b5563; }
.tos-uk-agenda-day li span { font-weight: 700; color: #111827; }

.tos-uk-htimeline-list { border-left: 3px solid #f3f4f6; margin-left: .8rem; display: grid; gap: 1.1rem; }
.tos-uk-htimeline-item { position: relative; padding-left: 1.2rem; }
.tos-uk-htimeline-dot { position: absolute; left: -11px; top: 5px; width: 14px; height: 14px; border-radius: 50%; border: 3px solid #fff; box-shadow: 0 0 0 1px #e5e7eb; }
.tos-uk-htimeline-eyebrow { display: block; font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; margin-bottom: .2rem; }
.tos-uk-htimeline-item h4 { margin: 0 0 .2rem; font-size: 1.2rem; }
.tos-uk-htimeline-item p { margin: 0; color: #4b5563; }

.tos-uk-team { display: grid; grid-template-columns: repeat(auto-fit,minmax(250px,1fr)); gap: 1rem; }
.tos-uk-team-card,.tos-uk-info-card,.tos-uk-dlist-row,.tos-uk-qstat,.tos-uk-file { background: #fff; border: 1px solid #e5e7eb; border-radius: 1.2rem; overflow: hidden; }
.tos-uk-team-img { height: 220px; background: #f3f4f6; }
.tos-uk-team-img img { width: 100%; height: 100%; object-fit: cover; }
.tos-uk-team-body { padding: 1rem; }
.tos-uk-team-body span { color: #9ca3af; text-transform: uppercase; letter-spacing: .1em; font-size: .68rem; font-weight: 700; }
.tos-uk-team-body h4 { margin: .35rem 0; font-size: 1.2rem; }
.tos-uk-team-body p { margin: 0; color: #4b5563; }

.tos-uk-info,.tos-uk-qstats { display: grid; gap: .8rem; grid-template-columns: repeat(auto-fit,minmax(220px,1fr)); }
.tos-uk-dlist { display: grid; gap: .8rem; grid-template-columns: repeat(2,minmax(0,1fr)); }
@media (max-width: 900px) {
    .tos-uk-dlist { grid-template-columns: 1fr; }
}
.tos-uk-info-card { padding: 1rem; display: flex; align-items: center; gap: .9rem; }
.tos-uk-info-badge { width: 46px; height: 46px; border-radius: 13px; color: #fff; font-weight: 900; display: inline-flex; align-items: center; justify-content: center; }
.tos-uk-info-card h4 { margin: 0 0 .15rem; font-size: 1rem; }
.tos-uk-info-card p { margin: 0; color: #6b7280; font-size: .9rem; }

.tos-uk-dlist-row { padding: 1rem; display: flex; align-items: center; justify-content: space-between; gap: .7rem; }
.tos-uk-dlist-row > div span { display: block; color: #9ca3af; font-size: .68rem; text-transform: uppercase; letter-spacing: .09em; font-weight: 700; }
.tos-uk-dlist-row > div strong { display: block; margin-top: .18rem; font-size: 1.05rem; color: #0f1115; }
.tos-uk-dlist-pill { background: color-mix(in srgb, var(--c,#0f1115) 14%, #fff); color: var(--c,#0f1115); font-weight: 700; border-radius: .7rem; padding: .35rem .62rem; font-size: .82rem; white-space: nowrap; }

.tos-uk-hi { background: #0f1115; color: #fff; border-radius: 2rem; padding: 1.5rem; display: flex; gap: 1rem; align-items: flex-start; position: relative; overflow: hidden; }
.tos-uk-hi-glow { position: absolute; right: -40px; top: -40px; width: 140px; height: 140px; border-radius: 50%; background: color-mix(in srgb, var(--c,#f59e0b) 36%, transparent); filter: blur(35px); }
.tos-uk-hi-ic { width: 52px; height: 52px; border-radius: 50%; border: 1px solid rgba(255,255,255,.2); display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; position: relative; z-index: 1; }
.tos-uk-hi-body { position: relative; z-index: 1; }
.tos-uk-hi-body h4 { margin: 0 0 .35rem; color: #fff; }
.tos-uk-hi-body p { margin: 0 0 .8rem; color: rgba(255,255,255,.75); }
.tos-uk-hi-body a { color: #0f1115; background: #fff; border-radius: 999px; padding: .55rem .95rem; text-decoration: none; font-weight: 700; font-size: .74rem; text-transform: uppercase; letter-spacing: .13em; }

.tos-uk-gallery-wrap { position: relative; }
.tos-uk-gallery-wrap {
    --tos-gal-gap: 0.65rem;
    --tos-gal-big-h: 380px;
}
.tos-uk-gallery-head { margin-bottom: .7rem; }
.tos-uk-gallery-head h3 { margin: 0 0 .3rem; font-size: 1.3rem; letter-spacing: -.02em; }
.tos-uk-gallery-head p { margin: 0; color: #6b7280; font-size: .95rem; }
.tos-uk-gallery-topnav { display: flex; justify-content: flex-end; gap: .45rem; margin-bottom: .5rem; }
.tos-uk-gallery-topnav button {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    border: 1px solid #d1d5db;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.tos-uk-gallery-topnav button.swiper-button-disabled { opacity: .45; cursor: not-allowed; pointer-events: none; }
.tos-uk-gallery-slider { overflow: hidden; }
.tos-uk-gallery-slider.is-mobile { display: none; }
.tos-uk-gallery-page-wrap { width: 100% !important; }
.tos-uk-gallery-page {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(0, .9fr);
    grid-template-rows: calc((var(--tos-gal-big-h) - var(--tos-gal-gap)) / 2) calc((var(--tos-gal-big-h) - var(--tos-gal-gap)) / 2);
    gap: var(--tos-gal-gap);
    min-height: var(--tos-gal-big-h);
    max-height: var(--tos-gal-big-h);
}
.tos-uk-gallery-page .tos-uk-gal-item.is-big {
    grid-column: 1;
    grid-row: 1 / span 2;
    min-height: var(--tos-gal-big-h);
    max-height: var(--tos-gal-big-h);
}
.tos-uk-gallery-page .tos-uk-gal-item {
    min-height: calc((var(--tos-gal-big-h) - var(--tos-gal-gap)) / 2);
    max-height: calc((var(--tos-gal-big-h) - var(--tos-gal-gap)) / 2);
}
.tos-uk-gallery {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(0, .9fr);
    grid-template-rows: calc((var(--tos-gal-big-h) - var(--tos-gal-gap)) / 2) calc((var(--tos-gal-big-h) - var(--tos-gal-gap)) / 2);
    gap: var(--tos-gal-gap);
    min-height: var(--tos-gal-big-h);
    max-height: var(--tos-gal-big-h);
}
.tos-uk-gallery .tos-uk-gal-item.is-big {
    grid-column: 1;
    grid-row: 1 / span 2;
    min-height: var(--tos-gal-big-h);
    max-height: var(--tos-gal-big-h);
}
.tos-uk-gal-item { display: block; width: 100%; overflow: hidden; border-radius: 1.1rem; min-height: 170px; border: 0; padding: 0; background: transparent; cursor: pointer; }
.tos-uk-gal-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.tos-uk-gal-item:hover img { transform: scale(1.04); }
.tos-uk-gal-lightbox {
    position: fixed;
    inset: 0;
    z-index: 1200;
    background: rgba(15,17,21,.92);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}
.tos-uk-gal-lightbox[hidden] { display: none !important; }
.tos-uk-gal-lightbox-img {
    max-width: min(1100px, 92vw);
    max-height: 86vh;
    object-fit: contain;
    border-radius: 1rem;
    box-shadow: 0 14px 35px rgba(0,0,0,.35);
}
.tos-uk-gal-close,
.tos-uk-gal-nav {
    position: absolute;
    width: 42px;
    height: 42px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,.28);
    background: rgba(0,0,0,.32);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.tos-uk-gal-close { top: 16px; right: 16px; }
.tos-uk-gal-nav.is-prev { left: 16px; top: 50%; transform: translateY(-50%); }
.tos-uk-gal-nav.is-next { right: 16px; top: 50%; transform: translateY(-50%); }
@media (max-width: 767px) {
    .tos-uk-gallery-topnav { display: none; }
    .tos-uk-gallery-slider.is-desktop { display: none; }
    .tos-uk-gallery-slider.is-mobile { display: block; }
    .tos-uk-gallery-slide-mobile { width: 100% !important; }
    .tos-uk-gallery-slide-mobile .tos-uk-gal-item {
        min-height: 300px;
        max-height: 300px;
    }
    .tos-uk-gallery {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: none;
        min-height: auto;
        max-height: none;
    }
    .tos-uk-gallery .tos-uk-gal-item,
    .tos-uk-gallery .tos-uk-gal-item.is-big {
        grid-column: auto;
        grid-row: auto;
        min-height: 300px;
        max-height: 300px;
    }
}

.tos-uk-acc { border-top: 1px solid #e5e7eb; }
.tos-uk-acc-item { border-bottom: 1px solid #e5e7eb; }
.tos-uk-acc-item summary { cursor: pointer; list-style: none; padding: 1rem 0; font-size: 1.2rem; font-weight: 900; }
.tos-uk-acc-body { padding: 0 0 1rem; color: #4b5563; }

.tos-uk-mapbox-iframe { height: 230px; border-radius: 1.2rem; overflow: hidden; margin-bottom: 1rem; background: #e5e7eb; }
.tos-uk-mapbox-iframe iframe { width: 100%; height: 100%; border: 0; }
.tos-uk-mapbox-foot { text-align: center; }
.tos-uk-mapbox-foot h4 { margin: .35rem 0 .8rem; }
.tos-uk-mapbox-foot a { display: inline-block; padding: .7rem 1rem; border-radius: 999px; background: #f3f4f6; color: #111827; text-decoration: none; font-weight: 700; text-transform: uppercase; letter-spacing: .11em; font-size: .72rem; }

.tos-uk-qstat { text-align: center; padding: 1rem; background: color-mix(in srgb, var(--c,#0f1115) 10%, #fff); border-color: color-mix(in srgb, var(--c,#0f1115) 22%, #e5e7eb); }
.tos-uk-qstat-label { display: block; color: #374151; font-size: .66rem; text-transform: uppercase; letter-spacing: .11em; font-weight: 700; margin-top: .35rem; }
.tos-uk-qstat-value { display: block; font-size: 2rem; font-weight: 900; color: var(--c,#0f1115); line-height: 1; }
.tos-uk-qstat-unit { display: block; margin-top: .2rem; color: #6b7280; text-transform: uppercase; font-size: .62rem; font-weight: 700; letter-spacing: .08em; }
.tos-uk-block.tos-uk-w-sidebar .tos-uk-qstats { grid-template-columns: repeat(2, minmax(0,1fr)); }

.tos-uk-lcard h4,.tos-uk-popular h4,.tos-uk-spider h4 { margin: 0 0 1rem; font-size: 1.25rem; }
.tos-uk-lcard ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .8rem; }
.tos-uk-lcard li { border-top: 1px solid #f3f4f6; padding-top: .8rem; }
.tos-uk-lcard-lbl { display: block; color: #9ca3af; text-transform: uppercase; letter-spacing: .11em; font-size: .63rem; font-weight: 700; }
.tos-uk-lcard-val { display: block; margin-top: .2rem; color: #111827; font-weight: 800; }

.tos-uk-spider-list { display: grid; gap: .55rem; }
.tos-uk-spider-list a { display: flex; justify-content: space-between; align-items: center; gap: .8rem; text-decoration: none; background: #fff; border: 1px solid #e5e7eb; color: #111827; border-radius: .75rem; padding: .7rem .85rem; font-weight: 700; }

.tos-uk-popular-list { display: grid; gap: .8rem; }
.tos-uk-popular-item { display: flex; gap: .7rem; text-decoration: none; color: inherit; }
.tos-uk-popular-item img { width: 62px; height: 62px; border-radius: .7rem; object-fit: cover; }
.tos-uk-popular-item h5 { margin: 0 0 .2rem; font-size: .88rem; }
.tos-uk-popular-item span { color: #9ca3af; font-size: .73rem; }

.tos-uk-share { background: #fff; border: 1px solid #e5e7eb; border-radius: 1.4rem; padding: 1rem; text-align: center; }
.tos-uk-share > span { display: block; margin-bottom: .7rem; font-size: .68rem; font-weight: 700; text-transform: uppercase; letter-spacing: .13em; }
.tos-uk-share-btns { display: flex; justify-content: center; gap: .45rem; }
.tos-uk-share-btns a { width: 36px; height: 36px; border-radius: 50%; border: 1px solid #e5e7eb; display: inline-flex; align-items: center; justify-content: center; text-decoration: none; color: #4b5563; font-size: .72rem; font-weight: 700; }

.tos-uk-table-wrap { overflow: auto; }
.tos-uk-table { width: 100%; border-collapse: collapse; min-width: 580px; }
.tos-uk-table th,.tos-uk-table td { padding: .8rem .9rem; border-bottom: 1px solid #f1f5f9; }
.tos-uk-table th { background: #f8fafc; text-transform: uppercase; letter-spacing: .09em; font-size: .67rem; text-align: left; }

.tos-uk-file { display: flex; align-items: center; gap: .8rem; padding: 1rem; text-decoration: none; color: inherit; }
.tos-uk-file-ic { width: 50px; height: 50px; border-radius: .9rem; background: #fef2f2; color: #ef4444; display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; }
.tos-uk-file h4 { margin: 0 0 .18rem; font-size: 1rem; }
.tos-uk-file span { font-size: .68rem; text-transform: uppercase; letter-spacing: .1em; color: #9ca3af; font-weight: 700; }
.tos-uk-file-arrow { margin-left: auto; color: #6b7280; }

.tos-uk-promo { position: relative; min-height: 300px; display: block; border-radius: 1.4rem; overflow: hidden; text-decoration: none; }
.tos-uk-promo img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s; }
.tos-uk-promo:hover img { transform: scale(1.05); }
.tos-uk-promo-grad { position: absolute; inset: 0; background: linear-gradient(to top, rgba(15,17,21,.9), transparent); }
.tos-uk-promo-body { position: absolute; left: 1rem; right: 1rem; bottom: 1rem; color: #fff; }
.tos-uk-promo-badge { display: inline-block; color: #fff; font-size: .62rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 700; padding: .3rem .5rem; border-radius: .45rem; margin-bottom: .45rem; }
.tos-uk-promo-body h4 { margin: 0; color: #fff; font-size: 1.35rem; line-height: 1.2; }

.tos-uk-next {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 1rem;
    border-radius: 2rem;
    overflow: hidden;
    min-height: 210px;
    padding: 2rem 2.2rem;
    text-decoration: none;
    color: #fff;
    border-bottom: 6px solid var(--c,#f59e0b);
    background: #0f1115;
}
.tos-uk-next img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .08; }
.tos-uk-next-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(15,17,21,.84) 0%, rgba(15,17,21,.92) 100%); }
.tos-uk-next-body,.tos-uk-next-btn { position: relative; z-index: 1; }
.tos-uk-next-eyebrow { display: block; font-size: .68rem; letter-spacing: .16em; text-transform: uppercase; color: rgba(255,255,255,.6); margin-bottom: .55rem; font-weight: 800; }
.tos-uk-next h4 { margin: 0 0 .45rem; color: #fff; font-size: clamp(2rem,3vw,3rem); line-height: .98; letter-spacing: -.03em; }
.tos-uk-next p { margin: 0; color: rgba(255,255,255,.8); max-width: 720px; font-size: 1rem; }
.tos-uk-next-btn {
    align-self: flex-start;
    background: #fff;
    color: #111827;
    border-radius: 999px;
    padding: .95rem 1.35rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: .72rem;
    display: inline-flex;
    gap: .45rem;
    align-items: center;
    white-space: nowrap;
}
@media (min-width: 900px) {
    .tos-uk-next {
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: center;
        gap: 2rem;
    }
    .tos-uk-next-btn {
        justify-self: end;
        align-self: center;
    }
}

.tos-uk-fmap { position: relative; border-radius: 1.6rem; overflow: hidden; min-height: 420px; background: #f3f4f6; }
.tos-uk-fmap-iframe iframe { width: 100%; height: 420px; border: 0; display: block; }
.tos-uk-fmap-card { position: absolute; top: 1rem; left: 1rem; max-width: 360px; background: rgba(255,255,255,.94); backdrop-filter: blur(8px); border-radius: 1rem; border: 1px solid rgba(255,255,255,.7); padding: 1rem; }
.tos-uk-fmap-card h3 { margin: 0 0 .5rem; font-size: 1.3rem; }
.tos-uk-fmap-card p { margin: 0 0 .8rem; color: #4b5563; }
.tos-uk-fmap-card a { display: inline-block; background: #111827; color: #fff; text-decoration: none; border-radius: 999px; padding: .62rem 1rem; font-size: .72rem; text-transform: uppercase; letter-spacing: .11em; font-weight: 700; }

.tos-uk-reviews { display: grid; gap: .8rem; }
.tos-uk-review { background: #fff; border: 1px solid #e5e7eb; border-radius: 1rem; padding: 1rem; }
.tos-uk-review-stars { color: #f59e0b; margin-bottom: .4rem; letter-spacing: 1px; }
.tos-uk-review p { margin: 0 0 .7rem; color: #4b5563; font-style: italic; }
.tos-uk-review-author { display: flex; align-items: center; gap: .5rem; }
.tos-uk-review-av { width: 34px; height: 34px; border-radius: 50%; background: #f3f4f6; display: inline-flex; align-items: center; justify-content: center; font-weight: 700; color: #6b7280; }
.tos-uk-review-author h5 { margin: 0; font-size: .85rem; }
.tos-uk-review-author span { color: #9ca3af; font-size: .72rem; }

.tos-uk-empty { background: #f8fafc; border: 1px dashed #cbd5e1; border-radius: 1rem; padding: 1rem; color: #64748b; font-style: italic; }
.tos-uk-conn h3 { margin-bottom: .8rem; }
.tos-uk-conn .swiper { overflow: visible; }
.tos-uk-conn-slide { width: 280px !important; height: auto; }
.tos-uk-conn-card { display: block; text-decoration: none; color: inherit; background: #fff; border: 1px solid #e5e7eb; border-radius: 1rem; overflow: hidden; }
.tos-uk-conn-img { height: 170px; background: #e5e7eb; }
.tos-uk-conn-img img { width: 100%; height: 100%; object-fit: cover; }
.tos-uk-conn-card h4 { margin: .8rem; font-size: 1rem; line-height: 1.25; }

.tos-uk-entity { padding: 1.6rem 0 0; }
.tos-uk-entity-head { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 1rem; }
.tos-uk-entity h3 { margin: 0; font-size: 2rem; letter-spacing: -.03em; }
.tos-uk-entity-nav { display: inline-flex; gap: .5rem; }
.tos-uk-entity-nav button {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    border: 1px solid #d1d5db;
    background: #fff;
    color: #111827;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .2s ease;
}
.tos-uk-entity-nav button:hover {
    background: #111827;
    color: #fff;
    border-color: #111827;
}
.tos-uk-entity-nav button.swiper-button-disabled,
.tos-uk-entity-nav button:disabled {
    opacity: .45;
    cursor: not-allowed;
    background: #f3f4f6;
    color: #9ca3af;
    border-color: #e5e7eb;
    pointer-events: none;
}
.tos-uk-entity .swiper { overflow: hidden; }
.tos-uk-entity .swiper-wrapper { align-items: stretch; }
.tos-uk-entity-slide { width: 320px !important; height: auto; }
.tos-uk-entity-card { background: #fff; border: 1px solid #e5e7eb; border-radius: 1.5rem; overflow: hidden; box-shadow: 0 8px 24px rgba(0,0,0,.04); }
.tos-uk-entity-img { position: relative; height: 220px; background: #e5e7eb; }
.tos-uk-entity-img img { width: 100%; height: 100%; object-fit: cover; }
.tos-uk-entity-img::after { content:""; position:absolute; inset:0; background: linear-gradient(to top, rgba(15,17,21,.88), rgba(15,17,21,.15), transparent); }
.tos-uk-entity-img h4 { position: absolute; left: 1rem; right: 1rem; bottom: .9rem; margin: 0; color: #fff; font-size: 1.5rem; font-weight: 900; letter-spacing: -.02em; z-index: 1; text-shadow: 0 2px 8px rgba(0,0,0,.45); }
.tos-uk-entity-meta { list-style: none; margin: 0; padding: 1rem 1rem 1.1rem; display: grid; gap: .55rem; }
.tos-uk-entity-meta li { display: flex; justify-content: space-between; align-items: center; gap: .8rem; border-top: 1px solid #f3f4f6; padding-top: .55rem; }
.tos-uk-entity-meta span { color: #9ca3af; font-size: .64rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 700; }
.tos-uk-entity-meta strong { color: #111827; font-size: .9rem; font-weight: 700; text-align: right; }
.tos-uk-entity-list {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1rem;
}
@media (max-width: 1199px) {
    .tos-uk-entity-list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
    .tos-uk-entity-list { grid-template-columns: 1fr; }
    .tos-uk-entity-slide { width: 86vw !important; }
    .tos-uk-entity-nav { display: none; }
}

.tos-uk-rf { display: grid; grid-template-columns: 1fr; gap: 1rem; }
@media (min-width: 980px) { .tos-uk-rf { grid-template-columns: 1.2fr .8fr; gap: 1.2rem; } }
.tos-uk-rf-left h3,.tos-uk-rf-right h4 { margin: 0 0 .8rem; }
.tos-uk-rf-review { background: #fff; border: 1px solid #e5e7eb; border-radius: 1rem; padding: 1rem; margin-bottom: .7rem; }
.tos-uk-rf-stars { color: #f59e0b; letter-spacing: 1px; margin-bottom: .35rem; }
.tos-uk-rf-review p { margin: 0 0 .5rem; color: #4b5563; font-style: italic; }
.tos-uk-rf-review strong { display: block; font-size: .9rem; }
.tos-uk-rf-review span { color: #9ca3af; font-size: .75rem; }
.tos-uk-rf-right { background: #f8fafc; border: 1px solid #e5e7eb; border-radius: 1rem; padding: 1rem; }
.tos-uk-rf-form { display: grid; gap: .6rem; }
.tos-uk-rf-form input,.tos-uk-rf-form textarea { width: 100%; border: 1px solid #d1d5db; border-radius: .7rem; padding: .65rem .75rem; }
.tos-uk-rf-form button { border: 0; border-radius: .7rem; padding: .72rem 1rem; background: #111827; color: #fff; text-transform: uppercase; letter-spacing: .1em; font-size: .72rem; font-weight: 700; cursor: pointer; }
