/* =========================================================
   Shirtsy Net 30 application page — scoped to page ID 3881
   Design system: matches /how-it-works/ (HIW) iframe design.
   Palette: CMYK brand colors. Typography: Exo only.
   Functionality preserved — Elementor form id/fields/action
   are untouched; this file only restyles the rendered markup.
   ========================================================= */

body.page-id-3881 {
    --hiw-cyan:         #00AEEF;
    --hiw-cyan-dark:    #008dc0;
    --hiw-magenta:      #EC008C;
    --hiw-yellow:       #FFF200;
    --hiw-green:        #8DC63F;
    --hiw-ink:          #231F20;
    --hiw-white:        #FFFFFF;
    --hiw-bg-alt:       #f8f9fa;
    --hiw-text-primary: #231F20;
    --hiw-text-sec:     #555555;
    --hiw-text-muted:   #6c757d;
    --hiw-border:       #e9ecef;
    --hiw-border-mid:   #dee2e6;
    --hiw-shadow-card:  0 2px 8px rgba(0,0,0,0.06);
    --hiw-shadow-hover: 0 6px 20px rgba(0,0,0,0.10);
    --hiw-shadow-cyan:  0 6px 20px rgba(0,174,239,0.28);
    --hiw-radius:       8px;
    --hiw-radius-sm:    4px;
}

/* ---- Page surface background ---- */
html body.page-id-3881,
body.page-id-3881 .rey-siteMain,
body.page-id-3881 .rey-siteMain-inner,
body.page-id-3881 .rey-postContent,
body.page-id-3881 .rey-postItem,
body.page-id-3881 article.post-3881,
body.page-id-3881 .rey-pageContent {
    background-color: #ffffff !important;
}

/* ---- Hide theme chrome + legacy Elementor heading ---- */
html body.page-id-3881 header.rey-postHeader,
html body.page-id-3881 .rey-postHeader,
html body.page-id-3881 .rey-postTitle,
html body.page-id-3881 .rey-postInfo,
html body.page-id-3881 .rey-entryDate,
html body.page-id-3881 .rey-postDuration,
html body.page-id-3881 .rey-breadcrumbs,
html body.page-id-3881 .rey-siteTitle + h1,
html body.page-id-3881 h1.entry-title,
html body.page-id-3881 .entry-title,
html body.page-id-3881 .page-title,
/* hide the on-page Elementor heading widget "NET 30 APPLICATION" (widget ID aa04310) */
html body.page-id-3881 .elementor-element-aa04310 {
    display: none !important;
}

body.page-id-3881 .rey-postContent,
body.page-id-3881 .rey-postItem,
body.page-id-3881 .rey-siteMain-inner,
body.page-id-3881 .rey-siteMain {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

/* ---- Neutralize the legacy Elementor section wrapper (ID b06103e) ---- */
body.page-id-3881 .elementor-element.elementor-element-b06103e,
body.page-id-3881 .elementor-element.elementor-element-b06103e:not(.elementor-motion-effects-element-type-background),
body.page-id-3881 .elementor-element.elementor-element-b06103e > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
}
body.page-id-3881 .elementor-element.elementor-element-b06103e > .elementor-container {
    max-width: 880px !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
}
body.page-id-3881 .elementor-element.elementor-element-ebb2dba > .elementor-element-populated {
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    background-color: transparent !important;
}
body.page-id-3881 .elementor-element.elementor-element-734a985 > .elementor-widget-container {
    background: transparent !important;
    background-color: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

/* =========================================================
   HERO (injected via `the_content` filter)
   Markup is kept identical; only restyled to HIW look.
   ========================================================= */
body.page-id-3881 .shirtsy-n30-hero {
    position: relative;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    margin-top: 0 !important;
    background: linear-gradient(160deg, #ffffff 0%, #f3f4f6 100%);
    padding: 100px 24px 90px;
    text-align: center;
    overflow: hidden;
    border-bottom: 1px solid var(--hiw-border);
    font-family: 'Exo', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
body.page-id-3881 .shirtsy-n30-hero::before {
    content: '';
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(0,174,239,0.07) 0%, transparent 70%);
    pointer-events: none;
}
body.page-id-3881 .shirtsy-n30-hero::after {
    /* kill the old curved cut-out */
    content: none !important;
}

/* Eyebrow (kept class name .shirtsy-n30-hero-badge) */
body.page-id-3881 .shirtsy-n30-hero-badge {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(0,174,239,0.05);
    border: 1px solid rgba(0,174,239,0.3);
    border-radius: 100px;
    padding: 6px 14px;
    font-size: 12px;
    font-weight: 600;
    color: var(--hiw-text-muted);
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 24px;
}
body.page-id-3881 .shirtsy-n30-hero-badge::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--hiw-cyan);
    box-shadow: 0 0 0 3px rgba(0,174,239,0.15);
}

/* H1 */
body.page-id-3881 .shirtsy-n30-hero-title {
    position: relative;
    font-family: 'Exo', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-size: clamp(32px, 5.5vw, 54px) !important;
    color: var(--hiw-ink) !important;
    line-height: 1.2 !important;
    letter-spacing: -0.02em !important;
    font-weight: 800 !important;
    margin: 0 auto 20px !important;
    max-width: 720px;
    text-transform: none !important;
}
body.page-id-3881 .shirtsy-n30-hero-title em {
    font-style: normal;
    background: linear-gradient(90deg, var(--hiw-cyan), var(--hiw-magenta));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

/* Subtitle */
body.page-id-3881 .shirtsy-n30-hero-sub {
    position: relative;
    font-size: 19px;
    color: var(--hiw-text-sec);
    font-weight: 300;
    margin: 0 auto 28px;
    max-width: 560px;
    line-height: 1.6;
}

/* Meta pill ($6,000 credit line · 30-day terms) */
body.page-id-3881 .shirtsy-n30-hero-meta {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 22px;
    background: rgba(141,198,63,0.08);
    border: 1px solid rgba(141,198,63,0.3);
    border-radius: 100px;
    font-family: 'Exo', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: var(--hiw-text-sec);
    letter-spacing: 0.02em;
}

/* =========================================================
   FORM CARD (form#net30app)
   ========================================================= */
body.page-id-3881 form#net30app {
    background: var(--hiw-white);
    border: 1px solid var(--hiw-border);
    border-top: 3px solid var(--hiw-cyan);
    border-radius: var(--hiw-radius);
    padding: 44px 36px 36px;
    margin: -32px auto 80px auto;
    max-width: 820px;
    position: relative;
    z-index: 2;
    box-shadow: var(--hiw-shadow-card);
    font-family: 'Exo', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/* Labels */
body.page-id-3881 form#net30app .elementor-field-group > label,
body.page-id-3881 form#net30app label.elementor-field-label {
    display: block !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    color: var(--hiw-ink) !important;
    letter-spacing: 0.01em !important;
    margin-bottom: 6px !important;
    text-transform: none !important;
    font-family: 'Exo', sans-serif !important;
}

/* Inputs / selects / textareas */
body.page-id-3881 form#net30app .elementor-field-textual,
body.page-id-3881 form#net30app input[type="text"],
body.page-id-3881 form#net30app input[type="email"],
body.page-id-3881 form#net30app input[type="password"],
body.page-id-3881 form#net30app input[type="tel"],
body.page-id-3881 form#net30app input[type="number"],
body.page-id-3881 form#net30app input[type="url"],
body.page-id-3881 form#net30app input[type="date"],
body.page-id-3881 form#net30app select,
body.page-id-3881 form#net30app textarea {
    width: 100% !important;
    max-width: 100% !important;
    font-family: 'Exo', sans-serif !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    padding: 12px 14px !important;
    background: #ffffff !important;
    border: 1px solid var(--hiw-border-mid) !important;
    border-radius: var(--hiw-radius-sm) !important;
    color: var(--hiw-ink) !important;
    transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
    box-sizing: border-box !important;
    line-height: 1.4 !important;
    height: auto !important;
    min-height: 0 !important;
}
body.page-id-3881 form#net30app input:not([type="checkbox"]):not([type="radio"]):focus,
body.page-id-3881 form#net30app select:focus,
body.page-id-3881 form#net30app textarea:focus {
    outline: none !important;
    border-color: var(--hiw-cyan) !important;
    box-shadow: 0 0 0 3px rgba(0,174,239,0.15) !important;
}
body.page-id-3881 form#net30app input[type="checkbox"]:focus {
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(0,174,239,0.2) !important;
}

/* Placeholders */
body.page-id-3881 form#net30app input::placeholder,
body.page-id-3881 form#net30app textarea::placeholder {
    color: #aaa !important;
    opacity: 1;
    font-weight: 300;
}

/* Select chevron */
body.page-id-3881 form#net30app .elementor-select-wrapper select,
body.page-id-3881 form#net30app select {
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'><path fill='none' stroke='%236c757d' stroke-width='2' d='M1 1.5l5 5 5-5'/></svg>") !important;
    background-repeat: no-repeat !important;
    background-position: right 14px center !important;
    background-size: 12px 8px !important;
    padding-right: 40px !important;
}
body.page-id-3881 form#net30app .elementor-select-wrapper::before,
body.page-id-3881 form#net30app .elementor-select-wrapper::after,
body.page-id-3881 form#net30app .elementor-select-wrapper .select-caret-down-wrapper {
    display: none !important;
}

/* Field group spacing */
body.page-id-3881 form#net30app .elementor-field-group {
    margin-bottom: 16px !important;
}

/* Acceptance (terms checkbox) */
body.page-id-3881 form#net30app .elementor-field-type-acceptance {
    padding: 16px 18px;
    background: var(--hiw-bg-alt);
    border: 1px solid var(--hiw-border);
    border-left: 3px solid var(--hiw-cyan);
    border-radius: var(--hiw-radius);
    margin: 18px 0 20px;
}
body.page-id-3881 form#net30app .elementor-field-type-acceptance .elementor-field-subgroup,
body.page-id-3881 form#net30app .elementor-field-type-acceptance .elementor-field-option {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}
body.page-id-3881 form#net30app .elementor-field-type-acceptance .elementor-field-label,
body.page-id-3881 form#net30app .elementor-field-type-checkbox .elementor-field-label {
    font-size: 14px !important;
    color: var(--hiw-text-sec) !important;
    font-weight: 400 !important;
    line-height: 1.6 !important;
    margin: 0 !important;
}
body.page-id-3881 form#net30app .elementor-field-type-acceptance .elementor-field-label a {
    color: var(--hiw-cyan) !important;
    font-weight: 600;
    text-decoration: none;
}
body.page-id-3881 form#net30app .elementor-field-type-acceptance .elementor-field-label a:hover {
    text-decoration: underline;
}
body.page-id-3881 form#net30app input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border: 2px solid var(--hiw-border-mid);
    border-radius: var(--hiw-radius-sm);
    background: #fff;
    cursor: pointer;
    position: relative;
    flex-shrink: 0;
    margin-top: 2px;
    transition: background 0.15s, border-color 0.15s;
}
body.page-id-3881 form#net30app input[type="checkbox"]:checked {
    background: var(--hiw-cyan);
    border-color: var(--hiw-cyan);
}
body.page-id-3881 form#net30app input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    top: 1px;
    left: 5px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* Required asterisk */
body.page-id-3881 form#net30app .elementor-mark-required .elementor-field-label::after {
    color: var(--hiw-magenta) !important;
    font-weight: 700;
}

/* Submit button — HIW .btn-primary style (cyan, 4px radius) */
body.page-id-3881 form#net30app .elementor-button,
body.page-id-3881 form#net30app button[type="submit"],
body.page-id-3881 form#net30app input[type="submit"],
body.page-id-3881 form#net30app .elementor-field-type-submit button {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: var(--hiw-cyan) !important;
    background-color: var(--hiw-cyan) !important;
    color: #ffffff !important;
    font-family: 'Exo', sans-serif !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    padding: 16px 40px !important;
    border-radius: var(--hiw-radius-sm) !important;
    border: 2px solid var(--hiw-cyan) !important;
    cursor: pointer;
    text-decoration: none !important;
    white-space: nowrap;
    box-shadow: none !important;
    transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease !important;
    min-width: 220px;
    letter-spacing: 0.03em;
    text-transform: none !important;
    margin-top: 12px;
    width: auto !important;
    line-height: 1.2 !important;
    height: auto !important;
    min-height: 0 !important;
}
body.page-id-3881 form#net30app .elementor-button:hover,
body.page-id-3881 form#net30app button[type="submit"]:hover,
body.page-id-3881 form#net30app input[type="submit"]:hover {
    background: var(--hiw-cyan-dark) !important;
    background-color: var(--hiw-cyan-dark) !important;
    border-color: var(--hiw-cyan-dark) !important;
    transform: translateY(-1px);
}
body.page-id-3881 form#net30app .elementor-button-content-wrapper {
    width: 100%;
    justify-content: center;
}
body.page-id-3881 form#net30app .elementor-field-type-submit,
body.page-id-3881 form#net30app .elementor-button-align-center {
    text-align: center !important;
    width: 100%;
    margin-top: 18px;
}

/* Elementor form messages */
body.page-id-3881 form#net30app .elementor-message.elementor-message-success,
body.page-id-3881 form#net30app + .elementor-message-success {
    background: rgba(141,198,63,0.08) !important;
    border: 1px solid rgba(141,198,63,0.35) !important;
    color: #567a25 !important;
    border-radius: var(--hiw-radius);
    padding: 12px 16px;
    font-size: 14px;
}
body.page-id-3881 form#net30app .elementor-message.elementor-message-danger,
body.page-id-3881 form#net30app + .elementor-message-danger {
    background: rgba(236,0,140,0.05) !important;
    border: 1px solid rgba(236,0,140,0.3) !important;
    color: var(--hiw-magenta) !important;
    border-radius: var(--hiw-radius);
    padding: 12px 16px;
    font-size: 14px;
}

/* Multi-step indicator */
body.page-id-3881 form#net30app .e-form__indicators__indicator__label {
    font-family: 'Exo', sans-serif !important;
    color: var(--hiw-text-muted) !important;
}
body.page-id-3881 form#net30app .e-form__indicators__indicator--state-active {
    color: var(--hiw-cyan) !important;
}
body.page-id-3881 form#net30app .e-form__indicators__indicator--state-active .e-form__indicators__indicator__progress {
    background-color: var(--hiw-cyan) !important;
}

/* Section headings if any exist inside the form */
body.page-id-3881 form#net30app h1,
body.page-id-3881 form#net30app h2,
body.page-id-3881 form#net30app h3,
body.page-id-3881 form#net30app h4 {
    font-family: 'Exo', sans-serif !important;
    color: var(--hiw-ink) !important;
    font-weight: 700 !important;
    margin: 16px 0 12px !important;
}

/* ---- Responsive ---- */
@media (max-width: 640px) {
    body.page-id-3881 .shirtsy-n30-hero {
        padding: 64px 20px 56px;
    }
    body.page-id-3881 form#net30app {
        padding: 32px 20px 28px;
        margin: -20px 0 0 0;
    }
    body.page-id-3881 form#net30app .elementor-button,
    body.page-id-3881 form#net30app button[type="submit"],
    body.page-id-3881 form#net30app input[type="submit"] {
        width: 100% !important;
        min-width: 0 !important;
    }
}

/* =========================================================
   TRUST BAR (below hero)
   ========================================================= */
body.page-id-3881 .shirtsy-n30-trust {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    background: var(--hiw-bg-alt);
    border-top: 1px solid var(--hiw-border);
    border-bottom: 1px solid var(--hiw-border);
    padding: 18px 24px;
    font-family: 'Exo', sans-serif;
}
body.page-id-3881 .shirtsy-n30-trust-inner {
    max-width: 1160px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    align-items: center;
    justify-content: center;
}
body.page-id-3881 .shirtsy-n30-trust-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
    color: var(--hiw-text-sec);
    letter-spacing: 0.01em;
}
body.page-id-3881 .shirtsy-n30-trust-item svg { flex-shrink: 0; }
body.page-id-3881 .shirtsy-n30-trust-item:nth-child(1) svg { color: var(--hiw-green); }
body.page-id-3881 .shirtsy-n30-trust-item:nth-child(2) svg { color: var(--hiw-cyan); }
body.page-id-3881 .shirtsy-n30-trust-item:nth-child(3) svg { color: var(--hiw-magenta); }
body.page-id-3881 .shirtsy-n30-trust-item:nth-child(4) svg { color: #b8a700; }

/* =========================================================
   MINI STEPS (Apply → Get Approved → Start Ordering)
   ========================================================= */
body.page-id-3881 .shirtsy-n30-steps {
    padding: 44px 24px 28px;
    border-bottom: 1px solid var(--hiw-border);
    font-family: 'Exo', sans-serif;
    background: #ffffff;
}
body.page-id-3881 .shirtsy-n30-steps-inner {
    max-width: 1160px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    flex-wrap: wrap;
}
body.page-id-3881 .shirtsy-n30-step {
    display: flex;
    align-items: center;
    gap: 14px;
    text-align: left;
}
body.page-id-3881 .shirtsy-n30-step-num {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 800;
    font-size: 18px;
    flex-shrink: 0;
    font-family: 'Exo', sans-serif;
}
body.page-id-3881 .shirtsy-n30-step-num.cyan    { background: linear-gradient(135deg, #00AEEF 0%, #0090c8 100%); box-shadow: 0 4px 12px rgba(0,174,239,0.3); }
body.page-id-3881 .shirtsy-n30-step-num.magenta { background: linear-gradient(135deg, #EC008C 0%, #c40075 100%); box-shadow: 0 4px 12px rgba(236,0,140,0.3); }
body.page-id-3881 .shirtsy-n30-step-num.green   { background: linear-gradient(135deg, #8DC63F 0%, #72a430 100%); box-shadow: 0 4px 12px rgba(141,198,63,0.3); }
body.page-id-3881 .shirtsy-n30-step-title {
    font-size: 15px;
    font-weight: 700;
    color: var(--hiw-ink);
    line-height: 1.25;
}
body.page-id-3881 .shirtsy-n30-step-desc {
    font-size: 13px;
    color: var(--hiw-text-muted);
    font-weight: 300;
    margin-top: 2px;
}
body.page-id-3881 .shirtsy-n30-step-arrow {
    color: var(--hiw-border-mid);
    flex-shrink: 0;
}
body.page-id-3881 .shirtsy-n30-steps-link {
    max-width: 1160px;
    margin: 16px auto 0;
    text-align: center;
}
body.page-id-3881 .shirtsy-n30-steps-link a {
    font-size: 13px;
    color: var(--hiw-cyan);
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 0.02em;
}
body.page-id-3881 .shirtsy-n30-steps-link a:hover { text-decoration: underline; }
@media (max-width: 720px) {
    body.page-id-3881 .shirtsy-n30-steps-inner {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
        width: max-content;
        max-width: 100%;
    }
    body.page-id-3881 .shirtsy-n30-step-arrow { transform: rotate(90deg); }
}

/* =========================================================
   FORM WRAP (section header + 2-col grid with sidebar)
   ========================================================= */
body.page-id-3881 .shirtsy-n30-formwrap {
    padding: 56px 24px 72px;
    background: #ffffff;
    font-family: 'Exo', sans-serif;
}
body.page-id-3881 .shirtsy-n30-formwrap-inner {
    max-width: 1160px;
    margin: 0 auto;
}
body.page-id-3881 .shirtsy-n30-formhead {
    text-align: center;
    margin-bottom: 40px;
}
body.page-id-3881 .shirtsy-n30-formhead-eyebrow {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--hiw-cyan);
    margin-bottom: 10px;
}
body.page-id-3881 .shirtsy-n30-formhead-title {
    font-family: 'Exo', sans-serif;
    font-size: clamp(26px, 4vw, 36px);
    font-weight: 700;
    color: var(--hiw-ink);
    margin: 0 0 12px;
    letter-spacing: -0.01em;
    position: relative;
    display: block;
}
body.page-id-3881 .shirtsy-n30-formhead-eyebrow { display: block; }
body.page-id-3881 .shirtsy-n30-formhead-title::after {
    content: '';
    display: block;
    width: 48px;
    height: 3px;
    background: linear-gradient(90deg, var(--hiw-cyan) 0%, var(--hiw-magenta) 33%, var(--hiw-yellow) 66%, var(--hiw-green) 100%);
    border-radius: 2px;
    margin: 14px auto 0;
}
body.page-id-3881 .shirtsy-n30-formhead-sub {
    font-size: 15px;
    color: var(--hiw-text-sec);
    font-weight: 300;
    max-width: 520px;
    margin: 0 auto;
}
body.page-id-3881 .shirtsy-n30-formhead-sub .shirtsy-n30-req {
    color: var(--hiw-magenta);
    font-weight: 700;
}

/* 2-column grid: form | sidebar */
body.page-id-3881 .shirtsy-n30-formgrid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 28px;
    align-items: start;
}
body.page-id-3881 .shirtsy-n30-formcol {
    min-width: 0;
    /* no overflow-x so the card's shadow + right border render fully */
}
body.page-id-3881 .shirtsy-n30-formcol .elementor-element.elementor-element-b06103e > .elementor-container {
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
/* Override the earlier (hero-overlap) form card geometry when it lives in the grid column */
body.page-id-3881 .shirtsy-n30-formcol .elementor-element,
body.page-id-3881 .shirtsy-n30-formcol .elementor-container,
body.page-id-3881 .shirtsy-n30-formcol .elementor-column,
body.page-id-3881 .shirtsy-n30-formcol .elementor-widget-wrap,
body.page-id-3881 .shirtsy-n30-formcol .elementor-widget-container {
    max-width: 100% !important;
    box-sizing: border-box !important;
}
body.page-id-3881 .shirtsy-n30-formcol form#net30app {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 36px 28px 32px !important;
    box-sizing: border-box !important;
    overflow: hidden;
}

/* Kill Elementor's negative margins on the fields wrapper that cause horizontal bleed */
body.page-id-3881 form#net30app .elementor-form-fields-wrapper {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
    box-sizing: border-box !important;
}
body.page-id-3881 form#net30app .elementor-field-group {
    padding-left: 6px !important;
    padding-right: 6px !important;
    box-sizing: border-box !important;
}
/* First column of each row has no left padding, last column has no right padding */
body.page-id-3881 form#net30app .elementor-field-group.elementor-field-group-first,
body.page-id-3881 form#net30app .elementor-field-group:first-child {
    padding-left: 0 !important;
}

/* Sidebar */
body.page-id-3881 .shirtsy-n30-sidebar {
    position: sticky;
    top: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
body.page-id-3881 .shirtsy-n30-sidecard {
    background: var(--hiw-white);
    border: 1px solid var(--hiw-border);
    border-radius: var(--hiw-radius);
    box-shadow: var(--hiw-shadow-card);
    padding: 22px 22px 20px;
}
body.page-id-3881 .shirtsy-n30-sidecard-title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 700;
    color: var(--hiw-ink);
    margin-bottom: 14px;
}
body.page-id-3881 .shirtsy-n30-sidecard-title svg { color: var(--hiw-cyan); flex-shrink: 0; }
body.page-id-3881 .shirtsy-n30-pricebadge {
    background: linear-gradient(135deg, rgba(0,174,239,0.05) 0%, rgba(141,198,63,0.05) 100%);
    border: 1px solid rgba(0,174,239,0.2);
    border-radius: var(--hiw-radius);
    padding: 18px 16px;
    text-align: center;
}
body.page-id-3881 .shirtsy-n30-priceamt {
    font-family: 'Exo', sans-serif;
    font-size: 36px;
    font-weight: 800;
    color: var(--hiw-cyan);
    line-height: 1;
    letter-spacing: -0.02em;
}
body.page-id-3881 .shirtsy-n30-pricper {
    font-size: 13px;
    font-weight: 600;
    color: var(--hiw-text-sec);
    margin-top: 4px;
}
body.page-id-3881 .shirtsy-n30-pricesub {
    font-size: 12px;
    color: var(--hiw-green);
    font-weight: 700;
    margin-top: 6px;
    letter-spacing: 0.02em;
}
body.page-id-3881 .shirtsy-n30-benefits {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
body.page-id-3881 .shirtsy-n30-benefit {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
body.page-id-3881 .shirtsy-n30-benefit > div {
    font-size: 13px;
    color: var(--hiw-text-sec);
    font-weight: 300;
    line-height: 1.5;
}
body.page-id-3881 .shirtsy-n30-benefit strong {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: var(--hiw-ink);
    margin-bottom: 2px;
}
body.page-id-3881 .shirtsy-n30-bi {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 1px;
}
body.page-id-3881 .shirtsy-n30-bi.cyan    { background: rgba(0,174,239,0.12); color: var(--hiw-cyan); }
body.page-id-3881 .shirtsy-n30-bi.magenta { background: rgba(236,0,140,0.12); color: var(--hiw-magenta); }
body.page-id-3881 .shirtsy-n30-bi.green   { background: rgba(141,198,63,0.18); color: var(--hiw-green); }

body.page-id-3881 .shirtsy-n30-help {
    font-size: 13px;
    color: var(--hiw-text-muted);
    margin-bottom: 12px;
    font-weight: 300;
    line-height: 1.5;
}
body.page-id-3881 .shirtsy-n30-help-tel {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 700;
    color: var(--hiw-cyan);
    text-decoration: none;
}
body.page-id-3881 .shirtsy-n30-help-tel:hover { text-decoration: underline; }

@media (max-width: 980px) {
    body.page-id-3881 .shirtsy-n30-formgrid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    body.page-id-3881 .shirtsy-n30-sidebar {
        position: static;
        flex-direction: row;
        flex-wrap: wrap;
    }
    body.page-id-3881 .shirtsy-n30-sidecard {
        flex: 1 1 260px;
        min-width: 260px;
    }
}
@media (max-width: 560px) {
    body.page-id-3881 .shirtsy-n30-sidebar { flex-direction: column; }
    body.page-id-3881 .shirtsy-n30-sidecard { min-width: 0; }
}

/* Mobile: reduce form card padding so content area matches sidebar width */
@media (max-width: 640px) {
    body.page-id-3881 .shirtsy-n30-formwrap {
        padding: 40px 10px 56px;
    }
    body.page-id-3881 .shirtsy-n30-formcol form#net30app {
        padding: 28px 14px 24px !important;
    }
    body.page-id-3881 form#net30app .elementor-field-group {
        padding-left: 4px !important;
        padding-right: 4px !important;
    }
    body.page-id-3881 .shirtsy-n30-sidecard {
        padding: 20px 14px 18px;
    }
    body.page-id-3881 form#net30app .elementor-field-type-acceptance {
        padding: 12px 12px;
    }
    body.page-id-3881 form#net30app .elementor-field-type-acceptance .elementor-field-subgroup,
    body.page-id-3881 form#net30app .elementor-field-type-acceptance .elementor-field-option {
        gap: 8px;
    }
    body.page-id-3881 form#net30app .elementor-field-type-acceptance .elementor-field-label {
        font-size: 9px !important;
        line-height: 1.4 !important;
    }
}

/* =========================================================
   SOCIAL PROOF / TESTIMONIALS
   ========================================================= */
body.page-id-3881 .shirtsy-n30-social {
    background: var(--hiw-bg-alt);
    padding: 72px 24px;
    border-top: 1px solid var(--hiw-border);
    font-family: 'Exo', sans-serif;
}
body.page-id-3881 .shirtsy-n30-social-inner {
    max-width: 1160px;
    margin: 0 auto;
}
body.page-id-3881 .shirtsy-n30-social-head {
    text-align: center;
    margin-bottom: 40px;
}
body.page-id-3881 .shirtsy-n30-social-count {
    font-family: 'Exo', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: var(--hiw-ink);
    line-height: 1.3;
    letter-spacing: -0.01em;
}
body.page-id-3881 .shirtsy-n30-social-count span {
    color: var(--hiw-cyan);
}
body.page-id-3881 .shirtsy-n30-social-sub {
    margin-top: 8px;
    font-size: 15px;
    color: var(--hiw-text-sec);
    font-weight: 300;
}
body.page-id-3881 .shirtsy-n30-tgrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
@media (max-width: 900px) { body.page-id-3881 .shirtsy-n30-tgrid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { body.page-id-3881 .shirtsy-n30-tgrid { grid-template-columns: 1fr; } }

body.page-id-3881 .shirtsy-n30-tcard {
    background: var(--hiw-white);
    border: 1px solid var(--hiw-border);
    border-radius: var(--hiw-radius);
    box-shadow: var(--hiw-shadow-card);
    padding: 24px 22px;
    transition: box-shadow 0.25s ease, transform 0.25s ease;
}
body.page-id-3881 .shirtsy-n30-tcard:nth-child(1) { border-top: 3px solid var(--hiw-cyan); }
body.page-id-3881 .shirtsy-n30-tcard:nth-child(2) { border-top: 3px solid var(--hiw-magenta); }
body.page-id-3881 .shirtsy-n30-tcard:nth-child(3) { border-top: 3px solid var(--hiw-green); }
body.page-id-3881 .shirtsy-n30-tcard:hover { box-shadow: var(--hiw-shadow-hover); transform: translateY(-2px); }
body.page-id-3881 .shirtsy-n30-tstars {
    color: #F5B400;
    font-size: 16px;
    letter-spacing: 0.05em;
    margin-bottom: 12px;
}
body.page-id-3881 .shirtsy-n30-tquote {
    font-size: 15px;
    line-height: 1.65;
    color: var(--hiw-ink);
    font-weight: 400;
    margin-bottom: 18px;
    font-style: italic;
}
body.page-id-3881 .shirtsy-n30-tauth {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 14px;
    border-top: 1px solid var(--hiw-border);
}
body.page-id-3881 .shirtsy-n30-tavatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 800;
    font-size: 14px;
    font-family: 'Exo', sans-serif;
    flex-shrink: 0;
}
body.page-id-3881 .shirtsy-n30-tcard:nth-child(1) .shirtsy-n30-tavatar { background: var(--hiw-cyan); }
body.page-id-3881 .shirtsy-n30-tcard:nth-child(2) .shirtsy-n30-tavatar { background: var(--hiw-magenta); }
body.page-id-3881 .shirtsy-n30-tcard:nth-child(3) .shirtsy-n30-tavatar { background: var(--hiw-green); }
body.page-id-3881 .shirtsy-n30-tname {
    font-size: 14px;
    font-weight: 700;
    color: var(--hiw-ink);
}
body.page-id-3881 .shirtsy-n30-trole {
    font-size: 12px;
    color: var(--hiw-text-muted);
    font-weight: 400;
}

/* Trust badges under testimonials */
body.page-id-3881 .shirtsy-n30-tbadges {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 28px;
    flex-wrap: wrap;
}
body.page-id-3881 .shirtsy-n30-tbadge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
    color: var(--hiw-text-sec);
    padding: 10px 18px;
    background: #fff;
    border: 1px solid var(--hiw-border);
    border-radius: 100px;
}
body.page-id-3881 .shirtsy-n30-tbadge svg { flex-shrink: 0; }
body.page-id-3881 .shirtsy-n30-tbadge:nth-child(1) svg { color: var(--hiw-cyan); }
body.page-id-3881 .shirtsy-n30-tbadge:nth-child(2) svg { color: var(--hiw-green); }
body.page-id-3881 .shirtsy-n30-tbadge:nth-child(3) svg { color: var(--hiw-magenta); }
body.page-id-3881 .shirtsy-n30-tbadge:nth-child(4) svg { color: var(--hiw-cyan); }

/* =========================================================
   FAQ
   ========================================================= */
body.page-id-3881 .shirtsy-n30-faq {
    background: #ffffff;
    padding: 72px 24px;
    border-top: 1px solid var(--hiw-border);
    font-family: 'Exo', sans-serif;
}
body.page-id-3881 .shirtsy-n30-faq-inner {
    max-width: 800px;
    margin: 0 auto;
}
body.page-id-3881 .shirtsy-n30-faq-head {
    text-align: center;
    margin-bottom: 40px;
}
body.page-id-3881 .shirtsy-n30-faq-eyebrow {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--hiw-cyan);
    margin-bottom: 10px;
}
body.page-id-3881 .shirtsy-n30-faq-title {
    font-family: 'Exo', sans-serif;
    font-size: clamp(26px, 4vw, 36px);
    font-weight: 700;
    color: var(--hiw-ink);
    margin: 0 0 12px;
    letter-spacing: -0.01em;
    position: relative;
    display: block;
}
body.page-id-3881 .shirtsy-n30-faq-eyebrow { display: block; }
body.page-id-3881 .shirtsy-n30-faq-title::after {
    content: '';
    display: block;
    width: 48px;
    height: 3px;
    background: linear-gradient(90deg, var(--hiw-cyan) 0%, var(--hiw-magenta) 33%, var(--hiw-yellow) 66%, var(--hiw-green) 100%);
    border-radius: 2px;
    margin: 14px auto 0;
}
body.page-id-3881 .shirtsy-n30-faq-sub {
    font-size: 15px;
    color: var(--hiw-text-sec);
    font-weight: 300;
    max-width: 520px;
    margin: 0 auto;
}
body.page-id-3881 .shirtsy-n30-faq-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
body.page-id-3881 .shirtsy-n30-faq-item {
    background: var(--hiw-white);
    border: 1px solid var(--hiw-border);
    border-radius: var(--hiw-radius);
    overflow: hidden;
    transition: box-shadow 0.25s ease;
}
body.page-id-3881 .shirtsy-n30-faq-item.open { box-shadow: var(--hiw-shadow-card); }
body.page-id-3881 .shirtsy-n30-faq-q {
    width: 100%;
    background: none;
    border: none;
    text-align: left;
    padding: 18px 22px;
    font-family: 'Exo', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: var(--hiw-ink);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    transition: background 0.2s ease, color 0.2s ease;
}
body.page-id-3881 .shirtsy-n30-faq-q:hover { background: var(--hiw-bg-alt); }
body.page-id-3881 .shirtsy-n30-faq-item.open .shirtsy-n30-faq-q { color: var(--hiw-cyan); }
body.page-id-3881 .shirtsy-n30-faq-ic {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: rgba(0,174,239,0.1);
    color: var(--hiw-cyan);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform 0.25s ease, background 0.25s ease;
}
body.page-id-3881 .shirtsy-n30-faq-item.open .shirtsy-n30-faq-ic { transform: rotate(45deg); background: rgba(0,174,239,0.18); }
body.page-id-3881 .shirtsy-n30-faq-ic svg { width: 10px; height: 10px; }
body.page-id-3881 .shirtsy-n30-faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}
body.page-id-3881 .shirtsy-n30-faq-a-inner {
    padding: 0 22px 20px;
    font-size: 14px;
    color: var(--hiw-text-sec);
    line-height: 1.7;
    font-weight: 300;
}
body.page-id-3881 .shirtsy-n30-faq-item.open .shirtsy-n30-faq-a { max-height: 400px; }
body.page-id-3881 .shirtsy-n30-faq-a-inner strong { color: var(--hiw-ink); font-weight: 700; }
body.page-id-3881 .shirtsy-n30-faq-a-inner em { color: var(--hiw-cyan); font-style: normal; font-weight: 600; }

/* =========================================================
   BOTTOM CTA
   ========================================================= */
body.page-id-3881 .shirtsy-n30-botcta {
    background: linear-gradient(135deg, var(--hiw-ink) 0%, #000 100%);
    padding: 64px 24px;
    text-align: center;
    color: #fff;
    font-family: 'Exo', sans-serif;
    position: relative;
    overflow: hidden;
}
body.page-id-3881 .shirtsy-n30-botcta::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 60% 50% at 20% 50%, rgba(0,174,239,0.18) 0%, transparent 60%),
        radial-gradient(ellipse 50% 60% at 85% 40%, rgba(236,0,140,0.15) 0%, transparent 55%);
    pointer-events: none;
}
body.page-id-3881 .shirtsy-n30-botcta-inner {
    position: relative;
    max-width: 720px;
    margin: 0 auto;
}
body.page-id-3881 .shirtsy-n30-botcta h2 {
    font-family: 'Exo', sans-serif;
    font-size: clamp(28px, 4.5vw, 40px);
    font-weight: 800;
    color: #fff;
    margin-bottom: 12px;
    letter-spacing: -0.02em;
}
body.page-id-3881 .shirtsy-n30-botcta p {
    font-size: 17px;
    font-weight: 300;
    color: rgba(255,255,255,0.75);
    margin-bottom: 28px;
}
body.page-id-3881 .shirtsy-n30-botcta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--hiw-cyan);
    color: #fff;
    font-family: 'Exo', sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding: 16px 40px;
    border-radius: var(--hiw-radius-sm);
    border: 2px solid var(--hiw-cyan);
    text-decoration: none;
    letter-spacing: 0.02em;
    transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
    box-shadow: 0 4px 14px rgba(0,174,239,0.3);
    cursor: pointer;
    line-height: 1.2;
}
body.page-id-3881 .shirtsy-n30-botcta-btn:hover {
    background: var(--hiw-cyan-dark);
    border-color: var(--hiw-cyan-dark);
    transform: translateY(-1px);
}
body.page-id-3881 .shirtsy-n30-botcta-note {
    margin-top: 20px;
    font-size: 14px;
    color: rgba(255,255,255,0.7);
    font-weight: 300;
}
body.page-id-3881 .shirtsy-n30-botcta-note strong { color: #fff; font-weight: 700; }
