:root {
  --ink: #171720;
  --text: #29293a;
  --muted: #6c6f83;
  --soft: #f8f5ff;
  --white: #fff;
  --purple: #7350e6;
  --purple-deep: #5832d8;
  --pink: #d97cf0;
  --yellow: #ffcf5a;
  --orange: #ff8a2a;
  --lime: #c7f84d;
  --green: #28c76f;
  --line: rgba(115, 80, 230, 0.14);
  --line-strong: rgba(115, 80, 230, 0.24);
  --shadow-sm: 0 14px 36px rgba(52, 36, 112, 0.08);
  --shadow-md: 0 24px 64px rgba(52, 36, 112, 0.14);
  --shadow-lg: 0 34px 100px rgba(52, 36, 112, 0.2);
  --max: 1120px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body,
body.mirl-v7-homepage,
body.page-slug-expert-guide,
body.page-template-page-expert-guide,
body.page-template-page-expert-guide-php {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 10% 0%, rgba(255, 207, 90, 0.32), transparent 30%),
    radial-gradient(circle at 90% 0%, rgba(217, 124, 240, 0.28), transparent 30%),
    linear-gradient(180deg, #fffdfa 0%, #f7f3ff 42%, #fff 100%);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

body::before,
body.mirl-v7-homepage::before,
body.page-slug-expert-guide::before,
body.page-template-page-expert-guide::before,
body.page-template-page-expert-guide-php::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.42;
  background-image:
    linear-gradient(rgba(115, 80, 230, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(115, 80, 230, 0.05) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, #000, transparent 72%);
}

a {
  text-decoration: none;
  color: inherit;
}

.wrap {
  width: min(calc(100% - 44px), var(--max));
  margin: 0 auto;
}

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

.screen-reader-text:focus {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 9999;
  width: auto;
  height: auto;
  padding: 12px 16px;
  margin: 0;
  overflow: visible;
  clip: auto;
  background: var(--purple-deep);
  color: #fff;
  border-radius: 12px;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  padding: 16px 0 10px;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.topbar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 12px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 14px 45px rgba(52, 36, 112, 0.08);
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -0.025em;
  color: var(--ink);
}

.brand-mark {
  width: 38px;
  height: 38px;
  border-radius: 13px;
  display: grid;
  place-items: center;
  color: #fff;
  background: conic-gradient(from 140deg, var(--yellow), var(--pink), var(--purple), var(--yellow));
  box-shadow: 0 12px 28px rgba(115, 80, 230, 0.22);
}

.nav {
  display: flex;
  gap: 22px;
  align-items: center;
  color: #5c5f73;
  font-size: 14px;
  font-weight: 800;
}

.nav a:not(.nav-cta):hover {
  color: var(--purple-deep);
}

.nav .menu,
.nav > ul {
  display: contents;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-cta {
  min-height: 42px;
  padding: 0 17px;
  border-radius: 999px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--purple), var(--purple-deep));
  box-shadow: 0 14px 26px rgba(88, 50, 216, 0.24);
}

.v7-nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(115, 80, 230, 0.16);
  background: rgba(255, 255, 255, 0.88);
  color: var(--purple-deep);
  font-family: inherit;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

body.v7-nav-open {
  overflow: hidden;
}

.expert-guide-hero {
  padding: 78px 0 54px;
  text-align: center;
}

.expert-guide-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 14px;
  border-radius: 999px;
  border: 1px solid rgba(115, 80, 230, 0.16);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 10px 26px rgba(52, 36, 112, 0.06);
  color: var(--purple-deep);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.expert-guide-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 7px rgba(40, 199, 111, 0.14);
}

.expert-guide-hero h1 {
  max-width: 900px;
  margin: 24px auto 18px;
  color: var(--ink);
  font-size: clamp(48px, 8vw, 92px);
  line-height: 0.98;
  letter-spacing: -0.045em;
  font-weight: 900;
  text-wrap: balance;
}

.expert-guide-grad {
  color: transparent;
  background: linear-gradient(100deg, #191923 8%, var(--purple-deep) 42%, #f76a0c 76%, #191923 98%);
  -webkit-background-clip: text;
  background-clip: text;
}

.expert-guide-lead {
  max-width: 760px;
  margin: 0 auto 28px;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.72;
}

.expert-guide-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 13px;
}

.expert-guide-btn {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border-radius: 17px;
  font-weight: 900;
  font-size: 15px;
  transition: 0.22s ease;
}

.expert-guide-btn:hover {
  transform: translateY(-2px);
}

.expert-guide-btn--primary {
  color: #fff;
  background: linear-gradient(135deg, var(--purple), var(--purple-deep));
  box-shadow: 0 18px 34px rgba(88, 50, 216, 0.28);
}

.expert-guide-btn--secondary {
  color: var(--purple-deep);
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(115, 80, 230, 0.18);
  box-shadow: 0 14px 30px rgba(52, 36, 112, 0.08);
}

.expert-guide-app-start {
  padding: 4px 0 44px;
}

.expert-guide-app-card {
  max-width: 960px;
  margin: 0 auto;
  padding: 34px;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-md);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: 30px;
  align-items: center;
  text-align: left;
}

.expert-guide-label {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: #f7f2ff;
  border: 1px solid rgba(115, 80, 230, 0.14);
  color: var(--purple-deep);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.expert-guide-app-card h2,
.expert-guide-intro-card h2,
.expert-guide-section h2,
.expert-guide-dark h2,
.expert-guide-panel h2 {
  margin: 12px 0 12px;
  color: var(--ink);
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.04;
  letter-spacing: -0.035em;
  font-weight: 900;
  text-wrap: balance;
}

.expert-guide-app-card h2,
.expert-guide-intro-card h2 {
  font-weight: 700;
}

.expert-guide-app-card h2 {
  margin: 12px 0 12px;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.04;
  letter-spacing: -0.035em;
}

.expert-guide-intro-card h2 {
  margin: 18px 0 10px;
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1;
  letter-spacing: -0.038em;
}

.expert-guide-app-card p,
.expert-guide-intro-card p,
.expert-guide-card p,
.expert-guide-dark p {
  margin: 0;
  max-width: 640px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.72;
}

.expert-guide-section-head p {
  max-width: 760px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.72;
  text-align: center;
}

.expert-guide-store-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  justify-content: stretch;
  align-items: center;
}

.expert-guide-store-btn {
  min-height: 54px;
  width: 100%;
  padding: 0 18px;
  border-radius: 17px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 900;
  font-size: 14px;
  background: #171225;
  color: #fff;
  box-shadow: 0 14px 28px rgba(23, 18, 37, 0.16);
}

.expert-guide-store-btn--light {
  background: #221c31;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 14px 28px rgba(23, 18, 37, 0.14);
}

.expert-guide-intro {
  padding: 24px 0 76px;
}

.expert-guide-intro-grid,
.expert-guide-showcase,
.expert-guide-faq,
.expert-guide-help-links {
  display: grid;
  gap: 18px;
}

.expert-guide-intro-grid {
  grid-template-columns: 1fr 1fr;
}

.expert-guide-intro-card {
  padding: 28px;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-md);
  text-align: left;
  position: relative;
  overflow: hidden;
}

.expert-guide-intro-card::before {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  border-radius: 999px;
  right: -110px;
  top: -120px;
  background: radial-gradient(circle, rgba(217, 124, 240, 0.24), transparent 68%);
}

.expert-guide-intro-card--alt::before {
  background: radial-gradient(circle, rgba(255, 207, 90, 0.3), transparent 68%);
}

.expert-guide-intro-card > * {
  position: relative;
}

.expert-guide-mini-list {
  display: grid;
  gap: 10px;
}

.expert-guide-checklist {
  display: grid;
  gap: 12px;
}

.expert-guide-steps {
  display: grid;
  gap: 16px;
}

.expert-guide-mini {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: #52566c;
  font-size: 14px;
  line-height: 1.5;
}

.expert-guide-mini b,
.expert-guide-setup-item b {
  color: var(--ink);
}

.expert-guide-check {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  border-radius: 9px;
  display: grid;
  place-items: center;
  background: rgba(199, 248, 77, 0.38);
  color: #2f6b00;
  font-weight: 900;
  font-size: 13px;
}

.expert-guide-section {
  padding: 76px 0;
}

.expert-guide-section-head {
  text-align: center;
  max-width: 790px;
  margin: 0 auto 36px;
}

.expert-guide-section-head h2 {
  margin: 15px 0;
  color: var(--ink);
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1;
  letter-spacing: -0.045em;
  font-weight: 900;
  text-wrap: balance;
}

.expert-guide-step {
  display: grid;
  grid-template-columns: 76px 1fr 190px;
  gap: 20px;
  align-items: center;
  padding: 20px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
}

.expert-guide-num {
  width: 58px;
  height: 58px;
  border-radius: 20px;
  display: grid;
  place-items: center;
  font-weight: 900;
  color: #5f3b00;
  background: linear-gradient(135deg, #fff3bf, var(--yellow));
  font-size: 20px;
}

.expert-guide-step h3 {
  margin: 0 0 6px;
  color: var(--ink);
  font-size: 24px;
  letter-spacing: -0.025em;
}

.expert-guide-card h3 {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: 23px;
  line-height: 1.12;
  letter-spacing: -0.025em;
}

.expert-guide-step p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.62;
}

.expert-guide-card p {
  margin: 0;
  max-width: none;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.68;
}

.expert-guide-step-tag {
  justify-self: end;
  padding: 10px 13px;
  border-radius: 999px;
  background: #f7f2ff;
  border: 1px solid rgba(115, 80, 230, 0.14);
  color: var(--purple-deep);
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.expert-guide-feature-grid,
.expert-guide-help-links {
  display: grid;
  gap: 18px;
}

.expert-guide-feature-grid {
  grid-template-columns: repeat(3, 1fr);
}

.expert-guide-card {
  padding: 26px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
  backdrop-filter: blur(14px);
}

.expert-guide-icon {
  width: 54px;
  height: 54px;
  border-radius: 19px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  background: linear-gradient(135deg, rgba(115, 80, 230, 0.12), rgba(255, 207, 90, 0.24));
  font-size: 25px;
}

.expert-guide-showcase {
  grid-template-columns: 0.9fr 1.1fr;
  align-items: stretch;
  gap: 22px;
}

.expert-guide-dark {
  border-radius: 38px;
  padding: 36px;
  background: #171225;
  color: #fff;
  box-shadow: var(--shadow-lg);
  position: relative;
  overflow: hidden;
}

.expert-guide-dark::before {
  content: "";
  position: absolute;
  width: 440px;
  height: 440px;
  border-radius: 999px;
  right: -150px;
  top: -170px;
  background: radial-gradient(circle, rgba(115, 80, 230, 0.86), transparent 66%);
}

.expert-guide-dark > * {
  position: relative;
}

.expert-guide-dark .expert-guide-label {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.82);
}

.expert-guide-dark h2 {
  color: #fff;
  margin: 18px 0 12px;
  font-size: clamp(36px, 4vw, 58px);
  line-height: 1;
  letter-spacing: -0.045em;
  font-weight: 900;
}

.expert-guide-panel h2 {
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1;
  letter-spacing: -0.045em;
  font-weight: 900;
  text-wrap: balance;
}

.expert-guide-dark p {
  color: rgba(255, 255, 255, 0.78);
}

.expert-guide-urlbox {
  margin: 24px 0;
  padding: 18px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.expert-guide-url {
  padding: 14px;
  border-radius: 16px;
  background: #fff;
  color: var(--purple-deep);
  font-weight: 900;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.expert-guide-dark .expert-guide-bio-example {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  width: 100%;
  text-align: center;
}

.expert-guide-dark .expert-guide-bio-helper {
  display: block;
  width: 100%;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  line-height: 1.72;
  letter-spacing: 0;
  text-align: center;
}

.expert-guide-dark .expert-guide-bio-quote {
  position: relative;
  z-index: 0;
  display: inline-block;
  overflow: hidden;
  isolation: isolate;
  margin-top: 11px;
  padding: 8px 15px 9px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.14) 0%,
    rgba(255, 255, 255, 0.07) 48%,
    rgba(255, 255, 255, 0.05) 100%
  );
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: clamp(17px, 2.4vw, 24px);
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -0.04em;
  box-shadow:
    0 11px 28px rgba(0, 0, 0, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.expert-guide-dark .expert-guide-bio-quote::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.22), transparent 58%);
  pointer-events: none;
  z-index: -1;
}

.expert-guide-dark .expert-guide-bio-quote::after {
  content: "";
  position: absolute;
  inset: -2px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.38), transparent);
  transform: translateX(-18%) skewX(-12deg);
  opacity: 0.7;
  pointer-events: none;
  z-index: -1;
}

@media (min-width: 921px) {
  .expert-guide-dark .expert-guide-bio-quote {
    margin-top: 7px;
    padding: 7px 13px 8px;
    font-size: clamp(14px, 2vw, 20px);
  }
}

.expert-guide-panel {
  border-radius: 38px;
  padding: 34px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-md);
}

.expert-guide-panel h2 {
  margin-top: 0;
}

.expert-guide-setup-item {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  padding: 14px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(115, 80, 230, 0.1);
}

.expert-guide-setup-item b {
  display: block;
  font-size: 14px;
  margin-bottom: 3px;
}

.expert-guide-setup-item > span:last-child,
.expert-guide-setup-item > span:last-child > span {
  display: block;
}

.expert-guide-setup-item > span:last-child > span {
  margin-top: 3px;
}

.expert-guide-setup-item span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.expert-guide-tick {
  width: 42px;
  height: 42px;
  border-radius: 15px;
  display: grid;
  place-items: center;
  background: rgba(199, 248, 77, 0.36);
  font-weight: 900;
  color: #2f6b00;
}

.expert-guide-faq {
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.expert-guide-faq details {
  padding: 22px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
}

.expert-guide-faq summary {
  cursor: pointer;
  font-weight: 900;
  color: var(--ink);
  letter-spacing: -0.02em;
}

.expert-guide-faq details p {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.65;
}

.expert-guide-help-links {
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.expert-guide-help-link {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
  padding: 18px 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
  font-weight: 900;
  color: var(--ink);
}

.expert-guide-help-link span {
  color: var(--purple-deep);
}

.footer {
  padding: 26px 0 50px;
  color: var(--muted);
  font-size: 14px;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  border-top: 1px solid var(--line);
  padding-top: 24px;
}

.footer .brand {
  display: inline-flex;
  align-items: center;
  line-height: 0;
}

.brand-logo .custom-logo-link,
.brand-logo--footer .custom-logo-link {
  display: inline-flex;
  align-items: center;
  line-height: 0;
}

.brand-logo--footer .custom-logo {
  max-width: 96px !important;
  max-height: 24px !important;
}

@media (max-width: 1020px) {
  .v7-nav-toggle {
    display: inline-flex;
  }

  .nav {
    position: fixed;
    inset: 72px 16px auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    padding: 16px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid var(--line);
    box-shadow: var(--shadow-md);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    z-index: 30;
  }

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

  .nav a:not(.nav-cta) {
    display: flex;
    min-height: 44px;
    align-items: center;
    padding: 0 12px;
    border-radius: 12px;
  }

  .nav a:not(.nav-cta):hover {
    background: rgba(115, 80, 230, 0.08);
  }

  .nav .nav-cta {
    width: 100%;
    margin-top: 4px;
  }

}

@media (max-width: 920px) {
  .expert-guide-app-card {
    grid-template-columns: 1fr;
    text-align: left;
    padding: 30px;
  }

  .expert-guide-store-row {
    max-width: 520px;
    justify-content: flex-start;
  }

  .expert-guide-intro-grid,
  .expert-guide-showcase,
  .expert-guide-feature-grid,
  .expert-guide-faq,
  .expert-guide-help-links {
    grid-template-columns: 1fr;
  }

  .expert-guide-step {
    grid-template-columns: 62px 1fr;
  }

  .expert-guide-step-tag {
    grid-column: 2;
    justify-self: start;
  }

  .expert-guide-section {
    padding: 62px 0;
  }

  .expert-guide-dark .expert-guide-bio-example {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    text-align: center;
  }

  .expert-guide-dark .expert-guide-bio-helper {
    width: 100%;
    text-align: center;
  }

  .expert-guide-dark .expert-guide-bio-quote {
    align-self: center;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 560px) {
  .wrap {
    width: min(calc(100% - 28px), var(--max));
  }

  .topbar-inner,
  .nav {
    border-radius: 24px;
  }

  .topbar-inner {
    gap: 10px;
  }

  .brand {
    font-size: 18px;
  }

  .expert-guide-hero {
    padding: 52px 0 42px;
  }

  .expert-guide-hero h1 {
    font-size: clamp(44px, 14vw, 66px);
  }

  .expert-guide-lead {
    font-size: 17px;
  }

  .expert-guide-actions .expert-guide-btn {
    width: 100%;
  }

  .expert-guide-app-card {
    border-radius: 30px;
    padding: 26px;
  }

  .expert-guide-store-row {
    grid-template-columns: 1fr;
  }

  .expert-guide-intro {
    padding-bottom: 52px;
  }

  .expert-guide-intro-card,
  .expert-guide-dark,
  .expert-guide-panel {
    border-radius: 30px;
    padding: 24px;
  }

  .expert-guide-dark .expert-guide-bio-quote {
    border-radius: 22px;
    padding: 8px 12px 9px;
  }

  .expert-guide-step {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .expert-guide-step-tag {
    grid-column: auto;
  }

  .expert-guide-num {
    width: 50px;
    height: 50px;
    border-radius: 17px;
  }

  .expert-guide-section-head h2 {
    font-size: clamp(34px, 12vw, 48px);
  }

  .footer-inner {
    display: grid;
  }
}
