.elementor-9382 .elementor-element.elementor-element-62c8d66a{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );text-transform:var( --e-global-typography-text-text-transform );line-height:var( --e-global-typography-text-line-height );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}@media(max-width:1366px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}/* Start custom CSS for text-editor, class: .elementor-element-5601d3cd */.dns-plan-guide {
  --guide-bg: #f6f8fc;
  --guide-card: #ffffff;
  --guide-text: #243041;
  --guide-title: #0f172a;
  --guide-muted: #5b677a;
  --guide-line: #e5eaf2;
  --guide-primary: #2563eb;
  --guide-primary-soft: #eff6ff;
  --guide-info: #0f766e;
  --guide-info-soft: #ecfeff;
  --guide-warning: #b45309;
  --guide-warning-soft: #fff7ed;
  --guide-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
  --guide-radius-lg: 24px;
  --guide-radius-md: 18px;
  --guide-radius-sm: 12px;

  color: var(--guide-text);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans",
    "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  line-height: 1.85;
}

.dns-plan-guide,
.dns-plan-guide * {
  box-sizing: border-box;
}

.dns-plan-guide > * + * {
  margin-top: 24px;
}

.dns-plan-guide h2,
.dns-plan-guide h3,
.dns-plan-guide p,
.dns-plan-guide ul,
.dns-plan-guide figure {
  margin: 0;
}

.dns-plan-guide h2 {
  color: var(--guide-title);
  font-size: clamp(1.5rem, 2vw, 1.9rem);
  line-height: 1.35;
  letter-spacing: -0.02em;
  margin-bottom: 18px;
}

.dns-plan-guide h3 {
  color: var(--guide-title);
  font-size: clamp(1.15rem, 1.5vw, 1.35rem);
  line-height: 1.45;
}

.dns-plan-guide p + p,
.dns-plan-guide p + ul,
.dns-plan-guide ul + p,
.dns-plan-guide figure + p,
.dns-plan-guide .guide-callout + p,
.dns-plan-guide .guide-callout + figure {
  margin-top: 14px;
}

.guide-section,
.guide-step {
  background: var(--guide-card);
  border: 1px solid var(--guide-line);
  border-radius: var(--guide-radius-lg);
  box-shadow: var(--guide-shadow);
  padding: 28px;
}

.guide-section--hero {
  background:
    radial-gradient(circle at top right, rgba(37, 99, 235, 0.08), transparent 28%),
    linear-gradient(135deg, #fbfdff 0%, #f3f7ff 100%);
  border-color: #dbe7ff;
}

.guide-kicker {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  margin-bottom: 14px;
  border-radius: 999px;
  background: var(--guide-primary-soft);
  color: var(--guide-primary);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.guide-lead {
  font-size: 1.06rem;
  color: var(--guide-title);
}

.guide-flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.guide-flow__item {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid #dce6f8;
  border-radius: var(--guide-radius-md);
  padding: 18px;
}

.guide-flow__label {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--guide-primary);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.guide-flow__item strong {
  display: block;
  color: var(--guide-title);
  font-size: 1rem;
  margin-bottom: 6px;
}

.guide-flow__item p {
  color: var(--guide-muted);
  font-size: 0.95rem;
  line-height: 1.7;
}

.guide-callout {
  margin-top: 18px;
  border-radius: var(--guide-radius-md);
  padding: 18px 20px;
  border: 1px solid var(--guide-line);
}

.guide-callout--info {
  background: var(--guide-info-soft);
  border-color: #b6f0ea;
}

.guide-callout--warning {
  background: var(--guide-warning-soft);
  border-color: #fed7aa;
}

.guide-callout__title {
  display: block;
  margin-bottom: 8px;
  color: var(--guide-title);
  font-size: 1rem;
}

.guide-list {
  padding-left: 1.2em;
}

.guide-list li + li {
  margin-top: 10px;
}

.guide-list--check {
  list-style: none;
  padding-left: 0;
}

.guide-list--check li {
  position: relative;
  padding-left: 34px;
}

.guide-list--check li::before {
  content: "✓";
  position: absolute;
  top: 0.08em;
  left: 0;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--guide-primary-soft);
  color: var(--guide-primary);
  font-size: 0.85rem;
  font-weight: 700;
}

.guide-step + .guide-step {
  margin-top: 18px;
}

.guide-step h3 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.guide-step-no {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: linear-gradient(135deg, #2563eb 0%, #3b82f6 100%);
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 700;
  box-shadow: 0 8px 18px rgba(37, 99, 235, 0.24);
}

.guide-figure {
  margin-top: 18px;
  overflow: hidden;
  border: 1px solid var(--guide-line);
  border-radius: 18px;
  background: #f8fafc;
}

.guide-figure img {
  display: block;
  width: 100%;
  height: auto;
}

.guide-figure figcaption {
  padding: 12px 16px;
  border-top: 1px solid var(--guide-line);
  color: var(--guide-muted);
  font-size: 0.92rem;
  background: rgba(255, 255, 255, 0.96);
}

.guide-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.guide-card {
  padding: 22px;
  border-radius: var(--guide-radius-md);
  border: 1px solid var(--guide-line);
  background: linear-gradient(180deg, #ffffff 0%, #fafcff 100%);
}

.guide-card h3 {
  margin-bottom: 12px;
  font-size: 1.06rem;
}

.guide-faq {
  display: grid;
  gap: 16px;
}

.guide-faq__item {
  padding: 22px;
  border-radius: var(--guide-radius-md);
  border: 1px solid var(--guide-line);
  background: linear-gradient(180deg, #ffffff 0%, #fafcff 100%);
}

.guide-faq__item h3 {
  margin-bottom: 12px;
  font-size: 1.06rem;
}

.dns-plan-guide strong {
  color: var(--guide-title);
}

.dns-plan-guide em {
  font-style: italic;
}

.dns-plan-guide a {
  color: var(--guide-primary);
  text-decoration: none;
}

.dns-plan-guide a:hover {
  text-decoration: underline;
}

@media (max-width: 900px) {
  .guide-flow,
  .guide-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .guide-section,
  .guide-step {
    padding: 20px;
    border-radius: 20px;
  }

  .guide-step h3 {
    align-items: flex-start;
  }

  .guide-step-no {
    width: 30px;
    height: 30px;
    font-size: 0.88rem;
  }

  .guide-list--check li {
    padding-left: 30px;
  }

  .guide-list--check li::before {
    width: 20px;
    height: 20px;
    font-size: 0.8rem;
  }
}/* End custom CSS */