:root {
  --excel-ink: #121827;
  --excel-muted: #5b6577;
  --excel-line: #dfe6ef;
  --excel-soft: #f5f8fb;
  --excel-blue: #335fd6;
  --excel-blue-dark: #2446a6;
  --excel-teal: #0f766e;
  --excel-green: #17845b;
  --excel-amber: #a15c07;
  --excel-rose: #9f1239;
  --excel-dark: #161c2a;
  --excel-surface: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

#reports,
#price,
#bonuses,
#meeting {
  scroll-margin-top: 92px;
}

body.excel-accounting-lp {
  margin: 0;
  color: var(--excel-ink);
  background: #ffffff;
  font-family: var(--he-font-family, FuturaPT, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif);
  font-size: 17px;
  line-height: 1.55;
}

body.excel-menu-open {
  overflow: hidden;
}

body.excel-accounting-lp a {
  color: inherit;
}

body.excel-accounting-lp button,
body.excel-accounting-lp input,
body.excel-accounting-lp textarea {
  font: inherit;
}

.excel-container {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

.excel-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(223, 230, 239, 0.9);
  backdrop-filter: blur(14px);
}

.excel-header__inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  gap: 24px;
}

.excel-logo {
  display: grid;
  align-content: center;
  width: 196px;
  flex: 0 0 auto;
  text-decoration: none;
}

.excel-logo > span,
.excel-footer__logo {
  display: block;
  font-size: 25px;
  line-height: 1;
  font-weight: 500;
  color: var(--excel-ink);
}

.excel-logo > span span,
.excel-footer__logo span {
  color: #7b75f0;
}

.excel-logo small {
  display: block;
  margin-top: 6px;
  color: var(--excel-muted);
  font-size: 11px;
  line-height: 1.15;
}

.excel-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex: 1;
  font-size: 15px;
  color: #2d3548;
}

.excel-nav a {
  text-decoration: none;
  white-space: nowrap;
}

.excel-nav a:hover {
  color: var(--excel-blue);
}

.excel-header__actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex: 0 0 auto;
}

.excel-header__login {
  color: var(--excel-muted);
  font-size: 15px;
  text-decoration: none;
}

.excel-menu {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--excel-line);
  background: #ffffff;
  padding: 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

.excel-menu span {
  width: 20px;
  height: 2px;
  background: var(--excel-ink);
}

.excel-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 26px;
  border: 1px solid var(--excel-blue);
  border-radius: 8px;
  background: var(--excel-blue);
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
  font-weight: 700;
  line-height: 1.12;
  text-align: center;
  white-space: nowrap;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.excel-btn:hover {
  background: var(--excel-blue-dark);
  border-color: var(--excel-blue-dark);
  transform: translateY(-1px);
}

.excel-btn--secondary {
  background: #ffffff;
  color: var(--excel-ink);
  border-color: var(--excel-line);
}

.excel-btn--secondary:hover {
  color: #ffffff;
  border-color: var(--excel-blue-dark);
}

.excel-btn--small {
  min-height: 42px;
  padding: 0 18px;
  font-size: 14px;
}

.excel-hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.99), rgba(255,255,255,0.92) 58%, rgba(245,248,251,0.86)),
    linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.excel-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(51, 95, 214, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 118, 110, 0.05) 1px, transparent 1px);
  background-size: 42px 42px;
  pointer-events: none;
}

.excel-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(370px, 0.72fr);
  gap: 52px;
  align-items: center;
  min-height: 690px;
  padding: 72px 0 82px;
}

.excel-eyebrow {
  margin: 0 0 14px;
  color: var(--excel-blue);
  font-size: 14px;
  font-weight: 700;
}

.excel-hero h1 {
  max-width: 760px;
  margin: 0 0 22px;
  font-size: 58px;
  line-height: 1.05;
  font-weight: 750;
}

.excel-hero__lead {
  max-width: 720px;
  margin: 0 0 26px;
  color: #263044;
  font-size: 22px;
  line-height: 1.4;
}

.excel-hero__steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0 0 28px;
}

.excel-hero__steps div {
  min-height: 132px;
  padding: 16px;
  border: 1px solid var(--excel-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 12px 34px rgba(27, 34, 51, 0.06);
}

.excel-hero__steps span,
.excel-report-grid span,
.excel-bonus-grid span {
  display: block;
  margin-bottom: 10px;
  color: var(--excel-teal);
  font-weight: 750;
}

.excel-hero__steps strong {
  display: block;
  font-size: 16px;
  line-height: 1.28;
}

.excel-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.excel-hero__offer {
  display: grid;
  gap: 14px;
}

.excel-sheet,
.excel-price-card,
.excel-price__box,
.excel-meeting__cards div,
.excel-final__panel,
.excel-report-grid article,
.excel-bonus-grid article,
.excel-stats div {
  border: 1px solid var(--excel-line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(27, 34, 51, 0.1);
}

.excel-sheet {
  padding: 18px;
  overflow: hidden;
}

.excel-sheet__top {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: var(--excel-muted);
  font-size: 14px;
  margin-bottom: 16px;
}

.excel-sheet__top strong {
  color: var(--excel-ink);
}

.excel-sheet__tabs {
  display: flex;
  gap: 7px;
  margin-bottom: 14px;
}

.excel-sheet__tabs span {
  padding: 7px 10px;
  border-radius: 6px 6px 0 0;
  background: #e8f3ef;
  color: #13533d;
  font-size: 13px;
  font-weight: 700;
}

.excel-sheet__table {
  display: grid;
  grid-template-columns: 1.15fr repeat(3, 0.78fr);
  border-top: 1px solid #c7d5e7;
  border-left: 1px solid #c7d5e7;
  background: #ffffff;
}

.excel-sheet__table > * {
  min-height: 42px;
  display: flex;
  align-items: center;
  padding: 8px 10px;
  border-right: 1px solid #c7d5e7;
  border-bottom: 1px solid #c7d5e7;
  color: #273348;
  font-size: 13px;
  font-style: normal;
  line-height: 1.2;
}

.excel-sheet__table b {
  background: #f1f5fb;
  font-weight: 700;
}

.excel-sheet__table i {
  background: #ffffff;
}

.excel-sheet__table em {
  background: #e9f7f0;
  color: #13734f;
  font-weight: 700;
}

.excel-price-card,
.excel-final__panel {
  padding: 26px;
  border-top: 5px solid var(--excel-green);
}

.excel-price-card__old {
  display: inline-block;
  position: relative;
  margin-bottom: 4px;
  color: var(--excel-muted);
  font-size: 24px;
  font-weight: 700;
}

.excel-price-card__old::after {
  content: "";
  position: absolute;
  left: -5px;
  right: -5px;
  top: 50%;
  height: 3px;
  background: var(--excel-rose);
  transform: rotate(-8deg);
}

.excel-price-card strong,
.excel-final__panel > strong {
  display: block;
  color: var(--excel-green);
  font-size: 44px;
  line-height: 1;
  font-weight: 800;
}

.excel-price-card p,
.excel-final__panel p {
  margin: 16px 0 10px;
  color: var(--excel-muted);
}

.excel-countdown {
  display: grid;
  grid-template-columns: repeat(3, 64px);
  gap: 8px;
}

.excel-countdown span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  border-radius: 8px;
  background: var(--excel-dark);
  color: #ffffff;
  font-size: 25px;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}

.excel-section {
  padding: 86px 0;
}

.excel-section--stats {
  padding: 0;
  margin-top: -30px;
  position: relative;
  z-index: 3;
}

.excel-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.excel-stats div {
  min-height: 128px;
  padding: 24px;
}

.excel-stats strong {
  display: block;
  margin-bottom: 8px;
  font-size: 30px;
  line-height: 1.05;
}

.excel-stats span {
  display: block;
  color: var(--excel-muted);
  font-size: 15px;
}

.excel-section__head {
  max-width: 780px;
  margin-bottom: 34px;
}

.excel-section__head h2,
.excel-price h2,
.excel-meeting h2,
.excel-final h2 {
  margin: 0;
  font-size: 40px;
  line-height: 1.13;
}

.excel-report-grid,
.excel-bonus-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.excel-report-grid article,
.excel-bonus-grid article {
  min-height: 246px;
  padding: 24px;
}

.excel-report-grid article:nth-child(2) span,
.excel-bonus-grid article:nth-child(2) span {
  color: var(--excel-blue);
}

.excel-report-grid article:nth-child(3) span,
.excel-bonus-grid article:nth-child(3) span {
  color: var(--excel-amber);
}

.excel-report-grid article:nth-child(4) span {
  color: var(--excel-rose);
}

.excel-report-grid h3,
.excel-bonus-grid h3 {
  margin: 0 0 12px;
  font-size: 23px;
  line-height: 1.18;
}

.excel-report-grid p,
.excel-bonus-grid p,
.excel-meeting__main p,
.excel-final p {
  margin: 0 0 14px;
  color: #3a4357;
}

.excel-section--dark {
  color: #ffffff;
  background: var(--excel-dark);
}

.excel-section--dark .excel-eyebrow {
  color: #94d5cf;
}

.excel-price {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(380px, 0.72fr);
  gap: 54px;
  align-items: center;
}

.excel-price__box {
  padding: 28px;
  color: var(--excel-ink);
}

.excel-price__box > div {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  padding: 14px 0;
  border-bottom: 1px solid var(--excel-line);
}

.excel-price__box span {
  color: #3d4659;
}

.excel-price__box strong {
  flex: 0 0 auto;
}

.excel-price__total strong {
  font-size: 24px;
}

.excel-price__free {
  margin: 10px 0 22px;
  align-items: center;
  border-bottom: 0 !important;
}

.excel-price__free strong {
  color: var(--excel-green);
  font-size: 28px;
}

.excel-price__box .excel-btn {
  width: 100%;
}

.excel-meeting {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 0.7fr);
  gap: 48px;
  align-items: center;
}

.excel-meeting__cards {
  display: grid;
  gap: 12px;
}

.excel-meeting__cards div {
  min-height: 112px;
  padding: 22px;
}

.excel-meeting__cards strong {
  display: block;
  margin-bottom: 8px;
  font-size: 28px;
  line-height: 1.05;
}

.excel-meeting__cards span {
  display: block;
  color: var(--excel-muted);
}

.excel-section--soft {
  background: var(--excel-soft);
}

.excel-bonuses__intro {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  align-items: center;
}

.excel-bonuses__intro img {
  width: min(210px, 24vw);
  height: auto;
  flex: 0 0 auto;
}

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

.excel-section--final {
  background: #f9f5ee;
}

.excel-final {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 46px;
  align-items: center;
}

.excel-final__panel .excel-countdown {
  margin-bottom: 22px;
}

.excel-final__panel .excel-btn {
  width: 100%;
}

.excel-footer {
  padding: 52px 0 28px;
  color: #d8dfeb;
  background: #121722;
}

.excel-footer__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 30px;
}

.excel-footer__logo {
  color: #ffffff;
}

.excel-footer p {
  margin: 18px 0 0;
  color: #aeb8ca;
}

.excel-footer nav {
  display: grid;
  align-content: start;
  gap: 10px;
}

.excel-footer a {
  color: #d8dfeb;
  text-decoration: none;
}

.excel-footer a:hover {
  color: #ffffff;
}

.excel-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: 36px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,0.12);
  color: #9da8bb;
  font-size: 14px;
}

@media (max-width: 1080px) {
  .excel-nav {
    gap: 16px;
    font-size: 14px;
  }

  .excel-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(330px, 0.68fr);
    gap: 30px;
  }

  .excel-hero h1 {
    font-size: 48px;
  }

  .excel-hero__steps,
  .excel-report-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .excel-container {
    width: min(100% - 28px, 720px);
  }

  .excel-header__inner {
    min-height: 70px;
  }

  .excel-logo {
    width: 178px;
  }

  .excel-nav {
    position: fixed;
    left: 14px;
    right: 14px;
    top: 78px;
    display: none;
    padding: 18px;
    background: #ffffff;
    border: 1px solid var(--excel-line);
    border-radius: 8px;
    box-shadow: 0 18px 50px rgba(27, 34, 51, 0.14);
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }

  .excel-nav.is-open {
    display: flex;
  }

  .excel-nav a {
    padding: 12px 4px;
    border-bottom: 1px solid var(--excel-line);
  }

  .excel-nav a:last-child {
    border-bottom: 0;
  }

  .excel-header__actions {
    margin-left: auto;
  }

  .excel-header__actions .excel-btn {
    display: none;
  }

  .excel-menu {
    display: inline-flex;
  }

  .excel-hero__grid,
  .excel-price,
  .excel-meeting,
  .excel-final,
  .excel-footer__grid {
    grid-template-columns: 1fr;
  }

  .excel-hero__grid {
    min-height: auto;
    padding: 52px 0 62px;
  }

  .excel-hero h1,
  .excel-section__head h2,
  .excel-price h2,
  .excel-meeting h2,
  .excel-final h2 {
    font-size: 34px;
  }

  .excel-hero__lead {
    font-size: 19px;
  }

  .excel-section {
    padding: 64px 0;
  }

  .excel-section--stats {
    padding: 0;
  }

  .excel-stats,
  .excel-bonus-grid {
    grid-template-columns: 1fr;
  }

  .excel-bonuses__intro {
    align-items: flex-start;
  }

  .excel-final {
    gap: 24px;
  }
}

@media (max-width: 620px) {
  body.excel-accounting-lp {
    font-size: 16px;
  }

  .excel-header__login {
    display: none;
  }

  .excel-logo {
    width: 158px;
  }

  .excel-logo > span {
    font-size: 22px;
  }

  .excel-hero__grid {
    padding: 40px 0 50px;
  }

  .excel-hero h1 {
    max-width: 100%;
    font-size: 31px;
  }

  .excel-hero__lead {
    font-size: 18px;
  }

  .excel-hero__steps,
  .excel-report-grid {
    grid-template-columns: 1fr;
  }

  .excel-actions {
    align-items: stretch;
  }

  .excel-btn {
    width: 100%;
    min-height: 50px;
    white-space: normal;
  }

  .excel-sheet {
    padding: 12px;
  }

  .excel-sheet__top {
    display: grid;
    gap: 4px;
  }

  .excel-sheet__tabs {
    overflow: auto;
    padding-bottom: 2px;
  }

  .excel-sheet__table {
    grid-template-columns: 1.18fr repeat(3, 0.78fr);
  }

  .excel-sheet__table > * {
    min-height: 38px;
    padding: 7px 6px;
    font-size: 12px;
  }

  .excel-price-card strong,
  .excel-final__panel > strong {
    font-size: 36px;
  }

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

  .excel-section__head h2,
  .excel-price h2,
  .excel-meeting h2,
  .excel-final h2 {
    font-size: 30px;
  }

  .excel-price__box {
    padding: 20px;
  }

  .excel-price__box > div {
    display: grid;
    gap: 4px;
  }

  .excel-bonuses__intro {
    display: block;
  }

  .excel-bonuses__intro img {
    display: block;
    width: min(190px, 58vw);
    margin: 0 auto 24px;
  }

  .excel-footer__bottom {
    flex-direction: column;
  }
}
