.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* =========================================================
   TYPING NATION — GLOBAL DESIGN SYSTEM
   Add once in Elementor Site Settings > Custom CSS.
   Prefix: tn-
   ========================================================= */

:root {
  --tn-ink: #101319;
  --tn-ink-soft: #242933;
  --tn-text: #5e6572;
  --tn-muted: #7a8190;
  --tn-blue: #2f5bff;
  --tn-blue-dark: #264ee9;
  --tn-blue-light: #6e8cff;
  --tn-blue-soft: #e8edff;
  --tn-paper: #f5f6fa;
  --tn-white: #ffffff;
  --tn-dark: #0b0e14;
  --tn-dark-soft: #111722;
  --tn-success: #32c776;
  --tn-line: rgba(16, 19, 25, 0.09);
  --tn-line-dark: rgba(255, 255, 255, 0.12);
  --tn-shadow-sm: 0 10px 35px rgba(25, 35, 60, 0.06);
  --tn-shadow-md: 0 18px 50px rgba(30, 40, 70, 0.10);
  --tn-shadow-lg: 0 30px 80px rgba(30, 40, 70, 0.15);
  --tn-radius-sm: 14px;
  --tn-radius-md: 20px;
  --tn-radius-lg: 30px;
  --tn-radius-xl: 38px;
  --tn-container: 1240px;
  --tn-section-space: 112px;
}

/* ---------- Layout ---------- */

.tn-page {
  background: var(--tn-paper);
  color: var(--tn-ink);
  font-family: "Poppins", system-ui, -apple-system, "Segoe UI", sans-serif;
  overflow-x: clip;
}

.tn-container {
  width: min(var(--tn-container), calc(100% - 48px));
  margin-inline: auto;
}

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

.tn-section-light {
  background: var(--tn-paper);
  color: var(--tn-ink);
}

.tn-section-white {
  background: var(--tn-white);
  color: var(--tn-ink);
}

.tn-section-dark {
  background: var(--tn-dark);
  color: var(--tn-white);
}

.tn-grid-2,
.tn-grid-3,
.tn-grid-4 {
  display: grid;
  gap: 18px;
}

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

/* ---------- Typography ---------- */

.tn-eyebrow {
  margin: 0 0 14px;
  color: var(--tn-blue);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.tn-eyebrow-light { color: #96aaff; }

.tn-display,
.tn-title,
.tn-card-title {
  margin: 0;
  color: inherit;
  font-family: "Poppins", system-ui, sans-serif;
}

.tn-display {
  font-size: clamp(52px, 6.1vw, 104px);
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: -0.07em;
}

.tn-display-accent { color: var(--tn-blue); }

.tn-title {
  font-size: clamp(36px, 4vw, 64px);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.055em;
}

.tn-card-title {
  font-size: 21px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.035em;
}

.tn-copy {
  margin: 0;
  color: var(--tn-text);
  font-size: 16px;
  line-height: 1.75;
}

.tn-copy-large { font-size: clamp(16px, 1.45vw, 19px); }
.tn-section-dark .tn-copy { color: #a6adba; }

/* ---------- Buttons ---------- */

.tn-button .elementor-button,
a.tn-button,
button.tn-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  min-height: 58px;
  padding: 0 22px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 18px;
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
  overflow: hidden;
}

.tn-button .elementor-button::before,
a.tn-button::before,
button.tn-button::before {
  content: "";
  position: absolute;
  inset: 1px 1px 50%;
  border-radius: 16px 16px 10px 10px;
  background: linear-gradient(to bottom, rgba(255,255,255,0.28), rgba(255,255,255,0.05));
  pointer-events: none;
}

.tn-button:hover .elementor-button,
a.tn-button:hover,
button.tn-button:hover {
  transform: translateY(-2px);
  filter: saturate(1.08);
}

.tn-button-primary .elementor-button,
a.tn-button-primary,
button.tn-button-primary {
  color: var(--tn-white);
  background: linear-gradient(135deg, #4169ff, var(--tn-blue-dark));
  box-shadow: inset 0 1px rgba(255,255,255,0.36), inset 0 -2px 4px rgba(10,28,120,0.30), 0 12px 30px rgba(47,91,255,0.28);
}

.tn-button-primary:hover .elementor-button,
a.tn-button-primary:hover,
button.tn-button-primary:hover {
  box-shadow: inset 0 1px rgba(255,255,255,0.42), inset 0 -2px 4px rgba(10,28,120,0.30), 0 17px 38px rgba(47,91,255,0.36);
}

.tn-button-dark .elementor-button,
a.tn-button-dark,
button.tn-button-dark {
  color: var(--tn-white);
  background: linear-gradient(145deg, rgba(54,64,83,0.90), rgba(24,29,40,0.96));
  border-color: rgba(255,255,255,0.15);
  box-shadow: inset 0 1px rgba(255,255,255,0.18), 0 12px 30px rgba(0,0,0,0.25);
}

.tn-text-link {
  color: var(--tn-ink);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.tn-text-link::after {
  content: " →";
  color: var(--tn-blue);
  transition: margin-left 0.2s ease;
}

.tn-text-link:hover::after { margin-left: 5px; }

/* ---------- Cards ---------- */

.tn-card {
  position: relative;
  padding: 26px;
  border: 1px solid var(--tn-line);
  border-radius: var(--tn-radius-md);
  background: var(--tn-white);
  box-shadow: var(--tn-shadow-sm);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  overflow: hidden;
}

.tn-card:hover {
  transform: translateY(-5px);
  border-color: rgba(47,91,255,0.20);
  box-shadow: var(--tn-shadow-md);
}

.tn-card-blue {
  color: var(--tn-white);
  border-color: rgba(255,255,255,0.24);
  background: linear-gradient(145deg, #3d67ff, var(--tn-blue-dark));
  box-shadow: 0 20px 45px rgba(47,91,255,0.20);
}

.tn-card-blue .tn-copy { color: rgba(255,255,255,0.76); }

.tn-card-dark {
  color: var(--tn-white);
  border-color: #171d28;
  background: var(--tn-dark);
}

.tn-card-dark .tn-copy { color: #a6adba; }

.tn-glass {
  border: 1px solid rgba(255,255,255,0.72);
  background: linear-gradient(145deg, rgba(255,255,255,0.86), rgba(243,246,255,0.62));
  box-shadow: inset 0 1px rgba(255,255,255,0.96), var(--tn-shadow-lg);
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
}

.tn-glass-dark {
  color: var(--tn-white);
  border: 1px solid var(--tn-line-dark);
  background: linear-gradient(145deg, rgba(35,45,64,0.76), rgba(13,18,28,0.76));
  box-shadow: inset 0 1px rgba(255,255,255,0.12), 0 40px 100px rgba(0,0,0,0.35);
  -webkit-backdrop-filter: blur(26px);
  backdrop-filter: blur(26px);
}

/* ---------- Small reusable parts ---------- */

.tn-icon-box {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 15px;
  color: var(--tn-blue);
  background: var(--tn-blue-soft);
  font-size: 20px;
  font-weight: 600;
}

.tn-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 14px;
  border: 1px solid var(--tn-line);
  border-radius: 999px;
  background: rgba(255,255,255,0.72);
  color: var(--tn-text);
  font-size: 12px;
  font-weight: 500;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.tn-chip::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--tn-success);
  box-shadow: 0 0 0 4px rgba(50,199,118,0.13);
}

.tn-progress {
  width: 100%;
  height: 7px;
  border-radius: 999px;
  background: rgba(35,43,64,0.09);
  overflow: hidden;
}

.tn-progress > span {
  display: block;
  width: var(--tn-progress, 65%);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #345fff, #78a8ff);
  box-shadow: 0 0 15px rgba(47,91,255,0.48);
}

/* ---------- Accessibility ---------- */

.tn-page a:focus-visible,
.tn-page button:focus-visible,
.tn-page input:focus-visible,
.tn-page textarea:focus-visible,
.tn-page select:focus-visible {
  outline: 3px solid rgba(47,91,255,0.30);
  outline-offset: 4px;
}

/* ---------- Responsive ---------- */

@media (max-width: 1024px) {
  :root { --tn-section-space: 90px; }
  .tn-grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tn-grid-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 767px) {
  :root { --tn-section-space: 72px; }

  .tn-container {
    width: min(100% - 28px, var(--tn-container));
  }

  .tn-display {
    font-size: clamp(46px, 14vw, 76px);
    letter-spacing: -0.065em;
  }

  .tn-title { font-size: 38px; }
  .tn-copy { font-size: 15px; }

  .tn-grid-2,
  .tn-grid-3,
  .tn-grid-4 {
    grid-template-columns: 1fr;
  }

  .tn-button .elementor-button,
  a.tn-button,
  button.tn-button {
    min-height: 54px;
    padding-inline: 19px;
  }
}

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

@supports not (backdrop-filter: blur(1px)) {
  .tn-glass { background: #f8faff; }
  .tn-glass-dark { background: #121a26; }
}/* End custom CSS */