* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* font-family: Poppins Medium, sans-serif; */
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 400;
}



html {
  scroll-behavior: smooth;
}

body {
  background: #fff;
  color: #fff;
  line-height: 1.6;
  padding-top: 70px;
  /* adjust to header height */
}

/* container */
.container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

/* button */
.btn {
  display: inline-block;
  padding: 14px 28px;
  background: linear-gradient(90deg, #4f8cff, #7a5cff);
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: .3s;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, .4);
}

/* hero */
.hero-ai {
  background-image: url("images/landingimage.webp");
  background-size: cover;
  /* fill the area */
  background-position: center;
  /* centre the image */
  background-repeat: no-repeat;
  /* don’t tile it */
  /* Reduced top gap */
  /* height: calc(100vh - 75px); */
  padding: 80px 0 80px;
  position: relative;
  overflow: hidden;
  
}

.hero-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  /* text-align: center; */
}

.hero-right {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-right img {

  height: 348px;
  border-radius: 12px;
  max-height: 480px;
  object-fit: contain;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  /* Adds a premium clean shadow */
}

.hero-left {
  max-width: 700px;
}

.label {
  font-size: 14px;
  letter-spacing: 2px;
  opacity: .7;
  display: block;
  margin-bottom: 20px;
}

.hero-ai h1 {
  font-size: 2rem;
  font-style: normal;
  letter-spacing: -.0625rem;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 25px;
}

.hero-ai h1 .blue {
  color: #0066ff;
}

.subtitle {
  font-size: 1rem;
  opacity: .9;
  margin-bottom: 0px;
}

.hero-bottom {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}

.book {
  width: 180px;
  border-radius: 6px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, .4);
}

.points {
  list-style: none;
  margin-bottom: 10px;

}

.points p {
  margin-bottom: 15px;
  font-weight: 600;
}

.points li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 22px;
  opacity: .9;
}

.points li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #0066ff;
  position: absolute;
  left: 0;
  top: 7px;
}

/* SECTION 2 — INNOVATION */

.innovation {
  background: #ffffff;
  padding: 30px 0;
}

.innovation-grid {
  display: flex;
  gap: 30px;
  align-items: center;
}

.innovation-left {
  max-width: calc(100% - 440px);
  /* Safely responds to stay away from the right floating form */
}

.innovation h2 {

  line-height: 1.25;
  margin-bottom: 25px;
  color: #000;
  font-size: 2rem;
  font-style: normal;
  letter-spacing: -.0625rem;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 25px;

}

.innovation h2 span {
  color: #0066ff;
}

.intro {
  font-size: 20px;
  margin-bottom: 30px;
  color: #222;
  max-width: 680px;
}

/* SECTION 2.5 — REPORT COVERS */

.report-covers {
  background: #ffffff;
  padding: 30px 0;
}

.report-covers-grid {
  display: flex;
  gap: 30px;
  align-items: center;
}

.report-covers-left {
  max-width: calc(100% - 440px);
}

.report-covers h2 {
  line-height: 1.25;
  margin-bottom: 25px;
  color: #000;
  font-size: 2rem;
  font-style: normal;
  letter-spacing: -.0625rem;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 25px;
}

.report-covers h2 span {
  color: #0066ff;
}

/* quote card */
.quote-box {
  display: flex;
  gap: 25px;
  align-items: center;
  background: #e9edf0;
  padding: 25px;
  border-radius: 14px;
  max-width: 650px;
}

.avatar {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  object-fit: cover;
}

/* fixed value appended to form labels */
label .fixed-value {
  font-weight: 600;
  margin-left: 6px;
  color: #0066ff;
  font-size: 0.9em;
}

/* ensure label and span display nicely */
label {
  display: inline-flex;
  align-items: center;
}



.quote {
  font-size: 20px;
  margin-bottom: 15px;
  color: #000;
}

.quote-box h4 {
  margin-bottom: 4px;
  color: #000;
}

.role {
  color: #555;
  font-size: 14px;
}

/* responsive */
@media(max-width:900px) {

  .innovation-grid,
  .report-covers-grid {
    flex-direction: column;
  }

  .innovation h2,
  .report-covers h2 {
    font-size: 40px;
    text-align: left;
  }

  .intro {
    text-align: left;
  }



  .quote-box {
    flex-direction: column;
    text-align: left;
  }

}

/* SECTION 3 — WORKFORCE */

.workforce {
  background: #fff;
  padding: 30px 0;
}

.workforce-grid {
  display: flex;
  /* align-items: center; */
  gap: 30px;
}

.workforce-left {
  max-width: calc(100% - 440px);
  /* Responds neatly behind sticky */
}

/* heading */
.workforce h2 {

  line-height: 1.25;
  /* margin-bottom: 25px; */
  color: #000;
  font-size: 2rem;
  font-style: normal;
  letter-spacing: -.0625rem;
  font-weight: 400;
}

.workforce h2 span {
  color: #0066ff;
}

/* paragraph */
.desc {
  font-size: 20px;
  line-height: 1.7;
  color: #222;
  margin-bottom: 40px;
  max-width: 680px;
}






/* quote card */
.quote-card {
  display: flex;
  gap: 25px;
  align-items: center;
  background: #e6eaee;
  padding: 30px;
  border-radius: 16px;
  max-width: 720px;
}

.avatar {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
}

.quote {
  font-size: 20px;
  margin-bottom: 18px;
  color: #000;
}

.quote-card h4 {
  margin-bottom: 4px;
  color: #000;
}

.role {
  font-size: 15px;
  color: #555;
}

/* responsive */
@media(max-width:900px) {

  .workforce-grid {
    flex-direction: column;
  }

  .workforce h2 {
    font-size: 42px;
    text-align: left;
  }

  .desc {
    text-align: left;
  }


  .quote-card {
    flex-direction: column;
    text-align: left;
  }

}



.form-wrapper {
  position: relative;
}

.floating-form {
  position: fixed;
  right: 30px;
  top: 108px;
  /* slightly lower to avoid overlapping navbar if any */
  width: 410px;
  /* bit wider like many Snowflake forms */
  background: #ffffff;
  /* pure white - matches image */
  padding: 2rem;
  border-radius: 12px;
  /* softer corners */
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
  z-index: 1000;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;

}

/* Title - exact match */
.floating-form h3 {
  text-align: left;
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  margin: 1rem 0;
  letter-spacing: -0.2px;
}

/* ──────────────────────────────────────────────
   Very important: target HubSpot classes directly
───────────────────────────────────────────────── */

.floating-form .hs-form {
  /* Reset some HubSpot defaults */
}

.floating-form .hs-form-field {
  margin-bottom: 0.2rem !important;
}

.floating-form .hs-form label {
  display: block;
  font-size: 16px;
  font-weight: 550;
  color: #000;
  margin-bottom: 1rem;
}

.floating-form .hs-input,
.floating-form .hs-form-field input[type="text"],
.floating-form .hs-form-field input[type="email"],
.floating-form .hs-form-field input[type="tel"],
.floating-form .hs-form-field select {
  width: 100% !important;
  border: none !important;
  border-bottom: 1px solid #d1d5db !important;
  /* light gray underline like image */
  background: transparent !important;
  font-size: 16px !important;
  color: #111 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  -webkit-appearance: none;
}

.floating-form .hs-input:focus,
.floating-form .hs-form-field input:focus,
.floating-form .hs-form-field select:focus {
  border-bottom-color: #0066cc !important;
  /* Snowflake blue on focus */
  outline: none !important;
}

/* Country dropdown arrow */
.floating-form .hs-form-field select {
  background: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%236B7280' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat right 8px center !important;
  background-size: 12px !important;
  padding-right: 28px !important;
  appearance: none !important;
}

/* Privacy notice - HubSpot usually uses p or .hs-richtext */
.floating-form p,
.floating-form .hs-richtext,
.floating-form .hs-dependent-field,
.floating-form .hs-form .hs-richtext p {
  font-size: 13px !important;
  line-height: 1.5 !important;
  color: #4b5563 !important;
  text-align: left !important;
  margin: 16px 0 24px !important;
}

.floating-form a {
  color: #0066cc !important;
  text-decoration: underline !important;
}

/* Submit button - exact Snowflake blue rounded pill */
.floating-form .hs-button.primary,
.floating-form input[type="submit"],
.floating-form .hs-form .hs-submit input {
  width: 100% !important;
  background: #0066cc !important;
  /* Snowflake primary blue */
  border: none !important;
  color: white !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  padding: 14px 24px !important;
  border-radius: 8px !important;
  /* slightly less round than your gradient */
  cursor: pointer !important;
  transition: background 0.2s ease !important;
  text-transform: none !important;
  box-shadow: none !important;
}

.floating-form .hs-button.primary:hover,
.floating-form input[type="submit"]:hover {
  background: #0055aa !important;
  /* darker on hover */
}

/* Responsive - collapse floating → centered block */
@media (max-width: 1100px) {
  .floating-form {
    position: static;
    margin: 80px auto 40px;
    width: 90%;
    max-width: 420px;
  }

  /* Reset inner limits so content uses full width */
  .innovation-left,
  .workforce-left,
  .report-covers-left {
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .floating-form {
    padding: 32px 24px 28px;
  }

  .floating-form h3 {
    font-size: 22px;
  }
}




/* ---------- header/nav ---------- */
.site-header {
  background: #fff;
  /* same as body bg */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  height: 70px;
}

.header-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;

}

a.logo {
  padding: 20px 0;
}

.main-nav ul {
  display: flex;
  list-style: none;
  gap: 30px;
}

.main-nav a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  transition: opacity .2s;
}

.main-nav a:hover {
  opacity: .7;
}

/* mobile toggle – simple example */
.nav-toggle {
  display: none;
  background: none;
  border: none;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
}

/* push page content down so it isn’t hidden by the fixed header */
body {
  padding-top: 70px;
  /* adjust to header height */
}

/* RESPONSIVE */
@media(max-width:768px) {
  .main-nav ul {
    flex-direction: column;
    background: #0b0f1a;
    position: absolute;
    top: 100%;
    right: 0;
    width: 200px;
    display: none;
    /* hide until toggled */
  }

  .nav-toggle {
    display: block;
  }

  .main-nav ul.show {
    display: flex;
  }

  .report-section .discover-btn {
    max-width: 200px;
  }
}

/* SECTION 4 - REPORT CTA */

.report-section {
  background: #fff;
  padding: 30px 0;
}

.report-section h2 {
  line-height: 1.25;
  color: #000;
  font-size: 2rem;
  font-style: normal;
  letter-spacing: -.0625rem;
  font-weight: 400;
  margin-bottom: 25px;
}

.report-section h2 span {
  color: #0066ff;
}

/* Discover Button */
.discover-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 8px 14px;
  border: 2px solid #0f1a2b;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 500;
  color: #0f1a2b;
  text-decoration: none;
  transition: all .25s ease;
  /* max-width: 200px; */
}

.discover-btn .arrow {
  font-size: 22px;
  color: #0f1a2b;
}

.discover-btn:hover {
  color: #0066ff;
  border: 2px solid #0066ff;

}

.discover-btn:hover .arrow {
  color: #0066ff;
}

/* HERO BUTTON */

.hero-btn {
  margin-top: 25px;
  border: 2px solid white;
  color: #ffffff;
}

.hero-btn .arrow {
  color: white;
}

.hero-btn:hover {
  border: 2px solid #0066ff;
  color: #0066ff;
}

.hero-btn:hover .arrow {
  color: #0066ff;
}

h2.new {
  font-size: 2.6rem;
}



@media (max-width: 1024px) {
  .container {
    width: 94%;
  }

  .hero-grid {
    flex-direction: column;
    text-align: center;
    gap: 40px;
  }

  .hero-left {
    max-width: 100%;
  }

  .hero-right img {
    max-height: 480px;
    max-width: 100%;
  }
}

@media (max-width: 768px) {

  body {
    padding-top: 65px;
  }

  /* HERO */
  .hero-ai {
    padding: 60px 0 40px;
    text-align: center;
  }

  .hero-ai h1 {
    font-size: 2rem;
    line-height: 1.3;
  }

  .subtitle {
    font-size: 1rem;
  }

  .hero-right img {
    height: auto;
    max-height: 320px;
    max-width: 100%;
  }

  /* BUTTON */
  .discover-btn {
    font-size: 16px;
    /* padding: 10px 16px; */
  }

  /* SECTION HEADINGS */
  .innovation h2,
  .workforce h2,
  .report-covers h2 {
    font-size: 2rem;
    text-align: left;
  }

  .intro,
  .desc {
    text-align: left;
    font-size: 16px;
  }

  /* LISTS */


  /* GRID STACK */
  .innovation-grid,
  .workforce-grid,
  .report-covers-grid {
    flex-direction: column;
    gap: 30px;
  }

  /* REPORT SECTION */
  .report-section h2 {
    font-size: 16px;
    text-align: left;
  }

  .report-grid {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    gap: 20px;
  }

  /* HEADER FIX */
  .main-nav a {
    color: #fff;
  }

  /* FLOATING FORM */
  .floating-form {
    position: static;
    width: 100%;
    max-width: 420px;
    margin: 40px auto;
    right: auto;
    top: auto;
  }
}


@media (max-width: 480px) {

  .hero-ai h1 {
    font-size: 1.6rem;
  }

  .floating-form {
    padding: 20px;
  }

  .floating-form h3 {
    font-size: 20px;
  }

  .btn {
    padding: 12px 20px;
  }

  .discover-btn {
    font-size: 14px;
  }
}


.hero-ai::before {
  content: "";
  position: absolute;
  inset: 0;

}

.hero-left {
  position: relative;
  z-index: 2;
}






h1,
h2 {
  font-weight: 500;
}

h3,
h4,
h5 {
  font-weight: 500;
}

p,
li {
  font-weight: 400;
}

/* Common List Styling */
.innovation-list,
.work-list {
  list-style: none;
  /* remove default bullets */
  padding: 0;
  margin: 20px 0;
}

/* Each list item */
.innovation-list li,
.work-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  color: #555;
  /* grayish text */
  font-size: 16px;
  line-height: 1.6;
}

/* Custom blue bullet */
.innovation-list li::before,
.work-list li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 2px;
  color: #2563eb;
  /* brighter blue for bullet */
  font-size: 14px;
}


.site-footer {
  background: #fff;
  border-top: 1px solid #e5e5e5;
  padding: 30px 0 30px;
  font-family: 'Inter', sans-serif;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

/* Layout */
.footer-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}

/* LEFT */
.footer-left {
  max-width: 400px;
}

.footer-logo svg {
  height: 28px;
  margin-bottom: 20px;
}

.footer-desc {
  font-size: 14px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 20px;
}

/* Social Icons */
.footer-social {
  display: flex;
  gap: 15px;
}

.footer-social a {
  color: #999;
  font-size: 16px;
  transition: 0.3s;
  margin-bottom: .5rem;
}

.footer-social a:hover {
  color: #0066ff;
}

/* RIGHT */
.footer-right {
  text-align: right;
}

.footer-links {
  font-size: 14px;
  margin-bottom: 10px;
}

.footer-links a {
  color: #555;
  text-decoration: none;
  margin-right: 5px;
}

.footer-links a:hover {
  color: #0066ff;
}

.footer-copy {
  font-size: 13px;
  color: #999;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .footer-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-right {
    text-align: left;
    margin-top: 20px;
  }
}

.stop-form {
  position: absolute !important;
  top: auto !important;
  bottom: 0;
  margin-bottom: 0.5rem;
}