@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


* {
  padding: 0px;
  margin: 0px;
  border: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

a:hover {
  text-decoration: none;
}

aside,
nav,
footer,
header,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
}

ul,
ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 500;
  font-optical-sizing: auto;
  font-style: normal;
  color: #fff;
}

a {
  color: #fff;
  cursor: pointer;
  transition: color 0.2s ease-in;
  &:hover{
    color: #dd6501;
  }
}
@font-face {
  font-family: "SevenSegment";
  src: url('fon/Seven\ Segment.woff2') format("woff2");
}
.container {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1170px;
}
h1, h2{
  font-weight: 800;
  line-height: 100%;
  text-transform: uppercase;
  color: #fff;

}
h1{
  margin-bottom: 24px;
  font-size: 78px;
  max-width: 797px;
}
h2{
  font-size: 48px;
}

.fortune-header {
  box-shadow: 0 4px 100px 0 #00361f;
  background: #00361f;
  padding-block: 16px;
}

.fortune-header-all {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fortune-header-link {
  display: flex;
  column-gap: 24px;
}

.fortune-signup,
.fortune-login {
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  text-align: center;
  align-self: center;
  border-radius: 100px;
  width: 116px;
  &:hover {
    background: #0a472e;
  }
}
.fortune-signup {
  padding-block: 14px;
  font-size: 16px;
  border: 1px solid #e46a00;
}

.fortune-login {
  padding-block: 12px;
  font-size: 18px;
  background: linear-gradient(63deg, #ce6001 0%, #e6a400 100%);
  &:hover {
    border: 1px solid #e46a00;
  }
}

.fortune-main {
  background: url('images/bg-a.png'),url('images/bg-b.png'), #0a472e;
  background-position: top right, left bottom;
  background-repeat: no-repeat;
  background-position-y: 0, 432px;
  padding-block: 100px 50px;
}
.fortune-top {
  padding-bottom: 180px;
}
.fortune-top p{
  line-height: 120%;
  margin-bottom: 40px;
  max-width: 574px;
}

.fortune-by-link,
.fortune-by-link1{
  display: flex;
}

.fortune-by {
  border-radius: 100px;
  padding-block: 18px;
  width: 250px;
  background: linear-gradient(157deg, #ce6000 0%, #ecb500 100%);
  font-weight: 700;
  line-height: 120%;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  &:hover{
    background: #0c6440;
  }
}
.f-color{
  background-color: #0a472e;
}
.fortune-benefits {
  padding-bottom: 160px;
}
.fortune-benefits-all {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.fortune-benefits__inner1,
.fortune-benefits__inner2,
.fortune-benefits__inner3,
.fortune-benefits__inner4{
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  justify-content: center;
  align-items: center;
  padding: 32px;
  width: 322px;
  height: 340px;
  border-radius: 50000px;
  backdrop-filter: blur(50px);
  background: radial-gradient(178.22% 50.87% at 50% 50%, #28a470 0%, #0c6440 100%);
}
.fortune-benefits__inner1 p,
.fortune-benefits__inner2 p,
.fortune-benefits__inner3 p,
.fortune-benefits__inner4 p{
  max-width: 233px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 800;
}
.fortune-benefits__inner2,
.fortune-benefits__inner3,
.fortune-benefits__inner4{
  margin-left: -50px;
}

.fortune-choose {
  padding-bottom: 160px;
}
.fortune-choose h2{
  text-align: center;
  margin-bottom: 48px;
}

.fortune-choose-all {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.fortune-choose__inner,
.fortune-choose__inner-prise {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  
}
.fortune-choose__inner img{
  width: 170px;
  height: 336px;
}
.fortune-choose__inner-prise{
  row-gap: 32px;
  border-radius: 16px;
  width: 140px;
  background: linear-gradient(180deg, #e56b00 0%, #ad4200 100%);
  padding: 16px;
  margin-top: -147px;
}
.fortune-choose__inner-prise p:first-child{
  font-weight: 900;
  font-size: 18px;
  line-height: 100%;
}
.fortune-choose__inner-prise p:last-child{
  font-weight: 800;
  font-size: 48px;
  line-height: 100%;
}

.fortune-choose__inner-prise:hover {
  cursor: pointer;
  background: linear-gradient(180deg, #c65c00 0%, #992100 100%);
}
.fortune-choose__inner:hover {
  cursor: pointer;
  transform: translatey(-10px);
  transition: all 0.2s ease-in;
}

.fortune-by-link1{
  justify-content: center;
  margin-top: 48px;
}
.reviews-img{
  display: flex;
  margin-top: -676px;
  margin-left: -141px;
}

.fortune-reviews h2{
  font-size: 44px;
}
.fortune-reviews-up{
  display: flex;
  column-gap: 56px;
  margin-bottom: 64px;
}
.fortune-reviews-all{
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
.fortune-reviews__inner{
  border-radius: 16px;
  width: 461px;
  background: linear-gradient(180deg, #28a470 0%, #0c6440 100%);
  padding: 24px;
}
.fortune-reviews__inner p:first-child{
  font-style: italic;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  margin-bottom: 46px;
}
.fortune-reviews__inner p:last-child{
  font-weight: 800;
  font-size: 16px;
  line-height: 100%;
  text-transform: uppercase;
}
.reviews-img1{
  display: none;
}
.reviews-taim{
  display: flex;
  flex-direction: column;
  border-radius: 100px;
  max-width: 1140px;
  padding: 40px 24px;
  box-shadow: 0 0 50px 0 #00361f;
  background: #dd6501;
  justify-content: center;
  align-items: center;
}
.reviews-time1{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;

}
.reviews-taim h4{
  font-weight: 800;
  font-size: 48px;
  margin-bottom: 40px;
  line-height: 100%;
  text-transform: uppercase;
}
.reviews-taim p{
  line-height: 120%;
  text-align: center;
}

.time {
  display: flex;
  column-gap: 24px;
  justify-content: center;
  align-items: center;
  font-size: 150px;
  font-family:'SevenSegment', sans-serif;
}
.dot{
  margin-bottom: 64px;
}

.fortune-gambling {
  padding-block: 66px 160px;
  background: url('images/gr.png'),url(images/gl.png), #0a472e;
  background-position: center left, center right;
  background-repeat: no-repeat;
  background-position-y: 130px, -97px;
}
.fortune-gambling h3{
  font-weight: 900;
  font-size: 48px;
  margin-bottom: 40px;
  line-height: 100%;
  text-align: left;
  text-transform: uppercase;
}
.fortune-gambling h4{
  margin-block: 56px 24px;
  font-weight: 800;
  font-size: 32px;
  line-height: 100%;
  text-transform: uppercase;
}
.fortune-gambling p{
  line-height: 120%;
}
.fortune-gambling p:first-child{
  margin-bottom: 16px;
}
.fortune-gambling ul{
  margin-left: 20px;
}
.fortune-gambling ul li{
  margin-left: 10px;
  list-style-type: disc;
}

.fortune-footer {
  background: #00361f;
  padding-block: 24px 64px;
  border-radius: 8px 8px 0 0;
}

.fortune-footer-logo{
  margin-bottom: 24px;
}
.fortune-footer-all-p{
  margin-bottom: 48px;
}

.fortune-footer-logos ul{
  display: flex;
  justify-content: flex-start;
  column-gap: 32px;
  row-gap: 20px;
  /* flex-wrap: wrap; */
  align-items: center;
}

.fortune-footer-link {
  margin-top: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fortune-footer-link-reverse{
  display: flex;
  flex-wrap: wrap;
  gap: 24px 40px;
}

.fortune-footer-link-inner2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px 24px;
}

#fortune-sig,
#fortune-log {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  backdrop-filter: blur(20px);
}

.fortune-cl {
  width: 24px;
  height: 24px;
  border: none;
  margin-left: 680px;
}

.fortune-sig,
.fortune-log {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 752px;
  backdrop-filter: blur(70px);
  background: #fff;
  border-radius: 24px;
  padding: 24px 24px 52px 24px;
}

input {
  width: 500px;
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 8px;
  padding: 16px 24px;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 120%;
  color: rgba(33, 33, 33, 0.6);
}

.fortune-logl,
.fortune-sigl {
  border-radius: 100px;
  padding-block: 12px;
  width: 152px;
  font-weight: 700;
  font-size: 18px;
  background: linear-gradient(63deg, #ce6001 0%, #e6a400 100%);
  margin-bottom: 40px;
  text-decoration: none;
  text-align: center;
  &:hover {
    background: #0a472e;
  }
}
.fortune-sigl {
  width: 152px;
}
.fortune-logl{
  width: 116px;
}

.fortune-sigt,
.fortune-logt {
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  text-align: center;
  color: #040106;
  margin-bottom: 40px;
}
  
.fortune-siglp,
.fortune-loglp {
  text-decoration: underline;
  text-decoration-skip-ink: none;
  text-align: center;
  color: #040106;
}
@media (max-width: 1168px){
  .fortune-benefits__inner4 {
    margin-left: 0px;
    margin-top: -50px;
  }
}
@media (max-width: 1094px){
  .reviews-img {
    width: 672px;
    height: 496px;
    margin-top: -514px;
  }
}
@media (max-width: 900px){
  .fortune-reviews-up {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    column-gap: 56px;
    margin-bottom: 32px; 
  }
  .fortune-reviews h2 {
    margin-bottom: 32px; 
    text-align: center;
  }
  .fortune-reviews__inner p:first-child {
    font-style: normal;
  }
  .fortune-img-taim{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .reviews-img{
    display: none;
  }
  .reviews-img1{
    display: flex;
  }
  .reviews-taim h4 {
    font-size: 40px;
    margin-bottom: 36px;
  }
  .time{
    font-size: 86px;
  }
  .reviews-taim {
    border-radius: 24px;
  }
  .dot {
    width: 7px;
    height: 49px;
  }
  .time-text{
    max-width: 30px;
    height: 15px;
  }
}
@media (max-width: 896px){
  .fortune-benefits__inner3 {
    margin-left: 0px;
    margin-top: -50px;
  }
  .fortune-benefits__inner4 {
    margin-left: -50px;
  }
}


@media (max-width: 800px){
  h1 {
    font-size: 59px;
  }
  h2 {
    font-size: 40px;
  }
}

@media (max-width: 770px) {
  .fortune-cl {
    width: 20px;
    height: 20px;
    margin-left: 265px;
  }
  
  .fortune-sig,
  .fortune-log {
    width: 327px;
    padding: 16px 16px 48px 16px;
  }
  
  input {
    width: 263px;
    margin-bottom: 16px;
    font-size: 14px;
  }
  
  .fortune-logl,
  .fortune-sigl {
    margin-bottom: 32px;
  }
  
  .fortune-sigt,
  .fortune-logt {
    margin-bottom: 32px;
  }
  
  .fortune-siglp,
  .fortune-loglp {
    font-size: 14px;
  }
}
@media (max-width: 700px){
  .fortune-footer-logos ul {
    display: flex;
    align-items: center; 
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
    overflow-x: auto;
  }
  .fortune-footer-logos ul li{
    display: flex;
    min-width: 74px;
  }
  .fortune-footer-logos ul li:first-child{
    scroll-snap-align: start;
  }
}
@media (max-width: 624px){
  .fortune-benefits {
    padding-bottom: 64px; 
  }
  .fortune-benefits-all {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .fortune-benefits__inner2,
  .fortune-benefits__inner4{
    margin-left: 0px;
    margin-top: -50px;
  }
  .fortune-benefits__inner1,
  .fortune-benefits__inner2,
  .fortune-benefits__inner3,
  .fortune-benefits__inner4 {
    padding: 18px;
    width: 242px;
    height: 242px;
    border-radius: 50000px;
  }
  .fortune-benefits__inner1 p,
  .fortune-benefits__inner2 p,
  .fortune-benefits__inner3 p,
  .fortune-benefits__inner4 p {
    max-width: 204px;
    font-size: 16px;
    font-weight: 500;
  }
}

@media (max-width: 580px){
  h1{
    font-size: 40px;
    margin-bottom: 24px;
    max-width: 313px;
  }
  h2{
    font-size: 32px;
  }
  .fortune-header {
    padding-block: 24px; 
  }
  .fortune-header-all {
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 16px;
  }

  .fortune-top {
    padding-bottom: 50px;
  }

  .fortune-top p {
    margin-bottom: 40px;
    font-size: 14px;
    max-width: 327px;
  }
  .bg-gam{
    background-color: #0a472e;
  }
  
  .fortune-gambling {
    padding-block: 24px 64px;
    background: url('images/fortune-gambling-bg-mobile.png'), #0a472e;
    background-position: top right;
    background-repeat: no-repeat;
  }

  .fortune-gambling h3 {
    font-size: 32px;
    margin-bottom: 16px;
  }

  .fortune-gambling h4 {
    margin-block: 40px 16px;
    font-size: 23px;
  }

  .fortune-gambling p,
  .fortune-gambling ul li {
    font-size: 14px;
  }

  .fortune-gambling p:first-child {
    margin-bottom: 8px; }
  
  .fortune-footer {
    padding-block: 24px 32px;
  }
  .fortune-footer-logo{
    display: flex;
    margin-inline: auto;
  }
  
  .fortune-footer-all-p {
    font-size: 14px;
    margin-bottom: 32px;
  }
  
  .fortune-footer-link {
    display: flex;
    align-items: flex-start;
    flex-direction: column-reverse;
    row-gap: 32px;
    margin-top: 32px;
  }

  .fortune-footer-link-inner1 p,
  .fortune-footer-link-inner2 a{
    font-size: 14px;
  }
  .fortune-footer-link-inner2{
    display: flex;
    column-gap: 24px;
    align-items: flex-start;
  }
  .fortune-footer-link-reverse{
    flex-direction: column;
  }
}
@media (max-width: 500px){
  .fortune-main {
    background: url('images/bg-mobile.png'), #0a472e;
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .fortune-reviews__inner {
    max-width: 327px;
  }
  .fortune-reviews h2 {
    font-size: 32px; 
  }
  .fortune-reviews__inner p:first-child {
    font-size: 14px;
    margin-bottom: 24px;
  }
  .fortune-reviews__inner p:last-child {
    font-size: 14px;
  }
  
  .reviews-taim h4 {
    font-size: 32px;
    margin-bottom: 32px;
    text-align: center;
  }

  .time {
    column-gap: 9px;
  }

  .reviews-taim {
    border-radius: 24px;
    padding: 24px;
  }
  .reviews-taim1 {
    margin-bottom: 32px;
  }

  .dot {
    height: 40px;
    margin-bottom: 58px;
  }
  .fortune-main{
    padding-block: 40px 64px;
  }
}
@media (max-width: 380px){
  .fortune-choose {
    padding-bottom: 95px;
  }

  .fortune-choose h2 {
    margin-bottom: 0px;
  }

  .fortune-choose__inner img {
    width: 151px;
    height: 250px;
  }
  
  .fortune-choose__inner-prise {
    row-gap: 22px;
    width: 123px;
    padding: 12px;
    margin-top: -115px;
  }
  .fortune-choose__inner-prise p:last-child {
    font-size: 42px;
  }

  .fortune-header-all img{
    width: 79px;
    height: 40px;
  }
  .bg-gam{
    background-image: url(images/gmob.png);
    background-position: center right;
    background-repeat: no-repeat;
  }
  .fortune-reviews h2 {
    font-size: 30px;
  }
  .fortune-reviews{
    background-image: url(images/rmob.png);
    background-position: center left;
    background-repeat: no-repeat;
  }
}
@media (max-width: 330px){
  .fortune-reviews__inner {
    max-width: 300px;
  }
}
.fortune-about {
  padding-bottom: 160px;
  background: #0a472e;
}

.fortune-about h2 {
  text-align: center;
  margin-bottom: 32px;
}

.fortune-about p {
  font-size: 18px;
  line-height: 140%;
  max-width: 740px;
  margin: 0 auto;
  text-align: center;
}
.fortune-security {
  padding-bottom: 160px;
  background: #0a472e;
}

.fortune-security h2 {
  text-align: center;
  margin-bottom: 32px;
}

.fortune-security p {
  font-size: 18px;
  line-height: 140%;
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}
.fortune-support {
  padding-bottom: 160px;
  background: #0a472e;
}

.fortune-support h2 {
  text-align: center;
  margin-bottom: 32px;
}

.fortune-contact-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  max-width: 640px;
  margin: 0 auto;
}

.fortune-contact-form input,
.fortune-contact-form textarea {
  width: 100%;
  padding: 16px 24px;
  border-radius: 8px;
  border: 1px solid #e46a00;
  font-size: 16px;
  background-color: #fff;
  color: #000;
}

.fortune-contact-form textarea {
  height: 160px;
  resize: vertical;
}

.fortune-contact-form button {
  border-radius: 100px;
  padding: 14px 32px;
  font-size: 18px;
  font-weight: 700;
  background: linear-gradient(157deg, #ce6000 0%, #ecb500 100%);
  color: #fff;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  transition: background 0.3s ease;
}

.fortune-contact-form button:hover {
  background: #0c6440;
}
.form-success {
  display: none;
  margin-top: 16px;
  color: #28a470;
  font-weight: 700;
  text-align: center;
}
.fortune-stats {
  background-color: #00432b;
  color: #fff;
  text-align: center;
  padding: 60px 0;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 30px;
}

.stat-number {
  font-size: 2.5rem;
  font-weight: 700;
}

.stat-label {
  margin-top: 8px;
  font-size: 1rem;
}
.center { text-align: center; }

.btn {
  background: linear-gradient(90deg,#e78c00,#c15c02);
  color:#fff;
  border:none;
  border-radius:40px;
  padding:12px 36px;
  font-weight:600;
  cursor:pointer;
}

.fortune-contacts .contact-list { justify-content: center; display: flex; flex-direction: column; align-items: center; }

.fortune-subscribe input {
  padding:12px;
  border:2px solid #e78c00;
  border-radius:6px;
  flex:1 1 240px;
  max-width:400px;
}

.success-message { display:none; margin-top:15px; }

.fortune-faq .faq-item {
  background:#01321f;
  border-radius:40px;
  margin:12px auto;
  max-width:600px;
  overflow:hidden;
}

.faq-question {
  width:100%;
  padding:16px 24px;
  text-align:left;
  background:none;
  border:none;
  font-size:1.1rem;
  font-weight:600;
  color:#fff;
  cursor:pointer;
}

.faq-answer {
  max-height:0;
  padding:0 24px;
  overflow:hidden;
  font-size:1rem;
  line-height:1.5;
  color:#ddd;
  transition:max-height .3s ease;
}

.faq-item.open .faq-answer {
  max-height:200px;
  padding:12px 24px 24px;
}

.fortune-contacts,
.fortune-subscribe,
.fortune-faq {
  padding: 80px 0; 
}


.container.center {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 15px;
}


.fortune-contacts .contact-list {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  margin-top: 20px;
}


.fortune-subscribe .subscribe-description {
  margin: 0 auto 24px;
}
.fortune-subscribe #subscribe-form {
  display: inline-flex;
  gap: 12px;
}
.fortune-subscribe input {
  width: 280px;
}


.btn {
  border-radius: 40px;
  padding: 12px 36px;
  font-weight: 600;
  cursor: pointer;
  transition: transform .2s;
}
.btn:hover {
  transform: scale(1.05);
}


.fortune-faq .faq-item {
  background: #01432c;    
  border-radius: 40px;
  margin: 16px auto;       
  max-width: 700px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  overflow: hidden;
  transition: box-shadow .3s;
}
.fortune-faq .faq-item:hover {
  box-shadow: 0 6px 18px rgba(0,0,0,0.3);
}
.faq-question {
  padding: 18px 24px;
}
.faq-answer {
  max-height: 0;
  padding: 0 24px;
  transition: max-height .35s ease, padding .35s ease;
}
.faq-item.open .faq-answer {
  max-height: 300px;
  padding: 12px 24px 24px;
}


.fortune-contacts h2,
.fortune-subscribe h2,
.fortune-faq h2 {
  margin-bottom: 24px;
}


.fortune-contacts li,
.fortune-faq .faq-question,
.fortune-faq .faq-answer {
  line-height: 1.6;
}
.contacts-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
}


.contacts-info {
  flex: 1 1 300px;
  max-width: 400px;
  text-align: left;
}

.contacts-map {
  flex: 2 1 500px;     
  max-width: none;      
  width: 100%;          
  height: 400px;        
}

.contacts-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 768px) {
  .contacts-grid {
    flex-direction: column;
    align-items: center;
  }
  .contacts-info {
    text-align: center;
    max-width: 600px;
  }
  .contacts-map {
    height: 250px;
  }
}
.fortune-transparency {
  padding: 80px 0;
  background-color: #01321f;
  color: #fff;
  text-align: center;
}
.fortune-transparency h2 {
  font-size: 2.5rem;
  margin-bottom: 24px;
}
.fortune-transparency p {
  max-width: 800px;
  margin: 0 auto 20px;
  line-height: 1.7;
  font-size: 1.05rem;
  color: #e0e0e0;
}
.security-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 30px;
  margin-top: 40px;
}
.security-card {
  background-color: #01432c;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
  text-align: left;
  transition: transform .2s, box-shadow .2s;
}
.security-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.4);
}
.security-card .icon {
  font-size: 2rem;
  margin-bottom: 12px;
}
.security-card h3 {
  font-size: 1.25rem;
  margin-bottom: 12px;
  color: #fff;
}
.security-card p {
  font-size: 1rem;
  line-height: 1.6;
  color: #ccc;
}
@media (max-width: 600px) {
  .fortune-transparency h2 {
    font-size: 2rem;
  }
  .fortune-transparency p {
    padding: 0 15px;
  }
}
.header-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 20px 0;
}

.main-nav {
  display: flex;
  gap: 24px;
}

.main-nav a {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  padding: 8px 12px;
  border-radius: 4px;
  transition: background .2s;
}

.main-nav a:hover {
  background: rgba(255,255,255,0.1);
}

.auth-buttons .btn-outline {
  border: 2px solid #e78c00;
  color: #e78c00;
  background: transparent;
  padding: 8px 20px;
  border-radius: 40px;
  font-weight: 600;
  margin-right: 12px;
  text-decoration: none;
  transition: background .2s, color .2s;
}

.auth-buttons .btn-outline:hover {
  background: #e78c00;
  color: #fff;
}

.auth-buttons .btn {
  background: linear-gradient(90deg,#e78c00,#c15c02);
  color: #fff;
  border: none;
  border-radius: 40px;
  padding: 8px 20px;
  font-weight: 600;
  text-decoration: none;
}

.fortune-footer-all {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  padding: 40px 0;
}


.footer-logo img {
  max-width: 140px;
}


.footer-info {
  flex: 2 1 400px;
  font-size: 0.9rem;
  line-height: 1.6;
  color: #fff;
}
.footer-info a {
  color: #e78c00;
  text-decoration: none;
}
.footer-info a:hover {
  text-decoration: underline;
}
.footer-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
}
.footer-icons img {
  height: 40px;
  width: auto;
}


.footer-links {
  flex: 1 1 200px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  text-align: right;
  font-size: 0.9rem;
}
.footer-links a {
  color: #ddd;
  text-decoration: none;
  transition: color .2s;
}
.footer-links a:hover {
  color: #fff;
}
.footer-links p {
  margin-top: 20px;
  font-size: 0.8rem;
  color: #777;
}


@media (max-width: 800px) {
  .fortune-footer-all {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .footer-links {
    align-items: center;
  }
}
.fortune-support::after {
  content: '';
  display: block;
  height: 100px;
}
.fortune-sig a:last-child {
  display: block;
  color: #040106;
  opacity: 1;
  text-align: center;
  margin-top: 16px;
}

