
/* =====================================================
   HKSEV GECKO LANDING PAGE
   所有樣式均以 hksev- 為前綴
===================================================== */

#hksev-gecko-page,
#hksev-gecko-page * {
    box-sizing: border-box;
}

#hksev-gecko-page {
    background: #f4f8fc;
    color: #18324c;
    font-family: Arial, "Helvetica Neue", "PingFang TC",
        "Microsoft JhengHei", "Noto Sans TC", sans-serif;
    font-size: 16px;
    line-height: 1.75;
    padding-bottom: 20px;
    word-break: break-word;
}

#hksev-gecko-page a {
    color: inherit;
    text-decoration: none;
}

#hksev-gecko-page img {
    display: block;
    max-width: 100%;
}

#hksev-gecko-page h1,
#hksev-gecko-page h2,
#hksev-gecko-page h3,
#hksev-gecko-page p {
    margin-top: 0;
}

#hksev-gecko-page h1,
#hksev-gecko-page h2,
#hksev-gecko-page h3 {
    color: #083f75;
    line-height: 1.35;
}

.hksev-page-container {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding-left: 18px;
    padding-right: 18px;
}

.hksev-section {
    padding-top: 56px;
    padding-bottom: 56px;
}

.hksev-section-white {
    background: #ffffff;
}

.hksev-section-soft {
    background: #edf6fc;
}

.hksev-section-dark {
    background: #073a6b;
    color: #ffffff;
}

.hksev-section-dark h2,
.hksev-section-dark h3,
.hksev-section-dark p {
    color: #ffffff;
}

.hksev-section-heading {
    max-width: 820px;
    margin: 0 auto 30px;
    text-align: center;
}

.hksev-section-heading-left {
    margin-left: 0;
    margin-right: 0;
    text-align: left;
}

.hksev-eyebrow {
    display: inline-block;
    margin-bottom: 10px;
    color: #0878bd;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.hksev-section-heading h2 {
    margin-bottom: 12px;
    font-size: 30px;
}

.hksev-section-heading p {
    margin-bottom: 0;
    color: #52697e;
    font-size: 17px;
}

.hksev-section-dark .hksev-section-heading p {
    color: #dcefff;
}

/* Breadcrumb */

.hksev-breadcrumb {
    background: #ffffff;
    border-bottom: 1px solid #dbe8f2;
}

.hksev-breadcrumb-inner {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #647b8e;
    font-size: 13px;
}

.hksev-breadcrumb a {
    color: #0878bd;
}

.hksev-breadcrumb-separator {
    display: inline-block;
    margin: 0 7px;
    color: #9aabb8;
}

/* Hero */

.hksev-hero {
    overflow: hidden;
    background: #ffffff;
}

.hksev-hero-inner {
    display: table;
    width: 100%;
    padding-top: 28px;
    padding-bottom: 36px;
}

.hksev-hero-copy,
.hksev-hero-visual {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
}

.hksev-hero-copy {
    padding-right: 38px;
}

.hksev-hero-location {
    display: inline-block;
    margin-bottom: 13px;
    padding: 7px 13px;
    border: 1px solid #c3e4f6;
    border-radius: 30px;
    background: #eaf7ff;
    color: #075e96;
    font-size: 13px;
    font-weight: 700;
}

.hksev-hero h1 {
    margin-bottom: 17px;
    font-size: 42px;
    letter-spacing: -0.5px;
}

.hksev-hero-lead {
    margin-bottom: 20px;
    color: #405a70;
    font-size: 18px;
}

.hksev-hero-alert {
    margin-bottom: 22px;
    padding: 13px 15px;
    border-left: 4px solid #ef8c24;
    border-radius: 5px;
    background: #fff7e8;
    color: #68471f;
    font-size: 15px;
}

.hksev-hero-ctas {
    margin: -5px;
}

.hksev-hero-ctas a {
    margin: 5px;
}

.hksev-button {
    display: inline-block;
    min-height: 48px;
    padding: 12px 19px;
    border: 2px solid transparent;
    border-radius: 7px;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.hksev-button:hover,
.hksev-button:focus {
    opacity: 0.9;
    transform: translateY(-1px);
}

.hksev-button-primary {
    background: #075da1;
    color: #ffffff !important;
}

.hksev-button-whatsapp {
    background: #159b57;
    color: #ffffff !important;
}

.hksev-button-outline {
    border-color: #075da1;
    background: #ffffff;
    color: #075da1 !important;
}

.hksev-button-light {
    background: #ffffff;
    color: #074477 !important;
}

.hksev-button-full {
    display: block;
    width: 100%;
}

/* 16:9 Hero 圖 */

.hksev-hero-visual {
    padding-left: 12px;
}

.hksev-hero-media {
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
    border: 1px solid #d4e4f0;
    border-radius: 14px;
    background-color: #dceefa;
    background-image:
        linear-gradient(
            135deg,
            rgba(4, 72, 126, 0.20),
            rgba(255, 255, 255, 0.08)
        ),
        url("PASTE-HERO-IMAGE-URL-HERE");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 16px 36px rgba(6, 57, 100, 0.14);
}

.hksev-hero-media-overlay {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 46px 20px 18px;
    background: linear-gradient(
        to bottom,
        rgba(4, 46, 84, 0),
        rgba(4, 46, 84, 0.85)
    );
    color: #ffffff;
}

.hksev-hero-media-overlay strong {
    display: block;
    font-size: 18px;
}

.hksev-hero-media-overlay span {
    display: block;
    margin-top: 3px;
    font-size: 13px;
}

/* Trust bar */

.hksev-trust-bar {
    border-top: 1px solid #d7e7f2;
    border-bottom: 1px solid #d7e7f2;
    background: #eaf5fc;
}

.hksev-trust-grid {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.hksev-trust-item {
    display: table-cell;
    padding: 15px 10px;
    border-right: 1px solid #d0e3ef;
    color: #164b75;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
}

.hksev-trust-item:last-child {
    border-right: 0;
}

/* Cards */

.hksev-grid {
    margin: -9px;
    font-size: 0;
}

.hksev-col-2,
.hksev-col-3,
.hksev-col-4 {
    display: inline-block;
    padding: 9px;
    vertical-align: top;
    font-size: 16px;
}

.hksev-col-2 {
    width: 50%;
}

.hksev-col-3 {
    width: 33.3333%;
}

.hksev-col-4 {
    width: 25%;
}

.hksev-card {
    height: 100%;
    padding: 23px;
    border: 1px solid #d8e7f1;
    border-radius: 11px;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(6, 55, 97, 0.06);
}

.hksev-card h3 {
    margin-bottom: 8px;
    font-size: 20px;
}

.hksev-card p {
    margin-bottom: 0;
    color: #526a7e;
}

.hksev-card-icon {
    display: block;
    margin-bottom: 12px;
    font-size: 29px;
    line-height: 1;
}

.hksev-card-danger {
    border-top: 4px solid #e68a27;
}

.hksev-card-blue {
    border-top: 4px solid #0879bd;
}

.hksev-card-green {
    border-top: 4px solid #159b57;
}

/* Urgent strip */

.hksev-urgent-strip {
    padding: 22px 0;
    background: #fff4e4;
    border-top: 1px solid #f6d6ab;
    border-bottom: 1px solid #f6d6ab;
}

.hksev-urgent-layout {
    display: table;
    width: 100%;
}

.hksev-urgent-copy,
.hksev-urgent-action {
    display: table-cell;
    vertical-align: middle;
}

.hksev-urgent-copy {
    padding-right: 25px;
}

.hksev-urgent-copy strong {
    display: block;
    margin-bottom: 4px;
    color: #7f3c00;
    font-size: 19px;
}

.hksev-urgent-copy span {
    color: #72563c;
}

.hksev-urgent-action {
    width: 220px;
    text-align: right;
}

/* Two column text */

.hksev-content-layout {
    display: table;
    width: 100%;
}

.hksev-content-main,
.hksev-content-side {
    display: table-cell;
    vertical-align: top;
}

.hksev-content-main {
    width: 64%;
    padding-right: 32px;
}

.hksev-content-side {
    width: 36%;
}

.hksev-prose h2 {
    margin-bottom: 16px;
    font-size: 30px;
}

.hksev-prose h3 {
    margin-top: 28px;
    margin-bottom: 10px;
    font-size: 21px;
}

.hksev-prose p {
    color: #465f74;
}

.hksev-check-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.hksev-check-list li {
    position: relative;
    margin-bottom: 11px;
    padding-left: 29px;
    color: #405c72;
}

.hksev-check-list li:before {
    position: absolute;
    top: 1px;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #dff5e9;
    color: #087b42;
    content: "✓";
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
}

.hksev-info-box {
    margin-bottom: 18px;
    padding: 22px;
    border: 1px solid #cde2f1;
    border-radius: 10px;
    background: #f4faff;
}

.hksev-info-box h3 {
    margin-bottom: 10px;
    font-size: 20px;
}

.hksev-info-box p:last-child,
.hksev-info-box ul:last-child {
    margin-bottom: 0;
}

.hksev-warning-box {
    border-color: #f0c993;
    background: #fff8eb;
}

.hksev-warning-box h3 {
    color: #8b4b09;
}

/* Comparison */

.hksev-cause-card {
    min-height: 228px;
}

.hksev-cause-label {
    display: inline-block;
    margin-bottom: 11px;
    padding: 4px 9px;
    border-radius: 4px;
    background: #eaf5fc;
    color: #075f9d;
    font-size: 12px;
    font-weight: 700;
}

/* Process */

.hksev-process {
    position: relative;
    margin: -8px;
    font-size: 0;
}

.hksev-process-item {
    display: inline-block;
    width: 16.6666%;
    padding: 8px;
    vertical-align: top;
    font-size: 15px;
}

.hksev-process-card {
    min-height: 210px;
    padding: 20px 15px;
    border: 1px solid #cce0ee;
    border-radius: 10px;
    background: #ffffff;
    text-align: center;
}

.hksev-process-number {
    display: block;
    width: 38px;
    height: 38px;
    margin: 0 auto 13px;
    border-radius: 50%;
    background: #075da1;
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    line-height: 38px;
}

.hksev-process-card h3 {
    margin-bottom: 7px;
    font-size: 17px;
}

.hksev-process-card p {
    margin-bottom: 0;
    color: #5c7183;
    font-size: 14px;
}

/* Price section */

.hksev-price-highlight {
    margin-bottom: 24px;
    padding: 17px 20px;
    border-left: 5px solid #0a73b5;
    border-radius: 6px;
    background: #e9f5fc;
    color: #214d6b;
}

.hksev-price-card {
    position: relative;
    min-height: 190px;
    overflow: hidden;
}

.hksev-price-name {
    display: block;
    min-height: 49px;
    margin-bottom: 12px;
    color: #164d78;
    font-weight: 700;
}

.hksev-price {
    display: block;
    margin-bottom: 8px;
    color: #075da1;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.25;
}

.hksev-price-note {
    display: block;
    color: #607789;
    font-size: 13px;
    line-height: 1.55;
}

.hksev-price-ask {
    color: #0c7d49;
    font-size: 21px;
}

.hksev-price-disclaimer {
    margin-top: 24px;
    padding: 17px;
    border: 1px solid #efd1a5;
    border-radius: 8px;
    background: #fff8ed;
    color: #6d4b25;
    font-weight: 700;
}

/* Reviews */

.hksev-review-card {
    min-height: 255px;
}

.hksev-stars {
    margin-bottom: 11px;
    color: #e8a018;
    font-size: 20px;
    letter-spacing: 2px;
}

.hksev-review-card blockquote {
    margin: 0 0 17px;
    color: #465f73;
    font-size: 15px;
}

.hksev-review-name {
    color: #174e77;
    font-size: 14px;
    font-weight: 700;
}

.hksev-example-badge {
    display: inline-block;
    margin-top: 9px;
    padding: 3px 8px;
    border-radius: 3px;
    background: #fff2cc;
    color: #6f5200;
    font-size: 11px;
    font-weight: 700;
}

.hksev-review-notice {
    margin-bottom: 22px;
    padding: 15px 17px;
    border: 1px solid #efd6a7;
    border-radius: 7px;
    background: #fff9ed;
    color: #694b20;
    font-size: 14px;
}

/* Branches */

.hksev-branch-card {
    padding: 0;
    overflow: hidden;
}

.hksev-branch-header {
    padding: 22px;
    background: #075da1;
    color: #ffffff;
}

.hksev-branch-header h3 {
    margin-bottom: 4px;
    color: #ffffff !important;
    font-size: 23px;
}

.hksev-branch-header p {
    margin-bottom: 0;
    color: #dcedf8 !important;
}

.hksev-branch-header-24 {
    background: #093e70;
}

.hksev-branch-body {
    padding: 22px;
}

.hksev-branch-row {
    margin-bottom: 11px;
    color: #405d73;
}

.hksev-branch-row strong {
    color: #173f60;
}

.hksev-branch-actions {
    margin: 16px -4px -4px;
}

.hksev-branch-actions a {
    margin: 4px;
}

.hksev-map {
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 62%;
    background: #dce8f0;
}

.hksev-map iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* FAQ */

.hksev-faq-list {
    max-width: 920px;
    margin: 0 auto;
}

.hksev-faq-item {
    margin-bottom: 10px;
    border: 1px solid #d4e4ef;
    border-radius: 8px;
    background: #ffffff;
}

.hksev-faq-item summary {
    position: relative;
    display: block;
    padding: 17px 48px 17px 18px;
    color: #164b74;
    cursor: pointer;
    font-weight: 700;
    list-style: none;
}

.hksev-faq-item summary::-webkit-details-marker {
    display: none;
}

.hksev-faq-item summary:after {
    position: absolute;
    top: 50%;
    right: 18px;
    margin-top: -13px;
    color: #0878bd;
    content: "+";
    font-size: 25px;
    font-weight: 400;
    line-height: 26px;
}

.hksev-faq-item[open] summary:after {
    content: "−";
}

.hksev-faq-answer {
    padding: 0 18px 18px;
    color: #526a7d;
}

/* Final CTA */

.hksev-final-cta {
    text-align: center;
}

.hksev-final-cta h2 {
    margin-bottom: 12px;
    font-size: 32px;
}

.hksev-final-cta p {
    max-width: 720px;
    margin-right: auto;
    margin-bottom: 22px;
    margin-left: auto;
    color: #ddecf8;
    font-size: 17px;
}

.hksev-final-buttons {
    margin: -5px;
}

.hksev-final-buttons a {
    margin: 5px;
}

.hksev-small-disclaimer {
    margin-top: 21px;
    color: #c4dcec !important;
    font-size: 12px !important;
}

/* Mobile sticky CTA */

.hksev-mobile-sticky {
    display: none;
}

/* Tablet */

@media screen and (max-width: 960px) {
    .hksev-hero-inner,
    .hksev-content-layout {
        display: block;
    }

    .hksev-hero-copy,
    .hksev-hero-visual,
    .hksev-content-main,
    .hksev-content-side {
        display: block;
        width: 100%;
    }

    .hksev-hero-copy {
        padding-right: 0;
    }

    .hksev-hero-visual {
        margin-top: 27px;
        padding-left: 0;
    }

    .hksev-content-main {
        padding-right: 0;
    }

    .hksev-content-side {
        margin-top: 25px;
    }

    .hksev-col-4 {
        width: 50%;
    }

    .hksev-process-item {
        width: 33.3333%;
    }
}

/* Mobile */

@media screen and (max-width: 680px) {
    #hksev-gecko-page {
        padding-bottom: 72px;
        font-size: 15px;
    }

    .hksev-page-container {
        padding-left: 14px;
        padding-right: 14px;
    }

    .hksev-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .hksev-section-heading {
        margin-bottom: 23px;
        text-align: left;
    }

    .hksev-section-heading h2,
    .hksev-prose h2 {
        font-size: 25px;
    }

    .hksev-section-heading p {
        font-size: 15px;
    }

    .hksev-hero-inner {
        padding-top: 21px;
        padding-bottom: 27px;
    }

    .hksev-hero h1 {
        font-size: 31px;
    }

    .hksev-hero-lead {
        font-size: 16px;
    }

    .hksev-hero-ctas {
        margin: 0;
    }

    .hksev-hero-ctas .hksev-button {
        display: block;
        width: 100%;
        margin: 8px 0 0;
    }

    .hksev-trust-grid,
    .hksev-trust-item {
        display: block;
        width: 100%;
    }

    .hksev-trust-item {
        border-right: 0;
        border-bottom: 1px solid #d0e3ef;
        text-align: left;
    }

    .hksev-trust-item:last-child {
        border-bottom: 0;
    }

    .hksev-col-2,
    .hksev-col-3,
    .hksev-col-4 {
        width: 100%;
    }

    .hksev-card {
        padding: 20px;
    }

    .hksev-urgent-layout,
    .hksev-urgent-copy,
    .hksev-urgent-action {
        display: block;
        width: 100%;
    }

    .hksev-urgent-copy {
        padding-right: 0;
    }

    .hksev-urgent-action {
        margin-top: 15px;
        text-align: left;
    }

    .hksev-urgent-action .hksev-button {
        display: block;
        width: 100%;
    }

    .hksev-process {
        margin: 0;
    }

    .hksev-process-item {
        display: block;
        width: 100%;
        padding: 6px 0;
    }

    .hksev-process-card {
        min-height: 0;
        padding: 17px;
        text-align: left;
    }

    .hksev-process-number {
        float: left;
        margin: 1px 13px 0 0;
        text-align: center;
    }

    .hksev-process-card h3,
    .hksev-process-card p {
        overflow: hidden;
    }

    .hksev-branch-actions a {
        display: block;
        width: 100%;
        margin: 8px 0 0;
    }

    .hksev-final-cta h2 {
        font-size: 27px;
    }

    .hksev-final-buttons {
        margin: 0;
    }

    .hksev-final-buttons .hksev-button {
        display: block;
        width: 100%;
        margin: 8px 0 0;
    }

    .hksev-mobile-sticky {
        position: fixed;
        z-index: 999999;
        right: 0;
        bottom: 0;
        left: 0;
        display: table;
        width: 100%;
        padding: 7px;
        background: #ffffff;
        border-top: 1px solid #cbdce9;
        box-shadow: 0 -4px 18px rgba(0, 39, 73, 0.16);
        table-layout: fixed;
    }

    .hksev-mobile-sticky a {
        display: table-cell;
        height: 52px;
        padding: 5px 3px;
        border-right: 5px solid #ffffff;
        border-radius: 7px;
        color: #ffffff !important;
        font-size: 13px;
        font-weight: 700;
        line-height: 18px;
        text-align: center;
        vertical-align: middle;
    }

    .hksev-mobile-sticky a:last-child {
        border-right: 0;
    }

    .hksev-sticky-call {
        background: #075da1;
    }

    .hksev-sticky-whatsapp {
        background: #159b57;
    }

    .hksev-sticky-map {
        background: #526b80;
    }
}
