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

.shiz-about-shell {
  direction: rtl;
  text-align: right;
  width: 100vw;
  max-width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  background: linear-gradient(180deg, #f4f8ff 0%, #eef5ff 46%, #f7fbff 100%);
  padding: 18px 0 24px;
}

.shiz-about-page {
  width: min(1540px, calc(100vw - 40px));
  max-width: 1540px;
  margin-right: auto;
  margin-left: auto;
  display: grid;
  gap: 22px;
}

.shiz-about-page img {
  max-width: 100%;
  height: auto;
}

.shiz-about-section,
.shiz-about-page > .shiz-contact-section {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 38px clamp(18px, 2.4vw, 36px);
  border-radius: 28px;
}

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

.shiz-about-page .shiz-section-head {
  max-width: 760px;
  margin: 0 auto 22px;
  text-align: center;
}

.shiz-about-page .shiz-kicker {
  min-height: 28px;
  padding: 4px 12px;
  margin-bottom: 10px;
  border: 1px solid rgba(17, 70, 255, 0.08);
  border-radius: 999px;
  background: rgba(17, 70, 255, 0.08);
  color: var(--shiz-blue);
  box-shadow: 0 8px 20px rgba(17, 70, 255, 0.05);
  font-size: 11.5px;
  font-weight: 900;
  line-height: 1.6;
}

.shiz-about-page .shiz-title,
.shiz-about-hero-content h1,
.shiz-about-cta-box h2 {
  color: var(--shiz-dark);
  font-size: clamp(20px, 1.55vw, 27px);
  font-weight: 900;
  line-height: 1.65;
  letter-spacing: -0.01em;
}

.shiz-about-page .shiz-text,
.shiz-about-hero-content p,
.shiz-about-cta-box p {
  color: var(--shiz-muted);
  font-size: 13.4px;
  line-height: 1.95;
}

.shiz-about-image-card {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(16, 36, 63, 0.1);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 16px 42px rgba(16, 36, 63, 0.12);
}

.shiz-about-image-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.shiz-about-hero {
  isolation: isolate;
  color: #ffffff;
  background: radial-gradient(circle at 82% 18%, rgba(51, 224, 255, 0.24), transparent 30%), radial-gradient(circle at 10% 88%, rgba(17, 70, 255, 0.28), transparent 34%), linear-gradient(135deg, #061a3a 0%, #0a2d5e 48%, #0b3f78 100%);
}

.shiz-about-hero::before {
  content: "";
  position: absolute;
  inset: 16px;
  z-index: 0;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.05), transparent 42%);
}

.shiz-about-hero .shiz-about-container {
  position: relative;
  z-index: 1;
}

.shiz-about-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  gap: 28px;
  align-items: center;
}

.shiz-about-hero-content .shiz-kicker,
.shiz-about-values-intro .shiz-kicker {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: none;
}

.shiz-about-hero-content h1 {
  max-width: 660px;
  margin: 0 0 10px;
  color: #ffffff;
  font-size: clamp(24px, 2.15vw, 33px);
  line-height: 1.62;
}

.shiz-about-hero-content p {
  max-width: 660px;
  margin: 0 0 16px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 13.8px;
}

.shiz-about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
  margin-bottom: 14px;
}

.shiz-about-primary,
.shiz-about-secondary,
.shiz-about-cta-box a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 17px;
  border-radius: 999px;
  font-size: 12.8px;
  font-weight: 900;
  line-height: 1.6;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.shiz-about-primary,
.shiz-about-cta-box a {
  color: #ffffff;
  background: linear-gradient(135deg, var(--shiz-blue), var(--shiz-cyan));
  box-shadow: 0 14px 28px rgba(17, 70, 255, 0.28);
}

.shiz-about-secondary {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.shiz-about-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.shiz-about-hero-points span {
  display: inline-flex;
  align-items: center;
  padding: 5px 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.82);
  font-size: 11.8px;
  line-height: 1.7;
}

.shiz-about-hero-image {
  height: clamp(260px, 29vw, 390px);
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.24);
}

.shiz-about-hero-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 42%, rgba(6, 26, 58, 0.72) 100%);
  pointer-events: none;
}

.shiz-about-hero-image figcaption {
  position: absolute;
  right: 16px;
  bottom: 14px;
  left: 16px;
  z-index: 1;
  display: grid;
  gap: 3px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  background: rgba(6, 26, 58, 0.52);
  backdrop-filter: blur(10px);
}

.shiz-about-hero-image b {
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.7;
}

.shiz-about-hero-image span {
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  line-height: 1.75;
}

.shiz-about-problem-section,
.shiz-about-faq-section {
  background: radial-gradient(circle at 85% 15%, rgba(51, 224, 255, 0.13), transparent 34%), radial-gradient(circle at 10% 82%, rgba(17, 70, 255, 0.09), transparent 34%), #f5f8fc;
}

.shiz-about-split-grid,
.shiz-about-values-grid,
.shiz-about-method-layout {
  display: grid;
  gap: 24px;
  align-items: center;
}

.shiz-about-split-grid {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.shiz-about-section-copy .shiz-title {
  margin: 0 0 9px;
}

.shiz-about-section-copy .shiz-text {
  margin: 0 0 16px;
}

.shiz-about-compact-image {
  height: 210px;
  border-radius: 20px;
  box-shadow: 0 14px 34px rgba(16, 36, 63, 0.1);
}

.shiz-about-problem-grid,
.shiz-about-capability-grid,
.shiz-about-values-cards,
.shiz-about-difference-grid,
.shiz-about-faq-list {
  display: grid;
  gap: 14px;
}

.shiz-about-problem-grid,
.shiz-about-values-cards,
.shiz-about-faq-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.shiz-about-problem-card,
.shiz-about-capability-card,
.shiz-about-method-timeline article,
.shiz-about-values-cards article,
.shiz-about-difference-grid article,
.shiz-about-faq-list article {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(16, 36, 63, 0.1);
  border-radius: 18px;
  box-shadow: 0 12px 34px rgba(16, 36, 63, 0.065);
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.shiz-about-problem-card,
.shiz-about-capability-card,
.shiz-about-values-cards article,
.shiz-about-difference-grid article,
.shiz-about-faq-list article {
  padding: 16px 15px;
}

.shiz-about-problem-card::before,
.shiz-about-capability-card::before,
.shiz-about-values-cards article::before,
.shiz-about-difference-grid article::before,
.shiz-about-faq-list article::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(17, 70, 255, 0.07), rgba(51, 224, 255, 0.05));
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.24s ease;
}

.shiz-about-problem-card > *,
.shiz-about-capability-card > *,
.shiz-about-values-cards article > *,
.shiz-about-difference-grid article > *,
.shiz-about-faq-list article > * {
  position: relative;
  z-index: 1;
}

.shiz-about-problem-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 9px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--shiz-blue), var(--shiz-cyan));
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  box-shadow: 0 10px 20px rgba(17, 70, 255, 0.18);
}

.shiz-about-problem-card h3,
.shiz-about-capability-card h3,
.shiz-about-method-timeline h3,
.shiz-about-faq-list h3 {
  color: var(--shiz-dark);
  font-size: 15.2px;
  font-weight: 900;
  line-height: 1.65;
  margin: 0 0 5px;
}

.shiz-about-problem-card p,
.shiz-about-capability-card p,
.shiz-about-method-timeline p,
.shiz-about-values-cards p,
.shiz-about-difference-grid span,
.shiz-about-faq-list p {
  color: var(--shiz-muted);
  font-size: 12.8px;
  line-height: 1.85;
  margin: 0;
}

.shiz-about-capabilities-section,
.shiz-about-difference-section,
.shiz-about-cta-section {
  background: #ffffff;
}

.shiz-about-capability-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.shiz-about-capability-card .shiz-icon {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  margin-bottom: 9px;
  font-size: 15px;
  box-shadow: 0 10px 20px rgba(17, 70, 255, 0.18);
}

.shiz-about-method-section {
  background: radial-gradient(circle at top right, rgba(17, 70, 255, 0.11), transparent 34%), radial-gradient(circle at bottom left, rgba(51, 224, 255, 0.11), transparent 30%), var(--shiz-bg);
}

.shiz-about-method-layout {
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
}

.shiz-about-method-timeline {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.shiz-about-method-timeline article {
  padding: 17px 15px 16px;
}

.shiz-about-method-timeline span {
  display: inline-flex;
  margin-bottom: 8px;
  color: var(--shiz-blue);
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
}

.shiz-about-method-image {
  height: 330px;
}

.shiz-about-values-section {
  color: #ffffff;
  background: radial-gradient(circle at 14% 20%, rgba(51, 224, 255, 0.19), transparent 30%), radial-gradient(circle at 88% 82%, rgba(17, 70, 255, 0.24), transparent 33%), linear-gradient(135deg, #061a3a 0%, #082a5e 100%);
}

.shiz-about-values-grid {
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
}

.shiz-about-values-intro .shiz-title,
.shiz-about-values-intro .shiz-text {
  color: #ffffff;
}

.shiz-about-values-intro .shiz-text {
  margin-bottom: 14px;
  color: rgba(255, 255, 255, 0.82);
}

.shiz-about-text-link {
  display: inline-flex;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.42);
  font-size: 12.8px;
  font-weight: 900;
  line-height: 1.9;
  text-decoration: none;
}

.shiz-about-values-cards article {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.13);
  box-shadow: none;
  backdrop-filter: blur(10px);
}

.shiz-about-values-cards strong {
  display: block;
  margin-bottom: 5px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.65;
}

.shiz-about-values-cards p {
  color: rgba(255, 255, 255, 0.8);
}

.shiz-about-difference-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.shiz-about-difference-grid article {
  min-height: 132px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.shiz-about-difference-grid b {
  display: block;
  color: var(--shiz-dark);
  font-size: 15.5px;
  font-weight: 900;
  line-height: 1.7;
}

.shiz-about-faq-list article:last-child:nth-child(odd) {
  grid-column: 1 / -1;
}

.shiz-about-cta-box {
  position: relative;
  overflow: hidden;
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
  padding: 28px clamp(18px, 3vw, 36px);
  border: 1px solid rgba(16, 36, 63, 0.1);
  border-radius: 24px;
  background: radial-gradient(circle at 85% 20%, rgba(51, 224, 255, 0.18), transparent 32%), linear-gradient(135deg, #f6faff 0%, #ffffff 100%);
  box-shadow: 0 16px 42px rgba(16, 36, 63, 0.08);
  text-align: center;
}

.shiz-about-cta-box span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 28px;
  padding: 4px 12px;
  margin-bottom: 9px;
  border-radius: 999px;
  background: rgba(17, 70, 255, 0.08);
  color: var(--shiz-blue);
  font-size: 11.5px;
  font-weight: 900;
  line-height: 1.6;
}

.shiz-about-cta-box h2 {
  max-width: 760px;
  margin: 0 auto 8px;
}

.shiz-about-cta-box p {
  max-width: 620px;
  margin: 0 auto 15px;
}

.shiz-about-page > .shiz-contact-section {
  padding: 38px clamp(18px, 2.4vw, 36px) !important;
  border-radius: 28px !important;
}

.shiz-about-page .shiz-contact-grid {
  gap: 18px !important;
}

.shiz-about-page .shiz-contact-info,
.shiz-about-page .shiz-contact-form-wrap {
  padding: 22px 20px !important;
  border-radius: 22px !important;
}

.shiz-about-page .shiz-contact-info h1 {
  font-size: clamp(20px, 1.55vw, 27px) !important;
  line-height: 1.65 !important;
  margin-bottom: 8px !important;
}

.shiz-about-page .shiz-contact-info > p,
.shiz-about-page .shiz-contact-form-head p {
  font-size: 13.4px !important;
  line-height: 1.9 !important;
}

.shiz-about-page .shiz-contact-card {
  padding: 12px 13px !important;
  border-radius: 16px !important;
}

.shiz-about-page .shiz-contact-card strong,
.shiz-about-page .shiz-contact-form-head h3 {
  font-size: 14px !important;
}

.shiz-about-page .shiz-contact-card a,
.shiz-about-page .shiz-contact-card p,
.shiz-about-page .shiz-contact-form label,
.shiz-about-page .shiz-contact-form input,
.shiz-about-page .shiz-contact-form textarea {
  font-size: 12.8px !important;
}

@media (hover: hover) and (pointer: fine) {
  .shiz-about-primary:hover,
  .shiz-about-secondary:hover,
  .shiz-about-cta-box a:hover {
    transform: translateY(-2px);
  }

  .shiz-about-image-card:hover,
  .shiz-about-problem-card:hover,
  .shiz-about-capability-card:hover,
  .shiz-about-values-cards article:hover,
  .shiz-about-difference-grid article:hover,
  .shiz-about-faq-list article:hover,
  .shiz-about-method-timeline article:hover {
    transform: translateY(-5px);
    border-color: rgba(17, 70, 255, 0.2);
    box-shadow: 0 20px 52px rgba(16, 36, 63, 0.13);
  }

  .shiz-about-problem-card:hover::before,
  .shiz-about-capability-card:hover::before,
  .shiz-about-values-cards article:hover::before,
  .shiz-about-difference-grid article:hover::before,
  .shiz-about-faq-list article:hover::before {
    opacity: 1;
  }
}

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

@media (max-width: 1024px) {
  .shiz-about-hero-grid,
  .shiz-about-split-grid,
  .shiz-about-values-grid,
  .shiz-about-method-layout {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .shiz-about-hero-visual {
    order: 2;
  }

  .shiz-about-method-image,
  .shiz-about-hero-image {
    height: 310px;
  }

  .shiz-about-difference-grid,
  .shiz-about-faq-list {
    grid-template-columns: 1fr;
  }

  .shiz-about-faq-list article:last-child:nth-child(odd) {
    grid-column: auto;
  }
}

@media (max-width: 767px) {
  .shiz-about-shell {
    padding: 12px 0 16px;
  }

  .shiz-about-page {
    width: min(100vw - 22px, 1540px);
    gap: 16px;
  }

  .shiz-about-section,
  .shiz-about-page > .shiz-contact-section {
    padding: 28px 13px !important;
    border-radius: 20px !important;
  }

  .shiz-about-hero::before {
    inset: 9px;
    border-radius: 16px;
  }

  .shiz-about-page .shiz-section-head {
    margin-bottom: 18px;
  }

  .shiz-about-page .shiz-kicker,
  .shiz-about-cta-box span {
    min-height: 26px;
    padding: 4px 11px;
    margin-bottom: 8px;
    font-size: 11px;
  }

  .shiz-about-page .shiz-title,
  .shiz-about-hero-content h1,
  .shiz-about-cta-box h2,
  .shiz-about-page .shiz-contact-info h1 {
    font-size: 19px !important;
    line-height: 1.6 !important;
    margin-bottom: 8px !important;
  }

  .shiz-about-page .shiz-text,
  .shiz-about-hero-content p,
  .shiz-about-cta-box p,
  .shiz-about-page .shiz-contact-info > p,
  .shiz-about-page .shiz-contact-form-head p {
    font-size: 13px !important;
    line-height: 1.85 !important;
  }

  .shiz-about-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }

  .shiz-about-primary,
  .shiz-about-secondary,
  .shiz-about-cta-box a {
    width: 100%;
    min-height: 38px;
    font-size: 12.8px;
  }

  .shiz-about-hero-points,
  .shiz-about-problem-grid,
  .shiz-about-capability-grid,
  .shiz-about-method-timeline,
  .shiz-about-values-cards {
    grid-template-columns: 1fr;
  }

  .shiz-about-hero-points {
    display: grid;
  }

  .shiz-about-hero-image,
  .shiz-about-method-image,
  .shiz-about-compact-image {
    height: 220px;
    border-radius: 18px;
  }

  .shiz-about-hero-image figcaption {
    right: 10px;
    bottom: 10px;
    left: 10px;
    padding: 10px 11px;
    border-radius: 14px;
  }

  .shiz-about-hero-image b {
    font-size: 12.8px;
  }

  .shiz-about-hero-image span {
    font-size: 11.2px;
  }

  .shiz-about-problem-card,
  .shiz-about-capability-card,
  .shiz-about-method-timeline article,
  .shiz-about-values-cards article,
  .shiz-about-difference-grid article,
  .shiz-about-faq-list article {
    padding: 14px 13px;
    border-radius: 17px;
  }

  .shiz-about-problem-card h3,
  .shiz-about-capability-card h3,
  .shiz-about-method-timeline h3,
  .shiz-about-faq-list h3,
  .shiz-about-values-cards strong,
  .shiz-about-difference-grid b {
    font-size: 14.5px;
  }

  .shiz-about-problem-card p,
  .shiz-about-capability-card p,
  .shiz-about-method-timeline p,
  .shiz-about-values-cards p,
  .shiz-about-difference-grid span,
  .shiz-about-faq-list p {
    font-size: 12.7px;
    line-height: 1.82;
  }

  .shiz-about-problem-card span,
  .shiz-about-capability-card .shiz-icon {
    width: 32px;
    height: 32px;
    border-radius: 11px;
    font-size: 14px;
  }

  .shiz-about-method-timeline span {
    font-size: 18px;
  }

  .shiz-about-cta-box,
  .shiz-about-page .shiz-contact-info,
  .shiz-about-page .shiz-contact-form-wrap {
    padding: 20px 14px !important;
    border-radius: 18px !important;
  }
}


/* هماهنگ‌سازی صفحه درباره ما با الگوی صفحات محصول */
.shiz-about-shell {
  direction: rtl;
  text-align: right;
  width: 100vw;
  max-width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  background: linear-gradient(180deg, #f4f8ff 0%, #eef5ff 48%, #f6faff 100%);
  padding: 18px 0 24px;
}

.shiz-about-shell .shiz-about-page.shiz-home-sections {
  width: min(1540px, calc(100vw - 40px)) !important;
  max-width: 1540px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding: 0 !important;
  display: grid !important;
  gap: 18px !important;
}

.shiz-about-shell .shiz-about-page > .shiz-section {
  width: 100% !important;
  margin: 0 !important;
  padding: 34px clamp(18px, 2.5vw, 34px) !important;
  border-radius: 28px !important;
  overflow: hidden !important;
  scroll-margin-top: 110px;
}

.shiz-about-shell .shiz-about-page .shiz-container,
.shiz-about-shell .shiz-about-container {
  max-width: 1380px !important;
}

.shiz-about-shell .shiz-about-page .shiz-section-head,
.shiz-about-shell .shiz-about-page .shiz-faq-head-v2 {
  max-width: 760px !important;
  margin: 0 auto 22px !important;
  text-align: center;
}

.shiz-about-shell .shiz-about-page .shiz-kicker {
  min-height: 28px !important;
  padding: 4px 12px !important;
  font-size: 11px !important;
  line-height: 1.7 !important;
  margin-bottom: 10px !important;
}

.shiz-about-shell .shiz-about-page .shiz-title,
.shiz-about-shell .shiz-about-hero-content h1 {
  font-size: clamp(19px, 1.55vw, 24px) !important;
  line-height: 1.66 !important;
  margin-bottom: 8px !important;
  letter-spacing: -0.01em !important;
}

.shiz-about-shell .shiz-about-page .shiz-text,
.shiz-about-shell .shiz-about-hero-content p {
  font-size: 13.2px !important;
  line-height: 1.9 !important;
}

.shiz-about-faq-list {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 10px !important;
  max-width: 860px !important;
  margin: 0 auto !important;
}

.shiz-about-faq-list .shiz-faq-item-v2 {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(16, 36, 63, 0.1);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(16, 36, 63, 0.06);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.shiz-about-faq-list .shiz-faq-item-v2 summary {
  position: relative;
  display: block;
  cursor: pointer;
  list-style: none;
  color: var(--shiz-dark, #061a3a);
  padding: 13px 54px 13px 14px;
  font-size: 12.8px;
  font-weight: 950;
  line-height: 1.9;
  text-align: right;
}

.shiz-about-faq-list .shiz-faq-item-v2 summary::-webkit-details-marker {
  display: none;
}

.shiz-about-faq-list .shiz-faq-item-v2 summary::after {
  content: "+";
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--shiz-blue, #1146ff), var(--shiz-cyan, #33e0ff));
  font-size: 16px;
  font-weight: 950;
  line-height: 1;
}

.shiz-about-faq-list .shiz-faq-item-v2[open] summary::after {
  content: "−";
}

.shiz-about-faq-list .shiz-faq-item-v2 div {
  color: var(--shiz-muted, #5f6f86);
  font-size: 12.2px;
  line-height: 1.95;
  padding: 0 14px 14px;
}

.shiz-about-request-section {
  background:
    radial-gradient(circle at 86% 12%, rgba(51, 224, 255, 0.13), transparent 32%),
    radial-gradient(circle at 10% 86%, rgba(17, 70, 255, 0.1), transparent 34%),
    #ffffff !important;
}

.shiz-about-request-section .shiz-section-head {
  max-width: 760px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  text-align: center;
}

.shiz-about-request-section .shiz-section-head .shiz-text {
  max-width: 650px;
  margin-right: auto;
  margin-left: auto;
}

.shiz-about-request-card {
  position: relative;
  isolation: isolate;
  width: min(760px, 100%);
  margin: 0 auto;
  padding: 20px;
  border: 1px solid rgba(16, 36, 63, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 34px rgba(16, 36, 63, 0.07);
  overflow: hidden;
}

.shiz-about-request-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(135deg, rgba(17, 70, 255, 0.055), rgba(51, 224, 255, 0.045));
  pointer-events: none;
}

.shiz-about-request-head {
  display: grid;
  gap: 5px;
  margin-bottom: 14px;
  text-align: right;
}

.shiz-about-request-head span {
  display: inline-flex;
  width: fit-content;
  min-height: 26px;
  align-items: center;
  justify-content: center;
  padding: 4px 11px;
  border-radius: 999px;
  background: rgba(17, 70, 255, 0.08);
  color: var(--shiz-blue, #1146ff);
  font-size: 10.8px;
  font-weight: 900;
  line-height: 1.6;
}

.shiz-about-request-head h3 {
  color: var(--shiz-dark, #061a3a);
  font-size: 15.8px;
  font-weight: 950;
  line-height: 1.75;
  margin: 0;
}

.shiz-about-request-head p {
  color: var(--shiz-muted, #5f6f86);
  font-size: 12.2px;
  line-height: 1.95;
  margin: 0;
}

.shiz-about-request-form .shiz-contact-fallback-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 12px;
}

.shiz-about-request-form .shiz-form-message,
.shiz-about-request-form .shiz-contact-fallback-form > label:nth-of-type(3),
.shiz-about-request-form .shiz-contact-fallback-form > button,
.shiz-about-request-form .shiz-contact-form-note {
  grid-column: 1 / -1;
}

.shiz-about-request-form label {
  display: grid;
  gap: 6px;
  color: var(--shiz-dark, #061a3a);
  font-size: 11.8px;
  font-weight: 900;
  line-height: 1.8;
  margin: 0;
}

.shiz-about-request-form input,
.shiz-about-request-form textarea {
  width: 100%;
  border: 1px solid rgba(16, 36, 63, 0.12);
  border-radius: 14px;
  background: #ffffff;
  color: var(--shiz-text, #24324a);
  padding: 10px 12px;
  font-size: 12.2px;
  line-height: 1.8;
  outline: none;
  transition: border-color 0.22s ease, box-shadow 0.22s ease;
}

.shiz-about-request-form input {
  min-height: 42px;
}

.shiz-about-request-form textarea {
  min-height: 92px;
  resize: vertical;
}

.shiz-about-request-form input:focus,
.shiz-about-request-form textarea:focus {
  border-color: rgba(17, 70, 255, 0.38);
  box-shadow: 0 0 0 4px rgba(17, 70, 255, 0.08);
}

.shiz-about-request-form button[type="submit"] {
  width: 100%;
  min-height: 42px;
  border: 0;
  border-radius: 15px;
  background: linear-gradient(135deg, var(--shiz-blue, #1146ff), var(--shiz-cyan, #33e0ff));
  color: #ffffff;
  padding: 10px 18px;
  font-size: 12.8px;
  font-weight: 950;
  line-height: 1.8;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(17, 70, 255, 0.2);
  transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease;
}

.shiz-about-request-form .shiz-contact-form-note {
  color: var(--shiz-muted, #5f6f86);
  font-size: 11px;
  line-height: 1.9;
  text-align: center;
  margin: -2px 0 0;
}

@media (hover: hover) and (pointer: fine) {
  .shiz-about-faq-list .shiz-faq-item-v2:hover {
    transform: translateY(-4px);
    border-color: rgba(17, 70, 255, 0.18);
    box-shadow: 0 16px 38px rgba(16, 36, 63, 0.11);
  }

  .shiz-about-request-form button[type="submit"]:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 36px rgba(17, 70, 255, 0.26);
    filter: saturate(1.08);
  }
}

@media (max-width: 1024px) {
  .shiz-about-shell .shiz-about-hero-grid,
  .shiz-about-shell .shiz-about-split-grid,
  .shiz-about-shell .shiz-about-values-grid,
  .shiz-about-shell .shiz-about-method-layout {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }
}

@media (max-width: 767px) {
  .shiz-about-shell {
    padding: 12px 0 16px;
  }

  .shiz-about-shell .shiz-about-page.shiz-home-sections {
    width: min(100vw - 24px, 1540px) !important;
    gap: 12px !important;
  }

  .shiz-about-shell .shiz-about-page > .shiz-section {
    padding: 22px 13px !important;
    border-radius: 17px !important;
  }

  .shiz-about-shell .shiz-about-page .shiz-section-head,
  .shiz-about-shell .shiz-about-page .shiz-faq-head-v2,
  .shiz-about-request-section .shiz-section-head {
    margin-bottom: 16px !important;
    text-align: right;
  }

  .shiz-about-shell .shiz-about-page .shiz-title,
  .shiz-about-shell .shiz-about-hero-content h1 {
    font-size: 19px !important;
    line-height: 1.68 !important;
  }

  .shiz-about-faq-list .shiz-faq-item-v2 summary {
    font-size: 12.2px;
    padding: 12px 50px 12px 12px;
  }

  .shiz-about-faq-list .shiz-faq-item-v2 summary::after {
    right: 12px;
    width: 24px;
    height: 24px;
  }

  .shiz-about-faq-list .shiz-faq-item-v2 div {
    font-size: 11.8px;
    padding: 0 12px 12px;
  }

  .shiz-about-request-card {
    padding: 14px;
    border-radius: 16px;
  }

  .shiz-about-request-head h3 {
    font-size: 14.2px;
  }

  .shiz-about-request-head p {
    font-size: 11.6px;
    line-height: 1.9;
  }

  .shiz-about-request-form .shiz-contact-fallback-form {
    grid-template-columns: 1fr;
  }

  .shiz-about-request-form input,
  .shiz-about-request-form textarea {
    border-radius: 13px;
    padding: 9px 11px;
  }

  .shiz-about-request-form textarea {
    min-height: 86px;
  }
}
