/* =================================================-------------------------
   SUTHARTECH AGENCY PREMIUM DESIGN SYSTEM & HOMEPAGE STYLES
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Geist:wght@400;500;600;700;800&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1&display=swap');

:root {
    --bg-main: #FAFAF9;
    --text-primary: #0F172A;
    --text-secondary: #64748B;
    --btn-primary: #1E293B;
    --btn-primary-hover: #0F172A;
    --border-subtle: #E2E8F0;
    --accent-pink: #F4C7D7;
    --accent-blue: #C7DDF4;
}

html {
    background-color: var(--bg-main);
}

body {
    font-family: 'Geist', 'Plus Jakarta Sans', sans-serif;
    background-color: transparent;
    color: var(--text-primary);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.page-shader-layer {
    z-index: 0;
    pointer-events: none;
}

body > header,
body > main,
body > footer {
    position: relative;
    z-index: 1;
}

.site-navbar.glass-panel {
    background: transparent !important;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border-bottom: 0 !important;
}

.site-navbar-inner {
    min-height: 76px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    gap: 24px;
}

.site-navbar-inner > a:first-child {
    justify-self: start;
    font-size: 1rem;
    line-height: 1;
}

.site-navbar-inner > a:first-child > div {
    width: 2rem;
    height: 2rem;
    flex: 0 0 2rem;
}

.site-navbar-menu {
    align-items: center;
    gap: 4px;
    padding: 6px;
    border: 1px solid rgba(226, 232, 240, 0.8);
    border-radius: 9999px;
    background: rgba(226, 232, 240, 0.62);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    white-space: nowrap;
}

.site-navbar-menu a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 0.55rem 1rem;
    border-radius: 9999px;
    color: var(--text-secondary);
    transition: color 0.2s ease, background-color 0.2s ease;
}

.site-navbar-menu a:hover,
.site-navbar-menu a.navbar-link-current {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.92);
}

.site-navbar-cta {
    justify-self: end;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0.55rem 0.5rem 1rem;
}

.site-navbar-cta-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 9999px;
    background: var(--btn-primary);
    color: #FFFFFF;
    font-size: 0.9rem;
}

.site-footer {
    position: relative;
    width: 100%;
    padding: 4.25rem 0 1.5rem;
    border-top: 1px solid #1f2937;
    background: #111827;
    color: #ffffff;
}

.site-footer-inner {
    row-gap: 3rem;
}

.site-footer-brand-lockup {
    min-height: 2rem;
    line-height: 1;
}

.site-footer-mark {
    width: 2rem;
    height: 2rem;
    flex: 0 0 2rem;
}

.site-footer-description {
    max-width: 18rem;
    margin-top: 0.4rem;
    line-height: 1.65;
}

.site-footer-heading {
    color: #f8fafc;
    font-size: 0.63rem;
    letter-spacing: 0.12em;
}

.site-footer-link {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    color: #94a3b8;
    line-height: 1.4;
    transition: color 0.25s ease, transform 0.25s ease;
}

.site-footer-link:hover,
.site-footer-link:focus-visible {
    color: #ffffff;
    transform: translateX(3px);
    outline: none;
}

.site-footer-bottom {
    color: #64748b;
    line-height: 1.4;
}

.site-footer-bottom p {
    margin: 0;
}

.site-footer-status {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
}

.site-footer-status span {
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 999px;
    background: #34d399;
    box-shadow: 0 0 0 3px rgba(52, 211, 153, 0.1);
}

@media (max-width: 767px) {
    .site-navbar-inner {
        min-height: 68px;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 12px;
        padding-top: 0.65rem;
        padding-bottom: 0.65rem;
    }

    .site-navbar-cta {
        padding-left: 0.8rem;
    }

    .site-navbar-cta-icon {
        display: none;
    }

    .site-footer {
        padding-top: 3rem;
    }

    .site-footer-inner {
        row-gap: 2.25rem;
    }

    .site-footer-brand {
        padding-bottom: 0.5rem;
    }

    .site-footer-bottom {
        align-items: flex-start;
        margin-top: 0.5rem;
        padding-top: 1.25rem;
    }
}

/* Process rail keeps the same airy, compact visual language as the reference. */
.process-section {
    border-top: 0 !important;
}

.results-section {
    border-top: 0 !important;
}

.results-section .results-grid {
    align-items: start;
}

.results-section .results-item {
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.results-section .results-item:hover {
    transform: none;
}

.results-section .results-item > div:first-child {
    margin-bottom: 0.2rem;
    color: #171717;
    font-size: clamp(1.65rem, 3vw, 2.6rem);
    line-height: 1;
}

.results-section .results-item > div:last-child {
    color: #6b7280;
    font-size: 0.62rem;
    letter-spacing: 0.08em;
}

.process-section .interactive-card {
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.process-section .interactive-card:hover {
    transform: none;
}

.process-section .interactive-card > div:first-child {
    min-height: 46px;
}

.process-section .interactive-card > div:first-child > span {
    flex: 0 0 auto;
    font-size: 2.35rem;
    line-height: 1;
    letter-spacing: 0;
}

.process-section .interactive-card > div:first-child > div {
    background: linear-gradient(90deg, rgba(148, 163, 184, 0.48), rgba(203, 213, 225, 0.14)) !important;
}

.process-section .interactive-card > div:first-child > div > div {
    width: 0.45rem;
    height: 0.45rem;
    background: var(--text-primary) !important;
}

.process-section .interactive-card h3 {
    margin-top: 0.55rem;
    font-size: 0.9rem;
    line-height: 1.15;
}

.process-section .interactive-card p {
    max-width: 14rem;
    margin-top: 0.3rem;
    font-size: 0.68rem;
    line-height: 1.35;
}

@keyframes marqueeLeft {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

.marquee-viewport {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 0 1.5rem;
}

.industries-section,
.testimonials-section {
    width: 100%;
    max-width: none !important;
}

.marquee-viewport::before,
.marquee-viewport::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 4.5rem;
    z-index: 2;
    pointer-events: none;
    background: rgba(250, 250, 249, 0.04);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.72) 42%, transparent 100%);
    -webkit-mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.72) 42%, transparent 100%);
}

.marquee-viewport::before {
    left: 0;
}

.marquee-viewport::after {
    right: 0;
    mask-image: linear-gradient(270deg, #000 0%, rgba(0, 0, 0, 0.72) 42%, transparent 100%);
    -webkit-mask-image: linear-gradient(270deg, #000 0%, rgba(0, 0, 0, 0.72) 42%, transparent 100%);
}

.tech-ticker .ticker-edge-mask {
    pointer-events: none;
    background: rgba(250, 250, 249, 0.04);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.tech-ticker .ticker-edge-left {
    mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.72) 42%, transparent 100%);
    -webkit-mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.72) 42%, transparent 100%);
}

.tech-ticker .ticker-edge-right {
    mask-image: linear-gradient(270deg, #000 0%, rgba(0, 0, 0, 0.72) 42%, transparent 100%);
    -webkit-mask-image: linear-gradient(270deg, #000 0%, rgba(0, 0, 0, 0.72) 42%, transparent 100%);
}

.industry-track,
.testimonial-track {
    display: flex;
    width: max-content;
    align-items: stretch;
    gap: 0.75rem;
    animation: marqueeLeft 42s linear infinite;
}

.industry-track + .industry-track {
    margin-top: 0.75rem;
    animation-duration: 50s;
}

.industry-track-offset,
.testimonial-track-offset {
    margin-left: -5rem;
}

.industry-track:hover,
.testimonial-track:hover {
    animation-play-state: paused;
}

.industry-card {
    min-width: 155px;
    min-height: 58px;
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.8rem 1rem;
    border: 1px solid rgba(226, 232, 240, 0.85);
    border-radius: 0.5rem;
    background: rgba(255, 255, 255, 0.72);
    color: var(--text-primary);
    font-size: 0.78rem;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.035);
}

.industry-card .material-symbols-outlined {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.65rem;
    height: 1.65rem;
    border-radius: 0.4rem;
    background: rgba(199, 221, 244, 0.32);
    color: var(--text-secondary);
    font-size: 1rem;
}

.testimonials-section {
    overflow: hidden;
}

.testimonial-track {
    gap: 1rem;
    animation-duration: 60s;
}

.testimonials-viewport {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.testimonial-card {
    flex: 0 0 286px;
    min-height: 196px;
    display: flex;
    flex-direction: column;
    padding: 1.25rem;
    border: 1px solid rgba(226, 232, 240, 0.85);
    border-radius: 0.75rem;
    background: rgba(255, 255, 255, 0.82);
    color: var(--text-primary);
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.04);
}

.testimonial-card h3 {
    font-size: 0.88rem;
    font-weight: 700;
    line-height: 1.2;
}

.testimonial-card > span {
    margin-top: 0.2rem;
    color: var(--text-secondary);
    font-size: 0.68rem;
}

.testimonial-card p {
    margin-top: 1rem;
    color: #475569;
    font-size: 0.78rem;
    line-height: 1.45;
}

.testimonial-stars {
    margin-top: auto;
    color: #7EA8C5;
    font-size: 0.85rem;
    letter-spacing: 0.08em;
}

.testimonial-cta {
    min-height: 112px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 1.15rem 1.35rem 1.15rem 1.7rem;
    border: 1px solid rgba(218, 218, 218, 0.92);
    border-radius: 1rem;
    background: linear-gradient(105deg, #f7f7f7 0%, #ffffff 52%, #faf9f2 100%);
}

.testimonial-cta h3 {
    color: #202020;
    font-size: clamp(1.1rem, 2vw, 1.55rem);
    font-weight: 700;
    line-height: 1.2;
}

.testimonial-cta-actions {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.testimonial-cta-outline,
.testimonial-cta-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.7rem;
    min-height: 3rem;
    padding: 0.45rem 0.55rem 0.45rem 1.15rem;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 700;
    white-space: nowrap;
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.testimonial-cta-outline {
    border: 1px solid #cfcfcf;
    color: #202020;
    background: #ffffff;
}

.testimonial-cta-primary {
    color: #FFFFFF;
    background: #4a5be7;
    box-shadow: 0 5px 14px rgba(74, 91, 231, 0.18);
}

.testimonial-cta-outline:hover,
.testimonial-cta-primary:hover {
    transform: translateY(-1px);
}

.testimonial-cta-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.15rem;
    height: 2.15rem;
    border-radius: 9999px;
    background: #111111;
    color: #FFFFFF;
    font-size: 1rem;
}

.testimonial-cta-primary .testimonial-cta-icon {
    background: #FFFFFF;
    color: #4a5be7;
    font-size: 1.1rem;
}

/* Keep the interactive showcase inside the same restrained theme. */
.ambition-showcase-item:hover h3,
.ambition-showcase-item:hover .ambition-num,
.ambition-showcase-item:hover .ambition-icon {
    color: var(--text-primary) !important;
}

.ambition-showcase-item:hover .ambition-icon,
.ambition-showcase-item:hover > div > span:first-child {
    background-color: rgba(226, 232, 240, 0.7) !important;
}

@media (max-width: 767px) {
    .process-section {
        padding-top: 2.25rem;
        padding-bottom: 2.5rem;
    }

    .results-section {
        padding-top: 2.25rem;
        padding-bottom: 2.5rem;
    }

    .results-section > div:first-child {
        margin-bottom: 0.9rem;
    }

    .results-section > div:first-child span {
        font-size: 0.4rem;
        letter-spacing: 0.12em;
    }

    .results-section .results-grid {
        gap: 1.15rem 0.4rem;
    }

    .results-section .results-item > div:first-child {
        font-size: 1.35rem;
    }

    .results-section .results-item > div:last-child {
        font-size: 0.38rem;
        letter-spacing: 0.06em;
    }

    .process-section > div:first-child {
        margin-bottom: 1rem;
    }

    .process-section > div:first-child span {
        margin-bottom: 0.25rem;
        font-size: 0.4rem;
        letter-spacing: 0.12em;
    }

    .process-section > div:first-child h2 {
        font-size: 1.1rem;
        line-height: 1.1;
    }

    .process-section .process-steps {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 0.3rem;
    }

    .process-section .interactive-card > div:first-child {
        min-height: 1.55rem;
        gap: 0.2rem;
    }

    .process-section .interactive-card > div:first-child > span {
        font-size: 1.25rem;
    }

    .process-section .interactive-card > div:first-child > div > div {
        width: 0.28rem;
        height: 0.28rem;
    }

    .process-section .interactive-card h3 {
        margin-top: 0.3rem;
        font-size: 0.43rem;
        line-height: 1.15;
    }

    .process-section .interactive-card p {
        margin-top: 0.18rem;
        font-size: 0.31rem;
        line-height: 1.25;
    }

    .marquee-viewport {
        padding: 0 0.75rem;
    }

    .marquee-viewport::before,
    .marquee-viewport::after {
        width: 2rem;
        backdrop-filter: blur(7px);
        -webkit-backdrop-filter: blur(7px);
    }

    .tech-ticker .ticker-edge-mask {
        width: 2rem;
        backdrop-filter: blur(7px);
        -webkit-backdrop-filter: blur(7px);
    }

    .industry-track,
    .testimonial-track {
        gap: 0.35rem;
        animation-duration: 34s;
    }

    .industry-track + .industry-track {
        margin-top: 0.35rem;
        animation-duration: 40s;
    }

    .industry-track-offset,
    .testimonial-track-offset {
        margin-left: -2rem;
    }

    .industry-card {
        min-width: 96px;
        min-height: 38px;
        gap: 0.25rem;
        padding: 0.35rem 0.45rem;
        border-radius: 0.3rem;
        font-size: 0.52rem;
    }

    .industry-card .material-symbols-outlined {
        width: 1.1rem;
        height: 1.1rem;
        border-radius: 0.25rem;
        font-size: 0.68rem;
    }

    .testimonial-track {
        gap: 0.5rem;
        animation-duration: 52s;
    }

    .testimonials-viewport {
        gap: 0.5rem;
    }

    .testimonial-card {
        flex-basis: 238px;
        min-height: 154px;
        padding: 0.85rem;
        border-radius: 0.55rem;
    }

    .testimonial-card h3 {
        font-size: 0.7rem;
    }

    .testimonial-card > span {
        font-size: 0.52rem;
    }

    .testimonial-card p {
        margin-top: 0.7rem;
        font-size: 0.62rem;
        line-height: 1.35;
    }

    .testimonial-stars {
        font-size: 0.65rem;
    }

    .testimonial-cta {
        min-height: 0;
        align-items: flex-start;
        flex-direction: column;
        gap: 0.9rem;
        margin-left: 0.75rem;
        margin-right: 0.75rem;
        padding: 1rem;
    }

    .testimonial-cta h3 {
        font-size: 1rem;
    }

    .testimonial-cta-actions {
        width: 100%;
        gap: 0.4rem;
    }

    .testimonial-cta-outline,
    .testimonial-cta-primary {
        flex: 1 1 0;
        min-height: 2.4rem;
        gap: 0.35rem;
        padding-left: 0.65rem;
        font-size: 0.55rem;
    }

    .testimonial-cta-icon {
        width: 1.7rem;
        height: 1.7rem;
        font-size: 0.8rem;
    }
}

/* Glassmorphism Panel */
.glass-panel {
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(226, 232, 240, 0.8);
}

/* Glassmorphism Card Utility */
.glass-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid var(--border-subtle);
}

/* Premium Buttons (No Harsh Pitch Black) */
.btn-slate-primary {
    background-color: var(--btn-primary);
    color: #FFFFFF;
    font-weight: 600;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 0.75rem 1.75rem;
    border-radius: 9999px;
    transition: all 0.2s ease;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.12);
}

.btn-slate-primary:hover {
    background-color: var(--btn-primary-hover);
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(15, 23, 42, 0.2);
}

.btn-slate-secondary {
    background-color: #FFFFFF;
    color: var(--text-primary);
    border: 1px solid var(--border-subtle);
    font-weight: 600;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 0.75rem 1.75rem;
    border-radius: 9999px;
    transition: all 0.2s ease;
    cursor: pointer;
}

.btn-slate-secondary:hover {
    background-color: #F8FAFC;
    border-color: #CBD5E1;
    transform: translateY(-1px);
}

/* Dual Direction Ticker Marquee Animations */
@keyframes scrollLeft {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@keyframes scrollRight {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0);
    }
}

.animate-scroll-left {
    animation: scrollLeft 32s linear infinite;
}

.animate-scroll-right {
    animation: scrollRight 32s linear infinite;
}

.animate-scroll-left:hover,
.animate-scroll-right:hover {
    animation-play-state: paused;
}

.animate-pulse {
    animation-duration: 3.5s !important;
}

/* Interactive Card Pointer & Hover Lift */
.interactive-card {
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.interactive-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px -6px rgba(15, 23, 42, 0.08);
    border-color: #CBD5E1;
}

/* Selected work stays one horizontal row with equal cards and hidden scrollbars. */
.selected-work-section {
    border-top: 0 !important;
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.selected-work-carousel {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.selected-work-carousel::before,
.selected-work-carousel::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 5rem;
    z-index: 2;
    pointer-events: none;
    background: rgba(250, 250, 249, 0.06);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.selected-work-carousel::before {
    left: 0;
    mask-image: linear-gradient(to right, #000 0%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, #000 0%, transparent 100%);
}

.selected-work-carousel::after {
    right: 0;
    mask-image: linear-gradient(to left, #000 0%, transparent 100%);
    -webkit-mask-image: linear-gradient(to left, #000 0%, transparent 100%);
}

.selected-work-track {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    padding: 1.25rem max(1rem, calc((100% - 330px) / 2)) 0.9rem;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-snap-type: x mandatory;
    overscroll-behavior-x: contain;
}

.selected-work-track::-webkit-scrollbar {
    display: none;
}

.selected-work-column {
    display: contents;
}

.selected-work-track .interactive-card {
    flex: 0 0 250px;
    height: 320px;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    min-width: 0;
    border-radius: 0.5rem;
    scroll-snap-align: center;
    transition: flex-basis 0.3s ease, height 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.selected-work-track .interactive-card.is-center {
    flex-basis: 330px;
    height: 390px;
    min-height: 390px;
    z-index: 1;
    box-shadow: 0 18px 36px -18px rgba(15, 23, 42, 0.28);
}

.selected-work-track .interactive-card > div:first-child {
    height: 150px !important;
    flex: 0 0 150px;
    transition: height 0.3s ease, flex-basis 0.3s ease;
}

.selected-work-track .interactive-card.is-center > div:first-child {
    height: 190px !important;
    flex-basis: 190px;
}

.selected-work-track .interactive-card > div:last-child {
    flex: 1 1 auto;
    min-height: 0 !important;
    overflow: hidden;
    padding: 1rem !important;
}

.selected-work-track h3 {
    font-size: 0.95rem;
    line-height: 1.2;
}

.selected-work-track p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.selected-work-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.4rem;
    margin-top: 1.1rem;
}

.selected-work-dot {
    width: 0.5rem;
    height: 0.5rem;
    flex: 0 0 0.5rem;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: #cbd5e1;
    cursor: pointer;
    transform: scale(1);
    transition: transform 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
}

.selected-work-dot.active {
    background: #475569;
    transform: scale(1.65);
    box-shadow: 0 0 0 2px rgba(71, 85, 105, 0.12);
}

.selected-work-dot:hover,
.selected-work-dot:focus-visible {
    background: #334155;
    transform: scale(1.35);
    outline: none;
}

.selected-work-dot.active:hover,
.selected-work-dot.active:focus-visible {
    transform: scale(1.85);
}

@media (max-width: 767px) {
    .selected-work-section {
        padding-top: 2.25rem;
        padding-bottom: 2.5rem;
    }

    .selected-work-section > .selected-work-heading {
        margin-bottom: 1rem;
    }

    .selected-work-section > .selected-work-heading span {
        margin-bottom: 0.25rem;
        font-size: 0.4rem;
        letter-spacing: 0.12em;
    }

    .selected-work-section > .selected-work-heading h2 {
        font-size: 1.1rem;
        line-height: 1.1;
    }

    .selected-work-carousel::before,
    .selected-work-carousel::after {
        width: 3.5rem;
    }

    .selected-work-track {
        gap: 0.65rem;
        padding: 1rem 7vw 0.65rem;
    }

    .selected-work-track .interactive-card {
        flex: 0 0 66vw;
        height: 280px;
        min-height: 280px;
        border-radius: 0.35rem;
    }

    .selected-work-track .interactive-card.is-center {
        flex-basis: 84vw;
        height: 330px;
        min-height: 330px;
    }

    .selected-work-track .interactive-card > div:first-child {
        height: 110px !important;
        flex-basis: 110px;
    }

    .selected-work-track .interactive-card.is-center > div:first-child {
        height: 145px !important;
        flex-basis: 145px;
    }

    .selected-work-track .interactive-card > div:last-child {
        padding: 0.85rem !important;
    }

    .selected-work-track h3 {
        margin-bottom: 0.4rem !important;
        font-size: 0.85rem !important;
        line-height: 1.2;
    }

    .selected-work-track p {
        margin-bottom: 0.65rem !important;
        font-size: 0.66rem !important;
        line-height: 1.25;
    }

    .selected-work-track span {
        font-size: 0.5rem !important;
        line-height: 1.1;
        padding: 0.25rem 0.35rem !important;
    }

    .selected-work-track .selected-work-dark-visual > div:last-child {
        width: 2.25rem;
        height: 2.25rem;
        border-radius: 0.3rem;
    }

    .selected-work-track .selected-work-dark-visual .material-symbols-outlined {
        font-size: 1.15rem;
    }

    .selected-work-dots {
        gap: 0.3rem;
        margin-top: 0.85rem;
    }

    .selected-work-dot {
        width: 0.38rem;
        height: 0.38rem;
        flex-basis: 0.38rem;
    }
}

/* Built for Ambition Expand-On-Hover Card */
.ambition-card {
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.ambition-card:hover .ambition-num {
    color: #3B82F6;
    transform: scale(1.1);
}

.ambition-card:hover .ambition-details {
    max-height: 200px;
    opacity: 1;
    margin-top: 0.75rem;
}

.ambition-details {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Call to Action Banner Soft Pastel Gradient */
.cta-banner-gradient {
    background: linear-gradient(135deg, #FCE7F3 0%, #F472B6 30%, #93C5FD 70%, #E0E7FF 100%);
}

/* Calendar Date Picker Styling */
.calendar-day-btn {
    padding: 6px 0;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 600;
    text-align: center;
    transition: all 0.2s ease;
    cursor: pointer;
}

.calendar-day-btn:hover:not(.active) {
    background-color: #F1F5F9;
    color: #0F172A;
}

.calendar-day-btn.active {
    background-color: #1E293B;
    color: #FFFFFF;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Calendar Grid Interactive Elements */
.calendar-day-btn {
    transition: all 0.15s ease;
}

.calendar-day-btn:hover:not(:disabled) {
    background-color: #EFF6FF;
    border-color: #2563EB;
    color: #1E40AF;
}

.calendar-day-btn.selected {
    background-color: #2563EB !important;
    border-color: #2563EB !important;
    color: #FFFFFF !important;
    font-weight: 700;
}

/* Unique Panel Animations for Built for Ambition Section */
/* Silky Smooth Card Content Transition Animation */
@keyframes ambitionContentFadeIn {
    0% {
        opacity: 0;
        transform: translateY(14px) scale(0.98);
        filter: blur(4px);
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
        filter: blur(0);
    }
}

.panel-anim-1,
.panel-anim-2,
.panel-anim-3,
.panel-anim-4 {
    animation: ambitionContentFadeIn 0.9s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.stagger-1 {
    animation-delay: 0.15s;
}

.stagger-2 {
    animation-delay: 0.3s;
}

.stagger-3 {
    animation-delay: 0.45s;
}


.time-slot-btn {
    padding: 6px 10px;
    border-radius: 6px;
    border: 1px solid #E2E8F0;
    font-size: 11px;
    font-weight: 600;
    color: #475569;
    transition: all 0.2s ease;
    cursor: pointer;
}

.time-slot-btn:hover,
.time-slot-btn.selected {
    border-color: #1E293B;
    background-color: #1E293B;
    color: #FFFFFF;
}

.time-range-picker {
    width: 100%;
}

.time-range-field {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    color: #64748B;
    font-size: 0.62rem;
    font-weight: 700;
}

.time-range-field input {
    width: 100%;
    min-height: 2.35rem;
    padding: 0.45rem 0.6rem;
    border: 1px solid #E2E8F0;
    border-radius: 0.45rem;
    background: #FFFFFF;
    color: #0F172A;
    font-size: 0.72rem;
    font-weight: 600;
    outline: none;
}

.time-range-field input:focus {
    border-color: #94A3B8;
    box-shadow: 0 0 0 2px rgba(148, 163, 184, 0.16);
}

/* Floating 3D Background Spheres & Elements matching plan/image.png */
@keyframes floatSlow {
    0%, 100% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-2px) rotate(0.5deg);
    }
}

@keyframes floatReverse {
    0%, 100% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(2px) rotate(-0.5deg);
    }
}

.animate-float-slow {
    animation: floatSlow 14s ease-in-out infinite;
}

.animate-float-reverse {
    animation: floatReverse 16s ease-in-out infinite;
}

.animate-float-delayed {
    animation: floatSlow 13s ease-in-out infinite 3s;
}

.glass-orb {
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at 30% 25%, rgba(255, 255, 255, 0.78) 0 15%, rgba(244, 199, 215, 0.28) 43%, rgba(199, 221, 244, 0.38) 78%, rgba(170, 193, 218, 0.26) 100%);
    box-shadow: inset -2px -3px 6px rgba(133, 164, 198, 0.16), inset 2px 2px 5px rgba(255, 255, 255, 0.66), 0 4px 9px rgba(111, 140, 168, 0.045);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border: 1px solid rgba(255, 255, 255, 0.42);
}

.glass-orb::before {
    content: '';
    position: absolute;
    width: 42%;
    height: 28%;
    top: 12%;
    left: 20%;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.3);
    filter: blur(1px);
    transform: rotate(-28deg);
}

.glass-cube {
    position: relative;
    overflow: hidden;
    clip-path: polygon(28% 0, 100% 14%, 76% 84%, 28% 100%, 0 68%, 6% 17%);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.66), rgba(199, 221, 244, 0.24) 55%, rgba(155, 185, 216, 0.38) 100%);
    box-shadow: inset -2px -2px 5px rgba(112, 148, 185, 0.13), inset 2px 2px 5px rgba(255, 255, 255, 0.62), 0 4px 9px rgba(111, 140, 168, 0.04);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.glass-cube::before,
.glass-cube::after {
    content: '';
    position: absolute;
    pointer-events: none;
}

.glass-cube::before {
    inset: 8% 14% 12% 8%;
    clip-path: polygon(28% 0, 100% 16%, 72% 88%, 28% 100%, 0 66%, 7% 18%);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.24), rgba(199, 221, 244, 0.08));
    border: 1px solid rgba(255, 255, 255, 0.24);
}

.glass-cube::after {
    width: 38%;
    height: 18%;
    top: 13%;
    left: 23%;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.26);
    filter: blur(2px);
    transform: rotate(13deg);
}

/* Material Symbols Customization */
.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
    vertical-align: middle;
}
