/* Identidad: azul del logotipo, Mediterráneo, sol y alegría. */
.gallery-caption { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px 22px; margin: 13px 0 0; color: var(--muted); font-size: 11px; line-height: 1.7; }
.gallery-caption a { color: var(--action); text-decoration: underline; text-underline-offset: 3px; }
.gallery-caption .icon { width: 14px; height: 14px; margin-left: 5px; }
:root {
  --brand: #009cda;
  --action: #0078a8;
  --ink: #064675;
  --muted: #47647b;
  --paper: #fff;
  --sand: #fff7dc;
  --line: #d4e7f2;
  --terracotta: #bd3d1c;
  --coral: #ff704b;
  --gold: #ffce38;
  --blue: #e6f7ff;
  --display: 'DM Sans', sans-serif;
}
body { background: var(--paper); }
h1, h2 { font-weight: 700; letter-spacing: -.045em; }
em { font-family: 'Playfair Display', Georgia, serif; }
a:hover { color: var(--action); }
::selection { background: var(--gold); color: var(--ink); }
:focus-visible { outline-color: var(--action); }
.eyebrow { color: var(--action); }
.brand { display: inline-flex; }
.brand-logo { width: 208px; height: auto; object-fit: contain; }
.header-inner { height: 116px; gap: 25px; }
.site-header { border-bottom: 1px solid #e7f3fa; }
.topline { background: var(--brand); color: #002c43; font-weight: 700; }
.topline .shell { min-height: 33px; }
.topline .icon { color: #002c43; }
.desktop-nav { gap: 24px; }
.desktop-nav a { font-weight: 600; }
.desktop-nav a:hover, .desktop-nav a.active { color: var(--action); border-color: var(--brand); }
.business-link { border-color: var(--brand); color: var(--action); border-radius: 30px; font-weight: 600; }
.menu-toggle { color: var(--action); border-color: #b7e0f3; border-radius: 50%; }
.mobile-nav { box-shadow: 0 18px 30px #00538c14; }
.button { border-radius: 28px; font-weight: 700; }
.button-dark { background: var(--action); border-color: var(--action); color: #fff; }
.button-dark:hover { background: var(--ink); border-color: var(--ink); color: #fff; }
.button-outline { color: var(--action); border-color: #8fcce7; }
.button-outline:hover { background: var(--blue); border-color: var(--action); }
.button-light { color: var(--ink); background: var(--gold); border-color: var(--gold); }
.button-light:hover { color: var(--ink); background: #ffe480; }
.text-link { color: var(--action); border-color: #91d4ec; }
.text-link .icon { color: var(--action); }

/* Portada: dos postales reales y un sello de sol. */
.hero { background: #edfbff; min-height: 615px; margin-bottom: 42px; overflow: visible; }
.hero-shell { min-height: 615px; padding-top: 70px; }
.hero-copy { max-width: 47%; position: relative; z-index: 3; }
.hero-copy .eyebrow { font-size: 10px; letter-spacing: 1.4px; color: var(--action); margin-bottom: 25px; }
.hero-copy .eyebrow .icon { width: 24px; height: 24px; color: #c34a16; }
.hero h1 { font-size: clamp(56px, 5.6vw, 80px); line-height: 1.05; margin-bottom: 22px; letter-spacing: -.055em; }
.hero h1 em { display: inline-block; font-family: var(--body); font-weight: 700; font-style: normal; color: var(--action); position: relative; white-space: nowrap; }
.hero h1 em::after { content: ''; position: absolute; left: 0; right: 0; bottom: -8px; height: 10px; background: var(--gold); border-radius: 55% 15% 60% 25%; transform: rotate(-2deg); }
.hero-city { display: block; font-size: .37em; letter-spacing: -.025em; font-weight: 500; margin-top: 30px; color: var(--ink); }
.hero-description { max-width: 355px; color: #305d79; font-size: 14px; line-height: 1.85; margin-bottom: 23px; }
.hero-copy .text-link { font-size: 12px; gap: 26px; }
.hero-photo { top: 0; bottom: 0; left: 50%; right: 0; width: 50%; height: auto; border-radius: 110px 0 0 0; overflow: hidden; }
.hero-photo>img { object-position: 47% 52%; }
.hero-photo::after { background: linear-gradient(0deg, #003a6747, transparent 45%); pointer-events: none; }
.photo-caption { bottom: 105px; right: auto; left: 32px; color: var(--ink); background: #fff; border-radius: 22px; padding: 9px 14px; font-size: 10px; }
.hero-postcard { position: absolute; right: 36px; bottom: 118px; width: 175px; padding: 8px 8px 12px; background: white; border-radius: 3px; transform: rotate(7deg); box-shadow: 0 10px 25px #00365c38; z-index: 3; transition: transform .2s; }
.hero-postcard:hover { transform: rotate(3deg) translateY(-4px); }
.hero-postcard img { position: static; width: 100%; height: 142px; object-fit: cover; border-radius: 1px; }
.hero-postcard>span { display: flex; justify-content: space-between; align-items: center; color: var(--ink); font-size: 8px; font-weight: 600; margin-top: 9px; }
.hero-postcard .icon { width: 14px; height: 14px; color: var(--terracotta); }
.hero-note { left: 46%; top: 50px; width: 119px; height: 119px; padding: 14px; border-radius: 50%; display: flex; flex-direction: column; gap: 1px; justify-content: center; text-align: center; background: var(--gold); color: var(--ink); box-shadow: none; transform: rotate(11deg); font-size: 12px; line-height: 1.35; z-index: 4; }
.hero-note strong { font-size: 17px; font-weight: 700; }
.note-sun { color: var(--ink); }
.note-sun .icon { width: 29px; height: 29px; }
.hero-search { border: 1px solid #d1eaf5; border-radius: 18px; box-shadow: 0 12px 35px #006ca51a; padding: 22px 25px; bottom: -38px; z-index: 5; }
.search-field>.icon { color: var(--action); }
.hero-search input:focus-visible, .hero-search select:focus-visible { outline-color: var(--action); }
.hero-search .button { border-radius: 12px; }
.category-section { padding-top: 69px; }
.category-tile { border-color: #d9eaf2; border-radius: 14px; padding: 24px 19px 20px; background: #fff; }
.category-tile:hover { background: #f1fbff; border-color: var(--brand); box-shadow: 0 8px 22px #008fc815; }
.category-icon { color: var(--action); }
.category-tile .category-icon { width: 48px; height: 48px; border-radius: 50%; background: #dff6ff; align-items: center; justify-content: center; margin-bottom: 18px; }
.category-tile:nth-child(3n+2) .category-icon { background: #fff0b5; color: #9b5800; }
.category-tile:nth-child(3n) .category-icon { background: #ffe4d9; color: #b94325; }
.category-tile>strong { font-size: 14px; }
.category-tile>span:last-child { color: var(--muted); }
.discover-section { background: var(--blue); padding-top: 66px; padding-bottom: 70px; position: relative; }
.destination-card { border-radius: 15px; }
.destination-card::after { background: linear-gradient(0deg, #003b6ee8, transparent 88%); }
.destination-card span { color: #fff; font-weight: 700; }
.destination-card h3 { font-family: var(--body); font-weight: 700; letter-spacing: -1.4px; }
.destination-card p { color: white; font-weight: 600; }
.destination-card .icon { background: var(--gold); color: var(--ink); border-radius: 50%; padding: 4px; width: 27px; height: 27px; }
.place-image { border-radius: 12px; }
.card-category { color: var(--action); }
.card-bottom { color: var(--muted); }
.circle-arrow { color: var(--action); background: #eaf8ff; border-color: #b6e5fa; }
.slow-section { background: var(--gold); padding: 60px 0; }
.slow-inner { grid-template-columns: .35fr 1.8fr 1fr; }
.slow-symbol { color: #b75700; }
.slow-symbol .icon { width: 105px; height: 105px; stroke-width: 1; }
.slow-inner .eyebrow { color: var(--ink); }
.slow-inner h2 { font-size: 31px; font-weight: 700; }
.slow-inner h2 em { font-family: var(--body); color: var(--ink); font-style: normal; }
.slow-copy p { color: #174c6a; font-size: 13px; }
.business-banner { background: var(--brand); color: #002c43; border-radius: 18px; padding-top: 46px; padding-bottom: 46px; }
.business-banner h2 { color: #002c43; font-weight: 700; }
.business-banner .eyebrow, .business-banner p:not(.eyebrow) { color: #002c43; }
.business-banner .eyebrow { font-weight: 700; }
.banner-flower { color: white; opacity: .4; }
.site-footer { background: #effaff; border-top: 4px solid var(--brand); }
.footer-brand .brand-logo { width: 218px; }
.footer-top p, .footer-top>div>a:not(.brand), .footer-bottom { color: #3c627d; }
.footer-top h2 { color: var(--ink); font-size: 13px; }

/* La misma marca en el directorio, las fichas y las historias. */
.breadcrumbs, .page-intro>p:last-child, .detail-lead { color: var(--muted); }
.page-intro h1, .detail-page h1 { color: var(--ink); }
.listing-search { border-color: #c3e4f2; border-radius: 14px; box-shadow: 0 5px 20px #006ca508; }
.listing-search>.icon, .listing-search>div>.icon { color: var(--action); }
.category-pills a { color: var(--ink); border-color: var(--line); background: #fff; }
.category-pills a.selected { background: var(--action); color: #fff; border-color: var(--action); }
.category-pills a:hover { background: #def4ff; color: var(--ink); }
.type-filter { background: #eaf8ff; border-radius: 12px; }
.type-filter select { border-color: #b4dbef; background: white; }
.pagination a { border-color: #b4dbef; color: var(--action); border-radius: 8px; }
.pagination [aria-current] { background: var(--action); border-color: var(--action); color: white; }
.contact-card { border: 1px solid #b8e3f6; background: #f0fbff; border-radius: 16px; }
.contact-card .eyebrow { color: var(--action); }
.contact-card .button-dark { background: var(--action); }
.contact-card .button-dark:hover { background: var(--ink); }
.contact-link { color: var(--action); }
.editorial-note, .archive-notice { background: #fff6d3; border-color: #efa800; color: #66531d; border-radius: 0 8px 8px 0; }
.archive-notice p, .archive-notice>.icon { color: #66531d; }
.detail-content>p, .article-prose { color: #355d76; }
.recommendation-section { background: #e8f8ff; }
.recommendation-symbol { color: var(--action); }
.no-photo-card { background: #e2f5ff; color: #236f98; }
.place-card:nth-child(3n+2) .no-photo-card { background: #fff3bd; color: #805a09; }
.place-card:nth-child(3n) .no-photo-card { background: #ffe9de; color: #a44025; }
.photo-pending { background: white; color: var(--ink); }
.official-type { color: var(--action); }
.news-card-image { border-radius: 12px; }
.news-card h3 { font-weight: 700; font-size: 23px; line-height: 1.28; }
.news-card-body time { color: var(--action); }
.news-placeholder { background: #e2f5ff; color: var(--ink); }
.news-placeholder>.icon { color: var(--action); }
.news-toolbar .selected { background: var(--action); border-color: var(--action); }
.article-heading .eyebrow { color: var(--action); }
.article-prose a { color: var(--action); text-decoration-thickness: 1.5px; }
.article-prose blockquote { border-color: var(--brand); background: #edfaff; }
.article-side-panel { border-color: var(--line); border-radius: 14px; background: #f2fbff; }
.source-badge { border-color: #b4dbef; color: var(--action); }
.business-page em { color: var(--action); }
.business-benefits p { background: #e7f8ff; color: var(--ink); border-color: #c8e9f9; }
.business-benefits .icon { color: var(--action); }
.error-page { background: #e7f8ff; }

/* Administración: azul, blanco y controles con buen contraste. */
.admin-body { background: #f2f9fd; }
.admin-sidebar { background: #00568b; color: #fff; }
.admin-sidebar .brand { padding: 10px 12px; background: #fff; border-radius: 12px; justify-content: center; }
.admin-sidebar .brand-logo { width: 175px; }
.sidebar-label { color: #c9ecff; }
.admin-sidebar nav a:hover, .admin-sidebar nav a.active { background: #ffffff20; color: white; }
.admin-sidebar nav .icon { color: #9fe3ff; }
.sidebar-bottom { color: #d6efff; }
.sidebar-bottom button { color: #ffe181; }
.admin-info { background: #def4ff; }
.admin-info>.icon { color: var(--action); }
.admin-panel, .stats-grid a, .admin-categories>a { border-color: #d2e7f3; border-radius: 12px; }
.stats-grid strong { color: var(--action); font-weight: 700; }
.admin-table th { background: #eff9ff; }
.admin-table td { border-color: #e2eff7; }
.form-control, .form-select { border-color: #bddaea; border-radius: 8px; }
.form-control:focus, .form-select:focus { border-color: var(--action); box-shadow: 0 0 0 3px #009cda20; }
.form-panel input[readonly] { background: #f2f8fc; }
.form-panel input[type=checkbox], .form-panel input[type=radio] { accent-color: var(--action); }
.login-screen { background: #e7f7ff; background-image: radial-gradient(circle at 95% 5%, #ffdc58 0, #ffdc58 110px, transparent 111px), radial-gradient(circle at 0 100%, #009cda 0, #009cda 170px, transparent 171px); }
.login-screen>.brand { margin-bottom: 25px; }
.login-screen .brand-logo { width: 245px; }
.login-card { border-color: #bee4f4; border-radius: 18px; box-shadow: 0 15px 45px #00649510; }
.login-card .eyebrow { color: var(--action); }

@media (min-width: 1500px) {
  .hero, .hero-shell { min-height: 650px; }
  .hero-shell { padding-top: 82px; }
  .hero h1 { font-size: 80px; }
  .hero-note { left: 47%; }
}
@media (max-width: 1199px) {
  .header-inner { height: 106px; }
  .brand-logo { width: 190px; }
  .desktop-nav { gap: 20px; }
  .hero, .hero-shell { min-height: 580px; }
  .hero-shell { padding-top: 64px; }
  .hero h1 { font-size: clamp(51px, 5.6vw, 66px); }
  .hero-note { width: 96px; height: 96px; left: 46%; top: 28px; font-size: 10px; padding: 11px; }
  .hero-note strong { font-size: 14px; }
  .hero-postcard { right: 24px; width: 155px; }
  .hero-postcard img { height: 125px; }
  .photo-caption { left: 25px; bottom: 83px; font-size: 9px; }
  .slow-inner h2 { font-size: 27px; }
}
@media (max-width: 900px) {
  .header-inner { height: 94px; }
  .brand-logo { width: 173px; }
  .hero, .hero-shell { min-height: 555px; }
  .hero-copy { max-width: 49%; }
  .hero h1 { font-size: clamp(39px, 5.7vw, 52px); }
  .hero-copy .eyebrow { font-size: 8px; letter-spacing: .8px; }
  .hero-description { font-size: 13px; max-width: 290px; }
  .hero-note { display: none; }
  .hero-photo { border-radius: 80px 0 0; }
  .hero-search { bottom: -42px; padding: 18px; }
  .hero-postcard { width: 134px; right: 22px; bottom: 135px; }
  .hero-postcard img { height: 106px; }
  .hero-postcard>span { font-size: 7px; }
  .photo-caption { bottom: 94px; left: 22px; }
  .slow-inner { grid-template-columns: 1.25fr 1fr; }
}
@media (max-width: 600px) {
  .topline .shell { min-height: 28px; font-size: 8px; }
  .header-inner { height: 86px; }
  .brand-logo { width: 164px; }
  .hero { display: flex; flex-direction: column; min-height: 0; margin-bottom: 0; background: #edfbff; }
  .hero-shell { display: contents; }
  .hero-copy { order: 0; max-width: 100%; padding: 35px 22px 31px; }
  .hero-copy .eyebrow { font-size: 8px; letter-spacing: 1px; margin-bottom: 18px; gap: 9px; }
  .hero-copy .eyebrow .icon { width: 21px; height: 21px; }
  .hero h1 { font-size: clamp(40px, 11.5vw, 65px); line-height: 1.04; letter-spacing: -.045em; margin-bottom: 17px; }
  .hero h1 em { font-size: 1em; }
  .hero h1 em::after { bottom: -5px; height: 7px; }
  .hero-city { font-size: 23px; margin-top: 21px; }
  .hero-description { font-size: 13px; line-height: 1.75; max-width: 370px; margin-bottom: 18px; }
  .hero-copy .text-link { font-size: 12px; }
  .hero-photo { position: relative; order: 1; inset: auto; width: calc(100% - 22px); margin-left: 22px; height: 287px; border-radius: 65px 0 0 0; }
  .hero-photo>img { object-position: 50% 50%; }
  .hero-photo::after { background: linear-gradient(0deg, #003a6747, transparent 65%); }
  .hero-postcard { width: 117px; right: 24px; bottom: 55px; padding: 6px 6px 10px; }
  .hero-postcard img { height: 94px; }
  .hero-postcard>span { font-size: 7px; line-height: 1.4; margin-top: 6px; }
  .hero-postcard .icon { display: none; }
  .photo-caption { left: 17px; bottom: 44px; font-size: 8px; padding: 7px 10px; }
  .hero-search { position: relative; order: 2; inset: auto; margin: -20px 22px 24px; grid-template-columns: minmax(0,1fr) auto; gap: 11px; padding: 17px 15px; border-radius: 15px; }
  .hero-search .button { font-size: 10px; padding: 11px 12px; border-radius: 9px; gap: 8px; }
  .hero-search .category-field { max-width: 100%; }
  .hero-search .category-field select { font-size: 10px; }
  .hero-search .search-field input { min-width: 0; font-size: 12px; }
  .category-section { padding-top: 40px; }
  .category-tile { padding: 19px 16px 17px; }
  .category-tile .category-icon { width: 42px; height: 42px; margin-bottom: 13px; }
  .category-tile>strong { font-size: 13px; }
  .section-heading h2 { font-size: 30px; }
  .discover-section { padding: 42px 0; }
  .destination-card h3 { font-size: 33px; }
  .slow-section { padding: 37px 0; }
  .slow-inner { display: block; }
  .slow-inner h2 { font-size: 28px; }
  .slow-inner h2 br { display: none; }
  .slow-copy p { font-size: 13px; }
  .business-banner { padding: 30px 25px; }
  .business-banner h2 { font-size: 30px; }
  .business-banner p:not(.eyebrow) { font-size: 12px; }
  .footer-brand .brand-logo { width: 195px; }
  .news-card h3 { font-size: 24px; }
  .contact-card { padding: 24px; }
  .admin-sidebar .brand { padding: 4px 12px; }
  .admin-sidebar .brand-logo { width: 155px; }
  .admin-heading h1 { font-size: 33px; }
  .login-screen .brand-logo { width: 225px; }
  .login-card h1 { font-size: 30px; }
}

/* Banner superior de marketing en portada */
.home-marketing-banner {
  background: linear-gradient(90deg, #043255 0%, #064675 40%, #0078a8 100%);
  color: #fff;
  padding: 10px 0;
  border-bottom: 2px solid #ffce38;
  position: relative;
  z-index: 35;
  box-shadow: 0 4px 15px rgba(0,0,0,0.06);
}
.home-marketing-banner-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.banner-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #ffce38;
  color: #064675;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.5px;
  padding: 4px 10px;
  border-radius: 20px;
  text-transform: uppercase;
  white-space: nowrap;
}
.banner-badge .icon { width: 14px; height: 14px; color: #bd3d1c; }
.banner-message {
  font-size: 13.5px;
  line-height: 1.4;
  color: #eaf6fc;
  margin: 0;
  flex: 1;
}
.banner-message strong { color: #fff; font-weight: 700; }
.banner-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #ffce38;
  color: #043255;
  font-size: 12px;
  font-weight: 700;
  padding: 8px 18px;
  border-radius: 25px;
  white-space: nowrap;
  transition: all 0.2s ease;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}
.banner-cta:hover {
  background: #ffe37a;
  color: #043255;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}
.banner-cta .icon { width: 14px; height: 14px; }

/* Landing Page Tu Negocio (Agencia de Marketing y Comunicación Local) */
.business-landing { background: #fafcff; }

/* Hero */
.business-hero {
  background: linear-gradient(135deg, #eaf7fd 0%, #f4fbff 60%, #fffbf2 100%);
  padding: 64px 0 72px;
  border-bottom: 1px solid #d8edf7;
  position: relative;
  overflow: hidden;
}
.business-hero-shell {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 48px;
  align-items: center;
}
.business-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #dff2fa;
  color: #0078a8;
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 1px;
  padding: 6px 14px;
  border-radius: 20px;
  margin-bottom: 22px;
}
.business-tag .icon { width: 16px; height: 16px; color: #ff704b; }
.business-hero-title {
  font-size: clamp(38px, 4.4vw, 56px);
  line-height: 1.12;
  color: #064675;
  margin-bottom: 20px;
  letter-spacing: -0.04em;
}
.business-hero-title em {
  font-family: 'Playfair Display', Georgia, serif;
  font-style: italic;
  color: #009cda;
  position: relative;
}
.business-hero-lead {
  font-size: 16px;
  line-height: 1.8;
  color: #3b5a70;
  margin-bottom: 30px;
  max-width: 620px;
}
.business-hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 38px;
}
.hero-btn-primary {
  padding: 16px 28px;
  font-size: 14px;
  box-shadow: 0 4px 15px rgba(0, 120, 168, 0.25);
}
.hero-btn-secondary {
  padding: 16px 24px;
  font-size: 14px;
  background: #fff;
}
.business-hero-stats {
  display: flex;
  gap: 32px;
  padding-top: 24px;
  border-top: 1px solid #d4ebf5;
  flex-wrap: wrap;
}
.stat-item strong {
  display: block;
  font-size: 26px;
  color: #064675;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 4px;
}
.stat-item span {
  font-size: 12px;
  color: #55788f;
  line-height: 1.4;
}

/* Hero card lateral */
.business-hero-card {
  background: #fff;
  border-radius: 18px;
  padding: 34px 30px;
  box-shadow: 0 16px 40px rgba(6, 70, 117, 0.08);
  border: 1px solid #d5ebf6;
  position: relative;
}
.card-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #fff5db;
  color: #925300;
  font-weight: 700;
  font-size: 11px;
  padding: 5px 12px;
  border-radius: 20px;
  margin-bottom: 16px;
}
.card-badge .icon { width: 14px; height: 14px; }
.business-hero-card h3 {
  font-size: 23px;
  color: #064675;
  margin-bottom: 12px;
}
.business-hero-card p {
  font-size: 13.5px;
  color: #537184;
  line-height: 1.65;
  margin-bottom: 20px;
}
.hero-card-list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.hero-card-list li {
  font-size: 13px;
  color: #1a435d;
  display: flex;
  align-items: center;
  gap: 9px;
}
.hero-card-list .icon { width: 16px; height: 16px; color: #009cda; flex-shrink: 0; }
.hero-card-btn { width: 100%; justify-content: center; }

/* Sección Ventaja Local */
.business-local-advantage {
  padding: 80px 0;
  background: #fff;
}
.text-center { text-align: center; }
.advantage-header h2, .section-title-wrap h2 {
  font-size: clamp(28px, 3.2vw, 42px);
  color: #064675;
  margin-bottom: 14px;
}
.lead-text {
  font-size: 15px;
  color: #537184;
  max-width: 640px;
  margin: 0 auto;
  line-height: 1.75;
}
.advantage-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 48px;
}
.advantage-card {
  background: #f7fcff;
  border: 1px solid #dbeef8;
  border-radius: 14px;
  padding: 30px 22px;
  transition: transform 0.2s, box-shadow 0.2s;
}
.advantage-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0, 120, 168, 0.08);
  border-color: #009cda;
}
.advantage-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #e2f4fd;
  color: #0078a8;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
}
.advantage-icon .icon { width: 24px; height: 24px; }
.advantage-card h3 {
  font-size: 17px;
  color: #064675;
  margin-bottom: 10px;
  font-weight: 700;
}
.advantage-card p {
  font-size: 13px;
  color: #537184;
  line-height: 1.7;
  margin: 0;
}

/* Servicios Grid */
.business-services-section {
  padding: 84px 0;
  background: #f4faff;
  border-top: 1px solid #e1eff6;
  border-bottom: 1px solid #e1eff6;
}
.section-title-wrap { margin-bottom: 48px; }
.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.service-card {
  background: #fff;
  border: 1px solid #d4e8f3;
  border-radius: 16px;
  padding: 36px 32px;
  position: relative;
  transition: transform 0.2s, box-shadow 0.2s;
}
.service-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(0, 120, 168, 0.08);
}
.service-card.featured {
  border: 2px solid #009cda;
  box-shadow: 0 8px 25px rgba(0, 156, 218, 0.12);
}
.service-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}
.service-number {
  font-size: 24px;
  font-weight: 800;
  color: #a4d2e8;
  letter-spacing: -1px;
}
.service-tag {
  font-size: 11px;
  font-weight: 700;
  color: #0078a8;
  background: #e4f5fc;
  padding: 4px 10px;
  border-radius: 15px;
}
.service-tag.popular {
  background: #ffce38;
  color: #064675;
  font-weight: 800;
}
.service-card h3 {
  font-size: 22px;
  color: #064675;
  margin-bottom: 12px;
}
.service-card p {
  font-size: 14px;
  color: #55778c;
  line-height: 1.7;
  margin-bottom: 22px;
}
.service-features {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 11px;
  border-top: 1px solid #eef5f9;
  padding-top: 18px;
}
.service-features li {
  font-size: 13px;
  color: #2a526d;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.55;
}
.service-features .icon { width: 16px; height: 16px; color: #009cda; margin-top: 2px; flex-shrink: 0; }

/* Proceso */
.business-process-section {
  padding: 80px 0;
  background: #fff;
}
.process-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 48px;
}
.process-step {
  text-align: center;
  padding: 24px 20px;
}
.step-num {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #ffce38;
  color: #064675;
  font-weight: 800;
  font-size: 22px;
  display: grid;
  place-items: center;
  margin: 0 auto 20px;
  box-shadow: 0 4px 12px rgba(255, 206, 56, 0.35);
}
.process-step h4 {
  font-size: 17px;
  color: #064675;
  margin-bottom: 12px;
}
.process-step p {
  font-size: 13.5px;
  color: #58768a;
  line-height: 1.7;
  margin: 0;
}

/* Contacto & Formulario */
.business-contact-section {
  padding: 84px 0 96px;
  background: linear-gradient(180deg, #f4fbff 0%, #eaf4fb 100%);
  border-top: 1px solid #d5ebf7;
}
.contact-wrapper {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 54px;
  align-items: start;
}
.contact-sidebar h2 {
  font-size: clamp(28px, 3.2vw, 38px);
  color: #064675;
  margin-bottom: 14px;
}
.contact-sidebar-lead {
  font-size: 14.5px;
  color: #4b6a7f;
  line-height: 1.75;
  margin-bottom: 30px;
}
.contact-info-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-bottom: 32px;
}
.info-block {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.info-icon {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: #d8effa;
  color: #0078a8;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.info-icon .icon { width: 18px; height: 18px; }
.info-block strong { display: block; font-size: 12.5px; color: #064675; margin-bottom: 2px; }
.info-block p { font-size: 13.5px; color: #527185; margin: 0; }

.local-guarantee-card {
  background: #fff;
  border: 1px solid #d4ebf5;
  border-radius: 12px;
  padding: 18px 20px;
  border-left: 4px solid #ffce38;
}
.local-guarantee-card strong { display: block; font-size: 13px; color: #064675; margin-bottom: 4px; }
.local-guarantee-card p { font-size: 12px; color: #587487; margin: 0; line-height: 1.6; }

/* Contenedor del Formulario */
.contact-form-container {
  background: #fff;
  border-radius: 18px;
  padding: 40px 36px;
  box-shadow: 0 16px 40px rgba(6, 70, 117, 0.07);
  border: 1px solid #d5e9f4;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.form-group {
  margin-bottom: 20px;
}
.form-group label {
  display: block;
  font-size: 12.5px;
  font-weight: 700;
  color: #064675;
  margin-bottom: 7px;
}
.form-group .required { color: #bd3d1c; }
.form-group input, .form-group select, .form-group textarea {
  width: 100%;
  border: 1px solid #cfdfe8;
  border-radius: 8px;
  padding: 12px 14px;
  font-size: 13.5px;
  color: #064675;
  background: #fbfdff;
  transition: border-color 0.2s, box-shadow 0.2s;
  box-sizing: border-box;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
  outline: none;
  border-color: #009cda;
  box-shadow: 0 0 0 3px rgba(0, 156, 218, 0.15);
  background: #fff;
}
.form-feedback {
  padding: 14px 18px;
  border-radius: 8px;
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.form-feedback.success {
  background: #e6f9ed;
  border: 1px solid #9de0b2;
  color: #12632e;
  font-weight: 600;
}
.form-feedback.error {
  background: #fff0f0;
  border: 1px solid #f5b0b0;
  color: #9c1b1b;
  font-weight: 600;
}
.submit-button {
  width: 100%;
  padding: 16px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 10px;
}
.privacy-note {
  font-size: 11.5px;
  color: #718d9e;
  margin-top: 14px;
  margin-bottom: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.privacy-note .icon { width: 14px; height: 14px; color: #009cda; }

/* Responsive adjustments */
@media (max-width: 991px) {
  .business-hero-shell { grid-template-columns: 1fr; gap: 36px; }
  .advantage-grid { grid-template-columns: repeat(2, 1fr); }
  .services-grid { grid-template-columns: 1fr; }
  .contact-wrapper { grid-template-columns: 1fr; gap: 40px; }
  .process-steps { grid-template-columns: 1fr; gap: 24px; }
}
@media (max-width: 600px) {
  .advantage-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form-container { padding: 26px 20px; }
  .business-hero-actions { flex-direction: column; }
  .hero-btn-primary, .hero-btn-secondary { width: 100%; text-align: center; }
  .banner-message { font-size: 12px; }
  .banner-cta { width: 100%; justify-content: center; }
}

/* Página de gestión de directorio /tu-ficha/ */
.directory-manage-page { background: #fafcff; }

.dir-hero {
  background: linear-gradient(180deg, #edf7fd 0%, #f7fcff 100%);
  padding: 56px 0 64px;
  border-bottom: 1px solid #d5ebf6;
  text-align: center;
}
.dir-hero-shell {
  max-width: 1080px;
}
.dir-hero h1 {
  font-size: clamp(34px, 4vw, 52px);
  color: #064675;
  margin-bottom: 18px;
}
.dir-hero h1 em {
  font-family: 'Playfair Display', Georgia, serif;
  font-style: italic;
  color: #009cda;
}
.dir-hero-lead {
  font-size: 16px;
  line-height: 1.75;
  color: #43647b;
  max-width: 780px;
  margin: 0 auto 46px;
}

/* 3 Tarjetas de opciones */
.dir-options-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  text-align: left;
}
.dir-option-card {
  background: #fff;
  border: 1px solid #d4ebf5;
  border-radius: 16px;
  padding: 30px 24px;
  box-shadow: 0 8px 24px rgba(6, 70, 117, 0.05);
  display: flex;
  flex-direction: column;
  transition: all 0.2s ease;
}
.dir-option-card:hover, .dir-option-card.active {
  border-color: #009cda;
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(0, 156, 218, 0.12);
}
.dir-option-card .option-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #e1f4fc;
  color: #0078a8;
  display: grid;
  place-items: center;
  margin-bottom: 16px;
}
.dir-option-card:nth-child(2) .option-icon {
  background: #fff3d6;
  color: #a36100;
}
.dir-option-card:nth-child(3) .option-icon {
  background: #ffebe6;
  color: #bd3d1c;
}
.dir-option-card .option-icon .icon { width: 22px; height: 22px; }
.dir-option-card h3 {
  font-size: 18px;
  color: #064675;
  margin-bottom: 10px;
  font-weight: 700;
}
.dir-option-card p {
  font-size: 13px;
  color: #55778c;
  line-height: 1.6;
  margin-bottom: 20px;
  flex: 1;
}
.option-select-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12.5px;
  font-weight: 700;
  color: #0078a8;
  border-bottom: 2px solid #8ecce8;
  padding-bottom: 3px;
  align-self: flex-start;
  transition: all 0.2s;
}
.option-select-btn:hover {
  color: #064675;
  border-color: #0078a8;
}

/* Sección Formulario Directorio */
.dir-form-section {
  padding: 72px 0 88px;
  background: #fff;
}
.dir-form-wrapper {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 52px;
  align-items: start;
}
.dir-form-intro h2 {
  font-size: clamp(26px, 3vw, 36px);
  color: #064675;
  margin-bottom: 14px;
}
.dir-form-intro>p {
  font-size: 14.5px;
  color: #517185;
  line-height: 1.7;
  margin-bottom: 28px;
}
.dir-trust-box {
  background: #f7fcff;
  border: 1px solid #d4ebf5;
  border-radius: 14px;
  padding: 24px;
  margin-bottom: 32px;
}
.dir-trust-box h4 {
  font-size: 14px;
  color: #064675;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.dir-trust-box h4 .icon { width: 16px; height: 16px; color: #009cda; }
.dir-trust-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.dir-trust-box li {
  font-size: 12.5px;
  color: #4b6c80;
  line-height: 1.55;
  position: relative;
  padding-left: 16px;
}
.dir-trust-box li::before {
  content: '•';
  color: #009cda;
  position: absolute;
  left: 0;
  font-weight: bold;
}

/* Tarjeta cruzada hacia Marketing */
.dir-marketing-cross-card {
  background: linear-gradient(135deg, #064675 0%, #0078a8 100%);
  color: #fff;
  border-radius: 16px;
  padding: 28px 24px;
  box-shadow: 0 10px 25px rgba(6, 70, 117, 0.15);
}
.cross-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #ffce38;
  color: #064675;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.5px;
  padding: 4px 10px;
  border-radius: 20px;
  margin-bottom: 14px;
}
.cross-badge .icon { width: 12px; height: 12px; }
.dir-marketing-cross-card h4 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 10px;
}
.dir-marketing-cross-card p {
  font-size: 12.5px;
  line-height: 1.65;
  color: #e3f3fb;
  margin-bottom: 20px;
}
.cross-btn {
  background: #ffce38;
  color: #064675;
  border-color: #ffce38;
  font-size: 12.5px;
  font-weight: 700;
  width: 100%;
  justify-content: center;
}
.cross-btn:hover {
  background: #ffe37a;
  color: #064675;
}

/* Caja de formulario */
.dir-form-box {
  background: #fff;
  border: 1px solid #d4ebf5;
  border-radius: 18px;
  padding: 36px 32px;
  box-shadow: 0 12px 35px rgba(6, 70, 117, 0.06);
}

@media (max-width: 991px) {
  .dir-options-grid { grid-template-columns: 1fr; }
  .dir-form-wrapper { grid-template-columns: 1fr; gap: 36px; }
}
@media (max-width: 600px) {
  .dir-form-box { padding: 24px 18px; }
}


