body.paddastock-front-theme {
    --padda-bg-1: #1e0f46;
    --padda-bg-2: #2a1156;
    --padda-bg-3: #3a1f78;
    --padda-surface: rgba(118, 84, 194, 0.22);
    --padda-surface-2: rgba(136, 97, 219, 0.32);
    --padda-line: rgba(255,255,255,0.12);
    --padda-text: #f5f1ff;
    --padda-text-soft: rgba(245, 241, 255, 0.78);
    --padda-orange: #ff9a58;
    --padda-orange-2: #ffb37a;
    background:
        radial-gradient(circle at top right, rgba(173, 129, 255, 0.26), transparent 25%),
        radial-gradient(circle at bottom left, rgba(255, 153, 87, 0.12), transparent 22%),
        linear-gradient(135deg, var(--padda-bg-1), var(--padda-bg-2) 48%, var(--padda-bg-3));
    color: var(--padda-text);
}

body.paddastock-front-theme #header,
body.paddastock-front-theme #footer,
body.paddastock-front-theme .breadcrumb,
body.paddastock-front-theme .page-not-found,
body.paddastock-front-theme .page-header h1.h1,
body.paddastock-front-theme .block-category,
body.paddastock-front-theme .page-footer,
body.paddastock-front-theme .footer-container,
body.paddastock-front-theme .header-top,
body.paddastock-front-theme .nav-1,
body.paddastock-front-theme .nav-2,
body.paddastock-front-theme .wrapper .breadcrumb-container {
    display: none !important;
}

body.paddastock-front-theme #wrapper,
body.paddastock-front-theme .wrapper,
body.paddastock-front-theme #content-wrapper,
body.paddastock-front-theme #main,
body.paddastock-front-theme #left-column,
body.paddastock-front-theme #right-column,
body.paddastock-front-theme .container {
    background: transparent !important;
}

body.paddastock-front-theme #main {
    min-height: 100vh;
}

body.paddastock-front-theme .container {
    max-width: 1240px;
}

body.paddastock-front-theme #content {
    background: transparent !important;
    box-shadow: none !important;
}

body.paddastock-front-theme .paddastock-front-shell {
    padding: 36px 0 64px;
}

body.paddastock-front-theme .paddastock-front-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(380px, 0.9fr);
    gap: 28px;
    align-items: stretch;
    padding: 34px;
    border-radius: 34px;
    background: linear-gradient(180deg, rgba(125, 93, 201, 0.88), rgba(71, 40, 139, 0.96));
    border: 1px solid rgba(255,255,255,0.12);
    box-shadow: 0 26px 70px rgba(10, 4, 34, 0.42);
    overflow: hidden;
    position: relative;
    margin-bottom: 28px;
}

body.paddastock-front-theme .paddastock-front-hero:before,
body.paddastock-front-theme .paddastock-front-hero:after {
    content: "";
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
}

body.paddastock-front-theme .paddastock-front-hero:before {
    width: 260px;
    height: 260px;
    right: -70px;
    top: -90px;
    background: radial-gradient(circle, rgba(255,255,255,0.16), transparent 68%);
}

body.paddastock-front-theme .paddastock-front-hero:after {
    width: 320px;
    height: 320px;
    left: -120px;
    bottom: -180px;
    background: radial-gradient(circle, rgba(255,164,92,0.12), transparent 70%);
}

body.paddastock-front-theme .paddastock-front-logo-box,
body.paddastock-front-theme .paddastock-front-panel {
    position: relative;
    z-index: 1;
}

body.paddastock-front-theme .paddastock-front-logo-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 104px;
    max-width: 280px;
    padding: 18px 28px;
    border-radius: 28px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.14);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
    margin-bottom: 20px;
}

body.paddastock-front-theme .paddastock-front-logo-box img {
    max-height: 70px;
    width: auto;
}

body.paddastock-front-theme .paddastock-front-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.82);
    margin-bottom: 12px;
}

body.paddastock-front-theme .paddastock-front-kicker:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: linear-gradient(180deg, #91f68d, #d5ffbf);
    box-shadow: 0 0 18px rgba(145, 246, 141, 0.52);
}

body.paddastock-front-theme .paddastock-front-title {
    margin: 0 0 16px;
    font-size: clamp(40px, 5vw, 74px);
    line-height: 0.94;
    letter-spacing: -0.04em;
    font-weight: 900;
    color: #fff;
}

body.paddastock-front-theme .paddastock-front-subtitle {
    max-width: 640px;
    margin: 0 0 22px;
    color: var(--padda-text-soft);
    font-size: 28px;
    line-height: 1.12;
    font-weight: 800;
}

body.paddastock-front-theme .paddastock-front-desc {
    max-width: 680px;
    color: rgba(255,255,255,0.82);
    font-size: 18px;
    line-height: 1.6;
    margin: 0 0 26px;
}

body.paddastock-front-theme .paddastock-front-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

body.paddastock-front-theme .paddastock-front-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 54px;
    padding: 0 24px;
    border-radius: 18px;
    text-decoration: none !important;
    font-weight: 800;
    font-size: 18px;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

body.paddastock-front-theme .paddastock-front-btn:hover {
    transform: translateY(-1px);
}

body.paddastock-front-theme .paddastock-front-btn-main {
    background: linear-gradient(135deg, #f4eadc, #ead6c0);
    color: #311760 !important;
    box-shadow: 0 16px 34px rgba(24, 9, 59, 0.24);
}

body.paddastock-front-theme .paddastock-front-btn-alt {
    background: linear-gradient(135deg, rgba(255,153,87,0.22), rgba(176,113,255,0.2));
    border: 1px solid rgba(255,255,255,0.14);
    color: #fff !important;
}

body.paddastock-front-theme .paddastock-front-panel {
    align-self: center;
    padding: 20px;
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(48, 28, 102, 0.85), rgba(30, 16, 68, 0.96));
    border: 1px solid rgba(255,255,255,0.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.06);
}

body.paddastock-front-theme .paddastock-front-panel h3 {
    margin: 0 0 16px;
    color: #fff;
    font-size: 22px;
    font-weight: 900;
}

body.paddastock-front-theme .paddastock-front-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 14px;
}

body.paddastock-front-theme .paddastock-front-stat,
body.paddastock-front-theme .paddastock-front-slot {
    padding: 16px;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(123,93,201,0.3), rgba(84,55,160,0.32));
    border: 1px solid rgba(255,255,255,0.11);
    color: #fff;
}

body.paddastock-front-theme .paddastock-front-stat small {
    display: block;
    font-size: 12px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.64);
    margin-bottom: 8px;
}

body.paddastock-front-theme .paddastock-front-stat strong {
    display: block;
    font-size: 20px;
    line-height: 1;
}

body.paddastock-front-theme .paddastock-front-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

body.paddastock-front-theme .paddastock-front-slot {
    min-height: 74px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
}

body.paddastock-front-theme .paddastock-front-slot strong {
    font-size: 21px;
}

body.paddastock-front-theme .paddastock-front-slot span {
    color: rgba(255,255,255,0.72);
    font-size: 13px;
}

body.paddastock-front-theme .paddastock-front-content {
    padding: 28px;
    border-radius: 30px;
    background: rgba(20, 9, 54, 0.35);
    border: 1px solid rgba(255,255,255,0.09);
    box-shadow: 0 24px 58px rgba(8, 3, 28, 0.18);
}

body.paddastock-front-theme .paddastock-front-content h1,
body.paddastock-front-theme .paddastock-front-content h2,
body.paddastock-front-theme .paddastock-front-content h3,
body.paddastock-front-theme .paddastock-front-content h4,
body.paddastock-front-theme .paddastock-front-content p,
body.paddastock-front-theme .paddastock-front-content li,
body.paddastock-front-theme .paddastock-front-content label,
body.paddastock-front-theme .paddastock-front-content span,
body.paddastock-front-theme .paddastock-front-content strong {
    color: var(--padda-text) !important;
}

body.paddastock-front-theme .paddastock-front-content p,
body.paddastock-front-theme .paddastock-front-content li {
    color: rgba(245,241,255,0.82) !important;
}

body.paddastock-front-theme .paddastock-front-content a {
    color: #fff !important;
}

body.paddastock-front-theme .paddastock-front-content hr {
    border-color: rgba(255,255,255,0.12) !important;
}

body.paddastock-front-theme.paddastock-front-tarifs #main .page-content,
body.paddastock-front-theme.paddastock-front-contact #main .page-content,
body.paddastock-front-theme #contact #content,
body.paddastock-front-theme .contact-form,
body.paddastock-front-theme .contact-rich,
body.paddastock-front-theme #cms {
    background: transparent !important;
    box-shadow: none !important;
    border: 0 !important;
}

body.paddastock-front-theme .contact-form {
    padding: 28px;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(101,74,172,0.22), rgba(43,22,94,0.28)) !important;
    border: 1px solid rgba(255,255,255,0.1) !important;
}

body.paddastock-front-theme .form-control,
body.paddastock-front-theme select,
body.paddastock-front-theme textarea,
body.paddastock-front-theme input[type="text"],
body.paddastock-front-theme input[type="email"] {
    min-height: 52px;
    border-radius: 16px !important;
    border: 1px solid rgba(255,255,255,0.12) !important;
    background: rgba(255,255,255,0.08) !important;
    color: #fff !important;
    box-shadow: none !important;
}

body.paddastock-front-theme textarea.form-control,
body.paddastock-front-theme textarea {
    min-height: 150px;
}

body.paddastock-front-theme .form-control::placeholder,
body.paddastock-front-theme textarea::placeholder,
body.paddastock-front-theme input::placeholder {
    color: rgba(255,255,255,0.56) !important;
}

body.paddastock-front-theme .custom-file .input-group-btn .btn,
body.paddastock-front-theme .btn-primary,
body.paddastock-front-theme button[type="submit"],
body.paddastock-front-theme input[type="submit"] {
    min-height: 52px;
    border-radius: 16px !important;
    border: 0 !important;
    background: linear-gradient(135deg, #ff9a58, #ffb883) !important;
    color: #2f165d !important;
    font-weight: 900 !important;
    box-shadow: 0 18px 34px rgba(255,154,88,0.24);
}

body.paddastock-front-theme .contact-rich {
    padding: 24px;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(73,45,143,0.22), rgba(34,16,79,0.26)) !important;
    border: 1px solid rgba(255,255,255,0.1);
}

body.paddastock-front-theme .contact-rich h4,
body.paddastock-front-theme .block-contact-title {
    color: #fff !important;
}

body.paddastock-front-theme .alert,
body.paddastock-front-theme .help-block,
body.paddastock-front-theme .form-footer {
    color: var(--padda-text) !important;
}



body.paddastock-front-theme #contact .contact-form h1,
body.paddastock-front-theme #contact .contact-form h2,
body.paddastock-front-theme #contact .contact-form h3,
body.paddastock-front-theme #contact .contact-form .h1,
body.paddastock-front-theme #contact .contact-form .h2,
body.paddastock-front-theme #contact .contact-form .h3,
body.paddastock-front-theme #contact .contact-form label,
body.paddastock-front-theme #contact .contact-form .form-control-label,
body.paddastock-front-theme #contact .contact-form .col-form-label,
body.paddastock-front-theme #contact .contact-form .custom-file-label,
body.paddastock-front-theme #contact .contact-form .optional,
body.paddastock-front-theme #contact .contact-form .file-label,
body.paddastock-front-theme #contact .contact-form .input-group-addon,
body.paddastock-front-theme #contact .contact-form .form-footer,
body.paddastock-front-theme #contact .contact-form .clearfix,
body.paddastock-front-theme #contact .contact-form .radio-inline,
body.paddastock-front-theme #contact .contact-form .checkbox label {
    color: #f5f1ff !important;
}

body.paddastock-front-theme #contact .contact-form .page-subheading,
body.paddastock-front-theme #contact .contact-form .contact-title {
    color: #ffffff !important;
}

body.paddastock-front-theme #contact .contact-form .custom-file input,
body.paddastock-front-theme #contact .contact-form .custom-file-label,
body.paddastock-front-theme #contact .contact-form input[type="file"] {
    color: #f5f1ff !important;
}

body.paddastock-front-theme .paddastock-front-back-home {
    margin-top: 22px;
}

body.paddastock-front-theme .paddastock-pricing-highlight,
body.paddastock-front-theme .paddastock-pricing-block {
    padding: 22px;
    border-radius: 24px;
    margin-bottom: 18px;
    background: linear-gradient(180deg, rgba(117,89,192,0.22), rgba(55,31,119,0.24));
    border: 1px solid rgba(255,255,255,0.1);
}

body.paddastock-front-theme .paddastock-pricing-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255,255,255,0.08);
    color: #fff;
    font-weight: 800;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .04em;
}

body.paddastock-front-theme .paddastock-price-main {
    font-size: 44px;
    line-height: 1;
    font-weight: 900;
    color: #fff;
    margin: 8px 0 14px;
}

body.paddastock-front-theme .paddastock-price-main small {
    font-size: 18px;
    font-weight: 700;
    color: rgba(255,255,255,0.72);
}

body.paddastock-front-theme .paddastock-check-list,
body.paddastock-front-theme .paddastock-soft-list {
    list-style: none !important;
    padding-left: 0 !important;
    margin: 0;
}

body.paddastock-front-theme .paddastock-check-list li,
body.paddastock-front-theme .paddastock-soft-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 10px;
}

body.paddastock-front-theme .paddastock-check-list li:before,
body.paddastock-front-theme .paddastock-soft-list li:before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--padda-orange-2);
    font-weight: 900;
}

body.paddastock-front-theme .paddastock-grid-2 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

@media (max-width: 991px) {
    body.paddastock-front-theme .paddastock-front-hero,
    body.paddastock-front-theme .paddastock-grid-2 {
        grid-template-columns: 1fr;
    }

    body.paddastock-front-theme .paddastock-front-panel {
        order: 2;
    }
}

@media (max-width: 767px) {
    body.paddastock-front-theme .paddastock-front-shell {
        padding: 18px 0 34px;
    }

    body.paddastock-front-theme .paddastock-front-hero,
    body.paddastock-front-theme .paddastock-front-content,
    body.paddastock-front-theme .contact-form,
    body.paddastock-front-theme .contact-rich {
        padding: 20px;
        border-radius: 22px;
    }

    body.paddastock-front-theme .paddastock-front-title {
        font-size: 48px;
    }

    body.paddastock-front-theme .paddastock-front-subtitle {
        font-size: 20px;
    }

    body.paddastock-front-theme .paddastock-front-stats,
    body.paddastock-front-theme .paddastock-front-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.paddastock-front-theme .paddastock-front-btn {
        width: 100%;
    }
}

/* v4 - contrast contact form fix */
body.paddastock-front-theme #contact .contact-form,
body.paddastock-front-theme #contact .contact-form .row,
body.paddastock-front-theme #contact .contact-form .col-md-3,
body.paddastock-front-theme #contact .contact-form .col-md-6,
body.paddastock-front-theme #contact .contact-form .col-md-9,
body.paddastock-front-theme #contact .contact-form .form-group,
body.paddastock-front-theme #contact .contact-form .form-fields,
body.paddastock-front-theme #contact .contact-form .form-control-comment,
body.paddastock-front-theme #contact .contact-form .custom-file,
body.paddastock-front-theme #contact .contact-form .custom-file + span,
body.paddastock-front-theme #contact .contact-form .file-input,
body.paddastock-front-theme #contact .contact-form .form-control-label,
body.paddastock-front-theme #contact .contact-form .col-form-label,
body.paddastock-front-theme #contact .contact-form label,
body.paddastock-front-theme #contact .contact-form span,
body.paddastock-front-theme #contact .contact-form p,
body.paddastock-front-theme #contact .contact-form small,
body.paddastock-front-theme #contact .contact-form strong,
body.paddastock-front-theme #contact .contact-form legend,
body.paddastock-front-theme #contact .contact-form h1,
body.paddastock-front-theme #contact .contact-form h2,
body.paddastock-front-theme #contact .contact-form h3,
body.paddastock-front-theme #contact .contact-form h4,
body.paddastock-front-theme #contact .contact-form h5,
body.paddastock-front-theme #contact .contact-form h6 {
    color: #f7f3ff !important;
}

body.paddastock-front-theme #contact .contact-form [class*="col-"] > label,
body.paddastock-front-theme #contact .contact-form .form-fields > label,
body.paddastock-front-theme #contact .contact-form .form-group > label {
    color: #ffffff !important;
    font-weight: 700 !important;
}

body.paddastock-front-theme #contact .contact-form .contact-title,
body.paddastock-front-theme #contact .contact-form .page-subheading,
body.paddastock-front-theme #contact .contact-form .h3,
body.paddastock-front-theme #contact .contact-form h3 {
    color: #ffffff !important;
    font-weight: 900 !important;
}

body.paddastock-front-theme #contact .contact-form .custom-file-label,
body.paddastock-front-theme #contact .contact-form .optional,
body.paddastock-front-theme #contact .contact-form .form-control-comment {
    color: rgba(247,243,255,0.88) !important;
}

/* v5 - hard force readable text on contact page */
body.paddastock-front-theme.paddastock-front-contact #main,
body.paddastock-front-theme.paddastock-front-contact #main .page-content,
body.paddastock-front-theme.paddastock-front-contact #main .contact-form,
body.paddastock-front-theme.paddastock-front-contact #main .contact-form *,
body.paddastock-front-theme.paddastock-front-contact #content,
body.paddastock-front-theme.paddastock-front-contact #content * {
    color: #f5f1ff !important;
    -webkit-text-fill-color: #f5f1ff !important;
}

body.paddastock-front-theme.paddastock-front-contact #main .contact-form h1,
body.paddastock-front-theme.paddastock-front-contact #main .contact-form h2,
body.paddastock-front-theme.paddastock-front-contact #main .contact-form h3,
body.paddastock-front-theme.paddastock-front-contact #main .contact-form .h1,
body.paddastock-front-theme.paddastock-front-contact #main .contact-form .h2,
body.paddastock-front-theme.paddastock-front-contact #main .contact-form .h3,
body.paddastock-front-theme.paddastock-front-contact #main .contact-form .page-subheading,
body.paddastock-front-theme.paddastock-front-contact #main .contact-form .contact-title {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

body.paddastock-front-theme.paddastock-front-contact #main .contact-form label,
body.paddastock-front-theme.paddastock-front-contact #main .contact-form .form-control-label,
body.paddastock-front-theme.paddastock-front-contact #main .contact-form .col-form-label,
body.paddastock-front-theme.paddastock-front-contact #main .contact-form .optional,
body.paddastock-front-theme.paddastock-front-contact #main .contact-form .form-control-comment,
body.paddastock-front-theme.paddastock-front-contact #main .contact-form small,
body.paddastock-front-theme.paddastock-front-contact #main .contact-form p,
body.paddastock-front-theme.paddastock-front-contact #main .contact-form span:not(.btn):not(.paddastock-front-btn) {
    color: rgba(245, 241, 255, 0.92) !important;
    -webkit-text-fill-color: rgba(245, 241, 255, 0.92) !important;
}

body.paddastock-front-theme.paddastock-front-contact #main .contact-form input,
body.paddastock-front-theme.paddastock-front-contact #main .contact-form select,
body.paddastock-front-theme.paddastock-front-contact #main .contact-form textarea {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

body.paddastock-front-theme.paddastock-front-contact #main .contact-form input::placeholder,
body.paddastock-front-theme.paddastock-front-contact #main .contact-form textarea::placeholder {
    color: rgba(245, 241, 255, 0.72) !important;
    -webkit-text-fill-color: rgba(245, 241, 255, 0.72) !important;
}

body.paddastock-front-theme.paddastock-front-contact #main .contact-form button,
body.paddastock-front-theme.paddastock-front-contact #main .contact-form .btn,
body.paddastock-front-theme.paddastock-front-contact #main .contact-form input[type="submit"],
body.paddastock-front-theme.paddastock-front-contact #main .contact-form .custom-file-label,
body.paddastock-front-theme.paddastock-front-contact #main .contact-form .file-input,
body.paddastock-front-theme.paddastock-front-contact #main .contact-form [class*="btn"] {
    -webkit-text-fill-color: inherit !important;
}

/* v6 - homepage-like premium layouts for pricing + contact */
body.paddastock-front-theme .paddastock-front-panel-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
}

body.paddastock-front-theme .paddastock-front-status {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255,255,255,0.08);
    color: #fff;
    font-size: 14px;
    font-weight: 800;
}

body.paddastock-front-theme .paddastock-front-status:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: linear-gradient(180deg, #9cf48b, #d8ffbf);
    box-shadow: 0 0 16px rgba(156,244,139,0.46);
}

body.paddastock-front-theme .paddastock-front-chip-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
}

body.paddastock-front-theme .paddastock-front-chip {
    display: inline-flex;
    align-items: center;
    padding: 9px 14px;
    border-radius: 999px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.08);
    color: rgba(255,255,255,0.92);
    font-size: 13px;
    font-weight: 700;
}

body.paddastock-front-theme .paddastock-pricing-page,
body.paddastock-front-theme .paddastock-contact-page {
    display: block;
}

body.paddastock-front-theme .paddastock-page-title {
    margin: 0 0 18px;
    font-size: clamp(34px, 4vw, 54px);
    line-height: 1;
    font-weight: 900;
    color: #fff !important;
}

body.paddastock-front-theme .paddastock-metric-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 22px;
}

body.paddastock-front-theme .paddastock-metric-card,
body.paddastock-front-theme .paddastock-pricing-intro-card,
body.paddastock-front-theme .paddastock-pricing-section-card,
body.paddastock-front-theme .paddastock-contact-info-card,
body.paddastock-front-theme .paddastock-contact-form-shell {
    padding: 24px;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(112,84,193,0.24), rgba(43,22,95,0.3));
    border: 1px solid rgba(255,255,255,0.11);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.06), 0 24px 50px rgba(11, 4, 36, 0.15);
}

body.paddastock-front-theme .paddastock-metric-card small,
body.paddastock-front-theme .paddastock-contact-info-card small,
body.paddastock-front-theme .paddastock-bottom-cta small {
    display: block;
    margin-bottom: 10px;
    color: rgba(255,255,255,0.68) !important;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 12px;
    font-weight: 800;
}

body.paddastock-front-theme .paddastock-metric-card strong,
body.paddastock-front-theme .paddastock-contact-info-card strong,
body.paddastock-front-theme .paddastock-bottom-cta strong {
    display: block;
    color: #fff !important;
    font-size: 28px;
    line-height: 1.1;
    font-weight: 900;
}

body.paddastock-front-theme .paddastock-metric-card span,
body.paddastock-front-theme .paddastock-contact-info-card p {
    display: block;
    margin-top: 10px;
    color: rgba(245,241,255,0.78) !important;
    font-size: 15px;
    line-height: 1.55;
}

body.paddastock-front-theme .paddastock-pricing-intro-card {
    margin-bottom: 18px;
}

body.paddastock-front-theme .paddastock-pricing-intro-card h2,
body.paddastock-front-theme .paddastock-pricing-section-card h3 {
    margin: 0 0 14px;
    color: #fff !important;
    font-size: 36px;
    line-height: 1.08;
    font-weight: 900;
}

body.paddastock-front-theme .paddastock-pricing-section-card h3 {
    font-size: 28px;
}

body.paddastock-front-theme .paddastock-pricing-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

body.paddastock-front-theme .paddastock-pricing-section-card ul,
body.paddastock-front-theme .paddastock-pricing-intro-card ul {
    margin-top: 14px;
}

body.paddastock-front-theme .paddastock-bottom-cta {
    margin-top: 22px;
    padding: 24px 26px;
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(244,234,220,0.14), rgba(255,154,88,0.14));
    border: 1px solid rgba(255,255,255,0.12);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

body.paddastock-front-theme .paddastock-bottom-cta-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

body.paddastock-front-theme .paddastock-contact-layout {
    display: grid;
    grid-template-columns: minmax(260px, 0.78fr) minmax(0, 1.22fr);
    gap: 18px;
    align-items: start;
}

body.paddastock-front-theme .paddastock-contact-aside {
    display: grid;
    gap: 18px;
}

body.paddastock-front-theme .paddastock-contact-form-shell {
    min-height: 100%;
}

body.paddastock-front-theme .paddastock-contact-heading {
    margin-bottom: 18px;
}

body.paddastock-front-theme .paddastock-contact-heading h1,
body.paddastock-front-theme .paddastock-contact-heading h2,
body.paddastock-front-theme .paddastock-contact-heading h3,
body.paddastock-front-theme .paddastock-contact-heading .h1,
body.paddastock-front-theme .paddastock-contact-heading .h2,
body.paddastock-front-theme .paddastock-contact-heading .h3 {
    margin: 0 0 10px;
    color: #fff !important;
    font-size: clamp(28px, 3vw, 40px);
    line-height: 1.05;
    font-weight: 900;
}

body.paddastock-front-theme .paddastock-contact-heading p {
    margin: 0;
    color: rgba(245,241,255,0.82) !important;
    font-size: 16px;
    line-height: 1.6;
}

body.paddastock-front-theme .paddastock-contact-form-shell .contact-form {
    padding: 0;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

body.paddastock-front-theme.paddastock-front-contact .paddastock-front-content {
    padding: 18px;
}

body.paddastock-front-theme.paddastock-front-tarifs .paddastock-front-content {
    padding: 24px;
}

@media (max-width: 991px) {
    body.paddastock-front-theme .paddastock-metric-strip,
    body.paddastock-front-theme .paddastock-pricing-cards,
    body.paddastock-front-theme .paddastock-contact-layout,
    body.paddastock-front-theme .paddastock-bottom-cta {
        grid-template-columns: 1fr;
        display: grid;
    }

    body.paddastock-front-theme .paddastock-bottom-cta {
        justify-content: stretch;
    }
}

@media (max-width: 767px) {
    body.paddastock-front-theme .paddastock-metric-card,
    body.paddastock-front-theme .paddastock-pricing-intro-card,
    body.paddastock-front-theme .paddastock-pricing-section-card,
    body.paddastock-front-theme .paddastock-contact-info-card,
    body.paddastock-front-theme .paddastock-contact-form-shell,
    body.paddastock-front-theme .paddastock-bottom-cta {
        padding: 18px;
        border-radius: 20px;
    }

    body.paddastock-front-theme .paddastock-pricing-intro-card h2,
    body.paddastock-front-theme .paddastock-pricing-section-card h3 {
        font-size: 24px;
    }
}
