:root {
  --cream: #f7f1e8;
  --paper: #fffaf3;
  --stone: #d7cabc;
  --taupe: #8c745f;
  --brown: #66503f;
  --deep: #3f342d;
  --graphite: #22211f;
  --gold: #c69a62;
  --gold-soft: #e6c895;
  --green: #138a35;
  --green-dark: #0a6b27;
  --shadow: 0 20px 55px rgba(63, 52, 45, .12);
  --radius: 22px;
  --container: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--graphite);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}
a { color: inherit; }
img { max-width: 100%; display: block; }
.container { width: min(var(--container), calc(100% - 40px)); margin: 0 auto; }
.narrow { max-width: 820px; }
.skip-link { position: absolute; left: -999px; top: 12px; background: #fff; padding: 10px; z-index: 99; }
.skip-link:focus { left: 12px; }
.site-header {
  position: sticky; top: 0; z-index: 20;
  background: rgba(111, 91, 75, .96);
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(12px);
}
.header-inner { display: flex; align-items: center; gap: 24px; min-height: 74px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; min-width: max-content; }
.brand img { width: 58px; height: 58px; border-radius: 14px; object-fit: cover; }
.brand strong { display: block; font-family: Georgia, 'Times New Roman', serif; font-size: 1.05rem; letter-spacing: .02em; }
.brand small { display: block; font-size: .68rem; text-transform: uppercase; letter-spacing: .08em; opacity: .82; }
.main-nav { display: flex; align-items: center; gap: 20px; margin-left: auto; font-size: .89rem; }
.main-nav a { text-decoration: none; opacity: .92; }
.main-nav a:hover { color: var(--gold-soft); }
.menu-toggle { display: none; border: 1px solid rgba(255,255,255,.25); background: transparent; color: #fff; padding: 9px 12px; border-radius: 12px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 48px; padding: 0 22px; border-radius: 10px; text-decoration: none; font-weight: 760; border: 1px solid transparent; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-1px); box-shadow: var(--shadow); }
.btn-whatsapp { background: linear-gradient(180deg, #18a344, var(--green)); color: #fff; border-color: rgba(255,255,255,.45); box-shadow: inset 0 0 0 2px rgba(255,255,255,.18); }
.btn-whatsapp:hover { background: linear-gradient(180deg, #15973d, var(--green-dark)); }
.btn-secondary { background: rgba(255,255,255,.55); color: var(--brown); border-color: rgba(102, 80, 63, .24); box-shadow: inset 0 0 0 2px rgba(255,255,255,.4); }
.btn-large { min-height: 56px; padding-inline: 28px; font-size: 1.04rem; }
.btn-header { min-width: 210px; }
.section { padding: 74px 0; }
.hero { padding: 0; background: linear-gradient(90deg, var(--paper) 0%, #f6eee4 48%, #8a735f 48%, #6d594a 100%); overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 640px; align-items: stretch; }
.hero-copy { padding: 90px 0 58px; display: flex; flex-direction: column; justify-content: center; }
.eyebrow { margin: 0 0 14px; color: var(--gold); text-transform: uppercase; letter-spacing: .15em; font-weight: 800; font-size: .76rem; }
h1, h2, h3 { line-height: 1.13; margin: 0; }
h1, h2 { font-family: Georgia, 'Times New Roman', serif; font-weight: 560; color: var(--deep); }
h1 { font-size: clamp(2.35rem, 5vw, 4.85rem); max-width: 760px; }
h1 span, h2 span { color: var(--gold); }
h2 { font-size: clamp(2rem, 3.2vw, 3.15rem); }
h3 { color: var(--brown); }
.hero-text { max-width: 620px; font-size: 1.08rem; margin: 22px 0 30px; color: #3f3a35; }
.hero-actions { display: flex; gap: 18px; flex-wrap: wrap; align-items: center; }
.trust-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 58px; max-width: 880px; }
.trust-row div { border-top: 1px solid rgba(198,154,98,.52); padding-top: 13px; }
.trust-row strong { display: block; color: var(--brown); font-size: .84rem; }
.trust-row small { display: block; color: #7d6c5b; font-size: .78rem; }
.hero-visual { position: relative; display: flex; align-items: center; justify-content: center; padding: 50px 0 50px 60px; }
.hero-visual::before { content: ""; position: absolute; inset: 0 auto 0 -115px; width: 220px; background: var(--paper); transform: skewX(-14deg); z-index: 1; }
.visual-card { position: relative; z-index: 2; width: min(470px, 100%); min-height: 510px; border-radius: 28px; background:
  radial-gradient(circle at 70% 12%, rgba(255,255,255,.4), transparent 28%),
  linear-gradient(145deg, #d7c4ae, #806851 70%);
  box-shadow: var(--shadow); overflow: hidden; border: 1px solid rgba(255,255,255,.2);
}
.visual-card::after { content: ""; position: absolute; width: 230px; height: 230px; border-radius: 50%; background: rgba(255,255,255,.28); top: 62px; left: 50%; transform: translateX(-50%); box-shadow: 0 0 0 34px rgba(255,255,255,.06); }
.visual-board { position: absolute; right: 34px; top: 48px; width: 210px; height: 150px; border-radius: 14px; background: #314239; color: rgba(255,255,255,.7); font-family: Georgia, serif; font-style: italic; font-size: 1.55rem; padding: 24px; transform: rotate(-2deg); }
.visual-desk { position: absolute; left: 42px; right: 42px; bottom: 46px; display: grid; gap: 12px; }
.visual-desk span { display: block; padding: 16px 18px; background: rgba(75,58,44,.94); color: #e7d0a6; text-transform: uppercase; letter-spacing: .06em; border-radius: 9px; font-size: .82rem; box-shadow: 0 7px 20px rgba(0,0,0,.18); }
.section-heading { max-width: 760px; margin-bottom: 34px; }
.section-heading.centered { text-align: center; margin-inline: auto; }
.section-heading p { color: #6b5c50; margin: 12px 0 0; }
.quick-help, .process, .content-preview { background: var(--paper); }
.profile-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.profile-card { min-height: 142px; background: rgba(255,255,255,.55); border: 1px solid rgba(140,116,95,.22); border-radius: 16px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 18px; text-decoration: none; transition: .2s ease; }
.profile-card:hover { transform: translateY(-3px); background: #fff; box-shadow: var(--shadow); border-color: rgba(198,154,98,.6); }
.profile-card span { font-size: 2.1rem; margin-bottom: 10px; filter: sepia(.5); }
.profile-card strong { color: var(--deep); font-size: .93rem; }
.cards-grid { display: grid; gap: 16px; }
.demands-grid { grid-template-columns: repeat(5, 1fr); }
.info-card { background: rgba(255,255,255,.55); border: 1px solid rgba(140,116,95,.2); border-radius: 16px; padding: 24px; min-height: 150px; }
.info-card span { display: inline-flex; width: 44px; height: 44px; align-items: center; justify-content: center; border-radius: 12px; background: rgba(198,154,98,.14); color: var(--brown); font-size: 1.55rem; margin-bottom: 14px; }
.info-card h3 { font-size: 1rem; margin-bottom: 6px; }
.info-card p { margin: 0; color: #6b5c50; font-size: .91rem; }
.two-columns { display: grid; grid-template-columns: 1fr .78fr; gap: 48px; align-items: center; }
.analysis-block p { color: #5d5148; }
.mini-features { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 30px; }
.mini-features span { color: var(--brown); font-size: .82rem; border-top: 1px solid rgba(198,154,98,.5); padding-top: 11px; }
.document-box { background: rgba(255,250,243,.72); border: 1px solid rgba(140,116,95,.18); border-radius: var(--radius); padding: 32px; box-shadow: var(--shadow); }
.document-box h3 { font-family: Georgia, serif; font-size: 1.55rem; margin-bottom: 18px; }
ul { padding-left: 0; list-style: none; margin: 0; }
.document-box li { padding: 9px 0 9px 28px; position: relative; color: #5c4e43; }
.document-box li::before { content: "✓"; position: absolute; left: 0; color: var(--gold); font-weight: 900; }
.timeline { counter-reset: step; display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; padding: 0; margin: 0; list-style: none; }
.timeline li { position: relative; padding-top: 54px; text-align: center; }
.timeline li::before { counter-increment: step; content: counter(step); position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 38px; height: 38px; border-radius: 50%; background: var(--taupe); color: #fff; display: grid; place-items: center; font-weight: 800; }
.timeline li:not(:last-child)::after { content: ""; position: absolute; top: 19px; left: calc(50% + 30px); right: calc(-50% + 30px); border-top: 1px dashed rgba(198,154,98,.72); }
.timeline strong { display: block; color: var(--deep); margin-bottom: 7px; }
.timeline span { display: block; color: #6b5c50; font-size: .88rem; }
.section-card, .cta-card { border-radius: var(--radius); background: linear-gradient(135deg, rgba(255,250,243,.9), rgba(217,199,180,.55)); border: 1px solid rgba(140,116,95,.18); box-shadow: var(--shadow); padding: 42px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.section-card p { max-width: 780px; color: #5d5148; }
.faq-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 42px; }
details { background: rgba(255,255,255,.62); border: 1px solid rgba(140,116,95,.2); border-radius: 14px; margin-bottom: 12px; overflow: hidden; }
summary { cursor: pointer; padding: 17px 20px; font-weight: 800; color: var(--deep); }
details p { padding: 0 20px 18px; margin: 0; color: #6b5c50; }
.cta-section { padding-top: 30px; }
.cta-card { background: linear-gradient(135deg, #846c58, #5c4a3c); color: #fff; }
.cta-card h2 { color: #f7ebd9; }
.cta-card p { color: rgba(255,255,255,.78); }
.cta-actions { display: grid; gap: 12px; justify-items: center; }
.cta-actions strong { font-size: 1.28rem; color: #fff; }
.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.article-grid article { background: #fff; border-radius: 16px; padding: 26px; border: 1px solid rgba(140,116,95,.18); }
.article-grid span { color: var(--gold); text-transform: uppercase; letter-spacing: .12em; font-size: .72rem; font-weight: 900; }
.article-grid h3 { margin-top: 12px; font-size: 1.16rem; }
.site-footer { background: #f2e6d9; border-top: 1px solid rgba(140,116,95,.18); padding: 52px 0 22px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr .9fr .8fr; gap: 34px; }
.footer-brand img { width: 72px; height: 72px; }
.site-footer h3 { font-size: .95rem; text-transform: uppercase; letter-spacing: .09em; margin-bottom: 12px; }
.site-footer p { color: #6b5c50; margin: 0 0 12px; }
.site-footer a { color: var(--brown); font-weight: 750; text-decoration: none; }
.footer-bottom { border-top: 1px solid rgba(140,116,95,.2); margin-top: 34px; padding-top: 18px; display: flex; justify-content: space-between; color: #7a6b5f; font-size: .86rem; }
.floating-whatsapp { position: fixed; right: 24px; bottom: 24px; z-index: 30; width: 64px; height: 64px; border-radius: 50%; background: linear-gradient(180deg, #18a344, var(--green)); color: #fff; text-decoration: none; display: grid; place-items: center; font-size: 2rem; box-shadow: 0 16px 40px rgba(19,138,53,.35); border: 3px solid #fff; }
.legal-page { background: var(--paper); min-height: 100vh; }
.legal-page h1 { font-size: 2.5rem; margin: 20px 0; }
.legal-page h2 { font-size: 1.6rem; margin-top: 28px; }
.back-link { display: inline-block; margin-bottom: 20px; color: var(--brown); font-weight: 800; }
@media (max-width: 1050px) {
  .main-nav { display: none; position: absolute; left: 20px; right: 20px; top: 76px; flex-direction: column; background: #6d594a; padding: 18px; border-radius: 16px; align-items: flex-start; }
  .main-nav.is-open { display: flex; }
  .menu-toggle { display: inline-flex; margin-left: auto; }
  .btn-header { display: none; }
  .hero-grid { grid-template-columns: 1fr; min-height: auto; }
  .hero { background: var(--paper); }
  .hero-copy { padding: 60px 0 35px; }
  .hero-visual { padding: 25px 0 55px; background: linear-gradient(135deg, #8a735f, #5c4a3c); margin-inline: -20px; }
  .hero-visual::before { display: none; }
  .profile-grid { grid-template-columns: repeat(3, 1fr); }
  .demands-grid { grid-template-columns: repeat(2, 1fr); }
  .timeline { grid-template-columns: repeat(3, 1fr); }
  .timeline li::after { display: none; }
  .two-columns, .faq-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 680px) {
  .container { width: min(100% - 28px, var(--container)); }
  .section { padding: 52px 0; }
  .brand small { display: none; }
  .brand strong { font-size: .95rem; }
  .brand img { width: 48px; height: 48px; }
  .hero-actions, .section-card, .cta-card, .footer-bottom { flex-direction: column; align-items: stretch; }
  .trust-row, .profile-grid, .demands-grid, .mini-features, .timeline, .article-grid, .footer-grid { grid-template-columns: 1fr; }
  .visual-card { min-height: 400px; width: calc(100% - 28px); }
  .visual-board { right: 24px; width: 180px; font-size: 1.25rem; }
  .floating-whatsapp { width: 58px; height: 58px; right: 18px; bottom: 18px; }
}
