: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: 0; }
  .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; }
}


/* Premium refinement v1.2 */
:root{--tg-gold:#d7ad52;--tg-deep:#061a36;--tg-glass:rgba(255,255,255,.78);--tg-shadow-premium:0 25px 80px rgba(5,31,70,.14)}
body{background:linear-gradient(180deg,#fff 0,#f8fbff 48%,#fff 100%)}
.tg-header{backdrop-filter:saturate(160%) blur(18px);background:rgba(255,255,255,.88)}
.tg-header__inner{height:92px}.tg-nav a{letter-spacing:.015em}.tg-btn{border-radius:12px;position:relative;overflow:hidden}.tg-btn:after{content:"";position:absolute;inset:-120% -40%;background:linear-gradient(105deg,transparent 35%,rgba(255,255,255,.38) 50%,transparent 65%);transform:translateX(-70%);transition:transform .75s ease}.tg-btn:hover:after{transform:translateX(70%)}
.tg-hero{min-height:650px;background:radial-gradient(circle at 82% 18%,rgba(63,141,20,.12),transparent 24%),radial-gradient(circle at 68% 56%,rgba(19,118,209,.16),transparent 35%),linear-gradient(135deg,#fff 0,#f2f8ff 55%,#ecf7ff 100%)}
.tg-hero__grid{min-height:620px}.tg-hero__content{padding:80px 0 125px}.tg-hero h1{font-size:clamp(54px,5.5vw,82px);text-shadow:0 1px 0 #fff}.tg-hero__visual{transform:translate3d(var(--tg-parallax-x,0),var(--tg-parallax-y,0),0);transition:transform .25s ease-out}.tg-hero__visual img{border-radius:36px;box-shadow:var(--tg-shadow-premium);mix-blend-mode:normal;mask-image:linear-gradient(to bottom,#000 86%,transparent 100%)}
.tg-eyebrow{box-shadow:0 10px 30px rgba(19,118,209,.1);backdrop-filter:blur(12px)}.tg-guarantee{animation:tgFloat 4s ease-in-out infinite}
.tg-feature-strip__grid{border:1px solid rgba(255,255,255,.8);box-shadow:var(--tg-shadow-premium);backdrop-filter:blur(15px)}.tg-feature{transition:transform .3s ease,background .3s ease}.tg-feature:hover{transform:translateY(-8px);background:#f8fbff}.tg-feature__icon{transition:transform .35s ease,box-shadow .35s ease}.tg-feature:hover .tg-feature__icon{transform:rotate(-5deg) scale(1.08);box-shadow:0 12px 26px rgba(8,45,99,.13)}
.tg-service-card,.tg-review,.tg-step,.tg-panel,.tg-gallery-card{transition:transform .35s cubic-bezier(.2,.8,.2,1),box-shadow .35s ease,border-color .35s ease}.tg-service-card:hover,.tg-review:hover,.tg-panel:hover{transform:translateY(-10px);box-shadow:0 24px 55px rgba(8,45,99,.14);border-color:rgba(19,118,209,.25)}
.tg-section-heading h2,.tg-about h2,.tg-panel h2{font-weight:850}.tg-section{position:relative}.tg-services{background:linear-gradient(180deg,#f6faff,#fff)}
.tg-request-section{position:relative;padding:105px 0;background:linear-gradient(135deg,var(--tg-deep),#082d63 58%,#0c4e8d);overflow:hidden}.tg-request-section:before,.tg-request-section:after{content:"";position:absolute;border-radius:50%;filter:blur(2px);pointer-events:none}.tg-request-section:before{width:520px;height:520px;right:-180px;top:-220px;background:radial-gradient(circle,rgba(72,174,255,.28),transparent 68%)}.tg-request-section:after{width:430px;height:430px;left:-210px;bottom:-250px;background:radial-gradient(circle,rgba(89,190,39,.2),transparent 68%)}
.tg-request-shell{position:relative;z-index:1;display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:center}.tg-request-copy{color:#fff}.tg-request-copy .tg-kicker{color:#9cdd70}.tg-request-copy h2{margin:8px 0 18px;font-size:clamp(38px,4vw,62px);line-height:1.05;letter-spacing:-.04em}.tg-request-copy>p{color:rgba(255,255,255,.75);font-size:17px;max-width:580px}.tg-request-points{display:grid;gap:18px;margin:34px 0}.tg-request-points>div{display:flex;gap:14px;align-items:flex-start}.tg-request-points svg{width:24px;height:24px;color:#8cd954;margin-top:2px}.tg-request-points span{display:flex;flex-direction:column}.tg-request-points strong{font-size:15px}.tg-request-points small{color:rgba(255,255,255,.65);font-size:12px}.tg-request-badge{display:inline-flex;align-items:center;gap:13px;padding:13px 18px;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.08);border-radius:18px;backdrop-filter:blur(12px)}.tg-request-badge>span{width:48px;height:48px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(135deg,#8ed752,#4b9b1d);font-size:24px;font-weight:900}.tg-request-badge div{display:flex;flex-direction:column}.tg-request-badge small{color:rgba(255,255,255,.65)}
.tg-request-card{position:relative;padding:34px;border-radius:28px;background:rgba(255,255,255,.96);box-shadow:0 35px 100px rgba(0,0,0,.28);border:1px solid rgba(255,255,255,.8);backdrop-filter:blur(20px)}.tg-request-card:before{content:"";position:absolute;inset:0 22px auto;height:4px;border-radius:0 0 4px 4px;background:linear-gradient(90deg,var(--tg-green),var(--tg-blue),var(--tg-gold))}.tg-request-card__head span{color:var(--tg-green);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.1em}.tg-request-card__head h3{margin:3px 0 22px;color:var(--tg-navy);font-size:30px;line-height:1.15}.tg-inline-form__grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.tg-inline-form label{display:flex;flex-direction:column;gap:6px}.tg-inline-form label>span{font-size:12px;font-weight:800;color:#263a58}.tg-inline-form input,.tg-inline-form select,.tg-inline-form textarea{width:100%;border:1px solid #d9e3ee;border-radius:12px;background:#f9fbfd;padding:12px 13px;color:var(--tg-ink);outline:none;transition:border .2s,box-shadow .2s,background .2s}.tg-inline-form input:focus,.tg-inline-form select:focus,.tg-inline-form textarea:focus{background:#fff;border-color:var(--tg-blue);box-shadow:0 0 0 4px rgba(19,118,209,.1)}.tg-inline-form textarea{resize:vertical}.tg-inline-form__full{grid-column:1/-1}.tg-inline-form .tg-consent{flex-direction:row;align-items:flex-start;margin:15px 0}.tg-inline-form .tg-consent input{width:17px;margin-top:3px}.tg-inline-form .tg-form-note{text-align:center;margin:10px 0 0;font-size:11px;color:var(--tg-muted)}
.tg-modal__dialog{border-radius:28px;box-shadow:0 45px 120px rgba(0,0,0,.38);border:1px solid rgba(255,255,255,.65)}
.tg-reveal{opacity:0;transform:translateY(28px) scale(.985);transition:opacity .75s ease var(--tg-delay,0ms),transform .75s cubic-bezier(.2,.8,.2,1) var(--tg-delay,0ms)}.tg-reveal.is-visible{opacity:1;transform:none}
@keyframes tgFloat{0%,100%{transform:translateY(-50%)}50%{transform:translateY(calc(-50% - 10px))}}
@media (max-width:940px){.tg-request-shell{grid-template-columns:1fr;gap:42px}.tg-request-copy{text-align:center}.tg-request-copy>p{margin-inline:auto}.tg-request-points{max-width:620px;margin-inline:auto;text-align:left}.tg-hero{min-height:auto}.tg-hero__grid{min-height:auto}.tg-request-section{padding:80px 0}}
@media (max-width:620px){.tg-request-section{padding:64px 0}.tg-request-card{padding:25px 18px;border-radius:22px}.tg-inline-form__grid{grid-template-columns:1fr}.tg-inline-form__full{grid-column:auto}.tg-request-copy h2{font-size:39px}.tg-hero h1{font-size:48px}.tg-header__inner{height:76px}}
@media (prefers-reduced-motion:reduce){.tg-guarantee{animation:none}.tg-btn:after{display:none}}

/* v1.5 premium responsive slideshow and before/after carousel */
.tg-home-slider{position:relative;background:#eef6ff;overflow:hidden}.tg-home-slider__viewport{position:relative;max-width:1920px;margin:0 auto;overflow:hidden;background:#061f4a}.tg-home-slider__track{position:relative;aspect-ratio:3/2}.tg-home-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transform:scale(1.02);transition:opacity .8s ease,transform 1.2s ease,visibility .8s}.tg-home-slide.is-active{opacity:1;visibility:visible;transform:scale(1)}.tg-home-slide picture,.tg-home-slide img{display:block;width:100%;height:100%}.tg-home-slide img{object-fit:cover}.tg-slider-arrow,.tg-ba-arrow{position:absolute;z-index:5;width:52px;height:52px;border:1px solid rgba(255,255,255,.65);border-radius:50%;display:grid;place-items:center;color:#fff;background:rgba(3,28,70,.68);backdrop-filter:blur(14px);box-shadow:0 14px 35px rgba(2,20,48,.26);font-size:34px;line-height:1;cursor:pointer;transition:.25s ease}.tg-slider-arrow:hover,.tg-ba-arrow:hover{transform:scale(1.08);background:linear-gradient(135deg,#4f9f1e,#2e7d12)}.tg-slider-arrow--prev{left:26px;top:50%;transform:translateY(-50%)}.tg-slider-arrow--next{right:26px;top:50%;transform:translateY(-50%)}.tg-slider-arrow--prev:hover,.tg-slider-arrow--next:hover{transform:translateY(-50%) scale(1.08)}.tg-slider-dots{position:absolute;z-index:6;left:50%;bottom:22px;transform:translateX(-50%);display:flex;gap:10px;padding:8px 12px;border:1px solid rgba(255,255,255,.28);border-radius:99px;background:rgba(3,27,65,.48);backdrop-filter:blur(12px)}.tg-slider-dots button{width:9px;height:9px;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.55);cursor:pointer;transition:.25s}.tg-slider-dots button.is-active{width:30px;border-radius:20px;background:#63ad29}.tg-slider-cta{background:linear-gradient(115deg,#031d48,#073d78 58%,#3f8d14);color:#fff;box-shadow:0 16px 45px rgba(3,30,70,.22)}.tg-slider-cta>.tg-container{min-height:92px;display:flex;align-items:center;justify-content:space-between;gap:25px}.tg-slider-cta strong{display:block;font-size:clamp(18px,2vw,26px)}.tg-slider-cta span{display:block;margin-top:5px;color:#dce9f7}.tg-btn,.tg-topbar__booking,.tg-pills button,.tg-primary-btn{border-radius:999px!important;letter-spacing:.02em;box-shadow:0 12px 28px rgba(5,37,82,.14);transition:transform .25s ease,box-shadow .25s ease,filter .25s ease!important}.tg-btn:hover,.tg-topbar__booking:hover,.tg-pills button:hover,.tg-primary-btn:hover{transform:translateY(-3px);box-shadow:0 18px 38px rgba(5,37,82,.22);filter:saturate(1.1)}.tg-btn--premium{min-height:54px;padding:15px 28px;color:#fff;background:linear-gradient(135deg,#69b52d,#347f10);border:1px solid rgba(255,255,255,.35);box-shadow:0 15px 32px rgba(31,112,12,.34)}.tg-btn--premium:before{content:"";position:absolute;inset:1px;border-radius:inherit;border:1px solid rgba(255,255,255,.22);pointer-events:none}.tg-brand img,.tg-brand .custom-logo{max-width:265px;max-height:82px;filter:drop-shadow(0 7px 13px rgba(4,39,83,.10))}.tg-header{box-shadow:0 10px 35px rgba(4,38,82,.06)}.tg-section-heading p{max-width:760px;margin:12px auto 0;color:#5a6980;line-height:1.75}.tg-before-after{background:linear-gradient(180deg,#f5faff,#fff)}.tg-ba-carousel{position:relative;overflow:hidden;padding:8px 62px 30px}.tg-ba-track{display:flex;gap:24px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none}.tg-ba-track::-webkit-scrollbar{display:none}.tg-ba-card{flex:0 0 100%;scroll-snap-align:center;border:1px solid rgba(4,46,100,.12);border-radius:28px;overflow:hidden;background:#fff;box-shadow:0 24px 55px rgba(5,40,86,.12)}.tg-ba-compare{position:relative;aspect-ratio:16/8.2;overflow:hidden;background:#dce8f2;isolation:isolate}.tg-ba-compare>img,.tg-ba-after-wrap img{width:100%;height:100%;object-fit:cover;display:block}.tg-ba-after-wrap{position:absolute;inset:0;clip-path:inset(0 0 0 var(--tg-position));will-change:clip-path}.tg-ba-compare input{position:absolute;inset:0;z-index:6;width:100%;height:100%;opacity:0;cursor:ew-resize}.tg-ba-divider{position:absolute;z-index:5;top:0;bottom:0;left:var(--tg-position);width:3px;transform:translateX(-50%);background:#fff;box-shadow:0 0 0 1px rgba(0,42,89,.2),0 0 20px rgba(0,0,0,.25);pointer-events:none}.tg-ba-divider span{position:absolute;top:50%;left:50%;width:54px;height:54px;transform:translate(-50%,-50%);border:3px solid #fff;border-radius:50%;display:grid;place-items:center;color:#fff;background:linear-gradient(135deg,#0b3973,#4c951b);box-shadow:0 10px 25px rgba(0,0,0,.28);font-size:20px}.tg-ba-label{position:absolute;z-index:4;top:22px;padding:9px 16px;border-radius:99px;color:#fff;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.1em;box-shadow:0 8px 22px rgba(0,0,0,.2)}.tg-ba-label--before{left:22px;background:#082f68}.tg-ba-label--after{right:22px;background:#438f16}.tg-ba-card__caption{padding:22px 26px;display:flex;align-items:center;justify-content:space-between;gap:20px}.tg-ba-card__caption span{color:#428d17;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.12em}.tg-ba-card__caption strong{font-size:18px;color:#082e66}.tg-ba-arrow{top:46%;color:#082e66;background:#fff;border-color:rgba(8,46,102,.14)}.tg-ba-arrow--prev{left:0}.tg-ba-arrow--next{right:0}.tg-ba-progress{height:5px;margin:22px auto 0;max-width:280px;border-radius:99px;overflow:hidden;background:#dce7f2}.tg-ba-progress span{display:block;width:33.333%;height:100%;border-radius:inherit;background:linear-gradient(90deg,#0c4d95,#5aa425);transition:transform .45s ease}.tg-service-card,.tg-review,.tg-panel,.tg-step{border-radius:22px;box-shadow:0 16px 38px rgba(5,41,88,.08)}
@media(max-width:767px){.tg-home-slider__track{aspect-ratio:4/5}.tg-home-slide img{object-fit:cover}.tg-slider-arrow{width:42px;height:42px;font-size:28px}.tg-slider-arrow--prev{left:10px}.tg-slider-arrow--next{right:10px}.tg-slider-dots{bottom:12px}.tg-slider-cta>.tg-container{padding:18px 0;flex-direction:column;text-align:center}.tg-slider-cta .tg-btn{width:100%}.tg-brand img,.tg-brand .custom-logo{max-width:205px;max-height:64px}.tg-ba-carousel{padding:4px 0 28px}.tg-ba-card{flex-basis:90%;border-radius:20px}.tg-ba-compare{aspect-ratio:4/4.2}.tg-ba-arrow{display:none}.tg-ba-label{top:12px;padding:7px 11px;font-size:10px}.tg-ba-label--before{left:12px}.tg-ba-label--after{right:12px}.tg-ba-card__caption{padding:16px;display:block}.tg-ba-card__caption strong{display:block;margin-top:6px;font-size:15px}.tg-ba-divider span{width:44px;height:44px}.tg-ba-track{padding:0 5%}.tg-section-heading p{font-size:14px}}
@media(prefers-reduced-motion:reduce){.tg-home-slide,.tg-ba-track,.tg-slider-dots button{transition:none!important;scroll-behavior:auto!important}}

/* ==========================================================
   v1.6 Responsive slideshow + premium 3px button correction
   ========================================================== */

/* Slider: preserve the complete 1536 x 1024 artwork on all screens. */
.tg-home-slider{
  width:100%;
  background:#eef4fa;
  overflow:hidden;
}
.tg-home-slider__viewport{
  width:100%;
  max-width:none;
  margin:0;
  overflow:hidden;
  background:#eef4fa;
  box-shadow:0 22px 55px rgba(4,35,76,.14);
}
.tg-home-slider__track{
  position:relative;
  width:100%;
  aspect-ratio:3 / 2 !important;
  min-height:0 !important;
  background:#eef4fa;
}
.tg-home-slide,
.tg-home-slide picture{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  display:block;
}
.tg-home-slide img{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain !important;
  object-position:center center;
  background:#eef4fa;
}

/* Premium square slider controls. */
.tg-slider-arrow{
  width:48px;
  height:48px;
  border-radius:3px !important;
  border:1px solid rgba(255,255,255,.82);
  background:rgba(3,34,78,.80);
  box-shadow:0 14px 34px rgba(2,25,58,.28);
  backdrop-filter:blur(12px);
}
.tg-slider-arrow:hover,
.tg-slider-arrow:focus-visible{
  color:#fff;
  background:#4b961b;
  border-color:#4b961b;
}
.tg-slider-dots{
  bottom:18px;
  border-radius:3px !important;
  padding:7px 9px;
  background:rgba(2,28,65,.68);
}
.tg-slider-dots button,
.tg-slider-dots button.is-active{
  border-radius:2px !important;
}

/* Every main action uses a 3px curved box and fills on hover. */
.tg-btn,
.tg-topbar__booking,
.tg-pills button,
.tg-primary-btn,
button[type="submit"],
input[type="submit"],
.wp-element-button,
.wp-block-button__link{
  position:relative;
  overflow:hidden;
  border-radius:3px !important;
  border:2px solid var(--tg-green) !important;
  background:transparent !important;
  color:var(--tg-green) !important;
  box-shadow:none !important;
  transition:color .24s ease,background-color .24s ease,border-color .24s ease,transform .24s ease,box-shadow .24s ease !important;
}
.tg-btn:hover,
.tg-btn:focus-visible,
.tg-topbar__booking:hover,
.tg-topbar__booking:focus-visible,
.tg-pills button:hover,
.tg-pills button:focus-visible,
.tg-primary-btn:hover,
.tg-primary-btn:focus-visible,
button[type="submit"]:hover,
button[type="submit"]:focus-visible,
input[type="submit"]:hover,
input[type="submit"]:focus-visible,
.wp-element-button:hover,
.wp-block-button__link:hover{
  color:#fff !important;
  background:var(--tg-green) !important;
  border-color:var(--tg-green) !important;
  transform:translateY(-2px);
  box-shadow:0 12px 26px rgba(63,141,20,.24) !important;
}
.tg-btn svg,
.tg-topbar__booking svg,
.tg-primary-btn svg{stroke:currentColor;}

/* Dark sections retain visible white-outline actions before hover. */
.tg-slider-cta .tg-btn,
.tg-cta .tg-btn,
.tg-footer .tg-btn,
.tg-modal .tg-primary-btn{
  color:#fff !important;
  border-color:#fff !important;
  background:transparent !important;
}
.tg-slider-cta .tg-btn:hover,
.tg-slider-cta .tg-btn:focus-visible,
.tg-cta .tg-btn:hover,
.tg-cta .tg-btn:focus-visible,
.tg-footer .tg-btn:hover,
.tg-footer .tg-btn:focus-visible,
.tg-modal .tg-primary-btn:hover,
.tg-modal .tg-primary-btn:focus-visible{
  color:#fff !important;
  border-color:var(--tg-green) !important;
  background:var(--tg-green) !important;
}

/* Header polish. */
.tg-header{
  background:rgba(255,255,255,.985);
  box-shadow:0 10px 32px rgba(4,37,81,.08);
}
.tg-brand img,
.tg-brand .custom-logo{
  max-width:235px;
  max-height:74px;
  object-fit:contain;
}
.tg-menu-toggle{
  width:44px;
  height:40px;
  border:1px solid rgba(8,45,99,.16);
  border-radius:3px;
  color:var(--tg-navy);
  background:#fff;
}

/* Tablet/mobile navigation: fully opaque and full width, no half-page overlap. */
@media(max-width:940px){
  body.tg-menu-is-open{overflow:hidden;}
  .tg-nav{
    top:112px;
    right:0;
    bottom:0;
    width:100vw;
    max-width:none;
    padding:24px clamp(22px,6vw,52px) 42px;
    overflow-y:auto;
    background:#fff;
    box-shadow:none;
    transform:translateX(100%);
  }
  .admin-bar .tg-nav{top:120px;}
  .tg-nav.is-open{transform:translateX(0);}
  .tg-nav .menu{max-width:720px;width:100%;margin:0 auto;}
  .tg-nav a{
    padding:17px 4px;
    font-size:16px;
    border-bottom:1px solid #e6edf5;
  }
  .tg-menu-scrim{display:none !important;}
}

@media(max-width:767px){
  .tg-topbar__inner{min-height:34px;}
  .tg-topbar__contacts a span{font-size:11px;}
  .tg-header__inner{height:72px;}
  .tg-brand img,
  .tg-brand .custom-logo{max-width:170px;max-height:56px;}
  .tg-nav{top:106px;}
  .admin-bar .tg-nav{top:118px;}

  /* Source mobile assets are 1536x1024, therefore 3:2 is the correct fit. */
  .tg-home-slider__track{aspect-ratio:3 / 2 !important;}
  .tg-home-slide img{object-fit:contain !important;}
  .tg-slider-arrow{width:38px;height:38px;font-size:25px;}
  .tg-slider-arrow--prev{left:8px;}
  .tg-slider-arrow--next{right:8px;}
  .tg-slider-dots{bottom:8px;gap:6px;padding:5px 7px;}
  .tg-slider-dots button{width:7px;height:7px;}
  .tg-slider-dots button.is-active{width:23px;}
  .tg-slider-cta>.tg-container{
    min-height:auto;
    padding:20px 0;
    gap:16px;
  }
  .tg-slider-cta .tg-btn{width:100%;min-height:48px;}
}

@media(max-width:480px){
  .tg-container{width:min(100% - 28px,1180px);}
  .tg-slider-arrow{width:34px;height:34px;font-size:22px;}
  .tg-slider-cta strong{font-size:18px;line-height:1.3;}
  .tg-slider-cta span{font-size:13px;line-height:1.55;}
}

/* ==========================================================
   v1.7 definitive mobile width, navigation, slider and buttons
   ========================================================== */
html,body{width:100%;max-width:100%;overflow-x:hidden;}
body>*{max-width:100%;}
.tg-home-slider,.tg-home-slider__viewport,.tg-home-slider__track,main,.tg-header,.tg-topbar,.tg-footer{width:100% !important;max-width:100% !important;}

/* Consistent 4px premium box buttons. */
.tg-btn,
.tg-topbar__booking,
.tg-pills button,
.tg-primary-btn,
button[type="submit"],
input[type="submit"],
.wp-element-button,
.wp-block-button__link{
  border-radius:4px !important;
}
.tg-btn::before,.tg-btn::after{border-radius:inherit;}

/* Premium slideshow CTA: crisp outline, fill and light sweep on hover. */
.tg-slider-cta .tg-btn--premium{
  min-height:52px;
  padding:14px 26px;
  border:2px solid rgba(255,255,255,.95) !important;
  border-radius:4px !important;
  background:rgba(255,255,255,.04) !important;
  color:#fff !important;
  box-shadow:0 12px 28px rgba(0,0,0,.18) !important;
  backdrop-filter:blur(8px);
}
.tg-slider-cta .tg-btn--premium:hover,
.tg-slider-cta .tg-btn--premium:focus-visible{
  background:linear-gradient(135deg,#5aa923,#347f10) !important;
  border-color:#6fbd34 !important;
  box-shadow:0 17px 34px rgba(31,112,12,.34) !important;
  transform:translateY(-2px);
}
.tg-slider-arrow{
  border-radius:4px !important;
  background:rgba(3,34,78,.84);
  border:1px solid rgba(255,255,255,.85);
}
.tg-slider-arrow:hover,.tg-slider-arrow:focus-visible{
  background:#4b961b;
  border-color:#4b961b;
}
.tg-slider-dots{border-radius:4px !important;}

@media(max-width:940px){
  /* True full-width dropdown panel; never a side drawer. */
  .tg-nav{
    position:fixed !important;
    z-index:9998 !important;
    top:112px !important;
    left:0 !important;
    right:0 !important;
    bottom:0 !important;
    width:100% !important;
    max-width:none !important;
    margin:0 !important;
    padding:22px 24px 40px !important;
    overflow-y:auto !important;
    background:#fff !important;
    box-shadow:0 20px 45px rgba(4,37,81,.16) !important;
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transform:translateY(-18px) !important;
    transition:opacity .22s ease,transform .22s ease,visibility .22s ease !important;
  }
  .tg-nav.is-open{
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    transform:translateY(0) !important;
  }
  .tg-nav .menu{width:100% !important;max-width:720px !important;margin:0 auto !important;}
  .tg-nav a{width:100%;}
  .tg-menu-scrim{display:none !important;}
}

@media(max-width:767px){
  /* Remove the email/book-online strip from mobile completely. */
  .tg-topbar{display:none !important;}
  .tg-header{top:0 !important;}
  .admin-bar .tg-header{top:46px !important;}
  .tg-header__inner{height:72px !important;}
  .tg-nav{top:72px !important;}
  .admin-bar .tg-nav{top:118px !important;}

  /* Full-width hero without side overflow. */
  .tg-home-slider,.tg-home-slider__viewport,.tg-home-slider__track{min-width:0 !important;}
  .tg-home-slider__track{aspect-ratio:3/2 !important;}
  .tg-home-slide img{object-fit:contain !important;width:100% !important;height:100% !important;}
  .tg-slider-cta>.tg-container{width:calc(100% - 28px) !important;}
  .tg-slider-cta .tg-btn--premium{width:100%;}

  .tg-slider-arrow{width:36px;height:36px;font-size:23px;}
  .tg-slider-arrow--prev{left:7px;}
  .tg-slider-arrow--next{right:7px;}
}

/* TankGuard 2.2 multilingual corporate refinement */
:root{--tg-corp-ink:#10233f;--tg-corp-muted:#64748b;--tg-corp-line:#dbe4ee;--tg-corp-surface:#f6f9fc;--tg-corp-shadow:0 18px 50px rgba(8,45,99,.10)}
body{color:var(--tg-corp-ink);background:#fff}.tg-header{border-bottom:1px solid rgba(15,43,77,.08);box-shadow:0 8px 28px rgba(8,45,99,.055)}.tg-header.is-scrolled{box-shadow:0 12px 35px rgba(8,45,99,.11)}
.tg-language{position:relative;flex:0 0 auto;font-family:inherit}.tg-language__current{height:42px;min-width:64px;padding:0 13px;border:1px solid var(--tg-corp-line);border-radius:12px;background:#fff;color:var(--tg-navy);display:flex;align-items:center;justify-content:center;gap:8px;font-weight:800;letter-spacing:.04em;cursor:pointer;box-shadow:0 5px 15px rgba(8,45,99,.06)}.tg-language__current i{font-style:normal;font-size:14px;transition:.2s}.tg-language.is-open .tg-language__current i{transform:rotate(180deg)}.tg-language__menu{position:absolute;z-index:9999;right:0;top:calc(100% + 9px);width:178px;padding:7px;border:1px solid var(--tg-corp-line);border-radius:15px;background:#fff;box-shadow:0 20px 50px rgba(8,31,65,.18);opacity:0;visibility:hidden;transform:translateY(-7px);transition:.2s}.tg-language.is-open .tg-language__menu{opacity:1;visibility:visible;transform:none}.tg-language__menu button{width:100%;border:0;background:transparent;border-radius:10px;padding:9px 10px;display:flex;align-items:center;gap:11px;color:var(--tg-corp-ink);font:inherit;text-align:left;cursor:pointer}.tg-language__menu button:hover,.tg-language__menu button.is-active{background:#eef5fb;color:var(--tg-navy)}.tg-language__menu b{width:31px;height:27px;border-radius:7px;background:#e8f0f8;display:grid;place-items:center;font-size:12px}.tg-language__menu span{font-size:13px;font-weight:700}
.tg-section{padding-top:clamp(72px,8vw,112px);padding-bottom:clamp(72px,8vw,112px)}.tg-section-heading h2{letter-spacing:-.035em}.tg-service-card,.tg-review,.tg-panel,.tg-step{border:1px solid rgba(15,43,77,.09);box-shadow:0 12px 35px rgba(8,45,99,.07)}.tg-service-card:hover,.tg-review:hover{box-shadow:var(--tg-corp-shadow)}.tg-btn{border-radius:11px;font-weight:750;letter-spacing:.01em}.tg-request-shell,.tg-booking-teaser__shell{box-shadow:0 28px 70px rgba(8,45,99,.15)}
body[data-language="si"],body[data-language="ta"],body[data-language="zh"]{font-family:Arial,"Noto Sans Sinhala","Noto Sans Tamil","Noto Sans SC",sans-serif}
@media(max-width:940px){.tg-header__inner>.tg-language{margin-left:auto}.tg-menu-toggle{margin-left:4px}.tg-nav .tg-language{display:none}.tg-language__menu{right:0}.tg-header__book{display:none}}
@media(max-width:560px){.tg-language__current{height:39px;min-width:56px;padding:0 10px}.tg-language__menu{position:fixed;left:14px;right:14px;top:auto;bottom:82px;width:auto}.tg-section{padding-top:64px;padding-bottom:64px}}


/* ==========================================================
   v2.3 structural mobile repair + corporate inner pages
   ========================================================== */
*,*::before,*::after{box-sizing:border-box}html{overflow-x:clip}body{margin:0;min-width:320px;overflow-x:clip}.tg-container{max-width:1180px;margin-inline:auto}.tg-header__inner{display:flex;align-items:center;gap:18px}.tg-brand{flex:0 1 auto}.tg-nav{min-width:0}.tg-nav .menu{margin:0;padding:0;list-style:none}.tg-language{z-index:10002}.tg-mobile-book{z-index:10001}
.tg-inner-page{overflow:hidden;background:#fff}.tg-page-hero{position:relative;padding:clamp(86px,10vw,140px) 0;background:linear-gradient(135deg,#f4f8fc 0%,#fff 60%);border-bottom:1px solid #e2eaf2}.tg-page-hero::after{content:"";position:absolute;width:420px;height:420px;right:-170px;top:-170px;border-radius:50%;background:radial-gradient(circle,rgba(63,141,20,.14),transparent 68%);animation:tgFloat 7s ease-in-out infinite}.tg-page-hero .tg-container{position:relative;z-index:1}.tg-page-hero h1{max-width:850px;margin:10px 0 18px;color:var(--tg-navy);font-size:clamp(42px,6vw,76px);line-height:1.03;letter-spacing:-.055em}.tg-page-hero p{max-width:720px;margin:0;color:#5f7087;font-size:clamp(17px,2vw,21px);line-height:1.75}.tg-page-hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.tg-btn--outline{border:1px solid #c9d7e5!important;background:#fff!important;color:var(--tg-navy)!important}.tg-corporate-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.tg-corporate-card{position:relative;min-height:250px;padding:32px;border:1px solid #dfe7ef;border-radius:20px;background:#fff;box-shadow:0 14px 42px rgba(8,45,99,.07);transition:transform .28s ease,box-shadow .28s ease}.tg-corporate-card:hover{transform:translateY(-8px);box-shadow:0 24px 55px rgba(8,45,99,.13)}.tg-corporate-card>span{width:58px;height:58px;display:grid;place-items:center;border-radius:16px;background:#eef6e9;color:var(--tg-green)}.tg-corporate-card svg{width:28px;height:28px}.tg-corporate-card h2{margin:24px 0 10px;color:var(--tg-navy);font-size:23px}.tg-corporate-card p{margin:0;color:#64748b;line-height:1.72}.tg-corporate-band{padding:55px 0;background:linear-gradient(135deg,#082d63,#0b447c);color:#fff}.tg-corporate-band>.tg-container{display:flex;align-items:center;justify-content:space-between;gap:30px}.tg-corporate-band span{color:#9ed275;font-weight:800;text-transform:uppercase;letter-spacing:.08em;font-size:12px}.tg-corporate-band h2{margin:6px 0 0;font-size:clamp(28px,4vw,44px)}.tg-corporate-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.tg-corporate-gallery__item{overflow:hidden;display:grid;grid-template-columns:1fr 1fr;border-radius:20px;background:#fff;box-shadow:0 16px 45px rgba(8,45,99,.12)}.tg-corporate-gallery__item img{width:100%;height:310px;object-fit:cover}.tg-corporate-gallery__item div{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;padding:12px 18px;color:var(--tg-navy);font-size:12px;text-transform:uppercase;letter-spacing:.08em}.tg-corporate-gallery__item strong:last-child{text-align:right}@keyframes tgFloat{50%{transform:translate(-18px,22px)}}
@media(max-width:940px){.tg-header__inner{width:calc(100% - 28px)!important;max-width:none!important}.tg-brand{margin-right:auto}.tg-header__inner>.tg-language{margin-left:0!important}.tg-menu-toggle{margin-left:0!important;flex:0 0 44px}.tg-nav{position:fixed!important;inset:72px 0 0 0!important;width:100vw!important;max-width:100vw!important;height:calc(100dvh - 72px)!important;padding:18px 20px 110px!important;background:#fff!important;overflow:auto!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform:translateY(-10px)!important}.tg-nav.is-open{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:none!important}.tg-nav .menu{width:100%!important;max-width:none!important}.tg-nav li{width:100%!important}.tg-nav a{display:flex!important;width:100%!important;padding:17px 8px!important;color:var(--tg-navy)!important;background:#fff!important;border-bottom:1px solid #e4ebf2!important}.tg-corporate-card-grid,.tg-corporate-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}.tg-corporate-band>.tg-container{align-items:flex-start;flex-direction:column}}
@media(max-width:767px){body{padding-bottom:72px!important}.tg-header{position:sticky!important;top:0!important;width:100%!important}.tg-header__inner{height:72px!important;gap:8px!important}.tg-brand img,.tg-brand .custom-logo{max-width:145px!important;max-height:52px!important}.tg-language__current{min-width:52px!important;height:40px!important;padding:0 9px!important;border-radius:9px!important}.tg-language__menu{position:fixed!important;top:78px!important;right:14px!important;left:auto!important;bottom:auto!important;width:178px!important}.tg-menu-toggle{width:42px!important;height:40px!important}.tg-nav{top:72px!important}.admin-bar .tg-nav{top:118px!important;height:calc(100dvh - 118px)!important}.tg-home-slider,.tg-home-slider__viewport,.tg-home-slider__track,.tg-home-slide,.tg-home-slide picture{display:block!important;width:100%!important;max-width:100%!important;min-width:0!important}.tg-home-slider__track{position:relative!important;height:auto!important;aspect-ratio:3/2!important}.tg-home-slide{position:absolute!important;inset:0!important}.tg-home-slide img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important}.tg-before-after,.tg-gallery,.tg-section,.tg-feature-strip,.tg-request-section{width:100%!important;max-width:100%!important;overflow:hidden!important}.tg-before-after__track{width:100%!important;max-width:100%!important}.tg-corporate-card-grid,.tg-corporate-gallery{grid-template-columns:1fr}.tg-page-hero{padding:72px 0}.tg-page-hero h1{font-size:clamp(38px,12vw,56px)}.tg-page-hero__actions .tg-btn{width:100%}.tg-corporate-gallery__item img{height:230px}.tg-corporate-band{padding:44px 0}.tg-corporate-band .tg-btn{width:100%}}
@media(prefers-reduced-motion:reduce){.tg-page-hero::after{animation:none}.tg-corporate-card{transition:none}}

/* v2.4 content and mobile language visibility repair */
.tg-mobile-book{display:none!important}body{padding-bottom:0!important}
.tg-header__inner>.tg-language{display:block!important;visibility:visible!important;opacity:1!important;flex:0 0 auto!important}
.tg-language__current{position:relative;z-index:2;background:#fff!important;border:2px solid #d7e2ed!important;color:var(--tg-navy)!important}
.tg-language__current::before{content:"LANG";font-size:9px;letter-spacing:.08em;color:#728198;font-weight:800}
.tg-page-section{background:linear-gradient(180deg,#fff,#f7fafc)}
.tg-page-section .tg-section-heading{max-width:760px;margin-bottom:36px}.tg-page-section .tg-section-heading--center{text-align:center;margin-inline:auto}
.tg-page-section .tg-section-heading p{color:#64748b;line-height:1.75}
.tg-card-link{display:inline-flex;margin-top:18px;color:var(--tg-green);font-weight:800;text-decoration:none}
.tg-corporate-gallery__item figure{position:relative;margin:0;min-width:0}.tg-corporate-gallery__item figcaption{position:absolute;left:12px;bottom:12px;padding:7px 12px;border-radius:999px;background:rgba(8,45,99,.9);color:#fff;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}
.tg-trust-strip{padding:32px 0;border-block:1px solid #e1e9f1;background:#fff}.tg-trust-strip__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#e1e9f1;border:1px solid #e1e9f1;border-radius:18px;overflow:hidden}.tg-trust-strip__grid>div{padding:25px;background:#fff;text-align:center}.tg-trust-strip strong,.tg-trust-strip span{display:block}.tg-trust-strip strong{color:var(--tg-navy);font-size:17px}.tg-trust-strip span{margin-top:5px;color:#6b7b90;font-size:13px}.tg-corporate-band p{margin:10px 0 0;color:#d7e4f1}.tg-corporate-band p a{color:#fff;font-weight:900}
@media(max-width:940px){.tg-header__inner{display:grid!important;grid-template-columns:minmax(0,1fr) auto auto!important}.tg-brand{min-width:0!important;margin-right:0!important}.tg-header__inner>.tg-language{grid-column:2!important}.tg-menu-toggle{grid-column:3!important}.tg-nav{grid-column:auto!important}.tg-language__current{min-width:72px!important}.tg-language__current span{font-size:13px!important}}
@media(max-width:767px){.tg-header__inner{width:calc(100% - 20px)!important;gap:6px!important}.tg-brand img,.tg-brand .custom-logo{max-width:126px!important}.tg-language__current{height:42px!important;min-width:68px!important;padding:0 8px!important;gap:5px!important}.tg-language__current::before{display:none}.tg-language__menu{top:68px!important;right:10px!important;width:min(220px,calc(100vw - 20px))!important}.tg-language__menu button{padding:13px!important}.tg-trust-strip__grid{grid-template-columns:1fr 1fr}.tg-corporate-card{min-height:0;padding:26px}.tg-page-editor{padding-top:30px!important}}
@media(max-width:390px){.tg-brand img,.tg-brand .custom-logo{max-width:108px!important}.tg-language__current{min-width:55px!important}.tg-language__current i{display:none}.tg-menu-toggle{flex-basis:40px!important}}

/* ==========================================================
   v2.5 definitive live-site recovery
   ========================================================== */
html, body {
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  margin: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  overflow-x: hidden !important;
}
body { padding-bottom: 0 !important; }
body > header, body > main, body > footer,
.tg-header, .tg-topbar, .tg-inner-page, .tg-home-main,
.tg-home-slider, .tg-section, .tg-feature-strip, .tg-footer,
.tg-before-after, .tg-gallery, .tg-request-section {
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.tg-container {
  width: min(1180px, calc(100% - 40px)) !important;
  max-width: 1180px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.tg-mobile-book, [class*="mobile-book"], .mobile-book-service {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}
/* Content must remain visible even if an observer or cached script fails. */
.tg-reveal { opacity: 1 !important; transform: none !important; }

.tg-header { z-index: 10020 !important; }
.tg-header__inner { width: min(1180px, calc(100% - 28px)) !important; }
.tg-header__inner > .tg-language {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: relative !important;
  z-index: 10030 !important;
}
.tg-language__current {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  min-width: 76px !important;
  height: 42px !important;
  padding: 0 10px !important;
  border: 2px solid #0b447c !important;
  border-radius: 9px !important;
  background: #fff !important;
  color: #082d63 !important;
  box-shadow: 0 5px 16px rgba(8,45,99,.12) !important;
}
.tg-language__current::before { content: none !important; }
.tg-language__globe { color: #3f8d14; font-size: 15px; font-weight: 900; }
.tg-language__current strong { font-size: 13px; line-height: 1; }
.tg-language__chevron { font-size: 11px; }

@media (max-width: 940px) {
  .tg-header__inner {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 76px 44px !important;
    align-items: center !important;
    gap: 7px !important;
  }
  .tg-brand { min-width: 0 !important; overflow: hidden !important; }
  .tg-brand a { display: flex !important; align-items: center !important; }
  .tg-header__inner > .tg-language { grid-column: 2 !important; margin: 0 !important; }
  .tg-menu-toggle { grid-column: 3 !important; margin: 0 !important; }
  .tg-nav {
    left: 0 !important; right: 0 !important;
    width: 100% !important; max-width: none !important;
  }
}
@media (max-width: 767px) {
  .tg-container { width: calc(100% - 28px) !important; }
  .tg-header__inner {
    width: calc(100% - 20px) !important;
    height: 68px !important;
    grid-template-columns: minmax(0, 1fr) 70px 42px !important;
  }
  .tg-brand img, .tg-brand .custom-logo {
    width: auto !important;
    max-width: 132px !important;
    max-height: 48px !important;
  }
  .tg-language__current { min-width: 70px !important; width: 70px !important; height: 40px !important; }
  .tg-language__menu {
    position: fixed !important;
    top: 72px !important;
    right: 10px !important;
    left: 10px !important;
    bottom: auto !important;
    width: auto !important;
    max-width: none !important;
    padding: 9px !important;
    border: 2px solid #dbe6f0 !important;
  }
  .tg-language__menu button { min-height: 48px !important; padding: 11px 12px !important; }
  .tg-language__menu b { width: 40px !important; }
  .tg-nav { top: 68px !important; height: calc(100dvh - 68px) !important; }
  .tg-page-hero, .tg-page-section, .tg-corporate-band, .tg-trust-strip,
  .tg-section > .tg-container, .tg-before-after > .tg-container {
    width: 100% !important;
  }
  .tg-corporate-card-grid, .tg-corporate-gallery, .tg-trust-strip__grid {
    width: 100% !important;
    max-width: 100% !important;
  }
}
@media (max-width: 370px) {
  .tg-header__inner { grid-template-columns: minmax(0,1fr) 62px 40px !important; }
  .tg-language__current { width: 62px !important; min-width: 62px !important; padding: 0 6px !important; }
  .tg-brand img, .tg-brand .custom-logo { max-width: 108px !important; }
}

/* TankGuard Corporate V3 — hard mobile recovery and always-visible language switcher */
html, body { width: 100% !important; max-width: none !important; min-width: 0 !important; overflow-x: clip !important; }
body { margin: 0 !important; padding-bottom: 0 !important; }
#page, .site, .site-content, main, #main-content, .tg-site, .tg-page-shell { width: 100% !important; max-width: none !important; min-width: 0 !important; margin-inline: 0 !important; transform: none !important; }
.tg-container { width: min(1180px, calc(100% - 32px)) !important; max-width: 1180px !important; margin-inline: auto !important; }
.tg-mobile-book, .mobile-book-service, [class*="mobile-book"], [class*="sticky-book"], [class*="bottom-book"] { display: none !important; visibility: hidden !important; }

.tg-language { flex: 0 0 auto; position: relative; z-index: 90; }
.tg-language__current { min-width: 58px; height: 42px; display: inline-flex !important; align-items: center; justify-content: center; gap: 5px; border: 2px solid var(--tg-navy); border-radius: 8px; background: #fff; color: var(--tg-navy); font-weight: 900; }
.tg-language__current strong { display: inline !important; font-size: 14px; }
.tg-language__menu { position: absolute; top: calc(100% + 8px); right: 0; min-width: 190px; padding: 8px; border: 1px solid var(--tg-border); border-radius: 10px; background: #fff; box-shadow: 0 18px 45px rgba(8,45,99,.2); display: none; }
.tg-language.is-open .tg-language__menu { display: grid !important; }
.tg-language__menu button { width: 100%; display: grid; grid-template-columns: 42px 1fr; align-items: center; gap: 8px; padding: 10px; border: 0; border-radius: 7px; background: transparent; text-align: left; color: var(--tg-text); }
.tg-language__menu button:hover, .tg-language__menu button.is-active { background: #eef6ff; }

@media (max-width: 940px) {
  .tg-topbar { display: none !important; }
  .tg-header, .tg-header__inner { width: 100% !important; max-width: none !important; }
  .tg-header__inner { height: 72px !important; padding-inline: 14px !important; gap: 8px !important; }
  .tg-brand { min-width: 0; margin-right: auto; }
  .tg-brand img, .tg-brand .custom-logo { width: auto !important; max-width: 122px !important; max-height: 48px !important; }
  .tg-language { display: block !important; order: 2; }
  .tg-language__globe, .tg-language__chevron { display: none !important; }
  .tg-language__current { min-width: 48px; width: 48px; height: 42px; padding: 0; }
  .tg-menu-toggle { order: 3; margin-left: 0 !important; width: 44px; height: 42px; }
  .tg-nav { top: 72px !important; left: 0 !important; right: 0 !important; width: 100% !important; max-width: none !important; padding: 20px !important; transform: translateY(-115%) !important; box-shadow: 0 20px 40px rgba(8,45,99,.18); }
  .tg-nav.is-open { transform: translateY(0) !important; }
  .tg-header__book { display: none !important; }
  .tg-container { width: calc(100% - 28px) !important; }
  .tg-section, .tg-page-section, .tg-page-hero { width: 100% !important; max-width: none !important; overflow: hidden; }
  .tg-reveal { opacity: 1 !important; transform: none !important; visibility: visible !important; }
}

@media (max-width: 480px) {
  .tg-container { width: calc(100% - 22px) !important; }
  .tg-header__inner { padding-inline: 10px !important; }
  .tg-brand img, .tg-brand .custom-logo { max-width: 108px !important; }
  .tg-language__current { width: 46px; min-width: 46px; }
  .tg-language__menu { position: fixed; top: 76px; left: 10px; right: 10px; width: auto; min-width: 0; }
}


/* V3.1 sequential before-and-after gallery */
.tg-gallery-sequence{display:grid;gap:34px;max-width:1180px;margin:0 auto}
.tg-gallery-sequence__project{overflow:hidden;border:1px solid rgba(8,45,99,.12);border-radius:26px;background:#fff;box-shadow:0 20px 55px rgba(8,45,99,.10)}
.tg-gallery-sequence__project>header{display:flex;align-items:end;justify-content:space-between;gap:24px;padding:24px 28px;border-bottom:1px solid #e5edf5;background:linear-gradient(135deg,#f7fbff,#fff)}
.tg-gallery-sequence__project>header span{color:#4a951c;font-size:12px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.tg-gallery-sequence__project>header h2,.tg-gallery-sequence__project>header h3{margin:0;color:#082e66;font-size:clamp(19px,2vw,25px)}
.tg-gallery-sequence__images{display:grid;grid-template-columns:1fr 1fr}
.tg-gallery-sequence__images figure{position:relative;margin:0;min-width:0;background:#e8eef4}
.tg-gallery-sequence__images figure+figure{border-left:1px solid #fff}
.tg-gallery-sequence__images img{display:block;width:100%;height:clamp(300px,38vw,520px);object-fit:cover}
.tg-gallery-sequence__images figcaption{position:absolute;left:18px;right:18px;bottom:18px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;border:1px solid rgba(255,255,255,.35);border-radius:14px;color:#fff;background:rgba(5,37,82,.88);backdrop-filter:blur(10px);box-shadow:0 10px 24px rgba(0,0,0,.2)}
.tg-gallery-sequence__images figure:last-child figcaption{background:rgba(53,128,14,.9)}
.tg-gallery-sequence__images figcaption strong{font-size:14px;text-transform:uppercase;letter-spacing:.1em}
.tg-gallery-sequence__images figcaption span{font-size:12px;opacity:.9}
@media(max-width:767px){
 .tg-gallery-sequence{gap:24px}
 .tg-gallery-sequence__project{border-radius:18px}
 .tg-gallery-sequence__project>header{display:block;padding:20px}
 .tg-gallery-sequence__project>header h2,.tg-gallery-sequence__project>header h3{margin-top:6px}
 .tg-gallery-sequence__images{grid-template-columns:1fr}
 .tg-gallery-sequence__images figure+figure{border-left:0;border-top:4px solid #fff}
 .tg-gallery-sequence__images img{height:auto;aspect-ratio:4/3;object-fit:cover}
 .tg-gallery-sequence__images figcaption{left:12px;right:12px;bottom:12px;padding:10px 12px}
}

/* Multilingual typography and Tamil layout resilience — v3.2 */
body.tg-lang-ta,
body.tg-lang-ta button,
body.tg-lang-ta input,
body.tg-lang-ta select,
body.tg-lang-ta textarea {
  font-family: "Noto Sans Tamil", "Nirmala UI", Latha, Arial, sans-serif !important;
  letter-spacing: 0 !important;
}
body.tg-lang-si,
body.tg-lang-si button,
body.tg-lang-si input,
body.tg-lang-si select,
body.tg-lang-si textarea {
  font-family: "Noto Sans Sinhala", "Nirmala UI", Iskoola Pota, Arial, sans-serif !important;
  letter-spacing: 0 !important;
}
body.tg-lang-zh,
body.tg-lang-zh button,
body.tg-lang-zh input,
body.tg-lang-zh select,
body.tg-lang-zh textarea {
  font-family: "Noto Sans SC", "Microsoft YaHei", "PingFang SC", Arial, sans-serif !important;
}
body.tg-lang-ta { line-height: 1.72; }
body.tg-lang-ta h1, body.tg-lang-ta h2, body.tg-lang-ta h3, body.tg-lang-ta h4,
body.tg-lang-si h1, body.tg-lang-si h2, body.tg-lang-si h3, body.tg-lang-si h4 {
  line-height: 1.36 !important;
  text-wrap: balance;
  overflow-wrap: anywhere;
}
body.tg-lang-ta p, body.tg-lang-ta li, body.tg-lang-ta label, body.tg-lang-ta a, body.tg-lang-ta button,
body.tg-lang-si p, body.tg-lang-si li, body.tg-lang-si label, body.tg-lang-si a, body.tg-lang-si button {
  overflow-wrap: anywhere;
  word-break: normal;
  white-space: normal;
}
body.tg-lang-ta .tg-btn, body.tg-lang-si .tg-btn,
body.tg-lang-ta .tg-nav a, body.tg-lang-si .tg-nav a,
body.tg-lang-ta .tg-pills button, body.tg-lang-si .tg-pills button {
  min-height: 48px;
  height: auto !important;
  line-height: 1.35;
  text-align: center;
}
body.tg-lang-ta .tg-service-card,
body.tg-lang-ta .tg-corporate-card,
body.tg-lang-ta .tg-step,
body.tg-lang-ta .tg-feature,
body.tg-lang-ta .tg-panel,
body.tg-lang-si .tg-service-card,
body.tg-lang-si .tg-corporate-card,
body.tg-lang-si .tg-step,
body.tg-lang-si .tg-feature,
body.tg-lang-si .tg-panel { height: auto !important; min-height: 0; }
body.tg-lang-ta .tg-section-heading,
body.tg-lang-si .tg-section-heading { max-width: 920px; }
@media (max-width: 940px) {
  body.tg-lang-ta .tg-nav .menu a,
  body.tg-lang-si .tg-nav .menu a { padding-block: 14px; font-size: 1rem; }
  body.tg-lang-ta .tg-header__inner,
  body.tg-lang-si .tg-header__inner { min-width: 0; }
  body.tg-lang-ta .tg-language,
  body.tg-lang-si .tg-language { flex: 0 0 auto; }
}
@media (max-width: 560px) {
  body.tg-lang-ta h1 { font-size: clamp(1.85rem, 8.5vw, 2.45rem) !important; }
  body.tg-lang-ta h2 { font-size: clamp(1.55rem, 7vw, 2rem) !important; }
  body.tg-lang-ta .tg-container,
  body.tg-lang-si .tg-container { width: min(100% - 28px, var(--tg-container, 1180px)); }
  body.tg-lang-ta .tg-feature-strip__grid,
  body.tg-lang-ta .tg-services__grid,
  body.tg-lang-ta .tg-process__grid,
  body.tg-lang-ta .tg-corporate-card-grid,
  body.tg-lang-si .tg-feature-strip__grid,
  body.tg-lang-si .tg-services__grid,
  body.tg-lang-si .tg-process__grid,
  body.tg-lang-si .tg-corporate-card-grid { grid-template-columns: minmax(0,1fr) !important; }
}


/* =========================================================
   V3.3 - PDF-grounded content-rich inner pages (no photos)
   ========================================================= */
.tg-inner-page--pdf-content{background:#fff}
.tg-page-hero--content{background:
  radial-gradient(circle at 86% 18%,rgba(19,118,209,.09),transparent 24%),
  radial-gradient(circle at 92% 78%,rgba(63,141,20,.10),transparent 28%),
  linear-gradient(135deg,#f8fbff 0%,#fff 54%,#f8fbf6 100%)}
.tg-page-hero--content:before{content:"";position:absolute;left:0;bottom:0;width:100%;height:4px;background:linear-gradient(90deg,var(--tg-navy),var(--tg-blue),var(--tg-green))}
.tg-page-hero--content h1{max-width:1000px}
.tg-page-hero--content p{max-width:860px}
.tg-inner-resource-nav{position:sticky;top:76px;z-index:35;border-bottom:1px solid #dfe8f1;background:rgba(255,255,255,.95);backdrop-filter:blur(16px)}
.admin-bar .tg-inner-resource-nav{top:108px}
.tg-inner-resource-nav__track{display:flex;gap:8px;overflow:auto;padding:12px 0;scrollbar-width:none}.tg-inner-resource-nav__track::-webkit-scrollbar{display:none}
.tg-inner-resource-nav a{flex:0 0 auto;padding:9px 12px;border:1px solid #dde6ef;border-radius:999px;color:#52677e;background:#fff;font-size:11px;font-weight:800;white-space:nowrap;transition:.2s ease}
.tg-inner-resource-nav a:hover,.tg-inner-resource-nav a.is-current{background:var(--tg-navy);border-color:var(--tg-navy);color:#fff}
.tg-page-summary{padding-block:76px;background:#fff}.tg-page-summary__grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;align-items:start}.tg-page-summary h2{margin:9px 0 0;color:var(--tg-navy);font-size:clamp(34px,4vw,54px)}.tg-page-summary__copy{display:grid;gap:16px}.tg-page-summary__copy p{margin:0;color:#5f7087;font-size:17px;line-height:1.82}
.tg-page-section--tint{background:linear-gradient(180deg,#f7fafc,#fff)}
.tg-corporate-card-grid--rich{grid-template-columns:repeat(3,minmax(0,1fr))}.tg-corporate-card-grid--rich .tg-corporate-card{min-height:0;padding:28px}.tg-corporate-card-grid--rich .tg-corporate-card h3{margin:20px 0 9px;color:var(--tg-navy);font-size:21px}.tg-corporate-card-grid--rich .tg-corporate-card p{font-size:14px;line-height:1.7}
.tg-process-detail-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.tg-process-detail{position:relative;padding:26px;border:1px solid #dfe8f1;border-radius:20px;background:#fff;box-shadow:0 14px 42px rgba(8,45,99,.06)}.tg-process-detail__top{display:flex;align-items:center;justify-content:space-between}.tg-process-detail__top b{font:900 12px/1 ui-monospace,SFMono-Regular,Menlo,monospace;color:#91a1b3}.tg-process-detail__top span{width:48px;height:48px;display:grid;place-items:center;border-radius:14px;background:#eef6e9;color:var(--tg-green)}.tg-process-detail__top svg{width:25px;height:25px}.tg-process-detail h3{margin:24px 0 9px;color:var(--tg-navy);font-size:20px}.tg-process-detail p{margin:0;color:#64748b;font-size:14px;line-height:1.7}
.tg-equipment-groups{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.tg-equipment-group{overflow:hidden;border:1px solid #dde7ef;border-radius:20px;background:#fff;box-shadow:0 14px 42px rgba(8,45,99,.06)}.tg-equipment-group__head{display:flex;align-items:center;gap:13px;padding:20px;background:linear-gradient(135deg,#082d63,#0b477f);color:#fff}.tg-equipment-group:nth-child(even) .tg-equipment-group__head{background:linear-gradient(135deg,#317d13,#4b9a24)}.tg-equipment-group__head span{width:42px;height:42px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.22);border-radius:12px}.tg-equipment-group__head svg{width:23px;height:23px}.tg-equipment-group__head h3{margin:0;font-size:18px}.tg-equipment-group ul{list-style:none;margin:0;padding:18px 20px 22px;display:grid;gap:10px}.tg-equipment-group li{display:grid;grid-template-columns:20px 1fr;gap:8px;align-items:start;color:#5f7087;font-size:13px;line-height:1.5}.tg-equipment-group li svg{width:16px;height:16px;color:var(--tg-green);margin-top:2px}
.tg-info-table-wrap{overflow:auto;border:1px solid #dae4ed;border-radius:20px;background:#fff;box-shadow:0 16px 45px rgba(8,45,99,.07)}.tg-info-table{width:100%;min-width:760px;border-collapse:collapse}.tg-info-table th{padding:17px 18px;background:var(--tg-navy);color:#fff;text-align:left;font-size:12px;text-transform:uppercase;letter-spacing:.07em}.tg-info-table td{padding:17px 18px;border-top:1px solid #e6edf3;color:#52677d;font-size:14px;line-height:1.55}.tg-info-table tr:nth-child(even) td{background:#f9fbfd}.tg-info-table td:nth-child(2){color:var(--tg-green);font-weight:900;white-space:nowrap}
.tg-size-columns{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.tg-size-columns--single{grid-template-columns:minmax(0,520px)}.tg-size-card{overflow:hidden;border:1px solid #dce5ed;border-radius:20px;background:#fff;box-shadow:0 16px 42px rgba(8,45,99,.06)}.tg-size-card header{padding:20px;background:var(--tg-navy);color:#fff}.tg-size-card:nth-child(even) header{background:var(--tg-green)}.tg-size-card h3{margin:0;font-size:20px}.tg-size-card header span{display:block;margin-top:5px;color:rgba(255,255,255,.78);font-size:11px}.tg-size-card__list{display:grid;grid-template-columns:1fr 1fr}.tg-size-card__list span{padding:11px 14px;border-top:1px solid #e7edf3;color:#52677d;font-size:13px;font-weight:800}.tg-size-card__list span:nth-child(odd){border-right:1px solid #e7edf3}
.tg-contact-page-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.tg-contact-page-card{display:grid;grid-template-columns:58px 1fr;gap:18px;padding:26px;border:1px solid #dfe8f0;border-radius:20px;background:#fff;box-shadow:0 14px 40px rgba(8,45,99,.06)}.tg-contact-page-card>span{width:56px;height:56px;display:grid;place-items:center;border-radius:16px;background:#eef6e9;color:var(--tg-green)}.tg-contact-page-card>span svg{width:28px;height:28px}.tg-contact-page-card small{display:block;color:#718196;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.tg-contact-page-card strong{display:block;margin-top:6px;color:var(--tg-navy);font-size:19px;line-height:1.35}.tg-contact-page-card p{margin:7px 0 0;color:#687b8f;font-size:13px}.tg-contact-page-card a{display:inline-block;margin-top:12px;color:var(--tg-green);font-size:12px;font-weight:900}
.tg-corporate-band--content{padding:64px 0}.tg-corporate-band--content>.tg-container{align-items:center}.tg-corporate-band--content p{max-width:760px}.tg-btn--light{background:#fff!important;color:var(--tg-navy)!important;border:1px solid rgba(255,255,255,.5)!important}
@media(max-width:1050px){.tg-inner-resource-nav{top:72px}.tg-page-summary__grid{grid-template-columns:1fr;gap:24px}.tg-corporate-card-grid--rich,.tg-process-detail-grid,.tg-equipment-groups{grid-template-columns:repeat(2,minmax(0,1fr))}.tg-size-columns{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:767px){.tg-inner-resource-nav{top:72px}.admin-bar .tg-inner-resource-nav{top:118px}.tg-page-summary{padding-block:58px}.tg-page-summary__copy p{font-size:15px}.tg-corporate-card-grid--rich,.tg-process-detail-grid,.tg-equipment-groups,.tg-size-columns,.tg-contact-page-grid{grid-template-columns:1fr}.tg-size-columns--single{grid-template-columns:1fr}.tg-equipment-group,.tg-process-detail,.tg-contact-page-card,.tg-size-card{border-radius:17px}.tg-info-table th,.tg-info-table td{padding:14px}.tg-corporate-band--content{padding:46px 0}.tg-corporate-band--content .tg-btn{width:100%}}

/* =========================================================
   V3.4 — Fully localized, content-rich corporate inner pages
   English / Sinhala / Tamil / Chinese language panels
   ========================================================= */
.tg-lang-panel{display:none}
.tg-lang-panel[data-lang-panel="en"]{display:block}
body[data-language] .tg-lang-panel{display:none}
body[data-language="en"] .tg-lang-panel[data-lang-panel="en"],
body[data-language="si"] .tg-lang-panel[data-lang-panel="si"],
body[data-language="ta"] .tg-lang-panel[data-lang-panel="ta"],
body[data-language="zh"] .tg-lang-panel[data-lang-panel="zh"]{display:block}

.tg-localized-page{background:#fff}
.tg-localized-hero{padding-block:clamp(76px,8vw,120px);background:
  radial-gradient(circle at 92% 8%,rgba(63,141,20,.10),transparent 33%),
  radial-gradient(circle at 12% 100%,rgba(19,118,209,.08),transparent 28%),
  linear-gradient(180deg,#fbfdff 0%,#f5f9fc 100%);border-bottom:1px solid rgba(8,45,99,.08)}
.tg-localized-hero .tg-container{max-width:1050px}
.tg-localized-hero h1{max-width:930px}
.tg-localized-hero p{max-width:820px;font-size:clamp(16px,1.6vw,19px);line-height:1.8}
.tg-localized-resource-nav{position:sticky;top:var(--tg-header-height,78px);z-index:35;background:rgba(255,255,255,.94);backdrop-filter:blur(18px);box-shadow:0 8px 24px rgba(8,45,99,.055)}
.tg-localized-resource-nav .tg-inner-resource-nav__track{scrollbar-width:none}
.tg-localized-resource-nav .tg-inner-resource-nav__track::-webkit-scrollbar{display:none}

.tg-localized-overview{padding:88px 0 60px;background:#fff}
.tg-localized-overview__grid{display:grid;grid-template-columns:.78fr 1.22fr;gap:72px;align-items:start}
.tg-localized-overview__intro{position:sticky;top:150px}
.tg-localized-overview__intro h2{font-size:clamp(34px,4vw,52px);margin:14px 0 18px}
.tg-localized-overview__intro small{display:block;max-width:390px;color:#75828b;line-height:1.65;font-size:12px}
.tg-localized-overview__copy{display:grid;gap:18px}
.tg-localized-overview__copy p{margin:0;padding:25px 26px;border:1px solid rgba(8,45,99,.09);border-radius:20px;background:#fbfdff;color:#45545e;font-size:15px;line-height:1.85;box-shadow:0 14px 38px rgba(8,45,99,.045)}

.tg-localized-facts{padding:66px 0 94px;background:#f7fafc}
.tg-localized-facts .tg-section-heading{max-width:820px;margin-bottom:34px}
.tg-localized-facts__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.tg-localized-facts__grid .tg-corporate-card{min-height:210px;padding:27px 24px;background:#fff;border:1px solid rgba(8,45,99,.09);box-shadow:0 15px 44px rgba(8,45,99,.055)}
.tg-localized-facts__grid .tg-corporate-card>span{width:48px;height:48px;border-radius:15px;display:grid;place-items:center;background:linear-gradient(145deg,#eff7ff,#f5faef);color:var(--tg-navy);margin-bottom:22px}
.tg-localized-facts__grid .tg-corporate-card>span svg{width:23px;height:23px}
.tg-localized-facts__grid h3{font-size:20px;line-height:1.3;margin-bottom:10px}
.tg-localized-facts__grid p{font-size:13px;line-height:1.7;margin:0}

.tg-localized-notes{padding:86px 0;background:linear-gradient(135deg,#eff6fb 0%,#f7fbf2 100%)}
.tg-localized-notes__grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:start}
.tg-localized-notes__grid>div:first-child h2{font-size:clamp(36px,4.6vw,60px);margin:14px 0 18px;max-width:560px}
.tg-localized-notes__grid>div:first-child p{font-size:15px;line-height:1.8;max-width:580px}
.tg-localized-checklist{list-style:none;margin:0;padding:0;display:grid;gap:11px}
.tg-localized-checklist li{display:grid;grid-template-columns:38px 1fr;gap:12px;align-items:start;background:#fff;padding:17px 18px;border-radius:15px;border:1px solid rgba(8,45,99,.08);box-shadow:0 9px 27px rgba(8,45,99,.04);color:#40515c;font-size:13px;line-height:1.65}
.tg-localized-checklist li svg{width:20px;height:20px;color:var(--tg-green);margin-top:1px}

.tg-localized-practical{padding:88px 0;background:#fff}
.tg-service-guidance-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:32px}
.tg-service-guidance-card{position:relative;padding:26px 22px 24px;border:1px solid rgba(8,45,99,.10);border-radius:20px;background:#fff;box-shadow:0 13px 38px rgba(8,45,99,.05);overflow:hidden}
.tg-service-guidance-card:after{content:"";position:absolute;right:-42px;bottom:-58px;width:120px;height:120px;border-radius:50%;background:rgba(63,141,20,.055)}
.tg-service-guidance-card>b{font-family:var(--tg-mono,monospace);font-size:11px;color:var(--tg-green);letter-spacing:.12em}
.tg-service-guidance-card h3{font-size:19px;margin:22px 0 10px}
.tg-service-guidance-card p{font-size:12.5px;line-height:1.7;margin:0}

.tg-localized-faq{padding:88px 0;background:#f6f9fb}
.tg-faq-grid{display:grid;gap:11px;max-width:940px;margin-top:30px}
.tg-faq-item{background:#fff;border:1px solid rgba(8,45,99,.1);border-radius:17px;overflow:hidden;box-shadow:0 9px 26px rgba(8,45,99,.035)}
.tg-faq-item summary{list-style:none;display:flex;justify-content:space-between;align-items:center;gap:24px;cursor:pointer;padding:20px 22px;font-weight:800;color:var(--tg-navy);font-size:14px}
.tg-faq-item summary::-webkit-details-marker{display:none}
.tg-faq-item summary span{width:30px;height:30px;border-radius:50%;background:#eff5f9;display:grid;place-items:center;flex:none;transition:.25s}
.tg-faq-item[open] summary span{transform:rotate(45deg);background:var(--tg-green);color:#fff}
.tg-faq-item p{margin:0;padding:0 22px 22px;max-width:850px;font-size:13px;line-height:1.78;color:#56656e}
.tg-localized-callout{margin-top:0}

.tg-localized-gallery{padding:78px 0 100px;background:#f8fbfd}
.tg-localized-gallery .tg-gallery-sequence{margin-top:36px}

/* Keep long local-language copy readable and prevent card overflow. */
.tg-lang-panel[lang="si"] .tg-localized-facts__grid h3,
.tg-lang-panel[lang="ta"] .tg-localized-facts__grid h3{font-size:18px;line-height:1.45}
.tg-lang-panel[lang="si"] .tg-corporate-card p,
.tg-lang-panel[lang="ta"] .tg-corporate-card p,
.tg-lang-panel[lang="si"] .tg-service-guidance-card p,
.tg-lang-panel[lang="ta"] .tg-service-guidance-card p{line-height:1.85}
.tg-lang-panel[lang="zh-CN"] .tg-localized-facts__grid h3{line-height:1.45}

@media(max-width:1050px){
  .tg-localized-facts__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .tg-service-guidance-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .tg-localized-overview__grid,.tg-localized-notes__grid{grid-template-columns:1fr;gap:36px}
  .tg-localized-overview__intro{position:relative;top:auto}
}
@media(max-width:720px){
  .tg-localized-hero{padding:58px 0 48px}
  .tg-localized-hero h1{font-size:clamp(38px,11vw,54px)}
  .tg-localized-hero .tg-page-hero__actions{display:grid;grid-template-columns:1fr 1fr;gap:9px}
  .tg-localized-hero .tg-btn{width:100%;padding-inline:12px}
  .tg-localized-resource-nav{top:66px}
  .tg-localized-overview{padding:58px 0 38px}
  .tg-localized-facts,.tg-localized-notes,.tg-localized-practical,.tg-localized-faq{padding:62px 0}
  .tg-localized-facts__grid,.tg-service-guidance-grid{grid-template-columns:1fr}
  .tg-localized-facts__grid .tg-corporate-card{min-height:0}
  .tg-localized-notes__grid>div:first-child h2{font-size:38px}
  .tg-faq-item summary{font-size:13px;padding:18px}
  .tg-faq-item p{padding:0 18px 18px}
}
@media(max-width:460px){
  .tg-localized-hero .tg-page-hero__actions{grid-template-columns:1fr}
  .tg-localized-overview__copy p{padding:20px 18px}
  .tg-localized-facts__grid .tg-corporate-card{padding:22px 19px}
  .tg-service-guidance-card{padding:22px 19px}
}


/* =========================================================
   V3.5 - robust full-content inner pages, no Gallery page
   ========================================================= */
.tg-overview-highlight{border-color:rgba(63,141,20,.22)!important;background:linear-gradient(135deg,#f7fbf3,#fff)!important}
.tg-overview-highlight strong{display:inline-block;color:var(--tg-green);margin-bottom:7px;font-size:12px;text-transform:uppercase;letter-spacing:.07em}

.tg-v35-expanded{padding:82px 0;background:#fff}
.tg-v35-expanded__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:30px}
.tg-v35-expanded__grid>article{padding:28px;border:1px solid rgba(8,45,99,.09);border-radius:22px;background:linear-gradient(180deg,#fff,#fbfdff);box-shadow:0 14px 42px rgba(8,45,99,.05)}
.tg-v35-expanded__grid>article>span{width:50px;height:50px;display:grid;place-items:center;border-radius:15px;background:#eef6e9;color:var(--tg-green)}
.tg-v35-expanded__grid>article>span svg{width:24px;height:24px}
.tg-v35-expanded__grid h3{margin:20px 0 11px;color:var(--tg-navy);font-size:21px;line-height:1.35}
.tg-v35-expanded__grid p{margin:0;color:#5b6e7e;font-size:13px;line-height:1.75}
.tg-v35-expanded__grid ul{list-style:none;margin:0;padding:0;display:grid;gap:10px}
.tg-v35-expanded__grid li{display:grid;grid-template-columns:22px 1fr;gap:9px;color:#526573;font-size:12.5px;line-height:1.65}
.tg-v35-expanded__grid li svg{width:18px;height:18px;color:var(--tg-green);margin-top:2px}

.tg-process-v35{display:grid;gap:12px;margin-top:30px;counter-reset:process}
.tg-process-v35__item{display:grid;grid-template-columns:52px 52px 1fr;gap:17px;align-items:start;padding:22px;border:1px solid #dfe8f0;border-radius:18px;background:#fff;box-shadow:0 11px 34px rgba(8,45,99,.045)}
.tg-process-v35__item>b{font-family:monospace;color:var(--tg-green);font-size:12px;padding-top:14px}
.tg-process-v35__item>span{width:48px;height:48px;border-radius:14px;background:#eef6e9;display:grid;place-items:center;color:var(--tg-navy)}
.tg-process-v35__item>span svg{width:23px;height:23px}.tg-process-v35__item h3{margin:2px 0 7px;font-size:19px;color:var(--tg-navy)}.tg-process-v35__item p{margin:0;font-size:13px;line-height:1.7}

.tg-equipment-v35{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px;margin-top:30px}
.tg-equipment-v35__item{padding:26px;border:1px solid #dfe8f0;border-radius:20px;background:#fff;box-shadow:0 12px 36px rgba(8,45,99,.05)}
.tg-equipment-v35__item>span{width:48px;height:48px;border-radius:14px;background:#edf5fb;color:var(--tg-navy);display:grid;place-items:center}.tg-equipment-v35__item>span svg{width:23px;height:23px}.tg-equipment-v35__item h3{font-size:20px;margin:19px 0 9px}.tg-equipment-v35__item p{font-size:13px;line-height:1.78;margin:0}

.tg-info-v35{display:grid;gap:10px;margin-top:30px}
.tg-info-v35__row{display:grid;grid-template-columns:58px 1fr;gap:18px;padding:21px 23px;border:1px solid #dfe8f0;border-radius:17px;background:#fff}
.tg-info-v35__row>b{width:42px;height:42px;border-radius:12px;background:var(--tg-navy);color:#fff;display:grid;place-items:center;font-family:monospace;font-size:10px}.tg-info-v35__row h3{font-size:18px;margin:0 0 6px}.tg-info-v35__row p{font-size:12.5px;line-height:1.7;margin:0}

.tg-contact-v35{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:30px}
.tg-contact-v35__item{display:grid;grid-template-columns:52px 1fr;gap:15px;padding:25px;border:1px solid #dfe8f0;border-radius:20px;background:#fff;box-shadow:0 12px 36px rgba(8,45,99,.045)}
.tg-contact-v35__item>span{width:50px;height:50px;border-radius:15px;background:#eef6e9;color:var(--tg-green);display:grid;place-items:center}.tg-contact-v35__item>span svg{width:24px;height:24px}.tg-contact-v35__item h3{font-size:18px;margin:2px 0 7px}.tg-contact-v35__item p{font-size:12.5px;line-height:1.7;margin:0}

/* Hide accidental links to the removed Gallery page from stale markup. */
a[href$="/gallery/"],a[href$="/gallery"]{display:none!important}

@media(max-width:980px){
  .tg-v35-expanded__grid{grid-template-columns:1fr 1fr}
  .tg-v35-expanded__grid>article:last-child{grid-column:1/-1}
}
@media(max-width:720px){
  .tg-v35-expanded{padding:60px 0}
  .tg-v35-expanded__grid,.tg-equipment-v35,.tg-contact-v35{grid-template-columns:1fr}
  .tg-v35-expanded__grid>article:last-child{grid-column:auto}
  .tg-process-v35__item{grid-template-columns:42px 1fr}.tg-process-v35__item>span{display:none}
  .tg-info-v35__row{grid-template-columns:46px 1fr;padding:18px}
}


/* =========================================================
   V3.6 CONTENT VISIBILITY SAFETY
   English remains visible before JS initializes; JS switches
   panels directly after the visitor selects a language.
   ========================================================= */
.tg-localized-page .tg-lang-panel{display:none!important}
.tg-localized-page .tg-lang-panel[data-lang-panel="en"]{display:block!important}
body[data-language="en"] .tg-localized-page .tg-lang-panel[data-lang-panel="en"],
body[data-language="si"] .tg-localized-page .tg-lang-panel[data-lang-panel="si"],
body[data-language="ta"] .tg-localized-page .tg-lang-panel[data-lang-panel="ta"],
body[data-language="zh"] .tg-localized-page .tg-lang-panel[data-lang-panel="zh"]{display:block!important}
body[data-language="si"] .tg-localized-page .tg-lang-panel[data-lang-panel="en"],
body[data-language="ta"] .tg-localized-page .tg-lang-panel[data-lang-panel="en"],
body[data-language="zh"] .tg-localized-page .tg-lang-panel[data-lang-panel="en"]{display:none!important}
.tg-localized-page{min-height:700px!important}
.tg-localized-page>.tg-lang-panel>.tg-page-hero{display:block!important}
