/*====================================================
  CONTACT PAGE
  Reuses the shared header + fonts from style.css.
  Only page-specific styles live here.
====================================================*/

.contact-body {
    margin: 0;
    /* Full dark banner image (same asset used on the other pages) */
    background-color: #050505;
    background-image: url("../assets/podcast-bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

/*====================================================
  HERO
====================================================*/

.co-hero {
    height: 664px;
    display: flex;
    flex-direction: column;
    /* Supplied smoke background image, covering the whole hero */
    background-image: url("../assets/image-08.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #050505;
}

/* Content area above the bottom strip */
.co-hero-content {
    flex: 1;
    display: flex;
    width: 100%;
    max-width: 1450px;
    margin: 0 auto;
    padding: var(--header-height) 40px 0;
    box-sizing: border-box;
    min-height: 0;
}

/* Left ~40% (portrait) / right (title) */
.co-left {
    flex: 1 1 40%;
    min-width: 0;
    display: flex;
    align-items: flex-end;          /* feet touch the bottom */
    padding-left: 40px;
    box-sizing: border-box;
}

.co-left img {
    display: block;
    width: auto;
    height: 700px;
    max-width: 100%;
    object-fit: contain;            /* no crop */
}

.co-right {
    flex: 1 1 60%;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;        /* vertically centered */
    align-items: flex-end;          /* aligned toward the right */
    text-align: right;
    padding-right: 20px;
    box-sizing: border-box;
}

/* Title */
.co-title {
    margin: 0;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 120px;
    line-height: 1;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #ffffff;
}


/*====================================================
  BOTTOM STRIP
====================================================*/

.co-strip {
    height: 80px;
    display: flex;
    align-items: center;
    background: #050505;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.co-strip-inner {
    width: 100%;
    max-width: 1450px;
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.co-strip span {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: #ffffff;
    white-space: nowrap;
}


/*====================================================
  RESPONSIVE
====================================================*/

/* Tablet - portrait above title */
@media (max-width: 1000px) {
    .co-hero { height: auto; }
    .co-hero-content {
        flex-direction: column;
        align-items: center;
        gap: 32px;
        padding: calc(var(--header-height) + 40px) 20px 40px;
    }
    .co-left, .co-right {
        flex: 1 1 auto;
        max-width: 100%;
        padding: 0;
        align-items: center;
        text-align: center;
    }
    .co-left img { height: 520px; }
    .co-title { font-size: 84px; }
    .co-strip-inner { flex-wrap: wrap; justify-content: center; gap: 10px 22px; }
}

/* Mobile */
@media (max-width: 600px) {
    .co-left img { height: auto; width: 100%; }
    .co-title { font-size: 62px; }
    .co-strip { height: auto; padding: 16px 0; }
}


/*====================================================
  LET'S TALK SECTION
====================================================*/

.lt-section {
    /* Same white patterned background asset already used on the site */
    background: url("../assets/image-09.jpg") center center / cover no-repeat;
    background-color: #f1f1f1;
    padding: 80px 40px 90px;
    box-sizing: border-box;
}

.lt-container {
    max-width: 1450px;
    margin: 0 auto;
}

.lt-title {
    margin: 0 0 18px;
    text-align: center;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 54px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #111111;
    line-height: 1;
}

.lt-sub {
    max-width: 980px;
    margin: 0 auto 40px;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.65;
    color: #555555;
}

/* Three equal cards */
.lt-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.lt-card {
    height: 330px;
    box-sizing: border-box;
    background: #3c3c3c;
    border-top: 4px solid #f58220;
    border-radius: 0;
    padding: 30px 28px 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.lt-label {
    margin: 0 0 4px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
}

.lt-cat {
    margin: 0 0 14px;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #f58220;
    line-height: 1;
}

.lt-desc {
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.65;
    color: #e2e2e2;
}

/* Button - bottom centre */
.lt-btn {
    margin-top: auto;
    background: #ffffff;
    color: #f58220;
    border: 1px solid #f58220;
    padding: 10px 22px;
    border-radius: 2px;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1;
    transition: background 0.25s ease, color 0.25s ease;
}

.lt-btn:hover {
    background: #f58220;
    color: #ffffff;
}

/* Responsive */
@media (max-width: 900px) {
    .lt-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
    .lt-section { padding: 50px 20px 60px; }
    .lt-title { font-size: 40px; }
    .lt-grid { grid-template-columns: 1fr; }
    .lt-card { height: auto; min-height: 300px; }
}


/*====================================================
  WHAT HAPPENS NEXT SECTION
====================================================*/

.wn-section {
    /* Transparent -> shows the page's existing dark background (blends) */
    background: transparent;
    padding: 90px 40px;
    box-sizing: border-box;
}

.wn-container {
    max-width: 1450px;
    margin: 0 auto;
}

.wn-title {
    margin: 0 0 60px;
    text-align: center;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 58px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #f58220;
    line-height: 1;
}

/* 3 steps */
.wn-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
    margin-bottom: 44px;
}

.wn-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

/* Icon: hexagon image + orange accent + number */
.wn-icon {
    position: relative;
    display: inline-block;
    line-height: 0;
}

.wn-hex {
    display: block;
    width: 94px;
    height: 77px;
    position: relative;
    z-index: 0;                 /* hexagon sits behind */
}

.wn-accent {
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;                /* exact supplied asset size */
    height: 52px;
    z-index: 1;                 /* orange sits in front, over the hexagon */
}

.wn-num {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 34px;
    color: #111111;
    line-height: 1;
}

.wn-step-title {
    margin: 22px 0 8px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: #ffffff;
    line-height: 1.2;
}

.wn-step-desc {
    max-width: 260px;
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.55;
    color: #d5d5d5;
}

/* FAQ */
.wn-faq {
    max-width: 1320px;
    margin: 0 auto;
}

.wn-faq-strong {
    height: 2px;
    background: rgba(255, 255, 255, 0.75);
}

.wn-faq-item {
    padding: 18px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.wn-faq-item-last {
    border-bottom: none;
}

.wn-q {
    margin: 0 0 6px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 21px;
    color: #ffffff;
    line-height: 1.3;
}

.wn-a {
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.7;
    color: #d4d4d4;
}

.wn-a strong { color: #ffffff; font-weight: 700; }

/* Responsive */
@media (max-width: 900px) {
    .wn-steps { grid-template-columns: 1fr; gap: 40px; }
}

@media (max-width: 600px) {
    .wn-section { padding: 50px 20px; }
    .wn-title { font-size: 40px; margin-bottom: 40px; }
}
