/* ============================================
   ACG Strategy Marketing - Custom Styles
   Color Scheme:
     Dark Navy:    #1b263b
     Coral:        #EE6C4D
     Steel Blue:   #778DA9
     Gold Accent:  #FFBA5A
     White:        #ffffff
   ============================================ */

/* === BASE === */
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    color: #666;
    background-color: #fff;
    line-height: 1.7em;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    color: #333;
    line-height: 1em;
    font-weight: 500;
}

a {
    color: #2ea3f2;
    text-decoration: none;
    transition: all 0.3s ease;
}

a:hover {
    text-decoration: none;
    opacity: 0.8;
}

p {
    padding-bottom: 1em;
}

p:last-child {
    padding-bottom: 0;
}

img {
    max-width: 100%;
    height: auto;
}

/* === HEADER === */
#main-header {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    transition: background-color 0.4s, box-shadow 0.4s;
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
}

.logo-link .logo {
    max-height: 50px;
    width: auto;
}

#top-nav {
    display: flex;
    align-items: center;
}

#top-menu {
    list-style: none;
    display: flex;
    gap: 0;
    margin: 0;
    padding: 0;
}

#top-menu li a {
    color: #1b263b;
    font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 18px;
    display: block;
    transition: color 0.3s ease;
}

#top-menu li a:hover,
#top-menu li a.active {
    color: #778DA9;
}

/* Mobile Menu Toggle */
.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
}

.mobile-menu-toggle span {
    display: block;
    width: 25px;
    height: 3px;
    background-color: #1b263b;
    transition: all 0.3s ease;
}

.mobile-menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 6px);
}

.mobile-menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.mobile-menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -6px);
}

/* === HERO SECTION === */
.hero-section {
    position: relative;
    background-image: url('/images/hero-bg.png');
    background-size: cover;
    background-position: center bottom;
    min-height: 70vh;
    margin-top: 80px;
    display: flex;
    flex-direction: column;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(165, 206, 199, 0) 0%, #1b263b 100%);
    z-index: 1;
}

.hero-content-wrap {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
}

.hero-top {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 0 30px;
}

.hero-logo {
    display: block;
    width: 250px;
    max-width: 50%;
    height: auto;
    margin-bottom: 20px;
}

.hero-title {
    font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
    color: #fff !important;
    text-transform: uppercase;
    font-size: clamp(36px, 7vw, 100px);
    line-height: 1.2em;
    text-shadow: 0 0 0.8em rgba(0, 17, 51, 0.55);
    margin-bottom: 10px;
    padding-bottom: 0;
}

.hero-subtitle {
    font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
    color: #fff !important;
    font-weight: 700;
    text-transform: uppercase;
    font-size: clamp(14px, 2vw, 24px);
    letter-spacing: 8px;
    line-height: 1.8em;
    margin-bottom: 20px;
    padding-bottom: 0;
}

.hero-description {
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    line-height: 2em;
    max-width: 700px;
    margin: 0 auto;
    padding-bottom: 0;
}

.hero-cta-row {
    display: flex;
    justify-content: flex-end;
    align-self: flex-end;
    gap: 0;
}

.hero-cta {
    display: inline-block;
    color: #fff !important;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 2px;
    padding: 30px 40px;
    text-decoration: none;
    transition: all 0.3s ease;
    text-align: center;
    min-width: 220px;
}

.cta-learn-more {
    background-color: #EE6C4D;
    border-radius: 10px 0 0 0;
    box-shadow: 0 12px 100px -6px rgba(255, 186, 90, 0.6);
}

.cta-learn-more:hover {
    border-radius: 10px 10px 0 0;
    padding-top: 35px;
    padding-bottom: 35px;
}

.cta-join-wave {
    background-color: #778DA9;
    box-shadow: 0 12px 100px -6px rgba(85, 103, 127, 0.6);
}

.cta-join-wave:hover {
    border-radius: 10px 10px 0 0;
    padding-top: 35px;
    padding-bottom: 35px;
}

/* === STRATEGIES SECTION === */
.strategies-section {
    padding: 85px 0 80px;
    background-color: #fff;
}

.section-heading {
    font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 1.4em;
    color: #333;
}

.accent-divider {
    width: 80px;
    height: 3px;
    background-color: #FFBA5A;
    margin-bottom: 30px;
}

.divider-light {
    background-color: #FFBA5A;
    opacity: 0.7;
}

.strategy-card {
    border-radius: 10px 0 0 0;
    border-top: 3px solid rgba(179, 201, 56, 0.14);
    border-left: 3px solid rgba(179, 201, 56, 0.14);
    padding: 20px;
    margin-bottom: 10px;
    transition: all 0.3s ease;
    min-height: 180px;
}

.strategy-card:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

.strategy-card h3 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.6em;
    color: #333;
    margin-bottom: 10px;
}

.strategy-card p {
    font-size: 14px;
    color: #666;
    line-height: 1.7em;
}

/* === PILLARS OF STRENGTH === */
.pillars-section {
    padding: 80px 0;
    background-color: #1b263b;
}

.pillars-section .section-heading {
    color: #fff;
}

.pillars-description {
    color: rgba(255, 255, 255, 0.85);
    font-size: 16px;
    line-height: 1.8em;
    max-width: 900px;
    margin-bottom: 20px;
}

.pillar-card {
    position: relative;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    overflow: hidden;
    min-height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.pillar-card:hover {
    transform: scale(1.02);
}

.pillar-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(27, 38, 59, 0.7);
    transition: background 0.3s ease;
}

.pillar-card:hover .pillar-overlay {
    background: rgba(27, 38, 59, 0.85);
}

.pillar-content {
    position: relative;
    z-index: 2;
    padding: 30px;
    color: #fff;
}

.pillar-content h2 {
    color: #fff !important;
    font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 28px;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.pillar-content p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    line-height: 1.7em;
}

/* === WAVE SECTION === */
.wave-section {
    background-color: #fff;
}

.wave-cta-banner {
    background-color: #1b263b;
    padding: 60px 0;
}

.wave-cta-text {
    color: #fff !important;
    font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
    font-size: 28px;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-decoration: none;
    transition: opacity 0.3s;
}

.wave-cta-text:hover {
    opacity: 0.8;
}

.wave-content {
    padding: 80px 0;
}

.wave-heading {
    font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
    font-size: 36px;
    text-transform: uppercase;
    color: #333;
    margin-bottom: 0;
    line-height: 1.2;
}

.wave-subheading {
    font-size: 18px;
    color: #333;
    margin-bottom: 15px;
    font-weight: 400;
}

.wave-text p {
    font-size: 14px;
    color: #666;
    line-height: 1.8em;
}

.wave-parallax-image {
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    min-height: 500px;
    border-radius: 8px;
}

/* === CONTACT SECTION === */
.contact-section {
    padding: 80px 0;
    background-color: #1b263b;
}

.contact-section .section-heading {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.contact-section .accent-divider {
    margin-bottom: 40px;
}

.contact-message {
    padding: 15px 20px;
    border-radius: 6px;
    margin-bottom: 20px;
    font-size: 15px;
    text-align: center;
}

.contact-message.success {
    background-color: rgba(40, 167, 69, 0.2);
    color: #28a745;
    border: 1px solid rgba(40, 167, 69, 0.3);
}

.contact-message.error {
    background-color: rgba(220, 53, 69, 0.2);
    color: #dc3545;
    border: 1px solid rgba(220, 53, 69, 0.3);
}

.contact-form .form-label {
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
    margin-bottom: 5px;
}

.contact-form .form-control {
    background-color: #eee;
    border: none;
    border-radius: 0;
    padding: 16px;
    font-size: 14px;
    color: #999;
    transition: border-color 0.3s;
}

.contact-form .form-control:focus {
    background-color: #fff;
    color: #333;
    border-color: #778DA9;
    box-shadow: none;
}

.contact-form .form-control::placeholder {
    color: #999;
}

.btn-submit {
    display: inline-block;
    font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background-color: #EE6C4D;
    border: 2px solid #EE6C4D;
    border-radius: 3px;
    padding: 12px 40px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-submit:hover {
    background-color: transparent;
    color: #EE6C4D;
}

.btn-submit:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

/* === PRE-FOOTER === */
#pre-footer {
    background-color: #fff;
    padding: 60px 0;
    border-top: 1px solid #eee;
}

.footer-logo {
    max-width: 300px;
}

.footer-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-nav li {
    padding: 4px 0;
}

.footer-nav li a {
    color: #666;
    font-size: 14px;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-nav li a:hover {
    color: #778DA9;
}

.social-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.social-icon {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    padding: 8px 16px;
    border-radius: 4px;
    font-size: 14px;
    text-decoration: none;
    transition: opacity 0.3s;
    width: fit-content;
}

.social-icon:hover {
    opacity: 0.85;
    color: #fff;
}

.social-icon.facebook {
    background-color: #3b5998;
}

.social-icon.linkedin {
    background-color: #0077b5;
}

.social-icon i {
    font-size: 18px;
}

/* === FOOTER === */
#main-footer {
    background-color: #778DA9;
    padding: 15px 0 5px;
}

#main-footer p {
    color: #1b263b;
    text-align: center;
    font-size: 14px;
    margin: 0;
    padding-bottom: 10px;
}

#main-footer a {
    color: #1b263b;
    font-weight: 700;
    transition: opacity 0.3s;
}

#main-footer a:hover {
    opacity: 0.7;
}

/* === ANIMATIONS === */
.animate-slide {
    animation: slideIn 1s ease-in-out;
}

.animate-slide-up {
    animation: slideUp 1s ease-in-out;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* === RESPONSIVE === */
@media (max-width: 980px) {
    .mobile-menu-toggle {
        display: flex;
    }

    #top-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #fff;
        flex-direction: column;
        border-top: 3px solid #2ea3f2;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        padding: 10px 0;
    }

    #top-menu.open {
        display: flex;
    }

    #top-menu li a {
        padding: 10px 20px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.03);
    }

    .hero-subtitle {
        letter-spacing: 4px;
    }

    .hero-cta-row {
        justify-content: center;
    }

    .hero-logo {
        width: 200px;
    }

    .section-heading {
        font-size: 30px;
    }

    .strategy-card {
        min-height: auto;
    }

    .wave-parallax-image {
        min-height: 300px;
        background-attachment: scroll;
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .hero-section {
        margin-top: 70px;
    }

    .hero-top {
        padding: 50px 0 40px;
    }

    .hero-logo {
        width: 180px;
    }

    .hero-subtitle {
        letter-spacing: 3px;
    }

    .hero-description {
        font-size: 14px;
    }

    .hero-cta {
        min-width: 140px;
        padding: 20px 15px;
        font-size: 13px;
    }

    .hero-cta-row {
        justify-content: center;
        flex-wrap: wrap;
    }

    .section-heading {
        font-size: 24px;
    }

    .pillar-card {
        min-height: 220px;
    }

    .wave-heading {
        font-size: 28px;
    }

    .footer-logo {
        max-width: 200px;
        margin-bottom: 20px;
    }

    .footer-nav {
        margin-bottom: 20px;
    }

    #pre-footer .row > div {
        text-align: center;
    }

    .social-links {
        align-items: center;
    }
}
