:root {
  --red-primary: #e53935;
  --red-dark: #c62828;

  --yellow: #ffd54f;

  --bg-primary: #ffffff;
  --bg-secondary: #f8f8f8;

  --text-primary: #1f2937;
  --text-secondary: #6b7280;
}

body {
  font-family: "Inter", sans-serif;
  background: var(--bg-primary);
  color: var(--text-primary);
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

.navbar {
  height: 90px;

  display: flex;
  justify-content: space-between;
  align-items: center;

  padding: 0 8%;

  background: white;

  border-bottom: 1px solid #eeeeee;

  position: sticky;
  top: 0;

  z-index: 1000;
}

.logo img {
  height: 10vh;
}

nav {
  display: flex;
  gap: 25px;
}

nav a {
  text-decoration: none;

  color: var(--text-primary);

  font-weight: 600;

  transition: 0.3s;
}

nav a:hover {
  color: var(--red-primary);
  transform: translateY(-2px);
}

.hero {
  min-height: auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.85fr);
  align-items: start;
  gap: 50px;
  padding: 70px 4% 80px;
}

.hero-tag {
  display: inline-block;

  background: #fff5d6;

  color: #a86e00;

  padding: 10px 18px;

  border-radius: 50px;

  font-size: 0.9rem;

  font-weight: 900;

  margin-bottom: 25px;
}

.hero h1 {
  font-size: clamp(2.8rem, 4.8vw, 4.4rem);

  line-height: 1.08;

  margin-bottom: 30x;

  font-weight: 800;

  flex-direction: column;

  display: flex;

  align-items: flex-start;
}

.span-waki,
.span-market {
  display: inline;
}

.worldcup-card {
  position: relative;

  overflow: hidden;

  background: #008c3a;

  border-radius: 24px;

  min-height: 250px;

  width: 100%;

  padding: 40px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  margin-bottom: 30px;

  box-shadow:
    18px 18px 0 #ffd600,
    0 25px 40px rgba(0, 0, 0, 0.15);
}

.worldcup-card::before {
  content: "";

  position: absolute;

  inset: 0;

  background: radial-gradient(
    circle at 80% 50%,
    rgba(255, 214, 0, 0.15),
    transparent 40%
  );

  pointer-events: none;
}

.offer-content {
  position: relative;

  z-index: 2;

  width: 60%;
}

.offer-content small {
  color: white;

  font-weight: 700;

  letter-spacing: 1px;

  display: block;

  margin-bottom: 15px;
}

.offer-content h2 {
  color: white;
  font-size: 2.3rem;
  font-weight: 900;
  margin-bottom: 25px;
}

.divider {
  color: #ffd600;

  font-size: 2rem;

  margin-bottom: 20px;

  letter-spacing: 10px;
}

.offer-content h3 {
  color: #ffd600;
  font-size: 2.1rem;
  font-weight: 900;
}

.offer-content h3 span {
  display: block;
  font-size: 3.2rem;
}

.worldcup-image {
  position: absolute;

  right: 0;
  top: 0;

  width: 42%;
  height: 100%;

  background:
    linear-gradient(to left, rgba(0, 0, 0, 0.15), transparent 25%),
    url("/assets/worldcup.png");

  background-size: cover;
  background-position: center;

  border-radius: 0 24px 24px 0;
}

.worldcup-card {
  position: relative;

  overflow: hidden;

  background: #009739;

  border-radius: 24px;

  min-height: 120px;

  padding: 40px;

  box-shadow:
    18px 18px 0 #ffd600,
    0 25px 40px rgba(0, 0, 0, 0.15);
}

.worldcup-side {
  position: absolute;

  top: 0;
  right: 0;

  width: 42%;
  height: 100%;

  background-image:
    linear-gradient(to left, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0)),
    url("../assets/worldcup.png");

  background-size: cover;
  background-position: center;

  border-radius: 0 24px 24px 0;
}

.worldcup-side::before {
  content: "";

  position: absolute;

  left: -180px;
  top: 0;

  width: 250px;
  height: 100%;

  background: linear-gradient(
    to right,
    #009739 0%,
    rgba(0, 151, 57, 0.9) 40%,
    rgba(0, 151, 57, 0) 100%
  );
}

.worldcup-card::before {
  display: none;
}
.offer-content {
  position: relative;
  z-index: 2;
  width: 58%;
}

.offer-content small {
  color: white;
  font-weight: 800;
  display: block;
  margin-bottom: 20px;
}

.offer-content h2 {
  color: white;
  font-size: 3rem;
  font-weight: 900;
  margin-bottom: 25px;
}

.divider {
  display: flex;
  align-items: center;
  gap: 18px;

  color: #ffd600;
  font-size: 1.6rem;
  letter-spacing: 8px;

  margin-bottom: 25px;
}

.divider span {
  width: 140px;
  height: 3px;
  background: #ffd600;
  display: none;
  margin-left: 25%;
}

.offer-content h3 {
  color: #ffd600;
  font-size: 3rem;
  font-weight: 900;
  margin: 0, 0, 15vh, 0;
}

.hero {
  position: relative;
  overflow: hidden;
  background-color: #fff;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='520' height='520' viewBox='0 0 520 520' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23d6d6d6' stroke-width='2' opacity='.55'%3E%3Cpolygon points='260,75 330,115 330,195 260,235 190,195 190,115'/%3E%3Cline x1='260' y1='75' x2='260' y2='0'/%3E%3Cline x1='330' y1='115' x2='405' y2='75'/%3E%3Cline x1='330' y1='195' x2='405' y2='235'/%3E%3Cline x1='260' y1='235' x2='260' y2='310'/%3E%3Cline x1='190' y1='195' x2='115' y2='235'/%3E%3Cline x1='190' y1='115' x2='115' y2='75'/%3E%3Cpolygon points='115,75 190,115 190,195 115,235 40,195 40,115'/%3E%3Cpolygon points='405,75 480,115 480,195 405,235 330,195 330,115'/%3E%3Cpolygon points='260,310 330,350 330,430 260,470 190,430 190,350'/%3E%3C/g%3E%3Cg fill='%23d6d6d6' opacity='.28'%3E%3Ccircle cx='260' cy='75' r='5'/%3E%3Ccircle cx='330' cy='115' r='5'/%3E%3Ccircle cx='330' cy='195' r='5'/%3E%3Ccircle cx='260' cy='235' r='5'/%3E%3Ccircle cx='190' cy='195' r='5'/%3E%3Ccircle cx='190' cy='115' r='5'/%3E%3C/g%3E%3C/svg%3E");

  background-size: 520px 520px;
  background-repeat: repeat;
  background-attachment: fixed;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.hero-content,
.hero-image {
  position: relative;
  z-index: 1;
}

.hero p {
  color: var(--text-secondary);

  font-size: 1.1rem;

  line-height: 1.8;

  margin-bottom: 40px;

  max-width: 600px;
}

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

.btn-primary {
  background: var(--red-primary);

  color: white;

  text-decoration: none;

  padding: 18px 30px;

  border-radius: 50px;

  font-weight: 700;

  transition: 0.3s;

  white-space: nowrap;
}

.btn-primary:hover {
  transform: translateY(-3px);

  box-shadow: 0 12px 30px rgba(229, 57, 53, 0.25);
}

.btn-secondary {
  border: 2px solid var(--red-primary);

  color: var(--red-primary);

  text-decoration: none;

  padding: 18px 30px;

  border-radius: 50px;

  font-weight: 700;

  transition: 0.3s;
}

.btn-secondary:hover {
  transform: translateY(-3px);

  background: #fff5f5;
}

.hero-image {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.hero-image img {
  width: 100%;
  max-width: 760px;

  border-radius: 24px;

  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12);
}

.benefits {
  padding: 120px 8%;

  background: var(--bg-secondary);
}

.section-header {
  text-align: center;

  max-width: 800px;

  margin: 0 auto 60px;
}

.section-header span {
  color: var(--red-primary);

  font-weight: 700;

  letter-spacing: 2px;
}

.section-header h2 {
  font-size: 3rem;

  margin: 15px 0;
}

.section-header p {
  color: var(--text-secondary);

  line-height: 1.8;
}

.benefits {
  padding: 120px 8%;

  background: var(--bg-secondary);
}

.section-header {
  text-align: center;

  max-width: 700px;

  margin: 0 auto 70px;
}

.section-header span {
  color: var(--red-primary);

  font-weight: 700;

  letter-spacing: 2px;
}

.section-header h2 {
  font-size: 3rem;

  margin: 15px 0;
}

.section-header p {
  color: var(--text-secondary);

  line-height: 1.8;
}

.benefits-grid {
  display: grid;

  grid-template-columns: repeat(2, 1fr);

  gap: 30px;
}

.benefit-card {
  background: white;

  border-radius: 24px;

  padding: 50px;

  text-align: center;

  transition: 0.3s;

  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.benefit-card:hover {
  transform: translateY(-8px);

  box-shadow: 0 20px 50px rgba(229, 57, 53, 0.12);
}

.benefit-card i {
  font-size: 2.5rem;

  color: var(--red-primary);

  margin-bottom: 20px;
}

.benefit-card h3 {
  font-size: 2rem;

  color: var(--text-primary);

  margin-bottom: 10px;
}

.benefit-card p {
  color: var(--text-secondary);

  font-size: 1rem;
}

.promo {
  padding: 120px 8%;

  background: linear-gradient(135deg, var(--red-primary), var(--red-dark));

  text-align: center;

  color: white;
}

.promo-content {
  max-width: 900px;

  margin: 0 auto;
}

.promo span {
  display: inline-block;

  background: rgba(255, 255, 255, 0.15);

  padding: 12px 24px;

  border-radius: 50px;

  font-weight: 700;

  margin-bottom: 30px;
}

.promo h2 {
  font-size: clamp(3rem, 6vw, 5rem);

  margin-bottom: 10px;

  font-weight: 800;
}

.promo h3 {
  font-size: 1.8rem;

  opacity: 0.9;

  margin-bottom: 20px;
}

.promo-price {
  font-size: clamp(4rem, 8vw, 7rem);

  font-weight: 900;

  color: var(--yellow);

  margin-bottom: 25px;

  text-shadow: 0 0 30px rgba(255, 213, 79, 0.3);
}

.promo p {
  font-size: 1.2rem;

  opacity: 0.9;

  margin-bottom: 40px;
}

.promo-btn {
  display: inline-block;

  background: white;

  color: var(--red-primary);

  text-decoration: none;

  padding: 20px 40px;

  border-radius: 50px;

  font-weight: 800;

  transition: 0.3s;
}

.promo-btn:hover {
  transform: translateY(-5px);

  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.contact {
  padding: 120px 8%;

  background: white;
}

.contact-content {
  max-width: 800px;

  margin: 0 auto;

  text-align: center;
}

.contact-content span {
  color: var(--red-primary);

  font-weight: 700;

  letter-spacing: 2px;
}

.contact-content h2 {
  font-size: 3rem;

  margin: 15px 0;
}

.contact-content p {
  color: var(--text-secondary);

  margin-bottom: 50px;

  line-height: 1.8;
}

#leadForm {
  display: flex;

  flex-direction: column;

  gap: 20px;
}

#leadForm input,
#leadForm textarea {
  width: 100%;

  padding: 18px 20px;

  border: 1px solid #e5e5e5;

  border-radius: 16px;

  font-size: 1rem;

  font-family: inherit;
}

#leadForm textarea {
  min-height: 140px;

  resize: none;
}

#leadForm button {
  border: none;

  background: var(--red-primary);

  color: white;

  padding: 22px;

  border-radius: 16px;

  font-size: 1rem;

  font-weight: 720px;

  cursor: pointer;

  transition: 0.3s;

  width: 850px;
}

#leadForm button:hover {
  transform: translateY(-3px);

  box-shadow: 0 15px 35px rgba(229, 57, 53, 0.25);
}

.footer {
  background: transparent;

  padding: 20px 8%;

  border-top: 1px solid #e5e5e5;
}

.footer-content {
  max-width: 1200px;

  margin: 0 auto;

  display: flex;
  flex-direction: column;

  align-items: center;

  gap: 12px;
}

.footer-nav {
  display: flex;

  justify-content: center;

  gap: 30px;
}

.footer-copy {
  text-align: center;

  font-size: 0.85rem;

  color: var(--text-secondary);
}

@media (max-width: 1024px) {
  .hero {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 60px 6%;
  }

  .hero h1 {
    font-size: 3.5rem;
  }

  .hero-image img {
    max-width: 100%;
  }

  .offer-content {
    width: 62%;
  }

  .worldcup-side {
    width: 45%;
  }
}

@media (max-width: 768px) {
  .navbar {
    height: auto;
    padding: 18px 6%;
    flex-direction: column;
    gap: 12px;
  }

  .logo img {
    height: 48px;
  }

  nav {
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
  }

  nav a {
    font-size: 0.9rem;
  }

  .hero {
    padding: 50px 6%;
  }

  .hero h1 {
    font-size: 2.6rem;
  }

  .worldcup-card {
    width: 100% !important;
    max-width: 100% !important;

    display: block;

    min-height: auto;
    padding: 28px 24px 0;

    overflow: hidden;

    box-shadow: 10px 10px 0 #ffd600;
  }

  .offer-content {
    width: 100% !important;
  }

  .offer-content small {
    font-size: 0.8rem;
    line-height: 1.3;
  }

  .offer-content h2 {
    font-size: 2.1rem;
    line-height: 1.1;
  }

  .divider {
    gap: 6px;
    letter-spacing: 0;
  }

  .divider span {
    width: 40px;
  }
  .offer-content h3 {
    font-size: 1.8rem;
    line-height: 1.1;
  }

  .offer-content h3 span {
    font-size: 3.4rem;
  }

  .worldcup-side {
    position: relative;
    display: block;

    width: calc(100% + 48px) !important;
    height: 220px;

    margin: 25px -24px 0;

    border-radius: 0 0 24px 24px;

    background-position: center;
  }

  .worldcup-side::before {
    display: none;
  }

  .offer-content {
    width: 100%;
  }

  .offer-content h3 {
    color: #ffd600;

    font-size: 2.4rem;

    line-height: 1.1;
  }

  .offer-content h3 span {
    display: block;

    font-size: 4rem;

    font-weight: 900;
  }

  .worldcup-side {
    display: none;
  }

  .offer-content h2 {
    font-size: 2rem;
  }

  .offer-content h3 {
    font-size: 2rem;
  }

  .divider {
    justify-content: center;
    font-size: 1.3rem;
  }

  .divider span {
    display: none;
  }

  .benefits,
  .promo,
  .contact {
    padding: 70px 6%;
  }

  .section-header h2,
  .contact-content h2 {
    font-size: 2.2rem;
  }

  .benefits-grid {
    grid-template-columns: 1fr;
  }

  .benefit-card {
    padding: 35px 25px;
  }

  .promo h2 {
    font-size: 2.8rem;
  }

  .promo-price {
    font-size: 4rem;
  }

  #leadForm button {
    width: 100%;
  }

  .footer-content {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }
  .btn-primary {
    width: 100%;
    text-align: center;
    font-size: 0.95rem;
    padding: 16px 20px;
  }
}

@media (max-width: 480px) {
  .hero h1 {
    font-size: 2.2rem;
  }

  .hero-tag {
    width: fit-content;
    max-width: 100%;
    font-size: 0.68rem;
  }

  .worldcup-side {
    height: 190px;
  }

  .offer-content h2 {
    font-size: 1.9rem;
  }

  .offer-content h3 span {
    font-size: 3rem;
  }
  .promo h2 {
    font-size: 2.2rem;
  }

  .promo-price {
    font-size: 3.2rem;
  }
}

* {
  box-sizing: border-box;
}

.hero {
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
}

.hero-content,
.hero-image {
  min-width: 0;
}

.offer-box,
.worldcup-card {
  width: 100% !important;
  max-width: 100%;
}

#leadForm button {
  width: 100%;
}

@media (max-width: 768px) {
  .hero {
    display: flex !important;
    flex-direction: column !important;
    padding: 35px 6% 50px !important;
    gap: 30px !important;
  }

  .hero-content {
    width: 100% !important;
    max-width: 100% !important;
  }

  .hero h1 {
    font-size: 2.35rem !important;
    line-height: 1.08 !important;
  }

  .worldcup-card {
    width: 100% !important;
    max-width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    padding: 26px 22px 0 !important;
    overflow: hidden !important;
  }

  .offer-content {
    width: 100% !important;
    max-width: 100% !important;
  }

  .offer-content h2 {
    font-size: 2rem !important;
    line-height: 1.1 !important;
  }

  .offer-content h3 {
    font-size: 1.7rem !important;
    line-height: 1.1 !important;
  }

  .offer-content h3 span {
    font-size: 3.1rem !important;
    display: block !important;
  }

  .worldcup-side {
    position: relative !important;
    display: block !important;
    width: calc(100% + 44px) !important;
    height: 190px !important;
    margin: 22px -22px 0 !important;
    border-radius: 0 0 24px 24px !important;
  }

  .hero-image {
    width: 100% !important;
  }

  .hero-image img {
    width: 100% !important;
    max-width: 100% !important;
  }
}
