

/* --- Layout helpers --- */
.container { width: min(1200px, 92%); margin-inline: auto; }

/* --- Hero --- */
.hero {
  position: relative;
  min-height: clamp(420px, 60vh, 720px);
  display: grid;
  align-items: center;
  background: url('assets/images/hero bkg') center / cover no-repeat;
  color: #ffffff;
  isolation: isolate;
}
.hero::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(11,27,43,.75) 0%, rgba(11,27,43,.55) 40%, rgba(11,27,43,.25) 70%, rgba(11,27,43,0) 100%);
  z-index: -1;
}
.hero__content {
  padding: clamp(16px, 3vw, 40px) 0;
  max-width: 740px;
}
.eyebrow {
  display: inline-block;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: .9rem;
  opacity: .85;
  margin-bottom: .5rem;
}
.hero h1 {
  margin: 0 0 .5rem;
  font-size: clamp(28px, 4.4vw, 56px);
  line-height: 1.1;
}
.hero p {
  margin: 0 0 1.25rem;
  font-size: clamp(16px, 1.4vw, 18px);
  opacity: .95;
}
.btn-row { display: flex; gap: .75rem; flex-wrap: wrap; }
.btn {
  padding: .8rem 1.1rem;
  border-radius: 12px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  transition: transform .15s ease, opacity .15s ease, background .15s ease, color .15s ease, border-color .15s ease;
  cursor: pointer;
}
.btn-primary { background: #1f6ff2; color: #fff; }
.btn-primary:hover { transform: translateY(-1px); }
.btn-ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,.5); }
.btn-ghost:hover { background: rgba(255,255,255,.08); }

/* --- Section --- */
.section { padding: clamp(40px, 6vw, 80px) 0; background: #fff; }
.section h2 { margin: 0 0 .25rem; font-size: clamp(22px, 3vw, 36px); }
.muted { color: #445265; margin-top: 0; }

/* --- Cards --- */
.cards {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
}
.card {
  grid-column: span 12;
  border: 3px solid rgb(227, 166, 42);
  border-radius: 16px;
  padding: 20px;
  background: #1b345a;
  transition: box-shadow .15s ease, transform .15s ease;
}
.card:hover { box-shadow: 0 8px 28px rgba(15,26,36,.08); transform: translateY(-2px); }
.card h3 { margin: 0 0 .4rem; font-size: 1.15rem; }
@media (min-width: 700px) {
  .card { grid-column: span 6; }
}
@media (min-width: 1000px) {
  .card { grid-column: span 4; }
}

/* --- Steps --- */
.steps {
  counter-reset: step;
  display: grid;
  gap: 14px;
  margin-top: 1.25rem;
}
.step {
  display: grid; grid-template-columns: auto 1fr; gap: 12px;
  align-items: start;
  padding: 14px 0;
  border-bottom: 1px dashed #e1e8f0;
}
.step::before {
  counter-increment: step;
  content: counter(step);
  width: 36px; height: 36px; border-radius: 50%;
  display: grid; place-items: center;
  background: #1f6ff2; color: #fff; font-weight: 700;
}

/* --- Form --- */
.form-wrap {
  margin-top: 1rem;
  display: grid; gap: 12px;
  grid-template-columns: 1fr;
}
.field { display: grid; gap: 6px; }
.field label { font-weight: 600; font-size: .95rem; color: #203349; }
.field input, .field select, .field textarea {
  padding: .8rem .9rem; border-radius: 12px; border: 1px solid #d7dfeb; background: #fff;
  font: inherit; color: #0f1a24;
}
.field textarea { min-height: 120px; resize: vertical; }
@media (min-width: 820px) {
  .form-wrap { grid-template-columns: repeat(2, 1fr); }
  .form-wrap .full { grid-column: 1 / -1; }
}

/* --- Footer stripe --- */
.stripe {
  background: #0f1a24; color: #c9d6e8; text-align: center; padding: 18px;
  font-size: .95rem;
}

/* --- Reduced motion --- */
@media (prefers-reduced-motion: reduce) {
  .btn, .card { transition: none; }
}
:root{
  --navy:#0b2341;
  --navy-2:#082036;
  --gold:#d7b24b;
  --gold-2:#b89434;
  --ice:#d9e6f7;
  --ice-2:#c9d8ee;
  --text:#000000;
  --muted:#9fb1c9;
  --shadow:0 6px 16px rgba(0,0,0,.25);
}

body{
  margin:0;
  font-family: system-ui, sans-serif;
  background: linear-gradient(#b68718 0 8px, transparent 8px) no-repeat,
              var(--navy);
  color:var(--text);
}

.quote-board{
  max-width: 1180px;
  margin: 36px auto 56px;
  padding: 28px 28px 48px;
  background: var(--navy-2);
  border-radius: 10px;
  box-shadow: var(--shadow);
}

.board-grid{
  display:grid;
  grid-template-columns: 380px 1fr;
  gap: 36px 44px;
}

.mockup-panel{
  display:flex;
  flex-direction:column;
  gap:16px;
}
.mockup-drop{
  height: 380px;
  border-radius: 6px;
  background: linear-gradient(180deg, #0b347a, #7e9dd2);
  display:grid;
  place-items:center;
  color:#425a7d;
  font-size: 13px;
  text-align:center;
  border: 2px dashed #a9bfe3;
}
.hint{
  font-size: 11.5px;
  color: var(--muted);
  line-height: 1.35;
}

.title-pill{
  justify-self:start;
  background: linear-gradient(#f0cf6d, #cfab43);
  color:#2a2a2a;
  font-weight:700;
  padding:10px 18px;
  border-radius: 999px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.35), 0 2px 8px rgba(0,0,0,.25);
  margin-bottom: 6px;
}

.form-grid{
  display:grid;
  grid-template-columns: 130px 1fr;
  gap: 10px 12px;
  align-items:center;
}
.pill{
  justify-self:start;
  background: linear-gradient(#f0cf6d, #cfab43);
  color:#1a1a1a;
  font-size: 12px;
  padding:6px 12px;
  border-radius:999px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.35),
              0 1px 4px rgba(0,0,0,.25);
  white-space:nowrap;
}
.bar{
  width:100%;
  background: var(--ice);
  border: 1px solid var(--ice-2);
  border-radius: 6px;
  padding:10px 12px;
  font-size:14px;
  color:#14243b;
  outline:none;
}
.bar::placeholder{ color:#6c86a7; }

.wide-row{
  grid-column: 1 / -1;
  margin-top: 8px;
}
.textarea{
  min-height: 96px;
  resize: vertical;
}

.strip{
  grid-column: 2 / -1;
  background: var(--ice);
  border:1px solid var(--ice-2);
  border-radius:6px;
  height: 56px;
  display:grid;
  place-items:center;
  color:#3c5477;
  font-size:13px;
}

.btn{
  display:inline-block;
  border:none;
  cursor:pointer;
  font-weight:700;
  text-align:center;
  transition: transform .06s ease, filter .1s ease;
}
.btn:active{ transform: translateY(1px) scale(.99); }

.btn-pill{
  background: linear-gradient(#f0cf6d, #cfab43);
  color:#222;
  border-radius:999px;
  padding:8px 16px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.35),
              0 2px 8px rgba(0,0,0,.25);
}
.btn-pill.small{ padding:7px 12px; font-size:12px; }
.btn-pill.primary{
  padding:10px 22px;
}
.btn-pill:hover{ filter: brightness(1.05); }

.actions{
  display:grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items:center;
  margin-top: 16px;
}

@media (max-width: 980px){
  .board-grid{ grid-template-columns: 1fr; }
  .mockup-drop{ height: 280px; }
}
.section {
  padding: 60px 20px;
}

.container {
  max-width: 1180px;
  margin: 0 auto;
}

h2 {
  font-size: 32px;
  margin-bottom: 12px;
  color: var(--navy);
}

p.muted {
  color: var(--light-text);
  font-size: 16px;
  margin-bottom: 32px;
}

/* === Cards === */
.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
}

.card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 24px;
  box-shadow: var(--shadow);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.card h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: var(--navy);
}

.card p {
  font-size: 15px;
  color: var(--light-text);
  line-height: 1.5;
}

/* === How It Works === */
#how-it-works {
  background: var(--ice);
}

.steps {
  display: grid;
  gap: 24px;
  margin-top: 32px;
}

.step {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  padding-left: 36px;
}

.step div:first-child {
  width: 14px;
  height: 14px;
  background: var(--gold);
  border-radius: 50%;
  margin-top: 6px;
  position: absolute;
  left: 0;
}

.step div:last-child {
  font-size: 16px;
  color: var(--text);
}

.step strong {
  color: var(--navy);
}

/* === Responsive === */
@media (max-width: 600px) {
  .card, .step {
    font-size: 15px;
  }
}
