body,
html {
  font-family: "Open Sans", sans-serif;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  color: #777;
  font-weight: 400;
  width: 100% !important;
  height: 100% !important;
  margin: 0;
  padding: 0;
}
h2,
h3,
h4 {
  font-family: "Raleway", sans-serif;
}
h2 {
  text-transform: uppercase;
  margin: 0 0 20px;
  font-weight: 800;
  font-size: 36px;
  color: #333;
}
h3 {
  font-size: 20px;
  font-weight: 600;
  color: #333;
}
h4 {
  font-size: 18px;
  color: #333;
  font-weight: 600;
}
h5 {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 20px;
}
p {
  font-size: 15px;
}
p.intro {
  margin: 12px 0 0;
  line-height: 24px;
}
a {
  color: #000;
  font-weight: 400;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #5d4037;
}
ul,
ol {
  list-style: none;
}
ul,
ol {
  padding: 0;
  webkit-padding: 0;
  moz-padding: 0;
}
hr {
  height: 2px;
  width: 70px;
  text-align: center;
  position: relative;
  background: #000;
  margin-bottom: 20px;
  border: 0;
}
/* Navigation */
#menu {
  padding: 15px;
  transition: all 0.8s;
  position: relative;
  width: 100%;
  z-index: 1000;
  background-color: #000000;
}
#menu.navbar-default {
  background-color: #000000;
  border-color: rgba(231, 231, 231, 0);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  border-radius: 0;
  margin-bottom: 0;
}

/* Estilos específicos para o container da navbar */
#menu .container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
#menu a.navbar-brand {
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  padding: 5px 15px;
}

.navbar-logo {
  height: 40px;
  width: auto;
  transition: all 0.3s ease;
}

.navbar-logo:hover {
  transform: scale(1.05);
}
#menu.navbar-default .navbar-nav > li > a {
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  padding: 8px 2px;
  border-radius: 0;
  margin: 9px 20px 0;
}
#menu.navbar-default .navbar-nav > li > a:after {
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 2px;
  background: linear-gradient(to right, #000 0%, #5d4037 100%);
  content: "";
  transition: width 0.2s;
}
#menu.navbar-default .navbar-nav > li > a:hover:after {
  width: 100%;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a:after,
.navbar-default .navbar-nav > .active > a:hover:after,
.navbar-default .navbar-nav > .active > a:focus:after {
  display: block !important;
  position: absolute !important;
  left: 0 !important;
  bottom: -1px !important;
  width: 100% !important;
  height: 2px !important;
  background: linear-gradient(to right, #000 0%, #5d4037 100%) !important;
  content: "" !important;
  transition: width 0.2s !important;
}
.navbar-toggle {
  border-radius: 0;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #fff;
  border-color: #000;
}
.navbar-default .navbar-toggle:hover > .icon-bar {
  background-color: #000;
}
.section-title {
  margin-bottom: 70px;
}
.section-title h2 {
  position: relative;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.section-title h2::after {
  position: absolute;
  content: "";
  background: linear-gradient(to right, #000 0%, #5d4037 100%);
  height: 4px;
  width: 60px;
  bottom: 0;
  margin-left: -30px;
  left: 50%;
}
.section-title p {
  font-size: 18px;
}
.btn-custom {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  color: #fff;
  background-color: #000;
  background-image: linear-gradient(to right, #000 0%, #5d4037 100%);
  padding: 14px 34px;
  letter-spacing: 1px;
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  border-radius: 25px;
  transition: all 0.5s linear;
  border: 0;
}
.btn-custom:hover,
.btn-custom:focus,
.btn-custom.focus,
.btn-custom:active,
.btn-custom.active {
  color: #fff;
  background-image: none;
  background-color: #5d4037;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a:focus,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
  outline-offset: none;
}
/* Header Section */
.intro {
  display: table;
  width: 100%;
  padding: 0;
  background: url(../img/coffeeinclub.png) center center no-repeat;
  background-color: #e5e5e5;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  position: relative;
  min-height: 100vh;
}
.intro .overlay {
  background: rgba(0, 0, 0, 0.2);
  position: relative;
}

/* Logo Container */
.logo-container {
  position: absolute;
  top: 20px;
  right: 30px;
  display: flex;
  align-items: center;
  z-index: 10;
}

.header-logo {
  width: 60px;
  height: 60px;
  margin-right: 10px;
}

.logo-text {
  color: white;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-transform: lowercase;
  letter-spacing: 1px;
}

/* Main Headline */
.main-headline {
  text-align: left;
  margin-bottom: 30px;
  width: 100%;
}

.headline-top {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 10px;
}

.headline-bottom {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}

.headline-small {
  color: white;
  font-family: "Telegraf", sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.headline-medium {
  color: white;
  font-family: "Telegraf", sans-serif;
  font-size: 36px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 0;
  width: 100%;
    text-align: center;

}

.headline-main {
  color: white;
  font-family: "Telegraf", sans-serif;
  font-size: 85px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.1;
  margin: 10px 0;
  width: 100%;
  text-align: center;
}

/* Sub Headline */
.sub-headline {
  color: white;
  font-family: "HK Grotesk", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
  text-align: left;
  margin-bottom: 40px;
  max-width: 500px;
}

/* Waiting List Button */
.waiting-list-btn {
  background: #D4A574 !important;
  border-color: #D4A574 !important;
  color: #333 !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  padding: 15px 30px !important;
  border-radius: 25px !important;
  font-size: 14px !important;
  transition: all 0.3s ease !important;
}

.waiting-list-btn:hover {
  background: #C19A6B !important;
  border-color: #C19A6B !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2) !important;
}

.intro h1 {
  font-family: "Raleway", sans-serif;
  color: #fff;
  font-size: 82px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
}
.intro h1 span {
  font-weight: 800;
  color: #000000;
}
.intro p {
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
  margin: 0 auto;
  margin-bottom: 60px;
}
header .intro-text {
  padding-top: 50px;
  padding-bottom: 200px;
  text-align: left;
}
/* Features Section - Waiting List */
#features {
  background: #f6f6f6;
  padding: 100px 0;
}

/* Waiting List Form */
.waiting-list-form {
  background: white;
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  margin-top: 30px;
}

.waiting-list-form .form-group {
  margin-bottom: 25px;
}

.waiting-list-form .form-control {
  height: 50px;
  border: 2px solid #e9ecef;
  border-radius: 25px;
  padding: 0 20px;
  font-size: 16px;
  transition: all 0.3s ease;
  background: #f8f9fa;
}

.waiting-list-form .form-control:focus {
  border-color: #000;
  box-shadow: 0 0 0 0.2rem rgba(121, 85, 72, 0.25);
  background: white;
}

.waiting-list-form select.form-control {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 12px center;
  background-repeat: no-repeat;
  background-size: 16px 12px;
  padding-right: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.waiting-list-form .btn {
  width: 100%;
  height: 50px;
  border-radius: 25px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 10px;
}

.waiting-list-form .btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

/* Success Message */
.success-message {
  background: white;
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.success-icon {
  font-size: 60px;
  color: #28a745;
  margin-bottom: 20px;
}

.success-message h3 {
  color: #333;
  margin-bottom: 20px;
  font-size: 28px;
}

.position-info {
  background: linear-gradient(to right, #000 0%, #5d4037 100%);
  color: white;
  padding: 20px;
  border-radius: 10px;
  margin: 20px 0;
}

.position-info p {
  font-size: 18px;
  margin: 0;
}

.position-info strong {
  font-size: 24px;
  color: #D4A574;
}

.referral-info {
  margin: 30px 0;
  text-align: left;
}

.referral-info h4 {
  color: #333;
  margin-bottom: 15px;
  font-size: 20px;
}

.referral-link-container {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.referral-link {
  flex: 1;
  background: #f8f9fa;
  border: 2px solid #e9ecef;
  border-radius: 8px;
  padding: 12px 15px;
  font-size: 14px;
  color: #666;
}

.copy-btn {
  width: auto;
  height: auto;
  padding: 12px 15px;
  border-radius: 8px;
  font-size: 14px;
  background: #000;
  border: none;
  color: white;
  transition: all 0.3s ease;
}

.copy-btn:hover {
  background: #5d4037;
  transform: translateY(-1px);
}

.referral-code {
  font-size: 16px;
  color: #666;
  margin: 10px 0;
}

.referral-code strong {
  color: #000;
  font-size: 18px;
}

.share-info {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 10px;
  margin-top: 20px;
}

.share-info p {
  color: #666;
  margin: 5px 0;
  font-size: 14px;
  line-height: 1.5;
}

/* Alert Styles */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 8px;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

/* Responsive */
@media (max-width: 768px) {
  .waiting-list-form {
    padding: 30px 20px;
  }
  
  .success-message {
    padding: 30px 20px;
  }
  
  .referral-link-container {
    flex-direction: column;
  }
  
  .copy-btn {
    width: 100%;
  }
}
/* About Section */
#about {
  padding: 100px 0;
}
#about h3 {
  font-size: 22px;
  margin: 0 0 20px;
}
#about h2 {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
#about h2::after {
  position: absolute;
  content: "";
  background: linear-gradient(to right, #000 0%, #5d4037 100%);
  height: 4px;
  width: 60px;
  bottom: 0;
  left: 0;
}
#about .about-text li {
  margin-bottom: 6px;
  margin-left: 6px;
  list-style: none;
  padding: 0;
}
#about .about-text li:before {
  content: "\f00c";
  font-family: "FontAwesome";
  color: #000;
  font-size: 11px;
  font-weight: 300;
  padding-right: 8px;
}
#about img {
  width: 520px;
  margin-top: 10px;
  background: #fff;
  border-right: 0;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.06);
}
#about p {
  line-height: 24px;
  margin: 30px 0;
}
/* Services Section */
#services {
  padding: 100px 0;
  background: linear-gradient(to right, #000 0%, #5d4037 100%);
  color: #fff;
}
#services .service-desc {
  margin: 10px 10px 20px;
}
#services h2 {
  color: #fff;
}
#services .section-title h2::after {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.3);
  height: 4px;
  width: 60px;
  bottom: 0;
  margin-left: -30px;
  left: 50%;
}
#services i.fa {
  font-size: 42px;
  width: 120px;
  height: 120px;
  padding: 40px 0;
  background: linear-gradient(to right, #000 0%, #5d4037 100%);
  border-radius: 50%;
  color: #fff;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.05);
}
#services h3 {
  font-weight: 500;
  padding: 5px 0;
  color: #fff;
}
#services p {
  color: rgba(255, 255, 255, 0.75);
}
#services .service-desc {
  margin-bottom: 40px;
}
/* Portfolio Section */
#portfolio {
  padding: 100px 0;
}
.portfolio-item {
  margin: 1px -15px 0 -14px;
  padding: 0;
}
.portfolio-item .hover-bg {
  overflow: hidden;
  position: relative;
  margin: 0;
}
.hover-bg .hover-text {
  position: absolute;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  background: linear-gradient(
    to right,
    rgba(99, 114, 255, 0.8) 0%,
    rgba(92, 169, 251, 0.8) 100%
  );
  padding: 30% 0 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: all 0.5s;
}
.hover-bg .hover-text > h4 {
  opacity: 0;
  color: #fff;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition: all 0.3s;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 500;
  text-transform: uppercase;
}
.hover-bg:hover .hover-text > h4 {
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.hover-bg:hover .hover-text {
  opacity: 1;
}
/* Testimonials Section */
#testimonials {
  padding: 100px 0;
  background: #f6f6f6;
}
#testimonials i {
  color: #e6e6e6;
  font-size: 32px;
  margin-bottom: 20px;
}
.testimonial {
  position: relative;
  padding: 20px;
}
.testimonial-image {
  float: left;
  margin-right: 15px;
}
.testimonial-image,
.testimonial-image img {
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 50%;
}
.testimonial-content {
  position: relative;
  overflow: hidden;
}
.testimonial-content p {
  margin-bottom: 0;
  font-size: 14px;
  font-style: italic;
}
.testimonial-meta {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 600;
  color: #666;
}
/* Team Section */
#team {
  padding: 100px 0;
}
#team h4 {
  margin: 5px 0;
}
#team .team-img {
  width: 240px;
}
#team .thumbnail {
  background: transparent;
  border: 0;
}
#team .thumbnail .caption {
  padding: 10px 0 0;
  color: #888;
}
/* Contact Section */
#contact {
  padding: 100px 0 60px;
  background: linear-gradient(to right, #000 60%, #5d4037 100%);
  color: rgba(255, 255, 255, 0.75);
}
#contact .section-title {
  margin-bottom: 40px;
}
#contact .section-title p {
  font-size: 16px;
}
#contact h2 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
#contact .section-title h2::after {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.3);
  height: 4px;
  width: 60px;
  bottom: 0;
  left: 30px;
}
#contact h3 {
  color: #fff;
  margin-top: 80px;
  margin-bottom: 25px;
  padding-bottom: 20px;
  font-weight: 400;
}
#contact form {
  padding-top: 20px;
}
#contact .text-danger {
  color: #cc0033;
  text-align: left;
}
#contact .btn-custom {
  margin: 30px 0;
  background: transparent;
  border: 2px solid #fff;
}
#contact .btn-custom:hover {
  color: #1f386e;
  background: #fff;
}
label {
  font-size: 12px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  float: left;
}
#contact .form-control {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #444;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
#contact .form-control:focus {
  border-color: #999;
  outline: 0;
  -webkit-box-shadow: transparent;
  box-shadow: transparent;
}
.form-control::-webkit-input-placeholder {
  color: #777;
}
.form-control:-moz-placeholder {
  color: #777;
}
.form-control::-moz-placeholder {
  color: #777;
}
.form-control:-ms-input-placeholder {
  color: #777;
}
#contact .contact-item {
  margin: 20px 0;
}
#contact .contact-item span {
  color: rgba(255, 255, 255, 1);
  margin-bottom: 10px;
  display: block;
}
#contact .contact-item i.fa {
  margin-right: 10px;
}
#contact .social {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 50px;
  margin-top: 50px;
  text-align: center;
}
#contact .social ul li {
  display: inline-block;
  margin: 0 20px;
}
#contact .social i.fa {
  font-size: 22px;
  width: 48px;
  height: 48px;
  padding: 12px 0;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
#contact .social i.fa:hover {
  color: #000;
  background: #fff;
}
/* Footer Section*/
#footer {
  background: #f6f6f6;
  padding: 30px 0;
}
#footer p {
  color: #888;
  font-size: 14px;
}
#footer a {
  color: #000;
}
#footer a:hover {
  border-bottom: 2px solid #000;
}

@media (max-width: 768px) {
  /* Header Mobile Styles */
  .logo-container {
    top: 20px;
    right: 20px;
  }
  
  /* Navigation Mobile Styles */
  .navbar-logo {
    height: 35px;
  }
  
  #menu a.navbar-brand {
    padding: 5px 10px;
  }
  
  .header-logo {
    width: 50px;
    height: 50px;
  }
  
  .logo-text {
    font-size: 12px;
  }
  
  .headline-main {
    font-size: 48px;
    text-align: center;
  }
  
    .headline-medium {
    font-size: 36px;
    text-align: center;
  }

  .headline-small {
    font-size: 16px;
  }
  
  .headline-top {
    justify-content: center;
  }
  
  .headline-bottom {
    justify-content: center;
  }
  
  .sub-headline {
    font-size: 16px;
    max-width: 100%;
  }
  
  header .intro-text {
    padding-top: 50px;
    padding-bottom: 150px;
    text-align: center;
  }
  
  .main-headline {
    text-align: center;
  }
  
  .sub-headline {
    text-align: center;
  }
  
  #about img {
    margin: 50px 0;
  }
}

/* Coffee Cards Section */
#coffee-cards {
  background: #1a1a1a;
  padding: 80px 0;
  color: #fff;
}

#coffee-cards .section-title h2 {
  color: #fff;
}

.coffee-cards-container {
  margin-top: 50px;
  overflow-x: auto;
  padding: 20px 0;
  /* Esconder a barra de scroll */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* Internet Explorer 10+ */
}

/* Esconder a barra de scroll no Webkit (Chrome, Safari, Edge) */
.coffee-cards-container::-webkit-scrollbar {
  display: none;
}

.coffee-cards-scroll {
  display: flex;
  gap: 20px;
  min-width: max-content;
  padding: 0 20px;
}

.coffee-card {
  flex: 0 0 300px;
  height: 400px;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.coffee-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
}

.coffee-card-background {
  width: 100%;
  height: 100%;
  position: relative;
}

.coffee-card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.2) 0%,
    rgba(0, 0, 0, 0.6) 50%,
    rgba(0, 0, 0, 0.8) 100%
  );
  display: flex;
  align-items: flex-end;
  padding: 30px 20px;
}

.coffee-card-content {
  width: 100%;
  text-align: left;
}

.coffee-card-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
  line-height: 1.3;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.coffee-card-subtitle {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.coffee-card-description {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 1.4;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.coffee-card-button {
  background: #000;
  color: #fff;
  border: none;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.coffee-card-button:hover {
  background: #333;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

/* Mobile Responsive for Coffee Cards */
@media (max-width: 768px) {
  .coffee-cards-scroll {
    padding: 0 10px;
    gap: 15px;
  }
  
  .coffee-card {
    flex: 0 0 280px;
    height: 350px;
  }
  
  .coffee-card-title {
    font-size: 16px;
  }
  
  .coffee-card-subtitle {
    font-size: 13px;
  }
  
  .coffee-card-description {
    font-size: 13px;
  }
  
  .coffee-card-button {
    padding: 10px 20px;
    font-size: 13px;
  }
  
  .coffee-card-overlay {
    padding: 25px 15px;
  }
}

/* Email Verification Styles */
.email-verification-message {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-radius: 15px;
  padding: 40px;
  margin: 20px 0;
  border: 2px solid #dee2e6;
  text-align: center;
}

.verification-icon {
  font-size: 60px;
  color: #007bff;
  margin-bottom: 20px;
}

.verification-info {
  background: white;
  border-radius: 10px;
  padding: 25px;
  margin: 25px 0;
  border: 1px solid #dee2e6;
  text-align: left;
}

.verification-info h4 {
  color: #5d4037;
  margin-bottom: 15px;
}

.verification-info ul {
  list-style: none;
  padding: 0;
  margin: 15px 0;
}

.verification-info li {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-left: 25px;
}

.verification-info li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #28a745;
  font-weight: bold;
}

.verification-info li:last-child {
  border-bottom: none;
}
