:root{
  --navy:#061a35;
  --navy2:#0a2d5a;
  --blue:#2477da;
  --gold:#d5a821;
  --gold2:#f0c64d;
  --green:#06c755;
  --ink:#152033;
  --muted:#667085;
  --line:#dfe5ec;
  --paper:#f7f9fc;
  --white:#fff;
  --shadow:0 12px 30px rgba(6,26,53,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Noto Sans JP","Yu Gothic",Meiryo,sans-serif;color:var(--ink);background:#fff;line-height:1.7}
a{text-decoration:none;color:inherit}
.container{width:min(1120px,calc(100% - 36px));margin:auto}

.site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.97);backdrop-filter:blur(12px);border-bottom:1px solid #e8edf3}
.header-inner{height:72px;display:flex;align-items:center;gap:30px}
.brand{display:flex;align-items:center;gap:10px;margin-right:auto}
.brand-mark{width:44px;height:44px;display:block}
.brand-mark svg{width:100%;height:100%}
.brand-copy strong,.brand-copy small{display:block}
.brand-copy strong{font-size:18px}
.brand-copy small{font-size:8px;letter-spacing:.14em;color:var(--muted)}
.main-nav{display:flex;align-items:center;gap:25px;font-size:13px;font-weight:800}
.nav-cta{background:var(--blue);color:#fff;padding:10px 16px;border-radius:999px}
.menu-toggle{display:none;border:0;background:none;padding:8px}
.menu-toggle span{display:block;width:24px;height:2px;background:var(--navy);margin:5px}

.hero{
  position:relative;
  overflow:hidden;
  color:#fff;
  background:
    linear-gradient(90deg,rgba(3,15,34,.98) 0%,rgba(4,24,52,.92) 44%,rgba(4,25,57,.56) 100%),
    url("../assets/market-bg.png") center/cover no-repeat;
}
.hero-overlay{position:absolute;inset:0;background:radial-gradient(circle at 78% 24%,rgba(34,118,222,.2),transparent 42%)}
.hero-vector-chart{position:absolute;right:-100px;top:110px;width:63%;height:68%;opacity:.28}
.hero-inner{position:relative;display:grid;grid-template-columns:1.05fr .95fr;min-height:650px;align-items:center;gap:35px}
.hero-copy{padding:65px 0;z-index:3}
.hero-kicker{font-size:23px;font-weight:700;margin:0 0 18px}
.hero h1{font-family:"Yu Mincho","Hiragino Mincho ProN",serif;font-size:clamp(43px,5vw,66px);line-height:1.25;margin:0}
.hero h1 span{color:#f2ce72}
.hero-sub{font-size:18px;font-weight:700}
.hero-points{display:grid;grid-template-columns:1fr 1fr;gap:10px 20px;margin:28px 0}
.hero-points span{font-size:13px}
.hero-points span:before{content:"✓";display:inline-grid;place-items:center;width:17px;height:17px;border-radius:50%;background:#2c83e7;margin-right:8px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;width:min(500px,100%);min-height:56px;padding:0 22px;border-radius:9px;color:#fff;font-weight:900;box-shadow:0 12px 26px rgba(0,0,0,.18);transition:.2s ease}
.btn:hover{transform:translateY(-2px)}
.btn b{margin-left:auto;font-size:23px}
.btn-gold{background:linear-gradient(90deg,#c99916,#e5b93f)}
.btn-line{background:linear-gradient(90deg,#04a943,#06c755);margin-top:12px}
.line-chip{font-size:10px;background:#fff;color:var(--green);padding:5px 7px;border-radius:999px}
.hero-note{font-size:10px;color:#c3d0df}

.hero-visual{position:relative;align-self:stretch;min-height:620px}
.advisor-photo{
  position:absolute;
  left:2%;
  bottom:0;
  width:min(520px,95%);
  max-height:610px;
  object-fit:contain;
  object-position:center bottom;
  z-index:2;
  filter:drop-shadow(0 28px 38px rgba(0,0,0,.32));
}
.award{position:absolute;right:0;top:145px;z-index:4;text-align:center;color:#f0cb62;font-weight:900}
.award:before,.award:after{content:"❧";position:absolute;top:-8px;font-size:62px}
.award:before{left:-58px;transform:rotate(-28deg)}
.award:after{right:-58px;transform:scaleX(-1) rotate(-28deg)}
.award span,.award strong{display:block}
.award span{font-size:12px}
.award strong{font-size:25px}
.profile-card{position:absolute;right:0;bottom:28px;z-index:5;width:370px;display:grid;grid-template-columns:auto 1fr;gap:10px;padding:17px 19px;border:1px solid rgba(215,168,33,.75);border-radius:15px;background:rgba(4,18,38,.92);box-shadow:0 18px 45px rgba(0,0,0,.32)}
.profile-avatar{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:#fff;color:var(--navy);font-weight:900}
.profile-card strong,.profile-card small{display:block}
.profile-card small{color:#aebdd1;font-size:10px}
.profile-card p{grid-column:1/-1;margin:0;color:#d6deea;font-size:11px}

.section{padding:72px 0}
.section-heading{text-align:center;margin-bottom:35px}
.section-heading h2{font-size:30px;margin:0}
.section-heading span{color:var(--blue)}
.benefit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.benefit-card{display:flex;gap:17px;padding:26px;background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:var(--shadow)}
.icon-box{flex:none;width:55px;height:55px;border-radius:11px;display:grid;place-items:center;color:#fff;background:linear-gradient(145deg,#1d67c1,#2e86eb)}
.icon-box svg{width:34px;height:34px}
.benefit-card h3{margin:0 0 7px;font-size:16px}
.benefit-card p{margin:0;color:var(--muted);font-size:12px}

.social-proof{padding-top:0}
.social-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:28px}
.voices-card{position:relative;overflow:hidden;border-radius:14px;color:#fff;background:linear-gradient(180deg,#0b315e,#19446f);box-shadow:var(--shadow)}
.voices-head{padding:17px 24px;background:#08264d;color:#f0c64d;font-weight:900}
.voice-item{display:flex;gap:14px;padding:20px 23px;border-bottom:1px solid rgba(255,255,255,.17)}
.person-icon{width:48px;height:48px;border:2px solid #fff;border-radius:50%;position:relative;flex:none}
.person-icon:before{content:"";position:absolute;left:50%;top:8px;width:13px;height:13px;border:2px solid #fff;border-radius:50%;transform:translateX(-50%)}
.person-icon:after{content:"";position:absolute;left:50%;bottom:6px;width:27px;height:15px;border:2px solid #fff;border-radius:16px 16px 0 0;transform:translateX(-50%)}
.voice-item small{color:#c8d4e3}
.voice-item p{font-size:12px;margin:3px 0 0}
.more-link{display:block;text-align:right;padding:13px 22px;font-size:11px}
.join-card{overflow:hidden;text-align:center;border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow)}
.join-card h2{margin:25px 0 6px}
.join-card>p{margin:0;color:var(--muted);font-size:13px}
.join-btn{width:74%;margin:23px auto}
.join-features{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line)}
.join-features div{padding:18px 10px;border-right:1px solid var(--line)}
.join-features div:last-child{border-right:0}
.join-features b,.join-features small{display:block}
.join-features small{font-size:9px;color:var(--muted)}
.mini-icon{display:block;width:26px;height:26px;margin:0 auto 5px;border:2px solid var(--navy);border-radius:5px}
.users{border-radius:50%}
.shield{clip-path:polygon(50% 0,100% 20%,90% 75%,50% 100%,10% 75%,0 20%)}

.steps-section{background:var(--paper)}
.steps-wrap{padding:30px 20px;border:1px solid var(--line);border-radius:14px;background:#fff}
.steps-grid{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;align-items:center;gap:12px}
.step-card{display:grid;grid-template-columns:auto 1fr auto;gap:13px;align-items:center;padding:20px;border:1px solid var(--line);border-radius:12px}
.step-num{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:var(--navy);color:#fff;font-weight:900}
.step-card h3{margin:0;font-size:14px}
.step-card p{margin:3px 0 0;font-size:10px;color:var(--muted)}
.step-art{width:44px;height:54px;position:relative}
.phone-art{border:3px solid var(--green);border-radius:7px}
.phone-art:after{content:"LINE";position:absolute;left:4px;right:4px;top:16px;background:var(--green);color:#fff;text-align:center;font-size:7px;border-radius:5px}
.group-art:before,.group-art:after{content:"";position:absolute;border:3px solid var(--navy);border-radius:50%}
.group-art:before{width:17px;height:17px;left:13px;top:5px}
.group-art:after{width:36px;height:22px;left:3px;bottom:4px;border-radius:24px 24px 0 0}
.chart-art{border-left:3px solid var(--navy);border-bottom:3px solid var(--navy)}
.chart-art:after{content:"";position:absolute;left:5px;bottom:6px;width:38px;height:35px;background:linear-gradient(135deg,transparent 0 35%,var(--blue) 36% 43%,transparent 44% 58%,var(--blue) 59% 66%,transparent 67%)}
.step-arrow{font-size:25px;color:var(--navy)}

.faq-list{max-width:850px;margin:auto}
.faq-list details{padding:18px 4px;border-bottom:1px solid var(--line)}
.faq-list summary{cursor:pointer;font-weight:800}
.faq-list p{font-size:12px;color:var(--muted)}

.site-footer{background:#061a35;color:#fff;padding:30px 0 18px}
.footer-grid{display:grid;grid-template-columns:1.4fr .7fr auto;gap:30px;align-items:center}
.risk strong{color:#f0c64d}
.risk p{margin:2px 0;font-size:9px;color:#9fb0c4}
.footer-social span{font-size:10px}
.footer-social div{display:flex;gap:8px;margin-top:7px}
.footer-social a{width:34px;height:34px;border:1px solid rgba(255,255,255,.35);border-radius:50%;display:grid;place-items:center}
.contact-btn{padding:12px 20px;border:1px solid rgba(255,255,255,.45);border-radius:9px}
.copyright{text-align:center;color:#75879d;font-size:9px}
.mobile-cta{display:none}

@media(max-width:920px){
  .menu-toggle{display:block}
  .main-nav{position:absolute;left:0;right:0;top:72px;display:none;flex-direction:column;align-items:stretch;gap:0;padding:12px;background:#fff;border-bottom:1px solid var(--line)}
  .main-nav.is-open{display:flex}
  .main-nav a{padding:12px}
  .hero-inner{grid-template-columns:1fr}
  .hero-visual{min-height:540px}
  .hero-vector-chart{width:100%;right:-200px}
  .benefit-grid,.social-grid{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr}
}
@media(max-width:640px){
  .container{width:min(100% - 24px,1120px)}
  .header-inner{height:60px}
  .main-nav{top:60px}
  .brand-copy strong{font-size:14px}
  .brand-copy small{display:none}
  .brand-mark{width:38px;height:38px}
  .hero-copy{padding:44px 0 0}
  .hero-kicker{font-size:17px}
  .hero h1{font-size:38px}
  .hero-sub{font-size:15px}
  .hero-points{grid-template-columns:1fr}
  .hero-visual{min-height:470px}
  .advisor-photo{left:50%;transform:translateX(-50%);width:390px}
  .award{right:18px;top:115px}
  .profile-card{width:94%;right:3%;bottom:12px}
  .section{padding:55px 0}
  .section-heading h2{font-size:24px}
  .benefit-grid{grid-template-columns:1fr}
  .join-btn{width:92%}
  .join-features{grid-template-columns:1fr}
  .join-features div{border-right:0;border-bottom:1px solid var(--line)}
  .steps-grid{grid-template-columns:1fr}
  .step-arrow{transform:rotate(90deg);justify-self:center}
  .footer-grid{gap:18px}
  .site-footer{padding-bottom:82px}
  .mobile-cta{display:block;position:fixed;left:0;right:0;bottom:0;z-index:150;padding:10px 12px calc(10px + env(safe-area-inset-bottom));background:rgba(255,255,255,.96);border-top:1px solid var(--line)}
  .mobile-cta a{display:block;text-align:center;background:var(--green);color:#fff;padding:13px;border-radius:10px;font-weight:900}
}


/* ===== Reference screenshot proportion tuning ===== */
:root{
  --desktop-canvas: 1180px;
}
.container{
  width:min(var(--desktop-canvas),calc(100% - 44px));
}
.site-header .container{
  width:min(1210px,calc(100% - 42px));
}
.header-inner{
  height:64px;
}
.brand-mark{
  width:38px;
  height:38px;
}
.brand-copy strong{
  font-size:16px;
}
.main-nav{
  gap:22px;
  font-size:12px;
}
.nav-cta{
  padding:8px 15px;
}

.hero-inner{
  min-height:590px;
  grid-template-columns: 1.02fr .98fr;
  gap:20px;
}
.hero-copy{
  padding:48px 0 40px;
}
.hero-kicker{
  font-size:21px;
  margin-bottom:12px;
}
.hero h1{
  font-size:clamp(42px,4.4vw,61px);
}
.hero-sub{
  font-size:17px;
  margin:13px 0 20px;
}
.hero-points{
  margin:22px 0;
  gap:8px 20px;
}
.hero-points span{
  font-size:12px;
}
.btn{
  width:min(465px,100%);
  min-height:50px;
  border-radius:7px;
  font-size:15px;
}
.hero-note{
  margin-top:7px;
}
.hero-visual{
  min-height:570px;
}
.advisor-photo{
  left:3%;
  width:min(475px,94%);
  max-height:560px;
}
.award{
  right:4%;
  top:135px;
}
.award strong{
  font-size:22px;
}
.profile-card{
  right:1%;
  bottom:22px;
  width:350px;
  padding:14px 16px;
  border-radius:13px;
}
.profile-card p{
  font-size:10px;
}

.section{
  padding:52px 0;
}
.section-heading{
  margin-bottom:26px;
}
.section-heading h2{
  font-size:27px;
}
.benefit-grid{
  gap:18px;
}
.benefit-card{
  padding:21px;
  border-radius:10px;
  min-height:128px;
}
.icon-box{
  width:50px;
  height:50px;
}
.benefit-card h3{
  font-size:15px;
}
.benefit-card p{
  font-size:11px;
}

.social-proof{
  padding-top:0;
  padding-bottom:38px;
}
.social-grid{
  grid-template-columns:.88fr 1.12fr;
  gap:22px;
}
.voices-head{
  padding:14px 20px;
}
.voice-item{
  padding:16px 19px;
}
.voice-item p{
  font-size:11px;
}
.join-card h2{
  margin-top:21px;
  font-size:25px;
}
.join-card>p{
  font-size:12px;
}
.join-btn{
  width:68%;
  min-height:52px;
  margin:18px auto;
}
.join-features div{
  padding:14px 8px;
}

.steps-section{
  padding:34px 0;
}
.steps-wrap{
  padding:22px 18px;
}
.steps-wrap .section-heading{
  margin-bottom:18px;
}
.steps-grid{
  gap:10px;
}
.step-card{
  padding:16px;
  min-height:105px;
}
.step-card h3{
  font-size:13px;
}
.step-card p{
  font-size:9px;
}
.step-art{
  width:39px;
  height:48px;
}

.faq{
  padding:48px 0;
}
.site-footer{
  padding:22px 0 14px;
}
.footer-grid{
  gap:22px;
}
.contact-btn{
  padding:10px 17px;
}

@media(min-width:921px){
  body{
    background:#fff;
  }
  .hero{
    min-height:590px;
  }
}

@media(max-width:920px){
  .header-inner{
    height:64px;
  }
  .main-nav{
    top:64px;
  }
  .hero-inner{
    min-height:auto;
  }
  .hero-copy{
    padding:46px 0 10px;
  }
  .hero-visual{
    min-height:520px;
  }
  .advisor-photo{
    left:50%;
    transform:translateX(-50%);
    width:min(470px,92%);
  }
}

@media(max-width:640px){
  .container{
    width:min(100% - 22px,var(--desktop-canvas));
  }
  .header-inner{
    height:58px;
  }
  .main-nav{
    top:58px;
  }
  .hero{
    background-position:62% center;
  }
  .hero-copy{
    padding:36px 0 6px;
  }
  .hero-kicker{
    font-size:15px;
  }
  .hero h1{
    font-size:35px;
  }
  .hero-sub{
    font-size:14px;
  }
  .btn{
    min-height:49px;
    font-size:13px;
  }
  .hero-visual{
    min-height:430px;
  }
  .advisor-photo{
    width:350px;
    max-height:425px;
  }
  .award{
    top:90px;
    right:13px;
    transform:scale(.82);
    transform-origin:top right;
  }
  .profile-card{
    width:94%;
    right:3%;
    bottom:8px;
  }
  .section{
    padding:46px 0;
  }
  .section-heading h2{
    font-size:22px;
  }
  .join-card h2{
    font-size:21px;
  }
}


/* ===== Mobile layout rebuild ===== */
@media(max-width:640px){
  html,body{
    overflow-x:hidden;
  }

  body{
    background:#fff;
  }

  .container{
    width:calc(100% - 24px);
  }

  .site-header{
    position:sticky;
    top:0;
    z-index:300;
  }

  .header-inner{
    height:58px;
    gap:10px;
  }

  .brand{
    min-width:0;
    flex:1;
  }

  .brand-copy{
    min-width:0;
  }

  .brand-copy strong{
    display:block;
    max-width:210px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    font-size:14px;
  }

  .brand-mark{
    width:36px;
    height:36px;
    flex:none;
  }

  .menu-toggle{
    display:block;
    flex:none;
    margin-left:auto;
  }

  .main-nav{
    position:fixed;
    top:58px;
    left:0;
    right:0;
    bottom:0;
    display:none;
    padding:18px 16px 100px;
    background:rgba(255,255,255,.99);
    overflow-y:auto;
    box-shadow:0 15px 30px rgba(0,0,0,.12);
  }

  .main-nav.is-open{
    display:flex;
  }

  .main-nav a{
    padding:15px 10px;
    border-bottom:1px solid var(--line);
    font-size:15px;
  }

  .main-nav .nav-cta{
    margin-top:12px;
    border-bottom:0;
    text-align:center;
    border-radius:10px;
    padding:14px;
  }

  .hero{
    min-height:auto;
    background-position:68% center;
  }

  .hero-overlay{
    background:
      linear-gradient(180deg,rgba(3,15,34,.98) 0%,rgba(3,15,34,.92) 42%,rgba(3,15,34,.45) 73%,rgba(3,15,34,.88) 100%),
      radial-gradient(circle at 72% 42%,rgba(34,118,222,.15),transparent 42%);
  }

  .hero-vector-chart{
    width:150%;
    height:38%;
    right:-55%;
    top:50%;
    opacity:.18;
  }

  .hero-inner{
    display:flex;
    flex-direction:column;
    gap:0;
    min-height:auto;
  }

  .hero-copy{
    width:100%;
    padding:34px 0 12px;
    z-index:6;
  }

  .hero-kicker{
    font-size:14px;
    line-height:1.6;
    margin:0 0 8px;
  }

  .hero h1{
    font-size:34px;
    line-height:1.22;
    letter-spacing:-.03em;
  }

  .hero-sub{
    font-size:14px;
    margin:10px 0 16px;
  }

  .hero-points{
    grid-template-columns:1fr;
    gap:7px;
    margin:16px 0 18px;
  }

  .hero-points span{
    font-size:12px;
    line-height:1.5;
  }

  .btn{
    width:100%;
    min-height:50px;
    padding:0 15px;
    font-size:13px;
    border-radius:8px;
  }

  .btn b{
    font-size:19px;
  }

  .hero-note{
    text-align:center;
    margin:7px 0 0;
  }

  .hero-visual{
    width:100%;
    min-height:430px;
    margin-top:0;
  }

  .advisor-photo{
    left:50%;
    bottom:0;
    transform:translateX(-50%);
    width:330px;
    max-width:110%;
    max-height:410px;
    object-position:center bottom;
  }

  .award{
    top:76px;
    right:0;
    transform:scale(.72);
    transform-origin:top right;
  }

  .profile-card{
    left:0;
    right:0;
    bottom:10px;
    width:100%;
    grid-template-columns:auto 1fr;
    padding:12px 14px;
    border-radius:12px;
    backdrop-filter:blur(9px);
  }

  .profile-avatar{
    width:42px;
    height:42px;
  }

  .profile-card strong{
    font-size:13px;
  }

  .profile-card p{
    font-size:10px;
    line-height:1.55;
  }

  .section{
    padding:42px 0;
  }

  .section-heading{
    margin-bottom:22px;
  }

  .section-heading h2{
    font-size:21px;
    line-height:1.45;
  }

  .benefit-grid{
    grid-template-columns:1fr;
    gap:12px;
  }

  .benefit-card{
    min-height:auto;
    padding:18px;
    gap:14px;
    align-items:flex-start;
  }

  .icon-box{
    width:46px;
    height:46px;
  }

  .icon-box svg{
    width:29px;
    height:29px;
  }

  .benefit-card h3{
    font-size:15px;
    line-height:1.45;
  }

  .benefit-card p{
    font-size:11px;
    line-height:1.65;
  }

  .social-grid{
    grid-template-columns:1fr;
    gap:16px;
  }

  .voices-card,
  .join-card{
    width:100%;
  }

  .voices-head{
    padding:14px 16px;
    font-size:14px;
  }

  .voice-item{
    padding:15px 16px;
    gap:12px;
  }

  .person-icon{
    width:42px;
    height:42px;
  }

  .voice-item p{
    font-size:11px;
    line-height:1.6;
  }

  .join-card{
    padding-top:1px;
  }

  .join-card h2{
    font-size:21px;
    margin:20px 14px 6px;
  }

  .join-card>p{
    margin:0 16px;
    font-size:11px;
  }

  .join-btn{
    width:calc(100% - 28px);
    margin:18px 14px;
  }

  .join-features{
    grid-template-columns:1fr;
  }

  .join-features div{
    display:grid;
    grid-template-columns:34px 1fr;
    column-gap:10px;
    align-items:center;
    text-align:left;
    padding:13px 16px;
    border-right:0;
    border-bottom:1px solid var(--line);
  }

  .join-features div:last-child{
    border-bottom:0;
  }

  .join-features .mini-icon{
    grid-row:1/3;
    margin:0;
  }

  .join-features b{
    font-size:13px;
  }

  .join-features small{
    font-size:9px;
  }

  .steps-section{
    padding:34px 0;
  }

  .steps-wrap{
    padding:20px 14px;
  }

  .steps-grid{
    grid-template-columns:1fr;
    gap:10px;
  }

  .step-card{
    grid-template-columns:38px 1fr 42px;
    min-height:auto;
    padding:15px;
  }

  .step-card h3{
    font-size:13px;
  }

  .step-card p{
    font-size:9px;
    line-height:1.55;
  }

  .step-arrow{
    transform:rotate(90deg);
    justify-self:center;
    line-height:1;
  }

  .faq{
    padding:40px 0;
  }

  .faq-list details{
    padding:15px 2px;
  }

  .faq-list summary{
    font-size:13px;
    line-height:1.5;
    padding-right:24px;
  }

  .faq-list p{
    font-size:11px;
    line-height:1.65;
  }

  .footer-grid{
    grid-template-columns:1fr;
    gap:18px;
  }

  .risk p{
    font-size:9px;
    line-height:1.55;
  }

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

  .footer-social div{
    justify-content:center;
  }

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

  .site-footer{
    padding:26px 0 86px;
  }

  .mobile-cta{
    display:block;
    z-index:500;
  }

  .mobile-cta a{
    font-size:14px;
    min-height:48px;
    display:flex;
    align-items:center;
    justify-content:center;
  }
}

/* ===== Requested hero refinements: wheat laurel + single-line title ===== */
@media(min-width:921px){
  .hero-copy{
    overflow:visible;
  }
  .hero h1{
    font-size:clamp(40px,3.55vw,52px);
    line-height:1.2;
    letter-spacing:-.035em;
    white-space:nowrap;
    width:max-content;
    max-width:none;
  }
  .hero-sub{
    margin-top:18px;
  }
}

.award{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:4px;
  color:#d6b354;
  width:285px;
  text-align:center;
  line-height:1.25;
}
.award:before,
.award:after{
  content:none !important;
  display:none !important;
}
.award-text{
  flex:0 0 auto;
  min-width:150px;
}
.award-text span{
  display:block;
  font-size:14px;
  font-weight:800;
  letter-spacing:.01em;
}
.award-text strong{
  display:block;
  margin-top:5px;
  font-size:20px;
  line-height:1.25;
  font-weight:900;
  white-space:nowrap;
}
.award-laurel{
  width:52px;
  height:88px;
  flex:none;
  overflow:visible;
}
.award-laurel-right{
  transform:scaleX(-1);
}

@media(max-width:640px){
  .hero h1{
    font-size:32px;
    line-height:1.25;
    letter-spacing:-.035em;
  }
  .award{
    width:235px;
    gap:0;
  }
  .award-text{
    min-width:128px;
  }
  .award-text span{
    font-size:12px;
  }
  .award-text strong{
    font-size:17px;
  }
  .award-laurel{
    width:44px;
    height:73px;
  }
}


/* ===== User-provided laurel badge image ===== */
.award-image{
  position:absolute;
  top:118px;
  right:-88px;
  z-index:6;
  width:270px;
  pointer-events:none;
}

.award-image img{
  display:block;
  width:100%;
  height:auto;
  object-fit:contain;
  filter:drop-shadow(0 4px 8px rgba(0,0,0,.18));
}

@media(max-width:920px){
  .award-image{
    top:105px;
    right:8px;
    width:225px;
  }
}

@media(max-width:640px){
  .award-image{
    top:82px;
    right:-3px;
    width:158px;
  }
}


/* ===== Refined SVG icon system ===== */
.icon-box{
  width:58px;
  height:58px;
  min-width:58px;
  border-radius:13px;
  background:linear-gradient(145deg,#1c6ac7,#2f88ec);
  box-shadow:0 8px 18px rgba(36,119,218,.22), inset 0 1px 0 rgba(255,255,255,.28);
}
.icon-box svg{width:36px;height:36px;color:#fff}

.person-icon{
  width:54px;height:54px;min-width:54px;border:0;
  display:grid;place-items:center;color:#fff;
}
.person-icon::before,.person-icon::after{display:none!important}
.person-icon svg{width:54px;height:54px;display:block}

.mini-icon--svg{
  width:34px;height:34px;border:0;border-radius:0;
  display:grid;place-items:center;color:var(--navy);clip-path:none;
}
.mini-icon--svg svg{width:31px;height:31px;display:block}

.step-art--svg{
  width:52px;height:58px;border:0;
  display:grid;place-items:center;color:var(--navy);
}
.step-art--svg svg{width:49px;height:55px;display:block}

.phone-art,.group-art,.chart-art{border:0!important;background:none!important}
.phone-art::before,.phone-art::after,.group-art::before,.group-art::after,.chart-art::before,.chart-art::after{display:none!important}

@media(max-width:640px){
  .icon-box{width:50px;height:50px;min-width:50px}
  .icon-box svg{width:31px;height:31px}
  .person-icon,.person-icon svg{width:47px;height:47px;min-width:47px}
  .mini-icon--svg{width:31px;height:31px}
  .mini-icon--svg svg{width:28px;height:28px}
  .step-art--svg{width:46px;height:52px}
  .step-art--svg svg{width:44px;height:50px}
}


/* ===== Profile avatar image ===== */
.profile-avatar--image{
  display:block;
  padding:0;
  object-fit:cover;
  object-position:center;
  background:#fff;
  border:3px solid #fff;
}
