/* NEXO Studio · Shared refinement system, September 2026.
   Existing internal layouts and their content remain in estilo.css. */
:root {
  color-scheme: dark;
  --bg: #050505;
  --bg-secondary: #090c12;
  --card: #0e121a;
  --card-soft: #0c1017;
  --text: #ffffff;
  --muted: #aab4c6;
  --blue: #1f8fff;
  --cyan: #27d9ff;
  --purple: #7b2eff;
  --purple-light: #ac8aff;
  --pink: #7b8fff;
  --line: #242c39;
  --line-strong: #3b567c;
  --radius-sm: 12px;
  --radius: 20px;
  --radius-lg: 24px;
  --container: 1248px;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-6: 24px;
  --space-8: 32px;
  --space-12: 48px;
  --space-16: 64px;
  --space-20: 80px;
  --section-space: 80px;
  --card-padding: 24px;
  --header-height: 80px;
  --shadow: 0 16px 48px #00000030;
  --transition: 200ms cubic-bezier(.2,.8,.2,1);
}
html { scroll-padding-top: calc(var(--header-height) + 16px); scrollbar-width: thin; scrollbar-color: #427fc2 #090c12; }
::-webkit-scrollbar { width: 9px; height: 7px; }
::-webkit-scrollbar-track { background: #090c12; }
::-webkit-scrollbar-thumb { border: 2px solid #090c12; border-radius: 8px; background: linear-gradient(180deg, #1f8fff, #27d9ff 48%, #7b2eff); }
::-webkit-scrollbar-thumb:hover { background: linear-gradient(180deg, #63b1ff, #7ee7ff 48%, #ac8aff); }
@supports selector(::-webkit-scrollbar) { html { scrollbar-color: auto; scrollbar-width: auto; } }
::selection { color: #fff; background: #315dc0; }
body { background: var(--bg); line-height: 1.65; overflow-x: clip; }
body::before { display: none; }
.container { width: min(calc(100% - 64px), var(--container)); }
main [id], main section[id] { scroll-margin-top: 16px; }
main:focus { outline: none; }
h1 { font-size: clamp(2.15rem, 4.5vw, 4rem); line-height: 1.09; letter-spacing: -.045em; }
h2 { font-size: clamp(1.85rem, 3.2vw, 2.8rem); line-height: 1.14; letter-spacing: -.04em; }
h3 { font-size: 1.35rem; line-height: 1.25; }
h4 { line-height: 1.4; }
.eyebrow { margin-bottom: 12px; font-size: 11px; letter-spacing: .15em; color: var(--cyan); }
.gradient-text { background-image: linear-gradient(110deg, #70ddff, #1f8fff 55%, #a17bff); }
.section, .project-content, .page-servicios .service-detail, .page-portafolio [data-portfolio-section] { padding-block: var(--section-space); }
.section:nth-of-type(even) { background: #090c1280; }
.section-heading { margin-bottom: 32px; }
.section-heading > p:not(.eyebrow) { margin-top: 16px; font-size: 15px; }
.split-heading { grid-template-columns: minmax(0, 1.1fr) minmax(0, .75fr); gap: 48px; }
.split-heading > div:last-child > p { font-size: 14px; }
.section-action, .section-actions { margin-top: 24px; }

/* Navigation and common controls. */
.header { height: var(--header-height); background: #050505e8; border-bottom: 1px solid #ffffff0c; }
.header.scrolled, .header.menu-active { background: #080b11ed; box-shadow: 0 8px 24px #00000024; backdrop-filter: blur(16px); border-color: var(--line); }
.nav { height: var(--header-height); grid-template-columns: auto minmax(0,1fr) auto auto; gap: 24px; }
.logo { font-size: 21px; gap: 8px; letter-spacing: .08em; }
.logo span { color: #b0bacc; font-size: 13px; }
.logo::before { width: 12px; height: 12px; border-radius: 3px; background: linear-gradient(135deg, var(--cyan), var(--blue), var(--purple)); box-shadow: 0 0 14px #1f8fff20; }
.desktop-navigation { min-width: 0; }
.nav-links { display: flex; gap: 0; }
.nav-links a { min-height: 44px; padding-inline: 12px; font-size: 13px; }
.nav-links a::after { height: 2px; left: 12px; right: 12px; bottom: 0; background: var(--blue); }
.language-switcher { padding: 0; min-height: 44px; gap: 0; border-radius: 12px; background: #11151d; }
.language-option { min-width: 36px; min-height: 42px; border-radius: 10px; padding-inline: 4px; font-size: 11px; }
.language-option.active { background: #213650; box-shadow: none; }
.language-switcher > span { display: none; }
.btn, .nav-cta, .mobile-cta, .web-project-link { min-height: 48px; padding: 12px 20px; border-radius: var(--radius-sm); font-size: 13px; font-weight: 600; line-height: 1.4; text-align: center; cursor: pointer; white-space: normal; }
.btn.primary, .nav-cta, .mobile-cta { background: linear-gradient(115deg, #1763c7, #5731be); border: 1px solid #639ffe57; box-shadow: 0 4px 20px #1f8fff16, inset 0 1px #ffffff15; }
.btn.primary:hover, .nav-cta:hover, .mobile-cta:hover { background: linear-gradient(115deg, #1b71db, #6439d2); box-shadow: 0 8px 24px #1f8fff24; transform: translateY(-2px); }
.nav-cta { min-height: 44px; padding: 10px 16px; font-size: 12px; }
.btn.secondary { color: #eef3ff; border-color: #354153; background: #10151d; }
.btn.secondary:hover { background: #151f2d; border-color: #52779c; }
.btn.ghost { background: transparent; color: #c1d2ed; border-color: transparent; }
.text-link, .service-link { min-height: 44px; font-size: 13px; }
.text-link { margin-top: 8px; }
.service-link { padding-top: 16px; }
.mobile-menu { inset: var(--header-height) 24px auto auto; width: min(440px, calc(100% - 48px)); display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding: 16px; border: 1px solid var(--line); border-radius: 0 0 20px 20px; background: #0b1019; transform: translateY(-12px); opacity: 0; max-height: calc(100dvh - var(--header-height) - 16px); overflow-y: auto; }
.mobile-menu.open { transform: none; opacity: 1; }
.mobile-menu a { min-height: 48px; padding: 12px; font-size: 14px; }
.mobile-menu .mobile-cta { grid-column: 1/-1; margin-top: 0; }
.mobile-menu a.active { background: #1f8fff12; color: #c2e6ff; }
:focus-visible { outline: 2px solid var(--cyan); outline-offset: 4px; }
.whatsapp-float { width: 50px; height: 50px; right: 20px; bottom: 20px; border-radius: 16px; background: #128043; box-shadow: 0 8px 24px #0005; }
.arriba { width: 44px; height: 44px; right: 23px; bottom: 80px; background: #121b2b; }
.arriba:not(.visible) { visibility: hidden; }

/* A single surface language across existing cards. */
.service-card, .price-card, .compact-card, .process-step, .contact-panel,
.benefit-grid article, .project-card, .web-project-card, .web-business-section,
.marketing-video-section, .process-detail-card, .process-guide-card, .service-process-section,
.service-process-section:nth-child(n), .process-guide-card:nth-child(n), .page-servicios .service-info-card {
  border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, #10151e, #0b0e14); box-shadow: inset 0 1px #ffffff04;
}
.service-card, .price-card, .compact-card, .contact-panel, .process-guide-card,
.service-detail-grid .contact-panel, .contact-info-card, .contact-form-card { padding: var(--card-padding); }
.contact-panel { backdrop-filter: none; -webkit-backdrop-filter: none; }
.contact-panel > .eyebrow { margin: 0 0 12px; color: var(--cyan); font-size: 11px; }
.service-card { min-height: 0; }
.service-card::before { display: none; }
.service-card:hover, .web-project-card:hover, .project-card:hover, .page-servicios .service-info-card:hover { transform: translateY(-3px); border-color: #435a7c; box-shadow: 0 12px 32px #0003; }
.service-card-top { margin-bottom: 24px; }
.card-icon, .portfolio-icon { width: 44px; height: 44px; border-radius: 12px; border-color: #345274; color: #79c5ff; background: linear-gradient(145deg, #1c3655, #141d30); box-shadow: inset 0 1px #ffffff0d; }
.service-number { color: #8593a9; }
.service-tags { margin-top: 16px; gap: 8px; }
.service-tags span, .project-pill-row span, .portfolio-meta span { min-height: 28px; padding: 4px 10px; font-size: 11px; }
.service-card p, .contact-panel > p, .compact-card > p:not(.price), .compact-price > p:not(.regular-price):not(.price),
.price-card li, .compact-card li, .contact-panel li, .process-guide-card > p:not(.process-guide-note),
.service-process-step > p, .process-checklist li, .expectation-points dd, .marketing-common-item p,
.marketing-block-heading > p:not(.eyebrow), .content-common-list li, .marketing-plan-group li, .content-plan-group li,
.marketing-important-note p, .web-plan-description, .service-process-header > p, .service-cta-panel > div:first-child > p:not(.eyebrow),
.faq-item > p, .faq-list details > p { font-size: 14px; line-height: 1.65; }
.price-card li::before, .compact-card li::before, .contact-panel li::before { box-shadow: none; width: 5px; height: 5px; }
.price-card h3, .compact-card h3 { min-height: 0; font-size: 21px; }
.price-card.featured, .compact-card.emphasized { transform: none; border-color: #466fa7; background: linear-gradient(145deg, #142239, #0d111c 75%); box-shadow: inset 0 2px #479cff; }
.plan-tag { min-height: 28px; font-size: 10px; padding: 4px 10px; margin-bottom: 16px; letter-spacing: .05em; }
.plan-tag.seasonal-offer-tag { color: #d7c5ff; border: 1px solid #604696; background: #25183d; }
.plan-tag.recommended, .featured .plan-tag { background: #193f71; border: 1px solid #3b679e; color: #d9eaff; box-shadow: none; }
.plan-badges { margin-bottom: 16px; }
.plan-price-box { margin: 24px 0 16px; padding-bottom: 16px; }
.price { font-size: 48px; }
.regular-price { font-size: 12px; }
.price.small { font-size: 32px; margin-block: 16px; color: #81c9ff; }
.content-plan-card .price.small { color: #81c9ff; }
.web-plan-description, .marketing-plan-card > p:not(.price), .content-plan-card > p:not(.price) { min-height: 0; }
.marketing-plan-group h4, .content-plan-group h4, .price-card h4 { font-size: 12px; letter-spacing: .05em; }
.marketing-exclusions, .marketing-common-block, .web-maintenance-extra { margin-top: 48px; padding-top: 32px; }
.marketing-common-block { padding: 24px; background: #0b1019; border-color: var(--line); }
.marketing-common-item { padding: 24px; border-radius: 16px; }
.marketing-exclusion-card { background: #0e121a; border-color: var(--line); }
.marketing-important-note, .evaluation-note { background: #15203c70; border-color: #34456a; }
.marketing-important-note > i { color: #9eb8ff; }
.marketing-exclusion-card li::before { background: #94acdf; box-shadow: none; }
.marketing-plan-details, .content-plan-details { gap: 16px; }
.plan-highlights { display: none !important; }
.plan-disclosure { margin-bottom: 24px; }
.plan-disclosure > summary { display: none; }
.plan-disclosure-content > ul { margin-bottom: 0; }
.plan-disclosure-content > .marketing-plan-details, .plan-disclosure-content > .content-plan-details { margin-bottom: 0; }
.plan-disclosure-content h4 { margin-top: 0; }
@media (min-width: 768px) and (max-width: 1023px) {
  .plan-highlights { display: grid !important; margin-bottom: 16px !important; }
  .plan-disclosure { margin-bottom: 20px; border-block: 1px solid var(--line); }
  .plan-disclosure > summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 48px; padding: 12px 0; font-size: 14px; color: #99d6ff; cursor: pointer; list-style: none; }
  .plan-disclosure > summary::-webkit-details-marker { display: none; }
  .plan-disclosure > summary span::after { content: '+'; font-size: 22px; }
  .plan-disclosure[open] > summary span::after { content: '−'; }
  .plan-disclosure-content { padding: 4px 0 16px; }
}

/* Internal-page refinement: same sections, same reading order. */
.project-hero, .internal-hero:not(.project-hero), .page-servicios .services-hero { padding: 136px 0 56px; min-height: 0; background: radial-gradient(ellipse at 60% 0, #1f8fff12, transparent 68%), #090c12; }
.project-hero h1 { font-size: clamp(2.15rem, 4.5vw, 4rem); max-width: 960px; margin-inline: auto; }
.project-hero .container { gap: 48px; grid-template-columns: minmax(0,1.1fr) minmax(0,.8fr); }
.page-servicios .services-hero .container { grid-template-columns: minmax(0,1.1fr) minmax(0,.8fr); }
.project-hero .container > div:first-child > p:not(.eyebrow), .hero-copy { font-size: 16px; line-height: 1.75; }
.project-hero .project-pill-row { margin-top: 24px; }
.project-hero .project-actions { margin-top: 24px; }
.page-servicios .hero-summary { background: linear-gradient(145deg,#132033,#0b1019); border-color: #304463; box-shadow: inset 0 1px #ffffff0d; }
.page-servicios .hero-service-links strong { font-size: 14px; }
.page-servicios .hero-service-links small { font-size: 12px; }
.page-servicios .service-title-block h2 { font-size: clamp(1.85rem, 3.4vw, 3rem); }
.page-servicios .service-title-block > p:last-child { font-size: 15px; }
.page-servicios .service-detail-heading { gap: 32px; margin-bottom: 32px; grid-template-columns: minmax(0,1.2fr) minmax(0,.65fr); }
.page-servicios .service-detail[data-service-theme="web"] { --service-accent: #71cfff; --service-accent-rgb: 39,217,255; background: #080c12; }
.page-servicios .service-detail[data-service-theme="marketing"] { --service-accent: #ad96ff; --service-accent-rgb: 123,46,255; background: #0b0d15; }
.page-servicios .service-detail[data-service-theme="content"] { --service-accent: #80baff; --service-accent-rgb: 31,143,255; background: #080c12; }
.page-servicios .service-detail::before, .page-portafolio [data-portfolio-section]::before { height: 1px; box-shadow: none; }
.page-servicios .service-detail-heading .service-tags { padding: 16px; margin-top: 0; border-radius: 16px; }
.page-servicios .service-panel-heading h3 { font-size: 18px; }
.service-title-meta { margin-bottom: 16px; }
.service-panel-heading { align-items: flex-start; }
.service-cta-panel { padding: 24px; gap: 32px; background: #0e1624; border-color: #304362; }
.service-cta-panel .service-actions { max-width: 400px; }
.service-detail-grid .contact-panel ul:last-child { margin-bottom: 0; }
.service-process-section { padding: 24px; }
.service-process-header { grid-template-columns: minmax(0,.85fr) minmax(0,1fr); gap: 32px; margin-bottom: 24px; padding-bottom: 24px; }
.service-process-title h3 { font-size: clamp(1.4rem,2.4vw,2rem); }
.service-process-step { padding: 20px; min-height: 0; border-radius: 16px; background: #080c12; }
.service-process-step h4 { margin-top: 16px; font-size: 17px; }
.service-process-step .process-detail-number { width: 36px; height: 36px; border-radius: 10px; background: #152239; border-color: #36516f; color: #97d7ff; }
.process-guide-card { padding: 24px; }
.process-guide-note { font-size: 12px; }
.expectation-points { margin-top: 16px; }
.expectation-points > div { padding: 12px 0; border: 0; border-top: 1px solid var(--line); background: none; border-radius: 0; }
.expectation-points dt { font-size: 11px; }
.expectations-summary { padding: 24px; background: #111a2a; border-color: #344663; }
.contact-copy h2 { font-size: clamp(2rem,3.9vw,3.5rem); }
.contact-layout { gap: 48px; grid-template-columns: minmax(0,1.1fr) minmax(0,.8fr); }
.contact { background: radial-gradient(ellipse at 15% 0, #1f8fff14, transparent 65%), #090d15 !important; }
.cta-panel { padding: 32px; gap: 32px; background: #101726; border-color: #304362; box-shadow: none; }
.benefit-grid article { min-height: 96px; padding: 20px; border-radius: 16px; }
.benefit-grid span { font-size: 14px; line-height: 1.55; }
.faq-layout { gap: 48px; }
.faq-grid { align-items: start; }
.faq-item, .faq-list details { border-radius: 12px; background: #0e131d; }
.faq-item summary, .faq-list summary { font-size: 15px; padding: 18px 48px 18px 20px; min-height: 60px; }
.faq-item[open], .faq-list details[open] { border-color: #3b5c82; }
.faq-item[open] summary, .faq-list details[open] summary { color: #9ddaff; }
.contact-page-grid { grid-template-columns: minmax(260px,.65fr) minmax(0,1.25fr); gap: 24px; }
.contact-socials { grid-template-columns: repeat(3,minmax(0,1fr)); }
.contact-socials a { font-size: 12px; justify-content: center; padding-inline: 4px; }
.contact-detail span, .form-field label, .checkbox-field label { font-size: 13px; }
.contact-detail strong, .contact-detail a { font-size: 14px; }
.form-heading > p:not(.eyebrow) { font-size: 14px; }
.form-grid { gap: 16px; }
.form-field input, .form-field select, .form-field textarea { background: #080c12; border-color: #394557; border-radius: 10px; font-size: 16px; }
.form-field textarea { min-height: 128px; }
.field-help, .field-error, .privacy-note { font-size: 12px; }
.field-error:empty { display: none; }
.form-status { font-size: 14px; }
.checkbox-field label { min-height: 44px; align-items: center; cursor: pointer; }
.checkbox-field input { width: 20px; height: 20px; margin: 0; }
.portfolio-filter-section { padding: 16px 0; background: #0c111a; }
.portfolio-filter { font-size: 12px; min-height: 44px; border-radius: 10px; padding: 10px 16px; }
.portfolio-filter.active, .portfolio-filter:hover { border-color: #426da2; background: #1c3457; }
.filter-status { font-size: 12px; }
.page-portafolio [data-portfolio-section] .section-heading { margin-bottom: 32px; }
.page-portafolio .web-business-portfolio { background: #080c12; }
.page-portafolio .video-portfolio { background: #0b0e16; --portfolio-divider: linear-gradient(90deg,transparent,#1f8fff,transparent); }
.page-portafolio .project-content.alt[data-portfolio-section] { background: #080c12; --portfolio-divider: linear-gradient(90deg,transparent,#ac8aff,transparent); }
.page-portafolio .video-portfolio .section-heading > .eyebrow { color: #9ed6ff; border-color: #344d71; background: #131f32; }
.web-project-grid { gap: 24px; }
.web-project-image { aspect-ratio: 16/9; }
.web-project-info { min-height: 100px; padding: 20px; gap: 16px; }
.web-project-logo { width: 48px; height: 48px; flex-basis: 48px; border-radius: 12px; }
.web-project-brand h3 { font-size: 18px; }
.web-project-link { min-height: 44px; padding: 10px 14px; font-size: 12px; background: #15283f; border-color: #355475; box-shadow: none; }
.web-project-link:hover { background: #1c3b60; box-shadow: none; }
.marketing-video-section { padding: 24px; }
.video-brand-copy p { font-size: 14px; }
.video-brand-copy > span, .video-brand-count { font-size: 11px; }
.video-brand-header { padding-bottom: 16px; }
.project-video-grid { grid-template-columns: repeat(auto-fit,minmax(180px,240px)); gap: 16px; margin-top: 24px; }
.video-work-card { max-width: 280px; width: 100%; justify-self: start; }
.video-work-card figcaption { padding: 12px; }
.video-work-card figcaption strong { font-size: 14px; line-height: 1.4; }
.video-work-card figcaption span { font-size: 12px; }
.web-business-header { margin-bottom: 24px; grid-template-columns: 72px minmax(0,1fr); gap: 16px; }
.business-logo-slot { width: 72px; height: 72px; border-radius: 16px; }
.web-business-header p:not(.eyebrow) { font-size: 14px; }
.marketing-company-gallery { grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; }

/* Footer: compact columns, original contact and social destinations. */
.footer { padding: 48px 0 24px; background: #07090d; }
.footer-content { grid-template-columns: minmax(0,1.4fr) minmax(0,.85fr) minmax(0,.65fr) auto; gap: 32px; }
.footer p { font-size: 13px; line-height: 1.7; }
.footer p + p { margin-top: 8px; }
.footer-label { display: block; color: #eff4ff; font-size: 12px; font-weight: 600; margin-bottom: 8px; }
.footer-links, .footer-services { display: grid; grid-template-columns: 1fr; gap: 4px; }
.footer-links a, .footer-services a { display: flex; align-items: center; min-height: 32px; color: var(--muted); font-size: 13px; text-decoration: none; }
.footer-links a:hover, .footer-services a:hover { color: var(--cyan); }
.footer-whatsapp { min-height: 44px; font-size: 14px; margin-top: 8px; }
.redes { grid-column: auto; }
.redes a { width: 44px; height: 44px; background: #101722; }
.copyright { max-width: none !important; width: min(calc(100% - 64px),var(--container)); margin-top: 32px !important; padding-top: 20px; font-size: 12px !important; }

/* Home: one clear visual protagonist with a lightweight branded scene. */
.home-hero { display: block; min-height: 0; padding: 152px 0 0; overflow: clip; background: radial-gradient(ellipse at 80% 42%, #12366038, transparent 52%), #050505; }
.home-hero::before { inset: 0; opacity: .24; filter: none; background-image: linear-gradient(#749bc214 1px, transparent 1px),linear-gradient(90deg,#749bc214 1px,transparent 1px); background-size: 64px 64px; mask-image: radial-gradient(ellipse at 80% 40%,#000,transparent 65%); }
.home-hero::after { display: none; }
.home-hero > .container { position: relative; z-index: 1; }
.home-hero-grid { display: grid; grid-template-columns: minmax(0,.96fr) minmax(0,1.04fr); gap: 40px; align-items: center; }
.home-hero .hero-text { max-width: 600px; padding-bottom: 24px; }
.home-hero h1 { max-width: 610px; margin-top: 0; font-size: clamp(2.35rem,4.6vw,4.4rem); line-height: 1.07; letter-spacing: -.055em; }
.home-hero .hero-status { margin-bottom: 32px; background: #121921; border-color: #2a394a; color: #cbd9e9; font-size: 11px; font-weight: 400; min-height: 32px; }
.hero-status i { color: var(--cyan); box-shadow: none; }
.home-hero .eyebrow { margin-bottom: 16px; }
.home-hero .hero-copy { max-width: 530px; margin-top: 24px; font-size: 16px; }
.home-hero .hero-ctas { display: flex; gap: 12px; margin-top: 24px; }
.home-hero .hero-ctas .btn { padding-inline: 16px; font-size: 12px; }
.hero-work-link { display: inline-flex; align-items: center; gap: 10px; min-height: 44px; margin-top: 20px; color: #b4c2d6; font-size: 12px; text-decoration: none; }
.hero-work-link > i { margin-left: 4px; color: #81c9ff; }
.work-link-icon { display: grid; width: 28px; height: 28px; place-items: center; color: #a6c7fa; border: 1px solid #374763; border-radius: 50%; font-size: 10px; }
.hero-work-link:hover { color: #fff; }
.home-hero .hero-proof { grid-template-columns: repeat(4,minmax(0,1fr)); max-width: none; padding: 28px 0; margin-top: 48px; border-top: 1px solid var(--line); gap: 0; }
.home-hero .hero-proof article { display: flex; gap: 16px; align-items: center; padding: 0 24px; min-height: 48px; }
.home-hero .hero-proof article:first-child { padding-left: 0; }
.home-hero .hero-proof article > i { color: #6dbaff; font-size: 20px; }
.home-hero .hero-proof strong { font-size: 15px; font-weight: 500; }
.home-hero .hero-proof span { font-size: 11px; margin-top: 4px; }
.web-scene { position: relative; width: 100%; min-width: 0; height: 470px; perspective: 1500px; isolation: isolate; }
@keyframes nexo-float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-4px); } }
.page-home .home-service-grid { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.home-service-grid .service-card { padding: 28px; min-height: 0; }
.home-service-grid .service-card-top { margin-bottom: 24px; }
.home-service-grid .service-card h3 { font-size: 24px; max-width: 280px; }
.home-service-grid .service-card p { margin-top: 16px; }
.home-benefits .container { display: grid; grid-template-columns: minmax(0,.85fr) minmax(0,1.2fr); gap: 64px; align-items: center; }
.home-benefits .section-heading { margin-bottom: 0; }
.home-benefits .why-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.home-benefits .why-grid article { padding: 24px; min-height: 148px; }
.why-grid article > i { margin-top: 4px; color: #76c6ff; }
.why-grid h3 { font-size: 17px; }
.page-home .home-pricing-grid .price-card { padding: 28px; }
.page-home .home-featured-showcase { grid-template-columns: minmax(0,1.65fr) minmax(0,1fr); gap: 24px; align-items: start; margin-bottom: 0; }
.home-featured-group { gap: 16px; }
.home-featured-group-heading h3 { font-size: 20px; }
.home-web-project-grid { gap: 16px; }
.home-web-project-grid .web-project-info { flex-direction: column; align-items: stretch; padding: 16px; }
.home-web-project-grid .web-project-logo { width: 40px; height: 40px; flex-basis: 40px; padding: 5px; }
.home-featured-video { padding: 20px; }
.home-featured-video .video-brand-header { grid-template-columns: 40px minmax(0,1fr); gap: 12px; }
.home-featured-video .video-brand-logo { width: 40px; height: 40px; padding: 4px; border-radius: 10px; }
.home-featured-video .video-brand-copy h3 { font-size: 20px; }
.home-featured-video .video-brand-copy p { font-size: 13px; }
.home-featured-video .video-brand-count { grid-column: 1/-1; }
.home-featured-video .project-video-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; margin-top: 16px; }
.home-featured-video .video-work-card { max-width: none; }
.home-featured-video .video-work-card figcaption strong { font-size: 12px; }
.home-featured-video .video-work-card figcaption span { font-size: 11px; }
.page-home .process-list { gap: 0; border: 1px solid var(--line); border-radius: 20px; overflow: hidden; counter-reset: home-step; }
.page-home .process-list::before { display: none; }
.page-home .process-step { min-height: 0; padding: 24px; border: 0; border-right: 1px solid var(--line); border-radius: 0; position: relative; }
.page-home .process-step:last-child { border-right: 0; }
.page-home .process-step::after { counter-increment: home-step; content: '0' counter(home-step); position: absolute; top: 24px; right: 20px; color: #76879e; font: 11px 'Space Grotesk',sans-serif; }
.page-home .process-step > span { width: 32px; height: 32px; border: 0; background: transparent; box-shadow: none; margin-bottom: 24px; justify-content: start; }
.page-home .process-step h3 { font-size: 20px; }
.page-home .process-step p { font-size: 13px; line-height: 1.6; }
.page-home .contact { border-top: 1px solid #244063; }
.reveal { opacity: 1; transform: none; }
.js-reveal { opacity: 0; transform: translateY(14px); transition: opacity 480ms ease,transform 480ms ease; }
.js-reveal.in-view { opacity: 1; transform: none; }

/* Laptop: keep purposeful columns instead of the previous stretched mobile view. */
@media (min-width: 1200px) {
  .hamburger { display: none; }
  .service-detail-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .page-home .home-featured-showcase { grid-template-columns: minmax(0,1fr); gap: 32px; }
  .home-web-project-grid { gap: 24px; }
  .home-web-project-grid .web-project-info { flex-direction: row; align-items: center; padding: 20px 24px; }
  .home-featured-video { display: grid; grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr); align-items: center; gap: 48px; padding: 32px; }
  .home-featured-video .video-brand-header { position: relative; grid-template-columns: 56px minmax(0,1fr); border: 0; padding-bottom: 0; gap: 16px; }
  .home-featured-video .video-brand-logo { width: 56px; height: 56px; border-radius: 14px; }
  .home-featured-video .video-brand-copy h3 { font-size: 28px; }
  .home-featured-video .video-brand-copy p { font-size: 15px; margin-top: 16px; }
  .home-featured-video .video-brand-count { grid-column: 2; justify-self: start; }
  .home-featured-video .project-video-grid { grid-template-columns: repeat(2,minmax(0,248px)); justify-content: end; gap: 24px; margin-top: 0; }
  .home-featured-video .video-work-card figcaption strong { font-size: 14px; }
  .home-featured-video .video-work-card figcaption span { font-size: 12px; }
}
@media (max-width: 1199px) {
  .desktop-navigation { display: none; }
  .nav { grid-template-columns: minmax(0,1fr) auto auto auto; gap: 16px; }
  .hamburger { display: grid; place-items: center; width: 44px; height: 44px; }
  .home-hero { padding-top: 128px; }
  .home-hero-grid { gap: 24px; }
  .home-hero h1 { font-size: clamp(2.4rem,4.7vw,3.6rem); }
  .home-hero .hero-ctas { flex-direction: column; align-items: flex-start; }
  .home-hero .hero-proof article { gap: 12px; padding-inline: 16px; }
  .home-hero .hero-proof strong { font-size: 14px; }
  .web-scene { height: 440px; }
  .service-detail-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .page-servicios .service-detail-heading { grid-template-columns: minmax(0,1.15fr) minmax(0,.7fr); }
  .service-cta-panel { grid-template-columns: minmax(0,1fr) minmax(260px,.65fr); }
  .service-cta-panel .service-actions { display: grid; }
  .process-guides-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .process-guide-heading { align-items: flex-start; gap: 12px; }
  .process-guide-heading .card-icon { flex-basis: 36px; width: 36px; height: 36px; }
  .page-home .home-featured-showcase { grid-template-columns: 1fr; }
  .home-featured-video { display: grid; grid-template-columns: .85fr 1fr; align-items: center; gap: 32px; }
  .home-featured-video .project-video-grid { margin-top: 0; max-width: 360px; justify-self: end; }
  .home-featured-video .video-brand-header { border: 0; padding-bottom: 0; }
  .page-home .process-list { grid-template-columns: repeat(5,minmax(0,1fr)); }
  .page-home .process-step { padding: 20px 16px; }
  .page-home .process-step h3 { font-size: 18px; }
  .web-project-info { flex-direction: column; align-items: stretch; }
  .footer-content { grid-template-columns: minmax(0,1.3fr) minmax(0,1fr) minmax(0,.8fr); }
  .footer-content > .redes { grid-column: 1; grid-row: 2; margin-top: -16px; }
}

/* Tablet: two columns for useful content, three for short visual galleries. */
@media (min-width: 768px) and (max-width: 1023px) {
  :root { --section-space: 64px; --card-padding: 24px; }
  .container { width: min(calc(100% - 48px),var(--container)); }
  .home-hero-grid { grid-template-columns: minmax(0,1fr) minmax(0,.95fr); gap: 24px; }
  .home-hero h1 { font-size: clamp(2.4rem,4.8vw,3.2rem); }
  .home-hero .hero-copy { font-size: 15px; }
  .home-hero .hero-status { font-size: 10px; margin-bottom: 24px; padding-inline: 10px; }
  .web-scene { height: 380px; }
  .home-hero .hero-proof { grid-template-columns: repeat(2,minmax(0,1fr)); row-gap: 24px; margin-top: 32px; }
  .home-hero .hero-proof article:nth-child(odd) { padding-left: 0; }
  .home-hero .hero-proof article:nth-child(2n) { border-right: 0; }
  .home-hero .hero-proof article:nth-child(3) { border-right: 1px solid var(--line); }
  .split-heading { grid-template-columns: minmax(0,1.1fr) minmax(0,.9fr); gap: 32px; }
  .page-home .home-service-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .home-benefits .container { grid-template-columns: 1fr; gap: 32px; }
  .pricing-grid, .simple-grid.three, .service-detail-grid, .process-guides-grid, .service-process-grid, .web-project-grid,
  .benefit-grid, .maintenance-info-grid, .faq-grid, .marketing-common-grid, .marketing-exclusion-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .pricing-grid > :last-child:nth-child(odd), .simple-grid.three > :last-child:nth-child(odd), .process-guides-grid > :last-child:nth-child(odd), .service-detail-grid > :last-child:nth-child(odd) { grid-column: 1/-1; }
  .page-planes .pricing-grid > .price-card:last-child:nth-child(odd), .page-planes .simple-grid.three > .compact-card:last-child:nth-child(odd) { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 0 32px; }
  .page-planes .pricing-grid > .price-card:last-child > .plan-tag, .page-planes .simple-grid.three > .compact-card:last-child > .plan-tag,
  .page-planes .pricing-grid > .price-card:last-child > h3, .page-planes .simple-grid.three > .compact-card:last-child > h3,
  .page-planes .pricing-grid > .price-card:last-child > .plan-price-box, .page-planes .simple-grid.three > .compact-card:last-child > .price,
  .page-planes .pricing-grid > .price-card:last-child > p, .page-planes .simple-grid.three > .compact-card:last-child > p { grid-column: 1; }
  .page-planes .pricing-grid > .price-card:last-child > ul, .page-planes .simple-grid.three > .compact-card:last-child > ul { grid-column: 2; grid-row: 1/4; align-self: center; }
  .page-planes .pricing-grid > .price-card:last-child > .plan-disclosure, .page-planes .simple-grid.three > .compact-card:last-child > .plan-disclosure { grid-column: 2; grid-row: 4; align-self: start; }
  .page-planes .pricing-grid > .price-card:last-child > .btn, .page-planes .simple-grid.three > .compact-card:last-child > .btn { grid-column: 2; grid-row: 5; align-self: end; }
  .page-home .home-pricing-grid > :last-child { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 24px; }
  .page-home .home-pricing-grid > :last-child .plan-price-box { grid-column: 2; grid-row: 1/4; margin: 0; align-content: center; }
  .page-home .home-pricing-grid > :last-child > p, .page-home .home-pricing-grid > :last-child > ul { grid-column: 1; }
  .page-home .home-pricing-grid > :last-child > .btn { grid-column: 2; grid-row: 4/6; align-self: end; }
  .page-servicios .services-hero .container { grid-template-columns: minmax(0,1fr) minmax(0,.85fr); gap: 24px; }
  .page-servicios .services-hero h1 { font-size: clamp(2.1rem,4.4vw,2.7rem); }
  .page-servicios .hero-summary { padding: 20px; }
  .page-servicios .hero-summary h2 { font-size: 25px; }
  .page-servicios .hero-service-links a { grid-template-columns: 26px minmax(0,1fr) auto; padding-inline: 8px; gap: 8px; }
  .hero-service-index { width: 26px; height: 28px; }
  .page-servicios .hero-service-links strong { font-size: 12px; }
  .page-servicios .hero-service-links small { font-size: 11px; }
  .page-servicios .service-detail-heading { grid-template-columns: 1fr; }
  .page-servicios .service-detail-heading .service-tags { width: fit-content; }
  .service-detail-grid > :first-child:nth-last-child(3) { grid-column: 1/-1; }
  .service-detail-grid > :last-child:nth-child(odd) { grid-column: auto; }
  .service-process-header { grid-template-columns: 1fr; gap: 16px; }
  .process-guides-grid > :last-child:nth-child(odd) .expectation-points { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
  .process-guides-grid > :last-child:nth-child(odd) > .process-checklist { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .expectations-summary { grid-template-columns: 1fr; gap: 24px; }
  .contact-layout { grid-template-columns: minmax(0,1fr) minmax(0,.9fr); gap: 24px; }
  .contact-page-grid { grid-template-columns: 1fr; }
  .contact-info-card .info-list { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .contact-info-card .contact-socials { margin-top: 16px; }
  .form-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .field-full, .checkbox-field { grid-column: 1/-1; }
  .faq-layout, .cta-panel { grid-template-columns: 1fr; gap: 24px; }
  .page-home .process-list { grid-template-columns: repeat(6,minmax(0,1fr)); }
  .page-home .process-step { grid-column: span 2; border-bottom: 1px solid var(--line); }
  .page-home .process-step:nth-child(3) { border-right: 0; }
  .page-home .process-step:nth-last-child(-n+2) { grid-column: span 3; border-bottom: 0; }
  .marketing-company-gallery { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .footer-content { gap: 24px; }
  .footer-links a, .footer-services a { min-height: 44px; }
}

/* Mobile: retain readable type and surface the critical information first. */
@media (max-width: 767px) {
  :root { --section-space: 48px; --card-padding: 20px; --header-height: 68px; }
  .container { width: calc(100% - 32px); }
  .header { height: calc(var(--header-height) + env(safe-area-inset-top)); padding-top: env(safe-area-inset-top); }
  .nav { height: var(--header-height); grid-template-columns: minmax(0,1fr) auto auto; gap: 12px; }
  .nav-cta { display: none; }
  .logo { font-size: 18px; gap: 6px; }
  .logo span { display: inline; font-size: 12px; }
  .logo::before { width: 10px; height: 10px; }
  .language-option { min-width: 32px; }
  .mobile-menu { inset: calc(var(--header-height) + env(safe-area-inset-top)) 16px auto; width: auto; padding: 12px; }
  .mobile-menu a { font-size: 14px; }
  .btn, .mobile-cta { min-height: 48px; padding: 12px 16px; font-size: 13px; }
  .hero-ctas, .internal-hero-actions, .project-actions, .service-actions, .section-action, .section-actions, .cta-actions { display: flex; flex-wrap: wrap; gap: 12px; }
  .hero-ctas .btn, .internal-hero-actions .btn, .project-actions .btn, .service-actions .btn, .section-action .btn, .section-actions .btn, .cta-actions .btn { width: auto; }
  .section-action .btn { width: 100%; }
  h1, .project-hero h1 { font-size: clamp(2rem,6.9vw,3rem); line-height: 1.12; }
  h2, .page-servicios .service-title-block h2 { font-size: clamp(1.75rem,5.5vw,2.35rem); line-height: 1.17; }
  .eyebrow { font-size: 10px; letter-spacing: .12em; }
  .section-heading { margin-bottom: 24px; }
  .section-heading > p:not(.eyebrow) { font-size: 14px; }
  .split-heading, .page-servicios .service-detail-heading { grid-template-columns: 1fr; gap: 16px; }
  .project-hero, .internal-hero:not(.project-hero), .page-servicios .services-hero { padding: calc(104px + env(safe-area-inset-top)) 0 32px; }
  .project-hero .container, .page-servicios .services-hero .container { grid-template-columns: 1fr; gap: 24px; }
  .project-hero .container > div:first-child > p:not(.eyebrow) { margin-top: 16px; font-size: 14px; line-height: 1.65; }
  .project-hero .project-actions { display: flex; justify-content: center; gap: 8px; }
  .project-hero .project-pill-row { gap: 6px; margin-top: 16px; }
  .project-pill-row span { font-size: 10px; padding: 4px 8px; }
  .hero-summary h2 { font-size: 25px; }
  .page-servicios .hero-service-links a { min-height: 56px; }
  .page-servicios .service-detail-heading { margin-bottom: 24px; }
  .page-servicios .service-detail-heading .service-tags { padding: 12px; }
  .page-servicios .service-tags span { font-size: 11px; }
  .service-cta-panel, .cta-panel, .contact-layout, .contact-page-grid, .faq-layout { grid-template-columns: 1fr; gap: 24px; }
  .service-cta-panel .service-actions { display: flex; max-width: none; }
  .service-cta-panel .service-actions .btn { width: 100%; }
  .service-detail-grid, .pricing-grid, .simple-grid.three, .process-guides-grid { grid-template-columns: 1fr; gap: 16px; }
  .service-card, .price-card, .compact-card, .contact-panel, .process-guide-card, .service-detail-grid .contact-panel { padding: var(--card-padding); }
  .price-card h3, .compact-card h3 { font-size: 21px; }
  .price-card ul, .compact-card ul, .contact-panel ul { gap: 8px; }
  .price-card .btn, .compact-card .btn { margin-top: auto; }
  .plan-price-box { margin: 16px 0; }
  .price { font-size: 42px; }
  .price.small { font-size: 30px; }
  .plan-highlights { display: grid !important; margin-top: 0; margin-bottom: 16px !important; }
  .plan-disclosure { margin-bottom: 20px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .plan-disclosure > summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 48px; padding: 12px 0; font-size: 14px; color: #99d6ff; cursor: pointer; list-style: none; }
  .plan-disclosure > summary::-webkit-details-marker { display: none; }
  .plan-disclosure > summary span::after { content: '+'; font-size: 22px; font-family:'Space Grotesk',sans-serif; }
  .plan-disclosure[open] > summary span::after { content: '−'; }
  .plan-disclosure-content { padding: 4px 0 16px; }
  .marketing-exclusions, .marketing-common-block, .web-maintenance-extra { margin-top: 32px; padding-top: 24px; }
  .marketing-common-block { padding: 20px; }
  .marketing-exclusion-grid { grid-template-columns: 1fr; gap: 12px; }
  .marketing-common-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
  .marketing-common-item { padding: 16px; }
  .marketing-common-item h4 { font-size: 15px; }
  .marketing-common-item p { font-size: 13px; }
  .marketing-common-item > i { width: 32px; height: 32px; margin-bottom: 12px; }
  .marketing-important-note { padding: 16px; }
  .maintenance-info-grid { grid-template-columns: 1fr; }
  .service-process-section { padding: 20px; border-radius: 20px; }
  .service-process-header { grid-template-columns: 1fr; gap: 16px; padding-bottom: 20px; margin-bottom: 20px; }
  .service-process-title h3 { font-size: 23px; }
  .service-process-grid { grid-template-columns: 1fr; gap: 12px; }
  .service-process-step { display: grid; grid-template-columns: 32px minmax(0,1fr); gap: 0 12px; padding: 16px; }
  .service-process-step .process-detail-number { width: 32px; height: 32px; grid-column: 1; grid-row: 1; }
  .service-process-step h4 { grid-column: 2; margin-top: 4px; font-size: 16px; }
  .service-process-step > p { grid-column: 1/-1; margin-top: 12px; }
  .service-process-step .process-checklist { grid-column: 1/-1; }
  .process-guide-heading { align-items: center; }
  .process-guide-note { padding-top: 16px; }
  .expectations-summary { grid-template-columns: 1fr; gap: 16px; padding: 20px; }
  .expectations-summary .process-checklist { grid-template-columns: 1fr; }
  .benefit-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
  .benefit-grid article { align-items: flex-start; flex-direction: column; gap: 12px; padding: 16px; min-height: 0; }
  .contact-copy h2 { font-size: clamp(1.85rem,6vw,2.6rem); }
  .contact-socials { gap: 8px; }
  .contact-socials a { min-height: 44px; font-size: 11px; }
  .form-grid { grid-template-columns: 1fr; }
  .field-full, .checkbox-field { grid-column: 1/-1; }
  .faq-grid { grid-template-columns: 1fr; }
  .faq-item summary, .faq-list summary { padding: 16px 44px 16px 16px; min-height: 56px; font-size: 15px; }
  .faq-item > p, .faq-list details > p { padding: 0 16px 16px; }
  .portfolio-filter-section { padding: 12px 0; }
  .portfolio-filters { margin-inline: -16px; padding: 4px 16px 8px; scroll-padding-inline: 16px; }
  .page-section-nav .portfolio-filters { justify-content: flex-start; }
  .portfolio-filter { font-size: 12px; padding: 10px 12px; }
  .web-project-grid { grid-template-columns: 1fr; gap: 16px; }
  .web-project-info { flex-direction: row; align-items: center; gap: 12px; padding: 16px; }
  .web-project-brand { gap: 10px; }
  .web-project-brand h3 { font-size: 16px; }
  .web-project-logo { width: 40px; height: 40px; flex-basis: 40px; padding: 5px; }
  .web-project-link { width: auto; min-height: 44px; font-size: 11px; padding: 10px 12px; }
  .page-portafolio [data-portfolio-section] .section-heading { margin-bottom: 24px; }
  .web-business-section, .marketing-video-section { padding: 16px; }
  .web-business-header { grid-template-columns: 48px minmax(0,1fr); gap: 12px; }
  .business-logo-slot { width: 48px; height: 48px; padding: 5px; border-radius: 12px; }
  .web-business-header h3 { font-size: 21px; }
  .web-business-header p:not(.eyebrow) { font-size: 13px; }
  .project-video-grid, .home-featured-video .project-video-grid, .web-business-gallery, .marketing-company-gallery { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
  .video-work-card { max-width: none; }
  .video-brand-header { grid-template-columns: 44px minmax(0,1fr); gap: 12px; }
  .video-brand-logo { width: 44px; height: 44px; border-radius: 12px; padding: 4px; }
  .video-brand-count { grid-column: 1/-1; }
  .video-brand-copy p { font-size: 13px; }
  .video-work-card figcaption { padding: 10px; }
  .video-work-card figcaption strong { font-size: 13px; }
  .video-work-card figcaption span { font-size: 11px; }
  .footer { padding: 32px 0 calc(24px + env(safe-area-inset-bottom)); }
  .footer-content { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px 16px; }
  .footer-content > div:first-child { grid-column: 1/-1; }
  .footer-content > .redes { grid-column: 1/-1; grid-row: auto; margin: 0; }
  .footer-links a, .footer-services a { min-height: 44px; font-size: 12px; }
  .footer-label { margin-bottom: 0; }
  .copyright { width: calc(100% - 32px); margin-top: 24px !important; padding: 16px 48px 0 0; text-align: left; }
  .whatsapp-float { width: 46px; height: 46px; right: max(12px,env(safe-area-inset-right)); bottom: max(12px,env(safe-area-inset-bottom)); border-radius: 14px; font-size: 22px; }
  .arriba { right: max(13px,env(safe-area-inset-right)); bottom: calc(max(12px,env(safe-area-inset-bottom)) + 56px); }
  .home-hero { padding: calc(104px + env(safe-area-inset-top)) 0 0; }
  .home-hero-grid { grid-template-columns: 1fr; gap: 24px; }
  .home-hero .hero-text { max-width: 560px; padding-bottom: 0; }
  .home-hero h1 { max-width: 540px; font-size: clamp(2.35rem,7.8vw,3.35rem); line-height: 1.07; }
  .home-hero .hero-status { margin-bottom: 24px; font-size: 10px; min-height: 30px; }
  .home-hero .eyebrow { font-size: 10px; margin-bottom: 12px; }
  .home-hero .hero-copy { font-size: 15px; line-height: 1.65; margin-top: 16px; }
  .home-hero .hero-ctas { flex-direction: row; align-items: stretch; margin-top: 20px; gap: 8px; }
  .home-hero .hero-ctas .btn { font-size: 12px; min-height: 48px; flex: 1 1 180px; }
  .hero-work-link { margin-top: 12px; }
  .web-scene { height: 350px; width: min(100%,480px); margin: 8px auto 0; }
  .home-hero .hero-proof { grid-template-columns: repeat(2,minmax(0,1fr)); padding: 24px 0; gap: 20px 16px; margin-top: 24px; }
  .home-hero .hero-proof article { align-items: flex-start; gap: 10px; padding: 0; min-height: 0; border: 0; }
  .home-hero .hero-proof article > i { font-size: 15px; margin-top: 4px; }
  .home-hero .hero-proof strong { font-size: 12px; line-height: 1.4; }
  .home-hero .hero-proof span { font-size: 10px; line-height: 1.5; }
  .page-home .home-service-grid { grid-template-columns: 1fr; gap: 16px; }
  .home-service-grid .service-card { padding: 24px; }
  .home-service-grid .service-card h3 { font-size: 23px; }
  .home-service-grid .service-card p { margin-top: 12px; }
  .home-benefits .container { grid-template-columns: 1fr; gap: 24px; }
  .home-benefits .why-grid { gap: 12px; }
  .home-benefits .why-grid article { min-height: 0; padding: 16px; }
  .home-benefits .why-grid h3 { font-size: 16px; }
  .home-benefits .why-grid span { font-size: 13px; }
  .page-home .home-pricing-grid .price-card { padding: 24px; }
  .page-home .home-featured-showcase { grid-template-columns: 1fr; gap: 24px; }
  .home-featured-video { display: block; padding: 16px; }
  .home-featured-video .video-brand-header { border-bottom: 1px solid var(--line); padding-bottom: 16px; }
  .home-featured-video .project-video-grid { margin-top: 16px; max-width: none; }
  .home-web-project-grid .web-project-info { flex-direction: row; align-items: center; }
  .home-featured-video .video-work-card figcaption strong { font-size: 13px; }
  .page-home .process-list { grid-template-columns: 1fr; }
  .page-home .process-step { display: grid; grid-template-columns: 32px minmax(0,1fr); gap: 0 16px; padding: 20px; border: 0; border-bottom: 1px solid var(--line); }
  .page-home .process-step:last-child { border-bottom: 0; }
  .page-home .process-step > span { grid-row: 1/3; margin: 0; }
  .page-home .process-step h3 { grid-column: 2; font-size: 18px; padding-right: 24px; }
  .page-home .process-step p { grid-column: 2; margin-top: 8px; }
}

/* Wide phones: two columns where the content remains comfortable to read. */
@media (min-width: 480px) and (max-width: 767px) {
  :root { --section-space: 56px; }
  .container { width: calc(100% - 48px); }
  .home-hero .hero-ctas .btn { flex-basis: auto; }
  .page-home .home-service-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .home-service-grid .service-card { padding: 20px; }
  .home-service-grid .service-card h3 { font-size: 21px; }
  .home-service-grid .service-tags span { font-size: 10px; }
  .service-process-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .service-process-step { display: flex; padding: 16px; }
  .service-process-step h4 { margin-top: 12px; }
  .service-process-step .process-checklist { padding-top: 12px; }
  .service-process-grid-five > :last-child { grid-column: 1/-1; }
  .marketing-exclusion-grid, .maintenance-info-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .marketing-exclusion-grid > :last-child:nth-child(odd) { grid-column: 1/-1; }
  .marketing-common-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .form-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .contact-info-card .info-list { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .contact-info-card .info-list li { grid-template-columns: 28px minmax(0,1fr); padding: 10px; gap: 8px; }
  .contact-info-card .info-list i { width: 28px; height: 32px; }
  .page-home .process-list { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .page-home .process-step { display: block; border-right: 1px solid var(--line); }
  .page-home .process-step:nth-child(2n) { border-right: 0; }
  .page-home .process-step:last-child { grid-column: 1/-1; }
  .page-home .process-step > span { margin-bottom: 16px; }
  .page-home .process-step h3 { padding-right: 0; }
}
@media (max-width: 479px) {
  .portfolio-intro-collage { grid-template-columns: repeat(3,minmax(0,1fr)); margin-inline: 0; padding: 12px; }
  .service-process-section { padding: 16px; }
  .service-process-grid { gap: 0; }
  .service-process-step { padding: 16px 0; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; background: transparent; }
  .service-process-step:last-child { border-bottom: 0; padding-bottom: 0; }
  .page-planes .price-card { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 0 12px; }
  .page-planes .price-card > .plan-tag, .page-planes .price-card > .plan-badges { grid-column: 1/-1; }
  .page-planes .price-card > h3 { grid-column: 1; align-self: center; }
  .page-planes .price-card > .plan-price-box { grid-column: 2; grid-row: 2; padding: 0; margin: 0; border: 0; }
  .page-planes .price-card > .web-plan-description { margin: 16px 0; border: 0; padding: 0; }
  .page-planes .price-card > p, .page-planes .price-card > ul, .page-planes .price-card > details, .page-planes .price-card > .btn { grid-column: 1/-1; }
  .home-hero .hero-ctas .btn { flex: 1 1 100%; }
  .home-hero .hero-ctas .btn.secondary { min-height: 44px; }
  .web-scene { height: 324px; }
  .home-hero .hero-proof { margin-top: 20px; }
  .web-project-info, .home-web-project-grid .web-project-info { flex-direction: column; align-items: stretch; }
  .web-project-link { width: 100%; font-size: 12px; }
  .hero-ctas .btn, .internal-hero-actions .btn, .project-actions .btn, .cta-actions .btn { width: 100%; }
  .contact-guidance-grid article { padding: 16px; }
  .contact-guidance-grid span { font-size: 13px; }
}
@media (hover: none) and (pointer: coarse) {
  .service-card:hover, .web-project-card:hover, .project-card:hover, .page-servicios .service-info-card:hover { transform: none; }
}
@media (prefers-reduced-motion: reduce) {
  .js-reveal, .reveal { opacity: 1; transform: none; }
}

/* NEXO's own mascot: one dimensional visual, with lightweight CSS scenery. */
.nexo-brand-scene { display: grid; place-items: center; }
.brand-halo { position: absolute; inset: 6% 8% 14%; border-radius: 50%; background: radial-gradient(ellipse at 65% 35%,#7b2eff18,transparent 62%),radial-gradient(ellipse at 25% 60%,#1f8fff24,transparent 66%); }
.brand-halo::before { content: ''; position: absolute; inset: 3% 10%; border: 1px solid #5897d62e; border-left: 3px solid #567ec463; border-radius: 50%; transform: rotateY(-35deg) rotateZ(-28deg); box-shadow: inset 3px 0 10px #1f8fff09; }
.brand-orbit { position: absolute; width: 92%; height: 68%; bottom: 12%; border: 1px solid #45659040; border-right: 3px solid #526bbd73; border-radius: 50%; transform: rotateX(63deg) rotateZ(-24deg); }
.brand-plinth { position: absolute; width: 70%; height: 25%; bottom: 25px; border: 1px solid #5184b970; border-radius: 50%; background: radial-gradient(ellipse at 40% 25%,#203e5f,#0b101c 70%); transform: rotateX(64deg); box-shadow: 0 10px 0 -1px #0a1220,0 12px 0 -1px #334467,0 30px 36px #0009,inset 0 2px 8px #86d5ff16; }
.nexo-hero-logo { position: absolute; inset: -8px 2% 38px; display: grid; place-items: center; animation: nexo-float 7s ease-in-out infinite; }
.nexo-hero-logo img { display: block; width: 100%; height: 100%; max-height: 440px; object-fit: contain; filter: drop-shadow(0 18px 16px #0005); }
.nexo-scene-signature { position: absolute; bottom: -4px; inset-inline: 0; display: grid; gap: 4px; text-align: center; }
.nexo-scene-signature > strong { color: #edf5ff; font: 600 21px/1.2 'Space Grotesk',sans-serif; letter-spacing: .2em; }
.nexo-scene-signature strong span { color: #a4b4ce; font-weight: 400; }
.nexo-scene-signature > span { font-size: 11px; letter-spacing: .08em; color: #91a5c2; }

/* Seasonal website offers. Other service plans keep their existing layouts. */
.payment-type { display: inline-block; color: #a8d9ff; font-size: 11px; font-weight: 600; line-height: 1.5; text-transform: uppercase; letter-spacing: .08em; }
.home-pricing-grid .payment-type { margin-top: 12px; }
#planes-web > .container > .section-heading .web-plans-intro-note { margin-top: 8px; font-size: 13px; color: var(--muted); }
.seasonal-web-grid { align-items: start; gap: 20px; }
.seasonal-web-card { min-height: 0; }
#planes-web .seasonal-web-grid > .seasonal-web-card { display: flex; flex-direction: column; }
#planes-web .seasonal-web-card > h3 { align-self: stretch; }
#planes-web .seasonal-web-card > .plan-price-box { margin: 20px 0 16px; padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.seasonal-web-card .plan-badges { display: flex; flex-wrap: wrap; gap: 6px; min-height: 28px; margin-bottom: 16px; }
.seasonal-web-card .plan-tag { font-size: 9px; padding-inline: 8px; margin: 0; }
.seasonal-web-card:not(.featured) .plan-tag { color: #a8c8f4; border-color: #2e455f; background: #122034; }
.seasonal-web-card.featured .plan-tag:not(.recommended) { color: #c3b4f0; background: #211d3b; border-color: #4c3f71; }
.seasonal-web-card .plan-price-box { margin: 20px 0 16px; }
.web-price-line { display: flex; align-items: center; flex-wrap: wrap; gap: 16px; margin-top: 8px; }
.web-price-line .price { margin: 0; font-size: 52px; }
.seasonal-web-card .web-plan-description { min-height: 116px; padding-bottom: 0; margin-bottom: 16px; border: 0; }
.seasonal-web-card .plan-highlights { display: grid !important; gap: 8px; min-height: 108px; margin: 0 0 16px !important; }
.seasonal-web-card .plan-highlights li { color: #d7e3f3; font-size: 13px; }
.seasonal-web-card .plan-highlights li:first-child { color: #fff; font-weight: 600; }
.web-plan-bonus, .web-plan-bonus-slot { min-height: 100px; margin-bottom: 20px; }
.web-plan-bonus { padding: 12px 16px; border: 1px solid #3f5171; border-radius: 12px; background: #17233675; }
.web-plan-bonus > span { color: #9acfff; font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: .09em; }
.web-plan-bonus > p { margin-top: 4px; font-size: 13px; line-height: 1.55; color: #d2dded; }
.web-plan-action .btn { width: 100%; margin-top: 0; }
.web-renewal-note { margin-top: 12px; color: #aab7cc; font-size: 12px; line-height: 1.6; min-height: 39px; }
.seasonal-web-card .plan-disclosure { margin: 20px 0 0; border-top: 1px solid var(--line); border-bottom: 0; }
.seasonal-web-card .plan-disclosure > summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 48px; padding: 12px 0 0; color: #a0d8ff; font-size: 13px; cursor: pointer; list-style: none; }
.seasonal-web-card .plan-disclosure > summary::-webkit-details-marker { display: none; }
.seasonal-web-card .plan-disclosure > summary span::after { content: '+'; font-size: 22px; line-height: 1; }
.seasonal-web-card .plan-disclosure[open] > summary span::after { content: '−'; }
.seasonal-web-card .plan-disclosure-content { display: grid; gap: 24px; padding: 24px 0 4px; }
.web-plan-group h4 { color: #c9d9f0; margin-bottom: 12px; }
.web-plan-group ul { margin: 0; gap: 8px; }
.web-plan-group li { font-size: 13px; }
.web-plan-group-note { margin-top: 12px; color: #9fb0c8; font-size: 12px; line-height: 1.6; }
.web-common-details { margin-top: 32px; }
.web-common-details .marketing-common-grid { gap: 12px; }
.web-common-details .marketing-common-item { padding: 16px; }
.web-payment-banner { display: flex; align-items: flex-start; gap: 24px; margin-top: 24px; padding: 32px; border: 1px solid #365680; border-radius: 20px; background: linear-gradient(115deg,#10213a,#101523 70%); }
.web-payment-icon { display: grid; place-items: center; flex-shrink: 0; width: 48px; height: 48px; color: #8bdaff; background: #203c59; border: 1px solid #48718c; border-radius: 14px; font-size: 23px; }
.web-payment-banner .eyebrow { margin-bottom: 8px; }
.web-payment-banner h3 { max-width: 700px; font-size: clamp(22px,2.3vw,30px); }
.web-payment-banner p:not(.eyebrow) { margin-top: 16px; max-width: 880px; font-size: 14px; line-height: 1.7; color: #b5c6dd; }
.web-payment-banner strong { color: #eef5ff; }
.web-payment-banner p.web-payment-optional { margin-top: 8px; font-size: 12px; color: #9caec9; }
@media (min-width: 1024px) and (max-width: 1199px) {
  .seasonal-web-card .plan-badges { min-height: 62px; align-content: flex-start; }
  .seasonal-web-card .web-plan-description { min-height: 140px; }
  .seasonal-web-card .plan-highlights { min-height: 116px; }
  .web-plan-bonus, .web-plan-bonus-slot { min-height: 120px; }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .seasonal-web-card .web-plan-description { min-height: 116px; }
  .seasonal-web-card .plan-badges { min-height: 28px; align-content: flex-start; }
  #planes-web .seasonal-web-grid > .seasonal-web-card:last-child { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 0 32px; }
  #planes-web .seasonal-web-card:last-child > .plan-badges { grid-area: 1 / 1; }
  #planes-web .seasonal-web-card:last-child > h3 { grid-area: 2 / 1; }
  #planes-web .seasonal-web-card:last-child > .plan-price-box { grid-area: 3 / 1; }
  #planes-web .seasonal-web-card:last-child > .web-plan-description { grid-area: 4 / 1; min-height: 0; margin-bottom: 0; }
  #planes-web .seasonal-web-card:last-child > .plan-highlights { grid-area: 1 / 2 / 3 / 3; min-height: 0; align-self: start; }
  #planes-web .seasonal-web-card:last-child > .web-plan-bonus { grid-area: 3 / 2; min-height: 0; align-self: start; }
  #planes-web .seasonal-web-card:last-child > .web-plan-action { grid-area: 4 / 2; }
  #planes-web .seasonal-web-card:last-child > .plan-disclosure { grid-area: 5 / 1 / 6 / -1; }
  .seasonal-web-card:last-child .plan-disclosure-content { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 767px) {
  .nexo-hero-logo { inset: -8px 4% 38px; }
  .nexo-scene-signature > strong { font-size: 19px; }
  .nexo-scene-signature > span { font-size: 10px; }
  .seasonal-web-card .web-plan-description, .seasonal-web-card .plan-highlights, .web-renewal-note { min-height: 0; }
  .seasonal-web-card .plan-price-box { margin-top: 16px; }
  #planes-web .seasonal-web-card > .plan-price-box { margin-top: 16px; }
  .web-price-line .price { font-size: 44px; }
  .web-plan-bonus { min-height: 0; margin-bottom: 20px; }
  .web-plan-bonus-slot { display: none; }
  .seasonal-web-card .plan-disclosure-content { gap: 20px; }
  .web-payment-banner { padding: 24px 20px; gap: 16px; }
  .web-payment-icon { width: 32px; height: 32px; font-size: 17px; border-radius: 10px; }
}
@media (max-width: 479px) {
  .web-payment-banner { display: block; }
  .web-payment-icon { margin-bottom: 16px; }
}
@media (prefers-reduced-motion: reduce) {
  .nexo-hero-logo { animation: none; }
}

/* Marketing and content plans use the same decision-first card hierarchy. */
.simple-grid.three.unified-plan-grid { align-items: start; }
#planes-marketing .unified-plan-grid > .unified-plan-card,
#planes-contenido .unified-plan-grid > .unified-plan-card {
  display: flex;
  min-height: 0;
  flex-direction: column;
}
.unified-plan-card > h3 { align-self: stretch; }
.unified-plan-card .plan-badges { display: flex; flex-wrap: wrap; gap: 6px; min-height: 28px; margin-bottom: 16px; }
.unified-plan-card .plan-tag { margin: 0; padding-inline: 8px; color: #a8c8f4; border-color: #2e455f; background: #122034; font-size: 9px; }
.unified-plan-card.emphasized .plan-tag:not(.recommended) { color: #c3b4f0; border-color: #4c3f71; background: #211d3b; }
.unified-plan-card > .plan-price-box { margin: 20px 0 16px; padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.unified-plan-card .plan-price-box > .regular-price { margin-bottom: 8px; }
.unified-plan-card .price.small { margin: 0; color: #fff; font-size: 52px; }
.unified-plan-card .price.small small { margin-left: 2px; color: #dce8f7; font-size: 18px; font-weight: 600; letter-spacing: -.02em; }
.unified-plan-card .service-plan-description { min-height: 116px; margin: 0 0 16px; color: var(--muted); font-size: 14px; line-height: 1.65; }
.unified-plan-card .plan-highlights { display: grid !important; gap: 8px; min-height: 108px; margin: 0 0 20px !important; }
.unified-plan-card .plan-highlights li { color: #d7e3f3; font-size: 13px; }
.unified-plan-card .plan-highlights li:first-child { color: #fff; font-weight: 600; }
.service-plan-action { margin-top: auto; }
.service-plan-action .btn { width: 100%; margin: 0; }
.marketing-plan-card .service-plan-action .web-renewal-note { min-height: 60px; }
.unified-plan-card .plan-disclosure { margin: 20px 0 0; border-top: 1px solid var(--line); border-bottom: 0; }
.unified-plan-card .plan-disclosure > summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 48px; padding: 12px 0 0; color: #a0d8ff; font-size: 13px; cursor: pointer; list-style: none; }
.unified-plan-card .plan-disclosure > summary::-webkit-details-marker { display: none; }
.unified-plan-card .plan-disclosure > summary span::after { content: '+'; font-size: 22px; line-height: 1; }
.unified-plan-card .plan-disclosure[open] > summary span::after { content: '−'; }
.unified-plan-card .plan-disclosure-content { padding: 24px 0 4px; }
.unified-plan-card .marketing-plan-details,
.unified-plan-card .content-plan-details { gap: 24px; margin: 0; }
.unified-plan-card .marketing-plan-group,
.unified-plan-card .content-plan-group { padding-top: 0; border-top: 0; }
.unified-plan-card .marketing-plan-group + .marketing-plan-group,
.unified-plan-card .content-plan-group + .content-plan-group { padding-top: 20px; border-top: 1px solid var(--line); }
.unified-plan-card .marketing-plan-group h4,
.unified-plan-card .content-plan-group h4 { margin-bottom: 12px; color: #c9d9f0; }
.unified-plan-card .marketing-plan-group li,
.unified-plan-card .content-plan-group li { font-size: 13px; line-height: 1.6; }

@media (min-width: 1024px) and (max-width: 1199px) {
  .unified-plan-card .plan-badges { min-height: 62px; align-content: flex-start; }
  .unified-plan-card .service-plan-description { min-height: 140px; }
  .unified-plan-card .plan-highlights { min-height: 132px; }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .unified-plan-card .service-plan-description { min-height: 116px; }
  #planes-marketing .unified-plan-grid > .unified-plan-card:last-child,
  #planes-contenido .unified-plan-grid > .unified-plan-card:last-child {
    display: grid;
    grid-template-columns: minmax(0,1fr) minmax(0,1fr);
    gap: 0 32px;
  }
  #planes-marketing .unified-plan-grid > .unified-plan-card:last-child > .plan-badges,
  #planes-contenido .unified-plan-grid > .unified-plan-card:last-child > .plan-badges { grid-area: 1 / 1; }
  #planes-marketing .unified-plan-grid > .unified-plan-card:last-child > h3,
  #planes-contenido .unified-plan-grid > .unified-plan-card:last-child > h3 { grid-area: 2 / 1; }
  #planes-marketing .unified-plan-grid > .unified-plan-card:last-child > .plan-price-box,
  #planes-contenido .unified-plan-grid > .unified-plan-card:last-child > .plan-price-box { grid-area: 3 / 1; }
  #planes-marketing .unified-plan-grid > .unified-plan-card:last-child > .service-plan-description,
  #planes-contenido .unified-plan-grid > .unified-plan-card:last-child > .service-plan-description { grid-area: 4 / 1; min-height: 0; margin-bottom: 0; }
  #planes-marketing .unified-plan-grid > .unified-plan-card:last-child > .plan-highlights,
  #planes-contenido .unified-plan-grid > .unified-plan-card:last-child > .plan-highlights { grid-area: 1 / 2 / 4 / 3; min-height: 0; align-self: start; }
  #planes-marketing .unified-plan-grid > .unified-plan-card:last-child > .service-plan-action,
  #planes-contenido .unified-plan-grid > .unified-plan-card:last-child > .service-plan-action { grid-area: 4 / 2; align-self: end; }
  #planes-marketing .unified-plan-grid > .unified-plan-card:last-child > .plan-disclosure,
  #planes-contenido .unified-plan-grid > .unified-plan-card:last-child > .plan-disclosure { grid-area: 5 / 1 / 6 / -1; }
  .unified-plan-grid > .unified-plan-card:last-child .plan-disclosure-content { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px 32px; }
  .unified-plan-grid > .unified-plan-card:last-child .marketing-plan-group + .marketing-plan-group,
  .unified-plan-grid > .unified-plan-card:last-child .content-plan-group + .content-plan-group { padding-top: 0; border-top: 0; }
}
@media (max-width: 767px) {
  .unified-plan-card .service-plan-description,
  .unified-plan-card .plan-highlights { min-height: 0; }
  .unified-plan-card > .plan-price-box { margin-top: 16px; }
  .unified-plan-card .price.small { font-size: 44px; }
}
