.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html {
scroll-behavior: smooth;
}
img {
max-width: 100%;
height: auto;
display: block;
} @import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700;800;900&display=swap"); @font-face {
font-family: 'Gotham';
src: url(//www.successdigiplus.com/wp-content/themes/digiplus/assets/fonts/Gotham-Bold.otf) format('opentype');
font-weight: bold;
font-style: normal;
font-display: swap;
}
:root {
--delta-blue: #0f2f8e;
--delta-dark-blue: #17284b;
--delta-red: #c24e4a;
--delta-cyan: #34b6d9;
--delta-light-cyan: #3577c8;
}
body {
font-family: 'Noto Sans JP', sans-serif;
line-height: 1.6;
margin: 0;
padding: 0;
}
.font-shs {
font-family: 'source-han-sans-japanese', 'Noto Sans JP', system-ui, -apple-system, sans-serif;
}
.font-gotham {
font-family: 'Gotham', 'Inter', system-ui, -apple-system, 'Noto Sans JP', sans-serif;
letter-spacing: 0.02em;
} .bg-delta-blue {
background-color: var(--delta-blue);
}
.text-delta-blue {
color: var(--delta-blue);
} .sec-title {
font-weight: 700;
font-size: 1.875rem;
line-height: 1.2;
font-family: 'Gotham', 'Inter', system-ui, -apple-system, 'Noto Sans JP', sans-serif;
letter-spacing: 0.02em;
}
@media (min-width: 768px) {
.sec-title {
font-size: 44px;
line-height: 1.4;
}
}
.sec-title-en {
font-weight: 700;
line-height: 0.9;
font-size: 48px;
}
@media (min-width: 768px) {
.sec-title-en {
font-size: 56px;
}
}
@media (min-width: 1024px) {
.sec-title-en {
font-size: 80px;
}
}
.sec-sub {
font-family: 'Noto Sans JP', sans-serif;
font-size: 1rem;
letter-spacing: normal;
}
@media (min-width: 768px) {
.sec-sub {
font-size: 0.875rem;
letter-spacing: 0.3em;
}
}
.read-more-link {
font-family: 'Gotham', 'Noto Sans JP', sans-serif;
font-weight: 700;
font-size: 21px;
letter-spacing: 0.02em;
}  [data-reveal] {
opacity: 0;
will-change: opacity, transform;
transition: opacity 280ms cubic-bezier(0.25, 0.46, 0.45, 0.94),
transform 280ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
transition-delay: var(--reveal-delay, 0ms);
}
[data-reveal='up'] { transform: translateY(16px); }
[data-reveal='left'] { transform: translateX(-16px); }
[data-reveal='right'] { transform: translateX(16px); }
[data-reveal='scale'] { transform: scale(0.97); }
[data-reveal='fade'] { transform: none; }
[data-reveal='rise'] { transform: translateY(22px); }
[data-reveal].is-inview {
opacity: 1;
transform: none;
} .section-reveal {
opacity: 0;
transform: translateY(12px);
transition: opacity 320ms cubic-bezier(0.25, 0.46, 0.45, 0.94),
transform 320ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.section-reveal.is-inview { opacity: 1; transform: none; } .stagger [data-reveal]:nth-child(1) { --reveal-delay: 0ms; }
.stagger [data-reveal]:nth-child(2) { --reveal-delay: 30ms; }
.stagger [data-reveal]:nth-child(3) { --reveal-delay: 60ms; }
.stagger [data-reveal]:nth-child(4) { --reveal-delay: 90ms; }
.stagger [data-reveal]:nth-child(5) { --reveal-delay: 110ms; }
.stagger [data-reveal]:nth-child(6) { --reveal-delay: 130ms; }
.stagger [data-reveal]:nth-child(7) { --reveal-delay: 150ms; }
.stagger [data-reveal]:nth-child(8) { --reveal-delay: 170ms; } .stagger-fast [data-reveal]:nth-child(1) { --reveal-delay: 0ms; }
.stagger-fast [data-reveal]:nth-child(2) { --reveal-delay: 20ms; }
.stagger-fast [data-reveal]:nth-child(3) { --reveal-delay: 40ms; }
.stagger-fast [data-reveal]:nth-child(4) { --reveal-delay: 60ms; }
.stagger-fast [data-reveal]:nth-child(5) { --reveal-delay: 80ms; }
.stagger-fast [data-reveal]:nth-child(6) { --reveal-delay: 95ms; }
.stagger-fast [data-reveal]:nth-child(7) { --reveal-delay: 110ms; }
.stagger-fast [data-reveal]:nth-child(8) { --reveal-delay: 120ms; }
.stagger-fast [data-reveal]:nth-child(n+9) { --reveal-delay: 130ms; } .marquee-track {
position: absolute;
width: 300%;
overflow: hidden;
pointer-events: none;
}
.marquee-track.rotate {
top: 20%;
left: 50%;
transform: translate(-50%, -50%) rotate(-5deg);
}
.marquee-track.rotate-top {
top: 52%;
left: 50%;
transform: translate(-50%, -50%) rotate(-5deg);
}
.marquee-track.rotate-outline {
top: 84%;
left: 50%;
transform: translate(-50%, -50%) rotate(-5deg);
}
.marquee-track .marquee-inner {
display: flex;
width: 200%;
}
.marquee-inner.animate {
animation: marquee 40s linear infinite;
}
.marquee-inner.animate-reverse {
animation: marquee-reverse 40s linear infinite;
}
.marquee-segment {
white-space: nowrap;
flex-shrink: 0;
padding-right: 6rem;
}
@keyframes marquee {
0% {
transform: translateX(0);
}
100% {
transform: translateX(-50%);
}
}
@keyframes marquee-reverse {
0% {
transform: translateX(-50%);
}
100% {
transform: translateX(0);
}
} .read-more-link {
display: inline-flex;
align-items: center;
gap: 0.75rem;
}
a {
text-decoration: none;
color: inherit;
}
a:hover {
opacity: 0.85;
transition: opacity 0.3s ease;
} #global-header {
will-change: transform;
}
#global-header nav a {
position: relative;
} .contact-btn-glow {
background: linear-gradient(135deg, rgba(6, 182, 212, 0.8) 0%, rgba(59, 130, 246, 0.8) 50%, rgba(139, 92, 246, 0.8) 100%);
background-size: 200% 200%;
animation: gradientShift 3s ease infinite;
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
box-shadow: 0 2px 12px rgba(6, 182, 212, 0.3);
}
.contact-btn-glow:hover {
transform: translateY(-1px);
box-shadow: 0 4px 20px rgba(6, 182, 212, 0.5), 0 0 30px rgba(59, 130, 246, 0.2);
}
.contact-btn-glow:active {
transform: translateY(0);
}
@keyframes gradientShift {
0%, 100% { background-position: 0% 50%; }
50% { background-position: 100% 50%; }
}
#global-header nav a::after {
content: '';
position: absolute;
bottom: -2px;
left: 0;
width: 0;
height: 1px;
background: #fff;
transition: width 0.3s ease;
}
#global-header nav a:hover::after {
width: 100%;
}
#global-header nav a:hover {
opacity: 1;
}
.global-menu-toggle.active .menu-bar:nth-child(1) {
transform: rotate(45deg) translate(5px, 5px);
}
.global-menu-toggle.active .menu-bar:nth-child(2) {
opacity: 0;
}
.global-menu-toggle.active .menu-bar:nth-child(3) {
transform: rotate(-45deg) translate(5px, -5px);
} #sidebar-menu.menu-open {
visibility: visible;
}
#sidebar-menu.menu-open .sidebar-overlay {
opacity: 0.5;
}
#sidebar-menu.menu-open .sidebar-panel {
transform: translateX(0);
}
.menu-toggle.active .menu-bar:nth-child(1) {
transform: rotate(45deg) translate(6px, 6px);
}
.menu-toggle.active .menu-bar:nth-child(2) {
opacity: 0;
}
.menu-toggle.active .menu-bar:nth-child(3) {
transform: rotate(-45deg) translate(6px, -6px);
} .sidebar-menu-item {
display: flex;
align-items: center;
gap: 16px;
padding: 14px 20px;
color: rgba(255, 255, 255, 0.85);
text-decoration: none;
position: relative;
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
border-bottom: 1px solid rgba(255, 255, 255, 0.08);
opacity: 0;
transform: translateX(20px);
}
#sidebar-menu.menu-open .sidebar-menu-item {
opacity: 1;
transform: translateX(0);
animation: slideInMenu 0.4s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
@keyframes slideInMenu {
from {
opacity: 0;
transform: translateX(20px);
}
to {
opacity: 1;
transform: translateX(0);
}
}
.sidebar-menu-item:hover {
background: linear-gradient(90deg, rgba(52, 182, 217, 0.15) 0%, rgba(52, 182, 217, 0.05) 100%);
color: #fff;
}
.sidebar-menu-item:hover .sidebar-menu-indicator {
transform: scaleY(1);
}
.sidebar-menu-item:hover .sidebar-menu-arrow {
opacity: 1;
transform: translateX(0);
} .sidebar-menu-item.sidebar-menu-active {
background: linear-gradient(90deg, rgba(52, 182, 217, 0.2) 0%, transparent 100%);
color: #fff;
}
.sidebar-menu-item.sidebar-menu-active .sidebar-menu-indicator {
transform: scaleY(1);
background: #34b6d9;
} .sidebar-menu-indicator {
position: absolute;
left: 0;
top: 0;
bottom: 0;
width: 3px;
background: linear-gradient(180deg, #34b6d9 0%, #3577c8 100%);
transform: scaleY(0);
transform-origin: center;
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
} .sidebar-menu-content {
flex: 1;
display: flex;
flex-direction: column;
gap: 2px;
} .sidebar-menu-title {
font-family: 'Gotham', 'Inter', system-ui, -apple-system, sans-serif;
font-weight: 700;
font-size: 15px;
letter-spacing: 0.1em;
color: #fff;
transition: color 0.3s ease;
} .sidebar-menu-subtitle {
font-family: 'Noto Sans JP', sans-serif;
font-size: 11px;
font-weight: 400;
color: rgba(255, 255, 255, 0.5);
letter-spacing: 0.05em;
transition: color 0.3s ease;
}
.sidebar-menu-item:hover .sidebar-menu-subtitle {
color: rgba(52, 182, 217, 0.9);
} .sidebar-menu-arrow {
width: 16px;
height: 16px;
color: #34b6d9;
opacity: 0;
transform: translateX(-8px);
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
} .sidebar-menu-group {
opacity: 0;
transform: translateX(20px);
}
#sidebar-menu.menu-open .sidebar-menu-group {
opacity: 1;
transform: translateX(0);
animation: slideInMenu 0.4s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.sidebar-menu-toggle {
width: 100%;
background: none;
border: none;
cursor: pointer;
text-align: left;
}
.sidebar-menu-chevron {
width: 16px;
height: 16px;
color: rgba(255, 255, 255, 0.4);
transition: all 0.3s ease;
flex-shrink: 0;
}
.sidebar-menu-group.sidebar-submenu-open .sidebar-menu-chevron,
.sidebar-menu-item:hover .sidebar-menu-chevron {
color: #34b6d9;
}
.sidebar-menu-group.sidebar-submenu-open .sidebar-menu-chevron {
transform: rotate(180deg);
}
.sidebar-submenu {
max-height: 0;
overflow: hidden;
transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1);
background: rgba(0, 0, 0, 0.15);
}
.sidebar-menu-group.sidebar-submenu-open .sidebar-submenu {
max-height: 300px;
}
.sidebar-submenu-item {
display: flex;
align-items: center;
gap: 12px;
padding: 12px 20px 12px 44px;
color: rgba(255, 255, 255, 0.65);
text-decoration: none;
font-family: 'Noto Sans JP', sans-serif;
font-size: 13px;
letter-spacing: 0.03em;
transition: all 0.2s ease;
border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}
.sidebar-submenu-item:hover {
color: #fff;
background: rgba(52, 182, 217, 0.1);
padding-left: 48px;
}
.sidebar-submenu-item.sidebar-sub-active {
color: #34b6d9;
font-weight: 600;
}
.sidebar-submenu-dot {
width: 5px;
height: 5px;
border-radius: 50%;
background: rgba(255, 255, 255, 0.3);
flex-shrink: 0;
transition: all 0.2s ease;
}
.sidebar-submenu-item:hover .sidebar-submenu-dot,
.sidebar-submenu-item.sidebar-sub-active .sidebar-submenu-dot {
background: #34b6d9;
box-shadow: 0 0 6px rgba(52, 182, 217, 0.4);
} .gh-dropdown {
position: relative;
} .gh-dropdown::after {
content: '';
position: absolute;
top: 100%;
left: 0;
right: 0;
height: 16px;
}
.gh-dropdown-menu {
position: absolute;
top: calc(100% + 12px);
left: 50%;
transform: translateX(-50%);
min-width: 200px;
background: rgba(255, 255, 255, 0.97);
backdrop-filter: blur(20px);
-webkit-backdrop-filter: blur(20px);
border-radius: 4px;
padding: 0;
opacity: 0;
visibility: hidden;
transition: opacity 0.2s ease, visibility 0.2s ease;
pointer-events: none;
box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
overflow: hidden;
border-top: 2px solid #0f2f8e;
}
.gh-dropdown:hover .gh-dropdown-menu {
opacity: 1;
visibility: visible;
pointer-events: auto;
}
.gh-dropdown:hover > a {
color: #fff;
}
.gh-dropdown:hover > a svg {
opacity: 1;
transform: rotate(180deg);
}
.gh-dropdown > a svg {
transition: transform 0.2s ease, opacity 0.2s ease;
}
.gh-dropdown-item {
display: block;
padding: 12px 24px;
color: #333;
font-size: 13px;
font-weight: 500;
letter-spacing: 0.02em;
text-decoration: none;
white-space: nowrap;
transition: all 0.15s ease;
border-left: 3px solid transparent;
}
.gh-dropdown-item + .gh-dropdown-item {
border-top: 1px solid #f0f0f0;
} .gh-mega-menu {
padding: 0 !important;
border-radius: 8px !important;
}
.gh-mega-menu .gh-dropdown-item {
padding: 8px 12px;
font-size: 12px;
border-left: 2px solid transparent;
border-top: none;
white-space: normal;
border-radius: 4px;
margin: 1px 0;
}
.gh-mega-menu .gh-dropdown-item + .gh-dropdown-item {
border-top: none;
}
.gh-mega-menu .gh-dropdown-item:hover {
padding-left: 14px;
}
.gh-dropdown-item:hover {
color: #0f2f8e;
background: #f5f7ff;
border-left-color: #0f2f8e;
padding-left: 28px;
} #sidebar-menu .sidebar-panel {
transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
} .product-slide {
transition: opacity 0.4s ease-in-out;
opacity: 0;
display: none; touch-action: pan-y pinch-zoom;
-webkit-user-select: none;
user-select: none;
}
.product-slide.is-active {
opacity: 1;
display: block;
}
@media (min-width: 768px) {
.product-slide {
display: auto;
position: absolute;
}
.product-slide.is-active {
display: auto;
}
}
.product-slide .slide-image,
.product-slide .slide-content {
opacity: 0;
transform: translateY(15px);
transition: opacity 300ms cubic-bezier(0.16, 1, 0.3, 1),
transform 300ms cubic-bezier(0.16, 1, 0.3, 1);
}
.product-slide.is-active .slide-image {
opacity: 1;
transform: translateY(0);
transition-delay: 50ms;
}
.product-slide.is-active .slide-content {
opacity: 1;
transform: translateY(0);
transition-delay: 100ms;
} .product-slide img {
pointer-events: none;
-webkit-user-drag: none;
user-select: none;
} .product-slide a {
-webkit-tap-highlight-color: transparent;
}
.slide-indicator {
cursor: pointer;
transition: all 0.3s ease; -webkit-tap-highlight-color: transparent;
touch-action: manipulation; position: relative;
}
.slide-indicator::before {
content: '';
position: absolute;
top: -8px;
left: -8px;
right: -8px;
bottom: -8px;
}
.slide-indicator:hover {
opacity: 0.8;
}
@media (hover: hover) {
.slide-indicator:hover {
transform: scale(1.2);
}
} #scroll-to-top {
opacity: 0;
visibility: hidden;
transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}
#scroll-to-top.show {
opacity: 1;
visibility: visible;
}
#scroll-to-top:active {
transform: scale(0.95);
} video {
object-fit: cover;
} .container {
width: 100%;
margin-left: auto;
margin-right: auto;
padding-left: 1rem;
padding-right: 1rem;
}
@media (min-width: 640px) {
.container {
max-width: 640px;
}
}
@media (min-width: 768px) {
.container {
max-width: 768px;
}
}
@media (min-width: 1024px) {
.container {
max-width: 1024px;
}
}
@media (min-width: 1280px) {
.container {
max-width: 1280px;
}
}
@media (min-width: 1536px) {
.container {
max-width: 1536px;
}
} .aspect-video {
aspect-ratio: 16 / 9;
}
.object-cover {
object-fit: cover;
}
.object-contain {
object-fit: contain;
} .transition-all {
transition-property: all;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 300ms;
}
.transition-opacity {
transition-property: opacity;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 300ms;
}
.transition-transform {
transition-property: transform;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 300ms;
} @media print {
.no-print {
display: none !important;
}
} .sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border-width: 0;
} @keyframes spin {
to {
transform: rotate(360deg);
}
}
.animate-spin {
animation: spin 1s linear infinite;
} .gradient-blue {
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}
.gradient-cyan {
background: linear-gradient(135deg, #00BCD4 0%, #2196F3 100%);
} .page-numbers {
display: flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
font-weight: 700;
transition: all 0.2s ease;
}
.page-numbers.current {
background-color: #00205B;
color: #ffffff;
border: 2px solid #ffffff;
}
.page-numbers:not(.current):not(.dots) {
background-color: #ffffff;
color: #00205B;
border: 1px solid #e5e7eb;
}
.page-numbers:not(.current):not(.dots):hover {
background-color: #f3f4f6;
}
.page-numbers.dots {
background: transparent;
border: none;
color: rgba(255, 255, 255, 0.6);
}
.page-numbers.prev,
.page-numbers.next {
font-size: 1.25rem;
} .news-list-item {
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
padding: 1.25rem 0;
transition: background-color 0.2s ease;
}
.news-list-item:hover {
background-color: rgba(255, 255, 255, 0.05);
} .news-tag {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 0.25rem 1rem;
font-size: 0.75rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.15em;
border-radius: 2px;
min-width: 90px;
}
.news-tag-info {
background-color: #D8D8D9;
color: #333333;
}
.news-tag-recruit {
background-color: #C5D86D;
color: #333333;
}
.news-tag-event {
background-color: #7EB6D9;
color: #333333;
}
.news-tag-media {
background-color: #E8A87C;
color: #333333;
} .breadcrumb {
display: flex;
align-items: center;
gap: 0.5rem;
font-size: 0.875rem;
}
.breadcrumb-item {
color: #6b7280;
transition: color 0.2s ease;
}
.breadcrumb-item:hover {
color: #00205B;
}
.breadcrumb-separator {
color: #9ca3af;
}
.breadcrumb-current {
color: #374151;
} .custom-logo-link img,
.custom-logo {
height: 56px !important;
width: auto !important;
max-height: none !important;
}
@media (min-width: 768px) {
.custom-logo-link img,
.custom-logo {
height: 96px !important;
}
}  .case-study-card {
background: white;
border-radius: 16px;
overflow: hidden;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
border: 1px solid #f1f5f9;
}
.case-study-card:hover {
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
transform: translateY(-4px);
}
.case-study-card .card-image {
position: relative;
aspect-ratio: 4/3;
overflow: hidden;
}
.case-study-card .card-image img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}
.case-study-card:hover .card-image img {
transform: scale(1.1);
} .case-tag {
display: inline-flex;
align-items: center;
padding: 0.375rem 0.75rem;
font-size: 0.75rem;
font-weight: 600;
border-radius: 9999px;
white-space: nowrap;
}
.case-tag-product {
background-color: rgba(6, 182, 212, 0.9);
color: white;
}
.case-tag-industry {
background-color: #f1f5f9;
color: #475569;
} .case-section {
background: white;
border-radius: 16px;
padding: 1.5rem;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
@media (min-width: 768px) {
.case-section {
padding: 2rem;
}
}
.case-section-icon {
width: 48px;
height: 48px;
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
}
.case-section-title {
font-size: 1.25rem;
font-weight: 700;
color: #1e293b;
} .case-quote {
position: relative;
background: linear-gradient(135deg, #00205B 0%, #0E2F8E 100%);
border-radius: 16px;
padding: 1.5rem 2rem;
color: white;
}
.case-quote::before {
content: '"';
position: absolute;
top: 0.5rem;
left: 1rem;
font-size: 5rem;
font-family: Georgia, serif;
color: rgba(255, 255, 255, 0.1);
line-height: 1;
}
.case-quote blockquote {
position: relative;
z-index: 1;
font-style: italic;
font-size: 1.125rem;
line-height: 1.8;
color: rgba(255, 255, 255, 0.9);
} .case-specs {
font-size: 0.875rem;
line-height: 1.8;
color: #475569;
white-space: pre-line;
} .case-filter-select {
padding: 0.5rem 1rem;
background: white;
border: 1px solid #e2e8f0;
border-radius: 8px;
font-size: 0.875rem;
color: #475569;
cursor: pointer;
transition: all 0.2s ease;
}
.case-filter-select:focus {
outline: none;
border-color: #06b6d4;
box-shadow: 0 0 0 3px rgba(6, 182, 212, 0.1);
} .case-thumb {
width: 80px;
height: 80px;
border-radius: 8px;
overflow: hidden;
cursor: pointer;
border: 2px solid transparent;
transition: all 0.2s ease;
}
.case-thumb:hover,
.case-thumb.active {
border-color: #06b6d4;
}
.case-thumb img {
width: 100%;
height: 100%;
object-fit: cover;
} .case-lightbox {
position: fixed;
inset: 0;
background: rgba(0, 0, 0, 0.9);
z-index: 9999;
display: none;
align-items: center;
justify-content: center;
}
.case-lightbox.active {
display: flex;
}
.case-lightbox img {
max-width: 90vw;
max-height: 90vh;
object-fit: contain;
}
.case-lightbox-close {
position: absolute;
top: 20px;
right: 20px;
color: white;
font-size: 40px;
cursor: pointer;
line-height: 1;
transition: color 0.2s ease;
}.case-lightbox-close:hover {
color: #06b6d4;
} .line-clamp-1 {
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden;
}
.line-clamp-2 {
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
.line-clamp-3 {
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
} .related-case-card {
background: #f8fafc;
border-radius: 16px;
overflow: hidden;
transition: all 0.3s ease;
}
.related-case-card:hover {
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.related-case-card img {
transition: transform 0.5s ease;
}
.related-case-card:hover img {
transform: scale(1.05);
} .case-cta-gradient {
background: linear-gradient(135deg, #00205B 0%, #0E2F8E 100%);
position: relative;
overflow: hidden;
}.case-cta-gradient::before {
content: '';
position: absolute;
top: 0;
right: 25%;
width: 300px;
height: 300px;
border-radius: 50%;
background: radial-gradient(circle, rgba(6, 182, 212, 0.2) 0%, transparent 70%);
filter: blur(60px);
} .loading-screen {
position: fixed;
inset: 0;
z-index: 99999;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, #00205B 0%, #0E2F8E 50%, #1a4fd8 100%);
opacity: 1;
visibility: visible;
transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1), 
visibility 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.loading-screen.fade-out {
opacity: 0;
visibility: hidden;
}
.loading-screen.hidden {
display: none;
}
.loading-content {
text-align: center;
color: #fff;
z-index: 2;
position: relative;
} .loading-logo {
margin-bottom: 40px;
opacity: 0;
transform: translateY(20px) scale(0.95);
animation: logoReveal 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.2s forwards;
}
.loading-logo-img {
height: 120px;
width: auto;
}
@keyframes logoReveal {
to {
opacity: 1;
transform: translateY(0) scale(1);
}
} .loading-spinner {
position: relative;
width: 80px;
height: 80px;
margin: 0 auto 32px;
}
.spinner-pulse {
position: absolute;
width: 100%;
height: 100%;
border: 2px solid rgba(255, 255, 255, 0.3);
border-radius: 50%;
animation: pulse 2s ease-out infinite;
}
.spinner-pulse.delay-1 {
animation-delay: 0.4s;
}
.spinner-pulse.delay-2 {
animation-delay: 0.8s;
}
@keyframes pulse {
0% {
transform: scale(0.5);
opacity: 1;
border-color: rgba(52, 182, 217, 0.8);
}
100% {
transform: scale(1.5);
opacity: 0;
border-color: rgba(52, 182, 217, 0);
}
} .loading-progress {
width: 200px;
height: 2px;
background: rgba(255, 255, 255, 0.15);
border-radius: 2px;
margin: 0 auto 24px;
overflow: hidden;
opacity: 0;
animation: fadeIn 0.5s ease 0.5s forwards;
}
.loading-progress-bar {
width: 0%;
height: 100%;
background: linear-gradient(90deg, #34b6d9, #fff, #34b6d9);
background-size: 200% 100%;
border-radius: 2px;
transition: width 0.15s ease-out;
animation: shimmer 1.5s infinite;
}
@keyframes shimmer {
0% { background-position: 200% 0; }
100% { background-position: -200% 0; }
}
@keyframes fadeIn {
to { opacity: 1; }
} .loading-text {
font-size: 12px;
letter-spacing: 4px;
text-transform: uppercase;
opacity: 0;
animation: fadeIn 0.5s ease 0.6s forwards;
font-family: 'Gotham', 'Inter', sans-serif;
color: rgba(255, 255, 255, 0.7);
}
.loading-dots::after {
content: '';
animation: loadingDots 1.2s steps(4, end) infinite;
}
@keyframes loadingDots {
0% { content: ''; }
25% { content: '.'; }
50% { content: '..'; }
75% { content: '...'; }
100% { content: ''; }
} .loading-bg-decoration {
position: absolute;
inset: 0;
overflow: hidden;
pointer-events: none;
}
.loading-orb {
position: absolute;
border-radius: 50%;
filter: blur(60px);
opacity: 0.4;
}
.loading-orb.orb-1 {
width: 400px;
height: 400px;
background: radial-gradient(circle, rgba(52, 182, 217, 0.4) 0%, transparent 70%);
top: -100px;
right: -100px;
animation: orbFloat 8s ease-in-out infinite;
}
.loading-orb.orb-2 {
width: 300px;
height: 300px;
background: radial-gradient(circle, rgba(129, 140, 248, 0.3) 0%, transparent 70%);
bottom: -50px;
left: -50px;
animation: orbFloat 10s ease-in-out infinite reverse;
}
.loading-orb.orb-3 {
width: 200px;
height: 200px;
background: radial-gradient(circle, rgba(52, 182, 217, 0.25) 0%, transparent 70%);
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
animation: orbPulse 4s ease-in-out infinite;
}
@keyframes orbFloat {
0%, 100% { transform: translate(0, 0); }
25% { transform: translate(-20px, 20px); }
50% { transform: translate(-40px, 0); }
75% { transform: translate(-20px, -20px); }
}
@keyframes orbPulse {
0%, 100% { transform: translate(-50%, -50%) scale(1); opacity: 0.3; }
50% { transform: translate(-50%, -50%) scale(1.2); opacity: 0.5; }
} html:not(.skip-loading) body:not(.page-loaded) #page,
html:not(.skip-loading) body:not(.page-loaded) main {
opacity: 0;
pointer-events: none;
}
html:not(.skip-loading) body.page-loaded #page,
html:not(.skip-loading) body.page-loaded main {
opacity: 1;
pointer-events: auto;
animation: pageReveal 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
} .loading-screen {
pointer-events: auto;
}
@keyframes pageReveal {
from {
opacity: 0;
transform: translateY(10px);
}
to {
opacity: 1;
transform: translateY(0);
}
} body.page-loaded .hero-text-line1,
body.page-loaded .hero-text-line2,
body.page-loaded .hero-text-line3 {
opacity: 0;
transform: translateY(30px);
animation: heroTextReveal 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
body.page-loaded .hero-text-line1 {
animation-delay: 0.3s;
}
body.page-loaded .hero-text-line2 {
animation-delay: 0.45s;
}
body.page-loaded .hero-text-line3 {
animation-delay: 0.6s;
}
@keyframes heroTextReveal {
to {
opacity: 1;
transform: translateY(0);
}
}  .product-slide {
position: relative;
}
.product-slide::before {
content: '';
position: absolute;
inset: 0;
background: linear-gradient(180deg, transparent 0%, rgba(0, 32, 91, 0.8) 100%);
opacity: 0;
transition: opacity 0.4s ease;
z-index: 1;
pointer-events: none;
}
.product-slide:hover::before {
opacity: 1;
} @media (prefers-reduced-motion: reduce) {
.loading-screen {
transition-duration: 0.01ms;
}
.loading-logo,
.loading-progress,
.loading-text {
animation: none;
opacity: 1;
transform: none;
}
.spinner-pulse {
animation: none;
opacity: 0.5;
}
.loading-orb {
animation: none;
}
body.page-loaded .hero-text-line1,
body.page-loaded .hero-text-line2,
body.page-loaded .hero-text-line3 {
animation: none;
opacity: 1;
transform: none;
}
} @media (max-width: 768px) {
.loading-logo-img {
height: 88px;
}
.loading-spinner {
width: 60px;
height: 60px;
margin-bottom: 24px;
}
.loading-progress {
width: 160px;
}
.loading-orb.orb-1 {
width: 250px;
height: 250px;
}
.loading-orb.orb-2 {
width: 180px;
height: 180px;
}
.loading-orb.orb-3 {
width: 120px;
height: 120px;
}
}