:root {
--ink: #0b1930;
--ink-soft: #5d6f8e;
--blue: #1f5cff;
--blue-dark: #1648d8;
--blue-soft: #eaf1ff;
--green: #0e9f6e;
--line: #dce4ef;
--surface: #ffffff;
--background: #f5f7f4;
--navy: #07152e;
--navy-light: #0e244b;
}
* {
box-sizing: border-box;
}
body {
margin: 0;
background: var(--background);
color: var(--ink);
font-family: Arial, Helvetica, sans-serif;
}
[hidden] {
display: none !important;
}
.admin-bar .topbar {
top: 32px;
}
button,
input {
font: inherit;
}
button,
a {
-webkit-tap-highlight-color: transparent;
}
button {
border: 0;
}
a {
color: inherit;
text-decoration: none;
}
.site-shell {
min-height: 100vh;
overflow: hidden;
background: var(--background);
}
.container {
width: min(100% - 64px, 1440px);
margin-inline: auto;
}
.topbar {
position: fixed;
z-index: 40;
top: 0;
right: 0;
left: 0;
border-bottom: 1px solid rgba(220, 228, 239, 0.76);
background: #f8faf8;
}
.nav-inner {
display: grid;
grid-template-columns: 1fr auto 1fr;
align-items: center;
height: 88px;
}
.brand {
display: inline-flex;
align-items: center;
justify-self: start;
gap: 12px;
width: max-content;
}
.custom-logo-link {
display: inline-flex;
align-items: center;
}
.custom-logo-link img {
width: auto;
max-width: 180px;
height: 48px;
object-fit: contain;
}
.brand-mark {
display: grid;
width: 38px;
height: 38px;
place-items: center;
border-radius: 11px 11px 18px 11px;
background: linear-gradient(135deg, #1746d3, #2f73ff);
box-shadow: 0 8px 18px rgba(31, 92, 255, 0.22);
color: white;
font-size: 18px;
font-weight: 800;
letter-spacing: -0.06em;
transform: rotate(-4deg);
}
.brand-copy {
display: flex;
flex-direction: column;
line-height: 1;
}
.brand-copy strong {
font-size: 20px;
font-weight: 760;
letter-spacing: -0.04em;
}
.brand-copy small {
margin-top: 5px;
color: var(--ink-soft);
font-size: 10px;
font-weight: 700;
letter-spacing: 0.12em;
text-transform: uppercase;
}
.desktop-nav {
display: flex;
align-items: center;
justify-content: center;
gap: 44px;
}
.desktop-nav ul {
display: flex;
align-items: center;
gap: 44px;
margin: 0;
padding: 0;
list-style: none;
}
.desktop-nav a {
position: relative;
color: #31415d;
font-size: 14px;
font-weight: 700;
}
.nav-toggle {
display: none;
width: 42px;
height: 42px;
place-items: center;
border: 1px solid #cbd5e4;
border-radius: 12px;
background: white;
color: var(--ink);
cursor: pointer;
}
.nav-toggle span,
.nav-toggle::before,
.nav-toggle::after {
display: block;
width: 18px;
height: 2px;
border-radius: 999px;
background: currentColor;
content: "";
transition: transform 180ms ease, opacity 180ms ease;
}
.nav-toggle::before {
transform: translateY(-5px);
}
.nav-toggle::after {
transform: translateY(5px);
}
.nav-toggle[aria-expanded="true"] span {
opacity: 0;
}
.nav-toggle[aria-expanded="true"]::before {
transform: translateY(2px) rotate(45deg);
}
.nav-toggle[aria-expanded="true"]::after {
transform: rotate(-45deg);
}
.desktop-nav a::after {
position: absolute;
right: 0;
bottom: -8px;
left: 0;
height: 2px;
border-radius: 999px;
background: var(--blue);
content: "";
transform: scaleX(0);
transform-origin: right;
transition: transform 180ms ease;
}
.desktop-nav a:hover::after,
.desktop-nav a:focus-visible::after {
transform: scaleX(1);
transform-origin: left;
}
.button {
display: inline-flex;
min-height: 48px;
align-items: center;
justify-content: center;
gap: 12px;
border-radius: 14px;
cursor: pointer;
font-size: 14px;
font-weight: 760;
transition:
transform 180ms ease,
box-shadow 180ms ease,
background 180ms ease,
border-color 180ms ease;
}
.button svg {
width: 18px;
transition: transform 180ms ease;
}
.button:hover {
transform: translateY(-2px);
}
.button:hover svg {
transform: translateX(4px);
}
.button:focus-visible,
.desktop-nav a:focus-visible,
.text-link:focus-visible,
.dashboard-tabs button:focus-visible,
.modal-close:focus-visible {
outline: 3px solid rgba(31, 92, 255, 0.25);
outline-offset: 3px;
}
.button-primary {
padding: 0 24px;
background: linear-gradient(135deg, var(--blue), #126ff5);
box-shadow: 0 14px 28px rgba(31, 92, 255, 0.23);
color: white;
}
.button-primary:hover {
box-shadow: 0 18px 34px rgba(31, 92, 255, 0.31);
}
.button-outline {
justify-self: end;
min-height: 42px;
padding: 0 18px;
border: 1px solid #bfcbe0;
background: rgba(255, 255, 255, 0.58);
color: var(--ink);
}
.button-outline:hover {
border-color: var(--blue);
color: var(--blue);
}
.hero {
position: relative;
min-height: 880px;
padding: 168px 0 108px;
background:
radial-gradient(circle at 48% 42%, rgba(103, 164, 255, 0.15), transparent 34%),
linear-gradient(180deg, #f9fbf8 0%, var(--background) 100%);
}
.hero-grid-pattern {
position: absolute;
top: 88px;
right: -30px;
width: 390px;
height: 390px;
background-image:
linear-gradient(rgba(31, 92, 255, 0.08) 1px, transparent 1px),
linear-gradient(90deg, rgba(31, 92, 255, 0.08) 1px, transparent 1px);
background-size: 32px 32px;
mask-image: linear-gradient(135deg, transparent 12%, black 64%, transparent 96%);
}
.hero-ambient {
position: absolute;
bottom: 100px;
left: -160px;
width: 420px;
height: 420px;
border: 1px solid rgba(31, 92, 255, 0.16);
border-radius: 50%;
}
.hero-ambient::after {
position: absolute;
inset: 46px;
border: 1px solid rgba(31, 92, 255, 0.12);
border-radius: inherit;
content: "";
}
.hero-layout {
position: relative;
z-index: 2;
display: grid;
grid-template-columns: minmax(420px, 0.82fr) minmax(680px, 1.18fr);
align-items: center;
gap: 76px;
}
.hero-copy {
animation: fade-up 600ms both;
}
.eyebrow {
display: flex;
align-items: center;
gap: 10px;
margin: 0 0 24px;
color: #36537f;
font-size: 12px;
font-weight: 800;
letter-spacing: 0.13em;
text-transform: uppercase;
}
.eyebrow > span {
width: 26px;
height: 2px;
border-radius: 999px;
background: var(--blue);
}
.hero h1 {
max-width: 640px;
margin: 0;
font-size: clamp(3.8rem, 5.2vw, 5.75rem);
font-weight: 780;
letter-spacing: -0.062em;
line-height: 0.98;
}
.hero h1 span {
background: linear-gradient(110deg, #1d55ef, #1683ef);
background-clip: text;
color: transparent;
}
.hero-description {
max-width: 610px;
margin: 30px 0 0;
color: var(--ink-soft);
font-size: 18px;
line-height: 1.65;
}
.hero-actions {
display: flex;
align-items: center;
gap: 28px;
margin-top: 36px;
}
.hero-actions .button {
min-height: 58px;
padding-inline: 28px;
border-radius: 15px;
font-size: 16px;
}
.text-link {
display: inline-flex;
align-items: center;
gap: 9px;
color: var(--ink);
font-size: 14px;
font-weight: 760;
}
.text-link span {
display: grid;
width: 28px;
height: 28px;
place-items: center;
border: 1px solid var(--line);
border-radius: 50%;
color: var(--blue);
}
.proof-list {
display: flex;
flex-wrap: wrap;
gap: 18px;
margin: 34px 0 0;
padding: 0;
color: #5a6d8a;
font-size: 12px;
font-weight: 700;
list-style: none;
}
.proof-list li {
display: flex;
align-items: center;
gap: 6px;
}
.proof-list .icon {
width: 16px;
height: 16px;
color: var(--green);
stroke-width: 2.4;
}
.dashboard-stage {
position: relative;
scroll-margin-top: 116px;
animation: dashboard-enter 700ms 120ms both;
}
.dashboard-glow {
position: absolute;
inset: 8% 3% -5% 8%;
border-radius: 50%;
background: rgba(31, 92, 255, 0.2);
filter: blur(68px);
}
.dashboard-window {
position: relative;
display: grid;
grid-template-columns: 78px 1fr;
min-width: 690px;
overflow: hidden;
border: 1px solid rgba(177, 193, 218, 0.84);
border-radius: 26px;
background: rgba(255, 255, 255, 0.92);
box-shadow:
0 32px 80px rgba(34, 64, 115, 0.16),
0 4px 18px rgba(34, 64, 115, 0.07);
backdrop-filter: blur(14px);
}
.dashboard-image-frame {
display: block;
min-width: 690px;
margin: 0;
aspect-ratio: 1694 / 929;
background: #fff;
}
.dashboard-image {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
.dashboard-sidebar {
display: flex;
align-items: center;
flex-direction: column;
gap: 12px;
padding: 20px 12px;
border-right: 1px solid #e4eaf3;
background: linear-gradient(180deg, #fbfdff, #f1f5fb);
}
.mini-brand {
display: grid;
width: 42px;
height: 42px;
margin-bottom: 14px;
place-items: center;
border-radius: 12px 12px 18px 12px;
background: var(--blue);
color: white;
font-size: 17px;
font-weight: 850;
}
.side-icon {
display: grid;
width: 42px;
height: 42px;
place-items: center;
border-radius: 11px;
color: #8190a8;
}
.side-icon.active {
background: var(--blue-soft);
color: var(--blue);
}
.side-icon .icon {
width: 19px;
height: 19px;
}
.dashboard-content {
min-width: 0;
padding: 20px;
}
.dashboard-topline {
display: flex;
align-items: center;
justify-content: space-between;
gap: 20px;
}
.dashboard-topline p,
.chart-heading p {
margin: 0;
color: #75849c;
font-size: 10px;
font-weight: 760;
letter-spacing: 0.06em;
text-transform: uppercase;
}
.dashboard-topline strong {
display: block;
margin-top: 3px;
font-size: 16px;
}
.live-indicator {
display: inline-flex;
align-items: center;
gap: 7px;
padding: 7px 10px;
border: 1px solid #dfe7f2;
border-radius: 999px;
color: #61718a;
font-size: 9px;
font-weight: 700;
}
.live-indicator i {
width: 7px;
height: 7px;
border-radius: 50%;
background: var(--green);
box-shadow: 0 0 0 5px rgba(14, 159, 110, 0.1);
animation: live-pulse 2.4s infinite;
}
.dashboard-tabs {
display: flex;
gap: 6px;
margin-top: 16px;
padding: 4px;
border-radius: 11px;
background: #f1f4f8;
}
.dashboard-tabs button {
flex: 1;
padding: 8px 12px;
border-radius: 8px;
background: transparent;
color: #6e7e96;
cursor: pointer;
font-size: 10px;
font-weight: 760;
transition:
background 160ms ease,
color 160ms ease,
box-shadow 160ms ease;
}
.dashboard-tabs button.active {
background: white;
box-shadow: 0 3px 10px rgba(56, 76, 108, 0.09);
color: var(--blue);
}
.kpi-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 10px;
margin-top: 12px;
}
.kpi-card {
position: relative;
min-width: 0;
padding: 13px;
border: 1px solid #e0e6ef;
border-radius: 13px;
background: #fff;
transition:
border-color 160ms ease,
transform 160ms ease,
box-shadow 160ms ease;
animation: kpi-enter 420ms both;
}
.kpi-card:nth-child(2) {
animation-delay: 70ms;
}
.kpi-card:nth-child(3) {
animation-delay: 140ms;
}
.kpi-card:hover {
border-color: #b8ccff;
box-shadow: 0 9px 20px rgba(31, 92, 255, 0.08);
transform: translateY(-2px);
}
.kpi-card p {
margin: 0;
overflow: hidden;
color: #6c7b93;
font-size: 9px;
font-weight: 680;
text-overflow: ellipsis;
white-space: nowrap;
}
.kpi-card strong {
display: block;
margin-top: 10px;
overflow: hidden;
font-size: clamp(15px, 1.25vw, 21px);
letter-spacing: -0.045em;
text-overflow: ellipsis;
white-space: nowrap;
}
.kpi-card > span {
display: block;
margin-top: 7px;
color: var(--green);
font-size: 8px;
font-weight: 760;
}
.kpi-icon {
position: absolute;
top: 10px;
right: 10px;
display: grid;
width: 28px;
height: 28px;
place-items: center;
border-radius: 9px;
background: var(--blue-soft);
color: var(--blue);
}
.kpi-icon .icon {
width: 14px;
}
.kpi-icon.tone-2 {
background: #e9f8f3;
color: var(--green);
}
.kpi-icon.tone-3 {
background: #fff4e6;
color: #e07819;
}
.chart-card {
margin-top: 10px;
padding: 14px 14px 9px;
border: 1px solid #e0e6ef;
border-radius: 14px;
background: linear-gradient(180deg, #fff, #fbfdff);
}
.chart-heading {
display: flex;
align-items: center;
justify-content: space-between;
gap: 16px;
}
.chart-heading p {
color: var(--ink);
font-size: 10px;
letter-spacing: 0;
text-transform: none;
}
.chart-heading span {
color: #7c8ba2;
font-size: 8px;
}
.chart-chip {
padding: 5px 7px;
border-radius: 999px;
background: #eaf8f2;
color: var(--green) !important;
font-weight: 740;
}
.chart-wrap {
position: relative;
margin-top: 7px;
padding-left: 28px;
}
.chart-axis {
position: absolute;
top: 11px;
bottom: 18px;
left: 0;
display: flex;
justify-content: space-between;
flex-direction: column;
color: #8a98ad;
font-size: 7px;
}
.chart {
display: block;
width: 100%;
height: 170px;
overflow: visible;
}
.chart-gridline {
stroke: #e6ebf2;
stroke-dasharray: 4 5;
stroke-width: 1;
}
.chart-line {
fill: none;
stroke: var(--blue);
stroke-dasharray: 1;
stroke-dashoffset: 1;
stroke-linecap: round;
stroke-linejoin: round;
stroke-width: 3.2;
animation: draw-chart 900ms 220ms forwards ease-out;
}
.chart-point {
fill: white;
stroke: var(--blue);
stroke-width: 2.4;
}
.chart-point-halo {
fill: none;
stroke: rgba(31, 92, 255, 0.2);
stroke-width: 6;
}
.chart-months {
display: flex;
justify-content: space-between;
padding: 0 6px 0 7px;
color: #7f8da3;
font-size: 7px;
}
.demo-note {
margin: 8px 0 0;
color: #97a3b5;
font-size: 7px;
text-align: right;
}
.resources-section {
padding: 124px 0 132px;
scroll-margin-top: 70px;
background: white;
}
.section-intro {
display: grid;
grid-template-columns: 1.1fr 0.75fr;
align-items: end;
gap: 120px;
margin-bottom: 58px;
}
.section-intro h2,
.difference-copy h2 {
max-width: 740px;
margin: 0;
font-size: clamp(2.8rem, 4.5vw, 4.7rem);
font-weight: 760;
letter-spacing: -0.055em;
line-height: 1.03;
}
.section-intro > p {
max-width: 500px;
margin: 0 0 8px;
color: var(--ink-soft);
font-size: 17px;
line-height: 1.72;
}
.resource-grid {
display: grid;
grid-template-columns: repeat(12, 1fr);
gap: 16px;
}
.resource-card {
position: relative;
grid-column: span 3;
min-height: 270px;
overflow: hidden;
padding: 26px;
border: 1px solid var(--line);
border-radius: 22px;
background: #fbfcfe;
transition:
transform 200ms ease,
box-shadow 200ms ease,
border-color 200ms ease;
}
.resource-card:hover {
border-color: #c5d5f3;
box-shadow: 0 20px 45px rgba(44, 70, 111, 0.09);
transform: translateY(-5px);
}
.resource-card.showcase {
display: grid;
grid-template-columns: 0.86fr 1.14fr;
grid-column: span 6;
grid-template-rows: auto auto 1fr;
min-height: 330px;
column-gap: 24px;
background:
radial-gradient(circle at 94% 8%, rgba(31, 92, 255, 0.12), transparent 34%),
#f8faff;
}
.resource-card.showcase .resource-topline,
.resource-card.showcase h3,
.resource-card.showcase > p {
grid-column: 1;
}
.resource-card.showcase h3 {
align-self: end;
}
.resource-topline {
display: flex;
align-items: center;
justify-content: space-between;
gap: 14px;
}
.resource-icon {
display: grid;
width: 46px;
height: 46px;
place-items: center;
border-radius: 14px;
background: var(--blue-soft);
color: var(--blue);
}
.resource-icon .icon {
width: 22px;
}
.resource-label {
padding: 6px 9px;
border: 1px solid #d8e2f2;
border-radius: 999px;
color: #637493;
font-size: 9px;
font-weight: 780;
letter-spacing: 0.08em;
text-transform: uppercase;
}
.resource-card h3 {
margin: 30px 0 12px;
font-size: 22px;
letter-spacing: -0.035em;
}
.resource-card > p {
margin: 0;
color: #657691;
font-size: 14px;
line-height: 1.65;
}
.mini-visual {
position: relative;
display: flex;
grid-column: 2;
grid-row: 1 / -1;
min-height: 260px;
align-items: end;
align-self: stretch;
padding: 50px 18px 20px;
overflow: hidden;
border: 1px solid #d7e0ee;
border-radius: 18px;
background: white;
box-shadow: 0 20px 45px rgba(43, 69, 112, 0.09);
}
.mini-visual-header {
position: absolute;
top: 15px;
right: 16px;
left: 16px;
display: flex;
gap: 5px;
}
.mini-visual-header span {
width: 6px;
height: 6px;
border-radius: 50%;
background: #d7e0ed;
}
.mini-visual-header span:first-child {
background: var(--blue);
}
.mini-bars {
display: flex;
width: 100%;
height: 145px;
align-items: end;
justify-content: space-between;
gap: 7px;
padding-top: 18px;
border-bottom: 1px solid #dfe6ef;
background-image: linear-gradient(#edf1f6 1px, transparent 1px);
background-size: 100% 36px;
}
.mini-bars i {
flex: 1;
border-radius: 6px 6px 1px 1px;
background: linear-gradient(180deg, #76a6ff, var(--blue));
animation: bars-grow 650ms both ease-out;
transform-origin: bottom;
}
.mini-flow {
display: grid;
width: 100%;
gap: 10px;
}
.mini-flow > span {
display: flex;
align-items: center;
justify-content: space-between;
padding: 16px;
border: 1px solid #e1e7ef;
border-radius: 12px;
}
.mini-flow small {
display: block;
color: #8490a2;
font-size: 9px;
}
.mini-flow strong {
font-size: 13px;
}
.mini-flow > span:first-child strong {
color: var(--green);
}
.support-section {
position: relative;
padding: 128px 0;
overflow: hidden;
background:
radial-gradient(circle at 78% 38%, rgba(76, 143, 255, 0.1), transparent 34%),
#f8fafc;
}
.support-layout {
display: grid;
align-items: center;
grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
gap: clamp(70px, 8vw, 130px);
}
.support-media {
position: relative;
min-height: 650px;
}
.support-image {
display: block;
width: 100%;
height: 650px;
border-radius: 28px;
box-shadow: 0 28px 70px rgba(28, 54, 96, 0.16);
object-fit: cover;
object-position: center 34%;
}
.support-float-card {
position: absolute;
right: -28px;
bottom: 72px;
display: grid;
align-items: center;
grid-template-columns: 48px minmax(0, 1fr) 10px;
gap: 14px;
width: min(360px, 78%);
padding: 18px 20px;
border: 1px solid rgba(215, 225, 238, 0.86);
border-radius: 18px;
background: rgba(255, 255, 255, 0.96);
box-shadow: 0 20px 48px rgba(24, 54, 104, 0.18);
}
.support-float-card > span {
display: grid;
width: 48px;
height: 48px;
place-items: center;
border-radius: 14px;
background: #e7f7ef;
color: var(--green);
font-size: 21px;
}
.support-float-card strong,
.support-float-card small {
display: block;
}
.support-float-card strong {
font-size: 14px;
}
.support-float-card small {
margin-top: 5px;
color: #65758d;
font-size: 11px;
line-height: 1.4;
}
.support-status {
width: 10px;
height: 10px;
border-radius: 50%;
background: #16b86c;
}
.support-copy h2 {
max-width: 700px;
margin: 0;
color: var(--navy);
font-size: clamp(3rem, 4.7vw, 5.35rem);
letter-spacing: -0.055em;
line-height: 1.02;
}
.support-copy h2 span {
display: block;
color: var(--blue);
}
.support-description {
max-width: 690px;
margin: 30px 0 0;
color: #536681;
font-size: 16px;
line-height: 1.75;
}
.support-benefits {
display: grid;
gap: 0;
margin: 32px 0 0;
padding: 0;
list-style: none;
}
.support-benefits li {
display: grid;
align-items: center;
grid-template-columns: 56px 1fr;
gap: 18px;
padding: 17px 0;
border-bottom: 1px solid #dce4ef;
}
.support-benefits li:last-child {
border-bottom: 0;
}
.support-benefits li > span {
display: grid;
width: 52px;
height: 52px;
place-items: center;
border: 1px solid #d8e3f2;
border-radius: 14px;
background: white;
color: var(--blue);
font-size: 21px;
box-shadow: 0 8px 20px rgba(37, 78, 145, 0.06);
}
.support-benefits strong {
color: #172641;
font-size: 15px;
line-height: 1.4;
}
.difference-section {
position: relative;
padding: 126px 0 34px;
scroll-margin-top: 72px;
overflow: hidden;
background:
linear-gradient(145deg, rgba(25, 79, 179, 0.26), transparent 35%),
var(--navy);
color: white;
}
.difference-section::before {
position: absolute;
inset: 0;
background-image:
linear-gradient(rgba(94, 142, 224, 0.06) 1px, transparent 1px),
linear-gradient(90deg, rgba(94, 142, 224, 0.06) 1px, transparent 1px);
background-size: 48px 48px;
mask-image: linear-gradient(90deg, transparent, black 55%, transparent);
content: "";
}
.difference-orb {
position: absolute;
top: -280px;
right: -200px;
width: 680px;
height: 680px;
border: 1px solid rgba(99, 156, 255, 0.18);
border-radius: 50%;
box-shadow:
0 0 0 80px rgba(31, 92, 255, 0.035),
0 0 0 160px rgba(31, 92, 255, 0.025);
}
.difference-section .container {
position: relative;
z-index: 1;
}
.difference-grid {
display: grid;
grid-template-columns: 0.92fr 1.08fr;
gap: 120px;
}
.eyebrow.light {
color: #aebfda;
}
.difference-copy > p:not(.eyebrow) {
max-width: 590px;
margin: 30px 0 0;
color: #9fb1ce;
font-size: 16px;
line-height: 1.75;
}
.trust-pill {
display: inline-flex;
align-items: center;
gap: 14px;
margin-top: 40px;
padding: 11px 17px 11px 11px;
border: 1px solid rgba(153, 180, 223, 0.19);
border-radius: 16px;
background: rgba(255, 255, 255, 0.045);
}
.trust-pill > span {
display: grid;
width: 42px;
height: 42px;
place-items: center;
border-radius: 11px;
background: rgba(57, 117, 255, 0.18);
color: #70a1ff;
}
.trust-pill .icon {
width: 21px;
}
.trust-pill strong,
.trust-pill small {
display: block;
}
.trust-pill strong {
font-size: 13px;
}
.trust-pill small {
margin-top: 4px;
color: #8fa3c4;
font-size: 10px;
}
.benefit-list {
border-top: 1px solid rgba(161, 187, 230, 0.17);
}
.benefit-row {
display: grid;
grid-template-columns: 56px 1fr;
gap: 28px;
padding: 30px 0;
border-bottom: 1px solid rgba(161, 187, 230, 0.17);
}
.benefit-row > span {
color: #5b8ff2;
font-size: 11px;
font-weight: 800;
letter-spacing: 0.13em;
}
.benefit-row h3 {
margin: 0;
font-size: 21px;
letter-spacing: -0.025em;
}
.benefit-row p {
max-width: 660px;
margin: 10px 0 0;
color: #95a8c7;
font-size: 14px;
line-height: 1.65;
}
.final-cta {
display: flex;
align-items: center;
justify-content: space-between;
gap: 40px;
margin-top: 100px;
padding: 46px 52px;
overflow: hidden;
border: 1px solid rgba(132, 170, 236, 0.26);
border-radius: 26px;
background:
radial-gradient(circle at 78% 0%, rgba(76, 143, 255, 0.46), transparent 30%),
linear-gradient(135deg, #153b83, #0b2858);
}
.final-cta p {
margin: 0 0 10px;
color: #9fb8e5;
font-size: 12px;
font-weight: 760;
letter-spacing: 0.08em;
text-transform: uppercase;
}
.final-cta h2 {
margin: 0;
font-size: clamp(2.25rem, 4vw, 4rem);
letter-spacing: -0.05em;
}
.button-light {
min-width: 238px;
min-height: 58px;
padding: 0 24px;
background: white;
box-shadow: 0 16px 32px rgba(0, 0, 0, 0.16);
color: #103576;
}
.site-footer {
padding: 76px 0 26px;
border-top: 1px solid #dfe6ef;
background: #f7f9fc;
color: var(--navy);
}
.footer-grid {
display: grid;
grid-template-columns: minmax(250px, 1.45fr) repeat(4, minmax(135px, 1fr));
gap: clamp(34px, 4vw, 72px);
}
.footer-brand-column {
max-width: 330px;
}
.footer-brand .custom-logo-link,
.footer-brand > .brand {
display: inline-flex;
margin-bottom: 24px;
}
.footer-brand .custom-logo {
display: block;
width: auto;
max-width: 260px;
height: 64px;
object-fit: contain;
object-position: left center;
}
.footer-brand-column > p {
margin: 0 0 14px;
color: #42536d;
font-size: 14px;
line-height: 1.65;
}
.footer-highlight {
display: flex;
align-items: center;
gap: 13px;
margin-top: 22px;
padding: 15px;
border-radius: 14px;
background: #eaf2ff;
color: #12356f;
font-size: 12px;
line-height: 1.45;
}
.footer-highlight > span {
display: grid;
flex: 0 0 38px;
width: 38px;
height: 38px;
place-items: center;
border-radius: 10px;
background: white;
color: var(--blue);
}
.footer-highlight .icon {
width: 20px;
}
.footer-column h2 {
position: relative;
margin: 7px 0 28px;
padding-bottom: 11px;
font-size: 16px;
letter-spacing: -0.02em;
}
.footer-column h2::after {
position: absolute;
bottom: 0;
left: 0;
width: 28px;
height: 3px;
border-radius: 999px;
background: var(--blue);
content: "";
}
.footer-links {
display: grid;
gap: 16px;
margin: 0;
padding: 0;
list-style: none;
}
.footer-links li {
margin: 0;
}
.footer-links a {
position: relative;
display: flex;
align-items: center;
gap: 10px;
color: #34445e;
font-size: 14px;
line-height: 1.35;
text-decoration: none;
transition: color 160ms ease, transform 160ms ease;
}
.footer-links:not(.footer-solution-links) a {
padding-left: 13px;
}
.footer-links:not(.footer-solution-links) a::before {
position: absolute;
left: 0;
color: var(--blue);
content: "›";
font-size: 20px;
font-weight: 800;
line-height: 1;
}
.footer-links a:hover,
.footer-links a:focus-visible {
color: var(--blue);
transform: translateX(2px);
}
.footer-solution-icon {
display: grid;
flex: 0 0 24px;
width: 24px;
height: 24px;
place-items: center;
color: var(--blue);
}
.footer-menu-icon {
display: grid;
flex: 0 0 24px;
width: 24px;
height: 24px;
place-items: center;
color: var(--blue);
font-size: 17px;
}
.footer-links a:has(.footer-menu-icon) {
padding-left: 0;
}
.footer-links a:has(.footer-menu-icon)::before {
content: none;
}
.footer-solution-icon .icon {
width: 20px;
}
.footer-solution-icon img {
width: 24px;
height: 24px;
border-radius: 5px;
object-fit: contain;
}
.footer-legal {
display: flex;
align-items: center;
justify-content: space-between;
gap: 24px;
margin-top: 58px;
padding-top: 24px;
border-top: 1px solid #dfe5ee;
color: #718099;
font-size: 12px;
}
.footer-legal p {
margin: 0;
}
.footer-company-details {
display: grid;
gap: 5px;
}
.footer-company-details strong {
color: var(--navy);
font-weight: 700;
}
.footer-company-details address {
color: #5f6f87;
font-style: normal;
line-height: 1.5;
}
.footer-legal a {
color: var(--blue);
text-decoration: none;
}
.footer-legal-links {
display: flex;
align-items: center;
justify-content: flex-end;
gap: 18px;
flex-wrap: wrap;
}
.cookie-preferences-link {
padding: 0;
border: 0;
background: transparent;
color: var(--blue);
cursor: pointer;
font: inherit;
}
.cookie-consent {
position: fixed;
z-index: 90;
right: 20px;
bottom: 20px;
left: 20px;
width: min(calc(100% - 40px), 1180px);
margin-inline: auto;
border: 1px solid #d4dfed;
border-radius: 22px;
background: #fff;
box-shadow: 0 26px 80px rgba(8, 28, 65, 0.24);
}
.cookie-consent [hidden] {
display: none !important;
}
.cookie-consent-inner {
display: grid;
grid-template-columns: minmax(0, 1fr) auto;
gap: 22px 36px;
padding: 24px;
}
.cookie-consent-copy {
display: flex;
align-items: flex-start;
gap: 16px;
}
.cookie-consent-icon {
display: grid;
flex: 0 0 44px;
width: 44px;
height: 44px;
place-items: center;
border-radius: 13px;
background: var(--blue-soft);
color: var(--blue);
font-size: 20px;
}
.cookie-consent h2 {
margin: 1px 0 7px;
color: var(--navy);
font-size: 18px;
letter-spacing: -0.025em;
}
.cookie-consent-copy p {
max-width: 720px;
margin: 0;
color: #5c6d86;
font-size: 13px;
line-height: 1.55;
}
.cookie-consent-copy a {
color: var(--blue);
}
.cookie-consent-actions {
display: flex;
align-items: center;
justify-content: flex-end;
gap: 9px;
flex-wrap: wrap;
}
.cookie-button {
min-height: 43px;
padding: 0 16px;
border: 1px solid #cad6e7;
border-radius: 10px;
cursor: pointer;
font-size: 12px;
font-weight: 760;
}
.cookie-button-primary {
border-color: var(--blue);
background: var(--blue);
color: #fff;
}
.cookie-button-secondary {
background: #fff;
color: #263954;
}
.cookie-button:hover,
.cookie-button:focus-visible {
border-color: var(--blue);
outline: none;
}
.cookie-button-secondary:hover,
.cookie-button-secondary:focus-visible {
color: var(--blue);
}
.cookie-consent-details {
display: grid;
grid-column: 1 / -1;
gap: 10px;
padding-top: 18px;
border-top: 1px solid #e2e8f1;
}
.cookie-category {
display: flex;
min-height: 58px;
align-items: center;
justify-content: space-between;
gap: 22px;
padding: 12px 14px;
border-radius: 12px;
background: #f6f8fb;
}
.cookie-category strong,
.cookie-category small {
display: block;
}
.cookie-category strong {
color: #263954;
font-size: 13px;
}
.cookie-category small {
margin-top: 4px;
color: #74839a;
font-size: 11px;
line-height: 1.4;
}
.cookie-category > span {
color: var(--green);
font-size: 10px;
font-weight: 800;
text-transform: uppercase;
}
.cookie-category input {
width: 20px;
height: 20px;
accent-color: var(--blue);
}
.content-page {
min-height: 70vh;
padding: 160px 0 96px;
background: white;
}
.content-page article {
width: min(100% - 40px, 860px);
margin-inline: auto;
}
.content-page h1 {
margin: 0 0 32px;
font-size: clamp(2.8rem, 6vw, 5rem);
letter-spacing: -0.055em;
line-height: 1.02;
}
.entry-content {
color: #42536d;
font-size: 17px;
line-height: 1.8;
}
.entry-content a {
color: var(--blue);
text-decoration: underline;
}
.entry-content img {
max-width: 100%;
height: auto;
border-radius: 18px;
}
.posts-list {
display: grid;
gap: 20px;
}
.post-card {
padding: 28px;
border: 1px solid var(--line);
border-radius: 20px;
background: #fbfcfe;
}
.post-card h2 {
margin: 0 0 12px;
}
.pagination {
margin-top: 36px;
}
.blog-page,
.single-post-page {
min-height: 70vh;
background: #fff;
}
.blog-hero {
padding: 164px 0 86px;
border-bottom: 1px solid #e2e8f1;
background:
radial-gradient(circle at 78% 20%, rgba(31, 92, 255, 0.13), transparent 32%),
#f7f9fc;
}
.blog-hero-compact {
padding-bottom: 62px;
}
.blog-hero-inner {
display: grid;
align-items: end;
grid-template-columns: minmax(0, 1fr) minmax(280px, 390px);
gap: 70px;
}
.blog-hero h1 {
max-width: 900px;
margin: 0;
font-size: clamp(3.2rem, 6vw, 6rem);
letter-spacing: -0.06em;
line-height: 0.98;
}
.blog-hero-compact h1 {
font-size: clamp(2.8rem, 5vw, 4.6rem);
}
.blog-hero-inner > div > p:last-child {
max-width: 720px;
margin: 26px 0 0;
color: #586b87;
font-size: 17px;
line-height: 1.7;
}
.search-form {
display: flex;
padding: 7px;
border: 1px solid #d5deeb;
border-radius: 15px;
background: #fff;
box-shadow: 0 14px 34px rgba(35, 68, 118, 0.08);
}
.search-form label {
flex: 1;
}
.search-field {
width: 100%;
height: 46px;
padding: 0 13px;
border: 0;
outline: 0;
background: transparent;
color: var(--navy);
font-size: 14px;
}
.search-submit {
min-width: 96px;
border: 0;
border-radius: 10px;
background: var(--blue);
color: #fff;
cursor: pointer;
font-weight: 750;
}
.blog-content {
padding: 90px 0 112px;
}
.blog-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 24px;
}
.blog-card {
display: flex;
min-width: 0;
overflow: hidden;
border: 1px solid #dfe6f0;
border-radius: 22px;
background: #fff;
box-shadow: 0 14px 36px rgba(34, 63, 106, 0.06);
flex-direction: column;
transition: transform 180ms ease, box-shadow 180ms ease;
}
.blog-card:hover {
box-shadow: 0 22px 48px rgba(34, 63, 106, 0.12);
transform: translateY(-4px);
}
.blog-card-media {
display: block;
height: 220px;
overflow: hidden;
background: #edf3fc;
}
.blog-card-media img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 280ms ease;
}
.blog-card:hover .blog-card-media img {
transform: scale(1.025);
}
.blog-card-placeholder {
display: grid;
width: 100%;
height: 100%;
place-items: center;
background:
radial-gradient(circle at 70% 22%, rgba(31, 92, 255, 0.2), transparent 32%),
#edf3fc;
color: var(--blue);
}
.blog-card-placeholder .icon {
width: 48px;
}
.blog-card-body {
display: flex;
flex: 1;
padding: 26px;
flex-direction: column;
}
.blog-card-meta,
.single-post-meta {
display: flex;
align-items: center;
gap: 10px;
color: #77869c;
font-size: 10px;
font-weight: 760;
letter-spacing: 0.07em;
text-transform: uppercase;
}
.blog-card-meta span + span::before,
.single-post-meta span::before {
margin-right: 10px;
color: var(--blue);
content: "•";
}
.blog-card h2 {
margin: 16px 0 12px;
font-size: 22px;
letter-spacing: -0.035em;
line-height: 1.2;
}
.blog-card h2 a,
.blog-read-more {
color: var(--navy);
text-decoration: none;
}
.blog-card-excerpt {
color: #65758d;
font-size: 14px;
line-height: 1.65;
}
.blog-card-excerpt p {
margin: 0;
}
.blog-read-more {
display: inline-flex;
align-items: center;
gap: 8px;
margin-top: auto;
padding-top: 22px;
color: var(--blue);
font-size: 13px;
font-weight: 780;
}
.pagination .nav-links,
.pagination {
display: flex;
justify-content: center;
gap: 8px;
}
.pagination .page-numbers {
display: grid;
min-width: 42px;
height: 42px;
padding: 0 12px;
place-items: center;
border: 1px solid #dce4ef;
border-radius: 10px;
color: #52647e;
text-decoration: none;
}
.pagination .page-numbers.current,
.pagination a.page-numbers:hover {
border-color: var(--blue);
background: var(--blue);
color: #fff;
}
.blog-empty {
padding: 70px 30px;
border: 1px dashed #ccd8e8;
border-radius: 22px;
background: #f8fafc;
text-align: center;
}
.blog-empty h2 {
margin: 0;
font-size: 30px;
}
.blog-empty p {
margin: 14px 0 0;
color: #667790;
}
.single-post-header {
padding: 164px 0 80px;
background: #f7f9fc;
}
.single-post-header-inner {
max-width: 980px;
}
.single-post-meta a {
color: var(--blue);
text-decoration: none;
}
.single-post-header h1 {
margin: 22px 0 0;
font-size: clamp(3.1rem, 6vw, 6.1rem);
letter-spacing: -0.06em;
line-height: 1;
}
.single-post-header p {
max-width: 820px;
margin: 26px 0 0;
color: #5c6f8a;
font-size: 18px;
line-height: 1.7;
}
.single-post-featured {
max-width: 1120px;
margin-top: 64px;
}
.single-post-featured img {
display: block;
width: 100%;
height: auto;
max-height: 640px;
border-radius: 26px;
object-fit: cover;
}
.single-post-content {
width: min(100% - 40px, 820px);
margin: 72px auto 90px;
}
.single-post-content h2,
.single-post-content h3 {
margin-top: 2em;
color: var(--navy);
letter-spacing: -0.035em;
line-height: 1.2;
}
.single-post-content h2 {
font-size: 34px;
}
.single-post-content blockquote {
margin: 34px 0;
padding: 6px 0 6px 24px;
border-left: 4px solid var(--blue);
color: #31445f;
font-size: 20px;
}
.post-navigation {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 20px;
padding-bottom: 100px;
}
.post-navigation > div {
padding: 24px;
border: 1px solid #dfe6f0;
border-radius: 18px;
}
.post-navigation > div:last-child {
text-align: right;
}
.post-navigation small {
display: block;
margin-bottom: 8px;
color: #7a899e;
font-size: 10px;
letter-spacing: 0.08em;
text-transform: uppercase;
}
.post-navigation a {
color: var(--navy);
font-weight: 760;
text-decoration: none;
}
.modal-backdrop {
position: fixed;
z-index: 100;
inset: 0;
display: grid;
overflow-y: auto;
place-items: center;
padding: 24px;
background: rgba(4, 14, 34, 0.68);
backdrop-filter: blur(10px);
animation: modal-fade 180ms both;
}
.modal {
position: relative;
width: min(100%, 520px);
padding: 42px;
border: 1px solid rgba(255, 255, 255, 0.68);
border-radius: 26px;
background: white;
box-shadow: 0 34px 90px rgba(4, 16, 41, 0.28);
animation: modal-enter 240ms both;
}
.modal-close {
position: absolute;
top: 17px;
right: 18px;
display: grid;
width: 34px;
height: 34px;
place-items: center;
border-radius: 50%;
background: #f1f4f8;
color: #66758c;
cursor: pointer;
font-size: 22px;
line-height: 1;
}
.modal .eyebrow {
margin-bottom: 18px;
font-size: 10px;
}
.modal h2 {
max-width: 420px;
margin: 0;
font-size: 36px;
letter-spacing: -0.045em;
line-height: 1.06;
}
.modal-description {
margin: 16px 0 24px;
color: var(--ink-soft);
font-size: 14px;
line-height: 1.6;
}
.modal form {
display: grid;
gap: 15px;
}
.modal label {
display: grid;
gap: 7px;
color: #37465f;
font-size: 11px;
font-weight: 760;
}
.modal input {
width: 100%;
height: 48px;
padding: 0 14px;
border: 1px solid #d8e0ec;
border-radius: 11px;
outline: none;
color: var(--ink);
font-size: 14px;
transition:
border-color 160ms ease,
box-shadow 160ms ease;
}
.modal input:focus {
border-color: var(--blue);
box-shadow: 0 0 0 4px rgba(31, 92, 255, 0.1);
}
.modal input::placeholder {
color: #9aa7b9;
}
.modal form .button {
width: 100%;
min-height: 52px;
margin-top: 4px;
}
.form-note {
color: #8a97aa;
font-size: 10px;
text-align: center;
}
.modal-success {
padding: 12px 0 2px;
text-align: center;
}
.modal-success > span {
display: grid;
width: 58px;
height: 58px;
margin: 0 auto 22px;
place-items: center;
border-radius: 18px;
background: #e8f8f2;
color: var(--green);
}
.modal-success .icon {
width: 28px;
stroke-width: 2.5;
}
.modal-success > p:first-of-type {
margin: 0 0 12px;
color: var(--green);
font-size: 11px;
font-weight: 800;
letter-spacing: 0.1em;
text-transform: uppercase;
}
.modal-success > p:last-of-type {
margin: 18px 0 26px;
color: var(--ink-soft);
font-size: 14px;
line-height: 1.65;
}
.modal-success .button {
width: 100%;
}
@keyframes fade-up {
from {
opacity: 0;
transform: translateY(18px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
@keyframes dashboard-enter {
from {
opacity: 0;
transform: translateY(24px) scale(0.985);
}
to {
opacity: 1;
transform: translateY(0) scale(1);
}
}
@keyframes kpi-enter {
from {
opacity: 0;
transform: translateY(7px);
}
}
@keyframes draw-chart {
to {
stroke-dashoffset: 0;
}
}
@keyframes live-pulse {
50% {
box-shadow: 0 0 0 8px rgba(14, 159, 110, 0);
}
}
@keyframes bars-grow {
from {
transform: scaleY(0);
}
}
@keyframes modal-fade {
from {
opacity: 0;
}
}
@keyframes modal-enter {
from {
opacity: 0;
transform: translateY(12px) scale(0.98);
}
}
@media (max-width: 1240px) {
.hero {
padding-top: 150px;
}
.hero-layout {
grid-template-columns: minmax(360px, 0.76fr) minmax(620px, 1.24fr);
gap: 40px;
}
.hero h1 {
font-size: clamp(3.4rem, 5vw, 4.65rem);
}
.difference-grid {
gap: 70px;
}
}
@media (max-width: 1040px) {
.container {
width: min(100% - 44px, 900px);
}
.nav-inner {
position: relative;
grid-template-columns: 1fr auto auto;
gap: 10px;
}
.nav-toggle {
display: grid;
}
.desktop-nav {
position: absolute;
top: calc(100% + 10px);
right: 0;
left: 0;
display: block;
padding: 12px;
border: 1px solid var(--line);
border-radius: 16px;
background: rgba(255, 255, 255, 0.98);
box-shadow: 0 20px 44px rgba(32, 53, 89, 0.16);
opacity: 0;
pointer-events: none;
transform: translateY(-8px);
transition: opacity 180ms ease, transform 180ms ease;
}
.desktop-nav.is-open {
opacity: 1;
pointer-events: auto;
transform: translateY(0);
}
.desktop-nav ul {
align-items: stretch;
flex-direction: column;
gap: 2px;
}
.desktop-nav a {
display: block;
padding: 12px 14px;
border-radius: 10px;
}
.desktop-nav a:hover {
background: var(--blue-soft);
color: var(--blue);
}
.hero {
min-height: auto;
padding: 154px 0 96px;
}
.hero-layout {
grid-template-columns: 1fr;
gap: 70px;
}
.hero-copy {
max-width: 720px;
}
.hero h1 {
max-width: 760px;
font-size: clamp(3.8rem, 8vw, 5.6rem);
}
.dashboard-stage {
width: 100%;
}
.dashboard-window {
min-width: 0;
}
.dashboard-image-frame {
min-width: 0;
}
.section-intro {
grid-template-columns: 1fr;
gap: 24px;
}
.resource-card,
.resource-card.showcase {
grid-column: span 6;
}
.resource-card.showcase {
grid-template-columns: 1fr;
}
.mini-visual {
display: none;
}
.resource-card.showcase .resource-topline,
.resource-card.showcase h3,
.resource-card.showcase > p {
grid-column: auto;
}
.support-layout {
grid-template-columns: 1fr;
gap: 72px;
}
.support-media {
width: min(100%, 720px);
min-height: 620px;
}
.support-image {
height: 620px;
}
.support-copy {
max-width: 760px;
}
.difference-grid {
grid-template-columns: 1fr;
}
.difference-copy {
max-width: 740px;
}
.footer-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
row-gap: 48px;
}
.footer-brand-column {
max-width: none;
grid-column: 1 / -1;
}
.blog-hero-inner {
align-items: start;
grid-template-columns: 1fr;
gap: 38px;
}
.blog-hero .search-form {
max-width: 520px;
}
.blog-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 680px) {
.container {
width: min(100% - 32px, 620px);
}
.topbar {
background: rgba(248, 250, 248, 0.92);
}
.nav-inner {
height: 76px;
}
.brand {
gap: 9px;
}
.brand-mark {
width: 34px;
height: 34px;
}
.brand-copy strong {
font-size: 17px;
}
.brand-copy small {
display: none;
}
.nav-cta {
display: none;
}
.hero {
padding: 128px 0 74px;
}
.hero-grid-pattern {
opacity: 0.7;
}
.eyebrow {
margin-bottom: 18px;
font-size: 10px;
}
.hero h1 {
font-size: clamp(3rem, 15vw, 4.2rem);
}
.hero-description {
margin-top: 24px;
font-size: 16px;
}
.hero-actions {
align-items: stretch;
flex-direction: column;
gap: 18px;
}
.hero-actions .button {
width: 100%;
}
.text-link {
justify-content: center;
}
.proof-list {
display: grid;
gap: 10px;
}
.dashboard-window {
grid-template-columns: 1fr;
border-radius: 19px;
}
.dashboard-sidebar {
display: none;
}
.dashboard-content {
padding: 14px;
}
.live-indicator {
padding: 6px 8px;
font-size: 8px;
}
.dashboard-tabs {
overflow-x: auto;
}
.dashboard-tabs button {
min-width: 94px;
}
.kpi-grid {
grid-template-columns: 1fr;
}
.kpi-card {
min-height: 92px;
}
.kpi-card strong {
font-size: 20px;
}
.chart {
height: 136px;
}
.resources-section,
.support-section,
.difference-section {
padding-top: 86px;
}
.resources-section {
padding-bottom: 90px;
}
.section-intro h2,
.difference-copy h2 {
font-size: clamp(2.55rem, 12vw, 3.7rem);
}
.section-intro > p {
font-size: 15px;
}
.resource-grid {
grid-template-columns: 1fr;
}
.resource-card,
.resource-card.showcase {
grid-column: auto;
min-height: 238px;
}
.support-section {
padding-bottom: 86px;
}
.support-layout {
gap: 58px;
}
.support-media {
width: 100%;
min-height: 470px;
}
.support-image {
height: 470px;
border-radius: 20px;
object-position: center 30%;
}
.support-float-card {
right: 12px;
bottom: 18px;
width: calc(100% - 24px);
padding: 14px;
}
.support-copy h2 {
font-size: clamp(2.65rem, 12vw, 3.75rem);
}
.support-description {
margin-top: 24px;
font-size: 15px;
}
.support-benefits li {
grid-template-columns: 48px 1fr;
gap: 14px;
}
.support-benefits li > span {
width: 46px;
height: 46px;
}
.difference-grid {
gap: 56px;
}
.benefit-row {
grid-template-columns: 38px 1fr;
gap: 14px;
}
.final-cta {
align-items: stretch;
flex-direction: column;
margin-top: 70px;
padding: 30px 24px;
}
.button-light {
width: 100%;
}
.site-footer {
padding-top: 58px;
}
.footer-grid {
grid-template-columns: 1fr;
gap: 40px;
}
.footer-brand-column {
grid-column: auto;
}
.footer-column h2 {
margin-bottom: 20px;
}
.footer-legal {
align-items: flex-start;
flex-direction: column;
margin-top: 44px;
}
.footer-legal-links {
align-items: flex-start;
justify-content: flex-start;
flex-direction: column;
gap: 12px;
}
.cookie-consent {
right: 0;
bottom: 0;
left: 0;
width: 100%;
border-right: 0;
border-bottom: 0;
border-left: 0;
border-radius: 18px 18px 0 0;
}
.cookie-consent-inner {
max-height: 88vh;
overflow-y: auto;
grid-template-columns: 1fr;
gap: 12px;
padding: 14px 14px 12px;
}
.cookie-consent-copy {
gap: 11px;
}
.cookie-consent-icon {
flex-basis: 36px;
width: 36px;
height: 36px;
border-radius: 11px;
font-size: 16px;
}
.cookie-consent h2 {
margin-bottom: 4px;
font-size: 16px;
}
.cookie-consent-copy p {
font-size: 12px;
line-height: 1.4;
}
.cookie-consent-actions {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 6px;
}
.cookie-button {
width: 100%;
min-height: 40px;
padding-inline: 7px;
font-size: 10.5px;
line-height: 1.2;
}
.cookie-consent-details {
gap: 8px;
padding-top: 12px;
}
.cookie-category {
min-height: 52px;
align-items: flex-start;
gap: 12px;
padding: 9px 11px;
}
.blog-hero,
.single-post-header {
padding: 124px 0 58px;
}
.blog-hero h1,
.single-post-header h1 {
font-size: clamp(2.8rem, 13vw, 4rem);
}
.blog-content {
padding: 62px 0 82px;
}
.blog-grid {
grid-template-columns: 1fr;
}
.blog-card-media {
height: 210px;
}
.single-post-featured {
margin-top: 38px;
}
.single-post-featured img {
border-radius: 18px;
}
.single-post-content {
margin: 48px auto 64px;
}
.post-navigation {
grid-template-columns: 1fr;
padding-bottom: 72px;
}
.post-navigation > div:last-child {
text-align: left;
}
.modal-backdrop {
align-items: end;
padding: 0;
}
.modal {
max-height: 94vh;
overflow-y: auto;
padding: 38px 22px 26px;
border-radius: 24px 24px 0 0;
}
.modal h2 {
font-size: 31px;
}
}
@media (max-width: 360px) {
.cookie-consent-actions {
grid-template-columns: 1fr 1fr;
}
.cookie-button-primary {
grid-column: 1 / -1;
}
}
@media (max-width: 782px) {
.admin-bar .topbar {
top: 46px;
}
}
@media (prefers-reduced-motion: reduce) {
html {
scroll-behavior: auto;
}
*,
*::before,
*::after {
animation-duration: 0.01ms !important;
animation-iteration-count: 1 !important;
scroll-behavior: auto !important;
transition-duration: 0.01ms !important;
}
}