:root {
--primary-50: #fdf4ff;
--primary-50-rgb: 253, 244, 255;
--primary-100: #fae8ff;
--primary-100-rgb: 250, 232, 255;
--primary-300: #f0abfc;
--primary-300-rgb: 240, 171, 252;
--primary-500: #d946ef;
--primary-500-rgb: 217, 70, 239;
--primary-700: #a21caf;
--primary-700-rgb: 162, 28, 175;
--primary-200: #f5cafe;
--primary-200-rgb: 245, 202, 254;
--primary-400: #e579f6;
--primary-400-rgb: 229, 121, 246;
--primary-600: #be31cf;
--primary-600-rgb: 190, 49, 207;
--primary-800: #8a1895;
--primary-800-rgb: 138, 24, 149;
--primary-900: #71147a;
--primary-900-rgb: 113, 20, 122;
--primary-950: #490d4f;
--primary-950-rgb: 73, 13, 79;
--primary-rgb: 217, 70, 239;
--neutral-50: #fafafa;
--neutral-50-rgb: 250, 250, 250;
--neutral-100: #f5f5f5;
--neutral-100-rgb: 245, 245, 245;
--neutral-300: #d4d4d4;
--neutral-300-rgb: 212, 212, 212;
--neutral-500: #737373;
--neutral-500-rgb: 115, 115, 115;
--neutral-700: #404040;
--neutral-700-rgb: 64, 64, 64;
--neutral-900: #171717;
--neutral-900-rgb: 23, 23, 23;
--neutral-200: #e5e5e5;
--neutral-200-rgb: 229, 229, 229;
--neutral-400: #a4a4a4;
--neutral-400-rgb: 164, 164, 164;
--neutral-600: #5a5a5a;
--neutral-600-rgb: 90, 90, 90;
--neutral-800: #363636;
--neutral-800-rgb: 54, 54, 54;
--neutral-950: #1d1d1d;
--neutral-950-rgb: 29, 29, 29;
--surface-primary: var(--neutral-50);
--surface-secondary: var(--neutral-100);
--surface-accent: var(--primary-50);
--text-primary: var(--neutral-900);
--text-secondary: var(--neutral-700);
--text-accent: var(--primary-700);
--button-primary-bg: var(--primary-500);
--button-primary-text: #ffffff;
--button-primary-text-rgb: 255, 255, 255;
--button-secondary-bg: var(--neutral-100);
--button-secondary-text: var(--neutral-900);
--border-light: var(--neutral-300);
--border-medium: var(--neutral-500);
--shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.05);
--shadow-md: 0 4px 6px rgba(0, 0, 0, 0.1);
--shadow-lg: 0 10px 15px rgba(0, 0, 0, 0.1);
--shadow-card: 0 4px 6px rgba(0, 0, 0, 0.05);
--shadow-elevated: 0 10px 25px rgba(0, 0, 0, 0.1);
--shadow-button-hover: 0 6px 12px rgba(217, 70, 239, 0.3);
--radius-sm: 4px;
--radius-md: 8px;
--radius-lg: 12px;
--radius-xl: 16px;
--transition-fast: 0.15s ease;
--transition-base: 0.2s ease;
--transition-slow: 0.3s ease;
--white-rgb: 255, 255, 255;
--black-rgb: 0, 0, 0;
--transparent-rgb: 0, 0, 0;
--overlay-light-rgb: 255, 255, 255;
--overlay-dark-rgb: 0, 0, 0;
--text-xs: clamp(0.75rem, 0.7rem + 0.25vw, 0.875rem);
--text-sm: clamp(0.875rem, 0.8rem + 0.375vw, 1rem);
--text-base: clamp(1rem, 0.9rem + 0.5vw, 1.125rem);
--text-lg: clamp(1.125rem, 1rem + 0.625vw, 1.25rem);
--text-xl: clamp(1.25rem, 1.1rem + 0.75vw, 1.5rem);
--text-2xl: clamp(1.5rem, 1.3rem + 1vw, 1.875rem);
--text-3xl: clamp(1.875rem, 1.6rem + 1.375vw, 2.25rem);
--text-4xl: clamp(2.25rem, 1.9rem + 1.75vw, 3rem);
--text-5xl: clamp(3rem, 2.5rem + 2.5vw, 3.75rem);
--text-6xl: clamp(3.75rem, 3rem + 3.75vw, 4.5rem);
--text-7xl: clamp(4.5rem, 3.5rem + 5vw, 6rem);
--text-8xl: clamp(6rem, 4.5rem + 7.5vw, 8rem);
--text-9xl: clamp(8rem, 6rem + 10vw, 12rem);
--font-light: 300;
--font-normal: 400;
--font-medium: 500;
--font-semibold: 600;
--font-bold: 700;
--font-extrabold: 800;
--leading-none: 1;
--leading-tight: 1.25;
--leading-snug: 1.375;
--leading-normal: 1.5;
--leading-relaxed: 1.625;
--leading-loose: 2;
--leading-extra_loose: 2.5;
--tracking-tighter: -0.05em;
--tracking-tight: -0.025em;
--tracking-normal: 0;
--tracking-wide: 0.025em;
--tracking-wider: 0.05em;
--tracking-widest: 0.1em;
--font-primary: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
--font-secondary: 'Poppins', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
--font-monospace: 'JetBrains Mono', 'SF Mono', Monaco, 'Cascadia Code', 'Roboto Mono', Consolas, 'Courier New', monospace;
--text-body: var(--text-primary);
--space-0: 0;
--space-1: 0.25rem;
--space-2: 0.5rem;
--space-3: 0.75rem;
--space-4: 1rem;
--space-5: 1.25rem;
--space-6: 1.5rem;
--space-7: 1.75rem;
--space-8: 2rem;
--space-9: 2.25rem;
--space-10: 2.5rem;
--space-11: 2.75rem;
--space-12: 3rem;
--space-14: 3.5rem;
--space-16: 4rem;
--space-20: 5rem;
--space-24: 6rem;
--space-28: 7rem;
--space-32: 8rem;
--space-36: 9rem;
--space-40: 10rem;
--space-44: 11rem;
--space-48: 12rem;
--space-52: 13rem;
--space-56: 14rem;
--space-60: 15rem;
--space-64: 16rem;
--space-72: 18rem;
--space-80: 20rem;
--space-96: 24rem;
--space-px: 1px;
--space-0.5: 0.125rem;
--space-1.5: 0.375rem;
--space-2.5: 0.625rem;
--space-3.5: 0.875rem;
--space-xs: 0.5rem;
--space-sm: 1rem;
--space-md: 1.5rem;
--space-lg: 2rem;
--space-xl: 3rem;
--space-2xl: 4rem;
--space-3xl: 6rem;
--space-4xl: 8rem;
--space-5xl: 12rem;
--space-6xl: 16rem;
--section-py: clamp(3rem, 5vw, 5rem);
--section-y-mobile: 3rem;
--section-y-tablet: 4rem;
--section-y-desktop: 5rem;
--section-y-hero: clamp(4rem, 10vw, 8rem);
--section-x: clamp(1rem, 3vw, 2rem);
--section-gap: clamp(1.5rem, 3vw, 2.5rem);
--card-padding: 1.5rem;
--card-gap: 1rem;
--button-padding-x: 1.5rem;
--button-padding-y: 0.75rem;
--form-gap: 1rem;
}
:root {
--shadow-none: none;
--shadow-xs: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
--shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
--shadow-2xl: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
--shadow-inner: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
--radius-none: 0;
--radius-xs: 0.125rem;
--radius-sm: 0.25rem;
--radius-md: 0.375rem;
--radius-lg: 0.5rem;
--radius-xl: 0.75rem;
--radius-2xl: 1rem;
--radius-3xl: 1.5rem;
--radius-full: 9999px;
--transition-fast: 0.15s ease;
--transition-normal: 0.3s ease;
--transition-slow: 0.5s ease;
--transition-all: all 0.3s ease;
--duration-fast: 0.15s;
--duration-normal: 0.3s;
--duration-slow: 0.5s;
--ease-smooth: ease-in-out;
--ease-spring: cubic-bezier(0.68, -0.55, 0.265, 1.55);
--opacity-disabled: 0.5;
--opacity-loading: 0.7;
--opacity-overlay: 0.8;
--nav-font-size: 10px;
}
section {
padding-top: var(--section-y-mobile);
padding-bottom: var(--section-y-mobile);
padding-left: var(--section-x);
padding-right: var(--section-x);
}
@media (min-width: 768px) {
section {
padding-top: var(--section-y-tablet);
padding-bottom: var(--section-y-tablet);
}
}
@media (min-width: 1024px) {
section {
padding-top: var(--section-y-desktop);
padding-bottom: var(--section-y-desktop);
}
}
section[id="hero"] {
padding-top: var(--section-y-hero);
padding-bottom: var(--section-y-hero);
}
@media (prefers-reduced-motion: reduce) {
html {
scroll-behavior: auto;
}
*, *::before, *::after {
animation-duration: 0.01ms !important;
animation-iteration-count: 1 !important;
transition-duration: 0.01ms !important;
}
}
@media (prefers-contrast: high) {
:root {
--shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.3);
--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.3);
}
}
@media print {
:root {
--shadow-sm: none;
--shadow-md: none;
--shadow-lg: none;
--shadow-xl: none;
}
section {
padding-top: 1rem;
padding-bottom: 1rem;
break-inside: avoid;
}
}
html {
scroll-behavior: smooth;
scroll-padding-top: 6rem;
}
body {
overflow-x: hidden;
}
*:focus {
outline: 2px solid var(--border-interactive);
outline-offset: 2px;
border-radius: var(--radius-sm);
}
*:focus:not(:focus-visible) {
outline: none;
}
*:focus-visible {
outline: 2px solid var(--border-interactive);
outline-offset: 2px;
}
.creative_font_primary {
font-family: var(--font-primary);
}
.prime_font_secondary {
font-family: var(--font-secondary);
}
.page_font_mono {
font-family: var(--font-mono);
}
.section_display_1 {
font-family: var(--font-secondary);
font-size: var(--text-6xl);
font-weight: var(--font-extrabold);
line-height: var(--leading-none);
letter-spacing: var(--tracking-tighter);
}
.minimal_display_2 {
font-family: var(--font-secondary);
font-size: var(--text-5xl);
font-weight: var(--font-bold);
line-height: var(--leading-tight);
letter-spacing: var(--tracking-tight);
}
.site_display_3 {
font-family: var(--font-secondary);
font-size: var(--text-4xl);
font-weight: var(--font-bold);
line-height: var(--leading-tight);
letter-spacing: var(--tracking-tight);
}
.content_heading_1 {
font-family: var(--font-secondary);
font-size: var(--text-4xl);
font-weight: var(--font-bold);
line-height: var(--leading-tight);
letter-spacing: var(--tracking-tight);
}
.container_heading_2 {
font-family: var(--font-secondary);
font-size: var(--text-3xl);
font-weight: var(--font-bold);
line-height: var(--leading-tight);
letter-spacing: var(--tracking-tight);
}
.fresh_heading_3 {
font-family: var(--font-secondary);
font-size: var(--text-2xl);
font-weight: var(--font-semibold);
line-height: var(--leading-snug);
letter-spacing: var(--tracking-normal);
}
.custom_heading_4 {
font-family: var(--font-primary);
font-size: var(--text-xl);
font-weight: var(--font-semibold);
line-height: var(--leading-snug);
letter-spacing: var(--tracking-normal);
}
.bright_heading_5 {
font-family: var(--font-primary);
font-size: var(--text-lg);
font-weight: var(--font-semibold);
line-height: var(--leading-normal);
letter-spacing: var(--tracking-normal);
}
.brand_heading_6 {
font-family: var(--font-primary);
font-size: var(--text-base);
font-weight: var(--font-medium);
line-height: var(--leading-normal);
letter-spacing: var(--tracking-normal);
}
.ui_body_large {
font-family: var(--font-primary);
font-size: var(--text-lg);
font-weight: var(--font-normal);
line-height: var(--leading-relaxed);
letter-spacing: var(--tracking-normal);
}
.business_body_base {
font-family: var(--font-primary);
font-size: var(--text-base);
font-weight: var(--font-normal);
line-height: var(--leading-relaxed);
letter-spacing: var(--tracking-normal);
}
.app_body_small {
font-family: var(--font-primary);
font-size: var(--text-sm);
font-weight: var(--font-normal);
line-height: var(--leading-normal);
letter-spacing: var(--tracking-normal);
}
.modern_caption {
font-family: var(--font-primary);
font-size: var(--text-xs);
font-weight: var(--font-medium);
line-height: var(--leading-normal);
letter-spacing: var(--tracking-wide);
color: var(--text-muted);
}
.dark_overline {
font-family: var(--font-primary);
font-size: var(--text-xs);
font-weight: var(--font-semibold);
line-height: var(--leading-normal);
letter-spacing: var(--tracking-wider);
text-transform: uppercase;
color: var(--text-muted);
}
.light_code_inline {
font-family: var(--font-mono);
font-size: 0.875em;
font-weight: var(--font-medium);
line-height: var(--leading-normal);
background-color: var(--bg-muted);
color: var(--text-primary);
padding: 0.125rem 0.25rem;
border-radius: var(--radius-sm);
}
.bold_code_block {
font-family: var(--font-mono);
font-size: var(--text-sm);
font-weight: var(--font-normal);
line-height: var(--leading-relaxed);
background-color: var(--bg-muted);
color: var(--text-primary);
padding: var(--space-4);
border-radius: var(--radius-md);
overflow-x: auto;
}
.premium_hero_title {
font-family: var(--font-secondary);
font-size: var(--text-6xl);
font-weight: var(--font-extrabold);
line-height: var(--leading-tight);
letter-spacing: var(--tracking-tighter);
color: var(--text-primary);
margin-bottom: var(--space-6);
}
.style_hero_subtitle {
font-family: var(--font-primary);
font-size: var(--text-xl);
font-weight: var(--font-medium);
line-height: var(--leading-normal);
letter-spacing: var(--tracking-normal);
color: var(--text-secondary);
margin-bottom: var(--space-8);
}
.base_section_title {
font-family: var(--font-secondary);
font-size: var(--text-4xl);
font-weight: var(--font-bold);
line-height: var(--leading-tight);
letter-spacing: var(--tracking-tight);
color: var(--text-primary);
margin-bottom: var(--space-4);
}
.best_section_subtitle {
font-family: var(--font-primary);
font-size: var(--text-lg);
font-weight: var(--font-medium);
line-height: var(--leading-normal);
letter-spacing: var(--tracking-normal);
color: var(--text-secondary);
margin-bottom: var(--space-3);
}
.pro_section_description {
font-family: var(--font-primary);
font-size: var(--text-base);
font-weight: var(--font-normal);
line-height: var(--leading-relaxed);
letter-spacing: var(--tracking-normal);
color: var(--text-primary);
margin-bottom: var(--space-8);
max-width: 65ch;
}
.unique_card_title {
font-family: var(--font-primary);
font-size: var(--text-xl);
font-weight: var(--font-semibold);
line-height: var(--leading-snug);
letter-spacing: var(--tracking-normal);
color: var(--text-primary);
margin-bottom: var(--space-3);
}
.layout_card_text {
font-family: var(--font-primary);
font-size: var(--text-base);
font-weight: var(--font-normal);
line-height: var(--leading-normal);
letter-spacing: var(--tracking-normal);
color: var(--text-primary);
}
.core_nav_link {
font-family: var(--font-primary);
font-size: var(--text-base);
font-weight: var(--font-medium);
line-height: var(--leading-normal);
letter-spacing: var(--tracking-normal);
color: var(--text-primary);
text-decoration: none;
transition: color var(--transition-fast);
}
.core_nav_link:hover,
.core_nav_link:focus {
color: var(--text-link);
text-decoration: none;
}
.digital_button_text {
font-family: var(--font-primary);
font-size: var(--text-base);
font-weight: var(--font-medium);
line-height: var(--leading-normal);
letter-spacing: var(--tracking-normal);
}
.elite_footer_text {
font-family: var(--font-primary);
font-size: var(--text-sm);
font-weight: var(--font-normal);
line-height: var(--leading-normal);
letter-spacing: var(--tracking-normal);
color: var(--text-muted);
}
@media (max-width: 768px) {
.premium_hero_title {
font-size: var(--text-4xl);
}
.base_section_title {
font-size: var(--text-3xl);
}
.section_display_1 {
font-size: var(--text-5xl);
}
.minimal_display_2 {
font-size: var(--text-4xl);
}
}
@media (max-width: 480px) {
.premium_hero_title {
font-size: var(--text-3xl);
}
.base_section_title {
font-size: var(--text-2xl);
}
.section_display_1 {
font-size: var(--text-4xl);
}
}
a:not([class]) {
color: var(--text-link);
text-decoration: underline;
text-decoration-thickness: 1px;
text-underline-offset: 2px;
transition: all var(--transition-fast);
}
a:not([class]):hover,
a:not([class]):focus {
color: var(--text-link-hover);
text-decoration-thickness: 2px;
}
a:not([class]):visited {
color: var(--text-link);
}
.company_text_gradient {
background: var(--gradient-primary);
-webkit-background-clip: text;background-clip: text;
display: inline-block;
}
.smart_text_shadow_sm {
text-shadow: var(--shadow-xs);
}
.new_text_shadow_md {
text-shadow: var(--shadow-sm);
}
.main_text_balance {
text-wrap: balance;
}
.design_text_pretty {
text-wrap: pretty;
}
@media (prefers-reduced-motion: reduce) {
.core_nav_link,
a:not([class]) {
transition: none;
}
}
@media (prefers-contrast: high) {
.modern_caption,
.dark_overline,
.elite_footer_text {
color: var(--text-secondary);
}
.style_hero_subtitle,
.best_section_subtitle {
color: var(--text-primary);
}
}
@media print {
.premium_hero_title,
.base_section_title,
.content_heading_1,
.container_heading_2 {
break-after: avoid;
page-break-after: avoid;
}
.company_text_gradient {
color: var(--text-primary);}
}
body {
font-family: var(--font-primary);
font-size: 1rem;
line-height: 1.6;
font-weight: 400;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
font-family: var(--font-accent);
font-weight: 600;
line-height: 1.2;
margin-bottom: 0.5em;
}
h1, .h1 {
font-size: clamp(2rem, 5vw, 3.5rem);
font-weight: 700;
}
h2, .h2 {
font-size: clamp(1.75rem, 4vw, 2.5rem);
font-weight: 700;
}
h3, .h3 {
font-size: clamp(1.5rem, 3vw, 2rem);
font-weight: 600;
}
h4, .h4 {
font-size: clamp(1.25rem, 2.5vw, 1.5rem);
font-weight: 600;
}
h5, .h5 {
font-size: clamp(1.125rem, 2vw, 1.25rem);
font-weight: 500;
}
h6, .h6 {
font-size: 1rem;
font-weight: 500;
}
p {
font-family: var(--font-body);
margin-bottom: 1em;
}
.lead {
font-size: 1.25rem;
font-weight: 300;
line-height: 1.7;
}
.text-accent,
.hero-title,
.section-title,
.card-title {
font-family: var(--font-accent);
}
.subtitle,
.section-subtitle {
font-family: var(--font-primary);
font-weight: 500;
}
blockquote {
font-family: var(--font-accent);
font-style: italic;
font-size: 1.125rem;
border-left: 3px solid currentColor;
padding-left: 1.5rem;
margin: 1.5rem 0;
}
.navbar,
.nav-link,
.navbar-brand {
font-family: var(--font-primary);
font-weight: 500;
}
.btn,
button {
font-family: var(--font-primary);
font-weight: 600;
letter-spacing: 0.025em;
}
input,
textarea,
select,
.form-control,
.form-label {
font-family: var(--font-primary);
}
.form-label {
font-weight: 500;
}
.card {
font-family: var(--font-primary);
}
.card-header,
.card-title {
font-family: var(--font-accent);
font-weight: 600;
}
.badge,
.label,
.tag {
font-family: var(--font-primary);
font-weight: 600;
font-size: 0.875rem;
}
footer,
.footer {
font-family: var(--font-primary);
font-size: 0.9rem;
}
footer h1, footer h2, footer h3,
footer h4, footer h5, footer h6,
.footer h1, .footer h2, .footer h3,
.footer h4, .footer h5, .footer h6 {
font-family: var(--font-accent);
}
code,
pre,
kbd,
samp {
font-family: var(--font-mono);
font-size: 0.9em;
}
.font-primary {
font-family: var(--font-primary) !important;
}
.font-accent {
font-family: var(--font-accent) !important;
}
.font-heading {
font-family: var(--font-heading) !important;
}
.font-body {
font-family: var(--font-body) !important;
}
@media (max-width: 768px) {
body {
font-size: 0.95rem;
}
.lead {
font-size: 1.125rem;
}
}
@media print {
body {
font-family: var(--font-primary);
}
h1, h2, h3, h4, h5, h6 {
font-family: var(--font-accent);
page-break-after: avoid;
}
}
.theme_section_wrapper {
width: 100%;
position: relative;
overflow: hidden;
}
.clean_content_center {
display: flex;
align-items: center;
justify-content: center;
}
.top_content_between {
display: flex;
align-items: center;
justify-content: space-between;
}
.studio_content_start {
display: flex;
align-items: center;
justify-content: flex-start;
}
.web_content_end {
display: flex;
align-items: center;
justify-content: flex-end;
}
.agency_stack {
display: flex;
flex-direction: column;
}
.fresh83_stack_center {
display: flex;
flex-direction: column;
align-items: center;
}
.creative33_full_height {
min-height: 100vh;
}
.dark14_section_height {
min-height: 80vh;
}
.studio16_hero_height {
min-height: 90vh;
}
.new25_m_0 { margin: 0; }
.new19_m_1 { margin: var(--space-1); }
.pro77_m_2 { margin: var(--space-2); }
.company88_m_3 { margin: var(--space-3); }
.pro60_m_4 { margin: var(--space-4); }
.dark36_m_6 { margin: var(--space-6); }
.layout21_m_8 { margin: var(--space-8); }
.theme44_m_12 { margin: var(--space-12); }
.prime17_m_16 { margin: var(--space-16); }
.company17_mx_auto { margin-left: auto; margin-right: auto; }
.fresh27_my_auto { margin-top: auto; margin-bottom: auto; }
.business74_mt_0 { margin-top: 0; }
.custom21_mt_4 { margin-top: var(--space-4); }
.company3_mt_8 { margin-top: var(--space-8); }
.section68_mt_12 { margin-top: var(--space-12); }
.agency64_mb_0 { margin-bottom: 0; }
.agency35_mb_4 { margin-bottom: var(--space-4); }
.dark4_mb_8 { margin-bottom: var(--space-8); }
.container61_mb_12 { margin-bottom: var(--space-12); }
.pro91_p_0 { padding: 0; }
.section34_p_1 { padding: var(--space-1); }
.bold65_p_2 { padding: var(--space-2); }
.style40_p_3 { padding: var(--space-3); }
.agency69_p_4 { padding: var(--space-4); }
.site14_p_6 { padding: var(--space-6); }
.section1_p_8 { padding: var(--space-8); }
.agency10_px_4 { padding-left: var(--space-4); padding-right: var(--space-4); }
.site31_px_6 { padding-left: var(--space-6); padding-right: var(--space-6); }
.theme2_px_8 { padding-left: var(--space-8); padding-right: var(--space-8); }
.creative31_py_4 { padding-top: var(--space-4); padding-bottom: var(--space-4); }
.design48_py_6 { padding-top: var(--space-6); padding-bottom: var(--space-6); }
.digital72_py_8 { padding-top: var(--space-8); padding-bottom: var(--space-8); }
.modern30_gap_1 { gap: var(--space-1); }
.base18_gap_2 { gap: var(--space-2); }
.site58_gap_3 { gap: var(--space-3); }
.app45_gap_4 { gap: var(--space-4); }
.light21_gap_6 { gap: var(--space-6); }
.bold19_gap_8 { gap: var(--space-8); }
.unique94_shadow_none { box-shadow: var(--shadow-none); }
.layout39_shadow_xs { box-shadow: var(--shadow-xs); }
.ui62_shadow_sm { box-shadow: var(--shadow-sm); }
.main33_shadow_md { box-shadow: var(--shadow-md); }
.style80_shadow_lg { box-shadow: var(--shadow-lg); }
.studio4_shadow_xl { box-shadow: var(--shadow-xl); }
.section26_shadow_2xl { box-shadow: var(--shadow-2xl); }
.content65_shadow_inner { box-shadow: var(--shadow-inner); }
.company72_shadow_colored { box-shadow: var(--shadow-colored); }
.top30_radius_none { border-radius: var(--radius-none); }
.web14_radius_xs { border-radius: var(--radius-xs); }
.studio54_radius_sm { border-radius: var(--radius-sm); }
.page69_radius_md { border-radius: var(--radius-md); }
.elite15_radius_lg { border-radius: var(--radius-lg); }
.design31_radius_xl { border-radius: var(--radius-xl); }
.top24_radius_2xl { border-radius: var(--radius-2xl); }
.brand1_radius_3xl { border-radius: var(--radius-3xl); }
.light69_radius_full { border-radius: var(--radius-full); }
.design59_gradient_primary {
background: var(--gradient-primary);
}
.new14_gradient_secondary {
background: var(--gradient-secondary);
}
.unique96_gradient_hero {
background: var(--gradient-hero);
}
.layout76_gradient_card {
background: var(--gradient-card);
}
.pro29_gradient_overlay {
position: relative;
}
.pro29_gradient_overlay::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: var(--gradient-overlay-dark);
pointer-events: none;
z-index: 1;
}
.pro29_gradient_overlay > * {
position: relative;
z-index: 2;
}
.premium26_hover_lift {
transition: transform var(--transition-normal), box-shadow var(--transition-normal);
}
.premium26_hover_lift:hover {
transform: translateY(-4px);
box-shadow: var(--shadow-lg);
}
.design1_hover_scale {
transition: transform var(--transition-normal);
}
.design1_hover_scale:hover {
transform: scale(1.02);
}
.creative11_hover_shadow {
transition: box-shadow var(--transition-normal);
}
.creative11_hover_shadow:hover {
box-shadow: var(--shadow-xl);
}
.layout49_hover_fade {
transition: opacity var(--transition-normal);
}
.layout49_hover_fade:hover {
opacity: var(--opacity-loading);
}
.container85_focus_ring {
transition: box-shadow var(--transition-fast);
}
.container85_focus_ring:focus {
outline: none;
box-shadow: 0 0 0 3px var(--state-focus);
}
.content77_hero_background {
position: relative;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.base86_hero_content {
position: relative;
z-index: 2;
}
.creative61_services_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: var(--space-6);
}
.custom12_team_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: var(--space-4);
}
.main57_features_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: var(--space-6);
}
.creative80_gallery_grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
gap: var(--space-3);
}
.web34_pricing_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
gap: var(--space-6);
}
.web64_timeline {
position: relative;
}
.web64_timeline::before {
content: '';
position: absolute;
left: 50%;
top: 0;
bottom: 0;
width: 2px;
background: var(--border-light);
transform: translateX(-50%);
}
.section41_timeline_item {
position: relative;
width: 50%;
padding: var(--space-4);
}
.section41_timeline_item:nth-child(odd) {
left: 0;
text-align: right;
padding-right: var(--space-8);
}
.section41_timeline_item:nth-child(even) {
left: 50%;
text-align: left;
padding-left: var(--space-8);
}
.base54_fade_in {
opacity: 0;
animation: tc-fadeIn var(--transition-slow) ease-out forwards;
}
@keyframes tc-fadeIn {
to {
opacity: 1;
}
}
.studio80_slide_up {
transform: translateY(20px);
opacity: 0;
animation: tc-slideUp var(--transition-slow) ease-out forwards;
}
@keyframes tc-slideUp {
to {
transform: translateY(0);
opacity: 1;
}
}
.bright70_slide_in_left {
transform: translateX(-20px);
opacity: 0;
animation: tc-slideInLeft var(--transition-slow) ease-out forwards;
}
@keyframes tc-slideInLeft {
to {
transform: translateX(0);
opacity: 1;
}
}
.new69_scale_in {
transform: scale(0.95);
opacity: 0;
animation: tc-scaleIn var(--transition-slow) ease-out forwards;
}
@keyframes tc-scaleIn {
to {
transform: scale(1);
opacity: 1;
}
}
.page56_transition_all {
transition: var(--transition-all);
}
.section59_transition_fast {
transition: all var(--transition-fast);
}
.minimal24_transition_normal {
transition: all var(--transition-normal);
}
.prime58_transition_slow {
transition: all var(--transition-slow);
}
.elite83_bg_primary { background-color: var(--bg-primary); }
.clean60_bg_secondary { background-color: var(--bg-secondary); }
.brand79_bg_muted { background-color: var(--bg-muted); }
.page87_bg_glass { background-color: var(--bg-glass); }
.custom96_text_primary { color: var(--text-primary); }
.company6_text_secondary { color: var(--text-secondary); }
.dark95_text_muted { color: var(--text-muted); }
.bright49_text_inverse { color: var(--text-inverse); }
.fresh12_text_link { color: var(--text-link); }
.company52_border_light { border-color: var(--border-light); }
.layout8_border_medium { border-color: var(--border-medium); }
.style29_border_strong { border-color: var(--border-strong); }
.top30_border_interactive { border-color: var(--border-interactive); }
@media (max-width: 768px) {
.creative61_services_grid,
.main57_features_grid,
.custom12_team_grid,
.web34_pricing_grid {
grid-template-columns: 1fr;
}
.creative80_gallery_grid {
grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
.web64_timeline::before {
left: 30px;
}
.section41_timeline_item {
width: 100%;
left: 0 !important;
text-align: left;
padding-left: var(--space-16) !important;
padding-right: var(--space-4) !important;
}
.dark14_section_height {
min-height: 60vh;
}
.studio16_hero_height {
min-height: 70vh;
}
}
@media (max-width: 480px) {
.creative80_gallery_grid {
grid-template-columns: 1fr;
}
.section41_timeline_item {
padding-left: var(--space-12) !important;
}
}
.site96_sr_only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}
.main11_not_sr_only {
position: static;
width: auto;
height: auto;
padding: 0;
margin: 0;
overflow: visible;
clip: auto;
white-space: normal;
}
.page12_skip_link {
position: absolute;
top: -40px;
left: 6px;
background: var(--bg-inverse);
color: var(--text-inverse);
padding: var(--space-2) var(--space-4);
border-radius: var(--radius-md);
text-decoration: none;
z-index: 9999;
transition: top var(--transition-fast);
}
.page12_skip_link:focus {
top: 6px;
}
@media print {
.dark9_no_print {
display: none !important;
}
.best77_print_only {
display: block !important;
}
.layout39_shadow_xs,
.ui62_shadow_sm,
.main33_shadow_md,
.style80_shadow_lg,
.studio4_shadow_xl,
.section26_shadow_2xl {
box-shadow: none !important;
}
}
.cta-action-btn {
display: inline-flex;
align-items: center;
gap: 0.5rem;
padding: 0.875rem 1.75rem;
margin-top: 1.5rem;
font-family: var(--font-primary);
font-size: var(--text-base);
font-weight: var(--font-semibold);
line-height: var(--leading-tight);
text-decoration: none;
color: var(--button-primary-text);
background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
border: none;
border-radius: var(--radius-lg);
box-shadow: var(--shadow-md);
transition: all var(--duration-normal) var(--ease-smooth);
}
.cta-action-btn .btn-icon {
font-size: 1.125rem;
transition: transform var(--duration-fast) var(--ease-spring);
}
.cta-action-btn:hover {
color: var(--button-primary-text);
transform: translateY(-2px);
box-shadow: var(--shadow-lg);
}
.cta-action-btn:hover .btn-icon {
transform: translateX(4px);
}
.cta-action-btn:active {
transform: translateY(0);
box-shadow: var(--shadow-sm);
}
.cta-action-btn:focus-visible {
outline: 2px solid var(--primary-500);
outline-offset: 2px;
}
@media (prefers-reduced-motion: reduce) {
.base54_fade_in,
.studio80_slide_up,
.bright70_slide_in_left,
.new69_scale_in {
animation: none;
opacity: 1;
transform: none;
}
.premium26_hover_lift,
.design1_hover_scale,
.creative11_hover_shadow,
.layout49_hover_fade,
.page56_transition_all,
.section59_transition_fast,
.minimal24_transition_normal,
.prime58_transition_slow {
transition: none;
}
.cta-action-btn {
transition: none;
}
.cta-action-btn .btn-icon {
transition: none;
}
.cta-action-btn:hover {
transform: none;
}
}
.header-minimal {
position: relative;
background: var(--surface-primary);
box-shadow: 0 2px 12px rgba(var(--black-rgb), 0.04);
z-index: 1000;
overflow: hidden;
}
.header-minimal .navbar {
padding: 1.25rem 0;
transition: all 0.3s ease;
}
.header-minimal .navbar-brand {
font-size: 1.125rem;
font-weight: 700;
color: var(--primary-700);
letter-spacing: -0.02em;
transition: all 0.3s ease;
position: relative;
z-index: 10004;
}
.header-minimal .navbar-brand:hover {
color: var(--primary-500);
transform: translateY(-2px);
}
.header-minimal .nav-toggle-checkbox {
display: none;
}
.header-minimal .hamburger-minimal {
display: none;
flex-direction: column;
justify-content: space-between;
width: 28px;
height: 22px;
cursor: pointer;
position: relative;
z-index: 10003;
padding: 0;
background: transparent;
border: none;
transition: transform 0.3s ease;
}
.header-minimal .hamburger-minimal:hover {
transform: scale(1.05);
}
.header-minimal .hamburger-line {
display: block;
width: 100%;
height: 3px;
background: #334155;
border-radius: 2px;
transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
transform-origin: center;
}
.header-minimal .nav-toggle-checkbox:checked ~ .hamburger-minimal .hamburger-line:nth-child(1) {
transform: translateY(9.5px) rotate(45deg);
}
.header-minimal .nav-toggle-checkbox:checked ~ .hamburger-minimal .hamburger-line:nth-child(2) {
opacity: 0;
transform: translateX(-20px);
}
.header-minimal .nav-toggle-checkbox:checked ~ .hamburger-minimal .hamburger-line:nth-child(3) {
transform: translateY(-9.5px) rotate(-45deg);
}
.header-minimal .navbar-nav {
gap: 0.5rem;
align-items: center;
}
.header-minimal .nav-link {
color: var(--text-primary);
font-size: var(--nav-font-size);
font-weight: 500;
padding: 0.625rem 1rem;
border-radius: 8px;
transition: all 0.3s ease;
position: relative;
}
.header-minimal .nav-link::after {
content: '';
position: absolute;
bottom: 0.375rem;
left: 50%;
transform: translateX(-50%) scaleX(0);
width: 70%;
height: 2px;
background: var(--primary-500);
transition: transform 0.3s ease;
border-radius: 2px;
}
.header-minimal .nav-link:hover {
color: var(--primary-500);
background: color-mix(in srgb, var(--primary-50) 50%, transparent);
}
.header-minimal .nav-link:hover::after {
transform: translateX(-50%) scaleX(1);
}
.header-minimal .nav-backdrop-minimal {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(var(--black-rgb), 0.5);
backdrop-filter: blur(4px);
opacity: 0;
transition: opacity 0.4s ease;
z-index: -1;
}
.header-minimal .header-decorative-accent {
position: absolute;
top: 0;
right: 0;
width: 200px;
height: 100%;
background: linear-gradient(135deg,
color-mix(in srgb, var(--primary-500) 5%, transparent) 0%,
transparent 100%);
pointer-events: none;
opacity: 0.3;
}
.header-minimal .decorative-shape {
position: absolute;
border-radius: 50%;
pointer-events: none;
opacity: 0.08;
z-index: 1;
}
.header-minimal .shape-circle-1 {
width: 150px;
height: 150px;
background: var(--primary-300);
top: -75px;
left: 10%;
animation: float-v144 8s ease-in-out infinite;
}
.header-minimal .shape-circle-2 {
width: 100px;
height: 100px;
background: var(--primary-500);
bottom: -50px;
right: 15%;
animation: float-v144 10s ease-in-out infinite reverse;
}
@keyframes float-v144 {
0%, 100% {
transform: translateY(0) rotate(0deg);
}
50% {
transform: translateY(-20px) rotate(180deg);
}
}
@media (max-width: 1299.98px) {
.header-minimal .hamburger-minimal {
display: flex;
}
.header-minimal .navbar-collapse {
position: fixed;
top: 0;
right: -100%;
width: 280px;
height: 100vh;
background: var(--surface-primary);
box-shadow: -4px 0 24px rgba(var(--black-rgb), 0.15);
transition: right 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
z-index: 10;
overflow-y: auto;
}
.header-minimal .nav-toggle-checkbox:checked ~ .navbar-collapse {
right: 0;
}
.header-minimal .nav-toggle-checkbox:checked ~ .navbar-collapse .nav-backdrop-minimal {
display: block;
opacity: 1;
}
.header-minimal .navbar-nav {
flex-direction: column;
gap: 0;
padding: 5rem 1.5rem 2rem;
align-items: stretch;
}
.header-minimal .nav-item {
opacity: 0;
transform: translateX(50px);
animation: slideInRight-v144 0.4s ease forwards;
}
.header-minimal .nav-toggle-checkbox:checked ~ .navbar-collapse .nav-item:nth-child(1) {
animation-delay: 0.1s;
}
.header-minimal .nav-toggle-checkbox:checked ~ .navbar-collapse .nav-item:nth-child(2) {
animation-delay: 0.2s;
}
.header-minimal .nav-toggle-checkbox:checked ~ .navbar-collapse .nav-item:nth-child(3) {
animation-delay: 0.3s;
}
.header-minimal .nav-toggle-checkbox:checked ~ .navbar-collapse .nav-item:nth-child(4) {
animation-delay: 0.4s;
}
.header-minimal .nav-link {
padding: 1rem 1.25rem;
font-size: var(--nav-font-size);
border-radius: 12px;
margin-bottom: 0.5rem;
}
.header-minimal .nav-link::after {
display: none;
}
.header-minimal .header-decorative-accent {
width: 100px;
}
}
@keyframes slideInRight-v144 {
to {
opacity: 1;
transform: translateX(0);
}
}
@media (min-width: 768px) and (max-width: 991.98px) {
.header-minimal .navbar-collapse {
width: 320px;
}
.header-minimal .nav-link {
font-size: var(--nav-font-size);
}
}
@media (max-width: 575.98px) {
.header-minimal .navbar-brand {
font-size: 1.125rem;
}
.header-minimal .navbar-collapse {
width: 100%;
max-width: 280px;
}
.header-minimal .navbar-nav {
padding: 4.5rem 1.25rem 2rem;
}
}
@media (min-width: 1400px) {
.header-minimal .navbar-brand {
font-size: 1.125rem;
}
.header-minimal .nav-link {
font-size: var(--nav-font-size);
padding: 0.75rem 1.25rem;
}
}
@media (prefers-reduced-motion: reduce) {
.header-minimal *,
.header-minimal *::before,
.header-minimal *::after {
animation-duration: 0.01ms !important;
animation-iteration-count: 1 !important;
transition-duration: 0.01ms !important;
}
}
.header-minimal .hamburger-minimal:focus-visible {
outline: 2px solid var(--primary-500);
outline-offset: 4px;
border-radius: 4px;
}
.header-minimal .nav-link:focus-visible {
outline: 2px solid var(--primary-500);
outline-offset: 2px;
}
.hero-section-alt {
background: linear-gradient(135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 40%, var(--surface-primary) 60%) 100%);
position: relative;
padding-top: 2rem;
padding-bottom: 2rem;
}
.hero-section-alt .hero-content-wrapper {
position: relative;
z-index: 2;
}
.hero-section-alt .decorative-badge {
display: flex;
gap: 0.5rem;
align-items: center;
}
.badge-dot {
width: 12px;
height: 12px;
border-radius: 50%;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
animation: pulse-dot 2s ease-in-out infinite;
}
.badge-dot:nth-child(2) {
animation-delay: 0.3s;
}
.badge-dot:nth-child(3) {
animation-delay: 0.6s;
}
@keyframes pulse-dot {
0%, 100% {
transform: scale(1);
opacity: 1;
}
50% {
transform: scale(1.3);
opacity: 0.7;
}
}
.hero-section-alt .hero-title {
color: var(--text-primary);
line-height: 1.2;
letter-spacing: -0.02em;
}
.hero-section-alt .hero-subtitle {
color: var(--primary-700);
font-weight: 500;
line-height: 1.4;
}
.hero-section-alt .hero-description {
color: var(--text-secondary);
line-height: 1.8;
max-width: 540px;
}
.hero-section-alt .icon-grid-wrapper {
margin-top: 3rem;
}
.hero-section-alt .icon-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 1.5rem;
max-width: 400px;
}
.hero-section-alt .icon-item {
width: 60px;
height: 60px;
border-radius: 16px;
display: flex;
align-items: center;
justify-content: center;
background: color-mix(in srgb, var(--primary-100) 60%, var(--surface-primary) 40%);
border: 2px solid var(--primary-300);
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.hero-section-alt .icon-item i {
font-size: 1.5rem;
color: var(--primary-700);
transition: all 0.4s ease;
}
.hero-section-alt .icon-item:hover {
transform: translateY(-8px);
background: var(--primary-500);
border-color: var(--primary-700);
box-shadow: 0 12px 32px rgba(var(--black-rgb), 0.15);
}
.hero-section-alt .icon-item:hover i {
color: var(--light);
transform: scale(1.1);
}
.hero-section-alt .hero-image-wrapper {
position: relative;
z-index: 1;
}
.hero-section-alt .main-image-container {
position: relative;
z-index: 2;
}
.hero-section-alt .main-image-container img {
width: 100%;
height: auto;
object-fit: cover;
border: 4px solid var(--surface-primary);
}
.hero-section-alt .decorative-shape {
position: absolute;
border-radius: 50%;
z-index: 1;
opacity: 0.6;
animation: float-shape 6s ease-in-out infinite;
}
.hero-section-alt .shape-1 {
width: 200px;
height: 200px;
background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
top: -50px;
right: -50px;
animation-delay: 0s;
}
.hero-section-alt .shape-2 {
width: 150px;
height: 150px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
bottom: -30px;
left: -40px;
animation-delay: 1s;
}
.hero-section-alt .shape-3 {
width: 100px;
height: 100px;
background: linear-gradient(135deg, var(--primary-100), var(--primary-300));
top: 50%;
left: -60px;
animation-delay: 2s;
}
@keyframes float-shape {
0%, 100% {
transform: translate(0, 0) rotate(0deg);
}
33% {
transform: translate(20px, -20px) rotate(120deg);
}
66% {
transform: translate(-20px, 20px) rotate(240deg);
}
}
.hero-section-alt .floating-icon {
position: absolute;
width: 70px;
height: 70px;
background: var(--surface-primary);
border-radius: 18px;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 8px 24px rgba(var(--black-rgb), 0.12);
border: 3px solid var(--primary-300);
z-index: 3;
animation: float-icon 4s ease-in-out infinite;
}
.hero-section-alt .floating-icon i {
font-size: 1.8rem;
color: var(--primary-700);
}
.hero-section-alt .icon-1 {
top: 10%;
right: 10%;
animation-delay: 0s;
}
.hero-section-alt .icon-2 {
bottom: 15%;
right: 5%;
animation-delay: 1.3s;
}
.hero-section-alt .icon-3 {
top: 45%;
right: -5%;
animation-delay: 2.6s;
}
@keyframes float-icon {
0%, 100% {
transform: translateY(0) rotate(0deg);
}
50% {
transform: translateY(-25px) rotate(5deg);
}
}
.bg-decoration {
position: absolute;
border-radius: 50%;
opacity: 0.08;
pointer-events: none;
}
.hero-section-alt .decoration-1 {
width: 500px;
height: 500px;
background: radial-gradient(circle, var(--primary-500), transparent 70%);
top: -150px;
left: -150px;
}
.hero-section-alt .decoration-2 {
width: 400px;
height: 400px;
background: radial-gradient(circle, var(--primary-700), transparent 70%);
bottom: -100px;
right: -100px;
}
.hero-section-alt .decoration-3 {
width: 300px;
height: 300px;
background: radial-gradient(circle, var(--primary-300), transparent 70%);
top: 50%;
right: 20%;
}
@media (max-width: 991.98px) {
.hero-section-alt {
padding-top: 4rem;
padding-bottom: 4rem;
}
.hero-section-alt .hero-title {
font-size: 2.5rem;
}
.hero-section-alt .hero-subtitle {
font-size: 1.5rem;
}
.hero-section-alt .icon-grid {
grid-template-columns: repeat(4, 1fr);
gap: 1rem;
}
.hero-section-alt .icon-item {
width: 50px;
height: 50px;
}
.hero-section-alt .icon-item i {
font-size: 1.25rem;
}
.hero-section-alt .floating-icon {
width: 60px;
height: 60px;
}
.hero-section-alt .floating-icon i {
font-size: 1.5rem;
}
}
@media (max-width: 767.98px) {
.hero-section-alt .hero-title {
font-size: 2rem;
}
.hero-section-alt .hero-subtitle {
font-size: 1.25rem;
}
.hero-section-alt .hero-description {
font-size: 1rem;
}
.hero-section-alt .icon-grid {
grid-template-columns: repeat(4, 1fr);
gap: 0.75rem;
max-width: 100%;
}
.hero-section-alt .icon-item {
width: 45px;
height: 45px;
}
.hero-section-alt .icon-item i {
font-size: 1.1rem;
}
.hero-section-alt .decorative-shape {
opacity: 0.4;
}
.hero-section-alt .shape-1 {
width: 120px;
height: 120px;
}
.hero-section-alt .shape-2 {
width: 100px;
height: 100px;
}
.hero-section-alt .shape-3 {
width: 80px;
height: 80px;
}
.hero-section-alt .floating-icon {
width: 50px;
height: 50px;
}
.hero-section-alt .floating-icon i {
font-size: 1.2rem;
}
}
@media (max-width: 575.98px) {
.hero-section-alt .hero-title {
font-size: 1.75rem;
}
.hero-section-alt .icon-grid {
grid-template-columns: repeat(2, 1fr);
gap: 0.5rem;
}
.bg-decoration {
opacity: 0.05;
}
}
.about-section-featured {
position: relative;
background: linear-gradient(135deg, var(--surface-primary) 0%, color-mix(in srgb, var(--primary-50) 30%, transparent) 100%);
overflow: hidden;
}
.about-section-featured .section-header h2 {
color: var(--text-primary);
line-height: 1.2;
}
.about-section-featured .section-header .lead {
color: var(--primary-500);
font-weight: 500;
}
.about-section-featured .feature-block {
position: relative;
padding-left: 0;
}
.about-section-featured .feature-icon-wrapper {
display: inline-block;
}
.about-section-featured .icon-circle {
width: 60px;
height: 60px;
background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
border-radius: 16px;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 4px 12px color-mix(in srgb, var(--primary-500) 25%, transparent);
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.about-section-featured .feature-block:hover .icon-circle {
transform: translateY(-4px) scale(1.05);
box-shadow: 0 8px 24px color-mix(in srgb, var(--primary-500) 35%, transparent);
}
.about-section-featured .icon-circle i {
font-size: 28px;
color: var(--light);
}
.about-section-featured .feature-block h3 {
color: var(--text-primary);
}
.about-section-featured .image-wrapper-small {
position: relative;
max-width: 380px;
}
.about-section-featured .image-wrapper-small img {
position: relative;
z-index: 2;
transition: transform 0.4s ease;
}
.about-section-featured .image-wrapper-small:hover img {
transform: scale(1.03);
}
.about-section-featured .image-stack-wrapper {
position: relative;
height: 100%;
min-height: 500px;
}
.about-section-featured .main-image-wrapper {
position: relative;
height: 100%;
}
.about-section-featured .main-image {
width: 100%;
height: 100%;
object-fit: cover;
position: relative;
z-index: 2;
transition: transform 0.4s ease;
}
.about-section-featured .main-image-wrapper:hover .main-image {
transform: scale(1.02);
}
.about-section-featured .floating-image {
position: absolute;
bottom: -20px;
left: -40px;
width: 220px;
z-index: 3;
transition: transform 0.4s ease;
}
.about-section-featured .floating-image img {
border: 4px solid var(--surface-primary);
}
.about-section-featured .main-image-wrapper:hover .floating-image {
transform: translateY(-8px);
}
.about-section-featured .decorative-blob {
position: absolute;
border-radius: 50%;
z-index: 1;
filter: blur(40px);
opacity: 0.15;
}
.about-section-featured .blob-1 {
width: 200px;
height: 200px;
background: var(--primary-300);
top: -30px;
right: -30px;
}
.about-section-featured .blob-2 {
width: 300px;
height: 300px;
background: var(--primary-500);
top: -50px;
right: -80px;
}
.about-section-featured .feature-card {
background: var(--surface-primary);
padding: 2rem;
border-radius: 16px;
border: 1px solid color-mix(in srgb, var(--neutral-300) 50%, transparent);
transition: all 0.3s ease;
position: relative;
overflow: hidden;
}
.about-section-featured .feature-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 4px;
background: linear-gradient(90deg, var(--primary-500) 0%, var(--primary-300) 100%);
transform: scaleX(0);
transform-origin: left;
transition: transform 0.4s ease;
}
.about-section-featured .feature-card:hover {
transform: translateY(-4px);
box-shadow: 0 12px 32px color-mix(in srgb, var(--neutral-900) 8%, transparent);
border-color: var(--primary-300);
}
.about-section-featured .feature-card:hover::before {
transform: scaleX(1);
}
.about-section-featured .feature-card-icon {
width: 56px;
height: 56px;
background: color-mix(in srgb, var(--primary-50) 60%, transparent);
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.3s ease;
}
.about-section-featured .feature-card:hover .feature-card-icon {
background: var(--primary-500);
transform: rotate(5deg) scale(1.1);
}
.about-section-featured .feature-card-icon i {
font-size: 26px;
color: var(--primary-500);
transition: color 0.3s ease;
}
.about-section-featured .feature-card:hover .feature-card-icon i {
color: var(--light);
}
.about-section-featured .decorative-line {
width: 60px;
height: 3px;
background: linear-gradient(90deg, var(--primary-500) 0%, transparent 100%);
border-radius: 2px;
}
.about-section-featured .decorative-shapes {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 0;
}
.about-section-featured .shape {
position: absolute;
opacity: 0.08;
}
.about-section-featured .shape-circle-1 {
width: 180px;
height: 180px;
background: var(--primary-500);
border-radius: 50%;
top: 10%;
right: 5%;
filter: blur(50px);
}
.about-section-featured .shape-circle-2 {
width: 220px;
height: 220px;
background: var(--primary-300);
border-radius: 50%;
bottom: 15%;
left: 5%;
filter: blur(60px);
}
.about-section-featured .shape-dots {
width: 100px;
height: 100px;
background-image: radial-gradient(circle, var(--primary-500) 2px, transparent 2px);
background-size: 20px 20px;
top: 50%;
right: 10%;
opacity: 0.15;
}
@media (max-width: 991px) {
.about-section-featured .image-stack-wrapper {
min-height: 400px;
margin-bottom: 2rem;
}
.about-section-featured .floating-image {
width: 180px;
left: -20px;
bottom: -15px;
}
.about-section-featured .feature-block {
margin-bottom: 2rem !important;
}
}
@media (max-width: 767px) {
.about-section-featured .image-wrapper-small {
max-width: 100%;
}
.about-section-featured .image-stack-wrapper {
min-height: 350px;
}
.about-section-featured .floating-image {
width: 150px;
left: -10px;
bottom: -10px;
}
.about-section-featured .feature-card {
padding: 1.5rem;
}
.about-section-featured .icon-circle {
width: 52px;
height: 52px;
}
.about-section-featured .icon-circle i {
font-size: 24px;
}
}
.features-section-special {
position: relative;
background: var(--surface-primary);
overflow: hidden;
}
.features-section-special .section-header {
z-index: 2;
}
.features-section-special .section-title {
font-size: clamp(1.75rem, 4vw, 2.5rem);
color: var(--text-primary);
letter-spacing: -0.02em;
line-height: 1.2;
}
.features-section-special .section-subtitle {
font-size: clamp(1.1rem, 2.5vw, 1.4rem);
color: var(--text-secondary);
font-weight: 500;
}
.features-section-special .section-description {
color: var(--text-secondary);
line-height: 1.7;
max-width: 700px;
margin-left: auto;
margin-right: auto;
}
.features-section-special .decorative-dot-pattern {
position: absolute;
top: -20px;
left: 50%;
transform: translateX(-50%);
width: 60px;
height: 8px;
background-image: radial-gradient(circle, var(--primary-500) 2px, transparent 2px);
background-size: 12px 12px;
opacity: 0.6;
}
.features-section-special .decorative-line-accent {
width: 80px;
height: 3px;
background: linear-gradient(
90deg,
transparent 0%,
var(--primary-500) 50%,
transparent 100%
);
border-radius: 2px;
}
.features-section-special .feature-card {
background: var(--surface-secondary);
border-radius: 16px;
border: 1px solid color-mix(in srgb, var(--neutral-300) 50%, transparent);
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
overflow: hidden;
position: relative;
}
.features-section-special .feature-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 3px;
background: linear-gradient(
90deg,
var(--primary-500),
var(--primary-300)
);
transform: scaleX(0);
transform-origin: left;
transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.features-section-special .feature-card:hover {
transform: translateY(-8px);
box-shadow:
0 12px 40px color-mix(in srgb, var(--primary-500) 15%, transparent),
0 4px 12px color-mix(in srgb, var(--neutral-900) 8%, transparent);
border-color: color-mix(in srgb, var(--primary-500) 30%, transparent);
}
.features-section-special .feature-card:hover::before {
transform: scaleX(1);
}
.features-section-special .feature-card-inner {
padding: 2.5rem;
position: relative;
z-index: 1;
}
.features-section-special .feature-icon-wrapper {
position: relative;
display: inline-block;
}
.features-section-special .icon-circle {
width: 80px;
height: 80px;
background: linear-gradient(
135deg,
var(--primary-50),
color-mix(in srgb, var(--primary-100) 70%, var(--primary-300) 30%)
);
border-radius: 20px;
display: flex;
align-items: center;
justify-content: center;
font-size: 2rem;
color: var(--primary-500);
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
position: relative;
z-index: 2;
box-shadow: 0 4px 16px color-mix(in srgb, var(--primary-500) 15%, transparent);
}
.features-section-special .feature-card:hover .icon-circle {
transform: rotate(-8deg) scale(1.05);
background: linear-gradient(
135deg,
var(--primary-500),
var(--primary-300)
);
color: var(--light);
}
.features-section-special .icon-decoration {
position: absolute;
top: -8px;
right: -8px;
width: 96px;
height: 96px;
border: 2px dashed color-mix(in srgb, var(--primary-500) 30%, transparent);
border-radius: 24px;
z-index: 1;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.features-section-special .feature-card:hover .icon-decoration {
transform: rotate(8deg) scale(1.05);
border-color: color-mix(in srgb, var(--primary-500) 50%, transparent);
}
.features-section-special .feature-title {
font-size: clamp(1.25rem, 2vw, 1.5rem);
color: var(--text-primary);
letter-spacing: -0.01em;
line-height: 1.3;
transition: color 0.3s ease;
}
.features-section-special .feature-card:hover .feature-title {
color: var(--primary-500);
}
.features-section-special .feature-description {
font-size: 1rem;
line-height: 1.7;
color: var(--text-secondary);
}
.features-section-special .feature-accent-line {
position: absolute;
bottom: 0;
left: 2.5rem;
right: 2.5rem;
height: 2px;
background: linear-gradient(
90deg,
var(--primary-500),
transparent
);
opacity: 0;
transform: scaleX(0);
transform-origin: left;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.features-section-special .feature-card:hover .feature-accent-line {
opacity: 0.3;
transform: scaleX(1);
}
.features-section-special .decorative-elements {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 0;
overflow: hidden;
}
.features-section-special .floating-shape {
position: absolute;
border-radius: 50%;
opacity: 0.04;
}
.features-section-special .floating-shape.shape-1 {
width: 400px;
height: 400px;
background: var(--primary-500);
top: -100px;
right: -100px;
animation: float-1 25s ease-in-out infinite;
}
.features-section-special .floating-shape.shape-2 {
width: 300px;
height: 300px;
background: var(--primary-300);
bottom: -80px;
left: -80px;
animation: float-2 20s ease-in-out infinite;
}
.features-section-special .floating-shape.shape-3 {
width: 250px;
height: 250px;
background: var(--primary-700);
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
animation: float-3 30s ease-in-out infinite;
}
@keyframes float-1 {
0%, 100% {
transform: translate(0, 0) rotate(0deg);
}
33% {
transform: translate(30px, -30px) rotate(120deg);
}
66% {
transform: translate(-20px, 20px) rotate(240deg);
}
}
@keyframes float-2 {
0%, 100% {
transform: translate(0, 0) rotate(0deg);
}
50% {
transform: translate(40px, 40px) rotate(180deg);
}
}
@keyframes float-3 {
0%, 100% {
transform: translate(-50%, -50%) scale(1) rotate(0deg);
}
50% {
transform: translate(-50%, -50%) scale(1.2) rotate(180deg);
}
}
@media (max-width: 991.98px) {
.features-section-special .feature-card-inner {
padding: 2rem;
}
.features-section-special .icon-circle {
width: 70px;
height: 70px;
font-size: 1.75rem;
}
.features-section-special .icon-decoration {
width: 86px;
height: 86px;
}
}
@media (max-width: 767.98px) {
.features-section-special .feature-card-inner {
padding: 1.5rem;
}
.features-section-special .icon-circle {
width: 60px;
height: 60px;
font-size: 1.5rem;
border-radius: 16px;
}
.features-section-special .icon-decoration {
width: 76px;
height: 76px;
border-radius: 20px;
}
.features-section-special .floating-shape.shape-1 {
width: 250px;
height: 250px;
}
.features-section-special .floating-shape.shape-2 {
width: 200px;
height: 200px;
}
.features-section-special .floating-shape.shape-3 {
width: 180px;
height: 180px;
}
}
@media (max-width: 575.98px) {
.features-section-special .decorative-dot-pattern {
width: 40px;
background-size: 10px 10px;
}
.features-section-special .decorative-line-accent {
width: 60px;
}
}
@media (prefers-reduced-motion: reduce) {
.features-section-special .feature-card,
.features-section-special .icon-circle,
.features-section-special .icon-decoration,
.features-section-special .feature-accent-line {
transition: none;
}
.features-section-special .floating-shape {
animation: none;
}
}
@media (prefers-contrast: high) {
.features-section-special .feature-card {
border-width: 2px;
border-color: var(--neutral-700);
}
.features-section-special .icon-circle {
border: 2px solid var(--primary-700);
}
}
.services-section-special {
position: relative;
background: var(--surface-primary);
overflow: hidden;
}
.services-section-special .section-header-wrapper {
position: relative;
}
.services-section-special .decorative-line-top,
.services-section-special .decorative-line-bottom {
width: 60px;
height: 3px;
background: linear-gradient(
90deg,
var(--primary-500),
var(--primary-300)
);
margin: 0 auto 1.5rem;
border-radius: 3px;
}
.services-section-special .decorative-line-bottom {
margin: 1.5rem auto 0;
}
.services-section-special .section-title {
font-size: 2.5rem;
font-weight: 700;
color: var(--text-primary);
line-height: 1.3;
}
.services-section-special .section-subtitle {
font-size: 1.25rem;
font-weight: 600;
color: var(--primary-500);
letter-spacing: 0.5px;
}
.services-section-special .section-description {
font-size: 1.05rem;
color: var(--text-secondary);
line-height: 1.7;
max-width: 700px;
margin: 0 auto;
}
.services-section-special .service-card {
position: relative;
height: 100%;
background: var(--light);
border-radius: 16px;
padding: 2rem;
box-shadow: 0 4px 6px rgba(var(--black-rgb), 0.05);
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
border: 1px solid color-mix(in srgb, var(--neutral-300) 30%, transparent);
overflow: hidden;
}
.services-section-special .service-card:hover {
transform: translateY(-8px);
box-shadow: 0 12px 24px rgba(var(--black-rgb), 0.1);
border-color: var(--primary-300);
}
.services-section-special .service-card-header {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 1.5rem;
position: relative;
}
.services-section-special .icon-wrapper {
width: 70px;
height: 70px;
background: linear-gradient(
135deg,
var(--primary-500),
var(--primary-700)
);
border-radius: 16px;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 4px 12px color-mix(in srgb, var(--primary-500) 30%, transparent);
transition: transform 0.3s ease;
}
.services-section-special .service-card:hover .icon-wrapper {
transform: rotate(5deg) scale(1.05);
}
.services-section-special .icon-wrapper i {
font-size: 2rem;
color: var(--light);
}
.services-section-special .card-badge {
width: 12px;
height: 12px;
background: var(--primary-500);
border-radius: 50%;
box-shadow: 0 0 0 4px color-mix(in srgb, var(--primary-500) 20%, transparent);
}
.services-section-special .service-name {
font-size: 1.4rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 1rem;
line-height: 1.4;
}
.services-section-special .service-description {
font-size: 0.95rem;
color: var(--text-secondary);
line-height: 1.7;
margin-bottom: 1.5rem;
}
.services-section-special .service-features {
font-size: 0.875rem;
color: var(--text-secondary);
line-height: 1.8;
padding: 1rem;
background: var(--surface-secondary);
border-radius: 10px;
border-left: 3px solid var(--primary-500);
margin-bottom: 1.5rem;
}
.services-section-special .service-footer {
padding-top: 1.5rem;
border-top: 1px solid var(--neutral-300);
}
.services-section-special .service-price {
font-size: 1.25rem;
font-weight: 700;
color: var(--primary-500);
display: flex;
align-items: center;
}
.services-section-special .card-decoration {
position: absolute;
bottom: -30px;
right: -30px;
width: 120px;
height: 120px;
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-500) 10%, transparent),
transparent
);
border-radius: 50%;
pointer-events: none;
}
.services-section-special .floating-shape {
position: absolute;
border-radius: 50%;
opacity: 0.15;
pointer-events: none;
animation: float 20s infinite ease-in-out;
}
.services-section-special .shape-1 {
width: 300px;
height: 300px;
background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
top: -100px;
left: -100px;
animation-delay: 0s;
}
.services-section-special .shape-2 {
width: 200px;
height: 200px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
bottom: -80px;
right: 10%;
animation-delay: 5s;
}
.services-section-special .shape-3 {
width: 150px;
height: 150px;
background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
top: 50%;
right: -50px;
animation-delay: 10s;
}
@keyframes float {
0%, 100% {
transform: translate(0, 0) rotate(0deg);
}
33% {
transform: translate(30px, -30px) rotate(120deg);
}
66% {
transform: translate(-20px, 20px) rotate(240deg);
}
}
@media (max-width: 991px) {
.services-section-special .section-title {
font-size: 2rem;
}
.services-section-special .section-subtitle {
font-size: 1.1rem;
}
.services-section-special .service-card {
padding: 1.5rem;
}
.services-section-special .icon-wrapper {
width: 60px;
height: 60px;
}
.services-section-special .icon-wrapper i {
font-size: 1.75rem;
}
.services-section-special .service-name {
font-size: 1.25rem;
}
}
@media (max-width: 767px) {
.services-section-special .section-title {
font-size: 1.75rem;
}
.services-section-special .section-subtitle {
font-size: 1rem;
}
.services-section-special .section-description {
font-size: 0.95rem;
}
.services-section-special .service-card {
margin-bottom: 1rem;
}
.services-section-special .floating-shape {
opacity: 0.08;
}
}
@media (max-width: 575px) {
.services-section-special .service-card {
padding: 1.25rem;
}
.services-section-special .service-name {
font-size: 1.15rem;
}
.services-section-special .service-description {
font-size: 0.9rem;
}
.services-section-special .service-features {
font-size: 0.8rem;
padding: 0.875rem;
}
.services-section-special .service-price {
font-size: 1.1rem;
}
}
.priceplan-section-style {
position: relative;
background: linear-gradient(135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%
);
overflow: hidden;
}
.priceplan-section-style .section-header {
position: relative;
z-index: 2;
}
.priceplan-section-style .subtitle-wrapper {
display: flex;
align-items: center;
justify-content: center;
gap: 1rem;
}
.priceplan-section-style .decorative-line {
width: 60px;
height: 2px;
background: linear-gradient(90deg,
transparent 0%,
var(--primary-500) 50%,
transparent 100%
);
}
.priceplan-section-style .subtitle-text {
font-size: 0.95rem;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 2px;
color: var(--primary-500);
margin: 0;
}
.priceplan-section-style .main-title {
font-size: 2.75rem;
font-weight: 700;
color: var(--text-primary);
line-height: 1.2;
margin-bottom: 1.5rem;
}
.priceplan-section-style .section-description {
font-size: 1.125rem;
color: var(--text-secondary);
line-height: 1.7;
margin: 0;
}
.priceplan-section-style .pricing-card {
position: relative;
background: var(--surface-primary);
border: 2px solid color-mix(in srgb, var(--primary-100) 50%, transparent 50%);
border-radius: 20px;
padding: 2.5rem 2rem;
height: 100%;
display: flex;
flex-direction: column;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
overflow: hidden;
box-shadow: 0 4px 20px rgba(var(--black-rgb), 0.05);
}
.priceplan-section-style .pricing-card:hover {
transform: translateY(-8px);
border-color: var(--primary-500);
box-shadow: 0 12px 40px rgba(var(--black-rgb), 0.12);
}
.priceplan-section-style .featured-card {
background: linear-gradient(135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 20%, var(--surface-primary) 80%) 100%
);
border-color: var(--primary-500);
box-shadow: 0 8px 30px rgba(var(--black-rgb), 0.1);
transform: scale(1.05);
}
.priceplan-section-style .featured-card:hover {
transform: scale(1.05) translateY(-8px);
}
.priceplan-section-style .featured-badge {
position: absolute;
top: 20px;
right: -35px;
background: var(--primary-500);
color: var(--light);
padding: 0.5rem 2.5rem;
font-size: 0.75rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1px;
transform: rotate(45deg);
box-shadow: 0 4px 12px rgba(var(--black-rgb), 0.2);
display: flex;
align-items: center;
gap: 0.4rem;
}
.priceplan-section-style .featured-badge i {
font-size: 0.7rem;
}
.priceplan-section-style .card-header-decoration {
text-align: center;
margin-bottom: 2rem;
}
.priceplan-section-style .icon-wrapper {
display: inline-flex;
align-items: center;
justify-content: center;
width: 80px;
height: 80px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 20px;
color: var(--light);
font-size: 2rem;
box-shadow: 0 8px 20px color-mix(in srgb, var(--primary-500) 30%, transparent 70%);
transition: all 0.4s ease;
}
.priceplan-section-style .pricing-card:hover .icon-wrapper {
transform: scale(1.1) rotate(5deg);
box-shadow: 0 12px 30px color-mix(in srgb, var(--primary-500) 40%, transparent 60%);
}
.priceplan-section-style .card-body-content {
flex: 1;
display: flex;
flex-direction: column;
}
.priceplan-section-style .plan-name {
font-size: 1.75rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 1rem;
text-align: center;
}
.priceplan-section-style .plan-description {
font-size: 1rem;
color: var(--text-secondary);
line-height: 1.6;
text-align: center;
margin-bottom: 2rem;
}
.priceplan-section-style .price-wrapper {
text-align: center;
margin-bottom: 2rem;
padding: 1.5rem 0;
border-top: 2px solid color-mix(in srgb, var(--neutral-100) 80%, transparent 20%);
border-bottom: 2px solid color-mix(in srgb, var(--neutral-100) 80%, transparent 20%);
}
.priceplan-section-style .price-amount {
display: flex;
align-items: baseline;
justify-content: center;
gap: 0.25rem;
}
.priceplan-section-style .currency {
font-size: 1.5rem;
font-weight: 600;
color: var(--primary-500);
}
.priceplan-section-style .price-value {
font-size: 3.5rem;
font-weight: 800;
color: var(--text-primary);
line-height: 1;
}
.priceplan-section-style .price-period {
font-size: 1rem;
color: var(--text-secondary);
font-weight: 500;
}
.priceplan-section-style .features-wrapper {
margin-top: auto;
}
.priceplan-section-style .features-list {
display: flex;
flex-direction: column;
gap: 0.875rem;
}
.priceplan-section-style .feature-item {
display: flex;
align-items: center;
gap: 0.75rem;
font-size: 0.95rem;
color: var(--text-secondary);
transition: all 0.3s ease;
}
.priceplan-section-style .feature-item i {
color: var(--primary-500);
font-size: 1.1rem;
flex-shrink: 0;
}
.priceplan-section-style .pricing-card:hover .feature-item {
color: var(--text-primary);
}
.priceplan-section-style .card-footer-decoration {
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 6px;
display: flex;
gap: 4px;
padding: 0 2rem;
margin-top: 2rem;
}
.priceplan-section-style .card-footer-decoration .decorative-circle {
flex: 1;
height: 100%;
background: linear-gradient(90deg, var(--primary-300), var(--primary-500));
border-radius: 10px 10px 0 0;
transition: all 0.4s ease;
}
.priceplan-section-style .pricing-card:hover .card-footer-decoration .decorative-circle {
background: linear-gradient(90deg, var(--primary-500), var(--primary-700));
}
.priceplan-section-style .background-decorations {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
pointer-events: none;
overflow: hidden;
z-index: 0;
}
.priceplan-section-style .deco-blob {
position: absolute;
border-radius: 50%;
opacity: 0.1;
animation: float 20s infinite ease-in-out;
}
.priceplan-section-style .deco-blob-1 {
width: 400px;
height: 400px;
background: radial-gradient(circle, var(--primary-500), transparent);
top: -150px;
left: -100px;
animation-delay: 0s;
}
.priceplan-section-style .deco-blob-2 {
width: 500px;
height: 500px;
background: radial-gradient(circle, var(--primary-300), transparent);
bottom: -200px;
right: -150px;
animation-delay: 5s;
}
.priceplan-section-style .deco-circle {
position: absolute;
border: 2px solid color-mix(in srgb, var(--primary-300) 30%, transparent 70%);
border-radius: 50%;
animation: rotate 30s linear infinite;
}
.priceplan-section-style .deco-circle-1 {
width: 200px;
height: 200px;
top: 10%;
right: 5%;
}
.priceplan-section-style .deco-circle-2 {
width: 150px;
height: 150px;
bottom: 20%;
left: 8%;
animation-direction: reverse;
}
@keyframes float {
0%, 100% {
transform: translate(0, 0) scale(1);
}
33% {
transform: translate(30px, -30px) scale(1.1);
}
66% {
transform: translate(-20px, 20px) scale(0.9);
}
}
@keyframes rotate {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@media (max-width: 991.98px) {
.priceplan-section-style .main-title {
font-size: 2.25rem;
}
.priceplan-section-style .featured-card {
transform: scale(1);
}
.priceplan-section-style .featured-card:hover {
transform: scale(1) translateY(-8px);
}
}
@media (max-width: 767.98px) {
.priceplan-section-style .main-title {
font-size: 2rem;
}
.priceplan-section-style .section-description {
font-size: 1rem;
}
.priceplan-section-style .pricing-card {
padding: 2rem 1.5rem;
}
.priceplan-section-style .icon-wrapper {
width: 70px;
height: 70px;
font-size: 1.75rem;
}
.priceplan-section-style .price-value {
font-size: 3rem;
}
.priceplan-section-style .plan-name {
font-size: 1.5rem;
}
.priceplan-section-style .decorative-line {
width: 40px;
}
}
@media (max-width: 575.98px) {
.priceplan-section-style .main-title {
font-size: 1.75rem;
}
.priceplan-section-style .subtitle-text {
font-size: 0.85rem;
}
.priceplan-section-style .pricing-card {
padding: 1.5rem 1.25rem;
}
.priceplan-section-style .featured-badge {
font-size: 0.65rem;
padding: 0.4rem 2rem;
}
}
.team-section-classic {
position: relative;
background: linear-gradient(135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%
);
overflow: hidden;
padding: 5rem 0;
}
.team-section-classic .decorative-dots {
width: 60px;
height: 6px;
background: linear-gradient(90deg,
var(--primary-500) 0%,
var(--primary-300) 100%
);
border-radius: 3px;
margin: 0 auto;
position: relative;
}
.team-section-classic .decorative-dots::before,
.team-section-classic .decorative-dots::after {
content: '';
position: absolute;
width: 8px;
height: 8px;
background: var(--primary-500);
border-radius: 50%;
top: 50%;
transform: translateY(-50%);
}
.team-section-classic .decorative-dots::before {
left: -12px;
}
.team-section-classic .decorative-dots::after {
right: -12px;
}
.team-section-classic .decorative-line {
width: 100px;
height: 2px;
background: linear-gradient(90deg,
transparent 0%,
var(--primary-300) 50%,
transparent 100%
);
margin: 0 auto;
}
.team-section-classic #team-title {
color: var(--text-primary);
font-weight: 700;
letter-spacing: -0.02em;
line-height: 1.2;
}
.team-section-classic #team-subtitle {
color: color-mix(in srgb, var(--primary-500) 80%, var(--text-primary) 20%);
font-weight: 600;
letter-spacing: -0.01em;
}
.team-section-classic #team-desc {
color: var(--text-secondary);
line-height: 1.8;
max-width: 720px;
margin-left: auto;
margin-right: auto;
}
.team-section-classic .team-card {
background: var(--surface-primary);
border-radius: 20px;
overflow: hidden;
box-shadow: 0 8px 24px rgba(var(--black-rgb), 0.06);
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
border: 1px solid color-mix(in srgb, var(--primary-100) 30%, transparent 70%);
height: 100%;
display: flex;
flex-direction: column;
}
.team-section-classic .team-card:hover {
transform: translateY(-8px);
box-shadow: 0 16px 48px rgba(var(--black-rgb), 0.12);
border-color: var(--primary-300);
}
.team-section-classic .team-image-wrapper {
position: relative;
overflow: hidden;
aspect-ratio: 1 / 1;
background: linear-gradient(135deg,
var(--primary-50) 0%,
var(--primary-100) 100%
);
}
.team-section-classic .team-member-photo {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.team-section-classic .team-card:hover .team-member-photo {
transform: scale(1.08);
}
.team-section-classic .image-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(180deg,
transparent 0%,
transparent 60%,
color-mix(in srgb, var(--primary-700) 40%, transparent 60%) 100%
);
opacity: 0;
transition: opacity 0.4s ease;
pointer-events: none;
}
.team-section-classic .team-card:hover .image-overlay {
opacity: 1;
}
.team-section-classic .decorative-shape {
position: absolute;
background: var(--primary-300);
opacity: 0.15;
z-index: 1;
transition: all 0.5s ease;
}
.team-section-classic .decorative-shape.shape-1 {
width: 80px;
height: 80px;
border-radius: 50%;
top: -20px;
right: -20px;
}
.team-section-classic .decorative-shape.shape-2 {
width: 60px;
height: 60px;
border-radius: 50%;
bottom: -15px;
left: -15px;
}
.team-section-classic .decorative-shape.shape-3 {
width: 100px;
height: 100px;
border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
top: -30px;
left: -30px;
}
.team-section-classic .decorative-shape.shape-4 {
width: 70px;
height: 70px;
border-radius: 50%;
top: 20px;
right: -25px;
}
.team-section-classic .decorative-shape.shape-5 {
width: 90px;
height: 90px;
border-radius: 40% 60% 60% 40% / 60% 40% 60% 40%;
bottom: -25px;
right: -25px;
}
.team-section-classic .team-card:hover .decorative-shape {
opacity: 0.25;
transform: scale(1.2);
}
.team-section-classic .team-info {
padding: 2rem 1.5rem;
text-align: center;
background: var(--surface-primary);
flex-grow: 1;
display: flex;
flex-direction: column;
justify-content: center;
}
.team-section-classic .team-info h3 {
color: var(--text-primary);
margin-bottom: 0.5rem;
font-weight: 700;
font-size: 1.25rem;
transition: color 0.3s ease;
}
.team-section-classic .team-card:hover .team-info h3 {
color: var(--primary-500);
}
.team-section-classic .team-info p {
color: var(--text-secondary);
font-size: 0.95rem;
line-height: 1.6;
margin-bottom: 0;
}
.team-section-classic .decorative-bg-elements {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
overflow: hidden;
pointer-events: none;
z-index: 0;
}
.team-section-classic .blob-shape {
position: absolute;
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
opacity: 0.04;
animation: blobFloat 20s ease-in-out infinite;
}
.team-section-classic .blob-shape.blob-1 {
width: 400px;
height: 400px;
background: var(--primary-500);
top: -100px;
left: -100px;
animation-delay: 0s;
}
.team-section-classic .blob-shape.blob-2 {
width: 350px;
height: 350px;
background: var(--primary-700);
bottom: -80px;
right: -80px;
animation-delay: -10s;
}
.team-section-classic .circle-pattern {
position: absolute;
width: 200px;
height: 200px;
border: 2px solid var(--primary-300);
border-radius: 50%;
opacity: 0.05;
}
.team-section-classic .circle-pattern.pattern-1 {
top: 10%;
right: 5%;
}
.team-section-classic .circle-pattern.pattern-2 {
bottom: 15%;
left: 8%;
}
@keyframes blobFloat {
0%, 100% {
transform: translate(0, 0) rotate(0deg);
}
25% {
transform: translate(20px, -20px) rotate(90deg);
}
50% {
transform: translate(-10px, 10px) rotate(180deg);
}
75% {
transform: translate(15px, 15px) rotate(270deg);
}
}
@media (max-width: 991.98px) {
.team-section-classic {
padding: 4rem 0;
}
.team-section-classic #team-title {
font-size: 2.5rem;
}
.team-section-classic #team-subtitle {
font-size: 1.5rem;
}
.team-section-classic .blob-shape.blob-1 {
width: 300px;
height: 300px;
}
.team-section-classic .blob-shape.blob-2 {
width: 250px;
height: 250px;
}
}
@media (max-width: 767.98px) {
.team-section-classic {
padding: 3rem 0;
}
.team-section-classic #team-title {
font-size: 2rem;
}
.team-section-classic #team-subtitle {
font-size: 1.25rem;
}
.team-section-classic .team-info {
padding: 1.5rem 1rem;
}
.team-section-classic .circle-pattern {
width: 150px;
height: 150px;
}
.team-section-classic .blob-shape.blob-1,
.team-section-classic .blob-shape.blob-2 {
width: 200px;
height: 200px;
}
}
@media (max-width: 575.98px) {
.team-section-classic #team-title {
font-size: 1.75rem;
}
.team-section-classic #team-subtitle {
font-size: 1.1rem;
}
.team-section-classic #team-desc {
font-size: 1rem;
}
.team-section-classic .decorative-dots {
width: 50px;
height: 5px;
}
.team-section-classic .team-card {
border-radius: 16px;
}
.team-section-classic .team-info h3 {
font-size: 1.1rem;
}
.team-section-classic .team-info p {
font-size: 0.9rem;
}
}
.reviews-section-secondary {
position: relative;
background: linear-gradient(180deg, var(--surface-primary) 0%, var(--neutral-50) 100%);
overflow: hidden;
}
.reviews-section-secondary .section-header-wrapper {
padding: 2rem 0;
}
.reviews-section-secondary .decorative-accent-top {
position: absolute;
top: -20px;
left: 50%;
transform: translateX(-50%);
width: 60px;
height: 4px;
background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
border-radius: 2px;
}
.reviews-section-secondary .section-title {
color: var(--text-primary);
letter-spacing: -0.5px;
line-height: 1.2;
}
.reviews-section-secondary .section-subtitle {
color: var(--primary-500);
font-weight: 600;
letter-spacing: 0.3px;
}
.reviews-section-secondary .section-description {
color: var(--text-secondary);
line-height: 1.7;
max-width: 700px;
margin: 0 auto;
}
.reviews-section-secondary .decorative-line {
width: 80px;
height: 3px;
background: linear-gradient(90deg, transparent, var(--primary-500), transparent);
border-radius: 2px;
}
.reviews-section-secondary .review-card {
position: relative;
background: var(--surface-primary);
border-radius: 16px;
padding: 2rem;
box-shadow: 0 4px 6px rgba(var(--black-rgb), 0.05), 0 1px 3px rgba(var(--black-rgb), 0.03);
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
border: 1px solid var(--neutral-100);
overflow: hidden;
}
.reviews-section-secondary .review-card:hover {
transform: translateY(-8px);
box-shadow: 0 12px 24px rgba(var(--black-rgb), 0.1), 0 4px 8px rgba(var(--black-rgb), 0.06);
border-color: var(--primary-300);
}
.reviews-section-secondary .card-decorative-corner {
position: absolute;
top: 0;
right: 0;
width: 80px;
height: 80px;
background: linear-gradient(135deg, var(--primary-50) 0%, transparent 70%);
border-radius: 0 16px 0 100%;
opacity: 0.6;
transition: opacity 0.3s ease;
}
.reviews-section-secondary .review-card:hover .card-decorative-corner {
opacity: 1;
}
.reviews-section-secondary .featured-review {
background: linear-gradient(135deg, var(--surface-primary) 0%, var(--primary-50) 100%);
border: 2px solid var(--primary-300);
box-shadow: 0 8px 16px rgba(var(--black-rgb), 0.08);
}
.reviews-section-secondary .featured-badge {
position: absolute;
top: 1rem;
right: 1rem;
width: 32px;
height: 32px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: white;
font-size: 0.875rem;
box-shadow: 0 2px 8px rgba(var(--black-rgb), 0.15);
z-index: 2;
}
.reviews-section-secondary .quote-icon-wrapper {
display: inline-flex;
align-items: center;
justify-content: center;
width: 48px;
height: 48px;
background: linear-gradient(135deg, var(--primary-100), var(--primary-50));
border-radius: 12px;
color: var(--primary-500);
font-size: 1.5rem;
transition: all 0.3s ease;
}
.reviews-section-secondary .review-card:hover .quote-icon-wrapper {
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
color: white;
transform: scale(1.1);
}
.reviews-section-secondary .review-content {
position: relative;
z-index: 1;
}
.reviews-section-secondary .review-text {
color: var(--text-secondary);
line-height: 1.7;
font-size: 0.95rem;
font-style: italic;
}
.reviews-section-secondary .review-author-section {
position: relative;
padding-top: 1rem;
border-top: 1px solid var(--neutral-100);
}
.reviews-section-secondary .author-avatar {
flex-shrink: 0;
}
.reviews-section-secondary .avatar-placeholder {
width: 56px;
height: 56px;
background: linear-gradient(135deg, var(--primary-100), var(--primary-50));
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: var(--primary-500);
font-size: 2rem;
border: 3px solid var(--surface-primary);
box-shadow: 0 2px 8px rgba(var(--black-rgb), 0.08);
transition: all 0.3s ease;
}
.reviews-section-secondary .review-card:hover .avatar-placeholder {
transform: scale(1.05);
border-color: var(--primary-300);
}
.reviews-section-secondary .author-name {
color: var(--text-primary);
margin-bottom: 0.25rem;
font-size: 0.95rem;
line-height: 1.4;
}
.reviews-section-secondary .author-badge {
display: flex;
align-items: center;
gap: 0.5rem;
}
.reviews-section-secondary .badge-dot {
width: 8px;
height: 8px;
background: var(--primary-500);
border-radius: 50%;
display: inline-block;
box-shadow: 0 0 0 3px color-mix(in srgb, var(--primary-500) 20%, transparent);
animation: pulse-v196 2s infinite;
}
@keyframes pulse-v196 {
0%, 100% {
transform: scale(1);
opacity: 1;
}
50% {
transform: scale(1.1);
opacity: 0.8;
}
}
.reviews-section-secondary .decorative-blob-1 {
position: absolute;
top: 10%;
left: -5%;
width: 300px;
height: 300px;
background: radial-gradient(circle, color-mix(in srgb, var(--primary-300) 15%, transparent) 0%, transparent 70%);
border-radius: 50%;
filter: blur(60px);
pointer-events: none;
z-index: 0;
}
.reviews-section-secondary .decorative-blob-2 {
position: absolute;
bottom: 15%;
right: -5%;
width: 400px;
height: 400px;
background: radial-gradient(circle, color-mix(in srgb, var(--primary-500) 12%, transparent) 0%, transparent 70%);
border-radius: 50%;
filter: blur(80px);
pointer-events: none;
z-index: 0;
}
.reviews-section-secondary .decorative-dots-pattern {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100%;
height: 100%;
background-image: radial-gradient(circle, var(--neutral-300) 1px, transparent 1px);
background-size: 30px 30px;
opacity: 0.15;
pointer-events: none;
z-index: 0;
}
@media (max-width: 991.98px) {
.reviews-section-secondary .section-title {
font-size: 2rem;
}
.reviews-section-secondary .review-card {
padding: 1.5rem;
}
}
@media (max-width: 767.98px) {
.reviews-section-secondary .section-title {
font-size: 1.75rem;
}
.reviews-section-secondary .section-description {
font-size: 0.95rem;
}
.reviews-section-secondary .review-card {
padding: 1.25rem;
}
.reviews-section-secondary .quote-icon-wrapper {
width: 40px;
height: 40px;
font-size: 1.25rem;
}
.reviews-section-secondary .avatar-placeholder {
width: 48px;
height: 48px;
font-size: 1.5rem;
}
.reviews-section-secondary .author-name {
font-size: 0.875rem;
}
}
@media (max-width: 575.98px) {
.reviews-section-secondary .section-title {
font-size: 1.5rem;
}
.reviews-section-secondary .decorative-blob-1,
.reviews-section-secondary .decorative-blob-2 {
width: 200px;
height: 200px;
}
}
@media (prefers-reduced-motion: reduce) {
.reviews-section-secondary * {
animation-duration: 0.01ms !important;
animation-iteration-count: 1 !important;
transition-duration: 0.01ms !important;
}
}
@media print {
.reviews-section-secondary {
background: white;
}
.reviews-section-secondary .decorative-blob-1,
.reviews-section-secondary .decorative-blob-2,
.reviews-section-secondary .decorative-dots-pattern {
display: none;
}
}
.casestudy-section-bold {
position: relative;
padding: 100px 0;
background: linear-gradient(
135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%
);
overflow: hidden;
}
.casestudy-section-bold .decorative-line-top {
width: 60px;
height: 4px;
background: linear-gradient(
90deg,
var(--primary-500),
var(--primary-700)
);
margin: 0 auto 24px;
border-radius: 2px;
}
.casestudy-section-bold .section-title {
font-size: 2.5rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 16px;
line-height: 1.2;
}
.casestudy-section-bold .section-subtitle {
font-size: 1.5rem;
font-weight: 600;
color: var(--primary-700);
margin-bottom: 20px;
line-height: 1.4;
}
.casestudy-section-bold .section-description {
font-size: 1.125rem;
color: var(--text-secondary);
line-height: 1.7;
margin-bottom: 0;
}
.casestudy-section-bold .casestudy-card {
background: var(--surface-primary);
border-radius: 16px;
overflow: hidden;
box-shadow:
0 4px 6px rgba(var(--black-rgb), 0.07),
0 10px 20px rgba(var(--black-rgb), 0.05);
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
height: 100%;
display: flex;
flex-direction: column;
position: relative;
}
.casestudy-section-bold .casestudy-card:hover {
transform: translateY(-8px);
box-shadow:
0 8px 12px rgba(var(--black-rgb), 0.1),
0 20px 40px rgba(var(--black-rgb), 0.08);
}
.casestudy-section-bold .card-image-wrapper {
position: relative;
height: 220px;
background: linear-gradient(
135deg,
var(--primary-300),
var(--primary-500)
);
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
}
.casestudy-section-bold .image-placeholder {
font-size: 4rem;
color: var(--surface-primary);
opacity: 0.9;
transition: transform 0.4s ease;
}
.casestudy-section-bold .casestudy-card:hover .image-placeholder {
transform: scale(1.1) rotate(5deg);
}
.casestudy-section-bold .decorative-corner {
position: absolute;
top: 0;
right: 0;
width: 80px;
height: 80px;
background: var(--surface-primary);
opacity: 0.1;
clip-path: polygon(100% 0, 0 0, 100% 100%);
}
.casestudy-section-bold .card-content {
padding: 32px 24px;
flex: 1;
display: flex;
flex-direction: column;
}
.casestudy-section-bold .card-icon {
width: 56px;
height: 56px;
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-50) 80%, var(--primary-300) 20%),
var(--primary-100)
);
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 20px;
font-size: 1.75rem;
color: var(--primary-700);
transition: all 0.3s ease;
}
.casestudy-section-bold .casestudy-card:hover .card-icon {
background: var(--primary-500);
color: var(--surface-primary);
transform: rotate(5deg);
}
.casestudy-section-bold .card-title {
font-size: 1.375rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 16px;
line-height: 1.3;
transition: color 0.3s ease;
}
.casestudy-section-bold .casestudy-card:hover .card-title {
color: var(--primary-700);
}
.casestudy-section-bold .card-description {
font-size: 1rem;
color: var(--text-secondary);
line-height: 1.6;
margin-bottom: 20px;
flex: 1;
}
.casestudy-section-bold .card-decorative-line {
width: 40px;
height: 3px;
background: linear-gradient(
90deg,
var(--primary-500),
transparent
);
border-radius: 2px;
margin-top: auto;
transition: width 0.4s ease;
}
.casestudy-section-bold .casestudy-card:hover .card-decorative-line {
width: 80px;
}
.casestudy-section-bold .decorative-blob {
position: absolute;
border-radius: 50%;
opacity: 0.03;
pointer-events: none;
z-index: 0;
}
.casestudy-section-bold .blob-1 {
width: 400px;
height: 400px;
background: var(--primary-500);
top: -100px;
left: -100px;
filter: blur(60px);
}
.casestudy-section-bold .blob-2 {
width: 500px;
height: 500px;
background: var(--primary-700);
bottom: -150px;
right: -150px;
filter: blur(80px);
}
.casestudy-section-bold .decorative-dots {
position: absolute;
width: 120px;
height: 120px;
opacity: 0.08;
background-image: radial-gradient(
circle,
var(--primary-500) 2px,
transparent 2px
);
background-size: 20px 20px;
pointer-events: none;
z-index: 0;
}
.casestudy-section-bold .dots-1 {
top: 80px;
right: 60px;
}
.casestudy-section-bold .dots-2 {
bottom: 100px;
left: 40px;
}
.casestudy-section-bold .container {
position: relative;
z-index: 1;
}
@media (max-width: 991.98px) {
.casestudy-section-bold {
padding: 80px 0;
}
.casestudy-section-bold .section-title {
font-size: 2rem;
}
.casestudy-section-bold .section-subtitle {
font-size: 1.25rem;
}
.casestudy-section-bold .card-image-wrapper {
height: 200px;
}
.casestudy-section-bold .image-placeholder {
font-size: 3.5rem;
}
}
@media (max-width: 767.98px) {
.casestudy-section-bold {
padding: 60px 0;
}
.casestudy-section-bold .section-title {
font-size: 1.75rem;
}
.casestudy-section-bold .section-subtitle {
font-size: 1.125rem;
}
.casestudy-section-bold .section-description {
font-size: 1rem;
}
.casestudy-section-bold .card-content {
padding: 24px 20px;
}
.casestudy-section-bold .card-title {
font-size: 1.25rem;
}
.casestudy-section-bold .card-icon {
width: 48px;
height: 48px;
font-size: 1.5rem;
}
.casestudy-section-bold .blob-1,
.casestudy-section-bold .blob-2 {
display: none;
}
}
@media (max-width: 575.98px) {
.casestudy-section-bold .decorative-dots {
display: none;
}
.casestudy-section-bold .card-image-wrapper {
height: 180px;
}
.casestudy-section-bold .image-placeholder {
font-size: 3rem;
}
}
@media (prefers-reduced-motion: reduce) {
.casestudy-section-bold .casestudy-card,
.casestudy-section-bold .card-icon,
.casestudy-section-bold .image-placeholder,
.casestudy-section-bold .card-decorative-line {
transition: none;
}
.casestudy-section-bold .casestudy-card:hover {
transform: none;
}
}
@media (prefers-contrast: high) {
.casestudy-section-bold .casestudy-card {
border: 2px solid var(--neutral-300);
}
.casestudy-section-bold .decorative-blob,
.casestudy-section-bold .decorative-dots {
display: none;
}
}
.process-section-special {
position: relative;
background: var(--surface-primary);
overflow: hidden;
}
.process-section-special .section-header h2 {
color: var(--text-primary);
font-weight: 700;
letter-spacing: -0.02em;
}
.process-section-special .section-header h3 {
color: var(--text-secondary);
font-weight: 500;
}
.process-section-special .section-header p {
color: var(--text-secondary);
line-height: 1.7;
}
.process-section-special .decorative-line {
width: 80px;
height: 4px;
background: linear-gradient(
90deg,
var(--primary-500),
var(--primary-300)
);
border-radius: 2px;
}
.process-section-special .process-timeline {
position: relative;
z-index: 2;
}
.process-section-special .process-item {
position: relative;
transition: transform 0.3s ease;
}
.process-section-special .process-item:hover {
transform: translateY(-5px);
}
.process-section-special .step-number-wrapper {
position: relative;
}
.process-section-special .step-number {
width: 90px;
height: 90px;
margin: 0 auto;
background: linear-gradient(
135deg,
var(--primary-500),
color-mix(in srgb, var(--primary-500) 70%, var(--primary-700) 30%)
);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 8px 24px rgba(var(--black-rgb), 0.12);
position: relative;
z-index: 3;
transition: all 0.3s ease;
}
.process-section-special .process-item:hover .step-number {
transform: scale(1.1);
box-shadow: 0 12px 32px rgba(var(--black-rgb), 0.18);
}
.process-section-special .step-number .number-text {
font-size: 1.75rem;
font-weight: 700;
color: var(--light);
}
.process-section-special .step-number.final-step {
background: linear-gradient(
135deg,
var(--primary-700),
var(--primary-500)
);
}
.process-section-special .connector-line {
position: absolute;
left: 50%;
top: 90px;
transform: translateX(-50%);
width: 3px;
height: 80px;
background: linear-gradient(
180deg,
var(--primary-300),
var(--neutral-100)
);
z-index: 1;
}
.process-section-special .step-icon-wrapper {
font-size: 1.5rem;
color: var(--primary-500);
transition: all 0.3s ease;
}
.process-section-special .process-item:hover .step-icon-wrapper {
transform: scale(1.15);
color: var(--primary-700);
}
.process-section-special .step-content {
background: var(--surface-secondary);
padding: 2rem;
border-radius: 16px;
border: 2px solid var(--neutral-100);
box-shadow: 0 4px 16px rgba(var(--black-rgb), 0.06);
transition: all 0.3s ease;
position: relative;
}
.process-section-special .process-item:hover .step-content {
border-color: var(--primary-300);
box-shadow: 0 8px 24px rgba(var(--black-rgb), 0.1);
}
.process-section-special .step-content h4 {
color: var(--text-primary);
font-weight: 700;
letter-spacing: -0.01em;
}
.process-section-special .step-content p {
color: var(--text-secondary);
line-height: 1.7;
font-size: 1rem;
}
.process-section-special .decorative-accent {
width: 60px;
height: 3px;
background: var(--primary-500);
border-radius: 2px;
}
.process-section-special .decorative-shapes {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 1;
}
.process-section-special .shape {
position: absolute;
border-radius: 50%;
opacity: 0.05;
}
.process-section-special .shape-1 {
width: 400px;
height: 400px;
background: var(--primary-500);
top: -100px;
right: -100px;
}
.process-section-special .shape-2 {
width: 300px;
height: 300px;
background: var(--primary-300);
bottom: 10%;
left: -50px;
}
.process-section-special .shape-3 {
width: 200px;
height: 200px;
background: var(--primary-700);
top: 50%;
right: 10%;
transform: translateY(-50%);
}
@media (max-width: 767.98px) {
.process-section-special .step-number {
width: 70px;
height: 70px;
}
.process-section-special .step-number .number-text {
font-size: 1.5rem;
}
.process-section-special .connector-line {
top: 70px;
height: 60px;
}
.process-section-special .step-content {
padding: 1.5rem;
}
.process-section-special .step-content h4 {
font-size: 1.25rem;
}
.process-section-special .step-icon-wrapper {
font-size: 1.25rem;
}
.process-section-special .shape-1,
.process-section-special .shape-2,
.process-section-special .shape-3 {
display: none;
}
}
@media (min-width: 768px) and (max-width: 991.98px) {
.process-section-special .step-number {
width: 80px;
height: 80px;
}
.process-section-special .step-number .number-text {
font-size: 1.625rem;
}
.process-section-special .step-content {
padding: 1.75rem;
}
}
@media (min-width: 992px) {
.process-section-special .step-content {
min-height: 180px;
}
}
@media (prefers-reduced-motion: no-preference) {
.process-section-special .step-number::before {
content: '';
position: absolute;
inset: -5px;
border-radius: 50%;
border: 2px solid var(--primary-300);
opacity: 0;
animation: pulse 2s infinite;
}
@keyframes pulse {
0% {
transform: scale(1);
opacity: 0;
}
50% {
transform: scale(1.1);
opacity: 0.5;
}
100% {
transform: scale(1.2);
opacity: 0;
}
}
}
.timeline-section-style {
position: relative;
overflow: hidden;
background: linear-gradient(180deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%);
padding: 5rem 0;
}
.timeline-section-style .section-badge {
display: inline-flex;
align-items: center;
justify-content: center;
width: 60px;
height: 60px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 50%;
color: var(--light);
font-size: 1.5rem;
box-shadow: 0 4px 20px color-mix(in srgb, var(--primary-500) 30%, transparent);
animation: pulse-badge 2s ease-in-out infinite;
}
@keyframes pulse-badge {
0%, 100% { transform: scale(1); }
50% { transform: scale(1.05); }
}
.timeline-section-style #timeline-title {
color: var(--text-primary);
font-weight: 700;
letter-spacing: -0.02em;
line-height: 1.2;
}
.timeline-section-style #timeline-subtitle {
color: var(--primary-500);
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.05em;
}
.timeline-section-style #timeline-desc {
color: var(--text-secondary);
line-height: 1.7;
max-width: 700px;
margin: 0 auto;
}
.timeline-section-style .timeline-container {
max-width: 1000px;
margin: 0 auto;
padding: 2rem 0;
}
.timeline-section-style .timeline-line {
position: absolute;
left: 50%;
top: 0;
bottom: 0;
width: 4px;
background: linear-gradient(180deg,
transparent 0%,
var(--primary-300) 10%,
var(--primary-500) 50%,
var(--primary-300) 90%,
transparent 100%);
transform: translateX(-50%);
z-index: 1;
}
.timeline-section-style .timeline-item {
position: relative;
display: flex;
align-items: center;
margin-bottom: 4rem;
padding-left: calc(50% + 60px);
}
.timeline-section-style .timeline-item-reverse {
flex-direction: row-reverse;
padding-left: 0;
padding-right: calc(50% + 60px);
}
.timeline-section-style .timeline-marker {
position: absolute;
left: 50%;
transform: translateX(-50%);
z-index: 2;
}
.timeline-section-style .marker-inner {
width: 60px;
height: 60px;
background: var(--surface-primary);
border: 4px solid var(--primary-500);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: var(--primary-500);
font-size: 1.5rem;
box-shadow: 0 4px 20px color-mix(in srgb, var(--primary-500) 20%, transparent);
transition: all 0.3s ease;
}
.timeline-section-style .timeline-item:hover .marker-inner {
background: var(--primary-500);
color: var(--light);
transform: scale(1.1) rotate(360deg);
box-shadow: 0 8px 30px color-mix(in srgb, var(--primary-500) 40%, transparent);
}
.timeline-section-style .timeline-content {
width: 100%;
max-width: 450px;
}
.timeline-section-style .timeline-card {
background: var(--surface-primary);
border-radius: 16px;
padding: 2rem;
box-shadow: 0 4px 24px color-mix(in srgb, var(--neutral-900) 8%, transparent);
border: 1px solid color-mix(in srgb, var(--primary-300) 30%, transparent);
transition: all 0.3s ease;
position: relative;
overflow: hidden;
}
.timeline-section-style .timeline-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 4px;
background: linear-gradient(90deg, var(--primary-500), var(--primary-700));
transform: scaleX(0);
transform-origin: left;
transition: transform 0.3s ease;
}
.timeline-section-style .timeline-item:hover .timeline-card {
transform: translateY(-8px);
box-shadow: 0 12px 40px color-mix(in srgb, var(--primary-500) 15%, transparent);
border-color: var(--primary-500);
}
.timeline-section-style .timeline-item:hover .timeline-card::before {
transform: scaleX(1);
}
.card-icon {
display: inline-flex;
align-items: center;
justify-content: center;
width: 50px;
height: 50px;
background: color-mix(in srgb, var(--primary-100) 50%, transparent);
border-radius: 12px;
color: var(--primary-500);
font-size: 1.5rem;
margin-bottom: 1rem;
transition: all 0.3s ease;
}
.timeline-section-style .timeline-item:hover .card-icon {
background: var(--primary-500);
color: var(--light);
transform: rotate(-10deg) scale(1.1);
}
.timeline-section-style .timeline-card h4 {
color: var(--text-primary);
margin-bottom: 1rem;
font-weight: 700;
}
.timeline-section-style .timeline-card p {
color: var(--text-secondary);
line-height: 1.6;
margin: 0;
}
.timeline-section-style .decorative-blob {
position: absolute;
border-radius: 50%;
filter: blur(60px);
opacity: 0.15;
z-index: 0;
pointer-events: none;
}
.timeline-section-style .blob-1 {
width: 400px;
height: 400px;
background: var(--primary-300);
top: 10%;
left: -100px;
animation: float-blob 20s ease-in-out infinite;
}
.timeline-section-style .blob-2 {
width: 350px;
height: 350px;
background: var(--primary-500);
bottom: 10%;
right: -100px;
animation: float-blob 25s ease-in-out infinite reverse;
}
@keyframes float-blob {
0%, 100% { transform: translate(0, 0) scale(1); }
33% { transform: translate(30px, -30px) scale(1.1); }
66% { transform: translate(-20px, 20px) scale(0.9); }
}
.timeline-section-style .decorative-circle {
position: absolute;
border: 2px solid color-mix(in srgb, var(--primary-300) 30%, transparent);
border-radius: 50%;
z-index: 0;
pointer-events: none;
}
.timeline-section-style .circle-1 {
width: 200px;
height: 200px;
top: 20%;
right: 5%;
animation: rotate-circle 30s linear infinite;
}
.timeline-section-style .circle-2 {
width: 150px;
height: 150px;
bottom: 30%;
left: 5%;
animation: rotate-circle 40s linear infinite reverse;
}
@keyframes rotate-circle {
from { transform: rotate(0deg); }
to { transform: rotate(360deg); }
}
@media (max-width: 991px) {
.timeline-section-style {
padding: 4rem 0;
}
.timeline-section-style .timeline-line {
left: 30px;
}
.timeline-item,
.timeline-section-style .timeline-item-reverse {
padding-left: 90px;
padding-right: 0;
}
.timeline-section-style .timeline-marker {
left: 30px;
}
.timeline-section-style .marker-inner {
width: 50px;
height: 50px;
font-size: 1.25rem;
}
.timeline-section-style .timeline-content {
max-width: 100%;
}
}
@media (max-width: 767px) {
.timeline-section-style {
padding: 3rem 0;
}
.timeline-section-style #timeline-title {
font-size: 2rem;
}
.timeline-section-style .timeline-card {
padding: 1.5rem;
}
.card-icon {
width: 40px;
height: 40px;
font-size: 1.25rem;
}
.timeline-section-style .timeline-item {
margin-bottom: 3rem;
}
.decorative-blob,
.timeline-section-style .decorative-circle {
display: none;
}
}
@media (max-width: 575px) {
.timeline-section-style .timeline-line {
left: 20px;
}
.timeline-item,
.timeline-section-style .timeline-item-reverse {
padding-left: 70px;
}
.timeline-section-style .timeline-marker {
left: 20px;
}
.timeline-section-style .marker-inner {
width: 40px;
height: 40px;
font-size: 1rem;
}
.timeline-section-style .section-badge {
width: 50px;
height: 50px;
font-size: 1.25rem;
}
}
.career-section-custom {
background: var(--surface-primary);
position: relative;
overflow: hidden;
}
.career-section-custom .decorative-blob-top {
position: absolute;
top: -30px;
right: 10%;
width: 100px;
height: 100px;
background: color-mix(in srgb, var(--primary-500) 15%, transparent);
border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
filter: blur(20px);
animation: float 6s ease-in-out infinite;
}
.career-section-custom .decorative-circle-1 {
position: absolute;
top: 20%;
left: -50px;
width: 150px;
height: 150px;
border: 2px solid color-mix(in srgb, var(--primary-300) 30%, transparent);
border-radius: 50%;
z-index: 0;
}
.career-section-custom .decorative-circle-2 {
position: absolute;
bottom: 15%;
right: -60px;
width: 200px;
height: 200px;
background: color-mix(in srgb, var(--primary-500) 8%, transparent);
border-radius: 50%;
z-index: 0;
}
.career-section-custom .decorative-shape-bottom {
position: absolute;
bottom: 0;
left: 20%;
width: 300px;
height: 4px;
background: linear-gradient(
90deg,
transparent,
var(--primary-300),
transparent
);
border-radius: 2px;
}
.career-section-custom .decorative-icons-grid {
display: flex;
justify-content: center;
gap: 2rem;
margin-top: 2rem;
}
.career-section-custom .decorative-icons-grid i {
font-size: 1.5rem;
color: color-mix(in srgb, var(--primary-500) 40%, transparent);
animation: iconPulse 3s ease-in-out infinite;
}
.career-section-custom .decorative-icons-grid i:nth-child(2) {
animation-delay: 0.5s;
}
.career-section-custom .decorative-icons-grid i:nth-child(3) {
animation-delay: 1s;
}
.career-section-custom .decorative-icons-grid i:nth-child(4) {
animation-delay: 1.5s;
}
.career-section-custom #career-title {
color: var(--text-primary);
font-weight: 700;
letter-spacing: -0.02em;
line-height: 1.2;
}
.career-section-custom #career-subtitle {
color: var(--primary-500);
font-weight: 600;
letter-spacing: -0.01em;
}
.career-section-custom #career-desc {
color: var(--text-secondary);
line-height: 1.7;
max-width: 700px;
margin-left: auto;
margin-right: auto;
}
.career-section-custom .career-card {
background: var(--surface-secondary);
border-radius: 16px;
padding: 2rem;
border: 1px solid color-mix(in srgb, var(--neutral-300) 50%, transparent);
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
position: relative;
z-index: 1;
overflow: hidden;
}
.career-section-custom .career-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 4px;
background: linear-gradient(
90deg,
var(--primary-500),
var(--primary-300)
);
transform: scaleX(0);
transform-origin: left;
transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.career-section-custom .career-card:hover {
transform: translateY(-8px);
border-color: var(--primary-300);
box-shadow:
0 12px 40px color-mix(in srgb, var(--primary-500) 15%, transparent),
0 4px 12px color-mix(in srgb, var(--neutral-500) 8%, transparent);
}
.career-section-custom .career-card:hover::before {
transform: scaleX(1);
}
.career-section-custom .corner-accent {
position: absolute;
top: 0;
right: 0;
width: 80px;
height: 80px;
background: color-mix(in srgb, var(--primary-500) 8%, transparent);
border-radius: 0 16px 0 100%;
transition: all 0.4s ease;
}
.career-section-custom .career-card:hover .corner-accent {
width: 100px;
height: 100px;
background: color-mix(in srgb, var(--primary-500) 12%, transparent);
}
.career-section-custom .icon-badge {
width: 60px;
height: 60px;
background: linear-gradient(
135deg,
var(--primary-50),
var(--primary-100)
);
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
border: 2px solid var(--primary-300);
transition: all 0.3s ease;
}
.career-section-custom .icon-badge i {
font-size: 1.75rem;
color: var(--primary-700);
}
.career-section-custom .career-card:hover .icon-badge {
transform: rotate(5deg) scale(1.05);
background: linear-gradient(
135deg,
var(--primary-100),
var(--primary-300)
);
}
.career-section-custom .card-title {
color: var(--text-primary);
font-weight: 700;
font-size: 1.5rem;
letter-spacing: -0.01em;
line-height: 1.3;
}
.career-section-custom .card-description {
color: var(--text-secondary);
line-height: 1.7;
font-size: 1rem;
}
.career-section-custom .role-info-wrapper {
display: flex;
align-items: center;
gap: 0.75rem;
padding-top: 1rem;
border-top: 1px solid color-mix(in srgb, var(--neutral-300) 40%, transparent);
}
.career-section-custom .role-badge {
width: 36px;
height: 36px;
background: var(--primary-50);
border-radius: 8px;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
}
.career-section-custom .role-badge i {
font-size: 1rem;
color: var(--primary-700);
}
.career-section-custom .role-text {
color: var(--text-secondary);
font-size: 0.9rem;
font-weight: 500;
letter-spacing: 0.01em;
}
.career-section-custom .decorative-line-bottom {
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
width: 0;
height: 3px;
background: var(--primary-500);
transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.career-section-custom .career-card:hover .decorative-line-bottom {
width: 80%;
}
@keyframes float {
0%, 100% {
transform: translateY(0) rotate(0deg);
}
50% {
transform: translateY(-20px) rotate(5deg);
}
}
@keyframes iconPulse {
0%, 100% {
transform: scale(1);
opacity: 0.4;
}
50% {
transform: scale(1.1);
opacity: 0.7;
}
}
@media (max-width: 991px) {
.career-section-custom #career-title {
font-size: 2.5rem;
}
.career-section-custom .decorative-icons-grid {
gap: 1.5rem;
}
.career-section-custom .decorative-circle-1,
.career-section-custom .decorative-circle-2 {
display: none;
}
}
@media (max-width: 767px) {
.career-section-custom {
padding: 3rem 0;
}
.career-section-custom #career-title {
font-size: 2rem;
}
.career-section-custom #career-subtitle {
font-size: 1.25rem;
}
.career-section-custom .decorative-icons-grid {
gap: 1rem;
}
.career-section-custom .decorative-icons-grid i {
font-size: 1.25rem;
}
.career-section-custom .career-card {
padding: 1.5rem;
}
.career-section-custom .icon-badge {
width: 50px;
height: 50px;
}
.career-section-custom .icon-badge i {
font-size: 1.5rem;
}
.career-section-custom .card-title {
font-size: 1.25rem;
}
.career-section-custom .decorative-blob-top {
width: 60px;
height: 60px;
}
}
@media (max-width: 575px) {
.career-section-custom .decorative-icons-grid {
gap: 0.75rem;
}
.career-section-custom .corner-accent {
width: 60px;
height: 60px;
}
.career-section-custom .role-info-wrapper {
flex-direction: column;
align-items: flex-start;
}
}
@media (prefers-reduced-motion: reduce) {
.career-section-custom .career-card,
.career-section-custom .icon-badge,
.career-section-custom .decorative-blob-top,
.career-section-custom .decorative-icons-grid i {
animation: none;
transition: none;
}
.career-section-custom .career-card:hover {
transform: none;
}
}
@media (prefers-contrast: high) {
.career-section-custom .career-card {
border: 2px solid var(--neutral-700);
}
.career-section-custom .icon-badge {
border: 3px solid var(--primary-700);
}
}
.coreinfo-section-special {
position: relative;
padding: 80px 0;
background: linear-gradient(135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%
);
overflow: hidden;
}
.coreinfo-section-special .section-header {
position: relative;
margin-bottom: 60px;
}
.coreinfo-section-special .decorative-line-top {
width: 60px;
height: 4px;
background: linear-gradient(90deg,
var(--primary-500),
var(--primary-700)
);
margin: 0 auto 24px;
border-radius: 2px;
}
.coreinfo-section-special .section-title {
font-size: 2.5rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 16px;
line-height: 1.2;
}
.coreinfo-section-special .section-subtitle {
font-size: 1.25rem;
font-weight: 500;
color: var(--primary-500);
margin-bottom: 20px;
line-height: 1.4;
}
.coreinfo-section-special .section-description {
font-size: 1.125rem;
color: var(--text-secondary);
line-height: 1.7;
max-width: 700px;
margin: 0 auto;
}
.coreinfo-section-special .info-card {
position: relative;
background: var(--surface-primary);
border-radius: 16px;
padding: 36px 28px;
height: 100%;
box-shadow: 0 4px 20px rgba(var(--black-rgb), 0.06);
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
border: 1px solid color-mix(in srgb, var(--neutral-300) 40%, transparent 60%);
overflow: hidden;
}
.coreinfo-section-special .info-card:hover {
transform: translateY(-8px);
box-shadow: 0 12px 40px rgba(var(--black-rgb), 0.12);
border-color: var(--primary-300);
}
.coreinfo-section-special .info-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 4px;
background: linear-gradient(90deg,
var(--primary-500),
var(--primary-300)
);
opacity: 0;
transition: opacity 0.3s ease;
}
.coreinfo-section-special .info-card:hover::before {
opacity: 1;
}
.coreinfo-section-special .icon-wrapper {
width: 72px;
height: 72px;
background: linear-gradient(135deg,
var(--primary-100),
var(--primary-50)
);
border-radius: 16px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 24px;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
position: relative;
overflow: hidden;
}
.coreinfo-section-special .icon-wrapper::after {
content: '';
position: absolute;
inset: 0;
background: linear-gradient(135deg,
var(--primary-300),
var(--primary-500)
);
opacity: 0;
transition: opacity 0.3s ease;
}
.coreinfo-section-special .info-card:hover .icon-wrapper {
transform: scale(1.05) rotate(-5deg);
}
.coreinfo-section-special .info-card:hover .icon-wrapper::after {
opacity: 0.15;
}
.coreinfo-section-special .icon-wrapper i {
font-size: 32px;
color: var(--primary-500);
position: relative;
z-index: 1;
transition: all 0.3s ease;
}
.coreinfo-section-special .info-card:hover .icon-wrapper i {
color: var(--primary-700);
transform: scale(1.1);
}
.coreinfo-section-special .card-content {
position: relative;
z-index: 1;
}
.coreinfo-section-special .card-title {
font-size: 1.375rem;
font-weight: 600;
color: var(--text-primary);
margin-bottom: 14px;
line-height: 1.3;
transition: color 0.3s ease;
}
.coreinfo-section-special .info-card:hover .card-title {
color: var(--primary-700);
}
.coreinfo-section-special .card-description {
font-size: 1rem;
color: var(--text-secondary);
line-height: 1.7;
margin: 0;
}
.coreinfo-section-special .card-accent {
position: absolute;
bottom: -30px;
right: -30px;
width: 120px;
height: 120px;
background: radial-gradient(circle,
color-mix(in srgb, var(--primary-300) 15%, transparent 85%),
transparent 70%
);
border-radius: 50%;
transition: all 0.5s ease;
pointer-events: none;
}
.coreinfo-section-special .info-card:hover .card-accent {
transform: scale(1.5);
opacity: 0.8;
}
.coreinfo-section-special .decorative-shapes {
position: absolute;
inset: 0;
pointer-events: none;
overflow: hidden;
}
.coreinfo-section-special .shape-circle {
position: absolute;
border-radius: 50%;
background: radial-gradient(circle,
color-mix(in srgb, var(--primary-300) 8%, transparent 92%),
transparent 70%
);
animation: float 20s ease-in-out infinite;
}
.coreinfo-section-special .shape-1 {
width: 300px;
height: 300px;
top: 10%;
left: -5%;
animation-delay: 0s;
}
.coreinfo-section-special .shape-2 {
width: 200px;
height: 200px;
bottom: 15%;
right: -3%;
animation-delay: -10s;
}
.coreinfo-section-special .shape-blob {
position: absolute;
width: 400px;
height: 400px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: radial-gradient(ellipse,
color-mix(in srgb, var(--primary-100) 12%, transparent 88%),
transparent 70%
);
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
animation: morph 25s ease-in-out infinite;
opacity: 0.5;
}
@keyframes float {
0%, 100% {
transform: translate(0, 0) scale(1);
}
33% {
transform: translate(30px, -30px) scale(1.05);
}
66% {
transform: translate(-20px, 20px) scale(0.95);
}
}
@keyframes morph {
0%, 100% {
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
}
25% {
border-radius: 60% 40% 50% 70% / 60% 30% 70% 40%;
}
50% {
border-radius: 50% 70% 30% 60% / 50% 60% 40% 70%;
}
75% {
border-radius: 70% 50% 60% 40% / 30% 70% 50% 60%;
}
}
@media (max-width: 991px) {
.coreinfo-section-special {
padding: 60px 0;
}
.coreinfo-section-special .section-title {
font-size: 2rem;
}
.coreinfo-section-special .section-subtitle {
font-size: 1.125rem;
}
.coreinfo-section-special .section-description {
font-size: 1rem;
}
.coreinfo-section-special .info-card {
padding: 32px 24px;
}
.coreinfo-section-special .icon-wrapper {
width: 64px;
height: 64px;
}
.coreinfo-section-special .icon-wrapper i {
font-size: 28px;
}
.coreinfo-section-special .card-title {
font-size: 1.25rem;
}
}
@media (max-width: 767px) {
.coreinfo-section-special {
padding: 50px 0;
}
.coreinfo-section-special .section-title {
font-size: 1.75rem;
}
.coreinfo-section-special .section-subtitle {
font-size: 1rem;
}
.coreinfo-section-special .section-description {
font-size: 0.9375rem;
}
.coreinfo-section-special .info-card {
padding: 28px 20px;
}
.coreinfo-section-special .icon-wrapper {
width: 56px;
height: 56px;
}
.coreinfo-section-special .icon-wrapper i {
font-size: 24px;
}
.coreinfo-section-special .card-title {
font-size: 1.125rem;
}
.coreinfo-section-special .card-description {
font-size: 0.9375rem;
}
.coreinfo-section-special .decorative-line-top {
width: 50px;
height: 3px;
margin-bottom: 20px;
}
}
@media (max-width: 575px) {
.coreinfo-section-special .shape-1,
.coreinfo-section-special .shape-2 {
width: 150px;
height: 150px;
}
.coreinfo-section-special .shape-blob {
width: 250px;
height: 250px;
}
}
@media (prefers-contrast: high) {
.coreinfo-section-special .info-card {
border: 2px solid var(--neutral-500);
}
.coreinfo-section-special .card-description {
color: var(--text-primary);
}
}
@media (prefers-reduced-motion: reduce) {
.coreinfo-section-special .info-card,
.coreinfo-section-special .icon-wrapper,
.coreinfo-section-special .card-title {
transition: none;
}
.coreinfo-section-special .shape-circle,
.coreinfo-section-special .shape-blob {
animation: none;
}
}
.contact-section-pro {
position: relative;
background: linear-gradient(135deg,
var(--neutral-50) 0%,
color-mix(in srgb, var(--primary-50) 20%, var(--neutral-50) 80%) 100%
);
overflow: hidden;
}
.contact-section-pro .decorative-dot-pattern {
width: 60px;
height: 6px;
background: linear-gradient(90deg,
var(--primary-500) 0%,
var(--primary-300) 100%
);
border-radius: 3px;
margin: 0 auto;
}
.contact-section-pro #contact-title {
color: var(--text-primary);
font-weight: 700;
line-height: 1.2;
}
.contact-section-pro #contact-subtitle {
color: var(--primary-500);
font-weight: 600;
text-transform: uppercase;
letter-spacing: 1px;
}
.contact-section-pro #contact-desc {
color: var(--text-secondary);
line-height: 1.8;
}
.contact-section-pro .contact-form-card {
position: relative;
background: var(--surface-primary);
border-radius: 20px;
padding: 2.5rem;
box-shadow:
0 10px 40px rgba(var(--black-rgb), 0.08),
0 2px 8px rgba(var(--black-rgb), 0.04);
border: 1px solid color-mix(in srgb, var(--primary-300) 20%, transparent 80%);
transition: all 0.4s ease;
}
.contact-section-pro .contact-form-card:hover {
box-shadow:
0 15px 50px rgba(var(--black-rgb), 0.12),
0 5px 15px rgba(var(--black-rgb), 0.06);
transform: translateY(-3px);
}
.contact-section-pro .decorative-corner {
position: absolute;
width: 40px;
height: 40px;
border: 2px solid var(--primary-300);
opacity: 0.4;
transition: all 0.4s ease;
}
.contact-section-pro .decorative-corner.top-left {
top: -2px;
left: -2px;
border-right: none;
border-bottom: none;
border-radius: 20px 0 0 0;
}
.contact-section-pro .decorative-corner.bottom-right {
bottom: -2px;
right: -2px;
border-left: none;
border-top: none;
border-radius: 0 0 20px 0;
}
.contact-section-pro .contact-form-card:hover .decorative-corner {
width: 60px;
height: 60px;
opacity: 0.6;
}
.form-group-pro {
margin-bottom: 1.25rem;
}
.form-group-pro .form-label {
display: block;
margin-bottom: 0.5rem;
color: var(--text-primary);
font-weight: 600;
font-size: 0.95rem;
}
.input-wrapper {
position: relative;
}
.input-wrapper .input-icon {
position: absolute;
left: 1rem;
top: 50%;
transform: translateY(-50%);
color: var(--primary-500);
font-size: 1.1rem;
z-index: 2;
pointer-events: none;
transition: all 0.3s ease;
}
.input-wrapper .textarea-icon {
top: 1rem;
transform: none;
}
.contact-section-pro .contact-form-pro .form-control {
padding: 0.875rem 1rem 0.875rem 3rem;
border: 2px solid var(--neutral-300);
border-radius: 12px;
background: var(--surface-primary);
color: var(--text-primary);
font-size: 1rem;
transition: all 0.3s ease;
}
.contact-section-pro .contact-form-pro .form-control:focus {
border-color: var(--primary-500);
box-shadow: 0 0 0 4px color-mix(in srgb, var(--primary-300) 15%, transparent 85%);
outline: none;
}
.contact-section-pro .contact-form-pro .form-control:focus + .input-icon {
color: var(--primary-700);
transform: translateY(-50%) scale(1.1);
}
.contact-section-pro .contact-form-pro textarea.form-control {
resize: vertical;
min-height: 120px;
padding-left: 3rem;
}
.form-check-pro {
display: flex;
align-items: flex-start;
gap: 0.75rem;
}
.form-check-pro .form-check-input {
width: 1.25rem;
height: 1.25rem;
border: 2px solid var(--neutral-500);
border-radius: 6px;
cursor: pointer;
margin-top: 0.125rem;
flex-shrink: 0;
}
.form-check-pro .form-check-input:checked {
background-color: var(--primary-500);
border-color: var(--primary-500);
}
.form-check-pro .form-check-label {
color: var(--text-secondary);
font-size: 0.9rem;
line-height: 1.6;
cursor: pointer;
}
.btn-submit-pro {
width: 100%;
padding: 1rem 2rem;
background: linear-gradient(135deg, #2563eb, #0284c7) !important;
color: var(--light) !important;
border: none;
border-radius: 12px;
font-size: 1.1rem;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.5px;
cursor: pointer;
transition: all 0.3s ease;
box-shadow:
0 4px 15px rgba(37, 99, 235, 0.3),
0 2px 6px rgba(37, 99, 235, 0.2);
display: flex;
align-items: center;
justify-content: center;
gap: 0.5rem;
}
.btn-submit-pro:hover {
transform: translateY(-2px);
box-shadow:
0 8px 25px rgba(37, 99, 235, 0.4),
0 4px 10px rgba(37, 99, 235, 0.3);
}
.btn-submit-pro:active {
transform: translateY(0);
}
.contact-section-pro .contact-info-wrapper {
position: relative;
z-index: 1;
}
.contact-section-pro .info-card-pro {
display: flex;
align-items: flex-start;
gap: 1.25rem;
background: var(--surface-primary);
padding: 1.75rem;
border-radius: 16px;
margin-bottom: 1.5rem;
border: 1px solid var(--neutral-300);
transition: all 0.3s ease;
box-shadow: 0 2px 8px rgba(var(--black-rgb), 0.04);
}
.contact-section-pro .info-card-pro:hover {
transform: translateX(5px);
box-shadow:
0 5px 20px rgba(var(--black-rgb), 0.08),
0 2px 8px rgba(var(--black-rgb), 0.04);
border-color: var(--primary-300);
}
.contact-section-pro .info-card-pro .icon-wrapper {
width: 50px;
height: 50px;
background: linear-gradient(135deg,
var(--primary-500),
color-mix(in srgb, var(--primary-500) 80%, var(--primary-700) 20%)
);
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
box-shadow: 0 4px 12px rgba(37, 99, 235, 0.25);
}
.contact-section-pro .info-card-pro .icon-wrapper i {
font-size: 1.4rem;
color: var(--light);
}
.contact-section-pro .info-card-pro .info-content {
flex: 1;
}
.contact-section-pro .info-card-pro .info-label {
font-size: 0.85rem;
color: var(--text-secondary);
text-transform: uppercase;
letter-spacing: 0.5px;
margin-bottom: 0.25rem;
font-weight: 600;
}
.contact-section-pro .info-card-pro .info-value {
font-size: 1.1rem;
color: var(--text-primary);
font-weight: 600;
margin: 0;
line-height: 1.5;
}
.contact-section-pro .social-links-pro {
display: flex;
gap: 1rem;
justify-content: center;
}
.contact-section-pro .social-links-pro .social-icon {
width: 45px;
height: 45px;
background: var(--surface-primary);
border: 2px solid var(--neutral-300);
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
color: var(--primary-500);
font-size: 1.2rem;
text-decoration: none;
transition: all 0.3s ease;
}
.contact-section-pro .social-links-pro .social-icon:hover {
background: var(--primary-500);
border-color: var(--primary-500);
color: var(--light);
transform: translateY(-3px);
box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}
.contact-section-pro .decorative-blob {
position: absolute;
border-radius: 50%;
opacity: 0.1;
z-index: 0;
pointer-events: none;
}
.contact-section-pro .decorative-blob.blob-1 {
width: 200px;
height: 200px;
background: radial-gradient(circle, var(--primary-500), transparent);
top: -50px;
right: -50px;
}
.contact-section-pro .decorative-blob.blob-2 {
width: 150px;
height: 150px;
background: radial-gradient(circle, var(--primary-300), transparent);
bottom: -30px;
left: -30px;
}
.bg-decoration-pro {
position: absolute;
z-index: 0;
pointer-events: none;
}
.bg-decoration-pro.decoration-1 {
width: 400px;
height: 400px;
background: radial-gradient(circle,
color-mix(in srgb, var(--primary-300) 8%, transparent 92%),
transparent
);
top: -100px;
left: -100px;
border-radius: 50%;
}
.bg-decoration-pro.decoration-2 {
width: 300px;
height: 300px;
background: radial-gradient(circle,
color-mix(in srgb, var(--primary-500) 6%, transparent 94%),
transparent
);
bottom: -80px;
right: -80px;
border-radius: 50%;
}
@media (max-width: 991.98px) {
.contact-section-pro .contact-form-card {
padding: 2rem;
margin-bottom: 2rem;
}
.contact-section-pro .info-card-pro {
padding: 1.5rem;
}
}
@media (max-width: 767.98px) {
.contact-section-pro #contact-title {
font-size: 2rem;
}
.contact-section-pro .contact-form-card {
padding: 1.5rem;
}
.form-group-pro .form-label {
font-size: 0.9rem;
}
.contact-section-pro .contact-form-pro .form-control {
padding: 0.75rem 1rem 0.75rem 2.75rem;
font-size: 0.95rem;
}
.input-wrapper .input-icon {
left: 0.875rem;
font-size: 1rem;
}
.btn-submit-pro {
padding: 0.875rem 1.5rem;
font-size: 1rem;
}
.contact-section-pro .info-card-pro {
padding: 1.25rem;
}
.contact-section-pro .info-card-pro .icon-wrapper {
width: 45px;
height: 45px;
}
.contact-section-pro .info-card-pro .icon-wrapper i {
font-size: 1.2rem;
}
.contact-section-pro .info-card-pro .info-value {
font-size: 1rem;
}
.contact-section-pro .social-links-pro .social-icon {
width: 40px;
height: 40px;
font-size: 1.1rem;
}
}
@media (max-width: 575.98px) {
.contact-section-pro #contact-title {
font-size: 1.75rem;
}
.contact-section-pro .decorative-corner {
width: 30px;
height: 30px;
}
.contact-section-pro .contact-form-card:hover .decorative-corner {
width: 40px;
height: 40px;
}
}
.blog-section-featured {
position: relative;
background: linear-gradient(
135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 40%, var(--surface-primary) 60%) 100%
);
overflow: hidden;
}
.blog-section-featured .section-header-wrapper {
position: relative;
padding: 2rem 0;
}
.blog-section-featured .decorative-line-top {
width: 60px;
height: 4px;
background: linear-gradient(
90deg,
var(--primary-500),
var(--primary-300)
);
margin: 0 auto 1.5rem;
border-radius: 2px;
}
.blog-section-featured .section-title {
font-size: 2.5rem;
font-weight: 700;
color: var(--text-primary);
line-height: 1.2;
letter-spacing: -0.02em;
}
.blog-section-featured .section-subtitle {
font-size: 1.25rem;
font-weight: 500;
color: var(--primary-500);
line-height: 1.4;
}
.blog-section-featured .section-description {
font-size: 1.1rem;
color: var(--text-secondary);
line-height: 1.7;
max-width: 700px;
margin: 0 auto;
}
.blog-section-featured .decorative-dots {
display: flex;
gap: 8px;
justify-content: center;
margin-top: 1.5rem;
}
.blog-section-featured .decorative-dots .dot {
width: 8px;
height: 8px;
border-radius: 50%;
background: var(--primary-300);
animation: pulse-dot 2s ease-in-out infinite;
}
.blog-section-featured .decorative-dots .dot:nth-child(2) {
animation-delay: 0.3s;
background: var(--primary-500);
}
.blog-section-featured .decorative-dots .dot:nth-child(3) {
animation-delay: 0.6s;
}
@keyframes pulse-dot {
0%, 100% {
transform: scale(1);
opacity: 0.6;
}
50% {
transform: scale(1.3);
opacity: 1;
}
}
.blog-section-featured .blog-card {
position: relative;
background: var(--surface-primary);
border-radius: 16px;
overflow: hidden;
box-shadow: 0 4px 20px rgba(var(--black-rgb), 0.08);
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
display: flex;
flex-direction: column;
}
.blog-section-featured .blog-card:hover {
transform: translateY(-8px);
box-shadow: 0 12px 40px rgba(var(--black-rgb), 0.15);
}
.blog-section-featured .blog-card-image-wrapper {
position: relative;
width: 100%;
height: 220px;
overflow: hidden;
background: linear-gradient(
135deg,
var(--neutral-100),
var(--neutral-50)
);
}
.blog-section-featured .blog-image {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.blog-section-featured .blog-card:hover .blog-image {
transform: scale(1.08);
}
.blog-section-featured .image-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(
180deg,
transparent 0%,
rgba(var(--black-rgb), 0.05) 100%
);
opacity: 0;
transition: opacity 0.4s ease;
}
.blog-section-featured .blog-card:hover .image-overlay {
opacity: 1;
}
.blog-section-featured .category-badge {
position: absolute;
top: 16px;
right: 16px;
width: 44px;
height: 44px;
background: var(--surface-primary);
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 4px 12px rgba(var(--black-rgb), 0.15);
transition: all 0.3s ease;
}
.blog-section-featured .category-badge i {
font-size: 1.25rem;
color: var(--primary-500);
}
.blog-section-featured .blog-card:hover .category-badge {
transform: rotate(12deg) scale(1.1);
background: var(--primary-500);
}
.blog-section-featured .blog-card:hover .category-badge i {
color: var(--surface-primary);
}
.blog-section-featured .blog-card-content {
padding: 1.75rem;
flex-grow: 1;
display: flex;
flex-direction: column;
}
.blog-section-featured .blog-meta {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 1rem;
}
.blog-section-featured .meta-icon-group {
display: flex;
gap: 12px;
}
.blog-section-featured .meta-icon-group i {
font-size: 1rem;
color: var(--neutral-500);
transition: color 0.3s ease;
}
.blog-section-featured .blog-card:hover .meta-icon-group i {
color: var(--primary-500);
}
.blog-section-featured .blog-card-title {
font-size: 1.35rem;
font-weight: 700;
color: var(--text-primary);
line-height: 1.4;
margin-bottom: 1rem;
transition: color 0.3s ease;
}
.blog-section-featured .blog-card:hover .blog-card-title {
color: var(--primary-500);
}
.blog-section-featured .blog-card-excerpt {
font-size: 0.95rem;
color: var(--text-secondary);
line-height: 1.7;
margin-bottom: 1.5rem;
flex-grow: 1;
}
.blog-section-featured .blog-card-footer {
margin-top: auto;
padding-top: 1rem;
border-top: 1px solid var(--neutral-100);
}
.blog-section-featured .read-more-link {
display: inline-flex;
align-items: center;
gap: 8px;
font-size: 0.95rem;
font-weight: 600;
color: var(--primary-500);
text-decoration: none;
transition: all 0.3s ease;
}
.blog-section-featured .read-more-link i {
transition: transform 0.3s ease;
}
.blog-section-featured .read-more-link:hover {
color: var(--primary-700);
gap: 12px;
}
.blog-section-featured .read-more-link:hover i {
transform: translateX(4px);
}
.card-corner-accent {
position: absolute;
bottom: 0;
right: 0;
width: 80px;
height: 80px;
background: linear-gradient(
135deg,
transparent 0%,
var(--primary-50) 100%
);
clip-path: polygon(100% 0, 100% 100%, 0 100%);
opacity: 0;
transition: opacity 0.4s ease;
}
.blog-section-featured .blog-card:hover .card-corner-accent {
opacity: 1;
}
.blog-section-featured .decorative-elements {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
pointer-events: none;
overflow: hidden;
z-index: 0;
}
.blog-section-featured .floating-shape {
position: absolute;
border-radius: 50%;
opacity: 0.08;
animation: float 20s ease-in-out infinite;
}
.blog-section-featured .shape-1 {
width: 300px;
height: 300px;
background: var(--primary-300);
top: -100px;
left: -50px;
animation-delay: 0s;
}
.blog-section-featured .shape-2 {
width: 200px;
height: 200px;
background: var(--primary-500);
bottom: -80px;
right: 10%;
animation-delay: 5s;
}
.blog-section-featured .shape-3 {
width: 150px;
height: 150px;
background: var(--primary-300);
top: 50%;
right: -50px;
animation-delay: 10s;
}
@keyframes float {
0%, 100% {
transform: translate(0, 0) rotate(0deg);
}
33% {
transform: translate(30px, -30px) rotate(120deg);
}
66% {
transform: translate(-20px, 20px) rotate(240deg);
}
}
@media (max-width: 991.98px) {
.blog-section-featured .section-title {
font-size: 2rem;
}
.blog-section-featured .section-subtitle {
font-size: 1.1rem;
}
.blog-section-featured .section-description {
font-size: 1rem;
}
.blog-section-featured .blog-card-image-wrapper {
height: 200px;
}
}
@media (max-width: 767.98px) {
.blog-section-featured .section-title {
font-size: 1.75rem;
}
.blog-section-featured .section-subtitle {
font-size: 1rem;
}
.blog-section-featured .blog-card-title {
font-size: 1.2rem;
}
.blog-section-featured .blog-card-content {
padding: 1.5rem;
}
.blog-section-featured .floating-shape {
display: none;
}
}
@media (max-width: 575.98px) {
.blog-section-featured {
padding: 3rem 0;
}
.blog-section-featured .section-header-wrapper {
padding: 1rem 0;
}
.blog-section-featured .blog-card-image-wrapper {
height: 180px;
}
}
.faq-section-bold {
position: relative;
background: var(--surface-primary);
overflow: hidden;
}
.faq-section-bold .section-header {
position: relative;
z-index: 2;
}
.faq-section-bold #faq-title {
color: var(--text-primary);
font-weight: 700;
letter-spacing: -0.02em;
}
.faq-section-bold #faq-subtitle {
color: var(--primary-500);
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.05em;
}
.faq-section-bold #faq-desc {
color: var(--text-secondary);
line-height: 1.7;
max-width: 700px;
margin: 0 auto;
}
.faq-section-bold .faq-card {
transition: all 0.3s ease;
border-radius: 12px;
overflow: hidden;
background: var(--light);
}
.faq-section-bold .faq-card:hover {
transform: translateY(-5px);
box-shadow: 0 12px 24px rgba(var(--black-rgb), 0.1) !important;
}
.faq-section-bold .card-header {
padding: 1.5rem;
background: color-mix(in srgb, var(--primary-500) 10%, var(--light) 90%) !important;
border-bottom: 2px solid var(--primary-500);
}
.faq-section-bold .icon-wrapper {
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
background: var(--primary-500);
color: var(--light);
border-radius: 50%;
flex-shrink: 0;
font-size: 1.25rem;
}
.faq-section-bold .card-title {
color: var(--text-primary);
font-weight: 600;
line-height: 1.4;
}
.faq-section-bold .card-body {
padding: 1.5rem;
background: var(--light);
}
.faq-section-bold .card-text {
color: var(--text-secondary);
line-height: 1.7;
margin-bottom: 0;
}
.faq-section-bold .decorative-elements {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 0;
}
.faq-section-bold .shape-circle {
position: absolute;
border-radius: 50%;
background: color-mix(in srgb, var(--primary-500) 5%, transparent 95%);
}
.faq-section-bold .shape-1 {
width: 300px;
height: 300px;
top: -150px;
left: -150px;
}
.faq-section-bold .shape-2 {
width: 200px;
height: 200px;
bottom: -100px;
right: -100px;
background: color-mix(in srgb, var(--primary-700) 5%, transparent 95%);
}
.faq-section-bold .shape-blob {
position: absolute;
width: 400px;
height: 400px;
top: 50%;
right: 0;
transform: translateY(-50%);
background: radial-gradient(
circle at center,
color-mix(in srgb, var(--primary-500) 3%, transparent 97%) 0%,
transparent 70%
);
border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
}
@media (max-width: 991.98px) {
.faq-section-bold #faq-title {
font-size: 2rem;
}
.faq-section-bold .card-header {
flex-direction: column;
text-align: center;
}
.faq-section-bold .icon-wrapper {
margin-bottom: 1rem;
margin-right: 0 !important;
}
}
@media (max-width: 767.98px) {
.faq-section-bold #faq-title {
font-size: 1.75rem;
}
.faq-section-bold #faq-subtitle {
font-size: 1rem;
}
.faq-section-bold .card-header,
.faq-section-bold .card-body {
padding: 1.25rem;
}
.faq-section-bold .shape-1,
.faq-section-bold .shape-2 {
display: none;
}
}
.faq-section-bold .faq-card {
animation: fadeInUp 0.6s ease-out backwards;
}
.faq-section-bold .faq-card:nth-child(1) { animation-delay: 0.1s; }
.faq-section-bold .faq-card:nth-child(2) { animation-delay: 0.15s; }
.faq-section-bold .faq-card:nth-child(3) { animation-delay: 0.2s; }
.faq-section-bold .faq-card:nth-child(4) { animation-delay: 0.25s; }
.faq-section-bold .faq-card:nth-child(5) { animation-delay: 0.3s; }
.faq-section-bold .faq-card:nth-child(6) { animation-delay: 0.35s; }
.faq-section-bold .faq-card:nth-child(7) { animation-delay: 0.4s; }
.faq-section-bold .faq-card:nth-child(8) { animation-delay: 0.45s; }
.faq-section-bold .faq-card:nth-child(9) { animation-delay: 0.5s; }
.faq-section-bold .faq-card:nth-child(10) { animation-delay: 0.55s; }
@keyframes fadeInUp {
from {
opacity: 0;
transform: translateY(30px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
.faq-section-bold .faq-card:focus-within {
outline: 2px solid var(--primary-500);
outline-offset: 4px;
}
@media (prefers-reduced-motion: reduce) {
.faq-section-bold .faq-card,
.faq-section-bold .faq-card:hover {
animation: none;
transform: none;
transition: none;
}
}
.footer-special {
position: relative;
padding: 80px 0 40px;
overflow: hidden;
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-700) 95%, transparent) 0%,
color-mix(in srgb, var(--primary-500) 90%, transparent) 50%,
color-mix(in srgb, var(--neutral-900) 92%, transparent) 100%
), url('assets/images/footer_bg.webp');
background-size: cover;
background-position: center;
background-attachment: fixed;
color: var(--light);
}
.footer-special .footer-bg-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-700) 92%, transparent) 0%,
color-mix(in srgb, var(--primary-500) 88%, transparent) 50%,
color-mix(in srgb, var(--neutral-900) 90%, transparent) 100%
);
z-index: 1;
}
.footer-special .container {
position: relative;
z-index: 2;
}
.footer-special .footer-brand-section {
padding-right: 20px;
}
.footer-special .brand-accent-line {
width: 60px;
height: 4px;
background: linear-gradient(
90deg,
rgba(var(--white-rgb), 0.9),
rgba(var(--white-rgb), 0.3)
);
margin-bottom: 24px;
border-radius: 2px;
}
.footer-special .footer-brand-name {
font-size: 1.75rem;
font-weight: 700;
color: var(--light);
margin-bottom: 16px;
line-height: 1.3;
letter-spacing: -0.5px;
}
.footer-special .footer-brand-desc {
font-size: 0.95rem;
line-height: 1.7;
color: rgba(var(--white-rgb), 0.85);
margin-bottom: 0;
}
.footer-special .footer-decorative-shapes {
position: relative;
margin-top: 30px;
height: 40px;
}
.footer-special .shape-circle {
position: absolute;
width: 30px;
height: 30px;
border: 2px solid rgba(var(--white-rgb), 0.3);
border-radius: 50%;
top: 0;
left: 0;
pointer-events: none;}
.footer-special .shape-square {
position: absolute;
width: 24px;
height: 24px;
border: 2px solid rgba(var(--white-rgb), 0.25);
border-radius: 4px;
top: 5px;
left: 50px;
transform: rotate(15deg);
pointer-events: none;}
.footer-special .footer-links-section {
padding-left: 20px;
}
.footer-special .footer-section-header {
display: flex;
align-items: center;
gap: 12px;
margin-bottom: 24px;
}
.footer-special .footer-icon-accent {
font-size: 1.5rem;
color: rgba(var(--white-rgb), 0.9);
}
.footer-special .footer-section-title {
font-size: 1.25rem;
font-weight: 600;
color: var(--light);
margin: 0;
letter-spacing: -0.3px;
}
.footer-special .footer-nav-links {
display: flex;
flex-direction: column;
gap: 12px;
}
.footer-special .footer-link {
display: flex;
align-items: center;
gap: 8px;
color: rgba(var(--white-rgb), 0.8);
text-decoration: none;
font-size: 0.95rem;
transition: all 0.3s ease;
padding: 8px 0;
border-bottom: 1px solid rgba(var(--white-rgb), 0.1);
}
.footer-special .footer-link:hover {
color: var(--light);
padding-left: 8px;
border-bottom-color: rgba(var(--white-rgb), 0.3);
}
.footer-special .footer-link .link-icon {
font-size: 0.75rem;
transition: transform 0.3s ease;
}
.footer-special .footer-link:hover .link-icon {
transform: translateX(4px);
}
.footer-special .footer-contact-section {
position: relative;
padding: 30px;
background: rgba(var(--white-rgb), 0.05);
border-radius: 12px;
backdrop-filter: blur(10px);
border: 1px solid rgba(var(--white-rgb), 0.1);
}
.footer-special .contact-info-grid {
display: flex;
flex-direction: column;
gap: 20px;
margin-top: 20px;
}
.footer-special .contact-info-item {
display: flex;
align-items: flex-start;
gap: 16px;
}
.footer-special .contact-icon-wrapper {
width: 44px;
height: 44px;
min-width: 44px;
background: rgba(var(--white-rgb), 0.1);
border-radius: 10px;
display: flex;
align-items: center;
justify-content: center;
font-size: 1.2rem;
color: var(--light);
border: 1px solid rgba(var(--white-rgb), 0.2);
}
.footer-special .contact-details {
flex: 1;
padding-top: 4px;
}
.footer-special .contact-text {
display: block;
color: rgba(var(--white-rgb), 0.9);
font-size: 0.95rem;
line-height: 1.6;
}
.footer-special .footer-pattern-overlay {
position: absolute;
bottom: 20px;
right: 20px;
opacity: 0.05;
pointer-events: none;}
.footer-special .pattern-icon {
font-size: 4rem;
color: var(--light);
}
.footer-special .footer-disclaimer-wrapper {
margin-top: 40px;
padding-top: 30px;
border-top: 1px solid rgba(var(--white-rgb), 0.15);
}
.footer-special .disclaimer-content {
display: flex;
align-items: flex-start;
gap: 16px;
background: rgba(var(--white-rgb), 0.05);
padding: 20px 24px;
border-radius: 8px;
border-left: 3px solid rgba(var(--white-rgb), 0.3);
}
.footer-special .disclaimer-icon {
font-size: 1.5rem;
color: rgba(var(--white-rgb), 0.7);
min-width: 24px;
margin-top: 2px;
}
.footer-special .disclaimer-text {
font-size: 0.875rem;
line-height: 1.6;
color: rgba(var(--white-rgb), 0.75);
margin: 0;
}
.footer-special .footer-copyright-bar {
text-align: center;
padding: 30px 0 0;
border-top: 1px solid rgba(var(--white-rgb), 0.15);
position: relative;
}
.footer-special .copyright-divider {
width: 80px;
height: 2px;
background: rgba(var(--white-rgb), 0.3);
margin: 0 auto 20px;
}
.footer-special .copyright-text {
font-size: 0.875rem;
color: rgba(var(--white-rgb), 0.7);
margin: 0;
letter-spacing: 0.3px;
}
.footer-special .footer-badges {
display: flex;
justify-content: center;
gap: 8px;
margin-top: 16px;
}
.footer-special .footer-badge {
width: 8px;
height: 8px;
background: rgba(var(--white-rgb), 0.3);
border-radius: 50%;
display: inline-block;
}
.footer-special .footer-bg-shapes {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
pointer-events: none;
overflow: hidden;
}
.bg-shape {
position: absolute;
border-radius: 50%;
background: rgba(var(--white-rgb), 0.03);
backdrop-filter: blur(40px);
pointer-events: none;}
.bg-shape.shape-1 {
width: 400px;
height: 400px;
top: -100px;
right: -100px;
}
.bg-shape.shape-2 {
width: 300px;
height: 300px;
bottom: -80px;
left: 10%;
}
.bg-shape.shape-3 {
width: 200px;
height: 200px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
.footer-special {
padding: 60px 0 30px;
background-attachment: scroll;
}
.footer-brand-section,
.footer-special .footer-links-section {
padding-left: 0;
padding-right: 0;
}
.footer-special .footer-brand-name {
font-size: 1.5rem;
}
.footer-special .footer-contact-section {
margin-top: 20px;
}
.bg-shape.shape-1 {
width: 300px;
height: 300px;
}
.bg-shape.shape-2 {
width: 250px;
height: 250px;
}
}
@media (max-width: 767px) {
.footer-special {
padding: 50px 0 20px;
}
.footer-special .footer-brand-name {
font-size: 1.35rem;
}
.footer-special .footer-brand-desc {
font-size: 0.9rem;
}
.footer-special .footer-section-title {
font-size: 1.15rem;
}
.footer-special .footer-contact-section {
padding: 20px;
}
.footer-special .contact-icon-wrapper {
width: 40px;
height: 40px;
min-width: 40px;
font-size: 1.1rem;
}
.footer-special .contact-text {
font-size: 0.9rem;
}
.footer-special .disclaimer-content {
flex-direction: column;
gap: 12px;
padding: 16px 20px;
}
.footer-special .disclaimer-text {
font-size: 0.825rem;
}
.footer-special .footer-copyright-bar {
padding: 20px 0 0;
}
.footer-special .copyright-text {
font-size: 0.8rem;
}
.bg-shape {
display: none;
}
.footer-special .footer-pattern-overlay {
display: none;
}
}
@media (max-width: 575px) {
.footer-special .footer-brand-name {
font-size: 1.25rem;
}
.footer-special .footer-link {
font-size: 0.9rem;
}
.footer-special .contact-info-item {
gap: 12px;
}
}
[data-sal] {
transition-duration: 0.6s;
}

:root {
  --tc-space-1: calc(0.25rem * 0.88);
  --tc-space-2: calc(0.5rem * 0.88);
  --tc-space-3: calc(0.75rem * 0.88);
  --tc-space-4: calc(1rem * 0.88);
  --tc-space-5: calc(1.25rem * 0.88);
  --tc-space-6: calc(1.5rem * 0.88);
  --tc-space-7: calc(2rem * 0.88);
  --tc-space-8: calc(3rem * 0.88);
  --tc-space-9: calc(4rem * 0.88);
  --tc-space-10: calc(6rem * 0.88);

  --tc-font-size-xs: calc(0.75rem * 0.87);
  --tc-font-size-sm: calc(0.875rem * 0.87);
  --tc-font-size-base: calc(1rem * 0.87);
  --tc-font-size-lg: calc(1.125rem * 0.87);
  --tc-font-size-xl: calc(1.25rem * 0.87);
  --tc-font-size-2xl: calc(1.5rem * 0.87);
  --tc-font-size-3xl: calc(1.875rem * 0.87);
  --tc-font-size-4xl: calc(2.25rem * 0.87);
  --tc-font-size-5xl: calc(3rem * 0.87);
  --tc-font-size-6xl: calc(3.75rem * 0.87);

  --tc-border-radius: 10px;
  --tc-border-radius-sm: calc(10px * 0.5);
  --tc-border-radius-lg: calc(10px * 1.5);

  --tc-line-height-tight: 1.3;
  --tc-line-height-normal: 1.5;
  --tc-line-height-loose: 1.7;
  --tc-letter-spacing: 0.036em;
}

.card, .feature-card, .services_card, .team-card, .review-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.card:hover, .feature-card:hover, .services_card:hover, .team-card:hover, .review-card:hover {
  transform: scale(1.03);
  box-shadow: 0 8px 24px rgba(0,0,0,0.15);
}

.btn, .button, button, [class*="btn-"] {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.btn:hover, .button:hover, button:hover, [class*="btn-"]:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(0,0,0,0.2);
}

a:not(.btn):not(.button) {
  transition: color 0.3s ease, opacity 0.3s ease;
}
a:not(.btn):not(.button):hover {
  color: var(--tc-primary, #6366f1);
  opacity: 0.8;
}


img {
  filter: saturate(1.2) brightness(1.05);
}

.hero_bg_image,
.services_card img,
.about_image,
.features_image,
.team_member img,
.reviews_avatar img {
  border-radius: 50%;
}

.pattern-grid-0 {
  background-image: 
    linear-gradient(rgba(0,0,0,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,0,0,0.03) 1px, transparent 1px);
  background-size: 30px 30px;
  background-blend-mode: multiply;
}

.pattern-dots-1 {
  background-image: radial-gradient(circle, rgba(0,0,0,0.05) 1px, transparent 1px);
  background-size: 20px 20px;
  background-blend-mode: multiply;
}

.pattern-dots-4 {
  background-image: radial-gradient(circle, rgba(0,0,0,0.05) 1px, transparent 1px);
  background-size: 20px 20px;
  background-blend-mode: multiply;
}

.pattern-noise-5 {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.05'/%3E%3C/svg%3E");
  background-size: 200px 200px;
  background-blend-mode: multiply;
}

.pattern-grid-1 {
  background-image: 
    linear-gradient(rgba(0,0,0,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,0,0,0.03) 1px, transparent 1px);
  background-size: 30px 30px;
  background-blend-mode: multiply;
}

.pattern-dots-1 {
  background-image: radial-gradient(circle, rgba(0,0,0,0.05) 1px, transparent 1px);
  background-size: 20px 20px;
  background-blend-mode: multiply;
}

.pattern-grid-3 {
  background-image: 
    linear-gradient(rgba(0,0,0,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,0,0,0.03) 1px, transparent 1px);
  background-size: 30px 30px;
  background-blend-mode: multiply;
}

.pattern-noise-4 {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.05'/%3E%3C/svg%3E");
  background-size: 200px 200px;
  background-blend-mode: multiply;
}
/* ========================================
 * UNIQUIFIER MUTATIONS - Typography
 * Font Size | Line Height | Letter Spacing
 * ======================================== */

:root {
  /* Font Size Mutations */
  --tc-font-size-xs: 12px;
  --tc-font-size-sm: 16px;
  --tc-font-size-base: 15px;
  --tc-font-size-lg: 18px;
  --tc-font-size-xl: 22px;
  --tc-font-size-2xl: 24px;
  --tc-font-size-3xl: 28px;
  --tc-font-size-4xl: 34px;
  --tc-font-size-5xl: 47px;
  --tc-font-size-6xl: 64px;

  /* Line Height Mutations */
  --tc-line-height-tight: 1.16;
  --tc-line-height-normal: 1.77;
  --tc-line-height-relaxed: 1.58;
  --tc-line-height-loose: 2.28;

  /* Letter Spacing Mutations */
  --tc-letter-spacing-tight: -0.009em;
  --tc-letter-spacing-normal: 0.000em;
  --tc-letter-spacing-wide: 0.028em;
  --tc-letter-spacing-wider: 0.074em;
}


