nav-dropdown { position: relative; } .nav-dropdown-menu { position: absolute; top: calc(100% + 18px); left: 50%; z-index: 50; width: 370px; padding: 10px; display: grid; gap: 4px; background: white; border: 1px solid var(--line); border-radius: 10px; box-shadow: 0 24px 70px rgba(11, 24, 48, .16); color: var(--ink); opacity: 0; visibility: hidden; transform: translate(-50%, 8px); transition: .22s; } .nav-dropdown:hover .nav-dropdown-menu, .nav-dropdown:focus-within .nav-dropdown-menu { opacity: 1; visibility: visible; transform: translate(-50%, 0); } .nav-dropdown-menu a { display: block; padding: 12px 14px; border-radius: 7px; } .nav-dropdown-menu a::after { display: none; } .main-menu .nav-dropdown-trigger::after, .main-menu .nav-dropdown-trigger.active::after { display: none; } .nav-dropdown-menu a:hover { background: #eef4ff; } .nav-dropdown-menu strong, .nav-dropdown-menu span { display: block; } .nav-dropdown-menu strong { font: 800 13px var(--display); } .nav-dropdown-menu span { margin-top: 2px; color: var(--muted); font-size: 11px; } .services { padding-top: 52px; background: linear-gradient(180deg, #f7faff 0%, #eef4ff 100%); } .service-row.expanded-services { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 14px; border: 0; border-radius: 0; position: relative; } .service-row.expanded-services article { min-width: 0; min-height: 244px; padding: 28px 18px 24px; display: flex; flex-direction: column; align-items: center; border: 1px solid #dce5f4; border-radius: 12px; background: rgba(255, 255, 255, .72); box-shadow: 0 18px 45px rgba(20, 49, 98, .06); transition: .22s; position: relative; z-index: 2; cursor: pointer; } .service-row.expanded-services article:hover { transform: translateY(-5px); border-color: #b9cdf4; box-shadow: 0 22px 55px rgba(20, 49, 98, .12); } .service-icon { width: 52px; height: 52px; margin-top: 0; display: flex; align-items: center; justify-content: center; border-radius: 50%; background: linear-gradient(180deg, #edf3ff, #f8fbff); box-shadow: 0 14px 28px rgba(21, 87, 233, .08); color: var(--blue); } .service-icon svg { width: 24px; height: 24px; display: block; } .service-row.expanded-services h3 { max-width: 145px; min-height: 34px; margin: 16px 0 7px; font-size: 14px; line-height: 1.2; } .service-row.expanded-services p { max-width: 150px; min-height: 34px; font-size: 11px; line-height: 1.4; } .service-row article a { display: inline-flex; margin-top: auto; padding-top: 16px; color: var(--blue); font-size: 10px; font-weight: 800; text-decoration: none; } .service-agency-hero { padding: 78px 0 0; overflow: hidden; background: radial-gradient(circle at 74% 15%, color-mix(in srgb, var(--service-accent) 18%, transparent) 0, transparent 28%), linear-gradient(180deg, #fffdfa 0%, #f4f7ff 100%); } .service-agency-grid { display: grid; grid-template-columns: 1fr .9fr; gap: 70px; align-items: center; min-height: 535px; } .service-agency-copy h1 { margin: 12px 0 18px; font: 800 clamp(48px, 5.4vw, 78px)/1.03 var(--display); letter-spacing: -.06em; } .service-agency-copy p { max-width: 660px; color: #526077; font-size: 18px; } .service-hero-points { display: flex; flex-wrap: wrap; gap: 9px; margin: 24px 0 30px; } .service-hero-points span { padding: 9px 12px; background: white; border: 1px solid var(--line); border-radius: 999px; color: #31415e; font-size: 11px; font-weight: 800; } .service-dashboard { position: relative; min-height: 470px; padding: 24px; overflow: hidden; background: linear-gradient(145deg, #07142b, #102e66); color: white; border-radius: 22px; box-shadow: 0 32px 75px rgba(11, 24, 48, .22); } .service-dashboard::before { content: ""; position: absolute; right: -90px; top: -90px; width: 240px; height: 240px; border-radius: 50%; background: var(--service-accent); opacity: .75; filter: blur(2px); } .dashboard-top { position: relative; display: flex; justify-content: space-between; color: #b9c9e4; font-size: 10px; font-weight: 800; letter-spacing: .12em; } .dashboard-top .service-icon-dash { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: rgba(255, 255, 255, .1); color: white; letter-spacing: 0; } .dashboard-top .service-icon-dash svg { width: 20px; height: 20px; display: block; } .dashboard-window { position: relative; min-height: 265px; margin-top: 42px; padding: 28px; overflow: hidden; background: rgba(255, 255, 255, .92); color: var(--ink); border-radius: 14px; animation: dashboardFloat 7s ease-in-out infinite; } .window-bars { display: flex; gap: 7px; margin-bottom: 40px; } .window-bars i { display: block; width: 10px; height: 10px; border-radius: 99px; background: #dce6f7; } .window-bars i:nth-child(1) { background: var(--service-accent); } .window-bars i:nth-child(2) { background: #b7c8e5; } .window-bars i:nth-child(3) { background: #d8e0ef; } .dashboard-window strong { display: block; max-width: 290px; font: 800 34px/1.05 var(--display); letter-spacing: -.04em; } .dashboard-window p { max-width: 330px; margin: 16px 0 0; color: var(--muted); font-size: 12px; line-height: 1.6; } .service-stat-strip { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 12px; } .service-stat-strip div { padding: 14px 12px; background: rgba(255, 255, 255, .09); border: 1px solid rgba(255, 255, 255, .12); border-radius: 10px; } .service-stat-strip b, .service-stat-strip span { display: block; } .service-stat-strip b { font: 800 20px var(--display); } .service-stat-strip span { margin-top: 3px; color: #b9c9e4; font-size: 9px; line-height: 1.35; } .service-gallery-marquee { width: 100%; margin-top: 20px; padding: 0 0 58px; overflow: hidden; } .service-gallery-track { display: flex; gap: 18px; width: max-content; animation: serviceMarquee 38s linear infinite; } .service-gallery-marquee:hover .service-gallery-track { animation-play-state: paused; } .service-gallery-track figure { width: 310px; height: 205px; margin: 0; overflow: hidden; border: 1px solid #dbe4f2; border-radius: 16px; background: white; box-shadow: 0 24px 65px rgba(11, 24, 48, .12); } .service-gallery-track img { width: 100%; height: 100%; object-fit: cover; display: block; } @keyframes serviceMarquee { from { transform: translateX(0); } to { transform: translateX(calc(-50% - 9px)); } } @keyframes dashboardFloat { 0%, 100% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-10px) rotate(.35deg); } } @keyframes softPulse { 0%, 100% { opacity: .75; transform: scale(1); } 50% { opacity: .95; transform: scale(1.06); } } .service-dashboard::before, .service-depth-panel::after { animation: softPulse 6s ease-in-out infinite; } .service-capabilities, .service-detail-section { background: var(--soft); } .service-capabilities.section-pad { padding: 88px 0; } .service-depth-layout { display: grid; grid-template-columns: .86fr 1.14fr; gap: 24px; align-items: stretch; } .service-depth-panel { position: relative; min-height: 470px; padding: 42px; overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end; background: radial-gradient(circle at 85% 10%, color-mix(in srgb, var(--service-accent) 55%, transparent), transparent 28%), linear-gradient(145deg, #07142b, #102e66); color: white; border-radius: 22px; box-shadow: 0 28px 80px rgba(11, 24, 48, .18); } .service-depth-panel::before { content: ""; position: absolute; inset: 24px; border: 1px solid rgba(255,255,255,.12); border-radius: 16px; pointer-events: none; } .service-depth-panel::after { content: ""; position: absolute; right: -70px; bottom: -70px; width: 220px; height: 220px; border-radius: 50%; background: rgba(255,255,255,.12); } .service-depth-panel .kicker { color: #8fb4ff; } .service-depth-panel h2 { position: relative; max-width: 520px; margin: 12px 0 18px; font: 800 clamp(34px, 4.2vw, 58px)/1.02 var(--display); letter-spacing: -.055em; } .service-depth-panel p { position: relative; max-width: 500px; margin: 0; color: #c8d6ef; font-size: 14px; } .depth-metric-row { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 34px; } .depth-metric-row div { padding: 14px 12px; background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.12); border-radius: 11px; } .depth-metric-row b, .depth-metric-row span { display: block; } .depth-metric-row b { font: 800 20px var(--display); } .depth-metric-row span { margin-top: 2px; color: #b9c9e4; font-size: 9px; line-height: 1.35; } .capability-stack { display: grid; gap: 12px; } .capability-stack article { position: relative; min-height: 110px; padding: 20px 22px; display: grid; grid-template-columns: 58px 1fr 34px; gap: 18px; align-items: center; overflow: hidden; background: rgba(255,255,255,.88); border: 1px solid #dce5f4; border-radius: 16px; box-shadow: 0 18px 48px rgba(11, 24, 48, .06); transition: .22s; } .capability-stack article::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 4px; background: var(--blue); opacity: .75; } .capability-stack article:hover { transform: translateX(6px); border-color: #b8cdf5; box-shadow: 0 22px 60px rgba(11, 24, 48, .1); } .capability-stack article:nth-child(2), .reason-grid article:nth-child(2), .timeline-list article:nth-child(2), .outcome-card:nth-child(2), .service-package-grid article:nth-child(2), .service-deliverables div:nth-child(2) { transition-delay: .08s; } .capability-stack article:nth-child(3), .reason-grid article:nth-child(3), .timeline-list article:nth-child(3), .outcome-card:nth-child(3), .service-package-grid article:nth-child(3), .service-deliverables div:nth-child(3) { transition-delay: .16s; } .capability-stack article:nth-child(4), .reason-grid article:nth-child(4), .timeline-list article:nth-child(4), .service-deliverables div:nth-child(4) { transition-delay: .24s; } .service-agency-copy.reveal-item, .service-dashboard.reveal-item { transform: translateY(34px) scale(.985); } .service-agency-copy.reveal-item.is-visible, .service-dashboard.reveal-item.is-visible { transform: translateY(0) scale(1); } .capability-stack article.reveal-item, .timeline-list article.reveal-item { transform: translateX(28px); } .capability-stack article.reveal-item.is-visible, .timeline-list article.reveal-item.is-visible { transform: translateX(0); } .capability-stack article.reveal-item.is-visible:hover { transform: translateX(6px); } .reason-grid article.reveal-item, .outcome-card.reveal-item, .service-package-grid article.reveal-item, .service-deliverables div.reveal-item { transform: translateY(24px) scale(.98); } .reason-grid article.reveal-item.is-visible, .outcome-card.reveal-item.is-visible, .service-package-grid article.reveal-item.is-visible, .service-deliverables div.reveal-item.is-visible { transform: translateY(0) scale(1); } .service-gallery-marquee.reveal-item { transform: translateY(18px); } .service-gallery-marquee.reveal-item.is-visible { transform: translateY(0); } @media (prefers-reduced-motion: reduce) { .service-dashboard::before, .service-depth-panel::after, .dashboard-window, .service-gallery-track { animation: none; } } .capability-stack article > span { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px; background: #eef4ff; color: var(--blue); font-size: 11px; font-weight: 800; } .capability-stack h3 { margin: 0 0 5px; font: 800 17px/1.15 var(--display); letter-spacing: -.025em; } .capability-stack p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.55; } .capability-stack article > b { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: #07142b; color: white; font-size: 13px; } .service-expertise { background: #07142b; color: white; } .service-expertise-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 42px; align-items: stretch; } .expertise-panel { padding: 42px; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; background: radial-gradient(circle at 90% 15%, rgba(21,87,233,.35), transparent 28%), rgba(255,255,255,.04); } .expertise-panel h2 { margin: 10px 0 16px; font: 800 clamp(32px, 4vw, 56px)/1.05 var(--display); letter-spacing: -.05em; } .expertise-panel p { max-width: 560px; color: #b9c9e4; } .expertise-panel .primary-button { margin-top: 22px; } .reason-grid { display: grid; gap: 14px; } .reason-grid article { min-height: 98px; padding: 24px; display: flex; align-items: center; gap: 18px; border: 1px solid rgba(255,255,255,.12); border-radius: 14px; background: rgba(255,255,255,.06); } .reason-grid b { width: 42px; height: 42px; flex: 0 0 42px; display: grid; place-items: center; border-radius: 50%; background: #fff4cd; color: #0b1830; } .reason-grid span { font-weight: 800; } .service-process-section { background: #fffdfa; } .service-process-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; align-items: start; } .service-section-head { max-width: 620px; margin-bottom: 30px; } .service-section-head h2, .service-detail-grid h2, .service-faq-grid h2 { margin: 8px 0 0; font: 800 clamp(30px, 3.8vw, 52px)/1.1 var(--display); letter-spacing: -.04em; } .timeline-list { border-top: 1px solid var(--line); } .timeline-list article { display: grid; grid-template-columns: 74px 1fr; gap: 22px; padding: 28px 0; border-bottom: 1px solid var(--line); } .timeline-list span { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: #eef4ff; color: var(--blue); font-size: 10px; font-weight: 800; } .timeline-list p { margin: 0; font: 800 21px/1.25 var(--display); letter-spacing: -.025em; } .outcome-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; } .outcome-grid.premium { grid-template-columns: repeat(3, 1fr); } .outcome-card { min-height: 170px; padding: 24px; background: white; border: 1px solid var(--line); border-radius: 10px; } .outcome-card span { display: block; margin-bottom: 38px; color: var(--blue); font-size: 10px; font-weight: 800; } .outcome-card h3 { font: 800 21px/1.15 var(--display); letter-spacing: -.03em; margin: 0; } .service-packages { background: linear-gradient(180deg, #eef4ff, #f8fbff); } .service-detail-grid, .service-faq-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: start; } .service-detail-grid p { color: var(--muted); font-size: 13px; } .service-package-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; } .service-package-grid article { min-height: 250px; padding: 26px; display: flex; flex-direction: column; background: white; border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 22px 55px rgba(11, 24, 48, .08); } .service-package-grid article:only-child { width: min(100%, 440px); grid-column: 1 / -1; justify-self: start; } .service-package-grid article.featured { background: #07142b; color: white; } .service-package-grid span { color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; } .service-package-grid .featured span, .service-package-grid .featured p { color: #b9c9e4; } .service-package-grid h3 { margin: 22px 0 8px; font: 800 32px var(--display); } .service-package-grid p { color: var(--muted); font-size: 12px; } .service-package-grid a { margin-top: auto; color: var(--blue); font-size: 11px; font-weight: 800; text-decoration: none; } .service-package-grid .featured a { color: #fff4cd; } .service-deliverables { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; } .service-deliverables div { min-height: 92px; padding: 20px; display: flex; align-items: flex-end; background: white; border: 1px solid var(--line); border-radius: 10px; color: #1b2b48; font-weight: 800; box-shadow: 0 18px 44px rgba(11, 24, 48, .04); } .service-faq { background: white; } .service-faq-list { border-top: 1px solid var(--line); } .service-faq-list details { border-bottom: 1px solid var(--line); } .service-faq-list summary { padding: 24px 0; display: flex; justify-content: space-between; gap: 20px; cursor: pointer; font: 800 18px var(--display); } .service-faq-list summary::-webkit-details-marker { display: none; } .service-faq-list summary i { font-style: normal; color: var(--blue); } .service-faq-list details[open] summary i { transform: rotate(45deg); } .service-faq-list p { max-width: 700px; margin: -6px 0 24px; color: var(--muted); font-size: 13px; } @media (max-width: 980px) { .service-agency-grid, .service-expertise-grid, .service-process-layout, .service-detail-grid, .service-faq-grid { grid-template-columns: 1fr; } .service-row.expanded-services { grid-template-columns: repeat(2, 1fr); overflow: visible; } .service-highlight { display: none; } .service-row.expanded-services article:hover { border-color: var(--blue); background: #fff; box-shadow: 0 24px 58px rgba(21, 87, 233, .16); } .nav-dropdown, .nav-dropdown-trigger { width: 100%; } .nav-dropdown-menu { position: static; width: 100%; margin-top: 10px; display: none; box-shadow: none; opacity: 1; visibility: visible; transform: none; } .main-menu.open .nav-dropdown.is-open .nav-dropdown-menu { display: grid; } .nav-dropdown:hover .nav-dropdown-menu, .nav-dropdown:focus-within .nav-dropdown-menu { transform: none; } .outcome-grid { grid-template-columns: 1fr; } .outcome-grid.premium, .service-package-grid { grid-template-columns: repeat(2, 1fr); } } @media (min-width: 721px) and (max-width: 980px) { .nav-dropdown { width: auto; } .nav-dropdown-trigger { width: auto; } .nav-dropdown-menu { position: absolute; top: calc(100% + 18px); left: 50%; width: 370px; margin-top: 0; display: grid; box-shadow: 0 24px 70px rgba(11, 24, 48, .16); opacity: 0; visibility: hidden; transform: translate(-50%, 8px); } .nav-dropdown:hover .nav-dropdown-menu, .nav-dropdown:focus-within .nav-dropdown-menu { opacity: 1; visibility: visible; transform: translate(-50%, 0); } } @media (max-width: 720px) { .service-row.expanded-services { grid-template-columns: 1fr; } .service-row.expanded-services article { min-height: 210px; } .service-row.expanded-services article:hover { border-color: var(--blue); background: #fff; box-shadow: 0 24px 58px rgba(21, 87, 233, .16); } .service-agency-hero { padding: 48px 0 68px; } .service-agency-copy { text-align: center; } .service-agency-copy p { margin-inline: auto; } .service-agency-copy .hero-actions { justify-content: center; } .service-hero-points, .service-stat-strip, .service-deliverables { grid-template-columns: 1fr; } .service-hero-points { justify-content: center; } .service-dashboard { min-height: 390px; padding: 28px; } .dashboard-window strong { font-size: 29px; } .service-gallery-track figure { width: 240px; height: 165px; } .outcome-grid.premium, .service-package-grid { grid-template-columns: 1fr; } .service-depth-layout { grid-template-columns: 1fr; } .service-depth-panel { min-height: 360px; padding: 30px; } .depth-metric-row { grid-template-columns: 1fr; } .capability-stack article { grid-template-columns: 48px 1fr; padding: 18px; } .capability-stack article > b { display: none; } .timeline-list article { grid-template-columns: 52px 1fr; } }
