/* CSS Document */




















:root {
      --bg: #f4f6f8;
      --surface: #ffffff;
      --surface-soft: #f8fafb;
      --surface-tint: #eef5f6;
      --text: #1f2d35;
      --muted: #5d6c76;
      --line: #d7e0e5;
      --teal: #176c79;
      --teal-dark: #11545d;
      --orange: #d27a36;
      --shadow: 0 16px 40px rgba(24, 47, 58, 0.10);
      --radius: 24px;
    }
    
    .wrap {
      max-width: 1360px;
      margin: 0 auto;
    }
    .brandbar {
      display: flex;
      align-items: center;
      gap: 28px;
      flex-wrap: wrap;
      margin: 28px 0px;;
    }
    .logo {
      font-size: clamp(2.5rem, 4vw, 4rem);
      font-weight: 800;
      line-height: 1;
      letter-spacing: -0.04em;
    }
    .logo .pet { color: var(--teal); }
    .logo .bridge { color: var(--orange); }
    .welcome-chip {
      background: #e9f3f4;
      color: var(--teal);
      padding: 14px 22px;
      border-radius: 999px;
      font-weight: 700;
		font-size:16px;
    }
    .panel {
      background: var(--surface);
      border-radius: 32px;
      box-shadow: var(--shadow);
      padding: 40px;
    }
    .hero {
      display: grid;
      grid-template-columns: minmax(0, 1.8fr) minmax(280px, 0.8fr);
      gap: 24px;
      margin-bottom: 28px;
    }
    .hero-card,
    .prep-card,
    .step,
    .help {
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: linear-gradient(180deg, #ffffff 0%, #fbfcfd 100%);
    }
    .hero-card {
      padding: 32px;
    }
    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      font-size: 0.9rem;
      font-weight: 800;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: var(--teal);
      margin-bottom: 14px;
    }
    .eyebrow::before {
      content: '';
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: var(--orange);
    }
    .hero-card h1 {
      margin: 0 0 12px;
      font-size: clamp(2rem, 4vw, 3.4rem) !important;
      line-height: 1.05;
      letter-spacing: -0.04em;
    }
    .hero-card p,
    .help p,
    .step li,
    .prep-card li {
      color: var(--muted);
      font-size: 1rem;
	  line-height:1.4;
    }
	.step li a {
	  text-decoration:none;
 	}
    .prep-card {
      background: var(--surface-tint);
      padding: 28px;
    }
    .prep-card h2,
    .help h2 {
      margin: 0 0 16px;
      font-size: 1.35rem;
      line-height: 1.2;
    }
    .checklist,
    .step ul {
      list-style: none;
      margin: 0;
      padding: 0;
      display: grid;
      gap: 12px;
    }
    .checklist li,
    .step li {
      position: relative;
      padding-left: 22px;
    }
    .checklist li::before,
    .step li::before {
      content: '';
      position: absolute;
      left: 0;
      top: 0.62em;
      width: 9px;
      height: 9px;
      border-radius: 50%;
      background: var(--orange);
    }
    .steps {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 24px;
      margin-bottom: 28px;
    }
    .step {
      padding: 28px;
      display: flex;
      flex-direction: column;
      min-height: 380px;
    }
    .step-num {
      width: 54px;
      height: 54px;
      display: inline-grid;
      place-items: center;
      border-radius: 50%;
      background: #e8f2f4;
      color: var(--teal);
      font-weight: 800;
      margin-bottom: 18px;
    }
    .step h3 {
      margin: 0 0 14px;
      font-size: 1.35rem;
      line-height: 1.2;
    }
    .step .spacer { flex: 1; }
    .btnrow {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 22px;
    }
    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 44px;
      padding: 0 18px;
      border-radius: 999px;
      font-weight: 700;
      text-decoration: none;
      border: 1px solid transparent;
    }
    .btn-primary {
      background: var(--teal);
      color: #fff;
    }
    .btn-primary:hover,
	.btn-primary:active,
	.btn-primary:focus { 
		background: var(--teal-dark); 
		color:#fff !important; 
		border-radius: 999px !important;
	}
    .btn-secondary {
      background: #fff;
      color: var(--teal);
      border-color: var(--teal);
    }
    .help {
      display: flex;
      justify-content: space-between;
      gap: 24px;
      align-items: center;
      padding: 28px 32px;
      background: var(--surface-soft);
    }
    .help-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      flex-shrink: 0;
    }
    @media (max-width: 980px) {
      .hero,
      .steps,
      .help {
        grid-template-columns: 1fr;
        display: grid;
      }
      .help-actions { justify-content: flex-start; }
    }
    @media (max-width: 640px) {
      body { padding: 20px 14px; }
      .panel { padding: 20px; border-radius: 24px; }
      .hero-card, .prep-card, .step, .help { padding: 22px; }
      .welcome-chip { width: 100%; border-radius: 18px; }
    }























/* blue #1d6372 */
/* orange #bd6e30 */

.petbridge_header {
	overflow: hidden;
}
.petbridge_logo {
	margin: 20px 10px 30px 10px;
  	max-width: 200px;
	float:left;
}
.petbridge_logo img {
	max-width: 100%;
}
.petbridge_tagline {
	float: left;
  	padding-top: 70px;
  	padding-left: 20px;
	color:#1d6372;
}

.petbridge_box {
	border: 1px solid #ccc;
	border-radius: 30px;
	background:#fff;
	padding: 10px 30px;
	box-shadow:5px 5px 20px rgba(0, 0, 0, 0.2);
}
.petbridge_box.petbridge_shortcodes {
	margin-top: -8px;
	padding-bottom:40px;
	overflow:hidden;
}
.petbridge_box.petbridge_shortcodes h3 {
	margin-bottom:4px;
	color:#1d6372;
}
.petbridge_box.petbridge_shortcodes i {
	box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
	background:#fff;
	border-radius:30px;
	padding:10px;
	display:inline-block;
	width:90%;
}
.petbridge_box.petbridge_shortcodes p {
	margin-top:4px;
	margin-bottom:30px;
}
.petbridge_shortcodes_column {
	width:50%;
	float:left;
}
.petbridge_shortcodes_column > div {
	padding:20px;
}


.petbridge_box h1,
.petbridge_box h2 {
	color: #bd6e30;
	font-size: 30px;
	margin-bottom: 40px;
}
.petbridge_box a {
	color: #1d6372;
}

.petbridge_box .petbridge_get_started_list .petbridge_get_started_list_item {
	margin-bottom: 30px;
	overflow:hidden;
}
.petbridge_box .petbridge_get_started_list .petbridge_get_started_list_item_number {
	width:40px;
	float:left;
}
.petbridge_box .petbridge_get_started_list .petbridge_get_started_list_item_number span {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:25px;
  height:25px;
  border-radius:50%;
  color:#1d6372;
  border:2px solid #1d6372;
}
.petbridge_box .petbridge_get_started_list .petbridge_get_started_list_item_text {
}

.petbridge_get_started_need_help {
	font-style: italic;
	margin:60px 0px 20px 0px;
}



/* tabs */
.petbridge_tabs {
	height: 30px;
  	margin-left: 40px;
}
.petbridge_tabs .petbridge_tab {
	float:left;
}
.petbridge_tabs .petbridge_tab a {
	color: #fff;
  	text-decoration: none;
  	border-radius: 15px 15px 0px 0px;
  	background: #a5cbd4;
  	padding: 5px 30px 5px 30px;
  	margin: 0px 5px;
  	font-weight: bold;
}
.petbridge_tabs .petbridge_tab a.active,
.petbridge_tabs .petbridge_tab a:hover {
	background:#1d6372;
}



/* sub tabs */
.petbridge_sub_tabs {
	height: 30px;
}
.petbridge_sub_tabs .petbridge_sub_tab {
	float:left;
}
.petbridge_sub_tabs .petbridge_sub_tab a {
  	text-decoration: none;
  	color: #a5cbd4;
  	padding: 5px 10px 5px 10px;
  	margin: 0px 5px;
  	font-weight: bold;
}
.petbridge_sub_tabs .petbridge_sub_tab a.active,
.petbridge_sub_tabs .petbridge_sub_tab a:hover {
	color:#1d6372l;
	border-bottom:2px solid #1d6372;
}

