:root {
  --page-blue: #e8f1ff;
  --panel-shadow: 0 18px 46px rgba(113, 149, 216, 0.14);
  --font-sans: "Plus Jakarta Sans", "Segoe UI", sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-sans);
  font-optical-sizing: auto;
  font-synthesis: none;
  font-feature-settings: "kern" 1, "liga" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #162247;
  background:
    radial-gradient(circle at 0% 58%, rgba(223, 236, 255, 0.86), transparent 22%),
    radial-gradient(circle at 100% 48%, rgba(208, 226, 255, 0.72), transparent 32%),
    linear-gradient(180deg, #eef5ff 0%, #e8f1ff 100%);
}

.aura-page {
  position: relative;
}

.page-shell {
  max-width: 928px;
}

.page-glow {
  pointer-events: none;
  position: fixed;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.9), transparent 22%),
    radial-gradient(circle at top right, rgba(193, 222, 255, 0.35), transparent 36%);
}

.panel {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.86));
  border: 1px solid rgba(255, 255, 255, 0.95);
  border-radius: 30px;
  box-shadow: var(--panel-shadow);
  backdrop-filter: blur(12px);
}

.hero-panel {
  position: relative;
  isolation: isolate;
  min-height: 723px;
  clip-path: inset(0 round 30px);
  background:
    radial-gradient(circle at 84% 14%, rgba(205, 231, 255, 0.42), transparent 35%),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.98) 0%,
      rgba(250, 253, 255, 0.97) 37%,
      rgba(242, 248, 253, 0.96) 53%,
      rgba(232, 243, 255, 0.94) 100%
    );
}

.hero-grid {
  grid-template-columns: 430px 1fr;
}

.brand-title {
  font-size: 1.3125rem;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #162247;
}

.brand-subtitle {
  margin-top: 0.125rem;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
  color: #6e7894;
}

.hero-mark {
  font-size: clamp(3.25rem, 2.4rem + 2vw, 4.75rem);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: -0.035em;
  color: #0d1f59;
  text-transform: uppercase;
}

.hero-title {
  font-size: clamp(2.5rem, 1.9rem + 1.8vw, 3rem);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -0.028em;
  color: #456dff;
}

.hero-title-line,
.hero-desc-line,
.feedback-title-line {
  display: block;
}

.hero-desc {
  max-width: 330px;
  font-size: clamp(1.1rem, 1rem + 0.45vw, 1.25rem);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  color: #1a2348;
}

.hero-desc-accent {
  font-weight: 800;
  color: #456dff;
}

.hero-list {
  font-size: clamp(0.98rem, 0.85rem + 0.3vw, 1.03rem);
  line-height: 1.45;
  letter-spacing: 0;
}

.hero-list li > span:last-child {
  white-space: nowrap;
}

.text-aura-blue {
  color: #456dff;
}

.hero-note {
  font-size: clamp(0.96rem, 0.84rem + 0.28vw, 1rem);
  line-height: 1.3;
  letter-spacing: 0;
  white-space: nowrap;
}

.section-kicker {
  font-size: clamp(0.875rem, 0.82rem + 0.15vw, 0.9375rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #172246;
}

.feedback-figure {
  isolation: isolate;
  background:
    radial-gradient(ellipse at 50% 78%, rgba(201, 229, 255, 0.58), transparent 48%),
    linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(239, 247, 255, 0.56));
}

.feedback-figure::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  bottom: 8px;
  width: 78%;
  height: 42%;
  border-radius: 50%;
  background: rgba(151, 202, 255, 0.22);
  filter: blur(22px);
  transform: translateX(-50%);
}

.feedback-art {
  -webkit-mask-image:
    linear-gradient(90deg, transparent 0, #000 13%, #000 87%, transparent 100%),
    linear-gradient(180deg, transparent 0, #000 6%, #000 90%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(90deg, transparent 0, #000 13%, #000 87%, transparent 100%),
    linear-gradient(180deg, transparent 0, #000 6%, #000 90%, transparent 100%);
  mask-composite: intersect;
}

.list-badge,
.feature-badge {
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(180deg, #7ab6ff 0%, #4f82ff 100%);
  box-shadow: 0 14px 28px rgba(83, 126, 242, 0.22);
}

.list-badge {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  color: #5794ff;
  background: transparent;
  box-shadow: none;
}

.feature-badge {
  width: 52px;
  height: 52px;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 252px;
  height: 50px;
  border-radius: 19px;
  color: #fff;
  text-decoration: none;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.01em;
  background: linear-gradient(90deg, #66adff 0%, #416dff 55%, #4d49ff 100%);
  box-shadow: 0 18px 32px rgba(73, 102, 231, 0.28);
}

.cta-button-wide {
  width: 100%;
  min-width: 0;
  height: 46px;
  font-size: 15px;
}

.feature-card {
  box-sizing: border-box;
  min-width: 0;
  min-height: 170px;
  padding: 10px 16px 12px;
  text-align: center;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.92));
  border: 1px solid rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 30px rgba(148, 171, 214, 0.11);
}

.feature-title {
  margin-top: 12px !important;
  font-size: 0.96875rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.01em;
  text-wrap: balance;
}

.feature-copy {
  margin-top: 10px !important;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0;
  color: #46516f;
  text-wrap: balance;
}

.feedback-title {
  font-size: clamp(1.65rem, 1.55rem + 0.3vw, 1.75rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.025em;
  color: #172246;
}

.feedback-copy {
  font-size: 0.9375rem;
  line-height: 1.6;
  letter-spacing: 0;
  color: #223055;
}

.form-title {
  font-size: clamp(1.1rem, 1.02rem + 0.22vw, 1.2rem);
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: -0.015em;
  text-wrap: balance;
  overflow-wrap: anywhere;
}

.feedback-heading-icon {
  display: inline-grid;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(145deg, #72c9ff 0%, #4f8eff 55%, #4052f5 100%);
  box-shadow: 0 8px 18px rgba(73, 111, 238, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.38);
}

.feedback-heading-icon svg {
  width: 23px;
  height: 23px;
}

.field-shell {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 44px;
  padding: 0 14px;
  border-radius: 12px;
  border: 1px solid #e1e8f5;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

.field-shell-area {
  align-items: flex-start;
  min-height: 114px;
  padding-top: 12px;
}

.field-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  color: #a7afc4;
}

.field-icon-top {
  margin-top: 4px;
}

.field-input {
  width: 100%;
  border: 0;
  outline: 0;
  padding: 12px 0;
  background: transparent;
  font: inherit;
  font-size: 13.5px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0;
  color: #243257;
}

.field-input::placeholder {
  color: #96a3ba;
}

.field-textarea {
  resize: none;
  padding-top: 2px;
}

.field-shell.has-error {
  flex-wrap: wrap;
  gap: 7px 12px;
  padding-bottom: 9px;
  border-color: #e46a76;
  background: #fffafb;
  box-shadow: 0 0 0 3px rgba(228, 106, 118, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

.field-shell.has-error .field-icon {
  color: #d14e60;
}

.field-error {
  display: flex;
  flex: 0 0 100%;
  align-items: center;
  gap: 6px;
  margin-left: 30px;
  color: #b83d4e;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.35;
}

.field-error::before {
  display: grid;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  place-items: center;
  border-radius: 6px;
  color: #fff;
  background: #d14e60;
  content: "!";
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
}

.footer-circle {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  color: #58a6ff;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 24px rgba(122, 148, 191, 0.16);
}

.footer-circle-dark {
  color: #6d758c;
}

.footer-copy {
  font-size: 12px !important;
  line-height: 1.4;
  letter-spacing: 0;
}

.footer-brand-title {
  font-size: 16px;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.footer-brand-subtitle {
  margin-top: 3px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: 0;
}

@media (min-width: 900px) {
  .brand-lockup {
    gap: 10px !important;
    margin-left: -16px;
    margin-top: 5px;
  }

  .header-logo {
    width: 54px !important;
    height: 54px !important;
    border-radius: 16px !important;
  }

  .footer-lockup {
    gap: 8px !important;
  }

  .footer-logo {
    width: 42px !important;
    height: 42px !important;
    border-radius: 12px !important;
  }

  .hero-panel {
    min-height: 0;
  }

  .hero-copy {
    padding-top: 76px !important;
  }

  .hero-copy .hero-desc {
    margin-top: 20px !important;
  }

  .hero-copy .hero-title {
    margin-top: 22px !important;
  }

  .hero-copy > [data-reveal] + [data-reveal] {
    width: 155px !important;
  }

  .hero-list > :not([hidden]) ~ :not([hidden]) {
    margin-top: 12px !important;
  }

  .hero-list {
    margin-top: 18px !important;
  }

  .hero-list + div {
    margin-top: 24px !important;
  }

  .hero-visual {
    min-height: 614px !important;
  }

  .hero-art {
    top: -102px !important;
    right: -26px !important;
    width: 504px !important;
    -webkit-mask-image: linear-gradient(
      90deg,
      transparent 0,
      rgba(0, 0, 0, 0.48) 18px,
      rgba(0, 0, 0, 0.86) 42px,
      #000 64px
    );
    mask-image: linear-gradient(
      90deg,
      transparent 0,
      rgba(0, 0, 0, 0.48) 18px,
      rgba(0, 0, 0, 0.86) 42px,
      #000 64px
    );
  }

  .cta-button:not(.cta-button-wide) {
    min-width: 274px;
    height: 52px;
    margin-left: -12px;
  }

  .features-panel {
    position: relative;
    z-index: 1;
    margin-top: 18px !important;
    padding-top: 12px !important;
    padding-bottom: 29px !important;
  }

  .feature-grid {
    margin-top: 16px !important;
  }

  .feedback-grid {
    grid-template-columns: 324px 1fr !important;
    gap: 20px !important;
    margin-top: 30px !important;
  }

  .feedback-grid > .panel {
    min-width: 0;
  }

  .feedback-grid > .panel:last-child {
    padding-top: 8px !important;
    padding-bottom: 28px !important;
  }

  .feedback-figure {
    height: 218px !important;
    margin-top: 0 !important;
  }

  .feedback-figure img {
    left: 50% !important;
    width: 220px !important;
    clip-path: inset(12px 0 0);
    transform: translateX(-50%);
  }

  .feedback-grid > .panel:first-child {
    padding-top: 17px !important;
    padding-bottom: 16px !important;
    background:
      radial-gradient(circle at 44% 88%, rgba(214, 234, 255, 0.62), transparent 34%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(248, 252, 255, 0.94));
  }

  .feedback-grid form {
    margin-top: 12px !important;
  }

  .feedback-grid form > :not([hidden]) ~ :not([hidden]) {
    margin-top: 11px !important;
  }

  .feedback-grid form > .cta-button-wide {
    margin-top: 19px !important;
  }

  .feedback-grid .field-shell-area {
    height: 114px;
    min-height: 114px;
    overflow: hidden;
  }

  .feedback-grid .field-textarea {
    height: 88px;
  }
}

@media (min-width: 1280px) {
  .page-shell {
    max-width: 928px;
  }

  .hero-panel {
    min-height: 0;
  }
}

[data-reveal] {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  filter: blur(0);
}

html.js [data-reveal] {
  --reveal-x: 0px;
  --reveal-y: 26px;
  --reveal-scale: 0.985;
  --reveal-delay: 0ms;
  opacity: 0;
  transform: translate3d(var(--reveal-x), var(--reveal-y), 0) scale(var(--reveal-scale));
  filter: blur(6px);
  transition:
    opacity 0.52s cubic-bezier(0.22, 1, 0.36, 1) var(--reveal-delay),
    transform 0.72s cubic-bezier(0.16, 1, 0.3, 1) var(--reveal-delay),
    filter 0.48s cubic-bezier(0.22, 1, 0.36, 1) var(--reveal-delay);
  backface-visibility: hidden;
  transform-origin: 50% 50%;
  will-change: opacity, transform;
}

html.js [data-reveal][data-reveal-variant="card"] {
  --reveal-scale: 0.955;
  --reveal-y: 30px;
}

html.js [data-reveal][data-reveal-variant="visual"] {
  --reveal-scale: 0.97;
  --reveal-y: 18px;
  filter: none;
}

html.js .feedback-grid > [data-reveal]:first-child {
  --reveal-x: -24px;
  --reveal-scale: 0.975;
}

html.js .feedback-grid > [data-reveal]:last-child {
  --reveal-x: 24px;
  --reveal-scale: 0.975;
}

html.js [data-reveal][data-reveal-variant="footer"] {
  --reveal-y: 14px;
  --reveal-scale: 0.97;
}

html.js [data-reveal][data-reveal-from="above"] {
  --reveal-y: -22px;
}

html.js [data-reveal].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  filter: blur(0);
  will-change: auto;
}

html.js [data-reveal][data-reveal-instant="true"] {
  transition: none !important;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  html.js [data-reveal],
  html.js [data-reveal].is-visible {
    opacity: 1;
    transform: none;
    filter: none;
    transition: none;
  }
}

@media (max-width: 899px) {
  .hero-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 1.5rem;
  }

  .hero-panel {
    min-height: 0;
    clip-path: inset(0 round 24px);
  }

  .panel {
    border-radius: 24px;
  }

  .cta-button {
    min-width: 0;
    width: 100%;
  }

  .hero-list li > span:last-child {
    white-space: normal;
  }

  .hero-visual {
    min-height: clamp(520px, 110vw, 760px) !important;
    overflow: hidden;
  }

  .hero-art {
    top: 0 !important;
    right: 50% !important;
    width: min(504px, 100%) !important;
    transform: translateX(50%);
  }

  .feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .feedback-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 20px !important;
  }

  footer {
    flex-wrap: wrap;
    gap: 16px;
  }
}

@media (min-width: 900px) {
  .hero-title-line {
    display: inline;
  }

  .hero-title-line + .hero-title-line::before {
    content: " ";
  }
}

@media (max-width: 899px) {
  .hero-desc {
    max-width: 28rem;
  }
}

@media (max-width: 768px) {
  .brand-title {
    font-size: 1.125rem;
  }

  .brand-subtitle {
    font-size: 0.875rem;
  }

  .hero-mark {
    font-size: clamp(3.3rem, 9vw, 4.4rem);
  }

  .hero-title {
    font-size: clamp(2.6rem, 7vw, 3.45rem);
  }

  .hero-desc {
    max-width: 100%;
    font-size: clamp(1.2rem, 4vw, 1.5rem);
    line-height: 1.42;
  }

  .hero-desc-line {
    display: inline;
  }

  .hero-desc-line + .hero-desc-line::before {
    content: " ";
  }

  .hero-list {
    font-size: 1rem;
  }

  .section-kicker {
    font-size: 1rem;
    letter-spacing: 0.06em;
  }

  .feature-title {
    font-size: 1.25rem;
  }

  .feature-copy {
    font-size: 0.95rem;
    line-height: 1.45;
  }

  .feedback-title {
    font-size: clamp(1.85rem, 6vw, 2.2rem);
  }

  .form-title {
    font-size: clamp(1.3rem, 5vw, 1.55rem);
  }
}

@media (max-width: 560px) {
  html,
  body {
    max-width: 100%;
    overflow-x: clip;
  }

  .page-shell {
    padding: 12px max(12px, env(safe-area-inset-right)) max(16px, env(safe-area-inset-bottom)) max(12px, env(safe-area-inset-left)) !important;
  }

  .page-glow {
    position: absolute;
  }

  .panel {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 252, 255, 0.95));
    box-shadow: 0 14px 34px rgba(113, 149, 216, 0.12);
  }

  html.js [data-reveal] {
    --reveal-y: 14px;
    --reveal-scale: 0.99;
    filter: none;
    transition:
      opacity 0.34s cubic-bezier(0.22, 1, 0.36, 1) var(--reveal-delay),
      transform 0.46s cubic-bezier(0.16, 1, 0.3, 1) var(--reveal-delay);
  }

  html.js [data-reveal][data-reveal-variant="card"] {
    --reveal-y: 14px;
    --reveal-scale: 0.985;
  }

  html.js [data-reveal][data-reveal-variant="visual"] {
    --reveal-y: 0px;
    --reveal-scale: 1;
  }

  html.js [data-reveal][data-reveal-variant="panel"] {
    --reveal-y: 16px;
    --reveal-scale: 0.99;
  }

  html.js [data-reveal][data-reveal-variant="footer"] {
    --reveal-y: 10px;
    --reveal-scale: 0.99;
  }

  .hero-panel {
    padding: 16px 16px 14px !important;
    clip-path: inset(0 round 22px);
    background:
      radial-gradient(circle at 86% 10%, rgba(202, 229, 255, 0.5), transparent 34%),
      linear-gradient(180deg, #ffffff 0%, #f8fbff 50%, #edf6ff 100%);
  }

  .hero-panel > .flex > [aria-hidden="true"] {
    display: none;
  }

  .brand-lockup {
    gap: 10px !important;
  }

  .header-logo {
    width: 48px !important;
    height: 48px !important;
    border-radius: 14px !important;
  }

  .brand-title {
    font-size: 1.0625rem;
    line-height: 1.05;
  }

  .brand-subtitle {
    margin-top: 2px;
    font-size: 0.75rem;
    line-height: 1.25;
  }

  .hero-grid {
    gap: 8px;
    margin-top: 14px !important;
  }

  .hero-copy {
    padding-top: 22px !important;
  }

  .hero-mark {
    font-size: 2.625rem;
    line-height: 0.94;
  }

  .hero-title {
    margin-top: 7px !important;
    font-size: 2rem;
    line-height: 1.04;
  }

  .hero-desc {
    margin-top: 18px !important;
    max-width: 19rem;
    font-size: 0.96875rem;
    line-height: 1.5;
  }

  .hero-copy > [data-reveal]:nth-child(2) {
    width: 110px !important;
    margin-top: 18px !important;
  }

  .hero-list {
    margin-top: 17px !important;
    font-size: 0.9375rem;
    line-height: 1.4;
  }

  .hero-list > :not([hidden]) ~ :not([hidden]) {
    margin-top: 10px !important;
  }

  .hero-list li {
    gap: 12px !important;
  }

  .list-badge {
    width: 22px;
    height: 22px;
    flex-basis: 22px;
  }

  .list-badge svg {
    width: 16px;
    height: 16px;
  }

  .hero-list + div {
    margin-top: 24px !important;
  }

  .cta-button:not(.cta-button-wide) {
    height: 50px;
    border-radius: 17px;
    font-size: 0.96875rem;
  }

  .hero-note {
    margin-top: 10px !important;
    padding-left: 0 !important;
    font-size: 0.8125rem;
    text-align: center;
  }

  .hero-visual {
    min-height: clamp(410px, 118vw, 465px) !important;
    margin-top: 0;
  }

  .hero-art {
    top: 0 !important;
    right: 50% !important;
    width: auto !important;
    height: 100% !important;
    transform: translateX(50%);
    -webkit-mask-image:
      linear-gradient(90deg, transparent 0, #000 7%, #000 93%, transparent 100%),
      linear-gradient(180deg, transparent 0, #000 16px, #000 96%, transparent 100%);
    -webkit-mask-composite: source-in;
    mask-image:
      linear-gradient(90deg, transparent 0, #000 7%, #000 93%, transparent 100%),
      linear-gradient(180deg, transparent 0, #000 16px, #000 96%, transparent 100%);
    mask-composite: intersect;
  }

  .features-panel {
    margin-top: 14px !important;
    padding: 15px 12px 14px !important;
  }

  .section-kicker {
    font-size: 0.8125rem;
    letter-spacing: 0.075em;
  }

  .features-panel .section-kicker + div {
    width: 42px !important;
    height: 2px !important;
    margin-top: 8px !important;
  }

  .feature-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 10px !important;
    margin-top: 14px !important;
  }

  .feature-card {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    grid-template-rows: auto auto;
    align-items: center;
    min-height: 94px;
    padding: 13px 15px;
    column-gap: 13px;
    row-gap: 4px;
    border-radius: 18px;
    text-align: left;
  }

  .feature-badge {
    grid-row: 1 / 3;
    width: 44px;
    height: 44px;
  }

  .feature-badge svg {
    width: 22px;
    height: 22px;
  }

  .feature-title {
    align-self: end;
    margin: 0 !important;
    font-size: 0.96875rem;
    line-height: 1.3;
    text-align: left;
  }

  .feature-copy {
    align-self: start;
    margin: 0 !important;
    font-size: 0.8125rem;
    line-height: 1.42;
    text-align: left;
  }

  .feedback-grid {
    gap: 14px !important;
    margin-top: 14px !important;
  }

  html.js .feedback-grid > [data-reveal] {
    --reveal-x: 0px;
  }

  .feedback-grid > .panel:first-child {
    padding: 20px 18px 14px !important;
  }

  .feedback-title {
    font-size: 1.75rem;
    line-height: 1.12;
  }

  .feedback-copy {
    max-width: none !important;
    margin-top: 16px !important;
    font-size: 0.875rem;
    line-height: 1.55;
  }

  .feedback-figure {
    width: min(100%, 284px);
    height: 226px !important;
    margin: 12px auto 0 !important;
    border-radius: 20px !important;
  }

  .feedback-figure::before {
    filter: blur(12px);
  }

  .feedback-figure img {
    left: 50% !important;
    bottom: -2px !important;
    width: 218px !important;
    clip-path: inset(16px 0 0);
    transform: translateX(-50%);
  }

  .feedback-grid > .panel:last-child {
    padding: 20px 16px 18px !important;
  }

  .feedback-grid > .panel:last-child > div:first-child {
    align-items: flex-start;
    gap: 10px !important;
  }

  .feedback-heading-icon {
    flex-basis: 34px;
    width: 34px;
    height: 34px;
    border-radius: 11px;
  }

  .feedback-heading-icon svg {
    width: 21px;
    height: 21px;
  }

  .form-title {
    font-size: 1.125rem;
    line-height: 1.3;
  }

  .feedback-grid form {
    margin-top: 16px !important;
  }

  .feedback-grid form > :not([hidden]) ~ :not([hidden]) {
    margin-top: 10px !important;
  }

  .field-shell {
    min-height: 50px;
    gap: 10px;
    padding: 0 12px;
    border-radius: 13px;
  }

  .field-shell-area {
    min-height: 132px;
    padding-top: 14px;
  }

  .field-icon {
    width: 17px;
    height: 17px;
    flex-basis: 17px;
  }

  .field-input {
    padding: 12px 0;
    font-size: 16px;
    line-height: 1.4;
  }

  .field-textarea {
    min-height: 102px;
    padding-top: 0;
  }

  .cta-button-wide {
    height: 50px;
    border-radius: 16px;
    font-size: 1rem;
  }

  #aura-feedback-note {
    margin-top: 12px !important;
    font-size: 0.8125rem !important;
    line-height: 1.45;
  }

  footer {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    justify-content: stretch !important;
    gap: 12px 10px !important;
    width: 100%;
    padding: 16px 4px max(4px, env(safe-area-inset-bottom)) !important;
  }

  .footer-lockup {
    gap: 8px !important;
    min-width: 0;
  }

  .footer-logo {
    width: 38px !important;
    height: 38px !important;
    border-radius: 11px !important;
  }

  .footer-brand-title {
    font-size: 0.90625rem;
  }

  .footer-brand-subtitle {
    margin-top: 2px;
    font-size: 0.65625rem;
  }

  .footer-socials {
    grid-column: 2;
    grid-row: 1;
    gap: 8px !important;
  }

  .footer-circle {
    width: 44px;
    height: 44px;
  }

  .footer-copy {
    grid-column: 1 / -1;
    grid-row: 2;
    width: 100%;
    padding-top: 11px;
    border-top: 1px solid rgba(168, 190, 226, 0.32);
    font-size: 0.6875rem !important;
    line-height: 1.45;
    text-align: center;
  }
}

@media (max-width: 380px) {
  .hero-mark {
    font-size: 2.5rem;
  }

  .hero-title {
    font-size: 1.875rem;
  }

  .feedback-title {
    font-size: 1.625rem;
  }

  .form-title {
    font-size: 1.0625rem;
  }
}
