/* Custom styles */
.bg-gradient-primary {
    background: linear-gradient(45deg, #2937f0, #9f1ae2);
}

.hero-section {
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
}

.feature-card {
    background: #fff;
    border-radius: 1rem;
    transition: all 0.3s ease;
    border: 1px solid rgba(0,0,0,0.1);
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.feature-icon-wrapper {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    position: relative;
}

.feature-icon-wrapper img {
    width: 100px;
    height: 100px;
}

.pricing-card {
    border: none;
    border-radius: 1rem;
    transition: all 0.3s ease;
}

.pricing-card:hover {
    transform: scale(1.02);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.card-price {
    font-size: 2.5rem;
    font-weight: bold;
    color: #2937f0;
}

.btn-primary {
    background: #2937f0;
    border-color: #2937f0;
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
}

.btn-primary:hover {
    background: #1e2bd4;
    border-color: #1e2bd4;
}

.navbar {
    padding: 1rem 0;
    background: rgba(255,255,255,0.95) !important;
    backdrop-filter: blur(10px);
}

@media (max-width: 768px) {
    .hero-section {
        padding: 4rem 0;
    }
} 

.min-vh-75 {
    min-height: 75vh;
}

.hero-section {
    background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
}

.display-3 {
    font-size: 3.5rem;
    line-height: 1.2;
}

.ad-preview {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

.ad-preview.search-ad {
    background: #fff url('../images/search-ad-bg.png') no-repeat center;
    background-size: cover;
    height: 300px;
}

.ad-preview.display-ad {
    background: #fff url('../images/display-ad-bg.png') no-repeat center;
    background-size: cover;
    height: 300px;
}

.ad-preview.video-ad {
    background: #fff url('../images/video-ad-bg.png') no-repeat center;
    background-size: cover;
    height: 300px;
}

@media (max-width: 991.98px) {
    .display-3 {
        font-size: 2.5rem;
    }
    
    .min-vh-75 {
        min-height: auto;
    }
    
    .hero-section {
        padding: 40px 0;
    }
} 

/* Navbar styles */
.navbar {
    padding: 0.75rem 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    background: #fff !important;
}

.navbar-brand {
    padding: 0;
    margin: 0;
}

.navbar-brand img {
    height: 26px;
    width: auto;
}

.navbar .nav-link {
    color: #202124 !important;
    font-size: 0.9375rem;
    padding: 0.5rem 1rem !important;
}

.navbar .nav-link:hover {
    color: #1a73e8 !important;
}

@media (max-width: 991.98px) {
    .navbar {
        padding: 0.5rem 0;
    }
    
    .navbar-brand img {
        height: 32px;
    }
}

/* Hero section */
.hero-section {
    background: #fff;
    padding: 4rem 0 6rem;
}

.hero-section h1 {
    font-size: 4rem;
    line-height: 1.2;
    color: #202124;
}

.hero-section .lead {
    color: #5f6368;
    font-size: 1.25rem;
}

/* Buttons */
.btn-primary {
    background: #1a73e8;
    border-color: #1a73e8;
    padding: 0.625rem 1.5rem;
    font-size: 0.875rem;
    border-radius: 4px;
}

.btn-primary:hover {
    background: #1557b0;
    border-color: #1557b0;
}

.btn-outline-primary {
    border-color: #1a73e8;
    color: #1a73e8;
    padding: 0.625rem 1.5rem;
    font-size: 0.875rem;
    border-radius: 4px;
}

.btn-outline-dark {
    border-color: #5f6368;
    color: #5f6368;
}

/* Ad previews */
.ad-preview {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 2px rgba(60,64,67,0.3), 0 2px 6px 2px rgba(60,64,67,0.15);
    height: 400px;
    padding: 0;
    overflow: hidden;
}

.slider-image {
    position: relative;
}


/* Animations */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes slideIn {
    from { opacity: 0; transform: translateX(30px); }
    to { opacity: 1; transform: translateX(0); }
}

/* Responsive */
@media (max-width: 991.98px) {
    .hero-section h1 {
        font-size: 2.5rem;
    }
    
    .notification-bar .container {
        flex-direction: column;
        text-align: center;
    }
    
    .notification-bar .btn {
        margin-top: 1rem;
    }
} 

/* Hero section styles */
.hero-section {
    padding: 60px 0;
    background: #fff;
    min-height: 70vh;
    display: flex;
    align-items: center;
}

.hero-content {
    position: relative;
    z-index: 2;
}

/* Text styles */
.hero-section h1 {
    font-size: 5rem;
    line-height: 1.1;
    color: #202124;
    margin-bottom: 1.5rem;
}

.hero-section .lead {
    font-size: 1.25rem;
    line-height: 1.5;
    color: #5f6368;
    margin-bottom: 2rem;
}

/* Image container styles */
.hero-image-container {
    position: relative;
    padding: 30px;
    max-width: 400px;
    margin: 0 auto;
}

.hero-circle {
    position: absolute;
    width: 400px;
    height: 400px;
    background: #FEF7E0;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}


.ad-circle {
    position: absolute;
    right: -60px;
    top: -60px;
    width: 120px;
    height: 120px;
    background: rgba(234, 67, 53, 0.1);
    border-radius: 50%;
    z-index: -1;
}

/* Responsive */
@media (max-width: 991.98px) {
    .search-preview {
        max-width: 300px;
    }
    
    .ad-circle {
        width: 100px;
        height: 100px;
        right: -50px;
        top: -50px;
    }
}

.search-bar {
    background: #F1F3F4;
    border-radius: 20px;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.search-icon {
    margin-right: 10px;
    opacity: 0.5;
}

.search-text {
    color: #5F6368;
    font-size: 16px;
}

.search-result {
    padding: 12px;
    border: 1px solid #DADCE0;
    border-radius: 8px;
}

.result-card {
    position: relative;
}

.ad-label {
    display: inline-block;
    padding: 2px 8px;
    background: #fff;
    border: 1px solid #DADCE0;
    border-radius: 4px;
    font-size: 12px;
    color: #5F6368;
    margin-bottom: 8px;
}

.result-card h6 {
    color: #1A73E8;
    font-size: 18px;
    margin-bottom: 4px;
}

.result-card p {
    color: #5F6368;
    font-size: 14px;
    margin-bottom: 0;
}

.phone-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

/* Responsive styles */
@media (max-width: 991.98px) {
    .hero-section h1 {
        font-size: 3.5rem;
    }
    
    .hero-circle {
        width: 280px;
        height: 280px;
    }
    
    .hero-image-container {
        margin-top: 40px;
    }
    
    .search-preview {
        max-width: 300px;
    }
}

@media (max-width: 767.98px) {
    .hero-section h1 {
        font-size: 2.75rem;
    }
}

.ad-circle {
    position: absolute;
    right: -100px;
    top: -100px;
    width: 200px;
    height: 200px;
    background: rgba(234, 67, 53, 0.1);
    border-radius: 50%;
}

.video-badge {
    position: absolute;
    right: 20px;
    bottom: 20px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 6px 12px;
    border-radius: 16px;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.badge-icon {
    font-size: 10px;
}

/* Slider animations */
.slider-item, .slider-image {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, transform 0.5s ease;
    position: absolute;
    width: 100%;
    transform: translateY(20px);
}

.slider-item.active, .slider-image.active {
    opacity: 1;
    visibility: visible;
    position: relative;
    transform: translateY(0);
}

@media (max-width: 991.98px) {
    .hero-section {
        min-height: auto;
        padding: 60px 0;
    }

    .hero-section h1 {
        font-size: 3.5rem;
    }

    .hero-section .lead {
        font-size: 1.25rem;
    }

    .hero-slider-images {
        margin-top: 60px;
    }
}

@media (max-width: 767.98px) {
    .hero-section h1 {
        font-size: 2.75rem;
    }
}

/* Text styles */
.hero-section h1 {
    font-size: 5rem;
    line-height: 1.1;
    color: #202124;
    margin-bottom: 1.5rem;
}

.hero-section .lead {
    font-size: 1.5rem;
    line-height: 1.4;
    color: #5f6368;
    margin-bottom: 2rem;
}

/* Button styles */
.hero-section .btn {
    font-size: 1.125rem;
    padding: 0.75rem 2rem;
}

/* Slider styles */
.hero-slider, .hero-slider-images {
    position: relative;
}

.slider-item, .slider-image {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, transform 0.5s ease;
    position: absolute;
    width: 100%;
    transform: translateY(20px);
}

.slider-item.active, .slider-image.active {
    opacity: 1;
    visibility: visible;
    position: relative;
    transform: translateY(0);
}

/* Slider dots */
.slider-dots,
.slider-dot,
.slider-dot.active {
    display: none;
}

/* Image transitions */
.hero-slider-images .slider-image {
    transform: translateX(30px);
}

.hero-slider-images .slider-image.active {
    transform: translateX(0);
}

/* Text styles */
.hero-section h1 {
    font-size: 4.5rem;
    line-height: 1.1;
    color: #202124;
    margin-bottom: 1.5rem;
}

.hero-section .lead {
    font-size: 1.25rem;
    line-height: 1.5;
    color: #5f6368;
}

/* Image slider styles */
.hero-slider-images {
    position: relative;
    padding: 20px;
}

.slider-image {
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
    position: absolute;
    width: 100%;
}

.slider-image.active {
    opacity: 1;
    visibility: visible;
    position: relative;
}

.ad-preview {
    position: relative;
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 1px 2px rgba(60,64,67,0.3), 0 2px 6px 2px rgba(60,64,67,0.15);
    overflow: hidden;
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
}

.ad-preview img {
    width: 100%;
    height: auto;
    display: block;
}

/* Animations */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    from { opacity: 1; transform: translateY(0); }
}

@keyframes slideIn {
    from { opacity: 0; transform: translateX(30px); }
    to { opacity: 1; transform: translateX(0); }
}

/* Responsive */
@media (max-width: 991.98px) {
    .hero-section {
        padding: 60px 0;
        min-height: auto;
    }

    .hero-section h1 {
        font-size: 3rem;
    }

    .hero-section .lead {
        font-size: 1.125rem;
    }

    .hero-slider-images {
        margin-top: 40px;
    }
}

.notification-bar {
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

/* Notification bar */
.notification-bar {
    background-color: #F8F9FA;
    border-bottom: 1px solid #DADCE0;
}

.notification-bar h6 {
    font-size: 14px;
    font-weight: 500;
}

.notification-bar .btn-outline-primary {
    color: #1a73e8;
    border-color: #1a73e8;
    font-size: 14px;
    padding: 8px 24px;
    font-weight: 500;
    border-radius: 4px;
    background-color: transparent;
}

.notification-bar .btn-outline-primary:hover {
    background-color: #F6FAFE;
    color: #174EA6;
    border-color: #174EA6;
}

.notification-icon {
    flex-shrink: 0;
}

/* Features section */
.features-section {
    padding: 80px 0;
    /*background: #F8F9FA;*/
}

.features-section h2 {
    font-size: 2.75rem;
    line-height: 1.2;
    color: #202124;
    font-weight: 400;
    margin-bottom: 4rem;
}

.features-section .row {
    margin: 0 -2rem;
}

.features-section .col {
    padding: 0 2rem;
}

.feature-icon-wrapper {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    position: relative;
}

.feature-icon-wrapper img {
    width: 100px;
    height: 100px;
}

.feature-icon-wrapper.yellow-bg {
    background: #FEF7E0;
}

.feature-icon-wrapper.green-bg {
    background: #E6F4EA;
}

.feature-icon-wrapper.red-bg {
    background: #FCE8E6;
}

.feature-icon-wrapper.blue-bg {
    background: #E8F0FE;
}

.feature-icon-wrapper.purple-bg {
    background: #F3E8FD;
}

/* Arka plan efektlerini kaldır */
.feature-icon-wrapper::before,
.feature-icon-wrapper::after {
    display: none;
}

.features-section h3 {
    font-size: 1.125rem;
    color: #202124;
    font-weight: 500;
    margin-bottom: 0.75rem;
}

.features-section p {
    font-size: 0.875rem;
    line-height: 1.6;
    color: #5F6368;
    max-width: 280px;
    margin: 0 auto;
}

.features-section .btn-outline-primary {
    color: #1a73e8;
    border-color: #1a73e8;
    font-size: 0.875rem;
    padding: 0.5rem 1.5rem;
    font-weight: 500;
}

.features-section .btn-outline-primary:hover {
    background-color: #F6FAFE;
    color: #174EA6;
    border-color: #174EA6;
}

.features-section .row + .row {
    margin-top: 2rem;
}

@media (max-width: 991.98px) {
    .feature-icon-wrapper {
        width: 100px;
        height: 100px;
    }
    
    .feature-icon-wrapper img {
        width: 80px;
        height: 80px;
    }
}

/* Business Features Section */
.business-features {
    background-color: #fff;
    padding: 96px 0;
}

.business-features .section-header {
    text-align: center;
    margin-bottom: 96px;
}

.business-features .section-header .subtitle {
    color: #1a73e8;
    font-size: 40px;
    font-weight: 500;
    margin-bottom: -8px;
    line-height: 1.2;
}

.business-features .section-header .title {
    color: #202124;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0;
}

.feature-row {
    display: flex;
    align-items: flex-start;
    margin-bottom: 96px;
    gap: 48px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.feature-row:last-child {
    margin-bottom: 0;
}

.feature-image {
    flex: 0 0 35%;
    padding: 0;
    background: none;
    border: none;
    box-shadow: none;
}

/* Sadece ilk görsel için daire stili */
.feature-row:first-child .feature-image {
    border-radius: 0;
}

.feature-image img {
    width: 100%;
    height: auto;
    display: block;
    max-width: 300px;
}

.feature-content {
    flex: 0 0 45%;
    padding-top: 0;
}

.feature-content h3 {
    color: #202124;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 8px;
    line-height: 1.3;
    letter-spacing: 0;
}

.feature-content p {
    color: #5f6368;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
    .business-features {
        padding: 64px 0;
    }

    .business-features .section-header {
        margin-bottom: 48px;
        padding: 0 24px;
    }

    .business-features .section-header .subtitle,
    .business-features .section-header .title {
        font-size: 28px;
    }

    .feature-row {
        flex-direction: column;
        margin-bottom: 48px;
        gap: 16px;
        padding: 0 24px;
    }

    .feature-image {
        flex: 0 0 100%;
        max-width: 280px;
        margin: 0 auto;
    }

    .feature-content {
        flex: 0 0 100%;
        text-align: center;
        padding-top: 0;
    }

    .feature-content h3 {
        font-size: 18px;
        margin-bottom: 6px;
    }

    .feature-content p {
        font-size: 14px;
        max-width: 500px;
        margin: 0 auto;
    }
}

/* Success Stories Section */
.success-stories {
    background-color: #F6F9FC;
    padding: 96px 0;
}

.success-stories h2 {
    color: #202124;
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 64px;
}

.success-story-card {
    background: #fff;
    border-radius: 16px;
    padding: 72px;
    margin-top: 48px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
}

.story-image {
    padding-right: 48px;
}

.story-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    max-width: 420px;
}

.story-content {
    padding: 24px 0 0 48px;
    max-width: 480px;
}

.brand-logo {
    margin-bottom: 40px;
}

.brand-logo img {
    height: 20px;
    width: auto;
}

.story-quote {
    font-size: 32px;
    line-height: 1.3;
    color: #202124;
    font-weight: 500;
    margin-bottom: 24px;
    letter-spacing: -0.3px;
}

.story-author {
    color: #5f6368;
    font-size: 14px;
    margin-bottom: 48px;
}

.story-stats {
    margin-bottom: 48px;
}

.stat-value {
    color: #1a73e8;
    font-size: 44px;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 4px;
}

.stat-label {
    color: #5f6368;
    font-size: 14px;
}

.success-stories .btn {
    color: #1a73e8;
    border-color: #1a73e8;
    padding: 12px 28px;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 24px;
    font-weight: 500;
}

.success-stories .btn:hover {
    background-color: #F6FAFE;
}

.success-stories .btn i {
    font-size: 18px;
}

@media (max-width: 991.98px) {
    .success-stories {
        padding: 64px 0;
    }

    .success-story-card {
        padding: 32px;
    }

    .story-content {
        padding: 32px 0 0 0;
        text-align: center;
    }

    .story-quote {
        font-size: 28px;
    }

    .stat-value {
        font-size: 40px;
    }
    
    .story-image {
        padding-right: 0;
    }

    .success-stories h2 {
        font-size: 28px;
    }
}

/* Genel h2 stili */
h2.section-title {
    color: #202124;
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 64px;
    text-align: center;
}

/* Business Features özel durumu */
.business-features .section-header {
    text-align: center;
    margin-bottom: 96px;
}

.business-features .section-header .subtitle {
    color: #1a73e8;
    font-size: 40px;
}

.business-features .section-header .title {
    font-size: 40px;
}

/* Responsive */
@media (max-width: 991.98px) {
    h2.section-title {
        font-size: 28px;
        margin-bottom: 48px;
    }

    .business-features .section-header .subtitle,
    .business-features .section-header .title,
    .success-stories h2 {
        font-size: 28px;
    }
}

/* Partners Section */
.partners-section {
    padding-bottom: 50px;
    background-color: #fff;
}

.partners-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.partners-content {
    padding-top: 0;
}

.partners-logo {
    height: 24px;
    width: auto;
    margin-bottom: 24px;
    display: block;
}

.partners-content h2 {
    font-size: 40px;
    font-weight: 500;
    color: #202124;
    margin-bottom: 24px;
    line-height: 1.2;
}

.partners-content p {
    font-size: 16px;
    line-height: 1.6;
    color: #5f6368;
}

.partners-content .btn-primary {
    background-color: #1a73e8;
    border-color: #1a73e8;
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
}

.partners-content .btn-primary:hover {
    background-color: #1557b0;
    border-color: #1557b0;
}

@media (max-width: 991.98px) {
    .partners-section {
        padding: 64px 0;
    }

    .partners-image {
        margin-bottom: 48px;
    }

    .partners-content {
        text-align: center;
    }

    .partners-logo {
        margin-left: auto;
        margin-right: auto;
    }

    .partners-content h2 {
        font-size: 28px;
    }
}

/* Search Ads Section */
.search-ads-section {
    padding: 96px 0;
    background-color: #fff;
}

/* Tab styles */
.nav-tabs {
    border: none;
    border-bottom: 1px solid #dadce0;
    gap: 164px;
}

.nav-tabs .nav-link {
    border: none;
    color: #5f6368;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 4px;
    margin-bottom: -1px;
    white-space: nowrap;
}

.nav-tabs .nav-link:hover {
    border: none;
    color: #202124;
}

.nav-tabs .nav-link.active {
    border: none;
    color: #1a73e8;
    border-bottom: 3px solid #1a73e8;
}

/* Tab content styles */
.tab-content {
    max-width: 1000px;
    margin: 48px auto 0;
}

/* Search preview styles */
.search-preview {
    position: relative;
    width: 100%;
    max-width: 380px;
}

.search-preview img {
    width: 100%;
    border-radius: 3px;
    height: auto;
    display: block;
}

.search-content {
    padding-left: 48px;
    padding-top: 0;
}

.search-content h3 {
    font-size: 24px;
    font-weight: 500;
    color: #202124;
    margin-bottom: 16px;
}

.search-content p {
    font-size: 16px;
    line-height: 1.6;
    color: #5f6368;
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
    .search-ads-section {
        padding: 64px 0;
    }

    .search-preview {
        margin-right: 0;
        margin-bottom: 32px;
        max-width: 100%;
    }
}

/* FAQ Section */
.faq-section {
    padding: 96px 0;
    background-color: #fff;
}

.faq-category {
    margin-bottom: 48px;
}

.category-title {
    color: #202124;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 24px;
}

.accordion-item {
    border: none;
    border-bottom: 1px solid #dadce0;
    margin-bottom: 8px;
}

.accordion-button {
    padding: 24px 0;
    font-size: 16px;
    font-weight: 500;
    color: #202124;
    background: none;
    box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
    color: #1a73e8;
    background: none;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23202124' stroke-linecap='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%231a73e8' stroke-linecap='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}

.accordion-body {
    padding: 0 0 24px;
    color: #5f6368;
    font-size: 16px;
    line-height: 1.6;
}

@media (max-width: 991.98px) {
    .faq-section {
        padding: 64px 0;
    }

    .category-title {
        font-size: 20px;
    }

    .accordion-button {
        padding: 16px 0;
        font-size: 15px;
    }
}

/* Footer */
.site-footer {
    background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
    border-top: 1px solid rgba(60,64,67,0.10);
    padding: 64px 0 24px;
    color: #5f6368;
}

.footer-brand {
    display: inline-flex;
    align-items: center;
    margin-bottom: 20px;
}

.footer-brand img {
    height: 32px;
    width: auto;
}

.footer-description {
    max-width: 360px;
    margin-bottom: 24px;
    font-size: 15px;
    line-height: 1.7;
}

.site-footer h5 {
    color: #202124;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 18px;
}

.footer-links,
.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li,
.footer-contact li {
    margin-bottom: 12px;
    font-size: 15px;
}

.footer-links a {
    color: #5f6368;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-links a:hover,
.footer-bottom-links a:hover {
    color: #1a73e8;
}

.footer-contact i {
    color: #1a73e8;
    margin-right: 8px;
}

.footer-social {
    display: flex;
    gap: 12px;
}

.footer-social a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #e8f0fe;
    color: #1a73e8;
    text-decoration: none;
    transition: all 0.2s ease;
}

.footer-social a:hover {
    background: #1a73e8;
    color: #fff;
    transform: translateY(-2px);
}

.footer-bottom {
    border-top: 1px solid rgba(60,64,67,0.10);
    margin-top: 48px;
    padding-top: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    font-size: 14px;
}

.footer-bottom-links {
    display: flex;
    gap: 20px;
}

.footer-bottom-links a {
    color: #5f6368;
    text-decoration: none;
    transition: color 0.2s ease;
}

@media (max-width: 767.98px) {
    .site-footer {
        padding: 48px 0 24px;
    }

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

/* Contact Section */
.contact-section {
    padding: 96px 0;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.contact-hero {
    margin-bottom: 56px;
}

.section-eyebrow {
    display: inline-block;
    color: #1a73e8;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.08em;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.contact-hero .lead {
    max-width: 680px;
}

.contact-info-card,
.contact-form-card {
    color: #202124;
    border: 1px solid #e8eef7;
    border-radius: 18px;
    box-shadow: 0 1px 2px rgba(60,64,67,0.06);
    padding: 36px;
}

.contact-info-card {
    background: #f8fbff;
}

.contact-form-card {
    background: #fff;
}

.contact-info-card h2,
.contact-form-card h2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 12px;
}

.contact-info-card p {
    color: #5f6368;
    margin-bottom: 32px;
}

.contact-info-list {
    display: grid;
    gap: 22px;
}

.contact-info-item {
    display: flex;
    gap: 16px;
}

.contact-info-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #eef5ff;
    flex-shrink: 0;
}

.contact-info-icon i {
    color: #1a73e8;
    font-size: 20px;
}

.contact-info-item h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 4px;
}

.contact-info-item a,
.contact-info-item span {
    color: #5f6368;
    text-decoration: none;
}

.contact-form-card .form-label {
    color: #202124;
    font-size: 14px;
    font-weight: 500;
}

.contact-form-card .form-control,
.contact-form-card .form-select {
    border-color: #dadce0;
    border-radius: 10px;
    min-height: 48px;
}

.contact-form-card textarea.form-control {
    min-height: 140px;
}

.contact-form-card .form-control:focus,
.contact-form-card .form-select:focus {
    border-color: #1a73e8;
    box-shadow: 0 0 0 3px rgba(26,115,232,0.08);
}

@media (max-width: 991.98px) {
    .contact-section {
        padding: 64px 0;
    }

    .contact-info-card,
    .contact-form-card {
        padding: 28px;
    }
}

/* About Section */
.about-section {
    padding: 96px 0;
    background: #fff;
}

.about-hero {
    margin-bottom: 64px;
}

.about-hero .lead {
    max-width: 760px;
}

.about-content-card,
.about-highlight-card,
.about-feature-card {
    border: 1px solid #e8eef7;
    border-radius: 18px;
    box-shadow: 0 1px 2px rgba(60,64,67,0.06);
    background: #fff;
}

.about-content-card {
    padding: 40px;
}

.about-content-card h2 {
    color: #202124;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
}

.about-content-card p {
    color: #5f6368;
    font-size: 16px;
    line-height: 1.7;
}

.about-content-card p:last-child {
    margin-bottom: 0;
}

.about-highlight-card {
    background: #f8fbff;
    padding: 40px;
}

.about-highlight-icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #eef5ff;
    color: #1a73e8;
    font-size: 28px;
    margin-bottom: 24px;
}

.about-highlight-card h3,
.about-feature-card h3 {
    color: #202124;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 12px;
}

.about-highlight-card p,
.about-feature-card p {
    color: #5f6368;
    line-height: 1.7;
    margin-bottom: 0;
}

.about-feature-card {
    padding: 32px;
    transition: all 0.2s ease;
}

.about-feature-card:hover {
    transform: translateY(-3px);
    border-color: #dbe7f8;
}

.about-feature-card i {
    color: #1a73e8;
    font-size: 32px;
    margin-bottom: 20px;
}

@media (max-width: 991.98px) {
    .about-section {
        padding: 64px 0;
    }

    .about-content-card,
    .about-highlight-card,
    .about-feature-card {
        padding: 28px;
    }

    .about-content-card h2 {
        font-size: 26px;
    }
}

/* Legal Pages */
.legal-section {
    padding: 96px 0;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.legal-header {
    margin-bottom: 48px;
}

.legal-header .lead {
    max-width: 760px;
}

.legal-card {
    max-width: 900px;
    background: #fff;
    border: 1px solid #e8eef7;
    border-radius: 18px;
    box-shadow: 0 1px 2px rgba(60,64,67,0.06);
    padding: 44px;
}

.legal-block {
    padding-bottom: 28px;
    margin-bottom: 28px;
    border-bottom: 1px solid #eef2f7;
}

.legal-block:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.legal-block h2 {
    color: #202124;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 12px;
}

.legal-block p {
    color: #5f6368;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 0;
}

.legal-block a {
    color: #1a73e8;
    text-decoration: none;
}

.legal-block a:hover {
    text-decoration: underline;
}

@media (max-width: 991.98px) {
    .legal-section {
        padding: 64px 0;
    }

    .legal-card {
        padding: 28px;
    }
}

/* Packages Section */
.packages-section {
    padding: 96px 0;
}

.package-card {
    border: 1px solid rgba(60,64,67,0.08);
    border-radius: 16px;
    transition: all 0.3s ease;
    background: white;
    box-shadow: 0 1px 3px rgba(60,64,67,0.12), 0 1px 2px rgba(60,64,67,0.08);
    overflow: hidden;
}

.package-card:hover {
    transform: translateY(-4px);
    border-color: rgba(60,64,67,0.12);
    box-shadow: 0 4px 6px rgba(60,64,67,0.10), 0 2px 4px rgba(60,64,67,0.08);
}

.package-card .card-body {
    padding: 32px;
}

.package-card .card-title {
    font-size: 24px;
    font-weight: 500;
    color: #202124;
    margin-bottom: 24px;
    text-align: center;
}

/* Price Styling */
.package-price {
    text-align: center;
    margin-bottom: 32px;
    padding: 24px 0;
    border-bottom: 1px solid #dadce0;
}

.price {
    font-size: 48px;
    font-weight: 500;
    color: #1a73e8;
    line-height: 1;
    margin-bottom: 8px;
}

.price small {
    font-size: 16px;
    color: #5f6368;
    font-weight: normal;
}

.old-price {
    text-decoration: line-through;
    color: #5f6368;
    font-size: 14px;
}

/* Features List */
.package-features {
    margin: 0;
    padding: 0;
    list-style: none;
}

.package-features li {
    display: flex;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #dadce0;
    color: #5f6368;
    font-size: 14px;
    line-height: 1.5;
}

.package-features li:last-child {
    border-bottom: none;
}

.package-features .bi {
    font-size: 18px;
    margin-right: 12px;
    flex-shrink: 0;
}

.package-features .text-success {
    color: #34a853 !important;
}

.package-features .text-danger {
    color: #ea4335 !important;
}

/* Action Button */
.package-card .btn-primary {
    margin-top: 32px;
    padding: 12px 24px;
    font-size: 15px;
    font-weight: 500;
    width: 100%;
    border-radius: 8px;
    background: #1f2022;
    border-color: #1f2022;
    transition: all 0.3s ease;
}

.package-card .btn-primary:hover {
    background: #1557b0;
    border-color: #1557b0;
    transform: translateY(-1px);
    box-shadow: 0 1px 3px rgba(60,64,67,0.12);
}

/* Period Selection */
.pricing-period {
    margin-bottom: 64px;
}

.pricing-period .form-check-inline {
    margin-right: 24px;
}

.pricing-period .form-check-label {
    font-size: 15px;
    font-weight: 500;
    color: #5f6368;
}

.pricing-period .badge {
    font-size: 12px;
    padding: 4px 8px;
    margin-left: 8px;
    background-color: #34a853;
    border-radius: 12px;
}

/* Package Type Selection */
.package-types {
    margin-bottom: 64px;
}

.package-types .btn-group {
    background: white;
    padding: 6px;
    border-radius: 32px;
    box-shadow: 0 1px 2px rgba(60,64,67,0.08);
}

.package-types .btn {
    padding: 12px 32px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 24px;
    transition: all 0.3s ease;
    color: #5f6368;
}

.package-types .btn.active {
    background: #1f2022;
    color: white;
} 

.package-types .btn:hover:not(.active) {
    background: rgba(26,115,232,0.04);
    color: #1a73e8;
}

/* Responsive */
@media (max-width: 991.98px) {
    .packages-section {
        padding: 64px 0;
    }

    .packages-section .section-title {
        font-size: 32px;
        margin-bottom: 32px;
    }

    .package-types {
        margin-bottom: 48px;
    }

    .package-types .btn {
        padding: 8px 24px;
    }

    .package-card {
        margin-bottom: 24px;
    }

    .package-card .card-title {
        font-size: 20px;
    }

    .price {
        font-size: 40px;
    }
}

/* Trial Period */
.trial-period {
    font-size: 14px;
    color: #34a853;
    font-weight: 500;
    margin-top: 8px;
}

.package-price .price-block h2.price:only-child {
    margin-bottom: 0;
}

/* Auth pages styles */
.auth-card {
    border: none;
    border-radius: 1rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.auth-card .form-control {
    padding: 0.75rem 1rem;
    border-radius: 0.5rem;
    border: 1px solid #e0e0e0;
}

.auth-card .form-control:focus {
    border-color: #1a73e8;
    box-shadow: 0 0 0 0.2rem rgba(26,115,232,.25);
}

.auth-card .btn-primary {
    padding: 0.75rem 1.5rem;
    font-weight: 500;
    border-radius: 0.5rem;
}

.auth-card .form-label {
    font-weight: 500;
    color: #202124;
    margin-bottom: 0.5rem;
}

.auth-card .form-check-label {
    color: #5f6368;
}

.auth-card a {
    color: #1a73e8;
}

.auth-card a:hover {
    color: #1557b0;
}

@media (max-width: 767.98px) {
    .auth-card {
        border-radius: 0;
        box-shadow: none;
    }
}