@font-face {
  font-family: 'Google Sans';
  src: url('../fonts/Google_Sans/GoogleSans-VariableFont_GRAD,opsz,wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Google Sans';
  src: url('../fonts/Google_Sans/GoogleSans-Italic-VariableFont_GRAD,opsz,wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

:root {
  --gt-bg: #ffffff;
  --gt-panel: rgba(255, 255, 255, 0.72);
  --gt-panel-strong: rgba(255, 255, 255, 0.9);
  --gt-text: #16364a;
  --gt-muted: #4f6b78;
  --gt-line: rgba(22, 54, 74, 0.12);
  --gt-primary: #f59e0b;
  --gt-primary-dark: #d97706;
  --gt-accent: #38bdf8;
  --gt-ink-soft: #244b60;
  --gt-ink-light: #6b8795;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Google Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background:
    radial-gradient(circle at top left, rgba(191, 231, 237, 0.94), rgba(191, 231, 237, 0.48) 9%, rgba(255, 255, 255, 0.08) 18%, rgba(255, 255, 255, 0) 24%),
    linear-gradient(135deg, #fbfeff 0%, #ffffff 16%, #ffffff 100%);
  color: var(--gt-text);
}

body.modal-open {
  overflow: hidden;
}

h1 {
  font-size: 26px !important;
  color: #294f6d !important;
}

h2 {
  font-size: 20px !important;
  color: #182a38 !important;
  line-height: 30px !important;
}

.site-shell {
  min-height: 100vh;
}

.site-logo {
  height: 50px;
  width: auto;
}

.site-header {
  background: transparent;
  box-shadow: none;
}

.page-home .site-header {
  background: rgba(255, 255, 255, 0.42);
}

.site-header-inner {
  padding: 15px 10px;
}

.mobile-menu-shell {
  position: absolute;
  top: calc(100% + 8px);
  left: 10px;
  right: 10px;
  z-index: 60;
  background: rgba(255, 255, 255, 0.92);
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-8px);
  transition: max-height 0.35s ease, opacity 0.28s ease, transform 0.28s ease;
  pointer-events: none;
  border-radius: 1.25rem;
  box-shadow: 0 20px 45px rgba(86, 123, 138, 0.18);
}

.mobile-menu-shell.is-open {
  max-height: calc(100vh - 88px);
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  overflow-y: auto;
}

.mobile-menu-button {
  color: #16364a;
}

.hamburger-icon {
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
}

.hamburger-icon span {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 9999px;
  background: currentColor;
  transform-origin: center;
  transition: transform 0.22s ease, opacity 0.22s ease;
}

.mobile-menu-button.is-open .hamburger-icon span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.mobile-menu-button.is-open .hamburger-icon span:nth-child(2) {
  opacity: 0;
}

.mobile-menu-button.is-open .hamburger-icon span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.hero-section {
  position: relative;
  background: transparent;
}

.hero-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.48) 16%, rgba(255, 255, 255, 0.82) 34%, rgba(255, 255, 255, 0.96) 58%, rgba(255, 255, 255, 1) 76%);
  pointer-events: none;
}

.hero-title-wrap {
  overflow: visible;
  padding-bottom: 0.25rem;
}

.hero-type-title {
  display: inline-block;
  min-height: 1.2em;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
  letter-spacing: -0.05em;
}

.feature-type-title {
  display: block;
  margin-top: 1rem;
}

.hero-type-title.is-typing::after,
.hero-type-title.is-done::after {
  content: '';
  display: inline-block;
  width: 2px;
  height: 0.92em;
  margin-left: 0.18rem;
  background: #16364a;
  vertical-align: -0.08em;
}

.hero-type-title.is-typing::after {
  animation: blink-caret 0.9s step-end infinite;
}

.hero-type-title.is-done::after {
  animation: blink-caret 1.2s step-end 3;
}

.section-band {
  position: relative;
}

.section-grid::before,
.section-results::before,
.subpage-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(148, 163, 184, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(148, 163, 184, 0.05) 1px, transparent 1px);
  background-size: 44px 44px;
  pointer-events: none;
  mask-image: linear-gradient(180deg, rgba(255, 255, 255, 0.75), transparent 90%);
}

.eyebrow,
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 9999px;
  border: 1px solid rgb(196, 233, 238);
  background: rgba(255, 255, 255, 0.68);
  padding: 0.5rem 0.9rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #8599cf;
}

.section-title {
  font-size: clamp(2.1rem, 4vw, 3.8rem);
  line-height: 1.06;
  font-weight: 600;
  letter-spacing: -0.04em;
  color: #16364a;
}

.section-text {
  color: var(--gt-muted);
  font-size: 14px;
  line-height: 1.8;
}

.hero-lead {
  font-size: 1.1rem;
}

.hero-reveal {
  opacity: 0;
  transform: translateY(28px);
  animation: hero-rise 0.8s ease forwards;
}

.hero-reveal-1 {
  animation-delay: 0.2s;
}

.hero-reveal-2 {
  animation-delay: 0.34s;
}

.hero-reveal-3 {
  animation-delay: 0.48s;
}

.hero-reveal-4 {
  animation-delay: 0.62s;
}

.hero-reveal-5 {
  animation-delay: 0.76s;
}

.label-overline {
  letter-spacing: 0.24em;
}

.nav-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #27485c;
  transition: color 0.18s ease, opacity 0.18s ease;
}

.nav-link-home {
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(22, 54, 74, 0.1);
}

.nav-link-icon-button {
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(22, 54, 74, 0.1);
}

.nav-link:hover {
  color: #123449;
}

.nav-icon,
.mobile-link-icon {
  width: 1rem;
  height: 1rem;
  flex: 0 0 auto;
}

.btn-primary,
.btn-outline,
.btn-ghost,
.mobile-btn-primary,
.mobile-btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 9999px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  transition: transform 0.18s ease, background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.btn-primary,
.mobile-btn-primary {
  border: 1px solid #f97316;
  background: #f97316;
  color: #ffffff;
  box-shadow: 0 14px 30px rgba(249, 115, 22, 0.18);
}

.btn-primary:hover,
.mobile-btn-primary:hover {
  transform: translateY(-1px);
  background: #ea580c;
  border-color: #ea580c;
}

.btn-outline,
.mobile-btn-outline {
  border: 1px solid rgba(22, 54, 74, 0.16);
  background: rgba(255, 255, 255, 0.66);
  color: #16364a;
}

.btn-outline:hover,
.mobile-btn-outline:hover {
  border-color: rgba(245, 158, 11, 0.4);
  color: #9a6514;
}

.btn-ghost {
  color: #27485c;
}

.btn-ghost:hover {
  color: #123449;
}

.btn-large {
  min-height: 3.5rem;
  padding: 0.95rem 1.5rem;
}

.btn-primary:not(.btn-large),
.btn-outline:not(.btn-large),
.btn-ghost,
.mobile-btn-primary,
.mobile-btn-outline {
  min-height: 2.8rem;
  padding: 0.75rem 1.15rem;
}

.language-select {
  min-height: 2.8rem;
  border-radius: 9999px;
  border: 1px solid rgba(22, 54, 74, 0.14);
  background: rgba(255, 255, 255, 0.76);
  padding: 0 1rem;
  color: #16364a;
  font-size: 14px;
}

.language-select option {
  color: #0f172a;
}

.mobile-link {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  border-radius: 0.9rem;
  padding: 0.8rem 0.95rem;
  background: rgba(255, 255, 255, 0.74);
  color: #16364a;
}

.login-modal-shell {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  isolation: isolate;
}

.login-modal-shell[hidden] {
  display: none;
}

.login-modal-backdrop {
  position: fixed;
  inset: 0;
  background:
    radial-gradient(circle at top center, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0.3) 48%, rgba(255, 255, 255, 0.2) 100%),
    rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(8px) saturate(0.9);
  -webkit-backdrop-filter: blur(8px) saturate(0.9);
}

.login-modal-panel {
  position: relative;
  z-index: 1;
  width: min(100%, 56rem);
  max-height: calc(100vh - 4rem);
  overflow: auto;
  border: 1px solid rgba(22, 54, 74, 0.12);
  border-radius: 1.9rem;
  background: rgba(255, 255, 255, 0.97);
  padding: 1.9rem;
  box-shadow: 0 24px 60px rgba(38, 66, 83, 0.2);
  outline: none;
}

.login-modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 9999px;
  border: 1px solid rgba(22, 54, 74, 0.1);
  background: rgba(255, 255, 255, 0.8);
  color: #16364a;
  font-size: 1.5rem;
  line-height: 1;
}

.login-modal-kicker {
  margin-bottom: 0.6rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #9a6514;
}

.login-modal-title {
  margin-bottom: 0.8rem;
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #16364a !important;
}

.login-modal-text {
  max-width: 44rem;
  color: #496676;
  font-size: 14px;
  line-height: 1.75;
}

.login-modal-grid {
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
  grid-template-columns: minmax(0, 1fr);
}

.login-modal-card {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  border: 1px solid rgba(22, 54, 74, 0.1);
  border-radius: 1.45rem;
  padding: 1.3rem;
  background: none;
  background-color: #e1f2ff !important;
  opacity: 1;
}

.login-modal-card-title {
  font-size: 15px;
  font-weight: 700;
  color: #16364a;
}

.login-modal-card-text {
  color: #4f6b78;
  font-size: 14px;
  line-height: 1.7;
}

.login-modal-card-cta {
  align-self: flex-start;
  box-shadow: 0 4px 10px rgba(38, 66, 83, 0.06) !important;
}

.login-modal-card-cta-secondary:hover {
  background: #294f6d !important;
  border-color: #294f6d !important;
  color: #ffffff !important;
}

@media (min-width: 768px) {
  .login-modal-shell {
    align-items: flex-start;
    padding-top: 3.5rem;
  }
}

@media (max-width: 767px) {
  .login-modal-shell {
    padding: 1rem;
    align-items: center;
  }

  .login-modal-panel {
    max-height: calc(100vh - 2rem);
    padding: 1.4rem;
  }
}

.contact-page-section {
  background: transparent;
}

.contact-info-card,
.contact-form-card {
  border: 1px solid rgba(22, 54, 74, 0.1);
  border-radius: 1.7rem;
  padding: 1.75rem;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 36px rgba(61, 94, 114, 0.12);
}

.contact-info-stack {
  display: grid;
  gap: 1rem;
}

.contact-info-panel {
  border-radius: 1.1rem;
  background: #edf6ff;
  padding: 1rem 1.05rem;
}

.contact-info-panel:nth-child(2) {
  background: #fff1df;
}

.contact-info-panel:nth-child(3) {
  background: #ecf0fd;
}

.contact-info-label {
  margin: 0 0 0.35rem;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #2a506f;
}

.contact-info-copy,
.contact-info-link {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.75;
  color: #16364a;
}

.contact-info-link {
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 0.18rem;
}

.contact-form-title {
  margin: 0;
  font-size: 1.7rem;
  line-height: 1.2;
  color: #16364a;
}

.contact-form {
  display: grid;
  gap: 1rem;
}

.contact-field {
  display: grid;
  gap: 0.45rem;
}

.contact-label {
  font-size: 0.96rem;
  font-weight: 600;
  color: #16364a;
}

.contact-input {
  width: 100%;
  min-height: 3.25rem;
  border: 1px solid rgba(22, 54, 74, 0.14);
  border-radius: 1rem;
  background: #ffffff;
  padding: 0.85rem 1rem;
  font-size: 0.96rem;
  line-height: 1.5;
  color: #16364a;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.contact-input:focus {
  outline: none;
  border-color: #345671;
  box-shadow: 0 0 0 4px rgba(52, 86, 113, 0.12);
}

.contact-textarea {
  min-height: 8.8rem;
  resize: vertical;
}

.contact-field.is-invalid .contact-input {
  border-color: #d94141;
  box-shadow: 0 0 0 4px rgba(217, 65, 65, 0.12);
  background: #fff7f7;
}

.contact-error {
  min-height: 1.1rem;
  margin: 0;
  font-size: 0.86rem;
  line-height: 1.4;
  color: #d94141;
}

.contact-form-actions {
  padding-top: 0.35rem;
}

.contact-form [data-contact-submit]:disabled {
  opacity: 0.7;
  cursor: wait;
}

.contact-status {
  min-height: 1.4rem;
  margin: 0;
  font-size: 0.94rem;
  font-weight: 600;
}

.contact-status.is-success {
  color: #1f7a39;
}

.contact-status.is-error {
  color: #c73a3a;
}

.dashboard-frame,
.content-card,
.feature-panel,
.result-card,
.step-card,
.hub-card,
.price-card,
.pricing-shell,
.faq-item,
.info-card {
  border: 1px solid var(--gt-line);
  background: var(--gt-panel);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.dashboard-frame {
  position: relative;
  border-radius: 2rem;
  padding: 1rem;
  box-shadow: 0 30px 70px rgba(86, 123, 138, 0.18);
}

.hero-visual-stack .dashboard-frame {
  padding: 1.2rem;
}

.feature-visual-stack {
  margin-bottom: 3rem;
}

.feature-list-card {
  border-top: 4px solid #fe983b;
  border-bottom: 4px solid #2c526f;
}

.feature-list-link {
  color: #fe983b;
}

.feature-list-link:hover {
  color: #e67f1d;
}

.dashboard-image {
  border-radius: 1.75rem;
}

.dashboard-topbar {
  display: flex;
  gap: 0.45rem;
  margin-bottom: 0.9rem;
  padding-left: 0.4rem;
}

.dashboard-topbar span {
  height: 0.65rem;
  width: 0.65rem;
  border-radius: 9999px;
  background: rgba(22, 54, 74, 0.2);
}

.hero-orb {
  position: absolute;
  z-index: 0;
  height: 16rem;
  width: 16rem;
  border-radius: 9999px;
  filter: blur(40px);
  opacity: 0.6;
}

.hero-orb-left {
  left: -4rem;
  top: -2rem;
  background: rgba(191, 231, 237, 0.82);
}

.hero-orb-right {
  right: -2rem;
  bottom: 2rem;
  background: rgba(56, 189, 248, 0.18);
}

.info-card {
  position: absolute;
  width: min(19rem, calc(100% - 1.5rem));
  border-radius: 1.3rem;
  padding: 1rem 1.1rem;
  box-shadow: 0 16px 38px rgba(93, 127, 140, 0.18);
}

.visual-slide {
  opacity: 0;
  transition: transform 0.85s ease, opacity 0.85s ease;
}

.visual-slide-left {
  transform: translateX(-34px);
}

.visual-slide-right {
  transform: translateX(34px);
}

.hero-visual-stack.is-visible .visual-slide {
  opacity: 1;
  transform: translateX(0);
}

.hero-visual-stack.is-visible .visual-slide-right {
  transition-delay: 0.12s;
}

.info-card-left {
  left: -1rem;
  top: 3.4rem;
}

.info-card-right {
  bottom: 1.4rem;
  right: -1rem;
}

.info-card-label,
.metric-label,
.hub-label,
.price-plan {
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #6b8795;
}

.hub-label {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.hub-label-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.1rem;
  height: 1.1rem;
  flex: 0 0 auto;
}

.hub-label-icon svg {
  width: 100%;
  height: 100%;
  fill: #ffa23d;
  stroke: #2a506f;
  stroke-width: 1.35;
}

.info-card-value,
.metric-value,
.price-value {
  margin-top: 0.3rem;
  font-size: 1.1rem;
  font-weight: 600;
  color: #16364a;
}

.info-card-copy {
  margin-top: 0.35rem;
  font-size: 0.92rem;
  line-height: 1.6;
  color: #4f6b78;
}

.hero-metric-card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  min-height: 11rem;
  border-radius: 1.4rem;
  border: 1px solid rgba(22, 54, 74, 0.1);
  padding: 1rem 1.1rem 30px;
  box-shadow: 0 24px 44px rgba(61, 94, 114, 0.18);
}

.hero-metric-image {
  display: block;
  height: 140px;
  width: auto;
  max-width: 100%;
  margin: 0 auto 0.9rem;
  padding-top: 15px;
  object-fit: contain;
}

.hero-metric-card:nth-child(1) {
  background: #427297;
}

.hero-metric-card:nth-child(2) {
  background: #ffa03c;
}

.hero-metric-card:nth-child(3) {
  background: #8195c9;
}

.hero-metric-card .metric-label,
.hero-metric-card .metric-value {
  color: #ffffff;
}

.metric-value {
  font-size: 1rem;
  line-height: 1.4;
  text-align: center;
}

.hero-metric-card .metric-label {
  text-align: center;
  margin-bottom: 0.55rem;
}

.logo-pill,
.tag-soft {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 9999px;
  border: 1px solid rgba(22, 54, 74, 0.08);
  background: rgba(255, 255, 255, 0.72);
  padding: 0.72rem 1rem;
  font-size: 0.84rem;
  font-weight: 500;
  color: #27485c;
}

.logo-pill-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 1rem;
  color: #ffa03c;
  flex: 0 0 auto;
}

.logo-pill-icon svg {
  width: 0.9rem;
  height: 0.9rem;
}

.content-card,
.feature-panel,
.result-card,
.step-card,
.hub-card,
.price-card,
.visual-showcase {
  border-radius: 1.6rem;
  padding: 1.45rem;
  box-shadow: 0 10px 24px rgba(86, 123, 138, 0.08);
}

.content-card-dark,
.price-card-featured {
  background: var(--gt-panel-strong);
}

.content-card-title {
  font-size: 16px;
  line-height: 1.35;
  font-weight: 600;
  color: #16364a;
}

.content-card-text {
  margin-top: 0.75rem;
  font-size: 14px;
  line-height: 1.8;
  text-align: justify;
  color: #4f6b78;
}

.industry-list-card {
  display: flex;
  flex-direction: column;
}

.industry-list-card-image {
  width: 100%;
  height: 220px;
  margin-top: 1rem;
  border-radius: 1.2rem;
  object-fit: cover;
  box-shadow: 0 14px 32px rgba(61, 94, 114, 0.14);
}

.industry-list-card-cta {
  margin-top: 10px;
  align-self: flex-end;
  background: #ffffff;
}

.use-case-card-image {
  width: 100%;
  height: 220px;
  margin-top: 1rem;
  border-radius: 1.2rem;
  object-fit: cover;
  box-shadow: 0 14px 32px rgba(61, 94, 114, 0.14);
}

.problem-card {
  border: 1px solid rgba(22, 54, 74, 0.08);
  box-shadow: 0 18px 36px rgba(61, 94, 114, 0.14);
}

.problem-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 4px;
  margin-top: 0.9rem;
  border-radius: 9999px;
  background: #ffffff;
  border: 2px solid #ffa03c;
  color: #2a4f6d;
}

.problem-card-icon svg {
  width: 42px;
  height: 42px;
}

.problem-layout .problem-card:nth-child(1) {
  background: #edf6ff;
}

.problem-layout .problem-card:nth-child(2) {
  background: #fff1df;
}

.problem-layout .problem-card:nth-child(3) {
  background: #ecf0fd;
}

.solution-card {
  border: 1px solid rgba(22, 54, 74, 0.08);
  box-shadow: 0 18px 36px rgba(61, 94, 114, 0.14);
}

.solution-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  width: 42px;
  height: 42px;
  padding: 4px;
  margin-bottom: 0.9rem;
  margin-left: auto;
  margin-right: auto;
  border-radius: 9999px;
  background: #ffffff;
  border: 2px solid #ffa03c;
  color: #2a4f6d;
}

.solution-card-icon svg {
  width: 42px;
  height: 42px;
}

.solution-section {
  background: #285477;
  margin-top: 60px;
}

.solution-section .section-kicker {
  background: #ffffff;
}

.solution-section .section-title,
.solution-section .section-text {
  color: #ffffff !important;
}

.section-results {
  background-color: #fff1df;
  background-image: url('../images/fondo1.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.workflow-flow {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  overflow-x: auto;
  padding-bottom: 0.5rem;
  scrollbar-width: thin;
}

.section-results .section-kicker {
  margin-bottom: 4px;
}

.difference-visual {
  display: block;
  width: 100%;
  max-width: 560px;
  height: auto;
  margin-top: 18px;
  border-radius: 22px;
  overflow: hidden;
}

.workflow-step {
  flex: 0 0 240px;
  min-height: 138px;
  border-radius: 1.4rem;
  border: 1px solid rgba(22, 54, 74, 0.08);
  background: rgba(255, 255, 255, 0.92);
  padding: 1rem;
  box-shadow: 0 14px 30px rgba(61, 94, 114, 0.1);
}

.workflow-step-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  margin-bottom: 0.8rem;
  border-radius: 9999px;
  background: #285477;
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 600;
}

.workflow-step-text {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: #16364a;
  text-align: left;
}

.workflow-arrow {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #285477;
  border: 0;
  background: transparent;
  padding: 0.2rem;
  cursor: pointer;
}

.workflow-arrow svg {
  width: 32px;
  height: 32px;
}

.workflow-arrow:hover,
.workflow-arrow:focus-visible {
  color: #fe983b;
  outline: none;
}

.section-grid .solution-card:nth-child(1) {
  background: #edf6ff;
}

.section-grid .solution-card:nth-child(2) {
  background: #fff1df;
}

.section-grid .solution-card:nth-child(3) {
  background: #ecf0fd;
}

.section-grid .solution-card:nth-child(4) {
  background: #bfe4ff;
}

.section-grid .hub-card:nth-child(1) {
  background: #edf6ff;
}

.section-grid .hub-card:nth-child(2) {
  background: #fff1df;
}

.section-grid .hub-card:nth-child(3) {
  background: #ecf0fd;
}

.section-grid .hub-card:nth-child(4) {
  background: #bfe4ff;
}

.features-section {
  background-color: #f5f8fb;
  background-image: url('../images/fondo2.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.features-section .section-kicker,
.features-section .btn-outline {
  background: #ffffff;
}

.features-section .section-kicker {
  border-color: rgba(42, 80, 111, 0.12);
}

.features-section .section-title {
  margin-top: 0.7rem;
  color: #ffffff !important;
}

.features-section .section-text {
  color: #ffffff !important;
}

.features-section .btn-outline {
  border-color: rgba(22, 54, 74, 0.16);
}

.features-section .btn-outline:hover {
  border-color: #e75509;
  color: #e75509;
  background: #ffffff;
}

.seo-support-section {
  background: #ffffff;
}

.seo-support-shell {
  border-radius: 1.8rem;
  border: 1px solid rgba(22, 54, 74, 0.08);
  background: rgba(255, 255, 255, 0.96);
  padding: 1.5rem;
  box-shadow: 0 18px 36px rgba(61, 94, 114, 0.1);
}

.seo-support-title {
  max-width: 46rem;
}

.seo-support-text {
  max-width: 52rem;
}

.seo-support-list {
  margin: 0;
  padding-left: 1.2rem;
  color: #27485c;
}

.seo-support-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
}

.seo-support-list li + li {
  margin-top: 0.8rem;
}

.seo-support-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.3rem;
  height: 1.3rem;
  margin-top: 0.18rem;
  flex: 0 0 auto;
  border-radius: 9999px;
  background: #ffa03c;
  color: #ffffff;
  box-shadow: 0 8px 18px rgba(255, 160, 60, 0.28);
}

.seo-support-check svg {
  width: 0.78rem;
  height: 0.78rem;
}

.seo-support-links-title {
  margin: 0;
  font-size: 0.96rem;
  font-weight: 600;
  line-height: 1.7;
  color: #16364a;
}

.seo-support-links .tag-soft {
  border-color: rgba(42, 80, 111, 0.1);
  color: #1f435d;
  background: #edf6ff;
}

.seo-support-links .tag-soft:nth-child(1) {
  background: #edf6ff;
}

.seo-support-links .tag-soft:nth-child(2) {
  background: #fff1df;
}

.seo-support-links .tag-soft:nth-child(3) {
  background: #ecf0fd;
}

.seo-support-links .tag-soft:nth-child(4) {
  background: #bfe4ff;
}

.seo-support-links .tag-soft:nth-child(5) {
  background: #e7f6ea;
}

.seo-support-links .tag-soft:nth-child(6) {
  background: #ffe7de;
}

.seo-support-links .tag-soft:nth-child(7) {
  background: #f5ebff;
}

.seo-support-links .tag-soft:hover {
  border-color: rgba(231, 85, 9, 0.28);
  color: #16364a;
}

.tag-soft-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.95rem;
  height: 0.95rem;
  flex: 0 0 auto;
  opacity: 0.78;
}

.tag-soft-icon svg {
  width: 0.95rem;
  height: 0.95rem;
}

.capabilities-section {
  background: #ffffff;
}

.capability-card {
  display: block;
  border-radius: 1.4rem;
  border: 1px solid rgba(22, 54, 74, 0.08);
  background: #edf6ff;
  padding: 1.35rem;
  box-shadow: 0 16px 32px rgba(61, 94, 114, 0.1);
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.capabilities-section .capability-card:nth-child(1) {
  background: #edf6ff;
}

.capabilities-section .capability-card:nth-child(2) {
  background: #fff1df;
}

.capabilities-section .capability-card:nth-child(3) {
  background: #ecf0fd;
}

.capabilities-section .capability-card:nth-child(4) {
  background: #bfe4ff;
}

.capability-card:hover {
  transform: translateY(-2px);
  border-color: rgba(231, 85, 9, 0.32);
  box-shadow: 0 20px 38px rgba(61, 94, 114, 0.14);
}

.capability-card .content-card-title {
  color: #16364a;
}

.capability-card-title-row {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.capability-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  flex: 0 0 auto;
  color: #355c7a;
}

.capability-card-icon svg {
  width: 1.65rem;
  height: 1.65rem;
  fill: currentColor;
}

.capabilities-section .capability-card:nth-child(1) .capability-card-icon {
  color: #365d7b;
}

.capabilities-section .capability-card:nth-child(2) .capability-card-icon {
  color: #9a5a18;
}

.capabilities-section .capability-card:nth-child(3) .capability-card-icon {
  color: #5a6492;
}

.capabilities-section .capability-card:nth-child(4) .capability-card-icon {
  color: #2d6a8a;
}

.capability-card .content-card-text {
  color: #4f6b78;
}

.difference-layout .differentiation-card:nth-child(1) {
  background: #edf6ff;
}

.difference-layout .differentiation-card:nth-child(2) {
  background: #fff1df;
}

.difference-layout .differentiation-card:nth-child(3) {
  background: #ecf0fd;
}

.difference-layout .differentiation-card:nth-child(4) {
  background: #bfe4ff;
}

.differentiation-card {
  box-shadow: 0 18px 36px rgba(61, 94, 114, 0.14);
}

.differentiation-card::after {
  display: none;
}

.problem-copy,
.problem-copy .section-title,
.problem-copy .section-kicker {
  text-align: left;
}

.problem-copy .section-kicker {
  margin-bottom: 6px;
}

.problem-copy .section-text {
  text-align: justify;
}

.scroll-rise-item {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.scroll-rise-group.is-visible .scroll-rise-item {
  opacity: 1;
  transform: translateY(0);
}

.scroll-rise-group.is-visible .scroll-rise-item:nth-child(2) {
  transition-delay: 0.1s;
}

.scroll-rise-group.is-visible .scroll-rise-item:nth-child(3) {
  transition-delay: 0.2s;
}

.scroll-rise-group.is-visible .scroll-rise-item:nth-child(4) {
  transition-delay: 0.3s;
}

.scroll-slide-left-item {
  opacity: 0;
  transform: translateX(-42px);
  transition: opacity 0.75s ease, transform 0.75s ease;
}

.scroll-slide-left-group.is-visible .scroll-slide-left-item {
  opacity: 1;
  transform: translateX(0);
}

.scroll-slide-left-group.is-visible .scroll-slide-left-item:nth-child(2) {
  transition-delay: 0.1s;
}

.scroll-slide-left-group.is-visible .scroll-slide-left-item:nth-child(3) {
  transition-delay: 0.2s;
}

.scroll-slide-right-item {
  opacity: 0;
  transform: translateX(42px);
  transition: opacity 0.75s ease, transform 0.75s ease;
}

.scroll-slide-right-group.is-visible .scroll-slide-right-item {
  opacity: 1;
  transform: translateX(0);
}

.scroll-slide-right-group.is-visible .scroll-slide-right-item:nth-child(2) {
  transition-delay: 0.1s;
}

.scroll-slide-right-group.is-visible .scroll-slide-right-item:nth-child(3) {
  transition-delay: 0.2s;
}

.scroll-slide-right-group.is-visible .scroll-slide-right-item:nth-child(4) {
  transition-delay: 0.3s;
}

.feature-panel {
  position: relative;
  overflow: hidden;
}

.feature-panel::after {
  content: '';
  position: absolute;
  inset: auto -3rem -3rem auto;
  height: 8rem;
  width: 8rem;
  border-radius: 9999px;
  background: radial-gradient(circle, rgba(140, 162, 219, 0.18), transparent 68%);
}

.result-metric {
  font-size: 3rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.05em;
  color: #ff993b;
}

.step-number {
  display: inline-flex;
  margin-bottom: 1.1rem;
  border-radius: 9999px;
  background: rgba(255, 153, 59, 0.14);
  padding: 0.45rem 0.8rem;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  color: #ff993b;
}

.step-card-image {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 1rem;
  border-radius: 18px;
  object-fit: cover;
}

.pricing-shell {
  display: grid;
  gap: 2rem;
  border-radius: 2rem;
  padding: 1.5rem;
}

.price-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border-radius: 1.7rem;
  padding: 1.65rem;
  border-top: 4px solid #fe983b;
  box-shadow: 0 18px 40px rgba(86, 123, 138, 0.12);
}

.pricing-plan-prompt {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 1.35rem;
  color: #294f6d;
}

.pricing-plan-prompt-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.9rem;
  height: 2.9rem;
  border-radius: 9999px;
  background: #f97316;
  color: #ffffff;
  font-size: 1.7rem;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(249, 115, 22, 0.22);
  animation: pricing-arrow-pulse 1.15s ease-in-out infinite;
}

.pricing-plan-prompt-arrow svg {
  width: 1.55rem;
  height: 1.55rem;
  display: block;
}

.pricing-plan-prompt-text {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
}

.price-card-featured::before {
  content: attr(data-badge);
  position: absolute;
  right: 1rem;
  top: 1rem;
  border-radius: 9999px;
  border: 1px solid #fe983b;
  background: rgba(245, 158, 11, 0.14);
  padding: 0.45rem 0.8rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #294f6c;
}

.price-description {
  max-width: 28rem;
  color: #5a7483 !important;
}

.price-metrics {
  display: grid;
  gap: 0.9rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.price-metric {
  border-radius: 1rem;
  border: 1px solid rgba(22, 54, 74, 0.1);
  background: #edf6ff;
  padding: 0.85rem 0.95rem;
}

.price-metric:nth-child(2) {
  background: #fff1df;
}

.price-metric:nth-child(3) {
  background: #ecf0fd;
}

.price-metric:nth-child(4) {
  background: #bfe4ff;
}

.price-metric-label {
  display: block;
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #658190;
}

.price-metric-value {
  display: block;
  margin-top: 0.4rem;
  font-size: 1.02rem;
  color: #173a4f;
}

.price-features-title {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #d67a17;
}

.price-features {
  margin: 0;
  padding-left: 0;
  color: #355364;
  list-style: none;
}

.price-feature-item {
  position: relative;
  padding-left: 1.6rem;
}

.price-feature-item::before {
  content: '\2713';
  position: absolute;
  left: 0;
  top: 0.02rem;
  font-size: 0.95rem;
  font-weight: 700;
  color: #fe983b;
}

.price-features .price-feature-item:first-child {
  margin-top: 0.55rem;
}

.price-currency {
  transform: translateY(-0.25rem);
  font-size: 1.6rem;
  font-weight: 600;
  color: #294f6d;
}

.price-value {
  font-size: 4rem;
  line-height: 0.95;
  letter-spacing: -0.06em;
  color: #18394d;
}

.price-period {
  margin-bottom: 0.45rem;
  color: #6c8695;
}

.price-plan-cta {
  width: 100%;
}

.price-card .mt-6:last-child {
  margin-top: auto !important;
  padding-top: 1.5rem;
}

@keyframes pricing-arrow-pulse {
  0%, 100% {
    transform: translateY(0);
    opacity: 0.85;
  }
  50% {
    transform: translateY(4px);
    opacity: 1;
  }
}

@media (max-width: 640px) {
  .price-metrics {
    grid-template-columns: minmax(0, 1fr);
  }
}

.pricing-compare-table-frame {
  position: relative;
}

.pricing-compare-table-shell {
  overflow-x: auto;
  border: 1px solid rgba(22, 54, 74, 0.12);
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 38px rgba(86, 123, 138, 0.1);
}

.pricing-compare-scroll-indicator {
  display: none;
  border: 0;
}

.pricing-compare-scroll-icon {
  display: inline-block;
  line-height: 1;
}

.pricing-compare-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}

.pricing-compare-table th,
.pricing-compare-table td {
  padding: 1rem 1.1rem;
  border-bottom: 1px solid rgba(22, 54, 74, 0.08);
  text-align: center;
  color: #28485d;
}

.pricing-compare-table thead th {
  background: #edf6ff;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #375b72;
}

.pricing-compare-table thead th:first-child,
.pricing-compare-table tbody th {
  text-align: left;
}

.pricing-compare-table tbody th {
  width: 28%;
  background: rgba(255, 255, 255, 0.92);
  font-size: 0.95rem;
  font-weight: 600;
  color: #203f54;
}

.pricing-compare-table tbody tr:nth-child(even) td,
.pricing-compare-table tbody tr:nth-child(even) th {
  background: rgba(237, 246, 255, 0.34);
}

.pricing-compare-table tbody tr:last-child th,
.pricing-compare-table tbody tr:last-child td {
  border-bottom: none;
}

.pricing-compare-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 9999px;
  border: 1px solid rgba(254, 152, 59, 0.26);
  background: rgba(254, 152, 59, 0.12);
  color: #fe983b;
  font-size: 0.95rem;
  font-weight: 700;
}

.pricing-compare-empty {
  color: #90a4b1;
}


.feature-coverage-table {
  min-width: 920px;
}

.feature-coverage-table tbody th {
  width: 62%;
}

.feature-coverage-row-title {
  display: block;
  font-size: 0.98rem;
  font-weight: 700;
  color: #1f4258;
}

.feature-coverage-row-text {
  display: block;
  margin-top: 0.45rem;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.55;
  color: #5d7788;
}

.feature-coverage-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.feature-coverage-note {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.68rem 0.95rem;
  border-radius: 9999px;
  border: 1px solid rgba(22, 54, 74, 0.1);
  background: rgba(255, 255, 255, 0.78);
  color: #466376;
  font-size: 0.84rem;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .feature-coverage-table {
    min-width: 760px;
  }

  .feature-coverage-row-title {
    font-size: 0.94rem;
  }

  .feature-coverage-row-text {
    font-size: 0.85rem;
  }

  .feature-coverage-note {
    width: 100%;
    border-radius: 1rem;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 768px) {
  .pricing-compare-scroll-indicator {
    position: absolute;
    right: 0.9rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.8rem;
    height: 2.8rem;
    border-radius: 9999px;
    border: 1px solid rgba(254, 152, 59, 0.34);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 12px 24px rgba(86, 123, 138, 0.16);
    color: #fe983b;
    font-size: 1.8rem;
    font-weight: 700;
    cursor: pointer;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
  }

  .pricing-compare-scroll-indicator:hover,
  .pricing-compare-scroll-indicator:focus-visible {
    transform: translateY(-50%) scale(1.04);
    box-shadow: 0 16px 28px rgba(86, 123, 138, 0.22);
    background: rgba(255, 255, 255, 1);
    outline: none;
  }

  .pricing-compare-scroll-indicator.is-backward .pricing-compare-scroll-icon {
    transform: translateX(-1px);
  }

  .pricing-compare-table th,
  .pricing-compare-table td {
    padding: 0.9rem 0.85rem;
  }
}

.toggle-btn {
  border-radius: 9999px;
  padding: 0.68rem 1rem;
  color: #4f6b78;
  transition: background-color 0.18s ease, color 0.18s ease;
}

.toggle-btn.is-active {
  background: rgba(22, 54, 74, 0.08);
  color: #16364a;
}

.faq-item {
  border-radius: 1.35rem;
  padding: 0;
  overflow: hidden;
  box-shadow: 0 18px 36px rgba(61, 94, 114, 0.16);
}

.faq-visual {
  display: block;
  height: 150px;
  width: auto;
  max-width: 100%;
  margin: 1rem auto 0;
  object-fit: contain;
}

.visual-showcase {
  display: grid;
  gap: 1.4rem;
  align-items: center;
}

.visual-showcase-copy {
  max-width: 32rem;
}

.visual-showcase-image {
  width: 100%;
  border-radius: 1.35rem;
  border: 1px solid rgba(22, 54, 74, 0.12);
  object-fit: cover;
  box-shadow: 0 24px 60px rgba(93, 127, 140, 0.18);
}

.mini-outcome-card {
  border-radius: 1.2rem;
  border: 1px solid rgba(22, 54, 74, 0.08);
  background: rgba(255, 255, 255, 0.56);
  padding: 1rem;
  color: #27485c;
  line-height: 1.7;
}

.use-case-row {
  display: flex;
  gap: 0.9rem;
  align-items: flex-start;
  border-radius: 1rem;
  border: 1px solid rgba(22, 54, 74, 0.08);
  background: rgba(255, 255, 255, 0.56);
  padding: 1rem 1.05rem;
  color: #27485c;
  line-height: 1.75;
}

.use-case-icon {
  display: inline-block;
  margin-top: 0.45rem;
  height: 0.75rem;
  width: 0.75rem;
  flex: 0 0 auto;
  border-radius: 9999px;
  background: linear-gradient(135deg, #fbbf24, #22d3ee);
}

.faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 1rem 1.2rem;
  background: #345671;
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item p {
  max-height: 0;
  margin-top: 0;
  padding: 0 1.2rem;
  background: #fff1bf;
  font-size: 0.96rem;
  line-height: 1.75;
  color: #111111;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.55s ease, margin-top 0.55s ease, opacity 0.45s ease;
}

.faq-item[open] p {
  max-height: 18rem;
  margin-top: 0;
  padding-top: 0.95rem;
  padding-bottom: 1rem;
  opacity: 1;
}

.subpage-hero {
  position: relative;
}

.industry-detail-hero .industry-detail-hero-inner {
  padding-bottom: 1.35rem;
}

.industry-detail-band .industry-detail-layout {
  padding-top: 1.35rem;
}

.industry-detail-card,
.content-card-dark.industry-detail-card,
.hub-card.industry-detail-card,
.visual-showcase.industry-detail-card {
  background: #ffffff !important;
}

.industry-detail-card .content-card-title {
  color: #16364a;
}

.industry-detail-card .content-card-text,
.industry-detail-card ul,
.industry-detail-card .use-case-row p,
.industry-detail-card .faq-item p,
.industry-detail-card .mini-outcome-card p {
  color: #4f6b78;
}

.industry-detail-card .faq-item summary {
  color: #ffffff;
}

.use-cases-hero .use-cases-hero-inner {
  padding-bottom: 1.5rem;
}

.use-cases-band .use-cases-band-inner {
  padding-top: 1.5rem;
}

.fleet-cost-control-hero .fleet-cost-control-hero-inner {
  padding-bottom: 1.4rem;
}

.fleet-cost-control-band .fleet-cost-control-layout {
  padding-top: 1.4rem;
}

.fleet-maintenance-software-hero .fleet-maintenance-software-hero-inner {
  padding-bottom: 1.4rem;
}

.fleet-maintenance-software-band .fleet-maintenance-software-layout {
  padding-top: 1.4rem;
}

.work-order-management-hero .work-order-management-hero-inner,
.tool-tracking-software-hero .tool-tracking-software-hero-inner,
.preventive-maintenance-software-hero .preventive-maintenance-software-hero-inner {
  padding-bottom: 1.4rem;
}

.work-order-management-band .work-order-management-layout,
.tool-tracking-software-band .tool-tracking-software-layout,
.preventive-maintenance-software-band .preventive-maintenance-software-layout {
  padding-top: 1.4rem;
}

@media (min-width: 1024px) {
  .industry-detail-hero .industry-detail-hero-inner {
    padding-bottom: 1.6rem;
  }

  .industry-detail-band .industry-detail-layout {
    padding-top: 1.75rem;
  }

  .use-cases-hero .use-cases-hero-inner {
    padding-bottom: 1.9rem;
  }

  .use-cases-band .use-cases-band-inner {
    padding-top: 1.9rem;
  }

  .fleet-cost-control-hero .fleet-cost-control-hero-inner {
    padding-bottom: 1.75rem;
  }

  .fleet-cost-control-band .fleet-cost-control-layout {
    padding-top: 1.75rem;
  }

  .fleet-maintenance-software-hero .fleet-maintenance-software-hero-inner {
    padding-bottom: 1.75rem;
  }

  .fleet-maintenance-software-band .fleet-maintenance-software-layout {
    padding-top: 1.75rem;
  }

  .work-order-management-hero .work-order-management-hero-inner,
  .tool-tracking-software-hero .tool-tracking-software-hero-inner,
  .preventive-maintenance-software-hero .preventive-maintenance-software-hero-inner {
    padding-bottom: 1.75rem;
  }

  .work-order-management-band .work-order-management-layout,
  .tool-tracking-software-band .tool-tracking-software-layout,
  .preventive-maintenance-software-band .preventive-maintenance-software-layout {
    padding-top: 1.75rem;
  }
}

.final-cta-shell {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}

.final-quote-shell {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.final-quote-mark {
  margin: 0;
  font-size: clamp(4rem, 8vw, 7rem);
  line-height: 0.75;
  font-weight: 600;
  color: #345671;
}

.final-quote-mark-open {
  align-self: flex-start;
}

.final-quote-mark-close {
  align-self: flex-end;
  margin-top: -0.35rem;
}

.final-quote-text {
  max-width: 54rem;
  margin: -0.6rem auto 0;
  font-size: 22px !important;
  line-height: 1.55;
  font-weight: 500;
  font-style: italic !important;
  color: #16364a;
}

.legal-card {
  border: 1px solid rgba(22, 54, 74, 0.12);
  border-radius: 1.8rem;
  background: rgba(255, 255, 255, 0.9);
  padding: 2rem 1.6rem;
  box-shadow: 0 20px 46px rgba(86, 123, 138, 0.12);
}

.legal-updated {
  color: #5c7787;
  font-size: 0.95rem;
}

.legal-section + .legal-section {
  margin-top: 2rem;
}

.legal-heading {
  margin-bottom: 0.75rem;
  text-align: left;
}

.legal-text {
  margin: 0 0 1rem;
  font-size: 1rem;
  line-height: 1.8;
  color: #314d5e;
}

.legal-list {
  margin: 0;
  padding-left: 1.3rem;
  color: #314d5e;
}

.legal-list li + li {
  margin-top: 0.6rem;
}

.final-quote-action {
  margin-top: 1.5rem;
}

.footer-shell {
  background: #1f4766;
  color: #ffffff;
}

.footer-shell p,
.footer-shell a,
.footer-shell .nav-link,
.footer-shell .text-slate-300,
.footer-shell .text-slate-400 {
  color: #ffffff !important;
}

.footer-shell .nav-link:hover {
  color: #ffffff !important;
  opacity: 0.84;
}

.footer-logo-shell {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1rem;
  border-radius: 1rem;
  background: #ffffff;
}

.footer-column-title {
  margin: 0 0 0.4rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
}

.footer-legal {
  padding: 0 1.25rem 1.4rem;
  text-align: center;
  font-size: 0.86rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
}

.footer-legal-link {
  color: #ffffff;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 0.18rem;
}

.footer-legal-link:hover {
  opacity: 0.84;
}

.footer-visual-shell {
  display: flex;
  justify-content: center;
  padding: 1.5rem 1.25rem 0.5rem;
}

.footer-visual-image {
  display: block;
  max-width: min(100%, 520px);
  height: auto;
}

.hero-layout,
.problem-layout,
.difference-layout,
.final-cta-layout,
.detail-layout,
.footer-layout {
  grid-template-columns: 1fr;
}

.text-slate-200 {
  color: #27485c;
}

.text-slate-300 {
  color: #4f6b78;
}

.text-slate-400 {
  color: #6b8795;
}

.text-slate-500 {
  color: #7b939f;
}

.bg-white\/5 {
  background: rgba(255, 255, 255, 0.6);
}

.border-white\/10 {
  border-color: rgba(22, 54, 74, 0.1);
}

.bg-amber-300\/10 {
  background: rgba(252, 211, 77, 0.1);
}

.border-amber-400\/20 {
  border-color: rgba(251, 191, 36, 0.2);
}

.text-amber-100\/80 {
  color: rgba(152, 101, 20, 0.82);
}

.bg-slate-950\/90 {
  background: rgba(255, 255, 255, 0.9);
}

.text-white {
  color: #16364a;
}

@keyframes blink-caret {
  0%,
  50% {
    opacity: 1;
  }
  51%,
  100% {
    opacity: 0;
  }
}

@keyframes hero-rise {
  from {
    opacity: 0;
    transform: translateY(28px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (min-width: 1024px) {
  h1 {
    font-size: 34px !important;
  }

  h2 {
    font-size: 22px !important;
  }

  .site-logo {
    height: 60px;
  }

  .hero-layout {
    grid-template-columns: 1.08fr 0.92fr;
  }

  .problem-layout {
    grid-template-columns: 0.9fr 1.1fr;
  }

  .difference-layout {
    grid-template-columns: 0.88fr 1.12fr;
  }

  .final-cta-layout {
    grid-template-columns: 1.2fr 0.8fr;
  }

  .detail-layout {
    grid-template-columns: 0.75fr 1.25fr;
  }

  .footer-layout {
    grid-template-columns: minmax(0, 1.15fr) repeat(3, minmax(0, 0.85fr));
  }

  .visual-showcase {
    grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
    padding: 1.6rem;
  }

  .pricing-shell {
    grid-template-columns: minmax(0, 1fr) minmax(18rem, 26rem);
    align-items: end;
    padding: 2rem;
  }
}

@media (max-width: 1023px) {
  .info-card {
    position: static;
    margin-top: 1rem;
    width: 100%;
  }
}

@media (max-width: 639px) {
  .section-title {
    letter-spacing: -0.03em;
  }

  .price-value {
    font-size: 3.3rem;
  }

  .logo-pill,
  .tag-soft {
    width: 100%;
    justify-content: center;
  }
}
