/* ============================================================
   DDoS — Anti-Attack Protection Product Page
   Scoped to body.page-ddos
   ============================================================ */
body.page-ddos{
    --ddos-blue: #2b78f6;
    --ddos-cyan: #22d0ff;
    --ddos-red:  #ff5765;
    --ddos-deep: #0a1a3a;
    --ddos-text: #253554;
    --ddos-text-light: #5b78a0;
    --ddos-text-muted: #858a8f;
    --ddos-bg-soft: #f4faff;
    --ddos-grad: linear-gradient(135deg, #2b78f6 0%, #22d0ff 100%);
    --ddos-grad-warm: linear-gradient(135deg, #ff5765 0%, #ff8a3d 100%);
    --ddos-card-shadow: 0 25px 60px -25px rgba(43, 120, 246, .25);

    overflow-x: hidden;
}
body.page-ddos *{ box-sizing: border-box; }
.page-ddos .m12{ width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 24px; }

/* Override original english-only style that was used for fixed widths */
.page-ddos .ban_left_p{ width: auto !important; max-width: 580px; }

/* ============================================================
   1. Banner
   ============================================================ */
.page-ddos .banner_dy{
    position: relative;
    width: 100%;
    min-height: 540px;
    overflow: hidden;
    background-color: #06122e;
    color: #fff;
    isolation: isolate;
    display: flex;
    align-items: center;
}
.page-ddos .banner_dy_bg{
    position: absolute;
    inset: -4%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
    animation: ddosBgDrift 24s ease-in-out infinite alternate;
    will-change: transform;
}
@keyframes ddosBgDrift{
    0%   { transform: scale(1.04) translate(0, 0); }
    50%  { transform: scale(1.08) translate(-1.5%, -.8%); }
    100% { transform: scale(1.05) translate(1%, .5%); }
}
.page-ddos .banner_dy_mask{
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(6,18,46,.78) 0%, rgba(6,18,46,.45) 55%, rgba(6,18,46,.25) 100%),
        linear-gradient(180deg, rgba(6,18,46,.25) 0%, rgba(6,18,46,.55) 100%);
    z-index: 1;
}
.page-ddos .banner_dy_grid{
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(34,208,255,.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(34,208,255,.06) 1px, transparent 1px);
    background-size: 44px 44px;
    animation: ddosGridMove 30s linear infinite;
    z-index: 2;
    pointer-events: none;
}
@keyframes ddosGridMove{
    0%   { background-position: 0 0, 0 0; }
    100% { background-position: 44px 44px, 44px 44px; }
}
.page-ddos .banner_dy_orb{
    position: absolute;
    width: 620px; height: 620px;
    right: -180px; top: -180px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(34,208,255,.3), transparent 60%);
    filter: blur(40px);
    z-index: 2;
    animation: ddosOrbFloat 14s ease-in-out infinite;
    pointer-events: none;
}
.page-ddos .banner_dy_orb2{
    width: 480px; height: 480px;
    right: auto; top: auto;
    left: 30%; bottom: -180px;
    background: radial-gradient(circle, rgba(255, 87, 101, .28), transparent 60%);
    animation-duration: 18s;
    animation-direction: reverse;
}
@keyframes ddosOrbFloat{
    0%, 100% { transform: translate(0, 0); }
    50%      { transform: translate(-60px, 40px); }
}
.page-ddos .banner_dy_scan{
    position: absolute;
    inset: 0;
    z-index: 3;
    overflow: hidden;
    pointer-events: none;
}
.page-ddos .banner_dy_scan::before{
    content: "";
    position: absolute;
    top: -50%; left: -30%;
    width: 60%; height: 200%;
    background: linear-gradient(
        110deg,
        transparent 30%,
        rgba(34,208,255,.06) 45%,
        rgba(34,208,255,.18) 50%,
        rgba(34,208,255,.06) 55%,
        transparent 70%
    );
    transform: rotate(8deg);
    animation: ddosScanMove 7s ease-in-out infinite;
}
@keyframes ddosScanMove{
    0%   { transform: translateX(-30%) rotate(8deg); opacity: 0; }
    20%  { opacity: 1; }
    80%  { opacity: 1; }
    100% { transform: translateX(220%) rotate(8deg); opacity: 0; }
}

.page-ddos .banner_dy .m12{ position: relative; z-index: 5; }
.page-ddos .ban_cont1{
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 540px;
    padding: 80px 24px;
    gap: 40px;
}
.page-ddos .ban_cont1_left{
    max-width: 640px;
    flex: 1 1 0;
    min-width: 0;
}
.page-ddos .ban_badge{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 7px 18px;
    border-radius: 999px;
    background: rgba(255,255,255,.08);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255,255,255,.18);
    font-size: 12px;
    letter-spacing: 3px;
    color: rgba(255,255,255,.85);
    margin-bottom: 28px;
    font-weight: 500;
}
.page-ddos .ban_badge::before{
    content: "";
    width: 6px; height: 6px;
    border-radius: 50%;
    background: var(--ddos-red);
    box-shadow: 0 0 12px rgba(255, 87, 101, .9);
    animation: ddosPulse 1.4s ease-in-out infinite;
}
@keyframes ddosPulse{
    0%, 100% { opacity: .55; transform: scale(1); }
    50%      { opacity: 1;   transform: scale(1.5); }
}
.page-ddos .ban_title{
    display: block;
    font-size: clamp(34px, 4.4vw, 56px);
    font-weight: 700;
    line-height: 1.18;
    margin: 0 0 22px;
    background: linear-gradient(135deg, #ffffff 0%, #d3e6ff 60%, #22d0ff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    letter-spacing: -.5px;
    font-family: PingFang SC, Microsoft YaHei, Inter, sans-serif;
}
.page-ddos .ban_left_p{
    font-size: clamp(15px, 1.2vw, 18px);
    line-height: 1.75;
    color: rgba(255,255,255,.78);
    margin: 0 0 36px;
}
.page-ddos .ban_btnbox{ display: flex; flex-wrap: wrap; gap: 14px; }
.page-ddos .btn_public{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 30px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: .5px;
    transition: transform .35s cubic-bezier(.2,.8,.2,1), background .35s ease, box-shadow .35s ease, border-color .35s ease;
    border: 1px solid transparent;
    cursor: pointer;
    line-height: 1.4;
}
.page-ddos .ban_btn1{
    background: var(--ddos-grad);
    color: #fff;
    box-shadow: 0 16px 35px -10px rgba(43,120,246,.55);
}
.page-ddos .ban_btn1:hover{ transform: translateY(-3px); box-shadow: 0 22px 45px -10px rgba(34,208,255,.6); }
.page-ddos .ban_btn3{
    background: rgba(255,255,255,.1);
    color: #fff;
    border-color: rgba(255,255,255,.25);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
.page-ddos .ban_btn3:hover{ background: rgba(255,255,255,.18); border-color: rgba(34,208,255,.5); transform: translateY(-3px); }
.page-ddos .ban_btn_help{
    background: transparent;
    color: rgba(255,255,255,.85);
    border-color: rgba(255,255,255,.3);
}
.page-ddos .ban_btn_help:hover{ background: rgba(255,255,255,.06); color: #fff; border-color: rgba(255,255,255,.5); transform: translateY(-3px); }

/* ----- Right Side Visual ----- */
.page-ddos .ban_right_visual{
    position: relative;
    flex: 0 0 460px;
    width: 460px;
    height: 460px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-ddos .brv_ring{
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 1px solid rgba(34,208,255,.35);
    animation: ddosSpin 18s linear infinite;
    pointer-events: none;
}
.page-ddos .brv_r1{ border-style: dashed; border-color: rgba(34,208,255,.4); }
.page-ddos .brv_r2{ inset: 50px; border-color: rgba(43,120,246,.4); animation-duration: 14s; animation-direction: reverse; }
.page-ddos .brv_r3{ inset: 100px; border-style: dotted; border-color: rgba(255, 87, 101, .5); animation-duration: 10s; }
.page-ddos .brv_ring::before{
    content: "";
    position: absolute;
    width: 10px; height: 10px;
    border-radius: 50%;
    background: var(--ddos-cyan);
    top: -5px; left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 0 16px rgba(34,208,255,.9);
}
.page-ddos .brv_r2::before{ background: var(--ddos-blue); box-shadow: 0 0 16px rgba(43,120,246,.9); top: auto; bottom: -5px; }
.page-ddos .brv_r3::before{ background: var(--ddos-red); box-shadow: 0 0 16px rgba(255, 87, 101, .9); top: 50%; left: -5px; transform: translateY(-50%); }
@keyframes ddosSpin{ to { transform: rotate(360deg); } }
.page-ddos .brv_glow{
    position: absolute;
    width: 260px; height: 260px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(34,208,255,.45), rgba(43,120,246,.2) 45%, transparent 70%);
    filter: blur(8px);
    animation: ddosGlowPulse 3.5s ease-in-out infinite;
    pointer-events: none;
}
@keyframes ddosGlowPulse{
    0%, 100% { transform: scale(1);   opacity: .65; }
    50%      { transform: scale(1.1); opacity: 1;   }
}
.page-ddos .brv_orbit{
    position: absolute;
    inset: 0;
    width: 100%; height: 100%;
    pointer-events: none;
    animation: ddosSpin 30s linear infinite reverse;
}
.page-ddos .ban_right_img{
    position: relative;
    z-index: 5;
    max-width: 320px;
    height: auto;
    width: auto;
    margin: 0;
    filter:
        drop-shadow(0 25px 40px rgba(34,208,255,.4))
        drop-shadow(0 0 25px rgba(43,120,246,.3));
    animation: ddosFloat 4s ease-in-out infinite;
    will-change: transform;
}
@keyframes ddosFloat{
    0%, 100% { transform: translateY(0)     rotate(0deg); }
    25%      { transform: translateY(-12px) rotate(-1.2deg); }
    50%      { transform: translateY(-18px) rotate(0deg); }
    75%      { transform: translateY(-12px) rotate(1.2deg); }
}
.page-ddos .brv_spark{
    position: absolute;
    width: 8px; height: 8px;
    border-radius: 50%;
    background: var(--ddos-cyan);
    box-shadow: 0 0 14px var(--ddos-cyan);
    z-index: 4;
    pointer-events: none;
    animation: ddosSparkFloat 5s ease-in-out infinite;
}
.page-ddos .brv_spark_1{ top: 18%;  left: 16%; animation-delay: 0s; background: var(--ddos-red); box-shadow: 0 0 14px var(--ddos-red); }
.page-ddos .brv_spark_2{ top: 25%;  right: 12%; width: 6px; height: 6px; background: var(--ddos-blue); box-shadow: 0 0 12px var(--ddos-blue); animation-delay: 1.2s; }
.page-ddos .brv_spark_3{ bottom: 22%; left: 14%; width: 5px; height: 5px; animation-delay: 2.4s; }
.page-ddos .brv_spark_4{ bottom: 18%; right: 18%; width: 9px; height: 9px; animation-delay: 3.6s; }
@keyframes ddosSparkFloat{
    0%, 100% { transform: translateY(0)    scale(1);   opacity: .8; }
    50%      { transform: translateY(-15px) scale(1.3); opacity: 1; }
}

/* ============================================================
   2. Common title
   ============================================================ */
.page-ddos .first_title{
    font-size: clamp(28px, 3.2vw, 42px);
    font-weight: 700;
    background: linear-gradient(135deg, #0a1a3a 0%, #2b78f6 90%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin: 0;
    line-height: 1.3;
    display: block;
    text-align: center;
    font-family: PingFang SC, Microsoft YaHei, Inter, sans-serif;
}
.page-ddos .first_title::after{
    content: "";
    display: block;
    width: 70px; height: 4px;
    background: var(--ddos-grad);
    border-radius: 2px;
    margin: 18px auto 0;
    box-shadow: 0 6px 14px -3px rgba(43,120,246,.4);
}

/* ============================================================
   3. mod1 — 6 product features (3 cols × 2 rows)
   ============================================================ */
.page-ddos .mod1{
    background: linear-gradient(180deg, #EDF5FF 0%, #ffffff 100%);
    height: auto;
    text-align: center;
    padding: 100px 0 80px;
    position: relative;
    overflow: hidden;
}
.page-ddos .mod1::before{
    content: "";
    position: absolute;
    width: 500px; height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(43,120,246,.1), transparent 70%);
    right: -200px; top: 100px;
    filter: blur(60px);
    pointer-events: none;
}
.page-ddos .mod1::after{
    content: "";
    position: absolute;
    width: 460px; height: 460px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(34,208,255,.1), transparent 70%);
    left: -180px; bottom: 100px;
    filter: blur(60px);
    pointer-events: none;
}
.page-ddos .mod1 > .m12{ position: relative; z-index: 1; }
.page-ddos .mod1_box{
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
    margin-top: 50px;
}
.page-ddos .mod1_list{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: stretch;
    gap: 24px;
}
.page-ddos .mod1_cont{
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    min-height: 300px;
    flex: 1 1 0;
    background: linear-gradient(135deg, #ffffff 0%, rgba(244,250,255,.85) 100%);
    border: 1px solid rgba(255,255,255,.7);
    border-radius: 18px;
    box-shadow: 0 20px 40px -20px rgba(43,120,246,.18);
    padding: 36px 30px;
    transition: transform .45s cubic-bezier(.2,.8,.2,1),
                box-shadow .45s ease,
                border-color .45s ease,
                background .45s ease;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}
.page-ddos .mod1_cont::before{
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 0%; height: 3px;
    background: var(--ddos-grad);
    transition: width .5s ease;
    z-index: 2;
}
.page-ddos .mod1_cont:hover{
    cursor: pointer;
    transform: translateY(-10px);
    border-color: rgba(34,208,255,.4);
    box-shadow: 0 35px 70px -20px rgba(43,120,246,.35);
    background: linear-gradient(135deg, #ffffff 0%, rgba(229,243,255,.95) 100%);
}
.page-ddos .mod1_cont:hover::before{ width: 100%; }

.page-ddos .mod1_text{
    display: flex;
    width: 100%;
    height: auto;
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
    flex-shrink: 0;
    text-align: left;
}
.page-ddos .mod1_text > svg{
    width: 70px; height: 70px;
    flex-shrink: 0;
    transition: transform .5s ease;
}
.page-ddos .mod1_cont:hover .mod1_text > svg{
    transform: scale(1.1) rotate(-4deg);
}
.page-ddos .mod1_text dl{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    flex: 1 1 auto;
    width: 100%;
    margin: 0;
}
.page-ddos .mod1_text dl dt{
    color: var(--ddos-deep);
    font-family: PingFang SC, Microsoft YaHei, Inter, sans-serif;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
    transition: color .35s ease;
}
.page-ddos .mod1_cont:hover .mod1_text dl dt{ color: var(--ddos-blue); }
.page-ddos .mod1_text dl dd{
    color: var(--ddos-text-muted);
    text-align: justify;
    font-family: PingFang SC, Microsoft YaHei, Inter, sans-serif;
    font-size: 14.5px;
    font-weight: 400;
    line-height: 1.8;
    flex: 1 1 auto;
    width: 100%;
    margin: 0;
}

/* ============================================================
   4. mod2 — 4 service cards on dark background
   ============================================================ */
.page-ddos .mod2{
    text-align: center;
    height: auto;
    padding: 100px 0;
    background:
        linear-gradient(135deg, rgba(10,26,58,.96) 0%, rgba(26,58,122,.95) 50%, rgba(10,26,58,.96) 100%),
        url("/style/img/ddos_mo2_bg.png") #005AED 100% / cover no-repeat;
    mix-blend-mode: normal;
    box-shadow: 0 16px 32px 0 rgba(210, 217, 236, .3);
    position: relative;
    overflow: hidden;
}
.page-ddos .mod2::before{
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(34,208,255,.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(34,208,255,.06) 1px, transparent 1px);
    background-size: 44px 44px;
    pointer-events: none;
    z-index: 0;
}
.page-ddos .mod2::after{
    content: "";
    position: absolute;
    width: 600px; height: 600px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(34,208,255,.18), transparent 60%);
    right: -200px; bottom: -200px;
    filter: blur(50px);
    pointer-events: none;
    z-index: 0;
}
.page-ddos .mod2 > .m12{ position: relative; z-index: 1; }
.page-ddos .mod2 .first_title{
    background: linear-gradient(135deg, #ffffff 0%, #d3e6ff 60%, #22d0ff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.page-ddos .mod2_listbox{
    margin-top: 60px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: stretch;
    gap: 22px;
}
.page-ddos .mod2_list{
    display: flex;
    width: auto;
    padding: 36px 28px;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    align-self: stretch;
    color: #fff;
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 16px;
    transition: transform .45s cubic-bezier(.2,.8,.2,1),
                box-shadow .45s ease,
                border-color .45s ease,
                background .45s ease;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.page-ddos .mod2_list::before{
    content: "";
    position: absolute;
    top: 0; left: 50%;
    transform: translateX(-50%);
    width: 0%; height: 2px;
    background: linear-gradient(90deg, transparent, var(--ddos-cyan), transparent);
    transition: width .5s ease;
    z-index: 2;
}
.page-ddos .mod2_list:hover{
    cursor: pointer;
    border: 1px solid rgba(34,208,255,.5);
    background: linear-gradient(180deg, rgba(34,208,255,.08) 0%, rgba(43,120,246,.05) 100%);
    transform: translateY(-8px);
    box-shadow: 0 25px 55px -10px rgba(34,208,255,.3);
}
.page-ddos .mod2_list:hover::before{ width: 80%; }
.page-ddos .mod2_list img{
    width: 64px;
    height: 64px;
    object-fit: contain;
    transition: transform .5s ease, filter .5s ease;
    filter: drop-shadow(0 6px 12px rgba(34,208,255,.3));
}
.page-ddos .mod2_list:hover img{
    transform: scale(1.12) rotate(-4deg);
    filter: drop-shadow(0 10px 20px rgba(34,208,255,.55));
}
.page-ddos .mod2_list h3{
    margin: 0;
    text-align: center;
    font-family: PingFang SC, Microsoft YaHei, sans-serif;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.4;
    color: #fff;
    letter-spacing: .5px;
}
.page-ddos .mod2_list p{
    width: 100%;
    flex: 1 1 auto;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.75;
    color: rgba(255,255,255,.75);
    margin: 0;
}

/* ============================================================
   5. mod3 — Tabbed comparison
   ============================================================ */
.page-ddos .mod3{
    text-align: center;
    padding: 100px 0 120px;
    background: linear-gradient(180deg, #ffffff 0%, #f4faff 100%);
    position: relative;
    overflow: hidden;
}
.page-ddos .mod3::before{
    content: "";
    position: absolute;
    width: 460px; height: 460px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(43,120,246,.08), transparent 70%);
    right: -180px; top: 100px;
    filter: blur(60px);
    pointer-events: none;
}
.page-ddos .mod3 > .m12{ position: relative; z-index: 1; }
.page-ddos .mod3_tabbox{
    width: 100%;
    margin-top: 50px;
}
.page-ddos .mod3_tabtt{
    display: flex;
    margin: 0 0 32px;
    width: 100%;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
    height: 60px;
    justify-content: center;
    align-items: center;
    gap: 0;
    flex-shrink: 0;
    border-radius: 999px;
    background: rgba(255,255,255,.7);
    border: 1px solid rgba(43,120,246,.1);
    box-shadow: 0 16px 32px 0 rgba(210, 217, 236, .3);
    padding: 6px;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}
.page-ddos .mod3_tabtt .mod3_tab_a{
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1 1 0;
    min-width: 0;
    align-self: stretch;
    color: var(--ddos-text);
    font-family: PingFang SC, Microsoft YaHei, Inter, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    border-radius: 999px;
    position: relative;
    z-index: 2;
    transition: color .35s ease;
    text-decoration: none;
    padding: 0 28px;
    cursor: pointer;
}
.page-ddos .mod3_tabtt .mdui-tab-active{
    color: #fff !important;
    z-index: 3;
}
.page-ddos .mod3_tabtt .mdui-tab-indicator{
    background: var(--ddos-grad) !important;
    height: calc(100% - 12px) !important;
    bottom: 6px !important;
    border-radius: 999px !important;
    box-shadow: 0 6px 16px -4px rgba(43,120,246,.5);
    z-index: 1 !important;
    transition: left .4s cubic-bezier(.2,.8,.2,1), width .4s cubic-bezier(.2,.8,.2,1) !important;
}
.page-ddos .mdui-tab a{ max-width: 100%; }

.page-ddos .mod3_cont{
    width: 100%;
    height: auto;
    border-radius: 18px;
    border: 1px solid rgba(43,120,246,.15);
    background: linear-gradient(135deg, #ffffff 0%, #f4faff 100%);
    box-shadow: 0 30px 70px -25px rgba(43,120,246,.25);
    padding: 0;
    overflow: hidden;
    animation: ddosTabFadeIn .5s ease both;
}
@keyframes ddosTabFadeIn{
    from { opacity: 0; transform: translateY(8px); }
    to   { opacity: 1; transform: translateY(0); }
}
.page-ddos .mod3_cont p{
    padding: 30px 40px 0;
    color: var(--ddos-text);
    text-align: center;
    font-family: PingFang SC, Microsoft YaHei, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    margin: 0;
}
.page-ddos .mod3_imgbox{
    height: 360px;
    width: 100%;
    margin-top: 24px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.page-ddos #mod3_cont1 .imgbox1{
    background-image: url("/style/img/ddos_mod3_cont1img.png");
}
.page-ddos #mod3_cont2 .imgbox2{
    background-image: url("/style/img/ddos_mod3_cont2img.png");
}

/* ============================================================
   6. Responsive
   ============================================================ */
@media (max-width: 1280px){
    .page-ddos .banner_dy{ min-height: 480px; }
    .page-ddos .ban_cont1{ min-height: 480px; padding: 70px 24px; gap: 30px; }
    .page-ddos .ban_right_visual{ flex: 0 0 380px; width: 380px; height: 380px; }
    .page-ddos .brv_r2{ inset: 40px; }
    .page-ddos .brv_r3{ inset: 80px; }
    .page-ddos .ban_right_img{ max-width: 260px; }
    .page-ddos .brv_glow{ width: 220px; height: 220px; }
    .page-ddos .mod1_list{ gap: 20px; }
    .page-ddos .mod1_cont{ padding: 28px 24px; min-height: 280px; }
    .page-ddos .mod1_text dl dt{ font-size: 19px; }
}

@media (max-width: 1024px){
    .page-ddos .ban_right_visual{ flex: 0 0 320px; width: 320px; height: 320px; }
    .page-ddos .brv_r2{ inset: 30px; }
    .page-ddos .brv_r3{ inset: 70px; }
    .page-ddos .ban_right_img{ max-width: 210px; }
    .page-ddos .brv_glow{ width: 180px; height: 180px; }
    .page-ddos .mod1_list{ grid-template-columns: repeat(2, 1fr); }
    .page-ddos .mod2_listbox{ grid-template-columns: repeat(2, 1fr); }
    .page-ddos .mod3_imgbox{ height: 280px; }
}

@media (max-width: 880px){
    .page-ddos .ban_cont1{
        flex-direction: column;
        align-items: flex-start;
        min-height: auto;
        padding: 60px 20px;
    }
    .page-ddos .ban_right_visual{
        flex: 0 0 auto;
        width: 280px; height: 280px;
        margin: 0 auto;
    }
    .page-ddos .brv_r2{ inset: 30px; }
    .page-ddos .brv_r3{ inset: 60px; }
    .page-ddos .ban_right_img{ max-width: 180px; }
    .page-ddos .brv_glow{ width: 160px; height: 160px; }
    .page-ddos .mod1, .page-ddos .mod2, .page-ddos .mod3{ padding-top: 60px; padding-bottom: 60px; }
    .page-ddos .mod3{ padding-bottom: 80px; }
    .page-ddos .mod3_imgbox{ height: 220px; }
}

@media (max-width: 640px){
    .page-ddos .ban_badge{ padding: 6px 14px; font-size: 11px; letter-spacing: 2px; margin-bottom: 22px; }
    .page-ddos .btn_public{ padding: 11px 22px; font-size: 13px; }
    .page-ddos .ban_right_visual{ width: 240px; height: 240px; }
    .page-ddos .brv_r2{ inset: 24px; }
    .page-ddos .brv_r3{ inset: 50px; }
    .page-ddos .ban_right_img{ max-width: 150px; }
    .page-ddos .brv_glow{ width: 130px; height: 130px; }
    .page-ddos .mod1_list{ grid-template-columns: 1fr; }
    .page-ddos .mod2_listbox{ grid-template-columns: 1fr; }
    .page-ddos .mod1_cont{ padding: 24px 20px; }
    .page-ddos .mod1_text > svg{ width: 56px; height: 56px; }
    .page-ddos .mod1_text dl dt{ font-size: 18px; }
    .page-ddos .mod2_list{ padding: 28px 20px; }
    .page-ddos .mod3_tabtt{ height: 54px; max-width: 100%; }
    .page-ddos .mod3_tabtt .mod3_tab_a{ font-size: 14px; padding: 0 16px; }
    .page-ddos .mod3_cont p{ padding: 24px 24px 0; font-size: 15px; }
    .page-ddos .mod3_imgbox{ height: 180px; margin-top: 16px; }
}
