/* AVID Ecomm — D2C sales landing (/d2c-commerce)
   Premium conversion layout; mobile-first hierarchy. */

body.aws-d2c-page {
  padding-bottom: 0;
  overflow-x: clip;
}

body.aws-d2c-page.has-sticky-cta {
  padding-bottom: 68px;
}

body.aws-d2c-page main,
body.aws-d2c-page .aws-d2c-hero,
body.aws-d2c-page .aws-prod-section {
  overflow-x: clip;
  max-width: 100%;
}

/* Stronger side breathing room on this page */
body.aws-d2c-page .container-fluid {
  padding-inline: clamp(20px, 5vw, 100px);
  max-width: 100%;
  box-sizing: border-box;
}

body.aws-d2c-page .aws-d2c-hero__grid,
body.aws-d2c-page .aws-d2c-hero__copy,
body.aws-d2c-page .aws-d2c-hero__visual,
body.aws-d2c-page .aws-d2c-hero__frame,
body.aws-d2c-page .aws-d2c-split,
body.aws-d2c-page .aws-d2c-audit,
body.aws-d2c-page .aws-ecom-case {
  min-width: 0;
  max-width: 100%;
}

body.aws-d2c-page .aws-shot,
body.aws-d2c-page .aws-shot img {
  max-width: 100%;
  box-sizing: border-box;
}

body.aws-d2c-page .aws-d2c-hero {
  padding: clamp(36px, 6vw, 88px) 0 clamp(36px, 5vw, 64px);
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse 55% 45% at 85% 15%, rgba(59, 130, 246, 0.16), transparent 55%),
    radial-gradient(ellipse 40% 35% at 0% 80%, rgba(6, 182, 212, 0.07), transparent 50%),
    #060b18;
}

/* Stronger section rhythm on D2C page only (keep AVID dark system) */
body.aws-d2c-page .aws-prod-section {
  background: #060b18;
  border-block: 0;
}

body.aws-d2c-page .aws-prod-section--alt,
body.aws-d2c-page .aws-d2c-band {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 28%),
    #0e1628;
  border-block: 1px solid rgba(148, 163, 184, 0.1);
}

body.aws-d2c-page #store-audit.aws-prod-section {
  background:
    radial-gradient(ellipse 50% 40% at 50% 0%, rgba(59, 130, 246, 0.1), transparent 55%),
    #0a1222;
}

body.aws-d2c-page .aws-d2c-form {
  background: #121c30;
  border-color: rgba(148, 163, 184, 0.16);
}

.aws-d2c-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(32px, 4.5vw, 64px);
  align-items: center;
  position: relative;
  z-index: 1;
}

.aws-d2c-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--aws-cyan);
  margin-bottom: 16px;
}

.aws-d2c-hero__eyebrow::before {
  content: "";
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--aws-blue), var(--aws-cyan));
}

.aws-d2c-hero h1 {
  font-family: var(--aws-display);
  font-size: clamp(1.75rem, 3.4vw, 3rem);
  line-height: 1.14;
  color: var(--aws-white);
  margin: 0 0 16px;
  font-weight: 700;
  letter-spacing: -0.025em;
}

.aws-d2c-hero__line {
  display: block;
  font-size: 0.78em;
  font-weight: 600;
  color: #cbd5e1;
  letter-spacing: -0.01em;
}

.aws-d2c-hero h1 .aws-d2c-hero__sub {
  display: block;
  margin-top: 8px;
  color: var(--aws-white);
  font-weight: 700;
}

.aws-d2c-hero__lead {
  font-size: clamp(0.95rem, 1.2vw, 1.08rem);
  line-height: 1.65;
  color: #94a3b8;
  max-width: 34rem;
  margin: 0 0 10px;
}

.aws-d2c-hero__lead--short {
  display: none;
}

.aws-d2c-hero__audience {
  font-size: 0.88rem;
  color: #64748b;
  margin: 0 0 24px;
  max-width: 32rem;
}

.aws-d2c-hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 18px;
  align-items: center;
}

.aws-d2c-hero__primary {
  min-height: 48px;
  padding-inline: 22px;
  font-weight: 650;
  border-radius: 12px;
}

.aws-d2c-hero__secondary {
  font-size: 0.95rem;
  font-weight: 600;
  color: #e2e8f0;
  text-decoration: none;
  border-bottom: 1px solid rgba(226, 232, 240, 0.35);
  padding-bottom: 2px;
  transition: color 0.2s var(--aws-ease), border-color 0.2s var(--aws-ease);
}

.aws-d2c-hero__secondary:hover {
  color: var(--aws-cyan);
  border-color: var(--aws-cyan);
}

.aws-d2c-hero__note {
  margin: 14px 0 0;
  font-size: 0.8rem;
  color: #64748b;
}

.aws-d2c-hero__wa {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  font-size: 0.88rem;
  font-weight: 500;
  color: #94a3b8;
  text-decoration: none;
  transition: color 0.2s var(--aws-ease);
}

.aws-d2c-hero__wa i {
  color: #25d366;
  font-size: 1.05rem;
}

.aws-d2c-hero__wa:hover {
  color: #e2e8f0;
}

.aws-d2c-hero__visual {
  position: relative;
}

.aws-d2c-hero__frame {
  border-radius: 16px;
  overflow: hidden;
  max-width: 100%;
  box-sizing: border-box;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.08),
    0 28px 56px rgba(0, 0, 0, 0.45);
}

.aws-d2c-hero__frame .aws-shot {
  margin: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  max-width: 100%;
  overflow: hidden;
}

.aws-d2c-hero__frame .aws-shot__glow {
  display: none;
}

.aws-d2c-hero__phone {
  position: absolute;
  right: -2%;
  bottom: 8%;
  width: min(34%, 168px);
  border-radius: 20px;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.5);
  background: #000;
  z-index: 2;
}

.aws-d2c-hero__phone img {
  display: block;
  width: 100%;
  height: auto;
}

.aws-d2c-hero__visual-caption {
  margin: 12px 0 0;
  font-size: 0.78rem;
  color: #64748b;
  text-align: center;
}

/* —— Evolution path —— */
.aws-d2c-path {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 6px;
  justify-content: center;
  align-items: center;
  margin: 28px auto 36px;
  max-width: 920px;
}

.aws-d2c-path__step {
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--aws-text-bright);
  background: var(--aws-surface);
  border: 1px solid var(--aws-border);
  border-radius: 999px;
  padding: 8px 12px;
}

.aws-d2c-path__arrow {
  color: #475569;
  font-size: 0.75rem;
}

/* —— Pain cards —— */
.aws-d2c-pain-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.aws-d2c-pain {
  background: var(--aws-surface);
  border: 1px solid var(--aws-border);
  border-radius: 16px;
  padding: 22px 20px;
  transition: border-color 0.2s var(--aws-ease);
}

.aws-d2c-pain:hover {
  border-color: rgba(59, 130, 246, 0.35);
}

.aws-d2c-pain i {
  color: var(--aws-cyan);
  font-size: 1.05rem;
  margin-bottom: 12px;
  display: block;
}

.aws-d2c-pain h3 {
  font-family: var(--aws-display);
  font-size: 1.02rem;
  color: var(--aws-white);
  margin: 0 0 8px;
}

.aws-d2c-pain p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.55;
  color: #94a3b8;
}

/* —— Shopify compare —— */
.aws-d2c-approaches {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 28px;
}

.aws-d2c-approach {
  border-radius: 16px;
  padding: 24px 22px;
  border: 1px solid var(--aws-border);
  background: var(--aws-surface);
}

.aws-d2c-approach--avid {
  border-color: rgba(59, 130, 246, 0.4);
  background: linear-gradient(165deg, rgba(59, 130, 246, 0.14), var(--aws-surface) 60%);
}

.aws-d2c-approach h3 {
  font-family: var(--aws-display);
  font-size: 1.08rem;
  color: var(--aws-white);
  margin: 0 0 14px;
}

.aws-d2c-approach ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.aws-d2c-approach li {
  position: relative;
  padding: 9px 0 9px 16px;
  color: #94a3b8;
  font-size: 0.94rem;
  border-bottom: 1px solid var(--aws-border);
}

.aws-d2c-approach li:last-child {
  border-bottom: 0;
}

.aws-d2c-approach li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #475569;
  transform: translateY(-50%);
}

.aws-d2c-approach--avid li {
  color: #cbd5e1;
}

.aws-d2c-approach--avid li::before {
  background: var(--aws-cyan);
}

/* —— Diff grid —— */
.aws-d2c-diff-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.aws-d2c-diff {
  padding: 22px 20px;
  border-radius: 16px;
  background: var(--aws-surface);
  border: 1px solid var(--aws-border);
}

.aws-d2c-diff strong {
  display: block;
  font-family: var(--aws-display);
  font-size: 1.02rem;
  color: var(--aws-white);
  margin-bottom: 8px;
}

.aws-d2c-diff p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.55;
  color: #94a3b8;
}

/* —— Journey flow —— */
.aws-d2c-journey {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  align-items: center;
  margin: 28px 0 20px;
}

.aws-d2c-journey__step {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #e2e8f0;
  background: var(--aws-surface-2);
  border: 1px solid var(--aws-border-light);
  border-radius: 10px;
  padding: 10px 12px;
}

.aws-d2c-journey__arrow {
  color: #475569;
  font-size: 0.7rem;
}

.aws-d2c-callout {
  text-align: center;
  font-family: var(--aws-display);
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  color: var(--aws-white);
  margin: 8px auto 12px;
  max-width: 36rem;
}

.aws-d2c-glimpse {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 8px;
}

.aws-d2c-glimpse__card {
  background: var(--aws-surface);
  border: 1px solid var(--aws-border);
  border-radius: 18px;
  padding: 18px;
  min-width: 0;
}

.aws-d2c-glimpse__label {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--aws-cyan);
  margin-bottom: 12px;
}

.aws-d2c-glimpse__card h3 {
  font-family: var(--aws-display);
  color: var(--aws-white);
  font-size: 1.15rem;
  margin: 16px 0 8px;
}

.aws-d2c-glimpse__card > p {
  color: #94a3b8;
  font-size: 0.92rem;
  line-height: 1.55;
  margin: 0 0 12px;
}

.aws-d2c-admin-shot {
  position: relative;
  margin-bottom: 8px;
}

.aws-d2c-admin-shot .aws-shot {
  margin: 0;
  overflow: hidden;
}

.aws-d2c-admin-shot .aws-shot img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: top center;
  background: #f8fafc;
}

.aws-d2c-admin-shot__phone {
  display: none;
}

@media (min-width: 769px) {
  .aws-d2c-admin-shot__phone {
    display: block;
    position: absolute;
    right: -2%;
    bottom: 6%;
    width: min(32%, 150px);
    border-radius: 18px;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.45);
    background: #fff;
    z-index: 2;
  }

  .aws-d2c-admin-shot__phone img {
    display: block;
    width: 100%;
    height: auto;
  }
}

@media (max-width: 768px) {
  .aws-d2c-admin-shot .aws-shot img {
    aspect-ratio: auto;
    object-fit: contain;
    max-height: none;
  }
}

.aws-d2c-success__next {
  color: #cbd5e1 !important;
  margin: 0 0 14px !important;
  text-align: center;
}

.aws-d2c-calendar {
  margin: 0 auto 12px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--aws-border);
  background: #fff;
  width: 100%;
  max-width: 100%;
}

.aws-d2c-calendar__frame {
  width: 100%;
  min-height: 720px;
  height: 720px;
  border: 0;
  display: block;
  background: #fff;
}

.aws-d2c-calendar__google {
  padding: 36px 24px;
  text-align: center;
  background: linear-gradient(180deg, #0c1424 0%, #111d33 100%);
  color: #e2e8f0;
}

.aws-d2c-calendar__google-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 16px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(66, 133, 244, 0.15);
  color: #8ab4f8;
  font-size: 1.4rem;
}

.aws-d2c-calendar__google h4 {
  font-family: var(--aws-display);
  color: #fff;
  margin: 0 0 10px;
  font-size: 1.25rem;
}

.aws-d2c-calendar__google p {
  color: #94a3b8;
  margin: 0 auto 20px;
  max-width: 28rem;
  line-height: 1.55;
  font-size: 0.95rem;
}

.aws-d2c-calendar__hint {
  margin: 14px 0 0 !important;
  font-size: 0.78rem !important;
  color: #64748b !important;
}

@media (max-width: 1024px) {
  .aws-d2c-glimpse {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .aws-d2c-calendar__frame,
  .calendly-inline-widget {
    min-height: 640px !important;
    height: 640px !important;
  }

  .aws-d2c-success__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .aws-d2c-success__actions .aws-btn {
    width: 100%;
    justify-content: center;
  }
}

/* —— Split media —— */
.aws-d2c-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: center;
}

.aws-d2c-split--reverse {
  direction: rtl;
}

.aws-d2c-split--reverse > * {
  direction: ltr;
}

.aws-d2c-split .aws-prod-list {
  margin-top: 16px;
}

.aws-d2c-caption {
  margin-top: 10px;
  font-size: 0.78rem;
  color: #64748b;
}

/* —— Case —— */
.aws-d2c-case-note {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fbbf24;
  margin-bottom: 10px;
}

/* —— Audit form —— */
.aws-d2c-audit {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: start;
}

.aws-d2c-form {
  background: var(--aws-surface);
  border: 1px solid var(--aws-border);
  border-radius: 20px;
  padding: clamp(22px, 3vw, 32px);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.25);
}

.aws-d2c-form h3 {
  font-family: var(--aws-display);
  color: var(--aws-white);
  margin: 0 0 6px;
  font-size: 1.2rem;
}

.aws-d2c-form__sub {
  margin: 0 0 20px;
  font-size: 0.9rem;
  color: #94a3b8;
}

.aws-d2c-field {
  margin-bottom: 14px;
}

.aws-d2c-field label {
  display: block;
  font-size: 0.8rem;
  font-weight: 600;
  color: #e2e8f0;
  margin-bottom: 6px;
}

.aws-d2c-field label span {
  font-weight: 500;
  color: #64748b;
}

.aws-d2c-field input,
.aws-d2c-field select,
.aws-d2c-field textarea {
  width: 100%;
  background: rgba(6, 11, 24, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  color: var(--aws-white);
  padding: 13px 14px;
  font-family: var(--aws-font);
  font-size: 1rem;
  transition: border-color 0.2s var(--aws-ease), box-shadow 0.2s var(--aws-ease);
}

.aws-d2c-field input:focus,
.aws-d2c-field select:focus,
.aws-d2c-field textarea:focus {
  outline: none;
  border-color: rgba(59, 130, 246, 0.7);
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
}

.aws-d2c-field--error input,
.aws-d2c-field--error select,
.aws-d2c-field--error textarea {
  border-color: #f87171;
}

.aws-d2c-field__error {
  display: block;
  margin-top: 4px;
  font-size: 0.78rem;
  color: #fca5a5;
}

.aws-d2c-field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.aws-d2c-form .g-recaptcha {
  margin-bottom: 14px;
  transform-origin: left top;
}

.aws-d2c-form__note {
  margin: 12px 0 0;
  font-size: 0.78rem;
  color: #64748b;
}

.aws-d2c-alert {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 12px 14px;
  border-radius: 12px;
  margin-bottom: 16px;
  font-size: 0.92rem;
}

.aws-d2c-alert--error {
  background: rgba(248, 113, 113, 0.12);
  border: 1px solid rgba(248, 113, 113, 0.35);
  color: #fecaca;
}

.aws-d2c-alert--success {
  background: rgba(16, 185, 129, 0.12);
  border: 1px solid rgba(16, 185, 129, 0.35);
  color: #a7f3d0;
}

.aws-d2c-success {
  text-align: center;
  padding: 12px 4px 8px;
}

.aws-d2c-success h3 {
  font-family: var(--aws-display);
  color: var(--aws-white);
  font-size: 1.4rem;
  margin: 0 0 10px;
}

.aws-d2c-success > p {
  color: #94a3b8;
  margin: 0 0 14px;
  line-height: 1.6;
}

.aws-d2c-success__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 12px;
}

/* —— Trust —— */
.aws-d2c-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 24px;
  justify-content: center;
  color: #94a3b8;
  font-size: 0.92rem;
}

.aws-d2c-trust strong {
  color: var(--aws-white);
}

/* —— Sticky mobile CTA —— */
.aws-d2c-sticky {
  display: none;
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: calc(10px + env(safe-area-inset-bottom));
  z-index: 90;
  padding: 8px;
  background: rgba(12, 20, 36, 0.94);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  gap: 8px;
  align-items: center;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4);
}

.aws-d2c-sticky .aws-btn {
  flex: 1;
  justify-content: center;
  min-height: 44px;
  border-radius: 12px;
  font-size: 0.92rem;
}

.aws-d2c-sticky__wa {
  flex: 0 0 46px !important;
  width: 46px;
  padding-inline: 0;
  background: transparent !important;
  border: 1px solid rgba(37, 211, 102, 0.45) !important;
  color: #25d366 !important;
}

.aws-d2c-sticky__wa:hover {
  background: rgba(37, 211, 102, 0.12) !important;
}

/* Success / utility WhatsApp still uses filled style */
.aws-btn--whatsapp {
  background: #128c7e;
  color: #fff !important;
  border: none;
}

.aws-btn--whatsapp:hover {
  background: #0f7a6e;
  color: #fff !important;
}

/* Section heads on this page */
body.aws-d2c-page .aws-prod-section__lead {
  color: #94a3b8;
  max-width: 40rem;
  margin-inline: auto;
}

body.aws-d2c-page .aws-prod-section {
  padding-block: clamp(48px, 7vw, 88px);
}

/* —— Responsive —— */
@media (max-width: 1024px) {
  .aws-d2c-hero__grid,
  .aws-d2c-split,
  .aws-d2c-split--reverse,
  .aws-d2c-audit,
  .aws-d2c-approaches {
    grid-template-columns: 1fr;
    direction: ltr;
  }

  .aws-d2c-pain-grid,
  .aws-d2c-diff-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .aws-d2c-hero__phone {
    width: min(30%, 140px);
    right: 3%;
    bottom: 10%;
  }
}

@media (max-width: 768px) {
  body.aws-d2c-page.has-sticky-cta {
    padding-bottom: 78px;
  }

  body.aws-d2c-page .container-fluid {
    padding-inline: 20px;
  }

  .aws-d2c-sticky {
    display: flex;
  }

  .aws-d2c-hero {
    padding-top: 28px;
    padding-bottom: 28px;
    text-align: left;
  }

  .aws-d2c-hero__grid {
    gap: 28px;
  }

  .aws-d2c-hero h1 {
    font-size: 1.7rem;
    margin-bottom: 12px;
  }

  .aws-d2c-hero__line {
    font-size: 0.92em;
    margin-bottom: 2px;
  }

  .aws-d2c-hero__lead--full {
    display: none;
  }

  .aws-d2c-hero__lead--short {
    display: block;
    font-size: 0.98rem;
    line-height: 1.55;
    margin-bottom: 8px;
  }

  .aws-d2c-hero__audience {
    font-size: 0.84rem;
    margin-bottom: 20px;
  }

  .aws-d2c-hero__cta {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }

  .aws-d2c-hero__primary {
    width: 100%;
    justify-content: center;
    min-height: 50px;
  }

  .aws-d2c-hero__secondary {
    text-align: center;
    border-bottom: 0;
    color: #93c5fd;
    font-size: 0.92rem;
  }

  .aws-d2c-hero__note {
    text-align: center;
    margin-top: 10px;
  }

  .aws-d2c-hero__wa {
    justify-content: center;
    width: 100%;
    margin-top: 12px;
    font-size: 0.84rem;
  }

  .aws-d2c-hero__phone {
    display: none;
  }

  .aws-d2c-hero__visual-caption {
    text-align: left;
  }

  .aws-d2c-pain-grid,
  .aws-d2c-diff-grid,
  .aws-d2c-field-row {
    grid-template-columns: 1fr;
  }

  .aws-d2c-path {
    justify-content: flex-start;
    margin: 20px 0 28px;
  }

  .aws-d2c-path__arrow {
    display: none;
  }

  .aws-d2c-journey {
    justify-content: flex-start;
  }

  .aws-d2c-journey__arrow {
    display: none;
  }

  .aws-d2c-form {
    padding: 20px 16px;
    border-radius: 16px;
  }

  .aws-d2c-form .g-recaptcha {
    transform: scale(0.9);
  }

  body.aws-d2c-page .aws-prod-section__head h2 {
    font-size: 1.55rem;
  }
}

@media (max-width: 390px) {
  body.aws-d2c-page .container-fluid {
    padding-inline: 16px;
  }

  .aws-d2c-hero h1 {
    font-size: 1.55rem;
  }

  .aws-d2c-sticky {
    left: 8px;
    right: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .aws-d2c-page * {
    animation: none !important;
    transition: none !important;
  }
}
