.elementor-7553 .elementor-element.elementor-element-804fef2{--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;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-1a24d2d *//* ===== Apple-style Article (Midposi) ===== */
.ap-article{
  --txt:#0f172a;
  --muted:#475569;
  --line:#e2e8f0;
  --bg:#ffffff;
  --card:#ffffff;
  --shadow:0 18px 45px rgba(2,6,23,.08);
  --shadow2:0 10px 25px rgba(2,6,23,.07);
  --radius:22px;
  --blue1:#0A66FF;
  --blue2:#084BDE;

  background: var(--bg);
  color: var(--txt);
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, "Helvetica Neue", sans-serif;
}

.ap-wrap{max-width:1100px;margin:0 auto;padding:40px 18px 80px;}

.ap-kicker{
  font-size:13px;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:var(--muted);
  margin:0 0 10px;
}

.ap-h1{
  font-size:44px;
  line-height:1.12;
  letter-spacing:-.02em;
  margin:0 0 12px;
}
@media (max-width:768px){
  .ap-h1{font-size:32px;}
}

.ap-lead{
  font-size:18px;
  line-height:1.7;
  color:var(--muted);
  margin:0 0 18px;
  max-width:70ch;
}

.ap-hero{
  display:grid;
  grid-template-columns: 1.15fr .85fr;
  gap:22px;
  align-items:stretch;
  background:linear-gradient(180deg,#f8fafc,#ffffff);
  border:1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding:26px;
  overflow:hidden;
}
@media (max-width:900px){
  .ap-hero{grid-template-columns:1fr;}
}

.ap-hero-media{
  margin:0;
  border-radius: 18px;
  border:1px solid var(--line);
  overflow:hidden;
  background:#fff;
  box-shadow: var(--shadow2);
}
.ap-hero-media img{width:100%;height:100%;object-fit:cover;display:block;}

.ap-hero-cta{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px;}

.ap-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:12px 18px;
  border-radius:999px;
  border:1px solid var(--line);
  font-weight:700;
  text-decoration:none;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, opacity .2s ease;
  will-change: transform;
}
.ap-btn-primary{
  background: linear-gradient(180deg, #1F7AFF, #0A5FE0);
  color: #ffffff !important;
  font-weight: 700;
  text-shadow: 0 1px 0 rgba(0,0,0,.18);
  box-shadow:
    0 12px 24px rgba(31,122,255,.35),
    inset 0 1px 0 rgba(255,255,255,.25);
}

.ap-btn-primary:hover{
  transform: translateY(-1px);
  box-shadow:0 16px 30px rgba(10,102,255,.26);
  opacity:.98;
}
.ap-btn-ghost{
  background:#fff;
  color:var(--txt);
}
.ap-btn-ghost:hover{
  transform: translateY(-1px);
  box-shadow: var(--shadow2);
}

.ap-toc .ap-card{padding:0;}
.ap-toc-list{margin:0;padding:0 0 0 18px;}
.ap-toc-list li{margin:10px 0;color:var(--muted);}
.ap-toc a{color:var(--txt);text-decoration:none;border-bottom:1px solid rgba(15,23,42,.15);}
.ap-toc a:hover{border-bottom-color:rgba(15,23,42,.45);}

.ap-section{margin-top:20px;}
.ap-card{
  border:1px solid var(--line);
  border-radius: var(--radius);
  background: var(--card);
  box-shadow: var(--shadow2);
  overflow:hidden;
}
.ap-card-hd{
  padding:18px 20px;
  background:linear-gradient(180deg,#ffffff,#fbfdff);
  border-bottom:1px solid var(--line);
}
.ap-card-bd{padding:18px 20px;}
.ap-card-cta{
  border-color: rgba(10,102,255,.25);
  box-shadow:0 18px 45px rgba(10,102,255,.10);
}

.ap-h2{
  margin:0;
  font-size:22px;
  letter-spacing:-.01em;
}
.ap-h3{
  margin:18px 0 10px;
  font-size:16px;
  letter-spacing:-.01em;
}
.ap-card-bd p{
  margin:0 0 14px;
  color:var(--muted);
  line-height:1.75;
  font-size:16px;
}
.ap-card-bd a{color:var(--blue1);text-decoration:none;}
.ap-card-bd a:hover{text-decoration:underline;}

.ap-bullets{margin:0;padding-left:18px;color:var(--muted);}
.ap-bullets li{margin:8px 0;line-height:1.65;}
.ap-bullets strong{color:var(--txt);}

.ap-quote{
  margin:16px 0 0;
  padding:14px 16px;
  border-left:4px solid rgba(10,102,255,.35);
  background:#f8fbff;
  color:var(--txt);
  border-radius:14px;
}

.ap-grid-3{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:14px;
  margin-top:10px;
}
@media (max-width:900px){
  .ap-grid-3{grid-template-columns:1fr;}
}
.ap-mini{
  border:1px solid var(--line);
  border-radius:18px;
  padding:14px 14px 12px;
  background:#fff;
}
.ap-mini p{margin:0;color:var(--muted);font-size:14.5px;line-height:1.65;}

.ap-fig{margin:14px 0 0;}
.ap-fig img{
  width:100%;
  height:auto;
  display:block;
  border-radius:18px;
  border:1px solid var(--line);
  box-shadow: var(--shadow2);
}
.ap-fig figcaption{
  margin-top:8px;
  color:var(--muted);
  font-size:13px;
}
.ap-fig-slim img{max-height:520px;object-fit:cover;}

.ap-hr{
  border:none;
  height:1px;
  background:var(--line);
  margin:18px 0;
}

.ap-checklist{list-style:none;margin:0;padding:0;}
.ap-checklist li{
  display:flex;
  gap:10px;
  padding:10px 12px;
  border:1px solid var(--line);
  border-radius:16px;
  margin:10px 0;
  background:#fff;
}
.ap-check{
  width:28px;height:28px;border-radius:999px;
  display:inline-flex;align-items:center;justify-content:center;
  background:rgba(10,102,255,.10);
  color:var(--blue2);
  font-weight:900;
  flex:0 0 28px;
}
.ap-checklist strong{color:var(--txt);}

.ap-cta-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:10px;}
.ap-note{
  margin-top:10px;
  font-size:13px !important;
  color:var(--muted) !important;
}

/* ===== Fade Up ===== */
.ap-fade{
  opacity:0;
  transform: translateY(14px);
  transition: opacity .55s ease, transform .55s ease;
}
.ap-fade.is-in{
  opacity:1;
  transform:none;
}
@media (prefers-reduced-motion: reduce){
  .ap-fade{opacity:1;transform:none;transition:none;}
}/* End custom CSS */