.premium-home h1, .premium-home h2, .premium-home h3, .premium-home p { margin-top: 0; }
.premium-home #hero { padding: 76px 28px 66px; }
.hero-layout { max-width: 1240px; margin: auto; display: grid; grid-template-columns: 1.05fr 1fr; gap: 76px; align-items: center; }
.premium-home .hero-badge { display: flex; gap: 10px; align-items: center; color: var(--red); font-size: 10px; letter-spacing: .13em; text-transform: uppercase; margin-bottom: 30px; }
.premium-home .badge-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--red); }
.premium-home h1.hero-h1 { font-family: var(--serif); font-size: clamp(48px,5.4vw,76px); font-weight: 400; line-height: 1.035; letter-spacing: -.047em; margin: 0 0 28px; max-width: 670px; }
.premium-home .hero-h1 .accent { display: inline; color: var(--red); font-style: italic; }
.premium-home .hero-sub { max-width: 445px; margin-bottom: 28px; font-size: 15px; line-height: 1.8; color: var(--muted); }
.premium-home .hero-actions { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; margin-bottom: 18px; }
.premium-home .hero-proof { font-size: 11px; color: var(--muted); line-height: 1.8; margin-bottom: 0; max-width: 450px; }
.hero-aside { position: relative; min-height: 474px; display: grid; align-items: center; padding: 12px 28px; }
.hero-aside::before { content: ''; position: absolute; width: 420px; height: 420px; max-width: 100%; border: 1px solid #dedbd1; border-radius: 50%; top: 50%; left: 50%; transform: translate(-50%,-50%); }
.hero-aside::after { content: ''; position: absolute; width: 480px; height: 480px; max-width: 112%; border: 1px solid #e8e5dc; border-radius: 50%; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: -1; }
.brief { background: #fffefa; padding: 26px 28px 22px; border: 1px solid #d7d3c7; border-radius: 2px; box-shadow: 8px 12px 0 -2px #f0eee5, 8px 12px 0 -1px #dcd9cd, 0 25px 45px #3a32231a; transform: rotate(-3deg); position: relative; transition: transform .4s; }
.hero-aside:hover .brief { transform: rotate(-1deg) translateY(-3px); }
.brief-top { display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); padding-bottom: 16px; margin-bottom: 25px; font-size: 9px; letter-spacing: .09em; text-transform: uppercase; color: var(--muted); }
.brief-top img { width: 40px; height: auto; }
.brief-kicker { font-size: 9px; text-transform: uppercase; letter-spacing: .16em; color: var(--red); }
.brief h2 { font: 400 34px/1.03 var(--serif); letter-spacing: -.045em; margin: 12px 0 24px; }
.brief-row { border-top: 1px solid var(--line); display: grid; grid-template-columns: 22px 1fr; gap: 12px; padding: 14px 0; }
.brief-row > span { font: 400 10px/1.8 var(--sans); color: var(--red); }
.brief-row strong { display: block; font-size: 12px; font-weight: 500; }
.brief-row small { display: block; margin-top: 3px; color: var(--muted); font-size: 10px; }
.brief-bottom { border-top: 1px solid var(--line); margin-top: 3px; padding-top: 15px; display: flex; align-items: center; gap: 9px; font-size: 9px; color: var(--muted); }
.brief-bottom span { width: 6px; height: 6px; border-radius: 50%; background: #667554; }
.brief-note { position: absolute; right: 0; bottom: 14px; padding: 15px 20px; max-width: 250px; background: var(--dark); color: white; display: flex; gap: 16px; align-items: center; border-radius: 3px; box-shadow: 0 15px 30px #22251f22; transform: rotate(2deg); }
.brief-note svg { flex-shrink: 0; width: 24px; height: 24px; color: #d6bba5; }
.brief-note strong { display: block; font-size: 12px; font-weight: 500; }
.brief-note small { display: block; font-size: 10px; margin-top: 2px; color: #c7c9bf; }
.coverage { max-width: 1240px; margin: 0 auto; padding: 25px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; gap: 48px; align-items: center; justify-content: space-between; }
.coverage > p { max-width: 160px; margin: 0; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; color: var(--muted); }
.coverage-list { display: flex; gap: 64px; list-style: none; padding: 0; margin: 0; }
.coverage-list li { font: 400 21px/1.2 var(--serif); color: #595a52; white-space: nowrap; }
.coverage-list span { font: 400 9px/1 var(--sans); color: var(--red); margin-right: 12px; vertical-align: middle; }
.product-section { padding: 80px 28px 90px; }
.product-layout { max-width: 1240px; margin: auto; display: grid; grid-template-columns: .6fr 1.4fr; gap: 65px; align-items: center; }
.product-copy h2 { font: 400 40px/1.08 var(--serif); letter-spacing: -.035em; }
.product-copy p:not(.section-label) { color: var(--muted); font-size: 14px; }
.text-link { display: inline-flex; align-items: center; gap: 28px; font-size: 12px; text-decoration: none; border-bottom: 1px solid var(--ink); padding: 8px 0; }
.product-frame { margin: 0; border: 1px solid var(--line); background: white; border-radius: 4px; overflow: hidden; box-shadow: 0 15px 45px #332d2210; }
.product-frame figcaption { display: flex; align-items: center; justify-content: space-between; padding: 11px 16px; border-bottom: 1px solid var(--line); font-size: 9px; letter-spacing: .06em; color: var(--muted); background: #f0eee8; }
.product-frame img { display: block; width: 100%; height: auto; }
.premium-home #servicios { background: #efede6; }
.premium-home .section-h2 { margin-bottom: 20px; max-width: 690px; }
.premium-home .section-body { max-width: 550px; margin-bottom: 36px; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 32px; }
.section-heading .section-body { margin-bottom: 0; }
.section-heading .text-link { flex-shrink: 0; margin-bottom: 3px; }
.agency-link { margin-top: 24px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border: 1px solid var(--line); padding: 22px 28px; background: var(--paper); text-decoration: none; }
.agency-link p { margin: 0; font-size: 13px; }
.agency-link strong { font-weight: 500; }
.agency-link > span { color: var(--red); font-size: 22px; }
.premium-home #como { background: var(--dark); color: #f8f6ee; }
.premium-home #como .section-label { color: #e89a87; }
.premium-home #como .section-body { color: #c6c8bd; }
.premium-home .bento { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); margin-top: 52px; gap: 36px; }
.premium-home .bento-item { border-top: 1px solid #53564b; padding-top: 22px; }
.premium-home .bento-num { font: 400 30px/1 var(--serif); color: #d6bba5; margin-bottom: 30px; }
.premium-home .bento-h3 { font: 500 16px/1.4 var(--sans); margin-bottom: 12px; }
.premium-home .bento-p { font-size: 12px; color: #c2c4b9; line-height: 1.8; }
.premium-home #testimonios { border-bottom: 1px solid var(--line); }
.premium-home .testi-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 44px; }
.premium-home .testi-card { padding-top: 28px; border-top: 1px solid var(--line); }
.premium-home .testi-text { font: 400 21px/1.45 var(--serif); margin-bottom: 26px; }
.premium-home .testi-author { display: flex; align-items: center; gap: 12px; }
.premium-home .testi-avatar { border: 1px solid var(--line); border-radius: 50%; width: 36px; height: 36px; display: grid; place-items: center; font-size: 10px; color: var(--muted); }
.premium-home .testi-name { font-size: 12px; font-weight: 500; }
.premium-home .testi-role { font-size: 10px; color: var(--muted); }
.premium-home .contenidos-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.premium-home .contenido-card { padding: 38px; border: 1px solid var(--line); border-radius: 3px; text-decoration: none; background: #eeece4; }
.premium-home .contenido-card-dark { background: #e3e5db; }
.premium-home .contenido-tag { font-size: 9px; color: var(--red); letter-spacing: .15em; text-transform: uppercase; margin-bottom: 42px; }
.premium-home .contenido-h3 { font: 400 32px/1.12 var(--serif); letter-spacing: -.03em; max-width: 370px; margin-bottom: 16px; }
.premium-home .contenido-p { font-size: 13px; color: var(--muted); max-width: 380px; margin-bottom: 30px; }
.premium-home .contenido-cta-light, .premium-home .contenido-cta-dark { font-size: 12px; border-bottom: 1px solid var(--ink); padding-bottom: 6px; }
.premium-home #faq { background: #efede6; }
.premium-home #faq .section-inner { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; }
.premium-home #faq .section-h2 { font-size: 44px; }
.premium-home #faq .section-body { font-size: 13px; }
.premium-home .faq-list { margin: 0; max-width: none; }
.premium-home .faq-item { border-top: 1px solid #cfcbbf; }
.premium-home .faq-item:last-child { border-bottom: 1px solid #cfcbbf; }
.premium-home .faq-q { display: flex; list-style: none; align-items: center; justify-content: space-between; gap: 18px; padding: 21px 0; cursor: pointer; color: var(--ink); font: 500 14px/1.6 var(--sans); }
.premium-home .faq-q::-webkit-details-marker { display: none; }
.premium-home .faq-arrow { font-size: 23px; font-weight: 300; color: var(--red); transition: transform .2s; }
.premium-home details[open] .faq-arrow { transform: rotate(45deg); }
.premium-home .faq-a { color: var(--muted); font-size: 13px; line-height: 1.8; padding-bottom: 24px; max-width: 570px; }
.premium-home #cta { background: var(--paper); padding: 95px 28px; text-align: center; }
.premium-home .cta-inner { max-width: 850px; margin: auto; }
.premium-home #cta h2 { font: 400 clamp(40px,5vw,66px)/1.06 var(--serif); letter-spacing: -.04em; margin-bottom: 22px; }
.premium-home #cta p { color: var(--muted); font-size: 14px; }
.premium-home .cta-pills { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin: 30px 0 18px; }
.premium-home #cta .cta-note { font-size: 10px; }
@media (max-width: 1100px) {
  .hero-layout { gap: 30px; }
  .hero-aside { padding: 20px; }
  .brief { padding: 20px; }
  .coverage { margin-inline: 28px; gap: 32px; }
  .coverage-list { gap: 30px; }
  .product-layout { gap: 36px; }
}
@media (max-width: 800px) {
  .premium-home #hero { padding: 48px 22px 48px; }
  .hero-layout { grid-template-columns: 1fr; gap: 28px; }
  .premium-home h1.hero-h1 { font-size: clamp(48px,8vw,72px); max-width: 620px; }
  .premium-home .hero-sub { max-width: 510px; }
  .hero-aside { min-height: 420px; max-width: 440px; width: 100%; justify-self: center; }
  .brief-note { bottom: -4px; }
  .coverage { margin: 0 22px; gap: 22px; flex-direction: column; align-items: flex-start; }
  .coverage > p { max-width: none; }
  .coverage-list { width: 100%; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
  .coverage-list li { font-size: 18px; }
  .coverage-list span { margin-right: 5px; }
  .product-section { padding: 64px 22px; }
  .product-layout { grid-template-columns: 1fr; gap: 28px; }
  .product-copy { max-width: 480px; }
  .product-copy h2 { font-size: 36px; }
  .section-heading { flex-direction: column; align-items: flex-start; gap: 20px; }
  .premium-home .bento { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 28px; }
  .premium-home .testi-grid { grid-template-columns: 1fr; gap: 32px; }
  .premium-home .contenidos-grid { grid-template-columns: 1fr; }
  .premium-home #faq .section-inner { grid-template-columns: 1fr; gap: 12px; }
  .premium-home #cta { padding: 72px 22px; }
}
@media (max-width: 440px) {
  .premium-home h1.hero-h1 { font-size: clamp(39px,12vw,48px); }
  .premium-home .hero-actions { align-items: stretch; gap: 10px; }
  .premium-home .hero-actions .btn-primary { flex: 1; gap: 6px; padding: 14px 10px; font-size: 12px; }
  .premium-home .hero-actions .btn-secondary { padding: 14px 12px; font-size: 12px; }
  .premium-home .hero-badge { font-size: 9px; letter-spacing: .1em; }
  .hero-aside { padding-inline: 14px; }
  .brief h2 { font-size: 30px; }
  .coverage-list { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
  .premium-home .bento { grid-template-columns: 1fr; gap: 22px; }
  .premium-home .bento-num { margin-bottom: 20px; }
  .premium-home .contenido-card { padding: 28px; }
  .agency-link { padding: 20px; }
}
