:root {
    --gdprq-ink: #17233c;
    --gdprq-muted: #5e7180;
    --gdprq-teal: #00a889;
    --gdprq-blue: #2357d8;
    --gdprq-amber: #f5b642;
    --gdprq-soft: #f5f8fb;
}

body {
    color: var(--gdprq-muted);
}

html {
    scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--gdprq-ink);
    letter-spacing: 0;
}

.gdprq-header .navbar-brand img {
    max-height: 48px;
    width: auto;
}

.gdprq-header.navbar-fixed-top .logo-dark {
    max-height: 42px;
}

.gdprq-header .header-right .menu-btn {
    border-radius: 6px;
}

.gdprq-header .navbar {
    position: relative;
}

.gdprq-header .slicknav_menu {
    z-index: 1000;
}

.gdprq-app-body {
    background: #fff;
}

.gdprq-app-body .site-preloader-wrap {
    display: none;
}

.gdprq-app-topbar {
    background: #fff;
    border-bottom: 1px solid #e7edf2;
    box-shadow: 0 8px 24px rgba(23, 35, 60, 0.06);
    left: 0;
    min-height: 82px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99;
}

.gdprq-app-topbar .navbar {
    min-height: 82px;
}

.gdprq-app-topbar .container {
    max-width: none;
    padding-left: 28px;
    padding-right: 28px;
}

.gdprq-app-topbar .logo-light {
    display: none !important;
}

.gdprq-app-topbar .logo-dark {
    display: block !important;
}

.gdprq-top-link {
    color: var(--gdprq-muted);
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 700;
    margin-right: 18px;
}

.gdprq-top-link:hover {
    color: var(--gdprq-blue);
}

.gdprq-app-frame {
    background: #fff;
    display: flex;
    min-height: 100vh;
    padding-top: 82px;
}

.gdprq-app-sidebar {
    align-self: flex-start;
    background: #fff;
    border-right: 1px solid #e3eaf1;
    bottom: 0;
    box-shadow: 10px 0 30px rgba(23, 35, 60, 0.04);
    left: 0;
    overflow-y: auto;
    padding: 22px 16px;
    position: fixed;
    top: 82px;
    width: 280px;
    z-index: 10;
}

.gdprq-app-sidebar-header {
    border-bottom: 1px solid #edf2f6;
    margin-bottom: 16px;
    padding: 0 8px 16px;
}

.gdprq-app-sidebar-header span {
    color: var(--gdprq-teal);
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.gdprq-app-sidebar-header strong {
    color: var(--gdprq-ink);
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    line-height: 1.35;
}

.gdprq-app-menu {
    display: grid;
    gap: 6px;
}

.gdprq-app-menu > a {
    align-items: center;
    border-radius: 6px;
    color: var(--gdprq-muted);
    display: grid;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 700;
    gap: 10px;
    grid-template-columns: 20px 1fr auto;
    min-height: 42px;
    padding: 9px 10px;
}

.gdprq-app-menu > a i {
    color: #9aa9b7;
    font-size: 14px;
    text-align: center;
}

.gdprq-app-menu > a em {
    background: #ff2f67;
    border-radius: 999px;
    color: #fff;
    font-size: 11px;
    font-style: normal;
    min-width: 22px;
    padding: 2px 7px;
    text-align: center;
}

.gdprq-app-menu > a:hover,
.gdprq-app-menu > a.active {
    background: rgba(35, 87, 216, 0.08);
    color: var(--gdprq-blue);
}

.gdprq-app-menu > a:hover i,
.gdprq-app-menu > a.active i {
    color: var(--gdprq-blue);
}

.gdprq-app-menu > a.attention {
    background: rgba(255, 181, 39, 0.14);
    color: #8c5a00;
}

.gdprq-app-menu > a.attention i {
    color: #c97a00;
}

.gdprq-app-menu > a.attention em {
    background: #ffb527;
    color: #17233c;
}

.gdprq-app-menu > a.attention:hover,
.gdprq-app-menu > a.attention.active {
    background: rgba(255, 181, 39, 0.22);
    color: #6f4700;
}

.gdprq-app-submenu {
    border-left: 1px solid #e7edf2;
    display: grid;
    gap: 4px;
    margin: 0 0 8px 20px;
    padding: 4px 0 4px 12px;
}

.gdprq-app-submenu a {
    align-items: center;
    border-radius: 6px;
    color: var(--gdprq-muted);
    display: grid;
    gap: 8px;
    grid-template-columns: 30px 1fr auto;
    min-height: 38px;
    padding: 6px 8px;
}

.gdprq-app-submenu a span {
    background: #eef4ff;
    border-radius: 6px;
    color: var(--gdprq-blue);
    font-weight: 700;
    padding: 3px 0;
    text-align: center;
}

.gdprq-app-submenu a strong {
    color: var(--gdprq-ink);
    font-size: 13px;
    line-height: 1.25;
}

.gdprq-app-submenu a em {
    color: #7f8d9d;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
}

.gdprq-app-submenu a:hover,
.gdprq-app-submenu a.active {
    background: var(--gdprq-ink);
}

.gdprq-app-submenu a:hover strong,
.gdprq-app-submenu a.active strong,
.gdprq-app-submenu a:hover em,
.gdprq-app-submenu a.active em {
    color: #fff;
}

.gdprq-app-submenu a:hover span,
.gdprq-app-submenu a.active span {
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
}

.gdprq-app-main {
    margin-left: 280px;
    min-width: 0;
    width: calc(100% - 280px);
}

.gdprq-app-content {
    margin: 0 auto;
    max-width: 1180px;
    padding: 34px 34px 70px;
}

.gdprq-app-footer {
    align-items: center;
    background: #17233C;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.68);
    display: flex;
    gap: 18px;
    justify-content: space-between;
    min-height: 58px;
    padding: 16px 34px;
    width: 100%;
}

.gdprq-app-footer p {
    color: rgba(255, 255, 255, 0.68);
    font-size: 12px;
    line-height: 1.5;
    margin: 0;
}

.gdprq-app-footer nav {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: flex-end;
}

.gdprq-app-footer a {
    color: rgba(255, 255, 255, 0.76);
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 800;
}

.gdprq-app-footer a:hover {
    color: #fff;
}

.gdprq-hero {
    min-height: 730px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 82% 26%, rgba(0, 168, 137, 0.24), transparent 30%),
        linear-gradient(135deg, #17233c 0%, #1f4fc9 54%, #111827 100%);
}

.gdprq-hero:after {
    display: none;
}

.gdprq-hero-grid {
    align-items: center;
    display: grid;
    gap: 72px;
    grid-template-columns: minmax(0, 0.98fr) minmax(500px, 1.02fr);
    position: relative;
    z-index: 1;
}

.gdprq-hero-content {
    max-width: 610px;
    position: relative;
    z-index: 1;
}

.gdprq-kicker {
    display: inline-block;
    color: #b6f4e7;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 16px;
}

.gdprq-hero-content h1 {
    color: #fff;
    font-size: 56px;
    line-height: 1.08;
    max-width: 570px;
    margin-bottom: 22px;
}

.gdprq-hero-content p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
    line-height: 30px;
    max-width: 540px;
}

.gdprq-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin: 34px 0 24px;
}

.gdprq-actions .default-btn,
.gdprq-final-cta .default-btn {
    background: var(--gdprq-teal);
    border-radius: 6px;
    box-shadow: 0 14px 34px rgba(0, 168, 137, 0.26);
}

.gdprq-actions .gdprq-secondary-btn {
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: none;
}

.gdprq-hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 22px;
    margin: 0;
    padding: 0;
}

.gdprq-hero-points li {
    color: #fff;
    list-style: none;
    font-weight: 600;
}

.gdprq-hero-points i {
    color: var(--gdprq-amber);
    margin-right: 7px;
}

.gdprq-hero-product {
    align-self: center;
    margin: 0;
    position: relative;
    z-index: 1;
}

.gdprq-hero-product img {
    background: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    box-shadow: 0 30px 80px rgba(4, 12, 30, 0.38);
    display: block;
    width: 100%;
}

.gdprq-risk-strip {
    background: #fff;
    padding: 34px 0;
}

.gdprq-risk-strip-inner {
    align-items: center;
    background: #f7fbfc;
    border: 1px solid #dce7ef;
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(17, 24, 39, 0.07);
    color: inherit;
    display: grid;
    gap: 22px;
    grid-template-columns: auto minmax(0, 1fr) auto;
    overflow: hidden;
    padding: 24px 28px;
    position: relative;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.gdprq-risk-strip-inner:before {
    background: var(--gdprq-teal);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    width: 5px;
}

.gdprq-risk-strip-inner:hover {
    border-color: rgba(0, 168, 137, 0.42);
    box-shadow: 0 24px 54px rgba(17, 24, 39, 0.11);
    color: inherit;
    transform: translateY(-2px);
}

.gdprq-risk-strip-icon {
    align-items: center;
    background: #15223a;
    border-radius: 8px;
    color: #fff;
    display: flex;
    font-size: 24px;
    height: 62px;
    justify-content: center;
    margin-left: 8px;
    width: 62px;
}

.gdprq-risk-strip-copy {
    position: relative;
    z-index: 1;
}

.gdprq-risk-strip-kicker {
    color: var(--gdprq-teal);
    display: inline-block;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.gdprq-risk-strip h2 {
    font-size: 25px;
    line-height: 1.2;
    margin-bottom: 6px;
}

.gdprq-risk-strip p {
    color: #526277;
    font-size: 15px;
    line-height: 25px;
    margin: 0;
    max-width: 690px;
}

.gdprq-risk-strip ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    padding: 0;
}

.gdprq-risk-strip li {
    align-items: center;
    background: #fff;
    border: 1px solid #e2ebf2;
    border-radius: 999px;
    color: #526277;
    display: flex;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 700;
    list-style: none;
    padding: 7px 12px;
}

.gdprq-risk-strip-action {
    align-items: center;
    display: grid;
    gap: 14px;
    grid-template-columns: minmax(0, 1fr) auto;
    position: relative;
    z-index: 1;
}

.gdprq-risk-strip-button {
    align-items: center;
    background: var(--gdprq-blue);
    border-radius: 6px;
    box-shadow: 0 14px 30px rgba(42, 85, 230, 0.22);
    color: #fff;
    display: inline-flex;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 800;
    height: 48px;
    justify-content: center;
    min-width: 154px;
    padding: 0 20px;
    text-transform: uppercase;
    white-space: nowrap;
}

.section-heading span {
    color: var(--gdprq-teal);
}

.gdprq-page-header {
    min-height: 320px;
    display: flex;
    align-items: center;
    background:
        linear-gradient(90deg, rgba(13, 28, 54, 0.92), rgba(13, 28, 54, 0.7)),
        url("../img/gdprquick/bg.jpg?w=1920") center center / cover no-repeat;
}

.gdprq-page-header .page-content {
    max-width: 760px;
    padding-top: 70px;
}

.gdprq-page-header h1,
.gdprq-page-header h2 {
    color: #fff;
    font-size: 48px;
    margin-bottom: 14px;
}

.gdprq-page-header p {
    color: rgba(255, 255, 255, 0.88);
    font-size: 19px;
    line-height: 31px;
}

.gdprq-app-header {
    min-height: 190px;
}

.gdprq-app-header .page-content {
    padding-top: 54px;
}

.gdprq-app-header h2 {
    font-size: 34px;
    margin-bottom: 8px;
}

.gdprq-app-header p {
    font-size: 16px;
    line-height: 25px;
    margin: 0;
}

.section-heading h2 {
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
}

.section-heading > p {
    color: var(--gdprq-muted);
    font-size: 17px;
    line-height: 1.7;
    margin: 14px auto 0;
    max-width: 760px;
}

.gdprq-feature {
    min-height: 292px;
    padding: 24px 28px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.gdprq-feature i {
    border-radius: 18px;
}

.gdprq-feature:hover {
    box-shadow: 0 18px 45px rgba(23, 35, 60, 0.11);
    transform: translateY(-3px);
}

.gdprq-product {
    background: #fff;
}

.gdprq-image-frame img,
.gdprq-screens img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 18px 45px rgba(23, 35, 60, 0.16);
}

.gdprq-image-frame {
    margin: 0;
}

.gdprq-check-list {
    display: grid;
    gap: 10px;
    margin: 0 0 28px;
    padding: 0;
}

.gdprq-check-list li {
    align-items: flex-start;
    color: var(--gdprq-ink);
    display: flex;
    font-weight: 700;
    gap: 10px;
    line-height: 1.55;
    list-style: none;
}

.gdprq-check-list i {
    align-items: center;
    background: rgba(0, 168, 137, 0.12);
    border-radius: 999px;
    color: #08735f;
    display: flex;
    flex: 0 0 auto;
    font-size: 11px;
    height: 22px;
    justify-content: center;
    margin-top: 1px;
    width: 22px;
}

.gdprq-step {
    min-height: 205px;
}

.gdprq-step .number {
    background-color: var(--gdprq-blue);
}

.gdprq-step .number:before {
    background-color: rgba(35, 87, 216, 0.18);
}

.gdprq-screens img {
    margin-bottom: 24px;
}

.gdprq-outcome-section {
    background: #fff;
}

.gdprq-outcome-grid {
    align-items: center;
    display: grid;
    gap: 42px;
    grid-template-columns: minmax(0, 0.88fr) minmax(420px, 1.12fr);
}

.gdprq-kicker-dark {
    color: var(--gdprq-teal);
    display: inline-block;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.gdprq-outcome-copy h2 {
    font-size: 42px;
    line-height: 1.18;
    margin-bottom: 18px;
}

.gdprq-outcome-copy p {
    color: var(--gdprq-muted);
    font-size: 17px;
    line-height: 1.75;
    margin-bottom: 28px;
}

.gdprq-outcome-panel {
    background: #f7fbfc;
    border: 1px solid #dfe9f1;
    border-radius: 8px;
    box-shadow: 0 20px 55px rgba(17, 24, 39, 0.08);
    padding: 30px;
}

.gdprq-outcome-panel h3 {
    border-bottom: 1px solid #e4edf4;
    font-size: 22px;
    margin-bottom: 18px;
    padding-bottom: 16px;
}

.gdprq-outcome-list {
    display: grid;
    gap: 14px;
    margin: 0;
    padding: 0;
}

.gdprq-outcome-list li {
    align-items: flex-start;
    background: #fff;
    border: 1px solid #e3ebf2;
    border-radius: 8px;
    display: grid;
    gap: 14px;
    grid-template-columns: 42px minmax(0, 1fr);
    list-style: none;
    padding: 15px;
}

.gdprq-outcome-list i {
    align-items: center;
    background: rgba(42, 85, 230, 0.1);
    border-radius: 8px;
    color: var(--gdprq-blue);
    display: flex;
    height: 42px;
    justify-content: center;
    width: 42px;
}

.gdprq-outcome-list strong {
    color: var(--gdprq-ink);
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    margin-bottom: 3px;
}

.gdprq-outcome-list span {
    color: var(--gdprq-muted);
    font-size: 14px;
    line-height: 1.55;
}

.gdprq-outcome-note {
    color: var(--gdprq-muted);
    font-size: 13px;
    line-height: 1.6;
    margin: 24px 0 0;
    text-align: center;
}

.gdprq-pricing-row {
    justify-content: center;
}

.gdprq-price {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 15px 45px rgba(23, 35, 60, 0.12);
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.gdprq-price .pricing-head {
    background: var(--gdprq-soft);
    padding: 34px 28px 28px;
}

.gdprq-price .pricing-head h3 {
    color: var(--gdprq-ink);
    font-size: 44px;
    line-height: 1;
    margin-bottom: 18px;
}

.gdprq-price .pricing-head span {
    color: var(--gdprq-muted);
    display: block;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
}

.gdprq-price-featured .pricing-head {
    background: linear-gradient(135deg, var(--gdprq-ink), var(--gdprq-blue));
}

.gdprq-price-featured .pricing-head h3,
.gdprq-price-featured .pricing-head span {
    color: #fff;
}

.gdprq-price .pricing-list {
    flex: 1;
    margin: 0;
    min-height: 220px;
    padding: 28px 28px 18px;
}

.gdprq-price-summary {
    border-bottom: 1px solid #edf2f6;
    color: var(--gdprq-muted);
    font-size: 14px;
    line-height: 1.65;
    margin: 0;
    padding: 20px 28px;
}

.gdprq-price .pricing-list li {
    color: var(--gdprq-muted);
    font-size: 16px;
    line-height: 25px;
    list-style: none;
    margin-bottom: 12px;
    padding-left: 30px;
    position: relative;
}

.gdprq-price .pricing-list li:before {
    align-items: center;
    background: rgba(0, 168, 137, 0.12);
    border-radius: 999px;
    color: var(--gdprq-teal);
    content: "\f00c";
    display: inline-flex;
    font-family: "Font Awesome 5 Free";
    font-size: 10px;
    font-weight: 900;
    height: 20px;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 2px;
    width: 20px;
}

.gdprq-price .pricing-footer {
    padding: 0 28px 34px;
}

.gdprq-price .pricing-footer .default-btn {
    justify-content: center;
    margin: 0;
    min-width: 190px;
}

.gdprq-price-featured {
    transform: translateY(-8px);
}

.gdprq-price-featured .price-tag {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2;
}

.gdprq-price-featured .price-tag span {
    background: var(--gdprq-teal);
    color: #fff;
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.5px;
    padding: 8px 13px;
    text-transform: uppercase;
}

.gdprq-price-featured .pricing-head {
    padding-top: 48px;
}

.gdprq-legal-note {
    max-width: 760px;
    margin: 28px auto 0;
    text-align: center;
    font-size: 14px;
    line-height: 23px;
}

.testimonial-carosel-2 .testi-item {
    border-radius: 8px;
}

.testi-item-inner .testi-thumb img {
    object-fit: cover;
}

.gdprq-faq-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.gdprq-faq-item {
    background: #fff;
    border: 1px solid #e7edf2;
    border-radius: 8px;
    padding: 28px;
    min-height: 190px;
}

.gdprq-faq-item h3 {
    font-size: 20px;
    margin-bottom: 12px;
}

.gdprq-final-cta {
    background: var(--gdprq-soft);
}

.gdprq-final-cta img {
    max-height: 320px;
    width: auto;
    margin: 0 auto;
    display: block;
}

.gdprq-contact-card {
    background: #fff;
    border: 1px solid #e7edf2;
    border-radius: 8px;
    box-shadow: 0 15px 45px rgba(23, 35, 60, 0.1);
    padding: 34px;
}

.gdprq-auth-card {
    max-width: 560px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #e7edf2;
    border-radius: 8px;
    box-shadow: 0 15px 45px rgba(23, 35, 60, 0.1);
    padding: 36px;
}

.gdprq-auth-card label {
    color: var(--gdprq-ink);
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}

.gdprq-auth-card .form-control {
    border: 1px solid #dbe4eb;
    border-radius: 6px;
    min-height: 48px;
}

.gdprq-auth-card .form-control:focus {
    border-color: var(--gdprq-blue);
    box-shadow: 0 0 0 3px rgba(35, 87, 216, 0.1);
}

.gdprq-auth-note {
    border-top: 1px solid #e7edf2;
    font-size: 14px;
    line-height: 23px;
    margin: 26px 0 0;
    padding-top: 18px;
}

.gdprq-login-hero {
    background:
        linear-gradient(90deg, rgba(13, 28, 54, 0.94) 0%, rgba(13, 28, 54, 0.84) 50%, rgba(35, 87, 216, 0.74) 100%),
        url("../img/gdprquick/bg.jpg") center center / cover no-repeat;
    padding: 150px 0 86px;
}

.gdprq-login-grid {
    align-items: center;
    display: grid;
    gap: 54px;
    grid-template-columns: minmax(0, 1fr) 480px;
}

.gdprq-login-copy h1 {
    color: #fff;
    font-size: 52px;
    line-height: 1.08;
    margin-bottom: 22px;
    max-width: 780px;
}

.gdprq-login-copy p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
    line-height: 30px;
    max-width: 680px;
}

.gdprq-login-copy ul {
    display: grid;
    gap: 12px;
    margin: 28px 0 0;
    padding: 0;
}

.gdprq-login-copy li {
    align-items: center;
    color: #fff;
    display: flex;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    gap: 10px;
    list-style: none;
}

.gdprq-login-copy li i {
    align-items: center;
    background: var(--gdprq-teal);
    border-radius: 999px;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 12px;
    height: 24px;
    justify-content: center;
    width: 24px;
}

.gdprq-login-card {
    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.26);
    margin: 0;
    max-width: none;
}

.gdprq-auth-card-head {
    border-bottom: 1px solid #edf2f6;
    margin-bottom: 22px;
    padding-bottom: 18px;
}

.gdprq-auth-card-head span {
    color: var(--gdprq-teal);
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.gdprq-auth-card-head h2 {
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 6px;
}

.gdprq-auth-card-head p {
    margin: 0;
}

.gdprq-login-submit {
    justify-content: center;
    margin: 4px 0 0;
    width: 100%;
}

.gdprq-auth-links {
    border-top: 1px solid #edf2f6;
    margin-top: 24px;
    padding-top: 18px;
}

.gdprq-auth-links p {
    color: var(--gdprq-muted);
    font-size: 14px;
    line-height: 22px;
    margin: 0;
}

.gdprq-auth-links p + p {
    margin-top: 8px;
}

.gdprq-auth-links a {
    color: var(--gdprq-blue);
    font-family: "Poppins", sans-serif;
    font-weight: 700;
}

.gdprq-alert-info {
    background: #eef5ff;
    border-color: #bcd7ff;
    color: #2357d8;
}

.gdprq-register-hero {
    background:
        linear-gradient(90deg, rgba(13, 28, 54, 0.93) 0%, rgba(13, 28, 54, 0.82) 48%, rgba(35, 87, 216, 0.72) 100%),
        url("../img/gdprquick/bg.jpg") center center / cover no-repeat;
    padding: 150px 0 74px;
}

.gdprq-simple-page {
    background: #f6f8fb;
    padding: 150px 0 80px;
}

.gdprq-simple-page .container {
    background: #fff;
    border: 1px solid #e3eaf1;
    border-radius: 8px;
    box-shadow: 0 18px 45px rgba(23, 35, 60, 0.08);
    max-width: 860px;
    padding: 44px;
}

.gdprq-simple-page h1 {
    color: var(--gdprq-ink);
    font-size: 42px;
    line-height: 1.16;
    margin-bottom: 20px;
}

.gdprq-simple-page p {
    color: var(--gdprq-muted);
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 16px;
}

.gdprq-site-privacy-embed {
    margin-top: 26px;
}

.gdprq-site-privacy-embed .gdprquick-embed {
    margin-bottom: 0;
}

.gdprq-terms-legal-page .container {
    max-width: 960px;
}

.gdprq-terms-intro {
    border-bottom: 1px solid #e3eaf1;
    margin-bottom: 28px !important;
    padding-bottom: 22px;
}

.gdprq-terms-legal-page article {
    border-bottom: 1px solid #edf2f6;
    padding: 20px 0 18px;
}

.gdprq-terms-legal-page article:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.gdprq-terms-legal-page h2 {
    color: var(--gdprq-ink);
    font-size: 21px;
    line-height: 1.32;
    margin-bottom: 10px;
}

.gdprq-terms-legal-page article p:last-child {
    margin-bottom: 0;
}

.gdprq-register-grid {
    align-items: center;
    display: grid;
    gap: 48px;
    grid-template-columns: minmax(0, 1fr) 480px;
}

.gdprq-register-copy h1 {
    color: #fff;
    font-size: 52px;
    line-height: 1.08;
    margin-bottom: 22px;
    max-width: 760px;
}

.gdprq-register-copy p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
    line-height: 30px;
    max-width: 690px;
}

.gdprq-register-copy ul {
    display: grid;
    gap: 12px;
    margin: 28px 0 0;
    padding: 0;
}

.gdprq-register-copy li {
    align-items: center;
    color: #fff;
    display: flex;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    gap: 10px;
    list-style: none;
}

.gdprq-register-copy li i {
    align-items: center;
    background: var(--gdprq-teal);
    border-radius: 999px;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 12px;
    height: 24px;
    justify-content: center;
    width: 24px;
}

.gdprq-register-card {
    background: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.26);
    padding: 34px;
}

.gdprq-register-card-head {
    border-bottom: 1px solid #edf2f6;
    margin-bottom: 22px;
    padding-bottom: 18px;
}

.gdprq-register-card-head span {
    color: var(--gdprq-teal);
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.gdprq-register-card-head h2 {
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 6px;
}

.gdprq-register-card-head p {
    margin: 0;
}

.gdprq-register-card label {
    color: var(--gdprq-ink);
    font-family: "Poppins", sans-serif;
    font-weight: 700;
}

.gdprq-register-card .form-control {
    border: 1px solid #dbe4eb;
    border-radius: 6px;
    min-height: 48px;
}

.gdprq-register-card .form-control:focus {
    border-color: var(--gdprq-blue);
    box-shadow: 0 0 0 3px rgba(35, 87, 216, 0.1);
}

.gdprq-consent-check {
    align-items: flex-start;
    display: flex;
    gap: 10px;
    margin: 4px 0 20px;
}

.gdprq-consent-check input {
    flex: 0 0 auto;
    margin-top: 4px;
}

.gdprq-consent-check span {
    color: var(--gdprq-muted);
    font-family: inherit;
    font-size: 13px;
    font-weight: 600;
    line-height: 21px;
}

.gdprq-register-submit {
    justify-content: center;
    margin: 0;
    width: 100%;
}

.gdprq-register-proof {
    background: #f6f8fb;
}

.gdprq-proof-grid {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gdprq-proof-grid article {
    background: #fff;
    border: 1px solid #e7edf2;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(23, 35, 60, 0.08);
    min-height: 220px;
    padding: 28px;
}

.gdprq-proof-grid i {
    align-items: center;
    background: rgba(35, 87, 216, 0.1);
    border-radius: 8px;
    color: var(--gdprq-blue);
    display: inline-flex;
    font-size: 22px;
    height: 48px;
    justify-content: center;
    margin-bottom: 18px;
    width: 48px;
}

.gdprq-proof-grid h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.gdprq-proof-grid p {
    margin: 0;
}

.gdprq-contact-card label {
    color: var(--gdprq-ink);
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}

.gdprq-contact-card .form-control {
    border: 1px solid #dbe4eb;
    border-radius: 6px;
    min-height: 48px;
}

.gdprq-contact-card textarea.form-control {
    min-height: 150px;
}

.gdprq-alert {
    border-radius: 6px;
    font-weight: 600;
    margin-bottom: 22px;
    padding: 14px 16px;
}

.gdprq-alert-success {
    background: rgba(0, 168, 137, 0.1);
    color: #08735f;
}

.gdprq-alert-error {
    background: rgba(244, 34, 103, 0.1);
    color: #a70f42;
}

.gdprq-completion-toast {
    align-items: center;
    background: rgba(15, 23, 42, 0.36);
    display: flex;
    inset: 0;
    justify-content: center;
    padding: 24px;
    position: fixed;
    z-index: 1005;
}

.gdprq-completion-toast-card {
    align-items: flex-start;
    background: #fff;
    border: 1px solid #dfe8f0;
    border-left: 5px solid var(--gdprq-teal);
    border-radius: 8px;
    box-shadow: 0 24px 70px rgba(17, 24, 39, 0.18);
    display: grid;
    gap: 18px;
    grid-template-columns: 54px minmax(0, 1fr);
    max-width: 720px;
    padding: 24px;
    width: min(100%, 720px);
}

.gdprq-completion-icon {
    align-items: center;
    background: rgba(0, 168, 137, 0.12);
    border-radius: 999px;
    color: #08735f;
    display: flex;
    font-size: 20px;
    height: 54px;
    justify-content: center;
    width: 54px;
}

.gdprq-completion-toast-card span {
    color: var(--gdprq-teal);
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.gdprq-completion-toast-card h2 {
    font-size: 25px;
    line-height: 1.25;
    margin-bottom: 8px;
}

.gdprq-completion-toast-card p {
    color: var(--gdprq-muted);
    font-size: 15px;
    line-height: 1.65;
    margin-bottom: 18px;
}

.gdprq-completion-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 12px 16px;
}

.gdprq-completion-actions .default-btn {
    margin: 0;
}

.gdprq-completion-secondary {
    color: var(--gdprq-muted);
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 800;
}

.gdprq-completion-secondary:hover {
    color: var(--gdprq-blue);
}

.gdprq-app-shell {
    background: #f7f9fc;
}

.gdprq-app-shell.padding {
    padding-top: 54px;
}

.gdprq-app-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 28px;
}

.gdprq-toolbar-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.gdprq-light-btn {
    background: #fff;
    border: 1px solid #dbe4eb;
    color: var(--gdprq-ink);
    box-shadow: none;
}

.gdprq-light-btn:hover {
    background: #fff;
    color: var(--gdprq-blue);
}

.gdprq-app-toolbar h2 {
    font-size: 34px;
    margin: 0;
}

.gdprq-app-toolbar h1 {
    color: var(--gdprq-ink);
    font-size: 34px;
    line-height: 1.18;
    margin: 0 0 8px;
}

.gdprq-app-toolbar p {
    margin: 0;
    max-width: 720px;
}

.gdprq-wizard-hero {
    align-items: flex-start;
    background: linear-gradient(135deg, #3478f6 0%, #4d38df 100%);
    border-radius: 0;
    color: #fff;
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(0, 1fr) auto;
    margin: -34px -34px 24px;
    padding: 30px 40px;
}

.gdprq-wizard-hero span {
    color: rgba(255, 255, 255, 0.86);
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 10px;
}

.gdprq-wizard-hero h1 {
    color: #fff;
    font-size: 34px;
    line-height: 1.1;
    margin: 0 0 12px;
}

.gdprq-wizard-hero p {
    color: rgba(255, 255, 255, 0.92);
    font-size: 15px;
    line-height: 23px;
    margin: 0;
    max-width: 900px;
}

.gdprq-hero-btn {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.42);
    box-shadow: none;
    color: #fff;
    margin-top: 10px;
}

.gdprq-hero-btn:hover {
    background: #fff;
    color: var(--gdprq-blue);
}

.gdprq-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
    margin-top: 10px;
}

.gdprq-hero-actions .gdprq-hero-btn {
    margin-top: 0;
}

.gdprq-reference-btn {
    background: #fff;
    color: var(--gdprq-blue);
}

.gdprq-reference-btn i {
    margin-right: 7px;
}

.gdprq-reference-btn:hover {
    background: rgba(255, 255, 255, 0.92);
    color: var(--gdprq-ink);
}

.gdprq-kicker-dark {
    color: var(--gdprq-teal);
    display: block;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    margin-bottom: 8px;
}

.gdprq-resource-section {
    background: #fff;
}

.gdprq-resource-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gdprq-resource-grid a {
    background: #fff;
    border: 1px solid #e4ebf2;
    border-radius: 8px;
    box-shadow: 0 16px 34px rgba(23, 35, 60, 0.07);
    display: block;
    min-height: 210px;
    padding: 24px;
    transition: all 0.2s ease;
}

.gdprq-resource-grid a:hover {
    border-color: rgba(35, 87, 216, 0.35);
    box-shadow: 0 20px 44px rgba(23, 35, 60, 0.11);
    transform: translateY(-3px);
}

.gdprq-resource-grid span {
    color: var(--gdprq-teal);
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.gdprq-resource-grid strong {
    color: var(--gdprq-ink);
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 12px;
}

.gdprq-resource-grid em {
    color: var(--gdprq-muted);
    display: block;
    font-style: normal;
    line-height: 26px;
}

.gdprq-seo-page {
    background: #f5f8fb;
}

.gdprq-seo-page .container {
    align-items: start;
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(0, 1fr) 340px;
}

.gdprq-seo-content,
.gdprq-seo-faq {
    background: #fff;
    border: 1px solid #e4ebf2;
    border-radius: 8px;
    box-shadow: 0 18px 45px rgba(23, 35, 60, 0.08);
    padding: 34px;
}

.gdprq-seo-content h2,
.gdprq-seo-faq h2 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 14px;
}

.gdprq-seo-content p,
.gdprq-seo-faq p {
    font-size: 16px;
    line-height: 28px;
}

.gdprq-seo-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 28px 0;
}

.gdprq-seo-grid section {
    background: #f8fbfd;
    border: 1px solid #e4ebf2;
    border-radius: 8px;
    padding: 20px;
}

.gdprq-seo-grid h3 {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 8px;
}

.gdprq-seo-grid p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
}

.gdprq-seo-cta {
    background: linear-gradient(135deg, #2357d8 0%, #4e3cea 100%);
    border-radius: 8px;
    margin-top: 30px;
    padding: 28px;
}

.gdprq-seo-cta h2,
.gdprq-seo-cta p {
    color: #fff;
}

.gdprq-seo-faq {
    position: sticky;
    top: 110px;
}

.gdprq-seo-faq article {
    border-top: 1px solid #edf2f6;
    margin-top: 18px;
    padding-top: 18px;
}

.gdprq-seo-faq h3 {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 8px;
}

.gdprq-seo-faq p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
}

.gdprq-legal-content {
    background: #fff;
    border: 1px solid #e4ebf2;
    border-radius: 8px;
    box-shadow: 0 18px 45px rgba(23, 35, 60, 0.08);
    margin: 0 auto;
    max-width: 920px;
    padding: 38px;
}

.gdprq-legal-content h2 {
    font-size: 26px;
    margin: 28px 0 12px;
}

.gdprq-legal-content h2:first-child {
    margin-top: 0;
}

.gdprq-legal-content p {
    font-size: 16px;
    line-height: 28px;
}

.gdprq-story-section {
    background: #f5f8fb;
}

.gdprq-story-card {
    background: #fff;
    border: 1px solid #e4ebf2;
    border-radius: 8px;
    box-shadow: 0 18px 45px rgba(23, 35, 60, 0.08);
    margin: 0 auto;
    max-width: 1060px;
    padding: 42px;
}

.gdprq-story-card p {
    color: var(--gdprq-muted);
    font-size: 17px;
    line-height: 31px;
    margin-bottom: 18px;
}

.gdprq-story-card h2 {
    font-size: 32px;
    line-height: 1.22;
    margin: 34px 0 16px;
}

.gdprq-story-intro {
    align-items: start;
    display: grid;
    gap: 38px;
    grid-template-columns: minmax(0, 1fr) 300px;
    margin-bottom: 18px;
}

.gdprq-story-intro figure {
    margin: 0;
}

.gdprq-story-intro img {
    background: #f1f5f9;
    border-radius: 8px;
    box-shadow: 0 16px 38px rgba(23, 35, 60, 0.12);
    display: block;
    width: 100%;
}

.gdprq-story-intro figcaption {
    color: var(--gdprq-muted);
    font-size: 13px;
    line-height: 20px;
    margin-top: 10px;
    text-align: center;
}

.gdprq-story-card blockquote {
    background: #f8fbfd;
    border-left: 4px solid var(--gdprq-teal);
    margin: 30px 0;
    padding: 26px 28px;
}

.gdprq-story-card blockquote p {
    color: var(--gdprq-ink);
    font-style: italic;
}

.gdprq-story-card blockquote p:last-child {
    margin-bottom: 0;
}

.gdprq-story-quotes {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 26px 0;
}

.gdprq-story-quotes p {
    background: #f8fbfd;
    border: 1px solid #e4ebf2;
    border-radius: 8px;
    color: var(--gdprq-ink);
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    margin: 0;
    padding: 18px;
}

.gdprq-story-signoff {
    color: var(--gdprq-ink) !important;
    margin-top: 28px;
}

.gdprq-story-cta {
    align-items: center;
    background: linear-gradient(135deg, #2357d8 0%, #4e3cea 100%);
    border-radius: 8px;
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1fr) auto;
    margin-top: 34px;
    padding: 30px;
}

.gdprq-story-cta h2,
.gdprq-story-cta p {
    color: #fff;
    margin-bottom: 0;
}

.gdprq-story-cta h2 {
    font-size: 28px;
}

.gdprq-story-testimonials {
    margin: 52px auto 0;
    max-width: 1060px;
}

.gdprq-story-testimonials .gdprq-proof-grid article {
    min-height: 0;
}

.gdprq-story-testimonials h3 {
    font-size: 17px;
    margin-bottom: 4px;
}

.gdprq-story-testimonials span {
    color: var(--gdprq-muted);
    display: block;
    font-size: 13px;
}

.gdprq-risk-section {
    background: #f5f8fb;
}

.gdprq-risk-layout {
    align-items: start;
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(0, 1fr) 360px;
}

.gdprq-risk-panel,
.gdprq-risk-result {
    background: #fff;
    border: 1px solid #e4ebf2;
    border-radius: 8px;
    box-shadow: 0 18px 45px rgba(23, 35, 60, 0.08);
    padding: 34px;
}

.gdprq-risk-panel h2 {
    font-size: 34px;
    line-height: 1.2;
    margin-bottom: 14px;
}

.gdprq-risk-panel > p {
    font-size: 16px;
    line-height: 28px;
}

.gdprq-risk-form {
    display: grid;
    gap: 16px;
    margin-top: 28px;
}

.gdprq-risk-question {
    border: 1px solid #e4ebf2;
    border-radius: 8px;
    margin: 0;
    padding: 22px;
}

.gdprq-risk-question legend {
    align-items: center;
    color: var(--gdprq-ink);
    display: flex;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 800;
    gap: 12px;
    line-height: 1.35;
    margin-bottom: 10px;
    width: 100%;
}

.gdprq-risk-question legend span {
    align-items: center;
    background: rgba(35, 87, 216, 0.1);
    border-radius: 6px;
    color: var(--gdprq-blue);
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 15px;
    height: 34px;
    justify-content: center;
    width: 34px;
}

.gdprq-risk-question p {
    color: var(--gdprq-muted);
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 18px;
}

.gdprq-risk-choices {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.gdprq-risk-choices label {
    cursor: pointer;
    margin: 0;
}

.gdprq-risk-choices input {
    height: 1px;
    opacity: 0;
    position: absolute;
    width: 1px;
}

.gdprq-risk-choices span {
    align-items: center;
    background: #fff;
    border: 1px solid #d9e4ee;
    border-radius: 6px;
    color: var(--gdprq-ink);
    display: inline-flex;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 800;
    justify-content: center;
    min-width: 88px;
    padding: 12px 18px;
    text-transform: uppercase;
}

.gdprq-risk-choices input:checked + span {
    background: var(--gdprq-blue);
    border-color: var(--gdprq-blue);
    color: #fff;
    box-shadow: 0 10px 24px rgba(35, 87, 216, 0.22);
}

.gdprq-risk-result {
    position: sticky;
    top: 108px;
}

.gdprq-risk-result > span {
    color: var(--gdprq-teal);
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.gdprq-risk-result strong {
    color: var(--gdprq-blue);
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 72px;
    line-height: 1;
    margin-bottom: 18px;
}

.gdprq-risk-meter {
    background: #e8eef5;
    border-radius: 999px;
    height: 10px;
    margin-bottom: 24px;
    overflow: hidden;
}

.gdprq-risk-meter i {
    background: linear-gradient(90deg, var(--gdprq-teal), var(--gdprq-blue));
    display: block;
    height: 100%;
    transition: width 0.2s ease;
    width: 0;
}

.gdprq-risk-result h2 {
    font-size: 25px;
    line-height: 1.25;
    margin-bottom: 12px;
}

.gdprq-risk-result p {
    font-size: 15px;
    line-height: 26px;
}

.gdprq-risk-result .default-btn {
    justify-content: center;
    margin: 10px 0 18px;
    width: 100%;
}

.gdprq-risk-result small {
    color: var(--gdprq-muted);
    display: block;
    font-size: 12px;
    line-height: 20px;
}

.gdprq-cookie-banner {
    align-items: center;
    background: #fff;
    border: 1px solid #dce6f0;
    border-radius: 8px;
    bottom: 22px;
    box-shadow: 0 18px 50px rgba(23, 35, 60, 0.18);
    display: grid;
    gap: 22px;
    grid-template-columns: minmax(0, 1fr) auto;
    left: 22px;
    max-width: 980px;
    padding: 20px;
    position: fixed;
    right: 22px;
    z-index: 9999;
}

.gdprq-cookie-banner[hidden] {
    display: none;
}

.gdprq-cookie-banner strong {
    color: var(--gdprq-ink);
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    margin-bottom: 6px;
}

.gdprq-cookie-banner p {
    font-size: 14px;
    line-height: 22px;
    margin: 0;
}

.gdprq-cookie-banner nav {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
}

.gdprq-cookie-banner nav a {
    color: var(--gdprq-blue);
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 700;
}

.gdprq-cookie-btn {
    background: var(--gdprq-blue);
    border: 1px solid var(--gdprq-blue);
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 700;
    padding: 12px 16px;
    text-transform: uppercase;
}

.gdprq-cookie-btn-light {
    background: #fff;
    color: var(--gdprq-ink);
}

.gdprq-stat-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 18px;
    margin-bottom: 32px;
}

.gdprq-welcome-stats {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-bottom: 28px;
}

.gdprq-welcome-stat {
    align-items: flex-start;
    background: #fff;
    border: 1px solid #e7edf2;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(23, 35, 60, 0.08);
    display: grid;
    gap: 18px;
    grid-template-columns: 74px 1fr;
    min-height: 156px;
    padding: 22px;
}

.gdprq-stat-icon {
    align-items: center;
    border-radius: 6px;
    box-shadow: 0 12px 24px rgba(23, 35, 60, 0.14);
    color: #fff;
    display: inline-flex;
    font-size: 26px;
    height: 64px;
    justify-content: center;
    width: 64px;
}

.gdprq-stat-icon-blue {
    background: var(--gdprq-blue);
}

.gdprq-stat-icon-amber {
    background: var(--gdprq-amber);
}

.gdprq-stat-icon-cyan {
    background: #2ab7df;
}

.gdprq-welcome-stat span {
    color: #8b99a8;
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.gdprq-welcome-stat strong {
    color: var(--gdprq-ink);
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 14px;
}

.gdprq-welcome-stat p {
    font-size: 14px;
    line-height: 22px;
    margin: 12px 0 0;
}

.gdprq-track-muted span {
    background: #5e6874;
}

.gdprq-stat-card,
.gdprq-panel,
.gdprq-question-card {
    background: #fff;
    border: 1px solid #e7edf2;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(23, 35, 60, 0.08);
}

.gdprq-terms-backdrop {
    background: linear-gradient(180deg, rgba(23, 35, 60, 0.08), rgba(23, 35, 60, 0.02));
}

.gdprq-terms-card {
    background: #fff;
    border: 1px solid #dbe4eb;
    border-radius: 8px;
    box-shadow: 0 24px 70px rgba(23, 35, 60, 0.18);
    margin: 24px auto;
    max-width: 760px;
    overflow: hidden;
}

.gdprq-terms-card header {
    border-bottom: 1px solid #e7edf2;
    padding: 28px 32px 20px;
}

.gdprq-terms-card h1 {
    color: var(--gdprq-blue);
    font-size: 30px;
    margin-bottom: 14px;
}

.gdprq-terms-card header p {
    color: var(--gdprq-ink);
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    margin: 0;
}

.gdprq-terms-list {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 24px 32px;
}

.gdprq-terms-list li {
    display: grid;
    gap: 12px;
    grid-template-columns: 30px 1fr;
    list-style: none;
}

.gdprq-terms-list span {
    align-items: center;
    background: var(--gdprq-blue);
    border-radius: 4px;
    color: #fff;
    display: flex;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 700;
    height: 30px;
    justify-content: center;
    line-height: 1;
    width: 30px;
}

.gdprq-terms-list p {
    color: var(--gdprq-ink);
    font-size: 15px;
    line-height: 22px;
    margin: 0;
}

.gdprq-terms-note {
    border-top: 1px solid #e7edf2;
    margin: 0 32px;
    padding: 20px 0;
    text-align: center;
}

.gdprq-terms-note p {
    color: var(--gdprq-ink);
    margin-bottom: 10px;
}

.gdprq-terms-actions {
    align-items: center;
    background: #f8fbfd;
    border-top: 1px solid #e7edf2;
    display: flex;
    justify-content: space-between;
    padding: 24px 32px;
}

.gdprq-terms-actions .default-btn {
    margin: 0;
}

.gdprq-decline-btn {
    background: #fff;
    border: 2px solid #ff2f67;
    box-shadow: none;
    color: #ff2f67;
}

.gdprq-decline-btn:hover {
    background: #ff2f67;
    color: #fff;
}

.gdprq-stat-card {
    padding: 24px;
}

.gdprq-stat-card span {
    color: var(--gdprq-blue);
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 14px;
}

.gdprq-stat-card h3,
.gdprq-panel h3,
.gdprq-question-card h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.gdprq-stat-card p {
    margin: 0;
}

.gdprq-stat-card-wide span {
    color: var(--gdprq-teal);
}

.gdprq-panel {
    padding: 26px;
}

.gdprq-welcome-panel {
    align-items: center;
    display: grid;
    gap: 34px;
    grid-template-columns: minmax(0, 1fr) 280px;
    margin-bottom: 28px;
    padding: 36px;
}

.gdprq-welcome-copy h1 {
    font-size: 38px;
    line-height: 1.15;
    margin-bottom: 20px;
}

.gdprq-welcome-copy h2,
.gdprq-welcome-guide h2 {
    font-size: 24px;
    margin: 28px 0 12px;
}

.gdprq-welcome-copy p,
.gdprq-welcome-guide p {
    color: var(--gdprq-ink);
    font-size: 16px;
    line-height: 27px;
    max-width: 760px;
}

.gdprq-welcome-visual {
    align-items: center;
    color: var(--gdprq-blue);
    display: flex;
    font-size: 170px;
    justify-content: center;
}

.gdprq-welcome-guide {
    padding: 34px;
}

.gdprq-welcome-guide h2:first-child {
    margin-top: 0;
}

.gdprq-welcome-guide h3 {
    color: var(--gdprq-blue);
    font-size: 19px;
    margin: 24px 0 8px;
}

.gdprq-dashboard-focus {
    align-items: stretch;
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(0, 1fr) 320px;
    margin-bottom: 28px;
    padding: 34px;
}

.gdprq-dashboard-focus h1 {
    color: var(--gdprq-ink);
    font-size: 38px;
    line-height: 1.14;
    margin-bottom: 16px;
    max-width: 760px;
}

.gdprq-dashboard-focus p {
    color: var(--gdprq-ink);
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 0;
    max-width: 760px;
}

.gdprq-dashboard-focus p strong {
    color: var(--gdprq-blue);
}

.gdprq-dashboard-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.gdprq-dashboard-actions .default-btn {
    margin: 0;
}

.gdprq-next-card {
    background: #f6f9fc;
    border: 1px solid #dfe8f0;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 210px;
    padding: 24px;
}

.gdprq-next-card span {
    color: var(--gdprq-teal);
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 900;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.gdprq-next-card strong {
    color: var(--gdprq-ink);
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 18px;
}

.gdprq-next-card p {
    color: var(--gdprq-muted);
    font-size: 13px;
    line-height: 1.55;
    margin-top: 14px;
}

.gdprq-dashboard-guide {
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 4px 0 0;
}

.gdprq-dashboard-guide h2 {
    font-size: 24px;
    margin-bottom: 8px;
}

.gdprq-dashboard-guide > div > p {
    color: var(--gdprq-muted);
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 22px;
}

.gdprq-guide-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gdprq-guide-grid section {
    background: #fff;
    border: 1px solid #e3eaf1;
    border-radius: 8px;
    padding: 22px;
}

.gdprq-guide-grid i {
    align-items: center;
    background: rgba(35, 87, 216, 0.1);
    border-radius: 8px;
    color: var(--gdprq-blue);
    display: flex;
    height: 38px;
    justify-content: center;
    margin-bottom: 16px;
    width: 38px;
}

.gdprq-guide-grid h3 {
    color: var(--gdprq-ink);
    font-size: 17px;
    margin-bottom: 8px;
}

.gdprq-guide-grid p {
    color: var(--gdprq-muted);
    font-size: 14px;
    line-height: 1.65;
    margin: 0;
}

.gdprq-onboarding-panel {
    border-left: 4px solid var(--gdprq-teal);
    margin-bottom: 28px;
}

.gdprq-onboarding-panel h2 {
    font-size: 26px;
    margin-bottom: 12px;
}

.gdprq-onboarding-panel ol {
    display: grid;
    gap: 12px;
    margin: 22px 0;
    padding: 0;
}

.gdprq-onboarding-panel li {
    align-items: flex-start;
    background: #f8fbfd;
    border: 1px solid #e7edf2;
    border-radius: 6px;
    counter-increment: onboarding;
    display: grid;
    gap: 4px 12px;
    grid-template-columns: 34px 1fr;
    list-style: none;
    padding: 14px;
}

.gdprq-onboarding-panel li::before {
    align-items: center;
    background: rgba(35, 87, 216, 0.1);
    border-radius: 6px;
    color: var(--gdprq-blue);
    content: counter(onboarding);
    display: flex;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    height: 30px;
    justify-content: center;
    width: 30px;
}

.gdprq-onboarding-panel li strong {
    color: var(--gdprq-ink);
    display: block;
    font-family: "Poppins", sans-serif;
}

.gdprq-onboarding-panel li span {
    color: var(--gdprq-muted);
    grid-column: 2;
}

.gdprq-onboarding-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.gdprq-onboarding-actions .default-btn {
    margin: 0;
}

.gdprq-documentation-warning {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(245, 182, 66, 0.42);
    border-left: 4px solid var(--gdprq-amber);
    border-radius: 8px;
    box-shadow: 0 14px 38px rgba(23, 35, 60, 0.08);
    display: grid;
    gap: 20px;
    grid-template-columns: minmax(0, 1fr) minmax(240px, auto);
    margin-bottom: 24px;
    padding: 24px;
}

.gdprq-dashboard-warning {
    margin-top: -4px;
}

.gdprq-documentation-warning span {
    color: #9a6400;
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 900;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.gdprq-documentation-warning h2 {
    font-size: 23px;
    line-height: 1.25;
    margin-bottom: 8px;
}

.gdprq-documentation-warning p {
    color: var(--gdprq-ink);
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
}

.gdprq-documentation-warning ul {
    display: grid;
    gap: 8px;
    margin: 0 0 16px;
    padding: 0;
}

.gdprq-documentation-warning li {
    align-items: center;
    color: var(--gdprq-ink);
    display: flex;
    font-size: 13px;
    font-weight: 700;
    gap: 8px;
    list-style: none;
}

.gdprq-documentation-warning li::before {
    background: var(--gdprq-amber);
    border-radius: 999px;
    content: "";
    flex: 0 0 auto;
    height: 8px;
    width: 8px;
}

.gdprq-panel-heading {
    align-items: center;
    border-bottom: 1px solid #e7edf2;
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
    padding-bottom: 14px;
}

.gdprq-panel-heading h3 {
    margin: 0;
}

.gdprq-section-row {
    align-items: center;
    border-bottom: 1px solid #edf2f6;
    color: var(--gdprq-muted);
    display: grid;
    gap: 14px;
    grid-template-columns: 42px 1fr auto;
    padding: 13px 0;
}

.gdprq-section-row:last-child {
    border-bottom: 0;
}

.gdprq-section-row span,
.gdprq-side-nav span {
    background: rgba(35, 87, 216, 0.1);
    border-radius: 6px;
    color: var(--gdprq-blue);
    display: inline-block;
    font-weight: 700;
    min-width: 34px;
    padding: 3px 8px;
    text-align: center;
}

.gdprq-section-row strong {
    color: var(--gdprq-ink);
}

.gdprq-section-row em {
    font-style: normal;
}

.gdprq-form-list article {
    border-bottom: 1px solid #edf2f6;
    padding: 0 0 14px;
    margin-bottom: 14px;
}

.gdprq-form-list article:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.gdprq-form-list h4 {
    font-size: 17px;
    margin-bottom: 6px;
}

.gdprq-form-list p {
    font-size: 14px;
    line-height: 22px;
    margin: 0;
}

.gdprq-task-list article,
.gdprq-document-list article {
    border-bottom: 1px solid #edf2f6;
    padding: 18px 0;
}

.gdprq-task-list article:first-child,
.gdprq-document-list article:first-child {
    padding-top: 0;
}

.gdprq-task-list article:last-child,
.gdprq-document-list article:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.gdprq-task-list article span {
    color: var(--gdprq-teal);
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.gdprq-task-list h4,
.gdprq-document-list h4 {
    font-size: 18px;
    margin-bottom: 6px;
}

.gdprq-task-list p,
.gdprq-document-list p {
    margin-bottom: 10px;
}

.gdprq-task-list article a {
    font-weight: 700;
}

.gdprq-document-list article {
    align-items: center;
    display: grid;
    gap: 18px;
    grid-template-columns: 42px minmax(0, 1fr) auto;
}

.gdprq-document-list article > i {
    align-items: center;
    background: rgba(35, 87, 216, 0.1);
    border-radius: 8px;
    color: var(--gdprq-blue);
    display: inline-flex;
    font-size: 18px;
    height: 42px;
    justify-content: center;
    width: 42px;
}

.gdprq-document-list article small {
    color: #8b99a8;
    display: block;
    font-size: 13px;
    font-weight: 700;
    margin-top: 8px;
}

.gdprq-document-list article.gdprq-document-locked {
    opacity: 0.78;
}

.gdprq-document-list article.gdprq-document-locked > i {
    background: #eef2f6;
    color: #8b99a8;
}

.gdprq-locked-pill {
    align-items: center;
    background: #eef2f6;
    border-radius: 6px;
    color: #6b7786;
    display: inline-flex;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 700;
    min-height: 40px;
    padding: 10px 14px;
}

.gdprq-library-status {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-bottom: 24px;
}

.gdprq-library-status article {
    background: #fff;
    border: 1px solid #e3eaf1;
    border-radius: 8px;
    box-shadow: 0 10px 28px rgba(23, 35, 60, 0.06);
    padding: 18px;
}

.gdprq-library-status span {
    color: var(--gdprq-teal);
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 900;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.gdprq-library-status strong {
    color: var(--gdprq-ink);
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 6px;
}

.gdprq-library-status p {
    color: var(--gdprq-muted);
    font-size: 13px;
    line-height: 20px;
    margin: 0;
}

.gdprq-document-spotlight {
    margin-bottom: 28px;
}

.gdprq-statement-card {
    align-items: center;
    background: #fff;
    border: 1px solid #e7edf2;
    border-radius: 8px;
    box-shadow: 0 14px 38px rgba(23, 35, 60, 0.1);
    display: grid;
    gap: 24px;
    grid-template-columns: 150px minmax(0, 1fr) auto;
    padding: 28px;
}

.gdprq-statement-visual {
    align-items: center;
    background: linear-gradient(135deg, #3478f6 0%, #2357d8 100%);
    border-radius: 8px;
    color: #fff;
    display: flex;
    font-size: 44px;
    height: 150px;
    justify-content: center;
}

.gdprq-statement-card span {
    color: var(--gdprq-teal);
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.gdprq-statement-card h2 {
    font-size: 24px;
    line-height: 1.22;
    margin-bottom: 12px;
}

.gdprq-document-title-row {
    align-items: flex-start;
    display: flex;
    gap: 14px;
    justify-content: space-between;
    margin-bottom: 12px;
}

.gdprq-document-title-row h2 {
    margin-bottom: 0;
}

.gdprq-doc-ready,
.gdprq-doc-locked {
    border-radius: 999px;
    display: inline-flex;
    flex: 0 0 auto;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
    padding: 6px 10px;
    text-transform: none;
}

.gdprq-doc-ready {
    background: rgba(0, 168, 137, 0.12);
    color: #08735f;
}

.gdprq-doc-locked {
    background: #eef2f6;
    color: #6b7786;
}

.gdprq-statement-card p {
    max-width: 640px;
}

.gdprq-statement-card small {
    color: var(--gdprq-muted);
    display: block;
    font-weight: 700;
}

.gdprq-document-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
}

.gdprq-document-actions .default-btn {
    margin: 0;
    min-height: 40px;
    padding: 12px 16px;
}

.gdprq-document-preview-shell {
    background: #dfe6ee;
    border: 1px solid #cdd9e4;
    border-radius: 8px;
    box-shadow: 0 14px 38px rgba(23, 35, 60, 0.1);
    padding: 18px;
}

.gdprq-document-preview-shell iframe {
    background: #fff;
    border: 0;
    border-radius: 6px;
    box-shadow: 0 10px 30px rgba(23, 35, 60, 0.12);
    display: block;
    min-height: 1120px;
    width: 100%;
}

.gdprq-embed-panel {
    margin-top: 28px;
    margin-bottom: 28px;
}

.gdprq-app-content > .gdprq-panel + .gdprq-panel {
    margin-top: 28px;
}

.gdprq-publish-mini-panel {
    margin-top: 28px;
}

.gdprq-publish-mini-content {
    align-items: center;
    background: #f8fbfd;
    border: 1px solid #e3eaf1;
    border-radius: 8px;
    display: grid;
    gap: 18px;
    grid-template-columns: 52px minmax(0, 1fr) auto;
    padding: 20px;
}

.gdprq-publish-mini-content i {
    align-items: center;
    background: rgba(35, 87, 216, 0.1);
    border-radius: 8px;
    color: var(--gdprq-blue);
    display: flex;
    font-size: 20px;
    height: 52px;
    justify-content: center;
    width: 52px;
}

.gdprq-publish-mini-content p {
    color: var(--gdprq-ink);
    line-height: 1.65;
    margin: 0;
}

.gdprq-unlock-panel {
    align-items: center;
    background: linear-gradient(135deg, #17233c 0%, #255bdc 55%, #00a889 100%);
    border-radius: 8px;
    box-shadow: 0 18px 45px rgba(37, 91, 220, 0.22);
    color: #fff;
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(0, 1fr) auto;
    margin-bottom: 28px;
    padding: 30px;
}

.gdprq-unlock-panel span {
    color: rgba(255, 255, 255, 0.78);
    display: block;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.gdprq-unlock-panel h2 {
    color: #fff;
    font-size: 30px;
    line-height: 1.18;
    margin-bottom: 10px;
}

.gdprq-unlock-panel p {
    color: rgba(255, 255, 255, 0.86);
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
    max-width: 760px;
}

.gdprq-unlock-price {
    align-items: center;
    background: rgba(255, 255, 255, 0.13);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 210px;
    padding: 20px;
    text-align: center;
}

.gdprq-unlock-price strong {
    color: #fff;
    font-size: 42px;
    line-height: 1;
}

.gdprq-unlock-price small,
.gdprq-unlock-price em {
    color: rgba(255, 255, 255, 0.78);
    font-size: 13px;
    font-style: normal;
}

.gdprq-unlock-price .default-btn {
    background: #fff;
    color: #17233c;
    margin-top: 4px;
}

.gdprq-unlock-panel-active {
    background: linear-gradient(135deg, #00a889 0%, #17233c 100%);
}

.gdprq-unlock-panel-active .gdprq-unlock-price strong {
    align-items: center;
    display: inline-flex;
    font-size: 18px;
    gap: 8px;
}

.gdprq-publish-hero {
    align-items: center;
    background: linear-gradient(135deg, #17233c 0%, #2357d8 56%, #00a889 100%);
    border-radius: 8px;
    box-shadow: 0 18px 45px rgba(37, 91, 220, 0.2);
    color: #fff;
    display: grid;
    gap: 30px;
    grid-template-columns: minmax(0, 1fr) 260px;
    margin-bottom: 24px;
    padding: 36px;
}

.gdprq-publish-hero > div > span,
.gdprq-publish-hero aside span {
    color: rgba(255, 255, 255, 0.78);
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 900;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.gdprq-publish-hero h1 {
    color: #fff;
    font-size: 42px;
    line-height: 1.12;
    margin-bottom: 14px;
}

.gdprq-publish-hero p {
    color: rgba(255, 255, 255, 0.88);
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
    max-width: 780px;
}

.gdprq-publish-hero aside {
    background: rgba(255, 255, 255, 0.13);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 8px;
    padding: 24px;
}

.gdprq-publish-hero aside strong {
    color: #fff;
    display: block;
    font-size: 34px;
    line-height: 1;
    margin-bottom: 10px;
}

.gdprq-publish-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
    margin-bottom: 24px;
}

.gdprq-publish-card {
    padding: 28px;
}

.gdprq-publish-steps {
    counter-reset: publish-steps;
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
}

.gdprq-publish-steps li {
    background: #f8fbfd;
    border: 1px solid #e7edf2;
    border-radius: 8px;
    counter-increment: publish-steps;
    display: grid;
    gap: 4px 12px;
    grid-template-columns: 34px 1fr;
    list-style: none;
    padding: 14px;
}

.gdprq-publish-steps li::before {
    align-items: center;
    background: rgba(35, 87, 216, 0.1);
    border-radius: 6px;
    color: var(--gdprq-blue);
    content: counter(publish-steps);
    display: flex;
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    height: 30px;
    justify-content: center;
    width: 30px;
}

.gdprq-publish-steps strong {
    color: var(--gdprq-ink);
    font-family: "Poppins", sans-serif;
}

.gdprq-publish-steps span {
    color: var(--gdprq-muted);
    grid-column: 2;
}

.gdprq-publish-benefits {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
}

.gdprq-publish-benefits li {
    align-items: flex-start;
    color: var(--gdprq-ink);
    display: flex;
    gap: 10px;
    line-height: 1.6;
    list-style: none;
}

.gdprq-publish-benefits i {
    align-items: center;
    background: rgba(0, 168, 137, 0.12);
    border-radius: 999px;
    color: #08735f;
    display: flex;
    flex: 0 0 auto;
    font-size: 11px;
    height: 22px;
    justify-content: center;
    margin-top: 2px;
    width: 22px;
}

.gdprq-publish-code-panel {
    margin-bottom: 28px;
}

.gdprq-affiliate-hero {
    align-items: center;
    background: linear-gradient(135deg, #17233c 0%, #2357d8 52%, #00a889 100%);
    border-radius: 8px;
    box-shadow: 0 18px 45px rgba(37, 91, 220, 0.22);
    color: #fff;
    display: grid;
    gap: 30px;
    grid-template-columns: minmax(0, 1fr) 280px;
    margin-bottom: 24px;
    padding: 36px;
}

.gdprq-affiliate-hero > div > span,
.gdprq-affiliate-link-card > span {
    color: rgba(255, 255, 255, 0.82);
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 900;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.gdprq-affiliate-hero h1 {
    color: #fff;
    font-size: 40px;
    line-height: 1.12;
    margin-bottom: 16px;
    max-width: 780px;
}

.gdprq-affiliate-hero p {
    color: rgba(255, 255, 255, 0.86);
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
    max-width: 720px;
}

.gdprq-affiliate-hero aside {
    background: rgba(255, 255, 255, 0.13);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    padding: 24px;
    text-align: center;
}

.gdprq-affiliate-hero aside strong {
    color: #fff;
    display: block;
    font-size: 72px;
    line-height: 0.95;
}

.gdprq-affiliate-hero aside span {
    color: #fff;
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 900;
    margin: 8px 0 12px;
}

.gdprq-affiliate-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.gdprq-affiliate-hero-actions .default-btn {
    margin: 0;
}

.gdprq-affiliate-stats-row {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-bottom: 24px;
}

.gdprq-affiliate-stats-row article {
    background: #fff;
    border: 1px solid #e3eaf1;
    border-radius: 8px;
    box-shadow: 0 10px 28px rgba(23, 35, 60, 0.06);
    padding: 20px;
}

.gdprq-affiliate-stats-row i {
    align-items: center;
    background: rgba(35, 87, 216, 0.1);
    border-radius: 8px;
    color: var(--gdprq-blue);
    display: flex;
    height: 38px;
    justify-content: center;
    margin-bottom: 14px;
    width: 38px;
}

.gdprq-affiliate-stats-row span {
    color: var(--gdprq-muted);
    display: block;
    font-size: 12px;
    font-weight: 900;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.gdprq-affiliate-stats-row strong {
    color: var(--gdprq-ink);
    display: block;
    font-size: 32px;
    line-height: 1;
    margin-bottom: 10px;
}

.gdprq-affiliate-stats-row p {
    color: var(--gdprq-muted);
    font-size: 13px;
    line-height: 1.55;
    margin: 0;
}

.gdprq-affiliate-panel {
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(0, 1fr) 420px;
    margin-bottom: 24px;
}

.gdprq-affiliate-link-card > span {
    color: var(--gdprq-teal);
}

.gdprq-affiliate-link-card label {
    color: var(--gdprq-ink);
    display: block;
    font-size: 22px;
    font-weight: 900;
    margin-bottom: 14px;
}

.gdprq-copy-field {
    display: grid;
    gap: 10px;
    grid-template-columns: minmax(0, 1fr) auto;
}

.gdprq-copy-field input,
.gdprq-share-copy-card textarea {
    font-weight: 800;
}

.gdprq-affiliate-link-card small {
    color: var(--gdprq-muted);
    display: block;
    margin-top: 12px;
}

.gdprq-affiliate-playbook h3 {
    font-size: 20px;
    margin-bottom: 14px;
}

.gdprq-affiliate-playbook ul {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
}

.gdprq-affiliate-playbook li {
    align-items: flex-start;
    color: var(--gdprq-ink);
    display: flex;
    gap: 10px;
    line-height: 1.6;
    list-style: none;
}

.gdprq-affiliate-playbook li i {
    align-items: center;
    background: rgba(0, 168, 137, 0.12);
    border-radius: 999px;
    color: #08735f;
    display: flex;
    flex: 0 0 auto;
    font-size: 11px;
    height: 22px;
    justify-content: center;
    margin-top: 2px;
    width: 22px;
}

.gdprq-affiliate-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
    margin-bottom: 24px;
}

.gdprq-affiliate-steps ol {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
}

.gdprq-affiliate-steps li {
    background: #f8fbfd;
    border: 1px solid #e7edf2;
    border-radius: 8px;
    counter-increment: affiliate-steps;
    display: grid;
    gap: 4px 12px;
    grid-template-columns: 34px 1fr;
    list-style: none;
    padding: 14px;
}

.gdprq-affiliate-steps li::before {
    align-items: center;
    background: rgba(35, 87, 216, 0.1);
    border-radius: 6px;
    color: var(--gdprq-blue);
    content: counter(affiliate-steps);
    display: flex;
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    height: 30px;
    justify-content: center;
    width: 30px;
}

.gdprq-affiliate-steps strong {
    color: var(--gdprq-ink);
    font-family: "Poppins", sans-serif;
}

.gdprq-affiliate-steps span {
    color: var(--gdprq-muted);
    grid-column: 2;
}

.gdprq-share-copy-card textarea {
    border: 1px solid #dbe4eb;
    border-radius: 6px;
    color: var(--gdprq-ink);
    line-height: 1.6;
    margin-bottom: 14px;
    resize: vertical;
}

.gdprq-affiliate-toolbox {
    margin-bottom: 24px;
    padding: 28px;
}

.gdprq-affiliate-tool-row {
    border-top: 1px solid var(--gdprq-border);
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(240px, 0.55fr) minmax(0, 1fr);
    padding: 24px 0;
}

.gdprq-affiliate-tool-row:last-child {
    padding-bottom: 0;
}

.gdprq-affiliate-tool-row > div:first-child > span {
    color: var(--gdprq-blue);
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 900;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.gdprq-affiliate-tool-row h4 {
    color: var(--gdprq-ink);
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 8px;
}

.gdprq-affiliate-tool-row p {
    color: var(--gdprq-muted);
    line-height: 1.65;
    margin: 0;
}

.gdprq-affiliate-tool-row input {
    margin-top: 16px;
}

.gdprq-affiliate-code-block {
    align-self: start;
    display: grid;
    gap: 10px;
    grid-template-columns: minmax(0, 1fr) auto;
}

.gdprq-affiliate-code-block textarea {
    background: #f8fbfd;
    border: 1px solid #dbe4eb;
    border-radius: 6px;
    color: var(--gdprq-ink);
    font-family: Consolas, Monaco, "Courier New", monospace;
    font-size: 13px;
    line-height: 1.6;
    min-height: 68px;
    resize: vertical;
}

.gdprq-affiliate-code-block .default-btn {
    align-self: end;
    margin: 0;
    min-width: 92px;
}

.gdprq-affiliate-banner-row img {
    border: 1px solid #dbe4eb;
    border-radius: 6px;
    box-shadow: 0 14px 30px rgba(23, 35, 60, 0.08);
    display: block;
    height: auto;
    margin-top: 16px;
    max-width: 100%;
}

.gdprq-affiliate-banner-row .gdprq-affiliate-wide-banner {
    width: min(728px, 100%);
}

.gdprq-affiliate-note {
    align-items: flex-start;
    display: grid;
    gap: 18px;
    grid-template-columns: 42px minmax(0, 1fr);
}

.gdprq-affiliate-note i {
    align-items: center;
    background: rgba(0, 168, 137, 0.12);
    border-radius: 8px;
    color: #08735f;
    display: flex;
    height: 42px;
    justify-content: center;
    width: 42px;
}

.gdprq-affiliate-note h3 {
    font-size: 21px;
    margin-bottom: 8px;
}

.gdprq-affiliate-note p {
    color: var(--gdprq-ink);
    line-height: 1.7;
    margin: 0;
}

.gdprq-affiliate-terms-panel {
    margin-top: 26px;
    padding: 28px;
}

.gdprq-affiliate-terms-intro {
    max-width: 820px;
}

.gdprq-affiliate-terms-intro h2 {
    color: var(--gdprq-ink);
    font-size: 28px;
    line-height: 1.2;
    margin: 8px 0 12px;
}

.gdprq-affiliate-terms-intro p {
    color: var(--gdprq-muted);
    line-height: 1.75;
    margin: 0;
}

.gdprq-affiliate-terms-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 22px;
}

.gdprq-affiliate-terms-grid article {
    background: #f8fbff;
    border: 1px solid var(--gdprq-border);
    border-radius: 8px;
    padding: 18px;
}

.gdprq-affiliate-terms-grid strong {
    color: var(--gdprq-ink);
    display: block;
    font-weight: 900;
    margin-bottom: 8px;
}

.gdprq-affiliate-terms-grid p {
    color: var(--gdprq-muted);
    line-height: 1.65;
    margin: 0;
}

.gdprq-affiliate-terms-details {
    background: #fff;
    border: 1px solid var(--gdprq-border);
    border-radius: 8px;
    margin-top: 20px;
    overflow: hidden;
}

.gdprq-affiliate-terms-details summary {
    color: var(--gdprq-blue);
    cursor: pointer;
    font-weight: 900;
    padding: 18px 20px;
}

.gdprq-affiliate-terms-details > div {
    border-top: 1px solid var(--gdprq-border);
    padding: 22px;
}

.gdprq-affiliate-terms-details h3 {
    color: var(--gdprq-ink);
    margin: 0 0 12px;
}

.gdprq-affiliate-terms-details p,
.gdprq-affiliate-terms-details li {
    color: var(--gdprq-muted);
    line-height: 1.7;
}

.gdprq-affiliate-terms-details ol {
    margin: 16px 0 0;
    padding-left: 22px;
}

.gdprq-affiliate-terms-details li + li {
    margin-top: 12px;
}

.gdprq-affiliate-terms-actions {
    align-items: center;
    border-top: 1px solid var(--gdprq-border);
    display: flex;
    gap: 18px;
    justify-content: space-between;
    margin-top: 22px;
    padding-top: 20px;
}

.gdprq-affiliate-terms-actions label {
    align-items: flex-start;
    color: var(--gdprq-ink);
    display: flex;
    font-weight: 800;
    gap: 10px;
    line-height: 1.5;
    margin: 0;
}

.gdprq-affiliate-terms-actions input {
    flex: 0 0 auto;
    height: 18px;
    margin-top: 2px;
    width: 18px;
}

.gdprq-admin-stats {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-bottom: 24px;
}

.gdprq-admin-stats article {
    background: #fff;
    border: 1px solid #e3eaf1;
    border-radius: 8px;
    box-shadow: 0 10px 28px rgba(23, 35, 60, 0.06);
    padding: 20px;
}

.gdprq-admin-stats span {
    color: var(--gdprq-teal);
    display: block;
    font-size: 12px;
    font-weight: 900;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.gdprq-admin-stats strong {
    color: var(--gdprq-ink);
    display: block;
    font-size: 30px;
    line-height: 1;
}

.gdprq-admin-table-wrap {
    overflow-x: auto;
}

.gdprq-admin-table {
    border-collapse: collapse;
    min-width: 980px;
    width: 100%;
}

.gdprq-admin-table th {
    border-bottom: 1px solid #e3eaf1;
    color: var(--gdprq-muted);
    font-size: 12px;
    font-weight: 900;
    padding: 0 12px 12px;
    text-align: left;
    text-transform: uppercase;
}

.gdprq-admin-table td {
    border-bottom: 1px solid #edf2f6;
    padding: 16px 12px;
    vertical-align: top;
}

.gdprq-admin-table tr:last-child td {
    border-bottom: 0;
}

.gdprq-admin-table strong,
.gdprq-admin-table span,
.gdprq-admin-table em,
.gdprq-admin-table small {
    display: block;
}

.gdprq-admin-table strong {
    color: var(--gdprq-ink);
    font-family: "Poppins", sans-serif;
    font-size: 14px;
}

.gdprq-admin-table span,
.gdprq-admin-table small {
    color: var(--gdprq-muted);
    font-size: 12px;
    line-height: 1.5;
    margin-top: 4px;
}

.gdprq-admin-table em {
    color: var(--gdprq-blue);
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
    margin-top: 4px;
}

.gdprq-risk-pill {
    background: rgba(255, 47, 103, 0.1);
    border-radius: 999px;
    color: #b3133f !important;
    display: inline-flex !important;
    padding: 4px 8px;
    width: fit-content;
}

.gdprq-payout-status {
    border-radius: 999px;
    display: inline-flex !important;
    font-family: "Poppins", sans-serif;
    font-size: 12px !important;
    font-weight: 900;
    padding: 5px 9px;
    width: fit-content;
}

.gdprq-payout-pending {
    background: rgba(245, 182, 66, 0.18);
    color: #9a6400 !important;
}

.gdprq-payout-approved,
.gdprq-payout-payable {
    background: rgba(35, 87, 216, 0.1);
    color: var(--gdprq-blue) !important;
}

.gdprq-payout-paid {
    background: rgba(0, 168, 137, 0.12);
    color: #08735f !important;
}

.gdprq-payout-void {
    background: #eef2f6;
    color: #6b7786 !important;
}

.gdprq-admin-action-form {
    display: grid;
    gap: 8px;
    min-width: 210px;
}

.gdprq-admin-action-form .form-control {
    border: 1px solid #dbe4eb;
    border-radius: 6px;
    font-size: 13px;
    min-height: 38px;
}

.gdprq-admin-action-form .default-btn {
    justify-content: center;
    margin: 0;
    min-height: 38px;
    padding: 10px 14px;
}

.gdprq-panel-heading p {
    margin: 6px 0 0;
}

.gdprq-embed-grid {
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(0, 1fr) 420px;
}

.gdprq-embed-grid h4 {
    font-size: 21px;
    margin-bottom: 10px;
}

.gdprq-embed-grid ul {
    display: grid;
    gap: 9px;
    margin: 20px 0 0;
    padding: 0;
}

.gdprq-embed-grid li {
    align-items: center;
    color: var(--gdprq-ink);
    display: flex;
    gap: 10px;
    list-style: none;
}

.gdprq-embed-grid li i {
    align-items: center;
    background: rgba(0, 168, 137, 0.12);
    border-radius: 999px;
    color: #08735f;
    display: flex;
    flex: 0 0 auto;
    font-size: 11px;
    height: 22px;
    justify-content: center;
    width: 22px;
}

.gdprq-embed-code-card {
    background: #f8fbfd;
    border: 1px solid #dbe4eb;
    border-radius: 8px;
    padding: 20px;
}

.gdprq-embed-code-card label {
    color: var(--gdprq-ink);
    font-family: "Poppins", sans-serif;
    font-weight: 700;
}

.gdprq-embed-code-card textarea {
    border: 1px solid #cdd9e4;
    border-radius: 6px;
    color: var(--gdprq-ink);
    font-family: Consolas, "Courier New", monospace;
    font-size: 12px;
    line-height: 20px;
    margin: 8px 0 14px;
    resize: vertical;
}

.gdprq-token-form {
    border-top: 1px solid #e7edf2;
    margin-top: 14px;
    padding-top: 14px;
}

.gdprq-embed-price {
    align-items: baseline;
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.gdprq-embed-price strong {
    color: var(--gdprq-blue);
    font-family: "Poppins", sans-serif;
    font-size: 44px;
    line-height: 1;
}

.gdprq-embed-price span {
    color: var(--gdprq-muted);
    font-weight: 700;
}

.gdprq-embed-code-card small {
    color: var(--gdprq-muted);
    display: block;
    font-weight: 700;
    margin-top: 14px;
}

.gdprq-empty-state {
    background: #f8fbfd;
    border: 1px dashed #cdd9e4;
    border-radius: 8px;
    padding: 28px;
    text-align: center;
}

.gdprq-empty-state h3 {
    margin-bottom: 6px;
}

.gdprq-empty-state p {
    margin: 0;
}

.gdprq-account-grid {
    display: grid;
    gap: 22px;
    grid-template-columns: minmax(0, 2fr) minmax(260px, 1fr);
}

.gdprq-account-form {
    display: grid;
    gap: 22px;
}

.gdprq-panel-heading p {
    margin: 6px 0 0;
}

.gdprq-form-grid {
    display: grid;
    gap: 18px 24px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gdprq-form-grid .form-group {
    margin-bottom: 0;
}

.gdprq-form-wide {
    grid-column: 1 / -1;
}

.gdprq-account-form label {
    color: var(--gdprq-blue);
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 6px;
}

.gdprq-account-form .form-control {
    background: #fff;
    border: 1px solid #dbe4eb;
    border-radius: 6px;
    color: var(--gdprq-ink);
    min-height: 46px;
}

.gdprq-account-form .form-control:focus {
    border-color: var(--gdprq-blue);
    box-shadow: 0 0 0 3px rgba(35, 87, 216, 0.1);
}

.gdprq-info-panel {
    align-self: start;
}

.gdprq-info-panel h3 {
    font-size: 21px;
    margin-bottom: 10px;
}

.gdprq-info-panel p {
    color: var(--gdprq-ink);
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 18px;
}

.gdprq-dpo-panel {
    border-left: 4px solid var(--gdprq-blue);
}

.gdprq-compact-btn {
    min-height: 38px;
    padding: 10px 16px;
}

.gdprq-account-actions {
    display: flex;
    justify-content: flex-end;
}

.gdprq-detail-list {
    margin: 0;
}

.gdprq-detail-list div {
    border-bottom: 1px solid #edf2f6;
    padding: 14px 0;
}

.gdprq-detail-list div:first-child {
    padding-top: 0;
}

.gdprq-detail-list div:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.gdprq-detail-list dt {
    color: var(--gdprq-blue);
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 4px;
}

.gdprq-detail-list dd {
    color: var(--gdprq-ink);
    margin: 0;
}

.gdprq-action-list {
    display: grid;
    gap: 10px;
}

.gdprq-action-list a {
    border: 1px solid #dbe4eb;
    border-radius: 6px;
    color: var(--gdprq-ink);
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    padding: 12px 14px;
}

.gdprq-action-list a:hover {
    border-color: var(--gdprq-blue);
    color: var(--gdprq-blue);
}

.gdprq-side-nav {
    background: #fff;
    border: 1px solid #e7edf2;
    border-radius: 8px;
    overflow: hidden;
}

.gdprq-side-nav a {
    align-items: center;
    border-bottom: 1px solid #edf2f6;
    color: var(--gdprq-ink);
    display: grid;
    gap: 12px;
    grid-template-columns: 38px 1fr auto;
    font-weight: 700;
    padding: 14px;
}

.gdprq-side-nav a:last-child {
    border-bottom: 0;
}

.gdprq-side-nav a.active {
    background: var(--gdprq-ink);
    color: #fff;
}

.gdprq-side-nav a.active span {
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
}

.gdprq-side-nav strong {
    font-size: 14px;
}

.gdprq-side-nav em {
    color: var(--gdprq-muted);
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
}

.gdprq-side-nav a.active em {
    color: rgba(255, 255, 255, 0.72);
}

.gdprq-section-overview {
    margin-bottom: 22px;
    padding: 22px 26px;
    scroll-margin-top: 92px;
}

.gdprq-section-overview .gdprq-question-steps {
    padding-bottom: 0;
}

.gdprq-guidance-panel {
    background: #fff;
    border: 1px solid rgba(0, 168, 137, 0.22);
    border-left: 4px solid var(--gdprq-teal);
    border-radius: 8px;
    margin-bottom: 18px;
    padding: 18px 20px;
}

.gdprq-guidance-panel strong {
    color: var(--gdprq-ink);
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    margin-bottom: 6px;
}

.gdprq-guidance-panel p {
    margin: 0;
}

.gdprq-section-overview details {
    border-top: 1px solid #edf2f6;
    margin-top: 18px;
    padding-top: 14px;
}

.gdprq-section-overview summary {
    color: var(--gdprq-blue);
    cursor: pointer;
    font-weight: 700;
}

.gdprq-section-overview details p {
    margin-top: 12px;
}

.gdprq-section-summary {
    align-items: center;
    display: flex;
    gap: 16px;
    justify-content: space-between;
}

.gdprq-section-summary h3 {
    margin: 0;
}

.gdprq-section-summary strong {
    color: var(--gdprq-blue);
    font-family: "Poppins", sans-serif;
    font-size: 28px;
}

.gdprq-progress-track {
    background: #e8eef5;
    border-radius: 999px;
    height: 8px;
    margin-top: 14px;
    overflow: hidden;
}

.gdprq-progress-track span {
    background: linear-gradient(90deg, var(--gdprq-blue), var(--gdprq-teal));
    display: block;
    height: 100%;
}

.gdprq-question-steps {
    border-top: 1px solid #edf2f6;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
    padding-top: 16px;
}

.gdprq-question-steps a {
    align-items: center;
    background: #f8fbfd;
    border: 1px solid #dbe4eb;
    border-radius: 6px;
    color: var(--gdprq-muted);
    display: inline-flex;
    gap: 6px;
    min-height: 40px;
    padding: 6px 9px;
}

.gdprq-question-steps span {
    align-items: center;
    background: #edf3f8;
    border-radius: 999px;
    color: var(--gdprq-blue);
    display: inline-flex;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 700;
    height: 24px;
    justify-content: center;
    line-height: 1;
    width: 24px;
}

.gdprq-question-steps em {
    color: var(--gdprq-ink);
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
}

.gdprq-question-steps a.active {
    border-color: var(--gdprq-blue);
    box-shadow: 0 8px 24px rgba(35, 87, 216, 0.18);
}

.gdprq-question-steps a.active span {
    background: var(--gdprq-blue);
    color: #fff;
}

.gdprq-question-steps a.saved span {
    background: rgba(0, 168, 137, 0.14);
    color: #08735f;
}

.gdprq-question-steps a.task span {
    background: rgba(255, 188, 51, 0.18);
    color: #9a6400;
}

.gdprq-question-steps a.skipped span {
    background: #eef2f6;
    color: #6b7786;
}

.gdprq-question-card {
    margin-bottom: 18px;
    padding: 30px;
}

.gdprq-question-focus {
    margin-bottom: 0;
}

.gdprq-question-topline {
    align-items: flex-start;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    margin-bottom: 12px;
}

.gdprq-question-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 14px;
}

.gdprq-question-meta span {
    background: #f0f5f8;
    border-radius: 999px;
    color: var(--gdprq-muted);
    font-size: 12px;
    font-weight: 700;
    padding: 4px 10px;
    text-transform: uppercase;
}

.gdprq-question-meta .gdprq-status-pill {
    background: rgba(0, 168, 137, 0.12);
    color: #08735f;
}

.gdprq-question-meta .gdprq-status-muted {
    background: #f0f5f8;
    color: var(--gdprq-muted);
}

.gdprq-question-topline .gdprq-question-meta {
    margin-bottom: 0;
}

.gdprq-step-controls {
    display: flex;
    flex: 0 0 auto;
    gap: 8px;
}

.gdprq-step-controls a,
.gdprq-form-actions a {
    border: 1px solid #dbe4eb;
    border-radius: 6px;
    color: var(--gdprq-ink);
    display: inline-flex;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 700;
    min-height: 38px;
    padding: 8px 12px;
}

.gdprq-step-controls a:hover,
.gdprq-form-actions a:hover {
    border-color: var(--gdprq-blue);
    color: var(--gdprq-blue);
}

.gdprq-answer-form {
    border-top: 1px solid #edf2f6;
    margin-top: 18px;
    padding-top: 20px;
}

.gdprq-question-flow {
    align-items: center;
    background: #f8fbfd;
    border: 1px solid #e3eaf1;
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
    padding: 10px;
}

.gdprq-question-flow span {
    align-items: center;
    color: var(--gdprq-muted);
    display: inline-flex;
    font-size: 13px;
    font-weight: 700;
    gap: 8px;
}

.gdprq-question-flow strong {
    align-items: center;
    background: rgba(35, 87, 216, 0.1);
    border-radius: 999px;
    color: var(--gdprq-blue);
    display: inline-flex;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    height: 22px;
    justify-content: center;
    width: 22px;
}

.gdprq-answer-block {
    border: 0;
    margin: 0 0 18px;
    padding: 0;
}

.gdprq-answer-block[hidden] {
    display: none;
}

.gdprq-answer-block legend {
    color: var(--gdprq-ink);
    display: block;
    float: none;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 10px;
    width: auto;
}

.gdprq-choice-control {
    background: #f6f9fc;
    border: 1px solid #dfe8f0;
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 0;
    padding: 6px;
    width: max-content;
}

.gdprq-choice-control label,
.gdprq-option-checklist label {
    cursor: pointer;
    margin: 0;
}

.gdprq-choice-control input,
.gdprq-option-checklist input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.gdprq-choice-control span {
    align-items: center;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 6px;
    color: var(--gdprq-ink);
    display: inline-flex;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    min-height: 44px;
    padding: 0 28px;
}

.gdprq-choice-control input:checked + span {
    background: var(--gdprq-blue);
    border-color: var(--gdprq-blue);
    box-shadow: 0 8px 18px rgba(35, 87, 216, 0.2);
    color: #fff;
}

.gdprq-option-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 16px 0;
}

.gdprq-option-list span {
    background: rgba(0, 168, 137, 0.1);
    border: 1px solid rgba(0, 168, 137, 0.18);
    border-radius: 6px;
    color: #08735f;
    font-size: 14px;
    font-weight: 700;
    padding: 7px 10px;
}

.gdprq-option-checklist {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0;
}

.gdprq-option-checklist span {
    align-items: flex-start;
    background: #f8fbfd;
    border: 1px solid #dbe4eb;
    border-radius: 6px;
    color: var(--gdprq-ink);
    display: flex;
    font-size: 14px;
    font-weight: 700;
    gap: 10px;
    line-height: 21px;
    min-height: 44px;
    padding: 11px 12px;
}

.gdprq-option-checklist span::before {
    border: 2px solid #c9d6e2;
    border-radius: 4px;
    content: "";
    flex: 0 0 auto;
    height: 18px;
    margin-top: 1px;
    width: 18px;
}

.gdprq-option-checklist input:checked + span {
    background: rgba(0, 168, 137, 0.12);
    border-color: rgba(0, 168, 137, 0.45);
    color: #08735f;
}

.gdprq-option-checklist input:checked + span::before {
    background: var(--gdprq-teal);
    border-color: var(--gdprq-teal);
    box-shadow: inset 0 0 0 3px #fff;
}

.gdprq-options-empty {
    background: #f8fbfd;
    border: 1px dashed #ccd8e4;
    border-radius: 8px;
    color: var(--gdprq-muted);
    font-size: 14px;
    line-height: 1.6;
    margin: 0 0 18px;
    padding: 12px 14px;
}

.gdprq-options-empty[hidden] {
    display: none;
}

.gdprq-options-empty strong {
    color: var(--gdprq-blue);
}

.gdprq-notes-toggle {
    border: 1px solid #edf2f6;
    border-radius: 6px;
    margin: 16px 0;
    padding: 12px 14px;
}

.gdprq-notes-toggle summary {
    color: var(--gdprq-blue);
    cursor: pointer;
    font-weight: 700;
}

.gdprq-notes-toggle .form-group {
    margin: 14px 0 0;
}

.gdprq-free-text label {
    color: var(--gdprq-ink);
    display: block;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    margin-bottom: 8px;
}

.gdprq-supporting-hint {
    align-items: flex-start;
    background: #f7fbfc;
    border: 1px solid #dfe8f0;
    border-radius: 6px;
    color: var(--gdprq-muted);
    display: flex;
    font-size: 13px;
    gap: 10px;
    line-height: 1.6;
    margin: 0 0 12px;
    padding: 12px;
}

.gdprq-supporting-hint i {
    align-items: center;
    background: rgba(245, 182, 66, 0.16);
    border-radius: 999px;
    color: #b66b00;
    display: flex;
    flex: 0 0 auto;
    font-size: 12px;
    height: 24px;
    justify-content: center;
    margin-top: 1px;
    width: 24px;
}

.gdprq-free-text textarea {
    border: 1px solid #dbe4eb;
    border-radius: 6px;
    resize: vertical;
}

.gdprq-form-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.gdprq-action-helper {
    background: #f8fbfd;
    border: 1px solid #e3eaf1;
    border-radius: 8px;
    display: grid;
    gap: 4px;
    margin: 18px 0 14px;
    padding: 14px;
}

.gdprq-action-helper strong {
    color: var(--gdprq-ink);
    font-family: "Poppins", sans-serif;
    font-size: 15px;
}

.gdprq-action-helper span {
    color: var(--gdprq-muted);
    font-size: 13px;
    line-height: 1.6;
}

.gdprq-form-actions .default-btn {
    margin: 0;
}

.gdprq-task-btn {
    background: var(--gdprq-teal);
    box-shadow: 0 10px 24px rgba(0, 168, 137, 0.18);
}

.gdprq-task-btn:hover {
    background: #08735f;
    color: #fff;
}

.gdprq-ignore-btn {
    background: #fff;
    border: 1px solid #dbe4eb;
    box-shadow: none;
    color: var(--gdprq-ink);
}

.gdprq-ignore-btn:hover {
    background: #fff;
    border-color: #aebdca;
    color: var(--gdprq-ink);
}

.gdprq-statement-preview details {
    border-top: 1px solid #edf2f6;
    margin-top: 12px;
    padding-top: 12px;
}

.gdprq-statement-preview summary {
    color: var(--gdprq-blue);
    cursor: pointer;
    font-weight: 700;
}

.gdprq-statement-preview div {
    margin-top: 12px;
}

.gdprq-statement-preview h4 {
    font-size: 15px;
    margin: 16px 0 6px;
}

.widget-section .widget-content img {
    max-height: 58px;
    width: auto;
}

.widget-section .widget-content p,
.widget-section .widget-content a,
.widget-section .widget-links li a {
    color: rgba(255, 255, 255, 0.74);
}

@media (max-width: 991px) {
    .gdprq-header {
        min-height: 82px;
    }

    .gdprq-header .navbar {
        min-height: 82px;
        padding: 0;
    }

    .gdprq-header #mainmenu {
        display: none !important;
    }

    .gdprq-header .header-right .menu-btn {
        display: none !important;
    }

    .gdprq-header .slicknav_menu {
        background: transparent;
        display: block !important;
        padding: 0;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: auto;
    }

    .gdprq-header .slicknav_btn,
    .gdprq-header.transparent .slicknav_btn {
        align-items: center;
        background: rgba(255, 255, 255, 0.12);
        border: 1px solid rgba(255, 255, 255, 0.26);
        border-radius: 6px;
        display: flex;
        height: 44px;
        justify-content: center;
        margin: 0;
        padding: 0;
        width: 48px;
    }

    .gdprq-header.navbar-fixed-top .slicknav_btn,
    .gdprq-header:not(.transparent) .slicknav_btn {
        background: #f5f8fb;
        border-color: #dfe8f0;
    }

    .gdprq-header .slicknav_menu .slicknav_icon {
        height: 18px;
        margin: 0;
        width: 24px;
    }

    .gdprq-header .slicknav_menu .slicknav_icon-bar,
    .gdprq-header.transparent .slicknav_menu .slicknav_icon-bar {
        background: #fff;
        border-radius: 999px;
        box-shadow: none;
        height: 2px;
        margin: 4px 0;
        width: 24px;
    }

    .gdprq-header.navbar-fixed-top .slicknav_menu .slicknav_icon-bar,
    .gdprq-header:not(.transparent) .slicknav_menu .slicknav_icon-bar {
        background: var(--gdprq-ink);
    }

    .gdprq-header .slicknav_nav {
        background: #fff;
        border: 1px solid #dfe8f0;
        border-radius: 8px;
        box-shadow: 0 18px 45px rgba(17, 24, 39, 0.18);
        padding: 10px;
        position: absolute;
        right: 0;
        top: 56px;
        width: min(320px, calc(100vw - 30px));
    }

    .gdprq-header .slicknav_nav a {
        border-radius: 6px;
        color: var(--gdprq-ink);
        font-family: "Poppins", sans-serif;
        font-size: 13px;
        font-weight: 800;
        padding: 12px 14px;
        text-transform: uppercase;
    }

    .gdprq-header .slicknav_nav a:hover {
        background: #f5f8fb;
        color: var(--gdprq-blue);
    }

    .gdprq-header .slicknav_nav .gdprq-mobile-account a {
        background: #ff3864;
        color: #fff;
        margin-top: 8px;
        text-align: center;
    }

    .gdprq-header .slicknav_nav .gdprq-mobile-account a:hover {
        background: #e92f59;
        color: #fff;
    }

    .gdprq-hero {
        min-height: 0;
        padding: 140px 0 78px;
    }

    .gdprq-hero-grid {
        gap: 44px;
        grid-template-columns: 1fr;
    }

    .gdprq-hero-content h1 {
        font-size: 46px;
    }

    .gdprq-hero-product {
        max-width: 720px;
    }

    .gdprq-price-featured {
        transform: none;
    }

    .gdprq-page-header h1,
    .gdprq-page-header h2 {
        font-size: 40px;
    }

    .gdprq-resource-grid,
    .gdprq-seo-page .container,
    .gdprq-seo-grid,
    .gdprq-story-intro,
    .gdprq-story-quotes,
    .gdprq-story-cta,
    .gdprq-risk-layout,
    .gdprq-risk-strip-inner,
    .gdprq-outcome-grid {
        grid-template-columns: 1fr;
    }

    .gdprq-risk-strip-action {
        grid-template-columns: 1fr auto;
    }

    .gdprq-risk-result {
        position: static;
    }

    .gdprq-story-intro figure {
        max-width: 320px;
    }

    .gdprq-story-cta {
        align-items: start;
    }

    .gdprq-cookie-banner {
        align-items: stretch;
        grid-template-columns: 1fr;
    }

    .gdprq-cookie-banner nav {
        justify-content: flex-start;
    }

    .gdprq-resource-grid a {
        min-height: 0;
    }

    .gdprq-seo-faq {
        position: static;
    }

    .gdprq-app-header {
        min-height: 170px;
    }

    .gdprq-app-header h2 {
        font-size: 30px;
    }

    .gdprq-faq-list {
        grid-template-columns: 1fr;
    }

    .gdprq-register-hero {
        padding: 126px 0 58px;
    }

    .gdprq-login-hero {
        padding: 126px 0 58px;
    }

    .gdprq-login-grid {
        grid-template-columns: 1fr;
    }

    .gdprq-login-copy h1 {
        font-size: 42px;
    }

    .gdprq-login-card {
        max-width: 620px;
    }

    .gdprq-register-grid {
        grid-template-columns: 1fr;
    }

    .gdprq-register-copy h1 {
        font-size: 42px;
    }

    .gdprq-register-card {
        max-width: 620px;
    }

    .gdprq-proof-grid {
        grid-template-columns: 1fr;
    }

    .gdprq-proof-grid article {
        min-height: 0;
    }

    .gdprq-app-toolbar {
        align-items: flex-start;
        flex-direction: column;
    }

    .gdprq-stat-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gdprq-welcome-stats {
        grid-template-columns: 1fr;
    }

    .gdprq-welcome-panel {
        grid-template-columns: 1fr;
    }

    .gdprq-dashboard-focus,
    .gdprq-guide-grid {
        grid-template-columns: 1fr;
    }

    .gdprq-documentation-warning {
        align-items: flex-start;
        grid-template-columns: 1fr;
    }

    .gdprq-terms-card {
        margin: 10px auto;
    }

    .gdprq-welcome-visual {
        font-size: 120px;
        justify-content: flex-start;
    }

    .gdprq-app-frame {
        display: block;
        padding-top: 76px;
		background:#fff !important;
    }

    .gdprq-app-sidebar {
        border-bottom: 1px solid #e3eaf1;
        border-right: 0;
        box-shadow: 0 10px 24px rgba(23, 35, 60, 0.05);
        overflow-x: auto;
        overflow-y: hidden;
        padding: 14px 18px;
        position: sticky;
        top: 76px;
        width: 100%;
    }

    .gdprq-app-sidebar-header {
        display: none;
    }

    .gdprq-app-menu {
        align-items: center;
        display: flex;
        gap: 8px;
        min-width: max-content;
    }

    .gdprq-app-menu > a {
        grid-template-columns: 18px 1fr auto;
        white-space: nowrap;
    }

    .gdprq-app-submenu {
        border-left: 0;
        border-right: 1px solid #e7edf2;
        display: flex;
        margin: 0;
        padding: 0 10px 0 2px;
    }

    .gdprq-app-submenu a {
        grid-template-columns: 28px auto auto;
        white-space: nowrap;
    }

    .gdprq-app-main {
        margin-left: 0;
        width: 100%;
    }

    .gdprq-app-content {
        padding: 28px 18px 56px;
    }

    .gdprq-library-status {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gdprq-app-footer {
        align-items: flex-start;
        flex-direction: column;
        padding: 16px 18px;
    }

    .gdprq-app-footer nav {
        justify-content: flex-start;
    }

    .gdprq-wizard-hero {
        grid-template-columns: 1fr;
        margin: -28px -18px 24px;
        padding: 28px 24px;
    }

    .gdprq-hero-btn {
        justify-self: flex-start;
        margin-top: 0;
    }

    .gdprq-hero-actions {
        justify-content: flex-start;
        margin-top: 0;
    }

    .gdprq-account-grid {
        grid-template-columns: 1fr;
    }

    .gdprq-statement-card {
        align-items: flex-start;
        grid-template-columns: 96px minmax(0, 1fr);
    }

    .gdprq-embed-grid {
        grid-template-columns: 1fr;
    }

    .gdprq-unlock-panel {
        grid-template-columns: 1fr;
    }

    .gdprq-unlock-price {
        align-items: flex-start;
        text-align: left;
    }

    .gdprq-publish-hero,
    .gdprq-publish-grid,
    .gdprq-publish-mini-content {
        grid-template-columns: 1fr;
    }

    .gdprq-publish-hero {
        padding: 28px;
    }

    .gdprq-publish-hero aside {
        max-width: 360px;
    }

    .gdprq-affiliate-hero,
    .gdprq-affiliate-panel,
    .gdprq-affiliate-grid,
    .gdprq-affiliate-terms-grid,
    .gdprq-affiliate-tool-row {
        grid-template-columns: 1fr;
    }

    .gdprq-affiliate-stats-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gdprq-admin-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gdprq-statement-visual {
        font-size: 32px;
        height: 96px;
    }

    .gdprq-statement-card .gdprq-document-actions {
        grid-column: 1 / -1;
        justify-content: flex-start;
    }

    .gdprq-form-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    .gdprq-hero {
        min-height: 0;
        padding: 112px 0 44px;
    }

    .gdprq-hero-content h1 {
        font-size: 36px;
    }

    .gdprq-hero-product img {
        max-height: 150px;
        object-fit: cover;
        object-position: top center;
    }

    .gdprq-risk-strip {
        padding-bottom: 40px;
    }

    .gdprq-risk-strip-inner {
        padding: 24px;
    }

    .gdprq-risk-strip h2 {
        font-size: 24px;
    }

    .gdprq-risk-strip-action {
        grid-template-columns: 1fr;
    }

    .gdprq-risk-strip ul {
        display: grid;
    }

    .gdprq-risk-strip-button {
        width: 100%;
    }

    .gdprq-outcome-copy h2 {
        font-size: 31px;
    }

    .gdprq-outcome-panel {
        padding: 22px;
    }

    .gdprq-outcome-list li {
        grid-template-columns: 1fr;
    }

    .section-heading > p {
        font-size: 15px;
    }

    .gdprq-app-header {
        min-height: 150px;
    }

    .gdprq-app-header .page-content {
        padding-top: 44px;
    }

    .gdprq-app-header h2 {
        font-size: 28px;
    }

    .gdprq-publish-hero {
        padding: 24px;
    }

    .gdprq-publish-hero h1 {
        font-size: 30px;
    }

    .gdprq-publish-hero aside strong {
        font-size: 28px;
    }

    .gdprq-publish-mini-content .default-btn {
        text-align: center;
        width: 100%;
    }

    .gdprq-hero-content p {
        font-size: 17px;
        line-height: 28px;
    }

    .gdprq-register-hero {
        padding: 112px 0 44px;
    }

    .gdprq-story-card {
        padding: 26px;
    }

    .gdprq-risk-panel,
    .gdprq-risk-result {
        padding: 24px;
    }

    .gdprq-risk-panel h2 {
        font-size: 28px;
    }

    .gdprq-risk-question {
        padding: 18px;
    }

    .gdprq-risk-question legend {
        align-items: flex-start;
        font-size: 16px;
    }

    .gdprq-risk-choices {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gdprq-risk-choices span {
        width: 100%;
    }

    .gdprq-story-card p {
        font-size: 16px;
        line-height: 28px;
    }

    .gdprq-story-card h2 {
        font-size: 26px;
    }

    .gdprq-story-card blockquote {
        padding: 20px;
    }

    .gdprq-story-cta {
        padding: 24px;
    }

    .gdprq-login-hero {
        padding: 112px 0 44px;
    }

    .gdprq-login-copy h1 {
        font-size: 34px;
    }

    .gdprq-login-copy p {
        font-size: 16px;
        line-height: 27px;
    }

    .gdprq-login-card {
        padding: 24px;
    }

    .gdprq-auth-card-head h2 {
        font-size: 23px;
    }

    .gdprq-register-copy h1 {
        font-size: 34px;
    }

    .gdprq-register-copy p {
        font-size: 16px;
        line-height: 27px;
    }

    .gdprq-register-card {
        padding: 24px;
    }

    .gdprq-register-card-head h2 {
        font-size: 23px;
    }

    .gdprq-actions {
        display: block;
    }

    .gdprq-actions .default-btn {
        display: block;
        text-align: center;
        margin-bottom: 12px;
    }

    .gdprq-hero-points {
        display: block;
    }

    .gdprq-hero-points li {
        margin-bottom: 8px;
    }

    .gdprq-stat-grid {
        grid-template-columns: 1fr;
    }

    .gdprq-welcome-stat {
        grid-template-columns: 56px 1fr;
        padding: 18px;
    }

    .gdprq-stat-icon {
        font-size: 22px;
        height: 52px;
        width: 52px;
    }

    .gdprq-welcome-panel,
    .gdprq-welcome-guide {
        padding: 24px;
    }

    .gdprq-onboarding-actions .default-btn {
        justify-content: center;
        width: 100%;
    }

    .gdprq-terms-card header,
    .gdprq-terms-list,
    .gdprq-terms-actions {
        padding-left: 20px;
        padding-right: 20px;
    }

    .gdprq-terms-note {
        margin-left: 20px;
        margin-right: 20px;
    }

    .gdprq-terms-card h1 {
        font-size: 26px;
    }

    .gdprq-terms-actions {
        align-items: stretch;
        flex-direction: column-reverse;
        gap: 12px;
    }

    .gdprq-terms-actions .default-btn {
        justify-content: center;
        width: 100%;
    }

    .gdprq-welcome-copy h1 {
        font-size: 30px;
    }

    .gdprq-welcome-visual {
        display: none;
    }

    .gdprq-app-topbar .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .gdprq-top-link {
        display: none;
    }

    .gdprq-app-toolbar h1 {
        font-size: 28px;
    }

    .gdprq-wizard-hero {
        padding: 24px 18px;
    }

    .gdprq-wizard-hero h1 {
        font-size: 28px;
    }

    .gdprq-wizard-hero p {
        font-size: 14px;
        line-height: 21px;
    }

    .gdprq-completion-toast-card {
        grid-template-columns: 1fr;
        padding: 20px;
    }

    .gdprq-completion-actions .default-btn,
    .gdprq-completion-secondary {
        text-align: center;
        width: 100%;
    }

    .gdprq-panel-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }

    .gdprq-affiliate-hero {
        padding: 24px;
    }

    .gdprq-affiliate-hero h1 {
        font-size: 30px;
    }

    .gdprq-affiliate-hero aside strong {
        font-size: 56px;
    }

    .gdprq-affiliate-stats-row {
        grid-template-columns: 1fr;
    }

    .gdprq-affiliate-terms-panel {
        padding: 22px;
    }

    .gdprq-affiliate-terms-intro h2 {
        font-size: 24px;
    }

    .gdprq-affiliate-terms-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .gdprq-affiliate-terms-actions .default-btn {
        text-align: center;
        width: 100%;
    }

    .gdprq-affiliate-toolbox {
        padding: 22px;
    }

    .gdprq-affiliate-code-block {
        grid-template-columns: 1fr;
    }

    .gdprq-affiliate-code-block .default-btn {
        justify-self: stretch;
        text-align: center;
    }

    .gdprq-admin-stats {
        grid-template-columns: 1fr;
    }

    .gdprq-copy-field {
        grid-template-columns: 1fr;
    }

    .gdprq-copy-field .default-btn,
    .gdprq-affiliate-hero-actions .default-btn {
        justify-content: center;
        width: 100%;
    }

    .gdprq-account-actions .default-btn {
        justify-content: center;
        width: 100%;
    }

    .gdprq-app-sidebar {
        padding: 10px 12px;
    }

    .gdprq-document-list article {
        align-items: flex-start;
        grid-template-columns: 42px 1fr;
    }

    .gdprq-document-list article .default-btn,
    .gdprq-statement-card .default-btn {
        grid-column: 2;
        justify-content: center;
        width: 100%;
    }

    .gdprq-statement-card {
        grid-template-columns: 1fr;
        padding: 22px;
    }

    .gdprq-library-status {
        grid-template-columns: 1fr;
    }

    .gdprq-document-title-row {
        flex-direction: column;
    }

    .gdprq-statement-card .gdprq-document-actions,
    .gdprq-document-list article .gdprq-document-actions,
    .gdprq-embed-code-card .gdprq-document-actions {
        grid-column: 1 / -1;
        width: 100%;
    }

    .gdprq-statement-visual {
        height: 92px;
        width: 100%;
    }

    .gdprq-document-preview-shell {
        margin-left: -10px;
        margin-right: -10px;
        padding: 10px;
    }

    .gdprq-document-preview-shell iframe {
        min-height: 760px;
    }

    .gdprq-section-row {
        grid-template-columns: 38px 1fr;
    }

    .gdprq-section-row em {
        grid-column: 2;
    }

    .gdprq-option-checklist {
        grid-template-columns: 1fr;
    }

    .gdprq-question-steps {
        flex-wrap: nowrap;
        margin-left: -2px;
        margin-right: -2px;
        overflow-x: auto;
        padding-bottom: 4px;
    }

    .gdprq-question-steps a {
        flex: 0 0 auto;
    }

    .gdprq-side-nav a {
        grid-template-columns: 38px 1fr;
    }

    .gdprq-side-nav em {
        grid-column: 2;
    }

    .gdprq-question-topline,
    .gdprq-section-summary {
        align-items: flex-start;
        flex-direction: column;
    }

    .gdprq-step-controls,
    .gdprq-form-actions {
        width: 100%;
    }

    .gdprq-choice-control {
        width: 100%;
    }

    .gdprq-choice-control label,
    .gdprq-choice-control span {
        justify-content: center;
        width: 100%;
    }

    .gdprq-question-flow {
        align-items: flex-start;
        flex-direction: column;
    }

    .gdprq-form-actions .default-btn,
    .gdprq-form-actions a {
        justify-content: center;
        text-align: center;
        width: 100%;
    }
}
