@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap");

:root {
  --ink: #172033;
  --muted: #667085;
  --line: #e5eaf2;
  --blue: #155eef;
  --blue-dark: #0f3d87;
  --blue-soft: #eff5ff;
  --red: #d92d20;
  --red-soft: #fff3f2;
  --amber: #b54708;
  --amber-soft: #fffaeb;
  --green: #027a48;
  --green-soft: #ecfdf3;
  --white: #ffffff;
  --background: #f8faff;
  --dark: #101828;
  --radius: 16px;
  --shadow: 0 18px 50px rgba(16, 24, 40, 0.10);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: "DM Sans", system-ui, sans-serif;
  line-height: 1.5;
}

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

.site-header,
.hero,
.pain-section,
.how-section,
.feature-section,
.plans-section,
.request-section,
.faq-section,
.social-proof-section,
.site-footer {
  max-width: 1180px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}

.site-header {
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: 18px;
}

.logo-mark {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 9px;
  background: var(--blue);
  color: white;
  font-size: 19px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
  color: #475467;
  font-size: 14px;
  font-weight: 600;
}

.button {
  display: inline-block;
  padding: 14px 19px;
  border-radius: 9px;
  background: var(--blue);
  color: white;
  font-size: 15px;
  font-weight: 700;
  box-shadow: 0 7px 15px rgba(21, 94, 239, 0.20);
  transition: transform 0.15s ease, background 0.15s ease;
}

.button:hover {
  transform: translateY(-1px);
  background: #004eea;
}

.button-small {
  padding: 9px 13px;
  font-size: 13px;
  box-shadow: none;
}

.button-outline {
  background: white;
  border: 1px solid #b2ccff;
  color: var(--blue);
}

.button-outline:hover {
  background: var(--blue-soft);
}

.button-link {
  color: var(--blue);
  font-weight: 700;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.10em;
}

.hero {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 70px;
  padding-top: 78px;
  padding-bottom: 92px;
  background:
    radial-gradient(circle at 80% 30%, rgba(219, 234, 254, 0.65), transparent 30%),
    linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.hero h1,
.section-intro h2,
.feature-copy h2,
.final-cta h2 {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 1.07;
}

.hero h1 {
  max-width: 660px;
  font-size: clamp(40px, 5vw, 62px);
}

.hero h1 span {
  color: var(--blue);
}

.hero-description {
  max-width: 600px;
  margin: 22px 0;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
}

.trust-line {
  margin-top: 16px;
  color: var(--muted);
  font-size: 13px;
}

.browser {
  overflow: hidden;
  border: 1px solid #d7dfec;
  border-radius: 18px;
  background: white;
  box-shadow: var(--shadow);
}

.browser-top {
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 42px;
  padding: 0 14px;
  border-bottom: 1px solid var(--line);
  background: #f8fafc;
}

.dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
}

.red-dot { background: #f97066; }
.yellow-dot { background: #fdb022; }
.green-dot { background: #32d583; }

.browser-title {
  margin-left: 8px;
  color: #667085;
  font-size: 12px;
  font-weight: 600;
}

.dashboard {
  padding: 20px;
}

.dashboard-head,
.invoice-card,
.email-top,
.email-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.dashboard-head strong,
.invoice-card strong {
  display: block;
  font-size: 14px;
}

.dashboard-head small,
.invoice-card small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 11px;
}

.today {
  padding: 5px 8px;
  border-radius: 999px;
  background: var(--blue-soft);
  color: var(--blue);
  font-size: 11px;
  font-weight: 700;
}

.dashboard-kpis {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
  margin: 18px 0;
}

.dashboard-kpis > div {
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fbfcfe;
}

.dashboard-kpis span {
  display: block;
  color: var(--muted);
  font-size: 11px;
}

.dashboard-kpis strong {
  display: block;
  margin-top: 4px;
  font-size: 17px;
}

.critical-kpi {
  border-color: #fecdca !important;
  background: var(--red-soft) !important;
}

.critical-kpi strong {
  color: var(--red);
}

.dashboard-label {
  margin: 13px 0 8px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.invoice-card {
  margin-top: 8px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 10px;
}

.overdue-card {
  border-color: #fecdca;
  background: var(--red-soft);
}

.neutral-card {
  background: #f8fbff;
}

.invoice-value {
  text-align: right;
}

.invoice-value strong {
  font-size: 13px;
}

.invoice-value span {
  display: block;
  margin-top: 4px;
  color: var(--blue);
  font-size: 10px;
  font-weight: 700;
}

.hero-visual {
  position: relative;
  padding-bottom: 44px;
}

.mail-preview {
  position: absolute;
  right: -36px;
  bottom: 0;
  width: min(320px, 80%);
  padding: 16px;
  border: 1px solid #c7d7fe;
  border-radius: 12px;
  background: white;
  box-shadow: 0 14px 35px rgba(16, 24, 40, 0.13);
  font-size: 12px;
}

.mail-preview-head {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--blue);
}

.mail-preview p {
  margin: 10px 0 0;
  color: #475467;
  line-height: 1.45;
}

.pain-section,
.how-section,
.faq-section {
  padding-top: 94px;
  padding-bottom: 94px;
}

.section-intro {
  max-width: 720px;
}

.section-intro.centered {
  margin: 0 auto;
  text-align: center;
}

.section-intro h2,
.feature-copy h2 {
  font-size: clamp(31px, 4vw, 45px);
}

.section-intro > p:not(.eyebrow) {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.6;
}

.pain-grid,
.steps,
.plans-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 37px;
}

.pain-grid article,
.steps article,
.plan-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
}

.pain-grid article {
  padding: 24px;
}

.icon-box {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 11px;
  background: var(--blue-soft);
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
}

.pain-grid h3,
.steps h3 {
  margin: 19px 0 8px;
  font-size: 18px;
}

.pain-grid p,
.steps p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}

.how-section {
  border-top: 1px solid #eff2f6;
  background: #fbfcfe;
}

.steps article {
  position: relative;
  padding: 24px;
}

.step-number {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 50%;
  background: var(--blue);
  color: white;
  font-size: 13px;
  font-weight: 800;
}

.feature-section {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  align-items: center;
  gap: 80px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.feature-copy > p:not(.eyebrow) {
  margin: 20px 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.6;
}

.check-list {
  margin: 23px 0 28px;
  padding: 0;
  list-style: none;
}

.check-list li {
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
  font-weight: 600;
}

.check-list li::before {
  content: "✓";
  margin-right: 10px;
  color: var(--green);
  font-weight: 800;
}

.email-card {
  padding: 22px;
  border: 1px solid #d7dfec;
  border-radius: 17px;
  background: white;
  box-shadow: var(--shadow);
}

.email-top {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}

.email-label {
  color: var(--blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.ready-status {
  color: var(--green);
  font-size: 11px;
  font-weight: 700;
}

.email-line {
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
  font-size: 13px;
}

.email-line span {
  min-width: 60px;
  color: var(--muted);
}

.email-body {
  padding-top: 10px;
  color: #475467;
  font-size: 14px;
  line-height: 1.6;
}

.email-body strong {
  color: var(--ink);
}

.plans-section {
  padding-top: 95px;
  padding-bottom: 95px;
  background: #fbfcfe;
}

.plans-grid {
  grid-template-columns: repeat(3, 1fr);
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.plan-card {
  position: relative;
  padding: 30px;
}

.plan-name {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.price {
  margin: 10px 0;
  font-family: "Manrope", sans-serif;
  font-size: 38px;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.price span {
  color: var(--muted);
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
}

.plan-description {
  min-height: 48px;
  color: var(--muted);
}

.plan-card ul {
  margin: 24px 0 28px;
  padding: 0;
  list-style: none;
}

.plan-card li {
  margin: 10px 0;
  color: #475467;
  font-size: 14px;
}

.plan-card li::before {
  content: "✓";
  margin-right: 8px;
  color: var(--green);
  font-weight: 800;
}

.button-outline-dark {
  border: 1px solid #98a2b3;
  background: white;
  color: var(--ink);
  box-shadow: none;
}

.button-outline-dark:hover {
  background: #f9fafb;
}

.pro-plan {
  border-color: var(--blue-dark);
  background: var(--blue-dark);
  color: white;
}

.pro-plan .plan-name,
.pro-plan .price span,
.pro-plan .plan-description,
.pro-plan li {
  color: #d0d5dd;
}

.pro-plan li::before {
  color: #84adff;
}

.button-light {
  background: white;
  color: var(--blue-dark);
  box-shadow: none;
}

.button-light:hover {
  background: #eff6ff;
}

.faq-section {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 85px;
}

.faq-list details {
  border-bottom: 1px solid var(--line);
  padding: 18px 0;
}

.faq-list summary {
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
}

.faq-list p {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.6;
}

.request-section {
  padding-top: 95px;
  padding-bottom: 95px;
}

.request-form {
  max-width: 640px;
  margin: 37px auto 0;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fbfcfe;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.request-form .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.request-form label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 13px;
  font-weight: 700;
  color: var(--muted);
}

.request-form input,
.request-form select,
.request-form textarea {
  border: 1px solid #ccd5e1;
  border-radius: 10px;
  padding: 11px 13px;
  font: inherit;
  font-weight: 500;
  color: var(--ink);
  background: white;
}

.request-form textarea {
  resize: vertical;
}

.request-form button {
  align-self: flex-start;
}

@media (max-width: 640px) {
  .request-form .form-row {
    grid-template-columns: 1fr;
  }
}

.social-proof-section {
  padding-top: 40px;
  padding-bottom: 95px;
}

.founder-quote {
  max-width: 720px;
  margin: 0 auto 56px;
  padding: 0;
  text-align: center;
}

.founder-quote p {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.01em;
}

.founder-quote footer {
  margin-top: 18px;
  color: var(--muted);
  font-size: 14px;
}

.founder-quote footer strong {
  color: var(--ink);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.trust-grid article {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fbfcfe;
  text-align: center;
}

.trust-grid .icon-box {
  margin: 0 auto 14px;
  font-size: 18px;
  background: var(--blue-soft);
}

.trust-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

@media (max-width: 900px) {
  .trust-grid {
    grid-template-columns: 1fr;
  }
}

.final-cta {
  max-width: none;
  padding: 90px 24px;
  background: linear-gradient(135deg, #0f3d87 0%, #155eef 100%);
  color: white;
  text-align: center;
}

.final-cta .eyebrow {
  color: #bfdbfe;
}

.final-cta h2 {
  max-width: 760px;
  margin: 0 auto;
  font-size: clamp(34px, 4vw, 48px);
}

.final-cta > p:not(.eyebrow) {
  margin: 16px 0 27px;
  color: #dbeafe;
  font-size: 18px;
}

.site-footer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  padding-top: 34px;
  padding-bottom: 34px;
}

.site-footer p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 600;
}

@media (max-width: 900px) {
  .hero,
  .feature-section,
  .faq-section {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .hero {
    padding-top: 48px;
    padding-bottom: 65px;
  }

  .hero-visual {
    max-width: 620px;
  }

  .mail-preview {
    right: 0;
  }

  .feature-section,
  .faq-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (max-width: 680px) {
  .site-header,
  .hero,
  .pain-section,
  .how-section,
  .feature-section,
  .plans-section,
  .faq-section,
  .site-footer {
    padding-left: 18px;
    padding-right: 18px;
  }

  .nav-links a:not(.button) {
    display: none;
  }

  .hero h1 {
    font-size: 42px;
  }

  .hero-description {
    font-size: 17px;
  }

  .pain-grid,
  .steps,
  .plans-grid {
    grid-template-columns: 1fr;
  }

  .pain-section,
  .how-section,
  .plans-section {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .site-footer {
    flex-direction: column;
  }

  .mail-preview {
    position: relative;
    right: auto;
    width: 100%;
    margin-top: 16px;
  }

  .hero-visual {
    padding-bottom: 0;
  }

  .dashboard {
    padding: 14px;
  }
}
