.eofd-ekassa-page .mini-feature br {
  display: none;
}

.eofd-ekassa-page p { margin: 0; }

.eofd-ekassa-page {
  --blue: #116DFF;
  --blue-dark: #081936;
  --text: #101B33;
  --muted: #66738B;
  --line: #DDE7F5;
  --bg: #F7FAFF;
  --green: #18C978;
  --shadow: 0 24px 64px rgba(8, 35, 94, .10);
  --container: 1440px;
  --radius-xl: 30px;
  --radius-lg: 22px
}

.eofd-ekassa-page,
.eofd-ekassa-page * {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

.eofd-ekassa-page {
  margin: 0;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  color: var(--text);
  line-height: 1.45
}

.eofd-ekassa-page a {
  color: inherit;
  text-decoration: none
}

.eofd-ekassa-page button,
.eofd-ekassa-page input {
  font-family: inherit
}

.eofd-ekassa-page section .container {
  width: min(var(--container), calc(100% - 80px));
  max-width: 100%;
  margin: 0 auto
}

.eofd-ekassa-page .topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, .82);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(221, 231, 245, .82)
}

.eofd-ekassa-page .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 56px;
  padding: 0 30px;
  border-radius: 10px;
  border: 1px solid transparent;
  font-size: 16px;
  font-weight: 700;
  transition: .18s ease;
  white-space: nowrap;
  cursor: pointer;
  text-transform: none;
}

.eofd-ekassa-page .btn-primary {
  background: linear-gradient(180deg, #2D80FF, #0F6FFF);
  color: #fff;
  box-shadow: 0 16px 34px rgba(15, 111, 255, .24)
}

.eofd-ekassa-page .btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 20px 40px rgba(15, 111, 255, .28)
}

.eofd-ekassa-page .btn-outline {
  background: rgba(255, 255, 255, .78);
  color: var(--blue);
  border-color: #BFD3F5
}

.eofd-ekassa-page .btn-light {
  background: rgba(255, 255, 255, .86);
  color: var(--text);
  border-color: var(--line);
  box-shadow: 0 12px 26px rgba(8, 35, 94, .045)
}

.eofd-ekassa-page .hero {
  padding: 92px 0 72px;
  overflow: hidden;
  min-height: calc(100vh - 88px);
  display: flex;
  align-items: center
}

.eofd-ekassa-page .hero-grid {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 56px;
  align-items: center
}

.eofd-ekassa-page .eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 10px;
  background: #EEF5FF;
  color: var(--blue);
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 40px
}

.eofd-ekassa-page h1 {
  margin: 0;
  color: var(--blue-dark);
  font-size: clamp(54px, 5.4vw, 92px);
  line-height: 1.08;
  letter-spacing: -.065em;
  font-weight: 850
}

.eofd-ekassa-page h1 span {
  color: var(--blue)
}

.eofd-ekassa-page .lead {
  max-width: 680px;
  margin: 34px 0 0;
  color: #637089;
  font-size: clamp(24px, 1.7vw, 30px);
  line-height: 1.55;
  letter-spacing: -.025em
}

.eofd-ekassa-page .hero-actions {
  display: flex;
  gap: 28px;
  flex-wrap: nowrap;
  margin-top: 54px
}

.eofd-ekassa-page .hero-actions .btn {
  min-height: 72px;
  min-width: 310px;
  font-size: 20px
}

.eofd-ekassa-page .arrow {
  font-size: 34px;
  line-height: 1;
  margin-left: 8px
}

.eofd-ekassa-page .feature-row {
  display: flex;
  flex-wrap: nowrap;
  gap: 46px;
  margin-top: 74px
}

.eofd-ekassa-page .mini-feature {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 16px;
  align-items: center;
  color: #5D6B83;
  font-size: 16px;
  line-height: 1.42;
  max-width: 220px
}

.eofd-ekassa-page .mini-icon {
  width: 36px;
  height: 36px;
  color: var(--blue)
}

.eofd-ekassa-page .hero-visual {
  min-height: 690px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.eofd-ekassa-page .hero-phone-image {
  display: block;
  width: min(100%, 720px);
  max-height: 760px;
  object-fit: contain;
  filter: drop-shadow(0 32px 80px rgba(8, 35, 94, .16));
}

/* Телефон сделан HTML/CSS: фона-картинки нет, текст внутри не зеркальный */
.eofd-ekassa-page .phone-stage {
  position: relative;
  width: min(100%, 690px);
  height: 720px;
  display: grid;
  place-items: center
}

.eofd-ekassa-page .phone-shadow {
  position: absolute;
  width: 430px;
  height: 54px;
  left: 150px;
  bottom: 42px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(8, 35, 94, .22), rgba(8, 35, 94, 0) 70%);
  filter: blur(8px);
  transform: rotate(-3deg)
}

.eofd-ekassa-page .phone {
  position: relative;
  width: 360px;
  height: 700px;
  border-radius: 54px;
  padding: 11px;
  background: linear-gradient(110deg, #161B24 0%, #05070C 36%, #2B313C 58%, #090B10 100%);
  box-shadow: 0 40px 90px rgba(8, 35, 94, .24), inset 0 0 0 1px rgba(255, 255, 255, .12);
  transform: rotate(-7deg);
  transform-origin: 50% 55%
}

.eofd-ekassa-page .phone:before {
  content: "";
  position: absolute;
  right: -13px;
  top: 48px;
  width: 42px;
  height: 598px;
  border-radius: 18px 34px 34px 18px;
  background: linear-gradient(90deg, rgba(255, 255, 255, .60), rgba(124, 134, 150, .92) 18%, rgba(39, 45, 54, .98) 55%, rgba(255, 255, 255, .36));
  box-shadow: inset 10px 0 18px rgba(255, 255, 255, .16), inset -10px 0 20px rgba(0, 0, 0, .40);
  z-index: -1
}

.eofd-ekassa-page .phone:after {
  content: "";
  position: absolute;
  right: -18px;
  top: 164px;
  width: 7px;
  height: 70px;
  border-radius: 7px;
  background: linear-gradient(90deg, #D2D6DE, #656D7A, #262B34);
  box-shadow: 0 98px 0 #606976, 0 202px 0 #606976;
  opacity: .9
}

.eofd-ekassa-page .screen {
  width: 100%;
  height: 100%;
  border-radius: 44px;
  overflow: hidden;
  background: linear-gradient(180deg, #fff 0%, #F8FBFF 100%);
  border: 1px solid rgba(255, 255, 255, .16);
  position: relative
}

.eofd-ekassa-page .dynamic-island {
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  width: 112px;
  height: 31px;
  border-radius: 999px;
  background: #05070C;
  z-index: 3;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .06)
}

.eofd-ekassa-page .dynamic-island:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #183B74, #071121)
}

.eofd-ekassa-page .phone-status {
  height: 56px;
  padding: 18px 26px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  color: #0B1224;
  font-size: 15px;
  line-height: 1;
  font-weight: 780
}

.eofd-ekassa-page .status-icons {
  display: flex;
  gap: 6px;
  align-items: center;
  font-size: 13px
}

.eofd-ekassa-page .browser {
  margin: 16px 24px 0;
  height: 39px;
  border-radius: 11px;
  background: #F0F4FA;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #1D2737;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -.02em;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .7)
}

.eofd-ekassa-page .lock {
  width: 10px;
  height: 8px;
  border-radius: 2px;
  border: 2px solid #1D2737;
  border-top: none;
  position: relative;
  opacity: .9
}

.eofd-ekassa-page .lock:before {
  content: "";
  position: absolute;
  left: 1px;
  top: -8px;
  width: 5px;
  height: 8px;
  border-radius: 8px 8px 0 0;
  border: 2px solid #1D2737;
  border-bottom: none
}

.eofd-ekassa-page .close-x {
  position: absolute;
  top: 116px;
  right: 28px;
  color: #9AA5B8;
  font-size: 32px;
  line-height: 1;
  font-weight: 300
}

.eofd-ekassa-page .success {
  display: grid;
  justify-items: center;
  margin-top: 28px;
  text-align: center
}

.eofd-ekassa-page .success-mark-wrap {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: radial-gradient(circle, rgba(24, 201, 120, .30), rgba(24, 201, 120, .08) 62%, rgba(24, 201, 120, 0) 70%)
}

.eofd-ekassa-page .success-mark {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: linear-gradient(180deg, #20D987, #06B86B);
  color: #101B33;
  display: grid;
  place-items: center;
  font-size: 35px;
  line-height: 1;
  box-shadow: 0 10px 22px rgba(24, 201, 120, .30)
}

.eofd-ekassa-page .success h2 {
  margin: 20px 0 8px;
  color: #101B33;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: -.035em;
  font-weight: 850
}

.eofd-ekassa-page .success p {
  margin: 0;
  color: #6A768A;
  font-size: 15px;
  line-height: 1.35
}

.eofd-ekassa-page .success .amount {
  margin-top: 14px;
  color: #0C162B;
  font-size: 27px;
  line-height: 1;
  letter-spacing: .04em;
  font-weight: 880
}

.eofd-ekassa-page .return-btn {
  margin-top: 20px;
  width: 252px;
  height: 42px;
  border-radius: 9px;
  background: linear-gradient(180deg, #2D80FF, #0F6FFF);
  color: #101B33;
  display: grid;
  place-items: center;
  font-size: 14px;
  font-weight: 780;
  box-shadow: 0 10px 18px rgba(15, 111, 255, .18)
}

.eofd-ekassa-page .receipt {
  width: 280px;
  margin: 22px auto 0;
  padding: 19px 19px 18px;
  border-radius: 20px 20px 12px 12px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(8, 35, 94, .10);
  position: relative;
  color: #111C34
}

.eofd-ekassa-page .receipt:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 12px;
  background: linear-gradient(135deg, transparent 6px, #fff 0) 0 0/14px 14px, linear-gradient(225deg, transparent 6px, #fff 0) 0 0/14px 14px
}

.eofd-ekassa-page .ofd-row {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 16px
}

.eofd-ekassa-page .cloud-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--blue);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 18px;
  font-weight: 900
}

.eofd-ekassa-page .ofd {
  font-size: 23px;
  letter-spacing: -.045em;
  font-weight: 870
}

.eofd-ekassa-page .receipt-title {
  font-size: 15px;
  line-height: 1.25;
  letter-spacing: -.02em;
  font-weight: 820
}

.eofd-ekassa-page .receipt-meta {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  color: #556274;
  font-size: 12px;
  line-height: 1.35
}

.eofd-ekassa-page .receipt-dash {
  margin: 12px 0;
  border-top: 1px dashed #CFD8E6
}

.eofd-ekassa-page .qr {
  width: 105px;
  height: 105px;
  margin: 0 auto 10px;
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  grid-template-rows: repeat(9, 1fr);
  gap: 2px;
  background: #fff;
  padding: 4px
}

.eofd-ekassa-page .qr i {
  background: #111827;
  border-radius: 1px
}

.eofd-ekassa-page .qr .e {
  background: transparent
}

.eofd-ekassa-page .item-row,
.eofd-ekassa-page .total-row,
.eofd-ekassa-page .fiscal-row {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  color: #2E3B50;
  font-size: 12px;
  line-height: 1.28;
  margin-top: 5px
}

.eofd-ekassa-page .item-row .right,
.eofd-ekassa-page .fiscal-row .right {
  text-align: right;
  white-space: nowrap
}

.eofd-ekassa-page .total-row {
  align-items: baseline;
  margin-top: 13px;
  color: #0B1224;
  font-size: 17px;
  font-weight: 900;
  text-transform: uppercase
}

.eofd-ekassa-page .total-row .sum {
  font-size: 27px;
  letter-spacing: .04em;
  white-space: nowrap
}

.eofd-ekassa-page .fiscal {
  margin-top: 12px;
  color: #5F6B7E;
  font-size: 12px;
  line-height: 1.45
}

.eofd-ekassa-page .send-receipt {
  margin-top: 13px;
  height: 39px;
  border: 1px solid #C7D8F5;
  border-radius: 9px;
  display: grid;
  place-items: center;
  color: var(--blue);
  font-size: 14px;
  font-weight: 760
}

.eofd-ekassa-page .section {
  padding: 88px 0
}

.eofd-ekassa-page .section-title {
  max-width: 820px;
  margin: 0 auto 42px;
  text-align: center
}

.eofd-ekassa-page .section-title h2 {
  margin: 0;
  color: var(--blue-dark);
  font-size: clamp(34px, 3.4vw, 52px);
  line-height: 1.08;
  letter-spacing: -.05em;
  font-weight: 850
}

.eofd-ekassa-page .section-title p {
  margin: 16px auto 0;
  max-width: 700px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55
}

.eofd-ekassa-page .quick-row {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
  padding: 22px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, .86);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow)
}

.eofd-ekassa-page .quick {
  min-height: 158px;
  padding: 22px 16px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0 12px 28px rgba(8, 35, 94, .04)
}

.eofd-ekassa-page .quick-icon {
  width: 52px;
  height: 52px;
  margin: 0 auto 14px;
  border-radius: 17px;
  display: grid;
  place-items: center;
  background: #EEF5FF;
  color: var(--blue);
  font-size: 24px;
  font-weight: 900
}

.eofd-ekassa-page .quick h3 {
  margin: 0 0 8px;
  font-size: 15px;
  line-height: 1.25;
  color: var(--blue-dark)
}

.eofd-ekassa-page .quick p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35
}

.eofd-ekassa-page .cards4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px
}

.eofd-ekassa-page .card {
  padding: 30px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 16px 36px rgba(8, 35, 94, .06)
}

.eofd-ekassa-page .card-icon {
  width: 58px;
  height: 58px;
  margin-bottom: 20px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: #EEF5FF;
  color: var(--blue);
  font-size: 28px;
  font-weight: 900
}

.eofd-ekassa-page .card h3 {
  margin: 0 0 12px;
  color: var(--blue-dark);
  font-size: 21px;
  line-height: 1.2;
  letter-spacing: -.03em
}

.eofd-ekassa-page .card p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.5
}

.eofd-ekassa-page .steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  counter-reset: step
}

.eofd-ekassa-page .step {
  position: relative;
  min-height: 200px;
  padding: 26px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 14px 32px rgba(8, 35, 94, .05)
}

.eofd-ekassa-page .step:before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  top: 22px;
  right: 22px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--blue);
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(15, 111, 255, .25)
}

.eofd-ekassa-page .step h3 {
  margin: 0 54px 14px 0;
  color: var(--blue-dark);
  font-size: 19px;
  line-height: 1.2;
  letter-spacing: -.025em
}

.eofd-ekassa-page .step p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.5
}

.eofd-ekassa-page .cap-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px
}

.eofd-ekassa-page .cap {
  padding: 28px 24px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 16px 36px rgba(8, 35, 94, .06)
}

.eofd-ekassa-page .cap-top {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-bottom: 16px
}

.eofd-ekassa-page .cap-ico {
  flex: 0 0 58px;
  width: 58px;
  height: 58px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, #F3F8FF, #E8F2FF);
  border: 1px solid #D7E5F8;
  color: var(--blue);
  font-size: 26px;
  font-weight: 900
}

.eofd-ekassa-page .cap h3 {
  margin: 0;
  color: var(--blue-dark);
  font-size: 19px;
  line-height: 1.2;
  letter-spacing: -.025em
}

.eofd-ekassa-page .cap p {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5
}

.eofd-ekassa-page .cap ul {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 8px;
  color: #38507B;
  font-size: 14px;
  line-height: 1.4
}

.eofd-ekassa-page .biz-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px
}

.eofd-ekassa-page .biz {
  overflow: hidden;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 16px 36px rgba(8, 35, 94, .06)
}

.eofd-ekassa-page .biz-top {
  height: 122px;
  position: relative;
  background: linear-gradient(135deg, rgba(15, 111, 255, .10), rgba(22, 179, 95, .08)), linear-gradient(135deg, #ECF4FF, #fff)
}

.eofd-ekassa-page .biz-badge {
  position: absolute;
  left: 24px;
  bottom: -29px;
  width: 58px;
  height: 58px;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 14px 28px rgba(8, 35, 94, .10);
  display: grid;
  place-items: center;
  color: var(--blue);
  font-size: 28px;
  font-weight: 900
}

.eofd-ekassa-page .biz-body {
  padding: 46px 24px 24px
}

.eofd-ekassa-page .biz h3 {
  margin: 0 0 8px;
  color: var(--blue-dark);
  font-size: 19px
}

.eofd-ekassa-page .biz p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45
}

.eofd-ekassa-page .trust-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 28px
}

.eofd-ekassa-page .trust {
  display: flex;
  gap: 14px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, .84)
}

.eofd-ekassa-page .trust .i {
  flex: 0 0 42px;
  height: 42px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: #EEF5FF;
  color: var(--blue);
  font-size: 21px;
  font-weight: 900
}

.eofd-ekassa-page .trust h3 {
  margin: 0 0 4px;
  color: var(--blue-dark);
  font-size: 16px
}

.eofd-ekassa-page .trust p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.4
}

.eofd-ekassa-page .cta {
  display: grid;
  grid-template-columns: 1fr 1.22fr;
  gap: 28px;
  align-items: center;
  padding: 38px;
  border-radius: var(--radius-xl);
  background: linear-gradient(135deg, #08245E, #005BEA);
  color: #fff;
  box-shadow: 0 24px 55px rgba(0, 91, 234, .22);
  overflow: hidden;
  position: relative
}

.eofd-ekassa-page .cta h2 {
  margin: 0 0 8px;
  font-size: 34px;
  line-height: 1.08;
  letter-spacing: -.045em
}

.eofd-ekassa-page .cta p {
  margin: 0;
  color: rgba(255, 255, 255, .8);
  font-size: 16px;
  line-height: 1.45
}

.eofd-ekassa-page .form {
  display: grid;
  grid-template-columns: repeat(3, 1fr) auto;
  gap: 10px;
  position: relative;
  z-index: 2
}

.eofd-ekassa-page .input {
  height: 50px;
  padding: 0 14px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, .18);
  background: rgba(255, 255, 255, .96);
  color: var(--text);
  font-weight: 650;
  outline: none
}

@media(max-width:1180px) {
  .eofd-ekassa-page .container {
    width: min(calc(100% - 40px), var(--container))
  }

  .eofd-ekassa-page .menu {
    gap: 20px
  }

  .eofd-ekassa-page .hero-grid {
    grid-template-columns: 1fr
  }

  .eofd-ekassa-page .hero-visual {
    min-height: 720px
  }

  .eofd-ekassa-page .phone-stage {
    height: 720px
  }

  .eofd-ekassa-page .quick-row {
    grid-template-columns: repeat(3, 1fr)
  }

  .eofd-ekassa-page .cards4,
  .eofd-ekassa-page .steps,
  .eofd-ekassa-page .cap-grid,
  .eofd-ekassa-page .biz-grid,
  .eofd-ekassa-page .trust-row {
    grid-template-columns: repeat(2, 1fr)
  }

  .eofd-ekassa-page .cta,
  .eofd-ekassa-page .form {
    grid-template-columns: 1fr
  }
}

@media(max-width:760px) {
  .eofd-ekassa-page .container {
    width: min(calc(100% - 24px), var(--container))
  }

  .eofd-ekassa-page .nav {
    min-height: 70px
  }

  .eofd-ekassa-page .logo {
    font-size: 30px
  }

  .eofd-ekassa-page .menu {
    display: none
  }

  .eofd-ekassa-page .nav-actions .btn-outline {
    display: none
  }

  .eofd-ekassa-page .hero {
    padding: 48px 0 38px
  }

  .eofd-ekassa-page .eyebrow {
    min-height: 38px;
    padding: 0 12px;
    font-size: 13px;
    margin-bottom: 22px
  }

  .eofd-ekassa-page h1 {
    font-size: 46px
  }

  .eofd-ekassa-page .lead {
    margin-top: 22px;
    font-size: 18px
  }

  .eofd-ekassa-page .hero-actions {
    display: grid;
    gap: 12px;
    margin-top: 30px
  }

  .eofd-ekassa-page .hero-actions .btn,
  .eofd-ekassa-page .btn {
    width: 100%;
    min-width: 0;
    min-height: 54px;
    font-size: 16px
  }

  .eofd-ekassa-page .feature-row {
    gap: 18px;
    margin-top: 34px
  }

  .eofd-ekassa-page .mini-feature {
    max-width: none;
    grid-template-columns: 32px 1fr;
    font-size: 15px
  }

  .eofd-ekassa-page .hero-visual {
    min-height: 600px
  }

  .eofd-ekassa-page .phone-stage {
    height: 600px;
    transform: scale(.78);
    transform-origin: center top
  }

  .eofd-ekassa-page .quick-row,
  .eofd-ekassa-page .cards4,
  .eofd-ekassa-page .steps,
  .eofd-ekassa-page .cap-grid,
  .eofd-ekassa-page .biz-grid,
  .eofd-ekassa-page .trust-row {
    grid-template-columns: 1fr
  }

  .eofd-ekassa-page .section {
    padding: 48px 0
  }

  .eofd-ekassa-page .cta {
    padding: 26px
  }
}

.eofd-ekassa-page .store-links {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 22px;
}

.eofd-ekassa-page .store-links br {
  display: none;
}

.eofd-ekassa-page .store-links>p {
  display: none;
}

.eofd-ekassa-page .store-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 58px;
  padding: 0 18px;
  border-radius: 14px;
  background: #FFFFFF;
  color: #101B33;
  border: 1px solid #DDE7F5;
  box-shadow: 0 12px 24px rgba(8, 35, 94, .06);
  transition: .18s ease;
}

.eofd-ekassa-page .store-badge:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 30px rgba(8, 35, 94, .12);
}

.eofd-ekassa-page .store-icon {
  width: 28px;
  height: 28px;
  display: block;
  flex: 0 0 28px;
}

.eofd-ekassa-page .store-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.eofd-ekassa-page .store-copy small {
  font-size: 11px;
  color: #66738B;
  margin-bottom: 4px;
  font-weight: 600;
  letter-spacing: .02em;
}

.eofd-ekassa-page .store-copy strong {
  font-size: 17px;
  font-weight: 800;
  color: #101B33;
  letter-spacing: -.02em;
}

@media (max-width:760px) {
  .eofd-ekassa-page .store-links {
    display: grid;
    grid-template-columns: 1fr;
  }

  .eofd-ekassa-page .store-badge {
    width: 100%;
    justify-content: center;
  }
}

.eofd-ekassa-page .section-compact-top {
  padding-top: 18px;
}
