.t7-theme {
    --t7-bg: #f7f6fb;
    --t7-surface: #ffffff;
    --t7-border: #e6e3f0;
    --t7-ink: #171522;
    --t7-muted: #6b6880;
    --t7-deep: #100f19;
    --t7-slate: #475569;
    --t7-accent: #7c3aed;
    --t7-accent-2: #a855f7;
    --t7-ring: rgba(124, 58, 237, 0.18);
    background: var(--t7-bg);
    color: var(--t7-ink);
    font-family: "DM Sans", sans-serif;
}

.t7-theme * {
    box-sizing: border-box;
}

.t7-theme a {
    color: inherit;
    text-decoration: none;
}

.t7-theme h1,
.t7-theme h2,
.t7-theme h3,
.t7-theme h4 {
    font-family: "Space Grotesk", sans-serif;
    letter-spacing: -0.01em;
    color: var(--t7-ink);
    margin: 0;
}

.t7-theme p {
    margin: 0;
    color: var(--t7-muted);
}

.t7-theme .preloader-area-wrap {
    display: none;
}

.t7-theme .preloader-activate.preloader-active {
    position: fixed;
    inset: 0;
    z-index: 2000;
}

.t7-theme .preloader-activate.preloader-active .preloader-area-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    inset: 0;
    background: #f8f6fb;
}

.preloader-area-wrap .spinner {
    flex-direction: column;
    gap: 10px;
}

.preloader-area-wrap .t7-loader {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 3px solid rgba(23, 20, 32, 0.16);
    border-top-color: #5a1ac9;
    animation: t7-loader-spin 0.8s linear infinite;
}

.preloader-area-wrap .t7-loader__sr {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    clip-path: inset(100%);
    white-space: nowrap;
    border: 0;
}

@keyframes t7-loader-spin {
    to {
        transform: rotate(360deg);
    }
}

.t7-theme .t7-header {
    position: sticky;
    top: 0;
    z-index: 1200;
    background: rgba(248, 246, 252, 0.9);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(23, 20, 32, 0.06);
}

.t7-theme .t7-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 84px;
    gap: 20px;
}

.t7-theme .t7-header__logo img {
    max-height: 42px;
    width: auto;
}

.t7-theme .t7-nav {
    display: flex;
    align-items: center;
    gap: 28px;
}

.t7-theme .t7-nav a {
    font-size: 14px;
    font-weight: 700;
    color: #262234;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.t7-theme .t7-nav a:hover {
    color: var(--t7-accent);
}

.t7-theme .t7-header__actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.t7-theme .t7-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 22px;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition: all 0.2s ease;
    border: 1px solid transparent;
}

.t7-theme .t7-btn-primary {
    background: linear-gradient(135deg, var(--t7-accent) 0%, var(--t7-accent-2) 100%);
    color: #fff;
    box-shadow: 0 14px 24px rgba(90, 26, 201, 0.24);
}

.t7-theme .t7-btn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 18px 28px rgba(90, 26, 201, 0.32);
    color: #fff;
}

.t7-theme .t7-btn-secondary {
    border-color: var(--t7-border);
    background: #fff;
    color: var(--t7-ink);
}

.t7-theme .t7-btn-secondary:hover {
    border-color: var(--t7-accent);
    color: var(--t7-accent);
}

.t7-theme .t7-menu-btn {
    display: none;
    width: 46px;
    height: 46px;
    border-radius: 12px;
    border: 1px solid var(--t7-border);
    background: #fff;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    padding: 0;
}

.t7-theme .t7-menu-btn span {
    width: 18px;
    height: 2px;
    border-radius: 8px;
    background: var(--t7-ink);
}

.t7-theme .t7-footer {
    background: #f0eafb;
    border-top: 1px solid #dcdce5;
    padding: 58px 0 24px;
}

.t7-theme .t7-footer__grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
    gap: 24px;
}

.t7-theme .t7-footer__logo img {
    max-height: 44px;
    width: auto;
}

.t7-theme .t7-footer p {
    margin-top: 12px;
    line-height: 1.65;
}

.t7-theme .t7-footer__meta {
    margin-top: 10px;
    color: #423e72;
    font-size: 13px;
    line-height: 1.5;
}

.t7-theme .t7-footer h4 {
    margin-bottom: 12px;
    font-size: 18px;
}

.t7-theme .t7-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 8px;
}

.t7-theme .t7-footer ul a:hover {
    color: var(--t7-accent);
}

.t7-theme .t7-footer__bottom {
    margin-top: 28px;
    padding-top: 18px;
    border-top: 1px solid #dadae4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    color: #4a467a;
    font-size: 13px;
}

.t7-theme .t7-footer__bottom div {
    display: flex;
    align-items: center;
    gap: 14px;
}

.t7-theme .mobile-menu-overlay.t7-mobile-nav {
    position: fixed;
    inset: 0;
    background: rgba(27, 23, 37, 0.75);
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s ease;
    z-index: 1400;
}

.t7-theme .mobile-menu-overlay.t7-mobile-nav.active {
    opacity: 1;
    visibility: visible;
}

.t7-theme .t7-mobile-nav::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: min(90vw, 360px);
    height: 100%;
    background: #ffffff;
    box-shadow: -14px 0 40px rgba(36, 18, 68, 0.16);
}

.t7-theme .t7-mobile-nav__head,
.t7-theme .t7-mobile-nav__body {
    position: relative;
    margin-left: auto;
    width: min(90vw, 360px);
}

.t7-theme .t7-mobile-nav__head {
    min-height: 74px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    border-bottom: 1px solid #ebe4f6;
}

.t7-theme .t7-mobile-nav__head img {
    max-height: 34px;
    width: auto;
}

.t7-theme .t7-mobile-nav__close {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    border: 1px solid #e3d9f3;
    background: #fff;
    font-size: 24px;
    line-height: 1;
    color: #383462;
}

.t7-theme .t7-mobile-nav__body {
    padding: 12px 16px 18px;
    height: calc(100vh - 74px);
    overflow: auto;
}

.t7-theme .t7-mobile-nav__body ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.t7-theme .t7-mobile-nav__body > ul > li {
    border-bottom: 1px solid #ede7f8;
}

.t7-theme .t7-mobile-nav__body a {
    display: block;
    padding: 12px 0;
    color: #312e55;
    font-size: 14px;
    font-weight: 700;
}

.t7-theme .t7-mobile-nav__body .sub-menu {
    display: none;
    padding-bottom: 10px;
}

.t7-theme .t7-mobile-nav__body .sub-menu a {
    font-size: 13px;
    font-weight: 600;
    color: #545086;
    padding: 8px 0 8px 14px;
}

.t7-theme .t7-mobile-nav__cta {
    margin-top: 16px;
    display: grid;
    gap: 8px;
}

.t7-theme .t7-mobile-nav__cta .t7-btn {
    width: 100%;
}

.t7-theme .t7-scroll-top {
    position: fixed;
    right: 26px;
    bottom: 26px;
    width: 46px;
    height: 46px;
    border-radius: 12px;
    background: linear-gradient(145deg, #621dd8, #621bdc);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.28);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    box-shadow: 0 16px 28px rgba(98, 29, 216, 0.32);
}

.t7-theme .t7-scroll-top:hover {
    color: #fff;
}

.t7-inner .t7-page-hero {
    padding: 38px 0 28px;
}

.t7-inner .t7-page-hero__inner {
    border: 1px solid var(--t7-border);
    border-radius: 20px;
    background: linear-gradient(120deg, #27124b 0%, #4f2498 100%);
    padding: 38px 28px;
}

.t7-inner .t7-page-hero__title {
    color: #fff;
    text-align: center;
    font-size: clamp(30px, 4.2vw, 46px);
    line-height: 1.05;
}

.t7-inner .t7-page-hero__lead {
    text-align: center;
    color: rgba(243, 238, 253, 0.92);
    margin-top: 10px;
    font-size: 16px;
}

.t7-inner .section-space--inner--120,
.t7-inner .section-space--inner--top--120,
.t7-inner .section-space--inner--bottom--120 {
    padding-top: 68px;
    padding-bottom: 68px;
}

.t7-inner .section-space--inner--80 {
    padding-top: 46px;
    padding-bottom: 46px;
}

.t7-inner .t7-services-pack__hero {
    border: 1px solid var(--t7-border);
    border-radius: 20px;
    background: linear-gradient(180deg, #f8f5fe 0%, #ffffff 100%);
    padding: 34px 30px;
    margin-bottom: 28px;
}

.t7-inner .t7-services-pack__hero .t7-eyebrow {
    background: #f1ebfc;
    border-color: #e2d4fa;
    color: #4b2b82;
}

.t7-inner .t7-services-pack__hero h1 {
    color: var(--t7-ink);
    margin-top: 12px;
    font-size: clamp(32px, 4.6vw, 52px);
    line-height: 1.03;
}

.t7-inner .t7-services-pack__hero p {
    color: #4c487a;
    max-width: 860px;
    margin-top: 12px;
    font-size: 16px;
    line-height: 1.75;
}

.t7-inner .t7-services-pack__chips {
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.t7-inner .t7-services-pack__chips span {
    min-height: 34px;
    border-radius: 999px;
    border: 1px solid #e3d6fa;
    color: #47427b;
    background: #f8f4fe;
    padding: 0 14px;
    display: inline-flex;
    align-items: center;
    font-size: 12px;
    font-weight: 700;
}

.t7-inner .t7-services-pack__grid-wrap {
    margin-bottom: 24px;
}

.t7-inner .t7-services-tabs {
    display: grid;
    grid-template-columns: minmax(280px, 0.95fr) minmax(0, 1.45fr);
    gap: 18px;
}

.t7-inner .t7-services-tabs__nav {
    display: grid;
    gap: 10px;
}

.t7-inner .t7-services-tabs__nav-item {
    border: 1px solid var(--t7-border);
    background: #fff;
    border-radius: 14px;
    min-height: 80px;
    padding: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
    text-align: left;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.t7-inner .t7-services-tabs__nav-item:hover {
    border-color: #ceb8f4;
    transform: translateY(-1px);
}

.t7-inner .t7-services-tabs__nav-item.is-active {
    border-color: #bb9fec;
    box-shadow: 0 10px 24px rgba(58, 30, 107, 0.08);
    background: #fbf9fe;
}

.t7-inner .t7-services-tabs__nav-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    border: 1px solid #e1d4f8;
    background: #f4effd;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--t7-accent);
    flex-shrink: 0;
}

.t7-inner .t7-services-tabs__nav-icon svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
}

.t7-inner .t7-services-tabs__nav-copy {
    display: grid;
    gap: 4px;
}

.t7-inner .t7-services-tabs__nav-copy strong {
    font-size: 17px;
    line-height: 1.2;
    color: #301b54;
}

.t7-inner .t7-services-tabs__nav-copy small {
    font-size: 13px;
    color: #69698f;
}

.t7-inner .t7-services-tabs__panels {
    display: grid;
    gap: 10px;
}

.t7-inner .t7-services-tabs__panel {
    border: 1px solid var(--t7-border);
    border-radius: 16px;
    background: #fff;
}

.t7-inner .t7-services-tabs__panel .t7-services-tabs__mobile-trigger {
    display: none;
}

.t7-inner .t7-services-tabs__panel-body {
    padding: 22px;
}

.t7-inner .t7-services-tabs__panel:not(.is-active) {
    display: none;
}

.t7-inner .t7-services-tabs__panel h3 {
    font-size: clamp(28px, 3.5vw, 38px);
    line-height: 1.06;
    margin-bottom: 0;
}

.t7-inner .t7-services-tabs__panel p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 12px;
}

.t7-inner .t7-services-tabs__panel ul {
    margin: 0 0 14px;
    padding-left: 18px;
}

.t7-inner .t7-services-tabs__panel li {
    color: #3e3a6b;
    line-height: 1.55;
    margin-bottom: 7px;
}

.t7-inner .t7-services-tabs__panel li:last-child {
    margin-bottom: 0;
}

.t7-inner .t7-services-tabs__panel-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}

.t7-inner .t7-services-tabs__panel .t7-icon-wrap {
    width: auto;
    height: auto;
    margin-bottom: 0;
    flex-shrink: 0;
    border: 0;
    background: transparent;
    border-radius: 0;
    padding: 0;
}

.t7-inner .t7-services-tabs__panel .t7-icon-wrap svg {
    width: clamp(28px, 3.5vw, 38px);
    height: clamp(28px, 3.5vw, 38px);
    fill: none;
    stroke: currentColor;
    color: var(--t7-accent);
    stroke-width: 1.7;
}

.t7-inner .t7-services-pack__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.t7-inner .t7-services-pack__card {
    border: 1px solid var(--t7-border);
    border-radius: 16px;
    background: #fff;
    padding: 22px;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.t7-inner .t7-services-pack__card:hover {
    transform: translateY(-3px);
    border-color: #dac9f8;
    box-shadow: 0 16px 34px rgba(46, 24, 85, 0.12);
}

.t7-inner .t7-services-pack__card h3 {
    font-size: 21px;
    line-height: 1.22;
    margin-bottom: 8px;
}

.t7-inner .t7-services-pack__card p {
    font-size: 15px;
    line-height: 1.65;
}

.t7-inner .t7-services-pack__card .t7-icon-wrap {
    width: 48px;
    height: 48px;
    margin-bottom: 14px;
}

.t7-inner .t7-services-pack__card .t7-icon-wrap svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    color: var(--t7-accent);
}

.t7-inner .t7-services-sidebar .t7-icon-wrap svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    color: var(--t7-accent);
}

.t7-inner .t7-services-pack__meta {
    margin-top: 10px;
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    color: var(--t7-accent);
}

.t7-inner .t7-services-pack__capabilities {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 26px;
}

.t7-inner .t7-services-pack__capabilities article {
    border: 1px solid var(--t7-border);
    border-radius: 16px;
    background: #fff;
    padding: 20px;
}

.t7-inner .t7-services-pack__capabilities h3 {
    margin-bottom: 8px;
    font-size: 20px;
}

.t7-inner .t7-services-pack__capabilities p {
    font-size: 15px;
    line-height: 1.65;
}

.t7-inner .t7-services-pack__cta {
    border: 1px solid var(--t7-border);
    border-radius: 20px;
    background: linear-gradient(145deg, #240f48 0%, #52269e 100%);
    padding: 28px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
}

.t7-inner .t7-services-pack__cta .t7-eyebrow {
    border-color: rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
}

.t7-inner .t7-services-pack__cta h3,
.t7-inner .t7-services-pack__cta p {
    color: #fff;
}

.t7-inner .t7-services-pack__cta h3 {
    margin-top: 10px;
    font-size: clamp(28px, 3.9vw, 40px);
    line-height: 1.06;
}

.t7-inner .t7-services-pack__cta p {
    margin-top: 10px;
    max-width: 640px;
}

.t7-inner .t7-service-detail__content {
    display: grid;
    gap: 16px;
}

.t7-inner .t7-service-detail__media {
    min-height: 320px;
    border-radius: 20px;
    border: 1px solid var(--t7-border);
    background-size: cover;
    background-position: center;
}

.t7-inner .t7-service-detail__intro,
.t7-inner .t7-service-detail__panel,
.t7-inner .t7-service-detail__cta {
    border: 1px solid var(--t7-border);
    border-radius: 16px;
    background: #fff;
    padding: 22px;
}

.t7-inner .t7-service-detail__intro .t7-eyebrow {
    margin-bottom: 12px;
}

.t7-inner .t7-service-detail__intro h1 {
    font-size: clamp(30px, 4vw, 44px);
    line-height: 1.05;
    margin-bottom: 10px;
}

.t7-inner .t7-service-detail__intro p {
    font-size: 16px;
    line-height: 1.7;
}

.t7-inner .t7-service-detail__panel h3 {
    margin-bottom: 12px;
    font-size: 24px;
}

.t7-inner .t7-service-detail__pillars {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.t7-inner .t7-service-detail__pillars div {
    border: 1px solid var(--t7-border);
    border-radius: 12px;
    background: #faf7fe;
    padding: 12px;
    color: #3c3867;
    font-size: 14px;
    line-height: 1.55;
}

.t7-inner .t7-service-detail__panel ul {
    margin: 0;
    padding-left: 18px;
}

.t7-inner .t7-service-detail__panel li {
    color: #433f70;
    margin-bottom: 8px;
    line-height: 1.55;
}

.t7-inner .t7-service-detail__panel li:last-child {
    margin-bottom: 0;
}

.t7-inner .t7-service-detail__cta h3 {
    font-size: clamp(26px, 3.4vw, 36px);
    line-height: 1.1;
    margin-bottom: 8px;
}

.t7-inner .t7-service-detail__cta p {
    margin-bottom: 12px;
}

.t7-inner .t7-services-sidebar {
    display: grid;
    gap: 16px;
}

.t7-inner .t7-services-sidebar__widget {
    border: 1px solid var(--t7-border);
    border-radius: 16px;
    background: #fff;
    padding: 18px;
}

.t7-inner .t7-services-sidebar__widget h2 {
    font-size: 18px;
    margin-bottom: 12px;
}

.t7-inner .t7-services-sidebar__menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 8px;
}

.t7-inner .t7-services-sidebar__menu li a {
    border: 1px solid var(--t7-border);
    border-radius: 12px;
    background: #fbf9fe;
    padding: 10px 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    color: #36335e;
    font-weight: 700;
}

.t7-inner .t7-services-sidebar__menu li a em {
    font-style: normal;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: #6e6e94;
}

.t7-inner .t7-services-sidebar__menu li.active a,
.t7-inner .t7-services-sidebar__menu li a:hover {
    border-color: #cdb9f0;
    background: #f5f0fd;
}

.t7-inner .t7-services-sidebar__contacts {
    display: grid;
    gap: 10px;
}

.t7-inner .t7-services-sidebar__contact-item {
    border: 1px solid var(--t7-border);
    border-radius: 12px;
    background: #fbf9fe;
    padding: 10px;
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 10px;
    align-items: center;
}

.t7-inner .t7-services-sidebar__contact-item .t7-icon-wrap {
    margin-bottom: 0;
}

.t7-inner .t7-services-sidebar__contact-item h4 {
    font-size: 14px;
    margin-bottom: 3px;
}

.t7-inner .t7-services-sidebar__contact-item p {
    margin: 0;
    font-size: 13px;
    line-height: 1.4;
}

.t7-inner .t7-services-sidebar__cta {
    margin-top: 12px;
    width: 100%;
}

.t7-inner .card,
.t7-inner .single-service-item {
    border-radius: 16px;
}

.t7-inner input:not([type="checkbox"]):not([type="radio"]),
.t7-inner select,
.t7-inner textarea,
.t7-login input:not([type="checkbox"]):not([type="radio"]),
.t7-login select,
.t7-login textarea {
    min-height: 46px;
    border: 1px solid var(--t7-border);
    border-radius: 10px;
    background: #fff;
    color: var(--t7-ink);
    box-shadow: none;
}

.t7-inner input:focus,
.t7-inner select:focus,
.t7-inner textarea:focus,
.t7-login input:focus,
.t7-login select:focus,
.t7-login textarea:focus {
    border-color: #b99ee8;
    box-shadow: 0 0 0 3px var(--t7-ring);
}

body.t7-theme.t7-inner .ht-btn--default,
body.t7-theme.t7-inner .btn-outline,
body.t7-theme.t7-inner .ht-btn--transparent,
body.t7-theme.t7-login .ht-btn--default,
body.t7-theme.t7-login .btn-outline,
body.t7-theme.t7-login .ht-btn--transparent,
body.t7-theme.t7-inner .btn.btn-primary,
body.t7-theme.t7-inner .btn.btn-secondary,
body.t7-theme.t7-login .btn.btn-primary,
body.t7-theme.t7-login .btn.btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    min-height: 44px;
    padding: 0 18px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body.t7-theme.t7-inner .ht-btn--default,
body.t7-theme.t7-login .ht-btn--default,
body.t7-theme.t7-inner .btn.btn-primary,
body.t7-theme.t7-login .btn.btn-primary {
    border: 0;
    color: #fff;
    background: linear-gradient(135deg, var(--t7-accent) 0%, var(--t7-accent-2) 100%);
    box-shadow: 0 14px 24px rgba(90, 26, 201, 0.24);
}

body.t7-theme.t7-inner .ht-btn--default:hover,
body.t7-theme.t7-login .ht-btn--default:hover,
body.t7-theme.t7-inner .btn.btn-primary:hover,
body.t7-theme.t7-login .btn.btn-primary:hover {
    color: #fff;
}

body.t7-theme.t7-inner .btn-outline,
body.t7-theme.t7-login .btn-outline,
body.t7-theme.t7-inner .ht-btn--transparent,
body.t7-theme.t7-login .ht-btn--transparent,
body.t7-theme.t7-inner .btn.btn-secondary,
body.t7-theme.t7-login .btn.btn-secondary {
    border: 1px solid var(--t7-border);
    color: var(--t7-ink);
    background: #fff;
}

.t7-login main .table {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
}

@media (max-width: 1199px) {
    .t7-theme .t7-nav {
        display: none;
    }

    .t7-theme .t7-menu-btn {
        display: inline-flex;
    }

    .t7-theme .t7-footer__grid {
        grid-template-columns: 1.3fr 1fr 1fr;
    }

    .t7-inner .t7-services-pack__grid,
    .t7-inner .t7-services-pack__capabilities {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .t7-inner .t7-service-detail__pillars {
        grid-template-columns: 1fr;
    }

    .t7-inner .t7-services-tabs {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .t7-theme .t7-header__inner {
        min-height: 74px;
    }

    .t7-theme .t7-header__logo img {
        max-height: 36px;
    }

    .t7-theme .t7-header__actions .t7-btn-primary {
        display: none;
    }

    .t7-theme .t7-footer {
        padding-top: 46px;
    }

    .t7-theme .t7-footer__grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .t7-theme .t7-footer__bottom {
        flex-direction: column;
        align-items: flex-start;
    }

    .t7-inner .t7-page-hero {
        padding: 24px 0 18px;
    }

    .t7-inner .t7-page-hero__inner {
        padding: 24px 14px;
    }

    .t7-inner .t7-services-pack__hero {
        padding: 24px 14px;
    }

    .t7-inner .t7-services-pack__grid,
    .t7-inner .t7-services-pack__capabilities,
    .t7-inner .t7-service-detail__pillars {
        grid-template-columns: 1fr;
    }

    .t7-inner .t7-services-tabs__nav {
        display: none;
    }

    .t7-inner .t7-services-tabs__panel {
        overflow: hidden;
        display: block;
    }

    .t7-inner .t7-services-tabs__panel .t7-services-tabs__mobile-trigger {
        border: 0;
        border-bottom: 1px solid var(--t7-border);
        background: #fff;
        width: 100%;
        min-height: 56px;
        padding: 0 14px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        text-align: left;
        color: #2d2a4d;
        font-weight: 700;
        font-size: 16px;
    }

    .t7-inner .t7-services-tabs__mobile-trigger em {
        font-style: normal;
        font-size: 26px;
        color: #69698f;
        line-height: 1;
    }

    .t7-inner .t7-services-tabs__panel:not(.is-active) .t7-services-tabs__panel-body {
        display: none;
    }

    .t7-inner .t7-services-tabs__panel-body {
        padding: 16px 14px;
    }

    .t7-inner .t7-services-pack__cta {
        padding: 20px 14px;
        flex-direction: column;
        align-items: flex-start;
    }

    .t7-inner .t7-services-pack__cta .t7-btn {
        width: 100%;
    }

    .t7-inner .t7-service-detail__media {
        min-height: 220px;
    }

    .t7-inner .t7-service-detail__intro,
    .t7-inner .t7-service-detail__panel,
    .t7-inner .t7-service-detail__cta {
        padding: 16px 14px;
    }
}

.t7-home {
    --t7-bg: #ededf0;
    --t7-surface: #ffffff;
    --t7-border: #cbbce5;
    --t7-ink: #171420;
    --t7-muted: #585760;
    --t7-deep: #121018;
    --t7-accent: #5a1ac9;
    --t7-accent-2: #773ae0;
    --t7-ring: rgba(90, 26, 201, 0.18);
    background: var(--t7-bg);
    color: var(--t7-ink);
    font-family: "DM Sans", sans-serif;
}

.t7-home * {
    box-sizing: border-box;
}

.t7-home a {
    color: inherit;
    text-decoration: none;
}

.t7-home h1,
.t7-home h2,
.t7-home h3,
.t7-home h4 {
    font-family: "Space Grotesk", sans-serif;
    letter-spacing: -0.01em;
    color: var(--t7-ink);
    margin: 0;
}

.t7-home p {
    margin: 0;
    color: var(--t7-muted);
}

.t7-home .t7-section {
    padding: 68px 0;
}

.t7-home .hero-slider-area {
    background: transparent;
}

.t7-home .t7-header {
    position: sticky;
    top: 0;
    z-index: 1200;
    background: rgba(248, 246, 252, 0.9);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(23, 20, 32, 0.06);
}

.t7-home .t7-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 84px;
    gap: 20px;
}

.t7-home .t7-header__logo img {
    max-height: 42px;
    width: auto;
}

.t7-home .t7-nav {
    display: flex;
    align-items: center;
    gap: 28px;
}

.t7-home .t7-nav a {
    font-size: 14px;
    font-weight: 700;
    color: #262234;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.t7-home .t7-nav a:hover {
    color: var(--t7-accent);
}

.t7-home .t7-header__actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.t7-home .t7-menu-btn {
    display: none;
    width: 46px;
    height: 46px;
    border-radius: 12px;
    border: 1px solid var(--t7-border);
    background: #fff;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    padding: 0;
}

.t7-home .t7-menu-btn span {
    width: 18px;
    height: 2px;
    border-radius: 8px;
    background: var(--t7-ink);
}

.t7-home .t7-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 22px;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition: all 0.2s ease;
    border: 1px solid transparent;
}

.t7-home .t7-btn-primary {
    background: linear-gradient(135deg, var(--t7-accent) 0%, var(--t7-accent-2) 100%);
    color: #fff;
    box-shadow: 0 14px 24px rgba(90, 26, 201, 0.24);
}

.t7-home .t7-btn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 18px 28px rgba(90, 26, 201, 0.32);
    color: #fff;
}

.t7-home .t7-btn-secondary {
    border-color: var(--t7-border);
    background: #fff;
    color: var(--t7-ink);
}

.t7-home .t7-btn-secondary:hover {
    border-color: var(--t7-accent);
    color: var(--t7-accent);
}

.t7-home .t7-btn-link {
    display: inline-flex;
    align-items: center;
    margin-top: 14px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--t7-accent);
}

.t7-home .t7-eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 12px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    border-radius: 999px;
    color: #3d396b;
    background: #f2ebfd;
    border: 1px solid #e6dbfa;
}

/* legacy home-hero block removed — replaced by editorial hero (plugin_v7/first.php + appended .t7-hero* layer) */

.t7-home .t7-proof-quote {
    padding: 24px 0 14px;
}

.t7-home .t7-proof-quote blockquote {
    margin: 0;
    border-left: 4px solid var(--t7-accent);
    padding: 8px 0 8px 18px;
    max-width: 920px;
    color: #34315b;
    font-size: clamp(24px, 3.1vw, 34px);
    line-height: 1.3;
    font-family: "Space Grotesk", sans-serif;
}

.t7-home .t7-section-head {
    margin-bottom: 22px;
}

.t7-home .t7-section-head h2 {
    margin-top: 10px;
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1.1;
}

.t7-home .t7-section-head p {
    margin-top: 10px;
    max-width: 720px;
    font-size: 16px;
    line-height: 1.7;
}

.t7-home .t7-section-head--split {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
}

.t7-home .t7-icon-wrap {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    color: var(--t7-accent);
    background: #f4effd;
    border: 1px solid #e6dbfa;
}

.t7-home .t7-icon-wrap svg {
    width: 22px;
    height: 22px;
    stroke: currentColor;
    fill: none;
}

.t7-home .t7-solution-grid,
.t7-home .t7-core-grid,
.t7-home .t7-proof-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.t7-home .t7-service-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.t7-home .t7-solution-card,
.t7-home .t7-core-card,
.t7-home .t7-proof-card,
.t7-home .t7-advantage-card,
.t7-home .t7-service-card {
    background: var(--t7-surface);
    border: 1px solid var(--t7-border);
    border-radius: 16px;
    padding: 22px;
}

.t7-home .t7-solution-card h3,
.t7-home .t7-core-card h3,
.t7-home .t7-proof-card h3,
.t7-home .t7-advantage-card h3,
.t7-home .t7-service-card h3 {
    margin-bottom: 8px;
    font-size: 21px;
    line-height: 1.25;
}

.t7-home .t7-solution-card p,
.t7-home .t7-core-card p,
.t7-home .t7-proof-card p,
.t7-home .t7-advantage-card p,
.t7-home .t7-service-card p {
    font-size: 15px;
    line-height: 1.65;
}

.t7-home .t7-service-card {
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.t7-home .t7-service-card:hover {
    transform: translateY(-3px);
    border-color: #dac9f8;
    box-shadow: 0 16px 34px rgba(46, 24, 85, 0.12);
}

.t7-home .t7-service-card__meta {
    margin-top: 10px;
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    color: var(--t7-accent);
}

.t7-home .t7-advantage-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.t7-home .t7-proof-card strong {
    display: block;
    margin-top: 12px;
    color: #3a3665;
    font-size: 13px;
    font-weight: 700;
}

.t7-home .t7-quote-cta {
    padding-top: 44px;
    padding-bottom: 74px;
}

.t7-home .t7-quote-cta__box {
    background: linear-gradient(145deg, #240f48 0%, #52269e 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 32px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.t7-home .t7-quote-cta__box .t7-eyebrow {
    border-color: rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
}

.t7-home .t7-quote-cta__box h2,
.t7-home .t7-quote-cta__box p {
    color: #fff;
}

.t7-home .t7-quote-cta__box h2 {
    margin-top: 12px;
    font-size: clamp(30px, 4vw, 44px);
    line-height: 1.05;
}

.t7-home .t7-quote-cta__box p {
    margin-top: 10px;
    opacity: 0.92;
    max-width: 620px;
}

.t7-home .t7-footer {
    background: #f0eafb;
    border-top: 1px solid #dcdce5;
    padding: 58px 0 24px;
}

.t7-home .t7-footer__grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
    gap: 24px;
}

.t7-home .t7-footer__logo img {
    max-height: 44px;
    width: auto;
}

.t7-home .t7-footer p {
    margin-top: 12px;
    line-height: 1.65;
}

.t7-home .t7-footer__meta {
    margin-top: 10px;
    color: #423e72;
    font-size: 13px;
    line-height: 1.5;
}

.t7-home .t7-footer h4 {
    margin-bottom: 12px;
    font-size: 18px;
}

.t7-home .t7-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 8px;
}

.t7-home .t7-footer ul a:hover {
    color: var(--t7-accent);
}

.t7-home .t7-footer__bottom {
    margin-top: 28px;
    padding-top: 18px;
    border-top: 1px solid #dadae4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    color: #4a467a;
    font-size: 13px;
}

.t7-home .t7-footer__bottom div {
    display: flex;
    align-items: center;
    gap: 14px;
}

.t7-home .mobile-menu-overlay.t7-mobile-nav {
    position: fixed;
    inset: 0;
    background: rgba(27, 23, 37, 0.75);
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s ease;
    z-index: 1400;
}

.t7-home .mobile-menu-overlay.t7-mobile-nav.active {
    opacity: 1;
    visibility: visible;
}

.t7-home .t7-mobile-nav::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: min(90vw, 360px);
    height: 100%;
    background: #ffffff;
    box-shadow: -14px 0 40px rgba(36, 18, 68, 0.16);
}

.t7-home .t7-mobile-nav__head,
.t7-home .t7-mobile-nav__body {
    position: relative;
    margin-left: auto;
    width: min(90vw, 360px);
    background: transparent;
}

.t7-home .t7-mobile-nav__head {
    min-height: 74px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    border-bottom: 1px solid #ebe4f6;
}

.t7-home .t7-mobile-nav__head img {
    max-height: 34px;
    width: auto;
}

.t7-home .t7-mobile-nav__close {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    border: 1px solid #e3d9f3;
    background: #fff;
    font-size: 24px;
    line-height: 1;
    color: #383462;
}

.t7-home .t7-mobile-nav__body {
    padding: 12px 16px 18px;
    height: calc(100vh - 74px);
    overflow: auto;
}

.t7-home .t7-mobile-nav__body ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.t7-home .t7-mobile-nav__body > ul > li {
    border-bottom: 1px solid #ede7f8;
}

.t7-home .t7-mobile-nav__body a {
    display: block;
    padding: 12px 0;
    color: #312e55;
    font-size: 14px;
    font-weight: 700;
}

.t7-home .t7-mobile-nav__body .sub-menu {
    display: none;
    padding-bottom: 10px;
}

.t7-home .t7-mobile-nav__body .sub-menu a {
    font-size: 13px;
    font-weight: 600;
    color: #545086;
    padding: 8px 0 8px 14px;
}

.t7-home .t7-mobile-nav__cta {
    margin-top: 16px;
    display: grid;
    gap: 8px;
}

.t7-home .t7-mobile-nav__cta .t7-btn {
    width: 100%;
}

@media (max-width: 1199px) {
    .t7-home .t7-nav {
        display: none;
    }

    .t7-home .t7-menu-btn {
        display: inline-flex;
    }

    .t7-home .t7-hero__grid,
    .t7-home .t7-service-grid,
    .t7-home .t7-core-grid,
    .t7-home .t7-proof-grid,
    .t7-home .t7-advantage-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .t7-home .t7-footer__grid {
        grid-template-columns: 1.3fr 1fr 1fr;
    }
}

@media (max-width: 767px) {
    .t7-home .t7-section {
        padding: 50px 0;
    }

    .t7-home .t7-header__inner {
        min-height: 74px;
    }

    .t7-home .t7-header__logo img {
        max-height: 36px;
    }

    .t7-home .t7-header__actions .t7-btn-primary {
        display: none;
    }

    .t7-home .t7-hero {
        padding: 24px 0 0;
    }

    .t7-home .t7-hero__grid,
    .t7-home .t7-service-grid,
    .t7-home .t7-solution-grid,
    .t7-home .t7-core-grid,
    .t7-home .t7-proof-grid,
    .t7-home .t7-advantage-grid {
        grid-template-columns: 1fr;
    }

    .t7-home .t7-hero__content,
    .t7-home .t7-hero__panel {
        padding: 20px 16px;
    }

    .t7-home .t7-hero__actions {
        flex-direction: column;
    }

    .t7-home .t7-hero__actions .t7-btn {
        width: 100%;
    }

    .t7-home .t7-hero__kpis {
        grid-template-columns: 1fr;
    }

    .t7-home .t7-proof-quote {
        padding-top: 18px;
    }

    .t7-home .t7-section-head--split {
        flex-direction: column;
        align-items: flex-start;
    }

    .t7-home .t7-quote-cta {
        padding-top: 20px;
        padding-bottom: 52px;
    }

    .t7-home .t7-quote-cta__box {
        padding: 20px 16px;
        flex-direction: column;
        align-items: flex-start;
    }

    .t7-home .t7-quote-cta__box .t7-btn {
        width: 100%;
    }

    .t7-home .t7-footer {
        padding-top: 46px;
    }

    .t7-home .t7-footer__grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .t7-home .t7-footer__bottom {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* Wave 3: calc + contact */
body.t7-theme.t7-inner .t7-calc-page,
body.t7-theme.t7-inner .t7-contact-page {
    background: #f9f7fd;
}

body.t7-theme.t7-inner .t7-calc-page__hero,
body.t7-theme.t7-inner .t7-contact-page__hero {
    max-width: 820px;
    margin: 0 auto 26px;
    text-align: center;
}

body.t7-theme.t7-inner .t7-calc-page__hero h1,
body.t7-theme.t7-inner .t7-contact-page__hero h1 {
    font-size: clamp(32px, 4.2vw, 48px);
    line-height: 1.08;
    margin: 14px 0 14px;
}

body.t7-theme.t7-inner .t7-calc-page__hero p,
body.t7-theme.t7-inner .t7-contact-page__hero p {
    font-size: 17px;
    line-height: 1.7;
    color: var(--t7-muted);
}

body.t7-theme.t7-inner .t7-calc-shell {
    max-width: 1080px;
    margin: 0 auto;
}

body.t7-theme.t7-inner .t7-calc-card {
    border-radius: 24px;
    border: 1px solid #e5dbf5;
    box-shadow: 0 20px 46px rgba(35, 16, 69, 0.1);
    overflow: hidden;
}

body.t7-theme.t7-inner .t7-calc-card__head {
    background: linear-gradient(145deg, #230f46 0%, #3a1a70 100%);
    padding: 26px 30px;
}

body.t7-theme.t7-inner .t7-calc-card__head .title,
body.t7-theme.t7-inner .t7-calc-card__head h2 {
    color: #fff;
    margin: 0;
}

body.t7-theme.t7-inner .t7-calc-card__head p {
    margin-top: 8px;
    color: #ddcef6;
}

body.t7-theme.t7-inner .t7-calc-card__body {
    background: #fff;
    padding: 26px 30px 30px;
}

body.t7-theme.t7-inner .t7-calc-form label {
    display: block;
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #54507b;
}

body.t7-theme.t7-inner .t7-calc-form .form-control,
body.t7-theme.t7-inner .t7-calc-form select,
body.t7-theme.t7-inner .t7-calc-form .input-group-text {
    min-height: 52px;
    border-radius: 12px;
    border-color: #dddde6;
}

body.t7-theme.t7-inner .t7-calc-form .input-group-text {
    background: #f5f1fd;
    color: #49457f;
    font-weight: 700;
}

body.t7-theme.t7-inner .t7-calc-form .form-control:focus,
body.t7-theme.t7-inner .t7-contact-page__form input:focus,
body.t7-theme.t7-inner .t7-contact-page__form textarea:focus {
    border-color: #ba9deb;
    box-shadow: 0 0 0 3px rgba(90, 26, 201, 0.12);
}

body.t7-theme.t7-inner .t7-calc-form .shipping_dhl {
    list-style: none;
}

body.t7-theme.t7-inner .t7-calc-form ul {
    margin: 0;
    padding: 0;
    display: grid;
    gap: 10px;
}

body.t7-theme.t7-inner .t7-calc-form .radio {
    min-height: 52px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 14px;
    border: 1px solid #dddde6;
    border-radius: 12px;
    background: #fbfafe;
}

body.t7-theme.t7-inner .t7-calc-form__actions {
    margin-top: 16px;
}

body.t7-theme.t7-inner .t7-contact-page__info-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 26px;
}

body.t7-theme.t7-inner .t7-contact-page__info-card {
    background: #fff;
    border: 1px solid #e5dbf5;
    border-radius: 18px;
    padding: 20px;
}

body.t7-theme.t7-inner .t7-contact-page__info-card h4 {
    font-size: 20px;
    margin: 14px 0 6px;
}

body.t7-theme.t7-inner .t7-contact-page__info-card .t7-icon-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin-bottom: 2px;
    color: var(--t7-accent);
    background: transparent;
    border: 0;
    border-radius: 0;
}

body.t7-theme.t7-inner .t7-contact-page__info-card .t7-icon-wrap svg {
    width: 22px;
    height: 22px;
    color: inherit;
    stroke: currentColor;
    fill: none;
}

body.t7-theme.t7-inner .t7-contact-page__info-card .t7-icon-wrap svg * {
    stroke: currentColor;
    fill: none;
}

body.t7-theme.t7-inner .t7-contact-page__info-card p,
body.t7-theme.t7-inner .t7-contact-page__info-card a {
    color: var(--t7-muted);
    font-size: 16px;
    line-height: 1.6;
}

body.t7-theme.t7-inner .t7-contact-page__form-shell {
    background: #fff;
    border: 1px solid #e5dbf5;
    border-radius: 24px;
    padding: 26px;
    box-shadow: 0 20px 46px rgba(35, 16, 69, 0.08);
}

body.t7-theme.t7-inner .t7-contact-page__form-head {
    max-width: 760px;
    margin-bottom: 16px;
}

body.t7-theme.t7-inner .t7-contact-page__form-head h2 {
    margin-bottom: 8px;
}

body.t7-theme.t7-inner .t7-contact-page__form-card {
    border: 0;
    box-shadow: none;
    padding: 0;
    background: transparent;
}

body.t7-theme.t7-inner .t7-contact-page__form input,
body.t7-theme.t7-inner .t7-contact-page__form textarea {
    width: 100%;
    min-height: 52px;
    border: 1px solid #dddde6;
    border-radius: 12px;
    background: #fbfafe;
    padding: 0 14px;
    font-size: 15px;
    color: var(--t7-ink);
}

body.t7-theme.t7-inner .t7-contact-page__form textarea {
    min-height: 180px;
    padding: 14px;
    resize: vertical;
}

body.t7-theme.t7-inner .t7-contact-page__actions {
    margin-top: 8px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

body.t7-theme.t7-inner .t7-contact-page__map-section {
    padding: 24px 0 120px;
    background: #f9f7fd;
}

body.t7-theme.t7-inner .t7-contact-page__location-card {
    background: #fff;
    border: 1px solid #e5dbf5;
    border-radius: 18px;
    padding: 24px;
    box-shadow: 0 16px 32px rgba(35, 16, 69, 0.08);
}

@media (max-width: 991px) {
    body.t7-theme.t7-inner .t7-contact-page__info-grid {
        grid-template-columns: 1fr;
    }

    body.t7-theme.t7-inner .t7-contact-page__form-shell {
        padding: 20px;
    }

    body.t7-theme.t7-inner .t7-calc-card__head,
    body.t7-theme.t7-inner .t7-calc-card__body {
        padding: 20px;
    }
}

@media (max-width: 767px) {
    body.t7-theme.t7-inner .t7-calc-page__hero p,
    body.t7-theme.t7-inner .t7-contact-page__hero p {
        font-size: 15px;
        line-height: 1.65;
    }

    body.t7-theme.t7-inner .t7-calc-form .form-control,
    body.t7-theme.t7-inner .t7-calc-form select,
    body.t7-theme.t7-inner .t7-calc-form .input-group-text,
    body.t7-theme.t7-inner .t7-contact-page__form input {
        min-height: 50px;
    }

    body.t7-theme.t7-inner .t7-contact-page__actions .t7-btn {
        width: 100%;
    }
}

/* Contact v3 full redesign */
body.t7-theme.t7-inner .t7-contact-v3 {
    background: radial-gradient(1200px 400px at 15% 0%, #f2ecfd 0%, #f9f7fd 55%, #f9f7fd 100%);
}

body.t7-theme.t7-inner .t7-contact-v3__hero {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 18px;
    margin-bottom: 20px;
}

body.t7-theme.t7-inner .t7-contact-v3__hero-content,
body.t7-theme.t7-inner .t7-contact-v3__hero-panel {
    border-radius: 24px;
    border: 1px solid #e1d6f5;
}

body.t7-theme.t7-inner .t7-contact-v3__hero-content {
    background: #fff;
    padding: 28px 30px;
    box-shadow: 0 24px 44px rgba(35, 16, 69, 0.08);
}

body.t7-theme.t7-inner .t7-contact-v3__hero-content h1 {
    font-size: clamp(36px, 5.2vw, 56px);
    line-height: 1.04;
    margin: 14px 0;
}

body.t7-theme.t7-inner .t7-contact-v3__hero-content p {
    max-width: 760px;
    font-size: 17px;
    line-height: 1.7;
    color: var(--t7-muted);
}

body.t7-theme.t7-inner .t7-contact-v3__hero-points {
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 10px;
}

body.t7-theme.t7-inner .t7-contact-v3__hero-points li {
    position: relative;
    padding-left: 22px;
    color: #403c6f;
    font-size: 15px;
    line-height: 1.55;
}

body.t7-theme.t7-inner .t7-contact-v3__hero-points li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: linear-gradient(135deg, #5a1ac9 0%, #6b25e4 100%);
}

body.t7-theme.t7-inner .t7-contact-v3__hero-actions {
    margin-top: 20px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

body.t7-theme.t7-inner .t7-contact-v3__hero-panel {
    background: linear-gradient(165deg, #230f46 0%, #3a1a70 100%);
    padding: 24px;
}

body.t7-theme.t7-inner .t7-contact-v3__hero-panel h3 {
    margin: 0 0 10px;
    color: #fff;
    font-size: 26px;
    line-height: 1.15;
}

body.t7-theme.t7-inner .t7-contact-v3__hero-panel p {
    margin: 0 0 14px;
    color: #ddcff5;
}

body.t7-theme.t7-inner .t7-contact-v3__hero-panel dl {
    margin: 0;
    display: grid;
    gap: 12px;
}

body.t7-theme.t7-inner .t7-contact-v3__hero-panel dt {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #a9a9bf;
}

body.t7-theme.t7-inner .t7-contact-v3__hero-panel dd {
    margin: 4px 0 0;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.45;
    word-break: break-word;
}

body.t7-theme.t7-inner .t7-contact-v3__hero-panel dd a {
    color: #fff;
}

body.t7-theme.t7-inner .t7-contact-v3__actions-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 20px;
}

body.t7-theme.t7-inner .t7-contact-v3__action-card {
    background: #fff;
    border: 1px solid #e5dbf5;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 14px 30px rgba(35, 16, 69, 0.06);
    min-height: 220px;
    display: flex;
    flex-direction: column;
}

body.t7-theme.t7-inner .t7-contact-v3__action-icon {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--t7-accent);
    margin-bottom: 8px;
}

body.t7-theme.t7-inner .t7-contact-v3__action-icon svg,
body.t7-theme.t7-inner .t7-contact-v3__action-icon svg * {
    width: 22px;
    height: 22px;
    stroke: currentColor;
    fill: none;
}

body.t7-theme.t7-inner .t7-contact-v3__action-card h4 {
    margin: 0 0 8px;
    font-size: 24px;
    line-height: 1.2;
}

body.t7-theme.t7-inner .t7-contact-v3__action-card p {
    margin: 0;
    color: #575384;
    line-height: 1.6;
}

body.t7-theme.t7-inner .t7-contact-v3__action-card a {
    margin-top: auto;
    padding-top: 12px;
    font-size: 14px;
    font-weight: 700;
    color: #5a1ac9;
    text-decoration: underline;
    text-underline-offset: 3px;
    word-break: break-word;
}

body.t7-theme.t7-inner .t7-contact-v3__form-section {
    margin-bottom: 20px;
}

body.t7-theme.t7-inner .t7-contact-v3__form-head {
    max-width: 840px;
    margin-bottom: 12px;
}

body.t7-theme.t7-inner .t7-contact-v3__form-head h2 {
    margin: 12px 0 8px;
    font-size: clamp(30px, 4vw, 42px);
    line-height: 1.1;
}

body.t7-theme.t7-inner .t7-contact-v3__form-shell {
    background: #fff;
    border: 1px solid #e5dbf5;
    border-radius: 24px;
    padding: 26px;
    box-shadow: 0 20px 46px rgba(35, 16, 69, 0.08);
}

body.t7-theme.t7-inner .t7-contact-v3__form .form-message {
    display: none;
    margin-bottom: 16px;
    padding: 14px 16px;
    border-radius: 14px;
    border: 1px solid transparent;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
}

body.t7-theme.t7-inner .t7-contact-v3__form .form-message.is-visible {
    display: block;
}

body.t7-theme.t7-inner .t7-contact-v3__form .form-message.success {
    color: #2e2b50;
    background: linear-gradient(180deg, rgba(245, 245, 248, 0.98), rgba(233, 233, 239, 0.96));
    border-color: rgba(98, 98, 133, 0.28);
    box-shadow: 0 14px 30px rgba(98, 98, 133, 0.12);
}

body.t7-theme.t7-inner .t7-contact-v3__form .form-message.error {
    color: #991b1b;
    background: linear-gradient(180deg, rgba(254, 242, 242, 0.98), rgba(254, 226, 226, 0.96));
    border-color: rgba(239, 68, 68, 0.24);
    box-shadow: 0 14px 30px rgba(239, 68, 68, 0.12);
}

body.t7-theme.t7-inner .t7-contact-v3__form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

body.t7-theme.t7-inner .t7-contact-v3__field {
    display: grid;
    gap: 8px;
}

body.t7-theme.t7-inner .t7-contact-v3__field--message {
    grid-column: 1 / -1;
}

body.t7-theme.t7-inner .t7-contact-v3__field label {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #55517f;
}

body.t7-theme.t7-inner .t7-contact-v3__field input,
body.t7-theme.t7-inner .t7-contact-v3__field textarea {
    width: 100%;
    border: 1px solid #dddde6;
    border-radius: 12px;
    background: #fbfafe;
    color: var(--t7-ink);
    padding: 0 14px;
    min-height: 52px;
    font-size: 15px;
}

body.t7-theme.t7-inner .t7-contact-v3__field textarea {
    min-height: 180px;
    padding: 12px 14px;
    resize: vertical;
}

body.t7-theme.t7-inner .t7-contact-v3__field input:focus,
body.t7-theme.t7-inner .t7-contact-v3__field textarea:focus {
    border-color: #ba9deb;
    box-shadow: 0 0 0 3px rgba(90, 26, 201, 0.12);
}

body.t7-theme.t7-inner .t7-contact-v3__form-actions {
    margin-top: 14px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

body.t7-theme.t7-inner .t7-contact-v3__map-section {
    display: grid;
    grid-template-columns: 1.25fr 0.75fr;
    gap: 16px;
}

body.t7-theme.t7-inner .t7-contact-v3__map-frame,
body.t7-theme.t7-inner .t7-contact-v3__operations-card {
    border-radius: 20px;
    border: 1px solid #e5dbf5;
    background: #fff;
    overflow: hidden;
}

body.t7-theme.t7-inner .t7-contact-v3__map-frame iframe {
    display: block;
}

body.t7-theme.t7-inner .t7-contact-v3__operations-card {
    padding: 24px;
    box-shadow: 0 14px 30px rgba(35, 16, 69, 0.06);
}

body.t7-theme.t7-inner .t7-contact-v3__operations-card h3 {
    margin: 0 0 8px;
    font-size: 34px;
    line-height: 1.06;
}

body.t7-theme.t7-inner .t7-contact-v3__operations-card p {
    margin: 0 0 12px;
    color: #5c5889;
}

body.t7-theme.t7-inner .t7-contact-v3__operations-card ul {
    list-style: none;
    margin: 0 0 16px;
    padding: 0;
    display: grid;
    gap: 10px;
}

body.t7-theme.t7-inner .t7-contact-v3__operations-card li span {
    display: block;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #8f8fad;
    margin-bottom: 2px;
}

body.t7-theme.t7-inner .t7-contact-v3__operations-card li strong,
body.t7-theme.t7-inner .t7-contact-v3__operations-card li a {
    color: #2d2a4d;
    font-size: 18px;
    line-height: 1.45;
    word-break: break-word;
}

@media (max-width: 1199px) {
    body.t7-theme.t7-inner .t7-contact-v3__hero,
    body.t7-theme.t7-inner .t7-contact-v3__map-section {
        grid-template-columns: 1fr;
    }

    body.t7-theme.t7-inner .t7-contact-v3__hero-panel {
        order: -1;
    }
}

@media (max-width: 991px) {
    body.t7-theme.t7-inner .t7-contact-v3__actions-grid {
        grid-template-columns: 1fr;
    }

    body.t7-theme.t7-inner .t7-contact-v3__form-shell {
        padding: 20px;
    }
}

@media (max-width: 767px) {
    body.t7-theme.t7-inner .t7-contact-v3__hero-content {
        padding: 20px;
    }

    body.t7-theme.t7-inner .t7-contact-v3__hero-content h1 {
        font-size: clamp(30px, 10vw, 40px);
        line-height: 1.08;
    }

    body.t7-theme.t7-inner .t7-contact-v3__hero-content p {
        font-size: 15px;
    }

    body.t7-theme.t7-inner .t7-contact-v3__hero-panel {
        padding: 18px;
    }

    body.t7-theme.t7-inner .t7-contact-v3__hero-panel h3 {
        font-size: 22px;
    }

    body.t7-theme.t7-inner .t7-contact-v3__form-grid {
        grid-template-columns: 1fr;
    }

    body.t7-theme.t7-inner .t7-contact-v3__form-actions .t7-btn {
        width: 100%;
    }

    body.t7-theme.t7-inner .t7-contact-v3__action-card h4 {
        font-size: 22px;
    }

    body.t7-theme.t7-inner .t7-contact-v3__operations-card {
        padding: 18px;
    }

    body.t7-theme.t7-inner .t7-contact-v3__operations-card h3 {
        font-size: 28px;
    }
}

/* Calc v3 full redesign */
body.t7-theme.t7-inner .t7-calc-v3 {
    background: radial-gradient(1000px 360px at 12% 0%, #f2ecfd 0%, #f9f7fd 56%, #f9f7fd 100%);
}

body.t7-theme.t7-inner .t7-calc-v3__hero {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 18px;
    margin-bottom: 18px;
}

body.t7-theme.t7-inner .t7-calc-v3__hero-main,
body.t7-theme.t7-inner .t7-calc-v3__hero-side {
    border: 1px solid #e1d6f5;
    border-radius: 24px;
}

body.t7-theme.t7-inner .t7-calc-v3__hero-main {
    background: #fff;
    padding: 28px 30px;
    box-shadow: 0 24px 44px rgba(35, 16, 69, 0.08);
}

body.t7-theme.t7-inner .t7-calc-v3__hero-main h1 {
    font-size: clamp(36px, 5.1vw, 54px);
    line-height: 1.04;
    margin: 14px 0;
}

body.t7-theme.t7-inner .t7-calc-v3__hero-main p {
    color: var(--t7-muted);
    font-size: 17px;
    line-height: 1.68;
    max-width: 760px;
}

body.t7-theme.t7-inner .t7-calc-v3__hero-points {
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 9px;
}

body.t7-theme.t7-inner .t7-calc-v3__hero-points li {
    position: relative;
    padding-left: 22px;
    color: #403c6f;
    font-size: 15px;
}

body.t7-theme.t7-inner .t7-calc-v3__hero-points li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: linear-gradient(135deg, #5a1ac9 0%, #6b25e4 100%);
}

body.t7-theme.t7-inner .t7-calc-v3__hero-side {
    background: linear-gradient(165deg, #230f46 0%, #3a1a70 100%);
    padding: 24px;
}

body.t7-theme.t7-inner .t7-calc-v3__hero-side h3 {
    margin: 0 0 10px;
    font-size: 26px;
    color: #fff;
}

body.t7-theme.t7-inner .t7-calc-v3__hero-side p {
    margin: 0;
    color: #ddcff5;
}

body.t7-theme.t7-inner .t7-calc-v3__shell {
    margin-bottom: 16px;
}

body.t7-theme.t7-inner .t7-calc-v3__card {
    border-radius: 24px;
    overflow: hidden;
}

body.t7-theme.t7-inner .t7-calc-v3__body {
    padding-top: 22px;
}

body.t7-theme.t7-inner .t7-calc-v3__state {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    background: #f2ecfd;
    border: 1px solid #e6dbfa;
    color: #47277f;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

body.t7-theme.t7-inner .t7-calc-v3__result-head,
body.t7-theme.t7-inner .t7-calc-v3__input-head {
    margin-bottom: 16px;
}

body.t7-theme.t7-inner .t7-calc-v3__result-head h3,
body.t7-theme.t7-inner .t7-calc-v3__input-head h3 {
    margin: 10px 0 6px;
    font-size: clamp(28px, 4vw, 40px);
    line-height: 1.1;
}

body.t7-theme.t7-inner .t7-calc-v3__result-head p,
body.t7-theme.t7-inner .t7-calc-v3__input-head p {
    margin: 0;
    color: #5c5889;
}

body.t7-theme.t7-inner .t7-calc-v3__row {
    margin-bottom: 2px;
}

body.t7-theme.t7-inner .t7-calc-v3__form .form-group {
    margin-bottom: 12px;
}

body.t7-theme.t7-inner .t7-calc-v3__form .radio {
    background: #f9f6fe;
}

body.t7-theme.t7-inner .t7-calc-v3__form .radio label {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
}

body.t7-theme.t7-inner .t7-calc-v3__form .radio input[type="radio"] {
    margin-right: 7px;
}

body.t7-theme.t7-inner .t7-calc-v3__form .wc-proceed-to-checkout .t7-btn,
body.t7-theme.t7-inner .t7-calc-v3__form .pricing-plan-footer .t7-btn {
    min-width: 190px;
}

body.t7-theme.t7-inner .t7-calc-v3__notes {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

body.t7-theme.t7-inner .t7-calc-v3__notes article {
    background: #fff;
    border: 1px solid #e5dbf5;
    border-radius: 18px;
    padding: 18px 20px;
    box-shadow: 0 14px 30px rgba(35, 16, 69, 0.06);
}

body.t7-theme.t7-inner .t7-calc-v3__notes h4 {
    margin: 0 0 7px;
    font-size: 24px;
    line-height: 1.16;
}

body.t7-theme.t7-inner .t7-calc-v3__notes p {
    margin: 0;
    color: #5c5889;
}

@media (max-width: 1199px) {
    body.t7-theme.t7-inner .t7-calc-v3__hero {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991px) {
    body.t7-theme.t7-inner .t7-calc-v3__notes {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    body.t7-theme.t7-inner .t7-calc-v3__hero-main {
        padding: 20px;
    }

    body.t7-theme.t7-inner .t7-calc-v3__hero-main h1 {
        font-size: clamp(30px, 10vw, 40px);
    }

    body.t7-theme.t7-inner .t7-calc-v3__hero-main p {
        font-size: 15px;
    }

    body.t7-theme.t7-inner .t7-calc-v3__hero-side {
        padding: 18px;
    }

    body.t7-theme.t7-inner .t7-calc-v3__hero-side h3 {
        font-size: 22px;
    }

    body.t7-theme.t7-inner .t7-calc-v3__result-head h3,
    body.t7-theme.t7-inner .t7-calc-v3__input-head h3 {
        font-size: 29px;
    }

    body.t7-theme.t7-inner .t7-calc-v3__form .wc-proceed-to-checkout .t7-btn,
    body.t7-theme.t7-inner .t7-calc-v3__form .pricing-plan-footer .t7-btn {
        width: 100%;
        min-width: 0;
    }

    body.t7-theme.t7-inner .t7-calc-v3__notes h4 {
        font-size: 22px;
    }
}

/* About v4 full redesign */
body.t7-theme.t7-inner .t7-about-v4 {
    background: radial-gradient(1100px 340px at 15% 0%, #f2ecfd 0%, #f9f7fd 58%, #f9f7fd 100%);
}

body.t7-theme.t7-inner .t7-about-v4__hero {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 16px;
    margin-bottom: 18px;
}

body.t7-theme.t7-inner .t7-about-v4__hero-content,
body.t7-theme.t7-inner .t7-about-v4__hero-media {
    border: 1px solid #e1d6f5;
    border-radius: 24px;
}

body.t7-theme.t7-inner .t7-about-v4__hero-content {
    background: #fff;
    padding: 28px 30px;
    box-shadow: 0 24px 44px rgba(35, 16, 69, 0.08);
}

body.t7-theme.t7-inner .t7-about-v4__hero-content h1 {
    font-size: clamp(34px, 4.8vw, 52px);
    line-height: 1.06;
    margin: 14px 0;
}

body.t7-theme.t7-inner .t7-about-v4__hero-content p {
    color: #5b5789;
    font-size: 17px;
    line-height: 1.7;
}

body.t7-theme.t7-inner .t7-about-v4__hero-actions {
    margin-top: 20px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

body.t7-theme.t7-inner .t7-about-v4__hero-media {
    min-height: 320px;
    background-size: cover;
    background-position: center;
}

body.t7-theme.t7-inner .t7-about-v4__pillars {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 20px;
}

body.t7-theme.t7-inner .t7-about-v4__pillar {
    background: #fff;
    border: 1px solid #e5dbf5;
    border-radius: 18px;
    padding: 20px;
    box-shadow: 0 14px 30px rgba(35, 16, 69, 0.06);
}

body.t7-theme.t7-inner .t7-about-v4__pillar h3 {
    margin: 0 0 8px;
    font-size: 24px;
    line-height: 1.15;
}

body.t7-theme.t7-inner .t7-about-v4__pillar p {
    margin: 0;
    color: #5b5789;
}

body.t7-theme.t7-inner .t7-about-v4__story {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 16px;
    margin-bottom: 20px;
}

body.t7-theme.t7-inner .t7-about-v4__story-media,
body.t7-theme.t7-inner .t7-about-v4__story-content {
    border: 1px solid #e5dbf5;
    border-radius: 22px;
}

body.t7-theme.t7-inner .t7-about-v4__story-media {
    min-height: 360px;
    background-size: cover;
    background-position: center;
}

body.t7-theme.t7-inner .t7-about-v4__story-content {
    background: #fff;
    padding: 24px 26px;
}

body.t7-theme.t7-inner .t7-about-v4__story-content h2 {
    margin: 12px 0 10px;
    font-size: clamp(30px, 4vw, 42px);
    line-height: 1.1;
}

body.t7-theme.t7-inner .t7-about-v4__story-content p {
    margin: 0;
    color: #5b5789;
    line-height: 1.68;
}

body.t7-theme.t7-inner .t7-about-v4__story-content ul {
    margin: 14px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 9px;
}

body.t7-theme.t7-inner .t7-about-v4__story-content li {
    position: relative;
    padding-left: 22px;
    color: #3f3a6d;
}

body.t7-theme.t7-inner .t7-about-v4__story-content li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: linear-gradient(135deg, #5a1ac9 0%, #6b25e4 100%);
}

body.t7-theme.t7-inner .t7-about-v4__proof {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 20px;
}

body.t7-theme.t7-inner .t7-about-v4__proof-card {
    background: linear-gradient(165deg, #230f46 0%, #3a1a70 100%);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    padding: 22px;
}

body.t7-theme.t7-inner .t7-about-v4__proof-card h3 {
    margin: 0 0 8px;
    color: #fff;
    font-size: 28px;
    line-height: 1.1;
}

body.t7-theme.t7-inner .t7-about-v4__proof-card p {
    margin: 0;
    color: #ddcff5;
}

body.t7-theme.t7-inner .t7-about-v4__cta {
    background: #fff;
    border: 1px solid #e5dbf5;
    border-radius: 24px;
    padding: 28px;
    text-align: center;
    box-shadow: 0 20px 46px rgba(35, 16, 69, 0.08);
}

body.t7-theme.t7-inner .t7-about-v4__cta h2 {
    margin: 0 0 10px;
    font-size: clamp(30px, 4vw, 42px);
    line-height: 1.1;
}

body.t7-theme.t7-inner .t7-about-v4__cta p {
    margin: 0 auto 16px;
    max-width: 780px;
    color: #5c5889;
}

/* FAQ v4 full redesign */
body.t7-theme.t7-inner .t7-faq-v4 {
    background: radial-gradient(1100px 340px at 15% 0%, #f2ecfd 0%, #f9f7fd 58%, #f9f7fd 100%);
}

body.t7-theme.t7-inner .t7-faq-v4__hero {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 16px;
    margin-bottom: 14px;
}

body.t7-theme.t7-inner .t7-faq-v4__hero-main,
body.t7-theme.t7-inner .t7-faq-v4__hero-side {
    border-radius: 22px;
    border: 1px solid #e5dbf5;
}

body.t7-theme.t7-inner .t7-faq-v4__hero-main {
    background: #fff;
    padding: 26px 28px;
    box-shadow: 0 20px 46px rgba(35, 16, 69, 0.08);
}

body.t7-theme.t7-inner .t7-faq-v4__hero-main h1 {
    margin: 14px 0 10px;
    font-size: clamp(34px, 4.8vw, 50px);
    line-height: 1.08;
}

body.t7-theme.t7-inner .t7-faq-v4__hero-main p {
    margin: 0;
    color: #5b5789;
    font-size: 17px;
    line-height: 1.65;
}

body.t7-theme.t7-inner .t7-faq-v4__hero-side {
    background: linear-gradient(165deg, #230f46 0%, #3a1a70 100%);
    padding: 24px;
}

body.t7-theme.t7-inner .t7-faq-v4__hero-side h3 {
    margin: 0 0 8px;
    font-size: 26px;
    color: #fff;
}

body.t7-theme.t7-inner .t7-faq-v4__hero-side p {
    margin: 0;
    color: #ddcff5;
}

body.t7-theme.t7-inner .t7-faq-v4__hero-actions {
    margin-top: 14px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

body.t7-theme.t7-inner .t7-faq-v4__category-nav {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 16px;
}

body.t7-theme.t7-inner .t7-faq-v4__category-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    border-radius: 12px;
    border: 1px solid #e1d5f6;
    background: #fff;
    color: #45237f;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-align: center;
    padding: 8px 10px;
}

body.t7-theme.t7-inner .t7-faq-v4__section {
    background: #fff;
    border: 1px solid #e5dbf5;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 14px 30px rgba(35, 16, 69, 0.06);
    margin-bottom: 14px;
}

body.t7-theme.t7-inner .t7-faq-v4__section-head {
    margin-bottom: 10px;
}

body.t7-theme.t7-inner .t7-faq-v4__section-head h2 {
    margin: 0;
    font-size: clamp(28px, 3.5vw, 36px);
    line-height: 1.12;
}

body.t7-theme.t7-inner .t7-faq-v4__section-head p {
    margin: 8px 0 0;
    color: #5a5689;
}

body.t7-theme.t7-inner .t7-faq-v4__accordion {
    display: grid;
    gap: 8px;
}

body.t7-theme.t7-inner .t7-faq-v4__item {
    border: 1px solid #e1d5f6;
    border-radius: 14px;
    background: #fbfafe;
    overflow: hidden;
}

body.t7-theme.t7-inner .t7-faq-v4__item summary {
    list-style: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 62px;
    padding: 14px 16px;
    font-size: 17px;
    font-weight: 700;
    color: #2d2a4f;
}

body.t7-theme.t7-inner .t7-faq-v4__item summary::-webkit-details-marker {
    display: none;
}

body.t7-theme.t7-inner .t7-faq-v4__marker {
    width: 24px;
    height: 24px;
    border-radius: 999px;
    border: 1px solid #d2bff2;
    background: #f4effd;
    position: relative;
    flex: 0 0 auto;
}

body.t7-theme.t7-inner .t7-faq-v4__marker::before,
body.t7-theme.t7-inner .t7-faq-v4__marker::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    background: #4c2a87;
    transform: translate(-50%, -50%);
}

body.t7-theme.t7-inner .t7-faq-v4__marker::before {
    width: 10px;
    height: 1.5px;
}

body.t7-theme.t7-inner .t7-faq-v4__marker::after {
    width: 1.5px;
    height: 10px;
}

body.t7-theme.t7-inner .t7-faq-v4__item[open] .t7-faq-v4__marker::after {
    display: none;
}

body.t7-theme.t7-inner .t7-faq-v4__answer {
    padding: 0 16px 14px;
}

body.t7-theme.t7-inner .t7-faq-v4__answer p {
    margin: 0;
    color: #575384;
    line-height: 1.64;
}

body.t7-theme.t7-inner .t7-faq-v4__cta {
    background: #fff;
    border: 1px solid #e5dbf5;
    border-radius: 24px;
    padding: 28px;
    text-align: center;
    box-shadow: 0 20px 46px rgba(35, 16, 69, 0.08);
}

body.t7-theme.t7-inner .t7-faq-v4__cta h2 {
    margin: 0 0 10px;
    font-size: clamp(30px, 4vw, 42px);
    line-height: 1.1;
}

body.t7-theme.t7-inner .t7-faq-v4__cta p {
    margin: 0 auto 16px;
    max-width: 760px;
    color: #5c5889;
}

@media (max-width: 1199px) {
    body.t7-theme.t7-inner .t7-about-v4__hero,
    body.t7-theme.t7-inner .t7-about-v4__story,
    body.t7-theme.t7-inner .t7-faq-v4__hero {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991px) {
    body.t7-theme.t7-inner .t7-about-v4__pillars,
    body.t7-theme.t7-inner .t7-faq-v4__category-nav {
        grid-template-columns: 1fr;
    }

    body.t7-theme.t7-inner .t7-about-v4__proof {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    body.t7-theme.t7-inner .t7-about-v4__hero-content,
    body.t7-theme.t7-inner .t7-about-v4__story-content,
    body.t7-theme.t7-inner .t7-about-v4__cta,
    body.t7-theme.t7-inner .t7-faq-v4__hero-main,
    body.t7-theme.t7-inner .t7-faq-v4__hero-side,
    body.t7-theme.t7-inner .t7-faq-v4__section,
    body.t7-theme.t7-inner .t7-faq-v4__cta {
        padding: 18px;
    }

    body.t7-theme.t7-inner .t7-about-v4__hero-content h1,
    body.t7-theme.t7-inner .t7-faq-v4__hero-main h1 {
        font-size: clamp(30px, 10vw, 40px);
    }

    body.t7-theme.t7-inner .t7-about-v4__hero-content p,
    body.t7-theme.t7-inner .t7-faq-v4__hero-main p {
        font-size: 15px;
    }

    body.t7-theme.t7-inner .t7-about-v4__hero-actions .t7-btn,
    body.t7-theme.t7-inner .t7-faq-v4__hero-actions .t7-btn,
    body.t7-theme.t7-inner .t7-faq-v4__cta .t7-btn {
        width: 100%;
    }

    body.t7-theme.t7-inner .t7-about-v4__pillar h3,
    body.t7-theme.t7-inner .t7-about-v4__proof-card h3 {
        font-size: 22px;
    }

    body.t7-theme.t7-inner .t7-faq-v4__section-head h2,
    body.t7-theme.t7-inner .t7-faq-v4__cta h2,
    body.t7-theme.t7-inner .t7-about-v4__cta h2 {
        font-size: 30px;
    }

    body.t7-theme.t7-inner .t7-faq-v4__item summary {
        font-size: 16px;
        min-height: 56px;
    }
}

/* Team + testimonials unified blocks */
body.t7-theme .t7-team-v2,
body.t7-theme .t7-proof-v2 {
    padding-top: 22px;
    padding-bottom: 22px;
}

body.t7-theme .t7-team-v2 .t7-section-head,
body.t7-theme .t7-proof-v2 .t7-section-head {
    margin-bottom: 14px;
}

body.t7-theme .t7-team-v2 .t7-section-head p {
    margin-top: 8px;
    max-width: 760px;
    color: #5c5889;
}

body.t7-theme .t7-team-v2__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

body.t7-theme .t7-team-v2__card {
    background: #fff;
    border: 1px solid #e5dbf5;
    border-radius: 18px;
    box-shadow: 0 14px 30px rgba(35, 16, 69, 0.06);
    overflow: hidden;
}

body.t7-theme .t7-team-v2__photo {
    aspect-ratio: 4 / 3;
    overflow: hidden;
}

body.t7-theme .t7-team-v2__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

body.t7-theme .t7-team-v2__meta {
    padding: 16px 18px 18px;
}

body.t7-theme .t7-team-v2__meta h3 {
    margin: 0 0 5px;
    font-size: 25px;
    line-height: 1.14;
}

body.t7-theme .t7-team-v2__meta p {
    margin: 0;
    color: #626285;
    font-weight: 600;
}

body.t7-theme .t7-proof-v2__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

body.t7-theme .t7-proof-v2__card {
    background: linear-gradient(170deg, #ffffff 0%, #faf7fe 100%);
    border: 1px solid #e5dbf5;
    border-radius: 18px;
    box-shadow: 0 14px 30px rgba(35, 16, 69, 0.06);
    padding: 18px;
}

body.t7-theme .t7-proof-v2__card h4 {
    margin: 0 0 8px;
    font-size: 23px;
    line-height: 1.18;
}

body.t7-theme .t7-proof-v2__card p {
    margin: 0;
    color: #5a5687;
    line-height: 1.62;
}

body.t7-theme .t7-proof-v2__card strong {
    display: block;
    margin-top: 10px;
    color: #47277f;
    font-size: 13px;
    letter-spacing: 0.03em;
}

@media (max-width: 991px) {
    body.t7-theme .t7-team-v2__grid,
    body.t7-theme .t7-proof-v2__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    body.t7-theme .t7-team-v2__meta h3,
    body.t7-theme .t7-proof-v2__card h4 {
        font-size: 22px;
    }
}

/* Team + testimonials anti-legacy v3 */
body.t7-theme .t7-team-v3,
body.t7-theme .t7-proof-v3 {
    padding-top: 22px;
    padding-bottom: 22px;
}

body.t7-theme .t7-team-v3__layout {
    display: grid;
    grid-template-columns: 0.92fr 1.08fr;
    gap: 16px;
}

body.t7-theme .t7-team-v3__intro {
    position: sticky;
    top: 104px;
    align-self: start;
    background: linear-gradient(165deg, #230f46 0%, #3a1a70 100%);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 22px;
}

body.t7-theme .t7-team-v3__intro .t7-eyebrow {
    color: #e6dbfa;
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.16);
}

body.t7-theme .t7-team-v3__intro h2 {
    margin: 12px 0 10px;
    color: #fff;
    font-size: clamp(30px, 4vw, 42px);
    line-height: 1.08;
}

body.t7-theme .t7-team-v3__intro p {
    color: #ddcff5;
    margin: 0 0 16px;
    line-height: 1.62;
}

body.t7-theme .t7-team-v3__stack {
    display: grid;
    gap: 12px;
}

body.t7-theme .t7-team-v3__role {
    display: grid;
    grid-template-columns: 240px 1fr;
    gap: 12px;
    background: #fff;
    border: 1px solid #e5dbf5;
    border-radius: 18px;
    box-shadow: 0 14px 30px rgba(35, 16, 69, 0.06);
    overflow: hidden;
}

body.t7-theme .t7-team-v3__role--ops {
    grid-template-columns: 1fr 280px;
    background: linear-gradient(170deg, #ffffff 0%, #f8f5fe 100%);
}

body.t7-theme .t7-team-v3__role--coord {
    grid-template-columns: 280px 1fr;
}

body.t7-theme .t7-team-v3__photo {
    min-height: 220px;
}

body.t7-theme .t7-team-v3__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

body.t7-theme .t7-team-v3__meta {
    padding: 16px 18px;
    display: grid;
    align-content: center;
    gap: 6px;
}

body.t7-theme .t7-team-v3__chip {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 24px;
    padding: 0 8px;
    border-radius: 999px;
    border: 1px solid #e6dbfa;
    background: #f4effd;
    color: #4f2b8d;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body.t7-theme .t7-team-v3__meta h3 {
    margin: 0;
    font-size: 28px;
    line-height: 1.12;
}

body.t7-theme .t7-team-v3__meta p {
    margin: 0;
    color: #5c5889;
    line-height: 1.56;
}

body.t7-theme .t7-team-v3__meta strong {
    margin-top: 2px;
    color: #46257f;
    font-size: 14px;
}

body.t7-theme .t7-proof-v3__head {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 14px;
    align-items: end;
    margin-bottom: 12px;
}

body.t7-theme .t7-proof-v3__metric {
    background: linear-gradient(165deg, #230f46 0%, #3a1a70 100%);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    padding: 16px 18px;
}

body.t7-theme .t7-proof-v3__metric span {
    display: block;
    color: #b3b3c6;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body.t7-theme .t7-proof-v3__metric strong {
    display: block;
    margin-top: 4px;
    color: #fff;
    font-size: 38px;
    line-height: 1;
}

body.t7-theme .t7-proof-v3__metric p {
    margin: 8px 0 0;
    color: #ddcff5;
}

body.t7-theme .t7-proof-v3__matrix {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 12px;
}

body.t7-theme .t7-proof-v3__card {
    background: #fff;
    border: 1px solid #e5dbf5;
    border-radius: 18px;
    box-shadow: 0 14px 30px rgba(35, 16, 69, 0.06);
    padding: 18px;
}

body.t7-theme .t7-proof-v3__card--primary {
    grid-row: span 2;
    background: linear-gradient(165deg, #f8f4fe 0%, #ffffff 100%);
}

body.t7-theme .t7-proof-v3__card h4 {
    margin: 0 0 8px;
    font-size: clamp(23px, 2.2vw, 30px);
    line-height: 1.14;
}

body.t7-theme .t7-proof-v3__card p {
    margin: 0;
    color: #5c5889;
    line-height: 1.63;
}

body.t7-theme .t7-proof-v3__card strong {
    display: block;
    margin-top: 10px;
    color: #47277f;
    font-size: 14px;
}

@media (max-width: 1199px) {
    body.t7-theme .t7-team-v3__layout,
    body.t7-theme .t7-proof-v3__head,
    body.t7-theme .t7-proof-v3__matrix {
        grid-template-columns: 1fr;
    }

    body.t7-theme .t7-team-v3__intro {
        position: relative;
        top: auto;
    }

    body.t7-theme .t7-team-v3__role,
    body.t7-theme .t7-team-v3__role--ops,
    body.t7-theme .t7-team-v3__role--coord {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    body.t7-theme .t7-team-v3__intro,
    body.t7-theme .t7-proof-v3__metric,
    body.t7-theme .t7-proof-v3__card {
        padding: 16px;
    }

    body.t7-theme .t7-team-v3__intro h2 {
        font-size: clamp(28px, 10vw, 38px);
    }

    body.t7-theme .t7-team-v3__meta h3 {
        font-size: 24px;
    }

    body.t7-theme .t7-team-v3__meta strong,
    body.t7-theme .t7-proof-v3__card strong {
        font-size: 13px;
    }

    body.t7-theme .t7-proof-v3__metric strong {
        font-size: 34px;
    }
}

/* Wave 5: fees + plans */
body.t7-theme.t7-inner .t7-pricing-v5 {
    background: radial-gradient(1100px 340px at 15% 0%, #f2ecfd 0%, #f9f7fd 58%, #f9f7fd 100%);
}

body.t7-theme.t7-inner .t7-pricing-v5__hero {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 16px;
    margin-bottom: 16px;
}

body.t7-theme.t7-inner .t7-pricing-v5__hero-main,
body.t7-theme.t7-inner .t7-pricing-v5__hero-side {
    border: 1px solid #e5dbf5;
    border-radius: 22px;
}

body.t7-theme.t7-inner .t7-pricing-v5__hero-main {
    background: #fff;
    padding: 26px 28px;
    box-shadow: 0 20px 46px rgba(35, 16, 69, 0.08);
}

body.t7-theme.t7-inner .t7-pricing-v5__hero-main h1 {
    margin: 14px 0 10px;
    font-size: clamp(34px, 4.8vw, 50px);
    line-height: 1.08;
}

body.t7-theme.t7-inner .t7-pricing-v5__hero-main p {
    margin: 0;
    color: #5c5889;
    font-size: 17px;
    line-height: 1.65;
}

body.t7-theme.t7-inner .t7-pricing-v5__hero-side {
    background: linear-gradient(165deg, #230f46 0%, #3a1a70 100%);
    padding: 22px;
}

body.t7-theme.t7-inner .t7-pricing-v5__hero-side h3 {
    margin: 0 0 8px;
    color: #fff;
    font-size: 26px;
}

body.t7-theme.t7-inner .t7-pricing-v5__hero-side p {
    margin: 0;
    color: #ddcff5;
}

body.t7-theme.t7-inner .t7-pricing-v5__plans,
body.t7-theme.t7-inner .t7-plans-v5__cards {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 16px;
}

body.t7-theme.t7-inner .t7-fees-v5 .t7-pricing-v5__plans {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.t7-theme.t7-inner .t7-pricing-v5__plan,
body.t7-theme.t7-inner .t7-plans-v5__card {
    background: #fff;
    border: 1px solid #e5dbf5;
    border-radius: 18px;
    box-shadow: 0 14px 30px rgba(35, 16, 69, 0.06);
    padding: 18px;
    display: grid;
    gap: 8px;
}

body.t7-theme.t7-inner .t7-pricing-v5__plan.is-featured,
body.t7-theme.t7-inner .t7-plans-v5__card.is-featured {
    background: linear-gradient(165deg, #230f46 0%, #3a1a70 100%);
    border-color: rgba(255, 255, 255, 0.16);
}

body.t7-theme.t7-inner .t7-pricing-v5__plan.is-featured h3,
body.t7-theme.t7-inner .t7-pricing-v5__plan.is-featured strong,
body.t7-theme.t7-inner .t7-pricing-v5__plan.is-featured span,
body.t7-theme.t7-inner .t7-pricing-v5__plan.is-featured p,
body.t7-theme.t7-inner .t7-plans-v5__card.is-featured h3,
body.t7-theme.t7-inner .t7-plans-v5__card.is-featured strong,
body.t7-theme.t7-inner .t7-plans-v5__card.is-featured span,
body.t7-theme.t7-inner .t7-plans-v5__card.is-featured p {
    color: #fff;
}

body.t7-theme.t7-inner .t7-pricing-v5__plan-meta,
body.t7-theme.t7-inner .t7-plans-v5__tagline {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #4f4a8a;
}

body.t7-theme.t7-inner .t7-pricing-v5__plan h3,
body.t7-theme.t7-inner .t7-plans-v5__card h3 {
    margin: 0;
    font-size: 30px;
    line-height: 1.08;
}

body.t7-theme.t7-inner .t7-pricing-v5__plan-highlight,
body.t7-theme.t7-inner .t7-plans-v5__highlight {
    margin: 0;
    color: #5a5689;
    line-height: 1.55;
}

body.t7-theme.t7-inner .t7-pricing-v5__plan ul,
body.t7-theme.t7-inner .t7-plans-v5__card ul {
    list-style: none;
    margin: 4px 0 0;
    padding: 0;
    display: grid;
    gap: 8px;
}

body.t7-theme.t7-inner .t7-pricing-v5__plan li,
body.t7-theme.t7-inner .t7-plans-v5__card li {
    display: grid;
    gap: 2px;
}

body.t7-theme.t7-inner .t7-pricing-v5__plan li span,
body.t7-theme.t7-inner .t7-plans-v5__card li span {
    font-size: 12px;
    font-weight: 700;
    color: #747499;
}

body.t7-theme.t7-inner .t7-pricing-v5__plan li strong,
body.t7-theme.t7-inner .t7-plans-v5__card li strong {
    font-size: 16px;
    color: #2d2a4f;
    line-height: 1.4;
}

body.t7-theme.t7-inner .t7-pricing-v5__included {
    background: #fff;
    border: 1px solid #e5dbf5;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 14px 30px rgba(35, 16, 69, 0.06);
    margin-bottom: 16px;
}

body.t7-theme.t7-inner .t7-pricing-v5__included-head h2 {
    margin: 0 0 6px;
    font-size: clamp(30px, 4vw, 40px);
    line-height: 1.08;
}

body.t7-theme.t7-inner .t7-pricing-v5__included-head p {
    margin: 0 0 10px;
    color: #5c5889;
}

body.t7-theme.t7-inner .t7-pricing-v5__included ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 12px;
}

body.t7-theme.t7-inner .t7-pricing-v5__included li {
    position: relative;
    padding-left: 20px;
    color: #3f3a6d;
    line-height: 1.55;
}

body.t7-theme.t7-inner .t7-pricing-v5__included li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: linear-gradient(135deg, #5a1ac9 0%, #6b25e4 100%);
}

body.t7-theme.t7-inner .t7-pricing-v5__groups {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 16px;
}

body.t7-theme.t7-inner .t7-pricing-v5__group {
    background: #fff;
    border: 1px solid #e5dbf5;
    border-radius: 18px;
    box-shadow: 0 14px 30px rgba(35, 16, 69, 0.06);
    padding: 16px 18px;
}

body.t7-theme.t7-inner .t7-pricing-v5__group h3 {
    margin: 0 0 8px;
    font-size: 25px;
    line-height: 1.12;
}

body.t7-theme.t7-inner .t7-pricing-v5__group ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 8px;
}

body.t7-theme.t7-inner .t7-pricing-v5__group li span {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: #747499;
}

body.t7-theme.t7-inner .t7-pricing-v5__group li strong {
    color: #2d2a4f;
    font-size: 15px;
    line-height: 1.52;
}

body.t7-theme.t7-inner .t7-plans-v5__compare {
    background: #fff;
    border: 1px solid #e5dbf5;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 14px 30px rgba(35, 16, 69, 0.06);
    margin-bottom: 16px;
}

body.t7-theme.t7-inner .t7-plans-v5__compare-head h2 {
    margin: 0 0 6px;
    font-size: clamp(30px, 4vw, 40px);
}

body.t7-theme.t7-inner .t7-plans-v5__compare-head p {
    margin: 0 0 10px;
    color: #5c5889;
}

body.t7-theme.t7-inner .t7-plans-v5__rows {
    display: grid;
    gap: 8px;
}

body.t7-theme.t7-inner .t7-plans-v5__row {
    border: 1px solid #e5dbf5;
    border-radius: 14px;
    padding: 12px;
    background: #fbfafe;
    display: grid;
    grid-template-columns: 1.2fr repeat(4, minmax(0, 1fr));
    gap: 8px;
    align-items: start;
}

body.t7-theme.t7-inner .t7-plans-v5__row h4 {
    margin: 0;
    font-size: 17px;
    line-height: 1.3;
}

body.t7-theme.t7-inner .t7-plans-v5__row span {
    display: block;
    font-size: 11px;
    font-weight: 800;
    color: #767699;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

body.t7-theme.t7-inner .t7-plans-v5__row strong {
    display: block;
    margin-top: 3px;
    font-size: 14px;
    color: #2d2a4f;
    line-height: 1.42;
}

body.t7-theme.t7-inner .t7-pricing-v5__cta {
    background: #fff;
    border: 1px solid #e5dbf5;
    border-radius: 24px;
    padding: 26px;
    text-align: center;
    box-shadow: 0 20px 46px rgba(35, 16, 69, 0.08);
}

body.t7-theme.t7-inner .t7-pricing-v5__cta h2 {
    margin: 0 0 10px;
    font-size: clamp(30px, 4vw, 42px);
    line-height: 1.1;
}

body.t7-theme.t7-inner .t7-pricing-v5__cta p {
    margin: 0 auto 16px;
    max-width: 760px;
    color: #5c5889;
}

body.t7-theme.t7-inner .t7-plans-v5__footnote {
    margin-top: 12px;
    color: #656588;
    font-size: 13px;
    line-height: 1.55;
}

@media (max-width: 1199px) {
    body.t7-theme.t7-inner .t7-pricing-v5__hero,
    body.t7-theme.t7-inner .t7-pricing-v5__plans,
    body.t7-theme.t7-inner .t7-plans-v5__cards {
        grid-template-columns: 1fr;
    }

    body.t7-theme.t7-inner .t7-fees-v5 .t7-pricing-v5__plans {
        grid-template-columns: 1fr;
    }

    body.t7-theme.t7-inner .t7-pricing-v5__included ul,
    body.t7-theme.t7-inner .t7-pricing-v5__groups {
        grid-template-columns: 1fr;
    }

    body.t7-theme.t7-inner .t7-plans-v5__row {
        grid-template-columns: 1fr 1fr;
    }

    body.t7-theme.t7-inner .t7-plans-v5__row h4 {
        grid-column: 1 / -1;
    }
}

@media (max-width: 767px) {
    body.t7-theme.t7-inner .t7-pricing-v5__hero-main,
    body.t7-theme.t7-inner .t7-pricing-v5__hero-side,
    body.t7-theme.t7-inner .t7-pricing-v5__included,
    body.t7-theme.t7-inner .t7-pricing-v5__group,
    body.t7-theme.t7-inner .t7-plans-v5__compare,
    body.t7-theme.t7-inner .t7-pricing-v5__cta {
        padding: 16px;
    }

    body.t7-theme.t7-inner .t7-pricing-v5__hero-main h1 {
        font-size: clamp(30px, 10vw, 40px);
    }

    body.t7-theme.t7-inner .t7-pricing-v5__hero-main p {
        font-size: 15px;
    }

    body.t7-theme.t7-inner .t7-pricing-v5__plan h3,
    body.t7-theme.t7-inner .t7-plans-v5__card h3 {
        font-size: 26px;
    }

    body.t7-theme.t7-inner .t7-pricing-v5__group h3 {
        font-size: 22px;
    }

    body.t7-theme.t7-inner .t7-pricing-v5__cta .t7-btn {
        width: 100%;
    }
}

/* Wave 6: Stores pack */
body.t7-theme.t7-inner .t7-stores-v6 {
    background: linear-gradient(180deg, #faf8fe 0%, #f7f3fe 100%);
}

body.t7-theme.t7-inner .t7-stores-v6__hero {
    display: grid;
    grid-template-columns: 1.7fr 1fr;
    gap: 20px;
    margin-bottom: 22px;
}

body.t7-theme.t7-inner .t7-stores-v6__hero-main,
body.t7-theme.t7-inner .t7-stores-v6__hero-side {
    background: #fff;
    border: 1px solid #e5dbf5;
    border-radius: 24px;
    padding: 28px;
    box-shadow: 0 20px 44px rgba(39, 17, 77, 0.08);
}

body.t7-theme.t7-inner .t7-stores-v6__hero-main h1 {
    margin: 8px 0 12px;
    font-size: clamp(34px, 5vw, 52px);
    line-height: 1.04;
}

body.t7-theme.t7-inner .t7-stores-v6__hero-main p,
body.t7-theme.t7-inner .t7-stores-v6__hero-side p {
    margin: 0;
    color: #5c5889;
}

body.t7-theme.t7-inner .t7-stores-v6__hero-points {
    list-style: none;
    margin: 16px 0 0;
    padding: 0;
    display: grid;
    gap: 8px;
}

body.t7-theme.t7-inner .t7-stores-v6__hero-points li {
    position: relative;
    padding-left: 20px;
    color: #3b2167;
}

body.t7-theme.t7-inner .t7-stores-v6__hero-points li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: linear-gradient(135deg, #7e41e8, #9562ec);
}

body.t7-theme.t7-inner .t7-stores-v6__hero-side h3 {
    margin: 0 0 10px;
    font-size: 24px;
    line-height: 1.15;
}

body.t7-theme.t7-inner .t7-stores-v6__hero-side .t7-btn {
    margin-top: 16px;
}

body.t7-theme.t7-inner .t7-stores-v6__layout {
    display: grid;
    grid-template-columns: minmax(220px, 290px) minmax(0, 1fr);
    gap: 20px;
    align-items: start;
}

body.t7-theme.t7-inner .t7-stores-v6__sidebar {
    position: sticky;
    top: 110px;
}

body.t7-theme.t7-inner .t7-stores-v6__mobile-menu {
    display: none;
}

body.t7-theme.t7-inner .t7-stores-v6__menu {
    display: grid;
    gap: 8px;
    padding: 14px;
    background: #fff;
    border: 1px solid #e5dbf5;
    border-radius: 18px;
    box-shadow: 0 14px 34px rgba(43, 18, 85, 0.08);
}

body.t7-theme.t7-inner .t7-stores-v6__menu a,
body.t7-theme.t7-inner .t7-stores-v6__links a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 700;
    color: #403b6e;
    border: 1px solid transparent;
    transition: all 0.2s ease;
}

body.t7-theme.t7-inner .t7-stores-v6__menu a:hover,
body.t7-theme.t7-inner .t7-stores-v6__links a:hover {
    background: #f8f4fe;
    color: #3c1c74;
}

body.t7-theme.t7-inner .t7-stores-v6__menu a.is-active,
body.t7-theme.t7-inner .t7-stores-v6__links a.is-active {
    background: linear-gradient(135deg, #6421d7, #7f42e8);
    color: #fff;
    border-color: #6421d7;
}

body.t7-theme.t7-inner .t7-stores-v6__content {
    background: #fff;
    border: 1px solid #e5dbf5;
    border-radius: 24px;
    padding: 24px;
    box-shadow: 0 18px 38px rgba(39, 17, 77, 0.08);
}

body.t7-theme.t7-inner .t7-stores-v6__content-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 16px;
}

body.t7-theme.t7-inner .t7-stores-v6__content-head h2 {
    margin: 0;
    font-size: clamp(28px, 4vw, 40px);
    line-height: 1.1;
}

body.t7-theme.t7-inner .t7-stores-v6__content-head p {
    margin: 0;
    color: #656588;
}

body.t7-theme.t7-inner .t7-stores-v6__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

body.t7-theme.t7-inner .t7-stores-v6__card {
    border: 1px solid #e1e1e9;
    border-radius: 16px;
    padding: 16px;
    background: #fbfafe;
    display: grid;
    gap: 10px;
}

body.t7-theme.t7-inner .t7-stores-v6__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 4px 8px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #492488;
    background: #f1ebfc;
}

body.t7-theme.t7-inner .t7-stores-v6__card h3 {
    margin: 0;
    font-size: 22px;
    line-height: 1.2;
}

body.t7-theme.t7-inner .t7-stores-v6__card p {
    margin: 0;
    color: #5d598b;
    line-height: 1.58;
}

body.t7-theme.t7-inner .t7-stores-v6__card-actions .t7-btn {
    width: 100%;
    justify-content: center;
}

body.t7-theme.t7-inner .t7-stores-v6__cta {
    margin-top: 20px;
    background: linear-gradient(135deg, #311366, #4c1f99);
    color: #eae0fb;
    border-radius: 24px;
    padding: 30px;
    text-align: center;
}

body.t7-theme.t7-inner .t7-stores-v6__cta h2 {
    margin: 0 0 10px;
    color: #fff;
    font-size: clamp(30px, 4vw, 44px);
    line-height: 1.08;
}

body.t7-theme.t7-inner .t7-stores-v6__cta p {
    margin: 0 auto 18px;
    max-width: 720px;
    color: #e5d9fa;
}

@media (max-width: 1199px) {
    body.t7-theme.t7-inner .t7-stores-v6__hero,
    body.t7-theme.t7-inner .t7-stores-v6__layout {
        grid-template-columns: 1fr;
    }

    body.t7-theme.t7-inner .t7-stores-v6__sidebar {
        position: static;
    }
}

@media (max-width: 767px) {
    body.t7-theme.t7-inner .t7-stores-v6__hero-main,
    body.t7-theme.t7-inner .t7-stores-v6__hero-side,
    body.t7-theme.t7-inner .t7-stores-v6__content,
    body.t7-theme.t7-inner .t7-stores-v6__cta {
        border-radius: 16px;
        padding: 16px;
    }

    body.t7-theme.t7-inner .t7-stores-v6__mobile-menu {
        display: block;
        margin-bottom: 10px;
        border: 1px solid #e5dbf5;
        border-radius: 14px;
        background: #fff;
        overflow: hidden;
    }

    body.t7-theme.t7-inner .t7-stores-v6__mobile-menu summary {
        list-style: none;
        cursor: pointer;
        padding: 12px 14px;
        font-size: 14px;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: 0.08em;
        color: #462383;
    }

    body.t7-theme.t7-inner .t7-stores-v6__mobile-menu .t7-stores-v6__links {
        padding: 0 10px 10px;
        display: grid;
        gap: 6px;
    }

    body.t7-theme.t7-inner .t7-stores-v6__menu {
        display: none;
    }

    body.t7-theme.t7-inner .t7-stores-v6__grid,
    body.t7-theme.t7-inner .t7-stores-v6__content-head {
        grid-template-columns: 1fr;
        display: grid;
        align-items: start;
    }
}

/* Wave 7: Auth/account pack */
body.t7-theme.t7-inner .t7-auth-v7 {
    background: linear-gradient(180deg, #faf8fe 0%, #f7f3fe 100%);
}

body.t7-theme.t7-inner .t7-auth-v7__hero {
    display: grid;
    grid-template-columns: 1.65fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

body.t7-theme.t7-inner .t7-auth-v7__hero-main,
body.t7-theme.t7-inner .t7-auth-v7__hero-side,
body.t7-theme.t7-inner .t7-auth-v7__card,
body.t7-theme.t7-inner .t7-auth-v7__media {
    background: #fff;
    border: 1px solid #e5dbf5;
    border-radius: 24px;
    padding: 24px;
    box-shadow: 0 18px 40px rgba(39, 17, 77, 0.08);
}

body.t7-theme.t7-inner .t7-auth-v7__hero-main h1 {
    margin: 8px 0 10px;
    font-size: clamp(34px, 5vw, 50px);
    line-height: 1.05;
}

body.t7-theme.t7-inner .t7-auth-v7__hero-main p,
body.t7-theme.t7-inner .t7-auth-v7__hero-side p {
    margin: 0;
    color: #5d598b;
}

body.t7-theme.t7-inner .t7-auth-v7__hero-points {
    list-style: none;
    margin: 14px 0 0;
    padding: 0;
    display: grid;
    gap: 8px;
}

body.t7-theme.t7-inner .t7-auth-v7__hero-points li {
    position: relative;
    padding-left: 18px;
    color: #3d206f;
}

body.t7-theme.t7-inner .t7-auth-v7__hero-points li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(135deg, #7e41e8, #9562ec);
}

body.t7-theme.t7-inner .t7-auth-v7__hero-side h3 {
    margin: 0 0 10px;
    font-size: 24px;
    line-height: 1.16;
}

body.t7-theme.t7-inner .t7-auth-v7__hero-side .t7-btn {
    margin-top: 14px;
}

body.t7-theme.t7-inner .t7-auth-v7__section {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 20px;
    align-items: stretch;
}

body.t7-theme.t7-inner .t7-auth-v7__section--single {
    grid-template-columns: 1fr;
}

body.t7-theme.t7-inner .t7-auth-v7__head h2 {
    margin: 0;
    font-size: clamp(28px, 4vw, 38px);
    line-height: 1.1;
}

body.t7-theme.t7-inner .t7-auth-v7__head p {
    margin: 8px 0 0;
    color: #656588;
}

body.t7-theme.t7-inner .t7-auth-v7__form {
    margin-top: 16px;
    display: grid;
    gap: 12px;
}

body.t7-theme.t7-inner .t7-auth-v7__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

body.t7-theme.t7-inner .t7-auth-v7__field {
    display: grid;
    gap: 6px;
}

body.t7-theme.t7-inner .t7-auth-v7__field label {
    margin: 0;
    color: #47267f;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

body.t7-theme.t7-inner .t7-auth-v7__field .form-control {
    height: 52px;
    border-radius: 12px;
    border: 1px solid #d4d4e0;
    padding: 12px 14px;
    color: #2d2a4f;
    background: #fff;
    box-shadow: none;
}

body.t7-theme.t7-inner .t7-auth-v7__field .form-control:focus {
    border-color: #7e41e8;
    box-shadow: 0 0 0 4px rgba(126, 65, 232, 0.14);
}

body.t7-theme.t7-inner .t7-auth-v7__actions {
    display: flex;
    gap: 10px;
    margin-top: 4px;
}

body.t7-theme.t7-inner .t7-auth-v7__actions .t7-btn {
    min-height: 48px;
    justify-content: center;
}

body.t7-theme.t7-inner .t7-auth-v7__switch {
    margin: 14px 0 0;
    color: #67678c;
}

body.t7-theme.t7-inner .t7-auth-v7__switch a {
    color: #5f1fce;
    font-weight: 700;
}

body.t7-theme.t7-inner .t7-auth-v7__media {
    display: flex;
    padding: 0;
    overflow: hidden;
}

body.t7-theme.t7-inner .t7-auth-v7__media img {
    width: 100%;
    height: 100%;
    min-height: 360px;
    object-fit: cover;
}

body.t7-theme.t7-inner .t7-auth-v7__error {
    margin: 14px 0 0;
    border: 1px solid #efb4bb;
    background: #fff4f6;
    color: #b42335;
    border-radius: 12px;
    padding: 10px 12px;
    font-weight: 600;
}

@media (max-width: 1199px) {
    body.t7-theme.t7-inner .t7-auth-v7__hero,
    body.t7-theme.t7-inner .t7-auth-v7__section {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    body.t7-theme.t7-inner .t7-auth-v7__hero-main,
    body.t7-theme.t7-inner .t7-auth-v7__hero-side,
    body.t7-theme.t7-inner .t7-auth-v7__card {
        border-radius: 16px;
        padding: 16px;
    }

    body.t7-theme.t7-inner .t7-auth-v7__hero-main h1 {
        font-size: clamp(30px, 10vw, 40px);
    }

    body.t7-theme.t7-inner .t7-auth-v7__grid {
        grid-template-columns: 1fr;
    }

    body.t7-theme.t7-inner .t7-auth-v7__actions .t7-btn {
        width: 100%;
    }
}

/* Wave 8: Legal pack */
body.t7-theme.t7-inner .t7-legal-v8 {
    background: linear-gradient(180deg, #faf7fe 0%, #f5f0fd 100%);
}

body.t7-theme.t7-inner .t7-legal-v8__hero {
    display: grid;
    grid-template-columns: 1.7fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

body.t7-theme.t7-inner .t7-legal-v8__hero-main,
body.t7-theme.t7-inner .t7-legal-v8__hero-side,
body.t7-theme.t7-inner .t7-legal-v8__anchors,
body.t7-theme.t7-inner .t7-legal-v8__section-card,
body.t7-theme.t7-inner .t7-legal-v8__prohibited-head,
body.t7-theme.t7-inner .t7-legal-v8__prohibited-item,
body.t7-theme.t7-inner .t7-legal-v8__cta {
    background: #fff;
    border: 1px solid #e5dbf5;
    border-radius: 22px;
    box-shadow: 0 18px 40px rgba(37, 16, 73, 0.08);
}

body.t7-theme.t7-inner .t7-legal-v8__hero-main,
body.t7-theme.t7-inner .t7-legal-v8__hero-side,
body.t7-theme.t7-inner .t7-legal-v8__anchors,
body.t7-theme.t7-inner .t7-legal-v8__prohibited-head,
body.t7-theme.t7-inner .t7-legal-v8__cta {
    padding: 24px;
}

body.t7-theme.t7-inner .t7-legal-v8__hero-main h1 {
    margin: 8px 0 12px;
    font-size: clamp(34px, 5vw, 52px);
    line-height: 1.03;
}

body.t7-theme.t7-inner .t7-legal-v8__hero-main p,
body.t7-theme.t7-inner .t7-legal-v8__hero-side dd {
    margin: 0;
    color: #5d598b;
}

body.t7-theme.t7-inner .t7-legal-v8__page-nav {
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

body.t7-theme.t7-inner .t7-legal-v8__page-nav a {
    border: 1px solid #dcd1f0;
    color: #413d71;
    border-radius: 999px;
    padding: 8px 14px;
    font-size: 13px;
    font-weight: 700;
}

body.t7-theme.t7-inner .t7-legal-v8__page-nav a.is-active {
    background: #5f1fce;
    border-color: #5f1fce;
    color: #fff;
}

body.t7-theme.t7-inner .t7-legal-v8__hero-side h3 {
    margin: 0 0 12px;
    font-size: 24px;
}

body.t7-theme.t7-inner .t7-legal-v8__hero-side dl {
    margin: 0;
    display: grid;
    gap: 10px;
}

body.t7-theme.t7-inner .t7-legal-v8__hero-side dt {
    margin: 0;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #767699;
}

body.t7-theme.t7-inner .t7-legal-v8__hero-side dd {
    margin: 3px 0 0;
}

body.t7-theme.t7-inner .t7-legal-v8__hero-side .t7-btn {
    margin-top: 16px;
}

body.t7-theme.t7-inner .t7-legal-v8__anchors {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 14px;
}

body.t7-theme.t7-inner .t7-legal-v8__anchors a {
    border-radius: 12px;
    border: 1px solid #dfdfe8;
    padding: 10px 12px;
    font-size: 13px;
    font-weight: 700;
    color: #48287e;
    background: #fbf9fe;
}

body.t7-theme.t7-inner .t7-legal-v8__sections {
    display: grid;
    gap: 12px;
}

body.t7-theme.t7-inner .t7-legal-v8__section-card {
    padding: 20px;
}

body.t7-theme.t7-inner .t7-legal-v8__section-card h2 {
    margin: 0 0 10px;
    font-size: clamp(24px, 3vw, 34px);
    line-height: 1.1;
}

body.t7-theme.t7-inner .t7-legal-v8__section-card p {
    margin: 0 0 10px;
    color: #575388;
    line-height: 1.62;
}

body.t7-theme.t7-inner .t7-legal-v8__section-card ul {
    margin: 0;
    padding-left: 18px;
    color: #4b467f;
    display: grid;
    gap: 6px;
}

body.t7-theme.t7-inner .t7-legal-v8__prohibited-list {
    display: grid;
    gap: 10px;
}

body.t7-theme.t7-inner .t7-legal-v8__prohibited-item {
    overflow: hidden;
}

body.t7-theme.t7-inner .t7-legal-v8__prohibited-item summary {
    list-style: none;
    cursor: pointer;
    padding: 14px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    font-size: 17px;
    font-weight: 700;
    color: #402373;
}

body.t7-theme.t7-inner .t7-legal-v8__marker {
    width: 22px;
    height: 22px;
    border: 1px solid #d4c5ee;
    border-radius: 999px;
    position: relative;
    flex-shrink: 0;
}

body.t7-theme.t7-inner .t7-legal-v8__marker::before,
body.t7-theme.t7-inner .t7-legal-v8__marker::after {
    content: "";
    position: absolute;
    background: #642ec2;
}

body.t7-theme.t7-inner .t7-legal-v8__marker::before {
    width: 10px;
    height: 2px;
    top: 10px;
    left: 5px;
}

body.t7-theme.t7-inner .t7-legal-v8__marker::after {
    width: 2px;
    height: 10px;
    top: 6px;
    left: 9px;
    transition: opacity 0.2s ease;
}

body.t7-theme.t7-inner .t7-legal-v8__prohibited-item[open] .t7-legal-v8__marker::after {
    opacity: 0;
}

body.t7-theme.t7-inner .t7-legal-v8__prohibited-body {
    padding: 0 16px 16px;
}

body.t7-theme.t7-inner .t7-legal-v8__prohibited-body p {
    margin: 0 0 8px;
    color: #5c588a;
}

body.t7-theme.t7-inner .t7-legal-v8__prohibited-body ul {
    margin: 0;
    padding-left: 18px;
    color: #49447f;
}

body.t7-theme.t7-inner .t7-legal-v8__cta {
    margin-top: 20px;
    text-align: center;
    padding: 28px;
    background: linear-gradient(135deg, #321467, #4d1f9d);
    color: #e6dbfa;
}

body.t7-theme.t7-inner .t7-legal-v8__cta h2 {
    margin: 0 0 10px;
    color: #fff;
    font-size: clamp(30px, 4vw, 42px);
    line-height: 1.08;
}

body.t7-theme.t7-inner .t7-legal-v8__cta p {
    margin: 0 auto 16px;
    max-width: 760px;
    color: #dfd1f8;
}

@media (max-width: 1199px) {
    body.t7-theme.t7-inner .t7-legal-v8__hero {
        grid-template-columns: 1fr;
    }

    body.t7-theme.t7-inner .t7-legal-v8__anchors {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 767px) {
    body.t7-theme.t7-inner .t7-legal-v8__hero-main,
    body.t7-theme.t7-inner .t7-legal-v8__hero-side,
    body.t7-theme.t7-inner .t7-legal-v8__anchors,
    body.t7-theme.t7-inner .t7-legal-v8__section-card,
    body.t7-theme.t7-inner .t7-legal-v8__prohibited-head,
    body.t7-theme.t7-inner .t7-legal-v8__cta {
        padding: 16px;
        border-radius: 16px;
    }

    body.t7-theme.t7-inner .t7-legal-v8__hero-main h1 {
        font-size: clamp(30px, 10vw, 40px);
    }

    body.t7-theme.t7-inner .t7-legal-v8__anchors {
        grid-template-columns: 1fr;
    }

    body.t7-theme.t7-inner .t7-legal-v8__page-nav a,
    body.t7-theme.t7-inner .t7-legal-v8__anchors a {
        text-align: center;
    }

    body.t7-theme.t7-inner .t7-legal-v8__cta .t7-btn {
        width: 100%;
    }
}

/* =====================================================================
   template_7 "editorial" design layer — violet/slate, Space Grotesk + DM Mono
   ===================================================================== */

/* shared utilities */
.t7-theme .t7-mono {
    font-family: "DM Mono", monospace;
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--t7-accent);
}
.t7-theme .t7-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: "DM Mono", monospace;
    font-size: 12px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--t7-slate);
}
.t7-theme .t7-kicker::before {
    content: "";
    width: 26px;
    height: 1px;
    background: var(--t7-accent);
}
.t7-theme .t7-section {
    padding: clamp(56px, 8vw, 104px) 0;
}

/* buttons polish */
.t7-theme .t7-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 2px;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 600;
    letter-spacing: 0.01em;
    padding: 14px 24px;
    transition: transform .15s ease, background .15s ease, color .15s ease;
}
.t7-theme .t7-btn-primary {
    background: var(--t7-accent);
    color: #fff;
    border: 1px solid var(--t7-accent);
}
.t7-theme .t7-btn-primary:hover {
    background: #6a26db;
    transform: translateY(-1px);
}
.t7-theme .t7-btn-secondary {
    background: transparent;
    color: var(--t7-ink);
    border: 1px solid var(--t7-border);
}
.t7-theme .t7-btn-secondary:hover {
    border-color: var(--t7-accent);
    color: var(--t7-accent);
}

/* header accent line */
.t7-theme .t7-header {
    border-bottom: 1px solid var(--t7-border);
    box-shadow: none;
    background: rgba(247, 246, 251, 0.92);
    backdrop-filter: blur(8px);
}
.t7-theme .t7-header::after {
    content: "";
    position: absolute;
    left: 0; right: 0; bottom: -1px;
    height: 2px;
    background: linear-gradient(90deg, var(--t7-accent), var(--t7-accent-2) 55%, transparent);
}
.t7-theme .t7-header { position: sticky; top: 0; z-index: 50; }
.t7-theme .t7-nav a { font-weight: 500; color: var(--t7-slate); }
.t7-theme .t7-nav a:hover { color: var(--t7-accent); }

/* ---------- HERO (editorial, light, asymmetric) ---------- */
.t7-hero {
    position: relative;
    padding: clamp(48px, 7vw, 96px) 0 clamp(40px, 6vw, 72px);
    background:
        radial-gradient(120% 90% at 100% 0%, #efe9fc 0%, transparent 60%),
        var(--t7-bg);
    overflow: hidden;
}
.t7-hero__layout {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(0, 1fr);
    gap: clamp(28px, 5vw, 72px);
    align-items: start;
}
.t7-hero__index {
    display: flex;
    align-items: center;
    gap: 14px;
    font-family: "DM Mono", monospace;
    font-size: 13px;
    letter-spacing: 0.12em;
    color: var(--t7-slate);
    margin-bottom: 22px;
}
.t7-hero__index b { color: var(--t7-accent); font-weight: 500; }
.t7-hero__title {
    font-size: clamp(40px, 6.4vw, 78px);
    line-height: 0.98;
    letter-spacing: -0.02em;
    color: var(--t7-ink);
    margin: 0 0 22px;
}
.t7-hero__title em {
    font-style: normal;
    color: var(--t7-accent);
}
.t7-hero__lead {
    max-width: 46ch;
    font-size: clamp(16px, 1.5vw, 19px);
    line-height: 1.6;
    color: var(--t7-muted);
    margin: 0 0 30px;
}
.t7-hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 36px; }
.t7-hero__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 22px;
    padding-top: 26px;
    border-top: 1px solid var(--t7-border);
}
.t7-hero__tags span {
    font-family: "DM Mono", monospace;
    font-size: 12px;
    letter-spacing: 0.06em;
    color: var(--t7-slate);
}
.t7-hero__tags span::before { content: "— "; color: var(--t7-accent); }

.t7-hero__aside {
    background: var(--t7-surface);
    border: 1px solid var(--t7-border);
    border-radius: 6px;
    padding: 26px;
    box-shadow: 0 24px 60px -40px rgba(23, 21, 34, 0.5);
}
.t7-hero__aside-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    padding-bottom: 16px;
    margin-bottom: 18px;
    border-bottom: 1px solid var(--t7-border);
}
.t7-hero__aside-head strong { font-family: "Space Grotesk", sans-serif; font-size: 18px; color: var(--t7-ink); }
.t7-hero__rate { display: flex; flex-direction: column; gap: 14px; }
.t7-hero__rate-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.t7-hero__rate-row span { color: var(--t7-muted); font-size: 14px; }
.t7-hero__rate-row b { font-family: "Space Grotesk", sans-serif; font-weight: 600; color: var(--t7-ink); }
.t7-hero__rate-foot {
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px dashed var(--t7-border);
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
.t7-hero__rate-foot b { font-family: "Space Grotesk", sans-serif; font-size: 26px; color: var(--t7-accent); }
.t7-hero__stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 22px;
}
.t7-hero__stat strong { display: block; font-family: "Space Grotesk", sans-serif; font-size: 24px; color: var(--t7-ink); }
.t7-hero__stat span { font-size: 12px; color: var(--t7-muted); }

@media (max-width: 880px) {
    .t7-hero__layout { grid-template-columns: 1fr; }
}

/* ---------- PROOF strip ---------- */
.t7-proof {
    border-top: 1px solid var(--t7-border);
    border-bottom: 1px solid var(--t7-border);
    background: var(--t7-surface);
    padding: 30px 0;
}
.t7-proof__inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    align-items: start;
}
.t7-proof__metric strong {
    display: block;
    font-family: "Space Grotesk", sans-serif;
    font-size: clamp(26px, 3vw, 38px);
    color: var(--t7-ink);
    line-height: 1;
}
.t7-proof__metric span { font-size: 13px; color: var(--t7-muted); }
.t7-proof__metric .t7-mono { display: block; margin-bottom: 8px; }
@media (max-width: 720px) { .t7-proof__inner { grid-template-columns: repeat(2, 1fr); gap: 28px 18px; } }

/* ---------- INTRO / about-home ---------- */
.t7-intro__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: clamp(28px, 5vw, 72px);
    align-items: start;
}
.t7-intro__lead h2 {
    margin: 18px 0 0;
    font-size: clamp(28px, 3.6vw, 44px);
    line-height: 1.06;
    letter-spacing: -0.02em;
}
.t7-intro__points { list-style: none; margin: 0; padding: 0; display: grid; gap: 26px; }
.t7-intro__points li {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 18px;
    padding-bottom: 26px;
    border-bottom: 1px solid var(--t7-border);
}
.t7-intro__points li:last-child { border-bottom: 0; padding-bottom: 0; }
.t7-intro__points .t7-num {
    font-family: "DM Mono", monospace;
    font-size: 14px;
    color: var(--t7-accent);
    padding-top: 4px;
}
.t7-intro__points h3 { font-size: 19px; margin: 0 0 6px; color: var(--t7-ink); }
.t7-intro__points p { margin: 0; font-size: 15px; line-height: 1.6; }

/* ---------- SERVICES editorial list ---------- */
.t7-svc__head {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 38px;
}
.t7-svc__head h2 { font-size: clamp(30px, 4vw, 50px); line-height: 1.02; letter-spacing: -0.02em; max-width: 16ch; }
.t7-svc__list { border-top: 1px solid var(--t7-border); }
.t7-svc__row {
    display: grid;
    grid-template-columns: 88px minmax(0, 1.1fr) minmax(0, 1.4fr) auto;
    gap: 24px;
    align-items: center;
    padding: 26px 8px;
    border-bottom: 1px solid var(--t7-border);
    transition: background .18s ease, padding .18s ease;
}
.t7-svc__row:hover { background: #f2ecfd; padding-left: 18px; padding-right: 18px; }
.t7-svc__num { font-family: "DM Mono", monospace; font-size: 14px; color: var(--t7-accent); }
.t7-svc__title { font-family: "Space Grotesk", sans-serif; font-weight: 600; font-size: 21px; color: var(--t7-ink); }
.t7-svc__desc { color: var(--t7-muted); font-size: 15px; line-height: 1.55; }
.t7-svc__link { font-family: "DM Mono", monospace; font-size: 12px; color: var(--t7-accent); white-space: nowrap; }
.t7-svc__link::after { content: " \2197"; }
@media (max-width: 820px) {
    .t7-svc__row { grid-template-columns: 56px 1fr; }
    .t7-svc__desc, .t7-svc__link { grid-column: 2; }
}

/* ---------- CREW ---------- */
.t7-crew__head { max-width: 60ch; margin-bottom: 40px; }
.t7-crew__head h2 { margin: 16px 0 12px; font-size: clamp(28px, 3.6vw, 44px); line-height: 1.06; letter-spacing: -0.02em; }
.t7-crew__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.t7-crew__card {
    background: var(--t7-surface);
    border: 1px solid var(--t7-border);
    border-radius: 6px;
    padding: 20px;
}
.t7-crew__photo { border-radius: 4px; overflow: hidden; margin-bottom: 18px; aspect-ratio: 4 / 3; }
.t7-crew__photo img { width: 100%; height: 100%; object-fit: cover; display: block; filter: grayscale(0.15); }
.t7-crew__role { display: block; margin-bottom: 6px; }
.t7-crew__card h3 { font-size: 19px; margin: 0 0 8px; }
.t7-crew__card p { font-size: 14px; line-height: 1.55; }
@media (max-width: 820px) { .t7-crew__grid { grid-template-columns: 1fr; } }

/* ---------- VOICES ---------- */
.t7-voices { background: var(--t7-surface); border-top: 1px solid var(--t7-border); }
.t7-voices__head {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 38px;
}
.t7-voices__head h2 { margin-top: 14px; font-size: clamp(28px, 3.6vw, 44px); letter-spacing: -0.02em; }
.t7-voices__metric { text-align: right; }
.t7-voices__metric strong { display: block; font-family: "Space Grotesk", sans-serif; font-size: 40px; color: var(--t7-accent); line-height: 1; }
.t7-voices__metric p { font-size: 13px; color: var(--t7-muted); max-width: 26ch; margin-left: auto; }
.t7-voices__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.t7-voices__card {
    background: var(--t7-bg);
    border: 1px solid var(--t7-border);
    border-radius: 6px;
    padding: 26px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.t7-voices__card--lead { background: var(--t7-ink); border-color: var(--t7-ink); }
.t7-voices__card p { font-size: 16px; line-height: 1.55; color: var(--t7-ink); }
.t7-voices__card strong { font-family: "DM Mono", monospace; font-size: 12px; font-weight: 500; letter-spacing: 0.04em; color: var(--t7-slate); margin-top: auto; }
.t7-voices__card.t7-voices__card--lead p { color: #fff; }
.t7-voices__card.t7-voices__card--lead strong { color: rgba(255, 255, 255, 0.7); }
@media (max-width: 820px) { .t7-voices__grid { grid-template-columns: 1fr; } .t7-voices__metric { text-align: left; } .t7-voices__metric p { margin-left: 0; } }

/* ---------- CTA band ---------- */
.t7-cta { padding: clamp(48px, 7vw, 88px) 0; }
.t7-cta__box {
    background: var(--t7-ink);
    border-radius: 8px;
    padding: clamp(34px, 5vw, 64px);
    display: grid;
    grid-template-columns: 1.4fr auto;
    gap: 32px;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.t7-cta__box::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(120% 140% at 100% 0%, rgba(124, 58, 237, 0.45), transparent 55%);
    pointer-events: none;
}
.t7-cta__box > * { position: relative; z-index: 1; }
.t7-cta__box .t7-kicker { color: var(--t7-accent-2); }
.t7-cta__box .t7-kicker::before { background: var(--t7-accent-2); }
.t7-cta__box h2 { color: #fff; font-size: clamp(28px, 3.6vw, 46px); line-height: 1.04; letter-spacing: -0.02em; margin: 16px 0 12px; }
.t7-cta__box p { color: rgba(255, 255, 255, 0.82); max-width: 52ch; margin: 0; }
.t7-cta__actions { display: flex; flex-direction: column; gap: 12px; }
.t7-cta__box .t7-btn-secondary { color: #fff; border-color: rgba(255, 255, 255, 0.32); }
.t7-cta__box .t7-btn-secondary:hover { border-color: #fff; color: var(--t7-accent-2); }
@media (max-width: 760px) { .t7-cta__box { grid-template-columns: 1fr; } }

/* ---------- PAGE HERO (inner) editorial — light, left-aligned ---------- */
.t7-theme .t7-page-hero {
    background:
        radial-gradient(120% 120% at 100% 0%, #efe9fc 0%, transparent 55%),
        var(--t7-bg);
    border-bottom: 1px solid var(--t7-border);
    padding: clamp(56px, 8vw, 104px) 0 clamp(40px, 5vw, 64px);
}
.t7-theme .t7-page-hero__inner {
    max-width: 880px;
    background: none;
    border: 0;
    border-radius: 0;
    padding: 0;
}
.t7-theme .t7-page-hero__title {
    color: var(--t7-ink);
    text-align: left;
    font-size: clamp(34px, 5.4vw, 66px);
    line-height: 1;
    letter-spacing: -0.02em;
}
.t7-theme .t7-page-hero__title::before {
    content: "—";
    display: block;
    color: var(--t7-accent);
    font-family: "DM Mono", monospace;
    font-size: 14px;
    margin-bottom: 16px;
}
.t7-theme .t7-page-hero__lead {
    text-align: left;
    margin-top: 18px;
    max-width: 56ch;
    font-size: clamp(16px, 1.5vw, 18px);
    line-height: 1.6;
    color: var(--t7-muted);
}

/* ---------- FOOTER editorial ---------- */
.t7-theme .t7-footer {
    background: var(--t7-bg);
    border-top: 1px solid var(--t7-border);
    color: var(--t7-ink);
    position: relative;
}
.t7-theme .t7-footer::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--t7-accent), var(--t7-accent-2) 50%, transparent);
}
.t7-theme .t7-footer__top {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 2fr);
    gap: clamp(28px, 5vw, 72px);
    padding: clamp(48px, 6vw, 80px) 0 40px;
}
.t7-theme .t7-footer__brand p { color: var(--t7-muted); max-width: 42ch; margin: 16px 0; }
.t7-theme .t7-footer__logo img { height: 34px; width: auto; }
.t7-theme .t7-footer__meta { font-family: "DM Mono", monospace; font-size: 12px; color: var(--t7-slate); }
.t7-theme .t7-footer__cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.t7-theme .t7-footer__col h4 { font-family: "Space Grotesk", sans-serif; font-size: 13px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--t7-slate); margin-bottom: 16px; }
.t7-theme .t7-footer__col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.t7-theme .t7-footer__col a { color: var(--t7-ink); font-size: 15px; }
.t7-theme .t7-footer__col a:hover { color: var(--t7-accent); }
.t7-theme .t7-footer__bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 22px 0 40px;
    border-top: 1px solid var(--t7-border);
    color: var(--t7-muted);
    font-size: 13px;
}
.t7-theme .t7-footer__legal { display: flex; gap: 22px; }
.t7-theme .t7-footer__legal a:hover { color: var(--t7-accent); }
@media (max-width: 820px) {
    .t7-theme .t7-footer__top { grid-template-columns: 1fr; }
    .t7-theme .t7-footer__cols { grid-template-columns: repeat(2, 1fr); }
}

/* ---------- PRELOADER fix (hide on inner pages) ---------- */
.t7-theme .preloader-area-wrap {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--t7-bg);
}
.t7-theme .preloader-activate:not(.preloader-active) .preloader-area-wrap { display: none; }
.t7-loader {
    width: 42px;
    height: 42px;
    border: 3px solid var(--t7-border);
    border-top-color: var(--t7-accent);
    border-radius: 50%;
    animation: t7-spin 0.8s linear infinite;
}
.t7-loader__sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
@keyframes t7-spin { to { transform: rotate(360deg); } }
