
.hero-content,
.hp-body { margin-top: 15px; text-align: center; width: 100%; max-width: 1024px; padding: 0 20px; }

.home-select { width: 320px; padding: 15px; border-radius: 12px; border: none; font-size: 16px; margin-bottom: 20px; outline: none; box-shadow: 0 10px 20px rgba(0,0,0,0.1); }
.hp-launch {
    display: block;
    width: max-content;
    margin: 10px auto;
    background: linear-gradient(135deg, var(--accent-blue), var(--accent-cyan));
    box-shadow: 0 10px 30px rgba(34, 211, 238, 0.2);
     color: #fff; padding: 15px 50px; border-radius: 30px; font-weight: 700; border: none; cursor: pointer; font-size: 18px;    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
.hp-launch:hover { transform: translateY(-3px); box-shadow: 0 10px 20px rgba(0,123,255,0.3); }

.ad-slot { width: 100%;max-width: min(700px, 95vw); height: 250px; background: rgba(255,255,255,0.1); border: 1px dashed rgba(255,255,255,0.4);margin: 0 auto; margin-top: 40px; display: flex; align-items: center; justify-content: center; backdrop-filter: blur(5px); font-size: 12px; color: rgba(255,255,255,0.5); }

.hp-pick{
    display: flex;
    justify-content: center;
}

/* Minimal carrier selector (find page) */
.hp-csel--minimal {
    background: transparent !important;
    backdrop-filter: none !important;
    border: none !important;
    padding: 0 !important;
    box-shadow: none !important;
}
.hp-csel--minimal .hp-csel-inner {
    display: flex;
    align-items: center;
    text-align: center;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.hp-csel--minimal .hp-csel-label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: #6b7280;
    margin-right: 5px;
}
.hp-csel--minimal .hp-csel-value {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.hp-csel--minimal .hp-csel-text {
    font-size: 14px;
    color: #7a7b7e;
    font-weight: 400;
}
.hp-csel--minimal .hp-csel-arrow {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #e5e7eb;
}
.hp-csel--minimal .hp-cdrop {
    left: 50%;
    transform: translateX(-50%);
}

.hp-csel {
    display: inline-flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(5px);
    padding: 2px 15px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    text-align: left;
    position: relative;
    z-index: 9;
    cursor: pointer;
    padding-right: 0;
    padding-left: 5px;
}
.hp-csel .label {
    margin-right: 8px;
    font-weight: 500;
    font-size: 13px;
    padding-right: 5px;
    margin-right: 0px !important;
}
.hp-auto {
    display: inline-flex;
    align-items: center;
    padding: 2px 14px;
    border-radius: 8px;
    border: 1.5px solid transparent;
    background-image: linear-gradient(#2d2d2d, #2d2d2d), linear-gradient(to right, #00f2fe 0%, #7000ff 100%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    box-shadow: 0 0 10px rgba(0, 242, 254, 0.2), 0 0 5px rgba(112, 0, 255, 0.1);
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    gap: 6px;
    transition: all 0.3s ease;
    margin-bottom: 0 !important;
    font-size: 12px !important;
    margin-left: 3px;
}
.hp-csel .caret {
    font-size: 12px;
    color: #fff;
}
.hp-cact{
    background: rgba(255, 255, 255, .5);
    border-radius: 5px;
}
.hp-cdrop {
    display: none;
    position: absolute;
    min-width: 220px;
    max-height: 300px;
    overflow: auto;
    border-radius: 6px;
    padding: 6px 0;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    z-index: 1000;
    left: -1px;
    top: 100%;
    background: rgba(0, 0, 0, .7);
    backdrop-filter: blur(5px);
    padding: 8px 15px;
    border-radius: 8px;
    margin-bottom: 25px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 13px;
}
.hp-cdrop .hp-copt {
    display: block;
    padding: 8px 12px;
    color: #fff;
    text-decoration: none;
}
.hp-cdrop .hp-copt:hover {
    text-decoration: none;
    color:#fff;
    transform: scale(1.1);
    transition: all 0.3s ease;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid #6f5a5a;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
  }
  #carrierDropdown::-webkit-scrollbar{
    width: 0;
    display: none;
  }

  @media (max-width:768px) {
    .ad-slot{
        margin-top: 0;
    }
    .hp-go{
        position: fixed;
        bottom: 0;
        left: 0;
        display: flex;
        justify-content: center;
        width: 100%;
        background: #fff;
        z-index: 999;
    }
    .hp-go .hp-launch{
        background-color: #1a73e8;
        border-radius: 8px;
        margin-top: 5px;
        margin-bottom: 5px;
        padding: 13px 15px;
        width: 96%;
        display: block;
        text-align: center;
        color: #fff;
        font-size: 18px;
        display: flex;
        justify-content: center;
        align-items: center;
        animation: breathe 1.5s infinite;
    }
    @keyframes breathe {
        0% {
            box-shadow: 0 0 0 0 #2563EB;
        }
        50% {
            box-shadow: 0 0 0 3vw rgba(188, 204, 238, 0);
        }
        100% {
            box-shadow: 0 0 0 3vw rgba(62, 111, 218, 0);
        }
    }
}
