/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.7.1781487834
Updated: 2026-06-15 01:43:54
*/

@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;800;900&family=Barlow:wght@400;500;600&family=Barlow+Semi+Condensed:wght@500;600&display=swap');

/*
Shared purchasing-page foundation for any section prefix ending in "v3",
for example: etv3, cbv3, esv3, vv3, ewv3, cwv3, wrv3, hv3.
*/

[class*="v3-wrap"] {
  --p3-black: #111111;
  --p3-charcoal: #1c1c1c;
  --p3-charcoal-2: #232323;
  --p3-steel: #2a2a2a;
  --p3-iron: #3a3a3a;
  --p3-orange: #e86100;
  --p3-orange-deep: #c45200;
  --p3-orange-soft: #fff1e8;
  --p3-kicker-soft: #ffd2bb;
  --p3-mid: #8f8f8f;
  --p3-light: #d7d7d7;
  --p3-rule: #e2e2e2;
  --p3-bg: #f5f5f5;
  --p3-panel-bg: #f3f3f1;
  --p3-process-bg: #ece8e1;
  --p3-white: #ffffff;
  --p3-copy: #555555;
  --p3-copy-dark: #444444;
  --p3-copy-light: #d2d2d2;
  --p3-shadow: 0 8px 26px rgba(0, 0, 0, 0.08);
  --p3-shadow-md: 0 18px 48px rgba(0, 0, 0, 0.18);
  --p3-radius: 4px;
  --p3-font-head: 'Barlow Condensed', 'Arial Narrow', sans-serif;
  --p3-font-body: 'Barlow', Arial, sans-serif;
  --p3-font-semi: 'Barlow Semi Condensed', Arial, sans-serif;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 56px 28px;
  box-sizing: border-box;
  background: var(--p3-bg);
  color: var(--p3-black);
  font-family: var(--p3-font-body);
}

[class*="v3-wrap"] *,
[class*="v3-wrap"] *::before,
[class*="v3-wrap"] *::after {
  box-sizing: border-box;
}

[class*="v3-inner"] {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

[class*="v3-wrap--hero"] {
  padding-top: 34px;
  padding-bottom: 34px;
  background: linear-gradient(180deg, #101010 0%, #191919 100%);
}

[class*="v3-wrap--categories"] {
  background: var(--p3-panel-bg);
}

[class*="v3-wrap--process"] {
  background: var(--p3-process-bg);
}

[class*="v3-wrap--cta"] {
  background: #101010;
}

[class*="v3-hero-left"],
[class*="v3-hero-right"],
[class*="v3-card-main"],
[class*="v3-card-side"],
[class*="v3-cta-card"],
[class*="v3-cta-content"],
[class*="v3-story-card"] {
  position: relative;
  min-width: 0;
  column-count: 1;
  column-gap: 0;
  word-break: normal;
  overflow-wrap: anywhere;
}

[class*="v3-kicker"] {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 12px;
  color: var(--p3-orange);
  font-family: var(--p3-font-semi);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

[class*="v3-kicker"]::before {
  content: '';
  width: 20px;
  height: 3px;
  flex-shrink: 0;
  background: var(--p3-orange);
}

[class$="v3-hero"],
[class*="v3-hero "] {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  align-items: stretch;
  overflow: hidden;
  border: 1px solid #2f2f2f;
  border-radius: var(--p3-radius);
  background: var(--p3-charcoal);
  box-shadow: var(--p3-shadow-md);
}

[class$="v3-hero-left"],
[class*="v3-hero-left "] {
  padding: 64px 64px 58px;
  border-right: 1px solid var(--p3-iron);
}

[class$="v3-hero-right"],
[class*="v3-hero-right "] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0;
  padding: 44px 42px;
  background: linear-gradient(180deg, #111111 0%, #171717 100%);
}

[class*="v3-hero"] h1 {
  max-width: 12ch;
  margin: 0 0 24px;
  color: var(--p3-white) !important;
  font-family: var(--p3-font-head);
  font-size: clamp(48px, 5.5vw, 82px);
  font-weight: 900;
  line-height: 0.97;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  text-wrap: balance;
}

[class*="v3-hero"] h1 em {
  color: var(--p3-orange);
  font-style: normal;
}

[class*="v3-hero"] p {
  max-width: 860px;
  margin: 0 0 14px;
  color: #ababab;
  font-size: 18px;
  line-height: 1.75;
}

[class*="v3-pills"] {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

[class*="v3-pills"] span {
  padding: 9px 14px;
  border: 1px solid #474747;
  border-radius: 2px;
  background: rgba(58, 58, 58, 0.95);
  color: var(--p3-light);
  font-family: var(--p3-font-semi);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

[class*="v3-hero-cta-head"] {
  margin: 0 0 8px;
  color: var(--p3-white) !important;
  font-family: var(--p3-font-head);
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

[class*="v3-hero-cta-sub"] {
  margin: 0 0 24px;
  color: #c3c3c3 !important;
  font-size: 18px;
  line-height: 1.7;
}

[class*="v3-btn-primary"] {
  display: block;
  width: 100%;
  padding: 17px 22px;
  border-radius: 3px;
  background: var(--p3-orange);
  color: var(--p3-white) !important;
  text-align: center;
  text-decoration: none;
  font-family: var(--p3-font-head);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: background 0.2s ease, transform 0.15s ease;
}

[class*="v3-btn-primary"]:hover {
  background: var(--p3-orange-deep);
  transform: translateY(-1px);
}

[class*="v3-btn-outline"] {
  display: block;
  width: 100%;
  margin-top: 10px;
  padding: 14px 22px;
  border: 1.5px solid #565656;
  border-radius: 3px;
  background: transparent;
  color: var(--p3-light) !important;
  text-align: center;
  text-decoration: none;
  font-family: var(--p3-font-head);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

[class*="v3-btn-outline"]:hover {
  border-color: var(--p3-orange);
  background: rgba(232, 97, 0, 0.06);
  color: var(--p3-orange) !important;
}

[class*="v3-hero-rule"] {
  height: 1px;
  margin: 24px 0;
  background: var(--p3-iron);
}

[class*="v3-contact-item"] {
  padding: 13px 0;
  border-bottom: 1px solid var(--p3-iron);
  color: #b8b8b8 !important;
  font-family: var(--p3-font-semi);
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

[class*="v3-contact-item"]:last-child {
  border-bottom: none;
}

[class*="v3-contact-item"] a {
  display: block;
  margin-top: 4px;
  color: var(--p3-white) !important;
  text-decoration: none;
  font-family: var(--p3-font-body);
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: none;
}

[class*="v3-section-head"] {
  margin: 0 0 32px;
}

[class*="v3-section-head"] h2,
[class*="v3-card-main"] h2,
[class*="v3-card-side"] h2,
[class*="v3-cta-card"] h2,
[class*="v3-cta-content"] h2 {
  margin: 0 0 12px;
  font-family: var(--p3-font-head);
  font-size: clamp(34px, 4vw, 58px);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  text-wrap: balance;
}

[class*="v3-section-head"] h2,
[class*="v3-card-main"] h2,
[class*="v3-cta-card"] h2,
[class*="v3-story-body"] h3 {
  color: var(--p3-black);
}

[class*="v3-card-side"] h2,
[class*="v3-card-side"] h3,
[class*="v3-cta-content"] h2,
[class*="v3-cta-content"] h3 {
  color: var(--p3-white) !important;
}

[class*="v3-section-head"] p {
  max-width: 920px;
  margin: 0;
  color: var(--p3-copy);
  font-size: 18px;
  line-height: 1.8;
}

[class*="v3-cats"] {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

[class*="v3-cats"] a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 120px;
  overflow: hidden;
  padding: 22px 20px;
  border: 1px solid var(--p3-rule);
  background: var(--p3-white);
  box-shadow: var(--p3-shadow);
  color: var(--p3-black);
  text-decoration: none;
  transition: background 0.18s ease, border-color 0.18s ease;
}

[class*="v3-cats"] a::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 3px;
  background: transparent;
  transition: background 0.18s ease;
}

[class*="v3-cats"] a:hover {
  border-color: var(--p3-orange);
  background: var(--p3-orange-soft);
}

[class*="v3-cats"] a:hover::before {
  background: var(--p3-orange);
}

[class*="v3-cats"] strong {
  display: block;
  margin-bottom: 8px;
  font-family: var(--p3-font-head);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-wrap: balance;
}

[class*="v3-cats"] span {
  display: block;
  color: var(--p3-mid);
  font-size: 15px;
  line-height: 1.65;
}

[class*="v3-story-grid"] {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

[class*="v3-story-card"] {
  overflow: hidden;
  border: 1px solid var(--p3-rule);
  background: var(--p3-white);
  box-shadow: var(--p3-shadow);
}

[class*="v3-story-card"] img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

[class*="v3-story-body"] {
  padding: 24px 22px;
}

[class*="v3-story-body"] h3 {
  margin: 0 0 12px;
  font-family: var(--p3-font-head);
  font-size: 24px;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

[class*="v3-story-body"] p {
  margin: 0 0 12px;
  color: var(--p3-copy);
  font-size: 16px;
  line-height: 1.8;
}

[class*="v3-story-tag"] {
  display: inline-flex;
  align-items: center;
  margin-top: 6px;
  color: var(--p3-orange);
  font-family: var(--p3-font-semi);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

[class*="v3-two-col"] {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 18px;
  align-items: start;
}

[class*="v3-card-main"],
[class*="v3-card-side"] {
  padding: 38px 34px;
  border: 1px solid var(--p3-rule);
  background: var(--p3-white);
  box-shadow: var(--p3-shadow);
}

[class*="v3-card-side"] {
  border-color: var(--p3-iron);
  background: linear-gradient(180deg, var(--p3-charcoal) 0%, var(--p3-charcoal-2) 100%);
}

[class*="v3-card-main"] h2 {
  margin-bottom: 16px;
  color: var(--p3-black);
  font-size: 38px;
  line-height: 1;
}

[class*="v3-card-side"] h2 {
  margin-bottom: 16px;
  font-size: 34px;
  line-height: 1;
}

[class*="v3-card-main"] h3 {
  display: inline-block;
  margin: 28px 0 14px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--p3-orange);
  color: var(--p3-black);
  font-family: var(--p3-font-head);
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

[class*="v3-card-side"] h3 {
  margin: 24px 0 12px;
  font-family: var(--p3-font-head);
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

[class*="v3-card-main"] p {
  margin: 0 0 14px;
  color: var(--p3-copy-dark);
  font-size: 17px;
  line-height: 1.85;
}

[class*="v3-card-side"] p {
  margin: 0 0 14px;
  color: var(--p3-copy-light) !important;
  font-size: 17px;
  line-height: 1.85;
}

[class*="v3-checklist"] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  margin-top: 14px;
}

[class*="v3-checklist"] div {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 14px;
  border: 1px solid var(--p3-rule);
  background: var(--p3-bg);
  color: var(--p3-black);
  font-family: var(--p3-font-semi);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

[class*="v3-checklist"] div::before {
  content: '';
  width: 8px;
  height: 8px;
  flex-shrink: 0;
  background: var(--p3-orange);
  clip-path: polygon(0 50%, 35% 100%, 100% 10%, 80% 0, 35% 75%, 20% 40%);
}

[class*="v3-link-stack"] {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 16px 0;
}

[class*="v3-link-stack"] a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 16px;
  border: 1px solid #3f3f3f;
  background: var(--p3-steel);
  color: var(--p3-light) !important;
  text-decoration: none;
  font-family: var(--p3-font-semi);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

[class*="v3-link-stack"] a::after {
  content: '->';
  color: var(--p3-orange);
}

[class*="v3-link-stack"] a:hover {
  border-color: #575757;
  background: var(--p3-iron);
  color: var(--p3-white) !important;
}

[class*="v3-cta-wrap"] {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 18px;
  align-items: start;
}

[class*="v3-cta-wrap--single"] {
  grid-template-columns: 1fr;
}

[class*="v3-cta-card"] {
  padding: 36px 34px;
  border: 1px solid var(--p3-rule);
  background: var(--p3-white);
  box-shadow: var(--p3-shadow);
}

[class*="v3-cta-card"] h2 {
  margin: 0 0 6px;
  color: var(--p3-black);
  font-size: 34px;
}

[class*="v3-cta-card"] p {
  margin: 0 0 18px;
  color: var(--p3-copy);
  font-size: 17px;
  line-height: 1.85;
}

[class*="v3-form-small"] {
  margin-top: 10px;
  color: var(--p3-mid);
  font-family: var(--p3-font-semi);
  font-size: 14px;
  line-height: 1.75;
  letter-spacing: 0.03em;
}

[class*="v3-form-small"] strong {
  color: var(--p3-black);
}

[class*="v3-cta-content"] {
  padding: 40px 36px;
  border: 1px solid var(--p3-iron);
  background: linear-gradient(180deg, var(--p3-charcoal) 0%, var(--p3-charcoal-2) 100%);
  box-shadow: var(--p3-shadow);
}

[class*="v3-cta-content"] h2 {
  margin: 0 0 18px;
  font-size: 42px;
  line-height: 0.97;
}

[class*="v3-cta-content"] p {
  margin: 0 0 14px;
  color: var(--p3-copy-light) !important;
  font-size: 17px;
  line-height: 1.85;
}

[class*="v3-cta-content"] h3 {
  margin: 28px 0 10px;
  font-family: var(--p3-font-head);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

[class*="v3-feat-links"] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

[class*="v3-feat-links"] a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  border: 1px solid #3a3a3a;
  background: var(--p3-steel);
  color: var(--p3-light) !important;
  text-decoration: none;
  font-family: var(--p3-font-semi);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

[class*="v3-feat-links"] a::after {
  content: '->';
  color: var(--p3-orange);
}

[class*="v3-feat-links"] a:hover {
  border-color: #575757;
  background: var(--p3-iron);
  color: var(--p3-white) !important;
}

@media (max-width: 1200px) {
  [class*="v3-wrap"] {
    padding: 48px 24px;
  }

  [class$="v3-hero"],
  [class*="v3-hero "] {
    grid-template-columns: minmax(0, 1fr) 360px;
  }

  [class$="v3-hero-left"],
  [class*="v3-hero-left "] {
    padding: 52px 46px 48px;
  }

  [class$="v3-hero-right"],
  [class*="v3-hero-right "] {
    padding: 40px 32px;
  }

  [class*="v3-card-main"],
  [class*="v3-card-side"],
  [class*="v3-cta-card"],
  [class*="v3-cta-content"] {
    padding: 32px 28px;
  }
}

@media (max-width: 1080px) {
  [class*="v3-cats"] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  [class*="v3-story-grid"] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  [class*="v3-hero"] h1 {
    font-size: clamp(44px, 5vw, 68px);
  }

  [class*="v3-card-main"] h2,
  [class*="v3-card-side"] h2,
  [class*="v3-cta-card"] h2,
  [class*="v3-cta-content"] h2 {
    font-size: 32px;
  }
}

@media (max-width: 900px) {
  [class*="v3-wrap"] {
    padding: 36px 18px;
  }

  [class$="v3-hero"],
  [class*="v3-hero "] {
    grid-template-columns: 1fr;
  }

  [class$="v3-hero-left"],
  [class*="v3-hero-left "] {
    padding: 40px 32px 34px;
    border-right: 0;
    border-bottom: 1px solid var(--p3-iron);
  }

  [class$="v3-hero-right"],
  [class*="v3-hero-right "] {
    padding: 30px 32px;
  }

  [class*="v3-two-col"],
  [class*="v3-cta-wrap"] {
    grid-template-columns: 1fr;
  }

  [class*="v3-cats"] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  [class*="v3-story-grid"] {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  [class*="v3-wrap"] {
    padding: 32px 16px;
  }

  [class*="v3-wrap--hero"] {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  [class$="v3-hero-left"],
  [class*="v3-hero-left "],
  [class$="v3-hero-right"],
  [class*="v3-hero-right "],
  [class*="v3-card-main"],
  [class*="v3-card-side"],
  [class*="v3-cta-card"],
  [class*="v3-cta-content"] {
    padding: 28px 24px;
  }

  [class*="v3-hero"] h1 {
    max-width: none;
    font-size: clamp(40px, 9vw, 56px);
    line-height: 0.98;
  }

  [class*="v3-section-head"] h2,
  [class*="v3-card-main"] h2,
  [class*="v3-card-side"] h2,
  [class*="v3-cta-card"] h2,
  [class*="v3-cta-content"] h2 {
    font-size: 30px;
  }

  [class*="v3-cats"] a {
    min-height: 0;
    padding: 20px 18px;
  }

  [class*="v3-story-body"] {
    padding: 20px 18px;
  }

  [class*="v3-story-body"] h3 {
    font-size: 22px;
  }

  [class*="v3-checklist"] {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  [class*="v3-link-stack"] a,
  [class*="v3-feat-links"] a {
    padding: 15px 16px;
  }
}

@media (max-width: 600px) {
  [class*="v3-wrap"] {
    padding: 28px 14px;
  }

  [class$="v3-hero-left"],
  [class*="v3-hero-left "],
  [class$="v3-hero-right"],
  [class*="v3-hero-right "],
  [class*="v3-card-main"],
  [class*="v3-card-side"],
  [class*="v3-cta-card"],
  [class*="v3-cta-content"] {
    padding: 24px 18px;
  }

  [class*="v3-kicker"] {
    font-size: 12px;
    letter-spacing: 0.16em;
  }

  [class*="v3-kicker"]::before {
    width: 16px;
  }

  [class*="v3-hero"] h1 {
    font-size: 42px;
  }

  [class*="v3-hero"] p,
  [class*="v3-section-head"] p,
  [class*="v3-card-main"] p,
  [class*="v3-card-side"] p,
  [class*="v3-cta-card"] p,
  [class*="v3-cta-content"] p {
    font-size: 16px;
  }

  [class*="v3-pills"] {
    flex-direction: column;
    align-items: stretch;
  }

  [class*="v3-pills"] span {
    width: 100%;
    text-align: center;
  }

  [class*="v3-cats"],
  [class*="v3-checklist"] {
    grid-template-columns: 1fr;
  }

  [class*="v3-section-head"] h2 {
    font-size: 30px;
  }

  [class*="v3-contact-item"] a {
    font-size: 16px;
  }

  [class*="v3-link-stack"] a,
  [class*="v3-feat-links"] a {
    font-size: 14px;
    letter-spacing: 0.04em;
  }
}

@media (max-width: 480px) {
  [class*="v3-wrap"] {
    padding: 24px 12px;
  }

  [class*="v3-hero"] h1 {
    font-size: 36px;
  }

  [class*="v3-section-head"] h2,
  [class*="v3-card-main"] h2,
  [class*="v3-card-side"] h2,
  [class*="v3-cta-card"] h2,
  [class*="v3-cta-content"] h2 {
    font-size: 26px;
  }

  [class*="v3-hero-cta-head"] {
    font-size: 24px;
  }

  [class*="v3-btn-primary"] {
    padding: 15px 16px;
    font-size: 17px;
  }

  [class*="v3-btn-outline"] {
    padding: 13px 16px;
    font-size: 15px;
  }

  [class*="v3-cats"] strong {
    font-size: 18px;
  }

  [class*="v3-cats"] span,
  [class*="v3-story-body"] p,
  [class*="v3-checklist"] div,
  [class*="v3-link-stack"] a,
  [class*="v3-feat-links"] a,
  [class*="v3-form-small"] {
    font-size: 14px;
  }
}

/*
Shared state-page styles for pages using the legacy .state-* block structure.
This standardizes all state pages on the stronger v2 visual system.
*/

.state-wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 56px 24px;
  color: #182432;
  font-family: Helvetica, Arial, sans-serif;
}

.state-card {
  position: relative;
  overflow: hidden;
  padding: 52px 40px;
  border: 1px solid #274866;
  border-radius: 30px;
  background: linear-gradient(145deg, #0f2238 0%, #173756 62%, #215173 100%);
  box-shadow: 0 24px 70px rgba(8, 21, 36, 0.22);
  color: #f5f7fb;
}

.state-card::before {
  content: "";
  position: absolute;
  right: -120px;
  top: -120px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0) 68%);
}

.state-card::after {
  content: "";
  position: absolute;
  left: 40px;
  right: 40px;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 18%, rgba(255, 255, 255, 0.2) 82%, rgba(255, 255, 255, 0) 100%);
}

.state-hero {
  background: linear-gradient(145deg, #0f2238 0%, #173756 62%, #215173 100%);
}

.state-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  color: #ffd27c;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.state-kicker::before {
  content: "";
  width: 34px;
  height: 1px;
  background: #ffd27c;
  opacity: 0.9;
}

.state-card h1 {
  max-width: 940px;
  margin: 0 0 18px;
  color: #ffffff;
  font-size: clamp(36px, 5vw, 62px);
  line-height: 0.98;
}

.state-card p {
  max-width: 940px;
  margin: 0 0 16px;
  color: rgba(245, 247, 251, 0.88);
  font-size: 18px;
  line-height: 1.9;
}

.state-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px;
}

.state-grid div {
  padding: 15px 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(4px);
  color: #ffffff;
  font-weight: 700;
}

.state-note {
  margin-top: 18px;
  color: rgba(245, 247, 251, 0.72);
  font-size: 14px;
  line-height: 1.75;
}

.state-callrow {
  margin-top: 28px;
}

.state-callrow a {
  display: block;
  width: 100%;
  padding: 18px 24px;
  border-radius: 18px;
  background: linear-gradient(135deg, #ffd27c 0%, #f3a53a 100%);
  box-shadow: 0 14px 30px rgba(243, 165, 58, 0.26);
  color: #10243b;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  font-weight: 800;
}

.state-contactrow {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 14px;
}

.state-contactrow a {
  display: block;
  padding: 14px 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
}

.state-layout {
  display: grid;
  grid-template-columns: 1fr;
  align-items: start;
  gap: 24px;
}

.state-main,
.state-side {
  padding: 34px;
  border-radius: 26px;
}

.state-main {
  border: 1px solid #dde6ef;
  background: #ffffff;
  box-shadow: 0 16px 40px rgba(13, 28, 45, 0.08);
}

.state-side {
  position: relative;
  overflow: hidden;
  border: 1px solid #eddcc2;
  background: linear-gradient(180deg, #fff7e8 0%, #fffdf9 100%);
  box-shadow: 0 16px 40px rgba(68, 41, 6, 0.08);
}

.state-side::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 8px;
  background: linear-gradient(180deg, #d97706 0%, #f3a53a 100%);
}

.state-main h2,
.state-side h2 {
  margin: 0 0 16px;
  color: #122033;
  font-size: 34px;
  line-height: 1.08;
}

.state-main h3,
.state-side h3 {
  margin: 28px 0 14px;
  color: #122033;
  font-size: 23px;
  line-height: 1.18;
}

.state-main p,
.state-side p {
  margin: 0 0 14px;
  color: #314155;
  font-size: 18px;
  line-height: 1.88;
}

.state-side h2 {
  margin-bottom: 12px;
  padding-right: 12px;
  font-size: 30px;
}

.state-side p {
  color: #4a5568;
  font-size: 17px;
  line-height: 1.78;
}

.state-citylist {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.state-citylist div {
  padding: 13px 14px;
  border: 1px solid #dde7ef;
  border-radius: 14px;
  background: linear-gradient(180deg, #f8fbff 0%, #eef4f8 100%);
  color: #213246;
  font-size: 15px;
  font-weight: 700;
}

.state-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 20px 0 18px;
}

.state-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 12px 14px;
  border: 1px solid #e7d7c4;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(120, 74, 17, 0.08);
  color: #9a3412;
  text-align: center;
  text-decoration: none;
  font-weight: 800;
}

.state-form {
  display: grid;
  gap: 12px;
  margin-top: 12px;
}

.state-form input,
.state-form textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #d7dee6;
  border-radius: 14px;
  background: #ffffff;
  color: #111827;
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
}

.state-form textarea {
  min-height: 140px;
  resize: vertical;
}

.state-form button {
  padding: 15px 22px;
  border: none;
  border-radius: 999px;
  background: linear-gradient(135deg, #b45309 0%, #d97706 100%);
  box-shadow: 0 12px 26px rgba(180, 83, 9, 0.2);
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
}

.state-small {
  margin-top: 4px;
  color: #6b7280;
  font-size: 13px;
  line-height: 1.75;
}

@media (max-width: 900px) {
  .state-wrap {
    padding: 40px 18px;
  }

  .state-card,
  .state-main,
  .state-side {
    padding: 30px 22px;
  }

  .state-citylist {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .state-links {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .state-card h1 {
    font-size: 34px;
  }

  .state-main h2,
  .state-side h2 {
    font-size: 28px;
  }

  .state-card p,
  .state-main p,
  .state-side p {
    font-size: 17px;
  }

  .state-grid,
  .state-citylist,
  .state-contactrow {
    grid-template-columns: 1fr;
  }

  .state-callrow a {
    padding: 16px 18px;
    font-size: 18px;
  }
}

/*
Shared city-page styles for pages using the legacy .city-* block structure.
These mirror the repeated inline city CSS so the page-level <style> blocks can be removed.
*/

.city-wrap {
  max-width: 1140px;
  margin: 0 auto;
  padding: 48px 24px;
  color: #1f2937;
  font-family: Arial, sans-serif;
}

.city-card {
  padding: 46px 36px;
  border: 1px solid #e5e7eb;
  border-radius: 24px;
  background: #ffffff;
}

.city-hero {
  background: linear-gradient(135deg, #f7f4ed 0%, #ffffff 100%);
}

.city-kicker {
  display: inline-block;
  margin-bottom: 14px;
  color: #9a3412;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.city-card h1 {
  margin: 0 0 16px;
  color: #111827;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.02;
}

.city-card p {
  margin: 0 0 16px;
  font-size: 18px;
  line-height: 1.85;
}

.city-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.city-grid div {
  padding: 14px 16px;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  background: #ffffff;
  font-weight: 600;
}

.city-note {
  margin-top: 16px;
  color: #6b7280;
  font-size: 14px;
  line-height: 1.7;
}

.city-callrow {
  margin-top: 26px;
}

.city-callrow a {
  display: block;
  width: 100%;
  padding: 18px 24px;
  border-radius: 18px;
  background: #9a3412;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
}

.city-contactrow {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 14px;
}

.city-contactrow a {
  display: block;
  padding: 14px 18px;
  border: 1px solid #d6d3d1;
  border-radius: 16px;
  background: #ffffff;
  color: #9a3412;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
}

.city-layout {
  display: grid;
  grid-template-columns: 1fr;
  align-items: start;
  gap: 20px;
}

.city-main,
.city-side {
  padding: 30px;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  background: #ffffff;
}

.city-side {
  position: relative;
  overflow: hidden;
  border-color: #eadfce;
  background: linear-gradient(135deg, #f7f4ed 0%, #fffaf3 100%);
}

.city-side::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 6px;
  background: linear-gradient(180deg, #9a3412 0%, #f59e0b 100%);
}

.city-main h2,
.city-side h2 {
  margin: 0 0 16px;
  color: #111827;
  font-size: 32px;
  line-height: 1.15;
}

.city-main h3,
.city-side h3 {
  margin: 26px 0 14px;
  color: #111827;
  font-size: 22px;
  line-height: 1.2;
}

.city-main p,
.city-side p {
  margin: 0 0 14px;
  font-size: 18px;
  line-height: 1.85;
}

.city-side h2 {
  margin-bottom: 12px;
  padding-right: 12px;
  font-size: 28px;
}

.city-side p {
  font-size: 17px;
  line-height: 1.75;
}

.city-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
}

.city-list div {
  padding: 12px 14px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #f9fafb;
  font-size: 15px;
  font-weight: 600;
}

.city-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 18px 0;
}

.city-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 12px 14px;
  border: 1px solid #e7d7c4;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.92);
  color: #9a3412;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
}

.city-small {
  margin-top: 2px;
  color: #6b7280;
  font-size: 13px;
  line-height: 1.7;
}

@media (max-width: 900px) {
  .city-wrap {
    padding: 36px 18px;
  }

  .city-card,
  .city-main,
  .city-side {
    padding: 28px 20px;
  }

  .city-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .city-links {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .city-card h1 {
    font-size: 34px;
  }

  .city-main h2,
  .city-side h2 {
    font-size: 28px;
  }

  .city-card p,
  .city-main p,
  .city-side p {
    font-size: 17px;
  }

  .city-grid,
  .city-list,
  .city-contactrow {
    grid-template-columns: 1fr;
  }

  .city-callrow a {
    padding: 16px 18px;
    font-size: 18px;
  }
}
