:root{
  --tuk-blue:#1e8ff2;
  --tuk-blue-2:#137bd6;
  --tuk-blue-soft:#eaf5ff;
  --tuk-ink:#102033;
  --tuk-muted:#6d7c8f;
  --tuk-line:rgba(30,143,242,.10);
  --tuk-bg:#ffffff;
  --tuk-card:#f6faff;
  --tuk-radius:26px;
  --tuk-shadow:0 16px 50px rgba(28,75,120,.08);
}

.tuk-home,.tuk-home *{box-sizing:border-box}
.tuk-home{font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--tuk-bg);color:var(--tuk-ink);min-height:100vh;line-height:1.45;-webkit-font-smoothing:antialiased}
.tuk-home a{color:inherit;text-decoration:none}
.tuk-home img{display:block;max-width:100%}
.tuk-home button,.tuk-home input{font:inherit}
.tuk-home svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.tuk-home h1,.tuk-home h2,.tuk-home h3,.tuk-home p{margin:0}

.tuk-header{position:sticky;top:0;z-index:80;border-bottom:1px solid rgba(15,39,67,.07);background:rgba(255,255,255,.88);backdrop-filter:blur(18px) saturate(150%);-webkit-backdrop-filter:blur(18px) saturate(150%)}
.tuk-header__inner{height:74px;max-width:1240px;margin:0 auto;padding:0 22px;display:grid;grid-template-columns:28px 1fr 28px;align-items:center}
.tuk-brand{justify-self:center;width:46px;height:46px;border-radius:50%;overflow:hidden;box-shadow:0 8px 24px rgba(30,143,242,.17)}
.tuk-brand img{width:100%;height:100%;object-fit:cover}
.tuk-icon-button{width:42px;height:42px;padding:0;border:1px solid rgba(15,39,67,.08);border-radius:15px;background:rgba(255,255,255,.72);display:grid;place-items:center;cursor:pointer;color:#17304c;transition:.22s ease;box-shadow:0 6px 18px rgba(30,70,110,.04)}
.tuk-icon-button:hover{transform:translateY(-1px);border-color:rgba(30,143,242,.24);color:var(--tuk-blue)}

.tuk-shell{max-width:1240px;margin:0 auto;padding:38px 22px 70px}
.tuk-section{margin:0 0 56px}
.tuk-section-head{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:18px}
.tuk-section-head h2{font-size:clamp(25px,2.4vw,38px);letter-spacing:-.04em;font-weight:760}
.tuk-eyebrow{text-transform:uppercase;letter-spacing:.13em;font-size:11px;font-weight:800;color:var(--tuk-blue);display:block;margin-bottom:5px}
.tuk-live-dot{font-size:12px;color:var(--tuk-muted);display:flex;align-items:center;gap:8px;white-space:nowrap}
.tuk-live-dot i{width:8px;height:8px;background:#23b26d;border-radius:50%;box-shadow:0 0 0 5px rgba(35,178,109,.09)}
.tuk-text-link{font-weight:700;font-size:13px;color:var(--tuk-blue);display:inline-flex;align-items:center;gap:7px}
.tuk-text-link svg{width:16px;height:16px;transition:transform .2s ease}.tuk-text-link:hover svg{transform:translateX(3px)}
.tuk-chip{display:inline-flex;align-items:center;width:max-content;border:1px solid rgba(255,255,255,.44);border-radius:999px;padding:6px 10px;font-size:10px;font-weight:800;letter-spacing:.03em;background:rgba(255,255,255,.72);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);color:#15304e}
.tuk-chip--floating{position:absolute;left:12px;top:12px;z-index:2}

.tuk-featured-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(320px,.72fr);gap:16px}
.tuk-featured-lead{position:relative;min-height:560px;border-radius:32px;overflow:hidden;background:#dcefff;box-shadow:var(--tuk-shadow)}
.tuk-featured-lead__media{position:absolute;inset:0}
.tuk-featured-lead__media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 36%,rgba(4,19,35,.14) 54%,rgba(4,19,35,.7) 100%)}
.tuk-featured-lead__media img{width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.2,.7,.2,1)}
.tuk-featured-lead:hover .tuk-featured-lead__media img{transform:scale(1.025)}
.tuk-featured-lead__glass{position:absolute;left:18px;right:18px;bottom:18px;padding:24px;border:1px solid rgba(255,255,255,.28);border-radius:25px;background:linear-gradient(135deg,rgba(255,255,255,.78),rgba(255,255,255,.48));backdrop-filter:blur(22px) saturate(150%);-webkit-backdrop-filter:blur(22px) saturate(150%);box-shadow:inset 0 1px 0 rgba(255,255,255,.55),0 18px 50px rgba(0,0,0,.12)}
.tuk-featured-lead__glass h1{font-size:clamp(28px,3.2vw,52px);line-height:1.02;letter-spacing:-.048em;margin:12px 0 10px;max-width:830px}
.tuk-featured-lead__glass p{max-width:700px;color:#40536a;font-size:14px;margin-bottom:16px}
.tuk-featured-stack{display:grid;grid-template-columns:1fr;gap:12px}

.tuk-post-card{border:1px solid var(--tuk-line);background:var(--tuk-card);border-radius:22px;overflow:hidden;box-shadow:0 8px 28px rgba(19,66,107,.035);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.tuk-post-card:hover{transform:translateY(-3px);box-shadow:0 18px 42px rgba(19,66,107,.09);border-color:rgba(30,143,242,.18)}
.tuk-post-card__media{position:relative;display:block;aspect-ratio:16/10;background:linear-gradient(145deg,#e9f4fd,#d8ebfa);overflow:hidden}
.tuk-post-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.tuk-post-card:hover .tuk-post-card__media img{transform:scale(1.035)}
.tuk-post-card__body{padding:14px 15px 15px}
.tuk-post-card__body h3{font-size:15px;line-height:1.28;letter-spacing:-.02em;font-weight:740}
.tuk-post-card__meta{font-size:11px;color:var(--tuk-muted);margin-top:8px}
.tuk-post-card--feature{display:grid;grid-template-columns:128px 1fr;min-height:128px}
.tuk-post-card--feature .tuk-post-card__media{aspect-ratio:auto;height:100%}.tuk-post-card--feature .tuk-post-card__body{align-self:center;padding:15px}.tuk-post-card--feature .tuk-chip{display:none}

.tuk-trending{padding:28px;border-radius:32px;background:linear-gradient(180deg,#f7fbff,#eef6ff);border:1px solid rgba(30,143,242,.10);box-shadow:var(--tuk-shadow);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}
.tuk-tabbar{display:flex;gap:8px;overflow-x:auto;padding:2px 1px 14px;scrollbar-width:none}.tuk-tabbar::-webkit-scrollbar{display:none}
.tuk-tab{border:1px solid var(--tuk-line);background:#fff;color:#59697b;border-radius:999px;padding:9px 14px;font-size:12px;font-weight:750;white-space:nowrap;cursor:pointer;transition:.18s ease}
.tuk-tab.is-active{background:var(--tuk-blue);border-color:var(--tuk-blue);color:#fff;box-shadow:0 8px 18px rgba(30,143,242,.2)}
.tuk-tabpanel{display:none}.tuk-tabpanel.is-active{display:block;animation:tukFade .28s ease}
@keyframes tukFade{from{opacity:.15;transform:translateY(4px)}to{opacity:1;transform:none}}
.tuk-horizontal-cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}

.tuk-video-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.tuk-video-card{min-width:0}
.tuk-video-card__media{position:relative;display:block;aspect-ratio:16/9;border-radius:22px;overflow:hidden;background:#d8eaff;box-shadow:0 10px 28px rgba(22,72,115,.07)}
.tuk-video-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.tuk-video-card:hover img{transform:scale(1.035)}
.tuk-play{position:absolute;left:14px;bottom:14px;width:42px;height:42px;border-radius:50%;background:rgba(255,255,255,.82);display:grid;place-items:center;color:#162b43;box-shadow:0 8px 28px rgba(0,0,0,.13);backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px)}
.tuk-play svg{fill:currentColor;stroke:none;width:19px;height:19px;margin-left:2px}
.tuk-video-card h3{font-size:14px;line-height:1.3;letter-spacing:-.016em;margin-top:10px}

.tuk-offers-cta{position:relative;overflow:hidden;border-radius:34px;margin:0 0 56px;background:linear-gradient(130deg,#0c65b5,#1e8ff2 55%,#61bcff);color:white;min-height:260px;box-shadow:0 24px 70px rgba(16,113,191,.19)}
.tuk-offers-cta__orb{position:absolute;border-radius:50%;filter:blur(3px);opacity:.5}.tuk-offers-cta__orb--1{width:260px;height:260px;right:-55px;top:-100px;background:rgba(255,255,255,.25)}.tuk-offers-cta__orb--2{width:190px;height:190px;left:34%;bottom:-120px;background:rgba(255,255,255,.14)}
.tuk-offers-cta__content{position:relative;z-index:2;min-height:260px;padding:34px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:24px;background:linear-gradient(120deg,rgba(255,255,255,.05),rgba(255,255,255,.1));backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}
.tuk-offers-cta .tuk-eyebrow{color:#d7efff}.tuk-offers-cta h2{font-size:clamp(28px,3.2vw,46px);line-height:1.04;letter-spacing:-.045em}.tuk-offers-cta p{margin-top:9px;color:rgba(255,255,255,.79);max-width:570px}
.tuk-glass-icon{width:72px;height:72px;border-radius:24px;display:grid;place-items:center;background:rgba(255,255,255,.17);border:1px solid rgba(255,255,255,.24);box-shadow:inset 0 1px 0 rgba(255,255,255,.22)}.tuk-glass-icon svg{width:32px;height:32px}
.tuk-button{border:0;border-radius:999px;background:#fff;color:#0e64ad;font-weight:800;padding:13px 18px;display:inline-flex;align-items:center;justify-content:center;gap:8px;white-space:nowrap;cursor:pointer;box-shadow:0 12px 26px rgba(1,57,104,.14);transition:.2s ease;line-height:1}.tuk-button:hover{transform:translateY(-2px)}.tuk-button svg{width:16px;height:16px}.tuk-button--whatsapp{background:#25D366;color:#fff;padding:16px 26px;gap:12px;min-height:58px;box-shadow:0 16px 30px rgba(37,211,102,.28)}.tuk-button--whatsapp:hover{background:#22c55e;color:#fff}.tuk-button--whatsapp img{width:24px;height:24px;object-fit:contain;display:block}.tuk-button--whatsapp span{display:inline-block}
.tuk-button--ghost{background:rgba(255,255,255,.82);border:1px solid var(--tuk-line);color:#31516f;box-shadow:none}

.tuk-offer-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.tuk-offer-card{display:grid;grid-template-columns:150px 1fr;min-height:178px;border:1px solid var(--tuk-line);border-radius:24px;background:rgba(255,255,255,.86);overflow:hidden;transition:.22s ease}.tuk-offer-card:hover{transform:translateY(-3px);box-shadow:var(--tuk-shadow)}
.tuk-offer-card__media{position:relative;display:grid;place-items:center;background:#fff;padding:16px}.tuk-offer-card__media img{max-width:100%;max-height:140px;object-fit:contain}.tuk-discount{position:absolute;left:10px;top:10px;background:var(--tuk-blue);color:#fff;border-radius:999px;padding:5px 8px;font-size:10px;font-weight:800}
.tuk-offer-card__body{padding:19px 18px 16px;align-self:center}.tuk-kicker{font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:var(--tuk-muted);font-weight:800}.tuk-offer-card h3{font-size:14px;line-height:1.28;margin:6px 0 14px}.tuk-price-row{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}.tuk-price-row strong{font-size:19px;letter-spacing:-.03em}.tuk-price-row del{font-size:11px;color:#8a98a8}

.tuk-latest-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.tuk-load-item.is-hidden{display:none}.tuk-center{text-align:center;margin-top:22px}

.tuk-mini-footer{max-width:1240px;margin:0 auto;padding:36px 22px 48px;border-top:1px solid var(--tuk-line);display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:16px;color:var(--tuk-muted);font-size:12px}.tuk-mini-footer img{width:34px;height:34px;border-radius:50%}.tuk-mini-footer p{color:#4f6377}

.tuk-overlay{position:fixed;inset:0;z-index:110;background:rgba(5,17,30,.32);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}
.tuk-drawer{position:fixed;z-index:120;left:0;top:0;bottom:0;width:min(420px,92vw);padding:18px;background:rgba(249,252,255,.94);border-right:1px solid rgba(255,255,255,.7);box-shadow:24px 0 70px rgba(6,31,54,.16);transform:translateX(-105%);transition:transform .34s cubic-bezier(.22,.75,.22,1);overflow:auto;backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px)}
.tuk-drawer.is-open{transform:none}.tuk-drawer__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.tuk-drawer__head img{width:42px;height:42px;border-radius:50%}
.tuk-drawer-offer{display:grid;grid-template-columns:1fr 22px;align-items:center;gap:11px;padding:13px 14px;border-radius:20px;background:linear-gradient(135deg,#e5f4ff,#fff);border:1px solid rgba(30,143,242,.11);margin-bottom:24px}.tuk-drawer-offer strong,.tuk-drawer-offer small{display:block}.tuk-drawer-offer small{font-size:11px;color:var(--tuk-muted);margin-top:2px}.tuk-drawer-offer>svg{width:17px;height:17px;color:var(--tuk-blue)}
.tuk-drawer__block{margin-top:22px}.tuk-drawer__block h3{font-size:12px;text-transform:uppercase;letter-spacing:.12em;color:#6a7888;margin:0 0 10px}
.tuk-drawer-categories{display:grid;grid-template-columns:1fr 1fr;gap:8px}.tuk-drawer-categories a{display:flex;justify-content:space-between;gap:10px;padding:11px 12px;border:1px solid var(--tuk-line);border-radius:14px;background:#fff;font-size:13px;font-weight:700}.tuk-drawer-categories small{color:#90a0af;font-weight:600}
.tuk-drawer-posts{display:grid;gap:9px}.tuk-drawer-posts a{display:grid;grid-template-columns:60px 1fr;align-items:center;gap:10px;padding:7px;border-radius:14px}.tuk-drawer-posts a:hover{background:#fff}.tuk-drawer-posts img{width:60px;height:48px;object-fit:cover;border-radius:10px}.tuk-drawer-posts span{font-size:12px;font-weight:680;line-height:1.25}

.tuk-search-panel{position:fixed;z-index:130;left:50%;top:90px;width:min(720px,calc(100vw - 28px));max-width:calc(100vw - 28px);transform:translate(-50%,-14px) scale(.985);opacity:0;pointer-events:none;padding:24px;border-radius:28px;background:rgba(255,255,255,.91);border:1px solid rgba(255,255,255,.8);box-shadow:0 28px 90px rgba(6,31,54,.22);backdrop-filter:blur(28px) saturate(150%);-webkit-backdrop-filter:blur(28px) saturate(150%);transition:.22s ease}.tuk-search-panel.is-open{opacity:1;pointer-events:auto;transform:translate(-50%,0) scale(1)}.tuk-search-panel__close{position:absolute;right:14px;top:14px}.tuk-search-form label{display:block;font-size:20px;font-weight:760;letter-spacing:-.03em;margin-bottom:18px;padding-right:50px}.tuk-search-form>div{display:flex;align-items:stretch;border:1px solid var(--tuk-line);border-radius:18px;background:#f5f8fb;overflow:hidden}.tuk-search-form input{border:0;outline:0;background:transparent;padding:16px 17px;color:var(--tuk-ink);min-width:0;width:100%;flex:1 1 auto}.tuk-search-form button{border:0;background:transparent;color:var(--tuk-blue);display:grid;place-items:center;cursor:pointer;width:56px;height:auto;flex:0 0 56px}
body.tuk-no-scroll{overflow:hidden}

@media (max-width:1000px){
  .tuk-featured-grid{grid-template-columns:1fr}.tuk-featured-stack{grid-template-columns:repeat(3,minmax(0,1fr))}.tuk-post-card--feature{display:block}.tuk-post-card--feature .tuk-post-card__media{height:auto;aspect-ratio:16/10}.tuk-post-card--feature .tuk-chip{display:inline-flex}
  .tuk-horizontal-cards,.tuk-video-grid,.tuk-latest-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.tuk-offer-grid{grid-template-columns:1fr}.tuk-offers-cta__content{grid-template-columns:auto 1fr}.tuk-offers-cta .tuk-button{grid-column:2;width:max-content}
}

@media (max-width:640px){
  .tuk-cookie{left:12px;right:12px;bottom:12px}.tuk-cookie__inner{grid-template-columns:1fr;padding:14px 14px 15px;border-radius:18px}.tuk-cookie__actions{justify-content:space-between}

  :root{--tuk-radius:21px}
  .tuk-header__inner{height:62px;padding:0 14px;grid-template-columns:24px 1fr 24px}.tuk-icon-button{width:38px;height:38px;border-radius:13px}.tuk-header .tuk-icon-button{width:24px;height:24px}.tuk-brand{width:38px;height:38px}
  .tuk-shell{padding:22px 12px 50px}.tuk-section{margin-bottom:38px}.tuk-section-head{align-items:center;margin-bottom:13px}.tuk-section-head h2{font-size:25px}.tuk-live-dot{display:none}.tuk-text-link{font-size:12px}
  .tuk-featured-lead{min-height:485px;border-radius:25px}.tuk-featured-lead__glass{left:10px;right:10px;bottom:10px;padding:18px;border-radius:20px}.tuk-featured-lead__glass h1{font-size:29px}.tuk-featured-lead__glass p{font-size:13px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
  .tuk-featured-stack{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.tuk-featured-stack .tuk-post-card:nth-child(n+3){display:none}
  .tuk-post-card{border-radius:18px}.tuk-post-card__body{padding:11px 11px 12px}.tuk-post-card__body h3{font-size:13px}.tuk-post-card__meta{font-size:10px}.tuk-chip--floating{left:8px;top:8px}.tuk-chip{font-size:9px;padding:5px 8px}
  .tuk-trending{padding:17px 12px;border-radius:24px;margin-left:-2px;margin-right:-2px}.tuk-horizontal-cards{display:flex;gap:10px;overflow-x:auto;padding-bottom:4px;scroll-snap-type:x mandatory;scrollbar-width:none}.tuk-horizontal-cards::-webkit-scrollbar{display:none}.tuk-post-card--horizontal{min-width:72vw;scroll-snap-align:start}
  .tuk-video-grid{display:flex;gap:11px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.tuk-video-grid::-webkit-scrollbar{display:none}.tuk-video-card{min-width:78vw;scroll-snap-align:start}.tuk-video-card__media{border-radius:19px}
  .tuk-offers-cta{border-radius:25px;min-height:auto}.tuk-offers-cta__content{min-height:auto;padding:23px 18px;grid-template-columns:48px 1fr;gap:14px}.tuk-glass-icon{width:48px;height:48px;border-radius:16px}.tuk-glass-icon svg{width:24px;height:24px}.tuk-offers-cta h2{font-size:27px}.tuk-offers-cta p{font-size:13px}.tuk-offers-cta .tuk-button{grid-column:1/-1;width:100%;margin-top:4px}
  .tuk-offer-card{grid-template-columns:120px 1fr;min-height:155px}.tuk-offer-card__body{padding:14px}.tuk-offer-card__media{padding:12px}
  .tuk-latest-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .tuk-mini-footer{padding:26px 14px 34px;grid-template-columns:auto 1fr}.tuk-mini-footer span{grid-column:1/-1}.tuk-mini-footer p{font-size:11px}
  .tuk-drawer{padding:14px}.tuk-drawer-categories{grid-template-columns:1fr}
  .tuk-search-panel{left:12px;right:12px;top:84px;width:auto;max-width:none;padding:20px 16px 18px;border-radius:22px;transform:translateY(-14px) scale(.985)}.tuk-search-panel.is-open{transform:translateY(0) scale(1)}.tuk-search-panel__close{right:12px;top:12px}.tuk-search-form label{font-size:18px;padding-right:44px}.tuk-search-form>div{border-radius:16px}.tuk-search-form input{padding:15px 14px}.tuk-search-form button{width:52px;flex-basis:52px}
}


.tuk-cookie{position:fixed;left:16px;right:16px;bottom:16px;z-index:140}.tuk-cookie__inner{max-width:1040px;margin:0 auto;padding:16px 18px;border-radius:22px;background:rgba(255,255,255,.96);border:1px solid rgba(30,143,242,.12);box-shadow:0 18px 50px rgba(16,56,96,.12);display:grid;grid-template-columns:1fr auto;gap:16px;align-items:center;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.tuk-cookie strong{display:block;font-size:15px;margin-bottom:4px}.tuk-cookie p{font-size:13px;color:var(--tuk-muted)}.tuk-cookie__actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.tuk-cookie__actions a{font-size:13px;color:var(--tuk-blue);font-weight:700}.tuk-button--cookie{background:var(--tuk-blue);color:#fff;box-shadow:none}.tuk-button--cookie:hover{background:var(--tuk-blue-2);color:#fff}


/* v1.2.1 — reset absoluto dos ícones do header para evitar estilos globais do tema/Elementor */
.tuk-home .tuk-header button.tuk-header-icon,
.tuk-home .tuk-header button.tuk-header-icon:hover,
.tuk-home .tuk-header button.tuk-header-icon:focus,
.tuk-home .tuk-header button.tuk-header-icon:active {
  all: unset !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  box-sizing: border-box !important;
  width: 28px !important;
  height: 28px !important;
  display: grid !important;
  place-items: center !important;
  cursor: pointer !important;
  color: #18324c !important;
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  border: 0 !important;
  border-width: 0 !important;
  border-style: none !important;
  border-color: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: none !important;
  max-height: none !important;
  line-height: 1 !important;
  text-decoration: none !important;
  transform: none !important;
  filter: none !important;
}
.tuk-home .tuk-header button.tuk-header-icon::before,
.tuk-home .tuk-header button.tuk-header-icon::after {
  content: none !important;
  display: none !important;
  background: none !important;
  border: 0 !important;
  box-shadow: none !important;
}
.tuk-home .tuk-header button.tuk-header-icon svg {
  width: 24px !important;
  height: 24px !important;
  display: block !important;
  stroke: currentColor !important;
  fill: none !important;
}
.tuk-home .tuk-header button.tuk-header-icon:hover { color: var(--tuk-blue) !important; }
@media (max-width:640px){
  .tuk-home .tuk-header button.tuk-header-icon,
  .tuk-home .tuk-header button.tuk-header-icon:hover,
  .tuk-home .tuk-header button.tuk-header-icon:focus,
  .tuk-home .tuk-header button.tuk-header-icon:active {
    width:24px !important;
    height:24px !important;
  }
  .tuk-home .tuk-header button.tuk-header-icon svg { width:22px !important;height:22px !important; }
}

/* ================================
   TUK Home v1.3.0 — refinamento final
   ================================ */

/* Base mais limpa: fundo branco e sem altura artificial no final da página. */
.tuk-home{
  min-height:0!important;
  height:auto!important;
  margin:0!important;
  padding:0!important;
  background:#fff!important;
}

/* Header liquid-glass mais transparente. Os controles agora são spans,
   evitando qualquer estilo global de botão do tema/Elementor. */
.tuk-home .tuk-header{
  background:rgba(255,255,255,.58)!important;
  border-bottom:1px solid rgba(20,50,80,.055)!important;
  box-shadow:0 6px 24px rgba(20,60,100,.025)!important;
  backdrop-filter:blur(24px) saturate(165%)!important;
  -webkit-backdrop-filter:blur(24px) saturate(165%)!important;
}
.tuk-home .tuk-header .tuk-header-icon,
.tuk-home .tuk-header .tuk-header-icon:hover,
.tuk-home .tuk-header .tuk-header-icon:focus,
.tuk-home .tuk-header .tuk-header-icon:active{
  all:unset!important;
  box-sizing:border-box!important;
  width:28px!important;
  height:28px!important;
  display:grid!important;
  place-items:center!important;
  cursor:pointer!important;
  color:#17304c!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  outline:0!important;
  margin:0!important;
  padding:0!important;
  line-height:1!important;
  -webkit-tap-highlight-color:transparent!important;
}
.tuk-home .tuk-header .tuk-header-icon:hover{color:var(--tuk-blue)!important}
.tuk-home .tuk-header .tuk-header-icon:focus-visible{outline:2px solid rgba(30,143,242,.35)!important;outline-offset:5px!important;border-radius:4px!important}
.tuk-home .tuk-header .tuk-header-icon svg{width:24px!important;height:24px!important;display:block!important;fill:none!important;stroke:currentColor!important}

/* Card dos grupos: layout estável e responsivo. */
.tuk-offers-cta{
  min-height:0!important;
  border-radius:30px!important;
}
.tuk-offers-cta__content{
  min-height:230px!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  gap:28px!important;
  align-items:center!important;
  padding:32px!important;
}
.tuk-offers-cta__content>div{min-width:0!important;max-width:720px!important}
.tuk-offers-cta h2{max-width:680px!important;word-break:normal!important;overflow-wrap:normal!important;hyphens:none!important}
.tuk-offers-cta p{max-width:610px!important;word-break:normal!important;overflow-wrap:normal!important}
.tuk-button--groups{
  background:#fff!important;
  color:var(--tuk-blue)!important;
  border:1px solid rgba(255,255,255,.72)!important;
  box-shadow:0 14px 32px rgba(3,71,129,.14)!important;
  min-height:56px!important;
  padding:16px 28px!important;
  font-weight:800!important;
  white-space:nowrap!important;
  border-radius:999px!important;
}
.tuk-button--groups:hover{background:#f8fcff!important;color:var(--tuk-blue-2)!important}

/* Footer novo, compacto e sem espaço fantasma abaixo. */
.tuk-footer{
  width:100%!important;
  margin:0!important;
  padding:0!important;
  background:linear-gradient(180deg,#f8fbff 0%,#f3f8fd 100%)!important;
  border-top:1px solid rgba(30,143,242,.09)!important;
}
.tuk-footer__inner{
  max-width:1240px;
  margin:0 auto!important;
  padding:30px 22px 24px!important;
  display:grid;
  grid-template-columns:minmax(260px,1fr) auto auto;
  align-items:center;
  gap:24px;
}
.tuk-footer__brand{display:flex;align-items:center;gap:12px;min-width:0}
.tuk-footer__brand img{width:42px;height:42px;border-radius:50%;box-shadow:0 7px 20px rgba(30,143,242,.12)}
.tuk-footer__brand strong{display:block;font-size:14px;color:var(--tuk-ink)}
.tuk-footer__brand p{font-size:12px;color:var(--tuk-muted);margin-top:2px}
.tuk-footer__nav{display:flex;align-items:center;gap:18px;flex-wrap:wrap}
.tuk-footer__nav a{font-size:12px;font-weight:750;color:#486176;transition:.18s ease}
.tuk-footer__nav a:hover{color:var(--tuk-blue)}
.tuk-footer__social{display:flex;gap:8px;justify-self:end}
.tuk-footer__social a{width:36px;height:36px;border-radius:12px;background:#fff;border:1px solid rgba(30,143,242,.10);display:grid;place-items:center;color:#284760;box-shadow:0 5px 18px rgba(25,69,108,.04);transition:.18s ease}
.tuk-footer__social a:hover{color:var(--tuk-blue);transform:translateY(-1px);border-color:rgba(30,143,242,.22)}
.tuk-footer__social svg{width:18px;height:18px}
.tuk-footer__bottom{grid-column:1/-1;border-top:1px solid rgba(30,143,242,.08);padding-top:16px;font-size:11px;color:#8090a0}

/* Páginas internas criadas pelo plugin. */
.tuk-standalone-body{margin:0!important;padding:0!important;background:#fff!important}
.tuk-static-shell{max-width:1040px;margin:0 auto;padding:56px 22px 72px}
.tuk-legal-card,.tuk-contact-card{border:1px solid rgba(30,143,242,.10);border-radius:32px;background:linear-gradient(180deg,#fff,#f9fcff);box-shadow:0 24px 70px rgba(28,75,120,.07);overflow:hidden}
.tuk-static-hero{padding:46px 48px 38px;background:radial-gradient(circle at 90% 0%,rgba(30,143,242,.13),transparent 42%),linear-gradient(180deg,#fbfdff,#f4f9ff)}
.tuk-static-icon{width:54px;height:54px;border-radius:18px;display:grid;place-items:center;background:var(--tuk-blue);color:#fff;margin-bottom:22px;box-shadow:0 14px 30px rgba(30,143,242,.20)}
.tuk-static-icon svg{width:27px;height:27px}
.tuk-static-hero h1{font-size:clamp(34px,5vw,58px);letter-spacing:-.05em;line-height:1;margin:7px 0 14px}
.tuk-static-hero p{max-width:700px;color:#587086;font-size:15px}
.tuk-legal-content{padding:42px 48px 48px;display:grid;gap:28px}
.tuk-legal-content section{padding-bottom:25px;border-bottom:1px solid rgba(30,143,242,.08)}
.tuk-legal-content section:last-of-type{padding-bottom:0;border-bottom:0}
.tuk-legal-content h2{font-size:20px;letter-spacing:-.025em;margin-bottom:8px}
.tuk-legal-content p{font-size:14px;color:#516a80;line-height:1.75}
.tuk-legal-content a{color:var(--tuk-blue);font-weight:700}
.tuk-legal-updated{font-size:11px!important;color:#93a1af!important;margin-top:8px!important}
.tuk-contact-card{padding-bottom:38px}
.tuk-contact-email{margin:0 48px 18px;display:grid;grid-template-columns:48px minmax(0,1fr) 22px;align-items:center;gap:14px;padding:16px 18px;border-radius:20px;background:#f4f9ff;border:1px solid rgba(30,143,242,.11);transition:.18s ease}
.tuk-contact-email:hover{transform:translateY(-1px);border-color:rgba(30,143,242,.22)}
.tuk-contact-email>span{width:48px;height:48px;border-radius:15px;background:#fff;display:grid;place-items:center;color:var(--tuk-blue)}
.tuk-contact-email small,.tuk-contact-email strong{display:block}.tuk-contact-email small{font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:#8a99a8}.tuk-contact-email strong{font-size:15px;margin-top:2px;word-break:break-word}
.tuk-contact-social{margin:0 48px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.tuk-contact-social a{display:flex;align-items:center;justify-content:center;gap:8px;padding:13px;border-radius:15px;background:#fff;border:1px solid rgba(30,143,242,.10);font-size:12px;font-weight:750;color:#456179}
.tuk-contact-social a:hover{color:var(--tuk-blue);border-color:rgba(30,143,242,.22)}
.tuk-contact-social svg{width:17px;height:17px}

/* Elimina margens/alturas residuais da seção do Elementor Canvas que contém a Home. */
body.elementor-template-canvas{margin:0!important;padding:0!important;background:#fff!important;min-height:0!important}
body.elementor-template-canvas .elementor:has(.tuk-home),
body.elementor-template-canvas .elementor-section-wrap:has(.tuk-home),
body.elementor-template-canvas .elementor-section:has(.tuk-home),
body.elementor-template-canvas .elementor-column:has(.tuk-home),
body.elementor-template-canvas .elementor-widget-shortcode:has(.tuk-home),
body.elementor-template-canvas .elementor-widget-container:has(>.tuk-home){
  margin-bottom:0!important;
  padding-bottom:0!important;
  min-height:0!important;
  height:auto!important;
}

@media (max-width:1000px){
  .tuk-offers-cta__content{grid-template-columns:1fr!important;gap:20px!important}
  .tuk-offers-cta .tuk-button--groups{grid-column:auto!important;width:max-content!important;max-width:100%!important}
  .tuk-footer__inner{grid-template-columns:1fr auto;gap:20px}
  .tuk-footer__nav{grid-column:1/-1;grid-row:2}
  .tuk-footer__social{grid-column:2;grid-row:1}
}

@media (max-width:640px){
  .tuk-home .tuk-header{background:rgba(255,255,255,.52)!important}
  .tuk-home .tuk-header .tuk-header-icon,
  .tuk-home .tuk-header .tuk-header-icon:hover,
  .tuk-home .tuk-header .tuk-header-icon:focus,
  .tuk-home .tuk-header .tuk-header-icon:active{width:24px!important;height:24px!important}
  .tuk-home .tuk-header .tuk-header-icon svg{width:22px!important;height:22px!important}

  .tuk-offers-cta{border-radius:25px!important;margin-bottom:38px!important}
  .tuk-offers-cta__content{
    grid-template-columns:minmax(0,1fr)!important;
    padding:24px 20px!important;
    min-height:0!important;
    gap:20px!important;
  }
  .tuk-offers-cta__content>div{width:100%!important;min-width:0!important}
  .tuk-offers-cta h2{font-size:30px!important;line-height:1.04!important;max-width:100%!important}
  .tuk-offers-cta p{font-size:13px!important;line-height:1.55!important;max-width:100%!important}
  .tuk-offers-cta .tuk-button--groups{
    grid-column:auto!important;
    width:100%!important;
    max-width:100%!important;
    min-height:54px!important;
    margin:0!important;
    padding:15px 18px!important;
    white-space:normal!important;
    text-align:center!important;
  }

  .tuk-footer__inner{grid-template-columns:1fr!important;padding:25px 16px 18px!important;gap:18px!important}
  .tuk-footer__brand,.tuk-footer__nav,.tuk-footer__social,.tuk-footer__bottom{grid-column:1!important;grid-row:auto!important;justify-self:start!important}
  .tuk-footer__nav{gap:15px}
  .tuk-footer__social{justify-self:start!important}
  .tuk-footer__bottom{width:100%;padding-top:14px}

  .tuk-static-shell{padding:28px 12px 36px}
  .tuk-legal-card,.tuk-contact-card{border-radius:24px}
  .tuk-static-hero{padding:30px 22px 26px}
  .tuk-static-hero h1{font-size:36px}
  .tuk-static-hero p{font-size:13px}
  .tuk-legal-content{padding:28px 22px 32px;gap:22px}
  .tuk-legal-content h2{font-size:18px}
  .tuk-legal-content p{font-size:13px;line-height:1.68}
  .tuk-contact-card{padding-bottom:22px}
  .tuk-contact-email{margin:0 16px 14px;grid-template-columns:42px minmax(0,1fr) 18px;padding:14px;border-radius:17px}
  .tuk-contact-email>span{width:42px;height:42px;border-radius:13px}
  .tuk-contact-email strong{font-size:13px}
  .tuk-contact-social{margin:0 16px;grid-template-columns:1fr}

  .tuk-cookie{left:12px!important;right:12px!important;bottom:12px!important}
  .tuk-cookie__inner{grid-template-columns:1fr!important;padding:14px 14px 15px!important;border-radius:18px!important}
  .tuk-cookie__actions{justify-content:space-between!important}
}

/* ================================
   TUK Search v1.4.0
   Página de resultados integrada ao visual da Home
   ================================ */
.tuk-search-body{margin:0!important;background:#fff!important}
.tuk-search-shell{max-width:1240px;margin:0 auto;padding:42px 22px 70px}
.tuk-search-hero{position:relative;overflow:hidden;padding:34px;border-radius:32px;background:linear-gradient(135deg,#f4faff 0%,#ffffff 58%,#eef7ff 100%);border:1px solid rgba(30,143,242,.10);box-shadow:0 18px 55px rgba(22,82,132,.06);display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.72fr);align-items:center;gap:30px}
.tuk-search-hero:before{content:"";position:absolute;width:260px;height:260px;border-radius:50%;right:-115px;top:-145px;background:rgba(30,143,242,.10);filter:blur(2px);pointer-events:none}
.tuk-search-hero__copy{position:relative;z-index:1;min-width:0}
.tuk-search-hero h1{font-size:clamp(32px,4.2vw,58px);line-height:1.02;letter-spacing:-.052em;font-weight:780;max-width:780px}
.tuk-search-hero h1 span{color:var(--tuk-blue)}
.tuk-search-hero__copy>p{margin-top:12px!important;color:var(--tuk-muted);font-size:14px}
.tuk-search-page-form{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:stretch;padding:6px;border-radius:22px;background:rgba(255,255,255,.86);border:1px solid rgba(30,143,242,.12);box-shadow:0 12px 35px rgba(22,82,132,.06);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}
.tuk-search-page-form input{width:100%;min-width:0;border:0!important;outline:0!important;background:transparent!important;padding:15px 16px!important;color:var(--tuk-ink)!important;box-shadow:none!important;border-radius:16px!important;font-size:15px!important}
.tuk-search-page-form input::placeholder{color:#94a2b2}
.tuk-search-page-form button{border:0!important;border-radius:17px!important;background:var(--tuk-blue)!important;color:#fff!important;padding:0 19px!important;min-width:126px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;font-weight:800!important;cursor:pointer!important;box-shadow:0 10px 24px rgba(30,143,242,.20)!important}
.tuk-search-page-form button svg{width:18px;height:18px}
.tuk-search-results{margin-top:48px}
.tuk-search-results__head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:18px}
.tuk-search-results__head h2{font-size:clamp(25px,2.5vw,38px);letter-spacing:-.04em;font-weight:760}
.tuk-search-page-count{font-size:12px;color:var(--tuk-muted);white-space:nowrap}
.tuk-search-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.tuk-post-card--search{background:#f7fbff;border-color:rgba(30,143,242,.095)}
.tuk-post-card--search .tuk-post-card__media{aspect-ratio:16/10}
.tuk-post-card--search .tuk-post-card__body{padding:16px 16px 17px}
.tuk-post-card--search .tuk-post-card__body h3{font-size:17px;line-height:1.25}
.tuk-search-pagination{display:flex;justify-content:center;margin-top:34px}
.tuk-search-pagination ul{list-style:none!important;margin:0!important;padding:0!important;display:flex;align-items:center;justify-content:center;gap:7px;flex-wrap:wrap}
.tuk-search-pagination li{margin:0!important;padding:0!important}
.tuk-search-pagination a,.tuk-search-pagination span{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;border:1px solid rgba(30,143,242,.11);background:#f7fbff;color:#36516c;font-weight:780;font-size:13px;transition:.18s ease}
.tuk-search-pagination a:hover{transform:translateY(-2px);border-color:rgba(30,143,242,.28);color:var(--tuk-blue)}
.tuk-search-pagination .current{background:var(--tuk-blue);border-color:var(--tuk-blue);color:#fff;box-shadow:0 8px 20px rgba(30,143,242,.18)}
.tuk-search-empty{margin-top:32px;padding:56px 26px;text-align:center;border-radius:30px;background:linear-gradient(180deg,#f7fbff,#fff);border:1px solid rgba(30,143,242,.09)}
.tuk-search-empty__icon{width:58px;height:58px;margin:0 auto 18px;border-radius:20px;background:#eaf5ff;color:var(--tuk-blue);display:grid;place-items:center}
.tuk-search-empty__icon svg{width:26px;height:26px}
.tuk-search-empty h2{font-size:clamp(25px,3vw,38px);letter-spacing:-.04em;max-width:650px;margin:0 auto!important}
.tuk-search-empty p{max-width:610px;margin:12px auto 22px!important;color:var(--tuk-muted)}
.tuk-button--search-home{background:var(--tuk-blue)!important;color:#fff!important;box-shadow:0 10px 26px rgba(30,143,242,.16)!important}

@media(max-width:900px){
  .tuk-search-hero{grid-template-columns:1fr;padding:28px}
  .tuk-search-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:640px){
  .tuk-search-shell{padding:24px 12px 48px}
  .tuk-search-hero{padding:22px 16px;border-radius:25px;gap:20px}
  .tuk-search-hero h1{font-size:34px}
  .tuk-search-page-form{grid-template-columns:minmax(0,1fr) 48px;padding:5px;border-radius:18px}
  .tuk-search-page-form input{padding:13px 11px!important;font-size:14px!important}
  .tuk-search-page-form button{width:48px!important;min-width:48px!important;padding:0!important;border-radius:14px!important}
  .tuk-search-page-form button span{display:none}
  .tuk-search-results{margin-top:34px}
  .tuk-search-results__head{align-items:center;margin-bottom:13px}
  .tuk-search-results__head h2{font-size:25px}
  .tuk-search-page-count{display:none}
  .tuk-search-grid{grid-template-columns:1fr;gap:12px}
  .tuk-post-card--search{display:grid;grid-template-columns:128px minmax(0,1fr);min-height:122px}
  .tuk-post-card--search .tuk-post-card__media{height:100%;aspect-ratio:auto}
  .tuk-post-card--search .tuk-post-card__body{padding:12px;align-self:center}
  .tuk-post-card--search .tuk-post-card__body h3{font-size:14px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
  .tuk-post-card--search .tuk-chip--floating{font-size:8px;padding:4px 7px}
  .tuk-search-pagination a,.tuk-search-pagination span{width:38px;height:38px;border-radius:12px}
  .tuk-search-empty{padding:42px 18px;border-radius:24px}
}


/* Single post clean */
body.tuk-single-body{margin:0!important;background:#fff!important;overflow-x:hidden}
.tuk-single-page{background:#fff}
.tuk-article-shell{max-width:1120px;margin:0 auto;padding:42px 22px 70px}
.tuk-article{max-width:820px;margin:0 auto}
.tuk-article-header{padding:4px 0 24px;border-bottom:1px solid rgba(15,39,67,.08)}
.tuk-article-category{display:inline-flex;align-items:center;padding:7px 11px;border-radius:999px;background:#eef7ff;color:var(--tuk-blue);font-size:11px;font-weight:800;letter-spacing:.03em;margin-bottom:13px}
.tuk-article-header h1{font-size:clamp(34px,5vw,58px);line-height:1.02;letter-spacing:-.05em;font-weight:780;color:#102033;max-width:900px}
.tuk-article-meta{display:flex;align-items:center;gap:10px 16px;flex-wrap:wrap;margin-top:16px;color:#7a8797;font-size:12px}
.tuk-article-meta span{display:inline-flex;align-items:center}
.tuk-article-meta span+span:before{content:"•";margin-right:16px;color:#b4c0cb}
.tuk-article-featured{margin:24px 0 30px;border-radius:28px;overflow:hidden;background:#f4f8fc;box-shadow:0 14px 42px rgba(20,72,115,.08)}
.tuk-article-featured img{display:block;width:100%;height:auto}
.tuk-article-content{padding-top:28px;font-size:17px;line-height:1.78;color:#26384a}
.tuk-article-content p{margin:0 0 1.35em}
.tuk-article-content h2,.tuk-article-content h3,.tuk-article-content h4{color:#102033;line-height:1.18;letter-spacing:-.035em;margin:1.9em 0 .7em;font-weight:760}
.tuk-article-content h2{font-size:31px}.tuk-article-content h3{font-size:24px}.tuk-article-content h4{font-size:19px}
.tuk-article-content ul,.tuk-article-content ol{padding-left:1.25em;margin:0 0 1.5em}.tuk-article-content li{margin:.45em 0}
.tuk-article-content a{color:#087fdc;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}
.tuk-article-content img{max-width:100%;height:auto}
.tuk-article-content figure{max-width:100%;margin:1.8em auto}.tuk-article-content figcaption{font-size:12px;color:#7b8998;margin-top:8px;text-align:center}
.tuk-article-content iframe,.tuk-article-content video,.tuk-article-content embed{max-width:100%}
.tuk-article-content table{width:100%;max-width:100%;border-collapse:collapse;margin:1.8em 0;display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}
.tuk-article-content th,.tuk-article-content td{padding:10px 12px;border:1px solid rgba(15,39,67,.1);text-align:left;white-space:normal}
.tuk-article-content blockquote{margin:1.6em 0;padding:17px 20px;border-left:4px solid var(--tuk-blue);background:#f6faff;border-radius:0 16px 16px 0;color:#42566c}
.tuk-article-content .wp-block-image img,.tuk-article-content .wp-caption img{border-radius:18px}
.tuk-article-content .wp-block-embed,.tuk-article-content .wp-block-video{margin:1.8em 0}
/* do not interfere with automatic ad blocks */
.tuk-article-content ins,.tuk-article-content .adsbygoogle{max-width:100%}
.tuk-post-nav{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:42px 0 0;padding-top:24px;border-top:1px solid rgba(15,39,67,.08)}
.tuk-post-nav__item{padding:16px 17px;border-radius:18px;background:#f7faff;border:1px solid rgba(30,143,242,.09);transition:.2s ease}
.tuk-post-nav__item:hover{transform:translateY(-2px);border-color:rgba(30,143,242,.22)}
.tuk-post-nav__item small{display:block;color:var(--tuk-blue);font-weight:800;font-size:10px;text-transform:uppercase;letter-spacing:.08em;margin-bottom:6px}
.tuk-post-nav__item strong{display:block;font-size:13px;line-height:1.3;color:#17304b}
.tuk-post-nav__item--next{text-align:right}
.tuk-related{max-width:960px;margin:64px auto 0;padding-top:34px;border-top:1px solid rgba(15,39,67,.08)}
.tuk-related .tuk-section-head{margin-bottom:16px}.tuk-related .tuk-section-head h2{font-size:30px}
.tuk-related-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.tuk-post-card--related .tuk-post-card__body h3{font-size:14px}
.tuk-comments-shell{max-width:820px;margin:58px auto 0;padding-top:32px;border-top:1px solid rgba(15,39,67,.08)}
.tuk-comments-shell iframe{max-width:100%}

@media (max-width:700px){
  .tuk-article-shell{padding:26px 16px 48px}
  .tuk-article-header{padding-bottom:19px}
  .tuk-article-header h1{font-size:31px;line-height:1.06;letter-spacing:-.045em}
  .tuk-article-meta{font-size:11px;gap:7px 10px;margin-top:12px}
  .tuk-article-meta span+span:before{margin-right:10px}
  .tuk-article-featured{margin:18px 0 22px;border-radius:20px}
  .tuk-article-content{padding-top:22px;font-size:16px;line-height:1.72}
  .tuk-article-content h2{font-size:25px}.tuk-article-content h3{font-size:21px}
  .tuk-article-content .wp-block-image img,.tuk-article-content .wp-caption img{border-radius:14px}
  .tuk-post-nav{grid-template-columns:1fr;margin-top:34px}.tuk-post-nav__item--next{text-align:left}
  .tuk-related{margin-top:46px;padding-top:28px}.tuk-related .tuk-section-head h2{font-size:25px}
  .tuk-related-grid{display:flex;gap:10px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:4px;scrollbar-width:none}.tuk-related-grid::-webkit-scrollbar{display:none}.tuk-post-card--related{min-width:74vw;scroll-snap-align:start}
  .tuk-comments-shell{margin-top:42px;padding-top:25px}
}
