:root {
  color-scheme: light;
  --ink: #151420;
  --ink-2: #272438;
  --muted: #70758c;
  --muted-2: #8f94a8;
  --line: #e9e5f4;
  --page: #fffdf9;
  --paper: #ffffff;
  --brand: #6f50f6;
  --brand-deep: #4b32d8;
  --brand-soft: #f1ecff;
  --leaf: #b8e657;
  --mint: #28c58f;
  --mint-soft: #eafbf3;
  --amber: #ff8a3d;
  --amber-soft: #fff2e8;
  --blue: #3898ec;
  --blue-soft: #edf6ff;
  --shadow-soft: 0 18px 55px rgba(43, 34, 90, 0.08);
  --shadow-strong: 0 32px 90px rgba(40, 31, 84, 0.2);
  --radius: 18px;
  --radius-small: 12px;
  --wrap: min(1200px, calc(100vw - 56px));
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--page);
  color: var(--ink);
  line-height: 1.58;
  text-rendering: optimizeLegibility;
}

img {
  display: block;
  max-width: 100%;
}

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

button {
  font: inherit;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--ink);
  letter-spacing: 0;
}

h1 {
  max-width: 720px;
  font-size: clamp(48px, 5.3vw, 76px);
  line-height: 1.04;
  font-weight: 860;
  letter-spacing: -0.045em;
}

h2 {
  font-size: clamp(30px, 3.4vw, 48px);
  line-height: 1.12;
  font-weight: 840;
  letter-spacing: -0.03em;
}

h3 {
  font-size: 21px;
  line-height: 1.25;
  font-weight: 820;
}

p {
  margin: 0;
}

.wrap {
  width: var(--wrap);
  margin: 0 auto;
}

.sr-only,
.skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  z-index: 1000;
  top: 12px;
  left: 12px;
  width: auto;
  height: auto;
  padding: 10px 14px;
  clip: auto;
  border-radius: var(--radius);
  background: var(--ink);
  color: #fff;
}

.site-header {
  position: sticky;
  z-index: 40;
  top: 0;
  border-bottom: 1px solid rgba(233, 229, 244, 0.62);
  background: rgba(255, 253, 249, 0.84);
  backdrop-filter: blur(24px) saturate(1.2);
}

.nav {
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-size: 18px;
  font-weight: 850;
  letter-spacing: 0;
}

.brand-logo {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

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

.nav-menu-static {
  display: flex;
}

.nav-menu a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}

.nav-menu a:hover,
.footer-links a:hover,
.mini-link:hover {
  color: var(--brand);
}

.nav-cta {
  min-height: 42px;
  border: 1px solid rgba(111, 80, 246, 0.24);
  border-radius: 999px;
  padding: 0 17px;
  background: #fff;
  color: var(--brand);
  box-shadow: 0 8px 24px rgba(111, 80, 246, 0.08);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: var(--radius-small);
  background: #fff;
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--ink);
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-small);
  padding: 0 22px;
  font-weight: 800;
  text-align: center;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid rgba(111, 80, 246, 0.32);
  outline-offset: 3px;
}

.button.primary {
  background: linear-gradient(135deg, var(--brand), var(--brand-deep));
  color: #fff;
  box-shadow: 0 16px 34px rgba(89, 62, 221, 0.24);
}

.button.secondary {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.78);
  color: var(--ink);
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--brand);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-premium {
  position: relative;
  min-height: min(860px, calc(100vh - 72px));
  overflow: hidden;
  padding: 80px 0 76px;
  background: #fbf8ff;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 253, 249, 0.97) 0%, rgba(255, 253, 249, 0.89) 38%, rgba(255, 253, 249, 0.18) 70%),
    url("/assets/images/voicegrow-brand-hero.png") center / cover no-repeat;
}

.hero-premium-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(480px, 1.04fr);
  align-items: center;
  gap: 42px;
}

.hero-copy {
  max-width: 680px;
}

.hero-lede {
  max-width: 650px;
  margin-top: 26px;
  color: #4e5368;
  font-size: 18px;
  line-height: 1.76;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.proof-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-top: 34px;
  color: #65697d;
}

.proof-strip span {
  display: inline-flex;
  align-items: center;
  padding: 0;
  background: transparent;
  font-size: 13px;
  font-weight: 720;
}

.proof-strip span:not(:last-child)::after {
  width: 4px;
  height: 4px;
  margin: 0 12px;
  border-radius: 50%;
  background: rgba(111, 80, 246, 0.42);
  content: "";
}

.phone-stage {
  position: relative;
  min-height: 710px;
}

.phone-shot {
  position: absolute;
  object-fit: cover;
  border: 8px solid #12111b;
  border-radius: 40px;
  background: #fff;
  box-shadow: var(--shadow-strong);
}

.phone-shot-main {
  right: 90px;
  top: 0;
  z-index: 3;
  width: 318px;
  height: 691px;
}

.phone-shot-side {
  right: 0;
  top: 110px;
  z-index: 2;
  width: 228px;
  height: 495px;
  opacity: 0.9;
}

.section {
  padding: 112px 0;
}

.intro-section {
  background: var(--paper);
}

.intro-grid,
.analysis-grid,
.privacy-grid,
.screen-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 72px;
  align-items: start;
}

.large-copy,
.section-copy,
.screen-copy p,
.privacy-points p,
.audience-grid p,
.workflow-grid p,
.faq-list p,
.h5-copy p,
.h5-section p {
  color: var(--muted);
}

.large-copy {
  border-left: 1px solid rgba(111, 80, 246, 0.24);
  padding-left: 42px;
  font-size: 21px;
  line-height: 1.76;
}

.workflow-section {
  background:
    linear-gradient(180deg, rgba(255, 253, 249, 0.96) 0%, rgba(248, 245, 255, 0.82) 100%),
    #fffdf9;
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 54px;
  text-align: center;
}

.section-heading.align-left {
  margin-left: 0;
  text-align: left;
}

.workflow-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  border-top: 1px solid var(--line);
}

.workflow-grid article {
  position: relative;
  min-height: 220px;
  padding: 28px 4px 0;
}

.workflow-grid article::before {
  position: absolute;
  top: -2px;
  left: 0;
  width: 42px;
  height: 3px;
  background: var(--brand);
  content: "";
}

.workflow-grid span {
  display: inline-flex;
  min-width: auto;
  height: auto;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  background: transparent;
  color: var(--brand);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.workflow-grid h3 {
  max-width: 10em;
}

.workflow-grid p,
.audience-grid p,
.privacy-points p {
  margin-top: 12px;
}

.workflow-grid p {
  font-size: 15px;
  line-height: 1.72;
}

.screen-section {
  background:
    radial-gradient(circle at 76% 34%, rgba(111, 80, 246, 0.24), transparent 31%),
    #151420;
  color: #fff;
  overflow: hidden;
}

.screen-section h2,
.screen-section h3 {
  color: #fff;
}

.screen-copy {
  position: sticky;
  top: 118px;
}

.screen-copy p {
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 18px;
}

.screen-gallery {
  display: grid;
  grid-template-columns: repeat(3, 180px);
  align-items: center;
  justify-content: end;
  gap: 18px;
}

.screen-phone {
  display: flex;
  width: 180px;
  height: 390px;
  align-items: center;
  justify-content: center;
  margin: 0;
  overflow: hidden;
  border: 7px solid rgba(255, 255, 255, 0.94);
  border-radius: 32px;
  background: #fbfbff;
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.36);
}

.screen-phone img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.screen-phone.is-raised {
  transform: translateY(-42px);
}

.analysis-section {
  background: #fffdf9;
}

.section-copy {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.76;
}

.dimension-board {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  align-items: center;
  gap: 30px;
  border: 1px solid rgba(233, 229, 244, 0.9);
  border-radius: 28px;
  padding: 34px;
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.score-summary {
  display: grid;
  width: 190px;
  height: 190px;
  place-items: center;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, #fff 0 56%, transparent 57%),
    conic-gradient(var(--brand) 0 72%, var(--mint) 72% 88%, var(--amber) 88% 100%);
}

.score-summary span {
  grid-area: 1 / 1;
  margin-top: -18px;
  color: var(--ink);
  font-size: 54px;
  font-weight: 900;
}

.score-summary small {
  grid-area: 1 / 1;
  align-self: end;
  margin-bottom: 46px;
  color: var(--muted);
  font-weight: 760;
}

.dimension-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.dimension-list li {
  display: grid;
  gap: 8px;
  color: var(--ink-2);
  font-weight: 760;
}

.dimension-list span {
  display: block;
  height: 9px;
  overflow: hidden;
  border-radius: 999px;
  background: #f1eef7;
}

.dimension-list span::before {
  display: block;
  width: var(--bar);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--brand), var(--mint));
  content: "";
}

.audience-section {
  background: linear-gradient(180deg, #f8f5ff 0%, #fffdf9 100%);
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.audience-grid article,
.privacy-points article,
.faq-list details,
.h5-section {
  border: 1px solid rgba(233, 229, 244, 0.9);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow-soft);
}

.audience-grid article {
  min-height: 208px;
  padding: 28px;
}

.privacy-section {
  background: #fff;
}

.privacy-points {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}

.privacy-points article {
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  padding: 24px 4px;
  background: transparent;
  box-shadow: none;
}

.final-cta {
  padding-top: 40px;
  background: #fff;
}

.final-panel {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  border: 1px solid rgba(111, 80, 246, 0.14);
  border-radius: 30px;
  padding: 42px;
  background:
    linear-gradient(135deg, rgba(241, 236, 255, 0.92), rgba(234, 251, 243, 0.84)),
    #fff;
  box-shadow: var(--shadow-soft);
}

.final-panel img {
  width: 88px;
  height: 88px;
}

.faq-section {
  background: #fffdf9;
}

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

.faq-list details {
  padding: 20px 22px;
  box-shadow: 0 10px 32px rgba(43, 34, 90, 0.05);
}

.faq-list summary {
  min-height: 44px;
  cursor: pointer;
  font-weight: 850;
}

.faq-list p {
  margin-top: 10px;
}

.site-footer {
  padding: 42px 0;
  border-top: 1px solid var(--line);
  background: #fff;
}

.footer-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  color: #5d6278;
  font-size: 14px;
  font-weight: 760;
}

.h5-body {
  min-height: 100vh;
  background: #eeeaf9;
}

.h5-page {
  max-width: 480px;
  margin: 0 auto;
  overflow: hidden;
  background: var(--page);
  box-shadow: 0 0 80px rgba(25, 20, 54, 0.16);
}

.h5-hero-v2 {
  position: relative;
  min-height: 850px;
  overflow: hidden;
  padding: calc(18px + env(safe-area-inset-top)) 22px 32px;
}

.h5-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 253, 249, 0.97) 0%, rgba(255, 253, 249, 0.86) 36%, rgba(255, 253, 249, 0.2) 72%),
    url("/assets/images/voicegrow-brand-h5.png") center / cover no-repeat;
}

.h5-topbar,
.h5-copy,
.h5-phone-stack {
  position: relative;
  z-index: 2;
}

.h5-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.h5-topbar .brand {
  font-size: 17px;
}

.h5-topbar .brand-logo {
  width: 36px;
  height: 36px;
}

.mini-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--brand);
  font-size: 14px;
  font-weight: 850;
}

.h5-copy {
  padding-top: 46px;
}

.h5-copy h1 {
  max-width: 390px;
  font-size: 42px;
  line-height: 1.06;
}

.h5-copy p:not(.eyebrow) {
  max-width: 360px;
  margin-top: 18px;
  color: #51566b;
  font-size: 16px;
}

.h5-cta {
  margin-top: 22px;
}

.h5-phone-stack {
  height: 466px;
  margin-top: 30px;
}

.h5-phone-stack img {
  position: absolute;
  object-fit: cover;
  border: 6px solid #11111a;
  border-radius: 30px;
  background: #fff;
  box-shadow: var(--shadow-strong);
}

.h5-phone-main {
  right: 6px;
  width: 216px;
  height: 469px;
}

.h5-phone-mini {
  left: 4px;
  top: 70px;
  width: 158px;
  height: 343px;
  opacity: 0.96;
}

.h5-section {
  margin: 0;
  border: 0;
  border-top: 1px solid var(--line);
  border-radius: 0;
  padding: 44px 24px;
  background: #fffdf9;
  box-shadow: none;
}

.h5-section h2 {
  font-size: 30px;
  line-height: 1.14;
}

.h5-section p {
  margin-top: 14px;
  font-size: 16px;
  line-height: 1.72;
}

.h5-statement strong {
  display: block;
  color: var(--brand);
  font-size: 14px;
  font-weight: 850;
  letter-spacing: 0.04em;
}

.h5-steps ol {
  display: grid;
  gap: 0;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.h5-steps li {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 64px;
  border-top: 1px solid var(--line);
  color: var(--ink-2);
  font-weight: 760;
}

.h5-steps li span {
  display: grid;
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: var(--brand-soft);
  color: var(--brand);
  font-weight: 900;
}

.h5-analysis {
  margin: 12px;
  border: 0;
  border-radius: 26px;
  padding: 34px 22px;
  background:
    radial-gradient(circle at 100% 0%, rgba(111, 80, 246, 0.34), transparent 45%),
    #151420;
}

.h5-analysis .eyebrow,
.h5-analysis h2 {
  color: #fff;
}

.h5-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 18px;
}

.h5-metrics span {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  padding: 8px 11px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 760;
}

.h5-final {
  margin: 12px 12px 104px;
  border: 1px solid rgba(111, 80, 246, 0.12);
  border-radius: 26px;
  padding: 34px 24px;
  background:
    radial-gradient(circle at 100% 0%, rgba(184, 230, 87, 0.2), transparent 40%),
    linear-gradient(135deg, var(--brand-soft), var(--mint-soft));
}

.h5-final img {
  width: 74px;
  height: 74px;
  margin-bottom: 10px;
}

.h5-support-link {
  min-height: 36px;
  margin: 10px 12px 0 0;
}

.support-hero {
  padding: 86px 0 76px;
  background:
    linear-gradient(90deg, rgba(255, 253, 249, 0.96), rgba(255, 253, 249, 0.72)),
    url("/assets/images/voicegrow-brand-hero.png") center / cover no-repeat;
}

.support-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  align-items: center;
  gap: 46px;
}

.support-card,
.support-topic-grid article {
  border: 1px solid rgba(233, 229, 244, 0.9);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow-soft);
}

.support-card {
  padding: 28px;
}

.support-card img {
  width: 76px;
  height: 76px;
  margin-bottom: 16px;
}

.support-card h2 {
  font-size: 28px;
}

.support-card p {
  margin-top: 12px;
  color: var(--muted);
}

.support-card a {
  display: inline-flex;
  margin-top: 18px;
  color: var(--brand);
  font-weight: 850;
}

.support-section {
  background: #fff;
}

.support-topic-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.support-topic-grid article {
  padding: 24px;
}

.support-topic-grid h2 {
  font-size: 22px;
}

.support-topic-grid p {
  margin-top: 12px;
  color: var(--muted);
}

.support-faq {
  background: #fffdf9;
}

.h5-sticky-cta {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 30;
  display: flex;
  justify-content: center;
  padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
  border-top: 1px solid rgba(233, 229, 244, 0.62);
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(18px);
}

.h5-sticky-cta .button {
  width: min(448px, 100%);
  min-height: 48px;
  border-radius: 999px;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}

@media (max-width: 1020px) {
  .hero-premium-grid,
  .intro-grid,
  .analysis-grid,
  .privacy-grid,
  .screen-grid,
  .support-hero-grid,
  .dimension-board {
    grid-template-columns: 1fr;
  }

  .hero-premium {
    min-height: auto;
  }

  .phone-stage {
    min-height: 720px;
  }

  .phone-shot-main {
    left: 50%;
    right: auto;
    transform: translateX(-64%);
  }

  .phone-shot-side {
    left: 50%;
    right: auto;
    transform: translateX(28%);
  }

  .workflow-grid,
  .audience-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .screen-copy {
    position: static;
  }
}

@media (max-width: 720px) {
  :root {
    --wrap: min(100vw - 28px, 560px);
  }

  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 31px;
  }

  .nav {
    min-height: 66px;
  }

  .nav-toggle {
    display: block;
  }

  .nav-menu {
    position: absolute;
    top: 66px;
    right: 14px;
    left: 14px;
    display: none;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
    box-shadow: var(--shadow-soft);
  }

  .nav-menu.is-open {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px 8px;
  }

  .nav-menu.is-open a {
    min-height: 42px;
    border-radius: 10px;
    padding: 0 12px;
  }

  .nav-menu.is-open .nav-cta {
    grid-column: 1 / -1;
    justify-content: center;
  }

  .hero-premium {
    padding: 54px 0 60px;
  }

  .hero-bg {
    background:
      linear-gradient(180deg, rgba(255, 253, 249, 0.96) 0%, rgba(255, 253, 249, 0.72) 52%, rgba(255, 253, 249, 0.18) 100%),
      url("/assets/images/voicegrow-brand-hero.png") center / cover no-repeat;
  }

  .hero-lede {
    font-size: 16px;
  }

  .phone-stage {
    min-height: 565px;
  }

  .phone-shot {
    border-width: 7px;
    border-radius: 32px;
  }

  .phone-shot-main {
    width: 250px;
    height: 543px;
    transform: translateX(-72%);
  }

  .phone-shot-side {
    top: 82px;
    width: 182px;
    height: 395px;
    transform: translateX(10%);
  }

  .section {
    padding: 72px 0;
  }

  .workflow-grid,
  .audience-grid,
  .support-topic-grid,
  .screen-gallery,
  .final-panel {
    grid-template-columns: 1fr;
  }

  .workflow-grid article {
    min-height: auto;
    padding-bottom: 26px;
  }

  .screen-gallery {
    grid-template-columns: 1fr;
    max-width: 280px;
    margin: 0 auto;
  }

  .screen-phone {
    width: 100%;
    height: auto;
    aspect-ratio: 853 / 1844;
  }

  .screen-phone.is-raised {
    transform: none;
  }

  .final-panel {
    justify-items: start;
  }

  .large-copy {
    border-left: 0;
    padding-left: 0;
  }

  .footer-grid {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 420px) {
  .button {
    width: 100%;
  }

  .hero-actions {
    display: grid;
  }

  .h5-hero-v2 {
    min-height: 830px;
  }

  .h5-copy h1 {
    font-size: 38px;
  }

  .h5-phone-main {
    right: -2px;
    width: 210px;
    height: 456px;
  }

  .h5-phone-mini {
    left: -2px;
    width: 150px;
    height: 326px;
  }
}
