:root {
  --primary-color: #C88A2A;
  --secondary-color: #111111;
  --text-color: #555;
  --white-color: #ffffff;
  --light-bg: #F8F8F8;
  --border-color: #EAEAEA;
  --heading-color: #000000;
}

body {
  font-family: Poppins, sans-serif;
  margin: 0px;
  padding: 0px;
  background: rgb(255, 255, 255);
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.main-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px 8px 30px;
  border-radius: 50px;
  background: var(--primary-color);
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 500;
  border-width: medium;
  border-style: none;
  border-color: currentcolor;
  border-image: initial;
  transition: 0.3s;
}

.main-btn span {
  background: white;
  padding: 10px 12px;
  border-radius: 40px;
}

.main-btn:hover {
  color: rgb(255, 255, 255);
}

.section-h6 {
  font-size: 13px;
  font-weight: 500;
  color: var(--primary-color);
  margin-bottom: 10px;
}

.section-h2 {
  width: 100%;
  font-size: 33px;
  font-weight: 500;
  color: var(--heading-color);
  line-height: 1.2;
  margin-bottom: 11px;
}

.main-header {
   z-index: 999999;
  width: 100%;
  position: fixed;
  padding: 18px 0px;
  background: rgb(255, 255, 255);
  border-bottom: 1px solid rgb(241, 241, 241);
}

.logo {
  font-size: 28px;
  font-weight: 800;
  color: rgb(0, 0, 0);
}

.nav-menu {
  display: flex;
  gap: 35px;
  justify-content: center;
}

.nav-menu a {
  font-size: 14px;
  color: rgb(34, 34, 34);
  font-weight: 500;
}

.hero-section {
  background: url(../images/hero.png);
  background-repeat: no-repeat;
  background-size: cover;
  /* optional */
  background-position: center;
  /* optional */
  padding: 150px 0px 80px;
}

.hero-content h2 {
  font-size: 60px;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 20px;
}

.hero-content h2 span {
  color: var(--primary-color);
}

.hero-content p {
  font-size: 16px;
  color: var(--text-color);
  margin-bottom: 20px;
}

.hero-section h2 span {
  color: var(--primary-color);
  font-weight: 600;
}

.hero-section h2 {
  font-size: 60px;
  font-weight: 400;
  line-height: 79px;
  color: black;
}

.hero-meta {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  margin: 30px 0px;
}

.london h6 {
  font-size: 18px;
}

.london p {
  font-size: 14px !important;
  width: 100% !important;
}

.hero-meta div {
  font-size: 14px;
  font-weight: 500;
}

.hero-btns {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.video-btn {
  border: 1px solid var(--primary-color);
  background: transparent;
  color: var(--secondary-color);
  padding: 0px 20px 0px 9px;
}

.hero-image img {
  border-radius: 20px;
}

.about-section {
  padding: 70px 0px;
}

.footer-about {
  border-left: 1px solid rgb(221, 221, 221);
  padding: 30px 0px 10px 30px;
  border-right: 1px solid rgb(221, 221, 221);
}

.footer-links {
  border-right: 1px solid rgb(221, 221, 221);
  padding: 30px 0px 30px 30px;
  height: 100%;
}

.about-card {
  background: rgb(255, 255, 255);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 25px;
  margin-bottom: 20px;
}

.about-card h6 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.about-section p {
  font-size: 16px;
  width: 90%;
  line-height: 26px;
}

.about-card p {
  font-size: 14px;
  color: var(--text-color);
  margin: 0px;
}

.about-image img {
  border-radius: 20px;
}

@media (max-width: 991px) {
  .hero-content h2 {
      font-size: 42px;
  }

  .section-h2 {
      font-size: 32px;
  }

  .nav-menu {
      display: none;
  }
}

.exclusive-section {
  padding: 70px 0px;
  background: rgb(245, 245, 245);
}

.exclusive-section p {
  font-size: 15px;
  color: rgb(102, 102, 102);
  line-height: 1.8;
}

.exclusive-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  height: 420px;
}

.exclusive-card:hover img {
  transform: scale(1.08);
}

.exclusive-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}

.exclusive-content {
  z-index: 2;
  background: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.88));
  align-items: flex-end;
  padding: 25px;
  display: flex;
  position: absolute;
  inset: 0px;
}

.exclusive-content::before {
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.31);
  border-radius: 20px;
  width: 84%;
  height: 87%;
  position: absolute;
}

.exclusive-content h6 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 8px;
  color: rgb(255, 255, 255);
  padding: 0px 20px;
}

.exclusive-content p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  margin: 0px;
  max-width: 240px;
  padding: 0px 20px;
}

.exclusive-middle-text {
  margin: 45px 0px;
}

.exclusive-middle-text p {
  font-size: 24px;
  font-weight: 500;
  color: rgb(17, 17, 17);
}

.bottom-image img {
  width: 100%;
  border-radius: 20px;
  height: 320px;
  object-fit: cover;
}

.bottom-content {
  padding-left: 20px;
}

.bottom-content p {
  margin: 20px 0px 30px;
}

.feature-strip {
  background: url("../images/features.png");
  margin-top: 60px;
  border-radius: 20px;
  padding: 0px 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.feature-box {
  flex: 1 1 0%;
  text-align: center;
  border-left: 1px dashed rgba(255, 255, 255, 0.15);
  align-items: center;
  min-height: 150px;
  padding: 30px;
}

.feature-box h6 {
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-weight: 600;
  margin: 0px;
}

@media (max-width: 991px) {
  .exclusive-card {
      height: 350px;
  }

  .exclusive-middle-text p {
      font-size: 20px;
  }

  .bottom-content {
      padding-left: 0px;
      padding-top: 30px;
  }

  .feature-strip {
      flex-direction: column;
  }
}

.theme-scroll-section {
  padding: 70px 0px;
  background: rgb(245, 245, 245);
}

.theme-sticky-wrapper {
  overflow: hidden;
}

.theme-slide.active-slide {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  z-index: 2;
}

.theme-content-box {
  padding: 0 0 0 20px;
}

.theme-content-box h2 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 9px;
}

.theme-content-box p {
  font-size: 15px;
  color: rgb(102, 102, 102);
  line-height: 1.8;
  margin-bottom: 30px;
}

.theme-list-wrap {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
  margin-top: 70px;
}

.theme-list-wrap h6 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}

.theme-list-wrap ul {
  padding-left: 18px;
  list-style: outside;
}

.theme-list-wrap li {
  margin-bottom: 8px;
  color: rgb(68, 68, 68);
}

.theme-image-box {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.theme-image-box img {
  width: 100%;
  height: 370px;
  object-fit: cover;
  border-radius: 20px;
}

.theme-image-box span img {
  width: 18px;
  height: 13px;
}

.theme-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 991px) {
  .theme-sticky-wrapper {
      height: auto;
  }

  .theme-slide {
      position: relative;
      opacity: 1;
      visibility: visible;
      transform: none;
      margin-bottom: 40px;
  }

  .theme-content-box {
      padding: 30px;
  }

  .theme-content-box h2 {
      font-size: 28px;
  }
}

.conference-showcase-section {
  padding: 100px 0px;
}

.section-top-heading {
  margin-bottom: 40px;
}

.coreThemeSlider {
  padding-bottom: 20px;
}

.theme-card-box {
  background: rgb(255, 255, 255);
  border: 1px solid rgb(238, 238, 238);
  border-radius: 16px;
  padding: 30px 25px;
  min-height: 370px;
  transition: 0.4s;
}

.theme-card-box img {
  margin: 0px 0px 30px;
}

.theme-card-box h5 {
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 45px;
  width: 73%;
}

.theme-card-box p {
  font-size: 16px;
  color: rgb(102, 102, 102);
  line-height: 1.7;
}

.active-card {
  background: var(--primary-color);
  color: rgb(255, 255, 255);
}

.active-card p {
  color: rgba(255, 255, 255, 0.9);
}

.speakers-section {
  padding: 0px 0 60px;
}

.speaker-heading-area {
  margin-bottom: 50px;
  text-align: center;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.speaker-heading-area .mini-label {
  display: inline-block;
  background: rgba(204, 135, 43, 0.1);
  color: rgb(204, 135, 43);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 6px 14px;
  border-radius: 20px;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.speaker-heading-area h2 {
  margin-bottom: 14px;
}

.speaker-heading-area p {
  color: rgb(85, 85, 85);
  font-size: 15px;
  line-height: 1.7;
  margin: 0 auto;
}

.speaker-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.speaker-card-box {
  background: #fff;
  border: 1px solid rgb(238, 238, 238);
  border-radius: 18px;
  overflow: hidden;
  transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.04);
}

.speaker-card-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 34px rgba(204, 135, 43, 0.18);
  border-color: rgba(204, 135, 43, 0.35);
}

.speaker-mystery-visual {
  position: relative;
  height: 310px;
  background: linear-gradient(135deg, #161616 0%, #2a2a2a 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.speaker-mystery-visual::before {
  content: "?";
  position: absolute;
  font-size: 320px;
  font-weight: 800;
  color: rgba(204, 135, 43, 0.07);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1;
  pointer-events: none;
}

.speaker-mystery-visual.organiser-visual {
  background: linear-gradient(135deg, rgb(204, 135, 43) 0%, rgb(160, 100, 30) 100%);
}

.speaker-mystery-visual.organiser-visual::before {
  color: rgba(255, 255, 255, 0.12);
}

.question-icon {
  font-size: 74px;
  color: rgb(204, 135, 43);
  position: relative;
  z-index: 1;
  transition: transform 0.5s ease;
}

.organiser-visual .question-icon {
  color: #fff;
}

.speaker-card-box:hover .question-icon {
  transform: scale(1.08);
}

.reveal-badge {
  position: absolute;
  bottom: 16px;
  left: 16px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  padding: 6px 12px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  z-index: 2;
}

.speaker-visual {
  height: 310px;
  overflow: hidden;
  background: rgb(248, 248, 248);
  text-align: center;
  justify-content: center;
  display: flex;
}

.speaker-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.speaker-card-box:hover .speaker-visual img {
  transform: scale(1.05);
}

.card-meta {
  padding: 22px 22px 26px;
}

.card-meta .flag {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgb(204, 135, 43);
  margin-bottom: 8px;
}

.card-meta h5 {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #111;
}

.card-meta p {
  font-size: 13.5px;
  color: rgb(102, 102, 102);
  line-height: 1.65;
  margin: 0;
}

.organiser-card .card-meta h5 {
  color: rgb(204, 135, 43);
}

.conference-cta-banner {
  width: 98%;
  border-radius: 24px;
  overflow: hidden;
  background: url("../images/backgroundsecure.png") center center / cover no-repeat;
  min-height: 420px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px auto;
}

.cta-overlay-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 700px;
  padding: 40px;
}

.cta-overlay-content h2 {
  color: rgb(255, 255, 255);
  font-size: 42px;
  font-weight: 500;
  margin-bottom: 20px;
}

.cta-overlay-content p {
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 30px;
  line-height: 1.8;
}

@media (max-width: 991px) {
  .cta-overlay-content h2 {
      font-size: 30px;
  }

  .speaker-grid {
      grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .speakers-section {
      padding: 60px 0 40px;
  }

  .speaker-grid {
      grid-template-columns: 1fr;
      gap: 20px;
  }

  .speaker-mystery-visual,
  .speaker-visual {
      height: 200px;
  }
}

.main-footer {
  padding-top: 40px;
  padding-bottom: 20px;
  background: rgba(204, 135, 43, 0.06);
}

.footer-cta-box {
  margin-bottom: 60px;
}

.footer-cta-content {
  background: rgb(255, 255, 255);
  padding: 40px;
  border-radius: 8px;
}

.footer-cta-content .section-h2 {
  font-size: 30px;
  margin-bottom: 15px;
}

.footer-cta-content p {
  max-width: 640px;
  margin: 0px auto 25px;
  font-size: 15px;
  line-height: 1.8;
  color: rgb(85, 85, 85);
}

.footer-main-area {
  border-top: 1px solid rgb(229, 229, 229);
  padding-top: 0px;
}

.footer-logo {
  font-size: 36px;
  font-weight: 800;
  color: rgb(0, 0, 0);
  margin-bottom: 20px;
}

.footer-about p {
  font-size: 14px;
  color: rgb(0, 0, 0);
  line-height: 1.9;
  max-width: 430px;
}

.footer-links h6 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 25px;
  color: rgb(68, 68, 68);
}

.footer-links ul li {
  margin-bottom: 14px;
}

.footer-links ul li a {
  color: rgb(0, 0, 0);
  font-size: 15px;
  transition: 0.3s;
}

.footer-links ul li a:hover {
  color: var(--primary-color);
}

.footer-bottom {
  margin-top: 0px;
  padding: 15px 30px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(229, 229, 229);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-bottom p {
  margin: 0px;
  font-size: 14px;
  color: rgb(119, 119, 119);
}

.footer-social {
  display: flex;
  gap: 18px;
}

.footer-social a {
  color: rgb(85, 85, 85);
  font-size: 15px;
  transition: 0.3s;
}

.footer-social a:hover {
  color: var(--primary-color);
}

@media (max-width: 991px) {
  .footer-cta-content {
      padding: 50px 25px;
  }

  .footer-cta-content .section-h2 {
      font-size: 34px;
  }

  .footer-bottom {
      flex-direction: column;
      text-align: center;
  }

  .footer-links {
      margin-top: 30px;
  }
}

.london {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.video-btn span {
  padding: 0px;
}

.bnigfont {
  font-size: 22px !important;
  font-weight: 500;
}

.hero-section p {
  font-size: 16px;
  width: 75%;
}

.bp-btn-row {
  display: flex;
  align-items: center;
  gap: 20px;
}
.bp-btn-row{
    margin-top: -15px;
}

.bp-expert{
    display:flex;
    align-items:flex-start;
    gap:20px;
    padding:22px;
    border-radius:24px;
    background:#fff;
    border:1px solid #f2f2f2;
}

.bp-expert-img img{
    width: 75px;
    height: 75px;
    min-width: 75px;
    object-fit:cover;
    border-radius:50%;
    border:4px solid #f4f4f4;
}

.bp-expert-text .name{
    font-size:13px;
    font-weight:600;
    letter-spacing:1px;
    text-transform:uppercase;
    color:#9ca3af;
    margin-bottom:6px;
}

.bp-expert-text h5{
    font-size: 23px;
    font-weight:700;
    color:#111827;
    margin-bottom:6px;
}

.expert-role{
    display:inline-block;
    font-size: 14px;
    font-weight:600;
    color:#ff6b00;
    margin-bottom:10px;
}

.expert-desc{
    font-size:15px;
    line-height:1.7;
    color:#6b7280;
    margin-bottom:0;
}
.bp-expert {
  display: flex;
  gap: 10px;
  margin-top: 1rem !important;
}

.bp-expert-text .name {
  margin: 0px;
  color: black;
  font-weight: 600;
}

.bp-expert-text .role {
  width: 100%;
  margin: 0px;
}

.linetop {
  position: relative;
  padding: 0px 0px 0px 20px;
}

.linetop::before {
  content: "";
  width: 5px;
  height: 100%;
  left: 0px;
  background: var(--primary-color);
  position: absolute;
}

.bp-card-icon {
}

.bp-card-icon img {
  margin-bottom: 20px;
  width: 40px;
}

.bp-card-check {
  padding: 21px 0px 0px;
  color: var(--primary-color);
  display: flex;
  align-items: center;
  gap: 10px;
}

.feature-box img {
  margin-bottom: 20px;
}

.beypoun {
  padding: 0px 0px 20px;
}

.custom-grid-section {
  display: flex;
  gap: 20px;
  height: 520px;
}

.left-card, .right-card {
  flex: 1 1 0%;
  display: flex;
  flex-direction: column;
}

.main-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
}

.left-card .main-img {
  height: 440px;
}

.info-box {
  margin-top: 14px;
  background: rgb(0, 0, 0);
  border-radius: 20px;
  padding: 22px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.icon-box img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgb(201, 138, 29);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(255, 255, 255);
  font-size: 18px;
}

.info-box h4 {
  color: rgb(255, 255, 255);
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 4px;
}

.info-box p {
  color: rgb(217, 217, 217);
  font-size: 13px;
  margin: 0px;
}

.right-card .main-img {
  height: 580px;
}

.theme-slide {
  background: rgb(255, 255, 255);
  border: 1px solid rgb(238, 238, 238);
  border-radius: 20px;
  padding: 15px;
  margin: 0px 0px 30px;
  opacity: 0;
  transform: translateY(80px);
  transition: opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1), transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
}

.theme-slide.visible {
  opacity: 1;
  transform: translateY(0px);
}

.nav-menu{
  display: flex;
  align-items: center;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-menu li a{
  text-decoration: none;
  font-size: 16px;
  transition: 0.3s;
}

.nav-menu li a:hover{
  color: #ff7a00;
}

/* TOGGLE */

.menu-toggle{
  display: none;
}

/* MOBILE BUTTON HIDE */

.mobile-btn{
  display: none;
}

/* =========================
 MOBILE
========================= */

@media(max-width:991px){
  .nav-menu li a {

    color: white !important;
  }

  .menu-toggle{
      display: block;
  }

  .desktop-btn{
      display: none;
  }

  .nav-menu{
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      background: #000;
      flex-direction: column;
      align-items: flex-start;
      padding: 25px;
      gap: 20px;

      opacity: 0;
      visibility: hidden;
      transform: translateY(-10px);
      transition: 0.3s;
  }

  .nav-menu.active{
      opacity: 1;
      visibility: visible;
      transform: translateY(0);
  }

  .mobile-btn{
      display: block;
      width: 100%;
  }

  .mobile-btn .main-btn{
      width: 100%;
      justify-content: center;
  }
}

@media(max-width:576px){

  .logo{
      font-size: 22px;
  }

  .menu-toggle{
      font-size: 26px;
  }
}

.header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* ============================================= */
/* SPONSORS SECTION                              */
/* ============================================= */
.sponsors-section {
  padding: 80px 0;
  background: #f8f8f8;
}

.sponsors-section .sponsors-lead {
  max-width: 540px;
  margin: 0 auto;
  color: rgb(85, 85, 85);
  font-size: 15px;
  line-height: 1.7;
}

.sponsor-deck-btn {
  border: none;
  cursor: pointer;
  font-family: inherit;
}

/* ============================================= */
/* SPONSOR DECK GATE MODAL                       */
/* ============================================= */
.sg-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 20px;
  opacity: 0;
  transition: opacity 0.25s ease;
}

.sg-overlay.is-open {
  display: flex;
  opacity: 1;
}

.sg-box {
  background: #ffffff;
  width: 100%;
  max-width: 460px;
  border-radius: 16px;
  padding: 36px 32px 30px;
  position: relative;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
  animation: sgPop 0.3s ease;
}

@keyframes sgPop {
  from { transform: translateY(20px) scale(0.96); opacity: 0; }
  to   { transform: translateY(0) scale(1); opacity: 1; }
}

.sg-close {
  position: absolute;
  top: 12px;
  right: 14px;
  background: transparent;
  border: none;
  font-size: 28px;
  line-height: 1;
  color: #888;
  cursor: pointer;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  transition: background 0.2s, color 0.2s;
}

.sg-close:hover {
  background: #f1f1f1;
  color: #111;
}

#sgForm h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 6px;
  color: #111;
}

.sg-sub {
  font-size: 13.5px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 22px;
}

.sg-field {
  margin-bottom: 14px;
}

.sg-field label {
  display: block;
  font-size: 12.5px;
  font-weight: 600;
  color: #333;
  margin-bottom: 6px;
}

.sg-field input {
  width: 100%;
  padding: 12px 16px;
  border: 1.5px solid #e0e0e0;
  border-radius: 8px;
  font-size: 14px;
  outline: none;
  transition: border .2s;
  font-family: 'Poppins', sans-serif;
}

.sg-field input:focus {
  border-color: var(--primary-color);
}

.sg-submit {
  width: 100%;
  padding: 14px;
  background: var(--primary-color);
  color: #ffffff;
  border: none;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  margin-top: 8px;
  transition: opacity .2s;
  font-family: 'Poppins', sans-serif;
}

.sg-submit:hover {
  opacity: .88;
}

.sg-success {
  display: none;
  text-align: center;
  padding: 20px 0;
}

.sg-success i {
  font-size: 48px;
  color: #22c55e;
  margin-bottom: 16px;
}

.sg-success h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #111;
}

.sg-success p {
  font-size: 14px;
  color: #555;
  margin: 0;
}

.sg-success a {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 32px;
  background: var(--primary-color);
  color: #ffffff;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  font-size: 14px;
  transition: opacity 0.2s;
}

.sg-success a:hover {
  opacity: 0.88;
}
