/*

TemplateMo 584 Pod Talk

https://templatemo.com/tm-584-pod-talk

*/

/*---------------------------------------
  CUSTOM PROPERTIES ( VARIABLES )             
-----------------------------------------*/
:root {
    --white-color: #ffffff;
    --primary-color: #1e3a8a;
    --secondary-color: #1e40af;
    --section-bg-color: #f0f7ff;
    --custom-btn-bg-color: #1e3a8a;
    --custom-btn-bg-hover-color: #1e40af;
    --dark-color: #1a1a1a;
    --p-color: #4a5568;
    --border-color: #3b82f6;
    --link-hover-color: #1e40af;

    --body-font-family: "Plus Jakarta Sans", sans-serif;
    --title-font-family: "Plus Jakarta Sans", sans-serif;

    --h1-font-size: 58px;
    --h2-font-size: 46px;
    --h3-font-size: 32px;
    --h4-font-size: 28px;
    --h5-font-size: 24px;
    --h6-font-size: 22px;
    --p-font-size: 16px;
    --menu-font-size: 14px;

    --border-radius-large: 100px;
    --border-radius-medium: 20px;
    --border-radius-small: 10px;

    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
}

body {
    background-color: var(--white-color);
    font-family: var(--body-font-family);
}

/*---------------------------------------
  TYPOGRAPHY               
-----------------------------------------*/

h2,
h3,
h4,
h5,
h6 {
    color: var(--dark-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--title-font-family);
    font-weight: var(--font-weight-semibold);
}

h1 {
    font-size: var(--h1-font-size);
    font-weight: var(--font-weight-bold);
}

h2 {
    font-size: var(--h2-font-size);
    font-weight: var(--font-weight-bold);
}

h3 {
    font-size: var(--h3-font-size);
}

h4 {
    font-size: var(--h4-font-size);
}

h5 {
    font-size: var(--h5-font-size);
}

h6 {
    font-size: var(--h6-font-size);
}

p {
    color: var(--p-color);
    font-size: var(--p-font-size);
    font-weight: var(--font-weight-light);
}

ul li {
    color: var(--p-color);
    font-size: var(--p-font-size);
    font-weight: var(--font-weight-light);
}

a,
button {
    touch-action: manipulation;
    transition: all 0.3s;
}

a {
    display: inline-block;
    color: var(--primary-color);
    text-decoration: none;
}

a:hover {
    color: var(--link-hover-color);
}

b,
strong {
    font-weight: var(--font-weight-bold);
}

::selection {
    background-color: var(--primary-color);
    color: var(--white-color);
}

/*---------------------------------------
  SECTION               
-----------------------------------------*/
.section-title-wrap {
    position: relative;
}

.section-title-wrap::after {
    content: "";
    background: var(--section-bg-color);
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.section-title {
    background: var(--section-bg-color);
    border-radius: var(--border-radius-large);
    display: inline-block;
    position: relative;
    z-index: 2;
    margin-bottom: 0;
    padding: 10px 25px;
}

.section-padding {
    padding-top: 100px;
    padding-bottom: 100px;
}

main {
    position: relative;
    z-index: 1;
}

.section-bg {
    background-color: var(--section-bg-color);
}

.section-overlay {
    background-color: var(--primary-color);
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    opacity: 0.85;
}

.section-overlay+.container {
    position: relative;
}

/*---------------------------------------
  CUSTOM ICON COLOR               
-----------------------------------------*/
.custom-icon {
    color: var(--primary-color);
}

/*---------------------------------------
  CUSTOM BUTTON               
-----------------------------------------*/
.custom-btn {
    background: var(--custom-btn-bg-color);
    border: 2px solid transparent;
    border-radius: var(--border-radius-large);
    color: var(--white-color);
    font-family: var(--title-font-family);
    font-size: var(--p-font-size);
    font-weight: var(--font-weight-semibold);
    line-height: normal;
    transition: all 0.3s;
    padding: 10px 20px;
}

.custom-btn:hover {
    background: var(--custom-btn-bg-hover-color);
    color: var(--white-color);
}

.custom-border-btn {
    background: transparent;
    border: 2px solid var(--custom-btn-bg-color);
    color: var(--custom-btn-bg-color);
}

.custom-border-btn:hover {
    background: var(--custom-btn-bg-color);
    border-color: transparent;
    color: var(--primary-color);
}

.custom-btn-bg-white {
    border-color: var(--white-color);
    color: var(--white-color);
}

/*---------------------------------------
  SITE HEADER              
-----------------------------------------*/
.site-header {
    background-image: url("../images/templatemo-wave-header.jpg"),
        linear-gradient(#348cd2, #ffffff);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 480px;
    position: relative;
}

.site-header h2 {
    color: var(--white-color);
}

/*---------------------------------------
  NAVIGATION - COMPLETELY REDESIGNED              
-----------------------------------------*/
:root {
    --color-primary: #1e3a8a;
    --color-primary-light: #3b82f6;
    --color-primary-dark: #1e40af;
    --color-secondary: #2563eb;
    --color-accent: #60a5fa;
    --color-blue-light: #dbeafe;
    --color-blue: #93c5fd;
    --color-blue-dark: #1e40af;
    --color-navy: #0f172a;
    --color-text: #1a1a1a;
    --color-text-light: #4a5568;
    --color-bg: #ffffff;
    --color-bg-light: #f0f7ff;
    --color-gradient-start: #1e3a8a;
    --color-gradient-end: #1e40af;
    --font-family-title: 'Plus Jakarta Sans', sans-serif;
    --font-family-base: 'Plus Jakarta Sans', sans-serif;
}

.navbar {
    background: rgba(240, 247, 255, 0.95);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    box-shadow: 0 8px 32px rgba(30, 58, 138, 0.15);
    padding: 1.5rem 0;
    font-family: var(--font-family-base);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 9999;
    border-bottom: 2px solid transparent;
    position: relative;
}

.navbar::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--color-primary) 0%, var(--color-accent) 50%, var(--color-primary) 100%);
    transition: width 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.navbar.scrolled {
    background: rgba(240, 247, 255, 0.98);
    padding: 1rem 0;
    box-shadow: 0 12px 40px rgba(30, 58, 138, 0.2);
}
.navbar.scrolled::before {
    width: 100%;
}

.navbar-brand {
    font-family: var(--font-family-title);
    font-weight: 900;
    font-size: 1.9rem;
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-accent) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-right: 3rem;
    user-select: none;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    letter-spacing: -0.8px;
    position: relative;
    overflow: hidden;
}

.navbar-brand::before {
    content: "⚖️";
    font-size: 1.8rem;
    display: inline-block;
    filter: drop-shadow(0 2px 4px rgba(30, 58, 138, 0.4));
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-5px) rotate(5deg); }
}

.navbar-brand::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--color-primary), var(--color-accent));
    border-radius: 2px;
    transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.navbar-brand:hover {
    transform: scale(1.05);
    text-decoration: none;
}

.navbar-brand:hover::after {
    width: 100%;
}

.navbar-nav {
    gap: 0.25rem;
}

.navbar-nav .nav-link {
    color: var(--color-text);
    font-weight: 700;
    font-size: 0.95rem;
    padding: 0.75rem 1.5rem;
    border-radius: 12px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    text-transform: none;
    letter-spacing: 0.3px;
    overflow: hidden;
    z-index: 1;
}

.navbar-nav .nav-link::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(30, 58, 138, 0.15) 0%, transparent 70%);
    transform: translate(-50%, -50%);
    transition: width 0.6s cubic-bezier(0.4, 0, 0.2, 1), height 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -1;
}

.navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--color-primary), var(--color-accent));
    border-radius: 2px;
    transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.navbar-nav .nav-link:hover::before {
    width: 300px;
    height: 300px;
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
    width: 60%;
}

.navbar-nav .nav-link:hover {
    color: var(--color-primary);
    transform: translateY(-2px);
    text-shadow: 0 2px 8px rgba(30, 58, 138, 0.3);
}

.navbar-nav .nav-link.active {
    color: var(--color-primary);
    font-weight: 800;
}

.navbar-nav .nav-link.active::before {
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(30, 58, 138, 0.12) 0%, transparent 70%);
}

.navbar-toggler {
    border: 2px solid var(--color-primary);
    border-radius: 10px;
    padding: 0.5rem 0.75rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.navbar-toggler::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: var(--color-primary);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.4s ease, height 0.4s ease;
    z-index: -1;
}

.navbar-toggler:hover::before {
    width: 100px;
    height: 100px;
}

.navbar-toggler:hover {
    border-color: var(--color-accent);
    transform: scale(1.1);
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 4px rgba(30, 58, 138, 0.25);
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(30, 58, 138, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.5' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    transition: transform 0.3s ease;
}

.navbar-toggler:hover .navbar-toggler-icon {
    transform: rotate(90deg);
}

.btn-outline-primary {
    border: 2.5px solid var(--color-primary);
    color: var(--color-primary);
    font-weight: 800;
    padding: 0.75rem 2.5rem;
    border-radius: 50px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    white-space: nowrap;
    background: transparent;
    position: relative;
    overflow: hidden;
    font-size: 0.95rem;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    z-index: 1;
}

.btn-outline-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-accent) 100%);
    transition: left 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -1;
    border-radius: 50px;
}

.btn-outline-primary::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.6s ease, height 0.6s ease;
    z-index: 0;
}

.btn-outline-primary:hover::before {
    left: 0;
}

.btn-outline-primary:hover::after {
    width: 300px;
    height: 300px;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
    color: #ffffff;
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(30, 58, 138, 0.5), 0 0 20px rgba(30, 58, 138, 0.3);
    transform: translateY(-3px) scale(1.02);
    border-color: var(--color-primary);
}

.btn-outline-primary:active {
    transform: translateY(-1px) scale(1);
    box-shadow: 0 5px 15px rgba(30, 58, 138, 0.4);
}

@media (max-width: 991px) {
    .navbar {
        padding: 1.2rem 0;
    }

    .navbar-nav {
        margin-top: 1.5rem;
        padding: 1.5rem;
        background: rgba(240, 247, 255, 0.98);
        border-radius: 20px;
        box-shadow: 0 8px 32px rgba(30, 58, 138, 0.2);
        backdrop-filter: blur(10px);
    }

    .navbar-nav .nav-link {
        padding: 1rem 1.5rem;
        margin: 0.5rem 0;
        text-align: center;
    }

    .btn-outline-primary {
        width: 100%;
        text-align: center;
        padding: 1rem 2rem;
        margin-top: 1rem;
    }

    .navbar-brand {
        font-size: 1.6rem;
    }
}


/*---------------------------------------
  HERO SECTION - COMPLETELY REDESIGNED              
-----------------------------------------*/
.hero-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 140px 0 100px;
    overflow: hidden;
    background: linear-gradient(180deg, #0f172a 0%, #1e3a8a 30%, #1e40af 60%, #0f172a 100%);
}

.hero-animated-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    overflow: hidden;
}

.hero-wave {
    position: absolute;
    width: 200%;
    height: 200%;
    background: radial-gradient(ellipse at center, rgba(59, 130, 246, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    animation: waveAnimation 20s ease-in-out infinite;
}

.hero-wave-1 {
    top: -50%;
    left: -50%;
    animation-delay: 0s;
}

.hero-wave-2 {
    top: -30%;
    right: -50%;
    animation-delay: 7s;
    background: radial-gradient(ellipse at center, rgba(37, 99, 235, 0.08) 0%, transparent 70%);
}

.hero-wave-3 {
    bottom: -40%;
    left: -30%;
    animation-delay: 14s;
    background: radial-gradient(ellipse at center, rgba(96, 165, 250, 0.06) 0%, transparent 70%);
}

@keyframes waveAnimation {
    0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.5; }
    33% { transform: translate(30px, -30px) scale(1.1); opacity: 0.7; }
    66% { transform: translate(-20px, 20px) scale(0.9); opacity: 0.6; }
}

.hero-grid-pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        linear-gradient(rgba(59, 130, 246, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(59, 130, 246, 0.03) 1px, transparent 1px);
    background-size: 60px 60px;
    z-index: 1;
    opacity: 0.5;
}

.hero-content-new {
    position: relative;
    z-index: 3;
    color: #ffffff;
}

.hero-tagline {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 2rem;
    padding: 10px 24px;
    background: rgba(59, 130, 246, 0.15);
    border: 1px solid rgba(59, 130, 246, 0.3);
    border-radius: 50px;
    backdrop-filter: blur(15px);
}

.tagline-dot {
    width: 8px;
    height: 8px;
    background: #3b82f6;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(59, 130, 246, 0.8);
    animation: pulseDot 2s ease-in-out infinite;
}

@keyframes pulseDot {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.7; transform: scale(1.2); }
}

.tagline-text {
    font-size: 0.95rem;
    font-weight: 700;
    color: #93c5fd;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.hero-headline {
    font-size: 4rem;
    font-weight: 900;
    line-height: 1.15;
    margin-bottom: 2rem;
    letter-spacing: -1.5px;
}

.headline-line {
    display: block;
    color: #ffffff;
    margin-bottom: 0.5rem;
}

.headline-highlight {
    display: block;
    background: linear-gradient(135deg, #60a5fa 0%, #3b82f6 50%, #2563eb 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative;
    margin: 0.5rem 0;
}

.headline-highlight::after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 8px;
    background: linear-gradient(90deg, rgba(96, 165, 250, 0.3), rgba(59, 130, 246, 0.3));
    border-radius: 4px;
    z-index: -1;
}

.hero-subheadline {
    font-size: 1.3rem;
    line-height: 1.8;
    color: #dbeafe;
    margin-bottom: 3rem;
    max-width: 650px;
    font-weight: 400;
}

.hero-trust-indicators {
    display: flex;
    gap: 2.5rem;
    margin-bottom: 3rem;
    flex-wrap: wrap;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 16px 24px;
    background: rgba(59, 130, 246, 0.1);
    border: 1px solid rgba(59, 130, 246, 0.2);
    border-radius: 16px;
    backdrop-filter: blur(10px);
    transition: all 0.4s ease;
}

.trust-item:hover {
    background: rgba(59, 130, 246, 0.2);
    border-color: rgba(59, 130, 246, 0.4);
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(59, 130, 246, 0.3);
}

.trust-icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    flex-shrink: 0;
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.4);
}

.trust-info {
    display: flex;
    flex-direction: column;
}

.trust-number {
    font-size: 1.8rem;
    font-weight: 900;
    color: #60a5fa;
    line-height: 1;
    margin-bottom: 4px;
}

.trust-label {
    font-size: 0.85rem;
    color: #93c5fd;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.hero-action-group {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.hero-cta-primary {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 18px 42px;
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    color: #ffffff;
    border: none;
    border-radius: 50px;
    font-weight: 800;
    font-size: 1.1rem;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 12px 35px rgba(59, 130, 246, 0.5);
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.hero-cta-primary::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.6s ease, height 0.6s ease;
    z-index: -1;
}

.hero-cta-primary::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.6s ease;
    z-index: 0;
}

.hero-cta-primary:hover::before {
    width: 400px;
    height: 400px;
}

.hero-cta-primary:hover::after {
    left: 100%;
}

.hero-cta-primary:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 18px 45px rgba(59, 130, 246, 0.7);
    color: #ffffff;
}

.hero-cta-primary svg {
    transition: transform 0.3s ease;
}

.hero-cta-primary:hover svg {
    transform: translateX(5px);
}

.hero-cta-secondary {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 18px 42px;
    background: transparent;
    color: #93c5fd;
    border: 2px solid rgba(59, 130, 246, 0.4);
    border-radius: 50px;
    font-weight: 700;
    font-size: 1.1rem;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
}

.hero-cta-secondary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(59, 130, 246, 0.15);
    transition: left 0.4s ease;
    z-index: -1;
}

.hero-cta-secondary:hover::before {
    left: 0;
}

.hero-cta-secondary:hover {
    background: rgba(59, 130, 246, 0.2);
    border-color: #3b82f6;
    color: #ffffff;
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(59, 130, 246, 0.4);
}

.hero-cta-secondary svg {
    transition: transform 0.3s ease;
}

.hero-cta-secondary:hover svg {
    transform: rotate(90deg);
}

.hero-visual-container {
    position: relative;
    z-index: 3;
    padding: 20px;
}

.hero-image-frame {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.5);
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.1), rgba(37, 99, 235, 0.1));
    padding: 8px;
}

.frame-decoration {
    position: absolute;
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    z-index: 2;
}

.frame-top {
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    border-radius: 24px 24px 0 0;
}

.frame-right {
    top: 0;
    right: 0;
    bottom: 0;
    width: 3px;
    border-radius: 0 24px 24px 0;
}

.frame-bottom {
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    border-radius: 0 0 24px 24px;
}

.frame-left {
    top: 0;
    left: 0;
    bottom: 0;
    width: 3px;
    border-radius: 24px 0 0 24px;
}

.hero-main-image {
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 20px;
    display: block;
    z-index: 1;
    transition: transform 0.6s ease;
}

.hero-image-frame:hover .hero-main-image {
    transform: scale(1.05);
}

.image-shine {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.1) 50%, transparent 70%);
    transform: rotate(45deg);
    transition: left 0.8s ease;
    z-index: 2;
    pointer-events: none;
}

.hero-image-frame:hover .image-shine {
    left: 100%;
}

.hero-feature-badge {
    position: absolute;
    background: rgba(15, 23, 42, 0.95);
    backdrop-filter: blur(20px);
    border: 2px solid rgba(59, 130, 246, 0.4);
    border-radius: 16px;
    padding: 14px 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.4);
    z-index: 4;
    animation: badgeFloat 5s ease-in-out infinite;
}

.badge-1 {
    top: 8%;
    right: -5%;
    animation-delay: 0s;
}

.badge-2 {
    bottom: 25%;
    left: -8%;
    animation-delay: 1.5s;
}

.badge-3 {
    top: 50%;
    right: -10%;
    animation-delay: 3s;
}

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

.badge-icon {
    width: 44px;
    height: 44px;
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    flex-shrink: 0;
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.5);
}

.badge-content {
    display: flex;
    flex-direction: column;
}

.badge-title {
    font-size: 0.95rem;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 2px;
}

.badge-desc {
    font-size: 0.8rem;
    color: #93c5fd;
    font-weight: 600;
}

.hero-scroll-hint {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    color: #93c5fd;
    font-size: 0.9rem;
    font-weight: 600;
    z-index: 3;
    animation: scrollHint 3s ease-in-out infinite;
}

@keyframes scrollHint {
    0%, 100% { opacity: 0.6; transform: translateX(-50%) translateY(0); }
    50% { opacity: 1; transform: translateX(-50%) translateY(-8px); }
}

.scroll-line {
    width: 2px;
    height: 40px;
    background: linear-gradient(180deg, #3b82f6, transparent);
    position: relative;
}

.scroll-line::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: -5px;
    width: 12px;
    height: 12px;
    border-right: 2px solid #3b82f6;
    border-bottom: 2px solid #3b82f6;
    transform: rotate(45deg);
}

@media (max-width: 991px) {
    .hero-section {
        padding: 120px 0 80px;
    }

    .hero-headline {
        font-size: 2.8rem;
    }

    .hero-subheadline {
        font-size: 1.15rem;
    }

    .hero-trust-indicators {
        gap: 1.5rem;
    }

    .trust-item {
        padding: 12px 20px;
    }

    .trust-number {
        font-size: 1.5rem;
    }

    .hero-feature-badge {
        display: none;
    }

    .hero-action-group {
        flex-direction: column;
    }

    .hero-cta-primary,
    .hero-cta-secondary {
        width: 100%;
        justify-content: center;
    }
}

/*---------------------------------------
  TIPS SECTION - COMPLETELY REDESIGNED              
-----------------------------------------*/
.tips-section {
    position: relative;
    background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 50%, #e2e8f0 100%);
    padding: 100px 20px;
    overflow: hidden;
}

.tips-background-shapes {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    pointer-events: none;
}

.shape {
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.08) 0%, transparent 70%);
    filter: blur(60px);
    animation: shapeFloat 15s ease-in-out infinite;
}

.shape-1 {
    width: 400px;
    height: 400px;
    top: -100px;
    left: -100px;
    animation-delay: 0s;
}

.shape-2 {
    width: 500px;
    height: 500px;
    bottom: -150px;
    right: -150px;
    animation-delay: 5s;
    background: radial-gradient(circle, rgba(37, 99, 235, 0.06) 0%, transparent 70%);
}

.shape-3 {
    width: 350px;
    height: 350px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation-delay: 10s;
    background: radial-gradient(circle, rgba(96, 165, 250, 0.05) 0%, transparent 70%);
}

@keyframes shapeFloat {
    0%, 100% { transform: translate(0, 0) scale(1); }
    33% { transform: translate(30px, -30px) scale(1.1); }
    66% { transform: translate(-20px, 20px) scale(0.9); }
}

.tips-header-section {
    text-align: center;
    max-width: 850px;
    margin: 0 auto 70px;
    position: relative;
    z-index: 2;
}

.tips-header-badge {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 1.5rem;
}

.badge-line {
    width: 60px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #3b82f6, transparent);
}

.badge-text {
    padding: 10px 28px;
    background: rgba(59, 130, 246, 0.12);
    border: 2px solid rgba(59, 130, 246, 0.25);
    border-radius: 50px;
    color: #2563eb;
    font-size: 0.9rem;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    backdrop-filter: blur(10px);
}

.tips-main-title {
    font-size: 3.5rem;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    letter-spacing: -1px;
}

.title-part-1 {
    display: block;
    color: #1e3a8a;
    margin-bottom: 0.3rem;
}

.title-part-2 {
    display: block;
    background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.tips-intro-text {
    font-size: 1.2rem;
    line-height: 1.8;
    color: #475569;
    font-weight: 500;
    max-width: 750px;
    margin: 0 auto;
}

.tips-grid-layout {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    position: relative;
    z-index: 2;
}

.tip-card-modern {
    position: relative;
    background: #ffffff;
    border-radius: 24px;
    padding: 0;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(30, 58, 138, 0.1);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid transparent;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.tip-card-modern::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #3b82f6, #2563eb, #1e40af);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 3;
}

.tip-card-modern:hover::before {
    transform: scaleX(1);
}

.tip-card-modern:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 50px rgba(30, 58, 138, 0.2);
    border-color: rgba(59, 130, 246, 0.3);
}

.tip-card-modern.tip-card-featured {
    background: linear-gradient(135deg, #1e3a8a 0%, #1e40af 100%);
    color: #ffffff;
    border-color: #3b82f6;
    transform: scale(1.03);
    box-shadow: 0 15px 45px rgba(30, 58, 138, 0.3);
}

.tip-card-modern.tip-card-featured::before {
    background: linear-gradient(90deg, #60a5fa, #3b82f6, #2563eb);
    transform: scaleX(1);
}

.featured-ribbon {
    position: absolute;
    top: 20px;
    right: -35px;
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    color: #ffffff;
    padding: 8px 50px;
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    transform: rotate(45deg);
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.5);
    z-index: 4;
}

.tip-card-header {
    position: relative;
    padding: 32px 32px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.05), rgba(37, 99, 235, 0.03));
}

.tip-card-modern.tip-card-featured .tip-card-header {
    background: rgba(96, 165, 250, 0.1);
}

.tip-number-badge {
    font-size: 4.5rem;
    font-weight: 900;
    color: rgba(59, 130, 246, 0.08);
    line-height: 1;
    position: absolute;
    left: 32px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.4s ease;
}

.tip-card-modern:hover .tip-number-badge {
    color: rgba(59, 130, 246, 0.15);
    transform: translateY(-50%) scale(1.1);
}

.tip-card-modern.tip-card-featured .tip-number-badge {
    color: rgba(96, 165, 250, 0.12);
}

.tip-icon-container {
    margin-left: auto;
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.12), rgba(37, 99, 235, 0.08));
    border: 3px solid rgba(59, 130, 246, 0.2);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2563eb;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    z-index: 2;
}

.tip-card-modern:hover .tip-icon-container {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.2), rgba(37, 99, 235, 0.15));
    border-color: rgba(59, 130, 246, 0.4);
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 10px 30px rgba(59, 130, 246, 0.3);
}

.tip-card-modern.tip-card-featured .tip-icon-container {
    background: rgba(96, 165, 250, 0.2);
    border-color: rgba(96, 165, 250, 0.4);
    color: #93c5fd;
}

.tip-card-body {
    padding: 0 32px 24px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.tip-card-heading {
    font-size: 1.7rem;
    font-weight: 800;
    color: #1e3a8a;
    margin-bottom: 1rem;
    line-height: 1.3;
    position: relative;
    z-index: 2;
}

.tip-card-modern.tip-card-featured .tip-card-heading {
    color: #ffffff;
}

.tip-card-description {
    font-size: 1.05rem;
    line-height: 1.75;
    color: #475569;
    margin-bottom: 1.5rem;
    flex-grow: 1;
}

.tip-card-modern.tip-card-featured .tip-card-description {
    color: #dbeafe;
}

.tip-card-meta {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

.meta-item {
    font-size: 0.9rem;
    color: #1e3a8a;
    font-weight: 600;
    padding: 8px 14px;
    background: rgba(59, 130, 246, 0.08);
    border-left: 3px solid #3b82f6;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.tip-card-modern:hover .meta-item {
    background: rgba(59, 130, 246, 0.12);
    transform: translateX(5px);
}

.tip-card-modern.tip-card-featured .meta-item {
    color: #ffffff;
    background: rgba(96, 165, 250, 0.15);
    border-left-color: #60a5fa;
}

.tip-card-footer {
    padding: 0 32px 32px;
}

.tip-action-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    background: rgba(59, 130, 246, 0.1);
    border: 2px solid rgba(59, 130, 246, 0.3);
    border-radius: 12px;
    color: #2563eb;
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    width: 100%;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.tip-action-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.2), transparent);
    transition: left 0.5s ease;
}

.tip-action-btn:hover::before {
    left: 100%;
}

.tip-action-btn svg {
    transition: transform 0.3s ease;
}

.tip-action-btn:hover {
    background: rgba(59, 130, 246, 0.2);
    border-color: #3b82f6;
    color: #1e40af;
    transform: translateX(5px);
    box-shadow: 0 5px 20px rgba(59, 130, 246, 0.3);
}

.tip-action-btn:hover svg {
    transform: translateX(5px);
}

.tip-card-modern.tip-card-featured .tip-action-btn {
    background: rgba(96, 165, 250, 0.2);
    border-color: rgba(96, 165, 250, 0.4);
    color: #93c5fd;
}

.tip-card-modern.tip-card-featured .tip-action-btn:hover {
    background: rgba(96, 165, 250, 0.3);
    border-color: #60a5fa;
    color: #ffffff;
}

@media (max-width: 991px) {
    .tips-section {
        padding: 70px 20px;
    }

    .tips-main-title {
        font-size: 2.6rem;
    }

    .tips-intro-text {
        font-size: 1.1rem;
    }

    .tips-grid-layout {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .tip-card-modern.tip-card-featured {
        transform: scale(1);
    }
}

@media (max-width: 480px) {
    .tips-main-title {
        font-size: 2.2rem;
    }

    .tip-card-header {
        padding: 24px 24px 20px;
    }

    .tip-card-body {
        padding: 0 24px 20px;
    }

    .tip-card-footer {
        padding: 0 24px 24px;
    }

    .tip-card-heading {
        font-size: 1.5rem;
    }

    .tip-card-description {
        font-size: 1rem;
    }
}

/*---------------------------------------
  APPROACH SECTION - COMPLETELY REDESIGNED              
-----------------------------------------*/
.approach-section {
  position: relative;
  background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 50%, #e2e8f0 100%);
  padding: 100px 20px;
  overflow: hidden;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.approach-background-layers {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
}

.layer {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(59, 130, 246, 0.06) 0%, transparent 70%);
  filter: blur(100px);
  animation: layerFloat 25s ease-in-out infinite;
}

.layer-1 {
  width: 600px;
  height: 600px;
  top: -200px;
  right: -200px;
  animation-delay: 0s;
}

.layer-2 {
  width: 500px;
  height: 500px;
  bottom: -150px;
  left: -150px;
  animation-delay: 12s;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.05) 0%, transparent 70%);
}

@keyframes layerFloat {
  0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.4; }
  50% { transform: translate(50px, -50px) scale(1.2); opacity: 0.6; }
}

.approach-header-area {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 70px;
  position: relative;
  z-index: 2;
}

.approach-badge-container {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 1.5rem;
  padding: 12px 28px;
  background: rgba(59, 130, 246, 0.12);
  border: 2px solid rgba(59, 130, 246, 0.25);
  border-radius: 50px;
  backdrop-filter: blur(10px);
}

.badge-icon-wrapper {
  width: 32px;
  height: 32px;
  background: linear-gradient(135deg, #3b82f6, #2563eb);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  box-shadow: 0 4px 15px rgba(59, 130, 246, 0.4);
}

.badge-icon-wrapper svg {
  width: 20px;
  height: 20px;
}

.approach-badge-text {
  font-size: 0.9rem;
  font-weight: 800;
  color: #2563eb;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.approach-main-heading {
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  letter-spacing: -1px;
}

.heading-primary {
  display: block;
  color: #1e3a8a;
  margin-bottom: 0.3rem;
}

.heading-accent {
  display: block;
  background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.approach-intro-text {
  font-size: 1.2rem;
  line-height: 1.8;
  color: #475569;
  font-weight: 500;
  max-width: 800px;
  margin: 0 auto;
}

.approach-content-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.approach-visual-side {
  position: relative;
}

.approach-image-wrapper {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(30, 58, 138, 0.2);
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.1), rgba(37, 99, 235, 0.1));
  padding: 8px;
}

.image-border-decoration {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 3px solid transparent;
  border-radius: 24px;
  background: linear-gradient(135deg, #3b82f6, #2563eb) padding-box,
              linear-gradient(135deg, #3b82f6, #2563eb) border-box;
  z-index: 1;
  opacity: 0.3;
}

.approach-main-image {
  position: relative;
  width: 100%;
  height: auto;
  border-radius: 20px;
  display: block;
  z-index: 2;
  transition: transform 0.6s ease;
}

.approach-image-wrapper:hover .approach-main-image {
  transform: scale(1.05);
}

.image-shine-effect {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.1) 50%, transparent 70%);
  transform: rotate(45deg);
  transition: left 0.8s ease;
  z-index: 3;
  pointer-events: none;
}

.approach-image-wrapper:hover .image-shine-effect {
  left: 100%;
}

.floating-stat-card {
  position: absolute;
  background: rgba(15, 23, 42, 0.95);
  backdrop-filter: blur(20px);
  border: 2px solid rgba(59, 130, 246, 0.4);
  border-radius: 16px;
  padding: 16px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.4);
  z-index: 4;
  animation: statFloat 6s ease-in-out infinite;
}

.stat-1 {
  top: 10%;
  right: -10%;
  animation-delay: 0s;
}

.stat-2 {
  bottom: 15%;
  left: -12%;
  animation-delay: 3s;
}

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

.stat-icon {
  font-size: 2rem;
  margin-bottom: 8px;
}

.stat-value {
  font-size: 1.8rem;
  font-weight: 900;
  color: #60a5fa;
  line-height: 1;
  margin-bottom: 4px;
}

.stat-label {
  font-size: 0.85rem;
  color: #93c5fd;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.approach-text-side {
  position: relative;
}

.approach-content-block {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.problem-highlight-box {
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.1), rgba(37, 99, 235, 0.08));
  border: 2px solid rgba(59, 130, 246, 0.3);
  border-radius: 20px;
  padding: 28px;
  position: relative;
  overflow: hidden;
}

.problem-highlight-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: linear-gradient(180deg, #3b82f6, #2563eb);
}

.highlight-icon {
  font-size: 2rem;
  margin-bottom: 12px;
}

.problem-title {
  font-size: 1.7rem;
  font-weight: 800;
  color: #1e3a8a;
  margin-bottom: 1rem;
  line-height: 1.3;
}

.problem-description {
  font-size: 1.05rem;
  line-height: 1.75;
  color: #475569;
  margin: 0;
}

.principles-section {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.principles-heading {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 1rem;
}

.heading-number {
  font-size: 3rem;
  font-weight: 900;
  color: rgba(59, 130, 246, 0.2);
  line-height: 1;
}

.heading-text {
  font-size: 1.8rem;
  font-weight: 800;
  color: #1e3a8a;
}

.principles-intro {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #475569;
  margin-bottom: 1.5rem;
}

.principle-item {
  display: flex;
  gap: 20px;
  padding: 24px;
  background: #ffffff;
  border: 2px solid rgba(59, 130, 246, 0.15);
  border-radius: 16px;
  transition: all 0.4s ease;
}

.principle-item:hover {
  border-color: rgba(59, 130, 246, 0.4);
  box-shadow: 0 10px 30px rgba(30, 58, 138, 0.15);
  transform: translateX(5px);
}

.principle-number {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #3b82f6, #2563eb);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 900;
  box-shadow: 0 4px 15px rgba(59, 130, 246, 0.4);
}

.principle-content {
  flex: 1;
}

.principle-title {
  font-size: 1.3rem;
  font-weight: 800;
  color: #1e3a8a;
  margin-bottom: 0.75rem;
  line-height: 1.3;
}

.principle-description {
  font-size: 1rem;
  line-height: 1.7;
  color: #475569;
  margin: 0;
}

.approach-cta-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 18px 42px;
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
  color: #ffffff;
  border: none;
  border-radius: 50px;
  font-weight: 800;
  font-size: 1.1rem;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 12px 35px rgba(59, 130, 246, 0.5);
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  width: fit-content;
}

.approach-cta-button::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.6s ease, height 0.6s ease;
  z-index: -1;
}

.approach-cta-button::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.6s ease;
  z-index: 0;
}

.approach-cta-button:hover::before {
  width: 400px;
  height: 400px;
}

.approach-cta-button:hover::after {
  left: 100%;
}

.approach-cta-button:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 18px 45px rgba(59, 130, 246, 0.7);
  color: #ffffff;
}

.approach-cta-button svg {
  transition: transform 0.3s ease;
}

.approach-cta-button:hover svg {
  transform: translateX(5px);
}

@media (max-width: 991px) {
  .approach-section {
    padding: 70px 20px;
  }

  .approach-main-heading {
    font-size: 2.6rem;
  }

  .approach-intro-text {
    font-size: 1.1rem;
  }

  .approach-content-layout {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .floating-stat-card {
    display: none;
  }
}

@media (max-width: 480px) {
  .approach-main-heading {
    font-size: 2.2rem;
  }

  .problem-highlight-box {
    padding: 20px;
  }

  .problem-title {
    font-size: 1.4rem;
  }

  .principle-item {
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .principle-number {
    width: 40px;
    height: 40px;
    font-size: 1.2rem;
  }

  .principle-title {
    font-size: 1.2rem;
  }

  .approach-cta-button {
    width: 100%;
    justify-content: center;
  }
}

/*---------------------------------------
  team-section        
-----------------------------------------*/
.team-section {
  background-color: #f1f8f4;
  padding: 5rem 0;
  color: #223343;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.team-title {
  font-size: 2.75rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: #1a2b40;
}

.team-description {
  font-size: 1.1rem;
  color: #475d72;
  max-width: 650px;
  margin: 0 auto 3rem auto;
  line-height: 1.5;
}

.team-card {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(34, 51, 67, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
  text-align: center;
  padding: 1.5rem 1rem 2rem;
}

.team-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 16px 30px rgba(34, 51, 67, 0.15);
}

.team-image-wrapper {
  width: 100%;
  max-width: 280px;
  margin: 0 auto 1.5rem;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 6px 15px rgba(34, 51, 67, 0.1);
}

.team-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 50%;
}

.team-info {
  padding: 0 1rem;
}

.team-name {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #1a2b40;
}

.team-role {
  font-size: 1rem;
  color: #607d8b;
  font-style: italic;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .team-section {
    padding: 3rem 1rem;
  }

  .team-title {
    font-size: 2rem;
  }

  .team-description {
    font-size: 1rem;
  }
}

/*---------------------------------------
  PRICING SECTION - COMPLETELY REDESIGNED              
-----------------------------------------*/
.pricing-section {
  position: relative;
  background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 50%, #e2e8f0 100%);
  padding: 100px 20px;
  overflow: hidden;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.pricing-bg-pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: 
    radial-gradient(circle at 20% 30%, rgba(59, 130, 246, 0.05) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(37, 99, 235, 0.04) 0%, transparent 50%);
  z-index: 0;
  pointer-events: none;
}

.pricing-header-section {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 70px;
  position: relative;
  z-index: 2;
}

.pricing-badge-container {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 1.5rem;
}

.pricing-badge-dot {
  width: 8px;
  height: 8px;
  background: #3b82f6;
  border-radius: 50%;
  box-shadow: 0 0 12px rgba(59, 130, 246, 0.8);
  animation: pulseDot 2s ease-in-out infinite;
}

.pricing-badge-text {
  padding: 10px 28px;
  background: rgba(59, 130, 246, 0.12);
  border: 2px solid rgba(59, 130, 246, 0.25);
  border-radius: 50px;
  color: #2563eb;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.pricing-main-title {
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  letter-spacing: -1px;
}

.pricing-title-line-1 {
  display: block;
  color: #1e3a8a;
  margin-bottom: 0.3rem;
}

.pricing-title-line-2 {
  display: block;
  background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.pricing-description {
  font-size: 1.2rem;
  line-height: 1.8;
  color: #475569;
  font-weight: 500;
  max-width: 800px;
  margin: 0 auto;
}

.pricing-cards-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 35px;
  max-width: 1200px;
  margin: 0 auto 60px;
  position: relative;
  z-index: 2;
}

.pricing-card {
  position: relative;
  background: #ffffff;
  border-radius: 24px;
  padding: 40px 32px;
  box-shadow: 0 10px 40px rgba(30, 58, 138, 0.1);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid transparent;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.pricing-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, #3b82f6, #2563eb, #1e40af);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 24px 24px 0 0;
  z-index: 3;
}

.pricing-card:hover::before {
  transform: scaleX(1);
}

.pricing-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 20px 60px rgba(30, 58, 138, 0.2);
  border-color: rgba(59, 130, 246, 0.3);
}

.pricing-card-featured {
  background: linear-gradient(135deg, #1e3a8a 0%, #1e40af 100%);
  color: #ffffff;
  border-color: #3b82f6;
  transform: scale(1.05);
  box-shadow: 0 15px 50px rgba(30, 58, 138, 0.3);
}

.pricing-card-featured::before {
  background: linear-gradient(90deg, #60a5fa, #3b82f6, #2563eb);
  transform: scaleX(1);
}

.featured-ribbon-pricing {
  position: absolute;
  top: 20px;
  right: -35px;
  background: linear-gradient(135deg, #3b82f6, #2563eb);
  color: #ffffff;
  padding: 8px 50px;
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  transform: rotate(45deg);
  box-shadow: 0 4px 15px rgba(59, 130, 246, 0.5);
  z-index: 4;
}

.pricing-card-header {
  text-align: center;
  margin-bottom: 2rem;
}

.pricing-card-title {
  font-size: 1.8rem;
  font-weight: 800;
  color: #1e3a8a;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}

.pricing-card-featured .pricing-card-title {
  color: #ffffff;
}

.pricing-card-subtitle {
  font-size: 1rem;
  color: #64748b;
  font-weight: 600;
}

.pricing-card-featured .pricing-card-subtitle {
  color: #dbeafe;
}

.pricing-card-price {
  text-align: center;
  margin-bottom: 2.5rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid rgba(59, 130, 246, 0.1);
}

.pricing-card-featured .pricing-card-price {
  border-bottom-color: rgba(96, 165, 250, 0.2);
}

.price-amount {
  font-size: 3.5rem;
  font-weight: 900;
  color: #1e3a8a;
  line-height: 1;
  display: inline-block;
  background: linear-gradient(135deg, #1e3a8a, #2563eb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.pricing-card-featured .price-amount {
  background: linear-gradient(135deg, #ffffff, #dbeafe);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.price-period {
  font-size: 1.1rem;
  color: #64748b;
  font-weight: 600;
  margin-left: 0.5rem;
}

.pricing-card-featured .price-period {
  color: #93c5fd;
}

.pricing-card-features {
  flex-grow: 1;
  margin-bottom: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 1rem;
  color: #475569;
  font-weight: 600;
  line-height: 1.6;
}

.pricing-card-featured .feature-item {
  color: #dbeafe;
}

.feature-item svg {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  color: #3b82f6;
  margin-top: 2px;
}

.pricing-card-featured .feature-item svg {
  color: #60a5fa;
}

.pricing-card-button {
  display: block;
  width: 100%;
  padding: 16px 32px;
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
  color: #ffffff;
  border: none;
  border-radius: 50px;
  font-weight: 800;
  font-size: 1.05rem;
  text-decoration: none;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 10px 30px rgba(59, 130, 246, 0.4);
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.pricing-card-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.6s ease;
  z-index: 0;
}

.pricing-card-button:hover::before {
  left: 100%;
}

.pricing-card-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(59, 130, 246, 0.6);
  color: #ffffff;
}

.pricing-button-featured {
  background: linear-gradient(135deg, #60a5fa 0%, #3b82f6 100%);
  box-shadow: 0 10px 30px rgba(96, 165, 250, 0.5);
}

.pricing-button-featured:hover {
  box-shadow: 0 15px 40px rgba(96, 165, 250, 0.7);
}

.pricing-promo-box {
  max-width: 900px;
  margin: 0 auto;
  background: linear-gradient(135deg, #1e3a8a 0%, #1e40af 100%);
  border-radius: 24px;
  padding: 40px;
  display: flex;
  align-items: center;
  gap: 30px;
  box-shadow: 0 20px 60px rgba(30, 58, 138, 0.3);
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.pricing-promo-box::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(96, 165, 250, 0.1) 0%, transparent 70%);
  animation: rotate 20s linear infinite;
}

.promo-icon {
  font-size: 3rem;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}

.promo-content {
  flex: 1;
  position: relative;
  z-index: 2;
}

.promo-title {
  font-size: 1.6rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}

.promo-text {
  font-size: 1.05rem;
  color: #dbeafe;
  line-height: 1.6;
  margin: 0;
}

.promo-button {
  padding: 14px 32px;
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
  color: #ffffff;
  border: none;
  border-radius: 50px;
  font-weight: 800;
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 10px 30px rgba(59, 130, 246, 0.5);
  position: relative;
  z-index: 2;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.promo-button:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 15px 40px rgba(59, 130, 246, 0.7);
  color: #ffffff;
}

@media (max-width: 991px) {
  .pricing-section {
    padding: 70px 20px;
  }

  .pricing-main-title {
    font-size: 2.6rem;
  }

  .pricing-description {
    font-size: 1.1rem;
  }

  .pricing-cards-container {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .pricing-card-featured {
    transform: scale(1);
  }

  .pricing-promo-box {
    flex-direction: column;
    text-align: center;
    padding: 30px;
  }

  .promo-button {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .pricing-main-title {
    font-size: 2.2rem;
  }

  .pricing-card {
    padding: 30px 24px;
  }

  .price-amount {
    font-size: 2.8rem;
  }
}

/*---------------------------------------
  GROWTH-FOCUS SECTION - COMPLETELY REDESIGNED              
-----------------------------------------*/
.growth-focus-section {
  position: relative;
  background: linear-gradient(180deg, #f0f7ff 0%, #e0f2fe 50%, #dbeafe 100%);
  padding: 100px 20px;
  overflow: hidden;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.growth-bg-elements {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
}

.growth-element {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(59, 130, 246, 0.08) 0%, transparent 70%);
  filter: blur(80px);
  animation: growthElementFloat 20s ease-in-out infinite;
}

.element-1 {
  width: 500px;
  height: 500px;
  top: -150px;
  left: -150px;
  animation-delay: 0s;
}

.element-2 {
  width: 600px;
  height: 600px;
  bottom: -200px;
  right: -200px;
  animation-delay: 7s;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.06) 0%, transparent 70%);
}

.element-3 {
  width: 400px;
  height: 400px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation-delay: 14s;
  background: radial-gradient(circle, rgba(96, 165, 250, 0.05) 0%, transparent 70%);
}

@keyframes growthElementFloat {
  0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.5; }
  33% { transform: translate(40px, -40px) scale(1.1); opacity: 0.7; }
  66% { transform: translate(-30px, 30px) scale(0.9); opacity: 0.6; }
}

.growth-header-section {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 70px;
  position: relative;
  z-index: 2;
}

.growth-badge-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 1.5rem;
  padding: 12px 28px;
  background: rgba(59, 130, 246, 0.12);
  border: 2px solid rgba(59, 130, 246, 0.25);
  border-radius: 50px;
  backdrop-filter: blur(10px);
}

.badge-icon-box {
  width: 32px;
  height: 32px;
  background: linear-gradient(135deg, #3b82f6, #2563eb);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  box-shadow: 0 4px 15px rgba(59, 130, 246, 0.4);
}

.badge-icon-box svg {
  width: 20px;
  height: 20px;
}

.growth-badge-label {
  font-size: 0.9rem;
  font-weight: 800;
  color: #2563eb;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.growth-main-heading {
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  letter-spacing: -1px;
}

.growth-heading-part-1 {
  display: block;
  color: #1e3a8a;
  margin-bottom: 0.3rem;
}

.growth-heading-part-2 {
  display: block;
  background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.growth-intro-description {
  font-size: 1.2rem;
  line-height: 1.8;
  color: #475569;
  font-weight: 500;
  max-width: 800px;
  margin: 0 auto;
}

.growth-cards-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 35px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.growth-card-new {
  position: relative;
  background: #ffffff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(30, 58, 138, 0.12);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid transparent;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

.growth-card-new::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, #3b82f6, #2563eb, #1e40af);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 3;
}

.growth-card-new:hover::before {
  transform: scaleX(1);
}

.growth-card-new:hover {
  transform: translateY(-12px);
  box-shadow: 0 20px 50px rgba(30, 58, 138, 0.25);
  border-color: rgba(59, 130, 246, 0.3);
}

.growth-card-highlighted {
  background: linear-gradient(135deg, #1e3a8a 0%, #1e40af 100%);
  color: #ffffff;
  border-color: #3b82f6;
  transform: scale(1.03);
}

.growth-card-highlighted::before {
  background: linear-gradient(90deg, #60a5fa, #3b82f6, #2563eb);
  transform: scaleX(1);
}

.highlight-badge-growth {
  position: absolute;
  top: 20px;
  right: -35px;
  background: linear-gradient(135deg, #3b82f6, #2563eb);
  color: #ffffff;
  padding: 8px 50px;
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  transform: rotate(45deg);
  box-shadow: 0 4px 15px rgba(59, 130, 246, 0.5);
  z-index: 4;
}

.growth-card-image-box {
  position: relative;
  width: 100%;
  height: 240px;
  overflow: hidden;
}

.growth-card-image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.growth-card-new:hover .growth-card-image-box img {
  transform: scale(1.15);
}

.image-overlay-gradient {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(30, 58, 138, 0.3) 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.growth-card-new:hover .image-overlay-gradient {
  opacity: 1;
}

.growth-card-number {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 3.5rem;
  font-weight: 900;
  color: rgba(59, 130, 246, 0.15);
  line-height: 1;
  z-index: 2;
  transition: all 0.4s ease;
}

.growth-card-new:hover .growth-card-number {
  color: rgba(59, 130, 246, 0.25);
  transform: scale(1.1);
}

.growth-card-highlighted .growth-card-number {
  color: rgba(96, 165, 250, 0.2);
}

.growth-card-content-box {
  padding: 32px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.growth-card-icon-wrapper {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.12), rgba(37, 99, 235, 0.08));
  border: 3px solid rgba(59, 130, 246, 0.2);
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2563eb;
  margin-bottom: 1.5rem;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.growth-card-new:hover .growth-card-icon-wrapper {
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.2), rgba(37, 99, 235, 0.15));
  border-color: rgba(59, 130, 246, 0.4);
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 8px 25px rgba(59, 130, 246, 0.3);
}

.growth-card-highlighted .growth-card-icon-wrapper {
  background: rgba(96, 165, 250, 0.2);
  border-color: rgba(96, 165, 250, 0.4);
  color: #93c5fd;
}

.growth-card-heading {
  font-size: 1.6rem;
  font-weight: 800;
  color: #1e3a8a;
  margin-bottom: 1rem;
  line-height: 1.3;
}

.growth-card-highlighted .growth-card-heading {
  color: #ffffff;
}

.growth-card-description {
  font-size: 1.05rem;
  line-height: 1.75;
  color: #475569;
  margin-bottom: 1.5rem;
  flex-grow: 1;
}

.growth-card-highlighted .growth-card-description {
  color: #dbeafe;
}

.growth-card-action-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 24px;
  background: rgba(59, 130, 246, 0.1);
  border: 2px solid rgba(59, 130, 246, 0.3);
  border-radius: 12px;
  color: #2563eb;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  width: fit-content;
  position: relative;
  overflow: hidden;
}

.growth-card-action-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.2), transparent);
  transition: left 0.5s ease;
}

.growth-card-action-link:hover::before {
  left: 100%;
}

.growth-card-action-link svg {
  transition: transform 0.3s ease;
}

.growth-card-action-link:hover {
  background: rgba(59, 130, 246, 0.2);
  border-color: #3b82f6;
  color: #1e40af;
  transform: translateX(5px);
  box-shadow: 0 5px 20px rgba(59, 130, 246, 0.3);
}

.growth-card-action-link:hover svg {
  transform: translateX(5px);
}

.growth-card-highlighted .growth-card-action-link {
  color: #93c5fd;
  background: rgba(96, 165, 250, 0.2);
  border-color: rgba(96, 165, 250, 0.4);
}

.growth-card-highlighted .growth-card-action-link:hover {
  background: rgba(96, 165, 250, 0.3);
  border-color: #60a5fa;
  color: #ffffff;
}

@media (max-width: 991px) {
  .growth-focus-section {
    padding: 70px 20px;
  }

  .growth-main-heading {
    font-size: 2.6rem;
  }

  .growth-intro-description {
    font-size: 1.1rem;
  }

  .growth-cards-wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .growth-card-highlighted {
    transform: scale(1);
  }
}

@media (max-width: 480px) {
  .growth-main-heading {
    font-size: 2.2rem;
  }

  .growth-card-content-box {
    padding: 24px;
  }

  .growth-card-heading {
    font-size: 1.4rem;
  }

  .growth-card-description {
    font-size: 1rem;
  }
}

/*---------------------------------------
  contact        
-----------------------------------------*/

#contact-about {
  background: linear-gradient(135deg, #1e40af 0%, #1e3a8a 100%);
  color: #e0e0e0;
  padding: 60px 15px;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

#contact-about .container {
  max-width: 1140px;
}

.contact-form-wrapper {
  background-color: #1a4d35;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(30, 107, 71, 0.8);
}

.form-title {
  font-size: 1.75rem;
  color: #3b82f6;
  font-weight: 600;
  border-bottom: 2px solid #3b82f6;
  display: inline-block;
  padding-bottom: 8px;
}

.contact-form .form-group {
  display: flex;
  flex-direction: column;
}

.contact-form label {
  font-weight: 600;
  margin-bottom: 6px;
  color: #f5f5f5;
}

.required {
  color: #ff7043;
  margin-left: 4px;
}

.form-input,
.form-textarea {
  background: #2c3e50;
  border: none;
  border-radius: 8px;
  padding: 12px 15px;
  color: #fff;
  font-size: 1rem;
  transition: background 0.3s ease;
}

.form-input::placeholder,
.form-textarea::placeholder {
  color: #a0a0a0;
}

.form-input:focus,
.form-textarea:focus {
  background: #3d566e;
  outline: none;
}

.form-textarea {
  resize: vertical;
  min-height: 120px;
}

.btn-submit {
  background: #3b82f6;
  color: #ffffff;
  border: none;
  padding: 12px 0;
  width: 100%;
  font-weight: 700;
  font-size: 1.1rem;
  border-radius: 10px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.btn-submit:hover {
  background: #3b82f6;
}

.about-text-wrapper {
  background: #0f172a;
  border-radius: 12px;
  padding: 40px 30px;
  box-shadow: 0 6px 15px rgba(30, 107, 71, 0.7);
  color: #e8f5e9;
  line-height: 1.6;
}

.about-title {
  font-size: 1.9rem;
  color: #3b82f6;
  margin-bottom: 25px;
  font-weight: 700;
}

@media (max-width: 991px) {
  #contact-about .row {
    flex-direction: column;
  }
  
  #contact-about .col-lg-6 {
    order: 0 !important;
  }
  
  .contact-form-wrapper,
  .about-text-wrapper {
    margin-bottom: 30px;
  }
}


/*---------------------------------------
  insights-section        
-----------------------------------------*/

/*---------------------------------------
  INSIGHTS SECTION - COMPLETELY REDESIGNED              
-----------------------------------------*/
.insights-section {
  position: relative;
  background: linear-gradient(180deg, #0f172a 0%, #1e3a8a 30%, #1e40af 60%, #0f172a 100%);
  padding: 100px 20px;
  overflow: hidden;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.insights-bg-decoration {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
}

.decoration-circle {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(59, 130, 246, 0.1) 0%, transparent 70%);
  filter: blur(80px);
  animation: circleFloat 20s ease-in-out infinite;
}

.circle-1 {
  width: 500px;
  height: 500px;
  top: -150px;
  left: -150px;
  animation-delay: 0s;
}

.circle-2 {
  width: 600px;
  height: 600px;
  bottom: -200px;
  right: -200px;
  animation-delay: 7s;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.08) 0%, transparent 70%);
}

.circle-3 {
  width: 400px;
  height: 400px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation-delay: 14s;
  background: radial-gradient(circle, rgba(96, 165, 250, 0.06) 0%, transparent 70%);
}

@keyframes circleFloat {
  0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.5; }
  33% { transform: translate(40px, -40px) scale(1.1); opacity: 0.7; }
  66% { transform: translate(-30px, 30px) scale(0.9); opacity: 0.6; }
}

.insights-header-wrapper {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 70px;
  position: relative;
  z-index: 2;
}

.insights-badge-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 1.5rem;
}

.insights-badge-dot {
  width: 8px;
  height: 8px;
  background: #3b82f6;
  border-radius: 50%;
  box-shadow: 0 0 12px rgba(59, 130, 246, 0.8);
  animation: pulseDot 2s ease-in-out infinite;
}

.insights-badge-text {
  padding: 10px 28px;
  background: rgba(59, 130, 246, 0.15);
  border: 2px solid rgba(59, 130, 246, 0.3);
  border-radius: 50px;
  color: #93c5fd;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.insights-main-heading {
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  letter-spacing: -1px;
}

.heading-line-1 {
  display: block;
  color: #ffffff;
  margin-bottom: 0.3rem;
}

.heading-line-2 {
  display: block;
  background: linear-gradient(135deg, #60a5fa 0%, #3b82f6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.insights-description {
  font-size: 1.2rem;
  line-height: 1.8;
  color: #dbeafe;
  font-weight: 400;
  max-width: 800px;
  margin: 0 auto;
}

.insights-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 35px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.insight-card-new {
  position: relative;
  background: rgba(15, 23, 42, 0.8);
  backdrop-filter: blur(20px);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid rgba(59, 130, 246, 0.2);
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

.insight-card-new::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #3b82f6, #2563eb, #1e40af);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 3;
}

.insight-card-new:hover::before {
  transform: scaleX(1);
}

.insight-card-new:hover {
  transform: translateY(-12px);
  box-shadow: 0 20px 60px rgba(59, 130, 246, 0.4);
  border-color: rgba(59, 130, 246, 0.5);
}

.insight-card-new.featured-insight {
  background: linear-gradient(135deg, rgba(30, 58, 138, 0.9), rgba(30, 64, 175, 0.9));
  border-color: #3b82f6;
  transform: scale(1.03);
}

.insight-card-new.featured-insight::before {
  background: linear-gradient(90deg, #60a5fa, #3b82f6, #2563eb);
  transform: scaleX(1);
}

.featured-label {
  position: absolute;
  top: 20px;
  right: -35px;
  background: linear-gradient(135deg, #3b82f6, #2563eb);
  color: #ffffff;
  padding: 8px 50px;
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  transform: rotate(45deg);
  box-shadow: 0 4px 15px rgba(59, 130, 246, 0.5);
  z-index: 4;
}

.insight-image-container {
  position: relative;
  width: 100%;
  height: 240px;
  overflow: hidden;
}

.insight-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.insight-card-new:hover .insight-image-container img {
  transform: scale(1.15);
}

.image-gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(15, 23, 42, 0.7) 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.insight-card-new:hover .image-gradient-overlay {
  opacity: 1;
}

.insight-category-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: rgba(15, 23, 42, 0.9);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(59, 130, 246, 0.4);
  border-radius: 50px;
  color: #93c5fd;
  font-size: 0.85rem;
  font-weight: 700;
  z-index: 2;
  transition: all 0.3s ease;
}

.insight-card-new:hover .insight-category-badge {
  background: rgba(59, 130, 246, 0.2);
  border-color: #3b82f6;
  transform: scale(1.05);
}

.insight-category-badge svg {
  width: 18px;
  height: 18px;
}

.insight-content-wrapper {
  padding: 28px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.insight-title {
  font-size: 1.6rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 1rem;
  line-height: 1.3;
  transition: color 0.3s ease;
}

.insight-card-new:hover .insight-title {
  color: #60a5fa;
}

.insight-excerpt {
  font-size: 1rem;
  line-height: 1.7;
  color: #dbeafe;
  margin-bottom: 1.5rem;
  flex-grow: 1;
}

.insight-meta-info {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 1.5rem;
  font-size: 0.9rem;
  color: #93c5fd;
  font-weight: 600;
}

.meta-separator {
  color: rgba(147, 197, 253, 0.5);
}

.insight-read-more {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 24px;
  background: rgba(59, 130, 246, 0.15);
  border: 2px solid rgba(59, 130, 246, 0.4);
  border-radius: 12px;
  color: #93c5fd;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  width: fit-content;
  position: relative;
  overflow: hidden;
}

.insight-read-more::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.3), transparent);
  transition: left 0.5s ease;
}

.insight-read-more:hover::before {
  left: 100%;
}

.insight-read-more svg {
  transition: transform 0.3s ease;
}

.insight-read-more:hover {
  background: rgba(59, 130, 246, 0.25);
  border-color: #3b82f6;
  color: #ffffff;
  transform: translateX(5px);
  box-shadow: 0 5px 20px rgba(59, 130, 246, 0.4);
}

.insight-read-more:hover svg {
  transform: translateX(5px);
}

@media (max-width: 991px) {
  .insights-section {
    padding: 70px 20px;
  }

  .insights-main-heading {
    font-size: 2.6rem;
  }

  .insights-description {
    font-size: 1.1rem;
  }

  .insights-cards-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .insight-card-new.featured-insight {
    transform: scale(1);
  }
}

@media (max-width: 480px) {
  .insights-main-heading {
    font-size: 2.2rem;
  }

  .insight-content-wrapper {
    padding: 24px;
  }

  .insight-title {
    font-size: 1.4rem;
  }

  .insight-excerpt {
    font-size: 0.95rem;
  }
}



/*---------------------------------------
  CAROUSEL        
-----------------------------------------*/
.first-section {
    background-image: url("../images/templatemo-wave-banner.jpg"),
        linear-gradient(#348cd2, #ffffff);
    background-repeat: no-repeat;
    background-size: 108% 76%;
    background-position: top;
    padding-top: 200px;
}

.owl-carousel {
    text-align: center;
}

.owl-carousel-image {
    display: block;
}

.owl-carousel .owl-item .owl-carousel-verified-image {
    display: inline-block;
    width: 30px;
    height: auto;
    position: relative;
    right: 5px;
}

.verified-image {
    display: inline-block;
    width: 20px;
    height: auto;
}

.owl-carousel .owl-item {
    opacity: 0.35;
}

.owl-carousel .owl-item.active.center {
    opacity: 1;
}

.owl-carousel-info-wrap {
    border-radius: var(--border-radius-medium);
    position: relative;
    overflow: hidden;
    text-align: left;
}

.owl-carousel-info {
    background-color: var(--section-bg-color);
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 30px;
}

.badge {
    background-color: var(--custom-btn-bg-color);
    font-family: var(--title-font-family);
    border-radius: var(--border-radius-large);
    color: var(--white-color);
    padding-bottom: 5px;
}

.owl-carousel-info-wrap .social-share,
.team-thumb .social-share {
    position: absolute;
    right: 0;
    bottom: 0;
}

.owl-carousel-info-wrap .social-icon,
.team-thumb .social-icon {
    opacity: 0;
    transition: all 0.3s ease;
    transform: translateX(0);
    padding-right: 20px;
    padding-left: 20px;
}

.owl-carousel .owl-item.active.center .owl-carousel-info-wrap:hover .social-icon,
.team-thumb:hover .social-icon {
    transform: translateY(-100%);
    opacity: 1;
}

.owl-carousel-info-wrap .social-icon-item,
.owl-carousel-info-wrap .social-icon-link,
.team-thumb .social-icon-item,
.team-thumb .social-icon-link {
    display: block;
    margin-bottom: 10px;
    margin-left: auto;
}

.owl-carousel-info-wrap .social-icon-link {
    margin-top: 5px;
    margin-bottom: 5px;
}

.owl-carousel .owl-dots {
    background-color: var(--white-color);
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    border-radius: var(--border-radius-large);
    display: inline-block;
    margin: auto;
    margin-top: 40px;
    padding: 15px 25px;
    padding-bottom: 7px;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 40px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--secondary-color);
}

/*---------------------------------------
  CUSTOM BLOCK              
-----------------------------------------*/
.custom-block {
    border: 2px solid var(--primary-color);
    border-radius: var(--border-radius-medium);
    position: relative;
    overflow: hidden;
    padding: 30px;
    transition: all 0.3s ease;
}

.custom-block:hover {
    background: var(--white-color);
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    border-color: transparent;
    transform: translateY(-3px);
}

.custom-block-info {
    display: block;
    padding: 10px 20px;
    padding-bottom: 0;
}

.custom-block-image-wrap {
    position: relative;
    display: block;
    height: 100%;
}

.custom-block-image-wrap>a {
    display: block;
}

.custom-block-image {
    border-radius: var(--border-radius-medium);
    display: block;
    width: 112px;
    height: 112px;
    object-fit: cover;
}

.custom-block-image-detail-page .custom-block-image {
    width: 100%;
    height: 212px;
}

.custom-block .custom-block-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.custom-block-icon-wrap {
    border-radius: var(--border-radius-medium);
    position: relative;
    overflow: hidden;
}

.custom-block-icon-wrap .section-overlay {
    opacity: 0.25;
}

.custom-block-btn-group {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 20px;
}

.custom-block-btn-group .custom-block-icon {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
}

.custom-block-icon {
    background: var(--primary-color);
    border-radius: var(--border-radius-medium);
    font-size: var(--p-font-size);
    color: var(--white-color);
    text-align: center;
    width: 32.5px;
    height: 32.5px;
    line-height: 32.5px;
    transition: all 0.3s;
}

.custom-block-icon:hover {
    background: var(--secondary-color);
    color: var(--white-color);
}

.custom-block .custom-btn {
    font-size: var(--menu-font-size);
    padding: 7px 15px;
}

.custom-block .custom-block-info+div .badge {
    background-color: var(--dark-color);
    color: var(--white-color);
    border-radius: 50px !important;
    font-size: var(--menu-font-size);
    display: flex;
    justify-content: center;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 30px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.custom-block .custom-block-info+div .badge:hover {
    background-color: var(--secondary-color);
}

.custom-block-full {
    background-color: var(--section-bg-color);
    border-color: transparent;
}

.custom-block-full:hover {
    border-color: var(--primary-color);
}

.custom-block-full .custom-block-info {
    padding: 20px;
    padding-bottom: 0;
}

.custom-block-full .custom-block-image {
    width: 100%;
    height: 210px;
}

.custom-block-full .social-share {
    position: absolute;
    top: 0;
    right: 0;
    margin: 50px;
}

.custom-block-top small {
    color: var(--p-color);
    font-family: var(--title-font-family);
}

.custom-block-top .badge {
    background-color: var(--secondary-color);
    color: var(--white-color);
    display: inline-block;
    vertical-align: middle;
    height: 26.64px;
    line-height: 20px;
}

.custom-block-bottom a:hover span {
    color: var(--primary-color);
}

.custom-block-bottom a span {
    font-family: var(--title-font-family);
    color: var(--p-color);
    text-transform: uppercase;
    margin-left: 3px;
}

.custom-block-overlay {
    border-color: transparent;
    padding: 0;
}

.custom-block-overlay .custom-block-image {
    margin: auto;
    width: 100%;
    height: 210px;
    transition: all 0.3s;
}

.custom-block-overlay:hover .custom-block-image {
    padding: 15px;
    padding-bottom: 0;
}

.custom-block-overlay-info {
    padding: 15px 20px 20px 20px;
}

/*---------------------------------------
  PROIFLE BLOCK               
-----------------------------------------*/
.profile-block {
    margin-top: 10px;
}

.profile-block-image {
    border-radius: var(--border-radius-large);
    width: 50px;
    height: 50px;
    object-fit: cover;
    margin-right: 10px;
}

.profile-block p strong {
    display: block;
    font-family: var(--title-font-family);
}

.profile-detail-block {
    border: 1px solid #dee2e6;
    border-radius: var(--border-radius-large);
    padding: 25px 35px;
}

.profile-detail-block p {
    margin-bottom: 0;
}

/*---------------------------------------
  ABOUT & TEAM SECTION               
-----------------------------------------*/
.about-image {
    border-radius: var(--border-radius-medium);
    display: block;
}

.team-thumb {
    border-radius: var(--border-radius-medium);
    position: relative;
    overflow: hidden;
}

.team-info {
    background-color: var(--white-color);
    bottom: 0;
    right: 0;
    left: 0;
    padding: 30px;
}

/*---------------------------------------
  PAGINATION               
-----------------------------------------*/
.pagination {
    border: 1px solid #dee2e6;
    border-radius: var(--border-radius-large);
    padding: 20px;
}

.page-link {
    border: 0;
    border-radius: var(--border-radius-small);
    color: var(--p-color);
    font-family: var(--title-font-family);
    margin: 0 5px;
    padding: 10px 20px;
}

.page-link:hover,
.page-item:first-child .page-link:hover,
.page-item:last-child .page-link:hover {
    background-color: var(--secondary-color);
    color: var(--white-color);
}

.page-item:first-child .page-link {
    margin-right: 10px;
}

.active>.page-link,
.page-link.active {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}

/*---------------------------------------
  CONTACT               
-----------------------------------------*/
.contact-info p strong {
    font-family: var(--title-font-family);
    min-width: 90px;
}

.contact-info p a {
    color: var(--p-color);
    border-bottom: 1px solid;
    padding-bottom: 3px;
}

.contact-info p a:hover {
    color: var(--secondary-color);
}

.google-map {
    border-radius: var(--border-radius-medium);
}

.contact-form .form-floating>textarea {
    border-radius: var(--border-radius-medium);
    height: 150px;
}

/*---------------------------------------
  SUBSCRIBE FORM               
-----------------------------------------*/
.subscribe-form-wrap {
    border: 1px solid var(--white-color);
    border-radius: var(--border-radius-small);
    width: 80%;
    position: relative;
    top: 12px;
    padding: 35px;
}

.subscribe-form-wrap h6 {
    background: var(--white-color);
    border-radius: var(--border-radius-medium);
    color: var(--primary-color);
    text-align: center;
    position: relative;
    bottom: 55px;
    margin-bottom: -25px;
    padding: 8px;
}

.subscribe-form #subscribe-email {
    border: 0;
    border-radius: 10px 10px 0 0;
    margin-bottom: 0;
}

.subscribe-form #submit {
    border-radius: 0 0 10px 10px;
}

/*---------------------------------------
  CUSTOM FORM               
-----------------------------------------*/
.custom-form .form-control {
    border-radius: var(--border-radius-small);
    color: var(--p-color);
    font-family: var(--title-font-family);
    font-size: var(--p-font-size);
    margin-bottom: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    outline: none;
}

.form-floating>label {
    padding-left: 20px;
}

.custom-form button[type="submit"] {
    background: var(--custom-btn-bg-color);
    border: none;
    border-radius: var(--border-radius-large);
    color: var(--white-color);
    font-family: var(--title-font-family);
    font-size: var(--p-font-size);
    font-weight: var(--font-weight-semibold);
    transition: all 0.3s;
    margin-bottom: 0;
}

.custom-form button[type="submit"]:hover,
.custom-form button[type="submit"]:focus {
    background: var(--custom-btn-bg-hover-color);
    border-color: transparent;
}

/*---------------------------------------
  SEARCH FORM               
-----------------------------------------*/
.search-form .form-control {
    border: 0;
    margin-bottom: 0;
}

.search-form button[type="submit"] {
    background: var(--secondary-color);
    border-color: var(--secondary-color);
    max-width: 50px;
    height: 100%;
    padding-left: 15px;
}

.search-form button[type="submit"]:hover {
    background: var(--primary-color);
}

/*---------------------------------------
  SITE FOOTER - COMPLETELY REDESIGNED              
-----------------------------------------*/
.footer-modern {
  background: linear-gradient(180deg, #0f172a 0%, #1e3a8a 50%, #0f172a 100%);
  color: #dbeafe;
  font-family: 'Plus Jakarta Sans', sans-serif;
  padding: 80px 0 40px;
  position: relative;
  overflow: hidden;
}

.footer-modern::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, 
    transparent 0%, 
    var(--color-primary) 25%, 
    var(--color-accent) 50%, 
    var(--color-primary) 75%, 
    transparent 100%);
  animation: shimmer 3s ease-in-out infinite;
}

@keyframes shimmer {
  0%, 100% { opacity: 0.5; }
  50% { opacity: 1; }
}

.footer-modern::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
    background: 
    radial-gradient(circle at 20% 30%, rgba(30, 58, 138, 0.2) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(59, 130, 246, 0.15) 0%, transparent 50%);
  pointer-events: none;
}

.footer-top {
  border-bottom: 2px solid rgba(59, 130, 246, 0.2);
  padding-bottom: 50px;
  margin-bottom: 40px;
  position: relative;
}

.footer-top::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100px;
  height: 2px;
  background: linear-gradient(90deg, var(--color-primary), var(--color-accent));
  animation: slideLine 4s ease-in-out infinite;
}

@keyframes slideLine {
  0% { left: 0; }
  50% { left: calc(100% - 100px); }
  100% { left: 0; }
}

.footer-top .container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 60px;
}

.footer-subscribe,
.footer-contact,
.footer-company {
  position: relative;
  padding: 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(10px);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid rgba(59, 130, 246, 0.15);
}

.footer-subscribe:hover,
.footer-contact:hover,
.footer-company:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(59, 130, 246, 0.35);
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(30, 58, 138, 0.25);
}

.footer-title {
  font-size: 1.6rem;
  margin-bottom: 25px;
  font-weight: 800;
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  position: relative;
  padding-bottom: 15px;
}

.footer-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #3b82f6, #1e3a8a);
  border-radius: 2px;
  animation: expandLine 2s ease-in-out infinite;
}

@keyframes expandLine {
  0%, 100% { width: 60px; }
  50% { width: 100px; }
}

.footer-subscribe p,
.footer-contact p,
.footer-company p {
  font-size: 0.95rem;
  margin-bottom: 20px;
  color: #93c5fd;
  line-height: 1.6;
}

.footer-company-info {
  margin-top: 15px;
}

.footer-company-info p {
  margin-bottom: 8px;
  font-size: 0.9rem;
  color: #60a5fa;
}

.footer-company-info strong {
  color: #3b82f6;
  font-weight: 600;
}

.footer-company-info a {
  color: #3b82f6;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-company-info a:hover {
  color: #60a5fa;
  text-decoration: underline;
}

.footer-form {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.footer-form input[type="email"] {
  flex: 1 1 200px;
  min-width: 200px;
  padding: 16px 24px;
  border: 2px solid rgba(59, 130, 246, 0.4);
  border-radius: 50px;
  font-size: 0.95rem;
  outline: none;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  font-family: 'Plus Jakarta Sans', sans-serif;
  position: relative;
}

.footer-form input[type="email"]::placeholder {
  color: rgba(147, 197, 253, 0.7);
  transition: opacity 0.3s ease;
}

.footer-form input[type="email"]:focus {
  background: rgba(255, 255, 255, 0.12);
  border-color: #3b82f6;
  box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.2), 0 8px 25px rgba(59, 130, 246, 0.25);
  transform: scale(1.02);
}

.footer-form input[type="email"]:focus::placeholder {
  opacity: 0.5;
}

.footer-form button {
  background: linear-gradient(135deg, #3b82f6 0%, #1e3a8a 100%);
  color: #ffffff;
  border: none;
  border-radius: 50px;
  padding: 16px 32px;
  font-weight: 800;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 0.95rem;
  white-space: nowrap;
  box-shadow: 0 6px 20px rgba(59, 130, 246, 0.5);
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  z-index: 1;
}

.footer-form button::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.6s ease, height 0.6s ease;
  z-index: -1;
}

.footer-form button::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.6s ease;
  z-index: 0;
}

.footer-form button:hover::before {
  width: 300px;
  height: 300px;
}

.footer-form button:hover::after {
  left: 100%;
}

.footer-form button:hover {
  background: linear-gradient(135deg, #3b82f6 0%, #1e40af 100%);
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 10px 30px rgba(59, 130, 246, 0.6), 0 0 20px rgba(59, 130, 246, 0.4);
}

.footer-form button:active {
  transform: translateY(-1px) scale(1.02);
  box-shadow: 0 5px 15px rgba(59, 130, 246, 0.5);
}

.footer-contact .footer-link {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 15px;
  color: #3b82f6;
  font-weight: 700;
  text-decoration: none;
  padding: 12px 24px;
  border-radius: 12px;
  background: rgba(59, 130, 246, 0.2);
  border: 2px solid rgba(59, 130, 246, 0.4);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 0.95rem;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.footer-contact .footer-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.4), transparent);
  transition: left 0.5s ease;
  z-index: -1;
}

.footer-contact .footer-link::after {
  content: '→';
  font-size: 1.2rem;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-block;
}

.footer-contact .footer-link:hover::before {
  left: 100%;
}

.footer-contact .footer-link:hover {
  background: rgba(59, 130, 246, 0.3);
  border-color: #3b82f6;
  color: #3b82f6;
  transform: translateX(8px) scale(1.05);
  box-shadow: 0 5px 20px rgba(59, 130, 246, 0.4);
}

.footer-contact .footer-link:hover::after {
  transform: translateX(8px) rotate(0deg);
}

.footer-bottom {
  padding-top: 25px;
}

.footer-bottom .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  align-items: center;
}

.footer-nav a {
  color: #60a5fa;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 600;
  padding: 8px 12px;
  border-radius: 8px;
  position: relative;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  z-index: 1;
}

.footer-nav a::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(59, 130, 246, 0.25);
  transition: left 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1;
  border-radius: 8px;
}

.footer-nav a::after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #3b82f6, #2563eb);
  border-radius: 2px;
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.footer-nav a:hover::before {
  left: 0;
}

.footer-nav a:hover {
  color: #3b82f6;
  transform: translateY(-2px);
  text-shadow: 0 2px 8px rgba(59, 130, 246, 0.6);
}

.footer-nav a:hover::after {
  width: 80%;
}

.footer-copy {
  font-size: 0.85rem;
  color: #3b82f6;
  user-select: none;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.footer-copy a {
  color: #60a5fa;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-copy a:hover {
  color: #3b82f6;
}

.footer-social {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}

.footer-social a {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(59, 130, 246, 0.2);
  border: 2px solid rgba(59, 130, 246, 0.4);
  color: #3b82f6;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 1.3rem;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.footer-social a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: linear-gradient(135deg, #3b82f6, #1e3a8a);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.5s ease, height 0.5s ease;
  z-index: -1;
}

.footer-social a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 0;
}

.footer-social a:hover::before {
  width: 100px;
  height: 100px;
}

.footer-social a:hover::after {
  opacity: 1;
}

.footer-social a:hover {
  border-color: #3b82f6;
  color: #ffffff;
  transform: translateY(-5px) rotate(5deg) scale(1.1);
  box-shadow: 0 8px 25px rgba(59, 130, 246, 0.6), 0 0 15px rgba(59, 130, 246, 0.4);
}

.footer-social a:active {
  transform: translateY(-2px) rotate(0deg) scale(1.05);
}

/* Адаптив */
@media (max-width: 768px) {
  .footer-modern {
    padding: 40px 0 25px;
  }

  .footer-top .container {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .footer-bottom .container {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  .footer-form {
    flex-direction: column;
  }

  .footer-form input[type="email"],
  .footer-form button {
    width: 100%;
    min-width: 100%;
  }

  .footer-nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  .footer-copy {
    flex-direction: column;
    align-items: flex-start;
  }
}


/*---------------------------------------
  SOCIAL ICON               
-----------------------------------------*/
.social-icon {
    margin: 0;
    padding: 0;
}

.social-icon-item {
    list-style: none;
    display: inline-block;
    vertical-align: top;
}

.social-icon-link {
    background: var(--secondary-color);
    border-radius: var(--border-radius-large);
    color: var(--white-color);
    font-size: var(--p-font-size);
    display: block;
    margin-right: 10px;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    transition: background 0.2s, color 0.2s;
}

.social-icon-link:hover {
    background: var(--primary-color);
    color: var(--white-color);
}

/*---------------------------------------
  RESPONSIVE STYLES               
-----------------------------------------*/
@media screen and (min-width: 2160px) {
    .first-section {
        background-size: 100% 90%;
        /* T o o p l a t e . c o m   C u s t o m i z e d */
    }
}

@media screen and (min-width: 1600px) {
    .site-footer {
        padding-top: 250px;
    }
}

@media screen and (max-width: 1240px) {
    .first-section {
        background-size: 116%;
        /* T o o p l a t e . c o m   C u s t o m i z e d */
    }
}

@media screen and (max-width: 991px) {
    h1 {
        font-size: 48px;
    }

    h2 {
        font-size: 36px;
    }

    h3 {
        font-size: 32px;
    }

    h4 {
        font-size: 28px;
    }

    h5 {
        font-size: 20px;
    }

    h6 {
        font-size: 18px;
    }

    .first-section {
        background-size: 160% 66%;
        /* T o o p l a t e . c o m   C u s t o m i z e d */
    }

    .section-padding {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .navbar-nav {
        background-color: var(--primary-color);
        border-radius: var(--border-radius-medium);
        padding: 30px;
    }

    .navbar-nav .nav-link {
        padding: 5px 0;
    }

    .navbar-nav .dropdown-menu {
        position: relative;
        left: 10px;
        opacity: 1;
        pointer-events: auto;
        max-width: 155px;
        margin-top: 10px;
        margin-bottom: 15px;
    }

    .navbar-expand-lg .navbar-nav {
        padding-bottom: 20px;
    }

    .nav-tabs .nav-link:first-child {
        margin-right: 5px;
    }

    .nav-tabs .nav-link {
        font-size: var(--copyright-font-size);
        padding: 10px;
    }

    .copyright-text {
        text-align: center;
    }

    .site-footer {
        margin-top: -200px;
        padding-top: 200px;
        padding-bottom: 100px;
    }
}

@media screen and (max-width: 540px) {
    .first-section {
        background-size: 180% 65%;
        /* T o o p l a t e . c o m   C u s t o m i z e d */
    }

    .custom-block .custom-block-top {
        flex-direction: column;
    }

    .custom-block .custom-block-top small:last-child {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 480px) {
    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 20px;
    }

    h3 {
        font-size: 26px;
    }

    h4 {
        font-size: 22px;
    }

    h5 {
        font-size: 20px;
    }
}

@media screen and (max-width: 414px) {
    .search-form {
        max-width: 200px;
    }
}

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");

/*---------------------------------------
  COOKIE BANNER - COMPLETELY REDESIGNED              
-----------------------------------------*/
.cookie-wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
}

.cookie-wrapper.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: all;
}

.cookie-wrapper.hidden {
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
    pointer-events: none;
}

.cookie-banner-container {
    background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 50%, #1e40af 100%);
    border-top: 3px solid #3b82f6;
    box-shadow: 0 -8px 32px rgba(15, 23, 42, 0.4), 0 -4px 16px rgba(59, 130, 246, 0.2);
    padding: 24px;
    position: relative;
    overflow: hidden;
}

.cookie-banner-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 50%, rgba(59, 130, 246, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 50%, rgba(99, 102, 241, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.cookie-banner-content {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.cookie-icon-wrapper {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
    animation: cookieIconPulse 2s ease-in-out infinite;
}

@keyframes cookieIconPulse {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 6px 20px rgba(59, 130, 246, 0.5);
    }
}

.cookie-icon-wrapper svg {
    width: 28px;
    height: 28px;
}

.cookie-text-content {
    flex: 1;
    min-width: 0;
}

.cookie-title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 8px 0;
    line-height: 1.3;
    letter-spacing: -0.02em;
}

.cookie-description {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
    line-height: 1.6;
}

.cookie-link {
    color: #60a5fa;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.2s ease;
    border-bottom: 1px solid transparent;
    margin-left: 4px;
}

.cookie-link:hover {
    color: #93c5fd;
    border-bottom-color: #93c5fd;
}

.cookie-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
    margin-left: auto;
}

.cookie-button {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 24px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    outline: none;
}

.cookie-button::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.cookie-button:hover::before {
    width: 300px;
    height: 300px;
}

.cookie-button span {
    position: relative;
    z-index: 1;
}

.cookie-button svg {
    position: relative;
    z-index: 1;
    transition: transform 0.3s ease;
}

.cookie-button-primary {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}

.cookie-button-primary:hover {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    box-shadow: 0 6px 20px rgba(59, 130, 246, 0.4);
    transform: translateY(-2px);
}

.cookie-button-primary:hover svg {
    transform: scale(1.1);
}

.cookie-button-primary:active {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(59, 130, 246, 0.3);
}

.cookie-button-secondary {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    border: 2px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
}

.cookie-button-secondary:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
}

.cookie-button-secondary:active {
    transform: translateY(0);
}

@media (max-width: 768px) {
    .cookie-banner-container {
        padding: 20px;
    }

    .cookie-banner-content {
        flex-direction: column;
        gap: 16px;
    }

    .cookie-icon-wrapper {
        width: 40px;
        height: 40px;
    }

    .cookie-icon-wrapper svg {
        width: 24px;
        height: 24px;
    }

    .cookie-title {
        font-size: 18px;
    }

    .cookie-description {
        font-size: 13px;
    }

    .cookie-actions {
        width: 100%;
        flex-direction: column;
        margin-left: 0;
    }

    .cookie-button {
        width: 100%;
        padding: 14px 24px;
    }
}

@media (max-width: 480px) {
    .cookie-banner-container {
        padding: 16px;
    }

    .cookie-title {
        font-size: 16px;
    }

    .cookie-description {
        font-size: 12px;
    }

    .cookie-button {
        font-size: 13px;
        padding: 12px 20px;
    }
}

/*---------------------------------------
  ABOUT PAGE - COMPLETELY REDESIGNED              
-----------------------------------------*/
.about-hero-section {
  position: relative;
  background: linear-gradient(180deg, #0f172a 0%, #1e3a8a 30%, #1e40af 60%, #0f172a 100%);
  padding: 150px 20px 100px;
  overflow: hidden;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.about-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
}

.about-hero-wave {
  position: absolute;
  width: 200%;
  height: 200%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(59, 130, 246, 0.1) 0%, transparent 70%);
  filter: blur(100px);
  animation: waveFloat 20s ease-in-out infinite;
}

.wave-1 {
  top: -50%;
  left: -50%;
  animation-delay: 0s;
}

.wave-2 {
  bottom: -50%;
  right: -50%;
  animation-delay: 10s;
}

@keyframes waveFloat {
  0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.5; }
  50% { transform: translate(30px, -30px) scale(1.1); opacity: 0.7; }
}

.about-hero-content {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.about-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 1.5rem;
}

.badge-dot {
  width: 8px;
  height: 8px;
  background: #3b82f6;
  border-radius: 50%;
  box-shadow: 0 0 12px rgba(59, 130, 246, 0.8);
  animation: pulseDot 2s ease-in-out infinite;
}

.badge-text {
  padding: 10px 28px;
  background: rgba(59, 130, 246, 0.15);
  border: 2px solid rgba(59, 130, 246, 0.3);
  border-radius: 50px;
  color: #93c5fd;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.about-hero-title {
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  letter-spacing: -1px;
}

.title-line-1 {
  display: block;
  color: #ffffff;
  margin-bottom: 0.3rem;
}

.title-line-2 {
  display: block;
  background: linear-gradient(135deg, #60a5fa 0%, #3b82f6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.about-hero-description {
  font-size: 1.3rem;
  line-height: 1.8;
  color: #dbeafe;
  font-weight: 400;
  max-width: 800px;
  margin: 0 auto;
}

.about-story-section {
  background: #ffffff;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.about-story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

.story-content-block {
  position: relative;
}

.story-number {
  font-size: 8rem;
  font-weight: 900;
  color: rgba(59, 130, 246, 0.1);
  line-height: 1;
  margin-bottom: 1rem;
  position: absolute;
  top: -30px;
  left: -20px;
  z-index: 0;
}

.story-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #1e3a8a;
  margin-bottom: 1.5rem;
  line-height: 1.3;
  position: relative;
  z-index: 1;
}

.story-text {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #475569;
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 1;
}

.story-image-block {
  position: relative;
}

.story-image-frame {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(30, 58, 138, 0.2);
}

.story-image-frame img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.6s ease;
}

.story-image-frame:hover img {
  transform: scale(1.05);
}

.image-glow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.1), transparent);
  pointer-events: none;
}

.about-approach-section {
  position: relative;
  background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 50%, #e2e8f0 100%);
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.about-approach-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(circle at 20% 30%, rgba(59, 130, 246, 0.05) 0%, transparent 50%);
  z-index: 0;
  pointer-events: none;
}

.about-approach-header {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 60px;
  position: relative;
  z-index: 2;
}

.approach-badge-about {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 1.5rem;
  padding: 12px 28px;
  background: rgba(59, 130, 246, 0.12);
  border: 2px solid rgba(59, 130, 246, 0.25);
  border-radius: 50px;
  backdrop-filter: blur(10px);
  color: #2563eb;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.approach-badge-about svg {
  width: 20px;
  height: 20px;
}

.about-approach-title {
  font-size: 3rem;
  font-weight: 900;
  color: #1e3a8a;
  margin-bottom: 1rem;
  line-height: 1.2;
}

.about-approach-subtitle {
  font-size: 1.2rem;
  line-height: 1.8;
  color: #475569;
  font-weight: 500;
}

.about-pillars-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.pillar-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 40px;
  box-shadow: 0 10px 40px rgba(30, 58, 138, 0.1);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid transparent;
  position: relative;
}

.pillar-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 60px rgba(30, 58, 138, 0.2);
  border-color: rgba(59, 130, 246, 0.3);
}

.pillar-featured {
  background: linear-gradient(135deg, #1e3a8a 0%, #1e40af 100%);
  color: #ffffff;
  border-color: #3b82f6;
  transform: scale(1.05);
}

.pillar-badge {
  position: absolute;
  top: 20px;
  right: -35px;
  background: linear-gradient(135deg, #3b82f6, #2563eb);
  color: #ffffff;
  padding: 8px 50px;
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  transform: rotate(45deg);
  box-shadow: 0 4px 15px rgba(59, 130, 246, 0.5);
  z-index: 4;
}

.pillar-icon-box {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.12), rgba(37, 99, 235, 0.08));
  border: 3px solid rgba(59, 130, 246, 0.2);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2563eb;
  margin-bottom: 1.5rem;
  transition: all 0.5s ease;
}

.pillar-card:hover .pillar-icon-box {
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.2), rgba(37, 99, 235, 0.15));
  border-color: rgba(59, 130, 246, 0.4);
  transform: scale(1.1) rotate(5deg);
}

.pillar-featured .pillar-icon-box {
  background: rgba(96, 165, 250, 0.2);
  border-color: rgba(96, 165, 250, 0.4);
  color: #93c5fd;
}

.pillar-title {
  font-size: 1.6rem;
  font-weight: 800;
  color: #1e3a8a;
  margin-bottom: 1rem;
  line-height: 1.3;
}

.pillar-featured .pillar-title {
  color: #ffffff;
}

.pillar-description {
  font-size: 1.05rem;
  line-height: 1.75;
  color: #475569;
}

.pillar-featured .pillar-description {
  color: #dbeafe;
}

.about-company-section {
  background: #ffffff;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.company-info-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.company-header-box {
  text-align: center;
  margin-bottom: 60px;
}

.company-icon-wrapper {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #3b82f6, #2563eb);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  margin: 0 auto 1.5rem;
  box-shadow: 0 10px 30px rgba(59, 130, 246, 0.4);
}

.company-title {
  font-size: 2.8rem;
  font-weight: 900;
  color: #1e3a8a;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}

.company-subtitle {
  font-size: 1.2rem;
  color: #64748b;
  font-weight: 600;
}

.company-details-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.company-detail-card {
  background: #f8fafc;
  border: 2px solid rgba(59, 130, 246, 0.1);
  border-radius: 20px;
  padding: 30px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
  transition: all 0.4s ease;
}

.company-detail-card:hover {
  border-color: rgba(59, 130, 246, 0.3);
  box-shadow: 0 10px 30px rgba(30, 58, 138, 0.15);
  transform: translateY(-5px);
}

.detail-icon {
  font-size: 2.5rem;
  flex-shrink: 0;
}

.detail-content {
  flex: 1;
}

.detail-label {
  font-size: 0.9rem;
  font-weight: 700;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 0.5rem;
}

.detail-value {
  font-size: 1.1rem;
  font-weight: 600;
  color: #1e3a8a;
  line-height: 1.6;
  margin: 0;
}

.detail-value a {
  color: #2563eb;
  text-decoration: none;
  transition: color 0.3s ease;
}

.detail-value a:hover {
  color: #1e40af;
}

.detail-note {
  font-size: 0.9rem;
  color: #64748b;
  font-weight: 400;
}

.about-team-section {
  position: relative;
  background: linear-gradient(180deg, #f0f7ff 0%, #e0f2fe 50%, #dbeafe 100%);
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.about-team-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(circle at 80% 70%, rgba(59, 130, 246, 0.06) 0%, transparent 50%);
  z-index: 0;
  pointer-events: none;
}

.team-header-section {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 60px;
  position: relative;
  z-index: 2;
}

.team-badge-about {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 1.5rem;
}

.team-badge-dot {
  width: 8px;
  height: 8px;
  background: #3b82f6;
  border-radius: 50%;
  box-shadow: 0 0 12px rgba(59, 130, 246, 0.8);
  animation: pulseDot 2s ease-in-out infinite;
}

.team-badge-text {
  padding: 10px 28px;
  background: rgba(59, 130, 246, 0.12);
  border: 2px solid rgba(59, 130, 246, 0.25);
  border-radius: 50px;
  color: #2563eb;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.team-main-title {
  font-size: 3rem;
  font-weight: 900;
  color: #1e3a8a;
  margin-bottom: 1rem;
  line-height: 1.2;
}

.team-main-description {
  font-size: 1.2rem;
  line-height: 1.8;
  color: #475569;
  font-weight: 500;
}

.team-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 35px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.team-member-card {
  background: #ffffff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(30, 58, 138, 0.1);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid transparent;
}

.team-member-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 60px rgba(30, 58, 138, 0.2);
  border-color: rgba(59, 130, 246, 0.3);
}

.member-image-container {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.member-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.team-member-card:hover .member-image {
  transform: scale(1.1);
}

.member-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(30, 58, 138, 0.3) 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.team-member-card:hover .member-image-overlay {
  opacity: 1;
}

.member-info-box {
  padding: 30px;
  text-align: center;
}

.member-name {
  font-size: 1.5rem;
  font-weight: 800;
  color: #1e3a8a;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}

.member-role {
  font-size: 1rem;
  color: #64748b;
  font-weight: 600;
  margin-bottom: 1rem;
  line-height: 1.5;
}

.member-expertise {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

.expertise-tag {
  padding: 6px 14px;
  background: rgba(59, 130, 246, 0.1);
  border: 1px solid rgba(59, 130, 246, 0.2);
  border-radius: 50px;
  color: #2563eb;
  font-size: 0.85rem;
  font-weight: 700;
}

@media (max-width: 991px) {
  .about-hero-title {
    font-size: 3rem;
  }

  .about-story-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .about-pillars-grid {
    grid-template-columns: 1fr;
  }

  .pillar-featured {
    transform: scale(1);
  }

  .team-cards-grid {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  }
}

@media (max-width: 480px) {
  .about-hero-title {
    font-size: 2.5rem;
  }

  .about-hero-description {
    font-size: 1.1rem;
  }

  .story-title {
    font-size: 2rem;
  }

  .about-approach-title {
    font-size: 2.2rem;
  }

  .company-title {
    font-size: 2.2rem;
  }

  .team-main-title {
    font-size: 2.2rem;
  }
}

/*---------------------------------------
  CONTACT PAGE - COMPLETELY REDESIGNED              
-----------------------------------------*/
.contact-hero-section {
  position: relative;
  background: linear-gradient(180deg, #0f172a 0%, #1e3a8a 30%, #1e40af 60%, #0f172a 100%);
  padding: 150px 20px 100px;
  overflow: hidden;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.contact-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
}

.contact-hero-circle {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(59, 130, 246, 0.1) 0%, transparent 70%);
  filter: blur(80px);
  animation: circleFloat 20s ease-in-out infinite;
}

.contact-hero-circle.circle-1 {
  width: 500px;
  height: 500px;
  top: -150px;
  left: -150px;
  animation-delay: 0s;
}

.contact-hero-circle.circle-2 {
  width: 600px;
  height: 600px;
  bottom: -200px;
  right: -200px;
  animation-delay: 7s;
}

.contact-hero-circle.circle-3 {
  width: 400px;
  height: 400px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation-delay: 14s;
}

.contact-hero-content {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.contact-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 1.5rem;
}

.contact-badge-dot {
  width: 8px;
  height: 8px;
  background: #3b82f6;
  border-radius: 50%;
  box-shadow: 0 0 12px rgba(59, 130, 246, 0.8);
  animation: pulseDot 2s ease-in-out infinite;
}

.contact-badge-text {
  padding: 10px 28px;
  background: rgba(59, 130, 246, 0.15);
  border: 2px solid rgba(59, 130, 246, 0.3);
  border-radius: 50px;
  color: #93c5fd;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.contact-hero-title {
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  letter-spacing: -1px;
}

.contact-title-line-1 {
  display: block;
  color: #ffffff;
  margin-bottom: 0.3rem;
}

.contact-title-line-2 {
  display: block;
  background: linear-gradient(135deg, #60a5fa 0%, #3b82f6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.contact-hero-description {
  font-size: 1.3rem;
  line-height: 1.8;
  color: #dbeafe;
  font-weight: 400;
  max-width: 800px;
  margin: 0 auto;
}

.contact-form-section {
  background: #ffffff;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.contact-form-layout {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 60px;
  max-width: 1200px;
  margin: 0 auto;
  align-items: start;
}

.contact-form-wrapper-new {
  background: #f8fafc;
  border: 2px solid rgba(59, 130, 246, 0.1);
  border-radius: 24px;
  padding: 50px;
  box-shadow: 0 10px 40px rgba(30, 58, 138, 0.1);
}

.form-header-box {
  text-align: center;
  margin-bottom: 40px;
}

.form-icon-wrapper {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #3b82f6, #2563eb);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  margin: 0 auto 1.5rem;
  box-shadow: 0 10px 30px rgba(59, 130, 246, 0.4);
}

.form-main-title {
  font-size: 2.2rem;
  font-weight: 800;
  color: #1e3a8a;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}

.form-subtitle {
  font-size: 1.1rem;
  color: #64748b;
  font-weight: 500;
}

.contact-form-new {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.form-field-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-label-new {
  font-size: 1rem;
  font-weight: 700;
  color: #1e3a8a;
}

.required-star {
  color: #ef4444;
  margin-left: 4px;
}

.form-input-new,
.form-textarea-new {
  width: 100%;
  padding: 16px 20px;
  background: #ffffff;
  border: 2px solid rgba(59, 130, 246, 0.2);
  border-radius: 12px;
  font-size: 1rem;
  color: #1e3a8a;
  font-family: 'Plus Jakarta Sans', sans-serif;
  transition: all 0.3s ease;
}

.form-input-new:focus,
.form-textarea-new:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.1);
}

.form-input-new::placeholder,
.form-textarea-new::placeholder {
  color: #94a3b8;
}

.form-textarea-new {
  resize: vertical;
  min-height: 150px;
}

.form-input-new.is-invalid,
.form-textarea-new.is-invalid {
  border-color: #ef4444;
  box-shadow: 0 0 0 4px rgba(239, 68, 68, 0.1);
}

.form-input-new.is-valid,
.form-textarea-new.is-valid {
  border-color: #10b981;
  box-shadow: 0 0 0 4px rgba(16, 185, 129, 0.1);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 8px;
  font-size: 0.875rem;
  color: #ef4444;
  font-weight: 600;
}

.form-input-new.is-invalid ~ .invalid-feedback,
.form-textarea-new.is-invalid ~ .invalid-feedback {
  display: block;
}

.contact-form-new.was-validated .form-input-new:invalid ~ .invalid-feedback,
.contact-form-new.was-validated .form-textarea-new:invalid ~ .invalid-feedback {
  display: block;
}

.contact-form-new.was-validated .form-input-new:invalid,
.contact-form-new.was-validated .form-textarea-new:invalid {
  border-color: #ef4444;
  box-shadow: 0 0 0 4px rgba(239, 68, 68, 0.1);
}

.form-submit-button {
  padding: 18px 42px;
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
  color: #ffffff;
  border: none;
  border-radius: 50px;
  font-weight: 800;
  font-size: 1.1rem;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 12px 35px rgba(59, 130, 246, 0.5);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 10px;
}

.form-submit-button:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 18px 45px rgba(59, 130, 246, 0.7);
  color: #ffffff;
}

.form-submit-button svg {
  transition: transform 0.3s ease;
}

.form-submit-button:hover svg {
  transform: translateX(5px);
}

.contact-info-sidebar {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.info-card {
  background: #ffffff;
  border: 2px solid rgba(59, 130, 246, 0.1);
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 8px 30px rgba(30, 58, 138, 0.08);
  transition: all 0.4s ease;
}

.info-card:hover {
  border-color: rgba(59, 130, 246, 0.3);
  box-shadow: 0 12px 40px rgba(30, 58, 138, 0.15);
  transform: translateY(-5px);
}

.info-card-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.12), rgba(37, 99, 235, 0.08));
  border: 3px solid rgba(59, 130, 246, 0.2);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2563eb;
  margin-bottom: 1.5rem;
  transition: all 0.4s ease;
}

.info-card:hover .info-card-icon {
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.2), rgba(37, 99, 235, 0.15));
  border-color: rgba(59, 130, 246, 0.4);
  transform: scale(1.1) rotate(5deg);
}

.info-card-title {
  font-size: 1.3rem;
  font-weight: 800;
  color: #1e3a8a;
  margin-bottom: 1rem;
  line-height: 1.3;
}

.info-card-text {
  font-size: 1rem;
  line-height: 1.7;
  color: #475569;
  margin: 0;
}

.info-card-text a {
  color: #2563eb;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.info-card-text a:hover {
  color: #1e40af;
}

.info-card-text strong {
  color: #1e3a8a;
  font-weight: 700;
}

@media (max-width: 991px) {
  .contact-hero-title {
    font-size: 3rem;
  }

  .contact-form-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

@media (max-width: 480px) {
  .contact-hero-title {
    font-size: 2.5rem;
  }

  .contact-hero-description {
    font-size: 1.1rem;
  }

  .contact-form-wrapper-new {
    padding: 30px 24px;
  }

  .form-main-title {
    font-size: 1.8rem;
  }
}

/*---------------------------------------
  FAQ PAGE - COMPLETELY REDESIGNED              
-----------------------------------------*/
.faq-hero-section {
  position: relative;
  background: linear-gradient(180deg, #0f172a 0%, #1e3a8a 30%, #1e40af 60%, #0f172a 100%);
  padding: 150px 20px 100px;
  overflow: hidden;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.faq-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
}

.faq-hero-pattern {
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(59, 130, 246, 0.08) 0%, transparent 70%);
  filter: blur(60px);
  animation: patternFloat 15s ease-in-out infinite;
}

.faq-hero-pattern.pattern-1 {
  top: 20%;
  left: 10%;
  animation-delay: 0s;
}

.faq-hero-pattern.pattern-2 {
  bottom: 20%;
  right: 10%;
  animation-delay: 7.5s;
}

@keyframes patternFloat {
  0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.5; }
  50% { transform: translate(30px, -30px) scale(1.2); opacity: 0.7; }
}

.faq-hero-content {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.faq-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 1.5rem;
}

.faq-badge-dot {
  width: 8px;
  height: 8px;
  background: #3b82f6;
  border-radius: 50%;
  box-shadow: 0 0 12px rgba(59, 130, 246, 0.8);
  animation: pulseDot 2s ease-in-out infinite;
}

.faq-badge-text {
  padding: 10px 28px;
  background: rgba(59, 130, 246, 0.15);
  border: 2px solid rgba(59, 130, 246, 0.3);
  border-radius: 50px;
  color: #93c5fd;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.faq-hero-title {
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  letter-spacing: -1px;
}

.faq-title-line-1 {
  display: block;
  color: #ffffff;
  margin-bottom: 0.3rem;
}

.faq-title-line-2 {
  display: block;
  background: linear-gradient(135deg, #60a5fa 0%, #3b82f6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.faq-hero-description {
  font-size: 1.3rem;
  line-height: 1.8;
  color: #dbeafe;
  font-weight: 400;
  max-width: 800px;
  margin: 0 auto;
}

.faq-accordion-section {
  background: #ffffff;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.faq-accordion-wrapper {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.faq-accordion-item {
  background: #f8fafc;
  border: 2px solid rgba(59, 130, 246, 0.1);
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.4s ease;
}

.faq-accordion-item:hover {
  border-color: rgba(59, 130, 246, 0.3);
  box-shadow: 0 8px 30px rgba(30, 58, 138, 0.1);
}

.faq-accordion-header {
  width: 100%;
  padding: 28px 32px;
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  gap: 20px;
  cursor: pointer;
  text-align: left;
  transition: all 0.3s ease;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.faq-accordion-header:hover {
  background: rgba(59, 130, 246, 0.05);
}

.faq-accordion-header:not(.collapsed) {
  background: rgba(59, 130, 246, 0.1);
  border-bottom: 2px solid rgba(59, 130, 246, 0.2);
}

.faq-question-number {
  font-size: 1.5rem;
  font-weight: 900;
  color: #3b82f6;
  min-width: 50px;
  flex-shrink: 0;
}

.faq-question-text {
  flex: 1;
  font-size: 1.2rem;
  font-weight: 700;
  color: #1e3a8a;
  line-height: 1.4;
}

.faq-accordion-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  color: #3b82f6;
  transition: transform 0.3s ease;
}

.faq-accordion-header:not(.collapsed) .faq-accordion-icon {
  transform: rotate(180deg);
}

.faq-accordion-collapse {
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-accordion-body {
  padding: 0 32px 28px 102px;
  font-size: 1.05rem;
  line-height: 1.8;
  color: #475569;
}

.faq-accordion-body p {
  margin: 0;
}

.faq-cta-section {
  position: relative;
  background: linear-gradient(135deg, #1e3a8a 0%, #1e40af 100%);
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.faq-cta-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(circle at 50% 50%, rgba(96, 165, 250, 0.1) 0%, transparent 70%);
  z-index: 0;
  pointer-events: none;
}

.faq-cta-content {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.cta-icon-wrapper {
  width: 100px;
  height: 100px;
  background: rgba(96, 165, 250, 0.2);
  border: 3px solid rgba(96, 165, 250, 0.4);
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #93c5fd;
  margin: 0 auto 2rem;
  box-shadow: 0 10px 30px rgba(96, 165, 250, 0.3);
}

.cta-title {
  font-size: 2.5rem;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 1rem;
  line-height: 1.2;
}

.cta-description {
  font-size: 1.2rem;
  line-height: 1.8;
  color: #dbeafe;
  margin-bottom: 2.5rem;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 18px 42px;
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
  color: #ffffff;
  border: none;
  border-radius: 50px;
  font-weight: 800;
  font-size: 1.1rem;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 12px 35px rgba(59, 130, 246, 0.5);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.cta-button:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 18px 45px rgba(59, 130, 246, 0.7);
  color: #ffffff;
}

.cta-button svg {
  transition: transform 0.3s ease;
}

.cta-button:hover svg {
  transform: translateX(5px);
}

@media (max-width: 991px) {
  .faq-hero-title {
    font-size: 3rem;
  }

  .faq-accordion-body {
    padding-left: 32px;
  }
}

@media (max-width: 480px) {
  .faq-hero-title {
    font-size: 2.5rem;
  }

  .faq-hero-description {
    font-size: 1.1rem;
  }

  .faq-accordion-header {
    padding: 20px 24px;
    flex-wrap: wrap;
  }

  .faq-question-number {
    min-width: 40px;
    font-size: 1.2rem;
  }

  .faq-question-text {
    font-size: 1.1rem;
  }

  .faq-accordion-body {
    padding: 0 24px 20px 24px;
    font-size: 1rem;
  }

  .cta-title {
    font-size: 2rem;
  }

  .cta-description {
    font-size: 1.1rem;
  }
}