:root {
	--thrisat-primary: #0045a1;
	--thrisat-deep: #001f6c;
	--thrisat-bright: #2e7ac3;
	--thrisat-royal: #bb7f2e;
	--thrisat-gold: #f4be54;
	--thrisat-champagne: #faecaf;
	--thrisat-silver: #a7c8d4;
	--thrisat-dark: #0f111a;
	--thrisat-ink: #101423;
	--thrisat-muted: #5d6678;
	--thrisat-line: rgba(16, 20, 35, 0.14);
	--thrisat-white: #fff;
	--thrisat-blue-gradient: linear-gradient(135deg, #001f6c 0%, #0045a1 45%, #2e7ac3 100%);
	--thrisat-gold-gradient: linear-gradient(135deg, #bb7f2e 0%, #f4be54 60%, #faecaf 100%);
	--thrisat-shadow: 0 22px 60px rgba(15, 17, 26, 0.18);
	--thrisat-radius: 8px;
	--thrisat-header-height: 86px;
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: #f8fbff;
	color: var(--thrisat-ink);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.65;
	overflow-x: hidden;
}

body.drawer-open {
	overflow: hidden;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover,
a:focus-visible {
	color: var(--thrisat-primary);
}

button,
input,
select,
textarea {
	font: inherit;
}

input,
select,
textarea {
	width: 100%;
	border: 1px solid var(--thrisat-line);
	border-radius: var(--thrisat-radius);
	background: #fff;
	color: var(--thrisat-ink);
	padding: 0.9rem 1rem;
}

textarea {
	resize: vertical;
}

:focus-visible {
	outline: 3px solid rgba(244, 190, 84, 0.75);
	outline-offset: 3px;
}

.screen-reader-text,
.skip-link {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.skip-link:focus {
	top: 1rem;
	left: 1rem;
	z-index: 9999;
	width: auto;
	height: auto;
	padding: 0.7rem 1rem;
	background: var(--thrisat-dark);
	color: #fff;
	clip: auto;
	border-radius: var(--thrisat-radius);
}

.thrisat-container {
	width: min(1180px, calc(100% - 32px));
	margin-inline: auto;
}

.thrisat-section {
	padding: 92px 0;
	position: relative;
}

.thrisat-front-page > .thrisat-section:nth-of-type(even),
.thrisat-page-services > .thrisat-section:nth-of-type(even) {
	background: #eef7fb;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 1rem;
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	line-height: 1.04;
	letter-spacing: 0;
	overflow-wrap: anywhere;
}

h1 {
	font-size: 4.3rem;
}

h2 {
	font-size: 3rem;
}

h3 {
	font-size: 1.35rem;
}

p {
	margin: 0 0 1rem;
	overflow-wrap: anywhere;
}

.thrisat-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	margin: 0 0 1rem;
	color: var(--thrisat-primary);
	font-size: 0.78rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0;
}

.thrisat-eyebrow::before {
	content: "";
	width: 0.8rem;
	height: 0.8rem;
	background: var(--thrisat-gold-gradient);
	border: 2px solid var(--thrisat-dark);
	transform: rotate(12deg);
}

.thrisat-btn,
.button,
.wp-block-button__link,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	border: 0;
	border-radius: var(--thrisat-radius);
	padding: 0.82rem 1.15rem;
	font-weight: 900;
	line-height: 1;
	cursor: pointer;
	transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease;
	text-align: center;
	overflow-wrap: anywhere;
}

.thrisat-btn:hover,
.thrisat-btn:focus-visible,
.button:hover,
.wp-block-button__link:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
	transform: translateY(-2px);
	box-shadow: 0 14px 28px rgba(15, 17, 26, 0.16);
}

.thrisat-btn-primary,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
	background: var(--thrisat-blue-gradient);
	color: #fff;
}

.thrisat-btn-gold {
	background: var(--thrisat-gold-gradient);
	color: var(--thrisat-dark);
}

.thrisat-btn-dark {
	background: var(--thrisat-dark);
	color: #fff;
}

.thrisat-btn-ghost {
	border: 1px solid rgba(255, 255, 255, 0.34);
	background: rgba(255, 255, 255, 0.1);
	color: inherit;
	backdrop-filter: blur(12px);
}

.thrisat-page-hero .thrisat-btn-ghost,
.thrisat-error-card .thrisat-btn-ghost,
.thrisat-content-card .thrisat-btn-ghost {
	border-color: rgba(15, 17, 26, 0.18);
	background: rgba(255, 255, 255, 0.72);
	color: var(--thrisat-dark);
}

.thrisat-text-link {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	font-weight: 900;
	color: var(--thrisat-primary);
}

.thrisat-text-link::after {
	content: "->";
	transition: transform 180ms ease;
}

.thrisat-text-link:hover::after {
	transform: translateX(4px);
}

.thrisat-announcement {
	position: relative;
	z-index: 110;
	overflow: hidden;
	background: var(--thrisat-gold-gradient);
	color: var(--thrisat-dark);
	font-size: 0.86rem;
	font-weight: 900;
}

.thrisat-announcement-track {
	display: flex;
	width: max-content;
	min-width: 100%;
	animation: thrisat-marquee 26s linear infinite;
}

.thrisat-announcement span {
	display: inline-flex;
	align-items: center;
	padding: 0.55rem 2rem;
	white-space: nowrap;
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 100;
	background: rgba(255, 255, 255, 0.88);
	border-bottom: 1px solid rgba(16, 20, 35, 0.1);
	backdrop-filter: blur(18px);
	transition: transform 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

.site-header.is-scrolled {
	box-shadow: 0 18px 44px rgba(15, 17, 26, 0.12);
	background: rgba(255, 255, 255, 0.94);
}

.thrisat-header-inner {
	min-height: var(--thrisat-header-height);
	width: min(1220px, calc(100% - 32px));
	margin-inline: auto;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
	align-items: center;
	gap: 1rem;
	position: relative;
}

.thrisat-header-logo {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	max-width: min(230px, 34vw);
	justify-self: center;
	transform: translate(-50%, -50%);
	text-align: center;
}

.thrisat-header-logo .custom-logo-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.custom-logo-link img {
	max-height: 62px;
	width: auto;
}

.thrisat-fallback-logo img {
	filter: drop-shadow(0 8px 12px rgba(15, 17, 26, 0.12));
}

.thrisat-desktop-nav {
	grid-column: 1;
	position: relative;
	z-index: 3;
	justify-self: start;
	width: 100%;
	max-width: min(100%, 620px);
	overflow: visible;
}

.thrisat-nav-list,
.thrisat-mobile-nav-list,
.thrisat-footer-menu {
	display: flex;
	align-items: center;
	gap: 1.1rem;
	list-style: none;
	padding: 0;
	margin: 0;
}

.thrisat-nav-list {
	gap: 0.9rem;
}

.thrisat-nav-list a {
	position: relative;
	display: inline-flex;
	padding: 0.5rem 0;
	font-size: 0.95rem;
	font-weight: 900;
	color: var(--thrisat-ink);
}

.thrisat-nav-list a::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0.1rem;
	height: 3px;
	background: var(--thrisat-gold);
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 200ms ease;
}

.thrisat-nav-list a:hover::after,
.thrisat-nav-list .current-menu-item > a::after {
	transform: scaleX(1);
	transform-origin: left;
}

.thrisat-nav-list .current-menu-ancestor > a::after,
.thrisat-nav-list .current-menu-parent > a::after,
.thrisat-nav-list .current-page-ancestor > a::after {
	transform: scaleX(1);
	transform-origin: left;
}

.thrisat-nav-list > li,
.thrisat-desktop-nav .sub-menu li {
	position: relative;
}

.thrisat-nav-list > li {
	display: flex;
	align-items: center;
	gap: 0.22rem;
}

.thrisat-nav-list > li > a {
	align-items: center;
	min-height: 40px;
}

.thrisat-submenu-toggle {
	display: inline-grid;
	place-items: center;
	flex: 0 0 auto;
	width: 2rem;
	height: 2rem;
	padding: 0;
	border: 1px solid transparent;
	border-radius: var(--thrisat-radius);
	background: transparent;
	color: currentColor;
	cursor: pointer;
	transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.thrisat-submenu-toggle::before {
	content: "";
	width: 0.55rem;
	height: 0.55rem;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: rotate(45deg) translateY(-1px);
	transition: transform 180ms ease;
}

.menu-item-has-children.is-open > .thrisat-submenu-toggle::before,
.menu-item-has-children:hover > .thrisat-submenu-toggle::before,
.menu-item-has-children:focus-within > .thrisat-submenu-toggle::before {
	transform: rotate(225deg) translateY(-1px);
}

.thrisat-submenu-toggle:hover,
.thrisat-submenu-toggle:focus-visible {
	border-color: rgba(0, 69, 161, 0.16);
	background: rgba(244, 190, 84, 0.18);
	color: var(--thrisat-primary);
}

.thrisat-desktop-nav .sub-menu {
	position: absolute;
	top: calc(100% + 0.75rem);
	left: 0;
	z-index: 35;
	display: grid;
	gap: 0.25rem;
	min-width: min(280px, 38vw);
	padding: 0.65rem;
	margin: 0;
	list-style: none;
	border: 1px solid rgba(0, 31, 108, 0.12);
	border-radius: var(--thrisat-radius);
	background: rgba(255, 255, 255, 0.98);
	box-shadow: 0 22px 44px rgba(15, 17, 26, 0.14);
	backdrop-filter: blur(18px);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(10px);
	transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}

.thrisat-desktop-nav .sub-menu .sub-menu {
	top: -0.35rem;
	left: calc(100% + 0.65rem);
}

.thrisat-desktop-nav .menu-item-has-children:hover > .sub-menu,
.thrisat-desktop-nav .menu-item-has-children:focus-within > .sub-menu,
.thrisat-desktop-nav .menu-item-has-children.is-open > .sub-menu {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translateY(0);
}

.thrisat-desktop-nav .sub-menu a {
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 0;
	padding: 0.8rem 0.9rem;
	border-radius: calc(var(--thrisat-radius) - 2px);
	color: var(--thrisat-ink);
	font-size: 0.92rem;
	font-weight: 850;
	line-height: 1.35;
}

.thrisat-desktop-nav .sub-menu a::after {
	display: none;
}

.thrisat-desktop-nav .sub-menu a:hover,
.thrisat-desktop-nav .sub-menu .current-menu-item > a,
.thrisat-desktop-nav .sub-menu .current-menu-ancestor > a,
.thrisat-desktop-nav .sub-menu .current-menu-parent > a {
	background: linear-gradient(135deg, rgba(238, 247, 251, 0.98), rgba(250, 236, 175, 0.62));
	color: var(--thrisat-primary);
}

.thrisat-header-actions {
	grid-column: 3;
	position: relative;
	z-index: 3;
	justify-self: end;
}

.thrisat-menu-toggle {
	display: none;
	grid-column: 1;
	position: relative;
	z-index: 3;
	width: 46px;
	height: 46px;
	border: 1px solid rgba(16, 20, 35, 0.12);
	border-radius: var(--thrisat-radius);
	background: #fff;
	cursor: pointer;
	padding: 0.7rem;
}

.thrisat-menu-toggle span:not(.screen-reader-text) {
	display: block;
	height: 2px;
	margin: 5px 0;
	background: var(--thrisat-dark);
	transition: transform 180ms ease, opacity 180ms ease;
}

.thrisat-drawer-overlay {
	position: fixed;
	inset: 0;
	z-index: 199;
	background: rgba(15, 17, 26, 0.56);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 220ms ease, visibility 220ms ease;
}

.thrisat-mobile-drawer {
	position: fixed;
	inset: 0 auto 0 0;
	z-index: 200;
	width: min(380px, 88vw);
	background: var(--thrisat-dark);
	color: #fff;
	transform: translateX(-102%);
	visibility: hidden;
	transition: transform 260ms ease, visibility 260ms ease;
	will-change: transform;
	padding: 1.1rem;
	display: flex;
	flex-direction: column;
	gap: 2rem;
	overflow-y: auto;
}

.drawer-open .thrisat-drawer-overlay {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.drawer-open .thrisat-mobile-drawer {
	transform: translateX(0);
	visibility: visible;
}

.thrisat-drawer-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}

.thrisat-drawer-close {
	width: 44px;
	height: 44px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: var(--thrisat-radius);
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
	font-size: 2rem;
	line-height: 1;
	cursor: pointer;
}

.thrisat-mobile-nav-list {
	align-items: stretch;
	flex-direction: column;
	gap: 0.25rem;
}

.thrisat-mobile-nav-list li {
	position: relative;
}

.thrisat-mobile-nav-list .menu-item-has-children {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	column-gap: 0.65rem;
}

.thrisat-mobile-nav-list a,
.thrisat-mobile-drawer .thrisat-nav-list a {
	display: flex;
	padding: 0.95rem 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	color: #fff;
	font-size: 1.25rem;
	font-weight: 900;
}

.thrisat-mobile-nav-list .menu-item-has-children > a {
	min-width: 0;
}

.thrisat-mobile-nav-list .thrisat-submenu-toggle {
	align-self: stretch;
	width: 46px;
	height: auto;
	min-height: 58px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	border-left: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 0;
	color: #fff;
}

.thrisat-mobile-nav-list .sub-menu {
	grid-column: 1 / -1;
	display: grid;
	gap: 0;
	max-height: 0;
	margin: 0;
	padding: 0 0 0 0.9rem;
	list-style: none;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	transition: max-height 240ms ease, opacity 180ms ease, visibility 180ms ease, margin 180ms ease;
}

.thrisat-mobile-nav-list .menu-item-has-children.is-open > .sub-menu {
	margin-top: 0.15rem;
	opacity: 1;
	visibility: visible;
}

.thrisat-mobile-nav-list .sub-menu a {
	padding: 0.82rem 0;
	border-bottom-color: rgba(255, 255, 255, 0.08);
	color: rgba(255, 255, 255, 0.82);
	font-size: 1rem;
	font-weight: 800;
}

.thrisat-mobile-nav-list .sub-menu .menu-item-has-children {
	column-gap: 0.5rem;
}

.thrisat-mobile-nav-list .sub-menu .sub-menu {
	padding-left: 0.75rem;
}

.thrisat-mobile-nav-list .current-menu-item > a,
.thrisat-mobile-nav-list .current-menu-ancestor > a,
.thrisat-mobile-nav-list .current-menu-parent > a {
	color: var(--thrisat-gold);
}

.thrisat-elementor-context .site-header {
	position: relative;
	top: auto;
}

.thrisat-elementor-context .thrisat-announcement {
	display: none !important;
}

.thrisat-elementor-context .site-header.is-scrolled {
	box-shadow: none;
	background: rgba(255, 255, 255, 0.94);
}

.thrisat-elementor-context .thrisat-drawer-overlay,
.thrisat-elementor-context .thrisat-mobile-drawer {
	display: none !important;
}

.thrisat-elementor-context .thrisat-desktop-nav .sub-menu,
.thrisat-elementor-context .thrisat-mobile-nav-list .sub-menu {
	display: none !important;
	max-height: 0 !important;
	margin: 0 !important;
	overflow: hidden !important;
	opacity: 0 !important;
	visibility: hidden !important;
	pointer-events: none !important;
	transform: none !important;
}

.thrisat-elementor-context .thrisat-desktop-nav .menu-item-has-children:hover > .sub-menu,
.thrisat-elementor-context .thrisat-desktop-nav .menu-item-has-children:focus-within > .sub-menu,
.thrisat-elementor-context .thrisat-desktop-nav .menu-item-has-children.is-open > .sub-menu,
.thrisat-elementor-context .thrisat-mobile-nav-list .menu-item-has-children.is-open > .sub-menu {
	display: none !important;
	max-height: 0 !important;
	margin: 0 !important;
	opacity: 0 !important;
	visibility: hidden !important;
	pointer-events: none !important;
	transform: none !important;
}

.thrisat-elementor-context .thrisat-submenu-toggle {
	display: none !important;
}

.thrisat-elementor-context .thrisat-menu-toggle {
	display: none !important;
}

.thrisat-elementor-context .thrisat-header-inner {
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) !important;
}

.thrisat-elementor-context .thrisat-desktop-nav {
	display: block !important;
	max-width: 100%;
}

.thrisat-elementor-context .thrisat-nav-list {
	flex-wrap: wrap;
	row-gap: 0.45rem;
}

.thrisat-editor-header-shell {
	position: relative;
	top: auto;
}

.thrisat-editor-header-inner {
	grid-template-columns: 1fr;
	min-height: 72px;
	justify-items: center;
}

.thrisat-editor-header-shell .thrisat-header-logo {
	position: static;
	max-width: min(220px, 56vw);
	transform: none;
}

.thrisat-drawer-cta {
	margin-top: auto;
	padding: 1rem;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: var(--thrisat-radius);
}

.thrisat-hero {
	position: relative;
	min-height: calc(100vh - var(--thrisat-header-height));
	padding: 86px 0 72px;
	overflow: hidden;
	background:
		linear-gradient(90deg, rgba(15, 17, 26, 0.06) 1px, transparent 1px),
		linear-gradient(0deg, rgba(15, 17, 26, 0.06) 1px, transparent 1px),
		linear-gradient(135deg, #f8fbff 0%, #eef7fb 44%, #faecaf 100%);
	background-size: 54px 54px, 54px 54px, auto;
}

.thrisat-hero::after {
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: 90px;
	background: linear-gradient(180deg, rgba(248, 251, 255, 0), #f8fbff);
}

.thrisat-hero-grid,
.thrisat-page-hero-grid {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
	gap: 3rem;
	align-items: center;
}

.thrisat-hero-copy {
	max-width: 760px;
}

.thrisat-hero h1 {
	max-width: 760px;
	margin-bottom: 1.2rem;
	color: var(--thrisat-dark);
}

.thrisat-hero-subtitle,
.thrisat-page-hero p,
.thrisat-section-head p,
.thrisat-archive-header p {
	max-width: 720px;
	color: #384257;
	font-size: 1.12rem;
}

.thrisat-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.9rem;
	align-items: center;
	margin: 1.8rem 0;
}

.thrisat-hero-proof {
	display: flex;
	flex-wrap: wrap;
	gap: 0.7rem;
	list-style: none;
	padding: 0;
	margin: 1.6rem 0 0;
}

.thrisat-hero-proof li {
	padding: 0.52rem 0.75rem;
	border: 1px solid rgba(16, 20, 35, 0.12);
	border-radius: var(--thrisat-radius);
	background: rgba(255, 255, 255, 0.72);
	font-size: 0.9rem;
	font-weight: 800;
}

.thrisat-hero-visual,
.thrisat-page-hero-image {
	position: relative;
	border: 2px solid var(--thrisat-dark);
	border-radius: var(--thrisat-radius);
	box-shadow: 14px 14px 0 var(--thrisat-gold), var(--thrisat-shadow);
	background: #fff;
	overflow: hidden;
	transform: rotate(1.5deg);
}

.thrisat-hero-visual img,
.thrisat-page-hero-image img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.thrisat-hero-card {
	position: absolute;
	left: 1rem;
	right: 1rem;
	bottom: 1rem;
	padding: 1rem;
	background: rgba(15, 17, 26, 0.9);
	color: #fff;
	border-radius: var(--thrisat-radius);
}

.thrisat-hero-card span {
	display: block;
	color: var(--thrisat-gold);
	font-size: 0.78rem;
	font-weight: 900;
	text-transform: uppercase;
}

.thrisat-hero-card strong {
	display: block;
	font-size: 1.25rem;
	line-height: 1.16;
}

.sticker {
	position: absolute;
	z-index: 1;
	display: inline-flex;
	padding: 0.55rem 0.75rem;
	border: 2px solid var(--thrisat-dark);
	border-radius: var(--thrisat-radius);
	background: #fff;
	box-shadow: 7px 7px 0 rgba(15, 17, 26, 0.12);
	color: var(--thrisat-dark);
	font-size: 0.8rem;
	font-weight: 900;
	text-transform: uppercase;
	animation: thrisat-float 5s ease-in-out infinite;
}

.sticker-one { top: 13%; left: 4%; transform: rotate(-8deg); }
.sticker-two { top: 24%; right: 8%; transform: rotate(8deg); animation-delay: -1s; }
.sticker-three { bottom: 17%; left: 8%; transform: rotate(4deg); animation-delay: -2s; }
.sticker-four { bottom: 12%; right: 16%; transform: rotate(-5deg); animation-delay: -3s; }

.thrisat-ticker {
	overflow: hidden;
	background: var(--thrisat-dark);
	color: #fff;
	border-block: 3px solid var(--thrisat-gold);
}

.thrisat-ticker-track,
.thrisat-footer-marquee div {
	display: flex;
	width: max-content;
	animation: thrisat-marquee 32s linear infinite;
}

.thrisat-ticker span,
.thrisat-footer-marquee span {
	display: inline-flex;
	align-items: center;
	gap: 1rem;
	padding: 0.9rem 1.3rem;
	font-size: 1.25rem;
	font-weight: 950;
	text-transform: uppercase;
	white-space: nowrap;
}

.thrisat-ticker span::before,
.thrisat-footer-marquee span::before {
	content: "";
	width: 0.62rem;
	height: 0.62rem;
	background: var(--thrisat-gold);
	transform: rotate(45deg);
}

.thrisat-section-head,
.thrisat-archive-header {
	max-width: 820px;
	margin: 0 0 2.4rem;
}

.thrisat-service-grid,
.thrisat-package-grid,
.thrisat-post-grid,
.products {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.25rem;
}

.thrisat-service-card,
.thrisat-package-card,
.thrisat-post-card,
.thrisat-product-card,
.thrisat-team-card,
.thrisat-content-card,
.thrisat-mission-card,
.thrisat-process-step,
.thrisat-stat-card,
.thrisat-testimonial-card,
.thrisat-why-card,
.thrisat-error-card {
	border: 1px solid var(--thrisat-line);
	border-radius: var(--thrisat-radius);
	background: #fff;
	box-shadow: 0 12px 34px rgba(15, 17, 26, 0.08);
	overflow: hidden;
}

.thrisat-service-card,
.thrisat-package-card,
.thrisat-post-card,
.thrisat-product-card {
	display: flex;
	flex-direction: column;
	transition: transform 190ms ease, box-shadow 190ms ease;
}

.thrisat-service-card:hover,
.thrisat-package-card:hover,
.thrisat-post-card:hover,
.thrisat-product-card:hover {
	transform: translateY(-5px) rotate(-0.4deg);
	box-shadow: 0 22px 48px rgba(15, 17, 26, 0.13);
}

.thrisat-card-media {
	position: relative;
	display: block;
	overflow: hidden;
	background: #dfeff6;
}

.thrisat-card-media img {
	width: 100%;
	aspect-ratio: 16 / 11;
	object-fit: cover;
	transition: transform 420ms ease;
}

.thrisat-card-media:hover img,
.thrisat-service-card:hover img,
.thrisat-package-card:hover img {
	transform: scale(1.05);
}

.thrisat-card-badge {
	position: absolute;
	top: 0.8rem;
	left: 0.8rem;
	display: inline-flex;
	max-width: calc(100% - 1.6rem);
	padding: 0.42rem 0.6rem;
	border: 1px solid rgba(15, 17, 26, 0.16);
	border-radius: var(--thrisat-radius);
	background: var(--thrisat-gold-gradient);
	color: var(--thrisat-dark);
	font-size: 0.76rem;
	font-weight: 900;
	text-transform: uppercase;
}

.thrisat-service-card-body,
.thrisat-package-body,
.thrisat-post-card-body {
	padding: 1.1rem;
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 0.8rem;
}

.thrisat-service-card-body p,
.thrisat-package-body p,
.thrisat-post-card-body p {
	color: var(--thrisat-muted);
}

.thrisat-service-icon {
	display: inline-flex;
	width: fit-content;
	padding: 0.36rem 0.55rem;
	border-radius: var(--thrisat-radius);
	background: var(--thrisat-blue-gradient);
	color: #fff;
	font-size: 0.75rem;
	font-weight: 900;
}

.thrisat-check-list {
	display: grid;
	gap: 0.55rem;
	padding: 0;
	margin: 0;
	list-style: none;
}

.thrisat-check-list li {
	position: relative;
	padding-left: 1.45rem;
	color: #283044;
}

.thrisat-check-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.45rem;
	width: 0.75rem;
	height: 0.75rem;
	border-radius: 2px;
	background: var(--thrisat-gold);
	box-shadow: inset 0 0 0 2px rgba(15, 17, 26, 0.18);
	transform: rotate(8deg);
}

.thrisat-card-foot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.8rem;
	margin-top: auto;
	padding-top: 0.8rem;
	border-top: 1px solid var(--thrisat-line);
}

.thrisat-card-foot strong,
.thrisat-price {
	color: var(--thrisat-deep);
	font-size: 1.1rem;
	font-weight: 950;
}

.thrisat-card-foot a {
	font-weight: 900;
	color: var(--thrisat-primary);
}

.thrisat-why {
	background: var(--thrisat-dark);
	color: #fff;
}

.thrisat-why .thrisat-eyebrow,
.thrisat-final-cta .thrisat-eyebrow {
	color: var(--thrisat-gold);
}

.thrisat-why-grid,
.thrisat-faq-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
	gap: 2rem;
	align-items: start;
}

.thrisat-sticky-copy {
	position: sticky;
	top: calc(var(--thrisat-header-height) + 2rem);
}

.thrisat-sticky-copy p {
	color: inherit;
	opacity: 0.82;
}

.thrisat-why-stack {
	display: grid;
	gap: 1rem;
}

.thrisat-why-card {
	padding: 1.25rem;
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.14);
	box-shadow: none;
}

.thrisat-why-card span,
.thrisat-process-step span {
	display: inline-flex;
	margin-bottom: 1rem;
	color: var(--thrisat-gold);
	font-weight: 950;
}

.thrisat-why-card p {
	color: rgba(255, 255, 255, 0.76);
}

.thrisat-shop-banner,
.thrisat-cta-panel {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 1.2rem;
	align-items: center;
	margin-bottom: 1.4rem;
	padding: 1.5rem;
	border: 2px solid var(--thrisat-dark);
	border-radius: var(--thrisat-radius);
	background: var(--thrisat-gold-gradient);
	box-shadow: 9px 9px 0 rgba(15, 17, 26, 0.12);
}

.thrisat-shop-banner p,
.thrisat-cta-panel p {
	color: rgba(15, 17, 26, 0.78);
}

.thrisat-process {
	background:
		linear-gradient(90deg, rgba(0, 69, 161, 0.08) 1px, transparent 1px),
		linear-gradient(0deg, rgba(0, 69, 161, 0.08) 1px, transparent 1px),
		#fff;
	background-size: 44px 44px;
}

.thrisat-process-grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 0.9rem;
}

.thrisat-process-step {
	padding: 1rem;
	min-height: 260px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.thrisat-process-step:nth-child(even) {
	transform: translateY(1.2rem);
	background: #f6fbff;
}

.thrisat-stats {
	padding: 48px 0;
	background: var(--thrisat-blue-gradient);
	color: #fff;
}

.thrisat-stats-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
}

.thrisat-stat-card {
	padding: 1.2rem;
	background: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.18);
	box-shadow: none;
}

.thrisat-stat-card strong {
	display: block;
	font-size: 2.6rem;
	line-height: 1;
}

.thrisat-stat-card p {
	margin: 0.7rem 0 0;
	color: rgba(255, 255, 255, 0.76);
}

.thrisat-portfolio-grid,
.thrisat-team-grid,
.thrisat-mission-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.2rem;
}

.thrisat-portfolio-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.thrisat-portfolio-card {
	position: relative;
	min-height: 420px;
	overflow: hidden;
	border: 2px solid var(--thrisat-dark);
	border-radius: var(--thrisat-radius);
	background: var(--thrisat-dark);
}

.thrisat-portfolio-card img {
	width: 100%;
	height: 100%;
	min-height: 420px;
	object-fit: cover;
	transition: transform 420ms ease;
}

.thrisat-portfolio-card:hover img {
	transform: scale(1.06);
}

.thrisat-portfolio-card > div {
	position: absolute;
	left: 1rem;
	right: 1rem;
	bottom: 1rem;
	padding: 1rem;
	border-radius: var(--thrisat-radius);
	background: rgba(15, 17, 26, 0.9);
	color: #fff;
}

.thrisat-portfolio-card span,
.thrisat-product-category,
.thrisat-post-meta {
	color: var(--thrisat-gold);
	font-size: 0.78rem;
	font-weight: 900;
	text-transform: uppercase;
}

.thrisat-testimonials {
	background: #eef7fb;
}

.thrisat-testimonial-track {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

.thrisat-testimonial-card {
	padding: 1.2rem;
	border: 2px solid var(--thrisat-dark);
	box-shadow: 8px 8px 0 var(--thrisat-silver);
}

.thrisat-testimonial-card p {
	font-size: 1.12rem;
	color: var(--thrisat-ink);
}

.thrisat-testimonial-card span {
	display: block;
	color: var(--thrisat-muted);
}

.thrisat-faq-list {
	display: grid;
	gap: 0.75rem;
}

.thrisat-faq-item {
	border: 1px solid var(--thrisat-line);
	border-radius: var(--thrisat-radius);
	background: #fff;
	overflow: hidden;
}

.thrisat-faq-item button {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	border: 0;
	background: transparent;
	padding: 1rem;
	color: var(--thrisat-ink);
	font-weight: 950;
	text-align: left;
	cursor: pointer;
}

.thrisat-faq-item b {
	display: inline-grid;
	place-items: center;
	flex: 0 0 32px;
	width: 32px;
	height: 32px;
	border-radius: var(--thrisat-radius);
	background: var(--thrisat-gold);
	color: var(--thrisat-dark);
	transition: transform 180ms ease;
}

.thrisat-faq-item button[aria-expanded="true"] b {
	transform: rotate(45deg);
}

.thrisat-faq-answer {
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows 220ms ease;
}

.thrisat-faq-answer > p {
	overflow: hidden;
	margin: 0;
	padding: 0 1rem;
	color: var(--thrisat-muted);
}

.thrisat-faq-item button[aria-expanded="true"] + .thrisat-faq-answer {
	grid-template-rows: 1fr;
}

.thrisat-faq-item button[aria-expanded="true"] + .thrisat-faq-answer > p {
	padding-bottom: 1rem;
}

.thrisat-final-cta {
	background: var(--thrisat-dark);
	color: #fff;
}

.thrisat-cta-panel {
	margin: 0;
	background:
		linear-gradient(135deg, rgba(244, 190, 84, 0.92), rgba(250, 236, 175, 0.92)),
		linear-gradient(90deg, rgba(15, 17, 26, 0.12) 1px, transparent 1px);
	color: var(--thrisat-dark);
}

.thrisat-post-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
	align-items: center;
	color: var(--thrisat-muted);
}

.thrisat-post-meta a {
	color: var(--thrisat-primary);
}

.thrisat-center-action {
	margin-top: 2rem;
	text-align: center;
}

.thrisat-page-hero {
	position: relative;
	padding: 88px 0;
	background:
		linear-gradient(90deg, rgba(15, 17, 26, 0.06) 1px, transparent 1px),
		linear-gradient(0deg, rgba(15, 17, 26, 0.06) 1px, transparent 1px),
		linear-gradient(135deg, #fff 0%, #eef7fb 58%, #faecaf 100%);
	background-size: 54px 54px, 54px 54px, auto;
}

.thrisat-two-column,
.thrisat-contact-grid,
.thrisat-single-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 1.4rem;
	align-items: start;
}

.thrisat-content-card,
.thrisat-mission-card,
.thrisat-error-card {
	padding: 1.35rem;
}

.thrisat-content-card h1,
.thrisat-single-header h1 {
	font-size: 3.4rem;
}

.thrisat-entry-content > * {
	max-width: 760px;
	margin-left: auto;
	margin-right: auto;
}

.thrisat-entry-content > .alignwide {
	max-width: 1120px;
}

.thrisat-entry-content > .alignfull {
	max-width: none;
	width: 100%;
}

.thrisat-entry-content h2,
.thrisat-entry-content h3 {
	margin-top: 2rem;
}

.thrisat-entry-content a {
	color: var(--thrisat-primary);
	font-weight: 800;
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 3px;
}

.thrisat-entry-content ul,
.thrisat-entry-content ol {
	max-width: 760px;
	margin: 0 auto 1.4rem;
	padding-left: 1.4rem;
}

.thrisat-entry-content li + li {
	margin-top: 0.45rem;
}

.thrisat-entry-content blockquote {
	max-width: 820px;
	margin: 2rem auto;
	padding: 1.2rem;
	border-left: 5px solid var(--thrisat-gold);
	border-radius: var(--thrisat-radius);
	background: #eef7fb;
	font-weight: 800;
}

.thrisat-meme-example-entry {
	overflow: visible;
}

.thrisat-meme-example-entry .thrisat-page-header {
	max-width: none;
	margin-bottom: 1.4rem;
}

.thrisat-meme-example-entry .thrisat-entry-content {
	position: relative;
	isolation: isolate;
	overflow: visible;
}

.thrisat-meme-example-entry .thrisat-entry-content > * {
	max-width: none;
	margin-left: 0;
	margin-right: 0;
}

.thrisat-reels-page,
.thrisat-posters-page,
.thrisat-by-category-page {
	position: relative;
	width: 100%;
	max-width: none;
	color: var(--thrisat-ink);
}

.thrisat-reels-page *,
.thrisat-posters-page *,
.thrisat-by-category-page * {
	box-sizing: border-box;
}

.thrisat-reels-page :where(h1, h2, h3, h4, h5, h6, p, ul, ol, li, figure),
.thrisat-posters-page :where(h1, h2, h3, h4, h5, h6, p, ul, ol, li, figure),
.thrisat-by-category-page :where(h1, h2, h3, h4, h5, h6, p, ul, ol, li, figure) {
	max-width: none;
	margin-left: 0;
	margin-right: 0;
}

.thrisat-reels-page :where(.video-gallery, .gallery-container, .poster-grid, .category-grid, .category-results, .results-grid, .searchable-category-list),
.thrisat-posters-page :where(.video-gallery, .gallery-container, .poster-grid, .category-grid, .category-results, .results-grid, .searchable-category-list),
.thrisat-by-category-page :where(.video-gallery, .gallery-container, .poster-grid, .category-grid, .category-results, .results-grid, .searchable-category-list) {
	width: 100%;
	max-width: none;
	margin-left: 0;
	margin-right: 0;
}

.thrisat-reels-page :where(img, video, iframe),
.thrisat-posters-page :where(img, video, iframe),
.thrisat-by-category-page :where(img, video, iframe) {
	max-width: 100%;
	height: auto;
}

.thrisat-reels-page :where(.modal, .lightbox, .popup, .overlay, .video-modal, .poster-modal, [role="dialog"]),
.thrisat-posters-page :where(.modal, .lightbox, .popup, .overlay, .video-modal, .poster-modal, [role="dialog"]),
.thrisat-by-category-page :where(.modal, .lightbox, .popup, .overlay, .video-modal, .poster-modal, [role="dialog"]) {
	z-index: 420;
}

.thrisat-reels-page :where(.modal-overlay, .lightbox-overlay, .overlay-bg, .backdrop),
.thrisat-posters-page :where(.modal-overlay, .lightbox-overlay, .overlay-bg, .backdrop),
.thrisat-by-category-page :where(.modal-overlay, .lightbox-overlay, .overlay-bg, .backdrop) {
	z-index: 410;
}

.thrisat-builder-content > *:not(.alignfull),
.thrisat-elementor-ready > article > *:not(.alignfull) {
	width: min(1180px, calc(100% - 32px));
	margin-left: auto;
	margin-right: auto;
}

.thrisat-builder-content > .alignwide,
.thrisat-elementor-ready > article > .alignwide {
	width: min(1180px, calc(100% - 32px));
}

.thrisat-builder-content > .alignfull,
.thrisat-elementor-ready > article > .alignfull {
	width: 100%;
	max-width: none;
}

.thrisat-page-featured,
.thrisat-single-image {
	margin: 1rem 0 2rem;
	border-radius: var(--thrisat-radius);
	overflow: hidden;
}

.thrisat-single-post {
	max-width: 920px;
	margin-inline: auto;
}

.thrisat-single-header {
	text-align: center;
}

.thrisat-single-header .thrisat-post-meta {
	justify-content: center;
}

.thrisat-single-footer {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-top: 2rem;
	padding-top: 1.2rem;
	border-top: 1px solid var(--thrisat-line);
}

.thrisat-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
	align-items: center;
}

.thrisat-tags a {
	padding: 0.35rem 0.55rem;
	background: #eef7fb;
	border-radius: var(--thrisat-radius);
	font-weight: 800;
}

.nav-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 1rem;
	margin-top: 2rem;
}

.page-numbers {
	display: inline-flex;
	min-width: 42px;
	min-height: 42px;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--thrisat-line);
	border-radius: var(--thrisat-radius);
	background: #fff;
	font-weight: 900;
}

.page-numbers.current {
	background: var(--thrisat-dark);
	color: #fff;
}

.thrisat-service-detail {
	display: grid;
	grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
	gap: 1.4rem;
	padding: 1rem;
	margin-bottom: 1.4rem;
	border: 1px solid var(--thrisat-line);
	border-radius: var(--thrisat-radius);
	background: #fff;
	box-shadow: 0 14px 38px rgba(15, 17, 26, 0.08);
}

.thrisat-service-detail-media {
	position: relative;
	overflow: hidden;
	border-radius: var(--thrisat-radius);
}

.thrisat-service-detail-media img {
	width: 100%;
	height: 100%;
	min-height: 360px;
	object-fit: cover;
}

.thrisat-service-detail-media span {
	position: absolute;
	top: 1rem;
	left: 1rem;
	padding: 0.45rem 0.65rem;
	border-radius: var(--thrisat-radius);
	background: var(--thrisat-gold-gradient);
	color: var(--thrisat-dark);
	font-size: 0.76rem;
	font-weight: 900;
	text-transform: uppercase;
}

.thrisat-service-detail-copy {
	padding: 1rem;
}

.thrisat-detail-columns {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
	margin-top: 1.2rem;
}

.thrisat-team-card {
	padding: 1rem;
}

.thrisat-team-card img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: var(--thrisat-radius);
	margin-bottom: 1rem;
}

.thrisat-contact-cards {
	display: grid;
	gap: 0.85rem;
}

.thrisat-contact-cards article,
.thrisat-contact-side .thrisat-content-card,
.thrisat-map-placeholder {
	padding: 1rem;
	border-radius: var(--thrisat-radius);
	border: 1px solid var(--thrisat-line);
	background: #fff;
	box-shadow: 0 12px 34px rgba(15, 17, 26, 0.08);
}

.thrisat-contact-cards span {
	display: block;
	color: var(--thrisat-primary);
	font-size: 0.78rem;
	font-weight: 900;
	text-transform: uppercase;
}

.thrisat-contact-form {
	display: grid;
	gap: 0.85rem;
	margin-top: 1rem;
}

.thrisat-contact-form label span {
	display: block;
	margin-bottom: 0.35rem;
	font-weight: 900;
}

.thrisat-contact-side {
	display: grid;
	gap: 1rem;
}

.thrisat-map-placeholder {
	padding: 0;
	overflow: hidden;
}

.thrisat-map-placeholder img {
	width: 100%;
	aspect-ratio: 16 / 11;
	object-fit: cover;
}

.thrisat-map-placeholder div {
	padding: 1rem;
}

.thrisat-social-strip,
.thrisat-social-links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
}

.thrisat-social-strip a,
.thrisat-social-links a {
	position: relative;
	display: inline-grid;
	place-items: center;
	width: 46px;
	height: 46px;
	padding: 0;
	border-radius: var(--thrisat-radius);
	background:
		linear-gradient(#fff, #fff) padding-box,
		var(--thrisat-gold-gradient) border-box;
	border: 2px solid transparent;
	color: var(--thrisat-primary);
	box-shadow: 0 12px 26px rgba(15, 17, 26, 0.12);
	font-weight: 900;
	overflow: hidden;
	transition: transform 180ms ease, box-shadow 180ms ease, color 180ms ease, background 180ms ease;
}

.site-footer .thrisat-social-links a {
	background:
		linear-gradient(var(--thrisat-dark), var(--thrisat-dark)) padding-box,
		var(--thrisat-gold-gradient) border-box;
	color: #fff;
}

.thrisat-social-strip a::before,
.thrisat-social-links a::before {
	content: "";
	position: absolute;
	inset: -40%;
	background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.65), transparent);
	transform: translateX(-130%) rotate(16deg);
	transition: transform 420ms ease;
}

.thrisat-social-strip a:hover,
.thrisat-social-strip a:focus-visible,
.thrisat-social-links a:hover,
.thrisat-social-links a:focus-visible {
	transform: translateY(-4px) rotate(-4deg);
	color: var(--thrisat-dark);
	box-shadow: 0 18px 34px rgba(0, 69, 161, 0.2);
}

.thrisat-social-strip a:hover::before,
.thrisat-social-strip a:focus-visible::before,
.thrisat-social-links a:hover::before,
.thrisat-social-links a:focus-visible::before {
	transform: translateX(130%) rotate(16deg);
}

.thrisat-social-icon svg {
	position: relative;
	z-index: 1;
	width: 22px;
	height: 22px;
	fill: currentColor;
	transition: transform 180ms ease;
}

.thrisat-social-icon:hover svg,
.thrisat-social-icon:focus-visible svg {
	transform: scale(1.12);
}

.thrisat-social-icon-facebook { color: #1877f2; }
.thrisat-social-icon-instagram { color: #d62976; }
.thrisat-social-icon-x { color: var(--thrisat-dark); }
.thrisat-social-icon-youtube { color: #ff0033; }

.site-footer .thrisat-social-icon-facebook,
.site-footer .thrisat-social-icon-instagram,
.site-footer .thrisat-social-icon-x,
.site-footer .thrisat-social-icon-youtube {
	color: #fff;
}

.site-footer {
	background: var(--thrisat-dark);
	color: #fff;
	overflow: hidden;
}

.thrisat-footer-marquee {
	overflow: hidden;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	color: var(--thrisat-gold);
}

.thrisat-footer-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.45fr) minmax(220px, 0.8fr) minmax(260px, 1fr);
	gap: 2rem;
	padding: 64px 0;
}

.thrisat-footer-brand p,
.thrisat-footer-contact p {
	color: rgba(255, 255, 255, 0.72);
}

.thrisat-footer-links h2,
.thrisat-footer-contact h2 {
	font-size: 1.15rem;
	color: var(--thrisat-gold);
}

.thrisat-footer-menu {
	align-items: flex-start;
	flex-direction: column;
	gap: 0.4rem;
}

.thrisat-footer-menu a {
	color: rgba(255, 255, 255, 0.78);
	font-weight: 800;
}

.thrisat-footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	padding: 1rem 0;
	color: rgba(255, 255, 255, 0.72);
}

.thrisat-footer-bottom p {
	margin: 0;
}

.thrisat-floating-whatsapp {
	position: fixed;
	right: 1rem;
	bottom: 1rem;
	z-index: 90;
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.55rem 0.75rem;
	border-radius: var(--thrisat-radius);
	background: #19b75b;
	color: #fff;
	box-shadow: 0 18px 40px rgba(25, 183, 91, 0.32);
	font-weight: 950;
}

.thrisat-floating-whatsapp span {
	display: inline-grid;
	place-items: center;
	width: 34px;
	height: 34px;
	border-radius: var(--thrisat-radius);
	background: rgba(255, 255, 255, 0.2);
}

.thrisat-shop-products {
	background:
		linear-gradient(180deg, #f8fbff 0%, #fff 100%),
		radial-gradient(circle at 12% 10%, rgba(244, 190, 84, 0.2), transparent 30%);
}

.thrisat-shop-products .thrisat-container {
	width: min(100% - 40px, 1280px);
}

.thrisat-shop-loop-bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: clamp(1.2rem, 2vw, 2rem);
	padding: 0.8rem;
	border: 1px solid rgba(16, 20, 35, 0.12);
	border-radius: var(--thrisat-radius);
	background: rgba(255, 255, 255, 0.86);
	box-shadow: 0 16px 38px rgba(15, 17, 26, 0.07);
	backdrop-filter: blur(12px);
}

.thrisat-shop-loop-bar::before,
.thrisat-shop-loop-bar::after,
.woocommerce ul.products::before,
.woocommerce ul.products::after {
	display: none;
	content: none;
}

.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
	float: none;
	margin: 0;
}

.thrisat-shop-archive .woocommerce-result-count {
	display: inline-flex;
	align-items: center;
	min-height: 46px;
	padding: 0.6rem 0.85rem;
	border: 1px solid var(--thrisat-line);
	border-radius: var(--thrisat-radius);
	background: #fff;
	color: var(--thrisat-muted);
	font-size: 0.9rem;
	font-weight: 900;
}

.woocommerce .woocommerce-ordering select {
	width: auto;
	min-width: 250px;
	min-height: 46px;
	padding: 0.65rem 2.4rem 0.65rem 0.9rem;
	border: 1px solid rgba(0, 69, 161, 0.24);
	border-radius: var(--thrisat-radius);
	background-color: #fff;
	color: var(--thrisat-dark);
	font-weight: 900;
	box-shadow: 0 10px 24px rgba(15, 17, 26, 0.06);
}

.woocommerce ul.products,
.woocommerce-page ul.products {
	display: grid !important;
	clear: both;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 270px), 1fr));
	gap: clamp(1rem, 1.8vw, 1.45rem);
	align-items: stretch;
	margin: 0;
	padding: 0;
	list-style: none;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.woocommerce ul.products[class*="columns-"] li.product,
.woocommerce-page ul.products[class*="columns-"] li.product {
	float: none !important;
	display: flex;
	width: auto !important;
	min-width: 0;
	height: 100%;
	margin: 0 !important;
}

.woocommerce ul.products li.product.thrisat-product-card,
.woocommerce-page ul.products li.product.thrisat-product-card,
.thrisat-product-card {
	position: relative;
	border: 2px solid transparent;
	border-radius: var(--thrisat-radius);
	background:
		linear-gradient(#fff, #fff) padding-box,
		linear-gradient(135deg, rgba(0, 69, 161, 0.75), rgba(244, 190, 84, 0.9)) border-box;
	box-shadow: 0 18px 44px rgba(15, 17, 26, 0.1);
	overflow: hidden;
}

.woocommerce ul.products li.product.thrisat-product-card:hover,
.woocommerce-page ul.products li.product.thrisat-product-card:hover {
	transform: translateY(-6px) rotate(-0.35deg);
	box-shadow: 0 24px 58px rgba(0, 31, 108, 0.17);
}

.thrisat-product-card-media {
	flex: 0 0 auto;
	border-bottom: 1px solid rgba(16, 20, 35, 0.1);
	background:
		linear-gradient(135deg, rgba(0, 31, 108, 0.16), rgba(244, 190, 84, 0.18)),
		#e8f4fb;
}

.woocommerce ul.products li.product .thrisat-product-card-media img,
.thrisat-product-card-media img {
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
	margin: 0;
}

.woocommerce ul.products li.product .onsale,
.woocommerce span.onsale {
	top: 0.75rem;
	right: 0.75rem;
	left: auto;
	min-width: 0;
	min-height: 0;
	margin: 0;
	padding: 0.4rem 0.55rem;
	border-radius: var(--thrisat-radius);
	background: var(--thrisat-blue-gradient);
	color: #fff;
	font-size: 0.72rem;
	font-weight: 950;
	line-height: 1;
	text-transform: uppercase;
}

.woocommerce ul.products li.product .thrisat-card-badge,
.thrisat-product-card .thrisat-card-badge {
	top: 0.75rem;
	left: 0.75rem;
	max-width: calc(100% - 5.6rem);
	box-shadow: 0 10px 22px rgba(15, 17, 26, 0.12);
}

.thrisat-product-card .thrisat-package-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 0.78rem;
	min-height: 0;
	padding: clamp(1rem, 1.6vw, 1.25rem);
}

.thrisat-product-category {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem;
	color: var(--thrisat-primary);
	font-size: 0.74rem;
	font-weight: 950;
	line-height: 1.25;
	text-transform: uppercase;
}

.thrisat-product-category a,
.thrisat-product-category span {
	display: inline-flex;
	padding: 0.34rem 0.5rem;
	border: 1px solid rgba(0, 69, 161, 0.18);
	border-radius: var(--thrisat-radius);
	background: #eef7fb;
	color: var(--thrisat-primary);
}

.woocommerce-loop-product__title {
	margin: 0;
	font-size: clamp(1.15rem, 1.4vw, 1.35rem);
	line-height: 1.12;
	text-wrap: balance;
}

.woocommerce-loop-product__title a {
	color: var(--thrisat-ink);
	overflow-wrap: normal;
	word-break: normal;
}

.woocommerce-loop-product__title a:hover {
	color: var(--thrisat-primary);
}

.thrisat-product-card-summary {
	display: -webkit-box;
	margin: 0;
	color: var(--thrisat-muted);
	font-size: 0.95rem;
	line-height: 1.55;
	overflow-wrap: normal;
	word-break: normal;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.thrisat-product-card .thrisat-check-list {
	gap: 0.42rem;
	margin-top: 0.1rem;
	font-size: 0.9rem;
}

.thrisat-product-card .thrisat-check-list li {
	color: #2d3548;
}

.thrisat-product-card .thrisat-price {
	display: inline-flex;
	align-items: baseline;
	gap: 0.35rem;
	width: fit-content;
	padding: 0.42rem 0.62rem;
	border: 1px solid rgba(0, 69, 161, 0.16);
	border-radius: var(--thrisat-radius);
	background: linear-gradient(135deg, #eef7fb, #fff7da);
	color: var(--thrisat-deep);
	font-size: 1.2rem;
	line-height: 1;
}

.thrisat-product-card .thrisat-price del {
	color: var(--thrisat-muted);
	font-size: 0.86rem;
	font-weight: 800;
	opacity: 0.72;
}

.thrisat-product-card .thrisat-price ins {
	text-decoration: none;
}

.thrisat-product-card-actions {
	display: grid;
	gap: 0.55rem;
	margin-top: auto;
	padding-top: 0.8rem;
	border-top: 1px solid var(--thrisat-line);
}

.thrisat-product-card-actions .thrisat-btn {
	justify-content: center;
	width: 100%;
	min-height: 44px;
	padding: 0.72rem 0.9rem;
	font-size: 0.88rem;
}

.thrisat-product-card-actions .thrisat-product-card-whatsapp {
	border-color: rgba(0, 69, 161, 0.22);
	background: #fff;
	color: var(--thrisat-primary);
	box-shadow: none;
}

.woocommerce nav.woocommerce-pagination {
	margin-top: clamp(1.5rem, 3vw, 2.4rem);
}

.woocommerce nav.woocommerce-pagination ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.5rem;
	border: 0;
	margin: 0;
}

.woocommerce nav.woocommerce-pagination ul li {
	border: 0;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	display: inline-grid;
	place-items: center;
	min-width: 42px;
	min-height: 42px;
	border: 1px solid var(--thrisat-line);
	border-radius: var(--thrisat-radius);
	background: #fff;
	color: var(--thrisat-dark);
	font-weight: 950;
}

.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover {
	background: var(--thrisat-blue-gradient);
	color: #fff;
}

@media (max-width: 900px) {
	.thrisat-shop-products .thrisat-container {
		width: min(100% - 32px, 760px);
	}

	.thrisat-shop-loop-bar {
		align-items: stretch;
		flex-direction: column;
	}

	.woocommerce .woocommerce-ordering select {
		width: 100%;
		min-width: 0;
	}

	.woocommerce ul.products,
	.woocommerce-page ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 620px) {
	.thrisat-shop-products .thrisat-container {
		width: min(100% - 24px, 1180px);
	}

	.thrisat-shop-loop-bar {
		padding: 0.7rem;
	}

	.woocommerce ul.products,
	.woocommerce-page ul.products {
		grid-template-columns: 1fr;
	}

	.thrisat-product-card .thrisat-package-body {
		padding: 1rem;
	}
}

.woocommerce div.product {
	display: grid;
	grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1.1fr);
	gap: 2rem;
	align-items: start;
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary {
	width: 100%;
	float: none;
}

.woocommerce div.product div.summary {
	padding: 1.2rem;
	border: 1px solid var(--thrisat-line);
	border-radius: var(--thrisat-radius);
	background: #fff;
	box-shadow: 0 18px 48px rgba(15, 17, 26, 0.08);
}

.woocommerce div.product div.images img {
	border-radius: var(--thrisat-radius);
	border: 2px solid var(--thrisat-dark);
	box-shadow: 10px 10px 0 var(--thrisat-gold);
}

.woocommerce div.product .product_title {
	font-size: 3.2rem;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: var(--thrisat-primary);
	font-size: 1.8rem;
	font-weight: 950;
}

.woocommerce div.product form.cart {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
	align-items: center;
	margin: 1.2rem 0;
}

.woocommerce div.product form.cart .qty {
	width: 90px;
}

.woocommerce div.product form.cart .button {
	min-width: 180px;
}

.thrisat-product-features,
.thrisat-product-fit,
.thrisat-product-whatsapp,
.woocommerce-tabs,
.related.products,
.upsells.products {
	margin-top: 1.4rem;
	padding: 1rem;
	border: 1px solid var(--thrisat-line);
	border-radius: var(--thrisat-radius);
	background: #fff;
}

.thrisat-product-features h3 {
	font-size: 1.15rem;
}

.thrisat-product-features ul {
	display: grid;
	gap: 0.55rem;
	padding: 0;
	margin: 0;
	list-style: none;
}

.thrisat-product-features li {
	position: relative;
	padding-left: 1.4rem;
}

.thrisat-product-features li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.48rem;
	width: 0.72rem;
	height: 0.72rem;
	border-radius: 2px;
	background: var(--thrisat-gold);
	transform: rotate(8deg);
}

.thrisat-product-fit {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.8rem;
	background: #f8fbff;
}

.thrisat-product-fit span {
	display: block;
	color: var(--thrisat-primary);
	font-size: 0.76rem;
	font-weight: 900;
	text-transform: uppercase;
}

.thrisat-product-fit p {
	margin: 0.35rem 0 0;
	color: var(--thrisat-muted);
}

.thrisat-product-whatsapp {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 1rem;
	align-items: center;
	border: 2px solid var(--thrisat-dark);
	background: var(--thrisat-blue-gradient);
	color: #fff;
	box-shadow: 7px 7px 0 var(--thrisat-gold);
}

.thrisat-product-whatsapp p {
	margin: 0;
	color: rgba(255, 255, 255, 0.82);
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	border: 1px solid var(--thrisat-line);
	border-top: 4px solid var(--thrisat-primary);
	border-radius: var(--thrisat-radius);
	background: #fff;
	box-shadow: 0 14px 34px rgba(15, 17, 26, 0.08);
	color: var(--thrisat-ink);
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
	color: var(--thrisat-primary);
}

.woocommerce table.shop_table {
	border: 1px solid var(--thrisat-line);
	border-collapse: separate;
	border-radius: var(--thrisat-radius);
	background: #fff;
	overflow: hidden;
	box-shadow: 0 14px 34px rgba(15, 17, 26, 0.06);
}

.woocommerce table.shop_table th {
	background: #eef7fb;
	color: var(--thrisat-dark);
	font-size: 0.82rem;
	text-transform: uppercase;
}

.woocommerce table.shop_table td,
.woocommerce table.shop_table th {
	border-color: var(--thrisat-line);
	padding: 1rem;
}

.woocommerce table.shop_table .product-thumbnail img {
	width: 78px;
	border-radius: var(--thrisat-radius);
}

.woocommerce table.shop_table a {
	color: var(--thrisat-primary);
	font-weight: 800;
}

.woocommerce-cart-form,
.cart-collaterals .cart_totals,
.woocommerce-checkout .col2-set,
.woocommerce-checkout-review-order,
.woocommerce-order,
.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-account .woocommerce-MyAccount-navigation {
	border: 1px solid var(--thrisat-line);
	border-radius: var(--thrisat-radius);
	background: #fff;
	box-shadow: 0 16px 42px rgba(15, 17, 26, 0.07);
}

.woocommerce-cart-form,
.cart-collaterals .cart_totals,
.woocommerce-checkout .col2-set,
.woocommerce-checkout-review-order,
.woocommerce-order {
	padding: 1rem;
}

.woocommerce-cart .cart-collaterals .cart_totals {
	float: none;
	width: min(480px, 100%);
	margin-left: auto;
}

.woocommerce-cart table.cart td.actions .coupon {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
	min-width: 220px;
	border: 1px solid var(--thrisat-line);
	border-radius: var(--thrisat-radius);
	padding: 0.78rem 1rem;
}

.woocommerce .quantity .qty {
	border: 1px solid var(--thrisat-line);
	border-radius: var(--thrisat-radius);
	padding: 0.72rem;
}

.woocommerce-checkout .col2-set {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.2rem;
	margin-bottom: 1.2rem;
}

.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout .col2-set .col-2 {
	float: none;
	width: 100%;
}

.woocommerce-checkout h3,
.cart_totals h2 {
	font-size: 1.45rem;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
	border: 1px solid var(--thrisat-line);
	border-radius: var(--thrisat-radius);
	padding: 0.86rem 1rem;
	background: #fff;
}

.woocommerce form .form-row label {
	color: var(--thrisat-dark);
	font-weight: 900;
}

.woocommerce form .form-row .required {
	color: #b42318;
}

.woocommerce-checkout-review-order {
	position: relative;
}

.woocommerce-checkout #payment {
	border-radius: var(--thrisat-radius);
	background: #eef7fb;
}

.woocommerce-checkout #payment div.payment_box {
	border-radius: var(--thrisat-radius);
	background: #fff;
	color: var(--thrisat-muted);
}

.woocommerce-checkout #payment div.payment_box::before {
	border-bottom-color: #fff;
}

.woocommerce-checkout #payment ul.payment_methods {
	border-bottom-color: var(--thrisat-line);
}

.woocommerce-privacy-policy-text {
	color: var(--thrisat-muted);
	font-size: 0.92rem;
}

.woocommerce-terms-and-conditions-wrapper a,
.woocommerce-privacy-policy-text a {
	color: var(--thrisat-primary);
	font-weight: 900;
}

.thrisat-search-form {
	display: flex;
	gap: 0.75rem;
	align-items: stretch;
	max-width: 680px;
}

.thrisat-search-form label {
	flex: 1;
}

.reveal-on-scroll {
	opacity: 0;
	transform: translateY(28px);
	transition: opacity 520ms ease, transform 520ms ease;
	will-change: opacity, transform;
}

.reveal-on-scroll.is-visible {
	opacity: 1;
	transform: translateY(0);
	will-change: auto;
}

@keyframes thrisat-marquee {
	from { transform: translateX(0); }
	to { transform: translateX(-50%); }
}

@keyframes thrisat-float {
	0%, 100% { translate: 0 0; }
	50% { translate: 0 -12px; }
}

@media (max-width: 1100px) {
	h1 { font-size: 3.4rem; }
	h2 { font-size: 2.45rem; }

	.thrisat-desktop-nav {
		display: none;
	}

	.thrisat-menu-toggle {
		display: block;
		justify-self: start;
	}

	.thrisat-header-inner {
		grid-template-columns: 46px minmax(0, 1fr) minmax(46px, auto);
	}

	.thrisat-header-logo {
		justify-self: center;
	}

	.thrisat-header-actions .thrisat-btn {
		min-height: 42px;
		padding: 0.7rem 0.85rem;
		font-size: 0.88rem;
	}

	.thrisat-process-grid,
	.thrisat-portfolio-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.thrisat-process-step:nth-child(even) {
		transform: none;
	}

	.thrisat-footer-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 860px) {
	.thrisat-section {
		padding: 68px 0;
	}

	.thrisat-hero {
		min-height: auto;
		padding: 60px 0 54px;
	}

	h1 { font-size: 2.75rem; }
	h2 { font-size: 2.05rem; }

	.thrisat-hero-grid,
	.thrisat-page-hero-grid,
	.thrisat-why-grid,
	.thrisat-faq-grid,
	.thrisat-two-column,
	.thrisat-contact-grid,
	.thrisat-service-detail,
	.woocommerce div.product {
		grid-template-columns: 1fr;
	}

	.woocommerce-checkout .col2-set,
	.thrisat-product-fit,
	.thrisat-product-whatsapp {
		grid-template-columns: 1fr;
	}

	.thrisat-hero-visual,
	.thrisat-page-hero-image {
		transform: none;
		box-shadow: 8px 8px 0 var(--thrisat-gold), var(--thrisat-shadow);
	}

	.thrisat-sticky-copy {
		position: static;
	}

	.thrisat-service-grid,
	.thrisat-package-grid,
	.thrisat-post-grid,
	.products,
	.thrisat-testimonial-track,
	.thrisat-stats-grid,
	.thrisat-portfolio-grid,
	.thrisat-team-grid,
	.thrisat-mission-grid {
		grid-template-columns: 1fr 1fr;
	}

	.thrisat-process-grid {
		grid-template-columns: 1fr 1fr;
	}

	.thrisat-shop-banner,
	.thrisat-cta-panel {
		grid-template-columns: 1fr;
	}

	.thrisat-detail-columns {
		grid-template-columns: 1fr;
	}

	.thrisat-footer-grid {
		grid-template-columns: 1fr;
		padding: 48px 0;
	}

	.sticker {
		display: none;
	}
}

@media (max-width: 620px) {
	body {
		font-size: 15px;
	}

	.thrisat-container,
	.thrisat-header-inner {
		width: min(100% - 24px, 1180px);
	}

	h1 { font-size: 2.2rem; }
	h2 { font-size: 1.72rem; }
	h3 { font-size: 1.18rem; }

	.thrisat-announcement span {
		padding-inline: 1rem;
	}

	.custom-logo-link img {
		max-height: 52px;
		max-width: 150px;
	}

	.thrisat-header-actions .thrisat-btn {
		display: none;
	}

	.thrisat-header-inner {
		grid-template-columns: 46px minmax(0, 1fr) 46px;
		min-height: 74px;
	}

	.thrisat-header-logo {
		max-width: min(170px, 46vw);
	}

	.thrisat-hero-proof,
	.thrisat-hero-actions,
	.thrisat-search-form,
	.thrisat-single-footer {
		flex-direction: column;
		align-items: stretch;
	}

	.thrisat-btn {
		width: 100%;
	}

	.thrisat-service-grid,
	.thrisat-package-grid,
	.thrisat-post-grid,
	.products,
	.thrisat-testimonial-track,
	.thrisat-stats-grid,
	.thrisat-portfolio-grid,
	.thrisat-team-grid,
	.thrisat-mission-grid,
	.thrisat-process-grid {
		grid-template-columns: 1fr;
	}

	.thrisat-portfolio-card,
	.thrisat-portfolio-card img {
		min-height: 320px;
	}

	.thrisat-card-foot {
		align-items: flex-start;
		flex-direction: column;
	}

	.thrisat-page-hero {
		padding: 58px 0;
	}

	.thrisat-floating-whatsapp {
		right: 0.75rem;
		bottom: 0.75rem;
	}

	.thrisat-floating-whatsapp strong {
		display: none;
	}

	.thrisat-product-card .thrisat-package-body {
		min-height: auto;
	}

	.woocommerce table.shop_table_responsive tr,
	.woocommerce-page table.shop_table_responsive tr {
		border-bottom: 1px solid var(--thrisat-line);
	}

	.woocommerce-cart table.cart td.actions .coupon,
	.woocommerce-cart table.cart td.actions .button,
	.woocommerce-cart table.cart td.actions .coupon .input-text {
		width: 100%;
	}
}

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

	.reveal-on-scroll {
		opacity: 1;
		transform: none;
	}
}
