/* Skeleton Loader Global */
.skeleton-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(245, 247, 250, 0.95);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
}
.skeleton-loader {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 8px solid #e0e0e0;
  border-top: 8px solid #0891d4;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
:root{
  --bg:#ffffff;
  --muted:#888;
  --accent:#0a84c9;
  --card-shadow: 0 8px 10px rgba(0,0,0,0.18), 0 2px 0 rgba(0,0,0,0.03) inset;
  --stroke:#101010;
}
*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0; font-family:'Open Sans',system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial;
  background:var(--bg); color:#111; -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale;
}

/* Layout */
.wrap{
  min-height:100vh; display:flex; align-items:center; justify-content:center; padding:6vw 5vw;
  overflow-x: hidden;
}
.stage{
  width:1100px; max-width:100%; display:grid; grid-template-columns: 1fr 420px; gap:40px; align-items:start;
  position: relative;
}
.stage.single-col{ grid-template-columns:1fr; }

/* Left: artwork (rotated cards) */
.art{
  position:relative; height:450px; display:flex; align-items:center; justify-content:center;
  overflow: hidden;
}
.card{
  width:480px; height:300px; background:#fff; border:2px solid rgba(0,0,0,0.6); box-shadow: 6px 14px 18px rgba(0,0,0,0.18);
  display:flex; align-items:center; justify-content:center; padding:28px; position:absolute; transform-origin:center center;
}
.card.top{ transform: rotate(-10deg) translateY(-40px) translateX(-30px); z-index:3 }
.card.bottom{ transform: rotate(2deg) translateY(80px) translateX(60px); z-index:1; width:520px; height:260px }

/* inside logo card */
.brand{
  text-align:center; width:100%; height:100%; display:flex; flex-direction:column; align-items:center; justify-content:center;
}
.brand img{ max-width:60%; height:auto; display:block; margin:0 auto 12px; max-height: 120px; }
.brand .tag{ font-family:'Patrick Hand', 'Open Sans'; font-size:18px; color:#222; margin-top:8px; line-height: 1.3; }

/* Right: copy */
.copy{
  padding-top:12px; align-self:start; display:flex; flex-direction:column; gap:18px; justify-content:flex-start;
}
.site-footer{
  text-align:center;
  padding:20px;
  font-size:14px;
  color:var(--muted);
  border-top:1px solid #f0f0f0;
  margin:0 20px 40px;
}
.site-footer a{
  color:#0891d4;
  text-decoration:none;
  font-weight:600;
}
.site-footer a:hover{
  text-decoration:underline;
}

/* Cartão movido para a seção de texto */
.moved-card{
  position:relative !important; transform:none !important; width:100% !important; height:auto !important; 
  margin-top:20px; z-index:auto !important; min-height:180px;
}
h1{ font-family:'Merriweather', serif; font-size:56px; font-weight:300; margin:0; letter-spacing:0.5px; line-height: 1.1; }
p.lead{ margin:0; font-size:20px; color:var(--muted); line-height: 1.4; }
p.cta{ margin:0; font-family:'Patrick Hand'; font-size:18px; font-style:italic; line-height: 1.4; }

/* small red number top-right like original */
.page-num{ position:absolute; right:28px; top:18px; color:#b91c1c; font-weight:700; font-size:20px }

/* button area */
.action-card{ border:2px solid rgba(0,0,0,0.5); width:100%; height:220px; box-shadow: 8px 12px 14px rgba(0,0,0,0.14); display:flex; align-items:center; justify-content:center; background:#fff }
.action-inner{ text-align:center }
.pill{
  display:inline-block; padding:12px 36px; border-radius:26px; background:var(--accent); color:#fff; text-decoration:none; font-weight:600; box-shadow: 0 2px 0 rgba(0,0,0,0.12);
}
.action-caption{ font-family:'Patrick Hand'; margin-top:12px; color:#222 }

/* Page 2 specific styles */
.page-container {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 20px;
  min-height: 100vh;
}

.page2-header {
  margin-bottom: 40px;
}

.brand-line {
  display: flex;
  align-items: center;
  gap: 20px;
}

.brand-line .logo {
  height: 60px;
  width: auto;
}

.brand-line .slogan {
  font-family: 'Patrick Hand', cursive;
  font-size: 18px;
  color: #333;
  font-style: italic;
}

.page2-main {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.main-card {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  background: #fff;
  border: 2px solid rgba(0,0,0,0.6);
  box-shadow: 6px 14px 18px rgba(0,0,0,0.18);
  display: grid;
  grid-template-columns: 1fr 1px 1fr;
  gap: 0;
  min-height: 400px;
}

.quote-section {
  padding: 60px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-quote {
  font-size: 24px;
  font-weight: 600;
  color: #333;
  margin: 0;
  text-align: center;
  line-height: 1.4;
}

.contact-section {
  position: relative;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.contact-section::before {
  content: '';
  position: absolute;
  left: 0;
  top: 20%;
  bottom: 20%;
  width: 1px;
  background: rgba(0,0,0,0.3);
}

.contact-intro {
  margin-bottom: 30px;
}

.contact-intro p {
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  margin: 0;
  font-style: italic;
  /* width: 330px; */
}

.form-fields {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.field-row {
  display: flex;
  align-items: center;
  width: 300px;
}

.field-label {
  font-size: 16px;
  color: #333;
  font-style: italic;
}

.bottom-inspiration {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
}

.inspiration-title {
  font-size: 17px;
  font-weight: 600;
  color: #333;
  margin: 0 0 20px 0;
  line-height: 1.4;
}

.inspiration-text {
  font-size: 16px;
  color: #666;
  font-style: italic;
  margin: 0 0 25px 0;
  line-height: 1.5;
}

.elogie-btn {
  display: inline-block;
  padding: 12px 30px;
  background: #0a84c9;
  color: white;
  text-decoration: none;
  border-radius: 25px;
  font-weight: 600;
  font-size: 16px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  transition: all 0.3s ease;
}

.elogie-btn:hover {
  background: #0770a8;
  transform: translateY(-1px);
}

/* Page 5 specific styles */
.page5-header {
  margin-bottom: 40px;
  display: flex;
  justify-content: flex-start;
}

.brand-left {
  display: flex;
  align-items: center;
  gap: 15px;
}

.brand-left .logo {
  height: 50px;
  width: auto;
}

.brand-left .slogan {
  font-family: 'Patrick Hand', cursive;
  font-size: 16px;
  color: #333;
  font-style: italic;
}

.page5-main {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.questionnaire-card {
  width: 100%;
  max-width: 900px;
  background: #fff;
  border: 2px solid rgba(0,0,0,0.6);
  box-shadow: 6px 14px 18px rgba(0,0,0,0.18);
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.card-header {
  text-align: center;
}

.questions-note {
  font-size: 16px;
  color: #b91c1c;
  font-style: italic;
  margin: 0;
}

.questions-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 60px;
  padding: 20px 0;
}

.question-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.question-number {
  font-size: 16px;
  color: #333;
  margin: 0;
  font-weight: normal;
}

.question-text {
  font-size: 16px;
  color: #333;
  font-style: italic;
  margin: 0;
  line-height: 1.4;
}

.card-footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-top: 20px;
}

.gratitude-section {
  display: flex;
  align-items: center;
  gap: 15px;
}

.gratitude-text {
  font-size: 18px;
  color: #333;
  font-style: italic;
}

.continue-btn {
  display: inline-block;
  width: 80px;
  height: 35px;
  background: #0a84c9;
  border-radius: 18px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  transition: all 0.3s ease;
}

.continue-btn:hover {
  background: #0770a8;
  transform: translateY(-1px);
}


.page4-main {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  justify-content: center;
  min-height: 80vh;
}

.content-card {
  width: 100%;
  max-width: 800px;
  background: #fff;
  border: 2px solid rgba(0,0,0,0.6);
  box-shadow: 6px 14px 18px rgba(0,0,0,0.18);
  padding: 60px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 80px;
  min-height: 500px;
  justify-content: center;
}

.brand-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.brand-section .logo {
  height: 80px;
  width: auto;
}

.brand-section .slogan {
  font-family: 'Patrick Hand', cursive;
  font-size: 18px;
  color: #333;
  font-style: italic;
  margin: 0;
}

.message-section {
  display: flex;
  flex-direction: column;
  gap: 15px;
  text-align: left;
  align-items: flex-start;
}

.message-line1,
.message-line2 {
  font-size: 18px;
  color: #333;
  font-style: italic;
  margin: 0;
  line-height: 1.4;
}

.action-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.agree-btn {
  display: inline-block;
  padding: 12px 30px;
  background: #0a84c9;
  color: white;
  text-decoration: none;
  border-radius: 25px;
  font-weight: 600;
  font-size: 16px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  transition: all 0.3s ease;
}

.agree-btn:hover {
  background: #0770a8;
  transform: translateY(-1px);
}

.action-note {
  font-size: 14px;
  color: #b91c1c;
  font-style: italic;
  margin: 0;
}


.page3-header {
  margin-bottom: 40px;
  display: flex;
  justify-content: flex-end;
}

.brand-right {
  display: flex;
  align-items: center;
  gap: 15px;
  text-align: right;
}

.brand-right .logo {
  height: 50px;
  width: auto;
  order: 2;
}

.brand-right .slogan {
  font-family: 'Patrick Hand', cursive;
  font-size: 16px;
  color: #333;
  font-style: italic;
  order: 1;
}

.page3-main {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}

.form-card {
  width: 100%;
  max-width: 700px;
  background: #fff;
  border: 2px solid rgba(0,0,0,0.6);
  box-shadow: 6px 14px 18px rgba(0,0,0,0.18);
  padding: 50px 40px;
  min-height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
  text-align: center;
}

.form-instruction {
  text-align: left;
  padding-left: 60px;
}

.send-to {
  font-size: 18px;
  color: #333;
  margin: 0 0 8px 0;
  font-weight: normal;
}

.contact-info {
  font-size: 16px;
  color: #666;
  font-style: italic;
  margin: 0;
}

.form-space {
  text-align: center;
  padding: 60px 20px;
}

.placeholder-text {
  font-size: 16px;
  color: #b91c1c;
  font-style: italic;
  margin: 0;
  line-height: 1.5;
}

.bottom-note {
  text-align: center;
  padding-bottom: 20px;
}

.bottom-note p {
  font-size: 16px;
  color: #333;
  margin: 0;
  line-height: 1.5;
  font-style: italic;
}

.bottom-cta {
  text-align: center;
}

.submit-btn {
  display: inline-block;
  padding: 12px 30px;
  background: #0a84c9;
  color: white;
  text-decoration: none;
  border-radius: 25px;
  font-weight: 600;
  font-size: 16px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  transition: all 0.3s ease;
}

.submit-btn:hover {
  background: #0770a8;
  transform: translateY(-1px);
}

/* Inputs modernos para formulários */
.form-input {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid #e0e7ef;
  border-radius: 8px;
  font-size: 16px;
  font-family: inherit;
  background: #f8fafc;
  box-shadow: 0 2px 8px 0 rgba(8,145,212,0.06);
  transition: border-color 0.3s, box-shadow 0.3s, background 0.3s;
}
.form-input:focus {
  outline: none;
  border-color: #0891d4;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(8,145,212,0.13);
}

/* Enhanced responsive design */
@media (max-width: 1200px) {
  .wrap { padding: 4vw 3vw; }
  .stage { width: 100%; gap: 35px; }
  .card { width: 420px; height: 280px; }
  .card.bottom { width: 460px; height: 240px; }
  h1 { font-size: 48px; }
}

@media (max-width: 980px) {
  .stage { grid-template-columns: 1fr; gap: 28px; }
  .art { order: 2; height: 360px; }
  .copy { order: 1; }
  h1 { font-size: 40px; }
  .moved-card { width: 100% !important; margin-top: 15px; min-height: 160px; }
  .big-card { grid-template-columns: 1fr; }
  .card { width: 380px; height: 260px; }
  .card.bottom { width: 420px; height: 220px; }
}

@media (max-width: 768px) {
  .wrap { padding: 20px 15px; }
  .art { height: 300px; }
  .card { width: 320px; height: 220px; padding: 20px; }
  .card.bottom { width: 360px; height: 200px; }
  .card.top { transform: rotate(-8deg) translateY(-30px) translateX(-20px); }
  .card.bottom { transform: rotate(2deg) translateY(60px) translateX(40px); }
  h1 { font-size: 32px; line-height: 1.2; }
  .brand .tag { font-size: 16px; }
  .moved-card { min-height: 140px; }
  .action-card { height: 180px; }
  .pill { padding: 10px 28px; font-size: 15px; }
}

@media (max-width: 480px) {
  .wrap { padding: 15px 10px; }
  .stage { gap: 20px; }
  .art { height: 250px; }
  .card { width: 280px; height: 180px; padding: 15px; }
  .card.bottom { width: 300px; height: 160px; }
  .card.top { transform: rotate(-6deg) translateY(-20px) translateX(-15px); }
  .card.bottom { transform: rotate(2deg) translateY(40px) translateX(25px); }
  h1 { font-size: 28px; }
  .brand img { max-width: 70%; }
  .brand .tag { font-size: 14px; }
  p.cta { font-size: 16px; }
  .moved-card { min-height: 120px; margin-top: 10px; }
  .action-card { height: 150px; }
  .pill { padding: 8px 24px; font-size: 14px; }
  .action-caption { font-size: 14px; }
}

@media (max-width: 360px) {
  .wrap { padding: 10px 8px; }
  .art { height: 220px; }
  .card { width: 240px; height: 160px; padding: 12px; }
  .card.bottom { width: 260px; height: 140px; }
  .card.top { transform: rotate(-5deg) translateY(-15px) translateX(-10px); }
  .card.bottom { transform: rotate(2deg) translateY(30px) translateX(20px); }
  h1 { font-size: 24px; }
  .brand img { max-width: 75%; }
  .brand .tag { font-size: 12px; }
  p.cta { font-size: 15px; }
  .moved-card { min-height: 100px; }
  .action-card { height: 130px; }
  .pill { padding: 6px 20px; font-size: 13px; }
}
  
  /* Page 2 responsive adjustments */
  .page-container {
    padding: 20px 15px;
  }
  
  .main-card {
    grid-template-columns: 1fr;
    gap: 0;
  }
  
  .contact-section::before {
    display: none;
  }
  
  .quote-section {
    padding: 30px 20px;
  }
  
  .contact-section {
    padding: 30px 20px;
  }
  
  .brand-line {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
  
  .main-quote {
    font-size: 20px;
  }
  
  /* Page 3 responsive adjustments */
  .form-card {
    padding: 30px 20px;
    min-height: 350px;
  }
  
  .form-instruction {
    padding-left: 20px;
    text-align: center;
  }
  
  .form-space {
    padding: 40px 10px;
  }
  
  .brand-right {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
  
  .brand-right .logo,
  .brand-right .slogan {
    order: unset;
  }
  
  .placeholder-text {
    font-size: 14px;
  }
  
  .bottom-note p {
    font-size: 14px;
  }
  
  /* Page 4 responsive adjustments */
  .content-card {
    padding: 40px 20px;
    gap: 60px;
    min-height: 400px;
  }
  
  .brand-section .logo {
    height: 80px;
  }
  
  .brand-section .slogan {
    font-size: 16px;
  }
  
  .message-line1,
  .message-line2 {
    font-size: 16px;
    text-align: center;
  }
  
  .message-section {
    text-align: center;
    align-items: center;
  }
  
  /* Page 5 responsive adjustments */
  .questionnaire-card {
    padding: 30px 20px;
  }
  
  .questions-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .brand-left {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
  
  .card-footer {
    justify-content: center;
  }
  
  .question-text {
    font-size: 14px;
  }
}
