:root {
  /* Default (home / Shopify): Coral */
  --tt-accent:       #FF5B4A;
  --tt-accent-dark:  #E04333;
  --tt-accent-soft:  #FFF0EE;
  --tt-accent-mid:   #FFD9D5;

  /* Neutral palette */
  --black:     #111111;
  --gray-900:  #1A1A1A;
  --gray-700:  #444444;
  --gray-500:  #777777;
  --gray-300:  #CCCCCC;
  --gray-200:  #E8E8E8;
  --gray-100:  #F5F5F5;
  --white:     #FFFFFF;

  /* Layout */
  --max-w: 1140px;
  --nav-h: 68px;
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 18px;
  --radius-xl: 24px;
  --shadow-sm: 0 2px 8px rgba(0,0,0,.06);
  --shadow-md: 0 8px 32px rgba(0,0,0,.08);
  --shadow-lg: 0 16px 48px rgba(0,0,0,.10);
}

/* ── WordPress Dev service: WordPress Blue ── */
body.template-wordpress {
  --tt-accent:      #0073AA;
  --tt-accent-dark: #005A87;
  --tt-accent-soft: #EBF5FB;
  --tt-accent-mid:  #B8D9EC;
}

/* ── Wix Dev service: Wix Blue ── */
body.template-wix {
  --tt-accent:      #116DFF;
  --tt-accent-dark: #0057D9;
  --tt-accent-soft: #EEF3FF;
  --tt-accent-mid:  #C2D5FF;
}

/* ═══════════════════════════════════════════════════
   RESET & BASE
═══════════════════════════════════════════════════ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  min-height: 100dvh;
  background: var(--white);
  color: var(--black);
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-tap-highlight-color: transparent;
}

img, video, canvas, svg { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; }

/* ═══════════════════════════════════════════════════
   NAVIGATION
═══════════════════════════════════════════════════ */
#site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 200;
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--gray-200);
  transition: box-shadow .2s;
}
#site-header.scrolled { box-shadow: 0 2px 20px rgba(0,0,0,.06); }

.nav-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 24px;
  height: var(--nav-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-logo {
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--black);
  letter-spacing: -.03em;
  text-decoration: none;
  white-space: nowrap;
}
.site-logo span { color: var(--tt-accent); }

/* Desktop nav menu */
#primary-menu {
  display: flex;
  align-items: center;
  gap: 2px;
  list-style: none;
  margin: 0; padding: 0;
}
#primary-menu li { list-style: none; }
#primary-menu a {
  color: var(--gray-700);
  font-size: .875rem;
  font-weight: 500;
  padding: 8px 12px;
  border-radius: var(--radius-sm);
  display: block;
  transition: color .18s, background .18s;
}
#primary-menu a:hover { color: var(--tt-accent); background: var(--tt-accent-soft); }
#primary-menu .menu-cta > a,
#primary-menu li.nav-cta > a {
  background: var(--tt-accent) !important;
  color: var(--white) !important;
  font-weight: 700 !important;
  padding: 10px 18px !important;
  transition: background .18s, transform .15s !important;
}
#primary-menu .menu-cta > a:hover,
#primary-menu li.nav-cta > a:hover {
  background: var(--tt-accent-dark) !important;
  transform: translateY(-1px);
}

/* Hamburger */
.nav-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  min-width: 44px; min-height: 44px;
  align-items: center; justify-content: center;
}
.nav-hamburger span {
  display: block;
  width: 22px; height: 2px;
  background: var(--black);
  border-radius: 2px;
  transition: .28s;
}

/* Mobile drawer */
.nav-mobile-menu {
  display: none;
  list-style: none;
  padding: 8px 24px 20px;
  flex-direction: column;
  gap: 2px;
  border-top: 1px solid var(--gray-200);
}
.nav-mobile-menu.open { display: flex; }
.nav-mobile-menu li a {
  display: block;
  padding: 11px 12px;
  font-size: .9rem;
  font-weight: 500;
  color: var(--gray-700);
  border-radius: var(--radius-sm);
  transition: background .15s, color .15s;
}
.nav-mobile-menu li a:hover { background: var(--gray-100); color: var(--black); }
.nav-mobile-menu li:last-child a {
  margin-top: 8px;
  background: var(--tt-accent);
  color: var(--white);
  font-weight: 700;
  text-align: center;
}
.nav-mobile-menu li:last-child a:hover { background: var(--tt-accent-dark); }

/* Push body down by nav height */
body { padding-top: var(--nav-h); }

/* ═══════════════════════════════════════════════════
   HERO
═══════════════════════════════════════════════════ */
.hero {
  position: relative;
  overflow: hidden;
  padding: 72px 24px 64px;
  background: var(--gray-100);
}
.hero-bg-blob, .hero-bg-blob2 {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
}
.hero-bg-blob {
  width: 480px; height: 480px;
  background: var(--tt-accent-mid);
  opacity: .35;
  top: -120px; right: -80px;
}
.hero-bg-blob2 {
  width: 320px; height: 320px;
  background: var(--tt-accent-soft);
  opacity: .55;
  bottom: -80px; left: -60px;
}

.hero-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  position: relative; z-index: 1;
}

.hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--tt-accent-soft);
  color: var(--tt-accent);
  font-size: .8rem;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 100px;
  margin-bottom: 20px;
  border: 1px solid var(--tt-accent-mid);
}

.hero h1 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -.04em;
  color: var(--black);
  margin-bottom: 20px;
}
.hero h1 em { font-style: normal; color: var(--tt-accent); }

.hero-sub {
  font-size: 1.05rem;
  color: var(--gray-500);
  line-height: 1.75;
  margin-bottom: 32px;
  max-width: 480px;
}

.hero-btns {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.hero-badges {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.hero-badge {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: .78rem;
  font-weight: 600;
  color: var(--gray-700);
  background: var(--white);
  border: 1px solid var(--gray-200);
  padding: 5px 12px 5px 8px;
  border-radius: 100px;
}
.hero-badge-icon {
  font-size: 14px;
  width: 24px; height: 24px;
  display: flex; align-items: center; justify-content: center;
}

/* Hero visual card */
.hero-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-card-main {
  background: var(--white);
  border-radius: var(--radius-xl);
  padding: 28px 24px;
  box-shadow: var(--shadow-lg);
  width: 100%;
  max-width: 380px;
}
.hero-card-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.hero-card-avatar {
  width: 42px; height: 42px;
  background: var(--tt-accent-soft);
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-size: 20px; flex-shrink: 0;
}
.hero-card-meta { flex: 1; min-width: 0; }
.hero-card-name { font-size: .82rem; font-weight: 700; color: var(--black); }
.hero-card-date { font-size: .72rem; color: var(--gray-500); margin-top: 2px; }
.hero-card-status {
  font-size: .72rem; font-weight: 700;
  background: var(--tt-accent-soft);
  color: var(--tt-accent);
  padding: 3px 10px;
  border-radius: 100px;
  white-space: nowrap;
}
.hero-card-title { font-size: 1rem; font-weight: 800; color: var(--black); margin-bottom: 8px; }
.hero-card-desc { font-size: .82rem; color: var(--gray-500); line-height: 1.55; margin-bottom: 16px; }
.hero-card-bar {
  height: 6px;
  background: var(--gray-200);
  border-radius: 100px;
  overflow: hidden;
  margin-bottom: 6px;
}
.hero-card-bar::after {
  content: '';
  display: block;
  height: 100%;
  width: 72%;
  background: var(--tt-accent);
  border-radius: 100px;
  transition: width .6s ease;
}
.hero-card-prog-row {
  display: flex;
  justify-content: space-between;
  font-size: .75rem;
  color: var(--gray-500);
}
.hero-card-progress { margin-top: 4px; }

.hero-float-1, .hero-float-2 {
  position: absolute;
  background: var(--white);
  border-radius: var(--radius-md);
  padding: 10px 14px;
  box-shadow: var(--shadow-md);
  display: flex;
  align-items: center;
  gap: 10px;
}
.hero-float-1 { top: -12px; left: -24px; }
.hero-float-2 { bottom: -10px; right: -20px; }
.hero-float-icon { font-size: 22px; }
.hero-float-label { font-size: .7rem; color: var(--gray-500); }
.hero-float-val { font-size: .95rem; font-weight: 800; color: var(--black); }
.hero-float-2-label { font-size: .7rem; color: var(--gray-500); }
.hero-float-2-val { font-size: .9rem; font-weight: 800; color: var(--tt-accent); }

/* ═══════════════════════════════════════════════════
   TRUST / PLATFORM STRIP
═══════════════════════════════════════════════════ */
.trusted {
  background: var(--white);
  border-bottom: 1px solid var(--gray-200);
  padding: 16px 24px;
}
.trusted-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.trusted-label { font-size: .78rem; font-weight: 700; color: var(--gray-500); white-space: nowrap; }
.trusted-logos { display: flex; gap: 20px; flex-wrap: wrap; }
.trusted-logo {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: .82rem;
  font-weight: 600;
  color: var(--gray-700);
}
.trusted-logo-icon, .trusted-logo > span { font-size: 16px; }

/* ═══════════════════════════════════════════════════
   STATS STRIP
═══════════════════════════════════════════════════ */
.stats-strip {
  background: var(--tt-accent);
  padding: 28px 24px;
}
.stats-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  gap: 20px;
  flex-wrap: wrap;
  text-align: center;
}
.stat-num { font-size: 1.75rem; font-weight: 900; color: var(--white); letter-spacing: -.03em; line-height: 1; }
.stat-label { font-size: .78rem; color: rgba(255,255,255,.75); margin-top: 4px; font-weight: 500; }

/* ═══════════════════════════════════════════════════
   SHARED SECTION STYLES
═══════════════════════════════════════════════════ */
.tt-section, section[id] {
  padding: 80px 24px;
}
.section-max {
  max-width: var(--max-w);
  margin: 0 auto;
}
.section-eyebrow {
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--tt-accent);
  margin-bottom: 12px;
}
.tt-section h2, section[id] h2 {
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 800;
  letter-spacing: -.03em;
  color: var(--black);
  margin-bottom: 16px;
  line-height: 1.15;
}
.section-desc {
  font-size: .95rem;
  color: var(--gray-500);
  line-height: 1.75;
  max-width: 540px;
  margin-bottom: 48px;
}

/* Alternating section backgrounds , section[id]:nth-child(even)*/
.tt-section:nth-child(even) {
  background: var(--gray-100);
}

/* ═══════════════════════════════════════════════════
   SERVICES CHECKLIST
═══════════════════════════════════════════════════ */
.services-header { text-align: center; margin-bottom: 40px; }
.services-header .section-desc { margin: 0 auto 0; }

.services-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 14px;
  margin-bottom: 40px;
}
.service-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 18px;
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-md);
  transition: box-shadow .2s, border-color .2s;
}
.service-item:hover { border-color: var(--tt-accent-mid); box-shadow: var(--shadow-sm); }
.service-check {
  width: 28px; height: 28px;
  background: var(--tt-accent);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.service-check svg { width: 14px; height: 14px; }
.service-item-text { font-size: .9rem; font-weight: 500; color: var(--gray-700); }

.services-cta {
  text-align: center;
  padding: 32px;
  background: var(--tt-accent-soft);
  border-radius: var(--radius-lg);
  border: 1px solid var(--tt-accent-mid);
}
.services-cta p { font-size: .9rem; color: var(--gray-700); margin-bottom: 20px; }

/* ═══════════════════════════════════════════════════
   WHY CARDS
═══════════════════════════════════════════════════ */
.why-section { background: var(--gray-100) !important; }
.why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}
.why-card {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-lg);
  padding: 28px 24px;
  transition: box-shadow .2s, transform .2s;
}
.why-card:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); }
.why-icon {
  font-size: 1.6rem;
  width: 52px; height: 52px;
  background: var(--tt-accent-soft);
  border-radius: var(--radius-sm);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 16px;
}
.why-title { font-size: 1rem; font-weight: 800; color: var(--black); margin-bottom: 8px; }
.why-desc { font-size: .875rem; color: var(--gray-500); line-height: 1.65; margin-bottom: 16px; }
.why-highlight {
  display: inline-block;
  font-size: .75rem;
  font-weight: 700;
  background: var(--tt-accent-soft);
  color: var(--tt-accent);
  padding: 4px 12px;
  border-radius: 100px;
  border: 1px solid var(--tt-accent-mid);
}

/* ═══════════════════════════════════════════════════
   HOW IT WORKS
═══════════════════════════════════════════════════ */
.how-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  position: relative;
}
.how-connector {
  position: absolute;
  top: 40px; left: calc(33.33% - 8px); right: calc(33.33% - 8px);
  height: 2px;
  background: var(--tt-accent-mid);
  z-index: 0;
  pointer-events: none;
}
.how-step {
  text-align: center;
  position: relative;
  z-index: 1;
}
.how-step-num {
  width: 52px; height: 52px;
  background: var(--tt-accent);
  color: var(--white);
  font-size: 1.2rem;
  font-weight: 900;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 20px;
  box-shadow: 0 4px 16px rgba(0,0,0,.12);
}
.how-step-title { font-size: 1rem; font-weight: 800; color: var(--black); margin-bottom: 10px; }
.how-step-desc { font-size: .875rem; color: var(--gray-500); line-height: 1.65; }

/* ═══════════════════════════════════════════════════
   PRICING
═══════════════════════════════════════════════════ */
.pricing-section { background: var(--gray-100) !important; }
.pricing-header { text-align: center; margin-bottom: 48px; }
.pricing-header .section-desc { margin: 0 auto; }
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  align-items: start;
}
.pricing-card {
  background: var(--white);
  border: 1.5px solid var(--gray-200);
  border-radius: var(--radius-xl);
  padding: 32px 28px;
  transition: box-shadow .2s, transform .2s;
  position: relative;
}
.pricing-card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }
.pricing-card.featured {
  border-color: var(--tt-accent);
  background: var(--tt-accent);
  box-shadow: 0 8px 40px rgba(0,0,0,.15);
  color: var(--white);
}
.pricing-badge {
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--tt-accent);
  margin-bottom: 12px;
}
.pricing-card.featured .pricing-badge { color: rgba(255,255,255,.7); }
.pricing-price {
  font-size: 3rem;
  font-weight: 900;
  color: var(--black);
  letter-spacing: -.04em;
  line-height: 1;
  margin-bottom: 4px;
}
.pricing-card.featured .pricing-price { color: var(--white); }
.pricing-period {
  font-size: .82rem;
  color: var(--gray-500);
  margin-bottom: 16px;
}
.pricing-card.featured .pricing-period { color: rgba(255,255,255,.6); }
.pricing-title {
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--black);
  margin-bottom: 8px;
}
.pricing-card.featured .pricing-title { color: var(--white); }
.pricing-desc {
  font-size: .875rem;
  color: var(--gray-500);
  line-height: 1.6;
  margin-bottom: 24px;
}
.pricing-card.featured .pricing-desc { color: rgba(255,255,255,.75); }
.pricing-divider {
  height: 1px;
  background: var(--gray-200);
  margin: 20px 0;
}
.pricing-card.featured .pricing-divider { background: rgba(255,255,255,.2); }
.pricing-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 28px;
}
.pricing-features li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: .875rem;
  color: var(--gray-700);
  line-height: 1.5;
}
.pricing-card.featured .pricing-features li { color: rgba(255,255,255,.9); }
.pricing-features li::before {
  content: '✓';
  color: var(--tt-accent);
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 1px;
}
.pricing-card.featured .pricing-features li::before { color: var(--white); }

/* ═══════════════════════════════════════════════════
   PORTFOLIO
═══════════════════════════════════════════════════ */
.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  margin-top: 48px;
}
.portfolio-card {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: box-shadow .2s, transform .2s;
}
.portfolio-card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }
.portfolio-thumb {
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  position: relative;
  overflow: hidden;
}
.portfolio-thumb img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.portfolio-thumb-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, transparent 40%, rgba(0,0,0,.2));
}
.portfolio-thumb-1 { background: linear-gradient(135deg, var(--tt-accent-soft), var(--tt-accent-mid)); }
.portfolio-thumb-2 { background: linear-gradient(135deg, #e8f4f8, #b3d9ec); }
.portfolio-thumb-3 { background: linear-gradient(135deg, #f0faf0, #b3e0b3); }
.portfolio-body { padding: 20px; }
.portfolio-platform { font-size: .72rem; font-weight: 700; color: var(--tt-accent); letter-spacing: .06em; text-transform: uppercase; margin-bottom: 6px; }
.portfolio-name { font-size: 1rem; font-weight: 700; color: var(--black); margin-bottom: 4px; }
.portfolio-date { font-size: .78rem; color: var(--gray-500); margin-bottom: 12px; }
.portfolio-tag {
  display: inline-block;
  font-size: .72rem;
  font-weight: 600;
  background: var(--tt-accent-soft);
  color: var(--tt-accent);
  padding: 3px 10px;
  border-radius: 100px;
  border: 1px solid var(--tt-accent-mid);
}

/* ═══════════════════════════════════════════════════
   REVIEWS
═══════════════════════════════════════════════════ */
.reviews-section { background: var(--gray-100) !important; }
.reviews-header { text-align: center; margin-bottom: 48px; }
.reviews-header .section-desc { margin: 0 auto; }
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}
.review-card {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-lg);
  padding: 28px 24px;
  position: relative;
  transition: box-shadow .2s;
}
.review-card:hover { box-shadow: var(--shadow-md); }
.review-quote {
  font-size: 3.5rem;
  font-weight: 900;
  color: var(--tt-accent-mid);
  line-height: .8;
  margin-bottom: 8px;
  font-family: Georgia, serif;
}
.review-stars { color: #F59E0B; letter-spacing: 2px; font-size: .9rem; margin-bottom: 12px; }
.review-text { font-size: .875rem; color: var(--gray-700); line-height: 1.7; margin-bottom: 20px; font-style: italic; }
.review-author { display: flex; align-items: center; gap: 12px; }
.review-avatar {
  width: 42px; height: 42px;
  border-radius: 50%;
  background: var(--tt-accent-soft);
  color: var(--tt-accent);
  font-size: .875rem;
  font-weight: 800;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  border: 2px solid var(--tt-accent-mid);
}
.review-name { font-size: .9rem; font-weight: 700; color: var(--black); }
.review-role { font-size: .78rem; color: var(--gray-500); }

/* ═══════════════════════════════════════════════════
   CONTACT
═══════════════════════════════════════════════════ */
.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
  align-items: start;
}
.contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px 0;
  border-bottom: 1px solid var(--gray-200);
}
.contact-info-item:last-child { border-bottom: none; }
.contact-icon {
  width: 40px; height: 40px;
  background: var(--tt-accent-soft);
  border-radius: var(--radius-sm);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
}
.contact-label { font-size: .78rem; font-weight: 700; color: var(--gray-500); text-transform: uppercase; letter-spacing: .06em; margin-bottom: 3px; }
.contact-val { font-size: .9rem; font-weight: 500; color: var(--black); }
.contact-card {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-xl);
  padding: 36px 32px;
  box-shadow: var(--shadow-md);
}

/* Form */
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { margin-bottom: 18px; }
.form-group label { display: block; font-size: .82rem; font-weight: 700; color: var(--black); margin-bottom: 7px; }
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  background: var(--gray-100);
  border: 1.5px solid var(--gray-200);
  border-radius: var(--radius-sm);
  padding: 11px 14px;
  font-size: .9rem;
  color: var(--black);
  font-family: inherit;
  transition: border-color .18s, box-shadow .18s;
  outline: none;
  min-height: 44px;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--tt-accent);
  box-shadow: 0 0 0 3px var(--tt-accent-soft);
}
.form-group textarea { min-height: 110px; resize: vertical; }
.form-success {
  display: none;
  text-align: center;
  padding: 40px 20px;
}
.form-success.visible { display: block; }
.form-success-icon { font-size: 3rem; margin-bottom: 16px; }
.form-success h3 { font-size: 1.2rem; font-weight: 800; margin-bottom: 10px; color: var(--black); }
.form-success p { color: var(--gray-500); }

/* ═══════════════════════════════════════════════════
   CTA BANNER
═══════════════════════════════════════════════════ */
.cta-banner {
  position: relative;
  background: var(--gray-900);
  padding: 80px 24px;
  text-align: center;
  overflow: hidden;
}
.cta-banner-bg {
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 50% 0%, var(--tt-accent-mid) 0%, transparent 70%);
  opacity: .15; pointer-events: none;
}
.cta-banner-inner { position: relative; z-index: 1; max-width: 620px; margin: 0 auto; }
.cta-banner h2 { font-size: clamp(1.6rem, 3.5vw, 2.6rem); font-weight: 800; color: var(--white); letter-spacing: -.03em; margin-bottom: 16px; }
.cta-banner p { font-size: 1rem; color: rgba(255,255,255,.65); margin-bottom: 36px; line-height: 1.7; }

/* ═══════════════════════════════════════════════════
   FOOTER
═══════════════════════════════════════════════════ */
#site-footer {
  background: var(--gray-900);
  padding: 64px 24px 0;
}
.footer-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 56px;
}
.footer-logo { font-size: 1.1rem; font-weight: 800; color: var(--white); margin-bottom: 12px; }
.footer-logo span { color: var(--tt-accent); }
.footer-tagline { font-size: .85rem; color: rgba(255,255,255,.45); line-height: 1.7; margin-bottom: 24px; max-width: 280px; }
.footer-socials { display: flex; gap: 8px; }
.footer-social {
  width: 36px; height: 36px;
  background: rgba(255,255,255,.07);
  border-radius: var(--radius-sm);
  display: flex; align-items: center; justify-content: center;
  font-size: .8rem; font-weight: 700; color: rgba(255,255,255,.5);
  transition: background .18s, color .18s;
}
.footer-social:hover { background: var(--tt-accent); color: var(--white); }
.footer-col-title { font-size: .75rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.35); margin-bottom: 16px; }
.footer-links { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-links li a { font-size: .875rem; color: rgba(255,255,255,.5); transition: color .18s; }
.footer-links li a:hover { color: var(--white); }
.footer-divider { border: none; border-top: 1px solid rgba(255,255,255,.06); }
.footer-bottom {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.footer-copy { font-size: .8rem; color: rgba(255,255,255,.3); }
.footer-bottom-links { display: flex; gap: 20px; }
.footer-bottom-links a { font-size: .8rem; color: rgba(255,255,255,.3); transition: color .18s; }
.footer-bottom-links a:hover { color: rgba(255,255,255,.7); }

/* ═══════════════════════════════════════════════════
   BUTTONS
═══════════════════════════════════════════════════ */
/* Primary filled */
.btn-primary,
.btn-coral,
.btn-coral-full,
.btn-primary-full {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--tt-accent);
  color: var(--white);
  font-size: .9rem;
  font-weight: 700;
  padding: 12px 24px;
  border-radius: var(--radius-sm);
  border: none;
  cursor: pointer;
  transition: background .18s, transform .15s;
  min-height: 46px;
  text-decoration: none;
  font-family: inherit;
}
.btn-primary:hover,
.btn-coral:hover,
.btn-coral-full:hover,
.btn-primary-full:hover {
  background: var(--tt-accent-dark);
  transform: translateY(-1px);
  color: var(--white);
}

/* Outline */
.btn-outline,
.btn-coral-ghost,
.btn-primary-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: transparent;
  color: var(--tt-accent);
  font-size: .9rem;
  font-weight: 700;
  padding: 12px 24px;
  border-radius: var(--radius-sm);
  border: 1.5px solid var(--tt-accent);
  cursor: pointer;
  transition: background .18s, color .18s, transform .15s;
  min-height: 46px;
  text-decoration: none;
  font-family: inherit;
}
.btn-outline:hover,
.btn-coral-ghost:hover,
.btn-primary-ghost:hover {
  background: var(--tt-accent);
  color: var(--white);
  transform: translateY(-1px);
}

/* Inverted (used on dark / featured card) */
.btn-coral-inv,
.btn-primary-inv {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--white);
  color: var(--tt-accent);
  font-size: .9rem;
  font-weight: 700;
  padding: 12px 24px;
  border-radius: var(--radius-sm);
  border: none;
  cursor: pointer;
  transition: background .18s, transform .15s;
  min-height: 46px;
  width: 100%;
  text-decoration: none;
}
.btn-coral-inv:hover,
.btn-primary-inv:hover { background: var(--tt-accent-soft); transform: translateY(-1px); }

/* White button (on dark CTA banner) */
.btn-white {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--white);
  color: var(--tt-accent);
  font-size: 1rem;
  font-weight: 800;
  padding: 14px 32px;
  border-radius: var(--radius-sm);
  border: none;
  cursor: pointer;
  transition: background .18s, transform .15s;
  min-height: 50px;
  text-decoration: none;
}
.btn-white:hover { background: var(--gray-100); transform: translateY(-1px); }

/* Non-full-width inline buttons
.btn-coral.inline,
.btn-outline.inline,
.btn-coral-ghost.inline,
.btn-primary-ghost.inline,
.btn-primary.inline { width: auto; }
 */

/* ═══════════════════════════════════════════════════
   SERVICES HUB (front-page.php)
═══════════════════════════════════════════════════ */
.services-hub-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 28px;
  margin-top: 48px;
}
.hub-card {
  background: var(--white);
  border: 1.5px solid var(--gray-200);
  border-radius: var(--radius-xl);
  padding: 36px 28px;
  transition: box-shadow .2s, transform .2s, border-color .2s;
  display: flex;
  flex-direction: column;
}
.hub-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); }
.hub-card.hub-shopify:hover { border-color: #FF5B4A; }
.hub-card.hub-wordpress:hover { border-color: #0073AA; }
.hub-card.hub-wix:hover { border-color: #116DFF; }
.hub-icon { font-size: 2.5rem; margin-bottom: 20px; }
.hub-label {
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.hub-shopify .hub-label { color: #FF5B4A; }
.hub-wordpress .hub-label { color: #0073AA; }
.hub-wix .hub-label { color: #116DFF; }
.hub-card h3 { font-size: 1.2rem; font-weight: 800; color: var(--black); margin-bottom: 12px; }
.hub-card p { font-size: .875rem; color: var(--gray-500); line-height: 1.7; margin-bottom: 24px; flex: 1; }
.hub-price { font-size: 1.4rem; font-weight: 900; color: var(--black); letter-spacing: -.03em; margin-bottom: 24px; }
.hub-price span { font-size: .85rem; font-weight: 500; color: var(--gray-500); }
.hub-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: .875rem;
  font-weight: 700;
  padding: 11px 20px;
  border-radius: var(--radius-sm);
  border: 1.5px solid;
  transition: background .18s, color .18s;
  text-decoration: none;
  min-height: 44px;
}
.hub-shopify .hub-cta  { color: #FF5B4A; border-color: #FF5B4A; }
.hub-shopify .hub-cta:hover  { background: #FF5B4A; color: var(--white); }
.hub-wordpress .hub-cta { color: #0073AA; border-color: #0073AA; }
.hub-wordpress .hub-cta:hover { background: #0073AA; color: var(--white); }
.hub-wix .hub-cta      { color: #116DFF; border-color: #116DFF; }
.hub-wix .hub-cta:hover      { background: #116DFF; color: var(--white); }

/* ═══════════════════════════════════════════════════
   GENERIC PAGE / BLOG
═══════════════════════════════════════════════════ */
.entry-content {
  max-width: 760px;
  margin: 60px auto;
  padding: 0 24px;
  font-size: .95rem;
  line-height: 1.8;
  color: #333;
}
.entry-content h2, .entry-content h3 { font-weight: 700; margin: 2em 0 .6em; color: var(--black); }
.entry-content p { margin-bottom: 1.4em; }
.entry-content a { color: var(--tt-accent); }

/* ═══════════════════════════════════════════════════
   RESPONSIVE
═══════════════════════════════════════════════════ */
@media (max-width: 1024px) {
  .hero-inner { grid-template-columns: 1fr; gap: 40px; }
  .hero-visual { display: none; }
}

@media (max-width: 768px) {
  #primary-menu { display: none; }
  .nav-hamburger { display: flex; }

  .hero { padding: 48px 20px; }
  .hero h1 { letter-spacing: -.025em; }
  .hero-btns { flex-direction: column; }
  .hero-btns a { width: 100%; max-width: 340px; }

  .tt-section, section[id] { padding: 56px 20px; }
  .how-grid { grid-template-columns: 1fr; gap: 24px; }
  .how-connector { display: none; }
  .contact-layout { grid-template-columns: 1fr; gap: 40px; }
  .form-row { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 32px; }
}

@media (max-width: 640px) {
  .footer-inner { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .trusted-inner { flex-direction: column; align-items: flex-start; gap: 12px; }
  .stats-inner { gap: 14px; }
  .stat-num { font-size: 1.4rem; }
}

/* ═══════════════════════════════════════════════════
   ORDER MODAL
═══════════════════════════════════════════════════ */
body.tt-modal-open { overflow: hidden; }

.tt-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}
.tt-modal[hidden] { display: none; }

.tt-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(17,17,17,.55);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  animation: tt-fade-in .2s ease;
}

.tt-modal-box {
  position: relative;
  background: var(--white);
  border-radius: var(--radius-xl);
  box-shadow: 0 24px 80px rgba(0,0,0,.18);
  width: 100%;
  max-width: 480px;
  max-height: 90dvh;
  overflow-y: auto;
  padding: 40px 36px 36px;
  animation: tt-slide-up .25s cubic-bezier(.34,1.56,.64,1);
}

@keyframes tt-fade-in  { from { opacity: 0; } to { opacity: 1; } }
@keyframes tt-slide-up { from { opacity: 0; transform: translateY(24px) scale(.97); } to { opacity: 1; transform: none; } }

.tt-modal-close {
  position: absolute;
  top: 16px; right: 16px;
  background: var(--gray-100);
  border: none;
  border-radius: 50%;
  width: 36px; height: 36px;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  color: var(--gray-700);
  transition: background .15s, color .15s;
}
.tt-modal-close:hover { background: var(--gray-200); color: var(--black); }

.tt-modal-header { text-align: center; margin-bottom: 28px; }
.tt-modal-icon   { font-size: 2.25rem; margin-bottom: 10px; }
.tt-modal-title  { font-size: 1.375rem; font-weight: 800; letter-spacing: -.03em; color: var(--black); margin-bottom: 6px; }
.tt-modal-subtitle { font-size: .9rem; color: var(--gray-500); }

.tt-modal-form { display: flex; flex-direction: column; gap: 16px; }

.tt-field { display: flex; flex-direction: column; gap: 6px; }
.tt-field label {
  font-size: .8125rem;
  font-weight: 600;
  color: var(--gray-700);
  letter-spacing: .01em;
}
.tt-field label span { color: var(--tt-accent); }
.tt-field input,
.tt-field textarea {
  width: 100%;
  padding: 11px 14px;
  border: 1.5px solid var(--gray-200);
  border-radius: var(--radius-sm);
  font-size: .9375rem;
  font-family: inherit;
  color: var(--black);
  background: var(--white);
  transition: border-color .18s, box-shadow .18s;
  outline: none;
}
.tt-field input:focus,
.tt-field textarea:focus {
  border-color: var(--page-accent, var(--tt-accent));
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--page-accent, var(--tt-accent)) 15%, transparent);
}
.tt-field textarea { resize: vertical; min-height: 80px; }

.tt-modal-error {
  background: #fff0ee;
  color: #c0392b;
  border: 1.5px solid #f5c6c1;
  border-radius: var(--radius-sm);
  padding: 10px 14px;
  font-size: .875rem;
  font-weight: 500;
}
.tt-modal-error[hidden] { display: none; }

.tt-modal-fine-print {
  text-align: center;
  font-size: .8rem;
  color: var(--gray-500);
  margin-top: 4px;
}

/* Success state */
.tt-modal-success {
  text-align: center;
  padding: 12px 0 8px;
}
.tt-modal-success[hidden] { display: none; }
.tt-modal-success-icon { font-size: 3rem; margin-bottom: 12px; }
.tt-modal-success h3 { font-size: 1.25rem; font-weight: 800; margin-bottom: 8px; }
.tt-modal-success p  { color: var(--gray-500); font-size: .9375rem; }

@media (max-width: 480px) {
  .tt-modal-box { padding: 32px 20px 24px; }
}

/* ═══════════════════════════════════════════════════
   ORDER MODAL — TASK BANNER (shows which task is being ordered)
═══════════════════════════════════════════════════ */
.tt-modal-task-banner {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: color-mix(in srgb, var(--page-accent, var(--tt-accent)) 10%, transparent);
  border: 1px solid color-mix(in srgb, var(--page-accent, var(--tt-accent)) 30%, transparent);
  color: var(--page-accent, var(--tt-accent));
  border-radius: 999px;
  padding: 4px 14px;
  font-size: .8125rem;
  font-weight: 600;
  margin-top: 10px;
}
.tt-modal-task-banner[hidden] { display: none; }
.tt-modal-task-label { opacity: .7; }
.tt-modal-task-name  { max-width: 220px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

/* Required asterisk colour */
.tt-required { color: var(--tt-accent); }

/* Payment CTA shown in success state */
.tt-modal-pay-cta { margin: 0; }
.tt-modal-pay-cta[hidden] { display: none; }

/* ═══════════════════════════════════════════════════
   TASK CARD — ACTION BUTTONS
   Two-button layout: Details → | Order This Task
═══════════════════════════════════════════════════ */
.task-card-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

/* "Details →" outline button — lighter than primary */
.btn.btn-outline {
  background: transparent;
  border: 1.5px solid var(--page-accent, var(--tt-accent));
  color: var(--page-accent, var(--tt-accent));
}
.btn.btn-outline:hover {
  background: color-mix(in srgb, var(--page-accent, var(--tt-accent)) 8%, transparent);
}

/* Ensure the task-card-footer can accommodate two actions */
.task-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

@media (max-width: 420px) {
  .task-card-actions {
    flex-direction: column;
    width: 100%;
  }
  .task-card-actions .btn {
    width: 100%;
    justify-content: center;
  }
}

/* ═══════════════════════════════════════════════
   ORDER MODAL — "How it works" quote-first strip
═══════════════════════════════════════════════ */
.tt-modal-how-it-works {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px;
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  border-radius: 8px;
  padding: 12px 16px;
  margin: 0 0 20px;
  font-size: 13px;
  color: #1e40af;
}
.tt-modal-hiw-step {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
}
.tt-modal-hiw-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #1e40af;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  flex-shrink: 0;
}
.tt-modal-hiw-arrow {
  color: #93c5fd;
  font-weight: 700;
  font-size: 16px;
}
.tt-modal-fine-print {
  text-align: center;
  font-size: 13px;
  color: #9ca3af;
  margin-top: 8px;
}
