/*
Theme Name:   2nd Hustle AI Child
Theme URI:    https://2ndhustleai.com
Description:  Child theme for 2nd Hustle AI — built on Astra
Author:       Second Hustle LLC
Author URI:   https://secondhustle.com
Template:     astra
Version:      1.0.0
License:      GNU General Public License v2 or later
Text Domain:  2ndhustleai-child
*/

/* ─── IMPORT PARENT ─── */
@import url("../astra/style.css");

/* ─── GOOGLE FONTS ─── */
@import url('https://fonts.googleapis.com/css2?family=Syne:wght@400;600;700;800&family=DM+Sans:ital,wght@0,300;0,400;0,500;1,300&display=swap');

/* ─── RESET & BASE ─── */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  --black:     #050507;
  --surface:   #0d0d10;
  --card:      #111115;
  --border:    rgba(255,255,255,0.07);
  --green:     #00e87a;
  --green-dim: rgba(0,232,122,0.10);
  --white:     #f0efe8;
  --muted:     rgba(240,239,232,0.45);
  --muted2:    rgba(240,239,232,0.28);
}

html { scroll-behavior: smooth; }

body,
body.ast-page-builder-template {
  background: var(--black) !important;
  color: var(--white) !important;
  font-family: 'DM Sans', sans-serif !important;
  font-weight: 400;
  overflow-x: hidden;
  line-height: 1.6;
}

/* Override Astra */
.ast-container,
.site-content,
#content,
.entry-content,
.ast-article-post,
.ast-page-builder-template .entry-content {
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

.site-header,
.ast-primary-header-bar,
#masthead { display: none !important; }

.site-footer,
#colophon { display: none !important; }

.admin-bar .site-navbar-wrap,
.admin-bar #masthead { top: 32px; }

/* ─── TYPOGRAPHY ─── */
h1, h2, h3, h4 {
  font-family: 'Syne', sans-serif !important;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.03em;
}
p { font-weight: 300; }
a { text-decoration: none; color: inherit; }

/* ═══ NAV ═══ */
.sh-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.1rem 5vw;
  background: rgba(5,5,7,0.82);
  backdrop-filter: blur(24px);
  border-bottom: 1px solid var(--border);
}
.sh-nav-logo { font-family: 'Syne', sans-serif; font-weight: 800; font-size: 1.15rem; letter-spacing: -0.04em; color: var(--white); }
.sh-nav-logo em { color: var(--green); font-style: normal; }
.sh-nav-links { display: flex; align-items: center; gap: 2.4rem; list-style: none; }
.sh-nav-links a { color: var(--muted); font-size: 0.8rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; transition: color .2s; }
.sh-nav-links a:hover { color: var(--white); }
.sh-nav-btn {
  background: var(--green) !important; color: var(--black) !important;
  padding: .5rem 1.3rem; border-radius: 3px;
  font-weight: 700 !important; letter-spacing: 0.06em !important;
  transition: opacity .2s, transform .15s !important;
}
.sh-nav-btn:hover { opacity: .88; transform: translateY(-1px); }

/* ═══ HERO ═══ */
.sh-hero {
  position: relative; min-height: 100vh;
  display: flex; align-items: center;
  padding: 8rem 5vw 5rem;
  overflow: hidden;
}
#sh-canvas { position: absolute; inset: 0; z-index: 0; opacity: .5; }
.sh-hero-grid {
  position: absolute; inset: 0; z-index: 0;
  background-image:
    linear-gradient(rgba(0,232,122,.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,232,122,.028) 1px, transparent 1px);
  background-size: 72px 72px;
}
.sh-hero-glow {
  position: absolute; top: 20%; right: 8%; z-index: 0;
  width: 420px; height: 420px;
  background: radial-gradient(circle, rgba(0,232,122,.08) 0%, transparent 70%);
  pointer-events: none;
}
.sh-hero-content { position: relative; z-index: 2; max-width: 860px; }

.sh-badge {
  display: inline-flex; align-items: center; gap: 9px;
  background: rgba(0,232,122,.08); border: 1px solid rgba(0,232,122,.22);
  border-radius: 3px; padding: .38rem 1rem;
  font-size: .72rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase;
  color: var(--green); margin-bottom: 2rem;
  animation: fadeUp .7s ease both;
}
.sh-badge-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--green); animation: blink 2s ease infinite; }

.sh-hero h1 {
  font-size: clamp(3rem, 7.8vw, 7.2rem);
  margin-bottom: .6rem;
  animation: fadeUp .7s .08s ease both;
  color: var(--white) !important;
}
.sh-hero h1 .line2 { display: block; color: var(--green); }
.sh-hero h1 .line3 {
  display: block; color: var(--muted);
  font-weight: 400; font-family: 'DM Sans', sans-serif;
  font-size: clamp(1.1rem, 2vw, 1.6rem);
  letter-spacing: .01em; margin-top: 1.2rem; line-height: 1.55;
}
.sh-hero-actions {
  display: flex; align-items: center; gap: 1.4rem; flex-wrap: wrap;
  margin-top: 2.4rem;
  animation: fadeUp .7s .28s ease both;
}
.sh-hero-proof {
  position: absolute; right: 5vw; bottom: 4rem; z-index: 2;
  display: flex; gap: 3rem;
  animation: fadeUp .7s .4s ease both;
}
.sh-proof-item { text-align: right; }
.sh-proof-num { font-family: 'Syne', sans-serif; font-weight: 800; font-size: 2.4rem; letter-spacing: -.05em; line-height: 1; color: var(--white); }
.sh-proof-num em { color: var(--green); font-style: normal; }
.sh-proof-label { font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); margin-top: 4px; }

/* ═══ BUTTONS ═══ */
.sh-btn-prime {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--green); color: var(--black) !important;
  font-family: 'Syne', sans-serif; font-weight: 700;
  font-size: .88rem; letter-spacing: .05em; text-transform: uppercase;
  padding: .9rem 2.1rem; border-radius: 3px; border: none; cursor: pointer;
  transition: opacity .2s, transform .15s;
}
.sh-btn-prime:hover { opacity: .88; transform: translateY(-2px); }
.sh-btn-prime svg { transition: transform .2s; }
.sh-btn-prime:hover svg { transform: translateX(4px); }
.sh-btn-ghost {
  display: inline-flex; align-items: center; gap: 8px;
  color: var(--muted); font-size: .88rem; font-weight: 500;
  padding: .5rem 0; border-bottom: 1px solid rgba(240,239,232,.25);
  transition: color .2s, border-color .2s;
}
.sh-btn-ghost:hover { color: var(--green); border-color: var(--green); }

/* ═══ TICKER ═══ */
.sh-ticker-wrap { overflow: hidden; background: var(--green); padding: .8rem 0; }
.sh-ticker-inner { display: flex; gap: 3.5rem; animation: ticker 30s linear infinite; white-space: nowrap; }
.sh-ticker-inner span {
  font-family: 'Syne', sans-serif; font-weight: 700;
  font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: var(--black);
  display: inline-flex; align-items: center; gap: 1.5rem;
}
.sh-ticker-inner span::after { content: '✦'; font-size: .55rem; opacity: .6; }

/* ═══ SHARED SECTION STYLES ═══ */
.sh-section { padding: 6.5rem 5vw; }
.sh-section-eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: .72rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase;
  color: var(--green); margin-bottom: 1.3rem;
}
.sh-section-eyebrow::before { content: ''; width: 22px; height: 1px; background: var(--green); }
.sh-section-h2 { font-size: clamp(2rem, 4vw, 3.5rem); max-width: 720px; margin-bottom: 1.1rem; color: var(--white) !important; }
.sh-section-sub { font-size: 1.05rem; color: var(--muted); line-height: 1.75; max-width: 580px; font-weight: 300; }

/* ═══ PAIN SECTION ═══ */
.sh-pain { background: var(--surface); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.sh-pain-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; margin-top: 3rem; }
.sh-pain-list { display: flex; flex-direction: column; gap: 1.5rem; }
.sh-pain-item {
  display: flex; gap: 1.2rem; align-items: flex-start;
  padding: 1.4rem 1.6rem;
  background: var(--card); border: 1px solid var(--border); border-radius: 6px;
  transition: border-color .25s;
}
.sh-pain-item:hover { border-color: rgba(0,232,122,.25); }
.sh-pain-icon { font-size: 1.5rem; flex-shrink: 0; margin-top: .1rem; }
.sh-pain-item h4 { font-size: .95rem; margin-bottom: .35rem; color: var(--white) !important; }
.sh-pain-item p { font-size: .87rem; color: var(--muted); line-height: 1.6; }
.sh-pain-right h2 { font-size: clamp(1.8rem, 3.5vw, 3rem); margin-bottom: 1.2rem; color: var(--white) !important; }
.sh-pain-right p { font-size: 1.02rem; color: var(--muted); line-height: 1.75; margin-bottom: 1.2rem; }
.sh-callout {
  background: var(--green-dim); border: 1px solid rgba(0,232,122,.2);
  border-radius: 5px; padding: 1.2rem 1.5rem;
  font-size: .95rem; color: var(--white); line-height: 1.65;
}
.sh-callout strong { color: var(--green); }

/* ═══ PROCESS ═══ */
.sh-process-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  margin-top: 3.5rem;
  border: 1px solid var(--border); border-radius: 8px; overflow: hidden;
  gap: 1px; background: var(--border);
}
.sh-process-card {
  background: var(--surface); padding: 2.4rem 2rem;
  cursor: default; transition: background .3s; position: relative;
}
.sh-process-card::after {
  content: attr(data-num);
  position: absolute; top: 1.8rem; right: 1.8rem;
  font-family: 'Syne', sans-serif; font-weight: 800;
  font-size: 3rem; letter-spacing: -.08em; color: rgba(255,255,255,.04); line-height: 1;
}
.sh-process-card:hover { background: var(--card); }
.sh-process-card:hover .sh-p-icon { color: var(--green); }
.sh-p-step { font-size: .68rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--green); margin-bottom: 1.2rem; }
.sh-p-icon { font-size: 2rem; display: block; margin-bottom: .9rem; transition: color .3s; }
.sh-process-card h3 { font-size: 1.05rem; margin-bottom: .65rem; color: var(--white) !important; }
.sh-process-card p { font-size: .87rem; color: var(--muted); line-height: 1.65; }

/* ═══ SERVICES ═══ */
.sh-services { background: var(--surface); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.sh-services-layout { display: grid; grid-template-columns: 1fr 1.15fr; gap: 5rem; align-items: start; margin-top: 4rem; }
.sh-service-item {
  display: grid; grid-template-columns: 44px 1fr; gap: 1.4rem; align-items: start;
  padding: 1.8rem 0; border-top: 1px solid var(--border);
  cursor: default; transition: border-color .2s;
}
.sh-service-item:hover { border-color: rgba(0,232,122,.3); }
.sh-service-item:hover .sh-s-icon { background: var(--green-dim); border-color: rgba(0,232,122,.3); color: var(--green); }
.sh-s-icon {
  width: 44px; height: 44px; flex-shrink: 0;
  border: 1px solid var(--border); border-radius: 5px;
  display: flex; align-items: center; justify-content: center;
  color: var(--muted); transition: all .25s;
}
.sh-s-icon svg { width: 20px; height: 20px; }
.sh-service-item h3 { font-size: 1rem; margin-bottom: .4rem; color: var(--white) !important; }
.sh-service-item p { font-size: .87rem; color: var(--muted); line-height: 1.65; }

/* SERVICE DASHBOARD */
.sh-dashboard {
  position: sticky; top: 7rem;
  background: var(--card); border: 1px solid var(--border);
  border-radius: 10px; padding: 2.2rem; overflow: hidden;
}
.sh-dash-tag {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(0,232,122,.08); border: 1px solid rgba(0,232,122,.2);
  border-radius: 3px; padding: .28rem .8rem; margin-bottom: 1.4rem;
  font-size: .68rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--green);
}
.sh-dash-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--green); animation: blink 2s ease infinite; }
.sh-dash-title { font-size: 1.35rem; margin-bottom: .6rem; color: var(--white) !important; }
.sh-dash-sub { font-size: .88rem; color: var(--muted); line-height: 1.65; margin-bottom: 1.8rem; font-weight: 300; }
.sh-kpi-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .9rem; margin-bottom: 1.8rem; }
.sh-kpi { background: var(--surface); border: 1px solid var(--border); border-radius: 6px; padding: 1.1rem; }
.sh-kpi-val { font-family: 'Syne', sans-serif; font-weight: 800; font-size: 1.7rem; color: var(--green); letter-spacing: -.04em; line-height: 1; margin-bottom: 3px; }
.sh-kpi-label { font-size: .72rem; color: var(--muted); }
.sh-prog-item { margin-bottom: 1rem; }
.sh-prog-label { display: flex; justify-content: space-between; font-size: .78rem; color: var(--muted); margin-bottom: 5px; }
.sh-prog-label span:last-child { color: var(--green); font-weight: 600; }
.sh-prog-bar { height: 2px; background: rgba(255,255,255,.07); border-radius: 2px; overflow: hidden; }
.sh-prog-fill { height: 100%; background: var(--green); border-radius: 2px; width: var(--w); animation: grow 1.6s ease both; animation-delay: var(--d, 0s); }
.sh-dash-note { font-size: .78rem; color: var(--muted2); line-height: 1.55; margin-top: 1.4rem; padding-top: 1.2rem; border-top: 1px solid var(--border); }

/* ═══ WHY US ═══ */
.sh-offer { position: relative; overflow: hidden; }
.sh-offer-glow {
  position: absolute; top: -20%; left: -10%; z-index: 0;
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(0,232,122,.06) 0%, transparent 65%);
  pointer-events: none;
}
.sh-offer-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; position: relative; z-index: 1; }
.sh-offer-text .sh-section-h2 { max-width: 100%; }
.sh-offer-text p { margin-top: 1rem; font-size: 1.02rem; color: var(--muted); line-height: 1.75; }
.sh-big-claim {
  font-family: 'Syne', sans-serif; font-weight: 800;
  font-size: clamp(1.4rem, 2.5vw, 2rem); line-height: 1.2;
  color: var(--white); margin: 2rem 0 1.5rem;
  border-left: 3px solid var(--green); padding-left: 1.2rem;
}
.sh-why-grid { display: flex; flex-direction: column; gap: 1.2rem; }
.sh-why-item {
  display: flex; gap: 1.2rem; align-items: flex-start;
  background: var(--card); border: 1px solid var(--border);
  border-radius: 7px; padding: 1.4rem 1.5rem;
  transition: border-color .25s, transform .2s;
}
.sh-why-item:hover { border-color: rgba(0,232,122,.28); transform: translateX(4px); }
.sh-why-num { font-family: 'Syne', sans-serif; font-weight: 800; font-size: 1.6rem; color: var(--green); letter-spacing: -.05em; line-height: 1; flex-shrink: 0; width: 2.2rem; }
.sh-why-item h4 { font-size: .95rem; margin-bottom: .35rem; color: var(--white) !important; }
.sh-why-item p { font-size: .86rem; color: var(--muted); line-height: 1.6; }

/* ═══ INDUSTRIES ═══ */
.sh-industries { background: var(--surface); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.sh-ind-layout { display: grid; grid-template-columns: 1fr 1.5fr; gap: 5rem; align-items: start; }
.sh-ind-tags { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 2rem; }
.sh-ind-tag {
  background: var(--card); border: 1px solid var(--border); border-radius: 3px;
  padding: .55rem 1.1rem; font-size: .83rem; font-weight: 500; color: var(--white);
  cursor: default; transition: all .2s;
}
.sh-ind-tag:hover { background: var(--green-dim); border-color: rgba(0,232,122,.35); color: var(--green); }
.sh-ind-statement { font-family: 'Syne', sans-serif; font-weight: 800; font-size: clamp(1.4rem, 2.5vw, 2rem); line-height: 1.25; margin-top: 3rem; color: var(--white); }
.sh-ind-statement em { color: var(--green); font-style: normal; }

/* ═══ CONTACT ═══ */
.sh-contact { background: var(--surface); border-top: 1px solid var(--border); }
.sh-contact-layout { display: grid; grid-template-columns: 1fr 1.2fr; gap: 6rem; align-items: start; }
.sh-contact-promise {
  background: var(--green-dim); border: 1px solid rgba(0,232,122,.18);
  border-radius: 6px; padding: 1.4rem 1.6rem; margin-top: 2rem;
  font-size: .95rem; color: var(--white); line-height: 1.65;
}
.sh-contact-promise strong { color: var(--green); display: block; margin-bottom: .35rem; font-size: .8rem; text-transform: uppercase; letter-spacing: .1em; }
.sh-contact-links { display: flex; flex-direction: column; gap: .9rem; margin-top: 2rem; }
.sh-contact-link { display: flex; align-items: center; gap: .8rem; font-size: .92rem; color: var(--muted); }
.sh-contact-link svg { width: 17px; height: 17px; color: var(--green); flex-shrink: 0; }

/* FORM */
.sh-form-card { background: var(--card); border: 1px solid var(--border); border-radius: 10px; padding: 2.4rem; }
.sh-form-card h3 { font-size: 1.3rem; margin-bottom: 1.6rem; color: var(--white) !important; }
.sh-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.sh-fg { margin-bottom: 1.2rem; }
.sh-fg label { display: block; font-size: .7rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin-bottom: .5rem; }
.sh-fg input,
.sh-fg select,
.sh-fg textarea {
  width: 100%; background: var(--surface); border: 1px solid var(--border);
  border-radius: 4px; color: var(--white); font-family: 'DM Sans', sans-serif;
  font-size: .9rem; padding: .72rem 1rem; outline: none; transition: border-color .2s;
  appearance: none;
}
.sh-fg input:focus,
.sh-fg select:focus,
.sh-fg textarea:focus { border-color: rgba(0,232,122,.45); }
.sh-fg input::placeholder,
.sh-fg textarea::placeholder { color: var(--muted2); }
.sh-fg textarea { resize: vertical; min-height: 100px; }
.sh-fg select { cursor: pointer; }
.sh-form-card .sh-btn-prime { width: 100%; justify-content: center; margin-top: .5rem; }
.sh-form-disclaimer { font-size: .74rem; color: var(--muted2); text-align: center; margin-top: .9rem; line-height: 1.5; }

/* ═══ FOOTER ═══ */
.sh-footer { background: var(--black); border-top: 1px solid var(--border); padding: 3.5rem 5vw 2rem; }
.sh-footer-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 2rem; margin-bottom: 3rem; flex-wrap: wrap; }
.sh-footer-brand p { font-size: .87rem; color: var(--muted); max-width: 280px; line-height: 1.65; margin-top: .6rem; font-weight: 300; }
.sh-footer-logo { font-family: 'Syne', sans-serif; font-weight: 800; font-size: 1.2rem; letter-spacing: -.04em; color: var(--white); }
.sh-footer-logo em { color: var(--green); font-style: normal; }
.sh-footer-col h5 { font-size: .7rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin-bottom: 1rem; }
.sh-footer-col ul { list-style: none; display: flex; flex-direction: column; gap: .6rem; }
.sh-footer-col ul a { font-size: .87rem; color: var(--muted); transition: color .2s; }
.sh-footer-col ul a:hover { color: var(--green); }
.sh-footer-bottom { border-top: 1px solid var(--border); padding-top: 1.5rem; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; }
.sh-footer-copy { font-size: .76rem; color: var(--muted2); }
.sh-footer-social { display: flex; gap: .8rem; }
.sh-soc-btn {
  width: 34px; height: 34px; border-radius: 50%;
  border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  font-size: .72rem; font-weight: 700; color: var(--muted);
  transition: all .2s;
}
.sh-soc-btn:hover { border-color: var(--green); color: var(--green); background: var(--green-dim); }

/* ═══ WPFORMS DARK THEME OVERRIDES ═══
   Forces WPForms to inherit the site's dark aesthetic.
   These target WPForms' default class structure. */

/* Form container */
.sh-form-card .wpforms-container,
.sh-form-card .wpforms-form { width: 100%; }

/* Labels */
.sh-form-card .wpforms-form .wpforms-field-label,
.sh-form-card .wpforms-form label {
  display: block !important;
  font-size: .7rem !important;
  font-weight: 600 !important;
  letter-spacing: .1em !important;
  text-transform: uppercase !important;
  color: var(--muted) !important;
  margin-bottom: .5rem !important;
  font-family: 'DM Sans', sans-serif !important;
}

/* All inputs, selects, textareas */
.sh-form-card .wpforms-form input[type="text"],
.sh-form-card .wpforms-form input[type="email"],
.sh-form-card .wpforms-form input[type="tel"],
.sh-form-card .wpforms-form input[type="number"],
.sh-form-card .wpforms-form input[type="url"],
.sh-form-card .wpforms-form select,
.sh-form-card .wpforms-form textarea {
  width: 100% !important;
  background: var(--surface) !important;
  border: 1px solid var(--border) !important;
  border-radius: 4px !important;
  color: var(--white) !important;
  font-family: 'DM Sans', sans-serif !important;
  font-size: .9rem !important;
  font-weight: 400 !important;
  padding: .72rem 1rem !important;
  outline: none !important;
  transition: border-color .2s !important;
  box-shadow: none !important;
  appearance: none !important;
  -webkit-appearance: none !important;
}

.sh-form-card .wpforms-form input:focus,
.sh-form-card .wpforms-form select:focus,
.sh-form-card .wpforms-form textarea:focus {
  border-color: rgba(0,232,122,.45) !important;
  box-shadow: none !important;
  outline: none !important;
}

/* Placeholder text */
.sh-form-card .wpforms-form input::placeholder,
.sh-form-card .wpforms-form textarea::placeholder {
  color: var(--muted2) !important;
}

/* Field spacing */
.sh-form-card .wpforms-form .wpforms-field {
  margin-bottom: 1.2rem !important;
  padding: 0 !important;
}

/* Two-column layout for first row (Name + Business) */
.sh-form-card .wpforms-form .wpforms-field-name .wpforms-field-row,
.sh-form-card .wpforms-form .wpforms-name-first,
.sh-form-card .wpforms-form .wpforms-name-last {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 1rem !important;
}

/* Submit button — override WPForms default entirely */
.sh-form-card .wpforms-form .wpforms-submit-container { margin-top: .5rem !important; }
.sh-form-card .wpforms-form .wpforms-submit,
.sh-form-card .wpforms-form button[type="submit"] {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  width: 100% !important;
  background: var(--green) !important;
  color: var(--black) !important;
  font-family: 'Syne', sans-serif !important;
  font-weight: 700 !important;
  font-size: .88rem !important;
  letter-spacing: .05em !important;
  text-transform: uppercase !important;
  padding: .9rem 2.1rem !important;
  border-radius: 3px !important;
  border: none !important;
  cursor: pointer !important;
  transition: opacity .2s, transform .15s !important;
  box-shadow: none !important;
}
.sh-form-card .wpforms-form .wpforms-submit:hover,
.sh-form-card .wpforms-form button[type="submit"]:hover {
  opacity: .88 !important;
  transform: translateY(-2px) !important;
  background: var(--green) !important;
}

/* Error messages */
.sh-form-card .wpforms-form .wpforms-error-container,
.sh-form-card .wpforms-form label.wpforms-error {
  color: #ff6b6b !important;
  font-size: .78rem !important;
  margin-top: .3rem !important;
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
}

/* Success/confirmation message */
.sh-form-card .wpforms-confirmation-container-full,
.sh-form-card .wpforms-confirmation-scroll {
  background: var(--green-dim) !important;
  border: 1px solid rgba(0,232,122,.25) !important;
  border-radius: 6px !important;
  padding: 1.5rem !important;
  color: var(--white) !important;
  font-size: .95rem !important;
  line-height: 1.65 !important;
}

/* Remove any WPForms branding */
.wpforms-container .wpforms-powered-by-text { display: none !important; }

/* ═══ ANIMATIONS ═══ */
@keyframes fadeUp { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: translateY(0); } }
@keyframes blink  { 0%, 100% { opacity: 1; } 50% { opacity: .35; } }
@keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes grow   { from { width: 0; } to { width: var(--w); } }

.sh-reveal { opacity: 0; transform: translateY(28px); transition: opacity .65s ease, transform .65s ease; }
.sh-reveal.in { opacity: 1; transform: translateY(0); }
.sh-reveal-left { opacity: 0; transform: translateX(-28px); transition: opacity .65s ease, transform .65s ease; }
.sh-reveal-left.in { opacity: 1; transform: translateX(0); }

/* ═══ RESPONSIVE ═══ */
@media (max-width: 900px) {
  .sh-nav-links { display: none; }
  .sh-hero h1 { font-size: 2.8rem; }
  .sh-pain-grid,
  .sh-services-layout,
  .sh-offer-layout,
  .sh-ind-layout,
  .sh-contact-layout { grid-template-columns: 1fr; gap: 2.5rem; }
  .sh-hero-proof { position: static; margin-top: 3rem; }
  .sh-dashboard { position: static; }
  .sh-form-row { grid-template-columns: 1fr; }
  .sh-section { padding: 4.5rem 5vw; }
  .sh-footer-top { flex-direction: column; }
}
