
*,
*::before,
*::after {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  font-family: 'Poppins', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: #e5e7eb;
  background-color: #020617;
}

img {
  max-width: 100%;
  display: block;
}

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

.container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* Header & nav */

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(2, 6, 23, 0.96);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(30, 64, 175, 0.5);
}

.nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 74px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.logo img {
  height: 40px;
}

.logo-text {
  display: flex;
  align-items: baseline;
  gap: 0.25rem;
}

.logo-main {
  font-size: 1.28rem;
  font-weight: 600;
  color: #f9fafb;
}

.logo-sub {
  font-size: 1.1rem;
  font-weight: 500;
  color: #22c55e;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  font-size: 0.98rem;
}

.nav-link {
  padding: 0.4rem 0.9rem;
  border-radius: 999px;
  color: #e5e7eb;
  background: transparent;
  transition: background 0.18s ease, color 0.18s ease;
}

.nav-link:hover {
  background: rgba(30, 64, 175, 0.4);
}

.nav-link.active {
  background: linear-gradient(135deg, #22c55e, #0ea5e9);
  color: #022c22;
}

/* Buttons */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 1.5rem;
  border-radius: 999px;
  font-size: 0.98rem;
  font-weight: 500;
  border: 1px solid transparent;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, transform 0.08s ease;
}

.btn-primary {
  background: linear-gradient(135deg, #22c55e, #0ea5e9);
  color: #ecfdf5;
  box-shadow: 0 20px 50px rgba(56, 189, 248, 0.45);
}

.btn-primary:hover {
  box-shadow: 0 26px 70px rgba(56, 189, 248, 0.7);
  transform: translateY(-1px);
}

.btn-outline {
  background: rgba(15, 23, 42, 0.2);
  color: #e5e7eb;
  border-color: rgba(148, 163, 184, 0.7);
}

.btn-outline:hover {
  background: rgba(15, 23, 42, 0.4);
  border-color: #22c55e;
}

.btn-light {
  background: #f9fafb;
  color: #020617;
  border-color: #e5e7eb;
}

.btn-light:hover {
  background: #ffffff;
  border-color: #cbd5e1;
}

/* Hero */

.hero {
  position: relative;
  padding: 3.8rem 0 3.4rem;
}

.hero-dark {
  color: #e5e7eb;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-image: url("assets/notebook.jpeg");
  background-size: cover;
  background-position: center;
  opacity: 0.14;
  pointer-events: none;
}

.hero-gradient {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(34, 197, 94, 0.3), transparent 55%),
    radial-gradient(circle at bottom right, rgba(56, 189, 248, 0.28), transparent 60%),
    linear-gradient(to bottom, rgba(15, 23, 42, 0.95), rgba(15, 23, 42, 0.96));
}

.hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
  gap: 2.8rem;
  align-items: center;
  z-index: 1;
}

.hero-card-title {
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #9ca3af;
  margin-bottom: 1rem;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.76rem;
  color: #a5f3fc;
  margin: 0 0 0.8rem;
}

.hero-text h1 {
  font-size: clamp(2.4rem, 3.3vw, 3.2rem);
  margin: 0 0 1rem;
  letter-spacing: -0.04em;
}

.hero-text p {
  margin: 0 0 1.6rem;
  max-width: 32rem;
  color: #d1d5db;
  font-size: 1.02rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-bottom: 1.5rem;
}

.hero-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

.metric {
  padding: 0.5rem 0.9rem;
  border-radius: 0.9rem;
  background: rgba(15, 23, 42, 0.7);
  border: 1px solid rgba(148, 163, 184, 0.7);
  min-width: 120px;
}

.metric-label {
  display: block;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #9ca3af;
  margin-bottom: 0.2rem;
}

.metric-value {
  font-size: 0.95rem;
  font-weight: 600;
}



.hero-benefit-list {
  list-style: none;
  margin: 1.6rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}

@media (min-width: 768px) {
  .hero-benefit-list {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    max-width: 32rem;
  }
}

.hero-benefit-item {
  position: relative;
  padding-left: 1.4rem;
}

.hero-benefit-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6rem;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #22c55e, #0ea5e9);
  box-shadow: 0 0 0 4px rgba(56, 189, 248, 0.18);
}

.hero-benefit-label {
  display: block;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #9ca3af;
  margin-bottom: 0.1rem;
}

.hero-benefit-text {
  font-size: 0.97rem;
  font-weight: 500;
  color: #e5e7eb;
}
/* Hero card */

.hero-panel {
  display: flex;
  justify-content: flex-end;
}

.hero-card {
  background: rgba(15, 23, 42, 0.98);
  color: #e5e7eb;
  padding: 1.7rem 1.8rem;
  border-radius: 1.3rem;
  box-shadow: 0 26px 80px rgba(15, 23, 42, 0.9);
  max-width: 480px;
  border: 1px solid rgba(148, 163, 184, 0.65);
}

.hero-card h2 {
  margin: 0 0 1rem;
  font-size: 1.18rem;
}

.hero-chart {
  display: grid;
  gap: 0.6rem;
  margin-bottom: 0.8rem;
}

.chart-row {
  display: grid;
  grid-template-columns: minmax(0, 70px) minmax(0, 1fr) auto;
  gap: 0.5rem;
  align-items: center;
  font-size: 0.8rem;
}

.chart-label {
  color: #94a3b8;
}

.chart-bar {
  position: relative;
  height: 0.45rem;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(15, 23, 42, 0.9);
}

.chart-bar::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
}

.bar-income::before {
  background: linear-gradient(90deg, #22c55e, #0ea5e9);
  width: 90%;
}

.bar-deductions::before {
  background: linear-gradient(90deg, #0ea5e9, #6366f1);
  width: 65%;
}

.bar-credits::before {
  background: linear-gradient(90deg, #22c55e, #a855f7);
  width: 40%;
}

.chart-value {
  font-variant-numeric: tabular-nums;
  color: #e5e7eb;
}

.hero-note {
  margin: 0 0 0.8rem;
  font-size: 0.82rem;
  color: #9ca3af;
}

.hero-tag-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.tag {
  padding: 0.25rem 0.6rem;
  border-radius: 999px;
  background: rgba(30, 64, 175, 0.55);
  font-size: 0.76rem;
}

/* Sections & layout */

.section {
  padding: 3.2rem 0;
}

.section-deep {
  background: radial-gradient(circle at top, #020617 0%, #020617 30%, #020617 100%);
}

.section-split {
  background: #020617;
}

.section-accent {
  background: linear-gradient(135deg, #020617, #020617);
}

.section-accent-soft {
  background: radial-gradient(circle at top left, rgba(34, 197, 94, 0.2), #020617 50%, #020617 100%);
}

.section-title {
  font-size: 1.7rem;
  margin: 0 0 1.5rem;
  letter-spacing: -0.03em;
  color: #f9fafb;
}

.section-title.center {
  text-align: center;
}

.section-intro {
  margin: -0.5rem 0 1.6rem;
  font-size: 0.97rem;
  color: #9ca3af;
}

.section-intro.center {
  text-align: center;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}

/* Cards */

.cards-grid {
  display: grid;
  gap: 1.7rem;
}

.cards-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card {
  border-radius: 1.1rem;
  padding: 1.5rem 1.5rem 1.6rem;
}

.card-glass {
  background: radial-gradient(circle at top left, rgba(15, 23, 42, 0.9), rgba(15, 23, 42, 0.95));
  border: 1px solid rgba(148, 163, 184, 0.6);
  box-shadow: 0 20px 60px rgba(15, 23, 42, 0.9);
}

.card-image {
  border-radius: 0.9rem;
  overflow: hidden;
  margin: -0.1rem -0.1rem 1rem;
}

.card-content h3 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-size: 1.05rem;
  color: #e5e7eb;
}

.card-content p {
  margin: 0;
  font-size: 0.9rem;
  color: #cbd5e1;
}

.card-soft {
  background: rgba(15, 23, 42, 0.96);
  border: 1px solid rgba(148, 163, 184, 0.6);
  box-shadow: 0 16px 50px rgba(15, 23, 42, 0.9);
}

.card-soft h3 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.card-soft p {
  margin: 0;
  font-size: 0.9rem;
  color: #d1d5db;
}

/* Columns & imagery */

.two-column {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 2.2rem;
  align-items: center;
}

.grid-two {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.2rem;
  align-items: flex-start;
}

.image-panel {
  display: flex;
  justify-content: flex-end;
}

.image-card {
  border-radius: 1.3rem;
  overflow: hidden;
  box-shadow: 0 22px 70px rgba(15, 23, 42, 0.95);
}

.image-card-grid img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/* Process */

.process-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.9rem;
}

.process-list li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.7rem;
  align-items: flex-start;
}

.step-number {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.9);
  border: 1px solid rgba(148, 163, 184, 0.9);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.86rem;
}

.process-list h3 {
  margin: 0 0 0.15rem;
  font-size: 1.02rem;
}

.process-list p {
  margin: 0;
  font-size: 0.9rem;
  color: #9ca3af;
}

/* Lists */

.bullet-list {
  margin: 0;
  padding-left: 1.2rem;
  font-size: 0.95rem;
  color: #cbd5e1;
}

.bullet-list li {
  margin-bottom: 0.35rem;
}

/* Services */

.service-list {
  margin: 0 0 0.6rem;
  padding-left: 1.2rem;
  font-size: 0.9rem;
  color: #cbd5e1;
}

.service-list li {
  margin-bottom: 0.25rem;
}

.service-price {
  margin: 0;
  font-size: 0.88rem;
  color: #e5e7eb;
}

/* FAQ */

.faq-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr);
  gap: 2.2rem;
}

.faq-item + .faq-item {
  margin-top: 1rem;
}

.faq-item h3 {
  margin: 0 0 0.25rem;
  font-size: 1rem;
}

.faq-item p {
  margin: 0;
  font-size: 0.9rem;
  color: #cbd5e1;
}

.faq-side {
  display: flex;
  align-items: stretch;
}

.faq-highlight {
  border-radius: 1.1rem;
  padding: 1.5rem 1.6rem 1.9rem;
  background: radial-gradient(circle at top left, rgba(34, 197, 94, 0.2), rgba(15, 23, 42, 1));
  color: #e5e7eb;
  box-shadow: 0 20px 70px rgba(15, 23, 42, 1);
}

.faq-highlight h3 {
  margin: 0 0 0.5rem;
}

.faq-highlight p {
  margin: 0 0 1.1rem;
  font-size: 0.9rem;
}

/* CTA strip */

.cta-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
}

/* Subpage hero */

.subpage-hero {
  position: relative;
  padding: 2.8rem 0 1.7rem;
  border-bottom: 1px solid rgba(30, 64, 175, 0.5);
}

.subpage-dark {
  color: #e5e7eb;
}

.hero-bg-subpage {
  opacity: 0.12;
}

.hero-gradient-subpage {
  background:
    radial-gradient(circle at top left, rgba(34, 197, 94, 0.32), transparent 55%),
    linear-gradient(to bottom, rgba(15, 23, 42, 0.98), rgba(15, 23, 42, 0.98));
}

.subpage-inner {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.2rem;
  z-index: 1;
}

.subpage-hero h1 {
  margin: 0 0 0.6rem;
  font-size: 2rem;
  letter-spacing: -0.03em;
}

.subpage-hero p {
  margin: 0 0 0.3rem;
  color: #cbd5e1;
  max-width: 34rem;
}

.subpage-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

/* Badges */

.badge {
  display: inline-flex;
  align-items: center;
  padding: 0.3rem 0.75rem;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.8);
  background: rgba(15, 23, 42, 0.7);
  font-size: 0.78rem;
  color: #e5e7eb;
}

.badge-soft {
  border-color: rgba(45, 212, 191, 0.9);
  background: rgba(34, 197, 94, 0.18);
  color: #bbf7d0;
}

/* Contact */

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); /* or whatever you already use */
  gap: 2.5rem;
  align-items: stretch; /* 🔑 this is important */
}

/* Ensure left card and right image column both fill the grid row height */
.cards-grid,
.card.card-glass,
.contact-image-card {
  height: 100%;
}

/* Make the image fill its column and crop nicely */
.contact-image-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;   /* keeps it pretty while filling the space */
  border-radius: 16px; /* optional, if you want rounded corners */
}

.contact-form {
  background: rgba(15, 23, 42, 0.98);
  border-radius: 1.1rem;
  padding: 1.7rem 1.7rem 2rem;
  box-shadow: 0 20px 60px rgba(15, 23, 42, 1);
  border: 1px solid rgba(30, 64, 175, 0.9);
}

.form-row {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.9rem;
}

.form-row label {
  font-size: 0.9rem;
  font-weight: 500;
  margin-bottom: 0.3rem;
  color: #cbd5e1;
}

.form-row input,
.form-row textarea {
  border-radius: 0.7rem;
  border: 1px solid #1e293b;
  padding: 0.6rem 0.75rem;
  font-family: inherit;
  font-size: 0.95rem;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
  background: rgba(15, 23, 42, 0.9);
  color: #e5e7eb;
}

.form-row input:focus,
.form-row textarea:focus {
  outline: none;
  border-color: #22c55e;
  box-shadow: 0 0 0 1px rgba(34, 197, 94, 0.35);
  background: #020617;
}

.form-note {
  margin-top: 0.7rem;
  font-size: 0.83rem;
  color: #9ca3af;
}

.contact-info-panel {
  display: grid;
  gap: 1.4rem;
}

.contact-info-block {
  background: radial-gradient(circle at top left, rgba(34, 197, 94, 0.25), #020617);
  color: #e5e7eb;
  border-radius: 1.1rem;
  padding: 1.6rem 1.7rem;
  box-shadow: 0 20px 70px rgba(15, 23, 42, 1);
  border: 1px solid rgba(30, 64, 175, 0.9);
}

.contact-block {
  margin: 0 0 0.6rem;
  font-size: 0.93rem;
}

.contact-note {
  margin-top: 1rem;
  font-size: 0.86rem;
  color: #cbd5e1;
}

.contact-image-card {
  border-radius: 1.1rem;
  overflow: hidden;
  box-shadow: 0 20px 70px rgba(15, 23, 42, 1);
}

/* Footer */

.site-footer {
  border-top: 1px solid rgba(30, 64, 175, 0.8);
  background: #020617;
  padding: 1.3rem 0;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.86rem;
  color: #9ca3af;
}

.footer-subtext {
  margin: 0.25rem 0 0;
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.footer-links a {
  color: #e5e7eb;
}

.footer-links a:hover {
  text-decoration: underline;
}

/* Responsive */

@media (max-width: 1000px) {
  .hero-inner,
  .two-column,
  .grid-two,
  .cards-grid-3,
  .faq-grid,
  .contact-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero-panel {
    justify-content: flex-start;
  }

  .hero-card {
    max-width: 100%;
  }
}

@media (max-width: 860px) {
  .nav-container {
    height: auto;
    padding: 0.8rem 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }

  .cta-strip {
    flex-direction: column;
    align-items: flex-start;
  }

  .subpage-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

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

  .cards-grid-3 {
    grid-template-columns: minmax(0, 1fr);
  }

  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}


/* Custom logo + about images */

.logo-image {
  height: 42px;
  display: block;
}

.image-card-stack {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  align-items: flex-start;
}

.about-name-image,
.about-ea-image {
  max-width: 100%;
  height: auto;
  background-color: #020617;
  height: 42px;
  display: block;
}

.about-ea-image {
  background-color: #0f172a;
}
.logo-name {
  width: 70%;
  height: auto;
}
.logo-ea {
  width: 70%;
  height: auto;
}

/* Contact page tweaks */
.contact-intro {
  margin-bottom: 1.25rem;
  color: #cbd5f5;
  font-size: 0.98rem;
}

.contact {
  width: 50%;
  height: auto;
}

.whatsapp {
  width: 30%;
  height: auto;
}

/* optional WhatsApp icon circle using pseudo-element could be added later */


.contact-link {
  margin-left: 0.35rem;
}


/* Mobile navigation */
.menu-toggle { display: none; }

@media (max-width: 768px) {
  .menu-toggle {
    display: inline-flex;
    flex-direction: column;
    gap: 5px;
    width: 32px;
    height: 32px;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 60;
  }
  .menu-toggle span {
    height: 3px;
    background: #fff;
    width: 100%;
    border-radius: 2px;
  }
  .main-nav {
    position: absolute;
    top: 74px;
    left: 0;
    right: 0;
    background: #0b1020;
    flex-direction: column;
    padding: 1rem;
    display: none;
    z-index: 50;
  }
  .main-nav.open { display: flex; }
}
