body[data-page="simple-quote"] {
  overflow-x: hidden;
  background: #f3f1ea;
  color: #202126;
}

body[data-page="simple-quote"] [hidden] { display: none !important; }
.simple-quote-page { min-height: 100dvh; }
.simple-quote-main { min-height: calc(100dvh - 80px); }

body[data-page="simple-quote"] .container {
  width: min(1180px, calc(100% - 28px)) !important;
  max-width: 100% !important;
  margin-inline: auto !important;
}

body[data-page="simple-quote"] .site-header .navbar,
body[data-page="simple-quote"] .site-header .mobile-menu {
  width: min(1010px, 100%) !important;
  max-width: 100% !important;
  margin-inline: auto !important;
}

.simple-quote-hero {
  padding: 132px 0 64px;
  background:
    radial-gradient(circle at 82% 3%, rgba(63, 201, 142, .16), transparent 29%),
    linear-gradient(180deg, #f7f7f2 0, #f1eee6 100%);
}

.simple-quote-layout {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  align-items: center;
  gap: 72px;
}

.simple-quote-copy {
  position: relative;
  z-index: 1;
  max-width: 570px;
}

.simple-quote-copy h1 {
  margin: 14px 0 20px !important;
  font-family: "Baloo 2", sans-serif;
  font-size: clamp(2.6rem, 7vw, 5.55rem) !important;
  line-height: .9 !important;
  letter-spacing: 0 !important;
  color: #202126 !important;
  overflow-wrap: anywhere;
  max-width: 12ch;
}

.simple-quote-copy > p {
  max-width: 540px;
  margin: 0;
  color: #62676f;
  font-size: 1.16rem;
  font-weight: 750;
  line-height: 1.55;
}

.simple-trust-list {
  display: grid;
  gap: 10px;
  margin-top: 30px;
}

.simple-trust-list div {
  display: flex;
  align-items: center;
  gap: 11px;
  min-width: 0;
  font-weight: 900;
}

.simple-trust-list span {
  display: grid;
  place-items: center;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #202126;
  color: #fff;
  font-size: .8rem;
}

.simple-trust-list strong { font-size: .98rem; }

.simple-quote-card {
  position: relative;
  min-width: 0;
  padding: 38px;
  border: 1px solid rgba(32, 33, 38, .11);
  border-radius: 24px;
  background: rgba(255, 255, 252, .97);
  box-shadow: 0 26px 70px rgba(35, 38, 36, .12);
  overflow: hidden;
}

.simple-card-head { margin-bottom: 22px; }

.simple-card-head h2,
.simple-processing h2 {
  margin: 7px 0 6px !important;
  font-family: "Baloo 2", sans-serif;
  font-size: 2.75rem !important;
  line-height: .96 !important;
  letter-spacing: 0 !important;
  color: #202126 !important;
}

.simple-card-head p,
.simple-processing p {
  margin: 0;
  color: #6a7078;
  font-weight: 750;
  line-height: 1.45;
}

.simple-upload-wrap { margin-bottom: 18px; }

.simple-reference-note {
  margin: -7px 2px 17px;
  color: #747981;
  font-size: .75rem;
  font-weight: 750;
  line-height: 1.45;
}

.simple-upload {
  width: 100%;
  min-height: 116px;
  display: flex;
  align-items: center;
  gap: 16px;
  border: 1.5px dashed #69d59d;
  border-radius: 16px;
  background: #effff5;
  padding: 20px;
  text-align: left;
  color: #202126;
  cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9), 0 12px 26px rgba(32, 201, 106, .08);
  transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.simple-upload:hover,
.simple-upload.is-dragging {
  background: #e5faed;
  border-color: #18bd60;
  box-shadow: inset 0 1px 0 #fff, 0 14px 30px rgba(32, 201, 106, .16);
  transform: translateY(-1px);
}

.simple-upload-plus {
  display: grid;
  place-items: center;
  flex: 0 0 50px;
  width: 50px;
  height: 50px;
  border-radius: 13px;
  background: #1fd06a;
  color: #072a17;
  font-size: 1.75rem;
  font-weight: 900;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, .34), 0 9px 18px rgba(18, 183, 88, .25);
}

.simple-upload-copy {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.simple-upload-copy strong {
  font-size: 1.05rem;
  font-weight: 950;
}

.simple-upload-copy small {
  color: #65706a;
  font-size: .86rem;
  font-weight: 750;
  line-height: 1.4;
}

.simple-preview {
  width: 100%;
  border: 1px solid #d7ddd8;
  border-radius: 18px;
  background: #f7f8f6;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(32, 36, 33, .08);
}

.simple-preview-media {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 230px;
  aspect-ratio: 16 / 10;
  background: #ecefeb;
  overflow: hidden;
}

.simple-preview img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.simple-preview img:not([src]),
.simple-preview img[src=""] { visibility: hidden; }

.simple-preview-ready {
  position: absolute;
  left: 12px;
  bottom: 12px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(20, 29, 24, .84);
  color: #fff;
  font-size: .74rem;
  font-weight: 900;
  backdrop-filter: blur(10px);
}

.simple-preview-info {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-width: 0;
  padding: 14px 16px;
}

.simple-preview-info strong {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.simple-preview-info button {
  flex: 0 0 auto;
  min-height: 38px;
  border: 1px solid rgba(25, 124, 71, .18);
  border-radius: 999px;
  background: #e9f9ef;
  padding: 7px 13px;
  color: #137641;
  font: inherit;
  font-size: .82rem;
  font-weight: 900;
  cursor: pointer;
}

.simple-idea-field {
  display: grid;
  gap: 7px;
}

.simple-idea-field > span {
  font-size: .9rem;
  font-weight: 950;
}

.simple-idea-field textarea {
  width: 100%;
  min-height: 126px;
  resize: vertical;
  border: 1px solid #d7d8d4;
  border-radius: 14px;
  background: #fff;
  padding: 14px;
  color: #202126;
  font: inherit;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  outline: none;
}

.simple-idea-field textarea:focus {
  border-color: #20c96a;
  box-shadow: 0 0 0 4px rgba(32, 201, 106, .13);
}

.simple-idea-field small {
  color: #747981;
  font-size: .78rem;
  font-weight: 750;
}

.simple-form-status {
  min-height: 22px;
  margin: 12px 0 5px;
  color: #b03631;
  font-size: .84rem;
  font-weight: 850;
}

.simple-whatsapp-button {
  position: relative;
  isolation: isolate;
  width: 100%;
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid rgba(6, 104, 48, .26);
  border-radius: 16px;
  background: #21d56e;
  color: #082b18;
  padding: 8px 20px;
  font: inherit;
  font-size: 1rem;
  font-weight: 950;
  line-height: 1.2;
  cursor: pointer;
  overflow: visible;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, .38), inset 0 -2px 0 rgba(0, 87, 40, .1), 0 14px 30px rgba(25, 192, 94, .28);
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}

.simple-whatsapp-button:hover {
  background: #2ae078;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, .44), 0 17px 34px rgba(25, 192, 94, .34);
  transform: translateY(-2px);
}

.simple-whatsapp-button:disabled {
  cursor: wait;
  opacity: .68;
  transform: none;
}

.simple-whatsapp-button img {
  position: relative !important;
  z-index: 1 !important;
  display: block !important;
  flex: 0 0 38px !important;
  width: 38px !important;
  height: 38px !important;
  margin: 0 !important;
  padding: 6px !important;
  border-radius: 11px !important;
  background: rgba(255, 255, 255, .9) !important;
  object-fit: contain !important;
  transform: none !important;
  filter: none !important;
  box-shadow: 0 5px 12px rgba(6, 91, 43, .15) !important;
}

.simple-whatsapp-button span {
  position: relative;
  z-index: 1;
  display: block;
  min-width: 0;
  overflow-wrap: anywhere;
}

.simple-human-note {
  margin: 14px 0 0;
  color: #71767e;
  font-size: .77rem;
  font-weight: 750;
  text-align: center;
  line-height: 1.45;
}

.simple-processing {
  position: relative;
  display: flex;
  min-height: 430px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 34px 10px;
  text-align: center;
}

.simple-processing-mark {
  position: relative;
  display: grid;
  place-items: center;
  width: 84px;
  height: 84px;
  margin-bottom: 21px;
  border-radius: 24px;
  border: 1px solid rgba(32, 33, 38, .09);
  background: #fff;
  box-shadow: 0 12px 28px rgba(32, 36, 33, .1);
}

.simple-processing-mark::before {
  content: "";
  position: absolute;
  inset: -4px;
  border: 4px solid rgba(32, 201, 106, .18);
  border-top-color: #22c96d;
  border-right-color: #58c2ef;
  border-radius: 27px;
  animation: simpleMark 2.1s linear infinite;
}

.simple-processing-mark span {
  position: relative;
  z-index: 1;
  font-weight: 950;
}

.simple-processing p { max-width: 410px; }

.simple-processing-line {
  width: min(360px, 85%);
  height: 8px;
  margin-top: 25px;
  border-radius: 999px;
  background: #e7e9e5;
  overflow: hidden;
}

.simple-processing-line span {
  display: block;
  width: 38%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #20c96a, #4eb8ec);
  animation: simpleLoad 1.25s ease-in-out infinite;
}

.simple-bottom-note {
  padding: 24px 0;
  background: #202126;
  color: #fff;
}

.simple-bottom-note .container {
  display: flex;
  align-items: center;
  gap: 12px;
}

.simple-bottom-note span {
  color: #c8cbd0;
  font-weight: 700;
}

.simple-bottom-note a {
  flex: 0 0 auto;
  margin-left: auto;
  color: #fff;
  font-weight: 900;
}

.simple-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

body[data-page="simple-quote"] .footer {
  position: relative !important;
  inset: auto !important;
  z-index: 1 !important;
  margin: 0 !important;
  padding: 30px 0 max(30px, env(safe-area-inset-bottom)) !important;
  background: #efebe3 !important;
}

body[data-page="simple-quote"] .footer-shell {
  position: relative !important;
  inset: auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 22px !important;
  min-height: 0 !important;
  padding: 24px 26px !important;
  border-radius: 24px !important;
}

body[data-page="simple-quote"] .footer-links-minimal {
  position: static !important;
  inset: auto !important;
  align-self: auto !important;
  margin: 0 0 0 auto !important;
}

body[data-page="simple-quote"] .footer-links-minimal a {
  position: static !important;
  width: auto !important;
  min-height: 44px !important;
  padding: 10px 16px !important;
  white-space: normal !important;
  text-align: center !important;
}

@keyframes simpleMark { to { transform: rotate(360deg); } }
@keyframes simpleLoad {
  0% { transform: translateX(-110%); }
  100% { transform: translateX(270%); }
}

@media (max-width: 980px) {
  .simple-quote-layout { grid-template-columns: 1fr; gap: 32px; }
  .simple-quote-copy { max-width: 680px; }
  .simple-quote-copy h1 { max-width: 100%; font-size: clamp(2.6rem, 8vw, 4.2rem) !important; }
  .simple-trust-list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .simple-trust-list div { align-items: flex-start; }
  .simple-trust-list strong { font-size: .88rem; }
  .simple-quote-card { width: 100%; max-width: 720px; margin: auto; }
}

@media (max-width: 620px) {
  body[data-page="simple-quote"] .site-header .navbar {
    overflow: visible !important;
  }

  body[data-page="simple-quote"] .site-header .brand {
    max-width: calc(100% - 60px) !important;
  }

  body[data-page="simple-quote"] .site-header .menu-btn {
    flex: 0 0 40px !important;
    width: 40px !important;
    height: 40px !important;
  }

  .simple-quote-hero { padding: 112px 0 38px; }
  .simple-quote-layout { gap: 28px; }

  .simple-quote-copy h1 {
    max-width: 100%;
    margin-top: 10px !important;
    font-size: clamp(2.25rem, 10vw, 3.1rem) !important;
    line-height: .94 !important;
  }

  .simple-quote-hero { padding-left: 0; padding-right: 0; }
  .simple-idea-field textarea { font-size: 16px !important; min-height: 140px; }

  .simple-quote-copy > p { font-size: .98rem; line-height: 1.5; }
  .simple-trust-list { grid-template-columns: 1fr; gap: 9px; margin-top: 22px; }
  .simple-trust-list div { align-items: center; }
  .simple-trust-list strong { font-size: .9rem; }
  .simple-quote-card { padding: 20px 16px; border-radius: 18px; }
  .simple-card-head h2,
  .simple-processing h2 { font-size: 2.15rem !important; }
  .simple-upload { min-height: 104px; padding: 16px; }
  .simple-preview-media { min-height: 190px; aspect-ratio: 4 / 3; }

  .simple-preview-info {
    align-items: flex-start;
    flex-direction: column;
    gap: 9px;
    padding: 13px 14px;
  }

  .simple-preview-info strong { width: 100%; }
  .simple-processing { min-height: 360px; padding: 22px 8px; }
  .simple-whatsapp-button { min-height: 64px; padding-inline: 14px; }

  .simple-bottom-note .container {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }

  .simple-bottom-note a { margin: 8px 0 0; }

  body[data-page="simple-quote"] .footer {
    padding: 22px 0 max(22px, env(safe-area-inset-bottom)) !important;
  }

  body[data-page="simple-quote"] .footer-shell {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 18px !important;
    padding: 20px !important;
    border-radius: 22px !important;
  }

  body[data-page="simple-quote"] .footer-links-minimal {
    width: 100% !important;
    margin: 0 !important;
  }

  body[data-page="simple-quote"] .footer-links-minimal a {
    display: flex !important;
    width: 100% !important;
    justify-content: center !important;
  }
}

@media (max-width: 380px) {
  .simple-quote-copy h1 { font-size: clamp(2.05rem, 11vw, 2.6rem) !important; }
  .simple-upload { gap: 12px; }
  .simple-upload-plus { flex-basis: 46px; width: 46px; height: 46px; }
  .simple-whatsapp-button { font-size: .92rem; }
  .simple-trust-list { grid-template-columns: 1fr; }
}

@media (hover: none) {
  .simple-upload:hover,
  .simple-whatsapp-button:hover { transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  .simple-processing-mark::before,
  .simple-processing-line span { animation: none; }
}
