body {
  font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
  margin: 0;
  padding: 0;
  color: #1e2434;
  background: #f7fafd;
  line-height: 1.6;
}
.container {
 
  margin: 0 auto;
  padding: 0 22px;
}

.nav-wrapper {
  background: #233352;
  box-shadow: 0 2px 10px #222e444a;
}
.nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  min-height: 64px;
}
.nav-menu {
  display: flex;
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav-menu a {
  text-decoration: none;
  color: #d9e6fa;
  font-weight: 500;
  transition: color .14s;
  padding: 0 2px;
}
.nav-menu a:hover,
.nav-menu a:focus {
  color: #72baf2;
}
.brand {
  color: #18baeb;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: .05em;
  text-decoration: none;
}

/* HERO */
.modern-hero {
  background: linear-gradient(110deg, #252e4d 35%, #00b7f9 180%);
  color: #fff;
  min-height: 31vw;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px #222e442e;
}
.hero-inner {
  width: 100%;
  max-width: 670px;
  text-align: center;
  padding: 0px 0 78px;
  margin: auto;
}
.modern-hero h1 {
  font-size: 2.7rem;
  font-weight: 800;
  margin-bottom: .5em;
  line-height: 1.11;
}
.hero-lead {
  font-size: 1.23rem;
  margin-bottom: 2.1em;
  color: #eff8fc;
}
.cta-btn {
  background: #04b3eb;
  color: #fff;
  border-radius: 9px;
  border: none;
  font-weight: 600;
  font-size: 1.12rem;
  padding: .98em 2.3em;
  text-decoration: none;
  display: inline-block;
  box-shadow: 0 2px 6px #02adfa25;
  transition: background .18s, box-shadow .18s;
}
.cta-btn:hover,
.cta-btn:focus {
  background: #1b5fa4;
  color: #fff;
  box-shadow: 0 2px 12px #07beed6a;
}
.cta-main {
  font-size: 1.23rem;
  letter-spacing: .01em;
}

/* PRODUCTS */
.mod-product-wrap {
  background: #fff;
  padding: 64px 0 44px;
  text-align: center;
}
.mod-product-wrap h2 {
  color: #268bcb;
  font-weight: 730;
  font-size: 2rem;
  margin-bottom: 36px;
}
.mod-products {
  display: flex;
  gap: 32px;
  justify-content: center;
  flex-wrap: wrap;
}
.mod-product {
  background: #f5fbff;
  box-shadow: 0 2px 20px #1f3b5020;
  border-radius: 17px;
  width: 290px;
  min-width: 200px;
  padding: 32px 19px 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: box-shadow .18s;
}
.mod-product:hover {
  box-shadow: 0 14px 40px #16739127;
}
.mod-product h3 {
  color: #0f466a;
  font-size: 1.27rem;
  margin: 1em 0 .7em;
  font-weight: 630;
}
.mod-product div {
  color: #476383;
  font-size: 1.04rem;
  margin-bottom: 2px;
}
.mod-product img {
  width: 112px;
  height: 75px;
  object-fit: contain;
  background: #e6f4fa;
  border-radius: 8px;
  margin-bottom: 12px;
}
.ghost-btn {
  margin-top: 1.1em;
  color: #108de2;
  border: 1.5px solid #108de2;
  border-radius: 9px;
  background: none;
  padding: 0.65em 1.85em;
  font-size: 1.1rem;
  text-decoration: none;
  font-weight: 600;
  transition: all .17s;
  box-shadow: 0 1px 4px #4bcfff09;
}
.ghost-btn:hover,
.ghost-btn:focus {
  background: #ebf7fd;
  color: #005baa;
  border-color: #005baa;
  box-shadow: 0 4px 19px #0c74ba13;
}
.mod-price {
  margin: .82em 0 .67em;
  font-size: 1.07rem;
  font-weight: 700;
  color: #178abc;
  letter-spacing: .01em;
}

/* HOW IT WORKS */
.mod-how {
  background: #eaf6ff;
  padding: 64px 0 62px;
  border-top: 2px solid #abdfff;
}
.how-flex {
  display: flex;
  align-items: center;
  gap: 64px;
  flex-wrap: wrap;
  justify-content: center;
}
.how-text {
  max-width: 420px;
}
.how-list {
  padding-left: 0;
  list-style: none;
}
.how-list li {
  background: #fff;
  color: #20445c;
  border-radius: 7px;
  margin-bottom: 20px;
  box-shadow: 0 1px 6px #6ad9fe11;
  padding: 13px 11px 13px 38px;
  position: relative;
  font-size: 1.09rem;
}
.h-bullet {
  position: absolute;
  left: 12px;
  top: 13px;
  font-size: .97em;
  font-weight: 600;
  background: #7be6e9;
  color: #052347;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.how-artwork {
  width: 200px;
  height: 186px;
  border-radius: 15px;
  background: linear-gradient(120deg, #d3eafd 20%, #c1f0fa 84%, #fff 100%);
  box-shadow: 0 5px 17px #79d1e827;
}

/* WHY CHOOSE US */
.mod-why {
  background: #fff;
  padding: 58px 0 52px;
  border-top: 2px solid #abdfff;
}
.mod-why h2 {
  text-align: center;
  color: #1a5cb6;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 39px;
}
.why-badges {
  display: flex;
  justify-content: center;
  gap: 39px;
  flex-wrap: wrap;
}
.why-badge {
  display: flex;
  gap: 14px;
  align-items: center;
  background: #eff6fd;
  border-radius: 10px;
  padding: 19px 23px;
  min-width: 155px;
  text-align: left;
  box-shadow: 0 1px 8px #227cc813;
}
.why-badge span {
  font-size: 1.7em;
}
.why-badge strong {
  display: inline-block;
  color: #005baa;
  font-weight: 650;
  font-size: 1.14em;
  margin-bottom: 0.22em;
}

/* COMPARISON TABLE */
.mod-compare {
  background: #ebf5fc;
  padding: 50px 0 50px;
}
.mod-compare h2 {
  text-align: center;
  color: #205781;
  margin-bottom: 25px;
  font-size: 1.33em;
  font-weight: 620;
}
.mod-compare table {
  margin: 0 auto;
  border-collapse: collapse;
  background: #fff;
  border-radius: 13px;
  overflow: hidden;
  width: 98%;
  max-width: 625px;
  box-shadow: 0 2px 10px #136fdb22;
  font-size: 1.01em;
}
.mod-compare th,
.mod-compare td {
  padding: 13px 13px;
  border-bottom: 1px solid #e7f0fa;
  text-align: center;
}
.mod-compare th {
  background: #167ac6;
  color: #fff;
  font-weight: 650;
  font-size: 1.1em;
  letter-spacing: .01em;
}
.mod-compare tr:last-child td {
  border-bottom: none;
}

/* TESTIMONIALS */
.mod-testimonials {
  background: #fff;
  padding: 56px 0 44px;
}
.mod-testimonials h2 {
  text-align: center;
  color: #1972b7;
  margin-bottom: 34px;
  font-size: 1.5em;
}
.mod-test-wrap {
  display: flex;
  gap: 27px;
  justify-content: center;
  flex-wrap: wrap;
}
.mod-test-wrap blockquote {
  background: #eaf6ff;
  border-radius: 12px;
  margin: 0;
  padding: 24px 23px 19px;
  font-size: 1.13em;
  max-width: 290px;
  color: #205781;
  font-style: italic;
  box-shadow: 0 2px 13px #19b6e24c;
}
.mod-test-wrap blockquote span {
  display: block;
  color: #3685ab;
  font-size: .88em;
  margin-top: 14px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: .01em;
}

/* FINAL CTA & CONTACT */
.mod-cta {
  background: linear-gradient(100deg, #e8f7fe 15%, #fff 100%);
  padding: 54px 0 52px;
  border-top: 2px solid #abdfff;
}
.cta-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  flex-wrap: wrap;
}
.mod-cta h2 {
  margin-bottom: 22px;
  font-size: 1.59em;
  color: #0676c2;
  font-weight: 760;
}
.cta-contact {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 8px;
  min-width: 140px;
}

/* FOOTER */
.footer-wrapper {
  background: #222d42;
  color: #fff;
  padding: 23px 0 16px;
  margin-top: 44px;
}
.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.footer-links,
.footer-social {
  display: flex;
  gap: 14px;
}
.footer-links a,
.footer-social a {
  color: #d8eafd;
  text-decoration: none;
  font-size: 1em;
  transition: color .14s;
}
.footer-links a:hover,
.footer-social a:hover {
  color: #5ed9fa;
}
.footer-copy {
  color: #bfd8f8;
  font-size: 0.98rem;
  margin-top: 6px;
}

/* --------- SECURITY ARCHITECTURE --------- */
.security-architecture {
  background: #212f50;
  color: #eaf6ff;
  padding: 50px 0 40px 0;
  text-align: center;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  border-top: 6px solid #60c6ff;
  box-shadow: inset 0 0 15px #1a2a4d;
}
.security-architecture h2 {
  color: #60c6ff;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.security-architecture .secure-icons {
  margin-top: 22px;
  font-size: 2.3em;
  letter-spacing: 0.3em;
  color: #a0d8ff;
  filter: drop-shadow(0 0 3px #60c6ff);
}

/* --------- COLD STORAGE WORKS --------- */
.cold-storage {
  background: linear-gradient(90deg, #dae6f9 60%, #fff 100%);
  padding: 55px 0;
  border-left: 8px solid #227cc8;
  font-family: 'Inter', sans-serif;
  box-shadow: 0 4px 12px rgba(34,124,200,0.15);
}
.cold-storage h2 {
  color: #227cc8;
  font-weight: 600;
  font-size: 1.9rem;
  margin-bottom: 24px;
  text-shadow: 1px 1px 3px #a9c9ff;
}
.cold-flex {
  display: flex;
  align-items: center;
  gap: 48px;
  justify-content: center;
  flex-wrap: wrap;
}
.cold-img {
  width: 150px;
  height: 130px;
  background: #b0e3ff;
  border-radius: 13px;
  margin-left: 20px;
  box-shadow: 0 0 15px #7ec8ff;
  transition: transform 0.3s ease;
}
.cold-img:hover {
  transform: scale(1.05);
}

/* --------- SUPPORTED ASSETS --------- */
.supported-assets {
  background: #1d2340;
  color: #e8f5fd;
  padding: 44px 0 40px;
  text-align: center;
  font-family: 'Segoe UI', sans-serif;
  border-radius: 0 0 40px 40px;
  box-shadow: inset 0 0 30px #2a2f4a;
}
.supported-assets h2 {
  color: #ffb42e;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 20px;
  text-shadow: 0 0 8px #ffb42e;
}
.token-list {
  display: flex;
  gap: 22px;
  justify-content: center;
  margin-top: 18px;
  font-size: 1.2em;
  flex-wrap: wrap;
}
.token-list span {
  background: #2b3558;
  border-radius: 8px;
  padding: 5px 18px;
  color: #ffd200;
  font-weight: 600;
  box-shadow: 0 0 10px #ffd200aa;
  transition: background 0.3s ease;
}
.token-list span:hover {
  background: #3a4270;
}

/* --------- UNBOXING EXPERIENCE --------- */
.unboxing-experience {
  padding: 56px 0;
  background: #e8f6fd url('https://same-assets.com/bg-cube.svg') no-repeat right top/auto 230px;
  font-family: 'Inter', sans-serif;
  border-top: 4px solid #59a6d2;
  box-shadow: 0 8px 20px rgba(89,166,210,0.15);
}
.unboxing-experience h2 {
  color: #205781;
  font-weight: 700;
  font-size: 2.1rem;
  margin-bottom: 28px;
  text-shadow: 1px 1px 2px #a3c7db;
}
.u-box-flex {
  display: flex;
  align-items: center;
  gap: 34px;
  justify-content: center;
  flex-wrap: wrap;
}
.u-box-img {
  width: 160px;
  height: 110px;
  background: #eaeaea;
  border: 2px dashed #59a6d2;
  border-radius: 15px;
  margin-right: 20px;
  box-shadow: 0 0 12px #59a6d2aa;
  transition: border-color 0.3s ease;
}
.u-box-img:hover {
  border-color: #227cc8;
}

/* --------- COMPARISON TABLE --------- */
.comparison-section {
  background: #fff;
  padding: 48px 0;
  text-align: center;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  border-top: 6px solid #227cc8;
  box-shadow: 0 0 20px #a6c8ff33;
}
.comparison-section h2 {
  color: #227cc8;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 30px;
  letter-spacing: 0.04em;
}
.product-compare {
  width: 95%;
  margin: 24px auto 0;
  border-collapse: collapse;
  background: #eaf4ff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(34,124,200,0.2);
}
.product-compare th,
.product-compare td {
  padding: 17px 16px;
  font-size: 1rem;
  border-bottom: 1px solid #c5d9ea;
  transition: background 0.3s ease;
}
.product-compare th {
  background: #227cc8;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.product-compare tr:hover td {
  background: #d6e6ff;
}
.product-compare tr:last-child td {
  border-bottom: none;
}

/* --------- MEDIA MENTIONS --------- */
.media-section {
  background: #2d3549;
  padding: 38px 0 35px 0;
  text-align: center;
  font-family: 'Inter', sans-serif;
  border-bottom: 6px solid #a6ffdf;
  box-shadow: inset 0 0 20px #1f273a;
}
.media-section h2 {
  color: #a6ffdf;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 24px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.media-logos {
  display: flex;
  gap: 34px;
  justify-content: center;
  margin-top: 18px;
  font-size: 1.15rem;
  color: #fff;
  flex-wrap: wrap;
}
.media-logos span {
  background: #13202a;
  padding: 8px 22px;
  border-radius: 7px;
  box-shadow: 0 0 10px #a6ffdf88;
  transition: background 0.3s ease;
}
.media-logos span:hover {
  background: #1e2a3a;
}

/* --------- VIDEO OVERVIEW --------- */
.video-section {
  background: #eaf4ff;
  padding: 45px 0;
  text-align: center;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  border-top: 5px solid #3c6eea;
  box-shadow: 0 0 18px #3c6eea44;
}
.video-section h2 {
  color: #3c6eea;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 28px;
  letter-spacing: 0.04em;
}
.video-embed {
  max-width: 540px;
  margin: 22px auto 0 auto;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(60,110,234,0.3);
}
.video-embed iframe {
  width: 100%;
  height: 300px;
  border-radius: 10px;
  border: none;
}

/* --------- CRYPTO NEWS TICKER --------- */
.news-ticker {
  background: #f8de9c;
  color: #1d2340;
  padding: 30px 0 15px 0;
  font-family: 'Inter', sans-serif;
  border-bottom: 6px solid #c25400;
  box-shadow: inset 0 0 15px #f8de9c99;
}
.ticker-container {
  overflow: hidden;
  width: 100%;
  background: #fffbe0;
  border-radius: 7px;
  margin: 0 auto;
  box-shadow: 0 0 10px #c2540055;
}
.ticker-track {
  white-space: nowrap;
  display: inline-block;
  animation: ticker 14s linear infinite;
}
.ticker-track span {
  display: inline-block;
  margin-right: 45px;
  font-weight: 500;
  font-size: 1.07em;
  color: #c25400;
  text-shadow: 0 0 3px #c25400aa;
}
@keyframes ticker {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-60%);
  }
}

/* --------- FAQs SECTION --------- */
.faqs-section {
  background: #262e42;
  color: #e2f2fa;
  padding: 55px 0 35px;
  text-align: left;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  border-top: 6px solid #ffe066;
  box-shadow: inset 0 0 20px #3a3f5a;
}
.faqs-section h2 {
  text-align: center;
  color: #ffe066;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 30px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.faq-card {
  background: #33405f;
  border-radius: 9px;
  margin: 20px auto;
  padding: 20px 18px;
  max-width: 650px;
  box-shadow: 0 2px 13px #00102117;
  transition: background 0.3s ease;
}
.faq-card:hover {
  background: #3a4a7a;
}
.faq-card h4 {
  color: #6ec6e7;
  margin-bottom: 7px;
  font-weight: 600;
}
.faq-card p {
  margin-bottom: 0;
  line-height: 1.5;
}

/* --------- CONTACT SECTION --------- */
.contact-section {
  background: #182039;
  color: #fff;
  padding: 53px 0 40px;
  font-family: 'Inter', sans-serif;
  border-bottom: 6px solid #ffb42e;
  box-shadow: 0 0 25px #ffb42e88 inset;
}
.contact-flex {
  display: flex;
  gap: 50px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 13px;
  max-width: 300px;
  background: #22304a;
  padding: 24px 20px;
  border-radius: 12px;
  box-shadow: 0 0 15px #ffb42e88;
}
.contact-form input,
.contact-form textarea {
  padding: 10px 12px;
  border-radius: 6px;
  border: none;
  font-size: 1em;
  background: #2a3a5a;
  color: #fff;
  transition: background 0.3s ease;
}
.contact-form input:focus,
.contact-form textarea:focus {
  background: #3a4a7a;
  outline: none;
}
.contact-form textarea {
  resize: vertical;
  min-height: 64px;
}
.contact-form button {
  padding: 10px 0;
  background: #ffb42e;
  color: #181f38;
  border: none;
  font-weight: 600;
  border-radius: 6px;
  margin-top: 10px;
  cursor: pointer;
  box-shadow: 0 0 10px #ffb42eaa;
  transition: background 0.3s ease;
}
.contact-form button:hover {
  background: #e6a800;
}
.contact-details {
  font-size: 1.11rem;
  color: #acedff;
  line-height: 1.9;
  margin-left: 30px;
  max-width: 320px;
  text-align: left;
}

/* --------- MEDIA QUERIES --------- */
@media (max-width: 1100px) {
  .mod-products {
    gap: 11vw;
  }
  .footer {
    font-size: 0.97rem;
  }
}
@media (max-width: 880px) {
  .mod-products {
    flex-direction: column;
    gap: 32px;
  }
  .cta-flex,
  .how-flex,
  .why-badges,
  .mod-test-wrap {
    flex-direction: column;
    gap: 30px;
  }
  .mod-product {
    width: 95%;
  }
  .footer {
    font-size: 0.95rem;
  }
}
@media (max-width: 600px) {
  .container {
    padding: 0 7px;
  }
  .nav {
    flex-direction: column;
    gap: 8px;
  }
  .modern-hero h1 {
    font-size: 2rem;
  }
  .mod-product-wrap h2,
  .mod-why h2,
  .mod-testimonials h2,
  .mod-cta h2 {
    font-size: 1.22rem;
  }
}
