.shiz-taxpayer-page,
.shiz-taxpayer-page * {
  box-sizing: border-box;
}

.shiz-taxpayer-page {
  --tax-green: #168a49;
  --tax-green-dark: #0f6f47;
  --tax-green-deep: #075438;
  --tax-green-light: #eafaf3;
  --tax-green-soft: #f5fcf8;
  --tax-mint: #42d29b;
  --tax-text: #24324a;
  --tax-muted: #66758a;
  --tax-border: rgba(15, 111, 71, .12);
  --tax-shadow: 0 14px 38px rgba(15, 111, 71, .085);
  direction: rtl;
  text-align: right;
  width: 100vw;
  max-width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding: 18px 0 28px;
  display: grid;
  gap: 22px;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 3%, rgba(34, 181, 115, .1), transparent 30%),
    radial-gradient(circle at 8% 22%, rgba(66, 210, 155, .09), transparent 26%),
    linear-gradient(180deg, #f6fcf9 0%, #ffffff 44%, #f4fbf7 100%);
}

.shiz-taxpayer-page .shiz-section {
  width: min(1540px, calc(100vw - 40px));
  max-width: 1540px;
  margin-right: auto;
  margin-left: auto;
  padding: 42px clamp(20px, 3.2vw, 48px);
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}

.shiz-taxpayer-page .shiz-container {
  width: 100%;
  max-width: 1380px;
  margin-right: auto;
  margin-left: auto;
}

.shiz-taxpayer-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 28px;
  padding: 4px 12px;
  border-radius: 999px;
  background: rgba(34, 181, 115, .1);
  color: var(--tax-green-dark);
  border: 1px solid rgba(34, 181, 115, .18);
  box-shadow: 0 8px 22px rgba(34, 181, 115, .07);
  font-size: 11.5px;
  font-weight: 900;
  line-height: 1.7;
  margin-bottom: 10px;
}

.shiz-taxpayer-section-head {
  max-width: 760px;
  margin: 0 auto 24px;
  text-align: center;
}

.shiz-taxpayer-section-head .shiz-taxpayer-kicker {
  margin-right: auto;
  margin-left: auto;
}

.shiz-taxpayer-section-head h2,
.shiz-taxpayer-workflow-content h2,
.shiz-taxpayer-trust-grid h2,
.shiz-taxpayer-demo-content h2 {
  color: #061a3a;
  font-size: clamp(18px, 1.55vw, 25px);
  font-weight: 900;
  line-height: 1.7;
  margin: 0 0 8px;
  letter-spacing: -.015em;
}

.shiz-taxpayer-section-head p,
.shiz-taxpayer-workflow-content p,
.shiz-taxpayer-trust-grid p,
.shiz-taxpayer-demo-content p {
  color: var(--tax-muted);
  font-size: 13px;
  line-height: 1.95;
  margin: 0;
}

.shiz-taxpayer-hero-section {
  min-height: 430px;
  background:
    linear-gradient(135deg, rgba(7, 84, 56, .93), rgba(15, 111, 71, .88)),
    radial-gradient(circle at 16% 18%, rgba(66, 210, 155, .24), transparent 34%);
  color: #ffffff;
}

.shiz-taxpayer-hero-section::before {
  content: "";
  position: absolute;
  inset: -26% auto auto -12%;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: rgba(66, 210, 155, .13);
}

.shiz-taxpayer-hero-section::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -150px;
  width: 330px;
  height: 330px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .07);
}

.shiz-taxpayer-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
  gap: 34px;
  align-items: center;
}

.shiz-taxpayer-hero-content h1 {
  color: #ffffff;
  font-size: clamp(22px, 2.15vw, 34px);
  font-weight: 950;
  line-height: 1.65;
  margin: 0 0 10px;
  letter-spacing: -.02em;
}

.shiz-taxpayer-hero-content p {
  color: rgba(255, 255, 255, .84);
  font-size: 13.5px;
  line-height: 2;
  margin: 0;
  max-width: 660px;
}

.shiz-taxpayer-hero-section .shiz-taxpayer-kicker,
.shiz-taxpayer-demo-section .shiz-taxpayer-kicker {
  background: rgba(255, 255, 255, .13);
  color: #ffffff;
  border-color: rgba(255, 255, 255, .22);
  box-shadow: none;
}

.shiz-taxpayer-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.shiz-taxpayer-primary-btn,
.shiz-taxpayer-secondary-btn {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 8px 16px;
  font-size: 12.5px;
  font-weight: 900;
  line-height: 1.7;
  text-decoration: none !important;
  transition: transform .24s ease, box-shadow .24s ease, background .24s ease, color .24s ease, border-color .24s ease;
}

.shiz-taxpayer-primary-btn {
  background: #ffffff;
  color: var(--tax-green-dark) !important;
  box-shadow: 0 14px 34px rgba(0, 0, 0, .13);
}

.shiz-taxpayer-secondary-btn {
  color: #ffffff !important;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .24);
}

.shiz-taxpayer-primary-btn:hover,
.shiz-taxpayer-secondary-btn:hover {
  transform: translateY(-3px);
}

.shiz-taxpayer-primary-btn:hover {
  box-shadow: 0 18px 42px rgba(0, 0, 0, .17);
}

.shiz-taxpayer-secondary-btn:hover {
  background: rgba(255, 255, 255, .16);
  border-color: rgba(255, 255, 255, .38);
}

.shiz-taxpayer-hero-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 22px;
}

.shiz-taxpayer-hero-points div {
  border: 1px solid rgba(255, 255, 255, .14);
  background: rgba(255, 255, 255, .08);
  border-radius: 16px;
  padding: 11px 12px;
  backdrop-filter: blur(8px);
}

.shiz-taxpayer-hero-points strong,
.shiz-taxpayer-hero-points span {
  display: block;
}

.shiz-taxpayer-hero-points strong {
  color: #ffffff;
  font-size: 12.5px;
  font-weight: 900;
  margin-bottom: 4px;
}

.shiz-taxpayer-hero-points span {
  color: rgba(255, 255, 255, .74);
  font-size: 11.5px;
  line-height: 1.75;
}

.shiz-taxpayer-hero-image-wrap,
.shiz-taxpayer-process-image-wrap,
.shiz-taxpayer-status-image-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 18px 52px rgba(7, 84, 56, .16);
}

.shiz-taxpayer-hero-image-wrap {
  border: 1px solid rgba(255, 255, 255, .32);
  background: rgba(255, 255, 255, .08);
}

.shiz-taxpayer-hero-image,
.shiz-taxpayer-process-image,
.shiz-taxpayer-status-image {
  display: block;
  width: 100%;
  height: auto;
}

.shiz-taxpayer-feature-section,
.shiz-taxpayer-usecase-section {
  background: #ffffff;
  border: 1px solid rgba(15, 111, 71, .08);
}

.shiz-taxpayer-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 13px;
}

.shiz-taxpayer-feature-card {
  position: relative;
  min-height: 168px;
  padding: 16px 15px;
  border-radius: 20px;
  border: 1px solid rgba(15, 111, 71, .1);
  background: linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(246, 252, 249, .96));
  box-shadow: 0 11px 30px rgba(15, 111, 71, .055);
  overflow: hidden;
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.shiz-taxpayer-feature-card::before {
  content: "";
  position: absolute;
  inset: auto -30% -48% -30%;
  height: 100px;
  background: radial-gradient(circle, rgba(34, 181, 115, .12), transparent 64%);
  opacity: 0;
  transition: opacity .24s ease;
}

.shiz-taxpayer-feature-card > * {
  position: relative;
  z-index: 1;
}

.shiz-taxpayer-card-icon {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: linear-gradient(135deg, var(--tax-green-dark), var(--tax-mint));
  box-shadow: 0 10px 24px rgba(34, 181, 115, .18);
  font-size: 11px;
  font-weight: 950;
  margin-bottom: 10px;
}

.shiz-taxpayer-feature-card h3,
.shiz-taxpayer-timeline h3,
.shiz-taxpayer-usecase-grid h3 {
  color: #061a3a;
  font-size: 13.5px;
  line-height: 1.7;
  font-weight: 950;
  margin: 0 0 6px;
}

.shiz-taxpayer-feature-card p,
.shiz-taxpayer-timeline p,
.shiz-taxpayer-usecase-grid p {
  color: var(--tax-muted);
  font-size: 12px;
  line-height: 1.88;
  margin: 0;
}

.shiz-taxpayer-feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 46px rgba(15, 111, 71, .1);
  border-color: rgba(34, 181, 115, .25);
}

.shiz-taxpayer-feature-card:hover::before {
  opacity: 1;
}

.shiz-taxpayer-workflow-section {
  background:
    radial-gradient(circle at 10% 20%, rgba(34, 181, 115, .12), transparent 28%),
    linear-gradient(180deg, #f4fcf8 0%, #ffffff 100%);
  border: 1px solid rgba(15, 111, 71, .08);
}

.shiz-taxpayer-workflow-layout {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(440px, 1.1fr);
  gap: 32px;
  align-items: center;
}

.shiz-taxpayer-timeline {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px;
  margin-top: 18px;
}

.shiz-taxpayer-timeline article {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 10px;
  align-items: flex-start;
  padding: 12px;
  background: rgba(255, 255, 255, .88);
  border: 1px solid rgba(15, 111, 71, .1);
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(15, 111, 71, .055);
}

.shiz-taxpayer-timeline strong {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  color: #ffffff;
  background: var(--tax-green-dark);
  font-size: 13px;
  font-weight: 950;
}

.shiz-taxpayer-process-image-wrap,
.shiz-taxpayer-status-image-wrap {
  background: #ffffff;
  border: 1px solid rgba(15, 111, 71, .11);
}

.shiz-taxpayer-usecase-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.shiz-taxpayer-usecase-grid article {
  position: relative;
  padding: 18px 17px;
  border-radius: 21px;
  background:
    linear-gradient(145deg, rgba(15, 111, 71, .92), rgba(34, 181, 115, .84)),
    radial-gradient(circle at top left, rgba(255, 255, 255, .2), transparent 36%);
  box-shadow: 0 14px 38px rgba(15, 111, 71, .13);
  overflow: hidden;
}

.shiz-taxpayer-usecase-grid article::after {
  content: "";
  position: absolute;
  inset: auto auto -50px -50px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .1);
}

.shiz-taxpayer-usecase-grid article > * {
  position: relative;
  z-index: 1;
}

.shiz-taxpayer-usecase-grid span {
  display: inline-flex;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .15);
  color: #ffffff;
  font-size: 10.5px;
  font-weight: 900;
  margin-bottom: 12px;
}

.shiz-taxpayer-usecase-grid h3 {
  color: #ffffff;
}

.shiz-taxpayer-usecase-grid p {
  color: rgba(255, 255, 255, .82);
}

.shiz-taxpayer-trust-section {
  background:
    radial-gradient(circle at 88% 12%, rgba(34, 181, 115, .13), transparent 30%),
    #f4fcf8;
  border: 1px solid rgba(15, 111, 71, .08);
}

.shiz-taxpayer-trust-grid {
  display: grid;
  grid-template-columns: minmax(440px, 1.05fr) minmax(0, .95fr);
  gap: 32px;
  align-items: center;
}

.shiz-taxpayer-trust-content p {
  margin-bottom: 18px;
}

.shiz-taxpayer-trust-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px;
}

.shiz-taxpayer-trust-list div {
  padding: 14px 13px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .9);
  border: 1px solid rgba(15, 111, 71, .1);
  box-shadow: 0 10px 28px rgba(15, 111, 71, .055);
}

.shiz-taxpayer-trust-list strong,
.shiz-taxpayer-trust-list span {
  display: block;
}

.shiz-taxpayer-trust-list strong {
  color: #061a3a;
  font-size: 12.8px;
  line-height: 1.7;
  font-weight: 950;
  margin-bottom: 5px;
}

.shiz-taxpayer-trust-list span {
  color: var(--tax-muted);
  font-size: 11.5px;
  line-height: 1.85;
}

.shiz-taxpayer-faq-section {
  background:
    radial-gradient(circle at 5% 8%, rgba(34, 181, 115, .12), transparent 24%),
    #f6fcf9;
  border: 1px solid rgba(15, 111, 71, .08);
}

.shiz-taxpayer-faq-list {
  max-width: 860px;
  margin: 0 auto;
  display: grid;
  gap: 10px;
}

.shiz-taxpayer-faq-list details {
  background: #ffffff;
  border: 1px solid rgba(15, 111, 71, .1);
  border-radius: 17px;
  padding: 0;
  box-shadow: 0 10px 30px rgba(15, 111, 71, .055);
  overflow: hidden;
}

.shiz-taxpayer-faq-list summary {
  cursor: pointer;
  list-style: none;
  color: #061a3a;
  font-size: 13px;
  line-height: 1.9;
  font-weight: 950;
  padding: 14px 16px;
}

.shiz-taxpayer-faq-list summary::-webkit-details-marker {
  display: none;
}

.shiz-taxpayer-faq-list summary::after {
  content: "+";
  float: left;
  width: 22px;
  height: 22px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--tax-green-dark);
  background: rgba(34, 181, 115, .1);
  font-size: 16px;
  line-height: 1;
}

.shiz-taxpayer-faq-list details[open] summary::after {
  content: "×";
}

.shiz-taxpayer-faq-list p {
  color: var(--tax-muted);
  font-size: 12px;
  line-height: 1.9;
  margin: 0;
  padding: 0 16px 16px;
}

.shiz-taxpayer-demo-section {
  background:
    linear-gradient(135deg, rgba(7, 84, 56, .93), rgba(15, 111, 71, .9)),
    radial-gradient(circle at 15% 20%, rgba(66, 210, 155, .24), transparent 32%);
  color: #ffffff;
}

.shiz-taxpayer-demo-grid {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(420px, 1.18fr);
  gap: 28px;
  align-items: center;
}

.shiz-taxpayer-demo-content h2 {
  color: #ffffff;
}

.shiz-taxpayer-demo-content p {
  color: rgba(255, 255, 255, .82);
}

.shiz-taxpayer-demo-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.shiz-taxpayer-demo-contact a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 7px 13px;
  border-radius: 999px;
  color: #ffffff !important;
  text-decoration: none !important;
  background: rgba(255, 255, 255, .11);
  border: 1px solid rgba(255, 255, 255, .2);
  font-size: 12px;
  font-weight: 900;
  direction: ltr;
}

.shiz-taxpayer-form-wrap {
  background: rgba(255, 255, 255, .94);
  border: 1px solid rgba(255, 255, 255, .54);
  border-radius: 24px;
  padding: 18px;
  box-shadow: 0 18px 56px rgba(0, 0, 0, .15);
}

.shiz-taxpayer-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px;
}

.shiz-taxpayer-form-head,
.shiz-taxpayer-form-full,
.shiz-taxpayer-form button,
.shiz-taxpayer-form .shiz-form-message {
  grid-column: 1 / -1;
}

.shiz-taxpayer-form-head span {
  display: inline-flex;
  width: fit-content;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(34, 181, 115, .1);
  color: var(--tax-green-dark);
  font-size: 10.5px;
  font-weight: 950;
  margin-bottom: 8px;
}

.shiz-taxpayer-form-head h3 {
  color: #061a3a;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 950;
  margin: 0;
}

.shiz-taxpayer-form label {
  display: grid;
  gap: 6px;
}

.shiz-taxpayer-form label span {
  color: #061a3a;
  font-size: 11.8px;
  font-weight: 900;
}

.shiz-taxpayer-form label em {
  color: #dc3545;
  font-style: normal;
}

.shiz-taxpayer-form input,
.shiz-taxpayer-form select,
.shiz-taxpayer-form textarea {
  width: 100%;
  border: 1px solid rgba(15, 111, 71, .14);
  border-radius: 13px;
  background: #f8fffb;
  color: var(--tax-text);
  padding: 9px 11px;
  font-size: 12.5px;
  line-height: 1.7;
  outline: none;
  transition: border-color .22s ease, box-shadow .22s ease, background .22s ease;
}

.shiz-taxpayer-form textarea {
  resize: vertical;
  min-height: 82px;
}

.shiz-taxpayer-form input:focus,
.shiz-taxpayer-form select:focus,
.shiz-taxpayer-form textarea:focus {
  border-color: rgba(34, 181, 115, .5);
  box-shadow: 0 0 0 3px rgba(34, 181, 115, .1);
  background: #ffffff;
}

.shiz-taxpayer-form button {
  min-height: 40px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--tax-green-dark), var(--tax-green));
  color: #ffffff;
  font-size: 13px;
  font-weight: 950;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(34, 181, 115, .22);
  transition: transform .22s ease, box-shadow .22s ease;
}

.shiz-taxpayer-form button:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(34, 181, 115, .28);
}

.shiz-taxpayer-form .shiz-form-message {
  margin: 0;
  font-size: 12px;
}

@media (max-width: 1180px) {
  .shiz-taxpayer-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .shiz-taxpayer-hero-grid,
  .shiz-taxpayer-workflow-layout,
  .shiz-taxpayer-trust-grid,
  .shiz-taxpayer-demo-grid {
    grid-template-columns: 1fr;
  }

  .shiz-taxpayer-hero-section {
    min-height: auto;
  }
}

@media (max-width: 820px) {
  .shiz-taxpayer-page {
    padding: 14px 0 22px;
    gap: 16px;
  }

  .shiz-taxpayer-page .shiz-section {
    width: calc(100vw - 24px);
    padding: 32px 15px;
    border-radius: 22px;
  }

  .shiz-taxpayer-hero-content h1 {
    font-size: 23px;
    line-height: 1.7;
  }

  .shiz-taxpayer-hero-content p,
  .shiz-taxpayer-section-head p,
  .shiz-taxpayer-workflow-content p,
  .shiz-taxpayer-trust-grid p,
  .shiz-taxpayer-demo-content p {
    font-size: 12.8px;
    line-height: 1.95;
  }

  .shiz-taxpayer-hero-actions,
  .shiz-taxpayer-hero-points,
  .shiz-taxpayer-feature-grid,
  .shiz-taxpayer-timeline,
  .shiz-taxpayer-usecase-grid,
  .shiz-taxpayer-trust-list,
  .shiz-taxpayer-form {
    grid-template-columns: 1fr;
  }

  .shiz-taxpayer-hero-actions {
    display: grid;
  }

  .shiz-taxpayer-primary-btn,
  .shiz-taxpayer-secondary-btn {
    width: 100%;
  }

  .shiz-taxpayer-section-head {
    margin-bottom: 20px;
  }

  .shiz-taxpayer-section-head h2,
  .shiz-taxpayer-workflow-content h2,
  .shiz-taxpayer-trust-grid h2,
  .shiz-taxpayer-demo-content h2 {
    font-size: 20px;
    line-height: 1.7;
  }

  .shiz-taxpayer-feature-card {
    min-height: auto;
    padding: 15px 14px;
    border-radius: 18px;
  }

  .shiz-taxpayer-hero-image-wrap,
  .shiz-taxpayer-process-image-wrap,
  .shiz-taxpayer-status-image-wrap,
  .shiz-taxpayer-form-wrap {
    border-radius: 20px;
  }

  .shiz-taxpayer-form-wrap {
    padding: 15px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .shiz-taxpayer-feature-card,
  .shiz-taxpayer-primary-btn,
  .shiz-taxpayer-secondary-btn,
  .shiz-taxpayer-form button {
    transition: none;
  }
}
