﻿/* GDPR360 conversion overrides - Founder pilot push, safe public CSS */

/* Reduce public landing length and remove redundant middle blocks */
.gdpr360-public-landing main > section:nth-of-type(3),
.gdpr360-public-landing main > section:nth-of-type(4) {
  display: none !important;
}

/* On the landing, keep Founder focus compact by hiding the decorative Founder cards grid */
.gdpr360-public-landing main > section:nth-of-type(5) > div > div:nth-child(2) {
  display: none !important;
}

/* Keep ordinary credits as a secondary mention on the landing */
.gdpr360-public-landing #pricing .gdpr360-pricing-grid {
  display: none !important;
}

.gdpr360-public-landing #pricing {
  padding-top: 0 !important;
  padding-bottom: 2.5rem !important;
}

/* GLOBAL ANIMATIONS */
@keyframes gdpr360FounderPulse {
  0%, 100% {
    transform: translateY(0) scale(1);
    box-shadow:
      0 20px 45px rgba(37, 99, 235, 0.26),
      0 0 0 1px rgba(255,255,255,0.18) inset,
      0 0 0 rgba(249, 115, 22, 0.00);
  }
  50% {
    transform: translateY(-2px) scale(1.015);
    box-shadow:
      0 26px 55px rgba(249, 115, 22, 0.38),
      0 0 0 1px rgba(255,255,255,0.22) inset,
      0 0 28px rgba(249, 115, 22, 0.35);
  }
}

@keyframes gdpr360FounderShine {
  0% { background-position: 0% 50%; }
  100% { background-position: 200% 50%; }
}

/* Landing Founder promotional alert */
.gdpr360-public-landing main > section:first-child {
  position: relative;
}

.gdpr360-public-landing main > section:first-child::after {
  content: "LIMITED FOUNDER OFFER • 50 SLOTS ONLY • EARLY-ACCESS PRICING";
  display: block;
  max-width: 74rem;
  margin: 1rem auto 0;
  padding: 0.95rem 1.2rem;
  border: 1px solid rgba(255,255,255,0.24);
  border-radius: 999px;
  background:
    linear-gradient(120deg, #143694 0%, #2563eb 30%, #0ea5e9 52%, #f59e0b 76%, #f97316 100%);
  background-size: 220% 220%;
  color: #ffffff;
  font-size: 0.90rem;
  font-weight: 950;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: center;
  box-shadow:
    0 20px 45px rgba(37, 99, 235, 0.26),
    0 0 0 1px rgba(255,255,255,0.18) inset;
  animation: gdpr360FounderPulse 2.2s ease-in-out infinite, gdpr360FounderShine 7s linear infinite;
}

/* Founder page promotional alert */
.gdpr360-founder-page main > section:first-child {
  position: relative;
}

.gdpr360-founder-page main > section:first-child::after {
  content: "FOUNDER PILOT DEAL • ONLY 50 AVAILABLE • OFFER CLOSES WHEN SLOTS END";
  display: block;
  max-width: 74rem;
  margin: 1.1rem auto 0;
  padding: 1rem 1.25rem;
  border: 1px solid rgba(255,255,255,0.24);
  border-radius: 999px;
  background:
    linear-gradient(120deg, #0f172a 0%, #143694 24%, #2563eb 48%, #f59e0b 74%, #ef4444 100%);
  background-size: 220% 220%;
  color: #ffffff;
  font-size: 0.90rem;
  font-weight: 950;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: center;
  box-shadow:
    0 22px 48px rgba(15, 23, 42, 0.30),
    0 0 0 1px rgba(255,255,255,0.18) inset;
  animation: gdpr360FounderPulse 2.1s ease-in-out infinite, gdpr360FounderShine 6.5s linear infinite;
}

/* Hide less conversion-critical Founder sections */
.gdpr360-founder-page main > section:nth-of-type(5) {
  display: none !important;
}

/* Make Founder CTA links feel more important */
.gdpr360-public-landing a[href*="founder-pack"],
.gdpr360-founder-page a[href*="founder-pack"] {
  font-weight: 900;
  box-shadow: 0 16px 32px rgba(37, 99, 235, 0.18);
}

/* Stronger top spacing on desktop */
@media (min-width: 768px) {
  .gdpr360-public-landing main > section {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .gdpr360-public-landing main > section:first-child {
    padding-top: 7rem !important;
  }

  .gdpr360-founder-page main > section {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}

/* Mobile: shorter, punchier, more visible */
@media (max-width: 767px) {
  .gdpr360-public-landing #pricing {
    display: none !important;
  }

  .gdpr360-public-landing main > section:first-child::after,
  .gdpr360-founder-page main > section:first-child::after {
    max-width: calc(100% - 1.25rem);
    margin: 0.75rem auto 0;
    padding: 0.82rem 0.9rem;
    border-radius: 1rem;
    font-size: 0.72rem;
    line-height: 1.1rem;
    letter-spacing: 0.035em;
  }

  .gdpr360-public-landing main > section:first-child::after {
    content: "FOUNDER OFFER • 50 SLOTS • PREMIUM + JSON";
  }

  .gdpr360-founder-page main > section:first-child::after {
    content: "LIMITED FOUNDER DEAL • 50 SLOTS ONLY";
  }

  .gdpr360-founder-page {
    padding-bottom: 5.6rem;
  }

  .gdpr360-founder-page::after {
    content: "LIMITED FOUNDER PACKS • CHOOSE NOW";
    position: fixed;
    left: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    z-index: 60;
    padding: 0.95rem 1rem;
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 1.15rem;
    background:
      linear-gradient(120deg, #143694 0%, #2563eb 28%, #0ea5e9 52%, #f59e0b 76%, #ef4444 100%);
    background-size: 220% 220%;
    color: #ffffff;
    font-size: 0.82rem;
    font-weight: 950;
    letter-spacing: 0.035em;
    text-transform: uppercase;
    text-align: center;
    box-shadow:
      0 24px 50px rgba(15, 23, 42, 0.34),
      0 0 0 1px rgba(255,255,255,0.14) inset,
      0 0 22px rgba(249, 115, 22, 0.35);
    animation: gdpr360FounderPulse 2s ease-in-out infinite, gdpr360FounderShine 5.5s linear infinite;
    pointer-events: none;
  }

  .gdpr360-founder-page main > section:nth-of-type(4) {
    display: none !important;
  }
}

/* GDPR360 hard split hotfix - start */
/* Final override: no multi-color horizontal gradient, no sharp vertical color split. */
.gdpr360-public-landing main > section:first-child::after,
.gdpr360-founder-page main > section:first-child::after {
  background: #7c3aed !important;
  background-image: none !important;
  background-size: auto !important;
  color: #ffffff !important;
  border: 1px solid rgba(255,255,255,0.30) !important;
  box-shadow:
    0 22px 48px rgba(124, 58, 237, 0.38),
    0 0 0 1px rgba(255,255,255,0.18) inset,
    0 0 34px rgba(124, 58, 237, 0.34) !important;
  text-shadow: 0 1px 10px rgba(0,0,0,0.32) !important;
  animation: gdpr360FounderPulse 2.1s ease-in-out infinite !important;
}

.gdpr360-founder-page main > section:first-child::after {
  background: #2563eb !important;
  background-image: none !important;
}

.gdpr360-founder-page::after {
  background: #4f46e5 !important;
  background-image: none !important;
  color: #ffffff !important;
  box-shadow:
    0 24px 50px rgba(79, 70, 229, 0.40),
    0 0 0 1px rgba(255,255,255,0.16) inset,
    0 0 26px rgba(99, 102, 241, 0.42) !important;
  animation: gdpr360FounderPulse 2s ease-in-out infinite !important;
}
/* GDPR360 hard split hotfix - end */

/* GDPR360 auth pages polish - start */
.min-h-screen.flex.bg-white {
  background:
    radial-gradient(circle at top left, rgba(37, 99, 235, 0.16), transparent 32%),
    radial-gradient(circle at bottom right, rgba(6, 182, 212, 0.13), transparent 30%),
    #f8fafc !important;
}

.min-h-screen.flex.bg-white > .flex-1 {
  background: transparent !important;
}

.min-h-screen.flex.bg-white .max-w-md.w-full.mx-auto {
  max-width: 30rem !important;
  border: 1px solid rgb(219 234 254);
  border-radius: 1.75rem;
  background: rgba(255,255,255,0.94);
  padding: 1.5rem;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.10);
  backdrop-filter: blur(18px);
}

.min-h-screen.flex.bg-white .max-w-md.w-full.mx-auto > a:first-child {
  margin-bottom: 1.75rem !important;
}

.min-h-screen.flex.bg-white .max-w-md.w-full.mx-auto::before {
  content: "FOUNDER PILOT • 50 EARLY SLOTS • PREMIUM REPORTS";
  display: inline-flex;
  margin-bottom: 1rem;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  border: 1px solid rgb(196 181 253);
  background: rgb(245 243 255);
  color: rgb(91 33 182);
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.10em;
}

.min-h-screen.flex.bg-white h1 {
  font-size: 2rem !important;
  line-height: 1.05 !important;
  font-weight: 950 !important;
  letter-spacing: -0.04em !important;
  color: #0f172a !important;
}

.min-h-screen.flex.bg-white form {
  margin-top: 1.5rem !important;
}

.min-h-screen.flex.bg-white input {
  min-height: 3rem !important;
  border-radius: 1rem !important;
  border-color: rgb(191 219 254) !important;
  background: rgba(239, 246, 255, 0.55) !important;
  box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.04) !important;
}

.min-h-screen.flex.bg-white button[type='submit'] {
  min-height: 3rem !important;
  border-radius: 1rem !important;
  background: #2563eb !important;
  color: #ffffff !important;
  font-weight: 900 !important;
  box-shadow: 0 18px 38px rgba(37, 99, 235, 0.22) !important;
}

.min-h-screen.flex.bg-white button[type='submit']:hover {
  background: #1d4ed8 !important;
}

.min-h-screen.flex.bg-white > .hidden.lg\:block.lg\:w-1\/2 {
  background-image:
    radial-gradient(circle at top left, rgba(6, 182, 212, 0.35), transparent 28%),
    radial-gradient(circle at bottom right, rgba(37, 99, 235, 0.42), transparent 30%),
    linear-gradient(135deg, #0b1220 0%, #143694 52%, #0b1220 100%) !important;
  background-size: cover !important;
  background-position: center !important;
}

.min-h-screen.flex.bg-white > .hidden.lg\:block.lg\:w-1\/2 blockquote,
.min-h-screen.flex.bg-white > .hidden.lg\:block.lg\:w-1\/2 .space-y-6 {
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 1.75rem;
  background: rgba(255,255,255,0.10);
  padding: 1.5rem;
  backdrop-filter: blur(18px);
  box-shadow: 0 24px 60px rgba(0,0,0,0.20);
}

@media (max-width: 767px) {
  .min-h-screen.flex.bg-white {
    background: #f8fafc !important;
  }

  .min-h-screen.flex.bg-white .max-w-md.w-full.mx-auto {
    border-radius: 1.35rem;
    padding: 1.1rem;
    box-shadow: 0 16px 38px rgba(15, 23, 42, 0.08);
  }

  .min-h-screen.flex.bg-white .max-w-md.w-full.mx-auto::before {
    display: flex;
    justify-content: center;
    width: 100%;
    text-align: center;
    font-size: 0.62rem;
    letter-spacing: 0.08em;
  }

  .min-h-screen.flex.bg-white h1 {
    font-size: 1.65rem !important;
  }
}
/* GDPR360 auth pages polish - end */

/* GDPR360 auth split alignment hotfix - start */
/* Center both sides of Login/Register. The original right panel was still using justify-end. */
.min-h-screen.flex.bg-white {
  align-items: stretch !important;
}

.min-h-screen.flex.bg-white > .flex-1 {
  min-height: 100vh !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.min-h-screen.flex.bg-white > .flex-1 > .max-w-md.w-full.mx-auto {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.min-h-screen.flex.bg-white > div:last-child {
  min-height: 100vh !important;
}

.min-h-screen.flex.bg-white > div:last-child > div {
  min-height: 100vh !important;
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.min-h-screen.flex.bg-white > div:last-child > div > .space-y-6,
.min-h-screen.flex.bg-white > div:last-child > div > blockquote {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

@media (max-width: 1023px) {
  .min-h-screen.flex.bg-white > .flex-1 {
    min-height: 100vh !important;
  }
}
/* GDPR360 auth split alignment hotfix - end */

/* GDPR360 auth right panel vertical alignment - start */
.min-h-screen.flex.bg-white > .flex-1 {
  min-height: 100vh !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.min-h-screen.flex.bg-white > .hidden.lg\:block.lg\:w-1\/2 {
  min-height: 100vh !important;
}

.min-h-screen.flex.bg-white > .hidden.lg\:block.lg\:w-1\/2 > div,
.min-h-screen.flex.bg-white > .hidden.lg\:block.lg\:w-1\/2 > .h-full.flex.flex-col.justify-end.p-12 {
  min-height: 100vh !important;
  height: 100vh !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.min-h-screen.flex.bg-white > .hidden.lg\:block.lg\:w-1\/2 .space-y-6 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
/* GDPR360 auth right panel vertical alignment - end */

/* GDPR360 authenticated app polish - start */
.gdpr360-authenticated-shell {
  background:
    radial-gradient(circle at top left, rgba(37, 99, 235, 0.10), transparent 30%),
    radial-gradient(circle at bottom right, rgba(6, 182, 212, 0.10), transparent 30%),
    #f8fafc !important;
}

.gdpr360-authenticated-shell aside {
  background:
    radial-gradient(circle at 15% 12%, rgba(37,99,235,0.22), transparent 26%),
    radial-gradient(circle at 88% 88%, rgba(6,182,212,0.16), transparent 28%),
    linear-gradient(180deg, #07152f 0%, #081226 48%, #050b18 100%) !important;
}

.gdpr360-authenticated-shell main {
  background: transparent !important;
}

.gdpr360-authenticated-shell main .shadow-sm {
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.055) !important;
}

.gdpr360-authenticated-shell main .rounded-\[1\.75rem\],
.gdpr360-authenticated-shell main .rounded-\[1\.95rem\],
.gdpr360-authenticated-shell main .rounded-\[1\.9rem\],
.gdpr360-authenticated-shell main .rounded-\[1\.7rem\] {
  border-radius: 1.55rem !important;
}

.gdpr360-authenticated-shell input,
.gdpr360-authenticated-shell textarea,
.gdpr360-authenticated-shell select {
  border-radius: 1rem !important;
}

.gdpr360-authenticated-shell button,
.gdpr360-authenticated-shell a {
  text-underline-offset: 4px;
}

@media (max-width: 767px) {
  .gdpr360-authenticated-shell main {
    padding-top: 1rem !important;
  }

  .gdpr360-authenticated-shell main .space-y-8 {
    gap: 1.15rem !important;
  }

  .gdpr360-authenticated-shell main .rounded-\[1\.75rem\],
  .gdpr360-authenticated-shell main .rounded-\[1\.95rem\],
  .gdpr360-authenticated-shell main .rounded-\[1\.9rem\],
  .gdpr360-authenticated-shell main .rounded-\[1\.7rem\] {
    border-radius: 1.25rem !important;
  }
}
/* GDPR360 authenticated app polish - end */
