:root {
    --bg: #f4f6f0;
    --bg-soft: #ecf2ea;
    --surface: #ffffff;
    --surface-alt: #f7faf6;
    --text: #102a2d;
    --muted: #5d7477;
    --brand: #0f8c88;
    --brand-strong: #096d68;
    --accent: #f47a3f;
    --accent-soft: #ffe5d5;
    --ok: #2b9e66;
    --warn: #cc5f2f;
    --border: #d8e5df;
    --shadow-sm: 0 8px 22px rgba(16, 42, 45, 0.08);
    --shadow-md: 0 18px 50px rgba(16, 42, 45, 0.12);
    --shadow-lg: 0 30px 80px rgba(16, 42, 45, 0.16);
    --radius-sm: 12px;
    --radius-md: 18px;
    --radius-lg: 26px;
}

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

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Public Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    background:
        radial-gradient(circle at 10% 5%, rgba(15, 140, 136, 0.1), transparent 40%),
        radial-gradient(circle at 90% 0%, rgba(244, 122, 63, 0.12), transparent 32%),
        linear-gradient(180deg, var(--bg) 0%, #f7f9f4 100%);
    color: var(--text);
    line-height: 1.7;
    min-height: 100vh;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
}

.container {
    width: min(1180px, 100% - 2.2rem);
    margin-inline: auto;
}

.section-subtitle {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
    color: var(--muted);
    font-size: 1rem;
}

.section-title {
    font-family: 'Space Grotesk', 'Public Sans', sans-serif;
    text-align: center;
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    line-height: 1.15;
    margin-bottom: 0.9rem;
}

.section-title.text-left {
    text-align: left;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    border: 1px solid transparent;
    border-radius: 999px;
    padding: 0.85rem 1.4rem;
    font-weight: 600;
    font-size: 0.94rem;
    line-height: 1;
    transition: transform 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease, border-color 0.22s ease;
    cursor: pointer;
}

.btn:hover {
    transform: translateY(-2px);
}

.btn-primary {
    background: linear-gradient(135deg, var(--brand), #18a29d);
    color: #ffffff;
    box-shadow: 0 12px 26px rgba(15, 140, 136, 0.25);
}

.btn-primary:hover {
    background: linear-gradient(135deg, var(--brand-strong), var(--brand));
    box-shadow: 0 18px 34px rgba(15, 140, 136, 0.33);
}

.btn-outline {
    border-color: rgba(16, 42, 45, 0.2);
    color: var(--text);
    background: rgba(255, 255, 255, 0.62);
}

.btn-outline:hover {
    border-color: var(--brand);
    color: var(--brand-strong);
}

.btn-whatsapp-alt {
    background: #25d366;
    color: #ffffff;
    box-shadow: 0 10px 20px rgba(37, 211, 102, 0.25);
}

.btn-whatsapp-alt:hover {
    background: #1eb857;
}

.btn-lg {
    padding: 1.02rem 1.7rem;
    font-size: 1rem;
}

/* Top campaign */
.campaign-bar {
    position: relative;
    z-index: 1002;
    padding: 0.68rem 0;
    color: #ffffff;
    background: linear-gradient(90deg, #0f8c88, #f47a3f, #0f8c88);
    background-size: 220% 100%;
    animation: campaignWave 8s linear infinite;
    font-size: 0.84rem;
    letter-spacing: 0.01em;
}

@keyframes campaignWave {
    0% { background-position: 0 0; }
    100% { background-position: 220% 0; }
}

.campaign-bar .container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.85rem;
    flex-wrap: wrap;
    font-weight: 700;
}

.countdown {
    display: flex;
    gap: 0.3rem;
    align-items: center;
}

.countdown-item {
    display: inline-flex;
    align-items: baseline;
    gap: 0.2rem;
    padding: 0.22rem 0.48rem;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.26);
    font-size: 0.77rem;
    font-weight: 600;
}

.countdown-item span {
    font-size: 0.98rem;
    font-weight: 800;
}

.campaign-sep {
    font-weight: 800;
}

/* Header */
.header {
    position: sticky;
    top: 0;
    z-index: 1001;
    background: rgba(248, 251, 247, 0.88);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(216, 229, 223, 0.95);
    transition: box-shadow 0.25s ease, background-color 0.25s ease, padding 0.25s ease;
}

.header.scrolled {
    box-shadow: 0 10px 28px rgba(16, 42, 45, 0.1);
    background: rgba(248, 251, 247, 0.96);
}

.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 76px;
    gap: 1rem;
}

.logo {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    font-family: 'Space Grotesk', 'Public Sans', sans-serif;
    font-size: 1.08rem;
    font-weight: 700;
}

.logo-mark {
    width: 2rem;
    height: 2rem;
    display: grid;
    place-items: center;
    border-radius: 11px;
    color: #ffffff;
    background: linear-gradient(135deg, var(--brand), var(--accent));
    box-shadow: 0 8px 16px rgba(15, 140, 136, 0.25);
}

.logo-text {
    line-height: 1;
}

.nav-menu {
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.nav-menu > li {
    position: relative;
}

.nav-menu > li > a {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.62rem 0.92rem;
    border-radius: 999px;
    color: var(--muted);
    font-weight: 600;
    font-size: 0.92rem;
    transition: background-color 0.22s ease, color 0.22s ease;
}

.nav-menu > li > a:hover,
.nav-menu > li > a.active {
    color: var(--text);
    background: rgba(15, 140, 136, 0.11);
}

.has-dropdown .dropdown-menu {
    position: absolute;
    top: calc(100% + 0.45rem);
    left: 0;
    width: min(290px, 90vw);
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-md);
    padding: 0.45rem;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
    z-index: 10;
}

.has-dropdown:hover .dropdown-menu,
.has-dropdown.open .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-menu li a {
    display: block;
    padding: 0.58rem 0.72rem;
    border-radius: 10px;
    font-size: 0.88rem;
    color: var(--muted);
    transition: background-color 0.2s ease, color 0.2s ease;
}

.dropdown-menu li a:hover {
    color: var(--text);
    background: rgba(15, 140, 136, 0.1);
}

.btn-whatsapp {
    border-radius: 999px;
    background: #25d366;
    color: #ffffff;
    padding: 0.62rem 1rem;
    font-weight: 700;
    font-size: 0.86rem;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
}

.btn-whatsapp:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(37, 211, 102, 0.32);
}

.mobile-toggle {
    display: none;
    border: 0;
    background: transparent;
    padding: 0.25rem;
    cursor: pointer;
}

.mobile-toggle span {
    display: block;
    width: 25px;
    height: 2px;
    background: var(--text);
    border-radius: 2px;
    margin: 5px 0;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.mobile-toggle.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.mobile-toggle.active span:nth-child(2) { opacity: 0; }
.mobile-toggle.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.nav-overlay {
    position: fixed;
    inset: 0;
    background: rgba(8, 26, 28, 0.45);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease;
    z-index: 998;
}

.nav-overlay.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

/* Hero */
.hero {
    padding: clamp(3rem, 6vw, 5.8rem) 0 clamp(2.5rem, 5vw, 4.5rem);
}

.hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 2.8rem;
    align-items: center;
}

.hero h1 {
    font-family: 'Space Grotesk', 'Public Sans', sans-serif;
    font-size: clamp(2.05rem, 5vw, 3.6rem);
    line-height: 1.05;
    margin-bottom: 1rem;
    letter-spacing: -0.02em;
}

.hero-desc {
    color: var(--muted);
    font-size: clamp(1rem, 2.1vw, 1.14rem);
    max-width: 62ch;
    margin-bottom: 1.4rem;
}

.hero-rating {
    margin-top: 1.1rem;
    display: flex;
    align-items: center;
    gap: 0.82rem;
    flex-wrap: wrap;
}

.google-logo,
.google-logo-sm {
    font-family: 'Space Grotesk', 'Public Sans', sans-serif;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.stars,
.stars-sm,
.testimonial-stars {
    color: #ffb547;
}

.rating-text {
    color: var(--muted);
    font-size: 0.9rem;
}

.hero-image-placeholder {
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.96), rgba(247, 250, 246, 0.92));
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 1.2rem;
    box-shadow: var(--shadow-md);
}

.before-after-card {
    border: 1px solid var(--border);
    background: var(--surface);
    border-radius: var(--radius-md);
    padding: 1.35rem;
}

.ba-header {
    font-size: 0.94rem;
    color: var(--brand-strong);
    font-weight: 700;
    margin-bottom: 1.1rem;
    text-align: center;
}

.ba-row {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 1rem;
}

.ba-item {
    text-align: center;
}

.ba-label {
    display: inline-block;
    margin-bottom: 0.5rem;
    color: var(--muted);
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.ba-label.success,
.ba-rating.success {
    color: var(--ok);
}

.ba-stars {
    display: flex;
    justify-content: center;
    gap: 0.2rem;
    font-size: 1rem;
}

.ba-stars.dim {
    color: #bcc9c8;
}

.ba-stars.bright {
    color: #ffb547;
}

.ba-rating {
    margin-top: 0.35rem;
    font-family: 'Space Grotesk', 'Public Sans', sans-serif;
    font-size: 1.9rem;
    font-weight: 700;
}

.ba-arrow {
    color: var(--brand);
    font-size: 1.2rem;
}

/* References strip */
.references {
    border-block: 1px solid var(--border);
    background: rgba(255, 255, 255, 0.75);
    padding: 2rem 0;
}

.ref-slider {
    overflow: hidden;
    mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.ref-track {
    display: flex;
    align-items: center;
    gap: 2.2rem;
    width: max-content;
    animation: logoMarquee 34s linear infinite;
}

@keyframes logoMarquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.ref-item {
    width: 135px;
    height: 70px;
    display: grid;
    place-items: center;
}

.ref-item img {
    max-width: 100%;
    max-height: 58px;
    object-fit: contain;
    filter: grayscale(1) contrast(0.85);
    opacity: 0.68;
    transition: filter 0.2s ease, opacity 0.2s ease;
}

.ref-item img:hover {
    filter: none;
    opacity: 1;
}

.ref-placeholder {
    width: 100%;
    border-radius: 12px;
    background: var(--surface-alt);
    border: 1px solid var(--border);
    padding: 0.8rem 0.7rem;
    text-align: center;
    font-size: 0.8rem;
    color: var(--muted);
}

/* Shared section spacing */
.pricing,
.about-section,
.benefits-section,
.services-section,
.testimonials-section,
.faq-section,
.about-why,
.page-content,
.service-pricing,
.reference-section,
.contact-section,
.form-shell,
.trust-section {
    padding: clamp(3rem, 6vw, 5rem) 0;
}

.pricing,
.benefits-section,
.contact-section,
.form-shell,
.page-content,
.reference-section {
    background: var(--surface-alt);
}

/* Cards */
.pricing-grid,
.services-grid,
.testimonials-slider,
.about-why-grid,
.contact-cards,
.reference-grid,
.info-grid {
    display: grid;
    gap: 1.25rem;
}

.pricing-grid {
    grid-template-columns: repeat(auto-fit, minmax(265px, 1fr));
    margin-top: 1.5rem;
}

.pricing-card {
    position: relative;
    border-radius: var(--radius-lg);
    border: 1px solid var(--border);
    background: linear-gradient(180deg, #ffffff 0%, #fcfefc 100%);
    padding: 1.4rem;
    box-shadow: var(--shadow-sm);
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.pricing-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-md);
    border-color: rgba(15, 140, 136, 0.3);
}

.pricing-card.popular {
    border-color: rgba(15, 140, 136, 0.42);
    background: linear-gradient(180deg, #ffffff 0%, #eff8f5 100%);
}

.popular-badge {
    position: relative;
    background: linear-gradient(135deg, var(--accent), #f7aa58);
    color: #ffffff;
    border-radius: 999px;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 0.35rem 0.62rem;
    white-space: nowrap;
    width: fit-content;
    margin-left: auto;
    margin-bottom: 0;
    flex-shrink: 0;
}

.pricing-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.65rem;
    margin-bottom: 0.95rem;
}

.pricing-card h3 {
    font-size: 1.12rem;
    margin: 0;
    line-height: 1.35;
    max-width: 100%;
}

.pricing-card.popular h3 {
    padding-right: 0;
}

.price-block {
    margin-bottom: 1rem;
}

.old-price {
    color: #8ca1a3;
    text-decoration: line-through;
    font-size: 0.95rem;
    display: block;
}

.new-price {
    font-family: 'Space Grotesk', 'Public Sans', sans-serif;
    display: block;
    color: var(--brand-strong);
    font-size: clamp(1.85rem, 3vw, 2.4rem);
    line-height: 1.1;
    font-weight: 700;
    margin-top: 0.15rem;
}

.savings {
    margin-top: 0.45rem;
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 0.24rem 0.58rem;
    font-size: 0.76rem;
    font-weight: 700;
    color: #925226;
    background: #ffe6cf;
}

.features {
    margin: 0.85rem 0 1rem;
    flex: 1 1 auto;
}

.features li {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    color: var(--muted);
    font-size: 0.88rem;
    padding: 0.35rem 0;
}

.features li i {
    color: var(--ok);
    margin-top: 0.1rem;
}

.pricing-buttons {
    display: grid;
    gap: 0.62rem;
    margin-top: auto;
}

.pricing-buttons .btn {
    width: 100%;
}

.guarantee {
    margin-top: 0.9rem;
    border-top: 1px dashed var(--border);
    padding-top: 0.9rem;
    color: #708789;
    font-size: 0.78rem;
    text-align: center;
}

/* About */
.about-grid,
.benefits-grid {
    display: grid;
    gap: 2rem;
    align-items: center;
}

.about-grid {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
}

.about-img-placeholder,
.benefits-img-placeholder {
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    background: linear-gradient(160deg, #ffffff, #eff6f2);
    min-height: 340px;
    display: grid;
    place-items: center;
    text-align: center;
    padding: 1.4rem;
    box-shadow: var(--shadow-sm);
}

.big-star {
    font-size: 4.2rem;
    color: #ffb547;
    display: block;
}

.five-text {
    display: block;
    font-family: 'Space Grotesk', 'Public Sans', sans-serif;
    font-size: 2.35rem;
    line-height: 1;
    margin: 0.35rem 0;
}

.mini-stars {
    display: flex;
    justify-content: center;
    gap: 0.2rem;
    color: #ffb547;
}

.about-desc {
    color: var(--muted);
    margin-bottom: 1.2rem;
}

.about-features {
    display: grid;
    gap: 0.88rem;
    margin-bottom: 1.25rem;
}

.about-feature {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.72rem;
}

.af-icon,
.benefit-icon,
.icon,
.mini-icon {
    width: 2.8rem;
    height: 2.8rem;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: rgba(15, 140, 136, 0.14);
    color: var(--brand-strong);
    flex-shrink: 0;
}

.about-feature h4 {
    font-size: 1rem;
    margin-bottom: 0.1rem;
}

.about-feature p {
    color: var(--muted);
    font-size: 0.9rem;
}

.about-why-grid {
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    margin-top: 1.2rem;
}

.why-card {
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    background: var(--surface);
    padding: 1rem;
    text-align: center;
    box-shadow: var(--shadow-sm);
}

.why-card h3 {
    margin: 0.55rem 0 0.3rem;
    font-size: 1rem;
}

.why-card p {
    color: var(--muted);
    font-size: 0.9rem;
}

/* Benefits */
.benefits-grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
}

.benefit-card {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    padding: 1rem;
    box-shadow: var(--shadow-sm);
}

.benefit-card + .benefit-card {
    margin-top: 0.9rem;
}

.benefit-card h3 {
    font-size: 1.03rem;
    margin: 0.45rem 0;
}

.benefit-card p {
    color: var(--muted);
    font-size: 0.9rem;
}

.benefits-img-placeholder {
    color: var(--brand-strong);
}

.benefits-img-placeholder h4 {
    margin-top: 0.8rem;
    font-size: 1.45rem;
}

.benefits-img-placeholder p {
    color: var(--muted);
}

/* Services */
.services-grid {
    grid-template-columns: repeat(auto-fit, minmax(215px, 1fr));
    margin-top: 1.2rem;
}

.service-card {
    display: block;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    padding: 0.9rem;
    box-shadow: var(--shadow-sm);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.service-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
    border-color: rgba(15, 140, 136, 0.34);
}

.service-img-wrapper {
    border-radius: 14px;
    height: 145px;
    display: grid;
    place-items: center;
    background: linear-gradient(140deg, #eef5f1, #f8fbf8);
    border: 1px solid var(--border);
    margin-bottom: 0.85rem;
    overflow: hidden;
}

.service-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-icon {
    font-size: 2.4rem;
    color: var(--brand-strong);
}

.service-card h3 {
    font-size: 0.97rem;
    line-height: 1.35;
}

/* Testimonials */
.testimonial-header {
    text-align: center;
    margin-bottom: 1.35rem;
}

.happy-customers {
    font-family: 'Space Grotesk', 'Public Sans', sans-serif;
    display: block;
    font-size: 1.18rem;
    margin-bottom: 0.45rem;
}

.google-rating-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    border: 1px solid var(--border);
    border-radius: 999px;
    padding: 0.5rem 0.85rem;
    background: rgba(255, 255, 255, 0.85);
}

.testimonials-slider {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.testimonial-card {
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    background: var(--surface);
    padding: 1rem;
    box-shadow: var(--shadow-sm);
}

.testimonial-text {
    color: var(--muted);
    font-size: 0.91rem;
    margin: 0.75rem 0 0.95rem;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 0.7rem;
}

.testimonial-author img,
.avatar-placeholder {
    width: 44px;
    height: 44px;
    border-radius: 50%;
}

.avatar-placeholder {
    display: grid;
    place-items: center;
    background: rgba(15, 140, 136, 0.14);
    color: var(--brand-strong);
}

.testimonial-author strong {
    display: block;
    font-size: 0.93rem;
}

.testimonial-author span {
    color: var(--muted);
    font-size: 0.8rem;
}

/* FAQ */
.faq-list {
    max-width: 840px;
    margin: 1.1rem auto 0;
}

.faq-item {
    border: 1px solid var(--border);
    border-radius: 14px;
    background: #ffffff;
    overflow: hidden;
    margin-bottom: 0.72rem;
}

.faq-item.active {
    border-color: rgba(15, 140, 136, 0.45);
}

.faq-question {
    width: 100%;
    border: 0;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
    padding: 1rem 1rem;
    text-align: left;
    color: var(--text);
    font-size: 0.95rem;
    font-weight: 700;
    cursor: pointer;
}

.faq-question i {
    color: var(--brand);
}

.faq-answer {
    display: none;
    padding: 0 1rem 1rem;
}

.faq-answer p {
    color: var(--muted);
    font-size: 0.9rem;
}

/* CTA and footer contact */
.cta-section {
    padding: clamp(2.8rem, 5.4vw, 4.6rem) 0;
    background:
        radial-gradient(circle at 20% 20%, rgba(15, 140, 136, 0.15), transparent 35%),
        radial-gradient(circle at 80% 70%, rgba(244, 122, 63, 0.15), transparent 35%),
        linear-gradient(160deg, #e9f4ef 0%, #f6ede6 100%);
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}

.cta-content {
    text-align: center;
    max-width: 900px;
    margin-inline: auto;
}

.cta-content h2 {
    font-family: 'Space Grotesk', 'Public Sans', sans-serif;
    font-size: clamp(1.7rem, 3.2vw, 2.4rem);
    margin-bottom: 0.7rem;
}

.cta-content p {
    color: var(--muted);
    margin-bottom: 1.1rem;
}

.cta-buttons,
.btn-row {
    display: flex;
    gap: 0.7rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 1rem;
}

.contact-form-section {
    padding: clamp(2.8rem, 5.4vw, 4rem) 0;
}

.contact-form-wrapper {
    max-width: 760px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 1.4rem;
    box-shadow: var(--shadow-sm);
}

.contact-form-wrapper h3 {
    font-family: 'Space Grotesk', 'Public Sans', sans-serif;
    text-align: center;
    margin-bottom: 0.25rem;
    font-size: 1.35rem;
}

.contact-form-wrapper > p {
    text-align: center;
    color: var(--muted);
    margin-bottom: 1rem;
    font-size: 0.92rem;
}

.contact-form-inline,
.form-grid {
    display: grid;
    gap: 0.72rem;
}

.field-input,
.contact-form-inline input,
.contact-form-inline textarea,
.form-input,
.form-card input,
.form-card textarea,
.form-card select {
    width: 100%;
    background: #f8fbf9;
    border: 1px solid var(--border);
    color: var(--text);
    border-radius: 12px;
    padding: 0.82rem 0.9rem;
    font-family: inherit;
    font-size: 0.94rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.field-input:focus,
.contact-form-inline input:focus,
.contact-form-inline textarea:focus,
.form-input:focus,
.form-card input:focus,
.form-card textarea:focus,
.form-card select:focus {
    outline: none;
    border-color: rgba(15, 140, 136, 0.7);
    box-shadow: 0 0 0 4px rgba(15, 140, 136, 0.12);
}

.contact-form-inline button {
    justify-self: start;
}

.footer {
    background: linear-gradient(165deg, #0f2325 0%, #153033 100%);
    color: #e6f1f0;
    padding: 3rem 0 1.2rem;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.35fr 1fr 1fr 1fr;
    gap: 1.2rem;
    margin-bottom: 1.4rem;
}

.footer h4,
.footer h5 {
    font-family: 'Space Grotesk', 'Public Sans', sans-serif;
    margin-bottom: 0.55rem;
}

.footer p,
.footer li,
.footer a {
    color: #b6cbca;
    font-size: 0.9rem;
}

.footer ul li + li {
    margin-top: 0.4rem;
}

.footer a:hover {
    color: #ffffff;
}

.social-links {
    display: flex;
    gap: 0.55rem;
    margin-top: 0.75rem;
}

.social-links a {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(182, 203, 202, 0.25);
}

.contact-info li {
    display: flex;
    gap: 0.55rem;
    align-items: flex-start;
}

.contact-info li i {
    margin-top: 0.18rem;
    color: #8dd9d3;
}

.footer-bottom {
    border-top: 1px solid rgba(182, 203, 202, 0.2);
    padding-top: 0.9rem;
    text-align: center;
}

.footer-bottom p {
    color: #90aca9;
}

/* Floating tools */
.chat-widget {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    z-index: 1003;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.72rem;
}

.chat-launcher {
    width: 58px;
    height: 58px;
    border: 0;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #ffffff;
    font-size: 1.3rem;
    cursor: pointer;
    background: linear-gradient(135deg, #0f8c88, #0b6f6a);
    box-shadow: var(--shadow-md);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.chat-launcher:hover {
    transform: translateY(-2px) scale(1.02);
    box-shadow: var(--shadow-lg);
}

.chat-widget.open .chat-launcher {
    opacity: 0;
    pointer-events: none;
    transform: translateY(8px) scale(0.88);
}

.chat-panel {
    width: min(380px, calc(100vw - 1.4rem));
    max-height: min(690px, calc(100vh - 1.5rem));
    border-radius: 24px;
    border: 1px solid #d5e3dc;
    background: #edf0ee;
    box-shadow: var(--shadow-lg);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transform: translateY(14px) scale(0.98);
    opacity: 0;
    transition: transform 0.22s ease, opacity 0.22s ease;
}

.chat-widget.open .chat-panel {
    transform: translateY(0) scale(1);
    opacity: 1;
}

.chat-panel-header {
    background: #0d6b63;
    color: #ffffff;
    padding: 1.05rem 1.15rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.7rem;
}

.chat-panel-header h4 {
    font-family: 'Space Grotesk', 'Public Sans', sans-serif;
    font-size: 1.15rem;
    line-height: 1.2;
}

.chat-close {
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
    cursor: pointer;
}

.chat-close:hover {
    background: rgba(255, 255, 255, 0.22);
}

.chat-panel-body {
    padding: 1rem;
    overflow: auto;
    display: grid;
    gap: 0.9rem;
}

.chat-messages {
    display: grid;
    gap: 0.7rem;
}

.chat-msg {
    display: flex;
    align-items: flex-end;
    gap: 0.62rem;
}

.chat-msg.user {
    justify-content: flex-end;
}

.chat-msg.user .chat-bubble {
    background: #e8f7ef;
    color: #12594c;
    border: 1px solid #b8dfca;
    border-bottom-right-radius: 9px;
}

.chat-msg.bot .chat-bubble {
    background: #ffffff;
    color: #304043;
    border: 1px solid #dce8e3;
    border-bottom-left-radius: 9px;
}

.chat-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    color: #ffffff;
    background: linear-gradient(180deg, #f4c060, #eea93b);
}

.chat-bubble {
    max-width: 85%;
    border-radius: 16px;
    padding: 0.8rem 0.9rem;
    font-size: 0.95rem;
    line-height: 1.45;
    white-space: pre-line;
}

.chat-inline-link {
    display: inline-flex;
    margin-top: 0.55rem;
    color: var(--brand-strong);
    font-weight: 700;
    font-size: 0.85rem;
}

.chat-typing {
    display: inline-flex;
    align-items: center;
    gap: 0.24rem;
}

.chat-typing span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #89a3a3;
    animation: chatTyping 1.1s infinite ease-in-out;
}

.chat-typing span:nth-child(2) {
    animation-delay: 0.15s;
}

.chat-typing span:nth-child(3) {
    animation-delay: 0.3s;
}

@keyframes chatTyping {
    0%, 80%, 100% {
        opacity: 0.35;
        transform: translateY(0);
    }
    40% {
        opacity: 1;
        transform: translateY(-2px);
    }
}

.chat-quick-list {
    display: grid;
    gap: 0.55rem;
}

.chat-quick-btn {
    width: fit-content;
    max-width: 100%;
    border: 1px solid #b9ddc7;
    background: #f5fbf7;
    color: #0e6758;
    border-radius: 999px;
    padding: 0.6rem 0.9rem;
    font-size: 0.95rem;
    font-weight: 500;
    cursor: pointer;
    text-align: left;
}

.chat-quick-btn:hover {
    border-color: #8cc8ac;
    background: #edf8f1;
}

.chat-input-row {
    border-top: 1px solid #d8e7e0;
    background: #f3f7f5;
    padding: 0.82rem;
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.chat-input {
    border: 1px solid #cfdfd7;
    border-radius: 999px;
    background: #ffffff;
    color: var(--text);
    font-size: 0.98rem;
    padding: 0.84rem 1rem;
    width: 100%;
}

.chat-input:focus {
    outline: none;
    border-color: rgba(15, 140, 136, 0.65);
    box-shadow: 0 0 0 3px rgba(15, 140, 136, 0.15);
}

.chat-send {
    width: 48px;
    height: 48px;
    border: 0;
    border-radius: 50%;
    background: #29c86e;
    color: #ffffff;
    display: grid;
    place-items: center;
    font-size: 1.1rem;
    cursor: pointer;
    flex: 0 0 auto;
}

.chat-send:hover {
    background: #1eb15f;
}

.chat-send:disabled {
    opacity: 0.55;
    cursor: not-allowed;
}

.sales-toast-stack {
    position: fixed;
    left: 1rem;
    bottom: 1rem;
    z-index: 1002;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    width: min(420px, calc(100vw - 1.4rem));
    pointer-events: none;
}

.sales-toast {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.78rem;
    padding: 0.9rem 2.2rem 0.9rem 0.9rem;
    border-radius: 18px;
    border: 1px solid #dde8e3;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: var(--shadow-md);
    color: var(--text);
    transform: translateX(-26px);
    opacity: 0;
    transition: opacity 0.32s ease, transform 0.32s ease;
    pointer-events: auto;
}

.sales-toast.show {
    opacity: 1;
    transform: translateX(0);
}

.sales-toast.hide {
    opacity: 0;
    transform: translateX(-18px);
}

.sales-toast-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    color: #ffffff;
    font-size: 1.3rem;
    background: linear-gradient(140deg, #0f8c88, #0b6f6a);
}

.sales-toast-content {
    min-width: 0;
}

.sales-toast-meta {
    font-size: 0.95rem;
    color: #5f7273;
    line-height: 1.35;
}

.sales-toast-meta strong {
    color: #26393a;
}

.sales-toast-title {
    margin-top: 0.2rem;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.3;
    color: #1d2a31;
}

.sales-toast-note {
    margin-top: 0.22rem;
    display: inline-flex;
    align-items: center;
    padding: 0.12rem 0.5rem;
    border-radius: 999px;
    font-size: 0.72rem;
    color: #346d66;
    background: #e6f5f1;
    border: 1px solid #c8e7df;
}

.sales-toast-close {
    position: absolute;
    top: 0.45rem;
    right: 0.45rem;
    width: 28px;
    height: 28px;
    border: 0;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #93a4a6;
    background: transparent;
    cursor: pointer;
}

.sales-toast-close:hover {
    background: #f1f5f4;
    color: #5c6f72;
}

.chat-widget.open ~ .whatsapp-float,
.chat-widget.open ~ .back-to-top {
    opacity: 0;
    pointer-events: none;
    transform: translateY(6px);
}

.whatsapp-float,
.back-to-top {
    position: fixed;
    right: 1rem;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    z-index: 999;
    border: 1px solid transparent;
    box-shadow: var(--shadow-sm);
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.whatsapp-float {
    bottom: 5.3rem;
    background: #25d366;
    color: #ffffff;
    font-size: 1.5rem;
}

.whatsapp-float:hover {
    transform: translateY(-3px) scale(1.04);
}

.back-to-top {
    bottom: 9rem;
    opacity: 0;
    pointer-events: none;
    background: var(--surface);
    color: var(--brand-strong);
    border-color: var(--border);
}

.back-to-top.visible {
    opacity: 1;
    pointer-events: auto;
}

/* Inner pages */
.page-header {
    padding: clamp(2.8rem, 5.6vw, 4.2rem) 0;
    text-align: center;
}

.page-header h1 {
    font-family: 'Space Grotesk', 'Public Sans', sans-serif;
    font-size: clamp(1.85rem, 4vw, 3rem);
    line-height: 1.1;
}

.page-header p {
    color: var(--muted);
    margin-top: 0.4rem;
}

.content-body {
    max-width: 900px;
    margin: 0 auto;
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    background: var(--surface);
    padding: 1.4rem;
    box-shadow: var(--shadow-sm);
}

.content-body h2,
.content-body h3,
.content-body h4 {
    font-family: 'Space Grotesk', 'Public Sans', sans-serif;
    margin: 0.95rem 0 0.5rem;
}

.content-body p,
.content-body li {
    color: #415f61;
}

/* Contact page */
.contact-cards {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    margin-bottom: 1.25rem;
}

.contact-card {
    text-align: center;
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    background: var(--surface);
    padding: 1rem;
    box-shadow: var(--shadow-sm);
}

.contact-card h3 {
    font-size: 1rem;
    margin: 0.5rem 0 0.25rem;
}

.contact-card p {
    font-size: 0.9rem;
    color: var(--muted);
}

/* References page */
.reference-grid {
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    margin-top: 1.1rem;
}

.reference-card {
    border: 1px solid var(--border);
    border-radius: 15px;
    background: var(--surface);
    padding: 1rem;
    min-height: 116px;
    display: grid;
    place-items: center;
    box-shadow: var(--shadow-sm);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.reference-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
}

.reference-logo {
    max-height: 72px;
    object-fit: contain;
    filter: grayscale(1) contrast(0.9);
    opacity: 0.7;
    transition: opacity 0.2s ease, filter 0.2s ease;
}

.reference-card:hover .reference-logo {
    filter: none;
    opacity: 1;
}

.reference-placeholder {
    border: 1px dashed var(--border);
    border-radius: 12px;
    width: 100%;
    padding: 0.8rem;
    text-align: center;
    color: var(--muted);
    font-weight: 600;
    font-size: 0.85rem;
}

.trust-wrap {
    max-width: 840px;
    margin: 0 auto;
    text-align: center;
}

.trust-wrap p {
    color: var(--muted);
    margin: 0.85rem 0 1rem;
}

/* Form-focused pages */
.form-shell .section-subtitle {
    margin-bottom: 1.2rem;
}

.form-card {
    max-width: 760px;
    margin: 0 auto;
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    background: var(--surface);
    box-shadow: var(--shadow-md);
    padding: 1.3rem;
}

.form-intro {
    text-align: center;
    margin-bottom: 1rem;
}

.form-intro h2 {
    font-family: 'Space Grotesk', 'Public Sans', sans-serif;
    font-size: clamp(1.5rem, 3.1vw, 2.1rem);
    margin-top: 0.7rem;
}

.form-intro p {
    color: var(--muted);
    font-size: 0.94rem;
}

.form-card form .btn {
    width: 100%;
}

.field-group {
    margin-bottom: 0.86rem;
}

.field-label {
    display: block;
    margin-bottom: 0.32rem;
    font-size: 0.88rem;
    font-weight: 700;
    color: var(--text);
}

.field-note {
    margin-top: 0.34rem;
    color: var(--muted);
    font-size: 0.8rem;
}

.info-grid {
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    margin-top: 1rem;
}

.info-card {
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    background: var(--surface);
    padding: 0.9rem;
    box-shadow: var(--shadow-sm);
}

.info-card h4 {
    font-size: 0.96rem;
    margin: 0.45rem 0 0.25rem;
}

.info-card p {
    color: var(--muted);
    font-size: 0.86rem;
}

/* Alerts */
.alert {
    border-radius: 12px;
    border: 1px solid transparent;
    padding: 0.8rem 0.9rem;
    font-size: 0.9rem;
    margin-bottom: 0.72rem;
}

.alert-success {
    background: rgba(43, 158, 102, 0.12);
    border-color: rgba(43, 158, 102, 0.3);
    color: #1e7f50;
}

.alert-error {
    background: rgba(204, 95, 47, 0.1);
    border-color: rgba(204, 95, 47, 0.26);
    color: #aa4d24;
}

/* Animation helpers */
.reveal {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.reveal.in-view {
    opacity: 1;
    transform: translateY(0);
}

/* Responsive */
@media (max-width: 1060px) {
    .hero-grid,
    .about-grid,
    .benefits-grid {
        grid-template-columns: 1fr;
    }

    .footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .section-title.text-left {
        text-align: center;
    }

    .about-desc {
        text-align: center;
    }
}

@media (max-width: 980px) {
    .mobile-toggle {
        display: inline-block;
    }

    .btn-whatsapp {
        display: none;
    }

    .nav-menu {
        position: fixed;
        right: -310px;
        top: 0;
        width: min(300px, 82vw);
        height: 100vh;
        background: var(--surface);
        border-left: 1px solid var(--border);
        box-shadow: var(--shadow-md);
        z-index: 999;
        padding: 5.6rem 0.9rem 1rem;
        flex-direction: column;
        align-items: stretch;
        gap: 0.2rem;
        transition: right 0.22s ease;
        overflow-y: auto;
    }

    .nav-menu.open {
        right: 0;
    }

    .nav-menu > li > a {
        width: 100%;
        border-radius: 11px;
    }

    .has-dropdown .dropdown-menu {
        position: static;
        width: 100%;
        border-radius: 12px;
        box-shadow: none;
        background: #f3f9f7;
        border-color: rgba(15, 140, 136, 0.22);
        margin: 0.35rem 0 0;
        max-height: 0;
        padding: 0;
        overflow: hidden;
        opacity: 1;
        visibility: visible;
        transform: none;
        transition: max-height 0.24s ease, padding 0.24s ease;
    }

    .has-dropdown.open .dropdown-menu {
        max-height: 420px;
        padding: 0.4rem;
    }
}

@media (max-width: 740px) {
    .container {
        width: min(1180px, 100% - 1.4rem);
    }

    .footer-grid {
        grid-template-columns: 1fr;
    }

    .cta-buttons,
    .btn-row {
        flex-direction: column;
    }

    .cta-buttons .btn,
    .btn-row .btn,
    .contact-form-inline button {
        width: 100%;
    }

    .campaign-bar .container {
        gap: 0.45rem;
    }

    .pricing-head {
        gap: 0.5rem;
    }

    .pricing-head h3 {
        min-height: 2.7em;
    }

    .chat-widget {
        right: 0.7rem;
        bottom: 0.7rem;
    }

    .chat-panel {
        width: min(380px, calc(100vw - 1rem));
        max-height: min(660px, calc(100vh - 1rem));
        border-radius: 18px;
    }

    .chat-panel-header {
        padding: 0.9rem 1rem;
    }

    .chat-panel-header h4 {
        font-size: 1.05rem;
    }

    .sales-toast-stack {
        left: 0.7rem;
        width: calc(100vw - 1.4rem);
    }

    .sales-toast {
        border-radius: 14px;
        padding: 0.75rem 2rem 0.75rem 0.75rem;
    }

    .sales-toast-icon {
        width: 44px;
        height: 44px;
        font-size: 1.15rem;
    }

    .sales-toast-meta {
        font-size: 0.88rem;
    }

    .sales-toast-title {
        font-size: 0.93rem;
    }

    .whatsapp-float,
    .back-to-top {
        right: 0.7rem;
        width: 48px;
        height: 48px;
    }

    .whatsapp-float {
        display: none;
    }

    .back-to-top {
        bottom: 4.8rem;
    }
}
