/* C案: 現行Luminaの明るいトーンを継承したパッケージカスタマイズ訴求 */

.c-page {
    --c-ink: #10213f;
    --c-muted: #5d6b82;
    --c-blue: #2563eb;
    --c-cyan: #06b6d4;
    --c-sky: #eef7ff;
    --c-line: #dce8f7;
    background: #fff;
}

.c-page main {
    overflow: hidden;
}

.c-page .navbar {
    background: rgba(239, 246, 255, .92);
}

.c-page .navbar.scrolled {
    background: rgba(239, 246, 255, .98);
}

.c-brand-link {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.c-page section {
    overflow: hidden;
}

.c-section {
    position: relative;
    padding: 112px 0;
}

.c-section-head {
    max-width: 760px;
    margin-bottom: 56px;
}

.c-section-head-center {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.c-kicker {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--c-blue);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .17em;
}

.c-kicker::before {
    content: "";
    width: 28px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--c-blue), var(--c-cyan));
}

.c-section-head h2 {
    margin-top: 18px;
    color: var(--c-ink);
    font-size: clamp(34px, 4.5vw, 54px);
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: -.035em;
}

.c-section-head p {
    margin-top: 22px;
    color: var(--c-muted);
    font-size: 16px;
    line-height: 2;
}

/* Hero */
.c-hero {
    position: relative;
    min-height: 920px;
    display: flex;
    align-items: center;
    padding: 156px 0 104px;
    background:
        radial-gradient(circle at 12% 12%, rgba(37, 99, 235, .13), transparent 31%),
        radial-gradient(circle at 88% 32%, rgba(6, 182, 212, .13), transparent 28%),
        linear-gradient(145deg, #f8fbff 0%, #eef7ff 52%, #f8fdff 100%);
}

.c-hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(37,99,235,.18), transparent);
}

.c-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(520px, 1.05fr);
    gap: 72px;
    align-items: center;
}

.c-hero-copy h1 {
    max-width: 650px;
    margin-top: 22px;
    color: var(--c-ink);
    font-size: clamp(46px, 3.45vw, 50px);
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: -.055em;
    white-space: nowrap;
}

.c-hero-category {
    display: inline-block;
    margin-bottom: 12px;
    padding: 6px 10px;
    border: 1px solid #8fb5e8;
    background: #ffffff;
    color: #174c91;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .04em;
}

.c-hero-copy h1 span {
    display: block;
    margin-top: 19px;
    background: linear-gradient(135deg, var(--c-blue), var(--c-cyan));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: .58em;
    letter-spacing: -.025em;
}

.c-hero-lede {
    max-width: 630px;
    margin-top: 28px;
    color: #4c5f79;
    font-size: 17px;
    line-height: 2;
}

.c-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.c-hero-facts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 680px;
    margin-top: 38px;
    padding-top: 25px;
    border-top: 1px solid rgba(37, 99, 235, .16);
}

.c-hero-facts div {
    min-width: 0;
    padding: 0 18px;
    border-right: 1px solid rgba(37, 99, 235, .13);
}

.c-hero-facts div:first-child { padding-left: 0; }
.c-hero-facts div:last-child { border-right: 0; }
.c-hero-facts strong,
.c-hero-facts span { display: block; }
.c-hero-facts strong { color: var(--c-ink); font-size: 16px; }
.c-hero-facts span { margin-top: 4px; color: var(--c-muted); font-size: 11px; line-height: 1.5; }

.c-hero-visual {
    position: relative;
    padding: 32px 0 84px 24px;
}

.c-screen {
    overflow: hidden;
    border: 1px solid rgba(37, 99, 235, .14);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 28px 70px rgba(24, 67, 133, .14), 0 6px 18px rgba(24, 67, 133, .08);
}

.c-screen img {
    width: 100%;
    height: auto;
}

.c-screen-bar {
    display: flex;
    align-items: center;
    height: 32px;
    padding: 0 13px;
    background: #f4f8fd;
    border-bottom: 1px solid #e4edf7;
}

.c-screen-bar i {
    width: 7px;
    height: 7px;
    margin-right: 5px;
    border-radius: 50%;
    background: #bfd0e5;
}

.c-screen-bar span {
    margin-left: auto;
    color: #7a8da7;
    font-size: 9px;
    letter-spacing: .1em;
}

.c-hero-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(2px);
    pointer-events: none;
}

.c-hero-glow-one {
    top: 12%;
    right: 8%;
    width: 330px;
    height: 330px;
    border: 1px solid rgba(37, 99, 235, .08);
}

.c-hero-glow-two {
    right: 3%;
    bottom: 4%;
    width: 180px;
    height: 180px;
    background: rgba(6, 182, 212, .06);
}

/* Concept */
.c-concept {
    background: #fff;
}

.c-concept-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.c-concept-card {
    min-height: 270px;
    padding: 34px;
    border: 1px solid var(--c-line);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 12px 35px rgba(28, 72, 132, .06);
}

.c-concept-card-accent {
    color: #fff;
    border-color: transparent;
    background: linear-gradient(145deg, #1f5fe6, #0aaaca);
    box-shadow: 0 24px 48px rgba(37, 99, 235, .2);
    transform: translateY(-12px);
}

.c-card-index {
    display: block;
    color: var(--c-blue);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .15em;
}

.c-concept-card-accent .c-card-index { color: rgba(255,255,255,.7); }
.c-concept-card h3 { margin-top: 42px; color: var(--c-ink); font-size: 22px; }
.c-concept-card p { margin-top: 14px; color: var(--c-muted); font-size: 14px; line-height: 1.9; }
.c-concept-card-accent h3 { color: #fff; }
.c-concept-card-accent p { color: rgba(255,255,255,.84); }

.c-concept-statement {
    margin-top: 64px;
    color: var(--c-ink);
    text-align: center;
    font-size: clamp(28px, 3.5vw, 44px);
    font-weight: 800;
    letter-spacing: -.03em;
}

.c-concept-statement span {
    color: var(--c-blue);
}

/* Customize */
.c-customize {
    background: linear-gradient(180deg, #f4f9ff, #edf7ff);
}

.c-custom-grid {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(500px, 1.1fr);
    gap: 72px;
    align-items: center;
}

.c-custom-steps {
    display: grid;
    gap: 16px;
}

.c-step {
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 20px;
    padding: 26px;
    border: 1px solid rgba(37, 99, 235, .11);
    border-radius: 17px;
    background: rgba(255,255,255,.8);
}

.c-step > span {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border-radius: 13px;
    background: linear-gradient(135deg, rgba(37,99,235,.12), rgba(6,182,212,.12));
    color: var(--c-blue);
    font-weight: 800;
}

.c-step h3 { color: var(--c-ink); font-size: 18px; }
.c-step p { margin-top: 7px; color: var(--c-muted); font-size: 14px; line-height: 1.85; }

.c-custom-visual {
    position: relative;
    padding: 0 0 58px 32px;
}

.c-standard-note {
    position: absolute;
    left: -10px;
    bottom: 0;
    width: min(440px, 84%);
    padding: 22px 24px;
    border-left: 4px solid var(--c-blue);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 20px 44px rgba(20, 62, 126, .16);
}

.c-standard-note span { color: var(--c-blue); font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.c-standard-note strong { display: block; margin-top: 6px; color: var(--c-ink); font-size: 16px; }
.c-standard-note p { margin-top: 5px; color: var(--c-muted); font-size: 12px; line-height: 1.7; }

/* Features */
.c-feature-section {
    background: #fff;
}

.c-feature-second {
    border-top: 1px solid rgba(37, 99, 235, .08);
    background:
        radial-gradient(circle at 50% 0%, rgba(37, 99, 235, .07), transparent 34%),
        #fff;
}

.c-feature-quicklist {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    max-width: 1160px;
    margin: 0 auto;
    overflow: hidden;
    border-top: 1px solid #cfdded;
    border-left: 1px solid #cfdded;
    list-style: none;
}

.c-feature-quicklist li {
    position: relative;
    min-height: 68px;
    display: flex;
    align-items: center;
    padding: 15px 18px 15px 47px;
    border-right: 1px solid #cfdded;
    border-bottom: 1px solid #cfdded;
    background: rgba(255,255,255,.72);
    color: #334863;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.55;
}

.c-feature-quicklist li::before {
    content: "";
    position: absolute;
    left: 20px;
    width: 11px;
    height: 6px;
    border-bottom: 2px solid var(--c-cyan);
    border-left: 2px solid var(--c-cyan);
    transform: rotate(-45deg);
}

.c-feature-quicklist .c-quicklist-highlight,
.c-feature-quicklist .c-quicklist-log {
    background: #eff6ff;
    color: var(--c-blue);
    font-weight: 800;
}

.c-feature-groups {
    max-width: 1160px;
    margin: 0 auto;
    border-top: 1px solid #cfdded;
}

.c-feature-group {
    display: grid;
    grid-template-columns: minmax(250px, .72fr) minmax(0, 1.8fr);
    gap: 64px;
    align-items: start;
    padding: 42px 0;
    border-bottom: 1px solid #cfdded;
}

.c-feature-title {
    display: flex;
    align-items: flex-start;
    gap: 18px;
}

.c-feature-title > span {
    display: grid;
    flex: 0 0 46px;
    height: 46px;
    place-items: center;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--c-blue), var(--c-cyan));
    color: #fff;
    font-weight: 800;
}

.c-feature-title small { color: var(--c-blue); font-size: 9px; font-weight: 800; letter-spacing: .13em; }
.c-feature-title h3 { margin-top: 5px; color: var(--c-ink); font-size: 22px; line-height: 1.45; }

.c-feature-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px 28px;
    margin: 0;
    list-style: none;
}

.c-feature-list li {
    position: relative;
    padding: 10px 0 10px 25px;
    color: #40516a;
    font-size: 14px;
    line-height: 1.65;
}

.c-feature-list li::before {
    content: "";
    position: absolute;
    top: 17px;
    left: 2px;
    width: 9px;
    height: 5px;
    border-bottom: 2px solid var(--c-cyan);
    border-left: 2px solid var(--c-cyan);
    transform: rotate(-45deg);
}

.c-feature-list .c-feature-emphasis {
    margin: 0;
    padding-right: 0;
    color: var(--c-blue);
    font-size: 16px;
    font-weight: 800;
}

.c-feature-list .c-feature-emphasis::before { border-color: var(--c-blue); }

.c-screens-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 72px;
}

.c-screens-grid figure { min-width: 0; }
.c-screens-grid .c-screen { border-radius: 14px; box-shadow: 0 18px 40px rgba(24, 67, 133, .12); }
.c-screens-grid figcaption { padding: 20px 4px 0; }
.c-screens-grid figcaption b { display: block; color: var(--c-ink); font-size: 17px; }
.c-screens-grid figcaption span { display: block; margin-top: 5px; color: var(--c-muted); font-size: 13px; }

/* Control */
.c-control-section {
    background: linear-gradient(145deg, #eff7ff, #f8fcff);
}

.c-control-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, .85fr);
    gap: 80px;
    align-items: center;
}

.c-control-copy h2 {
    margin-top: 18px;
    color: var(--c-ink);
    font-size: clamp(34px, 4vw, 50px);
    line-height: 1.35;
    letter-spacing: -.035em;
}

.c-control-copy > p { margin-top: 22px; max-width: 650px; color: var(--c-muted); line-height: 2; }

.c-control-points {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 34px;
}

.c-control-points div {
    padding: 18px;
    border: 1px solid rgba(37,99,235,.1);
    border-radius: 13px;
    background: rgba(255,255,255,.75);
}

.c-control-points b,
.c-control-points span { display: block; }
.c-control-points b { color: var(--c-ink); font-size: 14px; }
.c-control-points span { margin-top: 6px; color: var(--c-muted); font-size: 11px; line-height: 1.65; }

.c-log-visual {
    overflow: hidden;
    border: 1px solid rgba(37,99,235,.12);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 26px 60px rgba(24, 67, 133, .14);
}

.c-log-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 22px 24px;
    border-bottom: 1px solid #edf2f7;
}

.c-log-head span { color: var(--c-ink); font-size: 16px; font-weight: 800; }
.c-log-head em { padding: 5px 9px; border-radius: 999px; background: #eaf7f2; color: #10966d; font-size: 10px; font-style: normal; font-weight: 700; }

.c-log-row {
    display: grid;
    grid-template-columns: 9px 1fr auto;
    gap: 15px;
    align-items: center;
    padding: 20px 24px;
    border-bottom: 1px solid #f0f3f7;
}

.c-log-row > i { width: 8px; height: 8px; border-radius: 50%; }
.c-log-row > i.blue { background: var(--c-blue); }
.c-log-row > i.cyan { background: var(--c-cyan); }
.c-log-row > i.green { background: #10b981; }
.c-log-row b,
.c-log-row span { display: block; }
.c-log-row b { color: #263b58; font-size: 13px; }
.c-log-row span { margin-top: 3px; color: #8290a3; font-size: 10px; }
.c-log-row small { color: var(--c-blue); font-size: 10px; }
.c-log-foot { padding: 18px 24px; background: #f7faff; color: var(--c-muted); text-align: center; font-size: 12px; }

/* Pricing */
.c-voices {
    border-top: 2px solid #7895b7;
    border-bottom: 2px solid #7895b7;
    background:
        linear-gradient(90deg, rgba(7, 93, 204, .045) 1px, transparent 1px),
        linear-gradient(rgba(7, 93, 204, .045) 1px, transparent 1px),
        #edf5ff;
    background-size: 34px 34px;
}

.c-voices-head {
    display: flex;
    align-items: center;
    gap: 36px;
    margin-bottom: 45px;
}

.c-voices-count {
    display: flex;
    min-width: 230px;
    align-items: center;
    gap: 16px;
    padding: 22px 26px;
    border: 3px solid var(--c-ink);
    background: var(--c-blue);
    color: #fff;
    box-shadow: 8px 8px 0 var(--c-accent);
}

.c-voices-count strong {
    font-family: Inter, sans-serif;
    font-size: 64px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -.06em;
}

.c-voices-count span {
    padding-left: 14px;
    border-left: 1px solid rgba(255, 255, 255, .5);
    font-size: 14px;
    font-weight: 900;
    line-height: 1.45;
}

.c-voices-head h2 {
    margin-top: 12px;
    color: var(--c-ink);
    font-size: clamp(34px, 4.5vw, 54px);
    font-weight: 900;
    line-height: 1.3;
    letter-spacing: -.04em;
}

.c-voices-head p {
    margin-top: 10px;
    color: var(--c-muted);
    font-size: 15px;
    line-height: 1.8;
}

.c-voices-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.c-voice-card {
    position: relative;
    min-height: 245px;
    padding: 30px;
    border: 2px solid #7895b7;
    border-radius: 5px;
    background: #fff;
    box-shadow: 7px 7px 0 #bdd3ed;
}

.c-voice-card::before {
    position: absolute;
    top: 19px;
    right: 24px;
    color: #dbeafe;
    content: "“";
    font-family: Georgia, serif;
    font-size: 76px;
    font-weight: 900;
    line-height: 1;
}

.c-voice-card header {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 16px;
    border-bottom: 2px solid var(--c-ink);
}

.c-voice-card header span {
    padding: 4px 8px;
    background: var(--c-accent);
    color: var(--c-ink);
    font-size: 11px;
    font-weight: 900;
}

.c-voice-card h3 {
    color: var(--c-ink);
    font-size: 19px;
    font-weight: 900;
}

.c-voice-card blockquote {
    position: relative;
    z-index: 1;
    margin-top: 22px;
    color: #283f5d;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.95;
}

.c-voice-reply {
    display: inline-block;
    margin-top: 16px;
    padding: 6px 10px;
    border-left: 4px solid var(--c-blue);
    background: #eaf3ff;
    color: var(--c-blue);
    font-size: 12px;
    font-weight: 800;
}

.c-voice-card-wide {
    border-color: var(--c-blue);
    box-shadow: 7px 7px 0 var(--c-accent);
}

.c-voices-note {
    margin-top: 24px;
    color: #64748b;
    font-size: 11px;
    line-height: 1.7;
}

.c-pricing {
    background: #fff;
}

.c-price-card {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    max-width: 980px;
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid var(--c-line);
    border-radius: 26px;
    background: #fff;
    box-shadow: 0 24px 65px rgba(25, 69, 136, .12);
}

.c-price-main {
    padding: 48px;
    background: linear-gradient(145deg, #f2f7ff, #eefaff);
}

.c-price-main > span { color: var(--c-blue); font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.c-price { display: flex; align-items: baseline; gap: 7px; margin-top: 20px; color: var(--c-ink); }
.c-price small { font-size: 14px; }
.c-price strong { font-size: clamp(48px, 6vw, 72px); line-height: 1; letter-spacing: -.055em; }
.c-price em { font-size: 14px; font-style: normal; }
.c-price-main p { max-width: 500px; margin-top: 17px; color: var(--c-muted); font-size: 14px; line-height: 1.8; }
.c-price-main .btn { margin-top: 28px; }

.c-price-includes {
    padding: 48px;
}

.c-price-includes h3 { color: var(--c-ink); font-size: 17px; }
.c-price-includes ul { display: grid; gap: 13px; margin-top: 24px; list-style: none; }
.c-price-includes li { position: relative; padding-left: 27px; color: #465a74; font-size: 14px; }
.c-price-includes li::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 2px;
    width: 11px;
    height: 6px;
    border-bottom: 2px solid var(--c-cyan);
    border-left: 2px solid var(--c-cyan);
    transform: rotate(-45deg);
}

.c-custom-price {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 46px;
    align-items: center;
    max-width: 980px;
    margin: 22px auto 0;
    padding: 28px 34px;
    border: 1px solid rgba(37,99,235,.13);
    border-radius: 18px;
    background: #f5f9ff;
}

.c-custom-price span { color: var(--c-blue); font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.c-custom-price h3 { margin-top: 5px; color: var(--c-ink); font-size: 18px; }
.c-custom-price p { color: var(--c-muted); font-size: 13px; line-height: 1.8; }

/* FAQ */
.c-faq {
    background: #f5f9ff;
}

.c-faq-grid {
    display: grid;
    grid-template-columns: .55fr 1fr;
    gap: 84px;
}

.c-faq-list {
    border-top: 1px solid #dbe6f3;
}

.c-faq-list details {
    border-bottom: 1px solid #dbe6f3;
}

.c-faq-list summary {
    position: relative;
    padding: 25px 48px 25px 0;
    color: var(--c-ink);
    cursor: pointer;
    font-weight: 700;
    list-style: none;
}

.c-faq-list summary::-webkit-details-marker { display: none; }
.c-faq-list summary::after {
    content: "+";
    position: absolute;
    top: 20px;
    right: 4px;
    display: grid;
    width: 31px;
    height: 31px;
    place-items: center;
    border-radius: 50%;
    background: #fff;
    color: var(--c-blue);
    font-size: 18px;
}

.c-faq-list details[open] summary::after { content: "−"; }
.c-faq-list details p { padding: 0 50px 25px 0; color: var(--c-muted); font-size: 14px; line-height: 1.9; }

/* Final CTA */
.c-final-cta {
    position: relative;
    padding: 104px 0;
    background: linear-gradient(135deg, #11254d 0%, #174da8 56%, #079ebf 100%);
}

.c-final-inner {
    position: relative;
    z-index: 1;
    text-align: center;
}

.c-final-cta .c-kicker { color: #9fdcff; }
.c-final-cta .c-kicker::before { background: #9fdcff; }
.c-final-cta h2 { margin-top: 18px; color: #fff; font-size: clamp(40px, 5.2vw, 64px); line-height: 1.3; letter-spacing: -.04em; }
.c-final-cta h2 span { color: #98ecff; }
.c-final-cta p { margin-top: 18px; color: rgba(255,255,255,.78); }
.c-final-actions { display: flex; justify-content: center; align-items: center; gap: 25px; margin-top: 31px; }
.c-final-actions .btn { background: #fff; color: var(--c-blue); box-shadow: 0 14px 32px rgba(8,30,73,.24); }
.c-final-actions > span { color: rgba(255,255,255,.7); font-size: 12px; }
.c-final-glow { position: absolute; inset: 15% auto auto 10%; width: 280px; height: 280px; border-radius: 50%; background: rgba(255,255,255,.06); filter: blur(1px); }

.c-page .footer {
    background: #0d1930;
}

/* Feature gallery CTA */
.c-gallery-cta {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 54px;
    align-items: center;
    margin-top: 58px;
    padding: 46px 50px;
    overflow: hidden;
    border: 1px solid rgba(37, 99, 235, .14);
    border-radius: 24px;
    background:
        radial-gradient(circle at 88% 22%, rgba(6, 182, 212, .16), transparent 27%),
        linear-gradient(135deg, #f5f9ff 0%, #eaf5ff 100%);
    box-shadow: 0 22px 60px rgba(24, 67, 133, .09);
}

.c-gallery-cta h3 {
    margin-top: 15px;
    color: var(--c-ink);
    font-size: clamp(28px, 3.3vw, 40px);
    line-height: 1.35;
    letter-spacing: -.035em;
}

.c-gallery-cta p {
    max-width: 660px;
    margin-top: 15px;
    color: var(--c-muted);
    font-size: 14px;
    line-height: 1.9;
}

.c-gallery-cta .btn {
    position: relative;
    z-index: 1;
    min-width: 220px;
    justify-content: center;
}

.c-gallery-cta .btn span { margin-left: 8px; font-size: 18px; }

/* Dedicated gallery */
.c-gallery-page main { overflow: visible; }

.c-gallery-hero {
    position: relative;
    padding: 168px 0 100px;
    overflow: hidden;
    background:
        radial-gradient(circle at 83% 22%, rgba(6, 182, 212, .15), transparent 27%),
        radial-gradient(circle at 12% 6%, rgba(37, 99, 235, .14), transparent 30%),
        linear-gradient(145deg, #f8fbff, #edf7ff);
}

.c-gallery-hero-inner { position: relative; }

.c-gallery-back {
    display: block;
    width: max-content;
    margin-bottom: 36px;
    color: var(--c-muted);
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.c-gallery-back:hover { color: var(--c-blue); }

.c-gallery-hero h1 {
    max-width: 820px;
    margin-top: 18px;
    color: var(--c-ink);
    font-size: clamp(48px, 7vw, 82px);
    font-weight: 900;
    line-height: 1.16;
    letter-spacing: -.055em;
}

.c-gallery-hero h1 span {
    background: linear-gradient(135deg, var(--c-blue), var(--c-cyan));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.c-gallery-hero p {
    max-width: 680px;
    margin-top: 27px;
    color: #4c5f79;
    font-size: 16px;
    line-height: 2;
}

.c-gallery-meta {
    position: absolute;
    right: 4%;
    bottom: 4px;
    display: flex;
    align-items: flex-end;
    gap: 15px;
    color: var(--c-blue);
}

.c-gallery-meta strong { font: 800 clamp(72px, 10vw, 132px)/.75 Inter, sans-serif; letter-spacing: -.07em; }
.c-gallery-meta span { color: var(--c-muted); font: 700 10px/1.55 Inter, sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.c-gallery-glow { position: absolute; top: 24%; right: 11%; width: 360px; height: 360px; border: 1px solid rgba(37, 99, 235, .09); border-radius: 50%; }

.c-gallery-section { padding: 104px 0 116px; }
.c-gallery-section-tint { background: #f5f9ff; }

.c-gallery-section-head {
    display: flex;
    gap: 23px;
    align-items: flex-start;
    margin-bottom: 44px;
}

.c-gallery-section-head > span {
    display: grid;
    width: 44px;
    height: 44px;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 50%;
    background: #e7f1ff;
    color: var(--c-blue);
    font: 800 11px/1 Inter, sans-serif;
}

.c-gallery-section-head h2 { color: var(--c-ink); font-size: clamp(30px, 4vw, 44px); line-height: 1.25; letter-spacing: -.035em; }
.c-gallery-section-head p { margin-top: 8px; color: var(--c-muted); font-size: 14px; }

.c-gallery-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 38px 28px;
}

.c-gallery-card {
    overflow: hidden;
    border: 1px solid rgba(37, 99, 235, .11);
    border-radius: 19px;
    background: #fff;
    box-shadow: 0 18px 48px rgba(24, 67, 133, .08);
    transition: none;
}

.c-gallery-card:hover { transform: none; box-shadow: 0 18px 48px rgba(24, 67, 133, .08); }

.c-gallery-card > button {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
    border: 0;
    border-bottom: 1px solid #e4edf7;
    background: #edf4fb;
    cursor: zoom-in;
}

.c-gallery-card > button::after {
    content: "拡大";
    position: absolute;
    right: 14px;
    bottom: 13px;
    padding: 7px 11px;
    border-radius: 999px;
    background: rgba(16, 33, 63, .88);
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .05em;
    opacity: 0;
    transform: translateY(4px);
    transition: none;
}

.c-gallery-card:hover > button::after,
.c-gallery-card > button:focus-visible::after { opacity: 1; transform: none; }

.c-gallery-card img { display: block; width: 100%; height: auto; aspect-ratio: 8 / 5; object-fit: cover; transition: none; }
.c-gallery-card:hover img { transform: none; }
.c-gallery-card > div { position: relative; min-height: 124px; padding: 23px 25px 24px 65px; }
.c-gallery-card > div > span { position: absolute; top: 27px; left: 24px; color: #86a5cc; font: 800 10px/1 Inter, sans-serif; letter-spacing: .08em; }
.c-gallery-card h3 { color: var(--c-ink); font-size: 18px; letter-spacing: -.02em; }
.c-gallery-card p { margin-top: 7px; color: var(--c-muted); font-size: 12px; line-height: 1.75; }

.c-gallery-contact { padding: 96px 0; background: linear-gradient(135deg, #11254d, #174da8 58%, #079ebf); }
.c-gallery-contact-inner { display: grid; grid-template-columns: 1fr .75fr; gap: 80px; align-items: end; }
.c-gallery-contact .c-kicker { color: #9fdcff; }
.c-gallery-contact .c-kicker::before { background: #9fdcff; }
.c-gallery-contact h2 { margin-top: 17px; color: #fff; font-size: clamp(36px, 5vw, 58px); line-height: 1.3; letter-spacing: -.04em; }
.c-gallery-contact p { margin-bottom: 25px; color: rgba(255,255,255,.76); font-size: 14px; line-height: 1.9; }
.c-gallery-contact .btn { background: #fff; color: var(--c-blue); }

.c-gallery-lightbox {
    width: min(94vw, 1500px);
    max-width: none;
    padding: 0;
    overflow: hidden;
    border: 0;
    border-radius: 17px;
    background: #fff;
    box-shadow: 0 30px 100px rgba(5, 19, 45, .36);
}

.c-gallery-lightbox::backdrop { background: rgba(5, 16, 35, .82); backdrop-filter: blur(5px); }
.c-gallery-lightbox-bar { display: flex; align-items: center; justify-content: space-between; min-height: 58px; padding: 11px 14px 11px 21px; border-bottom: 1px solid #e1eaf5; }
.c-gallery-lightbox-bar h2 { color: var(--c-ink); font-size: 15px; }
.c-gallery-lightbox-bar button { display: grid; width: 38px; height: 38px; padding: 0; place-items: center; border: 0; border-radius: 50%; background: #edf3fb; color: var(--c-ink); cursor: pointer; font-size: 25px; line-height: 1; }
.c-gallery-lightbox-image { max-height: calc(92vh - 58px); overflow: auto; background: #eaf0f6; }
.c-gallery-lightbox-image img { display: block; width: 100%; height: auto; }
.gallery-dialog-open { overflow: hidden; }

/* Responsive */
@media (max-width: 1100px) {
    .c-hero-grid { grid-template-columns: minmax(0, 1fr) minmax(430px, .9fr); gap: 38px; }
    .c-hero-copy h1 { font-size: 42px; }
    .c-custom-grid { gap: 42px; }
    .c-control-grid { gap: 46px; }
}

@media (max-width: 900px) {
    .c-section { padding: 88px 0; }
    .c-hero { min-height: auto; padding: 142px 0 88px; }
    .c-hero-grid { grid-template-columns: 1fr; }
    .c-hero-copy { max-width: 760px; }
    .c-hero-visual { max-width: 720px; padding-top: 20px; }
    .c-concept-grid { grid-template-columns: 1fr; }
    .c-concept-card { min-height: auto; }
    .c-concept-card-accent { transform: none; }
    .c-custom-grid,
    .c-control-grid { grid-template-columns: 1fr; }
    .c-custom-visual { max-width: 720px; }
    .c-screens-grid { grid-template-columns: 1fr 1fr; }
    .c-screens-grid figure:last-child { grid-column: 1 / -1; max-width: 50%; }
    .c-faq-grid { grid-template-columns: 1fr; gap: 18px; }
    .c-faq-grid .c-section-head { margin-bottom: 16px; }
    .c-feature-group { grid-template-columns: 1fr; gap: 22px; }
    .c-feature-quicklist { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .c-gallery-meta { right: 0; opacity: .3; }
    .c-gallery-contact-inner { grid-template-columns: 1fr; gap: 32px; }
    .c-voices-head { align-items: flex-start; }
    .c-voices-count { min-width: 210px; }
}

@media (max-width: 768px) {
    .c-page .nav-brand .logo-icon { width: 34px; height: 34px; margin-right: 8px; }
    .c-page .nav-brand .logo-text { font-size: 17px; }
    .c-section { padding: 72px 0; }
    .c-section-head { margin-bottom: 38px; }
    .c-section-head h2 { font-size: 34px; }
    .c-section-head p { font-size: 14px; line-height: 1.9; }
    .c-kicker { font-size: 10px; letter-spacing: .12em; }

    .c-voices-head { flex-direction: column; gap: 30px; margin-bottom: 34px; }
    .c-voices-count { width: min(100%, 270px); min-width: 0; padding: 18px 22px; }
    .c-voices-count strong { font-size: 54px; }
    .c-voices-head h2 { font-size: 36px; }
    .c-voices-grid { grid-template-columns: 1fr; }
    .c-voice-card { min-height: 0; padding: 24px; box-shadow: 5px 5px 0 #bdd3ed; }
    .c-voice-card-wide { box-shadow: 5px 5px 0 var(--c-accent); }
    .c-voice-card blockquote { font-size: 14px; line-height: 1.9; }

    .c-hero { padding: 96px 0 68px; }
    .c-hero-grid { gap: 30px; }
    .c-hero-visual {
        order: -1;
        width: 100%;
        max-width: none;
        margin: 0;
        padding: 0;
    }
    .c-hero-copy { order: 0; }
    .c-hero-copy h1 { font-size: clamp(26px, 7.7vw, 34px); line-height: 1.22; }
    .c-hero-copy h1 span { margin-top: 14px; font-size: .61em; }
    .c-hero-lede { margin-top: 22px; font-size: 15px; line-height: 1.9; }
    .c-hero-lede br { display: none; }
    .c-hero-actions { display: grid; }
    .c-hero-actions .btn { width: 100%; }
    .c-hero-facts { grid-template-columns: 1fr; gap: 0; margin-top: 28px; padding-top: 8px; }
    .c-hero-facts div { padding: 12px 0; border-right: 0; border-bottom: 1px solid rgba(37,99,235,.12); }
    .c-hero-facts div:last-child { border-bottom: 0; }
    .c-hero-facts strong { font-size: 15px; }
    .c-concept-grid { gap: 14px; }
    .c-concept-card { padding: 27px; }
    .c-concept-card h3 { margin-top: 25px; }
    .c-concept-statement { margin-top: 42px; font-size: 28px; }

    .c-custom-grid { gap: 36px; }
    .c-step { grid-template-columns: 44px 1fr; gap: 15px; padding: 21px 18px; }
    .c-step > span { width: 42px; height: 42px; font-size: 12px; }
    .c-step h3 { font-size: 16px; }
    .c-step p { font-size: 13px; }
    .c-custom-visual { padding: 0 0 112px; }
    .c-standard-note { left: 12px; right: 12px; width: auto; }

    .c-feature-group { padding: 30px 0; }
    .c-feature-title h3 { font-size: 19px; }
    .c-feature-list { grid-template-columns: 1fr; gap: 0; }
    .c-feature-list li { padding-top: 8px; padding-bottom: 8px; border-bottom: 1px solid #edf2f7; }
    .c-feature-list li:last-child { border-bottom: 0; }
    .c-feature-quicklist { grid-template-columns: 1fr; }
    .c-feature-quicklist li { min-height: 54px; padding: 12px 16px 12px 45px; }
    .c-screens-grid { grid-template-columns: 1fr; margin-top: 48px; }
    .c-screens-grid figure:last-child { grid-column: auto; max-width: none; }
    .c-gallery-cta { grid-template-columns: 1fr; gap: 28px; margin-top: 42px; padding: 32px 24px; }
    .c-gallery-cta .btn { width: 100%; }

    .c-gallery-hero { padding: 130px 0 72px; }
    .c-gallery-back { margin-bottom: 28px; }
    .c-gallery-hero h1 { font-size: 42px; }
    .c-gallery-hero p { font-size: 14px; line-height: 1.9; }
    .c-gallery-meta { display: none; }
    .c-gallery-section { padding: 72px 0 80px; }
    .c-gallery-section-head { gap: 15px; margin-bottom: 30px; }
    .c-gallery-section-head > span { width: 38px; height: 38px; }
    .c-gallery-grid { grid-template-columns: 1fr; gap: 24px; }
    .c-gallery-card > div { min-height: 112px; padding: 20px 20px 21px 57px; }
    .c-gallery-card > div > span { top: 24px; left: 20px; }
    .c-gallery-contact { padding: 74px 0; }
    .c-gallery-contact h2 { font-size: 36px; }
    .c-gallery-contact .btn { width: 100%; }
    .c-gallery-lightbox { width: 96vw; }

    .c-control-copy h2 { font-size: 34px; }
    .c-control-points { grid-template-columns: 1fr; }
    .c-log-row { padding: 17px 18px; }

    .c-price-card { grid-template-columns: 1fr; }
    .c-price-main,
    .c-price-includes { padding: 31px 24px; }
    .c-price strong { font-size: 50px; }
    .c-custom-price { grid-template-columns: 1fr; gap: 14px; padding: 25px 22px; }

    .c-faq-list summary { padding-right: 43px; font-size: 14px; }
    .c-faq-list details p { padding-right: 0; font-size: 13px; }

    .c-final-cta { padding: 78px 0; }
    .c-final-cta h2 { font-size: 38px; }
    .c-final-actions { flex-direction: column; gap: 14px; }
    .c-final-actions .btn { width: 100%; }
}

@media (max-width: 390px) {
    .c-section-head h2,
    .c-control-copy h2 { font-size: 30px; }
    .c-price { flex-wrap: wrap; }
    .c-price strong { font-size: 46px; }
}

@media (prefers-reduced-motion: reduce) {
    .c-page *, .c-page *::before, .c-page *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
    }
}

/* 現行indexと同系統のスクロール表示アニメーション */
.c-motion .c-reveal {
    opacity: 0;
    transform: translateY(28px);
    transition:
        opacity var(--c-reveal-duration, .8s) ease-out var(--c-reveal-delay, 0ms),
        transform var(--c-reveal-duration, .8s) ease-out var(--c-reveal-delay, 0ms);
    will-change: opacity, transform;
}

.c-motion.c-motion-preparing .c-reveal {
    transition: none;
}

.c-motion .c-reveal.c-reveal-left {
    transform: translateX(-38px);
}

.c-motion .c-reveal.c-reveal-right {
    transform: translateX(38px);
}

.c-motion .c-reveal.c-reveal-scale {
    transform: scale(.965);
}

.c-motion .c-hero .c-reveal {
    --c-reveal-duration: 1.1s;
}

.c-motion .c-hero .c-reveal.c-reveal-left {
    transform: translateX(-72px);
}

.c-motion .c-hero .c-reveal.c-reveal-right {
    transform: translateX(86px) scale(.96);
}

.c-motion .c-hero-facts > .c-reveal {
    transform: translateY(24px);
}

.c-motion .c-hero .c-reveal.is-visible,
.c-motion .c-hero-facts > .c-reveal.is-visible {
    transform: none;
}

.c-motion .c-reveal.is-visible {
    opacity: 1;
    transform: none;
}

@media (max-width: 768px) {
    .c-motion .c-reveal.c-reveal-left,
    .c-motion .c-reveal.c-reveal-right {
        transform: translateY(24px);
    }

    .c-motion .c-reveal.is-visible {
        transform: none;
    }

    .c-motion .c-hero .c-reveal.c-reveal-left,
    .c-motion .c-hero .c-reveal.c-reveal-right {
        transform: translateY(46px) scale(.98);
    }

    .c-motion .c-hero .c-reveal.is-visible {
        transform: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .c-motion .c-reveal,
    .c-motion .c-reveal.is-visible {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

/* ===================================
   Crisp visual pass
   淡いグラデーションと大きなぼかしを抑え、面・線・暖色アクセントで整理
   =================================== */
.c-page {
    --c-ink: #071a36;
    --c-muted: #43546a;
    --c-blue: #075dcc;
    --c-cyan: #009fbd;
    --c-accent: #f5a400;
    --c-accent-soft: #fff0bd;
    --c-sky: #eaf3ff;
    --c-line: #aebfd2;
}

.c-page .navbar,
.c-page .navbar.scrolled {
    background: var(--c-blue);
    border-bottom: 3px solid var(--c-accent);
    box-shadow: none;
}

.c-page .navbar .c-brand-link,
.c-page .navbar .logo-text,
.c-page .navbar .nav-link {
    color: #ffffff;
}

.c-page .navbar .logo-subtitle {
    color: #ffffff;
    border-color: rgba(255, 255, 255, .48);
    background: rgba(255, 255, 255, .12);
}

.c-page .navbar .nav-link::after {
    background: var(--c-accent);
}

.c-page .navbar .nav-link:hover {
    color: #ffffff;
}

.c-page .navbar .nav-link[aria-current="page"]::after {
    width: 100%;
}

.c-page .navbar .mobile-menu-toggle span {
    background: #ffffff;
}

.c-page .navbar .btn-primary {
    color: var(--c-ink);
    border-color: #c47f00;
    background: var(--c-accent);
    box-shadow: 0 4px 0 #9b6400;
}

.c-page .navbar .btn-primary:hover {
    color: var(--c-ink);
    background: #ffb31a;
    box-shadow: 0 5px 0 #895800;
}

.c-page .footer-links {
    gap: 48px;
}

@media (max-width: 1160px) and (min-width: 769px) {
    .c-page .navbar .nav-links { gap: 16px; }
    .c-page .navbar .nav-link { font-size: 13px; }
    .c-page .navbar .btn-primary { padding-right: 16px; padding-left: 16px; }
    .c-page .navbar .logo-subtitle { display: none; }
}

.c-page .c-kicker {
    color: var(--c-blue);
}

.c-page .c-kicker::before {
    height: 4px;
    border-radius: 0;
    background: var(--c-accent);
}

.c-page .gradient-text,
.c-page .c-hero-copy h1 span,
.c-page .c-gallery-hero h1 span {
    background: none;
    color: var(--c-blue);
    -webkit-text-fill-color: currentColor;
}

.c-page .btn-primary {
    border: 1px solid #034aa9;
    background: var(--c-blue);
    box-shadow: 0 4px 0 #03418f;
}

.c-page .btn-primary:hover {
    transform: translateY(-1px);
    background: #064fae;
    box-shadow: 0 5px 0 #033b82;
}

.c-page .btn-secondary {
    border: 2px solid var(--c-blue);
    background: #ffffff;
    color: var(--c-blue);
}

.c-page .btn-secondary:hover {
    background: #e9f2ff;
    color: #034aa9;
    box-shadow: none;
}

.c-hero {
    background: #e9f3ff;
    border-bottom: 3px solid var(--c-blue);
}

.c-hero::before {
    content: "";
    position: absolute;
    inset: 0 0 0 auto;
    width: 48%;
    background: #d8f1f5;
    clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%);
}

.c-hero::after {
    height: 0;
    background: none;
}

.c-hero-effects {
    z-index: 1;
}

.c-hero-effects .cube-3d {
    opacity: .24;
    border-width: 3px;
}

.c-hero-glow {
    display: none;
}

.c-hero-facts {
    border-top: 2px solid #89a4bf;
}

.c-hero-facts div {
    border-right-color: #a7bad0;
}

.c-feature-second {
    border-top: 0;
    border-bottom: 2px solid #9eb3c9;
    background: #ffffff;
}

.c-feature-quicklist {
    border-top: 2px solid #8ea7c1;
    border-left: 2px solid #8ea7c1;
}

.c-feature-quicklist li {
    border-right: 2px solid #8ea7c1;
    border-bottom: 2px solid #8ea7c1;
    background: #ffffff;
    color: #1d3652;
}

.c-feature-quicklist li::before {
    border-color: var(--c-blue);
}

.c-feature-quicklist .c-quicklist-highlight,
.c-feature-quicklist .c-quicklist-log {
    background: var(--c-accent-soft);
    color: #754600;
}

.c-feature-quicklist .c-quicklist-highlight::before,
.c-feature-quicklist .c-quicklist-log::before {
    border-color: var(--c-accent);
}

.c-gallery-cta {
    border: 2px solid #7c9fc5;
    border-radius: 10px;
    background: #e4f1ff;
    box-shadow: 7px 7px 0 #c5d8eb;
}

.c-gallery-cta::after {
    color: rgba(7, 93, 204, .08);
}

.c-concept {
    border-bottom: 2px solid #9eb3c9;
    background: #ffffff;
}

.c-concept-card {
    border: 2px solid #9eb3c9;
    border-radius: 10px;
    box-shadow: none;
}

.c-concept-card-accent {
    border-color: var(--c-blue);
    border-top: 8px solid var(--c-accent);
    background: var(--c-blue);
    box-shadow: none;
    transform: none;
}

.c-concept-statement span {
    text-decoration: underline;
    text-decoration-color: var(--c-accent);
    text-decoration-thickness: 6px;
    text-underline-offset: 7px;
}

.c-customize {
    border-bottom: 2px solid #8fa9c3;
    background: #e8f2fc;
}

.c-step {
    border: 2px solid #9db2c9;
    border-radius: 8px;
    background: #ffffff;
}

.c-step > span {
    border: 2px solid #d88e00;
    border-radius: 5px;
    background: var(--c-accent-soft);
    color: #754600;
}

.c-screen {
    border: 2px solid #8098b4;
    border-radius: 10px;
    box-shadow: 7px 7px 0 #c7d7e8;
}

.c-standard-note {
    border: 2px solid #7895b7;
    border-left: 7px solid var(--c-accent);
    border-radius: 7px;
    box-shadow: none;
}

.c-control-section {
    border-bottom: 2px solid #8fa9c3;
    background: #f1f5f9;
}

.c-control-points div {
    border: 2px solid #a6b8ca;
    border-radius: 7px;
    background: #ffffff;
}

.c-log-visual {
    border: 2px solid #7895b7;
    border-radius: 10px;
    box-shadow: 7px 7px 0 #c6d5e5;
}

.c-log-head em {
    border-radius: 4px;
    background: var(--c-accent-soft);
    color: #754600;
}

.c-log-row > i.green {
    background: var(--c-accent);
}

.c-pricing {
    border-bottom: 2px solid #9eb3c9;
    background: #ffffff;
}

.c-price-card {
    border: 2px solid #7895b7;
    border-radius: 12px;
    box-shadow: none;
}

.c-price-main {
    border-right: 2px solid #7895b7;
    background: #e7f1fc;
}

.c-price-main > span,
.c-custom-price span {
    color: #915900;
}

.c-price strong {
    color: var(--c-blue);
}

.c-custom-price {
    border: 2px solid #91a8c1;
    border-left: 7px solid var(--c-accent);
    border-radius: 8px;
    background: #f4f7fa;
}

.c-page .faq {
    border-bottom: 2px solid #8fa9c3;
    background: #f1f5f9;
}

.c-page .section-badge {
    border: 1px solid #d88e00;
    background: var(--c-accent-soft);
    color: #754600;
}

.c-page .faq-list details {
    border: 1px solid #9eb1c5;
    border-radius: 7px;
    box-shadow: none;
}

.c-page .faq-more {
    border: 2px solid var(--c-blue) !important;
    background: #e6f0fc !important;
}

.c-final-cta {
    border-top: 8px solid var(--c-accent);
    background: #073b7a;
}

.c-final-glow {
    display: none;
}

.c-final-cta .c-kicker,
.c-final-cta h2 span {
    color: #ffd36b;
}

.c-final-cta .c-kicker::before {
    background: var(--c-accent);
}

.c-final-actions .btn {
    border: 2px solid #ffffff;
    background: #ffffff;
    color: #073b7a;
    box-shadow: 5px 5px 0 var(--c-accent);
}

.c-page .footer {
    border-top: 4px solid var(--c-blue);
    background: #07172e;
}

/* Galleryも同じ色設計に統一 */
.c-gallery-hero {
    border-bottom: 3px solid var(--c-blue);
    background: #e9f3ff;
}

.c-gallery-glow {
    display: none;
}

.c-gallery-section-tint {
    background: #edf3f8;
}

.c-gallery-section-head > span {
    border: 1px solid #d88e00;
    border-radius: 5px;
    background: var(--c-accent-soft);
    color: #754600;
}

.c-gallery-card {
    border: 2px solid #9eb1c5;
    border-radius: 9px;
    box-shadow: none;
}

.c-gallery-card:hover {
    transform: none;
    box-shadow: none;
}

.c-gallery-contact {
    border-top: 8px solid var(--c-accent);
    background: #073b7a;
}

.c-gallery-contact .c-kicker {
    color: #ffd36b;
}

.c-gallery-contact .c-kicker::before {
    background: var(--c-accent);
}

.c-page .c-gallery-contact p {
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
}

.c-page .c-gallery-contact .btn-primary {
    border: 2px solid #ffffff;
    background: #ffffff;
    color: #073b7a;
    box-shadow: 5px 5px 0 var(--c-accent);
}

.c-page .c-gallery-contact .btn-primary:hover {
    background: #fff4cf;
    color: #073b7a;
    box-shadow: 6px 6px 0 var(--c-accent);
}

@media (max-width: 768px) {
    .c-page .navbar .nav-links {
        background: var(--c-blue);
        border-bottom: 3px solid var(--c-accent);
    }

    .c-page .navbar .nav-link {
        border-bottom-color: rgba(255, 255, 255, .22);
    }

    .c-page .footer-content {
        flex-direction: column;
    }

    .c-page .footer-brand,
    .c-page .footer-links {
        width: 100%;
        max-width: none;
    }

    .c-page .footer-links {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 28px;
    }

    .c-page .footer-links-group {
        text-align: left;
    }

    .c-hero::before {
        inset: auto 0 0;
        width: 100%;
        height: 33%;
        clip-path: polygon(0 18%, 100% 0, 100% 100%, 0 100%);
    }

    .c-price-main {
        border-right: 0;
        border-bottom: 2px solid #7895b7;
    }

    .c-page .mobile-sticky-cta {
        border: 2px solid #ffffff;
        border-bottom: 5px solid var(--c-accent);
        border-radius: 8px;
        background: var(--c-blue);
        box-shadow: 4px 4px 0 rgba(7, 26, 54, .32);
    }
}
