* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Inter', sans-serif;
  background: #ffffff;
  color: #000000;
  line-height: 1.5;
  overflow-x: hidden;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

header {
  padding: 15px 0;
  background: #fff;
  border-bottom: 1px solid #f0f0f0;
}

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

.logo {
  font-size: 20px;
  font-weight: 900;
  color: #061d49;
  line-height: 1;
}

.top-header-btn {
  background: #061d49;
  color: #ffffff;
  padding: 10px 15px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 800;
  font-size: 10px;
  text-align: center;
  transition: 0.3s;
}

.top-header-btn span {
  display: block;
  font-size: 20px;
  white-space: nowrap;
}

.top-header-btn:hover {
  background: #020202;
  transform: translateY(-2px);
}

.hero {
  padding: 25px 0;
}

.hero-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
  position: relative;
}

.hero-left {
  flex: 1.2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.orange-badge.moved-price-button {
  background: #ff7a00 !important;
  font-size: 60px !important;
  font-weight: 800;
  padding: 6px 50px !important;
  border-radius: 50px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 25px;
  margin-right: 10px !important;
  float: left;
  width: auto;
  line-height: 1.1;
  position: relative;
  top: -8px;
  color: #000;
}

.orange-badge.moved-price-button .resume-text {
  display: block !important;
  font-size: 22px !important;
  font-weight: 800 !important;
  margin-top: 6px !important;
  white-space: nowrap !important;
  color: #000000 !important;
  letter-spacing: 0.5px !important;
}

.free-wrapper {
  position: relative;
  display: inline-block;
}

.free-line {
  display: block;
  width: 100%;
  height: 4px;
  background: #000;
  position: absolute;
  bottom: -4px;
  left: 0;
}

.hero-buttons-container {
  position: relative;
  display: inline-flex;
  align-items: center;
  float: left;
  margin-top: 5px;
  margin-left: 0px !important;
  z-index: 10;
}

.author-name {
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
}

.hero-left h1 {
  font-size: 46px;
  font-weight: 900;
  color: #061d49;
  line-height: 1.1;
  margin-bottom: 15px;
  text-align: center;
}

.hero-subtext {
  font-size: 25px !important;
  color: #000000 !important;
  margin-bottom: 25px !important;
  text-align: center !important;
  font-weight: 700 !important;
  white-space: nowrap !important;
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  overflow: visible !important;
}

.hero-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  margin-top: 30px;
  justify-content: center;
}

.btn-dark-blue {
  background: #061d49;
  color: #fff;
  padding: 5px 100px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 900;
  font-size: 24px;
  text-align: center;
  transition: 0.3s;
  border: 2px solid #061d49;
  display: inline-block;
  cursor: pointer;
  line-height: 1.3;
  min-width: 380px;
}

.btn-number {
  display: block;
  font-size: 32px;
  margin-top: 2px;
  white-space: nowrap;
}

.btn-dark-blue:hover {
  background: #fff;
  color: #061d49;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(6, 29, 73, 0.15);
  text-decoration: underline;
}

.hero-buttons-container {
  position: absolute;
  top: 5px;
  left: 430px;
  display: inline-flex;
  align-items: center;
  z-index: 10;
}

.btn-orange-call {
  background: #ff7a00 !important;
  color: #fff !important;
  padding: 16px 40px !important;
  border-radius: 50px !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 15px !important;
  box-shadow: none;
  white-space: normal !important;
  transition: 0.3s;
  min-width: 280px !important;
}

.btn-orange-call:hover {
  background: #e66e00 !important;
  transform: translateY(-2px);
  text-decoration: none !important;
}

.call-info {
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.3 !important;
}

.call-info .call-title {
  font-size: 20px !important;
  font-weight: 900 !important;
  color: #ffffff !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  white-space: nowrap !important;
}

.call-info .call-subtitle {
  font-size: 15px !important;
  font-weight: 800 !important;
  color: #ffffff !important;
  text-transform: uppercase;
  margin-top: 3px;
  white-space: nowrap !important;
}

.btn-orange-call .icon-circle {
  background: #fff;
  color: #ff7a00;
  width: 44px !important;
  height: 44px !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px !important;
}

.hero-right {
  flex: 1;
  position: relative;
  background: transparent !important;
}

.main-hero-img {
  width: 100%;
  border-radius: 20px;
  display: block;
  position: relative;
  z-index: 1 !important;
}

.floating-human-card {
  position: absolute !important;
  bottom: 110px !important;
  left: 60px !important;
  background: transparent !important;
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  z-index: 100 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  min-width: 250px !important;
  border: none !important;
  outline: none !important;
}

.floating-human-card strong {
  display: block !important;
  font-size: 18px !important;
  font-weight: 900 !important;
  color: #061d49 !important;
  margin-bottom: 8px !important;
  background: transparent !important;
}

.floating-human-card p:first-of-type {
  display: block !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  color: #333333 !important;
  margin: 0 0 4px 0 !important;
  background: transparent !important;
}

.floating-human-card p:last-of-type {
  display: block !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  color: #333333 !important;
  margin: 0 !important;
  background: transparent !important;
}

.floating-human-card p:not(:first-of-type):not(:last-of-type) {
  display: none !important;
}

.review-cta {
  background: #f8fafc;
  padding: 30px 0;
  margin: 20px 0;
}

.cta-wrapper-new {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.cta-left-new {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-left: 20px !important;
}

.search-icon-match {
  width: 120px !important;
  height: auto;
}

.cta-text-new h2 {
  font-size: 30px;
  font-weight: 900;
  color: #061d49;
  line-height: 1.3;
  margin-bottom: 8px;
  max-width: 380px !important;
  white-space: normal !important;
  word-break: break-word !important;
}

.cta-text-new p {
  font-weight: 400;
  color: #222222;
  max-width: 380px !important;
  white-space: normal !important;
  word-break: break-word !important;
  line-height: 1.4;
}

.btn-blue-action-match {
  background: #2b59c3;
  color: #fff;
  padding: 15px 45px !important;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 900;
  font-size: 22px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px !important;
  transition: 0.3s;
  white-space: normal !important;
  text-align: center;
  line-height: 1.3;
  min-width: 320px !important;
  width: auto !important;
  max-width: 100% !important;
}

.btn-blue-action-match i,
.btn-blue-action-match svg {
  font-size: 26px !important;
  width: 26px !important;
  height: 26px !important;
  flex-shrink: 0 !important;
}

.btn-blue-action-match:hover {
  background: #061d49;
  transform: scale(1.02);
}

.process {
  padding: 10px 0;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.section-title-alt {
  text-align: center;
  font-size: 42px;
  font-weight: 900;
  color: #061d49;
  margin-bottom: 15px;
}

.process-grid-new {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.step-item {
  background: #fff;
  padding: 30px 20px;
  border-radius: 20px;
  border: 1px solid #f0f0f0;
  text-align: center;
  transition: 0.3s;
}

.step-item h3 {
  font-weight: 800;
  font-size: 53px !important;
  margin-bottom: 10px !important;
  color: #000000 !important;
}

.step-item p {
  font-weight: 400;
  color: #000000 !important;
  font-size: 15px !important;
  white-space: nowrap !important;
  overflow: visible !important;
  text-align: center !important;
  line-height: 1.2 !important;
}

.step-item:hover {
  border-color: #ff7a00;
  transform: translateY(-10px);
}

.step-header-fixed {
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}

.step-circle {
  background: #061d49;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  position: absolute;
  top: -10px;
  right: -10px;
}

.step-icon-bg {
  font-size: 44px;
}

.google-reviews-section {
  margin-top: 0px;
  margin-bottom: 40px;
}

.testimonials {
  padding: 40px 0;
  background: #fff;
}

.testimonial-grid-new {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.testi-card-new {
  padding: 30px;
  background: #fff;
  border: 1px solid #eee;
  transition: 0.3s;
}

.testi-card-new p {
  font-weight: 400;
  color: #222222;
}

.testi-card-new:hover {
  box-shadow: 0 15px 40px rgba(0,0,0,0.05);
}

.stars-green {
  color: #22c55e;
  margin-bottom: 15px;
}

.client-meta {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}

.client-name {
  font-weight: 900;
  color: #061d49;
}

.verified-tag {
  font-size: 12px;
  color: #22c55e;
  font-weight: 600;
}

.site-footer {
  background: #061d49;
  color: #fff;
  padding: 40px 0;
}

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

.footer-num {
  color: #fff;
  font-weight: 900;
  text-decoration: none;
}

.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  backdrop-filter: blur(5px);
  overflow-y: auto;
}

.modal-content {
  background: #fff;
  margin: 5% auto;
  padding: 40px;
  width: 90%;
  max-width: 500px;
  border-radius: 20px;
  position: relative;
}

.modal-content h2 {
  font-weight: 900;
}

.close-btn {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 30px;
  cursor: pointer;
}

#resumeForm input, #resumeForm textarea {
  width: 100%;
  padding: 12px;
  margin: 10px 0;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-family: inherit;
}

.send-form-btn {
  background: #061d49;
  color: #fff;
  width: 100%;
  padding: 15px;
  border: none;
  border-radius: 10px;
  font-weight: 900;
  cursor: pointer;
  margin-top: 20px;
  transition: 0.3s;
}

.send-form-btn:hover {
  background: #ff7a00;
}

@media (max-width: 1024px) {
  .hero-wrapper {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .hero-buttons-container {
    position: static;
    margin: 20px auto;
    justify-content: center;
  }
}

.page-links {
  display: flex;
  justify-content: center;
  gap: 30px;
  padding: 20px 0;
}

.page-links a {
  position: relative;
  text-decoration: none;
  color: #002868;
  font-weight: 900;
  font-size: 18px;
  padding-bottom: 8px;
}

.page-links a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 3px;
  background: #ff7a00;
  transition: width 0.3s ease;
}

.page-links a:hover::after,
.page-links a.active::after {
  width: 100%;
}

.hero-buttons a {
  display: block !important;
  box-sizing: border-box !important;
  text-align: center !important;
}

.hero-buttons a:nth-child(1) {
  width: 100% !important;
  max-width: 520px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.hero-buttons a:nth-child(2) {
  width: 100% !important;
  max-width: 520px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  margin-top: 15px !important;
}

.about-hero-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    padding: 60px 20px;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.about-text-content {
    flex: 1.5;
    text-align: left;
}

.about-text-content h1 {
    font-size: 48px;
    font-weight: 900;
    color: #061d49;
    margin-bottom: 10px;
    line-height: 1.1;
}

.jim-title-orange {
    color: #ff7a00;
    font-weight: 800;
    font-size: 20px;
    margin-bottom: 25px;
    display: block;
}

.jim-list {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.jim-list li {
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.jim-list li i {
    color: #22c55e;
    font-size: 22px;
}

.reviews-box-about {
    background: #f0f4f8;
    padding: 25px;
    border-radius: 12px;
    border-left: 6px solid #ff7a00;
    margin-bottom: 35px;
}

.reviews-box-about strong {
    font-size: 22px;
    color: #061d49;
    display: block;
    margin-bottom: 8px;
}

.reviews-box-about p {
    color: #475569;
    font-size: 15px;
    margin: 0;
}

.about-text-content h2 {
    color: #061d49;
    margin-bottom: 20px;
    font-weight: 900;
    font-size: 24px;
}

.included-grid-about {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.inc-card {
    background: #fff;
    border: 2px solid #e2e8f0;
    padding: 15px;
    border-radius: 10px;
    font-weight: 800;
    color: #061d49;
    text-align: center;
    transition: all 0.3s ease;
}

.inc-card:hover {
    border-color: #ff7a00;
    transform: translateY(-2px);
}

.inc-card span {
    color: #ff7a00;
    font-weight: 900;
}

.about-image-side {
    flex: 1;
}

.about-image-side img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 20px 35px -10px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
}

.about-image-side img:hover {
    transform: scale(1.01);
}

@media (max-width: 992px) {
    .about-hero-container {
        gap: 30px;
        padding: 40px 20px;
    }
    .about-text-content h1 {
        font-size: 40px;
    }
    .reviews-box-about strong {
        font-size: 20px;
    }
}

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

.about-text-content,
.about-image-side {
    animation: fadeInUpAbout 0.6s ease forwards;
}

.about-image-side {
    animation-delay: 0.1s;
}

.about-text-content {
    animation-delay: 0.2s;
}