﻿@charset "utf-8";

/* 1) Brand palette */
:root {
  --brand: #da291c;
  /* Fortinet red */
  --ink: #131316;
  --muted: #6c757d;
  --line: #eef0f2;
  --radius: 12px;
  --shadow-1: 0 6px 18px rgba(16, 16, 16, .08);
  --shadow-2: 0 16px 36px rgba(16, 16, 16, .14);
}

/* Base */
body.avf {
  color: var(--ink);
}

img {
  height: auto;
}

/* Layout wrapper */
.wrap {
  max-width: 1200px;
  margin-inline: auto;
  padding: 2rem 1rem;
}

@media (max-width: 991.98px) {
  .wrap {
    padding: 1.5rem 1rem;
  }
}

/* Hero (dark) */
.hero {
  position: relative;
  color: #fff;
  background:
    radial-gradient(circle at 20px 20px, rgba(255, 255, 255, .05) 2px, transparent 0) repeat,
    linear-gradient(135deg, #141416 0%, #232328 50%, #323237 100%);
  background-size: 80px 80px, cover;
}

.hero .wrap {
  padding-top: 2.5rem;
  padding-bottom: 2.25rem;
}

/* Logo pinned top-right on hero */
.hero-logo-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: #fff;
  border-radius: .5rem;
  box-shadow: 0 6px 16px rgba(0, 0, 0, .15);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.hero-logo-badge img {
  width: auto;
}

/* Accessibility focus */
a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--brand);
  outline-offset: 2px;
}

/* Buttons (brand) */
.btn-brand {
  background: var(--brand);
  color: #fff;
  border: 0;
}

.btn-outline-brand {
  border: 1px solid var(--brand);
  color: var(--brand);
  background: #fff;
}

/* Restore: custom anchor and button styles */
a:link,
a:visited,
a:active,
h1 {
  color: #da291c;
}

a:hover {
  color: #ff4133;
}

/* Primary palette + progress bar + panel heading */
.progress-bar,
.btn-primary,
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active,
.panel-primary>.panel-heading {
  background-color: #da291c;
  border-color: #da291c;
}

/* Primary hover/active focus */
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary,
.btn-warning:hover {
  background-color: #ff4133;
  border-color: #ff4133;
}

.btn-warning {
  background-image: none !important;
  background-color: #da291c;
  border-radius: 0 !important;
  border: 1px solid #da291c;
  color: #fff;
}

/* Custom cart button */
.btn-cart,
.btn-cart:hover,
.btn-cart:focus,
.btn-cart.focus,
.btn-cart:active,
.btn-cart.active,
.open>.dropdown-toggle.btn-cart {
  color: #fff;
  background-color: #da291c;
  border-color: #da291c;
}

/* Outline variant */
.btn-outline {
  border: 1px solid #da291c;
  background: #ffffff;
  color: #1d1d1d;
}

.btn-outline:hover {
  background-color: #da291c;
  border: 1px solid #da291c;
  color: #fff;
}

/* Primary outline */
.btn-primary-outline {
  color: #da291c;
  border-color: #da291c;
}

.btn-primary-outline:hover {
  background-color: #da291c;
  color: #fff;
  border-color: #da291c;
}

/* Site Specific Custom CSS */
.content .btn {
  border-radius: 4px !important;
}

.btn-primary .badge {
  color: #da291c;
  background-color: #ffffff
}

.btn-primary-outline {
  color: #da291c;
  border-color: #da291c;
}

.fltrt {
  color: #da291c
}

.row-header {
  color: #da291c;
}

.col-header {
  background-color: #da291c;
  border: 1px solid #da291c;
}

.table th {
  background-color: #da291c;
}

.bg-gray {
  background-color: #ccc;
  padding: 20px 0 0 0;
  margin-bottom: 20px;
}

.bg-red {
  background-color: #da291c;
  text-align: center;
  margin: 15px 0;
}

.bg-red h3 {
  color: #FFFFFF;
  padding: 15px;
  line-height: 1.25em;
}

.background-lightgray {
  background-color: #FBFBFB;
  padding: 20px;
}

h1 span.discontinued {
  display: inline-flex;
  align-items: center;
}

h1 span.discontinued::after {
  content: "Discontinued";
  color: #dc3545;
  margin-left: 1rem;
  border: 2px solid #dc3545;
  display: inline-block;
  padding: .35em .65em;
  font-size: 0.875rem !important;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
}

@media only screen and (max-width: 767px) {
  h1 span.discontinued {
    align-items: start;
  }
}

/*Megamenu style begins*/
#products-megamenu {
  left: -32px;
  background-color: #eeeeee;
}

#products-megamenu .row .row .col-sm-3 {
  padding: 0 10px 0 10px !important;
}

.megamenu-list-item {
  display: block;
  padding: 5px 20px;
  clear: both;
  line-height: 1.42857143;
  color: #000 !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
  font-weight: 300;
  margin-left: -10px;
}

.megamenu-list :hover {
  color: #000;
  font-weight: 800;
}

.megamenu-list {
  margin-bottom: -2px;
}

.megamenu-header {
  background-color: #8f8f8f !important;
  color: #fff !important;
  margin: 20px 0 5px 0;
  text-transform: uppercase;
  padding: 5px 0 5px 10px !important;
  text-align: left !important
}

/*Megamenu style ends*/

/*Category Pages*/
#FWSeries div.col-sm-3 {
  transition: all .3s;
  display: flex;
  flex-direction: column;
  padding: 5px 4px;
  border-top: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
  border-left: 1px solid #D8D8D8;
  border-right: 1px solid #D8D8D8;
  flex: 1;
}

#FWSeries .col-sm-3 strong {
  margin: 10px 0;
}

.imgbox {
  display: inline-block;
  overflow: hidden;
}

#FWSeries div.col-sm-3:hover {
  box-shadow: 0 0 7px 1px #6f6f6f inset;
}

#FWSeries .col-sm-3 span.btn.btn-primary {
  width: 40%;
  margin: 0 auto;
}

#FWSeries span a {
  color: white;
}

#FWSeries div.col-sm-3:hover img {
  transition: all .3s;
  transform: scale(1.15);
}

#FWSeries .row {
  display: flex;
  text-align: center;
  flex-wrap: wrap;
  border: none;
  padding: 0;
}

#FWSeries div.col-sm-3:hover div.img-box img {
  transition: all .3s;
  transform: scale(1.15);
}

#FWSeries .row .col-sm-3:nth-last-child(1) {
  border-right: 1px solid #D8D8D8;
}

#FWSeries .well {
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 0;
  flex-grow: 1;
  text-align: initial;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#FWSeries .well p {
  margin-top: 10px;
}

@media (max-width: 1200px) {
  #FWSeries .col-sm-3 span.btn.btn-primary {
    width: 50%;
  }
}

/*End of Category Page*/

@media (max-width: 992px) {
  h2 {
    font-size: 16px !important;
  }

  h3 {
    font-size: 12px !important;
  }

  h4 {
    font-size: 11px !important;
  }

  h5 {
    font-size: 10px !important;
  }

  #FWSeries .col-sm-3 span.btn.btn-primary {
    width: 60%;
  }
}

@media (max-width: 767px) {
  #FWSeries .col-sm-3 span.btn.btn-primary {
    width: 70%;
  }

  #FWSeries div.col-sm-3 {
    flex-basis: 100%;
  }

  .btn-info {
    color: #ffffff;
    background-color: #4a77a7;
    border-color: #4a77a7
  }

  .btn-info:hover,
  .btn-info:focus,
  .btn-info.focus,
  .btn-info:active,
  .btn-info.active,
  .open>.dropdown-toggle.btn-info {
    color: #ffffff;
    background-color: #022241;
    border-color: #011d37
  }
}

.category-pages .well {
  background-color: white;
}

.category-pages .well table {
  color: darkslategray
}

.category-pages td {
  font-size: 9pt;
}

.category-pages .well:hover {
  -webkit-box-shadow: 2px 2px 5px 0px rgba(120, 116, 120, 1);
  -moz-box-shadow: 2px 2px 5px 0px rgba(120, 116, 120, 1);
  box-shadow: 2px 2px 5px 0px rgba(120, 116, 120, 1);
}

/*Footer Styling*/
.footer-header {
  padding: 10px;
  background-color: #da291c;
  /*Color of Background*/
  border-bottom: 3px solid #000000;
  font-size: 14pt;
  color: #fff;
  margin-top: -22px;
}

.footer-header h3 {
  text-align: center;
  color: #fff;
}

.footer-body {
  padding: 15px 25px;
  background-color: #818181;
  color: #fff;
}

.footer-body h3 {
  color: #fff;
}

.footer-body li {
  line-height: 1.8;
}

.footer-body a {
  color: #fff;
}

.footer-body a:hover {
  color: #da291c;
}

/*Bootstrap 5 Styling*/
.tabs a {
  color: #666 !important;
}

.tabs a.active,
.tabs a.active:hover {
  color: #FFF !important;
  /*Font color of active tab*/
  background: no-repeat 92% center #da291c;
  /*Color of active tab*/
}

a .tablinks :hover {
  color: #666666 !important;
  /*Font color on tab hover*/
  text-decoration: none;
}

.card {
  margin-bottom: .5em;
  flex: 1 1 auto;
  padding: 1em;
  color: var(--bs-card-color);
}

.pricing.card {
  padding: -var(--bs-card-spacer-y) var(--bs-card-spacer-x);
}

.pricing>.card-header {
  color: white;
  background-color: #696464;
  border-color: #696464;
  font-weight: 700;
  font-size: 16px;
}

.header {
  padding-top: 10px;
}

.btn-warning {
  color: #FFF;
}

.card {
  color: darkslategray;
}

.p-well {
  background-color: #FFF;
  color: #666666;
  box-shadow: 0px 0px 15px 5px rgba(112, 112, 112, 0.3);
  border: none;
}

.highlight-well .p-well {
  background-image: linear-gradient(to bottom right, white, white, #FED3D3);
}

.dropdown-menu.columns-3 {
  min-width: 1280px;
  font-size: .89rem !important;
}

.multi-column-dropdown {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.dropdown-menu.columns-3>.row>.col-sm-4>ul>.dropdown-header {
  background-color: #da291c !important;
}

.multi-column-dropdown>li>.dropdown-item:hover {
  background-color: #666;
}

.hr-o {
  text-decoration: underline #da291c;
  text-underline-offset: 0.3em;
  margin-bottom: 10px;
  color: #000000;
}

/*accordion*/
.acc .accordion-button::after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path fill="%23da291c" d="M256 80c0-17.7-14.3-32-32-32s-32 14.3-32 32V224H48c-17.7 0-32 14.3-32 32s14.3 32 32 32H192V432c0 17.7 14.3 32 32 32s32-14.3 32-32V288H400c17.7 0 32-14.3 32-32s-14.3-32-32-32H256V80z"/></svg>');
  transition: all 0.5s;
}

.acc .accordion-button:not(.collapsed)::after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path fill="%23da291c" d="M432 256c0 17.7-14.3 32-32 32L48 288c-17.7 0-32-14.3-32-32s14.3-32 32-32l352 0c17.7 0 32 14.3 32 32z"/></svg>');
  transition: all 0.5s;
}

.acc h2.accordion-header {
  padding: 0;
  border: 0;
}

.acc .accordion-body {
  border: 0;
}

.acc h2.accordion-header .accordion-button {
  font-weight: 600;
}

.acc .accordion-item {
  border: none;
  box-shadow: 0px 0px 6px rgba(16, 16, 16, 0.21);
  margin-bottom: 25px;
}

.acc .accordion-button:focus,
.acc .accordion-button:not(.collapsed) {
  box-shadow: none;
}

.acc .accordion-button:not(.collapsed) {
  color: #212529;
  background-color: #fff;
}

.vendorLogo-1 {
  width: 200px;
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 0;
}

.sec-rel {
  position: relative;
}

/*header-links new nav bar2024*/
.header-links {
  padding: 1rem;
  font-size: 1.2rem;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.header-links>.col>a {
  color: black;
  font-weight: 500;
}

.header-links>.col>a::after {
  content: '';
  display: block;
  height: 6px;
  background: #da291c;
  /*Underline color*/
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: -webkit-transform ease-in-out 250ms;
  -webkit-transition: -webkit-transform ease-in-out 250ms;
  -o-transition: transform ease-in-out 250ms;
  transition: transform ease-in-out 250ms;
  transition: transform ease-in-out 250ms, -webkit-transform ease-in-out 250ms;
}

.header-links>.col>a:hover::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.row-header-title {
  margin: 0;
  padding: 5px;
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  font-weight: 700;
  background-color: #DCDCDC;
  color: #da291c;
}

.hero-image {
  max-height: 380px;
}

.card.p-card {
  position: relative;
  cursor: pointer;
  border: 1px solid #e2e2e2;
  border-radius: 16px;
  padding: 25px 30px;
  margin: 0 0 20px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  height: 100%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.09);
}

.p-card:after {
  position: absolute;
  bottom: 20px;
  right: 30px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
  color: #da291c;
  content: '\f061';
}

.card:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.expired {
  display: none;
}

/*backgrounds*/
.graybackground {
  background-color: #E5E5E5;
  padding: 25px;
  margin: 30px -24px;
}

/*For product tables on category pages*/
#table .prod-table {
  box-sizing: border-box;
  border-collapse: collapse;
  border-spacing: 0px;
  margin: 10px;
  width: 240px;
  color: rgb(0, 0, 0);
  letter-spacing: normal;
  orphans: 2;
  text-align: start;
  text-transform: none;
  white-space: normal;
  widows: 2;
  word-spacing: 0px;
  -webkit-text-stroke-width: 0px;
  background-color: rgb(255, 255, 255);
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
}

#table .bordered-tr {
  box-sizing: border-box;
  border-bottom: 1px solid rgb(221, 221, 221);
}

#table .td-text {
  box-sizing: border-box;
  padding: 3px 0px 5px;
  vertical-align: top;
  width: 45%;
}

#table .td-colon {
  box-sizing: border-box;
  padding: 3px 5px 5px 0px;
}

#table .noborder-tr {
  box-sizing: border-box;
  border-bottom: 0px;
}

/* For features border styling */
.border-on-right {
  border-right: 2.5px dotted #B6B6B6;
}

.border-on-bottom {
  border-bottom: 2.5px dotted #B6B6B6;
}

@media (max-width: 575px) {
  .border-on-right {
    border-bottom: 2.5px dotted #B6B6B6;
    border-right: none;
  }
}

/* Typography & spacing */
.content {
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.content h1 {
  line-height: 1.15;
  margin-bottom: .6rem;
}

.content h2 {
  line-height: 1.2;
  margin: 0 0 1rem;
}

.list-unstyled.text-success.mb-0,
.feature-list {
  list-style: none;
  padding: 0;
  margin: .5rem 0 0;
}

.list-unstyled.text-success.mb-0 li,
.feature-list li {
  position: relative;
  padding-left: 1.45rem;
  margin: .35rem 0;
  color: #198754;
  font-size: .95rem;
}

.wrap>p.small a {
  display: inline-block;
  margin: .25rem .35rem .35rem 0;
  padding: .35rem .6rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  text-decoration: none;
  color: #333;
  background: #fff;
}

.wrap>p.small a:hover {
  border-color: var(--brand);
  color: var(--brand);
}

#faq .accordion-item {
  border: 0;
  margin-bottom: .65rem;
}

#faq .accordion-button {
  border: 1px solid var(--line);
  border-radius: 10px !important;
  background: #fff;
  font-weight: 600;
  padding: .9rem 1rem;
  box-shadow: none !important;
}

#faq .accordion-button::after {
  background-image: none;
  content: "›";
  font-weight: 700;
  transform: rotate(90deg);
  transition: transform .2s ease;
}

#faq .accordion-button:not(.collapsed)::after {
  transform: rotate(-90deg);
}

#faq .accordion-collapse {
  border: 1px solid var(--line);
  border-radius: 10px;
}

.shadow-soft {
  box-shadow: var(--shadow-1);
}

.contact-form {
  border-radius: 14px;
  box-shadow: var(--shadow-1);
  border: 1px solid var(--line);
  padding: 1.5rem;
}

#contact .h5 {
  margin-bottom: .5rem;
}

#contact a {
  text-decoration: none;
}

#contact a:hover {
  text-decoration: underline;
}

/* Standardize video thumbnails / embeds */
.video-embed {
  border: 1px solid #e9eaee;
  box-shadow: 0 8px 24px rgba(16, 24, 40, 0.06);
  border-radius: .75rem;
  overflow: hidden;
  background: #fff;
}

.video-embed iframe,
.video-embed img,
.video-embed video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  aspect-ratio: 16 / 9;
  border: 0;
}

/* Real Solutions: stronger contrast + tighter spacing */
.text-dark h3.h5,
.text-dark .h5 {
  color: #2a2a2a;
}

.text-dark p,
.text-dark .text-muted {
  color: #5e6a70;
}

.wrap h3.h5 {
  margin-bottom: .5rem;
}

.wrap p {
  margin-bottom: .75rem;
}

/* Subtle section divider style (used by inline hr) */
.section-divider-hr {
  border: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #eceff1, transparent);
  margin: 1.25rem 0;
}

/* FAQ icons */
.accordion-button .faq-icon {
  font-size: 1rem;
  color: #6c757d;
  margin-right: .6rem;
  width: 1.25rem;
  text-align: center;
}

/* Cards: clearer separation */
.card {
  border: 1px solid rgba(16, 24, 40, 0.04);
  box-shadow: 0 6px 18px rgba(16, 24, 40, 0.04);
}

/* CTA standardization */
.btn-cta {
  background: #da291c;
  color: #fff;
  border: 0;
  padding: .6rem 1rem;
  font-weight: 600;
  box-shadow: 0 6px 18px rgba(218, 41, 28, 0.16);
}

.btn-cta:hover,
.btn-cta:focus {
  background: #b11f16;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 10px 30px rgba(218, 41, 28, 0.24);
}

/* Download button (on these landing pages) */
.btn-download {
  background: #da291c;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 800;
  padding: 1rem 2.5rem;
  border-radius: 8px;
  border: 2px solid #fff;
  box-shadow: 0 6px 16px rgba(218, 41, 28, 0.3);
  transition: all 0.2s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.btn-download:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(218, 41, 28, 0.45);
  background: #b11f16;
  color: #fff;
  outline-color: #da291c;
}

.btn-download:focus {
  outline-color: #da291c;
  outline-offset: 4px;
}

/* 4) Fortinet neutrals: convert pink/purple gradients to light gray (#f0f0f0) */

/* Hero section background: use neutral gray */
.landing-hero {
  background: #f0f0f0;
  padding: 2.5rem 0;
  border-bottom: 1px solid #dee2e6;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  position: relative;
}

/* Remove decorative overlay from hero */
.landing-hero::before {
  content: none;
}

/* Credibility section: replace ambient pink with #f0f0f0 */
.credibility-section {
  position: relative;
  background: #f0f0f0;
  border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
  padding: 4rem 0;
  overflow: hidden;
  isolation: isolate;
}

/* Remove soft halo decoration */
.credibility-section::before {
  content: none;
}

/* CTA section wrapper: neutral background, remove gradient bands */
.section-cta-final {
  position: relative;
  background: #f0f0f0;
  overflow: hidden;
}

.section-cta-final::before,
.section-cta-final::after {
  content: none;
}

/* CTA box: simple white card on gray, light gray border, no accent bars */
.download-cta-box {
  position: relative;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  border-radius: 1rem;
  z-index: 1;
}

.download-cta-box::before,
.download-cta-box::after {
  content: none;
}

/* Related cards hover border to brand red */
.related-card:hover {
  border-color: #da291c;
  box-shadow: 0 6px 16px rgba(218, 41, 28, 0.15);
  transform: translateY(-2px);
}

.related-card-link {
  color: #da291c;
}

.related-card-link:hover {
  color: #b11f16;
}

/* Header underline accents to brand red */
.header-links>.col>a::after {
  background: #da291c;
}

/* Footer and misc accents to brand red */
.footer-header {
  background-color: #da291c;
}

.dropdown-menu.columns-3>.row>.col-sm-4>ul>.dropdown-header {
  background-color: #da291c !important;
}

.hr-o {
  text-decoration: underline #da291c;
}

/* Tables and labels to brand red */
.col-header {
  background-color: #da291c;
  border: 1px solid #da291c;
}

.table th {
  background-color: #da291c;
}

.row-header {
  color: #da291c;
}

.fltrt {
  color: #da291c;
}

/* Accordion icon colors (SVG fill to brand red) */
.acc .accordion-button::after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%23da291c" d="M256 80c0-17.7-14.3-32-32-32s-32 14.3-32 32V224H48c-17.7 0-32 14.3-32 32s14.3 32 32 32H192V432c0 17.7 14.3 32 32 32s32-14.3 32-32V288H400c17.7 0 32-14.3 32-32s-14.3-32-32-32H256V80z"/></svg>');
  transition: all 0.5s;
}

.acc .accordion-button:not(.collapsed)::after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%23da291c" d="M432 256c0 17.7-14.3 32-32 32L48 288c-17.7 0-32-14.3-32-32s14.3-32 32-32l352 0c17.7 0 32 14.3 32 32z"/></svg>');
  transition: all 0.5s;
}

/* Card arrow accent to brand red */
.p-card:after {
  /* ...existing code... */
  color: #da291c;
}

/* Landing page hero layout */
.landing-hero .hero-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 3rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1.5rem;
}

.landing-hero .hero-text {
  flex: 1 1 500px;
  min-width: 300px;
}

.landing-hero .hero-text h1 {
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 1rem;
  color: #14161a;
}

.landing-hero .hero-text .subtext {
  font-size: 1.15rem;
  color: #4b5563;
  margin-bottom: 2rem;
  line-height: 1.6;
}

.landing-hero .hero-image {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.landing-hero .report-preview {
  position: relative;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  transition: transform 0.3s ease;
}

.landing-hero .report-preview:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.2);
}

.landing-hero .report-preview img {
  display: block;
  height: auto;
}

@media (max-width: 991px) {
  .landing-hero .hero-content {
    gap: 2rem;
  }

  .landing-hero .hero-text h1 {
    font-size: 2rem;
  }

  .landing-hero .hero-text .subtext {
    font-size: 1.05rem;
  }
}

@media (max-width: 767px) {
  .landing-hero .hero-text h1 {
    font-size: 1.75rem;
  }

  .landing-hero .report-preview {
    max-width: 280px;
  }
}

/* Summary section */
.section-summary {
  padding: 4rem 0;
  background: #fff;
}

.section-summary h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #14161a;
  margin-bottom: 3rem;
}

.summary-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.summary-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 2rem 1.5rem;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.summary-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  border-color: #da291c;
}

.summary-card i {
  font-size: 2.5rem;
  color: #da291c;
  margin-bottom: 1rem;
  display: block;
}

.summary-card h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #14161a;
  margin-bottom: 0.75rem;
}

.summary-card p {
  font-size: 0.95rem;
  color: #6b7280;
  line-height: 1.6;
  margin: 0;
}

/* Logo strip */
.logo-strip {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  flex-wrap: wrap;
  margin: 2rem 0;
}

.logo-strip img {
  max-width: 280px;
  height: auto;
}

@media (max-width: 767px) {
  .logo-strip {
    gap: 1.5rem;
  }

  .logo-strip img {
    max-width: 200px;
  }
}

/* Highlights section */
.section-highlights {
  padding: 4rem 0;
  background: #fff;
}

.section-highlights h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #14161a;
  margin-bottom: 2rem;
}

.section-highlights ul {
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 900px;
}

.section-highlights li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 1.5rem;
  font-size: 1.05rem;
  line-height: 1.7;
  color: #374151;
}

.section-highlights li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #da291c;
  font-weight: 700;
  font-size: 1.25rem;
}

/* CTA section */
.section-cta-final {
  padding: 4rem 0;
}

.download-cta-box {
  max-width: 800px;
  margin: 0 auto;
  padding: 3rem 2.5rem;
  text-align: center;
}

.download-cta-box h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #14161a;
  margin-bottom: 1rem;
}

.download-cta-box p {
  font-size: 1.1rem;
  color: #4b5563;
  margin-bottom: 2rem;
  line-height: 1.6;
}

.download-cta-box .privacy-note {
  font-size: 0.875rem;
  color: #9ca3af;
  margin-top: 1.5rem;
  margin-bottom: 0;
}

/* Related resources section */
.section-related {
  padding: 4rem 0;
  background: #fff;
}

.section-related h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #14161a;
  margin-bottom: 1rem;
  text-align: center;
}

.section-related .intro-text {
  text-align: center;
  font-size: 1.05rem;
  color: #6b7280;
  margin-bottom: 3rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.related-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 2rem 1.5rem;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.related-card-icon {
  width: 48px;
  height: 48px;
  background: #fef2f2;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
}

.related-card-icon i {
  font-size: 1.5rem;
  color: #da291c;
}

.related-card h3 {
  font-size: 1.15rem;
  font-weight: 700;
  color: #14161a;
  margin-bottom: 0.75rem;
}

.related-card p {
  font-size: 0.95rem;
  color: #6b7280;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  flex-grow: 1;
}

.related-card-link {
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: gap 0.2s ease;
}

.related-card-link:hover {
  text-decoration: none;
  gap: 0.75rem;
}

.related-card-link i {
  font-size: 0.875rem;
}

@media (max-width: 767px) {

  .section-summary,
  .section-highlights,
  .section-cta-final,
  .section-related {
    padding: 3rem 0;
  }

  .section-summary h2,
  .section-highlights h2,
  .section-related h2,
  .download-cta-box h2 {
    font-size: 1.75rem;
  }

  .related-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

/* Text utilities */
.text-center {
  text-align: center;
}

.text-white {
  color: #fff !important;
}

.mb-4 {
  margin-bottom: 1.5rem;
}

/* --- MODERN CTA BACKGROUND --- */
.section-cta-final {
  position: relative;
  overflow: hidden;
  padding: 100px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: radial-gradient(circle at center, #f8f9fb 0%, #eceef1 80%);
  isolation: isolate;
}

/* Symmetrical geometric accents (blurry circles) */
.section-cta-final::before,
.section-cta-final::after {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(180, 185, 190, 0.2), rgba(220, 225, 230, 0.4));
  filter: blur(100px);
  opacity: 0.5;
  z-index: 0;
}

.section-cta-final::before {
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
}

.section-cta-final::after {
  bottom: -120px;
  left: 50%;
  transform: translateX(-50%);
}

/* Subtle geometric symmetry overlay */
.section-cta-final::after {
  background:
    repeating-linear-gradient(0deg,
      rgba(0, 0, 0, 0.02),
      rgba(0, 0, 0, 0.02) 1px,
      transparent 1px,
      transparent 40px),
    repeating-linear-gradient(90deg,
      rgba(0, 0, 0, 0.02),
      rgba(0, 0, 0, 0.02) 1px,
      transparent 1px,
      transparent 40px),
    linear-gradient(135deg, rgba(200, 205, 210, 0.2), rgba(240, 240, 240, 0.4));
  mix-blend-mode: overlay;
  opacity: 0.6;
  filter: blur(1px);
}