.micool-topbar {
    background: #fff;
    border-bottom: 1px solid #e8edf6;
}

.micool-topbar:before,
.micool-navbar:before,
.micool-topbar .header-top-left:after {
    display: none;
}

.micool-topbar .header-top-left {
    background: transparent;
    padding: 16px 0;
}

.micool-topbar .header-top-left span,
.micool-topbar .header-top-left span i,
.micool-topbar .header-top-right ul li,
.micool-topbar .header-top-right ul li i {
    color: #071847;
}

.micool-topbar .header-top-left span i,
.micool-topbar .header-top-right ul li i {
    color: #0b55d9;
    animation: none;
}

.micool-topbar .header-top-right ul li {
    border-right: 0;
    padding: 16px 20px;
}

.micool-navbar {
    background: #fff;
    border-bottom: 1px solid #edf2fa;
    box-shadow: 0 10px 28px rgba(7, 24, 71, .04);
}

.micool-navbar__inner {
    min-height: 86px;
    display: flex;
    align-items: center;
    gap: 36px;
}

.micool-navbar__brand {
    flex: 0 0 260px;
}

.micool-navbar__menu {
    flex: 1 1 auto;
    min-width: 0;
}

.micool-navbar__actions {
    flex: 0 0 auto;
}

.micool-navbar .header-logo {
    padding: 0;
}

.micool-navbar .header-logo a {
    display: inline-block;
}

.micool-navbar .header-logo img {
    max-height: 58px !important;
    min-height: 0;
    max-width: 235px;
    width: auto;
}

.micool-navbar .main-menu > nav > ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 30px;
}

.micool-navbar .main-menu > nav > ul > li {
    display: block;
    margin: 0;
    white-space: nowrap;
}

.micool-navbar .main-menu ul li a {
    color: #071847;
    font-size: 16px;
    padding: 39px 0;
    text-transform: none;
}

.micool-navbar .main-menu ul li.active > a,
.micool-navbar .main-menu ul li:hover > a {
    color: #0b55d9;
}

.micool-navbar .main-menu ul li.active > a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 27px;
    height: 3px;
    background: #ff6b19;
    border-radius: 3px;
}

.micool-navbar .main-menu ul li.menu-item-has-children:after {
    content: "";
    width: 7px;
    height: 7px;
    right: -13px;
    margin-top: -4px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    color: #071847;
    font-family: inherit;
}

.micool-navbar .main-menu ul li.menu-item-has-children:hover:after,
.micool-navbar .main-menu ul li.active.menu-item-has-children:after {
    color: #0b55d9;
}

.micool-navbar .header-right {
    background: transparent;
    padding: 0;
}

.micool-navbar .header-right:before {
    display: none;
}

.micool-navbar .header-right ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
}

.micool-navbar .header-right ul li {
    margin: 0;
}

.micool-navbar .micool-call-box > span {
    display: flex !important;
    align-items: center;
    gap: 8px;
    min-width: 0;
    height: 40px;
    padding: 5px 11px 5px 7px;
    border: 1px solid #e3ebf8;
    border-radius: 999px;
    background: #f8fbff;
    box-shadow: none;
}

.micool-navbar .micool-call-box i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    color: #fff;
    background: #0b55d9;
    box-shadow: none;
    font-size: 12px;
}

.micool-navbar .micool-call-box a {
    color: #071847;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: .2px;
}

.micool-navbar .micool-call-box small {
    display: block;
    margin-top: 2px;
    color: #6f7894;
    font-size: 9px;
    font-weight: 500;
}

.micool-navbar .theme-btn-white {
    height: 38px;
    line-height: 38px;
    min-width: 108px;
    border-radius: 8px;
    background: #ff6b19;
    color: #fff;
    font-size: 12px;
    box-shadow: 0 10px 18px rgba(255, 107, 25, .18);
}

.micool-hero {
    position: relative;
    overflow: hidden;
    background: linear-gradient(90deg, #f7fbff 0%, #f7fbff 38%, #eef5ff 100%);
}

.micool-hero,
.micool-hero .swiper-wrapper,
.micool-hero__slide {
    min-height: 610px;
}

.micool-hero__slide {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.micool-hero .micool-hero__slide {
    pointer-events: none;
}

.micool-hero .micool-hero__slide.swiper-slide-active {
    pointer-events: auto;
}

.micool-hero .micool-hero__slide:not(.swiper-slide-active) .micool-hero__content,
.micool-hero .micool-hero__slide:not(.swiper-slide-active) .micool-hero__badge,
.micool-hero .micool-hero__slide:not(.swiper-slide-active) h1,
.micool-hero .micool-hero__slide:not(.swiper-slide-active) h2,
.micool-hero .micool-hero__slide:not(.swiper-slide-active) p,
.micool-hero .micool-hero__slide:not(.swiper-slide-active) .micool-hero__actions {
    opacity: 0 !important;
    visibility: hidden !important;
}

.micool-hero .micool-hero__slide.swiper-slide-active .micool-hero__content {
    opacity: 1 !important;
    visibility: visible !important;
}

.micool-hero__slide:before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(90deg, rgba(247, 251, 255, .98) 0%, rgba(247, 251, 255, .94) 34%, rgba(247, 251, 255, .25) 58%, rgba(247, 251, 255, 0) 100%);
}

.micool-hero__slide:after {
    content: "";
    position: absolute;
    left: -8%;
    top: -18%;
    width: 54%;
    height: 110%;
    border: 1px solid rgba(11, 85, 217, .08);
    border-radius: 48%;
    transform: rotate(-9deg);
    z-index: 1;
}

.micool-hero__media {
    position: absolute;
    inset: 0 0 0 auto;
    width: 67%;
    background-size: cover;
    background-position: center right;
}

.micool-hero__content {
    position: relative;
    z-index: 2;
    max-width: 620px;
    padding: 88px 0 112px;
}

.micool-hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 12px 26px 12px 16px;
    margin-bottom: 28px;
    border-radius: 999px;
    background: #e8f1ff;
    color: #0b55d9;
    font-size: 18px;
    font-weight: 800;
}

.micool-hero__badge i {
    font-size: 25px;
}

.micool-hero h1 {
    margin-bottom: 14px;
    color: #071847;
    font-size: 68px;
    line-height: .98;
    font-weight: 900;
}

.micool-hero h2 {
    margin-bottom: 14px;
    color: #071847;
    font-size: 68px;
    line-height: .98;
    font-weight: 900;
}

.micool-hero h1 span,
.micool-hero h2 span {
    display: block;
    color: #125ee8;
}

.micool-hero__line {
    width: 100px;
    height: 5px;
    margin: 20px 0;
    border-radius: 999px;
    background: linear-gradient(90deg, #ff6b19, rgba(255, 107, 25, 0));
}

.micool-hero p {
    max-width: 570px;
    color: #4d5a79;
    font-size: 20px;
    line-height: 1.55;
}

.micool-hero__actions {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 24px;
}

.micool-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 58px;
    padding: 0 28px;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 800;
}

.micool-btn--primary {
    background: #0b55d9;
    color: #fff;
    box-shadow: 0 16px 30px rgba(11, 85, 217, .24);
}

.micool-btn--outline {
    border: 1px solid #aebde0;
    color: #0b55d9;
    background: rgba(255,255,255,.75);
}

.micool-benefits {
    position: relative;
    z-index: 4;
    margin-top: -82px;
    padding-bottom: 42px;
}

.micool-hero__dots {
    position: absolute;
    left: 50%;
    bottom: 112px;
    z-index: 8;
    transform: translateX(-50%);
    width: auto !important;
}

.micool-hero__dots .swiper-pagination-bullet,
.micool-hero.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    margin: 0 5px;
    border: 0;
    background: rgba(11, 85, 217, .25);
    opacity: 1;
}

.micool-hero__dots .swiper-pagination-bullet-active,
.micool-hero.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active {
    width: 30px;
    border-radius: 999px;
    background: #0b55d9;
}

.micool-hero__nav {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    color: #0b55d9;
    background: rgba(255,255,255,.9);
    border: 1px solid rgba(174, 189, 224, .7);
    box-shadow: 0 12px 28px rgba(7, 24, 71, .1);
}

.micool-hero__nav:after {
    display: none;
}

.micool-hero__nav i {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 12px;
    height: 12px;
    display: block;
    margin: 0;
}

.micool-hero__nav i:before {
    content: "";
    position: absolute;
    inset: 0;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
}

.micool-hero__nav--prev i:before {
    transform: translate(-35%, -50%) rotate(-135deg);
}

.micool-hero__nav--next i:before {
    transform: translate(-65%, -50%) rotate(45deg);
}

.micool-hero__nav--prev {
    left: 34px;
}

.micool-hero__nav--next {
    right: 34px;
}

.micool-benefits__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.micool-benefit {
    display: flex;
    align-items: center;
    gap: 20px;
    min-height: 145px;
    padding: 28px 26px;
    border: 1px solid rgba(216, 226, 244, .95);
    border-radius: 14px;
    background: rgba(255,255,255,.96);
    box-shadow: 0 18px 45px rgba(7, 24, 71, .09);
}

.micool-benefit__icon {
    flex: 0 0 auto;
    width: 78px;
    height: 78px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #0b55d9;
    background: #f4f8ff;
    border: 2px solid #e3ebfb;
    box-shadow: inset 0 0 0 10px #fff;
    font-size: 35px;
}

.micool-benefit h3 {
    margin-bottom: 6px;
    color: #071847;
    font-size: 22px;
    line-height: 1.15;
    font-weight: 900;
}

.micool-benefit p {
    margin: 0;
    color: #65708d;
    font-size: 15px;
    line-height: 1.45;
}

.micool-service-strip {
    position: relative;
    z-index: 5;
    margin-top: -72px;
    padding-bottom: 42px;
}

.micool-service-strip__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
}

.micool-service-card {
    position: relative;
    min-height: 168px;
    display: flex;
    align-items: center;
    gap: 28px;
    padding: 34px 42px;
    border: 1px solid #dfe7f4;
    border-radius: 14px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 18px 42px rgba(7, 24, 71, .08);
}

.micool-service-card:before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .08;
    background: linear-gradient(110deg, transparent 0%, transparent 55%, #0b55d9 56%, #0b55d9 100%);
}

.micool-service-card--primary {
    border-color: transparent;
    background: radial-gradient(circle at 14% 18%, rgba(35, 113, 255, .26), transparent 30%), linear-gradient(135deg, #003cae 0%, #041945 100%);
}

.micool-service-card__icon,
.micool-service-card__arrow,
.micool-service-card__content {
    position: relative;
    z-index: 1;
}

.micool-service-card__icon {
    flex: 0 0 auto;
    width: 112px;
    height: 112px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #0b55d9;
    background: #fff;
    border: 1px solid #edf2fa;
    box-shadow: 0 18px 34px rgba(7, 24, 71, .13), inset -7px -7px 0 rgba(255, 107, 25, .12);
    font-size: 48px;
}

.micool-service-card__content {
    flex: 1 1 auto;
}

.micool-service-card strong {
    display: block;
    margin-bottom: 10px;
    color: #071847;
    font-size: 34px;
    line-height: 1.1;
    font-weight: 900;
}

.micool-service-card small {
    display: block;
    max-width: 390px;
    color: #5d6885;
    font-size: 18px;
    line-height: 1.55;
}

.micool-service-card--primary strong,
.micool-service-card--primary small {
    color: #fff;
}

.micool-service-card__arrow {
    flex: 0 0 auto;
    width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    background: #0b55d9;
    box-shadow: 0 14px 28px rgba(11, 85, 217, .22);
    font-size: 22px;
}

.micool-service-card__arrow i,
.micool-popular-more span i,
.micool-popular-card__arrow i,
.micool-portfolio-more i,
.micool-portfolio-card__body > a i,
.micool-article-more i,
.micool-article-card__link i,
.micool-btn--outline i {
    position: relative;
    width: 13px;
    height: 13px;
    display: inline-block;
    flex: 0 0 auto;
}

.micool-service-card__arrow i:before,
.micool-popular-more span i:before,
.micool-popular-card__arrow i:before,
.micool-portfolio-more i:before,
.micool-portfolio-card__body > a i:before,
.micool-article-more i:before,
.micool-article-card__link i:before,
.micool-btn--outline i:before {
    content: "";
    position: absolute;
    inset: 0;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: rotate(45deg);
}

.micool-service-card--primary .micool-service-card__arrow {
    color: #0b55d9;
    background: #fff;
}

.micool-about-section {
    padding: 0 0 56px;
    background: #fff;
}

.micool-about-grid {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
    gap: 54px;
    align-items: start;
}

.micool-about-media {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    min-height: 570px;
}

.micool-about-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.micool-about-media__main,
.micool-about-media__side img {
    overflow: hidden;
    border-radius: 8px;
    background: #eef4fb;
}

.micool-about-media__main {
    min-height: 570px;
}

.micool-about-media__main img {
    object-position: center;
}

.micool-about-media__side {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 14px;
}

.micool-about-media__badge {
    position: absolute;
    left: 42%;
    bottom: 32px;
    width: 245px;
    min-height: 230px;
    padding: 34px 32px 28px;
    border-radius: 12px;
    color: #fff;
    background: linear-gradient(145deg, #0d64ee 0%, #002f9e 100%);
    box-shadow: 0 20px 42px rgba(11, 85, 217, .28);
}

.micool-about-media__badge strong {
    display: block;
    font-size: 52px;
    line-height: .9;
    font-weight: 900;
}

.micool-about-media__badge span {
    display: block;
    margin-top: 12px;
    font-size: 26px;
    line-height: 1.1;
    font-weight: 800;
}

.micool-about-media__badge i {
    display: block;
    width: 42px;
    height: 3px;
    margin: 22px 0;
    border-radius: 999px;
    background: #ff6b19;
}

.micool-about-media__badge small {
    display: block;
    font-size: 13px;
    line-height: 1.45;
    color: rgba(255,255,255,.86);
}

.micool-about-content {
    padding: 42px 48px;
    border-radius: 12px;
    background: linear-gradient(145deg, #fff 0%, #f8fbff 100%);
}

.micool-section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
    color: #0b55d9;
    font-size: 18px;
    font-weight: 700;
}

.micool-section-kicker:before {
    content: "";
    width: 3px;
    height: 20px;
    border-radius: 999px;
    background: #ff6b19;
}

.micool-about-content h2 {
    margin-bottom: 28px;
    color: #071847;
    font-size: 56px;
    line-height: 1;
    font-weight: 900;
}

.micool-about-content p {
    color: #36425f;
    font-size: 17px;
    line-height: 1.85;
}

.micool-about-content p b,
.micool-about-content p a {
    color: #0b55d9;
    font-weight: 800;
}

.micool-mission-card {
    position: relative;
    display: grid;
    grid-template-columns: 82px 1fr;
    gap: 22px;
    margin-top: 30px;
    padding: 28px 34px;
    border: 1px solid #dce6f7;
    border-radius: 12px;
    background: #fff;
    overflow: hidden;
}

.micool-mission-card:after {
    content: "";
    position: absolute;
    right: -40px;
    bottom: -70px;
    width: 340px;
    height: 180px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(11, 85, 217, .10), transparent 68%);
}

.micool-mission-card__quote {
    color: #0b55d9;
    font-size: 86px;
    line-height: .86;
    font-weight: 900;
}

.micool-mission-card h3 {
    margin-bottom: 8px;
    color: #071847;
    font-size: 26px;
    font-weight: 900;
}

.micool-mission-card p {
    position: relative;
    z-index: 1;
    margin: 0;
    color: #515c79;
    font-size: 16px;
    line-height: 1.7;
}

.micool-stats-section {
    padding: 48px 0;
    border-top: 1px solid #eef3fb;
    border-bottom: 1px solid #e6edf7;
    background: #fff;
}

.micool-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: center;
}

.micool-stat {
    position: relative;
    display: flex;
    align-items: center;
    gap: 24px;
    min-height: 92px;
    padding: 0 34px;
}

.micool-stat:not(:last-child):after {
    content: "";
    position: absolute;
    right: 0;
    top: 10px;
    bottom: 10px;
    width: 1px;
    background: #d9e2f1;
}

.micool-stat__icon {
    flex: 0 0 auto;
    width: 82px;
    height: 82px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e2eaf7;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 14px 30px rgba(7, 24, 71, .07);
}

.micool-stat__icon img {
    max-width: 52px;
    max-height: 52px;
}

.micool-stat__content {
    display: block;
}

.micool-stat__content strong {
    display: block;
    color: #071847;
    font-size: 54px;
    line-height: .95;
    font-weight: 900;
}

.micool-stat__content small {
    display: block;
    margin-top: 10px;
    color: #66708d;
    font-size: 18px;
    font-weight: 700;
}

.micool-popular-section {
    padding: 64px 0 76px;
    background: linear-gradient(135deg, #f7fbff 0%, #fff 48%, #f4f9ff 100%);
}

.micool-popular-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 32px;
    margin-bottom: 48px;
}

.micool-section-kicker--logo:before {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: radial-gradient(circle at 62% 50%, #ff6b19 0 30%, transparent 32%), conic-gradient(from 90deg, #0b55d9 0 52%, transparent 52% 100%);
}

.micool-popular-header h2 {
    margin: 0;
    color: #071847;
    font-size: 60px;
    line-height: 1;
    font-weight: 900;
}

.micool-popular-header i {
    display: block;
    width: 62px;
    height: 4px;
    margin-top: 28px;
    border-radius: 999px;
    background: #ff6b19;
}

.micool-popular-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    min-width: 206px;
    height: 58px;
    padding: 0 28px;
    border: 1px solid #bed0ef;
    border-radius: 999px;
    color: #071847;
    background: #fff;
    font-size: 17px;
    font-weight: 800;
}

.micool-popular-more span {
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #0b55d9;
}

.micool-popular-more span i {
    width: 11px;
    height: 11px;
}

.micool-popular-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.06fr) minmax(0, .94fr);
    gap: 54px;
    align-items: stretch;
}

.micool-popular-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
}

.micool-popular-card {
    position: relative;
    display: flex;
    align-items: center;
    gap: 24px;
    min-height: 178px;
    padding: 34px 34px;
    border: 1px solid #dfe7f4;
    border-radius: 12px;
    color: #071847;
    background: #fff;
    box-shadow: 0 20px 42px rgba(7, 24, 71, .06);
}

.micool-popular-card__icon {
    flex: 0 0 auto;
    width: 90px;
    height: 90px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #0b55d9;
    background: #f8fbff;
    box-shadow: inset 0 0 0 12px #fff, 0 12px 28px rgba(7, 24, 71, .08);
    font-size: 40px;
}

.micool-popular-card__text {
    flex: 1 1 auto;
    display: block;
    min-width: 0;
}

.micool-popular-card__text small {
    display: block;
    margin-bottom: 10px;
    color: #64708d;
    font-size: 17px;
    font-weight: 700;
}

.micool-popular-card__text strong {
    display: block;
    color: #071847;
    font-size: 26px;
    line-height: 1.15;
    font-weight: 900;
}

.micool-popular-card__arrow,
.micool-popular-card__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.micool-popular-card__arrow {
    position: absolute;
    right: 22px;
    bottom: 22px;
    width: 44px;
    height: 44px;
    color: #0b55d9;
    border: 1px solid #dbe6f8;
    background: #fff;
}

.micool-popular-card__badge {
    position: absolute;
    right: -16px;
    top: -16px;
    width: 56px;
    height: 56px;
    color: #ff6b19;
    border: 1px solid #dbe6f8;
    background: #fff;
    box-shadow: 0 12px 26px rgba(7, 24, 71, .1);
}

.micool-popular-card--active {
    border-color: transparent;
    color: #fff;
    background: linear-gradient(135deg, #ff7b17 0%, #f04c00 100%);
    box-shadow: 0 22px 42px rgba(255, 107, 25, .24);
}

.micool-popular-card--active .micool-popular-card__icon {
    color: #ff6b19;
    background: #fff;
}

.micool-popular-card--active .micool-popular-card__text small,
.micool-popular-card--active .micool-popular-card__text strong {
    color: #fff;
}

.micool-popular-media {
    position: relative;
    min-height: 398px;
    overflow: hidden;
    border-radius: 18px;
    background: #eaf1f9;
    box-shadow: 0 24px 48px rgba(7, 24, 71, .08);
}

.micool-popular-media img {
    width: 100%;
    height: 100%;
    min-height: 398px;
    object-fit: cover;
    object-position: center;
    display: block;
}

.micool-popular-note {
    position: absolute;
    right: 44px;
    bottom: 38px;
    display: grid;
    grid-template-columns: 68px 1fr;
    gap: 22px;
    width: min(460px, calc(100% - 88px));
    padding: 26px 30px 26px 28px;
    border-radius: 12px;
    background: rgba(255,255,255,.96);
    box-shadow: 0 22px 44px rgba(7, 24, 71, .13);
}

.micool-popular-note span {
    width: 62px;
    height: 62px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    background: #0b55d9;
    box-shadow: 0 14px 28px rgba(11, 85, 217, .22);
    font-size: 28px;
}

.micool-popular-note p {
    margin: 0;
    color: #36425f;
    font-size: 16px;
    line-height: 1.65;
    font-weight: 700;
}

.micool-popular-note > i {
    grid-column: 2;
    display: block;
    width: 44px;
    height: 3px;
    margin-top: 6px;
    border-radius: 999px;
    background: #ff6b19;
}

.micool-testimonial-section {
    padding: 74px 0;
    background: radial-gradient(circle at 78% 18%, rgba(11, 85, 217, .28), transparent 30%), linear-gradient(135deg, #001633 0%, #001f4d 50%, #00112d 100%);
    overflow: hidden;
}

.micool-testimonial-shell {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1fr);
    min-height: 680px;
    overflow: hidden;
    border-radius: 16px;
    background: linear-gradient(135deg, #092455 0%, #001a43 100%);
    box-shadow: 0 28px 70px rgba(0, 18, 48, .36);
}

.micool-testimonial-media {
    position: relative;
    min-height: 680px;
    display: flex;
    align-items: stretch;
    justify-content: center;
    background: #dfe8f1;
    overflow: hidden;
}

.micool-testimonial-media:before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(90deg, rgba(0, 18, 48, .10), transparent 45%);
}

.micool-testimonial-media img {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%;
    min-height: 680px;
    object-fit: cover;
    object-position: center;
    display: block;
}

.micool-testimonial-panel {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    padding: 84px 92px;
    color: #fff;
    background: radial-gradient(circle at 76% 22%, rgba(11, 85, 217, .35), transparent 32%), linear-gradient(135deg, rgba(7, 32, 78, .98), rgba(0, 30, 82, .98));
}

.micool-testimonial-panel:before {
    content: "”";
    position: absolute;
    right: 88px;
    top: 78px;
    color: rgba(255,255,255,.06);
    font-size: 230px;
    line-height: .8;
    font-weight: 900;
}

.micool-testimonial-heading,
.micool-testimonial-slider {
    position: relative;
    z-index: 1;
}

.micool-testimonial-heading span {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 36px;
    color: #ff7b17;
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
}

.micool-testimonial-heading span i {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 50%;
}

.micool-testimonial-heading h2 {
    max-width: 640px;
    margin: 0;
    color: #fff;
    font-size: 58px;
    line-height: 1.08;
    font-weight: 900;
}

.micool-testimonial-heading h2 b {
    color: #ff7b17;
    font-weight: 900;
}

.micool-testimonial-heading > i {
    display: block;
    width: 128px;
    height: 4px;
    margin: 28px 0 34px;
    border-radius: 999px;
    background: linear-gradient(90deg, #ff7b17 0 72%, rgba(255,255,255,.18) 72% 100%);
}

.micool-testimonial-slider {
    width: 100%;
    padding-bottom: 0;
}

.micool-testimonial-slide p {
    max-width: 700px;
    margin: 0 0 42px;
    color: rgba(255,255,255,.92);
    font-size: 20px;
    line-height: 1.75;
}

.micool-testimonial-client {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(180px, .68fr);
    align-items: center;
    max-width: 620px;
    padding: 26px 34px 26px 26px;
    border-radius: 14px;
    background: rgba(255,255,255,.08);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
}

.micool-testimonial-client__person {
    display: flex;
    align-items: center;
    gap: 20px;
    min-width: 0;
}

.micool-testimonial-client__person img {
    flex: 0 0 auto;
    width: 88px;
    height: 88px;
    object-fit: cover;
    border: 3px solid #ff7b17;
    border-radius: 50%;
    background: #fff;
}

.micool-testimonial-client__person strong {
    display: block;
    margin-bottom: 10px;
    color: #fff;
    font-size: 22px;
    line-height: 1.1;
    font-weight: 900;
}

.micool-testimonial-client__person span,
.micool-testimonial-client__person small,
.micool-testimonial-rating span {
    display: block;
    color: rgba(255,255,255,.78);
    font-size: 15px;
    line-height: 1.5;
}

.micool-testimonial-rating {
    padding-left: 36px;
    border-left: 1px solid rgba(255,255,255,.18);
}

.micool-testimonial-rating div {
    display: flex;
    gap: 5px;
    margin-bottom: 14px;
    color: #ff9b38;
    font-size: 21px;
}

.micool-testimonial-rating strong {
    display: block;
    margin-bottom: 6px;
    color: #fff;
    font-size: 20px;
    font-weight: 900;
}

.micool-testimonial-nav {
    top: auto;
    bottom: 4px;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 50%;
    color: #fff;
    background: rgba(255,255,255,.08);
}

.micool-testimonial-nav:after {
    display: none;
}

.micool-testimonial-nav--prev {
    left: auto;
    right: 54px;
}

.micool-testimonial-nav--next {
    right: 0;
}

.micool-why-section {
    padding: 72px 0;
    background: linear-gradient(135deg, #eef5ff 0%, #fff 42%, #f7fbff 100%);
}

.micool-why-shell {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
    overflow: hidden;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 24px 60px rgba(7, 24, 71, .11);
}

.micool-why-media {
    position: relative;
    min-height: 640px;
    background: #eef4fb;
}

.micool-why-media img {
    width: 100%;
    height: 100%;
    min-height: 640px;
    object-fit: cover;
    object-position: center;
    display: block;
}

.micool-why-guarantee {
    position: absolute;
    left: 42px;
    bottom: 42px;
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 22px;
    align-items: center;
    width: min(500px, calc(100% - 84px));
    padding: 26px 30px;
    border-radius: 10px;
    color: #fff;
    background: rgba(0, 24, 68, .82);
    backdrop-filter: blur(8px);
}

.micool-why-guarantee span {
    width: 68px;
    height: 68px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 4px solid #fff;
    border-radius: 18px;
    color: #ff6b19;
    font-size: 30px;
}

.micool-why-guarantee span i {
    display: none;
}

.micool-why-guarantee span:before {
    content: "";
    width: 28px;
    height: 16px;
    border-left: 5px solid #ff6b19;
    border-bottom: 5px solid #ff6b19;
    transform: rotate(-45deg) translate(2px, -2px);
}

.micool-why-guarantee strong,
.micool-why-guarantee small {
    display: block;
    color: #fff;
}

.micool-why-guarantee strong {
    margin-bottom: 8px;
    font-size: 24px;
    font-weight: 900;
}

.micool-why-guarantee small {
    font-size: 16px;
    line-height: 1.5;
}

.micool-why-content {
    padding: 70px 72px 54px;
    background: linear-gradient(145deg, #fff 0%, #f8fbff 100%);
}

.micool-why-badge {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 9px 24px 9px 10px;
    margin-bottom: 34px;
    border: 1px solid #dbe7f7;
    border-radius: 999px;
    color: #0b55d9;
    background: #fff;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .8px;
    text-transform: uppercase;
}

.micool-why-badge i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: radial-gradient(circle at 62% 50%, #ff6b19 0 30%, transparent 32%), conic-gradient(from 90deg, #0b55d9 0 52%, transparent 52% 100%);
}

.micool-why-content h2 {
    margin: 0;
    color: #071847;
    font-size: 60px;
    line-height: 1.06;
    font-weight: 900;
}

.micool-why-content h2 b {
    display: block;
    color: #ff6b19;
    font-weight: 900;
}

.micool-why-content > em {
    display: block;
    width: 76px;
    height: 4px;
    margin: 22px 0;
    border-radius: 999px;
    background: #ff6b19;
}

.micool-why-content > p {
    max-width: 600px;
    margin: 0 0 38px;
    color: #4d5a79;
    font-size: 18px;
    line-height: 1.7;
    font-style: normal;
    font-weight: 700;
}

.micool-why-list {
    display: grid;
    gap: 28px;
}

.micool-why-item {
    display: grid;
    grid-template-columns: 84px 1fr;
    gap: 24px;
    align-items: center;
}

.micool-why-item > span {
    width: 78px;
    height: 78px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 7px solid #d9e8ff;
    border-radius: 50%;
    color: #fff;
    background: #0b55d9;
    font-size: 34px;
    box-shadow: 0 12px 24px rgba(11, 85, 217, .18);
}

.micool-why-item--accent > span {
    border-color: #ffc29e;
    background: #071847;
}

.micool-why-item strong {
    display: block;
    margin-bottom: 10px;
    color: #071847;
    font-size: 24px;
    line-height: 1.15;
    font-weight: 900;
}

.micool-why-item small {
    display: block;
    color: #4d5a79;
    font-size: 15px;
    line-height: 1.6;
    font-weight: 600;
}

.micool-why-cta {
    float: right;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    height: 56px;
    padding: 0 28px;
    margin-top: 44px;
    border-radius: 999px;
    color: #fff;
    background: #ff6b19;
    font-size: 16px;
    font-weight: 900;
    box-shadow: 0 16px 30px rgba(255, 107, 25, .22);
}

.micool-portfolio-section {
    padding: 74px 0 68px;
    background: #fff;
}

.micool-portfolio-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 32px;
    margin-bottom: 36px;
}

.micool-portfolio-header span {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 14px;
    color: #ff6b19;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
}

.micool-portfolio-header span i {
    display: block;
    width: 40px;
    height: 2px;
    background: #ff6b19;
}

.micool-portfolio-header h2 {
    margin: 0 0 14px;
    color: #071847;
    font-size: 52px;
    line-height: 1.05;
    font-weight: 900;
}

.micool-portfolio-header p {
    max-width: 470px;
    margin: 0;
    color: #4d5a79;
    font-size: 16px;
    line-height: 1.6;
}

.micool-portfolio-more {
    display: inline-flex;
    align-items: center;
    gap: 22px;
    height: 56px;
    padding: 0 30px;
    border: 1px solid #071847;
    border-radius: 999px;
    color: #071847;
    background: #fff;
    font-size: 15px;
    font-weight: 900;
}

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

.micool-portfolio-card {
    overflow: hidden;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 18px 40px rgba(7, 24, 71, .09);
}

.micool-portfolio-card__image {
    display: block;
    height: 260px;
    overflow: hidden;
    background: #edf3fb;
}

.micool-portfolio-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .35s ease;
}

.micool-portfolio-card:hover .micool-portfolio-card__image img {
    transform: scale(1.04);
}

.micool-portfolio-card__body {
    display: grid;
    grid-template-columns: 72px 1fr 26px;
    gap: 18px;
    align-items: center;
    min-height: 124px;
    padding: 24px;
    background: #fff;
}

.micool-portfolio-card__body > span {
    width: 64px;
    height: 64px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    background: #071847;
    font-size: 28px;
}

.micool-portfolio-card__body h3 {
    margin: 0 0 8px;
    color: #071847;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 900;
}

.micool-portfolio-card__body p {
    margin: 0;
    color: #4d5a79;
    font-size: 14px;
    line-height: 1.45;
}

.micool-portfolio-card__body > a {
    color: #ff6b19;
    font-size: 18px;
}

.micool-team-section {
    position: relative;
    padding: 74px 0 66px;
    overflow: hidden;
    background: radial-gradient(circle at 50% 18%, rgba(11, 85, 217, .22), transparent 34%), linear-gradient(135deg, #001633 0%, #001f4d 48%, #00112d 100%);
}

.micool-team-section:before,
.micool-team-section:after {
    content: "";
    position: absolute;
    width: 360px;
    height: 360px;
    border: 1px solid rgba(45, 131, 255, .14);
    border-radius: 50%;
}

.micool-team-section:before {
    left: -140px;
    bottom: -160px;
}

.micool-team-section:after {
    right: -130px;
    top: -180px;
}

.micool-team-shape {
    position: absolute;
    z-index: 0;
    color: rgba(255,255,255,.18);
    font-size: 72px;
}

.micool-team-shape--one {
    left: 10%;
    top: 22%;
}

.micool-team-shape--two {
    right: 10%;
    top: 22%;
}

.micool-team-shape--three {
    left: 7%;
    bottom: 32%;
}

.micool-team-section .custom-container {
    position: relative;
    z-index: 1;
}

.micool-team-heading {
    max-width: 800px;
    margin: 0 auto 42px;
    text-align: center;
}

.micool-team-heading span {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 22px;
    color: #ff8a22;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.micool-team-heading span:before,
.micool-team-heading span:after {
    content: "";
    width: 34px;
    height: 2px;
    background: #ff8a22;
}

.micool-team-heading h2 {
    margin: 0 0 18px;
    color: #fff;
    font-size: 58px;
    line-height: 1.08;
    font-weight: 900;
}

.micool-team-heading h2 b {
    color: #ff8a22;
    font-weight: 900;
}

.micool-team-heading p {
    margin: 0 auto;
    max-width: 620px;
    color: rgba(255,255,255,.82);
    font-size: 18px;
    line-height: 1.6;
}

.micool-team-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 26px;
    max-width: 1120px;
    margin: 0 auto;
}

.micool-team-card {
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.18);
    border-top: 3px solid #ff8a22;
    border-radius: 12px;
    background: rgba(255,255,255,.04);
}

.micool-team-card__img {
    height: 260px;
    background: #f4f6f9;
}

.micool-team-card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
}

.micool-team-card__body {
    position: relative;
    min-height: 172px;
    padding: 42px 24px 24px;
    text-align: center;
    background: linear-gradient(180deg, rgba(0, 36, 88, .92), rgba(0, 18, 48, .98));
    border-top: 2px solid #ff6b19;
}

.micool-team-card__body > span {
    position: absolute;
    left: 50%;
    top: -31px;
    transform: translateX(-50%);
    width: 62px;
    height: 62px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 4px solid #fff;
    border-radius: 50%;
    color: #071847;
    background: #fff;
    font-size: 24px;
    box-shadow: 0 10px 22px rgba(0, 18, 48, .22);
}

.micool-team-card__body small {
    display: block;
    margin-bottom: 8px;
    color: #ff8a22;
    font-size: 15px;
    font-weight: 800;
}

.micool-team-card__body strong {
    display: block;
    margin-bottom: 8px;
    color: #fff;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 900;
}

.micool-team-card__body p {
    margin: 0;
    color: rgba(255,255,255,.72);
    font-size: 15px;
    line-height: 1.5;
}

.micool-team-note {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    max-width: 640px;
    min-height: 56px;
    margin: 36px auto 0;
    padding: 14px 28px;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 999px;
    color: #fff;
    background: rgba(255,255,255,.06);
    font-size: 16px;
    font-weight: 700;
}

.micool-team-note i {
    color: #ff8a22;
}

.micool-footer {
    position: relative;
    overflow: hidden;
    padding: 58px 0 30px;
    color: #fff;
    background: radial-gradient(circle at 84% 50%, rgba(11, 85, 217, .26), transparent 28%), linear-gradient(135deg, #001633 0%, #001f4d 52%, #00112d 100%);
}

.micool-footer:before {
    content: "";
    position: absolute;
    right: -150px;
    top: 160px;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(11, 85, 217, .16) 0 2px, transparent 2px);
    background-size: 14px 14px;
    opacity: .7;
}

.micool-footer .custom-container {
    position: relative;
    z-index: 1;
}

.micool-footer-cta {
    display: grid;
    grid-template-columns: 120px 1fr auto;
    gap: 36px;
    align-items: center;
    min-height: 160px;
    padding: 34px 54px 34px 44px;
    border: 1px solid rgba(45, 131, 255, .48);
    border-left: 5px solid #ff6b19;
    border-radius: 18px;
    background: radial-gradient(circle at 92% 45%, rgba(11, 85, 217, .34), transparent 28%), rgba(255,255,255,.04);
    box-shadow: 0 26px 60px rgba(0, 18, 48, .24);
}

.micool-footer-cta__icon {
    width: 78px;
    height: 78px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 107, 25, .8);
    border-radius: 50%;
    color: #ff6b19;
    font-size: 32px;
}

.micool-footer-cta h2 {
    margin: 0 0 10px;
    color: #fff;
    font-size: 40px;
    line-height: 1.1;
    font-weight: 900;
}

.micool-footer-cta p {
    margin: 0;
    color: rgba(255,255,255,.76);
    font-size: 17px;
    line-height: 1.55;
}

.micool-footer-cta > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    min-width: 286px;
    height: 60px;
    padding: 0 28px;
    border-radius: 999px;
    color: #071847;
    background: #fff;
    font-size: 20px;
    font-weight: 900;
    box-shadow: 0 18px 36px rgba(0, 18, 48, .18);
}

.micool-footer-cta > a i {
    color: #ff6b19;
}

.micool-footer-main {
    display: grid;
    grid-template-columns: 1.35fr 1fr 1.05fr .78fr .9fr;
    gap: 54px;
    padding: 58px 0 48px;
}

.micool-footer-brand {
    padding-right: 40px;
    border-right: 1px solid rgba(255,255,255,.15);
}

.micool-footer-brand img {
    width: 245px;
    max-width: 100%;
    height: auto;
    margin-bottom: 24px;
    image-rendering: auto;
}

.micool-footer-brand p {
    margin: 0 0 32px;
    color: rgba(255,255,255,.78);
    font-size: 15px;
    line-height: 1.75;
}

.micool-footer-contact {
    display: grid;
    gap: 24px;
}

.micool-footer-contact div {
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 14px;
}

.micool-footer-contact i {
    color: #ff6b19;
    font-size: 24px;
    line-height: 1.1;
}

.micool-footer-contact b,
.micool-footer-contact a,
.micool-footer-contact span {
    display: block;
}

.micool-footer-contact b {
    margin-bottom: 6px;
    color: #fff;
    font-size: 15px;
}

.micool-footer-contact span,
.micool-footer-contact a {
    color: rgba(255,255,255,.78);
    font-size: 14px;
    line-height: 1.55;
}

.micool-footer-links h3 {
    position: relative;
    margin: 0 0 30px;
    color: #fff;
    font-size: 21px;
    line-height: 1.1;
    font-weight: 900;
}

.micool-footer-links h3:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -14px;
    width: 26px;
    height: 3px;
    border-radius: 999px;
    background: #ff6b19;
}

.micool-footer-links ul {
    display: grid;
    gap: 13px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.micool-footer-links a {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    color: rgba(255,255,255,.8);
    font-size: 15px;
    line-height: 1.35;
}

.micool-footer-links a:before {
    content: "";
    position: absolute;
    left: 0;
    top: .48em;
    width: 7px;
    height: 7px;
    border-top: 2px solid #2d83ff;
    border-right: 2px solid #2d83ff;
    transform: rotate(45deg);
}

.micool-footer-links a:hover {
    color: #fff;
}

.micool-footer-bottom {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 34px;
    align-items: center;
    padding-top: 26px;
    border-top: 1px solid rgba(255,255,255,.16);
}

.micool-footer-copy,
.micool-footer-benefits,
.micool-footer-social {
    display: flex;
    align-items: center;
}

.micool-footer-copy {
    gap: 12px;
    color: rgba(255,255,255,.78);
    font-size: 14px;
}

.micool-footer-copy i {
    color: #fff;
    font-size: 24px;
}

.micool-footer-benefits {
    justify-content: center;
    gap: 24px;
    color: rgba(255,255,255,.86);
    font-size: 13px;
    line-height: 1.35;
}

.micool-footer-benefits span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    max-width: 150px;
}

.micool-footer-benefits i {
    color: #fff;
    font-size: 22px;
}

.micool-footer-social {
    gap: 12px;
}

.micool-footer-social a {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,.24);
    border-radius: 50%;
    color: #fff;
}

.micool-article-section {
    padding: 78px 0 78px;
    background: linear-gradient(135deg, #fff 0%, #f8fbff 100%);
}

.micool-article-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 32px;
    margin-bottom: 38px;
}

.micool-article-header span {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 22px;
    color: #ff6b19;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: .4px;
    text-transform: uppercase;
}

.micool-article-header span > i {
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ffb48a;
    border-radius: 50%;
    color: #ff6b19;
    font-size: 22px;
}

.micool-article-header span em {
    display: block;
    width: 46px;
    height: 2px;
    background: #ff6b19;
}

.micool-article-header h2 {
    margin: 0 0 14px;
    color: #071847;
    font-size: 54px;
    line-height: 1.05;
    font-weight: 900;
}

.micool-article-header p {
    margin: 0;
    color: #4d5a79;
    font-size: 16px;
    line-height: 1.6;
}

.micool-article-more {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    height: 54px;
    padding: 0 28px;
    border: 1px solid #071847;
    border-radius: 999px;
    color: #071847;
    background: #fff;
    font-size: 15px;
    font-weight: 900;
}

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

.micool-article-card {
    overflow: hidden;
    border: 1px solid #e3ebf7;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(7, 24, 71, .07);
}

.micool-article-card__image {
    display: block;
    height: 320px;
    overflow: hidden;
    background: #edf3fb;
}

.micool-article-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .35s ease;
}

.micool-article-card:hover .micool-article-card__image img {
    transform: scale(1.04);
}

.micool-article-card__body {
    padding: 26px 28px 30px;
}

.micool-article-card__tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 5px 13px;
    margin-bottom: 18px;
    border-radius: 999px;
    color: #0b55d9;
    background: #eaf2ff;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.micool-article-card__tag i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #0b55d9;
}

.micool-article-card h3 {
    margin: 0 0 18px;
    color: #071847;
    font-size: 21px;
    line-height: 1.35;
    font-weight: 900;
}

.micool-article-card h3 a {
    color: inherit;
}

.micool-article-card p {
    margin: 0 0 26px;
    color: #4d5a79;
    font-size: 15px;
    line-height: 1.7;
}

.micool-article-card__link {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    color: #0b55d9;
    font-size: 15px;
    font-weight: 900;
}

@media only screen and (max-width: 1399px) {
    .micool-navbar__inner {
        gap: 22px;
    }

    .micool-navbar__brand {
        flex-basis: 245px;
    }

    .micool-navbar .header-logo img {
        max-height: 58px !important;
    }

    .micool-navbar .main-menu > nav > ul {
        gap: 20px;
    }

    .micool-navbar .main-menu ul li a {
        font-size: 15px;
    }

    .micool-call-box > span {
        min-width: 0;
        height: 40px;
        padding: 5px 10px 5px 7px;
    }

    .micool-call-box i {
        width: 26px;
        height: 26px;
        font-size: 12px;
    }

    .micool-call-box a {
        font-size: 14px;
    }

    .micool-navbar .theme-btn-white {
        min-width: 100px;
        height: 38px;
        line-height: 38px;
        padding: 0 12px;
        font-size: 12px;
    }

    .micool-hero h1,
    .micool-hero h2 {
        font-size: 58px;
    }

    .micool-service-card {
        padding: 30px;
    }

    .micool-service-card strong {
        font-size: 30px;
    }

    .micool-about-content h2 {
        font-size: 48px;
    }

    .micool-stat {
        gap: 18px;
        padding: 0 22px;
    }

    .micool-stat__content strong {
        font-size: 44px;
    }

    .micool-popular-header h2 {
        font-size: 52px;
    }

    .micool-popular-grid {
        gap: 34px;
    }

    .micool-popular-card {
        gap: 18px;
        padding: 28px 24px;
    }

    .micool-popular-card__text strong {
        font-size: 23px;
    }

    .micool-testimonial-shell,
    .micool-testimonial-media {
        min-height: 620px;
    }

    .micool-testimonial-panel {
        padding: 70px 64px;
    }

    .micool-testimonial-heading h2 {
        font-size: 50px;
    }

    .micool-testimonial-slide p {
        font-size: 18px;
    }

    .micool-why-content {
        padding: 58px 52px 48px;
    }

    .micool-why-content h2,
    .micool-team-heading h2 {
        font-size: 50px;
    }

    .micool-portfolio-card__image {
        height: 230px;
    }

    .micool-team-grid {
        gap: 20px;
    }

    .micool-team-card__img {
        height: 230px;
    }

    .micool-footer-main {
        gap: 34px;
    }

    .micool-footer-benefits {
        gap: 16px;
    }

    .micool-article-header h2 {
        font-size: 48px;
    }

    .micool-article-card__image {
        height: 280px;
    }
}

@media only screen and (max-width: 1199px) {
    .micool-call-box {
        display: none !important;
    }

    .micool-navbar__brand {
        flex-basis: 230px;
    }

    .micool-navbar .main-menu > nav > ul {
        gap: 18px;
    }

    .micool-hero__media {
        width: 62%;
    }

    .micool-benefits__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .micool-service-strip__grid,
    .micool-about-grid {
        grid-template-columns: 1fr;
    }

    .micool-about-content {
        padding: 34px;
    }

    .micool-stats-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 22px;
    }

    .micool-stat {
        padding: 0;
    }

    .micool-stat:nth-child(2):after {
        display: none;
    }

    .micool-popular-grid {
        grid-template-columns: 1fr;
    }

    .micool-popular-media {
        min-height: 430px;
    }

    .micool-testimonial-shell {
        grid-template-columns: 1fr;
    }

    .micool-testimonial-media {
        min-height: 460px;
    }

    .micool-testimonial-media img {
        width: min(72%, 460px);
    }

    .micool-testimonial-panel {
        padding: 58px;
    }

    .micool-testimonial-client {
        max-width: none;
    }

    .micool-why-shell {
        grid-template-columns: 1fr;
    }

    .micool-why-media,
    .micool-why-media img {
        min-height: 520px;
    }

    .micool-portfolio-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .micool-team-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: 720px;
    }

    .micool-team-card__img {
        height: 280px;
    }

    .micool-footer-cta {
        grid-template-columns: 86px 1fr;
    }

    .micool-footer-cta > a {
        grid-column: 2;
        justify-self: start;
    }

    .micool-footer-main {
        grid-template-columns: 1.2fr 1fr 1fr;
    }

    .micool-footer-brand {
        grid-column: 1 / -1;
        padding-right: 0;
        padding-bottom: 34px;
        border-right: 0;
        border-bottom: 1px solid rgba(255,255,255,.15);
    }

    .micool-footer-bottom {
        grid-template-columns: 1fr;
    }

    .micool-footer-benefits {
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .micool-article-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .micool-article-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media only screen and (max-width: 991px) {
    .micool-navbar .header-logo img {
        max-height: 58px !important;
    }

    .micool-hero,
    .micool-hero .swiper-wrapper,
    .micool-hero__slide {
        min-height: auto;
    }

    .micool-hero {
        padding-top: 0;
    }

    .micool-hero__slide:before {
        background: linear-gradient(180deg, rgba(247, 251, 255, .98) 0%, rgba(247, 251, 255, .9) 56%, rgba(247, 251, 255, .18) 100%);
    }

    .micool-hero__media {
        width: 100%;
        opacity: .35;
        background-position: center;
    }

    .micool-hero__content {
        max-width: 720px;
        padding: 76px 0 130px;
    }

    .micool-hero h1,
    .micool-hero h2 {
        font-size: 52px;
    }

    .micool-hero__nav {
        display: none;
    }

    .micool-service-strip {
        margin-top: -54px;
    }

    .micool-service-card {
        min-height: 140px;
    }

    .micool-about-media {
        min-height: 480px;
    }

    .micool-about-media__main {
        min-height: 480px;
    }

    .micool-popular-header {
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 34px;
    }

    .micool-popular-header h2 {
        font-size: 44px;
    }

    .micool-popular-more {
        height: 50px;
        min-width: 176px;
        font-size: 15px;
    }

    .micool-testimonial-section {
        padding: 54px 0;
    }

    .micool-testimonial-heading h2 {
        font-size: 42px;
    }

    .micool-testimonial-slide p {
        font-size: 17px;
        line-height: 1.65;
    }

    .micool-testimonial-client {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .micool-testimonial-rating {
        padding: 22px 0 0;
        border-left: 0;
        border-top: 1px solid rgba(255,255,255,.18);
    }

    .micool-why-content {
        padding: 44px 34px 42px;
    }

    .micool-why-content h2,
    .micool-portfolio-header h2,
    .micool-team-heading h2 {
        font-size: 40px;
    }

    .micool-portfolio-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .micool-portfolio-more {
        height: 50px;
    }

    .micool-team-shape {
        display: none;
    }

    .micool-footer-cta {
        grid-template-columns: 1fr;
        padding: 30px;
    }

    .micool-footer-cta > a {
        grid-column: auto;
    }

    .micool-footer-main {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .micool-article-header h2 {
        font-size: 40px;
    }

    .micool-article-card__image {
        height: 250px;
    }
}

@media only screen and (max-width: 767px) {
    .micool-hero__content {
        padding: 58px 0 108px;
    }

    .micool-hero__badge {
        font-size: 15px;
        padding: 10px 18px 10px 13px;
    }

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

    .micool-hero p {
        font-size: 17px;
        line-height: 1.55;
    }

    .micool-hero__actions {
        align-items: stretch;
        flex-direction: column;
        gap: 12px;
        max-width: 280px;
    }

    .micool-benefits {
        margin-top: -58px;
    }

    .micool-hero__dots {
        bottom: 82px;
    }

    .micool-benefits__grid {
        grid-template-columns: 1fr;
    }

    .micool-benefit {
        min-height: 118px;
        padding: 22px;
    }

    .micool-service-strip__grid {
        gap: 16px;
    }

    .micool-service-card {
        align-items: flex-start;
        gap: 16px;
        min-height: auto;
        padding: 22px;
    }

    .micool-service-card__icon {
        width: 72px;
        height: 72px;
        font-size: 32px;
    }

    .micool-service-card strong {
        font-size: 24px;
    }

    .micool-service-card small {
        font-size: 15px;
    }

    .micool-service-card__arrow {
        width: 42px;
        height: 42px;
        font-size: 16px;
    }

    .micool-about-grid {
        gap: 28px;
    }

    .micool-about-media {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .micool-about-media__main {
        min-height: 360px;
    }

    .micool-about-media__side {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: none;
    }

    .micool-about-media__side img {
        min-height: 180px;
    }

    .micool-about-media__badge {
        left: 22px;
        bottom: 22px;
        width: 210px;
        min-height: 190px;
        padding: 26px 24px;
    }

    .micool-about-media__badge strong {
        font-size: 42px;
    }

    .micool-about-media__badge span {
        font-size: 22px;
    }

    .micool-about-content {
        padding: 26px 20px;
    }

    .micool-about-content h2 {
        font-size: 36px;
    }

    .micool-about-content p {
        font-size: 16px;
        line-height: 1.7;
    }

    .micool-mission-card {
        grid-template-columns: 1fr;
        gap: 8px;
        padding: 24px;
    }

    .micool-mission-card__quote {
        font-size: 64px;
    }

    .micool-stats-section {
        padding: 34px 0;
    }

    .micool-stats-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .micool-stat {
        min-height: 84px;
        padding: 0;
    }

    .micool-stat:not(:last-child):after {
        display: none;
    }

    .micool-stat__icon {
        width: 70px;
        height: 70px;
        border-radius: 14px;
    }

    .micool-stat__icon img {
        max-width: 44px;
        max-height: 44px;
    }

    .micool-stat__content strong {
        font-size: 38px;
    }

    .micool-stat__content small {
        font-size: 16px;
    }

    .micool-popular-section {
        padding: 46px 0 54px;
    }

    .micool-popular-header h2 {
        font-size: 36px;
    }

    .micool-popular-cards {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .micool-popular-card {
        min-height: 136px;
        padding: 22px;
    }

    .micool-popular-card__icon {
        width: 70px;
        height: 70px;
        font-size: 31px;
    }

    .micool-popular-card__text small {
        font-size: 15px;
    }

    .micool-popular-card__text strong {
        font-size: 22px;
    }

    .micool-popular-card__badge {
        right: 14px;
        top: 14px;
        width: 42px;
        height: 42px;
    }

    .micool-popular-media,
    .micool-popular-media img {
        min-height: 390px;
    }

    .micool-popular-note {
        right: 18px;
        bottom: 18px;
        grid-template-columns: 52px 1fr;
        gap: 14px;
        width: calc(100% - 36px);
        padding: 18px;
    }

    .micool-popular-note span {
        width: 48px;
        height: 48px;
        font-size: 22px;
    }

    .micool-popular-note p {
        font-size: 14px;
        line-height: 1.5;
    }

    .micool-testimonial-section {
        padding: 42px 0;
    }

    .micool-testimonial-shell {
        border-radius: 12px;
    }

    .micool-testimonial-media {
        min-height: 340px;
    }

    .micool-testimonial-media img {
        width: min(88%, 360px);
    }

    .micool-testimonial-panel {
        padding: 34px 22px 76px;
    }

    .micool-testimonial-panel:before {
        right: 22px;
        top: 24px;
        font-size: 130px;
    }

    .micool-testimonial-heading span {
        gap: 10px;
        margin-bottom: 22px;
        font-size: 13px;
    }

    .micool-testimonial-heading span i {
        width: 36px;
        height: 36px;
    }

    .micool-testimonial-heading h2 {
        font-size: 34px;
    }

    .micool-testimonial-heading > i {
        width: 96px;
        margin: 22px 0 26px;
    }

    .micool-testimonial-slide p {
        margin-bottom: 28px;
        font-size: 16px;
    }

    .micool-testimonial-client {
        padding: 20px;
    }

    .micool-testimonial-client__person {
        gap: 14px;
    }

    .micool-testimonial-client__person img {
        width: 68px;
        height: 68px;
    }

    .micool-testimonial-client__person strong {
        font-size: 18px;
    }

    .micool-testimonial-client__person span,
    .micool-testimonial-client__person small,
    .micool-testimonial-rating span {
        font-size: 13px;
    }

    .micool-testimonial-nav--prev {
        right: 72px;
    }

    .micool-testimonial-nav--next {
        right: 18px;
    }

    .micool-why-section,
    .micool-portfolio-section,
    .micool-team-section {
        padding: 46px 0;
    }

    .micool-why-shell {
        border-radius: 12px;
    }

    .micool-why-media,
    .micool-why-media img {
        min-height: 360px;
    }

    .micool-why-guarantee {
        left: 18px;
        bottom: 18px;
        grid-template-columns: 54px 1fr;
        gap: 14px;
        width: calc(100% - 36px);
        padding: 18px;
    }

    .micool-why-guarantee span {
        width: 50px;
        height: 50px;
        border-width: 3px;
        border-radius: 14px;
        font-size: 22px;
    }

    .micool-why-guarantee strong {
        font-size: 18px;
    }

    .micool-why-guarantee small {
        font-size: 13px;
    }

    .micool-why-content {
        padding: 34px 22px 36px;
    }

    .micool-why-badge {
        margin-bottom: 24px;
        font-size: 12px;
    }

    .micool-why-content h2,
    .micool-portfolio-header h2,
    .micool-team-heading h2 {
        font-size: 34px;
    }

    .micool-why-content > p {
        font-size: 16px;
    }

    .micool-why-item {
        grid-template-columns: 64px 1fr;
        gap: 16px;
    }

    .micool-why-item > span {
        width: 58px;
        height: 58px;
        border-width: 5px;
        font-size: 24px;
    }

    .micool-why-item strong {
        font-size: 20px;
    }

    .micool-why-cta {
        float: none;
        width: 100%;
        margin-top: 30px;
    }

    .micool-portfolio-grid,
    .micool-team-grid {
        grid-template-columns: 1fr;
    }

    .micool-portfolio-card__image {
        height: 220px;
    }

    .micool-portfolio-card__body {
        grid-template-columns: 58px 1fr 18px;
        gap: 14px;
        padding: 18px;
    }

    .micool-portfolio-card__body > span {
        width: 52px;
        height: 52px;
        font-size: 23px;
    }

    .micool-team-heading span {
        gap: 10px;
        font-size: 13px;
    }

    .micool-team-heading span:before,
    .micool-team-heading span:after {
        width: 24px;
    }

    .micool-team-heading p {
        font-size: 16px;
    }

    .micool-team-card__img {
        height: 300px;
    }

    .micool-team-note {
        border-radius: 14px;
        text-align: center;
    }

    .micool-footer {
        padding: 42px 0 24px;
    }

    .micool-footer-cta {
        gap: 20px;
        min-height: auto;
        padding: 24px;
        border-radius: 14px;
    }

    .micool-footer-cta__icon {
        width: 60px;
        height: 60px;
        font-size: 25px;
    }

    .micool-footer-cta h2 {
        font-size: 30px;
    }

    .micool-footer-cta p {
        font-size: 15px;
    }

    .micool-footer-cta > a {
        width: 100%;
        min-width: 0;
        height: 54px;
        font-size: 16px;
    }

    .micool-footer-main {
        grid-template-columns: 1fr;
        gap: 34px;
        padding: 42px 0 34px;
    }

    .micool-footer-brand img {
        max-width: 210px;
    }

    .micool-footer-bottom {
        gap: 24px;
    }

    .micool-footer-benefits {
        display: grid;
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .micool-footer-benefits span {
        max-width: none;
    }

    .micool-article-section {
        padding: 46px 0;
    }

    .micool-article-header {
        margin-bottom: 28px;
    }

    .micool-article-header span {
        gap: 10px;
        margin-bottom: 16px;
        font-size: 13px;
    }

    .micool-article-header span > i {
        width: 38px;
        height: 38px;
        font-size: 18px;
    }

    .micool-article-header span em {
        width: 32px;
    }

    .micool-article-header h2 {
        font-size: 34px;
    }

    .micool-article-more {
        width: 100%;
        height: 50px;
    }

    .micool-article-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .micool-article-card__image {
        height: 230px;
    }

    .micool-article-card__body {
        padding: 22px;
    }
}
