: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 {
    display: none !important;
}

.coinable-intuitive-home-active #primary,
.coinable-intuitive-home-active .content-area,
.coinable-intuitive-home-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-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-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-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-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-value-grid,
    .cih-faq-grid,
    .cih-final-grid {
        grid-template-columns: 1fr;
    }

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

    .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;
    }
}

@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 {
        grid-template-columns: 1fr;
    }

    .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;
    }
}
