/* ================= RESET =================*/
*{
  box-sizing:border-box;
  margin:0;
  padding:0;
}

/* ================= PAGE ================= */
.ip-page{
max-width:950px;
margin:30px auto;
padding:0 10px;
}



/* TITLE */
.data-title{
font-size:20px;
font-weight:600;
margin-bottom:12px;
color:#333;
}

/* TABLE WRAPPER */
.ip-table-wrapper{
background:none;
border-radius:0;
box-shadow:none;
}

/* TABLE */
.ip-table{
width:100%;
border-collapse:collapse;
table-layout:auto;
font-family:Arial, Helvetica, sans-serif;
}

/* HEADER */
.ip-table th{
background:#efefef;
padding:6px 10px;
font-size:13px;
font-weight:600;
color:#333;
border-bottom:1px solid #d5d5d5;
text-align:left;
}

/* CELLS */
.ip-table td{
padding:6px 10px;
font-size:13px;
color:#222;
border-bottom:1px solid #e6e6e6;
}

/* ROW BACKGROUND */
.ip-table tbody tr{
background:#f7f7f7;
}

/* HOVER */
.ip-table tbody tr:hover{
background:#ececec;
}

/* FIELD COLUMN */
.ip-table td:first-child{
width:220px;
font-weight:500;
color:#444;
}

/* VALUE COLUMN */
.ip-table td:last-child{
font-family:Arial, Helvetica, sans-serif;
}

/* IP highlight */
.highlight{
font-weight:600;
color:#000;
}
/* ================= FAQ ================= */
.faq-section{
  max-width:960px;
  margin:90px auto;
  padding:0 22px;
}

.faq-section h2{
  font-size:32px;
  font-weight:700;
  color:#0f172a;
  margin-bottom:48px;
}

.faq-question{
  font-size:24px;
  font-weight:700;
  color:#1e3a8a;
  margin:64px 0 18px;
}

.faq-answer{
  font-size:17px;
  line-height:1.85;
  color:#1f2937;
}

.faq-answer strong{
  font-weight:700;
  color:#0f172a;
}

.faq-answer a{
  color:#2563eb;
  text-decoration:none;
  border-bottom:1px solid rgba(37,99,235,.35);
}

.faq-answer a:hover{
  color:#1d4ed8;
  border-bottom-color:#1d4ed8;
}

/* ================= MOBILE ================= */
@media(max-width:900px){

  .ip-intro{
    grid-template-columns:1fr;
    gap:32px;
  }

  .ip-intro-image{
    order:-1;
    text-align:center;
  }

  .ip-intro-image img{
    max-width:320px;
  }

  .ip-table{
    table-layout:auto;
  }

  .ip-table th,
  .ip-table td{
    padding:14px 16px;
    font-size:14px;
  }

} 






.seo-note-box{
    margin-top:20px;
    padding:14px 16px;
    border-radius:12px;
    background:#f5f1e3;
    border:1px solid #e3d7aa;
    line-height:1.8;
}

.faq-yellow-box{
    margin-top:18px;
    margin-bottom:10px;
    padding:15px 18px;
    border-radius:12px;
    background:#f8f1cf;
    border:1px solid #e4d7a0;
    line-height:1.8;
    color:#5c4b1f;
}

.faq-highlight{
    margin-top:20px;
    padding:16px 18px;
    border-radius:12px;
    background:#f8f1cf;
    border:1px solid #e4d7a0;
    line-height:1.8;
    color:#5c4b1f;
}

.faq-section a{
    font-weight:600;
    text-decoration:none;
    color:inherit;
    border-bottom:1px solid rgba(0,0,0,0.2);
}

.faq-section a:hover{
    opacity:.85;
}

.faq-question{
    margin-top:38px;
    margin-bottom:12px;
    font-weight:700;
    line-height:1.5;
}

.faq-answer{
    line-height:1.9;
    margin-bottom:14px;
}