/* Anuexis brand styles - supports the Elementor build */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Sora:wght@400;600;700;800&family=JetBrains+Mono:wght@400;500;600&display=swap');

:root {
  --anx-navy: #0A3D91;
  --anx-accent: #1E90FF;
  --anx-accent-muted: #1565C0;
  --anx-text-dark: #1F2937;
  --anx-text-mid: #374151;
  --anx-text-muted: #6B7280;
  --anx-bg-light: #F4F6FB;
  --anx-bg-navy-deep: #072d6b;
  --anx-border: #E5E7EB;
}

html { scroll-behavior: smooth; }
.anx-anchor { scroll-margin-top: 80px; }

/* Typography classes (apply via widget CSS Classes) */
.anx-sora { font-family: 'Sora', sans-serif; }
.anx-inter { font-family: 'Inter', sans-serif; }

.anx-eyebrow {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.15em;
  color: var(--anx-accent);
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 12px;
}
.anx-eyebrow-light { color: var(--anx-accent); }

.anx-h1, .anx-h2, .anx-h3 { font-family: 'Sora', sans-serif; line-height: 1.2; color: var(--anx-navy); }
.anx-h1 { font-weight: 800; font-size: clamp(36px, 5vw, 54px); line-height: 1.1; }
.anx-h2 { font-weight: 700; font-size: clamp(28px, 3.5vw, 42px); }
.anx-h2-sm { font-weight: 700; font-size: clamp(22px, 3vw, 30px); }
.anx-h3 { font-weight: 600; font-size: 20px; line-height: 1.3; }

.anx-on-navy, .anx-on-navy .anx-h1, .anx-on-navy .anx-h2, .anx-on-navy .anx-h3 { color: #fff; }

.anx-body { font-family: 'Inter', sans-serif; font-size: 17px; color: var(--anx-text-mid); line-height: 1.75; }
.anx-body-lg { font-family: 'Inter', sans-serif; font-weight: 500; font-size: 18px; color: var(--anx-text-dark); line-height: 1.7; }
.anx-body-sub { font-family: 'Inter', sans-serif; font-size: 19px; color: var(--anx-text-mid); line-height: 1.7; }
.anx-trust { font-family: 'Inter', sans-serif; font-size: 14px; color: var(--anx-text-muted); font-style: italic; }

/* Buttons (when not using Elementor button widget) */
.anx-btn-primary, .anx-btn-secondary, .anx-btn-cta {
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  letter-spacing: 0.02em;
  border-radius: 8px;
  text-decoration: none;
  transition: background .2s, color .2s, transform .15s;
  cursor: pointer;
}
.anx-btn-primary { background: var(--anx-navy); color: #fff; padding: 16px 36px; font-size: 15px; box-shadow: 0 4px 14px rgba(10,61,145,.25); }
.anx-btn-primary:hover { background: var(--anx-accent-muted); transform: translateY(-1px); color: #fff; }
.anx-btn-secondary { background: transparent; color: var(--anx-navy); padding: 15px 34px; font-size: 15px; border: 2px solid var(--anx-navy); }
.anx-btn-secondary:hover { background: var(--anx-navy); color: #fff; }
.anx-btn-cta { background: var(--anx-accent); color: #fff; padding: 18px 44px; font-size: 16px; box-shadow: 0 6px 20px rgba(30,144,255,.35); }
.anx-btn-cta:hover { background: var(--anx-accent-muted); transform: translateY(-2px); color: #fff; }

/* Pain list */
.anx-pain-item { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 16px; }
.anx-pain-item::before { content: ''; width: 8px; height: 8px; min-width: 8px; border-radius: 50%; background: var(--anx-accent); margin-top: 8px; display: block; }
.anx-pain-item .elementor-widget-text-editor { flex: 1; font-family: 'Inter', sans-serif; font-weight: 500; font-size: 15px; color: var(--anx-text-dark); line-height: 1.5; }

/* Cards (services + measure) */
.anx-card {
  background: #fff;
  border: 1px solid var(--anx-border);
  border-radius: 14px;
  padding: 36px 32px;
  box-shadow: 0 2px 16px rgba(10,61,145,0.08);
  transition: transform .2s, box-shadow .2s;
  height: 100%;
}
.anx-card:hover { transform: translateY(-4px); box-shadow: 0 8px 30px rgba(10,61,145,.12); }
.anx-card .anx-card-icon { width: 44px; height: 44px; background: rgba(30,144,255,.1); border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.anx-card .anx-h3 { margin-top: 6px; margin-bottom: 12px; }
.anx-card .anx-card-body { font-family: 'Inter', sans-serif; font-size: 15px; color: var(--anx-text-mid); line-height: 1.65; }

/* Measure cards */
.anx-m-card .anx-m-badge { width: 48px; height: 48px; background: rgba(30,144,255,.08); border-radius: 10px; display: inline-flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.anx-m-card .anx-m-num { font-family: 'Sora', sans-serif; font-weight: 700; font-size: 20px; color: var(--anx-accent); }
.anx-m-card .anx-m-name { font-family: 'Sora', sans-serif; font-weight: 600; font-size: 18px; color: var(--anx-navy); margin-bottom: 8px; }
.anx-m-card .anx-m-desc { font-family: 'Inter', sans-serif; font-size: 14px; color: var(--anx-text-mid); line-height: 1.6; }
.anx-meas-close { max-width: 560px; margin: 52px auto 0; font-family: 'Inter', sans-serif; font-style: italic; font-size: 16px; color: var(--anx-text-muted); border-top: 1px solid var(--anx-border); padding-top: 32px; text-align: center; }

/* Method (A.N.U.E.X.I.S.) cards on navy */
.anx-method-section { background-color: var(--anx-navy); background-image: radial-gradient(circle, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 36px 36px; }
.anx-meth-card { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); border-radius: 14px; padding: 28px 24px; transition: background .2s; height: 100%; }
.anx-meth-card:hover { background: rgba(255,255,255,.09); }
.anx-meth-letter { font-family: 'Sora', sans-serif; font-weight: 800; font-size: 32px; color: var(--anx-accent); line-height: 1; margin-bottom: 6px; }
.anx-meth-title { font-family: 'Sora', sans-serif; font-weight: 600; font-size: 15px; color: #fff; margin: 6px 0 8px; letter-spacing: .02em; }
.anx-meth-desc { font-family: 'Inter', sans-serif; font-size: 14px; color: rgba(255,255,255,.65); line-height: 1.6; }
.anx-method-section .anx-eyebrow { color: var(--anx-accent); }
.anx-method-section .anx-h2 { color: #fff; }
.anx-method-section .anx-meth-intro { font-family: 'Inter', sans-serif; font-size: 17px; color: rgba(255,255,255,.7); line-height: 1.7; max-width: 580px; margin: 0 auto; text-align: center; }

/* About frame */
.anx-about-frame { border-radius: 16px; background: linear-gradient(180deg,#1a2e5e 0%, #0A3D91 100%); padding: 56px 40px 0; text-align: center; position: relative; overflow: hidden; border: 1px solid rgba(30,144,255,.2); box-shadow: 0 20px 60px rgba(10,61,145,.15); }
.anx-about-frame .anx-about-fc { padding-bottom: 52px; }
.anx-about-frame .anx-about-brand { font-family: 'Sora', sans-serif; font-weight: 700; font-size: 18px; color: #fff; letter-spacing: .12em; margin-top: 20px; }
.anx-about-frame .anx-about-tgl { font-family: 'Inter', sans-serif; font-weight: 600; font-size: 9px; color: var(--anx-accent); letter-spacing: .2em; text-transform: uppercase; margin-top: 6px; }
.anx-about-frame .anx-about-bar { height: 3px; background: linear-gradient(90deg, var(--anx-accent), #4DB6FF); }

/* Badges */
.anx-badge { font-family: 'Inter', sans-serif; font-weight: 600; font-size: 12px; letter-spacing: .05em; padding: 8px 16px; border: 1px solid var(--anx-border); border-radius: 20px; color: var(--anx-text-mid); display: inline-block; }
.anx-badge-soon { font-family: 'Inter', sans-serif; font-weight: 600; font-size: 11px; background: rgba(30,144,255,.1); color: var(--anx-accent); border-radius: 20px; padding: 4px 12px; margin-left: 10px; display: inline-block; vertical-align: middle; }

/* Contact form wrap on navy */
.anx-contact-section { background-color: var(--anx-navy); background-image: radial-gradient(circle, rgba(255,255,255,.03) 1px, transparent 1px); background-size: 36px 36px; }
.anx-contact-section .anx-h2 { color: #fff; }
.anx-contact-section .anx-eyebrow { color: var(--anx-accent); }
.anx-contact-body { font-family: 'Inter', sans-serif; font-size: 17px; color: rgba(255,255,255,.75); line-height: 1.75; }
.anx-contact-divider { border: none; border-top: 1px solid rgba(255,255,255,.15); margin: 28px 0; }
.anx-contact-label { font-family: 'Inter', sans-serif; font-size: 14px; color: rgba(255,255,255,.5); margin-bottom: 8px; }
.anx-contact-email a { font-family: 'Inter', sans-serif; font-weight: 600; font-size: 16px; color: var(--anx-accent) !important; text-decoration: none; }
.anx-contact-email a:hover { text-decoration: underline; }
.anx-form-note { font-family: 'Inter', sans-serif; font-size: 14px; color: rgba(255,255,255,.55); margin-bottom: 24px; }
.anx-form-wrap { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: 14px; padding: 36px 32px; }
.anx-form-wrap .ff-el-input--label label, .anx-form-wrap label { color: rgba(255,255,255,.75) !important; font-family: 'Inter', sans-serif; font-weight: 600; font-size: 13px; }
.anx-form-wrap input, .anx-form-wrap textarea {
  background: rgba(255,255,255,.07) !important;
  border: 1px solid rgba(255,255,255,.15) !important;
  color: #fff !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 15px !important;
  border-radius: 8px !important;
}
.anx-form-wrap input::placeholder, .anx-form-wrap textarea::placeholder { color: rgba(255,255,255,.35) !important; }
.anx-form-wrap input:focus, .anx-form-wrap textarea:focus { border-color: var(--anx-accent) !important; box-shadow: 0 0 0 3px rgba(30,144,255,.2) !important; }
.anx-form-wrap .ff-btn-submit { background: var(--anx-accent) !important; border-color: var(--anx-accent) !important; padding: 14px !important; font-weight: 600 !important; }
.anx-form-wrap .ff-btn-submit:hover { background: var(--anx-accent-muted) !important; }

/* Header (XPRO will host this) */
.anx-site-header { background: rgba(10,61,145,0.97); }
.anx-site-header a { color: rgba(255,255,255,.85); text-decoration: none; }
.anx-site-header a:hover { color: #fff; }
