/* Instant Promotion UK — Product Short Description and Overview CSS
 * Recovered and consolidated 28 August 2026.
 * Duplicate/dead rules reviewed and cleaned 28 August 2026.
 * Category, Specification, What's Included and Production CSS excluded.
 */
/* =========================================================
   PRODUCT SHORT DESCRIPTION — CONSOLIDATED
   Supports both current and older recovered markup.
   ========================================================= */
.ip-short-description
{
    --ip-blue: #08a9d6;
    --ip-blue-dark: #0785aa;
    --ip-navy: #2f3d48;
    --ip-text: #43505a;
    --ip-border: #dde5e9;
    --b: #08a9d6;
    --n: #2f3d48;
    --t: #43505a;
    --l: #dde5e9;
    width: 100%;
    box-sizing: border-box;
    padding: 26px 28px;
    background: linear-gradient(135deg, #fff 0%, #f6fafc 100%);
    border: 1px solid #e3eaed;
    border-radius: 10px;
}

.ip-short-description *,
.ip-short-description *::before,
.ip-short-description *::after
{
    box-sizing: border-box;
}

.ip-short-description-intro
{
    margin: 0 0 20px !important;
    color: var(--ip-text) !important;
    font-size: 17px !important;
    line-height: 1.6 !important;
}

.ip-short-description-intro strong,
.ip-short-feature-copy strong,
.ip-short-copy strong
{
    color: var(--ip-navy);
    font-weight: 800;
}

.ip-short-features
{
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.ip-short-features li
{
    display: flex;
    align-items: flex-start;
    gap: 13px;
    margin: 0 !important;
    padding: 14px 0 !important;
    border-bottom: 1px solid var(--ip-border);
    color: var(--ip-text);
    font-size: 15px;
    line-height: 1.5;
}

.ip-short-features li:last-child
{
    border-bottom: 0;
    padding-bottom: 0 !important;
}

.ip-short-check
{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 25px;
    width: 25px;
    height: 25px;
    margin-top: 1px;
    border-radius: 50%;
    background: var(--ip-blue);
    color: #fff;
    font-size: 13px;
    line-height: 1;
    font-weight: 800;
}

.ip-short-feature-copy,
.ip-short-copy
{
    flex: 1;
    min-width: 0;
}

.ip-short-feature-copy strong,
.ip-short-copy strong
{
    font-size: 16px;
}



@media (max-width: 600px)
{
    .ip-short-description
    {
        padding: 20px 17px;
        border-radius: 8px;
    }

    .ip-short-description-intro
    {
        margin-bottom: 15px !important;
        font-size: 15px !important;
        line-height: 1.55 !important;
    }

    .ip-short-features li
    {
        gap: 11px;
        padding: 12px 0 !important;
        font-size: 14px;
        line-height: 1.45;
    }

    .ip-short-feature-copy strong,
    .ip-short-copy strong
    {
        font-size: 15px;
    }

    .ip-short-check
    {
        flex-basis: 23px;
        width: 23px;
        height: 23px;
        font-size: 12px;
    }
}

.ip-h50-note-spaced {
    margin-top: 12px;
}

/* =========================================================
   OVERVIEW — INFLATABLE ARCH
   Source: 02-overview.html
   ========================================================= */
.ip-arch-overview
{
    --ip-blue: #08a9d6;
    --ip-blue-dark: #0785aa;
    --ip-navy: #2f3d48;
    --ip-text: #43505a;
    --ip-muted: #6d7880;
    --ip-line: #dce5e9;
    --ip-soft: #f4f8fa;
    --ip-pale: #eaf7fb;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    color: var(--ip-text);
    font-family: inherit;
    box-sizing: border-box
}

.ip-arch-overview *,
.ip-arch-overview *::before,
.ip-arch-overview *::after
{
    box-sizing: border-box
}

.ip-arch-overview h2,
.ip-arch-overview h3,
.ip-arch-overview p
{
    margin-top: 0
}

.ip-arch-hero
{
    position: relative;
    min-height: 500px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    background: #26343f;
    border-radius: 12px
}

.ip-arch-hero img
{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.ip-arch-hero::after
{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,rgba(24,34,43,.92) 0%,rgba(24,34,43,.69) 46%,rgba(24,34,43,.12) 78%)
}

.ip-arch-hero-copy
{
    position: relative;
    z-index: 1;
    width: min(690px,100%);
    padding: 54px;
    color: #fff
}

.ip-arch-eyebrow
{
    display: block;
    margin: 0 0 12px;
    color: #7fe1f5;
    font-size: 13px;
    line-height: 1.3;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase
}

.ip-arch-hero h2
{
    margin: 0 0 18px;
    color: #fff;
    font-size: 42px;
    line-height: 1.12;
    font-weight: 800
}

.ip-arch-hero p
{
    margin: 0 0 26px;
    color: #fff;
    font-size: 18px;
    line-height: 1.65
}

.ip-arch-buttons
{
    display: flex;
    flex-wrap: wrap;
    gap: 12px
}

.ip-arch-button
{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 12px 20px;
    border: 2px solid var(--ip-blue);
    border-radius: 5px;
    background: var(--ip-blue);
    color: #fff!important;
    text-decoration: none!important;
    font-size: 15px;
    font-weight: 800;
    transition: .2s ease
}

.ip-arch-button:hover
{
    background: var(--ip-blue-dark);
    border-color: var(--ip-blue-dark)
}

.ip-arch-button-secondary
{
    background: transparent;
    border-color: #fff
}

.ip-arch-button-secondary:hover
{
    background: #fff;
    border-color: #fff;
    color: var(--ip-navy)!important
}

.ip-arch-stat-grid
{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 16px;
    margin: 22px 0 0
}

.ip-arch-stat
{
    padding: 22px;
    border-top: 4px solid var(--ip-blue);
    background: #fff;
    box-shadow: 0 6px 22px rgba(35,52,64,.08)
}

.ip-arch-stat strong
{
    display: block;
    margin-bottom: 4px;
    color: var(--ip-navy);
    font-size: 24px;
    line-height: 1.15
}

.ip-arch-stat span
{
    color: var(--ip-muted);
    font-size: 14px;
    line-height: 1.45
}

.ip-arch-section
{
    padding: 64px 0
}

.ip-arch-section-heading
{
    max-width: 790px;
    margin-bottom: 30px
}

.ip-arch-section h2
{
    margin-bottom: 13px;
    color: var(--ip-navy);
    font-size: 34px;
    line-height: 1.2;
    font-weight: 800
}

.ip-arch-section-heading p,
.ip-arch-copy p
{
    font-size: 17px;
    line-height: 1.7
}

.ip-arch-design-grid
{
    display: grid;
    grid-template-columns: 1.06fr .94fr;
    gap: 34px;
    align-items: stretch
}

.ip-arch-feature-image
{
    min-height: 420px;
    overflow: hidden;
    border-radius: 10px;
    background: #e7ecef
}

.ip-arch-feature-image img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.ip-arch-copy
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 12px 0
}

.ip-arch-copy h2
{
    font-size: 32px
}

.ip-arch-checks
{
    list-style: none!important;
    margin: 10px 0 0!important;
    padding: 0!important
}

.ip-arch-checks li
{
    position: relative;
    margin: 0!important;
    padding: 10px 0 10px 34px!important;
    border-bottom: 1px solid var(--ip-line);
    font-size: 16px;
    line-height: 1.5
}

.ip-arch-checks li:last-child
{
    border-bottom: 0
}

.ip-arch-checks li::before
{
    content: "\2713";
    position: absolute;
    left: 0;
    top: 10px;
    width: 23px;
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--ip-blue);
    color: #fff;
    font-size: 12px;
    font-weight: 800
}

.ip-arch-air
{
    background: var(--ip-soft);
    border-top: 1px solid var(--ip-line);
    border-bottom: 1px solid var(--ip-line)
}

.ip-arch-air-grid
{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px
}

.ip-arch-air-card
{
    padding: 30px;
    background: #fff;
    border: 1px solid var(--ip-line);
    border-radius: 8px
}

.ip-arch-air-card h3
{
    margin: 0 0 10px;
    color: var(--ip-navy);
    font-size: 24px;
    line-height: 1.25
}

.ip-arch-air-card p
{
    margin: 0;
    color: var(--ip-text);
    font-size: 16px;
    line-height: 1.65
}

.ip-arch-air-tag
{
    display: inline-block;
    margin-bottom: 15px;
    padding: 6px 10px;
    border-radius: 20px;
    background: var(--ip-pale);
    color: var(--ip-blue-dark);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .05em
}

.ip-arch-race-grid
{
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 34px;
    align-items: center
}

.ip-arch-race-image
{
    overflow: hidden;
    border-radius: 10px
}

.ip-arch-race-image img
{
    display: block;
    width: 100%;
    height: 380px;
    object-fit: cover
}

.ip-arch-use-list
{
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 20px
}

.ip-arch-use-list span
{
    padding: 8px 12px;
    border: 1px solid var(--ip-line);
    border-radius: 20px;
    background: #fff;
    color: var(--ip-navy);
    font-size: 14px;
    font-weight: 700
}

.ip-arch-cta
{
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 30px;
    align-items: center;
    padding: 36px 40px;
    border-left: 6px solid var(--ip-blue);
    background: var(--ip-navy);
    color: #fff
}

.ip-arch-cta h2
{
    margin: 0 0 8px;
    color: #fff;
    font-size: 30px
}

.ip-arch-cta p
{
    margin: 0;
    color: #edf4f7;
    font-size: 16px;
    line-height: 1.6
}

.ip-arch-cta .ip-arch-button
{
    white-space: nowrap
}

@media(max-width:900px)
{
    .ip-arch-stat-grid
    {
        grid-template-columns: repeat(2,1fr)
    }

    .ip-arch-design-grid,
    .ip-arch-race-grid
    {
        grid-template-columns: 1fr
    }

    .ip-arch-feature-image
    {
        min-height: 340px
    }

    .ip-arch-race-image
    {
        order: 2
    }

    .ip-arch-cta
    {
        grid-template-columns: 1fr
    }

    .ip-arch-hero-copy
    {
        padding: 40px
    }

    .ip-arch-hero h2
    {
        font-size: 36px
    }
}

@media(max-width:600px)
{
    .ip-arch-hero
    {
        min-height: 520px;
        border-radius: 8px
    }

    .ip-arch-hero::after
    {
        background: linear-gradient(0deg,rgba(24,34,43,.95) 0%,rgba(24,34,43,.62) 72%,rgba(24,34,43,.22) 100%)
    }

    .ip-arch-hero-copy
    {
        padding: 28px 22px
    }

    .ip-arch-hero h2
    {
        font-size: 30px
    }

    .ip-arch-hero p
    {
        font-size: 16px
    }

    .ip-arch-buttons
    {
        display: grid
    }

    .ip-arch-stat-grid
    {
        grid-template-columns: 1fr 1fr;
        gap: 10px
    }

    .ip-arch-stat
    {
        padding: 17px
    }

    .ip-arch-stat strong
    {
        font-size: 20px
    }

    .ip-arch-section
    {
        padding: 46px 0
    }

    .ip-arch-section h2
    {
        font-size: 28px
    }

    .ip-arch-air-grid
    {
        grid-template-columns: 1fr
    }

    .ip-arch-air-card
    {
        padding: 22px
    }

    .ip-arch-cta
    {
        padding: 28px 22px
    }

    .ip-arch-cta h2
    {
        font-size: 26px
    }

    .ip-arch-feature-image
    {
        min-height: 260px
    }

    .ip-arch-race-image img
    {
        height: 270px
    }
}

/* =========================================================
   OVERVIEW — INFLATABLE CUBE MARQUEE
   Source: 02-overview(1).html
   ========================================================= */
.ip-cube
{
    --blue: #08a9d6;
    --blue-dark: #0785aa;
    --navy: #253440;
    --ink: #202b34;
    --text: #43505a;
    --line: #dce6ea;
    --pale: #eef8fb;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    color: var(--text);
    background: #fff;
    overflow: hidden
}

.ip-cube *
{
    box-sizing: border-box
}

.ip-cube img
{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.ip-cube h2,
.ip-cube h3
{
    color: var(--navy)
}

.ip-cube-hero
{
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    min-height: 550px;
    background: linear-gradient(130deg,#101820,#263b49)
}

.ip-cube-hero-copy
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 56px 50px;
    color: #fff
}

.ip-cube-eyebrow
{
    display: block;
    margin: 0 0 13px;
    color: #59dcff;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 850;
    letter-spacing: 1.7px;
    text-transform: uppercase
}

.ip-cube-hero h2
{
    max-width: 650px;
    margin: 0 0 20px;
    color: #fff;
    font-size: 44px;
    line-height: 1.1;
    letter-spacing: -1px
}

.ip-cube-hero p
{
    max-width: 660px;
    margin: 0 0 27px!important;
    color: #dbe7ec!important;
    font-size: 17px!important;
    line-height: 1.7!important
}

.ip-cube-actions
{
    display: flex;
    flex-wrap: wrap;
    gap: 11px
}

.ip-cube-button
{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 47px;
    padding: 12px 19px;
    border: 2px solid var(--blue);
    border-radius: 5px;
    background: var(--blue);
    color: #fff!important;
    text-decoration: none!important;
    font-size: 15px;
    font-weight: 850;
    transition: .2s ease
}

.ip-cube-button:hover
{
    border-color: var(--blue-dark);
    background: var(--blue-dark)
}

.ip-cube-button-secondary
{
    border-color: #fff;
    background: transparent
}

.ip-cube-button-secondary:hover
{
    border-color: #fff;
    background: #fff;
    color: var(--navy)!important
}

.ip-cube-hero-image
{
    position: relative;
    min-height: 550px
}

.ip-cube-hero-image:after
{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,rgba(16,24,32,.35),transparent 28%)
}

.ip-cube-strip
{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 1px;
    background: var(--line);
    border-bottom: 1px solid var(--line)
}

.ip-cube-stat
{
    padding: 25px 22px;
    background: #f7fafb
}

.ip-cube-stat strong
{
    display: block;
    margin-bottom: 5px;
    color: var(--navy);
    font-size: 18px
}

.ip-cube-stat span
{
    font-size: 13px;
    line-height: 1.5
}

.ip-cube-section
{
    padding: 62px 44px
}

.ip-cube-heading
{
    max-width: 840px;
    margin: 0 auto 36px;
    text-align: center
}

.ip-cube-kicker
{
    margin: 0 0 9px;
    color: var(--blue-dark);
    font-size: 13px;
    font-weight: 850;
    letter-spacing: 1.6px;
    text-transform: uppercase
}

.ip-cube-heading h2
{
    margin: 0 0 13px;
    font-size: 34px;
    line-height: 1.2
}

.ip-cube-heading p
{
    margin: 0!important;
    font-size: 16px!important;
    line-height: 1.7!important
}

.ip-cube-stage
{
    display: grid;
    grid-template-columns: 1.08fr .92fr;
    max-width: 1380px;
    margin: 0 auto;
    border: 1px solid var(--line);
    background: #fff;
    box-shadow: 0 18px 44px rgba(28,52,65,.1)
}

.ip-cube-stage-image
{
    min-height: 510px
}

.ip-cube-stage-copy
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 48px
}

.ip-cube-stage-copy h2
{
    margin: 0 0 16px;
    font-size: 31px;
    line-height: 1.25
}

.ip-cube-stage-copy p
{
    margin: 0 0 15px!important;
    font-size: 16px!important;
    line-height: 1.7!important
}

.ip-cube-checks
{
    display: grid;
    gap: 11px;
    margin-top: 8px
}

.ip-cube-check
{
    display: flex;
    gap: 11px;
    align-items: flex-start;
    font-size: 14px;
    line-height: 1.55
}

.ip-cube-check span
{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--blue);
    color: #fff;
    font-size: 12px;
    font-weight: 900
}

.ip-cube-options
{
    background: linear-gradient(180deg,#f0f8fb,#fff)
}

.ip-cube-option-grid
{
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 17px;
    max-width: 1380px;
    margin: 0 auto
}

.ip-cube-option
{
    padding: 25px 22px;
    border: 1px solid var(--line);
    border-radius: 9px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(28,52,65,.06)
}

.ip-cube-option:before
{
    content: "";
    display: block;
    width: 42px;
    height: 4px;
    margin-bottom: 17px;
    border-radius: 5px;
    background: linear-gradient(90deg,var(--blue),#51dafc)
}

.ip-cube-option h3
{
    margin: 0 0 9px;
    font-size: 19px;
    line-height: 1.3
}

.ip-cube-option p
{
    margin: 0!important;
    font-size: 14px!important;
    line-height: 1.62!important
}

.ip-cube-use
{
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 44px;
    align-items: center;
    max-width: 1380px;
    margin: 0 auto
}

.ip-cube-use h2
{
    margin: 0 0 15px;
    font-size: 32px;
    line-height: 1.25
}

.ip-cube-use p
{
    margin: 0 0 17px!important;
    font-size: 16px!important;
    line-height: 1.7!important
}

.ip-cube-tags
{
    display: flex;
    flex-wrap: wrap;
    gap: 9px
}

.ip-cube-tags span
{
    padding: 9px 12px;
    border: 1px solid #cde5ed;
    border-radius: 100px;
    background: var(--pale);
    color: var(--navy);
    font-size: 12px;
    font-weight: 800
}

.ip-cube-use-note
{
    padding: 29px;
    border-left: 5px solid var(--blue);
    background: var(--navy);
    color: #eaf3f6
}

.ip-cube-use-note strong
{
    display: block;
    margin-bottom: 10px;
    color: #fff;
    font-size: 20px
}

.ip-cube-use-note p
{
    margin: 0!important;
    color: #d9e6eb!important;
    font-size: 14px!important
}

.ip-cube-cta
{
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 30px;
    align-items: center;
    padding: 38px 44px;
    background: linear-gradient(110deg,#006d8f,#08a9d6);
    color: #fff
}

.ip-cube-cta h2
{
    margin: 0 0 8px;
    color: #fff;
    font-size: 29px
}

.ip-cube-cta p
{
    margin: 0!important;
    color: #ecfbff!important;
    font-size: 15px!important;
    line-height: 1.6!important
}

.ip-cube-cta .ip-cube-button
{
    border-color: #fff;
    background: #fff;
    color: var(--navy)!important;
    white-space: nowrap
}

.ip-cube-cta .ip-cube-button:hover
{
    background: var(--navy);
    border-color: var(--navy);
    color: #fff!important
}

@media(max-width:1050px)
{
    .ip-cube-hero
    {
        grid-template-columns: 1fr 1fr
    }

    .ip-cube-hero-copy
    {
        padding: 42px 34px
    }

    .ip-cube-hero h2
    {
        font-size: 37px
    }

    .ip-cube-option-grid
    {
        grid-template-columns: repeat(2,1fr)
    }
}

@media(max-width:760px)
{
    .ip-cube-hero,
    .ip-cube-stage,
    .ip-cube-use,
    .ip-cube-cta
    {
        display: block
    }

    .ip-cube-hero-image
    {
        order: -1;
        min-height: 380px
    }

    .ip-cube-hero-copy
    {
        padding: 36px 23px
    }

    .ip-cube-hero h2
    {
        font-size: 32px
    }

    .ip-cube-strip
    {
        grid-template-columns: 1fr 1fr
    }

    .ip-cube-section
    {
        padding: 46px 19px
    }

    .ip-cube-heading h2,
    .ip-cube-use h2
    {
        font-size: 28px
    }

    .ip-cube-stage-image
    {
        min-height: 380px
    }

    .ip-cube-stage-copy
    {
        padding: 32px 23px
    }

    .ip-cube-use-note
    {
        margin-top: 26px
    }

    .ip-cube-cta
    {
        padding: 31px 23px
    }

    .ip-cube-cta .ip-cube-button
    {
        margin-top: 20px
    }
}

@media(max-width:520px)
{
    .ip-cube-actions,
    .ip-cube-option-grid
    {
        display: grid
    }

    .ip-cube-strip
    {
        display: block
    }

    .ip-cube-stat
    {
        border-bottom: 1px solid var(--line)
    }

    .ip-cube-hero h2
    {
        font-size: 28px
    }
}

/* =========================================================
   OVERVIEW — INSTASHELF BOOTH
   Source: 02-overview(2).html
   ========================================================= */
.ip-instashelf-overview
{
    --ip-blue: #08a9d6;
    --ip-blue-dark: #0785aa;
    --ip-navy: #2f3d48;
    --ip-text: #43505a;
    --ip-muted: #6d7880;
    --ip-border: #dce5e9;
    --ip-soft: #f4f8fa;
    --ip-pale: #eaf7fb;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    color: var(--ip-text);
    font-family: inherit;
    box-sizing: border-box
}

.ip-instashelf-overview *,
.ip-instashelf-overview *::before,
.ip-instashelf-overview *::after
{
    box-sizing: border-box
}

.ip-instashelf-overview h2,
.ip-instashelf-overview h3,
.ip-instashelf-overview p
{
    margin-top: 0
}

.ip-instashelf-overview img
{
    display: block;
    max-width: 100%
}

.ip-is-hero
{
    display: grid;
    grid-template-columns: minmax(0,1fr) minmax(430px,.95fr);
    min-height: 530px;
    overflow: hidden;
    border: 1px solid var(--ip-border);
    border-radius: 12px;
    background: linear-gradient(135deg,#fff 0%,#f3f8fa 100%)
}

.ip-is-hero-copy
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px 48px
}

.ip-is-eyebrow
{
    display: block;
    margin: 0 0 12px;
    color: var(--ip-blue-dark);
    font-size: 13px;
    line-height: 1.3;
    font-weight: 800;
    letter-spacing: .11em;
    text-transform: uppercase
}

.ip-is-hero h2
{
    margin: 0 0 18px;
    color: var(--ip-navy);
    font-size: 42px;
    line-height: 1.12;
    font-weight: 800
}

.ip-is-hero p
{
    margin: 0 0 25px;
    font-size: 17px;
    line-height: 1.7
}

.ip-is-actions
{
    display: flex;
    flex-wrap: wrap;
    gap: 11px
}

.ip-is-button
{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 12px 19px;
    border: 2px solid var(--ip-blue);
    border-radius: 5px;
    background: var(--ip-blue);
    color: #fff!important;
    text-decoration: none!important;
    font-size: 15px;
    font-weight: 800;
    transition: .2s ease
}

.ip-is-button:hover
{
    border-color: var(--ip-blue-dark);
    background: var(--ip-blue-dark)
}

.ip-is-button-secondary
{
    background: #fff;
    color: var(--ip-navy)!important
}

.ip-is-button-secondary:hover
{
    color: #fff!important
}

.ip-is-hero-image
{
    position: relative;
    min-height: 530px;
    padding: 26px;
    background: #fff
}

.ip-is-hero-image img
{
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: contain
}

.ip-is-hero-image::after
{
    content: "";
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 23px;
    height: 24px;
    border-radius: 50%;
    background: rgba(36,51,62,.12);
    filter: blur(14px);
    z-index: 0
}


.ip-is-stat-grid
{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 14px;
    margin-top: 20px
}

.ip-is-stat
{
    padding: 21px;
    border-top: 4px solid var(--ip-blue);
    background: #fff;
    box-shadow: 0 6px 22px rgba(35,52,64,.08)
}

.ip-is-stat strong
{
    display: block;
    margin-bottom: 4px;
    color: var(--ip-navy);
    font-size: 23px;
    line-height: 1.15
}

.ip-is-stat span
{
    color: var(--ip-muted);
    font-size: 13px;
    line-height: 1.45
}

.ip-is-section
{
    padding: 64px 0
}

.ip-is-section-heading
{
    max-width: 800px;
    margin-bottom: 29px
}

.ip-is-section-heading h2,
.ip-is-copy h2
{
    margin: 0 0 13px;
    color: var(--ip-navy);
    font-size: 33px;
    line-height: 1.2;
    font-weight: 800
}

.ip-is-section-heading p,
.ip-is-copy p
{
    margin: 0;
    font-size: 17px;
    line-height: 1.7
}

.ip-is-merch-grid
{
    display: grid;
    grid-template-columns: .92fr 1.08fr;
    gap: 38px;
    align-items: center
}

.ip-is-merch-image
{
    overflow: hidden;
    border: 1px solid var(--ip-border);
    border-radius: 10px;
    background: #fff
}

.ip-is-merch-image img
{
    width: 100%;
    height: auto
}

.ip-is-copy
{
    padding: 12px 0
}

.ip-is-checks
{
    list-style: none!important;
    margin: 19px 0 0!important;
    padding: 0!important
}

.ip-is-checks li
{
    position: relative;
    margin: 0!important;
    padding: 11px 0 11px 34px!important;
    border-bottom: 1px solid var(--ip-border);
    font-size: 15px;
    line-height: 1.5
}

.ip-is-checks li:last-child
{
    border-bottom: 0
}

.ip-is-checks li::before
{
    content: "\2713";
    position: absolute;
    left: 0;
    top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background: var(--ip-blue);
    color: #fff;
    font-size: 12px;
    font-weight: 900
}

.ip-is-package
{
    background: var(--ip-soft);
    border-top: 1px solid var(--ip-border);
    border-bottom: 1px solid var(--ip-border)
}

.ip-is-package-grid
{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 16px
}

.ip-is-package-card
{
    padding: 25px;
    border: 1px solid var(--ip-border);
    border-radius: 8px;
    background: #fff
}

.ip-is-package-icon
{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin-bottom: 16px;
    border-radius: 50%;
    background: var(--ip-pale);
    color: var(--ip-blue-dark);
    font-weight: 900
}

.ip-is-package-card h3
{
    margin: 0 0 8px;
    color: var(--ip-navy);
    font-size: 20px
}

.ip-is-package-card p
{
    margin: 0;
    font-size: 14px;
    line-height: 1.6
}

.ip-is-use-grid
{
    display: grid;
    grid-template-columns: 1.08fr .92fr;
    gap: 38px;
    align-items: center
}

.ip-is-use-image
{
    overflow: hidden;
    border: 1px solid var(--ip-border);
    border-radius: 10px;
    background: #fff
}

.ip-is-use-image img
{
    width: 100%;
    height: auto
}

.ip-is-tags
{
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 20px
}

.ip-is-tags span
{
    padding: 8px 12px;
    border: 1px solid var(--ip-border);
    border-radius: 20px;
    background: #fff;
    color: var(--ip-navy);
    font-size: 13px;
    font-weight: 700
}

.ip-is-cta
{
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 30px;
    align-items: center;
    padding: 36px 40px;
    border-left: 6px solid var(--ip-blue);
    background: var(--ip-navy);
    color: #fff
}

.ip-is-cta h2
{
    margin: 0 0 8px;
    color: #fff;
    font-size: 29px
}

.ip-is-cta p
{
    margin: 0;
    color: #edf4f7;
    font-size: 15px;
    line-height: 1.6
}

.ip-is-cta .ip-is-button
{
    white-space: nowrap
}

@media(max-width:960px)
{
    .ip-is-hero
    {
        grid-template-columns: 1fr 1fr
    }

    .ip-is-hero-copy
    {
        padding: 38px 32px
    }

    .ip-is-hero h2
    {
        font-size: 36px
    }

    .ip-is-stat-grid
    {
        grid-template-columns: repeat(2,1fr)
    }

    .ip-is-merch-grid,
    .ip-is-use-grid
    {
        grid-template-columns: 1fr
    }

    .ip-is-package-grid
    {
        grid-template-columns: 1fr 1fr
    }

    .ip-is-use-image
    {
        order: -1
    }

    .ip-is-cta
    {
        grid-template-columns: 1fr
    }
}

@media(max-width:650px)
{
    .ip-is-hero
    {
        grid-template-columns: 1fr;
        border-radius: 8px
    }

    .ip-is-hero-image
    {
        order: -1;
        min-height: 350px
    }

    .ip-is-hero-copy
    {
        padding: 28px 21px
    }

    .ip-is-hero h2
    {
        font-size: 30px
    }

    .ip-is-actions
    {
        display: grid
    }

    .ip-is-stat-grid
    {
        gap: 10px
    }

    .ip-is-stat
    {
        padding: 17px
    }

    .ip-is-stat strong
    {
        font-size: 20px
    }

    .ip-is-section
    {
        padding: 46px 0
    }

    .ip-is-section-heading h2,
    .ip-is-copy h2
    {
        font-size: 28px
    }

    .ip-is-package-grid
    {
        grid-template-columns: 1fr
    }

    .ip-is-cta
    {
        padding: 28px 21px
    }
}

/* =========================================================
   OVERVIEW — SPIDER DOME X1
   Source: 02-overview(3).html
   Styling aligned to Spider Dome XL
   ========================================================= */
.ip-x1
{
    --blue: #08a9d6;
    --navy: #253440;
    --text: #43505a;
    --line: #dce6ea;
    --pale: #eef8fb;
    width: 100%;
    color: var(--text)
}

.ip-x1 *
{
    box-sizing: border-box
}

.ip-x1-hero
{
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    max-width: 1240px;
    margin: auto;
    overflow: hidden;
    border-radius: 12px;
    background: linear-gradient(135deg,#23323d,#39515f)
}

.ip-x1-copy
{
    padding: 52px 44px;
    color: #fff
}

.ip-x1-kicker
{
    display: block;
    margin-bottom: 0;
    color: #4ed3f4;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 1.5px;
    text-transform: uppercase
}

.ip-x1 h2
{
    margin: 12px 0 17px;
    color: inherit;
    font-size: 39px;
    line-height: 1.14
}

.ip-x1-copy p
{
    margin: 0 0 24px!important;
    color: #e4eef2!important;
    font-size: 16px!important;
    line-height: 1.7!important
}

.ip-x1-btn
{
    display: inline-flex;
    padding: 12px 18px;
    border-radius: 5px;
    background: var(--blue);
    color: #fff!important;
    text-decoration: none!important;
    font-weight: 900
}

.ip-x1-image
{
    min-height: 480px
}

.ip-x1-image img
{
    width: 100%;
    height: 100%;
    min-height: 480px;
    object-fit: cover;
    display: block
}

.ip-x1-stats
{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 14px;
    max-width: 1240px;
    margin: 20px auto 40px
}

.ip-x1-stat
{
    padding: 22px;
    border-top: 4px solid var(--blue);
    background: #f4f9fa
}

.ip-x1-stat strong
{
    display: block;
    margin-bottom: 0;
    color: var(--navy);
    font-size: 19px
}

.ip-x1-stat span
{
    font-size: 13px;
    line-height: normal
}

.ip-x1-feature
{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: center;
    max-width: 1240px;
    margin: 38px auto;
    padding: 0
}

.ip-x1-feature.reverse .ip-x1-feature-img
{
    order: 2
}

.ip-x1-feature-img img
{
    width: 100%;
    display: block;
    border-radius: 10px
}

.ip-x1-feature-copy h2
{
    color: var(--navy);
    font-size: 30px
}

.ip-x1-feature-copy p
{
    font-size: 15px!important;
    line-height: 1.7!important
}

.ip-x1-list
{
    list-style: none!important;
    padding: 0!important;
    margin: revert
}

.ip-x1-list li
{
    position: relative;
    padding: 9px 0 9px 29px;
    border-bottom: 1px solid var(--line);
    font-size: inherit
}

.ip-x1-list li:before
{
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--blue);
    font-weight: 900
}

.ip-x1-note
{
    max-width: 1240px;
    margin: auto;
    padding: 20px;
    border-left: 5px solid var(--blue);
    background: var(--pale);
    font-size: 14px;
    line-height: 1.6
}

@media(max-width:800px)
{
    .ip-x1-hero,
    .ip-x1-feature
    {
        display: block
    }

    .ip-x1-copy
    {
        padding: 36px 24px
    }

    .ip-x1 h2
    {
        font-size: 31px
    }

    .ip-x1-image,
    .ip-x1-image img
    {
        min-height: 280px
    }

    .ip-x1-stats
    {
        grid-template-columns: 1fr 1fr
    }

    .ip-x1-feature
    {
        padding: 0 17px
    }

    .ip-x1-feature.reverse .ip-x1-feature-img
    {
        order: initial
    }
}

@media(max-width:500px)
{
    .ip-x1-stats
    {
        display: block
    }

    .ip-x1-stat
    {
        margin-bottom: 10px
    }
}

/* =========================================================
   OVERVIEW — SPIDER DOME XL
   Source: 02-overview(4).html
   ========================================================= */
.ip-xl
{
    --b: #08a9d6;
    --n: #253440;
    --t: #43505a;
    --l: #dce6ea;
    --p: #eef8fb;
    color: var(--t)
}

.ip-xl *
{
    box-sizing: border-box
}

.ip-xl-hero
{
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    max-width: 1240px;
    margin: auto;
    overflow: hidden;
    border-radius: 12px;
    background: linear-gradient(135deg,#23323d,#39515f)
}

.ip-xl-copy
{
    padding: 52px 44px;
    color: #fff
}

.ip-xl-kicker
{
    color: #4ed3f4;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 1.5px;
    text-transform: uppercase
}

.ip-xl h2
{
    margin: 12px 0 17px;
    color: inherit;
    font-size: 39px;
    line-height: 1.14
}

.ip-xl-copy p
{
    margin: 0 0 24px!important;
    color: #e4eef2!important;
    font-size: 16px!important;
    line-height: 1.7!important
}

.ip-xl-btn
{
    display: inline-flex;
    padding: 12px 18px;
    border-radius: 5px;
    background: var(--b);
    color: #fff!important;
    text-decoration: none!important;
    font-weight: 900
}

.ip-xl-hero img
{
    width: 100%;
    height: 100%;
    min-height: 480px;
    object-fit: cover;
    display: block
}

.ip-xl-stats
{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 14px;
    max-width: 1240px;
    margin: 20px auto 40px
}

.ip-xl-stat
{
    padding: 22px;
    border-top: 4px solid var(--b);
    background: #f4f9fa
}

.ip-xl-stat strong
{
    display: block;
    color: var(--n);
    font-size: 19px
}

.ip-xl-stat span
{
    font-size: 13px
}

.ip-xl-row
{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: center;
    max-width: 1240px;
    margin: 38px auto
}

.ip-xl-row img
{
    width: 100%;
    border-radius: 10px
}

.ip-xl-text h2
{
    color: var(--n);
    font-size: 30px
}

.ip-xl-text p
{
    font-size: 15px!important;
    line-height: 1.7!important
}

.ip-xl-list
{
    list-style: none!important;
    padding: 0!important
}

.ip-xl-list li
{
    position: relative;
    padding: 9px 0 9px 29px;
    border-bottom: 1px solid var(--l)
}

.ip-xl-list li:before
{
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--b);
    font-weight: 900
}

.ip-xl-note
{
    max-width: 1240px;
    margin: auto;
    padding: 20px;
    border-left: 5px solid var(--b);
    background: var(--p);
    font-size: 14px;
    line-height: 1.6
}

@media(max-width:800px)
{
    .ip-xl-hero,
    .ip-xl-row
    {
        display: block
    }

    .ip-xl-copy
    {
        padding: 36px 24px
    }

    .ip-xl h2
    {
        font-size: 31px
    }

    .ip-xl-hero img
    {
        min-height: 280px
    }

    .ip-xl-stats
    {
        grid-template-columns: 1fr 1fr
    }

    .ip-xl-row
    {
        padding: 0 17px
    }
}

@media(max-width:500px)
{
    .ip-xl-stats
    {
        display: block
    }

    .ip-xl-stat
    {
        margin-bottom: 10px
    }
}

/* =========================================================
   OVERVIEW — EXHIBITION HANGING BANNERS
   Source: 02-overview(5).html
   ========================================================= */
.ip-hb
{
    --b: #08a9d6;
    --n: #253440;
    --t: #43505a;
    --l: #dce6ea;
    --p: #eef8fb;
    color: var(--t)
}

.ip-hb *
{
    box-sizing: border-box
}

.ip-hb-hero
{
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    max-width: 1240px;
    margin: auto;
    overflow: hidden;
    border-radius: 12px;
    background: linear-gradient(135deg,#24343f,#101b23)
}

.ip-hb-copy
{
    padding: 52px 44px;
    color: #fff
}

.ip-hb-kicker
{
    color: #4ed3f4;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 1.5px;
    text-transform: uppercase
}

.ip-hb h2
{
    margin: 12px 0 17px;
    color: inherit;
    font-size: 39px;
    line-height: 1.13
}

.ip-hb-copy p
{
    margin: 0 0 24px!important;
    color: #e4eef2!important;
    font-size: 16px!important;
    line-height: 1.7!important
}

.ip-hb-btn
{
    display: inline-flex;
    padding: 12px 18px;
    border-radius: 5px;
    background: var(--b);
    color: #fff!important;
    text-decoration: none!important;
    font-weight: 900
}

.ip-hb-hero img
{
    width: 100%;
    height: 100%;
    min-height: 470px;
    object-fit: cover;
    display: block
}

.ip-hb-stats
{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 14px;
    max-width: 1240px;
    margin: 20px auto 42px
}

.ip-hb-stat
{
    padding: 22px;
    border-top: 4px solid var(--b);
    background: #f4f9fa
}

.ip-hb-stat strong
{
    display: block;
    color: var(--n);
    font-size: 18px
}

.ip-hb-stat span
{
    font-size: 12px
}

.ip-hb-row
{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: center;
    max-width: 1240px;
    margin: 38px auto
}

.ip-hb-row.reverse .ip-hb-img
{
    order: 2
}

.ip-hb-img img
{
    width: 100%;
    border-radius: 10px;
    display: block
}

.ip-hb-text h2
{
    color: var(--n);
    font-size: 30px
}

.ip-hb-text p
{
    font-size: 15px!important;
    line-height: 1.7!important
}

.ip-hb-list
{
    list-style: none!important;
    padding: 0!important
}

.ip-hb-list li
{
    position: relative;
    padding: 9px 0 9px 29px;
    border-bottom: 1px solid var(--l)
}

.ip-hb-list li:before
{
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--b);
    font-weight: 900
}

.ip-hb-note
{
    max-width: 1240px;
    margin: auto;
    padding: 20px;
    border-left: 5px solid var(--b);
    background: var(--p);
    font-size: 14px;
    line-height: 1.6
}

@media(max-width:800px)
{
    .ip-hb-hero,
    .ip-hb-row
    {
        display: block
    }

    .ip-hb-copy
    {
        padding: 36px 24px
    }

    .ip-hb h2
    {
        font-size: 31px
    }

    .ip-hb-hero img
    {
        min-height: 280px
    }

    .ip-hb-stats
    {
        grid-template-columns: 1fr 1fr
    }

    .ip-hb-row
    {
        padding: 0 17px
    }

    .ip-hb-row.reverse .ip-hb-img
    {
        order: initial
    }
}

@media(max-width:500px)
{
    .ip-hb-stats
    {
        display: block
    }

    .ip-hb-stat
    {
        margin-bottom: 10px
    }
}

/* =========================================================
   OVERVIEW — GZBO COMPACT
   Source: compact-02-overview-tab.html
   ========================================================= */
.ip-compact-overview
{
    --blue: #08a9d6;
    --navy: #2f3d48;
    --text: #43505a;
    --border: #dde5e9;
    --pale: #eef9fc;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 36px 40px;
    box-sizing: border-box;
    color: var(--text);
    background: #fff
}

.ip-compact-overview *
{
    box-sizing: border-box
}

.ip-compact-title
{
    margin: 0 0 14px;
    color: var(--navy);
    font-size: 30px;
    line-height: 1.25;
    font-weight: 800
}

.ip-compact-lead
{
    max-width: 1100px;
    margin: 0 0 16px!important;
    font-size: 17px!important;
    line-height: 1.7!important
}

.ip-compact-grid
{
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 20px;
    margin: 30px 0
}

.ip-compact-card
{
    padding: 22px 21px;
    border: 1px solid var(--border);
    border-top: 5px solid var(--blue);
    border-radius: 7px;
    background: #f8fafb
}

.ip-compact-card-title
{
    margin: 0 0 8px;
    color: var(--navy);
    font-size: 19px;
    line-height: 1.3;
    font-weight: 800
}

.ip-compact-card p
{
    margin: 0!important;
    font-size: 14px!important;
    line-height: 1.6!important
}

.ip-compact-columns
{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 38px;
    margin: 0 0 28px
}

.ip-compact-subtitle
{
    margin: 0 0 13px;
    color: var(--navy);
    font-size: 23px;
    line-height: 1.3;
    font-weight: 800
}

.ip-compact-list
{
    margin: 0!important;
    padding: 0 0 0 21px!important
}

.ip-compact-list li
{
    margin: 0 0 9px!important;
    font-size: 15px;
    line-height: 1.55
}

.ip-compact-dark
{
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 30px;
    padding: 28px 30px;
    border-radius: 8px;
    color: #fff;
    background: #252832
}

.ip-compact-dark .ip-compact-subtitle
{
    color: #fff
}

.ip-compact-dark p
{
    margin: 0!important;
    color: #e9eef1!important;
    font-size: 15px!important;
    line-height: 1.65!important
}

.ip-compact-badge
{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 7px;
    text-align: center;
    background: rgba(255,255,255,.06)
}

.ip-compact-badge strong
{
    display: block;
    color: #fff;
    font-size: 22px;
    line-height: 1.35
}

.ip-compact-note
{
    margin-top: 24px;
    padding: 20px 22px;
    border-left: 5px solid var(--blue);
    background: var(--pale);
    font-size: 14px;
    line-height: 1.6
}

.ip-compact-note strong
{
    color: var(--navy)
}

@media(max-width:980px)
{
    .ip-compact-grid
    {
        grid-template-columns: repeat(2,minmax(0,1fr))
    }
}

@media(max-width:700px)
{
    .ip-compact-overview
    {
        padding: 25px 18px
    }

    .ip-compact-title
    {
        font-size: 25px
    }

    .ip-compact-lead
    {
        font-size: 15px!important
    }

    .ip-compact-grid,
    .ip-compact-columns,
    .ip-compact-dark
    {
        display: block
    }

    .ip-compact-card
    {
        margin-bottom: 15px
    }

    .ip-compact-columns>div,
    .ip-compact-dark>div
    {
        margin-bottom: 24px
    }

    .ip-compact-dark
    {
        padding: 23px 20px
    }
}

/* =========================================================
   OVERVIEW — GZBO FRAMES
   Source: frames-02-overview-tab.html
   ========================================================= */
.ip-frames-overview
{
    --blue: #08a9d6;
    --navy: #2f3d48;
    --text: #43505a;
    --border: #dde5e9;
    --pale: #eef9fc;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 36px 40px;
    box-sizing: border-box;
    color: var(--text);
    background: #fff
}

.ip-frames-overview *
{
    box-sizing: border-box
}

.ip-frames-title
{
    margin: 0 0 14px;
    color: var(--navy);
    font-size: 30px;
    line-height: 1.25;
    font-weight: 800
}

.ip-frames-lead
{
    max-width: 1100px;
    margin: 0 0 16px!important;
    font-size: 17px!important;
    line-height: 1.7!important
}

.ip-frames-grid
{
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 20px;
    margin: 30px 0
}

.ip-frames-card
{
    padding: 22px 21px;
    border: 1px solid var(--border);
    border-top: 5px solid var(--blue);
    border-radius: 7px;
    background: #f8fafb
}

.ip-frames-card-title
{
    margin: 0 0 8px;
    color: var(--navy);
    font-size: 19px;
    line-height: 1.3;
    font-weight: 800
}

.ip-frames-card p
{
    margin: 0!important;
    font-size: 14px!important;
    line-height: 1.6!important
}

.ip-frames-columns
{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 38px;
    margin: 0 0 28px
}

.ip-frames-subtitle
{
    margin: 0 0 13px;
    color: var(--navy);
    font-size: 23px;
    line-height: 1.3;
    font-weight: 800
}

.ip-frames-list
{
    margin: 0!important;
    padding: 0 0 0 21px!important
}

.ip-frames-list li
{
    margin: 0 0 9px!important;
    font-size: 15px;
    line-height: 1.55
}

.ip-frames-dark
{
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 30px;
    padding: 28px 30px;
    border-radius: 8px;
    color: #fff;
    background: #252832
}

.ip-frames-dark .ip-frames-subtitle
{
    color: #fff
}

.ip-frames-dark p
{
    margin: 0!important;
    color: #e9eef1!important;
    font-size: 15px!important;
    line-height: 1.65!important
}

.ip-frames-badge
{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 7px;
    text-align: center;
    background: rgba(255,255,255,.06)
}

.ip-frames-badge strong
{
    display: block;
    color: #fff;
    font-size: 22px;
    line-height: 1.35
}

.ip-frames-note
{
    margin-top: 24px;
    padding: 20px 22px;
    border-left: 5px solid var(--blue);
    background: var(--pale);
    font-size: 14px;
    line-height: 1.6
}

.ip-frames-note strong
{
    color: var(--navy)
}

@media(max-width:980px)
{
    .ip-frames-grid
    {
        grid-template-columns: repeat(2,minmax(0,1fr))
    }
}

@media(max-width:700px)
{
    .ip-frames-overview
    {
        padding: 25px 18px
    }

    .ip-frames-title
    {
        font-size: 25px
    }

    .ip-frames-lead
    {
        font-size: 15px!important
    }

    .ip-frames-grid,
    .ip-frames-columns,
    .ip-frames-dark
    {
        display: block
    }

    .ip-frames-card
    {
        margin-bottom: 15px
    }

    .ip-frames-columns>div,
    .ip-frames-dark>div
    {
        margin-bottom: 24px
    }

    .ip-frames-dark
    {
        padding: 23px 20px
    }
}

/* =========================================================
   OVERVIEW — GZBO ULTRA HEX 50
   Source: ultra-02-overview-tab.html
   ========================================================= */
.ip-uh50-overview
{
    --blue: #08a9d6;
    --navy: #2f3d48;
    --text: #43505a;
    --border: #dde5e9;
    --pale: #eef9fc;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 36px 40px;
    box-sizing: border-box;
    color: var(--text);
    background: #fff
}

.ip-uh50-overview *
{
    box-sizing: border-box
}

.ip-uh50-title
{
    margin: 0 0 14px;
    color: var(--navy);
    font-size: 30px;
    line-height: 1.25;
    font-weight: 800
}

.ip-uh50-lead
{
    max-width: 1100px;
    margin: 0 0 16px!important;
    font-size: 17px!important;
    line-height: 1.7!important
}

.ip-uh50-grid
{
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 20px;
    margin: 30px 0
}

.ip-uh50-card
{
    padding: 22px 21px;
    border: 1px solid var(--border);
    border-top: 5px solid var(--blue);
    border-radius: 7px;
    background: #f8fafb
}

.ip-uh50-card-title
{
    margin: 0 0 8px;
    color: var(--navy);
    font-size: 19px;
    line-height: 1.3;
    font-weight: 800
}

.ip-uh50-card p
{
    margin: 0!important;
    font-size: 14px!important;
    line-height: 1.6!important
}

.ip-uh50-columns
{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 38px;
    margin: 0 0 28px
}

.ip-uh50-subtitle
{
    margin: 0 0 13px;
    color: var(--navy);
    font-size: 23px;
    line-height: 1.3;
    font-weight: 800
}

.ip-uh50-list
{
    margin: 0!important;
    padding: 0 0 0 21px!important
}

.ip-uh50-list li
{
    margin: 0 0 9px!important;
    font-size: 15px;
    line-height: 1.55
}

.ip-uh50-dark
{
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 30px;
    padding: 28px 30px;
    border-radius: 8px;
    color: #fff;
    background: #252832
}

.ip-uh50-dark .ip-uh50-subtitle
{
    color: #fff
}

.ip-uh50-dark p
{
    margin: 0!important;
    color: #e9eef1!important;
    font-size: 15px!important;
    line-height: 1.65!important
}

.ip-uh50-badge
{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 7px;
    text-align: center;
    background: rgba(255,255,255,.06)
}

.ip-uh50-badge strong
{
    display: block;
    color: #fff;
    font-size: 22px;
    line-height: 1.35
}

.ip-uh50-note
{
    margin-top: 24px;
    padding: 20px 22px;
    border-left: 5px solid var(--blue);
    background: var(--pale);
    font-size: 14px;
    line-height: 1.6
}

.ip-uh50-note strong
{
    color: var(--navy)
}

@media(max-width:980px)
{
    .ip-uh50-grid
    {
        grid-template-columns: repeat(2,minmax(0,1fr))
    }
}

@media(max-width:700px)
{
    .ip-uh50-overview
    {
        padding: 25px 18px
    }

    .ip-uh50-title
    {
        font-size: 25px
    }

    .ip-uh50-lead
    {
        font-size: 15px!important
    }

    .ip-uh50-grid,
    .ip-uh50-columns,
    .ip-uh50-dark
    {
        display: block
    }

    .ip-uh50-card
    {
        margin-bottom: 15px
    }

    .ip-uh50-columns>div,
    .ip-uh50-dark>div
    {
        margin-bottom: 24px
    }

    .ip-uh50-dark
    {
        padding: 23px 20px
    }
}

/* =========================================================
   OVERVIEW — LOGO REDRAW SERVICE
   Source: redraw-02-overview.html
   ========================================================= */
.ip-redraw-overview
{
    --blue: #08a9d6;
    --navy: #2f3d48;
    --text: #43505a;
    --border: #dde5e9;
    --pale: #eef9fc;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 36px 40px;
    box-sizing: border-box;
    color: var(--text);
    background: #fff
}

.ip-redraw-overview *
{
    box-sizing: border-box
}

.ip-redraw-title
{
    margin: 0 0 14px;
    color: var(--navy);
    font-size: 30px;
    line-height: 1.25;
    font-weight: 800
}

.ip-redraw-lead
{
    max-width: 1100px;
    margin: 0 0 16px!important;
    font-size: 17px!important;
    line-height: 1.7!important
}

.ip-redraw-grid
{
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 20px;
    margin: 30px 0
}

.ip-redraw-card
{
    padding: 22px 21px;
    border: 1px solid var(--border);
    border-top: 5px solid var(--blue);
    border-radius: 7px;
    background: #f8fafb
}

.ip-redraw-card-title
{
    margin: 0 0 8px;
    color: var(--navy);
    font-size: 19px;
    line-height: 1.3;
    font-weight: 800
}

.ip-redraw-card p
{
    margin: 0!important;
    font-size: 14px!important;
    line-height: 1.6!important
}

.ip-redraw-columns
{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 38px;
    margin: 0 0 28px
}

.ip-redraw-subtitle
{
    margin: 0 0 13px;
    color: var(--navy);
    font-size: 23px;
    line-height: 1.3;
    font-weight: 800
}

.ip-redraw-list
{
    margin: 0!important;
    padding: 0 0 0 21px!important
}

.ip-redraw-list li
{
    margin: 0 0 9px!important;
    font-size: 15px;
    line-height: 1.55
}

.ip-redraw-dark
{
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 30px;
    padding: 28px 30px;
    border-radius: 8px;
    color: #fff;
    background: #252832
}

.ip-redraw-dark .ip-redraw-subtitle
{
    color: #fff
}

.ip-redraw-dark p
{
    margin: 0!important;
    color: #e9eef1!important;
    font-size: 15px!important;
    line-height: 1.65!important
}

.ip-redraw-badge
{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 7px;
    text-align: center;
    background: rgba(255,255,255,.06)
}

.ip-redraw-badge strong
{
    display: block;
    color: #fff;
    font-size: 22px;
    line-height: 1.35
}

.ip-redraw-note
{
    margin-top: 24px;
    padding: 20px 22px;
    border-left: 5px solid var(--blue);
    background: var(--pale);
    font-size: 14px;
    line-height: 1.6
}

.ip-redraw-note strong
{
    color: var(--navy)
}

@media(max-width:980px)
{
    .ip-redraw-grid
    {
        grid-template-columns: repeat(2,minmax(0,1fr))
    }
}

@media(max-width:700px)
{
    .ip-redraw-overview
    {
        padding: 25px 18px
    }

    .ip-redraw-title
    {
        font-size: 25px
    }

    .ip-redraw-lead
    {
        font-size: 15px!important
    }

    .ip-redraw-grid,
    .ip-redraw-columns,
    .ip-redraw-dark
    {
        display: block
    }

    .ip-redraw-card
    {
        margin-bottom: 15px
    }

    .ip-redraw-columns>div,
    .ip-redraw-dark>div
    {
        margin-bottom: 24px
    }

    .ip-redraw-dark
    {
        padding: 23px 20px
    }
}

/* =========================================================
   OVERVIEW — ILLUMIPEAK
   Source: illumipeak-02-overview.html
   ========================================================= */
.ip-illumipeak
{
    --cyan: #08a9d6;
    --cyan2: #42d7ff;
    --ink: #10161d;
    --navy: #253440;
    --text: #43505a;
    --line: #dce6ea;
    --pale: #eef9fc;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    color: var(--text);
    background: #fff
}

.ip-illumipeak *
{
    box-sizing: border-box
}

.ip-illumipeak img
{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.ip-il-hero
{
    position: relative;
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    min-height: 560px;
    background: radial-gradient(circle at 15% 20%,#223e4d 0,#111b23 42%,#090d11 100%)
}

.ip-il-hero-copy
{
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 58px 54px;
    color: #fff
}

.ip-il-eyebrow
{
    margin: 0 0 15px;
    color: var(--cyan2);
    font-size: 13px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase
}

.ip-il-title
{
    max-width: 720px;
    margin: 0 0 22px;
    color: #fff;
    font-size: 46px;
    line-height: 1.08;
    font-weight: 850;
    letter-spacing: -1.2px
}

.ip-il-lead
{
    max-width: 720px;
    margin: 0 0 28px!important;
    color: #dce7ec!important;
    font-size: 18px!important;
    line-height: 1.7!important
}

.ip-il-pills
{
    display: flex;
    flex-wrap: wrap;
    gap: 9px
}

.ip-il-pill
{
    padding: 9px 13px;
    border: 1px solid rgba(66,215,255,.38);
    border-radius: 100px;
    color: #eafaff;
    background: rgba(8,169,214,.13);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .35px
}

.ip-il-hero-media
{
    position: relative;
    min-height: 560px
}

.ip-il-hero-media:after
{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,#101820 0,transparent 28%),linear-gradient(0deg,rgba(5,9,12,.35),transparent 45%)
}

.ip-il-section
{
    padding: 58px 46px
}

.ip-il-section-head
{
    max-width: 820px;
    margin: 0 auto 35px;
    text-align: center
}

.ip-il-kicker
{
    margin: 0 0 10px;
    color: var(--cyan);
    font-size: 13px;
    font-weight: 850;
    letter-spacing: 1.8px;
    text-transform: uppercase
}

.ip-il-heading
{
    margin: 0 0 14px;
    color: var(--navy);
    font-size: 34px;
    line-height: 1.2;
    font-weight: 850
}

.ip-il-section-head p
{
    margin: 0!important;
    font-size: 17px!important;
    line-height: 1.65!important
}

.ip-il-feature-grid
{
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 18px;
    max-width: 1380px;
    margin: 0 auto
}

.ip-il-feature
{
    position: relative;
    padding: 25px 22px;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: #f8fafb;
    box-shadow: 0 12px 28px rgba(28,52,65,.06)
}

.ip-il-feature:before
{
    content: "";
    display: block;
    width: 42px;
    height: 4px;
    margin-bottom: 18px;
    border-radius: 6px;
    background: linear-gradient(90deg,var(--cyan),var(--cyan2))
}

.ip-il-feature h3
{
    margin: 0 0 9px;
    color: var(--navy);
    font-size: 19px;
    line-height: 1.3;
    font-weight: 850
}

.ip-il-feature p
{
    margin: 0!important;
    font-size: 14px!important;
    line-height: 1.6!important
}

.ip-il-story
{
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    max-width: 1380px;
    margin: 0 auto;
    background: #101820
}

.ip-il-story-media
{
    min-height: 490px
}

.ip-il-story-copy
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 48px;
    color: #e3edf1
}

.ip-il-story-copy .ip-il-heading
{
    color: #fff
}

.ip-il-story-copy p
{
    margin: 0 0 18px!important;
    color: #cbd9df!important;
    font-size: 16px!important;
    line-height: 1.7!important
}

.ip-il-checks
{
    display: grid;
    gap: 11px;
    margin-top: 5px
}

.ip-il-check
{
    display: flex;
    gap: 11px;
    align-items: flex-start;
    color: #fff;
    font-size: 14px;
    line-height: 1.5
}

.ip-il-check span
{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 23px;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    color: #061016;
    background: var(--cyan2);
    font-size: 12px;
    font-weight: 900
}

.ip-il-tech
{
    background: linear-gradient(180deg,#f5fbfd,#fff)
}

.ip-il-tech-grid
{
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 22px;
    max-width: 1380px;
    margin: 0 auto
}

.ip-il-tech-card
{
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 11px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(23,50,64,.09)
}

.ip-il-tech-image
{
    height: 245px;
    background: #16232c
}

.ip-il-tech-copy
{
    padding: 24px 24px 27px
}

.ip-il-tech-copy h3
{
    margin: 0 0 9px;
    color: var(--navy);
    font-size: 21px;
    line-height: 1.3;
    font-weight: 850
}

.ip-il-tech-copy p
{
    margin: 0!important;
    font-size: 14px!important;
    line-height: 1.65!important
}

.ip-il-dual
{
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 34px;
    align-items: center;
    max-width: 1380px;
    margin: 0 auto;
    padding: 54px 46px
}

.ip-il-dual h2
{
    margin: 0 0 15px;
    color: var(--navy);
    font-size: 31px;
    line-height: 1.25;
    font-weight: 850
}

.ip-il-dual p
{
    margin: 0 0 14px!important;
    font-size: 16px!important;
    line-height: 1.65!important
}

.ip-il-sizebox
{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: var(--line)
}

.ip-il-size
{
    padding: 25px;
    background: #f7fafb
}

.ip-il-size strong
{
    display: block;
    margin-bottom: 6px;
    color: var(--navy);
    font-size: 18px
}

.ip-il-size span
{
    font-size: 13px;
    line-height: 1.5
}

.ip-il-banner
{
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 30px;
    align-items: center;
    padding: 35px 46px;
    color: #fff;
    background: linear-gradient(115deg,#007fa3,#08a9d6 58%,#42d7ff)
}

.ip-il-banner h2
{
    margin: 0 0 6px;
    color: #fff;
    font-size: 27px;
    line-height: 1.25;
    font-weight: 850
}

.ip-il-banner p
{
    margin: 0!important;
    color: #ebfbff!important;
    font-size: 15px!important;
    line-height: 1.6!important
}

.ip-il-spec-badge
{
    padding: 15px 20px;
    border: 1px solid rgba(255,255,255,.45);
    border-radius: 8px;
    text-align: center;
    color: #fff;
    background: rgba(0,0,0,.1);
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap
}

.ip-il-note
{
    max-width: 1380px;
    margin: 24px auto 0;
    padding: 17px 20px;
    border-left: 5px solid var(--cyan);
    background: var(--pale);
    font-size: 13px;
    line-height: 1.6
}

.ip-il-note strong
{
    color: var(--navy)
}

@media(max-width:1050px)
{
    .ip-il-title
    {
        font-size: 38px
    }

    .ip-il-feature-grid
    {
        grid-template-columns: repeat(2,minmax(0,1fr))
    }
}

@media(max-width:780px)
{
    .ip-il-hero,
    .ip-il-story,
    .ip-il-dual
    {
        display: block
    }

    .ip-il-hero-copy
    {
        padding: 39px 24px
    }

    .ip-il-title
    {
        font-size: 33px
    }

    .ip-il-lead
    {
        font-size: 16px!important
    }

    .ip-il-hero-media
    {
        min-height: 360px
    }

    .ip-il-hero-media:after
    {
        background: linear-gradient(0deg,#101820 0,transparent 28%)
    }

    .ip-il-section
    {
        padding: 42px 19px
    }

    .ip-il-heading
    {
        font-size: 28px
    }

    .ip-il-story-copy
    {
        padding: 36px 24px
    }

    .ip-il-story-media
    {
        min-height: 360px
    }

    .ip-il-tech-grid
    {
        display: block
    }

    .ip-il-tech-card
    {
        margin-bottom: 18px
    }

    .ip-il-dual
    {
        padding: 42px 19px
    }

    .ip-il-sizebox
    {
        margin-top: 25px
    }

    .ip-il-banner
    {
        display: block;
        padding: 30px 22px
    }

    .ip-il-spec-badge
    {
        display: inline-block;
        margin-top: 18px;
        white-space: normal
    }
}

@media(max-width:520px)
{
    .ip-il-feature-grid,
    .ip-il-sizebox
    {
        display: block
    }

    .ip-il-feature,
    .ip-il-size
    {
        margin-bottom: 13px
    }

    .ip-il-title
    {
        font-size: 29px
    }

    .ip-il-tech-image
    {
        height: 215px
    }
}

/* =========================================================
   GZBO HEX 50 — PRODUCT OVERVIEW
   ========================================================= */

.ip-h50-overview {
    --ip-blue: #08a9d6;
    --ip-blue-dark: #0785aa;
    --ip-navy: #2f3d48;
    --ip-text: #43505a;
    --ip-muted: #6d7880;
    --ip-border: #dce5e9;
    --ip-light: #f5f9fb;

    width: 100%;
    max-width: none;
    margin: 0;
    padding: 36px 40px;
    box-sizing: border-box;
    color: var(--ip-text);
    background: #fff;
}

.ip-h50-overview *,
.ip-h50-overview *::before,
.ip-h50-overview *::after {
    box-sizing: border-box;
}

.ip-h50-overview h2,
.ip-h50-overview h3,
.ip-h50-overview p {
    text-transform: none !important;
}

.ip-h50-image {
    display: block;
    width: 100%;
    height: auto;
}


/* INTRODUCTION */

.ip-h50-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr);
    gap: 42px;
    align-items: center;

    padding: 38px;

    background: linear-gradient(135deg, #ffffff 0%, #f3f8fa 100%);
    border: 1px solid var(--ip-border);
    border-radius: 10px;
}

.ip-h50-hero-copy {
    min-width: 0;
}

.ip-h50-kicker {
    display: block;
    margin-bottom: 9px;

    color: var(--ip-blue-dark);

    font-size: 13px;
    line-height: 1.3;
    font-weight: 800;
    letter-spacing: 1.1px;
    text-transform: uppercase;
}

.ip-h50-title {
    margin: 0 0 17px !important;

    color: var(--ip-navy) !important;

    font-size: 34px !important;
    line-height: 1.18 !important;
    font-weight: 800 !important;
}

.ip-h50-lead {
    max-width: 1100px;
    margin: 0 0 14px !important;

    color: var(--ip-text) !important;

    font-size: 16px !important;
    line-height: 1.7 !important;
}

.ip-h50-lead:last-child {
    margin-bottom: 0 !important;
}

.ip-h50-lead strong {
    color: var(--ip-navy);
}

.ip-h50-hero-media,
.ip-h50-feature-media,
.ip-h50-dark-media {
    margin: 0;
    overflow: hidden;
}

.ip-h50-hero-media {
    background: #ffffff;
    border: 1px solid var(--ip-border);
    border-radius: 9px;
}


/* KEY FEATURES */

.ip-h50-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;

    margin: 22px 0;
}

.ip-h50-card {
    min-width: 0;
    padding: 22px 20px;

    background: #ffffff;
    border: 1px solid var(--ip-border);
    border-top: 4px solid var(--ip-blue);
    border-radius: 8px;
}

.ip-h50-card-number {
    display: block;
    margin-bottom: 7px;

    color: var(--ip-blue-dark);

    font-size: 20px;
    line-height: 1.2;
    font-weight: 850;
}

.ip-h50-card-title {
    margin: 0 0 8px !important;

    color: var(--ip-navy) !important;

    font-size: 17px !important;
    line-height: 1.3 !important;
    font-weight: 800 !important;
}

.ip-h50-card p {
    margin: 0 !important;

    color: var(--ip-text) !important;

    font-size: 14px !important;
    line-height: 1.55 !important;
}


/* FRAME DETAIL */

.ip-h50-feature {
    display: grid;
    grid-template-columns: minmax(300px, .85fr) minmax(0, 1.15fr);
    gap: 38px;
    align-items: center;

    margin-bottom: 22px;
    padding: 30px;

    background: var(--ip-light);
    border: 1px solid var(--ip-border);
    border-radius: 9px;
}

.ip-h50-feature-media {
    background: #111820;
    border-radius: 8px;
}

.ip-h50-subtitle {
    margin: 0 0 12px !important;

    color: var(--ip-navy) !important;

    font-size: 25px !important;
    line-height: 1.25 !important;
    font-weight: 800 !important;
}

.ip-h50-feature-copy > p,
.ip-h50-canopy-heading > p {
    margin: 0 0 18px !important;

    color: var(--ip-text) !important;

    font-size: 15px !important;
    line-height: 1.65 !important;
}


/* TICK LISTS */

.ip-h50-list,
.ip-h50-dark-list {
    display: grid;
    gap: 12px;

    margin: 0 !important;
    padding: 0 !important;

    list-style: none !important;
}

.ip-h50-list li,
.ip-h50-dark-list li {
    position: relative;

    margin: 0 !important;
    padding: 0 0 0 32px !important;

    font-size: 14px;
    line-height: 1.55;
}

.ip-h50-list li::before,
.ip-h50-dark-list li::before {
    content: "✓";

    position: absolute;
    top: 0;
    left: 0;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 22px;
    height: 22px;

    color: #ffffff;
    background: var(--ip-blue);
    border-radius: 50%;

    font-size: 12px;
    line-height: 1;
    font-weight: 900;
}


/* G-TEX CANOPY */

.ip-h50-canopy {
    margin-bottom: 22px;
    padding: 30px;

    border: 1px solid var(--ip-border);
    border-radius: 9px;
}

.ip-h50-canopy-heading {
    max-width: 850px;
    margin-bottom: 22px;
}

.ip-h50-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin: 0 0 28px;
}

.ip-h50-column-card {
    padding: 23px;

    background: var(--ip-light);
    border: 1px solid var(--ip-border);
    border-radius: 7px;
}

.ip-h50-column-title {
    margin: 0 0 16px !important;

    color: var(--ip-navy) !important;

    font-size: 19px !important;
    line-height: 1.3 !important;
    font-weight: 800 !important;
}


/* ILLUMIPEAK */

.ip-h50-dark {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr);
    gap: 34px;
    align-items: center;

    margin-bottom: 18px;
    padding: 32px;

    color: #ffffff;
    background: #151c22;
    border-left: 5px solid var(--ip-blue);
    border-radius: 8px;
}

.ip-h50-dark-kicker {
    display: block;
    margin-bottom: 9px;

    color: #55cef0;

    font-size: 13px;
    line-height: 1.3;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.ip-h50-dark-title {
    margin: 0 0 13px !important;

    color: #ffffff !important;

    font-size: 27px !important;
    line-height: 1.24 !important;
    font-weight: 800 !important;
}

.ip-h50-dark p {
    margin: 0 !important;
    color: #e9eef1 !important;
    font-size: 15px !important;
    line-height: 1.65 !important;
}

.ip-h50-dark-copy > p {
    margin: 0 0 19px !important;

    color: #dce6eb !important;

    font-size: 15px !important;
    line-height: 1.65 !important;
}

.ip-h50-dark-list {
    margin-bottom: 22px !important;
}

.ip-h50-dark-list li {
    color: #e8f0f3;
}

.ip-h50-dark-media {
    background: #000000;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 8px;
}

.ip-h50-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 46px;
    padding: 12px 20px;

    color: #ffffff !important;
    background: var(--ip-blue);
    border-radius: 5px;

    font-size: 15px;
    line-height: 1.2;
    font-weight: 800;
    text-align: center;
    text-decoration: none !important;
}

.ip-h50-button:hover,
.ip-h50-button:focus {
    color: #ffffff !important;
    background: var(--ip-blue-dark);
}


.ip-h50-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 7px;
    text-align: center;
    background: rgba(255, 255, 255, .06);
}

.ip-h50-badge strong {
    display: block;
    color: #fff;
    font-size: 22px;
    line-height: 1.35;
}


/* SAFETY NOTE */

.ip-h50-note {
    margin-top: 24px;
    padding: 18px 20px;

    color: var(--ip-text);
    background: #fff8e8;
    border: 1px solid #ead9ad;
    border-left: 5px solid #d4a936;
    border-radius: 6px;

    font-size: 13px;
    line-height: 1.6;
}

.ip-h50-note strong {
    color: var(--ip-navy);
}


/* TABLET */

@media (max-width: 950px) {

    .ip-h50-hero,
    .ip-h50-feature,
    .ip-h50-dark {
        grid-template-columns: 1fr;
    }

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

    .ip-h50-hero-media,
    .ip-h50-feature-media,
    .ip-h50-dark-media {
        max-width: 650px;
        margin: 0 auto;
    }

    .ip-h50-feature-media {
        order: 2;
    }
}


@media (max-width: 980px) {
    .ip-h50-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 700px) {
    .ip-h50-overview {
        padding: 25px 18px;
    }

    .ip-h50-title {
        font-size: 25px !important;
    }

    .ip-h50-lead {
        font-size: 15px !important;
    }

    .ip-h50-grid,
    .ip-h50-columns,
    .ip-h50-dark {
        display: block;
    }

    .ip-h50-card {
        margin-bottom: 15px;
    }

    .ip-h50-columns > div,
    .ip-h50-dark > div {
        margin-bottom: 24px;
    }

    .ip-h50-dark {
        padding: 23px 20px;
    }
}


/* MOBILE */

@media (max-width: 600px) {

    .ip-h50-hero {
        gap: 24px;
        padding: 24px 18px;
    }

    .ip-h50-title {
        font-size: 27px !important;
    }

    .ip-h50-lead {
        font-size: 15px !important;
        line-height: 1.6 !important;
    }

    .ip-h50-grid,
    .ip-h50-columns {
        grid-template-columns: 1fr;
    }

    .ip-h50-feature,
    .ip-h50-canopy,
    .ip-h50-dark {
        padding: 23px 18px;
    }

    .ip-h50-subtitle,
    .ip-h50-dark-title {
        font-size: 22px !important;
    }

    .ip-h50-button {
        width: 100%;
    }
}

/* Additional overview components */
.ip-uh50-info-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:24px;
    margin:0 0 30px;
}

.ip-uh50-info{
    padding:24px;
    border-radius:7px;
    background:#f5f7f8;
}

.ip-uh50-info .ip-uh50-subtitle{
    margin-bottom:10px;
}

.ip-uh50-info p{
    margin:0!important;
    font-size:15px!important;
    line-height:1.65!important;
}

.ip-uh50-sizes{
    margin:0 0 30px;
}

.ip-uh50-size-grid{
    display:grid;
    grid-template-columns:repeat(5,minmax(0,1fr));
    gap:12px;
}

.ip-uh50-size{
    padding:16px;
    border-radius:5px;
    color:var(--navy);
    background:var(--pale);
    text-align:center;
    font-weight:800;
}

@media(max-width:980px){
    .ip-uh50-size-grid{
        grid-template-columns:repeat(3,minmax(0,1fr));
    }
}

@media(max-width:700px){
    .ip-uh50-info-grid{
        display:block;
    }

    .ip-uh50-info{
        margin-bottom:15px;
    }

    .ip-uh50-size-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
}

/* =========================================================
   GZBO FRAME COVER - PRODUCT OVERVIEW
   ========================================================= */

.ip-framecover-overview{
    --blue:#08a9d6;
    --navy:#2f3d48;
    --text:#43505a;
    --border:#dde5e9;
    --pale:#eaf8fc;
    width:100%;
    max-width:none;
    margin:0;
    padding:0;
    box-sizing:border-box;
    color:var(--text);
    font-family:Arial, Helvetica, sans-serif;
    line-height:1.65;
}

.ip-framecover-overview *,
.ip-framecover-overview *::before,
.ip-framecover-overview *::after{
    box-sizing:border-box;
}

.ip-framecover-intro{
    width:100%;
    margin:0 0 24px;
    padding:26px 28px;
    border:1px solid var(--border);
    border-radius:8px;
    background:#f7fafb;
}

.ip-framecover-title{
    margin:0 0 10px;
    color:var(--navy);
    font-size:22px;
    font-weight:700;
    line-height:1.3;
}

.ip-framecover-intro p{
    margin:0;
    font-size:16px;
}

.ip-framecover-grid{
    display:flex;
    flex-wrap:wrap;
    gap:16px;
    width:100%;
    margin:0 0 26px;
}

.ip-framecover-card{
    flex:1 1 240px;
    min-width:0;
    padding:20px;
    border:1px solid var(--border);
    border-top:4px solid var(--blue);
    border-radius:7px;
    background:#fff;
}

.ip-framecover-card-wide{
    flex-basis:300px;
}

.ip-framecover-card-title{
    margin:0 0 8px;
    color:var(--navy);
    font-size:17px;
    font-weight:700;
    line-height:1.35;
}

.ip-framecover-card p{
    margin:0;
    font-size:15px;
}

.ip-framecover-subtitle{
    margin:0 0 12px;
    color:var(--navy);
    font-size:20px;
    font-weight:700;
    line-height:1.35;
}

.ip-framecover-copy{
    margin:0 0 20px;
    font-size:16px;
}

.ip-framecover-list{
    margin:0;
    padding:0 0 0 19px;
    font-size:15px;
}

.ip-framecover-list-numbered{
    padding-left:20px;
}

.ip-framecover-list li{
    margin:0 0 6px;
}

.ip-framecover-list li:last-child{
    margin-bottom:0;
}

.ip-framecover-note{
    width:100%;
    margin:0;
    padding:18px 20px;
    border-left:4px solid var(--blue);
    border-radius:6px;
    color:#354550;
    background:var(--pale);
    font-size:14px;
    line-height:1.6;
}

.ip-framecover-note strong{
    color:var(--navy);
}

@media(max-width:700px){
    .ip-framecover-intro{
        padding:22px 20px;
    }

    .ip-framecover-title{
        font-size:20px;
    }

    .ip-framecover-grid{
        display:block;
    }

    .ip-framecover-card{
        margin-bottom:15px;
    }

    .ip-framecover-card:last-child{
        margin-bottom:0;
    }
}

/* =========================================================
   GZBO ROLLER BAG - PRODUCT OVERVIEW
   ========================================================= */

.ip-rollerbag-overview{
    --blue:#08a9d6;
    --blue-light:#20b7dc;
    --navy:#252832;
    --text:#374151;
    --border:#d9e0e4;
    --pale:#eaf8fc;
    width:100%;
    max-width:none;
    margin:0;
    padding:0;
    box-sizing:border-box;
    color:var(--text);
    font-family:Arial, Helvetica, sans-serif;
    font-size:16px;
    line-height:1.6;
}

.ip-rollerbag-overview *,
.ip-rollerbag-overview *::before,
.ip-rollerbag-overview *::after{
    box-sizing:border-box;
}

.ip-rollerbag-layout{
    display:flex;
    flex-wrap:wrap;
    align-items:stretch;
    gap:28px;
    width:100%;
    margin:0 0 28px;
}

.ip-rollerbag-main{
    flex:2 1 680px;
    min-width:0;
}

.ip-rollerbag-stats{
    display:flex;
    flex-wrap:wrap;
    gap:16px;
    width:100%;
    margin:0 0 28px;
}

.ip-rollerbag-stat{
    flex:1 1 180px;
    min-width:0;
    padding:20px 24px;
    background:#f7f8f9;
    border-top:4px solid var(--blue);
}

.ip-rollerbag-stat-value{
    margin:0 0 6px;
    color:var(--navy);
    font-size:24px;
    font-weight:700;
    line-height:1.2;
}

.ip-rollerbag-stat-label{
    color:var(--text);
    font-size:15px;
}

.ip-rollerbag-specs{
    width:100%;
    overflow:hidden;
    border:1px solid var(--border);
    border-radius:5px;
}

.ip-rollerbag-spec-row{
    display:flex;
    flex-wrap:wrap;
    width:100%;
    padding:15px 18px;
    border-bottom:1px solid var(--border);
    background:#fff;
}

.ip-rollerbag-spec-row:nth-child(odd){
    background:#f5f6f7;
}

.ip-rollerbag-spec-row:last-child{
    border-bottom:0;
}

.ip-rollerbag-spec-label{
    flex:0 1 230px;
    min-width:165px;
    color:var(--navy);
    font-size:15px;
    font-weight:700;
}

.ip-rollerbag-spec-value{
    flex:1 1 280px;
    min-width:0;
    color:var(--text);
    font-size:15px;
}

.ip-rollerbag-highlights{
    flex:1 1 330px;
    min-width:280px;
    padding:28px 26px;
    background:var(--navy);
    color:#fff;
}

.ip-rollerbag-highlights-title{
    margin:0 0 22px;
    color:#fff;
    font-size:23px;
    font-weight:700;
    line-height:1.3;
}

.ip-rollerbag-highlight{
    padding:17px 0;
    border-bottom:1px solid #4b4f58;
}

.ip-rollerbag-highlight:first-of-type{
    padding-top:0;
}

.ip-rollerbag-highlight:last-child{
    padding-bottom:0;
    border-bottom:0;
}

.ip-rollerbag-highlight-title{
    margin:0 0 6px;
    color:var(--blue-light);
    font-size:16px;
    font-weight:700;
}

.ip-rollerbag-highlight-copy{
    color:#fff;
    font-size:15px;
    line-height:1.55;
}

.ip-rollerbag-note{
    width:100%;
    margin:0;
    padding:18px 20px;
    border-left:4px solid var(--blue);
    background:var(--pale);
    color:var(--text);
    font-size:14px;
    line-height:1.6;
}

.ip-rollerbag-note strong{
    color:var(--navy);
}

@media(max-width:700px){
    .ip-rollerbag-layout,
    .ip-rollerbag-stats{
        display:block;
    }

    .ip-rollerbag-stat{
        margin-bottom:15px;
    }

    .ip-rollerbag-stat:last-child{
        margin-bottom:0;
    }

    .ip-rollerbag-highlights{
        min-width:0;
        margin-top:24px;
        padding:24px 20px;
    }

    .ip-rollerbag-spec-row{
        display:block;
    }

    .ip-rollerbag-spec-label{
        min-width:0;
        margin-bottom:4px;
    }
}

/* =========================================================
   3M POP-UP COUNTER - PRODUCT OVERVIEW
   ========================================================= */

.ip-counter-overview{
    --blue:#08afd3;
    --navy:#252832;
    --text:#303946;
    --light:#f5f7f8;
    --pale:#eef8fb;
    width:100%;
    max-width:none;
    margin:0;
    padding:0;
    box-sizing:border-box;
    color:var(--text);
    line-height:1.65;
}

.ip-counter-overview *,
.ip-counter-overview *::before,
.ip-counter-overview *::after{
    box-sizing:border-box;
}

.ip-counter-intro{
    margin:0 0 30px;
}

.ip-counter-title{
    margin:0 0 12px;
    color:var(--navy);
    font-size:26px;
    line-height:1.3;
    font-weight:700;
    text-transform:none;
}

.ip-counter-intro p:not(.ip-counter-title){
    margin:0 0 14px;
    font-size:16px;
}

.ip-counter-intro p:last-child{
    margin-bottom:0;
}

.ip-counter-stats{
    display:flex;
    flex-wrap:wrap;
    gap:16px;
    margin:0 0 32px;
}

.ip-counter-stat{
    flex:1 1 200px;
    padding:22px;
    background:var(--light);
    border-top:4px solid var(--blue);
}

.ip-counter-stat-value{
    margin:0 0 7px;
    color:var(--navy);
    font-size:24px;
    line-height:1.1;
    font-weight:700;
}

.ip-counter-stat-copy{
    font-size:15px;
}

.ip-counter-columns{
    display:flex;
    flex-wrap:wrap;
    gap:32px;
    margin:0 0 30px;
}

.ip-counter-column{
    flex:1 1 400px;
}

.ip-counter-subtitle{
    margin:0 0 12px;
    color:var(--navy);
    font-size:21px;
    line-height:1.3;
    font-weight:700;
    text-transform:none;
}

.ip-counter-list{
    margin:0;
    padding-left:21px;
    font-size:16px;
}

.ip-counter-list li{
    margin:0 0 7px;
}

.ip-counter-list li:last-child{
    margin-bottom:0;
}

.ip-counter-info-grid{
    display:flex;
    flex-wrap:wrap;
    gap:24px;
    margin:0 0 30px;
}

.ip-counter-info{
    flex:1 1 420px;
    padding:24px;
    background:var(--light);
}

.ip-counter-info .ip-counter-subtitle{
    margin-bottom:10px;
}

.ip-counter-info p{
    margin:0;
    font-size:16px;
}

.ip-counter-note{
    padding:18px 20px;
    background:var(--pale);
    border-left:4px solid var(--blue);
    font-size:14px;
    line-height:1.55;
}

.ip-counter-note strong{
    color:var(--navy);
}

@media(max-width:700px){
    .ip-counter-stats,
    .ip-counter-columns,
    .ip-counter-info-grid{
        display:block;
    }

    .ip-counter-stat,
    .ip-counter-column,
    .ip-counter-info{
        margin-bottom:15px;
    }

    .ip-counter-stat:last-child,
    .ip-counter-column:last-child,
    .ip-counter-info:last-child{
        margin-bottom:0;
    }

    .ip-counter-title{
        font-size:23px;
    }

    .ip-counter-subtitle{
        font-size:20px;
    }
}

/* =========================================================
   GZBO WEIGHT PLATE - PRODUCT OVERVIEW
   ========================================================= */

.ip-weightplate-overview{
    --blue:#08a9d6;
    --navy:#252832;
    --text:#374151;
    --light:#f5f7f8;
    --pale:#eaf8fc;
    width:100%;
    max-width:none;
    margin:0;
    padding:0;
    box-sizing:border-box;
    color:var(--text);
    font-family:Arial, Helvetica, sans-serif;
    font-size:16px;
    line-height:1.65;
}

.ip-weightplate-overview *,
.ip-weightplate-overview *::before,
.ip-weightplate-overview *::after{
    box-sizing:border-box;
}

.ip-weightplate-title{
    margin:0 0 16px;
    color:var(--navy);
    font-size:28px;
    font-weight:700;
    line-height:1.25;
}

.ip-weightplate-copy{
    margin:0 0 14px;
}

.ip-weightplate-copy strong{
    color:var(--navy);
}

.ip-weightplate-copy-last{
    margin-bottom:30px;
}

.ip-weightplate-stats{
    display:flex;
    flex-wrap:wrap;
    gap:16px;
    width:100%;
    margin:0 0 34px;
}

.ip-weightplate-stat{
    flex:1 1 210px;
    min-width:0;
    padding:20px 24px;
    background:var(--light);
    border-top:4px solid var(--blue);
}

.ip-weightplate-stat-value{
    margin:0 0 7px;
    color:var(--navy);
    font-size:24px;
    font-weight:700;
    line-height:1.25;
}

.ip-weightplate-stat-copy{
    color:var(--text);
    font-size:15px;
    line-height:1.55;
}

.ip-weightplate-columns{
    display:flex;
    flex-wrap:wrap;
    gap:34px;
    width:100%;
    margin:0 0 30px;
}

.ip-weightplate-column{
    flex:1 1 420px;
    min-width:0;
}

.ip-weightplate-subtitle{
    margin:0 0 12px;
    color:var(--navy);
    font-size:22px;
    font-weight:700;
    line-height:1.3;
}

.ip-weightplate-list{
    margin:0;
    padding:0 0 0 20px;
    color:var(--text);
    font-size:16px;
    line-height:1.65;
}

.ip-weightplate-list li{
    margin:0 0 6px;
}

.ip-weightplate-list li:last-child{
    margin-bottom:0;
}

.ip-weightplate-step{
    display:flex;
    align-items:flex-start;
    gap:10px;
    margin:0 0 10px;
}

.ip-weightplate-step:last-child{
    margin-bottom:0;
}

.ip-weightplate-step-number{
    display:inline-flex;
    flex:0 0 28px;
    align-items:center;
    justify-content:center;
    width:28px;
    height:28px;
    border-radius:50%;
    background:var(--blue);
    color:#fff;
    font-size:16px;
    font-weight:700;
    line-height:1;
}

.ip-weightplate-step-copy{
    padding-top:1px;
    color:var(--text);
    font-size:16px;
}

.ip-weightplate-note{
    width:100%;
    margin:0;
    padding:18px 20px;
    background:var(--pale);
    border-left:4px solid var(--blue);
    color:var(--text);
    font-size:14px;
    line-height:1.6;
}

.ip-weightplate-note strong{
    color:var(--navy);
}

@media(max-width:700px){
    .ip-weightplate-stats,
    .ip-weightplate-columns{
        display:block;
    }

    .ip-weightplate-stat{
        margin-bottom:15px;
    }

    .ip-weightplate-stat:last-child{
        margin-bottom:0;
    }

    .ip-weightplate-column{
        margin-bottom:26px;
    }

    .ip-weightplate-column:last-child{
        margin-bottom:0;
    }

    .ip-weightplate-title{
        font-size:24px;
    }

    .ip-weightplate-subtitle{
        font-size:20px;
    }
}