* {
    box-sizing: border-box;
}

:root {
    color-scheme: light;
    --ink: #0f172a;
    --muted: #64748b;
    --line: #e2e8f0;
    --paper: #ffffff;
    --soft: #f6f8fc;
    --navy: #071426;
    --navy-2: #0e2037;
    --blue: #2563eb;
    --cyan: #06b6d4;
    --green: #16a34a;
    --purple: #8b5cf6;
    --violet: #a855f7;
    --orange: #f97316;
    font-family: "Inter", "Segoe UI", Arial, sans-serif;
    color: var(--ink);
    background: var(--soft);
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-height: 100vh;
    background: var(--soft);
}

button,
a,
input,
textarea {
    font: inherit;
}

a {
    color: inherit;
}

.bot-trap {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

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

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(255, 255, 255, 0.96);
    color: var(--ink);
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
    backdrop-filter: blur(16px);
}

.header-topbar {
    background: linear-gradient(135deg, #172033, #24344f 62%, #2f5f69);
    color: #fff;
    font-size: 0.84rem;
    font-weight: 700;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.08);
}

.header-topbar__inner {
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.top-contact,
.top-social {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.top-contact a,
.top-social a {
    display: inline-flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.top-contact a {
    gap: 8px;
    min-height: 30px;
    padding: 0 10px 0 8px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    white-space: nowrap;
}

.top-contact a:hover,
.top-social a:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.14);
    transform: translateY(-1px);
}

.top-icon {
    width: 22px;
    height: 22px;
    display: inline-block;
    position: relative;
    background: rgba(255, 255, 255, 0.16);
    border-radius: 50%;
    flex: 0 0 auto;
}

.top-icon--wa {
    border: 0;
}

.top-icon--wa::before {
    content: "";
    position: absolute;
    inset: 6px 7px 5px 8px;
    border: 2px solid currentColor;
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-radius: 50%;
    transform: rotate(35deg);
}

.top-icon--wa::after {
    content: "";
    position: absolute;
    right: 6px;
    bottom: 6px;
    width: 6px;
    height: 5px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    border-radius: 0 0 5px 0;
}

.top-icon--mail {
    border: 0;
}

.top-icon--mail::before,
.top-icon--mail::after {
    content: "";
    position: absolute;
}

.top-icon--mail::before {
    left: 5px;
    top: 6px;
    width: 12px;
    height: 9px;
    border: 2px solid currentColor;
    border-radius: 3px;
    transform: none;
}

.top-icon--mail::after {
    left: 8px;
    top: 8px;
    width: 7px;
    height: 7px;
    border-left: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(-45deg);
}

.top-social {
    gap: 8px;
}

.top-social a {
    width: 32px;
    height: 32px;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
}

.top-social__link span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}

.top-social__link svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
    display: block;
}

.top-social__link[aria-label="Facebook"]:hover {
    background: #1877f2;
}

.top-social__link[aria-label="Instagram"]:hover {
    background: linear-gradient(135deg, #f58529, #dd2a7b 48%, #8134af);
}

.top-social__link[aria-label="LinkedIn"]:hover {
    background: #0a66c2;
}

.top-social__link[aria-label="TikTok"]:hover,
.top-social__link[aria-label="X"]:hover {
    background: #111827;
}

.top-social__link[aria-label="YouTube"]:hover {
    background: #ff0033;
}

.top-social__link[aria-label="WhatsApp"]:hover {
    background: #22c55e;
}

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

.brand {
    display: inline-flex;
    align-items: center;
    color: inherit;
    text-decoration: none;
    flex: 0 0 auto;
}

.brand__mark {
    width: 30px;
    height: 30px;
    display: none;
    place-items: center;
    border-radius: 8px;
    background: linear-gradient(135deg, var(--blue), var(--cyan));
    color: #fff;
    font-size: 0.68rem;
    letter-spacing: 0;
}

.brand__logo {
    width: clamp(180px, 20vw, 260px);
    height: auto;
    max-height: 58px;
    display: block;
    object-fit: contain;
    flex: 0 0 auto;
}

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

.main-nav a,
.nav-dropdown__trigger {
    position: relative;
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    padding: 0 13px;
    border-radius: 8px;
    color: #334155;
    text-decoration: none;
    font-size: 0.92rem;
    font-weight: 850;
    transition: color 0.18s ease, background 0.18s ease, transform 0.18s ease;
}

.main-nav a:hover,
.main-nav a.active,
.nav-dropdown:hover .nav-dropdown__trigger,
.nav-dropdown:focus-within .nav-dropdown__trigger {
    color: var(--blue);
}

.main-nav a:hover,
.nav-dropdown:hover .nav-dropdown__trigger,
.nav-dropdown:focus-within .nav-dropdown__trigger {
    background: #eef4ff;
    transform: translateY(-1px);
}

.main-nav a.active,
.nav-dropdown__trigger.active {
    background: #f8fbff;
}

.main-nav a.active::after,
.nav-dropdown__trigger.active::after {
    content: "";
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 4px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--blue), var(--purple));
}

.nav-dropdown {
    position: relative;
}

.nav-dropdown__caret {
    width: 6px;
    height: 6px;
    margin-left: 7px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg) translateY(-2px);
    flex: 0 0 auto;
}

.nav-dropdown__menu {
    position: absolute;
    left: 0;
    top: calc(100% + 10px);
    width: 320px;
    padding: 8px;
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 24px 50px rgba(15, 23, 42, 0.16);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}

.nav-dropdown__menu::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -12px;
    height: 12px;
}

.nav-dropdown:hover .nav-dropdown__menu,
.nav-dropdown:focus-within .nav-dropdown__menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.nav-dropdown__menu a {
    min-height: auto;
    width: 100%;
    display: block;
    padding: 11px 12px;
    border-radius: 7px;
    color: var(--ink);
}

.nav-dropdown__menu a:hover {
    transform: none;
}

.nav-dropdown__menu strong,
.nav-dropdown__menu span {
    display: block;
}

.nav-dropdown__menu strong {
    margin-bottom: 3px;
    color: #0f172a;
    font-size: 0.9rem;
}

.nav-dropdown__menu span {
    color: #64748b;
    font-size: 0.76rem;
    font-weight: 600;
    line-height: 1.35;
}

.nav-dropdown__all {
    margin-top: 4px;
    color: var(--blue) !important;
    font-weight: 900;
}

.site-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.button {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 7px;
    padding: 0 20px;
    color: #fff;
    background: var(--blue);
    text-decoration: none;
    font-size: 0.86rem;
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0 12px 26px rgba(37, 99, 235, 0.22);
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.button:hover {
    transform: translateY(-1px);
    box-shadow: 0 16px 32px rgba(37, 99, 235, 0.25);
}

.button--primary {
    background: linear-gradient(135deg, #2563eb, #7c3aed);
}

.button--success {
    background: linear-gradient(135deg, #22c55e, #0f9f52);
    box-shadow: 0 12px 26px rgba(34, 197, 94, 0.22);
}

.button--purple {
    background: linear-gradient(135deg, #8b5cf6, #c026d3);
}

.button--soft {
    min-height: 36px;
    color: var(--blue);
    background: #eef4ff;
    box-shadow: none;
}

.button--soft:hover {
    box-shadow: none;
    background: #dbeafe;
}

.button--whatsapp {
    color: #128c45;
    background: #fff;
    border: 1px solid rgba(34, 197, 94, 0.42);
    box-shadow: none;
}

.button--whatsapp:hover {
    color: #0f7a3c;
    box-shadow: 0 14px 28px rgba(34, 197, 94, 0.12);
}

.button--outline,
.button--ghost {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.42);
    box-shadow: none;
}

.site-header .button--ghost {
    color: var(--blue);
    border-color: rgba(37, 99, 235, 0.28);
}

.button--full {
    width: 100%;
}

.hero--public {
    color: #fff;
    background:
        linear-gradient(90deg, rgba(6, 19, 35, 0.96) 0%, rgba(11, 29, 52, 0.92) 48%, rgba(30, 64, 175, 0.72) 100%),
        radial-gradient(circle at 82% 28%, rgba(139, 92, 246, 0.72), transparent 20%),
        linear-gradient(135deg, #061323 0%, #0b1d34 58%, #10204a 100%);
    padding: 82px 0 64px;
    overflow: hidden;
}

.hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(450px, 1.08fr);
    align-items: center;
    gap: 56px;
}

.hero__content {
    max-width: 610px;
}

.hero__badge {
    display: inline-flex;
    margin-bottom: 18px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    color: #dbeafe;
    font-size: 0.78rem;
    font-weight: 800;
}

.hero h1 {
    margin: 0 0 18px;
    font-size: clamp(2.45rem, 4.7vw, 4.4rem);
    line-height: 1;
    letter-spacing: 0;
}

.hero h1 span {
    display: block;
    color: #60a5fa;
}

.hero p {
    margin: 0 0 24px;
    max-width: 560px;
    color: rgba(255, 255, 255, 0.84);
    font-size: 1.06rem;
    line-height: 1.72;
}

.hero__metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    max-width: 520px;
    margin-bottom: 26px;
}

.hero__metrics div {
    min-height: 82px;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.075);
    backdrop-filter: blur(12px);
}

.hero__metrics strong,
.hero__metrics span {
    display: block;
}

.hero__metrics strong {
    margin-bottom: 6px;
    color: #93c5fd;
    font-size: 1.25rem;
}

.hero__metrics span {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.78rem;
}

.hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.hero__visual {
    position: relative;
    min-height: 420px;
}

.floating-orb {
    position: absolute;
    right: 8px;
    top: 8px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: linear-gradient(135deg, #7c3aed, #a855f7);
    filter: blur(0.2px);
    opacity: 0.95;
}

.device {
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.24);
    background: #f8fbff;
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.38);
}

.device--desktop {
    position: absolute;
    right: 28px;
    top: 28px;
    display: flex;
    flex-direction: column;
    width: min(650px, 100%);
    height: 340px;
    border-radius: 12px;
    overflow: hidden;
}

.window-bar {
    flex: 0 0 28px;
    height: 28px;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 0 12px;
    background: #eef3fb;
}

.window-bar span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #94a3b8;
}

.dashboard-preview {
    flex: 1;
    display: grid;
    grid-template-columns: 112px 1fr;
    width: 100%;
    min-height: 0;
    color: var(--ink);
}

.hero-video-preview {
    flex: 1;
    position: relative;
    width: 100%;
    min-height: 0;
    background: #020617;
}

.hero-video-preview iframe,
.hero-video-preview video {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 100%;
    border: 0;
    object-fit: cover;
}

.hero-video-preview iframe {
    pointer-events: none;
}

.hero-video-preview__play {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
    border: 0;
    cursor: pointer;
    background: rgba(2, 6, 23, 0.1);
}

.hero-video-preview__play span {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.32);
    position: relative;
}

.hero-video-preview__play span::before {
    content: "";
    position: absolute;
    left: 29px;
    top: 22px;
    border-left: 22px solid #2563eb;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
}

.hero-video-modal {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.hero-video-modal.is-open {
    display: flex;
}

.hero-video-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(2, 6, 23, 0.78);
}

.hero-video-modal__dialog {
    position: relative;
    z-index: 1;
    width: min(1040px, 94vw);
}

.hero-video-modal__close {
    position: absolute;
    right: -14px;
    top: -14px;
    z-index: 2;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.3);
    transition: transform 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.hero-video-modal__close::before,
.hero-video-modal__close::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: #0f172a;
    transform-origin: center;
}

.hero-video-modal__close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.hero-video-modal__close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.hero-video-modal__close:hover {
    transform: scale(1.04);
    background: #fff;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.36);
}

.hero-video-modal__close:focus-visible {
    outline: 3px solid rgba(96, 165, 250, 0.9);
    outline-offset: 3px;
}

.hero-video-modal__frame {
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 12px;
    background: #020617;
    box-shadow: 0 28px 90px rgba(0, 0, 0, 0.42);
}

.hero-video-modal__frame iframe,
.hero-video-modal__frame video {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    object-fit: contain;
}

.dashboard-preview aside {
    padding: 18px 12px;
    background: #08172b;
    color: #fff;
}

.dashboard-preview aside b {
    display: block;
    margin-bottom: 24px;
    font-size: 0.72rem;
}

.dashboard-preview aside i {
    display: block;
    height: 12px;
    margin: 12px 0;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.2);
}

.dashboard-preview section {
    padding: 18px;
}

.preview-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.preview-title span {
    color: var(--muted);
    font-size: 0.72rem;
}

.preview-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.preview-stats strong,
.preview-grid em {
    min-height: 48px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #e4eaf3;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
}

.preview-stats strong {
    display: flex;
    align-items: center;
    padding: 0 12px;
    color: var(--blue);
    font-size: 0.78rem;
}

.preview-chart {
    height: 130px;
    display: flex;
    align-items: flex-end;
    gap: 14px;
    padding: 18px 22px 0;
    margin: 16px 0;
    border-radius: 8px;
    background: linear-gradient(#fff, #f7faff);
    border: 1px solid #e4eaf3;
}

.preview-chart span {
    width: 22px;
    border-radius: 8px 8px 0 0;
    background: linear-gradient(180deg, #8b5cf6, #60a5fa);
}

.preview-chart span:nth-child(1) { height: 30%; }
.preview-chart span:nth-child(2) { height: 54%; }
.preview-chart span:nth-child(3) { height: 82%; }
.preview-chart span:nth-child(4) { height: 46%; }
.preview-chart span:nth-child(5) { height: 70%; }
.preview-chart span:nth-child(6) { height: 62%; }

.preview-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.section {
    padding: 62px 0;
}

.section--white {
    background: #fff;
}

.section--soft {
    background: var(--soft);
}

.section--about {
    background: linear-gradient(180deg, #f8fafc, #eef4ff);
}

.section--partners {
    padding: 30px 0;
    background: #eef4ff;
}

.section-heading {
    max-width: 720px;
    margin-bottom: 30px;
}

.section-heading--center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.section-heading h2 {
    margin: 0 0 10px;
    font-size: clamp(1.55rem, 2.3vw, 2.1rem);
    line-height: 1.14;
}

.section-heading p {
    margin: 0;
    color: var(--muted);
    line-height: 1.65;
}

.section-action {
    display: flex;
    justify-content: center;
    margin-top: 26px;
}

.section-kicker {
    display: inline-flex;
    margin-bottom: 12px;
    color: var(--blue);
    font-size: 0.78rem;
    font-weight: 900;
    text-transform: uppercase;
}

.about-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.75fr);
    gap: 40px;
    align-items: center;
}

.about-content h2 {
    margin: 0 0 16px;
    font-size: clamp(1.8rem, 3vw, 2.8rem);
    line-height: 1.08;
}

.about-content p {
    margin: 0;
    color: var(--muted);
    line-height: 1.75;
    max-width: 700px;
}

.about-points {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.about-points span {
    padding: 10px 14px;
    border: 1px solid #dbe5f0;
    border-radius: 999px;
    background: #fff;
    color: #334155;
    font-size: 0.86rem;
    font-weight: 850;
}

.about-panel {
    padding: 28px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid var(--line);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

.about-panel strong {
    display: block;
    margin-bottom: 16px;
    font-size: 1.1rem;
}

.about-panel ol {
    display: grid;
    gap: 14px;
    padding-left: 20px;
    margin: 0;
    color: #475569;
}

.benefit-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.benefit-strip article {
    min-height: 130px;
    padding: 22px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.05);
}

.benefit-strip strong,
.benefit-strip span {
    display: block;
}

.benefit-strip strong {
    margin-bottom: 8px;
    color: var(--blue);
    font-size: 1.1rem;
}

.benefit-strip span {
    color: var(--muted);
    line-height: 1.55;
}

.partners-row {
    display: grid;
    grid-template-columns: 1.4fr repeat(4, minmax(0, 0.7fr));
    gap: 12px;
    align-items: center;
}

.partners-row span {
    color: #475569;
    font-weight: 850;
}

.partners-row strong {
    display: grid;
    min-height: 58px;
    place-items: center;
    border: 1px solid #dbe5f0;
    border-radius: 8px;
    background: #fff;
    color: #334155;
}

.grid,
.system-grid,
.testimonial-grid {
    display: grid;
    gap: 18px;
}

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

.system-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.system-grid--products {
    align-items: stretch;
}

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

.feature-card,
.pricing-card,
.testimonial-card,
.form-card,
.auth-card,
.panel-card,
.dashboard-card,
.summary-cards article {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.06);
}

.feature-card {
    min-height: 148px;
    padding: 22px 18px;
    text-align: center;
}

.product-card {
    min-height: 430px;
    display: flex;
    flex-direction: column;
    padding: 22px 20px;
    border-top: 3px solid currentColor;
    text-align: left;
}

.product-card .icon {
    width: 74px;
    height: 74px;
    margin: 0 auto 18px;
    border-radius: 22px;
    box-shadow: inset 0 0 0 10px rgba(255, 255, 255, 0.58);
}

.product-card .icon::before {
    width: 24px;
    height: 24px;
}

.product-card h3 {
    min-height: 46px;
    text-align: center;
    font-size: 1.03rem;
    line-height: 1.25;
}

.product-card p {
    min-height: 68px;
    margin-bottom: 16px;
    text-align: center;
}

.product-card__offer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    align-items: center;
    min-height: 34px;
    margin: -4px 0 14px;
}

.product-card__offer strong {
    color: #0f172a;
    font-size: 1.08rem;
    font-weight: 950;
}

.product-card__offer span {
    padding: 5px 8px;
    border-radius: 6px;
    color: #065f46;
    background: #d1fae5;
    font-size: 0.72rem;
    font-weight: 950;
    text-transform: uppercase;
}

.product-benefits {
    display: grid;
    gap: 10px;
    margin: 0 0 18px;
    padding: 16px 0 0;
    border-top: 1px solid var(--line);
    list-style: none;
}

.product-benefits li {
    position: relative;
    min-height: 20px;
    padding-left: 28px;
    color: #334155;
    font-size: 0.82rem;
    font-weight: 750;
    line-height: 1.35;
}

.product-benefits li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: currentColor;
}

.product-benefits li::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 6px;
    width: 6px;
    height: 3px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
}

.product-card .module-link {
    margin-top: auto;
}

.feature-card h3,
.pricing-card__label {
    margin: 0 0 8px;
    font-size: 0.98rem;
    font-weight: 900;
}

.feature-card p,
.testimonial-card p {
    margin: 0;
    color: var(--muted);
    font-size: 0.84rem;
    line-height: 1.55;
}

.icon {
    display: inline-grid;
    place-items: center;
    width: 42px;
    height: 42px;
    margin-bottom: 12px;
    border-radius: 12px;
}

.icon::before {
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 5px;
    border: 3px solid currentColor;
}

.feature-card--violet .icon { color: var(--violet); background: #f3e8ff; }
.feature-card--green .icon { color: var(--green); background: #dcfce7; }
.feature-card--blue .icon { color: var(--blue); background: #dbeafe; }
.feature-card--purple .icon { color: var(--purple); background: #ede9fe; }
.feature-card--cyan .icon { color: var(--cyan); background: #cffafe; }

.feature-card--violet.product-card { color: var(--violet); }
.feature-card--green.product-card { color: var(--green); }
.feature-card--blue.product-card { color: var(--blue); }
.feature-card--purple.product-card { color: var(--purple); }
.feature-card--cyan.product-card { color: var(--cyan); }

.feature-card--violet.product-card .module-link { color: var(--violet); }
.feature-card--green.product-card .module-link { color: var(--green); }
.feature-card--blue.product-card .module-link { color: var(--blue); }
.feature-card--purple.product-card .module-link { color: var(--purple); }
.feature-card--cyan.product-card .module-link { color: var(--cyan); }

.system-grid--products {
    gap: 14px;
}

.home-product-card {
    position: relative;
    min-height: 268px;
    padding: 28px 18px 22px;
    border-top: 0;
    border-color: #edf1f7;
    text-align: center;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.home-product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 46px rgba(15, 23, 42, 0.1);
}

.home-product-card--recommended {
    border-color: rgba(37, 99, 235, 0.85);
    box-shadow: 0 18px 42px rgba(37, 99, 235, 0.12);
}

.home-product-card__badge {
    position: absolute;
    top: 10px;
    right: 10px;
    min-height: 20px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 0 9px;
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(135deg, #8b5cf6, #7c3aed);
    font-size: 0.63rem;
    font-weight: 950;
    line-height: 1;
    box-shadow: 0 10px 20px rgba(124, 58, 237, 0.2);
}

.home-product-card--recommended .home-product-card__badge {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    box-shadow: 0 10px 20px rgba(37, 99, 235, 0.2);
}

.home-product-card--recommended .home-product-card__badge::before {
    content: "";
    width: 10px;
    height: 10px;
    background: currentColor;
    clip-path: polygon(50% 0, 61% 35%, 98% 35%, 68% 56%, 79% 91%, 50% 70%, 21% 91%, 32% 56%, 2% 35%, 39% 35%);
}

.home-product-card .icon {
    width: 74px;
    height: 74px;
    margin: 0 auto 20px;
    border-radius: 22px;
    box-shadow: inset 0 0 0 12px rgba(255, 255, 255, 0.62);
}

.home-product-card .icon::before {
    display: none;
}

.home-product-card .icon svg {
    width: 34px;
    height: 34px;
    fill: none;
    stroke: currentColor;
    stroke-width: 4;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.home-product-card h3 {
    min-height: 0;
    margin-bottom: 10px;
    text-align: center;
    font-size: 0.95rem;
    line-height: 1.25;
}

.home-product-card p {
    min-height: 0;
    margin-bottom: 16px;
    text-align: center;
    font-size: 0.78rem;
    line-height: 1.45;
}

.home-product-card .product-benefits {
    display: none;
}

.home-product-card .module-link {
    margin-top: auto;
    align-self: center;
    font-size: 0.8rem;
}

.products-cta {
    margin-top: 28px;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 22px;
    padding: 28px 34px;
    border: 1px solid #dbe7f5;
    border-radius: 8px;
    background: linear-gradient(135deg, #f8fbff, #eef6ff);
}

.products-cta__icon {
    width: 74px;
    height: 74px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #dbeafe;
    color: var(--blue);
}

.products-cta__icon::before {
    content: "";
    width: 28px;
    height: 28px;
    border-radius: 50% 50% 50% 8px;
    background: currentColor;
    transform: rotate(-45deg);
}

.products-cta h3 {
    margin: 0 0 6px;
    font-size: 1.32rem;
}

.products-cta p {
    margin: 0;
    color: #475569;
    line-height: 1.5;
}

.products-cta__actions {
    display: flex;
    gap: 12px;
}

.products-trust {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-top: 24px;
    color: #64748b;
    font-size: 0.86rem;
    font-weight: 800;
}

.products-trust span {
    position: relative;
    padding-left: 26px;
}

.products-trust span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 16px;
    height: 16px;
    border: 2px solid #94a3b8;
    border-radius: 50%;
}

.page-hero--products {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(7, 20, 38, 0.96), rgba(18, 53, 89, 0.9)),
        linear-gradient(90deg, #071426, #123559);
    color: #fff;
}

.page-hero--products::after {
    content: "";
    position: absolute;
    right: max(28px, calc((100vw - 1180px) / 2));
    bottom: -60px;
    width: 360px;
    height: 220px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px),
        linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px);
    background-size: 42px 42px;
    opacity: 0.35;
    transform: rotate(-7deg);
}

.page-hero--products .section-kicker,
.page-hero--products p {
    color: rgba(255, 255, 255, 0.78);
}

.products-suite {
    background: #f8fafc;
}

.products-suite__head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 0.42fr);
    align-items: end;
    gap: 28px;
    margin-bottom: 28px;
}

.products-suite__head h2 {
    margin: 6px 0 0;
    font-size: clamp(1.7rem, 2.4vw, 2.35rem);
    line-height: 1.08;
}

.products-suite__head p {
    margin: 0;
    color: #475569;
    line-height: 1.55;
}

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

.product-card--premium {
    position: relative;
    isolation: isolate;
    min-height: 520px;
    padding: 24px;
    overflow: hidden;
    border: 1px solid rgba(148, 163, 184, 0.28);
    border-top: 1px solid rgba(148, 163, 184, 0.28);
    border-radius: 8px;
    background:
        linear-gradient(#fff, #fff) padding-box,
        linear-gradient(135deg, currentColor, rgba(6, 182, 212, 0.28)) border-box;
    color: #0f172a;
    box-shadow: 0 18px 46px rgba(15, 23, 42, 0.08);
    transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.product-card--premium::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(135deg, rgba(37, 99, 235, 0.08), transparent 38%),
        linear-gradient(315deg, rgba(20, 184, 166, 0.08), transparent 42%);
    opacity: 0;
    transition: opacity 0.24s ease;
}

.product-card--premium:hover {
    transform: translateY(-6px);
    border-color: rgba(37, 99, 235, 0.28);
    box-shadow: 0 28px 68px rgba(15, 23, 42, 0.14);
}

.product-card--premium:hover::before {
    opacity: 1;
}

.product-card__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 20px;
}

.product-card--premium .icon {
    width: 64px;
    height: 64px;
    margin: 0;
    color: #fff;
    border-radius: 8px;
    background: linear-gradient(135deg, #2563eb, #14b8a6);
    box-shadow: 0 16px 34px rgba(37, 99, 235, 0.24);
}

.product-card--premium .icon::before {
    border-color: currentColor;
}

.product-card__badge {
    display: inline-flex;
    min-height: 32px;
    align-items: center;
    padding: 0 12px;
    border: 1px solid #dbe5f0;
    border-radius: 999px;
    background: rgba(248, 250, 252, 0.92);
    color: #475569;
    font-size: 0.78rem;
    font-weight: 900;
    white-space: nowrap;
}

.product-card--premium h3 {
    min-height: 0;
    margin-bottom: 10px;
    color: #0f172a;
    text-align: left;
    font-size: 1.22rem;
    line-height: 1.18;
}

.product-card--premium p {
    min-height: 72px;
    color: #475569;
    text-align: left;
    font-size: 0.92rem;
}

.product-benefits--premium {
    gap: 11px;
    padding-top: 18px;
}

.product-benefits--premium li {
    color: #1e293b;
    font-size: 0.88rem;
}

.product-benefits--premium li::before {
    background: linear-gradient(135deg, #2563eb, #14b8a6);
}

.product-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: auto 0 18px;
}

.product-card__meta span {
    padding: 7px 10px;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    background: #f8fafc;
    color: #64748b;
    font-size: 0.75rem;
    font-weight: 850;
}

.product-card__actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
}

.product-card__actions .button {
    min-height: 44px;
    padding-inline: 16px;
}

.product-card__actions .module-link {
    margin: 0;
    color: #2563eb;
    font-weight: 900;
    text-decoration: none;
    white-space: nowrap;
}

.products-showcase,
.products-suite {
    --suite-primary: #2563eb;
    --suite-primary-dark: #1d4ed8;
    --suite-primary-soft: #eff6ff;
    --suite-primary-tint: rgba(37, 99, 235, 0.1);
    --suite-ink: #0f172a;
    --suite-muted: #64748b;
    --suite-line: rgba(148, 163, 184, 0.24);
    --suite-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
    --suite-shadow-hover: 0 28px 64px rgba(15, 23, 42, 0.13);
}

.products-showcase .system-grid--products,
.products-suite .product-suite-grid {
    gap: 18px;
}

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

.product-card--suite {
    position: relative;
    isolation: isolate;
    min-height: 100%;
    padding: 22px;
    overflow: hidden;
    align-items: stretch;
    border: 1px solid var(--suite-line);
    border-top: 1px solid var(--suite-line);
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), #fff 44%),
        linear-gradient(135deg, rgba(37, 99, 235, 0.08), rgba(15, 23, 42, 0.02));
    color: var(--suite-ink);
    box-shadow: var(--suite-shadow);
    text-align: left;
    transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.product-card--suite::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    z-index: -1;
    height: 3px;
    background: linear-gradient(90deg, var(--suite-primary), rgba(37, 99, 235, 0.32));
}

.product-card--suite::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    background:
        linear-gradient(135deg, rgba(37, 99, 235, 0.08), transparent 34%),
        linear-gradient(315deg, rgba(37, 99, 235, 0.05), transparent 40%);
    opacity: 0;
    transition: opacity 0.22s ease;
}

.product-card--suite:hover,
.product-card--suite:focus-within {
    transform: translateY(-5px);
    border-color: rgba(37, 99, 235, 0.34);
    box-shadow: var(--suite-shadow-hover);
}

.product-card--suite:hover::after,
.product-card--suite:focus-within::after {
    opacity: 1;
}

.product-card--suite .product-card__top {
    width: 100%;
    align-items: center;
    margin-bottom: 18px;
}

.product-card--suite .icon {
    width: 52px;
    height: 52px;
    margin: 0;
    border: 1px solid rgba(37, 99, 235, 0.18);
    border-radius: 8px;
    color: var(--suite-primary);
    background: linear-gradient(180deg, #ffffff, var(--suite-primary-soft));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 12px 26px rgba(37, 99, 235, 0.12);
    transition: color 0.22s ease, background 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}

.product-card--suite .icon::before {
    display: none;
}

.product-card--suite .icon svg {
    width: 29px;
    height: 29px;
    fill: none;
    stroke: currentColor;
    stroke-width: 4;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.product-card--suite:hover .icon,
.product-card--suite:focus-within .icon {
    color: #fff;
    background: linear-gradient(135deg, var(--suite-primary), var(--suite-primary-dark));
    box-shadow: 0 16px 34px rgba(37, 99, 235, 0.24);
    transform: translateY(-1px);
}

.product-card--suite .product-card__badge {
    min-height: 30px;
    border-color: rgba(37, 99, 235, 0.16);
    color: var(--suite-primary-dark);
    background: var(--suite-primary-soft);
    font-size: 0.74rem;
}

.product-card--suite h3 {
    min-height: 0;
    margin: 0 0 10px;
    color: var(--suite-ink);
    text-align: left;
    font-size: 1.08rem;
    line-height: 1.18;
}

.product-card--premium.product-card--suite h3 {
    font-size: 1.22rem;
}

.product-card--suite p {
    min-height: 0;
    margin: 0 0 18px;
    color: #475569;
    text-align: left;
    font-size: 0.9rem;
    line-height: 1.58;
}

.product-card--premium.product-card--suite p {
    min-height: 72px;
    font-size: 0.92rem;
}

.product-card--suite .product-benefits {
    gap: 9px;
    margin-bottom: 18px;
    padding-top: 16px;
    border-top: 1px solid rgba(148, 163, 184, 0.2);
}

.product-card--suite .product-benefits li,
.product-card--suite .product-benefits--premium li {
    color: #1e293b;
    font-size: 0.84rem;
    font-weight: 780;
}

.product-card--suite .product-benefits li::before,
.product-card--suite .product-benefits--premium li::before {
    border: 1px solid rgba(37, 99, 235, 0.18);
    background: var(--suite-primary);
    box-shadow: 0 5px 12px rgba(37, 99, 235, 0.16);
}

.product-card--suite .product-card__meta {
    margin-top: auto;
}

.product-card--suite .product-card__meta span {
    border-color: rgba(37, 99, 235, 0.13);
    color: #475569;
    background: #f8fafc;
}

.product-card--suite .module-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    color: var(--suite-primary-dark);
    font-size: 0.84rem;
    font-weight: 900;
    text-decoration: none;
    transition: color 0.18s ease, transform 0.18s ease;
}

.product-card--suite .module-link::after {
    content: "";
    width: 6px;
    height: 6px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(-45deg);
}

.product-card--suite .module-link:hover {
    color: var(--suite-primary);
    transform: translateX(2px);
}

.product-card--suite .button--primary {
    background: linear-gradient(135deg, var(--suite-primary), var(--suite-primary-dark));
    box-shadow: 0 14px 28px rgba(37, 99, 235, 0.22);
}

.product-card--suite .button--primary:hover {
    box-shadow: 0 18px 36px rgba(37, 99, 235, 0.28);
}

.product-card--suite.feature-card--violet,
.product-card--suite.feature-card--green,
.product-card--suite.feature-card--blue,
.product-card--suite.feature-card--purple,
.product-card--suite.feature-card--cyan {
    color: var(--suite-ink);
}

.module-grid .product-card--suite {
    align-items: stretch;
}

.product-details-section {
    background: linear-gradient(180deg, #f8fafc, #eef4fb);
}

.product-details-list {
    display: grid;
    gap: 38px;
}

.product-detail {
    scroll-margin-top: 130px;
    padding: 30px;
    border: 1px solid rgba(148, 163, 184, 0.28);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.08);
}

.product-modal__dialog {
    width: min(1120px, 100%);
    padding: 18px;
}

.product-modal .product-detail {
    scroll-margin-top: 0;
    border: 0;
    box-shadow: none;
}

.product-modal .request-modal__backdrop {
    border: 0;
}

.product-detail__hero {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
    align-items: center;
    gap: 30px;
    padding-bottom: 28px;
    border-bottom: 1px solid #e2e8f0;
}

.product-detail__eyebrow {
    display: inline-flex;
    margin-bottom: 12px;
    color: #2563eb;
    font-size: 0.78rem;
    font-weight: 950;
    letter-spacing: 0;
    text-transform: uppercase;
}

.product-detail h1,
.product-detail h2,
.product-info-panel h3 {
    margin: 0;
    color: #0f172a;
}

.product-detail h1,
.product-detail h2 {
    font-size: clamp(1.65rem, 2.8vw, 2.55rem);
    line-height: 1.08;
}

.product-detail__back {
    display: inline-flex;
    margin: 0 0 16px;
    color: #2563eb;
    text-decoration: none;
}

.product-detail__copy p {
    margin: 14px 0 22px;
    color: #475569;
    line-height: 1.65;
}

.product-detail__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.product-screenshot {
    overflow: hidden;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    background: #0f172a;
    box-shadow: 0 28px 70px rgba(15, 23, 42, 0.22);
}

.product-screenshot__bar {
    display: flex;
    gap: 7px;
    padding: 13px 16px;
    background: #111827;
}

.product-screenshot__bar span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #94a3b8;
}

.product-screenshot__layout {
    display: grid;
    grid-template-columns: 130px minmax(0, 1fr);
    min-height: 300px;
    background: #f8fafc;
}

.product-screenshot aside {
    display: grid;
    align-content: start;
    gap: 14px;
    padding: 22px 18px;
    background: #0f172a;
    color: #fff;
}

.product-screenshot aside strong {
    margin-bottom: 8px;
}

.product-screenshot aside i,
.product-screenshot__table em {
    display: block;
    height: 12px;
    border-radius: 999px;
    background: rgba(148, 163, 184, 0.36);
}

.product-screenshot section {
    display: grid;
    gap: 18px;
    padding: 22px;
}

.product-screenshot__stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.product-screenshot__stats b {
    min-height: 70px;
    border-radius: 8px;
    background: linear-gradient(135deg, #e0f2fe, #fff);
    box-shadow: inset 0 0 0 1px #dbeafe;
}

.product-screenshot__chart {
    display: flex;
    align-items: end;
    gap: 10px;
    min-height: 100px;
    padding: 14px;
    border-radius: 8px;
    background: #fff;
    box-shadow: inset 0 0 0 1px #e2e8f0;
}

.product-screenshot__chart span {
    flex: 1;
    border-radius: 999px 999px 0 0;
    background: linear-gradient(180deg, #2563eb, #14b8a6);
}

.product-screenshot__chart span:nth-child(1) { height: 42%; }
.product-screenshot__chart span:nth-child(2) { height: 68%; }
.product-screenshot__chart span:nth-child(3) { height: 52%; }
.product-screenshot__chart span:nth-child(4) { height: 86%; }
.product-screenshot__chart span:nth-child(5) { height: 64%; }

.product-screenshot__table {
    display: grid;
    gap: 10px;
    padding: 16px;
    border-radius: 8px;
    background: #fff;
    box-shadow: inset 0 0 0 1px #e2e8f0;
}

.product-detail__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    padding-top: 22px;
}

.product-info-panel {
    padding: 20px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
}

.product-info-panel--wide {
    grid-column: span 3;
}

.product-info-panel h3 {
    margin-bottom: 14px;
    font-size: 1rem;
}

.module-pill-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.module-pill-grid span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border: 1px solid #dbeafe;
    border-radius: 999px;
    background: #eff6ff;
    color: #1e40af;
    font-size: 0.82rem;
    font-weight: 850;
}

.product-check-list {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.product-check-list li {
    position: relative;
    padding-left: 26px;
    color: #475569;
    font-size: 0.88rem;
    line-height: 1.45;
}

.product-check-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: #dcfce7;
}

.product-check-list li::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 7px;
    width: 6px;
    height: 3px;
    border-left: 2px solid #16a34a;
    border-bottom: 2px solid #16a34a;
    transform: rotate(-45deg);
}

.product-video {
    min-height: 170px;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 8px;
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(15, 23, 42, 0.84), rgba(30, 64, 175, 0.78)),
        #0f172a;
    color: #fff;
    text-align: center;
}

.product-video__play {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.24);
}

.product-video__play::before {
    content: "";
    margin-left: 4px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
}

.product-video small {
    color: rgba(255, 255, 255, 0.74);
}

.price-stack {
    display: grid;
    gap: 4px;
    margin-bottom: 14px;
}

.price-stack span,
.price-stack small {
    color: #64748b;
    font-size: 0.82rem;
}

.price-stack strong {
    color: #0f172a;
    font-size: 1.85rem;
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.faq-grid details {
    padding: 16px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #f8fafc;
}

.faq-grid summary {
    color: #0f172a;
    font-weight: 900;
    cursor: pointer;
}

.faq-grid p {
    margin: 10px 0 0;
    color: #64748b;
    font-size: 0.88rem;
    line-height: 1.5;
}

.product-whatsapp-float {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 45;
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: linear-gradient(135deg, #16a34a, #22c55e);
    color: #fff;
    font-size: 0.78rem;
    font-weight: 950;
    text-decoration: none;
    box-shadow: 0 18px 40px rgba(22, 163, 74, 0.32);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.product-whatsapp-float:hover {
    transform: translateY(-3px);
    box-shadow: 0 24px 54px rgba(22, 163, 74, 0.42);
}

.product-landing {
    background: #f8fafc;
}

.product-subnav {
    position: sticky;
    top: 118px;
    z-index: 40;
    border-bottom: 1px solid #e2e8f0;
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(14px);
}

.product-subnav__inner {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 10px 0;
}

.product-subnav a {
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    padding: 0 12px;
    border-radius: 999px;
    color: #475569;
    background: #f8fafc;
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: 900;
    white-space: nowrap;
}

.product-subnav a:hover {
    color: #1d4ed8;
    background: #eff6ff;
}

.product-hero {
    position: relative;
    overflow: hidden;
    padding: 76px 0 52px;
    background:
        linear-gradient(135deg, rgba(7, 20, 38, 0.96), rgba(15, 45, 75, 0.92)),
        #071426;
    color: #fff;
}

.product-hero::after {
    content: "";
    position: absolute;
    right: max(20px, calc((100vw - 1180px) / 2));
    bottom: -110px;
    width: 420px;
    height: 260px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px),
        linear-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px);
    background-size: 42px 42px;
    opacity: 0.42;
    transform: rotate(-8deg);
}

.product-hero__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(280px, 0.66fr) minmax(640px, 1.34fr);
    align-items: center;
    gap: 38px;
}

.product-hero__copy h1 {
    max-width: 680px;
    margin: 0;
    color: #fff;
    font-size: clamp(2.2rem, 4.2vw, 4.3rem);
    line-height: 1.02;
}

.product-hero__copy p {
    max-width: 620px;
    margin: 18px 0 24px;
    color: rgba(226, 232, 240, 0.9);
    font-size: 1.05rem;
    line-height: 1.65;
}

.product-hero .product-detail__back,
.product-hero .product-detail__eyebrow {
    color: #93c5fd;
}

.product-trust-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 24px;
}

.product-trust-row div {
    min-height: 82px;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(14px);
}

.product-trust-row strong,
.product-trust-row span {
    display: block;
}

.product-trust-row strong {
    margin-bottom: 4px;
    color: #fff;
    font-size: 1.05rem;
}

.product-trust-row span {
    color: rgba(226, 232, 240, 0.78);
    font-size: 0.78rem;
    font-weight: 750;
    line-height: 1.35;
}

.product-dashboard-mockup {
    overflow: hidden;
    border: 1px solid rgba(148, 163, 184, 0.28);
    border-radius: 8px;
    background: #0f172a;
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.34);
}

.product-dashboard-mockup--light {
    background: #0f172a;
    box-shadow: 0 24px 64px rgba(15, 23, 42, 0.18);
}

.product-dashboard-mockup__bar {
    display: flex;
    gap: 7px;
    padding: 13px 16px;
    background: #111827;
}

.product-dashboard-mockup__bar span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #94a3b8;
}

.product-dashboard-mockup__body {
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr);
    min-height: 360px;
    background: #f8fafc;
}

.product-dashboard-mockup aside {
    display: grid;
    align-content: start;
    gap: 14px;
    padding: 24px 18px;
    background: #0f172a;
    color: #fff;
}

.product-dashboard-mockup aside strong {
    margin-bottom: 10px;
    line-height: 1.25;
}

.product-dashboard-mockup aside i {
    height: 12px;
    border-radius: 999px;
    background: rgba(148, 163, 184, 0.42);
}

.product-dashboard-mockup section {
    display: grid;
    align-content: start;
    gap: 16px;
    padding: 22px;
}

.mockup-header {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    align-items: center;
}

.mockup-header strong {
    color: #0f172a;
    font-size: 1rem;
}

.mockup-header span {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    padding: 0 10px;
    border-radius: 999px;
    color: #166534;
    background: #dcfce7;
    font-size: 0.72rem;
    font-weight: 900;
}

.mockup-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.mockup-stats b {
    min-height: 82px;
    display: grid;
    place-items: center;
    padding: 12px;
    border-radius: 8px;
    color: #1e3a8a;
    background: linear-gradient(135deg, #e0f2fe, #fff);
    box-shadow: inset 0 0 0 1px #dbeafe;
    text-align: center;
}

.mockup-workspace {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 14px;
}

.mockup-workspace > div,
.mockup-table {
    display: grid;
    gap: 11px;
    min-height: 170px;
    padding: 16px;
    border-radius: 8px;
    background: #fff;
    box-shadow: inset 0 0 0 1px #e2e8f0;
}

.mockup-workspace em,
.mockup-workspace span,
.mockup-table em {
    display: block;
    height: 12px;
    border-radius: 999px;
    background: #cbd5e1;
}

.mockup-workspace strong {
    color: #0f172a;
}

.clinic-dashboard-mockup {
    display: grid;
    grid-template-columns: 206px minmax(0, 1fr);
    min-height: 620px;
    overflow: hidden;
    border: 1px solid rgba(148, 163, 184, 0.28);
    border-radius: 8px;
    background: #eef2f8;
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.34);
}

.clinic-dashboard-mockup__sidebar {
    display: grid;
    align-content: start;
    gap: 12px;
    padding: 26px 0;
    background: #111827;
    color: #fff;
}

.clinic-dashboard-mockup__brand {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 6px 8px;
    margin: 0 24px 28px;
    color: #1dc5ff;
}

.clinic-dashboard-mockup__brand span {
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    border: 2px solid currentColor;
    border-radius: 50%;
    font-size: 0.76rem;
    font-weight: 950;
}

.clinic-dashboard-mockup__brand strong {
    font-size: 0.86rem;
    letter-spacing: 0;
}

.clinic-dashboard-mockup__brand small {
    grid-column: 2;
    margin-top: -8px;
    color: rgba(255, 255, 255, 0.54);
    font-size: 0.38rem;
    font-weight: 800;
    letter-spacing: 0.05em;
}

.clinic-dashboard-mockup__sidebar > b {
    min-height: 42px;
    display: grid;
    align-items: center;
    margin: 0 0 8px;
    padding-left: 48px;
    border-radius: 8px 0 0 8px;
    color: #2563eb;
    background: #fff;
    font-size: 0.78rem;
}

.clinic-dashboard-mockup__sidebar em {
    margin: 8px 24px 4px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.66rem;
    font-weight: 950;
    letter-spacing: 0;
    text-transform: uppercase;
    font-style: normal;
}

.clinic-dashboard-mockup__sidebar i {
    min-height: 24px;
    display: flex;
    align-items: center;
    margin: 0 24px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.74rem;
    font-style: normal;
    font-weight: 850;
}

.clinic-dashboard-mockup__sidebar i::before {
    content: "";
    width: 14px;
    height: 14px;
    margin-right: 10px;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.58);
}

.clinic-dashboard-mockup__main {
    display: grid;
    grid-template-rows: auto auto 1fr auto;
    gap: 16px;
    padding: 22px;
    min-width: 0;
}

.clinic-dashboard-mockup__top {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
}

.clinic-dashboard-mockup__top span,
.clinic-dashboard-mockup__top strong {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    border-radius: 7px;
}

.clinic-dashboard-mockup__top span {
    padding: 0 18px;
    color: #94a3b8;
    background: #fff;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.05);
}

.clinic-dashboard-mockup__top strong {
    justify-content: center;
    padding: 0 16px;
    color: #fff;
    background: #5a50c8;
    font-size: 0.82rem;
    white-space: nowrap;
}

.clinic-dashboard-mockup__top strong::before {
    content: "+";
    width: 18px;
    height: 18px;
    display: inline-grid;
    place-items: center;
    margin-right: 6px;
    border: 2px solid currentColor;
    border-radius: 50%;
    line-height: 1;
}

.clinic-dashboard-mockup__welcome {
    padding: 18px 22px;
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(90, 80, 200, 0.96), rgba(119, 95, 205, 0.84)),
        #5a50c8;
    color: #fff;
}

.clinic-dashboard-mockup__welcome h3,
.clinic-dashboard-mockup__welcome p {
    margin: 0;
}

.clinic-dashboard-mockup__welcome h3 {
    font-size: 1.05rem;
}

.clinic-dashboard-mockup__welcome p {
    margin-top: 4px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.78rem;
    line-height: 1.45;
}

.clinic-dashboard-mockup__content {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 240px;
    gap: 18px;
}

.clinic-dashboard-mockup__chart,
.clinic-dashboard-mockup__profile,
.clinic-dashboard-mockup__cards article {
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.06);
}

.clinic-dashboard-mockup__chart {
    padding: 18px;
}

.clinic-dashboard-mockup__chart-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 10px;
    color: #0f172a;
}

.clinic-dashboard-mockup__chart-head span {
    color: #5a50c8;
    font-size: 0.76rem;
    font-weight: 900;
}

.clinic-dashboard-mockup__chart svg {
    width: 100%;
    min-height: 220px;
    border-top: 1px solid #eef2f7;
    border-bottom: 1px solid #eef2f7;
}

.clinic-dashboard-mockup__legend {
    display: flex;
    justify-content: center;
    gap: 18px;
    color: #94a3b8;
    font-size: 0.74rem;
}

.clinic-dashboard-mockup__legend span {
    position: relative;
    padding-left: 12px;
}

.clinic-dashboard-mockup__legend span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 7px;
    height: 7px;
    border-radius: 2px;
    background: #5a50c8;
}

.clinic-dashboard-mockup__legend span:nth-child(2)::before {
    background: #54c3ee;
}

.clinic-dashboard-mockup__profile {
    display: grid;
    justify-items: center;
    align-content: start;
    gap: 10px;
    padding: 18px;
    color: #5a50c8;
    text-align: center;
}

.clinic-dashboard-mockup__profile > span {
    font-size: 0.95rem;
    font-weight: 950;
}

.clinic-dashboard-mockup__profile em {
    width: 100%;
    height: 8px;
    border-radius: 999px;
    background: linear-gradient(90deg, #5a50c8 0 42%, #e9edf5 42% 100%);
}

.clinic-dashboard-mockup__profile div {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    color: #334155;
    text-align: left;
}

.clinic-dashboard-mockup__profile b {
    font-size: 0.7rem;
    line-height: 1.25;
}

.clinic-dashboard-mockup__cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.clinic-dashboard-mockup__cards article {
    display: grid;
    gap: 12px;
    padding: 16px 18px;
}

.clinic-dashboard-mockup__cards strong {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    color: #0f172a;
}

.clinic-dashboard-mockup__cards small {
    color: #5a50c8;
    font-size: 0.7rem;
}

.clinic-dashboard-mockup__cards span {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    min-height: 28px;
    color: #0f172a;
    font-size: 0.74rem;
    font-weight: 850;
    background: transparent;
}

.clinic-dashboard-mockup__cards b {
    color: #5a50c8;
}

.product-confidence {
    background: #fff;
    border-bottom: 1px solid #e2e8f0;
}

.product-confidence__grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
    padding: 18px 0;
}

.product-confidence__grid span {
    position: relative;
    padding-left: 26px;
    color: #334155;
    font-size: 0.84rem;
    font-weight: 900;
}

.product-confidence__grid span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: #dcfce7;
}

.product-confidence__grid span::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 6px;
    width: 6px;
    height: 3px;
    border-left: 2px solid #16a34a;
    border-bottom: 2px solid #16a34a;
    transform: rotate(-45deg);
}

.product-workflow {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 22px;
}

.product-workflow article {
    position: relative;
    min-height: 430px;
    display: flex;
    flex-direction: column;
    padding: 28px 22px 20px;
    overflow: hidden;
    border: 1px solid #dbe5f0;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.05);
    transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.product-workflow article::after,
.product-benefit-cards article::after,
.product-info-panel::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.1), transparent 42%, rgba(20, 184, 166, 0.08));
    opacity: 0;
    transition: opacity 0.22s ease;
}

.product-workflow article:hover {
    transform: translateY(-6px);
    border-color: rgba(37, 99, 235, 0.55);
    box-shadow: 0 24px 54px rgba(15, 23, 42, 0.12);
}

.product-workflow article:first-child {
    border-color: rgba(37, 99, 235, 0.62);
    box-shadow: 0 20px 46px rgba(37, 99, 235, 0.12);
}

.product-workflow article:hover::after {
    opacity: 1;
}

.product-workflow span {
    position: relative;
    z-index: 2;
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    margin-bottom: 16px;
    border-radius: 50%;
    color: #fff;
    background: #2563eb;
    font-weight: 950;
    font-size: 0.84rem;
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.product-workflow article:hover span {
    transform: scale(1.08) rotate(-4deg);
    box-shadow: 0 12px 24px rgba(37, 99, 235, 0.24);
}

.product-workflow article:not(:last-child)::before {
    content: "";
    position: absolute;
    right: -24px;
    top: 50%;
    z-index: 4;
    width: 42px;
    height: 42px;
    border: 1px solid #dbeafe;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 12px 26px rgba(37, 99, 235, 0.12);
}

.product-workflow article:not(:last-child)::after {
    content: "›";
    position: absolute;
    right: -9px;
    top: calc(50% + 2px);
    z-index: 5;
    color: #2563eb;
    font-size: 1.9rem;
    font-weight: 900;
    line-height: 1;
    opacity: 1;
    background: none;
}

.product-workflow h3,
.product-benefit-cards p {
    margin: 0;
}

.product-workflow h3 {
    margin-bottom: 10px;
    font-size: 0.98rem;
}

.product-workflow p {
    margin: 0;
    color: #64748b;
    font-size: 0.84rem;
    line-height: 1.5;
}

.product-workflow ul {
    display: grid;
    gap: 9px;
    margin: 18px 0 18px;
    padding: 18px 0 0;
    border-top: 1px solid #edf2f7;
    list-style: none;
}

.product-workflow li {
    position: relative;
    padding-left: 22px;
    color: #334155;
    font-size: 0.76rem;
    font-weight: 750;
    line-height: 1.35;
}

.product-workflow li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #dcfce7;
}

.product-workflow li::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 5px;
    width: 5px;
    height: 3px;
    border-left: 2px solid #16a34a;
    border-bottom: 2px solid #16a34a;
    transform: rotate(-45deg);
}

.product-workflow article > a {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: auto;
    border: 1px solid #dbeafe;
    border-radius: 8px;
    color: #2563eb;
    background: #fff;
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: 900;
    transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.product-workflow article > a:hover {
    transform: translateY(-2px);
    border-color: #bfdbfe;
    background: #eff6ff;
}

.workflow-icon {
    width: 78px;
    height: 78px;
    display: grid;
    place-items: center;
    align-self: center;
    margin: 0 0 22px;
    border: 1px solid #dbeafe;
    border-radius: 22px;
    background:
        linear-gradient(135deg, rgba(37, 99, 235, 0.1), rgba(20, 184, 166, 0.08)),
        #f8fbff;
    color: #2563eb;
    box-shadow: 0 16px 34px rgba(37, 99, 235, 0.1);
    filter: none;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.workflow-icon svg {
    width: 52px;
    height: 52px;
    overflow: visible;
}

.workflow-icon svg rect,
.workflow-icon svg path,
.workflow-icon svg circle,
.workflow-icon svg line {
    fill: none;
    stroke: #2563eb;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    vector-effect: non-scaling-stroke;
}

.workflow-icon svg circle {
    stroke: #14b8a6;
}

.workflow-icon--reports svg path {
    fill: none;
    stroke: #2563eb;
}

.workflow-icon--reports svg rect:nth-of-type(1) {
    stroke: #2563eb;
}

.workflow-icon--reports svg rect:nth-of-type(2) {
    stroke: #2563eb;
}

.workflow-icon--reports svg rect:nth-of-type(3) {
    stroke: #14b8a6;
}

.workflow-icon--calendar svg path:last-child,
.workflow-icon--calculator svg path:last-child,
.workflow-icon--clipboard svg path:last-child,
.workflow-icon--lab svg path:nth-last-child(-n+2),
.workflow-icon--reports svg path:last-child {
    stroke: #14b8a6;
}

.product-workflow article:hover .workflow-icon {
    transform: translateY(-3px) scale(1.03);
    border-color: #bfdbfe;
    box-shadow: 0 22px 44px rgba(37, 99, 235, 0.18);
}

.product-workflow article:hover .workflow-icon svg {
    transform: none;
}

.product-benefit-cards,
.product-module-groups,
.product-decision-grid {
    display: grid;
    gap: 16px;
}

.benefits-editorial-head {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
    align-items: end;
    gap: 52px;
    margin-bottom: 34px;
}

.benefits-editorial-head .section-kicker {
    position: relative;
    display: inline-flex;
    margin-bottom: 14px;
    color: #2563eb;
}

.benefits-editorial-head .section-kicker::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 46px;
    height: 3px;
    border-radius: 999px;
    background: #2563eb;
}

.benefits-editorial-head h2 {
    margin: 0;
    max-width: 740px;
    color: #0f172a;
    font-size: clamp(2.15rem, 4vw, 4.15rem);
    line-height: 1.03;
}

.benefits-editorial-head h2 span {
    color: #2563eb;
}

.benefits-editorial-head p {
    position: relative;
    margin: 0;
    padding-left: 30px;
    border-left: 1px solid #cbd5e1;
    color: #475569;
    font-size: 1rem;
    line-height: 1.65;
}

.benefits-editorial-head p::before {
    content: "";
    position: absolute;
    left: -5px;
    top: 50%;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #2563eb;
    transform: translateY(-50%);
}

.product-benefit-cards {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.product-benefit-cards article {
    position: relative;
    overflow: hidden;
    min-height: 330px;
    padding: 34px 28px 26px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.06);
    transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.product-benefit-cards article:hover {
    transform: translateY(-5px);
    border-color: rgba(20, 184, 166, 0.32);
    box-shadow: 0 24px 54px rgba(15, 23, 42, 0.11);
}

.product-benefit-cards article:hover::after {
    opacity: 1;
}

.benefit-card__icon {
    position: relative;
    width: 74px;
    height: 74px;
    display: grid;
    place-items: center;
    margin-bottom: 28px;
    border-radius: 50%;
    background: linear-gradient(135deg, #2563eb, #14b8a6);
    box-shadow: 0 18px 34px rgba(37, 99, 235, 0.22);
    transition: transform 0.22s ease;
}

.product-benefit-cards article:hover .benefit-card__icon {
    transform: translateY(-2px) scale(1.06);
}

.benefit-card__icon svg {
    width: 48px;
    height: 48px;
    overflow: visible;
}

.benefit-card__icon svg path,
.benefit-card__icon svg circle,
.benefit-card__icon svg rect {
    fill: none;
    stroke: #fff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    vector-effect: non-scaling-stroke;
}

.benefit-card__icon svg circle:last-of-type {
    fill: #fff;
    stroke: rgba(255, 255, 255, 0.75);
}

.benefit-card__icon svg path:last-child {
    stroke: #2563eb;
}

.benefit-card--teal .benefit-card__icon svg path:last-child {
    stroke: #0f766e;
}

.benefit-card--violet .benefit-card__icon svg path:last-child {
    stroke: #6d28d9;
}

.benefit-card--cyan .benefit-card__icon svg path:last-child {
    stroke: #0369a1;
}

.benefit-card--teal .benefit-card__icon {
    background: linear-gradient(135deg, #14b8a6, #2dd4bf);
    box-shadow: 0 18px 34px rgba(20, 184, 166, 0.2);
}

.benefit-card--violet .benefit-card__icon {
    background: linear-gradient(135deg, #7c3aed, #8b5cf6);
    box-shadow: 0 18px 34px rgba(124, 58, 237, 0.2);
}

.benefit-card--cyan .benefit-card__icon {
    background: linear-gradient(135deg, #2563eb, #38bdf8);
}

.benefit-card h3 {
    position: relative;
    z-index: 1;
    margin: 0 0 28px;
    color: #0f172a;
    font-size: 1.05rem;
    line-height: 1.25;
}

.benefit-card h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -16px;
    width: 44px;
    height: 3px;
    border-radius: 999px;
    background: #2563eb;
}

.benefit-card--teal h3::after {
    background: #14b8a6;
}

.benefit-card--violet h3::after {
    background: #7c3aed;
}

.benefit-card--cyan h3::after {
    background: #38bdf8;
}

.benefit-card p {
    position: relative;
    z-index: 1;
    color: #334155;
    font-size: 0.92rem;
    font-weight: 600;
    line-height: 1.5;
}

.benefit-card__art {
    position: absolute;
    right: -28px;
    bottom: -42px;
    width: 190px;
    height: 120px;
    border-radius: 80px 0 0 0;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.1), rgba(37, 99, 235, 0.02));
}

.benefit-card--teal .benefit-card__art {
    background: linear-gradient(135deg, rgba(20, 184, 166, 0.12), rgba(20, 184, 166, 0.02));
}

.benefit-card--violet .benefit-card__art {
    background: linear-gradient(135deg, rgba(124, 58, 237, 0.12), rgba(124, 58, 237, 0.02));
}

.benefit-card--cyan .benefit-card__art {
    background: linear-gradient(135deg, rgba(56, 189, 248, 0.12), rgba(56, 189, 248, 0.02));
}

.product-module-groups {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}

.product-module-groups .product-info-panel,
.product-decision-grid .product-info-panel {
    position: relative;
    overflow: hidden;
    transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.product-module-groups .product-info-panel:hover,
.product-decision-grid .product-info-panel:hover {
    transform: translateY(-5px);
    border-color: rgba(37, 99, 235, 0.26);
    box-shadow: 0 24px 54px rgba(15, 23, 42, 0.11);
}

.product-module-groups .product-info-panel:hover::after,
.product-decision-grid .product-info-panel:hover::after {
    opacity: 1;
}

.modules-editorial-head {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
    align-items: end;
    gap: 56px;
    margin-bottom: 34px;
}

.modules-editorial-head .section-kicker {
    position: relative;
    display: inline-flex;
    margin-bottom: 14px;
    color: #2563eb;
}

.modules-editorial-head .section-kicker::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 46px;
    height: 3px;
    border-radius: 999px;
    background: #2563eb;
}

.modules-editorial-head h2 {
    margin: 0;
    max-width: 640px;
    color: #0f172a;
    font-size: clamp(2rem, 3.4vw, 3.35rem);
    line-height: 1.07;
}

.modules-editorial-head h2 span {
    color: #2563eb;
}

.modules-editorial-head p {
    position: relative;
    margin: 0;
    padding-left: 30px;
    border-left: 1px solid #cbd5e1;
    color: #475569;
    line-height: 1.65;
}

.modules-editorial-head p::before {
    content: "";
    position: absolute;
    left: -5px;
    top: 50%;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #2563eb;
    transform: translateY(-50%);
}

.module-group-card {
    min-height: 330px;
    padding: 24px;
    border-radius: 8px;
}

.module-group-card::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    background: #2563eb;
}

.module-group-card--teal::before {
    background: #14b8a6;
}

.module-group-card--violet::before {
    background: #7c3aed;
}

.module-group-card__head {
    display: grid;
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
    margin-bottom: 24px;
}

.module-group-card__head h3 {
    margin: 2px 0 6px;
    color: #0f172a;
    font-size: 1rem;
}

.module-group-card__head p {
    margin: 0;
    color: #64748b;
    font-size: 0.82rem;
    line-height: 1.45;
}

.module-group-card__icon {
    width: 56px;
    height: 56px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: #eff6ff;
    color: #2563eb;
}

.module-group-card__icon::before {
    content: "";
    width: 29px;
    height: 29px;
    border: 2px solid currentColor;
    border-radius: 8px;
}

.module-group-card__icon--stethoscope::before {
    border-radius: 50% 50% 8px 8px;
    border-top-color: transparent;
    box-shadow: 10px 12px 0 -8px currentColor;
}

.module-group-card__icon--hospital::before {
    border-radius: 4px;
    background:
        linear-gradient(currentColor, currentColor) center 7px / 12px 2px no-repeat,
        linear-gradient(currentColor, currentColor) center 7px / 2px 12px no-repeat;
}

.module-group-card__icon--shield::before {
    border-radius: 12px 12px 16px 16px;
    transform: perspective(40px) rotateX(-10deg);
}

.module-group-card--teal .module-group-card__icon {
    color: #0f766e;
    background: #ecfdf5;
}

.module-group-card--violet .module-group-card__icon {
    color: #6d28d9;
    background: #f3e8ff;
}

.module-action-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.module-action-grid a {
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 0 12px;
    border: 1px solid #dbeafe;
    border-radius: 8px;
    color: #1d4ed8;
    background: #f8fbff;
    text-decoration: none;
    font-size: 0.76rem;
    font-weight: 900;
    line-height: 1.2;
    transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.module-action-grid a:hover {
    transform: translateY(-2px);
    border-color: #bfdbfe;
    background: #eff6ff;
    box-shadow: 0 12px 24px rgba(37, 99, 235, 0.1);
}

.module-action-grid b {
    color: currentColor;
    font-size: 1.05rem;
}

.module-group-card--teal .module-action-grid a {
    color: #0f766e;
    border-color: #ccfbf1;
    background: #f0fdfa;
}

.module-group-card--teal .module-action-grid a:hover {
    border-color: #99f6e4;
}

.module-group-card--violet .module-action-grid a {
    color: #6d28d9;
    border-color: #ede9fe;
    background: #fbfaff;
}

.module-group-card--violet .module-action-grid a:hover {
    border-color: #ddd6fe;
}

.module-pill-grid span {
    transition: transform 0.18s ease, color 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.module-pill-grid span:hover {
    transform: translateY(-2px);
    color: #0f766e;
    border-color: #99f6e4;
    background: #f0fdfa;
}

.product-preview-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.72fr) minmax(420px, 1.28fr);
    align-items: center;
    gap: 34px;
}

.product-preview-grid h2,
.product-final-cta h2 {
    margin: 6px 0 12px;
    font-size: clamp(1.7rem, 2.6vw, 2.6rem);
    line-height: 1.1;
}

.product-preview-grid p,
.product-final-cta p {
    margin: 0;
    color: #475569;
    line-height: 1.65;
}

.product-preview-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.product-preview-tabs span {
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    padding: 0 12px;
    border: 1px solid #dbeafe;
    border-radius: 999px;
    color: #1e40af;
    background: #eff6ff;
    font-size: 0.8rem;
    font-weight: 900;
}

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

.product-video-panel {
    grid-row: span 2;
}

.product-final-cta {
    padding: 54px 0;
    background: #0f172a;
    color: #fff;
}

.product-final-cta__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 28px;
}

.product-final-cta h2 {
    color: #fff;
}

.product-final-cta p,
.product-final-cta .section-kicker {
    color: rgba(226, 232, 240, 0.78);
}

.product-final-cta .button--outline {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.24);
}

.product-landing .product-whatsapp-float {
    width: auto;
    min-width: 92px;
    height: 48px;
    padding: 0 16px;
    border-radius: 999px;
}

@media (max-width: 1100px) {
    .product-hero__grid,
    .product-preview-grid,
    .product-final-cta__inner {
        grid-template-columns: 1fr;
    }

    .product-confidence__grid,
    .product-workflow,
    .product-benefit-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

    .benefits-editorial-head {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .modules-editorial-head {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .clinic-dashboard-mockup {
        grid-template-columns: 1fr;
    }

    .clinic-dashboard-mockup__sidebar {
        display: none;
    }

    .product-video-panel {
        grid-row: auto;
    }

    .product-workflow article:not(:last-child)::before,
    .product-workflow article:not(:last-child)::after {
        display: none;
    }
}

@media (max-width: 760px) {
    .product-hero {
        padding: 46px 0 36px;
    }

    .product-hero__grid,
    .product-trust-row,
    .product-confidence__grid,
    .product-workflow,
    .product-benefit-cards,
    .product-module-groups,
    .product-preview-grid,
    .product-decision-grid {
        grid-template-columns: 1fr;
    }

    .product-dashboard-mockup__body {
        grid-template-columns: 1fr;
    }

    .benefits-editorial-head p {
        padding-left: 18px;
    }

    .modules-editorial-head p {
        padding-left: 18px;
    }

    .module-action-grid {
        grid-template-columns: 1fr;
    }

    .clinic-dashboard-mockup__top,
    .clinic-dashboard-mockup__content,
    .clinic-dashboard-mockup__cards {
        grid-template-columns: 1fr;
    }

    .clinic-dashboard-mockup__main {
        padding: 12px;
    }

    .clinic-dashboard-mockup__profile {
        display: none;
    }

    .product-dashboard-mockup aside {
        display: none;
    }

    .mockup-stats,
    .mockup-workspace {
        grid-template-columns: 1fr;
    }

    .product-final-cta__inner {
        align-items: stretch;
    }

    .product-final-cta__inner .product-detail__actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .product-landing .product-whatsapp-float {
        min-width: 54px;
        width: 54px;
        height: 54px;
        padding: 0;
        font-size: 0;
    }

    .product-landing .product-whatsapp-float::before {
        content: "WA";
        font-size: 0.78rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .product-workflow article,
    .product-workflow span,
    .product-benefit-cards article,
    .product-benefit-cards span,
    .product-module-groups .product-info-panel,
    .product-decision-grid .product-info-panel,
    .module-pill-grid span {
        transition: none;
    }

    .product-workflow article:hover,
    .product-workflow article:hover span,
    .product-benefit-cards article:hover,
    .product-benefit-cards article:hover span,
    .product-module-groups .product-info-panel:hover,
    .product-decision-grid .product-info-panel:hover,
    .module-pill-grid span:hover {
        transform: none;
    }
}

.pricing-grid {
    max-width: 1040px;
    margin: 0 auto;
}

.pricing-grid--4 {
    max-width: 1180px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: stretch;
}

.pricing-card {
    padding: 28px;
    text-align: center;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.pricing-card__label {
    display: block;
}

.pricing-card__system {
    display: block;
    width: max-content;
    max-width: 100%;
    margin: 0 auto 10px;
    padding: 5px 8px;
    border-radius: 6px;
    color: #334155;
    background: #eef4ff;
    font-size: 0.72rem;
    font-weight: 950;
}

.pricing-card__subtitle {
    margin: 0 0 18px;
    color: var(--muted);
    font-size: 0.84rem;
}

.pricing-card__discount {
    display: block;
    width: max-content;
    max-width: 100%;
    margin: -6px auto 14px;
    padding: 5px 8px;
    border-radius: 6px;
    color: #065f46;
    background: #d1fae5;
    font-size: 0.72rem;
    font-weight: 950;
    text-transform: uppercase;
}

.pricing-card__price {
    margin-bottom: 22px;
    font-size: 2.2rem;
    font-weight: 950;
    line-height: 1.05;
}

.pricing-card__price small {
    display: block;
    margin-top: 2px;
    color: var(--muted);
    font-size: 0.76rem;
    font-weight: 700;
}

.pricing-card__duration {
    margin: -12px 0 18px;
    color: #334155;
    font-size: 0.82rem;
    font-weight: 900;
}

.pricing-card ul {
    display: grid;
    gap: 12px;
    padding: 0;
    margin: 0 0 24px;
    list-style: none;
    text-align: left;
    color: #475569;
    font-size: 0.88rem;
}

.pricing-card .button {
    margin-top: auto;
}

.pricing-card li {
    position: relative;
    padding-left: 25px;
}

.pricing-card li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.25em;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: var(--green);
}

.pricing-card li::after {
    content: "";
    position: absolute;
    left: 5px;
    top: calc(0.25em + 4px);
    width: 4px;
    height: 3px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
}

.pricing-card--featured {
    border-color: rgba(34, 197, 94, 0.4);
}

.pricing-card--featured .pricing-card__label {
    color: var(--green);
}

.pricing-card--purple .pricing-card__label {
    color: var(--purple);
}

.pricing-card--purple li::before {
    background: var(--purple);
}

.pricing-card--permanent {
    border-color: rgba(37, 99, 235, 0.32);
    background: linear-gradient(180deg, #ffffff, #f8fbff);
}

.pricing-card--permanent .pricing-card__label {
    color: var(--blue);
}

.pricing-card--permanent .pricing-card__price {
    font-size: clamp(1.45rem, 2vw, 1.9rem);
}

.pricing-card--permanent li::before {
    background: var(--blue);
}

.pricing-card .button--outline {
    color: #2563eb;
    border-color: rgba(37, 99, 235, 0.34);
    background: #fff;
    box-shadow: none;
}

.pricing-card .button--outline:hover {
    color: #fff;
    border-color: transparent;
    background: linear-gradient(135deg, #2563eb, #7c3aed);
    box-shadow: 0 16px 32px rgba(37, 99, 235, 0.22);
}

.system-plan-directory {
    display: grid;
    gap: 12px;
    margin: 0 0 34px;
}

.system-plan-directory__item {
    display: grid;
    grid-template-columns: minmax(240px, 0.9fr) minmax(0, 1.1fr);
    gap: 22px;
    align-items: center;
    padding: 18px;
    border: 1px solid #dbe5f0;
    border-radius: 8px;
    color: inherit;
    background: #fff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
    text-decoration: none;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.system-plan-directory__item:hover {
    border-color: #93b4ff;
    box-shadow: 0 14px 30px rgba(37, 99, 235, 0.1);
    transform: translateY(-1px);
}

.system-plan-directory__item.is-selected {
    border-color: #2563eb;
    box-shadow: inset 0 0 0 1px #2563eb, 0 14px 30px rgba(37, 99, 235, 0.12);
}

.system-plan-directory__item strong {
    display: block;
    color: #0f172a;
    font-size: 1rem;
    font-weight: 950;
}

.system-plan-directory__item p {
    margin: 6px 0 0;
    color: #64748b;
    line-height: 1.5;
    font-size: 0.88rem;
}

.system-plan-directory__plans {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
}

.system-plan-directory__plans span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 7px 11px;
    border: 1px solid #dbe5f0;
    border-radius: 999px;
    color: #1e40af;
    background: #eef4ff;
    font-size: 0.82rem;
    font-weight: 900;
}

.system-plan-directory__plans span.is-featured {
    border-color: #a7e9c4;
    color: #067647;
    background: #e8fbf1;
}

.system-plan-directory__empty {
    color: #64748b !important;
    background: #f1f5f9 !important;
}

.system-plan-selection-empty {
    border: 1px dashed #cbd5e1;
    background: #fff;
}

.system-pricing-groups {
    display: grid;
    gap: 34px;
}

.system-pricing-group {
    display: grid;
    gap: 18px;
}

.system-pricing-group__head {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: flex-end;
    padding-bottom: 12px;
    border-bottom: 1px solid #dbe5f0;
}

.system-pricing-group__head span {
    display: block;
    margin-bottom: 5px;
    color: #2563eb;
    font-size: 0.76rem;
    font-weight: 950;
    text-transform: uppercase;
}

.system-pricing-group__head h2 {
    margin: 0;
    color: #0f172a;
    font-size: clamp(1.35rem, 2vw, 1.85rem);
}

.system-pricing-group__head strong {
    padding: 8px 11px;
    border: 1px solid #a7e9c4;
    border-radius: 999px;
    color: #067647;
    background: #e8fbf1;
    font-size: 0.82rem;
}

.system-pricing-group__grid {
    max-width: none;
    margin: 0;
}

.empty-state--compact {
    padding: 24px;
    text-align: left;
}

.cta-band {
    padding: 42px 0;
    background: #fff;
}

.cta-band__inner {
    display: grid;
    grid-template-columns: 1fr 360px;
    align-items: center;
    gap: 32px;
    padding: 32px 42px;
    color: #fff;
    background:
        radial-gradient(circle at 80% 35%, rgba(124, 58, 237, 0.72), transparent 28%),
        linear-gradient(135deg, #071426, #10284a);
    border-radius: 8px;
    overflow: hidden;
}

.cta-band h2 {
    margin: 0 0 8px;
    font-size: 1.55rem;
}

.cta-band p {
    margin: 0 0 22px;
    color: rgba(255, 255, 255, 0.82);
}

.mini-screen {
    display: grid;
    gap: 12px;
    padding: 24px;
    min-height: 148px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
}

.mini-screen span {
    height: 16px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.72);
}

.testimonial-card {
    padding: 22px;
}

.testimonial-card strong,
.testimonial-card span {
    display: block;
}

.testimonial-card strong {
    margin-bottom: 4px;
}

.testimonial-card span {
    margin-bottom: 12px;
    color: var(--orange);
    font-size: 0.82rem;
    font-weight: 800;
}

.site-footer--public {
    position: relative;
    background: var(--navy);
    color: rgba(255, 255, 255, 0.78);
}

.site-footer__inner {
    display: grid;
    grid-template-columns: 1.35fr 0.7fr 1fr 1fr;
    gap: 34px;
    padding: 34px 0 26px;
}

.site-footer p {
    max-width: 330px;
    line-height: 1.6;
}

.footer-links {
    display: grid;
    align-content: start;
    gap: 9px;
    font-size: 0.88rem;
}

.footer-links strong {
    color: #fff;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.78);
    text-decoration: none;
}

.social-dots {
    display: flex;
    gap: 8px;
}

.social-dots span {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--blue);
}

.social-dots span:nth-child(2) { background: var(--purple); }
.social-dots span:nth-child(3) { background: var(--orange); }
.social-dots span:nth-child(4) { background: var(--green); }

.footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.footer-social a {
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    text-decoration: none;
    transition: background 0.18s ease, transform 0.18s ease;
}

.footer-social a:hover {
    background: rgba(37, 99, 235, 0.62);
    transform: translateY(-2px);
}

.footer-social svg {
    width: 17px;
    height: 17px;
    fill: currentColor;
}

.page-hero {
    padding: 74px 0 62px;
    color: #fff;
    background:
        radial-gradient(circle at 80% 28%, rgba(124, 58, 237, 0.42), transparent 26%),
        linear-gradient(135deg, #071426, #10284a 58%, #1d4ed8);
}

.page-hero__inner {
    max-width: 820px;
}

.page-hero h1 {
    margin: 0 0 16px;
    font-size: clamp(2rem, 4vw, 3.35rem);
    line-height: 1.05;
    letter-spacing: 0;
}

.page-hero p {
    margin: 0;
    max-width: 700px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 1.04rem;
    line-height: 1.7;
}

.module-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
}

.module-grid .feature-card {
    display: flex;
    min-height: 240px;
    flex-direction: column;
    align-items: center;
}

.module-grid .product-card--suite {
    align-items: stretch;
}

.module-link {
    margin-top: auto;
    color: var(--blue);
    text-decoration: none;
    font-size: 0.82rem;
    font-weight: 900;
}

.clients-segments {
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
}

.contact-layout {
    display: grid;
    grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1fr);
    gap: 26px;
    align-items: start;
}

.contact-info-card {
    display: grid;
    gap: 12px;
    padding: 28px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: linear-gradient(180deg, #f8fafc, #eef4ff);
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.06);
}

.contact-info-card h2 {
    margin: 0;
    font-size: 1.25rem;
}

.contact-info-card p {
    margin: 0 0 8px;
    color: var(--muted);
    line-height: 1.62;
}

.contact-info-card a,
.contact-info-card span {
    color: #334155;
    text-decoration: none;
    font-weight: 850;
}

.clients-premium-page {
    background: #f6f9ff;
}

.clients-premium-hero {
    position: relative;
    overflow: hidden;
    min-height: 560px;
    color: #fff;
    background:
        radial-gradient(circle at 82% 18%, rgba(124, 58, 237, 0.62), transparent 26%),
        radial-gradient(circle at 54% 80%, rgba(37, 99, 235, 0.42), transparent 30%),
        linear-gradient(125deg, #06162f 0%, #08245a 48%, #214dff 72%, #7238d9 100%);
}

.clients-premium-hero::before,
.clients-premium-hero::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.clients-premium-hero::before {
    inset: 0;
    opacity: 0.2;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.16) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.16) 1px, transparent 1px);
    background-size: 84px 84px;
    mask-image: linear-gradient(90deg, transparent, #000 18%, #000 82%, transparent);
}

.clients-premium-hero::after {
    right: 7%;
    top: 11%;
    width: 160px;
    height: 160px;
    opacity: 0.22;
    background-image: radial-gradient(#9db7ff 2px, transparent 2px);
    background-size: 18px 18px;
}

.clients-premium-hero__shape {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.12);
    filter: blur(0.1px);
    pointer-events: none;
}

.clients-premium-hero__shape--one {
    right: 14%;
    top: -150px;
    width: 390px;
    height: 390px;
    border-radius: 70px;
    transform: rotate(44deg);
    background: rgba(255, 255, 255, 0.035);
}

.clients-premium-hero__shape--two {
    right: 31%;
    bottom: -120px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: rgba(37, 99, 235, 0.16);
}

.clients-premium-hero__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(520px, 1.05fr);
    gap: 50px;
    align-items: center;
    min-height: 560px;
    padding-top: 56px;
    padding-bottom: 56px;
}

.clients-premium-kicker {
    display: inline-flex;
    margin-bottom: 18px;
    color: #69a9ff;
    font-size: 0.86rem;
    font-weight: 950;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.clients-premium-hero h1 {
    max-width: 760px;
    margin: 0 0 22px;
    font-size: clamp(2.7rem, 5.2vw, 5.5rem);
    line-height: 1.02;
    letter-spacing: 0;
}

.clients-premium-hero h1 span {
    color: transparent;
    background: linear-gradient(90deg, #3ba5ff, #7da9ff);
    -webkit-background-clip: text;
    background-clip: text;
}

.clients-premium-hero p {
    max-width: 690px;
    margin: 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: 1.14rem;
    line-height: 1.72;
}

.clients-trust-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
}

.clients-trust-metrics div {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 15px;
    align-items: center;
    min-height: 76px;
}

.clients-trust-metrics span {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    border: 1px solid rgba(147, 197, 253, 0.22);
    border-radius: 14px;
    color: #8fc0ff;
    background: rgba(96, 165, 250, 0.14);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14), 0 14px 28px rgba(0, 0, 0, 0.16);
}

.clients-premium-page svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.clients-trust-metrics strong {
    color: #fff;
    font-size: 0.98rem;
    line-height: 1.35;
}

.clients-device-stage {
    position: relative;
    min-height: 430px;
}

.clients-device {
    position: absolute;
    overflow: hidden;
    border: 8px solid #061326;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 34px 90px rgba(0, 0, 0, 0.42);
}

.clients-device--desktop {
    right: 26px;
    top: 0;
    width: min(620px, 100%);
    height: 350px;
}

.clients-device--desktop::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -58px;
    width: 190px;
    height: 58px;
    border-radius: 0 0 26px 26px;
    background: linear-gradient(180deg, #dbe5f2, #94a3b8);
    transform: translateX(-50%);
}

.clients-device--tablet {
    right: 0;
    bottom: 12px;
    width: 250px;
    height: 210px;
    border-width: 7px;
}

.clients-device--mobile {
    right: -18px;
    bottom: 8px;
    width: 100px;
    height: 178px;
    border-width: 6px;
    border-radius: 22px;
}

.clients-device__bar {
    height: 28px;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 0 12px;
    background: #eef4ff;
}

.clients-device__bar span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #94a3b8;
}

.clients-dashboard {
    display: grid;
    grid-template-columns: 118px 1fr;
    height: calc(100% - 28px);
    color: #0f172a;
}

.clients-dashboard aside {
    display: grid;
    align-content: start;
    gap: 15px;
    padding: 18px 14px;
    color: #dbeafe;
    background: linear-gradient(180deg, #061632, #08245a);
}

.clients-dashboard aside b {
    margin-bottom: 10px;
    font-size: 0.68rem;
}

.clients-dashboard aside i,
.clients-dashboard__rows em,
.clients-mini-screen span {
    display: block;
    border-radius: 999px;
    background: currentColor;
    opacity: 0.36;
}

.clients-dashboard aside i {
    width: 100%;
    height: 8px;
}

.clients-dashboard section {
    padding: 18px;
    background: #f8fbff;
}

.clients-dashboard__top,
.clients-dashboard__stats {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.clients-dashboard__top strong {
    font-size: 0.9rem;
}

.clients-dashboard__top small {
    color: #64748b;
    font-weight: 800;
}

.clients-dashboard__stats {
    margin: 18px 0;
}

.clients-dashboard__stats span {
    flex: 1;
    min-height: 54px;
    padding: 10px;
    border-radius: 9px;
    color: #fff;
    background: linear-gradient(135deg, #2563eb, #7c3aed);
    font-size: 0.76rem;
    font-weight: 900;
}

.clients-dashboard__stats span:nth-child(2) {
    background: linear-gradient(135deg, #10b981, #059669);
}

.clients-dashboard__stats span:nth-child(3) {
    background: linear-gradient(135deg, #f59e0b, #f97316);
}

.clients-dashboard__stats span:nth-child(4) {
    background: linear-gradient(135deg, #06b6d4, #2563eb);
}

.clients-dashboard__chart {
    display: flex;
    align-items: end;
    gap: 10px;
    height: 104px;
    padding: 14px;
    border-radius: 12px;
    background: #fff;
}

.clients-dashboard__chart i {
    flex: 1;
    border-radius: 999px 999px 4px 4px;
    background: linear-gradient(180deg, #60a5fa, #2563eb);
}

.clients-dashboard__chart i:nth-child(1) { height: 35%; }
.clients-dashboard__chart i:nth-child(2) { height: 58%; }
.clients-dashboard__chart i:nth-child(3) { height: 42%; }
.clients-dashboard__chart i:nth-child(4) { height: 76%; }
.clients-dashboard__chart i:nth-child(5) { height: 62%; }
.clients-dashboard__chart i:nth-child(6) { height: 88%; }

.clients-dashboard__rows {
    display: grid;
    gap: 8px;
    margin-top: 14px;
    color: #cbd5e1;
}

.clients-dashboard__rows em {
    height: 10px;
}

.clients-mini-screen {
    display: grid;
    align-content: start;
    gap: 12px;
    height: calc(100% - 28px);
    padding: 18px;
    color: #cbd5e1;
    background: #f8fbff;
}

.clients-mini-screen strong {
    color: #0f172a;
    font-size: 0.9rem;
}

.clients-mini-screen span {
    height: 11px;
}

.clients-sector-section {
    position: relative;
    z-index: 2;
    margin-top: -34px;
    padding-bottom: 58px;
}

.clients-sector-panel {
    display: grid;
    grid-template-columns: minmax(230px, 0.25fr) minmax(0, 1fr);
    gap: 28px;
    align-items: center;
    padding: 28px;
    border: 1px solid rgba(148, 163, 184, 0.25);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 24px 58px rgba(15, 23, 42, 0.09);
    backdrop-filter: blur(18px);
}

.clients-sector-panel__head span,
.clients-section-heading span {
    color: #2563eb;
    font-size: 0.82rem;
    font-weight: 950;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.clients-sector-panel__head p {
    margin: 12px 0 0;
    color: #53617f;
    line-height: 1.65;
}

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

.clients-sector-card {
    position: relative;
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr) 20px;
    gap: 16px;
    align-items: center;
    min-height: 116px;
    padding: 18px;
    overflow: hidden;
    border: 1px solid #d9e5f4;
    border-radius: 16px;
    color: #0d1b3f;
    background: #fff;
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.clients-sector-card::before {
    content: "";
    position: absolute;
    inset: -1px;
    z-index: 0;
    opacity: 0;
    border-radius: inherit;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.22), rgba(124, 58, 237, 0.18));
    transition: opacity 0.25s ease;
}

.clients-sector-card > * {
    position: relative;
    z-index: 1;
}

.clients-sector-card__icon {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    border-radius: 13px;
    color: #fff;
    background: linear-gradient(135deg, #2563eb, #3b82f6);
    box-shadow: 0 14px 28px rgba(37, 99, 235, 0.26);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.clients-sector-card--green .clients-sector-card__icon {
    background: linear-gradient(135deg, #10b981, #059669);
    box-shadow: 0 14px 28px rgba(16, 185, 129, 0.24);
}

.clients-sector-card--violet .clients-sector-card__icon {
    background: linear-gradient(135deg, #7c3aed, #4f46e5);
    box-shadow: 0 14px 28px rgba(124, 58, 237, 0.24);
}

.clients-sector-card--orange .clients-sector-card__icon {
    background: linear-gradient(135deg, #f59e0b, #f97316);
    box-shadow: 0 14px 28px rgba(249, 115, 22, 0.24);
}

.clients-sector-card__body {
    display: grid;
    gap: 6px;
}

.clients-sector-card strong {
    font-size: 1rem;
    font-weight: 950;
}

.clients-sector-card small {
    color: #53617f;
    font-size: 0.82rem;
    line-height: 1.45;
}

.clients-sector-card > i {
    width: 10px;
    height: 10px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(-45deg);
    transition: transform 0.25s ease;
}

.clients-sector-card:hover {
    transform: translateY(-6px);
    border-color: rgba(37, 99, 235, 0.42);
    background: #f9fcff;
    box-shadow: 0 22px 48px rgba(37, 99, 235, 0.16);
}

.clients-sector-card:hover::before {
    opacity: 1;
}

.clients-sector-card:hover .clients-sector-card__icon {
    transform: scale(1.08) rotate(-4deg);
}

.clients-sector-card:hover strong {
    color: #2563eb;
}

.clients-sector-card:hover > i {
    transform: translateX(4px) rotate(-45deg);
}

.clients-testimonials-section {
    padding: 68px 0 84px;
    background:
        radial-gradient(circle at 50% 0%, rgba(37, 99, 235, 0.08), transparent 28%),
        linear-gradient(180deg, #f7fbff, #eef4fb);
}

.clients-section-heading {
    max-width: 760px;
    margin: 0 auto 34px;
    text-align: center;
}

.clients-section-heading h2 {
    margin: 10px 0 12px;
    color: #0d1b3f;
    font-size: clamp(2rem, 3.4vw, 3rem);
    line-height: 1.08;
}

.clients-section-heading p {
    margin: 0;
    color: #53617f;
    line-height: 1.65;
}

.clients-testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.clients-testimonial-card {
    position: relative;
    min-height: 318px;
    padding: 28px;
    overflow: hidden;
    border: 1px solid rgba(148, 163, 184, 0.24);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
    backdrop-filter: blur(16px);
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.clients-testimonial-card::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.08), rgba(124, 58, 237, 0.06));
    transition: opacity 0.25s ease;
}

.clients-testimonial-card > * {
    position: relative;
    z-index: 1;
}

.clients-testimonial-card__quote {
    position: absolute;
    right: 24px;
    top: 12px;
    color: rgba(37, 99, 235, 0.16);
    font-family: Georgia, serif;
    font-size: 6rem;
    line-height: 1;
}

.clients-testimonial-card__head {
    display: grid;
    grid-template-columns: 70px minmax(0, 1fr);
    gap: 16px;
    align-items: center;
    padding-bottom: 18px;
    border-bottom: 1px solid #e5ebf5;
}

.clients-testimonial-card img {
    width: 64px;
    height: 64px;
    border: 3px solid #fff;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.14);
}

.clients-testimonial-card strong,
.clients-testimonial-card span,
.clients-testimonial-card small {
    display: block;
}

.clients-testimonial-card strong {
    color: #0d1b3f;
    font-size: 1.08rem;
    font-weight: 950;
}

.clients-testimonial-card span {
    margin-top: 4px;
    color: #2563eb;
    font-weight: 900;
}

.clients-testimonial-card small {
    margin-top: 3px;
    color: #64748b;
    font-size: 0.78rem;
    font-weight: 800;
}

.clients-stars {
    display: flex;
    gap: 4px;
    margin: 18px 0;
    color: #f5b301;
    font-size: 1.05rem;
}

.clients-testimonial-card p {
    margin: 0;
    color: #42526e;
    font-size: 1rem;
    line-height: 1.75;
}

.clients-testimonial-card:hover {
    transform: translateY(-7px) scale(1.01);
    border-color: rgba(37, 99, 235, 0.28);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 28px 70px rgba(37, 99, 235, 0.16);
}

.clients-testimonial-card:hover::before {
    opacity: 1;
}

.contact-premium-page {
    background:
        radial-gradient(circle at 12% 12%, rgba(37, 99, 235, 0.09), transparent 28%),
        radial-gradient(circle at 88% 18%, rgba(124, 58, 237, 0.1), transparent 24%),
        linear-gradient(180deg, #f8fbff 0%, #eef4fb 100%);
}

.contact-premium-shell {
    padding: 56px 0 72px;
}

.contact-premium {
    width: min(1400px, 100% - 32px);
    display: grid;
    grid-template-columns: minmax(360px, 0.92fr) minmax(520px, 1.08fr);
    gap: 18px;
    padding: 18px;
    border: 1px solid rgba(148, 163, 184, 0.26);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 28px 80px rgba(15, 23, 42, 0.11);
}

.contact-premium__info,
.contact-premium__form-panel {
    min-width: 0;
    border: 1px solid rgba(148, 163, 184, 0.2);
    border-radius: 22px;
    background: #fff;
}

.contact-premium__info {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 28px;
    padding: clamp(30px, 4vw, 48px);
    overflow: hidden;
}

.contact-premium__info::after {
    content: "";
    position: absolute;
    top: 56px;
    right: 42px;
    width: 86px;
    height: 86px;
    opacity: 0.26;
    background-image: radial-gradient(#93a4c8 1.4px, transparent 1.4px);
    background-size: 14px 14px;
}

.contact-premium__intro {
    display: grid;
    grid-template-columns: 84px minmax(0, 1fr);
    gap: 24px;
    align-items: start;
}

.contact-premium__hero-icon,
.contact-form-heading > span {
    display: grid;
    place-items: center;
    color: #4f46e5;
    background: linear-gradient(145deg, #f5f7ff, #eef2ff);
    box-shadow: 0 14px 28px rgba(79, 70, 229, 0.14);
}

.contact-premium__hero-icon {
    width: 76px;
    height: 76px;
    border-radius: 22px;
}

.contact-premium svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.contact-premium__hero-icon svg {
    width: 38px;
    height: 38px;
    fill: currentColor;
    stroke-width: 0;
}

.contact-premium__badge {
    display: inline-flex;
    margin-bottom: 14px;
    color: #5b4ff1;
    font-size: 1rem;
    font-weight: 950;
}

.contact-premium h1,
.contact-form-heading h2 {
    margin: 0;
    color: #0d1b3f;
    letter-spacing: 0;
}

.contact-premium h1 {
    max-width: 520px;
    font-size: clamp(2.35rem, 4vw, 4rem);
    line-height: 1.03;
}

.contact-premium h1 span {
    display: block;
    color: transparent;
    background: linear-gradient(90deg, #2563eb, #7c3aed);
    -webkit-background-clip: text;
    background-clip: text;
}

.contact-premium__copy {
    max-width: 600px;
    margin: 0;
    padding-bottom: 30px;
    border-bottom: 1px solid #e5ebf5;
    color: #526481;
    font-size: 1.08rem;
    line-height: 1.75;
}

.contact-methods {
    display: grid;
    gap: 20px;
}

.contact-method {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr) auto;
    gap: 18px;
    align-items: center;
    min-height: 74px;
    margin: 0 -12px;
    padding: 12px;
    border: 1px solid transparent;
    border-radius: 18px;
    color: inherit;
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.contact-method__icon {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.contact-method__icon svg {
    width: 30px;
    height: 30px;
}

.contact-method--whatsapp .contact-method__icon {
    color: #16a34a;
    background: #dcfce7;
}

.contact-method--mail .contact-method__icon,
.contact-method--place .contact-method__icon {
    color: #2563eb;
    background: #eaf2ff;
}

.contact-method--time .contact-method__icon {
    color: #f59e0b;
    background: #fff4df;
}

.contact-method__body {
    display: grid;
    gap: 5px;
}

.contact-method small {
    color: #53617f;
    font-size: 0.98rem;
    font-weight: 760;
}

.contact-method strong {
    color: #0d1b3f;
    font-size: 1.08rem;
    font-weight: 920;
    transition: color 0.25s ease;
}

.contact-method em {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 32px;
    padding: 0 12px;
    border-radius: 11px;
    color: #2563eb;
    background: #eef6ff;
    font-size: 0.82rem;
    font-style: normal;
    font-weight: 850;
    white-space: nowrap;
    transition: color 0.25s ease, background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.contact-method--whatsapp em {
    color: #079455;
    background: #e9fbf1;
}

.contact-method--time em {
    color: #ea580c;
    background: #fff1df;
}

.contact-method em i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: currentColor;
}

.contact-method:hover,
.contact-method:focus-visible {
    transform: translateY(-4px);
    border-color: rgba(37, 99, 235, 0.12);
    background: linear-gradient(180deg, #ffffff, #f7fbff);
    box-shadow: 0 14px 35px rgba(37, 99, 235, 0.14);
}

.contact-method:hover .contact-method__icon,
.contact-method:focus-visible .contact-method__icon {
    transform: scale(1.08);
    box-shadow: 0 16px 34px rgba(37, 99, 235, 0.16);
}

.contact-method:hover strong,
.contact-method:focus-visible strong {
    color: #2563eb;
}

.contact-method:hover em,
.contact-method:focus-visible em {
    transform: translateX(2px);
    background: #eaf2ff;
    box-shadow: 0 10px 22px rgba(37, 99, 235, 0.1);
}

.contact-method--whatsapp:hover em,
.contact-method--whatsapp:focus-visible em {
    color: #047857;
    background: #dcfce7;
}

.contact-method--time:hover em,
.contact-method--time:focus-visible em {
    color: #c2410c;
    background: #ffedd5;
}

.contact-promise {
    display: grid;
    grid-template-columns: 68px minmax(0, 1fr);
    gap: 20px;
    align-items: center;
    margin-top: auto;
    padding: 26px;
    border: 1px solid rgba(124, 58, 237, 0.1);
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(124, 58, 237, 0.08), rgba(37, 99, 235, 0.03));
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.contact-promise:hover {
    transform: translateY(-3px);
    border-color: rgba(124, 58, 237, 0.2);
    background: linear-gradient(135deg, rgba(124, 58, 237, 0.1), rgba(37, 99, 235, 0.05));
    box-shadow: 0 16px 36px rgba(79, 70, 229, 0.12);
}

.contact-promise > span,
.contact-security > span,
.contact-trust-strip i {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    border-radius: 16px;
    color: #5b4ff1;
    background: #f1efff;
}

.contact-promise > span svg {
    width: 32px;
    height: 32px;
    fill: currentColor;
    stroke: #fff;
}

.contact-promise strong {
    color: #4f46e5;
    font-size: 1.05rem;
    font-weight: 950;
}

.contact-promise p {
    margin: 7px 0 0;
    color: #53617f;
    line-height: 1.55;
}

.contact-premium__form-panel {
    padding: clamp(30px, 4vw, 48px);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.contact-form-heading {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
    margin-bottom: 34px;
}

.contact-form-heading > span {
    width: 48px;
    height: 48px;
    border-radius: 14px;
}

.contact-form-heading h2 {
    font-size: clamp(1.85rem, 2.6vw, 2.55rem);
    line-height: 1.08;
}

.contact-form-heading p {
    margin: 12px 0 0;
    color: #53617f;
    font-size: 1rem;
    line-height: 1.55;
}

.contact-premium-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 22px;
}

.contact-field {
    position: relative;
    display: grid;
    gap: 10px;
    color: #0d1b3f;
    font-size: 0.94rem;
    font-weight: 900;
}

.contact-field--full {
    grid-column: 1 / -1;
}

.contact-field i {
    position: absolute;
    left: 18px;
    top: 47px;
    z-index: 1;
    color: #667899;
    pointer-events: none;
}

.contact-field i svg {
    width: 21px;
    height: 21px;
}

.contact-field input,
.contact-field select,
.contact-field textarea {
    width: 100%;
    border: 1px solid #d6e0ef;
    border-radius: 10px;
    color: #0d1b3f;
    background: #fff;
    font-size: 1rem;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.contact-field input,
.contact-field select {
    min-height: 58px;
    padding: 0 18px 0 54px;
}

.contact-field textarea {
    min-height: 142px;
    padding: 18px 18px;
    resize: vertical;
}

.contact-field input::placeholder,
.contact-field textarea::placeholder {
    color: #94a3b8;
}

.contact-field input:hover,
.contact-field select:hover,
.contact-field textarea:hover {
    border-color: #abc3ea;
    box-shadow: 0 10px 24px rgba(37, 99, 235, 0.06);
}

.contact-field input:focus,
.contact-field select:focus,
.contact-field textarea:focus {
    outline: none;
    border-color: #2563eb;
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.12);
}

.contact-field--message small {
    position: absolute;
    right: 18px;
    bottom: 14px;
    color: #64748b;
    font-size: 0.82rem;
    font-weight: 700;
}

.contact-security {
    display: grid;
    grid-column: 1 / 2;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 16px;
    align-items: center;
    margin-top: 10px;
}

.contact-security > span {
    width: 50px;
    height: 50px;
    color: #2563eb;
    background: #edf4ff;
}

.contact-security strong {
    color: #0d1b3f;
    font-size: 0.95rem;
    font-weight: 950;
}

.contact-security p {
    margin: 5px 0 0;
    color: #53617f;
    font-size: 0.86rem;
}

.contact-submit {
    grid-column: 2 / 3;
    align-self: center;
    justify-self: end;
    min-width: 310px;
    min-height: 62px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    border: 0;
    border-radius: 10px;
    color: #fff;
    background: linear-gradient(135deg, #2563eb, #7c3aed);
    box-shadow: 0 18px 36px rgba(79, 70, 229, 0.28);
    font-weight: 950;
    cursor: pointer;
    transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.contact-submit svg {
    width: 24px;
    height: 24px;
}

.contact-submit:hover {
    transform: translateY(-2px);
    filter: saturate(1.08);
    box-shadow: 0 24px 48px rgba(79, 70, 229, 0.34);
}

.contact-trust-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 34px;
    padding-top: 28px;
    border-top: 1px solid #e5ebf5;
}

.contact-trust-strip span {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    min-width: 0;
    padding: 8px;
    border-radius: 14px;
    transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.contact-trust-strip i {
    width: 44px;
    height: 44px;
    font-style: normal;
    font-size: 1.2rem;
}

.contact-trust-strip strong {
    color: #0d1b3f;
    font-size: 0.92rem;
    font-weight: 920;
    transition: color 0.25s ease;
}

.contact-trust-strip span:hover {
    transform: translateY(-2px);
    background: #ffffff;
    box-shadow: 0 12px 28px rgba(37, 99, 235, 0.1);
}

.contact-trust-strip span:hover strong {
    color: #2563eb;
}

.whatsapp {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 70;
    display: inline-grid;
    place-items: center;
    width: 62px;
    height: 62px;
    padding: 6px;
    color: #fff;
    background: linear-gradient(145deg, #25d366, #16b653);
    border: 0;
    border-radius: 50%;
    text-decoration: none;
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.22), 0 10px 28px rgba(37, 211, 102, 0.38);
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.whatsapp::before {
    content: "WhatsApp";
    position: absolute;
    right: calc(100% + 12px);
    top: 50%;
    padding: 8px 12px;
    border-radius: 999px;
    background: #ffffff;
    color: #14532d;
    border: 1px solid rgba(20, 83, 45, 0.14);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.12);
    font-size: 0.78rem;
    font-weight: 850;
    line-height: 1;
    white-space: nowrap;
    opacity: 0;
    transform: translate(8px, -50%);
    pointer-events: none;
    transition: opacity 0.18s ease, transform 0.18s ease;
}

.whatsapp:hover {
    transform: translateY(-3px) scale(1.06);
    background: linear-gradient(145deg, #2eea72, #18bd59);
    box-shadow: 0 20px 42px rgba(15, 23, 42, 0.26), 0 14px 34px rgba(37, 211, 102, 0.48);
}

.whatsapp:hover::before {
    opacity: 1;
    transform: translate(0, -50%);
}

.whatsapp .fa-whatsapp {
    width: 100%;
    height: 100%;
    display: block;
    background: url("../img/whatsapp.svg") center / contain no-repeat;
}

.site-footer__copy {
    width: min(1180px, 100% - 32px);
    margin: 0 auto;
    padding: 16px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
    font-size: 0.84rem;
}

.admin-page {
    background: #f8fafc;
}

.admin-layout {
    display: grid;
    grid-template-columns: 255px 1fr;
    min-height: 100vh;
}

.admin-sidebar {
    padding: 18px 14px;
    background: linear-gradient(180deg, #071426, #0e2544);
    color: #fff;
}

.admin-brand {
    margin: 0 0 28px 8px;
}

.admin-menu {
    display: grid;
    gap: 5px;
}

.admin-menu__logout {
    margin: 0;
}

.admin-menu__link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 14px;
    border-radius: 7px;
    color: rgba(255, 255, 255, 0.84);
    text-decoration: none;
    font-size: 0.86rem;
    font-weight: 750;
}

.admin-menu__button {
    width: 100%;
    border: 0;
    background: transparent;
    cursor: pointer;
    text-align: left;
}

.admin-menu__link:hover,
.admin-menu__link.active {
    color: #fff;
    background: rgba(37, 99, 235, 0.34);
}

.admin-menu__icon {
    width: 18px;
    height: 18px;
    display: inline-block;
    flex: 0 0 auto;
    position: relative;
    color: currentColor;
    opacity: 0.9;
}

.admin-menu__icon::before,
.admin-menu__icon::after {
    content: "";
    position: absolute;
    box-sizing: border-box;
}

.admin-menu__icon--dashboard::before {
    inset: 2px;
    border: 2px solid currentColor;
    border-radius: 4px;
}

.admin-menu__icon--dashboard::after {
    left: 5px;
    right: 5px;
    bottom: 5px;
    height: 5px;
    border-radius: 2px;
    background: currentColor;
}

.admin-menu__icon--demo::before {
    inset: 2px 3px;
    border: 2px solid currentColor;
    border-radius: 3px;
}

.admin-menu__icon--demo::after {
    left: 6px;
    top: 6px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: currentColor;
    box-shadow: 0 7px 0 currentColor;
}

.admin-menu__icon--clients::before {
    left: 6px;
    top: 2px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: currentColor;
    box-shadow: -5px 4px 0 -1px currentColor, 5px 4px 0 -1px currentColor;
}

.admin-menu__icon--clients::after {
    left: 4px;
    bottom: 2px;
    width: 10px;
    height: 7px;
    border-radius: 999px 999px 3px 3px;
    background: currentColor;
    box-shadow: -6px 1px 0 -2px currentColor, 6px 1px 0 -2px currentColor;
}

.admin-menu__icon--systems::before {
    inset: 3px;
    border: 2px solid currentColor;
    border-radius: 50%;
}

.admin-menu__icon--systems::after {
    left: 8px;
    top: 1px;
    width: 2px;
    height: 16px;
    border-radius: 999px;
    background: currentColor;
    box-shadow: -5px 5px 0 -1px currentColor, 5px 5px 0 -1px currentColor;
}

.admin-menu__icon--reports::before {
    left: 3px;
    right: 3px;
    bottom: 3px;
    height: 12px;
    border-left: 3px solid currentColor;
    border-bottom: 3px solid currentColor;
}

.admin-menu__icon--reports::after {
    left: 6px;
    bottom: 6px;
    width: 4px;
    height: 7px;
    background: currentColor;
    box-shadow: 5px -3px 0 currentColor, 10px -6px 0 currentColor;
}

.admin-menu__icon--transactions::before {
    left: 2px;
    right: 2px;
    top: 4px;
    height: 10px;
    border: 2px solid currentColor;
    border-radius: 999px;
}

.admin-menu__icon--transactions::after {
    left: 4px;
    top: 2px;
    width: 6px;
    height: 6px;
    border-top: 2px solid currentColor;
    border-left: 2px solid currentColor;
    transform: rotate(-45deg);
    box-shadow: -7px 7px 0 -3px currentColor;
}

.admin-menu__icon--payments::before {
    inset: 4px 2px;
    border: 2px solid currentColor;
    border-radius: 4px;
}

.admin-menu__icon--payments::after {
    left: 5px;
    right: 5px;
    top: 8px;
    height: 2px;
    background: currentColor;
}

.admin-menu__icon--settings::before {
    inset: 3px;
    border: 3px solid currentColor;
    border-radius: 50%;
}

.admin-menu__icon--settings::after {
    left: 8px;
    top: 0;
    width: 2px;
    height: 18px;
    border-radius: 999px;
    background: currentColor;
    box-shadow: 0 0 0 0 currentColor;
    transform: rotate(45deg);
}

.admin-menu__icon--web::before {
    inset: 2px;
    border: 2px solid currentColor;
    border-radius: 50%;
}

.admin-menu__icon--web::after {
    left: 4px;
    right: 4px;
    top: 8px;
    height: 2px;
    background: currentColor;
    box-shadow: 0 -5px 0 -1px currentColor, 0 5px 0 -1px currentColor;
}

.admin-menu__icon--logout::before {
    left: 2px;
    top: 3px;
    width: 8px;
    height: 12px;
    border: 2px solid currentColor;
    border-right: 0;
    border-radius: 3px 0 0 3px;
}

.admin-menu__icon--logout::after {
    right: 2px;
    top: 7px;
    width: 10px;
    height: 4px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: rotate(45deg);
}

.admin-menu__link--parent.active {
    background: rgba(255, 255, 255, 0.1);
}

.admin-menu__folder {
    width: 18px;
    height: 14px;
    display: inline-block;
    position: relative;
    flex: 0 0 auto;
    border-radius: 2px;
    background: currentColor;
    opacity: 0.9;
}

.admin-menu__folder::before {
    content: "";
    position: absolute;
    left: 1px;
    top: -4px;
    width: 8px;
    height: 5px;
    border-radius: 2px 2px 0 0;
    background: currentColor;
}

.admin-submenu {
    display: none;
    gap: 0;
    margin: -2px 0 8px 7px;
    padding: 8px 0 0 28px;
    border-left: 1px solid rgba(148, 163, 184, 0.35);
}

.admin-submenu.is-open {
    display: grid;
}

.admin-submenu a {
    position: relative;
    display: block;
    padding: 12px 10px 12px 24px;
    border-radius: 6px;
    color: rgba(255, 255, 255, 0.62);
    text-decoration: none;
    font-size: 0.86rem;
    font-weight: 850;
}

.admin-submenu a::before {
    content: "";
    position: absolute;
    left: 6px;
    top: 50%;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #cbd5e1;
    transform: translateY(-50%);
}

.admin-submenu a:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.06);
}

.admin-submenu a:hover::before {
    background: #60a5fa;
}

.admin-content {
    padding: 20px 24px 28px;
}

.admin-topbar,
.admin-welcome {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.admin-topbar {
    min-height: 58px;
    margin-bottom: 16px;
    padding: 0 4px;
}

.search-pill {
    width: min(460px, 100%);
    padding: 12px 16px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: #fff;
    color: #94a3b8;
    font-size: 0.86rem;
}

.admin-account {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
    color: #334155;
    font-size: 0.86rem;
    font-weight: 800;
}

.status-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #ef4444;
}

.avatar {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--orange), #64748b);
    color: #fff;
    font-weight: 900;
}

.avatar--small {
    width: 28px;
    height: 28px;
    font-size: 0.75rem;
}

.admin-welcome {
    margin-bottom: 18px;
}

.admin-welcome h1 {
    margin: 0 0 6px;
    font-size: 1.5rem;
}

.admin-welcome p {
    margin: 0;
    color: var(--muted);
}

.dashboard-cards {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 16px;
}

.dashboard-card {
    padding: 20px;
}

.stat-icon {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 12px;
    border-radius: 10px;
    background: #dbeafe;
}

.stat-icon--orange { background: #ffedd5; }
.stat-icon--green { background: #dcfce7; }
.stat-icon--money { background: #dcfce7; }

.dashboard-card strong {
    display: block;
    margin-bottom: 4px;
    color: var(--blue);
    font-size: 1.75rem;
}

.dashboard-card p {
    margin: 0 0 8px;
    color: #334155;
    font-weight: 850;
    font-size: 0.9rem;
}

.dashboard-card a,
.panel-link,
.summary-cards a {
    color: var(--blue);
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: 850;
}

.dashboard-card--orange strong {
    color: var(--orange);
}

.dashboard-card--green strong,
.dashboard-card--money strong {
    color: var(--green);
}

.admin-grid {
    display: grid;
    grid-template-columns: 1.25fr 1fr;
    gap: 16px;
}

.panel-card {
    padding: 18px;
}

.panel-card--wide,
.panel-card--full {
    min-width: 0;
}

.panel-card--full {
    grid-column: 1 / -1;
}

.panel-card h2 {
    margin: 0 0 14px;
    font-size: 1rem;
}

.panel-card h2 small {
    color: var(--muted);
    font-weight: 600;
}

.line-chart {
    height: 220px;
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
    gap: 16px;
    padding: 22px 18px 0;
    border-bottom: 1px solid #dbe5f0;
    background-image:
        linear-gradient(#eef3f8 1px, transparent 1px),
        linear-gradient(90deg, #eef3f8 1px, transparent 1px);
    background-size: 100% 44px, 88px 100%;
}

.line-chart span {
    width: 12px;
    border-radius: 999px 999px 0 0;
    background: linear-gradient(180deg, var(--blue), #93c5fd);
}

.line-chart--admin span {
    width: 10px;
    position: relative;
}

.line-chart--admin span::after {
    content: "";
    position: absolute;
    top: -5px;
    left: 50%;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--blue);
    transform: translateX(-50%);
}

.chart-labels {
    display: flex;
    justify-content: space-around;
    padding-top: 10px;
    color: var(--muted);
    font-size: 0.76rem;
}

.request-list {
    display: grid;
    gap: 12px;
    margin-bottom: 14px;
}

.request-list div {
    position: relative;
    padding: 0 90px 0 0;
}

.request-list strong,
.request-list span,
.request-list small {
    display: block;
}

.request-list strong {
    font-size: 0.86rem;
}

.request-list span,
.muted {
    color: var(--muted);
    font-size: 0.8rem;
}

.request-list small {
    position: absolute;
    right: 0;
    top: 1px;
    padding: 3px 7px;
    border-radius: 999px;
    background: #fff7ed;
    color: var(--orange);
    font-size: 0.68rem;
    font-weight: 850;
}

.chart-combo {
    display: flex;
    align-items: center;
    gap: 28px;
}

.donut {
    flex: 0 0 auto;
    width: 128px;
    height: 128px;
    border-radius: 50%;
    background: conic-gradient(var(--purple) 0 34%, var(--green) 34% 61%, var(--cyan) 61% 82%, var(--orange) 82% 100%);
}

.donut--status {
    background: conic-gradient(var(--blue) 0 55%, var(--purple) 55% 85%, var(--green) 85% 100%);
}

.chart-combo ul {
    display: grid;
    gap: 10px;
    padding: 0;
    margin: 0;
    list-style: none;
    color: #334155;
    font-size: 0.82rem;
}

.chart-combo li {
    display: flex;
    align-items: center;
    gap: 8px;
}

.chart-combo b {
    margin-left: auto;
    color: var(--muted);
}

.dot {
    display: inline-block;
    width: 11px;
    height: 11px;
    border-radius: 4px;
    background: var(--purple);
}

.dot--blue { background: var(--blue); }
.dot--purple { background: var(--purple); }
.dot--green { background: var(--green); }

.summary-cards {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-top: 16px;
}

.summary-cards article {
    padding: 18px;
}

.summary-cards strong,
.summary-cards span {
    display: block;
}

.summary-cards strong {
    color: var(--blue);
    font-size: 1.45rem;
}

.summary-cards span {
    margin: 4px 0 8px;
    color: var(--muted);
    font-size: 0.82rem;
}

.form-card {
    display: grid;
    gap: 14px;
    padding: 28px;
}

.form-card--wide {
    max-width: 680px;
}

.form-card label {
    font-weight: 800;
}

.form-card input,
.form-card select,
.form-card textarea {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #ccd6e4;
    border-radius: 8px;
    background: #fff;
    color: var(--ink);
    resize: vertical;
}

.alert {
    padding: 14px 16px;
    border-radius: 8px;
    margin-bottom: 18px;
}

.alert.success { background: #dcfce7; color: #166534; }
.alert.error { background: #fee2e2; color: #991b1b; }
.alert.info { background: #e0f2fe; color: #0c4a6e; }

.auth-page {
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding: 32px 16px;
    background: linear-gradient(135deg, #071426, #eef2ff);
}

.auth-container {
    width: min(500px, 100%);
}

.auth-card {
    padding: 34px;
}

.auth-card h2 {
    margin-top: 0;
}

.auth-card__brand span {
    display: block;
    font-size: 1.5rem;
    font-weight: 900;
}

.auth-card__brand p,
.note {
    color: var(--muted);
}

.table-responsive {
    overflow-x: auto;
}

.data-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    font-size: 0.82rem;
}

.data-table th,
.data-table td {
    padding: 13px 14px;
    border-bottom: 1px solid var(--line);
    text-align: left;
    white-space: nowrap;
}

.data-table th {
    background: #f8fafc;
    color: #475569;
    font-size: 0.76rem;
}

.badge {
    display: inline-flex;
    align-items: center;
    min-height: 22px;
    padding: 0 8px;
    border-radius: 999px;
    font-size: 0.7rem;
    font-weight: 900;
}

.badge--warning {
    background: #fff7ed;
    color: var(--orange);
}

.badge--success {
    background: #dcfce7;
    color: #15803d;
}

.badge--info {
    background: #dbeafe;
    color: #1d4ed8;
}

.action-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--blue);
}

.message-cell {
    max-width: 260px;
    white-space: normal;
    line-height: 1.45;
}

.request-management {
    min-width: 260px;
    display: grid;
    gap: 8px;
}

.request-management + .request-management {
    margin-top: 8px;
}

.request-management--inline {
    min-width: 0;
}

.request-management select,
.request-management textarea {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ccd6e4;
    border-radius: 8px;
    background: #fff;
    color: var(--ink);
    font: inherit;
}

.request-management textarea {
    resize: vertical;
}

.data-table small {
    color: var(--muted);
}

.admin-grid--single {
    grid-template-columns: 1fr;
}

.requests-module {
    display: grid;
    gap: 18px;
}

.requests-stats {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
}

.request-stat {
    display: flex;
    align-items: center;
    gap: 16px;
    min-height: 118px;
    padding: 20px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.06);
}

.request-stat__icon {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 50%;
    color: #fff;
    background: var(--blue);
    font-weight: 950;
}

.request-stat small,
.request-stat strong,
.request-stat em {
    display: block;
}

.request-stat small {
    margin-bottom: 6px;
    color: #334155;
    font-size: 0.78rem;
    font-weight: 900;
}

.request-stat strong {
    margin-bottom: 4px;
    color: var(--ink);
    font-size: 1.85rem;
    line-height: 1;
}

.request-stat em {
    color: var(--blue);
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 800;
}

.request-stat--orange .request-stat__icon { background: #fb923c; }
.request-stat--amber .request-stat__icon { background: #f59e0b; }
.request-stat--green .request-stat__icon { background: #45a536; }
.request-stat--orange em { color: #ea580c; }
.request-stat--amber em { color: #d97706; }
.request-stat--green em { color: #15803d; }

.requests-table-card {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.06);
}

.requests-toolbar {
    display: grid;
    grid-template-columns: minmax(260px, 1.4fr) repeat(3, minmax(150px, 0.75fr)) auto;
    gap: 12px;
    padding: 18px;
    border-bottom: 1px solid var(--line);
    background: #fff;
}

.requests-search {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 42px;
    padding: 0 14px;
    border: 1px solid #d7e0ee;
    border-radius: 8px;
    background: #fff;
}

.requests-search span {
    width: 14px;
    height: 14px;
    border: 2px solid #94a3b8;
    border-radius: 50%;
    position: relative;
}

.requests-search span::after {
    content: "";
    position: absolute;
    right: -5px;
    bottom: -4px;
    width: 6px;
    height: 2px;
    border-radius: 999px;
    background: #94a3b8;
    transform: rotate(45deg);
}

.requests-search input,
.requests-toolbar select {
    width: 100%;
    border: 0;
    outline: 0;
    color: #334155;
    background: transparent;
    font-size: 0.82rem;
}

.requests-toolbar select {
    min-height: 42px;
    padding: 0 12px;
    border: 1px solid #d7e0ee;
    border-radius: 8px;
    background: #fff;
    font-weight: 800;
}

.requests-new-button {
    min-height: 42px;
    white-space: nowrap;
}

.requests-table {
    font-size: 0.78rem;
}

.requests-table th {
    height: 52px;
    color: #475569;
    background: #f8fafc;
}

.requests-table td {
    vertical-align: top;
}

.request-id {
    color: var(--blue);
}

.request-date,
.request-phone {
    display: block;
    color: #0f172a;
    text-decoration: none;
    font-weight: 850;
}

.system-pill,
.request-status {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 0 9px;
    border-radius: 6px;
    font-size: 0.72rem;
    font-weight: 900;
}

.system-pill {
    color: #1d4ed8;
    background: #dbeafe;
}

.request-status {
    width: fit-content;
    margin-bottom: 8px;
}

.request-status::before {
    content: "";
    width: 7px;
    height: 7px;
    margin-right: 6px;
    border-radius: 50%;
    background: currentColor;
}

.request-status--pending {
    color: #dc2626;
    background: #fee2e2;
}

.request-status--process {
    color: #d97706;
    background: #ffedd5;
}

.request-status--won {
    color: #15803d;
    background: #dcfce7;
}

.request-management--compact {
    min-width: 245px;
}

.request-management--compact select,
.request-management--compact textarea {
    padding: 9px 10px;
    font-size: 0.76rem;
}

.request-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

.request-actions a {
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    border: 1px solid #d7e0ee;
    border-radius: 50%;
    color: #2563eb;
    background: #fff;
    text-decoration: none;
    font-size: 0.7rem;
    font-weight: 950;
}

.request-actions a:nth-child(3) {
    color: #16a34a;
}

.requests-pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 14px 18px;
    border-top: 1px solid var(--line);
    color: var(--muted);
    font-size: 0.82rem;
}

.requests-pagination div {
    display: flex;
    gap: 6px;
}

.requests-pagination button,
.requests-pagination select {
    min-width: 34px;
    min-height: 34px;
    border: 1px solid #d7e0ee;
    border-radius: 7px;
    color: #334155;
    background: #fff;
    font-weight: 850;
}

.requests-pagination button:first-child {
    color: #fff;
    background: var(--blue);
    border-color: var(--blue);
}

.requests-pagination select {
    padding: 0 10px;
}

.requests-module--cards {
    gap: 20px;
}

.requests-page-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.requests-title {
    display: flex;
    align-items: center;
    gap: 12px;
}

.requests-title__icon {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    color: #2563eb;
    background: #dbeafe;
    font-weight: 950;
}

.requests-title h2 {
    margin: 0 0 4px;
    font-size: 1.45rem;
}

.requests-title p {
    margin: 0;
    color: var(--muted);
    font-size: 0.86rem;
}

.requests-stats--four {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.request-stat--purple .request-stat__icon {
    background: #8b5cf6;
}

.request-stat--purple em {
    color: #16a34a;
}

.requests-card-list {
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.06);
    overflow: hidden;
}

.requests-toolbar--cards {
    grid-template-columns: minmax(280px, 1.4fr) minmax(160px, 0.6fr) minmax(160px, 0.6fr) minmax(150px, 0.55fr) auto;
    background: #fff;
}

.requests-toolbar--cards .requests-search {
    flex-direction: row-reverse;
    justify-content: space-between;
}

.requests-date-button,
.requests-export-button {
    min-height: 42px;
    padding: 0 15px;
    border: 1px solid #d7e0ee;
    border-radius: 8px;
    color: #334155;
    background: #fff;
    font-weight: 850;
    cursor: pointer;
}

.requests-export-button {
    justify-self: end;
}

.lead-list {
    display: grid;
    gap: 12px;
    padding: 14px 18px 18px;
    background: #fff;
}

.lead-empty {
    padding: 26px;
    color: var(--muted);
    text-align: center;
}

.lead-card {
    display: grid;
    grid-template-columns: 95px minmax(210px, 1.1fr) minmax(110px, 0.45fr) minmax(210px, 1fr) minmax(230px, 0.95fr) minmax(150px, 0.7fr);
    gap: 18px;
    align-items: center;
    padding: 18px 18px 18px 22px;
    border: 1px solid #e2e8f0;
    border-left: 5px solid #ef4444;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}

.lead-card--process {
    border-left-color: #f59e0b;
}

.lead-card--won {
    border-left-color: #22c55e;
}

.lead-card__date strong,
.lead-card__date span,
.lead-card__person h3,
.lead-card__person p,
.lead-card__person a,
.lead-card__tracking label,
.lead-card__actions span {
    display: block;
}

.lead-card__date strong {
    margin-bottom: 12px;
    color: var(--blue);
    font-size: 1rem;
}

.lead-card__date span {
    color: #0f172a;
    font-size: 0.82rem;
    line-height: 1.45;
}

.lead-card__person {
    display: flex;
    align-items: center;
    gap: 16px;
}

.lead-avatar {
    width: 56px;
    height: 56px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 50%;
    color: #ef4444;
    background: #fee2e2;
    font-weight: 950;
}

.lead-avatar--process {
    color: #d97706;
    background: #fef3c7;
}

.lead-avatar--won {
    color: #16a34a;
    background: #dcfce7;
}

.lead-card__person h3 {
    margin: 0 0 6px;
    font-size: 1rem;
}

.lead-card__person p {
    margin: 0 0 8px;
    color: #334155;
    font-weight: 800;
}

.lead-card__person a {
    margin-top: 5px;
    color: #475569;
    text-decoration: none;
    font-size: 0.82rem;
}

.lead-card__message {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.lead-message-icon {
    width: 18px;
    height: 14px;
    margin-top: 3px;
    border: 2px solid #94a3b8;
    border-radius: 999px;
    position: relative;
    flex: 0 0 auto;
}

.lead-message-icon::after {
    content: "";
    position: absolute;
    left: 2px;
    bottom: -5px;
    width: 7px;
    height: 7px;
    border-left: 2px solid #94a3b8;
    border-bottom: 2px solid #94a3b8;
    transform: skew(-25deg);
}

.lead-card__message p {
    margin: 0;
    color: #334155;
    font-size: 0.84rem;
    line-height: 1.5;
}

.lead-card__tracking {
    display: grid;
    gap: 6px;
}

.lead-card__tracking label,
.lead-card__actions span {
    color: #334155;
    font-size: 0.78rem;
    font-weight: 900;
}

.lead-card__tracking select,
.lead-card__tracking textarea {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #d7e0ee;
    border-radius: 8px;
    color: var(--ink);
    background: #fff;
    font: inherit;
    font-size: 0.78rem;
}

.lead-card__tracking textarea {
    min-height: 56px;
    resize: vertical;
}

.lead-card__tracking .button,
.lead-card__actions .button {
    width: 100%;
    min-height: 38px;
    font-size: 0.78rem;
}

.lead-card__actions {
    display: grid;
    gap: 12px;
}

.lead-action-icons {
    display: flex;
    gap: 8px;
}

.lead-action-icons a,
.lead-action-icons button {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border: 1px solid #d7e0ee;
    border-radius: 50%;
    color: #2563eb;
    background: #fff;
    text-decoration: none;
    font-size: 0.72rem;
    font-weight: 950;
    cursor: pointer;
}

.lead-action-icons svg {
    width: 17px;
    height: 17px;
    fill: currentColor;
    display: block;
}

.lead-action-icons a:first-child {
    color: #16a34a;
    background: #dcfce7;
    border-color: #bbf7d0;
}

.lead-action-icons button {
    color: #334155;
}

.requests-table--simple th,
.requests-table--simple td {
    height: 62px;
    vertical-align: middle;
}

.request-manage-button {
    min-height: 34px;
    padding: 0 14px;
    font-size: 0.78rem;
}

.request-timeline {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 0;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.06);
}

.request-timeline__step {
    position: relative;
    display: grid;
    justify-items: center;
    gap: 8px;
    color: #475569;
    text-align: center;
    font-size: 0.78rem;
    font-weight: 900;
}

.request-timeline__step::before {
    content: "";
    position: absolute;
    top: 15px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #dbeafe;
    z-index: 0;
}

.request-timeline__step:first-child::before {
    left: 50%;
    width: 50%;
}

.request-timeline__step:last-child::before {
    width: 50%;
}

.request-timeline__step span {
    position: relative;
    z-index: 1;
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(135deg, var(--blue), var(--purple));
    box-shadow: 0 8px 18px rgba(37, 99, 235, 0.24);
}

.request-timeline__step strong {
    position: relative;
    z-index: 1;
}

.request-row-timeline {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    align-items: start;
    padding: 10px 12px 6px;
    border-radius: 8px;
    background: #f8fafc;
}

.request-row-timeline__step {
    position: relative;
    display: grid;
    justify-items: center;
    gap: 6px;
    color: #94a3b8;
    font-size: 0.68rem;
    font-weight: 850;
    text-align: center;
}

.request-row-timeline__step::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #dbe5f0;
}

.request-row-timeline__step:first-child::before {
    left: 50%;
    width: 50%;
}

.request-row-timeline__step:last-child::before {
    width: 50%;
}

.request-row-timeline__step i {
    position: relative;
    z-index: 1;
    width: 16px;
    height: 16px;
    display: block;
    border: 3px solid #dbe5f0;
    border-radius: 50%;
    background: #fff;
}

.request-row-timeline__step.is-complete,
.request-row-timeline__step.is-current {
    color: #1d4ed8;
}

.request-row-timeline__step.is-complete::before,
.request-row-timeline__step.is-current::before {
    background: linear-gradient(90deg, #22c55e, #2563eb);
}

.request-row-timeline__step.is-complete i {
    border-color: #22c55e;
    background: #22c55e;
}

.request-row-timeline__step.is-current i {
    border-color: #2563eb;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.12);
}

.request-row-timeline--modal {
    grid-column: 1 / -1;
    margin-bottom: 4px;
}

.request-detail-module {
    display: grid;
    gap: 18px;
}

.request-detail-card {
    display: grid;
    grid-template-columns: minmax(260px, 1.1fr) minmax(280px, 0.9fr) minmax(170px, 0.55fr);
    gap: 22px;
    padding: 22px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.06);
}

.request-detail-message,
.request-detail-form,
.request-detail-actions {
    display: grid;
    align-content: start;
    gap: 10px;
}

.request-detail-message h3,
.request-detail-actions h3 {
    margin: 0;
    font-size: 0.95rem;
}

.request-detail-message p {
    margin: 0;
    color: #334155;
    line-height: 1.6;
}

.request-detail-form label {
    color: #334155;
    font-size: 0.78rem;
    font-weight: 900;
}

.request-detail-form select,
.request-detail-form textarea {
    width: 100%;
    padding: 11px 12px;
    border: 1px solid #d7e0ee;
    border-radius: 8px;
    color: var(--ink);
    background: #fff;
    font: inherit;
}

.request-detail-form textarea {
    resize: vertical;
}

.request-detail-actions form {
    margin-top: 8px;
}

.request-detail-actions .button {
    width: 100%;
}

.modal-open {
    overflow: hidden;
}

.request-modal {
    position: fixed;
    inset: 0;
    z-index: 120;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.request-modal.is-open {
    display: flex;
}

.request-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.55);
    backdrop-filter: blur(6px);
}

.request-modal__dialog {
    position: relative;
    width: min(980px, 100%);
    max-height: min(760px, calc(100vh - 48px));
    overflow-y: auto;
    padding: 24px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 30px 80px rgba(15, 23, 42, 0.35);
}

.request-modal__close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 34px;
    height: 34px;
    border: 1px solid #d7e0ee;
    border-radius: 50%;
    color: #475569;
    background: #fff;
    font-weight: 900;
    cursor: pointer;
}

.request-detail-card--modal {
    margin-top: 20px;
    box-shadow: none;
}

.clients-module {
    display: grid;
    gap: 18px;
}

.clients-page-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.clients-page-head h2 {
    margin: 0 0 4px;
    font-size: 1.45rem;
}

.clients-page-head p {
    margin: 0;
    color: var(--muted);
    font-size: 0.86rem;
}

.clients-total {
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    padding: 0 14px;
    border-radius: 999px;
    color: #15803d;
    background: #dcfce7;
    font-size: 0.82rem;
    font-weight: 900;
}

.clients-toolbar {
    grid-template-columns: minmax(280px, 1fr) minmax(180px, 0.35fr) auto;
}

.clients-table td {
    vertical-align: top;
}

.clients-module--postventa {
    gap: 18px;
}

.client-subnav {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.05);
}

.client-subnav a {
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    padding: 0 13px;
    border-radius: 7px;
    color: #334155;
    background: #f8fafc;
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: 900;
}

.client-subnav a:hover {
    color: var(--blue);
    background: #eef4ff;
}

.client-subnav a.active {
    color: #fff;
    background: linear-gradient(135deg, var(--blue), var(--purple));
}

.client-dashboard-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.client-dashboard-grid article,
.client-panel-card {
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.06);
}

.client-dashboard-grid article {
    display: grid;
    gap: 7px;
    padding: 20px;
}

.client-stat-icon {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    background: #dbeafe;
}

.client-stat-icon--green { background: #dcfce7; }
.client-stat-icon--blue { background: #dbeafe; }
.client-stat-icon--orange { background: #ffedd5; }
.client-stat-icon--purple { background: #ede9fe; }

.client-dashboard-grid small {
    color: #334155;
    font-weight: 900;
}

.client-dashboard-grid strong {
    color: var(--ink);
    font-size: 1.75rem;
}

.client-dashboard-grid em {
    color: var(--muted);
    font-size: 0.78rem;
    font-style: normal;
}

.clients-section-head {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding: 18px;
    border-bottom: 1px solid var(--line);
}

.clients-section-head h3,
.client-panel-card h3 {
    margin: 0 0 6px;
    font-size: 1rem;
}

.clients-section-head p,
.client-panel-card p {
    margin: 0;
    color: var(--muted);
    line-height: 1.55;
}

.clients-status-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: flex-start;
}

.clients-status-legend span,
.client-status {
    display: inline-flex;
    min-height: 26px;
    align-items: center;
    padding: 0 9px;
    border-radius: 999px;
    font-size: 0.7rem;
    font-weight: 900;
}

.clients-status-legend span {
    color: #475569;
    background: #f1f5f9;
}

.client-status--active {
    color: #15803d;
    background: #dcfce7;
}

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

.client-panel-grid--single {
    grid-template-columns: minmax(0, 1fr);
}

.client-panel-card {
    display: grid;
    gap: 14px;
    align-content: start;
    padding: 20px;
}

.client-mini-list {
    display: grid;
    gap: 10px;
}

.client-mini-list span,
.client-state-row {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    padding: 11px 12px;
    border-radius: 8px;
    background: #f8fafc;
}

.client-mini-list b,
.client-state-row span {
    color: #334155;
    font-size: 0.82rem;
}

.client-mini-list em,
.client-state-row strong {
    color: var(--blue);
    font-size: 0.78rem;
    font-style: normal;
    font-weight: 900;
}

.client-renewal-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.client-renewal-grid span {
    min-height: 44px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    color: #334155;
    background: #eef4ff;
    font-size: 0.82rem;
    font-weight: 900;
}

.systems-module {
    display: grid;
    gap: 18px;
}

.systems-form {
    display: grid;
    gap: 16px;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.06);
}

.systems-form__rows {
    display: grid;
    gap: 12px;
}

.system-admin-row {
    display: grid;
    grid-template-columns: 70px minmax(130px, 0.7fr) minmax(180px, 1fr) minmax(180px, 1fr) minmax(125px, 0.45fr) minmax(105px, 0.35fr) auto auto;
    gap: 12px;
    align-items: center;
    padding: 14px;
    border: 1px solid #dbe5f0;
    border-radius: 8px;
    background: #f8fafc;
}

.system-admin-row__preview {
    min-height: 62px;
    display: grid;
    place-items: center;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
}

.system-admin-row input,
.system-admin-row textarea,
.system-admin-row select {
    width: 100%;
    padding: 11px 12px;
    border: 1px solid #ccd6e4;
    border-radius: 8px;
    color: var(--ink);
    background: #fff;
    font: inherit;
    font-size: 0.84rem;
}

.system-admin-row textarea {
    resize: vertical;
}

.system-plan-button {
    min-width: 112px;
    display: grid;
    gap: 2px;
    justify-items: center;
    padding: 9px 10px;
    line-height: 1.15;
}

.system-plan-button span {
    max-width: 92px;
    overflow: hidden;
    color: #64748b;
    font-size: 0.7rem;
    font-weight: 900;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.system-plan-modal {
    position: fixed;
    inset: 0;
    z-index: 120;
    display: none;
    padding: 24px;
}

.system-plan-modal.is-open {
    display: grid;
    place-items: center;
}

.system-plan-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.58);
}

.system-plan-modal__dialog {
    position: relative;
    width: min(1120px, 100%);
    max-height: min(820px, calc(100vh - 48px));
    overflow-y: auto;
    display: grid;
    gap: 18px;
    padding: 24px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 28px 80px rgba(15, 23, 42, 0.28);
}

.system-plan-modal__head {
    display: grid;
    gap: 5px;
    padding-right: 36px;
}

.system-plan-modal__head span {
    color: var(--blue);
    font-size: 0.76rem;
    font-weight: 950;
    text-transform: uppercase;
}

.system-plan-modal__head h3 {
    margin: 0;
    color: #0f172a;
    font-size: 1.25rem;
}

.system-plan-modal__head p {
    margin: 0;
    color: var(--muted);
    font-size: 0.88rem;
}

.system-plan-modal__fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.system-plan-modal__fields label {
    display: grid;
    gap: 7px;
    color: #334155;
    font-size: 0.82rem;
    font-weight: 900;
}

.system-plan-modal__fields input {
    width: 100%;
    padding: 12px 13px;
    border: 1px solid #ccd6e4;
    border-radius: 8px;
    color: var(--ink);
    background: #fff;
    font: inherit;
}

.system-plan-modal__preview {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    border: 1px solid #dbeafe;
    border-radius: 8px;
    background: #f8fbff;
}

.system-plan-modal__preview span {
    padding: 6px 9px;
    border-radius: 6px;
    color: #065f46;
    background: #d1fae5;
    font-size: 0.75rem;
    font-weight: 950;
    text-transform: uppercase;
}

.system-plan-modal__preview strong {
    color: #0f172a;
    font-size: 1.35rem;
    font-weight: 950;
}

.system-plan-modal__actions {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}

.system-plan-toolbar {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
    padding: 14px;
    border: 1px solid #dbeafe;
    border-radius: 8px;
    background: #f8fbff;
}

.system-plan-toolbar p {
    margin: 0;
    color: var(--muted);
    font-size: 0.88rem;
}

.system-plan-list {
    display: grid;
    gap: 14px;
}

.system-plan-row {
    display: grid;
    gap: 12px;
    padding: 14px;
    border: 1px solid #dbe5f0;
    border-radius: 8px;
    background: #f8fafc;
}

.system-plan-row__head {
    display: grid;
    grid-template-columns: minmax(170px, 1fr) 90px 120px auto;
    gap: 10px;
    align-items: center;
}

.system-plan-row__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.system-plan-row input,
.system-plan-row textarea,
.system-plan-row select {
    width: 100%;
    padding: 11px 12px;
    border: 1px solid #ccd6e4;
    border-radius: 8px;
    color: var(--ink);
    background: #fff;
    font: inherit;
    font-size: 0.84rem;
}

.system-plan-row textarea {
    resize: vertical;
}

.system-plan-recommended {
    display: flex;
    gap: 9px;
    align-items: center;
    width: max-content;
    color: #334155;
    font-size: 0.84rem;
    font-weight: 900;
}

.system-plan-recommended input {
    width: auto;
}

.system-plan-modal.request-modal {
    padding: 22px;
}

.system-plan-modal .request-modal__dialog {
    width: min(1480px, 100%);
    max-height: min(900px, calc(100vh - 44px));
    padding: 28px;
    border: 1px solid #dbe5f0;
    border-radius: 8px;
    background: #fbfdff;
    box-shadow: 0 28px 90px rgba(15, 23, 42, 0.22);
}

.system-plan-top {
    display: flex;
    gap: 20px;
    align-items: center;
    padding-right: 54px;
}

.system-plan-top__icon {
    width: 60px;
    height: 60px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    color: #5b3df2;
    background: #dfe7ff;
    font-size: 1.45rem;
    font-weight: 950;
}

.system-plan-top h2 {
    margin: 0 0 5px;
    color: #0f172a;
    font-size: 1.8rem;
    line-height: 1.1;
}

.system-plan-top p {
    margin: 0;
    color: #334155;
    font-size: 1rem;
}

.system-plan-top strong {
    color: #0f62fe;
}

.system-plan-top i {
    width: 10px;
    height: 10px;
    display: inline-block;
    margin: 0 7px;
    border-radius: 50%;
    background: #35b776;
}

.system-plan-intro {
    margin: 0;
    color: #405174;
    font-size: 1rem;
}

.system-plan-manager {
    display: grid;
    grid-template-columns: 470px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
}

.system-plan-side-head {
    grid-column: 1;
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
    padding: 18px;
    border: 1px solid #dbe5f0;
    border-bottom: 0;
    border-radius: 8px 8px 0 0;
    background: #fff;
}

.system-plan-side-head strong {
    color: #0f172a;
    font-size: 1rem;
}

.system-plan-list {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 470px minmax(0, 1fr);
    gap: 0 12px;
    align-items: start;
    min-height: 650px;
}

.system-plan-row {
    display: contents;
}

.system-plan-card {
    grid-column: 1;
    min-height: 105px;
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr) auto 22px;
    gap: 16px;
    align-items: center;
    margin: 0 0 12px;
    padding: 20px 16px;
    border: 1px solid #dbe5f0;
    border-radius: 8px;
    color: #0f172a;
    background: #fff;
    text-align: left;
    cursor: pointer;
}

.system-plan-row.is-selected .system-plan-card {
    border-color: #2463ff;
    box-shadow: inset 0 0 0 1px #2463ff;
}

.system-plan-card__icon {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #2563eb;
    background: #e8f0ff;
    font-size: 1.35rem;
    font-weight: 950;
}

.system-plan-card__icon.is-recommended {
    color: #f5a524;
    background: #fff3dd;
}

.system-plan-card__body {
    min-width: 0;
    display: grid;
    gap: 8px;
}

.system-plan-card__body strong,
.system-plan-card__price strong {
    color: #0f172a;
    font-size: 1rem;
    font-style: normal;
    font-weight: 950;
}

.system-plan-card__body small,
.system-plan-card__price small {
    color: #405174;
    font-size: 0.84rem;
    font-style: normal;
}

.system-plan-card__body em {
    width: max-content;
    padding: 5px 11px;
    border-radius: 8px;
    font-size: 0.78rem;
    font-style: normal;
    font-weight: 900;
}

.system-plan-card__body em.is-active {
    color: #07834f;
    background: #dff8ec;
}

.system-plan-card__body em.is-inactive {
    color: #475569;
    background: #eef2f7;
}

.system-plan-card__price {
    display: grid;
    gap: 4px;
    justify-items: end;
}

.system-plan-card > i {
    width: 22px;
    height: 22px;
    display: none;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: #2463ff;
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 950;
}

.system-plan-row.is-selected .system-plan-card > i {
    display: grid;
}

.system-plan-editor {
    grid-column: 2;
    grid-row: 1 / span 20;
    display: none;
    gap: 20px;
    padding: 22px;
    border: 1px solid #dbe5f0;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.08);
}

.system-plan-row.is-selected .system-plan-editor {
    display: grid;
}

.system-plan-editor__head {
    display: flex;
    gap: 14px;
    align-items: center;
}

.system-plan-editor__head h3 {
    margin: 0;
    color: #0f172a;
    font-size: 1.35rem;
}

.system-plan-editor__icon {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    color: #2463ff;
    background: #e8f0ff;
    font-weight: 950;
}

.system-plan-switch {
    margin-left: auto;
    display: flex;
    gap: 10px;
    align-items: center;
    color: #334155;
    font-weight: 850;
}

.system-plan-switch select {
    width: 112px;
}

.system-plan-editor__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.system-plan-editor label,
.system-plan-editor__full {
    display: grid;
    gap: 9px;
    color: #0f172a;
    font-size: 0.92rem;
    font-weight: 850;
}

.system-plan-editor label b {
    color: #ef4444;
}

.system-plan-editor input,
.system-plan-editor textarea,
.system-plan-editor select {
    width: 100%;
    padding: 13px 15px;
    border: 1px solid #d5dfec;
    border-radius: 8px;
    color: #0f172a;
    background: #fff;
    font: inherit;
    font-weight: 500;
}

.system-plan-features-head {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
}

.system-plan-features-head strong {
    color: #0f172a;
}

.system-plan-features-head button {
    border: 0;
    color: #0f62fe;
    background: transparent;
    font: inherit;
    font-weight: 950;
    cursor: pointer;
}

.system-plan-recommend-box {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
    padding: 16px;
    border: 1px solid #dbe5f0;
    border-radius: 8px;
    background: #fbfdff;
}

.system-plan-recommend-box strong {
    display: block;
    color: #0f172a;
}

.system-plan-recommend-box span {
    color: #405174;
    font-size: 0.84rem;
}

.system-plan-recommended {
    margin-left: auto;
    padding: 8px 12px;
    border: 1px solid #a7e9c4;
    border-radius: 8px;
    color: #07834f;
    background: #e8fbf1;
}

.system-plan-danger {
    justify-self: start;
    padding: 12px 16px;
    border: 1px solid #fecaca;
    border-radius: 8px;
    color: #ef1f2d;
    background: #fff;
    font: inherit;
    font-weight: 950;
    cursor: pointer;
}

.system-plan-note {
    grid-column: 1;
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 16px;
    border: 1px solid #bfdbfe;
    border-radius: 8px;
    color: #1d4ed8;
    background: #f3f8ff;
    font-size: 0.84rem;
}

.system-plan-modal__actions {
    padding-top: 10px;
}

.system-plan-modal.request-modal {
    padding: 20px;
    background: #f8fbff;
}

.system-plan-modal .request-modal__backdrop {
    background: #f8fbff;
}

.system-plan-modal .request-modal__dialog {
    width: min(1500px, calc(100vw - 40px));
    max-height: min(920px, calc(100vh - 40px));
    overflow-y: auto;
    gap: 24px;
    padding: 28px;
    border: 1px solid #d9e3f0;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
}

.system-plan-modal .request-modal__close {
    top: 22px;
    right: 22px;
    width: 44px;
    height: 44px;
    border: 1px solid #d7e0ee;
    border-radius: 8px;
    color: #0f172a;
    background: #fff;
    box-shadow: 0 4px 10px rgba(15, 23, 42, 0.1);
}

.system-plan-top {
    padding-right: 62px;
}

.system-plan-top__icon {
    border-radius: 8px;
    background: #dfe8ff;
    box-shadow: none;
}

.system-plan-top h2 {
    font-size: 1.9rem;
    letter-spacing: 0;
}

.system-plan-intro {
    max-width: 980px;
    color: #405174;
    line-height: 1.6;
}

.system-plan-stats {
    display: none;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.system-plan-stats span {
    display: grid;
    gap: 3px;
    padding: 14px 16px;
    border: 1px solid #e2eaf5;
    border-radius: 16px;
    color: #64748b;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.045);
    font-size: 0.78rem;
    font-weight: 850;
}

.system-plan-stats strong {
    color: #0f172a;
    font-size: 1.25rem;
    font-weight: 950;
}

.system-plan-manager {
    grid-template-columns: 468px minmax(0, 1fr);
    gap: 18px;
    align-items: stretch;
}

.system-plan-side-head {
    padding: 18px;
    border-radius: 8px 8px 0 0;
    background: #fff;
}

.system-plan-side-head .button {
    border-radius: 8px;
    box-shadow: none;
}

.system-plan-list {
    grid-template-columns: 468px minmax(0, 1fr);
    gap: 0 18px;
}

.system-plan-card {
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.04);
    transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.system-plan-card:hover {
    border-color: #c8d7ee;
    box-shadow: 0 6px 16px rgba(15, 23, 42, 0.06);
}

.system-plan-row.is-selected .system-plan-card {
    border-color: #2563eb;
    box-shadow: inset 0 0 0 1px #2563eb;
}

.system-plan-card__icon {
    border-radius: 50%;
    background: #e8f0ff;
}

.system-plan-card__body em.is-active {
    color: #067647;
    border: 1px solid #b8efcf;
    background: #e4faef;
}

.system-plan-card__body em.is-inactive {
    color: #475569;
    border: 1px solid #dbe5f0;
    background: #eef2f7;
}

.system-plan-editor {
    grid-template-columns: minmax(0, 1fr);
    align-items: start;
    border-radius: 8px;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06);
}

.system-plan-editor__head,
.system-plan-editor__grid,
.system-plan-editor__full,
.system-plan-features-head,
.system-plan-feature-chips,
.system-plan-recommend-box,
.system-plan-editor__actions {
    grid-column: 1;
}

.system-plan-editor__head h3 {
    font-size: 1.4rem;
}

.system-plan-editor input,
.system-plan-editor textarea,
.system-plan-editor select {
    min-height: 48px;
    border-radius: 8px;
    box-shadow: none;
}

.system-plan-editor input:focus,
.system-plan-editor select:focus {
    outline: none;
    border-color: #7aa2ff;
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.1);
}

.system-plan-switch select {
    width: 92px;
    border-radius: 999px;
    color: #fff;
    border-color: #2563eb;
    background: #2563eb;
    font-weight: 900;
}

.system-plan-features-source {
    display: none;
}

.system-plan-feature-chips {
    min-height: 164px;
    max-height: 164px;
    overflow-y: auto;
    display: grid;
    align-content: start;
    gap: 6px;
    padding: 14px 16px;
    border: 1px solid #d5dfec;
    border-radius: 8px;
    background: #fff;
}

.system-plan-feature-chip {
    display: flex;
    gap: 8px;
    align-items: center;
    max-width: 100%;
    padding: 0;
    border: 0;
    border-radius: 0;
    color: #16233d;
    background: transparent;
    font-size: 0.92rem;
    font-weight: 500;
}

.system-plan-feature-chip input {
    width: 100%;
    min-height: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    color: inherit;
    background: transparent;
    font: inherit;
}

.system-plan-feature-chip input:focus {
    box-shadow: none;
}

.system-plan-feature-chip button {
    width: 20px;
    height: 20px;
    border: 0;
    border-radius: 50%;
    color: #047857;
    background: #d1fae5;
    cursor: pointer;
    font-weight: 950;
    opacity: 0;
}

.system-plan-feature-chip:hover button,
.system-plan-feature-chip:focus-within button {
    opacity: 1;
}

.system-plan-feature-chip::before {
    content: "\2713";
    width: 20px;
    height: 20px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 50%;
    color: #047857;
    background: #d1fae5;
    font-weight: 950;
}

.system-plan-recommend-box {
    border-radius: 8px;
}

.system-plan-recommended {
    border-radius: 999px;
}

.system-plan-editor .system-plan-recommended {
    display: flex;
    gap: 8px;
    align-items: center;
    width: max-content;
    margin-left: auto;
    padding: 8px 12px;
    border: 1px solid #a7e9c4;
    border-radius: 8px;
    color: #07834f;
    background: #e8fbf1;
    font-size: 0.84rem;
    font-weight: 900;
}

.system-plan-editor .system-plan-recommended span {
    color: inherit;
    font-size: inherit;
}

.system-plan-editor .system-plan-recommended input[type="radio"] {
    appearance: none;
    width: 48px;
    height: 28px;
    min-height: 28px;
    flex: 0 0 48px;
    margin: 0;
    padding: 0;
    border: 1px solid #2563eb;
    border-radius: 999px;
    background: #2563eb;
    box-shadow: none;
    cursor: pointer;
    position: relative;
}

.system-plan-editor .system-plan-recommended input[type="radio"]::after {
    content: "";
    position: absolute;
    top: 4px;
    right: 4px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
}

.system-plan-editor .system-plan-recommended input[type="radio"]:not(:checked) {
    border-color: #cbd5e1;
    background: #e2e8f0;
}

.system-plan-editor .system-plan-recommended input[type="radio"]:not(:checked)::after {
    right: auto;
    left: 4px;
}

.system-plan-live-preview {
    display: none;
    grid-column: 2;
    grid-row: 2 / span 6;
    position: sticky;
    top: 0;
    display: none;
    gap: 14px;
    padding: 18px;
    border: 1px solid #dbeafe;
    border-radius: 16px;
    background: linear-gradient(180deg, #f8fbff, #fff);
    box-shadow: 0 18px 40px rgba(37, 99, 235, 0.1);
}

.system-plan-live-preview span {
    color: #2563eb;
    font-size: 0.76rem;
    font-weight: 950;
    text-transform: uppercase;
}

.system-plan-live-preview strong {
    color: #0f172a;
    font-size: 1.05rem;
}

.system-plan-live-preview b {
    color: #0f172a;
    font-size: 1.45rem;
}

.system-plan-live-preview small,
.system-plan-live-preview em {
    color: #64748b;
    font-style: normal;
    font-weight: 850;
}

.system-plan-live-preview ul {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.system-plan-live-preview li {
    color: #334155;
    font-size: 0.86rem;
}

.system-plan-live-preview li::before {
    content: "\2713";
    margin-right: 8px;
    color: #10b981;
    font-weight: 950;
}

.system-plan-danger {
    border-radius: 8px;
}

.system-plan-note {
    border-radius: 8px;
}

.system-plan-modal__actions {
    border-top: 1px solid #e6edf6;
    display: flex;
    gap: 14px;
    justify-content: space-between;
}

.system-plan-modal__actions .button--primary {
    margin-left: auto;
    background: #6d5dfc;
    box-shadow: none;
}

.system-plan-modal__actions .button--soft {
    border: 1px solid #d7e0ee;
    border-radius: 8px;
    color: #0f172a;
    background: #fff;
    box-shadow: 0 4px 10px rgba(15, 23, 42, 0.05);
}

.system-plan-editor__actions .button--primary {
    background: #2563eb;
    box-shadow: none;
}

.system-plan-editor__actions .button--soft {
    border: 1px solid #d7e0ee;
    color: #0f172a;
    background: #fff;
    box-shadow: none;
}

.settings-panel {
    margin-top: 16px;
}

.settings-panel__heading {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: flex-start;
    margin-bottom: 18px;
}

.settings-panel__heading h2 {
    margin-bottom: 6px;
}

.settings-panel__heading p {
    margin: 0;
    color: var(--muted);
    font-size: 0.88rem;
}

.settings-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 16px;
}

.settings-form label {
    align-self: end;
    color: #334155;
    font-size: 0.82rem;
    font-weight: 850;
}

.settings-group {
    grid-column: 1 / -1;
    padding-top: 8px;
    border-top: 1px solid var(--line);
}

.settings-group:first-of-type {
    padding-top: 0;
    border-top: 0;
}

.settings-group h3 {
    margin: 0;
    color: #0f172a;
    font-size: 1rem;
}

.settings-form input,
.settings-form select {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #ccd6e4;
    border-radius: 8px;
    color: var(--ink);
    background: #fff;
}

.settings-form .button {
    width: fit-content;
    margin-top: 8px;
}

.social-settings {
    grid-column: 1 / -1;
    display: grid;
    gap: 12px;
    margin-top: 8px;
    padding-top: 14px;
    border-top: 1px solid var(--line);
}

.social-settings__heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.social-settings__heading h3 {
    margin: 0;
    font-size: 0.98rem;
}

.social-settings__rows {
    display: grid;
    gap: 10px;
}

.social-row {
    display: grid;
    grid-template-columns: minmax(150px, 0.35fr) minmax(220px, 1fr) minmax(110px, 0.2fr) auto;
    gap: 10px;
    align-items: center;
}

.social-row__remove {
    min-height: 40px;
    padding: 0 12px;
    border: 1px solid #fecaca;
    border-radius: 8px;
    background: #fff5f5;
    color: #b91c1c;
    font-weight: 850;
    cursor: pointer;
}

.settings-submit {
    grid-column: 1 / -1;
}

@media (max-width: 1180px) {
    .clients-premium-hero__grid {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .clients-device-stage {
        min-height: 390px;
    }

    .clients-device--desktop {
        left: 0;
        right: auto;
    }

    .clients-sector-panel {
        grid-template-columns: 1fr;
    }

    .clients-sector-grid,
    .clients-testimonial-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .contact-premium {
        grid-template-columns: 1fr;
    }

    .contact-premium__info,
    .contact-premium__form-panel {
        padding: 32px;
    }

    .contact-premium__copy {
        max-width: none;
    }
}

@media (max-width: 760px) {
    .clients-premium-hero {
        min-height: auto;
    }

    .clients-premium-hero__grid {
        min-height: auto;
        padding-top: 46px;
        padding-bottom: 54px;
    }

    .clients-premium-hero h1 {
        font-size: clamp(2.3rem, 12vw, 3.5rem);
    }

    .clients-trust-metrics {
        grid-template-columns: 1fr;
        gap: 14px;
        margin-top: 28px;
    }

    .clients-device-stage {
        min-height: 270px;
    }

    .clients-device--desktop {
        width: 100%;
        height: 248px;
    }

    .clients-device--desktop::after,
    .clients-device--tablet,
    .clients-device--mobile {
        display: none;
    }

    .clients-dashboard {
        grid-template-columns: 74px 1fr;
    }

    .clients-dashboard aside {
        padding: 14px 10px;
    }

    .clients-dashboard__stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        display: grid;
    }

    .clients-sector-section {
        margin-top: 0;
        padding: 26px 0 42px;
    }

    .clients-sector-panel {
        width: min(100% - 20px, 1180px);
        padding: 20px;
        border-radius: 18px;
    }

    .clients-sector-grid,
    .clients-testimonial-grid {
        grid-template-columns: 1fr;
    }

    .clients-sector-card {
        grid-template-columns: 54px minmax(0, 1fr) 18px;
        min-height: 108px;
    }

    .clients-testimonials-section {
        padding: 48px 0 60px;
    }

    .clients-testimonial-card {
        min-height: auto;
        padding: 24px;
    }

    .contact-premium-shell {
        padding: 28px 0 46px;
    }

    .contact-premium {
        width: min(100% - 20px, 1400px);
        gap: 12px;
        padding: 10px;
        border-radius: 22px;
    }

    .contact-premium__info,
    .contact-premium__form-panel {
        padding: 24px;
        border-radius: 18px;
    }

    .contact-premium__info::after {
        display: none;
    }

    .contact-premium__intro,
    .contact-form-heading,
    .contact-promise,
    .contact-security {
        grid-template-columns: 1fr;
    }

    .contact-premium__hero-icon {
        width: 64px;
        height: 64px;
        border-radius: 18px;
    }

    .contact-premium h1 {
        font-size: clamp(2.05rem, 10vw, 3rem);
    }

    .contact-method {
        grid-template-columns: 54px minmax(0, 1fr);
        gap: 14px;
    }

    .contact-method em {
        grid-column: 2;
        justify-self: start;
    }

    .contact-method__icon {
        width: 50px;
        height: 50px;
    }

    .contact-method strong {
        overflow-wrap: anywhere;
    }

    .contact-premium-form,
    .contact-trust-strip {
        grid-template-columns: 1fr;
    }

    .contact-security,
    .contact-submit {
        grid-column: 1;
    }

    .contact-submit {
        width: 100%;
        min-width: 0;
        justify-self: stretch;
    }
}

@media (max-width: 1100px) {
    .hero__grid,
    .about-grid,
    .admin-layout,
    .admin-grid,
    .cta-band__inner {
        grid-template-columns: 1fr;
    }

    .hero__visual {
        min-height: 430px;
    }

    .system-grid,
    .module-grid,
    .product-suite-grid,
    .benefit-strip,
    .partners-row,
    .dashboard-cards,
    .requests-stats,
    .client-dashboard-grid,
    .client-panel-grid,
    .summary-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

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

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

    .system-plan-directory__item {
        grid-template-columns: 1fr;
    }

    .system-plan-directory__plans {
        justify-content: flex-start;
    }

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

    .requests-toolbar--cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .clients-toolbar {
        grid-template-columns: 1fr 1fr;
    }

    .products-cta {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .products-cta__actions {
        grid-column: 1 / -1;
    }

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

    .products-suite__head,
    .product-detail__hero {
        grid-template-columns: 1fr;
    }

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

    .product-info-panel--wide {
        grid-column: 1 / -1;
    }

    .faq-grid {
        grid-template-columns: 1fr;
    }

    .system-admin-row {
        grid-template-columns: 70px 1fr 1fr;
    }

    .requests-search {
        grid-column: 1 / -1;
    }

    .lead-card {
        grid-template-columns: 95px 1fr;
        align-items: start;
    }

    .request-detail-card {
        grid-template-columns: 1fr;
    }

    .request-timeline {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 14px 0;
    }

    .request-row-timeline {
        min-width: 760px;
    }

    .lead-card__system,
    .lead-card__message,
    .lead-card__tracking,
    .lead-card__actions {
        grid-column: 2;
    }
}

@media (max-width: 760px) {
    .site-header__inner,
    .header-topbar__inner,
    .top-contact,
    .top-social,
    .main-nav,
    .site-actions,
    .admin-topbar,
    .admin-welcome,
    .chart-combo,
    .site-footer__inner {
        align-items: stretch;
        flex-direction: column;
    }

    .site-header__inner,
    .header-topbar__inner,
    .top-contact,
    .top-social,
    .main-nav,
    .site-actions,
    .admin-topbar,
    .admin-welcome {
        display: flex;
    }

    .main-nav {
        gap: 8px;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .brand__logo {
        width: min(260px, 100%);
        max-height: 54px;
    }

    .main-nav a,
    .nav-dropdown__trigger {
        min-height: 38px;
        padding: 0 11px;
        font-size: 0.88rem;
    }

    .nav-dropdown {
        width: 100%;
    }

    .nav-dropdown__trigger {
        width: 100%;
    }

    .nav-dropdown__menu {
        position: static;
        width: 100%;
        margin-top: 6px;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
    }

    .header-topbar__inner {
        padding: 10px 0;
        gap: 10px;
    }

    .top-contact,
    .top-social {
        gap: 10px;
    }

    .top-contact a {
        width: 100%;
        white-space: normal;
        overflow-wrap: anywhere;
    }

    .top-social {
        flex-direction: row;
        justify-content: flex-start;
    }

    .hero--public {
        padding: 52px 0;
    }

    .hero__grid,
    .grid--3,
    .system-grid,
    .module-grid,
    .product-suite-grid,
    .benefit-strip,
    .partners-row,
    .testimonial-grid,
    .dashboard-cards,
    .requests-stats,
    .client-dashboard-grid,
    .client-panel-grid,
    .summary-cards {
        grid-template-columns: 1fr;
    }

    .hero__metrics {
        grid-template-columns: 1fr;
    }

    .product-card {
        min-height: auto;
    }

    .products-suite .product-suite-grid {
        grid-template-columns: 1fr;
    }

    .pricing-grid--4 {
        grid-template-columns: 1fr;
    }

    .system-pricing-group__head {
        align-items: flex-start;
        flex-direction: column;
    }

    .products-suite__head,
    .product-detail__grid,
    .product-screenshot__layout,
    .product-screenshot__stats {
        grid-template-columns: 1fr;
    }

    .product-card--premium {
        padding: 20px;
    }

    .product-card__actions,
    .product-detail__actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .product-card__actions .module-link {
        min-height: 42px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #dbeafe;
        border-radius: 8px;
        background: #eff6ff;
    }

    .product-detail {
        padding: 20px;
    }

    .product-screenshot aside {
        display: none;
    }

    .product-info-panel--wide {
        grid-column: auto;
    }

    .module-pill-grid span {
        width: 100%;
    }

    .products-cta,
    .products-cta__actions {
        grid-template-columns: 1fr;
    }

    .products-cta {
        padding: 22px;
    }

    .products-cta__actions {
        display: grid;
    }

    .products-trust {
        grid-template-columns: 1fr;
    }

    .device--desktop {
        position: relative;
        right: auto;
        top: auto;
        height: 310px;
    }

    .section {
        padding: 46px 0;
    }

    .cta-band__inner,
    .admin-content {
        padding: 24px;
    }

    .page-hero {
        padding: 50px 0;
    }

    .contact-layout {
        grid-template-columns: 1fr;
    }

    .requests-toolbar {
        grid-template-columns: 1fr;
    }

    .requests-page-head {
        align-items: stretch;
        flex-direction: column;
    }

    .clients-page-head {
        align-items: stretch;
        flex-direction: column;
    }

    .clients-section-head {
        flex-direction: column;
    }

    .requests-search {
        grid-column: auto;
    }

    .lead-card {
        grid-template-columns: 1fr;
        padding: 18px;
    }

    .request-timeline {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .request-timeline__step {
        grid-template-columns: 32px 1fr;
        justify-items: start;
        align-items: center;
        text-align: left;
    }

    .request-timeline__step::before {
        display: none;
    }

    .lead-card__system,
    .lead-card__message,
    .lead-card__tracking,
    .lead-card__actions {
        grid-column: auto;
    }

    .lead-card__person {
        align-items: flex-start;
    }

    .clients-toolbar {
        grid-template-columns: 1fr;
    }

    .system-admin-row {
        grid-template-columns: 1fr;
    }

    .system-plan-modal {
        padding: 14px;
    }

    .system-plan-modal__dialog {
        padding: 20px;
    }

    .system-plan-modal__fields {
        grid-template-columns: 1fr;
    }

    .system-plan-toolbar,
    .system-plan-row__head,
    .system-plan-row__grid {
        grid-template-columns: 1fr;
    }

    .system-plan-toolbar {
        align-items: stretch;
        flex-direction: column;
    }

    .requests-pagination {
        align-items: stretch;
        flex-direction: column;
    }

    .line-chart {
        height: 180px;
        gap: 8px;
    }

    .whatsapp {
        right: 18px;
        bottom: 18px;
        width: 56px;
        height: 56px;
        padding: 6px;
    }

    .whatsapp::before {
        display: none;
    }

    .product-whatsapp-float {
        right: 18px;
        bottom: 18px;
        width: 54px;
        height: 54px;
    }

    .settings-panel__heading,
    .settings-form {
        grid-template-columns: 1fr;
    }

    .settings-panel__heading {
        flex-direction: column;
    }

    .social-settings__heading,
    .social-row {
        grid-template-columns: 1fr;
    }

    .social-settings__heading {
        align-items: stretch;
    }
}

@media (max-width: 1180px) {
    .system-plan-manager,
    .system-plan-list {
        grid-template-columns: 1fr;
    }

    .system-plan-side-head,
    .system-plan-card,
    .system-plan-editor,
    .system-plan-note {
        grid-column: 1;
    }

    .system-plan-editor {
        grid-template-columns: 1fr;
        grid-row: auto;
    }

    .system-plan-live-preview {
        grid-column: 1;
        grid-row: auto;
        position: static;
    }
}

@media (max-width: 760px) {
    .system-plan-modal.request-modal {
        padding: 10px;
    }

    .system-plan-modal .request-modal__dialog {
        width: min(100%, calc(100vw - 20px));
        max-height: calc(100vh - 20px);
        padding: 18px;
        gap: 16px;
    }

    .system-plan-stats,
    .system-plan-editor__grid {
        grid-template-columns: 1fr;
    }

    .system-plan-top {
        align-items: flex-start;
        padding-right: 44px;
    }

    .system-plan-top__icon {
        width: 48px;
        height: 48px;
    }

    .system-plan-top h2 {
        font-size: 1.35rem;
    }

    .system-plan-side-head,
    .system-plan-editor__head,
    .system-plan-recommend-box,
    .system-plan-modal__actions {
        align-items: stretch;
        flex-direction: column;
    }

    .system-plan-card {
        grid-template-columns: 48px minmax(0, 1fr);
    }

    .system-plan-card__price,
    .system-plan-card > i {
        justify-self: start;
    }

    .system-plan-switch {
        margin-left: 0;
        justify-content: space-between;
    }

    .system-plan-editor__actions {
        grid-template-columns: 1fr;
    }

    .system-plan-editor__actions .button--soft,
    .system-plan-editor__actions .button--primary {
        grid-column: auto;
    }
}
