:root {
    --bg: #07111f;
    --bg-soft: #0f1d30;
    --surface: rgba(255, 255, 255, 0.08);
    --surface-border: rgba(255, 255, 255, 0.16);
    --text: #eff5ff;
    --text-soft: #b7c3d6;
    --headline: #ffffff;
    --accent: #ff8a3d;
    --accent-soft: #ffd4a8;
    --accent-2: #5ad4ff;
    --page-max: 1180px;
    --shadow-xl: 0 30px 80px rgba(0, 0, 0, 0.3);
    --radius-lg: 32px;
    --radius-md: 22px;
}

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

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--text);
    background:
        radial-gradient(circle at top left, rgba(90, 212, 255, 0.14), transparent 28%),
        radial-gradient(circle at top right, rgba(255, 138, 61, 0.18), transparent 24%),
        linear-gradient(180deg, #08111f 0%, #0b1730 55%, #07111f 100%);
    font-family: "Manrope", sans-serif;
    line-height: 1.6;
}

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

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

button,
input {
    font: inherit;
}

button {
    cursor: pointer;
}

.site-shell {
    position: relative;
    overflow: clip;
}

.site-shell::before,
.site-shell::after {
    content: "";
    position: absolute;
    pointer-events: none;
    z-index: 0;
}

.site-shell::before {
    top: 8rem;
    right: -6rem;
    width: 22rem;
    height: 22rem;
    background: radial-gradient(circle, rgba(255, 138, 61, 0.26) 0%, rgba(255, 138, 61, 0) 70%);
}

.site-shell::after {
    left: -7rem;
    bottom: 18rem;
    width: 24rem;
    height: 24rem;
    background: radial-gradient(circle, rgba(90, 212, 255, 0.18) 0%, rgba(90, 212, 255, 0) 72%);
}

.container {
    width: min(calc(100% - 2rem), var(--page-max));
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    transition: background-color 180ms ease, border-color 180ms ease, backdrop-filter 180ms ease;
}

.site-header.is-scrolled {
    backdrop-filter: blur(18px);
    background: rgba(7, 17, 31, 0.82);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.2rem;
    padding: 1rem 0;
}

.brand-lockup {
    display: flex;
    align-items: center;
    gap: 0.85rem;
}

.brand-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 4.5rem;
    height: 4.5rem;
    padding: 0.18rem;
    border-radius: 50%;
    background: radial-gradient(circle at top, rgba(255, 192, 89, 0.38), rgba(255, 138, 61, 0.1));
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.24);
}

.brand-mark img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.brand-name,
.brand-copy,
.site-navigation a,
.button,
.section-label,
.project-tag,
.card-index,
.footer-kicker,
.hero-metric-card strong,
.hero-floating-card strong {
    font-family: "Space Grotesk", sans-serif;
}

.brand-copy {
    display: flex;
    flex-direction: column;
}

.brand-name {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--headline);
}

.brand-tagline {
    color: var(--text-soft);
    font-size: 0.84rem;
}

.menu-toggle {
    display: none;
    width: 3rem;
    height: 3rem;
    border: 1px solid var(--surface-border);
    background: var(--surface);
    border-radius: 50%;
    cursor: pointer;
    padding: 0.7rem;
}

.menu-toggle span {
    display: block;
    width: 100%;
    height: 2px;
    background: var(--headline);
    margin: 0.23rem 0;
}

.menu-toggle .screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}

.site-navigation .nav-menu {
    display: flex;
    align-items: center;
    gap: 1.3rem;
    list-style: none;
    padding: 0;
    margin: 0;
}

.site-navigation a {
    color: var(--text-soft);
    font-size: 0.96rem;
}

.site-navigation a:hover,
.site-navigation a:focus-visible,
.footer-links a:hover,
.footer-links a:focus-visible {
    color: var(--headline);
}

.header-cta,
.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    padding: 0.85rem 1.35rem;
    border-radius: 999px;
    border: 1px solid transparent;
    font-size: 0.95rem;
    font-weight: 700;
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

.header-cta,
.button-primary {
    color: #07111f;
    background: linear-gradient(135deg, var(--accent) 0%, #ffb16f 100%);
    box-shadow: 0 18px 40px rgba(255, 138, 61, 0.24);
}

.button-secondary {
    color: var(--headline);
    border-color: var(--surface-border);
    background: rgba(255, 255, 255, 0.04);
}

.header-cta:hover,
.button:hover {
    transform: translateY(-2px);
}

.hero-section {
    padding: 4rem 0 2rem;
}

.hero-grid,
.split-grid,
.seo-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.2rem;
    align-items: center;
}

.eyebrow,
.section-label,
.project-tag,
.footer-kicker {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 0.9rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    background: rgba(255, 255, 255, 0.04);
    color: var(--accent-soft);
    letter-spacing: 0.04em;
    font-size: 0.78rem;
    text-transform: uppercase;
}

.hero-copy h1,
.section-heading h2,
.split-copy h2,
.seo-copy h2,
.contact-card h2,
.site-footer h2,
.entry-title {
    margin: 1rem 0;
    color: var(--headline);
    font-family: "Space Grotesk", sans-serif;
    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 1.02;
}

.hero-copy h1 {
    max-width: 12ch;
    font-size: clamp(2.9rem, 6vw, 5.5rem);
}

.hero-lead,
.section-heading p,
.split-copy p,
.seo-copy p,
.contact-card p,
.site-footer p,
.entry-content,
.hero-highlights li,
.trust-grid p {
    color: var(--text-soft);
    font-size: 1.02rem;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin: 2rem 0 1.5rem;
}

.hero-highlights,
.bullet-list {
    display: grid;
    gap: 0.8rem;
    list-style: none;
    padding: 0;
    margin: 0;
}

.hero-highlights li,
.bullet-list li {
    position: relative;
    padding-left: 1.5rem;
}

.hero-highlights li::before,
.bullet-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.65rem;
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--accent), var(--accent-2));
    box-shadow: 0 0 0 0.28rem rgba(255, 255, 255, 0.04);
}

.hero-visual {
    position: relative;
    min-height: 38rem;
}

.hero-photo-card,
.media-card,
.seo-media,
.mini-panel,
.info-card,
.process-card,
.project-card,
.contact-card,
.entry-card,
.hero-metric-card,
.hero-floating-card,
.trust-grid > div {
    background: linear-gradient(180deg, rgba(15, 29, 48, 0.92), rgba(7, 17, 31, 0.82));
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: var(--shadow-xl);
}

.hero-photo-card {
    position: absolute;
    inset: 0 1.6rem 5.5rem 0;
    overflow: hidden;
    border-radius: var(--radius-lg);
}

.hero-photo-card img,
.media-card img,
.seo-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-metric-card {
    position: absolute;
    left: -1rem;
    bottom: 7rem;
    max-width: 15rem;
    padding: 1.25rem;
    border-radius: 1.4rem;
    background: rgba(7, 17, 31, 0.88);
    backdrop-filter: blur(12px);
}

.hero-metric-card strong,
.hero-floating-card strong,
.info-card h3,
.process-card h3,
.project-card h3 {
    display: block;
    color: var(--headline);
    font-size: 1.15rem;
    margin-bottom: 0.35rem;
}

.hero-metric-card span,
.hero-floating-card span,
.info-card p,
.process-card p,
.project-card p {
    color: #d7e3f5;
    font-size: 0.96rem;
}

.project-link {
    display: inline-flex;
    align-items: center;
    margin-top: 1rem;
    color: var(--accent-soft);
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.92rem;
    font-weight: 700;
}

.project-link:hover,
.project-link:focus-visible {
    color: var(--headline);
}

.hero-floating-card {
    position: absolute;
    right: 0;
    bottom: 1.5rem;
    max-width: 16rem;
    padding: 1.15rem 1.25rem;
    border-radius: 1.35rem;
    background: linear-gradient(135deg, rgba(7, 17, 31, 0.93), rgba(15, 29, 48, 0.88));
    backdrop-filter: blur(12px);
}

.trust-section {
    padding: 1.5rem 0 0;
}

.trust-grid,
.cards-grid,
.process-grid,
.footer-grid {
    display: grid;
    gap: 1.2rem;
}

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

.keyword-grid {
    display: grid;
    gap: 1.2rem;
}

.keyword-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.trust-grid > div,
.info-card,
.process-card,
.project-card {
    padding: 1.45rem;
    border-radius: var(--radius-md);
}

.trust-grid span {
    display: block;
    color: var(--headline);
    font-family: "Space Grotesk", sans-serif;
    font-size: 1.35rem;
    font-weight: 700;
    margin-bottom: 0.35rem;
}

.section {
    padding: 6rem 0 0;
}

.section-heading {
    max-width: 44rem;
    margin-bottom: 2rem;
}

.section-heading h2,
.split-copy h2,
.seo-copy h2,
.contact-card h2,
.site-footer h2,
.entry-title {
    font-size: clamp(2rem, 4.1vw, 3.8rem);
}

.cards-grid.service-grid,
.cards-grid.project-grid,
.process-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.card-index {
    color: var(--accent-soft);
    font-size: 0.88rem;
}

.split-visual,
.seo-media,
.affiliate-store-panel {
    position: relative;
}

.media-card,
.seo-media {
    overflow: hidden;
    min-height: 30rem;
    border-radius: var(--radius-lg);
}

.mini-panel {
    position: absolute;
    right: -1.2rem;
    bottom: -1.2rem;
    width: min(18rem, 55%);
    padding: 0.65rem;
    border-radius: var(--radius-md);
    background: rgba(7, 17, 31, 0.88);
}

.mini-panel img {
    border-radius: 1rem;
}

.affiliate-store-section {
    position: relative;
}

.affiliate-store-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.2rem;
    align-items: center;
}

.affiliate-store-copy h2 {
    margin: 1rem 0;
    color: var(--headline);
    font-family: "Space Grotesk", sans-serif;
    font-size: clamp(2rem, 4.1vw, 3.8rem);
    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 1.02;
}

.affiliate-store-copy p {
    color: var(--text-soft);
    font-size: 1.02rem;
}

.affiliate-store-preview {
    position: relative;
    min-height: 34rem;
    overflow: hidden;
    border-radius: var(--radius-lg);
    background: linear-gradient(180deg, rgba(15, 29, 48, 0.92), rgba(7, 17, 31, 0.82));
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: var(--shadow-xl);
}

.affiliate-store-preview img {
    width: 100%;
    height: 100%;
    min-height: 34rem;
    object-fit: cover;
}

.affiliate-store-overlay {
    position: absolute;
    left: 1.2rem;
    right: 1.2rem;
    bottom: 1.2rem;
    padding: 1.2rem;
    border-radius: 1.3rem;
    background: rgba(7, 17, 31, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(14px);
}

.affiliate-store-overlay span,
.affiliate-metrics span {
    color: #d7e3f5;
    font-size: 0.95rem;
}

.affiliate-store-overlay strong,
.affiliate-metrics strong {
    display: block;
    color: var(--headline);
    font-family: "Space Grotesk", sans-serif;
    font-size: 1.12rem;
    line-height: 1.2;
}

.affiliate-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.8rem;
    margin-top: 0.9rem;
}

.affiliate-metrics article {
    padding: 1rem;
    border-radius: 1rem;
    background: linear-gradient(180deg, rgba(15, 29, 48, 0.92), rgba(7, 17, 31, 0.82));
    border: 1px solid rgba(255, 255, 255, 0.14);
}

.process-card span {
    display: inline-grid;
    place-items: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(255, 138, 61, 0.18), rgba(90, 212, 255, 0.18));
    color: var(--headline);
    font-family: "Space Grotesk", sans-serif;
    font-weight: 700;
    margin-bottom: 1rem;
}

.faq-list {
    display: grid;
    gap: 1rem;
}

.faq-list details {
    padding: 1.3rem 1.4rem;
    border-radius: var(--radius-md);
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.04);
}

.faq-list summary {
    cursor: pointer;
    list-style: none;
    font-family: "Space Grotesk", sans-serif;
    color: var(--headline);
    font-size: 1.05rem;
    font-weight: 700;
}

.faq-list summary::-webkit-details-marker {
    display: none;
}

.faq-list p {
    margin: 0.9rem 0 0;
    color: var(--text-soft);
}

.contact-section {
    padding-bottom: 4rem;
}

.contact-card {
    display: grid;
    grid-template-columns: 1.4fr 0.8fr;
    gap: 1.5rem;
    align-items: center;
    padding: 2rem;
    border-radius: var(--radius-lg);
    background: linear-gradient(135deg, rgba(255, 138, 61, 0.15), rgba(90, 212, 255, 0.08), rgba(255, 255, 255, 0.04));
}

.contact-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    justify-content: flex-end;
}

.site-footer {
    padding: 0 0 2rem;
}

.footer-grid {
    grid-template-columns: 1.2fr 0.8fr;
    padding: 1.75rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-links {
    display: grid;
    justify-content: flex-end;
    gap: 0.55rem;
    text-align: right;
}

.footer-whatsapp-link {
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--text-soft);
    text-align: inherit;
}

.footer-bottom {
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.aguia-floating-button {
    position: fixed;
    right: 1.35rem;
    bottom: 1.35rem;
    z-index: 110;
    display: inline-grid;
    grid-template-columns: auto auto;
    align-items: center;
    gap: 0.8rem;
    min-height: 4.2rem;
    padding: 0.72rem 1rem 0.72rem 0.72rem;
    color: #07111f;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(255, 177, 111, 0.92)),
        linear-gradient(135deg, var(--accent), var(--accent-soft));
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 999px;
    box-shadow: 0 20px 55px rgba(0, 0, 0, 0.34), 0 0 0 1px rgba(255, 177, 111, 0.22);
    cursor: pointer;
    overflow: visible;
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.aguia-floating-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.42), 0 0 0 1px rgba(255, 177, 111, 0.38);
}

.aguia-floating-button__pulse {
    position: absolute;
    inset: -0.35rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 177, 111, 0.42);
    animation: aguiaFloatPulse 2.6s ease-out infinite;
}

.aguia-floating-button__icon {
    display: grid;
    place-items: center;
    width: 2.8rem;
    height: 2.8rem;
    border-radius: 50%;
    color: #07111f;
    background: rgba(255, 255, 255, 0.56);
    box-shadow: inset 0 0 0 1px rgba(7, 17, 31, 0.08);
}

.aguia-floating-button__icon svg {
    width: 1.45rem;
    height: 1.45rem;
    fill: currentColor;
}

.aguia-floating-button__text {
    display: grid;
    gap: 0.1rem;
    text-align: left;
    line-height: 1.1;
}

.aguia-floating-button__text strong {
    font-family: "Space Grotesk", sans-serif;
    font-size: 1rem;
}

.aguia-floating-button__text small {
    color: rgba(7, 17, 31, 0.72);
    font-size: 0.78rem;
    font-weight: 800;
}

@keyframes aguiaFloatPulse {
    0% {
        transform: scale(0.96);
        opacity: 0.8;
    }

    70%,
    100% {
        transform: scale(1.14);
        opacity: 0;
    }
}

.page-main {
    padding: 4rem 0;
}

.copy-block {
    max-width: 52rem;
}

.entry-card {
    padding: 2rem;
    border-radius: var(--radius-lg);
}

.entry-content p:first-child {
    margin-top: 0;
}

[data-reveal] {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 600ms ease, transform 600ms ease;
}

[data-reveal].is-visible {
    opacity: 1;
    transform: translateY(0);
}

body.modal-open {
    overflow: hidden;
}

body.exit-modal-open {
    overflow: hidden;
}

.exit-intent-modal[hidden] {
    display: none;
}

.exit-intent-modal {
    position: fixed;
    inset: 0;
    z-index: 118;
    display: grid;
    place-items: center;
    padding: 1.2rem;
}

.exit-intent-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(3, 9, 18, 0.78);
    backdrop-filter: blur(10px);
}

.exit-intent-modal__dialog {
    position: relative;
    z-index: 1;
    width: min(100%, 36rem);
    padding: clamp(1.6rem, 4vw, 2.4rem);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 1.6rem;
    background:
        radial-gradient(circle at top right, rgba(255, 138, 61, 0.2), transparent 34%),
        linear-gradient(180deg, rgba(15, 29, 48, 0.98), rgba(7, 17, 31, 0.98));
    box-shadow: 0 35px 90px rgba(0, 0, 0, 0.45);
}

.exit-intent-modal__close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 2.5rem;
    height: 2.5rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: var(--headline);
    background: rgba(255, 255, 255, 0.04);
    font-size: 1.45rem;
    line-height: 1;
}

.exit-intent-modal__dialog h3 {
    margin: 1rem 0 0.8rem;
    color: var(--headline);
    font-family: "Space Grotesk", sans-serif;
    font-size: clamp(2rem, 5vw, 3.2rem);
    line-height: 1;
}

.exit-intent-modal__dialog p {
    margin: 0.75rem 0;
    color: var(--text-soft);
    font-size: 1.05rem;
}

.exit-intent-modal__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.4rem;
}

.full-service-home {
    --full-card: rgba(255, 255, 255, 0.075);
    --full-stroke: rgba(255, 255, 255, 0.16);
    --full-cyan: #27d7ff;
    --full-green: #62ffbf;
    --full-shadow: 0 24px 80px rgba(0, 0, 0, 0.34);
}

.full-service-home .section-pad,
.full-service-home .full-section {
    padding: 7rem max(24px, calc((100vw - 1180px) / 2));
}

.full-hero {
    min-height: 100vh;
    display: grid;
    grid-template-columns: 1.04fr 0.96fr;
    gap: 3rem;
    align-items: center;
    padding-top: 8.8rem;
}

.full-brand-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.5rem 0.85rem;
    border: 1px solid var(--full-stroke);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.055);
    color: var(--headline);
    font-weight: 800;
}

.full-brand-chip img {
    width: 2rem;
    height: 2rem;
    border-radius: 0.7rem;
    object-fit: contain;
}

.full-eyebrow {
    display: flex;
    gap: 0.7rem;
    align-items: center;
    margin: 1.4rem 0 0;
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: 0.78rem;
    color: var(--full-green);
    font-weight: 800;
}

.full-eyebrow span {
    width: 2.1rem;
    height: 1px;
    background: var(--full-green);
}

.full-hero-copy h1,
.full-section-head h2,
.full-split-copy h2,
.full-cta h2 {
    margin: 1rem 0 1.1rem;
    color: var(--headline);
    font-family: "Space Grotesk", sans-serif;
    line-height: 1;
}

.full-hero-copy h1 {
    max-width: 52rem;
    font-size: clamp(3rem, 6vw, 5.8rem);
}

.full-hero-copy > p {
    max-width: 43rem;
    color: var(--text-soft);
    font-size: 1.15rem;
    line-height: 1.75;
}

.full-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin: 1.9rem 0;
}

.full-trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 1.8rem;
    margin-top: 1.7rem;
}

.full-trust-row div {
    display: grid;
    gap: 0.2rem;
}

.full-trust-row strong {
    color: var(--headline);
    font-size: 1.65rem;
}

.full-trust-row small {
    color: var(--text-soft);
}

.full-hero-visual {
    position: relative;
    min-height: 35rem;
}

.full-orbit {
    position: absolute;
    inset: 2.5rem;
    border-radius: 50%;
    border: 1px solid rgba(39, 215, 255, 0.14);
    filter: drop-shadow(0 0 35px rgba(39, 215, 255, 0.18));
    animation: fullSpin 18s linear infinite;
}

.full-dashboard {
    position: absolute;
    inset: 5rem 0 2.5rem 1.2rem;
    overflow: hidden;
    border: 1px solid var(--full-stroke);
    border-radius: 1.8rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04));
    box-shadow: var(--full-shadow);
    backdrop-filter: blur(18px);
}

.full-dashboard-top {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1.1rem;
    border-bottom: 1px solid var(--full-stroke);
}

.full-dashboard-top span {
    width: 0.62rem;
    height: 0.62rem;
    border-radius: 50%;
    background: var(--full-cyan);
}

.full-dashboard-top em {
    margin-left: auto;
    color: var(--text-soft);
    font-size: 0.82rem;
}

.full-dashboard-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 0.9rem;
    padding: 1.1rem;
}

.full-metric,
.full-ticket,
.full-card,
.full-price-card {
    border: 1px solid var(--full-stroke);
    border-radius: 1.4rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.035));
    box-shadow: 0 16px 60px rgba(0, 0, 0, 0.2);
}

.full-metric,
.full-ticket {
    min-height: 7.5rem;
    padding: 1rem;
}

.full-metric-big {
    grid-row: span 2;
}

.full-metric small {
    color: var(--text-soft);
}

.full-metric strong {
    display: block;
    margin-top: 0.6rem;
    color: var(--headline);
    font-size: 2.8rem;
}

.full-chart-bars {
    display: flex;
    align-items: end;
    gap: 0.5rem;
    height: 5rem;
    margin-top: 1.2rem;
}

.full-chart-bars i {
    flex: 1;
    min-width: 0.7rem;
    border-radius: 999px 999px 0 0;
    background: linear-gradient(180deg, var(--full-green), var(--full-cyan));
}

.full-chart-bars i:nth-child(1) { height: 34%; }
.full-chart-bars i:nth-child(2) { height: 58%; }
.full-chart-bars i:nth-child(3) { height: 44%; }
.full-chart-bars i:nth-child(4) { height: 78%; }
.full-chart-bars i:nth-child(5) { height: 92%; }

.full-ticket b {
    color: var(--headline);
}

.full-ticket p {
    margin-bottom: 0;
    font-size: 0.9rem;
}

.full-floating {
    position: absolute;
    z-index: 2;
    padding: 0.9rem 1rem;
    border: 1px solid var(--full-stroke);
    border-radius: 1.1rem;
    background: rgba(8, 14, 28, 0.78);
    box-shadow: var(--full-shadow);
    backdrop-filter: blur(16px);
    animation: fullFloat 4s ease-in-out infinite;
}

.full-floating b {
    color: var(--headline);
}

.full-floating span {
    display: block;
    margin-top: 0.25rem;
    color: var(--full-green);
    font-size: 0.82rem;
}

.full-card-a { top: 6rem; right: 0.5rem; }
.full-card-b { bottom: 7rem; left: 0; }
.full-card-c { right: 0.8rem; bottom: 3.2rem; }

.full-strip {
    display: flex;
    gap: 1.8rem;
    overflow: hidden;
    padding: 1.45rem;
    border-block: 1px solid var(--full-stroke);
    color: #d8e8ff;
    white-space: nowrap;
    background: rgba(255, 255, 255, 0.035);
}

.full-section-head {
    max-width: 52rem;
    margin-bottom: 2rem;
}

.full-section-head h2,
.full-split-copy h2,
.full-cta h2 {
    font-size: clamp(2.1rem, 4vw, 3.6rem);
}

.full-services-grid,
.full-pricing {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.1rem;
}

.full-card,
.full-price-card {
    padding: 1.6rem;
}

.full-card i {
    display: inline-grid;
    place-items: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.9rem;
    color: #00111a;
    background: linear-gradient(135deg, var(--full-green), var(--full-cyan));
    font-style: normal;
    font-weight: 900;
}

.full-card h3,
.full-price-card h3 {
    margin: 1rem 0 0.5rem;
    color: var(--headline);
    font-family: "Space Grotesk", sans-serif;
    font-size: 1.5rem;
}

.full-card p,
.full-price-card p,
.full-price-card li,
.full-feature-list li,
.full-cta p,
.full-aguia-card span {
    color: var(--text-soft);
}

.full-split-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}

.full-image-panel {
    position: relative;
}

.full-image-panel img {
    width: 100%;
    height: 32rem;
    object-fit: cover;
    border: 1px solid var(--full-stroke);
    border-radius: 2rem;
    box-shadow: var(--full-shadow);
}

.full-glass-note {
    position: absolute;
    right: 1.5rem;
    bottom: 1.5rem;
    width: min(16.5rem, calc(100% - 3rem));
    padding: 1rem;
    border: 1px solid var(--full-stroke);
    border-radius: 1.3rem;
    background: rgba(5, 8, 20, 0.72);
    backdrop-filter: blur(18px);
}

.full-glass-note b {
    color: var(--headline);
}

.full-glass-note span {
    display: block;
    margin-top: 0.45rem;
    color: var(--text-soft);
}

.full-feature-list {
    display: grid;
    gap: 0.9rem;
    padding: 0;
    list-style: none;
}

.full-feature-list li {
    padding: 1rem;
    border: 1px solid var(--full-stroke);
    border-radius: 1.1rem;
    background: rgba(255, 255, 255, 0.045);
}

.full-feature-list b {
    color: var(--headline);
}

.full-price-card {
    position: relative;
}

.full-price-card strong {
    display: block;
    margin: 1.1rem 0;
    color: var(--full-green);
    font-size: 1.25rem;
}

.full-price-card ul {
    padding-left: 1.2rem;
    line-height: 2;
}

.full-featured {
    transform: translateY(-1rem);
    border-color: rgba(39, 215, 255, 0.55);
    box-shadow: 0 24px 80px rgba(39, 215, 255, 0.14);
}

.full-tag {
    position: absolute;
    top: 1rem;
    right: 1rem;
    padding: 0.45rem 0.65rem;
    border-radius: 999px;
    color: #011b16;
    background: var(--full-green);
    font-size: 0.75rem;
    font-weight: 900;
}

.full-cta {
    margin: max(24px, calc((100vw - 1180px) / 2));
    padding: 2.8rem;
    display: grid;
    grid-template-columns: 1fr 24rem;
    gap: 1.8rem;
    align-items: center;
    border: 1px solid rgba(39, 215, 255, 0.25);
    border-radius: 2rem;
    background: radial-gradient(circle at top right, rgba(39, 215, 255, 0.2), transparent 45%), rgba(255, 255, 255, 0.055);
    box-shadow: var(--full-shadow);
}

.full-aguia-card {
    display: grid;
    gap: 0.8rem;
    padding: 1.3rem;
    border: 1px solid var(--full-stroke);
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.06);
}

.full-aguia-card img {
    width: 4rem;
    height: 4rem;
    object-fit: contain;
}

.full-aguia-card strong {
    color: var(--headline);
    font-size: 1.25rem;
}

.local-seo-hub {
    padding-top: 5rem;
}

.local-seo-links {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.8rem;
}

.local-seo-links a,
.service-keywords span,
.service-local-tags span {
    display: inline-flex;
    align-items: center;
    min-height: 2.9rem;
    padding: 0.75rem 0.9rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    color: var(--headline);
    background: rgba(255, 255, 255, 0.055);
    text-decoration: none;
    font-weight: 800;
}

.local-seo-links a:hover {
    border-color: rgba(255, 138, 61, 0.55);
    background: rgba(255, 138, 61, 0.12);
}

.service-landing-page {
    padding-top: 7rem;
}

.service-landing-hero {
    padding-top: 4rem;
}

.service-landing-grid,
.service-content-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 1.5rem;
    align-items: stretch;
}

.service-landing-copy,
.service-landing-panel,
.service-info-card {
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: var(--radius-lg);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035));
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.22);
}

.service-landing-copy {
    padding: clamp(2rem, 5vw, 4rem);
}

.service-landing-copy h1 {
    margin: 1rem 0;
    color: var(--headline);
    font-family: "Space Grotesk", sans-serif;
    font-size: clamp(2.6rem, 6vw, 5rem);
    line-height: 1;
}

.service-landing-copy p {
    max-width: 48rem;
    font-size: 1.1rem;
}

.service-local-tags,
.service-keywords {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    margin-top: 1.3rem;
}

.service-landing-panel {
    display: grid;
    align-content: center;
    gap: 1rem;
    padding: 2rem;
}

.service-landing-panel img {
    width: 5rem;
    height: 5rem;
    object-fit: contain;
}

.service-landing-panel strong,
.service-info-card h2 {
    color: var(--headline);
    font-family: "Space Grotesk", sans-serif;
}

.service-landing-panel strong {
    font-size: 1.7rem;
}

.service-info-card {
    padding: 1.6rem;
}

.service-info-card span {
    color: var(--accent-soft);
    font-weight: 900;
    text-transform: uppercase;
    font-size: 0.78rem;
}

.service-info-card h2 {
    margin: 0.6rem 0 0.8rem;
    font-size: clamp(1.6rem, 3vw, 2.4rem);
}

.service-info-card details {
    padding: 1rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.service-info-card summary {
    cursor: pointer;
    color: var(--headline);
    font-weight: 800;
}

.service-related-links {
    display: grid;
    gap: 0.65rem;
    padding-left: 1.1rem;
}

.service-related-links a {
    color: var(--accent-soft);
    font-weight: 800;
}

@keyframes fullFloat {
    50% {
        transform: translateY(-0.75rem);
    }
}

@keyframes fullSpin {
    to {
        transform: rotate(360deg);
    }
}

.lead-modal[hidden] {
    display: none;
}

.lead-modal {
    position: fixed;
    inset: 0;
    z-index: 120;
    display: grid;
    place-items: center;
    padding: 1.2rem;
    overflow: hidden;
}

.lead-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(3, 9, 18, 0.82);
    backdrop-filter: blur(10px);
}

.lead-modal__dialog {
    position: relative;
    z-index: 1;
    width: min(100%, 38rem);
    max-height: calc(100vh - 2.4rem);
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 2rem;
    border-radius: 1.8rem;
    background:
        radial-gradient(circle at top right, rgba(255, 138, 61, 0.18), transparent 30%),
        linear-gradient(180deg, rgba(15, 29, 48, 0.98), rgba(7, 17, 31, 0.98));
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 35px 90px rgba(0, 0, 0, 0.45);
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.lead-modal__dialog::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.lead-modal__close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 2.6rem;
    height: 2.6rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.04);
    color: var(--headline);
    font-size: 1.5rem;
    line-height: 1;
}

.lead-modal__panel {
    display: none;
}

.lead-modal__panel.is-active {
    display: block;
}

.lead-modal__panel h3 {
    margin: 1rem 0 0.8rem;
    color: var(--headline);
    font-family: "Space Grotesk", sans-serif;
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    line-height: 1.06;
}

.lead-modal__intro-message {
    color: var(--text-soft);
    margin-bottom: 1.4rem;
}

.aguia-chat {
    display: grid;
    gap: 0.75rem;
    margin: 1.1rem 0 1.2rem;
    max-height: 17rem;
    overflow-y: auto;
    padding-right: 0.25rem;
}

.aguia-message {
    width: fit-content;
    max-width: 100%;
    padding: 0.9rem 1rem;
    border-radius: 1rem;
    line-height: 1.5;
}

.aguia-message--bot {
    color: var(--headline);
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.aguia-message--user {
    justify-self: end;
    color: #07111f;
    background: var(--accent);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.aguia-message--typing {
    display: inline-flex;
    align-items: center;
    gap: 0.28rem;
    min-width: 4.2rem;
}

.aguia-message--typing span {
    width: 0.42rem;
    height: 0.42rem;
    border-radius: 999px;
    background: var(--accent-soft);
    opacity: 0.45;
    animation: aguiaTyping 900ms ease-in-out infinite;
}

.aguia-message--typing span:nth-child(2) {
    animation-delay: 120ms;
}

.aguia-message--typing span:nth-child(3) {
    animation-delay: 240ms;
}

@keyframes aguiaTyping {
    0%,
    100% {
        transform: translateY(0);
        opacity: 0.4;
    }

    50% {
        transform: translateY(-3px);
        opacity: 1;
    }
}

.aguia-form {
    margin-top: 0;
}

.aguia-step {
    display: none;
    gap: 1rem;
}

.aguia-step.is-active {
    display: grid;
}

.aguia-step__title {
    margin: 0;
    color: var(--headline);
    font-weight: 700;
}

.aguia-options {
    display: grid;
    gap: 0.7rem;
}

.aguia-option {
    width: 100%;
    min-height: 3.2rem;
    padding: 0.85rem 1rem;
    color: var(--headline);
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 1rem;
    text-align: left;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
    transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.aguia-option:hover,
.aguia-option.is-selected {
    border-color: rgba(255, 177, 111, 0.9);
    background: rgba(255, 138, 61, 0.14);
    transform: translateY(-1px);
}

.lead-form {
    display: grid;
    gap: 1rem;
    margin-top: 1rem;
}

.lead-field {
    display: grid;
    gap: 0.45rem;
}

.lead-field span {
    color: var(--headline);
    font-size: 0.95rem;
    font-weight: 600;
}

.lead-field input {
    min-height: 3.25rem;
    padding: 0.9rem 1rem;
    color: var(--headline);
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 1rem;
    outline: 0;
    transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.lead-field input:focus {
    border-color: rgba(255, 177, 111, 0.9);
    box-shadow: 0 0 0 4px rgba(255, 138, 61, 0.12);
    background: rgba(255, 255, 255, 0.07);
}

.lead-form__status {
    min-height: 1.5rem;
    margin: 0;
    color: var(--accent-soft);
}

.lead-form__status.is-error {
    color: #ffb9b9;
}

.lead-form__submit {
    width: 100%;
}

.aguia-fallback-submit {
    display: none;
}

.lead-form__status.is-error + .aguia-fallback-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1080px) {
    .full-hero,
    .full-split-grid,
    .full-cta {
        grid-template-columns: 1fr;
    }

    .full-services-grid,
    .full-pricing,
    .local-seo-links {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .service-landing-grid,
    .service-content-grid {
        grid-template-columns: 1fr;
    }

    .full-featured {
        transform: none;
    }

    .cards-grid.service-grid,
    .keyword-cards,
    .cards-grid.project-grid,
    .process-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hero-grid,
    .split-grid,
    .seo-grid,
    .affiliate-store-grid,
    .contact-card,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .contact-actions,
    .footer-links {
        justify-content: flex-start;
        text-align: left;
    }
}

@media (max-width: 820px) {
    .menu-toggle {
        display: inline-block;
        order: 3;
    }

    .header-cta {
        display: none;
    }

    .site-navigation {
        position: absolute;
        top: calc(100% + 0.4rem);
        right: 1rem;
        left: 1rem;
        padding: 0.75rem;
        background: rgba(7, 17, 31, 0.97);
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 1.2rem;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-8px);
        transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
    }

    .nav-open .site-navigation {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .site-navigation .nav-menu {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.6rem;
    }

    .hero-visual {
        min-height: 31rem;
    }

    .hero-photo-card {
        inset: 0 0 5rem 0;
    }

    .hero-metric-card {
        left: 0.8rem;
        bottom: 5.3rem;
    }
}

@media (max-width: 640px) {
    .full-service-home .section-pad,
    .full-service-home .full-section {
        padding: 5.5rem 1.1rem;
    }

    .full-hero {
        min-height: auto;
        padding-top: 7rem;
    }

    .full-hero-copy h1 {
        font-size: clamp(2.6rem, 12vw, 3.7rem);
    }

    .full-hero-visual {
        min-height: 30rem;
    }

    .full-dashboard {
        inset: 4rem 0 2rem 0;
    }

    .full-floating {
        display: none;
    }

    .full-services-grid,
    .full-pricing,
    .local-seo-links {
        grid-template-columns: 1fr;
    }

    .full-image-panel img {
        height: 24rem;
    }

    .full-cta {
        margin: 1.1rem;
        padding: 1.5rem;
    }

    .aguia-floating-button {
        right: 1rem;
        bottom: 1rem;
        min-height: 3.8rem;
        padding: 0.62rem;
        grid-template-columns: auto;
    }

    .aguia-floating-button__text {
        display: none;
    }

    .aguia-floating-button__icon {
        width: 2.7rem;
        height: 2.7rem;
    }

    .header-inner {
        flex-wrap: wrap;
    }

    .hero-copy h1 {
        max-width: none;
        font-size: clamp(2.4rem, 12vw, 3.6rem);
    }

    .hero-actions,
    .contact-actions {
        flex-direction: column;
    }

    .button,
    .header-cta {
        width: 100%;
    }

    .trust-grid,
    .keyword-cards,
    .cards-grid.service-grid,
    .cards-grid.project-grid,
    .process-grid,
    .affiliate-metrics {
        grid-template-columns: 1fr;
    }

    .hero-visual {
        min-height: 28rem;
    }

    .hero-metric-card,
    .hero-floating-card {
        position: static;
        margin-top: 1rem;
        max-width: none;
    }

    .hero-photo-card {
        position: relative;
        inset: auto;
        min-height: 22rem;
    }

    .hero-photo-card img {
        min-height: 22rem;
    }

    .mini-panel {
        position: static;
        width: 100%;
        margin-top: 1rem;
    }

    .lead-modal__dialog {
        padding: 1.5rem;
        border-radius: 1.4rem;
    }
}
