/* ========================================
   LP PAGE STYLES
   Page-specific CSS for digitas_lp.html
   Common styles: reset, variables, nav, footer, buttons, fade, sec-label/title/lead
   ======================================== */

/* HERO */
.hero { min-height: 100vh; background: var(--navy); display: flex; flex-direction: column; justify-content: center; padding: 110px 5vw 80px; position: relative; overflow: hidden; }
.hero-grid { opacity: 0.035; background-image: linear-gradient(rgba(255,255,255,.7) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.7) 1px, transparent 1px); }
.hero-glow { top: -120px; right: -80px; width: 600px; height: 600px; background: radial-gradient(circle, rgba(232,160,32,0.13) 0%, transparent 70%); }
.hero-title { font-size: clamp(2.6rem, 5.5vw, 5rem); line-height: 1.13; max-width: 820px; margin-bottom: 28px; }
.hero-lead { font-size: clamp(.96rem, 1.8vw, 1.12rem); color: rgba(255,255,255,0.62); max-width: 600px; margin-bottom: 48px; }
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }
.btn-gold { padding: 15px 30px; font-size: 0.93rem; }
.btn-outline { display: inline-flex; align-items: center; gap: 8px; background: transparent; color: rgba(255,255,255,0.72); padding: 15px 28px; border-radius: 8px; font-size: 0.93rem; text-decoration: none; border: 1px solid rgba(255,255,255,0.22); transition: all .2s; }
.btn-outline:hover { border-color: rgba(255,255,255,0.5); color: var(--white); }
.hero-trust { margin-top: 64px; padding-top: 40px; border-top: 1px solid rgba(255,255,255,0.1); display: flex; gap: 48px; flex-wrap: wrap; }
.trust-num { font-family: 'DM Serif Display', serif; font-size: 2.4rem; color: var(--gold-light); line-height: 1; }
.trust-label { font-size: 0.74rem; color: rgba(255,255,255,0.38); line-height: 1.55; margin-top: 4px; }

/* PAIN */
.pain { background: var(--off-white); padding: 96px 5vw; }
.pain-inner { max-width: 1100px; margin: 0 auto; }
.pain-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.pain-card { background: var(--white); border-radius: 16px; border: 1px solid rgba(0,0,0,0.07); padding: 36px 28px; position: relative; overflow: hidden; }
.pain-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--gold); }
.pain-icon { font-size: 2rem; margin-bottom: 18px; }
.pain-q { font-size: 1.05rem; font-weight: 600; color: var(--navy); line-height: 1.45; margin-bottom: 14px; }
.pain-a { font-size: 0.88rem; color: var(--gray); line-height: 1.75; }

/* PROMISE */
.promise { background: var(--navy); padding: 96px 5vw; text-align: center; }
.promise-title { font-family: 'DM Serif Display', serif; font-size: clamp(2rem, 4vw, 3.4rem); color: var(--white); line-height: 1.2; max-width: 780px; margin: 0 auto 24px; }
.promise-title em { font-style: italic; color: var(--gold-light); }
.promise-sub { font-size: 1rem; color: rgba(255,255,255,0.5); max-width: 540px; margin: 0 auto 56px; line-height: 1.85; }
.promise-pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; max-width: 1000px; margin: 0 auto; }
.pillar { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: 16px; padding: 36px 26px; text-align: left; transition: all .3s; }
.pillar:hover { background: rgba(255,255,255,0.09); transform: translateY(-4px); }
.pillar-icon { font-size: 1.6rem; margin-bottom: 18px; }
.pillar-title { font-size: 1.1rem; font-weight: 600; color: var(--white); margin-bottom: 12px; line-height: 1.4; }
.pillar-text { font-size: 0.86rem; color: rgba(255,255,255,0.5); line-height: 1.75; }

/* HOW */
.how { background: var(--white); padding: 96px 5vw; }
.how-inner { max-width: 1100px; margin: 0 auto; }
.how-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 56px; }
.how-step { padding: 40px 28px 36px; border: 1px solid rgba(0,0,0,0.08); margin-right: -1px; background: var(--white); position: relative; transition: all .3s; }
.how-step:first-child { border-radius: 16px 0 0 16px; }
.how-step:last-child { border-radius: 0 16px 16px 0; margin-right: 0; }
.how-step:hover { z-index: 1; box-shadow: 0 8px 36px rgba(0,0,0,0.08); transform: translateY(-3px); }
.how-step-num { width: 40px; height: 40px; border-radius: 50%; background: var(--navy); color: var(--white); display: flex; align-items: center; justify-content: center; font-size: 0.88rem; font-weight: 600; margin-bottom: 20px; }
.how-step-title { font-size: 1rem; font-weight: 600; color: var(--navy); margin-bottom: 10px; }
.how-step-body { font-size: 0.83rem; color: var(--gray); line-height: 1.7; }
.how-step-tag { display: inline-block; margin-top: 16px; padding: 4px 11px; border-radius: 4px; font-size: 0.68rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; }
.how-step:nth-child(1) .how-step-tag { background: #e6f3fc; color: #1466a0; }
.how-step:nth-child(2) .how-step-tag { background: #fef3e0; color: #9a6800; }
.how-step:nth-child(3) .how-step-tag { background: #e8f5e9; color: #2E7D32; }
.how-step:nth-child(4) .how-step-tag { background: #fce4ec; color: #b71c5b; }

/* PROOF */
.proof { background: var(--off-white); padding: 96px 5vw; }
.proof-inner { max-width: 1100px; margin: 0 auto; }
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 56px; }
.proof-card { background: var(--white); border-radius: 16px; border: 1px solid rgba(0,0,0,0.07); padding: 36px 30px; }
.proof-quote { font-size: 1.6rem; color: var(--gold); line-height: 1; margin-bottom: 18px; font-family: 'DM Serif Display', serif; font-style: italic; }
.proof-text { font-size: 0.92rem; line-height: 1.8; color: var(--body); margin-bottom: 24px; }
.proof-client { display: flex; align-items: center; gap: 12px; padding-top: 20px; border-top: 1px solid rgba(0,0,0,0.07); }
.proof-avatar { width: 40px; height: 40px; border-radius: 50%; background: var(--navy); display: flex; align-items: center; justify-content: center; color: var(--gold-light); font-weight: 600; font-size: 0.82rem; flex-shrink: 0; }
.proof-name { font-size: 0.82rem; font-weight: 600; color: var(--navy); }
.proof-role { font-size: 0.75rem; color: var(--gray); }

/* URGENCY */
.urgency { background: var(--navy); padding: 72px 5vw; }
.urgency-inner { max-width: 960px; margin: 0 auto; display: flex; align-items: center; gap: 60px; }
.urgency-icon { font-size: 4rem; flex-shrink: 0; }
.urgency-title { font-family: 'DM Serif Display', serif; font-size: clamp(1.6rem, 3vw, 2.2rem); color: var(--white); margin-bottom: 14px; line-height: 1.25; }
.urgency-body { font-size: 0.92rem; color: rgba(255,255,255,0.55); line-height: 1.8; margin-bottom: 24px; }

/* CTA SECTION (gold bg — LP version) */
.cta-section { background: var(--gold); padding: 96px 5vw; text-align: center; }
.cta-section .cta-title { font-family: 'DM Serif Display', serif; font-size: clamp(2rem, 4vw, 3.2rem); color: var(--navy); line-height: 1.2; max-width: 720px; margin: 0 auto 16px; }
.cta-section .cta-sub { font-size: 1rem; color: rgba(13,27,42,0.65); max-width: 480px; margin: 0 auto 40px; line-height: 1.8; }

/* CONTACT FORM */
.contact { background: var(--white); padding: 96px 5vw; }
.contact-wrap { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1.1fr; gap: 80px; align-items: start; }
.info-item { display: flex; gap: 14px; margin-bottom: 20px; align-items: flex-start; }
.info-icon { width: 40px; height: 40px; background: var(--off-white); border: 1px solid rgba(0,0,0,0.08); border-radius: 9px; display: flex; align-items: center; justify-content: center; font-size: 16px; flex-shrink: 0; }
.info-text strong { font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--navy); font-weight: 600; display: block; margin-bottom: 3px; }
.info-text span { font-size: 0.86rem; color: var(--gray); line-height: 1.6; }
.contact-form { background: var(--off-white); border-radius: 20px; padding: 44px 40px; border: 1px solid rgba(0,0,0,0.07); }
.contact-form h3 { font-size: 1.15rem; font-weight: 600; color: var(--navy); margin-bottom: 6px; }
.contact-form p { font-size: 0.84rem; color: var(--gray); margin-bottom: 28px; line-height: 1.6; }
.form-row { margin-bottom: 18px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
label { display: block; font-size: 0.78rem; font-weight: 500; color: #445060; margin-bottom: 6px; }
input[type=text], input[type=email], input[type=tel], select, textarea { width: 100%; padding: 12px 14px; border-radius: 9px; border: 1px solid rgba(0,0,0,0.13); font-size: 0.9rem; font-family: inherit; background: var(--white); color: var(--body); outline: none; transition: border-color .2s; -webkit-appearance: none; }
input:focus, select:focus, textarea:focus { border-color: var(--blue); }
textarea { resize: vertical; min-height: 100px; }
.submit-btn { width: 100%; padding: 15px; background: var(--navy); color: var(--white); border: none; border-radius: 9px; cursor: pointer; font-size: 0.95rem; font-weight: 600; font-family: inherit; transition: all .2s; margin-top: 4px; }
.submit-btn:hover { background: var(--gold-muted); }
.form-privacy { font-size: 0.72rem; color: var(--gray); margin-top: 12px; text-align: center; }
.form-privacy a { color: var(--blue); text-decoration: none; }
.form-privacy a:hover { text-decoration: underline; }
input.error, select.error, textarea.error { border-color: var(--red); background: #fef7f6; }
.field-error { display: block; font-size: 0.72rem; color: var(--red); margin-top: 4px; }

/* LP FOOTER (slightly different from common) */
footer { padding: 56px 5vw 28px; }
.footer-top { display: flex; justify-content: space-between; gap: 48px; flex-wrap: wrap; padding-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,0.08); max-width: none; }
.footer-brand-name { font-weight: 600; font-size: 1.05rem; }
.footer-links { gap: 48px; }
.footer-col h4 { font-size: 0.66rem; }
.footer-col a { font-size: 0.83rem; }
.footer-bottom { padding-top: 24px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; text-align: left; border-top: none; }
.footer-reg { font-size: 0.7rem; color: rgba(255,255,255,0.18); }

/* LP FADE */
.fade { transform: translateY(28px); transition: opacity .65s ease, transform .65s ease; }

@media(max-width:900px){
  .pain-cards, .promise-pillars, .proof-grid { grid-template-columns: 1fr; }
  .how-steps { grid-template-columns: 1fr 1fr; }
  .how-step:first-child { border-radius: 16px 0 0 0; }
  .how-step:nth-child(2) { border-radius: 0 16px 0 0; margin-right: 0; }
  .how-step:nth-child(3) { border-radius: 0 0 0 16px; }
  .how-step:last-child { border-radius: 0 0 16px 0; margin-right: 0; }
  .contact-wrap { grid-template-columns: 1fr; gap: 48px; }
  .urgency-inner { flex-direction: column; gap: 24px; }
  .hero-trust { gap: 32px; }
  .form-grid { grid-template-columns: 1fr; }
}
