:root {
    --giu-navy:#071653;
    --giu-navy2:#132d78;
    --giu-gold:#e3a13a;
    --giu-blue:#28a9df;
    --giu-text:#27304f;
    --giu-muted:#59657c;
    --giu-soft:#f5f1eb
}
* {
    box-sizing:border-box
}
html {
    scroll-behavior:smooth
}
body {
    margin:0;
    color:var(--giu-text);
    font-family:"Poppins",sans-serif;
    background:#f7f8fb
}
.giu-page-hero {
    position:relative;
    isolation:isolate;
    overflow:hidden;
    padding:78px 20px 112px;
    color:#fff;
    background:linear-gradient(125deg,var(--giu-navy) 0%,var(--giu-navy2) 64%,#14569a 100%)
}
.giu-page-hero:before,.giu-page-hero:after {
    content:"";
    position:absolute;
    z-index:-1;
    border-radius:50%
}
.giu-page-hero:before {
    width:520px;
    height:520px;
    right:-130px;
    top:-290px;
    background:rgba(227,161,58,.22);
    box-shadow:0 0 0 58px rgba(227,161,58,.055)
}
.giu-page-hero:after {
    width:300px;
    height:300px;
    left:-170px;
    bottom:-190px;
    background:rgba(40,169,223,.18)
}
.giu-container {
    width:min(1120px,100%);
    margin:auto
}
.giu-kicker {
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:11px 16px;
    border:1px solid rgba(255,255,255,.16);
    border-radius:999px;
    color:var(--giu-gold);
    background:rgba(255,255,255,.07);
    font-size:.78rem;
    font-weight:800;
    letter-spacing:.14em;
    text-transform:uppercase
}
.giu-page-hero h1 {
    max-width:930px;
    margin:24px 0 18px;
    font-size:clamp(2.65rem,5vw,5rem);
    font-weight:800;
    letter-spacing:-.055em;
    line-height:1.02;
    text-wrap:balance
}
.giu-page-hero p {
    max-width:840px;
    margin:0;
    color:rgba(255,255,255,.82);
    font-size:clamp(1rem,1.5vw,1.14rem);
    line-height:1.85
}
.giu-journey {
    position:relative;
    z-index:5;
    width:min(1120px,calc(100% - 30px));
    margin:-42px auto 0;
    padding:16px 18px;
    border:1px solid rgba(7,22,83,.08);
    border-radius:22px;
    background:rgba(255,255,255,.97);
    box-shadow:0 18px 45px rgba(7,22,83,.16)
}
.giu-journey__label {
    display:block;
    margin:0 0 11px;
    color:#7a8498;
    font-size:.68rem;
    font-weight:800;
    letter-spacing:.13em;
    text-align:center;
    text-transform:uppercase
}
.giu-steps {
    display:grid;
    grid-template-columns:repeat(6,1fr);
    gap:7px
}
.giu-step {
    position:relative;
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:5px;
    padding:8px 4px;
    border-radius:12px;
    color:#7a8498;
    font-size:.66rem;
    font-weight:700;
    text-align:center;
    text-decoration:none;
    transition:.25s
}
.giu-step span {
    display:grid;
    place-items:center;
    width:28px;
    height:28px;
    border:2px solid #dce1eb;
    border-radius:50%;
    background:#fff
}
.giu-step:not(:last-child):after {
    content:"";
    position:absolute;
    left:calc(50% + 19px);
    top:21px;
    width:calc(100% - 31px);
    height:2px;
    background:#e7eaf0
}
.giu-step.active {
    color:var(--giu-navy);
    background:#fff8ec
}
.giu-step.active span {
    border-color:var(--giu-gold);
    color:var(--giu-navy);
    background:var(--giu-gold);
    box-shadow:0 5px 12px rgba(227,161,58,.3)
}
.giu-step:hover {
    color:var(--giu-navy);
    background:#f7f8fc
}
.giu-content {
    position:relative;
    padding:56px 20px 88px;
    background:linear-gradient(180deg,#f7f8fb 0%,#fff 70%)
}
.giu-content h2 {
    position:relative;
    margin:0 0 24px;
    padding-left:18px;
    color:var(--giu-navy);
    font-size:clamp(1.8rem,3vw,2.7rem);
    font-weight:800;
    letter-spacing:-.04em
}
.giu-content h2:before {
    content:"";
    position:absolute;
    left:0;
    top:7%;
    width:6px;
    height:86%;
    border-radius:8px;
    background:linear-gradient(var(--giu-gold),var(--giu-blue))
}
.giu-content p {
    margin:0 0 20px;
    color:var(--giu-muted);
    font-size:1.06rem;
    line-height:1.85
}
.giu-panel {
    position:relative;
    overflow:hidden;
    padding:38px 40px;
    border:1px solid rgba(7,22,83,.08);
    border-radius:28px;
    background:linear-gradient(145deg,#fff 20%,var(--giu-soft));
    box-shadow:0 20px 48px rgba(7,22,83,.1)
}
.giu-panel:after {
    content:"GIU";
    position:absolute;
    right:-15px;
    bottom:-38px;
    color:rgba(7,22,83,.035);
    font-size:8rem;
    font-weight:800;
    line-height:1
}
.giu-panel>* {
    position:relative;
    z-index:1
}
.giu-grid {
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:15px;
    margin-top:28px
}
.giu-item {
    display:flex;
    align-items:center;
    gap:14px;
    min-height:70px;
    padding:16px 18px;
    border:1px solid rgba(7,22,83,.06);
    border-radius:17px;
    color:var(--giu-navy);
    background:#fff;
    box-shadow:0 9px 24px rgba(7,22,83,.07);
    font-weight:700;
    transition:.25s
}
.giu-item:hover {
    transform:translateY(-4px);
    border-color:rgba(227,161,58,.45);
    box-shadow:0 14px 30px rgba(7,22,83,.12)
}
.giu-item i {
    display:grid;
    place-items:center;
    width:42px;
    height:42px;
    flex:0 0 42px;
    border-radius:12px;
    color:#fff;
    background:linear-gradient(145deg,var(--giu-navy),var(--giu-navy2));
    font-size:1.15rem
}
.giu-item:nth-child(even) i {
    background:linear-gradient(145deg,#c98521,var(--giu-gold))
}
.giu-nav {
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:15px;
    margin-top:30px
}
.giu-link {
    display:flex;
    align-items:center;
    gap:12px;
    min-height:62px;
    padding:14px 20px;
    border:1px solid rgba(7,22,83,.1);
    border-radius:17px;
    color:var(--giu-navy);
    background:#fff;
    box-shadow:0 9px 24px rgba(7,22,83,.07);
    font-weight:800;
    text-decoration:none;
    transition:.25s
}
.giu-link:last-child {
    justify-content:flex-end;
    text-align:right
}
.giu-link--primary {
    border-color:var(--giu-gold);
    background:linear-gradient(135deg,#f3ca7e,var(--giu-gold))
}
.giu-link:hover {
    color:var(--giu-navy);
    transform:translateY(-3px);
    box-shadow:0 14px 30px rgba(7,22,83,.12)
}
@media(max-width:760px) {
    .giu-page-hero {
      padding:56px 15px 88px
  }
  .giu-journey {
      margin-top:-30px;
      padding:13px 10px
  }
  .giu-steps {
      display:flex;
      overflow-x:auto;
      scroll-snap-type:x mandatory
  }
  .giu-step {
      flex:0 0 78px;
      scroll-snap-align:start
  }
  .giu-step:not(:last-child):after {
      display:none
  }
  .giu-content {
      padding:44px 15px 64px
  }
  .giu-panel {
      padding:26px 21px;
      border-radius:22px
  }
  .giu-grid,.giu-nav {
      grid-template-columns:1fr
  }
  .giu-link:last-child {
      justify-content:center;
      text-align:center
  }
  .giu-link {
      justify-content:center
  }
  .giu-panel:after {
      font-size:5rem
  }
}
