:root {
  --sage: #A6B186;
  --olive: #79840B;
  --forest: #323A1A;
  --ink: #25291c;
  --cream: #f7f5ee;
  --paper: #fffef9;
  --line: rgba(50,58,26,.16);
  --shadow: 0 24px 70px rgba(50,58,26,.14);
  --radius: 28px;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--sans);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link {
  position: fixed; left: 1rem; top: -5rem; z-index: 1000;
  background: var(--forest); color: white; padding: .7rem 1rem; border-radius: 999px;
}
.skip-link:focus { top: 1rem; }

.container { width: min(1180px, calc(100% - 2.5rem)); margin-inline: auto; }
.section-pad { padding: clamp(5rem, 9vw, 9rem) 0; }

.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,254,249,.88); backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(50,58,26,.08);
}
.header-inner { height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: block; width: 112px; height: 72px; }
.brand img { width: 100%; height: 100%; object-fit: contain; }
.desktop-nav { display: flex; gap: 1.8rem; font-size: .93rem; }
.desktop-nav a { text-decoration: none; position: relative; }
.desktop-nav a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -5px; height: 1px; background: var(--olive); transition: right .2s; }
.desktop-nav a:hover::after { right: 0; }

.button {
  display: inline-flex; align-items: center; justify-content: center;
  border: 0; border-radius: 999px; text-decoration: none; cursor: pointer;
  background: var(--forest); color: #fff; min-height: 52px; padding: .8rem 1.45rem;
  font-weight: 700; letter-spacing: .01em; transition: transform .2s, box-shadow .2s, background .2s;
  box-shadow: 0 10px 24px rgba(50,58,26,.15);
}
.button:hover { transform: translateY(-2px); box-shadow: 0 16px 32px rgba(50,58,26,.22); background: #252d13; }
.button-small { min-height: 44px; padding: .65rem 1.15rem; font-size: .9rem; }
.button-light { background: var(--paper); color: var(--forest); }
.button-light:hover { background: #fff; }

.hero { position: relative; overflow: hidden; padding-top: clamp(4rem, 7vw, 7rem); }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: clamp(3rem, 7vw, 7rem); }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { text-transform: uppercase; letter-spacing: .14em; font-size: .76rem; font-weight: 800; color: var(--olive); margin: 0 0 1.2rem; }
.eyebrow.light { color: #dce3c4; }
h1, h2, h3 { font-family: var(--serif); line-height: 1.02; font-weight: 500; margin: 0; }
h1 { font-size: clamp(3.3rem, 7.2vw, 7rem); letter-spacing: -.045em; color: var(--forest); }
h2 { font-size: clamp(2.35rem, 4.5vw, 4.6rem); letter-spacing: -.035em; color: var(--forest); }
h3 { font-size: 1.65rem; }
.hero-subtitle { font-family: var(--serif); font-style: italic; color: var(--olive); font-size: clamp(1.35rem, 2.3vw, 2rem); margin: 1.2rem 0 1.8rem; }
.hero-intro { font-size: 1.08rem; max-width: 650px; margin: 0 0 1.7rem; }
.feature-pills { display: flex; flex-wrap: wrap; gap: .7rem; margin: 1.45rem 0 2.1rem; }
.feature-pills span { border: 1px solid rgba(121,132,11,.18); border-radius: 999px; padding: .68rem 1rem; font-size: .88rem; font-weight: 800; line-height: 1.2; background: var(--olive); color: #fff; box-shadow: 0 9px 20px rgba(121,132,11,.18); }
.hero-actions { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; }
.microcopy { color: #687052; font-size: .9rem; }
.hero-visual { position: relative; }
.photo-frame { border-radius: 48% 48% 20px 20px / 28% 28% 20px 20px; overflow: hidden; box-shadow: var(--shadow); aspect-ratio: .78; background: var(--sage); }
.photo-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 58%; }
.floating-note { position: absolute; left: -2.2rem; bottom: 2.2rem; background: var(--paper); border-radius: 18px; box-shadow: var(--shadow); padding: 1rem 1.2rem; display: grid; }
.floating-note strong { color: var(--forest); }
.floating-note span { font-size: .85rem; color: #6f755e; }
.hero-blob { position: absolute; border-radius: 50%; filter: blur(2px); opacity: .45; pointer-events: none; }
.hero-blob-one { width: 380px; height: 380px; background: rgba(166,177,134,.28); right: -130px; top: 70px; }
.hero-blob-two { width: 220px; height: 220px; border: 1px solid rgba(121,132,11,.25); left: -100px; bottom: 10%; }

.promise-strip { background: var(--forest); color: white; }
.promise-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }
.promise-grid > div { padding: 2.25rem 2.3rem; display: grid; gap: .35rem; border-right: 1px solid rgba(255,255,255,.14); }
.promise-grid > div:last-child { border-right: 0; }
.promise-grid strong { font-family: var(--serif); font-size: 1.45rem; font-weight: 500; }
.promise-grid span { color: #dfe5ce; font-size: .9rem; }

.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 8vw, 8rem); }
.align-center { align-items: center; }
.text-block p { font-size: 1.05rem; color: #555b49; }
.text-block h2 { margin-bottom: 1.7rem; }
.note { border-left: 3px solid var(--olive); padding: .8rem 0 .8rem 1rem; font-size: .93rem !important; }
.editorial-photo { margin: 0; position: relative; }
.editorial-photo img { width: 100%; aspect-ratio: .78; object-fit: cover; object-position: 50% 52%; border-radius: var(--radius); box-shadow: var(--shadow); }
.editorial-photo figcaption { margin-top: .9rem; font-family: var(--serif); font-style: italic; color: #6a705b; }

.adaptations { background: var(--cream); }
.section-heading { max-width: 760px; }
.section-heading.centered { text-align: center; margin: 0 auto 3.8rem; }
.section-heading p { color: #5f6652; }
.section-heading h2 + p { font-size: 1.06rem; }
.cards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.info-card { background: var(--paper); border: 1px solid var(--line); border-radius: 22px; padding: 2rem; min-height: 265px; display: flex; flex-direction: column; }
.card-number { color: var(--olive); font-size: .78rem; letter-spacing: .12em; margin-bottom: auto; }
.info-card h3 { color: var(--forest); margin: 2rem 0 .9rem; }
.info-card p { margin: 0; color: #606650; font-size: .94rem; }

.contents-section { overflow: hidden; }
.contents-grid { align-items: center; }
.ebook-mockup { position: relative; min-height: 650px; display: grid; place-items: center; }
.book-shadow { position: absolute; width: 56%; height: 70%; border-radius: 10px; background: var(--forest); transform: translate(48px, 14px) rotate(5deg); box-shadow: 0 40px 70px rgba(50,58,26,.26); }
.book-cover { position: relative; width: min(390px, 76%); aspect-ratio: .73; border-radius: 8px; overflow: hidden; background: #f6f3e8; padding: 1.5rem; display: flex; flex-direction: column; box-shadow: 0 22px 60px rgba(50,58,26,.22); transform: rotate(-2deg); }
.cover-logo { width: 92px; height: 78px; object-fit: contain; object-position: center; align-self: center; filter: brightness(.42) saturate(.8); }
.cover-copy { text-align: center; margin-top: .2rem; z-index: 2; }
.cover-copy > span { text-transform: uppercase; letter-spacing: .12em; font-size: .65rem; color: var(--olive); }
.cover-copy h3 { color: var(--forest); font-size: clamp(2rem, 4vw, 3.25rem); margin: .6rem 0; }
.cover-copy p { margin: 0; font-family: var(--serif); font-style: italic; color: #687052; }
.cover-photo { width: 100%; height: 42%; object-fit: cover; margin-top: 1.2rem; border-radius: 50% 50% 8px 8px / 32% 32% 8px 8px; }
.book-cover small { text-align: center; margin-top: auto; color: #687052; }
.check-list { list-style: none; padding: 0; margin: 2rem 0; display: grid; grid-template-columns: 1fr 1fr; gap: .8rem 1.3rem; }
.check-list li { position: relative; padding-left: 1.55rem; color: #555b49; }
.check-list li::before { content: '✓'; position: absolute; left: 0; color: var(--olive); font-weight: 900; }
.text-link { display: inline-flex; gap: .5rem; align-items: center; color: var(--forest); font-weight: 800; text-decoration: none; border-bottom: 1px solid var(--sage); padding-bottom: .25rem; }

.gallery-section { background: var(--forest); color: white; }
.gallery-section h2 { color: white; }
.gallery-section .eyebrow { color: #cbd5aa; }
.split-heading { display: grid; grid-template-columns: 1.2fr .8fr; max-width: none; gap: 3rem; align-items: end; margin-bottom: 3.5rem; }
.split-heading > p { color: #dce2cc; margin: 0; }
.gallery-container { margin-top: 3.5rem; }
.gallery-grid { display: grid; }
.gallery-grid-full {
  width: 100%;
  grid-template-columns: 1.08fr 1fr 1fr 1.08fr;
  grid-template-rows: repeat(2, clamp(260px, 24vw, 340px));
  gap: clamp(12px, 1.4vw, 20px);
}
.gallery-item { margin: 0; overflow: hidden; position: relative; min-height: 0; border-radius: 18px; }
.gallery-apple { grid-column: 1; grid-row: 1 / span 2; }
.gallery-blueberry { grid-column: 2; grid-row: 1; }
.gallery-cupcakes { grid-column: 3; grid-row: 1; }
.gallery-white { grid-column: 2; grid-row: 2; }
.gallery-floral { grid-column: 3; grid-row: 2; }
.gallery-raspberry { grid-column: 4; grid-row: 1 / span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.gallery-item figcaption { position: absolute; left: 1rem; bottom: 1rem; z-index: 2; margin: 0; padding: .5rem .8rem; border-radius: 999px; background: rgba(255,254,249,.88); color: var(--forest); font-size: .78rem; font-weight: 800; backdrop-filter: blur(8px); }
.gallery-item::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(23,29,11,.2), transparent 35%); pointer-events: none; }
.gallery-item:hover img { transform: scale(1.035); }

.testimonials-section { background: #f1f2e8; }
.testimonial-grid { display: grid; grid-template-columns: .9fr 1.2fr .9fr; gap: 1rem; align-items: stretch; }
.testimonial { margin: 0; background: var(--paper); border-radius: 22px; padding: 2rem; display: flex; flex-direction: column; justify-content: space-between; min-height: 245px; border: 1px solid var(--line); }
.testimonial.featured { background: var(--sage); border: 0; transform: translateY(-16px); }
.testimonial p { font-family: var(--serif); font-size: 1.48rem; line-height: 1.25; color: var(--forest); margin: 0 0 1.8rem; }
.testimonial footer { font-size: .82rem; text-transform: uppercase; letter-spacing: .08em; color: #687052; }

.about-section { background: var(--paper); }
.about-photo { margin: 0; }
.about-photo img { width: 100%; aspect-ratio: .76; object-fit: cover; object-position: 50% 45%; border-radius: 28px; box-shadow: var(--shadow); }
.about-photo figcaption { margin-top: .9rem; font-family: var(--serif); font-style: italic; color: #6a705b; }

.instagram-link {
  display: inline-grid;
  grid-template-columns: 42px 1fr auto;
  align-items: center;
  gap: .85rem;
  margin-top: 1.15rem;
  padding: .85rem 1rem;
  border: 1px solid rgba(121,132,11,.28);
  border-radius: 18px;
  background: rgba(166,177,134,.18);
  color: var(--forest);
  text-decoration: none;
  min-width: min(100%, 355px);
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.instagram-link:hover {
  transform: translateY(-2px);
  background: rgba(121,132,11,.14);
  box-shadow: 0 12px 28px rgba(50,58,26,.12);
}
.instagram-link svg {
  width: 42px;
  height: 42px;
  padding: 9px;
  border-radius: 13px;
  background: var(--olive);
  color: white;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}
.instagram-copy { display: grid; line-height: 1.25; }
.instagram-copy strong { font-size: .95rem; }
.instagram-copy small { color: #687052; margin-top: .12rem; }
.instagram-arrow { font-size: 1.25rem; color: var(--olive); }

.purchase-section { padding-top: 2rem; }
.purchase-card { background: var(--forest); color: white; border-radius: 34px; padding: clamp(2rem, 5vw, 4.5rem); display: grid; grid-template-columns: 1.35fr .65fr; gap: 3rem; align-items: center; overflow: hidden; position: relative; }
.purchase-card::after { content: ''; position: absolute; width: 360px; height: 360px; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; right: -150px; top: -160px; }
.purchase-copy h2 { color: white; }
.purchase-subtitle { font-family: var(--serif); font-style: italic; color: #d9e0c1; font-size: 1.45rem; }
.purchase-tags { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1.5rem; }
.purchase-tags span { border: 1px solid rgba(255,255,255,.18); border-radius: 999px; padding: .45rem .7rem; font-size: .78rem; color: #eef2e1; }
.purchase-action { position: relative; z-index: 2; display: grid; justify-items: start; gap: .75rem; }
.purchase-action .button { min-width: 220px; }
.price-note { margin: .25rem 0 0; color: #d9e0c8; font-size: .92rem; }
.price-note strong { color: #fff; font-weight: 700; }
.purchase-action small { color: #bfc8a7; }

.faq-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 7rem; align-items: start; }
.accordion { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { list-style: none; cursor: pointer; padding: 1.4rem 2.5rem 1.4rem 0; font-family: var(--serif); font-size: 1.35rem; color: var(--forest); position: relative; }
summary::-webkit-details-marker { display: none; }
summary::after { content: '+'; position: absolute; right: 0; top: 1.25rem; font-family: var(--sans); font-size: 1.4rem; color: var(--olive); }
details[open] summary::after { content: '−'; }
details p { margin: 0 0 1.4rem; color: #5d6450; max-width: 760px; }

.final-cta { background: var(--olive); color: white; padding: 4rem 0; }
.final-cta-inner { display: grid; grid-template-columns: 140px 1fr auto; gap: 2.5rem; align-items: center; }
.final-logo { width: 130px; height: 120px; object-fit: contain; }
.final-cta h2 { color: white; font-size: clamp(2rem, 4vw, 3.8rem); }
.final-cta p { margin: 0 0 .5rem; color: #eef2df; }

.site-footer { background: #222914; color: #e9eedb; padding: 4.5rem 0 1.4rem; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 3rem; }
.footer-logo { width: 150px; height: 120px; object-fit: contain; margin-bottom: .8rem; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: .55rem; }
.footer-grid strong { color: white; margin-bottom: .4rem; }
.footer-grid a { text-decoration: none; color: #e9eedb; }
.footer-grid span { color: #aeb79a; font-size: .9rem; }
.footer-bottom { margin-top: 3.5rem; padding-top: 1.3rem; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; gap: 1rem; color: #aeb79a; font-size: .85rem; }

.mobile-buy { display: none; }
.checkout-dialog { width: min(560px, calc(100% - 2rem)); border: 0; border-radius: 24px; padding: 2.2rem; color: var(--ink); box-shadow: var(--shadow); }
.checkout-dialog::backdrop { background: rgba(19,23,10,.65); backdrop-filter: blur(4px); }
.checkout-dialog h2 { font-size: 2.6rem; margin-bottom: 1rem; }
.checkout-dialog p:not(.eyebrow) { color: #5b6250; }
.dialog-close { position: absolute; top: .8rem; right: 1rem; border: 0; background: transparent; font-size: 2rem; color: var(--forest); cursor: pointer; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .header-inner > .button { display: none; }
  .hero-grid, .two-col, .faq-layout, .purchase-card { grid-template-columns: 1fr; }
  .hero-copy { order: 1; }
  .hero-visual { order: 2; max-width: 680px; }
  .floating-note { left: 1rem; }
  .promise-grid { grid-template-columns: 1fr; }
  .promise-grid > div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .promise-grid > div:last-child { border-bottom: 0; }
  .cards-grid { grid-template-columns: repeat(2, 1fr); }
  .contents-grid { gap: 2rem; }
  .ebook-mockup { min-height: 560px; }
  .split-heading { grid-template-columns: 1fr; gap: 1rem; }
  .gallery-grid-full { grid-template-columns: 1fr 1fr; grid-template-rows: repeat(3, 340px); gap: 14px; }
  .gallery-apple, .gallery-blueberry, .gallery-cupcakes, .gallery-white, .gallery-floral, .gallery-raspberry { grid-column: auto; grid-row: auto; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .testimonial.featured { transform: none; }
  .about-photo { max-width: 680px; }
  .faq-layout { gap: 3rem; }
  .final-cta-inner { grid-template-columns: 90px 1fr; }
  .final-cta-inner .button { grid-column: 2; justify-self: start; }
  .final-logo { width: 90px; height: 90px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .mobile-buy { position: fixed; z-index: 60; left: .8rem; right: .8rem; bottom: .8rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .7rem .8rem .7rem 1rem; border-radius: 18px; background: rgba(255,254,249,.96); box-shadow: 0 14px 40px rgba(50,58,26,.25); border: 1px solid var(--line); backdrop-filter: blur(14px); }
  .mobile-buy div { display: grid; line-height: 1.15; }
  .mobile-buy small { color: #737965; }
  .mobile-buy span { color: var(--forest); font-size: .85rem; }
  body { padding-bottom: 86px; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 1.4rem, 1180px); }
  .site-header .container { width: min(100% - 1.2rem, 1180px); }
  .header-inner { height: 74px; }
  .brand { width: 100px; height: 60px; }
  .section-pad { padding: 4.7rem 0; }
  h1 { font-size: clamp(3.15rem, 15vw, 4.8rem); }
  h2 { font-size: clamp(2.3rem, 11vw, 3.4rem); }
  .hero { padding-top: 3rem; }
  .hero-grid { gap: 2.8rem; }
  .hero-intro { font-size: 1rem; }
  .feature-pills { gap: .48rem; }
  .feature-pills span { font-size: .79rem; padding: .58rem .75rem; }
  .photo-frame { border-radius: 44% 44% 18px 18px / 24% 24% 18px 18px; }
  .floating-note { bottom: 1rem; right: .8rem; left: auto; }
  .promise-grid > div { padding: 1.7rem 1rem; }
  .cards-grid { grid-template-columns: 1fr; }
  .info-card { min-height: 230px; }
  .check-list { grid-template-columns: 1fr; }
  .ebook-mockup { min-height: 470px; }
  .book-cover { width: 78%; padding: 1rem; }
  .book-shadow { width: 60%; }
  .cover-logo { width: 70px; height: 56px; }
  .cover-copy h3 { font-size: 2.15rem; }
  .gallery-grid-full { grid-template-columns: 1fr; grid-template-rows: none; grid-auto-rows: 390px; gap: 12px; }
  .gallery-item figcaption { left: .75rem; bottom: .75rem; }
  .testimonial { min-height: 210px; }
  .about-photo img { aspect-ratio: .82; object-position: 50% 42%; }
  .purchase-card { border-radius: 24px; padding: 2rem 1.2rem; gap: 2rem; }
  .purchase-action { justify-items: stretch; }
  .purchase-action .button { width: 100%; }
  .final-cta-inner { grid-template-columns: 1fr; text-align: center; justify-items: center; }
  .final-cta-inner .button { grid-column: 1; justify-self: center; }
  .final-logo { width: 110px; height: 100px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Cabeçalho: versão transparente do logótipo, sem caixa branca */
.site-header .brand img {
  display: block;
  width: auto;
  height: 68px;
  object-fit: contain;
  background: transparent;
}
@media (max-width: 760px) {
  .site-header .brand img { height: 54px; }
}

/* Página de confirmação */
.thank-you-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 10% 10%, rgba(166,177,134,.32), transparent 34%),
    radial-gradient(circle at 92% 86%, rgba(121,132,11,.18), transparent 32%),
    #f7f6ef;
  padding: 2rem 1rem;
}
.thank-you-main {
  min-height: calc(100vh - 4rem);
  display: grid;
  place-items: center;
}
.thank-you-card {
  width: min(900px, 100%);
  background: rgba(255,254,249,.96);
  border: 1px solid rgba(50,58,26,.12);
  border-radius: 34px;
  padding: clamp(2rem, 6vw, 5rem);
  box-shadow: 0 24px 70px rgba(50,58,26,.16);
  text-align: center;
}
.thank-you-logo {
  display: inline-flex;
  width: 150px;
  height: 118px;
  margin-bottom: 1rem;
}
.thank-you-logo img { width: 100%; height: 100%; object-fit: contain; }
.thank-you-card h1 {
  max-width: 760px;
  margin: 0 auto 1.3rem;
  font-size: clamp(2.65rem, 7vw, 5.2rem);
  line-height: .98;
}
.thank-you-lead {
  max-width: 690px;
  margin: 0 auto 2.4rem;
  color: #5d6450;
  font-size: 1.08rem;
}
.thank-you-info {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  text-align: left;
  margin: 0 0 2.4rem;
}
.thank-you-info article {
  background: #f0f2e6;
  border-radius: 20px;
  padding: 1.35rem;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: .85rem;
}
.thank-you-info article > span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #79840b;
  color: white;
  font-size: .72rem;
  font-weight: 700;
}
.thank-you-info strong { color: #323a1a; }
.thank-you-info p { margin: .35rem 0 0; color: #626a53; font-size: .92rem; }
.thank-you-info a { color: #596408; }
.thank-you-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.thank-you-instagram {
  color: #323a1a;
  font-weight: 700;
  text-underline-offset: 4px;
}
.thank-you-note {
  margin: 2rem 0 0;
  color: #7a806e;
  font-size: .82rem;
}
@media (max-width: 760px) {
  .thank-you-page { padding: .75rem; }
  .thank-you-main { min-height: calc(100vh - 1.5rem); }
  .thank-you-card { border-radius: 24px; padding: 2.2rem 1.1rem; }
  .thank-you-info { grid-template-columns: 1fr; }
  .thank-you-actions { flex-direction: column; }
  .thank-you-actions .button { width: 100%; }
}
