.product-page { background: var(--paper); }
.product-header { background: rgba(13, 33, 24, .9); backdrop-filter: blur(14px); }
.product-header .main-nav .active { color: #79dca8; }
.product-hero {
  position: relative;
  overflow: hidden;
  min-height: 760px;
  padding: 168px 0 104px;
  color: var(--white);
  background:
    radial-gradient(circle at 78% 48%, rgba(0, 176, 80, .15), transparent 28%),
    linear-gradient(115deg, #0d2117 0%, #123322 55%, #0d2016 100%);
}
.product-hero::before {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 72px 72px;
  content: "";
}
.product-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  align-items: center;
  gap: 76px;
}
.product-hero .eyebrow { color: #8fe0ab; }
.product-hero h1 { max-width: 660px; font-size: clamp(48px, 5vw, 72px); }
.product-lead { max-width: 610px; margin: 0 0 34px; color: rgba(255,255,255,.7); font-size: 18px; line-height: 1.68; }
.product-proof { display: flex; flex-wrap: wrap; gap: 11px; padding: 0; margin: 44px 0 0; list-style: none; }
.product-proof li { border: 1px solid rgba(255,255,255,.12); border-radius: 50px; padding: 9px 13px; color: rgba(255,255,255,.62); font-size: 11px; font-weight: 700; letter-spacing: .08em; }

.portal-demo { position: relative; min-width: 0; }
.demo-window { overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: 12px; background: #f6f8f8; box-shadow: 0 38px 90px rgba(0,0,0,.3); transform: perspective(1100px) rotateY(-4deg) rotateX(2deg); }
.demo-topbar { display: flex; height: 45px; align-items: center; justify-content: space-between; padding: 0 16px; color: var(--white); background: #102a1c; }
.demo-logo { display: grid; width: 24px; height: 24px; place-items: center; border-radius: 5px; background: var(--green); font-size: 11px; font-weight: 800; }
.demo-topbar div { display: flex; gap: 5px; }
.demo-topbar i { width: 5px; height: 5px; border-radius: 50%; background: rgba(255,255,255,.25); }
.demo-layout { display: grid; grid-template-columns: 54px 1fr; min-height: 355px; }
.demo-layout aside { display: flex; flex-direction: column; align-items: center; gap: 19px; padding-top: 24px; background: #e9eeee; }
.demo-layout aside span { width: 17px; height: 5px; border-radius: 10px; background: #aab9bc; }
.demo-layout aside .selected { height: 17px; border-radius: 4px; background: var(--green); box-shadow: 0 0 0 7px rgba(0,176,80,.09); }
.demo-content { min-width: 0; padding: 25px 24px; color: var(--ink); }
.demo-title { display: flex; align-items: end; justify-content: space-between; gap: 14px; }
.demo-title small { display: block; margin-bottom: 5px; color: #8b989e; font-size: 7px; letter-spacing: .15em; }
.demo-title strong { display: block; font-family: "Manrope",sans-serif; font-size: 17px; }
.demo-title b { border-radius: 4px; padding: 9px 11px; color: var(--white); background: var(--green-deep); font-size: 8px; }
.demo-kpis { display: grid; grid-template-columns: repeat(3,1fr); gap: 9px; margin: 23px 0; }
.demo-kpis article { position: relative; border: 1px solid #e2e8e8; border-radius: 6px; padding: 13px; background: var(--white); }
.demo-kpis small { display: block; color: #9aa5a9; font-size: 6px; }
.demo-kpis strong { display: block; margin-top: 5px; font-family: "Manrope",sans-serif; font-size: 20px; }
.demo-kpis i { position: absolute; top: 14px; right: 12px; width: 6px; height: 6px; border-radius: 50%; }
.demo-kpis .amber { background: #e9b24b; }.demo-kpis .green { background: #25b56b; }.demo-kpis .red { background: #e77263; }
.demo-table { overflow: hidden; border: 1px solid #e2e8e8; border-radius: 6px; background: var(--white); font-size: 7px; }
.demo-table > div { display: grid; grid-template-columns: 1.4fr .7fr .7fr; align-items: center; min-height: 43px; border-top: 1px solid #edf0f0; padding: 0 12px; }
.demo-table .table-head { min-height: 31px; border: 0; color: #9ba5aa; background: #f1f4f4; font-weight: 700; }
.demo-table div span:first-child { display: flex; align-items: center; gap: 7px; }
.demo-table span i { width: 18px; height: 18px; border-radius: 50%; background: #dce9e8; }
.demo-table em { width: max-content; border-radius: 20px; padding: 5px 7px; font-style: normal; }
.demo-table .ok { color: #16834c; background: #e2f6eb; }.demo-table .wait { color: #9a6c17; background: #f9f0d9; }
.floating-check { position: absolute; right: -18px; bottom: -29px; display: flex; align-items: center; gap: 11px; border: 1px solid rgba(255,255,255,.12); border-radius: 7px; padding: 13px 17px; background: rgba(12,38,26,.94); box-shadow: 0 18px 40px rgba(0,0,0,.22); }
.floating-check > span { display: grid; width: 31px; height: 31px; place-items: center; border-radius: 50%; color: var(--white); background: var(--green); font-weight: 800; }
.floating-check small { display: block; margin-bottom: 3px; color: #6fa384; font-size: 7px; letter-spacing: .13em; }
.floating-check strong { display: block; font-size: 10px; }

.product-strip { color: var(--ink); background: var(--green-pale); }
.product-strip .container { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.product-strip p { margin: 0; color: var(--muted); font-size: 15px; }
.product-strip span { font-family: "Manrope",sans-serif; font-size: 13px; font-weight: 800; letter-spacing: .1em; }
.product-strip i { width: 4px; height: 4px; border-radius: 50%; background: var(--green); }

.product-split { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; }
.section-intro h2 { font-size: clamp(38px,4.1vw,56px); line-height: 1.08; letter-spacing: -.045em; }
.pain-list { border-top: 1px solid var(--line); }
.pain-list article { display: grid; grid-template-columns: 46px 1fr; gap: 8px; border-bottom: 1px solid var(--line); padding: 25px 0; }
.pain-list article > span { color: var(--green); font-size: 10px; letter-spacing: .12em; }
.pain-list h3 { margin-bottom: 7px; font-size: 17px; }
.pain-list p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }

.fit-section { padding-top: 0; }
.fit-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.fit-grid article { min-height: 260px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 30px; background: rgba(255,255,255,.35); }
.fit-grid article > span { display: block; margin-bottom: 72px; color: var(--green); font-size: 9px; letter-spacing: .12em; }
.fit-grid h3 { margin-bottom: 12px; font-size: 19px; }
.fit-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.68; }

.workflow-section { color: var(--white); background: var(--ink-deep); }
.workflow-section .section-heading > p { color: rgba(255,255,255,.57); }
.workflow { display: grid; grid-template-columns: repeat(4,1fr); padding: 0; margin: 0; border-top: 1px solid rgba(255,255,255,.12); border-left: 1px solid rgba(255,255,255,.12); list-style: none; }
.workflow li { min-height: 320px; border-right: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); padding: 24px; }
.workflow li > span { display: block; color: rgba(255,255,255,.32); text-align: right; font-size: 9px; letter-spacing: .1em; }
.workflow-icon { display: grid; width: 56px; height: 56px; place-items: center; margin: 38px 0 48px; border: 1px solid rgba(116,220,171,.4); border-radius: 50%; color: #7ce0aa; font-family: "Manrope",sans-serif; font-size: 11px; font-weight: 800; }
.workflow h3 { margin-bottom: 10px; font-size: 18px; }
.workflow p { margin: 0; color: rgba(255,255,255,.54); font-size: 13px; line-height: 1.65; }

.feature-section { background: #eeece5; }
.feature-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.feature-grid article { min-height: 230px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 26px; background: rgba(255,255,255,.25); }
.feature-grid article > span { display: block; margin-bottom: 60px; color: var(--green); font-size: 9px; }
.feature-grid h3 { margin-bottom: 11px; font-size: 18px; }
.feature-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }

.integration-section { padding-top: 0; background: #eeece5; }
.integration-card { display: grid; grid-template-columns: 1fr .8fr; align-items: center; gap: 80px; padding: 70px; color: var(--white); background: var(--green-deep); }
.integration-card h2 { margin-bottom: 20px; font-size: clamp(36px,3.8vw,52px); line-height: 1.08; letter-spacing: -.04em; }
.integration-card p:not(.eyebrow) { max-width: 620px; margin: 0; color: rgba(255,255,255,.67); line-height: 1.7; }
.integration-map { display: flex; align-items: center; justify-content: center; }
.integration-map span, .integration-map strong { display: grid; width: 74px; height: 74px; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; text-align: center; font-size: 11px; }
.integration-map strong { width: 130px; height: 130px; color: var(--ink); background: var(--white); box-shadow: 0 20px 50px rgba(0,0,0,.16); }
.integration-map i { width: 35px; height: 1px; background: rgba(255,255,255,.35); }

.implementation-section { background: var(--paper); }
.implementation-grid { display: grid; grid-template-columns: repeat(4, 1fr); padding: 0; margin: 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); list-style: none; }
.implementation-grid li { min-height: 275px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 28px; }
.implementation-grid li > span { display: block; margin-bottom: 68px; color: var(--green); font-size: 9px; letter-spacing: .12em; }
.implementation-grid h3 { margin-bottom: 11px; font-size: 18px; }
.implementation-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.68; }

.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; min-height: 76px; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; font-family: "Manrope",sans-serif; font-size: 15px; font-weight: 700; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--green); font-size: 21px; font-weight: 400; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 650px; margin: -4px 40px 25px 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.product-contact { background: var(--cream); }

@media (max-width: 1000px) {
  .product-header .main-nav { font-size: 20px; }
  .product-hero-grid, .product-split, .integration-card { grid-template-columns: 1fr; }
  .product-hero-grid { gap: 80px; }
  .portal-demo { width: min(100%,650px); margin-inline: auto; }
  .product-strip .container { flex-wrap: wrap; justify-content: center; padding-block: 20px; }
  .product-strip p { width: 100%; text-align: center; }
  .workflow { grid-template-columns: 1fr 1fr; }
  .feature-grid, .implementation-grid { grid-template-columns: 1fr 1fr; }
  .fit-grid { grid-template-columns: 1fr; }
  .fit-grid article { min-height: 220px; }
  .fit-grid article > span { margin-bottom: 48px; }
  .integration-map { padding-top: 10px; }
}
@media (max-width: 600px) {
  .product-hero { padding: 126px 0 84px; }
  .product-hero h1 { font-size: 43px; }
  .product-lead { font-size: 16px; }
  .product-proof { margin-top: 35px; }
  .portal-demo { width: 115%; margin-left: -7.5%; }
  .demo-content { padding: 18px 15px; }
  .demo-kpis article { padding: 9px; }
  .demo-kpis small, .demo-title small { letter-spacing: 0; }
  .demo-table > div { padding-inline: 8px; }
  .floating-check { right: 3px; }
  .product-strip .container { gap: 12px; }
  .product-strip span { font-size: 10px; }
  .product-split { gap: 44px; }
  .workflow, .feature-grid, .implementation-grid { grid-template-columns: 1fr; }
  .workflow li { min-height: 270px; }
  .workflow-icon { margin: 25px 0 35px; }
  .feature-grid article { min-height: 200px; }
  .feature-grid article > span { margin-bottom: 43px; }
  .implementation-grid li { min-height: 220px; }
  .implementation-grid li > span { margin-bottom: 42px; }
  .integration-card { gap: 50px; padding: 52px 22px; }
  .integration-map span { width: 57px; height: 57px; }
  .integration-map strong { width: 104px; height: 104px; }
  .integration-map i { width: 18px; }
}
