/* ==========================================================
   Bell Tower Plaza
   Plan With Confidence
   ========================================================== */


/* ==========================================================
   1. Hero
   ========================================================== */

.plan-hero{
    position:relative;
    padding:10rem 0 8rem;
    background:#faf8f4;
    overflow:hidden;
}

.plan-hero::before{
    content:"";
    position:absolute;
    left:50%;
    top:0;
    width:1px;
    height:80px;
    background:#d7b46a;
    opacity:.7;
}

.plan-hero-inner{
    max-width:820px;
    margin:0 auto;
    position:relative;
    z-index:2;
}

.plan-hero h1{
    margin:1rem 0 1.5rem;
    font-family:"Cormorant Garamond", serif;
    font-size:clamp(4rem,8vw,7rem);
    font-weight:500;
    line-height:.9;
    letter-spacing:-.04em;
    color:#18324b;
}

.plan-hero .lead{
    max-width:680px;
    margin:0 auto 2.5rem;
    color:#5b6773;
    font-size:clamp(1.15rem,2vw,1.35rem);
    line-height:1.75;
}

.plan-hero .btn-gold{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:#d7b46a;
    color:#18324b;
    border:1px solid #d7b46a;
    border-radius:999px;
    padding:.95rem 2.4rem;
    font-weight:700;
    text-decoration:none;
    transition:.25s ease;
}

.plan-hero .btn-gold:hover{
    background:#18324b;
    border-color:#18324b;
    color:#fff;
    transform:translateY(-2px);
}

/*=========================================
Planning Journey
=========================================*/

.planning-journey{
    padding:8rem 0;
    background:#ffffff;
}

.planning-intro{
    max-width:760px;
    margin:0 auto 6rem;
    text-align:center;
}

.planning-intro h2{
    margin:1rem 0 1.5rem;
    font-size:clamp(3rem,6vw,4.5rem);
    line-height:.95;
}

.planning-intro .lead{
    max-width:640px;
    margin:0 auto;
}


.planning-steps{
    max-width:920px;
    margin:0 auto;
}


.planning-step{
    display:grid;
    grid-template-columns:120px 1fr;
    gap:3rem;
    align-items:flex-start;
    padding:3rem 0;
}


.step-number{
    font-family:"Cormorant Garamond",serif;
    line-height:.8;
    color:#d7b46a;
    font-weight:500;
    width:110px;
    flex-shrink:0;
    font-size:6.5rem;
    opacity:.25;
    letter-spacing:-.04em;
}


.step-content h3{
    margin:0 0 .75rem;
    font-size:2rem;
}


.step-content p{
    max-width:560px;
    margin:0;
    color:#66707a;
    font-size:1.15rem;
    line-height:1.8;
}


.planning-divider{
    height:1px;
    background:#e8dcc4;
}

.planning-prep{
    padding:8rem 0;
    background:#faf8f3;
}

.planning-prep-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:2rem;
    margin-top:4rem;
}

.planning-card{
    background:#fff;
    padding:2.5rem;
    border-radius:18px;
    border:1px solid rgba(25,42,66,.08);
    transition:.35s ease;
    box-shadow:0 20px 50px rgba(0,0,0,.04);
}

.planning-card:hover{
    transform:translateY(-6px);
    box-shadow:0 28px 60px rgba(0,0,0,.08);
}

.planning-icon{
    display:inline-flex;
    width:42px;
    height:42px;
    border-radius:50%;
    align-items:center;
    justify-content:center;
    background:#d9b15b;
    color:#fff;
    font-weight:700;
    margin-bottom:1.5rem;
}

.planning-tool-intro{
    max-width:960px;
    margin:3.5rem auto 0;
    padding:2rem 2.25rem;
    background:#faf8f3;
    border:1px solid rgba(25,42,66,.08);
    border-bottom:none;
    border-radius:24px 24px 0 0;
}

.planning-tool-kicker{
    margin-bottom:.5rem;
    font-size:.72rem;
    font-weight:700;
    letter-spacing:.18em;
    text-transform:uppercase;
    color:#d7b46a;
}

.planning-tool-intro h3{
    margin:0 0 .75rem;
    font-family:"Cormorant Garamond",serif;
    font-size:clamp(1.8rem,3vw,2.4rem);
    line-height:1.1;
    color:#18324b;
}

.planning-tool-intro p{
    max-width:760px;
    margin:0;
    color:#5f6973;
    font-size:1rem;
    line-height:1.75;
}

.inquiry-form-card{
    margin-top:0;
    border-radius:0 0 28px 28px;
}

.planning-notice{
    max-width:980px;
    margin:0 auto;
}


/* =========================================================
   Rental Inquiry Notice
========================================================= */

.planning-notice {
    display: flex;
    gap: 1.75rem;
    width: min(100% - 2rem, 1100px);
    margin: 3rem auto;
    padding: 3rem;
    background: #fff;
    border-left: 5px solid var(--btp-gold);
    border-radius: 0 22px 22px 0;
    box-shadow: 0 18px 45px rgba(20, 39, 60, .08);
}

.planning-notice-icon {
    flex: 0 0 auto;
    padding-top: .2rem;
    color: var(--btp-gold);
    font-size: 1.6rem;
    line-height: 1;
}

.planning-notice-content {
    width: 100%;
    max-width: 920px;
}

.planning-notice-content h3 {
    max-width: 760px;
    margin: 0 0 1.25rem;
    font-size: clamp(1.75rem, 3vw, 2.35rem);
    line-height: 1.15;
}

.planning-notice-content p {
    max-width: 850px;
    line-height: 1.7;
}

.planning-notice-content strong {
    color: var(--btp-navy);
}

.planning-actions {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 1rem;
    margin: 2rem 0;
}

.planning-contact {
    max-width: 850px;
    margin-top: 1.75rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e8edf2;
    line-height: 1.6;
}

.planning-contact > strong {
    display: block;
    margin-bottom: .2rem;
    color: var(--btp-navy);
}

.planning-contact a {
    color: var(--btp-navy);
    font-weight: 700;
}

@media (max-width: 767.98px) {
    .planning-notice {
        width: calc(100% - 2rem);
        padding: 2rem;
        gap: 1rem;
    }

    .planning-notice-icon {
        display: none;
    }

    .planning-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .planning-actions .btn {
        width: 100%;
        text-align: center;
    }
}

.btn-outline-gold{
    color:var(--btp-navy);
    background:transparent;
    border:2px solid var(--btp-gold);
    border-radius:999px;
    padding:.85rem 1.75rem;
    font-weight:600;
    transition:.25s;
}

.btn-outline-gold:hover{
    background:var(--btp-gold);
    color:var(--btp-navy);
    border-color:var(--btp-gold);
}

/*=========================================
 * Inquiry iFrame
=========================================*/


.inquiry-form-section{
    padding:8rem 0;
    background:#fff;
}

.inquiry-form-card{
    max-width:1100px;
    margin:4rem auto 0;
    background:#fff;
    border:1px solid rgba(25,42,66,.08);
    border-radius:28px;
    box-shadow: 0 30px 80px rgba(16,32,52,.08), 0 6px 18px rgba(16,32,52,.05);
    overflow:hidden;
}

.inquiry-form-card iframe{
    display:block;
    width:100%;
    min-height:1050px;
    border:0;
}
