/* =========================================================
   CUSTOM & PRINTING PAGE
   ========================================================= */

body.page-id-10 {
    background: var(--bg-warm);
}

.cp-sanpota-hero {
    padding-top: 69px;
}

.cp-sanpota-hero .hero-container {
    max-width: 1380px;
}

.cp-sanpota-hero .mascot-img {
    width: 126%;
    max-width: 805px;
}

.cp-sanpota-hero .b2b-badge {
    background-color: var(--primary);
    color: var(--text-light);
    font-weight: 700;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 0.8rem;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 0;
    box-shadow: var(--shadow-sm);
    position: relative;
    z-index: 1;
}

.cp-sanpota-hero .hero-actions .btn-primary {
    background-color: var(--primary);
    color: var(--text-light);
    border-radius: var(--radius-md);
    padding: 12px 24px;
    font-size: 0.95rem;
    font-weight: 700;
    box-shadow: var(--shadow-md);
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.cp-sanpota-hero .hero-actions .btn-primary:hover {
    background-color: var(--primary-hover);
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

.cp-sanpota-hero .hero-actions .btn-secondary {
    background-color: transparent;
    color: var(--bg-dark);
    border: 1.5px solid var(--bg-dark);
    border-radius: var(--radius-md);
    padding: 12px 24px;
    font-size: 0.95rem;
    font-weight: 700;
    box-shadow: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.cp-sanpota-hero .hero-actions .btn-secondary:hover {
    background-color: var(--primary-light);
    color: var(--bg-dark);
    transform: translateY(-2px);
}

.cp-sanpota-hero .hero-title-1 {
    color: #C93629;
}

.cp-sanpota-hero .hero-title-2,
.cp-sanpota-hero .hero-subtitle {
    color: #004A3E;
}

.cp-sanpota-hero .cp-subtitle-red {
    color: #C93629;
    font-weight: 800;
}

.cp-sanpota-hero .features-ribbon {
    margin-top: 62px;
    margin-bottom: 0;
}

.cp-packaging-showcase,
.cp-why-section {
    background: #FFF6EB;
}

.cp-packaging-showcase {
    padding: 44px 0 42px;
    overflow: visible;
}

.cp-why-section {
    padding: 18px 0 56px;
}

.cp-partners-section .cp-partners-header,
.cp-partners-section .cp-partners-header h2 {
    text-align: left !important;
}

.cp-partners-section .cp-partners-header h2 {
    color: #C93629 !important;
    font-family: var(--font-heading) !important;
    font-size: 2rem !important;
    font-weight: 800 !important;
    line-height: 1.15 !important;
    justify-content: flex-start !important;
    margin-left: 0 !important;
    margin-right: auto !important;
}

.cp-cta-one-section {
    background: #FFF6EB;
    padding: 10px 0 16px;
}

body.page-id-10 .main-footer .footer-top-container {
    padding-top: 56px;
}

body.page-id-10 .main-footer {
    margin-top: 44px;
}

body.page-id-504 .main-footer .footer-top-container,
body.page-id-549 .main-footer .footer-top-container,
body.page-id-1453 .main-footer .footer-top-container,
body.page-id-1454 .main-footer .footer-top-container {
    padding-top: 56px;
}

body.page-id-504 .main-footer,
body.page-id-549 .main-footer,
body.page-id-1453 .main-footer,
body.page-id-1454 .main-footer {
    margin-top: 24px;
}

body.has-cp-emboss-cta-form .main-footer {
    margin-top: 24px;
}

body.has-cp-emboss-cta-form .main-footer .footer-top-container {
    padding-top: 56px;
}

.cp-cta-one-box {
    position: relative;
    display: grid;
    grid-template-columns: minmax(540px, 1.35fr) auto minmax(170px, 0.28fr);
    gap: 28px;
    align-items: center;
    min-height: 148px;
    overflow: visible;
    background: #C93629;
    border-radius: 16px;
    padding: 28px 290px 28px 28px;
    box-shadow: 0 14px 30px rgba(255, 233, 209, 0.8);
}

.cp-cta-one-copy h2 {
    margin: 0 0 12px;
    color: #FFFFFF;
    font-size: 1.65rem;
    line-height: 1.15;
    font-weight: 800;
}

.cp-cta-one-copy {
    transform: none;
}

.cp-cta-one-copy p {
    margin: 0;
    max-width: 560px;
    color: #FFFFFF;
    font-size: 0.95rem;
    line-height: 1.45;
}

.cp-cta-one-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
    position: relative;
    z-index: 2;
    transform: translateX(-56px);
}

.cp-cta-one-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 54px;
    padding: 0 22px;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}

.cp-cta-one-whatsapp {
    min-width: 250px;
}

.cp-cta-one-button svg,
.cp-cta-one-button i {
    flex: 0 0 auto;
    font-size: 1.35em;
}

.cp-cta-one-primary {
    background: #FFFFFF;
    color: #C93629;
    border: 2px solid #FFFFFF;
    box-shadow: 0 10px 20px rgba(35, 27, 21, 0.08);
}

.cp-cta-one-secondary {
    background: transparent;
    color: #FFFFFF;
    border: 2px solid #FFFFFF;
}

.cp-cta-one-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 26px rgba(255, 233, 209, 0.55);
}

.cp-cta-one-primary:hover {
    background: #FFF6EB;
    color: #C93629;
}

.cp-cta-one-secondary:hover {
    background: rgba(255, 255, 255, 0.14);
    color: #FFFFFF;
}

.cp-cta-one-mascot {
    position: absolute;
    right: 36px;
    bottom: 0;
    width: 270px;
    max-width: 28%;
    height: auto;
    z-index: 1;
    object-fit: contain;
    object-position: center bottom;
}

.cp-page-container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 48px;
    box-sizing: border-box;
}

.cp-section-title {
    margin: 0 0 22px;
    color: #C93629;
    font-size: 2rem;
    line-height: 1.15;
    font-weight: 800;
}

/* =========================================================
   EMBOSS & MOLDING DETAIL PAGE
   ========================================================= */

.cp-emboss-hero,
.cp-emboss-products-section,
.cp-emboss-usecases-section {
    background: #FFF6EB;
}

.cp-emboss-hero {
    padding-top: 0;
    margin-top: 75px;
    padding-bottom: 30px;
    min-height: auto;
    display: block;
}

.cp-emboss-detail-hero .hero-container {
    max-width: 1380px;
}

.cp-emboss-detail-hero .hero-content {
    max-width: 900px;
}

.cp-emboss-detail-hero .solution-breadcrumbs {
    font-size: 1rem;
    font-weight: 500;
}

.cp-emboss-detail-hero .solution-breadcrumbs a,
.cp-emboss-detail-hero .solution-breadcrumbs .current {
    font-size: 1rem;
}

.cp-emboss-detail-hero .solution-breadcrumbs a,
.cp-emboss-detail-hero .solution-breadcrumbs .sep {
    color: #004A3E;
}

.cp-emboss-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    align-items: center;
    gap: 38px;
}

.cp-emboss-hero-title {
    font-size: 3.5rem;
    line-height: 1.1;
    margin-bottom: 24px;
    letter-spacing: -1px;
}

.cp-emboss-detail-hero .hero-title .hero-title-2 {
    display: inline;
}

.cp-emboss-title-red {
    color: #C93629;
}

.cp-emboss-title-green {
    color: #004A3E;
}

.cp-emboss-hero-subtitle {
    max-width: 550px;
    margin: 0 0 40px;
    color: #004A3E;
    font-size: 1.15rem;
    line-height: 1.45;
}

.cp-emboss-hero-actions {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 24px;
}

.cp-emboss-detail-hero .hero-actions .btn-primary {
    background-color: var(--primary);
    color: var(--text-light);
    border-radius: var(--radius-md);
    padding: 12px 24px;
    font-size: 0.95rem;
    font-weight: 700;
    box-shadow: var(--shadow-md);
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.cp-emboss-detail-hero .hero-actions .btn-primary:hover {
    background-color: var(--primary-hover);
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

.cp-emboss-detail-hero .hero-actions .btn-secondary {
    background-color: transparent;
    color: var(--bg-dark);
    border: 1.5px solid var(--bg-dark);
    border-radius: var(--radius-md);
    padding: 12px 24px;
    font-size: 0.95rem;
    font-weight: 700;
    box-shadow: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.cp-emboss-detail-hero .hero-actions .btn-secondary:hover {
    background-color: var(--primary-light);
    color: var(--bg-dark);
    transform: translateY(-2px);
}

.cp-emboss-detail-hero .hero-actions .btn-icon-circle {
    width: auto;
    height: auto;
    margin-left: 0;
    border-radius: 0;
    background: transparent;
    color: currentColor;
    font-size: 1em;
}

.cp-emboss-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 44px;
    padding: 0 24px;
    border-radius: 8px;
    font-size: 0.95rem;
    font-weight: 800;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}

.cp-emboss-btn-primary {
    background: #C93629;
    color: #FFFFFF;
    border: 2px solid #C93629;
    box-shadow: 0 10px 20px rgba(201, 54, 41, 0.14);
}

.cp-emboss-btn-secondary {
    background: transparent;
    color: #004A3E;
    border: 2px solid #004A3E;
}

.cp-emboss-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 26px rgba(255, 233, 209, 0.8);
}

.cp-emboss-hero-media {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.cp-emboss-hero-media img {
    width: 100%;
    max-width: 740px;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 18px 28px rgba(35, 27, 21, 0.12));
}

.cp-emboss-detail-hero .cp-emboss-hero-img {
    width: 100%;
    max-width: 720px;
    height: 430px;
    margin-bottom: -24px;
    transform: translateX(-20px);
    object-fit: contain;
    object-position: center bottom;
}

.cp-emboss-features {
    margin-top: 50px;
    margin-left: auto !important;
    margin-right: auto !important;
}

.cp-emboss-feature:hover .feature-icon {
    transform: scale(1.1);
}

.cp-emboss-feature .feature-info h4,
.cp-emboss-feature .feature-info p {
    color: #004A3E;
}

.cp-emboss-products-section {
    padding: 42px 0 28px;
}

.cp-emboss-panel {
    background: #FFFFFF;
    border: 2px solid #FFE9D1;
    border-radius: 16px;
    padding: 28px;
    box-shadow: 0 12px 28px rgba(255, 233, 209, 0.85);
}

.cp-emboss-section-title {
    margin: 0 0 22px;
    color: #C93629;
    font-size: 2rem;
    line-height: 1.15;
    font-weight: 800;
}

.cp-emboss-product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 18px;
    padding: 8px 0 18px;
}

body.page-id-549 .cp-emboss-product-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.cp-emboss-product-card {
    min-height: 210px;
    background: #FFFBF6;
    border: 2px solid #FFE0C3;
    border-radius: 12px;
    padding: 18px 14px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    will-change: transform;
}

.cp-emboss-product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px #FFE9D1;
}

.cp-emboss-usecase-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px var(--card-border) !important;
}

.cp-emboss-product-image {
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.cp-emboss-product-image img {
    width: 100%;
    max-width: 145px;
    max-height: 125px;
    object-fit: contain;
}

.cp-emboss-product-card h3 {
    margin: 0 0 5px;
    color: #004A3E;
    font-size: 1rem;
    line-height: 1.1;
    font-weight: 800;
}

.cp-emboss-product-card p {
    margin: 0;
    color: #507C72;
    font-size: 0.85rem;
    line-height: 1.25;
    font-weight: 700;
}

.cp-emboss-usecases-section {
    padding: 8px 0 58px;
}

.cp-emboss-usecase-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    padding: 8px 0 20px;
}

.cp-usecase-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.cp-usecase-header .cp-emboss-section-title {
    margin-bottom: 26px;
}

.cp-usecase-arrows {
    display: flex;
    gap: 10px;
    margin-bottom: 26px;
    flex: 0 0 auto;
}

.cp-usecase-arrow {
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 999px;
    background: #C93629;
    color: #FFFFFF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 10px 22px rgba(201, 54, 41, 0.22);
    transition: transform 0.2s ease, filter 0.2s ease;
}

.cp-usecase-arrow:hover {
    transform: translateY(-2px);
    filter: brightness(0.96);
}

.cp-emboss-usecase-grid.cp-usecase-count-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cp-emboss-usecase-grid.cp-usecase-count-2 .cp-emboss-usecase-card {
    min-height: 190px;
}

.cp-emboss-usecase-grid.cp-usecase-count-4 {
    display: flex;
    grid-template-columns: none;
    overflow-x: auto;
    overflow-y: visible;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
    user-select: none;
    touch-action: pan-y;
    margin: -16px 0 -28px;
    padding: 16px 0 34px;
}

.cp-emboss-usecase-grid.cp-usecase-count-4::-webkit-scrollbar {
    display: none;
}

.cp-emboss-usecase-grid.cp-usecase-count-4.is-dragging {
    scroll-behavior: auto;
    scroll-snap-type: none;
}

.cp-emboss-usecase-grid.cp-usecase-count-4 .cp-emboss-usecase-card {
    flex: 0 0 calc((100% - 48px) / 3);
    min-width: 0;
    scroll-snap-align: start;
}

.cp-printing-usecases-section .cp-emboss-usecase-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.cp-printing-usecase-content {
    min-width: 0;
}

.cp-printing-usecase-photo {
    flex: 0 0 200px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-left: -16px;
}

.cp-printing-usecase-photo img {
    width: 100%;
    max-height: 195px;
    object-fit: contain;
}

.cp-printing-usecases-section .cp-usecase-count-2 .cp-printing-usecase-photo {
    flex-basis: 220px;
}

.cp-printing-usecases-section .cp-usecase-count-3 .cp-emboss-usecase-card,
.cp-printing-usecases-section .cp-usecase-count-4 .cp-emboss-usecase-card {
    gap: 16px;
    padding: 24px;
}

.cp-printing-usecases-section .cp-usecase-count-3 .cp-printing-usecase-photo,
.cp-printing-usecases-section .cp-usecase-count-4 .cp-printing-usecase-photo {
    flex-basis: 145px;
    margin-left: -8px;
}

.cp-printing-usecases-section .cp-usecase-count-3 .cp-printing-usecase-photo img,
.cp-printing-usecases-section .cp-usecase-count-4 .cp-printing-usecase-photo img {
    max-height: 170px;
}

.cp-emboss-usecase-card {
    background: var(--card-bg);
    border: 2px solid var(--card-border);
    border-radius: 16px;
    padding: 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    will-change: transform;
    box-shadow: 0 8px 24px var(--card-border) !important;
}

.cp-emboss-usecases-section:not(.cp-printing-usecases-section) .cp-emboss-usecase-grid > article:nth-child(1) {
    --card-bg: #F4F6F1 !important;
    --card-border: #C9E3DF !important;
}

.cp-emboss-usecases-section:not(.cp-printing-usecases-section) .cp-emboss-usecase-grid > article:nth-child(2) {
    --card-bg: #FFF4F3 !important;
    --card-border: #E6AFA9 !important;
}

.cp-emboss-usecases-section:not(.cp-printing-usecases-section) .cp-emboss-usecase-grid > article:nth-child(3) {
    --card-bg: #FEF1CD !important;
    --card-border: #FDE39B !important;
}

.cp-emboss-usecase-head {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 22px;
}

.cp-emboss-usecase-head img {
    width: 74px;
    height: 74px;
    object-fit: contain;
}

.cp-emboss-usecase-head h3 {
    margin: 0;
    color: var(--accent);
    font-size: 1.7rem;
    line-height: 1.1;
    font-weight: 800;
}

.cp-emboss-usecase-card ul {
    display: grid;
    gap: 13px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.cp-emboss-usecase-card li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #004A3E;
    font-size: 0.98rem;
    line-height: 1.35;
    font-weight: 700;
}

.cp-emboss-usecase-card li i {
    color: #004A3E;
}

.elementor-504 .elementor-element-b68882d > .elementor-container,
.elementor-504 .elementor-element-95fdd35 > .elementor-container,
.elementor-504 .elementor-element-0f20fda > .elementor-container,
.elementor-549 .elementor-element-4a1d12b > .elementor-container,
.elementor-549 .elementor-element-4b93b33 > .elementor-container,
.elementor-549 .elementor-element-1af98d6 > .elementor-container {
    max-width: none;
}

.elementor-504 .elementor-element-b68882d > .elementor-container > .elementor-column > .elementor-widget-wrap,
.elementor-504 .elementor-element-95fdd35 > .elementor-container > .elementor-column > .elementor-widget-wrap,
.elementor-504 .elementor-element-0f20fda > .elementor-container > .elementor-column > .elementor-widget-wrap,
.elementor-549 .elementor-element-4a1d12b > .elementor-container > .elementor-column > .elementor-widget-wrap,
.elementor-549 .elementor-element-4b93b33 > .elementor-container > .elementor-column > .elementor-widget-wrap,
.elementor-549 .elementor-element-1af98d6 > .elementor-container > .elementor-column > .elementor-widget-wrap {
    padding: 0;
}

.cp-emboss-consider-section,
.cp-emboss-process-section,
.cp-emboss-cta-form-section {
    background: #FFF6EB;
}

.cp-emboss-consider-section {
    position: relative;
    z-index: 2;
    overflow: visible;
    padding: 0 0 22px;
}

.cp-emboss-consider-section .cp-page-container,
.cp-emboss-process-section .cp-page-container {
    overflow: visible;
}

.cp-emboss-consider-box {
    display: grid;
    grid-template-columns: minmax(460px, 0.95fr) minmax(0, 1.05fr);
    align-items: center;
    gap: 28px;
    min-height: 0;
    overflow: hidden;
    background: #FFEFEE;
    border: 2px solid #FFE0C3;
    border-radius: 16px;
    padding: 6px 34px;
    box-shadow: 0 10px 26px rgba(255, 218, 180, 0.58), 0 3px 10px rgba(255, 233, 209, 0.78);
}

.cp-emboss-consider-copy {
    align-self: center;
    min-width: 0;
    padding-top: 0;
}

.cp-emboss-consider-title {
    margin: 0 0 18px;
    color: #C93629;
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 800;
    white-space: nowrap;
}

.cp-emboss-consider-title br {
    display: none;
}

.cp-emboss-consider-list {
    display: grid;
    gap: 11px;
    padding: 0;
    margin: 0;
    list-style: none;
    align-content: start;
}

.cp-emboss-consider-list.cp-emboss-consider-list-columns {
    grid-auto-flow: column;
    grid-template-rows: repeat(6, auto);
    grid-auto-columns: minmax(0, 1fr);
    column-gap: 26px;
}

.cp-emboss-consider-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #004A3E;
    font-size: 1rem;
    font-weight: 500;
}

.cp-emboss-consider-list i {
    color: #FFB320;
    font-size: 1.15rem;
}

.cp-emboss-consider-media {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    align-self: end;
    height: auto;
    min-height: auto;
}

.cp-emboss-consider-media img {
    width: auto !important;
    max-width: 410px !important;
    height: 205px !important;
    object-fit: contain;
    object-position: right bottom;
    transform: translate(-70px, 22px) scale(1.2);
    transform-origin: center bottom;
}

.cp-emboss-process-section {
    position: relative;
    z-index: 1;
    overflow: visible;
    padding: 18px 0 46px;
}

.cp-emboss-process-title {
    margin: 0 0 24px;
    color: #C93629;
    font-size: 2rem;
    line-height: 1.15;
    font-weight: 800;
}

.cp-emboss-process-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    align-items: stretch;
    gap: 22px;
    position: relative;
    overflow: visible;
    padding: 18px 0 34px;
}

.cp-emboss-process-card {
    position: relative;
    min-height: 150px;
    padding: 24px 14px 16px;
    text-align: center;
    background: #FFFFFF;
    border: 2px solid #FFE0C3;
    border-radius: 12px;
    box-shadow: 0 10px 24px rgba(255, 218, 180, 0.52), 0 3px 10px rgba(255, 233, 209, 0.72);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    will-change: transform;
}

.cp-emboss-process-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(255, 218, 180, 0.72), 0 4px 12px rgba(255, 233, 209, 0.8);
    z-index: 2;
}

.cp-emboss-step-number {
    position: absolute;
    top: -16px;
    left: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    transform: translateX(-50%);
    background: #C93629;
    color: #FFFFFF;
    border-radius: 999px;
    font-size: 0.95rem;
    font-weight: 800;
}

.cp-emboss-process-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 58px;
    margin-bottom: 10px;
    color: #FF9F1C;
    font-size: 2rem;
}

.cp-emboss-process-icon svg,
.cp-emboss-process-icon i {
    display: block;
    width: 54px;
    height: 54px;
    line-height: 1;
}

.cp-emboss-process-card h3 {
    margin: 0 0 6px;
    color: #004A3E;
    font-size: 1rem;
    line-height: 1.15;
    font-weight: 800;
}

.cp-emboss-process-card p {
    margin: 0;
    color: #004A3E;
    font-size: 0.82rem;
    line-height: 1.32;
    font-weight: 500;
    -webkit-font-smoothing: auto;
    text-rendering: geometricPrecision;
}

.cp-emboss-process-arrow {
    display: none;
}

.cp-emboss-process-arrow:nth-child(2) { left: 16.66%; }
.cp-emboss-process-arrow:nth-child(4) { left: 33.33%; }
.cp-emboss-process-arrow:nth-child(6) { left: 50%; }
.cp-emboss-process-arrow:nth-child(8) { left: 66.66%; }
.cp-emboss-process-arrow:nth-child(10) { left: 83.33%; }

.cp-emboss-products-section .cp-emboss-product-card,
.cp-emboss-usecases-section .cp-emboss-usecase-card,
.cp-emboss-process-section .cp-emboss-process-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    will-change: transform !important;
}

.cp-emboss-products-section .cp-emboss-product-card:hover,
.cp-emboss-usecases-section .cp-emboss-usecase-card:hover,
.cp-emboss-process-section .cp-emboss-process-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 15px 35px rgba(255, 218, 180, 0.72), 0 4px 12px rgba(255, 233, 209, 0.8);
}

.cp-emboss-cta-form-section {
    position: relative;
    z-index: 0;
    padding: 0 0 56px;
}

.cp-emboss-cta-form-box {
    position: relative;
    display: grid;
    grid-template-columns: minmax(280px, 0.82fr) minmax(520px, 1.2fr) minmax(220px, 0.58fr);
    align-items: end;
    gap: 22px;
    min-height: 0;
    overflow: hidden;
    background: #C93629;
    border-radius: 16px;
    padding: 24px 28px 22px 30px;
    box-shadow: 0 18px 36px rgba(107, 42, 24, 0.12), 0 8px 18px rgba(201, 54, 41, 0.1);
}

.cp-emboss-cta-form-box::before,
.cp-emboss-cta-form-box::after {
    content: "";
    position: absolute;
    pointer-events: none;
    z-index: 0;
}

.cp-emboss-cta-form-box::before {
    inset: auto auto 22px 28px;
    width: auto;
    height: auto;
    content: "Free konsultasi  •  Estimasi cepat  •  Support desain";
    padding: 13px 18px;
    border: 1px dashed rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    color: #FFFFFF;
    background: rgba(255, 255, 255, 0.08);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.01em;
}

.cp-emboss-cta-form-box::after {
    right: 212px;
    top: 28px;
    width: 78px;
    height: 78px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 86px 0 rgba(255, 255, 255, 0.08);
}

.cp-emboss-cta-form-box::before,
.cp-emboss-cta-form-box::after,
.cp-emboss-cta-copy::before,
.cp-emboss-cta-form::before {
    display: none;
}

.cp-emboss-cta-copy {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 2px;
}

.cp-emboss-cta-copy h2 {
    margin: 0 0 16px;
    color: #FFFFFF;
    font-size: 1.95rem;
    line-height: 1.15;
    font-weight: 800;
}

.cp-emboss-cta-copy p {
    max-width: 340px;
    margin: 0 0 28px;
    color: #FFFFFF;
    font-size: 0.95rem;
    line-height: 1.45;
    font-weight: 600;
}

.cp-emboss-cta-benefits {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.cp-emboss-cta-benefit {
    display: grid;
    gap: 5px;
    color: #FFFFFF;
    font-size: 0.68rem;
    line-height: 1.2;
}

.cp-emboss-cta-benefit i {
    color: #FFFFFF;
    font-size: 1.7rem;
}

.cp-emboss-cta-benefit strong {
    display: block;
    font-size: 0.68rem;
}

.cp-emboss-cta-form {
    position: relative;
    z-index: 2;
    align-self: center;
}

.cp-emboss-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 16px;
}

.cp-emboss-cta-form label {
    display: grid;
    gap: 6px;
    color: #FFFFFF;
    font-size: 0.7rem;
    font-weight: 800;
}

.cp-emboss-cta-form input,
.cp-emboss-cta-form select,
.cp-emboss-cta-form textarea,
.cp-emboss-file-fake {
    width: 100%;
    min-height: 42px;
    border: 0;
    border-radius: 8px;
    background: #FFFFFF;
    color: #6C7976;
    font-family: inherit;
    font-size: 0.8rem;
    padding: 0 14px;
    outline: none;
}

.cp-emboss-file-fake {
    display: flex;
    align-items: center;
    gap: 8px;
}

.cp-emboss-file-input {
    position: absolute;
    width: 1px !important;
    min-height: 0 !important;
    height: 1px !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
}

.cp-emboss-cta-form select {
    height: 42px;
    line-height: 42px;
    cursor: pointer;
}

.cp-emboss-product-field {
    position: relative;
    display: grid;
    gap: 6px;
    min-width: 0;
    color: #FFFFFF;
    font-size: 0.7rem;
    font-weight: 800;
    z-index: 5;
}

.cp-emboss-product-trigger {
    width: 100%;
    min-height: 42px;
    border: 0;
    border-radius: 8px;
    background: #FFFFFF;
    color: #6C7976;
    font-family: inherit;
    font-size: 0.8rem;
    font-weight: 600;
    padding: 0 36px 0 14px;
    text-align: left;
    outline: none;
    cursor: pointer;
    position: relative;
}

.cp-emboss-product-trigger::after {
    content: "";
    position: absolute;
    right: 14px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-right: 2px solid #6C7976;
    border-bottom: 2px solid #6C7976;
    transform: translateY(-65%) rotate(45deg);
}

.cp-emboss-product-field.is-open .cp-emboss-product-trigger::after {
    transform: translateY(-35%) rotate(225deg);
}

.cp-emboss-product-field.has-error .cp-emboss-product-trigger {
    box-shadow: 0 0 0 2px rgba(255, 179, 32, 0.9);
}

.cp-emboss-product-menu {
    display: none;
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    right: 0;
    z-index: 60;
    max-height: 168px;
    overflow-y: auto;
    padding: 6px;
    border: 1px solid #FFD29F;
    border-radius: 9px;
    background: #FFFFFF;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.14);
}

.cp-emboss-product-field.is-open .cp-emboss-product-menu {
    display: block;
}

.cp-emboss-product-menu button {
    display: block;
    width: 100%;
    min-height: 34px;
    padding: 7px 10px;
    border: 0;
    border-radius: 6px;
    background: transparent;
    color: #004A3E;
    font-family: inherit;
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: left;
    cursor: pointer;
}

.cp-emboss-product-menu button:hover {
    background: #FFF1E4;
    color: #C93629;
}

.cp-emboss-file-fake b {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 0 8px;
    color: #C93629;
    border: 1px solid #FFB320;
    border-radius: 5px;
    font-size: 0.68rem;
}

.cp-emboss-form-wide {
    margin-top: 14px;
}

.cp-emboss-cta-form textarea {
    min-height: 88px;
    padding-top: 12px;
    resize: vertical;
}

.cp-emboss-cta-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    min-height: 44px;
    margin-top: 14px;
    border: 0;
    border-radius: 8px;
    background: #FFC928;
    color: #004A3E;
    font-family: inherit;
    font-size: 0.85rem;
    font-weight: 800;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cp-emboss-cta-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 22px rgba(255, 201, 40, 0.35);
}

.cp-emboss-cta-mascot {
    position: relative;
    right: auto;
    bottom: auto;
    width: 280px;
    max-width: 100%;
    height: auto;
    align-self: end;
    justify-self: end;
    z-index: 1;
    object-fit: contain;
    object-position: center bottom;
}

.cp-packaging-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.cp-packaging-arrows {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.cp-packaging-arrow {
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 999px;
    background: #C93629;
    color: #FFFFFF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 10px 22px rgba(193, 54, 39, 0.2);
    transition: transform 0.25s ease, filter 0.25s ease;
}

.cp-packaging-arrow:hover {
    transform: translateY(-2px);
    filter: brightness(0.94);
}

.cp-packaging-grid {
    display: flex;
    gap: 34px;
    margin: -8px -10px -24px;
    padding: 8px 10px 30px;
    overflow-x: auto;
    overflow-y: visible;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
    user-select: none;
    touch-action: pan-y;
}

.cp-packaging-grid::-webkit-scrollbar {
    display: none;
}

.cp-packaging-grid.is-dragging {
    scroll-behavior: auto;
    scroll-snap-type: none;
}

.cp-packaging-card {
    background: #FFFBF6;
    border: 2px solid #FFE0C3;
    border-radius: 16px;
    padding: 34px 34px 28px;
    box-shadow: 0 12px 28px rgba(255, 233, 209, 0.85);
    margin-bottom: 4px;
    display: flex;
    flex-direction: column;
    flex: 0 0 calc((100% - 34px) / 2);
    min-height: 430px;
    scroll-snap-align: start;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cp-packaging-card:nth-child(2),
.cp-packaging-card:nth-child(3) {
    background: #F4F6F1;
    border-color: #C9E3DF;
    box-shadow: 0 12px 28px #C9E3DF;
}

.cp-packaging-card:hover,
.cp-why-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 34px #FFE9D1;
}

.cp-packaging-card:nth-child(2):hover,
.cp-packaging-card:nth-child(3):hover {
    box-shadow: 0 16px 34px #C9E3DF;
}

.cp-packaging-head {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 18px;
    align-items: start;
}

.cp-packaging-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cp-packaging-icon img {
    width: 38px;
    height: 38px;
    object-fit: contain;
}

.cp-card-eyebrow {
    color: var(--cp-accent, #C93629);
    display: block;
    font-size: 0.95rem;
    line-height: 1.1;
    font-weight: 800;
    text-transform: uppercase;
}

.cp-packaging-card h3 {
    margin: 3px 0 8px;
    color: #004A3E;
    font-size: 1.55rem;
    line-height: 1.1;
    font-weight: 800;
    text-transform: uppercase;
}

.cp-packaging-card p {
    color: #004A3E;
    font-size: 1rem;
    line-height: 1.35;
    margin: 0;
    max-width: 360px;
}

.cp-packaging-image {
    height: 205px;
    margin: 12px 0 22px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
}

.cp-packaging-image img {
    width: 86%;
    max-width: 520px;
    height: auto;
    max-height: 190px;
    object-fit: contain;
    object-position: center bottom;
}

.cp-packaging-button {
    margin-top: auto;
    width: 100%;
    min-height: 52px;
    border-radius: 8px;
    background: var(--cp-accent, #C93629);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 0.95rem;
    line-height: 1;
    font-weight: 800;
    text-decoration: none;
    transition: transform 0.25s ease, filter 0.25s ease;
}

.cp-packaging-button:hover {
    color: #fff;
    filter: brightness(0.94);
    transform: translateY(-1px);
}

.cp-why-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 190px;
    gap: 22px;
    align-items: end;
}

.cp-why-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.cp-why-card {
    background: #FFFBF6;
    border: 2px solid #FFE9D1;
    border-radius: 12px;
    padding: 18px 16px;
    box-shadow: 0 10px 24px rgba(255, 233, 209, 0.78);
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    min-height: 118px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cp-why-icon img {
    width: 42px;
    height: 42px;
    object-fit: contain;
}

.cp-why-card h3 {
    margin: 0 0 6px;
    color: #004A3E;
    font-size: 0.95rem;
    line-height: 1.12;
    font-weight: 800;
}

.cp-why-card p {
    margin: 0;
    color: #004A3E;
    font-size: 0.78rem;
    line-height: 1.3;
}

.cp-why-mascot {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: visible;
}

.cp-why-mascot img {
    width: 180px;
    max-width: 100%;
    height: auto;
    display: block;
    transform-origin: center bottom;
    transition: transform 0.28s ease;
    will-change: transform;
}

.cp-why-mascot:hover img {
    transform: scale(1.06) translateY(-4px);
}

@media (max-width: 1024px) {
    .cp-emboss-hero-grid,
    .cp-why-layout {
        grid-template-columns: 1fr;
    }

    .cp-emboss-features,
    .cp-emboss-product-grid,
    .cp-emboss-usecase-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cp-emboss-consider-box,
    .cp-emboss-cta-form-box {
        grid-template-columns: 1fr;
        padding: 14px 18px;
    }

    .cp-emboss-consider-list.cp-emboss-consider-list-columns {
        grid-auto-flow: row;
        grid-template-rows: none;
        grid-auto-columns: auto;
    }

    .cp-emboss-consider-media {
        justify-content: center;
        height: auto;
        min-height: auto;
    }

    .cp-emboss-consider-media img {
        max-width: 360px !important;
        height: 205px !important;
        width: auto !important;
        transform: translate(-28px, 24px) scale(1.04);
    }

    .cp-emboss-process-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cp-emboss-process-arrow {
        display: none;
    }

    .cp-emboss-cta-form-box {
        padding-bottom: 260px;
    }

    .cp-emboss-cta-mascot {
        position: absolute;
        bottom: 0;
        max-width: 260px;
        width: 58%;
        right: 50%;
        transform: translateX(50%);
    }

    .cp-why-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cp-why-mascot {
        display: none;
    }

    .cp-cta-one-box {
        grid-template-columns: 1fr;
        gap: 18px;
        min-height: auto;
        padding: 26px 24px 160px;
        text-align: left;
        overflow: hidden;
    }

    .cp-cta-one-actions {
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 12px;
        transform: none;
    }

    .cp-cta-one-copy {
        transform: none;
    }

    .cp-cta-one-button {
        min-height: 48px;
        padding: 0 20px;
        font-size: 0.9rem;
    }

    .cp-cta-one-mascot {
        right: 14px;
        width: 160px;
        max-width: 48%;
    }
}

@media (max-width: 768px) {
    body.page-id-10,
    body.page-id-504,
    body.page-id-549,
    body.page-id-10 #page,
    body.page-id-504 #page,
    body.page-id-549 #page,
    body.page-id-10 .site,
    body.page-id-504 .site,
    body.page-id-549 .site,
    body.page-id-10 .elementor,
    body.page-id-504 .elementor,
    body.page-id-549 .elementor,
    body.page-id-10 .elementor-section,
    body.page-id-504 .elementor-section,
    body.page-id-549 .elementor-section,
    body.page-id-10 .elementor-container,
    body.page-id-504 .elementor-container,
    body.page-id-549 .elementor-container,
    body.page-id-10 .elementor-column,
    body.page-id-504 .elementor-column,
    body.page-id-549 .elementor-column,
    body.page-id-10 .elementor-widget-wrap,
    body.page-id-504 .elementor-widget-wrap,
    body.page-id-549 .elementor-widget-wrap,
    body.page-id-10 .elementor-widget,
    body.page-id-504 .elementor-widget,
    body.page-id-549 .elementor-widget,
    body.page-id-10 .elementor-widget-container,
    body.page-id-549 .elementor-widget-container {
        max-width: 100% !important;
        min-width: 0 !important;
        box-sizing: border-box !important;
        overflow-x: clip !important;
    }

    body.page-id-504 .elementor-widget-container {
        max-width: 100% !important;
        min-width: 0 !important;
        box-sizing: border-box !important;
        overflow-x: clip !important;
    }

    body.page-id-549 .elementor-widget-container {
        max-width: 100% !important;
        min-width: 0 !important;
        box-sizing: border-box !important;
        overflow-x: clip !important;
    }

    .cp-packaging-showcase {
        padding: 34px 0 16px;
    }

    .cp-why-section {
        padding: 14px 0 40px;
    }

    .cp-page-container {
        max-width: 100%;
        padding: 0 18px;
    }

    body.page-id-10 .cp-sanpota-hero .hero-mascot {
        justify-content: center;
        margin-top: 24px;
    }

    body.page-id-10 .cp-sanpota-hero .mascot-wrapper {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    body.page-id-10 .cp-sanpota-hero .mascot-img {
        width: min(112%, 430px);
        max-width: none;
        max-height: 330px;
        margin-bottom: 0;
        transform: translateX(-2px);
    }

    body.page-id-10 .cp-sanpota-hero .features-ribbon {
        margin-top: 36px;
        margin-bottom: 0;
        position: relative;
        z-index: 12;
    }

    .cp-emboss-hero {
        margin-top: 62px;
        padding: 24px 0 18px;
        overflow: hidden;
    }

    .cp-emboss-detail-hero .solution-breadcrumbs {
        width: 100%;
        max-width: 100%;
        margin: 0 auto 18px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: nowrap;
        gap: 8px;
        text-align: center;
        line-height: 1.25;
        overflow-x: auto;
        scrollbar-width: none;
        white-space: nowrap;
        padding: 0 2px;
    }

    .cp-emboss-detail-hero .solution-breadcrumbs::-webkit-scrollbar {
        display: none;
    }

    .cp-emboss-detail-hero .solution-breadcrumbs a,
    .cp-emboss-detail-hero .solution-breadcrumbs .current {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 auto;
        max-width: none;
        font-size: 0.84rem;
        font-weight: 500;
        line-height: 1.25;
        white-space: nowrap;
    }

    .cp-emboss-detail-hero .solution-breadcrumbs .sep {
        font-size: 0.8rem;
        line-height: 1;
    }

    .cp-emboss-detail-hero .hero-content {
        text-align: center;
        max-width: 100%;
    }

    .cp-emboss-detail-hero .hero-container,
    .cp-emboss-detail-hero .hero-content,
    .cp-emboss-detail-hero .hero-mascot,
    .cp-emboss-detail-hero .mascot-wrapper {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        box-sizing: border-box;
    }

    .cp-emboss-detail-hero .cp-emboss-hero-img {
        max-width: min(420px, 100vw) !important;
        width: 100%;
        transform: translateX(0);
    }

    .cp-emboss-hero-title {
        font-size: 2.3rem;
        line-height: 1.08;
        margin-bottom: 20px;
    }

    .cp-emboss-hero-subtitle {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 34px;
        font-size: 1.15rem;
        line-height: 1.65;
        max-width: 620px;
    }

    .cp-emboss-detail-hero .hero-actions {
        justify-content: center;
        flex-wrap: nowrap;
        gap: 12px;
        width: 100%;
    }

    .cp-emboss-detail-hero .hero-actions .btn {
        flex: 1 1 0;
        min-width: 0;
        min-height: 54px;
        padding: 10px 12px;
        font-size: 0.95rem;
        line-height: 1.15;
        white-space: normal;
        text-align: center;
    }

    body.page-id-504 .floating-whatsapp-container {
        right: 10px;
        max-width: calc(100vw - 20px);
        overflow: hidden;
    }

    .cp-emboss-hero-media {
        justify-content: center;
    }

    .cp-emboss-hero-media img {
        max-width: 430px;
        width: 112%;
    }

    .cp-emboss-features {
        padding: 20px 22px 24px;
        gap: 16px;
        overflow: visible;
    }

    body.page-id-504 .cp-emboss-features.features-container,
    body.page-id-549 .cp-emboss-features.features-container {
        display: grid !important;
        grid-template-columns: 1fr;
        align-items: stretch !important;
        justify-content: center !important;
        box-shadow: 0 14px 34px rgba(193, 54, 39, 0.11);
        margin-bottom: 18px;
    }

    .cp-emboss-feature,
    body.page-id-504 .cp-emboss-feature.feature-item,
    body.page-id-549 .cp-emboss-feature.feature-item {
        display: grid;
        grid-template-columns: 44px minmax(0, 1fr);
        align-items: center;
        column-gap: 16px;
        text-align: left;
    }

    body.page-id-504 .cp-emboss-feature .feature-icon,
    body.page-id-549 .cp-emboss-feature .feature-icon {
        width: 44px;
        min-width: 44px;
        justify-content: center;
    }

    body.page-id-504 .cp-emboss-feature .feature-icon img,
    body.page-id-549 .cp-emboss-feature .feature-icon img {
        width: 38px !important;
        height: 38px !important;
    }

    body.page-id-504 .cp-emboss-feature .feature-info,
    body.page-id-549 .cp-emboss-feature .feature-info {
        min-width: 0;
    }

    .cp-emboss-panel {
        padding: 24px 18px;
    }

    .cp-emboss-section-title {
        font-size: 1.55rem;
        line-height: 1.18;
    }

    .cp-emboss-product-card {
        min-height: 185px;
        padding: 16px 10px;
    }

    body.page-id-549 .cp-emboss-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }

    body.page-id-549 .cp-emboss-product-card {
        min-height: 190px;
        padding: 16px 10px;
    }

    .cp-emboss-product-image {
        height: 108px;
    }

    .cp-emboss-usecase-card {
        padding: 22px;
    }

    .cp-printing-usecases-section .cp-emboss-usecase-card {
        align-items: center;
        flex-direction: row;
        gap: 16px;
        min-height: 0;
        overflow: hidden;
    }

    .cp-printing-usecase-content {
        flex: 1 1 auto;
    }

    .cp-printing-usecase-photo {
        width: auto;
        flex: 0 0 118px;
        justify-content: center;
        margin-left: 0;
    }

    .cp-printing-usecase-photo img {
        max-width: 118px;
        max-height: 155px;
    }

    .cp-emboss-usecase-head {
        gap: 12px;
    }

    .cp-emboss-usecase-head img {
        width: 58px;
        height: 58px;
    }

    .cp-emboss-usecase-head h3 {
        font-size: 1.35rem;
    }

    .cp-usecase-count-2 .cp-emboss-usecase-card li {
        font-size: 0.92rem;
        line-height: 1.25;
    }

    .cp-section-title {
        font-size: 1.55rem;
        line-height: 1.18;
        margin-bottom: 16px;
        text-align: left;
    }

    body.page-id-549 .cp-emboss-consider-box {
        overflow: hidden;
        padding: 18px 18px 0;
    }

    body.page-id-549 .cp-emboss-consider-title {
        white-space: normal;
        font-size: 1.55rem;
        line-height: 1.18;
        max-width: 100%;
    }

    body.page-id-549 .cp-emboss-consider-list {
        gap: 12px;
    }

    body.page-id-549 .cp-emboss-consider-media {
        min-height: 190px;
        justify-content: center;
        align-items: flex-end;
        margin-top: 10px;
    }

    body.page-id-549 .cp-emboss-consider-media img {
        height: 190px !important;
        max-width: 310px !important;
        transform: translate(0, 6px) scale(1);
        object-position: center bottom;
    }

    .cp-packaging-grid {
        gap: 16px;
    }

    .cp-why-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .cp-packaging-card {
        flex-basis: min(86vw, 430px);
        min-height: 0;
        padding: 24px 18px 20px;
    }

    .cp-packaging-head {
        gap: 14px;
    }

    .cp-packaging-icon {
        width: 54px;
        height: 54px;
    }

    .cp-packaging-card h3 {
        font-size: 1.32rem;
    }

    .cp-packaging-card p {
        font-size: 0.94rem;
    }

    .cp-packaging-image {
        height: 185px;
        margin: 12px 0 18px;
    }

    .cp-packaging-image img {
        width: 92%;
        max-height: 175px;
    }

    .cp-packaging-button {
        min-height: 48px;
    }

    .cp-why-card {
        min-height: 0;
    }
}

@media (max-width: 520px) {
    .cp-emboss-detail-hero .solution-breadcrumbs {
        justify-content: flex-start;
        gap: 7px;
        margin-bottom: 18px;
    }

    .cp-emboss-detail-hero .solution-breadcrumbs a,
    .cp-emboss-detail-hero .solution-breadcrumbs .current {
        font-size: 0.8rem;
    }

    .cp-emboss-hero-title {
        font-size: 2.3rem;
    }

    .cp-emboss-detail-hero .hero-actions {
        gap: 10px;
    }

    .cp-emboss-detail-hero .hero-actions .btn {
        min-height: 50px;
        padding: 9px 10px;
        font-size: 0.9rem;
    }

    body.page-id-10 .cp-sanpota-hero .mascot-img {
        width: min(118%, 410px);
        max-height: 315px;
        transform: translateX(-8px);
    }

    body.page-id-10 .cp-sanpota-hero .features-ribbon {
        margin-top: 48px;
    }

    .cp-emboss-features,
    .cp-emboss-product-grid,
    .cp-emboss-usecase-grid {
        grid-template-columns: 1fr;
    }

    .cp-emboss-usecase-grid.cp-usecase-count-4 {
        display: flex;
        grid-template-columns: none;
        gap: 16px;
    }

    .cp-emboss-usecase-grid.cp-usecase-count-4 .cp-emboss-usecase-card {
        flex-basis: min(86vw, 330px);
    }

    .cp-emboss-usecase-grid.cp-usecase-count-2 {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    body.page-id-549 .cp-emboss-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    body.page-id-549 .cp-emboss-consider-title {
        font-size: 1.42rem;
    }

    body.page-id-549 .cp-emboss-consider-media {
        min-height: 178px;
    }

    body.page-id-549 .cp-emboss-consider-media img {
        height: 178px !important;
        max-width: 285px !important;
        transform: translate(0, 5px) scale(1);
    }

    body.page-id-504 .cp-emboss-features.features-container,
    body.page-id-549 .cp-emboss-features.features-container {
        width: min(100%, 285px);
        padding: 20px 24px 24px;
    }

    .cp-emboss-feature,
    body.page-id-504 .cp-emboss-feature.feature-item,
    body.page-id-549 .cp-emboss-feature.feature-item {
        max-width: none;
        margin: 0 auto;
        width: 100%;
    }

    .cp-emboss-process-grid,
    .cp-emboss-form-grid,
    .cp-emboss-cta-benefits {
        grid-template-columns: 1fr;
    }

    .cp-emboss-consider-title,
    .cp-emboss-process-title,
    .cp-emboss-cta-copy h2 {
        font-size: 1.55rem;
    }

    .cp-emboss-cta-form-box {
        padding-bottom: 230px;
    }
}

@media (min-width: 1025px) {
    .cp-emboss-cta-layout-polished .cp-emboss-cta-form-box,
    body.page-id-504 .cp-emboss-cta-form-box,
    body.page-id-549 .cp-emboss-cta-form-box,
    body.page-id-1453 .cp-emboss-cta-form-box,
    body.page-id-1454 .cp-emboss-cta-form-box {
        grid-template-columns: minmax(306px, 0.82fr) minmax(520px, 1fr);
        align-items: center;
        gap: 18px;
        min-height: 360px;
        padding: 22px 268px 20px 30px;
    }

    .cp-emboss-cta-layout-polished .cp-emboss-cta-copy,
    body.page-id-504 .cp-emboss-cta-copy,
    body.page-id-549 .cp-emboss-cta-copy,
    body.page-id-1453 .cp-emboss-cta-copy,
    body.page-id-1454 .cp-emboss-cta-copy {
        justify-content: flex-start;
        padding-top: 8px;
        transform: translateX(14px);
    }

    .cp-emboss-cta-layout-polished .cp-emboss-cta-copy h2,
    body.page-id-504 .cp-emboss-cta-copy h2,
    body.page-id-549 .cp-emboss-cta-copy h2,
    body.page-id-1453 .cp-emboss-cta-copy h2,
    body.page-id-1454 .cp-emboss-cta-copy h2 {
        margin-bottom: 14px;
        font-size: 1.82rem;
        white-space: nowrap;
    }

    body.page-id-1453 .cp-emboss-cta-copy h2,
    body.page-id-1454 .cp-emboss-cta-copy h2 {
        max-width: 320px;
        font-size: 1.68rem;
        white-space: nowrap;
        line-height: 1.12;
    }

    .cp-emboss-cta-layout-polished .cp-emboss-cta-copy p,
    body.page-id-504 .cp-emboss-cta-copy p,
    body.page-id-549 .cp-emboss-cta-copy p,
    body.page-id-1453 .cp-emboss-cta-copy p,
    body.page-id-1454 .cp-emboss-cta-copy p {
        margin-bottom: 18px;
        font-size: 0.9rem;
        line-height: 1.38;
    }

    .cp-emboss-cta-layout-polished .cp-emboss-cta-benefits,
    body.page-id-504 .cp-emboss-cta-benefits,
    body.page-id-549 .cp-emboss-cta-benefits,
    body.page-id-1453 .cp-emboss-cta-benefits,
    body.page-id-1454 .cp-emboss-cta-benefits {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .cp-emboss-cta-layout-polished .cp-emboss-cta-benefit,
    body.page-id-504 .cp-emboss-cta-benefit,
    body.page-id-549 .cp-emboss-cta-benefit,
    body.page-id-1453 .cp-emboss-cta-benefit,
    body.page-id-1454 .cp-emboss-cta-benefit {
        grid-template-columns: 34px 1fr;
        align-items: center;
        gap: 4px 9px;
        max-width: 290px;
        padding: 9px 10px;
        border: 1px solid rgba(255, 255, 255, 0.18);
        border-radius: 10px;
        background: rgba(255, 255, 255, 0.08);
    }

    .cp-emboss-cta-layout-polished .cp-emboss-cta-benefit i,
    body.page-id-504 .cp-emboss-cta-benefit i,
    body.page-id-549 .cp-emboss-cta-benefit i,
    body.page-id-1453 .cp-emboss-cta-benefit i,
    body.page-id-1454 .cp-emboss-cta-benefit i {
        grid-row: span 2;
        font-size: 1.3rem;
    }

    .cp-emboss-cta-layout-polished .cp-emboss-cta-benefit strong,
    body.page-id-504 .cp-emboss-cta-benefit strong,
    body.page-id-549 .cp-emboss-cta-benefit strong,
    body.page-id-1453 .cp-emboss-cta-benefit strong,
    body.page-id-1454 .cp-emboss-cta-benefit strong {
        font-size: 0.72rem;
    }

    .cp-emboss-cta-layout-polished .cp-emboss-form-grid,
    body.page-id-504 .cp-emboss-form-grid,
    body.page-id-549 .cp-emboss-form-grid,
    body.page-id-1453 .cp-emboss-form-grid,
    body.page-id-1454 .cp-emboss-form-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 10px 12px;
    }

    .cp-emboss-cta-layout-polished .cp-emboss-cta-form,
    body.page-id-504 .cp-emboss-cta-form,
    body.page-id-549 .cp-emboss-cta-form,
    body.page-id-1453 .cp-emboss-cta-form,
    body.page-id-1454 .cp-emboss-cta-form {
        transform: translateX(-126px);
        width: calc(100% + 72px);
    }

    .cp-emboss-cta-layout-polished .cp-emboss-cta-form label,
    body.page-id-504 .cp-emboss-cta-form label,
    body.page-id-549 .cp-emboss-cta-form label,
    body.page-id-1453 .cp-emboss-cta-form label,
    body.page-id-1454 .cp-emboss-cta-form label,
    .cp-emboss-cta-layout-polished .cp-emboss-product-field,
    body.page-id-504 .cp-emboss-product-field,
    body.page-id-549 .cp-emboss-product-field,
    body.page-id-1453 .cp-emboss-product-field,
    body.page-id-1454 .cp-emboss-product-field {
        gap: 5px;
    }

    .cp-emboss-cta-layout-polished .cp-emboss-cta-form input,
    body.page-id-504 .cp-emboss-cta-form input,
    body.page-id-549 .cp-emboss-cta-form input,
    body.page-id-1453 .cp-emboss-cta-form input,
    body.page-id-1454 .cp-emboss-cta-form input,
    .cp-emboss-cta-layout-polished .cp-emboss-product-trigger,
    body.page-id-504 .cp-emboss-product-trigger,
    body.page-id-549 .cp-emboss-product-trigger,
    body.page-id-1453 .cp-emboss-product-trigger,
    body.page-id-1454 .cp-emboss-product-trigger {
        min-height: 40px;
    }

    .cp-emboss-cta-layout-polished .cp-emboss-form-wide,
    body.page-id-504 .cp-emboss-form-wide,
    body.page-id-549 .cp-emboss-form-wide,
    body.page-id-1453 .cp-emboss-form-wide,
    body.page-id-1454 .cp-emboss-form-wide {
        margin-top: 10px;
    }

    .cp-emboss-cta-layout-polished .cp-emboss-cta-form textarea,
    body.page-id-504 .cp-emboss-cta-form textarea,
    body.page-id-549 .cp-emboss-cta-form textarea,
    body.page-id-1453 .cp-emboss-cta-form textarea,
    body.page-id-1454 .cp-emboss-cta-form textarea {
        min-height: 74px;
    }

    .cp-emboss-cta-layout-polished .cp-emboss-cta-submit,
    body.page-id-504 .cp-emboss-cta-submit,
    body.page-id-549 .cp-emboss-cta-submit,
    body.page-id-1453 .cp-emboss-cta-submit,
    body.page-id-1454 .cp-emboss-cta-submit {
        min-height: 42px;
        margin-top: 10px;
    }

    .cp-emboss-cta-layout-polished .cp-emboss-cta-mascot,
    body.page-id-504 .cp-emboss-cta-mascot,
    body.page-id-549 .cp-emboss-cta-mascot,
    body.page-id-1453 .cp-emboss-cta-mascot,
    body.page-id-1454 .cp-emboss-cta-mascot {
        position: absolute;
        right: 10px;
        bottom: -12px;
        width: 318px;
        max-width: none;
        transform: none;
    }
}
