/* ===========================================================
   EASY CREATIVE — styles
   Brand palette: #43709b (blue) · #feb81d (yellow) · #000 · #f5f4f4
   Headings use Evolenta if available, falling back to Inter.
   To enable Evolenta, drop the web-font files into assets/fonts/
   and uncomment the @font-face block below.
   =========================================================== */

/*
@font-face {
  font-family: "Evolenta";
  src: url("assets/fonts/Evolenta-Regular.woff2") format("woff2");
  font-weight: 400 700;
  font-display: swap;
}
*/

:root {
  --blue: #43709b;
  --blue-dark: #355d83;
  --yellow: #feb81d;
  --black: #000000;
  --ink: #14181d;
  --light: #f5f4f4;
  --white: #ffffff;
  --muted: #5b6168;
  --maxw: 1120px;
  --radius: 16px;
  --font-head: "Evolenta", "Inter", system-ui, sans-serif;
  --font-body: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
}

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

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

a { color: inherit; text-decoration: none; }

h1, h2, h3 { font-family: var(--font-head); line-height: 1.1; letter-spacing: -0.02em; font-weight: 700; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 24px;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: saturate(160%) blur(10px);
  border-bottom: 1px solid #ececec;
}
.brand-logo { height: 38px; width: auto; display: block; }
.nav { display: flex; align-items: center; gap: 28px; }
.nav a { font-weight: 500; color: var(--ink); font-size: 0.95rem; transition: color .15s; }
.nav a:hover { color: var(--blue); }
.nav-cta {
  background: var(--blue); color: var(--white) !important;
  padding: 9px 18px; border-radius: 999px; font-weight: 600;
}
.nav-cta:hover { background: #355d83; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-block; font-weight: 600; font-size: 1rem;
  padding: 14px 26px; border-radius: 999px; transition: transform .12s, background .15s, box-shadow .15s;
}
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--yellow); color: var(--black); box-shadow: 0 8px 20px rgba(254,184,29,.35); }
.btn-primary:hover { background: #ffc63f; }
.btn-ghost { border: 1.5px solid rgba(0,0,0,.18); color: var(--ink); }
.btn-ghost:hover { border-color: var(--blue); color: var(--blue); }

/* ---------- Hero ---------- */
.hero {
  background:
    radial-gradient(1100px 500px at 85% -10%, rgba(254,184,29,.18), transparent 60%),
    radial-gradient(900px 500px at 0% 110%, rgba(67,112,155,.16), transparent 55%),
    var(--light);
  padding: clamp(70px, 12vw, 140px) 0 clamp(60px, 9vw, 110px);
}
.hero-inner { max-width: 820px; }
.eyebrow {
  text-transform: uppercase; letter-spacing: .16em; font-size: .8rem;
  font-weight: 600; color: var(--blue); margin-bottom: 22px;
}
.hero h1 { font-size: clamp(2.6rem, 7vw, 5rem); }
.hero h1 .accent { color: var(--blue); }
.lede { font-size: clamp(1.05rem, 2.2vw, 1.3rem); color: var(--muted); margin: 26px 0 36px; max-width: 640px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }

/* ---------- Sections ---------- */
.section { padding: clamp(60px, 9vw, 110px) 0; }
.section-alt { background: var(--light); }
.section-label {
  text-transform: uppercase; letter-spacing: .16em; font-size: .78rem;
  font-weight: 700; color: var(--blue); margin-bottom: 14px;
}
.section-label.light { color: var(--yellow); }
.section h2 { font-size: clamp(1.8rem, 4vw, 2.8rem); margin-bottom: 8px; }

.grid-2 { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(30px, 6vw, 80px); align-items: start; }
.prose { color: var(--muted); font-size: 1.06rem; }
.prose p + p { margin-top: 16px; }
.prose.light { color: rgba(255,255,255,.72); }
.prose strong { color: var(--ink); }

.facts { list-style: none; margin-top: 26px; display: grid; grid-template-columns: 1fr 1fr; gap: 14px 24px; }
.facts li { font-weight: 600; color: var(--ink); border-top: 2px solid var(--yellow); padding-top: 10px; }
.facts li span { display: block; text-transform: uppercase; letter-spacing: .1em; font-size: .72rem; color: var(--muted); font-weight: 600; margin-bottom: 2px; }

/* ---------- Cards ---------- */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 36px; }
.card {
  background: var(--white); border: 1px solid #e8e8e8; border-radius: var(--radius);
  padding: 28px 24px; transition: transform .15s, box-shadow .15s, border-color .15s;
}
.card:hover { transform: translateY(-4px); box-shadow: 0 16px 36px rgba(0,0,0,.07); border-color: var(--blue); }
.card h3 { font-size: 1.18rem; margin-bottom: 10px; }
.card p { color: var(--muted); font-size: .98rem; }

/* ---------- Clients ---------- */
.client-groups { margin: 36px 0 8px; display: grid; gap: 30px; }
.client-group-title {
  margin: 0 0 2px; font-size: .78rem; font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase; color: var(--blue);
}
.clients { list-style: none; margin: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 32px; border-top: 1px solid #e6e6e6; }
.clients li {
  display: flex; flex-direction: column; align-items: flex-start; gap: 4px;
  padding: 16px 4px; border-bottom: 1px solid #e6e6e6; font-weight: 600; font-size: 1.05rem;
}
.clients li span { color: var(--muted); font-weight: 500; font-size: .9rem; }

.industries { margin-top: 48px; }
.tags { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 8px; }
.tags span {
  background: var(--light); border: 1px solid #e3e3e3; color: var(--ink);
  padding: 10px 16px; border-radius: 999px; font-size: .92rem; font-weight: 500;
}

/* ---------- Contact ---------- */
.section-dark { background: var(--ink); color: var(--white); }
.contact-inner { display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(30px, 6vw, 70px); align-items: center; }
.section-dark h2 { color: var(--white); }
.contact-details { display: flex; flex-direction: column; gap: 4px; }
.contact-row {
  display: flex; flex-direction: column; gap: 2px;
  padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.12);
}
.contact-row span { text-transform: uppercase; letter-spacing: .12em; font-size: .72rem; color: rgba(255,255,255,.55); font-weight: 600; }
.contact-row strong { font-size: 1.15rem; font-weight: 600; }
a.contact-row:hover strong { color: var(--yellow); }
.contact-btn { margin-top: 22px; align-self: flex-start; }

/* ---------- Footer ---------- */
.site-footer { background: var(--black); color: rgba(255,255,255,.6); padding: 44px 0; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.footer-logo { height: 40px; width: auto; background: var(--white); padding: 8px 12px; border-radius: 10px; }
.footer-meta { font-size: .86rem; text-align: right; line-height: 1.7; }

/* ---------- Responsive ---------- */
@media (max-width: 860px) {
  .grid-2, .contact-inner { grid-template-columns: 1fr; }
  .cards { grid-template-columns: 1fr 1fr; }
  .clients { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .nav a:not(.nav-cta) { display: none; }
  .cards { grid-template-columns: 1fr; }
  .facts { grid-template-columns: 1fr; }
  .footer-inner { flex-direction: column; align-items: flex-start; }
  .footer-meta { text-align: left; }
}
