/* Turbo Premium theme - screenshot-style marketing layout */

:root {
  --tp-text: #16304a;
  --tp-muted: #667085;
  --tp-blue: #4dbdeb;
  --tp-blue-2: #3eaedc;
  --tp-blue-dark: #268fbe;
  --tp-border: #e6edf3;
  --tp-soft: #f7fbfd;
  --tp-card: #ffffff;
  --tp-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
  --tp-radius: 24px;
}

html, body {
  background: #f5f8fb;
  color: var(--tp-text);
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

body {
  line-height: 1.6;
  padding-top: 88px;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.wrapper-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1200;
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.06);
}

.premium-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 88px;
  padding: 16px 0;
}

.brand-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.brand-mark img,
.brand-mark svg {
  max-height: 40px;
  width: auto;
}

.brand-copy {
  display: flex;
  flex-direction: column;
}

.brand-name {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #0f172a;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-left: auto;
}

.desktop-nav .main-nav,
.desktop-nav .login-nav {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.desktop-nav .main-nav > li,
.desktop-nav .login-nav > li {
  float: none;
}

.desktop-nav .main-nav > li > a,
.desktop-nav .login-nav > li > a,
.lang-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 14px;
  border-radius: 999px;
  color: #22324a;
  font-size: 14px;
  font-weight: 600;
}

.desktop-nav .main-nav > li > a:hover,
.desktop-nav .main-nav > li > a:focus,
.desktop-nav .login-nav > li > a:hover,
.desktop-nav .login-nav > li > a:focus,
.lang-toggle:hover,
.lang-toggle:focus {
  color: var(--tp-blue-dark);
  background: rgba(77, 189, 235, 0.10);
}

.desktop-nav .main-nav > li.active > a {
  color: var(--tp-blue-dark);
  background: rgba(77, 189, 235, 0.14);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-ctas {
  display: flex;
  align-items: center;
  gap: 12px;
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 999px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.header-cta:hover,
.header-cta:focus {
  color: #fff;
  transform: translateY(-1px);
}

.header-cta-green {
  background: linear-gradient(135deg, #4dbdeb, #3eaedc);
  box-shadow: 0 10px 22px rgba(77, 189, 235, 0.20);
}

.header-cta-red {
  background: linear-gradient(135deg, #ff7a59, #ff5f6d);
  box-shadow: 0 10px 22px rgba(255, 95, 109, 0.18);
}

.lang-menu {
  position: relative;
}

.lang-toggle {
  gap: 8px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #fff;
}

.header-actions .dropdown-menu {
  margin-top: 10px;
  border-radius: 16px;
  border: 1px solid #e9eef5;
  box-shadow: var(--tp-shadow);
}

.header-actions .dropdown-menu > li > a:hover,
.header-actions .dropdown-menu > li > a:focus {
  background: rgba(77, 189, 235, 0.10);
  color: var(--tp-blue-dark);
}

.tp-subnav {
  position: sticky;
  top: 88px;
  z-index: 1195;
  margin-top: -1px;
  overflow: visible;
  background: linear-gradient(90deg, #4dbdeb 0%, #268fbe 100%);
  border-top: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
  box-shadow: 0 10px 24px rgba(77, 189, 235, 0.14);
}

.tp-subnav-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  min-height: 54px;
  overflow: visible;
  white-space: nowrap;
  scrollbar-width: none;
}

.tp-subnav-item {
  position: relative;
  flex: 0 0 auto;
}

.tp-subnav-row::-webkit-scrollbar {
  display: none;
}

.tp-subnav-row a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  flex: 0 0 auto;
  padding: 0 4px;
  min-height: 48px;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: -0.01em;
  opacity: 0.95;
  transition: opacity 160ms ease, transform 160ms ease;
}

.tp-subnav-trigger {
  position: relative;
  z-index: 2;
}

.tp-subnav-trigger .fa-angle-down,
.tp-subnav-trigger .fa-angle-up {
  font-size: 10px;
  margin-left: 2px;
  transition: transform 160ms ease;
}

.tp-subnav-item:hover .tp-subnav-trigger .fa-angle-down:before,
.tp-subnav-item:focus-within .tp-subnav-trigger .fa-angle-down:before {
  content: "\f106";
}

.tp-subnav-dropdown {
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 270px;
  padding: 0 0 10px;
  background: rgba(45, 155, 214, 0.98);
  border-radius: 0 0 4px 4px;
  box-shadow: 0 18px 32px rgba(15, 23, 42, 0.16);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
  z-index: 5;
}

.tp-subnav-dropdown a {
  display: flex;
  align-items: center;
  min-height: 38px;
  padding: 0 15px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.tp-subnav-dropdown a:first-child {
  border-top: 0;
}

.tp-subnav-dropdown a:hover,
.tp-subnav-dropdown a:focus {
  background: rgba(255, 255, 255, 0.10);
  opacity: 1;
  transform: none;
}

.tp-subnav-dropdown {
  pointer-events: auto;
}

.tp-subnav-item:hover .tp-subnav-dropdown,
.tp-subnav-item:focus-within .tp-subnav-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.tp-subnav-row a i.fa {
  font-size: 13px;
  opacity: 0.95;
}

.tp-subnav-row a i.fa-angle-down {
  font-size: 11px;
  opacity: 0.8;
}

.tp-subnav-row a:hover,
.tp-subnav-row a:focus {
  color: #fff;
  opacity: 1;
  transform: translateY(-1px);
}

.desktop-nav .login-nav > li > a.signin {
  color: #fff;
  background: linear-gradient(135deg, #4dbdeb, #3eaedc);
  box-shadow: 0 10px 22px rgba(77, 189, 235, 0.22);
}

.desktop-nav .login-nav > li > a.signup {
  color: #fff;
  background: linear-gradient(135deg, #ff7a59, #ff5f6d);
  box-shadow: 0 10px 22px rgba(255, 95, 109, 0.18);
}

.desktop-nav .login-nav > li > a:hover,
.desktop-nav .login-nav > li > a:focus {
  color: #fff;
  transform: translateY(-1px);
}

.start-mobile-nav {
  display: none;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  color: #0f172a;
  background: rgba(15, 23, 42, 0.04);
  border: 1px solid rgba(15, 23, 42, 0.08);
}

.mobile-nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: min(90vw, 340px);
  height: 100%;
  padding: 20px 16px;
  background: #fff;
  border-right: 1px solid #e6edf3;
  box-shadow: 18px 0 50px rgba(15, 23, 42, 0.16);
  transform: translateX(-105%);
  transition: transform 220ms ease;
}

body.open-nav .mobile-nav {
  display: block;
  transform: translateX(0);
}

.mobile-nav .main-nav,
.mobile-nav .login-nav {
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
}

.mobile-nav .main-nav > li,
.mobile-nav .login-nav > li {
  float: none;
  margin-bottom: 10px;
}

.mobile-nav .main-nav > li > a,
.mobile-nav .login-nav > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 46px;
  padding: 12px 14px;
  border-radius: 14px;
  color: #22324a;
  border: 1px solid #e8eef5;
  background: #f8fbfd;
}

.mobile-nav .login-nav > li > a.signup,
.mobile-nav .login-nav > li > a.signin {
  color: #fff;
  border: 0;
}

.mobile-nav .login-nav > li > a.signin {
  background: linear-gradient(135deg, #4dbdeb, #3eaedc);
}

.mobile-nav .login-nav > li > a.signup {
  background: linear-gradient(135deg, #ff7a59, #ff5f6d);
}

.mobile-nav .submenu {
  display: none;
  padding-left: 10px;
}

.mobile-nav .submenu .submenu-nav {
  margin-top: 10px;
}

.hero-section {
  position: relative;
  overflow: hidden;
}

.hero-bg {
  background:
    radial-gradient(circle at 18% 16%, rgba(255,255,255,0.10) 0 1px, transparent 1px) 0 0 / 18px 18px,
    linear-gradient(135deg, #4dbdeb 0%, #268fbe 46%, #1d79b6 100%);
  position: relative;
  padding: 72px 0 78px;
  min-height: 760px;
}

.hero-bg::before,
.hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-bg::before {
  background:
    radial-gradient(circle at 10% 82%, rgba(255,255,255,0.08), transparent 18%),
    radial-gradient(circle at 92% 22%, rgba(255,255,255,0.10), transparent 20%),
    linear-gradient(180deg, rgba(255,255,255,0.04), transparent 30%);
  opacity: 0.9;
}

.hero-bg::after {
  background: radial-gradient(circle at 50% 100%, rgba(17, 85, 145, 0.22), transparent 34%);
}

.hero-panel {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
  padding-top: 20px;
  text-align: center;
  color: #fff;
}

#headturbo-wrap {
  margin-top: 0 !important;
}

.hero-copy-centered {
  max-width: 980px;
  margin: 0 auto;
}

.hero-copy-centered,
.hero-copy {
  position: relative;
  z-index: 2;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 18px;
  border-radius: 999px;
  color: #fff;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.28);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.hero-eyebrow i {
  color: #fcd34d;
}

.hero-panel h1 {
  margin: 28px 0 0;
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(42px, 5.2vw, 74px);
  line-height: 1.02;
  font-weight: 700;
  letter-spacing: -0.05em;
  color: #fff;
}

.hero-panel h2 {
  max-width: 920px;
  margin: 22px auto 0;
  font-size: clamp(18px, 1.8vw, 22px);
  font-weight: 400;
  color: rgba(255,255,255,0.95);
  line-height: 1.7;
}

.turboform {
  max-width: 940px;
  margin: 34px auto 0;
}

.turboform .review {
  display: flex;
  overflow: hidden;
  border-radius: 18px;
  background: rgba(255,255,255,0.98);
  border: 1px solid rgba(255,255,255,0.65);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.10);
}

.hero-addon {
  background: #fff;
  border: 0;
  color: #667085;
  font-size: 20px;
  padding-left: 22px;
  padding-right: 10px;
}

.turboform .form-control {
  height: 74px;
  border: 0;
  box-shadow: none;
  background: #fff;
  color: #111827;
  font-size: 18px;
  padding-left: 8px;
}

.turboform .form-control::placeholder {
  color: #98a2b3;
}

.btn-review,
#review-btn {
  min-width: 214px;
  height: 74px;
  border: 0;
  border-radius: 0;
  color: #fff;
  background: linear-gradient(135deg, #4dbdeb, #268fbe);
  font-family: 'Space Grotesk', sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.btn-review:hover,
.btn-review:focus,
#review-btn:hover,
#review-btn:focus {
  color: #fff;
  transform: translateY(-1px);
}

.hero-features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 860px;
  margin: 34px auto 0;
}

.hero-analytics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  max-width: 920px;
  margin: 30px auto 0;
}

.analytics-card {
  padding: 18px 18px 16px;
  border-radius: 18px;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.14);
  box-shadow: 0 16px 34px rgba(0,0,0,0.08);
  backdrop-filter: blur(8px);
  text-align: left;
}

.analytics-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.analytics-head span {
  color: rgba(255,255,255,0.94);
  font-size: 14px;
  font-weight: 600;
}

.analytics-head strong {
  color: #fff;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.analytics-track {
  width: 100%;
  height: 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.22);
  overflow: hidden;
}

.analytics-bar {
  display: block;
  height: 100%;
  width: 0;
  border-radius: inherit;
  animation: analyticsGrow 1.25s ease forwards;
}

.analytics-bar-primary { --analytics-width: 94%; background: linear-gradient(90deg, #fff5ab, #facc15); }
.analytics-bar-performance { --analytics-width: 88%; background: linear-gradient(90deg, #dcfce7, #4ade80); animation-delay: 90ms; }
.analytics-bar-seo { --analytics-width: 94%; background: linear-gradient(90deg, #e0f2fe, #38bdf8); animation-delay: 160ms; }
.analytics-bar-security { --analytics-width: 100%; background: linear-gradient(90deg, #ffe4e6, #fb7185); animation-delay: 230ms; }

@keyframes analyticsGrow {
  from { width: 0; }
  to { width: var(--analytics-width); }
}

.hero-feature {
  display: flex;
  align-items: center;
  gap: 14px;
  text-align: left;
}

.hero-feature-icon {
  flex: 0 0 58px;
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #3eaedc;
  background: rgba(255,255,255,0.92);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  font-size: 22px;
}

.hero-feature strong {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.hero-feature span {
  display: block;
  color: rgba(255,255,255,0.92);
  font-size: 14px;
}

.top-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.top-link a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  color: rgba(255,255,255,0.95);
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
}

.top-link a:hover,
.top-link a:focus {
  color: #fff;
  background: rgba(255,255,255,0.14);
}

.feature-section {
  margin-top: -34px;
  padding-bottom: 18px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.feature-card {
  min-height: 320px;
  padding: 28px 26px;
  background: #fff;
  border: 1px solid var(--tp-border);
  border-radius: 18px;
  box-shadow: var(--tp-shadow);
}

.feature-icon {
  width: 72px;
  height: 72px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 28px;
  margin-bottom: 16px;
}

.feature-card h3 {
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 1.2;
  font-family: 'Space Grotesk', sans-serif;
  letter-spacing: -0.03em;
}

.feature-card p {
  margin: 0;
  color: var(--tp-muted);
  line-height: 1.8;
}

.feature-card-green .feature-icon {
  color: #4dbdeb;
  background: rgba(77, 189, 235, 0.14);
}

.feature-card-green h3 { color: #268fbe; }
.feature-card-blue .feature-icon { color: #2f7de1; background: rgba(47, 125, 225, 0.12); }
.feature-card-blue h3 { color: #2471dd; }
.feature-card-purple .feature-icon { color: #8b5cf6; background: rgba(139, 92, 246, 0.12); }
.feature-card-purple h3 { color: #8b5cf6; }
.feature-card-orange .feature-icon { color: #fb923c; background: rgba(251, 146, 60, 0.12); }
.feature-card-orange h3 { color: #fb7a00; }

.recent-section {
  padding: 28px 0 60px;
  background: #fff;
}

.latest-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 20px;
}

.latest-heading h4 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 24px;
  color: #0f172a;
}

.heading-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  color: #3eaedc;
  background: rgba(77, 189, 235, 0.14);
}

.sites-block {
  overflow: hidden;
  margin-bottom: 24px;
  border-radius: 18px;
  border: 1px solid #e8eef5;
  background: #fff;
  box-shadow: var(--tp-shadow);
}

.sites-block .caption {
  padding: 14px 16px 10px;
}

.sites-block .caption a {
  color: #0f172a;
  font-size: 18px;
  font-weight: 700;
}

.sites-block .details {
  padding: 12px 16px 16px;
  border-top: 1px solid #eef2f6;
}

.sites-block .details > span {
  display: inline-block;
  width: 49%;
  vertical-align: top;
  color: var(--tp-muted);
  font-size: 12px;
}

.sites-block img {
  width: 100%;
  display: block;
}

.recentStrong {
  display: block;
  color: #0f172a;
  font-weight: 700;
}

.pageTitle {
  margin: 0;
  padding: 18px 0;
  color: #0f172a;
}

.page-block {
  background: #fff;
}

footer {
  background: #0f172a;
  color: #cbd5e1;
  padding: 48px 0 30px;
}

.footer-title,
.footer-about p,
.contact-info p,
.navigation li,
.copyright p {
  color: inherit;
}

.footer-title {
  margin: 0 0 16px;
}

.footer-about,
.contact-info,
.navigation {
  margin-bottom: 20px;
}

.loginme .modal-content {
  border-radius: 12px;
}

/* Mobile nav / hero responsiveness */
@media (max-width: 1199px) {
  .feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-features,
  .hero-analytics {
    grid-template-columns: 1fr;
    max-width: 600px;
  }
}

@media (max-width: 991px) {
  body {
    padding-top: 72px;
  }

  .premium-header {
    min-height: 72px;
  }

  .tp-subnav {
    top: 72px;
  }

  .desktop-nav {
    display: none;
  }

  .start-mobile-nav {
    display: inline-flex;
  }

  .header-ctas {
    gap: 10px;
  }

  .header-cta {
    min-height: 42px;
    padding: 0 14px;
    font-size: 13px;
  }

  .hero-panel h1 {
    font-size: clamp(34px, 7vw, 52px);
  }

  .turboform .review {
    flex-direction: column;
  }

  .turboform .form-control,
  .btn-review,
  #review-btn {
    width: 100%;
    border-radius: 0;
  }

  .hero-addon {
    justify-content: center;
    border-radius: 18px 18px 0 0;
  }

  .feature-section {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .tp-subnav {
    top: 72px;
    overflow-x: auto;
  }

  .tp-subnav-row {
    justify-content: flex-start;
    overflow-x: auto;
  }

  .tp-subnav-item {
    position: static;
  }

  .tp-subnav-dropdown {
    position: static;
    min-width: 100%;
    margin: 0 0 6px;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    border-top: 0;
    opacity: 1;
    visibility: visible;
    transform: none;
    display: none;
  }

  .tp-subnav-item:hover .tp-subnav-dropdown,
  .tp-subnav-item:focus-within .tp-subnav-dropdown {
    display: block;
  }

  .brand-copy {
    display: none;
  }

  .header-ctas {
    display: none;
  }

  .hero-bg {
    padding: 46px 0 54px;
  }

  .hero-panel {
    padding: 0 12px;
  }

  .hero-eyebrow {
    font-size: 12px;
  }

  .hero-features {
    gap: 14px;
  }

  .hero-feature {
    justify-content: center;
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }

  .feature-card {
    min-height: auto;
  }

  .latest-heading {
    flex-direction: column;
    align-items: flex-start;
  }

  .mobile-nav {
    width: min(94vw, 320px);
  }
}

/* Premium homepage overrides */
.hero-section {
  position: relative;
}

.hero-bg {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 18%, rgba(255,255,255,0.10) 0 1px, transparent 1px) 0 0 / 18px 18px,
    linear-gradient(135deg, #4dbdeb 0%, #268fbe 48%, #1d79b6 100%);
  padding: 70px 0 78px;
}

.hero-bg::before,
.hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-bg::before {
  background:
    radial-gradient(circle at 8% 86%, rgba(255,255,255,0.10), transparent 12%),
    radial-gradient(circle at 92% 18%, rgba(255,255,255,0.12), transparent 14%),
    radial-gradient(circle at 74% 74%, rgba(255,255,255,0.06), transparent 16%);
  opacity: 0.9;
}

.hero-bg::after {
  background: linear-gradient(180deg, rgba(13, 93, 145, 0.12), transparent 30%, rgba(10, 71, 116, 0.18));
}

.hero-panel {
  position: relative;
  z-index: 1;
  color: #fff;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(300px, 0.82fr);
  gap: 42px;
  align-items: center;
}

.hero-copy {
  text-align: center;
}

.hero-copy-centered {
  max-width: 980px;
  margin: 0 auto;
}

.hero-copy h1 {
  margin: 20px 0 0;
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(44px, 5.8vw, 78px);
  line-height: 1.02;
  letter-spacing: -0.05em;
  color: #fff;
}

.hero-copy h2 {
  max-width: 860px;
  margin: 22px auto 0;
  font-size: clamp(18px, 1.9vw, 22px);
  line-height: 1.7;
  color: rgba(255,255,255,0.94);
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.18);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.hero-eyebrow i {
  color: #fcd34d;
}

.turboform {
  max-width: 940px;
  margin: 34px auto 0;
}

.hero-addon {
  background: #fff;
  border: 0;
  color: #667085;
  font-size: 19px;
  padding-left: 22px;
  padding-right: 10px;
}

.turboform .review {
  display: flex;
  overflow: hidden;
  border-radius: 18px;
  background: rgba(255,255,255,0.98);
  border: 1px solid rgba(255,255,255,0.65);
  box-shadow: 0 20px 48px rgba(0,0,0,0.10);
}

.turboform .form-control {
  height: 76px;
  border: 0;
  box-shadow: none;
  background: #fff;
  color: #101828;
  font-size: 18px;
}

.btn-review,
#review-btn {
  min-width: 220px;
  height: 76px;
  border: 0;
  color: #fff;
  background: linear-gradient(135deg, #3eaedc, #3eaedc);
  font-family: 'Space Grotesk', sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.hero-features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  max-width: 900px;
  margin: 34px auto 0;
}

.hero-feature {
  display: flex;
  align-items: center;
  gap: 14px;
  text-align: left;
}

.hero-feature-icon {
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255,255,255,0.92);
  color: #17b66f;
  font-size: 21px;
}

.hero-feature strong {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

.hero-feature span {
  display: block;
  font-size: 14px;
  color: rgba(255,255,255,0.90);
}

.hero-analytics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  max-width: 920px;
  margin: 30px auto 0;
}

.analytics-card {
  padding: 18px 18px 16px;
  border-radius: 18px;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.14);
  box-shadow: 0 16px 34px rgba(0,0,0,0.08);
  backdrop-filter: blur(8px);
}

.analytics-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.analytics-head span {
  color: rgba(255,255,255,0.94);
  font-size: 14px;
  font-weight: 600;
}

.analytics-head strong {
  color: #fff;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.analytics-track {
  width: 100%;
  height: 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.22);
  overflow: hidden;
}

.analytics-bar {
  display: block;
  height: 100%;
  width: 0;
  border-radius: inherit;
  animation: analyticsGrow 1.25s ease forwards;
}

.analytics-bar-primary { --analytics-width: 94%; background: linear-gradient(90deg, #fff5ab, #facc15); }
.analytics-bar-performance { --analytics-width: 88%; background: linear-gradient(90deg, #dcfce7, #4ade80); animation-delay: 90ms; }
.analytics-bar-seo { --analytics-width: 94%; background: linear-gradient(90deg, #e0f2fe, #38bdf8); animation-delay: 160ms; }
.analytics-bar-security { --analytics-width: 100%; background: linear-gradient(90deg, #ffe4e6, #fb7185); animation-delay: 230ms; }

@keyframes analyticsGrow {
  from { width: 0; }
  to { width: var(--analytics-width); }
}

.top-link {
  justify-content: center;
}

.feature-section {
  padding: 34px 0 18px;
  background: #f5f8fb;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.feature-card {
  min-height: 320px;
  padding: 28px 26px;
  background: #fff;
  border: 1px solid #e7edf3;
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(15,23,42,0.06);
}

.feature-icon {
  width: 72px;
  height: 72px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 28px;
  margin-bottom: 16px;
}

.feature-card h3 {
  margin: 0 0 10px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 24px;
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.feature-card p {
  margin: 0;
  color: var(--tp-muted);
  line-height: 1.8;
}

.recent-section {
  padding: 30px 0 62px;
  background: #fff;
}

.latest-heading {
  margin-bottom: 20px;
}

.latest-heading h4 {
  color: #0f172a;
}

.heading-icon {
  color: #3eaedc;
  background: rgba(31,184,116,0.10);
}

.sites-block {
  border-radius: 18px;
}

@media (max-width: 1199px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    max-width: 520px;
    margin: 0 auto;
  }

  .feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .hero-copy h1 {
    font-size: clamp(36px, 7vw, 56px);
  }

  .hero-features {
    grid-template-columns: 1fr;
    max-width: 640px;
  }

  .turboform .review {
    flex-direction: column;
  }

  .hero-addon {
    justify-content: center;
    border-radius: 18px 18px 0 0;
  }

  .turboform .form-control,
  .btn-review,
  #review-btn {
    width: 100%;
    border-radius: 0;
  }

  .header-ctas {
    display: none;
  }

  .feature-section {
    padding-top: 24px;
  }
}

@media (max-width: 767px) {
  .hero-bg {
    padding: 44px 0 54px;
    min-height: auto;
  }

  .hero-panel {
    padding: 0 10px;
  }

  .hero-dashboard {
    padding: 20px;
  }

  .hero-dashboard-header strong {
    font-size: 34px;
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }

  .feature-card {
    min-height: auto;
  }
}

/* Final overrides: remove the oversized blank hero spacing and keep the layout compact */
body {
  padding-top: 88px !important;
}

.hero-section {
  position: relative;
  overflow: hidden;
}

.hero-bg {
  position: relative;
  overflow: hidden;
  padding: 44px 0 54px !important;
  min-height: 0 !important;
  background:
    radial-gradient(circle at 14% 18%, rgba(255,255,255,0.10) 0 1px, transparent 1px) 0 0 / 18px 18px,
    linear-gradient(135deg, #4dbdeb 0%, #268fbe 48%, #1d79b6 100%) !important;
}

.hero-bg::before,
.hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-bg::before {
  background:
    radial-gradient(circle at 8% 86%, rgba(255,255,255,0.10), transparent 12%),
    radial-gradient(circle at 92% 18%, rgba(255,255,255,0.12), transparent 14%),
    radial-gradient(circle at 74% 74%, rgba(255,255,255,0.06), transparent 16%);
  opacity: 0.9;
}

.hero-bg::after {
  background: linear-gradient(180deg, rgba(8, 97, 83, 0.12), transparent 30%, rgba(6, 80, 68, 0.18));
}

.hero-panel {
  position: relative;
  z-index: 1;
  max-width: 1080px;
  margin: 0 auto;
  padding-top: 0 !important;
  text-align: center;
  color: #fff;
}

.hero-copy-centered {
  max-width: 980px;
  margin: 0 auto;
}

.hero-copy-centered,
.hero-copy {
  position: relative;
  z-index: 2;
}

.feature-section {
  margin-top: 0;
  padding-top: 32px;
}

.recent-section {
  padding-top: 30px;
}

@media (max-width: 991px) {
  body {
    padding-top: 72px !important;
  }

  .hero-bg {
    padding: 36px 0 44px !important;
  }

  .hero-panel h1,
  .hero-copy h1 {
    font-size: clamp(34px, 7vw, 52px);
  }
}

@media (max-width: 767px) {
  .hero-bg {
    padding: 34px 0 40px !important;
  }

  .hero-panel {
    padding: 0 12px;
  }

  .turboform {
    margin-top: 24px;
  }

  .hero-analytics {
    margin-top: 20px;
  }
}

/* Simple homepage hero, aligned with the default layout */
.hero-section {
  position: relative;
  overflow: hidden;
}

.hero-bg {
  position: relative;
  overflow: hidden;
  padding: 120px 0 90px !important;
  min-height: 0 !important;
  background:
    radial-gradient(circle at top, rgba(255,255,255,0.24), transparent 46%),
    linear-gradient(180deg, #2fb56f 0%, #23a35f 100%) !important;
}

.texture-overlay {
  position: absolute;
  inset: 0;
  opacity: 0.18;
  background:
    linear-gradient(120deg, rgba(255,255,255,0.10) 0 1px, transparent 1px 100%) 0 0 / 80px 80px,
    linear-gradient(60deg, rgba(255,255,255,0.10) 0 1px, transparent 1px 100%) 0 0 / 80px 80px;
  pointer-events: none;
}

.hero-panel {
  position: relative;
  z-index: 1;
  max-width: 940px;
  margin: 0 auto;
  padding-top: 0 !important;
  text-align: center;
  color: #fff;
}

.hero-copy-centered {
  max-width: 860px;
  margin: 0 auto;
}

.hero-copy-centered,
.hero-copy {
  position: relative;
  z-index: 2;
}

.hero-panel h1,
.hero-copy h1 {
  margin: 0;
  font-size: clamp(42px, 5.6vw, 72px);
  line-height: 1.04;
  color: #fff;
}

.hero-panel h2,
.hero-copy h2 {
  max-width: 820px;
  margin: 18px auto 0;
  color: rgba(255,255,255,0.92);
  font-size: clamp(17px, 1.8vw, 20px);
  line-height: 1.65;
}

.turboform {
  margin-top: 30px;
  max-width: 720px;
}

.turboform .review {
  border: 0;
  box-shadow: 0 18px 36px rgba(0, 72, 35, 0.14);
}

.hero-addon {
  background: #fff;
  color: #7b8794;
}

.turboform .form-control {
  color: #10233a;
}

.btn-review,
#review-btn {
  background: linear-gradient(135deg, #4dbdeb, #268fbe);
}

.top-link {
  margin-top: 22px;
}

.top-link a {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.18);
}

.top-link a:hover,
.top-link a:focus {
  color: #fff;
  background: rgba(255, 255, 255, 0.18);
}

.bg-grey-color {
  background: #f7fbf8;
  padding: 40px 0;
}

.featured-green {
  display: flex;
  gap: 20px;
}

.featured-green li {
  flex: 1;
  background: #fff;
  border-color: #e0eee4;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
}

.featured-green .circleBox {
  background: rgba(77, 189, 235, 0.14);
  color: #4dbdeb;
}

.featured-green h4 {
  color: #16304a;
}

.featured-green p {
  color: #5c6f62;
}

.latest-heading h4 {
  color: #163a2b;
}

.heading-icon {
  color: #4dbdeb;
  background: rgba(77, 189, 235, 0.14);
}

.btn-primary {
  background: linear-gradient(135deg, #4dbdeb, #268fbe);
  border-color: transparent;
}

.btn-primary:hover,
.btn-primary:focus {
  background: linear-gradient(135deg, #2f9fd0, #268fbe);
  border-color: transparent;
}

@media (max-width: 991px) {
  .hero-bg {
    padding: 100px 0 76px !important;
  }

  .hero-panel h1,
  .hero-copy h1 {
    font-size: clamp(34px, 7vw, 52px);
  }

  .featured-green {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .hero-bg {
    padding: 72px 0 60px !important;
  }

  .hero-panel h2,
  .hero-copy h2 {
    font-size: 16px;
  }

  .turboform .review {
    flex-direction: column;
  }

  .turboform .form-control,
  .btn-review,
  #review-btn {
    width: 100%;
    border-radius: 0;
  }

  .hero-addon {
    border-radius: 18px 18px 0 0;
    justify-content: center;
  }
}

/* Dashboard section below hero */
.tp-dashboard {
  padding: 28px 0 68px;
  background: #f6f9fb;
}

.tp-search-shell {
  margin-top: -26px;
  padding: 26px;
  background: #fff;
  border: 1px solid #e5edf4;
  border-radius: 26px;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.06);
}

.tp-search-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.tp-kicker {
  margin: 0 0 6px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #10a37f;
}

.tp-search-head h2 {
  margin: 0;
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(24px, 2.6vw, 34px);
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #0f172a;
}

.tp-search-meta {
  font-size: 14px;
  font-weight: 600;
  color: #5f6c7b;
}

.tp-search-bar {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 60px;
  padding: 0 18px;
  border-radius: 18px;
  border: 1px solid #dbe7ee;
  background: linear-gradient(180deg, #fff, #fafdff);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.9);
}

.tp-search-bar i.fa {
  color: #3eaedc;
  font-size: 16px;
}

.tp-search-bar input {
  flex: 1;
  width: 100%;
  height: 58px;
  border: 0;
  outline: 0;
  background: transparent;
  color: #0f172a;
  font-size: 16px;
}

.tp-search-bar input::placeholder {
  color: #98a2b3;
}

.tp-category-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.tp-category-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid #dce7ee;
  border-radius: 999px;
  background: #fff;
  color: #27415a;
  font-size: 14px;
  font-weight: 600;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.tp-category-chip i.fa {
  font-size: 13px;
}

.tp-category-chip:hover,
.tp-category-chip:focus {
  transform: translateY(-1px);
  border-color: rgba(77, 189, 235, 0.35);
  box-shadow: 0 10px 22px rgba(77, 189, 235, 0.12);
}

.tp-category-chip.active {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(135deg, #4dbdeb, #268fbe);
  box-shadow: 0 14px 24px rgba(77, 189, 235, 0.22);
}

.tp-dashboard-grid {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(300px, 1fr);
  gap: 24px;
  margin-top: 26px;
  align-items: start;
}

.tp-dashboard-main {
  min-width: 0;
}

.tp-tool-section {
  margin-bottom: 26px;
}

.tp-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.tp-section-head h3,
.tp-sidebar-head h3 {
  margin: 0;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #0f172a;
}

.tp-tool-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 14px;
}

.tp-tool-card {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 84px;
  padding: 16px 18px;
  border-radius: 20px;
  border: 1px solid #e5edf4;
  background: #fff;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.04);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.tp-tool-card:hover,
.tp-tool-card:focus {
  transform: translateY(-2px);
  border-color: rgba(77, 189, 235, 0.35);
  box-shadow: 0 16px 34px rgba(77, 189, 235, 0.12);
}

.tp-tool-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(77, 189, 235, 0.12), rgba(38, 143, 190, 0.08));
  flex: 0 0 auto;
  box-shadow: inset 0 0 0 1px rgba(77, 189, 235, 0.14);
  overflow: hidden;
}

.tp-tool-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 8px;
}

.tp-tool-name {
  color: #16304a;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
}

.tp-dashboard-sidebar {
  min-width: 0;
  position: sticky;
  top: 118px;
  align-self: start;
}

.tp-sidebar-card {
  padding: 22px;
  border-radius: 24px;
  border: 1px solid #e5edf4;
  background: #fff;
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.06);
  position: relative;
}

.tp-sidebar-head {
  margin-bottom: 16px;
}

.tp-recent-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.tp-recent-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  border-radius: 18px;
  border: 1px solid #edf2f7;
  background: linear-gradient(180deg, #fff, #fbfdff);
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.03);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.tp-recent-item:hover,
.tp-recent-item:focus {
  transform: translateY(-1px);
  border-color: rgba(77, 189, 235, 0.35);
  box-shadow: 0 12px 24px rgba(77, 189, 235, 0.10);
}

.tp-recent-favicon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 11px;
  background: #f4f8fb;
  flex: 0 0 auto;
  overflow: hidden;
}

.tp-recent-favicon img {
  width: 18px;
  height: 18px;
}

.tp-recent-copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
  gap: 2px;
  flex: 1 1 auto;
}

.tp-recent-copy strong {
  color: #4dbdeb;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: color 160ms ease;
}

.tp-recent-item:hover .tp-recent-copy strong,
.tp-recent-item:focus .tp-recent-copy strong {
  color: #268fbe;
}

.tp-recent-meta {
  color: #4b5563;
  font-size: 12px;
  line-height: 1.35;
  white-space: nowrap;
}

.tp-recent-sep {
  color: #9aa4b2;
  padding: 0 10px;
}

.tp-recent-empty,
.tp-no-results {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 16px 4px;
  color: #5f6c7b;
}

.tp-no-results {
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 180px;
}

.tp-no-results strong,
.tp-recent-empty strong {
  color: #0f172a;
  font-size: 16px;
}

.tp-dashboard-main .tp-tool-section[data-section="all"] {
  display: none;
}

@media (max-width: 1199px) {
  .tp-dashboard-grid {
    grid-template-columns: 1fr;
  }

  .tp-dashboard-sidebar {
    position: relative;
    top: auto;
  }

  .tp-sidebar-card {
    position: static;
  }
}

@media (max-width: 767px) {
  .tp-recent-item {
    padding: 10px 12px;
  }

  .tp-recent-copy strong {
    font-size: 12px;
  }

  .tp-recent-meta {
    white-space: normal;
  }
}

@media (max-width: 991px) {
  .tp-search-shell {
    padding: 22px;
    margin-top: -20px;
  }

  .tp-search-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .tp-tool-grid {
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  }
}

@media (max-width: 767px) {
  .tp-dashboard {
    padding: 20px 0 54px;
  }

  .tp-search-shell {
    padding: 18px;
    margin-top: -14px;
    border-radius: 20px;
  }

  .tp-search-bar {
    min-height: 54px;
    padding: 0 14px;
  }

  .tp-search-bar input {
    height: 52px;
    font-size: 15px;
  }

  .tp-category-chip {
    min-height: 38px;
    padding: 0 13px;
    font-size: 13px;
  }

  .tp-tool-grid {
    grid-template-columns: 1fr;
  }

  .tp-tool-card {
    min-height: 76px;
    padding: 14px 16px;
  }

  .tp-sidebar-card {
    padding: 18px;
    border-radius: 20px;
  }
}

/* Default-theme hero override */
.headturbo {
  position: relative;
  overflow: hidden;
  padding: 120px 0 90px;
  background: #f8f9fb !important;
}

.headturbo-wrap {
  position: relative;
}

.headturbo .texture-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.15;
  background:
    radial-gradient(circle at 18% 18%, rgba(255,255,255,0.22) 0 1px, transparent 1px) 0 0 / 20px 20px,
    radial-gradient(circle at 72% 32%, rgba(255,255,255,0.12) 0 1px, transparent 1px) 0 0 / 22px 22px;
}

.headturbo-content {
  position: relative;
  z-index: 2;
  max-width: 820px;
  margin: 0 auto;
  animation: heroFadeUp 700ms ease-out both;
}

.headturbo h1 {
  margin: 0 0 15px;
  color: #222;
  font-size: 44px;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.headturbo h2 {
  margin: 0 0 25px;
  color: #666;
  font-size: 18px;
}

.turboform {
  max-width: 720px;
  margin: 0 auto;
}

.turboform .review {
  display: flex;
  border-radius: 999px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

.turboform .form-control {
  height: 56px;
  border-radius: 999px 0 0 999px;
  border: 1px solid #e4e8ee;
  box-shadow: none;
  padding-left: 22px;
  padding-right: 18px;
  font-size: 16px;
}

.hero-addon {
  display: none;
}

#review-btn,
.btn-green {
  height: 56px;
  border-radius: 0 999px 999px 0;
  background: #4dbdeb !important;
  border: 0;
  color: #fff !important;
  font-weight: 700;
  padding: 0 28px;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

#review-btn:hover,
#review-btn:focus,
.btn-green:hover,
.btn-green:focus {
  background: #2f9fd0 !important;
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(77, 189, 235, 0.22);
}

.top-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 20px 0 0;
  animation: heroFadeUp 700ms ease-out 180ms both;
}

.top-link a {
  color: #666;
  transition: color 160ms ease, transform 160ms ease;
}

.top-link a:hover,
.top-link a:focus {
  color: #4dbdeb;
  transform: translateY(-1px);
}

@keyframes heroFadeUp {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 991px) {
  .headturbo {
    padding: 100px 0 78px;
  }

  .headturbo h1 {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .headturbo {
    padding: 84px 0 60px;
  }

  .headturbo h1 {
    font-size: 30px;
  }

  .headturbo h2 {
    font-size: 16px;
  }

  .turboform .review {
    flex-direction: column;
    border-radius: 20px;
  }

  .turboform .form-control,
  #review-btn,
  .btn-green {
    width: 100%;
    border-radius: 0;
  }

  .turboform .form-control {
    height: 58px;
    border-radius: 20px 20px 0 0;
    padding-left: 18px;
  }

  #review-btn,
  .btn-green {
    height: 58px;
    border-radius: 0 0 20px 20px;
  }
}

/* Turbo Premium hero - isolated from legacy JS */
.tp-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(120deg, #f8f9fb 0%, #edf7f0 45%, #f8f9fb 100%);
  background-size: 180% 180%;
  padding: 0;
  animation: heroBgFlow 14s ease-in-out infinite;
}

.tp-hero-wrap {
  position: relative;
  padding: 120px 0 90px;
}

.tp-stock-chart {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  opacity: 0.9;
}

.tp-stock-chart svg {
  position: absolute;
  right: -140px;
  top: 45%;
  width: min(1460px, 100vw);
  height: 580px;
  transform: translateY(-42%);
}

.tp-stock-area {
  fill: url(#tpAreaFill);
  opacity: 0.9;
  filter: drop-shadow(0 0 18px rgba(77, 189, 235, 0.18));
  animation: stockAreaRise 1.8s ease-out both;
}

.tp-stock-line {
  fill: none;
  stroke: url(#tpLineGlow);
  stroke-width: 4.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 2800;
  stroke-dashoffset: 2800;
  filter: drop-shadow(0 0 18px rgba(77, 189, 235, 0.4));
  animation: stockLineDraw 2.8s ease-out forwards;
}

.tp-stock-dot {
  fill: #4dbdeb;
  opacity: 0;
  filter: drop-shadow(0 0 12px rgba(77, 189, 235, 0.65));
  animation: stockDotPulse 1.8s ease-in-out infinite 1.2s;
}

.tp-stock-dot-secondary {
  animation-delay: 1.45s;
}

.tp-stock-dot-third {
  animation-delay: 1.65s;
}

.tp-hero-wrap::before,
.tp-hero-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.tp-hero-wrap::before {
  opacity: 0.9;
  background:
    radial-gradient(circle at 12% 18%, rgba(77, 189, 235, 0.22) 0 1px, transparent 1px) 0 0 / 20px 20px,
    radial-gradient(circle at 82% 24%, rgba(77, 189, 235, 0.18) 0 1px, transparent 1px) 0 0 / 26px 26px,
    radial-gradient(circle at 26% 72%, rgba(77, 189, 235, 0.14) 0 1px, transparent 1px) 0 0 / 30px 30px;
  animation: heroMeshDrift 18s linear infinite;
}

.tp-hero-wrap::after {
  opacity: 0.55;
  background:
    linear-gradient(120deg, transparent 0 46%, rgba(77, 189, 235, 0.22) 47%, transparent 48%),
    linear-gradient(60deg, transparent 0 44%, rgba(77, 189, 235, 0.18) 45%, transparent 46%);
  background-size: 180px 180px, 220px 220px;
  background-position: 0 0, 40px 80px;
  animation: heroLineShift 14s linear infinite;
}

.tp-hero::before,
.tp-hero::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.tp-hero::before {
  width: 520px;
  height: 520px;
  left: -180px;
  top: -220px;
  background: radial-gradient(circle, rgba(77, 189, 235, 0.20) 0%, rgba(77, 189, 235, 0.07) 42%, transparent 72%);
  animation: heroFloat 9s ease-in-out infinite;
}

.tp-hero::after {
  width: 420px;
  height: 420px;
  right: -140px;
  top: -140px;
  background: radial-gradient(circle, rgba(77, 189, 235, 0.16) 0%, rgba(77, 189, 235, 0.05) 44%, transparent 72%);
  animation: heroFloat 11s ease-in-out infinite reverse;
}

.tp-hero-content {
  max-width: 820px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  animation: heroFadeUp 700ms ease-out both;
}

.tp-hero h1 {
  margin: 0 0 15px;
  color: #222;
  font-size: 44px;
  font-weight: 700;
  letter-spacing: -0.03em;
  animation: heroTitleIn 780ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.tp-hero h2 {
  margin: 0 0 25px;
  color: #666;
  font-size: 18px;
  animation: heroFadeUp 780ms ease-out 120ms both;
}

.tp-hero .turboform {
  max-width: 720px;
  margin: 0 auto;
  animation: heroFadeUp 780ms ease-out 220ms both;
}

.tp-hero .review {
  display: flex;
  align-items: stretch;
  border-radius: 999px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

.tp-hero .form-control {
  flex: 1 1 auto;
  min-width: 0;
  height: 56px;
  border-radius: 999px 0 0 999px;
  border: 1px solid #e4e8ee;
  box-shadow: none;
  padding-left: 22px;
  padding-right: 18px;
  font-size: 16px;
}

.tp-hero .hero-addon {
  display: none;
}

.tp-hero .input-group-btn {
  width: auto;
}

.tp-hero #review-btn,
.tp-hero .btn-green {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  min-width: 220px;
  height: 56px;
  border-radius: 0 999px 999px 0;
  background: #4dbdeb !important;
  border: 0;
  color: #fff !important;
  font-weight: 700;
  padding: 0 28px;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.tp-hero #review-btn:hover,
.tp-hero #review-btn:focus,
.tp-hero .btn-green:hover,
.tp-hero .btn-green:focus {
  background: #2f9fd0 !important;
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(77, 189, 235, 0.22);
}

.tp-hero .top-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 20px 0 0;
  animation: heroFadeUp 700ms ease-out 180ms both;
}

.tp-hero .top-link a {
  color: #666;
  transition: color 160ms ease, transform 160ms ease;
}

.tp-hero .top-link a:hover,
.tp-hero .top-link a:focus {
  color: #4dbdeb;
  transform: translateY(-1px);
}

.tp-hero-links {
  animation: heroFadeUp 780ms ease-out 320ms both;
}

@keyframes heroTitleIn {
  from {
    opacity: 0;
    transform: translateY(24px) scale(0.98);
    letter-spacing: -0.08em;
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
    letter-spacing: -0.03em;
  }
}

@keyframes heroFloat {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, 20px, 0);
  }
}

@keyframes stockLineDraw {
  from {
    stroke-dashoffset: 2800;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes stockAreaRise {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 0.9;
    transform: translateY(0);
  }
}

@keyframes stockDotPulse {
  0%, 100% {
    opacity: 0.45;
    transform: scale(0.9);
  }
  50% {
    opacity: 1;
    transform: scale(1.2);
  }
}

@keyframes heroBgFlow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes heroMeshDrift {
  from {
    background-position: 0 0, 0 0, 0 0;
  }
  to {
    background-position: 160px 120px, -120px 80px, 100px -140px;
  }
}

@keyframes heroLineShift {
  from {
    background-position: 0 0, 40px 80px;
  }
  to {
    background-position: 180px 140px, 220px 220px;
  }
}

@media (max-width: 991px) {
  .tp-hero-wrap {
    padding: 100px 0 78px;
  }

  .tp-stock-chart svg {
    right: -112px;
    width: min(1180px, 110vw);
    height: 480px;
    transform: translateY(-36%);
  }

  .tp-subnav-row {
    gap: 4px;
    padding: 0 2px;
  }

  .tp-hero h1 {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .tp-hero-wrap {
    padding: 84px 0 60px;
  }

  .tp-stock-chart {
    opacity: 0.72;
  }

  .tp-stock-chart svg {
    right: -96px;
    width: min(1040px, 122vw);
    height: 380px;
    transform: translateY(-30%);
  }

  .tp-subnav {
    overflow-x: auto;
  }

  .tp-subnav-row {
    justify-content: flex-start;
    gap: 8px;
    overflow-x: auto;
  }

  .tp-subnav-row a {
    min-height: 48px;
    font-size: 12px;
    padding: 0 2px;
  }

  .tp-hero-wrap::before {
    opacity: 0.38;
    background-size: 18px 18px, 20px 20px, 22px 22px;
  }

  .tp-hero-wrap::after {
    opacity: 0.22;
    background-size: 140px 140px, 160px 160px;
  }

  .tp-hero::before {
    width: 340px;
    height: 340px;
    left: -160px;
    top: -180px;
  }

  .tp-hero::after {
    width: 280px;
    height: 280px;
    right: -120px;
    top: -120px;
  }

  .tp-hero h1 {
    font-size: 30px;
  }

  .tp-hero h2 {
    font-size: 16px;
  }

  .tp-hero .turboform .review {
    flex-direction: column;
    border-radius: 20px;
  }

  .tp-hero .turboform .form-control,
  .tp-hero #review-btn,
  .tp-hero .btn-green {
    width: 100%;
    border-radius: 0;
  }

  .tp-hero .turboform .form-control {
    height: 58px;
    border-radius: 20px 20px 0 0;
    padding-left: 18px;
  }

  .tp-hero #review-btn,
  .tp-hero .btn-green {
    height: 58px;
    border-radius: 0 0 20px 20px;
    min-width: 100%;
  }
}


