/*
Theme Name: Anti-Weaponization Elementor
Theme URI:
Author: Exults
Description: Elementor-ready dynamic theme using the Anti-Weaponization Fund visual system.
Version: 1.0.4
Requires at least: 6.0
Tested up to: 6.5
Text Domain: anti-weaponization-elementor
*/

:root {
    --awf-navy: #062e63;
    --awf-navy-deep: #05264f;
    --awf-gold: #d6a22a;
    --awf-ink: #123055;
    --awf-body: #3e536c;
    --awf-soft: #f2f7fd;
    --awf-line: #cfd9e6;
    --awf-white: #ffffff;
    --awf-shadow: 0 10px 24px rgba(6, 46, 99, 0.13);
  }
  
  html {
    scroll-behavior: smooth;
    max-width: 100%;
    overflow-x: hidden;
  }
  
  body {
    margin: 0;
    max-width: 100%;
    overflow-x: hidden;
    background: var(--awf-white);
    color: var(--awf-ink);
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.35;
    letter-spacing: 0;
  }
  
  a {
    color: inherit;
  }
  
  .awf-page * {
    box-sizing: border-box;
  }
  
  .awf-page {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    min-height: 100vh;
    margin: 0;
    background: var(--awf-white);
  }
  
  .awf-wrap {
    width: min(100% - 72px, 1180px);
    max-width: 100%;
    margin: 0 auto;
  }

  .awf-page img,
  .awf-page video,
  .awf-page iframe {
    max-width: 100%;
  }

  .awf-page iframe {
    display: block;
  }

  .awf-elementor-main,
  .awf-elementor-content,
  .awf-elementor-wrap,
  .awf-page .elementor,
  .awf-page .elementor-section,
  .awf-page .elementor-container,
  .awf-page .elementor-column,
  .awf-page .elementor-widget-wrap,
  .awf-page .e-con {
    max-width: 100%;
    min-width: 0;
  }

  .awf-page .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: min(100%, var(--container-max-width, 1180px));
  }
  
  .awf-site-header {
    min-height: 84px;
    background: var(--awf-white);
    display: flex;
    align-items: center;
    border-bottom: 1px solid #edf1f6;
  }
  
  .awf-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
  }
  
  .awf-brand {
    display: block;
    width: 237px;
    color: var(--awf-navy);
    text-decoration: none;
  }
  
  .awf-brand-logo {
    width: 237px;
    height: auto;
    display: block;
  }

  .awf-brand-name {
    display: block;
    max-width: 100%;
    font-size: 1.1rem;
    font-weight: 800;
    line-height: 1.1;
    color: var(--awf-navy);
    overflow-wrap: anywhere;
  }
  
  .awf-primary-nav {
    min-width: 0;
  }

  .awf-nav-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 3px;
    background: transparent;
    cursor: pointer;
    color: var(--awf-navy);
  }

  .awf-nav-toggle:focus-visible {
    outline: 2px solid var(--awf-gold);
    outline-offset: 2px;
  }

  .awf-nav-toggle-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: currentColor;
    transition: transform 0.2s ease, opacity 0.2s ease;
  }

  .awf-site-header.is-menu-open .awf-nav-toggle-bar:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .awf-site-header.is-menu-open .awf-nav-toggle-bar:nth-child(2) {
    opacity: 0;
  }

  .awf-site-header.is-menu-open .awf-nav-toggle-bar:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
  .awf-nav-links a.is-active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background: var(--awf-gold);
  }

  .awf-nav-links .current-menu-item > a::after,
  .awf-nav-links .current-menu-ancestor > a::after,
  .awf-nav-links .current-menu-parent > a::after,
  .awf-nav-links .current_page_item > a::after,
  .awf-nav-links .current_page_parent > a::after,
  .awf-nav-links .current_page_ancestor > a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
   
  }
  .awf-nav-links {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 20px;
    color: #071b3b;
    font-size: 0.78rem;
    font-weight: 800;
  }
  
  .awf-nav-links li {
    display: flex;
    align-items: center;
  }
  
  .awf-nav-links a {
    position: relative;
    padding: 12px 0;
    text-decoration: none;
    white-space: nowrap;
    border-bottom: 3px solid transparent;
  }

  body.home .awf-nav-links a,
  body.front-page .awf-nav-links a {
    border-bottom-color: transparent;
  }

  body.home .awf-nav-links a::after,
  body.front-page .awf-nav-links a::after {
    display: none;
  }

  body.home .awf-nav-links a.is-active,
  body.front-page .awf-nav-links a.is-active {
    border-bottom-color: var(--awf-gold);
  }
   
  .awf-hero {
    position: relative;
    min-height: 370px;
    overflow: hidden;
    background: var(--awf-white);
  }
  
  .awf-hero-grid {
    min-height: 370px;
    display: grid;
    grid-template-columns: minmax(0, 54%) minmax(0, 46%);
    align-items: stretch;
    position: relative;
  }
  
   
  
  .awf-hero h1 {
    max-width: 586px;
    margin: 0 0 9px;
    color: var(--awf-navy);
    font-size: 2.24rem;
    line-height: 1.05;
    font-weight: 900;
    letter-spacing: 0;
      padding-top: 30px;
    overflow-wrap: anywhere;
  }
  
  .awf-hero h2, .awf-hero h3 {
      max-width: 586px;
      margin: 0;
      color: var(--awf-navy);
      line-height: 1.3em;
      font-weight: 900;
      letter-spacing: 0;
      overflow-wrap: anywhere;
  }
  .awf-hero h2 {font-size: 1.5em; padding-top: 10px}
  .awf-hero h3.awf-gold-line {
    font-size: 1.35em;
    padding: 15px 0;
    color: var(--awf-gold);
  }

  .awf-hero-grid--no-image {
    grid-template-columns: minmax(0, 1fr);
  }

  .awf-hero-content,
  .awf-hero-content h4 {
    max-width: 586px;
    margin: 0 0 18px;
    color: #344b65;
    font-size: 1rem;
    line-height: 1.45;
    font-weight: 600;
  }

  .awf-hero-content > *:first-child {
    margin-top: 0;
  }

  .awf-hero-content > *:last-child {
    margin-bottom: 0;
  }

  .awf-hero-disclaimer {
    max-width: 586px;
    margin: 0 0 12px;
    color: #344b65;
    font-size: 0.9rem;
    line-height: 1.45;
  }

  .awf-hero-disclaimer:last-child {
    margin-bottom: 0;
  }

  .awf-hero-disclaimer p {
    margin: 0 0 10px;
  }

  .awf-hero-disclaimer p:last-child {
    margin-bottom: 0;
  }

  .awf-hero-disclaimer-primary {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
    color: #062e63;
    font-size: 0.76rem;
    line-height: 1.35;
    font-weight: 500;
  }

  .awf-hero-disclaimer-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
  }

  .awf-hero-disclaimer-icon svg {
    width: 20px;
    height: 20px;
    color: var(--awf-navy);
  }

  .awf-hero-disclaimer-copy {
    flex: 1;
    min-width: 0;
  }

  .awf-hero-disclaimer-copy p {
    display: inline;
    margin: 0;
  }

  .awf-hero-disclaimer-copy strong {
    font-weight: 900;
  }

  .awf-hero-disclaimer-secondary {
    font-size: 0.85rem;
  }
  
  .awf-hero-copy p {
    max-width: 455px;
    margin: 0 0 18px;
    color: #344b65;
    font-size: 0.95rem;
    line-height: 1.35;
    font-weight: 600;
  }
  
  .awf-page.is-inner-page .awf-hero {
    overflow: visible;
  }

  .awf-inner-hero-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 12px;
    margin-top: 20px;
    max-width: 100%;
  }

  .awf-inner-hero-actions .awf-button {
    flex: 0 0 auto;
  }

  .awf-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 16px;
  }
  
  .awf-button {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 3px;
    padding: 11px 18px;
    border: 2px solid transparent;
    font-size: 0.85rem;
    font-weight: 800;
    text-decoration: none;
  }
  
  .awf-button svg {
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
  }
  
  .awf-button-primary {
    background: var(--awf-navy);
    color: var(--awf-white);
  }
  
  .awf-button-outline {
    background: var(--awf-white);
    color: var(--awf-navy);
    border-color: #123866;
  }

  .awf-button-doj-fund {
    /* background: #e8f1fa; */
    color: var(--awf-navy);
    border: 2px solid #123866;
  }

  .awf-button-doj-fund:hover,
  .awf-button-doj-fund:focus-visible {
    background: #d9e8f8;
    color: var(--awf-navy-deep);
  }
  
  .awf-trust-note {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    color: #4b6078;
    font-size: 0.78rem;
    font-weight: 800;
  }
  
  .awf-trust-note svg {
    width: 18px;
    height: 18px;
    color: var(--awf-navy);
    flex: 0 0 auto;
  }
  
  .awf-hero-art {
    position: relative;
    width: 100%;
    min-width: 0;
    height: 100%;
    z-index: 1;
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
    align-items: stretch;
  }
  .awf-contact-card .awf-contact-disclaimer {
    margin: 14px 0 0;
    padding-top: 12px;
    border-top: 1px solid #d8e1ea;
    color: #4f657e;
    font-size: 0.68rem;
    line-height: 1.38;
    font-weight: 500;
  }
  .awf-site-footer {
    background: var(--awf-navy);
    color: var(--awf-white);
    padding: 10px 0 20px;
    overflow: hidden;
  }
  .awf-hero-art::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    z-index: 2;
    width: 28%;
    background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.9) 28%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
  }
  
  .awf-hero-art img {
    width: auto;
    height: 100%;
    min-height: 0;
    max-width: none;
    object-fit: contain;
    object-position: right bottom;
    display: block;
  }
  
  .awf-fund-glance {
    background: var(--awf-navy);
    color: var(--awf-white);
    padding: 26px 0 32px;
    border-top: 2px solid var(--awf-gold);
  }
  
  .awf-section-title {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    gap: 26px;
    margin: 0 0 24px;
    color: var(--awf-navy);
    text-align: center;
    text-transform: uppercase;
    font-size: 1.38rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    overflow-wrap: anywhere;
  }
  
  .awf-section-title::before,
  .awf-section-title::after {
    content: "";
    height: 2px;
    background: var(--awf-gold);
  }
  
  .awf-fund-glance .awf-section-title {
    max-width: 780px;
    margin: 0 auto 26px;
    color: var(--awf-white);
  }
  
  .awf-glance-grid,
  .awf-audience-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  
  .awf-glance-item {
    min-height: 156px;
    padding: 0 42px;
    display: grid;
    justify-items: center;
    align-content: start;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.45);
  }
  
  .awf-glance-item:last-child,
  .awf-audience-item:last-child {
    border-right: 0;
  }
  
  .awf-circle-icon {
    width: 82px;
    height: 82px;
    margin-bottom: 19px;
    border: 3px solid var(--awf-gold);
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: var(--awf-gold);
  }
  
  .awf-circle-icon svg {
    width: 45px;
    height: 45px;
  }
  
  .awf-glance-item p {
    margin: 0;
    max-width: 205px;
    color: rgba(255, 255, 255, 0.95);
    font-size: 1rem;
    line-height: 1.35;
  }
  
  .awf-audience {
    padding: 28px 0 34px;
    background: var(--awf-white);
  }
  
  .awf-audience-grid {
    gap: 0;
  }
  
  .awf-audience-item {
    min-height: 156px;
    padding: 0 50px;
    display: grid;
    justify-items: center;
    align-content: start;
    text-align: center;
    border-right: 1px solid #b9c5d2;
  }
  
  .awf-solid-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 17px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: var(--awf-white);
    background: var(--awf-navy);
    box-shadow: inset 0 0 0 4px #153d70;
  }
  
  .awf-solid-icon svg {
    width: 42px;
    height: 42px;
  }
  
  .awf-audience-item p {
    margin: 0;
    color: #071b3b;
    font-size: 1rem;
    line-height: 1.35;
  }
  
  .awf-process {
    padding: 24px 0 34px;
    background: var(--awf-soft);
  }
  
  .awf-process-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(128px, 1fr));
    gap: 10px;
    position: relative;
  }
  
  .awf-process-steps::before {
    content: "";
    position: absolute;
    top: 42px;
    left: 7%;
    right: 7%;
    border-top: 3px dotted var(--awf-gold);
    opacity: 0.8;
  }
  
  .awf-step {
    position: relative;
    display: grid;
    justify-items: center;
    text-align: center;
    z-index: 1;
  }
  
  .awf-step-icon {
    position: relative;
    width: 92px;
    height: 92px;
    margin-bottom: 24px;
    border: 7px solid var(--awf-white);
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: var(--awf-white);
    background: var(--awf-navy);
    box-shadow: 0 7px 17px rgba(6, 46, 99, 0.22);
  }
  
  .awf-step-icon svg {
    width: 42px;
    height: 42px;
  }
  
  .awf-step-number {
    position: absolute;
    left: 50%;
    bottom: -18px;
    width: 32px;
    height: 32px;
    transform: translateX(-50%);
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--awf-gold);
    color: var(--awf-white);
    font-size: 1rem;
    font-weight: 900;
  }
  
  .awf-step p {
    margin: 0;
    max-width: 135px;
    color: #071b3b;
    font-size: 0.92rem;
    line-height: 1.28;
  }
  
  .awf-bottom-panels {
    padding: 0 0 24px;
    background: var(--awf-soft);
  }
  .awf-panel-grid-two {
    max-width: 860px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
   
  
  .awf-panel {
    overflow: hidden;
    border: 1px solid #d7e1eb;
    border-radius: 8px;
    background: var(--awf-white);
    box-shadow: var(--awf-shadow);
  }
  
  .awf-panel-heading {
    min-height: 62px;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 0 22px;
    background: var(--awf-navy);
    color: var(--awf-white);
    text-transform: uppercase;
    font-size: 1.18rem;
    font-weight: 900;
    letter-spacing: 0.04em;
  }
  
  .awf-panel-heading.awf-gold {
    background: var(--awf-gold);
  }
  
  .awf-panel-heading svg {
    width: 31px;
    height: 31px;
    flex: 0 0 auto;
  }
  
  .awf-check-list {
    margin: 0;
    padding: 27px 26px 27px;
    list-style: none;
    display: grid;
    gap: 15px;
  }
  
  .awf-check-list li {
    display: flex;
    gap: 13px;
    color: #071b3b;
    font-size: 0.96rem;
    line-height: 1.3;
  }
  
  .awf-check-list li::before {
    content: "✓";
    color: var(--awf-gold);
    font-weight: 900;
    flex: 0 0 auto;
  }
  
  .awf-deadline-card {
    padding: 28px 34px 31px;
    text-align: center;
  }
  
  .awf-date-row {
    display: inline-grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 18px;
    margin-bottom: 24px;
    color: var(--awf-navy);
    text-align: left;
  }
  
  .awf-date-row svg {
    width: 76px;
    height: 76px;
    color: var(--awf-navy);
  }
  
  .awf-date-label {
    display: block;
    font-size: 1.08rem;
    font-weight: 900;
    text-transform: uppercase;
  }
  
  .awf-date-value {
    display: block;
    font-size: 2.38rem;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0;
  }
  
  .awf-deadline-card p {
    margin: 0 auto 23px;
    max-width: 298px;
    color: #071b3b;
    font-size: 1.08rem;
    line-height: 1.38;
  }
  
  .awf-deadline-note {
    display: flex;
    align-items: flex-start;
    gap: 17px;
    padding-top: 24px;
    border-top: 2px solid #d6a22a;
    text-align: left;
    color: #071b3b;
    font-size: 0.96rem;
    line-height: 1.35;
  }
  
  .awf-deadline-note svg {
    width: 34px;
    height: 34px;
    color: var(--awf-navy);
    flex: 0 0 auto;
  }
  
  .awf-contact-card {
    padding: 25px 27px 30px;
  }
  
  .awf-contact-card p {
    margin: 0 0 18px;
    color: #071b3b;
    font-size: 0.96rem;
    line-height: 1.34;
  }
  
  .awf-contact-form {
    display: grid;
    gap: 13px;
  }
  
  .awf-contact-form label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }
  
  .awf-contact-form input,
  .awf-contact-form textarea {
    width: 100%;
    min-height: 44px;
    border: 1px solid #969da7;
    border-radius: 3px;
    padding: 11px 13px;
    color: #071b3b;
    background: var(--awf-white);
    font: inherit;
    font-size: 0.96rem;
  }
  
  .awf-contact-form textarea {
    min-height: 68px;
    resize: vertical;
  }
  
  .awf-contact-form input:focus,
  .awf-contact-form textarea:focus {
    outline: 3px solid rgba(214, 162, 42, 0.25);
    border-color: var(--awf-gold);
  }
  
  .awf-contact-form button {
    min-height: 50px;
    border: 0;
    border-radius: 3px;
    background: var(--awf-navy);
    color: var(--awf-white);
    font: inherit;
    font-size: 1rem;
    font-weight: 900;
    cursor: pointer;
  }
  
  .awf-gravity-form .gform_wrapper,
  .awf-gravity-form form {
    margin: 0;
  }
  
  .awf-gravity-form .gform_fields,
  .awf-gravity-form .gform-body,
  .awf-gravity-form .gform_body {
    display: grid;
    gap: 13px;
  }
  
  .awf-gravity-form .gfield {
    margin: 0;
    padding: 0;
  }
  
  .awf-gravity-form .gfield_label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }
  
  .awf-gravity-form input[type="text"],
  .awf-gravity-form input[type="email"],
  .awf-gravity-form input[type="tel"],
  .awf-gravity-form input[type="url"],
  .awf-gravity-form input[type="number"],
  .awf-gravity-form textarea,
  .awf-gravity-form select {
    width: 100%;
    min-height: 44px;
    border: 1px solid #969da7;
    border-radius: 3px;
    padding: 11px 13px;
    color: #071b3b;
    background: var(--awf-white);
    font: inherit;
    font-size: 0.96rem;
    appearance: none;
  }

  .gform_wrapper input[type="text"],
  .gform_wrapper input[type="email"],
  .gform_wrapper input[type="tel"],
  .gform_wrapper input[type="url"],
  .gform_wrapper input[type="number"],
  .gform_wrapper textarea,
  .gform_wrapper select {
    border-color: #969da7;
    outline: 0;
  }
  
  .awf-gravity-form textarea {
    min-height: 68px;
    resize: vertical;
  }
  
  .awf-gravity-form input:focus,
  .awf-gravity-form textarea:focus,
  .awf-gravity-form select:focus,
  .gform_wrapper input[type="text"]:focus,
  .gform_wrapper input[type="email"]:focus,
  .gform_wrapper input[type="tel"]:focus,
  .gform_wrapper input[type="url"]:focus,
  .gform_wrapper input[type="number"]:focus,
  .gform_wrapper textarea:focus,
  .gform_wrapper select:focus {
    border-color: #969da7; /* normal border same rahega */
    box-shadow: none !important;
    outline: none !important;
  }

  .gform_wrapper input:-webkit-autofill,
  .gform_wrapper input:-webkit-autofill:hover,
  .gform_wrapper input:-webkit-autofill:focus {
    -webkit-text-fill-color: #071b3b;
    box-shadow: 0 0 0 1000px var(--awf-white) inset;
    border-color: #969da7;
    transition: background-color 9999s ease-out 0s;
  }
  
  .awf-gravity-form .gform_footer,
  .awf-gravity-form .gform-page-footer {
    margin: 13px 0 0;
    padding: 0;
  }
  
  .awf-gravity-form .gform_button,
  .awf-gravity-form button,
  .awf-gravity-form input[type="submit"] {
    width: 100%;
    min-height: 50px;
    border: 0;
    border-radius: 3px;
    background: var(--awf-navy);
    color: var(--awf-white);
    font: inherit;
    font-size: 1rem;
    font-weight: 900;
    cursor: pointer;
  }
  
  .awf-form-placeholder {
    margin: 0;
    border: 1px dashed #b7c2d0;
    border-radius: 4px;
    padding: 14px;
    background: #f6f9fc;
    color: #344b65;
    font-size: 0.92rem;
    font-weight: 700;
  }
  
  .awf-legal-disclaimer {
    max-width: 455px;
    margin-top: 12px;
    color: #062e63;
    font-size: 0.76rem;
    line-height: 1.35;
    font-weight: 500;
    padding-bottom: 30px;
  }
  
  .awf-legal-disclaimer strong {
    font-weight: 900;
  }
  
  .awf-legal-disclaimer span {
    display: inline;
  }
  
  .awf-contact-disclaimer {
    margin: 14px 0 0;
    padding-top: 12px;
    border-top: 1px solid #d8e1ea;
    color: #4f657e;
    font-size: 0.68rem;
    line-height: 1.38;
    font-weight: 600;
  }
  
  .awf-footer-legal {
    margin: 0 auto;
    border-top: 1px solid rgba(255,255,255,0.22);
    padding: 12px 0 0;
    color: rgba(255,255,255,0.78);
    font-size: 0.72rem;
    line-height: 1.4;
    text-align: center;
  }
  
  .legal-disclaimer {border: none;}
  
  .awf-footer-grid {
    min-height: 110px;
    display: grid;
    grid-template-columns: 1fr 1.35fr 1fr;
    align-items: center;
    gap: 20px;
  }
  
  .awf-footer-logo {
    width: 250px;
    max-width: 100%;
    height: auto;
    display: block;
  }

  .awf-footer-site-name {
    width: auto;
    color: var(--awf-white);
    font-size: 1.05rem;
    font-weight: 800;
    line-height: 1.15;
    overflow-wrap: anywhere;
  }
  
  .awf-footer-message {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    min-width: 0;
    color: rgba(255, 255, 255, 0.95);
    font-size: 0.88rem;
    line-height: 1.35;
    text-align: left;
  }

  .awf-footer-message span {
    min-width: 0;
    overflow-wrap: anywhere;
  }
  
  .awf-footer-message svg {
    width: 42px;
    height: 42px;
    color: var(--awf-gold);
    flex: 0 0 auto;
  }
  
  .awf-copyright {
    margin: 0;
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.85rem;
    text-align: right;
    overflow-wrap: anywhere;
  }
  
  .awf-source-logo-note {
    display: none;
  }
  
  .awf-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }
  
  .awf-signin-page {
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding: 40px 0;
    background: linear-gradient(135deg, #eef5fb 0%, #ffffff 55%, #e3edf8 100%);
  }
  
  .awf-signin-shell {
    width: min(100% - 32px, 980px);
    min-height: 560px;
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    overflow: hidden;
    border: 1px solid var(--awf-line);
    border-radius: 8px;
    background: var(--awf-white);
    box-shadow: 0 18px 44px rgba(6, 46, 99, 0.15);
  }
  
  .awf-signin-intro {
    padding: 44px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: var(--awf-navy);
    color: var(--awf-white);
  }
  
  .awf-signin-logo {
    width: 300px;
    max-width: 100%;
    height: auto;
    display: block;
  }
  
  .awf-signin-copy h1 {
    max-width: 360px;
    margin: 0 0 14px;
    font-size: 2.25rem;
    line-height: 1.05;
    letter-spacing: 0;
  }
  
  .awf-signin-copy p {
    max-width: 360px;
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 700;
  }
  
  .awf-signin-status {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.86rem;
    font-weight: 700;
  }
  
  .awf-signin-status li {
    display: flex;
    gap: 10px;
    align-items: flex-start;
  }
  
  .awf-signin-status li::before {
    content: "";
    width: 9px;
    height: 9px;
    margin-top: 6px;
    border-radius: 50%;
    background: var(--awf-gold);
    flex: 0 0 auto;
  }
  
  .awf-signin-form-area {
    padding: 54px 58px;
    display: grid;
    align-content: center;
  }
  
  .awf-signin-form-area h2 {
    margin: 0 0 9px;
    color: var(--awf-navy);
    font-size: 1.8rem;
    letter-spacing: 0;
  }
  
  .awf-signin-form-area p {
    margin: 0 0 28px;
    color: var(--awf-body);
    line-height: 1.5;
    font-weight: 700;
  }
  
  .awf-signin-form {
    display: grid;
    gap: 16px;
  }
  
  .awf-signin-form label {
    display: grid;
    gap: 8px;
    color: var(--awf-navy);
    font-size: 0.9rem;
    font-weight: 900;
  }
  
  .awf-signin-form input {
    width: 100%;
    min-height: 48px;
    border: 1px solid #bfcad8;
    border-radius: 3px;
    padding: 12px 13px;
    color: var(--awf-ink);
    background: var(--awf-white);
    font: inherit;
  }
  
  .awf-signin-form input:focus {
    outline: 3px solid rgba(214, 162, 42, 0.25);
    border-color: var(--awf-gold);
  }
  
  .awf-signin-form button {
    min-height: 48px;
    border: 0;
    border-radius: 3px;
    background: var(--awf-navy);
    color: var(--awf-white);
    font: inherit;
    font-weight: 900;
    cursor: pointer;
  }
  
  .awf-fine-print {
    margin-top: 18px;
    color: var(--awf-body);
    font-size: 0.82rem;
    line-height: 1.5;
  }
  
  
  .awf-contact-card .gform_wrapper.gravity-theme .gfield_label {
      display: none;
  }
  .awf-contact-card .gform_wrapper.gravity-theme .gform_footer input {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 3px;
    padding: 11px 18px;
    border: 2px solid transparent;
    font-size: 0.85rem;
    font-weight: 800;
    text-decoration: none;
    background: var(--awf-navy);
    color: var(--awf-white);
  }
  
  @media (max-width: 1100px) {
    .awf-wrap {
      width: min(100% - 34px, 1360px);
    }
  
    .awf-site-header {
      min-height: 88px;
    }
  
    .awf-brand {
      width: min(240px, calc(100% - 58px));
    }
  
    .awf-brand-logo {
      width: min(240px, 100%);
    }
  
    .awf-nav-links {
      gap: 14px;
      font-size: 0.72rem;
    }

    .awf-site-header {
      min-height: auto;
    }

    .awf-site-header.is-menu-open {
      border-bottom-color: transparent;
    }

    .awf-nav {
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      gap: 0;
      padding: 12px 0;
    }

    .awf-brand {
      flex: 1 1 auto;
      min-width: 0;
    }

    .awf-nav-toggle {
      display: inline-flex;
      flex: 0 0 auto;
    }

    .awf-primary-nav {
      display: none;
      flex: 1 1 100%;
      width: 100%;
      padding: 4px 0 14px;
      border-top: 1px solid #edf1f6;
    }

    .awf-site-header.is-menu-open .awf-primary-nav {
      display: block;
    }

    .awf-nav-links {
      width: 100%;
      flex-direction: column;
      align-items: stretch;
      gap: 0;
      font-size: 0.82rem;
    }

    .awf-nav-links li {
      border-bottom: 1px solid #edf1f6;
    }

    .awf-nav-links li:last-child {
      border-bottom: 0;
    }

    .awf-nav-links a {
      display: block;
      padding: 14px 0;
      white-space: normal;
      overflow-wrap: anywhere;
    }
  
    .awf-hero-grid {
      grid-template-columns: 1fr;
    }
  
    .awf-hero-copy {
      width: 100%;
      max-width: 586px;
      margin-left: 0;
      margin-right: auto;
      text-align: left;
    }

    .awf-hero h1,
    .awf-hero h2,
    .awf-hero h3,
    .awf-hero-content,
    .awf-hero-content h4,
    .awf-hero-copy p {
      max-width: 100%;
      text-align: left;
    }
  
    .awf-hero-art {
      display: none;
    }
  
    .awf-glance-grid,
    .awf-audience-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 18px 0;
    }
  
    .awf-glance-item:nth-child(2),
    .awf-audience-item:nth-child(2) {
      border-right: 0;
    }
  
    .awf-process-steps {
      grid-template-columns: repeat(3, 1fr);
      row-gap: 28px;
    }
  
    .awf-process-steps::before {
      display: none;
    }
  
    .awf-panel-grid,
    .awf-footer-grid {
      grid-template-columns: 1fr;
    }

    .awf-site-footer {
      padding: 22px 0 24px;
    }

    .awf-footer-grid {
      min-height: 0;
      justify-items: center;
      gap: 18px;
      text-align: center;
    }

    .awf-footer-logo {
      margin: 0 auto;
    }
  
    .awf-copyright,
    .awf-footer-message {
      max-width: 760px;
      text-align: center;
      justify-content: center;
    }

    .awf-footer-legal {
      width: min(100% - 34px, 1180px);
      padding-top: 14px;
      font-size: 0.68rem;
    }
   
  }
  
  @media (max-width: 640px) {
      .awf-hero h1 {padding-top: 0;}
      .awf-legal-disclaimer {padding-bottom: 0;}
    .awf-site-header {
      min-height: auto;
    }

    .awf-site-header.is-menu-open {
      border-bottom-color: transparent;
    }
  
    .awf-nav {
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      gap: 0;
      padding: 12px 0;
    }

    .awf-brand {
      flex: 1 1 auto;
      width: min(220px, calc(100% - 58px));
      min-width: 0;
    }

    .awf-brand-logo {
      width: min(220px, 100%);
    }

    .awf-nav-toggle {
      display: inline-flex;
      flex: 0 0 auto;
    }

    .awf-primary-nav {
      display: none;
      flex: 1 1 100%;
      width: 100%;
      padding: 4px 0 14px;
      border-top: 1px solid #edf1f6;
    }

    .awf-site-header.is-menu-open .awf-primary-nav {
      display: block;
    }
  
    .awf-nav-links {
      width: 100%;
      flex-direction: column;
      align-items: stretch;
      gap: 0;
      font-size: 0.82rem;
    }

    .awf-nav-links li {
      border-bottom: 1px solid #edf1f6;
    }

    .awf-nav-links li:last-child {
      border-bottom: 0;
    }

    .awf-nav-links a {
      display: block;
      padding: 14px 0;
      white-space: normal;
    }
  
    .awf-hero h1 {
      font-size: clamp(1.65rem, 8vw, 2rem);
    }
  .awf-hero-copy {
    position: relative;
    z-index: 2;
    width: auto;
    max-width: 545px;
    padding: 39px 0 30px;
  }
    .awf-hero-copy {
      width: 100%;
      padding: 28px 0;
      text-align: left;
    }
  
    .awf-hero-actions,
    .awf-inner-hero-actions {
      display: grid;
      gap: 12px;
    }
  
    .awf-glance-grid,
    .awf-audience-grid,
    .awf-process-steps {
      grid-template-columns: 1fr;
    }
  
    .awf-glance-item,
    .awf-glance-item:nth-child(2),
    .awf-audience-item,
    .awf-audience-item:nth-child(2) {
      min-height: 0;
      padding: 8px 18px 18px;
      border-right: 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    }
  
    .awf-audience-item {
      border-bottom-color: #d5dee8;
    }
  
    .awf-glance-item:last-child,
    .awf-audience-item:last-child {
      border-bottom: 0;
    }
  
    .awf-section-title {
      gap: 10px;
      font-size: 0.94rem;
    }
  
    .awf-signin-shell {
      grid-template-columns: 1fr;
    }
  
    .awf-signin-intro,
    .awf-signin-form-area {
      padding: 30px;
    }
  
    .awf-signin-intro {
      gap: 34px;
    }
    .awf-contact-card .gform_wrapper.gravity-theme .gform_footer input{ width: 100%;}

    .awf-footer-message {
      flex-direction: column;
      gap: 10px;
      font-size: 0.82rem;
    }

    .awf-footer-message svg {
      width: 36px;
      height: 36px;
    }

    .awf-copyright {
      font-size: 0.8rem;
    }
  }

  @media (max-width: 1200px) {
    .awf-site-footer {
      padding: 24px 0 22px;
    }

    .awf-site-footer .awf-footer-grid {
      min-height: 0;
      grid-template-columns: 1fr !important;
      justify-items: center;
      gap: 18px;
      text-align: center;
    }

    .awf-site-footer .awf-footer-logo {
      width: min(250px, 100%);
      margin: 0 auto;
    }

    .awf-site-footer .awf-footer-message {
      width: min(100%, 760px);
      margin: 0 auto;
      justify-content: center;
      text-align: center;
    }

    .awf-site-footer .awf-copyright {
      text-align: center;
      white-space: normal;
    }

    .awf-site-footer .awf-footer-legal {
      width: min(100% - 34px, 960px);
      max-width: 960px;
      overflow-wrap: anywhere;
    }
  }

  @media (max-width: 640px) {
    .awf-site-footer .awf-footer-grid {
      gap: 14px;
    }

    .awf-site-footer .awf-footer-logo {
      width: min(220px, 100%);
    }

    .awf-site-footer .awf-footer-message {
      flex-direction: column;
      gap: 10px;
      font-size: 0.82rem;
    }

    .awf-site-footer .awf-footer-message svg {
      width: 36px;
      height: 36px;
    }

    .awf-site-footer .awf-footer-legal {
      font-size: 0.66rem;
    }
  }
  .awf-hero.thank-you-banner {
      min-height: 65vh;
  }
  .awf-hero.thank-you-banner .awf-wrap.awf-hero-grid {
      grid-template-columns: minmax(0, 100%);
      text-align: center;
      align-items: center;
  }
  .awf-hero.thank-you-banner .awf-hero-copy * {
      max-width: 100%;
  }
  @media (min-width: 641px) {
    .awf-panel-grid.awf-panel-grid-two {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      max-width: 980px;
      gap: 18px;
    }
  }
  
  /* ABOUT */
  .awf-page-content-section {
    padding: 44px 0 48px;
    background: var(--awf-white);
  }

  .awf-page-content-section.awf-soft {
    background: var(--awf-soft);
  }

  .awf-elementor-content,
  .awf-elementor-main {
    width: 100%;
  }

  .awf-elementor-wrap {
    width: 100%;
  }

  .awf-about-how-it-works .awf-about-how-it-works-body {
    margin: 0 auto;
  }

  .awf-important-notice {
    margin-bottom: 0;
    padding-top: 14px;
    border-top: 1px solid #d7e1eb;
    font-size: 0.95rem;
    font-style: italic;
    color: #071b3b;
  }

  .awf-important-notice strong {
    font-weight: 700;
    font-style: italic;
  }

  .awf-important-notice em {
    font-style: italic;
    font-weight: 400;
  }
  
  .awf-page-content {
    max-width: 860px;
    color: #071b3b;
    font-size: 1rem;
    line-height: 1.65;
  }
  
  .awf-page-content > *:first-child {
    margin-top: 0;
  }
  
  .awf-page-content p {
    margin: 0 0 18px;
  }
  
  .awf-page-content h2,
  .awf-page-content h3 {
    color: var(--awf-navy);
    line-height: 1.2;
  }
  
  .awf-page-content-section[hidden],
  .awf-hero-actions[hidden],
  .awf-inner-hero-actions[hidden],
  .awf-trust-note[hidden] {
    display: none;
  }

  /* NEWS / BLOG */
  .awf-news-main {
    flex: 1;
  }

  .awf-news-breadcrumb {
    margin: 0 0 12px;
    font-size: 0.82rem;
    font-weight: 700;
    color: #4b6078;
  }

  .awf-news-breadcrumb a {
    color: var(--awf-navy);
    text-decoration: none;
  }

  .awf-news-breadcrumb a:hover,
  .awf-news-breadcrumb a:focus-visible {
    text-decoration: underline;
  }

  .awf-news-archive-header,
  .awf-news-article-header {
    padding: 32px 0 36px;
  }

  .awf-news-archive-title,
  .awf-news-article-title {
    margin: 0;
    max-width: 860px;
    color: var(--awf-navy);
    font-size: clamp(1.75rem, 4vw, 2.4rem);
    line-height: 1.1;
    font-weight: 900;
  }

  .is-news-single .awf-news-article-title {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .is-news-single .awf-news-article-meta {
    text-align: center;
  }

  .is-news-single .awf-news-article-deck {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .awf-news-archive-description,
  .awf-news-article-deck {
    max-width: 720px;
    margin: 14px 0 0;
    color: var(--awf-body);
    font-size: 1.05rem;
    line-height: 1.55;
  }

  .awf-news-article-meta,
  .awf-news-card-meta {
    margin: 0 0 10px;
    color: #4b6078;
    font-size: 0.82rem;
    font-weight: 700;
  }

  .awf-news-article-meta a,
  .awf-news-card-meta a {
    color: var(--awf-navy);
    text-decoration: none;
  }

  .awf-news-article-meta a:hover,
  .awf-news-card-meta a:hover {
    text-decoration: underline;
  }

  .awf-news-meta-sep,
  .awf-news-card-meta-sep {
    margin: 0 6px;
  }

  .awf-news-article-featured {
    padding: 0 0 8px;
    background: var(--awf-white);
  }

  .awf-news-featured-figure {
    margin: 0;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: var(--awf-shadow);
  }

  .awf-news-featured-image {
    display: block;
    width: 100%;
    height: auto;
  }

  .awf-news-article-body {
    padding-top: 40px;
    padding-bottom: 48px;
  }

  .awf-news-article-body .awf-page-content {
    margin-left: auto;
    margin-right: auto;
  }

  .awf-news-archive-list {
    padding: 40px 0 92px;
    background: var(--awf-white);
  }

  .awf-news-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
  }

  @media (max-width: 1024px) {
    .awf-news-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (max-width: 640px) {
    .awf-news-grid {
      grid-template-columns: minmax(0, 1fr);
    }
  }

  .awf-news-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 1px solid var(--awf-line);
    border-radius: 4px;
    overflow: hidden;
    background: var(--awf-white);
    box-shadow: var(--awf-shadow);
  }

  .awf-news-card-image {
    display: block;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: var(--awf-soft);
  }

  .awf-news-card-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .awf-news-card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 18px 20px 22px;
  }

  .awf-news-card-title {
    margin: 0 0 10px;
    font-size: 1.18rem;
    line-height: 1.25;
  }

  .awf-news-card-title a {
    color: var(--awf-navy);
    text-decoration: none;
    font-weight: 900;
  }

  .awf-news-card-title a:hover {
    color: var(--awf-gold);
  }

  .awf-news-card-excerpt {
    margin: 0 0 14px;
    color: var(--awf-body);
    font-size: 0.92rem;
    line-height: 1.5;
    flex: 1;
  }

  .awf-news-card-link {
    margin-top: auto;
    color: var(--awf-navy);
    font-size: 0.85rem;
    font-weight: 800;
    text-decoration: none;
  }

  .awf-news-card-link:hover {
    color: var(--awf-gold);
  }

  .awf-news-pagination {
    margin-top: 34px;
    display: flex;
    justify-content: center;
    gap: 8px;
  }

  .awf-news-pagination .page-numbers {
    min-width: 36px;
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--awf-line);
    border-radius: 3px;
    padding: 6px 10px;
    color: var(--awf-navy);
    font-size: 0.86rem;
    font-weight: 800;
    text-decoration: none;
  }

  .awf-news-pagination .page-numbers.current {
    background: var(--awf-navy);
    color: var(--awf-white);
    border-color: var(--awf-navy);
  }

  .awf-news-infinite {
    padding: 8px 0 16px;
  }

  .awf-news-infinite[hidden] {
    display: none;
  }

  .awf-news-infinite.is-complete {
    display: none;
  }

  .awf-news-infinite-sentinel {
    width: 100%;
    height: 1px;
  }

  .awf-news-infinite-status {
    margin: 20px 0 0;
    min-height: 1.25rem;
    color: #4b6078;
    font-size: 0.88rem;
    font-weight: 700;
    text-align: center;
  }

  .awf-news-infinite.is-loading .awf-news-infinite-status::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 8px;
    border: 2px solid var(--awf-line);
    border-top-color: var(--awf-navy);
    border-radius: 50%;
    vertical-align: -3px;
    animation: awf-news-spin 0.7s linear infinite;
  }

  @keyframes awf-news-spin {
    to {
      transform: rotate(360deg);
    }
  }

  .awf-news-empty {
    margin: 0;
    padding: 24px;
    border-radius: 4px;
    background: var(--awf-soft);
    color: var(--awf-body);
    text-align: center;
  }

  .awf-news-empty-admin {
    margin-top: 12px;
    font-size: 0.85rem;
    color: #4b6078;
  }

  .awf-news-post-nav {
    padding: 0 0 48px;
  }

  .awf-news-post-nav-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    padding-bottom: 20px;
    padding-top: 46px;
    border-bottom: 1px solid var(--awf-line);
  }

  .awf-news-post-nav-label {
    display: block;
    margin-bottom: 6px;
    color: #4b6078;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }

  .awf-news-post-nav-prev a,
  .awf-news-post-nav-next a {
    color: var(--awf-navy);
    font-size: 0.95rem;
    font-weight: 800;
    text-decoration: none;
    line-height: 1.35;
  }

  .awf-news-post-nav-next {
    text-align: right;
  }

  .awf-news-back-link {
    margin: 20px 0 0;
  }

  .awf-news-back-link a {
    color: var(--awf-navy);
    font-size: 0.9rem;
    font-weight: 800;
    text-decoration: none;
  }

  .awf-news-back-link a:hover {
    color: var(--awf-gold);
  }

  @media (max-width: 640px) {
    .awf-news-post-nav-inner {
      grid-template-columns: 1fr;
    }

    .awf-news-post-nav-next {
      text-align: left;
    }
  }