:root {
    --bg: #eaf5ff;
    --surface: rgba(255, 255, 255, 0.62);
    --surface-strong: rgba(243, 250, 255, 0.84);
    --border: rgba(73, 152, 219, 0.18);
    --border-strong: rgba(73, 152, 219, 0.3);
    --text: #16304d;
    --tech-line: rgba(90, 150, 220, 0.16);
    --tech-glow: rgba(86, 204, 255, 0.2);
    --muted: #547190;
    --soft: #7c97b4;
    --cyan: #55d6ff;
    --aqua: #6ef3d6;
    --blue: #4d7dff;
    --pink: #ff5bbd;
    --button-top: #42e8ff;
    --button-bottom: #376dff;
    --shadow: 0 24px 60px rgba(44, 88, 144, 0.14);
    --radius-lg: 30px;
    --radius-md: 22px;
    --radius-sm: 18px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-height: 100vh;
    font-family: "Plus Jakarta Sans", sans-serif;
    color: var(--text);
    background:
        linear-gradient(rgba(90, 150, 220, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(90, 150, 220, 0.035) 1px, transparent 1px),
        radial-gradient(circle at 15% 10%, rgba(85, 214, 255, 0.24), rgba(85, 214, 255, 0) 24%),
        radial-gradient(circle at 85% 12%, rgba(255, 91, 189, 0.12), rgba(255, 91, 189, 0) 28%),
        radial-gradient(circle at 70% 60%, rgba(110, 243, 214, 0.14), rgba(110, 243, 214, 0) 22%),
        linear-gradient(135deg, #f5fbff 0%, #e8f4ff 44%, #eef1ff 100%);
    background-size: 28px 28px, 28px 28px, auto, auto, auto, auto;
    overflow-x: hidden;
}

body::before,
body::after {
    content: "";
    position: fixed;
    inset: auto;
    width: 28rem;
    height: 28rem;
    border-radius: 999px;
    pointer-events: none;
    filter: blur(80px);
    opacity: 0.38;
    z-index: 0;
}

body::before {
    top: -8rem;
    left: -8rem;
    background: rgba(85, 214, 255, 0.2);
}

body::after {
    right: -10rem;
    bottom: 6rem;
    background: rgba(255, 91, 189, 0.14);
}

a {
    color: inherit;
    text-decoration: none;
}

.page-shell {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    padding: 14px;
}

.marketing-page {
    position: relative;
    width: min(100%, 1480px);
    padding: 18px 24px 34px;
    border: 1px solid rgba(129, 207, 255, 0.12);
    border-radius: 36px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.74), rgba(241, 249, 255, 0.7));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55), var(--shadow);
    backdrop-filter: blur(18px);
    overflow: hidden;
}

.marketing-page::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(rgba(90, 150, 220, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(90, 150, 220, 0.03) 1px, transparent 1px);
    background-size: 26px 26px;
    pointer-events: none;
    opacity: 0.55;
}

.marketing-page::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 180px;
    height: 180px;
    background: linear-gradient(135deg, rgba(86, 204, 255, 0.2), rgba(86, 204, 255, 0));
    clip-path: polygon(0 0, 100% 0, 0 100%);
    pointer-events: none;
}

.hero,
.results-section {
    display: grid;
    grid-template-columns: 1.02fr 1.18fr;
    align-items: center;
    gap: 24px;
}

.hero {
    padding: 22px 8px 12px;
}

.home-hero {
    grid-template-columns: 0.96fr 1.04fr;
    gap: 34px;
}

.hero-copy h1,
.section-block h2,
.results-copy h2,
.card-title-row h3,
.step-card h3 {
    font-family: "Outfit", sans-serif;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 16px;
    border: 1px solid var(--border);
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(238, 247, 255, 0.88));
    box-shadow: 0 12px 28px rgba(67, 121, 181, 0.12);
    font-size: 0.88rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #2f7fd8;
}

.hero-copy h1 {
    max-width: 540px;
    margin: 20px 0 16px;
    font-size: clamp(2.3rem, 4vw, 4rem);
    line-height: 1.05;
    letter-spacing: -0.03em;
    text-shadow: 0 10px 26px rgba(140, 189, 235, 0.16);
}

.hero-lead {
    max-width: 540px;
    margin: 0 0 26px;
    color: var(--muted);
    font-size: 1.04rem;
    line-height: 1.75;
}

.site-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 8px 8px 18px;
    margin-bottom: 6px;
    border-bottom: 1px solid rgba(118, 175, 233, 0.16);
}

.brand-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 60px;
    min-width: 200px;
    padding: 6px 12px;
    border: 1px solid var(--border);
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(238, 247, 255, 0.88));
    box-shadow: 0 12px 28px rgba(67, 121, 181, 0.12);
    overflow: hidden;
}

.brand-logo {
    display: block;
    width: 172px;
    height: auto;
}

.brand-logo text {
    font-family: "Outfit", sans-serif;
    font-size: 56px;
    font-weight: 800;
    letter-spacing: -0.03em;
}

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

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

.site-nav a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 18px;
    border: 1px solid var(--border);
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(240, 248, 255, 0.84));
    color: var(--text);
    font-size: 0.96rem;
    font-weight: 600;
    box-shadow: 0 10px 24px rgba(67, 121, 181, 0.08);
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.site-nav a::before {
    content: "";
    width: 6px;
    height: 6px;
    margin-right: 8px;
    border-radius: 999px;
    background: rgba(90, 150, 220, 0.32);
    box-shadow: 0 0 10px rgba(86, 204, 255, 0.26);
}

.site-nav a:hover {
    transform: translateY(-2px);
    border-color: rgba(73, 152, 219, 0.35);
    box-shadow: 0 14px 28px rgba(67, 121, 181, 0.12);
}

.site-nav a.active {
    border-color: rgba(73, 152, 219, 0.38);
    background: linear-gradient(135deg, rgba(66, 232, 255, 0.18), rgba(77, 125, 255, 0.12));
    box-shadow: 0 14px 28px rgba(67, 121, 181, 0.16);
}

.site-nav a.active::before {
    background: linear-gradient(180deg, var(--cyan), var(--blue));
}

.site-nav a.active::before {
    background: linear-gradient(180deg, var(--cyan), var(--blue));
}

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

.check-grid {
    max-width: 430px;
    margin-bottom: 28px;
}

.check-item,
.result-item {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 1.08rem;
    color: #21405f;
}

.checkmark {
    width: 18px;
    height: 18px;
    border: 1.8px solid rgba(110, 243, 214, 0.65);
    border-radius: 999px;
    position: relative;
    flex: 0 0 auto;
    background: linear-gradient(180deg, rgba(110, 243, 214, 0.2) 0%, rgba(64, 114, 255, 0.18) 100%);
    box-shadow: 0 0 20px rgba(110, 243, 214, 0.18);
}

.checkmark::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 1px;
    width: 5px;
    height: 9px;
    border-right: 2px solid var(--aqua);
    border-bottom: 2px solid var(--aqua);
    transform: rotate(40deg);
}

.primary-button,
.secondary-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-weight: 700;
    letter-spacing: -0.01em;
    color: #ffffff;
    background: linear-gradient(135deg, var(--button-top) 0%, var(--blue) 54%, var(--pink) 100%);
    box-shadow: 0 18px 36px rgba(53, 112, 255, 0.28);
    transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.primary-button {
    min-width: 224px;
    min-height: 56px;
    padding: 0 24px;
    font-size: 1.08rem;
}

.secondary-button {
    min-width: 132px;
    min-height: 42px;
    padding: 0 16px;
    font-size: 0.95rem;
}

.secondary-button::after {
    content: "›";
    margin-left: 8px;
    font-size: 1.1rem;
    line-height: 1;
}

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

.dashboard-card {
    position: relative;
    padding: 18px;
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(240, 248, 255, 0.82));
    box-shadow: var(--shadow);
}

.dashboard-card strong {
    display: block;
    margin-bottom: 6px;
    font-family: "Outfit", sans-serif;
    font-size: 1.5rem;
}

.dashboard-card span {
    color: var(--muted);
    font-size: 0.95rem;
}

.home-overview {
    margin-top: 18px;
}

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

.home-overview-card {
    min-height: 148px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.home-overview-card strong {
    font-size: 1.35rem;
}

.home-overview-card span {
    line-height: 1.6;
}

.primary-button:hover,
.secondary-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 22px 40px rgba(53, 112, 255, 0.34);
    filter: saturate(1.08);
}

.hero-metrics,
.results-banner {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.hero-metrics {
    margin-top: 18px;
}

.metric-chip,
.results-banner span,
.section-label {
    border: 1px solid var(--border);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(240, 248, 255, 0.84));
    box-shadow: 0 12px 28px rgba(67, 121, 181, 0.1);
}

.metric-chip {
    display: inline-flex;
    flex-direction: column;
    gap: 3px;
    min-width: 132px;
    padding: 12px 14px;
    border-radius: 16px;
}

.metric-chip strong {
    font-family: "Outfit", sans-serif;
    font-size: 1.05rem;
    color: var(--text);
}

.metric-chip span {
    color: var(--muted);
    font-size: 0.85rem;
}

.hero-visual,
.results-visual {
    position: relative;
}

.home-hero-visual {
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-hero-board {
    position: relative;
    width: min(100%, 620px);
    padding: 30px;
    border: 1px solid rgba(129, 207, 255, 0.18);
    border-radius: 32px;
    background:
        radial-gradient(circle at 20% 10%, rgba(85, 214, 255, 0.22), rgba(85, 214, 255, 0) 28%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(236, 246, 255, 0.92));
    box-shadow: 0 28px 48px rgba(87, 140, 201, 0.16);
}

.home-hero-board::before,
.home-hero-board::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
}

.home-hero-board::before {
    top: -18px;
    right: 26px;
    width: 112px;
    height: 112px;
    background: radial-gradient(circle, rgba(66, 232, 255, 0.28), rgba(66, 232, 255, 0));
}

.home-hero-board::after {
    left: 20px;
    bottom: -16px;
    width: 160px;
    height: 34px;
    background: rgba(125, 148, 182, 0.16);
    filter: blur(10px);
}

.home-hero-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 14px;
}

.home-hero-panel {
    position: relative;
    z-index: 1;
    padding: 20px;
    border: 1px solid rgba(156, 177, 206, 0.34);
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(243, 248, 255, 0.88));
    box-shadow: 0 16px 30px rgba(90, 119, 165, 0.1);
}

.home-hero-panel::after {
    content: "";
    position: absolute;
    inset: 10px;
    border: 1px solid rgba(127, 175, 225, 0.12);
    border-radius: 16px;
    pointer-events: none;
}

.home-hero-panel-large {
    min-height: 170px;
}

.home-hero-panel-accent {
    background: linear-gradient(135deg, rgba(66, 232, 255, 0.18), rgba(77, 125, 255, 0.1) 52%, rgba(255, 91, 189, 0.08));
}

.home-panel-label {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 10px;
    margin-bottom: 12px;
    border-radius: 999px;
    background: rgba(232, 242, 255, 0.92);
    color: #4c6f93;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.home-hero-panel strong {
    display: block;
    margin-bottom: 10px;
    font-family: "Outfit", sans-serif;
    font-size: 1.8rem;
    line-height: 1.05;
    letter-spacing: -0.03em;
}

.home-hero-panel p {
    margin: 0;
    color: var(--muted);
    line-height: 1.6;
}

.home-hero-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
}

.home-hero-tags span {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0 14px;
    border: 1px solid rgba(156, 177, 206, 0.34);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.86);
    color: #355272;
    font-size: 0.9rem;
    font-weight: 600;
}

.hero-visual::before,
.results-visual::before {
    content: "";
    position: absolute;
    inset: 4% 8%;
    background: radial-gradient(circle, rgba(85, 214, 255, 0.24), rgba(85, 214, 255, 0));
    filter: blur(18px);
}

.hero-visual svg,
.results-visual svg {
    display: block;
    width: 100%;
    height: auto;
    filter: drop-shadow(0 24px 36px rgba(87, 140, 201, 0.2));
}

.section-block {
    position: relative;
    margin-top: 28px;
    padding: 20px;
    border: 1px solid rgba(120, 196, 255, 0.12);
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(240, 248, 255, 0.76));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.section-block::before,
.contact-section::before,
.dashboard-card::before,
.annotation-card::before,
.industry-card::before,
.workflow-card::before,
.stat-card::before,
.benefit-card::before,
.analysis-process-card::before,
.case-study-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 18px;
    right: 18px;
    height: 2px;
    background: linear-gradient(90deg, rgba(66, 232, 255, 0.85), rgba(77, 125, 255, 0.46), rgba(255, 91, 189, 0));
    border-radius: 999px;
}

.section-block h2,
.results-copy h2 {
    margin: 0 0 16px;
    font-size: clamp(1.65rem, 2vw, 2.3rem);
    line-height: 1.1;
    letter-spacing: -0.02em;
}

.section-label {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 14px;
    margin-bottom: 14px;
    border-radius: 999px;
    color: var(--cyan);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.section-label,
.eyebrow,
.data-badge {
    backdrop-filter: blur(10px);
}

.services-grid,
.featured-grid,
.steps-grid {
    display: grid;
    gap: 14px;
}

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

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

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

.service-card,
.featured-card,
.step-card {
    position: relative;
    border: 1px solid var(--border);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(236, 246, 255, 0.88)),
        linear-gradient(135deg, rgba(85, 214, 255, 0.1), rgba(255, 91, 189, 0.08));
    box-shadow: var(--shadow);
    backdrop-filter: blur(10px);
}

.service-card,
.featured-card {
    padding: 16px 14px 14px;
    border-radius: var(--radius-md);
}

.card-title-row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 12px;
}

.card-title-row h3,
.step-card h3 {
    margin: 0;
    font-size: 1.08rem;
    letter-spacing: -0.02em;
    line-height: 1.05;
}

.card-title-row p,
.step-card p {
    margin: 3px 0 0;
    color: var(--muted);
}

.icon-circle,
.step-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    color: var(--text);
    background: linear-gradient(180deg, rgba(85, 214, 255, 0.28) 0%, rgba(77, 125, 255, 0.18) 100%);
    border: 1px solid var(--border-strong);
    box-shadow: inset 0 -2px 12px rgba(0, 0, 0, 0.18), 0 0 20px rgba(85, 214, 255, 0.12);
}

.icon-circle {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    font-size: 1.35rem;
}

.service-card ul,
.featured-card ul {
    display: grid;
    gap: 7px;
    margin: 0 0 14px;
    padding: 0;
    list-style: none;
    color: #21405f;
}

.service-card li,
.featured-card li {
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 1.35;
}

.service-card li::before,
.featured-card li::before {
    content: "";
    width: 11px;
    height: 11px;
    border-radius: 999px;
    border: 1.6px solid rgba(85, 214, 255, 0.68);
    background: linear-gradient(180deg, rgba(85, 214, 255, 0.4) 0%, rgba(255, 91, 189, 0.22) 100%);
    flex: 0 0 auto;
}

.featured-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.featured-card .secondary-button {
    margin-top: auto;
}

.step-card {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 86px;
    padding: 14px 16px;
    border-radius: var(--radius-sm);
}

.step-icon {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    font-size: 1rem;
}

.results-section {
    margin-top: 26px;
    padding: 24px 20px;
    border: 1px solid rgba(120, 196, 255, 0.12);
    border-radius: 28px;
    background:
    radial-gradient(circle at 100% 0%, rgba(255, 91, 189, 0.08), rgba(255, 91, 189, 0) 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(239, 247, 255, 0.8));
}

.results-copy .results-grid {
    max-width: 470px;
    margin-bottom: 30px;
}

.results-banner span {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 0 14px;
    border-radius: 999px;
    color: #21405f;
    font-size: 0.88rem;
}

.contact-section {
    position: relative;
    margin-top: 28px;
    padding: 0;
    border: 1px solid rgba(190, 206, 227, 0.55);
    border-radius: 28px;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(247, 249, 253, 0.98), rgba(237, 243, 251, 0.96));
    box-shadow: 0 22px 42px rgba(108, 130, 164, 0.12);
}

.contact-preview {
    text-align: center;
}

.contact-preview-copy {
    max-width: 760px;
    margin: 0 auto 22px;
    color: #536883;
    font-size: 1.02rem;
    line-height: 1.7;
}

.contact-header {
    padding: 30px 24px 42px;
    text-align: center;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 249, 253, 0.96));
    border-bottom: 1px solid rgba(190, 206, 227, 0.45);
}

.contact-header h2,
.contact-grid h3,
.contact-location h3 {
    font-family: "Outfit", sans-serif;
}

.contact-header h2 {
    margin: 0 0 10px;
    font-size: clamp(2rem, 3vw, 2.8rem);
    line-height: 1.1;
    letter-spacing: -0.03em;
}

.contact-header p {
    margin: 0;
    color: #536883;
    font-size: 1rem;
}

.contact-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 24px;
    padding: 32px 28px;
    background: linear-gradient(180deg, rgba(240, 245, 252, 0.96), rgba(234, 241, 250, 0.92));
}

.contact-grid h3,
.contact-location h3 {
    margin: 0 0 14px;
    font-size: 1.8rem;
    line-height: 1.1;
    letter-spacing: -0.03em;
}

.contact-form-wrap,
.contact-info-wrap {
    min-width: 0;
}

.contact-form {
    display: grid;
    gap: 12px;
    padding: 18px 16px;
    border: 1px solid rgba(189, 202, 222, 0.62);
    border-radius: 12px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(246, 250, 255, 0.9));
    box-shadow: 0 14px 28px rgba(105, 126, 157, 0.1);
}

.contact-form label {
    display: grid;
    gap: 6px;
}

.contact-form label span {
    color: #384b64;
    font-size: 0.9rem;
    font-weight: 600;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    width: 100%;
    border: 1px solid #8da0ba;
    border-radius: 6px;
    background: #ffffff;
    color: #20344f;
    font: inherit;
    padding: 10px 12px;
    outline: none;
}

.contact-form textarea {
    resize: vertical;
    min-height: 118px;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    border-color: #4d7dff;
    box-shadow: 0 0 0 3px rgba(77, 125, 255, 0.12);
}

.contact-submit {
    justify-self: start;
    min-width: 128px;
    min-height: 36px;
    padding: 0 14px;
    border: 0;
    border-radius: 8px;
    color: #ffffff;
    font: inherit;
    font-size: 0.86rem;
    font-weight: 700;
    background: linear-gradient(135deg, #5aa6ff 0%, #3d7af0 100%);
    box-shadow: 0 10px 20px rgba(67, 121, 181, 0.16);
    cursor: pointer;
}

.contact-info-wrap {
    padding-top: 2px;
}

.contact-info-block + .contact-info-block {
    margin-top: 28px;
}

.contact-info-block p,
.contact-info-list {
    color: #3e5168;
    font-size: 0.97rem;
    line-height: 1.7;
}

.contact-info-list {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.contact-info-list strong {
    color: #21344f;
}

.contact-location {
    padding: 0 28px 28px;
    text-align: center;
    background: linear-gradient(180deg, rgba(229, 238, 249, 0.96), rgba(222, 233, 247, 0.92));
}

.map-frame {
    overflow: hidden;
    border: 1px solid rgba(182, 198, 221, 0.75);
    border-radius: 10px;
    box-shadow: 0 16px 32px rgba(106, 129, 160, 0.12);
    background: #d9e6f3;
}

.map-frame iframe {
    display: block;
    width: 100%;
    height: 260px;
    border: 0;
}

.contact-location p {
    margin: 12px 0 0;
    color: #4d617d;
    font-size: 0.94rem;
}
.privacy-page-shell {
    background: linear-gradient(180deg, rgba(251, 252, 255, 0.96), rgba(236, 244, 252, 0.94));
}
.privacy-section {
    margin-top: 8px;
    padding: 0 0 18px;
}
.privacy-header {
    padding: 28px 20px 40px;
    text-align: center;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 249, 253, 0.96));
    border-bottom: 1px solid rgba(190, 206, 227, 0.45);
}
.privacy-header h1,
.privacy-card h2 {
    font-family: "Outfit", sans-serif;
}
.privacy-header h1 {
    margin: 0 0 10px;
    font-size: clamp(2.2rem, 3vw, 3rem);
    line-height: 1.1;
    letter-spacing: -0.03em;
}
.privacy-header p {
    margin: 0;
    color: #536883;
    font-size: 1rem;
}
.privacy-intro {
    max-width: 980px;
    margin: 0 auto;
    padding: 22px 24px 12px;
    color: #42556d;
    font-size: 0.98rem;
    line-height: 1.7;
}
.privacy-card-grid {
    display: grid;
    gap: 24px;
    max-width: 980px;
    margin: 0 auto;
    padding: 0 24px 16px;
}
.privacy-card {
    border: 1px solid rgba(197, 209, 227, 0.58);
    border-radius: 16px;
    padding: 20px 18px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(245, 249, 253, 0.92));
    box-shadow: 0 14px 28px rgba(111, 130, 160, 0.08);
}
.privacy-card h2 {
    margin: 0 0 12px;
    font-size: 1.9rem;
    line-height: 1.1;
    letter-spacing: -0.03em;
}
.privacy-card p,
.privacy-card ul {
    margin: 0;
    color: #3f5168;
    font-size: 0.98rem;
    line-height: 1.7;
}
.privacy-card ul {
    margin: 10px 0 14px 18px;
    padding: 0;
}
.privacy-card a {
    color: #2e73d6;
}

.delivery-page-shell {
    background:
        radial-gradient(circle at 82% 12%, rgba(201, 219, 241, 0.18), rgba(201, 219, 241, 0) 20%),
        linear-gradient(180deg, rgba(250, 252, 255, 0.96), rgba(241, 247, 253, 0.92));
}

.delivery-hero {
    display: grid;
    grid-template-columns: 0.92fr 1.08fr;
    gap: 28px;
    align-items: center;
    padding: 10px 8px 24px;
}

.delivery-copy h1,
.delivery-section h3,
.delivery-cta-block h2 {
    font-family: "Outfit", sans-serif;
}

.delivery-copy h1 {
    max-width: 620px;
    margin: 18px 0 10px;
    font-size: clamp(2.2rem, 3.8vw, 3.4rem);
    line-height: 1.08;
    letter-spacing: -0.035em;
}

.delivery-subtitle {
    max-width: 520px;
    margin: 0 0 18px;
    color: #41546c;
    font-size: clamp(1.32rem, 2vw, 2rem);
    line-height: 1.3;
    letter-spacing: -0.03em;
}

.delivery-list {
    max-width: 420px;
}

.delivery-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 10px;
}

.delivery-secondary {
    min-width: 142px;
    color: #274261;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(242, 247, 253, 0.9));
    box-shadow: 0 12px 26px rgba(109, 128, 159, 0.1);
}

.delivery-illustration {
    position: relative;
    min-height: 360px;
}

.delivery-illustration::before {
    content: "";
    position: absolute;
    inset: 7% 5% 10%;
    background: radial-gradient(circle, rgba(211, 220, 234, 0.3), rgba(211, 220, 234, 0) 62%);
    filter: blur(16px);
}

.delivery-illustration svg {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: auto;
    filter: drop-shadow(0 24px 34px rgba(126, 142, 168, 0.16));
}

.delivery-section {
    margin-top: 22px;
}

.delivery-week-grid,
.delivery-process-grid {
    display: grid;
    gap: 16px;
}

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

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

.delivery-week-card,
.delivery-process-card {
    position: relative;
    border: 1px solid rgba(167, 180, 199, 0.42);
    border-radius: 18px;
    padding: 18px 16px 16px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(245, 248, 252, 0.9));
    box-shadow: 0 16px 32px rgba(111, 130, 160, 0.08);
}

.delivery-week-card::before,
.delivery-process-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 18px;
    right: 18px;
    height: 2px;
    background: linear-gradient(90deg, rgba(66, 232, 255, 0.85), rgba(77, 125, 255, 0.46), rgba(255, 91, 189, 0));
    border-radius: 999px;
}

.delivery-week-label {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0 14px;
    margin-bottom: 12px;
    border: 1px solid rgba(160, 174, 195, 0.38);
    border-radius: 12px;
    background: linear-gradient(180deg, rgba(248, 250, 253, 0.98), rgba(233, 238, 245, 0.9));
    color: #49586e;
    font-size: 0.85rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.delivery-week-card h3,
.delivery-process-card h3 {
    margin: 0 0 10px;
    font-size: 1.55rem;
    line-height: 1.08;
    letter-spacing: -0.03em;
}

.delivery-week-card ul,
.delivery-process-card ul {
    display: grid;
    gap: 8px;
    margin: 0 0 14px;
    padding: 0;
    list-style: none;
}

.delivery-week-card li,
.delivery-process-card li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #405169;
}

.delivery-week-card li::before,
.delivery-process-card li::before {
    content: "";
    width: 11px;
    height: 11px;
    border-radius: 999px;
    border: 1.4px solid rgba(127, 137, 154, 0.7);
    background: #ffffff;
    flex: 0 0 auto;
}

.delivery-process-grid {
    position: relative;
}

.delivery-process-grid::before {
    content: "";
    position: absolute;
    left: 8%;
    right: 8%;
    top: -18px;
    border-top: 2px dashed rgba(172, 182, 196, 0.72);
}

.delivery-cta-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 30px;
    padding: 20px 16px 28px;
    text-align: center;
}

.delivery-cta-block h2 {
    margin: 0;
    font-size: clamp(2rem, 3vw, 2.8rem);
    line-height: 1.1;
    letter-spacing: -0.03em;
}

.delivery-cta-block p {
    margin: 0;
    color: #4d617d;
    font-size: 1.05rem;
}

.delivery-benefits {
    margin-top: 8px;
    text-align: left;
}

.data-page {
    background:
        radial-gradient(circle at 88% 10%, rgba(194, 207, 226, 0.18), rgba(194, 207, 226, 0) 18%),
        radial-gradient(circle at 10% 30%, rgba(214, 222, 236, 0.14), rgba(214, 222, 236, 0) 20%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(246, 249, 255, 0.84));
}

.data-hero {
    display: grid;
    grid-template-columns: 0.92fr 1.08fr;
    gap: 28px;
    align-items: center;
    padding: 10px 8px 24px;
}

.data-copy h1,
.annotation-section h2,
.annotation-card h3,
.industry-card h3,
.workflow-card h3,
.stat-card strong {
    font-family: "Outfit", sans-serif;
}

.data-badge {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 16px;
    border: 1px solid rgba(148, 160, 178, 0.26);
    border-radius: 12px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 247, 251, 0.9));
    box-shadow: 0 10px 24px rgba(102, 122, 153, 0.08);
    font-size: 0.96rem;
    font-weight: 600;
    color: #2e3848;
}

.data-copy h1 {
    max-width: 620px;
    margin: 18px 0 14px;
    font-size: clamp(2.1rem, 3.8vw, 3.55rem);
    line-height: 1.08;
    letter-spacing: -0.035em;
}

.data-copy p {
    max-width: 500px;
    margin: 0 0 18px;
    color: #45556c;
    font-size: 1.08rem;
    line-height: 1.55;
}

.annotation-list {
    display: grid;
    gap: 12px;
    margin: 0 0 22px;
    padding: 0;
    list-style: none;
}

.annotation-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #2f425d;
    font-size: 1rem;
}

.annotation-list li::before {
    content: "";
    width: 18px;
    height: 18px;
    border: 1.8px solid rgba(86, 171, 132, 0.58);
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(239, 252, 244, 0.9), rgba(229, 246, 236, 0.84));
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.6);
    flex: 0 0 auto;
    position: relative;
}

.annotation-list li {
    position: relative;
    padding-left: 0;
}

.annotation-list li::after {
    content: "";
    position: absolute;
    left: 6px;
    width: 5px;
    height: 9px;
    border-right: 2px solid #61a273;
    border-bottom: 2px solid #61a273;
    transform: rotate(40deg);
}

.data-cta {
    min-width: 176px;
    min-height: 52px;
    border-radius: 10px;
    box-shadow: 0 12px 28px rgba(72, 131, 229, 0.24);
}

.data-illustration {
    position: relative;
    min-height: 360px;
}

.data-illustration::before {
    content: "";
    position: absolute;
    inset: 7% 5% 10%;
    background: radial-gradient(circle, rgba(211, 220, 234, 0.3), rgba(211, 220, 234, 0) 62%);
    filter: blur(16px);
}

.data-illustration svg {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: auto;
    filter: drop-shadow(0 24px 34px rgba(126, 142, 168, 0.16));
}

.annotation-section {
    margin-top: 18px;
}

.annotation-section h2 {
    margin: 0 0 16px;
    font-size: clamp(1.5rem, 2.3vw, 2.05rem);
    letter-spacing: -0.03em;
}

.annotation-services-grid,
.industry-grid,
.workflow-grid,
.stats-grid,
.benefit-grid {
    display: grid;
    gap: 12px;
}

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

.industry-grid,
.workflow-grid,
.stats-grid,
.benefit-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.annotation-card,
.industry-card,
.workflow-card,
.stat-card,
.benefit-card {
    position: relative;
    border: 1px solid rgba(160, 174, 195, 0.34);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(245, 248, 252, 0.9));
    box-shadow: 0 16px 32px rgba(111, 130, 160, 0.08);
}

.analysis-page {
    background:
        radial-gradient(circle at 78% 12%, rgba(188, 213, 240, 0.18), rgba(188, 213, 240, 0) 20%),
        radial-gradient(circle at 12% 42%, rgba(220, 228, 240, 0.12), rgba(220, 228, 240, 0) 22%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(247, 249, 255, 0.84));
}

.analysis-hero {
    display: grid;
    grid-template-columns: 0.92fr 1.08fr;
    gap: 28px;
    align-items: center;
    padding: 10px 8px 24px;
}

.analysis-copy h1,
.analysis-cta-block h2,
.analysis-process-card h3,
.case-study-card strong {
    font-family: "Outfit", sans-serif;
}

.analysis-copy h1 {
    max-width: 620px;
    margin: 18px 0 14px;

    .privacy-intro,
    .privacy-card-grid {
        padding-left: 16px;
        padding-right: 16px;
    }

    .privacy-card h2 {
        font-size: 1.6rem;
    }
    font-size: clamp(2.1rem, 3.8vw, 3.45rem);
    line-height: 1.08;
    letter-spacing: -0.035em;
}

.analysis-copy p {
    max-width: 500px;
    margin: 0 0 18px;
    color: #45556c;
    font-size: 1.08rem;
    line-height: 1.55;
}

.analysis-list {
    max-width: 440px;
}

.analysis-illustration {
    position: relative;
    min-height: 360px;
}

.analysis-illustration::before {
    content: "";
    position: absolute;
    inset: 6% 4% 12%;
    background: radial-gradient(circle, rgba(191, 216, 246, 0.32), rgba(191, 216, 246, 0) 62%);
    filter: blur(18px);
}

.analysis-illustration svg {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: auto;
    filter: drop-shadow(0 24px 34px rgba(126, 142, 168, 0.16));
}

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

.analysis-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.analysis-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 118px;
    min-height: 34px;
    padding: 0 14px;
    margin-top: auto;
    border-radius: 8px;
    color: #ffffff;
    font-size: 0.86rem;
    font-weight: 700;
    background: linear-gradient(135deg, #5aa6ff 0%, #3d7af0 100%);
    box-shadow: 0 10px 20px rgba(67, 121, 181, 0.14);
}

.analysis-link::after {
    content: "›";
    margin-left: 8px;
    line-height: 1;
}

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

.analysis-process-card {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 92px;
    padding: 14px 16px;
    border: 1px solid rgba(160, 174, 195, 0.34);
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(245, 248, 252, 0.9));
    box-shadow: 0 16px 32px rgba(111, 130, 160, 0.08);
}

.analysis-process-card h3 {
    margin: 0 0 4px;
    font-size: 1.15rem;
    line-height: 1.05;
}

.analysis-process-card p {
    margin: 0;
    color: #475870;
    font-size: 0.94rem;
}

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

.case-study-card {
    position: relative;
    min-height: 182px;
    padding: 18px;
    border: 1px solid rgba(160, 174, 195, 0.34);
    border-radius: 18px;
    background:
        radial-gradient(circle at 88% 22%, rgba(202, 217, 238, 0.22), rgba(202, 217, 238, 0) 24%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(245, 248, 252, 0.9));
    box-shadow: 0 16px 32px rgba(111, 130, 160, 0.08);
}

.case-study-metric {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.case-study-metric strong {
    display: block;
    font-size: 2.2rem;
    line-height: 1;
    letter-spacing: -0.04em;
    color: #244e82;
}

.case-study-metric span:last-child {
    color: #42546c;
    font-size: 0.98rem;
}

.case-study-card p {
    margin: 0 0 16px;
    color: #41526a;
    line-height: 1.55;
}

.case-link {
    min-width: 140px;
}

.analysis-cta-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 24px;
    padding: 24px 18px 10px;
    text-align: center;
}

.analysis-cta-block h2 {
    margin: 0;
    font-size: clamp(2rem, 3vw, 2.6rem);
    line-height: 1.1;
    letter-spacing: -0.03em;
}

.analysis-cta-block p {
    margin: 0 0 4px;
    color: #4d617d;
    font-size: 1.06rem;
}

.annotation-card {
    padding: 14px 14px 12px;
}

.annotation-card-head {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid rgba(171, 182, 198, 0.3);
}

.annotation-card-head h3 {
    margin: 0;
    font-size: 1.1rem;
    line-height: 1.05;
}

.annotation-icon,
.industry-icon,
.workflow-icon,
.stat-icon,
.benefit-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #5c6778;
    background: linear-gradient(180deg, rgba(249, 250, 252, 0.98), rgba(235, 240, 246, 0.9));
    border: 1px solid rgba(151, 163, 180, 0.4);
    box-shadow: inset 0 -2px 8px rgba(167, 177, 191, 0.18);
}

.annotation-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    font-size: 1.25rem;
    font-weight: 700;
}

.annotation-card ul {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.annotation-card li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #3b4a5f;
}

.annotation-card li::before,
.industry-card p::before,
.workflow-card p::before {
    content: "";
    width: 11px;
    height: 11px;
    border-radius: 999px;
    border: 1.4px solid rgba(127, 137, 154, 0.7);
    background: #ffffff;
    flex: 0 0 auto;
}

.industry-card {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 96px;
    padding: 14px;
}

.industry-icon,
.workflow-icon,
.benefit-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    font-size: 1.1rem;
}

.industry-card h3,
.workflow-card h3 {
    margin: 0 0 6px;
    font-size: 1rem;
    line-height: 1.05;
}

.industry-card p,
.workflow-card p {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    color: #3e4f65;
    font-size: 0.92rem;
}

.workflow-grid {
    position: relative;
}

.workflow-grid::before {
    content: "";
    position: absolute;
    left: 7%;
    right: 7%;
    bottom: 14px;
    border-bottom: 2px dashed rgba(172, 182, 196, 0.78);
}

.workflow-card {
    position: relative;
    min-height: 154px;
    padding: 14px 14px 24px;
}

.workflow-card::after {
    content: "";
    position: absolute;
    bottom: 8px;
    left: 50%;
    width: 9px;
    height: 9px;
    margin-left: -4.5px;
    border-radius: 999px;
    background: #a7b1c0;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.9);
}

.workflow-card h3 {
    margin: 12px 0 8px;
}

.workflow-card p {
    max-width: 160px;
}

.stat-card {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 92px;
    padding: 12px 14px;
}

.stat-icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    font-size: 1.15rem;
}

.stat-card strong {
    display: block;
    font-size: 1.95rem;
    line-height: 1;
    letter-spacing: -0.04em;
}

.stat-card span:last-child {
    display: block;
    color: #37495f;
    font-size: 0.96rem;
    line-height: 1.1;
}

.annotation-cta-row {
    display: flex;
    justify-content: center;
    margin-top: 12px;
}

.data-cta-wide {
    min-width: 340px;
    min-height: 52px;
}

.benefit-card {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 74px;
    padding: 12px 14px;
    font-weight: 600;
    color: #26384e;
}

@media (max-width: 980px) {
    .hero,
    .results-section,
    .services-grid,
    .featured-grid,
    .steps-grid {
        grid-template-columns: 1fr;
    }

    .marketing-page {
        padding-inline: 6px;
        border-radius: 28px;
    }

    .hero-copy h1 {
        max-width: none;
    }

    .hero-visual,
    .results-visual {
        max-width: 720px;
        margin: 0 auto;
    }

    .home-hero-row {
        grid-template-columns: 1fr;
    }

    .site-header {
        padding-inline: 4px;
    }

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

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

    .data-hero,
    .analysis-hero,
    .delivery-hero,
    .contact-grid,
    .annotation-services-grid,
    .analysis-solutions-grid,
    .delivery-week-grid,
    .delivery-process-grid,
    .industry-grid,
    .workflow-grid,
    .analysis-process-grid,
    .case-study-grid,
    .stats-grid,
    .benefit-grid {
        grid-template-columns: 1fr;
    }

    .workflow-grid::before {
        display: none;
    }
}

@media (max-width: 720px) {
    .page-shell {
        padding: 10px;
    }

    .marketing-page {
        padding: 2px 4px 22px;
    }

    .site-header {
        flex-direction: column;
        align-items: stretch;
        padding: 8px 4px 14px;
    }

    .brand-mark {
        justify-content: center;
        min-width: 0;
    }

    .site-nav {
        justify-content: center;
    }

    .site-nav a {
        flex: 1 1 140px;
    }

    .hero {
        gap: 18px;
        padding-inline: 4px;
    }

    .hero-copy h1 {
        font-size: 2.35rem;
    }

    .hero-lead {
        font-size: 0.98rem;
        line-height: 1.65;
    }

    .check-grid,
    .results-grid {
        grid-template-columns: 1fr;
    }

    .section-block,
    .results-section {
        padding: 16px;
    }

    .service-card,
    .featured-card,
    .step-card {
        border-radius: 16px;
    }

    .primary-button {
        width: 100%;
    }

    .metric-chip,
    .results-banner span {
        width: 100%;
    }

    .data-copy h1 {
        font-size: 2.4rem;
    }

    .analysis-copy h1 {
        font-size: 2.4rem;
    }

    .delivery-copy h1 {
        font-size: 2.4rem;
    }

    .delivery-subtitle {
        font-size: 1.15rem;
    }

    .contact-grid,
    .contact-location {
        padding-inline: 16px;
    }

    .contact-header {
        padding: 24px 16px 30px;
    }

    .contact-grid h3,
    .contact-location h3 {
        font-size: 1.5rem;
    }

    .contact-submit {
        width: 100%;
        justify-self: stretch;
    }

    .delivery-hero-actions {
        flex-direction: column;
    }

    .delivery-process-grid::before {
        display: none;
    }

    .data-copy p {
        font-size: 1rem;
    }

    .analysis-copy p {
        font-size: 1rem;
    }

    .data-cta,
    .data-cta-wide {
        width: 100%;
        min-width: 0;
    }

    .workflow-card,
    .stat-card,
    .benefit-card,
    .industry-card {
        min-height: auto;
    }
}