.soa-hero-v43{background:#f8f3eb;padding:56px 0}.soa-hero-v43 .soa-wrap{width:min(1180px,calc(100% - 40px));margin:auto;display:grid;grid-template-columns:42% 58%;gap:46px;align-items:center}.soa-hero-card-media{background:#fff;border:1px solid #eadfce;border-radius:24px;padding:18px;box-shadow:0 24px 60px rgba(0,0,0,.08)}.soa-hero-img{width:100%;aspect-ratio:1.28/1;object-fit:cover;border-radius:14px;display:block}.soa-hero-quick{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:18px}.soa-hero-quick a{display:flex;align-items:center;justify-content:center;min-height:54px;padding:10px;border:1px solid #eadfce;border-radius:16px;background:#fbf7f0;color:#061d38;text-decoration:none;font-weight:800}.soa-eyebrow{font-size:14px;letter-spacing:.22em;color:#a97b46;font-weight:800;text-transform:uppercase;margin:0 0 16px}.soa-quote{font-family:Georgia,serif;color:#071d37;font-size:clamp(42px,5.1vw,78px);line-height:.95;letter-spacing:-.05em;margin:0 0 26px}.soa-desc{font-size:18px;line-height:1.75;color:#173456;max-width:780px;margin:0 0 28px}.soa-actions{display:flex;gap:14px;flex-wrap:wrap}.soa-btn{display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:0 26px;border-radius:999px;text-decoration:none;font-weight:900;border:1px solid #eadfce}.soa-btn.primary{background:#061d38;color:#fff}.soa-btn.secondary{background:#fff;color:#061d38}.soa-hero-slide{display:none}.soa-hero-slide.is-active{display:block}.soa-hero-dots{display:flex;gap:8px;margin-top:22px}.soa-hero-dot{width:10px;height:10px;border-radius:50%;border:0;background:#d8c6ad;cursor:pointer}.soa-hero-dot.is-active{background:#061d38}.soa-footer-v43{background:#061d38;color:#fff;padding:54px 0 24px}.soa-footer-v43 .soa-wrap{width:min(1180px,calc(100% - 40px));margin:auto}.soa-footer-top{display:grid;grid-template-columns:1.4fr 1fr;gap:32px}.soa-footer-brand{font-family:Georgia,serif;font-size:34px;margin:0 0 12px}.soa-footer-desc{color:#d8e2ec;line-height:1.8;margin:0}.soa-footer-links{display:flex;flex-wrap:wrap;gap:12px;justify-content:flex-end}.soa-footer-links a{color:#fff;text-decoration:none;border:1px solid rgba(255,255,255,.22);border-radius:999px;padding:10px 16px}.soa-footer-copy{border-top:1px solid rgba(255,255,255,.14);margin-top:34px;padding-top:18px;color:#cbd6e2;font-size:14px}@media(max-width:900px){.soa-hero-v43 .soa-wrap{grid-template-columns:1fr}.soa-hero-copy{order:-1}.soa-quote{font-size:44px}.soa-hero-quick{grid-template-columns:1fr}.soa-footer-top{grid-template-columns:1fr}.soa-footer-links{justify-content:flex-start}}

/* Story of Anggy v4.3 footer social fix */
.soa-footer-v43 .soa-footer-links{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  align-items:stretch;
  justify-content:flex-end;
}
.soa-footer-v43 .soa-footer-link{
  min-width:150px;
  min-height:74px;
  padding:18px 20px;
  border:1px solid rgba(255,255,255,.22);
  border-radius:22px;
  color:#fff;
  text-decoration:none;
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:7px;
}
.soa-footer-v43 .soa-footer-link span{
  font-size:14px;
  opacity:.78;
}
.soa-footer-v43 .soa-footer-link strong{
  font-size:16px;
  line-height:1.25;
  font-weight:700;
  word-break:break-word;
}
.soa-footer-v43 .soa-footer-link:hover{
  background:rgba(255,255,255,.08);
}
@media(max-width:768px){
  .soa-footer-v43 .soa-footer-links{
    justify-content:flex-start;
  }
  .soa-footer-v43 .soa-footer-link{
    width:100%;
    min-width:0;
  }
}

/* Story of Anggy v4.3 footer social stable grid */
.soa-footer-v43 .soa-footer-top{
  display:grid;
  grid-template-columns: 1.2fr .9fr;
  gap:60px;
  align-items:start;
}

.soa-footer-v43 .soa-footer-links{
  display:grid !important;
  grid-template-columns: repeat(2, minmax(180px, 1fr));
  gap:14px;
  justify-content:stretch;
  align-items:stretch;
}

.soa-footer-v43 .soa-footer-link{
  width:auto !important;
  min-width:0 !important;
  min-height:58px !important;
  border-radius:999px !important;
  padding:16px 22px !important;
  text-align:center;
  align-items:center;
}

.soa-footer-v43 .soa-footer-link strong{
  font-size:16px;
  white-space:nowrap;
}

@media(max-width:900px){
  .soa-footer-v43 .soa-footer-top{
    grid-template-columns:1fr;
    gap:28px;
  }

  .soa-footer-v43 .soa-footer-links{
    grid-template-columns:1fr;
  }

  .soa-footer-v43 .soa-footer-link strong{
    white-space:normal;
  }
}

/* Story of Anggy v4.3 icon-only footer */
.soa-footer-icons .soa-footer-top{
  display:grid;
  grid-template-columns: 1.2fr auto;
  gap:60px;
  align-items:center;
}

.soa-social-icons{
  display:flex;
  gap:14px;
  align-items:center;
  justify-content:flex-end;
  flex-wrap:wrap;
}

.soa-social-icon{
  width:58px;
  height:58px;
  border:1px solid rgba(255,255,255,.28);
  border-radius:999px;
  color:#fff;
  text-decoration:none;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:22px;
  font-weight:800;
  line-height:1;
  transition:.2s ease;
}

.soa-social-icon:hover{
  background:rgba(255,255,255,.10);
  transform:translateY(-2px);
}

.soa-social-icon[aria-label="LinkedIn"] span{
  font-family:Arial, sans-serif;
  font-size:20px;
  font-weight:800;
}

@media(max-width:900px){
  .soa-footer-icons .soa-footer-top{
    grid-template-columns:1fr;
    gap:28px;
  }

  .soa-social-icons{
    justify-content:flex-start;
  }

  .soa-social-icon{
    width:54px;
    height:54px;
  }
}

/* Story of Anggy v4.3 official social icons */
.soa-footer-v43 .soa-footer-social-icons a svg{
  width:22px;
  height:22px;
  display:block;
  fill:currentColor;
}

.soa-footer-v43 .soa-footer-social-icons a{
  width:54px;
  height:54px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.28);
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  text-decoration:none;
  transition:all .2s ease;
}

.soa-footer-v43 .soa-footer-social-icons a:hover{
  background:rgba(255,255,255,.08);
  transform:translateY(-2px);
}

/* Story of Anggy v4.3 footer premium icon final */
.soa-footer-v43 .soa-footer-top{
  display:grid !important;
  grid-template-columns: 1fr auto !important;
  gap:60px !important;
  align-items:center !important;
}

.soa-footer-v43 .soa-footer-social-icons{
  display:flex !important;
  flex-direction:row !important;
  justify-content:flex-end !important;
  align-items:center !important;
  gap:14px !important;
  flex-wrap:nowrap !important;
}

.soa-footer-v43 .soa-footer-social-icons a{
  width:52px !important;
  height:52px !important;
  min-width:52px !important;
  min-height:52px !important;
  border-radius:999px !important;
  border:1px solid rgba(255,255,255,.28) !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  color:#fff !important;
  background:transparent !important;
}

.soa-footer-v43 .soa-footer-social-icons a svg{
  width:21px !important;
  height:21px !important;
  fill:currentColor !important;
}

.soa-footer-v43 .soa-footer-social-icons a:hover{
  background:rgba(255,255,255,.09) !important;
  border-color:rgba(255,255,255,.45) !important;
  transform:translateY(-2px) !important;
}

@media(max-width:900px){
  .soa-footer-v43 .soa-footer-top{
    grid-template-columns:1fr !important;
    gap:28px !important;
    align-items:start !important;
  }

  .soa-footer-v43 .soa-footer-social-icons{
    justify-content:flex-start !important;
    flex-wrap:wrap !important;
  }
}

/* =========================================================
   Story of Anggy v4.3 - Footer Premium Final
   ========================================================= */

.soa-footer-v43{
  background:#061d37 !important;
  color:#fff !important;
  padding:72px 0 28px !important;
  border-top:1px solid rgba(183,127,71,.22) !important;
}

.soa-footer-v43 .soa-wrap{
  width:min(1320px, calc(100% - 96px)) !important;
  margin:0 auto !important;
}

.soa-footer-v43 .soa-footer-top{
  display:grid !important;
  grid-template-columns:minmax(0, 1fr) auto !important;
  align-items:center !important;
  gap:72px !important;
  padding-bottom:46px !important;
  border-bottom:1px solid rgba(255,255,255,.16) !important;
}

.soa-footer-v43 .soa-footer-main{
  max-width:760px !important;
}

.soa-footer-v43 .soa-footer-brand{
  margin:0 0 22px !important;
  color:#fff !important;
  font-family:Georgia, 'Times New Roman', serif !important;
  font-size:clamp(34px, 4vw, 52px) !important;
  line-height:1.03 !important;
  letter-spacing:-.035em !important;
  text-transform:uppercase !important;
  text-shadow:0 2px 0 rgba(183,127,71,.45) !important;
}

.soa-footer-v43 .soa-footer-desc{
  margin:0 !important;
  color:rgba(255,255,255,.88) !important;
  font-size:20px !important;
  line-height:1.75 !important;
  max-width:780px !important;
}

.soa-footer-v43 .soa-footer-social-icons{
  display:flex !important;
  flex-direction:row !important;
  align-items:center !important;
  justify-content:flex-end !important;
  gap:16px !important;
  flex-wrap:nowrap !important;
}

.soa-footer-v43 .soa-footer-social-icons a{
  position:relative !important;
  width:56px !important;
  height:56px !important;
  min-width:56px !important;
  min-height:56px !important;
  border-radius:999px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  color:#fff !important;
  text-decoration:none !important;
  background:rgba(255,255,255,.035) !important;
  border:1px solid rgba(255,255,255,.28) !important;
  box-shadow:0 18px 45px rgba(0,0,0,.14) !important;
  transition:transform .22s ease, border-color .22s ease, background .22s ease, color .22s ease, box-shadow .22s ease !important;
}

.soa-footer-v43 .soa-footer-social-icons a::before{
  content:"" !important;
  position:absolute !important;
  inset:-1px !important;
  border-radius:inherit !important;
  background:linear-gradient(135deg, rgba(183,127,71,.65), rgba(255,255,255,.18), rgba(183,127,71,.2)) !important;
  opacity:0 !important;
  z-index:-1 !important;
  transition:opacity .22s ease !important;
}

.soa-footer-v43 .soa-footer-social-icons a svg{
  width:22px !important;
  height:22px !important;
  display:block !important;
  fill:currentColor !important;
}

.soa-footer-v43 .soa-footer-social-icons a:hover{
  transform:translateY(-3px) !important;
  color:#f4dfc2 !important;
  background:rgba(255,255,255,.075) !important;
  border-color:rgba(244,223,194,.62) !important;
  box-shadow:0 20px 52px rgba(0,0,0,.2) !important;
}

.soa-footer-v43 .soa-footer-social-icons a:hover::before{
  opacity:1 !important;
}

.soa-footer-v43 .soa-footer-copy{
  color:rgba(255,255,255,.82) !important;
  font-size:15px !important;
  line-height:1.6 !important;
  padding-top:24px !important;
}

@media(max-width:900px){
  .soa-footer-v43{
    padding:54px 0 24px !important;
  }

  .soa-footer-v43 .soa-wrap{
    width:min(100% - 40px, 720px) !important;
  }

  .soa-footer-v43 .soa-footer-top{
    grid-template-columns:1fr !important;
    gap:30px !important;
    align-items:start !important;
    padding-bottom:34px !important;
  }

  .soa-footer-v43 .soa-footer-desc{
    font-size:17px !important;
    line-height:1.7 !important;
  }

  .soa-footer-v43 .soa-footer-social-icons{
    justify-content:flex-start !important;
    flex-wrap:wrap !important;
  }

  .soa-footer-v43 .soa-footer-social-icons a{
    width:52px !important;
    height:52px !important;
    min-width:52px !important;
    min-height:52px !important;
  }
}

@media(max-width:480px){
  .soa-footer-v43 .soa-footer-brand{
    font-size:34px !important;
  }

  .soa-footer-v43 .soa-footer-social-icons{
    gap:12px !important;
  }
}

/* Story of Anggy v4.3 footer final polish */
.soa-footer-v43 .soa-footer-top{
  border-bottom:1px solid rgba(255,255,255,.16) !important;
  padding-bottom:44px !important;
  margin-bottom:0 !important;
}

.soa-footer-v43 .soa-footer-copy{
  border-top:none !important;
  margin-top:0 !important;
  padding-top:24px !important;
}

.soa-footer-v43 hr,
.soa-footer-v43 .soa-footer-line{
  display:none !important;
}

.soa-footer-v43 .soa-footer-brand{
  text-shadow:0 2px 0 rgba(183,127,71,.38) !important;
}

.soa-footer-v43 .soa-footer-desc{
  max-width:760px !important;
}

.soa-footer-v43 .soa-footer-social-icons{
  margin-top:4px !important;
}

/* Story of Anggy v4.6 Journey Category */
.soa-timeline-meta{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
  margin-bottom:10px;
}

.soa-timeline-meta time{
  margin-bottom:0 !important;
}

.soa-journey-cat{
  display:inline-flex;
  align-items:center;
  width:max-content;
  padding:5px 10px;
  border-radius:999px;
  background:rgba(183,127,71,.12);
  border:1px solid rgba(183,127,71,.26);
  color:#a76f36;
  font-size:12px;
  line-height:1;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}

@media(max-width:640px){
  .soa-timeline-meta{
    gap:8px;
  }

  .soa-journey-cat{
    font-size:11px;
    padding:5px 9px;
  }
}

/* Story of Anggy v4.6 Journey Timeline Premium Polish */
.soa-journey-main .soa-timeline{
  position:relative;
  display:flex;
  flex-direction:column;
  gap:26px;
  margin-top:22px;
  padding-left:46px;
}

.soa-journey-main .soa-timeline::before{
  content:"";
  position:absolute;
  left:16px;
  top:8px;
  bottom:8px;
  width:2px;
  background:linear-gradient(
    to bottom,
    rgba(183,127,71,.18),
    rgba(183,127,71,.55),
    rgba(183,127,71,.12)
  );
}

.soa-journey-main .soa-timeline-item{
  position:relative;
  padding:24px 28px;
  border:1px solid rgba(183,127,71,.18);
  border-radius:24px;
  background:rgba(255,255,255,.62);
  box-shadow:0 18px 44px rgba(9,31,58,.06);
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.soa-journey-main .soa-timeline-item::before{
  content:"";
  position:absolute;
  left:-39px;
  top:24px;
  width:16px;
  height:16px;
  border-radius:999px;
  background:#b77f47;
  border:6px solid #f5efe6;
  box-shadow:0 0 0 1px rgba(183,127,71,.32), 0 10px 26px rgba(183,127,71,.22);
}

.soa-journey-main .soa-timeline-item:hover{
  transform:translateY(-2px);
  border-color:rgba(183,127,71,.32);
  box-shadow:0 24px 60px rgba(9,31,58,.09);
}

.soa-journey-main .soa-timeline-meta{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
  margin-bottom:10px;
}

.soa-journey-main .soa-timeline-meta time{
  display:inline-flex;
  align-items:center;
  margin:0 !important;
  color:#a76f36;
  font-size:12px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.soa-journey-main .soa-journey-cat{
  display:inline-flex;
  align-items:center;
  width:max-content;
  padding:5px 10px;
  border-radius:999px;
  background:rgba(183,127,71,.1);
  border:1px solid rgba(183,127,71,.28);
  color:#a76f36;
  font-size:11px;
  line-height:1;
  font-weight:900;
  letter-spacing:.09em;
  text-transform:uppercase;
}

.soa-journey-main .soa-timeline-item h2{
  margin:0 0 8px !important;
  font-size:clamp(24px, 2.4vw, 34px) !important;
  line-height:1.08 !important;
}

.soa-journey-main .soa-timeline-item h2 a{
  color:#061d37;
  text-decoration:none;
}

.soa-journey-main .soa-timeline-item h2 a:hover{
  color:#a76f36;
}

.soa-journey-main .soa-timeline-item p{
  margin:0;
  color:rgba(6,29,55,.72);
  font-size:16px;
  line-height:1.75;
  max-width:760px;
}

@media(max-width:768px){
  .soa-journey-main .soa-timeline{
    padding-left:30px;
    gap:20px;
  }

  .soa-journey-main .soa-timeline::before{
    left:10px;
  }

  .soa-journey-main .soa-timeline-item{
    padding:20px;
    border-radius:20px;
  }

  .soa-journey-main .soa-timeline-item::before{
    left:-29px;
    top:22px;
    width:13px;
    height:13px;
    border-width:5px;
  }

  .soa-journey-main .soa-timeline-item p{
    font-size:15px;
  }
}
