html {
    font-size: 100%;
}

body {
    margin: 0;
    overflow-x: hidden;
    min-height: 100vh;
    font-family: 'Roboto Slab', serif;
}

.site-head {
    position: relative;
    background: linear-gradient(135deg, #476555 0%, #3a5347 55%, #2e4239 100%);
    padding: 0;
    z-index: 100;
}

.head-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 28px 56px 16px 56px;
    gap: 28px;
}

.brand-mount {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-left: 8px;
    flex-shrink: 0;
}

.brand-img-hold {
    width: 56px;
    height: 56px;
    border-radius: 4px 36px 4px 36px;
    background: #fff;
    box-shadow: 1px 3px 2px 0 rgba(71, 101, 85, 0.08), 1px 7px 20px 0 rgba(71, 101, 85, 0.10), 0 0 0 2px rgba(139, 200, 195, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-shrink: 0;
}

.brand-img-hold img {
    display: block;
    object-fit: contain;
}

.brand-name {
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.1;
}

.brand-tagline {
    font-size: 15px;
    font-weight: 400;
    color: #8BC8C3;
    line-height: 1.35;
    margin-top: 4px;
}

.head-contact {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
}

.head-phone {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #8BC8C3;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.35;
    text-decoration: none;
    padding: 8px 16px;
    border-radius: 4px;
    border: 1px solid rgba(139, 200, 195, 0.3);
    transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), background 0.25s cubic-bezier(0.0, 0, 0.2, 1);
}

.head-phone:hover,
.head-phone:focus {
    color: #fff;
    border-color: rgba(139, 200, 195, 0.7);
    background: rgba(139, 200, 195, 0.12);
    outline: none;
}

.head-phone:focus-visible {
    outline: 2px solid #8BC8C3;
    outline-offset: 2px;
}

.phone-icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.head-nav-shell {
    background: rgba(35, 58, 48, 0.6);
    border-top: 1px solid rgba(139, 200, 195, 0.15);
}

.head-nav-mount {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 56px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
}

.head-nav-mount a {
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.82);
    text-decoration: none;
    padding: 16px 16px;
    line-height: 1.35;
    border-bottom: 2px solid transparent;
    transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    white-space: nowrap;
}

.head-nav-mount a:hover {
    color: #8BC8C3;
    border-bottom-color: #8BC8C3;
}

.head-nav-mount a:focus-visible {
    outline: 2px solid #8BC8C3;
    outline-offset: -2px;
    border-radius: 4px;
}

.head-nav-mount a[aria-current="page"] {
    color: #8BC8C3;
    border-bottom-color: #476555;
}

.site-foot {
    background: linear-gradient(160deg, #2e4239 0%, #3a5347 60%, #476555 100%);
    padding: 56px 0 0 0;
    position: relative;
}

.foot-body {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 56px 56px 56px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 56px 28px;
    align-items: start;
}

.foot-brand {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.foot-brand-name {
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.1;
}

.foot-desc {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.55;
}

.foot-contact-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.foot-contact-list li {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.55;
}

.foot-contact-list a {
    color: #8BC8C3;
    text-decoration: none;
    transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

.foot-contact-list a:hover {
    color: #fff;
}

.foot-contact-list a:focus-visible {
    outline: 2px solid #8BC8C3;
    outline-offset: 2px;
    border-radius: 4px;
}

.foot-col-label {
    font-size: 15px;
    font-weight: 700;
    color: #8BC8C3;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    line-height: 1.1;
    margin: 0 0 16px 0;
}

.foot-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.foot-links a {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.72);
    text-decoration: none;
    line-height: 1.55;
    transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

.foot-links a:hover {
    color: #8BC8C3;
}

.foot-links a:focus-visible {
    outline: 2px solid #8BC8C3;
    outline-offset: 2px;
    border-radius: 4px;
}

.foot-img-hold {
    width: 52px;
    height: 52px;
    border-radius: 36px 4px 36px 4px;
    background: #fff;
    box-shadow: 1px 3px 2px 0 rgba(71, 101, 85, 0.08), 1px 7px 20px 0 rgba(71, 101, 85, 0.10), 0 0 0 2px rgba(139, 200, 195, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    align-self: flex-end;
    margin-left: auto;
}

.foot-img-hold img {
    display: block;
    object-fit: contain;
}

.foot-legal-shell {
    border-top: 1px solid rgba(139, 200, 195, 0.15);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    background: rgba(35, 58, 48, 0.55);
}

.foot-legal-mount {
    max-width: 1200px;
    margin: 0 auto;
    padding: 16px 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
}

.foot-copy {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.55;
}

.foot-legal-links {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.foot-legal-links a {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    line-height: 1.55;
    transition: color 0.18s cubic-bezier(0.4, 0, 0.2, 1);
}

.foot-legal-links a:hover {
    color: #8BC8C3;
}

.foot-legal-links a:focus-visible {
    outline: 2px solid #8BC8C3;
    outline-offset: 2px;
    border-radius: 4px;
}

@media (max-width: 900px) {
    .head-top {
        padding: 28px 28px 16px 28px;
        flex-wrap: wrap;
    }

    .head-nav-mount {
        padding: 0 28px;
    }

    .foot-body {
        grid-template-columns: 1fr 1fr;
        padding: 0 28px 56px 28px;
        gap: 28px;
    }

    .foot-legal-mount {
        padding: 16px 28px;
    }
}

@media (max-width: 600px) {
    .head-top {
        padding: 16px 16px 8px 16px;
        gap: 16px;
    }

    .head-nav-mount {
        padding: 0 16px;
    }

    .head-nav-mount a {
        padding: 12px 8px;
        font-size: 15px;
    }

    .foot-body {
        grid-template-columns: 1fr;
        padding: 0 16px 56px 16px;
        gap: 28px;
    }

    .foot-legal-mount {
        padding: 16px 16px;
        flex-direction: column;
        align-items: flex-start;
    }

    .foot-img-hold {
        margin-left: 0;
    }
}

.legal-body {
    max-width: 1200px;
    margin: 0 auto;
    padding: 56px 28px;
    color: #2a3a32;
}

.legal-body p {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 16px;
    color: #2a3a32;
}

.legal-body strong,
.legal-body b {
    font-weight: 700;
    color: #476555;
}

.legal-body hr {
    border: none;
    border-top: 1px solid #c8d8d5;
    margin: 56px 0;
}

.legal-body div {
    margin-bottom: 28px;
}

.legal-body table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
    line-height: 1.55;
    margin: 28px 0;
    box-shadow: 1px 7px 20px 0 rgba(71, 101, 85, 0.10);
    border-radius: 4px;
    overflow: hidden;
}

.legal-body thead {
    background-color: #476555;
    color: #ffffff;
}

.legal-body thead th {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 16px;
    text-align: left;
    color: #ffffff;
    border: none;
}

.legal-body tbody tr {
    border-bottom: 1px solid #ddeae7;
    transition: background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

.legal-body tbody tr:last-child {
    border-bottom: none;
}

.legal-body tbody tr:nth-child(even) {
    background-color: #f2f8f7;
}

.legal-body tbody tr:hover {
    background-color: #e4f0ee;
}

.legal-body td {
    padding: 16px;
    font-size: 15px;
    line-height: 1.55;
    color: #2a3a32;
    vertical-align: top;
}

.legal-body th {
    padding: 16px;
}

@media (max-width: 680px) {
    .legal-body {
        padding: 28px 16px;
    }

    .legal-body table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

.svc-det {
    background: #fff;
    color: #1e2d28;
    overflow-x: clip;
}

.svc-det .det-grid {
    max-width: 1200px;
    margin: 0 auto;
    padding: 56px 28px;
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 56px;
    align-items: start;
}

.svc-det .det-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #f0f7f6;
    border: 1px solid #8BC8C3;
    border-radius: 4px;
    padding: 4px 16px;
    font-size: 15px;
    color: #476555;
    margin-bottom: 28px;
}

.svc-det .det-badge svg {
    flex-shrink: 0;
}

.svc-det .det-eyebrow {
    font-size: 15px;
    color: #7F9D99;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 16px;
    display: block;
}

.svc-det .det-h1 {
    font-size: 51px;
    line-height: 1.1;
    font-weight: 800;
    color: #1e2d28;
    margin-bottom: 28px;
    max-width: 640px;
}

.svc-det .det-h1 mark {
    background: linear-gradient(163deg, #476555 0%, #8BC8C3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    padding: 0;
}

.svc-det .det-lead {
    font-size: 17px;
    line-height: 1.55;
    color: #3a4f45;
    margin-bottom: 28px;
    max-width: 560px;
}

.svc-det .det-meta-row {
    display: flex;
    flex-direction: row;
    gap: 28px;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 28px;
}

.svc-det .det-meta-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.svc-det .det-meta-label {
    font-size: 15px;
    color: #7F9D99;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.svc-det .det-meta-val {
    font-size: 17px;
    font-weight: 700;
    color: #476555;
}

.svc-det .det-seats {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff8f0;
    border: 1px solid #e8c99a;
    border-radius: 4px;
    padding: 4px 16px;
    font-size: 15px;
    color: #8a5c1a;
    font-weight: 600;
}

.svc-det .det-img-wrap {
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 1px 7px 20px 0 rgba(71, 101, 85, 0.10);
    position: relative;
}

.svc-det .det-img-wrap img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    object-position: center top;
    display: block;
    transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.svc-det .det-img-wrap:hover img {
    transform: scale(1.03);
}

.svc-det .det-img-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(163deg, rgba(71, 101, 85, 0.18) 0%, rgba(139, 200, 195, 0.08) 100%);
    pointer-events: none;
}

.svc-det .det-deco {
    position: absolute;
    top: 28px;
    right: 28px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    pointer-events: none;
}

.svc-det .det-deco span {
    display: block;
    width: 28px;
    height: 2px;
    background: rgba(139, 200, 195, 0.45);
    border-radius: 4px;
}

.svc-det .det-deco span:nth-child(2) {
    width: 20px;
}

.svc-det .det-deco span:nth-child(3) {
    width: 14px;
}

.svc-det .price-card {
    background: #fff;
    border: 1px solid #d4e8e4;
    border-radius: 4px;
    padding: 28px;
    box-shadow: 1px 8px 60px 0 rgba(71, 101, 85, 0.10);
    position: sticky;
    top: 28px;
}

.svc-det .price-card .pc-label {
    font-size: 15px;
    color: #7F9D99;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    margin-bottom: 8px;
    display: block;
}

.svc-det .price-card .pc-price {
    font-size: 51px;
    font-weight: 800;
    line-height: 1.1;
    color: #476555;
    margin-bottom: 8px;
}

.svc-det .price-card .pc-desc {
    font-size: 15px;
    line-height: 1.55;
    color: #5a7a6e;
    margin-bottom: 28px;
    border-bottom: 1px solid #e0efec;
    padding-bottom: 16px;
}

.svc-det .price-card .pc-seats {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    margin-bottom: 28px;
    font-size: 15px;
    color: #8a5c1a;
    background: #fff8f0;
    border-radius: 4px;
    padding: 8px 16px;
    border: 1px solid #e8c99a;
}

.svc-det .btn-primary {
    display: block;
    width: 100%;
    background: #476555;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 16px 28px;
    font-size: 17px;
    font-weight: 700;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    transition: background 0.15s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.2s cubic-bezier(0.0, 0, 0.2, 1);
    box-shadow: 1px 3px 2px 0 rgba(71, 101, 85, 0.08);
    margin-bottom: 16px;
}

.svc-det .btn-primary:hover {
    background: #375545;
    box-shadow: 1px 7px 20px 0 rgba(71, 101, 85, 0.10);
}

.svc-det .btn-primary:focus {
    outline: 2px solid #8BC8C3;
    outline-offset: 2px;
}

.svc-det .btn-primary:active {
    background: #8BC8C3;
    color: #1e2d28;
}

@keyframes shake-once {

    0%,
    100% {
        transform: translateX(0);
    }

    20% {
        transform: translateX(-6px);
    }

    40% {
        transform: translateX(6px);
    }

    60% {
        transform: translateX(-4px);
    }

    80% {
        transform: translateX(4px);
    }
}

.svc-det .btn-secondary {
    display: block;
    width: 100%;
    background: transparent;
    color: #476555;
    border: 1.5px solid #476555;
    border-radius: 4px;
    padding: 14px 28px;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    transition: background 0.18s cubic-bezier(0.4, 0, 0.2, 1), color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

.svc-det .btn-secondary:hover {
    background: #f0f7f6;
}

.svc-det .btn-secondary:focus {
    outline: 2px solid #8BC8C3;
    outline-offset: 2px;
}

.svc-det .pc-format {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    color: #476555;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #e0efec;
}

.svc-det .prog-strip {
    background: #f5faf9;
    border-top: 2px solid #8BC8C3;
    border-bottom: 2px solid #8BC8C3;
    padding: 56px 0;
    position: relative;
    overflow: hidden;
}

.svc-det .prog-strip::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(163deg, rgba(71, 101, 85, 0.04) 0%, rgba(139, 200, 195, 0.08) 100%);
    animation: bg-fade 5s cubic-bezier(0.4, 0, 0.2, 1) infinite alternate;
    pointer-events: none;
}

@keyframes bg-fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.svc-det .prog-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 28px;
}

.svc-det .prog-head {
    font-size: 51px;
    font-weight: 800;
    line-height: 1.1;
    color: #1e2d28;
    margin-bottom: 28px;
}

.svc-det .prog-body {
    font-size: 17px;
    line-height: 1.55;
    color: #3a4f45;
}

.svc-det .prog-body h2 {
    font-size: 51px;
    font-weight: 800;
    line-height: 1.1;
    color: #1e2d28;
    margin-bottom: 16px;
    margin-top: 28px;
}

.svc-det .prog-body h3 {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.35;
    color: #476555;
    margin-bottom: 8px;
    margin-top: 28px;
}

.svc-det .prog-body p {
    margin-bottom: 16px;
}

.svc-det .prog-body ul {
    list-style: none;
    padding: 0;
    margin-bottom: 16px;
}

.svc-det .prog-body ul li {
    padding-left: 16px;
    position: relative;
    margin-bottom: 8px;
    font-size: 17px;
    line-height: 1.55;
    color: #3a4f45;
}

.svc-det .prog-body ul li::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #8BC8C3;
}

.svc-det .prog-body mark {
    background: rgba(139, 200, 195, 0.22);
    color: #1e2d28;
    border-radius: 4px;
    padding: 0 4px;
}

.svc-det .prog-body dl {
    margin-bottom: 16px;
}

.svc-det .prog-body dt {
    font-weight: 700;
    color: #476555;
    font-size: 17px;
    margin-top: 16px;
}

.svc-det .prog-body dd {
    margin-left: 16px;
    font-size: 17px;
    line-height: 1.55;
    color: #3a4f45;
}

.svc-det .prog-body figure {
    margin: 28px 0;
    padding: 16px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #d4e8e4;
    box-shadow: 1px 3px 2px 0 rgba(71, 101, 85, 0.08);
}

.svc-det .prog-body figcaption {
    font-size: 15px;
    color: #7F9D99;
    margin-top: 8px;
}

.svc-det .prog-body details {
    border: 1px solid #d4e8e4;
    border-radius: 4px;
    margin-bottom: 8px;
    background: #fff;
}

.svc-det .prog-body summary {
    padding: 16px;
    font-weight: 600;
    color: #476555;
    cursor: pointer;
    font-size: 17px;
    list-style: none;
    transition: background 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

.svc-det .prog-body summary:hover {
    background: #f0f7f6;
}

.svc-det .prog-body details[open] summary {
    border-bottom: 1px solid #d4e8e4;
}

.svc-det .prog-body details>*:not(summary) {
    padding: 16px;
    font-size: 17px;
    line-height: 1.55;
}

.svc-det .feat-strip {
    max-width: 1200px;
    margin: 0 auto;
    padding: 56px 28px;
}

.svc-det .feat-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
}

.svc-det .feat-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 16px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #e0efec;
    box-shadow: 1px 3px 2px 0 rgba(71, 101, 85, 0.08);
    transition: box-shadow 0.2s cubic-bezier(0.0, 0, 0.2, 1), border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

.svc-det .feat-item:hover {
    box-shadow: 1px 7px 20px 0 rgba(71, 101, 85, 0.10);
    border-color: #8BC8C3;
}

.svc-det .feat-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(163deg, #476555 0%, #8BC8C3 100%);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: inset 0 1px 2px rgba(139, 200, 195, 0.3);
}

.svc-det .feat-lbl {
    font-size: 15px;
    font-weight: 700;
    color: #1e2d28;
    line-height: 1.35;
}

.svc-det .feat-sub {
    font-size: 15px;
    color: #5a7a6e;
    line-height: 1.55;
}

.svc-det .desc-band {
    background: #fff;
    padding: 0 0 56px;
}

.svc-det .desc-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 28px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: start;
}

.svc-det .desc-text {
    font-size: 17px;
    line-height: 1.55;
    color: #3a4f45;
}

.svc-det .desc-text h2 {
    font-size: 51px;
    font-weight: 800;
    line-height: 1.1;
    color: #1e2d28;
    margin-bottom: 16px;
}

.svc-det .desc-text h3 {
    font-size: 17px;
    font-weight: 700;
    color: #476555;
    margin-bottom: 8px;
    margin-top: 28px;
}

.svc-det .desc-text p {
    margin-bottom: 16px;
}

.svc-det .desc-text mark {
    background: rgba(139, 200, 195, 0.22);
    color: #1e2d28;
    border-radius: 4px;
    padding: 0 4px;
}

.svc-det .desc-text ul {
    list-style: none;
    padding: 0;
    margin-bottom: 16px;
}

.svc-det .desc-text ul li {
    padding-left: 16px;
    position: relative;
    margin-bottom: 8px;
    font-size: 17px;
    line-height: 1.55;
}

.svc-det .desc-text ul li::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #476555;
}

.svc-det .desc-text blockquote {
    border-left: 3px solid #8BC8C3;
    border-right: 1px solid #d4e8e4;
    background: #f5faf9;
    margin: 28px 0;
    padding: 16px 28px;
    border-radius: 4px;
    font-size: 17px;
    line-height: 1.55;
    color: #3a4f45;
}

.svc-det .desc-text dl dt {
    font-weight: 700;
    color: #476555;
    margin-top: 16px;
}

.svc-det .desc-text dl dd {
    margin-left: 16px;
    line-height: 1.55;
}

.svc-det .desc-text figure {
    margin: 28px 0;
    padding: 16px;
    background: #f5faf9;
    border-radius: 4px;
    border: 1px solid #d4e8e4;
}

.svc-det .desc-text figcaption {
    font-size: 15px;
    color: #7F9D99;
    margin-top: 8px;
}

.svc-det .desc-text details {
    border: 1px solid #d4e8e4;
    border-radius: 4px;
    margin-bottom: 8px;
    background: #fff;
}

.svc-det .desc-text summary {
    padding: 16px;
    font-weight: 600;
    color: #476555;
    cursor: pointer;
    font-size: 17px;
    list-style: none;
    transition: background 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

.svc-det .desc-text summary:hover {
    background: #f0f7f6;
}

.svc-det .desc-text details[open] summary {
    border-bottom: 1px solid #d4e8e4;
}

.svc-det .desc-text details>*:not(summary) {
    padding: 16px;
}

.svc-det .poll-card {
    background: #f5faf9;
    border: 1px solid #d4e8e4;
    border-radius: 4px;
    padding: 28px;
    box-shadow: 1px 7px 20px 0 rgba(71, 101, 85, 0.10);
}

.svc-det .poll-card .poll-q {
    font-size: 17px;
    font-weight: 700;
    color: #1e2d28;
    line-height: 1.35;
    margin-bottom: 16px;
}

.svc-det .poll-opt {
    display: block;
    margin-bottom: 8px;
}

.svc-det .poll-opt input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.svc-det .poll-opt label {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    border-radius: 4px;
    border: 1.5px solid #d4e8e4;
    background: #fff;
    cursor: pointer;
    font-size: 15px;
    color: #3a4f45;
    line-height: 1.35;
    transition: border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), background 0.18s cubic-bezier(0.4, 0, 0.2, 1);
}

.svc-det .poll-opt label::before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #7F9D99;
    flex-shrink: 0;
    transition: border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), background 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    background: #fff;
}

.svc-det .poll-opt input[type="radio"]:checked+label {
    border-color: #476555;
    background: #eaf4f1;
    color: #1e2d28;
    font-weight: 600;
}

.svc-det .poll-opt input[type="radio"]:checked+label::before {
    background: #476555;
    border-color: #476555;
    box-shadow: inset 0 0 0 3px #fff;
}

.svc-det .poll-opt label:hover {
    border-color: #8BC8C3;
    background: #f0f7f6;
}

.svc-det .poll-submit {
    margin-top: 16px;
    background: #476555;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 12px 28px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

.svc-det .poll-submit:hover {
    background: #375545;
}

.svc-det .poll-submit:focus {
    outline: 2px solid #8BC8C3;
    outline-offset: 2px;
}

.svc-det .sym-pair {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    margin-bottom: 28px;
}

.svc-det .sym-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 4px;
    background: rgba(139, 200, 195, 0.18);
    flex-shrink: 0;
}

@media (max-width: 960px) {
    .svc-det .det-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .svc-det .feat-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .svc-det .desc-inner {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .svc-det .det-h1 {
        font-size: 51px;
    }
}

@media (max-width: 600px) {
    .svc-det .feat-grid {
        grid-template-columns: 1fr 1fr;
    }

    .svc-det .det-h1 {
        font-size: 51px;
    }

    .svc-det .det-grid {
        padding: 28px 16px;
    }

    .svc-det .prog-inner,
    .svc-det .feat-strip,
    .svc-det .desc-inner {
        padding-left: 16px;
        padding-right: 16px;
    }
}

.testi-pg {
    overflow-x: clip;
}

.testi-pg .reveal-wrap {
    animation: split-open 0.6s cubic-bezier(0.0, 0, 0.2, 1) both;
}

@keyframes split-open {
    from {
        clip-path: inset(0 50% 0 50%);
        opacity: 0;
    }

    to {
        clip-path: inset(0 0% 0 0%);
        opacity: 1;
    }
}

.testi-pg .pg-hero {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    max-width: 1200px;
    margin: 0 auto;
    padding: 56px 28px 56px 28px;
    gap: 56px;
}

.testi-pg .pg-hero__text {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 28px;
}

.testi-pg .pg-hero__label {
    display: inline-block;
    font-size: 15px;
    line-height: 1.35;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #476555;
    background: rgba(71, 101, 85, 0.08);
    padding: 4px 16px;
    border-radius: 4px;
    border-top: 2px solid #476555;
    border-right: 1px solid rgba(71, 101, 85, 0.18);
    border-bottom: 1px solid rgba(71, 101, 85, 0.18);
    border-left: 1px solid rgba(71, 101, 85, 0.18);
    align-self: flex-start;
}

.testi-pg .pg-hero__h1 {
    font-size: 68px;
    line-height: 1.1;
    color: #1b2d25;
    margin: 0;
    font-weight: 800;
}

.testi-pg .pg-hero__h1 em {
    font-style: normal;
    color: #476555;
}

.testi-pg .pg-hero__desc {
    font-size: 17px;
    line-height: 1.55;
    color: #2e4038;
    margin: 0;
    max-width: 480px;
}

.testi-pg .pg-hero__img-col {
    flex: 0 0 420px;
    position: relative;
    display: flex;
    align-items: stretch;
}

.testi-pg .img-geo-clip {
    width: 100%;
    height: 420px;
    position: relative;
    overflow: hidden;
    border-radius: 36px 4px 36px 4px;
    box-shadow: 1px 8px 60px 0 rgba(71, 101, 85, 0.10);
}

.testi-pg .img-geo-clip img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
    filter: saturate(0.82) brightness(0.95) hue-rotate(0deg);
    transition: filter 0.25s cubic-bezier(0.4, 0, 0.2, 1), transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    filter: blur(0px) saturate(0.82) brightness(0.95);
}

.testi-pg .img-geo-clip:hover img {
    filter: blur(0px) saturate(1) brightness(1);
    transform: scale(1.03);
}

.testi-pg .img-geo-clip::before {
    content: '';
    position: absolute;
    top: -28px;
    right: -28px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: rgba(139, 200, 195, 0.18);
    z-index: 1;
    pointer-events: none;
}

.testi-pg .img-geo-clip::after {
    content: '';
    position: absolute;
    bottom: 16px;
    left: -16px;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: rgba(127, 157, 153, 0.15);
    z-index: 1;
    pointer-events: none;
}

.testi-pg .hero-deco {
    position: absolute;
    top: 50%;
    left: -40px;
    transform: translateY(-50%);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid rgba(71, 101, 85, 0.12);
    pointer-events: none;
}

.testi-pg .zigzag-divider {
    width: 100%;
    line-height: 0;
    overflow: hidden;
}

.testi-pg .zigzag-divider svg {
    display: block;
    width: 100%;
}

.testi-pg .reviews-section {
    background: linear-gradient(163deg, rgba(139, 200, 195, 0.10) 0%, #fff 48%, rgba(71, 101, 85, 0.07) 100%);
    padding: 56px 0 56px 0;
}

.testi-pg .reviews-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 28px;
}

.testi-pg .reviews-header {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 56px;
}

.testi-pg .reviews-header__left {
    flex: 1 1 0;
}

.testi-pg .reviews-header__h2 {
    font-size: 51px;
    line-height: 1.1;
    color: #1b2d25;
    font-weight: 800;
    margin: 0 0 16px 0;
}

.testi-pg .reviews-header__sub {
    font-size: 17px;
    line-height: 1.55;
    color: #2e4038;
    margin: 0;
    max-width: 520px;
}

.testi-pg .reviews-header__stat {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
}

.testi-pg .stat-num {
    font-size: 51px;
    line-height: 1.1;
    font-weight: 800;
    color: #476555;
}

.testi-pg .stat-label {
    font-size: 15px;
    line-height: 1.35;
    color: #7F9D99;
    text-align: right;
}

.testi-pg .reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.testi-pg .rev-card {
    background: #fff;
    border-radius: 4px 36px 4px 36px;
    box-shadow: 1px 7px 20px 0 rgba(71, 101, 85, 0.10);
    padding: 28px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1), transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: default;
}

.testi-pg .reviews-grid:hover .rev-card {
    filter: blur(1.5px);
    opacity: 0.7;
    transition: filter 0.18s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.18s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1), transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.testi-pg .reviews-grid:hover .rev-card:hover {
    filter: blur(0px);
    opacity: 1;
    box-shadow: 1px 8px 60px 0 rgba(71, 101, 85, 0.10);
    transform: translateY(-4px);
}

.testi-pg .rev-card__quote {
    font-size: 17px;
    line-height: 1.8;
    color: #2e4038;
    margin: 0;
    flex: 1 1 auto;
}

.testi-pg .rev-card__sep {
    width: 40px;
    height: 3px;
    background: linear-gradient(163deg, #476555 0%, #8BC8C3 100%);
    border-radius: 4px;
    flex-shrink: 0;
}

.testi-pg .rev-card__author {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.testi-pg .rev-card__name {
    font-size: 15px;
    line-height: 1.35;
    font-weight: 700;
    color: #1b2d25;
}

.testi-pg .rev-card__role {
    font-size: 15px;
    line-height: 1.35;
    color: #7F9D99;
}

.testi-pg .rev-card__tag {
    display: inline-block;
    font-size: 15px;
    line-height: 1.35;
    color: #476555;
    background: rgba(71, 101, 85, 0.07);
    padding: 4px 8px;
    border-radius: 4px;
    align-self: flex-start;
    border-left: 3px solid #8BC8C3;
    border-top: 1px solid rgba(139, 200, 195, 0.3);
    border-right: 1px solid rgba(139, 200, 195, 0.3);
    border-bottom: 1px solid rgba(139, 200, 195, 0.3);
}

.testi-pg .rev-card--wide {
    grid-column: span 2;
    flex-direction: row;
    align-items: flex-start;
    gap: 28px;
}

.testi-pg .rev-card--wide .rev-card__img-wrap {
    flex: 0 0 160px;
    height: 160px;
    border-radius: 36px 4px;
    overflow: hidden;
    box-shadow: 1px 3px 2px 0 rgba(71, 101, 85, 0.08);
}

.testi-pg .rev-card--wide .rev-card__img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
    filter: blur(3px) saturate(0.8);
    transition: filter 0.22s cubic-bezier(0.4, 0, 0.2, 1);
}

.testi-pg .rev-card--wide .rev-card__img-wrap:hover img {
    filter: blur(0px) saturate(1);
}

.testi-pg .rev-card--wide .rev-card__body {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.testi-pg .zigzag-divider--bottom {
    transform: rotate(180deg);
}

@media (max-width: 900px) {
    .testi-pg .pg-hero {
        flex-direction: column;
        gap: 28px;
        padding: 28px 16px;
    }

    .testi-pg .pg-hero__img-col {
        flex: 0 0 auto;
    }

    .testi-pg .img-geo-clip {
        height: 260px;
    }

    .testi-pg .pg-hero__h1 {
        font-size: 51px;
    }

    .testi-pg .reviews-grid {
        grid-template-columns: 1fr;
    }

    .testi-pg .rev-card--wide {
        grid-column: span 1;
        flex-direction: column;
    }

    .testi-pg .reviews-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .testi-pg .reviews-header__stat {
        align-items: flex-start;
    }

    .testi-pg .reviews-header__h2 {
        font-size: 51px;
    }
}

@media (max-width: 600px) {
    .testi-pg .pg-hero__h1 {
        font-size: 51px;
    }

    .testi-pg .reviews-header__h2 {
        font-size: 51px;
    }

    .testi-pg .reviews-inner {
        padding: 0 16px;
    }
}

.svc-pg {
    background: #fff;
    overflow-x: clip;
}

.svc-pg .reel {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 28px;
}

.svc-pg .title-band {
    padding: 56px 28px;
    background: linear-gradient(163deg, #2d3f38 0%, #476555 60%, #7F9D99 100%);
    position: relative;
    text-align: center;
}

.svc-pg .title-band::before {
    content: '';
    position: absolute;
    left: 28px;
    top: 16px;
    bottom: 16px;
    width: 2px;
    background: rgba(139, 200, 195, 0.45);
}

.svc-pg .title-band .sub-label {
    display: inline-block;
    font-size: 15px;
    line-height: 1.35;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #8BC8C3;
    margin-bottom: 16px;
}

.svc-pg .title-band .decl {
    font-size: 51px;
    line-height: 1.1;
    color: #fff;
    font-weight: 800;
    max-width: 700px;
    margin: 0 auto 16px;
}

.svc-pg .title-band .decl-sub {
    font-size: 17px;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.82);
    max-width: 540px;
    margin: 0 auto;
}

.svc-pg .cards-area {
    padding: 56px 28px;
    background: #f4f7f6;
}

.svc-pg .cards-area .area-head {
    font-size: 17px;
    line-height: 1.35;
    color: #476555;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 28px;
}

.svc-pg .card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
    gap: 28px;
    max-width: 1200px;
    margin: 0 auto;
}

.svc-pg .svc-card {
    background: #fff;
    border-radius: 4px;
    box-shadow: 1px 7px 20px 0 rgba(71, 101, 85, 0.10);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1), transform 0.25s cubic-bezier(0.0, 0, 0.2, 1);
}

.svc-pg .svc-card:hover {
    box-shadow: 1px 8px 60px 0 rgba(71, 101, 85, 0.10);
    transform: translateY(-4px);
}

.svc-pg .svc-card .img-wrap {
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
}

.svc-pg .svc-card .img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.4s cubic-bezier(0.0, 0, 0.2, 1);
}

.svc-pg .svc-card:hover .img-wrap img {
    transform: scale(1.06);
}

.svc-pg .svc-card .card-body {
    padding: 28px;
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 16px;
}

.svc-pg .svc-card .user-badge {
    display: inline-block;
    font-size: 15px;
    line-height: 1.35;
    color: #476555;
    background: rgba(71, 101, 85, 0.08);
    border-radius: 4px;
    padding: 4px 8px;
    font-weight: 600;
    align-self: flex-start;
}

.svc-pg .svc-card .card-ttl {
    font-size: 17px;
    line-height: 1.35;
    font-weight: 700;
    color: #1e2d27;
}

.svc-pg .svc-card .card-desc {
    font-size: 15px;
    line-height: 1.55;
    color: #3d5048;
    flex: 1;
}

.svc-pg .svc-card .price-row {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 8px;
    flex-wrap: wrap;
}

.svc-pg .svc-card .price-val {
    font-size: 51px;
    line-height: 1.1;
    font-weight: 800;
    color: #476555;
}

.svc-pg .svc-card .price-note {
    font-size: 15px;
    line-height: 1.55;
    color: #7F9D99;
    padding-bottom: 8px;
}

.svc-pg .svc-card .seats-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
}

.svc-pg .svc-card .seat-dot {
    width: 10px;
    height: 10px;
    border-radius: 36px;
    background: #8BC8C3;
    flex-shrink: 0;
    animation: seat-blink 1.8s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

@keyframes seat-blink {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.35;
    }
}

.svc-pg .svc-card .seats-txt {
    font-size: 15px;
    line-height: 1.35;
    color: #476555;
    font-weight: 600;
}

.svc-pg .svc-card .card-link {
    display: inline-block;
    background: #476555;
    color: #fff;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 700;
    padding: 16px 28px;
    border-radius: 4px;
    text-decoration: none;
    text-align: center;
    transition: background 0.15s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    margin-top: 8px;
}

.svc-pg .svc-card .card-link:hover {
    background: #2d3f38;
    box-shadow: 1px 3px 2px 0 rgba(71, 101, 85, 0.08);
}

.svc-pg .svc-card .card-link:focus-visible {
    outline: 3px solid #8BC8C3;
    outline-offset: 2px;
}

.svc-pg .stats-complex {
    padding: 56px 28px;
    background: #fff;
    position: relative;
}

.svc-pg .stats-complex .sc-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 3fr 1fr;
    gap: 56px;
    align-items: start;
}

.svc-pg .stats-complex .sc-left .sc-head {
    font-size: 51px;
    line-height: 1.1;
    font-weight: 800;
    color: #1e2d27;
    margin-bottom: 16px;
}

.svc-pg .stats-complex .sc-left .sc-desc {
    font-size: 17px;
    line-height: 1.55;
    color: #3d5048;
    max-width: 560px;
    margin-bottom: 28px;
}

.svc-pg .stats-row {
    display: flex;
    flex-direction: row;
    gap: 28px;
    flex-wrap: wrap;
    margin-bottom: 28px;
}

.svc-pg .stat-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.svc-pg .stat-num {
    font-size: 51px;
    line-height: 1.1;
    font-weight: 800;
    color: #476555;
}

.svc-pg .stat-lbl {
    font-size: 15px;
    line-height: 1.35;
    color: #7F9D99;
}

.svc-pg .progress-set {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.svc-pg .prog-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.svc-pg .prog-lbl {
    font-size: 15px;
    line-height: 1.35;
    color: #3d5048;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.svc-pg .prog-bar {
    height: 6px;
    background: rgba(71, 101, 85, 0.10);
    border-radius: 36px;
    overflow: hidden;
}

.svc-pg .prog-fill {
    height: 100%;
    border-radius: 36px;
    background: linear-gradient(163deg, #476555, #8BC8C3);
    animation: fill-bar 1.2s cubic-bezier(0.0, 0, 0.2, 1) both;
    transform-origin: left;
}

@keyframes fill-bar {
    from {
        transform: scaleX(0);
    }

    to {
        transform: scaleX(1);
    }
}

.svc-pg .sc-right {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.svc-pg .sc-right .num-circle {
    width: 72px;
    height: 72px;
    border-radius: 36px;
    background: #476555;
    color: #fff;
    font-size: 17px;
    line-height: 1.1;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.svc-pg .sc-right .step-item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
}

.svc-pg .sc-right .step-txt {
    font-size: 15px;
    line-height: 1.55;
    color: #3d5048;
    padding-top: 8px;
}

.svc-pg .bg-photo-sec {
    position: relative;
    min-height: 380px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 56px 28px;
}

.svc-pg .bg-photo-sec .bg-img-wrap {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.svc-pg .bg-photo-sec .bg-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    animation: slow-pan 18s cubic-bezier(0.4, 0, 0.2, 1) infinite alternate;
}

@keyframes slow-pan {
    from {
        transform: scale(1.04) translateY(0);
    }

    to {
        transform: scale(1.04) translateY(-3%);
    }
}

.svc-pg .bg-photo-sec .overlay {
    position: absolute;
    inset: 0;
    background: rgba(71, 101, 85, 0.72);
}

.svc-pg .bg-photo-sec .photo-content {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 680px;
}

.svc-pg .bg-photo-sec .photo-content .ph-head {
    font-size: 51px;
    line-height: 1.1;
    font-weight: 800;
    color: #fff;
    margin-bottom: 16px;
}

.svc-pg .bg-photo-sec .photo-content .ph-body {
    font-size: 17px;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.88);
    margin-bottom: 28px;
}

.svc-pg .bg-photo-sec .photo-content .ph-link {
    display: inline-block;
    background: #8BC8C3;
    color: #1e2d27;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 700;
    padding: 16px 28px;
    border-radius: 4px;
    text-decoration: none;
    transition: background 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

.svc-pg .bg-photo-sec .photo-content .ph-link:hover {
    background: #fff;
}

.svc-pg .bg-photo-sec .photo-content .ph-link:focus-visible {
    outline: 3px solid #fff;
    outline-offset: 2px;
}

.svc-pg .process-sec {
    padding: 56px 28px;
    background: linear-gradient(163deg, #f0f5f3 0%, #e8f2ef 100%);
}

.svc-pg .process-sec .reel {
    max-width: 1200px;
    margin: 0 auto;
}

.svc-pg .process-sec .ps-head {
    font-size: 51px;
    line-height: 1.1;
    font-weight: 800;
    color: #1e2d27;
    margin-bottom: 8px;
}

.svc-pg .process-sec .ps-sub {
    font-size: 17px;
    line-height: 1.55;
    color: #3d5048;
    max-width: 520px;
    margin-bottom: 56px;
}

.svc-pg .process-sec .steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 28px;
}

.svc-pg .process-sec .step-card {
    background: #fff;
    border-radius: 4px;
    padding: 28px;
    box-shadow: 1px 3px 2px 0 rgba(71, 101, 85, 0.08);
    display: flex;
    flex-direction: column;
    gap: 16px;
    transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.svc-pg .process-sec .step-card:hover {
    box-shadow: 1px 7px 20px 0 rgba(71, 101, 85, 0.10);
}

.svc-pg .process-sec .step-num {
    width: 44px;
    height: 44px;
    border-radius: 36px;
    background: #476555;
    color: #fff;
    font-size: 17px;
    line-height: 1.1;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.svc-pg .process-sec .step-name {
    font-size: 17px;
    line-height: 1.35;
    font-weight: 700;
    color: #1e2d27;
}

.svc-pg .process-sec .step-desc {
    font-size: 15px;
    line-height: 1.55;
    color: #3d5048;
}

.svc-pg .zigzag-div {
    display: block;
    width: 100%;
    line-height: 0;
}

.svc-pg .type-anim-wrap {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    border-right: 2px solid #8BC8C3;
    animation: type-reveal 2.4s steps(38, end) both, cursor-blink 0.75s step-end 2.4s infinite;
    max-width: 38ch;
    vertical-align: bottom;
}

@keyframes type-reveal {
    from {
        width: 0;
    }

    to {
        width: 38ch;
    }
}

@keyframes cursor-blink {

    0%,
    100% {
        border-color: #8BC8C3;
    }

    50% {
        border-color: transparent;
    }
}

@media (max-width: 900px) {
    .svc-pg .stats-complex .sc-inner {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .svc-pg .title-band .decl {
        font-size: 51px;
    }
}

@media (max-width: 600px) {
    .svc-pg .card-grid {
        grid-template-columns: 1fr;
    }

    .svc-pg .title-band .decl {
        font-size: 34px;
        line-height: 1.1;
    }

    .svc-pg .stats-row {
        gap: 16px;
    }

    .svc-pg .process-sec .steps-grid {
        grid-template-columns: 1fr;
    }

    .svc-pg .bg-photo-sec .photo-content .ph-head {
        font-size: 34px;
    }
}

.cu-pg {
    max-width: 100%;
    overflow-x: hidden;
}

.cu-pg .cu-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 28px;
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(60px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.cu-pg .anim-1 {
    animation: slideInRight 0.45s cubic-bezier(0.0, 0, 0.2, 1) both;
}

.cu-pg .anim-2 {
    animation: slideInRight 0.45s cubic-bezier(0.0, 0, 0.2, 1) 0.1s both;
}

.cu-pg .anim-3 {
    animation: slideInRight 0.45s cubic-bezier(0.0, 0, 0.2, 1) 0.2s both;
}

.cu-pg .anim-4 {
    animation: slideInRight 0.45s cubic-bezier(0.0, 0, 0.2, 1) 0.3s both;
}

.cu-pg .strip-panel {
    display: grid;
    grid-template-columns: 7px 1fr;
    gap: 0 56px;
    padding: 56px 0;
    align-items: start;
}

.cu-pg .strip-bar {
    width: 7px;
    height: 100%;
    min-height: 320px;
    background: linear-gradient(163deg, #476555 0%, #8BC8C3 100%);
    border-radius: 4px;
    position: relative;
}

.cu-pg .strip-bar::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #476555;
    box-shadow: 1px 7px 20px 0 rgba(71, 101, 85, 0.10);
}

.cu-pg .strip-text {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.cu-pg .pg-label {
    font-size: 15px;
    line-height: 1.35;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #7F9D99;
    font-weight: 600;
}

.cu-pg .pg-heading {
    font-size: 68px;
    line-height: 1.1;
    color: #1e2d27;
    font-weight: 800;
    letter-spacing: -0.01em;
    margin: 0;
}

.cu-pg .pg-heading em {
    font-style: normal;
    text-decoration: underline;
    text-decoration-color: #8BC8C3;
    text-underline-offset: 6px;
}

.cu-pg .pg-sub {
    font-size: 17px;
    line-height: 1.55;
    color: #374a3f;
    max-width: 520px;
    margin: 0;
}

.cu-pg .blob-field {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}

.cu-pg .blob-field::before {
    content: '';
    position: absolute;
    top: -40px;
    right: -60px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgba(139, 200, 195, 0.18);
    filter: blur(48px);
    pointer-events: none;
}

.cu-pg .blob-field::after {
    content: '';
    position: absolute;
    bottom: -30px;
    left: -40px;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: rgba(71, 101, 85, 0.10);
    filter: blur(36px);
    pointer-events: none;
}

.cu-pg .info-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 8px;
}

.cu-pg .info-card {
    background: #fff;
    border-radius: 4px;
    padding: 28px 28px 28px 28px;
    box-shadow: 1px 3px 2px 0 rgba(71, 101, 85, 0.08);
    display: flex;
    flex-direction: column;
    gap: 8px;
    border: 1.5px solid rgba(139, 200, 195, 0.25);
    transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

.cu-pg .info-card:hover {
    box-shadow: 1px 7px 20px 0 rgba(71, 101, 85, 0.10);
    border-color: rgba(139, 200, 195, 0.55);
}

.cu-pg .ic-icon {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
}

.cu-pg .ic-label {
    font-size: 15px;
    line-height: 1.35;
    color: #7F9D99;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin: 0;
}

.cu-pg .ic-val {
    font-size: 17px;
    line-height: 1.55;
    color: #1e2d27;
    font-weight: 500;
    margin: 0;
    word-break: break-word;
}

.cu-pg .ic-val a {
    color: #476555;
    text-decoration: none;
    transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

.cu-pg .ic-val a:hover {
    color: #8BC8C3;
}

.cu-pg .scallop-div {
    width: 100%;
    height: 36px;
    background: #f2f7f5;
    position: relative;
    overflow: hidden;
}

.cu-pg .scallop-div::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 36px;
    background:
        radial-gradient(circle at 18px 0, #fff 17px, transparent 18px),
        radial-gradient(circle at 54px 0, #fff 17px, transparent 18px),
        radial-gradient(circle at 90px 0, #fff 17px, transparent 18px),
        radial-gradient(circle at 126px 0, #fff 17px, transparent 18px),
        radial-gradient(circle at 162px 0, #fff 17px, transparent 18px),
        radial-gradient(circle at 198px 0, #fff 17px, transparent 18px),
        radial-gradient(circle at 234px 0, #fff 17px, transparent 18px),
        radial-gradient(circle at 270px 0, #fff 17px, transparent 18px),
        radial-gradient(circle at 306px 0, #fff 17px, transparent 18px),
        radial-gradient(circle at 342px 0, #fff 17px, transparent 18px),
        radial-gradient(circle at 378px 0, #fff 17px, transparent 18px),
        radial-gradient(circle at 414px 0, #fff 17px, transparent 18px),
        radial-gradient(circle at 450px 0, #fff 17px, transparent 18px),
        radial-gradient(circle at 486px 0, #fff 17px, transparent 18px),
        radial-gradient(circle at 522px 0, #fff 17px, transparent 18px),
        radial-gradient(circle at 558px 0, #fff 17px, transparent 18px),
        radial-gradient(circle at 594px 0, #fff 17px, transparent 18px),
        radial-gradient(circle at 630px 0, #fff 17px, transparent 18px),
        radial-gradient(circle at 666px 0, #fff 17px, transparent 18px),
        radial-gradient(circle at 702px 0, #fff 17px, transparent 18px),
        radial-gradient(circle at 738px 0, #fff 17px, transparent 18px),
        radial-gradient(circle at 774px 0, #fff 17px, transparent 18px),
        radial-gradient(circle at 810px 0, #fff 17px, transparent 18px),
        radial-gradient(circle at 846px 0, #fff 17px, transparent 18px),
        radial-gradient(circle at 882px 0, #fff 17px, transparent 18px),
        radial-gradient(circle at 918px 0, #fff 17px, transparent 18px),
        radial-gradient(circle at 954px 0, #fff 17px, transparent 18px),
        radial-gradient(circle at 990px 0, #fff 17px, transparent 18px),
        radial-gradient(circle at 1026px 0, #fff 17px, transparent 18px),
        radial-gradient(circle at 1062px 0, #fff 17px, transparent 18px),
        radial-gradient(circle at 1098px 0, #fff 17px, transparent 18px),
        radial-gradient(circle at 1134px 0, #fff 17px, transparent 18px),
        radial-gradient(circle at 1170px 0, #fff 17px, transparent 18px),
        radial-gradient(circle at 1206px 0, #fff 17px, transparent 18px);
    background-size: 36px 36px;
    background-repeat: repeat-x;
}

.cu-pg .form-band {
    background: #f2f7f5;
    padding: 56px 0;
    position: relative;
}

.cu-pg .dot-texture {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, rgba(71, 101, 85, 0.07) 1px, transparent 1px);
    background-size: 22px 22px;
    pointer-events: none;
}

.cu-pg .form-layout {
    display: grid;
    grid-template-columns: 1fr 1.6fr;
    gap: 56px;
    align-items: start;
    position: relative;
}

.cu-pg .form-aside {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.cu-pg .aside-heading {
    font-size: 51px;
    line-height: 1.1;
    color: #1e2d27;
    font-weight: 800;
    margin: 0;
}

.cu-pg .aside-note {
    font-size: 17px;
    line-height: 1.55;
    color: #374a3f;
    margin: 0;
}

.cu-pg .aside-detail {
    font-size: 15px;
    line-height: 1.8;
    color: #5a7268;
    margin: 0;
}

.cu-pg .dashed-box {
    border: 2px dashed rgba(71, 101, 85, 0.3);
    border-radius: 4px;
    padding: 28px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    background: rgba(139, 200, 195, 0.06);
}

.cu-pg .dashed-box .db-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
}

.cu-pg .db-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #476555;
    flex-shrink: 0;
}

.cu-pg .db-text {
    font-size: 15px;
    line-height: 1.55;
    color: #374a3f;
    margin: 0;
}

.cu-pg .contact-form {
    background: #fff;
    border-radius: 4px;
    padding: 56px;
    box-shadow: 1px 8px 60px 0 rgba(71, 101, 85, 0.10);
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.cu-pg .field-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.cu-pg .field-grp {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.cu-pg .field-grp label {
    font-size: 15px;
    line-height: 1.35;
    color: #476555;
    font-weight: 600;
    letter-spacing: 0.04em;
}

.cu-pg .field-grp input[type="text"],
.cu-pg .field-grp input[type="tel"] {
    border: 1.5px solid rgba(127, 157, 153, 0.4);
    border-radius: 4px;
    padding: 16px;
    font-size: 17px;
    line-height: 1.35;
    color: #1e2d27;
    background: #fff;
    outline: none;
    transition: border-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    width: 100%;
    box-sizing: border-box;
}

.cu-pg .field-grp input[type="text"]::placeholder,
.cu-pg .field-grp input[type="tel"]::placeholder {
    color: #7F9D99;
    font-size: 15px;
}

.cu-pg .field-grp input[type="text"]:focus,
.cu-pg .field-grp input[type="tel"]:focus {
    border-color: #476555;
    box-shadow: inset 0 2px 4px rgba(71, 101, 85, 0.08);
}

.cu-pg .budget-grp {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.cu-pg .budget-grp>span {
    font-size: 15px;
    line-height: 1.35;
    color: #476555;
    font-weight: 600;
    letter-spacing: 0.04em;
}

.cu-pg .budget-opts {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
}

.cu-pg .budget-opts label {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    padding: 16px;
    border: 1.5px solid rgba(127, 157, 153, 0.35);
    border-radius: 4px;
    cursor: pointer;
    font-size: 15px;
    line-height: 1.35;
    color: #374a3f;
    background: #fff;
    transition: border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), background 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    box-sizing: border-box;
}

.cu-pg .budget-opts label:hover {
    border-color: #7F9D99;
    background: rgba(139, 200, 195, 0.07);
}

.cu-pg .budget-opts input[type="radio"] {
    accent-color: #476555;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.cu-pg .budget-opts input[type="radio"]:checked+span {
    color: #476555;
    font-weight: 600;
}

.cu-pg .privacy-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
}

.cu-pg .privacy-row input[type="checkbox"] {
    accent-color: #476555;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    margin-top: 2px;
    cursor: pointer;
}

.cu-pg .privacy-row p {
    font-size: 15px;
    line-height: 1.55;
    color: #5a7268;
    margin: 0;
}

.cu-pg .privacy-row p a {
    color: #476555;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

.cu-pg .privacy-row p a:hover {
    color: #8BC8C3;
}

.cu-pg .submit-btn {
    background: linear-gradient(163deg, #476555 0%, #7F9D99 100%);
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 16px 56px;
    font-size: 17px;
    line-height: 1.35;
    font-weight: 700;
    cursor: pointer;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    align-self: flex-start;
    box-shadow: 1px 7px 20px 0 rgba(71, 101, 85, 0.10);
    transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.cu-pg .submit-btn::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0);
    transition: background 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

.cu-pg .submit-btn:hover {
    opacity: 0.9;
    box-shadow: 1px 8px 60px 0 rgba(71, 101, 85, 0.10);
}

.cu-pg .submit-btn:hover::before {
    background: rgba(255, 255, 255, 0.07);
}

.cu-pg .submit-btn:focus {
    outline: 3px solid #8BC8C3;
    outline-offset: 3px;
}

.cu-pg .submit-btn:active {
    opacity: 1;
    transform: translateY(1px);
}

@keyframes shake {

    0%,
    100% {
        transform: translateX(0);
    }

    20% {
        transform: translateX(-6px);
    }

    40% {
        transform: translateX(6px);
    }

    60% {
        transform: translateX(-4px);
    }

    80% {
        transform: translateX(4px);
    }
}

.cu-pg .contact-form:invalid .submit-btn:active {
    animation: shake 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (max-width: 900px) {
    .cu-pg .strip-panel {
        grid-template-columns: 7px 1fr;
        gap: 0 28px;
    }

    .cu-pg .pg-heading {
        font-size: 51px;
    }

    .cu-pg .info-grid {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .cu-pg .form-layout {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .cu-pg .contact-form {
        padding: 28px;
    }

    .cu-pg .aside-heading {
        font-size: 51px;
    }
}

@media (max-width: 600px) {
    .cu-pg .strip-panel {
        grid-template-columns: 1fr;
    }

    .cu-pg .strip-bar {
        display: none;
    }

    .cu-pg .pg-heading {
        font-size: 51px;
    }

    .cu-pg .field-row {
        grid-template-columns: 1fr;
    }

    .cu-pg .budget-opts {
        grid-template-columns: 1fr;
    }

    .cu-pg .info-grid {
        grid-template-columns: 1fr;
    }
}

.spns {
    background: #fff;
    overflow-x: clip;
}

.spns .pg-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 28px;
}

.spns .tier-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 28px;
}

.spns .lead-blk {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: center;
    padding: 56px 28px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.spns .lead-img-side {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 1px 7px 20px 0 rgba(71, 101, 85, 0.10);
}

.spns .lead-img-side img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    object-position: center 30%;
    display: block;
    transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.spns .lead-img-side:hover img {
    transform: scale(1.04);
}

.spns .lead-img-side::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(163deg, rgba(71, 101, 85, 0.55) 0%, transparent 65%);
    pointer-events: none;
}

.spns .lead-text {
    padding: 28px 0;
}

.spns .lead-text h1 {
    font-size: 68px;
    line-height: 1.1;
    color: #1b2e25;
    margin: 0 0 28px;
    letter-spacing: -0.01em;
}

.spns .lead-text h1 .outlined {
    -webkit-text-stroke: 2px #476555;
    color: transparent;
}

.spns .lead-text p {
    font-size: 17px;
    line-height: 1.55;
    color: #2e3f38;
    margin: 0 0 16px;
}

.spns .lead-divider {
    width: 4px;
    height: 56px;
    background: #476555;
    margin: 28px 0;
    border-radius: 4px;
}

.spns .stat-row {
    display: flex;
    flex-direction: row;
    gap: 28px;
    margin-top: 28px;
}

.spns .stat-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.spns .stat-num {
    font-size: 51px;
    line-height: 1.1;
    color: #476555;
    font-weight: 700;
}

.spns .stat-label {
    font-size: 15px;
    line-height: 1.35;
    color: #5a7a6e;
}

.spns .diag-deco {
    position: absolute;
    top: 0;
    right: 0;
    width: 160px;
    height: 160px;
    pointer-events: none;
    overflow: hidden;
}

.spns .diag-deco svg {
    opacity: 0.09;
}

.spns .tier-sec {
    background: #f3f7f5;
    padding: 56px 0;
    position: relative;
}

.spns .tier-sec::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: #476555;
}

.spns .tier-head {
    max-width: 1200px;
    margin: 0 auto 56px;
    padding: 0 28px;
}

.spns .tier-head h2 {
    font-size: 51px;
    line-height: 1.1;
    color: #1b2e25;
    margin: 0 0 16px;
}

.spns .tier-head p {
    font-size: 17px;
    line-height: 1.55;
    color: #2e3f38;
    max-width: 600px;
}

.spns .tier-card {
    background: #fff;
    border-radius: 4px;
    padding: 28px;
    box-shadow: 1px 3px 2px 0 rgba(71, 101, 85, 0.08);
    transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1), transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.spns .tier-card:hover {
    box-shadow: 1px 8px 60px 0 rgba(71, 101, 85, 0.10);
    transform: translateY(-4px);
}

.spns .tier-card.featured {
    background: #476555;
}

.spns .tier-card.featured .tier-name,
.spns .tier-card.featured .tier-price,
.spns .tier-card.featured .tier-desc,
.spns .tier-card.featured .tier-feat-item {
    color: #e8f0ec;
}

.spns .tier-card.featured .tier-price-sub {
    color: #8BC8C3;
}

.spns .tier-badge {
    display: inline-block;
    font-size: 15px;
    line-height: 1.35;
    background: #8BC8C3;
    color: #1b2e25;
    border-radius: 4px;
    padding: 4px 8px;
    font-weight: 600;
    align-self: flex-start;
}

.spns .tier-name {
    font-size: 17px;
    line-height: 1.35;
    color: #476555;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.spns .tier-price {
    font-size: 51px;
    line-height: 1.1;
    color: #1b2e25;
    font-weight: 700;
}

.spns .tier-price-sub {
    font-size: 15px;
    color: #5a7a6e;
    line-height: 1.35;
}

.spns .tier-desc {
    font-size: 15px;
    line-height: 1.55;
    color: #2e3f38;
}

.spns .tier-feat-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.spns .tier-feat-item {
    font-size: 15px;
    line-height: 1.55;
    color: #2e3f38;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 8px;
}

.spns .tier-feat-item::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    min-width: 8px;
    border-radius: 4px;
    background: #7F9D99;
    margin-top: 6px;
}

.spns .tier-card.featured .tier-feat-item::before {
    background: #8BC8C3;
}

.spns .tier-divider {
    height: 1px;
    background: rgba(71, 101, 85, 0.12);
    margin: 8px 0;
}

.spns .tier-card.featured .tier-divider {
    background: rgba(139, 200, 195, 0.25);
}

.spns .info-card {
    background: #fff;
    border-radius: 4px;
    box-shadow: 1px 3px 2px 0 rgba(71, 101, 85, 0.08);
    overflow: hidden;
    margin-top: 56px;
}

.spns .info-card-row {
    display: flex;
    flex-direction: row;
}

.spns .info-label {
    font-size: 15px;
    line-height: 1.35;
    color: #476555;
    font-weight: 600;
    padding: 16px 28px;
    background: #f3f7f5;
    width: 220px;
    min-width: 220px;
    border-bottom: 1px solid rgba(71, 101, 85, 0.08);
    display: flex;
    align-items: center;
}

.spns .info-val {
    font-size: 15px;
    line-height: 1.55;
    color: #2e3f38;
    padding: 16px 28px;
    border-bottom: 1px solid rgba(71, 101, 85, 0.08);
    flex: 1;
}

.spns .info-card-row:last-child .info-label,
.spns .info-card-row:last-child .info-val {
    border-bottom: none !important;
}

.spns .color-bleed {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 320px;
    height: 320px;
    background: radial-gradient(ellipse at 0% 100%, rgba(139, 200, 195, 0.18) 0%, transparent 70%);
    pointer-events: none;
    animation: bleed-anim 7s ease-in-out infinite alternate;
}

@keyframes bleed-anim {
    0% {
        opacity: 0.4;
        transform: scale(0.85);
    }

    100% {
        opacity: 1;
        transform: scale(1.15);
    }
}

@media (max-width: 900px) {
    .spns .lead-blk {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .spns .lead-text h1 {
        font-size: 51px;
    }

    .spns .tier-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .spns .stat-row {
        flex-direction: column;
        gap: 16px;
    }

    .spns .info-card-row {
        flex-direction: column;
    }

    .spns .info-label {
        width: 100%;
        min-width: unset;
    }
}

.abt-pg {
    background: #fff;
    overflow-x: clip;
}

.abt-pg *,
.abt-pg *::before,
.abt-pg *::after {
    box-sizing: border-box;
}

.abt-pg .reel {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 28px;
    padding-right: 28px;
}

.abt-pg .bento-frame {
    padding-top: 56px;
    padding-bottom: 112px;
    position: relative;
}

.abt-pg .bento-frame .bg-lines {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}

.abt-pg .bento-frame .bg-lines svg {
    position: absolute;
    top: -40px;
    right: -60px;
    width: 520px;
    height: 520px;
    opacity: 0.07;
}

.abt-pg .bento-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 16px;
}

.abt-pg .bento-cell {
    border-radius: 4px;
}

.abt-pg .bento-cell.txt-primary {
    grid-column: 1;
    grid-row: 1;
    background: linear-gradient(163deg, #2a3d33 0%, #476555 100%);
    padding: 56px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    box-shadow: 1px 8px 60px 0 rgba(71, 101, 85, 0.10);
}

.abt-pg .bento-cell.img-cell {
    grid-column: 2;
    grid-row: 1 / 3;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    min-height: 480px;
}

.abt-pg .bento-cell.img-cell img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
}

.abt-pg .bento-cell.img-cell::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at top left, rgba(30, 40, 34, 0.55) 0%, transparent 45%),
        radial-gradient(ellipse at bottom right, rgba(30, 40, 34, 0.55) 0%, transparent 45%);
    pointer-events: none;
}

.abt-pg .bento-cell.txt-secondary {
    grid-column: 1;
    grid-row: 2;
    background: #f3f7f5;
    padding: 28px;
    border-left: 4px solid #8BC8C3;
    border-top: 1px solid #d4e4e0;
    border-right: 1px solid #d4e4e0;
    border-bottom: 1px solid #d4e4e0;
}

.abt-pg .bento-cell.txt-primary .accent-bar {
    width: 40px;
    height: 3px;
    background: #8BC8C3;
    margin-bottom: 28px;
    border-radius: 4px;
}

.abt-pg .bento-cell.txt-primary .pg-h1 {
    font-size: 51px;
    line-height: 1.1;
    color: #fff;
    margin: 0 0 16px 0;
    letter-spacing: -0.5px;
}

.abt-pg .bento-cell.txt-primary .pg-lead {
    font-size: 17px;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.82);
    margin: 0;
}

.abt-pg .bento-cell.txt-secondary .thesis-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.abt-pg .bento-cell.txt-secondary .thesis-list li {
    font-size: 15px;
    line-height: 1.55;
    color: #2a3d33;
    padding-left: 16px;
    position: relative;
}

.abt-pg .bento-cell.txt-secondary .thesis-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #476555;
}

.abt-pg .bento-cell.txt-secondary .sub-label {
    font-size: 15px;
    line-height: 1.35;
    color: #476555;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin: 0 0 16px 0;
}

@keyframes abt-appear {
    from {
        opacity: 0;
        transform: rotate(-1.5deg) translateY(24px);
    }

    to {
        opacity: 1;
        transform: rotate(0deg) translateY(0);
    }
}

.abt-pg .bento-cell.txt-primary {
    animation: abt-appear 0.28s cubic-bezier(0.0, 0, 0.2, 1) both;
}

.abt-pg .bento-cell.img-cell {
    animation: abt-appear 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0.07s both;
}

.abt-pg .bento-cell.txt-secondary {
    animation: abt-appear 0.22s cubic-bezier(0.4, 0, 0.2, 1) 0.14s both;
}

.abt-pg .metrics-strip {
    background: #fff;
    padding-top: 56px;
    padding-bottom: 56px;
    border-top: 1px solid #d4e4e0;
    border-bottom: 2px solid #8BC8C3;
    position: relative;
    margin-left: 56px;
}

.abt-pg .metrics-strip::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        repeating-linear-gradient(90deg,
            transparent 0px,
            transparent 18px,
            rgba(71, 101, 85, 0.04) 18px,
            rgba(71, 101, 85, 0.04) 20px);
    pointer-events: none;
}

.abt-pg .metrics-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
    position: relative;
}

.abt-pg .metric-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 28px;
    border-radius: 4px;
    background: #fff;
    box-shadow: 1px 3px 2px 0 rgba(71, 101, 85, 0.08);
    border-top: 3px solid transparent;
    transition: border-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.abt-pg .metric-item:hover {
    border-top-color: #476555;
    box-shadow: 1px 7px 20px 0 rgba(71, 101, 85, 0.10);
}

.abt-pg .metric-val {
    font-size: 51px;
    line-height: 1.1;
    color: #476555;
    font-weight: 800;
}

.abt-pg .metric-desc {
    font-size: 15px;
    line-height: 1.55;
    color: #3d5248;
}

.abt-pg .metric-icon {
    width: 28px;
    height: 28px;
    margin-bottom: 8px;
}

.abt-pg .team-seg {
    padding-top: 56px;
    padding-bottom: 56px;
    background: linear-gradient(163deg, #f3f7f5 0%, #e8f2ef 60%, #dff0ed 100%);
    position: relative;
    margin-right: 56px;
}

.abt-pg .team-seg .math-sym {
    position: absolute;
    right: 28px;
    top: 28px;
    font-size: 220px;
    line-height: 1;
    color: transparent;
    -webkit-text-stroke: 2px rgba(71, 101, 85, 0.08);
    pointer-events: none;
    user-select: none;
}

.abt-pg .team-seg .seg-head {
    max-width: 560px;
    margin-bottom: 56px;
}

.abt-pg .team-seg .seg-head .accent-bar {
    width: 40px;
    height: 3px;
    background: #476555;
    margin-bottom: 16px;
    border-radius: 4px;
}

.abt-pg .team-seg .seg-head h2 {
    font-size: 51px;
    line-height: 1.1;
    color: #1e2820;
    margin: 0 0 16px 0;
}

.abt-pg .team-seg .seg-head p {
    font-size: 17px;
    line-height: 1.55;
    color: #3d5248;
    margin: 0;
    max-width: 480px;
}

.abt-pg .process-track {
    display: flex;
    flex-direction: row;
    gap: 0;
    position: relative;
}

.abt-pg .process-track::before {
    content: "";
    position: absolute;
    top: 28px;
    left: 28px;
    right: 28px;
    height: 2px;
    background: linear-gradient(90deg, #476555 0%, #7F9D99 50%, #8BC8C3 100%);
    z-index: 0;
}

.abt-pg .proc-step {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding: 0 16px;
    position: relative;
    z-index: 1;
}

.abt-pg .proc-step .step-dot {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #476555;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 1px 3px 2px 0 rgba(71, 101, 85, 0.08);
    flex-shrink: 0;
    transition: background 0.18s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.18s cubic-bezier(0.4, 0, 0.2, 1);
}

.abt-pg .proc-step:hover .step-dot {
    background: #476555;
}

.abt-pg .proc-step:hover .step-dot svg {
    stroke: #fff;
}

.abt-pg .proc-step .step-dot svg {
    width: 22px;
    height: 22px;
    stroke: #476555;
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: stroke 0.18s cubic-bezier(0.4, 0, 0.2, 1);
}

.abt-pg .proc-step .step-body {
    text-align: center;
}

.abt-pg .proc-step .step-body h4 {
    font-size: 15px;
    line-height: 1.35;
    color: #1e2820;
    margin: 0 0 8px 0;
    font-weight: 700;
}

.abt-pg .proc-step .step-body p {
    font-size: 15px;
    line-height: 1.55;
    color: #3d5248;
    margin: 0;
}

.abt-pg .team-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 56px;
}

.abt-pg .t-card {
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 1px 3px 2px 0 rgba(71, 101, 85, 0.08);
    transition: box-shadow 0.22s cubic-bezier(0.4, 0, 0.2, 1);
}

.abt-pg .t-card:hover {
    box-shadow: 1px 7px 20px 0 rgba(71, 101, 85, 0.10);
}

.abt-pg .t-card .t-img {
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
}

.abt-pg .t-card .t-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 20%;
    display: block;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.abt-pg .t-card:hover .t-img img {
    transform: scale(1.04);
}

.abt-pg .t-card .t-info {
    padding: 16px;
}

.abt-pg .t-card .t-info h5 {
    font-size: 17px;
    line-height: 1.35;
    color: #1e2820;
    margin: 0 0 4px 0;
    font-weight: 700;
}

.abt-pg .t-card .t-info .role-tag {
    font-size: 15px;
    line-height: 1.35;
    color: #476555;
    font-weight: 600;
    margin: 0 0 8px 0;
}

.abt-pg .t-card .t-info p {
    font-size: 15px;
    line-height: 1.55;
    color: #3d5248;
    margin: 0;
}

.abt-pg .mask-reveal {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.abt-pg .mask-reveal .mask-text {
    background: linear-gradient(90deg, #1e2820 0%, #476555 40%, #8BC8C3 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 100% 0;
    transition: background-position 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

.abt-pg .team-seg .seg-head:hover .mask-text {
    background-position: 0% 0;
}

@media (max-width: 900px) {
    .abt-pg .bento-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    .abt-pg .bento-cell.img-cell {
        grid-column: 1;
        grid-row: 2;
        min-height: 280px;
    }

    .abt-pg .bento-cell.txt-secondary {
        grid-row: 3;
    }

    .abt-pg .metrics-row {
        grid-template-columns: repeat(2, 1fr);
    }

    .abt-pg .metrics-strip {
        margin-left: 0;
    }

    .abt-pg .team-seg {
        margin-right: 0;
    }

    .abt-pg .process-track {
        flex-direction: column;
        gap: 28px;
    }

    .abt-pg .process-track::before {
        display: none;
    }

    .abt-pg .proc-step {
        flex-direction: row;
        align-items: flex-start;
        text-align: left;
    }

    .abt-pg .proc-step .step-body {
        text-align: left;
    }

    .abt-pg .team-cards {
        grid-template-columns: 1fr 1fr;
    }

    .abt-pg .bento-cell.txt-primary .pg-h1 {
        font-size: 51px;
    }
}

@media (max-width: 600px) {
    .abt-pg .metrics-row {
        grid-template-columns: 1fr;
    }

    .abt-pg .team-cards {
        grid-template-columns: 1fr;
    }

    .abt-pg .bento-cell.txt-primary {
        padding: 28px;
    }

    .abt-pg .bento-cell.txt-primary .pg-h1 {
        font-size: 51px;
    }

    .abt-pg .team-seg .math-sym {
        display: none;
    }
}

.prm {
    max-width: 100%;
    overflow-x: hidden;
}

.prm .pm-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 28px;
}

.prm .bento-wrap {
    padding: 56px 28px;
    background: #f2f5f3;
    position: relative;
}

.prm .bento-wrap .dot-scatter {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
}

.prm .bento-wrap .dot-scatter span {
    position: absolute;
    border-radius: 36px;
    background: #476555;
    opacity: 0.07;
}

.prm .bento-wrap .dot-scatter span:nth-child(1) {
    width: 8px;
    height: 8px;
    top: 12%;
    left: 8%;
}

.prm .bento-wrap .dot-scatter span:nth-child(2) {
    width: 14px;
    height: 14px;
    top: 20%;
    left: 12%;
}

.prm .bento-wrap .dot-scatter span:nth-child(3) {
    width: 6px;
    height: 6px;
    top: 30%;
    left: 6%;
}

.prm .bento-wrap .dot-scatter span:nth-child(4) {
    width: 10px;
    height: 10px;
    top: 10%;
    left: 18%;
}

.prm .bento-wrap .dot-scatter span:nth-child(5) {
    width: 5px;
    height: 5px;
    top: 40%;
    left: 9%;
}

.prm .bento-wrap .dot-scatter span:nth-child(6) {
    width: 12px;
    height: 12px;
    top: 60%;
    left: 4%;
}

.prm .bento-wrap .dot-scatter span:nth-child(7) {
    width: 7px;
    height: 7px;
    top: 70%;
    left: 14%;
}

.prm .bento-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 16px;
}

.prm .bento-img-cell {
    grid-column: 2;
    grid-row: 1 / 3;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    min-height: 380px;
}

.prm .bento-img-cell img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 30%;
    display: block;
}

.prm .bento-img-cell::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 70% 50%, transparent 30%, rgba(30, 45, 38, 0.62) 100%);
    pointer-events: none;
}

.prm .bento-label {
    background: #476555;
    border-radius: 4px;
    padding: 8px 16px;
    display: inline-block;
}

.prm .bento-label span {
    color: #fff;
    font-size: 15px;
    line-height: 1.35;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.prm .bento-text-cell {
    grid-column: 1;
    grid-row: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 28px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 1px 3px 2px 0 rgba(71, 101, 85, 0.08);
}

.prm .bento-text-cell h1 {
    font-size: 51px;
    line-height: 1.1;
    color: #1b2e25;
    margin: 0;
}

.prm .bento-sub-cell {
    grid-column: 1;
    grid-row: 2;
    padding: 28px;
    background: #476555;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.prm .bento-sub-cell p {
    font-size: 17px;
    line-height: 1.55;
    color: #d8ece6;
    margin: 0;
}

.prm .bento-sub-cell a {
    display: inline-block;
    background: #fff;
    color: #476555;
    font-size: 15px;
    line-height: 1.35;
    padding: 8px 28px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    transition: background-color 0.18s cubic-bezier(0.4, 0, 0.2, 1), color 0.18s cubic-bezier(0.4, 0, 0.2, 1);
    align-self: flex-start;
}

.prm .bento-sub-cell a:hover {
    background: #8BC8C3;
    color: #1b2e25;
}

.prm .bento-sub-cell a:focus-visible {
    outline: 3px solid #8BC8C3 !important;
    outline-offset: 2px !important;
}

.prm .diff-sec {
    padding: 56px 28px;
    background: #fff;
}

.prm .diff-sec .pm-inner {
    display: grid;
    grid-template-columns: 340px 1fr;
    gap: 56px;
    align-items: start;
}

.prm .diff-label-col {
    display: flex;
    flex-direction: column;
    gap: 28px;
    position: sticky;
    top: 28px;
}

.prm .diff-label-col h2 {
    font-size: 51px;
    line-height: 1.1;
    color: #1b2e25;
    margin: 0;
}

.prm .diff-label-col p {
    font-size: 15px;
    line-height: 1.55;
    color: #3a5248;
    margin: 0;
}

.prm .diff-items {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.prm .diff-item {
    border-radius: 4px;
    padding: 28px;
    background: #f2f5f3;
    box-shadow: 1px 3px 2px 0 rgba(71, 101, 85, 0.08);
    transition: box-shadow 0.22s cubic-bezier(0.4, 0, 0.2, 1), transform 0.22s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.prm .diff-item:hover {
    box-shadow: 1px 7px 20px 0 rgba(71, 101, 85, 0.10);
    transform: translateY(-3px);
}

.prm .diff-item h3 {
    font-size: 17px;
    line-height: 1.35;
    color: #1b2e25;
    margin: 0;
}

.prm .diff-item p {
    font-size: 15px;
    line-height: 1.55;
    color: #3a5248;
    margin: 0;
}

.prm .diff-num {
    font-size: 51px;
    line-height: 1.1;
    color: #8BC8C3;
    font-weight: 700;
}

.prm .divider-torn {
    display: block;
    width: 100%;
    line-height: 0;
    overflow: hidden;
}

.prm .ready-sec {
    padding: 56px 28px;
    background: radial-gradient(ellipse at 50% 50%, #e8f2ef 0%, #c6dbd4 100%);
}

.prm .ready-sec .pm-inner {
    display: flex;
    flex-direction: column;
    gap: 28px;
    align-items: center;
}

.prm .ready-head {
    text-align: center;
    max-width: 680px;
}

.prm .ready-head h2 {
    font-size: 51px;
    line-height: 1.1;
    color: #1b2e25;
    margin: 0 0 16px 0;
}

.prm .ready-head p {
    font-size: 17px;
    line-height: 1.55;
    color: #2c4238;
    margin: 0;
}

.prm .ready-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    width: 100%;
}

.prm .ready-card {
    background: #fff;
    border-radius: 4px;
    padding: 28px;
    box-shadow: 1px 3px 2px 0 rgba(71, 101, 85, 0.08);
    display: flex;
    flex-direction: column;
    gap: 16px;
    transition: box-shadow 0.25s cubic-bezier(0.0, 0, 0.2, 1), transform 0.25s cubic-bezier(0.0, 0, 0.2, 1);
}

.prm .ready-card:hover {
    box-shadow: 1px 7px 20px 0 rgba(71, 101, 85, 0.10);
    transform: translateY(-4px);
}

.prm .ready-card h4 {
    font-size: 17px;
    line-height: 1.35;
    color: #1b2e25;
    margin: 0;
}

.prm .ready-card p {
    font-size: 15px;
    line-height: 1.55;
    color: #3a5248;
    margin: 0;
}

.prm .ready-marker {
    width: 28px;
    height: 4px;
    border-radius: 4px;
    background: #476555;
}

.prm .ready-marker.sec {
    background: #7F9D99;
}

.prm .ready-marker.ter {
    background: #8BC8C3;
}

.prm .mech-sec {
    padding: 56px 28px;
    background: #1b2e25;
}

.prm .mech-sec .pm-inner {
    display: grid;
    grid-template-columns: 1fr 1.6fr 1fr;
    gap: 28px;
    align-items: start;
}

.prm .mech-aside {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.prm .mech-aside h2 {
    font-size: 51px;
    line-height: 1.1;
    color: #8BC8C3;
    margin: 0;
}

.prm .mech-aside p {
    font-size: 15px;
    line-height: 1.55;
    color: #9bbfb8;
    margin: 0;
}

.prm .mech-center {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.prm .mech-img-wrap {
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    box-shadow: 1px 8px 60px 0 rgba(71, 101, 85, 0.10);
}

.prm .mech-img-wrap img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    object-position: center 20%;
    display: block;
}

.prm .mech-img-wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 50% 100%, rgba(27, 46, 37, 0.55) 0%, transparent 60%);
    pointer-events: none;
}

.prm .mech-caption {
    background: #243d30;
    border-radius: 4px;
    padding: 16px 28px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.prm .mech-caption p {
    font-size: 15px;
    line-height: 1.55;
    color: #9bbfb8;
    margin: 0;
}

.prm .mech-steps {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.prm .mech-step {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: flex-start;
}

.prm .step-num {
    font-size: 15px;
    line-height: 1.35;
    color: #8BC8C3;
    font-weight: 700;
    min-width: 28px;
    padding-top: 2px;
}

.prm .step-body h5 {
    font-size: 15px;
    line-height: 1.35;
    color: #d8ece6;
    margin: 0 0 4px 0;
}

.prm .step-body p {
    font-size: 15px;
    line-height: 1.55;
    color: #7F9D99;
    margin: 0;
}

.prm .adapt-sec {
    padding: 56px 28px;
    background: #fff;
}

.prm .adapt-sec .pm-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: center;
}

.prm .adapt-img-wrap {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 1px 7px 20px 0 rgba(71, 101, 85, 0.10);
}

.prm .adapt-img-wrap img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    object-position: center 40%;
    display: block;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.prm .adapt-img-wrap:hover img {
    transform: scale(1.03);
}

.prm .adapt-img-wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 30% 70%, rgba(27, 46, 37, 0.38) 0%, transparent 65%);
    pointer-events: none;
}

.prm .adapt-text {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.prm .adapt-text h2 {
    font-size: 51px;
    line-height: 1.1;
    color: #1b2e25;
    margin: 0;
}

.prm .adapt-text p {
    font-size: 17px;
    line-height: 1.55;
    color: #3a5248;
    margin: 0;
}

.prm .adapt-tags {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
}

.prm .adapt-tag {
    background: #f2f5f3;
    border-radius: 4px;
    padding: 8px 16px;
    font-size: 15px;
    line-height: 1.35;
    color: #476555;
    border: 1px solid #c6dbd4;
    transition: background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

.prm .adapt-tag:hover {
    background: #8BC8C3;
    border-color: #8BC8C3;
    color: #1b2e25;
}

.prm .adapt-stat {
    background: #476555;
    border-radius: 4px;
    padding: 16px 28px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.prm .adapt-stat strong {
    font-size: 51px;
    line-height: 1.1;
    color: #8BC8C3;
}

.prm .adapt-stat span {
    font-size: 15px;
    line-height: 1.35;
    color: #d8ece6;
}

.prm .prob-sec {
    padding: 56px 28px;
    background: radial-gradient(ellipse at 50% 50%, #2c4238 0%, #1b2e25 100%);
    position: relative;
}

.prm .prob-dots {
    position: absolute;
    bottom: 28px;
    right: 28px;
    pointer-events: none;
    overflow: hidden;
}

.prm .prob-dots span {
    position: absolute;
    border-radius: 36px;
    background: #8BC8C3;
    opacity: 0.12;
}

.prm .prob-dots span:nth-child(1) {
    width: 6px;
    height: 6px;
    bottom: 0;
    right: 0;
}

.prm .prob-dots span:nth-child(2) {
    width: 10px;
    height: 10px;
    bottom: 16px;
    right: 8px;
}

.prm .prob-dots span:nth-child(3) {
    width: 7px;
    height: 7px;
    bottom: 8px;
    right: 20px;
}

.prm .prob-dots span:nth-child(4) {
    width: 14px;
    height: 14px;
    bottom: 28px;
    right: 28px;
}

.prm .prob-dots span:nth-child(5) {
    width: 5px;
    height: 5px;
    bottom: 40px;
    right: 4px;
}

.prm .prob-sec .pm-inner {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 56px;
    align-items: start;
}

.prm .prob-main {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.prm .prob-main h2 {
    font-size: 68px;
    line-height: 1.1;
    color: #8BC8C3;
    margin: 0;
}

.prm .prob-main p {
    font-size: 17px;
    line-height: 1.55;
    color: #9bbfb8;
    margin: 0;
}

.prm .prob-accent {
    background: #fff;
    border-radius: 4px;
    padding: 4px 16px;
    display: inline-block;
}

.prm .prob-accent span {
    font-size: 17px;
    line-height: 1.55;
    color: #1b2e25;
    font-weight: 600;
}

.prm .prob-side {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-top: 16px;
}

.prm .prob-img-wrap {
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    box-shadow: 1px 8px 60px 0 rgba(71, 101, 85, 0.10);
}

.prm .prob-img-wrap img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    object-position: center 55%;
    display: block;
}

.prm .prob-img-wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 50% 0%, rgba(27, 46, 37, 0.5) 0%, transparent 65%);
    pointer-events: none;
}

.prm .prob-note {
    background: #243d30;
    border-radius: 4px;
    padding: 16px 28px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.prm .prob-note h5 {
    font-size: 15px;
    line-height: 1.35;
    color: #8BC8C3;
    margin: 0;
}

.prm .prob-note p {
    font-size: 15px;
    line-height: 1.55;
    color: #7F9D99;
    margin: 0;
}

@keyframes rotateSettle {
    0% {
        transform: rotate(-6deg) translateY(12px);
        opacity: 0;
    }

    60% {
        transform: rotate(1.5deg) translateY(-2px);
        opacity: 1;
    }

    80% {
        transform: rotate(-0.5deg) translateY(0);
    }

    100% {
        transform: rotate(0deg) translateY(0);
        opacity: 1;
    }
}

.prm .bento-text-cell h1 {
    animation: rotateSettle 0.55s cubic-bezier(0.4, 0, 0.2, 1) both;
}

.prm .diff-num {
    animation: rotateSettle 0.45s cubic-bezier(0.4, 0, 0.2, 1) both;
}

@media (max-width: 900px) {
    .prm .bento-grid {
        grid-template-columns: 1fr;
    }

    .prm .bento-img-cell {
        grid-column: 1;
        grid-row: 3;
        min-height: 240px;
    }

    .prm .bento-text-cell {
        grid-row: 1;
        grid-column: 1;
    }

    .prm .bento-sub-cell {
        grid-row: 2;
        grid-column: 1;
    }

    .prm .diff-sec .pm-inner {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .prm .diff-label-col {
        position: static;
    }

    .prm .ready-grid {
        grid-template-columns: 1fr;
    }

    .prm .mech-sec .pm-inner {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .prm .adapt-sec .pm-inner {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .prm .prob-sec .pm-inner {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .prm .prob-main h2 {
        font-size: 51px;
    }
}

@media (max-width: 600px) {
    .prm .bento-text-cell h1 {
        font-size: 51px;
    }

    .prm .diff-num {
        font-size: 51px;
    }

    .prm .bento-wrap {
        padding: 28px 16px;
    }

    .prm .diff-sec,
    .prm .ready-sec,
    .prm .mech-sec,
    .prm .adapt-sec,
    .prm .prob-sec {
        padding: 56px 16px;
    }
}

.prm a:focus-visible,
.prm button:focus-visible {
    outline: 3px solid #8BC8C3 !important;
    outline-offset: 2px !important;
}

.success-pg {
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 56px 28px;
    background: #fff;
}

.success-pg .result-wrap {
    max-width: 560px;
    width: 100%;
    text-align: center;
}

.success-pg .icon-mark {
    width: 64px;
    height: 64px;
    margin: 0 auto 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 36px;
    background: linear-gradient(163deg, #476555 0%, #8BC8C3 100%);
    box-shadow: 1px 7px 20px 0 rgba(71, 101, 85, 0.10);
}

.success-pg .icon-mark svg {
    display: block;
}

.success-pg .result-heading {
    font-size: 51px;
    line-height: 1.1;
    color: #476555;
    margin: 0 0 16px;
    letter-spacing: -0.5px;
}

.success-pg .result-note {
    font-size: 17px;
    line-height: 1.55;
    color: #2d3d35;
    margin: 0 0 28px;
}

.success-pg .result-sub {
    font-size: 15px;
    line-height: 1.55;
    color: #476555;
    margin: 0 0 28px;
    padding: 16px 28px;
    background: linear-gradient(163deg, rgba(71, 101, 85, 0.06) 0%, rgba(139, 200, 195, 0.10) 100%);
    border-radius: 4px;
    border-top: 2px solid #8BC8C3;
    border-right: 1px solid rgba(127, 157, 153, 0.18);
    border-bottom: 1px solid rgba(127, 157, 153, 0.18);
    border-left: 1px solid rgba(127, 157, 153, 0.18);
    box-shadow: inset 0 2px 4px 0 rgba(71, 101, 85, 0.05);
}

.success-pg .back-btn {
    display: inline-block;
    padding: 16px 28px;
    font-size: 15px;
    line-height: 1.35;
    color: #fff;
    background: #476555;
    border-radius: 4px;
    text-decoration: none;
    box-shadow: 1px 3px 2px 0 rgba(71, 101, 85, 0.08);
    transition: background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.25s cubic-bezier(0.0, 0, 0.2, 1);
}

.success-pg .back-btn:hover {
    background: #3a5244;
    box-shadow: 1px 7px 20px 0 rgba(71, 101, 85, 0.10);
}

.success-pg .back-btn:focus-visible {
    outline: 2px solid #476555;
    outline-offset: 3px;
}

.success-pg .back-btn:active {
    background: #2d3d35;
    box-shadow: 1px 3px 2px 0 rgba(71, 101, 85, 0.08);
}