/* Landing Pages Base Styles - Shared across all landing page templates */

/* Animation enhancements for landing pages */
.logo-hero-content {
    opacity: 0;
    transform: translateY(30px);
    animation: slideUpFade 1s ease-out 0.5s forwards;
}

.logo-hero-visual {
    opacity: 0;
    transform: translateX(50px);
    animation: slideInRight 1s ease-out 0.7s forwards;
}

@keyframes slideUpFade {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideInRight {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Full width reset */
.page-template-template-logo-design .site-content,
.page-template-template-logo-design .content-area,
.page-template-template-logo-design #primary,
.page-template-template-branding .site-content,
.page-template-template-branding .content-area,
.page-template-template-branding #primary,
.page-template-template-hosting .site-content,
.page-template-template-hosting .content-area,
.page-template-template-hosting #primary,
.page-template-template-seo .site-content,
.page-template-template-seo .content-area,
.page-template-template-seo #primary,
.page-template-template-website-design .site-content,
.page-template-template-website-design .content-area,
.page-template-template-website-design #primary {
    padding: 0 !important;
    margin: 0 !important;
    max-width: 100% !important;
}

/* Hero Section */
.logo-hero {
    background: #0A0E27;
    padding: 120px 40px 80px 40px;
    position: relative;
}

.logo-hero-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 520px;
    gap: 60px;
    align-items: start;
}

.logo-hero-content {
    padding-top: 20px;
}

.logo-hero-title {
    font-size: 3rem;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.15;
    margin: 0 0 24px 0;
}

.logo-highlight {
    color: #00D9FF;
    font-style: italic;
}

.logo-hero-description {
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.7;
    margin: 0 0 20px 0;
}

.logo-hero-description strong {
    color: #ffffff;
}

.logo-limited-offer {
    font-size: 1.125rem;
    font-weight: 500;
    color: #00D9FF;
    margin: 0 0 30px 0;
}

/* Testimonial Card */
.logo-testimonial-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 24px;
    max-width: 500px;
}

.logo-testimonial-header {
    display: flex;
    gap: 20px;
}

.logo-testimonial-card a {
    text-decoration: none !important;
}

.logo-google-rating {
    flex-shrink: 0;
}

.logo-google-logo {
    width: 70px;
    height: auto;
    margin-bottom: 6px;
}

.logo-stars {
    color: #FBBC04;
    font-size: 1.1rem;
    letter-spacing: 2px;
}

.logo-testimonial-text {
    flex: 1;
}

.logo-testimonial-label {
    font-size: 0.9rem;
    font-weight: 500;
    color: #1a1a1a;
    margin: 0 0 8px 0;
}

.logo-testimonial-quote {
    font-size: 0.9rem;
    color: #4b5563;
    line-height: 1.6;
    margin: 0;
    font-style: italic;
}

.logo-trust-text {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
}

/* Hero Form */
.logo-hero-form {
    background: #ffffff;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
}

.logo-form-title {
    font-size: 1.75rem;
    font-weight: 500;
    color: #1a1a1a;
    margin: 0 0 24px 0;
}

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

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

.logo-form-group label {
    font-size: 0.875rem;
    font-weight: 500;
    color: #4b5563;
}

.logo-form-group label .required {
    color: #ef4444;
}

.logo-form-group input,
.logo-form-group textarea,
.logo-form-group select {
    padding: 12px 16px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    font-size: 0.95rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    background: #ffffff;
}

.logo-form-group input:focus,
.logo-form-group textarea:focus,
.logo-form-group select:focus {
    outline: none;
    border-color: #00D9FF;
    box-shadow: 0 0 0 3px rgba(0, 217, 255, 0.1);
}

.logo-form-group input::placeholder,
.logo-form-group textarea::placeholder {
    color: #9ca3af;
}

.logo-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.logo-checkbox-group {
    margin-top: 4px;
}

.logo-checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.8rem;
    color: #6b7280;
    line-height: 1.5;
    cursor: pointer;
}

.logo-checkbox-label input[type="checkbox"] {
    margin-top: 3px;
    flex-shrink: 0;
}

.logo-submit-btn {
    background: #0A0E27;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 500;
    padding: 14px 24px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.logo-submit-btn:hover {
    background: #1a1f3d;
    transform: translateY(-1px);
}

/* Section Header */
.section-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 60px auto;
}

.section-title {
    font-size: 3rem;
    font-weight: 500;
    color: #1a1a1a;
    margin: 0 0 16px 0;
    line-height: 1.2;
}

.section-description {
    font-size: 1.125rem;
    color: #6b7280;
    line-height: 1.6;
    margin: 0;
}

/* Importance Section */
.logo-importance-section {
    background: #f8f9fa;
    padding: 50px 40px;
}

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

.importance-content {
    text-align: left;
}

.importance-image img {
    border-radius: 15px;
}

.importance-badge {
    display: inline-block;
    background: #E0F7FF;
    color: #0A0E27;
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 20px;
    border-left: 3px solid #00D9FF;
}

.importance-title {
    font-size: 2.75rem;
    font-weight: 500;
    color: #1a1a1a;
    margin: 0 0 32px 0;
    line-height: 1.2;
}

.importance-checklist {
    list-style: none;
    padding: 0;
    margin: 0 0 32px 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.importance-checklist li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 1rem;
    color: #4b5563;
    line-height: 1.5;
}

.importance-checklist .check-icon {
    flex-shrink: 0;
    margin-top: 2px;
}

.importance-checklist span {
    flex: 1;
}

.importance-buttons {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.importance-btn-primary {
    display: inline-block;
    background: #00D9FF;
    color: #0A0E27 !important;
    padding: 14px 28px;
    border-radius: 8px;
    font-size: 0.95rem;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.importance-btn-primary:hover {
    background: #00c4e6;
    transform: translateY(-2px);
}

.importance-btn-secondary {
    display: inline-block;
    background: #0A0E27;
    color: #ffffff !important;
    padding: 14px 28px;
    border-radius: 8px;
    font-size: 0.95rem;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.importance-btn-secondary:hover {
    background: #1a1f3d;
    transform: translateY(-2px);
}

.importance-visual {
    position: relative;
}

.importance-collage {
    position: relative;
    width: 100%;
    height: 100%;
}

.collage-img {
    position: absolute;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    object-fit: cover;
}

.collage-img-1 {
    width: 200px;
    height: 280px;
    top: 0;
    left: 0;
}

.collage-img-2 {
    width: 180px;
    height: 250px;
    top: 20px;
    left: 180px;
}

.collage-img-3 {
    width: 190px;
    height: 260px;
    top: 200px;
    left: 60px;
}

.collage-img-4 {
    width: 170px;
    height: 240px;
    top: 180px;
    left: 240px;
}

/* CTA Section - Matches homepage style */
.logo-cta-section {
    background: #ffffff;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.logo-cta-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    background: #2a2a2a;
    border-radius: 24px;
    padding: 60px;
    position: relative;
}

.logo-cta-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        linear-gradient(90deg, rgba(255,255,255,0.1) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255,255,255,0.1) 1px, transparent 1px);
    background-size: 70px 70px;
    pointer-events: none;
    opacity: 0.3;
    border-radius: 24px;
}

.cta-content {
    position: relative;
    z-index: 2;
    text-align: left;
}

.cta-title {
    font-size: 3rem;
    font-weight: 500;
    color: white;
    margin: 0 0 20px 0;
    line-height: 1.1;
}

.cta-description {
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 0.7);
    margin: 0 0 32px 0;
    line-height: 1.7;
}

.cta-description strong {
    color: #ffffff;
}

.cta-buttons {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.cta-btn {
    display: inline-block;
    background: #00D9FF;
    color: white !important;
    padding: 16px 32px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.cta-btn:hover {
    background: #00C4E6;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 217, 255, 0.3);
}

.cta-btn-secondary {
    background: transparent;
    color: white !important;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.cta-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-2px);
    box-shadow: none;
}

.cta-subtext {
    margin-top: 24px;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.5);
}

.cta-visual {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cta-mockup {
    position: relative;
    width: 100%;
    max-width: 500px;
}

.cta-image {
    width: 100%;
    height: auto;
    border-radius: 16px;
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgba(255, 255, 255, 0.1);
    transform: perspective(1000px) rotateY(-8deg) rotateX(2deg);
    transition: transform 0.4s ease;
}

.cta-mockup:hover .cta-image {
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg) scale(1.02);
}

/* FAQs Section */
.logo-faqs-section {
    background: #ffffff;
    padding: 0px 40px;
}

.logo-faqs-container {
    max-width: 1200px;
    margin: 0 auto;
}

.faqs-title {
    font-size: 3rem;
    font-weight: 500;
    color: #1a1a1a;
    text-align: center;
    margin: 0 0 40px 0;
}

.faq-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    align-items: start;
}

.faq-item {
    background: #f8f9fa;
    border-radius: 12px;
    overflow: hidden;
    border: none;
    transition: all 0.3s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.faq-item:hover {
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.faq-question {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 28px;
    background: transparent;
    border: none;
    cursor: pointer;
    text-align: left;
    gap: 20px;
}

.faq-question span {
    font-size: 1.0625rem;
    font-weight: 500;
    color: #2d3748;
    line-height: 1.5;
}

.faq-question:hover span {
    color: #00D9FF;
}

.faq-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    color: #00D9FF;
    transition: transform 0.3s ease, color 0.3s ease;
    font-size: 20px;
    font-weight: 600;
}

.faq-question[aria-expanded="true"] {
    background: #ffffff;
}

.faq-question[aria-expanded="true"] .faq-icon {
    transform: rotate(45deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background: #ffffff;
}

.faq-answer p {
    padding: 0 28px 24px 28px;
    margin: 0;
    font-size: 0.9375rem;
    line-height: 1.7;
    color: #4a5568;
}

@media (max-width: 968px) {
    .faq-list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .logo-faqs-section {
        padding: 60px 30px;
    }
    
    .faqs-title {
        font-size: 2.25rem;
    }
    
    .faq-question {
        padding: 20px 24px;
    }
    
    .faq-answer p {
        padding: 0 24px 20px 24px;
    }
}

@media (max-width: 480px) {
    .logo-faqs-section {
        padding: 50px 20px;
    }
    
    .faqs-title {
        font-size: 1.875rem;
    }
    
    .faq-question {
        padding: 18px 20px;
    }
    
    .faq-answer p {
        padding: 0 20px 18px 20px;
    }
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .logo-hero-container {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    
    .logo-hero-content {
        text-align: center;
    }
    
    .logo-testimonial-card {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .logo-hero-form {
        max-width: 500px;
        margin: 0 auto;
    }
    
    .logo-importance-container {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    
    .importance-content {
        text-align: center;
    }
    
    .importance-checklist {
        text-align: left;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 32px;
    }
    
    .importance-buttons {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .logo-hero {
        padding: 100px 30px 60px 30px;
    }
    
    .logo-hero-title {
        font-size: 2.25rem;
    }
    
    .logo-testimonial-header {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    .logo-form-row {
        grid-template-columns: 1fr;
    }
    
    .logo-hero-description {
        font-size: 1rem;
    }
    
    .section-title {
        font-size: 2.25rem;
    }
    
    .logo-importance-section {
        padding: 80px 30px 0;
    }
    
    .importance-title {
        font-size: 2.25rem;
    }
    
    .logo-cta-section {
        padding: 60px 30px;
    }
    
    .logo-cta-container {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 40px 30px;
    }
    
    .cta-content {
        text-align: center;
    }
    
    .cta-title {
        font-size: 2.25rem;
    }
    
    .cta-buttons {
        justify-content: center;
    }
    
    .cta-visual {
        display: none;
    }
    
    .logo-faqs-section {
        padding: 80px 30px;
    }
    
    .faqs-title {
        font-size: 2.25rem;
    }
    
    .faq-item {
        padding: 24px;
    }
}

@media (max-width: 480px) {
    .logo-hero {
        padding: 90px 20px 50px 20px;
    }
    
    .logo-hero-title {
        font-size: 1.875rem;
    }
    
    .logo-hero-description {
        font-size: 1rem;
    }
    
    .logo-hero-form {
        padding: 24px;
    }
    
    .section-title {
        font-size: 1.875rem;
    }
    
    .section-description {
        font-size: 1rem;
    }
    
    .logo-importance-section {
        padding: 60px 20px;
    }
    
    .importance-title {
        font-size: 1.875rem;
    }
    
    .importance-buttons {
        flex-direction: column;
    }
    
    .importance-btn-primary,
    .importance-btn-secondary {
        width: 100%;
        text-align: center;
    }
    
    .logo-cta-section {
        padding: 40px 20px;
    }
    
    .logo-cta-container {
        padding: 30px 20px;
        border-radius: 16px;
    }
    
    .cta-title {
        font-size: 1.875rem;
    }
    
    .cta-description {
        font-size: 1rem;
    }
    
    .cta-buttons {
        flex-direction: column;
    }
    
    .cta-btn {
        width: 100%;
        padding: 14px 28px;
        text-align: center;
    }
    
    .cta-subtext {
        font-size: 0.85rem;
    }
    
    .logo-faqs-section {
        padding: 60px 20px;
    }
    
    .faqs-title {
        font-size: 1.875rem;
    }
    
    .faq-item {
        padding: 20px;
    }
    
    .faq-question {
        font-size: 1.125rem;
    }
    
    .faq-answer {
        font-size: 0.95rem;
    }
}
