:root{
--blue:#1556d8;
--blue2:#0b43bd;
--ink:#101828;
--muted:#667085;
--line:#e7ecf3;
--soft:#f8faff;
--green:#16a36a
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
margin:0;
font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
color:var(--ink);
background:#fff;
-webkit-font-smoothing:antialiased
}
a{text-decoration:none;color:inherit}
.wrap{width:min(1420px,calc(100% - 72px));margin:auto}

.topbar{
height:78px;
position:sticky;
top:0;
z-index:100;
background:rgba(255,255,255,.97);
border-bottom:1px solid #eef1f5;
backdrop-filter:blur(16px)
}

.nav{height:100%;display:flex;align-items:center}
.logo{display:flex;align-items:center;gap:10px;font-size:23px;font-weight:800}
.logo-symbol{
width:38px;height:40px;
display:grid;place-items:center;
border-radius:10px 3px 10px 3px;
background:linear-gradient(145deg,#2672f3,#0c43bc);
color:#fff;font-weight:900;font-size:28px;
transform:skew(-7deg)
}
.menu{margin:auto;display:flex;gap:32px}
.menu a{font-size:13px;font-weight:650;color:#293244}
.menu a:hover{color:var(--blue)}

.nav-actions{display:flex;gap:10px}
.login,.demo{
height:42px;padding:0 18px;
display:flex;align-items:center;
border-radius:8px;font-size:12px;font-weight:750
}
.login{border:1px solid #dbe2ec;background:#fff}
.demo{
background:linear-gradient(135deg,#1c63eb,#0b43bd);
color:#fff;
box-shadow:0 10px 25px rgba(20,83,202,.16)
}

.hero{
padding:68px 0 34px;
background:
radial-gradient(circle at 85% 25%,rgba(40,107,225,.06),transparent 30rem),
#fff
}

.hero-grid{
display:grid;
grid-template-columns:.78fr 1.35fr;
gap:55px;
align-items:center
}

.badge{
display:inline-flex;
align-items:center;
gap:8px;
padding:7px 11px;
border:1px solid #cfe0ff;
background:#f8fbff;
border-radius:30px;
font-size:9px;
font-weight:800;
color:#1751bf
}
.badge span{
width:6px;height:6px;border-radius:50%;background:#3180ff
}

.hero h1{
font-size:62px;
line-height:1.07;
letter-spacing:-2.8px;
margin:25px 0 21px
}
.hero h1 strong{color:var(--blue)}

.hero-copy>p{
max-width:550px;
font-size:15px;
line-height:1.8;
color:#5d6878
}

.hero-buttons{display:flex;gap:12px;margin-top:27px}
.button{
height:48px;
padding:0 20px;
border-radius:8px;
display:inline-flex;
align-items:center;
justify-content:center;
gap:9px;
font-size:12px;
font-weight:750
}
.button.blue{
background:linear-gradient(135deg,#1c65ef,#0b42bf);
color:#fff;
box-shadow:0 13px 28px rgba(15,77,197,.17)
}
.button.outline{border:1px solid #dce3ee;background:#fff}
.circle-play{
width:21px;height:21px;border:1px solid #aab7c9;
border-radius:50%;display:grid;place-items:center;font-size:7px
}

.hero-notes{
display:flex;gap:20px;
margin-top:29px;
font-size:9px;
font-weight:600;
color:#566375
}

.product-window{
min-height:540px;
display:grid;
grid-template-columns:145px 1fr;
overflow:hidden;
background:#fff;
border:1px solid #e4eaf2;
border-radius:18px;
box-shadow:0 32px 70px rgba(25,45,80,.11)
}

.side{
border-right:1px solid #edf0f5;
padding:19px 14px
}
.side-brand{display:flex;align-items:center;gap:7px;font-size:12px}
.side-r{
width:25px;height:26px;
display:grid;place-items:center;
background:var(--blue);color:#fff;
border-radius:6px;font-size:17px;font-weight:900
}
.side-links{margin-top:24px;display:flex;flex-direction:column;gap:5px}
.side-links a{
min-height:37px;
display:flex;align-items:center;gap:9px;
padding:0 9px;
border-radius:7px;
font-size:9px;color:#667386
}
.side-links a.selected{
background:#eef4ff;
color:var(--blue);
font-weight:700
}

.dashboard{padding:17px 19px 22px}
.dash-top{height:36px;display:flex;align-items:center;gap:12px}
.hamb{border:0;background:transparent;color:#566375}
.search{
width:225px;height:32px;
display:flex;align-items:center;
background:#f7f8fb;
border-radius:7px;
padding:0 12px;
font-size:9px;color:#9ca7b6
}
.top-icons{margin-left:auto;font-size:10px;color:#607086}
.user{display:flex;align-items:center;gap:7px}
.avatar{
width:28px;height:28px;border-radius:50%;
display:grid;place-items:center;
background:#154fc2;color:#fff;font-size:10px
}
.user div:last-child{display:flex;flex-direction:column}
.user b{font-size:8px}
.user small{font-size:7px;color:#8791a0}
.dashboard>h2{font-size:17px;margin:20px 0 16px}

.kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}
.kpis article{
min-height:85px;
padding:13px;
border:1px solid #e8edf5;
border-radius:9px
}
.kpis small{display:block;font-size:7px;color:#8994a4}
.kpis strong{display:block;margin:8px 0 6px;font-size:15px}
.kpis em{font-size:6.7px;color:#169866;font-style:normal}

.dash-grid{
margin-top:11px;
display:grid;
grid-template-columns:1.75fr .85fr;
gap:11px
}
.sales-chart,.recent{
min-height:268px;
padding:14px;
border:1px solid #e8edf5;
border-radius:9px
}
.panel-head{display:flex;justify-content:space-between;font-size:9px}
.panel-head span{
padding:5px 7px;
border:1px solid #edf0f5;
border-radius:5px;
font-size:7px;color:#768294
}
.legend{display:flex;gap:15px;margin-top:15px;font-size:7px;color:#778397}
.legend i{display:inline-block;width:10px;height:2px;margin-right:5px}
.lg-current{background:var(--green)}
.lg-old{background:#cfd5df}

.line-chart{height:155px;position:relative;margin-top:8px;overflow:hidden}
.gridline{position:absolute;left:0;right:0;height:1px;background:#f0f2f6}
.g1{top:20%}.g2{top:40%}.g3{top:60%}.g4{top:80%}
.line-chart svg{position:absolute;width:100%;height:145px;top:5px}
.line-new,.line-old{fill:none;stroke-width:3;vector-effect:non-scaling-stroke}
.line-new{stroke:#178d62}
.line-old{stroke:#cbd3df;stroke-width:2}
.dots circle{fill:#178d62}
.months{display:flex;justify-content:space-between;font-size:7px;color:#8793a4}

.recent>b{font-size:9px}
.transaction{
display:grid;
grid-template-columns:6px 1fr auto;
gap:7px;
padding:12px 0;
border-bottom:1px solid #f0f2f5
}
.transaction i{
width:4px;height:4px;margin-top:4px;
border-radius:50%;background:#19a36c
}
.transaction div{display:flex;flex-direction:column}
.transaction strong{font-size:7.2px}
.transaction small,.transaction time{font-size:6.5px;color:#8994a4}
.recent>a{display:block;margin-top:12px;font-size:7px;color:#178e62;font-weight:700}

/* TRUST */

.trust{padding:14px 0 34px}
.trust-box{
min-height:78px;
border:1px solid #e9edf4;
border-radius:11px;
padding:16px 28px;
display:flex;
align-items:center;
gap:36px;
background:#fff;
box-shadow:0 5px 18px rgba(25,42,70,.03)
}
.trust-box p{
margin:0;
font-size:9px;
color:#7b8798;
white-space:nowrap
}
.trust-logos{
flex:1;
display:flex;
justify-content:space-around;
gap:18px;
align-items:center
}
.trust-logos span{
font-size:10px;
font-weight:800;
letter-spacing:.55px;
color:#8692a3
}

/* SECTIONS */

.features,.modules,.integrations,.pricing{
padding:72px 0
}

.features{
background:linear-gradient(180deg,#fbfcff,#fff);
border-top:1px solid #f0f3f7
}

.section-head{
max-width:760px;
margin:0 auto 38px;
text-align:center
}

.section-head small,
.analytics-copy>small{
font-size:9px;
font-weight:850;
letter-spacing:.9px;
color:var(--blue)
}

.section-head h2{
margin:8px 0 0;
font-size:31px;
letter-spacing:-1.1px
}

.section-head p{
font-size:13px;
line-height:1.75;
color:#727e8f
}

/* FEATURE CARDS */

.feature-grid{
display:grid;
grid-template-columns:repeat(6,1fr);
gap:14px
}

.feature-grid article{
min-height:198px;
padding:25px 18px;
text-align:center;
background:#fff;
border:1px solid #e7ebf2;
border-radius:13px;
box-shadow:0 10px 28px rgba(25,42,70,.035);
transition:.2s ease
}

.feature-grid article:hover{
transform:translateY(-4px);
border-color:#d9e4f8;
box-shadow:0 18px 38px rgba(25,75,160,.07)
}

.feature-icon{
width:48px;
height:48px;
margin:auto;
border-radius:50%;
display:grid;
place-items:center;
font-size:20px;
color:var(--blue);
background:linear-gradient(145deg,#edf4ff,#f8fbff)
}

.feature-grid h3{
margin:16px 0 8px;
font-size:13px;
line-height:1.4
}

.feature-grid p{
margin:0;
font-size:9px;
line-height:1.6;
color:#7a8595
}

/* MODULES */

.modules{background:#fff}

.module-grid{
display:grid;
grid-template-columns:repeat(8,1fr);
gap:10px
}

.module-grid article{
min-height:142px;
padding:18px 10px;
text-align:center;
border:1px solid #e8edf4;
border-radius:10px;
background:#fff;
transition:.18s ease
}

.module-grid article:hover{
border-color:#cfdcf4;
box-shadow:0 9px 24px rgba(31,75,150,.06)
}

.module-grid article>span{
width:40px;
height:40px;
margin:auto;
display:grid;
place-items:center;
border-radius:50%;
background:#eff5ff;
color:var(--blue);
font-size:17px
}

.module-grid h3{
margin:12px 0 7px;
font-size:10px
}

.module-grid p{
margin:0;
font-size:8px;
line-height:1.55;
color:#818c9b
}

.all-modules{
width:max-content;
min-height:39px;
margin:20px auto 0;
padding:0 17px;
display:flex;
align-items:center;
justify-content:center;
border:1px solid #cad7ec;
border-radius:7px;
font-size:10px;
font-weight:750;
color:#315a9e
}

/* ANALYTICS */

.analytics{
padding:38px 0 80px;
background:#fff
}

.analytics-grid{
display:grid;
grid-template-columns:1.25fr .9fr;
gap:70px;
align-items:center
}

.analytics-card{
position:relative;
min-height:345px;
padding:25px;
overflow:hidden;
border:1px solid #dfe6f0;
border-radius:14px;
background:
linear-gradient(145deg,#fbfdff,#f5f8fd);
box-shadow:0 16px 35px rgba(33,55,90,.045)
}

.analytics-title{
display:flex;
justify-content:space-between
}

.analytics-title>div:first-child{
display:flex;
flex-direction:column
}

.analytics-title b{font-size:13px}
.analytics-title small{
margin-top:15px;
font-size:8px;
color:#8a95a6
}
.analytics-title strong{
margin-top:6px;
font-size:22px
}

.period{
display:flex;
gap:5px;
height:29px
}

.period span,.period b{
padding:7px 9px;
font-size:7px;
font-weight:650;
border-radius:5px
}

.period b{
background:var(--blue);
color:#fff
}

.bars{
position:absolute;
left:28px;
right:228px;
bottom:38px;
height:165px;
display:flex;
align-items:flex-end;
gap:11px;
border-bottom:1px solid #dce4ef
}

.bars i{
flex:1;
min-width:8px;
border-radius:4px 4px 0 0;
background:linear-gradient(180deg,#2f72ee,#a9c5fb)
}

.product-ranking{
position:absolute;
right:24px;
top:79px;
width:194px;
padding:15px;
background:#fff;
border:1px solid #e3e9f1;
border-radius:10px;
box-shadow:0 15px 32px rgba(30,47,78,.085)
}

.product-ranking h4{
margin:0 0 12px;
font-size:9px
}

.product-ranking ol{
list-style:none;
padding:0;
margin:0
}

.product-ranking li{
display:flex;
justify-content:space-between;
padding:8px 0;
border-bottom:1px solid #f0f2f5;
font-size:8px
}

.product-ranking li:last-child{border-bottom:0}

.analytics-copy h2{
margin:10px 0 18px;
font-size:39px;
line-height:1.08;
letter-spacing:-1.7px
}

.analytics-copy p{
max-width:520px;
font-size:13px;
line-height:1.75;
color:#6f7b8d
}

.analytics-copy ul{
list-style:none;
padding:0;
margin:22px 0 28px
}

.analytics-copy li{
margin:10px 0;
font-size:11px;
color:#536174
}

/* TRUST */

.trust{padding:14px 0 34px}
.trust-box{
min-height:78px;
border:1px solid #e9edf4;
border-radius:11px;
padding:16px 28px;
display:flex;
align-items:center;
gap:36px;
background:#fff;
box-shadow:0 5px 18px rgba(25,42,70,.03)
}
.trust-box p{
margin:0;
font-size:9px;
color:#7b8798;
white-space:nowrap
}
.trust-logos{
flex:1;
display:flex;
justify-content:space-around;
gap:18px;
align-items:center
}
.trust-logos span{
font-size:10px;
font-weight:800;
letter-spacing:.55px;
color:#8692a3
}

/* SECTIONS */

.features,.modules,.integrations,.pricing{
padding:72px 0
}

.features{
background:linear-gradient(180deg,#fbfcff,#fff);
border-top:1px solid #f0f3f7
}

.section-head{
max-width:760px;
margin:0 auto 38px;
text-align:center
}

.section-head small,
.analytics-copy>small{
font-size:9px;
font-weight:850;
letter-spacing:.9px;
color:var(--blue)
}

.section-head h2{
margin:8px 0 0;
font-size:31px;
letter-spacing:-1.1px
}

.section-head p{
font-size:13px;
line-height:1.75;
color:#727e8f
}

/* FEATURE CARDS */

.feature-grid{
display:grid;
grid-template-columns:repeat(6,1fr);
gap:14px
}

.feature-grid article{
min-height:198px;
padding:25px 18px;
text-align:center;
background:#fff;
border:1px solid #e7ebf2;
border-radius:13px;
box-shadow:0 10px 28px rgba(25,42,70,.035);
transition:.2s ease
}

.feature-grid article:hover{
transform:translateY(-4px);
border-color:#d9e4f8;
box-shadow:0 18px 38px rgba(25,75,160,.07)
}

.feature-icon{
width:48px;
height:48px;
margin:auto;
border-radius:50%;
display:grid;
place-items:center;
font-size:20px;
color:var(--blue);
background:linear-gradient(145deg,#edf4ff,#f8fbff)
}

.feature-grid h3{
margin:16px 0 8px;
font-size:13px;
line-height:1.4
}

.feature-grid p{
margin:0;
font-size:9px;
line-height:1.6;
color:#7a8595
}

/* MODULES */

.modules{background:#fff}

.module-grid{
display:grid;
grid-template-columns:repeat(8,1fr);
gap:10px
}

.module-grid article{
min-height:142px;
padding:18px 10px;
text-align:center;
border:1px solid #e8edf4;
border-radius:10px;
background:#fff;
transition:.18s ease
}

.module-grid article:hover{
border-color:#cfdcf4;
box-shadow:0 9px 24px rgba(31,75,150,.06)
}

.module-grid article>span{
width:40px;
height:40px;
margin:auto;
display:grid;
place-items:center;
border-radius:50%;
background:#eff5ff;
color:var(--blue);
font-size:17px
}

.module-grid h3{
margin:12px 0 7px;
font-size:10px
}

.module-grid p{
margin:0;
font-size:8px;
line-height:1.55;
color:#818c9b
}

.all-modules{
width:max-content;
min-height:39px;
margin:20px auto 0;
padding:0 17px;
display:flex;
align-items:center;
justify-content:center;
border:1px solid #cad7ec;
border-radius:7px;
font-size:10px;
font-weight:750;
color:#315a9e
}

/* ANALYTICS */

.analytics{
padding:38px 0 80px;
background:#fff
}

.analytics-grid{
display:grid;
grid-template-columns:1.25fr .9fr;
gap:70px;
align-items:center
}

.analytics-card{
position:relative;
min-height:345px;
padding:25px;
overflow:hidden;
border:1px solid #dfe6f0;
border-radius:14px;
background:
linear-gradient(145deg,#fbfdff,#f5f8fd);
box-shadow:0 16px 35px rgba(33,55,90,.045)
}

.analytics-title{
display:flex;
justify-content:space-between
}

.analytics-title>div:first-child{
display:flex;
flex-direction:column
}

.analytics-title b{font-size:13px}
.analytics-title small{
margin-top:15px;
font-size:8px;
color:#8a95a6
}
.analytics-title strong{
margin-top:6px;
font-size:22px
}

.period{
display:flex;
gap:5px;
height:29px
}

.period span,.period b{
padding:7px 9px;
font-size:7px;
font-weight:650;
border-radius:5px
}

.period b{
background:var(--blue);
color:#fff
}

.bars{
position:absolute;
left:28px;
right:228px;
bottom:38px;
height:165px;
display:flex;
align-items:flex-end;
gap:11px;
border-bottom:1px solid #dce4ef
}

.bars i{
flex:1;
min-width:8px;
border-radius:4px 4px 0 0;
background:linear-gradient(180deg,#2f72ee,#a9c5fb)
}

.product-ranking{
position:absolute;
right:24px;
top:79px;
width:194px;
padding:15px;
background:#fff;
border:1px solid #e3e9f1;
border-radius:10px;
box-shadow:0 15px 32px rgba(30,47,78,.085)
}

.product-ranking h4{
margin:0 0 12px;
font-size:9px
}

.product-ranking ol{
list-style:none;
padding:0;
margin:0
}

.product-ranking li{
display:flex;
justify-content:space-between;
padding:8px 0;
border-bottom:1px solid #f0f2f5;
font-size:8px
}

.product-ranking li:last-child{border-bottom:0}

.analytics-copy h2{
margin:10px 0 18px;
font-size:39px;
line-height:1.08;
letter-spacing:-1.7px
}

.analytics-copy p{
max-width:520px;
font-size:13px;
line-height:1.75;
color:#6f7b8d
}

.analytics-copy ul{
list-style:none;
padding:0;
margin:22px 0 28px
}

.analytics-copy li{
margin:10px 0;
font-size:11px;
color:#536174
}

/* INTEGRATIONS */

.integrations{
background:#f8faff
}

.integration-grid{
display:grid;
grid-template-columns:repeat(6,1fr);
gap:13px
}

.integration-grid article{
min-height:110px;
display:flex;
flex-direction:column;
align-items:center;
justify-content:center;
gap:9px;
background:#fff;
border:1px solid #e3e9f3;
border-radius:11px
}

.integration-grid span{
font-size:19px;
font-weight:850;
color:var(--blue)
}

.integration-grid b{
font-size:10px
}

/* PRICING */

.pricing{background:#fff}

.price-grid{
max-width:1020px;
margin:auto;
display:grid;
grid-template-columns:repeat(3,1fr);
gap:18px
}

.price-card{
position:relative;
min-height:390px;
padding:29px;
background:#fff;
border:1px solid #e3e8f0;
border-radius:13px
}

.price-card>small{
display:block;
text-align:center;
font-size:9px;
font-weight:850;
color:var(--blue)
}

.price-card h3{
margin:8px 0;
text-align:center;
font-size:25px
}

.price-card>p{
min-height:32px;
text-align:center;
font-size:9px;
color:#8791a0
}

.price-card ul{
min-height:175px;
list-style:none;
padding:17px 0;
margin:0
}

.price-card li{
padding:7px 0;
font-size:10px;
color:#4e5c70
}

.price-card>a{
min-height:41px;
display:flex;
align-items:center;
justify-content:center;
border:1px solid #bdcbe0;
border-radius:7px;
font-size:10px;
font-weight:750
}

.popular-card{
border:1.5px solid var(--blue);
box-shadow:0 19px 42px rgba(29,87,205,.09)
}

.popular-label{
position:absolute;
left:50%;
top:-11px;
transform:translateX(-50%);
padding:5px 18px;
border-radius:40px;
background:var(--blue);
color:#fff;
font-size:7px;
font-weight:850
}

.price-card>a.filled{
background:linear-gradient(135deg,#1b61e6,#0c43bd);
color:#fff;
border-color:transparent
}

/* CTA */

.cta{
padding:12px 0 58px
}

.cta-box{
min-height:132px;
padding:34px 46px;
display:flex;
align-items:center;
justify-content:space-between;
border-radius:13px;
color:#fff;
background:
radial-gradient(circle at 75% 20%,rgba(87,146,255,.35),transparent 22rem),
linear-gradient(110deg,#175dd9,#061f57);
box-shadow:0 18px 40px rgba(7,45,110,.16)
}

.cta-box h2{
margin:0 0 7px;
font-size:24px;
letter-spacing:-.5px
}

.cta-box p{
margin:0;
font-size:11px;
color:#dbe7ff
}

.cta-box>div:last-child{
display:flex;
gap:10px
}

.button.white{
background:#fff;
color:#1247a9
}

.button.ghost{
color:#fff;
border:1px solid rgba(255,255,255,.4)
}

/* FOOTER */

footer{
padding:42px 0 21px;
background:#fff;
border-top:1px solid #e8edf4
}

.footer-grid{
display:grid;
grid-template-columns:2fr repeat(4,1fr);
gap:60px
}

.footer-brand p{
max-width:285px;
margin-top:14px;
font-size:9px;
line-height:1.7;
color:#7b8798
}

.footer-grid>div:not(.footer-brand){
display:flex;
flex-direction:column;
gap:9px
}

.footer-grid b{
margin-bottom:3px;
font-size:10px
}

.footer-grid a,
.footer-grid span{
font-size:9px;
color:#697688
}

.copyright{
margin-top:33px;
padding-top:19px;
display:flex;
justify-content:space-between;
border-top:1px solid #edf0f5;
font-size:8px;
color:#8a95a5
}

/* RESPONSIVE */

@media(max-width:1150px){

.menu{display:none}

.hero-grid{
grid-template-columns:1fr;
gap:48px
}

.hero-copy{text-align:center}

.hero h1,
.hero-copy>p{
margin-left:auto;
margin-right:auto
}

.hero-buttons,
.hero-notes{
justify-content:center
}

.feature-grid{
grid-template-columns:repeat(3,1fr)
}

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

.analytics-grid{
grid-template-columns:1fr
}

.integration-grid{
grid-template-columns:repeat(3,1fr)
}

}

@media(max-width:700px){

.wrap{
width:calc(100% - 30px)
}

.topbar{height:66px}

.nav-actions .login{display:none}

.demo{
height:37px;
padding:0 13px
}

.hero{
padding-top:43px
}

.hero h1{
font-size:43px;
letter-spacing:-1.8px
}

.hero-buttons{
flex-direction:column
}

.hero-buttons .button{
width:100%
}

.hero-notes{
display:grid;
grid-template-columns:1fr 1fr;
text-align:left
}

.product-window{
grid-template-columns:49px 1fr;
min-height:auto
}

.side{
padding:12px 6px
}

.side-brand strong,
.side-links span{
display:none
}

.side-brand,
.side-links a{
justify-content:center
}

.side-links a{
padding:0
}

.dashboard{
padding:12px
}

.search,
.top-icons,
.user{
display:none
}

.kpis{
grid-template-columns:1fr 1fr
}

.dash-grid{
grid-template-columns:1fr
}

.recent{
display:none
}

.trust-box{
display:block
}

.trust-box p{
text-align:center
}

.trust-logos{
margin-top:18px;
flex-wrap:wrap
}

.feature-grid{
grid-template-columns:1fr 1fr
}

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

.analytics-card{
min-height:440px
}

.bars{
left:25px;
right:25px;
top:135px;
bottom:auto;
height:155px
}

.product-ranking{
left:25px;
right:25px;
top:305px;
width:auto
}

.analytics-copy h2{
font-size:33px
}

.integration-grid{
grid-template-columns:1fr 1fr
}

.price-grid{
grid-template-columns:1fr
}

.cta-box{
flex-direction:column;
align-items:flex-start;
gap:25px
}

.cta-box>div:last-child{
width:100%;
flex-direction:column
}

.footer-grid{
grid-template-columns:1fr 1fr
}

.footer-brand{
grid-column:1/-1
}

.copyright{
flex-direction:column;
gap:7px
}

}

@media(max-width:430px){

.hero h1{
font-size:38px
}

.feature-grid{
grid-template-columns:1fr
}

}

/* INTEGRATIONS */

.integrations{
background:#f8faff
}

.integration-grid{
display:grid;
grid-template-columns:repeat(6,1fr);
gap:13px
}

.integration-grid article{
min-height:110px;
display:flex;
flex-direction:column;
align-items:center;
justify-content:center;
gap:9px;
background:#fff;
border:1px solid #e3e9f3;
border-radius:11px
}

.integration-grid span{
font-size:19px;
font-weight:850;
color:var(--blue)
}

.integration-grid b{
font-size:10px
}

/* PRICING */

.pricing{background:#fff}

.price-grid{
max-width:1020px;
margin:auto;
display:grid;
grid-template-columns:repeat(3,1fr);
gap:18px
}

.price-card{
position:relative;
min-height:390px;
padding:29px;
background:#fff;
border:1px solid #e3e8f0;
border-radius:13px
}

.price-card>small{
display:block;
text-align:center;
font-size:9px;
font-weight:850;
color:var(--blue)
}

.price-card h3{
margin:8px 0;
text-align:center;
font-size:25px
}

.price-card>p{
min-height:32px;
text-align:center;
font-size:9px;
color:#8791a0
}

.price-card ul{
min-height:175px;
list-style:none;
padding:17px 0;
margin:0
}

.price-card li{
padding:7px 0;
font-size:10px;
color:#4e5c70
}

.price-card>a{
min-height:41px;
display:flex;
align-items:center;
justify-content:center;
border:1px solid #bdcbe0;
border-radius:7px;
font-size:10px;
font-weight:750
}

.popular-card{
border:1.5px solid var(--blue);
box-shadow:0 19px 42px rgba(29,87,205,.09)
}

.popular-label{
position:absolute;
left:50%;
top:-11px;
transform:translateX(-50%);
padding:5px 18px;
border-radius:40px;
background:var(--blue);
color:#fff;
font-size:7px;
font-weight:850
}

.price-card>a.filled{
background:linear-gradient(135deg,#1b61e6,#0c43bd);
color:#fff;
border-color:transparent
}

/* CTA */

.cta{
padding:12px 0 58px
}

.cta-box{
min-height:132px;
padding:34px 46px;
display:flex;
align-items:center;
justify-content:space-between;
border-radius:13px;
color:#fff;
background:
radial-gradient(circle at 75% 20%,rgba(87,146,255,.35),transparent 22rem),
linear-gradient(110deg,#175dd9,#061f57);
box-shadow:0 18px 40px rgba(7,45,110,.16)
}

.cta-box h2{
margin:0 0 7px;
font-size:24px;
letter-spacing:-.5px
}

.cta-box p{
margin:0;
font-size:11px;
color:#dbe7ff
}

.cta-box>div:last-child{
display:flex;
gap:10px
}

.button.white{
background:#fff;
color:#1247a9
}

.button.ghost{
color:#fff;
border:1px solid rgba(255,255,255,.4)
}

/* FOOTER */

footer{
padding:42px 0 21px;
background:#fff;
border-top:1px solid #e8edf4
}

.footer-grid{
display:grid;
grid-template-columns:2fr repeat(4,1fr);
gap:60px
}

.footer-brand p{
max-width:285px;
margin-top:14px;
font-size:9px;
line-height:1.7;
color:#7b8798
}

.footer-grid>div:not(.footer-brand){
display:flex;
flex-direction:column;
gap:9px
}

.footer-grid b{
margin-bottom:3px;
font-size:10px
}

.footer-grid a,
.footer-grid span{
font-size:9px;
color:#697688
}

.copyright{
margin-top:33px;
padding-top:19px;
display:flex;
justify-content:space-between;
border-top:1px solid #edf0f5;
font-size:8px;
color:#8a95a5
}

/* RESPONSIVE */

@media(max-width:1150px){

.menu{display:none}

.hero-grid{
grid-template-columns:1fr;
gap:48px
}

.hero-copy{text-align:center}

.hero h1,
.hero-copy>p{
margin-left:auto;
margin-right:auto
}

.hero-buttons,
.hero-notes{
justify-content:center
}

.feature-grid{
grid-template-columns:repeat(3,1fr)
}

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

.analytics-grid{
grid-template-columns:1fr
}

.integration-grid{
grid-template-columns:repeat(3,1fr)
}

}

@media(max-width:700px){

.wrap{
width:calc(100% - 30px)
}

.topbar{height:66px}

.nav-actions .login{display:none}

.demo{
height:37px;
padding:0 13px
}

.hero{
padding-top:43px
}

.hero h1{
font-size:43px;
letter-spacing:-1.8px
}

.hero-buttons{
flex-direction:column
}

.hero-buttons .button{
width:100%
}

.hero-notes{
display:grid;
grid-template-columns:1fr 1fr;
text-align:left
}

.product-window{
grid-template-columns:49px 1fr;
min-height:auto
}

.side{
padding:12px 6px
}

.side-brand strong,
.side-links span{
display:none
}

.side-brand,
.side-links a{
justify-content:center
}

.side-links a{
padding:0
}

.dashboard{
padding:12px
}

.search,
.top-icons,
.user{
display:none
}

.kpis{
grid-template-columns:1fr 1fr
}

.dash-grid{
grid-template-columns:1fr
}

.recent{
display:none
}

.trust-box{
display:block
}

.trust-box p{
text-align:center
}

.trust-logos{
margin-top:18px;
flex-wrap:wrap
}

.feature-grid{
grid-template-columns:1fr 1fr
}

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

.analytics-card{
min-height:440px
}

.bars{
left:25px;
right:25px;
top:135px;
bottom:auto;
height:155px
}

.product-ranking{
left:25px;
right:25px;
top:305px;
width:auto
}

.analytics-copy h2{
font-size:33px
}

.integration-grid{
grid-template-columns:1fr 1fr
}

.price-grid{
grid-template-columns:1fr
}

.cta-box{
flex-direction:column;
align-items:flex-start;
gap:25px
}

.cta-box>div:last-child{
width:100%;
flex-direction:column
}

.footer-grid{
grid-template-columns:1fr 1fr
}

.footer-brand{
grid-column:1/-1
}

.copyright{
flex-direction:column;
gap:7px
}

}

@media(max-width:430px){

.hero h1{
font-size:38px
}

.feature-grid{
grid-template-columns:1fr
}

}

/* =========================================================
   REGVARO PREMIUM MOTION
   ========================================================= */

body{
font-family:"Manrope",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif
}

.topbar{
transition:height .3s ease,box-shadow .3s ease,background .3s ease
}

.topbar.scrolled{
height:68px;
background:rgba(255,255,255,.90);
box-shadow:0 10px 35px rgba(22,34,55,.07)
}

.logo-symbol{
transition:transform .28s cubic-bezier(.2,.8,.2,1),box-shadow .28s ease
}

.logo:hover .logo-symbol{
transform:skew(-7deg) rotate(-5deg) scale(1.08);
box-shadow:0 9px 22px rgba(21,86,216,.25)
}

.menu a{
position:relative
}

.menu a:after{
content:"";
position:absolute;
height:2px;
left:50%;
right:50%;
bottom:-9px;
background:var(--blue);
border-radius:10px;
transition:.25s ease
}

.menu a:hover:after{
left:0;
right:0
}

.button,.demo,.login{
transition:
transform .22s cubic-bezier(.2,.8,.2,1),
box-shadow .22s ease,
background .22s ease,
border-color .22s ease
}

.button:hover,.demo:hover{
transform:translateY(-3px);
box-shadow:0 16px 32px rgba(15,77,197,.22)
}

.login:hover{
transform:translateY(-2px);
border-color:#b9c8e0;
background:#f8faff
}

.hero-copy{
animation:rvHeroCopy .8s cubic-bezier(.2,.8,.2,1) both
}

.product-window{
transform-origin:center;
animation:rvHeroProduct 1s .12s cubic-bezier(.2,.8,.2,1) both;
transition:transform .2s ease,box-shadow .3s ease
}

@keyframes rvHeroCopy{
from{opacity:0;transform:translateY(25px)}
to{opacity:1;transform:none}
}

@keyframes rvHeroProduct{
from{opacity:0;transform:translateY(32px) scale(.97)}
to{opacity:1;transform:none}
}

.badge span{
animation:rvPulse 1.8s infinite
}

@keyframes rvPulse{
0%,100%{box-shadow:0 0 0 0 rgba(49,128,255,.0)}
50%{box-shadow:0 0 0 6px rgba(49,128,255,.12)}
}

.reveal{
opacity:0;
transform:translateY(32px);
transition:
opacity .72s cubic-bezier(.2,.8,.2,1),
transform .72s cubic-bezier(.2,.8,.2,1)
}

.reveal.visible{
opacity:1;
transform:none
}

.reveal-delay-1{transition-delay:.07s}
.reveal-delay-2{transition-delay:.14s}
.reveal-delay-3{transition-delay:.21s}
.reveal-delay-4{transition-delay:.28s}
.reveal-delay-5{transition-delay:.35s}

.feature-grid article,
.module-grid article,
.integration-grid article,
.price-card{
position:relative;
overflow:hidden;
transition:
transform .3s cubic-bezier(.2,.8,.2,1),
box-shadow .3s ease,
border-color .3s ease
}

.feature-grid article:before,
.module-grid article:before,
.integration-grid article:before,
.price-card:before{
content:"";
position:absolute;
width:110px;
height:110px;
right:-65px;
top:-65px;
border-radius:50%;
background:rgba(21,86,216,.055);
transition:.35s ease
}

.feature-grid article:hover,
.module-grid article:hover,
.integration-grid article:hover{
transform:translateY(-7px);
border-color:#cadaf7;
box-shadow:0 20px 45px rgba(24,68,145,.09)
}

.feature-grid article:hover:before,
.module-grid article:hover:before,
.integration-grid article:hover:before{
transform:scale(1.8)
}

.feature-icon,
.module-grid article>span{
transition:transform .3s cubic-bezier(.2,.8,.2,1)
}

.feature-grid article:hover .feature-icon,
.module-grid article:hover>span{
transform:translateY(-3px) scale(1.08)
}

.kpis article{
transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease
}

.kpis article:hover{
transform:translateY(-3px);
border-color:#d4e0f4;
box-shadow:0 12px 28px rgba(25,64,126,.075)
}

.line-new{
stroke-dasharray:1200;
stroke-dashoffset:1200;
animation:rvDraw 2s .5s ease forwards
}

.line-old{
stroke-dasharray:1200;
stroke-dashoffset:1200;
animation:rvDraw 2.2s .7s ease forwards
}

@keyframes rvDraw{
to{stroke-dashoffset:0}
}

.dots circle{
opacity:0;
animation:rvDot .35s ease forwards
}

.dots circle:nth-child(1){animation-delay:.6s}
.dots circle:nth-child(2){animation-delay:.8s}
.dots circle:nth-child(3){animation-delay:1s}
.dots circle:nth-child(4){animation-delay:1.2s}
.dots circle:nth-child(5){animation-delay:1.4s}
.dots circle:nth-child(6){animation-delay:1.6s}
.dots circle:nth-child(7){animation-delay:1.8s}
.dots circle:nth-child(8){animation-delay:2s}

@keyframes rvDot{
from{opacity:0;transform:scale(0)}
to{opacity:1;transform:scale(1)}
}

.bars i{
transform-origin:bottom;
transform:scaleY(0)
}

.bars.animate i{
animation:rvBar .65s cubic-bezier(.2,.8,.2,1) forwards
}

.bars.animate i:nth-child(2){animation-delay:.05s}
.bars.animate i:nth-child(3){animation-delay:.10s}
.bars.animate i:nth-child(4){animation-delay:.15s}
.bars.animate i:nth-child(5){animation-delay:.20s}
.bars.animate i:nth-child(6){animation-delay:.25s}
.bars.animate i:nth-child(7){animation-delay:.30s}
.bars.animate i:nth-child(8){animation-delay:.35s}
.bars.animate i:nth-child(9){animation-delay:.40s}
.bars.animate i:nth-child(10){animation-delay:.45s}
.bars.animate i:nth-child(11){animation-delay:.50s}
.bars.animate i:nth-child(12){animation-delay:.55s}

@keyframes rvBar{
to{transform:scaleY(1)}
}

.transaction i{
animation:rvStatus 2s infinite
}

@keyframes rvStatus{
50%{box-shadow:0 0 0 5px rgba(25,163,108,.12)}
}

.popular-card{
transition:transform .3s ease,box-shadow .3s ease
}

.popular-card:hover{
transform:translateY(-7px);
box-shadow:0 25px 55px rgba(29,87,205,.15)
}

.cta-box{
position:relative;
overflow:hidden
}

.cta-box:before{
content:"";
position:absolute;
width:420px;
height:420px;
border-radius:50%;
right:-100px;
top:-280px;
background:rgba(255,255,255,.09);
pointer-events:none
}

.side-links i{
width:15px;
text-align:center
}

.feature-icon i,
.module-grid i{
font-size:inherit
}

@media(prefers-reduced-motion:reduce){
*,
*::before,
*::after{
animation-duration:.001ms!important;
animation-iteration-count:1!important;
transition-duration:.001ms!important;
scroll-behavior:auto!important
}
}

/* =========================================================
   REGVARO FINAL POLISH
   ========================================================= */

.mobile-toggle{
display:none;
width:40px;
height:40px;
border:1px solid #e0e6ef;
border-radius:9px;
background:#fff;
align-items:center;
justify-content:center;
font-size:16px;
color:#22304a;
cursor:pointer
}

.mobile-panel{
display:none
}

.scroll-progress{
position:fixed;
top:0;
left:0;
height:3px;
width:0;
z-index:999;
background:linear-gradient(90deg,#276ff0,#0b43bd);
box-shadow:0 1px 8px rgba(30,94,220,.25);
pointer-events:none
}

.back-top{
position:fixed;
right:24px;
bottom:24px;
width:44px;
height:44px;
border:0;
border-radius:50%;
background:#1556d8;
color:#fff;
display:grid;
place-items:center;
box-shadow:0 12px 28px rgba(21,86,216,.25);
cursor:pointer;
opacity:0;
visibility:hidden;
transform:translateY(12px);
transition:.25s ease;
z-index:80
}

.back-top.show{
opacity:1;
visibility:visible;
transform:none
}

.back-top:hover{
transform:translateY(-3px)
}

.menu a.active{
color:var(--blue)
}

.menu a.active:after{
left:0;
right:0
}

::selection{
background:#dbe8ff;
color:#0d3b9e
}

a:focus-visible,
button:focus-visible{
outline:3px solid rgba(21,86,216,.22);
outline-offset:3px
}

@media(max-width:1150px){

.mobile-toggle{
display:flex;
margin-left:auto;
margin-right:10px
}

.nav-actions{
margin-left:0
}

.mobile-panel{
position:fixed;
top:66px;
left:15px;
right:15px;
z-index:98;
padding:15px;
background:rgba(255,255,255,.98);
border:1px solid #e5eaf2;
border-radius:14px;
box-shadow:0 20px 55px rgba(20,39,75,.14);
backdrop-filter:blur(18px)
}

.mobile-panel.open{
display:block;
animation:rvMobileMenu .22s ease both
}

.mobile-panel a{
height:43px;
padding:0 12px;
display:flex;
align-items:center;
border-radius:8px;
font-size:13px;
font-weight:700;
color:#354258
}

.mobile-panel a:hover{
background:#f3f7ff;
color:#1556d8
}

@keyframes rvMobileMenu{
from{opacity:0;transform:translateY(-8px)}
to{opacity:1;transform:none}
}

}

@media(max-width:600px){

.back-top{
right:15px;
bottom:15px;
width:40px;
height:40px
}

.logo-text{
font-size:20px
}

}

/* =========================================================
   REGVARO FINAL POLISH
   ========================================================= */

.mobile-toggle{
display:none;
width:40px;
height:40px;
border:1px solid #e0e6ef;
border-radius:9px;
background:#fff;
align-items:center;
justify-content:center;
font-size:16px;
color:#22304a;
cursor:pointer
}

.mobile-panel{
display:none
}

.scroll-progress{
position:fixed;
top:0;
left:0;
height:3px;
width:0;
z-index:999;
background:linear-gradient(90deg,#276ff0,#0b43bd);
box-shadow:0 1px 8px rgba(30,94,220,.25);
pointer-events:none
}

.back-top{
position:fixed;
right:24px;
bottom:24px;
width:44px;
height:44px;
border:0;
border-radius:50%;
background:#1556d8;
color:#fff;
display:grid;
place-items:center;
box-shadow:0 12px 28px rgba(21,86,216,.25);
cursor:pointer;
opacity:0;
visibility:hidden;
transform:translateY(12px);
transition:.25s ease;
z-index:80
}

.back-top.show{
opacity:1;
visibility:visible;
transform:none
}

.back-top:hover{
transform:translateY(-3px)
}

.menu a.active{
color:var(--blue)
}

.menu a.active:after{
left:0;
right:0
}

::selection{
background:#dbe8ff;
color:#0d3b9e
}

a:focus-visible,
button:focus-visible{
outline:3px solid rgba(21,86,216,.22);
outline-offset:3px
}

@media(max-width:1150px){

.mobile-toggle{
display:flex;
margin-left:auto;
margin-right:10px
}

.nav-actions{
margin-left:0
}

.mobile-panel{
position:fixed;
top:66px;
left:15px;
right:15px;
z-index:98;
padding:15px;
background:rgba(255,255,255,.98);
border:1px solid #e5eaf2;
border-radius:14px;
box-shadow:0 20px 55px rgba(20,39,75,.14);
backdrop-filter:blur(18px)
}

.mobile-panel.open{
display:block;
animation:rvMobileMenu .22s ease both
}

.mobile-panel a{
height:43px;
padding:0 12px;
display:flex;
align-items:center;
border-radius:8px;
font-size:13px;
font-weight:700;
color:#354258
}

.mobile-panel a:hover{
background:#f3f7ff;
color:#1556d8
}

@keyframes rvMobileMenu{
from{opacity:0;transform:translateY(-8px)}
to{opacity:1;transform:none}
}

}

@media(max-width:600px){

.back-top{
right:15px;
bottom:15px;
width:40px;
height:40px
}

.logo-text{
font-size:20px
}

}

/* FORM PAGES */

.form-page{
min-height:calc(100vh - 78px);
padding:80px 0;
background:
radial-gradient(circle at 18% 20%,rgba(33,100,226,.07),transparent 26rem),
linear-gradient(180deg,#fff,#f8faff)
}

.form-layout{
display:grid;
grid-template-columns:.9fr 1fr;
gap:90px;
align-items:center;
max-width:1160px
}

.form-intro h1{
font-size:50px;
line-height:1.08;
letter-spacing:-2px;
margin:23px 0 20px
}

.form-intro h1 strong{
color:var(--blue)
}

.form-intro>p{
max-width:510px;
font-size:14px;
line-height:1.8;
color:#647184
}

.demo-benefits{
margin-top:34px;
display:flex;
flex-direction:column;
gap:18px
}

.demo-benefits>div{
display:flex;
gap:13px;
align-items:flex-start
}

.demo-benefits i{
width:29px;
height:29px;
border-radius:50%;
display:grid;
place-items:center;
background:#eaf2ff;
color:var(--blue);
font-size:11px
}

.demo-benefits span{
display:flex;
flex-direction:column
}

.demo-benefits b{
font-size:12px
}

.demo-benefits small{
margin-top:4px;
font-size:10px;
color:#7d8999
}

.lead-card{
padding:36px;
background:#fff;
border:1px solid #e3e9f2;
border-radius:17px;
box-shadow:0 30px 65px rgba(28,52,94,.10)
}

.lead-head{
margin-bottom:26px
}

.lead-head h2{
font-size:24px;
margin:0 0 6px
}

.lead-head p{
margin:0;
font-size:11px;
color:#7b8797
}

.field{
display:flex;
flex-direction:column;
gap:7px;
margin-bottom:16px
}

.field-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:14px
}

.field label{
font-size:10px;
font-weight:750;
color:#344054
}

.field input,
.field textarea{
width:100%;
border:1px solid #dce3ed;
background:#fff;
border-radius:8px;
font-family:inherit;
font-size:12px;
outline:none;
transition:.2s;
padding:0 13px
}

.field input{
height:45px
}

.field textarea{
padding-top:12px;
resize:vertical
}

.field input:focus,
.field textarea:focus{
border-color:#7fa8f3;
box-shadow:0 0 0 4px rgba(21,86,216,.08)
}

.consent{
display:flex;
gap:9px;
font-size:9px;
line-height:1.55;
color:#687588;
margin:6px 0 20px
}

.consent input{
margin-top:2px
}

.consent a{
color:var(--blue);
font-weight:700
}

.lead-submit{
width:100%;
height:48px;
border:0;
border-radius:8px;
background:linear-gradient(135deg,#1c65ef,#0b42bf);
color:#fff;
display:flex;
align-items:center;
justify-content:center;
gap:10px;
font-family:inherit;
font-weight:750;
cursor:pointer;
box-shadow:0 13px 28px rgba(15,77,197,.18)
}

.lead-submit:disabled{
opacity:.65;
cursor:wait
}

.form-status{
min-height:19px;
margin-top:13px;
font-size:10px;
text-align:center
}

.form-status.success{color:#16865c}
.form-status.error{color:#c43d3d}

.hp-field{
position:absolute!important;
left:-10000px!important;
opacity:0!important
}

@media(max-width:850px){

.form-page{
padding:45px 0
}

.form-layout{
grid-template-columns:1fr;
gap:40px
}

.form-intro{
text-align:center
}

.form-intro h1{
font-size:39px
}

.form-intro>p{
margin-left:auto;
margin-right:auto
}

.demo-benefits{
max-width:450px;
margin-left:auto;
margin-right:auto;
text-align:left
}

}

@media(max-width:550px){

.lead-card{
padding:24px 18px
}

.field-grid{
grid-template-columns:1fr;
gap:0
}

}

/* =========================================================
   REGVARO MOBILE EXPERIENCE V2
   ========================================================= */

.rv-mobile-button,
.rv-mobile-drawer,
.rv-mobile-overlay{
display:none
}

/* eski otomatik mobil menu gizle */
.mobile-toggle,
.mobile-panel{
display:none!important
}

@media(max-width:1150px){

body.rv-menu-open{
overflow:hidden
}

.topbar{
height:68px
}

.nav{
position:relative;
justify-content:flex-start
}

.logo{
margin-right:auto
}

.menu{
display:none!important
}

.nav>.nav-actions{
display:none!important
}

/* hamburger */

.rv-mobile-button{
width:42px;
height:42px;
padding:0;
margin-left:auto;
border:1px solid #dfe6f0;
border-radius:12px;
background:#fff;
color:#15233b;
display:flex;
align-items:center;
justify-content:center;
font-size:17px;
cursor:pointer;
box-shadow:0 4px 14px rgba(18,36,70,.045);
transition:.22s ease
}

.rv-mobile-button:hover{
border-color:#bfd0ed;
background:#f7faff
}

.rv-mobile-button:active{
transform:scale(.95)
}

/* overlay */

.rv-mobile-overlay{
display:block;
position:fixed;
inset:0;
z-index:900;
background:rgba(8,19,38,.35);
backdrop-filter:blur(5px);
opacity:0;
visibility:hidden;
transition:
opacity .3s ease,
visibility .3s ease
}

.rv-mobile-overlay.open{
opacity:1;
visibility:visible
}

/* right drawer */

.rv-mobile-drawer{
display:flex;
position:fixed;
z-index:901;
top:0;
right:0;
bottom:0;
width:min(390px,calc(100vw - 34px));
padding:
max(21px,env(safe-area-inset-top))
20px
max(22px,env(safe-area-inset-bottom));
flex-direction:column;
background:#fff;
box-shadow:-30px 0 70px rgba(10,28,62,.16);
transform:translateX(105%);
transition:transform .35s cubic-bezier(.2,.8,.2,1)
}

.rv-mobile-drawer.open{
transform:translateX(0)
}

/* drawer top */

.rv-mobile-head{
display:flex;
align-items:center;
padding-bottom:20px;
border-bottom:1px solid #edf1f6
}

.rv-mobile-brand{
display:flex;
align-items:center;
gap:10px;
font-size:21px;
font-weight:800
}

.rv-mobile-brand img{
width:36px;
height:36px
}

.rv-mobile-close{
width:39px;
height:39px;
margin-left:auto;
display:grid;
place-items:center;
border:1px solid #e2e7ef;
border-radius:11px;
background:#fff;
font-size:17px;
color:#354258;
cursor:pointer
}

/* drawer navigation */

.rv-mobile-links{
display:flex;
flex-direction:column;
gap:4px;
padding:22px 0;
overflow-y:auto
}

.rv-mobile-links a{
min-height:48px;
padding:0 13px;
display:flex;
align-items:center;
gap:12px;
border-radius:10px;
font-size:14px;
font-weight:700;
color:#344054;
transition:.18s ease
}

.rv-mobile-links a i{
width:19px;
text-align:center;
font-size:14px;
color:#76859b
}

.rv-mobile-links a:hover,
.rv-mobile-links a.active{
background:#eef4ff;
color:#1556d8
}

.rv-mobile-links a:hover i,
.rv-mobile-links a.active i{
color:#1556d8
}

/* drawer bottom */

.rv-mobile-actions{
margin-top:auto;
padding-top:18px;
border-top:1px solid #edf1f6;
display:grid;
gap:10px
}

.rv-mobile-actions a{
height:48px;
display:flex;
align-items:center;
justify-content:center;
border-radius:10px;
font-size:13px;
font-weight:800
}

.rv-mobile-login{
border:1px solid #dce3ed;
background:#fff
}

.rv-mobile-demo{
background:linear-gradient(135deg,#216bed,#0b43bd);
color:#fff;
box-shadow:0 12px 27px rgba(15,77,197,.18)
}

/* hero */

.hero{
padding-top:48px
}

.hero-grid{
grid-template-columns:1fr!important;
gap:42px
}

.hero-copy{
text-align:center
}

.hero-copy>p{
margin-left:auto;
margin-right:auto
}

.hero-buttons,
.hero-notes{
justify-content:center
}

.product-window{
max-width:850px;
width:100%;
margin:auto
}

/* generic pages */

.page-hero{
padding-top:65px
}

}

/* TABLET */

@media(max-width:800px){

.wrap{
width:calc(100% - 32px)
}

.hero h1{
font-size:46px;
line-height:1.06;
letter-spacing:-2px
}

.hero-notes{
display:grid!important;
grid-template-columns:1fr 1fr;
max-width:390px;
margin-left:auto;
margin-right:auto;
text-align:left
}

/* dashboard telefonda ezilmesin */

.product-window{
display:block!important;
min-height:0!important;
border-radius:15px
}

.product-window .side{
display:none!important
}

.dashboard{
padding:14px!important
}

.dash-top{
height:35px
}

.dashboard>h2{
font-size:16px
}

.search{
display:none!important
}

.top-icons{
display:none!important
}

.kpis{
grid-template-columns:1fr 1fr!important;
gap:8px!important
}

.kpis article{
min-height:77px!important;
padding:11px!important
}

.kpis strong{
font-size:13px!important
}

.dash-grid{
grid-template-columns:1fr!important
}

.recent{
display:none!important
}

/* cards */

.feature-grid,
.module-grid,
.integration-grid,
.page-card-grid,
.price-grid{
grid-template-columns:1fr 1fr!important
}

.analytics-grid,
.contact-layout,
.form-layout{
grid-template-columns:1fr!important
}

.footer-grid{
grid-template-columns:1fr 1fr!important
}

.footer-brand{
grid-column:1/-1
}

}

/* PHONE */

@media(max-width:560px){

.wrap{
width:calc(100% - 26px)
}

.logo-symbol{
width:34px;
height:36px;
font-size:24px
}

.logo-text{
font-size:19px!important
}

.rv-mobile-button{
width:40px;
height:40px
}

.hero{
padding:38px 0 25px
}

.hero h1{
font-size:38px!important;
letter-spacing:-1.6px!important;
margin-top:19px
}

.hero-copy>p{
font-size:13px;
line-height:1.7
}

.hero-buttons{
display:grid!important;
grid-template-columns:1fr;
width:100%
}

.hero-buttons .button{
width:100%
}

.hero-notes{
font-size:8px
}

.badge{
font-size:8px
}

/* dashboard */

.dashboard{
padding:10px!important
}

.kpis{
grid-template-columns:1fr 1fr!important
}

.kpis small{
font-size:6.5px
}

.kpis strong{
font-size:12px!important
}

.sales-chart{
min-height:230px!important;
padding:11px!important
}

.line-chart{
height:130px!important
}

.line-chart svg{
height:120px!important
}

/* all site grids */

.feature-grid,
.module-grid,
.integration-grid,
.page-card-grid,
.price-grid{
grid-template-columns:1fr!important
}

.feature-grid article{
min-height:175px
}

.module-grid article{
min-height:130px
}

/* sub pages */

.page-hero{
padding:52px 0 46px!important
}

.page-hero h1{
font-size:36px!important;
letter-spacing:-1.5px!important
}

.page-hero p{
font-size:12px
}

.page-hero-actions{
display:grid!important;
grid-template-columns:1fr;
width:100%
}

.page-hero-actions a{
width:100%
}

.page-section{
padding:55px 0!important
}

.page-title h2{
font-size:28px
}

/* forms */

.form-page{
padding:35px 0
}

.form-intro h1{
font-size:35px!important
}

.lead-card{
padding:22px 17px!important;
border-radius:14px
}

.field-grid{
grid-template-columns:1fr!important
}

.field input{
height:47px
}

.lead-submit{
height:50px
}

/* analytics */

.analytics-card{
min-height:445px!important;
padding:17px
}

.analytics-title{
display:block
}

.period{
margin-top:14px
}

.bars{
left:18px!important;
right:18px!important
}

.product-ranking{
left:18px!important;
right:18px!important
}

/* pricing */

.price-card{
min-height:0!important
}

/* CTA */

.cta-box,
.route-cta-box{
padding:27px 21px!important;
border-radius:13px
}

.cta-box h2,
.route-cta-box h2{
font-size:21px
}

/* footer */

.footer-grid{
grid-template-columns:1fr 1fr!important;
gap:28px!important
}

.copyright{
flex-direction:column;
gap:8px
}

}

/* tiny phones */

@media(max-width:370px){

.hero h1{
font-size:33px!important
}

.footer-grid{
grid-template-columns:1fr!important
}

.kpis{
grid-template-columns:1fr!important
}

}
