body {
    background: #f5f7fa;
}

.atech-home-content {
    float: none;
    padding: 0;
    width: 100%;
}

.atech-home-content > .atech-home {
    margin: 0;
}

.atech-home {
    color: #13253a;
    font-family: "Open Sans", Arial, sans-serif;
    overflow: hidden;
}

.atech-home h1,
.atech-home h2,
.atech-home h3,
.atech-site-header,
.atech-footer {
    letter-spacing: 0;
}

.atech-home-container,
.atech-header-inner,
.atech-footer-inner {
    margin: 0 auto;
    max-width: 1180px;
    padding: 0 24px;
}

.atech-site-header {
    background: rgba(255, 255, 255, 0.98);
    border-bottom: 1px solid #d8e1ec;
    box-shadow: 0 8px 24px rgba(20, 55, 92, 0.06);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.atech-header-inner {
    align-items: center;
    display: grid;
    gap: 22px;
    grid-template-columns: 190px minmax(0, 1fr) auto;
    min-height: 72px;
}

.atech-brand img {
    display: block;
    height: auto;
    max-width: 168px;
}

.atech-primary-nav {
    align-items: center;
    display: flex;
    gap: 18px;
    justify-content: center;
}

.atech-primary-nav a,
.atech-nav-group > a {
    color: #172840;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.atech-primary-nav a:hover,
.atech-primary-nav a:focus,
.atech-nav-group:hover > a,
.atech-nav-group:focus-within > a {
    color: #064f9f;
    text-decoration: none;
}

.atech-nav-group {
    position: relative;
}

.atech-nav-menu {
    background: #fff;
    border: 1px solid #d8e1ec;
    border-radius: 8px;
    box-shadow: 0 18px 36px rgba(20, 55, 92, 0.14);
    display: none;
    left: 50%;
    min-width: 220px;
    padding: 10px;
    position: absolute;
    top: calc(100% + 16px);
    transform: translateX(-50%);
    z-index: 1100;
}

.atech-nav-menu::before {
    content: "";
    height: 18px;
    left: 0;
    position: absolute;
    right: 0;
    top: -18px;
}

.atech-nav-menu a {
    border-radius: 6px;
    display: block;
    padding: 10px 12px;
}

.atech-nav-menu a:hover,
.atech-nav-menu a:focus {
    background: #eef5fc;
}

.atech-nav-group:hover .atech-nav-menu,
.atech-nav-group:focus-within .atech-nav-menu {
    display: block;
}

.atech-login-btn,
.atech-btn {
    align-items: center;
    border-radius: 7px;
    display: inline-flex;
    font-weight: 800;
    gap: 10px;
    justify-content: center;
    line-height: 1;
    min-height: 44px;
    text-decoration: none;
}

.atech-login-btn {
    background: #064f9f;
    box-shadow: 0 10px 18px rgba(6, 79, 159, 0.22);
    color: #fff;
    padding: 0 18px;
}

.atech-login-btn:hover,
.atech-login-btn:focus,
.atech-btn:hover,
.atech-btn:focus {
    text-decoration: none;
}

.atech-login-btn:hover,
.atech-login-btn:focus {
    background: #043f82;
    color: #fff;
}

.atech-menu-toggle {
    align-items: center;
    background: #eef4fb;
    border: 1px solid #c7d5e6;
    border-radius: 7px;
    color: #064f9f;
    display: none;
    height: 42px;
    justify-content: center;
    width: 46px;
}

.atech-hero {
    background:
        linear-gradient(180deg, rgba(245, 249, 253, 0.96), rgba(238, 244, 250, 0.96)),
        radial-gradient(circle at 24% 24%, rgba(6, 79, 159, 0.12), transparent 34%);
    border-bottom: 1px solid #dbe5ef;
    min-height: 520px;
    padding: 28px 0 34px;
    position: relative;
}

.atech-arch {
    border: 18px solid rgba(6, 79, 159, 0.08);
    border-bottom: 0;
    border-radius: 240px 240px 0 0;
    bottom: 28px;
    height: 330px;
    left: 52px;
    pointer-events: none;
    position: absolute;
    width: 200px;
}

.atech-hero-shell {
    margin: 0 auto;
    max-width: 1280px;
    padding: 0 72px 26px;
    position: relative;
}

.atech-slider-window {
    overflow: hidden;
}

.atech-slider-track {
    display: flex;
    transition: transform 480ms ease;
    will-change: transform;
}

.atech-slide {
    align-items: center;
    display: grid;
    flex: 0 0 100%;
    gap: 34px;
    grid-template-columns: minmax(340px, 0.82fr) minmax(480px, 1.18fr);
    min-height: 440px;
    opacity: 0.45;
    padding: 10px 0;
    transition: opacity 280ms ease;
}

.atech-slide.is-active {
    opacity: 1;
}

.atech-slide-copy {
    padding: 0 0 0 8px;
}

.atech-slide-meta {
    align-items: center;
    color: #064f9f;
    display: flex;
    font-size: 13px;
    font-weight: 800;
    gap: 12px;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.atech-slide-count {
    background: #064f9f;
    border-radius: 999px;
    color: #fff;
    padding: 7px 12px;
}

.atech-slide h1 {
    color: #101820;
    font-size: 43px;
    font-weight: 800;
    line-height: 1.08;
    margin: 0 0 16px;
    max-width: 560px;
}

.atech-slide p {
    color: #33465d;
    font-size: 17px;
    line-height: 1.55;
    margin: 0 0 22px;
    max-width: 560px;
}

.atech-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 20px;
}

.atech-btn {
    border: 1px solid #064f9f;
    padding: 0 18px;
}

.atech-btn-primary {
    background: #064f9f;
    color: #fff;
}

.atech-btn-primary:hover,
.atech-btn-primary:focus {
    background: #043f82;
    color: #fff;
}

.atech-btn-secondary {
    background: #fff;
    color: #064f9f;
}

.atech-btn-secondary:hover,
.atech-btn-secondary:focus {
    background: #eef5fc;
    color: #043f82;
}

.atech-feature-list {
    display: grid;
    gap: 9px 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    list-style: none;
    margin: 0;
    max-width: 540px;
    padding: 0;
}

.atech-feature-list li {
    align-items: center;
    color: #22364d;
    display: flex;
    font-size: 14px;
    gap: 8px;
}

.atech-feature-list i,
.atech-plan-checks i {
    color: #064f9f;
}

.atech-slide-visual {
    min-width: 0;
}

.atech-dashboard,
.atech-workflow,
.atech-report-grid {
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid #d5e0eb;
    border-radius: 8px;
    box-shadow: 0 18px 36px rgba(29, 49, 72, 0.14);
}

.atech-dashboard {
    min-height: 332px;
    overflow: hidden;
}

.atech-sms-dashboard {
    display: grid;
    grid-template-columns: 138px 190px minmax(210px, 1fr) 140px;
}

.atech-dash-sidebar {
    background: #f6f9fc;
    border-right: 1px solid #dce6f0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 18px 14px;
}

.atech-dash-sidebar strong {
    color: #172840;
    font-size: 13px;
    margin-bottom: 10px;
}

.atech-dash-sidebar span {
    border-radius: 6px;
    color: #53677d;
    font-size: 12px;
    padding: 8px 9px;
}

.atech-dash-sidebar .is-selected {
    background: #064f9f;
    color: #fff;
}

.atech-conversation-list,
.atech-thread,
.atech-details {
    border-right: 1px solid #dce6f0;
    padding: 16px;
}

.atech-dash-top {
    align-items: center;
    display: flex;
    font-weight: 800;
    justify-content: space-between;
    margin-bottom: 12px;
}

.atech-dash-top button {
    background: #064f9f;
    border: 0;
    border-radius: 5px;
    color: #fff;
    height: 28px;
    width: 30px;
}

.atech-search {
    border: 1px solid #d6e0eb;
    border-radius: 6px;
    color: #7a8da0;
    font-size: 11px;
    margin-bottom: 10px;
    padding: 9px 10px;
}

.atech-contact {
    border-radius: 7px;
    color: #33465d;
    margin-bottom: 7px;
    padding: 9px;
}

.atech-contact.active {
    background: #eef5fc;
}

.atech-contact b,
.atech-contact small {
    display: block;
}

.atech-contact small {
    color: #718295;
    margin-top: 2px;
}

.atech-thread-title {
    color: #172840;
    font-weight: 800;
    margin-bottom: 16px;
}

.atech-bubble {
    border-radius: 7px;
    clear: both;
    font-size: 12px;
    line-height: 1.35;
    margin-bottom: 13px;
    max-width: 78%;
    padding: 10px 12px;
}

.atech-bubble.inbound {
    background: #eef0f2;
    float: left;
}

.atech-bubble.outbound {
    background: #064f9f;
    color: #fff;
    float: right;
}

.atech-bubble.delivered {
    background: #dff4df;
    color: #174328;
}

.atech-details {
    border-right: 0;
}

.atech-details strong,
.atech-details span,
.atech-details a {
    display: block;
}

.atech-details strong {
    margin-bottom: 22px;
}

.atech-details span {
    color: #66788b;
    font-size: 12px;
    margin-bottom: 14px;
}

.atech-details b {
    color: #172840;
    display: block;
    margin-top: 3px;
}

.atech-details .atech-status {
    color: #1d7b42;
}

.atech-details a {
    border: 1px solid #064f9f;
    border-radius: 5px;
    color: #064f9f;
    font-size: 12px;
    font-weight: 800;
    padding: 9px;
    text-align: center;
}

.atech-hosting-dashboard {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 22px;
}

.atech-metric,
.atech-progress-card {
    background: #f7f9fc;
    border: 1px solid #dce6f0;
    border-radius: 8px;
    min-height: 100px;
    padding: 18px;
}

.atech-metric.wide {
    align-items: center;
    display: flex;
    gap: 14px;
    grid-column: 1 / -1;
}

.atech-metric i {
    color: #064f9f;
    font-size: 38px;
}

.atech-metric strong,
.atech-progress-card b {
    color: #10233a;
    display: block;
    font-size: 25px;
    line-height: 1;
}

.atech-metric span,
.atech-progress-card span {
    color: #607488;
    display: block;
    font-size: 13px;
    margin-top: 8px;
}

.atech-progress-card {
    grid-column: 1 / -1;
}

.atech-progress-card div {
    background: #dde7f1;
    border-radius: 999px;
    height: 9px;
    margin-top: 16px;
    overflow: hidden;
}

.atech-progress-card i {
    background: #064f9f;
    display: block;
    height: 100%;
}

.atech-workflow {
    align-items: center;
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(7, auto);
    justify-content: center;
    min-height: 320px;
    padding: 28px;
}

.atech-workflow > div {
    align-items: center;
    background: #f7f9fc;
    border: 1px solid #dce6f0;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-height: 130px;
    min-width: 112px;
    padding: 18px 14px;
    text-align: center;
}

.atech-workflow i {
    color: #064f9f;
    font-size: 22px;
}

.atech-workflow strong {
    color: #10233a;
}

.atech-workflow span {
    color: #607488;
    font-size: 12px;
}

.atech-report-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-height: 320px;
    padding: 22px;
}

.atech-report-grid div {
    background: #f7f9fc;
    border: 1px solid #dce6f0;
    border-radius: 8px;
    padding: 22px;
    position: relative;
}

.atech-report-grid span,
.atech-report-grid strong {
    display: block;
}

.atech-report-grid span {
    color: #607488;
    font-size: 13px;
}

.atech-report-grid strong {
    color: #10233a;
    font-size: 30px;
    margin-top: 12px;
}

.atech-report-grid i {
    bottom: 20px;
    color: #064f9f;
    font-size: 26px;
    position: absolute;
    right: 20px;
}

.atech-slider-arrow {
    align-items: center;
    background: #fff;
    border: 0;
    border-radius: 50%;
    box-shadow: 0 10px 24px rgba(31, 50, 72, 0.18);
    color: #064f9f;
    display: flex;
    height: 54px;
    justify-content: center;
    position: absolute;
    top: 46%;
    transform: translateY(-50%);
    width: 54px;
    z-index: 3;
}

.atech-slider-prev {
    left: 12px;
}

.atech-slider-next {
    right: 12px;
}

.atech-slider-controls {
    bottom: 0;
    display: flex;
    gap: 10px;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
}

.atech-slider-controls button {
    background: #b9c7d6;
    border: 0;
    border-radius: 50%;
    height: 11px;
    padding: 0;
    width: 11px;
}

.atech-slider-controls button.is-active {
    background: #064f9f;
}

.atech-feature-strip {
    background: #fff;
    border-bottom: 1px solid #dbe5ef;
    box-shadow: 0 10px 24px rgba(20, 55, 92, 0.04);
}

.atech-feature-strip .atech-home-container {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding-bottom: 24px;
    padding-top: 24px;
}

.atech-feature-strip article {
    align-items: center;
    border-right: 1px solid #dde6f0;
    display: flex;
    gap: 14px;
    padding: 0 20px;
}

.atech-feature-strip article:last-child {
    border-right: 0;
}

.atech-feature-strip i,
.atech-solution-card > i {
    align-items: center;
    background: #eaf2fb;
    border-radius: 50%;
    color: #064f9f;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 22px;
    height: 54px;
    justify-content: center;
    width: 54px;
}

.atech-feature-strip h2,
.atech-feature-strip p,
.atech-solutions h2,
.atech-solution-card h3,
.atech-solution-card p,
.atech-plans h2,
.atech-price-card h3,
.atech-price-card p {
    margin: 0;
}

.atech-feature-strip h2 {
    color: #14283f;
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 5px;
}

.atech-feature-strip p {
    color: #42566d;
    font-size: 13px;
    line-height: 1.45;
}

.atech-solutions,
.atech-plans {
    background: #f7f9fc;
    padding: 28px 0 0;
}

.atech-solutions h2,
.atech-plans h2 {
    color: #12243b;
    font-size: 25px;
    font-weight: 800;
    margin-bottom: 20px;
    text-align: center;
}

.atech-card-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.atech-solution-card,
.atech-price-card {
    background: #fff;
    border: 1px solid #d7e1ec;
    border-radius: 8px;
    box-shadow: 0 10px 22px rgba(31, 50, 72, 0.06);
}

.atech-solution-card {
    min-height: 178px;
    padding: 22px;
}

.atech-solution-card h3 {
    color: #14283f;
    font-size: 17px;
    font-weight: 800;
    margin-top: 14px;
}

.atech-solution-card p {
    color: #42566d;
    font-size: 13px;
    line-height: 1.5;
    margin-top: 8px;
}

.atech-solution-card a {
    color: #064f9f;
    display: inline-block;
    font-weight: 800;
    margin-top: 14px;
}

.atech-plans {
    padding-bottom: 28px;
}

.atech-plan-layout {
    align-items: center;
    display: grid;
    gap: 34px;
    grid-template-columns: minmax(0, 1fr) 250px;
}

.atech-pricing-cards {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.atech-price-card {
    min-height: 190px;
    padding: 22px;
    position: relative;
    text-align: center;
}

.atech-price-card.is-popular {
    border-color: #064f9f;
    padding-top: 34px;
}

.atech-popular {
    background: #064f9f;
    border-radius: 8px 8px 0 0;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    left: -1px;
    padding: 6px;
    position: absolute;
    right: -1px;
    text-transform: uppercase;
    top: -1px;
}

.atech-price-card h3 {
    color: #14283f;
    font-size: 18px;
    font-weight: 800;
}

.atech-price-card p {
    color: #52667d;
    font-size: 13px;
    line-height: 1.45;
}

.atech-price {
    color: #24354d;
    font-size: 32px;
    font-weight: 800;
    margin: 14px 0 8px;
}

.atech-price span {
    font-size: 14px;
    font-weight: 700;
}

.atech-setup-fee {
    color: #33465d;
    font-weight: 800;
    margin-top: 0;
}

.atech-price-card a {
    border: 1px solid #064f9f;
    border-radius: 6px;
    color: #064f9f;
    display: block;
    font-weight: 800;
    margin-top: 16px;
    padding: 9px 14px;
}

.atech-price-card.is-popular a {
    background: #064f9f;
    color: #fff;
}

.atech-plan-checks {
    display: grid;
    gap: 17px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.atech-plan-checks li {
    align-items: center;
    color: #20344b;
    display: flex;
    font-weight: 700;
    gap: 11px;
}

.atech-plan-note {
    color: #63768a;
    font-size: 12px;
    line-height: 1.45;
    margin: 16px auto 0;
    max-width: 760px;
    text-align: center;
}

.atech-footer {
    background: linear-gradient(135deg, #043f82, #0759ad);
    color: #fff;
}

.atech-footer-inner {
    display: grid;
    gap: 38px;
    grid-template-columns: 1.4fr repeat(4, minmax(130px, 1fr));
    padding-bottom: 34px;
    padding-top: 34px;
}

.atech-footer a,
.atech-footer p,
.atech-footer h2 {
    color: #fff;
}

.atech-footer-brand img {
    background: rgba(255, 255, 255, 0.96);
    border-radius: 7px;
    display: block;
    margin-bottom: 14px;
    max-width: 170px;
    padding: 8px 10px;
}

.atech-footer p {
    color: #dceafa;
    font-size: 13px;
    line-height: 1.55;
    margin: 0;
}

.atech-footer h2 {
    font-size: 14px;
    font-weight: 800;
    margin: 0 0 12px;
    text-transform: uppercase;
}

.atech-footer nav a {
    color: #edf6ff;
    display: block;
    font-size: 13px;
    line-height: 1.55;
    margin-bottom: 7px;
}

.atech-footer-contact p {
    line-height: 1.55;
    margin-bottom: 14px;
}

.atech-footer-contact-btn {
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 7px;
    color: #fff;
    display: inline-flex;
    font-weight: 800;
    padding: 11px 14px;
    text-decoration: none;
}

.atech-footer-contact-btn:hover,
.atech-footer-contact-btn:focus {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    text-decoration: none;
}

.atech-footer-bottom {
    background: rgba(2, 35, 73, 0.35);
    padding: 12px 24px;
    text-align: center;
}

.atech-footer-bottom p {
    color: #eaf4ff;
    font-size: 13px;
}

@media (max-width: 1100px) {
    .atech-header-inner {
        gap: 14px;
        grid-template-columns: 160px minmax(0, 1fr) auto;
    }

    .atech-primary-nav {
        gap: 14px;
    }

    .atech-slide {
        grid-template-columns: 1fr;
    }

    .atech-slide-copy {
        padding-right: 0;
    }

    .atech-sms-dashboard {
        grid-template-columns: 128px 180px 1fr;
    }

    .atech-details {
        display: none;
    }

    .atech-feature-strip .atech-home-container,
    .atech-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .atech-feature-strip article:nth-child(2) {
        border-right: 0;
    }

    .atech-feature-strip article {
        padding: 14px 18px;
    }

    .atech-footer-inner {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 860px) {
    .atech-site-header {
        position: relative;
    }

    .atech-header-inner {
        grid-template-columns: 1fr auto;
        min-height: 68px;
    }

    .atech-menu-toggle {
        display: inline-flex;
    }

    .atech-primary-nav,
    .atech-login-btn {
        display: none;
    }

    .atech-site-header.is-open .atech-primary-nav,
    .atech-site-header.is-open .atech-login-btn {
        display: flex;
        grid-column: 1 / -1;
    }

    .atech-site-header.is-open .atech-primary-nav {
        align-items: stretch;
        flex-direction: column;
        gap: 0;
        padding: 6px 0 10px;
    }

    .atech-site-header.is-open .atech-primary-nav > a,
    .atech-site-header.is-open .atech-nav-group > a {
        border-top: 1px solid #e3ebf3;
        display: block;
        padding: 12px 0;
        text-align: center;
    }

    .atech-nav-menu {
        background: transparent;
        border: 0;
        box-shadow: none;
        display: block;
        left: auto;
        min-width: 0;
        padding: 0 0 8px;
        position: static;
        transform: none;
    }

    .atech-nav-menu::before {
        display: none;
    }

    .atech-nav-menu a {
        color: #53677d;
        font-size: 13px;
        padding: 7px 10px;
        text-align: center;
    }

    .atech-site-header.is-open .atech-login-btn {
        margin-bottom: 16px;
        width: 100%;
    }

    .atech-hero {
        padding-top: 22px;
    }

    .atech-hero-shell {
        padding-left: 22px;
        padding-right: 22px;
    }

    .atech-slide h1 {
        font-size: 34px;
    }

    .atech-slider-arrow {
        display: none;
    }

    .atech-sms-dashboard {
        grid-template-columns: 118px 1fr;
    }

    .atech-thread {
        display: none;
    }

    .atech-workflow {
        grid-template-columns: 1fr;
    }

    .atech-workflow > i {
        transform: rotate(90deg);
    }

    .atech-plan-layout,
    .atech-pricing-cards {
        grid-template-columns: 1fr;
    }

    .atech-plan-checks {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .atech-home-container,
    .atech-header-inner,
    .atech-footer-inner {
        padding-left: 18px;
        padding-right: 18px;
    }

    .atech-arch {
        left: -30px;
        opacity: 0.7;
    }

    .atech-slide {
        min-height: 0;
    }

    .atech-slide h1 {
        font-size: 29px;
    }

    .atech-slide p {
        font-size: 15px;
    }

    .atech-feature-list,
    .atech-feature-strip .atech-home-container,
    .atech-card-grid,
    .atech-report-grid,
    .atech-plan-checks,
    .atech-footer-inner {
        grid-template-columns: 1fr;
    }

    .atech-feature-strip article {
        border-bottom: 1px solid #dde6f0;
        border-right: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .atech-feature-strip article:last-child {
        border-bottom: 0;
    }

    .atech-sms-dashboard {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .atech-dash-sidebar {
        display: none;
    }

    .atech-conversation-list {
        border-right: 0;
    }

    .atech-hosting-dashboard {
        grid-template-columns: 1fr;
    }

    .atech-metric.wide,
    .atech-progress-card {
        grid-column: auto;
    }
}
