/* =============================================================
   HOME / LANDING — Case Italia NPL Expert
   Identità "Casa d'Aste": crema/bordeaux/oro · Fraunces + Hanken Grotesk.
   (I token mantengono il nome storico --hp-green ma valgono bordeaux.)
   ============================================================= */

:root {
  --hp-bg: #FFFFFF;
  --hp-bg-2: #F7F3EC;
  --hp-bg-3: #EFE9DD;
  --hp-bg-dark: #2A2520;
  --hp-bg-dark-2: #3A2A2A;
  --hp-text: #1A1714;
  --hp-text-2: #5A4F45;
  --hp-text-dim: #9A8F80;
  --hp-text-light: #E8E0D5;
  --hp-border: #E4DCCD;
  --hp-border-2: #D4C9B7;
  --hp-green: #6B2C39;        /* accento primario = bordeaux Casa d'Aste */
  --hp-green-dark: #531F2A;
  --hp-green-light: #F2E7E5;  /* tinta bordeaux chiara (badge/sfondi) */
  --hp-gold: #9A7B3F;
  --hp-gold-light: #B89968;
  --hp-red: #8B1A1A;
  --hp-blue: #2C3E5B;
  --hp-serif: 'Fraunces', Georgia, 'Times New Roman', serif;
  --hp-sans: 'Hanken Grotesk', -apple-system, BlinkMacSystemFont, sans-serif;
  --hp-mono: 'IBM Plex Mono', 'JetBrains Mono', monospace;
  --hp-radius: 8px;
  --hp-radius-lg: 14px;
  --hp-shadow-sm: 0 2px 8px rgba(42, 37, 32,0.05);
  --hp-shadow: 0 8px 30px rgba(42, 37, 32,0.08);
  --hp-shadow-lg: 0 20px 60px rgba(42, 37, 32,0.12);
  --hp-t: cubic-bezier(0.4, 0, 0.2, 1);
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--hp-sans);
  color: var(--hp-text);
  background: var(--hp-bg);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

a { color: var(--hp-green); text-decoration: none; }
a:hover { text-decoration: underline; }

.hp-container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.hp-accent { color: var(--hp-green); }
.hp-accent-gold { color: var(--hp-gold); }

/* =============================================================
   HEADER
   ============================================================= */
.hp-header {
  position: sticky; top: 0;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--hp-border);
  z-index: 100;
}
.hp-header-inner {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 24px;
  gap: 24px;
}
.hp-brand img { height: 40px; width: auto; }
.hp-nav {
  display: flex; gap: 22px;
  font-size: 13px; font-weight: 600;
}
.hp-nav a { color: var(--hp-text-2); text-decoration: none; transition: color 0.15s; }
.hp-nav a:hover { color: var(--hp-green); }
.hp-header-cta { display: flex; gap: 8px; }

/* =============================================================
   BUTTONS
   ============================================================= */
.hp-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 10px 18px;
  border-radius: var(--hp-radius);
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.3px;
  cursor: pointer;
  text-decoration: none;
  border: 1px solid transparent;
  transition: all 0.18s var(--hp-t);
}
.hp-btn:hover { text-decoration: none; transform: translateY(-1px); }

.hp-btn-primary {
  background: var(--hp-green); color: white;
  border-color: var(--hp-green);
  box-shadow: 0 4px 16px rgba(107, 44, 57, 0.25);
}
.hp-btn-primary:hover { background: var(--hp-green-dark); box-shadow: 0 6px 20px rgba(107, 44, 57, 0.35); }

.hp-btn-ghost {
  background: transparent;
  color: var(--hp-text-2);
  border-color: var(--hp-border-2);
}
.hp-btn-ghost:hover { color: var(--hp-text); border-color: var(--hp-text-2); }

.hp-btn-outline {
  background: white; color: var(--hp-text);
  border-color: var(--hp-text);
}
.hp-btn-outline:hover { background: var(--hp-text); color: white; }

.hp-btn-outline-light {
  background: transparent; color: white;
  border-color: white;
}
.hp-btn-outline-light:hover { background: white; color: var(--hp-text); }

.hp-btn-large { padding: 14px 26px; font-size: 15px; }
.hp-btn-full { width: 100%; }

/* =============================================================
   HERO
   ============================================================= */
.hp-hero {
  padding: 70px 0 50px;
  background: linear-gradient(180deg, #FFFFFF 0%, #FBF9F5 100%);
  position: relative;
}

.hp-hero-ribbon {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 7px 16px;
  background: rgba(107, 44, 57, 0.08);
  border: 1px solid rgba(107, 44, 57, 0.25);
  border-radius: 100px;
  font-family: var(--hp-mono);
  font-size: 11px;
  font-weight: 700;
  color: var(--hp-green-dark);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.hp-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--hp-green);
  animation: hpPulse 2s infinite;
}
@keyframes hpPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(107, 44, 57, 0.5); }
  50% { box-shadow: 0 0 0 8px rgba(107, 44, 57, 0); }
}

.hp-hero-title {
  font-family: var(--hp-serif);
  font-size: clamp(32px, 4.6vw, 52px);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: -0.5px;
  color: var(--hp-text);
  margin-bottom: 24px;
  max-width: 960px;
}

/* ===== Icone SVG (Phosphor) — sostituiscono le emoji nei titoli/card ===== */
.hp-btn i.ph { font-size: 16px; }
.hp-card-icon i.ph { color: var(--hp-green); display: inline-block; }
.hp-feature-block h3 i.ph,
.hp-form-card h3 i.ph { color: var(--hp-green); font-size: 20px; vertical-align: -3px; margin-right: 4px; }
.hp-perchi-yes h3 i.ph { color: var(--hp-green); vertical-align: -3px; margin-right: 4px; }
.hp-perchi-no h3 i.ph  { color: var(--hp-red);   vertical-align: -3px; margin-right: 4px; }
.hp-garanzia-shield i.ph { color: var(--hp-gold); }

.hp-hero-lede {
  font-size: 18px;
  color: var(--hp-text-2);
  max-width: 850px;
  line-height: 1.6;
  margin-bottom: 32px;
}
.hp-hero-lede strong { color: var(--hp-text); }

.hp-hero-ctas {
  display: flex; gap: 14px;
  margin-bottom: 36px;
  flex-wrap: wrap;
}

.hp-hero-trust {
  display: flex; gap: 28px; flex-wrap: wrap;
  font-size: 13px;
  color: var(--hp-text-2);
  padding-top: 24px;
  border-top: 1px solid var(--hp-border);
}
.hp-hero-trust div::before { content: "✓ "; color: var(--hp-green); font-weight: 700; }
.hp-hero-trust strong { color: var(--hp-text); }

/* =============================================================
   STATS RIBBON
   ============================================================= */
.hp-stats {
  background: var(--hp-bg-dark);
  color: white;
  padding: 40px 0;
}
.hp-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  text-align: center;
}
.hp-stat-value {
  font-family: var(--hp-serif);
  font-size: 54px;
  font-weight: 400;
  color: var(--hp-gold);
  line-height: 1;
}
.hp-stat-unit {
  font-family: var(--hp-mono);
  font-size: 11px;
  font-weight: 700;
  color: var(--hp-gold-light);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 4px;
}
.hp-stat-label {
  font-size: 13px;
  color: var(--hp-text-light);
  margin-top: 12px;
  line-height: 1.5;
}

/* =============================================================
   SECTIONS GENERICHE
   ============================================================= */
.hp-section { padding: 80px 0; }
.hp-section-gray { background: var(--hp-bg-2); }
.hp-section-dark { background: var(--hp-bg-dark); color: var(--hp-text-light); }
.hp-section-dark .hp-section-title { color: white; }
.hp-section-dark .hp-section-intro,
.hp-section-dark .hp-section-foot { color: var(--hp-text-light); opacity: 0.88; }
.hp-section-dark .hp-section-intro strong,
.hp-section-dark .hp-section-foot strong { color: white; }

.hp-section-tag {
  display: inline-block;
  font-family: var(--hp-mono);
  font-size: 11px;
  font-weight: 700;
  color: var(--hp-green);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 14px;
  padding: 4px 12px;
  background: var(--hp-green-light);
  border-radius: 12px;
}
.hp-section-tag-light {
  background: rgba(201, 168, 76, 0.15);
  color: var(--hp-gold-light);
}

.hp-section-title {
  font-family: var(--hp-serif);
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.3px;
  margin-bottom: 20px;
  max-width: 1000px;
  color: var(--brand);
}

.hp-section-intro {
  font-size: 17px;
  color: var(--hp-text-2);
  line-height: 1.7;
  margin-bottom: 18px;
  max-width: 900px;
}
.hp-section-intro strong { color: var(--hp-text); }

.hp-section-foot {
  font-size: 14px;
  color: var(--hp-text-2);
  line-height: 1.65;
  margin-top: 24px;
  max-width: 900px;
}
.hp-disclaimer { font-style: italic; font-size: 12px; opacity: 0.8; }

/* =============================================================
   CARDS / GRID
   ============================================================= */
.hp-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 40px;
}
.hp-card {
  background: white;
  border: 1px solid var(--hp-border);
  border-radius: var(--hp-radius-lg);
  padding: 28px 24px;
  transition: all 0.2s var(--hp-t);
}
.hp-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--hp-shadow);
  border-color: var(--hp-green);
}
.hp-card-icon { font-size: 32px; margin-bottom: 14px; }
.hp-card h3 {
  font-family: var(--hp-serif);
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 10px;
  color: var(--hp-text);
}
.hp-card p {
  font-size: 14px;
  color: var(--hp-text-2);
  line-height: 1.65;
}

/* =============================================================
   QUOTE BOX (in section dark)
   ============================================================= */
.hp-quote-box {
  background: rgba(255, 255, 255, 0.04);
  border-left: 4px solid var(--hp-gold);
  padding: 28px 32px;
  margin: 30px 0;
  border-radius: 0 var(--hp-radius) var(--hp-radius) 0;
}
.hp-quote-box p {
  font-size: 18px;
  color: white;
  line-height: 1.7;
  margin-bottom: 14px;
}
.hp-quote-box p:last-child { margin-bottom: 0; }
.hp-quote-foot {
  font-size: 13px !important;
  color: var(--hp-text-light) !important;
  opacity: 0.75;
  margin-top: 10px !important;
}

.hp-paradigma-box {
  background: rgba(201, 168, 76, 0.1);
  border: 1px solid rgba(201, 168, 76, 0.3);
  padding: 24px 28px;
  border-radius: var(--hp-radius-lg);
  margin-top: 30px;
}
.hp-paradigma-box h3 {
  font-family: var(--hp-serif);
  font-size: 22px;
  font-weight: 400;
  color: var(--hp-gold);
  margin-bottom: 12px;
}
.hp-paradigma-box p {
  font-size: 15px;
  color: var(--hp-text-light);
  line-height: 1.7;
}

/* =============================================================
   TRIPTIC (SAPERE / AGIRE / CAPITALIZZARE)
   ============================================================= */
.hp-trip-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 40px;
}
.hp-trip-card {
  background: white;
  border: 1px solid var(--hp-border);
  border-radius: var(--hp-radius-lg);
  padding: 32px 26px;
  position: relative;
  transition: all 0.2s var(--hp-t);
}
.hp-trip-card:hover { transform: translateY(-4px); box-shadow: var(--hp-shadow); }
.hp-trip-card-accent {
  background: linear-gradient(180deg, var(--hp-text) 0%, #2A1F1F 100%);
  color: white;
  border: none;
}
.hp-trip-num {
  font-family: var(--hp-mono);
  font-size: 12px;
  font-weight: 700;
  color: var(--hp-text-dim);
  letter-spacing: 2px;
  margin-bottom: 16px;
}
.hp-trip-card-accent .hp-trip-num { color: var(--hp-gold); }
.hp-trip-title {
  font-family: var(--hp-serif);
  font-size: 28px;
  font-weight: 400;
  color: var(--hp-text);
  margin-bottom: 14px;
}
.hp-trip-card-accent .hp-trip-title { color: white; }
.hp-trip-card p { font-size: 14px; color: var(--hp-text-2); line-height: 1.65; }
.hp-trip-card-accent p { color: rgba(255,255,255,0.85); }
.hp-trip-card-accent strong { color: var(--hp-gold-light); }

/* =============================================================
   FEATURES (formazione + strumenti operativi)
   ============================================================= */
.hp-features-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 40px;
}
.hp-feature-block {
  background: white;
  border: 1px solid var(--hp-border);
  border-radius: var(--hp-radius-lg);
  padding: 28px;
}
.hp-feature-highlight {
  background: linear-gradient(135deg, rgba(107, 44, 57,0.04), rgba(107, 44, 57,0.01));
  border: 2px solid var(--hp-green);
}
.hp-feature-block h3 {
  font-family: var(--hp-serif);
  font-size: 22px;
  font-weight: 400;
  color: var(--hp-text);
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--hp-border);
}
.hp-feature-block ul { list-style: none; padding: 0; }
.hp-feature-block li {
  padding: 8px 0 8px 22px;
  position: relative;
  font-size: 14px;
  color: var(--hp-text-2);
  line-height: 1.5;
}
.hp-feature-block li::before {
  content: "▸";
  position: absolute; left: 0; top: 8px;
  color: var(--hp-green);
  font-weight: 700;
}
.hp-feature-block li strong { color: var(--hp-text); }

/* =============================================================
   RADAR HIGHLIGHTS
   ============================================================= */
.hp-radar-features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin: 30px 0;
}
.hp-rf {
  background: var(--hp-bg-3);
  border: 1px solid var(--hp-border);
  border-radius: var(--hp-radius);
  padding: 18px 16px;
  text-align: center;
}
.hp-rf-num {
  display: block;
  font-family: var(--hp-serif);
  font-size: 28px;
  font-weight: 400;
  color: var(--hp-green);
  line-height: 1;
}
.hp-rf-label {
  display: block;
  font-family: var(--hp-mono);
  font-size: 10px;
  color: var(--hp-text-2);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 6px;
}

/* =============================================================
   NUMERI BOX
   ============================================================= */
.hp-numeri-box {
  background: white;
  border: 1px solid var(--hp-border);
  border-radius: var(--hp-radius-lg);
  padding: 30px 32px;
  margin: 30px 0;
  box-shadow: var(--hp-shadow-sm);
}
.hp-numeri-box h3 {
  font-family: var(--hp-serif);
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--hp-border);
}
.hp-numeri-table { width: 100%; border-collapse: collapse; }
.hp-numeri-table td {
  padding: 12px 0;
  font-size: 15px;
  color: var(--hp-text-2);
  border-bottom: 1px dotted var(--hp-border);
}
.hp-numeri-table td:first-child { width: 50%; }
.hp-numeri-table tr:last-child td { border-bottom: none; }
.hp-numeri-val {
  font-family: var(--hp-mono);
  font-weight: 700;
  color: var(--hp-text);
  text-align: right;
}
.hp-numeri-val small { color: var(--hp-text-2); font-weight: 400; }
.hp-numeri-foot {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid var(--hp-border);
  font-size: 14px;
  color: var(--hp-text-2);
  line-height: 1.6;
}

/* =============================================================
   PER CHI È
   ============================================================= */
.hp-perchi-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-top: 40px;
}
.hp-perchi-block {
  border-radius: var(--hp-radius-lg);
  padding: 28px;
  border: 2px solid;
}
.hp-perchi-yes {
  background: var(--hp-green-light);
  border-color: var(--hp-green);
}
.hp-perchi-no {
  background: #FDF5F5;
  border-color: var(--hp-red);
}
.hp-perchi-block h3 {
  font-family: var(--hp-serif);
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 16px;
}
.hp-perchi-yes h3 { color: var(--hp-green-dark); }
.hp-perchi-no h3 { color: var(--hp-red); }
.hp-perchi-block ul { list-style: none; padding: 0; }
.hp-perchi-block li {
  padding: 9px 0;
  font-size: 14px;
  color: var(--hp-text-2);
  line-height: 1.6;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}
.hp-perchi-block li:last-child { border-bottom: none; }
.hp-perchi-block strong { color: var(--hp-text); }

/* =============================================================
   GARANZIA (in section dark)
   ============================================================= */
.hp-garanzia-box {
  text-align: center;
  max-width: 800px;
  margin: 40px auto 0;
  background: linear-gradient(135deg, rgba(201,168,76,0.12) 0%, rgba(201,168,76,0.04) 100%);
  border: 2px solid var(--hp-gold);
  border-radius: var(--hp-radius-lg);
  padding: 40px 30px;
}
.hp-garanzia-shield {
  font-size: 56px; color: var(--hp-gold);
  margin-bottom: 14px;
}
.hp-garanzia-box h3 {
  font-family: var(--hp-serif);
  font-size: 28px;
  font-weight: 400;
  color: white;
  margin-bottom: 18px;
  line-height: 1.3;
}
.hp-garanzia-box p {
  font-size: 16px;
  color: var(--hp-text-light);
  line-height: 1.7;
  margin-bottom: 14px;
}
.hp-garanzia-box p:last-child { margin-bottom: 0; }
.hp-garanzia-box strong { color: white; }
.hp-garanzia-foot { font-size: 13px !important; opacity: 0.8; font-style: italic; }

/* =============================================================
   FONDATORE
   ============================================================= */
.hp-founder-section {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 50px;
  align-items: center;
}
.hp-founder-photo img {
  width: 100%; height: auto;
  border-radius: var(--hp-radius-lg);
  box-shadow: var(--hp-shadow-lg);
  border: 4px solid white;
}
.hp-founder-name {
  font-family: var(--hp-serif);
  font-size: 36px;
  font-weight: 400;
  color: var(--hp-text);
  margin-bottom: 12px;
}
.hp-founder-bio {
  font-size: 16px;
  color: var(--hp-text-2);
  line-height: 1.7;
  margin-bottom: 24px;
}
.hp-founder-bio strong { color: var(--hp-text); }
.hp-quote {
  border-left: 4px solid var(--hp-gold);
  padding: 16px 22px;
  background: var(--hp-bg-2);
  font-family: var(--hp-serif);
  font-size: 22px;
  font-style: italic;
  color: var(--hp-text);
  border-radius: 0 var(--hp-radius) var(--hp-radius) 0;
}
.hp-quote cite {
  display: block;
  margin-top: 10px;
  font-family: var(--hp-sans);
  font-size: 13px;
  font-style: normal;
  color: var(--hp-text-2);
  letter-spacing: 0.5px;
}

/* =============================================================
   STEPS
   ============================================================= */
.hp-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 40px;
  position: relative;
}
.hp-step {
  background: white;
  border-radius: var(--hp-radius-lg);
  padding: 30px 26px;
  border: 1px solid var(--hp-border);
  position: relative;
}
.hp-step-num {
  display: inline-block;
  width: 44px; height: 44px;
  background: var(--hp-green);
  color: white;
  font-family: var(--hp-serif);
  font-size: 22px;
  border-radius: 50%;
  text-align: center;
  line-height: 44px;
  margin-bottom: 16px;
}
.hp-step h3 {
  font-family: var(--hp-serif);
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 10px;
  color: var(--hp-text);
}
.hp-step p {
  font-size: 14px;
  color: var(--hp-text-2);
  line-height: 1.6;
}

/* =============================================================
   FAQ
   ============================================================= */
.hp-faq-list { margin-top: 40px; max-width: 900px; }
.hp-faq {
  background: white;
  border: 1px solid var(--hp-border);
  border-radius: var(--hp-radius);
  margin-bottom: 12px;
  overflow: hidden;
}
.hp-faq summary {
  cursor: pointer;
  padding: 18px 22px;
  font-weight: 600;
  font-size: 15px;
  color: var(--hp-text);
  list-style: none;
  position: relative;
  padding-right: 50px;
}
.hp-faq summary::after {
  content: "+";
  position: absolute;
  right: 22px; top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  color: var(--hp-green);
  font-weight: 400;
  transition: transform 0.2s var(--hp-t);
}
.hp-faq[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.hp-faq summary::-webkit-details-marker { display: none; }
.hp-faq p {
  padding: 0 22px 22px;
  font-size: 14px;
  color: var(--hp-text-2);
  line-height: 1.7;
}
.hp-faq strong { color: var(--hp-text); }

/* =============================================================
   FORM CTA FINALE
   ============================================================= */
.hp-section-cta-final {
  background: linear-gradient(135deg, var(--hp-bg-dark) 0%, var(--hp-bg-dark-2) 100%);
  color: white;
}
.hp-section-cta-final .hp-section-title { color: white; }
.hp-section-cta-final .hp-section-intro { color: rgba(255,255,255,0.9); }
.hp-section-cta-final .hp-section-intro strong { color: white; }

.hp-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 40px;
}
.hp-form-card {
  background: white;
  color: var(--hp-text);
  padding: 32px 30px;
  border-radius: var(--hp-radius-lg);
  box-shadow: var(--hp-shadow-lg);
}
.hp-form-card-alt {
  background: linear-gradient(135deg, var(--hp-text) 0%, #2A1F1F 100%);
  color: white;
}
.hp-form-card h3 {
  font-family: var(--hp-serif);
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 8px;
}
.hp-form-help {
  font-size: 13px;
  color: var(--hp-text-2);
  margin-bottom: 20px;
}
.hp-form-card-alt .hp-form-help { color: rgba(255,255,255,0.7); }

.hp-form { display: flex; flex-direction: column; gap: 14px; }
.hp-form-row label {
  display: block;
  font-family: var(--hp-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--hp-text-2);
  margin-bottom: 5px;
}
.hp-form-card-alt .hp-form-row label { color: rgba(255,255,255,0.6); }

.hp-form-row input,
.hp-form-row select,
.hp-form-row textarea {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid var(--hp-border-2);
  border-radius: var(--hp-radius);
  font-family: inherit;
  font-size: 14px;
  color: var(--hp-text);
  background: white;
}
.hp-form-row input:focus,
.hp-form-row select:focus,
.hp-form-row textarea:focus {
  outline: none;
  border-color: var(--hp-green);
  box-shadow: 0 0 0 3px rgba(107, 44, 57, 0.15);
}

.hp-form-card-alt .hp-form-row input,
.hp-form-card-alt .hp-form-row select,
.hp-form-card-alt .hp-form-row textarea {
  background: rgba(255,255,255,0.06);
  border-color: rgba(255,255,255,0.18);
  color: white;
}
.hp-form-card-alt .hp-form-row input:focus,
.hp-form-card-alt .hp-form-row select:focus,
.hp-form-card-alt .hp-form-row textarea:focus {
  background: rgba(255,255,255,0.1);
  border-color: var(--hp-gold);
  box-shadow: 0 0 0 3px rgba(201,168,76,0.25);
}

.hp-form-checkbox {
  display: flex; gap: 10px;
  font-size: 12px;
  color: var(--hp-text-2);
  line-height: 1.5;
  align-items: flex-start;
  margin-top: 8px;
}
.hp-form-card-alt .hp-form-checkbox { color: rgba(255,255,255,0.75); }
.hp-form-checkbox input { margin-top: 2px; }

.hp-form-feedback {
  font-size: 13px;
  padding: 10px 12px;
  border-radius: var(--hp-radius);
  display: none;
}
.hp-form-feedback.success {
  display: block;
  background: var(--hp-green-light);
  color: var(--hp-green-dark);
  border: 1px solid var(--hp-green);
}
.hp-form-feedback.error {
  display: block;
  background: #FAE5E5;
  color: var(--hp-red);
  border: 1px solid var(--hp-red);
}

/* =============================================================
   FOOTER
   ============================================================= */
.hp-footer {
  background: #1A1612;
  color: var(--hp-text-light);
  padding: 60px 0 30px;
}
.hp-footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  margin-bottom: 30px;
}
.hp-footer-logo { height: 48px; width: auto; margin-bottom: 14px; }
.hp-footer-tagline { font-size: 13px; opacity: 0.7; line-height: 1.6; max-width: 360px; }
.hp-footer-top h4 {
  font-family: var(--hp-mono);
  font-size: 11px;
  font-weight: 700;
  color: var(--hp-gold);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.hp-footer-top ul { list-style: none; padding: 0; }
.hp-footer-top li {
  font-size: 13px;
  color: rgba(255,255,255,0.7);
  padding: 4px 0;
}
.hp-footer-top a { color: rgba(255,255,255,0.7); }
.hp-footer-top a:hover { color: var(--hp-gold); }

.hp-footer-disclaimer {
  font-size: 11px;
  color: rgba(255,255,255,0.45);
  line-height: 1.6;
}
.hp-footer-disclaimer p { margin-bottom: 10px; }
.hp-footer-disclaimer strong { color: rgba(255,255,255,0.7); }
.hp-copy {
  margin-top: 16px !important;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,0.08);
  text-align: center;
}

/* =============================================================
   RESPONSIVE
   ============================================================= */
@media (max-width: 960px) {
  .hp-nav { display: none; }
  .hp-stats-grid,
  .hp-grid-3,
  .hp-trip-grid,
  .hp-features-grid,
  .hp-perchi-grid,
  .hp-radar-features,
  .hp-steps,
  .hp-form-grid,
  .hp-founder-section,
  .hp-footer-top { grid-template-columns: 1fr; }
  .hp-radar-features { grid-template-columns: repeat(2, 1fr); }
  .hp-stats-grid { grid-template-columns: repeat(2, 1fr); }
  .hp-founder-section { text-align: center; }
  .hp-founder-photo img { max-width: 240px; margin: 0 auto; display: block; }
  .hp-section { padding: 60px 0; }
  .hp-hero { padding: 50px 0 40px; }
  .hp-hero-trust { gap: 14px; }
  .hp-hero-trust div { width: 100%; }
}
