/*
Theme Name: Gift Assinaturas
Theme URI: https://example.com/gift
Author: Gift
Description: Tema mobile-first para apresentar e vender as assinaturas Gift Mensal e Gift Anual.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: GPL-2.0-or-later
Text Domain: gift-assinaturas
*/

:root {
  --gift-bg: #f7eddf;
  --gift-ink: #28243b;
  --gift-coral: #ed806c;
  --gift-yellow: #ffe59a;
  --gift-card: #fffaf4;
  --gift-muted: #685d65;
  --gift-border: #d8c9bb;
  --gift-soft: #f4e7d7;
  --gift-serif: "Fraunces", Georgia, serif;
  --gift-sans: "DM Sans", Arial, sans-serif;
  --gift-mono: "DM Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  background: var(--gift-bg);
  color: var(--gift-ink);
  font-family: var(--gift-sans);
  font-size: 16px;
  line-height: 1.5;
}
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
img { max-width: 100%; height: auto; }
.gift-container { width: min(1152px, calc(100% - 40px)); margin: 0 auto; }
.gift-display { font-family: var(--gift-serif); letter-spacing: -.045em; }
.gift-mono {
  font-family: var(--gift-mono);
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.gift-shell { min-height: 100vh; overflow: hidden; }
.gift-header {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid rgba(216, 201, 187, .78);
  background: rgba(247, 237, 223, .9);
  backdrop-filter: blur(14px);
}
.gift-header-inner { display: flex; min-height: 76px; align-items: center; justify-content: space-between; }
.gift-brand { display: inline-flex; align-items: center; gap: 10px; font-size: 27px; font-weight: 600; }
.gift-logo {
  display: inline-flex; width: 35px; height: 35px; transform: rotate(3deg);
  align-items: center; justify-content: center; border-radius: 11px;
  background: var(--gift-ink); color: var(--gift-yellow); transition: transform .25s ease;
}
.gift-brand:hover .gift-logo { transform: rotate(9deg); }
.gift-nav { display: flex; align-items: center; gap: 2px; }
.gift-nav a { position: relative; padding: 10px 14px; color: var(--gift-muted); font-size: 13px; }
.gift-nav a:after { position: absolute; right: 14px; bottom: 3px; left: 14px; height: 2px; transform: scaleX(0); background: var(--gift-coral); content: ""; transition: transform .2s ease; }
.gift-nav a:hover, .gift-nav a.is-active { color: var(--gift-ink); }
.gift-nav a:hover:after, .gift-nav a.is-active:after { transform: scaleX(1); }
.gift-header-cta, .gift-button {
  display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 9px;
  border: 0; border-radius: 999px; padding: 0 22px; background: var(--gift-ink); color: var(--gift-card);
  font-size: 13px; font-weight: 700; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease;
}
.gift-header-cta { min-height: 42px; padding: 0 17px; font-size: 12px; }
.gift-header-cta:hover, .gift-button:hover { transform: translateY(-2px); background: var(--gift-coral); color: var(--gift-ink); }
.gift-button-light { background: var(--gift-yellow); color: var(--gift-ink); }
.gift-button-light:hover { background: var(--gift-card); }
.gift-menu-button { display: none; width: 40px; height: 40px; border: 1px solid var(--gift-border); border-radius: 50%; background: var(--gift-card); color: var(--gift-ink); cursor: pointer; }
.gift-mobile-nav { display: none; border-top: 1px solid var(--gift-border); background: var(--gift-card); padding: 8px 20px 14px; }
.gift-mobile-nav a { display: flex; min-height: 47px; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(216, 201, 187, .6); color: var(--gift-muted); font-size: 14px; }
.gift-mobile-nav a.is-active { color: var(--gift-ink); font-weight: 700; }
.gift-home-hero { position: relative; }
.gift-home-hero:before { position: absolute; top: -35px; right: -80px; width: 390px; height: 390px; border: 1px solid rgba(214, 168, 114, .35); border-radius: 50%; content: ""; pointer-events: none; }
.gift-hero-grid { display: grid; min-height: min(680px, calc(100vh - 76px)); grid-template-columns: 1.08fr .92fr; align-items: center; gap: 40px; padding-top: 48px; padding-bottom: 72px; }
.gift-kicker { display: inline-flex; align-items: center; gap: 8px; border: 1px solid var(--gift-border); border-radius: 999px; background: #f9f0e5; padding: 8px 12px; }
.gift-kicker:before { width: 8px; height: 8px; border-radius: 50%; background: var(--gift-coral); content: ""; }
.gift-hero h1 { max-width: 680px; margin: 28px 0 0; font-size: clamp(3.8rem, 8vw, 6.2rem); line-height: .9; }
.gift-coral { color: var(--gift-coral); }
.gift-lead { max-width: 510px; margin: 28px 0 0; color: var(--gift-muted); font-size: 18px; line-height: 1.55; }
.gift-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; margin-top: 36px; }
.gift-hero-art { aspect-ratio: 1; max-width: 430px; margin-left: auto; border-radius: 42px; background: var(--gift-yellow); padding: 36px; }
.gift-hero-card { display: flex; height: 100%; flex-direction: column; justify-content: space-between; border: 2px solid var(--gift-ink); border-radius: 32px; background: var(--gift-card); padding: 32px; box-shadow: 9px 9px 0 var(--gift-ink); }
.gift-hero-card p { margin: 0; }
.gift-hero-card .gift-art-title { max-width: 250px; margin-top: 12px; font-size: 52px; font-weight: 600; line-height: .95; }
.gift-rule { border: 0; border-top: 1px solid var(--gift-border); }
.gift-steps { border-top: 1px solid var(--gift-border); border-bottom: 1px solid var(--gift-border); background: var(--gift-soft); }
.gift-step-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.gift-step { display: flex; gap: 16px; border-right: 1px solid var(--gift-border); padding: 24px 28px; }
.gift-step:first-child { padding-left: 0; }
.gift-step:last-child { border-right: 0; }
.gift-step p { margin: 4px 0 0; color: var(--gift-muted); font-size: 14px; line-height: 1.4; }
.gift-content-section { padding: 80px 0 112px; }
.gift-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 40px; }
.gift-section-heading h2 { max-width: 520px; margin: 12px 0 0; font-size: clamp(2.25rem, 5vw, 3.2rem); line-height: .98; }
.gift-page-intro { display: grid; grid-template-columns: 1.05fr .95fr; align-items: end; gap: 32px; padding-top: 96px; padding-bottom: 80px; }
.gift-page-intro h1 { max-width: 700px; margin: 16px 0 0; font-size: clamp(3.55rem, 8vw, 5.5rem); line-height: .93; }
.gift-page-intro > p { max-width: 390px; margin: 0 0 5px auto; color: var(--gift-muted); font-size: 16px; line-height: 1.75; }
.gift-plan-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.gift-plan-card { position: relative; display: flex; min-height: 428px; flex-direction: column; border: 1px solid var(--gift-border); border-radius: 32px; background: var(--gift-card); padding: 32px; box-shadow: 0 10px 30px rgba(40, 36, 59, .08); transition: transform .3s ease, box-shadow .3s ease; }
.gift-plan-card:hover { transform: translateY(-5px); box-shadow: 0 18px 38px rgba(40, 36, 59, .12); }
.gift-plan-card.featured { border-color: var(--gift-coral); background: var(--gift-coral); box-shadow: 0 18px 0 var(--gift-ink); }
.gift-plan-badge { position: absolute; top: 0; left: 24px; border-radius: 0 0 999px 999px; background: var(--gift-ink); padding: 8px 12px 7px; color: var(--gift-card); }
.gift-plan-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.gift-plan-icon { display: inline-flex; width: 44px; height: 44px; align-items: center; justify-content: center; border-radius: 50%; background: var(--gift-yellow); }
.gift-plan-card h2 { margin: 0; font-size: 35px; line-height: 1; }
.gift-plan-card .description { max-width: 285px; margin: 28px 0 0; color: var(--gift-muted); font-size: 15px; line-height: 1.6; }
.gift-plan-card.featured .description { color: #574d61; }
.gift-price { display: flex; align-items: baseline; margin-top: 32px; }
.gift-price strong { font-size: 40px; line-height: 1; }
.gift-price span { margin-left: 8px; color: var(--gift-muted); font-size: 14px; }
.gift-plan-card.featured .gift-price span { color: #574d61; }
.gift-features { margin: 28px 0 24px; padding: 24px 0 0; border-top: 1px solid var(--gift-border); list-style: none; }
.gift-plan-card.featured .gift-features { border-color: #df7967; }
.gift-features li { display: flex; align-items: center; gap: 12px; margin: 12px 0; font-size: 14px; }
.gift-check { display: inline-flex; width: 20px; height: 20px; align-items: center; justify-content: center; flex: 0 0 20px; border-radius: 50%; background: var(--gift-yellow); font-size: 12px; font-weight: 700; }
.gift-plan-card.featured .gift-check { background: var(--gift-ink); color: var(--gift-yellow); }
.gift-plan-card .gift-button { width: 100%; margin-top: auto; }
.gift-info-box { display: flex; gap: 12px; margin-top: 32px; border: 1px solid var(--gift-border); border-radius: 16px; background: #f9f0e5; padding: 20px; }
.gift-info-box p { margin: 4px 0 0; color: var(--gift-muted); font-size: 14px; line-height: 1.45; }
.gift-faq { background: var(--gift-ink); color: var(--gift-card); }
.gift-faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 96px; padding: 80px 0; }
.gift-faq h2 { max-width: 390px; margin: 16px 0 0; font-size: clamp(2.3rem, 5vw, 3.5rem); line-height: .98; }
.gift-faq-intro p { max-width: 290px; margin-top: 20px; color: #c9bdc1; font-size: 14px; line-height: 1.7; }
.gift-faq-list { border-top: 1px solid #514b60; }
.gift-faq-item { border-bottom: 1px solid #514b60; }
.gift-faq-question { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 24px; border: 0; background: none; color: inherit; padding: 20px 0; text-align: left; font-weight: 500; cursor: pointer; }
.gift-faq-toggle { display: inline-flex; width: 28px; height: 28px; align-items: center; justify-content: center; flex: 0 0 28px; border-radius: 50%; background: var(--gift-yellow); color: var(--gift-ink); }
.gift-faq-answer { max-width: 620px; margin: -2px 0 0; padding: 0 48px 24px 0; color: #c9bdc1; font-size: 14px; line-height: 1.7; }
.gift-benefit-list { border-top: 1px solid var(--gift-border); }
.gift-benefit-row { display: grid; grid-template-columns: 70px 1fr 1fr; gap: 24px; border-bottom: 1px solid var(--gift-border); padding: 30px 0; }
.gift-benefit-row h2, .gift-benefit-row p { margin: 0; }
.gift-benefit-row h2 { font-size: 36px; line-height: 1; }
.gift-benefit-row p { max-width: 330px; color: var(--gift-muted); font-size: 14px; line-height: 1.7; }
.gift-dark-callout { background: var(--gift-ink); color: var(--gift-card); }
.gift-dark-callout-inner { padding: 80px 0; }
.gift-dark-callout h2 { max-width: 780px; margin: 16px 0 0; font-size: clamp(2.5rem, 6vw, 4.5rem); line-height: .98; }
.gift-dark-callout p { max-width: 560px; margin: 24px 0 0; color: #c9bdc1; font-size: 16px; line-height: 1.75; }
.gift-footer { border-top: 1px solid var(--gift-border); }
.gift-footer-inner { display: flex; align-items: end; justify-content: space-between; gap: 32px; padding-top: 40px; padding-bottom: 40px; }
.gift-footer p { max-width: 285px; margin: 8px 0 0; color: var(--gift-muted); font-size: 14px; }
.gift-footer-links { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; color: var(--gift-muted); font-size: 13px; }
.gift-footer-links a:hover { color: var(--gift-coral); }
.gift-noise { position: relative; }
.gift-noise:after { position: fixed; z-index: 50; inset: 0; opacity: .035; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.35'/%3E%3C/svg%3E"); content: ""; pointer-events: none; }
@media (max-width: 900px) {
  .gift-nav, .gift-header-cta { display: none; }
  .gift-menu-button { display: inline-flex; align-items: center; justify-content: center; }
  .gift-mobile-nav.is-open { display: block; }
  .gift-hero-grid, .gift-page-intro { grid-template-columns: 1fr; }
  .gift-hero-art { margin: 0 auto; }
  .gift-page-intro > p { margin-left: 0; }
  .gift-faq-grid { gap: 48px; }
}
@media (max-width: 639px) {
  .gift-container { width: calc(100% - 40px); }
  .gift-hero-grid { min-height: auto; padding-top: 36px; padding-bottom: 64px; }
  .gift-hero h1 { font-size: 3.8rem; }
  .gift-hero-art { padding: 24px; }
  .gift-hero-card { padding: 24px; }
  .gift-hero-card .gift-art-title { font-size: 44px; }
  .gift-step-grid, .gift-plan-grid { grid-template-columns: 1fr; }
  .gift-step { border-right: 0; border-bottom: 1px solid var(--gift-border); padding: 24px 0; }
  .gift-step:last-child { border-bottom: 0; }
  .gift-content-section { padding: 64px 0 80px; }
  .gift-section-heading { display: block; }
  .gift-section-heading .gift-inline-link { margin-top: 20px; }
  .gift-page-intro { padding-top: 64px; padding-bottom: 52px; }
  .gift-page-intro h1 { font-size: 3.55rem; }
  .gift-plan-card { min-height: 420px; padding: 24px; }
  .gift-plan-card h2 { font-size: 31px; }
  .gift-faq-grid { grid-template-columns: 1fr; gap: 42px; padding: 64px 0; }
  .gift-benefit-row { grid-template-columns: 38px 1fr; gap: 12px; }
  .gift-benefit-row p { grid-column: 2; }
  .gift-benefit-row h2 { font-size: 30px; }
  .gift-dark-callout-inner { padding: 64px 0; }
  .gift-footer-inner { display: block; padding-top: 32px; padding-bottom: 32px; }
  .gift-footer-links { margin-top: 28px; }
}