:root {
  --color-primary: #9B6A2F;
  --color-primary-light: #C49A5A;
  --color-dark: #1F1F1F;
  --color-brown-dark: #4A2F1A;
  --color-text: #2B2B2B;
  --color-muted: #6F6F6F;
  --color-bg: #FFFFFF;
  --color-bg-soft: #FAF7F2;
  --color-border: #E8DED2;
  --color-whatsapp: #25D366;
  --shadow-sm: 0 10px 32px rgba(74,47,26,.07);
  --shadow-md: 0 24px 65px rgba(74,47,26,.12);
  --radius: 18px;
  --container: 1180px;
  --pattern-gold: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Cg fill='none' stroke='%239B6A2F' stroke-opacity='.085' stroke-width='1'%3E%3Cpath d='M60 8l13 39 39 13-39 13-13 39-13-39L8 60l39-13z'/%3E%3Ccircle cx='60' cy='60' r='27'/%3E%3Cpath d='M0 60h24M96 60h24M60 0v24M60 96v24'/%3E%3C/g%3E%3C/svg%3E");
  --pattern-gold-dark: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Cg fill='none' stroke='%23C49A5A' stroke-opacity='.14' stroke-width='1'%3E%3Cpath d='M60 8l13 39 39 13-39 13-13 39-13-39L8 60l39-13z'/%3E%3Ccircle cx='60' cy='60' r='27'/%3E%3Cpath d='M0 60h24M96 60h24M60 0v24M60 96v24'/%3E%3C/g%3E%3C/svg%3E");
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; font-family: "Cairo", Arial, sans-serif; color: var(--color-text); background-color: var(--color-bg); background-image: var(--pattern-gold); background-size: 120px 120px; line-height: 1.75; -webkit-font-smoothing: antialiased; }
body.modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
p { margin: 0 0 1rem; }
h1, h2, h3 { color: var(--color-brown-dark); line-height: 1.3; margin: 0; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 104px 0; position: relative; }
.skip-link { position: fixed; top: -100px; right: 20px; z-index: 9999; background: var(--color-dark); color: #fff; padding: 10px 18px; border-radius: 0 0 8px 8px; }
.skip-link:focus { top: 0; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,.92); border-bottom: 1px solid rgba(232,222,210,.75); backdrop-filter: blur(14px); }
.header-inner { min-height: 82px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex-shrink: 0; }
.brand-mark { position: relative; overflow: hidden; width: 48px; height: 48px; display: grid; place-items: center; color: #fff; background: linear-gradient(145deg, var(--color-primary-light), var(--color-primary)); border-radius: 50%; box-shadow: 0 7px 18px rgba(155,106,47,.2); }
.brand-mark svg { width: 34px; height: 34px; fill: none; stroke: currentColor; stroke-width: 2.8; stroke-linecap: round; stroke-linejoin: round; }
.brand-mark::after { content: ""; position: absolute; inset: -40%; background: linear-gradient(110deg, transparent 35%, rgba(255,255,255,.75) 50%, transparent 65%); transform: translateX(120%) rotate(12deg); animation: logoShine 4.8s ease-in-out infinite; }
.brand strong, .brand small { display: block; }
.brand strong { font-size: 1rem; }
.brand small { color: var(--color-muted); font-size: .71rem; line-height: 1.4; }
.main-nav { min-width: 555px; display: flex; align-items: center; justify-content: center; gap: 6px; margin-inline: auto; padding: 6px; border: 1px solid var(--color-border); border-radius: 999px; background: rgba(250,247,242,.88); box-shadow: inset 0 1px 0 rgba(255,255,255,.9), 0 8px 24px rgba(74,47,26,.055); }
.main-nav a, .nav-link { position: relative; padding: 8px 14px; border: 1px solid rgba(155,106,47,.1); border-radius: 999px; background: rgba(255,255,255,.72); color: #45403b; cursor: pointer; font-weight: 600; white-space: nowrap; transition: color .2s, border-color .2s, background .2s, box-shadow .2s; }
.main-nav a:hover, .nav-link:hover { color: var(--color-brown-dark); border-color: rgba(155,106,47,.34); background: #fff; box-shadow: 0 6px 16px rgba(74,47,26,.08); }
.main-nav a::after, .nav-link::after { display: none; }
.btn { position: relative; overflow: hidden; min-height: 48px; display: inline-flex; justify-content: center; align-items: center; gap: 9px; padding: 11px 22px; border: 1px solid transparent; border-radius: 12px; font-weight: 700; line-height: 1.3; cursor: pointer; transition: transform .22s, box-shadow .22s, background .22s; }
.btn::after { content: ""; position: absolute; top: -80%; bottom: -80%; width: 36px; background: linear-gradient(90deg, transparent, rgba(255,255,255,.5), transparent); transform: translateX(190px) rotate(18deg); animation: buttonGleam 5.5s ease-in-out infinite; pointer-events: none; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #fff; background: linear-gradient(135deg, var(--color-primary), #80501f); box-shadow: 0 10px 24px rgba(155,106,47,.22); }
.btn-primary:hover { box-shadow: 0 14px 30px rgba(155,106,47,.29); }
.btn-secondary { border-color: var(--color-border); background: #fff; color: var(--color-brown-dark); }
.btn-secondary:hover { border-color: var(--color-primary-light); background: var(--color-bg-soft); }
.btn-whatsapp { color: #0d4926; background: #e9fbf0; border-color: rgba(37,211,102,.34); }
.btn-whatsapp:hover { background: var(--color-whatsapp); color: #083819; box-shadow: 0 10px 25px rgba(37,211,102,.2); }
.header-cta { font-size: .9rem; padding-inline: 17px; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 1px solid var(--color-border); background: #fff; border-radius: 10px; cursor: pointer; }
.menu-toggle span { display: block; width: 100%; height: 2px; margin: 5px 0; background: var(--color-brown-dark); }

/* Hero */
.hero { min-height: calc(100vh - 82px); display: flex; align-items: center; overflow: hidden; padding: 82px 0 92px; background: linear-gradient(135deg, #fff 0%, #fff 45%, #fbf6ee 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .9; pointer-events: none; background-image: var(--pattern-gold); background-size: 120px 120px; mask-image: linear-gradient(to left, #000, transparent 78%); animation: patternDrift 38s linear infinite; }
.hero::after { content: ""; position: absolute; top: -30%; bottom: -30%; left: -25%; width: 12%; pointer-events: none; background: linear-gradient(90deg, transparent, rgba(255,246,224,.65), transparent); filter: blur(6px); transform: rotate(14deg); animation: pageShine 8s ease-in-out infinite; }
.hero-glow { position: absolute; width: 430px; height: 430px; left: -150px; bottom: -170px; background: rgba(196,154,90,.12); border-radius: 50%; filter: blur(2px); }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 76px; position: relative; z-index: 1; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 15px; color: var(--color-primary); font-size: .88rem; font-weight: 700; letter-spacing: .02em; }
.hero h1 { max-width: 680px; font-size: clamp(2.1rem, 3.4vw, 3.4rem); letter-spacing: -.04em; }
.hero h1 em { display: block; margin-top: 5px; color: var(--color-primary); font-style: normal; }
.lead { max-width: 680px; margin-top: 24px; color: #57504a; font-size: 1.08rem; line-height: 1.95; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.fine-print { margin-top: 18px; color: var(--color-muted); font-size: .79rem; }
.fine-print span { color: var(--color-primary-light); font-size: .55rem; vertical-align: 2px; }
.hero-visual { position: relative; padding: 18px; }
.hero-visual::before, .hero-visual::after { content: ""; position: absolute; border: 1px solid rgba(196,154,90,.28); border-radius: 50%; }
.hero-visual::before { width: 160px; height: 160px; top: -22px; left: -18px; }
.hero-visual::after { width: 75px; height: 75px; right: -7px; bottom: 30px; }
.hero-placeholder { position: relative; z-index: 1; overflow: hidden; width: 100%; aspect-ratio: 1; border-radius: 28px; box-shadow: var(--shadow-md); background: #f1e2cb; }
.hero-placeholder img { display: block; width: 100%; height: 100%; object-fit: cover; }
.visual-note { position: absolute; z-index: 2; bottom: 0; right: -16px; display: flex; align-items: center; gap: 11px; padding: 13px 17px; background: rgba(255,255,255,.95); border: 1px solid var(--color-border); border-radius: 14px; box-shadow: var(--shadow-sm); }
.visual-note > i { color: var(--color-primary-light); font-size: 1.5rem; animation: gemGlow 3s ease-in-out infinite; }
.visual-note strong, .visual-note small { display: block; }
.visual-note small { color: var(--color-muted); font-size: .75rem; }

/* Continuous services ticker */
.services-ticker { position: relative; z-index: 4; overflow: hidden; direction: ltr; color: #f7eee3; border-top: 1px solid rgba(226,189,130,.25); border-bottom: 1px solid rgba(226,189,130,.25); background: linear-gradient(90deg, #24170f, var(--color-brown-dark) 50%, #24170f); box-shadow: 0 12px 34px rgba(74,47,26,.12); }
.services-ticker::before, .services-ticker::after { content: ""; position: absolute; z-index: 2; top: 0; bottom: 0; width: 90px; pointer-events: none; }
.services-ticker::before { left: 0; background: linear-gradient(90deg, #24170f, transparent); }
.services-ticker::after { right: 0; background: linear-gradient(-90deg, #24170f, transparent); }
.services-ticker-track { display: flex; width: max-content; will-change: transform; animation: tickerFlow 34s linear infinite; }
.services-ticker-group { flex: 0 0 auto; display: flex; align-items: center; gap: 10px; padding: 13px 5px; direction: rtl; }
.services-ticker-group > span { display: inline-flex; align-items: center; gap: 8px; min-height: 36px; padding: 5px 15px; border: 1px solid rgba(232,222,210,.13); border-radius: 999px; color: #eadfd4; background: rgba(255,255,255,.035); font-size: .88rem; font-weight: 600; white-space: nowrap; }
.services-ticker-group > span i { color: #dfb979; font-size: 1rem; }
.services-ticker-group > .ticker-contact { margin-inline: 7px 14px; color: #dff7e8; border-color: rgba(37,211,102,.28); background: rgba(37,211,102,.1); }
.services-ticker-group > .ticker-contact i { color: var(--color-whatsapp); }

/* Shared sections */
.section-heading { max-width: 690px; margin-bottom: 44px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading h2, .privacy-copy h2, .cta-box h2 { font-size: clamp(1.65rem, 2.3vw, 2.25rem); letter-spacing: -.025em; }
.section-heading p, .privacy-copy p { margin-top: 15px; color: var(--color-muted); font-size: 1rem; }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.trust-card { position: relative; overflow: hidden; padding: 30px; border: 1px solid var(--color-border); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-sm); }
.trust-card::after { content: ""; position: absolute; z-index: 3; top: -60%; bottom: -60%; left: -55%; width: 42px; pointer-events: none; background: linear-gradient(90deg, transparent, rgba(255,255,255,.72), transparent); transform: rotate(18deg); animation: cardShine 7s ease-in-out infinite; }
.trust-card:nth-child(2)::after { animation-delay: 1.4s; }
.trust-card:nth-child(3)::after { animation-delay: 2.8s; }
.icon-box { width: 46px; height: 46px; display: grid; place-items: center; margin-bottom: 18px; background: var(--color-bg-soft); border: 1px solid var(--color-border); color: var(--color-primary); border-radius: 13px; font-size: 1.35rem; font-weight: 700; }
.trust-card h3 { font-size: 1.15rem; }
.trust-card p { margin: 8px 0 0; color: var(--color-muted); font-size: .91rem; }

/* Services */
.services { background-color: var(--color-bg-soft); background-image: var(--pattern-gold); background-size: 120px 120px; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.service-card { position: relative; display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--color-border); border-radius: var(--radius); background: #fff; box-shadow: 0 7px 26px rgba(74,47,26,.045); transition: transform .25s, box-shadow .25s; }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.service-image { overflow: hidden; aspect-ratio: 16 / 10; border-bottom: 1px solid var(--color-border); background: #eee4d6; }
.service-image img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.service-card:hover .service-image img { transform: scale(1.025); }
.card-body { display: flex; flex: 1; flex-direction: column; padding: 24px; }
.card-body h3 { display: flex; align-items: center; gap: 9px; font-size: 1.2rem; }
.card-body h3 > i { color: var(--color-primary); font-size: 1.05em; }
.card-body p { color: var(--color-muted); font-size: .91rem; flex: 1; }
.text-link { width: fit-content; color: var(--color-primary); font-size: .9rem; font-weight: 700; }
.text-link span { display: inline-block; transition: transform .2s; }
.text-link:hover span { transform: translateX(-4px); }

/* Steps */
.how { overflow: hidden; }
.steps { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.steps::before { content: ""; position: absolute; top: 33px; right: 11%; left: 11%; height: 1px; background: linear-gradient(to left, transparent, var(--color-primary-light) 15%, var(--color-primary-light) 85%, transparent); }
.step { position: relative; z-index: 1; text-align: center; padding: 0 15px; }
.step-number { width: 66px; height: 66px; display: grid; place-items: center; margin: 0 auto 20px; border: 1px solid var(--color-primary-light); border-radius: 50%; background: #fff; color: var(--color-primary); font-weight: 800; box-shadow: 0 0 0 8px #fff; }
.step h3 { font-size: 1.1rem; }
.step p { margin-top: 9px; color: var(--color-muted); font-size: .89rem; }
.center-action { margin-top: 40px; text-align: center; }

/* Privacy and CTA */
.privacy-section { background-color: var(--color-bg-soft); background-image: var(--pattern-gold), linear-gradient(180deg, #fff, var(--color-bg-soft)); background-size: 120px 120px, auto; }
.privacy-card { position: relative; overflow: hidden; display: grid; grid-template-columns: auto 1fr; align-items: start; gap: 28px; padding: 48px 52px; color: #f4e9dc; border: 1px solid rgba(226,189,130,.3); border-radius: 28px; background: linear-gradient(135deg, #271a11 0%, var(--color-brown-dark) 52%, #342116 100%); box-shadow: 0 28px 70px rgba(74,47,26,.2); }
.privacy-card::before { content: ""; position: absolute; width: 330px; height: 330px; left: -130px; bottom: -220px; border-radius: 50%; background: radial-gradient(circle, rgba(196,154,90,.28), transparent 68%); }
.privacy-card::after { content: ""; position: absolute; top: -70%; bottom: -70%; left: -20%; width: 55px; background: linear-gradient(90deg, transparent, rgba(255,238,202,.28), transparent); transform: rotate(16deg); animation: privacyShine 7.5s ease-in-out infinite; }
.privacy-card > * { position: relative; z-index: 1; }
.privacy-card-icon { width: 74px; height: 74px; display: grid; place-items: center; border: 1px solid rgba(226,189,130,.4); border-radius: 20px; color: #f3d7a8; background: rgba(255,255,255,.08); box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 14px 28px rgba(0,0,0,.16); font-size: 2rem; }
.privacy-copy { max-width: none; }
.privacy-section h2 { color: #fff; }
.privacy-copy p { max-width: 760px; margin-top: 12px; color: #dfd1c5; }
.privacy-points { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.privacy-points span { display: inline-flex; align-items: center; gap: 7px; padding: 8px 13px; border: 1px solid rgba(226,189,130,.25); border-radius: 999px; color: #eadfD4; background: rgba(255,255,255,.06); font-size: .84rem; }
.privacy-points i { color: #e6bd7d; }
.cta-section { padding: 82px 0; }
.cta-box { position: relative; overflow: hidden; max-width: 1020px; margin: auto; padding: 68px 30px; text-align: center; border: 1px solid var(--color-border); border-radius: 28px; background: radial-gradient(circle at 10% 10%, #fff 0, transparent 26%), linear-gradient(135deg, #fbf6ee, #f1e2cb, #fbf6ee); background-size: 160% 160%; animation: softGoldFlow 9s ease-in-out infinite; }
.cta-box::before, .cta-box::after { content: ""; position: absolute; border: 1px solid rgba(155,106,47,.15); border-radius: 50%; }
.cta-box::before { width: 250px; height: 250px; top: -150px; right: -70px; }
.cta-box::after { width: 200px; height: 200px; bottom: -130px; left: -40px; }
.cta-box > * { position: relative; z-index: 1; }
.cta-ornament { display: block; margin-bottom: 6px; color: var(--color-primary-light); font-size: 1.8rem; }
.cta-box > p:not(.eyebrow) { max-width: 650px; margin: 15px auto 24px; color: var(--color-muted); }
.cta-box .btn-large { min-width: 220px; min-height: 54px; }
.cta-box small { display: block; margin-top: 14px; color: var(--color-muted); }

/* FAQ */
.faq-section { background-color: var(--color-bg-soft); background-image: var(--pattern-gold), linear-gradient(180deg, var(--color-bg-soft), #fff); background-size: 120px 120px, auto; }
.faq-layout { max-width: 960px; }
.faq-layout .section-heading { margin-bottom: 34px; }
.faq-heading-icon { width: 54px; height: 54px; display: grid; place-items: center; margin: 0 auto 14px; border: 1px solid var(--color-border); border-radius: 16px; color: var(--color-primary); background: #fff; box-shadow: var(--shadow-sm); font-size: 1.45rem; }
.accordion { display: grid; gap: 12px; }
.faq-item { overflow: hidden; border: 1px solid var(--color-border); border-radius: 16px; background: #fff; box-shadow: 0 8px 24px rgba(74,47,26,.045); transition: border-color .25s, box-shadow .25s, transform .25s; }
.faq-item.open { border-color: rgba(155,106,47,.45); box-shadow: 0 14px 36px rgba(74,47,26,.09); transform: translateY(-1px); }
.faq-item h3 { margin: 0; }
.faq-item button { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 21px 23px; text-align: right; color: var(--color-brown-dark); border: 0; background: transparent; cursor: pointer; font-weight: 700; }
.faq-icon { flex: 0 0 auto; width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--color-border); border-radius: 50%; color: var(--color-primary); background: var(--color-bg-soft); transition: transform .25s, background .25s; }
.faq-item.open .faq-icon { transform: rotate(45deg); color: #fff; background: var(--color-primary); border-color: var(--color-primary); }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s ease; }
.faq-answer > p { overflow: hidden; margin: 0; color: var(--color-muted); font-size: .94rem; }
.faq-item.open .faq-answer { grid-template-rows: 1fr; }
.faq-item.open .faq-answer > p { padding: 0 23px 22px; }

/* Footer */
.site-footer { color: #d8cec5; background-color: #211912; background-image: var(--pattern-gold-dark); background-size: 120px 120px; }
.footer-main { display: flex; align-items: center; justify-content: space-between; gap: 42px; padding-block: 58px 42px; }
.site-footer .brand strong, .site-footer h2 { color: #fff; }
.site-footer .brand small, .site-footer p { color: #a99d92; }
.footer-brand p { max-width: 350px; margin-top: 20px; font-size: .9rem; }
.site-footer h2 { margin-bottom: 16px; font-size: 1rem; }
.footer-nav-block { display: flex; align-items: center; gap: 9px; }
.footer-links { display: flex; flex-direction: row; align-items: center; gap: 9px; }
.footer-links a, .footer-privacy { padding: 7px 14px; border: 1px solid rgba(226,189,130,.2); border-radius: 999px; color: #c7bcb2; background: rgba(255,255,255,.04); cursor: pointer; transition: color .2s, border-color .2s, background .2s; }
.footer-links a:hover, .footer-privacy:hover { color: #fff; border-color: rgba(226,189,130,.55); background: rgba(226,189,130,.12); }
.footer-contact .btn { min-width: 220px; min-height: 52px; color: #fff7ec; border-color: rgba(226,189,130,.45); background: linear-gradient(135deg, var(--color-primary), #68411f); box-shadow: 0 12px 28px rgba(0,0,0,.18); }
.footer-contact .btn i { color: #8cf0b0; font-size: 1.1rem; }
.footer-contact .btn:hover { color: #fff; border-color: #e1bd83; background: linear-gradient(135deg, #ad7b3d, var(--color-primary)); }
.footer-contact p { font-size: .88rem; }
.footer-bottom { display: flex; justify-content: center; text-align: center; padding-block: 20px; border-top: 1px solid rgba(255,255,255,.09); }
.footer-bottom p { margin: 0; font-size: .75rem; }

/* Floating button */
.floating-whatsapp { position: fixed; z-index: 900; left: 24px; bottom: 24px; min-height: 58px; display: flex; align-items: center; gap: 0; padding: 5px; overflow: hidden; color: #fff7ec; background: linear-gradient(135deg, #3b271a, var(--color-brown-dark)); border: 2px solid #d6ad6d; border-radius: 999px; box-shadow: 0 12px 34px rgba(74,47,26,.3), 0 0 0 4px rgba(255,255,255,.8); transition: transform .25s, box-shadow .25s; }
.floating-whatsapp:hover { transform: translateY(-3px); box-shadow: 0 16px 38px rgba(74,47,26,.36), 0 0 0 4px rgba(255,255,255,.9); }
.floating-icon { position: relative; flex: 0 0 auto; width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: linear-gradient(145deg, var(--color-primary-light), var(--color-primary)); font-size: 1.25rem; }
.floating-icon::after { content: ""; position: absolute; top: 1px; right: 1px; width: 9px; height: 9px; border: 2px solid #3b271a; border-radius: 50%; background: var(--color-whatsapp); box-shadow: 0 0 0 3px rgba(37,211,102,.14); }
.floating-message { max-width: 0; display: grid; overflow: hidden; opacity: 0; margin-inline-start: 0; white-space: nowrap; line-height: 1.35; animation: floatingMessage 9s ease-in-out infinite; }
.floating-message strong { font-size: .82rem; }
.floating-message small { color: #e7c993; font-size: .7rem; }

/* Modal */
.modal[hidden] { display: none; }
.modal { position: fixed; inset: 0; z-index: 2000; display: grid; place-items: center; padding: 24px; }
.modal-overlay { position: absolute; inset: 0; background: rgba(24,17,11,.68); backdrop-filter: blur(4px); animation: fadeIn .2s; }
.modal-panel { position: relative; width: min(100%, 760px); max-height: min(86vh, 800px); display: flex; flex-direction: column; border-radius: 20px; background: #fff; box-shadow: 0 30px 90px rgba(0,0,0,.25); animation: modalIn .25s; }
.modal-header { display: flex; justify-content: space-between; align-items: flex-start; padding: 25px 28px 18px; border-bottom: 1px solid var(--color-border); }
.modal-header .eyebrow { margin-bottom: 3px; }
.modal-header h2 { font-size: 1.7rem; }
.modal-close { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid var(--color-border); border-radius: 50%; color: var(--color-brown-dark); background: var(--color-bg-soft); cursor: pointer; font-size: 1.6rem; line-height: 1; }
.modal-content { overflow-y: auto; padding: 24px 28px 32px; overscroll-behavior: contain; }
.modal-content > p:first-child { padding: 16px; background: var(--color-bg-soft); border-right: 3px solid var(--color-primary-light); border-radius: 8px; }
.modal-content h3 { margin-top: 22px; font-size: 1rem; }
.modal-content p { color: var(--color-muted); font-size: .9rem; }
@keyframes fadeIn { from { opacity: 0; } }
@keyframes modalIn { from { opacity: 0; transform: translateY(15px) scale(.98); } }
@keyframes logoShine { 0%, 48% { transform: translateX(120%) rotate(12deg); } 72%, 100% { transform: translateX(-120%) rotate(12deg); } }
@keyframes buttonGleam { 0%, 58% { right: -70px; } 78%, 100% { right: calc(100% + 70px); } }
@keyframes pageShine { 0%, 18% { left: -25%; opacity: 0; } 28% { opacity: .75; } 52%, 100% { left: 115%; opacity: 0; } }
@keyframes patternDrift { to { background-position: 120px 120px; } }
@keyframes cardShine { 0%, 60% { left: -55%; opacity: 0; } 68% { opacity: .65; } 84%, 100% { left: 125%; opacity: 0; } }
@keyframes privacyShine { 0%, 58% { left: -20%; opacity: 0; } 68% { opacity: .7; } 86%, 100% { left: 115%; opacity: 0; } }
@keyframes iconFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-6px); } }
@keyframes gemGlow { 0%, 100% { opacity: .65; filter: drop-shadow(0 0 0 rgba(196,154,90,0)); } 50% { opacity: 1; filter: drop-shadow(0 0 8px rgba(196,154,90,.7)); } }
@keyframes softGoldFlow { 0%, 100% { background-position: 0 50%; } 50% { background-position: 100% 50%; } }
@keyframes tickerFlow { from { transform: translateX(-50%); } to { transform: translateX(0); } }
@keyframes floatingMessage { 0%, 12%, 72%, 100% { max-width: 0; opacity: 0; margin-inline-start: 0; } 22%, 60% { max-width: 185px; opacity: 1; margin-inline-start: 11px; } }

/* Motion */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .main-nav { min-width: 0; gap: 5px; }
  .main-nav a, .nav-link { font-size: .86rem; }
  .header-cta { display: none; }
  .hero-grid { gap: 40px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-main { gap: 35px; }
}

@media (max-width: 800px) {
  .section { padding: 76px 0; }
  .header-inner { min-height: 72px; justify-content: space-between; }
  .menu-toggle { display: block; }
  .main-nav { position: absolute; top: calc(100% + 1px); right: 20px; left: 20px; display: none; flex-direction: column; align-items: stretch; gap: 7px; padding: 12px; border: 1px solid var(--color-border); border-radius: 0 0 18px 18px; background: #fff; box-shadow: var(--shadow-sm); }
  .main-nav.open { display: flex; }
  .main-nav a, .nav-link { width: 100%; padding: 10px 14px; text-align: right; background: var(--color-bg-soft); }
  .hero { min-height: auto; padding: 62px 0 75px; }
  .hero-grid { grid-template-columns: 1fr; gap: 46px; }
  .hero-copy { order: 1; }
  .hero-visual { order: 2; width: min(100%, 530px); margin: auto; }
  .hero-placeholder { aspect-ratio: 1; }
  .trust-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: repeat(2, 1fr); gap: 34px 18px; }
  .steps::before { display: none; }
  .privacy-card { padding: 38px; }
  .faq-layout .section-heading { margin-bottom: 30px; }
  .footer-main { flex-wrap: wrap; }
}

@media (max-width: 560px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 64px 0; }
  .brand strong { font-size: .91rem; }
  .brand small { max-width: 205px; font-size: .65rem; }
  .brand-mark { width: 40px; height: 40px; }
  .hero h1 { font-size: 1.85rem; }
  .section-heading h2, .privacy-copy h2, .cta-box h2 { font-size: 1.5rem; }
  .lead { font-size: .98rem; }
  .hero-actions .btn { width: 100%; }
  .hero-visual { padding: 8px; }
  .hero-placeholder { border-radius: 20px; }
  .visual-note { right: 0; }
  .services-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .step { padding-inline: 35px; }
  .cta-box { padding: 52px 20px; border-radius: 20px; }
  .privacy-card { grid-template-columns: 1fr; gap: 20px; padding: 30px 22px; border-radius: 20px; }
  .privacy-card-icon { width: 60px; height: 60px; border-radius: 16px; font-size: 1.65rem; }
  .privacy-points { gap: 8px; }
  .footer-main { flex-direction: column; align-items: center; gap: 26px; padding-block: 48px 34px; text-align: center; }
  .footer-brand .brand { justify-content: center; }
  .footer-nav-block { width: 100%; flex-direction: column; align-items: center; gap: 10px; }
  .footer-links { width: 100%; display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; }
  .footer-links a { display: grid; place-items: center; min-height: 42px; padding: 7px 5px; font-size: .74rem; white-space: nowrap; }
  .footer-privacy { min-width: 150px; }
  .footer-contact { width: 100%; display: flex; justify-content: center; }
  .footer-contact .btn { width: min(100%, 330px); }
  .footer-bottom { padding-block: 18px 28px; }
  .floating-whatsapp { left: 14px; bottom: 14px; max-width: calc(100vw - 28px); }
  .modal { padding: 10px; }
  .modal-panel { max-height: 92vh; border-radius: 15px; }
  .modal-header, .modal-content { padding-inline: 19px; }
}

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