
:root {
  --color-heading: #0a1128;
  --color-body: #5a6578;
  --color-muted: #64748b;
  --color-amber: #f59e0b;
  --color-orange: #ff6e00;
  --bg-gradient: linear-gradient(135deg, #fff8f2 0%, #fff8f2 45%, #fff 100%);
  --line: #ECECF3;
}
*,
::after,
::before {
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6,
body {
  font-family:var(--common-font), sans-serif;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

main{
    margin-top: 80px;
}
p{
    font-size: 16px;
    line-height: 23px;
    color: #333;
    text-align: justify;
    margin: 0 0 12px 0;
    font-weight: 500;
}
p:last-child{
    margin-bottom: 0;
}
img{
    max-width: 100%;
    height: auto;
}
.heading-area {
    margin: 0 0 15px;
}
.heading-area.center {
    text-align: center;
    width: 100%;
}

.heading-area.center~p {
    text-align: center;
}

.heading-area.center>* {
    text-align: center;
}

.heading-style {
    font-size: 34px;
    line-height: 1em;
    font-weight: 800;
    margin-bottom: 5px;
    color: #000;
    margin-top: -8px;
    text-transform: capitalize;
    font-family: var(--common-font);
}

.heading-style span {
    color: var(--primary);
}

/* Section Card */
.trust-card {
  position: relative;
  width: 100%;
  background: var(--bg-gradient);
  padding: 40px 0;
  overflow: hidden;

}
.trust__inner{
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}
/* Background Radial Glow */
.trust-card::before {
  content: '';
  position: absolute;
  top: -10%;
  right: -5%;
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, rgba(199, 210, 254, 0.4) 0%, rgba(238, 242, 255, 0.1) 60%, transparent 80%);
  pointer-events: none;
  z-index: 0;
}

/* Content Grid */
.trust-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    align-items: center;
}
/* Left Column */
.trust-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* Top Category Badge */
.trust-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
}

.badge-icon-box {
  width: 26px;
  height: 26px;
  background-color: #fef3c7;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 0 0 1px rgba(245, 158, 11, 0.25);
}

.badge-icon-box svg {
  width: 16px;
  height: 16px;
}

.badge-text {
  font-family: var(--common-font), sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-amber);
}

/* Title Headline */
.trust-title {
    font-family: var(--common-font), sans-serif;
    font-size: 45px;
    font-weight: 800;
    line-height: 1.1em;
    color: #000;
    text-transform: capitalize;
    display: block;
    margin-bottom: 10px;
}
.trust-title span{
    color: var(--color-orange);
}
/* Subtitle Description */
/* Feature Cards Row */
.features-row {
  display: flex;
  align-items: stretch;
  gap: 14px;
  width: 100%;
  margin-top: 10px;
}

.feature-card {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  align-items: flex-start;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.feature-card:hover {
  transform: translateY(-2px);
}

/* Card Themes */
/* Icon Box inside Feature Cards */
.feature-icon-wrapper {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 2px rgba(43, 33, 24, 0.08);
}

.card-data .feature-icon-wrapper {
  background: #dbeafe;
}

.card-security .feature-icon-wrapper {
  background: #ffedd5;
}

.card-compliance .feature-icon-wrapper {
  background: #dcfce7;
}

.feature-icon-wrapper svg {
  width: 28px;
  height: 28px;
}

/* Feature Text */
.feature-content {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.feature-sub {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    text-align: left;
}
.feature-title {
    font-family: var(--common-font), sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: var(--color-heading);
    line-height: 1em;
    white-space: nowrap;
    display: block;
    margin: 0 0 5px;
}
/* Right Column Graphic Area */
.trust-right {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 360px;
}

.graphic-stage {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.shield-3d-img {
    max-width: 100%;
  filter: drop-shadow(0 15px 30px rgba(30, 27, 75, 0.12));
}

/* Bottom Flags Bar */
.flags-bar {
  position: relative;
  z-index: 2;
  background: #ffffff;
  border-radius: 20px;
  padding: 16px 8px;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  align-items: center;
  box-shadow:0 0 12px rgba(43, 33, 24, 0.12);
}

.flag-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 4px 10px;
    position: relative;
    justify-content: center;
}

.flag-item:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 15%;
  bottom: 15%;
  width: 1px;
  background-color: #ECECF3;
}

.flag-circle {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  flex-shrink: 0;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
}

.flag-circle svg {
  width: 100%;
  height: 100%;
}

.flag-info {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.flag-country {
    font-family: var(--common-font), sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #000;
    white-space: nowrap;
    line-height: 1.2;
}

.flag-law {
  font-family: var(--common-font), sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: var(--color-muted);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin-top: 2px;
  white-space: nowrap;
}

/* Main Section Card */
.compliance-card {
  position: relative;
  width: 100%;
  padding: 50px 0;
  overflow: hidden;
}
.compliance_inner{
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}
/* Soft Radial Light Overlay */
.compliance-card::before {
  content: '';
  position: absolute;
  top: -10%;
  right: -5%;
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, #fff8f2 0%, rgba(238, 242, 255, 0.1) 60%, transparent 80%);
  pointer-events: none;
  z-index: 0;
}

/* Header Grid */
/* Header Left */

/* Top Tag Badge */
.tag-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}

.tag-icon-box {
  width: 26px;
  height: 26px;
  background-color: #fff4e5;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 0 0 1px rgba(234, 88, 12, 0.2);
}

.tag-icon-box svg {
  width: 16px;
  height: 16px;
}

.tag-text {
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--color-orange);
}

/* 8 Compliance Cards Grid */
.frameworks-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

/* Standard Framework Card */
.framework-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 22px 20px 20px 20px;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  box-shadow:0 0 10px 0 rgba(0, 0, 0, 0.12), 0 0 0 1px var(--line) inset;
}

.framework-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.06);
  border-color: #cbd5e1;
}

/* Special PCI DSS Payment Card */
.framework-card.card-pci {
  background: #fff8f2;
  border: 1px solid #fed7aa;
}

.framework-card.card-pci:hover {
  border-color: #fdba74;
}

/* Top Row inside Card */
.card-top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.flag-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  flex-shrink: 0;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
}

.flag-icon svg {
  width: 100%;
  height: 100%;
}

.payment-icon-box {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background-color: #ffedd5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.payment-icon-box svg {
  width: 22px;
  height: 22px;
}

.card-header-info {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.framework-name {
    font-family: var(--font-heading);
    font-size: 17px;
    font-weight: 800;
    color: #000;
    line-height: 1.2;
    white-space: nowrap;
}

.region-label {
    font-size: 14px;
    font-weight: 600;
    color: var(--color-orange);
    margin-top: 2px;
    white-space: nowrap;
}

/* Accent Line Divider with Dot */
.card-accent-line {
  position: relative;
  height: 1px;
  background: #e2e8f0;
  width: 100%;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.accent-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--color-orange);
  position: absolute;
  right: 0;
  box-shadow: 0 0 4px rgba(37, 99, 235, 0.4);
}

.card-accent-line.orange-line {
  background: #fed7aa;
}

.accent-dot.dot-orange {
  background-color: #ea580c;
  box-shadow: 0 0 4px rgba(234, 88, 12, 0.4);
}

/* Card Description */
.card-description {
    font-size: 15px;
}

/* Bottom Disclaimer Bar */
.disclaimer-bar {
  position: relative;
  z-index: 1;
  background: #f8f8f8;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.info-icon-box {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.info-icon-box svg {
  width: 20px;
  height: 20px;
}

.disclaimer-text {
    font-size: 14px;
}

.disclaimer-text strong {
  font-weight: 700;
  color: var(--color-heading);
}

.covered-wrapper {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

/* Main Section Card */
.covered-card{
    background: linear-gradient(to bottom, #FEF6EF 0%, #fff 80%);
    padding: 50px 0;
}
.covered_inner{
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}
.accordion-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  width: 100%;
}

/* Accordion Item */
.accordion-item {
  position: relative;
    background: #fff8f2;
    border:1px solid #fed7aa;
  border-radius: 14px;
  overflow: hidden;
  transition: background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.accordion-item:hover {
  border-color: #cbd5e1;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.03);
}

/* Base Active State Pseudo Left Bar */
.accordion-item.active::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  border-top-left-radius: 14px;
  border-bottom-left-radius: 14px;
}

/* Expanded Blue Theme (When Open) */
.accordion-item.active.theme-blue {
  background: #fff8f2;
  border-color: #fed7aa;
}

.accordion-item.active.theme-blue::before {
  background-color: var(--color-blue);
}

.accordion-item.active.theme-blue .header-icon-box {
  background-color: #fde8d1;
}
/* Expanded Orange Theme (When Open) */
.accordion-item.active.theme-orange {
  background: #fffcf8;
  border-color: #fed7aa;
}

.accordion-item.active.theme-orange::before {
  background-color: var(--color-orange);
}

.accordion-item.active.theme-orange .header-icon-box {
  background-color: #ffedd5;
}
.accordion-item:last-child{
  grid-column: span 2;
}
/* Accordion Header */
.accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
}

.header-left {
  display: grid;
  gap: 14px;
  grid-template-columns: auto 1fr;
}

/* Header Icon Box */
.header-icon-box {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background-color 0.25s ease;
}

.header-icon-box.icon-blue {
  background-color: #ffeed9;
}

.header-icon-box.icon-orange {
  background-color: #ffeed9;
}

.header-icon-box svg {
  width: 30px;
  height: 30px;
}

/* Header Title */
.header-title {
    font-family: var(--font-heading);
    font-size: 18px;
    font-weight: 800;
    color: var(--color-heading);
    line-height: 1.2;
    display: block;
    margin-bottom: 5px;
}

/* Toggle Icon (+ / -) */
.header-toggle-icon {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.header-toggle-icon svg {
  width: 24px;
  height: 24px;
}

.icon-minus {
  display: none;
}

.icon-plus {
  display: block;
}

.accordion-item.active .icon-minus {
  display: block;
}

.accordion-item.active .icon-plus {
  display: none;
}

/* Accordion Content Area */
.content-body {
  padding: 0 24px 20px 70px;
}


.content-divider {
  height: 1px;
  background-color: var(--line);
  margin-bottom: 16px;
  width: 100%;
  opacity: 0.6;
}

/* Points List */
.points-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.point-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.check-circle {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-top: 2px;
}

.check-circle svg {
  width: 100%;
  height: 100%;
}

.point-text {
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
}

.point-text strong {
  font-weight: 700;
  color: var(--color-heading);
}
/* ___________________________________________________________ */
.cards-wrapper{
    padding: 50px 0;
}
.cards-wrapper-inner{
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}
.cards-wrapper-inner .cards-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  width: 100%;
}

/* Base Feature Card */
.cards-wrapper-inner .feature-card {
  position: relative;
  border-radius: 28px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cards-wrapper-inner .feature-card:hover {
  transform: translateY(-4px);
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
}

/* Left Blue Card - Exact Indigo Navy Gradient */
.cards-wrapper-inner .card-blue {
  background: linear-gradient(135deg, #0e205c 0%, #16327e 45%, #1c3e98 100%);
}

/* Right Orange Card - Exact Saturated Amber Tangerine Gradient */
.cards-wrapper-inner .card-orange {
  background: linear-gradient(135deg, #fa6800 0%, #ed5800 45%, #de4900 100%);
}

/* Top Right Dot Matrix Grid */
.cards-wrapper-inner .dot-matrix {
  position: absolute;
  top: 24px;
  right: 28px;
  width: 84px;
  height: 44px;
  pointer-events: none;
  z-index: 1;
}

.cards-wrapper-inner .dot-matrix svg {
  width: 100%;
  height: 100%;
}

/* Card Content Body */
.cards-wrapper-inner .card-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* Top Icon Badges */
.cards-wrapper-inner .icon-badge {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    flex-shrink: 0;
}

.cards-wrapper-inner .badge-blue {
  background: rgba(255, 255, 255, 0.18);
}

.cards-wrapper-inner .badge-orange {
  background: rgba(255, 255, 255, 0.22);
}

.cards-wrapper-inner .icon-badge svg {
    width: 55px;
    height: 55px;
}
/* Headlines */
.cards-wrapper-inner .card-title {
  font-size: 28px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.22;
  margin-bottom: 16px;
  display: block;
}

.cards-wrapper-inner .card-orange .card-title {
  margin-bottom: 24px;
}

/* Description Paragraph */
.cards-wrapper-inner p {
    color: #f8f8f8;
}

/* Bullets List */
.cards-wrapper-inner .bullets-container {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.cards-wrapper-inner .bullet-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.cards-wrapper-inner .check-icon {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  margin-top: 2px;
}

.cards-wrapper-inner .check-icon svg {
  width: 100%;
  height: 100%;
}

.cards-wrapper-inner .bullet-text {
  color: rgba(255, 255, 255, 0.95);
}

.cards-wrapper-inner .bullet-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.18);
  width: 100%;
}

/* Watermark Background Visuals */
.cards-wrapper-inner .watermark-graphic {
  position: absolute;
  bottom: -20px;
  right: -20px;
  pointer-events: none;
  z-index: 0;
}

.cards-wrapper-inner .watermark-shield svg {
  width: 200px;
  height: 220px;
}

.cards-wrapper-inner .watermark-card svg {
  width: 200px;
  height: 140px;
}
/* ___________________________________________________________ */
.expert-banner-godlevel {
    position: relative;
    width: 100%;
    background: #0d2046;
    border-radius: 28px;
    padding: 30px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
    box-shadow: 0 0 24px rgba(20, 30, 70, 0.06);
}

/* Ambient Glow Halo behind Card */
.ambient-glow-halo {
  position: absolute;
  top: -50%;
  left: -20%;
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, rgba(234, 88, 12, 0.08) 0%, rgba(37, 99, 235, 0.06) 50%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

/* Top Right Dot Matrix Grid */


/* Left Column Content Area */
.banner-left {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 24px;
  flex-grow: 1;
}

/* 3D Expert Avatar Stage */
.avatar-stage {
  position: relative;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  flex-shrink: 0;
}



@keyframes ringPulse {
  0% { transform: scale(0.98); opacity: 0.3; }
  100% { transform: scale(1.04); opacity: 0.5; }
}

.avatar-3d-img {
    position: relative;
    z-index: 1;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #f8f8f8;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffff;
}



/* Text Box Area */
.banner-text-box {
  display: flex;
  flex-direction: column;
}

/* Live Status Pill */
.live-status-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  border-radius: 20px;
  padding: 4px 12px;
  margin-bottom: 10px;
  width: fit-content;
}

.pulse-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #16a34a;
  box-shadow: 0 0 0 0 rgba(22, 163, 74, 0.5);
  animation: pulseGreen 2s infinite;
}

@keyframes pulseGreen {
  0% { box-shadow: 0 0 0 0 rgba(22, 163, 74, 0.6); }
  70% { box-shadow: 0 0 0 7px rgba(22, 163, 74, 0); }
  100% { box-shadow: 0 0 0 0 rgba(22, 163, 74, 0); }
}

.status-label {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #15803d;
}

.banner-title {
  font-family: var(--font-heading);
  font-size: 28px;
  font-weight: 800;
  color: #fff;
  line-height: 1.18;
  letter-spacing: -0.02em;
  margin-bottom: 6px;
}

.banner-subtitle {
  font-family: var(--font-body);
  font-size: 14.5px;
  font-weight: 400;
  color:#f8f8f8;
  line-height: 1.5;
}

/* Vertical Divider Line */
.vertical-divider {
  position: relative;
  z-index: 2;
  width: 1px;
  height: 68px;
  background: linear-gradient(to bottom, transparent, #e2e8f0 20%, #e2e8f0 80%, transparent);
  margin: 0 40px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.divider-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--color-blue);
  opacity: 0.5;
}

/* Right Column GOD-LEVEL CTA Button */
.banner-right {
  position: relative;
  z-index: 2;
  flex-shrink: 0;
}

.godlevel-demo-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(135deg, #ff7b00 0%, #fa6800 45%, #ea580c 100%);
    padding: 18px 20px;
    border-radius: 16px;
    border: none;
    color: #ffffff;
    font-family: var(--common-font);
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0.01em;
    box-shadow: 0 12px 28px -4px rgba(234, 88, 12, 0.45);
    cursor: pointer;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    white-space: nowrap;
}

.godlevel-demo-btn:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 16px 36px -4px rgba(234, 88, 12, 0.58);
  color: #fff;
}

.godlevel-demo-btn:active {
  transform: translateY(0) scale(0.98);
}

/* Shine Sweep Streak */
.shine-sweep {
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transform: skewX(-25deg);
  animation: shinePass 3.5s infinite;
}

@keyframes shinePass {
  0% { left: -100%; }
  30% { left: 160%; }
  100% { left: 160%; }
}

.btn-arrow-circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.25s ease;
}

.godlevel-demo-btn:hover .btn-arrow-circle {
  transform: translateX(3px);
  background: rgba(255, 255, 255, 0.3);
}

.btn-arrow-circle svg {
  width: 20px;
  height: 20px;
}

/* ==========================================================================
   Interactive Glassmorphic Modal Drawer
   ========================================================================== */

.modal-overlay {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(15, 23, 42, 0.65);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.modal-overlay.open {
  opacity: 1;
  pointer-events: auto;
}

.modal-card {
  position: relative;
  background: #ffffff;
  border-radius: 28px;
  padding: 38px 42px;
  width: 100%;
  max-width: 520px;
  box-shadow: 0 30px 70px rgba(15, 23, 42, 0.25);
  transform: scale(0.92);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.modal-overlay.open .modal-card {
  transform: scale(1);
}

.modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #f1f5f9;
  border: none;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  font-size: 22px;
  line-height: 1;
  color: var(--color-heading);
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.modal-close:hover {
  background-color: #e2e8f0;
}

.modal-avatar-mini {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 14px;
  box-shadow: 0 6px 16px rgba(37, 99, 235, 0.2);
}

.modal-avatar-mini img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modal-header h3 {
  font-family: var(--font-heading);
  font-size: 23px;
  font-weight: 800;
  color: var(--color-heading);
  margin-bottom: 6px;
}

.modal-header p {
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--color-body);
  margin-bottom: 24px;
  line-height: 1.5;
}

.modal-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.form-group label {
  font-family: var(--font-heading);
  font-size: 13px;
  font-weight: 700;
  color: var(--color-heading);
}

.form-group input, .form-group select {
  padding: 12px 14px;
  border: 1px solid #cbd5e1;
  border-radius: 12px;
  outline: none;
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--color-heading);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form-group input:focus, .form-group select:focus {
  border-color: var(--color-blue);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
}

.modal-submit-btn {
  background: linear-gradient(135deg, #ff7b00 0%, #ea580c 100%);
  color: #ffffff;
  border: none;
  padding: 16px;
  border-radius: 14px;
  font-family: var(--font-heading);
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
  margin-top: 8px;
  box-shadow: 0 10px 24px rgba(234, 88, 12, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.modal-submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(234, 88, 12, 0.45);
}

/* ==========================================================================
   COMPREHENSIVE RESPONSIVE CSS MEDIA QUERIES
   ========================================================================== */
/* 1. Large Laptops / Small Desktop Displays (max-width: 1200px) */
@media (max-width: 1200px) {
  .trust__inner,
  .compliance_inner,
  .covered_inner,
  .cards-wrapper-inner {
    max-width: 100%;
    padding: 0 24px;
  }
  .trust-card {
    padding: 36px 0;
  }
  .trust-title {
    font-size: 38px;
  }
  .frameworks-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
  }
  .flags-bar {
    grid-template-columns: repeat(4, 1fr);
    gap: 14px 0;
  }
  .flag-item:nth-child(4)::after {
    display: none;
  }
  .cards-wrapper-inner .feature-card {
    padding: 32px 28px;
  }
  .expert-banner-godlevel {
    padding: 26px 24px;
  }
  .vertical-divider {
    margin: 0 24px;
  }
}
/* 2. Tablets Landscape / Small Laptops (max-width: 992px) */
@media (max-width: 992px) {
.trust-grid {
    grid-template-columns: 1fr;
    gap: 32px;
    display: flex;
    flex-direction: column-reverse;
}
  .trust-left {
    align-items: center;
    text-align: center;
  }
  .trust-title {
    font-size: 34px;
    text-align: center;
  }
  .features-row {
    justify-content: center;
  }
  .trust-right {
    min-height: 300px;
  }
  .frameworks-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .trust-card::before{
    display: none;
  }
  .cards-wrapper-inner .cards-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

}
/* 3. Tablets Portrait & Large Mobile (max-width: 768px) */
@media (max-width: 768px) {
  .heading-style {
    font-size: 28px;
    margin-top: 0;
  }
  .trust-title {
    font-size: 28px;
  }
.compliance-card::before{
  display: none;
}
  .flags-bar {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px 0;
    padding: 16px 12px;
  }
  .flag-item {
    justify-content: flex-start;
    padding: 6px 10px;
  }
  .flag-item::after {
    display: none !important;
  }
  .compliance-card,
  .covered-card,
  .cards-wrapper {
    padding: 36px 0;
  }
  .disclaimer-bar {
    flex-direction: row;
    align-items: flex-start;
    padding: 14px 16px;
  }
  .accordion-header {
    padding: 14px 16px;
  }
  .content-body {
    padding: 0 18px 18px 18px;
  }
  .point-text {
    font-size: 14px;
  }
  .cards-wrapper-inner .feature-card {
    padding: 28px 20px;
    border-radius: 22px;
  }
  .cards-wrapper-inner .card-title {
    font-size: 22px;
  }
  .cards-wrapper-inner .icon-badge {
    width: 64px;
    height: 64px;
  }
  .cards-wrapper-inner .icon-badge svg {
    width: 42px;
    height: 42px;
  }
  .watermark-graphic {
    opacity: 0.2;
  }
  .banner-title {
    font-size: 22px;
  }
  .banner-subtitle {
    font-size: 13.5px;
  }
  .modal-card {
    padding: 30px 24px;
    border-radius: 22px;
  }
  .modal-header h3 {
    font-size: 20px;
  }
  .modal-header p {
    font-size: 13px;
    margin-bottom: 18px;
  }
  .accordion-list {
    grid-template-columns: 100%;
}
.accordion-item:last-child {
    grid-column: auto;
}
}
/* 4. Standard Mobile Devices (max-width: 576px) */
@media (max-width: 630px) {
  .trust__inner,
  .compliance_inner,
  .covered_inner,
  .cards-wrapper-inner {
    padding: 0 16px;
  }
  .trust-grid {
    gap: 15px;
}
.tag-badge {
    margin-bottom: 6px;
}
  .trust-card {
    padding: 24px 0;
    border-radius: 20px;
  }
  .features-row{
    flex-direction: column;
  }
  .badge-text,
  .tag-text {
    font-size: 11.5px;
  }
  .flags-bar {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 14px 10px;
  }
  .flag-item {
    justify-content: flex-start;
  }
  .frameworks-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .framework-card {
    padding: 18px 16px;
  }
  .framework-name {
    font-size: 15px;
    white-space: normal;
  }
  .region-label {
    white-space: normal;
  }
  .disclaimer-bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 12px 14px;
  }
  .disclaimer-text {
    font-size: 13px;
  }
  .header-left {
    gap: 10px;
  }
.header-icon-box {
    width: 45px;
    height: 45px;
}
  .header-icon-box svg {
    width: 22px;
    height: 22px;
  }

  .cards-wrapper-inner .feature-card {
    padding: 24px 18px;
    border-radius: 18px;
  }
  .cards-wrapper-inner .card-title {
    font-size: 20px;
    margin-bottom: 14px;
  }
  .cards-wrapper-inner .bullet-text {
    font-size: 13.5px;
  }
  .expert-banner-godlevel {
    padding: 24px 16px;
    border-radius: 20px;
  }
  .avatar-stage {
    width: 64px;
    height: 64px;
  }
  .avatar-3d-img {
    width: 60px;
    height: 60px;
  }
  .banner-title {
    font-size: 19px;
  }
  .form-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .modal-card {
    padding: 24px 18px;
  }
  .modal-close {
    top: 14px;
    right: 14px;
    width: 30px;
    height: 30px;
    font-size: 18px;
  }
  .expert-banner-godlevel {
    padding: 24px 16px;
    border-radius: 20px;
    flex-direction: column;
}
.vertical-divider{
  display: none;
}
.banner-left {
    flex-direction: column;
    gap: 15px;
    text-align: center;
    margin: 0 0 15px;
}
.godlevel-demo-btn {
    gap: 12px;
    padding: 11px 15px;
    border-radius: 16px;
    font-size: 16px;
    font-weight: 800;
}
.features-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0;
}
.feature-card{
  flex-direction: column;
}
}
/* 5. Extra Small Mobile Displays (max-width: 400px) */
@media (max-width: 400px) {
  .heading-style {
    font-size: 26px;
  }
  .cards-wrapper-inner .feature-card {
    padding: 20px 14px;
  }
  .cards-wrapper-inner .icon-badge {
    width: 52px;
    height: 52px;
  }
  .cards-wrapper-inner .icon-badge svg {
    width: 34px;
    height: 34px;
  }
}