:root {
    --cih-blue: #2364b0;
    --cih-blue-dark: #17477e;
    --cih-navy: #0d1d30;
    --cih-ink: #16202c;
    --cih-muted: #5b6877;
    --cih-line: #dbe3ec;
    --cih-soft: #f4f7fb;
    --cih-white: #fff;
    --cih-gold: #d6aa50;
    --cih-shadow: 0 16px 45px rgba(12, 34, 58, .12);
}

.coinable-intuitive-home-active #secondary,
.coinable-intuitive-home-active .sidebar,
.coinable-intuitive-home-active .sidebar-primary,
.coinable-intuitive-home-active .right-sidebar,
.coinable-intuitive-guide-active #secondary,
.coinable-intuitive-guide-active .sidebar,
.coinable-intuitive-guide-active .sidebar-primary,
.coinable-intuitive-guide-active .right-sidebar,
.coinable-intuitive-configurator-active #secondary,
.coinable-intuitive-configurator-active .sidebar,
.coinable-intuitive-configurator-active .sidebar-primary,
.coinable-intuitive-configurator-active .right-sidebar {
    display: none !important;
}

.coinable-intuitive-home-active #primary,
.coinable-intuitive-home-active .content-area,
.coinable-intuitive-home-active .site-main,
.coinable-intuitive-guide-active #primary,
.coinable-intuitive-guide-active .content-area,
.coinable-intuitive-guide-active .site-main,
.coinable-intuitive-configurator-active #primary,
.coinable-intuitive-configurator-active .content-area,
.coinable-intuitive-configurator-active .site-main {
    width: 100% !important;
    max-width: none !important;
    float: none !important;
}

.coinable-intuitive-home-active .entry-header .entry-title,
.coinable-intuitive-home-active .page-header .page-title,
.coinable-intuitive-home-active .woocommerce-breadcrumb {
    display: none !important;
}

.cih-home,
.cih-home * {
    box-sizing: border-box;
}

.cih-home {
    color: var(--cih-ink);
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.6;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    overflow: hidden;
    width: 100vw;
}

.cih-home h1,
.cih-home h2,
.cih-home h3,
.cih-home p {
    margin-top: 0;
}

.cih-home h1,
.cih-home h2,
.cih-home h3 {
    color: var(--cih-navy);
    font-weight: 800;
    letter-spacing: -.025em;
    line-height: 1.12;
}

.cih-shell {
    margin: 0 auto;
    max-width: 1180px;
    padding-left: 24px;
    padding-right: 24px;
    width: 100%;
}

.cih-section {
    padding: 88px 0;
}

.cih-hero {
    background:
        radial-gradient(circle at 82% 40%, rgba(35, 100, 176, .18), transparent 30%),
        linear-gradient(135deg, #071525 0%, #102b48 65%, #123d69 100%);
    color: #fff;
    min-height: 590px;
    position: relative;
}

.cih-hero::before {
    background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
    background-size: 42px 42px;
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.cih-hero-grid {
    align-items: center;
    display: grid;
    gap: 55px;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
    min-height: 590px;
    padding-bottom: 62px;
    padding-top: 62px;
    position: relative;
    z-index: 1;
}

.cih-eyebrow,
.cih-kicker {
    color: var(--cih-blue);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .14em;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.cih-eyebrow {
    color: #a9cdf7;
}

.cih-eyebrow span {
    color: var(--cih-gold);
    margin: 0 6px;
}

.cih-hero h1 {
    color: #fff;
    font-size: clamp(42px, 5.3vw, 72px);
    margin-bottom: 22px;
    max-width: 770px;
}

.cih-lead {
    color: #dce8f5;
    font-size: clamp(18px, 2vw, 21px);
    line-height: 1.6;
    margin-bottom: 30px;
    max-width: 720px;
}

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

.cih-button {
    align-items: center;
    border: 2px solid transparent;
    border-radius: 7px;
    display: inline-flex;
    font-size: 15px;
    font-weight: 800;
    justify-content: center;
    min-height: 52px;
    padding: 12px 24px;
    text-decoration: none !important;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.cih-button-choice {
    background: rgba(255,255,255,.16);
    border-radius: 999px;
    font-size: 9px;
    letter-spacing: .06em;
    margin-left: 9px;
    padding: 3px 7px;
    text-transform: uppercase;
}

.cih-button:hover,
.cih-button:focus {
    transform: translateY(-2px);
}

.cih-button-primary {
    background: var(--cih-blue);
    box-shadow: 0 10px 24px rgba(35, 100, 176, .35);
    color: #fff !important;
}

.cih-button-primary:hover,
.cih-button-primary:focus {
    background: #2c74c9;
}

.cih-button-secondary {
    border-color: rgba(255,255,255,.45);
    color: #fff !important;
}

.cih-button-secondary:hover,
.cih-button-secondary:focus {
    background: rgba(255,255,255,.1);
    border-color: #fff;
}

.cih-hero-note {
    color: #aebfd1;
    font-size: 13px;
    margin: 16px 0 0;
}

.cih-coin-stage {
    height: 450px;
    position: relative;
}

.cih-coin-stage::before {
    background: radial-gradient(circle, rgba(255,255,255,.16), transparent 67%);
    content: "";
    inset: 2% -5% -2% 0;
    position: absolute;
}

.cih-coin-orbit {
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 50%;
    position: absolute;
}

.cih-coin-orbit-one {
    height: 390px;
    left: 18px;
    top: 28px;
    width: 390px;
}

.cih-coin-orbit-two {
    height: 300px;
    left: 62px;
    top: 73px;
    width: 300px;
}

.cih-coin-image {
    filter: drop-shadow(0 22px 22px rgba(0,0,0,.4));
    height: 300px !important;
    max-width: 300px !important;
    object-fit: contain;
    position: absolute;
    width: 300px !important;
}

.cih-coin-image-round {
    left: 22px;
    top: 58px;
    transform: rotate(-8deg);
    z-index: 2;
}

.cih-coin-image-special {
    bottom: 18px;
    right: -14px;
    transform: rotate(9deg) scale(.73);
    z-index: 3;
}

.cih-placeholder-coin {
    align-items: center;
    background: radial-gradient(circle at 38% 30%, #f5d88e 0, #b47b26 30%, #704313 73%, #d9b35e 100%);
    border: 8px double #e2c474;
    box-shadow: 0 25px 35px rgba(0,0,0,.42), inset 0 0 0 4px rgba(69,36,5,.45), inset 0 0 32px rgba(255,239,175,.5);
    color: #51300d;
    display: flex;
    font-weight: 900;
    justify-content: center;
    position: absolute;
    text-align: center;
    text-shadow: 0 1px rgba(255,255,255,.35);
}

.cih-placeholder-round {
    border-radius: 50%;
    font-size: 28px;
    height: 280px;
    left: 30px;
    top: 66px;
    transform: rotate(-8deg);
    width: 280px;
    z-index: 2;
}

.cih-placeholder-special {
    border-radius: 28% 65% 34% 56%;
    bottom: 26px;
    font-size: 34px;
    height: 180px;
    right: 10px;
    transform: rotate(9deg);
    width: 190px;
    z-index: 3;
}

.cih-stage-badge {
    align-items: center;
    background: #fff;
    border-radius: 50%;
    bottom: 12px;
    box-shadow: var(--cih-shadow);
    color: var(--cih-navy);
    display: flex;
    flex-direction: column;
    height: 112px;
    justify-content: center;
    left: 4px;
    position: absolute;
    transform: rotate(-5deg);
    width: 112px;
    z-index: 5;
}

.cih-stage-badge strong {
    color: var(--cih-blue);
    font-size: 32px;
    line-height: 1;
}

.cih-stage-badge span {
    font-size: 11px;
    font-weight: 800;
    line-height: 1.2;
    margin-top: 4px;
    text-transform: uppercase;
}

.cih-included {
    background: #fff;
    border-bottom: 1px solid var(--cih-line);
    box-shadow: 0 8px 25px rgba(14, 39, 67, .07);
    position: relative;
    z-index: 3;
}

.cih-included-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

.cih-included span {
    align-items: center;
    display: flex;
    font-size: 13px;
    font-weight: 800;
    justify-content: center;
    min-height: 70px;
    padding: 12px;
    text-align: center;
}

.cih-included span::before,
.cih-check-list li::before {
    background: var(--cih-blue);
    border-radius: 50%;
    color: #fff;
    content: "\2713";
    display: inline-grid;
    flex: 0 0 auto;
    font-size: 10px;
    height: 19px;
    margin-right: 8px;
    place-items: center;
    width: 19px;
}

.cih-included span + span {
    border-left: 1px solid var(--cih-line);
}

.cih-section-heading {
    margin: 0 auto 42px;
    max-width: 800px;
    text-align: center;
}

.cih-section-heading h2,
.cih-value h2,
.cih-faq h2,
.cih-final-cta h2 {
    font-size: clamp(32px, 4vw, 48px);
    margin-bottom: 16px;
}

.cih-section-heading > p:last-child {
    color: var(--cih-muted);
    font-size: 18px;
    margin-bottom: 0;
}

.cih-builder {
    background: var(--cih-soft);
}

.cih-builder-panel {
    background: #fff;
    border: 1px solid var(--cih-line);
    border-radius: 16px;
    box-shadow: var(--cih-shadow);
    margin: 0 auto;
    max-width: 1080px;
    padding: clamp(24px, 4vw, 46px);
}

.cih-step-heading {
    align-items: center;
    display: flex;
    gap: 15px;
    margin-bottom: 22px;
}

.cih-step-number {
    background: var(--cih-blue);
    border-radius: 50%;
    color: #fff;
    display: grid;
    flex: 0 0 auto;
    font-size: 16px;
    font-weight: 900;
    height: 42px;
    place-items: center;
    width: 42px;
}

.cih-step-heading p {
    color: var(--cih-blue);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .13em;
    margin: 0 0 2px;
    text-transform: uppercase;
}

.cih-step-heading h3 {
    font-size: 25px;
    margin: 0;
}

.cih-size-grid {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    justify-content: center;
    min-height: 132px;
}

.cih-size-button {
    align-items: center;
    aspect-ratio: 1;
    background: radial-gradient(circle at 38% 30%, #fff 0, #f5f7fa 48%, #d7dee6 100%);
    border: 3px solid #b7c1cc;
    border-radius: 50%;
    box-shadow: inset 0 0 0 4px #fff, inset 0 0 0 5px #cbd3dc, 0 8px 16px rgba(13,29,48,.14);
    color: var(--cih-navy);
    cursor: pointer;
    display: flex;
    flex: 0 0 var(--cih-diameter);
    flex-direction: column;
    height: var(--cih-diameter);
    justify-content: center;
    min-height: var(--cih-diameter);
    min-width: var(--cih-diameter);
    padding: 8px;
    position: relative;
    transition: border .2s ease, background .2s ease, color .2s ease, transform .2s ease;
    width: var(--cih-diameter);
}

.cih-size-button::before,
.cih-size-button::after {
    border: 1px solid rgba(78,93,110,.25);
    border-radius: 50%;
    content: "";
    inset: 7px;
    pointer-events: none;
    position: absolute;
}

.cih-size-button::after {
    border-style: dashed;
    inset: 12px;
    opacity: .48;
}

.cih-size-button:hover,
.cih-size-button:focus {
    border-color: var(--cih-blue);
    outline: none;
    transform: translateY(-2px);
}

.cih-size-button.is-selected {
    background: radial-gradient(circle at 38% 28%, #5b9ce6 0, var(--cih-blue) 48%, #123d6d 100%);
    border-color: #123d6d;
    box-shadow: inset 0 0 0 4px #70a9e7, inset 0 0 0 5px #123d6d, 0 12px 24px rgba(35,100,176,.34);
    color: #fff;
}

.cih-size-button.is-selected::before,
.cih-size-button.is-selected::after {
    border-color: rgba(255,255,255,.48);
}

.cih-size-button strong,
.cih-size-button small {
    display: block;
}

.cih-size-button strong {
    font-size: clamp(15px, 1.5vw, 19px);
    line-height: 1;
    position: relative;
    z-index: 1;
}

.cih-size-button small {
    font-size: 9px;
    font-weight: 700;
    line-height: 1.1;
    margin-top: 3px;
    position: relative;
    z-index: 1;
}

.cih-size-help {
    background: #eef5fd;
    border-left: 4px solid var(--cih-blue);
    border-radius: 4px;
    color: #415469;
    font-size: 13px;
    margin-top: 18px;
    padding: 12px 15px;
}

.cih-builder-divider {
    background: var(--cih-line);
    height: 1px;
    margin: 36px 0;
}

.cih-shape-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: 1fr 1fr;
}

.cih-shape-card {
    align-items: center;
    background: #fff;
    border: 2px solid var(--cih-line);
    border-radius: 12px;
    color: var(--cih-ink) !important;
    display: grid;
    gap: 18px;
    grid-template-columns: 70px 1fr auto;
    min-height: 154px;
    padding: 22px;
    text-decoration: none !important;
    transition: border .2s ease, box-shadow .2s ease, transform .2s ease;
}

.cih-hot-shape-card {
    overflow: hidden;
    position: relative;
}

.cih-card-hot-tag {
    background: linear-gradient(90deg, #d89b2d, #f0c563);
    color: #332006;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .08em;
    padding: 5px 34px;
    position: absolute;
    right: -35px;
    text-transform: uppercase;
    top: 14px;
    transform: rotate(38deg);
    z-index: 3;
}

.cih-shape-card:hover,
.cih-shape-card:focus {
    border-color: var(--cih-blue);
    box-shadow: 0 14px 28px rgba(35,100,176,.14);
    outline: none;
    transform: translateY(-3px);
}

.cih-shape-icon {
    background: linear-gradient(135deg, #f5da96, #8d5a18 60%, #e2bb67);
    border: 4px double #724816;
    box-shadow: inset 0 0 10px rgba(255,255,255,.5), 0 5px 10px rgba(12,34,58,.18);
    display: block;
    height: 66px;
    width: 66px;
}

.cih-round-icon {
    border-radius: 50%;
}

.cih-special-icon {
    border-radius: 18% 55% 25% 48%;
    transform: rotate(8deg);
}

.cih-shape-copy,
.cih-shape-copy > * {
    display: block;
}

.cih-shape-copy small {
    color: var(--cih-blue);
    font-size: 10px;
    font-style: normal;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.cih-shape-copy strong {
    color: var(--cih-navy);
    font-size: 20px;
    line-height: 1.25;
    margin: 3px 0 7px;
}

.cih-shape-copy em {
    color: var(--cih-muted);
    font-size: 13px;
    font-style: normal;
    line-height: 1.45;
}

.cih-card-arrow {
    color: var(--cih-blue);
    font-size: 25px;
    font-weight: 800;
}

.cih-selection-status {
    color: var(--cih-muted);
    font-size: 13px;
    font-weight: 700;
    margin: 18px 0 0;
    text-align: center;
}

.cih-size-guide {
    background: #fff;
}

.cih-three-cards {
    align-items: stretch;
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
}

.cih-info-card {
    border: 1px solid var(--cih-line);
    border-radius: 12px;
    padding: 32px;
    position: relative;
    text-align: center;
}

.cih-featured-card {
    border: 2px solid var(--cih-blue);
    box-shadow: var(--cih-shadow);
}

.cih-popular-tag {
    background: var(--cih-blue);
    border-radius: 99px;
    color: #fff;
    font-size: 9px;
    font-weight: 900;
    left: 50%;
    letter-spacing: .1em;
    padding: 6px 13px;
    position: absolute;
    text-transform: uppercase;
    top: 0;
    transform: translate(-50%, -50%);
    white-space: nowrap;
}

.cih-size-disc {
    align-items: center;
    background: linear-gradient(135deg, #f8dfa4, #a26a20 62%, #dfb765);
    border: 5px double #83551c;
    border-radius: 50%;
    box-shadow: inset 0 0 12px rgba(255,255,255,.65), 0 9px 15px rgba(12,34,58,.14);
    color: #4c2c08;
    display: flex;
    font-size: 18px;
    font-weight: 900;
    justify-content: center;
    margin: 0 auto 24px;
    text-shadow: 0 1px rgba(255,255,255,.45);
}

.cih-disc-small { height: 96px; margin-top: 15px; width: 96px; }
.cih-disc-medium { height: 112px; width: 112px; }
.cih-disc-large { height: 126px; margin-top: -14px; width: 126px; }

.cih-info-card h3 {
    font-size: 21px;
    margin-bottom: 10px;
}

.cih-info-card p {
    color: var(--cih-muted);
    font-size: 14px;
    margin-bottom: 18px;
}

.cih-info-card a,
.cih-text-link {
    color: var(--cih-blue) !important;
    font-weight: 800;
    text-decoration: none !important;
}

.cih-info-card a:hover,
.cih-text-link:hover {
    text-decoration: underline !important;
}

.cih-hot-pick {
    background:
        radial-gradient(circle at 78% 45%, rgba(61,139,225,.23), transparent 28%),
        linear-gradient(135deg, #081624 0%, #102b48 58%, #123d69 100%);
    color: #fff;
    overflow: hidden;
    position: relative;
}

.cih-hot-pick::before {
    background-image: linear-gradient(120deg, transparent 0 44%, rgba(255,255,255,.035) 44% 45%, transparent 45% 100%);
    background-size: 90px 90px;
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.cih-hot-pick-grid {
    align-items: center;
    display: grid;
    gap: 62px;
    grid-template-columns: .9fr 1.1fr;
    position: relative;
    z-index: 1;
}

.cih-hot-eyebrow {
    align-items: center;
    color: #f2ca71;
    display: flex;
    font-size: 12px;
    font-weight: 900;
    gap: 8px;
    letter-spacing: .14em;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.cih-hot-eyebrow span {
    font-size: 17px;
}

.cih-hot-copy h2 {
    color: #fff;
    font-size: clamp(38px, 4.7vw, 60px);
    margin-bottom: 20px;
}

.cih-hot-lead {
    color: #c8d7e6;
    font-size: 18px;
    line-height: 1.7;
}

.cih-feature-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 25px 0 30px;
}

.cih-feature-cloud span {
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 999px;
    color: #e7f1fb;
    font-size: 11px;
    font-weight: 800;
    padding: 7px 12px;
}

.cih-button-hot {
    background: linear-gradient(135deg, #e2b655, #b77b22);
    box-shadow: 0 12px 25px rgba(0,0,0,.25);
    color: #241603 !important;
}

.cih-button-hot-outline {
    border-color: rgba(255,255,255,.45);
    color: #fff !important;
}

.cih-button-hot-outline:hover,
.cih-button-hot-outline:focus {
    background: rgba(255,255,255,.1);
    border-color: #fff;
}

.cih-hot-gallery {
    height: 520px;
    perspective: 1200px;
    position: relative;
}

.cih-hot-gallery::before {
    background: radial-gradient(ellipse, rgba(0,0,0,.48), transparent 66%);
    bottom: 10px;
    content: "";
    height: 85px;
    left: 4%;
    position: absolute;
    width: 92%;
}

.cih-hot-example {
    background: linear-gradient(145deg, rgba(255,255,255,.16), rgba(255,255,255,.045));
    border: 1px solid rgba(255,255,255,.24);
    border-radius: 18px;
    box-shadow: 0 24px 46px rgba(0,0,0,.38), inset 0 1px rgba(255,255,255,.16);
    color: #fff !important;
    display: block;
    overflow: hidden;
    padding: 14px;
    position: absolute;
    text-decoration: none !important;
    transform-style: preserve-3d;
    transition: transform .25s ease, box-shadow .25s ease;
    width: 46%;
}

.cih-hot-example:hover,
.cih-hot-example:focus {
    box-shadow: 0 30px 58px rgba(0,0,0,.48), 0 0 0 2px rgba(242,202,113,.55);
    outline: none;
    z-index: 6;
}

.cih-hot-example-1 {
    left: 3%;
    top: 12px;
    transform: rotateY(8deg) rotateZ(-3deg);
    width: 55%;
    z-index: 3;
}

.cih-hot-example-1:hover { transform: rotateY(0) rotateZ(0) translateY(-7px); }

.cih-hot-example-2 {
    right: 0;
    top: 78px;
    transform: rotateY(-9deg) rotateZ(4deg);
    z-index: 2;
}

.cih-hot-example-2:hover { transform: rotateY(0) rotateZ(0) translateY(-7px); }

.cih-hot-example-3 {
    bottom: 0;
    right: 12%;
    transform: rotateY(-5deg) rotateZ(-3deg);
    width: 49%;
    z-index: 4;
}

.cih-hot-example-3:hover { transform: rotateY(0) rotateZ(0) translateY(-7px); }

.cih-hot-image-wrap {
    align-items: center;
    background:
        radial-gradient(circle at 50% 44%, rgba(255,255,255,.14), transparent 52%),
        linear-gradient(135deg, rgba(4,14,24,.84), rgba(17,55,91,.72));
    border-radius: 12px;
    display: flex;
    height: 230px;
    justify-content: center;
    overflow: hidden;
}

.cih-hot-example-2 .cih-hot-image-wrap,
.cih-hot-example-3 .cih-hot-image-wrap {
    height: 178px;
}

.cih-hot-image-wrap img {
    filter: drop-shadow(0 18px 17px rgba(0,0,0,.48));
    height: 94% !important;
    max-width: 94% !important;
    object-fit: contain;
    transition: transform .3s ease;
    width: 94% !important;
}

.cih-hot-example:hover img {
    transform: scale(1.06) rotate(-1deg);
}

.cih-hot-placeholder {
    align-items: center;
    background: radial-gradient(circle at 38% 28%, #f1d284, #a96f22 48%, #5f370e 76%, #d2a64e);
    border: 7px double #eccd7a;
    border-radius: 20% 55% 27% 45%;
    box-shadow: inset 0 0 25px rgba(255,255,255,.4), 0 20px 25px rgba(0,0,0,.45);
    color: #422504;
    display: flex;
    flex-direction: column;
    height: 78%;
    justify-content: center;
    transform: rotate(-7deg);
    width: 76%;
}

.cih-hot-placeholder b { font-size: 38px; line-height: 1; }
.cih-hot-placeholder small { font-size: 10px; font-weight: 900; letter-spacing: .15em; margin-top: 5px; }

.cih-hot-example-label {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 12px 3px 2px;
}

.cih-hot-example-label small {
    color: #abc8e6;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
}

.cih-hot-example-label strong {
    color: #fff;
    font-size: 12px;
}

.cih-ordering {
    background: var(--cih-navy);
    color: #fff;
}

.cih-section-heading-light h2 {
    color: #fff;
}

.cih-section-heading-light > p:last-child {
    color: #b9c7d6;
}

.cih-process-grid {
    counter-reset: none;
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(4, 1fr);
    list-style: none;
    margin: 0;
    padding: 0;
}

.cih-process-grid li {
    background: rgba(255,255,255,.055);
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 10px;
    padding: 26px;
}

.cih-process-grid li > span {
    border: 2px solid var(--cih-blue);
    border-radius: 50%;
    color: #86b9ef;
    display: grid;
    font-weight: 900;
    height: 38px;
    margin-bottom: 20px;
    place-items: center;
    width: 38px;
}

.cih-process-grid h3 {
    color: #fff;
    font-size: 19px;
    margin-bottom: 10px;
}

.cih-process-grid p {
    color: #b9c7d6;
    font-size: 14px;
    margin-bottom: 0;
}

.cih-timeline-grid {
    border-top: 1px solid rgba(255,255,255,.15);
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 32px;
    padding-top: 24px;
}

.cih-timeline-grid > div {
    background: rgba(255,255,255,.055);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 9px;
    padding: 17px 18px;
}

.cih-timeline-grid small,
.cih-timeline-grid strong,
.cih-timeline-grid span {
    display: block;
}

.cih-timeline-grid small {
    color: #86b9ef;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.cih-timeline-grid strong {
    color: #fff;
    font-size: 19px;
    margin: 3px 0;
}

.cih-timeline-grid span {
    color: #b9c7d6;
    font-size: 11px;
    line-height: 1.45;
}

.cih-production-heading {
    border-top: 1px solid rgba(255,255,255,.15);
    margin-top: 36px;
    padding-top: 30px;
    text-align: center;
}

.cih-production-heading .cih-kicker {
    color: #86b9ef;
    margin-bottom: 8px;
}

.cih-production-heading h3 {
    color: #fff;
    font-size: clamp(25px, 3.2vw, 38px);
    margin: 0 0 10px;
}

.cih-production-heading > p:last-child {
    color: #b9c7d6;
    margin: 0 auto;
    max-width: 760px;
}

.cih-timeline-grid.cih-production-options {
    border-top: 0;
    gap: 14px;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    margin-top: 22px;
    padding-top: 0;
}

.cih-production-card {
    align-items: start;
    background: linear-gradient(145deg, rgba(255,255,255,.1), rgba(255,255,255,.045));
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 12px;
    display: grid;
    gap: 15px;
    grid-template-columns: 50px minmax(0, 1fr);
    min-width: 0;
    padding: 23px 21px;
}

.cih-production-card-sample,
.cih-production-card-photo {
    grid-column: span 3;
}

.cih-production-card-standard,
.cih-production-card-rush,
.cih-production-card-reorder {
    grid-column: span 2;
}

.cih-production-card-photo {
    border-color: rgba(79,109,47,.84);
    box-shadow: inset 0 4px #4f6d2f;
}

.cih-production-card-sample {
    border-color: rgba(47,104,36,.84);
    box-shadow: inset 0 4px #2f6824;
}

.cih-production-card-standard {
    border-color: rgba(234,197,65,.82);
    box-shadow: inset 0 4px #eac541;
}

.cih-production-card-rush {
    border-color: rgba(178,57,45,.82);
    box-shadow: inset 0 4px #b2392d;
}

.cih-production-card-reorder {
    border-color: rgba(128,128,128,.78);
    box-shadow: inset 0 4px #808080;
}

.cih-production-icon {
    align-items: center;
    background: rgba(69,155,230,.16);
    border: 1px solid rgba(143,193,245,.45);
    border-radius: 50%;
    color: #fff !important;
    display: flex !important;
    font-size: 22px !important;
    height: 48px;
    justify-content: center;
    line-height: 1 !important;
    width: 48px;
}

.cih-production-card small {
    color: #9fceff;
    font-size: 10px;
}

.cih-production-card strong {
    font-size: clamp(18px, 2vw, 23px);
    line-height: 1.2;
    margin: 5px 0 9px;
    overflow-wrap: normal;
    word-break: normal;
}

.cih-production-card span:not(.cih-production-icon) {
    font-size: 13px;
    line-height: 1.55;
    overflow-wrap: normal;
    word-break: normal;
}

.cih-production-note {
    background: rgba(69,155,230,.13);
    border: 1px solid rgba(143,193,245,.3);
    border-radius: 9px;
    color: #cbd8e6;
    font-size: 13px;
    margin: 16px 0 0;
    padding: 14px 18px;
    text-align: center;
}

.cih-production-note strong {
    color: #fff;
}

.cih-production-note a {
    color: #9fceff !important;
    font-weight: 800;
}

.cih-route-photo { --cih-route-color: #a6dc8c; }
.cih-route-sample { --cih-route-color: #2f6824; }
.cih-route-standard { --cih-route-color: #eac541; }
.cih-route-rush { --cih-route-color: #b2392d; }
.cih-route-reorder { --cih-route-color: #808080; }

.cih-delivery-planner {
    background: linear-gradient(145deg, #edf4fb, #fff);
    border: 1px solid rgba(143,193,245,.55);
    border-radius: 16px;
    box-shadow: 0 20px 48px rgba(0,0,0,.25);
    color: var(--cih-ink);
    margin-top: 28px;
    padding: clamp(22px, 4vw, 40px);
}

.cih-delivery-planner-heading {
    align-items: end;
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
    margin-bottom: 26px;
}

.cih-delivery-planner-heading .cih-kicker {
    color: var(--cih-blue);
    margin-bottom: 7px;
}

.cih-delivery-planner-heading h3 {
    color: var(--cih-navy);
    font-size: clamp(28px, 3.6vw, 43px);
    margin: 0;
}

.cih-delivery-planner-heading > p {
    color: var(--cih-muted);
    line-height: 1.65;
    margin: 0;
}

.cih-delivery-fields {
    display: grid;
    gap: 13px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cih-delivery-field {
    background: #fff;
    border: 1px solid #cbd9e7;
    border-radius: 10px;
    min-width: 0;
    padding: 17px;
}

.cih-delivery-field label {
    color: var(--cih-navy) !important;
    display: block;
    font-size: 14px;
    font-weight: 850;
    margin-bottom: 7px;
}

.cih-delivery-field label span {
    color: var(--cih-muted);
    font-size: 10px;
    font-weight: 700;
    margin-left: 4px;
    text-transform: uppercase;
}

.cih-delivery-field input,
.cih-delivery-field select {
    -webkit-text-fill-color: #0d1d30 !important;
    background: #fff !important;
    border: 2px solid #aebfd1 !important;
    border-radius: 8px !important;
    box-shadow: none !important;
    caret-color: var(--cih-blue) !important;
    color: #0d1d30 !important;
    color-scheme: light !important;
    font-size: 16px !important;
    min-height: 50px;
    padding: 10px 12px !important;
    width: 100% !important;
}

.cih-delivery-field input:focus,
.cih-delivery-field select:focus {
    border-color: #459be6 !important;
    box-shadow: 0 0 0 4px rgba(69,155,230,.2) !important;
    outline: none !important;
}

.cih-delivery-field small {
    color: #657487;
    display: block;
    font-size: 11px;
    line-height: 1.45;
    margin-top: 8px;
}

.cih-custom-days {
    margin-top: 8px;
}

.cih-custom-days[hidden] {
    display: none !important;
}

.cih-date-shortcuts {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 8px;
}

.cih-date-shortcuts button {
    background: #e7f1fb !important;
    border: 1px solid #b9d4ef !important;
    border-radius: 999px !important;
    color: #17477e !important;
    cursor: pointer;
    font-size: 11px !important;
    font-weight: 800 !important;
    min-height: 34px;
    padding: 6px 11px !important;
}

.cih-date-shortcuts button:hover,
.cih-date-shortcuts button:focus {
    background: #d5e9fb !important;
    border-color: #459be6 !important;
    outline: none;
}

.cih-delivery-summary {
    margin-top: 25px;
}

.cih-delivery-summary-heading {
    align-items: center;
    display: flex;
    gap: 10px 24px;
    justify-content: space-between;
    margin-bottom: 11px;
}

.cih-delivery-summary-heading strong {
    color: var(--cih-navy);
    font-size: 19px;
}

.cih-delivery-summary-heading span {
    color: var(--cih-muted);
    font-size: 12px;
}

.cih-delivery-results {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.cih-delivery-result {
    background: #fff;
    border: 1px solid #d7e1eb;
    border-top: 5px solid var(--cih-route-color);
    border-radius: 9px;
    min-width: 0;
    padding: 15px 13px;
}


.cih-delivery-result.cih-route-photo {
    border-top: 5px solid #4f6d2f !important;
}

.cih-delivery-result.cih-route-sample {
    border-top: 5px solid #2f6824 !important;
}


.cih-delivery-result.cih-route-photo {
    border-top-color: #4f6d2f !important;
}

.cih-delivery-result.cih-route-sample {
    border-top-color: #2f6824 !important;
}

.cih-delivery-result small,
.cih-delivery-result strong,
.cih-delivery-result span,
.cih-delivery-result em {
    display: block;
}

.cih-delivery-result small {
    color: var(--cih-blue);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.cih-delivery-result strong {
    color: var(--cih-navy);
    font-size: 15px;
    line-height: 1.35;
    margin: 5px 0 8px;
    overflow-wrap: normal;
    word-break: normal;
}

.cih-delivery-result span {
    color: var(--cih-muted);
    font-size: 10px;
    line-height: 1.45;
}

.cih-delivery-result em {
    border-radius: 5px;
    font-size: 10px;
    font-style: normal;
    font-weight: 800;
    line-height: 1.35;
    margin-top: 9px;
    padding: 6px 7px;
}

.cih-delivery-result.is-feasible em {
    background: #e5f7ef;
    color: #176642;
}

.cih-delivery-result.is-confirm em {
    background: #fff3dd;
    color: #895113;
}

.cih-delivery-result.is-unlikely em {
    background: #fde9e7;
    color: #9a3027;
}

.cih-calendar-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 9px 10px;
    margin: 23px 0 13px;
}

.cih-legend-item {
    align-items: center;
    background: var(--cih-route-color);
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 999px;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.12);
    color: #fff !important;
    display: inline-flex;
    font-size: 12px;
    font-weight: 900;
    gap: 0;
    justify-content: center;
    line-height: 1;
    min-height: 36px;
    padding: 9px 15px;
    text-transform: uppercase;
}

.cih-legend-item.cih-route-photo,
.cih-legend-item.cih-route-standard {
    color: #101820 !important;
}

.cih-legend-item i {
    display: none;
}

.cih-calendar-months {
    display: grid;
    gap: 13px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cih-calendar-month {
    background: #fff;
    border: 1px solid #cbd9e7;
    border-radius: 10px;
    min-width: 0;
    padding: 13px;
}

.cih-calendar-month h4 {
    color: var(--cih-navy) !important;
    font-size: 15px;
    margin: 0 0 9px;
    text-align: center;
}

.cih-calendar-weekdays,
.cih-calendar-days {
    display: grid;
    gap: 3px;
    grid-template-columns: repeat(7, minmax(0, 1fr));
}

.cih-calendar-weekdays {
    margin-bottom: 3px;
}

.cih-calendar-weekdays span {
    color: #738196;
    font-size: 8px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
}

.cih-calendar-day,
.cih-calendar-days > .is-empty {
    border: 1px solid #e2e8ef;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 67px;
    min-width: 0;
    overflow: visible;
    padding: 3px;
}

.cih-calendar-days > .is-empty {
    border-color: transparent;
}

.cih-calendar-day b {
    color: #243448;
    font-size: 9px;
    line-height: 1;
}

.cih-calendar-day.is-today {
    background: #edf4fb;
    border-color: #9fc7ed;
}

.cih-calendar-day.is-checkout {
    box-shadow: inset 0 0 0 2px #0d1d30;
}

.cih-calendar-day.is-desired {
    outline: 2px dashed #7b45c6;
    outline-offset: -3px;
}

.cih-calendar-dots {
    display: block;
    flex: 0 0 31px;
    height: 31px;
    margin: 0 auto;
    position: relative;
    width: 31px;
}

.cih-calendar-dots:empty {
    visibility: hidden;
}

.cih-calendar-dots i {
    background: var(--cih-route-color);
    border: 2px solid #fff;
    border-radius: 50%;
    box-sizing: border-box;
    display: block;
    height: 31px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 31px;
}

.cih-calendar-dots i:nth-child(2) {
    height: 25px;
    width: 25px;
}

.cih-calendar-dots i:nth-child(3) {
    height: 19px;
    width: 19px;
}

.cih-calendar-dots i:nth-child(4) {
    height: 13px;
    width: 13px;
}

.cih-calendar-dots i:nth-child(5) {
    height: 7px;
    width: 7px;
}



/* Give overlapping production windows a slightly larger outer ring. */
.cih-calendar-dots.is-overlap {
    flex-basis: 37px;
    height: 37px;
    width: 37px;
}

.cih-calendar-dots.is-overlap i:first-child {
    height: 37px;
    width: 37px;
}

.cih-calendar-dots.is-overlap i:nth-child(2) {
    height: 29px;
    width: 29px;
}

.cih-calendar-dots.is-overlap i:nth-child(3) {
    height: 21px;
    width: 21px;
}

.cih-calendar-dots.is-overlap i:nth-child(4) {
    height: 13px;
    width: 13px;
}

.cih-calendar-dots.is-overlap i:nth-child(5) {
    height: 7px;
    width: 7px;
}

.cih-calculator-disclaimer {
    color: #657487;
    font-size: 11px;
    line-height: 1.55;
    margin: 16px 0 0;
}

.coinable-intuitive-home-active .cih-delivery-planner {
    background: linear-gradient(145deg, #edf4fb, #fff) !important;
    color: #16202c !important;
}

.coinable-intuitive-home-active .cih-delivery-field,
.coinable-intuitive-home-active .cih-delivery-result,
.coinable-intuitive-home-active .cih-calendar-month {
    background: #fff !important;
}

.coinable-intuitive-home-active .cih-delivery-result strong,
.coinable-intuitive-home-active .cih-delivery-summary-heading strong,
.coinable-intuitive-home-active .cih-calendar-day b,
.coinable-intuitive-home-active .cih-calendar-month h4 {
    color: #0d1d30 !important;
}

.coinable-intuitive-home-active .cih-delivery-result span,
.coinable-intuitive-home-active .cih-delivery-summary-heading span,
.coinable-intuitive-home-active .cih-calculator-disclaimer {
    color: #5b6877 !important;
}

.cih-value {
    background: #fff;
}

.cih-value-grid {
    align-items: center;
    display: grid;
    gap: 70px;
    grid-template-columns: 1.1fr .9fr;
}

.cih-value h2 {
    margin-bottom: 20px;
}

.cih-value-grid > div > p:not(.cih-kicker) {
    color: var(--cih-muted);
    font-size: 17px;
}

.cih-check-list {
    list-style: none;
    margin: 26px 0;
    padding: 0;
}

.cih-check-list li {
    align-items: flex-start;
    display: flex;
    font-weight: 700;
    margin: 11px 0;
}

.cih-check-list li::before {
    margin-top: 3px;
}

.cih-help-card {
    background: var(--cih-soft);
    border: 1px solid var(--cih-line);
    border-radius: 14px;
    box-shadow: var(--cih-shadow);
    padding: clamp(28px, 4vw, 46px);
}

.cih-help-label {
    color: var(--cih-blue);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .12em;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.cih-help-card h3 {
    font-size: 27px;
    margin-bottom: 14px;
}

.cih-help-card > p:not(.cih-help-label) {
    color: var(--cih-muted);
    font-size: 14px;
}

.cih-contact-row {
    align-items: center;
    border-top: 1px solid var(--cih-line);
    color: var(--cih-navy) !important;
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    text-decoration: none !important;
}

.cih-contact-row span {
    color: var(--cih-muted);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.cih-contact-row strong {
    color: var(--cih-blue);
    font-size: 15px;
}

.cih-quick-signup {
    background:
        radial-gradient(circle at 12% 18%, rgba(35,100,176,.14), transparent 31%),
        #fff;
}

.cih-quick-signup-panel {
    background: linear-gradient(135deg, #f6f9fd, #edf4fb);
    border: 1px solid #cbd9e7;
    border-radius: 18px;
    box-shadow: var(--cih-shadow);
    overflow: hidden;
    padding: clamp(28px, 5vw, 58px);
    position: relative;
}

.cih-quick-signup-panel::before {
    background: linear-gradient(180deg, var(--cih-blue), var(--cih-blue-dark));
    content: "";
    inset: 0 auto 0 0;
    position: absolute;
    width: 7px;
}

.cih-quick-signup-heading h2 {
    font-size: clamp(31px, 3.6vw, 45px);
    margin-bottom: 16px;
}

.cih-quick-signup-heading {
    margin: 0 auto 34px;
    max-width: 820px;
    text-align: center;
}

.cih-quick-signup-heading > p:last-child {
    color: var(--cih-muted);
    font-size: 18px;
    margin-bottom: 0;
}

.cih-signup-steps {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 36px;
}

.cih-signup-steps article {
    align-items: flex-start;
    background: #fff;
    border: 1px solid var(--cih-line);
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(13,29,48,.07);
    display: flex;
    gap: 15px;
    min-height: 190px;
    padding: 23px 20px;
}

.cih-signup-step-number {
    background: linear-gradient(145deg, #4a91df, var(--cih-blue-dark));
    border: 3px solid #dcecff;
    border-radius: 50%;
    box-shadow: 0 7px 15px rgba(35,100,176,.22);
    color: #fff;
    display: grid;
    flex: 0 0 44px;
    font-size: 17px;
    font-weight: 900;
    height: 44px;
    place-items: center;
    width: 44px;
}

.cih-signup-steps small {
    color: var(--cih-blue);
    display: block;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .1em;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.cih-signup-steps h3 {
    font-size: 20px;
    margin-bottom: 8px;
}

.cih-signup-steps p {
    color: var(--cih-muted);
    font-size: 13px;
    line-height: 1.55;
    margin-bottom: 0;
}

.cih-signup-choice {
    background: #0d1d30;
    border-radius: 14px;
    box-shadow: 0 18px 35px rgba(13,29,48,.22);
    padding: clamp(22px, 4vw, 38px);
}

.cih-signup-choice-heading {
    margin-bottom: 22px;
    text-align: center;
}

.cih-signup-choice-heading .cih-kicker {
    color: #8fc1f5;
    margin-bottom: 7px;
}

.cih-signup-choice-heading h3 {
    color: #fff;
    font-size: 25px;
    margin-bottom: 0;
}

.cih-signup-choice-grid {
    align-items: start;
    display: grid;
    gap: 14px;
    grid-template-columns: 1fr 1fr;
}

.cih-signup-details,
.cih-portal-choice {
    background: #fff;
    border: 2px solid transparent;
    border-radius: 11px;
    color: var(--cih-navy) !important;
    overflow: hidden;
    text-decoration: none !important;
    transition: border .2s ease, box-shadow .2s ease, transform .2s ease;
}

.cih-signup-details:hover,
.cih-signup-details:focus-within,
.cih-portal-choice:hover,
.cih-portal-choice:focus {
    border-color: #69a8e9;
    box-shadow: 0 12px 28px rgba(0,0,0,.24);
    outline: none;
    transform: translateY(-2px);
}

.cih-signup-details > summary,
.cih-portal-choice {
    align-items: center;
    cursor: pointer;
    display: grid;
    gap: 13px;
    grid-template-columns: 48px 1fr auto;
    list-style: none;
    min-height: 96px;
    padding: 17px 18px;
}

.cih-signup-details > summary::-webkit-details-marker {
    display: none;
}

.cih-choice-icon {
    background: var(--cih-blue);
    border-radius: 50%;
    color: #fff;
    display: grid;
    font-size: 23px;
    font-weight: 700;
    height: 45px;
    place-items: center;
    width: 45px;
}

.cih-signup-details strong,
.cih-signup-details small,
.cih-portal-choice strong,
.cih-portal-choice small {
    display: block;
}

.cih-signup-details strong,
.cih-portal-choice strong {
    color: var(--cih-navy);
    font-size: 15px;
}

.cih-signup-details small,
.cih-portal-choice small {
    color: var(--cih-muted);
    font-size: 11px;
    margin-top: 3px;
}

.cih-choice-arrow {
    color: var(--cih-blue);
    font-size: 22px;
    font-weight: 900;
}

.cih-signup-details[open] {
    grid-column: 1 / -1;
    transform: none;
}

.cih-signup-choice-grid > :only-child {
    grid-column: 1 / -1;
}

.cih-signup-details[open] > summary {
    border-bottom: 1px solid var(--cih-line);
}

.cih-signup-details[open] .cih-choice-arrow {
    transform: rotate(180deg);
}

.cih-signup-privacy {
    color: #9fb1c4;
    font-size: 11px;
    margin: 18px 0 0;
    text-align: center;
}

.cih-quick-signup-form {
    background: #fff;
    padding: clamp(20px, 3vw, 34px);
}

.cih-quick-signup-form form {
    display: grid;
    gap: 12px;
}

.cih-quick-signup-form form > p,
.cih-quick-signup-form form > .form-row,
.cih-quick-signup-form form > .woocommerce-form-row,
.cih-quick-signup-form form > [data-step],
.cih-quick-signup-form form > [class*="step"] {
    background: #f7f9fc;
    border: 1px solid var(--cih-line);
    border-radius: 9px;
    margin: 0;
    padding: 16px;
}

.cih-quick-signup-form label {
    color: var(--cih-navy);
    display: block;
    font-weight: 800;
    margin-bottom: 6px;
}

.cih-quick-signup-form input:not([type="checkbox"]):not([type="radio"]),
.cih-quick-signup-form select,
.cih-quick-signup-form textarea {
    background: #fff;
    border: 1px solid #bfcbd7;
    border-radius: 7px;
    color: var(--cih-ink);
    caret-color: var(--cih-blue);
    box-sizing: border-box;
    font-size: 16px;
    max-width: 100%;
    min-height: 48px;
    padding: 10px 13px;
    width: 100%;
}

.cih-quick-signup-form input:not([type="checkbox"]):not([type="radio"]):focus,
.cih-quick-signup-form select:focus,
.cih-quick-signup-form textarea:focus {
    border-color: #459be6;
    box-shadow: 0 0 0 4px rgba(69,155,230,.2);
    outline: none;
}

.cih-quick-signup-form input::placeholder,
.cih-quick-signup-form textarea::placeholder {
    color: #657487;
    opacity: 1;
}

.cih-quick-signup-form button,
.cih-quick-signup-form input[type="submit"],
.cih-quick-signup-form .button {
    background: var(--cih-blue) !important;
    border: 0 !important;
    border-radius: 7px !important;
    color: #fff !important;
    font-weight: 800 !important;
    min-height: 50px;
    padding: 12px 22px !important;
}

.cih-faq {
    background: var(--cih-soft);
}

.cih-faq-grid {
    display: grid;
    gap: 70px;
    grid-template-columns: .7fr 1.3fr;
}

.cih-faq-intro > p:last-child {
    color: var(--cih-muted);
    font-size: 17px;
}

.cih-faq-list details {
    background: #fff;
    border: 1px solid var(--cih-line);
    border-radius: 8px;
    margin-bottom: 10px;
}

.cih-faq-list summary {
    color: var(--cih-navy);
    cursor: pointer;
    font-weight: 800;
    list-style: none;
    padding: 18px 48px 18px 20px;
    position: relative;
}

.cih-faq-list summary::-webkit-details-marker {
    display: none;
}

.cih-faq-list summary::after {
    color: var(--cih-blue);
    content: "+";
    font-size: 24px;
    position: absolute;
    right: 20px;
    top: 11px;
}

.cih-faq-list details[open] summary::after {
    content: "\2212";
}

.cih-faq-list details p {
    border-top: 1px solid var(--cih-line);
    color: var(--cih-muted);
    font-size: 14px;
    margin: 0;
    padding: 17px 20px 20px;
}

.cih-final-cta {
    background: var(--cih-blue);
    color: #fff;
    padding: 62px 0;
}

.cih-final-grid {
    align-items: center;
    display: grid;
    gap: 45px;
    grid-template-columns: 1.1fr .9fr;
}

.cih-final-cta .cih-kicker {
    color: #d5e8ff;
}

.cih-final-cta h2 {
    color: #fff;
    margin-bottom: 0;
}

.cih-button-white {
    background: #fff;
    color: var(--cih-blue) !important;
}

.cih-button-outline {
    border-color: rgba(255,255,255,.65);
    color: #fff !important;
}

.cih-button-outline:hover {
    background: rgba(255,255,255,.12);
}

.cih-collectible-link {
    background: #071525;
    color: #b9c7d6;
    font-size: 13px;
    padding: 17px 0;
    text-align: center;
}

.cih-collectible-link a {
    color: #fff !important;
    font-weight: 800;
}

.cih-legacy-section {
    background: #fff;
    padding: 54px 0;
}

.cih-legacy-details {
    border: 1px solid var(--cih-line);
    border-radius: 10px;
}

.cih-legacy-details > summary {
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    list-style: none;
    padding: 22px 26px;
}

.cih-legacy-details > summary::-webkit-details-marker {
    display: none;
}

.cih-legacy-details > summary strong,
.cih-legacy-details > summary small {
    display: block;
}

.cih-legacy-details > summary strong {
    color: var(--cih-navy);
    font-size: 18px;
}

.cih-legacy-details > summary small {
    color: var(--cih-muted);
    margin-top: 3px;
}

.cih-summary-plus {
    color: var(--cih-blue);
    font-size: 30px;
    font-weight: 300;
}

.cih-legacy-details[open] .cih-summary-plus {
    transform: rotate(45deg);
}

.cih-legacy-content {
    border-top: 1px solid var(--cih-line);
    padding: 30px;
}

.cih-legacy-content img {
    height: auto;
    max-width: 100%;
}

.cih-read-all-section {
    background: linear-gradient(135deg, #edf4fb, #fff);
}

.cih-read-all-card {
    align-items: center;
    background:
        radial-gradient(circle at 90% 10%, rgba(69,155,230,.24), transparent 32%),
        linear-gradient(135deg, #071525, #123d69);
    border: 1px solid rgba(143,193,245,.38);
    border-left: 7px solid #459be6;
    border-radius: 15px;
    box-shadow: 0 18px 44px rgba(7,21,37,.2);
    box-sizing: border-box;
    color: #fff;
    display: grid;
    gap: 34px;
    grid-template-columns: minmax(0, 1fr) auto;
    margin: 34px auto;
    max-width: 1180px;
    padding: clamp(25px, 4vw, 42px);
    width: calc(100% - 32px);
}

.cih-read-all-section .cih-read-all-card {
    margin: 0;
    width: 100%;
}

.cih-read-all-card .cih-kicker {
    color: #9fceff !important;
    margin-bottom: 8px;
}

.cih-read-all-card h2 {
    color: #fff !important;
    font-size: clamp(25px, 3vw, 36px);
    margin: 0 0 10px;
}

.cih-read-all-card p:last-child {
    color: #d5e2ef !important;
    line-height: 1.6;
    margin-bottom: 0;
    max-width: 780px;
}

.cih-read-all-card .cih-button {
    color: #fff !important;
    min-width: 220px;
    white-space: nowrap;
}

.cih-guide-page {
    box-sizing: border-box;
    color: var(--cih-ink);
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    margin: 0 auto;
    max-width: 1180px;
    padding: 38px 24px 70px;
    width: 100%;
}

.cih-guide-page *,
.cih-guide-page *::before,
.cih-guide-page *::after {
    box-sizing: border-box;
}

.cih-guide-intro {
    background:
        radial-gradient(circle at 88% 12%, rgba(69,155,230,.24), transparent 34%),
        linear-gradient(135deg, #071525, #123d69);
    border-radius: 16px;
    box-shadow: var(--cih-shadow);
    color: #fff;
    margin-bottom: 28px;
    padding: clamp(28px, 5vw, 56px);
}

.cih-guide-intro .cih-kicker {
    color: #9fceff !important;
}

.cih-guide-intro h2 {
    color: #fff !important;
    font-size: clamp(32px, 5vw, 54px);
    line-height: 1.08;
    margin: 0 0 18px;
    max-width: 850px;
}

.cih-guide-intro > p:not(.cih-kicker) {
    color: #d5e2ef !important;
    font-size: 18px;
    line-height: 1.65;
    max-width: 800px;
}

.cih-guide-source {
    background: #fff;
    border: 1px solid var(--cih-line);
    border-radius: 14px;
    box-shadow: var(--cih-shadow);
    overflow: hidden;
    padding: clamp(22px, 4vw, 48px);
}

.cih-guide-source img {
    height: auto;
    max-width: 100%;
}

.cih-guide-source iframe,
.cih-guide-source table {
    max-width: 100%;
}

.cih-guide-footer {
    background: #edf4fb;
    border: 1px solid #cbd9e7;
    border-radius: 14px;
    margin-top: 28px;
    padding: clamp(25px, 4vw, 42px);
    text-align: center;
}

.cih-guide-footer h2 {
    color: var(--cih-navy) !important;
    margin: 0 0 10px;
}

.cih-guide-footer p {
    color: var(--cih-muted) !important;
    margin: 0 auto 22px;
    max-width: 700px;
}

.cih-mobile-sticky {
    display: none;
}

.cih-contact-dialog {
    background: #fff;
    border: 0;
    border-radius: 16px;
    box-shadow: 0 28px 80px rgba(0,0,0,.48);
    color: var(--cih-ink);
    margin: auto;
    max-width: 720px;
    padding: clamp(24px, 4vw, 42px);
    width: calc(100% - 30px);
}

.cih-contact-dialog::backdrop {
    backdrop-filter: blur(5px);
    background: rgba(5,17,30,.76);
}

.cih-dialog-top {
    align-items: flex-start;
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.cih-dialog-top h2 {
    color: var(--cih-navy);
    font-size: clamp(28px, 4vw, 40px);
    margin-bottom: 10px;
}

.cih-dialog-close {
    align-items: center;
    background: var(--cih-soft);
    border: 1px solid var(--cih-line);
    border-radius: 50%;
    color: var(--cih-navy);
    cursor: pointer;
    display: flex;
    flex: 0 0 40px;
    font-size: 27px;
    height: 40px;
    justify-content: center;
    line-height: 1;
    padding: 0 0 3px;
    width: 40px;
}

.cih-dialog-lead {
    color: var(--cih-muted);
    margin-bottom: 25px;
}

.cih-dialog-choices {
    display: grid;
    gap: 14px;
    grid-template-columns: 1fr 1fr;
}

.cih-dialog-choices a {
    background: var(--cih-soft);
    border: 2px solid var(--cih-line);
    border-radius: 12px;
    color: var(--cih-navy) !important;
    padding: 24px;
    text-decoration: none !important;
    transition: border .2s ease, box-shadow .2s ease, transform .2s ease;
}

.cih-dialog-choices a:hover,
.cih-dialog-choices a:focus {
    border-color: var(--cih-blue);
    box-shadow: 0 12px 25px rgba(35,100,176,.14);
    outline: none;
    transform: translateY(-3px);
}

.cih-dialog-choice-icon {
    align-items: center;
    background: var(--cih-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-size: 22px;
    height: 48px;
    justify-content: center;
    margin-bottom: 17px;
    width: 48px;
}

.cih-dialog-choices small,
.cih-dialog-choices strong,
.cih-dialog-choices em {
    display: block;
}

.cih-dialog-choices small {
    color: var(--cih-blue);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.cih-dialog-choices strong {
    font-size: 16px;
    margin: 5px 0;
    overflow-wrap: anywhere;
}

.cih-dialog-choices em {
    color: var(--cih-muted);
    font-size: 12px;
    font-style: normal;
}

@media (max-width: 1024px) {
    .cih-hero-grid {
        gap: 25px;
        grid-template-columns: 1.15fr .85fr;
    }

    .cih-coin-stage {
        transform: scale(.84);
        transform-origin: center;
    }

    .cih-process-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .cih-timeline-grid.cih-production-options {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cih-production-card-sample,
    .cih-production-card-photo,
    .cih-production-card-standard,
    .cih-production-card-rush,
    .cih-production-card-reorder {
        grid-column: span 1;
    }

    .cih-delivery-results {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cih-delivery-result:last-child {
        grid-column: 1 / -1;
    }

    .cih-calendar-months {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cih-hot-pick-grid {
        gap: 30px;
        grid-template-columns: .95fr 1.05fr;
    }

    .cih-hot-gallery {
        transform: scale(.88);
        transform-origin: center;
    }
}

@media (max-width: 780px) {
    .cih-section {
        padding: 62px 0;
    }

    .cih-shell {
        padding-left: 18px;
        padding-right: 18px;
    }

    .cih-hero-grid {
        display: block;
        min-height: auto;
        padding-bottom: 55px;
        padding-top: 55px;
    }

    .cih-hero h1 {
        font-size: clamp(40px, 11vw, 58px);
    }

    .cih-coin-stage {
        height: 350px;
        margin: 22px auto 0;
        max-width: 430px;
        transform: scale(.8);
        transform-origin: top center;
    }

    .cih-included-grid {
        grid-template-columns: repeat(2, 1fr);
        padding-bottom: 8px;
        padding-top: 8px;
    }

    .cih-included span {
        min-height: 48px;
    }

    .cih-included span + span {
        border-left: 0;
    }

    .cih-shape-grid,
    .cih-three-cards,
    .cih-hot-pick-grid,
    .cih-quick-signup-panel,
    .cih-value-grid,
    .cih-faq-grid,
    .cih-final-grid {
        grid-template-columns: 1fr;
    }

    .cih-value-grid,
    .cih-faq-grid {
        gap: 42px;
    }

    .cih-quick-signup-panel {
        gap: 30px;
    }

    .coinable-intuitive-home-active .cih-quick-signup {
        overflow: visible;
    }

    .coinable-intuitive-home-active .cih-quick-signup .cih-shell {
        max-width: none !important;
        padding-left: 6px !important;
        padding-right: 6px !important;
        width: 100% !important;
    }

    .coinable-intuitive-home-active .cih-quick-signup-panel {
        border-radius: 12px;
        display: block !important;
        margin: 0 !important;
        max-width: none !important;
        min-width: 0 !important;
        padding: 24px 8px !important;
        width: 100% !important;
    }

    .coinable-intuitive-home-active .cih-quick-signup-heading,
    .coinable-intuitive-home-active .cih-signup-steps,
    .coinable-intuitive-home-active .cih-signup-choice,
    .coinable-intuitive-home-active .cih-signup-choice-grid,
    .coinable-intuitive-home-active .cih-signup-details,
    .coinable-intuitive-home-active .cih-portal-choice,
    .coinable-intuitive-home-active .cih-quick-signup-form {
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        max-width: none !important;
        min-width: 0 !important;
        width: 100% !important;
    }

    .coinable-intuitive-home-active .cih-quick-signup-heading {
        margin-bottom: 26px !important;
        padding: 0 10px;
    }

    .coinable-intuitive-home-active .cih-quick-signup-heading h2 {
        font-size: clamp(28px, 9vw, 39px) !important;
        line-height: 1.12 !important;
        overflow-wrap: normal !important;
        word-break: normal !important;
    }

    .coinable-intuitive-home-active .cih-quick-signup-heading > p:last-child {
        font-size: 16px;
        line-height: 1.55;
    }

    .coinable-intuitive-home-active .cih-signup-steps {
        grid-template-columns: minmax(0, 1fr) !important;
        padding: 0 2px;
    }

    .coinable-intuitive-home-active .cih-signup-steps article {
        min-width: 0 !important;
        padding: 20px 16px;
        width: 100% !important;
    }

    .coinable-intuitive-home-active .cih-signup-steps article > div,
    .coinable-intuitive-home-active .cih-signup-details > summary > span,
    .coinable-intuitive-home-active .cih-portal-choice > span {
        min-width: 0 !important;
    }

    .coinable-intuitive-home-active .cih-signup-steps h3,
    .coinable-intuitive-home-active .cih-signup-steps p,
    .coinable-intuitive-home-active .cih-signup-details strong,
    .coinable-intuitive-home-active .cih-signup-details small,
    .coinable-intuitive-home-active .cih-portal-choice strong,
    .coinable-intuitive-home-active .cih-portal-choice small {
        overflow-wrap: normal !important;
        white-space: normal !important;
        word-break: normal !important;
    }

    .coinable-intuitive-home-active .cih-signup-choice {
        padding: 20px 8px !important;
    }

    .coinable-intuitive-home-active .cih-signup-choice-heading {
        padding: 0 8px;
    }

    .coinable-intuitive-home-active .cih-signup-choice-grid {
        grid-template-columns: minmax(0, 1fr) !important;
    }

    .coinable-intuitive-home-active .cih-signup-details[open] {
        grid-column: auto !important;
    }

    .coinable-intuitive-home-active .cih-signup-details > summary,
    .coinable-intuitive-home-active .cih-portal-choice {
        gap: 11px;
        grid-template-columns: 45px minmax(0, 1fr) 20px;
        padding: 16px 12px;
    }

    .coinable-intuitive-home-active .cih-quick-signup-form {
        background: #f7fbff !important;
        color: #0d1d30 !important;
        padding: 12px 6px 18px !important;
    }

    .coinable-intuitive-home-active .cih-quick-signup-form .cec-signup-shell,
    .coinable-intuitive-home-active .cih-quick-signup-form .cec-signup-header,
    .coinable-intuitive-home-active .cih-quick-signup-form .cec-signup-grid,
    .coinable-intuitive-home-active .cih-quick-signup-form .cec-signup-copy,
    .coinable-intuitive-home-active .cih-quick-signup-form .cec-signup-form {
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        max-width: none !important;
        min-width: 0 !important;
        width: 100% !important;
    }

    .coinable-intuitive-home-active .cih-quick-signup-form .cec-signup-shell {
        border-radius: 10px !important;
        overflow: hidden !important;
        padding: 0 !important;
    }

    .coinable-intuitive-home-active .cih-quick-signup-form .cec-signup-header {
        padding: 22px 15px !important;
        text-align: center !important;
    }

    .coinable-intuitive-home-active .cih-quick-signup-form .cec-brand {
        font-size: clamp(28px, 9vw, 38px) !important;
        overflow-wrap: normal !important;
        word-break: normal !important;
    }

    .coinable-intuitive-home-active .cih-quick-signup-form .cec-brand-sub {
        font-size: 13px !important;
        letter-spacing: .09em !important;
    }

    .coinable-intuitive-home-active .cih-quick-signup-form .cec-signup-grid {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) !important;
    }

    .coinable-intuitive-home-active .cih-quick-signup-form .cec-signup-copy {
        padding: 26px 15px !important;
    }

    .coinable-intuitive-home-active .cih-quick-signup-form .cec-signup-copy h2 {
        font-size: clamp(29px, 9vw, 40px) !important;
        line-height: 1.12 !important;
        overflow-wrap: normal !important;
        white-space: normal !important;
        word-break: normal !important;
    }

    .coinable-intuitive-home-active .cih-quick-signup-form .cec-signup-copy > p {
        font-size: 16px !important;
        line-height: 1.55 !important;
        overflow-wrap: normal !important;
        word-break: normal !important;
    }

    .coinable-intuitive-home-active .cih-quick-signup-form .cec-signup-copy table,
    .coinable-intuitive-home-active .cih-quick-signup-form .cec-signup-copy tbody {
        border-spacing: 0 !important;
        display: block !important;
        width: 100% !important;
    }

    .coinable-intuitive-home-active .cih-quick-signup-form .cec-signup-copy table {
        margin-top: 22px !important;
    }

    .coinable-intuitive-home-active .cih-quick-signup-form .cec-signup-copy tbody {
        margin: 0 !important;
    }

    .coinable-intuitive-home-active .cih-quick-signup-form .cec-signup-copy tr {
        display: grid !important;
        gap: 12px !important;
        grid-template-columns: minmax(0, 1fr) !important;
        width: 100% !important;
    }

    .coinable-intuitive-home-active .cih-quick-signup-form .cec-signup-copy tr + tr {
        margin-top: 12px !important;
    }

    .coinable-intuitive-home-active .cih-quick-signup-form .cec-signup-copy td {
        display: block !important;
        min-width: 0 !important;
        overflow-wrap: normal !important;
        padding: 18px !important;
        white-space: normal !important;
        width: 100% !important;
        word-break: normal !important;
    }

    .coinable-intuitive-home-active .cih-quick-signup-form .cec-signup-form {
        background: #f7fbff !important;
        color: #0d1d30 !important;
        display: grid !important;
        gap: 15px !important;
        padding: 26px 15px !important;
    }

    .coinable-intuitive-home-active .cih-quick-signup-form .cec-signup-form label:not(.cec-consent) {
        color: #0d1d30 !important;
        font-size: 16px !important;
        line-height: 1.35 !important;
        margin: 0 !important;
        width: 100% !important;
    }

    .coinable-intuitive-home-active .cih-quick-signup-form .cec-signup-form input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]),
    .coinable-intuitive-home-active .cih-quick-signup-form .cec-signup-form select,
    .coinable-intuitive-home-active .cih-quick-signup-form .cec-signup-form textarea {
        -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
        -webkit-text-fill-color: #0d1d30 !important;
        background: #fff !important;
        border: 2px solid #9fb3c8 !important;
        border-radius: 9px !important;
        box-shadow: 0 0 0 1000px #fff inset !important;
        caret-color: #2364b0 !important;
        color: #0d1d30 !important;
        color-scheme: light !important;
        display: block !important;
        font-size: 16px !important;
        line-height: 1.35 !important;
        max-width: none !important;
        min-height: 54px !important;
        min-width: 0 !important;
        opacity: 1 !important;
        padding: 13px 14px !important;
        scroll-margin: 110px 0 38vh !important;
        width: 100% !important;
    }

    .coinable-intuitive-home-active .cih-quick-signup-form .cec-signup-form input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]):focus,
    .coinable-intuitive-home-active .cih-quick-signup-form .cec-signup-form select:focus,
    .coinable-intuitive-home-active .cih-quick-signup-form .cec-signup-form textarea:focus {
        border-color: #2e89ff !important;
        box-shadow: 0 0 0 4px rgba(46,137,255,.25), 0 0 0 1000px #fff inset !important;
        outline: none !important;
    }

    .coinable-intuitive-home-active .cih-quick-signup-form .cec-signup-form input::placeholder,
    .coinable-intuitive-home-active .cih-quick-signup-form .cec-signup-form textarea::placeholder {
        -webkit-text-fill-color: #657487 !important;
        color: #657487 !important;
        opacity: 1 !important;
    }

    .coinable-intuitive-home-active .cih-quick-signup-form .cec-signup-form .cec-consent {
        align-items: start !important;
        color: #243448 !important;
        display: grid !important;
        gap: 12px !important;
        grid-template-columns: 26px minmax(0, 1fr) !important;
        line-height: 1.5 !important;
        margin: 3px 0 !important;
        text-align: left !important;
        width: 100% !important;
    }

    .coinable-intuitive-home-active .cih-quick-signup-form .cec-signup-form .cec-consent input[type="checkbox"] {
        accent-color: #2364b0 !important;
        height: 24px !important;
        margin: 2px 0 0 !important;
        width: 24px !important;
    }

    .coinable-intuitive-home-active .cih-quick-signup-form .cec-signup-form .cec-consent span {
        color: #243448 !important;
        min-width: 0 !important;
        overflow-wrap: normal !important;
        word-break: normal !important;
    }

    .coinable-intuitive-home-active .cih-quick-signup-form .cec-signup-form button,
    .coinable-intuitive-home-active .cih-quick-signup-form .cec-signup-form input[type="submit"] {
        display: block !important;
        font-size: 16px !important;
        line-height: 1.3 !important;
        max-width: none !important;
        min-height: 54px !important;
        overflow-wrap: normal !important;
        padding: 13px 15px !important;
        white-space: normal !important;
        width: 100% !important;
        word-break: normal !important;
    }

    .coinable-intuitive-home-active .cih-quick-signup-form .cec-signup-form .cec-fine-print {
        background: transparent !important;
        border: 0 !important;
        color: #516176 !important;
        font-size: 13px !important;
        line-height: 1.5 !important;
        margin: 0 !important;
        max-width: none !important;
        overflow-wrap: anywhere !important;
        padding: 0 !important;
        text-align: center !important;
        width: 100% !important;
        word-break: normal !important;
    }

    .cih-signup-steps {
        grid-template-columns: 1fr;
    }

    .cih-signup-steps article {
        min-height: 0;
    }

    .cih-hot-gallery {
        margin: -20px auto 0;
        max-width: 620px;
        transform: none;
        width: 100%;
    }

    .cih-final-grid {
        gap: 28px;
    }

    .cih-final-cta .cih-actions {
        justify-content: flex-start;
    }

    .cih-production-heading {
        margin-top: 30px;
        padding-top: 25px;
        text-align: left;
    }

    .cih-timeline-grid.cih-production-options {
        grid-template-columns: minmax(0, 1fr);
    }

    .cih-production-card,
    .cih-production-card-reorder {
        grid-column: 1;
        padding: 20px 16px;
    }

    .cih-production-note {
        text-align: left;
    }

    .cih-delivery-planner {
        border-radius: 10px;
        padding: 22px 10px;
    }

    .cih-delivery-planner-heading,
    .cih-delivery-fields,
    .cih-delivery-results,
    .cih-calendar-months {
        grid-template-columns: minmax(0, 1fr);
    }

    .cih-delivery-planner-heading {
        align-items: start;
        gap: 12px;
    }

    .cih-delivery-field {
        padding: 15px 12px;
    }

    .cih-delivery-summary-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .cih-delivery-result,
    .cih-delivery-result:last-child {
        grid-column: 1;
    }

    .cih-calendar-month {
        overflow-x: auto;
        padding: 11px 8px;
    }

    .cih-calendar-weekdays,
    .cih-calendar-days {
        min-width: 350px;
    }

    .cih-calendar-day,
    .cih-calendar-days > .is-empty {
        min-height: 67px;
    }

    .cih-read-all-card {
        gap: 22px;
        grid-template-columns: minmax(0, 1fr);
        margin: 24px auto;
        padding: 25px 18px;
        width: calc(100% - 12px);
    }

    .cih-read-all-section .cih-read-all-card {
        width: 100%;
    }

    .cih-read-all-card h2 {
        font-size: clamp(25px, 8vw, 34px);
        overflow-wrap: normal;
        word-break: normal;
    }

    .cih-read-all-card .cih-button {
        min-width: 0;
        white-space: normal;
        width: 100%;
    }

    .cih-guide-page {
        max-width: none;
        padding: 10px 6px 48px;
        width: 100%;
    }

    .cih-guide-intro,
    .cih-guide-source,
    .cih-guide-footer {
        border-radius: 10px;
        padding: 24px 16px;
        width: 100%;
    }

    .cih-guide-intro h2 {
        font-size: clamp(30px, 9vw, 42px);
        overflow-wrap: normal;
        word-break: normal;
    }

    .cih-guide-intro > p:not(.cih-kicker) {
        font-size: 16px;
    }

    .cih-guide-source table {
        display: block;
        overflow-x: auto;
        width: 100%;
    }
}

@media (max-width: 560px) {
    .cih-home {
        padding-bottom: 66px;
    }

    .cih-actions,
    .cih-actions .cih-button {
        width: 100%;
    }

    .cih-coin-stage {
        margin-bottom: -48px;
        margin-left: -30px;
        width: 430px;
    }

    .cih-included-grid {
        grid-template-columns: 1fr;
    }

    .cih-included span {
        justify-content: flex-start;
        padding-left: 24px;
    }

    .cih-builder-panel {
        border-radius: 10px;
        padding: 20px 15px;
    }

    .cih-size-button {
        --cih-mobile-diameter: clamp(70px, var(--cih-diameter), 96px);
        flex-basis: var(--cih-mobile-diameter);
        height: var(--cih-mobile-diameter);
        min-height: var(--cih-mobile-diameter);
        min-width: var(--cih-mobile-diameter);
        width: var(--cih-mobile-diameter);
    }

    .cih-shape-card {
        gap: 12px;
        grid-template-columns: 52px 1fr auto;
        padding: 17px 14px;
    }

    .cih-shape-icon {
        height: 50px;
        width: 50px;
    }

    .cih-shape-copy strong {
        font-size: 17px;
    }

    .cih-process-grid {
        grid-template-columns: 1fr;
    }

    .cih-timeline-grid,
    .cih-dialog-choices,
    .cih-signup-choice-grid {
        grid-template-columns: 1fr;
    }

    .cih-signup-details[open] {
        grid-column: auto;
    }

    .cih-hot-gallery {
        height: auto;
        margin-top: 32px;
    }

    .cih-hot-gallery::before {
        display: none;
    }

    .cih-hot-example,
    .cih-hot-example-1,
    .cih-hot-example-2,
    .cih-hot-example-3 {
        margin: 0 0 14px;
        position: relative;
        inset: auto;
        transform: none;
        width: 100%;
    }

    .cih-hot-example:hover,
    .cih-hot-example-1:hover,
    .cih-hot-example-2:hover,
    .cih-hot-example-3:hover {
        transform: translateY(-4px);
    }

    .cih-hot-image-wrap,
    .cih-hot-example-2 .cih-hot-image-wrap,
    .cih-hot-example-3 .cih-hot-image-wrap {
        height: 230px;
    }

    .cih-info-card {
        padding: 28px 22px;
    }

    .cih-contact-row {
        align-items: flex-start;
        flex-direction: column;
        gap: 3px;
    }

    .cih-contact-row strong {
        overflow-wrap: anywhere;
    }

    .cih-legacy-details > summary,
    .cih-legacy-content {
        padding: 18px;
    }

    .cih-mobile-sticky {
        background: var(--cih-blue);
        bottom: 0;
        box-shadow: 0 -6px 22px rgba(0,0,0,.22);
        color: #fff !important;
        display: block;
        font-size: 15px;
        font-weight: 900;
        left: 0;
        padding: 14px 20px;
        position: fixed;
        right: 0;
        text-align: center;
        text-decoration: none !important;
        transform: translateY(0);
        transition: transform .2s ease;
        z-index: 9998;
    }

    .cih-mobile-sticky.is-hidden {
        transform: translateY(110%);
    }
}

@media (prefers-reduced-motion: reduce) {
    .cih-home *,
    .cih-home *::before,
    .cih-home *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}


/* Exact arrival-card top bars. Inline JS also applies these to prevent cached overrides. */
.cih-delivery-results > .cih-delivery-result.cih-route-photo {
    border-top: 5px solid #a6dc8c !important;
    border-top-color: #4f6d2f !important;
}

.cih-delivery-results > .cih-delivery-result.cih-route-sample {
    border-top: 5px solid #4f6d2f !important;
    border-top-color: #2f6824 !important;
}

/* v1.7.18 exact top-bar colors */
.cih-delivery-results > .cih-delivery-result.cih-route-photo{border-top:5px solid #4f6d2f!important;border-top-color:#4f6d2f!important;}
.cih-delivery-results > .cih-delivery-result.cih-route-sample{border-top:5px solid #2f6824!important;border-top-color:#2f6824!important;}
.cih-production-card.cih-production-card-photo{box-shadow:inset 0 4px #4f6d2f!important;}
.cih-production-card.cih-production-card-sample{box-shadow:inset 0 4px #2f6824!important;}

/* ==========================================================
   v1.8.0 — Visitor-selectable Halloween themes
   Raven Forge / Moonlit Mint
   ========================================================== */

html.cih-no-scroll,
body.cih-no-scroll,
html.cih-preloading,
html.cih-preloading body {
    overflow: hidden !important;
}

.cih-home {
    position: relative;
}

.cih-theme-switcher {
    align-items: stretch;
    backdrop-filter: blur(14px);
    background: rgba(8, 10, 11, .86);
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 12px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, .28);
    display: flex;
    gap: 6px;
    padding: 6px;
    position: absolute;
    right: max(18px, calc((100vw - 1180px) / 2 + 24px));
    top: 16px;
    z-index: 25;
}

.cih-theme-switcher > span {
    align-items: center;
    color: #cabcae;
    display: flex;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .12em;
    padding: 0 7px;
    text-transform: uppercase;
}

.cih-theme-switcher button {
    appearance: none;
    background: rgba(255, 255, 255, .055);
    border: 1px solid transparent;
    border-radius: 8px;
    color: #f7f2eb;
    cursor: pointer;
    display: grid;
    font-family: inherit;
    gap: 1px;
    min-width: 126px;
    padding: 8px 11px;
    text-align: left;
    transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.cih-theme-switcher button:hover,
.cih-theme-switcher button:focus-visible {
    border-color: rgba(226, 133, 67, .72);
    outline: none;
    transform: translateY(-1px);
}

.cih-theme-switcher button.is-active {
    background: linear-gradient(145deg, rgba(193, 99, 39, .34), rgba(91, 57, 26, .34));
    border-color: #bd6a30;
}

.cih-theme-switcher b {
    font-size: 12px;
    line-height: 1.2;
}

.cih-theme-switcher small {
    color: #afaaa3;
    font-size: 9px;
    line-height: 1.2;
}

.cih-cobweb-layer {
    inset: 0;
    opacity: .22;
    pointer-events: none;
    position: absolute;
    transition: opacity .25s ease;
    z-index: 5;
}

.cih-cobweb-layer::before,
.cih-cobweb-layer::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 240 240'%3E%3Cg fill='none' stroke='%23c8b9a7' stroke-opacity='.56' stroke-width='1'%3E%3Cpath d='M0 0h240M0 0v240M0 0l240 240M0 0l240 80M0 0l80 240'/%3E%3Cpath d='M22 0a22 22 0 0 1-22 22M50 0A50 50 0 0 1 0 50M84 0A84 84 0 0 1 0 84M124 0A124 124 0 0 1 0 124M170 0A170 170 0 0 1 0 170M220 0A220 220 0 0 1 0 220'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 220px;
    position: absolute;
    top: 0;
    width: 220px;
}

.cih-cobweb-layer::before {
    left: 0;
}

.cih-cobweb-layer::after {
    right: 0;
    transform: scaleX(-1);
}

html.cih-zoomed .cih-cobweb-layer {
    opacity: 0;
}

@media (max-width: 620px) {
    .cih-cobweb-layer {
        opacity: .08;
    }
}

.cih-halloween-preloader {
    align-items: center;
    background: radial-gradient(circle at 50% 40%, rgba(110, 58, 27, .26), transparent 42%), #070707;
    display: none;
    inset: 0;
    justify-content: center;
    padding: 24px;
    position: fixed;
    z-index: 2147483000;
}

html.cih-preloading .cih-halloween-preloader {
    display: flex;
}

.cih-loader-card {
    align-items: center;
    background: linear-gradient(145deg, rgba(29, 27, 25, .98), rgba(7, 8, 8, .99));
    border: 1px solid rgba(201, 119, 57, .42);
    border-radius: 20px;
    box-shadow: 0 30px 100px rgba(0, 0, 0, .7), inset 0 0 60px rgba(164, 78, 28, .08);
    color: #f4eee7;
    display: flex;
    flex-direction: column;
    max-width: 390px;
    padding: 28px;
    text-align: center;
    width: min(92vw, 390px);
}

.cih-loader-coin {
    background: url('raven-coin.webp') center/cover no-repeat;
    border: 2px solid rgba(218, 133, 67, .62);
    border-radius: 50%;
    box-shadow: 0 0 0 10px rgba(138, 72, 31, .12), 0 0 55px rgba(213, 102, 33, .34);
    height: 190px;
    margin: 4px auto 24px;
    position: relative;
    width: 190px;
}

.cih-loader-coin::after {
    animation: cih-ember-spin 1.8s linear infinite;
    border: 2px dashed rgba(229, 139, 69, .62);
    border-radius: 50%;
    content: "";
    inset: -14px;
    position: absolute;
}

.cih-loader-card strong {
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 25px;
    letter-spacing: .04em;
}

.cih-loader-card span {
    color: #bcb2a8;
    font-size: 13px;
    margin-top: 4px;
}

.cih-loader-track {
    background: rgba(255, 255, 255, .12);
    border-radius: 999px;
    height: 6px;
    margin-top: 22px;
    overflow: hidden;
    width: 100%;
}

.cih-loader-track i {
    animation: cih-loader-progress 1.75s ease-out forwards;
    background: linear-gradient(90deg, #7c3c1c, #d67a35, #f0ad68);
    border-radius: inherit;
    display: block;
    height: 100%;
    width: 10%;
}

@keyframes cih-ember-spin {
    to { transform: rotate(360deg); }
}

@keyframes cih-loader-progress {
    to { width: 96%; }
}

/* Shared dark seasonal base. The content remains one semantic SEO document. */
html.cih-theme-raven-forge .cih-home,
html.cih-theme-moonlit-mint .cih-home {
    --cih-white: #fff;
    background: #0a0c0d;
    color: #d8d7d4;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html.cih-theme-raven-forge .cih-home h1,
html.cih-theme-raven-forge .cih-home h2,
html.cih-theme-raven-forge .cih-home h3,
html.cih-theme-moonlit-mint .cih-home h1,
html.cih-theme-moonlit-mint .cih-home h2,
html.cih-theme-moonlit-mint .cih-home h3 {
    color: #f6f1eb;
}

html.cih-theme-raven-forge .cih-home h1,
html.cih-theme-moonlit-mint .cih-home h1 {
    font-family: Georgia, "Times New Roman", serif;
    letter-spacing: -.02em;
}

html.cih-theme-raven-forge .cih-section,
html.cih-theme-raven-forge .cih-delivery-planner,
html.cih-theme-raven-forge .cih-final-cta,
html.cih-theme-raven-forge .cih-legacy-section,
html.cih-theme-moonlit-mint .cih-section,
html.cih-theme-moonlit-mint .cih-delivery-planner,
html.cih-theme-moonlit-mint .cih-final-cta,
html.cih-theme-moonlit-mint .cih-legacy-section {
    background: #101214 !important;
    color: #d6d4d0;
}

html.cih-theme-raven-forge .cih-section:nth-of-type(even),
html.cih-theme-moonlit-mint .cih-section:nth-of-type(even) {
    background: #0c0f10 !important;
}

html.cih-theme-raven-forge .cih-included,
html.cih-theme-moonlit-mint .cih-included {
    background: #090a0b !important;
    border-bottom: 1px solid rgba(255, 255, 255, .09);
    border-top: 1px solid rgba(255, 255, 255, .09);
}

html.cih-theme-raven-forge .cih-included span,
html.cih-theme-moonlit-mint .cih-included span {
    color: #eee8e0 !important;
}

html.cih-theme-raven-forge .cih-builder-panel,
html.cih-theme-raven-forge .cih-info-card,
html.cih-theme-raven-forge .cih-shape-card,
html.cih-theme-raven-forge .cih-production-card,
html.cih-theme-raven-forge .cih-value-card,
html.cih-theme-raven-forge .cih-faq-list details,
html.cih-theme-raven-forge .cih-signup-shell,
html.cih-theme-moonlit-mint .cih-builder-panel,
html.cih-theme-moonlit-mint .cih-info-card,
html.cih-theme-moonlit-mint .cih-shape-card,
html.cih-theme-moonlit-mint .cih-production-card,
html.cih-theme-moonlit-mint .cih-value-card,
html.cih-theme-moonlit-mint .cih-faq-list details,
html.cih-theme-moonlit-mint .cih-signup-shell {
    background: linear-gradient(145deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .018)) !important;
    border-color: rgba(255, 255, 255, .15) !important;
    box-shadow: 0 18px 40px rgba(0, 0, 0, .2) !important;
    color: #d5d2ce;
}

html.cih-theme-raven-forge .cih-home p,
html.cih-theme-raven-forge .cih-home em,
html.cih-theme-raven-forge .cih-home small,
html.cih-theme-moonlit-mint .cih-home p,
html.cih-theme-moonlit-mint .cih-home em,
html.cih-theme-moonlit-mint .cih-home small {
    color: #bcb8b2;
}

html.cih-theme-raven-forge .cih-faq-list summary,
html.cih-theme-moonlit-mint .cih-faq-list summary {
    color: #f1ece5;
}

html.cih-theme-raven-forge .cih-size-button,
html.cih-theme-moonlit-mint .cih-size-button {
    background: #15181a;
    border-color: rgba(255, 255, 255, .19);
    color: #f8f3ed;
}

html.cih-theme-raven-forge .cih-size-help,
html.cih-theme-moonlit-mint .cih-size-help,
html.cih-theme-raven-forge .cih-production-note,
html.cih-theme-moonlit-mint .cih-production-note {
    background: rgba(255, 255, 255, .05);
    border-color: rgba(255, 255, 255, .13);
    color: #c9c3bc;
}

html.cih-theme-raven-forge .cih-final-cta,
html.cih-theme-moonlit-mint .cih-final-cta {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    border-top: 1px solid rgba(255, 255, 255, .1);
}

/* Raven Forge: cinematic bronze, embers and deeper contrast. */
html.cih-theme-raven-forge .cih-home {
    --cih-blue: #c46a2b;
    --cih-blue-dark: #783711;
    --cih-navy: #f6efe7;
    --cih-ink: #e5ded5;
    --cih-muted: #aaa098;
    --cih-line: rgba(216, 128, 61, .25);
    --cih-soft: #11100f;
    --cih-gold: #d89455;
}

html.cih-theme-raven-forge .cih-hero {
    background:
        linear-gradient(90deg, rgba(5, 6, 7, .98) 0%, rgba(9, 9, 9, .93) 37%, rgba(7, 7, 7, .28) 66%, rgba(7, 7, 7, .12) 100%),
        url('raven-forge-hero.webp') center right / cover no-repeat !important;
    min-height: 640px;
}

html.cih-theme-raven-forge .cih-hero::before {
    background: radial-gradient(circle at 73% 48%, rgba(214, 104, 39, .2), transparent 26%), linear-gradient(180deg, transparent 70%, rgba(0, 0, 0, .46));
}

html.cih-theme-raven-forge .cih-hero-grid {
    min-height: 640px;
}

html.cih-theme-raven-forge .cih-coin-stage {
    opacity: 0;
    pointer-events: none;
}

html.cih-theme-raven-forge .cih-eyebrow,
html.cih-theme-raven-forge .cih-kicker {
    color: #dd8b4d;
}

html.cih-theme-raven-forge .cih-button-primary,
html.cih-theme-raven-forge .cih-button-hot {
    background: linear-gradient(145deg, #d87834, #9d4319) !important;
    border-color: #e08d4e !important;
    box-shadow: 0 12px 28px rgba(166, 69, 20, .3);
    color: #fff !important;
}

html.cih-theme-raven-forge .cih-button-secondary,
html.cih-theme-raven-forge .cih-button-outline,
html.cih-theme-raven-forge .cih-button-hot-outline {
    background: rgba(8, 8, 8, .68) !important;
    border-color: #9b5a2f !important;
    color: #fff !important;
}

html.cih-theme-raven-forge .cih-size-button.is-selected,
html.cih-theme-raven-forge .cih-shape-card:hover,
html.cih-theme-raven-forge .cih-shape-card:focus-visible {
    border-color: #c46a2b !important;
    box-shadow: 0 0 0 3px rgba(196, 106, 43, .16), 0 16px 35px rgba(0, 0, 0, .28) !important;
}

/* Moonlit Mint: cleaner, cooler and slightly more restrained. */
html.cih-theme-moonlit-mint .cih-home {
    --cih-blue: #6e9275;
    --cih-blue-dark: #365641;
    --cih-navy: #eef5ef;
    --cih-ink: #e0e8e1;
    --cih-muted: #a9b5ac;
    --cih-line: rgba(112, 146, 117, .26);
    --cih-soft: #101512;
    --cih-gold: #b88959;
}

html.cih-theme-moonlit-mint .cih-hero {
    background:
        linear-gradient(90deg, rgba(5, 10, 8, .99) 0%, rgba(8, 17, 13, .93) 42%, rgba(6, 11, 9, .28) 70%, rgba(5, 8, 7, .14) 100%),
        url('moonlit-mint-hero.webp') center right / cover no-repeat !important;
    min-height: 620px;
}

html.cih-theme-moonlit-mint .cih-hero::before {
    background: radial-gradient(circle at 72% 42%, rgba(93, 128, 98, .17), transparent 25%), linear-gradient(180deg, transparent 68%, rgba(0, 0, 0, .42));
}

html.cih-theme-moonlit-mint .cih-hero-grid {
    min-height: 620px;
}

html.cih-theme-moonlit-mint .cih-coin-stage {
    opacity: 0;
    pointer-events: none;
}

html.cih-theme-moonlit-mint .cih-eyebrow,
html.cih-theme-moonlit-mint .cih-kicker {
    color: #90b698;
}

html.cih-theme-moonlit-mint .cih-button-primary,
html.cih-theme-moonlit-mint .cih-button-hot {
    background: linear-gradient(145deg, #5d8065, #33543e) !important;
    border-color: #789b80 !important;
    box-shadow: 0 12px 28px rgba(29, 74, 44, .3);
    color: #fff !important;
}

html.cih-theme-moonlit-mint .cih-button-secondary,
html.cih-theme-moonlit-mint .cih-button-outline,
html.cih-theme-moonlit-mint .cih-button-hot-outline {
    background: rgba(5, 12, 9, .72) !important;
    border-color: #65806b !important;
    color: #fff !important;
}

html.cih-theme-moonlit-mint .cih-size-button.is-selected,
html.cih-theme-moonlit-mint .cih-shape-card:hover,
html.cih-theme-moonlit-mint .cih-shape-card:focus-visible {
    border-color: #6e9275 !important;
    box-shadow: 0 0 0 3px rgba(110, 146, 117, .16), 0 16px 35px rgba(0, 0, 0, .28) !important;
}

@media (max-width: 900px) {
    .cih-theme-switcher {
        left: 12px;
        right: 12px;
        top: 12px;
    }

    .cih-theme-switcher > span {
        display: none;
    }

    .cih-theme-switcher button {
        flex: 1 1 0;
        min-width: 0;
        text-align: center;
    }

    html.cih-theme-raven-forge .cih-hero,
    html.cih-theme-moonlit-mint .cih-hero {
        background-position: 58% center !important;
        min-height: 760px;
    }

    html.cih-theme-raven-forge .cih-hero-grid,
    html.cih-theme-moonlit-mint .cih-hero-grid {
        align-items: end;
        min-height: 760px;
        padding-bottom: 38px;
        padding-top: 340px;
    }

    html.cih-theme-raven-forge .cih-hero-copy,
    html.cih-theme-moonlit-mint .cih-hero-copy {
        background: linear-gradient(145deg, rgba(5, 6, 7, .93), rgba(13, 13, 13, .76));
        border: 1px solid rgba(255, 255, 255, .14);
        border-radius: 16px;
        box-shadow: 0 20px 55px rgba(0, 0, 0, .45);
        padding: 22px;
    }
}

@media (max-width: 560px) {
    .cih-theme-switcher {
        padding: 4px;
    }

    .cih-theme-switcher button {
        padding: 7px 5px;
    }

    .cih-theme-switcher small {
        display: none;
    }

    .cih-loader-coin {
        height: 150px;
        width: 150px;
    }

    html.cih-theme-raven-forge .cih-hero,
    html.cih-theme-moonlit-mint .cih-hero {
        background-position: 62% top !important;
    }
}
