:root {
	--th-color-primary: #175cff;
	--th-color-primary-dark: #0d42bc;
	--th-color-accent: #ff8a3d;
	--th-color-ink: #101726;
	--th-color-heading: #0d1628;
	--th-color-text: #425066;
	--th-color-muted: #6b778a;
	--th-color-paper: #f8f7f3;
	--th-color-surface: #ffffff;
	--th-color-surface-alt: #f2f5fb;
	--th-color-border: rgba(16, 23, 38, 0.12);
	--th-color-border-strong: rgba(16, 23, 38, 0.18);
	--th-color-primary-soft: rgba(23, 92, 255, 0.08);
	--th-color-accent-soft: rgba(255, 138, 61, 0.12);
	--th-color-success: #25d366;
	--th-shadow-soft: 0 18px 45px rgba(16, 23, 38, 0.06);
	--th-shadow-lift: 0 30px 70px rgba(16, 23, 38, 0.09);
	--th-radius-sm: 12px;
	--th-radius-md: 20px;
	--th-radius-lg: 32px;
	--th-max-width: 1200px;
	--th-section-space: clamp(84px, 10vw, 138px);
}

html {
	scroll-behavior: smooth;
}

body.twin-hash-site {
	background: var(--th-color-paper);
	color: var(--th-color-text);
}

body.twin-hash-site ::selection {
	background: rgba(23, 92, 255, 0.14);
	color: var(--th-color-heading);
}

body.twin-hash-site img {
	display: block;
	max-width: 100%;
	height: auto;
}

body.twin-hash-site a {
	color: var(--th-color-primary);
	text-decoration-thickness: 1px;
	text-underline-offset: 0.18em;
}

body.twin-hash-site a:hover,
body.twin-hash-site a:focus-visible {
	color: var(--th-color-primary-dark);
}

body.twin-hash-site h1,
body.twin-hash-site h2,
body.twin-hash-site h3,
body.twin-hash-site h4,
body.twin-hash-site h5,
body.twin-hash-site h6 {
	margin-bottom: 0.35em;
	color: var(--th-color-heading);
	font-weight: 700;
	letter-spacing: -0.035em;
	line-height: 1.04;
}

body.twin-hash-site h1 {
	font-size: clamp(3rem, 6vw, 5.2rem);
}

body.twin-hash-site h2 {
	font-size: clamp(2.2rem, 4vw, 3.4rem);
}

body.twin-hash-site h3 {
	font-size: clamp(1.45rem, 2.4vw, 2rem);
}

body.twin-hash-site p {
	margin-top: 0;
	color: var(--th-color-text);
	font-size: clamp(1rem, 1.08vw, 1.1rem);
	line-height: 1.78;
}

body.twin-hash-site strong {
	color: var(--th-color-heading);
}

.th-section {
	padding-block: var(--th-section-space);
}

.th-section--tight {
	padding-block: clamp(56px, 8vw, 86px);
}

.th-section--light,
.th-section--paper {
	background: var(--th-color-paper);
}

.th-section--surface {
	background: var(--th-color-surface);
}

.th-section--ink {
	background: var(--th-color-heading);
	color: rgba(255, 255, 255, 0.86);
}

.th-section--ink h1,
.th-section--ink h2,
.th-section--ink h3,
.th-section--ink h4,
.th-section--ink h5,
.th-section--ink h6,
.th-section--ink strong {
	color: #ffffff;
}

.th-shell,
.th-max-width {
	width: min(100% - 32px, var(--th-max-width));
	margin-inline: auto;
}

.th-frame {
	padding: clamp(28px, 4vw, 42px);
	background: var(--th-color-surface);
	border: 1px solid var(--th-color-border);
	border-radius: var(--th-radius-lg);
	box-shadow: var(--th-shadow-soft);
}

.th-frame--soft {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(242, 245, 251, 0.94)),
		var(--th-color-surface);
}

.th-frame--ink {
	background: linear-gradient(180deg, #111a2f 0%, #0b1222 100%);
	border-color: rgba(255, 255, 255, 0.08);
	box-shadow: none;
}

.th-frame--ink p,
.th-frame--ink li,
.th-frame--ink a {
	color: rgba(255, 255, 255, 0.72);
}

.th-divider {
	width: 100%;
	height: 1px;
	background: linear-gradient(90deg, rgba(16, 23, 38, 0.08), rgba(16, 23, 38, 0.02));
}

.th-section-intro {
	display: grid;
	gap: 14px;
	max-width: 760px;
	margin-inline: auto;
	text-align: center;
}

.th-section-intro--left {
	margin-inline: 0;
	text-align: left;
}

.th-eyebrow,
.th-kicker {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 8px;
	color: var(--th-color-primary);
	font-size: 0.84rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.th-eyebrow::before,
.th-kicker::before {
	content: "";
	width: 34px;
	height: 1px;
	background: currentColor;
	opacity: 0.72;
}

.th-lead {
	max-width: 760px;
	color: var(--th-color-muted);
	font-size: clamp(1.08rem, 1.5vw, 1.3rem);
	line-height: 1.74;
}

.th-meta,
.th-micro {
	color: var(--th-color-muted);
	font-size: 0.95rem;
	line-height: 1.6;
}

.th-caption {
	color: var(--th-color-muted);
	font-size: 0.88rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.th-grid {
	display: grid;
	gap: 24px;
}

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

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

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

.th-stack {
	display: grid;
	gap: 20px;
}

.th-stack--sm {
	gap: 12px;
}

.th-stack--lg {
	gap: 32px;
}

.th-button-row {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	align-items: center;
}

.th-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 14px 24px;
	border: 1px solid transparent;
	border-radius: 999px;
	font-size: 0.96rem;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.th-btn:hover,
.th-btn:focus-visible {
	transform: translateY(-1px);
}

.th-btn--primary {
	background: var(--th-color-primary);
	color: #ffffff;
	box-shadow: 0 16px 30px rgba(23, 92, 255, 0.18);
}

.th-btn--primary:hover,
.th-btn--primary:focus-visible {
	background: var(--th-color-primary-dark);
	color: #ffffff;
	box-shadow: 0 20px 36px rgba(23, 92, 255, 0.24);
}

.th-btn--secondary {
	background: rgba(255, 255, 255, 0.86);
	border-color: var(--th-color-border-strong);
	color: var(--th-color-heading);
}

.th-btn--secondary:hover,
.th-btn--secondary:focus-visible {
	border-color: rgba(23, 92, 255, 0.24);
	color: var(--th-color-primary);
	box-shadow: 0 14px 28px rgba(16, 23, 38, 0.07);
}

.th-btn--ghost {
	padding-inline: 0;
	background: transparent;
	border-color: transparent;
	color: var(--th-color-heading);
	border-radius: 0;
}

.th-btn--block {
	width: 100%;
}

.th-card {
	height: 100%;
	padding: 28px;
	background: var(--th-color-surface);
	border: 1px solid var(--th-color-border);
	border-radius: var(--th-radius-md);
	box-shadow: var(--th-shadow-soft);
}

.th-card--plain {
	box-shadow: none;
}

.th-card--highlight {
	border-color: rgba(23, 92, 255, 0.22);
	box-shadow: var(--th-shadow-lift);
}

.th-card--ink {
	background: var(--th-color-heading);
	border-color: rgba(255, 255, 255, 0.06);
	box-shadow: none;
}

.th-card--ink p,
.th-card--ink li,
.th-card--ink .th-meta,
.th-card--ink .th-micro {
	color: rgba(255, 255, 255, 0.74);
}

.th-card--ink h1,
.th-card--ink h2,
.th-card--ink h3,
.th-card--ink h4 {
	color: #ffffff;
}

.th-badge {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	padding: 8px 12px;
	border-radius: 999px;
	background: var(--th-color-primary-soft);
	color: var(--th-color-primary);
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.th-anchor-row,
.th-chip-row {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.th-anchor,
.th-chip {
	display: inline-flex;
	align-items: center;
	padding: 11px 16px;
	border: 1px solid var(--th-color-border);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.9);
	color: var(--th-color-heading);
	font-size: 0.92rem;
	font-weight: 600;
	text-decoration: none;
}

.th-anchor:hover,
.th-anchor:focus-visible,
.th-chip.is-active {
	border-color: rgba(23, 92, 255, 0.24);
	background: var(--th-color-primary-soft);
	color: var(--th-color-primary);
}

.th-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 12px;
}

.th-list li {
	position: relative;
	padding-left: 22px;
}

.th-list li::before {
	content: "";
	position: absolute;
	top: 0.72em;
	left: 0;
	width: 8px;
	height: 8px;
	border-radius: 999px;
	background: var(--th-color-primary);
}

.th-detail-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 18px;
}

.th-detail-list li {
	padding-top: 18px;
	border-top: 1px solid rgba(16, 23, 38, 0.08);
}

.th-detail-list li:first-child {
	padding-top: 0;
	border-top: 0;
}

.th-service-pillar {
	display: grid;
	gap: 16px;
	padding: 28px;
	background: var(--th-color-surface);
	border: 1px solid var(--th-color-border);
	border-top: 3px solid var(--th-color-primary);
	border-radius: var(--th-radius-md);
	box-shadow: var(--th-shadow-soft);
}

.th-service-pillar__number {
	color: var(--th-color-muted);
	font-size: 0.86rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.th-service-pillar__meta {
	color: var(--th-color-muted);
	font-size: 0.98rem;
}

.th-proof-strip {
	display: grid;
	grid-template-columns: 1.3fr 1fr;
	gap: 24px;
	align-items: end;
	padding: clamp(28px, 4vw, 40px);
	background: var(--th-color-surface);
	border: 1px solid var(--th-color-border);
	border-radius: var(--th-radius-lg);
	box-shadow: var(--th-shadow-soft);
}

.th-hero-shell {
	position: relative;
	overflow: hidden;
	padding: clamp(28px, 4vw, 42px);
	background:
		radial-gradient(circle at top right, rgba(255, 138, 61, 0.12), transparent 34%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(242, 245, 251, 0.96));
	border: 1px solid var(--th-color-border);
	border-radius: var(--th-radius-lg);
	box-shadow: var(--th-shadow-lift);
}

.th-hero-shell::after {
	content: "";
	position: absolute;
	right: -60px;
	bottom: -60px;
	width: 220px;
	height: 220px;
	border-radius: 999px;
	background: radial-gradient(circle, rgba(23, 92, 255, 0.1), transparent 68%);
}

.th-hero-panel {
	position: relative;
	z-index: 1;
	padding: 24px;
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(16, 23, 38, 0.08);
	border-radius: var(--th-radius-md);
	box-shadow: 0 16px 32px rgba(16, 23, 38, 0.07);
}

.th-note-panel {
	padding: 18px 20px;
	border-left: 2px solid var(--th-color-primary);
	background: rgba(255, 255, 255, 0.92);
	border-radius: 0 var(--th-radius-sm) var(--th-radius-sm) 0;
	box-shadow: var(--th-shadow-soft);
}

.th-floating-note {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 12px 16px;
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid rgba(16, 23, 38, 0.08);
	border-radius: 999px;
	box-shadow: 0 12px 28px rgba(16, 23, 38, 0.07);
	color: var(--th-color-heading);
	font-size: 0.92rem;
	font-weight: 700;
}

.th-case-card,
.th-portfolio-card,
.th-post-card,
.th-archive-card {
	display: grid;
	grid-template-rows: auto 1fr;
	gap: 0;
	overflow: hidden;
	background: var(--th-color-surface);
	border: 1px solid var(--th-color-border);
	border-radius: var(--th-radius-md);
	box-shadow: var(--th-shadow-soft);
}

.th-case-card__image,
.th-portfolio-card__image,
.th-post-card__image,
.th-archive-card__image {
	aspect-ratio: 4 / 3;
	background: linear-gradient(135deg, rgba(23, 92, 255, 0.08), rgba(255, 138, 61, 0.1));
}

.th-case-card__image img,
.th-portfolio-card img,
.th-post-card img,
.th-archive-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.th-case-card__content,
.th-portfolio-card__content,
.th-post-card__content,
.th-archive-card__content {
	display: grid;
	gap: 14px;
	padding: 22px;
}

.th-case-card__meta,
.th-portfolio-card__meta {
	color: var(--th-color-muted);
	font-size: 0.86rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.th-package-card,
.th-pricing-card {
	display: grid;
	gap: 16px;
	padding: 30px;
	background: var(--th-color-surface);
	border: 1px solid var(--th-color-border);
	border-radius: var(--th-radius-md);
	box-shadow: var(--th-shadow-soft);
}

.th-package-card__price,
.th-pricing-card__price {
	display: flex;
	align-items: flex-end;
	gap: 10px;
	color: var(--th-color-heading);
	font-size: clamp(2.2rem, 4vw, 3rem);
	font-weight: 800;
	line-height: 0.95;
}

.th-package-card__price small,
.th-pricing-card__price small {
	margin-bottom: 0.28em;
	color: var(--th-color-muted);
	font-size: 0.95rem;
	font-weight: 600;
}

.th-package-note {
	padding: 18px 20px;
	background: rgba(23, 92, 255, 0.04);
	border: 1px solid rgba(23, 92, 255, 0.12);
	border-radius: var(--th-radius-sm);
	color: var(--th-color-text);
	font-size: 0.96rem;
}

.th-process-rail {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
}

.th-process-step {
	position: relative;
	display: grid;
	gap: 14px;
	padding: 24px;
	background: var(--th-color-surface);
	border: 1px solid var(--th-color-border);
	border-radius: var(--th-radius-md);
	box-shadow: var(--th-shadow-soft);
}

.th-process-step__number {
	color: var(--th-color-primary);
	font-size: 0.8rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.th-contact-card {
	display: grid;
	gap: 14px;
	padding: 26px;
	background: var(--th-color-surface);
	border: 1px solid var(--th-color-border);
	border-radius: var(--th-radius-md);
	box-shadow: var(--th-shadow-soft);
}

.th-contact-card__icon,
.th-service-card__icon,
.th-stat-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border-radius: 16px;
	background: linear-gradient(135deg, rgba(23, 92, 255, 0.12), rgba(255, 138, 61, 0.18));
	color: var(--th-color-primary);
	font-size: 1.08rem;
}

.th-cta-banner {
	padding: clamp(30px, 5vw, 48px);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 248, 252, 0.98)),
		var(--th-color-surface);
	border: 1px solid var(--th-color-border);
	border-radius: var(--th-radius-lg);
	box-shadow: var(--th-shadow-soft);
}

.th-footer-list,
.th-inline-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 10px;
}

.th-footer-list a,
.th-inline-list a {
	color: var(--th-color-text);
	text-decoration: none;
}

.th-footer-list a:hover,
.th-footer-list a:focus-visible,
.th-inline-list a:hover,
.th-inline-list a:focus-visible {
	color: var(--th-color-primary);
}

.th-faq .elementor-accordion-item,
.th-faq .elementor-toggle-item {
	margin-bottom: 14px;
	background: var(--th-color-surface);
	border: 1px solid var(--th-color-border);
	border-radius: var(--th-radius-sm);
	overflow: hidden;
	box-shadow: var(--th-shadow-soft);
}

.th-faq .elementor-tab-title,
.th-faq .elementor-toggle-title {
	padding: 18px 20px;
	background: var(--th-color-surface);
}

.th-faq .elementor-tab-content,
.th-faq .elementor-toggle-content {
	padding: 0 20px 20px;
	background: var(--th-color-surface);
	color: var(--th-color-text);
}

.th-shadow-none {
	box-shadow: none;
}

.th-text-muted {
	color: var(--th-color-muted);
}

.th-center {
	text-align: center;
}

.th-floating-whatsapp {
	position: fixed;
	right: 18px;
	bottom: 18px;
	z-index: 999;
}

.th-floating-whatsapp__button {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding: 13px 18px;
	background: linear-gradient(135deg, #1db954, var(--th-color-success));
	border-radius: 999px;
	color: #ffffff;
	text-decoration: none;
	font-weight: 700;
	box-shadow: 0 20px 36px rgba(37, 211, 102, 0.24);
	transition: transform 0.2s ease, box-shadow 0.2s ease, padding 0.2s ease;
}

.th-floating-whatsapp__button:hover,
.th-floating-whatsapp__button:focus-visible {
	color: #ffffff;
	transform: translateY(-2px);
	box-shadow: 0 26px 44px rgba(37, 211, 102, 0.28);
}

.th-floating-whatsapp__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
}

.th-floating-whatsapp__icon svg {
	width: 100%;
	height: 100%;
}

.th-floating-whatsapp.is-compact .th-floating-whatsapp__button {
	padding-inline: 14px;
}

.th-floating-whatsapp.is-compact .th-floating-whatsapp__label {
	display: none;
}

@media (max-width: 1024px) {
	.th-grid--4,
	.th-process-rail {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.th-proof-strip,
	.th-grid--3,
	.th-grid--2 {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	.th-section {
		padding-block: clamp(60px, 14vw, 78px);
	}

	.th-shell,
	.th-max-width {
		width: min(100% - 24px, var(--th-max-width));
	}

	.th-button-row {
		flex-direction: column;
		align-items: stretch;
	}

	.th-btn {
		width: 100%;
	}

	.th-card,
	.th-service-pillar,
	.th-package-card,
	.th-pricing-card,
	.th-contact-card,
	.th-cta-banner,
	.th-hero-shell,
	.th-frame,
	.th-proof-strip,
	.th-process-step {
		padding: 22px;
	}

	.th-floating-whatsapp {
		right: 14px;
		left: 14px;
		bottom: 14px;
	}

	.th-floating-whatsapp__button {
		width: 100%;
		justify-content: center;
	}
}
