/* Shared styles for spot/spot.html and spot/spot-after.html */
:root {
    --spot-primary: #126c93;
    --spot-dark: #143e59;
    --spot-accent: #27a6bf;
    --spot-soft: #eaf7fa;
    --spot-text: #1d3445;
    --spot-sub: #607687;
    --spot-line: #d7e6ec;
    --spot-shadow: 0 18px 42px rgba(20, 62, 89, .12);
    --spot-radius: 22px;
}
body.spot-page {
    color: var(--spot-text);
    background: #fff;
    word-break: keep-all;
}
.banner_area {
    position: relative;
}
.banner_area .banner_inner {
    background: linear-gradient(135deg, rgba(12, 50, 76, .9), rgba(18, 108, 147, .76));
}
.banner_area .banner_inner .banner_content {
    margin-top: 85px;
}
.banner_area .section-head-square {
    width: 200px;
    padding: 3rem 0 3rem 3rem;
}

.banner_area .section-head-square > .head-title,
.banner_area .banner_inner .banner_content h2,
.banner_area .head-title {
    width: 640px;
    font-size: 28px !important;
    line-height: 1.45 !important;
    font-weight: 700;
    letter-spacing: -0.2px;
    margin-bottom: 0;
}

.banner_area .section-head-square > .head-title, .banner_area .banner_inner .banner_content h2, .banner_area .head-title {
    width: 640px;
    margin-bottom: 0;
    color: #fff;
    font-size: 28px !important;
    font-weight: 700;
    line-height: 1.45 !important;
    letter-spacing: -.2px;
    text-align: left;
    text-shadow: 0 8px 22px rgba(0,0,0,.16);
}
.spot-main {
    background: linear-gradient(180deg, #fff 0%, #f5fafb 56%, #fff 100%);
}
.spot-intro-section {
    padding: 92px 0 66px;
}
.spot-hero {
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
}
.spot-kicker, .spot-section-head > div > span {
    display: inline-flex;
    padding: 8px 15px;
    border-radius: 999px;
    background: var(--spot-soft);
    color: var(--spot-primary);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .1em;
}
.spot-hero h1 {
    margin: 18px 0 16px;
    color: var(--spot-dark);
    font-size: 42px;
    font-weight: 800;
    line-height: 1.28;
    letter-spacing: -.04em;
}
.spot-hero > p {
    max-width: 700px;
    margin: 0 auto;
    color: var(--spot-sub);
    font-size: 16px;
    line-height: 1.85;
}
.spot-cloud-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 22px;
    margin-top: 32px;
}
.spot-cloud-list a {
    display: flex;
    min-width: 120px;
    height: 54px;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    border: 1px solid var(--spot-line);
    border-radius: 10px;
    background: #fff;
}
.spot-cloud-list img {
    max-width: 130px;
    max-height: 28px;
    width: auto;
    height: auto;
    object-fit: contain;
}
.spot-value-section, .spot-flow-section, .spot-video-section, .spot-next-section {
    padding: 52px 0 104px;
}
.spot-section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 28px;
}
.spot-section-head h2 {
    margin: 12px 0 0;
    color: var(--spot-dark);
    font-size: 30px;
    font-weight: 800;
    letter-spacing: -.03em;
}
.spot-section-head > p {
    max-width: 430px;
    margin: 0;
    color: var(--spot-sub);
    font-size: 15px;
    line-height: 1.75;
}
.spot-value-grid, .spot-next-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0,1fr));
    gap: 20px;
}
.spot-value-card, .spot-next-card {
    position: relative;
    min-height: 230px;
    padding: 28px 24px;
    border: 1px solid var(--spot-line);
    border-radius: var(--spot-radius);
    background: #fff;
    box-shadow: 0 10px 26px rgba(20,62,89,.06);
}
.spot-value-number {
    display: block;
    margin-bottom: 26px;
    color: var(--spot-accent);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .1em;
}
.spot-value-card h3, .spot-next-card h3 {
    margin: 0 0 12px;
    color: var(--spot-dark);
    font-size: 20px;
    font-weight: 800;
}
.spot-value-card p, .spot-next-card p {
    margin: 0;
    color: var(--spot-sub);
    font-size: 14px;
    line-height: 1.75;
}
.spot-flow-section {
    padding-top: 0;
}
.spot-flow-panel {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
    gap: 44px;
    padding: 46px;
    border-radius: 26px;
    background: linear-gradient(135deg, #143e59, #167b99);
    box-shadow: var(--spot-shadow);
}
.spot-flow-copy > span {
    color: #91e4ed;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
}
.spot-flow-copy h2 {
    margin: 14px 0;
    color: #fff;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: -.03em;
}
.spot-flow-copy p {
    margin: 0 0 26px;
    color: rgba(255,255,255,.82);
    font-size: 15px;
    line-height: 1.8;
}
.spot-primary-btn, .spot-outline-btn {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 13px 20px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none !important;
    transition: transform .2s ease, box-shadow .2s ease;
}
.spot-primary-btn {
    background: #fff;
    color: var(--spot-dark) !important;
}
.spot-outline-btn {
    border: 1px solid var(--spot-primary);
    background: #fff;
    color: var(--spot-primary) !important;
}
.spot-primary-btn:hover, .spot-outline-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0,0,0,.14);
}
.spot-flow-list {
    display: grid;
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: spot-flow;
}
.spot-flow-list li {
    display: grid;
    grid-template-columns: 94px minmax(0,1fr);
    gap: 14px;
    align-items: center;
    padding: 18px 20px;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 14px;
    background: rgba(255,255,255,.09);
}
.spot-flow-list strong {
    color: #fff;
    font-size: 16px;
}
.spot-flow-list span {
    color: rgba(255,255,255,.82);
    font-size: 14px;
    line-height: 1.6;
}
.spot-inquiry-section {
    padding: 0 0 104px;
}
.spot-inquiry-panel {
    display: grid;
    grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
    gap: 44px;
    padding: 46px;
    border: 1px solid var(--spot-line);
    border-radius: 26px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(20,62,89,.07);
}
.spot-inquiry-copy > span {
    color: var(--spot-primary);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
}
.spot-inquiry-copy h2 {
    margin: 14px 0;
    color: var(--spot-dark);
    font-size: 31px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: -.03em;
}
.spot-inquiry-copy p {
    margin: 0;
    color: var(--spot-sub);
    font-size: 15px;
    line-height: 1.8;
}
.spot-inquiry-copy ul {
    display: grid;
    gap: 10px;
    margin: 25px 0 0;
    padding: 0;
    list-style: none;
}
.spot-inquiry-copy li {
    position: relative;
    padding-left: 17px;
    color: #385467;
    font-size: 14px;
    line-height: 1.65;
}
.spot-inquiry-copy li::before {
    position: absolute;
    top: .65em;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--spot-accent);
    content: "";
}
.spot-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 16px;
}
.spot-form-intro {
    margin-bottom: 22px;
}
.spot-form-intro h3 {
    margin: 0 0 9px;
    color: var(--spot-dark);
    font-size: 19px;
    font-weight: 800;
    line-height: 1.5;
    word-break: keep-all;
}
.spot-form-intro p {
    margin: 0;
    color: var(--spot-sub);
    font-size: 14px;
    line-height: 1.7;
    word-break: keep-all;
}
.spot-form-intro b,
.spot-choice-group em {
    color: #d84d5b;
    font-style: normal;
}
.spot-form-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.spot-form-field label {
    color: var(--spot-dark);
    font-size: 13px;
    font-weight: 800;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.spot-form-field em {
    color: #d84d5b;
    font-style: normal;
}
.spot-form-field input {
    width: 100%;
    border: 1px solid #cddde4;
    border-radius: 8px;
    background: #fff;
    color: var(--spot-text);
    font-size: 14px;
    line-height: 1.5;
    outline: none;
    transition: border-color .2s ease, box-shadow .2s ease;
}
.spot-form-field input {
    height: 46px;
    padding: 0 13px;
}
.spot-form-field input:focus,
.spot-form-field select:focus,
.spot-form-field textarea:focus {
    border-color: var(--spot-accent);
    box-shadow: 0 0 0 3px rgba(39,166,191,.14);
}
.spot-form-wide {
    grid-column: 1 / -1;
}
.spot-partner-note {
    margin: 18px 0;
    color: var(--spot-sub);
    font-size: 13px;
    line-height: 1.75;
}
.spot-partner-note a {
    color: var(--spot-primary);
    font-weight: 800;
    text-decoration: none;
}
.spot-choice-group {
    display: grid;
    gap: 10px;
    margin: 0 0 20px;
    padding: 17px;
    border: 1px solid #dbe7ec;
    border-radius: 10px;
    background: #f8fbfc;
}
.spot-choice-group legend {
    width: auto;
    margin: 0 0 9px;
    padding: 0;
    color: var(--spot-dark);
    font-size: 13px;
    font-weight: 800;
}
.spot-choice-group label {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin: 0;
    color: var(--spot-sub);
    font-size: 13px;
    line-height: 1.6;
}
.spot-choice-group input {
    width: 15px;
    height: 15px;
    margin-top: 3px;
    accent-color: var(--spot-primary);
}
.spot-consent {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 18px 0;
    color: var(--spot-sub);
    font-size: 13px;
}
.spot-consent input {
    width: 15px;
    height: 15px;
    accent-color: var(--spot-primary);
}
.spot-form-submit {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    gap: 9px;
    justify-content: center;
    padding: 0 20px;
    border: 0;
    border-radius: 999px;
    background: var(--spot-primary);
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.spot-form-submit:hover,
.spot-form-submit:focus {
    transform: translateY(-2px);
    background: var(--spot-dark);
    box-shadow: 0 10px 20px rgba(20,62,89,.2);
}
.spot-video-section {
    padding-top: 0;
}
.spot-video-wrap {
    display: grid;
    grid-template-columns: minmax(0,.7fr) minmax(0,1.3fr);
    gap: 42px;
    align-items: center;
    padding: 38px 42px;
    border: 1px solid var(--spot-line);
    border-radius: 24px;
    background: #fff;
}
.spot-video-wrap span {
    color: var(--spot-primary);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .11em;
}
.spot-video-wrap h2 {
    margin: 12px 0;
    color: var(--spot-dark);
    font-size: 28px;
    font-weight: 800;
}
.spot-video-wrap p {
    margin: 0;
    color: var(--spot-sub);
    font-size: 15px;
    line-height: 1.75;
}
.spot-video {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
    border-radius: 14px;
    background: #102d40;
}
.spot-video iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.spot-after-main {
    min-height: 600px;
}
.spot-thanks-section {
    padding: 92px 0 54px;
}
.spot-thanks-panel {
    max-width: 860px;
    margin: 0 auto;
    padding: 56px;
    border: 1px solid var(--spot-line);
    border-radius: 26px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(20,62,89,.08);
    text-align: center;
}
.spot-thanks-panel h1 {
    margin: 18px 0 16px;
    color: var(--spot-dark);
    font-size: 38px;
    font-weight: 800;
    letter-spacing: -.03em;
}
.spot-thanks-panel p {
    max-width: 660px;
    margin: 0 auto;
    color: var(--spot-sub);
    font-size: 16px;
    line-height: 1.85;
}
.spot-thanks-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 30px;
}
.spot-thanks-actions .spot-primary-btn {
    background: var(--spot-primary);
    color: #fff !important;
}
.spot-next-section {
    padding-top: 20px;
}
.spot-next-grid {
    grid-template-columns: repeat(3, minmax(0,1fr));
}
.spot-next-card {
    display: flex;
    flex-direction: column;
    color: inherit;
    text-decoration: none !important;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.spot-next-card:hover, .spot-next-card:focus {
    transform: translateY(-6px);
    border-color: #a9cfdc;
    box-shadow: var(--spot-shadow);
}
.spot-next-card > span {
    display: block;
    margin-bottom: 25px;
    color: var(--spot-accent);
    font-size: 13px;
    font-weight: 800;
}
.spot-next-card b {
    margin-top: auto;
    padding-top: 22px;
    color: var(--spot-primary);
    font-size: 14px;
}
@media (max-width: 991px) {
    .banner_area .section-head-square > .head-title, .banner_area .banner_inner .banner_content h2, .banner_area .head-title {
        width: 100%;
        font-size: 24px !important;
    }
    .spot-value-grid {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }
    .spot-flow-panel, .spot-inquiry-panel, .spot-video-wrap {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .spot-next-grid {
        grid-template-columns: repeat(3,minmax(0,1fr));
    }
    .spot-section-head {
        align-items: start;
        flex-direction: column;
        gap: 15px;
    }
    .spot-section-head > p {
        max-width: none;
    }
}
@media (max-width: 767px) {
    .banner_area .section-head-square {
        width: 160px;
        padding: 2rem 0 2rem 2rem;
        margin: 0 auto;
    }
    .banner_area .section-head-square > .head-title, .banner_area .banner_inner .banner_content h2, .banner_area .head-title {
        width: 100%;
        font-size: 20px !important;
        line-height: 1.5 !important;
    }
    .spot-intro-section, .spot-thanks-section {
        padding: 64px 0 40px;
    }
    .spot-hero h1 {
        font-size: 31px;
    }
    .spot-hero > p, .spot-thanks-panel p {
        font-size: 15px;
    }
    .spot-cloud-list {
        gap: 10px;
    }
    .spot-cloud-list a {
        min-width: 100px;
        padding: 9px 12px;
    }
    .spot-value-section, .spot-flow-section, .spot-inquiry-section, .spot-video-section, .spot-next-section {
        padding: 34px 0 64px;
    }
    .spot-section-head h2 {
        font-size: 25px;
    }
    .spot-value-grid, .spot-next-grid {
        grid-template-columns: 1fr;
    }
    .spot-value-card, .spot-next-card {
        min-height: 0;
    }
    .spot-flow-panel {
        padding: 30px 22px;
        border-radius: 20px;
    }
    .spot-flow-copy h2 {
        font-size: 27px;
    }
    .spot-flow-list li {
        grid-template-columns: 1fr;
        gap: 6px;
    }
    .spot-inquiry-panel, .spot-video-wrap, .spot-thanks-panel {
        padding: 28px 22px;
        border-radius: 18px;
    }
    .spot-inquiry-copy h2 {
        font-size: 27px;
    }
    .spot-form-grid {
        grid-template-columns: 1fr;
    }
    .spot-form-wide {
        grid-column: auto;
    }
    .spot-form-submit {
        width: 100%;
    }
    .spot-video-wrap h2, .spot-thanks-panel h1 {
        font-size: 26px;
    }
    .spot-thanks-actions a {
        width: 100%;
        justify-content: center;
    }
}
