@import "https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,400;1,400;0,700;1,700&display=swap";

html,
body {
    margin: 0;
    padding: 0
}

body {
    min-height: 100svh;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    font-family: 'Work Sans', sans-serif
}

:focus-visible {
    outline: 2px solid #6CAB93;
    outline-offset: 3px
}

:focus:not(:focus-visible) {
    outline: none
}

.site-header {
    position: relative;
    background: linear-gradient(160deg, #0a2e2c 0%, #115F5B 60%, #0d3d39 100%);
    border-bottom: 1px solid #6cab9340;
    box-shadow: 0 5px 20px 1px #115f5b21;
    overflow: hidden
}

.site-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: repeating-linear-gradient(90deg, transparent, transparent 80px, #6cab930a 80px, #6cab930a 81px);
    pointer-events: none
}

.header-top-bar {
    border-bottom: 1px solid #6cab9326;
    padding: 10px 40px;
    max-width: 1320px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.header-brand-label {
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .12em;
    color: #F3F4DB;
    text-transform: uppercase;
    opacity: .7
}

.header-contact-ref {
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    color: #f3f4db8c;
    text-decoration: none;
    letter-spacing: .04em;
    transition: color .5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.header-contact-ref:hover {
    color: #6CAB93
}

.header-body {
    max-width: 1320px;
    margin: 0 auto;
    padding: 40px 40px 20px;
    display: flex;
    align-items: flex-start;
    gap: 40px
}

.logo-frame {
    flex-shrink: 0;
    width: 90px;
    height: 90px;
    padding: 10px;
    border: 1px solid #6cab9359;
    border-radius: 1px;
    box-shadow: 0 2px 6px 1px #115f5b12 0 5px 20px 1px #115f5b17;
    background: #f3f4db0f;
    display: flex;
    align-items: center;
    justify-content: center
}

.logo-frame img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    display: block
}

.header-identity {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px
}

.brand-name-text {
    font-family: 'Work Sans', sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: #F3F4DB;
    margin: 0
}

.brand-descriptor {
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    line-height: 1.55;
    color: #6cab93e6;
    letter-spacing: .06em;
    text-transform: uppercase;
    margin: 0
}

.header-nav-strip {
    max-width: 1320px;
    margin: 0 auto;
    padding: 20px 40px 40px;
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap
}

.nav-divider {
    width: 1px;
    height: 20px;
    background: #6cab934d;
    flex-shrink: 0
}

.nav-link-item {
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #f3f4dbbf;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 1px;
    border: 1px solid transparent;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    transition: color .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), background .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.nav-link-item:hover {
    color: #F3F4DB;
    border-color: #6cab9366;
    background: #6cab9314
}

.nav-link-item.active-page {
    color: #F3F4DB;
    border-color: #6cab9380;
    background: #6cab931f
}

.site-footer {
    background: #071a19;
    position: relative;
    overflow: hidden
}

.footer-texture {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: radial-gradient(circle, #6cab931f 1px, transparent 1px);
    background-size: 28px 28px;
    pointer-events: none
}

.footer-top-accent {
    height: 3px;
    background: linear-gradient(90deg, transparent 0%, #115F5B 30%, #6CAB93 60%, transparent 100%)
}

.footer-body {
    position: relative;
    max-width: 1320px;
    margin: 0 auto;
    padding: 80px 40px 40px;
    display: flex;
    gap: 80px;
    flex-wrap: wrap
}

.footer-brand-block {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 320px
}

.footer-logo-frame {
    width: 90px;
    height: 90px;
    padding: 10px;
    border: 1px solid #6cab934d;
    border-radius: 1px;
    box-shadow: 0 2px 6px 1px #115f5b12;
    background: #f3f4db0a;
    display: flex;
    align-items: center;
    justify-content: center
}

.footer-logo-frame img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    display: block
}

.footer-brand-name {
    font-family: 'Work Sans', sans-serif;
    font-size: 21px;
    font-weight: 700;
    color: #F3F4DB;
    letter-spacing: -.01em;
    line-height: 1.1;
    margin: 0
}

.footer-desc {
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    line-height: 1.55;
    color: #f3f4db8c;
    margin: 0
}

.footer-contact-block {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px
}

.footer-contact-label {
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #6CAB93
}

.footer-email-link {
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    color: #f3f4dba6;
    text-decoration: none;
    letter-spacing: .02em;
    transition: color .5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.footer-email-link:hover {
    color: #6CAB93
}

.footer-links-block {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-top: 10px
}

.footer-links-heading {
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #6CAB93;
    margin: 0
}

.footer-link-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px
}

.footer-link-list li a {
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    color: #f3f4db8c;
    text-decoration: none;
    letter-spacing: .03em;
    transition: color .55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    min-height: 44px;
    display: inline-flex;
    align-items: center
}

.footer-link-list li a:hover {
    color: #F3F4DB
}

.footer-bottom-bar {
    position: relative;
    border-top: 1px solid #6cab931f;
    max-width: 1320px;
    margin: 0 auto;
    padding: 20px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px
}

.footer-copyright {
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    color: #f3f4db59;
    letter-spacing: .03em
}

.footer-domain-ref {
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    color: #6cab9380;
    letter-spacing: .04em
}

.consent-popup {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 300px;
    background: #0d3533;
    border: 1px solid #6cab9359;
    border-radius: 1px;
    box-shadow: 0 8px 40px 1px #115f5b21;
    padding: 20px;
    z-index: 1000;
    display: none;
    opacity: 0;
    transition: opacity .32s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.consent-popup.visible {
    opacity: 1
}

.consent-icon-mark {
    width: 32px;
    height: 32px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center
}

.consent-icon-mark svg {
    width: 28px;
    height: 28px
}

.consent-text {
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    line-height: 1.55;
    color: #f3f4dbbf;
    margin: 0 0 20px
}

.consent-text a {
    color: #6CAB93;
    text-decoration: underline;
    transition: color .5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.consent-text a:hover {
    color: #F3F4DB
}

.consent-buttons {
    display: flex;
    gap: 10px
}

.consent-btn {
    flex: 1;
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    border: 1px solid #6cab9366;
    border-radius: 1px;
    padding: 10px;
    min-height: 44px;
    cursor: pointer;
    transition: background .55s cubic-bezier(0.25, 0.46, 0.45, 0.94), color .55s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color .55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background: transparent;
    color: #f3f4dbb3;
    position: relative;
    overflow: hidden
}

.consent-btn:hover {
    background: #6cab9326;
    color: #F3F4DB;
    border-color: #6CAB93
}

.consent-btn.accept {
    background: #115F5B;
    color: #F3F4DB;
    border-color: #115F5B
}

.consent-btn.accept:hover {
    background: #6CAB93;
    border-color: #6CAB93;
    color: #071a19
}

@media (max-width: 768px) {
    .header-top-bar {
        padding: 10px 20px;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px
    }

    .header-body {
        padding: 20px 20px 10px;
        flex-direction: column;
        gap: 20px
    }

    .brand-name-text {
        font-size: 28px
    }

    .header-nav-strip {
        padding: 10px 20px 20px;
        gap: 10px
    }

    .footer-body {
        padding: 40px 20px 20px;
        gap: 40px;
        flex-direction: column
    }

    .footer-brand-block {
        max-width: 100%
    }

    .footer-bottom-bar {
        padding: 20px;
        flex-direction: column;
        align-items: flex-start
    }

    .consent-popup {
        right: 10px;
        bottom: 10px;
        width: calc(100vw - 20px);
        max-width: 300px
    }
}

@media (max-width: 480px) {
    .brand-name-text {
        font-size: 21px
    }

    .header-nav-strip {
        gap: 10px
    }

    .nav-divider {
        display: none
    }
}

@media (min-width: 1024px) {
    .header-body {
        align-items: center
    }
}

.policy-rdsk-main {
    max-width: 1320px;
    margin: 0 auto;
    padding: 80px 40px;
    background-color: #0d1f1e;
    color: #e8ede8
}

.policy-rdsk-main p {
    font-size: 21px;
    line-height: 1.55;
    margin-top: 0;
    margin-bottom: 20px;
    color: #c8d8c8
}

.policy-rdsk-main ul,
.policy-rdsk-main ol {
    margin-top: 0;
    margin-bottom: 20px;
    padding-left: 40px
}

.policy-rdsk-main li {
    font-size: 21px;
    line-height: 1.55;
    color: #c8d8c8;
    margin-bottom: 10px
}

.policy-rdsk-main li:last-child {
    margin-bottom: 0
}

.policy-rdsk-main ul li {
    list-style-type: disc;
    list-style-color: #6CAB93
}

.policy-rdsk-main ol li {
    list-style-type: decimal;
    list-style-color: #6CAB93
}

.policy-rdsk-main strong,
.policy-rdsk-main b {
    font-weight: 700;
    color: #F3F4DB
}

.policy-rdsk-main a {
    color: #6CAB93;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    transition: color .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), text-decoration-color .6s ease;
    text-decoration-color: #6cab9373
}

.policy-rdsk-main a:hover {
    color: #F3F4DB;
    text-decoration-color: #f3f4db99
}

.policy-rdsk-main a:visited {
    color: #4d8a74
}

.policy-rdsk-main div {
    margin-bottom: 40px
}

.policy-rdsk-main div:last-child {
    margin-bottom: 0
}

@media (max-width: 1024px) {
    .policy-rdsk-main {
        padding: 80px 40px
    }
}

@media (max-width: 768px) {
    .policy-rdsk-main {
        padding: 40px 20px
    }

    .policy-rdsk-main p {
        font-size: 21px
    }

    .policy-rdsk-main li {
        font-size: 21px
    }

    .policy-rdsk-main ul,
    .policy-rdsk-main ol {
        padding-left: 20px
    }
}

@media (max-width: 480px) {
    .policy-rdsk-main {
        padding: 40px 10px
    }

    .policy-rdsk-main p {
        font-size: 14px;
        line-height: 1.55
    }

    .policy-rdsk-main li {
        font-size: 14px;
        line-height: 1.55
    }
}

.bdet {
    background: #0d1f1e;
    min-height: 100vh;
    position: relative
}

.bdet .pg-wrap {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 40px
}

@keyframes riseUp {
    from {
        opacity: 0;
        transform: translateY(32px)
    }

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

.bdet .rise-1 {
    animation: riseUp .7s cubic-bezier(0.25, 0.46, 0.45, 0.94) .1s both
}

.bdet .rise-2 {
    animation: riseUp .7s cubic-bezier(0.25, 0.46, 0.45, 0.94) .25s both
}

.bdet .rise-3 {
    animation: riseUp .7s cubic-bezier(0.25, 0.46, 0.45, 0.94) .4s both
}

.bdet .rise-4 {
    animation: riseUp .7s cubic-bezier(0.25, 0.46, 0.45, 0.94) .55s both
}

.bdet .art-header {
    padding: 40px 0 20px;
    position: relative;
    overflow: hidden
}

.bdet .art-header-dots {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none
}

.bdet .art-header-dots span {
    position: absolute;
    border-radius: 50%;
    background: #6CAB93;
    opacity: .13
}

.bdet .art-header-inner {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 40px;
    position: relative;
    z-index: 1
}

.bdet .art-text-col {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 0
}

.bdet .art-img-strip {
    flex: 0 0 320px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: stretch
}

.bdet .art-img-frame {
    width: 100%;
    height: 100%;
    min-height: 320px;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 8px 40px 1px #115f5b21;
    position: relative
}

.bdet .art-img-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: saturate(0.85);
    transition: filter .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.bdet .art-img-frame:hover img {
    filter: saturate(0)
}

.bdet .art-img-frame::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60%;
    background: linear-gradient(to top, #0d1f1e 0%, transparent 100%);
    pointer-events: none
}

.bdet .art-curved-bg {
    position: absolute;
    top: -40px;
    right: 280px;
    width: 420px;
    height: 320px;
    pointer-events: none;
    opacity: .12
}

.bdet .tag-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px
}

.bdet .tag-pill {
    display: inline-block;
    background: #115F5B;
    color: #F3F4DB;
    font-size: 14px;
    line-height: 1.35;
    letter-spacing: .08em;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 22px;
    font-weight: 600
}

.bdet .tag-cat {
    background: #6CAB93;
    color: #0d1f1e
}

.bdet .readtime-badge {
    font-size: 14px;
    color: #6CAB93;
    line-height: 1.35;
    opacity: .85
}

.bdet .art-h1 {
    font-size: 54px;
    line-height: 1.1;
    letter-spacing: -.03em;
    color: #F3F4DB;
    font-weight: 900;
    margin: 0 0 20px
}

.bdet .art-h1 .punct {
    color: #6CAB93
}

.bdet .art-subtitle {
    font-size: 21px;
    line-height: 1.55;
    color: #a8c4bb;
    margin: 0 0 20px
}

.bdet .art-meta-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap
}

.bdet .meta-author {
    font-size: 14px;
    color: #6CAB93;
    font-weight: 600;
    line-height: 1.35
}

.bdet .meta-views,
.bdet .meta-likes {
    font-size: 14px;
    color: #7a9e96;
    line-height: 1.35;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px
}

.bdet .meta-icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle
}

.bdet .svg-divider {
    width: 100%;
    overflow: hidden;
    line-height: 0;
    margin: 0
}

.bdet .art-body-section {
    padding: 80px 0 40px;
    position: relative
}

.bdet .art-body-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80'%3E%3Ccircle cx='2' cy='2' r='1' fill='%236CAB93' opacity='0.07'/%3E%3Ccircle cx='40' cy='40' r='1.5' fill='%236CAB93' opacity='0.05'/%3E%3Ccircle cx='70' cy='15' r='1' fill='%236CAB93' opacity='0.06'/%3E%3C/svg%3E");
    pointer-events: none
}

.bdet .body-grid {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 80px;
    align-items: start;
    position: relative;
    z-index: 1
}

.bdet .art-prose {
    color: #c8ddd8;
    font-size: 21px;
    line-height: 1.55
}

.bdet .art-prose p {
    text-indent: 2em;
    margin: 0;
    padding: 0
}

.bdet .art-prose h2 {
    font-size: 38px;
    line-height: 1.1;
    color: #F3F4DB;
    font-weight: 900;
    letter-spacing: -.02em;
    margin: 40px 0 20px;
    text-indent: 0
}

.bdet .art-prose em {
    color: #6CAB93;
    font-style: italic
}

.bdet .art-prose abbr {
    border-bottom: 1px dotted #6CAB93;
    cursor: help;
    color: #a8c4bb
}

.bdet .art-prose ul,
.bdet .art-prose ol {
    padding-left: 20px;
    margin: 20px 0
}

.bdet .art-prose ul li,
.bdet .art-prose ol li {
    margin-bottom: 10px;
    color: #c8ddd8;
    list-style: none;
    padding-left: 20px;
    position: relative
}

.bdet .art-prose ul li::before {
    content: '▸';
    color: #6CAB93;
    position: absolute;
    left: 0;
    top: 0
}

.bdet .art-prose ol {
    counter-reset: prose-counter
}

.bdet .art-prose ol li {
    counter-increment: prose-counter
}

.bdet .art-prose ol li::before {
    content: counter(prose-counter) '.';
    color: #6CAB93;
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 700
}

.bdet .art-prose figure {
    margin: 40px 0;
    border-radius: 22px;
    overflow: hidden
}

.bdet .art-prose figure img {
    width: 100%;
    border-radius: 22px;
    display: block
}

.bdet .art-prose figcaption {
    font-size: 14px;
    color: #7a9e96;
    margin-top: 10px;
    text-indent: 0
}

.bdet .sidebar {
    display: flex;
    flex-direction: column;
    gap: 40px
}

.bdet .poll-card {
    background: #112928;
    border-radius: 22px;
    padding: 40px;
    box-shadow: 0 5px 20px 1px #115f5b17;
    border: 1px solid #1e4040
}

.bdet .poll-heading {
    font-size: 21px;
    line-height: 1.35;
    color: #F3F4DB;
    font-weight: 700;
    margin: 0 0 20px;
    letter-spacing: -.01em
}

.bdet .poll-question {
    font-size: 14px;
    color: #a8c4bb;
    line-height: 1.55;
    margin: 0 0 20px
}

.bdet .poll-opt {
    display: block;
    margin-bottom: 10px
}

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

.bdet .poll-opt-label {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    padding: 10px 20px;
    border-radius: 22px;
    border: 1px solid #1e4040;
    background: #0d1f1e;
    color: #a8c4bb;
    font-size: 14px;
    line-height: 1.35;
    transition: background .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), color .5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.bdet .poll-opt input[type="radio"]:checked+.poll-opt-label {
    background: #115F5B;
    border-color: #6CAB93;
    color: #F3F4DB;
    font-weight: 600
}

.bdet .poll-opt-label .poll-dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid #6CAB93;
    flex-shrink: 0;
    transition: background .5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.bdet .poll-opt input[type="radio"]:checked+.poll-opt-label .poll-dot {
    background: #6CAB93
}

.bdet .reaction-card {
    background: #0f2524;
    border-radius: 22px;
    padding: 40px;
    box-shadow: 0 2px 6px 1px #115f5b12;
    border: 1px solid #1a3838
}

.bdet .reaction-heading {
    font-size: 21px;
    line-height: 1.35;
    color: #F3F4DB;
    font-weight: 700;
    margin: 0 0 20px;
    letter-spacing: -.01em
}

.bdet .reaction-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap
}

.bdet .react-item {
    position: relative
}

.bdet .react-item input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0
}

.bdet .react-label {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    padding: 10px;
    border-radius: 22px;
    border: 1px solid #1e4040;
    background: #0d1f1e;
    transition: background .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform .5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    min-width: 56px
}

.bdet .react-label .react-emoji {
    font-size: 28px;
    line-height: 1.1;
    display: block
}

.bdet .react-label .react-txt {
    font-size: 14px;
    color: #7a9e96;
    line-height: 1.35;
    transition: color .5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.bdet .react-item input[type="radio"]:checked+.react-label {
    background: #115F5B;
    border-color: #6CAB93;
    transform: scale(1.12)
}

.bdet .react-item input[type="radio"]:not(:checked)+.react-label {
    transform: scale(0.95)
}

.bdet .react-item input[type="radio"]:checked+.react-label .react-txt {
    color: #F3F4DB
}

.bdet .third-section {
    padding: 80px 0;
    position: relative
}

.bdet .third-section-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(167deg, #115F5B 0%, transparent 55%);
    opacity: .18;
    pointer-events: none
}

.bdet .compare-grid-wrap {
    position: relative;
    z-index: 1
}

.bdet .compare-label-row {
    font-size: 14px;
    color: #6CAB93;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-bottom: 20px;
    font-weight: 600
}

.bdet .compare-h2 {
    font-size: 38px;
    line-height: 1.1;
    color: #F3F4DB;
    font-weight: 900;
    letter-spacing: -.02em;
    margin: 0 0 40px
}

.bdet .compare-cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px
}

.bdet .compare-col {
    border-radius: 22px;
    padding: 40px;
    position: relative
}

.bdet .compare-col.before-col {
    background: #112928;
    border: 1px solid #1e4040
}

.bdet .compare-col.after-col {
    background: #115F5B;
    border: 1px solid #6CAB93
}

.bdet .compare-col-badge {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .12em;
    margin-bottom: 20px;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 22px
}

.bdet .before-col .compare-col-badge {
    background: #1e4040;
    color: #7a9e96
}

.bdet .after-col .compare-col-badge {
    background: #0d1f1e;
    color: #6CAB93
}

.bdet .compare-col-title {
    font-size: 21px;
    line-height: 1.35;
    font-weight: 700;
    margin: 0 0 20px
}

.bdet .before-col .compare-col-title {
    color: #a8c4bb
}

.bdet .after-col .compare-col-title {
    color: #F3F4DB
}

.bdet .compare-col-body {
    font-size: 14px;
    line-height: 1.55
}

.bdet .before-col .compare-col-body {
    color: #7a9e96
}

.bdet .after-col .compare-col-body {
    color: #c8ddd8
}

.bdet .matrix-wrap {
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 5px 20px 1px #115f5b17;
    border: 1px solid #1e4040
}

.bdet .matrix-row {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    align-items: center;
    border-bottom: 1px solid #1e4040
}

.bdet .matrix-row:last-child {
    border-bottom: none
}

.bdet .matrix-row.matrix-head {
    background: #112928
}

.bdet .matrix-row:not(.matrix-head) {
    background: #0d1f1e;
    transition: background .5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.bdet .matrix-row:not(.matrix-head):hover {
    background: #112928
}

.bdet .matrix-cell {
    padding: 20px;
    font-size: 14px;
    line-height: 1.35
}

.bdet .matrix-head .matrix-cell {
    color: #6CAB93;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em
}

.bdet .matrix-cell.feat-col {
    color: #c8ddd8;
    font-weight: 600
}

.bdet .matrix-cell.ind-col {
    text-align: center
}

.bdet .ind-yes {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #6CAB93;
    box-shadow: 0 2px 6px 1px #6cab9321
}

.bdet .ind-no {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #1e4040;
    border: 2px solid #2a5050
}

.bdet .dots-border-wrap {
    position: relative;
    padding: 20px 0
}

.bdet .dots-border-top,
.bdet .dots-border-bottom {
    position: absolute;
    left: 0;
    right: 0;
    height: 8px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    overflow: hidden
}

.bdet .dots-border-top {
    top: 0
}

.bdet .dots-border-bottom {
    bottom: 0
}

.bdet .dot-item {
    border-radius: 50%;
    background: #6CAB93;
    flex-shrink: 0
}

.bdet .ripple-btn {
    position: relative;
    overflow: hidden;
    display: inline-block;
    background: #115F5B;
    color: #F3F4DB;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    padding: 20px 40px;
    border-radius: 38px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0 5px 20px 1px #115f5b17;
    transition: background .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.bdet .ripple-btn:hover {
    background: #6CAB93;
    color: #0d1f1e;
    box-shadow: 0 8px 40px 1px #115f5b21
}

.bdet .ripple-btn:focus {
    outline: 2px solid #6CAB93;
    outline-offset: 3px
}

.bdet .ripple-btn:active::after {
    content: '';
    position: absolute;
    width: 120px;
    height: 120px;
    background: #f3f4db33;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    animation: rippleAnim .6s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards
}

@keyframes rippleAnim {
    to {
        transform: translate(-50%, -50%) scale(2.5);
        opacity: 0
    }
}

@media (max-width: 1024px) {
    .bdet .art-header-inner {
        flex-direction: column;
        gap: 40px
    }

    .bdet .art-img-strip {
        flex: 0 0 auto;
        width: 100%
    }

    .bdet .art-img-frame {
        min-height: 240px
    }

    .bdet .art-h1 {
        font-size: 38px
    }

    .bdet .body-grid {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .bdet .compare-cols {
        grid-template-columns: 1fr;
        gap: 20px
    }
}

@media (max-width: 768px) {
    .bdet .pg-wrap {
        padding: 0 20px
    }

    .bdet .art-h1 {
        font-size: 28px
    }

    .bdet .art-subtitle {
        font-size: 14px
    }

    .bdet .compare-h2 {
        font-size: 28px
    }

    .bdet .art-prose h2 {
        font-size: 28px
    }

    .bdet .art-prose {
        font-size: 14px
    }

    .bdet .matrix-row {
        grid-template-columns: 2fr 1fr 1fr
    }

    .bdet .reaction-row {
        gap: 10px
    }
}

@media (max-width: 480px) {
    .bdet .art-h1 {
        font-size: 28px
    }

    .bdet .tag-row {
        flex-wrap: wrap
    }

    .bdet .matrix-cell {
        padding: 10px;
        font-size: 14px
    }
}

.dbt-root {
    background-color: #0d1f1e;
    color: #e8ede8;
    overflow-x: hidden;
    position: relative
}

.dbt-root .dbt-container {
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px
}

@media (max-width: 768px) {
    .dbt-root .dbt-container {
        padding-left: 20px;
        padding-right: 20px
    }
}

.dbt-root .dbt-eyebrow {
    display: inline-block;
    font-size: 14px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #6CAB93;
    font-weight: 600;
    margin-bottom: 20px
}

.dbt-root .dbt-tag {
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .08em;
    padding: 10px 20px;
    border-radius: 22px;
    background-color: #6cab9326;
    color: #6CAB93;
    font-weight: 600;
    border: 1px solid #6cab9340
}

.dbt-root .dbt-btn-primary {
    display: inline-block;
    background: linear-gradient(160deg, #115F5B, #6CAB93);
    color: #F3F4DB;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    padding: 20px 40px;
    border-radius: 1px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: box-shadow .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform .5s ease;
    box-shadow: 0 5px 20px 1px #115f5b17
}

.dbt-root .dbt-btn-primary:hover {
    box-shadow: 0 8px 40px 1px #115f5b21;
    transform: translateY(-2px)
}

.dbt-root .dbt-btn-primary:focus-visible {
    outline: 3px solid #6CAB93 !important;
    outline-offset: 3px !important
}

.dbt-root .dbt-btn-primary::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    background: #f3f4db2e;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width .7s ease, height .7s ease, opacity .7s ease;
    opacity: 0;
    pointer-events: none
}

.dbt-root .dbt-btn-primary:active::after {
    width: 300px;
    height: 300px;
    opacity: 1;
    transition: width 0.01s, height 0.01s, opacity .01s
}

.dbt-root .dbt-btn-ghost {
    display: inline-block;
    background: transparent;
    color: #6CAB93;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    padding: 20px 40px;
    border-radius: 1px;
    border: 1px solid #6cab9366;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: background-color .5s ease, border-color .6s ease, color .5s ease
}

.dbt-root .dbt-btn-ghost:hover {
    background-color: #6cab931a;
    border-color: #6CAB93;
    color: #F3F4DB
}

.dbt-root .dbt-btn-ghost:focus-visible {
    outline: 3px solid #6CAB93 !important;
    outline-offset: 3px !important
}

.dbt-root .reveal-child {
    opacity: 0;
    transform: translateY(18px);
    animation: dbt-reveal .7s ease forwards
}

.dbt-root .reveal-child:nth-child(1) {
    animation-delay: .1s
}

.dbt-root .reveal-child:nth-child(2) {
    animation-delay: .25s
}

.dbt-root .reveal-child:nth-child(3) {
    animation-delay: .4s
}

.dbt-root .reveal-child:nth-child(4) {
    animation-delay: .55s
}

.dbt-root .reveal-child:nth-child(5) {
    animation-delay: .7s
}

@keyframes dbt-reveal {
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.dbt-root .dbt-title-block {
    background: linear-gradient(160deg, #0a1918 0%, #115F5B 100%);
    padding: 80px 0;
    position: relative
}

.dbt-root .dbt-title-block::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 80px 80px 0;
    border-color: transparent #6cab9314 transparent transparent;
    pointer-events: none
}

.dbt-root .dbt-title-block::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 60px 0 0 60px;
    border-color: transparent transparent transparent #115f5b1f;
    pointer-events: none
}

.dbt-root .dbt-title-inner {
    max-width: 780px
}

.dbt-root .dbt-h1 {
    font-size: 70px;
    line-height: 1.1;
    letter-spacing: -.03em;
    font-weight: 900;
    color: #F3F4DB;
    margin-bottom: 20px;
    margin-top: 0
}

@media (max-width: 768px) {
    .dbt-root .dbt-h1 {
        font-size: 38px
    }
}

@media (max-width: 480px) {
    .dbt-root .dbt-h1 {
        font-size: 28px
    }
}

.dbt-root .dbt-post-band {
    padding: 80px 0;
    background-color: #0f1e1d;
    position: relative
}

.dbt-root .dbt-post-band::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, #6cab934d, transparent)
}

.dbt-root .dbt-post-card {
    background: linear-gradient(145deg, #122624 0%, #0d1f1e 100%);
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 5px 20px 1px #115f5b17;
    display: flex;
    flex-direction: column;
    transition: box-shadow .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform .5s ease;
    border: 1px solid #6cab931a
}

.dbt-root .dbt-post-card:hover {
    box-shadow: 0 8px 40px 1px #115f5b21;
    transform: translateY(-4px)
}

.dbt-root .dbt-post-card:hover .dbt-post-img img {
    filter: saturate(0)
}

.dbt-root .dbt-post-img {
    overflow: hidden;
    border-radius: 22px 22px 0 0;
    aspect-ratio: 16/9
}

.dbt-root .dbt-post-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: filter .7s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform .8s ease;
    filter: saturate(1)
}

.dbt-root .dbt-post-card:hover .dbt-post-img img {
    transform: scale(1.04)
}

.dbt-root .dbt-post-body {
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 1
}

.dbt-root .dbt-post-meta {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap
}

.dbt-root .dbt-post-cat {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #6CAB93;
    font-weight: 700
}

.dbt-root .dbt-post-read {
    font-size: 14px;
    color: #e8ede880
}

.dbt-root .dbt-post-h {
    font-size: 28px;
    line-height: 1.35;
    letter-spacing: -.02em;
    font-weight: 900;
    color: #F3F4DB;
    margin: 0
}

.dbt-root .dbt-post-sub {
    font-size: 21px;
    line-height: 1.35;
    color: #e8ede8b3;
    margin: 0;
    font-weight: 400
}

.dbt-root .dbt-post-desc {
    font-size: 14px;
    line-height: 1.55;
    color: #e8ede8a6;
    margin: 0
}

.dbt-root .dbt-post-footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: auto
}

.dbt-root .dbt-post-author {
    font-size: 14px;
    color: #e8ede88c
}

.dbt-root .dbt-post-stats {
    display: flex;
    flex-direction: row;
    gap: 20px
}

.dbt-root .dbt-stat-item {
    font-size: 14px;
    color: #e8ede873;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px
}

.dbt-root .dbt-stat-icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle
}

.dbt-root .dbt-post-link {
    text-decoration: none;
    display: block
}

.dbt-root .dbt-post-link:focus-visible {
    outline: 3px solid #6CAB93 !important;
    outline-offset: 3px !important;
    border-radius: 22px
}

.dbt-root .dbt-voice-block {
    padding: 80px 0;
    background: linear-gradient(135deg, #0a1918 0%, #112e2c 40%, #0f2422 100%);
    position: relative
}

.dbt-root .dbt-voice-block::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 50px 0 0;
    border-color: #115f5b2e transparent transparent;
    pointer-events: none
}

.dbt-root .dbt-voice-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center
}

@media (max-width: 768px) {
    .dbt-root .dbt-voice-grid {
        grid-template-columns: 1fr;
        gap: 40px
    }
}

.dbt-root .dbt-voice-img-wrap {
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 8px 40px 1px #115f5b21
}

.dbt-root .dbt-voice-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: filter .7s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform .8s ease;
    filter: saturate(1);
    aspect-ratio: 4/3
}

.dbt-root .dbt-voice-img-wrap:hover img {
    filter: saturate(0);
    transform: scale(1.03)
}

.dbt-root .dbt-voice-img-wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent 40%, #0a1918b3 100%);
    pointer-events: none;
    border-radius: 22px
}

.dbt-root .dbt-voice-text {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.dbt-root .dbt-h2 {
    font-size: 38px;
    line-height: 1.1;
    letter-spacing: -.025em;
    font-weight: 900;
    color: #F3F4DB;
    margin: 0
}

@media (max-width: 480px) {
    .dbt-root .dbt-h2 {
        font-size: 28px
    }
}

.dbt-root .dbt-para {
    font-size: 21px;
    line-height: 1.55;
    color: #e8ede8bf;
    margin: 0;
    text-indent: 0
}

.dbt-root .dbt-para-sm {
    font-size: 14px;
    line-height: 1.55;
    color: #e8ede899;
    margin: 0
}

.dbt-root .dbt-para+.dbt-para {
    text-indent: 1.5em
}

.dbt-root .dbt-nav-block {
    padding: 80px 0;
    background-color: #0d1f1e;
    position: relative
}

.dbt-root .dbt-nav-block::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, #115f5b66, transparent)
}

.dbt-root .dbt-nav-dirs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 40px
}

@media (max-width: 1024px) {
    .dbt-root .dbt-nav-dirs {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width: 480px) {
    .dbt-root .dbt-nav-dirs {
        grid-template-columns: 1fr
    }
}

.dbt-root .dbt-dir-card {
    background: linear-gradient(145deg, #122624 0%, #0e2220 100%);
    border-radius: 22px;
    padding: 40px;
    border: 1px solid #6cab931a;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    gap: 20px;
    transition: transform .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .6s ease, border-color .5s ease;
    box-shadow: 0 2px 6px 1px #115f5b12
}

.dbt-root .dbt-dir-card:hover {
    transform: translateY(-6px) perspective(600px) rotateX(2deg);
    box-shadow: 0 8px 40px 1px #115f5b21;
    border-color: #6cab934d
}

.dbt-root .dbt-dir-card:focus-visible {
    outline: 3px solid #6CAB93 !important;
    outline-offset: 3px !important
}

.dbt-root .dbt-dir-icon {
    width: 40px;
    height: 40px;
    border-radius: 22px;
    background: #115f5b4d;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.dbt-root .dbt-dir-icon svg {
    width: 20px;
    height: 20px;
    fill: #6CAB93
}

.dbt-root .dbt-dir-name {
    font-size: 21px;
    line-height: 1.35;
    font-weight: 700;
    color: #F3F4DB;
    margin: 0;
    letter-spacing: -.01em
}

.dbt-root .dbt-dir-desc {
    font-size: 14px;
    line-height: 1.55;
    color: #e8ede88c;
    margin: 0
}

.dbt-root .dbt-rhythm-block {
    padding: 80px 0;
    background: linear-gradient(170deg, #0e2220 0%, #152e2b 35%, #0a1918 70%, #112928 100%);
    position: relative
}

.dbt-root .dbt-rhythm-block::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 70px 70px;
    border-color: transparent transparent #6cab9312;
    pointer-events: none
}

.dbt-root .dbt-rhythm-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start
}

@media (max-width: 768px) {
    .dbt-root .dbt-rhythm-layout {
        grid-template-columns: 1fr;
        gap: 40px
    }
}

.dbt-root .dbt-metric-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 40px
}

.dbt-root .dbt-metric-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px
}

.dbt-root .dbt-metric-label {
    font-size: 14px;
    color: #e8ede8a6;
    width: 140px;
    flex-shrink: 0;
    text-transform: uppercase;
    letter-spacing: .07em
}

.dbt-root .dbt-metric-bar-track {
    flex: 1;
    height: 6px;
    background: #6cab931a;
    border-radius: 1px;
    overflow: hidden
}

.dbt-root .dbt-metric-bar-fill {
    height: 100%;
    border-radius: 1px;
    background: linear-gradient(90deg, #115F5B, #6CAB93);
    animation: dbt-bar-grow 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    transform-origin: left
}

@keyframes dbt-bar-grow {
    from {
        width: 0
    }
}

.dbt-root .dbt-metric-val {
    font-size: 14px;
    color: #6CAB93;
    font-weight: 700;
    width: 40px;
    text-align: right;
    flex-shrink: 0
}

.dbt-root .dbt-rhythm-img-col {
    position: relative
}

.dbt-root .dbt-rhythm-img-wrap {
    border-radius: 38px;
    overflow: hidden;
    box-shadow: 0 8px 40px 1px #115f5b21;
    position: relative
}

.dbt-root .dbt-rhythm-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    aspect-ratio: 3/4;
    transition: filter .8s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform .8s ease;
    filter: saturate(1)
}

.dbt-root .dbt-rhythm-img-wrap:hover img {
    filter: saturate(0);
    transform: scale(1.03)
}

.dbt-root .dbt-rhythm-img-wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, #0a1918a6 0%, transparent 50%);
    pointer-events: none
}

.dbt-root .dbt-habit-block {
    padding: 80px 0;
    background-color: #0f1e1d;
    position: relative
}

.dbt-root .dbt-habit-block::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, #115f5b33, #6cab9359, #115f5b33)
}

.dbt-root .dbt-habit-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center
}

@media (max-width: 768px) {
    .dbt-root .dbt-habit-inner {
        grid-template-columns: 1fr;
        gap: 40px
    }
}

.dbt-root .dbt-habit-img-wrap {
    border-radius: 38px;
    overflow: hidden;
    box-shadow: 0 5px 20px 1px #115f5b17;
    position: relative
}

.dbt-root .dbt-habit-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    aspect-ratio: 4/3;
    transition: filter .7s ease, transform .8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    filter: saturate(1)
}

.dbt-root .dbt-habit-img-wrap:hover img {
    filter: saturate(0);
    transform: scale(1.04)
}

.dbt-root .dbt-habit-img-wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, transparent 60%, #0a191880 100%);
    pointer-events: none
}

.dbt-root .dbt-habit-text {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.dbt-root .dbt-habit-steps {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px
}

.dbt-root .dbt-step {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: flex-start
}

.dbt-root .dbt-step-num {
    width: 40px;
    height: 40px;
    border-radius: 22px;
    background: #115f5b40;
    border: 1px solid #6cab9333;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    color: #6CAB93;
    flex-shrink: 0
}

.dbt-root .dbt-step-body {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.dbt-root .dbt-step-label {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #F3F4DB;
    margin: 0
}

.dbt-root .dbt-step-desc {
    font-size: 14px;
    line-height: 1.55;
    color: #e8ede88c;
    margin: 0
}

.dbt-root .dbt-review-block {
    padding: 80px 0;
    background: linear-gradient(155deg, #0a1918 0%, #0e2523 50%, #112e2b 100%);
    position: relative
}

.dbt-root .dbt-review-block::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 60px 60px 0 0;
    border-color: #115f5b1f transparent transparent;
    pointer-events: none
}

.dbt-root .dbt-review-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-top: 40px
}

@media (max-width: 768px) {
    .dbt-root .dbt-review-grid {
        grid-template-columns: 1fr
    }
}

.dbt-root .dbt-review-card {
    background: #115f5b14;
    border: 1px solid #6cab931f;
    border-radius: 22px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    transition: border-color .5s ease, box-shadow .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 2px 6px 1px #115f5b12
}

.dbt-root .dbt-review-card:hover {
    border-color: #6cab9347;
    box-shadow: 0 5px 20px 1px #115f5b17
}

.dbt-root .dbt-reviewer {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px
}

.dbt-root .dbt-reviewer-portrait {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    border: 2px solid #6cab9340
}

.dbt-root .dbt-reviewer-portrait img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: filter .6s ease;
    filter: saturate(1)
}

.dbt-root .dbt-reviewer-portrait:hover img {
    filter: saturate(0)
}

.dbt-root .dbt-reviewer-info {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.dbt-root .dbt-reviewer-name {
    font-size: 14px;
    font-weight: 700;
    color: #F3F4DB;
    margin: 0
}

.dbt-root .dbt-reviewer-role {
    font-size: 14px;
    color: #e8ede880;
    margin: 0
}

.dbt-root .dbt-review-text {
    font-size: 14px;
    line-height: 1.55;
    color: #e8ede8b3;
    margin: 0;
    font-style: italic
}

.dbt-root .dbt-stars-wrap {
    display: flex;
    flex-direction: row;
    align-items: center
}

@media (max-width: 1024px) {
    .dbt-root .dbt-post-body {
        padding: 20px
    }
}

@media (max-width: 480px) {
    .dbt-root .dbt-post-body {
        padding: 20px;
        gap: 10px
    }

    .dbt-root .dbt-voice-text,
    .dbt-root .dbt-habit-text {
        gap: 10px
    }
}

.blg-root {
    background-color: #0d1f1e;
    min-height: 100vh;
    overflow-x: hidden
}

.blg-root .pg-container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 40px
}

.blg-root .divider-grad {
    height: 1px;
    background: linear-gradient(90deg, transparent, #6CAB93, transparent);
    margin: 0
}

.blg-root .arr-indicator {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0
}

.blg-root .arr-indicator svg {
    opacity: .35;
    width: 18px;
    height: 18px;
    fill: #6CAB93
}

.blg-root .posts-band {
    padding: 80px 0;
    background-color: #0d1f1e
}

.blg-root .posts-band .band-top {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 40px;
    gap: 20px
}

.blg-root .posts-band .band-label {
    font-size: 14px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #6CAB93;
    margin-bottom: 10px
}

.blg-root .posts-band .band-heading {
    font-size: 38px;
    line-height: 1.1;
    letter-spacing: -.02em;
    font-weight: 900;
    color: #F3F4DB;
    margin: 0
}

.blg-root .posts-band .band-sub {
    font-size: 14px;
    line-height: 1.55;
    color: #6CAB93;
    max-width: 320px;
    text-align: right
}

.blg-root .posts-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px
}

.blg-root .post-card {
    background: linear-gradient(160deg, #122e2b 0%, #0d1f1e 100%);
    border-radius: 22px;
    box-shadow: 0 8px 40px 1px #115f5b21;
    display: flex;
    flex-direction: row;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    transition: box-shadow .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform .5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border: 1px solid #6cab931f
}

.blg-root .post-card:hover {
    box-shadow: 0 8px 40px 1px #115f5b38;
    transform: translateY(-4px)
}

.blg-root .post-card .card-img-wrap {
    width: 340px;
    min-width: 340px;
    overflow: hidden;
    position: relative;
    flex-shrink: 0
}

.blg-root .post-card .card-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: saturate(0.85);
    transition: filter .7s ease, transform .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.blg-root .post-card:hover .card-img-wrap img {
    filter: saturate(0);
    transform: scale(1.04)
}

.blg-root .post-card .card-body {
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    gap: 20px
}

.blg-root .post-card .card-tags {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px
}

.blg-root .post-card .tag-art {
    font-size: 14px;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #0d1f1e;
    background-color: #6CAB93;
    padding: 4px 14px;
    border-radius: 1px;
    font-weight: 700
}

.blg-root .post-card .tag-cat {
    font-size: 14px;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #F3F4DB;
    background-color: #115f5b99;
    padding: 4px 14px;
    border-radius: 1px;
    font-weight: 600;
    border: 1px solid #6cab9340
}

.blg-root .post-card .card-text-group {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.blg-root .post-card .card-title {
    font-size: 28px;
    line-height: 1.1;
    letter-spacing: -.02em;
    font-weight: 900;
    color: #F3F4DB;
    margin: 0
}

.blg-root .post-card .card-subtitle {
    font-size: 14px;
    line-height: 1.35;
    color: #6CAB93;
    margin: 0;
    font-weight: 600;
    letter-spacing: .03em
}

.blg-root .post-card .card-desc {
    font-size: 14px;
    line-height: 1.55;
    color: #f3f4dbb8;
    margin: 0
}

.blg-root .post-card .card-meta {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px
}

.blg-root .post-card .meta-author {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px
}

.blg-root .post-card .meta-dot {
    width: 8px;
    height: 8px;
    border-radius: 38px;
    background-color: #6CAB93;
    flex-shrink: 0
}

.blg-root .post-card .meta-author-name {
    font-size: 14px;
    color: #F3F4DB;
    font-weight: 700;
    letter-spacing: .03em
}

.blg-root .post-card .meta-stats {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px
}

.blg-root .post-card .meta-stat-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: #f3f4db8c
}

.blg-root .post-card .meta-stat-item svg {
    width: 14px;
    height: 14px;
    fill: #6cab9399;
    flex-shrink: 0
}

.blg-root .post-card .meta-readtime {
    font-size: 14px;
    color: #f3f4db73;
    letter-spacing: .04em
}

.blg-root .post-card .card-read-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-weight: 700;
    color: #F3F4DB;
    background: transparent;
    border: 1px solid #6cab9366;
    padding: 12px 24px;
    border-radius: 1px;
    cursor: pointer;
    text-decoration: none;
    align-self: flex-start;
    position: relative;
    overflow: hidden;
    transition: border-color .5s ease, color .5s ease, background-color .5s ease
}

.blg-root .post-card .card-read-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #6cab9326;
    transition: left .5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.blg-root .post-card:hover .card-read-btn::before {
    left: 0
}

.blg-root .post-card .card-read-btn:hover {
    border-color: #6CAB93;
    color: #6CAB93
}

.blg-root .post-card .btn-arrow {
    display: inline-block;
    width: 14px;
    height: 14px
}

.blg-root .post-card .btn-arrow svg {
    width: 14px;
    height: 14px;
    fill: currentColor
}

.blg-root .post-card .card-border-trace {
    position: absolute;
    inset: 0;
    border-radius: 22px;
    border: 2px solid transparent;
    transition: border-color .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    pointer-events: none
}

.blg-root .post-card:hover .card-border-trace {
    border-color: #6cab9359
}

.blg-root .post-card .diag-stripe {
    position: absolute;
    top: 0;
    right: 0;
    width: 120px;
    height: 120px;
    overflow: hidden;
    pointer-events: none
}

.blg-root .post-card .diag-stripe::after {
    content: '';
    position: absolute;
    top: -40px;
    right: -40px;
    width: 120px;
    height: 120px;
    background: repeating-linear-gradient(135deg, transparent, transparent 6px, #6cab930a 6px, #6cab930a 8px)
}

.blg-root .feat-band {
    padding: 80px 0;
    background: linear-gradient(160deg, #0a1918 0%, #122e2b 55%, #0d1f1e 100%);
    position: relative
}

.blg-root .feat-band::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: repeating-linear-gradient(-62deg, transparent, transparent 28px, #115f5b0d 28px, #115f5b0d 30px);
    pointer-events: none
}

.blg-root .feat-band .feat-top {
    margin-bottom: 40px
}

.blg-root .feat-band .feat-eyebrow {
    font-size: 14px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #6CAB93;
    margin-bottom: 10px
}

.blg-root .feat-band .feat-heading {
    font-size: 38px;
    line-height: 1.1;
    letter-spacing: -.02em;
    font-weight: 900;
    color: #F3F4DB;
    margin: 0 0 10px;
    max-width: 560px
}

.blg-root .feat-band .feat-desc {
    font-size: 14px;
    line-height: 1.55;
    color: #f3f4dba6;
    max-width: 520px;
    text-indent: 1.5em
}

.blg-root .feat-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px
}

.blg-root .feat-item {
    background: #115f5b26;
    border: 1px solid #6cab9324;
    border-radius: 22px;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    position: relative;
    overflow: hidden;
    transition: background-color .6s ease, border-color .5s ease, box-shadow .6s ease
}

.blg-root .feat-item:hover {
    background: #115f5b47;
    border-color: #6cab9359;
    box-shadow: 0 5px 20px 1px #115f5b17
}

.blg-root .feat-item .feat-icon {
    width: 44px;
    height: 44px;
    background: #6cab9326;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    flex-shrink: 0
}

.blg-root .feat-item .feat-icon svg {
    width: 22px;
    height: 22px;
    fill: #6CAB93
}

.blg-root .feat-item .feat-item-label {
    font-size: 21px;
    line-height: 1.1;
    font-weight: 900;
    letter-spacing: -.01em;
    color: #F3F4DB;
    margin: 0
}

.blg-root .feat-item .feat-item-desc {
    font-size: 14px;
    line-height: 1.55;
    color: #f3f4dba6;
    margin: 0
}

.blg-root .feat-item .feat-dot {
    width: 6px;
    height: 6px;
    border-radius: 38px;
    background-color: #6CAB93;
    position: absolute;
    top: 20px;
    right: 20px
}

.blg-root .about-band {
    padding: 80px 0;
    background-color: #0d1f1e
}

.blg-root .about-band .about-inner {
    display: flex;
    flex-direction: row;
    gap: 80px;
    align-items: center
}

.blg-root .about-band .about-img-col {
    flex: 0 0 420px;
    position: relative
}

.blg-root .about-band .about-img-frame {
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 8px 40px 1px #115f5b21;
    border: 2px solid #6cab9333
}

.blg-root .about-band .about-img-frame img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    display: block;
    filter: saturate(0.8);
    transition: filter .7s ease
}

.blg-root .about-band .about-img-frame:hover img {
    filter: saturate(0)
}

.blg-root .about-band .about-text-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px
}

.blg-root .about-band .about-eyebrow {
    font-size: 14px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #6CAB93
}

.blg-root .about-band .about-heading {
    font-size: 38px;
    line-height: 1.1;
    letter-spacing: -.02em;
    font-weight: 900;
    color: #F3F4DB;
    margin: 0
}

.blg-root .about-band .about-para {
    font-size: 14px;
    line-height: 1.55;
    color: #f3f4dbb8;
    text-indent: 1.5em;
    margin: 0
}

.blg-root .about-band .about-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px
}

.blg-root .about-band .about-list li {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    line-height: 1.55;
    color: #f3f4dbb8
}

.blg-root .about-band .about-list li .list-dot {
    width: 7px;
    height: 7px;
    border-radius: 38px;
    background-color: #115F5B;
    border: 1.5px solid #6CAB93;
    flex-shrink: 0;
    margin-top: 6px
}

.blg-root .about-band .about-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-weight: 700;
    color: #F3F4DB;
    background: linear-gradient(135deg, #115F5B 0%, #0d4a46 100%);
    padding: 14px 28px;
    border-radius: 1px;
    text-decoration: none;
    align-self: flex-start;
    position: relative;
    overflow: hidden;
    transition: box-shadow .6s ease, background-color .5s ease;
    box-shadow: 0 5px 20px 1px #115f5b17
}

.blg-root .about-band .about-link:hover {
    box-shadow: 0 8px 40px 1px #115f5b21;
    background: linear-gradient(135deg, #1a7a74 0%, #115F5B 100%)
}

.blg-root .about-band .about-link svg {
    width: 14px;
    height: 14px;
    fill: currentColor
}

@media (max-width: 1024px) {
    .blg-root .pg-container {
        padding: 0 20px
    }

    .blg-root .post-card {
        flex-direction: column
    }

    .blg-root .post-card .card-img-wrap {
        width: 100%;
        min-width: unset;
        height: 260px
    }

    .blg-root .feat-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .blg-root .about-band .about-inner {
        flex-direction: column;
        gap: 40px
    }

    .blg-root .about-band .about-img-col {
        flex: unset;
        width: 100%
    }
}

@media (max-width: 768px) {
    .blg-root .posts-band {
        padding: 40px 0
    }

    .blg-root .posts-band .band-top {
        flex-direction: column;
        align-items: flex-start
    }

    .blg-root .posts-band .band-sub {
        text-align: left
    }

    .blg-root .posts-band .band-heading {
        font-size: 28px
    }

    .blg-root .post-card .card-body {
        padding: 20px
    }

    .blg-root .post-card .card-title {
        font-size: 21px
    }

    .blg-root .feat-band {
        padding: 40px 0
    }

    .blg-root .feat-grid {
        grid-template-columns: 1fr
    }

    .blg-root .feat-band .feat-heading {
        font-size: 28px
    }

    .blg-root .about-band {
        padding: 40px 0
    }

    .blg-root .about-band .about-heading {
        font-size: 28px
    }

    .blg-root .about-band .about-inner {
        gap: 20px
    }
}

@media (max-width: 480px) {
    .blg-root .pg-container {
        padding: 0 10px
    }

    .blg-root .post-card .card-meta {
        flex-direction: column;
        align-items: flex-start
    }

    .blg-root .posts-band .band-heading {
        font-size: 21px
    }
}

.auth-pg {
    background: #0d1f1e;
    color: #e8ede8;
    overflow-x: hidden;
    position: relative
}

.auth-pg .pg-limiter {
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px
}

.auth-pg .sch-block {
    display: none
}

.auth-pg .prof-band {
    padding-top: 80px;
    padding-bottom: 80px;
    background: linear-gradient(170deg, #0d2825 0%, #0d1f1e 100%);
    position: relative
}

.auth-pg .prof-band::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: repeating-linear-gradient(0deg, transparent, transparent 28px, #6cab930a 28px, #6cab930a 29px), repeating-linear-gradient(90deg, transparent, transparent 28px, #6cab930a 28px, #6cab930a 29px);
    pointer-events: none
}

.auth-pg .prof-band::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 60px;
    background: #0d1f1e;
    clip-path: polygon(0 60px, 100% 0, 100% 60px);
    pointer-events: none
}

.auth-pg .prof-inner {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 80px;
    position: relative;
    z-index: 1
}

.auth-pg .prof-portrait-col {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px
}

.auth-pg .portrait-frame {
    width: 220px;
    height: 330px;
    border-radius: 38px;
    overflow: hidden;
    box-shadow: 0 8px 40px 1px #115f5b21;
    border: 2px solid #6cab9340;
    flex-shrink: 0
}

.auth-pg .portrait-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: filter .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.auth-pg .portrait-frame img:hover {
    filter: saturate(0)
}

.auth-pg .portrait-tag {
    display: inline-block;
    background: #115f5b80;
    border: 1px solid #6cab934d;
    color: #6CAB93;
    font-size: 14px;
    letter-spacing: .08em;
    padding: 10px 20px;
    border-radius: 22px;
    text-transform: uppercase
}

.auth-pg .prof-text-col {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-top: 20px
}

.auth-pg .prof-eyebrow {
    font-size: 14px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #6CAB93;
    margin: 0
}

.auth-pg .prof-name {
    font-size: 70px;
    line-height: 1.1;
    letter-spacing: -.03em;
    font-weight: 900;
    margin: 0;
    color: #e8ede8
}

.auth-pg .prof-name .accent-word {
    color: #6CAB93
}

.auth-pg .prof-tagline {
    font-size: 21px;
    line-height: 1.35;
    color: #e8ede8b3;
    margin: 0;
    max-width: 520px
}

.auth-pg .prof-divider {
    width: 60px;
    height: 2px;
    background: linear-gradient(90deg, #6CAB93, transparent);
    border-radius: 1px
}

.auth-pg .prof-bio-short {
    font-size: 21px;
    line-height: 1.55;
    color: #e8ede8d9;
    margin: 0;
    max-width: 560px;
    text-indent: 1.5em
}

.auth-pg .prof-stats-row {
    display: flex;
    flex-direction: row;
    gap: 40px;
    margin-top: 20px
}

.auth-pg .stat-item {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.auth-pg .stat-num {
    font-size: 38px;
    line-height: 1.1;
    font-weight: 900;
    color: #F3F4DB;
    letter-spacing: -.02em
}

.auth-pg .stat-label {
    font-size: 14px;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #e8ede880
}

.auth-pg .strip-accent {
    display: inline-block;
    width: 3px;
    background: #6CAB93;
    border-radius: 1px;
    height: 0;
    transition: height .7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    vertical-align: middle;
    margin-right: 10px
}

.auth-pg .stat-item:hover .strip-accent {
    height: 38px
}

.auth-pg .expertise-band {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #F3F4DB;
    position: relative
}

.auth-pg .expertise-band::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 50px;
    background: #0e2422;
    clip-path: polygon(0 0, 100% 50px, 100% 50px, 0 50px);
    pointer-events: none
}

.auth-pg .exp-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start
}

.auth-pg .exp-narrative {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.auth-pg .exp-label {
    font-size: 14px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #115F5B;
    margin: 0
}

.auth-pg .exp-heading {
    font-size: 38px;
    line-height: 1.1;
    font-weight: 900;
    letter-spacing: -.025em;
    color: #0d1f1e;
    margin: 0
}

.auth-pg .exp-heading .accent-word {
    color: #115F5B
}

.auth-pg .exp-para {
    font-size: 21px;
    line-height: 1.55;
    color: #1e3533;
    margin: 0;
    text-indent: 1.5em
}

.auth-pg .exp-para+.exp-para {
    margin-top: 0
}

.auth-pg .exp-visual-col {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.auth-pg .exp-img-frame {
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 5px 20px 1px #115f5b17;
    border: 1px solid #115f5b26
}

.auth-pg .exp-img-frame img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: filter .7s ease
}

.auth-pg .exp-img-frame img:hover {
    filter: saturate(0)
}

.auth-pg .exp-data-strip {
    background: #115F5B;
    border-radius: 22px;
    padding: 20px 40px;
    display: flex;
    flex-direction: column;
    gap: 10px
}

.auth-pg .data-strip-heading {
    font-size: 14px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #f3f4dbb3;
    margin: 0
}

.auth-pg .data-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #f3f4db1a
}

.auth-pg .data-row:last-child {
    border-bottom: none
}

.auth-pg .data-key {
    font-size: 14px;
    color: #f3f4dba6;
    letter-spacing: .04em
}

.auth-pg .data-val {
    font-size: 21px;
    font-weight: 700;
    color: #F3F4DB;
    letter-spacing: -.01em
}

.auth-pg .exp-img-pair {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px
}

.auth-pg .exp-img-pair .exp-img-frame img {
    height: 180px
}

.auth-pg .approach-band {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #0e2422;
    position: relative
}

.auth-pg .approach-inner {
    display: flex;
    flex-direction: column;
    gap: 80px
}

.auth-pg .approach-top {
    display: flex;
    flex-direction: row;
    gap: 80px;
    align-items: flex-start
}

.auth-pg .approach-text-block {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    gap: 20px
}

.auth-pg .approach-label {
    font-size: 14px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #6CAB93;
    margin: 0
}

.auth-pg .approach-heading {
    font-size: 54px;
    line-height: 1.1;
    font-weight: 900;
    letter-spacing: -.03em;
    color: #e8ede8;
    margin: 0
}

.auth-pg .approach-heading .accent-word {
    color: #6CAB93
}

.auth-pg .approach-para {
    font-size: 21px;
    line-height: 1.55;
    color: #e8ede8c7;
    margin: 0;
    text-indent: 1.5em
}

.auth-pg .approach-img-block {
    flex: 0 0 420px;
    display: flex;
    flex-direction: column;
    gap: 20px
}

.auth-pg .approach-img-wrap {
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 8px 40px 1px #115f5b21;
    border: 1px solid #6cab932e;
    position: relative
}

.auth-pg .approach-img-wrap img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: filter .8s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.auth-pg .approach-img-wrap img:hover {
    filter: saturate(0)
}

.auth-pg .img-caption {
    font-size: 14px;
    color: #e8ede873;
    letter-spacing: .05em;
    text-align: center
}

.auth-pg .pillars-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px
}

.auth-pg .pillar-card {
    background: #115f5b26;
    border: 1px solid #6cab932e;
    border-radius: 22px;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
    overflow: hidden;
    transition: border-color .5s ease, box-shadow .5s ease
}

.auth-pg .pillar-card::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: #6CAB93;
    border-radius: 1px;
    transform: scaleY(0);
    transform-origin: bottom;
    transition: transform .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.auth-pg .pillar-card:hover::before {
    transform: scaleY(1)
}

.auth-pg .pillar-card:hover {
    border-color: #6cab9373;
    box-shadow: 0 5px 20px 1px #115f5b17
}

.auth-pg .pillar-num {
    font-size: 38px;
    font-weight: 900;
    color: #6cab9340;
    line-height: 1.1;
    letter-spacing: -.03em
}

.auth-pg .pillar-title {
    font-size: 21px;
    font-weight: 700;
    color: #F3F4DB;
    line-height: 1.35;
    margin: 0
}

.auth-pg .pillar-desc {
    font-size: 14px;
    line-height: 1.55;
    color: #e8ede89e;
    margin: 0
}

.auth-pg .review-strip {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: stretch
}

.auth-pg .review-card {
    flex: 1 1 0;
    background: #f3f4db0d;
    border: 1px solid #f3f4db1a;
    border-radius: 22px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    transition: background .6s ease, border-color .6s ease
}

.auth-pg .review-card:hover {
    background: #f3f4db17;
    border-color: #f3f4db33
}

.auth-pg .review-stars {
    margin: 0
}

.auth-pg .review-text {
    font-size: 21px;
    line-height: 1.55;
    color: #e8ede8d1;
    margin: 0;
    font-style: italic
}

.auth-pg .review-author {
    font-size: 14px;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #6CAB93;
    margin: 0
}

@keyframes fadeSlideUp {
    from {
        opacity: 0;
        transform: translateY(24px)
    }

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

.auth-pg .pillar-card {
    animation: fadeSlideUp .7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both
}

.auth-pg .pillar-card:nth-child(1) {
    animation-delay: .1s
}

.auth-pg .pillar-card:nth-child(2) {
    animation-delay: .25s
}

.auth-pg .pillar-card:nth-child(3) {
    animation-delay: .4s
}

.auth-pg .review-card {
    animation: fadeSlideUp .7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both
}

.auth-pg .review-card:nth-child(1) {
    animation-delay: .15s
}

.auth-pg .review-card:nth-child(2) {
    animation-delay: .3s
}

.auth-pg .review-card:nth-child(3) {
    animation-delay: .45s
}

@media (max-width: 1024px) {
    .auth-pg .prof-inner {
        gap: 40px
    }

    .auth-pg .prof-name {
        font-size: 54px
    }

    .auth-pg .exp-grid {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .auth-pg .approach-top {
        flex-direction: column;
        gap: 40px
    }

    .auth-pg .approach-img-block {
        flex: 0 0 auto;
        width: 100%
    }

    .auth-pg .approach-heading {
        font-size: 38px
    }

    .auth-pg .pillars-row {
        grid-template-columns: 1fr 1fr
    }
}

@media (max-width: 768px) {
    .auth-pg .pg-limiter {
        padding-left: 20px;
        padding-right: 20px
    }

    .auth-pg .prof-inner {
        flex-direction: column;
        align-items: center;
        gap: 40px
    }

    .auth-pg .prof-text-col {
        align-items: center;
        text-align: center;
        padding-top: 0
    }

    .auth-pg .prof-name {
        font-size: 38px
    }

    .auth-pg .prof-stats-row {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center
    }

    .auth-pg .prof-bio-short {
        text-indent: 0
    }

    .auth-pg .prof-divider {
        margin: 0 auto
    }

    .auth-pg .exp-para {
        text-indent: 0
    }

    .auth-pg .approach-para {
        text-indent: 0
    }

    .auth-pg .pillars-row {
        grid-template-columns: 1fr
    }

    .auth-pg .review-strip {
        flex-direction: column
    }

    .auth-pg .exp-img-pair {
        grid-template-columns: 1fr
    }

    .auth-pg .approach-heading {
        font-size: 28px
    }

    .auth-pg .prof-band {
        padding-top: 40px;
        padding-bottom: 80px
    }

    .auth-pg .expertise-band {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .auth-pg .approach-band {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

@media (max-width: 480px) {
    .auth-pg .prof-name {
        font-size: 28px
    }

    .auth-pg .stat-num {
        font-size: 28px
    }

    .auth-pg .exp-heading {
        font-size: 28px
    }

    .auth-pg .review-card {
        padding: 20px
    }

    .auth-pg .pillar-card {
        padding: 20px
    }
}

.success-page-root {
    background-color: #0d1f1e;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 80px 20px
}

.success-page-root .success-wrap {
    max-width: 1320px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px
}

.success-page-root .success-card {
    background: linear-gradient(160deg, #112b28 0%, #0d1f1e 100%);
    border: 1px solid #6cab932e;
    border-radius: 38px;
    padding: 80px;
    max-width: 640px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    box-shadow: 0 8px 40px 1px #115f5b21
}

.success-page-root .success-icon-wrap {
    width: 80px;
    height: 80px;
    border-radius: 38px;
    background: linear-gradient(145deg, #115F5B 0%, transparent 100%);
    border: 1px solid #6cab934d;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 5px 20px 1px #115f5b17
}

.success-page-root .success-icon-wrap svg {
    width: 36px;
    height: 36px
}

.success-page-root .success-text-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    text-align: center
}

.success-page-root .success-heading {
    font-size: 38px;
    line-height: 1.1;
    letter-spacing: -.03em;
    font-weight: 900;
    color: #F3F4DB;
    margin: 0
}

.success-page-root .success-subtext {
    font-size: 21px;
    line-height: 1.55;
    color: #6CAB93;
    margin: 0
}

.success-page-root .success-body {
    font-size: 14px;
    line-height: 1.55;
    color: #f3f4dba6;
    margin: 0;
    max-width: 420px
}

.success-page-root .success-divider {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, #6cab9340 50%, transparent 100%)
}

.success-page-root .success-actions {
    display: flex;
    flex-direction: row;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center
}

.success-page-root .btn-primary {
    display: inline-block;
    padding: 20px 40px;
    background: #115F5B;
    color: #F3F4DB;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 22px;
    border: none;
    cursor: pointer;
    box-shadow: 0 5px 20px 1px #115f5b17;
    transition: background-color .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .5s ease, transform .5s ease;
    position: relative;
    overflow: hidden
}

.success-page-root .btn-primary:hover {
    background: #6CAB93;
    color: #0d1f1e;
    box-shadow: 0 8px 40px 1px #115f5b21;
    transform: translateY(-2px)
}

.success-page-root .btn-primary:focus {
    outline: 2px solid #6CAB93;
    outline-offset: 4px
}

.success-page-root .btn-secondary {
    display: inline-block;
    padding: 20px 40px;
    background: transparent;
    color: #6CAB93;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 22px;
    border: 1px solid #6cab9359;
    cursor: pointer;
    transition: border-color .7s ease, color .6s ease, background-color .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.success-page-root .btn-secondary:hover {
    border-color: #6CAB93;
    color: #F3F4DB;
    background-color: #6cab9314
}

.success-page-root .btn-secondary:focus {
    outline: 2px solid #6CAB93;
    outline-offset: 4px
}

.success-page-root .success-brand-note {
    font-size: 14px;
    line-height: 1.55;
    color: #6cab9373;
    text-align: center;
    letter-spacing: .02em
}

@media (max-width: 768px) {
    .success-page-root .success-card {
        padding: 40px 20px;
        border-radius: 22px
    }

    .success-page-root .success-heading {
        font-size: 28px
    }

    .success-page-root .success-subtext {
        font-size: 21px
    }

    .success-page-root .success-actions {
        flex-direction: column;
        align-items: stretch
    }

    .success-page-root .btn-primary,
    .success-page-root .btn-secondary {
        text-align: center
    }
}

@media (max-width: 480px) {
    .success-page-root {
        padding: 40px 10px
    }

    .success-page-root .success-card {
        gap: 20px
    }
}