/* =========================================
   YNG Seminar LP
   Compact clean corporate + navy hero
   ========================================= */
:root{
  --bg:#f6f9fc;
  --bg2:#eef5fb;
  --white:#ffffff;
  --navy:#10233b;
  --navy2:#173a5e;
  --ink:#102033;
  --text:#334155;
  --muted:#64748b;
  --line:#d8e4ef;
  --line2:#c7d9e8;
  --blue:#1d74d8;
  --blue2:#0f5fb7;
  --sky:#e8f4ff;
  --orange:#f97316;
  --orange2:#ea580c;
  --green:#16a34a;
  --red:#dc2626;
  --shadow:0 16px 42px rgba(16,32,51,.11);
  --shadow2:0 24px 70px rgba(16,32,51,.14);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  min-height:100vh;
  font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI","Hiragino Sans","Yu Gothic",Meiryo,sans-serif;
  color:var(--text);
  line-height:1.7;
  background:
    radial-gradient(circle at 10% 0%, rgba(29,116,216,.11), transparent 30%),
    radial-gradient(circle at 90% 8%, rgba(249,115,22,.07), transparent 26%),
    linear-gradient(180deg,#ffffff 0%, var(--bg) 54%, #ffffff 100%);
  overflow-x:hidden;
}

img{max-width:100%;display:block}
a{color:inherit}
p,h1,h2,h3{margin-top:0}
.container{width:min(1120px,92%);margin:0 auto}

/* Header */
.site-header{
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(255,255,255,.92);
  border-bottom:1px solid rgba(216,228,239,.9);
  backdrop-filter:blur(18px);
}
.header-inner{
  width:min(1120px,92%);
  margin:0 auto;
  min-height:66px;
  display:flex;
  align-items:center;
  gap:20px;
}
.brand{
  margin-right:auto;
  display:flex;
  align-items:center;
  gap:10px;
  text-decoration:none;
}
.brand-logo{
  width:46px;
  height:46px;
  object-fit:contain;
  filter:drop-shadow(0 6px 14px rgba(16,32,51,.16));
}
.brand-text strong{
  display:block;
  color:var(--ink);
  line-height:1.05;
  letter-spacing:.12em;
}
.brand-text small{
  display:block;
  color:var(--muted);
  font-size:11px;
  letter-spacing:.04em;
}
.header-nav{
  display:flex;
  align-items:center;
  gap:18px;
  color:#475569;
  font-size:13px;
  font-weight:800;
}
.header-nav a{text-decoration:none;opacity:.92}
.header-nav a:hover{color:var(--blue)}
.header-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  padding:8px 16px;
  border-radius:999px;
  background:linear-gradient(135deg,var(--orange),var(--orange2));
  color:#fff;
  text-decoration:none;
  font-size:14px;
  font-weight:900;
  box-shadow:0 12px 24px rgba(249,115,22,.22);
}

/* Hero */
.hero{
  position:relative;
  min-height:620px;
  display:flex;
  align-items:center;
  overflow:hidden;
  background:linear-gradient(135deg,#f8fbff,#fff);
}
.hero-bg{
  position:absolute;
  inset:0;
  background:
    linear-gradient(100deg, rgba(16,35,59,.88) 0%, rgba(16,35,59,.70) 34%, rgba(255,255,255,.44) 72%, rgba(255,255,255,.24) 100%),
    radial-gradient(circle at 12% 28%, rgba(29,116,216,.38), transparent 34%),
    url("assets/hero-bg.jpg") center center / cover no-repeat;
  transform:scale(1.01);
}
.hero-bg::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg,rgba(255,255,255,.02) 0%,rgba(255,255,255,.10) 56%,#f6f9fc 100%),
    linear-gradient(90deg,rgba(16,35,59,.36) 0%,rgba(16,35,59,.08) 48%,rgba(255,255,255,.08) 100%);
}
.hero-gridline{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg, transparent 0 12%, rgba(255,255,255,.12) 12.1%, transparent 12.2% 50%, rgba(29,116,216,.08) 50.1%, transparent 50.2% 88%, rgba(29,116,216,.08) 88.1%, transparent 88.2%),
    linear-gradient(0deg, transparent 0 24%, rgba(255,255,255,.08) 24.1%, transparent 24.2% 72%, rgba(29,116,216,.05) 72.1%, transparent 72.2%);
  pointer-events:none;
  opacity:.75;
}
.hero-inner{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:1.1fr .76fr;
  gap:28px;
  align-items:center;
  padding:58px 0 54px;
}
.eyebrow,
.section-label{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-bottom:12px;
  padding:6px 11px;
  border-radius:999px;
  border:1px solid #c7e2fb;
  background:#eef7ff;
  color:var(--blue2);
  font-size:11px;
  font-weight:900;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.hero .eyebrow{
  background:rgba(255,255,255,.15);
  color:#eaf5ff;
  border-color:rgba(255,255,255,.32);
  backdrop-filter:blur(10px);
}
h1{
  margin-bottom:14px;
  color:#fff;
  font-size:clamp(36px,5.1vw,66px);
  line-height:1.06;
  letter-spacing:-.055em;
  text-shadow:0 16px 34px rgba(0,0,0,.28);
}
h1 span{
  color:#dbeafe;
  background:linear-gradient(transparent 62%, rgba(249,115,22,.26) 62%);
}
.lead{
  max-width:650px;
  margin-bottom:20px;
  color:#e9f2ff;
  font-size:16px;
  font-weight:650;
  text-shadow:0 8px 22px rgba(0,0,0,.18);
}
.hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-bottom:18px;
}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:11px 20px;
  border-radius:999px;
  text-decoration:none;
  font-weight:950;
  letter-spacing:.02em;
  font-size:15px;
}
.btn-primary{
  color:#fff;
  background:linear-gradient(135deg,var(--orange),var(--orange2));
  box-shadow:0 14px 28px rgba(249,115,22,.23);
}
.btn-outline{
  color:#fff;
  border:1px solid rgba(255,255,255,.42);
  background:rgba(255,255,255,.12);
  backdrop-filter:blur(10px);
}
.hero-metrics{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:8px;
  max-width:560px;
}
.hero-metrics div{
  padding:12px 10px;
  border:1px solid rgba(255,255,255,.25);
  border-radius:16px;
  background:rgba(255,255,255,.13);
  backdrop-filter:blur(12px);
}
.hero-metrics strong{
  display:block;
  color:#010548c5;
  font-size:20px;
  line-height:1.15;
}
.hero-metrics span{
  display:block;
  color:#173254;
  font-size:12px;
  font-weight:800;
}

.hero-panel{
  padding:22px;
  border-radius:28px;
  background:rgba(255,255,255,.92);
  border:1px solid rgba(216,228,239,.86);
  box-shadow:var(--shadow2);
  backdrop-filter:blur(18px);
}
.panel-top{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:14px;
}
.panel-top p{
  margin:0;
  color:var(--blue2);
  font-size:11px;
  font-weight:950;
  letter-spacing:.17em;
}
.panel-top span{
  height:1px;
  flex:1;
  background:linear-gradient(90deg, rgba(29,116,216,.42), transparent);
}
.event-compact{
  display:grid;
  gap:10px;
}
.event-compact div{
  padding:12px;
  border:1px solid var(--line);
  background:#f8fbff;
  border-radius:16px;
}
.event-compact span{
  display:block;
  color:var(--muted);
  font-size:12px;
  font-weight:900;
}
.event-compact strong{
  display:block;
  color:var(--ink);
  font-size:18px;
  line-height:1.3;
}
.panel-note{
  margin:12px 0 0;
  padding:12px;
  border-radius:16px;
  background:#f3f9ff;
  border:1px solid #d4e9fb;
  color:#526276;
  font-size:13px;
}

/* ticker */
.ticker{
  overflow:hidden;
  border-block:1px solid var(--line);
  background:#ffffff;
}
.ticker-track{
  display:flex;
  gap:40px;
  width:max-content;
  padding:12px 0;
  animation:ticker 28s linear infinite;
}
.ticker-track span{
  color:#7b8da3;
  font-size:12px;
  font-weight:950;
  letter-spacing:.2em;
}
@keyframes ticker{
  from{transform:translateX(0)}
  to{transform:translateX(-50%)}
}

/* subtle uploaded background */
.visual-wash{
  position:relative;
  overflow:hidden;
  min-height:210px;
  display:flex;
  align-items:center;
  background:
    linear-gradient(90deg, rgba(255,255,255,.88), rgba(255,255,255,.70)),
    url("assets/back1.jpg") center center / cover no-repeat;
  border-bottom:1px solid var(--line);
}
.visual-wash::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(255,255,255,.18),#fff);
}
.visual-wash-inner{
  position:relative;
  z-index:1;
}
.visual-wash p{
  margin:0 0 6px;
  color:var(--blue2);
  font-size:12px;
  font-weight:950;
  letter-spacing:.18em;
  text-transform:uppercase;
}
.visual-wash h2{
  max-width:760px;
  margin:0;
  color:var(--ink);
  font-size:clamp(24px,3.6vw,42px);
}

/* Sections */
.section{
  padding:62px 0;
  position:relative;
}
.section-compact{
  padding-top:54px;
}
.split{
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:30px;
  align-items:center;
}
h2{
  margin-bottom:14px;
  color:var(--ink);
  font-size:clamp(26px,3.4vw,42px);
  line-height:1.22;
  letter-spacing:-.04em;
}
.section-copy p,
.section-head p,
.proof-head p,
.recommend-section p,
.form-side p,
.cta-box p{
  color:#526276;
}
.photo-card,
.check-card,
.safe-box,
.entry-form,
.program-card{
  border:1px solid var(--line);
  background:#fff;
  box-shadow:var(--shadow);
}
.photo-card,
.check-card,
.safe-box,
.entry-form{
  opacity:0;
  transform:translateY(14px);
  transition:opacity .5s ease, transform .5s ease;
}
.photo-card.is-visible,
.check-card.is-visible,
.safe-box.is-visible,
.entry-form.is-visible,
.gallery-main.is-visible,
.gallery-sub.is-visible,
.program-card.is-visible{
  opacity:1;
  transform:none;
}
.photo-card{
  overflow:hidden;
  border-radius:28px;
}
.photo-card img{
  width:100%;
  aspect-ratio:16/10;
  object-fit:cover;
}
.photo-caption{
  padding:16px 18px 18px;
}
.photo-caption strong{
  display:block;
  color:var(--ink);
  font-size:18px;
  margin-bottom:4px;
}
.photo-caption span{
  color:var(--muted);
  font-size:13px;
}

/* Program slider */
.section-dark{
  background:
    radial-gradient(circle at 20% 0%, rgba(29,116,216,.09), transparent 36%),
    linear-gradient(180deg,#f7fbff,#eef6fd);
  border-block:1px solid #e3eef7;
}
.section-head{
  max-width:760px;
  margin:0 auto 18px;
  text-align:center;
}
.slider-head{
  display:flex;
  justify-content:flex-end;
  gap:8px;
  margin:0 0 12px;
}
.slide-btn{
  width:42px;
  height:42px;
  border-radius:999px;
  border:1px solid #c8e4fb;
  background:#fff;
  color:var(--blue2);
  font-size:26px;
  line-height:1;
  cursor:pointer;
  box-shadow:0 8px 18px rgba(16,32,51,.08);
}
.program-slider{
  display:grid;
  grid-auto-flow:column;
  grid-auto-columns:minmax(285px, 31.5%);
  gap:16px;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  padding:4px 4px 14px;
  scrollbar-width:thin;
}
.program-card{
  position:relative;
  min-height:238px;
  padding:20px;
  border-radius:24px;
  overflow:hidden;
  scroll-snap-align:start;
  opacity:0;
  transform:translateY(14px);
  transition:opacity .5s ease, transform .5s ease;
}
.program-card::before{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 86% 0%, rgba(29,116,216,.08), transparent 38%);
  pointer-events:none;
}
.program-card img{
  position:relative;
  width:52px;
  height:52px;
  margin-bottom:12px;
}
.program-card span{
  position:relative;
  display:inline-block;
  color:var(--orange);
  font-weight:950;
  letter-spacing:.1em;
}
.program-card h3{
  position:relative;
  color:var(--ink);
  margin:5px 0 8px;
  font-size:18px;
  line-height:1.35;
}
.program-card p{
  position:relative;
  margin:0;
  color:var(--muted);
  font-size:13px;
}

/* Gallery */
.proof-section{
  background:#fff;
}
.proof-head{
  display:grid;
  grid-template-columns:1fr .8fr;
  gap:22px;
  align-items:end;
  margin-bottom:22px;
}
.photo-gallery{
  display:grid;
  grid-template-columns:1.22fr .88fr;
  grid-template-rows:1fr 1fr;
  gap:16px;
}
.gallery-main,
.gallery-sub{
  position:relative;
  min-height:240px;
  border-radius:28px;
  overflow:hidden;
  border:1px solid var(--line);
  background:#f8fafc;
  box-shadow:var(--shadow2);
  opacity:0;
  transform:translateY(14px);
  transition:opacity .5s ease, transform .5s ease;
}
.gallery-main{
  grid-row:1 / span 2;
  min-height:500px;
}
.gallery-main img,
.gallery-sub img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .4s ease;
}
.gallery-main:hover img,
.gallery-sub:hover img{
  transform:scale(1.035);
}
.caption{
  position:absolute;
  left:16px;
  right:16px;
  bottom:16px;
  padding:13px 15px;
  border-radius:17px;
  background:rgba(255,255,255,.88);
  border:1px solid rgba(216,228,239,.82);
  backdrop-filter:blur(14px);
  box-shadow:0 12px 26px rgba(16,32,51,.12);
}
.caption strong{
  display:block;
  color:var(--ink);
  font-size:17px;
  margin-bottom:2px;
}
.caption span{
  display:block;
  color:#526276;
  font-size:12px;
  font-weight:700;
}

.recommend-section{
  background:
    radial-gradient(circle at 80% 0%, rgba(29,116,216,.07), transparent 32%),
    linear-gradient(180deg,#f7fbff,#ffffff);
}
.check-card{
  padding:24px;
  border-radius:28px;
}
.check-list{
  margin:0;
  padding:0;
  list-style:none;
}
.check-list li{
  position:relative;
  padding:12px 0 12px 34px;
  border-bottom:1px solid var(--line);
  color:var(--ink);
  font-weight:850;
}
.check-list li:last-child{border-bottom:0}
.check-list li::before{
  content:"✓";
  position:absolute;
  left:0;
  top:13px;
  width:22px;
  height:22px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#e8f8ee;
  color:var(--green);
  border:1px solid #bce9c9;
  font-weight:950;
  font-size:13px;
}

/* CTA/Form */
.cta-section{
  padding:32px 0;
  background:#fff;
}
.cta-box{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
  padding:30px;
  border-radius:30px;
  background:
    radial-gradient(circle at 86% 22%, rgba(249,115,22,.10), transparent 32%),
    linear-gradient(135deg,#ffffff,#eef7ff);
  border:1px solid #cfdfed;
  box-shadow:var(--shadow2);
}
.cta-box h2{margin-bottom:8px}
.cta-box p{margin-bottom:0}

.form-section{
  background:
    radial-gradient(circle at 18% 8%, rgba(29,116,216,.08), transparent 34%),
    linear-gradient(180deg,#fff,#f6f9fc);
}
.form-layout{
  display:grid;
  grid-template-columns:.82fr 1.18fr;
  gap:28px;
  align-items:start;
}
.form-side{
  position:sticky;
  top:86px;
}
.safe-box{
  margin-top:18px;
  padding:18px;
  border-radius:22px;
}
.safe-box strong{
  display:block;
  color:var(--ink);
  margin-bottom:8px;
}
.safe-box ul{
  margin:0;
  padding-left:20px;
  color:#526276;
}
.entry-form{
  padding:24px;
  border-radius:30px;
}
.field{
  margin:0 0 15px;
  padding:0;
  border:0;
}
label,
legend{
  display:block;
  margin-bottom:7px;
  color:var(--ink);
  font-weight:950;
}
label span,
legend span{
  display:inline-flex;
  margin-left:6px;
  padding:2px 8px;
  border-radius:999px;
  background:#fee2e2;
  border:1px solid #fecaca;
  color:var(--red);
  font-size:11px;
  vertical-align:middle;
}
.optional{
  background:#eaf5ff !important;
  border-color:#c8e4fb !important;
  color:var(--blue2) !important;
}
input[type="text"],
input[type="email"],
input[type="tel"],
select,
textarea{
  width:100%;
  border:1px solid #cbd9e6;
  border-radius:14px;
  background:#fff;
  color:var(--ink);
  font:inherit;
  padding:12px 13px;
  transition:.15s ease;
}
select option{
  background:#fff;
  color:var(--ink);
}
textarea{resize:vertical}
input::placeholder,
textarea::placeholder{color:#94a3b8}
input:focus,
select:focus,
textarea:focus{
  outline:0;
  border-color:var(--blue);
  box-shadow:0 0 0 4px rgba(29,116,216,.12);
}
.was-validated input:invalid,
.was-validated select:invalid,
.was-validated textarea:invalid{
  border-color:#ef4444;
  background:#fff7f7;
}
.help,
.privacy{
  margin:7px 0 0;
  color:var(--muted);
  font-size:12px;
}
.checkbox-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
}
.check{
  display:flex;
  align-items:flex-start;
  gap:9px;
  margin:0;
  padding:10px;
  border:1px solid var(--line);
  border-radius:14px;
  background:#f8fbff;
  color:var(--ink);
  font-weight:800;
  font-size:14px;
  cursor:pointer;
}
.check input{
  width:17px;
  height:17px;
  margin-top:4px;
  accent-color:var(--blue);
}
.agree{
  display:flex;
  gap:10px;
  align-items:flex-start;
  padding:13px;
  border-radius:16px;
  background:#f8fbff;
  border:1px solid var(--line);
  color:var(--ink);
  font-weight:850;
}
.agree input{
  width:18px;
  height:18px;
  margin-top:4px;
  accent-color:var(--orange);
}
.submit{
  width:100%;
  min-height:56px;
  margin-top:16px;
  border:0;
  border-radius:999px;
  background:linear-gradient(135deg,var(--orange),var(--orange2));
  color:#fff;
  box-shadow:0 18px 34px rgba(249,115,22,.24);
  cursor:pointer;
  font-size:17px;
  font-weight:950;
}
.submit:disabled{opacity:.65;cursor:not-allowed}
.hp{
  position:absolute;
  left:-9999px;
  width:1px;
  height:1px;
  opacity:0;
}

/* Footer */
.footer{
  padding:28px 0;
  background:#fff;
  border-top:1px solid var(--line);
}
.footer-inner{
  display:flex;
  justify-content:space-between;
  gap:18px;
  align-items:center;
}
.footer-brand{
  display:flex;
  align-items:center;
  gap:12px;
}
.footer-brand img{
  width:52px;
  height:52px;
  object-fit:contain;
  filter:drop-shadow(0 8px 16px rgba(16,32,51,.16));
}
.footer strong{display:block;color:var(--ink)}
.footer p{margin:4px 0 0;color:var(--muted);font-size:13px}
.footer a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  padding:8px 15px;
  border-radius:999px;
  background:#eef7ff;
  border:1px solid #c8e4fb;
  color:var(--blue2);
  text-decoration:none;
  font-weight:900;
}

/* Responsive */
@media (max-width: 980px){
  .header-nav{display:none}
  .hero{min-height:auto}
  .hero-inner,
  .split,
  .form-layout,
  .proof-head{
    grid-template-columns:1fr;
  }
  .hero-panel{max-width:620px}
  .form-side{position:static}
  .program-slider{
    grid-auto-columns:minmax(280px, 46%);
  }
  .photo-gallery{
    grid-template-columns:1fr;
    grid-template-rows:auto;
  }
  .gallery-main{
    grid-row:auto;
    min-height:340px;
  }
  .gallery-sub{min-height:270px}
  .cta-box{
    flex-direction:column;
    align-items:flex-start;
  }
}
@media (max-width: 640px){
  .site-header{position:static}
  .header-inner{min-height:auto;padding:10px 0}
  .brand-logo{width:42px;height:42px}
  .brand-text small{display:none}
  .header-cta{display:none}
  .hero{
    min-height:auto;
  }
  .hero-bg{
    background:
      linear-gradient(180deg, rgba(16,35,59,.80) 0%, rgba(16,35,59,.60) 42%, rgba(255,255,255,.34) 100%),
      url("assets/hero-bg.jpg") 52% center / cover no-repeat;
  }
  .hero-bg::after{
    background:linear-gradient(180deg,rgba(16,35,59,.08) 0%,rgba(255,255,255,.16) 55%,#f6f9fc 100%);
  }
  .hero-inner{padding:34px 0 30px;gap:18px}
  .eyebrow{font-size:10px;letter-spacing:.1em;margin-bottom:10px}
  h1{font-size:34px;margin-bottom:10px}
  .lead{font-size:14px;margin-bottom:16px}
  .hero-actions{margin-bottom:14px}
  .btn{width:100%;min-height:46px;font-size:14px}
  .hero-metrics{
    grid-template-columns:repeat(3,1fr);
    gap:6px;
  }
  .hero-metrics div{padding:9px 7px;border-radius:13px}
  .hero-metrics strong{font-size:17px}
  .hero-metrics span{font-size:10px}
  .hero-panel{
    padding:16px;
    border-radius:22px;
  }
  .event-compact{
    grid-template-columns:1fr;
    gap:7px;
  }
  .event-compact div{padding:9px 10px;border-radius:13px}
  .event-compact strong{font-size:15px}
  .panel-note{font-size:12px;padding:10px}
  .ticker-track{padding:9px 0}
  .visual-wash{min-height:150px}
  .visual-wash h2{font-size:24px}
  .section{padding:42px 0}
  .section-compact{padding-top:38px}
  h2{font-size:26px;margin-bottom:10px}
  .section-copy p,
  .section-head p,
  .proof-head p,
  .recommend-section p,
  .form-side p,
  .cta-box p{font-size:14px}
  .photo-card img{aspect-ratio:16/9}
  .photo-caption{padding:13px 14px}
  .section-head{margin-bottom:12px}
  .slider-head{display:none}
  .program-slider{
    grid-auto-columns:82%;
    gap:12px;
    padding-bottom:10px;
  }
  .program-card{
    min-height:220px;
    padding:17px;
    border-radius:20px;
  }
  .program-card img{width:46px;height:46px;margin-bottom:8px}
  .program-card h3{font-size:17px}
  .program-card p{font-size:12.5px}
  .photo-gallery{gap:12px}
  .gallery-main,
  .gallery-sub{min-height:230px;border-radius:22px}
  .caption{
    left:12px;right:12px;bottom:12px;
    padding:10px 12px;border-radius:14px;
  }
  .caption strong{font-size:15px}
  .caption span{font-size:11px}
  .check-card,
  .entry-form,
  .cta-box{
    padding:18px;
    border-radius:22px;
  }
  .check-list li{font-size:14px;padding:10px 0 10px 32px}
  .checkbox-grid{grid-template-columns:1fr}
  .field{margin-bottom:13px}
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  select,
  textarea{padding:11px 12px}
  .footer-inner{
    flex-direction:column;
    align-items:flex-start;
  }
}
