/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

img {
  max-width: 100%;
  height: auto;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/**
 * Root
 */

:root {
  --color-white: #ffffff;
  --color-grey: #767676;
  --color-black: #222222;
  --color-bg: #4A4A4A;
  --color-btn: #333333;
}

/**
 * Fonts
 */

@font-face {
  font-family: 'BlsW-Rg';
  src: url('../fonts/blsw-rg.woff2') format('woff2'),
       url('../fonts/blsw-rg.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/**
 * Global
 */

html {
  background-color: var(--color-white);
}

/* --- Fixed vertical centring without scrollbar --- */
html, body {
  height: 100%;
  overflow: hidden; /* Prevent page-level scrollbar */
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-family: 'BlsW-Rg';
  color: var(--color-black);
}

.site-header { flex: 0 0 auto; }
.footer { flex: 0 0 auto; }

/* .site-form holds all steps */
.site-form {
  flex: 1 1 auto;        /* fill space between header & footer */
  display: flex;
  align-items: center;   /* vertical centre */
  justify-content: center; /* horizontal centre */
  min-height: 0; /* Allow shrinking */
  position: relative;
  overflow: hidden; /* Prevent form-level scrollbar */
  padding: 20px 0; /* Add vertical spacing for better centering */
}

a {
  text-decoration: none;
}

.site-container, .site-contaier {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: visible; /* Allow step content to be visible */
}

.wrapper {
  padding: 0 24px;
  margin: 0 auto;
  max-width: 1200px;
  flex: 1;
}

@media (min-width: 992px) {
  .wrapper {
    padding: 0 48px;
  }
}

.txt,
.txt p,
.txt li {
  color: var(--color-grey);
}

.txt h1 {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 400;
  color: var(--color-black);
  margin: 0 0 16px;
}

.txt p,
.txt li {
  font-size: 18px;
  line-height: 1.7;
}

.txt ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.txt ul li {
  position: relative;
  padding-left: 13px;
}

.txt ul li::before {
  content: '-';
  position: absolute;
  left: 0;
}

.txt a {
  color: currentColor;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 0.08em;
}

.txt a:hover {
  text-decoration: none;
}

.row {
  display: grid;
  align-items: center;
  column-gap: 30px;
}

@media (min-width: 768px) {
  .row--2-column {
    grid-template-columns: repeat(2, 1fr);
  }

}
/* Mobile optimizations for scrollbar fix */
@media (max-width: 768px) {
  .form-group input::placeholder {
    font-size: 15px;
  }
  
  /* Mobile centered layout */
  .step {
    align-items: center;
    padding: 0;
  }
  
  #start .wrapper {
    max-height: calc(100vh - 80px); /* Smaller header/footer on mobile */
    padding: 10px 24px;
  }
  
  /* Ensure #start centering on mobile */
  #start {
    align-items: center !important;
    justify-content: center !important;
  }
  
  .site-form {
    align-items: center; /* Center content on mobile too */
    padding: 15px 0; /* Maintain spacing on mobile */
  }
}

/* For very short screens, maintain centering but allow overflow */
@media (max-height: 600px) {
  .step {
    align-items: center;
    justify-content: flex-start;
    padding-top: 10px;
  }
  
  .site-form {
    align-items: center;
    padding: 10px 0; /* Minimal spacing on very short screens */
  }
  
  #start .wrapper {
    max-height: calc(100vh - 60px);
    justify-content: center;
    padding-top: 10px;
  }
  
  /* Ensure #start centering on short screens */
  #start {
    align-items: center !important;
    justify-content: center !important;
  }
}
/**
 * Site header
 */

.site-header {
  background-color: var(--color-white);
  padding: 0;
  box-shadow: 0px 5px 40px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 10; /* Ensure header stays above content */
  flex-shrink: 0; /* Prevent header from shrinking */
}

.site-header .wrapper {
  display: flex;
  align-items: center;
  padding: 12px 24px; /* Reduced padding */
}

@media (max-width: 991px) {
  .site-header {
    min-height: 50px; /* Reduced height */
  }

  .site-header .wrapper {
    padding: 8px 24px; /* Tighter mobile spacing */
  }

  .site-header__logo img {
    max-width: 120px; /* Smaller logo on mobile */
    height: auto;
  }
}

@media (min-width: 992px) {
  .site-header {
    margin-bottom: 24px; /* Restore spacing from content */
  }
  
  .site-header .wrapper {
    padding: 16px 48px; /* Reduced desktop padding */
  }
  
  /* Ensure #start is always centered on desktop */
  #start {
    align-items: center !important;
    padding-top: 0 !important;
  }
  
  /* Improved vertical centering on desktop */
  .step {
    align-items: center !important;
    padding-top: 0; /* Remove excessive top padding */
  }
  
  .site-form {
    align-items: center;
    justify-content: center;
    padding: 30px 0; /* More generous spacing on desktop */
  }
  
  .site-contaier {
    padding: 24px 0 32px 0; /* Restore balanced container padding */
  }
}

/**
 * Form elements
 */

.step {
  background-color: var(--color-white);
  transform: translate3d(0, 100%, 0);
  transition: transform .4s, opacity .4s;
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-y: auto; /* Allow individual step scrolling if content is too tall */
  overflow-x: hidden; /* Prevent horizontal scrollbar */
}

.step--active {
  transform: translate3d(0, 0, 0);
  position: relative;
  opacity: 1;
  z-index: 10;
}

/* Ensure #start always maintains proper centering */
#start {
  align-items: center !important;
  justify-content: center !important;
}

.step--prev {
  transform: translate3d(0, -100%, 0);
  opacity: 0;
}

.step__number {
  font-size: 16px;
  line-height: 1;
  position: absolute;
  top: 6px;
  left: 0;
}

.step__number-arrows {
  padding: 100px 0 0; /* Restore balanced padding */
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/* Reasonable reduction on desktop */
@media (min-width: 992px) {
  .step__number-arrows {
    padding: 80px 0 0; /* Balanced arrows padding on desktop */
  }
}

.step__number-arrows span {
  font-size: 24px;
  line-height: 1;
  margin-right: 9px;
}

.step__arrows {
  display: flex;
  align-items: center;
}

.step__arrows a {
  background-color: var(--color-btn);
  color: var(--color-white);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-left: 11px;
  transition: background-color .2s;
}

.step__arrows a:hover {
  background-color: var(--color-black);
}

.start {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Optimize start section with proper spacing */
#start .wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 16px 24px;
  max-height: calc(100vh - 120px); /* Account for header and footer */
  overflow: visible;
}

#start .row {
  flex: 1;
  min-height: 0;
}

#start .txt h1 {
  margin: 0 0 16px; /* Restore heading spacing */
}

#start .txt {
  padding-right: 20px; /* Reduced padding */
}

#start .txt p {
  margin: 0 0 12px; /* Restore paragraph spacing */
}

#start .txt ul {
  margin: 16px 0; /* Restore list spacing */
}

.btn-box {
  display: flex;
  align-items: center;
}

.btn {
  font-size: 24px;
  line-height: 29px;
  color: var(--color-black);
  display: inline-flex;
  align-items: center;
  background: var(--color-white);
  box-shadow: 0px 5px 40px rgba(0, 0, 0, 0.1);
  padding: 5px 23px;
  transition: background-color .2s, color .2s;
}

.btn svg {
  margin-left: 8px;
}

.btn:hover {
  background-color: var(--color-black);
  color: var(--color-white);
}

.btn-box span {
  font-size: 16px;
  line-height: 1.2;
  color: var(--color-black);
  margin-left: 11px;
}

.form-wrapper {
  max-width: 510px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 0; /* Allow flexible sizing */
}

.form-group {
  margin: 0 0 16px; /* Restore proper margin */
  padding: 0 75px 0 35px;
  position: relative;
}

/* Balanced form spacing on desktop */
@media (min-width: 992px) {
  .form-group {
    margin: 0 0 12px; /* Balanced margin on desktop */
  }
  
  .form-group__label {
    margin-bottom: 8px; /* Restore label spacing */
  }
  
  .form-group input,
  .form-group textarea {
    margin: 0 0 16px; /* Restore input spacing */
    height: 68px; /* Restore comfortable input height */
  }
  
  .form-group textarea {
    height: 60px; /* Restore textarea height */
  }
}

.form-group__label {
  font-size: 24px;
  line-height: 1.2;
  display: block;
  margin-right: -75px;
}

.form-group input,
.form-group textarea {
  font-size: 30px;
  width: 100%;
  height: 74px;
  border: 0;
  border-bottom: 1px solid var(--color-black);
  outline: none;
  margin: 0 0 20px;
  padding: 0;
  display: block;
}

.form-group textarea {
  resize: none;
  padding-top: 10px;
  height: 65px;
}

.form-group input::placeholder {
  opacity: 0.5;
}

.form-error {
  font-size: 16px;
  line-height: 1;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transition: opacity .2s, visibility .2s;
  margin: 0 0 20px;
}

.form-error svg {
  margin-left: 10px;
}

@keyframes error {
  0% {
    transform: translate3d(0, 0, 0);
  }

  25% {
    transform: translate3d(-10px, 0, 0);
  }

  50% {
    transform: translate3d(0, 0, 0);
  }

  75% {
    transform: translate3d(10px, 0, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

.error-animation {
  animation: error .2s;
}

.has-error .form-error {
  display: flex;
  align-items: center;
  opacity: 1;
  visibility: visible;
  position: relative;
}

.fake-placeholder {
  position: relative;
}

.fake-placeholder span {
  font-size: 30px;
  line-height: 36px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  padding: 10px 0 0;
  cursor: pointer;
}

.form-note {
  font-size: 16px;
  line-height: 1.2;
  display: block;
  margin: 0 0 34px;
}

.form-group ul {
  list-style: none;
  margin: 0 0 30px;
  padding: 40px 0 0;
  display: inline-block;
}

.form-group ul.full-list {
  display: block;
  margin-right: -75px;
}

.form-group ul li {
  margin: 0 0 8px;
}

.radio label {
  color: var(--color-grey);
  display: flex;
  align-items: center;
  position: relative;
  box-shadow: 0px 5px 40px rgba(0, 0, 0, 0.1);
  padding: 8px 40px 8px 16px;
  cursor: pointer;
}

.radio svg {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  opacity: 0;
  transition: opacity .2s;
}

.radio input {
  display: none;
}

.radio__title {
  font-size: 20px;
  line-height: 24px;
  margin-left: 16px;
}

.radio__letter {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--color-grey);
  transition: color .2s, background-color .2s;
}

.radio input:checked + label .radio__letter {
  background-color: var(--color-grey);
  color: var(--color-white);
}

.radio input:checked + label svg {
  opacity: 1;
}

.form-group__msg {
  font-size: 20px;
  line-height: 24px;
  margin-right: -75px;
  padding: 16px 0 30px;
}

/* --- Checkbox styling for Step 7 (match radio button pills) ----------- */
#step-7 .radio {
  margin-bottom: 6px; /* Reduced spacing between items */
}

#step-7 .radio label {
  background-color: var(--color-white);
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 10px 16px;
  margin: 0;
  transition: all 0.2s ease;
  position: relative;
  min-height: 48px; /* Consistent height for pills */
}

#step-7 .radio label:hover {
  border-color: var(--color-grey);
  box-shadow: 0px 8px 50px rgba(0, 0, 0, 0.15);
}

#step-7 .radio input[type="checkbox"]:checked + label {
  background-color: var(--color-grey);
  border-color: var(--color-grey);
  color: var(--color-white);
}

#step-7 .radio input[type="checkbox"]:checked + label .radio__letter {
  background-color: var(--color-white);
  color: var(--color-grey);
  border-color: var(--color-white);
}

#step-7 .radio input[type="checkbox"]:checked + label .radio__title {
  color: var(--color-white);
}

/* Add checkmark for selected checkboxes */
#step-7 .radio label::after {
  content: '✓';
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  font-weight: bold;
  opacity: 0;
  transition: opacity 0.2s ease;
  color: var(--color-white);
}

#step-7 .radio input[type="checkbox"]:checked + label::after {
  opacity: 1;
}

/* Mobile responsiveness for Step 7 checkboxes */
@media (max-width: 768px) {
  #step-7 .radio label {
    padding: 8px 12px;
    min-height: 44px;
  }
  
  #step-7 .radio__title {
    font-size: 18px;
    line-height: 22px;
  }
  
  #step-7 .radio__letter {
    width: 20px;
    height: 20px;
    font-size: 14px;
  }
  
  #step-7 .radio label::after {
    font-size: 16px;
    right: 12px;
  }
}

.thx {
  font-size: 30px;
  line-height: 36px;
  text-align: center;
}

/**
 * Footer with partner logos
 */

.footer {
  width: 100%;
  background-color: #fff;
  padding: 16px 0; /* Restore proper footer padding */
  border-top: 1px solid #eee;
  box-shadow: 0px -5px 40px rgba(0, 0, 0, 0.1); /* Match header shadow (inverted) */
  flex-shrink: 0; /* Prevent footer from shrinking */
  position: relative;
  z-index: 2; /* Match header z-index */
}

.footer .wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start; /* Left-align like header */
  gap: 40px; /* Improved spacing between logos */
}

.footer .wrapper img {
  height: 24px; /* Reduced size for more subtle, polished look */
  width: auto;
  display: block; /* Ensure consistent baseline alignment */
  opacity: 0.8;
  transition: opacity 0.3s ease, transform 0.3s ease;
  filter: grayscale(20%);
}

.footer .wrapper img:hover {
  opacity: 1;
  transform: translateY(-1px); /* Reduced hover movement */
  filter: grayscale(0%);
}

/* Responsive footer */
@media (max-width: 768px) {
  .footer {
    padding: 12px 0; /* Restore mobile breathing room */
  }
  
  .footer .wrapper {
    gap: 24px; /* Balanced gap on mobile */
  }
  
  .footer .wrapper img {
    height: 20px; /* Subtle mobile logo size */
  }
}

@media (min-width: 992px) {
  .footer {
    padding: 16px 0; /* Maintain desktop padding */
  }
  
  .footer .wrapper {
    gap: 40px; /* Comfortable space on desktop */
  }
  
  .footer .wrapper img {
    height: 28px; /* Refined desktop logo size */
  }
}

/* Prevent lingering blue outlines when clicking the logo */
.step:focus:not(:focus-visible) {
  outline: none;
  box-shadow: none;
}

.site-form:focus:not(:focus-visible),
.wrapper:focus:not(:focus-visible) {
  outline: none;
  box-shadow: none;
}

/* Fix lingering blue outline on button link after logo navigation */
a.btn:focus:not(:focus-visible) {
  outline: none;
  box-shadow: none;
}

/* Ensure perfect header and content alignment */
.site-header .wrapper,
.step .wrapper {
  padding-left: 24px;
  padding-right: 24px;
}

@media (min-width: 992px) {
  .site-header .wrapper,
  .step .wrapper {
    padding-left: 48px;
    padding-right: 48px;
  }
}

/* Accessibility: Remove lingering blue outlines for mouse clicks */
a.btn:focus:not(:focus-visible),
button:focus:not(:focus-visible),
.site-header__logo:focus:not(:focus-visible),
.site-form:focus:not(:focus-visible),
.wrapper:focus:not(:focus-visible),
.step:focus:not(:focus-visible),
a:focus:not(:focus-visible) {
  outline: none !important;
  box-shadow: none !important;
}

/* Fix horizontal alignment: Logo must align with content title */
.site-header .wrapper {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.step .wrapper,
.wrapper {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

@media (min-width: 992px) {
  .site-header .wrapper {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }
  
  .step .wrapper,
  .wrapper {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }
}


/* Only remove focus outlines for mouse interactions, preserve for keyboard */
.btn.go-to-next:focus:not(:focus-visible) {
  outline: none;
  box-shadow: none;
}

/* Fix: Remove outline from section#start when focused via mouse (not keyboard) */
section#start.step:focus:not(:focus-visible) {
  outline: none;
  box-shadow: none;
}

/* Backup class for suppressing outlines when needed */
.suppress-outline {
  outline: none !important;
  box-shadow: none !important;
}

/* v2025.07.02-body-focus-suppress-fix */
body:focus:not(:focus-visible) {
  outline: none !important;
  box-shadow: none !important;
}

/* v2025.07.02-force-body-blur */
body.suppress-outline {
  outline: none !important;
  box-shadow: none !important;
}

/* v2025.07.02-wrapper-focus-fix */
.wrapper:focus:not(:focus-visible) {
  outline: none !important;
  box-shadow: none !important;
}

/* v2025.07.02-final-section-focus-fix */
section#start:focus:not(:focus-visible),
section.step--active:focus:not(:focus-visible),
section.step:focus:not(:focus-visible) {
  outline: none !important;
  box-shadow: none !important;
}

/* v2025.07.02-final-outline-suppression */
section:focus:not(:focus-visible),
section.step--active:focus:not(:focus-visible),
section.step:focus:not(:focus-visible),
#start:focus:not(:focus-visible),
.step:focus:not(:focus-visible),
.wrapper:focus:not(:focus-visible),
.site-form:focus:not(:focus-visible),
*:focus:not(:focus-visible) {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}

/* Enhanced suppression for any element receiving programmatic focus */
[style*="outline: none"] {
  outline: none !important;
  box-shadow: none !important;
}

/* Aggressive suppression for specific logo click scenarios */
section#start:focus,
section.step--active:focus,
.step:focus {
  outline: 0 !important;
  box-shadow: none !important;
}

/* Browser-specific outline suppression */
section::-moz-focus-inner,
.step::-moz-focus-inner {
  border: 0;
  outline: none;
}

/* Webkit/Chrome specific */
section:focus-visible {
  outline: 2px solid #4A90E2; /* Only show for keyboard */
}

section:not(:focus-visible):focus {
  outline: none !important;
  box-shadow: none !important;
}

/* Suppress outlines on elements marked by JavaScript as mouse-focused */
[data-mouse-focused="true"] {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}

/* v2025.07.02-bugfix-focus-outline-and-horizontal-alignment-enhanced */

/* Review suggestions box styling for Step 5B */
.review-suggestions {
  background: #f8f9fa;
  border: 1px solid #e8eaed;
  border-radius: 6px;
  padding: 16px 20px;
  margin: 20px 0 24px 0;
  font-size: 16px;
  color: #5f6368;
  line-height: 1.5;
}

.review-suggestions strong {
  color: var(--color-black);
  display: block;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 500;
}

.review-suggestions ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.review-suggestions li {
  margin-bottom: 8px;
  padding-left: 12px;
  position: relative;
}

.review-suggestions li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: var(--color-grey);
}

/* Shopify button styling for Step 5C - Match form button styling */
.shopify-btn {
  background: var(--color-white) !important;
  color: var(--color-black) !important;
  box-shadow: 0px 5px 40px rgba(0, 0, 0, 0.1) !important;
  border: none !important;
  font-weight: 400;
  font-size: 18px !important;
  line-height: 22px !important;
  padding: 6px 18px !important;
  transition: background-color .2s, color .2s !important;
}

.shopify-btn:hover {
  background-color: var(--color-black) !important;
  color: var(--color-white) !important;
}

/* Secondary button styling for Step 5C */
.secondary-btn {
  background-color: #f8f9fa !important;
  color: var(--color-grey) !important;
  border: 1px solid #e8eaed !important;
  font-size: 18px !important;
  font-weight: 400;
  padding: 6px 18px !important;
}

.secondary-btn:hover {
  background-color: #f1f3f4 !important;
  color: var(--color-black) !important;
  border-color: #dadce0 !important;
}

/* Helper text styling */
.btn-box span[style*="color: #999"] {
  color: #9aa0a6 !important;
  font-size: 13px !important;
  font-weight: 400;
}

/* Step 5C layout improvements */
#step-5c .form-group__msg {
  margin-bottom: 16px;
  line-height: 1.6;
}

#step-5c .form-note {
  background: var(--color-white);
  border: 1px solid #e8eaed;
  border-radius: 4px;
  padding: 12px 16px;
  font-size: 16px;
  color: var(--color-grey);
  margin: 16px 0 24px 0 !important;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
}

/* Button spacing improvements */
#step-5c .btn-box + .btn-box {
  margin-top: 12px;
}

/* Character counter styling */
#char-counter {
  font-size: 14px;
  margin: 8px 0 16px 0;
  display: block;
  transition: color 0.3s ease;
}

/* Optional field styling */
.optional {
  font-weight: 400;
  color: var(--color-grey);
  font-size: 18px;
}

/* Success feedback for copy action */
.copy-success {
  background-color: #27ae60 !important;
  color: white !important;
}

/* Step 4 star rating alignment */
.radio__stars {
  margin-left: auto;
  display: inline-block;
  filter: grayscale(100%);
  opacity: 0.6;
  color: var(--color-grey);
}

.radio__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

/* Step 5b: Match button font sizes */
#copy-review-btn {
  font-size: 18px !important;
  font-weight: 400;
}

/* trigger deploy */