/*
Theme Name: Xtremer
Theme URI: https://xtremer.co.za
Author: Spout Technologies
Author URI: https://spout.co.za
Description: Bespoke Gutenberg (FSE) block theme for Xtremer (Xtreme R IT) — a faithful rebuild of the React marketing site. 100% block theme, no page builders, self-hosted Inter, plugin-free contact form.
Requires at least: 6.5
Tested up to: 6.9
Requires PHP: 8.0
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: xtremer
*/

/* ============================================================
   BASE / TOKENS
   ============================================================ */
:root {
	--xt-orange: #ed482e;
	--xt-orange-dark: #c63a23;
	--xt-orange-light: #f57156;
	--xt-ink: #2c2d2f;
	--xt-ink-soft: #3a3b3d;
	--xt-ink-deep: #1a1b1d;
	--xt-paper: #fafafa;
	--xt-mist: #f4f4f5;
	--xt-line: #e5e5e7;
	--xt-shadow-card: 0 1px 2px rgba(44,45,47,.04), 0 8px 24px rgba(44,45,47,.06);
	--xt-shadow-card-hover: 0 1px 2px rgba(44,45,47,.04), 0 24px 48px rgba(44,45,47,.12);
	--xt-orange-glow: 0 10px 40px rgba(237,72,46,.35);
	--xt-shadow-2xl: 0 25px 50px -12px rgba(0,0,0,.35);
	--xt-header-h: 5rem;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	background: #fff;
	color: var(--xt-ink);
	font-family: var(--wp--preset--font-family--inter);
	font-size: 1rem;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body ::selection { background: var(--xt-orange); color: #fff; }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }

.xt-inner {
	width: 100%;
	max-width: 1280px;
	margin-inline: auto;
	padding-inline: 1.5rem;
}
@media (min-width: 1024px) { .xt-inner { padding-inline: 2rem; } }

/* Anchor offset so the fixed header doesn't cover section tops */
#top, #services, #process, #why, #pricing, #contact { scroll-margin-top: 5rem; }

/* ============================================================
   SECTION HEADING
   ============================================================ */
.xt-head { max-width: 42rem; margin-inline: auto; text-align: center; }
.xt-head--left { margin-inline: 0; text-align: left; }
.xt-head__eyebrow {
	font-size: .75rem; font-weight: 700; letter-spacing: .25em;
	text-transform: uppercase; color: var(--xt-orange); margin: 0 0 .75rem;
}
.xt-head__title {
	font-size: clamp(1.875rem, 1.3rem + 2.6vw, 3rem);
	font-weight: 800; letter-spacing: -.02em; line-height: 1.1;
	color: var(--xt-ink); margin: 0; text-wrap: balance;
}
.xt-head--invert .xt-head__title { color: #fff; }
.xt-head__sub {
	margin: 1rem 0 0; font-size: 1rem; line-height: 1.6;
	color: rgba(44,45,47,.7); text-wrap: balance;
}
@media (min-width: 768px) { .xt-head__sub { font-size: 1.125rem; } }
.xt-head--invert .xt-head__sub { color: rgba(255,255,255,.7); }

/* ============================================================
   BUTTONS
   ============================================================ */
.xt-btn {
	display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
	font-weight: 600; line-height: 1; white-space: nowrap; cursor: pointer;
	border: 0; border-radius: 9999px; transition: all .2s ease; text-align: center;
}
.xt-btn svg { width: 16px; height: 16px; flex: 0 0 auto; }
.xt-btn--md { padding: .625rem 1.25rem; font-size: .875rem; }
.xt-btn--lg { padding: .875rem 1.75rem; font-size: 1rem; }
.xt-btn--lg svg { width: 18px; height: 18px; }
.xt-btn--primary {
	background: var(--xt-orange); color: #fff;
	box-shadow: 0 4px 14px rgba(237,72,46,.35);
}
.xt-btn--primary:hover { background: var(--xt-orange-dark); box-shadow: 0 6px 20px rgba(237,72,46,.45); }
.xt-btn--secondary { background: var(--xt-ink); color: #fff; box-shadow: 0 4px 14px rgba(44,45,47,.18); }
.xt-btn--secondary:hover { background: var(--xt-ink-soft); }
.xt-btn--ghost { background: transparent; color: var(--xt-ink); border: 1px solid var(--xt-line); }
.xt-btn--ghost:hover { background: var(--xt-mist); }
.xt-btn--light { background: #fff; color: var(--xt-ink); }
.xt-btn--light:hover { background: var(--xt-mist); }
.xt-btn--glass {
	background: rgba(255,255,255,.1); color: #fff; border: 1px solid rgba(255,255,255,.2);
	-webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px);
}
.xt-btn--glass:hover { background: rgba(255,255,255,.15); }
.xt-btn--block { width: 100%; }
.xt-btn--primary:hover .xt-arrow { transform: translateX(4px); }
.xt-arrow { display: inline-flex; transition: transform .2s ease; }

/* ============================================================
   DECORATIVE OVERLAYS (mesh + circuit grid)
   ============================================================ */
.xt-mesh {
	position: absolute; inset: 0; pointer-events: none; overflow: hidden;
	background:
		radial-gradient(38rem 38rem at -8% -18%, rgba(237,72,46,.30), transparent 62%),
		radial-gradient(32rem 32rem at 108% 34%, rgba(237,72,46,.20), transparent 62%),
		radial-gradient(28rem 28rem at 26% 122%, rgba(217,70,239,.15), transparent 62%);
}
.xt-grid {
	position: absolute; inset: 0; pointer-events: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48'%3E%3Cpath d='M48 0 L0 0 0 48' fill='none' stroke='%23ffffff' stroke-opacity='0.05' stroke-width='1'/%3E%3Ccircle cx='0' cy='0' r='2' fill='%23ffffff' fill-opacity='0.07'/%3E%3C/svg%3E");
	background-size: 48px 48px;
}

/* ============================================================
   HEADER / NAV
   ============================================================ */
.xt-header { position: fixed; top: 0; left: 0; right: 0; z-index: 50; transition: background .3s ease, border-color .3s ease; }
.xt-header.is-scrolled {
	background: rgba(255,255,255,.85);
	-webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px);
	border-bottom: 1px solid var(--xt-line);
}
.xt-nav { display: flex; height: var(--xt-header-h); align-items: center; justify-content: space-between; }
.xt-brand { display: inline-flex; align-items: center; }
.xt-logo { height: 36px; width: auto; display: block; -webkit-user-select: none; user-select: none; }
.xt-logo--dark { display: none; }
.xt-header.is-scrolled .xt-logo--light { display: none; }
.xt-header.is-scrolled .xt-logo--dark { display: block; }

.xt-nav__menu { list-style: none; margin: 0; padding: 0; display: none; align-items: center; gap: 2rem; }
.xt-nav__link { font-size: .875rem; font-weight: 500; color: rgba(255,255,255,.85); transition: color .2s ease; }
.xt-nav__link:hover { color: #fff; }
.xt-header.is-scrolled .xt-nav__link { color: rgba(44,45,47,.8); }
.xt-header.is-scrolled .xt-nav__link:hover { color: var(--xt-ink); }
.xt-nav__cta { display: none; }

.xt-nav__toggle { display: inline-flex; background: none; border: 0; padding: .5rem; margin-right: -.5rem; color: #fff; cursor: pointer; }
.xt-nav__toggle svg { width: 22px; height: 22px; }
.xt-header.is-scrolled .xt-nav__toggle { color: var(--xt-ink); }
.xt-nav__toggle .xt-icon-close { display: none; }
.xt-header.is-open .xt-nav__toggle .xt-icon-open { display: none; }
.xt-header.is-open .xt-nav__toggle .xt-icon-close { display: inline-flex; }

.xt-nav__mobile { display: none; padding: .75rem 0 1rem; border-top: 1px solid rgba(255,255,255,.1); animation: xt-fade-in .5s ease-out; }
.xt-header.is-scrolled .xt-nav__mobile { border-top-color: rgba(229,229,231,.6); }
.xt-header.is-open .xt-nav__mobile { display: block; }
.xt-nav__mobile ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: .25rem; }
.xt-nav__mobile a:not(.xt-btn) { display: block; padding: .5rem 0; font-size: .875rem; font-weight: 500; color: rgba(255,255,255,.85); }
.xt-header.is-scrolled .xt-nav__mobile a:not(.xt-btn) { color: rgba(44,45,47,.8); }
.xt-nav__mobile-cta { padding-top: .5rem; }

@media (min-width: 1024px) {
	.xt-nav__menu { display: flex; }
	.xt-nav__cta { display: flex; }
	.xt-nav__toggle { display: none; }
	.xt-nav__mobile { display: none !important; }
}

/* ============================================================
   HERO
   ============================================================ */
.xt-hero {
	position: relative; isolation: isolate; overflow: hidden;
	background: var(--xt-ink-deep); color: #fff;
	min-height: 100vh; display: flex; align-items: center;
}
.xt-hero__bg { position: absolute; inset: 0; z-index: -10; background-size: cover; background-position: center; opacity: .25; }
.xt-hero__tint { position: absolute; inset: 0; z-index: -10; background: linear-gradient(to bottom, rgba(26,27,29,.95), rgba(26,27,29,.8), var(--xt-ink-deep)); }
.xt-hero .xt-mesh, .xt-hero .xt-grid { z-index: -10; }

.xt-hero__box { position: absolute; z-index: -10; display: none; animation: xt-float 6s ease-in-out infinite; }
.xt-hero__box--1 { right: 3rem; top: 8rem; }
.xt-hero__box--1 i { display: block; height: 8rem; width: 8rem; border-radius: 1.5rem; background: rgba(237,72,46,.15); -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); border: 1px solid rgba(255,255,255,.1); transform: rotate(6deg); }
.xt-hero__box--2 { right: 12rem; bottom: 10rem; animation-delay: 1.2s; }
.xt-hero__box--2 i { display: block; height: 5rem; width: 5rem; border-radius: 1rem; background: rgba(255,255,255,.05); -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); border: 1px solid rgba(255,255,255,.1); transform: rotate(-12deg); }
.xt-hero__box--3 { right: 20rem; top: 16rem; animation-delay: 2s; }
.xt-hero__box--3 i { display: block; height: 3rem; width: 3rem; border-radius: .75rem; background: var(--xt-orange); box-shadow: var(--xt-orange-glow); transform: rotate(12deg); }
@media (min-width: 1024px) { .xt-hero__box { display: block; } }

.xt-hero__inner { position: relative; padding-top: 8rem; padding-bottom: 5rem; width: 100%; }
@media (min-width: 768px) { .xt-hero__inner { padding-top: 10rem; padding-bottom: 7rem; } }
.xt-hero__content { max-width: 48rem; animation: xt-fade-up .6s ease-out; }

.xt-hero__badge {
	display: inline-flex; align-items: center; gap: .5rem;
	border-radius: 9999px; border: 1px solid rgba(255,255,255,.15); background: rgba(255,255,255,.05);
	padding: .375rem .875rem; font-size: .75rem; font-weight: 500; color: rgba(255,255,255,.85);
	-webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
}
.xt-hero__badge svg { width: 12px; height: 12px; color: var(--xt-orange); }

.xt-dot { position: relative; display: inline-flex; height: .625rem; width: .625rem; }
.xt-dot__ping { position: absolute; inset: 0; border-radius: 9999px; background: var(--xt-orange); opacity: .75; animation: xt-ping 1s cubic-bezier(0,0,.2,1) infinite; }
.xt-dot__core { position: relative; display: inline-flex; height: .625rem; width: .625rem; border-radius: 9999px; background: var(--xt-orange); }

.xt-hero__title {
	margin: 1.75rem 0 0; font-weight: 800; letter-spacing: -.02em; line-height: .98;
	font-size: clamp(3rem, 1.1rem + 7vw, 5.5rem); text-wrap: balance;
}
.xt-hero__accent { position: relative; display: inline-block; }
.xt-hero__accent span {
	position: relative;
	background: linear-gradient(to bottom right, var(--xt-orange), var(--xt-orange-light), var(--xt-orange));
	-webkit-background-clip: text; background-clip: text; color: transparent;
}
.xt-hero__accent svg { position: absolute; bottom: -.75rem; left: 0; width: 100%; height: 12px; }
.xt-hero__sub { margin: 1.75rem 0 0; font-size: 1.125rem; color: rgba(255,255,255,.75); max-width: 42rem; line-height: 1.7; text-wrap: balance; }
@media (min-width: 768px) { .xt-hero__sub { font-size: 1.25rem; } }
.xt-hero__actions { margin-top: 2.5rem; display: flex; flex-direction: column; gap: .75rem; }
@media (min-width: 640px) { .xt-hero__actions { flex-direction: row; } }
.xt-hero__meta { margin-top: 3.5rem; display: flex; flex-wrap: wrap; gap: .75rem 2rem; font-size: .875rem; color: rgba(255,255,255,.7); }
.xt-hero__meta > div { display: inline-flex; align-items: center; gap: .5rem; }
.xt-hero__meta svg { width: 16px; height: 16px; color: var(--xt-orange); }
.xt-hero__meta .xt-greendot { height: .375rem; width: .375rem; border-radius: 9999px; background: #34d399; }
.xt-hero__fade { position: absolute; bottom: 0; left: 0; right: 0; height: 6rem; background: linear-gradient(to bottom, transparent, #fff); pointer-events: none; }

/* ============================================================
   TRUSTBAR (partner marquee)
   ============================================================ */
.xt-trust { position: relative; background: #fff; padding-block: 3.5rem; border-top: 1px solid var(--xt-line); border-bottom: 1px solid var(--xt-line); overflow: hidden; }
.xt-trust__title { text-align: center; font-size: .75rem; font-weight: 700; letter-spacing: .3em; text-transform: uppercase; color: rgba(44,45,47,.5); margin: 0 0 2rem; }
.xt-marquee { position: relative; }
.xt-marquee::before, .xt-marquee::after { content: ""; position: absolute; top: 0; bottom: 0; width: 8rem; z-index: 10; pointer-events: none; }
.xt-marquee::before { left: 0; background: linear-gradient(to right, #fff, transparent); }
.xt-marquee::after { right: 0; background: linear-gradient(to left, #fff, transparent); }
.xt-marquee__track { display: flex; width: max-content; gap: 4rem; animation: xt-marquee 40s linear infinite; will-change: transform; }
.xt-marquee__item { display: flex; height: 3rem; width: 11rem; flex: 0 0 auto; align-items: center; justify-content: center; }
.xt-marquee__item img { height: 2.25rem; width: auto; max-width: 100%; object-fit: contain; opacity: .9; transition: opacity .2s ease; }
.xt-marquee__item img:hover { opacity: 1; }
@media (prefers-reduced-motion: reduce) { .xt-marquee__track { animation: none; flex-wrap: wrap; justify-content: center; } }

/* ============================================================
   SERVICES
   ============================================================ */
.xt-services { position: relative; background: var(--xt-paper); padding-block: 6rem; overflow: hidden; }
@media (min-width: 1024px) { .xt-services { padding-block: 8rem; } }
.xt-services__blob1, .xt-services__blob2 { position: absolute; border-radius: 9999px; pointer-events: none; filter: blur(120px); }
.xt-services__blob1 { top: -10rem; right: -8rem; height: 24rem; width: 24rem; background: rgba(237,72,46,.08); }
.xt-services__blob2 { top: 50%; left: -8rem; height: 20rem; width: 20rem; background: rgba(237,72,46,.06); }
.xt-services__inner { position: relative; }
.xt-svc-grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; margin-top: 4rem; }
@media (min-width: 640px) { .xt-svc-grid { grid-template-columns: repeat(2, 1fr); } .xt-svc-card--featured { grid-column: span 2; } }
@media (min-width: 1024px) { .xt-svc-grid { grid-template-columns: repeat(3, 1fr); } .xt-svc-card--featured { grid-column: span 2; } }

.xt-svc-card {
	position: relative; overflow: hidden; border-radius: 1rem; border: 1px solid var(--xt-line);
	background: #fff; box-shadow: var(--xt-shadow-card); transition: transform .3s ease, box-shadow .3s ease;
}
.xt-svc-card:hover { box-shadow: var(--xt-shadow-card-hover); transform: translateY(-.25rem); }
.xt-svc-card__media { position: relative; height: 11rem; overflow: hidden; }
.xt-svc-card__media img { position: absolute; inset: 0; height: 100%; width: 100%; object-fit: cover; transition: transform .7s ease; }
.xt-svc-card:hover .xt-svc-card__media img { transform: scale(1.1); }
.xt-svc-card__shade { position: absolute; inset: 0; background: linear-gradient(to top, rgba(44,45,47,.85), rgba(44,45,47,.3), transparent); }
.xt-svc-card__icon {
	position: absolute; top: 1rem; left: 1rem; display: inline-flex; height: 2.75rem; width: 2.75rem;
	align-items: center; justify-content: center; border-radius: .75rem; background: rgba(255,255,255,.9);
	color: var(--xt-orange); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); box-shadow: 0 1px 3px rgba(0,0,0,.15);
}
.xt-svc-card__icon svg { width: 20px; height: 20px; }
.xt-svc-card__cap { position: absolute; bottom: 1rem; left: 1rem; right: 1rem; display: flex; align-items: flex-end; justify-content: space-between; }
.xt-svc-card__cap h3 { font-size: 1.5rem; font-weight: 800; color: #fff; letter-spacing: -.02em; margin: 0; }
.xt-svc-card__go { display: inline-flex; height: 2.25rem; width: 2.25rem; align-items: center; justify-content: center; border-radius: 9999px; background: rgba(255,255,255,.15); color: #fff; -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); opacity: 0; transform: translateX(.5rem); transition: all .3s ease; }
.xt-svc-card__go svg { width: 18px; height: 18px; }
.xt-svc-card:hover .xt-svc-card__go { opacity: 1; transform: translateX(0); }
.xt-svc-card__body { padding: 1.5rem; }
.xt-svc-card__blurb { margin: 0; font-size: .875rem; color: rgba(44,45,47,.7); line-height: 1.6; }
.xt-svc-card__list { list-style: none; margin: 1rem 0 0; padding: 0; display: flex; flex-direction: column; gap: .5rem; }
.xt-svc-card__list li { display: flex; align-items: flex-start; gap: .5rem; font-size: .875rem; color: rgba(44,45,47,.85); }
.xt-svc-card__list svg { width: 16px; height: 16px; color: var(--xt-orange); flex: 0 0 auto; margin-top: .125rem; }
.xt-svc-card__accent { position: absolute; left: 0; right: 0; bottom: 0; height: 4px; background: linear-gradient(to right, rgba(237,72,46,0), var(--xt-orange), rgba(237,72,46,0)); opacity: 0; transition: opacity .3s ease; }
.xt-svc-card:hover .xt-svc-card__accent { opacity: 1; }

/* ============================================================
   PROCESS
   ============================================================ */
.xt-process { position: relative; background: var(--xt-ink-deep); color: #fff; padding-block: 6rem; overflow: hidden; }
@media (min-width: 1024px) { .xt-process { padding-block: 8rem; } }
.xt-process__bg { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: .15; }
.xt-process__tint { position: absolute; inset: 0; background: linear-gradient(to bottom, var(--xt-ink-deep), rgba(26,27,29,.95), var(--xt-ink-deep)); }
.xt-process .xt-mesh { opacity: .5; }
.xt-process__inner { position: relative; }
.xt-process__grid-wrap { margin-top: 5rem; position: relative; }
.xt-process__line { display: none; position: absolute; top: 3rem; left: 16%; right: 16%; height: 1px; background: linear-gradient(to right, transparent, rgba(237,72,46,.4), transparent); }
@media (min-width: 768px) { .xt-process__line { display: block; } }
.xt-process__grid { display: grid; grid-template-columns: 1fr; gap: 2rem; position: relative; }
@media (min-width: 768px) { .xt-process__grid { grid-template-columns: repeat(3, 1fr); } }
.xt-step { position: relative; }
.xt-step__inner { display: flex; flex-direction: column; align-items: center; text-align: center; }
@media (min-width: 768px) { .xt-step__inner { align-items: flex-start; text-align: left; } }
.xt-step__badge { position: relative; margin-bottom: 1.5rem; }
.xt-step__glow { position: absolute; inset: 0; background: rgba(237,72,46,.3); filter: blur(2rem); border-radius: 9999px; }
.xt-step__icon {
	position: relative; display: inline-flex; height: 6rem; width: 6rem; align-items: center; justify-content: center;
	border-radius: 1rem; background: linear-gradient(to bottom right, var(--xt-orange), var(--xt-orange-dark));
	color: #fff; box-shadow: var(--xt-orange-glow); border: 1px solid rgba(255,255,255,.1);
}
.xt-step__icon svg { width: 32px; height: 32px; }
.xt-step__num { position: absolute; top: -.5rem; right: -.5rem; display: inline-flex; height: 2.25rem; width: 2.25rem; align-items: center; justify-content: center; border-radius: 9999px; background: #fff; color: var(--xt-ink); font-size: .875rem; font-weight: 800; box-shadow: 0 10px 15px -3px rgba(0,0,0,.3); }
.xt-step__title { font-size: 1.5rem; font-weight: 800; letter-spacing: -.02em; margin: 0; }
.xt-step__blurb { margin: .75rem 0 0; font-size: 1rem; color: rgba(255,255,255,.7); line-height: 1.7; max-width: 20rem; }
.xt-step__arrow { display: none; position: absolute; top: 3rem; right: -1rem; color: rgba(237,72,46,.6); }
@media (min-width: 768px) { .xt-step__arrow { display: block; } }

/* ============================================================
   STATS BAND
   ============================================================ */
.xt-stats { position: relative; background: #fff; padding-block: 4rem; }
@media (min-width: 1024px) { .xt-stats { padding-block: 5rem; } }
.xt-stats__card { position: relative; overflow: hidden; border-radius: 1.5rem; padding: 2.5rem; box-shadow: var(--xt-shadow-2xl); background: linear-gradient(to bottom right, var(--xt-ink-deep), var(--xt-ink), var(--xt-ink-deep)); }
@media (min-width: 1024px) { .xt-stats__card { padding: 3.5rem; } }
.xt-stats__blob1, .xt-stats__blob2 { position: absolute; height: 20rem; width: 20rem; border-radius: 9999px; filter: blur(100px); pointer-events: none; }
.xt-stats__blob1 { top: -8rem; right: -8rem; background: rgba(237,72,46,.3); }
.xt-stats__blob2 { bottom: -8rem; left: -8rem; background: rgba(237,72,46,.15); }
.xt-stats__bg { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: .2; }
.xt-stats__tint { position: absolute; inset: 0; background: linear-gradient(to right, var(--xt-ink-deep), rgba(26,27,29,.9), rgba(26,27,29,.7)); }
.xt-stats__grid { position: relative; display: grid; grid-template-columns: repeat(2, 1fr); gap: 2rem; color: #fff; }
@media (min-width: 1024px) { .xt-stats__grid { grid-template-columns: repeat(4, 1fr); gap: 1rem; } }
.xt-stat { display: flex; flex-direction: column; align-items: flex-start; }
@media (min-width: 1024px) { .xt-stat { align-items: center; text-align: center; } }
.xt-stat__icon { display: inline-flex; height: 2.75rem; width: 2.75rem; align-items: center; justify-content: center; border-radius: .75rem; background: rgba(237,72,46,.2); color: var(--xt-orange); box-shadow: inset 0 0 0 1px rgba(237,72,46,.3); margin-bottom: 1rem; transition: transform .2s ease; }
.xt-stat__icon svg { width: 20px; height: 20px; }
.xt-stat:hover .xt-stat__icon { transform: scale(1.1); }
.xt-stat__value { font-size: 2.25rem; font-weight: 800; letter-spacing: -.02em; line-height: 1.1; background: linear-gradient(to bottom right, #fff, rgba(255,255,255,.6)); -webkit-background-clip: text; background-clip: text; color: transparent; }
@media (min-width: 1024px) { .xt-stat__value { font-size: 3rem; } }
.xt-stat__label { margin-top: .5rem; font-size: .75rem; font-weight: 500; color: rgba(255,255,255,.65); }
@media (min-width: 1024px) { .xt-stat__label { font-size: .875rem; } }

/* ============================================================
   WHY US
   ============================================================ */
.xt-why { position: relative; background: #fff; padding-block: 6rem; overflow: hidden; }
@media (min-width: 1024px) { .xt-why { padding-block: 8rem; } }
.xt-why__blob1, .xt-why__blob2 { position: absolute; height: 24rem; width: 24rem; border-radius: 9999px; background: rgba(237,72,46,.05); filter: blur(48px); pointer-events: none; }
.xt-why__blob1 { top: -8rem; right: -8rem; }
.xt-why__blob2 { bottom: -8rem; left: -8rem; }
.xt-why__grid { position: relative; display: grid; grid-template-columns: 1fr; gap: 4rem; align-items: center; }
@media (min-width: 1024px) { .xt-why__grid { grid-template-columns: 1fr 1fr; gap: 5rem; } }
.xt-why__media { position: relative; }
.xt-why__frame { position: relative; z-index: 1; aspect-ratio: 4/5; overflow: hidden; border-radius: 1.5rem; box-shadow: var(--xt-shadow-2xl); }
.xt-why__frame img { position: absolute; inset: 0; height: 100%; width: 100%; object-fit: cover; }
.xt-why__frame-shade { position: absolute; inset: 0; background: linear-gradient(to top, rgba(26,27,29,.6), transparent, transparent); }
.xt-why__tag { position: absolute; top: 1.5rem; right: 1.5rem; display: inline-flex; align-items: center; gap: .5rem; border-radius: 9999px; background: rgba(255,255,255,.9); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); padding: .375rem .875rem; font-size: .75rem; font-weight: 700; color: var(--xt-ink); box-shadow: 0 1px 3px rgba(0,0,0,.15); }
.xt-why__tag .xt-greendot { height: .375rem; width: .375rem; border-radius: 9999px; background: #10b981; }
.xt-why__quote { position: absolute; z-index: 2; bottom: -1.5rem; right: -1.5rem; display: none; width: 14rem; border-radius: 1rem; background: #fff; padding: 1.25rem; box-shadow: var(--xt-shadow-2xl); border: 1px solid var(--xt-line); }
@media (min-width: 768px) { .xt-why__quote { display: block; } }
.xt-why__quote svg { width: 20px; height: 20px; color: var(--xt-orange); margin-bottom: .5rem; }
.xt-why__quote p { margin: 0; font-size: .875rem; color: rgba(44,45,47,.85); line-height: 1.6; }
.xt-why__quote cite { display: block; margin-top: .75rem; font-size: .75rem; font-weight: 700; letter-spacing: .03em; color: rgba(44,45,47,.6); text-transform: uppercase; font-style: normal; }
.xt-why__deco { position: absolute; top: -1rem; left: -1rem; height: 5rem; width: 5rem; border-radius: 1rem; background: var(--xt-orange); box-shadow: var(--xt-orange-glow); z-index: 0; }
.xt-why__body { margin: 1.5rem 0 0; display: flex; flex-direction: column; gap: 1rem; font-size: 1rem; color: rgba(44,45,47,.75); line-height: 1.7; }
.xt-why__body p { margin: 0; }
.xt-why__reasons { list-style: none; margin: 2rem 0 0; padding: 0; display: flex; flex-direction: column; gap: .75rem; }
.xt-why__reasons li { display: flex; align-items: flex-start; gap: .75rem; font-size: 1rem; color: rgba(44,45,47,.85); }
.xt-why__reasons svg { width: 20px; height: 20px; color: var(--xt-orange); flex: 0 0 auto; margin-top: .125rem; }

/* ============================================================
   PRICING
   ============================================================ */
.xt-pricing { position: relative; background: var(--xt-paper); padding-block: 6rem; overflow: hidden; }
@media (min-width: 1024px) { .xt-pricing { padding-block: 8rem; } }
.xt-pricing__blob { position: absolute; top: 0; right: 25%; height: 20rem; width: 20rem; border-radius: 9999px; background: rgba(237,72,46,.08); filter: blur(120px); pointer-events: none; }
.xt-pricing__inner { position: relative; }
.xt-pricing__grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; margin-top: 4rem; }
@media (min-width: 1024px) { .xt-pricing__grid { grid-template-columns: repeat(3, 1fr); align-items: stretch; } }
.xt-tier { display: flex; flex-direction: column; border-radius: 1.5rem; background: #fff; color: var(--xt-ink); padding: 2rem; border: 1px solid var(--xt-line); box-shadow: var(--xt-shadow-card); transition: box-shadow .3s ease; }
.xt-tier:hover { box-shadow: var(--xt-shadow-card-hover); }
.xt-tier__wrap { position: relative; z-index: 10; }
@media (min-width: 1024px) { .xt-tier__wrap { transform: scale(1.04); } }
.xt-tier__border { position: absolute; inset: -.25rem; border-radius: 1.5rem; background: linear-gradient(to bottom right, var(--xt-orange), var(--xt-orange-light), var(--xt-orange-dark)); background-size: 200% 200%; opacity: .6; filter: blur(.5rem); animation: xt-gradient 8s ease infinite; }
.xt-tier--featured { position: relative; background: var(--xt-ink-deep); color: #fff; box-shadow: var(--xt-shadow-2xl); border: 0; height: 100%; }
.xt-tier__badge { position: absolute; top: -.75rem; left: 2rem; display: inline-flex; align-items: center; gap: .375rem; padding: .25rem .75rem; border-radius: 9999px; background: var(--xt-orange); color: #fff; font-size: .75rem; font-weight: 700; letter-spacing: .03em; box-shadow: var(--xt-orange-glow); }
.xt-tier__badge svg { width: 12px; height: 12px; }
.xt-tier__name { font-size: 1.5rem; font-weight: 800; letter-spacing: -.02em; margin: 0; }
@media (min-width: 1024px) { .xt-tier__name { font-size: 1.875rem; } }
.xt-tier__unit { margin: .25rem 0 0; font-size: .75rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: rgba(44,45,47,.55); }
.xt-tier--featured .xt-tier__unit { color: rgba(255,255,255,.55); }
.xt-tier__pitch { margin: 1rem 0 0; font-size: .875rem; line-height: 1.6; color: rgba(44,45,47,.75); }
.xt-tier--featured .xt-tier__pitch { color: rgba(255,255,255,.75); }
.xt-tier__list { list-style: none; margin: 2rem 0 0; padding: 0; display: flex; flex-direction: column; gap: .75rem; flex: 1; }
.xt-tier__list li { display: flex; align-items: flex-start; gap: .625rem; font-size: .875rem; color: rgba(44,45,47,.8); }
.xt-tier--featured .xt-tier__list li { color: rgba(255,255,255,.85); }
.xt-tier__list svg { width: 16px; height: 16px; color: var(--xt-orange); flex: 0 0 auto; margin-top: .125rem; }
.xt-tier__foot { margin-top: 2rem; }

/* ============================================================
   CONTACT
   ============================================================ */
.xt-contact { position: relative; background: #fff; padding-block: 6rem; overflow: hidden; }
@media (min-width: 1024px) { .xt-contact { padding-block: 8rem; } }
.xt-contact__deco { display: none; position: absolute; top: 0; right: 0; width: 33.333%; height: 100%; background: var(--xt-paper); }
@media (min-width: 1024px) { .xt-contact__deco { display: block; } }
.xt-contact__inner { position: relative; }
.xt-contact__grid { display: grid; grid-template-columns: 1fr; gap: 2.5rem; margin-top: 4rem; align-items: start; }
@media (min-width: 1024px) { .xt-contact__grid { grid-template-columns: 2fr 3fr; gap: 4rem; } }
.xt-contact__info { display: flex; flex-direction: column; gap: 1.25rem; }
.xt-info-card { background: var(--xt-paper); border-radius: 1rem; border: 1px solid var(--xt-line); padding: 1.25rem; }
.xt-info-card__head { display: flex; align-items: center; gap: .75rem; margin-bottom: .5rem; }
.xt-info-card__icon { display: inline-flex; height: 2.25rem; width: 2.25rem; align-items: center; justify-content: center; border-radius: .5rem; background: rgba(237,72,46,.1); color: var(--xt-orange); }
.xt-info-card__icon svg { width: 18px; height: 18px; }
.xt-info-card__label { font-size: .75rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: rgba(44,45,47,.6); }
.xt-info-card__body { font-size: .875rem; color: rgba(44,45,47,.85); line-height: 1.6; }
.xt-info-card__body a:hover { color: var(--xt-orange); }
.xt-map { border-radius: 1rem; overflow: hidden; height: 14rem; border: 1px solid var(--xt-line); box-shadow: var(--xt-shadow-card); }
.xt-map iframe { width: 100%; height: 100%; border: 0; display: block; }

.xt-form { position: relative; background: #fff; border: 1px solid var(--xt-line); border-radius: 1.5rem; padding: 2rem; box-shadow: var(--xt-shadow-card); }
.xt-form__grid { display: grid; grid-template-columns: 1fr; gap: 1.25rem; }
@media (min-width: 640px) { .xt-form__grid { grid-template-columns: 1fr 1fr; } }
.xt-field label { display: block; font-size: .875rem; font-weight: 500; color: rgba(44,45,47,.8); margin-bottom: .5rem; }
.xt-field label .req { color: var(--xt-orange); }
.xt-field input, .xt-form__message textarea {
	width: 100%; padding: .75rem 1rem; border-radius: .75rem; border: 1px solid var(--xt-line);
	font-family: inherit; font-size: 1rem; background: #fff; color: var(--xt-ink); outline: none; transition: box-shadow .2s ease, border-color .2s ease;
}
.xt-field input::placeholder, .xt-form__message textarea::placeholder { color: rgba(44,45,47,.4); }
.xt-field input:focus, .xt-form__message textarea:focus { border-color: transparent; box-shadow: 0 0 0 2px var(--xt-orange); }
.xt-form__message { margin-top: 1.25rem; }
.xt-form__message label { display: block; font-size: .875rem; font-weight: 500; color: rgba(44,45,47,.8); margin-bottom: .5rem; }
.xt-form__message textarea { resize: vertical; min-height: 8rem; }
.xt-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.xt-alert { margin-top: 1.25rem; display: flex; align-items: center; gap: .5rem; padding: 1rem; border-radius: .75rem; font-size: .875rem; }
.xt-alert svg { width: 18px; height: 18px; flex: 0 0 auto; }
.xt-alert--ok { background: #ecfdf5; border: 1px solid #a7f3d0; color: #047857; }
.xt-alert--err { background: #fef2f2; border: 1px solid #fecaca; color: #b91c1c; }
.xt-form__foot { margin-top: 1.5rem; }
.xt-form__note { margin: .75rem 0 0; text-align: center; font-size: .75rem; color: rgba(44,45,47,.5); }

/* ============================================================
   FOOTER
   ============================================================ */
.xt-footer { background: var(--xt-ink); color: #fff; }
.xt-footer__inner { padding-block: 3.5rem; }
.xt-footer__grid { display: grid; grid-template-columns: 1fr; gap: 2.5rem; }
@media (min-width: 768px) { .xt-footer__grid { grid-template-columns: repeat(3, 1fr); } }
.xt-footer__logo { height: 32px; width: auto; display: block; }
.xt-footer__tag { margin: 1rem 0 0; font-size: .875rem; color: rgba(255,255,255,.6); line-height: 1.7; max-width: 24rem; }
.xt-footer__col h4 { font-size: .75rem; font-weight: 700; letter-spacing: .25em; text-transform: uppercase; color: rgba(255,255,255,.5); margin: 0 0 1rem; }
.xt-footer__col ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: .5rem; font-size: .875rem; }
.xt-footer__col a { color: rgba(255,255,255,.8); transition: color .2s ease; }
.xt-footer__col a:hover { color: var(--xt-orange); }
.xt-footer__col li.muted { color: rgba(255,255,255,.5); padding-top: .5rem; }
.xt-footer__bottom { margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.1); display: flex; flex-direction: column; gap: .75rem; font-size: .75rem; color: rgba(255,255,255,.45); }
@media (min-width: 640px) { .xt-footer__bottom { flex-direction: row; align-items: center; justify-content: space-between; } }
.xt-footer__bottom p { margin: 0; }

/* ============================================================
   KEYFRAMES
   ============================================================ */
@keyframes xt-marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
@keyframes xt-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
@keyframes xt-fade-up { 0% { opacity: 0; transform: translateY(16px); } 100% { opacity: 1; transform: translateY(0); } }
@keyframes xt-fade-in { 0% { opacity: 0; } 100% { opacity: 1; } }
@keyframes xt-ping { 75%, 100% { transform: scale(2); opacity: 0; } }
@keyframes xt-gradient { 0%, 100% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } }
@media (prefers-reduced-motion: reduce) {
	.xt-hero__box, .xt-dot__ping, .xt-tier__border { animation: none; }
	.xt-hero__content { animation: none; }
}
