:root {
    --price-navy: #062846;
    --price-deep: #031a31;
    --price-blue: #1288ff;
    --price-text: #102f4c;
    --price-muted: #61788e;
    --price-line: #dce7f0;
    --price-pale: #f2f8fd;
}

.pricing-page { overflow-x: hidden; color: var(--price-text); background: #fff; }
.pricing-header { min-height: 68px; background: #052542; }
.pricing-container { width: min(1240px, calc(100% - 48px)); margin: 0 auto; }
.pricing-kicker { display: inline-block; color: var(--price-blue); font-size: 11px; font-weight: 800; letter-spacing: .16em; }
.pricing-kicker.light { color: #74c1ff; }
.pricing-section { padding: 32px 0; }
.pricing-heading { max-width: 680px; margin-bottom: 16px; }
.pricing-heading.compact { margin-bottom: 14px; }
.pricing-heading h2,
.factors-layout h2 { margin: 5px 0 7px; font-size: clamp(24px, 2.4vw, 32px); line-height: 1.08; letter-spacing: -.035em; }
.pricing-heading p,
.factors-layout > div > p { margin: 0; color: var(--price-muted); font-size: 13px; line-height: 1.65; }

.pricing-hero { position: relative; min-height: 278px; display: flex; align-items: center; overflow: hidden; color: #fff; background: #031a31; }
.pricing-hero-photo { position: absolute; inset: 0 0 0 50%; }
.pricing-hero-photo img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }
.pricing-hero-blend { position: absolute; inset: 0; background: linear-gradient(90deg, #031a31 0%, #042b4d 45%, rgba(4, 43, 77, .78) 51%, rgba(3, 26, 49, .08) 68%); }
.pricing-hero-content { position: relative; z-index: 1; }
.pricing-hero-copy { width: 49%; max-width: 590px; padding: 30px 0; }
.pricing-hero h1 { margin: 8px 0 9px; font-size: clamp(34px, 3.3vw, 46px); line-height: .98; letter-spacing: -.045em; }
.pricing-hero h1 span { color: #35a9ff; }
.pricing-hero-copy > p { max-width: 570px; margin: 0; color: #c7d9e7; font-size: 11px; line-height: 1.5; }
.pricing-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.pricing-button { min-height: 36px; box-sizing: border-box; display: inline-flex; align-items: center; justify-content: center; gap: 7px; padding: 0 16px; border-radius: 6px; font-size: 10px; font-weight: 800; text-decoration: none; }
.pricing-button.primary { color: #fff; background: linear-gradient(135deg, #25a5ff, #0874f5); }
.pricing-button.outline { color: #fff; border: 1px solid rgba(255,255,255,.35); background: rgba(3,25,47,.38); }
.pricing-button.whatsapp { color: #073518; background: #25d366; }

.package-section { background: var(--price-pale); }
.package-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; align-items: stretch; }
.package-card { position: relative; min-height: 310px; box-sizing: border-box; display: flex; flex-direction: column; padding: 16px 17px 15px; border: 1px solid var(--price-line); border-radius: 9px; background: #fff; box-shadow: 0 8px 20px rgba(9,46,78,.055); }
.package-card.featured { border: 2px solid var(--price-blue); box-shadow: 0 16px 35px rgba(8,116,245,.13); }
.popular-badge { position: absolute; top: 0; right: 16px; padding: 5px 8px; border-radius: 0 0 6px 6px; color: #fff; background: var(--price-blue); font-size: 7px; font-weight: 800; letter-spacing: .1em; }
.package-identity { min-height: 34px; display: flex; align-items: center; gap: 9px; padding-right: 68px; }
.package-identity > i { width: 29px; height: 29px; flex: 0 0 29px; display: grid; place-items: center; border-radius: 7px; color: var(--price-blue); background: #eaf5ff; font-size: 14px; }
.package-name { color: var(--price-blue); font-size: 8px; font-weight: 800; letter-spacing: .13em; }
.package-top h3 { margin: 2px 0 0; font-size: 12px; }
.price-label { margin-top: 9px; color: var(--price-muted); font-size: 8px; }
.package-price { display: block; margin: 0 0 1px; color: var(--price-text); font-size: 27px; line-height: 1; letter-spacing: -.04em; }
.package-top > p { margin: 0; color: var(--price-muted); font-size: 8px; }
.package-card ul { min-height: 68px; display: grid; align-content: start; gap: 3px; margin: 10px 0 5px; padding: 0; list-style: none; }
.package-card li { position: relative; padding-left: 15px; color: #3d5870; font-size: 8px; line-height: 1.3; }
.package-card li::before { content: "\2713"; position: absolute; left: 0; color: var(--price-blue); font-weight: 900; }
.recurring-summary { display: grid; grid-template-columns: 1fr 1fr; margin-top: 0; padding: 8px 0; border-top: 1px solid var(--price-line); border-bottom: 1px solid var(--price-line); }
.recurring-summary div { position: relative; padding-left: 22px; }
.recurring-summary div + div { margin-left: 12px; padding-left: 34px; border-left: 1px solid var(--price-line); }
.recurring-summary i { position: absolute; left: 0; top: 1px; color: var(--price-blue); font-size: 14px; }
.recurring-summary div + div i { left: 12px; }
.recurring-summary span,
.recurring-summary strong { display: block; }
.recurring-summary span { color: var(--price-muted); font-size: 7px; }
.recurring-summary strong { margin-top: 2px; font-size: 8px; }
.package-action { min-height: 29px; display: flex; align-items: center; justify-content: center; margin-top: 9px; border: 1px solid #bfd5e7; border-radius: 5px; color: var(--price-text); font-size: 8px; font-weight: 800; text-decoration: none; }
.package-action.primary { color: #fff; border-color: var(--price-blue); background: var(--price-blue); }

.model-section { background: #fff; }
.model-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.model-grid article { min-height: 76px; box-sizing: border-box; display: grid; grid-template-columns: auto 1fr; gap: 9px; padding: 10px 12px; border: 1px solid var(--price-line); border-radius: 9px; }
.model-grid article > span { color: #b6d7f1; font-size: 25px; font-weight: 800; }
.model-grid i { color: var(--price-blue); font-size: 18px; }
.model-grid h3 { margin: 2px 0; font-size: 11px; }
.model-grid p { margin: 0; color: var(--price-muted); font-size: 8px; line-height: 1.4; }

.factors-section { background: var(--price-pale); }
.factors-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 46px; align-items: center; }
.factor-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 9px; }
.factor-grid span { min-height: 45px; box-sizing: border-box; display: flex; align-items: center; gap: 8px; padding: 8px 10px; border: 1px solid var(--price-line); border-radius: 7px; background: #fff; font-size: 8px; font-weight: 700; line-height: 1.25; }
.factor-grid i { color: var(--price-blue); font-size: 16px; }

.services-section { background: #fff; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.service-grid article { min-height: 104px; box-sizing: border-box; display: flex; flex-direction: column; padding: 12px 14px 10px; border: 1px solid var(--price-line); border-radius: 8px; }
.service-grid i { color: var(--price-blue); font-size: 21px; }
.service-grid h3 { margin: 6px 0 4px; font-size: 11px; }
.service-grid p { margin: 0; color: var(--price-muted); font-size: 8px; line-height: 1.4; }
.service-grid span { display: block; margin-top: auto; padding-top: 6px; color: var(--price-blue); font-size: 7px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.pricing-note { min-height: 48px; box-sizing: border-box; display: flex; gap: 10px; align-items: center; margin-top: 10px; padding: 9px 13px; border: 1px solid #cfe4f5; border-radius: 7px; background: #f1f8fe; }
.pricing-note i { flex: 0 0 auto; color: var(--price-blue); font-size: 18px; }
.pricing-note p { margin: 0; color: var(--price-muted); font-size: 10px; line-height: 1.5; }
.pricing-note strong { color: var(--price-text); }

.pricing-cta { min-height: 112px; display: grid; align-items: center; color: #fff; background: linear-gradient(115deg, #052743, #07528d); }
.pricing-cta-inner { display: grid; grid-template-columns: .95fr 1.05fr; gap: 36px; align-items: center; }
.pricing-cta h2 { margin: 4px 0; font-size: clamp(20px, 2vw, 27px); line-height: 1.1; }
.pricing-cta p { margin: 0; color: #bed2e1; font-size: 11px; line-height: 1.55; }
.pricing-cta .pricing-actions { justify-content: flex-end; gap: 14px; margin: 0; padding-right: 58px; }
.pricing-footer { min-height: 96px; display: grid; align-items: center; color: #fff; background: #031526; }
.pricing-footer .footer-grid { display: grid; grid-template-columns: auto 1fr auto; gap: 38px; align-items: center; }
.pricing-footer nav { display: flex; justify-content: center; flex-wrap: wrap; gap: 17px; }
.pricing-footer nav a { color: #9fb3c4; font-size: 9px; text-decoration: none; }
.pricing-footer p { max-width: 270px; margin: 0; padding-right: 56px; color: #8099ad; font-size: 9px; line-height: 1.4; text-align: right; }

.pricing-page + .whatsapp-contact-button { right: 20px; bottom: 22px; width: 44px; height: 44px; justify-content: center; padding: 0; }
.pricing-page + .whatsapp-contact-button i { font-size: 19px; }
.pricing-page + .whatsapp-contact-button span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

@media (max-width: 1040px) {
    .pricing-hero-photo { left: 42%; }
    .pricing-hero-copy { width: 62%; }
    .package-grid { grid-template-columns: repeat(2, 1fr); }
    .package-card:last-child { grid-column: 1 / -1; width: calc(50% - 8px); justify-self: center; }
    .model-grid { grid-template-columns: 1fr; }
    .model-grid article { min-height: auto; }
    .factors-layout { grid-template-columns: 1fr; gap: 26px; }
    .factor-grid { grid-template-columns: repeat(4, 1fr); }
    .service-grid { grid-template-columns: repeat(2, 1fr); }
    .pricing-cta-inner { grid-template-columns: 1fr; }
    .pricing-cta { padding: 34px 0; }
    .pricing-cta .pricing-actions { justify-content: flex-start; padding-right: 58px; }
    .pricing-footer .footer-grid { grid-template-columns: 1fr; gap: 17px; padding: 24px 0; }
    .pricing-footer nav { justify-content: flex-start; }
    .pricing-footer p { max-width: none; padding-right: 62px; text-align: left; }
}

@media (max-width: 760px) {
    .pricing-container { width: min(100% - 28px, 1240px); }
    .pricing-section { padding: 44px 0; }
    .pricing-hero { min-height: 510px; align-items: flex-end; }
    .pricing-hero-photo { inset: 0; }
    .pricing-hero-blend { background: linear-gradient(180deg, rgba(3,26,49,.22), #031a31 63%, #031a31 100%); }
    .pricing-hero-copy { width: 100%; max-width: none; padding: 120px 0 42px; }
    .pricing-hero h1 { font-size: clamp(39px, 10vw, 50px); }
    .package-grid { grid-template-columns: 1fr; }
    .package-card,
    .package-card:last-child { width: 100%; min-height: 0; grid-column: auto; }
    .factor-grid { grid-template-columns: repeat(2, 1fr); }
    .service-grid { grid-template-columns: repeat(2, 1fr); }
    .pricing-actions { width: 100%; }
    .pricing-cta .pricing-actions { gap: 12px; padding-right: 48px; }
    .pricing-cta .pricing-button { flex: 1; }
    .pricing-page + .whatsapp-contact-button { right: 12px; bottom: 18px; width: 40px; height: 40px; }
}

@media (max-width: 520px) {
    .pricing-actions { flex-direction: column; }
    .pricing-cta .pricing-actions { gap: 12px; padding-right: 48px; }
    .pricing-button { width: 100%; min-height: 48px; }
    .factor-grid,
    .service-grid { grid-template-columns: 1fr; }
    .recurring-summary { grid-template-columns: 1fr; }
    .recurring-summary div + div { margin: 9px 0 0; padding: 9px 0 0 22px; border-top: 1px solid var(--price-line); border-left: 0; }
    .recurring-summary div + div i { top: 10px; left: 0; }
    .package-card { padding: 23px 18px; }
    .package-price { font-size: 36px; }
}

/* Global marketing hero refinement */
.pricing-hero { min-height:320px; background:#083b61; }
.pricing-hero-photo { inset:0 0 0 44%; }
.pricing-hero-photo img { object-position:54% center; }
.pricing-hero-blend { background:linear-gradient(90deg,transparent 0%,transparent 40%,rgba(8,59,97,.72) 44%,rgba(8,59,97,.28) 49%,transparent 54%); }
.pricing-hero-copy { width:44%; padding:30px 0; }
@media (max-width:1040px) and (min-width:761px) { .pricing-hero-photo { left:48%; } .pricing-hero-copy { width:52%; } }
@media (max-width:760px) { .pricing-hero { display:flex; flex-direction:column; min-height:0; align-items:stretch; } .pricing-hero-photo { position:relative; inset:auto; order:2; width:100%; height:245px; } .pricing-hero-blend { display:none; } .pricing-hero-content { order:1; width:min(100% - 28px,1240px); } .pricing-hero-copy { width:100%; padding:42px 0 35px; } .pricing-hero-photo img { object-position:54% center; } }
