:root {
	--navy: #082b46;
	--navy-2: #061d31;
	--blue: #00a9dd;
	--sky: #eaf7fb;
	--orange: #f5a11a;
	--green: #25d366;
	--ivory: #faf8f3;
	--white: #fff;
	--text: #17384c;
	--muted: #5d7483;
	--line: #c9dee7;
	--shadow: 0 24px 70px rgba(8, 43, 70, .13);
	--shell: min(1160px, calc(100% - 40px));
}

*,
*::before,
*::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; background: var(--ivory); color: var(--text); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.65; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
h1, h2, h3, p, ul, ol { margin-top: 0; }
h1, h2, h3 { color: var(--navy); font-weight: 850; letter-spacing: -.04em; line-height: 1.06; }
h1 { margin-bottom: 25px; font-size: clamp(2.8rem, 5.7vw, 5.7rem); }
h2 { margin-bottom: 24px; font-size: clamp(2.1rem, 4vw, 4rem); }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; z-index: 2000; top: 8px; left: 8px; padding: 10px 16px; border-radius: 10px; background: #fff; transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header { position: fixed; z-index: 1000; top: 0; right: 0; left: 0; border-bottom: 1px solid rgba(8,43,70,.08); background: rgba(255,255,255,.92); box-shadow: 0 10px 35px rgba(8,43,70,.06); backdrop-filter: blur(14px); }
.admin-bar .site-header { top: 32px; }
.header-inner { display: flex; min-height: 82px; align-items: center; gap: 25px; }
.brand { flex: 0 0 auto; }
.brand img, .brand .custom-logo { width: auto; height: 64px; object-fit: contain; }
.custom-logo-link { display: flex; }
.site-nav-wrap { margin-left: auto; }
.site-nav { display: flex; align-items: center; gap: 24px; margin: 0; padding: 0; list-style: none; }
.site-nav a { color: var(--navy); font-size: .88rem; font-weight: 750; }
.site-nav a:hover, .site-nav a:focus-visible { color: #007eaa; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 1px solid var(--line); border-radius: 13px; background: #fff; }
.menu-toggle span { display: block; height: 2px; margin: 4px 0; border-radius: 2px; background: var(--navy); }

.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 0 23px; border: 1px solid transparent; border-radius: 999px; font-size: .9rem; font-weight: 800; transition: transform .18s ease, box-shadow .18s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button--primary { background: var(--navy); color: #fff; box-shadow: 0 14px 30px rgba(8,43,70,.18); }
.button--secondary { border-color: var(--navy); color: var(--navy); }
.button--whatsapp { background: var(--green); color: #062c18; box-shadow: 0 12px 26px rgba(37,211,102,.2); }
.button--light { background: #fff; color: var(--navy); }
.button--outline { border-color: rgba(255,255,255,.55); color: #fff; }
.header-contact { min-height: 44px; padding-inline: 18px; }

.hero { position: relative; overflow: hidden; min-height: 820px; padding: 155px 0 90px; background: linear-gradient(135deg, #fdfbf7 0%, #e6f6fb 100%); }
.hero::before { position: absolute; top: -180px; right: -100px; width: 650px; height: 650px; border: 1px solid rgba(0,169,221,.2); border-radius: 50%; box-shadow: inset 0 0 0 100px rgba(255,255,255,.16), inset 0 0 0 200px rgba(0,169,221,.035); content: ""; }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 72px; }
.hero-copy { position: relative; z-index: 1; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 19px; color: #007da7; font-size: .78rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 2px; background: var(--orange); }
.hero-lead { max-width: 650px; margin-bottom: 30px; color: var(--muted); font-size: 1.15rem; }
.actions { display: flex; flex-wrap: wrap; gap: 13px; margin-bottom: 43px; }
.trust { display: flex; gap: 32px; margin: 0; padding: 0; list-style: none; }
.trust li { display: grid; }
.trust strong { color: var(--navy); font-size: 1.02rem; }
.trust span { color: var(--muted); font-size: .78rem; }
.hero-visual { position: relative; }
.hero-visual > img { width: 100%; aspect-ratio: 1.05; border-radius: 38% 16% 33% 17%; box-shadow: var(--shadow); object-fit: cover; }
.float-card { position: absolute; right: -22px; bottom: 28px; display: grid; min-width: 250px; padding: 18px 20px; border: 1px solid rgba(255,255,255,.75); border-radius: 18px; background: rgba(255,255,255,.93); box-shadow: 0 18px 50px rgba(8,43,70,.16); }
.float-card span { color: var(--muted); font-size: .8rem; }

.audience { position: relative; z-index: 2; margin-top: -46px; }
.audience-grid { display: grid; grid-template-columns: repeat(2, 1fr); overflow: hidden; border-radius: 20px; background: #fff; box-shadow: var(--shadow); }
.audience-grid > a { display: flex; align-items: center; gap: 20px; min-height: 96px; padding: 20px 34px; }
.audience-grid > a + a { border-left: 1px solid var(--line); }
.audience-grid > a:hover { background: var(--sky); }
.audience-grid > a > span { color: var(--blue); font-size: 1.15rem; font-weight: 900; }
.audience-grid div { display: grid; }
.audience-grid b { color: var(--navy); font-size: 1.08rem; }
.audience-grid small { color: var(--muted); }
.quick-actions { padding: 28px 0 0; }
.quick-actions__inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 20px 28px; border: 1px solid rgba(8,43,70,.09); border-radius: 18px; background: rgba(255,255,255,.72); }
.quick-actions__inner > div:first-child { display: grid; }
.quick-actions__label { color: #007ea8; font-size: .72rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.quick-actions__inner strong { color: var(--navy); font-size: 1.05rem; }
.quick-actions__inner > div:last-child { display: flex; gap: 10px; }
.quick-actions__inner a { padding: 9px 14px; border-radius: 999px; color: var(--navy); font-size: .82rem; font-weight: 800; }
.quick-actions__inner a:hover { background: var(--sky); color: #007ea8; }

.section { padding: 120px 0; }
.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 80px; margin-bottom: 55px; }
.section-heading h2 { max-width: 720px; margin-bottom: 0; }
.section-heading > p { margin-bottom: 8px; color: var(--muted); }
.visual-services { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 18px; margin-bottom: 32px; }
.visual-service { position: relative; overflow: hidden; min-height: 230px; border-radius: 24px; background: var(--navy); box-shadow: 0 16px 44px rgba(8,43,70,.13); isolation: isolate; }
.visual-service::after { position: absolute; inset: 35% 0 0; z-index: -1; background: linear-gradient(transparent, rgba(4,23,36,.91)); content: ""; }
.visual-service img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.visual-service:hover img { transform: scale(1.035); }
.visual-service > span { position: absolute; right: 20px; bottom: 18px; left: 20px; display: grid; color: #fff; }
.visual-service small { color: #85dcf4; font-size: .7rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.visual-service strong { font-size: 1.08rem; line-height: 1.2; }
.visual-services--home .visual-service:nth-child(2) img { object-position: 72% center; }
.details-stack { overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: rgba(255,255,255,.65); }
details + details { border-top: 1px solid var(--line); }
summary { display: grid; grid-template-columns: 70px 1fr 30px; align-items: center; gap: 20px; min-height: 106px; padding: 20px 32px; cursor: pointer; list-style: none; }
summary::-webkit-details-marker { display: none; }
.service-number { color: var(--blue); font-size: 1.15rem; font-weight: 900; }
summary strong { display: block; color: var(--navy); font-size: 1.35rem; letter-spacing: -.02em; }
summary small { display: block; margin-top: 3px; color: var(--muted); }
summary i { position: relative; display: block; width: 22px; height: 22px; }
summary i::before, summary i::after { position: absolute; top: 10px; left: 3px; width: 16px; height: 2px; background: currentColor; content: ""; }
summary i::after { transform: rotate(90deg); transition: transform .18s ease; }
details[open] summary i::after { transform: rotate(0); }
.detail-body { display: grid; grid-template-columns: 240px 1fr auto; align-items: center; gap: 30px; padding: 0 32px 35px 122px; }
.detail-body img { width: 240px; aspect-ratio: 1.4; border-radius: 18px; object-fit: cover; }
.detail-body ul { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 7px 24px; margin: 0; padding: 0; list-style: none; }
.detail-body li::before { color: var(--orange); content: "•"; margin-right: 9px; }
.detail-body a:hover { color: #007ea8; }
.catalog-link { color: #007ea8; font-size: .86rem; font-weight: 850; white-space: nowrap; }

.business-section { position: relative; overflow: hidden; background: var(--navy-2); color: #bdd0dc; }
.business-section::before { position: absolute; top: 0; right: 0; width: 48%; height: 100%; background: radial-gradient(circle at top right, rgba(0,169,221,.19), transparent 60%); content: ""; }
.business-section .shell { position: relative; }
.visual-services--business .visual-service { border: 1px solid rgba(255,255,255,.16); box-shadow: 0 18px 50px rgba(0,0,0,.22); }
.section-heading--light h2, .section-heading--light .eyebrow { color: #fff; }
.section-heading--light > p { color: #b7cbd8; }
.business-stack { border-color: rgba(255,255,255,.17); background: rgba(255,255,255,.035); }
.business-detail + .business-detail { border-color: rgba(255,255,255,.17); }
.business-detail summary strong { color: #fff; }
.business-detail summary { color: #d7e6ee; }
.business-detail .detail-body { grid-template-columns: 1fr auto; padding-left: 122px; }
.business-detail .detail-body ul { grid-template-columns: repeat(3, minmax(0,1fr)); }
.business-detail li { color: #c7d8e2; }
.catalog-link--dark { color: #5dd3f1; }
.business-cta { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 45px; padding: 28px 32px; border: 1px solid rgba(255,255,255,.16); border-radius: 20px; background: rgba(0,169,221,.1); }
.business-cta > div:first-child { display: grid; }
.business-cta b { color: #fff; font-size: 1.12rem; }
.business-cta span { color: #bdd0dc; }
.business-cta > div:last-child { display: flex; gap: 10px; }

.support-section { background: #fff; }
.support-grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 85px; }
.support-image { position: relative; }
.support-image > img { width: 100%; aspect-ratio: .95; border-radius: 34px; object-fit: cover; box-shadow: var(--shadow); }
.support-image > div { position: absolute; right: -25px; bottom: 28px; display: grid; padding: 18px 22px; border-radius: 16px; background: var(--navy); color: #fff; }
.support-image span { color: #b7cbd8; font-size: .78rem; }
.process { margin: 35px 0 0; padding: 0; list-style: none; }
.process li { display: grid; grid-template-columns: 55px 1fr; gap: 16px; padding: 18px 0; border-top: 1px solid var(--line); }
.process li > span { color: var(--blue); font-weight: 900; }
.process b { color: var(--navy); font-size: 1.05rem; }
.process p { margin: 3px 0 0; color: var(--muted); }

.contact-band { padding: 90px 0; background: linear-gradient(135deg, #0a385a, #006d94); color: #d6e8ef; }
.contact-grid { display: grid; grid-template-columns: 1fr 380px; align-items: center; gap: 80px; }
.contact-grid h2, .contact-grid .eyebrow { color: #fff; }
.contact-grid h2 { max-width: 740px; }
.contact-card { display: grid; gap: 10px; padding: 30px; border: 1px solid rgba(255,255,255,.23); border-radius: 24px; background: rgba(255,255,255,.1); }
.contact-card > b { color: #fff; font-size: 2rem; }
.contact-card small { text-align: center; }
.floating-whatsapp { position: fixed; z-index: 900; right: 22px; bottom: 22px; display: none; min-width: 112px; padding: 10px 16px; border: 2px solid #fff; border-radius: 999px; background: var(--green); color: #062c18; box-shadow: 0 16px 38px rgba(0,0,0,.22); line-height: 1.05; text-align: center; }
.floating-whatsapp span, .floating-whatsapp strong { display: block; }
.floating-whatsapp span { font-size: .68rem; }
.floating-whatsapp strong { font-size: .9rem; }

.site-footer { padding: 70px 0 28px; background: #041724; color: #9eb4c1; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 70px; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.footer-grid img { width: 125px; margin-bottom: 10px; }
.footer-grid b { margin-bottom: 8px; color: #fff; }
.footer-grid a:hover { color: #5dd3f1; }
.legal { display: flex; justify-content: space-between; gap: 20px; margin-top: 45px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.12); font-size: .78rem; }
.basic-page { min-height: 70vh; padding: 150px 0 90px; }
.basic-page article { max-width: 850px; margin: 0 auto 45px; }
.prose { font-size: 1.05rem; }

.catalog-hero { padding: 155px 0 70px; background: var(--navy); color: #c8dae4; }
.catalog-hero h1, .catalog-hero .eyebrow { color: #fff; }
.catalog-hero p { max-width: 720px; }
.catalog-filters { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 35px; }
.catalog-filters a { padding: 8px 14px; border: 1px solid var(--line); border-radius: 999px; background: #fff; color: var(--navy); font-size: .82rem; font-weight: 750; }
.catalog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.catalog-card { overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: 0 14px 40px rgba(8,43,70,.08); }
.catalog-card__image img { width: 100%; aspect-ratio: 1.5; object-fit: cover; }
.catalog-card__body { padding: 24px; }
.catalog-card__body h2 { font-size: 1.45rem; }
.catalog-card__badge { display: inline-block; margin-bottom: 10px; padding: 5px 9px; border-radius: 999px; background: #fff1d8; color: #955b00; font-size: .72rem; font-weight: 850; }
.catalog-card small { display: block; margin-bottom: 15px; color: var(--muted); }
.catalog-empty { grid-column: 1 / -1; padding: 45px; border-radius: 24px; background: var(--sky); text-align: center; }
.catalog-single { padding: 150px 0 90px; }
.catalog-single__grid { display: grid; grid-template-columns: 1fr .75fr; gap: 70px; }
.catalog-single__image img { border-radius: 24px; }
.catalog-single__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }

@media (max-width: 1020px) {
	.header-contact { display: none; }
	.hero { min-height: auto; }
	.hero-grid, .support-grid { gap: 45px; }
	.section-heading { gap: 40px; }
	.visual-services { grid-template-columns: 1.15fr .85fr; }
	.visual-services .visual-service:last-child { grid-column: 1 / -1; min-height: 190px; }
	.detail-body { grid-template-columns: 180px 1fr; padding-left: 32px; }
	.detail-body img { width: 180px; }
	.detail-body .catalog-link { grid-column: 2; }
	.business-detail .detail-body { padding-left: 32px; }
	.contact-grid { grid-template-columns: 1fr 340px; gap: 45px; }
}

@media (max-width: 800px) {
	:root { --shell: min(100% - 28px, 680px); }
	.admin-bar .site-header { top: 46px; }
	.menu-toggle { display: block; margin-left: auto; }
	.site-nav-wrap, .site-header > .site-nav { position: fixed; top: 82px; right: 14px; left: 14px; display: none; padding: 16px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: var(--shadow); }
	.site-nav-wrap.is-open, .site-header > .site-nav.is-open { display: block; }
	.site-nav { flex-direction: column; align-items: stretch; gap: 0; }
	.site-nav a { padding: 12px; }
	.hero { padding: 125px 0 70px; }
	.hero-grid, .section-heading, .support-grid, .contact-grid, .catalog-single__grid { grid-template-columns: 1fr; }
	.hero-grid { gap: 50px; }
	.hero-visual { max-width: 590px; margin-inline: auto; }
	.trust { flex-wrap: wrap; }
	.audience { margin-top: -25px; }
	.audience-grid { grid-template-columns: 1fr; }
	.audience-grid > a + a { border-top: 1px solid var(--line); border-left: 0; }
	.quick-actions__inner { align-items: flex-start; flex-direction: column; gap: 12px; }
	.section { padding: 85px 0; }
	.section-heading { gap: 20px; margin-bottom: 35px; }
	.business-detail .detail-body ul { grid-template-columns: repeat(2, 1fr); }
	.business-cta { align-items: flex-start; flex-direction: column; }
	.support-image { max-width: 560px; }
	.contact-grid { gap: 25px; }
	.footer-grid { grid-template-columns: 1.2fr 1fr; }
	.footer-grid > div:last-child { grid-column: 1 / -1; }
	.catalog-grid { grid-template-columns: repeat(2, 1fr); }
	.floating-whatsapp { display: block; }
}

@media (max-width: 560px) {
	h1 { font-size: clamp(2.5rem, 13vw, 4rem); }
	h2 { font-size: clamp(2rem, 10vw, 3rem); }
	.brand img, .brand .custom-logo { height: 56px; }
	.header-inner { min-height: 74px; }
	.site-nav-wrap, .site-header > .site-nav { top: 74px; }
	.hero { padding-top: 115px; }
	.actions, .business-cta > div:last-child { align-items: stretch; flex-direction: column; }
	.button { width: 100%; }
	.trust { gap: 16px 25px; }
	.float-card { right: 12px; bottom: 12px; min-width: 0; max-width: calc(100% - 24px); }
	.audience-grid > a { padding: 18px 22px; }
	.quick-actions { padding-top: 18px; }
	.quick-actions__inner { padding: 18px; }
	.quick-actions__inner > div:last-child { width: 100%; flex-direction: column; }
	.quick-actions__inner a { border: 1px solid var(--line); text-align: center; }
	.visual-services { grid-template-columns: 1fr; }
	.visual-services .visual-service, .visual-services .visual-service:last-child { grid-column: auto; min-height: 210px; }
	summary { grid-template-columns: 42px 1fr 24px; gap: 12px; min-height: 92px; padding: 16px 18px; }
	summary strong { font-size: 1.08rem; }
	summary small { font-size: .78rem; }
	.detail-body, .business-detail .detail-body { grid-template-columns: 1fr; padding: 0 18px 25px 72px; }
	.detail-body img { width: 100%; }
	.detail-body ul, .business-detail .detail-body ul { grid-template-columns: 1fr; }
	.detail-body .catalog-link { grid-column: 1; }
	.business-cta { padding: 22px; }
	.support-image > div { right: 12px; bottom: 12px; }
	.contact-card { padding: 24px; }
	.footer-grid, .catalog-grid { grid-template-columns: 1fr; gap: 32px; }
	.footer-grid > div:last-child { grid-column: auto; }
	.legal { flex-direction: column; }
}
