:root {
  --tg-navy: #082d63;
  --tg-navy-2: #031d43;
  --tg-green: #3f8d14;
  --tg-blue: #1376d1;
  --tg-sky: #eaf5ff;
  --tg-ink: #10213d;
  --tg-muted: #65748a;
  --tg-border: #dce5ef;
  --tg-surface: #ffffff;
  --tg-soft: #f6f9fd;
  --tg-shadow: 0 14px 45px rgba(8, 45, 99, .12);
  --tg-radius: 18px;
  --tg-container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: #fff;
  color: var(--tg-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.tg-modal-is-open,
body.tg-menu-is-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
svg.tg-icon { width: 1.2em; height: 1.2em; flex: 0 0 auto; }
.tg-container { width: min(calc(100% - 40px), var(--tg-container)); margin-inline: auto; }
.screen-reader-text {
  position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.screen-reader-text:focus {
  position: fixed !important; z-index: 100000; top: 10px; left: 10px; width: auto; height: auto;
  padding: 10px 14px; margin: 0; clip: auto; background: #fff; color: var(--tg-navy);
}

/* Top bar and navigation */
.tg-topbar { background: var(--tg-navy-2); color: #fff; font-size: 13px; }
.tg-topbar__inner { min-height: 38px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.tg-topbar__contacts, .tg-socials { display: flex; align-items: center; gap: 20px; }
.tg-topbar__contacts a, .tg-topbar__address { display: inline-flex; align-items: center; gap: 7px; opacity: .96; }
.tg-topbar__contacts svg { width: 15px; height: 15px; }
.tg-topbar__address { margin-left: 12px; }
.tg-socials { gap: 8px; }
.tg-socials a { width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.28); }
.tg-socials a:hover { background: rgba(255,255,255,.12); }
.tg-socials svg { width: 14px; height: 14px; }
.tg-header { position: sticky; top: 0; z-index: 60; background: rgba(255,255,255,.97); border-bottom: 1px solid rgba(8,45,99,.08); transition: box-shadow .25s ease; }
.admin-bar .tg-header { top: 32px; }
.tg-header.is-scrolled { box-shadow: 0 8px 28px rgba(8,45,99,.12); }
.tg-header__inner { height: 86px; display: flex; align-items: center; gap: 24px; }
.tg-brand { flex: 0 0 auto; display: inline-flex; align-items: center; }
.tg-brand img, .tg-brand .custom-logo { width: auto; max-width: 215px; max-height: 70px; object-fit: contain; }
.tg-brand .custom-logo-link { display: flex; }
.tg-nav { margin-left: auto; }
.tg-nav .menu { list-style: none; display: flex; align-items: center; gap: 25px; margin: 0; padding: 0; }
.tg-nav a { position: relative; display: inline-flex; padding: 30px 0; color: #17223a; font-size: 14px; font-weight: 700; }
.tg-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 23px; height: 2px; background: var(--tg-green); transition: right .2s ease; }
.tg-nav a:hover::after, .tg-nav .current-menu-item > a::after { right: 0; }
.tg-menu-toggle { display: none; border: 0; background: none; padding: 8px; cursor: pointer; }
.tg-menu-toggle svg { width: 27px; height: 27px; }
.tg-menu-close { display: none; }
.tg-header__book { flex: 0 0 auto; }

/* Buttons */
.tg-btn {
  appearance: none; border: 0; border-radius: 8px; min-height: 46px; padding: 12px 20px;
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-weight: 800; font-size: 14px; line-height: 1; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.tg-btn:hover { transform: translateY(-2px); }
.tg-btn--green { background: linear-gradient(135deg, #4d9d1e, var(--tg-green)); color: #fff; box-shadow: 0 8px 20px rgba(63,141,20,.22); }
.tg-btn--green:hover { box-shadow: 0 11px 25px rgba(63,141,20,.3); }
.tg-btn--outline { background: #fff; color: var(--tg-navy); border: 1px solid #a9bad0; }
.tg-btn--outline span { display: flex; flex-direction: column; line-height: 1.05; }
.tg-btn--outline small { font-size: 9px; text-transform: uppercase; letter-spacing: .08em; opacity: .72; }
.tg-btn--wide { width: 100%; }

/* Hero */
.tg-hero { position: relative; overflow: hidden; min-height: 525px; background: radial-gradient(circle at 75% 15%, #fff 0, #edf7ff 42%, #fff 78%); }
.tg-hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(19,118,209,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(19,118,209,.045) 1px, transparent 1px); background-size: 40px 40px; mask-image: linear-gradient(90deg, transparent, #000, transparent); }
.tg-hero__grid { min-height: 500px; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 28px; position: relative; z-index: 2; }
.tg-hero__content { padding: 55px 0 90px; }
.tg-eyebrow { display: inline-flex; align-items: center; gap: 7px; padding: 6px 11px; border: 1px solid #8dc6f5; border-radius: 999px; background: rgba(255,255,255,.85); color: var(--tg-blue); font-size: 12px; line-height: 1; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; }
.tg-eyebrow svg { width: 14px; height: 14px; }
.tg-hero h1 { margin: 15px 0 12px; max-width: 560px; font-size: clamp(48px, 5.1vw, 75px); line-height: .97; letter-spacing: -.045em; color: var(--tg-navy); }
.tg-hero h1 span { display: block; }
.tg-green-text { color: var(--tg-green); }
.tg-blue-text { color: var(--tg-blue); }
.tg-hero__content > p { max-width: 560px; margin: 0 0 24px; color: #42526a; font-size: 18px; line-height: 1.55; }
.tg-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.tg-hero__visual { align-self: stretch; position: relative; display: flex; align-items: center; justify-content: center; min-width: 0; }
.tg-hero__visual::after { content: ""; position: absolute; left: 5%; right: 3%; bottom: 78px; height: 45px; border-radius: 50%; background: rgba(8,45,99,.16); filter: blur(18px); }
.tg-hero__visual img { width: 100%; max-height: 470px; object-fit: cover; object-position: center; border-radius: 0 0 28px 28px; position: relative; z-index: 1; mix-blend-mode: multiply; }
.tg-guarantee { position: absolute; z-index: 3; right: 1%; top: 45%; transform: translateY(-50%); width: 142px; aspect-ratio: 1; border-radius: 50%; display: grid; place-content: center; text-align: center; padding: 18px; color: #fff; background: radial-gradient(circle at 50% 40%, #173f79 0, var(--tg-navy) 65%); border: 7px solid #fff; box-shadow: 0 0 0 4px var(--tg-blue), 0 12px 26px rgba(8,45,99,.25); }
.tg-guarantee::after { content: ""; position: absolute; left: 35px; right: 35px; bottom: -29px; height: 42px; background: var(--tg-green); clip-path: polygon(0 0,100% 0,78% 100%,50% 72%,22% 100%); z-index: -1; }
.tg-guarantee strong { font-size: 31px; line-height: 1; }
.tg-guarantee span { font-size: 11px; line-height: 1.2; font-weight: 800; text-transform: uppercase; }
.tg-wave { position: absolute; height: 82px; left: -3%; right: -3%; bottom: -45px; border-radius: 50% 50% 0 0; background: linear-gradient(180deg, rgba(19,118,209,.68), #fff 47%); transform: rotate(-1.2deg); }
.tg-wave::before { content: ""; position: absolute; inset: 13px -5% auto; height: 24px; border-radius: 50%; border-top: 4px solid var(--tg-green); opacity: .78; }

/* Feature strip */
.tg-feature-strip { position: relative; z-index: 5; margin-top: -32px; }
.tg-feature-strip__grid { display: grid; grid-template-columns: repeat(6, 1fr); background: #fff; border: 1px solid var(--tg-border); border-radius: 20px; box-shadow: var(--tg-shadow); overflow: hidden; }
.tg-feature { min-width: 0; padding: 24px 14px; display: flex; flex-direction: column; align-items: center; text-align: center; border-right: 1px solid var(--tg-border); }
.tg-feature:last-child { border-right: 0; }
.tg-feature__icon { width: 54px; height: 54px; border: 1px solid #bcd3ec; background: #f4f9ff; color: var(--tg-navy); border-radius: 50%; display: grid; place-items: center; margin-bottom: 9px; }
.tg-feature__icon svg { width: 29px; height: 29px; }
.tg-feature:nth-child(3) .tg-feature__icon { color: var(--tg-green); background: #f5fbf1; border-color: #c9e2b9; }
.tg-feature h3 { margin: 0 0 4px; color: var(--tg-navy); font-size: 13px; line-height: 1.25; }
.tg-feature p { margin: 0; color: var(--tg-muted); font-size: 11px; line-height: 1.4; }

/* Generic sections */
.tg-section { padding: 76px 0; }
.tg-kicker, .tg-section-heading > span, .tg-section-heading > div > span { display: block; margin-bottom: 2px; color: var(--tg-green); font-size: 13px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.tg-section-heading { text-align: center; margin-bottom: 32px; }
.tg-section-heading h2, .tg-about h2, .tg-panel h2 { margin: 0; color: var(--tg-navy); font-size: clamp(30px, 3.2vw, 46px); line-height: 1.1; letter-spacing: -.025em; }
.tg-section-heading h2::after, .tg-about h2::after { content: ""; display: block; width: 46px; height: 3px; margin: 11px auto 0; background: linear-gradient(90deg, var(--tg-green), var(--tg-blue)); border-radius: 4px; }
.tg-section-heading--left { display: flex; align-items: end; justify-content: space-between; gap: 24px; text-align: left; }
.tg-section-heading--left h2::after { margin-left: 0; }

/* About */
.tg-about { padding-top: 88px; }
.tg-about__grid { display: grid; grid-template-columns: 1fr 1.14fr; gap: 55px; align-items: center; }
.tg-about__image { position: relative; padding: 10px 0 0 10px; }
.tg-about__image::before { content: ""; position: absolute; left: 0; top: 0; width: 90px; height: 90px; border-left: 4px solid var(--tg-green); border-top: 4px solid var(--tg-green); border-radius: 16px 0 0 0; }
.tg-about__image::after { content: ""; position: absolute; right: -10px; bottom: -10px; width: 90px; height: 90px; border-right: 4px solid var(--tg-blue); border-bottom: 4px solid var(--tg-blue); border-radius: 0 0 16px 0; }
.tg-about__image img { width: 100%; aspect-ratio: 1.75; object-fit: cover; border-radius: 18px; box-shadow: 0 18px 45px rgba(8,45,99,.18); position: relative; z-index: 1; }
.tg-about__content > p { color: #526178; font-size: 16px; }
.tg-about h2::after { margin-left: 0; }
.tg-check-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 24px; margin-top: 24px; }
.tg-check-grid span { display: flex; align-items: center; gap: 9px; font-size: 14px; font-weight: 700; }
.tg-check-grid svg { width: 20px; height: 20px; padding: 3px; border-radius: 50%; background: var(--tg-green); color: #fff; stroke-width: 3; }

/* Services */
.tg-services { background: linear-gradient(180deg, #fff, #f8fbff 65%, #fff); }
.tg-pills { display: flex; align-items: center; padding: 4px; border: 1px solid var(--tg-border); border-radius: 14px; background: #fff; box-shadow: 0 8px 22px rgba(8,45,99,.07); }
.tg-pills button { border: 0; border-radius: 10px; background: transparent; padding: 9px 15px; color: var(--tg-navy); font-size: 12px; font-weight: 800; cursor: pointer; }
.tg-pills .active { background: var(--tg-blue); color: #fff; }
.tg-services__grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.tg-service-card { min-width: 0; min-height: 145px; display: flex; align-items: flex-start; gap: 13px; padding: 20px 15px; border: 1px solid var(--tg-border); border-radius: 16px; background: #fff; box-shadow: 0 8px 22px rgba(8,45,99,.055); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.tg-service-card:hover { transform: translateY(-5px); border-color: #a7c6e7; box-shadow: 0 15px 32px rgba(8,45,99,.12); }
.tg-service-card__icon { width: 52px; height: 52px; flex: 0 0 52px; display: grid; place-items: center; color: var(--tg-navy); background: #eef6ff; border: 1px solid #cfe1f3; border-radius: 50%; }
.tg-service-card__icon svg { width: 29px; height: 29px; }
.tg-service-card h3 { margin: 2px 0 6px; color: var(--tg-navy); font-size: 14px; line-height: 1.25; }
.tg-service-card p { margin: 0; color: var(--tg-muted); font-size: 11px; line-height: 1.45; }

/* Process */
.tg-process { padding-top: 42px; }
.tg-process__grid { display: grid; grid-template-columns: repeat(8, 1fr); gap: 10px; position: relative; }
.tg-process__grid::before { content: ""; position: absolute; left: 5%; right: 5%; top: 52px; height: 1px; background: repeating-linear-gradient(90deg, #abc5e1 0 8px, transparent 8px 14px); }
.tg-step { position: relative; z-index: 1; text-align: center; padding: 0 5px; }
.tg-step__number { position: absolute; top: -4px; left: 50%; margin-left: -30px; width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; background: var(--tg-green); color: #fff; border: 2px solid #fff; font-size: 11px; font-weight: 900; }
.tg-step:nth-child(even) .tg-step__number { background: var(--tg-blue); }
.tg-step__icon { width: 82px; height: 82px; display: grid; place-items: center; margin: 0 auto 10px; border: 1px solid #bfd2e6; border-radius: 50%; color: var(--tg-navy); background: #fff; box-shadow: 0 8px 18px rgba(8,45,99,.07); }
.tg-step__icon svg { width: 35px; height: 35px; }
.tg-step h3 { margin: 0 0 5px; color: var(--tg-navy); font-size: 12px; line-height: 1.2; }
.tg-step p { margin: 0; color: var(--tg-muted); font-size: 10px; line-height: 1.35; }

/* Benefits and schedule */
.tg-info-panels { padding-top: 22px; }
.tg-info-panels__grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 18px; }
.tg-panel { padding: 25px; border: 1px solid var(--tg-border); border-radius: 18px; background: #fff; }
.tg-panel--benefits { background: linear-gradient(135deg, #f3faef, #fff 58%); }
.tg-panel--schedule { background: linear-gradient(135deg, #f3f8ff, #fff 58%); }
.tg-panel h2 { margin-bottom: 20px; font-size: 22px; text-align: center; }
.tg-benefit-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.tg-benefit-columns h3 { display: flex; align-items: center; gap: 8px; margin: 0 0 8px; color: var(--tg-green); font-size: 13px; text-transform: uppercase; }
.tg-benefit-columns h3 svg { width: 28px; height: 28px; }
.tg-benefit-columns > div:last-child h3 { color: var(--tg-blue); }
.tg-benefit-columns ul { padding: 0; margin: 0; list-style: none; }
.tg-benefit-columns li { position: relative; padding-left: 20px; margin-bottom: 8px; color: #42526a; font-size: 12px; line-height: 1.4; }
.tg-benefit-columns li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--tg-green); font-weight: 900; }
.tg-schedule-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.tg-schedule-grid > div { min-height: 105px; padding: 12px 8px; border: 1px solid #d6e2ef; border-radius: 12px; background: rgba(255,255,255,.85); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.tg-schedule-grid svg { width: 28px; height: 28px; color: var(--tg-navy); margin-bottom: 6px; }
.tg-schedule-grid strong { font-size: 10px; line-height: 1.2; color: var(--tg-navy); text-transform: uppercase; }
.tg-schedule-grid span { margin-top: 4px; color: var(--tg-green); font-size: 10px; font-weight: 800; }

/* Health warning */
.tg-health-warning { padding: 10px 0 60px; }
.tg-health-warning .tg-container { padding: 20px 24px; border: 1px solid #f1c9c6; border-radius: 18px; background: linear-gradient(180deg, #fff9f8, #fff); }
.tg-health-warning__title { display: flex; align-items: center; justify-content: center; gap: 10px; margin-bottom: 17px; color: #d5362f; }
.tg-health-warning__title > span { width: 24px; height: 24px; display: grid; place-items: center; border: 2px solid #e0473f; border-radius: 50%; font-weight: 900; line-height: 1; }
.tg-health-warning__title h2 { margin: 0; font-size: 17px; text-transform: uppercase; letter-spacing: .015em; }
.tg-health-warning__grid { display: grid; grid-template-columns: repeat(10, 1fr); gap: 8px; }
.tg-health-warning__grid > div { min-width: 0; display: flex; flex-direction: column; align-items: center; text-align: center; gap: 7px; }
.tg-health-dot { width: 54px; height: 54px; display: grid; place-items: center; color: #e0473f; border: 1px solid #f1bbb7; border-radius: 50%; background: #fff; }
.tg-health-dot svg { width: 26px; height: 26px; }
.tg-health-warning__grid strong { color: #b82d28; font-size: 9px; line-height: 1.2; text-transform: uppercase; }

/* Gallery */
.tg-gallery { padding-top: 32px; background: #f8fbff; }
.tg-gallery__grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; }
.tg-gallery-card { position: relative; overflow: hidden; min-height: 160px; padding: 0; border: 0; border-radius: 14px; background: #dfe7ef; cursor: zoom-in; }
.tg-gallery-card img { width: 100%; height: 100%; min-height: 160px; object-fit: cover; transition: transform .35s ease; }
.tg-gallery-card:hover img { transform: scale(1.06); }
.tg-gallery-card span { position: absolute; left: 8px; bottom: 8px; padding: 4px 10px; color: #fff; background: var(--tg-navy); border-radius: 5px; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.tg-gallery-card span.after { background: var(--tg-green); }
.tg-lightbox { position: fixed; inset: 0; z-index: 999; display: none; align-items: center; justify-content: center; padding: 30px; background: rgba(2,14,31,.88); }
.tg-lightbox.is-open { display: flex; }
.tg-lightbox img { max-width: min(1100px, 92vw); max-height: 88vh; border-radius: 14px; box-shadow: 0 20px 80px rgba(0,0,0,.5); }
.tg-lightbox button { position: fixed; top: 24px; right: 24px; width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; color: #fff; background: rgba(255,255,255,.08); cursor: pointer; }
.tg-lightbox button svg { width: 25px; height: 25px; }

/* Testimonials */
.tg-testimonials { background: linear-gradient(180deg, #f8fbff, #fff); }
.tg-testimonials__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.tg-review { padding: 23px; border: 1px solid var(--tg-border); border-radius: 16px; background: #fff; box-shadow: 0 9px 25px rgba(8,45,99,.07); }
.tg-stars { display: flex; color: var(--tg-green); gap: 2px; }
.tg-stars svg { width: 16px; height: 16px; fill: currentColor; stroke: none; }
.tg-review blockquote { margin: 13px 0 19px; color: #41506a; font-size: 14px; }
.tg-review blockquote p { margin: 0; }
.tg-review footer { display: flex; align-items: center; gap: 11px; }
.tg-avatar { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: linear-gradient(135deg, var(--tg-blue), var(--tg-navy)); font-weight: 900; }
.tg-review footer div { display: flex; flex-direction: column; }
.tg-review footer strong { color: var(--tg-navy); font-size: 13px; }
.tg-review footer span { color: var(--tg-muted); font-size: 11px; }

/* CTA and footer */
.tg-cta { position: relative; overflow: hidden; color: #fff; background: linear-gradient(90deg, var(--tg-navy-2), var(--tg-navy)); }
.tg-cta::after { content: ""; position: absolute; inset: auto -5% -28px; height: 70px; background: linear-gradient(180deg, rgba(19,118,209,.6), transparent); border-radius: 50% 50% 0 0; }
.tg-cta__inner { position: relative; z-index: 1; min-height: 105px; display: grid; grid-template-columns: 125px 1fr auto auto; align-items: center; gap: 24px; }
.tg-cta__brand img { max-height: 78px; filter: drop-shadow(0 5px 14px rgba(0,0,0,.2)); }
.tg-cta__copy { display: flex; flex-direction: column; }
.tg-cta__copy strong { font-size: 24px; line-height: 1.2; }
.tg-cta__copy span { color: #79d43f; font-weight: 800; }
.tg-footer { color: rgba(255,255,255,.84); background: #031b3d; }
.tg-footer__grid { display: grid; grid-template-columns: 1.35fr .8fr 1.15fr .9fr; gap: 45px; padding-top: 52px; padding-bottom: 45px; }
.tg-footer__logo { width: 195px; max-height: 86px; object-fit: contain; object-position: left center; margin-bottom: 12px; }
.tg-footer p { margin: 0 0 18px; font-size: 13px; line-height: 1.6; }
.tg-footer h3 { margin: 0 0 14px; color: #fff; font-size: 14px; text-transform: uppercase; letter-spacing: .035em; }
.tg-footer-menu, .tg-footer .menu, .tg-contact-list { margin: 0; padding: 0; list-style: none; }
.tg-footer-menu li, .tg-footer .menu li { margin-bottom: 5px; }
.tg-footer-menu a, .tg-footer .menu a { font-size: 13px; }
.tg-footer-menu a:hover, .tg-footer .menu a:hover, .tg-contact-list a:hover { color: #8ed752; }
.tg-socials--footer { justify-content: flex-start; }
.tg-contact-list li { display: flex; align-items: flex-start; gap: 9px; margin-bottom: 9px; font-size: 12px; line-height: 1.45; }
.tg-contact-list svg { width: 16px; height: 16px; margin-top: 2px; color: #fff; }
.tg-hours { display: flex; flex-direction: column; padding-left: 23px; margin-bottom: 15px; position: relative; }
.tg-hours::before { content: ""; position: absolute; left: 0; top: 3px; width: 15px; height: 15px; border: 1px solid #fff; border-radius: 50%; }
.tg-hours::after { content: ""; position: absolute; left: 7px; top: 6px; width: 1px; height: 5px; background: #fff; transform-origin: bottom; transform: rotate(-20deg); }
.tg-hours span { font-size: 12px; }
.tg-hours strong { color: #fff; font-size: 13px; }
.tg-footer__bottom { border-top: 1px solid rgba(255,255,255,.12); padding: 14px 0; color: rgba(255,255,255,.67); text-align: center; font-size: 11px; }

/* Modal and form */
.tg-modal { position: fixed; inset: 0; z-index: 1000; display: none; padding: 30px; overflow-y: auto; }
.tg-modal.is-open { display: grid; place-items: center; }
.tg-modal__backdrop { position: fixed; inset: 0; background: rgba(3,21,48,.78); backdrop-filter: blur(5px); }
.tg-modal__dialog { position: relative; z-index: 1; width: min(760px, 100%); padding: 32px; border-radius: 20px; background: #fff; box-shadow: 0 30px 90px rgba(0,0,0,.32); }
.tg-modal__close { position: absolute; z-index: 2; top: 17px; right: 17px; width: 39px; height: 39px; display: grid; place-items: center; border: 1px solid var(--tg-border); border-radius: 50%; background: #fff; cursor: pointer; }
.tg-modal__close svg { width: 20px; height: 20px; }
.tg-modal__heading span { color: var(--tg-green); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.tg-modal__heading h2 { margin: 3px 0 7px; color: var(--tg-navy); font-size: 35px; line-height: 1.15; }
.tg-modal__heading p { margin: 0 0 22px; color: var(--tg-muted); }
.tg-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.tg-booking-form label { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; color: var(--tg-navy); font-size: 12px; font-weight: 800; }
.tg-booking-form input, .tg-booking-form select, .tg-booking-form textarea { width: 100%; border: 1px solid #cbd7e5; border-radius: 9px; padding: 11px 12px; color: #17243a; background: #fff; outline: none; transition: border-color .2s ease, box-shadow .2s ease; }
.tg-booking-form input:focus, .tg-booking-form select:focus, .tg-booking-form textarea:focus { border-color: var(--tg-blue); box-shadow: 0 0 0 3px rgba(19,118,209,.12); }
.tg-honeypot { position: absolute; left: -10000px; }
.tg-notice { padding: 12px 0; font-weight: 700; }
.tg-notice .tg-container { display: flex; align-items: center; gap: 9px; }
.tg-notice--success { color: #1b6c13; background: #edf9e9; border-bottom: 1px solid #cbe8c0; }
.tg-notice--error { color: #9e2520; background: #fff0ef; border-bottom: 1px solid #f0c6c3; }

/* Content pages */
.tg-content-page { min-height: 55vh; padding: 76px 0; background: #f8fbff; }
.tg-page-header { margin-bottom: 30px; }
.tg-page-header h1, .tg-prose h1 { color: var(--tg-navy); font-size: clamp(36px, 5vw, 60px); line-height: 1.1; }
.tg-post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.tg-post-card { overflow: hidden; border: 1px solid var(--tg-border); border-radius: 16px; background: #fff; box-shadow: 0 10px 28px rgba(8,45,99,.08); }
.tg-post-card img { width: 100%; aspect-ratio: 1.6; object-fit: cover; }
.tg-post-card > div { padding: 21px; }
.tg-post-card h2 { margin: 0 0 10px; font-size: 22px; color: var(--tg-navy); }
.tg-post-card p { color: var(--tg-muted); font-size: 14px; }
.tg-text-link { display: inline-flex; align-items: center; gap: 6px; color: var(--tg-green); font-weight: 800; }
.tg-text-link svg { width: 16px; height: 16px; }
.tg-prose { max-width: 900px; }
.tg-prose img { border-radius: 16px; }
.tg-prose a { color: var(--tg-blue); text-decoration: underline; }
.tg-empty-state { text-align: center; }
.tg-empty-state > strong { display: block; color: var(--tg-blue); font-size: 110px; line-height: 1; }

/* WordPress core alignment */
.alignwide { width: min(1200px, 100vw - 40px); margin-left: 50%; transform: translateX(-50%); }
.alignfull { width: 100vw; margin-left: 50%; transform: translateX(-50%); }
.wp-caption { max-width: 100%; }

/* Responsive */
@media (max-width: 1120px) {
  .tg-nav .menu { gap: 16px; }
  .tg-nav a { font-size: 13px; }
  .tg-header__book { padding-inline: 14px; }
  .tg-services__grid { grid-template-columns: repeat(4, 1fr); }
  .tg-process__grid { grid-template-columns: repeat(4, 1fr); gap: 28px 12px; }
  .tg-process__grid::before { display: none; }
  .tg-health-warning__grid { grid-template-columns: repeat(5, 1fr); row-gap: 16px; }
  .tg-gallery__grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 940px) {
  .admin-bar .tg-header { top: 46px; }
  .tg-topbar__address { display: none; }
  .tg-header__inner { height: 74px; }
  .tg-brand img, .tg-brand .custom-logo { max-width: 180px; max-height: 60px; }
  .tg-menu-toggle { display: inline-grid; place-items: center; margin-left: auto; }
  .tg-menu-toggle[aria-expanded="true"] .tg-menu-open { display: none; }
  .tg-menu-toggle[aria-expanded="true"] .tg-menu-close { display: inline-flex; }
  .tg-nav { position: fixed; z-index: 55; top: 112px; right: 0; bottom: 0; width: min(380px, 86vw); margin: 0; padding: 28px; background: #fff; box-shadow: -18px 20px 45px rgba(8,45,99,.18); transform: translateX(105%); transition: transform .25s ease; }
  .admin-bar .tg-nav { top: 120px; }
  .tg-nav.is-open { transform: translateX(0); }
  .tg-nav .menu { display: flex; flex-direction: column; align-items: stretch; gap: 0; }
  .tg-nav a { display: flex; padding: 13px 0; border-bottom: 1px solid var(--tg-border); font-size: 15px; }
  .tg-nav a::after { display: none; }
  .tg-header__book { display: none; }
  .tg-hero__grid { grid-template-columns: 1fr; min-height: auto; }
  .tg-hero__content { padding: 55px 0 10px; text-align: center; }
  .tg-hero__content > p, .tg-hero h1 { margin-inline: auto; }
  .tg-hero__actions { justify-content: center; }
  .tg-hero__visual { min-height: 360px; }
  .tg-hero__visual img { max-height: 390px; object-fit: cover; }
  .tg-guarantee { right: 8%; width: 125px; }
  .tg-feature-strip { margin-top: 0; }
  .tg-feature-strip__grid { grid-template-columns: repeat(3, 1fr); }
  .tg-feature:nth-child(3) { border-right: 0; }
  .tg-feature:nth-child(-n+3) { border-bottom: 1px solid var(--tg-border); }
  .tg-about__grid { grid-template-columns: 1fr; }
  .tg-about__content { order: -1; text-align: center; }
  .tg-about h2::after { margin-inline: auto; }
  .tg-check-grid { max-width: 650px; margin-inline: auto; text-align: left; }
  .tg-services__grid { grid-template-columns: repeat(3, 1fr); }
  .tg-info-panels__grid { grid-template-columns: 1fr; }
  .tg-cta__inner { grid-template-columns: 100px 1fr auto; }
  .tg-cta__inner > .tg-btn { display: none; }
  .tg-footer__grid { grid-template-columns: repeat(2, 1fr); }
  .tg-post-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 720px) {
  body { padding-bottom: 58px; }
  .tg-container { width: min(calc(100% - 28px), var(--tg-container)); }
  .tg-topbar__inner { min-height: 36px; }
  .tg-topbar__contacts { gap: 10px; }
  .tg-topbar__contacts a:nth-child(2) { display: none; }
  .tg-topbar__contacts span { font-size: 12px; }
  .tg-header__inner { height: 66px; }
  .tg-brand img, .tg-brand .custom-logo { max-width: 155px; max-height: 54px; }
  .tg-nav { top: 102px; }
  .admin-bar .tg-nav { top: 112px; }
  .tg-hero { min-height: auto; }
  .tg-hero h1 { font-size: clamp(44px, 13vw, 63px); }
  .tg-hero__content { padding-top: 42px; }
  .tg-hero__content > p { font-size: 16px; }
  .tg-hero__visual { min-height: 300px; }
  .tg-hero__visual img { min-height: 300px; object-position: 53% center; }
  .tg-guarantee { right: 2%; top: 48%; width: 105px; border-width: 5px; }
  .tg-guarantee strong { font-size: 25px; }
  .tg-guarantee span { font-size: 9px; }
  .tg-feature-strip__grid { grid-template-columns: repeat(2, 1fr); }
  .tg-feature:nth-child(3) { border-right: 1px solid var(--tg-border); }
  .tg-feature:nth-child(even) { border-right: 0; }
  .tg-feature:nth-child(-n+4) { border-bottom: 1px solid var(--tg-border); }
  .tg-section { padding: 58px 0; }
  .tg-about { padding-top: 68px; }
  .tg-about__grid { gap: 34px; }
  .tg-check-grid { grid-template-columns: 1fr; }
  .tg-section-heading--left { align-items: flex-start; flex-direction: column; }
  .tg-pills { max-width: 100%; overflow-x: auto; }
  .tg-services__grid { grid-template-columns: repeat(2, 1fr); }
  .tg-service-card { min-height: 150px; padding: 15px 12px; flex-direction: column; }
  .tg-process__grid { grid-template-columns: repeat(2, 1fr); row-gap: 32px; }
  .tg-benefit-columns { grid-template-columns: 1fr; }
  .tg-schedule-grid { grid-template-columns: repeat(2, 1fr); }
  .tg-health-warning__title { align-items: flex-start; }
  .tg-health-warning__title h2 { font-size: 14px; line-height: 1.35; }
  .tg-health-warning__grid { grid-template-columns: repeat(3, 1fr); }
  .tg-gallery__grid { grid-template-columns: repeat(2, 1fr); }
  .tg-testimonials__grid { grid-template-columns: 1fr; }
  .tg-cta__inner { grid-template-columns: 70px 1fr; min-height: 110px; gap: 15px; }
  .tg-cta__copy strong { font-size: 18px; }
  .tg-cta__copy span { font-size: 12px; }
  .tg-footer__grid { grid-template-columns: 1fr; gap: 28px; }
  .tg-form-grid { grid-template-columns: 1fr; gap: 0; }
  .tg-modal { padding: 12px; }
  .tg-modal__dialog { padding: 27px 19px; }
  .tg-modal__heading h2 { font-size: 28px; }
  .tg-post-grid { grid-template-columns: 1fr; }
}

@media (max-width: 460px) {
  .tg-topbar .tg-socials { display: none; }
  .tg-hero__actions { flex-direction: column; }
  .tg-hero__actions .tg-btn { width: 100%; }
  .tg-hero__visual { min-height: 265px; }
  .tg-hero__visual img { min-height: 265px; }
  .tg-guarantee { width: 91px; right: 0; }
  .tg-feature { padding: 19px 9px; }
  .tg-feature__icon { width: 47px; height: 47px; }
  .tg-feature h3 { font-size: 11px; }
  .tg-services__grid { grid-template-columns: 1fr 1fr; gap: 9px; }
  .tg-service-card { min-height: 170px; }
  .tg-gallery-card, .tg-gallery-card img { min-height: 130px; }
  .tg-health-warning__grid { grid-template-columns: repeat(2, 1fr); }
  .tg-cta__brand { display: none; }
  .tg-cta__inner { grid-template-columns: 1fr; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
}


/* Version 1.1 polish, motion and booking experience */
:root {
  --tg-shadow-soft: 0 16px 46px rgba(8, 45, 99, .09);
  --tg-shadow-lift: 0 24px 64px rgba(8, 45, 99, .16);
}

:focus-visible { outline: 3px solid rgba(19, 118, 209, .38); outline-offset: 3px; }
::selection { color: #fff; background: var(--tg-blue); }

.tg-topbar { background: linear-gradient(90deg, var(--tg-navy-2), #092d5e); }
.tg-topbar__actions { display: flex; align-items: center; gap: 12px; }
.tg-topbar__booking,
.tg-footer__book {
  appearance: none; display: inline-flex; align-items: center; justify-content: center; gap: 7px;
  border: 0; cursor: pointer; font-weight: 800;
}
.tg-topbar__booking { padding: 7px 12px; border-radius: 999px; color: #fff; background: rgba(255,255,255,.12); font-size: 12px; }
.tg-topbar__booking:hover { background: rgba(255,255,255,.2); }
.tg-topbar__booking svg { width: 14px; height: 14px; }
.tg-header { backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); }
.tg-header.is-scrolled { background: rgba(255,255,255,.94); box-shadow: 0 10px 35px rgba(8,45,99,.13); }
.tg-menu-scrim { position: fixed; z-index: 54; inset: 0; display: none; border: 0; background: rgba(3,21,48,.52); opacity: 0; cursor: default; transition: opacity .25s ease; }
.tg-menu-scrim.is-open { opacity: 1; }

.tg-btn { position: relative; overflow: hidden; border-radius: 11px; isolation: isolate; }
.tg-btn::before { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(110deg, transparent 15%, rgba(255,255,255,.28) 45%, transparent 70%); transform: translateX(-130%); transition: transform .55s ease; }
.tg-btn:hover::before { transform: translateX(130%); }
.tg-btn:active { transform: translateY(0) scale(.98); }
.tg-btn:disabled { cursor: wait; opacity: .75; transform: none; }
.tg-btn.is-loading svg { animation: tgSpin .8s linear infinite; }
.tg-btn--outline { background: rgba(255,255,255,.86); backdrop-filter: blur(8px); }

.tg-hero { isolation: isolate; background: radial-gradient(circle at 78% 12%, #fff 0, #eaf6ff 37%, #fff 77%); }
.tg-hero::after { content: ""; position: absolute; z-index: -1; top: 8%; right: 5%; width: 280px; aspect-ratio: 1; border-radius: 50%; background: rgba(63,141,20,.1); filter: blur(4px); animation: tgBlob 9s ease-in-out infinite; }
.tg-hero__content { animation: tgHeroIn .75s ease both; }
.tg-hero__visual { --tg-parallax-x: 0px; --tg-parallax-y: 0px; }
.tg-hero__visual img { border-radius: 28px; box-shadow: var(--tg-shadow-soft); transform: translate(var(--tg-parallax-x), var(--tg-parallax-y)); transition: transform .35s ease, box-shadow .35s ease; }
.tg-hero__visual:hover img { box-shadow: var(--tg-shadow-lift); }
.tg-guarantee { animation: tgFloat 4.2s ease-in-out infinite; }
.tg-eyebrow { box-shadow: 0 8px 24px rgba(19,118,209,.08); }

.tg-feature,
.tg-service-card,
.tg-step,
.tg-panel,
.tg-review,
.tg-gallery-card { transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease; }
.tg-feature:hover { transform: translateY(-5px); background: linear-gradient(180deg, #fff, #f8fbff); }
.tg-feature__icon, .tg-service-card__icon, .tg-step__icon { transition: transform .3s ease, background .3s ease, color .3s ease; }
.tg-feature:hover .tg-feature__icon,
.tg-service-card:hover .tg-service-card__icon,
.tg-step:hover .tg-step__icon { transform: translateY(-3px) rotate(-3deg) scale(1.05); }
.tg-service-card:hover,
.tg-review:hover { transform: translateY(-7px); border-color: rgba(19,118,209,.3); box-shadow: var(--tg-shadow-lift); }
.tg-step:hover { transform: translateY(-6px); }
.tg-panel:hover { transform: translateY(-4px); box-shadow: var(--tg-shadow-lift); }
.tg-gallery-card:hover { transform: translateY(-4px); box-shadow: 0 18px 38px rgba(8,45,99,.18); }

.tg-reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease var(--tg-delay, 0ms), transform .7s cubic-bezier(.2,.7,.2,1) var(--tg-delay, 0ms); }
.tg-reveal.is-visible { opacity: 1; transform: translateY(0); }

.tg-booking-teaser { position: relative; overflow: hidden; padding: 84px 0; background: linear-gradient(135deg, #eef8ff, #fff 58%, #f3fbea); }
.tg-booking-teaser::before { content: ""; position: absolute; width: 330px; aspect-ratio: 1; right: -110px; top: -140px; border-radius: 50%; background: rgba(19,118,209,.1); }
.tg-booking-teaser__grid { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 60px; }
.tg-booking-teaser__content h2 { margin: 5px 0 14px; color: var(--tg-navy); font-size: clamp(34px, 4vw, 54px); line-height: 1.08; letter-spacing: -.035em; }
.tg-booking-teaser__content p { max-width: 570px; margin: 0 0 24px; color: var(--tg-muted); font-size: 17px; }
.tg-booking-teaser__steps { display: grid; gap: 13px; }
.tg-booking-teaser__steps > div { position: relative; display: grid; grid-template-columns: 48px 1fr; gap: 2px 15px; padding: 19px 22px; border: 1px solid rgba(19,118,209,.16); border-radius: 17px; background: rgba(255,255,255,.88); box-shadow: var(--tg-shadow-soft); }
.tg-booking-teaser__steps > div > span { grid-row: span 2; width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px; color: #fff; background: linear-gradient(135deg, var(--tg-blue), var(--tg-navy)); font-size: 20px; font-weight: 900; }
.tg-booking-teaser__steps strong { color: var(--tg-navy); font-size: 16px; }
.tg-booking-teaser__steps small { color: var(--tg-muted); font-size: 13px; }

.tg-cta__inner { grid-template-columns: 125px 1fr auto auto; }
.tg-cta__online { display: inline-flex; align-items: center; gap: 8px; padding: 11px 16px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; background: rgba(255,255,255,.09); font-weight: 800; white-space: nowrap; }
.tg-cta__online svg { color: #8ed752; }
.tg-footer__book { margin-top: 10px; padding: 9px 13px; border-radius: 9px; color: #fff; background: rgba(255,255,255,.1); font-size: 12px; }
.tg-footer__book:hover { background: var(--tg-green); }

.tg-modal { display: grid; place-items: center; visibility: hidden; opacity: 0; pointer-events: none; transition: visibility 0s linear .28s, opacity .28s ease; }
.tg-modal.is-open { display: grid; visibility: visible; opacity: 1; pointer-events: auto; transition-delay: 0s; }
.tg-modal__backdrop { opacity: 0; transition: opacity .3s ease; }
.tg-modal.is-open .tg-modal__backdrop { opacity: 1; }
.tg-modal__dialog { width: min(820px, 100%); max-height: calc(100dvh - 42px); overflow-y: auto; border: 1px solid rgba(255,255,255,.75); border-radius: 24px; transform: translateY(22px) scale(.97); opacity: 0; transition: transform .34s cubic-bezier(.2,.8,.2,1), opacity .3s ease; }
.tg-modal.is-open .tg-modal__dialog { transform: translateY(0) scale(1); opacity: 1; }
.tg-modal__close { transition: transform .2s ease, background .2s ease; }
.tg-modal__close:hover { transform: rotate(8deg); background: var(--tg-soft); }
.tg-booking-assurance { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 0 0 23px; }
.tg-booking-assurance span { display: flex; align-items: center; gap: 7px; padding: 10px; border-radius: 10px; color: #31506e; background: #f5f9fd; font-size: 11px; font-weight: 750; }
.tg-booking-assurance svg { color: var(--tg-green); }
.tg-form-grid__full { grid-column: 1 / -1; }
.tg-booking-form input,
.tg-booking-form select,
.tg-booking-form textarea { min-height: 46px; border-radius: 11px; background: #fbfdff; }
.tg-booking-form textarea { min-height: 105px; resize: vertical; }
.tg-booking-form input:hover,
.tg-booking-form select:hover,
.tg-booking-form textarea:hover { border-color: #a8bfd8; }
.tg-consent { display: grid !important; grid-template-columns: 18px 1fr; align-items: start; gap: 10px !important; color: var(--tg-muted) !important; font-weight: 600 !important; }
.tg-consent input { width: 18px; min-height: 18px; margin: 2px 0 0; accent-color: var(--tg-green); }
.tg-form-note { margin: 10px 0 0; color: var(--tg-muted); text-align: center; font-size: 11px; }
.tg-notice { position: relative; z-index: 10; }
.tg-mobile-book { display: none; }

.tg-lightbox { opacity: 0; visibility: hidden; display: flex; pointer-events: none; transition: opacity .25s ease, visibility 0s linear .25s; }
.tg-lightbox.is-open { opacity: 1; visibility: visible; pointer-events: auto; transition-delay: 0s; }
.tg-lightbox.is-open img { animation: tgLightboxIn .32s ease both; }

@keyframes tgHeroIn { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
@keyframes tgFloat { 0%,100% { transform: translateY(-50%); } 50% { transform: translateY(calc(-50% - 8px)); } }
@keyframes tgBlob { 0%,100% { transform: translate(0,0) scale(1); } 50% { transform: translate(-24px,18px) scale(1.08); } }
@keyframes tgSpin { to { transform: rotate(360deg); } }
@keyframes tgLightboxIn { from { opacity: 0; transform: scale(.96); } to { opacity: 1; transform: scale(1); } }

@media (max-width: 940px) {
  .tg-menu-scrim { display: block; pointer-events: none; }
  .tg-menu-scrim.is-open { pointer-events: auto; }
  .tg-nav { border-left: 1px solid var(--tg-border); }
  .tg-booking-teaser__grid { grid-template-columns: 1fr; gap: 35px; text-align: center; }
  .tg-booking-teaser__content p { margin-inline: auto; }
  .tg-booking-teaser__steps { max-width: 700px; width: 100%; margin-inline: auto; text-align: left; }
  .tg-cta__inner { grid-template-columns: 100px 1fr auto; }
  .tg-cta__online { display: none; }
}

@media (max-width: 720px) {
  body { padding-bottom: 68px; }
  .tg-topbar__inner { min-height: 40px; }
  .tg-topbar__address, .tg-topbar .tg-socials { display: none; }
  .tg-topbar__contacts { min-width: 0; overflow: hidden; }
  .tg-topbar__contacts a { min-width: 0; }
  .tg-topbar__contacts a span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .tg-topbar__booking { padding-inline: 10px; white-space: nowrap; }
  .tg-nav { top: 106px; }
  .tg-hero__visual img { border-radius: 20px; }
  .tg-booking-teaser { padding: 64px 0; }
  .tg-booking-teaser__content h2 { font-size: clamp(32px, 9vw, 45px); }
  .tg-booking-teaser__steps > div { padding: 16px; }
  .tg-cta__inner { grid-template-columns: 70px 1fr; }
  .tg-cta__inner > .tg-btn { display: none; }
  .tg-booking-assurance { grid-template-columns: 1fr; }
  .tg-modal__dialog { max-height: calc(100dvh - 20px); border-radius: 19px; }
  .tg-mobile-book { position: fixed; z-index: 80; left: 12px; right: 12px; bottom: 10px; min-height: 52px; display: flex; align-items: center; justify-content: center; gap: 9px; border: 0; border-radius: 15px; color: #fff; background: linear-gradient(100deg, var(--tg-green), #2e7710); box-shadow: 0 12px 30px rgba(8,45,99,.3); font-size: 16px; font-weight: 900; cursor: pointer; }
  .tg-mobile-book svg { width: 21px; height: 21px; }
}

@media (max-width: 520px) {
  .tg-topbar__booking svg { display: none; }
  .tg-hero h1 { font-size: clamp(42px, 13vw, 58px); }
  .tg-services__grid { grid-template-columns: 1fr; gap: 12px; }
  .tg-service-card { min-height: auto; flex-direction: row; padding: 18px; }
  .tg-booking-teaser__steps > div { grid-template-columns: 42px 1fr; }
  .tg-booking-teaser__steps > div > span { width: 42px; height: 42px; }
  .tg-modal { padding: 8px; }
  .tg-modal__dialog { padding: 27px 16px 20px; }
  .tg-modal__heading { padding-right: 34px; }
  .tg-modal__heading h2 { font-size: 27px; }
  .tg-cta__brand { display: none; }
  .tg-cta__inner { grid-template-columns: 1fr; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition-duration: .01ms !important; transition-delay: 0ms !important; }
  .tg-reveal { opacity: 1 !important; transform: none !important; }
}
