:root {
    --cm-orange: #ff6b00;
    --cm-orange-dark: #e85a00;
    --cm-orange-gradient: linear-gradient(135deg, #ff6b00 0%, #e85a00 100%);
    --cm-dark: #333333;
    --cm-black: #070707;
    --cm-white: #ffffff;
    --cm-light: #fff8f3;
    --cm-cream: #fff1e6;
    --cm-border: #eeeeee;
    --cm-soft-border: #f4dfd1;
    --cm-muted: #555555;
    --cm-footer: #21170f;
    --cm-footer-2: #3b250f;
    --cm-shadow: 0 14px 36px rgba(0, 0, 0, 0.10);
    --cm-card-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    --cm-orange-shadow: 0 12px 26px rgba(255, 107, 0, 0.28);
    --cm-radius: 16px;
    --cm-radius-lg: 22px;
    --cm-transition: 0.3s ease;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
    margin: 0;
    background: var(--cm-white);
    color: var(--cm-black);
}

.cm-page,
.cm-page h1,
.cm-page h2,
.cm-page h3,
.cm-page p,
.cm-page a,
.cm-page span,
.cm-page strong,
.cm-page button,
.cm-page address {
    font-family: "Poppins", Arial, sans-serif !important;
}

.cm-page a { text-decoration: none; }

.cm-container {
    width: min(100% - 70px, 1180px);
    margin: 0 auto;
}

.cm-visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.cm-header {
    position: sticky;
    top: 0;
    z-index: 9999;
    height: 96px;
    background: rgba(255, 255, 255, 0.98);
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    backdrop-filter: blur(16px);
    transition: box-shadow var(--cm-transition), height var(--cm-transition);
}

.cm-header.is-scrolled {
    height: 86px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
}

.cm-header__inner {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.cm-logo img {
    width: 238px;
    max-width: 100%;
    height: auto;
    display: block;
}

.cm-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 34px;
    flex: 1;
}

.cm-nav__link {
    position: relative;
    color: #111111;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    padding: 36px 0 34px;
    transition: color var(--cm-transition);
}

.cm-nav__link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 22px;
    width: 0;
    height: 2px;
    border-radius: 20px;
    background: var(--cm-orange);
    transition: width var(--cm-transition);
}

.cm-nav__link:hover,
.cm-nav__link.active { color: var(--cm-orange); }

.cm-nav__link:hover::after,
.cm-nav__link.active::after { width: 100%; }

.cm-header__cta,
.cm-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 0;
    cursor: pointer;
    transition: transform var(--cm-transition), box-shadow var(--cm-transition), background var(--cm-transition), color var(--cm-transition), border-color var(--cm-transition);
}

.cm-header__cta {
    min-width: 132px;
    height: 54px;
    padding: 0 28px;
    border-radius: 999px;
    background: var(--cm-orange);
    color: var(--cm-white) !important;
    font-size: 15px;
    font-weight: 700;
    box-shadow: var(--cm-orange-shadow);
}

.cm-header__cta:hover,
.cm-btn:hover { transform: translateY(-3px); }

.cm-header__cta:hover { background: var(--cm-orange-dark); }

.cm-menu-toggle {
    display: none;
    width: 46px;
    height: 46px;
    border: 1px solid var(--cm-border);
    border-radius: 12px;
    background: var(--cm-white);
    padding: 10px;
}

.cm-menu-toggle span {
    display: block;
    width: 100%;
    height: 2px;
    background: var(--cm-orange);
    margin: 5px 0;
    border-radius: 10px;
    transition: transform var(--cm-transition), opacity var(--cm-transition);
}

.cm-menu-toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.cm-menu-toggle.is-open span:nth-child(2) { opacity: 0; }
.cm-menu-toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.cm-hero {
    position: relative;
    min-height: 620px;
    padding: 45px 0 58px;
    background:
        radial-gradient(circle at 72% 16%, rgba(255, 107, 0, 0.12), transparent 34%),
        linear-gradient(90deg, #ffffff 0%, #ffffff 42%, rgba(255, 248, 243, 0.95) 58%, #ffffff 100%);
    overflow: hidden;
}

.cm-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255,255,255,0.98) 0%, rgba(255,255,255,0.82) 40%, rgba(255,255,255,0) 64%);
    z-index: 1;
    pointer-events: none;
}

.cm-hero__grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 45% 55%;
    align-items: center;
    min-height: 520px;
}

.cm-hero__content {
    padding-top: 10px;
    max-width: 535px;
}

.cm-hero__brand {
    margin-bottom: 12px;
    font-size: clamp(54px, 7vw, 86px);
    line-height: 0.94;
    letter-spacing: -4px;
    font-weight: 900;
    color: #626262;
}

.cm-hero__brand span { color: var(--cm-orange); }

.cm-hero__title {
    margin: 0;
    color: #070707;
    font-size: clamp(31px, 3.4vw, 42px);
    line-height: 1.18;
    font-weight: 800;
    letter-spacing: -0.8px;
}

.cm-hero__title span { color: var(--cm-orange); }

.cm-title-line {
    display: block;
    width: 51px;
    height: 3px;
    margin: 24px 0 23px;
    border-radius: 20px;
    background: var(--cm-orange);
}

.cm-hero__description {
    max-width: 425px;
    margin: 0 0 30px;
    color: #0c0c0c;
    font-size: 17px;
    line-height: 1.75;
    font-weight: 500;
}

.cm-hero__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 18px;
    margin-bottom: 42px;
}

.cm-btn {
    min-height: 56px;
    padding: 0 29px;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
}

.cm-btn--primary {
    background: var(--cm-orange);
    color: var(--cm-white) !important;
    box-shadow: var(--cm-orange-shadow);
}

.cm-btn--primary:hover {
    background: var(--cm-orange-dark);
    box-shadow: 0 16px 34px rgba(255, 107, 0, 0.35);
}

.cm-btn--outline {
    background: var(--cm-white);
    color: var(--cm-black) !important;
    border: 1.5px solid var(--cm-orange);
}

.cm-btn--outline:hover {
    background: var(--cm-orange);
    color: var(--cm-white) !important;
}

.cm-play-dot {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 2px solid currentColor;
    font-size: 10px;
}

.cm-hero__trust {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    max-width: 470px;
}

.cm-trust-item {
    display: grid;
    grid-template-columns: 36px 1fr;
    align-items: center;
    gap: 10px;
}

.cm-trust-item i {
    color: var(--cm-orange);
    font-size: 30px;
}

.cm-trust-item strong {
    color: #0c0c0c;
    font-size: 14px;
    line-height: 1.25;
    font-weight: 800;
}

.cm-hero__visual {
    position: relative;
    min-height: 540px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    overflow: visible;
}

.cm-hero__shape {
    position: absolute;
    top: -62px;
    right: -100px;
    width: 690px;
    height: 690px;
    border-radius: 50%;
    background: linear-gradient(145deg, rgba(255,107,0,0.2), rgba(255,248,243,0.6));
    z-index: 0;
}

.cm-hero__visual img {
    position: relative;
    z-index: 1;
    width: min(100%, 610px);
    height: auto;
    max-height: 585px;
    object-fit: contain;
    object-position: bottom right;
    animation: cmFloat 4s ease-in-out infinite;
}

.cm-category-strip {
    position: relative;
    z-index: 5;
    margin-top: -34px;
    padding-bottom: 26px;
}

.cm-category-card {
    min-height: 148px;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    align-items: stretch;
    padding: 26px 18px;
    border-radius: var(--cm-radius-lg);
    background: linear-gradient(135deg, #ffffff 0%, #fffcf9 50%, #ffffff 100%);
    border: 1px solid var(--cm-soft-border);
    box-shadow: 0 16px 40px rgba(255, 107, 0, 0.10);
}

.cm-category-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 96px;
    text-align: center;
    color: #0c0c0c !important;
    border-right: 1px solid #dddddd;
    transition: transform var(--cm-transition), color var(--cm-transition);
}

.cm-category-item:last-child { border-right: 0; }

.cm-category-item i {
    color: var(--cm-orange);
    font-size: 44px;
    filter: drop-shadow(0 2px 0 rgba(0,0,0,0.25));
    transition: transform var(--cm-transition);
}

.cm-category-item span {
    font-size: 15px;
    line-height: 1.38;
    font-weight: 700;
}

.cm-category-item:hover {
    color: var(--cm-orange) !important;
    transform: translateY(-4px);
}

.cm-category-item:hover i { transform: scale(1.1); }

.cm-about {
    padding: 40px 0 38px;
    background: linear-gradient(180deg, #fff8f3 0%, #ffffff 100%);
}

.cm-about__grid {
    display: grid;
    grid-template-columns: 45% 55%;
    align-items: center;
    gap: 44px;
}

.cm-section-title {
    margin: 0;
    color: #070707;
    font-size: clamp(29px, 3.3vw, 38px);
    line-height: 1.18;
    font-weight: 900;
    letter-spacing: -0.7px;
    text-align: center;
}

.cm-section-title span { color: var(--cm-orange); }

.cm-section-title--left { text-align: left; }

.cm-about__content p {
    max-width: 460px;
    margin: 0 0 23px;
    color: #0f0f0f;
    font-size: 15px;
    line-height: 1.75;
    font-weight: 500;
}

.cm-about-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 20px;
    max-width: 560px;
}

.cm-about-stats div {
    text-align: center;
    padding: 18px 12px;
    border-radius: 14px;
    background: linear-gradient(135deg, #ffffff 0%, #fffcf9 100%);
    border: 1px solid var(--cm-soft-border);
    box-shadow: 0 6px 18px rgba(255, 107, 0, 0.05);
    transition: transform var(--cm-transition), box-shadow var(--cm-transition);
}

.cm-about-stats div:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(255, 107, 0, 0.10);
}

.cm-about-stats i {
    display: block;
    color: var(--cm-orange);
    font-size: 34px;
    margin-bottom: 9px;
}

.cm-about-stats span {
    display: block;
    color: #0b0b0b;
    font-size: 11px;
    line-height: 1.25;
    font-weight: 800;
}

.cm-about__image img {
    display: block;
    width: 100%;
    height: 390px;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
    box-shadow: var(--cm-card-shadow);
}

.cm-vision {
    padding: 30px 0 40px;
    background: linear-gradient(180deg, #fff8f3 0%, #ffffff 100%);
}

.cm-center-head {
    text-align: center;
    margin-bottom: 34px;
}

.cm-center-head .cm-title-line {
    margin: 10px auto 11px;
}

.cm-center-head p {
    margin: 0 auto;
    color: #0f0f0f;
    font-size: 15px;
    line-height: 1.65;
    font-weight: 500;
}

.cm-vision-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.cm-vision-grid div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 30px 20px;
    border-radius: 16px;
    background: linear-gradient(135deg, #ffffff 0%, #fffcf9 100%);
    border: 1px solid var(--cm-soft-border);
    box-shadow: 0 8px 24px rgba(255, 107, 0, 0.06);
    transition: transform var(--cm-transition), box-shadow var(--cm-transition);
}

.cm-vision-grid div:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 32px rgba(255, 107, 0, 0.12);
}

.cm-vision-grid i {
    color: var(--cm-orange);
    font-size: 44px;
}

.cm-vision-grid strong {
    color: #0b0b0b;
    font-size: 14px;
    line-height: 1.25;
    font-weight: 800;
    text-align: center;
}

.cm-difference {
    padding: 40px 0 36px;
    background: #ffffff;
}

.cm-diff-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
}

.cm-diff-card {
    min-height: 222px;
    padding: 30px 18px 22px;
    text-align: center;
    background: linear-gradient(135deg, #ffffff 0%, #fffcf9 100%);
    border: 1px solid var(--cm-soft-border);
    border-radius: 16px;
    box-shadow: 0 10px 28px rgba(255, 107, 0, 0.06);
    transition: transform var(--cm-transition), box-shadow var(--cm-transition), border-color var(--cm-transition);
}

.cm-diff-card:hover {
    transform: translateY(-8px);
    border-color: var(--cm-orange);
    box-shadow: 0 18px 40px rgba(255,107,0,0.16);
}

.cm-diff-card i {
    color: var(--cm-orange);
    font-size: 45px;
    margin-bottom: 14px;
    transition: transform var(--cm-transition);
}

.cm-diff-card:hover i {
    transform: scale(1.15);
}

.cm-diff-card h3 {
    margin: 0 0 10px;
    color: #0a0a0a;
    font-size: 16px;
    line-height: 1.18;
    font-weight: 900;
}

.cm-diff-card p {
    margin: 0;
    color: #0f0f0f;
    font-size: 11px;
    line-height: 1.45;
    font-weight: 500;
}

.cm-care-pill {
    width: max-content;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 24px auto 0;
    padding: 11px 38px;
    border-radius: 999px;
    background: #fdebdc;
    color: #0b0b0b;
    font-size: 16px;
    font-weight: 800;
}

.cm-care-pill i { color: var(--cm-orange); }

.cm-services {
    padding: 42px 0 34px;
    background: linear-gradient(180deg, #ffffff 0%, #fff8f3 50%, #ffffff 100%);
}

.cm-service-head { margin-bottom: 45px; }

.cm-line-title {
    display: inline-flex;
    align-items: center;
    gap: 18px;
}

.cm-line-title::before,
.cm-line-title::after {
    content: "";
    width: 25px;
    height: 3px;
    border-radius: 999px;
    background: var(--cm-orange);
}

.cm-service-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 20px;
}

.cm-service-card {
    position: relative;
    min-height: 258px;
    padding: 39px 11px 18px;
    text-align: center;
    background: linear-gradient(135deg, #ffffff 0%, #fffcf9 100%);
    border: 1px solid var(--cm-soft-border);
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(255, 107, 0, 0.06);
    transition: transform var(--cm-transition), box-shadow var(--cm-transition);
}

.cm-service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(255,107,0,0.16);
}

.cm-service-icon {
    position: absolute;
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--cm-orange) 0%, var(--cm-orange-dark) 100%);
    color: var(--cm-white);
    font-size: 26px;
    border: 4px solid var(--cm-white);
    box-shadow: 0 8px 20px rgba(255,107,0,0.40);
}

.cm-service-card img {
    width: 100%;
    height: 105px;
    display: block;
    object-fit: cover;
    object-position: center;
    border-radius: 12px;
    margin-bottom: 15px;
}

.cm-service-card h3 {
    margin: 0 0 10px;
    color: #0a0a0a;
    font-size: 13px;
    line-height: 1.28;
    font-weight: 900;
}

.cm-service-card p {
    margin: 0;
    color: #1c1c1c;
    font-size: 10px;
    line-height: 1.55;
    font-weight: 500;
}

.cm-pricing {
    padding: 8px 0 30px;
    background: linear-gradient(180deg, #fff8f3 0%, #ffffff 100%);
}

.cm-price-grid {
    width: min(100%, 980px);
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 28px;
    margin: 0 auto 30px;
}

.cm-price-card {
    overflow: hidden;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid var(--cm-soft-border);
    box-shadow: 0 12px 32px rgba(255,107,0,0.08);
    transition: transform var(--cm-transition), box-shadow var(--cm-transition);
}

.cm-price-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(255,107,0,0.14);
}

.cm-price-head {
    display: grid;
    grid-template-columns: 60px 1fr;
    gap: 15px;
    align-items: center;
    padding: 26px 34px 22px;
    background: linear-gradient(135deg, #fff7f1 0%, #fff0e5 100%);
}

.cm-price-head i {
    color: var(--cm-orange);
    font-size: 44px;
}

.cm-price-head h3 {
    margin: 0 0 5px;
    color: var(--cm-orange);
    font-size: 18px;
    line-height: 1;
    font-weight: 900;
}

.cm-price-head p {
    margin: 0;
    color: #0c0c0c;
    font-size: 13px;
    line-height: 1.45;
    font-weight: 500;
}

.cm-price-table {
    margin: 0;
    padding: 12px 38px;
    background: var(--cm-white);
    border-top: 1px solid var(--cm-soft-border);
    border-bottom: 1px solid var(--cm-soft-border);
}

.cm-price-table div {
    display: grid;
    grid-template-columns: 86px 1fr 80px;
    align-items: center;
    min-height: 38px;
    border-bottom: 1px solid #efdfd2;
}

.cm-price-table div:last-child { border-bottom: 0; }

.cm-price-table span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 26px;
    border-radius: 6px;
    background: linear-gradient(135deg, var(--cm-orange) 0%, var(--cm-orange-dark) 100%);
    color: var(--cm-white);
    font-size: 12px;
    font-weight: 800;
}

.cm-price-table strong {
    justify-self: center;
    color: var(--cm-orange);
    font-size: 18px;
    font-weight: 900;
}

.cm-price-table del {
    justify-self: end;
    color: #6f6f6f;
    font-size: 15px;
    font-weight: 700;
}

.cm-price-note {
    margin: 0;
    padding: 18px 20px;
    text-align: center;
    color: #252525;
    font-size: 11px;
    font-weight: 600;
}

.cm-bulk-strip {
    width: min(100%, 1030px);
    min-height: 72px;
    display: grid;
    grid-template-columns: 70px 1fr 150px;
    align-items: center;
    gap: 18px;
    margin: 0 auto 26px;
    padding: 14px 34px;
    border: 1.5px solid var(--cm-orange);
    border-radius: 14px;
    background: linear-gradient(135deg, #ffffff 0%, #fffcf9 100%);
    box-shadow: 0 8px 24px rgba(255,107,0,0.06);
}

.cm-bulk-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--cm-orange);
    font-size: 34px;
}

.cm-bulk-strip h3 {
    margin: 0 0 3px;
    color: var(--cm-orange);
    font-size: 16px;
    line-height: 1.25;
    font-weight: 900;
}

.cm-bulk-strip h3 span { font-size: 13px; }

.cm-bulk-strip p {
    margin: 0;
    color: #0c0c0c;
    font-size: 13px;
    font-weight: 500;
}

.cm-bulk-strip .cm-btn {
    min-height: 48px;
    border-radius: 8px;
    font-size: 13px;
}

.cm-why-choose {
    background: linear-gradient(180deg, #ffffff 0%, #fff8f3 100%);
    padding: 40px 0 20px;
}

.cm-steps {
    background: #ffffff;
    padding: 40px 0 40px;
}

.cm-small-section-title {
    margin: 0 0 34px;
    text-align: center;
    color: #0a0a0a;
    font-size: 29px;
    line-height: 1.15;
    font-weight: 900;
}

.cm-choose-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    margin-bottom: 36px;
}

.cm-choose-grid div {
    min-height: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    text-align: center;
    padding: 20px 14px;
    border-radius: 14px;
    background: linear-gradient(135deg, #ffffff 0%, #fffcf9 100%);
    border: 1px solid var(--cm-soft-border);
    box-shadow: 0 6px 18px rgba(255, 107, 0, 0.05);
    transition: transform var(--cm-transition), box-shadow var(--cm-transition);
}

.cm-choose-grid div:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 28px rgba(255, 107, 0, 0.10);
}

.cm-choose-grid i {
    color: var(--cm-orange);
    font-size: 32px;
}

.cm-choose-grid strong {
    color: #0b0b0b;
    font-size: 11px;
    line-height: 1.25;
    font-weight: 800;
}

.cm-steps-grid {
    width: min(100%, 860px);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 62px;
    margin: 0 auto;
}

.cm-step {
    position: relative;
    text-align: center;
}

.cm-step:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 54px;
    right: -58px;
    width: 58px;
    border-top: 2px dashed var(--cm-orange);
}

.cm-step:not(:last-child)::before {
    content: "";
    position: absolute;
    top: 50px;
    right: -63px;
    border-left: 7px solid var(--cm-orange);
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

.cm-step span {
    position: absolute;
    top: -4px;
    left: 28px;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--cm-orange) 0%, var(--cm-orange-dark) 100%);
    color: var(--cm-white);
    font-size: 13px;
    font-weight: 900;
    z-index: 2;
    box-shadow: 0 4px 10px rgba(255,107,0,0.30);
}

.cm-step div {
    width: 88px;
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ffffff 0%, #fffcf9 100%);
    border: 7px solid #fff0e5;
    color: var(--cm-orange);
    font-size: 34px;
    box-shadow: 0 6px 18px rgba(255, 107, 0, 0.08);
    transition: transform var(--cm-transition), box-shadow var(--cm-transition);
}

.cm-step:hover div {
    transform: scale(1.08);
    box-shadow: 0 10px 28px rgba(255, 107, 0, 0.16);
}

.cm-step h3 {
    margin: 0 0 5px;
    color: #0c0c0c;
    font-size: 13px;
    font-weight: 900;
}

.cm-step p {
    margin: 0;
    color: #1c1c1c;
    font-size: 12px;
    line-height: 1.45;
    font-weight: 500;
}

.cm-corporate {
    padding: 18px 0 0;
    background: #ffffff;
}

.cm-corporate-card {
    position: relative;
    min-height: 170px;
    display: grid;
    grid-template-columns: 345px 1fr 300px;
    align-items: center;
    gap: 28px;
    overflow: hidden;
    padding: 20px 40px 0 0;
    border-radius: 18px 18px 0 0;
    background: linear-gradient(135deg, #ffe4c7 0%, #fff2df 58%, #ffdfb4 100%);
    box-shadow: 0 8px 24px rgba(255, 107, 0, 0.06);
}

.cm-corporate__image {
    align-self: end;
    height: 170px;
    overflow: hidden;
}

.cm-corporate__image img {
    display: block;
    width: 330px;
    height: 210px;
    object-fit: contain;
    object-position: bottom left;
    margin-top: -36px;
}

.cm-corporate__content h2 {
    margin: 0 0 12px;
    color: var(--cm-orange);
    font-size: 25px;
    line-height: 1.1;
    font-weight: 900;
}

.cm-corporate__content p {
    margin: 0;
    max-width: 460px;
    color: #151515;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 500;
}

.cm-corporate__contact {
    display: grid;
    grid-template-columns: 62px 1fr;
    align-items: center;
    gap: 12px;
    min-height: 108px;
    padding: 22px 24px;
    border-radius: 12px;
    background: var(--cm-white);
    color: #0c0c0c !important;
    box-shadow: var(--cm-card-shadow);
    transition: transform var(--cm-transition);
}

.cm-corporate__contact:hover { transform: translateY(-5px); }

.cm-corporate__contact i {
    grid-row: span 2;
    color: var(--cm-orange);
    font-size: 48px;
}

.cm-corporate__contact strong {
    color: var(--cm-orange);
    font-size: 20px;
    font-weight: 900;
    line-height: 1;
}

.cm-corporate__contact span {
    color: #151515;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 600;
}

.cm-footer {
    position: relative;
    overflow: hidden;
    padding: 34px 0 22px;
    background: radial-gradient(circle at 30% 20%, rgba(255,107,0,0.2), transparent 28%), linear-gradient(110deg, var(--cm-footer), #16120f 55%, var(--cm-footer-2));
    color: var(--cm-white);
}

.cm-footer::after {
    content: "";
    position: absolute;
    right: 70px;
    bottom: 22px;
    width: 440px;
    height: 72px;
    opacity: 0.24;
    background: linear-gradient(180deg, transparent 0 60%, rgba(255,255,255,0.45) 60% 63%, transparent 63%);
    pointer-events: none;
}

.cm-footer__grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1fr 1.25fr;
    gap: 40px;
    align-items: center;
}

.cm-footer__message,
.cm-footer__contact {
    min-height: 125px;
    border-right: 1px solid rgba(255,255,255,0.45);
}

.cm-footer__message h2 {
    margin: 0 0 14px;
    color: var(--cm-white);
    font-size: 30px;
    line-height: 1.15;
    font-weight: 900;
}

.cm-footer__message p {
    margin: 0;
    color: rgba(255,255,255,0.9);
    font-size: 12px;
    line-height: 1.7;
}

.cm-footer__contact {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 9px;
    margin: 0;
    font-style: normal;
}

.cm-footer__contact a {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--cm-white) !important;
    font-size: 18px;
    font-weight: 800;
}

.cm-footer__contact i {
    width: 22px;
    color: #2fd56d;
    text-align: center;
}

.cm-footer__brand {
    text-align: center;
}

.cm-footer__brand img {
    width: 230px;
    max-width: 100%;
    filter: brightness(1.1);
}

.cm-footer__brand p {
    margin: 4px 0 0;
    color: rgba(255,255,255,0.95);
    font-size: 12px;
    font-weight: 600;
}

.cm-footer__bottom {
    position: relative;
    z-index: 2;
    margin-top: 18px;
    text-align: center;
    color: rgba(255,255,255,0.92);
    font-size: 12px;
    font-weight: 500;
}

.cm-floating-whatsapp {
    position: fixed;
    right: 20px;
    bottom: 88px;
    z-index: 9999;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #25d366;
    color: #ffffff !important;
    font-size: 28px;
    box-shadow: 0 10px 25px rgba(37,211,102,0.4);
    transition: transform var(--cm-transition);
}

.cm-floating-whatsapp:hover { transform: translateY(-4px) scale(1.06); }

.cm-reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.cm-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@keyframes cmFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

@media (max-width: 1199px) {
    .cm-container { width: min(100% - 44px, 980px); }
    .cm-logo img { width: 205px; }
    .cm-nav { gap: 20px; }
    .cm-nav__link { font-size: 13px; }
    .cm-hero__grid { grid-template-columns: 48% 52%; }
    .cm-service-grid { grid-template-columns: repeat(4, 1fr); row-gap: 42px; }
    .cm-diff-grid { grid-template-columns: repeat(3, 1fr); }
    .cm-category-card { grid-template-columns: repeat(4, 1fr); row-gap: 18px; }
    .cm-category-item:nth-child(4n) { border-right: 0; }
    .cm-category-item:last-child { grid-column: span 4; }
    .cm-corporate-card { grid-template-columns: 285px 1fr; padding-right: 28px; }
    .cm-corporate__contact { grid-column: 1 / -1; margin: 0 0 24px 285px; }
}

@media (max-width: 991px) {
    .cm-header { height: 78px; }
    .cm-header__inner { gap: 14px; }
    .cm-logo img { width: 180px; }
    .cm-menu-toggle { display: block; order: 3; }
    .cm-header__cta { margin-left: auto; min-width: 118px; height: 46px; padding: 0 20px; }
    .cm-nav {
        position: fixed;
        left: 22px;
        right: 22px;
        top: 86px;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 16px;
        border-radius: 18px;
        background: var(--cm-white);
        box-shadow: var(--cm-shadow);
        opacity: 0;
        visibility: hidden;
        transform: translateY(-12px);
        transition: opacity var(--cm-transition), transform var(--cm-transition), visibility var(--cm-transition);
    }
    .cm-nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
    .cm-nav__link { padding: 14px 8px; }
    .cm-nav__link::after { bottom: 7px; }
    .cm-hero { padding: 46px 0 70px; }
    .cm-hero::before { display: none; }
    .cm-hero__grid, .cm-about__grid, .cm-price-grid { grid-template-columns: 1fr; }
    .cm-hero__content { max-width: 100%; text-align: center; }
    .cm-hero__description, .cm-about__content p { margin-left: auto; margin-right: auto; }
    .cm-hero__actions, .cm-hero__trust { justify-content: center; margin-left: auto; margin-right: auto; }
    .cm-title-line { margin-left: auto; margin-right: auto; }
    .cm-hero__visual { min-height: auto; justify-content: center; margin-top: 18px; }
    .cm-hero__visual img { max-height: 480px; object-position: center; }
    .cm-about__content, .cm-section-title--left { text-align: center; }
    .cm-about-stats { margin-left: auto; margin-right: auto; }
    .cm-vision-grid { grid-template-columns: repeat(2, 1fr); row-gap: 24px; }
    .cm-vision-grid div:nth-child(2n) { border-right: 0; }
    .cm-diff-grid { grid-template-columns: repeat(2, 1fr); }
    .cm-choose-grid { grid-template-columns: repeat(3, 1fr); row-gap: 18px; }
    .cm-choose-grid div:nth-child(3n) { border-right: 0; }
    .cm-steps-grid { grid-template-columns: repeat(2, 1fr); gap: 35px; }
    .cm-step::after, .cm-step::before { display: none; }
    .cm-footer__grid { grid-template-columns: 1fr; text-align: center; }
    .cm-footer__message, .cm-footer__contact { border-right: 0; min-height: auto; }
    .cm-footer__contact { align-items: center; }
}

@media (max-width: 767px) {
    .cm-container { width: min(100% - 28px, 540px); }
    .cm-header__cta { display: none; }
    .cm-hero__brand { font-size: 52px; letter-spacing: -2px; }
    .cm-hero__trust { grid-template-columns: 1fr; max-width: 230px; }
    .cm-category-strip { margin-top: -20px; }
    .cm-category-card { grid-template-columns: repeat(2, 1fr); padding: 18px 10px; }
    .cm-category-item { min-height: 110px; }
    .cm-category-item:nth-child(n) { border-right: 1px solid #dddddd; }
    .cm-category-item:nth-child(2n) { border-right: 0; }
    .cm-category-item:last-child { grid-column: span 2; }
    .cm-about-stats { grid-template-columns: repeat(2, 1fr); row-gap: 18px; }
    .cm-about-stats div:nth-child(2n) { border-right: 0; }
    .cm-vision-grid, .cm-diff-grid, .cm-service-grid, .cm-choose-grid, .cm-steps-grid { grid-template-columns: 1fr; }
    .cm-vision-grid div, .cm-choose-grid div { border-right: 0; }
    .cm-service-grid { gap: 42px; }
    .cm-price-head, .cm-bulk-strip, .cm-corporate-card { grid-template-columns: 1fr; text-align: center; }
    .cm-price-head i, .cm-bulk-icon { margin: 0 auto; }
    .cm-price-table { padding: 10px 18px; }
    .cm-bulk-strip { padding: 22px; }
    .cm-bulk-strip .cm-btn { width: 100%; }
    .cm-corporate-card { padding: 18px; }
    .cm-corporate__image { height: auto; }
    .cm-corporate__image img { width: 100%; height: auto; margin: 0; }
    .cm-corporate__contact { margin: 0; grid-template-columns: 1fr; }
    .cm-care-pill { font-size: 13px; padding: 11px 18px; }
}

@media (max-width: 480px) {
    .cm-logo img { width: 150px; }
    .cm-hero__brand { font-size: 42px; }
    .cm-hero__title { font-size: 27px; }
    .cm-btn { width: 100%; }
    .cm-hero__actions { width: 100%; }
    .cm-category-card { grid-template-columns: 1fr; }
    .cm-category-item:nth-child(n) { border-right: 0; border-bottom: 1px solid #dddddd; }
    .cm-category-item:last-child { grid-column: auto; border-bottom: 0; }
    .cm-price-table div { grid-template-columns: 78px 1fr 66px; }
    .cm-footer__contact a { font-size: 15px; }
}
