*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  --bg-primary: #FFFFFF;
  --bg-secondary: #F9F9F9;
  --bg-dark: #111111;
  --bg-dark-2: #1A1A1A;
  --text-main: #1A1A1A;
  --text-light: #FFFFFF;
  --text-muted: #666666;
  --color-accent: #E50914;
  --color-accent-hover: #B80710;
  --color-whatsapp: #25D366;
  --color-whatsapp-hover: #1DA851;
  --border-color: #E0E0E0;
  --font-title: 'Playfair Display', Georgia, serif;
  --font-body: 'Inter', system-ui, sans-serif;
  --space: 8px;
  --radius: 14px;
  --radius-sm: 10px;
  --shadow: 0 4px 20px rgba(17,17,17,.06);
  --shadow-lg: 0 16px 48px rgba(17,17,17,.12);
  --transition: .35s cubic-bezier(.4,0,.2,1);
  --max-width: 1200px;
}

html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: var(--font-body); color: var(--text-main); background: var(--bg-primary); line-height: 1.6; overflow-x: hidden; }
h1, h2, h3, h4, h5, h6 { font-family: var(--font-title); line-height: 1.2; font-weight: 700; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
[class^="ri-"], [class*=" ri-"] { font-weight: 400 !important; }
img { max-width: 100%; display: block; }
.container { max-width: var(--max-width); margin: 0 auto; padding: 0 24px; }
.section { padding: 80px 0; }
.section-alt { background: var(--bg-secondary); }
.section-dark { background: var(--bg-dark); color: var(--text-light); }
.section-header { text-align: center; max-width: 720px; margin: 0 auto 56px; }
.section-header h2 { font-size: clamp(1.7rem, 4vw, 2.6rem); margin-bottom: 16px; color: var(--text-main); }
.section-dark .section-header h2 { color: var(--text-light); }
.section-header p { font-size: 1.1rem; color: var(--text-muted); }
.section-dark .section-header p { color: rgba(255,255,255,.7); }
.section-tag { display: inline-block; font-family: var(--font-body); font-weight: 600; font-size: .78rem; text-transform: uppercase; letter-spacing: 2px; color: var(--color-accent); margin-bottom: 12px; padding: 6px 16px; background: rgba(229,9,20,.08); border-radius: 50px; }
.section-dark .section-tag { color: var(--color-accent); background: rgba(229,9,20,.15); }

.btn { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-body); font-weight: 600; font-size: .95rem; padding: 14px 28px; border-radius: var(--radius-sm); border: 2px solid transparent; cursor: pointer; transition: var(--transition); justify-content: center; text-align: center; }
.btn-primary { background: var(--color-accent); color: var(--text-light); }
.btn-primary:hover { background: var(--color-accent-hover); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(229,9,20,.3); }
.btn-dark { background: var(--bg-dark); color: var(--text-light); }
.btn-dark:hover { background: var(--bg-dark-2); transform: translateY(-2px); }
.btn-outline { background: transparent; color: var(--text-main); border-color: var(--bg-dark); }
.btn-outline:hover { background: var(--bg-dark); color: var(--text-light); }
.btn-outline-light { background: transparent; color: var(--text-light); border-color: rgba(255,255,255,.4); }
.btn-outline-light:hover { background: rgba(255,255,255,.1); border-color: var(--text-light); }
.btn-whatsapp { background: var(--color-whatsapp); color: var(--text-light); }
.btn-whatsapp:hover { background: var(--color-whatsapp-hover); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(37,211,102,.3); }
.btn-large { padding: 16px 36px; font-size: 1rem; }

.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; transition: var(--transition); background: #FFF; }
.site-header.scrolled { box-shadow: 0 4px 24px rgba(17,17,17,.1); }
.topbar { background: var(--bg-dark); color: var(--text-light); font-size: .82rem; }
.topbar-inner { display: flex; justify-content: space-between; align-items: center; height: 38px; }
.topbar a { color: var(--text-light); display: inline-flex; align-items: center; gap: 6px; transition: var(--transition); }
.topbar a:hover { color: var(--color-accent); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; height: 88px; background: var(--bg-primary); transition: var(--transition); }
.site-header.scrolled .header-inner { background: rgba(255,255,255,.97); backdrop-filter: blur(10px); }
.header-logo { display: flex; align-items: center; flex-shrink: 0; }
.header-logo img { height: 56px; width: auto; object-fit: contain; transition: var(--transition); }
.site-header.scrolled .header-logo img { height: 48px; }
.header-nav { display: flex; align-items: center; gap: 2px; flex: 1; justify-content: center; }
.header-nav.open { top: 126px; }
.nav-link { font-weight: 500; font-size: .88rem; color: var(--text-main); padding: 8px 12px; border-radius: var(--radius-sm); transition: var(--transition); white-space: nowrap; }
.nav-link:hover, .nav-link.active { color: var(--color-accent); background: rgba(229,9,20,.06); }
.header-cta { display: inline-flex; align-items: center; gap: 6px; font-weight: 600; font-size: .85rem; color: var(--text-light); background: var(--color-accent); padding: 10px 18px; border-radius: var(--radius-sm); transition: var(--transition); white-space: nowrap; }
.header-cta:hover { background: var(--color-accent-hover); transform: translateY(-1px); }
.menu-toggle { display: none; background: none; border: none; color: var(--text-main); font-size: 1.6rem; cursor: pointer; }

.hero { position: relative; display: flex; flex-direction: column; overflow: hidden; padding-top: 126px; }
.hero-swiper { width: 100%; }
.hero-slide { background-size: cover; background-position: center; display: flex; align-items: center; position: relative; height: 680px; }
.hero-slide-overlay { position: absolute; inset: 0; z-index: 1; background: linear-gradient(135deg, rgba(17,17,17,.9) 0%, rgba(26,26,26,.78) 50%, rgba(17,17,17,.7) 100%); }
.hero-slide-inner { position: relative; z-index: 2; width: 100%; padding: 40px 0; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; font-size: .8rem; text-transform: uppercase; letter-spacing: 2px; color: var(--text-light); background: rgba(229,9,20,.18); border: 1px solid rgba(229,9,20,.4); padding: 8px 18px; border-radius: 50px; margin-bottom: 24px; }
.hero-title { font-size: clamp(1.8rem, 4.5vw, 3.2rem); color: var(--text-light); max-width: 820px; margin-bottom: 20px; line-height: 1.2; }
.hero-title .highlight { color: var(--color-accent); }
.hero-subtitle { font-size: 1.1rem; color: rgba(255,255,255,.9); max-width: 720px; margin-bottom: 28px; line-height: 1.7; }
.hero-cta-group { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 28px; }
.hero-trigger { display: inline-flex; align-items: center; gap: 8px; color: rgba(255,255,255,.85); font-size: .9rem; font-weight: 500; margin-bottom: 20px; }
.hero-trigger i { color: var(--color-accent); }
.hero-seals-bar { position: relative; z-index: 3; background: var(--bg-dark); padding: 24px 0; border-top: 3px solid var(--color-accent); }
.hero-seals { display: flex; gap: 32px; flex-wrap: wrap; justify-content: center; }
.hero-seal { display: flex; align-items: center; gap: 12px; }
.hero-seal i { font-size: 1.8rem; color: var(--color-accent); }
.hero-seal-value { font-family: var(--font-title); font-weight: 700; font-size: 1.4rem; color: var(--text-light); line-height: 1; }
.hero-seal-label { font-size: .75rem; color: rgba(255,255,255,.7); text-transform: uppercase; letter-spacing: 1px; }
.hero-swiper .swiper-pagination { z-index: 4; }
.hero-swiper .swiper-pagination-bullet { background: rgba(255,255,255,.5); width: 10px; height: 10px; }
.hero-swiper .swiper-pagination-bullet-active { background: var(--color-accent); }
.hero-swiper .swiper-button-prev, .hero-swiper .swiper-button-next { color: var(--text-light); background: rgba(255,255,255,.12); width: 48px; height: 48px; border-radius: 50%; backdrop-filter: blur(4px); z-index: 4; }
.hero-swiper .swiper-button-prev::after, .hero-swiper .swiper-button-next::after { font-size: 1.2rem; }

.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.about-image { position: relative; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-lg); aspect-ratio: 4/3; }
.about-image img { width: 100%; height: 100%; object-fit: cover; }
.about-text h2 { font-size: clamp(1.6rem, 3.5vw, 2.4rem); margin-bottom: 20px; color: var(--text-main); }
.about-text .about-lead { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 20px; font-weight: 500; }
.about-text p { margin-bottom: 16px; color: var(--text-muted); }
.about-text p strong { color: var(--text-main); }
.about-cta { margin-top: 32px; }

.mvv-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 56px; }
.mvv-card { background: var(--bg-primary); border-radius: var(--radius); padding: 32px; box-shadow: var(--shadow); border-top: 4px solid var(--color-accent); transition: var(--transition); }
.mvv-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.mvv-card:nth-child(2) { border-top-color: var(--bg-dark); }
.mvv-card:nth-child(3) { border-top-color: var(--color-accent); }
.mvv-card .mvv-icon { width: 56px; height: 56px; display: flex; align-items: center; justify-content: center; border-radius: 50%; font-size: 1.6rem; margin-bottom: 20px; background: rgba(229,9,20,.08); color: var(--color-accent); }
.mvv-card:nth-child(2) .mvv-icon { background: rgba(17,17,17,.08); color: var(--bg-dark); }
.mvv-card h3 { font-size: 1.25rem; margin-bottom: 12px; color: var(--text-main); }
.mvv-card p { color: var(--text-muted); font-size: .95rem; }
.mvv-card ul { margin-top: 12px; }
.mvv-card ul li { display: flex; align-items: flex-start; gap: 8px; padding: 6px 0; font-size: .9rem; color: var(--text-muted); }
.mvv-card ul li i { color: var(--color-accent); margin-top: 3px; flex-shrink: 0; }
.mvv-card ul li strong { color: var(--text-main); }

.services-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(340px, 1fr)); gap: 28px; }
.service-card { background: var(--bg-primary); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); border: 1px solid var(--border-color); transition: var(--transition); display: flex; flex-direction: column; }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: rgba(229,9,20,.3); }
.service-card-image { aspect-ratio: 16/10; overflow: hidden; }
.service-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.service-card:hover .service-card-image img { transform: scale(1.06); }
.service-card-header { padding: 28px 28px 0; }
.service-card h3 { font-size: 1.25rem; margin-bottom: 12px; color: var(--text-main); }
.service-card > p { padding: 0 28px 20px; color: var(--text-muted); font-size: .95rem; }
.service-list { padding: 0 28px 20px; }
.service-list h4 { font-family: var(--font-body); font-weight: 700; font-size: .8rem; text-transform: uppercase; letter-spacing: 1px; color: var(--color-accent); margin-bottom: 12px; }
.service-list ul li { display: flex; align-items: flex-start; gap: 8px; padding: 5px 0; font-size: .9rem; color: var(--text-muted); }
.service-list ul li i { color: var(--color-accent); margin-top: 4px; flex-shrink: 0; }
.service-card-link { display: flex; align-items: center; gap: 6px; padding: 16px 28px; margin-top: auto; font-weight: 600; font-size: .85rem; color: var(--color-accent); transition: var(--transition); border-top: 1px solid var(--border-color); }
.service-card-link:hover { color: var(--color-accent-hover); gap: 10px; }

.why-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 28px; }
.why-card { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); padding: 32px; transition: var(--transition); }
.why-card:hover { background: rgba(255,255,255,.08); transform: translateY(-4px); border-color: rgba(229,9,20,.4); }
.why-number { font-family: var(--font-title); font-weight: 700; font-size: 2.5rem; color: var(--color-accent); line-height: 1; margin-bottom: 16px; opacity: .8; }
.why-card h3 { font-size: 1.2rem; color: var(--text-light); margin-bottom: 12px; }
.why-card p { color: rgba(255,255,255,.75); font-size: .95rem; }

.numbers-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 24px; }
.number-card { text-align: center; background: var(--bg-primary); border-radius: var(--radius); padding: 32px 16px; box-shadow: var(--shadow); border-bottom: 4px solid var(--color-accent); transition: var(--transition); }
.number-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.number-card:nth-child(even) { border-bottom-color: var(--bg-dark); }
.number-icon { font-size: 2rem; color: var(--color-accent); margin-bottom: 12px; }
.number-card:nth-child(even) .number-icon { color: var(--bg-dark); }
.number-value { font-family: var(--font-title); font-weight: 700; font-size: 2.4rem; color: var(--text-main); line-height: 1; margin-bottom: 8px; }
.number-label { font-size: .85rem; color: var(--text-muted); font-weight: 500; }

.testimonials-swiper { padding: 12px 4px 56px; }
.testimonials-swiper .swiper-wrapper { align-items: stretch; }
.testimonials-swiper .swiper-slide { height: auto; display: flex; }
.testimonials-swiper .swiper-slide .testimonial-card { width: 100%; height: 100%; display: flex; flex-direction: column; }
.testimonials-swiper .swiper-pagination { bottom: 0; }
.testimonials-swiper .swiper-button-next, .testimonials-swiper .swiper-button-prev { color: var(--color-accent); background: var(--bg-primary); border-radius: 50%; width: 40px; height: 40px; box-shadow: var(--shadow); }
.testimonials-swiper .swiper-button-next::after, .testimonials-swiper .swiper-button-prev::after { font-size: 1rem; }
.testimonial-card { background: var(--bg-primary); border-radius: var(--radius); padding: 32px; box-shadow: var(--shadow); position: relative; transition: var(--transition); }
.testimonial-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.testimonial-quote { font-size: 3rem; color: var(--color-accent); opacity: .2; position: absolute; top: 16px; right: 24px; line-height: 1; }
.testimonial-stars { display: flex; gap: 2px; margin-bottom: 16px; color: var(--color-accent); }
.testimonial-text { font-size: 1rem; color: var(--text-main); margin-bottom: 20px; font-style: italic; line-height: 1.7; }
.testimonial-author { display: flex; align-items: center; gap: 12px; padding-top: 16px; border-top: 1px solid var(--border-color); }
.testimonial-avatar { width: 48px; height: 48px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: var(--font-title); font-weight: 600; font-size: 1.1rem; color: var(--text-light); flex-shrink: 0; background: var(--bg-dark); }
.testimonial-card:nth-child(4n+2) .testimonial-avatar { background: var(--color-accent); }
.testimonial-name { font-weight: 600; font-size: .95rem; color: var(--text-main); }
.testimonial-role { font-size: .85rem; color: var(--text-muted); }

.faq-list { max-width: 780px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.faq-item { background: var(--bg-primary); border-radius: var(--radius-sm); border: 1px solid var(--border-color); overflow: hidden; transition: var(--transition); }
.faq-item.open { border-color: var(--color-accent); box-shadow: var(--shadow); }
.faq-question { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px 24px; background: none; border: none; cursor: pointer; text-align: left; font-family: var(--font-title); font-weight: 700; font-size: 1rem; color: var(--text-main); transition: var(--transition); }
.faq-question:hover { color: var(--color-accent); }
.faq-question .faq-icon { font-size: 1.4rem; color: var(--color-accent); transition: var(--transition); flex-shrink: 0; }
.faq-item.open .faq-question .faq-icon { transform: rotate(45deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height .4s ease, padding .3s ease; padding: 0 24px; }
.faq-item.open .faq-answer { max-height: 600px; padding: 0 24px 20px; }
.faq-answer p { color: var(--text-muted); font-size: .95rem; line-height: 1.7; }

.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.contact-info { display: flex; flex-direction: column; gap: 24px; }
.contact-info-card { background: var(--bg-primary); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow); border-left: 4px solid var(--color-accent); }
.contact-info-card h3 { font-size: 1.1rem; color: var(--text-main); margin-bottom: 20px; }
.contact-info-list { display: flex; flex-direction: column; gap: 16px; }
.contact-info-item { display: flex; align-items: flex-start; gap: 14px; }
.contact-info-item .contact-icon { width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; border-radius: var(--radius-sm); font-size: 1.2rem; background: rgba(17,17,17,.08); color: var(--bg-dark); flex-shrink: 0; }
.contact-info-item .contact-icon.green { background: rgba(37,211,102,.1); color: var(--color-whatsapp-hover); }
.contact-info-item .contact-icon.red { background: rgba(229,9,20,.1); color: var(--color-accent); }
.contact-info-item .contact-label { font-size: .75rem; text-transform: uppercase; letter-spacing: 1px; color: var(--text-muted); margin-bottom: 2px; }
.contact-info-item .contact-value { font-weight: 600; font-size: .95rem; color: var(--text-main); }
.contact-info-item a.contact-value:hover { color: var(--color-accent); }
.contact-form-wrap { background: var(--bg-primary); border-radius: var(--radius); padding: 40px; box-shadow: var(--shadow-lg); border-top: 4px solid var(--color-accent); }
.contact-form-wrap h3 { font-size: 1.3rem; color: var(--text-main); margin-bottom: 8px; }
.contact-form-wrap > p { color: var(--text-muted); margin-bottom: 28px; font-size: .95rem; }
.form-group { margin-bottom: 20px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group label { display: block; font-weight: 600; font-size: .85rem; color: var(--text-main); margin-bottom: 6px; }
.form-group label .optional { font-weight: 400; font-size: .75rem; color: var(--text-muted); }
.form-group input, .form-group select, .form-group textarea { width: 100%; padding: 12px 16px; border: 2px solid var(--border-color); border-radius: var(--radius-sm); font-family: var(--font-body); font-size: .95rem; color: var(--text-main); transition: var(--transition); background: var(--bg-secondary); }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { outline: none; border-color: var(--color-accent); background: var(--bg-primary); box-shadow: 0 0 0 3px rgba(229,9,20,.1); }
.form-group textarea { resize: vertical; min-height: 120px; }
.form-group select { cursor: pointer; }
.form-submit { width: 100%; margin-top: 8px; }
.form-status { margin-top: 16px; padding: 14px 18px; border-radius: var(--radius-sm); font-size: .9rem; display: none; }
.form-status.success { display: block; background: rgba(37,211,102,.1); border: 1px solid var(--color-whatsapp); color: var(--color-whatsapp-hover); }
.form-status.success a { color: var(--color-whatsapp-hover); font-weight: 700; }
.form-status.error { display: block; background: rgba(229,9,20,.1); border: 1px solid var(--color-accent); color: var(--color-accent-hover); }
.form-status.error a { color: var(--color-accent-hover); font-weight: 700; }
.form-status i { margin-right: 6px; }
.form-triggers { display: flex; flex-direction: column; gap: 12px; margin-top: 24px; padding-top: 24px; border-top: 1px solid var(--border-color); }
.form-trigger { display: flex; align-items: center; gap: 10px; font-size: .88rem; color: var(--text-muted); }
.form-trigger i { font-size: 1.2rem; color: var(--color-accent); flex-shrink: 0; }

.map-wrap { margin-top: 48px; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); border: 4px solid var(--bg-primary); }
.map-wrap iframe { width: 100%; height: 380px; border: 0; display: block; }

.cta-banner { background: var(--bg-dark); padding: 64px 0; text-align: center; position: relative; overflow: hidden; border-top: 3px solid var(--color-accent); }
.cta-banner::before { content: ""; position: absolute; inset: 0; background: url("data:image/svg+xml,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h60v60H0z' fill='none'/%3E%3Cpath d='M0 30h60M30 0v60' stroke='rgba(255,255,255,0.04)' stroke-width='1'/%3E%3C/svg%3E"); }
.cta-banner-inner { position: relative; z-index: 1; }
.cta-banner h2 { font-size: clamp(1.5rem, 3.5vw, 2.2rem); color: var(--text-light); margin-bottom: 16px; }
.cta-banner p { color: rgba(255,255,255,.85); font-size: 1.1rem; margin-bottom: 32px; }

.site-footer { background: var(--bg-dark); color: rgba(255,255,255,.7); padding: 64px 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1.5fr; gap: 48px; padding-bottom: 48px; }
.footer-logo { display: flex; align-items: center; margin-bottom: 16px; }
.footer-logo-surface { display: inline-flex; align-items: center; justify-content: center; background: rgba(255,255,255,.06); padding: 10px 16px; border-radius: var(--radius-sm); }
.footer-logo img { height: 52px; width: auto; object-fit: contain; }
.footer-grid p { font-size: .9rem; line-height: 1.7; color: rgba(255,255,255,.6); margin-top: 16px; }
.footer-grid h3 { font-size: 1rem; color: var(--text-light); margin-bottom: 20px; }
.footer-grid ul { display: flex; flex-direction: column; gap: 10px; }
.footer-grid ul a { font-size: .9rem; color: rgba(255,255,255,.6); transition: var(--transition); }
.footer-grid ul a:hover { color: var(--color-accent); padding-left: 4px; }
.footer-contact li { display: flex; align-items: flex-start; gap: 10px; font-size: .9rem; color: rgba(255,255,255,.6); }
.footer-contact li i { color: var(--color-accent); margin-top: 3px; flex-shrink: 0; }
.footer-contact a { color: rgba(255,255,255,.6); }
.footer-contact a:hover { color: var(--color-accent); }
.footer-social { display: flex; gap: 12px; margin-top: 20px; }
.footer-social a { width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; background: rgba(255,255,255,.08); color: var(--text-light); transition: var(--transition); }
.footer-social a:hover { background: var(--color-accent); transform: translateY(-2px); }
.footer-bottom { border-top: 1px solid var(--color-accent); padding: 24px; text-align: center; }
.footer-bottom p { font-size: .82rem; color: rgba(255,255,255,.6); margin-bottom: 4px; }

#whatsapp-float { position: fixed; bottom: 24px; right: 24px; z-index: 999; display: flex; align-items: center; gap: 10px; background: var(--color-whatsapp); color: var(--text-light); padding: 14px 22px; border-radius: 50px; font-weight: 600; font-size: .9rem; box-shadow: 0 6px 24px rgba(37,211,102,.4); transition: var(--transition); animation: pulse 2s infinite; }
#whatsapp-float:hover { background: var(--color-whatsapp-hover); transform: scale(1.05); }
#whatsapp-float i { font-size: 1.6rem; }
@keyframes pulse { 0%, 100% { box-shadow: 0 6px 24px rgba(37,211,102,.4); } 50% { box-shadow: 0 6px 32px rgba(37,211,102,.65); } }

.reveal { opacity: 0; transform: translateY(30px); transition: opacity .6s ease, transform .6s ease; }
.reveal.revealed { opacity: 1; transform: translateY(0); }

.page-header { background: var(--bg-dark); padding: 176px 0 60px; text-align: center; position: relative; overflow: hidden; border-bottom: 3px solid var(--color-accent); }
.page-header::before { content: ""; position: absolute; inset: 0; background: url("data:image/svg+xml,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h60v60H0z' fill='none'/%3E%3Cpath d='M0 30h60M30 0v60' stroke='rgba(255,255,255,0.04)' stroke-width='1'/%3E%3C/svg%3E"); }
.page-header-inner { position: relative; z-index: 1; }
.page-header h1 { font-size: clamp(1.7rem, 4vw, 2.8rem); color: var(--text-light); margin-bottom: 12px; }
.page-header p { color: rgba(255,255,255,.85); font-size: 1.1rem; max-width: 640px; margin: 0 auto; }
.breadcrumb { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: 20px; font-size: .85rem; color: rgba(255,255,255,.6); }
.breadcrumb a { color: rgba(255,255,255,.8); transition: var(--transition); }
.breadcrumb a:hover { color: var(--color-accent); }
.breadcrumb i { font-size: .8rem; }

.prose { max-width: 780px; margin: 0 auto; }
.prose p { margin-bottom: 18px; color: var(--text-muted); font-size: 1.05rem; line-height: 1.8; }
.prose p strong { color: var(--text-main); }
.prose h3 { font-size: 1.4rem; color: var(--text-main); margin: 32px 0 16px; }
.prose ul { margin-bottom: 18px; padding-left: 0; }
.prose ul li { display: flex; align-items: flex-start; gap: 10px; padding: 6px 0; color: var(--text-muted); font-size: 1rem; line-height: 1.7; }
.prose ul li i { color: var(--color-accent); margin-top: 5px; flex-shrink: 0; }
.prose ul li strong { color: var(--text-main); }

.cta-section { text-align: center; padding: 64px 0; background: var(--bg-secondary); }
.cta-section h2 { font-size: clamp(1.4rem, 3vw, 2rem); color: var(--text-main); margin-bottom: 16px; }
.cta-section p { color: var(--text-muted); font-size: 1.1rem; margin-bottom: 32px; }

.timeline { max-width: 900px; margin: 0 auto; display: flex; flex-direction: column; gap: 0; }
.timeline-step { display: grid; grid-template-columns: 80px 1fr; gap: 24px; padding: 24px 0; border-left: 2px solid var(--border-color); position: relative; padding-left: 40px; margin-left: 40px; }
.timeline-step::before { content: ""; position: absolute; left: -10px; top: 32px; width: 18px; height: 18px; border-radius: 50%; background: var(--color-accent); border: 3px solid var(--bg-primary); box-shadow: 0 0 0 2px var(--color-accent); }
.timeline-step:last-child { border-left-color: transparent; }
.timeline-icon { width: 56px; height: 56px; display: flex; align-items: center; justify-content: center; border-radius: 50%; background: rgba(229,9,20,.08); color: var(--color-accent); font-size: 1.6rem; }
.timeline-content h3 { font-size: 1.2rem; color: var(--text-main); margin-bottom: 8px; }
.timeline-content p { color: var(--text-muted); font-size: .95rem; line-height: 1.7; }

.spin { animation: spin 1s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

@media (max-width: 968px) {
  .header-nav { position: fixed; top: 126px; left: 0; right: 0; background: var(--bg-primary); flex-direction: column; padding: 16px 24px; gap: 4px; transform: translateY(-200%); transition: transform .3s ease; max-height: calc(100vh - 126px); overflow-y: auto; box-shadow: var(--shadow-lg); }
  .header-nav.open { transform: translateY(0); }
  .nav-link { width: 100%; padding: 12px 16px; }
  .header-cta { display: none; }
  .menu-toggle { display: block; }
  .about-grid { grid-template-columns: 1fr; gap: 32px; }
  .mvv-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .timeline-step { grid-template-columns: 1fr; gap: 12px; }
}
@media (max-width: 768px) {
  .hero-seals { gap: 20px; }
  .form-row { grid-template-columns: 1fr; }
  .section { padding: 56px 0; }
  .contact-form-wrap { padding: 28px; }
  .topbar-inner span:first-child { display: none; }
  .hero-slide { height: 560px; }
}
@media (max-width: 480px) {
  .hero-cta-group { flex-direction: column; }
  .hero-cta-group .btn { width: 100%; }
  .hero-seal { flex: 1 1 calc(50% - 20px); }
  #whatsapp-float span { display: none; }
  #whatsapp-float { padding: 16px; }
  #whatsapp-float i { font-size: 1.8rem; }
}
