/* Slava AI Classic UI v3
   Compact 2016-inspired SaaS styling with mobile-first dashboard proportions. */
:root{
  --navy:#202a44;
  --navy-2:#293756;
  --ink:#25304a;
  --muted:#747d90;
  --line:#dfe4ec;
  --paper:#f6f8fb;
  --white:#fff;
  --lime:#5ccfa5;
  --pink:#dc74b6;
  --violet:#6175d8;
  --cyan:#52bdd0;
  --radius:10px;
  --shadow:0 10px 28px rgba(37,48,74,.10);
  --soft-shadow:0 4px 14px rgba(37,48,74,.08);
  --container:min(1180px,calc(100% - 40px));
}

*{box-sizing:border-box}
html{scroll-padding-top:76px}
body{
  background:#f6f8fb;
  color:var(--ink);
  font-family:"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  font-size:15px;
  overflow-x:hidden;
}
body.no-scroll{overflow:hidden}
.page-loader{display:none!important}
.container{width:var(--container)}
.section{padding:88px 0}

/* Header — compact and familiar, not oversized. */
.topbar{background:#25314d;color:#d8deeb;border:0;font-size:12px}
.topbar__inner{height:36px}
.topbar__left,.topbar__right{gap:20px}
.topbar__right a{width:23px;height:23px}
.site-header,.site-header.is-sticky{
  top:36px;
  color:var(--ink);
  background:rgba(255,255,255,.97);
  border-bottom:1px solid #e7ebf1;
  box-shadow:0 2px 8px rgba(37,48,74,.04);
  backdrop-filter:none;
}
.site-header.is-sticky{top:0}
.header__inner{height:72px;gap:24px}
.brand{gap:9px}
.brand__mark{width:38px;height:38px;border-radius:8px;background:linear-gradient(145deg,#6779da,#4b5fbd);box-shadow:0 5px 12px rgba(74,92,186,.24)}
.brand__mark svg{width:23px}
.brand strong{font:700 18px/1 "Segoe UI",sans-serif;letter-spacing:.04em}
.brand small{font-size:7px;letter-spacing:.2em;color:#8b93a6;opacity:1}
.desktop-nav{gap:26px}
.desktop-nav a{font-size:14px;padding:27px 0;font-weight:600;color:#4a546b}
.desktop-nav a:after{bottom:18px;height:2px;background:var(--violet)}
.icon-button,.menu-toggle{background:#fff;color:#526079;border:1px solid #dfe4ec;border-radius:7px}
.icon-button{width:36px;height:36px}
.button{min-height:44px;padding:0 5px 0 18px;gap:12px;border-radius:6px;font-size:14px;box-shadow:none}
.button i{width:34px;height:34px;border-radius:5px}
.button--header,.button--primary{background:var(--violet);color:#fff}
.button--header i,.button--primary i{background:rgba(255,255,255,.16);color:#fff}
.button--dark{background:#2a3653;color:#fff}
.button--dark i{background:#fff;color:#2a3653}
.button:hover{transform:translateY(-1px)!important;box-shadow:0 6px 14px rgba(55,70,125,.16)!important}

.mobile-panel{background:#fff;color:var(--ink);box-shadow:-10px 0 35px rgba(37,48,74,.16)}
.mobile-panel__head{border-bottom-color:#e5e9ef}
.mobile-close{color:#566077}
.mobile-panel nav a{font:600 17px "Segoe UI",sans-serif;border-bottom-color:#e8ebf1;padding:15px 0}
.mobile-panel__contact span{color:#8a93a5}.mobile-panel__contact a{color:var(--violet)}
.panel-overlay{background:rgba(25,33,52,.5)}

/* Hero */
.hero{
  min-height:700px;
  padding:155px 0 42px;
  color:var(--ink);
  background:
    linear-gradient(rgba(255,255,255,.82),rgba(255,255,255,.82)),
    linear-gradient(135deg,#edf1fb 0%,#f7f8fb 48%,#edf7f5 100%);
  border-bottom:1px solid #e3e8f0;
}
.hero__noise,.hero__orbit,.hero:before{display:none}
.hero__grid{grid-template-columns:.88fr 1.12fr;gap:52px}
.eyebrow{font-size:11px;color:#6d7890;letter-spacing:.13em}
.eyebrow i{width:7px;height:7px;background:var(--violet);box-shadow:0 0 0 4px rgba(97,117,216,.10)}
.eyebrow--light{color:#6d7890}.eyebrow--light i{background:var(--violet);box-shadow:0 0 0 4px rgba(97,117,216,.10)}
.hero h1{font:700 clamp(46px,5.1vw,70px)/1.02 "Segoe UI",sans-serif;letter-spacing:-.045em;margin:22px 0 22px;max-width:590px}
.hero h1 span{color:var(--violet);font-weight:700;-webkit-text-stroke:0}
.hero__copy>p{max-width:560px;color:#687287;font-size:17px;line-height:1.68}
.hero__buttons{margin-top:30px;gap:22px}
.play-link{color:var(--ink)}
.play-link__icon{width:44px;height:44px;border-color:#dce2ec;background:#fff;box-shadow:var(--soft-shadow)}
.play-link svg{width:18px;fill:var(--violet)}
.play-link small{color:#8a92a3}
.hero__footer{margin-top:26px;padding-top:22px;border-color:#dfe4eb;color:#7b8495}
.hero__partners{gap:20px}.hero__partners b{font-size:11px;color:#59647a;opacity:.75}

/* Dashboard preview — small 18–28px icons, dense cards, no giant graphics. */
.hero__visual.hero-dashboard{
  position:relative;
  height:500px;
  border:0;
  background:transparent;
  box-shadow:none;
  overflow:visible;
  isolation:auto;
}
.hero__visual.hero-dashboard:before,.hero__visual.hero-dashboard:after{display:none}
.dashboard-window{
  position:absolute;
  inset:28px 0 24px;
  background:#fff;
  border:1px solid #d9e0ea;
  border-radius:11px;
  box-shadow:0 22px 55px rgba(47,61,96,.16);
  overflow:hidden;
}
.dashboard-window__bar{height:38px;display:grid;grid-template-columns:90px 1fr 90px;align-items:center;border-bottom:1px solid #e7eaf0;background:#f7f8fa;padding:0 12px;color:#778195;font-size:10px}
.window-dots{display:flex;gap:5px}.window-dots i{display:block;width:8px;height:8px;border-radius:50%;background:#c9ced8}.window-dots i:first-child{background:#ec8f8c}.window-dots i:nth-child(2){background:#e8c66c}.window-dots i:nth-child(3){background:#6fc69b}
.window-title{text-align:center;font-weight:600}.window-status{justify-self:end;display:flex;align-items:center;gap:5px;color:#4c8c71}.window-status i{width:6px;height:6px;border-radius:50%;background:#55bd8e}
.dashboard-shell{height:calc(100% - 38px);display:grid;grid-template-columns:58px 1fr;background:#f4f6f9}
.dashboard-sidebar{display:flex;flex-direction:column;align-items:center;gap:12px;padding:11px 0;background:#26334f;color:#fff}
.dashboard-sidebar__logo{width:28px;height:28px;display:grid;place-items:center;border-radius:5px;background:#6679d9;font-weight:700;font-size:13px;margin-bottom:5px}
.dashboard-nav-icon{width:31px;height:31px;border-radius:5px;display:grid;place-items:center;color:#b8c1d3}
.dashboard-nav-icon.active{background:rgba(255,255,255,.12);color:#fff}
.dashboard-nav-icon svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linejoin:round;stroke-linecap:round}
.dashboard-nav-icon:first-of-type svg{fill:currentColor;stroke:none}
.dashboard-avatar{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#fff;color:#35425f;font-size:9px;font-weight:700;margin-top:auto}
.dashboard-main{padding:18px 18px 16px;min-width:0}
.dashboard-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}
.dashboard-head small,.card-heading small{display:block;color:#929aab;font-size:8px;font-weight:700;letter-spacing:.11em}
.dashboard-head h3{font:600 18px/1.2 "Segoe UI",sans-serif;margin:3px 0 0;letter-spacing:-.01em}
.dashboard-head button{border:0;background:#6175d8;color:#fff;height:30px;border-radius:4px;padding:0 12px;font-size:9px;font-weight:600;pointer-events:none}
.dashboard-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin-bottom:10px}
.dashboard-stats article{position:relative;display:grid;grid-template-columns:30px 1fr;gap:8px;align-items:center;min-width:0;padding:11px;background:#fff;border:1px solid #e2e6ed;border-radius:6px;box-shadow:0 2px 5px rgba(36,49,77,.035)}
.mini-icon{width:28px;height:28px;border-radius:5px;display:grid;place-items:center;background:#edf0fb;color:#6175d8}
.mini-icon svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.dashboard-stats small{display:block;font-size:8px;color:#9098a8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.dashboard-stats strong{display:block;font-size:15px;margin-top:2px;color:#2a354f}
.dashboard-stats em{grid-column:1/-1;font-style:normal;font-size:7px;color:#4ca681;margin-top:-3px}
.dashboard-grid{display:grid;grid-template-columns:1.35fr .9fr;gap:10px}
.dashboard-chart-card,.dashboard-list-card{background:#fff;border:1px solid #e2e6ed;border-radius:6px;padding:12px;min-width:0;height:210px}
.card-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}
.card-heading strong{display:block;font-size:11px;margin-top:2px;color:#34405a}.card-heading>span,.card-heading a{font-size:8px;color:#6977ba;background:#eef0fa;border-radius:3px;padding:4px 6px}
.dashboard-chart{height:125px;position:relative;display:flex;align-items:flex-end;justify-content:space-between;gap:8px;padding:7px 6px 0;border-left:1px solid #e7eaf0;border-bottom:1px solid #e7eaf0;background:repeating-linear-gradient(to top,transparent 0 30px,#f0f2f6 30px 31px)}
.dashboard-chart i{display:block;width:9%;border-radius:2px 2px 0 0;background:linear-gradient(#7e8ee0,#6073d4);opacity:.88}
.dashboard-chart i:nth-child(1){height:34%}.dashboard-chart i:nth-child(2){height:51%}.dashboard-chart i:nth-child(3){height:43%}.dashboard-chart i:nth-child(4){height:68%}.dashboard-chart i:nth-child(5){height:59%}.dashboard-chart i:nth-child(6){height:82%}.dashboard-chart i:nth-child(7){height:74%}
.dashboard-chart b{position:absolute;left:4%;right:2%;bottom:48%;height:2px;background:#56c09a;transform:rotate(-7deg);transform-origin:left center;border-radius:2px;opacity:.8}
.chart-labels{display:flex;justify-content:space-between;padding:5px 3px 0 8px;color:#9ba2b0;font-size:7px}
.workflow-row{display:grid;grid-template-columns:28px 1fr 7px;gap:8px;align-items:center;padding:10px 0;border-top:1px solid #eef0f4}
.workflow-icon{width:26px;height:26px;border-radius:5px;display:grid;place-items:center;background:#f0f2f7;color:#5f6c83;font-size:9px;font-weight:700}
.workflow-row strong{display:block;font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#354058}.workflow-row small{display:block;font-size:7px;color:#9299a7;margin-top:2px}
.status-dot{width:6px;height:6px;border-radius:50%;background:#55bb8d}.status-dot.is-paused{background:#e4bb60}
.dashboard-float{position:absolute;z-index:5;background:#fff;border:1px solid #dce2eb;border-radius:7px;box-shadow:0 8px 20px rgba(43,56,89,.14)}
.dashboard-float--one{left:-24px;bottom:5px;display:flex;align-items:center;gap:9px;padding:10px 13px}.dashboard-float--one>i{width:25px;height:25px;border-radius:5px;background:#e9f7f2;position:relative}.dashboard-float--one>i:after{content:"";position:absolute;left:7px;right:7px;bottom:6px;height:10px;border-left:2px solid #55b98e;border-bottom:2px solid #55b98e;transform:skew(-18deg) rotate(-26deg)}
.dashboard-float strong{display:block;color:#2a3650;font-size:13px}.dashboard-float small{display:block;color:#8c94a4;font-size:8px;margin-top:1px}.dashboard-float--two{right:-18px;top:8px;padding:10px 13px;text-align:center}.dashboard-float--two strong{font-size:16px;color:#6175d8}

/* Shared sections */
.services,.gallery,.faq,.insights{background:#f6f8fb}
.about,.team,.process,.stats{background:#fff}
.section-heading--split{margin-bottom:42px}
.section-heading h2,.about h2,.benefits h2,.faq h2,.testimonials h2,.contact h2,.process__head h2{font:700 clamp(34px,3.6vw,48px)/1.12 "Segoe UI",sans-serif;letter-spacing:-.035em;color:#26314a}
.section-heading--split>p,.process__head>p,.about__copy .lead,.feature-row p,.faq__intro>p,.blog-card p{color:var(--muted);font-size:15px;line-height:1.65}
.service-grid,.process-grid,.team-grid,.blog-grid{gap:18px}
.service-card,.process-card,.contact-form,.testimonial{border:1px solid #e0e5ed;border-radius:9px;box-shadow:0 4px 13px rgba(37,48,74,.055)}
.service-card{min-height:310px;padding:25px;background:#fff}
.service-card:hover,.process-card:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(37,48,74,.10)}
.service-card__number{font-size:10px;color:#9da5b4}
.service-card__icon,.process-card__icon{width:44px;height:44px;border-radius:7px;background:#edf0fb;color:var(--violet)}
.service-card__icon svg,.process-card__icon svg{width:23px;height:23px;stroke-width:1.6}
.service-card h3{font:600 22px/1.25 "Segoe UI",sans-serif;margin-top:22px}
.service-card p{font-size:14px;line-height:1.6;color:#737c8e;max-width:82%}
.service-card>a{width:34px;height:34px;left:25px;bottom:23px;border-radius:5px;font-size:16px;background:#2c3855;color:#fff}
.service-card__art{width:115px;height:115px;right:-30px;bottom:-30px;opacity:.55}
.about__grid{gap:70px}.about__image{height:500px;border-radius:70px 10px 10px 10px;box-shadow:0 16px 40px rgba(47,59,91,.13)}
.about__screen{border-radius:7px;box-shadow:var(--soft-shadow)}.experience-badge{border-radius:7px;box-shadow:var(--soft-shadow)}
.feature-row>span{width:34px;height:34px;border-radius:5px}.feature-row>span svg{width:17px}
.stats{border-top:1px solid #e4e8ef;border-bottom:1px solid #e4e8ef}.stat{padding:38px 22px}.stat strong{font-size:48px;color:#293653}.stat small{font-size:11px}
.logo-marquee{background:#566bc9;color:#fff;padding:14px 0}.marquee-track span{font-size:14px}.marquee-track i{background:rgba(255,255,255,.45)}
.project-card{height:410px;width:350px;border-radius:10px;box-shadow:0 12px 32px rgba(42,52,83,.11)}
.project-card__ui{border-radius:7px}.project-card__meta h3{font-size:24px}.project-card__meta>span{font-size:10px}
.team-card__photo{height:330px;border-radius:10px;box-shadow:inset 0 0 0 1px rgba(30,35,66,.06)}
.team-card h3{font-size:19px;margin:16px 0 4px}.team-card p{font-size:13px}
.ticker{width:100%;margin-left:0;transform:none;background:#d67cb5;padding:15px 0}.ticker span{font-size:22px}
.benefits{padding:88px 0;background:#eef1f8;color:var(--ink)}
.benefits__visual{height:500px;border-radius:10px;background:#2c3957;box-shadow:var(--shadow)}
.benefit-cards{gap:0}.benefit-cards article{background:#fff;border-color:#dfe4ec;padding:22px}.benefit-cards article:first-child{border-radius:8px 0 0 8px}.benefit-cards article:last-child{border-radius:0 8px 8px 0}.benefit-cards span{font-size:11px;color:var(--violet)}.benefit-cards h3{font-size:18px}.benefit-cards p{font-size:13px}
.faq__visual{border-radius:10px}.accordion__item{border-color:#dfe4eb}.accordion__item button{font-size:17px;padding:20px 0}.accordion__item button i{width:28px;height:28px;font-size:17px}
.process-card{min-height:320px;padding:24px;background:#fff}.process-card__index{font-size:10px}.process-card small{font-size:9px}.process-card h3{font-size:22px}.process-card p{font-size:14px}.process-card:hover{background:#fff;color:var(--ink)}
.testimonials{background:#eef1f8;color:var(--ink)}.testimonials__intro>p{color:var(--muted)}.slider-controls button{width:40px;height:40px;border-radius:6px;background:#fff;color:var(--ink);border-color:#d9dfe8}
.testimonial{padding:34px;background:#fff}.testimonial__quote{font-size:62px}.testimonial>p{font-size:19px;line-height:1.55}.person-avatar{width:44px;height:44px;font-size:11px}.rating{font-size:12px}
.blog-card__image{height:220px;border-radius:9px}.blog-card h3{font-size:20px}.blog-card__arrow{width:36px;height:36px;border-radius:5px}
.contact{background:#eef1f8;color:var(--ink)}.contact__content>p{color:var(--muted)}.contact__details span{color:var(--violet)}.contact-form{background:#fff;padding:30px}.contact-form input,.contact-form select,.contact-form textarea{border-radius:5px;background:#f8f9fb;border-color:#dfe4ec}.contact-form input,.contact-form select{height:46px}
.newsletter{background:#566bc9;color:#fff;padding:54px 0}.newsletter h2{font-size:34px}.newsletter__form input[type=email]{border-radius:5px 0 0 5px}.newsletter__form button{border-radius:0 5px 5px 0;background:#26334f;color:#fff}.newsletter__graphic{transform:scale(.8)}
.footer{background:#25314d;padding-top:70px}.footer__grid{gap:40px}.footer__links h3,.footer__contact h3{font-size:13px}.footer__links a,.footer__contact a,.footer__contact p,.footer__brand p{font-size:13px}
.reveal{transition:opacity .35s ease,transform .35s ease}.floating-chip,.metric-card{animation:none}

@media(hover:none){.service-card:hover,.process-card:hover,.button:hover{transform:none!important;box-shadow:inherit!important}}

@media(max-width:1100px){
  .desktop-nav{gap:18px}.desktop-nav a{font-size:13px}.hero__grid{gap:32px}.dashboard-float--one{left:-10px}.dashboard-float--two{right:-8px}
}

@media(max-width:820px){
  :root{--container:min(100% - 28px,720px)}
  html{scroll-padding-top:64px}.topbar{display:none}.site-header,.site-header.is-sticky{top:0}.header__inner{height:64px}.desktop-nav,.icon-button,.button--header{display:none}.menu-toggle{display:block;width:38px;height:38px;padding:0 10px}.menu-toggle span{background:#536078}
  .brand__mark{width:34px;height:34px}.brand__mark svg{width:21px}.brand strong{font-size:16px}.brand small{font-size:6px}
  .section{padding:62px 0}
  .hero{min-height:auto;padding:96px 0 52px}.hero__grid{grid-template-columns:1fr;gap:36px}.hero h1{font-size:clamp(42px,10vw,58px);max-width:650px}.hero__copy>p{font-size:16px}.hero__visual.hero-dashboard{height:470px;max-width:650px;width:100%;margin-inline:auto}.dashboard-window{inset:10px 0 16px}.dashboard-float--one{left:10px;bottom:0}.dashboard-float--two{right:10px;top:0}.hero__footer{display:none}
  .section-heading--split,.process__head{margin-bottom:32px}.section-heading h2,.about h2,.benefits h2,.faq h2,.testimonials h2,.contact h2,.process__head h2{font-size:clamp(32px,7.2vw,44px)}
  .service-card{min-height:285px}.about__grid{gap:42px}.about__image{height:440px}.project-card{width:min(340px,84vw);height:390px}.team-card__photo{height:360px}.benefits{padding:62px 0}.benefits__grid,.faq__grid,.testimonials__grid,.contact__grid{gap:38px}.benefits__visual{height:450px}.process-card{min-height:0}.testimonial{padding:28px}.blog-grid{gap:26px}.contact-form{padding:25px}.reveal{opacity:1;transform:none;transition:none}
}

@media(max-width:560px){
  :root{--container:calc(100% - 24px)}
  body{font-size:14px}.mobile-panel{width:min(330px,92vw);padding:20px}
  .hero{padding-top:84px}.eyebrow{font-size:9px}.hero h1{font-size:39px;line-height:1.04;margin:17px 0}.hero h1 br{display:none}.hero__copy>p{font-size:15px;line-height:1.62}
  .hero__buttons{display:grid;grid-template-columns:1fr;gap:13px;margin-top:24px}.hero__buttons .button{width:100%}.play-link{justify-content:center;padding:2px 0}.play-link__icon{width:39px;height:39px}
  .hero__visual.hero-dashboard{height:405px;margin-top:2px}.dashboard-window{inset:8px 0 14px;border-radius:8px}.dashboard-window__bar{height:32px;grid-template-columns:60px 1fr 55px;padding:0 8px}.window-dots{gap:4px}.window-dots i{width:6px;height:6px}.window-title{font-size:8px}.window-status{font-size:8px}
  .dashboard-shell{height:calc(100% - 32px);grid-template-columns:42px 1fr}.dashboard-sidebar{padding:8px 0;gap:9px}.dashboard-sidebar__logo,.dashboard-avatar{width:24px;height:24px;font-size:8px}.dashboard-nav-icon{width:27px;height:27px}.dashboard-nav-icon svg{width:13px;height:13px}
  .dashboard-main{padding:12px 10px 10px}.dashboard-head{margin-bottom:9px}.dashboard-head h3{font-size:14px}.dashboard-head small{font-size:6px}.dashboard-head button{height:25px;padding:0 8px;font-size:7px}
  .dashboard-stats{gap:5px;margin-bottom:6px}.dashboard-stats article{grid-template-columns:23px 1fr;padding:7px 6px;gap:5px}.mini-icon{width:22px;height:22px}.mini-icon svg{width:11px;height:11px}.dashboard-stats small{font-size:6px}.dashboard-stats strong{font-size:11px}.dashboard-stats em{font-size:6px}
  .dashboard-grid{grid-template-columns:1fr;gap:6px}.dashboard-chart-card{height:180px;padding:9px}.dashboard-list-card{display:none}.card-heading{margin-bottom:7px}.card-heading strong{font-size:9px}.card-heading small{font-size:6px}.dashboard-chart{height:123px}.chart-labels{font-size:6px}
  .dashboard-float{display:none}
  .section{padding:54px 0}.section-heading h2,.about h2,.benefits h2,.faq h2,.testimonials h2,.contact h2,.process__head h2{font-size:32px}.section-heading--split>p,.process__head>p{font-size:14px;margin-top:14px}
  .service-grid{gap:12px}.service-card{min-height:250px;padding:20px}.service-card__icon,.process-card__icon{width:38px;height:38px}.service-card__icon svg,.process-card__icon svg{width:20px;height:20px}.service-card h3{font-size:20px;margin-top:18px}.service-card p{font-size:13px;max-width:90%}.service-card>a{left:20px;bottom:19px;width:31px;height:31px}
  .about__image{height:340px;border-radius:45px 8px 8px 8px}.about__screen{width:210px;height:150px;right:15px;top:40px}.about__bot{transform:scale(.82);transform-origin:left bottom}.experience-badge{left:8px;bottom:10px}.feature-row{gap:12px}.feature-row>span{width:31px;height:31px}
  .stats__grid{grid-template-columns:1fr 1fr}.stat{padding:25px 10px}.stat:nth-child(2){border-right:0}.stat strong{font-size:37px}.stat small{font-size:9px}.logo-marquee{padding:11px 0}.marquee-track span{font-size:11px}
  .project-card{height:340px;width:84vw;padding:18px}.project-card__ui{left:18px;right:18px;top:19px;height:190px}.project-card__meta h3{font-size:21px}.team-card__photo{height:330px}.ticker span{font-size:17px}
  .benefits__visual{height:350px}.benefits__figure{transform:scale(.64);transform-origin:center bottom}.benefit-cards{display:grid;gap:8px}.benefit-cards article{border:1px solid #dfe4ec!important;border-radius:7px!important;padding:18px}.benefit-cards h3{font-size:16px}
  .faq__visual{height:170px}.question-orb{width:90px;height:90px;font-size:48px}.accordion__item button{font-size:15px;padding:17px 0}.process-card{padding:21px}.process-card h3{font-size:20px}.process-card p{font-size:13px}
  .testimonial{padding:22px;border-radius:8px}.testimonial__quote{font-size:50px;height:40px}.testimonial>p{font-size:16px;line-height:1.52}.testimonial__person{display:grid;grid-template-columns:44px 1fr}.rating{grid-column:2;margin-top:5px}
  .blog-card__image{height:200px}.blog-card h3{font-size:18px}.contact-form{padding:20px 15px}.form-row{grid-template-columns:1fr}.form-footer{align-items:stretch}.form-footer .button{width:100%}
  .newsletter{padding:44px 0}.newsletter__graphic{display:none}.newsletter h2{font-size:29px}.newsletter__form input[type=email],.newsletter__form button{width:100%;border-radius:5px}.newsletter__form>div{gap:7px}.footer{padding-top:55px}
}

@media(max-width:380px){
  .hero h1{font-size:35px}.dashboard-head button{display:none}.dashboard-stats article:nth-child(3){display:none}.dashboard-stats{grid-template-columns:1fr 1fr}.dashboard-chart-card{height:190px}.dashboard-chart{height:135px}.stats__grid{grid-template-columns:1fr}.stat{border-right:0!important}
}

@media(prefers-reduced-motion:reduce){.marquee-track,.ticker__track{animation:none!important}}
