:root {
  --eyedeas-accent: #ffbd59;
  --eyedeas-black: #000000;
  --eyedeas-white: #ffffff;
}

* {
  scroll-behavior: smooth;
}

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background-color: var(--eyedeas-white);
  color: var(--eyedeas-black);
}

/* NAVBAR */
.navbar {
  background-color: var(--eyedeas-white);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}

.navbar-brand {
  font-weight: 800;
  letter-spacing: 0.03em;
}

.navbar-brand span {
  color: var(--eyedeas-accent);
}

.nav-link {
  font-weight: 500;
  color: var(--eyedeas-black) !important;
}

.nav-link:hover {
  color: var(--eyedeas-accent) !important;
}

/* HERO */
.hero {
    padding: 6rem 0 2rem;
    background: linear-gradient(135deg, rgba(255, 189, 89, 0.18), rgba(255, 189, 89, 0.03));
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(255, 189, 89, 0.18);
  border-radius: 999px;
  padding: 0.35rem 0.9rem;
  font-size: 0.85rem;
  font-weight: 600;
}

.hero-title {
  font-size: clamp(2.4rem, 4vw, 3.2rem);
  font-weight: 800;
  line-height: 1.05;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.hero-subtitle {
  font-size: 1.05rem;
  max-width: 540px;
}

.hero-cta-main {
  background-color: var(--eyedeas-black);
  color: var(--eyedeas-white);
  border-radius: 999px;
  padding: 0.8rem 1.7rem;
  font-weight: 600;
  border: 2px solid var(--eyedeas-black);
}

.hero-cta-main:hover {
  background-color: var(--eyedeas-white);
  color: var(--eyedeas-black);
}

.hero-cta-secondary {
  border-radius: 999px;
  padding: 0.8rem 1.5rem;
  font-weight: 600;
  border: 2px solid rgba(0, 0, 0, 0.12);
  background-color: var(--eyedeas-white);
  color: var(--eyedeas-black);
}

.hero-cta-secondary:hover {
  border-color: var(--eyedeas-accent);
}

.hero-card {
  border-radius: 24px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  padding: 1.5rem;
  background: linear-gradient(135deg, rgba(255, 189, 89, 0.18), rgba(255, 189, 89, 0.03));
}

.hero-tagline {
  font-size: 0.95rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(0, 0, 0, 0.7);
}

.hero-card-title {
  font-size: 1.2rem;
  font-weight: 700;
}

.small-text {
  font-size: 0.9rem;
}

/* SECTIONS */
section {
  padding: 4rem 0;
}

.section-alt {
  background-color: rgba(255, 189, 89, 0.07);
}

.section-blue {
    background-color: #CBD5E1;
}

.section-label {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.8rem;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 0.5rem;
}

.section-title {
  font-size: 1.9rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

/* CARDS */
.service-card,
.template-card {
  border-radius: 18px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  padding: 1.6rem;
  height: 100%;
  background-color: var(--eyedeas-white);
  transition: transform 0.15s ease, box-shadow 0.15s ease, border 0.15s ease;
}

.service-card:hover,
.template-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.06);
  border-color: rgba(0, 0, 0, 0.12);
}

.eyedeas-pill {
  display: inline-block;
  padding: 0.25rem 0.7rem;
  font-size: 0.75rem;
  border-radius: 999px;
  background-color: rgba(255, 189, 89, 0.2);
  font-weight: 600;
  margin-bottom: 0.8rem;
}

.accent-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  display: inline-block;
  background-color: var(--eyedeas-accent);
  margin-right: 0.4rem;
}

.card-title-sm {
  font-size: 1rem;
  font-weight: 700;
}

.card-text-sm {
  font-size: 0.9rem;
}

.card-text-xs {
  font-size: 0.8rem;
}

.card-list-sm {
  font-size: 0.85rem;
  padding-left: 1.1rem;
}

/* PROCESS / HOW WE WORK */
.process-step {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.process-number {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  border: 2px solid var(--eyedeas-black);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.9rem;
  background-color: var(--eyedeas-white);
}

.process-step + .process-step {
  margin-top: 1.4rem;
}

/* HIGHLIGHT STRIP */
.highlight-strip {
  background-color: rgba(255, 189, 89, 0.18);
  padding: 1rem 1.2rem;
  border-radius: 16px;
  font-size: 0.9rem;
}

/* CTA / CONTACT */
.cta-section {
  padding: 4rem 0 3rem;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255, 189, 89, 0.2), rgba(255, 189, 89, 0.06));
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.form-control,
.form-select {
  border-radius: 999px;
  border-color: rgba(0, 0, 0, 0.14);
  padding: 0.7rem 1rem;
  font-size: 0.95rem;
}

textarea.form-control {
  border-radius: 16px;
}

.btn-accent {
  background-color: var(--eyedeas-accent);
  border-radius: 999px;
  border: 2px solid var(--eyedeas-black);
  font-weight: 600;
  color: var(--eyedeas-black);
}

.btn-accent:hover {
  filter: brightness(0.95);
}

/* FOOTER */
footer {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 1.5rem 0;
  font-size: 0.85rem;
}

.footer-link {
  text-decoration: none;
  color: var(--eyedeas-black);
}

.footer-link:hover {
  color: var(--eyedeas-accent);
}

@media (max-width: 767.98px) {
  .hero {
    padding-top: 5rem;
  }
}
