/*
Theme Name:        PowerTech365
Theme URI:         https://powertech365.co.uk
Description:       Professional Elementor Pro child theme for PowerTech365 — Microsoft Power Platform consultancy specialising in Facilities Management, Construction and Manufacturing. Features a complete design token system, utility classes and component styles ready to use via CSS Classes in Elementor.
Author:            Rob Lees
Author URI:        https://powertech365.co.uk
Template:          hello-elementor
Version:           1.0.0
Requires at least: 6.0
Tested up to:      6.7
Requires PHP:      8.0
License:           GNU General Public License v2 or later
License URI:       https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:       powertech365
*/

/* ================================================================
   DESIGN TOKENS
   ================================================================ */
:root {
  --pt-teal-900: #00252B;
  --pt-teal-800: #003640;
  --pt-teal-700: #00454E;
  --pt-teal-600: #006672;
  --pt-teal-500: #00929F;
  --pt-teal-400: #00B3BC;
  --pt-teal-300: #00C3CA;
  --pt-teal-200: #7DE8EC;
  --pt-teal-100: #D0F5F7;
  --pt-teal-50:  #EAF9FA;
  --pt-dark:     #050F11;
  --pt-dark-2:   #091619;
  --pt-dark-3:   #0D1E21;
  --pt-white:    #FFFFFF;
  --pt-bg:       #F5FAFA;
  --pt-surface:  #FFFFFF;
  --pt-border:   rgba(0,195,202,0.14);
  --pt-border-mid: rgba(0,195,202,0.28);
  --pt-text:     #071417;
  --pt-text-mid: #244648;
  --pt-text-muted: #5C8488;
  --pt-text-dim: #8AABAE;
  --pt-gray-50:  #F7FAFA;
  --pt-gray-100: #EEF4F5;
  --pt-gray-200: #D8E8EA;
  --pt-gray-300: #B8CFCF;
  --pt-gray-400: #8AABAE;
  --pt-font-display: 'Urbanist', system-ui, sans-serif;
  --pt-font-body:    'Mulish', system-ui, sans-serif;
  --pt-radius-sm: 8px;
  --pt-radius:    14px;
  --pt-radius-lg: 20px;
  --pt-radius-xl: 28px;
  --pt-shadow-sm: 0 2px 10px rgba(0,69,78,0.07);
  --pt-shadow:    0 8px 32px rgba(0,69,78,0.10);
  --pt-shadow-lg: 0 20px 60px rgba(0,69,78,0.13);
  --pt-shadow-glow: 0 16px 48px rgba(0,195,202,0.28);
  --pt-ease: cubic-bezier(0.16,1,0.3,1);
  --pt-transition: 0.25s cubic-bezier(0.16,1,0.3,1);
}

/* ================================================================
   BASE RESET
   ================================================================ */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: var(--pt-font-body);
  background: var(--pt-bg);
  color: var(--pt-text);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6,
.elementor-heading-title {
  font-family: var(--pt-font-display) !important;
  line-height: 1.1;
  letter-spacing: -0.025em;
}
h1 { font-size: clamp(2.8rem,5.5vw,5rem); font-weight: 900; }
h2 { font-size: clamp(2rem,3.6vw,3rem);   font-weight: 800; }
h3 { font-size: clamp(1.4rem,2vw,1.75rem); font-weight: 700; }
h4 { font-size: 1.15rem; font-weight: 700; }
p  { font-family: var(--pt-font-body); color: var(--pt-text-muted); line-height: 1.75; }
a  { color: var(--pt-teal-500); transition: color var(--pt-transition); }
a:hover { color: var(--pt-teal-300); }
::-webkit-scrollbar { width: 5px; }
::-webkit-scrollbar-track { background: var(--pt-gray-100); }
::-webkit-scrollbar-thumb { background: var(--pt-teal-400); border-radius: 3px; }

/* Hello Elementor — hide default header/footer so Elementor Pro templates take over */
.site-header, .site-footer { display: none !important; }
.page .site-content { padding: 0; }

/* ================================================================
   SECTION BACKGROUNDS
   Apply to Section/Container via Advanced > CSS Classes
   ================================================================ */
.pt-bg-white    { background: #FFFFFF !important; }
.pt-bg-soft     { background: #F5FAFA !important; }
.pt-bg-gray     { background: #F7FAFA !important; }
.pt-bg-teal-50  { background: #EAF9FA !important; }
.pt-bg-dark     { background: #050F11 !important; }
.pt-bg-dark-2   { background: #091619 !important; }
.pt-bg-dark-3   { background: #0D1E21 !important; }
.pt-bg-teal-700 { background: #00454E !important; }
.pt-bg-teal-800 { background: #003640 !important; }
.pt-bg-teal-900 { background: #00252B !important; }

.pt-bg-gradient-dark  { background: linear-gradient(145deg,#003640,#050F11) !important; }
.pt-bg-gradient-teal  { background: linear-gradient(135deg,#00454E,#00929F) !important; }
.pt-bg-gradient-light { background: linear-gradient(135deg,#EAF9FA,#FFFFFF) !important; }

/* Flip text to white on dark backgrounds */
.pt-bg-dark h1,.pt-bg-dark h2,.pt-bg-dark h3,.pt-bg-dark h4,
.pt-bg-dark-2 h1,.pt-bg-dark-2 h2,.pt-bg-dark-2 h3,.pt-bg-dark-2 h4,
.pt-bg-dark-3 h1,.pt-bg-dark-3 h2,.pt-bg-dark-3 h3,.pt-bg-dark-3 h4,
.pt-bg-teal-700 h1,.pt-bg-teal-700 h2,.pt-bg-teal-700 h3,.pt-bg-teal-700 h4,
.pt-bg-teal-800 h1,.pt-bg-teal-800 h2,.pt-bg-teal-800 h3,.pt-bg-teal-800 h4,
.pt-bg-gradient-dark h1,.pt-bg-gradient-dark h2,.pt-bg-gradient-dark h3,
.elementor-heading-title { color: inherit; }
.pt-bg-dark p,.pt-bg-dark-2 p,.pt-bg-dark-3 p,
.pt-bg-teal-700 p,.pt-bg-teal-800 p,
.pt-bg-gradient-dark p { color: rgba(255,255,255,0.62) !important; }

/* Hero section — dot grid + square grid overlay */
.pt-hero-section {
  position: relative !important;
  overflow: hidden !important;
  min-height: 100vh !important;
  background: #050F11 !important;
}
.pt-hero-section::before {
  content: '';
  position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background-image:
    linear-gradient(rgba(0,195,202,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,195,202,0.05) 1px, transparent 1px);
  background-size: 80px 80px;
}
.pt-hero-section::after {
  content: '';
  position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background-image: radial-gradient(circle, rgba(0,195,202,0.18) 1px, transparent 1px);
  background-size: 38px 38px;
  mask-image: radial-gradient(ellipse 80% 80% at 50% 40%, black 30%, transparent 85%);
  -webkit-mask-image: radial-gradient(ellipse 80% 80% at 50% 40%, black 30%, transparent 85%);
}
.pt-hero-section > .elementor-container,
.pt-hero-section > .e-con-inner { position: relative !important; z-index: 1 !important; }

/* CTA section with square grid */
.pt-cta-section {
  position: relative !important;
  overflow: hidden !important;
  background: #00454E !important;
}
.pt-cta-section::before {
  content: '';
  position: absolute; inset: 0; pointer-events: none; z-index: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 60px 60px;
}
.pt-cta-section > .elementor-container,
.pt-cta-section > .e-con-inner { position: relative !important; z-index: 1 !important; }

/* Borders */
.pt-border-top    { border-top: 1px solid rgba(0,195,202,0.14) !important; }
.pt-border-bottom { border-bottom: 1px solid rgba(0,195,202,0.14) !important; }
.pt-border-top-mid    { border-top: 1px solid rgba(0,195,202,0.28) !important; }
.pt-border-bottom-mid { border-bottom: 1px solid rgba(0,195,202,0.28) !important; }
.pt-border-top-white    { border-top: 1px solid rgba(255,255,255,0.07) !important; }
.pt-border-bottom-white { border-bottom: 1px solid rgba(255,255,255,0.07) !important; }

.pt-accent-bar-top { position: relative; }
.pt-accent-bar-top::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0;
  height: 3px; z-index: 1;
  background: linear-gradient(90deg, #00454E, #00C3CA);
}

/* ================================================================
   TYPOGRAPHY
   ================================================================ */
.pt-display-xl {
  font-family: 'Urbanist', system-ui, sans-serif !important;
  font-size: clamp(3rem,6vw,5.5rem) !important;
  font-weight: 900 !important; letter-spacing: -0.04em !important; line-height: 1.02 !important;
}
.pt-display-lg {
  font-family: 'Urbanist', system-ui, sans-serif !important;
  font-size: clamp(2.5rem,4.5vw,4rem) !important;
  font-weight: 800 !important; letter-spacing: -0.035em !important; line-height: 1.05 !important;
}
.pt-display-md {
  font-family: 'Urbanist', system-ui, sans-serif !important;
  font-size: clamp(2rem,3.5vw,3rem) !important;
  font-weight: 800 !important; letter-spacing: -0.03em !important; line-height: 1.1 !important;
}
.pt-display-sm {
  font-family: 'Urbanist', system-ui, sans-serif !important;
  font-size: clamp(1.5rem,2.5vw,2rem) !important;
  font-weight: 700 !important; letter-spacing: -0.025em !important; line-height: 1.15 !important;
}

.pt-heading-white     { color: #FFFFFF !important; }
.pt-heading-dark      { color: #071417 !important; }
.pt-heading-teal      { color: #00C3CA !important; }
.pt-heading-teal-dark { color: #00454E !important; }

.pt-text-white       { color: #FFFFFF !important; }
.pt-text-muted       { color: #5C8488 !important; }
.pt-text-dim         { color: #8AABAE !important; }
.pt-text-teal        { color: #00C3CA !important; }
.pt-text-teal-dark   { color: #006672 !important; }
.pt-text-muted-white { color: rgba(255,255,255,0.60) !important; }
.pt-text-dim-white   { color: rgba(255,255,255,0.40) !important; }
.pt-accent           { color: #00C3CA !important; }

.pt-font-display { font-family: 'Urbanist', system-ui, sans-serif !important; }
.pt-font-body    { font-family: 'Mulish', system-ui, sans-serif !important; }

.pt-fw-300 { font-weight: 300 !important; } .pt-fw-400 { font-weight: 400 !important; }
.pt-fw-500 { font-weight: 500 !important; } .pt-fw-600 { font-weight: 600 !important; }
.pt-fw-700 { font-weight: 700 !important; } .pt-fw-800 { font-weight: 800 !important; }
.pt-fw-900 { font-weight: 900 !important; }

.pt-ls-tight  { letter-spacing: -0.03em !important; }
.pt-ls-wide   { letter-spacing: 0.06em !important; }
.pt-ls-wider  { letter-spacing: 0.12em !important; }
.pt-ls-widest { letter-spacing: 0.18em !important; }
.pt-lh-tight  { line-height: 1.1 !important; }
.pt-lh-normal { line-height: 1.6 !important; }
.pt-lh-relaxed{ line-height: 1.75 !important; }

.pt-text-center { text-align: center !important; }
.pt-text-left   { text-align: left !important; }
.pt-text-right  { text-align: right !important; }
.pt-uppercase   { text-transform: uppercase !important; }
.pt-capitalize  { text-transform: capitalize !important; }

.pt-eyebrow {
  display: inline-flex !important; align-items: center !important; gap: 0.55rem !important;
  font-family: 'Urbanist', system-ui, sans-serif !important;
  font-size: 0.72rem !important; font-weight: 800 !important;
  letter-spacing: 0.16em !important; text-transform: uppercase !important;
  color: #006672 !important; margin-bottom: 0.85rem !important;
}
.pt-eyebrow::before {
  content: '' !important; display: inline-block !important;
  width: 20px !important; height: 2px !important;
  background: #00B3BC !important; border-radius: 2px !important;
}
.pt-eyebrow-light { color: #00C3CA !important; }
.pt-eyebrow-light::before { background: #00C3CA !important; }

/* ================================================================
   BUTTONS
   High-specificity selectors to override Elementor's default styles.
   Elementor wraps buttons in: .elementor-widget-button > .elementor-widget-container > .elementor-button-wrapper > a.elementor-button
   The CSS class you add in Elementor goes on the <a> tag itself.
   ================================================================ */

/* ── Base reset for all pt-btn elements ─────────────────────── */
.elementor-widget-button .elementor-button.pt-btn,
a.pt-btn,
button.pt-btn,
.pt-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.5rem !important;
  font-family: 'Urbanist', system-ui, sans-serif !important;
  font-weight: 700 !important;
  font-size: 0.92rem !important;
  padding: 0.88rem 2rem !important;
  border-radius: 14px !important;
  transition: all 0.25s cubic-bezier(0.16,1,0.3,1) !important;
  white-space: nowrap !important;
  cursor: pointer !important;
  text-decoration: none !important;
  letter-spacing: 0.01em !important;
  line-height: 1.2 !important;
}

/* ── Primary — teal fill ─────────────────────────────────────── */
.elementor-widget-button .elementor-button.pt-btn-primary,
.elementor-widget-button .elementor-button.pt-btn.pt-btn-primary,
a.pt-btn-primary,
.pt-btn-primary {
  background: #00C3CA !important;
  color: #050F11 !important;
  border: none !important;
  box-shadow: 0 12px 36px rgba(0,195,202,0.24) !important;
}
.elementor-widget-button .elementor-button.pt-btn-primary:hover,
.elementor-widget-button .elementor-button.pt-btn.pt-btn-primary:hover,
a.pt-btn-primary:hover,
.pt-btn-primary:hover {
  background: #7DE8EC !important;
  color: #050F11 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 16px 48px rgba(0,195,202,0.32) !important;
}

/* ── Outline dark — for dark backgrounds ─────────────────────── */
.elementor-widget-button .elementor-button.pt-btn-outline-dark,
.elementor-widget-button .elementor-button.pt-btn.pt-btn-outline-dark,
a.pt-btn-outline-dark,
.pt-btn-outline-dark {
  background: rgba(255,255,255,0.06) !important;
  color: #ffffff !important;
  border: 1px solid rgba(255,255,255,0.25) !important;
  box-shadow: none !important;
}
.elementor-widget-button .elementor-button.pt-btn-outline-dark:hover,
.elementor-widget-button .elementor-button.pt-btn.pt-btn-outline-dark:hover,
a.pt-btn-outline-dark:hover,
.pt-btn-outline-dark:hover {
  background: rgba(255,255,255,0.14) !important;
  border-color: rgba(255,255,255,0.45) !important;
  color: #ffffff !important;
  transform: translateY(-2px) !important;
}

/* ── Outline teal — for light backgrounds ────────────────────── */
.elementor-widget-button .elementor-button.pt-btn-outline-teal,
.elementor-widget-button .elementor-button.pt-btn.pt-btn-outline-teal,
a.pt-btn-outline-teal,
.pt-btn-outline-teal {
  background: transparent !important;
  color: #00454E !important;
  border: 1.5px solid #00B3BC !important;
  box-shadow: none !important;
}
.elementor-widget-button .elementor-button.pt-btn-outline-teal:hover,
.elementor-widget-button .elementor-button.pt-btn.pt-btn-outline-teal:hover,
a.pt-btn-outline-teal:hover,
.pt-btn-outline-teal:hover {
  background: #EAF9FA !important;
  color: #00454E !important;
  transform: translateY(-2px) !important;
}

/* ── White — for teal/dark section backgrounds ───────────────── */
.elementor-widget-button .elementor-button.pt-btn-white,
.elementor-widget-button .elementor-button.pt-btn.pt-btn-white,
a.pt-btn-white,
.pt-btn-white {
  background: #FFFFFF !important;
  color: #003640 !important;
  border: none !important;
  box-shadow: 0 8px 28px rgba(0,0,0,0.18) !important;
}
.elementor-widget-button .elementor-button.pt-btn-white:hover,
.elementor-widget-button .elementor-button.pt-btn.pt-btn-white:hover,
a.pt-btn-white:hover,
.pt-btn-white:hover {
  background: #00C3CA !important;
  color: #050F11 !important;
  transform: translateY(-2px) !important;
}

/* ── Ghost — minimal border ──────────────────────────────────── */
.elementor-widget-button .elementor-button.pt-btn-ghost,
.elementor-widget-button .elementor-button.pt-btn.pt-btn-ghost,
a.pt-btn-ghost,
.pt-btn-ghost {
  background: transparent !important;
  color: #00929F !important;
  border: 1px solid rgba(0,195,202,0.3) !important;
  box-shadow: none !important;
}
.elementor-widget-button .elementor-button.pt-btn-ghost:hover,
.elementor-widget-button .elementor-button.pt-btn.pt-btn-ghost:hover,
a.pt-btn-ghost:hover,
.pt-btn-ghost:hover {
  background: #EAF9FA !important;
  color: #00454E !important;
}

/* ── Sizes ───────────────────────────────────────────────────── */
.elementor-widget-button .elementor-button.pt-btn-sm,
.elementor-widget-button .elementor-button.pt-btn.pt-btn-sm,
.pt-btn-sm {
  padding: 0.58rem 1.25rem !important;
  font-size: 0.82rem !important;
}
.elementor-widget-button .elementor-button.pt-btn-lg,
.elementor-widget-button .elementor-button.pt-btn.pt-btn-lg,
.pt-btn-lg {
  padding: 1.05rem 2.4rem !important;
  font-size: 1rem !important;
}
.elementor-widget-button .elementor-button.pt-btn-xl,
.elementor-widget-button .elementor-button.pt-btn.pt-btn-xl,
.pt-btn-xl {
  padding: 1.2rem 2.8rem !important;
  font-size: 1.08rem !important;
}

/* ── Pill shape ──────────────────────────────────────────────── */
.elementor-widget-button .elementor-button.pt-btn-pill,
.pt-btn-pill { border-radius: 100px !important; }

/* ── Shimmer effect on hover ─────────────────────────────────── */
.elementor-widget-button .elementor-button.pt-btn-shimmer,
.pt-btn-shimmer {
  position: relative !important;
  overflow: hidden !important;
}
.elementor-widget-button .elementor-button.pt-btn-shimmer::after,
.pt-btn-shimmer::after {
  content: '' !important;
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(45deg, transparent 40%, rgba(255,255,255,0.22) 50%, transparent 60%) !important;
  transform: translateX(-100%) !important;
  transition: transform 0.45s !important;
}
.elementor-widget-button .elementor-button.pt-btn-shimmer:hover::after,
.pt-btn-shimmer:hover::after {
  transform: translateX(100%) !important;
}

/* ── Nav CTA (used directly on anchor tags in nav) ───────────── */
.pt-nav-cta {
  display: inline-block !important;
  background: #00C3CA !important;
  color: #050F11 !important;
  padding: 0.6rem 1.3rem !important;
  border-radius: 10px !important;
  font-family: 'Urbanist', system-ui, sans-serif !important;
  font-weight: 700 !important;
  font-size: 0.84rem !important;
  transition: all 0.25s !important;
  box-shadow: 0 8px 24px rgba(0,195,202,0.22) !important;
  text-decoration: none !important;
  border: none !important;
}
.pt-nav-cta:hover {
  background: #ffffff !important;
  color: #00454E !important;
  transform: translateY(-1px) !important;
}

/* ================================================================
   CARDS
   ================================================================ */
.pt-card {
  background: #FFFFFF !important; border: 1px solid #D8E8EA !important;
  border-radius: 28px !important; padding: 2.2rem !important;
  transition: all 0.25s cubic-bezier(0.16,1,0.3,1) !important;
  position: relative !important; overflow: hidden !important;
}
.pt-card:hover {
  border-color: #D0F5F7 !important; transform: translateY(-5px) !important;
  box-shadow: 0 20px 60px rgba(0,69,78,0.13) !important;
}
.pt-card-accent::before {
  content: '' !important; position: absolute !important;
  top: 0 !important; left: 0 !important; right: 0 !important; height: 3px !important;
  background: linear-gradient(90deg,#00454E,#00C3CA) !important;
  transform: scaleX(0) !important; transform-origin: left !important;
  transition: transform 0.35s cubic-bezier(0.16,1,0.3,1) !important;
}
.pt-card-accent:hover::before { transform: scaleX(1) !important; }

.pt-card-dark {
  background: rgba(255,255,255,0.04) !important;
  border: 1px solid rgba(255,255,255,0.08) !important;
  border-radius: 20px !important; padding: 2rem !important;
  transition: all 0.25s cubic-bezier(0.16,1,0.3,1) !important;
  position: relative !important; overflow: hidden !important;
}
.pt-card-dark::after {
  content: '' !important; position: absolute !important;
  bottom: 0 !important; left: 0 !important; right: 0 !important; height: 3px !important;
  background: linear-gradient(90deg,#00454E,#00C3CA) !important;
  transform: scaleX(0) !important; transform-origin: left !important;
  transition: transform 0.3s cubic-bezier(0.16,1,0.3,1) !important;
}
.pt-card-dark:hover {
  border-color: rgba(0,195,202,0.22) !important; transform: translateY(-4px) !important;
  box-shadow: 0 20px 56px rgba(0,0,0,0.45) !important;
}
.pt-card-dark:hover::after { transform: scaleX(1) !important; }

.pt-card-glass {
  background: rgba(9,22,26,0.88) !important;
  border: 1px solid rgba(0,195,202,0.18) !important;
  border-radius: 28px !important; padding: 1.8rem !important;
  backdrop-filter: blur(20px) !important;
  -webkit-backdrop-filter: blur(20px) !important;
  box-shadow: 0 40px 90px rgba(0,0,0,0.55) !important;
}
.pt-card-featured {
  background: linear-gradient(145deg,#003640,#00454E) !important;
  border: none !important; border-radius: 28px !important;
  padding: 2.2rem !important; color: #fff !important;
  transition: all 0.25s cubic-bezier(0.16,1,0.3,1) !important;
}
.pt-card-featured h1,.pt-card-featured h2,.pt-card-featured h3,
.pt-card-featured h4 { color: #fff !important; }
.pt-card-featured p  { color: rgba(255,255,255,0.68) !important; }

.pt-testimonial {
  background: #F7FAFA !important; border: 1px solid #D8E8EA !important;
  border-radius: 28px !important; padding: 2rem !important;
  transition: all 0.25s cubic-bezier(0.16,1,0.3,1) !important;
}
.pt-testimonial:hover {
  border-color: #D0F5F7 !important; transform: translateY(-4px) !important;
  box-shadow: 0 8px 32px rgba(0,69,78,0.10) !important;
}

.pt-hover-lift {
  transition: transform 0.25s cubic-bezier(0.16,1,0.3,1),
              box-shadow 0.25s cubic-bezier(0.16,1,0.3,1) !important;
}
.pt-hover-lift:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 20px 60px rgba(0,69,78,0.13) !important;
}

/* ================================================================
   TAGS & BADGES
   ================================================================ */
.pt-tag {
  display: inline-block !important;
  font-family: 'Urbanist', system-ui, sans-serif !important;
  font-size: 0.70rem !important; font-weight: 700 !important;
  padding: 0.25rem 0.7rem !important; border-radius: 100px !important;
  background: #EAF9FA !important; border: 1px solid #D0F5F7 !important;
  color: #006672 !important; letter-spacing: 0.04em !important;
}
.pt-tag-dark {
  background: rgba(0,195,202,0.10) !important;
  border-color: rgba(0,195,202,0.18) !important;
  color: rgba(0,195,202,0.95) !important;
}
.pt-badge {
  display: inline-flex !important; align-items: center !important; gap: 0.4rem !important;
  padding: 0.38rem 1rem !important;
  background: rgba(0,195,202,0.10) !important;
  border: 1px solid rgba(0,195,202,0.28) !important;
  border-radius: 100px !important;
  font-family: 'Urbanist', system-ui, sans-serif !important;
  font-size: 0.73rem !important; font-weight: 800 !important;
  letter-spacing: 0.12em !important; text-transform: uppercase !important;
  color: #00C3CA !important;
}
.pt-badge-dot {
  width: 6px !important; height: 6px !important;
  background: #00C3CA !important; border-radius: 50% !important;
  animation: pt-pulse 2.2s ease-in-out infinite !important;
  display: inline-block !important;
}
@keyframes pt-pulse {
  0%,100% { opacity:1; transform:scale(1); }
  50%     { opacity:0.35; transform:scale(0.65); }
}
.pt-chip {
  display: inline-flex !important; align-items: center !important; gap: 0.45rem !important;
  padding: 0.38rem 0.9rem !important;
  background: rgba(255,255,255,0.05) !important;
  border: 1px solid rgba(255,255,255,0.12) !important;
  border-radius: 100px !important; font-size: 0.78rem !important;
  font-weight: 500 !important; color: rgba(255,255,255,0.55) !important;
  font-family: 'Urbanist', system-ui, sans-serif !important;
}
.pt-chip-light {
  background: #EAF9FA !important; border-color: #D0F5F7 !important;
  color: #006672 !important;
}

/* ================================================================
   STATS & NUMBERS
   ================================================================ */
.pt-stat-val {
  font-family: 'Urbanist', system-ui, sans-serif !important;
  font-size: 2.4rem !important; font-weight: 800 !important;
  color: #00C3CA !important; letter-spacing: -0.035em !important;
  line-height: 1 !important; display: block !important;
}
.pt-stat-val-dark { color: #006672 !important; }
.pt-stat-lbl {
  font-size: 0.82rem !important; color: #5C8488 !important;
  margin-top: 0.35rem !important; display: block !important;
}
.pt-stat-lbl-light { color: rgba(255,255,255,0.40) !important; }

/* ================================================================
   DIVIDERS
   ================================================================ */
.pt-divider       { height: 1px !important; background: #D8E8EA !important; border: none !important; }
.pt-divider-dark  { height: 1px !important; background: rgba(255,255,255,0.07) !important; border: none !important; }
.pt-divider-teal  { height: 1px !important; background: rgba(0,195,202,0.28) !important; border: none !important; }
.pt-gradient-line {
  height: 2px !important;
  background: linear-gradient(90deg,rgba(0,195,202,0.2),rgba(0,195,202,0.7),rgba(0,195,202,0.2)) !important;
  border-radius: 2px !important; border: none !important;
}

/* ================================================================
   ICON BOXES
   ================================================================ */
.pt-icon-box {
  width: 52px !important; height: 52px !important;
  border-radius: 14px !important; background: #EAF9FA !important;
  border: 1px solid #D0F5F7 !important;
  display: flex !important; align-items: center !important; justify-content: center !important;
  transition: all 0.25s cubic-bezier(0.16,1,0.3,1) !important;
}
.pt-icon-box:hover,.pt-card:hover .pt-icon-box {
  background: #D0F5F7 !important; transform: scale(1.05) !important;
}
.pt-icon-box-dark {
  background: rgba(0,195,202,0.10) !important;
  border-color: rgba(0,195,202,0.18) !important;
}

/* ================================================================
   PROCESS STEP DOTS
   ================================================================ */
.pt-step-dot {
  width: 46px !important; height: 46px !important; border-radius: 50% !important;
  background: linear-gradient(135deg,#EAF9FA,#D0F5F7) !important;
  border: 2px solid #00C3CA !important;
  display: flex !important; align-items: center !important; justify-content: center !important;
  font-family: 'Urbanist', system-ui, sans-serif !important;
  font-weight: 900 !important; font-size: 0.9rem !important; color: #00454E !important;
  box-shadow: 0 4px 16px rgba(0,195,202,0.18) !important;
  margin: 0 auto 1rem !important;
  transition: all 0.25s cubic-bezier(0.16,1,0.3,1) !important;
}
.pt-step-dot:hover {
  background: #00454E !important; color: #fff !important;
  border-color: #00454E !important; transform: scale(1.08) !important;
}

/* ================================================================
   STATUS / LIVE
   ================================================================ */
.pt-live {
  display: inline-flex !important; align-items: center !important; gap: 0.4rem !important;
  font-family: 'Urbanist', system-ui, sans-serif !important;
  font-size: 0.68rem !important; font-weight: 800 !important;
  letter-spacing: 0.10em !important; text-transform: uppercase !important;
  color: #4ade80 !important;
}
.pt-live-dot {
  width: 6px !important; height: 6px !important;
  background: #4ade80 !important; border-radius: 50% !important;
  box-shadow: 0 0 8px rgba(74,222,128,0.6) !important;
  animation: pt-pulse 1.8s ease-in-out infinite !important;
  display: inline-block !important;
}

/* ================================================================
   LAYOUT & SPACING
   ================================================================ */
.pt-section-pad-sm { padding: 3rem 0 !important; }
.pt-section-pad    { padding: 5rem 0 !important; }
.pt-section-pad-lg { padding: 7rem 0 !important; }
.pt-section-pad-xl { padding: 9rem 0 !important; }

.pt-rounded-sm   { border-radius: 8px !important; }
.pt-rounded      { border-radius: 14px !important; }
.pt-rounded-lg   { border-radius: 20px !important; }
.pt-rounded-xl   { border-radius: 28px !important; }
.pt-rounded-full { border-radius: 100px !important; }

.pt-shadow-sm   { box-shadow: 0 2px 10px rgba(0,69,78,0.07) !important; }
.pt-shadow      { box-shadow: 0 8px 32px rgba(0,69,78,0.10) !important; }
.pt-shadow-lg   { box-shadow: 0 20px 60px rgba(0,69,78,0.13) !important; }
.pt-shadow-xl   { box-shadow: 0 32px 80px rgba(0,69,78,0.18) !important; }
.pt-shadow-glow { box-shadow: 0 16px 48px rgba(0,195,202,0.28) !important; }
.pt-shadow-none { box-shadow: none !important; }

.pt-overflow-hidden { overflow: hidden !important; }
.pt-relative { position: relative !important; }
.pt-z-1 { z-index: 1 !important; }

/* ================================================================
   NAVIGATION
   ================================================================ */
.pt-header {
  background: rgba(5,15,17,0.72) !important;
  backdrop-filter: blur(24px) saturate(1.4) !important;
  -webkit-backdrop-filter: blur(24px) saturate(1.4) !important;
  border-bottom: 1px solid rgba(0,195,202,0.10) !important;
  transition: all 0.25s cubic-bezier(0.16,1,0.3,1) !important;
}
.pt-header.pt-scrolled {
  background: rgba(5,15,17,0.95) !important;
  border-bottom-color: rgba(0,195,202,0.14) !important;
}
/* pt-nav-cta styles moved to BUTTONS section above */

/* ================================================================
   FOOTER
   ================================================================ */
.pt-footer { background: #050F11 !important; border-top: 1px solid rgba(255,255,255,0.06) !important; }
.pt-footer h4 {
  font-family: 'Urbanist', system-ui, sans-serif !important;
  font-size: 0.72rem !important; font-weight: 800 !important;
  letter-spacing: 0.14em !important; text-transform: uppercase !important;
  color: rgba(255,255,255,0.55) !important; margin-bottom: 1.2rem !important;
}
.pt-footer a { font-size: 0.88rem !important; color: rgba(255,255,255,0.40) !important; transition: color 0.25s !important; }
.pt-footer a:hover { color: #00C3CA !important; }
.pt-footer p { font-size: 0.88rem !important; color: rgba(255,255,255,0.40) !important; line-height: 1.78 !important; }
.pt-footer-copyright { font-size: 0.82rem !important; color: rgba(255,255,255,0.28) !important; }
.pt-social-btn {
  width: 38px !important; height: 38px !important; border-radius: 10px !important;
  border: 1px solid rgba(255,255,255,0.10) !important;
  background: rgba(255,255,255,0.04) !important;
  display: inline-flex !important; align-items: center !important; justify-content: center !important;
  color: rgba(255,255,255,0.40) !important; transition: all 0.25s !important;
}
.pt-social-btn:hover {
  background: rgba(0,195,202,0.15) !important;
  border-color: rgba(0,195,202,0.30) !important;
  color: #00C3CA !important; transform: translateY(-1px) !important;
}

/* ================================================================
   ANIMATIONS
   ================================================================ */
.pt-float { animation: pt-float 6s ease-in-out infinite !important; }
@keyframes pt-float {
  0%,100% { transform: translateY(0); }
  50%     { transform: translateY(-10px); }
}
.pt-reveal {
  opacity: 0 !important; transform: translateY(22px) !important;
  transition: opacity 0.7s cubic-bezier(0.16,1,0.3,1), transform 0.7s cubic-bezier(0.16,1,0.3,1) !important;
}
.pt-reveal.pt-in { opacity: 1 !important; transform: none !important; }
.pt-reveal-delay-1 { transition-delay: 0.08s !important; }
.pt-reveal-delay-2 { transition-delay: 0.16s !important; }
.pt-reveal-delay-3 { transition-delay: 0.24s !important; }
.pt-reveal-delay-4 { transition-delay: 0.32s !important; }

.pt-marquee-wrap  { overflow: hidden !important; white-space: nowrap !important; }
.pt-marquee-track {
  display: inline-flex !important; gap: 3.5rem !important;
  animation: pt-marquee 28s linear infinite !important; width: max-content !important;
}
@keyframes pt-marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.pt-marquee-item {
  display: inline-flex !important; align-items: center !important; gap: 0.75rem !important;
  font-family: 'Urbanist', system-ui, sans-serif !important;
  font-size: 0.76rem !important; font-weight: 800 !important;
  letter-spacing: 0.14em !important; text-transform: uppercase !important;
  color: #8AABAE !important; flex-shrink: 0 !important;
}
.pt-marquee-sep {
  width: 4px !important; height: 4px !important; border-radius: 50% !important;
  background: #00C3CA !important; display: inline-block !important;
}

/* ================================================================
   FORMS
   ================================================================ */
.pt-form input, .pt-form textarea, .pt-form select {
  width: 100% !important; padding: 0.85rem 1.1rem !important;
  background: rgba(255,255,255,0.04) !important;
  border: 1px solid rgba(0,195,202,0.22) !important;
  border-radius: 8px !important; color: #fff !important;
  font-family: 'Mulish', system-ui, sans-serif !important;
  font-size: 0.92rem !important; outline: none !important;
  transition: border-color 0.25s, box-shadow 0.25s !important;
}
.pt-form input:focus, .pt-form textarea:focus {
  border-color: #00C3CA !important;
  box-shadow: 0 0 0 3px rgba(0,195,202,0.12) !important;
}
.pt-form-light input, .pt-form-light textarea {
  background: #FFFFFF !important; border-color: #B8CFCF !important;
  color: #071417 !important;
}
.pt-label {
  font-family: 'Urbanist', system-ui, sans-serif !important;
  font-size: 0.75rem !important; font-weight: 800 !important;
  letter-spacing: 0.08em !important; text-transform: uppercase !important;
  color: #244648 !important; display: block !important; margin-bottom: 0.4rem !important;
}

/* ================================================================
   QUOTE MARK
   ================================================================ */
.pt-quote-mark {
  font-size: 3.5rem !important; color: #D0F5F7 !important;
  font-family: Georgia, serif !important; line-height: 1 !important;
  display: block !important; margin-bottom: 0.5rem !important;
}
.pt-quote-mark-dark { color: rgba(0,195,202,0.20) !important; }

/* ================================================================
   TECH STACK ITEMS
   ================================================================ */
.pt-tech-item {
  background: rgba(255,255,255,0.06) !important;
  border: 1px solid rgba(255,255,255,0.10) !important;
  border-radius: 12px !important; padding: 0.85rem !important;
  text-align: center !important;
  transition: all 0.25s cubic-bezier(0.16,1,0.3,1) !important;
}
.pt-tech-item:hover {
  background: rgba(0,195,202,0.12) !important;
  border-color: rgba(0,195,202,0.25) !important;
  transform: translateY(-2px) !important;
}
.pt-tech-name { font-family: 'Urbanist', system-ui, sans-serif !important; font-size: 0.75rem !important; font-weight: 800 !important; color: #fff !important; }
.pt-tech-sub  { font-size: 0.65rem !important; color: rgba(255,255,255,0.38) !important; }

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 900px) {
  .pt-hide-mobile  { display: none !important; }
  .pt-section-pad  { padding: 4rem 0 !important; }
  .pt-section-pad-lg { padding: 5rem 0 !important; }
}
@media (min-width: 901px) {
  .pt-hide-desktop { display: none !important; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
