/* RunCom — estilos propios (auth, i18n, pricing, hero) */

.lang-switcher {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-right: 12px;
}

.lang-switcher button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 6px;
  padding: 5px 10px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  color: #fff;
  transition: all 0.2s;
  line-height: 1.2;
  min-width: 2.5rem;
}

.lang-switcher button.active,
.lang-switcher button:hover {
  border-color: #fff;
  color: #fff;
  background: rgba(45, 55, 72, 0.85);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.navbar-brand img.runcom-logo {
  height: 44px;
  width: auto;
  border-radius: 0;
  background: transparent;
}

.navbar-brand img.runcom-logo--color {
  filter: drop-shadow(0 1px 4px rgba(255, 255, 255, 0.45));
}

.runcom-logo-about {
  max-width: 280px;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}

.navbar-nav .nav-auth-cta {
  margin-left: 8px;
}

.navbar-nav .nav-auth-cta a.btn {
  padding: 8px 18px;
  margin-top: 12px;
  font-size: 13px;
}

.hero-screenshots {
  margin-top: 2rem;
  padding-bottom: 2rem;
}

.hero-screenshots .swiper-slide {
  width: auto;
  max-width: 300px;
}

.hero-screenshot {
  display: block;
  margin: 0 auto;
  max-height: 480px;
  width: auto;
  max-width: 100%;
  border-radius: 0;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}

.benefit-strip {
  background: var(--runcom-grad, linear-gradient(to right, #008b8b, #2af598));
  color: #fff;
  padding: 3rem 0;
}

.benefit-strip h2 {
  color: #fff;
  margin-bottom: 0.75rem;
}

.benefit-strip p {
  opacity: 0.95;
  max-width: 720px;
  margin: 0 auto;
}

.pricing-app-row {
  margin-bottom: 3rem;
}

.pricing-app-card {
  max-width: 480px;
  margin: 0 auto;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 77, 113, 0.12);
  overflow: hidden;
  border: 2px solid var(--runcom-teal, #008b8b);
}

.pricing-app-card .pricing-head {
  padding: 2rem;
  text-align: center;
  background: linear-gradient(135deg, rgba(0, 139, 139, 0.08), rgba(42, 245, 152, 0.08));
}

.pricing-app-card .price-value {
  font-size: 3rem;
  color: var(--runcom-teal, #008b8b);
  margin: 0;
}

.pricing-app-card .price-value sub.duration {
  font-size: 1rem;
  color: #666;
}

.pricing-app-card .pricing-content {
  padding: 1.5rem 2rem;
}

.pricing-app-card .table-content li {
  padding: 0.5rem 0;
  border-bottom: 1px solid #eee;
}

.pricing-note {
  text-align: center;
  color: #666;
  font-size: 0.9rem;
  margin-top: 1rem;
}

.bono-card.coming-soon {
  opacity: 0.85;
}

.bono-card.coming-soon .plan-title {
  background: #6b7280 !important;
}

.bono-card .badge-soon {
  display: inline-block;
  background: rgba(0, 139, 139, 0.15);
  color: var(--runcom-teal, #008b8b);
  font-size: 11px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 4px;
  margin-left: 6px;
  text-transform: uppercase;
}

#auth-area {
  background: #f5f7fb;
}

.auth-card-runcom {
  max-width: 440px;
  margin: 0 auto;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 77, 113, 0.1);
  overflow: hidden;
}

.auth-tabs-runcom {
  display: flex;
  border-bottom: 1px solid #eee;
}

.auth-tab-runcom {
  flex: 1;
  padding: 1rem;
  border: none;
  background: #fafafa;
  font-weight: 600;
  cursor: pointer;
  color: #666;
  transition: all 0.2s;
}

.auth-tab-runcom.active {
  background: #fff;
  color: var(--runcom-teal, #008b8b);
  border-bottom: 2px solid var(--runcom-teal, #008b8b);
}

.auth-form-runcom {
  display: none;
  padding: 1.5rem 2rem 2rem;
}

.auth-form-runcom.active {
  display: block;
}

.auth-form-runcom label {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 0.35rem;
  color: #444;
}

.auth-form-runcom input {
  width: 100%;
  padding: 0.65rem 0.85rem;
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-bottom: 1rem;
  font-size: 1rem;
}

.auth-privacy-check {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  font-size: 0.85rem;
  font-weight: 400;
  line-height: 1.45;
  margin-bottom: 1rem;
  cursor: pointer;
}

.auth-privacy-check input[type="checkbox"] {
  width: auto;
  margin: 0.2rem 0 0;
  flex-shrink: 0;
}

.auth-privacy-check a {
  color: var(--runcom-teal, #008b8b);
  text-decoration: underline;
}

.auth-form-runcom input:focus {
  outline: none;
  border-color: var(--runcom-teal, #008b8b);
  box-shadow: 0 0 0 3px rgba(0, 139, 139, 0.15);
}

.auth-form-runcom .btn {
  width: 100%;
  margin-top: 0.5rem;
}

.auth-msg {
  margin-top: 1rem;
  margin-bottom: 0.25rem;
  font-size: 1.05rem;
  line-height: 1.55;
  font-weight: 600;
  display: none;
  padding: 0.9rem 1.05rem;
  border-radius: 10px;
  text-align: left;
}

.auth-msg.show {
  display: block;
}

.auth-msg.ok {
  color: #065f46;
  background: #d1fae5;
  border: 1px solid #6ee7b7;
}

.auth-msg.err {
  color: #7f1d1d;
  background: #fee2e2;
  border: 1px solid #fca5a5;
}

.auth-success-panel .auth-msg {
  text-align: center;
  margin-top: 1.1rem;
  font-size: 1.05rem;
}

.auth-success-panel {
  text-align: center;
  padding: 0.5rem 0 0.25rem;
}

.auth-success-panel[hidden] {
  display: none !important;
}

.auth-success-icon {
  width: 3.25rem;
  height: 3.25rem;
  margin: 0 auto 1rem;
  border-radius: 50%;
  background: rgba(5, 150, 105, 0.12);
  color: #059669;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 3.25rem;
}

.auth-success-panel h3 {
  margin: 0 0 0.65rem;
  font-size: 1.35rem;
  font-weight: 700;
  color: #0f172a;
}

.auth-success-lead {
  margin: 0 0 0.75rem;
  font-size: 1.08rem;
  line-height: 1.55;
  color: #1e293b;
  font-weight: 500;
}

.auth-success-email {
  display: inline-block;
  margin: 0 0.15em;
  color: #0f172a;
  font-weight: 700;
  word-break: break-all;
}

.auth-success-hint {
  margin: 0 0 1.25rem;
  font-size: 0.9rem;
  line-height: 1.45;
  color: #64748b;
}

.auth-success-panel .btn {
  width: 100%;
  margin-top: 0;
}

.auth-success-panel #register-resend {
  margin-bottom: 0.65rem;
  font-weight: 700;
}

#register-fields[hidden] {
  display: none !important;
}

#contact-area.runcom-contact-section {
  position: relative;
  background: #f0f4f8;
}

#contact-area.runcom-contact-section .contact-box {
  position: static;
  transform: none;
  left: auto;
  top: auto;
  margin: 0 auto;
}

#contact-area.runcom-contact-section .contact-box-inner {
  background: transparent;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.12);
  overflow: hidden;
}

#contact-area.runcom-contact-section .contact-box-inner .get-in-touch {
  background-color: #fff;
}

#contact-area.runcom-contact-section .contact-box-inner .address-box {
  background-color: #2d3748;
  padding-left: calc(100px - 30px);
}

#contact-area.runcom-contact-section .address-box a {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

#contact-area.runcom-contact-section .address-box a:hover {
  text-decoration: underline;
  color: var(--runcom-cyan, #2af598);
}

.runcom-contact-form .btn {
  margin-top: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}

#footer-area .footer-links {
  margin: 1rem 0;
}

#footer-area .footer-links a {
  color: #aaa;
  margin: 0 12px;
  text-decoration: none;
}

#footer-area .footer-links a:hover {
  color: var(--runcom-cyan, #2af598);
}

.feature-icon-emoji {
  font-size: 2.5rem;
  line-height: 1;
}

/* Story section */
.story-section {
  background: #fff;
}

.story-block h2 {
  margin-bottom: 1.5rem;
  color: #2d3748;
}

.story-lead,
.story-outro {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #4a5568;
  margin-bottom: 1.25rem;
}

.story-quote {
  border: none;
  margin: 2rem auto;
  padding: 1.5rem 2rem;
  max-width: 560px;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 600;
  color: var(--runcom-teal, #008b8b);
  background: linear-gradient(135deg, rgba(0, 139, 139, 0.06), rgba(42, 245, 152, 0.06));
  border-radius: 12px;
  border-left: 4px solid var(--runcom-teal, #008b8b);
}

.story-tagline {
  margin-top: 1.5rem;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--runcom-teal, #008b8b);
}

/* Runner / Family profiles */
.profiles-row {
  margin-top: 2rem;
}

.profile-card {
  background: #fff;
  border-radius: 12px;
  padding: 2rem 1.75rem;
  height: 100%;
  box-shadow: 0 8px 32px rgba(0, 77, 113, 0.08);
  border-top: 4px solid var(--runcom-teal, #008b8b);
  transition: transform 0.2s, box-shadow 0.2s;
}

.profile-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0, 77, 113, 0.14);
}

.profile-card--family {
  border-top-color: var(--runcom-cyan, #2af598);
}

.profile-icon {
  margin-bottom: 1rem;
}

.profile-card h3 {
  margin-bottom: 0.75rem;
  color: #2d3748;
}

.profile-card p {
  color: #4a5568;
  line-height: 1.65;
  margin: 0;
}

@media (max-width: 767px) {
  .lang-switcher {
    margin: 10px 0;
  }

  .navbar-nav .nav-auth-cta a.btn {
    margin: 8px 15px;
    display: inline-block;
  }

  .profile-card {
    margin-bottom: 1.5rem;
  }

  .story-quote {
    font-size: 1.25rem;
    padding: 1.25rem 1.5rem;
  }
}

.pricing-base-price {
  margin: 0.35rem 0 0;
  font-size: 0.95rem;
  color: #6b7280;
}

.pricing-base-price s {
  opacity: 0.65;
}

.pricing-base-price span:last-child {
  margin-left: 0.35rem;
  font-weight: 700;
  color: var(--runcom-teal, #008b8b);
}

/* Runera rune ᚱ — símbolo de moneda en precios */
.runera-symbol {
  display: inline-block;
  font-family: "Segoe UI Symbol", "Noto Sans Runic", "Segoe UI Historic", serif;
  font-weight: 800;
  color: var(--runcom-teal, #008b8b);
  line-height: 1;
  vertical-align: -0.05em;
}

.pricing-runeras-heading {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  margin-bottom: 0.65rem;
}

.runera-symbol--section {
  font-size: 2.35rem;
  color: var(--runcom-navy, #004d71);
  background: linear-gradient(135deg, var(--runcom-teal, #008b8b), var(--runcom-cyan, #2af598));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 1px 0 rgba(0, 77, 113, 0.25));
}

.bono-card .pricing-head {
  padding-top: 1.35rem;
}

.runera-pack-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.35rem;
  min-height: 3.5rem;
}

.runera-stack {
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
  flex-shrink: 0;
  line-height: 1;
  overflow: visible;
}

.runera-stack__glyph {
  flex-shrink: 0;
  position: relative;
  z-index: calc(var(--stack-i, 0) + 1);
  font-family: "Segoe UI Symbol", "Noto Sans Runic", "Segoe UI Historic", serif;
  font-weight: 800;
  color: var(--runcom-teal, #008b8b);
  line-height: 1;
  margin-left: calc(var(--stack-i, 0) * -0.5rem);
  text-shadow:
    0 0 0 #fff,
    0 1px 0 rgba(255, 255, 255, 0.9),
    0 2px 8px rgba(0, 139, 139, 0.22);
}

.runera-stack__glyph:first-child {
  margin-left: 0;
}

.runera-stack--1 .runera-stack__glyph {
  font-size: 3.15rem;
  color: var(--runcom-navy, #004d71);
}

.runera-stack--2 .runera-stack__glyph {
  font-size: 3.35rem;
  margin-left: calc(var(--stack-i, 0) * -0.55rem);
}

.runera-stack--2 .runera-stack__glyph:nth-child(2) {
  transform: translateY(-0.16rem);
  color: var(--runcom-navy, #004d71);
}

.runera-stack--3 .runera-stack__glyph {
  font-size: 3.55rem;
  margin-left: calc(var(--stack-i, 0) * -0.48rem);
}

.runera-stack--3 .runera-stack__glyph:nth-child(2) {
  transform: translateX(0.05rem) translateY(-0.14rem);
}

.runera-stack--3 .runera-stack__glyph:nth-child(3) {
  transform: translateX(0.12rem) translateY(-0.28rem);
  color: var(--runcom-navy, #004d71);
}

.bono-card.featured-plan .runera-stack__glyph {
  color: var(--runcom-navy, #004d71);
}

.bono-card .plan-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  letter-spacing: 0.08em;
  font-size: 1.05rem;
}

.runera-symbol--title {
  font-size: 1.55rem;
  letter-spacing: 0;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  flex-shrink: 0;
}

.bono-card .price-value {
  padding-top: 0.35rem;
}

@media (max-width: 767px) {
  .runera-symbol--section {
    font-size: 2rem;
  }

  .runera-stack--1 .runera-stack__glyph {
    font-size: 2.7rem;
  }

  .runera-stack--2 .runera-stack__glyph {
    font-size: 2.85rem;
  }

  .runera-stack--3 .runera-stack__glyph {
    font-size: 3rem;
  }

  .runera-symbol--title {
    font-size: 1.35rem;
  }
}

/* Store badges: iOS coming soon */
.hero-platform-note {
  margin: 18px auto 0;
  max-width: 640px;
  font-size: 16px;
  line-height: 1.5;
  opacity: 0.92;
}
.store-btn--soon {
  cursor: default;
  pointer-events: none;
  opacity: 0.72;
}
.store-soon-badge {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-top: 2px;
}
.store-ios-note {
  margin-top: 14px;
  font-size: 14px;
  line-height: 1.55;
  max-width: 520px;
  opacity: 0.85;
}
.store-ios-note--light {
  color: rgba(255, 255, 255, 0.92);
  margin-left: auto;
  margin-right: auto;
}

.about-platform-split {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.platform-split__label {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 0 0 10px;
  opacity: 0.9;
}
.platform-split__label--chat {
  color: #1a8f5a;
}
.about-chat-note {
  font-size: 15px;
  line-height: 1.55;
  max-width: 520px;
  margin: 0 0 12px;
  opacity: 0.9;
}
.about-chat-note--light {
  color: rgba(255, 255, 255, 0.92);
  margin: 12px auto 0;
  max-width: 640px;
}
.hero-platform-note--download {
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.95);
}
.platform-chat-cta {
  margin-top: 4px;
}
