/* ============================================================
   Build My Startup — brand tokens and site styles.
   Colours are taken straight from the logo (navy #084098 and
   gold #E0A028). Everything else is derived from those two.
   ============================================================ */

/* Self-hosted so the page makes no third-party requests. */
@font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 400; font-display: swap; src: url('../assets/fonts/montserrat-latin-400-normal.woff2') format('woff2'); }
@font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 500; font-display: swap; src: url('../assets/fonts/montserrat-latin-500-normal.woff2') format('woff2'); }
@font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 600; font-display: swap; src: url('../assets/fonts/montserrat-latin-600-normal.woff2') format('woff2'); }
@font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 700; font-display: swap; src: url('../assets/fonts/montserrat-latin-700-normal.woff2') format('woff2'); }
@font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 800; font-display: swap; src: url('../assets/fonts/montserrat-latin-800-normal.woff2') format('woff2'); }

:root {
  --navy: #084098;
  --navy-deep: #052E6A;
  --navy-tint: #E9EFFA;
  --gold: #E0A028;
  --gold-light: #E8B040;
  --gold-tint: #FBEFD1;

  --ink: #161B26;        /* body text on light */
  --steel: #4C5566;      /* secondary text on light */
  --line: #E4E7EE;
  --paper: #FBFAF7;      /* page background — a warm off-white */

  --font-body: 'Montserrat', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;

  --shadow-hard: 6px 6px 0 var(--gold);
  --radius: 10px;
  --wrap: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img, svg { display: block; max-width: 100%; height: auto; }
a { color: var(--navy); text-decoration: none; text-underline-offset: 3px; }
a:hover { text-decoration: underline; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; border-radius: 6px; }

/* ---------------- shared building blocks ---------------- */

.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 24px; }
.eyebrow {
  display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: .12em;
  text-transform: uppercase; color: var(--navy); background: var(--navy-tint);
  padding: 6px 10px; border-radius: 999px;
}
h1, h2, h3 { color: var(--ink); font-weight: 800; letter-spacing: -0.01em; margin: 0; }
h1 { font-size: clamp(38px, 6vw, 68px); line-height: 1.05; }
h2 { font-size: clamp(28px, 3.4vw, 40px); line-height: 1.15; }
h3 { font-size: 20px; line-height: 1.25; }
p { margin: 0 0 1em; }

.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: inherit; font-size: 16px; font-weight: 700; line-height: 1;
  padding: 16px 22px; border-radius: var(--radius); border: 2px solid transparent;
  cursor: pointer; text-decoration: none; transition: transform .12s ease, box-shadow .12s ease, background .15s ease;
}
.btn:hover { text-decoration: none; }
.btn .arrow { transition: transform .15s ease; }
.btn:hover .arrow { transform: translateX(3px); }

.btn-primary {
  background: var(--navy); color: #fff; border-color: var(--navy);
  box-shadow: var(--shadow-hard);
}
.btn-primary:hover { background: var(--navy-deep); border-color: var(--navy-deep); transform: translate(-2px, -2px); box-shadow: 8px 8px 0 var(--gold); }
.btn-primary:active { transform: translate(2px, 2px); box-shadow: 2px 2px 0 var(--gold); }

.btn-ghost {
  background: transparent; color: var(--navy); border-color: var(--navy);
}
.btn-ghost:hover { background: var(--navy); color: #fff; }

.btn-light {
  background: #fff; color: var(--navy); border-color: #fff;
  box-shadow: 6px 6px 0 rgba(255,255,255,.18);
}
.btn-light:hover { background: var(--gold); color: var(--ink); border-color: var(--gold); box-shadow: 8px 8px 0 rgba(255,255,255,.28); transform: translate(-2px,-2px); }

/* ---------------- header ---------------- */

.site-header {
  position: sticky; top: 0; z-index: 30;
  background: rgba(251, 250, 247, 0.92);
  backdrop-filter: saturate(140%) blur(6px);
  -webkit-backdrop-filter: saturate(140%) blur(6px);
  border-bottom: 1px solid var(--line);
}
.site-header .wrap { display: flex; align-items: center; justify-content: space-between; padding-top: 14px; padding-bottom: 14px; gap: 20px; }
.brand { display: flex; align-items: center; gap: 10px; }
.brand img { height: 40px; width: auto; }
.brand .tag { font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--steel); border-left: 2px solid var(--gold); padding-left: 10px; }
.nav { display: flex; align-items: center; gap: 28px; }
.nav a { font-weight: 600; color: var(--ink); }
.nav a:hover { color: var(--navy); text-decoration: none; }
.header-cta { display: none; }
@media (min-width: 900px) { .header-cta { display: inline-flex; } }
@media (max-width: 720px) {
  .nav { display: none; }
  .brand .tag { display: none; }
}

/* ---------------- hero ---------------- */

.hero {
  position: relative; overflow: hidden;
  padding: 72px 0 88px;
}
.hero::before {
  /* A soft gold wedge in the corner so the hero has some brand colour without shouting. */
  content: ''; position: absolute; inset: 0; z-index: 0;
  background:
    radial-gradient(1200px 500px at 100% -10%, rgba(224,160,40,.16), transparent 60%),
    radial-gradient(900px 500px at 10% 110%, rgba(8,64,152,.08), transparent 60%);
  pointer-events: none;
}
.hero .wrap { position: relative; z-index: 1; display: grid; gap: 56px; grid-template-columns: 1.15fr .85fr; align-items: center; }
.hero h1 span.accent { color: var(--navy); }
.hero h1 span.mark { background: linear-gradient(180deg, transparent 62%, var(--gold-tint) 62%); padding: 0 4px; }
.hero .lede { font-size: clamp(17px, 1.5vw, 20px); color: var(--steel); max-width: 46ch; margin-top: 20px; }
.hero .actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.hero .under { font-size: 14px; color: var(--steel); margin-top: 16px; }
.hero-art {
  position: relative; width: 100%; max-width: 460px; aspect-ratio: 1 / 1;
  margin-left: auto; justify-self: end;
}
.hero-art .mark { position: absolute; inset: 0; margin: auto; width: 78%; height: auto; z-index: 2; filter: drop-shadow(0 20px 32px rgba(8,64,152,.14)); }
.hero-art .stack {
  position: absolute; inset: 0; z-index: 1; border-radius: 24px;
  background: #fff;
  border: 2px solid var(--ink);
  box-shadow: 14px 14px 0 var(--navy);
}
@media (max-width: 900px) {
  .hero { padding: 48px 0 56px; }
  .hero .wrap { grid-template-columns: 1fr; gap: 40px; }
  .hero-art { max-width: 320px; margin: 0 auto; }
}

/* ---------------- section shared ---------------- */

section { padding: 88px 0; }
@media (max-width: 720px) { section { padding: 64px 0; } }
.section-head { max-width: 780px; margin: 0 auto 48px; text-align: center; }
.section-head .eyebrow { margin-bottom: 14px; }
.section-head p { color: var(--steel); font-size: 18px; margin-top: 14px; }

/* ---------------- who it's for ---------------- */

.for-startups {
  background: var(--ink); color: #fff;
  position: relative; overflow: hidden;
}
.for-startups h2 { color: #fff; }
.for-startups .section-head { text-align: left; margin-left: 0; }
.for-startups .grid {
  display: grid; grid-template-columns: 1.1fr .9fr; gap: 60px; align-items: start;
}
.for-startups .lead { font-size: clamp(22px, 2.4vw, 30px); font-weight: 700; line-height: 1.3; }
.for-startups .lead .accent { color: var(--gold); }
.for-startups ul { list-style: none; padding: 0; margin: 20px 0 0; display: grid; gap: 14px; }
.for-startups li {
  display: flex; gap: 14px; align-items: flex-start;
  padding: 16px 18px; border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius);
  background: rgba(255,255,255,.03);
}
.for-startups li strong { display: block; font-weight: 700; color: #fff; margin-bottom: 4px; }
.for-startups li span { color: #C6CBD6; font-size: 15px; line-height: 1.5; }
.check {
  flex: 0 0 26px; width: 26px; height: 26px; border-radius: 6px;
  background: var(--gold); color: var(--ink); font-weight: 800;
  display: grid; place-items: center; margin-top: 2px;
}
@media (max-width: 820px) {
  .for-startups .grid { grid-template-columns: 1fr; gap: 32px; }
}

/* ---------------- services ---------------- */

.services .cards {
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px;
}
.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px 24px; position: relative;
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}
.card:hover { transform: translate(-2px,-2px); box-shadow: 6px 6px 0 var(--navy-tint); border-color: var(--navy); }
.card .num {
  font-size: 12px; font-weight: 800; letter-spacing: .1em; color: var(--gold); text-transform: uppercase;
  margin-bottom: 12px;
}
.card h3 { margin-bottom: 10px; }
.card p { color: var(--steel); font-size: 15.5px; margin: 0; }
@media (max-width: 980px) { .services .cards { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .services .cards { grid-template-columns: 1fr; } }

/* ---------------- process ---------------- */

.process {
  background:
    linear-gradient(180deg, transparent 0, transparent 40%, var(--navy-tint) 40%, var(--navy-tint) 100%);
}
.process .steps {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px;
}
.step {
  background: #fff; border-radius: var(--radius); border: 2px solid var(--ink);
  padding: 26px 24px; box-shadow: 8px 8px 0 var(--navy);
}
.step .n {
  display: inline-flex; align-items: center; justify-content: center;
  width: 44px; height: 44px; border-radius: 12px;
  background: var(--navy); color: #fff; font-weight: 800; font-size: 20px; margin-bottom: 14px;
}
.step:nth-child(2) .n { background: var(--gold); color: var(--ink); }
.step h3 { margin-bottom: 6px; }
.step p { color: var(--steel); font-size: 15.5px; margin: 0; }
@media (max-width: 820px) { .process .steps { grid-template-columns: 1fr; } .step { box-shadow: 6px 6px 0 var(--navy); } }

/* ---------------- CTA banner ---------------- */

.cta-band {
  background: var(--navy);
  color: #fff;
  position: relative; overflow: hidden;
}
.cta-band::before {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(600px 300px at 100% 0%, rgba(224,160,40,.28), transparent 60%),
    radial-gradient(500px 300px at 0% 100%, rgba(255,255,255,.08), transparent 60%);
}
.cta-band .wrap { position: relative; display: grid; grid-template-columns: 1.2fr .8fr; gap: 40px; align-items: center; }
.cta-band h2 { color: #fff; }
.cta-band p { color: #E8ECF5; font-size: 18px; margin-top: 12px; }
.cta-band .actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 24px; }
.cta-band .stat {
  border-left: 4px solid var(--gold); padding: 8px 0 8px 18px;
  color: #fff; font-weight: 700; font-size: 20px;
}
.cta-band .stat small { display: block; color: #E8ECF5; font-weight: 500; font-size: 14px; margin-top: 4px; }
@media (max-width: 820px) { .cta-band .wrap { grid-template-columns: 1fr; } }

/* ---------------- footer ---------------- */

.site-footer {
  background: var(--ink); color: #C6CBD6; padding: 48px 0 40px;
}
.site-footer .wrap { display: grid; grid-template-columns: 1.3fr .7fr .7fr; gap: 32px; }
.site-footer h4 { color: #fff; font-size: 13px; letter-spacing: .12em; text-transform: uppercase; margin: 0 0 12px; }
.site-footer a { color: #C6CBD6; }
.site-footer a:hover { color: #fff; text-decoration: underline; }
.site-footer .brand img { height: 44px; filter: brightness(0) invert(1); }
.site-footer p { font-size: 14px; margin-top: 12px; max-width: 46ch; }
.site-footer .parent { font-size: 12px; letter-spacing: .06em; color: #7C8494; margin-top: 24px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.08); }
.site-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
@media (max-width: 720px) { .site-footer .wrap { grid-template-columns: 1fr; } }

/* prefers-reduced-motion */
@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; }
  html { scroll-behavior: auto; }
}
