/* DivaTraffic Landing Page Styles */

:root {
  --dtf-primary: #dc7393;
  --dtf-accent: #faa5bf;
  --dtf-accent2: #e592ab;
  --dtf-dark: #14130e;
  --dtf-light: #feeef4;
  --dtf-radius: 24px;
  --dtf-radius-sm: 16px;
  --dtf-radius-lg: 32px;
  --dtf-footer-bg: #14130e;
  --dtf-footer-link: #fff;
  --dtf-footer-link-hover: #faa5bf;
}

body.dtf-body {
  font-family: 'Roboto', Arial, sans-serif;
  background: var(--dtf-light);
  color: var(--dtf-dark);
  margin: 0;
  padding: 0;
}

/* Container */
.dtf-container {
  max-width: 1084px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

/* Header */
.dtf-header {
  padding-bottom: 40px;
}
.dtf-header-content {
  width: 100%;
}
.dtf-nav {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 32px 0 0 0;
}
.dtf-nav-wrapper {
  display: flex;
  align-items: flex-start;
  max-width: 1084px;
  width: 100%;
  padding: 0 48px;
}
.dtf-nav-logo img {
  height: 38px;
}

/* Hero Section */
.dtf-hero {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
}
.dtf-hero-content {
  box-sizing: border-box;
  display: flex;
  background: url('../images/texture-background.jpg') center/cover no-repeat;
  border-radius: var(--dtf-radius-lg);
  box-shadow: 0 8px 32px rgba(220,115,147,0.10);
  padding: 48px 56px 48px 48px;
  max-width: calc(100% - 60px);
  width: 1080px;
  gap: 48px;
}
.dtf-hero-text {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.dtf-hero-title-box {
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.dtf-hero-title {
  background: var(--dtf-primary);
  color: #fff;
  font-size: 2.1rem;
  font-weight: 700;
  border-radius: var(--dtf-radius-sm);
  padding: 10px 24px 10px 16px;
  display: inline-block;
  margin: 0 0 8px 0;
  border: 1px solid #fff;
}
.dtf-hero-subtitle {
  background: #fff;
  color: var(--dtf-primary);
  font-size: 1.7rem;
  font-weight: 700;
  border-radius: var(--dtf-radius-sm);
  padding: 10px 24px 10px 16px;
  display: inline-block;
  margin: 0;
  margin-top: -8px;
  transform: rotate(-5deg);
  box-shadow: 0 2px 8px rgba(220,115,147,0.10);
}
.dtf-hero-desc-box {
  margin-top: 24px;
}
.dtf-hero-desc-title {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0 0 12px 0;
}
.dtf-hero-desc {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 24px;
  line-height: 1.6;
}
.dtf-btn {
  display: inline-block;
  font-family: inherit;
  font-weight: 500;
  border: none;
  border-radius: var(--dtf-radius-sm);
  padding: 14px 32px;
  font-size: 1rem;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}
.dtf-btn-primary {
  background: #DC6C8E;
  color: #fff;
  font-weight: 700;
  box-shadow: 0 2px 8px rgba(220,115,147,0.10);
}
.dtf-btn-primary:hover {
  background: var(--dtf-accent);
  color: #fff;
}

.dtf-hero-image-box {
  position: relative;
  flex: 0 0 320px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dtf-hero-image-desktop {
  width: 320px;
  height: 320px;
  border-radius: var(--dtf-radius-lg);
  object-fit: cover;
  display: block;
}
.dtf-hero-image-mobile {
  display: none;
}
.dtf-hero-stats-desktop {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  pointer-events: none;
}
.dtf-hero-stat {
  position: absolute;
  background: #fff;
  color: var(--dtf-primary);
  font-weight: 700;
  font-size: 1rem;
  border-radius: 20px;
  padding: 6px 16px;
  box-shadow: 0 2px 8px rgba(220,115,147,0.10);
}
.dtf-hero-stat-1 { top: 18px; left: 18px; }
.dtf-hero-stat-2 { top: 18px; right: 18px; }
.dtf-hero-stat-3 { bottom: 18px; left: 18px; color: #dc7393; }
.dtf-hero-stat-4 { bottom: 18px; right: 18px; }

/* Content Section */
.dtf-main {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  background: none;
}
.dtf-main-content {
  width: 100%;
}
.dtf-content {
  width: 100%;
  display: flex;
  justify-content: center;
  background: url('../images/texture-background.jpg') center/cover no-repeat;
  padding: 100px 0;
}
.dtf-content-box {
  box-sizing: border-box;
  background: linear-gradient(298.48deg, #dc6c8e 35.07%, #eda6be 104.55%);
  border: #fff solid 1px;
  border-radius: var(--dtf-radius-lg);
  padding: 48px 56px;
  max-width: calc(100% - 60px);
  width: 1080px;
  color: #fff;
  box-shadow: 0 8px 32px rgba(220,115,147,0.10);
}
.dtf-content-title {
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 18px 0;
}
.dtf-content-text {
  font-size: 1.1rem;
  line-height: 1.7;
  margin: 0;
}

/* Footer */
.dtf-footer {
  background: var(--dtf-footer-bg);
  color: #fff;
  padding: 56px 0 0 0;
}
.dtf-footer-main {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 32px 32px 32px;
  gap: 48px;
}
.dtf-footer-logo-btn {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.dtf-footer-logo img {
  height: 38px;
}
.dtf-btn-footer {
  background: var(--dtf-primary);
  color: #fff;
  font-weight: 700;
  border-radius: 32px;
  padding: 18px 48px;
  font-size: 1.1rem;
  margin-top: 0;
  box-shadow: 0 2px 8px rgba(220,115,147,0.10);
}
.dtf-btn-footer:hover {
  background: var(--dtf-accent);
  color: var(--dtf-dark);
}
.dtf-footer-links {
  display: flex;
  flex-direction: row;
  gap: 64px;
}
.dtf-footer-col {
  min-width: 180px;
}
.dtf-footer-title {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 16px;
}
.dtf-footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.dtf-footer-col li {
  margin-bottom: 10px;
}
.dtf-footer-col a {
  color: var(--dtf-footer-link);
  text-decoration: none;
  font-size: 1rem;
  transition: color 0.2s;
}
.dtf-footer-col a:hover {
  color: var(--dtf-footer-link-hover);
}

/* Responsive Styles */
@media (max-width: 900px) {
  .dtf-hero-content {
    flex-direction: column;
    padding: 32px 16px;
    gap: 24px;
  }
  .dtf-hero-image-box {
    flex: 0 0 auto;
    width: 100%;
    justify-content: center;
  }
  .dtf-hero-image-desktop {
    display: none;
  }
  .dtf-hero-image-mobile {
    display: block;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    border-radius: var(--dtf-radius-lg);
    object-fit: cover;
  }
  .dtf-hero-stats-desktop {
    display: none;
  }
  .dtf-hero-content {
    max-width: calc(100% - 40px);
  }
  .dtf-content-box {
    padding: 32px 12px;
    max-width: calc(100% - 40px);
  
  }
  .dtf-footer-main {
    flex-direction: column;
    align-items: stretch;
    gap: 32px;
    padding: 0 12px 32px 12px;
  }
  .dtf-footer-links {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
  }
  .dtf-footer-col {
    min-width: 140px;
    flex: 1 1 45%;
  }
  .dtf-nav-wrapper {
    padding: 0 16px;
  }
  .dtf-footer-logo-btn {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}
@media (max-width: 600px) {
  .dtf-header {
    padding-bottom: 16px;
  }
  .dtf-nav-wrapper {
    padding: 0 8px;
  }
  .dtf-hero-content {
    padding: 16px;
    border-radius: var(--dtf-radius);
  }
  .dtf-hero-title {
    font-size: 1.2rem;
    padding: 8px 12px 8px 8px;
    border-radius: var(--dtf-radius-sm);
  }
  .dtf-hero-subtitle {
    font-size: 1.1rem;
    padding: 8px 12px 8px 8px;
    border-radius: var(--dtf-radius-sm);
  }
  .dtf-hero-desc-title {
    font-size: 1rem;
  }
  .dtf-hero-desc {
    font-size: 0.95rem;
  }
  .dtf-btn {
    width: 100%;
    padding: 14px 0;
    font-size: 1rem;
    text-align: center;
  }
  .dtf-hero-image-mobile {
    max-width: 100%;
    width: 100%;
    border-radius: var(--dtf-radius);
  }
  .dtf-content {
    margin-top: 16px;
  }
  .dtf-content-box {
    border: none;
    background: none;
    box-shadow: none;
    padding: 0 20px;
    max-width: 100%;
    width: 100%;
  }
  .dtf-content-title {
    font-size: 1.2rem;
  }
  .dtf-content-text {
    font-size: 1rem;
  }
  .dtf-footer-main {
    padding: 0 4px 24px 4px;
  }
  .dtf-footer-logo-btn {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }
  .dtf-btn-footer {
    width: 100%;
    padding: 16px 0;
    font-size: 1rem;
    border-radius: 24px;
    margin-top: 8px;
  }
  .dtf-footer-links {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
  }
  .dtf-footer-col {
    min-width: 120px;
    flex: 1 1 45%;
  }
  .dtf-footer-title {
    font-size: 1rem;
    margin-bottom: 10px;
  }
  .dtf-footer-col a {
    font-size: 0.95rem;
  }
} 