.excel-page {
  --excel-ink: #07142c;
  --excel-blue: #0f6fff;
  --excel-cyan: #3dd9c5;
  --excel-paper: #f5f8fc;
  background: #fff;
  color: var(--excel-ink);
}

.excel-page .shell { width: min(1160px, calc(100% - 40px)); }
.excel-header { background: rgba(255,255,255,.92); border-bottom: 1px solid #e5ebf3; }
.excel-header .main-nav a { color: #31435f; }
.excel-header .language { border-color: #dfe7f2; background: #f7f9fc; }
.excel-header .language button { color: #60708a; }
.excel-header .language button.active { color: #fff; background: var(--excel-ink); }
.excel-account-link { color: var(--excel-ink); border: 1px solid #cfd9e7; background: #fff; }
.excel-nav-cta { background: var(--excel-ink); color: #fff !important; border-color: var(--excel-ink); }

.excel-hero {
  overflow: hidden;
  padding: 92px 0 78px;
  background:
    radial-gradient(circle at 88% 12%, rgba(61,217,197,.18), transparent 29%),
    radial-gradient(circle at 12% 85%, rgba(15,111,255,.12), transparent 31%),
    linear-gradient(145deg, #f8fbff 0%, #fff 52%, #f3faf9 100%);
}

.excel-hero-grid { display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 62px; }
.excel-kicker { margin: 0 0 14px; color: #087867; font-size: .86rem; font-weight: 800; letter-spacing: .02em; }
.excel-kicker span:first-child { display: inline-block; width: 18px; height: 8px; margin-inline-end: 8px; border-radius: 10px; background: var(--excel-cyan); }
.excel-hero h1 { max-width: 740px; margin: 0; font-size: clamp(2.45rem, 5vw, 4.8rem); line-height: 1.11; letter-spacing: -.045em; }
.excel-lead { max-width: 680px; margin: 25px 0 0; color: #52627a; font-size: 1.12rem; line-height: 2; }
.hero-value-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  max-width: 760px;
  margin-top: 24px;
}
.hero-value-card {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 88px;
  padding: 14px 15px;
  border: 1px solid rgba(43, 96, 222, .2);
  border-radius: 17px;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 14px 34px rgba(9, 31, 67, .07);
}
.hero-value-card.ai {
  border-color: rgba(20, 174, 154, .32);
  background: linear-gradient(135deg, rgba(236, 255, 251, .95), rgba(255, 255, 255, .88));
}
.hero-value-mark {
  display: grid;
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 14px;
  background: #153c90;
  color: #fff;
  font: 800 .72rem/1 Arial, sans-serif;
  letter-spacing: .04em;
}
.hero-value-card.ai .hero-value-mark {
  background: linear-gradient(145deg, #0d8f82, #18bfa9);
  font-size: .92rem;
}
.hero-value-card > span:last-child { display: grid; gap: 5px; }
.hero-value-card strong { color: var(--excel-ink); font-size: .95rem; line-height: 1.55; }
.hero-value-card small { color: #52627a; font-size: .78rem; line-height: 1.7; }
.excel-page .hero-actions { margin-top: 30px; }
.excel-page .button { min-height: 51px; }
.excel-page .button.primary { background: var(--excel-blue); box-shadow: 0 16px 36px rgba(15,111,255,.2); }
.excel-page .button.secondary { color: var(--excel-ink); border-color: #cfd9e7; background: rgba(255,255,255,.72); }
.excel-trust-row { display: flex; flex-wrap: wrap; gap: 20px; margin: 28px 0 0; padding: 0; list-style: none; color: #52627a; font-size: .86rem; }
.excel-trust-row li::before { content: "✓"; display: inline-grid; place-items: center; width: 21px; height: 21px; margin-inline-end: 7px; color: #087867; border-radius: 50%; background: #dff8f2; font-weight: 900; }

.excel-hero-image {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(78, 134, 215, .24);
  border-radius: 28px;
  background: #06142f;
  box-shadow: 0 32px 80px rgba(4, 24, 61, .24);
}
.excel-hero-image::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .08);
}
.excel-hero-image img { display: block; width: 100%; height: auto; aspect-ratio: 1734 / 907; object-fit: cover; }

.transformation-demo { position: relative; min-height: 525px; }
.transformation-demo::before { content: ""; position: absolute; inset: 52px 22px 25px; border: 1px solid rgba(15,111,255,.13); border-radius: 36px; background: rgba(255,255,255,.48); box-shadow: 0 35px 80px rgba(12,34,68,.13); backdrop-filter: blur(14px); }
.demo-labels { position: relative; z-index: 3; display: flex; align-items: center; justify-content: space-between; gap: 12px; color: #65758d; font-size: .75rem; font-weight: 750; }
.demo-labels b { color: var(--excel-blue); font-size: 1.4rem; }
.sheet-window, .dashboard-window { position: absolute; z-index: 2; border: 1px solid #dce5f0; border-radius: 17px; background: #fff; box-shadow: 0 25px 50px rgba(22,48,83,.14); }
.sheet-window { top: 88px; inset-inline-start: 0; width: 67%; overflow: hidden; transform: rotate(-2.5deg); }
.window-bar { display: flex; align-items: center; gap: 6px; height: 42px; padding: 0 13px; color: #75859a; background: #f3f6fa; font-size: .72rem; direction: ltr; }
.window-bar i { width: 8px; height: 8px; border-radius: 50%; background: #c8d2df; }
.window-bar i:first-child { background: #fb7a7a; }
.window-bar span { margin-left: auto; }
.sheet-grid { display: grid; grid-template-columns: repeat(4, 1fr); padding: 14px; direction: ltr; }
.sheet-grid span { min-height: 42px; padding: 10px 8px; border-right: 1px solid #e8edf4; border-bottom: 1px solid #e8edf4; color: #65758d; font-size: .75rem; text-align: center; }
.sheet-grid .sheet-head { min-height: 34px; padding: 7px; color: #087867; background: #e6f7f3; font-weight: 800; }
.sheet-grid .sheet-warn { color: #ce6b32; background: #fff2e8; font-weight: 900; }
.dashboard-window { right: 0; bottom: 0; display: grid; grid-template-columns: 58px 1fr; width: 79%; min-height: 310px; overflow: hidden; transform: rotate(1.5deg); }
.dash-side { display: flex; align-items: center; flex-direction: column; gap: 20px; padding: 18px 12px; background: var(--excel-ink); }
.dash-side span { display: grid; place-items: center; width: 34px; height: 34px; color: #fff; border-radius: 11px; background: var(--excel-blue); font-weight: 900; }
.dash-side i { width: 22px; height: 6px; border-radius: 6px; background: rgba(255,255,255,.23); }
.dash-main { padding: 24px; background: #f7f9fc; }
.dash-top { display: flex; align-items: center; justify-content: space-between; }
.dash-top b { font-size: .88rem; }
.dash-top span { width: 30px; height: 30px; border-radius: 50%; background: #d8e5f5; }
.dash-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-top: 22px; }
.dash-cards i { height: 60px; border-radius: 12px; background: #fff; box-shadow: 0 4px 12px rgba(29,53,80,.06); }
.dash-cards i:first-child { border-top: 3px solid var(--excel-blue); }
.dash-cards i:nth-child(2) { border-top: 3px solid var(--excel-cyan); }
.dash-cards i:last-child { border-top: 3px solid #f4a95d; }
.dash-chart { display: flex; align-items: end; gap: 10px; height: 125px; margin-top: 20px; padding: 15px 15px 0; border-radius: 12px; background: #fff; }
.dash-chart span { flex: 1; height: 40%; border-radius: 6px 6px 0 0; background: #d7e8ff; }
.dash-chart span:nth-child(2) { height: 68%; }.dash-chart span:nth-child(3) { height: 48%; }.dash-chart span:nth-child(4) { height: 85%; background: var(--excel-blue); }.dash-chart span:nth-child(5) { height: 62%; }.dash-chart span:nth-child(6) { height: 76%; }

.excel-proof { border-top: 1px solid #e8edf4; border-bottom: 1px solid #e8edf4; background: #fff; }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-grid > div { display: flex; flex-direction: column; min-height: 134px; justify-content: center; padding: 24px 28px; border-inline-end: 1px solid #e8edf4; }
.proof-grid > div:last-child { border-inline-end: 0; }
.proof-grid strong { margin-bottom: 7px; font-size: .96rem; }
.proof-grid span { color: #738198; font-size: .82rem; line-height: 1.7; }

.excel-section { padding: 96px 0; }
.excel-heading { max-width: 760px; margin: 0 auto 46px; text-align: center; }
.excel-heading.align-start { margin-inline: 0; text-align: start; }
.excel-heading h2, .case-copy h2, .request-copy h2, .excel-final-cta h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.25rem); line-height: 1.27; letter-spacing: -.035em; }
.excel-heading > p:last-child { color: #627188; line-height: 1.9; }

.problem-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.problem-grid article { min-height: 225px; padding: 28px; border: 1px solid #e2e9f2; border-radius: 22px; background: #fff; box-shadow: 0 10px 30px rgba(13,37,68,.045); transition: transform .2s ease, border-color .2s ease; }
.problem-grid article:hover { transform: translateY(-4px); border-color: #b9d4fb; }
.problem-grid article > span { display: grid; place-items: center; width: 38px; height: 38px; color: var(--excel-blue); border-radius: 12px; background: #eaf3ff; font-size: .72rem; font-weight: 900; }
.problem-grid h3 { margin: 22px 0 10px; font-size: 1.12rem; }
.problem-grid p { margin: 0; color: #68778d; font-size: .9rem; line-height: 1.85; }

.process-section { background: var(--excel-ink); color: #fff; }
.process-section .excel-kicker { color: var(--excel-cyan); }
.process-list { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; margin: 0; padding: 0; list-style: none; }
.process-list li { position: relative; padding: 26px 22px; border: 1px solid rgba(255,255,255,.12); border-radius: 20px; background: rgba(255,255,255,.045); }
.process-list li::after { content: ""; position: absolute; top: 43px; inset-inline-end: -17px; width: 18px; border-top: 1px dashed rgba(61,217,197,.48); }
.process-list li:last-child::after { display: none; }
.process-list li > span { display: grid; place-items: center; width: 40px; height: 40px; color: var(--excel-ink); border-radius: 13px; background: var(--excel-cyan); font-weight: 900; }
.process-list h3 { margin: 24px 0 9px; font-size: 1rem; }
.process-list p { margin: 0; color: #aebcd0; font-size: .84rem; line-height: 1.85; }

.case-section { background: #f5f8fc; }
.case-card { display: grid; grid-template-columns: .9fr 1.1fr; gap: 58px; align-items: center; padding: 54px !important; border: 1px solid #e0e8f2; border-radius: 30px; background: #fff; box-shadow: 0 28px 70px rgba(12,36,67,.08); }
.case-copy > p:not(.excel-kicker):not(.case-note) { color: #5d6d84; line-height: 1.95; }
.case-copy ul { margin: 22px 0; padding: 0; list-style: none; }
.case-copy li { margin: 10px 0; color: #33465f; }
.case-copy li::before { content: "✓"; margin-inline-end: 10px; color: #087867; font-weight: 900; }
.case-note { padding: 13px 16px; color: #6c7c91; border-radius: 13px; background: #f2f6fa; font-size: .78rem; line-height: 1.7; }
.case-window { display: grid; grid-template-columns: 58px 1fr; min-height: 420px; overflow: hidden; border: 1px solid #dce5f0; border-radius: 22px; box-shadow: 0 26px 54px rgba(19,46,80,.15); direction: rtl; }
.case-sidebar { display: flex; align-items: center; flex-direction: column; gap: 23px; padding-top: 22px; background: #091a35; }
.case-sidebar b { display: grid; place-items: center; width: 34px; height: 34px; color: #fff; border-radius: 11px; background: var(--excel-blue); }
.case-sidebar span { width: 25px; height: 6px; border-radius: 5px; background: rgba(255,255,255,.2); }
.case-dashboard { padding: 28px; background: #f7f9fc; }
.case-header { display: flex; align-items: center; justify-content: space-between; }
.case-header div { display: flex; flex-direction: column; }
.case-header small { color: #7c8aa0; }.case-header strong { font-size: 1.08rem; }
.case-header i { width: 37px; height: 37px; border-radius: 50%; background: #d9e6f6; }
.case-metrics { display: grid; grid-template-columns: repeat(3,1fr); gap: 11px; margin-top: 28px; }
.case-metrics div { display: flex; flex-direction: column; padding: 16px; border-radius: 14px; background: #fff; box-shadow: 0 6px 18px rgba(28,53,83,.06); }
.case-metrics small { color: #77869b; font-size: .67rem; }.case-metrics b { margin-top: 8px; color: var(--excel-blue); font-size: 1.45rem; }
.case-table { display: grid; grid-template-columns: 1fr 1.6fr .8fr 1fr; gap: 1px; margin-top: 22px; overflow: hidden; border: 1px solid #e3e9f1; border-radius: 14px; background: #e3e9f1; }
.case-table span { min-height: 53px; background: #fff; }
.case-table span:nth-child(-n+4) { min-height: 37px; background: #e8f1fd; }

.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }
.pricing-grid article { padding: 32px; border: 1px solid #e1e8f1; border-radius: 24px; background: #fff; box-shadow: 0 15px 36px rgba(16,41,74,.06); }
.pricing-grid article.featured { color: #fff; border-color: var(--excel-blue); background: linear-gradient(150deg, #0d63dc, #0b4eb1); transform: translateY(-12px); box-shadow: 0 24px 50px rgba(15,100,220,.2); }
.pricing-grid article > p { color: #087867; font-size: .75rem; font-weight: 850; }
.pricing-grid .featured > p { color: #9ff2e7; }
.pricing-grid h3 { margin: 10px 0 22px; font-size: 1.35rem; }
.price { display: flex; align-items: baseline; gap: 8px; min-height: 62px; }
.price b { font-size: 2.55rem; letter-spacing: -.04em; }
.price span { color: #6d7d93; font-size: .75rem; }
.featured .price span { color: #c5d8f4; }
.pricing-grid ul { margin: 25px 0 0; padding: 20px 0 0; border-top: 1px solid #e8edf4; list-style: none; }
.featured ul { border-color: rgba(255,255,255,.16); }
.pricing-grid li { margin: 12px 0; color: #5f7086; font-size: .86rem; }
.featured li { color: #e7f0fd; }
.pricing-grid li::before { content: "✓"; margin-inline-end: 9px; color: #0a9f87; font-weight: 900; }
.featured li::before { color: var(--excel-cyan); }
.pricing-note { margin: 30px auto 0; color: #6c7b90; font-size: .8rem; text-align: center; }

.request-section { background: #f3f7fb; }
.request-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 58px; align-items: start; }
.request-copy > p:not(.excel-kicker) { color: #607087; line-height: 1.9; }
.privacy-summary { margin-top: 30px; padding: 24px; border: 1px solid #dbe6f1; border-radius: 20px; background: #fff; }
.privacy-summary h3 { margin: 0 0 14px; font-size: 1rem; }
.privacy-summary ul { margin: 0; padding: 0; list-style: none; }
.privacy-summary li { margin: 10px 0; color: #64748a; font-size: .83rem; line-height: 1.75; }
.privacy-summary li::before { content: "•"; margin-inline-end: 9px; color: var(--excel-blue); }
.lead-form { padding: 34px; border: 1px solid #dae4ef; border-radius: 25px; background: #fff; box-shadow: 0 22px 55px rgba(12,37,68,.09); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.lead-form label { display: flex; flex-direction: column; gap: 8px; margin-bottom: 17px; color: #273b55; font-size: .83rem; font-weight: 750; }
.lead-form input, .lead-form select, .lead-form textarea { width: 100%; min-height: 48px; padding: 11px 13px; color: #142945; border: 1px solid #d5dfeb; border-radius: 11px; outline: 0; background: #fbfcfe; font: inherit; font-weight: 500; transition: border-color .2s ease, box-shadow .2s ease; }
.lead-form textarea { resize: vertical; }
.lead-form input:focus, .lead-form select:focus, .lead-form textarea:focus { border-color: var(--excel-blue); box-shadow: 0 0 0 3px rgba(15,111,255,.11); }
.lead-form input[type=file] { min-height: auto; padding: 12px; }
.file-field small { color: #7a899d; font-size: .7rem; font-weight: 500; line-height: 1.6; }
.lead-form .consent-field { display: grid; grid-template-columns: 20px 1fr; align-items: start; gap: 9px; color: #64748a; font-size: .73rem; font-weight: 500; line-height: 1.6; }
.consent-field input { width: 18px; min-height: 18px; margin-top: 2px; }
.submit-button { width: 100%; border: 0; cursor: pointer; font: inherit; font-weight: 850; }
.submit-button[disabled] { cursor: wait; opacity: .7; }
.form-status { min-height: 24px; margin: 14px 0 0; font-size: .8rem; line-height: 1.6; }
.form-status.success { color: #087867; }.form-status.error { color: #ae3c3c; }
.form-footnote { margin: 4px 0 0; color: #8592a4; font-size: .67rem; text-align: center; }
.form-trap {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
  pointer-events: none !important;
}

.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 64px; align-items: start; }
.faq-list { border-top: 1px solid #dfe6ef; }
.faq-list details { border-bottom: 1px solid #dfe6ef; }
.faq-list summary { padding: 22px 2px; cursor: pointer; font-weight: 800; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; float: left; color: var(--excel-blue); font-size: 1.25rem; }
[dir=ltr] .faq-list summary::after { float: right; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { margin: -4px 0 22px; padding-inline-end: 28px; color: #65758b; font-size: .88rem; line-height: 1.9; }
.excel-final-cta { padding: 75px 0; color: #fff; background: linear-gradient(125deg, #0e6cf1, #0b4fac 58%, #063678); }
.excel-final-cta .shell { display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.excel-final-cta .excel-kicker { color: #a8f3e9; }
.excel-final-cta h2 { max-width: 760px; }
.excel-footer { padding: 35px 0; }
.excel-footer-row { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 40px; }
.excel-footer-row p { color: #a7b5c9; text-align: center; }
.excel-footer-row > div { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 18px; }
.excel-footer-row > div a { color: #ccd6e4; font-size: .78rem; }

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.brochure-section {
  position: relative;
  padding: 105px 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 0 0, rgba(15,111,255,.1), transparent 31%),
    linear-gradient(180deg, #f7f9fc, #edf3f9);
}
.brochure-section::after {
  content: "";
  position: absolute;
  z-index: 0;
  width: 420px;
  height: 420px;
  inset: auto -240px -260px auto;
  border-radius: 50%;
  background: rgba(61,217,197,.12);
  filter: blur(10px);
}
.brochure-section .shell { position: relative; z-index: 1; }
.brochure-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
  gap: 64px;
  align-items: end;
  margin-bottom: 42px;
}
.brochure-heading h2 {
  max-width: 850px;
  margin: 0;
  font-size: clamp(2rem, 3.7vw, 3.55rem);
  line-height: 1.25;
  letter-spacing: -.045em;
}
.brochure-heading > p {
  margin: 0 0 7px;
  color: #5d6e85;
  font-size: .98rem;
  line-height: 1.95;
}
.brochure-carousel {
  position: relative;
  color: #fff;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 36px;
  background: #07152d;
  box-shadow: 0 36px 90px rgba(7,21,45,.2);
  overflow: hidden;
  isolation: isolate;
}
.brochure-carousel::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 560px;
  height: 560px;
  inset: -320px auto auto -220px;
  border-radius: 50%;
  background: rgba(15,111,255,.28);
  filter: blur(90px);
}
.brochure-stage { min-height: 610px; }
.brochure-slide {
  display: grid;
  grid-template-columns: minmax(390px, .82fr) minmax(0, 1.18fr);
  min-height: 610px;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity .34s ease, transform .42s cubic-bezier(.22,.8,.24,1);
}
.brochure-slide.is-active { opacity: 1; transform: translateY(0); }
.brochure-slide-copy {
  display: flex;
  z-index: 2;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: 58px 18px 58px 58px;
}
[dir=rtl] .brochure-slide-copy { padding: 58px 58px 58px 18px; }
.brochure-meta {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 30px;
}
.brochure-index {
  color: #8da7c9;
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .08em;
}
.brochure-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #7ce5d6;
  font-size: .78rem;
  font-weight: 850;
}
.brochure-eyebrow::before {
  content: "";
  width: 22px;
  height: 1px;
  background: currentColor;
}
.brochure-slide h3 {
  max-width: 600px;
  margin: 0;
  font-size: clamp(2.05rem, 3.4vw, 3.45rem);
  line-height: 1.18;
  letter-spacing: -.05em;
}
.brochure-slide-copy > p {
  max-width: 590px;
  margin: 25px 0 0;
  color: #bdcadd;
  font-size: .97rem;
  line-height: 1.95;
}
.brochure-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 29px 0 0;
  padding: 0;
  list-style: none;
}
.brochure-tags li {
  padding: 8px 12px;
  color: #dbe7f7;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 999px;
  background: rgba(255,255,255,.055);
  font-size: .72rem;
  font-weight: 700;
}
.brochure-cta {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 13px;
  margin-top: 34px;
  padding: 13px 17px;
  color: #07152d;
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(0,0,0,.18);
  text-decoration: none;
  font-size: .82rem;
  font-weight: 900;
  transition: transform .2s ease, background-color .2s ease;
}
.brochure-cta:hover { transform: translateY(-2px); background: #dcf9f4; }
.brochure-cta:focus-visible,
.brochure-control:focus-visible,
.brochure-dots button:focus-visible {
  outline: 3px solid #7ce5d6;
  outline-offset: 3px;
}
.brochure-visual {
  position: relative;
  min-width: 0;
  min-height: 530px;
  margin: 18px 18px 18px 0;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 26px;
  background: #0b1e3d;
  overflow: hidden;
}
[dir=rtl] .brochure-visual { margin: 18px 0 18px 18px; }
.brochure-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 58%, rgba(2,11,26,.3));
  pointer-events: none;
}
.brochure-primary-image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 530px;
  object-fit: cover;
  object-position: center;
  transform: scale(1.005);
}
.theme-brand .brochure-primary-image { object-position: 64% center; }
.theme-excel .brochure-primary-image { object-position: 56% center; }
.brochure-secondary-image {
  position: absolute;
  z-index: 2;
  width: 39%;
  height: 31%;
  inset: auto auto 24px 24px;
  border: 6px solid rgba(7,21,45,.92);
  border-radius: 18px;
  background: #0b1e3d;
  box-shadow: 0 20px 45px rgba(1,9,23,.42);
  object-fit: cover;
}
[dir=rtl] .brochure-secondary-image { inset: auto 24px 24px auto; }
.theme-excel .brochure-eyebrow { color: #47b9ff; }
.theme-textile .brochure-eyebrow { color: #f3bd58; }
.theme-commerce .brochure-eyebrow { color: #63e2d2; }
.theme-operations .brochure-eyebrow { color: #8ee08e; }
.theme-care .brochure-eyebrow { color: #c9a6ff; }
.brochure-footer {
  display: grid;
  grid-template-columns: auto 1fr minmax(130px, 260px);
  gap: 28px;
  align-items: center;
  min-height: 82px;
  padding: 14px 26px;
  border-top: 1px solid rgba(255,255,255,.1);
  background: rgba(4,16,37,.8);
  backdrop-filter: blur(16px);
}
.brochure-controls { display: flex; gap: 8px; }
.brochure-control {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: #dce8f8;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 12px;
  background: rgba(255,255,255,.055);
  cursor: pointer;
  font: inherit;
  transition: border-color .2s ease, background-color .2s ease;
}
.brochure-control:hover { border-color: rgba(124,229,214,.65); background: rgba(124,229,214,.1); }
.brochure-play { color: #7ce5d6; }
.brochure-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}
.brochure-dots button {
  width: 38px;
  height: 34px;
  padding: 0;
  color: #7186a3;
  border: 0;
  border-radius: 9px;
  background: transparent;
  cursor: pointer;
  font: inherit;
  font-size: .66rem;
  font-weight: 850;
  transition: color .2s ease, background-color .2s ease;
}
.brochure-dots button.active { color: #fff; background: rgba(255,255,255,.1); }
.brochure-dots button::after {
  content: "";
  display: block;
  width: 6px;
  height: 2px;
  margin: 4px auto 0;
  border-radius: 2px;
  background: currentColor;
  transition: width .2s ease, background-color .2s ease;
}
.brochure-dots button.active::after { width: 21px; background: #7ce5d6; }
.brochure-progress {
  height: 3px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255,255,255,.11);
}
.brochure-progress span {
  display: block;
  width: 16.666%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #0f6fff, #3dd9c5);
  transition: width .35s ease;
}

[dir=ltr] .excel-page { font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
[dir=ltr] .excel-hero h1, [dir=ltr] .excel-heading h2, [dir=ltr] .case-copy h2, [dir=ltr] .request-copy h2, [dir=ltr] .excel-final-cta h2, [dir=ltr] .brochure-heading h2, [dir=ltr] .brochure-slide h3 { letter-spacing: -.045em; }

@media (max-width: 980px) {
  .excel-header .main-nav { display: none; }
  .excel-hero-grid, .case-card, .request-grid, .faq-grid { grid-template-columns: 1fr; }
  .excel-hero { padding-top: 70px; }
  .excel-hero-image { margin-top: 10px; }
  .transformation-demo { min-height: 480px; margin-top: 10px; }
  .problem-grid { grid-template-columns: repeat(2, 1fr); }
  .process-list { grid-template-columns: repeat(2, 1fr); }
  .process-list li::after { display: none; }
  .process-list li:last-child { grid-column: 1 / -1; }
  .case-card { gap: 42px; }
  .pricing-grid { grid-template-columns: 1fr; }
  .pricing-grid article.featured { transform: none; }
  .faq-grid { gap: 12px; }
  .brochure-heading { grid-template-columns: 1fr; gap: 19px; }
  .brochure-heading > p { max-width: 720px; }
  .brochure-slide { grid-template-columns: 1fr; }
  .brochure-slide-copy,
  [dir=rtl] .brochure-slide-copy { padding: 48px 48px 35px; }
  .brochure-visual,
  [dir=rtl] .brochure-visual { min-height: 430px; margin: 0 18px 18px; }
  .brochure-primary-image { min-height: 430px; }
}

@media (max-width: 720px) {
  .excel-page .shell { width: min(100% - 28px, 1160px); }
  .excel-header .nav { min-height: 70px; }
  .excel-header .brand span { display: none; }
  .excel-header .nav-actions { gap: 8px; }
  .excel-account-link { padding: 9px 11px; font-size: .7rem; }
  .excel-nav-cta { display: none; padding: 9px 12px; font-size: .72rem; }
  .excel-hero { padding: 55px 0 60px; }
  .excel-hero h1 { font-size: clamp(2.25rem, 12vw, 3.35rem); }
  .excel-lead { font-size: 1rem; }
  .hero-value-grid { grid-template-columns: 1fr; }
  .excel-hero-image { border-radius: 18px; }
  .excel-page .hero-actions { align-items: stretch; flex-direction: column; }
  .excel-page .hero-actions .button { justify-content: center; }
  .transformation-demo { min-height: 405px; }
  .transformation-demo::before { inset: 40px 8px 12px; }
  .sheet-window { top: 70px; width: 82%; }
  .dashboard-window { width: 92%; min-height: 250px; }
  .dash-main { padding: 17px; }
  .dash-chart { height: 85px; }
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .proof-grid > div { min-height: 115px; padding: 18px; border-bottom: 1px solid #e8edf4; }
  .excel-section { padding: 72px 0; }
  .problem-grid, .process-list, .form-row { grid-template-columns: 1fr; }
  .process-list li:last-child { grid-column: auto; }
  .case-card { width: min(100% - 20px, 1160px) !important; padding: 29px !important; }
  .case-window { min-height: 330px; grid-template-columns: 45px 1fr; }
  .case-dashboard { padding: 17px; }
  .case-metrics { grid-template-columns: 1fr; }
  .case-metrics div:nth-child(n+2) { display: none; }
  .lead-form { padding: 24px 19px; }
  .excel-final-cta .shell { align-items: stretch; flex-direction: column; }
  .excel-final-cta .button { justify-content: center; }
  .excel-footer-row { grid-template-columns: 1fr; gap: 18px; text-align: center; }
  .excel-footer-row .brand { margin: auto; }
  .excel-footer-row > div { justify-content: center; }
  .brochure-section { padding: 74px 0; }
  .brochure-heading { margin-bottom: 29px; }
  .brochure-heading h2 { font-size: 2.05rem; }
  .brochure-carousel { border-radius: 25px; }
  .brochure-stage { min-height: 0; }
  .brochure-slide { min-height: 0; }
  .brochure-slide-copy,
  [dir=rtl] .brochure-slide-copy { padding: 34px 24px 28px; }
  .brochure-slide h3 { font-size: clamp(1.85rem, 9.5vw, 2.55rem); }
  .brochure-slide-copy > p { font-size: .88rem; }
  .brochure-meta { margin-bottom: 23px; }
  .brochure-tags { gap: 7px; margin-top: 23px; }
  .brochure-tags li { padding: 7px 9px; font-size: .64rem; }
  .brochure-cta { width: 100%; justify-content: space-between; }
  .brochure-visual,
  [dir=rtl] .brochure-visual { min-height: 310px; margin: 0 9px 9px; border-radius: 18px; }
  .brochure-primary-image { min-height: 310px; }
  .brochure-secondary-image {
    width: 43%;
    height: 34%;
    inset: auto auto 13px 13px;
    border-width: 4px;
    border-radius: 12px;
  }
  [dir=rtl] .brochure-secondary-image { inset: auto 13px 13px auto; }
  .brochure-footer { grid-template-columns: auto 1fr; gap: 16px; min-height: 74px; padding: 12px 14px; }
  .brochure-dots { justify-content: flex-end; gap: 2px; }
  .brochure-dots button { width: 28px; }
  .brochure-progress { grid-column: 1 / -1; }
  .brochure-control { width: 38px; height: 38px; }
}

@media (prefers-reduced-motion: reduce) {
  .problem-grid article { transition: none; }
  .brochure-slide,
  .brochure-cta,
  .brochure-control,
  .brochure-dots button,
  .brochure-dots button::after,
  .brochure-progress span { transition: none; }
  html { scroll-behavior: auto; }
}
