:root{
--brand:#0d47a1;
--brand-dark:#08357a;
--ink:#101828;
--muted:#667085;
--line:#d9e2ef;
--panel:#ffffff;
--soft:#f3f7fb;
--green:#15803d;
--orange:#c2410c;
}

body{
background:#f6f8fb;
}

main{
overflow:hidden;
}

.hero{
display:grid;
grid-template-columns:minmax(0,1fr) minmax(360px,520px);
align-items:center;
gap:64px;
padding:86px 8% 72px;
background:
linear-gradient(135deg,#f7fbff 0%,#eef4fb 52%,#f8fafc 100%);
min-height:calc(100vh - 95px);
}

.hero-copy{
max-width:690px;
}

.eyebrow,
.section-heading span,
.cta span{
display:inline-flex;
align-items:center;
width:max-content;
max-width:100%;
padding:8px 14px;
border:1px solid #cfe0f7;
background:#eaf2ff;
color:var(--brand);
border-radius:999px;
font-size:13px;
font-weight:800;
letter-spacing:.04em;
text-transform:uppercase;
}

.hero h1{
margin-top:22px;
font-size:64px;
line-height:1.02;
letter-spacing:0;
color:var(--ink);
max-width:760px;
}

.hero p{
margin-top:24px;
font-size:19px;
line-height:1.7;
color:var(--muted);
max-width:620px;
}

.hero-actions{
display:flex;
align-items:center;
gap:14px;
flex-wrap:wrap;
margin-top:34px;
}

.btn-primary,
.btn-secondary,
.cta a{
display:inline-flex;
align-items:center;
justify-content:center;
min-height:50px;
padding:14px 22px;
border-radius:8px;
text-decoration:none;
font-weight:800;
transition:.25s ease;
}

.btn-primary,
.cta a{
background:var(--brand);
color:white;
box-shadow:0 12px 28px rgba(13,71,161,.2);
}

.btn-primary:hover,
.cta a:hover{
background:var(--brand-dark);
transform:translateY(-2px);
}

.btn-secondary{
background:white;
color:var(--ink);
border:1px solid var(--line);
}

.btn-secondary:hover{
border-color:#a7bddb;
transform:translateY(-2px);
}

.hero-proof{
display:flex;
gap:12px;
flex-wrap:wrap;
margin-top:26px;
color:#344054;
font-size:14px;
font-weight:700;
}

.hero-proof span{
padding:9px 12px;
background:rgba(255,255,255,.8);
border:1px solid #e4ebf5;
border-radius:8px;
}

.hero-showcase{
position:relative;
padding:22px;
border:1px solid rgba(13,71,161,.12);
border-radius:8px;
background:rgba(255,255,255,.82);
box-shadow:0 24px 70px rgba(15,23,42,.12);
backdrop-filter:blur(10px);
}

.hero-showcase::before{
content:'';
position:absolute;
inset:-22px;
z-index:-1;
border-radius:16px;
background:
linear-gradient(135deg,rgba(13,71,161,.14),rgba(21,128,61,.1));
}

.showcase-top{
display:flex;
justify-content:space-between;
align-items:flex-start;
gap:20px;
margin-bottom:18px;
}

.showcase-top span,
.license-card span{
color:var(--muted);
font-size:13px;
font-weight:800;
text-transform:uppercase;
letter-spacing:.05em;
}

.showcase-top h2{
margin-top:5px;
font-size:28px;
color:var(--ink);
}

.showcase-top strong{
padding:10px 12px;
border-radius:8px;
background:#ecfdf3;
color:var(--green);
font-size:18px;
}

.showcase-screen{
display:grid;
grid-template-columns:74px 1fr;
min-height:300px;
overflow:hidden;
border:1px solid #dce6f2;
border-radius:8px;
background:#f8fbff;
}

.screen-sidebar{
display:flex;
flex-direction:column;
gap:14px;
padding:22px;
background:#0f172a;
}

.screen-sidebar span{
height:12px;
border-radius:999px;
background:#5fb3ff;
}

.screen-sidebar span:nth-child(2){
background:#84cc16;
}

.screen-sidebar span:nth-child(3){
background:#fb923c;
}

.screen-content{
padding:22px;
}

.screen-header{
height:42px;
border-radius:8px;
background:white;
border:1px solid #e5edf6;
margin-bottom:16px;
}

.screen-grid{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:12px;
margin-bottom:16px;
}

.screen-grid span{
height:72px;
border-radius:8px;
background:white;
border:1px solid #e5edf6;
}

.screen-chart{
height:104px;
display:flex;
align-items:flex-end;
gap:13px;
padding:16px;
border-radius:8px;
background:white;
border:1px solid #e5edf6;
}

.screen-chart span{
flex:1;
border-radius:999px 999px 2px 2px;
background:linear-gradient(180deg,#0d47a1,#5fb3ff);
}

.showcase-metrics{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:14px;
margin-top:16px;
}

.showcase-metrics div{
padding:16px;
border-radius:8px;
background:#f8fafc;
border:1px solid #e1e8f2;
}

.showcase-metrics strong{
display:block;
color:var(--ink);
font-size:20px;
}

.showcase-metrics span{
display:block;
margin-top:4px;
color:var(--muted);
font-size:13px;
}

.trust{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:1px;
padding:0 8%;
background:#dce6f2;
}

.trust-box{
background:white;
padding:34px 24px;
}

.trust-box h2{
font-size:34px;
color:var(--brand);
}

.trust-box p{
margin-top:8px;
color:var(--muted);
line-height:1.5;
}

.section{
padding:92px 8%;
}

.section-heading{
display:grid;
grid-template-columns:minmax(240px,520px) minmax(240px,520px);
align-items:end;
gap:40px;
margin-bottom:36px;
}

.section-heading.compact{
display:block;
max-width:760px;
}

.section-heading h2,
.cta h2{
margin-top:16px;
font-size:40px;
line-height:1.15;
color:var(--ink);
}

.section-heading p,
.cta p{
color:var(--muted);
line-height:1.7;
font-size:17px;
}

.service-grid,
.license-grid,
.process-grid,
.pricing-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:24px;
}

.service-card,
.license-card,
.process-step,
.price-card{
position:relative;
padding:28px;
border-radius:8px;
background:white;
border:1px solid #e1e8f2;
box-shadow:0 14px 34px rgba(15,23,42,.06);
}

.service-card{
min-height:310px;
display:flex;
flex-direction:column;
justify-content:space-between;
overflow:hidden;
}

.service-card::before{
content:'';
position:absolute;
top:0;
left:0;
width:100%;
height:5px;
background:var(--brand);
}

.service-card.accent-green::before{
background:var(--green);
}

.service-card.accent-orange::before{
background:var(--orange);
}

.service-label{
color:var(--muted);
font-size:12px;
font-weight:800;
text-transform:uppercase;
letter-spacing:.05em;
}

.service-card h3,
.license-card h3,
.process-step h3{
margin-top:14px;
font-size:25px;
color:var(--ink);
}

.service-card p,
.license-card p,
.process-step p{
margin-top:14px;
color:var(--muted);
line-height:1.7;
}

.service-card a,
.license-card a{
display:inline-flex;
align-items:center;
width:max-content;
margin-top:24px;
padding:11px 15px;
border-radius:8px;
background:#eef5ff;
color:var(--brand);
font-weight:800;
text-decoration:none;
}

.licensing{
background:#eef4fa;
}

.license-grid{
margin-top:34px;
}

.license-card{
min-height:280px;
display:flex;
flex-direction:column;
justify-content:space-between;
}

.license-card.dark{
background:#111827;
border-color:#111827;
}

.license-card.dark h3,
.license-card.dark p{
color:white;
}

.license-card.dark span{
color:#b8c7da;
}

.license-card.dark a{
background:white;
color:#111827;
}

.license-card.muted{
background:#f7f2ec;
}

.process{
background:white;
}

.pricing-preview{
background:#f8fafc;
}

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

.price-card{
min-height:210px;
box-shadow:none;
}

.price-card span{
color:var(--muted);
font-size:12px;
font-weight:800;
text-transform:uppercase;
letter-spacing:.05em;
}

.price-card h3{
margin-top:18px;
font-size:30px;
color:var(--brand);
}

.price-card p{
margin-top:14px;
line-height:1.7;
color:var(--muted);
}

.process-step strong{
display:inline-flex;
align-items:center;
justify-content:center;
width:44px;
height:44px;
border-radius:8px;
background:#eaf2ff;
color:var(--brand);
font-size:15px;
}

.cta{
display:flex;
align-items:center;
justify-content:space-between;
gap:36px;
margin:0 8% 92px;
padding:44px;
border-radius:8px;
background:
linear-gradient(135deg,#ffffff 0%,#edf5ff 100%);
border:1px solid #d7e5f6;
box-shadow:0 16px 40px rgba(15,23,42,.08);
}

.cta div{
max-width:720px;
}

@media(max-width:1100px){
.hero{
grid-template-columns:1fr;
gap:44px;
padding-top:64px;
}

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

.hero h1{
font-size:54px;
}

.hero-showcase{
max-width:680px;
width:100%;
}

.trust,
.service-grid,
.license-grid,
.process-grid,
.pricing-grid{
grid-template-columns:repeat(2,1fr);
}

.section-heading{
grid-template-columns:1fr;
gap:18px;
}
}

@media(max-width:760px){
.hero{
padding:46px 6% 54px;
min-height:auto;
}

.hero h1{
font-size:42px;
}

.hero p{
font-size:16px;
}

.hero-actions{
align-items:stretch;
}

.btn-primary,
.btn-secondary{
width:100%;
}

.hero-proof{
gap:8px;
}

.hero-proof span{
font-size:13px;
}

.hero-showcase{
padding:16px;
}

.showcase-screen{
grid-template-columns:52px 1fr;
min-height:250px;
}

.screen-sidebar,
.screen-content{
padding:14px;
}

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

.screen-grid span{
height:48px;
}

.screen-chart{
height:82px;
}

.showcase-metrics,
.trust,
.service-grid,
.license-grid,
.process-grid,
.pricing-grid{
grid-template-columns:1fr;
}

.section{
padding:64px 6%;
}

.section-heading h2,
.cta h2{
font-size:31px;
}

.service-card,
.license-card,
.process-step{
padding:24px;
min-height:auto;
}

.cta{
display:block;
margin:0 6% 64px;
padding:28px;
}

.cta a{
width:100%;
margin-top:24px;
}
}

@media(max-width:430px){
.hero h1{
font-size:36px;
}

.eyebrow,
.section-heading span,
.cta span{
width:100%;
justify-content:center;
text-align:center;
font-size:11px;
}

.showcase-top{
display:block;
}

.showcase-top strong{
display:inline-block;
margin-top:12px;
}
}
