:root { --ink: #1e293b; --ink-soft: #334155; --paper: #f8f7f3; --sage: #dce8e2; --emerald: #0f766e; --emerald-light: #10b981; --wa: #25d366; --line: rgba(30,41,59,.15); --display: 'Playfair Display', Georgia, serif; --sans: 'DM Sans', system-ui, sans-serif; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.55; }
button, a { font: inherit; } button { border: 0; cursor: pointer; } a { color: inherit; text-decoration: none; } img { display: block; max-width: 100%; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.announcement-bar { background: #102a2e; color: #d9eee8; min-height: 35px; padding: 8px 20px; text-align: center; font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.pulse-dot, .live-dot { display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: var(--emerald-light); box-shadow: 0 0 0 0 rgba(16,185,129,.7); animation: pulse 2s infinite; }
.site-header { position: absolute; z-index: 10; top: 35px; left: 0; width: 100%; min-height: 82px; display: flex; align-items: center; justify-content: space-between; padding: 0 5.5vw; color: #fff; border-bottom: 1px solid rgba(255,255,255,.18); }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 700; letter-spacing: -.04em; font-size: 18px; white-space: nowrap; }.brand em { display: block; font-family: var(--display); font-size: 12px; font-weight: 600; line-height: .6; letter-spacing: .01em; color: #a8d9c9; }.brand-mark { display: grid; place-items: center; width: 35px; height: 35px; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; font-family: var(--display); font-size: 13px; letter-spacing: -1px; }
.main-nav { display: flex; align-items: center; gap: 29px; font-size: 13px; font-weight: 600; }.main-nav > a { transition: color .2s; }.main-nav > a:hover { color: #91d0bc; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 54px; padding: 0 22px; color: #fff; background: var(--wa); border-radius: 2px; font-size: 13px; font-weight: 700; letter-spacing: .01em; box-shadow: 0 7px 22px rgba(37,211,102,.22); transition: transform .25s, box-shadow .25s, background .25s; }.button:hover { background: #16b957; transform: translateY(-2px); box-shadow: 0 12px 27px rgba(37,211,102,.33); }.button-small { min-height: 42px; padding: 0 16px; font-size: 12px; }.button-small span { font-size: 17px; }.whatsapp-icon { font-size: 19px; line-height: 1; }
.menu-toggle { display: none; width: 42px; padding: 9px 5px; background: transparent; }.menu-toggle span { display: block; width: 25px; height: 1px; margin: 6px auto; background: #fff; transition: .25s; }
.hero { position: relative; min-height: max(680px, calc(100svh - 35px)); color: #fff; overflow: hidden; }.hero-slides, .hero-slide { position: absolute; inset: 0; }.hero-slide { background-position: center; background-size: cover; opacity: 0; transform: scale(1.04); transition: opacity .8s ease, transform 7s ease; }.hero-slide.is-active { opacity: 1; transform: scale(1); }
.hero-content { position: relative; z-index: 1; padding-top: clamp(180px, 25vh, 255px); }.eyebrow, .intro-label { margin: 0 0 17px; color: var(--emerald); font-size: 11px; font-weight: 700; letter-spacing: .15em; }.eyebrow.light { color: #a8d9c9; }.hero h1, h2 { margin: 0; font-family: var(--display); font-weight: 600; letter-spacing: -.055em; line-height: .96; }.hero h1 { max-width: 680px; font-size: clamp(49px, 6vw, 88px); }.hero h1 i, h2 i { color: #a8d9c9; font-weight: 600; }.hero-copy { max-width: 470px; margin: 27px 0 31px; color: rgba(255,255,255,.84); font-size: 15px; }.hero-actions { display: flex; align-items: center; gap: 30px; }.text-link { display: inline-flex; gap: 9px; align-items: center; border-bottom: 1px solid; padding-bottom: 5px; font-size: 12px; font-weight: 700; }.text-link.light { color: #fff; border-color: rgba(255,255,255,.4); }.text-link.dark { color: var(--emerald); border-color: var(--emerald); }.text-link span { font-size: 17px; line-height: .6; }
.hero-bottom { position: absolute; z-index: 2; right: 0; bottom: 35px; left: 0; display: flex; align-items: center; justify-content: space-between; }.availability { font-size: 11px; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; }.slide-controls { display: flex; align-items: center; gap: 16px; }.slide-button { width: 36px; height: 36px; color: #fff; background: transparent; border: 1px solid rgba(255,255,255,.38); transition: background .2s; }.slide-button:hover { background: rgba(255,255,255,.15); }.slide-count { min-width: 39px; font-size: 11px; letter-spacing: .1em; }.slide-count b { color: #a8d9c9; }
.section { padding: clamp(78px, 10vw, 142px) 0; } h2 { font-size: clamp(39px, 4.6vw, 67px); }.intro { display: grid; grid-template-columns: 1.05fr 1.6fr .8fr; gap: 45px; align-items: start; }.intro-label { display: flex; align-items: center; gap: 13px; margin-top: 11px; }.intro-label .line { width: 38px; height: 1px; background: var(--emerald); }.intro-content p { max-width: 515px; margin: 25px 0; color: var(--ink-soft); }.intro-stats { display: grid; gap: 28px; border-left: 1px solid var(--line); padding-left: 25px; }.intro-stats div { display: flex; align-items: center; gap: 15px; }.intro-stats strong { font-family: var(--display); font-size: 35px; font-weight: 600; line-height: 1; color: var(--emerald); }.intro-stats span { font-size: 11px; font-weight: 600; line-height: 1.35; letter-spacing: .06em; text-transform: uppercase; }
.services { background: #e7eeea; }.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 52px; }.section-heading > p { max-width: 370px; margin: 0 0 4px; color: var(--ink-soft); font-size: 15px; }.service-grid { display: grid; grid-template-columns: 1.22fr 1fr 1fr; gap: 16px; }.service-card { position: relative; min-height: 500px; overflow: hidden; color: #fff; }.service-card img { position: absolute; width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }.service-card:hover img { transform: scale(1.06); }.service-overlay { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(9,24,31,.95), rgba(9,24,31,.03) 70%); }.service-content { position: relative; z-index: 1; height: 100%; display: flex; flex-direction: column; justify-content: end; padding: 29px; }.service-content > span { margin-bottom: auto; color: #d2f4e7; font-size: 10px; font-weight: 700; letter-spacing: .12em; }.service-content h3 { margin: 0 0 9px; font-family: var(--display); font-size: 34px; font-weight: 600; letter-spacing: -.05em; line-height: .95; }.service-content p { min-height: 45px; margin: 0 0 20px; color: rgba(255,255,255,.8); font-size: 13px; line-height: 1.45; }.service-content > div { display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.35); padding-top: 14px; font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: .04em; }.round-link { width: 33px; height: 33px; color: var(--ink); background: #fff; border-radius: 50%; font-size: 17px; transition: transform .25s, background .2s; }.round-link:hover { background: var(--wa); color: #fff; transform: rotate(45deg); }.service-note { margin: 23px 0 0; color: var(--ink-soft); font-size: 12px; text-align: right; }
.process { background: var(--ink); color: #fff; }.process .eyebrow { color: #a8d9c9; }.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); }.process-step { position: relative; padding: 30px 9% 0 0; border-top: 1px solid rgba(255,255,255,.25); }.process-step:not(:first-child) { padding-left: 9%; }.process-step:not(:last-child)::after { position: absolute; top: -1px; right: 0; width: 9%; height: 1px; background: var(--emerald-light); content: ''; }.step-number { color: #a8d9c9; font-family: var(--display); font-size: 19px; }.step-icon { margin: 37px 0 23px; color: #a8d9c9; font-size: 31px; }.process-step h3 { margin: 0 0 10px; font-family: var(--display); font-size: 26px; font-weight: 600; letter-spacing: -.04em; }.process-step p { max-width: 255px; margin: 0; color: rgba(255,255,255,.69); font-size: 13px; }
.trust { display: grid; grid-template-columns: 1fr 1fr; background: #123d3d; color: #fff; }.trust-image { min-height: 610px; overflow: hidden; }.trust-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72); }.trust-content { padding: clamp(70px, 9vw, 133px) clamp(35px, 9vw, 140px) clamp(65px, 9vw, 110px) clamp(35px, 7vw, 100px); }.trust-content > p:not(.eyebrow) { max-width: 430px; margin: 26px 0; color: rgba(255,255,255,.77); }.trust-list { display: grid; gap: 15px; margin: 33px 0 0; padding: 0; list-style: none; }.trust-list li { display: flex; align-items: start; gap: 12px; padding-bottom: 14px; border-bottom: 1px solid rgba(255,255,255,.18); font-size: 13px; }.trust-list span { color: #9ee7cf; }
.reviews-top { display: flex; align-items: end; justify-content: space-between; margin-bottom: 51px; }.review-arrows { display: flex; gap: 9px; }.review-arrows button { display: grid; place-items: center; width: 42px; height: 42px; color: var(--ink); background: transparent; border: 1px solid var(--line); transition: .2s; }.review-arrows button:hover { color: #fff; background: var(--emerald); border-color: var(--emerald); }.review-viewport { overflow: hidden; }.review-track { display: flex; gap: 20px; transition: transform .5s ease; }.review-card { flex: 0 0 calc((100% - 40px) / 3); min-height: 295px; display: flex; flex-direction: column; padding: 28px; background: #fff; border: 1px solid #e8e7e1; }.stars { color: var(--emerald); font-size: 14px; letter-spacing: 3px; }.review-card blockquote { margin: 24px 0 auto; font-family: var(--display); font-size: 20px; font-weight: 600; letter-spacing: -.035em; line-height: 1.28; }.reviewer { display: flex; align-items: center; gap: 10px; margin-top: 23px; }.reviewer strong, .reviewer span { display: block; }.reviewer strong { font-size: 12px; }.reviewer span { color: #64748b; font-size: 11px; }.avatar { display: grid; place-items: center; width: 37px; height: 37px; color: #fff; border-radius: 50%; font-size: 10px; font-weight: 700; }.avatar-one { background: #879d96; }.avatar-two { background: #607b8b; }.avatar-three { background: #967e6d; }.review-disclaimer { margin: 18px 0 0; color: #77828e; font-size: 11px; }
.cta-section { position: relative; min-height: 530px; overflow: hidden; color: #fff; }.cta-image { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(15,23,42,.9), rgba(15,23,42,.48)), url('https://images.unsplash.com/photo-1600334129128-685c5582fd35?auto=format&fit=crop&w=2000&q=88') center/cover; }.cta-content { position: relative; padding-top: 99px; }.cta-content > p:not(.eyebrow) { max-width: 380px; margin: 23px 0 29px; color: rgba(255,255,255,.8); font-size: 15px; }
.site-footer { background: #112d2f; color: #e5eeeb; padding: 45px 0 19px; }.footer-grid { display: grid; grid-template-columns: 1.25fr 1fr auto; gap: 20px; align-items: center; }.footer-brand { color: #fff; }.site-footer p { max-width: 265px; margin: 0; color: #b9cbc5; font-size: 12px; }.footer-whatsapp { color: #9ee7cf; border-bottom: 1px solid #9ee7cf; font-size: 12px; font-weight: 700; }.footer-bottom { display: flex; justify-content: space-between; margin-top: 43px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.16); color: #a9bbb5; font-size: 10px; letter-spacing: .05em; text-transform: uppercase; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }.reveal.visible { opacity: 1; transform: none; }
@keyframes pulse { 70% { box-shadow: 0 0 0 5px rgba(16,185,129,0); } 100% { box-shadow: 0 0 0 0 rgba(16,185,129,0); } }
@media (max-width: 820px) { .site-header { padding: 0 20px; min-height: 70px; }.menu-toggle { display: block; position: relative; z-index: 3; }.main-nav { position: absolute; top: 0; left: 0; width: 100%; min-height: 100vh; padding: 124px 30px 40px; flex-direction: column; align-items: flex-start; gap: 25px; background: var(--ink); transform: translateX(100%); transition: transform .35s ease; }.main-nav.is-open { transform: translateX(0); }.main-nav > a { font-family: var(--display); font-size: 34px; }.menu-toggle.is-open span:first-child { transform: translateY(3.5px) rotate(45deg); }.menu-toggle.is-open span:last-child { transform: translateY(-3.5px) rotate(-45deg); }.hero { min-height: 690px; }.hero-bottom { bottom: 22px; }.intro { grid-template-columns: 1fr 1fr; }.intro-label { grid-column: 1 / -1; }.intro-stats { grid-column: 2; }.service-grid { grid-template-columns: 1fr 1fr; }.service-card.featured { grid-column: 1 / -1; }.process-step { padding-right: 6%; }.process-step:not(:first-child) { padding-left: 6%; }.trust-content { padding-left: 40px; padding-right: 40px; }.review-card { flex-basis: calc((100% - 20px) / 2); }.footer-grid { grid-template-columns: 1fr auto; }.site-footer p { grid-column: 1 / -1; grid-row: 2; } }
@media (max-width: 560px) { .container { width: min(100% - 32px, 1180px); }.announcement-bar { font-size: 9px; }.site-header { top: 35px; }.brand { font-size: 16px; }.brand-mark { width: 31px; height: 31px; }.hero { min-height: 650px; }.hero-content { padding-top: 166px; }.hero h1 { font-size: 47px; }.hero-copy { margin: 20px 0 25px; font-size: 14px; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }.hero-bottom .availability { font-size: 9px; }.slide-controls { gap: 9px; }.slide-button { width: 31px; height: 31px; }.section { padding: 72px 0; } h2 { font-size: 42px; }.intro, .section-heading { display: block; }.intro-label { margin-bottom: 33px; }.intro-content p { font-size: 14px; }.intro-stats { grid-template-columns: 1fr 1fr; margin-top: 42px; padding: 18px 0 0; border-top: 1px solid var(--line); border-left: 0; }.intro-stats div { gap: 10px; }.intro-stats strong { font-size: 29px; }.section-heading > p { margin-top: 22px; font-size: 14px; }.section-heading { margin-bottom: 30px; }.service-grid { display: flex; overflow-x: auto; width: calc(100% + 32px); margin-left: -16px; padding: 0 16px 7px; scroll-snap-type: x mandatory; }.service-card, .service-card.featured { flex: 0 0 82%; min-height: 445px; scroll-snap-align: start; }.service-content { padding: 23px; }.service-content h3 { font-size: 30px; }.service-note { margin-top: 17px; text-align: left; }.process-grid { display: block; }.process-step, .process-step:not(:first-child) { min-height: 224px; padding: 25px 0; }.process-step:not(:last-child)::after { top: auto; bottom: -1px; left: 0; width: 55px; }.step-icon { margin: 15px 0; }.trust { grid-template-columns: 1fr; }.trust-image { min-height: 310px; }.trust-content { padding: 64px 24px; }.reviews-top { display: block; margin-bottom: 30px; }.review-arrows { margin-top: 24px; }.review-card { flex-basis: 100%; min-height: 276px; }.review-card blockquote { font-size: 19px; }.cta-section { min-height: 490px; }.cta-content { padding-top: 75px; }.footer-grid { display: flex; align-items: start; flex-wrap: wrap; }.site-footer p { width: 100%; }.footer-whatsapp { margin-left: auto; }.footer-bottom { gap: 10px; flex-direction: column; margin-top: 30px; }.reveal { transform: translateY(15px); } }
