@charset "UTF-8";
/**
 * Reset some basic elements
 */
body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0;
}

/**
 * Basic styling
 */
body {
  font: 400 16px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #486D87;
  background-color: #FFFFFF;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

/**
 * Set `margin-bottom` to maintain vertical rhythm
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl, figure {
  margin-bottom: 15px;
}

/**
 * `main` element
 */
main {
  display: block; /* Default value of `display` of `main` element is 'inline' in IE 11. */
}

/**
 * Images
 */
img {
  max-width: 100%;
  vertical-align: middle;
}

/**
 * Figures
 */
figure > img {
  display: block;
}

figcaption {
  font-size: 14px;
}

/**
 * Lists
 */
ul, ol {
  margin-left: 30px;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

/**
 * Headings
 */
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

/**
 * Links
 */
a {
  color: #FF7F41;
  text-decoration: none;
}
a:visited {
  color: rgb(243.5, 79.4578947368, 0);
}
a:hover {
  color: #486D87;
  text-decoration: underline;
}
.social-media-list a:hover {
  text-decoration: none;
}
.social-media-list a:hover .username {
  text-decoration: underline;
}

/**
 * Blockquotes
 */
blockquote {
  color: #D7572B;
  border-left: 4px solid #F4D1A1;
  padding-left: 15px;
  font-size: 18px;
  letter-spacing: -1px;
  font-style: italic;
}
blockquote > :last-child {
  margin-bottom: 0;
}

/**
 * Code formatting
 */
pre,
code {
  font-size: 15px;
  border: 1px solid #F4D1A1;
  border-radius: 3px;
  background-color: #eef;
}

code {
  padding: 1px 5px;
}

pre {
  padding: 8px 12px;
  overflow-x: auto;
}
pre > code {
  border: 0;
  padding-right: 0;
  padding-left: 0;
}

/**
 * Wrapper
 */
.wrapper {
  max-width: -webkit-calc(800px - (30px * 2));
  max-width: calc(800px - 30px * 2);
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}
.wrapper:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 800px) {
  .wrapper {
    max-width: -webkit-calc(800px - (30px));
    max-width: calc(800px - (30px));
    padding-right: 15px;
    padding-left: 15px;
  }
}

/**
 * Clearfix
 */
/**
 * Icons
 */
.svg-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  fill: #D7572B;
  padding-right: 5px;
  vertical-align: text-top;
}

.social-media-list li + li {
  padding-top: 5px;
}

/**
 * Tables
 */
table {
  margin-bottom: 30px;
  width: 100%;
  text-align: left;
  color: rgb(117.2608695652, 155.0115942029, 181.5391304348);
  border-collapse: collapse;
  border: 1px solid #F4D1A1;
}
table tr:nth-child(even) {
  background-color: rgb(247.2057142857, 222.4057142857, 188.3942857143);
}
table th, table td {
  padding: 10px 15px;
}
table th {
  background-color: rgb(245.6028571429, 215.7028571429, 174.6971428571);
  border: 1px solid rgb(241.8628571429, 200.0628571429, 142.7371428571);
  border-bottom-color: rgb(237.5885714286, 182.1885714286, 106.2114285714);
}
table td {
  border: 1px solid #F4D1A1;
}

/**
 * Site header
 */
.site-header {
  border-top: 5px solid rgb(45.3913043478, 68.7173913043, 85.1086956522);
  border-bottom: 1px solid #F4D1A1;
  min-height: 55.95px;
  position: relative;
}

.site-title {
  font-size: 26px;
  font-weight: 300;
  line-height: 54px;
  letter-spacing: -1px;
  margin-bottom: 0;
  float: left;
}
.site-title, .site-title:visited {
  color: rgb(45.3913043478, 68.7173913043, 85.1086956522);
}

.site-nav {
  float: right;
  line-height: 54px;
}
.site-nav .nav-trigger {
  display: none;
}
.site-nav .menu-icon {
  display: none;
}
.site-nav .page-link {
  color: #486D87;
  line-height: 1.5;
}
.site-nav .page-link:not(:last-child) {
  margin-right: 20px;
}
@media screen and (max-width: 1199px) {
  .site-nav {
    position: absolute;
    top: 9px;
    right: 15px;
    background-color: #FFFFFF;
    border: 1px solid #F4D1A1;
    border-radius: 5px;
    text-align: right;
  }
  .site-nav label[for=nav-trigger] {
    display: block;
    float: right;
    width: 36px;
    height: 36px;
    z-index: 2;
    cursor: pointer;
  }
  .site-nav .menu-icon {
    display: block;
    float: right;
    width: 36px;
    height: 26px;
    line-height: 0;
    padding-top: 10px;
    text-align: center;
  }
  .site-nav .menu-icon > svg {
    fill: rgb(45.3913043478, 68.7173913043, 85.1086956522);
  }
  .site-nav input ~ .trigger {
    clear: both;
    display: none;
  }
  .site-nav input:checked ~ .trigger {
    display: block;
    padding-bottom: 5px;
  }
  .site-nav .page-link {
    display: block;
    padding: 5px 10px;
    margin-left: 20px;
  }
  .site-nav .page-link:not(:last-child) {
    margin-right: 0;
  }
}

/**
 * Site footer
 */
.site-footer {
  border-top: 1px solid #F4D1A1;
  padding: 30px 0;
}

.footer-heading {
  font-size: 18px;
  margin-bottom: 15px;
}

.contact-list,
.social-media-list {
  list-style: none;
  margin-left: 0;
}

.footer-col-wrapper {
  font-size: 15px;
  color: #D7572B;
  margin-left: -15px;
}
.footer-col-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

.footer-col {
  float: left;
  margin-bottom: 15px;
  padding-left: 15px;
}

.footer-col-1 {
  width: -webkit-calc(35% - (math.div(variables.$spacing-unit, 2)));
  width: calc(35% - 15px);
}

.footer-col-2 {
  width: -webkit-calc(20% - (math.div(variables.$spacing-unit, 2)));
  width: calc(20% - 15px);
}

.footer-col-3 {
  width: -webkit-calc(45% - (math.div(variables.$spacing-unit, 2)));
  width: calc(45% - 15px);
}

@media screen and (max-width: 800px) {
  .footer-col-1,
  .footer-col-2 {
    width: -webkit-calc(50% - (math.div(variables.$spacing-unit, 2)));
    width: calc(50% + 15px);
  }
  .footer-col-3 {
    width: -webkit-calc(100% - (math.div(variables.$spacing-unit, 2)));
    width: calc(100% - 15px);
  }
}
@media screen and (max-width: 1199px) {
  .footer-col {
    float: none;
    width: -webkit-calc(100% - (math.div(variables.$spacing-unit, 2)));
    width: calc(100% - 15px);
  }
}
/**
 * Page content
 */
.page-content {
  padding: 30px 0;
  flex: 1;
}

.page-heading {
  font-size: 32px;
}

.post-list-heading {
  font-size: 28px;
}

.post-list {
  margin-left: 0;
  list-style: none;
}
.post-list > li {
  margin-bottom: 30px;
}

.post-meta {
  font-size: 14px;
  color: #D7572B;
}

.post-link {
  display: block;
  font-size: 24px;
}

/**
 * Posts
 */
.post-header {
  margin-bottom: 30px;
}

.post-title {
  font-size: 42px;
  letter-spacing: -1px;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  .post-title {
    font-size: 36px;
  }
}

.post-content {
  margin-bottom: 30px;
}
.post-content h2 {
  font-size: 32px;
}
@media screen and (max-width: 800px) {
  .post-content h2 {
    font-size: 28px;
  }
}
.post-content h3 {
  font-size: 26px;
}
@media screen and (max-width: 800px) {
  .post-content h3 {
    font-size: 22px;
  }
}
.post-content h4 {
  font-size: 20px;
}
@media screen and (max-width: 800px) {
  .post-content h4 {
    font-size: 18px;
  }
}

/**
 * Syntax highlighting styles
 */
.highlight {
  background: #fff;
  margin-bottom: 15px;
}
.highlighter-rouge .highlight {
  background: #eef;
}
.highlight .c {
  color: #998;
  font-style: italic;
}
.highlight .err {
  color: #a61717;
  background-color: #e3d2d2;
}
.highlight .k {
  font-weight: bold;
}
.highlight .o {
  font-weight: bold;
}
.highlight .cm {
  color: #998;
  font-style: italic;
}
.highlight .cp {
  color: #999;
  font-weight: bold;
}
.highlight .c1 {
  color: #998;
  font-style: italic;
}
.highlight .cs {
  color: #999;
  font-weight: bold;
  font-style: italic;
}
.highlight .gd {
  color: #000;
  background-color: #fdd;
}
.highlight .gd .x {
  color: #000;
  background-color: #faa;
}
.highlight .ge {
  font-style: italic;
}
.highlight .gr {
  color: #a00;
}
.highlight .gh {
  color: #999;
}
.highlight .gi {
  color: #000;
  background-color: #dfd;
}
.highlight .gi .x {
  color: #000;
  background-color: #afa;
}
.highlight .go {
  color: #888;
}
.highlight .gp {
  color: #555;
}
.highlight .gs {
  font-weight: bold;
}
.highlight .gu {
  color: #aaa;
}
.highlight .gt {
  color: #a00;
}
.highlight .kc {
  font-weight: bold;
}
.highlight .kd {
  font-weight: bold;
}
.highlight .kp {
  font-weight: bold;
}
.highlight .kr {
  font-weight: bold;
}
.highlight .kt {
  color: #458;
  font-weight: bold;
}
.highlight .m {
  color: #099;
}
.highlight .s {
  color: #d14;
}
.highlight .na {
  color: #008080;
}
.highlight .nb {
  color: #0086B3;
}
.highlight .nc {
  color: #458;
  font-weight: bold;
}
.highlight .no {
  color: #008080;
}
.highlight .ni {
  color: #800080;
}
.highlight .ne {
  color: #900;
  font-weight: bold;
}
.highlight .nf {
  color: #900;
  font-weight: bold;
}
.highlight .nn {
  color: #555;
}
.highlight .nt {
  color: #000080;
}
.highlight .nv {
  color: #008080;
}
.highlight .ow {
  font-weight: bold;
}
.highlight .w {
  color: #bbb;
}
.highlight .mf {
  color: #099;
}
.highlight .mh {
  color: #099;
}
.highlight .mi {
  color: #099;
}
.highlight .mo {
  color: #099;
}
.highlight .sb {
  color: #d14;
}
.highlight .sc {
  color: #d14;
}
.highlight .sd {
  color: #d14;
}
.highlight .s2 {
  color: #d14;
}
.highlight .se {
  color: #d14;
}
.highlight .sh {
  color: #d14;
}
.highlight .si {
  color: #d14;
}
.highlight .sx {
  color: #d14;
}
.highlight .sr {
  color: #009926;
}
.highlight .s1 {
  color: #d14;
}
.highlight .ss {
  color: #990073;
}
.highlight .bp {
  color: #999;
}
.highlight .vc {
  color: #008080;
}
.highlight .vg {
  color: #008080;
}
.highlight .vi {
  color: #008080;
}
.highlight .il {
  color: #099;
}

.section-hero {
  padding: 64px 0;
}
@media screen and (max-width: 1024px) {
  .section-hero {
    padding: calc(64px * 0.875) 0;
  }
}
@media screen and (max-width: 768px) {
  .section-hero {
    padding: calc(64px * 0.75) 0;
  }
}

.section-content {
  padding: 80px 0 64px 0;
}
@media screen and (max-width: 1024px) {
  .section-content {
    padding: calc(80px * 0.875) 0 calc(64px * 0.875) 0;
  }
}
@media screen and (max-width: 768px) {
  .section-content {
    padding: calc(80px * 0.75) 0 calc(64px * 0.75) 0;
  }
}

.section-cta {
  padding: 80px 0 64px 0;
}
@media screen and (max-width: 1024px) {
  .section-cta {
    padding: calc(80px * 0.875) 0 calc(64px * 0.875) 0;
  }
}
@media screen and (max-width: 768px) {
  .section-cta {
    padding: calc(80px * 0.75) 0 calc(64px * 0.75) 0;
  }
}

.section-contact {
  padding: 80px 0;
}
@media screen and (max-width: 1024px) {
  .section-contact {
    padding: calc(80px * 0.875) 0;
  }
}
@media screen and (max-width: 768px) {
  .section-contact {
    padding: calc(80px * 0.75) 0;
  }
}

.section-testimonials {
  padding: 80px 0 64px 0;
}
@media screen and (max-width: 1024px) {
  .section-testimonials {
    padding: calc(80px * 0.875) 0 calc(64px * 0.875) 0;
  }
}
@media screen and (max-width: 768px) {
  .section-testimonials {
    padding: calc(80px * 0.75) 0 calc(64px * 0.75) 0;
  }
}

.section-features {
  padding: 80px 0;
}
@media screen and (max-width: 1024px) {
  .section-features {
    padding: calc(80px * 0.875) 0;
  }
}
@media screen and (max-width: 768px) {
  .section-features {
    padding: calc(80px * 0.75) 0;
  }
}

.section-compact {
  padding: 64px 0;
}
@media screen and (max-width: 1024px) {
  .section-compact {
    padding: calc(64px * 0.875) 0;
  }
}
@media screen and (max-width: 768px) {
  .section-compact {
    padding: calc(64px * 0.75) 0;
  }
}

.pt-xs {
  padding-top: 32px !important;
}

.pt-sm {
  padding-top: 48px !important;
}

.pt-md {
  padding-top: 64px !important;
}

.pt-lg {
  padding-top: 80px !important;
}

.pt-xl {
  padding-top: 96px !important;
}

.pt-xxl {
  padding-top: 128px !important;
}

.pb-xs {
  padding-bottom: 32px !important;
}

.pb-sm {
  padding-bottom: 48px !important;
}

.pb-md {
  padding-bottom: 64px !important;
}

.pb-lg {
  padding-bottom: 80px !important;
}

.pb-xl {
  padding-bottom: 96px !important;
}

.pb-xxl {
  padding-bottom: 128px !important;
}

.py-xs {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

.py-sm {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.py-md {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}

.py-lg {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.py-xl {
  padding-top: 96px !important;
  padding-bottom: 96px !important;
}

.py-xxl {
  padding-top: 128px !important;
  padding-bottom: 128px !important;
}

.mt-xs {
  margin-top: 32px !important;
}

.mt-sm {
  margin-top: 48px !important;
}

.mt-md {
  margin-top: 64px !important;
}

.mt-lg {
  margin-top: 80px !important;
}

.mt-xl {
  margin-top: 96px !important;
}

.mt-xxl {
  margin-top: 128px !important;
}

.mb-xs {
  margin-bottom: 32px !important;
}

.mb-sm {
  margin-bottom: 48px !important;
}

.mb-md {
  margin-bottom: 64px !important;
}

.mb-lg {
  margin-bottom: 80px !important;
}

.mb-xl {
  margin-bottom: 96px !important;
}

.mb-xxl {
  margin-bottom: 128px !important;
}

@media screen and (max-width: 768px) {
  .pt-xs-mobile {
    padding-top: calc(32px * 0.75) !important;
  }
  .pt-sm-mobile {
    padding-top: calc(48px * 0.75) !important;
  }
  .pt-md-mobile {
    padding-top: calc(64px * 0.75) !important;
  }
  .pt-lg-mobile {
    padding-top: calc(80px * 0.75) !important;
  }
  .pt-xl-mobile {
    padding-top: calc(96px * 0.75) !important;
  }
  .pb-xs-mobile {
    padding-bottom: calc(32px * 0.75) !important;
  }
  .pb-sm-mobile {
    padding-bottom: calc(48px * 0.75) !important;
  }
  .pb-md-mobile {
    padding-bottom: calc(64px * 0.75) !important;
  }
  .pb-lg-mobile {
    padding-bottom: calc(80px * 0.75) !important;
  }
  .pb-xl-mobile {
    padding-bottom: calc(96px * 0.75) !important;
  }
}
section {
  margin: 32px 0;
}
@media screen and (max-width: 768px) {
  section {
    margin: calc(32px * 0.75) 0;
  }
}

section:first-child {
  margin-top: 0;
}

section:last-child {
  margin-bottom: 0;
}

section .container > *:last-child {
  margin-bottom: 0 !important;
}

.hero {
  padding: 64px 0;
}
@media screen and (max-width: 1024px) {
  .hero {
    padding: calc(64px * 0.875) 0;
  }
}
@media screen and (max-width: 768px) {
  .hero {
    padding: calc(64px * 0.75) 0;
  }
}

.about-us,
.our-courses,
.instructors,
.virtual-tour {
  padding: 80px 0 64px 0;
}
@media screen and (max-width: 1024px) {
  .about-us,
  .our-courses,
  .instructors,
  .virtual-tour {
    padding: calc(80px * 0.875) 0 calc(64px * 0.875) 0;
  }
}
@media screen and (max-width: 768px) {
  .about-us,
  .our-courses,
  .instructors,
  .virtual-tour {
    padding: calc(80px * 0.75) 0 calc(64px * 0.75) 0;
  }
}

.why-choose-us {
  padding: 80px 0;
}
@media screen and (max-width: 1024px) {
  .why-choose-us {
    padding: calc(80px * 0.875) 0;
  }
}
@media screen and (max-width: 768px) {
  .why-choose-us {
    padding: calc(80px * 0.75) 0;
  }
}

.testimonials {
  padding: 80px 0 64px 0;
}
@media screen and (max-width: 1024px) {
  .testimonials {
    padding: calc(80px * 0.875) 0 calc(64px * 0.875) 0;
  }
}
@media screen and (max-width: 768px) {
  .testimonials {
    padding: calc(80px * 0.75) 0 calc(64px * 0.75) 0;
  }
}

.contact-us {
  padding: 80px 0;
}
@media screen and (max-width: 1024px) {
  .contact-us {
    padding: calc(80px * 0.875) 0;
  }
}
@media screen and (max-width: 768px) {
  .contact-us {
    padding: calc(80px * 0.75) 0;
  }
}

.cta-section,
.review-request {
  padding: 80px 0 64px 0;
}
@media screen and (max-width: 1024px) {
  .cta-section,
  .review-request {
    padding: calc(80px * 0.875) 0 calc(64px * 0.875) 0;
  }
}
@media screen and (max-width: 768px) {
  .cta-section,
  .review-request {
    padding: calc(80px * 0.75) 0 calc(64px * 0.75) 0;
  }
}

.panorama-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #f0f2f5 0%, rgb(248.2742857143, 226.8742857143, 197.5257142857) 100%);
}
.panorama-section h2 {
  text-align: center;
  font-size: 2.5rem;
  color: #486D87;
  margin-bottom: 20px;
  position: relative;
}
.panorama-section h2::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: #FF7F41;
  border-radius: 2px;
}
.panorama-section h2::before {
  content: "";
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 40px;
  background: url("/assets/images/logos/Starfish_StandOneLight-01.webp") center/contain no-repeat;
  opacity: 0.4;
}
.panorama-section .panorama-description {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 40px;
  color: #486D87;
  font-size: 1.1rem;
  line-height: 1.6;
}

.panorama-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.panorama-item {
  background: white;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(72, 109, 135, 0.1);
  transition: all 0.3s ease;
  border-top: 5px solid #FF7F41;
}
.panorama-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(72, 109, 135, 0.15);
}
.panorama-item h3 {
  color: #FF7F41;
  font-size: 1.5rem;
  margin-bottom: 15px;
  font-weight: 700;
  text-align: center;
}
.panorama-item .panorama-info {
  text-align: center;
  margin-bottom: 20px;
  color: #486D87;
  font-size: 1rem;
  line-height: 1.6;
}

.panorama-viewer {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(72, 109, 135, 0.15);
  background: #f0f2f5;
}
.panorama-viewer:hover .panorama-controls {
  opacity: 1;
}

.panorama-controls {
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
.panorama-controls button:hover {
  background: rgb(255, 255, 255) !important;
  color: #FF7F41 !important;
  transform: scale(1.1);
}
.panorama-controls button:active {
  transform: scale(0.95);
}

.panorama-instructions {
  text-align: center;
  margin-top: 20px;
  padding: 15px;
  background: rgba(244, 209, 161, 0.1);
  border-radius: 8px;
  border-left: 4px solid #F4D1A1;
}
.panorama-instructions p {
  margin: 0;
  color: #486D87;
  font-size: 0.9rem;
  line-height: 1.5;
}
.panorama-instructions p strong {
  color: #FF7F41;
}

@keyframes panorama-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 800px) {
  .panorama-section {
    padding: 60px 0;
  }
  .panorama-section h2 {
    font-size: 2rem;
  }
  .panorama-section .container {
    padding: 0;
    max-width: none;
  }
  .panorama-grid {
    padding: 0 15px;
    gap: 30px;
  }
  .panorama-item {
    padding: 0;
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(72, 109, 135, 0.1);
    overflow: hidden;
  }
  .panorama-item h3 {
    font-size: 1.3rem;
    padding: 20px 15px 10px;
  }
  .panorama-item .panorama-info {
    padding: 0 15px 15px;
  }
  .panorama-item [data-panorama] {
    margin: 0;
    border-radius: 0;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
  .panorama-controls {
    opacity: 1;
    bottom: 10px;
    right: 10px;
  }
  .panorama-controls button {
    width: 35px;
    height: 35px;
    font-size: 16px;
  }
  .panorama-instructions {
    margin: 0;
    padding: 15px;
  }
  .panorama-instructions p {
    font-size: 0.85rem;
  }
}
@media screen and (max-width: 1199px) {
  .panorama-grid {
    padding: 0 10px;
  }
  .panorama-item h3 {
    padding: 15px 10px 8px;
  }
  .panorama-item .panorama-info {
    padding: 0 10px 12px;
  }
  .panorama-item [data-panorama] {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
  .panorama-instructions {
    padding: 12px 10px;
  }
  .panorama-controls {
    gap: 4px;
  }
  .panorama-controls button {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }
}
.page-header {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  padding: 60px 0 40px 0;
  border-bottom: 1px solid rgba(72, 109, 135, 0.1);
  position: relative;
}
.page-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 80%, rgba(255, 127, 65, 0.03) 0%, transparent 50%), radial-gradient(circle at 80% 20%, rgba(72, 109, 135, 0.02) 0%, transparent 50%);
  pointer-events: none;
}
.page-header .container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.page-header h1 {
  font-size: clamp(2.2rem, 5vw, 3rem);
  font-weight: 700;
  color: #486D87;
  margin-bottom: 15px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.page-header .page-subtitle {
  font-size: clamp(1.1rem, 3vw, 1.3rem);
  color: #FF7F41;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.4;
}
.page-header .page-description {
  font-size: clamp(1rem, 2.5vw, 1.1rem);
  color: rgb(90.652173913, 135.6956521739, 167.347826087);
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .page-header {
    padding: 40px 0 30px 0;
  }
  .page-header .container {
    padding: 0 15px;
  }
  .page-header h1 {
    margin-bottom: 12px;
  }
  .page-header .page-subtitle {
    margin-bottom: 15px;
  }
}

.category-navigation {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 20px;
  margin: 30px 0 50px 0;
}
.category-navigation .category-nav-item {
  background: white;
  border: 2px solid rgba(72, 109, 135, 0.1);
  border-radius: 12px;
  padding: 20px 15px;
  text-align: center;
  text-decoration: none;
  color: #486D87;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  position: relative;
  overflow: hidden;
}
.category-navigation .category-nav-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #FF7F41 0%, rgb(255, 154.4863157895, 105.8) 100%);
  transition: left 0.4s ease;
  z-index: -1;
}
.category-navigation .category-nav-item .category-icon {
  font-size: 2rem;
  transition: all 0.3s ease;
  filter: grayscale(0.3);
}
.category-navigation .category-nav-item .category-name {
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
}
.category-navigation .category-nav-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
  border-color: #FF7F41;
  color: white;
}
.category-navigation .category-nav-item:hover::before {
  left: 0;
}
.category-navigation .category-nav-item:hover .category-icon {
  transform: scale(1.1);
  filter: grayscale(0);
}
.category-navigation .category-nav-item:hover .category-name {
  font-weight: 700;
}
.category-navigation .category-nav-item:visited {
  color: #486D87;
}
.category-navigation .category-nav-item:visited:hover {
  color: white;
}
@media screen and (max-width: 768px) {
  .category-navigation {
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 15px;
    margin: 25px 0 40px 0;
  }
  .category-navigation .category-nav-item {
    padding: 15px 10px;
  }
  .category-navigation .category-nav-item .category-icon {
    font-size: 1.6rem;
  }
  .category-navigation .category-nav-item .category-name {
    font-size: 0.9rem;
  }
}

.view-all-posts {
  text-align: center;
  margin: 40px 0 20px 0;
  padding: 20px;
  background: rgba(255, 127, 65, 0.05);
  border-radius: 8px;
  border-left: 4px solid #FF7F41;
}
.view-all-posts p {
  margin: 0;
  color: #486D87;
  font-size: 1rem;
}
.view-all-posts p a {
  color: #FF7F41;
  text-decoration: none;
  font-weight: 600;
}
.view-all-posts p a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .view-all-posts {
    margin: 30px 0 15px 0;
    padding: 15px;
  }
  .view-all-posts p {
    font-size: 0.9rem;
  }
}

.blog-index-hero {
  background: linear-gradient(135deg, #486D87 0%, rgb(86.1913043478, 130.484057971, 161.6086956522) 100%);
  color: white;
  padding: 80px 0 100px 0;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.blog-index-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 25% 25%, rgba(255, 255, 255, 0.04) 0%, transparent 50%), radial-gradient(circle at 75% 75%, rgba(255, 255, 255, 0.03) 0%, transparent 50%), linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.01) 50%, transparent 70%);
  pointer-events: none;
}
.blog-index-hero .container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
  z-index: 2;
}
.blog-index-hero .hero-logo {
  width: 120px;
  height: 120px;
  margin: 0 auto 40px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  animation: gentleFloat 4s ease-in-out infinite;
}
.blog-index-hero .hero-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 50%;
  filter: drop-shadow(0 8px 32px rgba(0, 0, 0, 0.15));
  background: none;
  border: 3px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.blog-index-hero .hero-logo img:hover {
  transform: scale(1.05);
  filter: drop-shadow(0 12px 40px rgba(0, 0, 0, 0.2));
  border-color: rgba(255, 255, 255, 0.3);
}
.blog-index-hero h1 {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 24px;
  color: white;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
  letter-spacing: -0.03em;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, sans-serif;
}
@media screen and (max-width: 768px) {
  .blog-index-hero h1 {
    margin-bottom: 20px;
  }
}
.blog-index-hero p {
  font-size: clamp(1.1rem, 2.5vw, 1.3rem);
  line-height: 1.6;
  margin-bottom: 0;
  opacity: 0.9;
  color: rgba(255, 255, 255, 0.95);
  font-weight: 400;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .blog-index-hero p {
    font-size: 1.1rem;
    line-height: 1.5;
  }
}

@keyframes gentleFloat {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-8px);
  }
}
@media screen and (max-width: 768px) {
  .blog-index-hero {
    padding: 60px 0 80px 0;
  }
  .blog-index-hero .container {
    padding: 0 20px;
  }
  .blog-index-hero .hero-logo {
    width: 100px;
    height: 100px;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .blog-index-hero {
    padding: 70px 0 90px 0;
  }
  .blog-index-hero .hero-logo {
    width: 110px;
    height: 110px;
    margin-bottom: 36px;
  }
}
.blog-hero {
  background: linear-gradient(135deg, #486D87 0%, rgb(86.1913043478, 130.484057971, 161.6086956522) 100%);
  color: white;
  padding: 50px 0;
  position: relative;
  overflow: hidden;
}
.blog-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 15% 15%, rgba(255, 255, 255, 0.02) 0%, transparent 35%), radial-gradient(circle at 85% 85%, rgba(255, 255, 255, 0.015) 0%, transparent 35%), repeating-linear-gradient(45deg, transparent, transparent 16px, rgba(255, 255, 255, 0.008) 16px, rgba(255, 255, 255, 0.008) 32px);
  pointer-events: none;
}
.blog-hero .blog-hero-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}
.blog-hero .blog-breadcrumb {
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
}
.blog-hero .blog-breadcrumb .breadcrumb-link {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.95rem;
  font-weight: 500;
  padding: 8px 16px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}
.blog-hero .blog-breadcrumb .breadcrumb-link:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.25);
  transform: translateX(-3px);
  color: white;
}
.blog-hero .blog-breadcrumb .breadcrumb-link .breadcrumb-icon {
  font-size: 1rem;
  filter: grayscale(0.3);
}
.blog-hero .blog-post-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
  font-size: 0.9rem;
}
.blog-hero .blog-post-meta time {
  color: rgba(255, 255, 255, 0.85);
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 6px;
}
.blog-hero .blog-post-meta time::before {
  content: "📅";
  font-size: 0.9rem;
  filter: grayscale(0.2);
}
.blog-hero .blog-post-meta .blog-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.blog-hero .blog-post-meta .blog-categories .blog-category {
  background: linear-gradient(135deg, #FF7F41 0%, rgb(255, 144.1789473684, 90.5) 100%);
  color: white;
  padding: 4px 12px;
  border-radius: 15px;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: capitalize;
  box-shadow: 0 2px 8px rgba(255, 127, 65, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}
.blog-hero .blog-post-meta .blog-categories .blog-category:hover, .blog-hero .blog-post-meta .blog-categories .blog-category:focus {
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(255, 127, 65, 0.4);
  color: white;
  text-decoration: none;
  background: linear-gradient(135deg, #D7572B 0%, #FF7F41 100%);
}
.blog-hero .blog-post-meta .blog-categories .blog-category:visited {
  color: white;
}
.blog-hero .blog-post-title {
  font-size: clamp(1.8rem, 5vw, 2.8rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 15px;
  color: white;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  letter-spacing: -0.02em;
}
.blog-hero .blog-author {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.95rem;
  font-weight: 500;
}
.blog-hero .blog-author .p-author {
  color: #F4D1A1;
  font-weight: 600;
}
.blog-hero .blog-hero-accent {
  position: absolute;
  top: 20px;
  right: 30px;
  z-index: 10;
}
.blog-hero .blog-hero-accent .starfish-accent {
  width: 80px;
  height: 80px;
  background: url("/assets/images/logos/Starfish_StandOneLight-01.webp") center/contain no-repeat;
  opacity: 0.15;
  animation: float 4s ease-in-out infinite;
  filter: brightness(1.2);
}
.blog-hero .blog-hero-accent .blog-language-switcher {
  position: relative;
  z-index: 10;
}
.blog-hero .blog-hero-accent .blog-language-switcher .language-switch-link {
  display: block;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  padding: 8px 12px;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.blog-hero .blog-hero-accent .blog-language-switcher .language-switch-link:hover, .blog-hero .blog-hero-accent .blog-language-switcher .language-switch-link:focus {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.4);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}
.blog-hero .blog-hero-accent .blog-language-switcher .language-switch-link .language-switch-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  min-width: 80px;
}
.blog-hero .blog-hero-accent .blog-language-switcher .language-switch-link .language-flags {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 1.2rem;
}
.blog-hero .blog-hero-accent .blog-language-switcher .language-switch-link .language-flags .current-flag,
.blog-hero .blog-hero-accent .blog-language-switcher .language-switch-link .language-flags .target-flag {
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
  transition: transform 0.3s ease;
}
.blog-hero .blog-hero-accent .blog-language-switcher .language-switch-link .language-flags .switch-arrow {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.8rem;
  font-weight: bold;
  margin: 0 2px;
  transition: all 0.3s ease;
}
.blog-hero .blog-hero-accent .blog-language-switcher .language-switch-link .language-switch-text {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.7rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
  white-space: nowrap;
  transition: color 0.3s ease;
}
.blog-hero .blog-hero-accent .blog-language-switcher .language-switch-link:hover .current-flag {
  transform: scale(0.9);
}
.blog-hero .blog-hero-accent .blog-language-switcher .language-switch-link:hover .target-flag {
  transform: scale(1.1);
}
.blog-hero .blog-hero-accent .blog-language-switcher .language-switch-link:hover .switch-arrow {
  color: white;
  transform: translateX(2px);
}
.blog-hero .blog-hero-accent .blog-language-switcher .language-switch-link:hover .language-switch-text {
  color: white;
}
@media screen and (max-width: 768px) {
  .blog-hero {
    padding: 35px 0;
  }
  .blog-hero .blog-hero-content {
    padding: 0 15px;
  }
  .blog-hero .blog-post-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 15px;
  }
  .blog-hero .blog-post-meta .blog-categories {
    width: 100%;
  }
  .blog-hero .blog-post-title {
    font-size: clamp(1.5rem, 6vw, 2.2rem);
    margin-bottom: 12px;
  }
  .blog-hero .blog-hero-accent {
    top: 15px;
    right: 15px;
    z-index: 15;
  }
  .blog-hero .blog-hero-accent .starfish-accent {
    width: 60px;
    height: 60px;
    opacity: 0.1;
  }
  .blog-hero .blog-hero-accent .blog-language-switcher .language-switch-link {
    padding: 12px 16px;
    border-radius: 8px;
    min-width: 80px;
    min-height: 44px;
    cursor: pointer;
  }
  .blog-hero .blog-hero-accent .blog-language-switcher .language-switch-link .language-switch-content {
    gap: 4px;
  }
  .blog-hero .blog-hero-accent .blog-language-switcher .language-switch-link .language-flags {
    font-size: 1.1rem;
    gap: 4px;
  }
  .blog-hero .blog-hero-accent .blog-language-switcher .language-switch-link .language-flags .switch-arrow {
    font-size: 0.8rem;
  }
  .blog-hero .blog-hero-accent .blog-language-switcher .language-switch-link .language-switch-text {
    font-size: 0.65rem;
    line-height: 1.1;
  }
  .blog-hero .blog-breadcrumb {
    margin-bottom: 20px;
  }
  .blog-hero .blog-breadcrumb .breadcrumb-link {
    font-size: 0.85rem;
    padding: 6px 12px;
  }
}

@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-8px);
  }
}
.post.h-entry .post-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
}
.post.h-entry .post-content > *:first-child {
  margin-top: 0;
}
.post.h-entry .post-content h2, .post.h-entry .post-content h3, .post.h-entry .post-content h4, .post.h-entry .post-content h5, .post.h-entry .post-content h6 {
  color: #486D87;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}
.post.h-entry .post-content h2:first-child, .post.h-entry .post-content h3:first-child, .post.h-entry .post-content h4:first-child, .post.h-entry .post-content h5:first-child, .post.h-entry .post-content h6:first-child {
  margin-top: 0;
}
.post.h-entry .post-content h2 {
  font-size: 1.8rem;
  border-bottom: 2px solid #F4D1A1;
  padding-bottom: 0.5rem;
}
.post.h-entry .post-content h3 {
  font-size: 1.4rem;
  color: #FF7F41;
}
.post.h-entry .post-content blockquote {
  border-left: 4px solid #FF7F41;
  margin: 2rem 0;
  padding: 1rem 1.5rem;
  background: linear-gradient(135deg, rgba(255, 127, 65, 0.03) 0%, rgba(255, 127, 65, 0.01) 100%);
  border-radius: 0 8px 8px 0;
  font-style: italic;
}
.post.h-entry .post-content blockquote p {
  margin-bottom: 0;
  color: #486D87;
}
.post.h-entry .post-content .cta-section,
.post.h-entry .post-content .featured-story {
  margin: 3rem 0;
  padding: 2rem;
  background: linear-gradient(135deg, #FF7F41 0%, rgb(255, 154.4863157895, 105.8) 100%);
  color: white;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 8px 25px rgba(255, 127, 65, 0.2);
}
.post.h-entry .post-content .cta-section h3, .post.h-entry .post-content .cta-section h4,
.post.h-entry .post-content .featured-story h3,
.post.h-entry .post-content .featured-story h4 {
  color: white;
  margin-top: 0;
}
.post.h-entry .post-content .cta-section a,
.post.h-entry .post-content .featured-story a {
  color: white;
  background: rgba(255, 255, 255, 0.2);
  padding: 12px 24px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  border: 2px solid rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease;
}
.post.h-entry .post-content .cta-section a:hover,
.post.h-entry .post-content .featured-story a:hover {
  background: white;
  color: #FF7F41;
  border-color: white;
}
@media screen and (max-width: 768px) {
  .post.h-entry .post-content {
    padding: 30px 15px;
  }
  .post.h-entry .post-content h2 {
    font-size: 1.5rem;
  }
  .post.h-entry .post-content h3 {
    font-size: 1.25rem;
  }
  .post.h-entry .post-content .cta-section,
  .post.h-entry .post-content .featured-story {
    margin: 2rem 0;
    padding: 1.5rem;
  }
}

.category-archive .category-hero {
  background: linear-gradient(135deg, #486D87 0%, rgb(80.8695652174, 122.4275362319, 151.6304347826) 100%);
  color: white;
  padding: 40px 0;
  position: relative;
  overflow: hidden;
}
.category-archive .category-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.02) 0%, transparent 40%), radial-gradient(circle at 80% 80%, rgba(255, 255, 255, 0.015) 0%, transparent 40%);
  pointer-events: none;
}
.category-archive .category-hero .category-hero-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}
.category-archive .category-hero .category-breadcrumb {
  margin-bottom: 20px;
}
.category-archive .category-hero .category-breadcrumb .breadcrumb-link {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
  font-weight: 500;
  padding: 6px 14px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  transition: all 0.3s ease;
}
.category-archive .category-hero .category-breadcrumb .breadcrumb-link:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.25);
  transform: translateX(-3px);
  color: white;
}
.category-archive .category-hero .category-breadcrumb .breadcrumb-link .breadcrumb-icon {
  font-size: 0.9rem;
  filter: grayscale(0.3);
}
.category-archive .category-hero .category-info .category-label {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}
.category-archive .category-hero .category-info .category-title {
  font-size: clamp(2rem, 5vw, 2.8rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 12px;
  color: white;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  text-transform: capitalize;
}
.category-archive .category-hero .category-info .category-description {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.1rem;
  line-height: 1.5;
  max-width: 600px;
}
.category-archive .category-hero .category-hero-accent {
  position: absolute;
  top: 15px;
  right: 25px;
  z-index: 1;
}
.category-archive .category-hero .category-hero-accent .category-accent {
  width: 60px;
  height: 60px;
  background: url("/assets/images/logos/Starfish_StandOneLight-01.webp") center/contain no-repeat;
  opacity: 0.12;
  animation: float 5s ease-in-out infinite;
}
@media screen and (max-width: 768px) {
  .category-archive .category-hero {
    padding: 30px 0;
  }
  .category-archive .category-hero .category-hero-content {
    padding: 0 15px;
  }
  .category-archive .category-hero .category-info .category-title {
    font-size: clamp(1.6rem, 6vw, 2.2rem);
    margin-bottom: 10px;
  }
  .category-archive .category-hero .category-info .category-description {
    font-size: 1rem;
  }
  .category-archive .category-hero .category-hero-accent {
    top: 10px;
    right: 15px;
  }
  .category-archive .category-hero .category-hero-accent .category-accent {
    width: 45px;
    height: 45px;
    opacity: 0.08;
  }
}
.category-archive .category-posts {
  background: #f8f9fa;
  padding: 50px 0;
}
.category-archive .category-posts .container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}
.category-archive .category-posts .posts-count {
  color: #486D87;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
  padding: 15px;
  background: white;
  border-radius: 8px;
  border-left: 4px solid #FF7F41;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
@media screen and (max-width: 768px) {
  .category-archive .category-posts {
    padding: 35px 0;
  }
  .category-archive .category-posts .container {
    padding: 0 15px;
  }
  .category-archive .category-posts .posts-count {
    font-size: 0.9rem;
    margin-bottom: 25px;
    padding: 12px;
  }
}

.post.h-entry .post-header {
  display: none;
}

.page-content .wrapper .post.h-entry {
  margin: 0;
  padding: 0;
  max-width: none;
}
.page-content .wrapper .post.h-entry .post-content {
  box-sizing: border-box;
}

.blog-posts {
  max-width: 800px;
  margin: 0 auto;
}
.blog-posts .post-meta {
  color: #666;
  font-size: 0.9rem;
  margin-bottom: 15px;
}

.blog-post-preview {
  background: white;
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(72, 109, 135, 0.08);
  border-left: 5px solid #FF7F41;
}
.blog-post-preview h3 {
  margin-bottom: 10px;
  color: #486D87;
}
.blog-post-preview h3 a {
  color: #486D87;
  text-decoration: none;
  transition: color 0.3s ease;
}
.blog-post-preview h3 a:hover {
  color: #FF7F41;
}

.category {
  background: #F4D1A1;
  color: #486D87;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 0.8rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}
.category:hover {
  background: #FF7F41;
  color: white;
  transform: translateY(-1px);
}
.category:visited {
  color: #486D87;
}
.category:visited:hover {
  color: white;
}

.post-excerpt {
  line-height: 1.6;
  margin-bottom: 15px;
  color: #486D87;
}

.read-more {
  color: #FF7F41;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}
.read-more:hover {
  color: rgb(255, 99.5136842105, 24.2);
}

.blog-post-preview .read-more,
.sticky-post-preview .read-more {
  display: inline-block;
  background: #FF7F41;
  color: white;
  padding: 10px 20px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}
.blog-post-preview .read-more:hover,
.sticky-post-preview .read-more:hover {
  background: rgb(255, 99.5136842105, 24.2);
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 127, 65, 0.3);
}
.blog-post-preview .read-more:visited,
.sticky-post-preview .read-more:visited {
  color: white;
}

.no-posts {
  text-align: center;
  padding: 40px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(72, 109, 135, 0.08);
}
.no-posts p {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #486D87;
}
.no-posts a {
  color: #FF7F41;
  text-decoration: none;
}
.no-posts a:hover {
  text-decoration: underline;
}

.blog-content {
  background: #f8f9fa;
  padding: 50px 0;
}
.blog-content .container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
.blog-content h2 {
  color: #486D87;
  font-size: clamp(1.8rem, 4vw, 2.2rem);
  font-weight: 700;
  text-align: center;
  margin-bottom: 35px;
  margin-top: 50px;
  position: relative;
}
.blog-content h2:first-of-type {
  margin-top: 0;
}
.blog-content h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #FF7F41;
  margin: 15px auto 0;
  border-radius: 2px;
}
@media screen and (max-width: 768px) {
  .blog-content {
    padding: 35px 0;
  }
  .blog-content .container {
    padding: 0 15px;
  }
  .blog-content h2 {
    margin-bottom: 25px;
    margin-top: 35px;
  }
  .blog-content h2::after {
    width: 40px;
    margin-top: 10px;
  }
}

.sticky-posts {
  margin-bottom: 60px;
}
.sticky-posts .sticky-post-preview {
  background: white;
  color: #486D87;
  padding: 35px;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(72, 109, 135, 0.12);
  margin-bottom: 30px;
  border-left: 5px solid #FF7F41;
  position: relative;
}
.sticky-posts .sticky-post-preview .sticky-badge {
  display: inline-block;
  background: #FF7F41;
  color: white;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
  margin-bottom: 20px;
  box-shadow: 0 2px 8px rgba(255, 127, 65, 0.3);
}
.sticky-posts .sticky-post-preview h2 {
  margin-bottom: 15px;
  font-size: clamp(1.5rem, 4vw, 2rem);
  line-height: 1.3;
  color: #486D87;
}
.sticky-posts .sticky-post-preview h2 a {
  color: #486D87;
  text-decoration: none;
  transition: all 0.3s ease;
}
.sticky-posts .sticky-post-preview h2 a:hover {
  color: #FF7F41;
}
.sticky-posts .sticky-post-preview .post-meta {
  color: #666;
  font-size: 0.9rem;
  font-weight: 500;
  margin-bottom: 20px;
}
.sticky-posts .sticky-post-preview .post-meta time {
  display: inline-block;
}
.sticky-posts .sticky-post-preview .post-excerpt {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 25px;
  color: #486D87;
}
.sticky-posts .sticky-post-preview .read-more {
  display: inline-block;
  background: #FF7F41;
  color: white;
  padding: 10px 20px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}
.sticky-posts .sticky-post-preview .read-more:hover {
  background: rgb(255, 99.5136842105, 24.2);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 127, 65, 0.3);
}
@media screen and (max-width: 768px) {
  .sticky-posts .sticky-post-preview {
    padding: 30px 20px;
  }
  .sticky-posts .sticky-post-preview .sticky-badge {
    font-size: 0.8rem;
    padding: 5px 12px;
    margin-bottom: 15px;
  }
  .sticky-posts .sticky-post-preview h2 {
    font-size: clamp(1.3rem, 5vw, 1.8rem);
    margin-bottom: 12px;
  }
  .sticky-posts .sticky-post-preview .post-excerpt {
    font-size: 1rem;
    margin-bottom: 20px;
  }
  .sticky-posts .sticky-post-preview .read-more {
    padding: 10px 20px;
    font-size: 0.9rem;
  }
}

body {
  background-color: #f8f9fa;
}

.site-header {
  background: linear-gradient(135deg, #486D87 0%, rgb(63.1304347826, 95.5724637681, 118.3695652174) 50%, rgb(86.1913043478, 130.484057971, 161.6086956522) 100%);
  border-bottom: 3px solid #FF7F41;
  box-shadow: 0 2px 20px rgba(72, 109, 135, 0.12), 0 8px 40px rgba(72, 109, 135, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  position: relative;
  z-index: 1000;
  padding: 18px 0;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.site-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.03) 0%, transparent 40%), radial-gradient(circle at 80% 80%, rgba(255, 255, 255, 0.02) 0%, transparent 40%), repeating-linear-gradient(45deg, transparent, transparent 12px, rgba(255, 255, 255, 0.015) 12px, rgba(255, 255, 255, 0.015) 24px);
  pointer-events: none;
}
.site-header.scrolled {
  padding: 12px 0;
  box-shadow: 0 4px 25px rgba(72, 109, 135, 0.18), 0 12px 45px rgba(72, 109, 135, 0.12);
}
.site-header.scrolled .site-logo {
  width: 48px;
  height: 48px;
}

.site-title {
  color: white;
  font-weight: 700;
  font-size: clamp(1.25rem, 3vw, 1.9rem);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 1rem;
  position: relative;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, sans-serif;
  letter-spacing: -0.02em;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  flex: 1 1 auto;
  min-width: 0;
  white-space: nowrap;
}
.site-title:visited {
  color: white;
}
.site-title:hover {
  color: #F4D1A1;
  text-decoration: none;
  transform: translateY(-1px);
  text-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.site-title:hover::after {
  width: calc(100% - 4.5rem);
  opacity: 1;
}
@media screen and (min-width: 480px) {
  .site-title::after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 4.5rem;
    height: 3px;
    background: linear-gradient(90deg, #FF7F41 0%, #F4D1A1 100%);
    width: 0;
    opacity: 0.8;
    border-radius: 2px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }
}

.site-logo {
  width: 58px;
  height: 58px;
  object-fit: contain;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  flex-shrink: 0;
  border-radius: 50%;
  padding: 9px;
  background-color: white;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1), 0 8px 25px rgba(72, 109, 135, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  position: relative;
  border: 2px solid rgba(255, 255, 255, 0.2);
}
.site-logo::before {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  background: linear-gradient(135deg, #FF7F41 0%, #F4D1A1 50%, #FF7F41 100%);
  border-radius: 50%;
  z-index: -1;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  animation: rotate 20s linear infinite;
}
.site-logo:hover::before {
  opacity: 0.4;
  transform: scale(1.1);
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(-15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.site-header .wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (max-width: 1199px) {
  .site-nav {
    background-color: transparent !important;
    border: none !important;
    display: flex !important;
    align-items: center !important;
    gap: 2rem !important;
  }
  .site-nav label[for=nav-trigger] {
    position: absolute !important;
    top: 8px !important;
    right: 8px !important;
    z-index: 1001 !important;
  }
  .site-nav .menu-icon {
    background: rgba(255, 255, 255, 0.25) !important;
    border: 1px solid rgba(255, 255, 255, 0.4) !important;
    border-radius: 8px !important;
    transition: all 0.3s ease !important;
    width: 36px !important;
    height: 36px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
    padding-top: 0 !important;
  }
  .site-nav .menu-icon:hover {
    background: rgba(255, 255, 255, 0.35) !important;
    border-color: rgba(255, 255, 255, 0.6) !important;
    transform: scale(1.05) !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15) !important;
  }
  .site-nav .menu-icon svg {
    fill: white !important;
    width: 18px !important;
    height: 15px !important;
  }
  .site-nav .trigger {
    background: linear-gradient(135deg, rgba(72, 109, 135, 0.95) 0%, rgba(72, 109, 135, 0.9) 100%);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    backdrop-filter: blur(10px);
    min-width: 280px !important;
  }
  .site-nav input:checked ~ .trigger {
    padding: 60px 25px 25px 25px;
    margin-top: 5px;
  }
  .site-nav .page-link {
    color: white;
    padding: 12px 15px;
    margin: 2px 0;
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: all 0.3s ease;
  }
  .site-nav .page-link:hover {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 100%);
    transform: translateX(4px);
    border-color: rgba(255, 255, 255, 0.3);
  }
  .site-nav .page-link.current {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.12) 100%);
    border-color: rgba(255, 255, 255, 0.25);
    font-weight: 600;
  }
}
@media screen and (min-width: 1200px) {
  .site-header .wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
  .site-title {
    float: none;
  }
  .site-nav {
    float: none;
    width: 100%;
    display: block !important;
    background-color: transparent !important;
  }
  .site-nav .nav-trigger,
  .site-nav .menu-icon {
    display: none !important;
  }
  .site-nav .trigger {
    display: flex !important;
    justify-content: flex-end;
    gap: 1rem !important;
    align-items: center !important;
  }
  .site-nav .page-link {
    color: rgba(244, 209, 161, 0.95);
    font-weight: 600;
    font-size: clamp(0.8rem, 1.5vw, 0.95rem);
    padding: 0.6rem clamp(0.6rem, 2vw, 1rem);
    text-decoration: none;
    transition: all 0.3s ease;
    border-radius: 0.375rem;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    white-space: nowrap;
  }
  .site-nav .page-link:hover, .site-nav .page-link:focus {
    color: white;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.08) 100%);
    transform: translateY(-2px);
    border-color: rgba(255, 255, 255, 0.2);
  }
  .site-nav .page-link.current {
    color: white;
    background: linear-gradient(135deg, #FF7F41 0%, rgb(255, 92.6421052632, 14) 100%);
    border-color: #FF7F41;
    box-shadow: 0 2px 8px rgba(255, 127, 65, 0.3);
  }
  .language-switcher {
    justify-content: flex-end;
  }
  .language-switcher a {
    min-width: 2.5rem;
    padding: 0.25rem 0.5rem;
  }
}
[lang=ja] .site-title {
  font-size: clamp(1rem, 2.5vw, 1.5rem);
  letter-spacing: 0;
}
@media screen and (max-width: 480px) {
  [lang=ja] .site-title {
    font-size: 16px;
  }
}

@media screen and (max-width: 1199px) {
  [lang=ja] .site-nav .trigger {
    gap: 0.5rem;
  }
  [lang=ja] .site-nav .page-link {
    font-size: 0.8rem;
    padding: 0.5rem 0.6rem;
  }
}
.language-switcher {
  display: flex;
  gap: 0.25rem;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
}
.language-switcher a {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.25rem 0.5rem;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: white;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.85rem;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  min-width: 65px !important;
  min-height: 2.2rem;
  justify-content: center;
  position: relative;
}
.language-switcher a .flag-icon {
  font-size: 1.1rem;
  line-height: 1;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
}
.language-switcher a .lang-text {
  font-size: 0.75rem;
  opacity: 0.9;
  white-space: nowrap;
  font-weight: 600;
}
@media screen and (max-width: 900px) {
  .language-switcher a .lang-text {
    display: none;
  }
}
.language-switcher a:hover {
  background: #FF7F41;
  border-color: #FF7F41;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 127, 65, 0.3);
}
.language-switcher a:hover .flag-icon {
  transform: scale(1.15);
}
.language-switcher a:hover .lang-text {
  opacity: 1;
}
.language-switcher a.active {
  background: linear-gradient(135deg, #F4D1A1 0%, rgb(246.6714285714, 220.1714285714, 183.8285714286) 100%);
  border-color: #F4D1A1;
  color: #486D87;
  box-shadow: 0 2px 8px rgba(244, 209, 161, 0.3);
}
.language-switcher a.active .flag-icon {
  transform: scale(1.05);
}
.language-switcher a.active .lang-text {
  opacity: 1;
  font-weight: 700;
}
.language-switcher a.active::after {
  content: "";
  position: absolute;
  top: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: 0.75rem;
  height: 2px;
  background: #FF7F41;
  border-radius: 1px;
}
.language-switcher a:visited {
  color: white;
}
.language-switcher a.active:visited {
  color: #486D87;
}

.home .wrapper {
  background: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
  max-width: none;
}

.hero {
  background: linear-gradient(135deg, #FF7F41 0%, #D7572B 100%);
  color: white;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 25px;
}
.hero .container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.hero .hero-logo {
  width: 200px;
  height: 200px;
  margin: 20px auto 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: float 3s ease-in-out infinite;
}
.hero .hero-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.3));
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  backdrop-filter: blur(10px);
  border: 3px solid rgb(255, 255, 255);
}
.hero h1 {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: white;
  border: none;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}
.hero p {
  font-size: 1.3rem;
  margin-bottom: 0;
  opacity: 0.95;
}
.hero .button {
  display: inline-block;
  background: white;
  color: #b8460a;
  padding: 18px 35px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  margin-top: 1.25rem;
}
.hero .button:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.2);
  color: #9a3c08;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

section {
  position: relative;
  border-radius: 15px;
}
section:nth-child(even) {
  background-color: white;
  box-shadow: 0 5px 20px rgba(72, 109, 135, 0.08);
}
section h2 {
  text-align: center;
  font-size: 2.5rem;
  color: #486D87;
  margin-bottom: 50px;
  position: relative;
}
section h2::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: #FF7F41;
  border-radius: 2px;
}
section h2::before {
  content: "";
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 40px;
  background: url("/assets/images/logos/Starfish_StandOneLight-01.webp") center/contain no-repeat;
  opacity: 0.4;
}

.blog-content h2::before,
section.blog-content h2::before {
  display: none;
}

.section-intro-text {
  text-align: center;
  margin-bottom: 30px;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #486D87;
}

.testimonial-attribution {
  text-align: center;
  margin-bottom: 30px;
  color: white;
  font-style: italic;
  font-size: 0.9rem;
}
.testimonial-attribution a {
  color: #F4D1A1;
  text-decoration: underline;
}
.testimonial-attribution a:hover {
  color: white;
  text-decoration: none;
}

.about-us {
  text-align: center;
}
.about-us p {
  font-size: 1.2rem;
  line-height: 1.8;
  color: #486D87;
  max-width: 800px;
  margin: 0 auto 30px;
}

.instructors.section-content {
  padding-top: 32px;
}
@media screen and (max-width: 768px) {
  .instructors.section-content {
    padding-top: calc(32px * 0.75);
  }
}

.featured-story {
  margin: 40px auto;
  max-width: 800px;
  background: linear-gradient(135deg, #FF7F41 0%, #FFB366 100%);
  border-radius: 15px;
  padding: 30px;
  text-align: center;
  color: white;
  box-shadow: 0 8px 25px rgba(255, 127, 65, 0.3);
  position: relative;
  overflow: hidden;
}
.featured-story::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 25% 25%, rgba(255, 255, 255, 0.08) 0%, transparent 50%), radial-gradient(circle at 75% 75%, rgba(255, 255, 255, 0.05) 0%, transparent 50%);
  pointer-events: none;
}
.featured-story h3 {
  position: relative;
  z-index: 2;
  margin-bottom: 15px;
  font-size: 1.3rem;
  color: white;
  font-weight: 600;
}
.featured-story p {
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.95);
}
.featured-story .story-button {
  position: relative;
  z-index: 2;
  display: inline-block;
  background: white;
  color: #b8460a;
  padding: 12px 25px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: 2px solid white;
}
.featured-story .story-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
  color: #b8460a;
  background: #F4D1A1;
  border-color: #F4D1A1;
}
.featured-story .story-button:visited {
  color: #b8460a;
}

.trial-contact-info {
  margin-top: 30px;
  text-align: center;
}
.trial-contact-info p {
  margin-bottom: 8px;
  color: #486D87;
}
.trial-contact-info p strong {
  color: #486D87;
  font-weight: 700;
}
.trial-contact-info a {
  color: #b8460a;
  text-decoration: none;
  font-weight: 600;
}
.trial-contact-info a:hover {
  text-decoration: underline;
  color: #b8460a;
}
.trial-contact-info a:visited {
  color: #b8460a;
}

.classroom-preview {
  margin: 30px 0;
  text-align: center;
}
.classroom-preview h4 {
  color: #b8460a;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 1.2rem;
}
.classroom-preview p {
  margin-top: 15px;
  font-size: 0.9rem;
  color: #666;
  font-style: italic;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .classroom-preview {
    margin: 20px 0;
  }
  .classroom-preview h4 {
    font-size: 1.1rem;
    margin-bottom: 15px;
  }
  .classroom-preview p {
    font-size: 0.85rem;
    margin-top: 10px;
  }
}

.our-courses {
  background: linear-gradient(135deg, #f0f2f5 0%, rgb(248.2742857143, 226.8742857143, 197.5257142857) 100%);
}
.our-courses .course-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 50px;
}
.our-courses .course-item {
  background: white;
  padding: 40px 30px;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(72, 109, 135, 0.1);
  transition: all 0.3s ease;
  border-top: 5px solid #FF7F41;
}
.our-courses .course-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(72, 109, 135, 0.15);
}
.our-courses .course-item h3 {
  font-size: 1.5rem;
  margin-bottom: 20px;
  font-weight: 600;
}
.our-courses .course-item h3 a {
  color: #b8460a;
  text-decoration: none;
  transition: all 0.3s ease;
}
.our-courses .course-item h3 a:hover {
  color: #9a3c08;
  text-decoration: underline;
}
.our-courses .course-item p {
  color: #486D87;
  line-height: 1.7;
}

.why-choose-us ul {
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 800px;
  margin: 0 auto;
}
.why-choose-us ul li {
  background: white;
  margin-bottom: 20px;
  padding: 25px;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(72, 109, 135, 0.08);
  border-left: 5px solid #FF7F41;
  font-size: 1.1rem;
  color: #486D87;
  transition: all 0.3s ease;
}
.why-choose-us ul li:hover {
  transform: translateX(10px);
  box-shadow: 0 8px 25px rgba(72, 109, 135, 0.12);
}
.why-choose-us ul li::before {
  content: "✨";
  margin-right: 15px;
  font-size: 1.2rem;
}

.online-option-box,
.discount-info-box {
  border: 1px solid #e0e0e0;
  border-left: 5px solid #FF7F41;
  border-radius: 15px;
  padding: 25px;
  margin: 50px auto;
  max-width: 800px;
  background-color: #ffffff;
  box-shadow: 0 5px 15px rgba(72, 109, 135, 0.07);
  transition: all 0.3s ease;
}
.online-option-box:hover,
.discount-info-box:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(72, 109, 135, 0.1);
}
.online-option-box h3,
.discount-info-box h3 {
  text-align: center;
  color: #486D87;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 600;
}
.online-option-box p,
.online-option-box li,
.discount-info-box p,
.discount-info-box li {
  color: #486D87;
  line-height: 1.7;
  font-size: 1.05rem;
}
.online-option-box ul,
.discount-info-box ul {
  list-style-type: none;
  padding-left: 0;
  margin-top: 0;
}
.online-option-box li,
.discount-info-box li {
  margin-bottom: 15px;
  padding-left: 25px;
  position: relative;
}
.online-option-box li::before,
.discount-info-box li::before {
  content: "✔";
  color: #FF7F41;
  position: absolute;
  left: 0;
  font-weight: 700;
}
.online-option-box a,
.discount-info-box a {
  color: #FF7F41;
  font-weight: 600;
  text-decoration: none;
}
.online-option-box a:hover,
.discount-info-box a:hover {
  text-decoration: underline;
}

.testimonials {
  background: linear-gradient(135deg, #486D87 0%, rgb(63.1304347826, 95.5724637681, 118.3695652174) 100%);
  color: white;
}
.testimonials h2 {
  color: white;
}
.testimonials h2::after {
  background: #F4D1A1;
}
.testimonials h2::before {
  background: url("/assets/images/logos/Starfish_StandFullDark-Small.webp") center/contain no-repeat;
}
.testimonials .testimonial-stars {
  color: #FFD700;
  font-size: 1.2rem;
  margin-bottom: 1.2rem;
  letter-spacing: 2px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.testimonials .testimonial-item {
  background: rgba(255, 255, 255, 0.1);
  padding: 40px;
  border-radius: 15px;
  margin-bottom: 30px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.testimonials .testimonial-item p {
  font-size: 1.2rem;
  line-height: 1.8;
  font-style: italic;
  margin: 0;
}
.testimonials .testimonial-item p::before {
  content: '"';
  font-size: 3rem;
  color: #F4D1A1;
  line-height: 1;
  float: left;
  margin-right: 10px;
  margin-top: -10px;
}
.testimonials .testimonial-item p::after {
  content: '"';
  font-size: 3rem;
  color: #F4D1A1;
  line-height: 1;
  float: right;
  margin-left: 10px;
  margin-top: -10px;
}

.contact-us {
  background: linear-gradient(135deg, #f8f9fa 0%, white 100%);
  text-align: center;
}
.contact-us p {
  font-size: 1.1rem;
  color: #486D87;
  margin-bottom: 15px;
}
.contact-us p strong {
  color: #FF7F41;
}
.contact-us .map-container {
  border-radius: 15px;
  overflow: hidden;
  margin: 40px 0;
  box-shadow: 0 10px 30px rgba(72, 109, 135, 0.15);
}
.contact-us .map-placeholder {
  background: #F4D1A1;
  padding: 60px;
  border-radius: 15px;
  margin: 40px 0;
  color: #486D87;
  font-size: 1.1rem;
}
.contact-us .button {
  display: inline-block;
  background: #FF7F41;
  color: white;
  padding: 18px 35px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgba(255, 127, 65, 0.3);
}
.contact-us .button:hover {
  background: #D7572B;
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(255, 127, 65, 0.4);
  color: white;
}

.site-footer {
  background: linear-gradient(135deg, #486D87 0%, rgb(54.2608695652, 82.1449275362, 101.7391304348) 100%);
  color: white;
  border-top: none;
  padding: 60px 0 0;
}
.site-footer .wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.site-footer .footer-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.site-footer .footer-brand .footer-logo {
  margin-bottom: 20px;
}
.site-footer .footer-brand .footer-logo img {
  width: 60px;
  height: 60px;
  background: white;
  border-radius: 50%;
  padding: 8px;
}
.site-footer .footer-brand h3 {
  color: #F4D1A1;
  font-size: 1.5rem;
  margin-bottom: 10px;
  font-weight: 700;
}
.site-footer .footer-brand .footer-slogan {
  color: rgba(255, 255, 255, 0.9);
  font-style: italic;
  font-size: 1.1rem;
  margin: 0;
}
.site-footer .footer-nav h4,
.site-footer .footer-contact h4 {
  color: #F4D1A1;
  font-size: 1.2rem;
  margin-bottom: 20px;
  font-weight: 600;
}
.site-footer .footer-nav ul,
.site-footer .footer-contact ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer .footer-nav ul li,
.site-footer .footer-contact ul li {
  margin-bottom: 8px;
}
.site-footer .footer-nav ul li a,
.site-footer .footer-contact ul li a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  transition: color 0.3s ease;
}
.site-footer .footer-nav ul li a:hover,
.site-footer .footer-contact ul li a:hover {
  color: #F4D1A1;
}
.site-footer .footer-contact .contact-info p {
  margin-bottom: 15px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
}
.site-footer .footer-contact .contact-info p strong {
  color: #F4D1A1;
}
.site-footer .footer-contact .contact-info p a {
  color: #F4D1A1;
  text-decoration: none;
}
.site-footer .footer-contact .contact-info p a:hover {
  text-decoration: underline;
}
.site-footer .footer-bottom {
  padding: 30px 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 768px) {
  .site-footer .footer-content {
    grid-template-columns: 1fr;
    gap: 30px;
    text-align: center;
  }
}

.cta-section {
  background: linear-gradient(135deg, #FF7F41 0%, rgb(255, 161.3578947368, 116) 100%);
  border-radius: 16px;
  padding: 40px 30px;
  margin: 40px 0;
  text-align: center;
  box-shadow: 0 8px 32px rgba(255, 127, 65, 0.2), 0 4px 16px rgba(255, 127, 65, 0.15);
  position: relative;
  overflow: hidden;
}
.cta-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 50%), radial-gradient(circle at 80% 80%, rgba(255, 255, 255, 0.08) 0%, transparent 50%);
  pointer-events: none;
}
.cta-section .cta-content {
  position: relative;
  z-index: 2;
}
.cta-section .cta-content h3 {
  color: white;
  font-size: clamp(1.5rem, 4vw, 2rem);
  font-weight: 700;
  margin-bottom: 20px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.cta-section .cta-content p {
  color: rgba(255, 255, 255, 0.95);
  font-size: clamp(1rem, 2.5vw, 1.1rem);
  line-height: 1.6;
  margin-bottom: 30px;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  text-align: left;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.cta-section .button-large,
.contact-us .button-large {
  font-size: clamp(1.1rem, 2.5vw, 1.25rem);
  padding: 18px 36px;
  font-weight: 700;
  background: white;
  color: #FF7F41;
  border: 3px solid white;
  border-radius: 12px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15), 0 8px 25px rgba(255, 255, 255, 0.2);
  text-shadow: none;
  letter-spacing: 0.02em;
}
.cta-section .button-large:hover, .cta-section .button-large:focus,
.contact-us .button-large:hover,
.contact-us .button-large:focus {
  background: #F4D1A1;
  color: #FF7F41;
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2), 0 12px 35px rgba(255, 255, 255, 0.3);
  border-color: #F4D1A1;
}
.cta-section .button-large:active,
.contact-us .button-large:active {
  transform: translateY(-1px) scale(1.01);
}
.cta-section .button-large:visited,
.contact-us .button-large:visited {
  color: #FF7F41;
}

.contact-info {
  margin: 50px 0 30px 0;
}
.contact-info h3 {
  color: #486D87;
  font-size: clamp(1.3rem, 3vw, 1.6rem);
  margin-bottom: 25px;
  text-align: center;
}

.contact-details {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
  margin-bottom: 40px;
}
.contact-details .contact-item {
  background: white;
  padding: 20px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(72, 109, 135, 0.1);
  transition: all 0.3s ease;
}
.contact-details .contact-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}
.contact-details .contact-item strong {
  color: #486D87;
  font-weight: 700;
  display: block;
  margin-bottom: 8px;
  font-size: 1.1rem;
}
.contact-details .contact-item a {
  color: #b8460a;
  text-decoration: none;
  font-weight: 600;
}
.contact-details .contact-item a:hover {
  text-decoration: underline;
}

.map-container {
  margin-top: 40px;
}
.map-container h3 {
  color: #486D87;
  font-size: clamp(1.3rem, 3vw, 1.6rem);
  margin-bottom: 20px;
  text-align: center;
}
.map-container iframe {
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.contact-form {
  max-width: 600px;
  margin: 40px auto;
  text-align: left;
  padding: 0 20px;
  box-sizing: border-box;
}
.contact-form .form-group {
  margin-bottom: 25px;
}
.contact-form .form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #486D87;
  font-size: 1rem;
}
.contact-form .form-group input[type=text],
.contact-form .form-group input[type=email],
.contact-form .form-group input[type=tel],
.contact-form .form-group select,
.contact-form .form-group textarea {
  width: 100%;
  padding: 15px;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  font-size: 1rem;
  font-family: inherit;
  transition: all 0.3s ease;
  background: white;
  box-sizing: border-box;
}
.contact-form .form-group input[type=text]:focus,
.contact-form .form-group input[type=email]:focus,
.contact-form .form-group input[type=tel]:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus {
  outline: none;
  border-color: #FF7F41;
  box-shadow: 0 0 0 3px rgba(255, 127, 65, 0.1);
}
.contact-form .form-group input[type=text]::placeholder,
.contact-form .form-group input[type=email]::placeholder,
.contact-form .form-group input[type=tel]::placeholder,
.contact-form .form-group select::placeholder,
.contact-form .form-group textarea::placeholder {
  color: #999;
  font-style: italic;
}
.contact-form .form-group select {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 20px;
  padding-right: 50px;
}
.contact-form .form-group textarea {
  resize: vertical;
  min-height: 120px;
}
.contact-form .button {
  display: block;
  width: 100%;
  margin: 30px 0 0 0;
  text-align: center;
  cursor: pointer;
  border: none;
  font-family: inherit;
  box-sizing: border-box;
}
.contact-form .button:hover {
  transform: translateY(-2px);
}

.calendar-section .button {
  display: inline-block;
  background-color: #b8460a;
  color: #FFFFFF !important;
  padding: 12px 25px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border: 2px solid #b8460a;
}
.calendar-section .button:hover, .calendar-section .button:focus {
  background-color: rgb(159.8144329897, 60.7989690722, 8.6855670103);
  border-color: rgb(159.8144329897, 60.7989690722, 8.6855670103);
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  color: #FFFFFF !important;
  text-decoration: none;
}
.calendar-section .button:visited {
  color: #FFFFFF !important;
}

@media screen and (max-width: 768px) {
  .contact-form {
    padding: 0 15px;
    margin: 30px auto;
  }
  .contact-form .form-group {
    margin-bottom: 20px;
  }
  .contact-form .form-group input[type=text],
  .contact-form .form-group input[type=email],
  .contact-form .form-group input[type=tel],
  .contact-form .form-group select,
  .contact-form .form-group textarea {
    padding: 12px;
    font-size: 16px;
  }
  .contact-form .form-group select {
    background-position: right 12px center;
    padding-right: 45px;
  }
}
@media screen and (max-width: 768px) {
  .hero .container {
    padding: 0 15px;
  }
  .hero .hero-logo {
    width: 150px;
    height: 150px;
    margin: 15px auto 30px;
  }
  .hero h1 {
    font-size: 2.2rem;
    margin-bottom: 15px;
  }
  .hero p {
    font-size: 1rem;
    margin-bottom: 30px;
  }
  section .container {
    padding: 0 15px;
  }
  section h2 {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
  .course-list {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 30px;
  }
  .course-item {
    padding: 25px 20px;
  }
  .site-header {
    position: relative;
  }
  .site-logo {
    width: 45px;
    height: 45px;
  }
  .language-switcher {
    flex-direction: row;
    gap: 8px;
    justify-content: center;
    margin: 15px 10px 10px 10px;
  }
  .language-switcher a {
    min-width: 65px !important;
    min-height: 2.2rem !important;
    padding: 8px 10px;
  }
  .language-switcher a .lang-text {
    display: none;
  }
  .language-switcher a .flag-icon {
    font-size: 1.4rem;
  }
  .container {
    padding: 0 15px;
  }
  .classroom-preview {
    margin: 30px auto;
    max-width: 100%;
    padding: 0 10px;
  }
  .classroom-preview h3 {
    font-size: 1.2rem;
    margin-bottom: 15px;
  }
  .classroom-preview p {
    font-size: 0.8rem;
    margin-top: 10px;
  }
}
.instructors {
  background: linear-gradient(135deg, #f0f2f5 0%, rgb(248.2742857143, 226.8742857143, 197.5257142857) 100%);
}

.instructor-grid {
  display: flex;
  justify-content: center;
  max-width: 900px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  gap: 0;
}

.instructor-card {
  background: white;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(72, 109, 135, 0.1);
  transition: all 0.3s ease;
  border-top: 5px solid #FF7F41;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .instructor-card {
    flex-direction: row;
    align-items: flex-start;
    min-height: auto;
    flex-wrap: nowrap;
    padding: 30px;
    gap: 30px;
  }
}
.instructor-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(72, 109, 135, 0.15);
}
.instructor-card .instructor-photo {
  width: 100%;
  aspect-ratio: 1/1;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .instructor-card .instructor-photo {
    width: 280px;
    height: auto;
    aspect-ratio: 1/1;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  }
}
.instructor-card .instructor-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: transform 0.5s ease;
}
.instructor-card .instructor-info {
  padding: 18px;
  background: white;
  width: 100%;
  flex-grow: 1;
  overflow-wrap: break-word;
  word-wrap: break-word;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .instructor-card .instructor-info {
    padding: 0;
    width: auto;
  }
}
.instructor-card .instructor-info h3 {
  color: #b8460a;
  font-size: 1.2rem;
  margin-bottom: 8px;
  font-weight: 700;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
@media (min-width: 768px) {
  .instructor-card .instructor-info h3 {
    font-size: 1.5rem;
  }
}
.instructor-card .instructor-info .instructor-title {
  color: #486D87;
  font-weight: 600;
  font-size: 0.8rem;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
@media (min-width: 768px) {
  .instructor-card .instructor-info .instructor-title {
    font-size: 1rem;
  }
}
.instructor-card .instructor-info p {
  color: #486D87;
  line-height: 1.7;
  margin-bottom: 15px;
  font-size: 0.85rem;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
@media (min-width: 768px) {
  .instructor-card .instructor-info p {
    font-size: 1rem;
  }
}
.instructor-card .instructor-info p:last-child {
  margin-bottom: 0;
}
.instructor-card .instructor-info p strong {
  font-weight: 700;
}

.review-request {
  background: linear-gradient(135deg, #f8f9fa 0%, white 100%);
}
.review-request .review-cta {
  background: linear-gradient(135deg, #FF7F41 0%, rgb(255, 154.4863157895, 105.8) 100%);
  border-radius: 20px;
  padding: 50px 40px;
  margin: 40px 0;
  text-align: center;
  box-shadow: 0 12px 40px rgba(255, 127, 65, 0.25), 0 6px 20px rgba(255, 127, 65, 0.15);
  position: relative;
  overflow: hidden;
}
.review-request .review-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 25% 25%, rgba(255, 255, 255, 0.12) 0%, transparent 50%), radial-gradient(circle at 75% 75%, rgba(255, 255, 255, 0.08) 0%, transparent 50%);
  pointer-events: none;
}
.review-request .review-cta .review-content {
  position: relative;
  z-index: 2;
}
.review-request .review-cta .review-content h3 {
  color: white;
  font-size: clamp(1.8rem, 4vw, 2.3rem);
  font-weight: 700;
  margin-bottom: 20px;
  text-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
}
.review-request .review-cta .review-content > p {
  color: rgba(255, 255, 255, 0.95);
  font-size: clamp(1rem, 2.5vw, 1.15rem);
  line-height: 1.7;
  margin-bottom: 35px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
}
.review-request .review-cta .review-options {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: center;
  justify-content: center;
  max-width: 700px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .review-request .review-cta .review-options {
    grid-template-columns: 1fr;
    gap: 25px;
    text-align: center;
  }
}
.review-request .review-cta .review-qr {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.review-request .review-cta .review-qr p {
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(0.85rem, 2vw, 0.95rem);
  font-weight: 600;
  margin: 0;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  text-align: center;
  line-height: 1.4;
}
.review-request .review-cta .review-qr p strong {
  color: white;
}
.review-request .review-cta .review-qr .qr-code {
  width: 120px;
  height: 120px;
  background: white;
  border-radius: 16px;
  padding: 15px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2), 0 4px 15px rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
  border: 3px solid rgba(255, 255, 255, 0.9);
}
.review-request .review-cta .review-qr .qr-code:hover {
  transform: scale(1.05);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25), 0 6px 20px rgba(255, 255, 255, 0.15);
}

@keyframes sparkle {
  0%, 100% {
    transform: scale(1) rotate(0deg);
    opacity: 1;
  }
  50% {
    transform: scale(1.1) rotate(10deg);
    opacity: 0.8;
  }
}
.post-content h1 {
  font-size: 42px;
  letter-spacing: -1px;
  line-height: 1;
  margin-bottom: 1rem;
}
@media screen and (max-width: 800px) {
  .post-content h1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 1199px) {
  .post-content h1 {
    font-size: 32px;
    letter-spacing: -0.5px;
  }
}

.line-contact-block {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  background-color: #06c755;
  /* LINE Brand Color */
  color: #212529;
  /* Ensure high contrast for all text on LINE green background */
  padding: 30px;
  border-radius: 15px;
  margin-top: 30px;
  box-shadow: 0 8px 25px rgba(6, 199, 85, 0.25);
  text-align: left;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}
.line-contact-block:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(6, 199, 85, 0.35);
}
@media screen and (max-width: 768px) {
  .line-contact-block {
    flex-direction: column;
    text-align: center;
    gap: 20px;
    padding: 25px 20px;
  }
}
.line-contact-block .line-icon-wrapper {
  flex-shrink: 0;
}
.line-contact-block .line-icon-wrapper .line-qr-code {
  width: 120px;
  height: 120px;
  border-radius: 12px;
  border: 4px solid white;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  background-color: white;
}
.line-contact-block .line-text-content h4 {
  color: #212529;
  /* Ensure high contrast */
  font-size: 1.5rem;
  margin: 0 0 10px 0;
  font-weight: 700;
}
.line-contact-block .line-text-content p {
  color: #212529;
  /* Ensure high contrast */
}
.line-contact-block .line-text-content a {
  color: #212529;
  /* Ensure high contrast */
  text-decoration: underline;
}
.line-contact-block .line-text-content a:hover {
  color: rgb(10.2567567568, 11.5, 12.7432432432);
}

.hero .featured-callout {
  background: linear-gradient(135deg, #486D87 0%, rgb(63.1304347826, 95.5724637681, 118.3695652174) 100%);
  border: 3px solid #FF7F41;
  box-shadow: 0 0 0 5px rgba(255, 127, 65, 0.5), 0 15px 40px rgba(72, 109, 135, 0.2);
  color: #FFFFFF;
  text-align: center;
  padding: 45px 30px;
  border-radius: 25px;
  margin: -30px auto 30px;
  position: relative;
  overflow: hidden;
  max-width: 800px;
  z-index: 3;
}
.hero .featured-callout::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 10% 90%, rgba(255, 255, 255, 0.05) 0%, transparent 40%), radial-gradient(circle at 90% 10%, rgba(255, 255, 255, 0.03) 0%, transparent 40%);
  pointer-events: none;
}
.hero .featured-callout .new-badge {
  display: inline-block;
  background-color: #FF7F41;
  color: #FFFFFF;
  font-weight: 700;
  padding: 0.3em 0.8em;
  border-radius: 8px;
  font-size: 0.85em;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.hero .featured-callout h2 {
  color: #FFFFFF;
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  margin-top: 0;
  margin-bottom: 15px;
  border: none;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.hero .featured-callout h2::after, .hero .featured-callout h2::before {
  display: none;
}
.hero .featured-callout p {
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1rem, 2.5vw, 1.2rem);
  line-height: 1.6;
  margin-bottom: 30px;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}
.hero .featured-callout .btn-outline-white {
  display: inline-block;
  background: transparent;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
  padding: 0.8em 1.8em;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  font-size: clamp(0.9rem, 2vw, 1.1rem);
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.hero .featured-callout .btn-outline-white:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 1199px) {
  .hero .featured-callout {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 30px;
  }
}
.course-comparison {
  margin-top: 60px;
  margin-bottom: 60px;
}
.course-comparison h3 {
  text-align: center;
  color: #486D87;
  font-size: clamp(1.5rem, 3vw, 2rem);
  margin-bottom: 30px;
  border: none;
}
.course-comparison h3::after, .course-comparison h3::before {
  display: none;
}
.course-comparison .comparison-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 30px;
  box-shadow: 0 10px 30px rgba(72, 109, 135, 0.1);
  border-radius: 15px;
  overflow: hidden;
}
.course-comparison .comparison-table th,
.course-comparison .comparison-table td {
  border: 1px solid #e0e0e0;
  padding: 15px;
  text-align: left;
  font-size: 1rem;
  color: #486D87;
}
.course-comparison .comparison-table th {
  background-color: rgb(190.4347826087, 208.1304347826, 220.5652173913);
  font-weight: 700;
  color: rgb(54.2608695652, 82.1449275362, 101.7391304348);
}
.course-comparison .comparison-table td {
  background-color: white;
}
.course-comparison .comparison-table td .highlight-text {
  color: #486D87;
  font-weight: 700;
}
.course-comparison .comparison-table tr:nth-child(even) td {
  background-color: #f9f9f9;
}
@media screen and (max-width: 1199px) {
  .course-comparison .comparison-table {
    font-size: 0.9em;
  }
  .course-comparison .comparison-table th,
  .course-comparison .comparison-table td {
    padding: 10px;
  }
  .course-comparison .comparison-table th:nth-child(1),
  .course-comparison .comparison-table td:nth-child(1) {
    min-width: 100px;
  }
}

.course-hero {
  background: linear-gradient(135deg, #486D87 0%, rgb(54.2608695652, 82.1449275362, 101.7391304348) 100%);
  color: white;
  text-align: center;
  padding: 60px 30px;
  border-radius: 25px;
  margin-bottom: 60px;
  box-shadow: 0 10px 30px rgba(72, 109, 135, 0.15);
}
.course-hero h1 {
  color: white;
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 700;
  margin-bottom: 15px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.course-hero .subtitle {
  font-size: clamp(1.1rem, 3vw, 1.4rem);
  opacity: 0.95;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto 45px auto;
}
.course-hero .btn-primary {
  margin-top: 0;
  margin-bottom: 0;
}

.btn-primary {
  display: inline-block;
  background-color: #FF7F41;
  color: white !important;
  padding: 15px 30px;
  border-radius: 15px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 127, 65, 0.3);
  text-align: center;
}
.btn-primary:hover {
  background-color: rgb(255, 92.6421052632, 14);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(255, 127, 65, 0.4);
  color: white !important;
  text-decoration: none;
}
.btn-primary:visited {
  color: white !important;
}
.btn-primary.full-width {
  width: 100%;
  display: block;
}

.course-cta {
  background: linear-gradient(to bottom, #f8f9fa, #ffffff);
  padding: 40px;
  border-radius: 15px;
  margin-top: 40px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.course-cta h3 {
  color: #FF7F41;
  font-size: 1.8rem;
  margin-bottom: 20px;
}
.course-cta p {
  font-size: 1.1rem;
  margin-bottom: 30px;
  color: #486D87;
}

.course-faq {
  margin-top: 32px;
  padding: 30px;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(72, 109, 135, 0.08);
}
.course-faq h3 {
  text-align: center;
  color: #486D87;
  font-size: 1.8rem;
  margin-bottom: 30px;
  border: none;
}
.course-faq h3::after, .course-faq h3::before {
  display: none;
}
.course-faq .faq-item {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #eee;
}
.course-faq .faq-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.course-faq .faq-item h4 {
  color: #FF7F41;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.course-faq .faq-item p {
  color: #486D87;
  line-height: 1.6;
  margin-left: 0;
  font-size: 1rem;
}

.center-text {
  text-align: center;
}

.blog-callout {
  background-color: white;
  border-left: 5px solid #FF7F41;
  padding: 1.5rem;
  margin: 2rem 0;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(72, 109, 135, 0.1);
}
.blog-callout p {
  margin-bottom: 0.5rem;
  color: #486D87;
}
.blog-callout p strong {
  color: #FF7F41;
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 0.05em;
}
.blog-callout ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}
.blog-callout li {
  margin-bottom: 0.5rem;
  position: relative;
  padding-left: 1.5rem;
}
.blog-callout li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: #FF7F41;
  font-weight: 800;
}
.blog-callout li a {
  font-weight: 600;
  color: #486D87;
  text-decoration: none;
  transition: color 0.2s ease;
  border-bottom: 1px solid transparent;
}
.blog-callout li a:hover {
  color: #FF7F41;
  border-bottom-color: #FF7F41;
  text-decoration: none;
}
@media screen and (max-width: 480px) {
  .blog-callout {
    padding: 1.25rem;
  }
  .blog-callout li {
    padding-left: 1.2rem;
  }
}

.site-title::before {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  background-image: url("/assets/images/logos/starfish-logo-420-circular.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.site-title:hover::before {
  transform: scale(1.08) rotate(3deg);
  filter: brightness(1.1) saturate(1.1);
}

.hero-logo:empty::before {
  content: "";
  display: block;
  width: 200px;
  height: 200px;
  background-image: url("/assets/images/logos/starfish-logo-420-circular.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  margin: 0 auto;
  animation: float 3s ease-in-out infinite;
}

/*# sourceMappingURL=main.css.map */