.dc-108b4a07-wrapper {
    width: 100%;
    padding: 60px 20px;
    background-color: #111;
    color: #eee;
    font-family: sans-serif;
    box-sizing: border-box;
}
.dc-108b4a07-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
@media (min-width: 768px) {
    .dc-108b4a07-container {
        flex-direction: row;
    }
}
.dc-108b4a07-col-left {
    flex: 1.5;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.dc-108b4a07-col-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.dc-108b4a07-eyebrow {
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 15px;
    color: #d8a951;
}
.dc-108b4a07-heading {
    font-size: clamp(2.5rem, 5vw, 4rem);
    line-height: 1.1;
    font-weight: 800;
    margin: 0 0 20px 0;
    color: #fff;
    letter-spacing: -1px;
}
.dc-108b4a07-desc {
    font-size: 1rem;
    line-height: 1.6;
    color: #aaa;
    margin-bottom: 30px;
    max-width: 90%;
}

.dc-108b4a07-states-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 15px;
    margin-bottom: 30px;
}
.dc-108b4a07-state-item {
    background-color: #1a1a1a;
    border: 1px solid #333;
    padding: 12px 15px;
    border-radius: 8px;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #ccc;
    transition: all 0.3s ease;
}
.dc-108b4a07-state-item:hover {
    background-color: #222;
    border-color: #555;
}
.dc-108b4a07-state-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #d8a951;
    display: inline-block;
}

.dc-108b4a07-notice-bar {
    background: linear-gradient(90deg, #1f1f1f, #151515);
    border: 1px solid #333;
    padding: 20px;
    border-radius: 10px;
    font-size: 0.9rem;
    color: #ccc;
    line-height: 1.5;
    position: relative;
    overflow: hidden;
}
.dc-108b4a07-notice-bar::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background-color: #d8a951;
}

.dc-108b4a07-card {
    background-color: #1a1a1a;
    border-radius: 12px;
    padding: 30px;
    border: 1px solid #2a2a2a;
}
.dc-108b4a07-map-card {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.dc-108b4a07-map-area {
    position: relative;
    width: 100%;
    aspect-ratio: 4/3;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dc-108b4a07-map-shape {
    width: 80%;
    height: 80%;
    background: transparent;
    border: 1px solid #333;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    position: absolute;
}
.dc-108b4a07-marker {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: translate(-50%, -50%);
}
.dc-108b4a07-marker-dot {
    width: 10px;
    height: 10px;
    background-color: #d8a951;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(216, 169, 81, 0.5);
    margin-bottom: 4px;
}
.dc-108b4a07-marker-label {
    font-size: 0.7rem;
    color: #888;
}
.dc-108b4a07-map-caption {
    font-size: 0.8rem;
    color: #666;
    margin-top: 15px;
    text-align: center;
}

.dc-108b4a07-guarantee-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.dc-108b4a07-guarantee-title {
    font-size: 1.2rem;
    margin: 0 0 10px 0;
    color: #fff;
}
.dc-108b4a07-guarantee-desc {
    font-size: 0.9rem;
    color: #999;
    margin-bottom: 20px;
    line-height: 1.5;
}
.dc-108b4a07-btn {
    background-color: #d8a951;
    color: #000;
    padding: 12px 24px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: background-color 0.3s;
}
.dc-108b4a07-btn:hover {
    background-color: #e5b962;
}
