.cmp-page {
    --cmp-ink: #202838;
    --cmp-text: #536071;
    --cmp-muted: #7d8794;
    --cmp-line: #e4e1da;
    --cmp-paper: #f7f5f0;
    --cmp-cream: #eee9de;
    --cmp-accent: #b86f4c;
    --cmp-accent-dark: #98583b;
    --cmp-gold: #d5ad5d;
    overflow: hidden;
    background: #fff;
    color: var(--cmp-ink);
}

.cmp-page *,
.cmp-site-header *,
.cmp-footer * {
    box-sizing: border-box;
}

.cmp-page img {
    display: block;
    max-width: 100%;
}

.cmp-site-header {
    position: relative;
    z-index: 20;
}

.cmp-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--cmp-accent);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .09em;
    line-height: 1.3;
    text-transform: uppercase;
}

.cmp-kicker i {
    font-size: 13px;
}

.cmp-btn,
.cmp-btn:hover,
.cmp-btn:focus,
.cmp-btn:visited {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 10px 21px;
    border: 1px solid transparent;
    border-radius: 11px;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease;
}

.cmp-btn-primary,
.cmp-btn-primary:visited {
    border-color: var(--cmp-ink);
    background: var(--cmp-ink);
    color: #fff;
    box-shadow: 0 8px 22px rgba(32, 40, 56, .18);
}

.cmp-btn-primary:hover,
.cmp-btn-primary:focus {
    border-color: #111823;
    background: #111823;
    color: #fff;
    box-shadow: 0 10px 26px rgba(32, 40, 56, .24);
}

.cmp-btn-secondary,
.cmp-btn-secondary:visited {
    border-color: #d9d4ca;
    background: rgba(255, 255, 255, .72);
    color: var(--cmp-ink);
}

.cmp-btn-secondary:hover,
.cmp-btn-secondary:focus {
    border-color: #bdb5a7;
    background: #fff;
    color: var(--cmp-ink);
}

.cmp-hero {
    position: relative;
    min-height: 680px;
    overflow: hidden;
    border-bottom: 1px solid #e7e2d9;
    background:
        radial-gradient(circle at 78% 20%, rgba(213, 173, 93, .15), transparent 30%),
        linear-gradient(135deg, #faf9f6 0%, #f3efe7 100%);
}

.cmp-map-lines {
    position: absolute;
    inset: 0;
    opacity: .44;
    pointer-events: none;
}

.cmp-map-lines::before,
.cmp-map-lines::after {
    position: absolute;
    content: "";
}

.cmp-map-lines::before {
    top: -18%;
    right: -8%;
    width: 62%;
    height: 135%;
    background:
        linear-gradient(28deg, transparent 46%, rgba(91, 102, 111, .08) 47%, rgba(91, 102, 111, .08) 48%, transparent 49%),
        linear-gradient(116deg, transparent 43%, rgba(91, 102, 111, .07) 44%, rgba(91, 102, 111, .07) 45%, transparent 46%),
        linear-gradient(72deg, transparent 56%, rgba(184, 111, 76, .09) 57%, rgba(184, 111, 76, .09) 58%, transparent 59%);
    background-size: 150px 130px, 180px 160px, 220px 190px;
    transform: rotate(-6deg);
}

.cmp-map-lines::after {
    top: 11%;
    right: 13%;
    width: 360px;
    height: 360px;
    border: 1px solid rgba(184, 111, 76, .12);
    border-radius: 50%;
    box-shadow:
        0 0 0 58px rgba(184, 111, 76, .025),
        0 0 0 118px rgba(32, 40, 56, .018);
}

.cmp-hero-container {
    position: relative;
    z-index: 2;
    display: grid;
    min-height: 680px;
    grid-template-columns: minmax(0, .94fr) minmax(470px, 1.06fr);
    align-items: center;
    gap: 54px;
    padding-top: 66px;
    padding-bottom: 70px;
}

.cmp-hero-copy {
    max-width: 590px;
}

.cmp-hero h1 {
    max-width: 650px;
    margin: 17px 0 20px;
    color: var(--cmp-ink);
    font-size: clamp(46px, 5.1vw, 72px);
    font-weight: 900;
    letter-spacing: -.045em;
    line-height: .98;
}

.cmp-hero-lead {
    max-width: 570px;
    margin: 0;
    color: var(--cmp-text);
    font-size: 18px;
    line-height: 1.65;
}

.cmp-hero-price {
    display: inline-flex;
    align-items: baseline;
    gap: 10px;
    margin-top: 24px;
    padding: 8px 12px;
    border: 1px solid rgba(184, 111, 76, .18);
    border-radius: 9px;
    background: rgba(255, 255, 255, .62);
}

.cmp-hero-price span {
    color: #7d7369;
    font-size: 12px;
    font-weight: 700;
}

.cmp-hero-price strong {
    color: var(--cmp-accent-dark);
    font-size: 20px;
    font-weight: 900;
}

.cmp-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 27px;
}

.cmp-hero-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
    margin-top: 24px;
}

.cmp-hero-trust span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #656f7d;
    font-size: 12px;
    font-weight: 700;
}

.cmp-hero-trust i {
    display: inline-flex;
    width: 18px;
    height: 18px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #e7ece8;
    color: #46725d;
    font-size: 8px;
}

.cmp-hero-visual {
    position: relative;
    min-height: 535px;
}

.cmp-map-card {
    position: absolute;
    overflow: hidden;
    border: 9px solid #fff;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 24px 55px rgba(32, 40, 56, .22);
}

.cmp-map-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cmp-map-card-light {
    top: 0;
    left: 4%;
    z-index: 2;
    width: 59%;
    height: 485px;
    transform: rotate(-3.3deg);
}

.cmp-map-card-dark {
    top: 38px;
    right: 1%;
    z-index: 1;
    width: 54%;
    height: 452px;
    transform: rotate(4.4deg);
}

.cmp-hero-note {
    position: absolute;
    right: 3%;
    bottom: 0;
    z-index: 4;
    display: flex;
    max-width: 285px;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    border: 1px solid rgba(32, 40, 56, .11);
    border-radius: 12px;
    background: rgba(255, 255, 255, .94);
    color: #657181;
    box-shadow: 0 14px 32px rgba(32, 40, 56, .13);
    font-size: 11px;
    line-height: 1.4;
}

.cmp-hero-note > i {
    display: inline-flex;
    width: 35px;
    height: 35px;
    flex: 0 0 35px;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    background: #f0e9dd;
    color: var(--cmp-accent);
    font-size: 15px;
}

.cmp-hero-note strong {
    display: block;
    color: var(--cmp-ink);
    font-size: 12px;
}

.cmp-intro {
    border-bottom: 1px solid #ece9e3;
    background: #fff;
}

.cmp-intro-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cmp-intro-grid > div {
    position: relative;
    min-height: 168px;
    padding: 35px 35px 30px 68px;
    border-right: 1px solid #ece9e3;
}

.cmp-intro-grid > div:first-child {
    border-left: 1px solid #ece9e3;
}

.cmp-number {
    position: absolute;
    top: 37px;
    left: 27px;
    color: #c5b9a8;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .08em;
}

.cmp-intro-grid strong {
    display: block;
    margin-bottom: 8px;
    color: var(--cmp-ink);
    font-size: 16px;
    font-weight: 850;
}

.cmp-intro-grid p {
    margin: 0;
    color: #6c7683;
    font-size: 13px;
    line-height: 1.6;
}

.cmp-catalog,
.cmp-formats,
.cmp-faq {
    padding: 92px 0 98px;
}

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

.cmp-section-heading h2,
.cmp-personalization h2,
.cmp-faq-heading h2,
.cmp-final h2 {
    margin: 12px 0 14px;
    color: var(--cmp-ink);
    font-size: clamp(34px, 4.2vw, 51px);
    font-weight: 900;
    letter-spacing: -.035em;
    line-height: 1.08;
}

.cmp-section-heading p,
.cmp-personalization-copy > p,
.cmp-faq-heading > p {
    margin: 0;
    color: #687382;
    font-size: 16px;
    line-height: 1.65;
}

.cmp-catalog-section {
    max-width: 1180px;
    margin: 0 auto;
}

.cmp-catalog-section + .cmp-catalog-section {
    margin-top: 70px;
    padding-top: 64px;
    border-top: 1px solid #e5e0d8;
}

.cmp-catalog-section-heading {
    display: grid;
    grid-template-columns: minmax(270px, .7fr) minmax(420px, 1.3fr);
    align-items: end;
    gap: 42px;
    margin-bottom: 25px;
}

.cmp-catalog-section-heading h3 {
    margin: 8px 0 0;
    color: var(--cmp-ink);
    font-size: clamp(26px, 2.8vw, 35px);
    font-weight: 900;
    letter-spacing: -.03em;
    line-height: 1.1;
}

.cmp-catalog-section-heading > p {
    max-width: 670px;
    margin: 0;
    color: #687382;
    font-size: 14px;
    line-height: 1.6;
}

.cmp-product-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin: 0 auto;
}

.cmp-product-card {
    position: relative;
    display: flex;
    min-width: 0;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid #e3dfd7;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 14px 38px rgba(32, 40, 56, .08);
    transition: border-color .2s ease, box-shadow .2s ease;
}

.cmp-product-card:hover {
    border-color: #c9c0b3;
    box-shadow: 0 20px 48px rgba(32, 40, 56, .13);
}

.cmp-product-media {
    position: relative;
    height: auto;
    aspect-ratio: 1548 / 1800;
    overflow: hidden;
    padding: 9px;
    background: transparent;
}

.cmp-product-media img {
    width: 100%;
    height: 100%;
    border-radius: 11px;
    object-fit: contain;
    object-position: center;
    background: transparent;
}

.cmp-product-tone {
    position: absolute;
    z-index: 3;
    top: 15px;
    left: 15px;
    display: inline-flex;
    min-height: 31px;
    align-items: center;
    gap: 7px;
    padding: 5px 10px;
    border: 1px solid rgba(32, 40, 56, .11);
    border-radius: 999px;
    background: rgba(255, 255, 255, .91);
    color: #4c5665;
    font-size: 11px;
    font-weight: 800;
    box-shadow: 0 5px 15px rgba(32, 40, 56, .09);
    backdrop-filter: blur(5px);
}

.cmp-product-card.is-dark .cmp-product-tone {
    border-color: rgba(255, 255, 255, .16);
    background: rgba(32, 40, 56, .87);
    color: #fff;
}

.cmp-product-content {
    display: flex;
    min-height: 340px;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 20px 18px 19px;
}

.cmp-product-eyebrow {
    display: block;
    margin-bottom: 6px;
    color: var(--cmp-accent);
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.cmp-product-content h4 {
    margin: 0 0 8px;
    color: var(--cmp-ink);
    font-size: 21px;
    font-weight: 900;
    letter-spacing: -.025em;
    line-height: 1.17;
}

.cmp-product-title-link,
.cmp-product-title-link:hover,
.cmp-product-title-link:focus,
.cmp-product-title-link:visited {
    color: inherit;
    text-decoration: none;
}

.cmp-product-title-link::after {
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0;
}

.cmp-product-title-link:focus-visible {
    outline: 0;
}

.cmp-product-card:has(.cmp-product-title-link:focus-visible) {
    border-color: var(--cmp-accent);
    box-shadow: 0 0 0 3px rgba(191, 119, 82, .18),
        0 20px 48px rgba(32, 40, 56, .13);
}

.cmp-product-content p {
    margin: 0;
    color: #6a7481;
    font-size: 12.5px;
    line-height: 1.55;
}

.cmp-product-features {
    display: grid;
    gap: 6px;
    margin: 16px 0 17px;
    padding: 0;
    list-style: none;
}

.cmp-product-features li {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #536071;
    font-size: 11.5px;
    font-weight: 700;
}

.cmp-product-features i {
    display: inline-flex;
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #ecf2ed;
    color: #47725f;
    font-size: 8px;
}

.cmp-product-bottom {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    gap: 11px;
    margin-top: auto;
    padding-top: 14px;
    border-top: 1px solid #ece8e1;
}

.cmp-product-price {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    column-gap: 7px;
}

.cmp-product-price span,
.cmp-product-price strong,
.cmp-product-price small {
    display: inline-block;
}

.cmp-product-price span {
    color: #8a918f;
    font-size: 10px;
    font-weight: 700;
}

.cmp-product-price strong {
    margin-top: 1px;
    color: var(--cmp-ink);
    font-size: 20px;
    font-weight: 900;
}

.cmp-product-price small {
    width: 100%;
    margin-top: 4px;
    color: #858e9a;
    font-size: 10px;
}

.cmp-product-button,
.cmp-product-button:hover,
.cmp-product-button:focus,
.cmp-product-button:visited {
    position: relative;
    z-index: 2;
    display: inline-flex;
    min-height: 43px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    padding: 8px 15px;
    border-radius: 9px;
    background: var(--cmp-ink);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
    width: 100%;
}

.cmp-product-button:hover,
.cmp-product-button:focus {
    background: var(--cmp-accent-dark);
    color: #fff;
}

.cmp-empty {
    max-width: 720px;
    margin: 0 auto;
    padding: 25px;
    border: 1px dashed #d6cec1;
    border-radius: 14px;
    background: #faf8f4;
    color: #707986;
    text-align: center;
}

.cmp-product-placeholder {
    display: flex;
    min-width: 0;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid #e3dfd7;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 14px 38px rgba(32, 40, 56, .055);
}

.cmp-placeholder-visual {
    position: relative;
    display: grid;
    aspect-ratio: 1548 / 1800;
    min-height: 0;
    place-items: center;
    overflow: hidden;
    padding: 24px;
    background: #fff;
}

.cmp-placeholder-frame {
    width: 76%;
    height: 88%;
    padding: 7px;
    border-radius: 2px;
    background: #2d2926;
    box-shadow: 0 15px 28px rgba(32, 40, 56, .18);
}

.cmp-placeholder-art {
    position: relative;
    height: 100%;
    overflow: hidden;
    border: 5px solid #f4f0e9;
    background: #f9f7f2;
}

.cmp-placeholder-art-part {
    position: absolute;
    overflow: hidden;
}

.cmp-placeholder-art-part::before,
.cmp-placeholder-art-part::after {
    content: "";
    position: absolute;
    inset: -18%;
    opacity: .72;
    background:
        repeating-radial-gradient(ellipse at 52% 42%, transparent 0 8px, rgba(80, 91, 99, .22) 9px 10px, transparent 11px 18px),
        repeating-linear-gradient(24deg, transparent 0 13px, rgba(80, 91, 99, .17) 14px 15px, transparent 16px 27px);
    transform: rotate(-8deg);
}

.cmp-placeholder-art-part::after {
    inset: 20% -20% -20% 17%;
    opacity: .42;
    transform: rotate(37deg);
}

.cmp-placeholder-art > i {
    position: absolute;
    z-index: 2;
    top: 44%;
    left: 50%;
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    transform: translate(-50%, -50%);
    border: 1px solid rgba(255, 255, 255, .65);
    border-radius: 50%;
    background: rgba(255, 255, 255, .9);
    color: var(--cmp-accent-dark);
    font-size: 15px;
    box-shadow: 0 6px 18px rgba(32, 40, 56, .15);
}

.cmp-placeholder-art-caption {
    position: absolute;
    z-index: 3;
    right: 12px;
    bottom: 12px;
    left: 12px;
    padding: 9px 6px 3px;
    background: linear-gradient(180deg, rgba(249, 247, 242, 0), rgba(249, 247, 242, .94) 35%);
    color: #2c3440;
    text-align: center;
}

.cmp-placeholder-art-caption strong,
.cmp-placeholder-art-caption span {
    display: block;
}

.cmp-placeholder-art-caption strong {
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .14em;
}

.cmp-placeholder-art-caption span {
    margin-top: 3px;
    color: #75808a;
    font-size: 5.5px;
    letter-spacing: .05em;
}

.cmp-product-placeholder.is-double .cmp-placeholder-art-first {
    inset: 0 50% 31% 0;
    border-right: 1px solid rgba(32, 40, 56, .15);
}

.cmp-product-placeholder.is-double .cmp-placeholder-art-second {
    inset: 0 0 31% 50%;
}

.cmp-product-placeholder.is-photo .cmp-placeholder-art-first {
    inset: 0 0 50% 0;
}

.cmp-product-placeholder.is-photo .cmp-placeholder-art-second {
    inset: 50% 0 28% 0;
    background:
        radial-gradient(circle at 65% 32%, #f7d49c 0 8%, transparent 9%),
        linear-gradient(145deg, #bdc9b7 0 37%, #7f9b83 38% 63%, #d7b092 64%);
}

.cmp-product-placeholder.is-photo .cmp-placeholder-art-second::before,
.cmp-product-placeholder.is-photo .cmp-placeholder-art-second::after {
    display: none;
}

.cmp-product-placeholder.is-stars .cmp-placeholder-art-first {
    inset: 0 0 49% 0;
    background:
        radial-gradient(circle at 25% 23%, #fff 0 1px, transparent 2px),
        radial-gradient(circle at 71% 31%, #fff 0 1px, transparent 2px),
        radial-gradient(circle at 48% 61%, #fff 0 1px, transparent 2px),
        radial-gradient(circle at 83% 72%, #fff 0 1px, transparent 2px),
        #202838;
}

.cmp-product-placeholder.is-stars .cmp-placeholder-art-first::before,
.cmp-product-placeholder.is-stars .cmp-placeholder-art-first::after {
    display: none;
}

.cmp-product-placeholder.is-stars .cmp-placeholder-art-second {
    inset: 49% 0 28% 0;
}

.cmp-placeholder-badge {
    position: absolute;
    z-index: 4;
    top: 17px;
    right: 17px;
    padding: 5px 9px;
    border: 1px solid rgba(157, 82, 50, .16);
    border-radius: 999px;
    background: rgba(255, 255, 255, .92);
    color: var(--cmp-accent-dark);
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .08em;
    text-transform: uppercase;
    box-shadow: 0 5px 15px rgba(32, 40, 56, .08);
}

.cmp-placeholder-content {
    display: flex;
    min-height: 238px;
    flex: 1 1 auto;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px 18px 22px;
}

.cmp-placeholder-content h4 {
    margin: 0 0 8px;
    color: var(--cmp-ink);
    font-size: 19px;
    font-weight: 900;
    line-height: 1.2;
}

.cmp-placeholder-content p {
    margin: 0;
    color: #6a7481;
    font-size: 12.5px;
    line-height: 1.55;
}

.cmp-placeholder-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 18px;
    padding-top: 14px;
    border-top: 1px solid #ece8e1;
}

.cmp-placeholder-bottom span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #687382;
    font-size: 11px;
    font-weight: 750;
}

.cmp-placeholder-bottom i {
    color: var(--cmp-accent);
}

.cmp-placeholder-bottom small {
    color: #9299a1;
    font-size: 10px;
}

.cmp-placeholder-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cmp-personalization {
    padding: 92px 0;
    background: var(--cmp-paper);
}

.cmp-personalization-grid {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(450px, 1.1fr);
    align-items: center;
    gap: 72px;
}

.cmp-personalization-copy {
    max-width: 580px;
}

.cmp-personalization-list {
    display: grid;
    gap: 11px;
    margin-top: 27px;
}

.cmp-personalization-list > div {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 12px 13px;
    border: 1px solid #e2ddd4;
    border-radius: 11px;
    background: rgba(255, 255, 255, .7);
}

.cmp-personalization-list i {
    display: inline-flex;
    width: 39px;
    height: 39px;
    flex: 0 0 39px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #ece5d9;
    color: var(--cmp-accent);
    font-size: 14px;
}

.cmp-personalization-list span {
    color: #6e7783;
    font-size: 12px;
    line-height: 1.42;
}

.cmp-personalization-list strong {
    display: block;
    margin-bottom: 2px;
    color: var(--cmp-ink);
    font-size: 13px;
}

.cmp-custom-preview {
    overflow: hidden;
    border: 1px solid #d9d3c9;
    border-radius: 17px;
    background: #fff;
    box-shadow: 0 22px 52px rgba(32, 40, 56, .13);
}

.cmp-preview-toolbar {
    display: flex;
    min-height: 48px;
    align-items: center;
    gap: 6px;
    padding: 0 17px;
    border-bottom: 1px solid #e7e3dc;
    background: #faf9f6;
}

.cmp-preview-toolbar > span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #d3cdc3;
}

.cmp-preview-toolbar > span:first-child {
    background: #d89a80;
}

.cmp-preview-toolbar strong {
    margin-left: 8px;
    color: #77808b;
    font-size: 11px;
    font-weight: 800;
}

.cmp-preview-map {
    position: relative;
    display: flex;
    min-height: 420px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 50px;
    background: #f1efe9;
    text-align: center;
}

.cmp-preview-streets {
    position: absolute;
    inset: -10%;
    opacity: .55;
    background:
        linear-gradient(28deg, transparent 47%, rgba(104, 110, 116, .14) 48%, rgba(104, 110, 116, .14) 49%, transparent 50%),
        linear-gradient(112deg, transparent 45%, rgba(104, 110, 116, .12) 46%, rgba(104, 110, 116, .12) 47%, transparent 48%),
        linear-gradient(74deg, transparent 53%, rgba(184, 111, 76, .13) 54%, rgba(184, 111, 76, .13) 55%, transparent 56%);
    background-size: 95px 85px, 125px 115px, 165px 145px;
    transform: rotate(-8deg);
}

.cmp-preview-map::after {
    position: absolute;
    inset: 28px;
    border: 1px solid rgba(32, 40, 56, .16);
    content: "";
    pointer-events: none;
}

.cmp-preview-map > i {
    position: absolute;
    top: 35%;
    left: 57%;
    z-index: 2;
    color: var(--cmp-accent);
    font-size: 24px;
    filter: drop-shadow(0 3px 6px rgba(32, 40, 56, .2));
}

.cmp-preview-map > div:last-child {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 21px 27px;
    border: 1px solid rgba(32, 40, 56, .1);
    background: rgba(241, 239, 233, .88);
    backdrop-filter: blur(3px);
}

.cmp-preview-map strong {
    color: var(--cmp-ink);
    font-size: 31px;
    font-weight: 900;
    letter-spacing: .18em;
}

.cmp-preview-map span {
    margin-top: 5px;
    color: #626c79;
    font-family: Georgia, serif;
    font-size: 15px;
    font-style: italic;
}

.cmp-preview-map small {
    margin-top: 10px;
    color: #8c918f;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .08em;
}

.cmp-preview-caption {
    padding: 12px 18px;
    border-top: 1px solid #e7e3dc;
    color: #7b8490;
    font-size: 11px;
    text-align: center;
}

.cmp-formats {
    background: #fff;
}

.cmp-format-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.cmp-format-item {
    position: relative;
    min-height: 250px;
    padding: 25px 22px 22px;
    border: 1px solid #e3dfd8;
    border-radius: 15px;
    background: #fff;
}

.cmp-format-item.is-featured {
    border-color: #d9bb86;
    background: #fffaf0;
    box-shadow: 0 13px 29px rgba(86, 67, 36, .09);
}

.cmp-format-label {
    position: absolute;
    top: -12px;
    right: 16px;
    padding: 5px 9px;
    border-radius: 999px;
    background: var(--cmp-gold);
    color: #342a1b;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.cmp-format-icon {
    display: inline-flex;
    width: 43px;
    height: 43px;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    border-radius: 11px;
    background: #f0ede7;
    color: #5d6672;
    font-size: 17px;
}

.cmp-format-item.is-featured .cmp-format-icon {
    background: #f1e3c8;
    color: #8d6728;
}

.cmp-format-item > span,
.cmp-format-item > strong {
    display: block;
}

.cmp-format-item > span {
    color: #5d6775;
    font-size: 12px;
    font-weight: 800;
}

.cmp-format-item > strong {
    margin-top: 4px;
    color: var(--cmp-ink);
    font-size: 23px;
    font-weight: 900;
}

.cmp-format-item p {
    margin: 12px 0 0;
    color: #7b8490;
    font-size: 12px;
    line-height: 1.55;
}

.cmp-format-note {
    margin: 20px 0 0;
    color: #858e98;
    font-size: 11px;
    text-align: center;
}

.cmp-process {
    position: relative;
    padding: 90px 0 96px;
    overflow: hidden;
    background: var(--cmp-ink);
    color: #fff;
}

.cmp-process::before {
    position: absolute;
    top: -180px;
    right: -100px;
    width: 480px;
    height: 480px;
    border: 1px solid rgba(213, 173, 93, .1);
    border-radius: 50%;
    box-shadow: 0 0 0 75px rgba(213, 173, 93, .025);
    content: "";
}

.cmp-section-heading-light {
    position: relative;
    z-index: 2;
}

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

.cmp-section-heading-light .cmp-kicker {
    color: #e1bd76;
}

.cmp-process-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 16px;
    background: rgba(255, 255, 255, .1);
}

.cmp-process-grid > div {
    position: relative;
    min-height: 270px;
    padding: 28px 25px;
    background: #202838;
}

.cmp-process-grid > div:hover {
    background: #252e3f;
}

.cmp-process-grid > div > span {
    position: absolute;
    top: 21px;
    right: 22px;
    color: rgba(255, 255, 255, .25);
    font-size: 11px;
    font-weight: 900;
}

.cmp-process-grid i {
    display: inline-flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    margin-bottom: 47px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 13px;
    background: rgba(255, 255, 255, .06);
    color: #e1bd76;
    font-size: 18px;
}

.cmp-process-grid strong {
    display: block;
    margin-bottom: 9px;
    color: #fff;
    font-size: 16px;
    font-weight: 850;
}

.cmp-process-grid p {
    margin: 0;
    color: rgba(255, 255, 255, .64);
    font-size: 12px;
    line-height: 1.6;
}

.cmp-faq {
    background: var(--cmp-paper);
}

.cmp-faq-grid {
    display: grid;
    grid-template-columns: minmax(270px, .7fr) minmax(0, 1.3fr);
    gap: 70px;
}

.cmp-faq-heading {
    max-width: 430px;
}

.cmp-faq-heading h2 {
    font-size: clamp(34px, 4vw, 47px);
}

.cmp-faq-list {
    display: grid;
    gap: 9px;
}

.cmp-faq-list details {
    overflow: hidden;
    border: 1px solid #dfdbd3;
    border-radius: 12px;
    background: rgba(255, 255, 255, .75);
}

.cmp-faq-list summary {
    position: relative;
    padding: 19px 50px 19px 20px;
    color: var(--cmp-ink);
    cursor: pointer;
    font-size: 14px;
    font-weight: 850;
    line-height: 1.4;
    list-style: none;
}

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

.cmp-faq-list summary::after {
    position: absolute;
    top: 50%;
    right: 18px;
    display: inline-flex;
    width: 25px;
    height: 25px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #eeeae3;
    color: #626b77;
    content: "+";
    font-size: 17px;
    font-weight: 500;
    transform: translateY(-50%);
}

.cmp-faq-list details[open] summary::after {
    content: "−";
}

.cmp-faq-list details[open] summary {
    padding-bottom: 11px;
}

.cmp-faq-list details p {
    margin: 0;
    padding: 0 20px 19px;
    color: #6c7682;
    font-size: 13px;
    line-height: 1.62;
}

.cmp-final {
    padding: 0 0 92px;
    background: var(--cmp-paper);
}

.cmp-final-card {
    display: flex;
    min-height: 250px;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    padding: 42px 48px;
    border-radius: 19px;
    background:
        radial-gradient(circle at 90% 20%, rgba(213, 173, 93, .16), transparent 28%),
        var(--cmp-ink);
    box-shadow: 0 23px 52px rgba(32, 40, 56, .2);
}

.cmp-final-card > div:first-child {
    max-width: 690px;
}

.cmp-final .cmp-kicker {
    color: #e2bc73;
}

.cmp-final h2 {
    margin-top: 10px;
    color: #fff;
    font-size: clamp(30px, 3.6vw, 43px);
}

.cmp-final p {
    margin: 0;
    color: rgba(255, 255, 255, .68);
    font-size: 14px;
    line-height: 1.58;
}

.cmp-final-actions {
    display: grid;
    min-width: 260px;
    gap: 9px;
}

.cmp-btn-instagram,
.cmp-btn-instagram:visited {
    border-color: #cd759e;
    background: linear-gradient(135deg, #cf4d83 0%, #a6407b 100%);
    color: #fff;
}

.cmp-btn-instagram:hover,
.cmp-btn-instagram:focus {
    border-color: #db87aa;
    background: linear-gradient(135deg, #dc5b8f 0%, #ae467f 100%);
    color: #fff;
}

.cmp-btn-call,
.cmp-btn-call:visited {
    border-color: rgba(255, 255, 255, .17);
    background: rgba(255, 255, 255, .07);
    color: #fff;
}

.cmp-btn-call:hover,
.cmp-btn-call:focus {
    border-color: rgba(255, 255, 255, .32);
    background: rgba(255, 255, 255, .12);
    color: #fff;
}

@media (max-width: 1199.98px) {
    .cmp-hero-container {
        grid-template-columns: minmax(0, .9fr) minmax(410px, 1.1fr);
        gap: 30px;
    }

    .cmp-map-card-light {
        width: 62%;
    }

    .cmp-map-card-dark {
        width: 57%;
    }

    .cmp-personalization-grid {
        gap: 45px;
    }

    .cmp-product-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .cmp-product-content {
        padding-right: 24px;
        padding-left: 24px;
    }
}

@media (max-width: 991.98px) {
    .cmp-hero {
        min-height: 0;
    }

    .cmp-hero-container {
        min-height: 0;
        grid-template-columns: minmax(0, 1fr);
        gap: 46px;
        padding-top: 55px;
        padding-bottom: 62px;
    }

    .cmp-hero-copy {
        max-width: 680px;
        margin: 0 auto;
        text-align: center;
    }

    .cmp-hero h1 {
        margin-right: auto;
        margin-left: auto;
    }

    .cmp-hero-lead {
        margin-right: auto;
        margin-left: auto;
    }

    .cmp-hero-actions,
    .cmp-hero-trust {
        justify-content: center;
    }

    .cmp-hero-visual {
        width: 100%;
        max-width: 670px;
        min-height: 520px;
        margin: 0 auto;
    }

    .cmp-map-card-light {
        left: 8%;
        width: 52%;
    }

    .cmp-map-card-dark {
        right: 8%;
        width: 48%;
    }

    .cmp-intro-grid > div {
        min-height: 184px;
        padding-right: 23px;
        padding-left: 55px;
    }

    .cmp-number {
        left: 20px;
    }

    .cmp-catalog-section-heading {
        grid-template-columns: minmax(240px, .8fr) minmax(360px, 1.2fr);
        gap: 30px;
    }

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

    .cmp-product-media {
        height: auto;
        aspect-ratio: 1548 / 1800;
    }

    .cmp-product-bottom {
        align-items: stretch;
        flex-direction: column;
        gap: 13px;
    }

    .cmp-product-button {
        width: 100%;
    }

    .cmp-personalization-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .cmp-personalization-copy {
        max-width: 720px;
    }

    .cmp-custom-preview {
        max-width: 720px;
    }

    .cmp-format-grid,
    .cmp-process-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cmp-faq-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 34px;
    }

    .cmp-faq-heading {
        max-width: 680px;
    }

    .cmp-final-card {
        align-items: flex-start;
        flex-direction: column;
        gap: 28px;
    }

    .cmp-final-actions {
        width: 100%;
        min-width: 0;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .cmp-kicker {
        font-size: 10px;
    }

    .cmp-btn {
        min-height: 47px;
        font-size: 13px;
    }

    .cmp-hero-container {
        gap: 35px;
        padding-top: 42px;
        padding-bottom: 49px;
    }

    .cmp-hero h1 {
        margin-top: 13px;
        font-size: clamp(39px, 12vw, 55px);
    }

    .cmp-hero-lead {
        font-size: 15px;
        line-height: 1.6;
    }

    .cmp-hero-price {
        margin-top: 19px;
    }

    .cmp-hero-actions {
        margin-top: 21px;
    }

    .cmp-hero-visual {
        max-width: 520px;
        min-height: 410px;
    }

    .cmp-map-card {
        border-width: 6px;
    }

    .cmp-map-card-light {
        left: 5%;
        width: 57%;
        height: 370px;
    }

    .cmp-map-card-dark {
        top: 27px;
        right: 4%;
        width: 52%;
        height: 344px;
    }

    .cmp-hero-note {
        right: 2%;
        max-width: 250px;
        padding: 9px 10px;
    }

    .cmp-intro-grid {
        grid-template-columns: minmax(0, 1fr);
        padding: 13px 0;
    }

    .cmp-intro-grid > div,
    .cmp-intro-grid > div:first-child {
        min-height: 0;
        padding: 20px 10px 20px 49px;
        border-right: 0;
        border-bottom: 1px solid #ece9e3;
        border-left: 0;
    }

    .cmp-intro-grid > div:last-child {
        border-bottom: 0;
    }

    .cmp-number {
        top: 22px;
        left: 12px;
    }

    .cmp-catalog,
    .cmp-formats,
    .cmp-faq {
        padding: 65px 0 70px;
    }

    .cmp-section-heading {
        margin-bottom: 30px;
        text-align: left;
    }

    .cmp-section-heading h2,
    .cmp-personalization h2,
    .cmp-faq-heading h2 {
        font-size: 34px;
    }

    .cmp-section-heading p,
    .cmp-personalization-copy > p,
    .cmp-faq-heading > p {
        font-size: 14px;
    }

    .cmp-catalog-section + .cmp-catalog-section {
        margin-top: 50px;
        padding-top: 45px;
    }

    .cmp-catalog-section-heading {
        display: block;
        margin-bottom: 22px;
    }

    .cmp-catalog-section-heading > p {
        margin-top: 11px;
        font-size: 13.5px;
    }

    .cmp-product-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 18px;
    }

    .cmp-product-card {
        max-width: 560px;
        margin: 0 auto;
    }

    .cmp-product-media {
        height: auto;
        aspect-ratio: 1548 / 1800;
    }

    .cmp-product-content {
        min-height: 0;
    }

    .cmp-product-placeholder {
        width: 100%;
        max-width: 560px;
        margin: 0 auto;
    }

    .cmp-personalization {
        padding: 65px 0 70px;
    }

    .cmp-personalization-grid {
        gap: 32px;
    }

    .cmp-preview-map {
        min-height: 340px;
        padding: 35px;
    }

    .cmp-preview-map strong {
        font-size: 26px;
    }

    .cmp-format-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 11px;
    }

    .cmp-format-item {
        min-height: 0;
        padding: 20px;
    }

    .cmp-format-icon {
        margin-bottom: 12px;
    }

    .cmp-process {
        padding: 65px 0 70px;
    }

    .cmp-process-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .cmp-process-grid > div {
        min-height: 0;
        padding: 22px;
    }

    .cmp-process-grid i {
        margin-bottom: 25px;
    }

    .cmp-final {
        padding-bottom: 66px;
    }

    .cmp-final-card {
        min-height: 0;
        padding: 31px 25px;
        border-radius: 16px;
    }

    .cmp-final h2 {
        font-size: 31px;
    }

    .cmp-final-actions {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 480px) {
    .cmp-hero-actions {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
    }

    .cmp-hero-trust {
        display: grid;
        justify-content: start;
        max-width: 245px;
        margin-right: auto;
        margin-left: auto;
        text-align: left;
    }

    .cmp-hero-visual {
        min-height: 345px;
    }

    .cmp-map-card-light {
        left: 2%;
        width: 60%;
        height: 316px;
    }

    .cmp-map-card-dark {
        top: 23px;
        right: 1%;
        width: 55%;
        height: 292px;
    }

    .cmp-hero-note {
        right: 0;
        bottom: -4px;
        max-width: 225px;
    }

    .cmp-product-content {
        padding: 22px 20px 23px;
    }

    .cmp-product-content h3 {
        font-size: 24px;
    }

    .cmp-preview-map {
        min-height: 300px;
        padding: 24px;
    }

    .cmp-preview-map::after {
        inset: 17px;
    }

    .cmp-preview-map > div:last-child {
        padding: 17px 15px;
    }

    .cmp-preview-map strong {
        font-size: 21px;
    }

    .cmp-preview-map span {
        font-size: 12px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .cmp-btn,
    .cmp-product-card,
    .cmp-product-media img {
        transition: none;
    }
}
