:root {
  --palladian: #eee9df;
  --oatmeal: #c9c1b1;
  --blue-fantastic: #2c3b4d;
  --burning-flame: #ffb162;
  --truffle-trouble: #a35139;
  --abyssal-blue: #1b2632;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Josefin Sans', sans-serif;
  color: var(--abyssal-blue);
  background: linear-gradient(180deg, var(--palladian) 5%, #f6f2ea 100%);
  line-height: 1.6;
}

h1,
h2,
h3 {
  font-family: 'Yeseva One', serif;
  line-height: 1.18;
  margin-top: 0;
  color: var(--blue-fantastic);
}

h1 {
  font-size: clamp(2.05rem, 4.3vw, 3.7rem);
  margin-bottom: 1rem;
}

h1 span {
  color: var(--truffle-trouble);
}

h2 {
  font-size: clamp(1.65rem, 3vw, 2.45rem);
}

.container {
  width: min(1160px, 92%);
  margin: 0 auto;
}

.section-block {
  padding: 5.5rem 0;
}

.section-tag {
  display: inline-block;
  margin-bottom: 0.7rem;
  padding: 0.2rem 0.65rem;
  border-radius: 999px;
  background: rgba(163, 81, 57, 0.12);
  color: var(--truffle-trouble);
  font-size: 0.9rem;
  font-weight: 600;
}

.alt-bg {
  background: rgba(201, 193, 177, 0.2);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(238, 233, 223, 0.93);
  border-bottom: 1px solid rgba(44, 59, 77, 0.1);
  backdrop-filter: blur(6px);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 74px;
}

.logo {
  text-decoration: none;
  color: var(--blue-fantastic);
  font-weight: 700;
}

.site-nav {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.site-nav a,
.site-footer a {
  text-decoration: none;
  color: var(--abyssal-blue);
}

.nav-cta {
  box-shadow: 0 10px 26px rgba(163, 81, 57, 0.28);
}

.btn {
  display: inline-block;
  padding: 0.72rem 1.1rem;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid transparent;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 20px rgba(27, 38, 50, 0.14);
}

.btn-large {
  padding: 0.92rem 1.4rem;
}

.btn-primary {
  background: var(--burning-flame);
  color: var(--abyssal-blue);
}

.btn-secondary {
  background: transparent;
  border-color: var(--truffle-trouble);
  color: var(--truffle-trouble);
}

.hero-section {
  position: relative;
  overflow: hidden;
  padding: 5.8rem 0 5.2rem;
}

.hero-glow {
  position: absolute;
  width: 580px;
  height: 580px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 177, 98, 0.34), rgba(255, 177, 98, 0));
  top: -220px;
  right: -110px;
}

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

.eyebrow {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--truffle-trouble);
}

.lead {
  font-size: 1.16rem;
  max-width: 60ch;
  margin-bottom: 1.5rem;
}

.hero-actions {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.hero-benefits {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.45rem;
}

.hero-benefits li::before {
  content: '✓';
  color: var(--truffle-trouble);
  margin-right: 0.5rem;
  font-weight: 700;
}

.hero-visual-wrap {
  position: relative;
  min-height: 470px;
}

.card {
  background: var(--white);
  border: 1px solid rgba(44, 59, 77, 0.14);
  border-radius: 18px;
  padding: 1.2rem;
  box-shadow: 0 14px 32px rgba(44, 59, 77, 0.1);
}

.hero-main-mockup {
  position: relative;
  z-index: 3;
}

.hero-floating-card {
  position: absolute;
  z-index: 4;
  right: -10px;
  bottom: 14px;
  width: 220px;
  background: var(--blue-fantastic);
  color: var(--palladian);
}

.hero-side-card {
  position: absolute;
  z-index: 2;
  left: -30px;
  bottom: -22px;
  width: 220px;
  background: rgba(255, 255, 255, 0.95);
}

.metric {
  font-family: 'Yeseva One', serif;
  color: var(--burning-flame);
  font-size: 1.7rem;
  margin: 0;
}

.demo-label {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--truffle-trouble);
  margin: 0 0 0.45rem;
}

.mockup-window {
  border-radius: 14px;
  border: 1px solid rgba(27, 38, 50, 0.15);
  background: linear-gradient(160deg, #fbfaf7 10%, #ece6dc 95%);
  padding: 0.85rem;
}

.mockup-header {
  height: 28px;
  border-radius: 8px;
  background: var(--oatmeal);
  margin-bottom: 0.7rem;
  display: flex;
  align-items: center;
  gap: 0.35rem;
  padding-left: 0.45rem;
}

.mockup-header span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--white);
}

.pipeline-row,
.pipeline-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.55rem;
}

.pipeline-row span,
.deal-card {
  background: #fff;
  border: 1px solid rgba(44, 59, 77, 0.08);
  padding: 0.5rem;
  border-radius: 8px;
  font-size: 0.82rem;
  text-align: center;
}

.problem-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.story-card {
  border-top: 4px solid var(--truffle-trouble);
}

.checklist {
  list-style: none;
  padding: 0;
  margin: 1rem 0 1.4rem;
  display: grid;
  gap: 0.5rem;
}

.checklist li::before {
  content: '→';
  color: var(--truffle-trouble);
  margin-right: 0.5rem;
  font-weight: 700;
}

.mini-mockup {
  margin-top: 0.7rem;
  padding: 1rem;
  border-radius: 10px;
  border: 2px dashed var(--oatmeal);
  color: var(--truffle-trouble);
  text-align: center;
  font-weight: 600;
}

.process-flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.95rem;
}

.flow-step {
  background: var(--white);
  border: 1px solid rgba(44, 59, 77, 0.12);
  border-radius: 12px;
  padding: 0.9rem;
  display: grid;
  gap: 0.6rem;
}

.flow-step span {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 700;
  background: rgba(255, 177, 98, 0.35);
  color: var(--abyssal-blue);
}

.crm-carousel {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.9rem;
  margin-top: 1.3rem;
}

.carousel-track-wrap {
  overflow: hidden;
  padding: 1rem 0.35rem 1.2rem;
}

.carousel-track {
  display: flex;
  gap: 1rem;
  transition: transform 0.55s ease;
  will-change: transform;
}

.carousel-card {
  flex: 0 0 calc((100% - 2rem) / 3);
  min-height: 220px;
  transform: scale(0.92);
  opacity: 0.55;
  filter: saturate(0.7);
  transition: transform 0.45s ease, opacity 0.45s ease, filter 0.45s ease, box-shadow 0.45s ease;
}

.carousel-card.is-center {
  transform: scale(1.02);
  opacity: 1;
  filter: saturate(1);
  border-color: rgba(255, 177, 98, 0.8);
  box-shadow: 0 18px 30px rgba(44, 59, 77, 0.18);
}

.card-tag {
  display: inline-block;
  margin: 0 0 0.65rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--truffle-trouble);
  text-transform: uppercase;
}

.carousel-arrow {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(44, 59, 77, 0.3);
  background: var(--white);
  color: var(--blue-fantastic);
  font-size: 1.15rem;
  font-weight: 700;
  cursor: pointer;
}

.section-intro {
  max-width: 70ch;
}

.hubspot-slot {
  margin-top: 0.8rem;
  border: 2px dashed var(--oatmeal);
  border-radius: 10px;
  padding: 1.2rem;
  color: var(--truffle-trouble);
  text-align: center;
  font-weight: 600;
}

.hs-embed-wrap {
  background: linear-gradient(180deg, #fffdf9 0%, #fff 100%);
}

.embed-intro {
  margin-top: -0.3rem;
}

.hs-form-frame {
  width: 100%;
  min-height: 460px;
}

.site-footer {
  background: var(--abyssal-blue);
  color: var(--palladian);
  padding: 1.5rem 0;
}

.footer-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.site-footer a {
  color: var(--burning-flame);
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 960px) {
  .hero-grid,
  .two-col,
  .contact-grid,
  .problem-grid,
  .process-flow,
  .pipeline-row,
  .pipeline-cards {
    grid-template-columns: 1fr;
  }

  .carousel-card {
    flex-basis: calc((100% - 1rem) / 2);
  }

  .site-nav {
    display: none;
  }

  .hero-visual-wrap {
    min-height: auto;
  }

  .hero-floating-card,
  .hero-side-card {
    position: static;
    width: 100%;
    margin-top: 0.75rem;
  }
}

@media (max-width: 680px) {
  .crm-carousel {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }

  .carousel-arrow {
    display: none;
  }

  .carousel-card {
    flex-basis: 100%;
  }
}
.mini-mockup img{
width:100%;
height:auto;
border-radius:12px;
display:block;
}
.mini-mockup{
max-width:520px;
margin-top:1rem;
}

.mini-mockup img{
width:100%;
height:auto;
border-radius:12px;
display:block;
}