.elementor-1958 .elementor-element.elementor-element-d2f8894{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-4256ce4 *//* ===================================================
   TIPPS1X2 – Disclaimer & Privacy Policy Stylesheet
   100% Width | Fully Responsive
   =================================================== */

/* ---------- Variables ---------- */
:root {
  --purple:       #8000ff;
  --purple-mid:   #a040ff;
  --purple-light: #c580ff;
  --purple-glow:  rgba(128, 0, 255, 0.2);
  --purple-soft:  rgba(128, 0, 255, 0.07);
  --bg:           #ffffff;
  --surface:      #f8f7ff;
  --card:         #ffffff;
  --border:       rgba(128, 0, 255, 0.18);
  --border-light: rgba(128, 0, 255, 0.1);
  --text:         #2e2e3a;
  --text-mid:     #555568;
  --muted:        #9090a8;
  --font-display: 'Bebas Neue', sans-serif;
  --font-body:    'DM Sans', sans-serif;
}

/* ---------- Reset ---------- */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.75;
  min-height: 100vh;
  width: 100%;
  overflow-x: hidden;
}

/* ---------- Page wrapper ---------- */
.page {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}

/* ===================================================
   HERO BAND
   =================================================== */
.hero {
  position: relative;
  width: 100%;
  padding: 5rem 4rem 3.5rem;
  overflow: hidden;
  background: var(--bg);
}

.hero--second {
  padding-top: 3.5rem;
}

/* Soft purple glow blob */
.hero::before {
  content: '';
  position: absolute;
  top: -80px;
  left: -100px;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(128,0,255,0.06) 0%, transparent 65%);
  filter: blur(70px);
  pointer-events: none;
  z-index: 0;
}

.hero-inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
}

.hero-label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--purple-mid);
  background: var(--purple-soft);
  border: 1px solid var(--border);
  border-radius: 100px;
  padding: 0.35rem 1rem;
  margin-bottom: 1.5rem;
}

.hero-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--purple);
  box-shadow: 0 0 8px var(--purple-glow);
  flex-shrink: 0;
}

.hero h1 {
  font-family: var(--font-display);
  font-size: clamp(3.5rem, 7vw, 6.5rem);
  line-height: 0.92;
  letter-spacing: 0.03em;
  color: #1a1a2e;
  margin-bottom: 1.5rem;
}

.hero h1 em {
  font-style: normal;
  color: var(--purple);
}

.hero-meta {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.hero-date {
  font-size: 0.82rem;
  color: var(--muted);
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.hero-date svg {
  color: var(--purple-mid);
  flex-shrink: 0;
}

.hero-site {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--purple);
  text-decoration: none;
  letter-spacing: 0.04em;
}

.hero-site:hover {
  text-decoration: underline;
}

/* ---------- Divider ---------- */
.divider {
  height: 2px;
  width: 100%;
  background: linear-gradient(90deg, var(--purple), rgba(128,0,255,0.15) 60%, transparent);
}

/* ---------- Document break ---------- */
.doc-break {
  width: 100%;
  margin: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, rgba(128,0,255,0.18), transparent);
}

/* ===================================================
   CONTENT AREA
   =================================================== */
.content-area {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 3.5rem 4rem 5rem;
}

/* ===================================================
   INTRO
   =================================================== */
.intro {
  font-size: 1.05rem;
  color: var(--text-mid);
  line-height: 1.8;
  margin-bottom: 3rem;
  padding: 1.5rem 1.8rem;
  background: var(--surface);
  border: 1px solid var(--border-light);
  border-left: 4px solid var(--purple);
  border-radius: 0 12px 12px 0;
  width: 100%;
}

.intro strong {
  color: var(--purple);
  font-weight: 600;
}

/* ===================================================
   SECTIONS GRID
   =================================================== */
.sections {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
  width: 100%;
}

/* Full-width card override */
.section--wide {
  grid-column: 1 / -1;
}

/* ===================================================
   SECTION CARDS
   =================================================== */
.section {
  background: var(--card);
  border: 1px solid rgba(128, 0, 255, 0.12);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 14px rgba(128,0,255,0.04);
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
  animation: fade-up 0.45s ease both;
  display: flex;
  flex-direction: column;
}

.section:hover {
  border-color: rgba(128, 0, 255, 0.32);
  box-shadow: 0 8px 32px rgba(128,0,255,0.1);
  transform: translateY(-2px);
}

@keyframes fade-up {
  from { opacity: 0; transform: translateY(16px); }
  to   { opacity: 1; transform: translateY(0); }
}

.sections .section:nth-child(1) { animation-delay: 0.05s; }
.sections .section:nth-child(2) { animation-delay: 0.10s; }
.sections .section:nth-child(3) { animation-delay: 0.15s; }
.sections .section:nth-child(4) { animation-delay: 0.20s; }
.sections .section:nth-child(5) { animation-delay: 0.25s; }
.sections .section:nth-child(6) { animation-delay: 0.30s; }
.sections .section:nth-child(7) { animation-delay: 0.35s; }
.sections .section:nth-child(8) { animation-delay: 0.40s; }

/* ---------- Section header ---------- */
.section-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.2rem 1.5rem;
  background: var(--surface);
  border-bottom: 1px solid rgba(128, 0, 255, 0.08);
  flex-shrink: 0;
}

.section-num {
  font-family: var(--font-display);
  font-size: 1.7rem;
  line-height: 1;
  color: var(--purple);
  min-width: 2.4rem;
}

.section-title {
  font-family: var(--font-display);
  font-size: 1rem;
  letter-spacing: 0.12em;
  color: #1a1a2e;
  flex: 1;
}

.section-icon {
  width: 36px;
  height: 36px;
  border-radius: 9px;
  background: var(--purple-soft);
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--purple-mid);
  flex-shrink: 0;
}

/* ---------- Section body ---------- */
.section-body {
  padding: 1.4rem 1.5rem 1.6rem;
  flex: 1;
}

.section-body p {
  font-size: 0.92rem;
  color: var(--text-mid);
  margin-bottom: 0.75rem;
  line-height: 1.75;
}

.section-body p:last-child {
  margin-bottom: 0;
}

.section-body strong {
  color: var(--text);
  font-weight: 600;
}

/* ---------- Lists ---------- */
.section-body ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  margin: 0.4rem 0;
  padding: 0;
}

.section-body ul li {
  font-size: 0.91rem;
  color: var(--text-mid);
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  line-height: 1.65;
}

.section-body ul li::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--purple);
  flex-shrink: 0;
  margin-top: 0.54rem;
}

/* ---------- Warning box ---------- */
.warning-box {
  background: rgba(128, 0, 255, 0.05);
  border: 1px solid rgba(128, 0, 255, 0.2);
  border-radius: 10px;
  padding: 1rem 1.25rem;
  margin-top: 1rem;
}

.warning-box p {
  font-size: 0.86rem !important;
  color: #5a1ea8 !important;
  margin: 0 !important;
  font-weight: 500;
  line-height: 1.65 !important;
}

.warning-box strong {
  color: var(--purple) !important;
  font-weight: 700;
}

/* ===================================================
   PAGE FOOTER
   =================================================== */
.page-footer {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 4rem 3.5rem;
  border-top: 1px solid rgba(128, 0, 255, 0.1);
  text-align: center;
}

.page-footer p {
  font-size: 0.8rem;
  color: var(--muted);
  line-height: 1.7;
  margin-bottom: 0.3rem;
}

.page-footer a {
  color: var(--purple);
  text-decoration: none;
}

.page-footer a:hover {
  text-decoration: underline;
}

/* ---------- Scrollbar ---------- */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: #f0f0f8; }
::-webkit-scrollbar-thumb { background: var(--purple); border-radius: 6px; }

/* ===================================================
   RESPONSIVE BREAKPOINTS
   =================================================== */

/* Large desktop */
@media (min-width: 1400px) {
  .hero,
  .content-area,
  .page-footer {
    max-width: 100%;
    padding-left: 6rem;
    padding-right: 6rem;
  }
}

/* Tablet landscape */
@media (max-width: 1100px) {
  .hero {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .content-area {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .page-footer {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

/* Tablet portrait */
@media (max-width: 768px) {
  .hero {
    padding: 3.5rem 2rem 2.5rem;
  }

  .hero--second {
    padding-top: 2.5rem;
  }

  .content-area {
    padding: 2.5rem 2rem 4rem;
  }

  .page-footer {
    padding: 2rem 2rem 3rem;
  }

  .sections {
    grid-template-columns: 1fr;
  }

  .section--wide {
    grid-column: 1;
  }

  .hero h1 {
    font-size: clamp(3rem, 10vw, 4.5rem);
  }

  .intro {
    font-size: 0.97rem;
    padding: 1.2rem 1.4rem;
  }
}

/* Mobile */
@media (max-width: 480px) {
  .hero {
    padding: 2.5rem 1.25rem 2rem;
  }

  .hero--second {
    padding-top: 2rem;
  }

  .content-area {
    padding: 2rem 1.25rem 3.5rem;
  }

  .page-footer {
    padding: 1.5rem 1.25rem 2rem;
  }

  .hero h1 {
    font-size: clamp(2.6rem, 12vw, 3.5rem);
  }

  .hero-meta {
    gap: 0.8rem;
  }

  .section-header {
    padding: 1rem 1.1rem;
    gap: 0.7rem;
  }

  .section-num {
    font-size: 1.3rem;
    min-width: 1.8rem;
  }

  .section-title {
    font-size: 0.85rem;
    letter-spacing: 0.08em;
  }

  .section-icon {
    width: 30px;
    height: 30px;
  }

  .section-body {
    padding: 1.1rem 1.1rem 1.2rem;
  }

  .section-body ul li,
  .section-body p {
    font-size: 0.88rem;
  }
}/* End custom CSS */