/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Onest', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.6;
    color: #000000;
    background-color: #F6F6F6;
    overflow-x: hidden;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1.1;
}

.title-word {
    display: inline-block;
    margin-right: 10px;
}

.title-word.highlight {
    color: #0448F4;
}

/* Buttons */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 16px 28px 16px 20px;
    border: none;
    border-radius: 40px;
    font-family: 'Switzer', sans-serif;
    font-weight: 350;
    font-size: 16px;
    line-height: 1.375;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    height: 54px;
}

.btn-primary {
    background-color: #0448F4;
    color: #FFFFFF;
}

.btn-primary:hover {
    background-color: #0339C7;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(4, 72, 244, 0.3);
}

.btn-secondary {
    background-color: #FFFFFF;
    color: #000000;
    border: 1px solid #E1E5EB;
}

.btn-secondary:hover {
    background-color: #F8F9FA;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.btn-full {
    width: 100%;
    justify-content: center;
}

/* Navigation */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #FFFFFF;
    z-index: 1000;
    border-bottom: 1px solid #E1E5EB;
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.95);
}

.nav-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 16px 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-left {
    display: flex;
    align-items: center;
    gap: 40px;
}

.logo {
    display: flex;
    align-items: center;
    gap: 8px;
}

.logo-icon {
    width: 24px;
    height: 24px;
}

.logo-text {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
}

.nav-links {
    display: flex;
    gap: 8px;
}

.nav-link {
    padding: 12px 16px;
    border-radius: 40px;
    border: 1px solid #E1E5EB;
    color: #000000;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 400;
    transition: all 0.3s ease;
}

.nav-link:hover {
    background-color: #F8F9FA;
    border-color: #0448F4;
    color: #0448F4;
}

.nav-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.search-bar {
    display: flex;
    align-items: center;
    background-color: #F6F6F6;
    border-radius: 50px;
    padding: 14px 20px;
    width: 280px;
    border: 1px solid #E1E5EB;
    transition: all 0.3s ease;
}

.search-bar:focus-within {
    border-color: #0448F4;
    box-shadow: 0 0 0 3px rgba(4, 72, 244, 0.1);
}

.search-input {
    flex: 1;
    border: none;
    background: none;
    outline: none;
    font-size: 14px;
    color: #707070;
    font-family: 'Inter', sans-serif;
}

.search-input::placeholder {
    color: #707070;
}

.search-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cta-button {
    background-color: #0448F4;
    color: #FFFFFF;
    border: none;
    border-radius: 40px;
    padding: 12px 24px;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.cta-button:hover {
    background-color: #0339C7;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(4, 72, 244, 0.3);
}

/* Hero Section */
.hero {
    padding-top: 120px;
    background-color: #F6F6F6;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.hero-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 120px 60px 80px;
}

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

.hero-text {
    margin-bottom: 60px;
}

.hero-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-bottom: 60px;
}

.hero-title {
    font-size: clamp(48px, 8vw, 105px);
    font-weight: 900;
    line-height: 0.95;
    letter-spacing: -0.02em;
    color: #000000;
}

.hero-icon-container {
    display: flex;
    align-items: center;
    gap: 25px;
    margin: 40px 0;
}

.notion-icon {
    width: 113.5px;
    height: 113.5px;
    background-color: #FFFFFF;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0px 2px 4px 0px rgba(255, 255, 255, 0.25), inset 0px -2px 4px 0px rgba(0, 0, 0, 0.12);
}

.notion-icon-img {
    width: 60px;
    height: 60px;
}

.hero-subtitle {
    font-size: clamp(48px, 8vw, 105px);
    font-weight: 900;
    line-height: 0.95;
    letter-spacing: -0.02em;
    color: #000000;
}

.folder-icon {
    width: 124.81px;
    height: 101.15px;
    filter: drop-shadow(1.11px 3.72px 7.43px rgba(0, 0, 0, 0.17));
}

.folder-icon-img {
    width: 100%;
    height: 100%;
}

.hero-bottom {
    font-size: clamp(48px, 8vw, 105px);
    font-weight: 900;
    line-height: 0.95;
    letter-spacing: -0.02em;
    color: #000000;
}

.hero-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

/* Benefits Section */
.benefits {
    padding: 100px 60px 60px;
    background-color: #F6F6F6;
}

.benefits-container {
    max-width: 1440px;
    margin: 0 auto;
}

.benefits-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 60px;
    flex-wrap: wrap;
    gap: 40px;
}

.benefits-tags {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.tag {
    background-color: rgba(8, 8, 8, 0.1);
    color: #080808;
    padding: 12px 20px;
    border-radius: 8px;
    font-size: clamp(16px, 2.5vw, 24px);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.01em;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(8, 8, 8, 0.1);
}

.benefits-social {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.avatar-group {
    display: flex;
    gap: 0;
}

.avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 3px solid #FFFFFF;
    margin-left: -10px;
    object-fit: cover;
}

.avatar:first-child {
    margin-left: 0;
}

.rating {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.stars {
    display: flex;
    gap: 2px;
}

.star {
    color: #FFD700;
    font-size: 16px;
}

.rating-text {
    font-size: 14px;
    font-weight: 500;
    color: #707070;
}

.rating-subtitle {
    font-size: 14px;
    font-weight: 500;
    color: #707070;
}

.templates-grid {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.template-row {
    display: flex;
    justify-content: space-between;
    gap: 60px;
    flex-wrap: wrap;
}

.template-card {
    flex: 1;
    min-width: 300px;
    max-width: 427px;
    background-color: #FFFFFF;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 1px solid #E1E5EB;
}

.template-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.template-image {
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.template-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.template-card:hover .template-image img {
    transform: scale(1.05);
}

.template-content {
    padding: 24px;
}

.template-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.template-title {
    font-size: 22px;
    font-weight: 600;
    color: #080808;
}

.template-price {
    font-size: 22px;
    font-weight: 600;
    color: #0448F4;
}

.template-platforms {
    display: flex;
    gap: 8px;
    margin-bottom: 12px;
}

.platform-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #E1E5EB;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F8F9FA;
}

.template-category {
    font-size: 14px;
    font-weight: 500;
    color: #707070;
}

/* Features Section */
.features {
    padding: 100px 60px;
    background-color: #FFFFFF;
}

.features-container {
    max-width: 1440px;
    margin: 0 auto;
}

.features-header {
    text-align: center;
    margin-bottom: 80px;
}

.features-title {
    font-size: clamp(48px, 6vw, 76px);
    font-weight: 700;
    line-height: 1em;
    letter-spacing: -0.02em;
    margin-bottom: 20px;
}

.features-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.01em;
    color: #707070;
    max-width: 600px;
    margin: 0 auto;
}

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

.feature-card {
    background-color: #FFFFFF;
    border-radius: 30px;
    padding: 40px;
    border: 1px solid #E1E5EB;
    position: relative;
    transition: all 0.3s ease;
}

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

.feature-card.highlight-card {
    background-color: #0448F4;
    color: #FFFFFF;
    border-color: #0448F4;
}

.feature-card.highlight-card:hover {
    background-color: #0339C7;
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgba(4, 72, 244, 0.3);
}

.feature-card.with-image {
    grid-column: span 2;
    display: flex;
    gap: 40px;
    align-items: center;
}

@media (max-width: 1200px) {
    .feature-card.with-image {
        grid-column: span 1;
        flex-direction: column;
        text-align: center;
    }
    
    .feature-image {
        width: 100%;
        max-width: 393px;
        height: auto;
        aspect-ratio: 393/367;
    }
}

.feature-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
}

.feature-card-title {
    font-size: clamp(24px, 3vw, 40px);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
    margin-bottom: 16px;
}

.feature-card-text {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.02em;
    margin-bottom: 20px;
}

.feature-steps {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.step {
    display: flex;
    align-items: center;
    gap: 8px;
}

.step-icon {
    width: 20px;
    height: 20px;
    border: 1px solid #CFCFCF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #0448F4;
    background-color: #FFFFFF;
}

.step-text {
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
}

.feature-image {
    width: 393px;
    height: 367px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.feature-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.feature-content {
    flex: 1;
}

/* Benefits Section 2 */
.benefits-2 {
    padding: 100px 60px;
    background-color: #F6F6F6;
}

.benefits-2-container {
    max-width: 1440px;
    margin: 0 auto;
}

.benefits-2-header {
    text-align: center;
    margin-bottom: 80px;
}

.benefits-2-title {
    font-size: clamp(48px, 6vw, 76px);
    font-weight: 700;
    line-height: 1em;
    letter-spacing: -0.02em;
    margin-bottom: 20px;
}

.benefits-2-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.01em;
    color: #707070;
    max-width: 600px;
    margin: 0 auto;
}

.devices-showcase {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
}

.device-card {
    flex: 1;
    min-width: 300px;
    text-align: center;
}

.device-image {
    width: 100%;
    height: auto;
    aspect-ratio: 425/475;
    border: 2px solid #FFFFFF;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 20px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.device-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.device-tab {
    background-color: #FFFFFF;
    border-radius: 16px;
    padding: 24px;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    border: 1px solid #E1E5EB;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.device-tab span {
    font-size: 22px;
    font-weight: 600;
    color: #080808;
}

/* Testimonials Section */
.testimonials {
    padding: 100px 60px;
    background-color: #F6F6F6;
}

.testimonials-container {
    max-width: 1440px;
    margin: 0 auto;
}

.testimonials-header {
    text-align: center;
    margin-bottom: 80px;
}

.testimonials-title {
    font-size: clamp(48px, 6vw, 76px);
    font-weight: 700;
    line-height: 1em;
    letter-spacing: -0.02em;
}

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

.testimonial-card {
    background-color: #FFFFFF;
    border-radius: 24px;
    padding: 30px;
    border: 1px solid #E1E5EB;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
}

.testimonial-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.testimonial-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #E1E5EB;
}

.testimonial-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-info {
    flex: 1;
}

.testimonial-name {
    font-size: 16px;
    font-weight: 600;
    color: #080808;
    margin-bottom: 4px;
}

.testimonial-handle {
    font-size: 14px;
    font-weight: 500;
    color: #0448F4;
}

.testimonial-rating {
    display: flex;
    gap: 2px;
    margin-top: 8px;
}

.testimonial-rating .star {
    color: #FFD700;
    font-size: 16px;
}

.testimonial-text {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 1.6;
    margin-bottom: 20px;
}

.testimonial-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.testimonial-project {
    font-size: 14px;
    font-weight: 500;
    color: #080808;
}

.testimonial-date {
    font-size: 14px;
    font-weight: 500;
    color: #080808;
}

/* FAQ Section */
.faq {
    padding: 100px 60px;
    background-color: #F6F6F6;
}

.faq-container {
    max-width: 1440px;
    margin: 0 auto;
}

.faq-header {
    text-align: center;
    margin-bottom: 80px;
}

.faq-title {
    font-size: clamp(48px, 6vw, 76px);
    font-weight: 700;
    line-height: 1em;
    letter-spacing: -0.02em;
    margin-bottom: 20px;
}

.faq-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.01em;
    color: #707070;
    max-width: 600px;
    margin: 0 auto;
}

.faq-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
    gap: 60px;
}

.faq-column {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.faq-item {
    background-color: #FFFFFF;
    border-radius: 16px;
    border: 1px solid #E1E5EB;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.faq-item:hover {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.faq-question:hover {
    background-color: #F8F9FA;
}

.faq-question h3 {
    font-size: 18px;
    font-weight: 600;
    color: #080808;
    flex: 1;
    margin-right: 20px;
    line-height: 1.4;
}

.faq-toggle {
    background: none;
    border: none;
    font-size: 24px;
    color: #0448F4;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.faq-toggle:hover {
    transform: scale(1.1);
}

.faq-answer {
    padding: 0 24px 24px;
    color: #707070;
    line-height: 1.6;
    font-size: 16px;
}

/* Contact Section */
.contact {
    padding: 100px 60px;
    background-color: #F6F6F6;
}

.contact-container {
    max-width: 1440px;
    margin: 0 auto;
}

.contact-content {
    background-color: #FFFFFF;
    border-radius: 24px;
    padding: 80px 60px;
    display: flex;
    gap: 80px;
    border: 1px solid #E1E5EB;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.contact-info {
    flex: 1;
}

.contact-title {
    font-size: clamp(48px, 6vw, 76px);
    font-weight: 700;
    line-height: 1em;
    letter-spacing: -0.02em;
    margin-bottom: 20px;
}

.contact-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.01em;
    color: #707070;
    margin-bottom: 40px;
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px;
    background-color: #F8F9FA;
    border-radius: 12px;
    border: 1px solid #E1E5EB;
    transition: all 0.3s ease;
}

.contact-item:hover {
    background-color: #FFFFFF;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.contact-icon {
    width: 24px;
    height: 24px;
    color: #0448F4;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.contact-label {
    font-size: 14px;
    font-weight: 600;
    color: #080808;
}

.contact-value {
    font-size: 14px;
    font-weight: 500;
    color: #707070;
}

.contact-form {
    flex: 1;
    max-width: 500px;
}

.form-title {
    font-size: clamp(24px, 3vw, 32px);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #080808;
    margin-bottom: 24px;
}

.form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

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

.form-group label {
    font-size: 14px;
    font-weight: 600;
    color: #333333;
}

.form-group input,
.form-group textarea {
    padding: 16px 20px;
    border: 2px solid #E1E5EB;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    background-color: #FFFFFF;
    outline: none;
    transition: all 0.3s ease;
    font-family: 'Inter', sans-serif;
}

.form-group input:focus,
.form-group textarea:focus {
    border-color: #0448F4;
    box-shadow: 0 0 0 3px rgba(4, 72, 244, 0.1);
}

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

/* Footer */
.footer {
    background-color: #222222;
    color: #FFFFFF;
    padding: 100px 60px 60px;
}

.footer-container {
    max-width: 1440px;
    margin: 0 auto;
}

.footer-main {
    display: flex;
    gap: 80px;
    margin-bottom: 80px;
}

.footer-brand {
    flex: 1;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 40px;
}

.footer-logo-icon {
    width: 24px;
    height: 24px;
}

.footer-logo-text {
    font-size: 24px;
    font-weight: 700;
    color: #F7B3EE;
}

.footer-title {
    font-size: clamp(48px, 8vw, 105px);
    font-weight: 900;
    line-height: 0.95;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    margin-bottom: 40px;
}

.footer-features {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.footer-feature {
    display: flex;
    align-items: center;
    gap: 12px;
}

.footer-feature-icon {
    width: 20px;
    height: 20px;
    color: #0448F4;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-feature span {
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
}

.footer-newsletter {
    flex: 1;
    max-width: 500px;
}

.newsletter-content h3 {
    font-size: clamp(24px, 3vw, 32px);
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.newsletter-benefits {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 32px;
}

.newsletter-benefit {
    display: flex;
    align-items: center;
    gap: 8px;
}

.benefit-dot {
    width: 8px;
    height: 8px;
    background-color: #0448F4;
    border-radius: 50%;
}

.newsletter-benefit span {
    font-size: 16px;
    font-weight: 500;
    color: #B5B5B5;
}

.newsletter-form {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.newsletter-input {
    flex: 1;
    min-width: 250px;
    padding: 16px 20px;
    border: none;
    border-radius: 40px;
    background-color: #333333;
    color: #FFFFFF;
    font-size: 16px;
    outline: none;
    transition: all 0.3s ease;
    font-family: 'Inter', sans-serif;
}

.newsletter-input:focus {
    background-color: #444444;
    box-shadow: 0 0 0 3px rgba(4, 72, 244, 0.1);
}

.newsletter-input::placeholder {
    color: #B5B5B5;
}

.newsletter-btn {
    background-color: #0448F4;
    color: #FFFFFF;
    border: none;
    border-radius: 40px;
    padding: 16px 32px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.newsletter-btn:hover {
    background-color: #0339C7;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(4, 72, 244, 0.3);
}

.footer-divider {
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%);
    margin-bottom: 40px;
}

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

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

.social-link {
    width: 48px;
    height: 48px;
    background-color: #333333;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0448F4;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid #444444;
}

.social-link:hover {
    background-color: #0448F4;
    color: #FFFFFF;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(4, 72, 244, 0.3);
}

.footer-links {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.footer-link {
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-link:hover {
    color: #0448F4;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .hero-title,
    .hero-subtitle,
    .hero-bottom {
        font-size: clamp(60px, 8vw, 80px);
    }
    
    .features-title,
    .benefits-2-title,
    .testimonials-title,
    .faq-title,
    .contact-title,
    .footer-title {
        font-size: clamp(48px, 6vw, 60px);
    }
    
    .template-row {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }
    
    .template-card {
        width: 100%;
        max-width: 500px;
    }
    
    .devices-showcase {
        flex-direction: column;
        align-items: center;
        gap: 60px;
    }
    
    .device-card {
        width: 100%;
        max-width: 500px;
    }
    
    .testimonials-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
    
    .features-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .feature-card.with-image {
        grid-column: span 1;
        flex-direction: column;
        text-align: center;
    }
    
    .feature-image {
        width: 100%;
        max-width: 393px;
        height: auto;
        aspect-ratio: 393/367;
    }
    
    .faq-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .contact-content {
        flex-direction: column;
        gap: 60px;
        padding: 60px 40px;
    }
    
    .footer-main {
        flex-direction: column;
        gap: 60px;
    }
}

@media (max-width: 768px) {
    .nav-container {
        padding: 16px 20px;
        flex-direction: column;
        gap: 20px;
    }
    
    .nav-left {
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }
    
    .nav-links {
        flex-wrap: wrap;
        justify-content: center;
        gap: 12px;
    }
    
    .nav-right {
        flex-direction: column;
        gap: 20px;
        width: 100%;
    }
    
    .search-bar {
        width: 100%;
        max-width: 400px;
    }
    
    .hero-container {
        padding: 120px 20px 60px;
    }
    
    .hero-title,
    .hero-subtitle,
    .hero-bottom {
        font-size: clamp(40px, 8vw, 60px);
    }
    
    .hero-icon-container {
        flex-direction: column;
        gap: 20px;
        margin: 30px 0;
    }
    
    .notion-icon {
        width: 80px;
        height: 80px;
    }
    
    .notion-icon-img {
        width: 40px;
        height: 40px;
    }
    
    .folder-icon {
        width: 100px;
        height: 80px;
    }
    
    .hero-buttons {
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }
    
    .benefits,
    .features,
    .benefits-2,
    .testimonials,
    .faq,
    .contact {
        padding: 80px 20px;
    }
    
    .benefits-header {
        flex-direction: column;
        gap: 40px;
        text-align: center;
        align-items: center;
    }
    
    .tag {
        font-size: clamp(20px, 4vw, 32px);
        padding: 10px 16px;
    }
    
    .avatar-group {
        justify-content: center;
    }
    
    .features-title,
    .benefits-2-title,
    .testimonials-title,
    .faq-title,
    .contact-title,
    .footer-title {
        font-size: clamp(36px, 6vw, 40px);
    }
    
    .testimonials-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    
    .features-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .feature-card {
        padding: 30px 20px;
    }
    
    .faq-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .contact-content {
        flex-direction: column;
        gap: 40px;
        padding: 40px 20px;
    }
    
    .footer-main {
        flex-direction: column;
        gap: 40px;
        text-align: center;
    }
    
    .footer-bottom {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
    
    .footer-links {
        flex-wrap: wrap;
        justify-content: center;
        gap: 16px;
    }
    
    .newsletter-form {
        flex-direction: column;
        align-items: center;
    }
    
    .newsletter-input {
        min-width: 100%;
        max-width: 400px;
    }
}

@media (max-width: 480px) {
    .hero-title,
    .hero-subtitle,
    .hero-bottom {
        font-size: clamp(32px, 8vw, 40px);
    }
    
    .features-title,
    .benefits-2-title,
    .testimonials-title,
    .faq-title,
    .contact-title,
    .footer-title {
        font-size: clamp(28px, 6vw, 32px);
    }
    
    .btn {
        padding: 14px 24px;
        font-size: 15px;
        height: 50px;
    }
    
    .template-content {
        padding: 20px;
    }
    
    .template-title,
    .template-price {
        font-size: 20px;
    }
    
    .feature-card {
        padding: 24px 20px;
    }
    
    .feature-card-title {
        font-size: clamp(24px, 5vw, 28px);
    }
    
    .testimonial-card {
        padding: 24px 20px;
    }
    
    .testimonial-name {
        font-size: 15px;
    }
    
    .testimonial-text {
        font-size: 15px;
    }
    
    .faq-question {
        padding: 20px;
    }
    
    .faq-question h3 {
        font-size: 16px;
    }
    
    .contact-item {
        padding: 16px;
    }
    
    .form-group input,
    .form-group textarea {
        padding: 14px 16px;
        font-size: 15px;
    }
}

/* Additional Hover Effects and Animations */
.nav-link,
.cta-button,
.btn,
.template-card,
.feature-card,
.testimonial-card,
.faq-item,
.contact-item,
.social-link {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Smooth scrolling for anchor links */
html {
    scroll-behavior: smooth;
}

/* Focus states for accessibility */
.nav-link:focus,
.cta-button:focus,
.btn:focus,
.search-input:focus,
.form-group input:focus,
.form-group textarea:focus,
.newsletter-input:focus {
    outline: 2px solid #0448F4;
    outline-offset: 2px;
}

/* Loading states for buttons */
.btn:disabled,
.cta-button:disabled,
.newsletter-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none !important;
}

/* Print styles */
@media print {
    .navbar,
    .hero-buttons,
    .cta-button,
    .footer {
        display: none;
    }
    
    body {
        background: white;
        color: black;
    }
    
    .hero,
    .benefits,
    .features,
    .benefits-2,
    .testimonials,
    .faq,
    .contact {
        padding: 20px 0;
        background: white;
    }
}

