.elementor-7372 .elementor-element.elementor-element-1c04af4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-7372 .elementor-element.elementor-element-e3f9b8e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-7372 .elementor-element.elementor-element-1af79ee{font-family:"Roboto", Sans-serif;font-weight:400;text-shadow:0px 0px 1px rgba(0,0,0,0.3);}.elementor-7372 .elementor-element.elementor-element-1af79ee p{margin-block-end:0px;}.elementor-7372 .elementor-element.elementor-element-e922554{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-7372 .elementor-element.elementor-element-1af79ee{font-size:12px;}}/* Start custom CSS for text-editor, class: .elementor-element-61446fc *//* =========================================
   ABOUT JUAN FERNANDO — FINAL PREMIUM
========================================= */

*{
  margin:0;
  padding:0;
  box-sizing:border-box;
}

html{
  scroll-behavior:smooth;
}

body{
  margin:0;
  background:#f5f5f7;
}

/* PAGE */
.jf-page{
  font-family:'Inter',sans-serif;
  background:linear-gradient(180deg,#fafafc 0%,#f5f5f7 100%);
  color:#111;
  overflow:hidden;
  position:relative;
  line-height:1.65;
}

/* background */
.hero-bg{
  position:fixed;
  inset:0;
  z-index:-1;
  background:
  radial-gradient(circle at 20% 20%, rgba(240,123,46,.05), transparent 25%),
  radial-gradient(circle at 80% 20%, rgba(240,123,46,.03), transparent 22%);
}

/* wrapper */
.wrapper{
  max-width:1280px;
  margin:auto;
  padding:60px 26px;
}

/* spacing */
section{
  margin-top:48px;
}

section:first-child{
  margin-top:0;
}

/* titles */
h1{
  font-size:64px;
  line-height:1.05;
  letter-spacing:-2px;
  margin-bottom:18px;
}

h1 span{
  background:linear-gradient(135deg,#d97745,#f3b58c);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
}

h2{
  font-size:38px;
  margin-bottom:22px;
  letter-spacing:-1px;
}

h3{
  font-size:24px;
  color:#666;
  margin-bottom:18px;
  font-weight:500;
}

/* eyebrow */
.eyebrow{
  color:#d97745;
  font-size:12px;
  letter-spacing:4px;
  font-weight:700;
  margin-bottom:14px;
}

/* hero */
.hero{
  display:grid;
  grid-template-columns:1fr 1.2fr;
  gap:70px;
  align-items:center;
  min-height:85vh;
}

/* photo */
.photo-box{
  background:rgba(255,255,255,.82);
  padding:14px;
  border-radius:32px;
  backdrop-filter:blur(18px);
  box-shadow:0 25px 60px rgba(0,0,0,.06);
  transition:.35s;
}

.photo-box:hover{
  transform:translateY(-6px);
}

.photo-box img{
  width:100%;
  max-width:420px;
  border-radius:24px;
}

/* badge */
.mini-badge{
  margin-top:18px;
  display:inline-block;
  padding:12px 22px;
  background:white;
  border-radius:999px;
  color:#d97745;
  font-size:14px;
  font-weight:600;
  box-shadow:0 8px 20px rgba(0,0,0,.05);
}

/* text */
.lead{
  font-size:20px;
  line-height:1.8;
  color:#666;
  max-width:650px;
}

/* button */
.btn-main{
  display:inline-block;
  margin-top:18px;
  padding:16px 30px;
  border-radius:14px;
  background:linear-gradient(135deg,#f3b58c,#d97745);
  color:white !important;
  text-decoration:none;
  font-weight:700;
  transition:.3s;
  box-shadow:0 12px 28px rgba(217,119,69,.22);
}

.btn-main:hover{
  transform:translateY(-4px);
}

/* glass */
.glass-section{
  padding:48px;
  border-radius:28px;
  background:rgba(255,255,255,.82);
  backdrop-filter:blur(16px);
  box-shadow:0 20px 50px rgba(0,0,0,.05);
}

/* stats */
.stats{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:22px;
}

.stat-card{
  background:white;
  padding:34px;
  text-align:center;
  border-radius:22px;
  box-shadow:0 10px 30px rgba(0,0,0,.05);
  transition:.3s;
}

.stat-card:hover{
  transform:translateY(-4px);
}

.stat-card h2{
  color:#d97745;
  margin-bottom:6px;
}

/* education */
.edu-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}

.edu-card{
  padding:32px;
  border-radius:22px;
  background:white;
  box-shadow:0 10px 30px rgba(0,0,0,.05);
  transition:.3s;
}

.edu-card:hover{
  transform:translateY(-4px);
}

.edu-card h3{
  color:#d97745;
}

/* timeline */
.timeline{
  border-left:2px solid rgba(217,119,69,.2);
  padding-left:34px;
  margin-top:30px;
}

.timeline-item{
  position:relative;
  margin-bottom:42px;
  padding-bottom:5px;
}

.timeline-item:last-child{
  margin-bottom:0;
}

.timeline-item:before{
  content:'';
  position:absolute;
  left:-42px;
  top:6px;
  width:16px;
  height:16px;
  border-radius:50%;
  background:#d97745;
  box-shadow:0 0 0 8px rgba(217,119,69,.08);
}

.timeline-item span{
  display:block;
  font-size:22px;
  font-weight:700;
  color:#d97745;
  margin-bottom:10px;
}

.timeline-item p{
  color:#666;
  font-size:17px;
  line-height:1.7;
}

/* skills */
.skills-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}

.skills-grid div{
  background:white;
  padding:22px;
  text-align:center;
  border-radius:18px;
  font-weight:600;
  box-shadow:0 8px 20px rgba(0,0,0,.04);
  transition:.3s;
}

.skills-grid div:hover{
  transform:translateY(-4px);
  background:#fff6f1;
  color:#d97745;
}

/* footer */
footer{
  text-align:center;
  margin-top:60px;
  padding:45px 0;
  border-top:1px solid rgba(0,0,0,.06);
  color:#777;
}

/* mobile */
@media(max-width:900px){

  .hero{
    grid-template-columns:1fr;
    text-align:center;
    gap:40px;
    min-height:auto;
  }

  h1{
    font-size:42px;
  }

  h2{
    font-size:30px;
  }

  .lead{
    font-size:17px;
    margin:auto;
  }

  .stats{
    grid-template-columns:1fr 1fr;
  }

  .edu-grid{
    grid-template-columns:1fr;
  }

  .skills-grid{
    grid-template-columns:1fr 1fr;
  }

  .glass-section{
    padding:34px 24px;
  }

  .timeline{
    padding-left:24px;
  }

  .timeline-item:before{
    left:-32px;
  }

}

@media(max-width:480px){

  .wrapper{
    padding:35px 16px;
  }

  h1{
    font-size:34px;
  }

  h2{
    font-size:26px;
  }

  .stats,
  .skills-grid{
    grid-template-columns:1fr;
  }

  .btn-main{
    width:100%;
    text-align:center;
  }

}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-657734f *//* =========================================================
   BACK TO TOP BUTTON - PREMIUM APPLE STYLE
   Used in: Laptop review / affiliate pages
   HTML required:

   <div class="back-to-top-wrapper">
      <a class="back-to-top-btn" href="#top">
         Back to Top — Compare All Student Laptops
      </a>
   </div>

   Features:
   ✔ Apple-style glassmorphism
   ✔ Smooth lift animation
   ✔ Premium shimmer effect
   ✔ Animated arrow
   ✔ Fully responsive
========================================================= */


/* =========================
   BUTTON WRAPPER
========================= */
.back-to-top-wrapper{
  display:flex;
  justify-content:center;
  align-items:center;
  margin:60px 0 30px;
}


/* =========================
   MAIN BUTTON
========================= */
.back-to-top-wrapper .back-to-top-btn{
  position:relative;
  overflow:hidden;

  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;

  min-width:300px;
  padding:16px 34px;

  font-size:16px;
  font-weight:600;
  letter-spacing:-0.2px;
  line-height:1.3;
  text-align:center;
  text-decoration:none;

  color:#111;

  background:linear-gradient(
    180deg,
    rgba(255,255,255,0.98) 0%,
    rgba(245,245,247,0.96) 100%
  );

  border:1px solid rgba(210,210,215,0.95);
  border-radius:999px;

  backdrop-filter:blur(20px);
  -webkit-backdrop-filter:blur(20px);

  box-shadow:
    0 6px 18px rgba(0,0,0,0.08),
    0 1px 3px rgba(0,0,0,0.06),
    inset 0 1px 0 rgba(255,255,255,0.95);

  transition:all .35s cubic-bezier(.4,0,.2,1);
}


/* =========================
   ARROW ICON
========================= */
.back-to-top-wrapper .back-to-top-btn::before{
  content:"↑";
  font-size:18px;
  font-weight:700;
  color:#0071e3;
  transition:all .35s ease;
}


/* =========================
   SHIMMER EFFECT
========================= */
.back-to-top-wrapper .back-to-top-btn::after{
  content:"";
  position:absolute;
  top:0;
  left:-120%;

  width:60%;
  height:100%;

  background:linear-gradient(
    120deg,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,0.45) 50%,
    rgba(255,255,255,0) 100%
  );

  transform:skewX(-20deg);
  transition:left .9s ease;
  pointer-events:none;
}


/* =========================
   HOVER EFFECT
========================= */
.back-to-top-wrapper .back-to-top-btn:hover{
  transform:translateY(-4px) scale(1.02);
  filter:brightness(1.02);

  background:linear-gradient(
    180deg,
    rgba(255,255,255,1) 0%,
    rgba(240,240,242,1) 100%
  );

  border-color:rgba(180,180,185,1);

  box-shadow:
    0 14px 34px rgba(0,0,0,0.14),
    0 4px 10px rgba(0,0,0,0.08),
    inset 0 1px 0 rgba(255,255,255,1);
}


/* arrow hover */
.back-to-top-wrapper .back-to-top-btn:hover::before{
  transform:translateY(-4px) scale(1.12);
  color:#005fcc;
}


/* shimmer run */
.back-to-top-wrapper .back-to-top-btn:hover::after{
  left:140%;
}


/* =========================
   CLICK EFFECT
========================= */
.back-to-top-wrapper .back-to-top-btn:active{
  transform:translateY(-1px) scale(.985);
  transition:.12s;
}


/* =========================
   TABLET
========================= */
@media (max-width:1024px){

  .back-to-top-wrapper{
    margin:50px 20px 25px;
  }

  .back-to-top-wrapper .back-to-top-btn{
    width:80%;
    max-width:420px;
    min-width:auto;

    padding:15px 24px;
    font-size:15px;
  }
}


/* =========================
   MOBILE
========================= */
@media (max-width:768px){

  .back-to-top-wrapper{
    margin:40px 16px 20px;
  }

  .back-to-top-wrapper .back-to-top-btn{
    width:100%;
    max-width:100%;

    padding:14px 20px;

    font-size:14px;
    min-height:56px;

    border-radius:18px;
    gap:8px;

    white-space:normal;
    text-align:center;
  }

  .back-to-top-wrapper .back-to-top-btn::before{
    font-size:16px;
  }
}


/* =========================
   SMALL PHONES
========================= */
@media (max-width:480px){

  .back-to-top-wrapper .back-to-top-btn{
    padding:13px 18px;
    font-size:13.5px;
    min-height:52px;
  }
}/* End custom CSS */