.elementor-754 .elementor-element.elementor-element-d4f4656{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.pp-tooltip.pp-tooltip-{{ID}} .pp-tooltip-content{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );line-height:var( --e-global-typography-accent-line-height );letter-spacing:var( --e-global-typography-accent-letter-spacing );}@media(max-width:1024px){.pp-tooltip.pp-tooltip-{{ID}} .pp-tooltip-content{font-size:var( --e-global-typography-accent-font-size );line-height:var( --e-global-typography-accent-line-height );letter-spacing:var( --e-global-typography-accent-letter-spacing );}}@media(max-width:767px){.pp-tooltip.pp-tooltip-{{ID}} .pp-tooltip-content{font-size:var( --e-global-typography-accent-font-size );line-height:var( --e-global-typography-accent-line-height );letter-spacing:var( --e-global-typography-accent-letter-spacing );}}/* Start custom CSS for html, class: .elementor-element-6826eb2 *//* --- Scoped CSS for Elementor (Anti-Fraud Extension) --- */
.sunny-privacy-wrapper {
    /* 沿用之前的變數 */
    --sunny-navy: #1E379A;
    --sunny-blue: #0D98E6;
    --sunny-yellow: #FBC530;
    --sunny-light-bg: #F4F8FB;
    --sunny-white: #FFFFFF;
    --sunny-red: #E74C3C; /* 警示紅 */
    --sunny-green: #27AE60; /* 安全綠 */
    --text-main: #2c3e50;
    --text-light: #555;
    --border-radius: 16px;
    
    font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    background-color: var(--sunny-light-bg);
    padding-bottom: 80px;
    width: 100%;
    box-sizing: border-box;
}

/* 沿用 Hero 樣式，但微調背景 */
.sunny-hero {
    background: linear-gradient(135deg, var(--sunny-navy) 0%, var(--sunny-blue) 100%);
    padding: 80px 20px;
    text-align: center;
    color: var(--sunny-white);
    border-radius: 0 0 50px 50px;
    box-shadow: 0 10px 40px rgba(13, 152, 230, 0.2);
    margin-bottom: 60px;
}
/* 防詐騙專屬 Hero 背景微調 (可選) */
.sunny-hero.security-theme {
    background: linear-gradient(135deg, #162a7a 0%, #1E379A 100%);
}

.hero-title {
    font-size: clamp(2.2rem, 5vw, 3.2rem);
    font-weight: 800;
    margin: 0;
    letter-spacing: 3px;
}

.hero-subtitle {
    font-size: 1.2rem;
    font-weight: 300;
    opacity: 0.8;
    margin: 10px 0 30px;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.hero-deco-line {
    width: 60px;
    height: 5px;
    background-color: var(--sunny-yellow);
    margin: 0 auto 25px;
    border-radius: 5px;
}

.hero-desc {
    font-size: 1.05rem;
    line-height: 1.8;
    max-width: 700px;
    margin: 0 auto;
    opacity: 0.95;
}

.sunny-container {
    width: 90%;
    max-width: 1150px;
    margin: 0 auto;
}

/* --- [關鍵區塊] 紅色警戒 Alert Box --- */
.alert-box-red {
    background: #FFF5F5;
    border-left: 6px solid var(--sunny-red);
    border-radius: 12px;
    padding: 30px;
    display: flex;
    gap: 25px;
    align-items: flex-start;
    box-shadow: 0 5px 20px rgba(231, 76, 60, 0.1);
    margin-bottom: 50px;
}

.alert-icon-wrapper {
    background: var(--sunny-red);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.alert-icon {
    font-size: 24px;
    color: #fff;
}

.alert-text h3 {
    color: var(--sunny-red);
    margin: 0 0 10px 0;
    font-size: 1.4rem;
}

.alert-text p {
    color: #555;
    margin: 0;
    line-height: 1.6;
    font-size: 1.05rem;
}

/* --- 一般區塊樣式 --- */
.section-block {
    margin-bottom: 60px;
}

.block-title {
    text-align: center;
    font-size: 1.8rem;
    color: var(--sunny-navy);
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
    width: 100%;
}

.block-desc {
    text-align: center;
    color: var(--text-light);
    max-width: 700px;
    margin: 0 auto 40px;
    line-height: 1.6;
}

/* --- 詐騙手法 Grid --- */
.scam-tactic-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.tactic-card {
    background: var(--sunny-white);
    padding: 35px 30px;
    border-radius: var(--border-radius);
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    border: 1px solid #eee;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s;
}

.tactic-card:hover {
    transform: translateY(-5px);
}

.tactic-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #f0f0f0;
    color: #888;
    font-size: 0.8rem;
    padding: 4px 10px;
    border-radius: 4px;
}

.tactic-card h4 {
    color: var(--sunny-navy);
    font-size: 1.3rem;
    margin: 10px 0 15px;
}

.tactic-card p {
    color: var(--text-light);
    line-height: 1.7;
    margin: 0;
    font-size: 0.95rem;
    text-align: justify;
}

/* --- 驗證區 (Verify Section) --- */
.verify-section {
    background: var(--sunny-white);
    padding: 50px 40px;
    border-radius: var(--border-radius);
    box-shadow: 0 10px 40px rgba(30, 55, 154, 0.05);
    margin-bottom: 60px;
}

.verify-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.verify-item {
    display: flex;
    gap: 20px;
}

.v-icon {
    font-size: 2.5rem;
    width: 50px;
    text-align: center;
}

.v-content h4 {
    margin: 0 0 10px 0;
    color: var(--sunny-navy);
    font-size: 1.25rem;
}

.v-content p {
    margin: 0 0 10px 0;
    color: #666;
    font-size: 0.95rem;
}

.official-link {
    font-size: 1.2rem;
    font-weight: bold;
    color: var(--sunny-green);
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: all 0.3s;
}

.official-link:hover {
    border-bottom-color: var(--sunny-green);
}

.phone-list {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.phone-list span {
    font-weight: bold;
    color: var(--text-main);
    font-size: 1.05rem;
}

/* --- CTA 165 Box --- */
.cta-165-box {
    background: linear-gradient(to right, #2c3e50, #4ca1af);
    color: #fff;
    border-radius: var(--border-radius);
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
}

.cta-text h3 {
    margin: 0 0 10px 0;
    font-size: 1.6rem;
}

.cta-text p {
    margin: 0;
    opacity: 0.9;
    font-size: 1.1rem;
}

.cta-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.sunny-btn-primary {
    background: var(--sunny-blue);
    color: #fff;
    padding: 12px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    transition: background 0.3s;
    text-align: center;
}

.sunny-btn-primary:hover {
    background: var(--sunny-navy);
}

.sunny-btn-warning {
    background: #fff;
    color: var(--sunny-red);
    padding: 12px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    transition: transform 0.3s;
    text-align: center;
}

.sunny-btn-warning:hover {
    transform: scale(1.05);
}

/* --- Mobile Responsive --- */
@media (max-width: 768px) {
    .sunny-hero { padding: 50px 20px; }
    
    .alert-box-red {
        flex-direction: column;
        padding: 25px;
        gap: 15px;
    }
    
    .alert-icon-wrapper {
        width: 40px;
        height: 40px;
    }
    
    .alert-icon { font-size: 20px; }
    
    .verify-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .verify-section { padding: 30px 20px; }
    
    .cta-165-box {
        flex-direction: column;
        text-align: center;
        padding: 30px 20px;
    }
    
    .cta-buttons {
        width: 100%;
        flex-direction: column;
    }
    
    .sunny-btn-primary, .sunny-btn-warning {
        width: 100%;
        display: block;
        box-sizing: border-box;
    }
}/* End custom CSS */