/* Weeke Cloud home 2026 */
.home-reimagined .hero {
    min-height: auto;
    padding: clamp(36px, 4vw, 56px) 0 clamp(70px, 8vw, 104px);
    background:
        radial-gradient(circle at 14% 16%, rgba(123, 110, 184, .18), transparent 34%),
        linear-gradient(135deg, #fbfaff 0%, #f2f0fb 52%, #ebe8f7 100%);
}

.home-reimagined .hero .container { position: relative; z-index: 1; }

.home-reimagined .hero-content {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, .95fr);
    gap: clamp(42px, 6vw, 82px);
    align-items: center;
    transform: none;
}

.home-reimagined .hero-text { gap: 0; }

.home-reimagined .hero-eyebrow,
.home-video-eyebrow {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    gap: 9px;
    margin-bottom: 18px;
    padding: 8px 13px;
    border: 1px solid rgba(99, 84, 160, .2);
    border-radius: 999px;
    background: rgba(255, 255, 255, .75);
    color: var(--color-primary-dark);
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.home-reimagined .hero-eyebrow::before,
.home-video-eyebrow::before {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #2ab581;
    box-shadow: 0 0 0 5px rgba(42, 181, 129, .12);
}

.home-reimagined .hero h1 {
    max-width: 710px;
    margin-bottom: 22px;
    color: #24212d;
    font-size: clamp(2.2rem, 4.35vw, 4.38rem);
    font-weight: 600;
    line-height: .98;
    letter-spacing: -.055em;
}

.home-reimagined .hero h1 span {
    display: block;
    color: var(--color-primary);
}

.home-reimagined .hero-copy {
    max-width: 650px;
    margin-bottom: 30px;
    color: #565064;
    font-size: clamp(1rem, 1.3vw, 1.2rem);
    line-height: 1.72;
}

.home-reimagined .hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    margin-bottom: 30px;
}

.home-reimagined .hero-actions .btn {
    padding: 15px 24px;
    border-radius: 12px;
    text-transform: none;
}

.home-reimagined .hero-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    color: #615b6d;
    font-size: .86rem;
    font-weight: 600;
}

.home-reimagined .hero-trust span::before {
    content: '✓';
    margin-right: 7px;
    color: #20986b;
    font-weight: 800;
}

.home-reimagined .hero-visual { display: block; }

.home-reimagined .hero-image-card {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(99, 84, 160, .2);
    border-radius: 30px;
    background: #fff;
    box-shadow: 0 34px 80px rgba(53, 42, 92, .22);
}

.home-reimagined .hero-image-card > img {
    display: block;
    width: 100%;
    min-height: 540px;
    object-fit: cover;
    object-position: right center;
}

.home-reimagined .hero-status-card {
    position: absolute;
    right: 20px;
    bottom: 20px;
    left: 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    padding: 15px;
    border: 1px solid rgba(255, 255, 255, .48);
    border-radius: 18px;
    background: rgba(18, 17, 29, .84);
    color: #fff;
    box-shadow: 0 16px 42px rgba(0, 0, 0, .22);
    backdrop-filter: blur(14px);
}

.home-reimagined .hero-status-card span {
    color: #c9c3dc;
    font-size: .67rem;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.home-reimagined .hero-status-card strong {
    display: block;
    margin-top: 4px;
    font-size: .9rem;
}

.cloud-solutions-overview {
    position: relative;
    z-index: 2;
    padding: 0 0 clamp(56px, 7vw, 88px);
    background: var(--color-bg-white);
}

.cloud-solutions-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    transform: translateY(-34px);
}

.cloud-solution-card {
    min-height: 200px;
    padding: 26px;
    border: 1px solid #e5e1ef;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(46, 37, 75, .1);
}

.cloud-solution-card img {
    width: 48px;
    height: 48px;
    margin-bottom: 20px;
    object-fit: contain;
}

.cloud-solution-card h2 {
    margin-bottom: 10px;
    color: #292532;
    font-size: 1.12rem;
}

.cloud-solution-card p {
    color: #696373;
    font-size: .9rem;
    line-height: 1.65;
}

.home-reimagined .home-video-highlight {
    padding: clamp(64px, 8vw, 100px) 0;
    background:
        radial-gradient(circle at 90% 16%, rgba(123, 110, 184, .28), transparent 30%),
        linear-gradient(135deg, #171523 0%, #26213b 58%, #332952 100%);
}

.home-video-layout {
    display: grid;
    grid-template-columns: minmax(360px, .9fr) minmax(0, 1.1fr);
    gap: clamp(34px, 4.5vw, 58px);
    align-items: center;
}

.home-video-copy {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.home-video-copy h2 {
    margin-bottom: 20px;
    color: #fff;
    font-size: clamp(2rem, 3.1vw, 3.1rem);
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -.03em;
}

.home-video-copy p {
    color: #cfc9dc;
    line-height: 1.75;
}

.home-video-copy .home-video-eyebrow {
    align-self: flex-start;
    border-color: rgba(255, 255, 255, .14);
    background: rgba(255, 255, 255, .08);
    color: #dcd6ee;
    font-weight: 600;
}

.home-video-proof {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 24px;
    color: #fff;
    font-size: .9rem;
    font-weight: 600;
}

.home-video-proof span {
    display: flex;
    min-height: 54px;
    align-items: center;
    padding: 10px 12px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 11px;
    background: rgba(255, 255, 255, .06);
    line-height: 1.35;
}

.home-video-proof span::before {
    content: '•';
    margin-right: 10px;
    color: #8f80d6;
}

.home-reimagined .home-video-stage { width: 100%; }

.home-reimagined .home-video-frame {
    padding: 10px;
    border-color: rgba(255, 255, 255, .16);
    border-radius: 24px;
    background: rgba(255, 255, 255, .08);
}

.home-reimagined .home-pricing { padding-top: clamp(64px, 8vw, 96px); }

.home-reimagined .home-pricing .section-header h2 {
    margin-bottom: 16px;
    color: var(--color-text-dark);
    font-size: clamp(2rem, 3.8vw, 3.25rem);
}

.home-reimagined .support-modern {
    padding: clamp(64px, 8vw, 104px) 0;
    background: linear-gradient(180deg, #f7f6fb 0%, #eeebf7 100%);
    color: #292532;
}

.support-modern-card {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr);
    overflow: hidden;
    border: 1px solid rgba(99, 84, 160, .16);
    border-radius: 34px;
    background: #fff;
    box-shadow: 0 32px 80px rgba(46, 37, 75, .14);
}

.support-modern-copy {
    padding: clamp(38px, 5vw, 68px);
}

.support-modern-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 18px;
    color: var(--color-primary-dark);
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.support-modern-eyebrow::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #2ab581;
    box-shadow: 0 0 0 5px rgba(42, 181, 129, .12);
}

.support-modern-copy h2 {
    max-width: 630px;
    margin-bottom: 20px;
    color: #292532;
    font-size: clamp(2rem, 3.6vw, 3.6rem);
    font-weight: 600;
    line-height: 1.06;
    letter-spacing: -.045em;
}

.support-modern-lead {
    max-width: 620px;
    margin-bottom: 28px;
    color: #676170;
    font-size: 1rem;
    line-height: 1.75;
}

.support-channel-grid {
    display: grid;
    gap: 10px;
    margin-bottom: 30px;
}

.support-channel-grid article {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 14px;
    align-items: start;
    padding: 15px;
    border: 1px solid #e7e3ef;
    border-radius: 16px;
    background: #faf9fd;
}

.support-channel-grid article > span {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 12px;
    background: rgba(99, 84, 160, .11);
    color: var(--color-primary);
    font-size: .75rem;
    font-weight: 800;
}

.support-channel-grid strong {
    display: block;
    margin: 1px 0 4px;
    color: #302b3a;
    font-size: .92rem;
}

.support-channel-grid p {
    color: #797381;
    font-size: .8rem;
    line-height: 1.5;
}

.support-modern-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.support-modern-actions .btn {
    padding: 14px 20px;
    border-radius: 12px;
    text-transform: none;
}

.support-modern-visual {
    position: relative;
    min-height: 100%;
    background: #f2effc;
}

.support-modern-visual > img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 590px;
    object-fit: cover;
    object-position: 61% center;
}

.support-online-badge {
    position: absolute;
    right: 22px;
    bottom: 22px;
    display: grid;
    grid-template-columns: 10px 1fr;
    column-gap: 10px;
    padding: 14px 18px;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 16px;
    background: rgba(26, 23, 40, .84);
    color: #fff;
    box-shadow: 0 14px 36px rgba(30, 23, 50, .2);
    backdrop-filter: blur(12px);
}

.support-online-badge > span {
    grid-row: 1 / 3;
    width: 9px;
    height: 9px;
    margin-top: 5px;
    border-radius: 50%;
    background: #38d596;
    box-shadow: 0 0 0 5px rgba(56, 213, 150, .16);
}

.support-online-badge strong { font-size: .82rem; }
.support-online-badge small { color: #cec8da; font-size: .7rem; }

body.dark-mode.home-reimagined .hero {
    background:
        radial-gradient(circle at 14% 16%, rgba(123, 110, 184, .2), transparent 34%),
        linear-gradient(135deg, #11131f 0%, #171927 56%, #201c33 100%);
}

body.dark-mode.home-reimagined .hero h1 { color: #fff; }
body.dark-mode.home-reimagined .hero-copy,
body.dark-mode.home-reimagined .hero-trust { color: #c8c4d2; }
body.dark-mode.home-reimagined .hero-eyebrow { background: rgba(255,255,255,.07); color: #d8d2eb; }
body.dark-mode.home-reimagined .cloud-solutions-overview { background: var(--color-bg-white); }
body.dark-mode.home-reimagined .cloud-solution-card { background: #151826; border-color: rgba(190,184,230,.25); }
body.dark-mode.home-reimagined .cloud-solution-card h2 { color: #fff; }
body.dark-mode.home-reimagined .cloud-solution-card p { color: #aeb5c5; }
body.dark-mode.home-reimagined .support-modern { background: #0f1220; }
body.dark-mode.home-reimagined .support-modern-card { background: #151826; border-color: rgba(190,184,230,.25); }
body.dark-mode.home-reimagined .support-modern-copy h2 { color: #fff; }
body.dark-mode.home-reimagined .support-modern-lead { color: #b5b9c7; }
body.dark-mode.home-reimagined .support-channel-grid article { background: #111522; border-color: #292e40; }
body.dark-mode.home-reimagined .support-channel-grid strong { color: #fff; }
body.dark-mode.home-reimagined .support-channel-grid p { color: #aeb5c5; }

.home-reimagined .footer-service-card {
    position: relative;
    align-self: start;
    min-width: 0;
    padding: 22px 22px 20px 66px;
    overflow: hidden;
    border: 1px solid rgba(204, 194, 245, .28);
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(255, 255, 255, .12), rgba(115, 94, 185, .14));
    box-shadow: 0 16px 34px rgba(14, 10, 30, .18);
}

.home-reimagined .footer-service-card::before {
    content: '◷';
    position: absolute;
    top: 22px;
    left: 20px;
    display: grid;
    width: 32px;
    height: 32px;
    place-items: center;
    border-radius: 10px;
    background: #fff;
    color: var(--color-primary);
    font-size: 1.25rem;
    font-weight: 700;
}

.home-reimagined .footer-service-card h4 {
    margin-bottom: 10px;
    color: #d8d0ff;
    font-size: .72rem;
    letter-spacing: .14em;
}

.home-reimagined .footer-service-card .footer-hours {
    margin-bottom: 9px;
    white-space: normal;
}

.home-reimagined .footer-service-card .footer-hours strong {
    display: inline-block;
    margin-bottom: 3px;
    color: #fff;
    font-size: 1rem;
}

.home-reimagined .footer-service-card .footer-hours-line {
    color: rgba(255, 255, 255, .9);
    white-space: normal;
    font-size: .82rem;
}

.home-reimagined .footer-service-card .footer-timezone {
    margin: 0;
    color: rgba(255, 255, 255, .62);
    font-size: .7rem;
}

@media (max-width: 1300px) {
    .home-reimagined .footer-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .home-reimagined .footer-section:nth-child(4) { min-width: 0; }
}

@media (max-width: 1024px) {
    .home-reimagined .hero-content { grid-template-columns: 1fr 1fr; gap: 24px; }
    .home-reimagined .hero-image-card > img { min-height: 400px; }
    .home-reimagined .hero-status-card { right: 14px; bottom: 14px; left: 14px; font-size: .9rem; }
    .home-reimagined .hero-actions .btn { padding: 13px 18px; }
    .cloud-solutions-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .support-modern-card { grid-template-columns: 1fr 1fr; }
    .support-modern-visual > img { min-height: 620px; }
}

@media (max-width: 767px) {
    .home-reimagined .hero { padding-top: 30px; }
    .home-reimagined .hero-content,
    .home-video-layout { grid-template-columns: 1fr; }
    .home-reimagined .hero h1 { font-size: clamp(2.2rem, 11vw, 3.5rem); }
    .home-reimagined .hero-image-card > img { min-height: 430px; }
    .cloud-solutions-grid { transform: none; padding-top: 28px; }
    .cloud-solutions-overview { padding-bottom: 56px; }
    .home-video-copy { max-width: 620px; }
    .support-modern-card { grid-template-columns: 1fr; }
    .support-modern-visual > img { min-height: 430px; }
    .home-reimagined .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .home-reimagined .footer-section a { white-space: normal; }
}

@media (max-width: 440px) {
    .home-reimagined .hero { padding: 24px 0 46px; }
    .home-reimagined .hero-content { gap: 34px; }
    .home-reimagined .hero h1 { font-size: 2.25rem; }
    .home-reimagined .hero-copy { font-size: .98rem; }
    .home-reimagined .hero-actions { display: grid; }
    .home-reimagined .hero-actions .btn { width: 100%; }
    .home-reimagined .hero-image-card { border-radius: 22px; }
    .home-reimagined .hero-image-card > img { min-height: 340px; object-position: right center; }
    .home-reimagined .hero-status-card { right: 10px; bottom: 10px; left: 10px; padding: 11px; }
    .home-reimagined .hero-status-card span { font-size: .55rem; }
    .home-reimagined .hero-status-card strong { font-size: .72rem; }
    .cloud-solutions-grid { grid-template-columns: 1fr; }
    .cloud-solution-card { min-height: auto; }
    .home-video-copy h2 { font-size: 2.25rem; }
    .home-video-proof { gap: 6px; font-size: .72rem; }
    .home-video-proof span { min-height: 72px; padding: 8px; align-items: flex-start; }
    .home-video-proof span::before { margin-right: 5px; }
    .support-modern-copy { padding: 30px 24px; }
    .support-modern-copy h2 { font-size: 2.2rem; }
    .support-modern-actions { display: grid; }
    .support-modern-actions .btn { width: 100%; }
    .support-modern-visual > img { min-height: 330px; object-position: 62% center; }
    .support-online-badge { right: 12px; bottom: 12px; }
    .home-reimagined .footer-grid { grid-template-columns: 1fr; }
}

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