/* Estilos de la plantilla page-transporte-urbano.php — externalizado del <style> inline. */
  /* CSS específico de Transporte Urbano */
  /* ── HERO ── */
  .hero {
    position: relative;
    min-height: 92vh;
    display: flex;
    align-items: center;
    background: var(--ts-blue-deep);
    overflow: hidden;
  }

  .hero-bg {
    position: absolute;
    inset: 0;
    background-image: url('https://transestrella.com/wp-content/uploads/2025/06/camio-urbano-de-transporte.webp');
    background-size: cover;
    background-position: center;
    opacity: .2;
  }

  .hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(105deg, rgba(8, 50, 102, .97) 0%, rgba(8, 50, 102, .88) 45%, rgba(15, 91, 167, .25) 100%);
  }

  .hero-line {
    position: absolute;
    top: 0;
    right: 36%;
    width: 1px;
    height: 100%;
    background: linear-gradient(to bottom, transparent, rgba(245, 166, 35, .12), transparent);
    transform: rotate(10deg);
  }

  .hero-content {
    position: relative;
    z-index: 5;
    max-width: 1240px;
    margin: 0 auto;
    padding: 120px 40px 96px;
    width: 100%;
  }

  .breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 22px;
  }

  .breadcrumb a {
    font-family: var(--font-display);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .4);
    text-decoration: none;
  }

  .breadcrumb a:hover {
    color: var(--ts-gold);
  }

  .breadcrumb-sep {
    color: rgba(255, 255, 255, .2);
    font-size: 12px;
  }

  .breadcrumb span {
    font-family: var(--font-display);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--ts-gold);
  }

  .hero h1 {
    font-family: var(--font-display);
    font-size: clamp(46px, 6.5vw, 82px);
    font-weight: 800;
    line-height: .92;
    text-transform: uppercase;
    color: #FFFFFF;
    letter-spacing: .01em;
    margin-bottom: 22px;
    max-width: 740px;
  }

  .hero h1 em {
    color: var(--ts-gold);
    font-style: normal;
    display: block;
  }

  .hero-desc {
    font-size: 17px;
    line-height: 1.78;
    color: rgba(255, 255, 255, .65);
    max-width: 560px;
    margin-bottom: 38px;
  }

  .hero-btns {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 60px;
  }

  .hero-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding-top: 44px;
    border-top: 1px solid rgba(255, 255, 255, .08);
  }

  .hero-pill {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 100px;
    padding: 7px 16px;
  }

  .hero-pill svg {
    width: 14px;
    height: 14px;
    stroke: var(--ts-gold);
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex-shrink: 0;
  }

  .hero-pill span {
    font-family: var(--font-display);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .72);
  }

  /* ── INTRO 2-COL ── */
  .intro {
    padding: 88px 40px;
    background: #FFFFFF;
  }

  .intro-inner {
    max-width: 1240px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start;
  }

  .intro-text .eyebrow {
    margin-bottom: 16px;
  }

  .intro-text h2 {
    font-family: var(--font-display);
    font-size: clamp(28px, 3.2vw, 42px);
    font-weight: 800;
    text-transform: uppercase;
    color: #333333;
    line-height: 1.0;
    margin-bottom: 18px;
  }

  .intro-text h2 span {
    color: var(--ts-gold);
  }

  .intro-text p {
    font-size: 15px;
    color: #333333;
    line-height: 1.8;
    margin-bottom: 14px;
  }

  .intro-text p:last-child {
    margin-bottom: 0;
  }

  .intro-visual {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .intro-img {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid var(--ts-gray-line);
  }

  .intro-img img {
    width: 100%;
    display: block;
    height: 260px;
    object-fit: cover;
  }

  /* Key points panel */
  .intro-keypoints {
    background: var(--ts-gray-bg);
    border-radius: 12px;
    padding: 24px;
    border: 1px solid var(--ts-gray-line);
  }

  .intro-keypoints-title {
    font-family: var(--font-display);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--ts-blue);
    margin-bottom: 14px;
  }

  .kp-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .kp-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    color: #333333;
  }

  .kp-icon {
    width: 28px;
    height: 28px;
    background: #FFFFFF;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 1px solid var(--ts-gray-line);
  }

  .kp-icon svg {
    width: 13px;
    height: 13px;
    stroke: var(--ts-gold);
    fill: none;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  /* ── CIUDADES ── */
  .cities {
    padding: 72px 40px;
    background: var(--ts-gray-bg);
  }

  .cities-inner {
    max-width: 1240px;
    margin: 0 auto;
  }

  .cities-header {
    text-align: center;
    max-width: 520px;
    margin: 0 auto 44px;
  }

  .cities-header h2 {
    font-family: var(--font-display);
    font-size: clamp(28px, 3.5vw, 44px);
    font-weight: 800;
    text-transform: uppercase;
    color: #333333;
    line-height: 1.0;
    margin-bottom: 10px;
    margin-top: 12px;
  }

  .cities-header h2 span {
    color: var(--ts-gold);
  }

  .cities-header p {
    font-size: 16px;
    color: #333333;
  }

  .cities-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
  }

  .city-card {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 20px 18px;
    border: 1px solid var(--ts-gray-line);
    transition: border-color .2s, box-shadow .2s;
  }

  .city-card:hover {
    border-color: var(--ts-gold);
    box-shadow: 0 6px 20px rgba(245, 166, 35, .08);
  }

  .city-card.main {
    border-color: var(--ts-gold);
    background: rgba(245, 166, 35, .03);
  }

  .city-icon {
    width: 36px;
    height: 36px;
    background: #EEF3FA;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
  }

  .city-icon svg {
    width: 16px;
    height: 16px;
    stroke: var(--ts-blue);
    fill: none;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .city-name {
    font-family: var(--font-display);
    font-size: 17px;
    font-weight: 800;
    text-transform: uppercase;
    color: #333333;
    margin-bottom: 3px;
  }

  .city-detail {
    font-size: 12px;
    color: var(--ts-gray);
    line-height: 1.5;
  }

  .city-tag {
    font-size: 10px;
    font-weight: 700;
    color: var(--ts-gold);
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-top: 5px;
  }

  /* ── FLOTA ── */
  .fleet {
    padding: 88px 40px;
    background: #FFFFFF;
  }

  .fleet-inner {
    max-width: 1240px;
    margin: 0 auto;
  }

  .fleet-header {
    text-align: center;
    max-width: 560px;
    margin: 0 auto 52px;
  }

  .fleet-header h2 {
    font-family: var(--font-display);
    font-size: clamp(28px, 3.5vw, 44px);
    font-weight: 800;
    text-transform: uppercase;
    color: #333333;
    line-height: 1.0;
    margin-bottom: 12px;
    margin-top: 12px;
  }

  .fleet-header h2 span {
    color: var(--ts-gold);
  }

  .fleet-header p {
    font-size: 16px;
    color: #333333;
  }

  .fleet-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
    max-width: 880px;
    margin: 0 auto;
  }

  .fleet-card {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid var(--ts-gray-line);
    transition: box-shadow .22s, transform .22s;
  }

  .fleet-card:hover {
    box-shadow: 0 14px 32px rgba(8, 50, 102, .09);
    transform: translateY(-4px);
  }

  .fleet-card-img {
    height: 220px;
    overflow: hidden;
    background: var(--ts-blue-deep);
  }

  .fleet-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .35s;
  }

  .fleet-card:hover .fleet-card-img img {
    transform: scale(1.05);
  }

  .fleet-card-img-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .fleet-card-img-placeholder svg {
    width: 56px;
    height: 56px;
    stroke: rgba(255, 255, 255, .2);
    fill: none;
    stroke-width: 1.2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .fleet-card-body {
    padding: 22px 24px;
  }

  .fleet-card-tag {
    display: inline-block;
    font-family: var(--font-display);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--ts-gold);
    background: rgba(245, 166, 35, .1);
    border-radius: 3px;
    padding: 3px 8px;
    margin-bottom: 8px;
  }

  .fleet-card-body h4 {
    font-family: var(--font-display);
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    color: #333333;
    margin-bottom: 8px;
  }

  .fleet-card-body p {
    font-size: 14px;
    color: #333333;
    line-height: 1.65;
    margin-bottom: 14px;
  }

  .fleet-specs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  .fleet-spec {
    font-family: var(--font-display);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--ts-blue);
    background: #EEF3FA;
    border-radius: 4px;
    padding: 4px 9px;
  }

  /* ── MODELO OPERATIVO ── */
  .model {
    padding: 88px 40px;
    background: var(--ts-gray-bg);
  }

  .model-inner {
    max-width: 1240px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 72px;
    align-items: center;
  }

  .model-text .eyebrow {
    margin-bottom: 16px;
  }

  .model-text h2 {
    font-family: var(--font-display);
    font-size: clamp(28px, 3.2vw, 42px);
    font-weight: 800;
    text-transform: uppercase;
    color: #333333;
    line-height: 1.0;
    margin-bottom: 18px;
  }

  .model-text h2 span {
    color: var(--ts-gold);
  }

  .model-text p {
    font-size: 15px;
    color: #333333;
    line-height: 1.8;
    margin-bottom: 28px;
  }

  .model-steps {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .model-step {
    display: flex;
    gap: 20px;
    padding: 20px 0;
    border-bottom: 1px solid var(--ts-gray-line);
  }

  .model-step:last-child {
    border-bottom: none;
  }

  .model-step-num {
    font-family: var(--font-display);
    font-size: 28px;
    font-weight: 800;
    color: var(--ts-gold);
    line-height: 1;
    flex-shrink: 0;
    width: 32px;
  }

  .model-step-body h5 {
    font-family: var(--font-display);
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    color: #333333;
    margin-bottom: 4px;
  }

  .model-step-body p {
    font-size: 14px;
    color: #333333;
    line-height: 1.6;
  }

  /* Visual side */
  .model-visual {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  .model-stat-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }

  .model-stat {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 24px 20px;
    border: 1px solid var(--ts-gray-line);
    position: relative;
    overflow: hidden;
  }

  .model-stat::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background: var(--ts-gold);
  }

  .model-stat-num {
    font-family: var(--font-display);
    font-size: 38px;
    font-weight: 800;
    color: var(--ts-blue);
    line-height: 1;
    margin-bottom: 4px;
  }

  .model-stat-label {
    font-size: 12px;
    color: #333333;
    line-height: 1.4;
  }

  .model-img {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid var(--ts-gray-line);
  }

  .model-img img {
    width: 100%;
    display: block;
    height: 180px;
    object-fit: cover;
  }

  /* ── ESTRATEGIAS / VENTAJAS ── */
  .advantages {
    padding: 88px 40px;
    background: var(--ts-blue-deep);
    position: relative;
    overflow: hidden;
  }

  .advantages::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px);
    background-size: 52px 52px;
  }

  .advantages-inner {
    max-width: 1240px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }

  .advantages-header {
    text-align: center;
    max-width: 560px;
    margin: 0 auto 52px;
  }

  .advantages-header h2 {
    font-family: var(--font-display);
    font-size: clamp(28px, 3.5vw, 44px);
    font-weight: 800;
    text-transform: uppercase;
    color: #FFFFFF;
    line-height: 1.0;
    margin-bottom: 12px;
    margin-top: 12px;
  }

  .advantages-header h2 span {
    color: var(--ts-gold);
  }

  .advantages-header p {
    font-size: 16px;
    color: rgba(255, 255, 255, .55);
  }

  .advantages-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
  }

  .adv-card {
    background: rgba(255, 255, 255, .04);
    padding: 32px 28px;
    transition: background .2s;
  }

  .adv-card:hover {
    background: rgba(255, 255, 255, .07);
  }

  .adv-icon {
    width: 48px;
    height: 48px;
    background: rgba(245, 166, 35, .1);
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    border: 1px solid rgba(245, 166, 35, .2);
  }

  .adv-icon svg {
    width: 22px;
    height: 22px;
    stroke: var(--ts-gold);
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .adv-card h3 {
    font-family: var(--font-display);
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 8px;
    line-height: 1.2;
  }

  .adv-card p {
    font-size: 14px;
    color: rgba(255, 255, 255, .52);
    line-height: 1.65;
  }

  /* ── SECTORES ── */
  .sectors {
    padding: 88px 40px;
    background: #FFFFFF;
  }

  .sectors-inner {
    max-width: 1240px;
    margin: 0 auto;
  }

  .sectors-header {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: end;
    gap: 20px;
    margin-bottom: 48px;
  }

  .sectors-header-left h2 {
    font-family: var(--font-display);
    font-size: clamp(28px, 3.5vw, 44px);
    font-weight: 800;
    text-transform: uppercase;
    color: #333333;
    line-height: 1.0;
    margin-bottom: 10px;
    margin-top: 12px;
  }

  .sectors-header-left h2 span {
    color: var(--ts-gold);
  }

  .sectors-header-left p {
    font-size: 16px;
    color: #333333;
    max-width: 420px;
  }

  .sectors-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
  }

  .sector-card {
    background: var(--ts-gray-bg);
    border-radius: 10px;
    padding: 22px 18px;
    border: 1px solid var(--ts-gray-line);
    transition: border-color .2s;
  }

  .sector-card:hover {
    border-color: var(--ts-blue);
  }

  .sector-icon {
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    border: 1px solid var(--ts-gray-line);
  }

  .sector-icon svg {
    width: 18px;
    height: 18px;
    stroke: var(--ts-blue);
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .sector-card h3 {
    font-family: var(--font-display);
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
    color: #333333;
    margin-bottom: 5px;
    line-height: 1.2;
  }

  .sector-card p {
    font-size: 12px;
    color: var(--ts-gray);
    line-height: 1.5;
  }

  /* ── OTHER SERVICES ── */
  .other-services {
    padding: 72px 40px;
    background: var(--ts-gray-bg);
    border-top: 1px solid var(--ts-gray-line);
  }

  .other-services-inner {
    max-width: 1240px;
    margin: 0 auto;
  }

  .other-header {
    text-align: center;
    margin-bottom: 36px;
  }

  .other-header h3 {
    font-family: var(--font-display);
    font-size: clamp(22px, 2.5vw, 32px);
    font-weight: 800;
    text-transform: uppercase;
    color: #333333;
    margin-top: 10px;
  }

  .other-header p {
    font-size: 15px;
    color: var(--ts-gray);
    margin-top: 6px;
  }

  .other-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }

  .other-card {
    border: 1px solid var(--ts-gray-line);
    border-radius: 10px;
    overflow: hidden;
    transition: border-color .2s, box-shadow .2s;
    text-decoration: none;
    background: #FFFFFF;
  }

  .other-card:hover {
    border-color: var(--ts-gold);
    box-shadow: 0 6px 20px rgba(245, 166, 35, .08);
  }

  .other-card-img {
    height: 140px;
    overflow: hidden;
  }

  .other-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .3s;
  }

  .other-card:hover .other-card-img img {
    transform: scale(1.05);
  }

  .other-card-body {
    padding: 16px 18px;
  }

  .other-tag {
    font-family: var(--font-display);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--ts-gold);
    margin-bottom: 5px;
  }

  .other-card-body h4 {
    font-family: var(--font-display);
    font-size: 17px;
    font-weight: 800;
    text-transform: uppercase;
    color: #333333;
    line-height: 1.1;
    margin-bottom: 5px;
  }

  .other-card-body p {
    font-size: 13px;
    color: var(--ts-gray);
  }

  .other-link {
    display: flex;
    align-items: center;
    gap: 5px;
    font-family: var(--font-display);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--ts-blue);
    margin-top: 10px;
  }

  /* ── CTA FINAL ── */
  .cta {
    background: var(--ts-blue-deep);
    padding: 88px 40px;
    position: relative;
    overflow: hidden;
  }

  .cta::before {
    content: '';
    position: absolute;
    top: -40%;
    left: -8%;
    width: 55%;
    height: 180%;
    background: radial-gradient(ellipse, rgba(15, 91, 167, .2) 0%, transparent 68%);
  }

  .cta::after {
    content: '';
    position: absolute;
    bottom: -25%;
    right: -4%;
    width: 45%;
    height: 140%;
    background: radial-gradient(ellipse, rgba(245, 166, 35, .08) 0%, transparent 68%);
  }

  .cta-inner {
    max-width: 1240px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 72px;
    align-items: start;
    position: relative;
    z-index: 2;
  }

  .cta-text h2 {
    font-family: var(--font-display);
    font-size: clamp(28px, 3.5vw, 46px);
    font-weight: 800;
    text-transform: uppercase;
    color: #FFFFFF;
    line-height: 1.0;
    margin-bottom: 14px;
    margin-top: 12px;
  }

  .cta-text h2 span {
    color: var(--ts-gold);
  }

  .cta-text p {
    font-size: 16px;
    color: rgba(255, 255, 255, .58);
    line-height: 1.75;
    margin-bottom: 32px;
  }

  .cta-contacts {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  .cta-contact {
    display: flex;
    align-items: center;
    gap: 13px;
  }

  .cta-c-icon {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .cta-c-icon svg {
    width: 18px;
    height: 18px;
    stroke: var(--ts-gold);
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .cta-c-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: var(--ts-gray);
    margin-bottom: 1px;
  }

  .cta-c-val {
    font-family: var(--font-display);
    font-size: 17px;
    font-weight: 700;
    color: #FFFFFF;
  }

  .form-box {
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 14px;
    padding: 32px;
  }

  .form-box h3 {
    font-family: var(--font-display);
    font-size: 21px;
    font-weight: 800;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 6px;
  }

  .form-box-sub {
    font-size: 14px;
    color: rgba(255, 255, 255, .45);
    margin-bottom: 20px;
    line-height: 1.55;
  }

  .form-notice {
    background: rgba(245, 166, 35, .09);
    border: 1px solid rgba(245, 166, 35, .22);
    border-radius: 7px;
    padding: 12px 14px;
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
  }

  .form-notice-icon {
    width: 20px;
    height: 20px;
    stroke: var(--ts-gold);
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex-shrink: 0;
    margin-top: 1px;
  }

  .form-notice-title {
    font-family: var(--font-display);
    font-size: 12px;
    font-weight: 700;
    color: var(--ts-gold);
    text-transform: uppercase;
    letter-spacing: .06em;
    margin-bottom: 2px;
  }

  .form-notice-text {
    font-size: 12px;
    color: rgba(255, 255, 255, .48);
    line-height: 1.5;
  }

  .forminator-placeholder {
    background: rgba(255, 255, 255, .04);
    border: 2px dashed rgba(255, 255, 255, .15);
    border-radius: 10px;
    padding: 36px 24px;
    text-align: center;
  }

  .forminator-placeholder svg {
    width: 36px;
    height: 36px;
    stroke: rgba(255, 255, 255, .25);
    fill: none;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    margin: 0 auto 12px;
    display: block;
  }

  .forminator-placeholder p {
    font-family: var(--font-display);
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .3);
  }

  .forminator-placeholder span {
    font-size: 13px;
    color: rgba(255, 255, 255, .2);
    display: block;
    margin-top: 4px;
  }

  .form-wa {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 14px;
    padding: 12px;
    background: rgba(37, 211, 102, .09);
    border: 1px solid rgba(37, 211, 102, .2);
    border-radius: 8px;
    text-decoration: none;
  }

  .form-wa svg {
    width: 18px;
    height: 18px;
    fill: #25D366;
    flex-shrink: 0;
  }

  .form-wa-text {
    font-family: var(--font-display);
    font-size: 14px;
    font-weight: 700;
    color: #25D366;
    letter-spacing: .04em;
  }
