.elementor-301478 .elementor-element.elementor-element-214cda9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-301478 .elementor-element.elementor-element-9f83774{--spacer-size:20px;}.elementor-301478 .elementor-element.elementor-element-9bd26b7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-b5966aa */.survey-wrap *, .survey-wrap *::before, .survey-wrap *::after { box-sizing: border-box; margin: 0; padding: 0; }
 
  .survey-wrap {
    --survey-navy: #3A5EA6;
    --survey-sky: #54A8DC;
    --survey-navy-dark: #2a4580;
    --survey-sky-light: #d6edf8;
    --survey-sky-mid: #8dc8e8;
    --survey-white: #ffffff;
    --survey-off-white: #f5f8fc;
    --survey-text-dark: #1a2a4a;
    --survey-text-mid: #3a4f6e;
    --survey-text-light: #6b8099;
    font-family: 'Source Sans 3', sans-serif;
    background-color: var(--survey-off-white);
    color: var(--survey-text-dark);
    overflow-x: hidden;
  }
 
  /* ─── Header ─── */
  .survey-header {
    background: var(--survey-navy);
    padding: 1rem 2rem;
    display: flex;
    align-items: center;
    gap: 1rem;
  }
  .survey-logo-bar {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    flex-wrap: wrap;
  }
  .survey-partner-label {
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--survey-sky-mid);
    font-weight: 600;
  }
  .survey-brand {
    font-family: 'Playfair Display', serif;
    font-size: 1rem;
    color: var(--survey-white);
    line-height: 1.2;
  }
  .survey-divider {
    width: 1px;
    height: 28px;
    background: rgba(255,255,255,0.25);
  }
 
  /* ─── Hero ─── */
  .survey-hero {
    background: linear-gradient(135deg, var(--survey-navy) 0%, #2a4d8f 50%, #1e3d73 100%);
    padding: 5rem 2rem 6rem;
    position: relative;
    overflow: hidden;
  }
  .survey-hero::before {
    content: '';
    position: absolute;
    top: -60px;
    right: -80px;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(84,168,220,0.18) 0%, transparent 70%);
    pointer-events: none;
  }
  .survey-hero::after {
    content: '';
    position: absolute;
    bottom: -100px;
    left: -60px;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(84,168,220,0.10) 0%, transparent 70%);
    pointer-events: none;
  }
  .survey-hero-inner {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
  .survey-hero-eyebrow {
    display: inline-block;
    background: rgba(84,168,220,0.22);
    border: 1px solid rgba(84,168,220,0.45);
    color: var(--survey-sky);
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-weight: 600;
    padding: 6px 16px;
    border-radius: 100px;
    margin-bottom: 1.75rem;
  }
  .survey-hero-h1 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2rem, 4.5vw, 3.2rem);
    font-weight: 700;
    color: var(--survey-white);
    line-height: 1.25;
    max-width: 780px;
    margin-bottom: 0.5rem;
  }
  .survey-hero-h1 .survey-accent {
    color: var(--survey-sky);
  }
  .survey-hero-sub {
    font-size: 0.95rem;
    color: rgba(255,255,255,0.55);
    margin-top: 1.25rem;
    letter-spacing: 0.03em;
  }
 
  /* ─── Main ─── */
  .survey-main {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 2rem 5rem;
  }
 
  /* ─── Two-col grid ─── */
  .survey-content-grid {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 2.5rem;
    margin-top: -3rem;
    align-items: start;
  }
 
  /* ─── Image Placeholder ─── */
  .survey-image-placeholder {
    background: var(--survey-white);
    border: 2px dashed var(--survey-sky-mid);
    border-radius: 12px;
    aspect-ratio: 4/3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    color: var(--survey-text-light);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
  }
  .survey-image-placeholder svg {
    opacity: 0.4;
  }
 
  /* ─── Survey Card ─── */
  .survey-card {
    background: var(--survey-white);
    border-radius: 16px;
    padding: 2.25rem;
    box-shadow: 0 4px 32px rgba(58,94,166,0.1);
    border: 1px solid rgba(84,168,220,0.2);
    position: sticky;
    top: 2rem;
  }
  .survey-card-tag {
    font-size: 10px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--survey-sky);
    margin-bottom: 0.75rem;
  }
  .survey-card-h2 {
    font-family: 'Playfair Display', serif;
    font-size: 1.25rem;
    color: var(--survey-text-dark);
    line-height: 1.35;
    margin-bottom: 1.5rem;
  }
 
  /* Perks */
  .survey-perks {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    margin-bottom: 1.75rem;
  }
  .survey-perk {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
  }
  .survey-perk-icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: var(--survey-sky-light);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  .survey-perk-icon svg {
    width: 16px;
    height: 16px;
    stroke: var(--survey-navy);
    stroke-width: 2;
    fill: none;
  }
  .survey-perk-text strong {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: var(--survey-text-dark);
    margin-bottom: 1px;
  }
  .survey-perk-text span {
    font-size: 12px;
    color: var(--survey-text-light);
    line-height: 1.4;
  }
 
  /* CTA Button */
  .survey-cta-btn {
    display: block;
    width: 100%;
    background: var(--survey-navy);
    color: var(--survey-white);
    text-decoration: none;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    padding: 1rem 1.5rem;
    border-radius: 10px;
    transition: background 0.2s, transform 0.1s;
    letter-spacing: 0.02em;
    margin-bottom: 0.85rem;
  }
  .survey-cta-btn:hover {
    background: var(--survey-navy-dark);
    transform: translateY(-1px);
  }
  .survey-cta-btn:active {
    transform: translateY(0);
  }
  .survey-cta-note {
    text-align: center;
    font-size: 11px;
    color: var(--survey-text-light);
    letter-spacing: 0.03em;
  }
 
  /* ─── Left Column ─── */
  .survey-left-col {}
  .survey-about-card {
    background: var(--survey-white);
    border-radius: 16px;
    padding: 2.25rem;
    box-shadow: 0 4px 32px rgba(58,94,166,0.07);
    border: 1px solid rgba(84,168,220,0.15);
    margin-top: 0;
  }
  .survey-about-card h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.3rem;
    color: var(--survey-text-dark);
    margin-bottom: 1rem;
    line-height: 1.35;
  }
  .survey-about-card p {
    font-size: 15px;
    color: var(--survey-text-mid);
    line-height: 1.75;
    margin-bottom: 1rem;
  }
  .survey-about-card p:last-child { margin-bottom: 0; }
 
  /* Highlight bar */
  .survey-highlight-bar {
    background: linear-gradient(90deg, var(--survey-sky-light) 0%, rgba(84,168,220,0.08) 100%);
    border-left: 4px solid var(--survey-sky);
    border-radius: 0 10px 10px 0;
    padding: 1rem 1.25rem;
    margin: 1.5rem 0;
  }
  .survey-highlight-bar p {
    margin: 0;
    font-size: 14px;
    color: var(--survey-navy);
    font-weight: 600;
  }
 
  /* ─── Footer ─── */
  .survey-footer {
    background: var(--survey-navy);
    padding: 1.75rem 2rem;
    text-align: center;
  }
  .survey-footer p {
    font-size: 12px;
    color: rgba(255,255,255,0.45);
    letter-spacing: 0.04em;
  }
  .survey-footer span {
    color: var(--survey-sky);
  }
 
  /* ─── Responsive ─── */
  @media (max-width: 700px) {
    .survey-content-grid {
      grid-template-columns: 1fr;
    }
    .survey-card { position: static; }
    .survey-hero { padding: 3.5rem 1.5rem 5rem; }
    .survey-main { padding: 0 1.25rem 4rem; }
  }/* End custom CSS */