/* Custom Hot Dark Theme - Redesigned for Higher Conversions
*/

body {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  color: #dddddd;
  background-color: #0d0d0d;
  -webkit-font-smoothing: antialiased;
  padding: 60px;
  overflow-x: hidden;
}

a {
  color: #ff4a85;
  text-decoration: none;
  transition: all 0.3s ease;
}
a:hover {
  color: #ffd700;
}

p {
  line-height: 1.8;
  margin: 0 0 15px 0;
  color: #cccccc;
}

/* Nowy design sekcji z danymi kontaktowymi dziewczyn */
.phone-box {
  background: rgba(0, 0, 0, 0.4);
  padding: 15px;
  border-radius: 8px;
  border-left: 4px solid #ff4a85;
  margin: 20px 0;
  text-align: center;
}
.phone-number {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: #ffd700;
  letter-spacing: 1px;
  text-shadow: 0 0 10px rgba(255, 215, 0, 0.3);
}
.phone-wew {
  display: block;
  font-size: 18px;
  color: #ffffff;
  margin-top: 5px;
}
.phone-wew strong {
  color: #ff4a85;
  font-size: 22px;
}

/* Zielona kropka statusu */
.status-online {
  font-size: 13px;
  color: #2ecc71;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  letter-spacing: 1px;
}
.status-online .dot {
  height: 10px;
  width: 10px;
  background-color: #2ecc71;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
  box-shadow: 0 0 8px #2ecc71;
  animation: pulse 1.8s infinite;
}

@keyframes pulse {
  0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(46, 204, 113, 0.7); }
  70% { transform: scale(1); box-shadow: 0 0 0 8px rgba(46, 204, 113, 0); }
  100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(46, 204, 113, 0); }
}

/* KONTENER PRZYCISKÓW */
.tm-actions-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 25px;
}

.sms-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.sms-cost {
  font-size: 12px !important;
  color: #aaa;
  margin-top: 4px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

/* NOWE PRZYCISKI - HIGH CLICK RATE */
.btn-hot {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 16px 20px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 50px;
  box-sizing: border-box;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 4px 15px rgba(0,0,0,0.4);
}
.btn-hot:hover {
  transform: translateY(-2px);
}
.btn-hot:active {
  transform: translateY(1px);
}

.btn-call {
  background: linear-gradient(135deg, #ff0055 0%, #990033 100%);
  color: #ffffff !important;
  border: 1px solid #ff4a85;
  animation: pulse-red 2.5s infinite;
}
.btn-call:hover {
  box-shadow: 0 0 20px rgba(255, 0, 85, 0.6);
}

.btn-sms {
  background: linear-gradient(135deg, #ff9900 0%, #cc6600 100%);
  color: #ffffff !important;
  border: 1px solid #ffaa33;
}
.btn-sms:hover {
  box-shadow: 0 0 20px rgba(255, 153, 0, 0.6);
}

.btn-online {
  background: rgba(255, 255, 255, 0.08);
  color: #ff4a85 !important;
  border: 2px solid #ff4a85;
  font-size: 15px;
  padding: 10px 20px;
}
.btn-online:hover {
  background: #ff4a85;
  color: #ffffff !important;
  box-shadow: 0 0 15px rgba(255, 74, 133, 0.5);
}

@keyframes pulse-red {
  0% { box-shadow: 0 0 0 0 rgba(255, 0, 85, 0.5); }
  70% { box-shadow: 0 0 0 12px rgba(255, 0, 85, 0); }
  100% { box-shadow: 0 0 0 0 rgba(255, 0, 85, 0); }
}

/* STRUKTURA MASONRY & BLOKI */
.tm-container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.masonry {
  column-count: 2;
  column-gap: 30px;
}

.item {
  display: inline-block;
  margin-bottom: 30px;
  width: 90%;
  background: #1a1a1a;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.5);
  border: 1px solid #2d2d2d;
}

.item img {
  width: 100%;
  height: auto;
  display: block;
  filter: brightness(0.95) contrast(1.05);
}

.tm-block-pad {
  padding: 40px;
}

.name-title {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 15px;
  border-bottom: 2px solid #ff4a85;
  padding-bottom: 10px;
}

/* DOPASOWANIE KOLORÓW STARYCH KLAS DO NOWEGO STYLU */
.tm-bg-dark { background-color: #0d0d0d; }
.tm-bg-white { background: #111111; border: 1px solid #ff4a85; }
.tm-bg-secondary { background-color: #1a1a1a; }
.tm-bg-primary-light { background-color: #1a1a1a; }
.tm-bg-primary-dark { background: linear-gradient(135deg, #1f0008 0%, #4a0014 100%); }

.tm-hero-text {
  padding: 40px;
  color: #e0e0e0;
  font-size: 16px;
  line-height: 1.8;
}

.tm-block-brand-inner {
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #26000a;
  border-top: 2px solid #ff4a85;
}

.tm-brand-name {
  margin: 0 0 0 20px;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ffffff;
}

/* Sekcja SEO i dolna na biało/szaro jak w oryginale, ale dostosowana */
.tm-form-section {
  background: #ffffff !important;
  color: #333333 !important;
}
.tm-form-section p { color: #444444 !important; }
.tm-form-section-tag-inner {
  background: #111111 !important;
  color: #ffffff !important;
}
.tm-form-section-tag-inner p { color: #cccccc !important; }

/* STOPKA */
.tm-footer {
  padding: 20px;
  text-align: center;
  justify-content: center;
}
.tm-footer a { color: #ff4a85; font-weight: bold; }
.tm-footer a:hover { color: #ffd700; }

/* MEDIA QUERIES - MOBILKA NA 100% CLICKS */
@media (max-width: 1199px) {
  body { padding: 15px; }
  .masonry { column-count: 1; }
  .tm-block-pad { padding: 25px; }
  .phone-number { font-size: 32px; } /* większy numer na telefonie */
  .btn-hot { padding: 18px 20px; font-size: 20px; } /* Wielkie, łatwe do kliknięcia przyciski palcem */
}

@media (max-width: 480px) {
  .phone-number { font-size: 28px; }
  .name-title { font-size: 22px; }
}