/* =========================
  style.css (FULL)
========================= */
:root{
  --blue:#2b87d9;
  --ink:#0b1220;
  --text:#334155;
  --muted:#64748b;
  --line:rgba(13,31,62,.12);
  --soft:#f6f9ff;
  --shadow:0 18px 55px rgba(13,31,62,.12);
  --shadow2:0 22px 60px rgba(0,0,0,.14);
  --radius:18px;
}

*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  font-family:Inter, Arial, sans-serif;
  color:var(--text);
  background:#fff;
  line-height:1.7;
}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
.container{width:min(1200px,92%);margin:0 auto}

/* TOP ATTENTION BAR */
.top-attn{
  position:sticky;top:0;z-index:9999;
  height:38px;
  background:var(--blue);
  color:#fff;
  display:flex;align-items:center;justify-content:center;
}
.top-attn-inner{
  display:flex;align-items:center;gap:10px;
  font-weight:700;font-size:13px;
}
.attn-emoji{filter:drop-shadow(0 4px 8px rgba(0,0,0,.2))}

/* HERO */
.hero{
  padding:68px 0 40px;
  background:#fff;
}
.hero-inner{display:flex;flex-direction:column;align-items:center;text-align:center}
.hero-title{
  font-size:32px;
  font-weight:900;
  line-height:1.06;
  color:var(--ink);
  letter-spacing:-.5px;
}
.hero-title .blue{color:var(--blue)}
.hero-sub{
  margin-top:18px;
  width:min(760px,92%);
  color:var(--muted);
  font-size:16px;
}
.video-wrap{
  margin-top:34px;
  width:min(820px,92%);
  height:420px;
  border-radius:14px;
  background:#0b0b0b;
  position:relative;
  box-shadow:var(--shadow);
  overflow:hidden;
}
.video-wrap iframe{
  width:100%;height:100%;border:0;display:block;
}
.video-play{
  position:absolute;inset:0;
  display:grid;place-items:center;
  background:transparent;border:none;cursor:pointer;
}
.play-circle{
  width:82px;height:82px;border-radius:999px;
  display:grid;place-items:center;
  background:rgba(43,135,217,.95);
  color:#fff;font-size:32px;font-weight:900;
  box-shadow:0 18px 40px rgba(0,0,0,.28);
}
/* VIDEO SECTION */
.video-wrap{
  max-width: 700px;
  margin: 32px auto 0;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,.25);
  background:#000;
}

.video-wrap video{
  width: 100%;
  height: 450px;
  display: block;
  border-radius: 18px;
}
/* JOIN SECTION */
.join-section{
  padding:54px 0;
  background:#fff;
}
.join-card{
  width:min(1080px,92%);
  margin:0 auto;
  border:1px solid rgba(13,31,62,.10);
  border-radius:14px;
  background:linear-gradient(180deg,#f8fbff 0%, #ffffff 55%);
  box-shadow:0 18px 60px rgba(13,31,62,.08);
  padding:28px 22px 24px;
  position:relative;
}
.count-center{text-align:center}
.count-title{
  font-size:13px;
  color:var(--muted);
  margin-bottom:12px;
}
.count-grid{
  display:flex;gap:22px;justify-content:center;flex-wrap:wrap;
}
.count-box{min-width:56px}
.count-box .num{
  font-weight:900;
  color:var(--ink);
  font-size:22px;
}
.count-box .lbl{
  font-size:11px;
  color:var(--muted);
  margin-top:2px;
}
.info-row{
  margin:18px auto 0;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  flex-wrap:wrap;
  color:var(--text);
}
.info-item{display:flex;align-items:center;gap:10px}
.ico{width:18px;height:18px;fill:var(--ink);opacity:.9}
.ico.red{fill:#e11d48}
.ico.yellow{fill:#f59e0b}
.sep{color:#94a3b8}
.strong{font-weight:900;color:var(--ink)}
.soft{color:var(--muted);font-weight:600}

.btn-glow{
  width:min(820px,92%);
  height:42px;
  margin:18px auto -20px;
  background:radial-gradient(circle, rgba(43,135,217,.28) 0%, rgba(43,135,217,0) 70%);
  filter:blur(10px);

}
.join-btn{
  width:min(520px,92%);
  margin:0 auto;
  margin-top: 20px;
  display:flex;justify-content:center;align-items:center;
  height:66px;
  border-radius:8px;
  background:#17a2e6;
  color:#fff;
  font-weight:900;
  letter-spacing:.4px;
  box-shadow:0 20px 55px rgba(23,162,230,.35);
  transition:.2s ease;
}
.join-btn:hover{transform:translateY(-1px)}
.note{
  margin-top:16px;
  display:flex;justify-content:center;align-items:center;
  gap:8px;
  color:var(--muted);
  font-size:13px;
}
.badges{
  margin-top:18px;
  display:flex;
  justify-content:center;
  gap:12px;
  flex-wrap:wrap;
}
.badges img{height:34px;width:auto;opacity:.95}

/* RESULTS SECTION */
.results{
  padding:70px 0;
  background:#fff;
}

.results-title{
  text-align:center;
  font-size:32px;
  font-weight:900;
  color:var(--ink);
  
}

.hash{color:var(--blue);font-weight:900}

.results-sub{
  margin-top:10px;
  text-align:center;
  color:var(--muted);
}

/* SLIDER WRAP */
.slider-wrap{
  margin-top:40px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  width:100%;
  overflow:hidden;
}

/* NAV BUTTONS */
.nav{
  width:46px;height:46px;
  border-radius:999px;
  border:1px solid rgba(13,31,62,.12);
  background:#fff;
  box-shadow:0 10px 24px rgba(13,31,62,.10);
  font-size:28px;
  cursor:pointer;
  display:grid;
  place-items:center;
  flex:0 0 auto;
}

/* SLIDER */
.slider{
  width:min(1050px,92%);
  overflow:hidden;
  
  
}

/* TRACK */
.slider-track{
  display:flex;
  transition:transform .45s ease;
}

/* SLIDE */
.slide{
  flex:0 0 100%;
  padding:20px;
  display:grid;
  place-items:center;
  gap:18px;
}

/* QUOTE */
.quote{
  text-align:center;
  font-style:italic;
  color:var(--muted);
  font-size:14px;
}

.quote span{
  display:block;
  margin-top:6px;
  color:var(--ink);
  font-weight:800;
  font-style:normal;
}

/* IMAGE */
.shot{
  width:min(1350px,92%);
  border-radius:14px;
  border:2px solid rgba(11,18,32,.65);
  overflow:hidden;
  background:#fff;
}

.shot img{
  width:1350px;
  height:250px;
  display:flex;
  
}

/* DOTS */
.dots{
  margin-top:18px;
  display:flex;
  justify-content:center;
  gap:10px;
}

.dot{
  width:9px;height:9px;
  border-radius:999px;
  background:#cbd5e1;
  cursor:pointer;
}

.dot.active{background:var(--blue)}

.proven{
  margin-top:18px;
  text-align:center;
  letter-spacing:2px;
  font-size:12px;
  color:var(--muted);
}

/* MOBILE */
@media(max-width:768px){
  .results-title{font-size:28px}
  .nav{width:40px;height:40px;font-size:24px}
  .shot{width:min(330px,96%)}
}


/* WHO SECTION */
.who{padding:70px 0;background:#fff}
.who-top{
  text-align:center;
  letter-spacing:2px;
  font-size:12px;
  color:var(--muted);
  margin-bottom:12px;
  
}
.who-marquee{
  overflow:hidden;
  width:min(1060px,92%);
  margin:0 auto 34px;
}
.who-track{
  display:inline-flex;
  gap:18px;
  align-items:center;
  white-space:nowrap;
  animation:marquee 16s linear infinite;
  font-size:36px;
  font-weight:900;
  color:var(--ink);
}
.who-track .diamond{opacity:.7}
@keyframes marquee{
  from{transform:translateX(0)}
  to{transform:translateX(-50%)}
}
.who-grid{
  display:grid;
  grid-template-columns: 1fr 1.2fr;
  gap:60px;
  align-items:start;
}
.founder-wrap{position:relative;display:flex;justify-content:center}
.tag{
  position:absolute;
  padding:10px 12px;
  background:#fff;
  border:1px solid rgba(13,31,62,.12);
  border-radius:10px;
  box-shadow:0 18px 40px rgba(13,31,62,.12);
  font-weight:700;
  font-size:12px;
}
.tag.insta{left:18px;top:90px}
.tag.meta{right:18px;top:140px;text-align:center}
.tag.meta small{display:block;font-size:10px;color:var(--muted);font-weight:700;margin-top:2px}
.founder-circle{
  width:360px;height:360px;border-radius:999px;
  background:rgba(43,135,217,.10);
  display:grid;place-items:center;
}
.founder-img{width:290px;height:auto;filter:drop-shadow(0 18px 20px rgba(0,0,0,.15))}
.founder-card{
  position:absolute;
  bottom:-18px;
  width:320px;
  background:#fff;
  border:1px solid rgba(13,31,62,.12);
  border-radius:10px;
  box-shadow:0 18px 40px rgba(13,31,62,.10);
  text-align:center;
  padding:10px 12px;
}
.f-name{font-weight:900;color:var(--ink)}
.f-role{font-size:12px;color:var(--muted);margin-top:4px}

.who-title{
  margin:0;
  font-size:34px;
  font-weight:900;
  line-height:1.05;
  color:var(--ink);
}
.who-list{margin-top:18px;display:flex;flex-direction:column;gap:16px}
.who-item{display:flex;gap:12px;align-items:flex-start}
.who-ico{
  width:28px;height:28px;border-radius:999px;
  background:#111;
  color:#fff;
  display:grid;place-items:center;
  flex:0 0 28px;
  margin-top:3px;
}
.who-item p{margin:0;color:var(--text);font-size:15px;line-height:1.75}
.who-item strong{color:var(--ink);font-weight:900}
.who-quote{
  margin:70px auto 0;
  text-align:center;
  font-style:italic;
  font-weight:700;
  font-size:22px;
  color:var(--ink);
  width:min(1000px, 92%);
}

/* LEARN SECTION */
.learn{
  padding:0;
  background:#7fb6d9;
}
.learn-grid{
  padding:74px 0 42px;
  display:grid;
  grid-template-columns: 1fr 1.25fr;
  gap:70px;
  align-items:start;
}
.learn-person{position:relative;display:flex;flex-direction:column;align-items:center}
.learn-circle{
  width:360px;height:360px;border-radius:999px;
  background:rgba(150,150,150,.35);
  display:grid;place-items:center;
}
.learn-img{width:790px;height:auto;filter:drop-shadow(0 18px 20px rgba(0,0,0,.15))}
.learn-chat{
  position:absolute;
  right:-10px;
  top:110px;
  width:150px;
  background:#243447;
  color:#fff;
  border-radius:10px;
  padding:12px 12px;
  box-shadow:0 18px 40px rgba(0,0,0,.18);
  font-size:8px;
}
.chat-title{display:flex;gap:8px;align-items:center;margin-bottom:6px}
.learn-chat p{margin:0;color:rgba(255,255,255,.88);line-height:1.45}
.learn-label{
  margin-top:-8px;
  background:#fff;
  border:1px solid rgba(13,31,62,.12);
  border-radius:10px;
  padding:12px 14px;
  text-align:center;
  font-weight:900;
  color:var(--ink);
  width:300px;
  box-shadow:0 16px 34px rgba(13,31,62,.10);
}
.learn-title{
  margin:0;
  font-size:36px;
  font-weight:900;
  line-height:1.02;
  color:var(--ink);
}
.learn-list{
  margin-top:22px;
  border-top:1px dashed rgba(11,18,32,.35);
}
.learn-item{
  display:flex;
  gap:12px;
  align-items:flex-start;
  padding:18px 0;
  border-bottom:1px dashed rgba(11,18,32,.35);
}
.learn-item.no-line{border-bottom:none}
.tick{
  width:22px;height:22px;border-radius:999px;
  border:2px solid #111;
  display:grid;place-items:center;
  font-weight:900;
  flex:0 0 22px;
  margin-top:3px;
}
.learn-item p{margin:0;color:var(--ink);font-size:15px;line-height:1.7}
.learn-quote{
  padding:26px 0 56px;
  text-align:center;
  font-style:italic;
  font-weight:800;
  font-size:22px;
  color:var(--ink);
  width:min(1000px, 92%);
  margin:0 auto;
}

/* PAIN (RADIO) */
.pain{padding:80px 0 70px;background:#fff}
.pain-grid{
  display:grid;
  grid-template-columns: 1fr 1.25fr;
  gap:70px;
  align-items:start;
}
.pain-person{display:flex;flex-direction:column;align-items:center}
.pain-circle{
  width:360px;height:360px;border-radius:999px;
  background:rgba(214,112,160,.22);
  display:grid;place-items:center;
}
.pain-img{width:300px;height:auto;filter:drop-shadow(0 18px 20px rgba(0,0,0,.15))}
.pain-card{
  width:340px;
  margin-top:-26px;
  background:#fff;
  border:1px solid rgba(13,31,62,.12);
  border-radius:10px;
  box-shadow:0 18px 40px rgba(13,31,62,.12);
  overflow:hidden;
}
.pain-card-head{
  border-bottom:1px solid rgba(13,31,62,.10);
  padding:12px 14px;
  display:flex;gap:10px;align-items:center;
}
.pain-card-head strong{color:#d11c6b;letter-spacing:.5px}
.pain-card p{margin:0;padding:12px 14px 14px;color:var(--muted);font-size:13px;line-height:1.55}

.pain-title{margin:0;font-size:32px;font-weight:900;line-height:1.05;color:var(--ink)}
.pain-list{margin-top:26px;display:flex;flex-direction:column;gap:22px;max-width:720px}
.pain-item{
  display:flex;gap:14px;align-items:flex-start;
  cursor:pointer;user-select:none;
  line-height:1.75;color:var(--text);font-size:15px;
}
.pain-item strong{color:var(--ink);font-weight:900}
.pain-item input{position:absolute;opacity:0;pointer-events:none}
.radio{
  width:16px;height:16px;border-radius:999px;
  border:2px solid #94a3b8;
  margin-top:6px;flex:0 0 16px;position:relative;
}
.pain-item input:checked + .radio{border-color:var(--blue)}
.pain-item input:checked + .radio::after{
  content:"";
  position:absolute;inset:3px;background:var(--blue);border-radius:999px;
}
.pain-quote{
  margin:70px auto 0;
  text-align:center;
  font-style:italic;
  font-weight:700;
  font-size:22px;
  color:var(--ink);
  width:min(1000px, 92%);
}

/* MOTTO / FOUNDER STORY */
.motto{
  background:#7fb6d9;
  padding:70px 0 80px;
}
.motto-top{
  text-align:center;margin:0;
  font-size:12px;letter-spacing:2px;
  color:rgba(11,18,32,.65);
}
.motto-title{
  text-align:center;
  margin:10px 0 36px;
  font-size:32px;
  font-weight:900;
  color:var(--ink);
}
.motto-card{
  width:min(1120px, 96%);
  margin:0 auto;
  background:#fff;
  border-radius:18px;
  box-shadow:var(--shadow2);
  padding:34px;
  display:grid;
  grid-template-columns: 1fr 1.15fr;
  gap:34px;
  align-items:start;
}
.motto-imgWrap{
  background:#f7f9fc;border-radius:14px;padding:14px;
  display:flex;justify-content:center;align-items:center;
}
.motto-img{width:100%;border-radius:14px;object-fit:cover}
.motto-content .mini{
  margin:0 0 6px;
  font-size:11px;
  letter-spacing:2px;
  color:#7c8aa0;
  font-weight:800;
}
.motto-head{margin:0 0 14px;font-size:28px;font-weight:900;color:var(--ink)}
.motto-content p{margin:0 0 14px;color:var(--text);font-size:14.8px;line-height:1.85}
.motto-content strong{color:var(--ink);font-weight:900}
.motto-content em{font-style:italic}

/* OVERVIEW */
.overview{padding:80px 0 70px;background:#fff}
.overview-grid{
  display:grid;
  grid-template-columns: 1fr 1.25fr;
  gap:70px;
  align-items:start;
}
.ov-person{position:relative;min-height:520px;display:flex;justify-content:center;align-items:center;flex-direction:column}
.ov-circle{
  position:absolute;width:360px;height:360px;border-radius:999px;
  background:rgba(212,201,140,.45);
  top:78px;left:50%;transform:translateX(-50%);
  z-index:0;
}
.ov-img{position:relative;z-index:2;width:300px;height:auto;filter:drop-shadow(0 18px 20px rgba(0,0,0,.15))}
.ov-call{
  position:absolute;left:36px;top:96px;
  width:190px;height:230px;
  background:#3f3f3f;border-radius:14px;color:#fff;
  padding:14px 14px 12px;z-index:3;
  box-shadow:0 16px 34px rgba(0,0,0,.22);
}
.ov-call-top{font-weight:900;letter-spacing:1px;font-size:14px}
.ov-call-mid{opacity:.75;font-size:11px;margin-top:2px}
.ov-call-icons{display:flex;justify-content:space-between;margin-top:70px;opacity:.9}
.ov-i{display:flex;flex-direction:column;align-items:center;gap:6px;font-size:18px}
.ov-i small{font-size:10px;opacity:.85}
.ov-slide{
  margin-top:18px;background:#2f2f2f;border-radius:999px;
  padding:10px 12px;display:flex;align-items:center;gap:8px;
}
.ov-slide .phone{
  width:28px;height:28px;border-radius:999px;
  display:grid;place-items:center;background:#fff;color:#111;font-size:14px;
}
.slide-text{font-size:11px;opacity:.85}
.ov-note{
  position:absolute;top:120px;right:24px;
  font-size:13px;color:var(--text);line-height:1.35;
  z-index:4;text-align:left;
}
.ov-note span{display:block;font-weight:800;margin-top:4px}
.ov-card{
  position:relative;z-index:4;margin-top:-12px;
  background:#fff;border:1px solid rgba(13,31,62,.12);
  border-radius:10px;width:320px;text-align:center;
  padding:12px 14px;box-shadow:0 16px 34px rgba(13,31,62,.10);
}
.ov-name{font-size:18px;font-weight:900;color:var(--ink)}
.ov-role,.ov-role2{font-size:12px;color:var(--muted);margin-top:4px}
.ov-role2{margin-top:2px}
.ov-title{
  margin:0;
  font-size:32px;
  font-weight:900;
  line-height:1.05;
  color:var(--ink);
}
.ov-list{margin-top:26px;display:flex;flex-direction:column;gap:16px;max-width:720px}
.ov-item{
  display:flex;gap:14px;align-items:flex-start;
  padding:18px 18px;
  border:1px solid rgba(13,31,62,.10);
  border-radius:12px;background:#fff;
}
.ov-tick{
  width:24px;height:24px;border-radius:999px;
  border:2px solid var(--blue);
  color:var(--blue);
  display:grid;place-items:center;
  font-weight:900;font-size:14px;
  flex:0 0 24px;margin-top:2px;
}
.ov-item p{margin:0;color:var(--text);font-size:15px;line-height:1.65}
.ov-quote{
  margin:70px auto 0;text-align:center;
  font-style:italic;font-weight:700;font-size:22px;
  color:var(--ink);width:min(1000px, 92%);line-height:1.6;
}

/* FOOTER */
.site-footer{
  background:#fff;
  padding:44px 0 26px;
  border-top:1px solid rgba(13,31,62,.08);
}
.footer-inner{text-align:center}
.footer-copy{font-size:12px;color:var(--text);font-weight:600}
.footer-sub{font-size:12px;color:var(--muted);margin-top:4px}
.footer-text{
  margin:22px auto 0;
  width:min(860px, 92%);
  color:#6b7788;
  font-size:11.5px;
  line-height:1.9;
}
.footer-text p{margin:14px 0}
.footer-line{
  margin:26px auto 16px;
  width:min(980px, 92%);
  border:none;border-top:1px solid rgba(13,31,62,.10);
}
.footer-links{
  display:flex;justify-content:center;align-items:center;flex-wrap:wrap;
  gap:10px;font-size:12px;
}
.footer-links a{color:var(--ink);font-weight:600}
.footer-links a:hover{text-decoration:underline}
.footer-links .sep{color:#94a3b8}

/* back to top */
.back-top{
  position:fixed;right:22px;bottom:22px;
  width:44px;height:44px;border-radius:999px;
  border:1px solid rgba(13,31,62,.12);
  background:#fff;
  box-shadow:0 18px 40px rgba(13,31,62,.12);
  cursor:pointer;
  font-size:18px;font-weight:900;color:var(--ink);
  opacity:0;pointer-events:none;
  transform:translateY(10px);
  transition:.25s ease;
  z-index:9999;
}
.back-top.show{opacity:1;pointer-events:auto;transform:translateY(0)}

/* RESPONSIVE */
@media (max-width: 980px){
  .hero-title{font-size:40px}
  .video-wrap{height:320px}

  .who-grid{grid-template-columns:1fr;gap:40px}
  .who-title{font-size:40px;text-align:center}
  .who-right{display:flex;flex-direction:column;align-items:center}
  .who-list{max-width:720px}

  .learn-grid{grid-template-columns:1fr;gap:34px}
  .learn-title{font-size:40px;text-align:center}
  .learn-right{display:flex;flex-direction:column;align-items:center}
  .learn-list{width:min(720px,92%)}

  .pain-grid{grid-template-columns:1fr;gap:34px}
  .pain-title{font-size:40px;text-align:center}
  .pain-right{display:flex;flex-direction:column;align-items:center}

  .motto-title{font-size:38px}
  .motto-card{grid-template-columns:1fr;padding:22px}

  .overview-grid{grid-template-columns:1fr;gap:34px}
  .ov-title{font-size:40px;text-align:center}
  .ov-right{display:flex;flex-direction:column;align-items:center}
  .ov-call{left:10px}
  .ov-note{right:10px}
}

@media (max-width: 520px){
  .hero-title{font-size:32px}
  .video-wrap{height:240px}

  .who-track{font-size:30px}
  .founder-circle{width:300px;height:300px}
  .founder-img{width:250px}
  .tag.insta{left:8px}
  .tag.meta{right:8px}

  .learn-circle{width:300px;height:300px}
  .learn-img{width:250px}
  .learn-chat{position:static;margin-top:12px;width:min(320px,92%)}

  .pain-title{font-size:32px}
  .pain-circle{width:300px;height:300px}
  .pain-img{width:255px}
  .pain-card{width:min(340px,92%)}

  .motto-title{font-size:30px}
  .motto-head{font-size:24px}

  .ov-title{font-size:32px}
  .ov-call{position:static;margin-bottom:14px;width:min(300px,92%);height:auto}
  .ov-note{position:static;margin:10px 0 0;text-align:center}
  .ov-quote{font-size:18px}

  .who-quote,.learn-quote,.pain-quote{font-size:18px}
}

/* ===============================
   GLOBAL STYLES
=================================*/

body {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  background-color: #eeecec;
  color: #f1f1f1;
  line-height: 1.7;
}

.container {
  width: 90%;
  max-width: 900px;
  margin: auto;
}

.section {
  padding: 80px 20px;
}

.dark {
  background: #f6f9ff;
}

/* ===============================
   HEADINGS
=================================*/

h1 {
  font-size: 36px;
  margin-bottom: 30px;
  text-align: center;
  color: #33b0e2;
}

h2 {
  font-size: 22px;
  margin-top: 40px;
  margin-bottom: 15px;
  color: #1456e4;
}

/* ===============================
   TEXT
=================================*/

p {
  font-size: 16px;
  margin-bottom: 15px;
  color: #0c0909;
}

ul {
  padding-left: 20px;
}

ul li {
  margin-bottom: 10px;
  color: #0c0909;
}

/* ===============================
   HR LINE
=================================*/

hr {
  border: none;
  border-top: 1px solid #0e0a0a;
  margin: 30px 0;
}

/* ===============================
   BUTTON
=================================*/

.primary-btn {
  display: inline-block;
  margin-top: 30px;
  padding: 12px 30px;
  background: #2b87d9;
  color: #e7e5e5;
  text-decoration: none;
  font-weight: 600;
  border-radius: 8px;
  transition: 0.3s ease;
}

.primary-btn:hover {
  background: #2b87d9;
  transform: translateY(-2px);
}

/* ===============================
   FOOTER LINKS
=================================*/

.footer {
  background: #0a0a0a;
  padding: 20px;
  text-align: center;
  font-size: 14px;
}

.footer a {
  color: #ff9800;
  text-decoration: none;
  margin: 0 10px;
}

.footer a:hover {
  text-decoration: underline;
}

/* ===============================
   RESPONSIVE
=================================*/

@media (max-width: 768px) {

  h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 18px;
  }

  .section {
    padding: 50px 15px;
  }

}
