.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 );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:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}/* Start custom CSS for text-editor, class: .elementor-element-56cf807 *//* =========================================
   NAZRANK — TECHNICAL SEO PAGE
========================================= */

.nztech_page {
  --nztech_navy: #0A2540;
  --nztech_gold: #D4AF37;
  --nztech_gold_dark: #B08B22;
  --nztech_light: #F7F8FA;
  --nztech_text: #334155;
  --nztech_muted: #64748B;
  --nztech_border: rgba(10, 37, 64, 0.09);

  width: 100%;
  overflow: hidden;
  color: var(--nztech_text);
  font-family: inherit;
}


/* Container */

.nztech_container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}


/* =========================================
   HERO
========================================= */

.nztech_hero {
  position: relative;
  padding: 110px 0 100px;
  background: var(--nztech_navy);
  color: #fff;
}

.nztech_hero_grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 70px;
}

.nztech_hero_content h1 {
  margin: 0 0 25px;
  color: #fff;
  font-size: 52px;
  font-weight: 850;
  line-height: 1.35;
}

.nztech_hero_content h1 span {
  display: block;
  color: var(--nztech_gold);
}

.nztech_hero_content > p {
  max-width: 680px;
  margin: 0;
  color: rgba(255,255,255,0.78);
  font-size: 17px;
  line-height: 2.1;
}

.nztech_hero_actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.nztech_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 25px;
  border-radius: 9px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  transition: all 0.25s ease;
}

.nztech_btn span {
  font-size: 19px;
  line-height: 1;
}

.nztech_btn_primary {
  background: var(--nztech_gold);
  color: var(--nztech_navy);
}

.nztech_btn_primary:hover {
  background: #e1c35b;
  color: var(--nztech_navy);
  transform: translateY(-2px);
}

.nztech_btn_secondary {
  border: 1px solid rgba(255,255,255,0.25);
  color: #fff;
}

.nztech_btn_secondary:hover {
  border-color: var(--nztech_gold);
  color: var(--nztech_gold);
}


/* Technical Visual */

.nztech_hero_visual {
  min-height: 430px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nztech_system {
  position: relative;
  width: 390px;
  height: 390px;
}

.nztech_system_core {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  width: 145px;
  height: 145px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(212,175,55,0.6);
  border-radius: 50%;
  background: rgba(10,37,64,0.95);
  box-shadow:
    0 0 0 18px rgba(212,175,55,0.04),
    0 0 50px rgba(212,175,55,0.12);
}

.nztech_system_core span {
  color: rgba(255,255,255,0.65);
  font-size: 13px;
  letter-spacing: 2px;
}

.nztech_system_core strong {
  margin-top: 5px;
  color: var(--nztech_gold);
  font-size: 16px;
  letter-spacing: 1px;
}

.nztech_node {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 105px;
  height: 48px;
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 8px;
  background: rgba(255,255,255,0.06);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  backdrop-filter: blur(8px);
}

.nztech_node_1 {
  top: 35px;
  left: 50%;
  transform: translateX(-50%);
}

.nztech_node_2 {
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.nztech_node_3 {
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%);
}

.nztech_node_4 {
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.nztech_line {
  position: absolute;
  z-index: 1;
  display: block;
  background: rgba(212,175,55,0.35);
}

.nztech_line_1 {
  top: 108px;
  left: 50%;
  width: 1px;
  height: 85px;
}

.nztech_line_2 {
  top: 50%;
  right: 118px;
  width: 82px;
  height: 1px;
}

.nztech_line_3 {
  bottom: 108px;
  left: 50%;
  width: 1px;
  height: 85px;
}

.nztech_line_4 {
  top: 50%;
  left: 118px;
  width: 82px;
  height: 1px;
}


/* =========================================
   GENERAL SECTIONS
========================================= */

.nztech_section {
  padding: 100px 0;
}

.nztech_light {
  background: var(--nztech_light);
}

.nztech_white {
  background: #fff;
}

.nztech_dark {
  background: var(--nztech_navy);
}

.nztech_section_header {
  max-width: 760px;
  margin: 0 auto 50px;
  text-align: center;
}

.nztech_section_header h2 {
  margin: 0 0 16px;
  color: var(--nztech_navy);
  font-size: 35px;
  font-weight: 850;
  line-height: 1.5;
}

.nztech_section_header p {
  margin: 0;
  color: var(--nztech_muted);
  font-size: 16px;
  line-height: 2;
}

.nztech_header_light h2 {
  color: #fff;
}

.nztech_header_light p {
  color: rgba(255,255,255,0.68);
}


/* =========================================
   PROBLEM CARDS
========================================= */

.nztech_problem_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.nztech_problem_card {
  padding: 30px 25px;
  border: 1px solid var(--nztech_border);
  border-radius: 14px;
  background: #fff;
  transition: all 0.3s ease;
}

.nztech_problem_card:hover {
  transform: translateY(-5px);
  border-color: rgba(212,175,55,0.45);
  box-shadow: 0 15px 35px rgba(10,37,64,0.07);
}

.nztech_icon {
  margin-bottom: 22px;
  color: var(--nztech_gold_dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.5px;
}

.nztech_problem_card h3 {
  margin: 0 0 12px;
  color: var(--nztech_navy);
  font-size: 19px;
  font-weight: 800;
}

.nztech_problem_card p {
  margin: 0;
  color: var(--nztech_muted);
  font-size: 14px;
  line-height: 2;
}


/* =========================================
   PROCESS
========================================= */

.nztech_process {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 14px;
  background: rgba(255,255,255,0.1);
}

.nztech_process_item {
  min-height: 180px;
  padding: 27px;
  background: rgba(255,255,255,0.035);
}

.nztech_process_item strong {
  display: block;
  margin-bottom: 12px;
  color: #fff;
  font-size: 17px;
}

.nztech_process_item p {
  margin: 0;
  color: rgba(255,255,255,0.62);
  font-size: 13px;
  line-height: 1.9;
}

.nztech_process_note {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 28px;
  padding: 23px 27px;
  border-right: 3px solid var(--nztech_gold);
  background: rgba(255,255,255,0.045);
}

.nztech_process_note strong {
  color: var(--nztech_gold);
  font-size: 14px;
}

.nztech_process_note span {
  color: rgba(255,255,255,0.68);
  font-size: 14px;
}


/* =========================================
   TECHNICAL TAGS
========================================= */

.nztech_tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 11px;
  max-width: 950px;
  margin: 0 auto;
}

.nztech_tags span {
  padding: 11px 17px;
  border: 1px solid rgba(10,37,64,0.1);
  border-radius: 7px;
  background: #fff;
  color: var(--nztech_navy);
  font-size: 13px;
  font-weight: 700;
  transition: all 0.25s ease;
}

.nztech_tags span:hover {
  border-color: var(--nztech_gold);
  color: var(--nztech_gold_dark);
  transform: translateY(-2px);
}


/* =========================================
   IMPACT TABLE
========================================= */

.nztech_impact_table {
  max-width: 950px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid var(--nztech_border);
  border-radius: 14px;
}

.nztech_impact_row {
  display: grid;
  grid-template-columns: 0.8fr 1.5fr;
  border-bottom: 1px solid var(--nztech_border);
}

.nztech_impact_row:last-child {
  border-bottom: 0;
}

.nztech_impact_row span {
  padding: 18px 22px;
  color: var(--nztech_text);
  font-size: 14px;
  line-height: 1.8;
}

.nztech_impact_row span:first-child {
  color: var(--nztech_navy);
  font-weight: 800;
  background: #FAFBFC;
}

.nztech_impact_head span {
  color: #fff !important;
  background: var(--nztech_navy) !important;
  font-weight: 800;
}


/* =========================================
   STRATEGY BOX
========================================= */

.nztech_strategy_box {
  padding: 60px;
  border-radius: 18px;
  background: var(--nztech_navy);
}

.nztech_strategy_intro {
  max-width: 720px;
  margin-bottom: 45px;
}

.nztech_strategy_intro h2 {
  margin: 0 0 16px;
  color: #fff;
  font-size: 34px;
  font-weight: 850;
}

.nztech_strategy_intro p {
  margin: 0;
  color: rgba(255,255,255,0.72);
  font-size: 16px;
  line-height: 2;
}

.nztech_strategy_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.nztech_strategy_grid > div {
  padding: 27px;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 12px;
  background: rgba(255,255,255,0.035);
}

.nztech_strategy_grid span {
  color: var(--nztech_gold);
  font-size: 12px;
  font-weight: 800;
}

.nztech_strategy_grid h3 {
  margin: 12px 0 9px;
  color: #fff;
  font-size: 18px;
}

.nztech_strategy_grid p {
  margin: 0;
  color: rgba(255,255,255,0.62);
  font-size: 13px;
  line-height: 1.9;
}


/* =========================================
   OUTPUTS
========================================= */

.nztech_output_grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.nztech_output_card {
  padding: 27px 22px;
  border: 1px solid var(--nztech_border);
  border-radius: 13px;
  background: #fff;
  transition: all 0.25s ease;
}

.nztech_output_card:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 35px rgba(10,37,64,0.07);
}

.nztech_output_card > span {
  color: var(--nztech_gold_dark);
  font-size: 11px;
  font-weight: 800;
}

.nztech_output_card h3 {
  margin: 13px 0 10px;
  color: var(--nztech_navy);
  font-size: 17px;
}

.nztech_output_card p {
  margin: 0;
  color: var(--nztech_muted);
  font-size: 13px;
  line-height: 1.9;
}


/* =========================================
   AUDIENCE
========================================= */

.nztech_audience_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.nztech_audience_card {
  padding: 30px 25px;
  border-top: 3px solid var(--nztech_gold);
  background: #fff;
  box-shadow: 0 8px 30px rgba(10,37,64,0.05);
}

.nztech_audience_card h3 {
  margin: 0 0 12px;
  color: var(--nztech_navy);
  font-size: 18px;
}

.nztech_audience_card p {
  margin: 0;
  color: var(--nztech_muted);
  font-size: 13px;
  line-height: 2;
}


/* =========================================
   FAQ
========================================= */

.nztech_faq {
  max-width: 850px;
  margin: 0 auto;
}

.nztech_faq details {
  margin-bottom: 12px;
  border: 1px solid var(--nztech_border);
  border-radius: 10px;
  background: #fff;
}

.nztech_faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 21px 23px;
  cursor: pointer;
  list-style: none;
  color: var(--nztech_navy);
  font-size: 15px;
  font-weight: 800;
}

.nztech_faq summary::-webkit-details-marker {
  display: none;
}

.nztech_faq summary span {
  flex-shrink: 0;
  color: var(--nztech_gold);
  font-size: 21px;
  font-weight: 400;
}

.nztech_faq details[open] summary span {
  transform: rotate(45deg);
}

.nztech_faq details p {
  margin: 0;
  padding: 0 23px 22px;
  color: var(--nztech_muted);
  font-size: 14px;
  line-height: 2;
}


/* =========================================
   CTA
========================================= */

.nztech_cta {
  padding: 90px 0;
  background: var(--nztech_navy);
}

.nztech_cta_box {
  max-width: 850px;
  margin: 0 auto;
  text-align: center;
}

.nztech_cta_box h2 {
  margin: 0 0 17px;
  color: #fff;
  font-size: 36px;
  font-weight: 850;
  line-height: 1.5;
}

.nztech_cta_box p {
  max-width: 650px;
  margin: 0 auto;
  color: rgba(255,255,255,0.7);
  font-size: 16px;
  line-height: 2;
}

.nztech_btn_gold {
  margin-top: 30px;
  background: var(--nztech_gold);
  color: var(--nztech_navy);
}

.nztech_btn_gold:hover {
  background: #e1c35b;
  color: var(--nztech_navy);
  transform: translateY(-2px);
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1024px) {

  .nztech_hero {
    padding: 85px 0;
  }

  .nztech_hero_grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .nztech_hero_content {
    text-align: center;
  }

  .nztech_hero_content > p {
    margin: 0 auto;
  }

  .nztech_hero_actions {
    justify-content: center;
  }

  .nztech_problem_grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .nztech_process {
    grid-template-columns: repeat(2, 1fr);
  }

  .nztech_output_grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .nztech_audience_grid {
    grid-template-columns: repeat(2, 1fr);
  }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

  .nztech_section {
    padding: 70px 0;
  }

  .nztech_hero {
    padding: 70px 0;
  }

  .nztech_hero_content h1 {
    font-size: 34px;
  }

  .nztech_hero_content > p {
    font-size: 14px;
  }

  .nztech_hero_actions {
    flex-direction: column;
  }

  .nztech_btn {
    width: 100%;
  }

  .nztech_hero_visual {
    min-height: 330px;
  }

  .nztech_system {
    width: 310px;
    height: 310px;
    transform: scale(0.9);
  }

  .nztech_problem_grid,
  .nztech_process,
  .nztech_strategy_grid,
  .nztech_output_grid,
  .nztech_audience_grid {
    grid-template-columns: 1fr;
  }

  .nztech_section_header {
    margin-bottom: 35px;
  }

  .nztech_section_header h2 {
    font-size: 27px;
  }

  .nztech_section_header p {
    font-size: 14px;
  }

  .nztech_process_note {
    display: block;
  }

  .nztech_process_note span {
    display: block;
    margin-top: 8px;
  }

  .nztech_impact_row {
    grid-template-columns: 1fr;
  }

  .nztech_impact_row span:first-child {
    padding-bottom: 7px;
  }

  .nztech_impact_row span:last-child {
    padding-top: 7px;
  }

  .nztech_strategy_box {
    padding: 35px 22px;
  }

  .nztech_strategy_intro h2 {
    font-size: 27px;
  }

  .nztech_cta {
    padding: 70px 0;
  }

  .nztech_cta_box h2 {
    font-size: 28px;
  }

}/* End custom CSS */