/* Global Link Agency marketing shell — aligned with globallinkagency.com/en/ */

body.gla-site {
  font-family: 'Inter', system-ui, sans-serif;
}

/* Hero brand mark (matches main GLA site) */
.hero-bg-glow {
  background:
    radial-gradient(ellipse 80% 55% at 50% -10%, rgba(255, 255, 255, 0.14), transparent 55%),
    radial-gradient(circle at 85% 75%, rgba(56, 189, 248, 0.18), transparent 45%);
}

.hero-brand-mark {
  position: relative;
  width: 7rem;
  height: 7rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 640px) {
  .hero-brand-mark {
    width: 8rem;
    height: 8rem;
  }
}

.hero-brand-ring {
  position: absolute;
  inset: 0;
  border-radius: 9999px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.98) 0%, rgba(241, 245, 249, 0.92) 100%);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.45),
    0 16px 40px rgba(15, 23, 42, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 1);
}

.hero-brand-shine {
  position: absolute;
  inset: 3px;
  border-radius: 9999px;
  background: radial-gradient(circle at 35% 28%, rgba(255, 255, 255, 0.85), transparent 52%);
  pointer-events: none;
}

.hero-brand-logo {
  position: relative;
  z-index: 1;
  width: 68%;
  height: 68%;
  object-fit: contain;
  filter: drop-shadow(0 6px 14px rgba(30, 58, 138, 0.22));
}

/* Checkout form */
.gla-checkout-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 1rem;
  padding: 1.75rem;
  box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
}

.gla-checkout-card label {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #475569;
  margin-bottom: 0.35rem;
}

.gla-checkout-card input,
.gla-checkout-card select {
  width: 100%;
  margin-top: 0.25rem;
  padding: 0.65rem 0.85rem;
  border: 1px solid #cbd5e1;
  border-radius: 0.5rem;
  font-size: 0.95rem;
  font-family: inherit;
  color: #1e293b;
  background: #f8fafc;
  transition: border-color 0.15s, box-shadow 0.15s;
}

.gla-checkout-card input:focus,
.gla-checkout-card select:focus {
  outline: none;
  border-color: #1e3a8a;
  box-shadow: 0 0 0 3px rgba(30, 58, 138, 0.15);
  background: #fff;
}

.gla-checkout-summary {
  padding: 0.85rem 1rem;
  margin-bottom: 1.25rem;
  border-radius: 0.5rem;
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  font-size: 0.9rem;
  line-height: 1.55;
  color: #1e40af;
}

#checkout-status {
  min-height: 1.5em;
  font-weight: 600;
  text-align: center;
}

#checkout-status.danger {
  color: #dc2626;
}

/* Process guide prose */
.gla-prose h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1e293b;
  margin: 0 0 0.5rem;
}

.gla-prose h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #334155;
  margin: 1.25rem 0 0.5rem;
}

.gla-prose p,
.gla-prose li {
  color: #475569;
  line-height: 1.7;
}

.gla-prose code {
  font-size: 0.88em;
  padding: 0.12em 0.4em;
  border-radius: 0.25rem;
  background: #f1f5f9;
  color: #1e40af;
}

.gla-prose ol,
.gla-prose ul {
  padding-left: 1.25rem;
}

.gla-prose ol li,
.gla-prose ul li {
  margin-bottom: 0.5rem;
}

.gla-prose dl dt {
  font-weight: 700;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #1e3a8a;
  margin-top: 1rem;
}

.gla-prose dl dd {
  margin: 0.35rem 0 0;
  color: #475569;
}

.gla-feature-check li {
  position: relative;
  padding-left: 1.35rem;
  list-style: none;
}

.gla-feature-check li::before {
  content: '✓';
  position: absolute;
  left: 0;
  font-weight: 700;
  color: #2563eb;
}
