
:root{
  --ltu-red:#e2231b;--ltu-red-dark:#b11a16;--ltu-black:#111418;--ltu-charcoal:#262b31;
  --ltu-grey:#66707a;--ltu-line:#dde2e7;--ltu-soft:#f5f7f8;--ltu-warm:#fbf8f3;--white:#fff;
  --success:#176b3a;--warn:#8a5800;--error:#b42318;--info:#155e75;
  --shadow:0 16px 44px rgba(16,24,40,.10);--shadow-sm:0 6px 20px rgba(16,24,40,.07);--radius:16px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ltu-charcoal);background:#fff;line-height:1.58}
a{color:var(--ltu-red);text-underline-offset:3px}img{max-width:100%}button,input,select,textarea{font:inherit}.container{width:min(1180px,calc(100% - 36px));margin:auto}
.skip-link{position:absolute;left:-9999px;top:0;background:#fff;color:#000;padding:12px 16px;z-index:9999}.skip-link:focus{left:12px;top:12px;outline:3px solid #000}
.prototype-strip{background:#fff3cd;color:#5d4500;text-align:center;padding:7px 12px;font-size:.82rem;font-weight:700}
.topbar{background:var(--ltu-black);color:#fff;font-size:.76rem}.topbar-inner{height:36px;display:flex;justify-content:space-between;align-items:center;gap:24px}.topbar a{color:#fff;text-decoration:none;margin-right:18px}
.site-header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.98);backdrop-filter:blur(12px);box-shadow:0 4px 18px rgba(0,0,0,.06)}
.main-nav{min-height:86px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:16px;text-decoration:none;color:var(--ltu-black);min-width:310px}.brand img{width:190px;height:auto}.brand-copy strong{display:block}.brand-copy small{display:block;color:var(--ltu-red);font-size:.72rem;line-height:1.25;margin-top:2px}
.menu-toggle{display:none;border:1px solid var(--ltu-line);background:#fff;border-radius:9px;padding:10px 13px;font-weight:700}.nav-list{display:flex;align-items:center;gap:2px;list-style:none;margin:0;padding:0}.nav-link{display:block;color:var(--ltu-black);font-size:.88rem;font-weight:700;text-decoration:none;padding:11px 10px;border-radius:8px;position:relative}.nav-link:hover,.nav-link:focus,.nav-link.active{background:#fff1f0;color:var(--ltu-red)}.nav-cta{background:var(--ltu-red);color:#fff!important;padding:11px 16px;box-shadow:0 8px 18px rgba(226,35,26,.22)}.nav-cta:hover{background:var(--ltu-red-dark)}
.dropdown{position:relative}.dropdown-menu{position:absolute;top:100%;left:0;min-width:245px;padding:8px;background:#fff;border:1px solid var(--ltu-line);border-radius:11px;box-shadow:var(--shadow);opacity:0;visibility:hidden;transform:translateY(8px);transition:.18s ease}.dropdown:hover .dropdown-menu,.dropdown:focus-within .dropdown-menu{opacity:1;visibility:visible;transform:none}.dropdown-menu a{display:block;padding:10px 12px;border-radius:8px;color:var(--ltu-black);font-weight:650;text-decoration:none}.dropdown-menu a:hover,.dropdown-menu a:focus{background:#fff1f0;color:var(--ltu-red)}
.lang-wrap{position:relative}.lang-button{border:1px solid var(--ltu-line);background:#fff;border-radius:8px;padding:9px 10px;font-weight:700;color:var(--ltu-black);cursor:pointer}.lang-menu{right:0;left:auto}.lang-menu button{display:block;width:100%;border:0;background:none;padding:10px 12px;text-align:left;border-radius:8px;font-weight:600}.lang-menu button:hover{background:#fff1f0;color:var(--ltu-red)}
.hero{position:relative;overflow:hidden;background:radial-gradient(circle at 79% 38%,rgba(226,35,26,.15),transparent 28%),linear-gradient(120deg,#fbf8f2 0%,#fff 53%,#f1ece7 100%);padding:76px 0 102px}.hero-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:48px;align-items:center}.eyebrow{color:var(--ltu-red);font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;font-weight:900}.hero h1{font-size:clamp(3rem,6vw,5.25rem);line-height:.98;letter-spacing:-.055em;margin:12px 0 22px;color:var(--ltu-black)}.hero p{font-size:1.12rem;max-width:700px;color:#343a40}.actions{display:flex;gap:13px;flex-wrap:wrap;margin-top:28px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;border:1px solid transparent;border-radius:9px;padding:12px 18px;text-decoration:none;font-weight:800;cursor:pointer;transition:.18s ease}.btn:hover{transform:translateY(-2px)}.btn-primary{background:var(--ltu-red);color:#fff;box-shadow:0 10px 22px rgba(226,35,26,.22)}.btn-primary:hover{background:var(--ltu-red-dark);color:#fff}.btn-secondary{background:#fff;color:var(--ltu-black);border-color:#9aa1a9}.btn-dark{background:var(--ltu-black);color:#fff}.btn-ghost{background:#fff;color:var(--ltu-black);border-color:var(--ltu-line)}
.hero-visual{min-height:390px;display:grid;place-items:center;position:relative}.globe{width:305px;height:305px;border-radius:50%;background:radial-gradient(circle at 38% 30%,#ffd1cc 0 10%,transparent 11%),radial-gradient(circle at 62% 58%,#f7aca6 0 12%,transparent 13%),linear-gradient(135deg,#e2231b,#861015);box-shadow:inset -38px -30px 55px rgba(0,0,0,.23),0 35px 70px rgba(91,22,25,.23);display:grid;place-items:center;color:#fff;font-size:7.5rem;font-weight:900}.orbit{position:absolute;width:390px;height:270px;border:1px solid rgba(226,35,26,.27);border-radius:50%;transform:rotate(-19deg)}.float-card{position:absolute;background:#fff;border:1px solid var(--ltu-line);border-radius:10px;box-shadow:var(--shadow);padding:11px 15px;font-size:.86rem;font-weight:800}.float-a{top:48px;left:4px}.float-b{right:-4px;bottom:58px}
.stat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:-54px;position:relative;z-index:5}.stat-card{background:#fff;border:1px solid var(--ltu-line);border-radius:var(--radius);padding:23px;display:flex;gap:15px;align-items:center;box-shadow:var(--shadow)}.stat-icon{width:52px;height:52px;display:grid;place-items:center;border-radius:50%;background:#fff0ef;color:var(--ltu-red);font-weight:900}.stat-card strong{display:block;font-size:1.65rem;line-height:1.05;color:var(--ltu-black)}.stat-card span{display:block;color:var(--ltu-grey);font-size:.88rem;margin-top:4px}
.section{padding:72px 0}.section-soft{background:var(--ltu-soft)}.section-warm{background:var(--ltu-warm)}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:30px}.section-heading h2,.page-hero h1{font-size:clamp(2rem,4vw,3.45rem);line-height:1.07;letter-spacing:-.035em;margin:7px 0;color:var(--ltu-black)}.section-heading p{max-width:720px;color:var(--ltu-grey)}
.card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.card{background:#fff;border:1px solid var(--ltu-line);border-radius:var(--radius);padding:25px;box-shadow:0 3px 12px rgba(16,24,40,.04);transition:.2s ease}.card:hover{transform:translateY(-5px);box-shadow:var(--shadow);border-color:#efb5b2}.card h3{margin:10px 0 7px;color:var(--ltu-black)}.card p{color:var(--ltu-grey)}.number{float:right;font-size:2.7rem;font-weight:900;color:#eceff2;line-height:1}.chip{display:inline-flex;align-items:center;gap:6px;background:#fff0ef;color:var(--ltu-red-dark);padding:5px 9px;border-radius:999px;font-size:.75rem;font-weight:800}
.page-hero{background:linear-gradient(120deg,#fbf8f3,#fff);padding:52px 0;border-bottom:1px solid var(--ltu-line)}.breadcrumb{font-size:.86rem;color:var(--ltu-grey);margin-bottom:10px}.page-hero p{max-width:780px;color:var(--ltu-grey);font-size:1.03rem}
.content-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:34px}.info-panel{background:var(--ltu-black);color:#fff;border-radius:var(--radius);padding:28px}.info-panel p,.info-panel li{color:#d7dce1}.info-panel h2,.info-panel h3{color:#fff}.check-list{list-style:none;padding:0}.check-list li{padding:7px 0 7px 29px;position:relative}.check-list li:before{content:'✓';position:absolute;left:0;top:8px;width:19px;height:19px;border-radius:50%;background:var(--ltu-red);display:grid;place-items:center;color:#fff;font-size:.72rem;font-weight:900}
.form-shell{display:grid;grid-template-columns:260px 1fr;gap:25px;align-items:start}.step-nav{position:sticky;top:142px;background:#fff;border:1px solid var(--ltu-line);border-radius:var(--radius);padding:15px;box-shadow:var(--shadow-sm)}.step-nav a{display:flex;gap:10px;align-items:flex-start;text-decoration:none;color:var(--ltu-charcoal);padding:11px;border-radius:9px;font-size:.88rem;font-weight:700}.step-nav a:hover,.step-nav a.active{background:#fff0ef;color:var(--ltu-red)}.step-dot{flex:0 0 24px;width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:#eceff2;font-size:.72rem}.step-nav a.active .step-dot{background:var(--ltu-red);color:#fff}
.form-card{background:#fff;border:1px solid var(--ltu-line);border-radius:var(--radius);padding:30px;box-shadow:var(--shadow-sm);margin-bottom:22px}.form-card h2{margin-top:0;color:var(--ltu-black);font-size:1.55rem}.form-card h3{color:var(--ltu-black)}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.field.full{grid-column:1/-1}.field.third{grid-column:span 1}label,.label{display:block;font-weight:800;margin-bottom:6px;color:var(--ltu-charcoal)}.required::after{content:' *';color:var(--error)}input,select,textarea{width:100%;border:2px solid #8f98a2;border-radius:8px;padding:11px 12px;background:#fff;color:var(--ltu-black)}textarea{resize:vertical}input:focus,select:focus,textarea:focus,button:focus,a:focus{outline:3px solid rgba(226,35,26,.25);outline-offset:2px;border-color:var(--ltu-red)}.help{font-size:.82rem;color:var(--ltu-grey);margin-top:5px}.inline-check{display:flex;gap:9px;align-items:flex-start}.inline-check input{width:auto;margin-top:5px}.choice-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:9px 18px}.choice{display:flex;align-items:flex-start;gap:8px;padding:7px 9px;border:1px solid var(--ltu-line);border-radius:8px}.choice input{width:auto;margin-top:4px}.choice label{margin:0;font-weight:600}.choice:has(input:checked){background:#fff4f3;border-color:#efb2ae}
.notice{padding:14px 16px;border-radius:9px;border-left:5px solid var(--info);background:#eaf6fa;color:#164e63;margin-bottom:18px}.notice.warn{background:#fff7e8;border-left-color:#d18b00;color:#6b4700}.notice.success{background:#edf8f0;border-left-color:var(--success);color:#155b31}.notice.error{background:#fff0ef;border-left-color:var(--error);color:#7a1d16}.form-actions{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-top:24px}.progress-wrap{margin-bottom:22px}.progress-meta{display:flex;justify-content:space-between;font-size:.82rem;color:var(--ltu-grey);margin-bottom:7px}.progress{height:8px;background:#e9edf0;border-radius:999px;overflow:hidden}.progress>span{display:block;height:100%;background:var(--ltu-red);width:0;transition:.25s ease}
.repeat-card{border:1px dashed #a9b0b8;border-radius:12px;padding:16px;margin-top:12px;background:#fcfcfc}.repeat-card-head{display:flex;justify-content:space-between;align-items:center;gap:12px}.small-btn{border:1px solid var(--ltu-line);background:#fff;border-radius:8px;padding:7px 10px;cursor:pointer;font-weight:700}
.dashboard{display:grid;grid-template-columns:235px 1fr;min-height:620px}.side-nav{background:#171b20;color:#fff;padding:24px 14px}.side-nav h2{font-size:.95rem;padding:0 12px}.side-nav a{display:block;color:#fff;text-decoration:none;padding:10px 12px;border-left:4px solid transparent;border-radius:6px;margin:3px 0}.side-nav a:hover,.side-nav a.active{background:#2a3036;border-left-color:var(--ltu-red)}.dashboard-main{padding:30px}.metric-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;margin:20px 0 28px}.metric{background:#fff;border:1px solid var(--ltu-line);border-radius:13px;padding:20px;border-top:4px solid var(--ltu-red)}.metric strong{display:block;font-size:2rem;color:var(--ltu-black)}.metric span{color:var(--ltu-grey);font-size:.86rem}.table-wrap{overflow:auto;border:1px solid var(--ltu-line);border-radius:12px;background:#fff}table{width:100%;border-collapse:collapse;min-width:760px}th,td{padding:12px 14px;border-bottom:1px solid var(--ltu-line);text-align:left;font-size:.88rem}th{background:#171b20;color:#fff;position:sticky;top:0}.status{display:inline-flex;align-items:center;gap:6px;padding:4px 8px;border-radius:999px;font-weight:800;font-size:.76rem}.status:before{content:'';width:7px;height:7px;border-radius:50%;background:currentColor}.status.pending{background:#fff3d6;color:#805400}.status.approved{background:#eaf7ee;color:#176b3a}.status.draft{background:#eef0f2;color:#555d66}.status.review{background:#e9f4ff;color:#145b8a}
.search-bar{display:grid;grid-template-columns:1fr 180px 160px;gap:10px;margin:18px 0}.search-bar input,.search-bar select{border-width:1px}
.signature-pad{border:2px dashed #9ca5ae;border-radius:12px;min-height:190px;background:#fafafa;position:relative}.signature-pad canvas{width:100%;height:190px;display:block;touch-action:none}.signature-help{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-top:10px}.typed-signature{font-family:cursive;font-size:2rem;padding:18px;border-bottom:2px solid var(--ltu-charcoal);min-height:74px}
.site-footer{background:#171b20;color:#eef0f2;padding:48px 0 0}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:32px}.site-footer h2{font-size:1rem}.site-footer a{display:block;color:#eef0f2;text-decoration:none;margin:7px 0;font-size:.88rem}.site-footer a:hover{text-decoration:underline}.site-footer p{color:#cbd0d5;font-size:.9rem}.footer-logo{filter:brightness(0) invert(1);width:210px}.team-credit{color:#fff!important;font-weight:800}.footer-bottom{border-top:1px solid rgba(255,255,255,.14);margin-top:32px;padding:17px 0;display:flex;justify-content:space-between;gap:18px;font-size:.77rem;color:#cbd0d5}
.toast{position:fixed;right:20px;bottom:20px;max-width:380px;background:#171b20;color:#fff;padding:14px 16px;border-radius:10px;box-shadow:var(--shadow);z-index:2000;opacity:0;visibility:hidden;transform:translateY(12px);transition:.2s}.toast.show{opacity:1;visibility:visible;transform:none}
@media(max-width:1050px){.brand{min-width:auto}.brand-copy{display:none}.topbar{display:none}.menu-toggle{display:block}.main-nav{min-height:74px}.nav-list{display:none;position:absolute;left:0;right:0;top:100%;background:#fff;border-top:1px solid var(--ltu-line);padding:14px 18px;box-shadow:var(--shadow);flex-direction:column;align-items:stretch}.nav-list.open{display:flex}.dropdown-menu{position:static;width:auto;opacity:1;visibility:visible;transform:none;box-shadow:none;display:none}.dropdown.open .dropdown-menu{display:block}.hero-grid,.content-grid{grid-template-columns:1fr}.hero-visual{min-height:300px}.stat-grid{grid-template-columns:1fr;margin-top:24px}.form-shell{grid-template-columns:1fr}.step-nav{position:static;display:flex;overflow:auto}.step-nav a{min-width:190px}.dashboard{grid-template-columns:1fr}.side-nav{display:flex;overflow:auto;padding:10px}.side-nav h2{display:none}.side-nav a{white-space:nowrap}.metric-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:680px){.container{width:min(100% - 26px,1180px)}.hero{padding:48px 0}.hero h1{font-size:3rem}.hero-visual{display:none}.card-grid,.form-grid,.choice-grid,.metric-grid,.footer-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.section{padding:52px 0}.section-heading{flex-direction:column;align-items:flex-start}.search-bar{grid-template-columns:1fr}.footer-bottom{flex-direction:column}.form-actions .btn{width:100%}.brand img{width:170px}}


/* =====================================================================
   LA TROBE BRAND REFINEMENT Sprint 2
   ===================================================================== */

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Oswald:wght@700&display=swap');

:root{
  --ltu-red:#e2231b;
  --ltu-black:#000000;
  --ltu-white:#ffffff;
  --ltu-charcoal:#202124;
  --ltu-grey:#646b73;
  --ltu-line:#dedede;
  --ltu-soft:#f6f6f6;
  --ltu-warm:#fbfaf8;
  --headline:'Oswald','Arial Narrow',Arial,sans-serif;
  --body:'DM Sans',Arial,Helvetica,sans-serif;
  --brand-radius:18px;
  --brand-shadow:0 18px 50px rgba(0,0,0,.10);
}

body{font-family:var(--body);color:var(--ltu-black)}
h1,h2,h3,.brand-headline,.metric strong,.number{
  font-family:var(--headline);
}
h1,h2{letter-spacing:.005em}
.hero h1,.page-hero h1{
  text-transform:uppercase;
  letter-spacing:.01em;
}

/* Primary palette first. Secondary colour is intentionally minimised. */
.prototype-strip{
  background:#000;
  color:#fff;
  border-top:5px solid var(--ltu-red);
  letter-spacing:.015em;
}
.topbar{
  background:#fff;
  color:#000;
  border-bottom:1px solid #e8e8e8;
}
.topbar a{color:#000}
.site-header{box-shadow:0 6px 24px rgba(0,0,0,.07)}
.main-nav{min-height:92px}
.brand img{width:178px;object-fit:contain}
.brand-copy{padding-left:16px;border-left:2px solid var(--ltu-red)}
.brand-copy strong{font-family:var(--headline);text-transform:uppercase;letter-spacing:.04em}
.brand-copy small{color:#555}
.nav-link{font-weight:700}
.nav-link:hover,.nav-link:focus,.nav-link.active{background:#f4f4f4;color:#000}
.nav-link.active::after{
  content:"";
  position:absolute;
  left:10px;right:10px;bottom:3px;
  height:4px;background:var(--ltu-red);
}
.nav-cta{background:var(--ltu-red);border-radius:0;box-shadow:none}
.nav-cta:hover{background:#000;color:#fff!important}
.dropdown-menu{border-radius:0;border-top:4px solid var(--ltu-red)}
.dropdown-menu a:hover,.dropdown-menu a:focus{background:#f3f3f3;color:#000}
.lang-button{border-radius:0}

/* The Link (visual identity concept)*/
.link-device{
  display:flex;
  align-items:center;
  gap:18px;
  margin:18px 0;
}
.link-device::before,
.link-device::after{
  content:"";
  display:block;
  height:5px;
  background:var(--ltu-red);
}
.link-device::before{width:54px}
.link-device::after{width:104px}
.link-device.vertical{
  flex-direction:column;
  align-items:flex-start;
  gap:10px;
}
.link-device.vertical::before{
  width:5px;height:66px;
}
.link-device.vertical::after{display:none}

/* Home hero: public-facing primary brand palette */
.hero.brand-hero{
  background:#fff;
  padding:0;
  overflow:hidden;
  border-bottom:1px solid #ddd;
}
.brand-hero .hero-grid{
  grid-template-columns:1.02fr .98fr;
  gap:0;
  width:min(1320px,100%);
}
.brand-hero .hero-copy{
  padding:86px clamp(24px,5vw,72px) 92px;
  background:var(--ltu-red);
  color:#fff;
  min-height:560px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.brand-hero .eyebrow{color:#fff}
.brand-hero h1{
  color:#fff;
  font-size:clamp(3.7rem,7.2vw,7.25rem);
  line-height:.90;
  max-width:690px;
  margin:10px 0 28px;
}
.brand-hero p{
  color:#fff;
  max-width:620px;
  font-size:1.08rem;
}
.brand-hero .btn-primary{
  background:#000;
  color:#fff;
  box-shadow:none;
  border-radius:0;
}
.brand-hero .btn-primary:hover{background:#fff;color:#000}
.brand-hero .btn-secondary{
  border-radius:0;
  border:2px solid #fff;
  background:transparent;
  color:#fff;
}
.brand-hero .btn-secondary:hover{background:#fff;color:#000}
.brand-hero .hero-visual{
  background:#000;
  min-height:560px;
  overflow:hidden;
  isolation:isolate;
}
.brand-hero .hero-visual::before{
  content:"HLQ";
  position:absolute;
  font-family:var(--headline);
  font-size:clamp(12rem,22vw,24rem);
  line-height:.8;
  color:#121212;
  z-index:-1;
}
.brand-hero .globe{
  width:290px;height:390px;
  border-radius:145px 145px 28px 28px;
  background:var(--ltu-red);
  border:10px solid #fff;
  box-shadow:none;
  font-family:var(--headline);
  font-size:6rem;
  text-transform:uppercase;
}
.brand-hero .orbit{
  width:440px;height:440px;
  border:5px solid #fff;
  border-left-color:transparent;
  border-bottom-color:transparent;
  transform:rotate(25deg);
}
.brand-hero .float-card{
  border-radius:0;
  box-shadow:none;
  border:0;
  border-left:7px solid var(--ltu-red);
  font-family:var(--body);
}
.brand-hero .float-a{left:28px;top:60px}
.brand-hero .float-b{right:28px;bottom:60px}

/* Brand stat cards */
.stat-grid.brand-stats{margin-top:-50px}
.brand-stats .stat-card{
  border-radius:0;
  border:0;
  border-top:7px solid var(--ltu-red);
  box-shadow:var(--brand-shadow);
}
.brand-stats .stat-icon{
  border-radius:0;
  background:#000;
  color:#fff;
}
.brand-stats strong{
  font-family:var(--headline);
  text-transform:uppercase;
}

/* Headlines and page heroes */
.page-hero{
  background:#fff;
  border-bottom:1px solid #dcdcdc;
  padding:58px 0 52px;
  position:relative;
}
.page-hero::before{
  content:"";
  position:absolute;
  left:0;top:0;bottom:0;
  width:12px;
  background:var(--ltu-red);
}
.page-hero h1{
  font-size:clamp(2.75rem,5.3vw,5.4rem);
  line-height:.93;
  max-width:900px;
}
.page-hero p{color:#444}
.breadcrumb a{color:#000;font-weight:700}

.section-heading h2{
  text-transform:uppercase;
  font-size:clamp(2.2rem,4.6vw,4.7rem);
  line-height:.95;
  max-width:780px;
}
.section-heading .eyebrow{color:var(--ltu-red)}
.card{
  border-radius:0;
  border:1px solid #d7d7d7;
  position:relative;
  overflow:hidden;
}
.card::before{
  content:"";
  position:absolute;left:0;top:0;width:6px;height:56px;
  background:var(--ltu-red);
}
.card:hover{border-color:#000;transform:translateY(-4px)}
.chip{border-radius:0;background:#000;color:#fff;text-transform:uppercase;letter-spacing:.04em}
.number{color:#e8e8e8}

/* Forms*/
.form-shell{grid-template-columns:275px 1fr}
.step-nav{
  border-radius:0;
  border-top:7px solid var(--ltu-red);
}
.step-nav a{border-radius:0}
.step-nav a:hover,.step-nav a.active{background:#000;color:#fff}
.step-dot{border-radius:0}
.step-nav a.active .step-dot{background:var(--ltu-red)}
.form-card{
  border-radius:0;
  border:1px solid #d8d8d8;
  border-top:6px solid #000;
  box-shadow:0 5px 18px rgba(0,0,0,.05);
}
.form-card:target{border-top-color:var(--ltu-red)}
.form-card h2{
  text-transform:uppercase;
  font-size:1.8rem;
}
input,select,textarea{
  border-radius:0;
  border:1.5px solid #676767;
  min-height:46px;
}
textarea{min-height:120px}
.choice{border-radius:0}
.choice:has(input:checked){
  background:#f3f3f3;
  border-color:#000;
  box-shadow:inset 5px 0 0 var(--ltu-red);
}
.notice{border-radius:0}
.progress{border-radius:0;background:#eee}
.progress>span{background:var(--ltu-red)}
.btn{border-radius:0}
.btn-primary{background:var(--ltu-red);box-shadow:none}
.btn-primary:hover{background:#000}
.btn-dark{background:#000}
.btn-ghost{border:2px solid #000}

/* Macro journey helps users understand the long 17-section form. */
.application-journey{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  border:1px solid #d8d8d8;
  background:#fff;
  margin-bottom:26px;
}
.journey-step{
  padding:15px;
  min-height:96px;
  border-right:1px solid #ddd;
  position:relative;
}
.journey-step:last-child{border-right:0}
.journey-step strong{
  display:block;
  font-family:var(--headline);
  text-transform:uppercase;
  font-size:1rem;
}
.journey-step span{
  font-size:.78rem;color:#666;
}
.journey-step::after{
  content:"";
  position:absolute;left:0;bottom:0;height:5px;width:100%;
  background:#000;
}
.journey-step:nth-child(2)::after,
.journey-step:nth-child(4)::after{background:var(--ltu-red)}

/* Licence agreement */
.signature-pad,.typed-signature{border-radius:0}
.legal-banner{
  background:#000;color:#fff;
  border-left:10px solid var(--ltu-red);
  padding:22px 24px;
  margin-bottom:24px;
}
.legal-banner strong{font-family:var(--headline);font-size:1.25rem;text-transform:uppercase}

/* Dashboards */
.dashboard{background:#f7f7f7}
.side-nav{background:#000}
.side-nav a{border-radius:0}
.metric{border-radius:0;border-top:7px solid var(--ltu-red)}
.metric strong{font-family:var(--headline);font-size:2.45rem}
.table-wrap{border-radius:0}
th{background:#000}
.status{border-radius:0}

/* Footer */
.site-footer{background:#000}
.footer-logo{
  filter:grayscale(1) brightness(0) invert(1);
  width:205px;
  background:transparent;
}
.footer-grid{border-top:8px solid var(--ltu-red);padding-top:38px}
.site-footer h2{
  font-family:var(--headline);
  text-transform:uppercase;
  letter-spacing:.04em;
}

/* Small brand mark for headings */
.brand-rule{
  width:72px;height:7px;background:var(--ltu-red);margin:18px 0 22px;
}

/* AA-minded focus treatment */
input:focus,select:focus,textarea:focus,button:focus,a:focus{
  outline:4px solid #000;
  outline-offset:3px;
}
.skip-link:focus{outline:4px solid var(--ltu-red)}

@media(max-width:1050px){
  .brand-hero .hero-grid{grid-template-columns:1fr}
  .brand-hero .hero-copy,.brand-hero .hero-visual{min-height:auto}
  .brand-hero .hero-visual{min-height:390px}
  .application-journey{grid-template-columns:1fr 1fr}
  .journey-step{border-bottom:1px solid #ddd}
}
@media(max-width:680px){
  .brand-hero .hero-copy{padding:56px 22px}
  .brand-hero h1{font-size:4rem}
  .brand-hero .hero-visual{display:grid;min-height:290px}
  .brand-hero .globe{width:190px;height:240px;font-size:4rem}
  .brand-hero .orbit{width:280px;height:280px}
  .brand-hero .float-card{display:none}
  .application-journey{grid-template-columns:1fr}
  .journey-step{border-right:0}
  .page-hero::before{width:7px}
  .brand-copy{display:none}
}


/* ==============================================================
   FINAL UX REFINEMENT 
   ============================================================== */
:root{
  --ux-red:#e2231b;
  --ux-black:#171717;
  --ux-white:#ffffff;
  --ux-text:#262626;
  --ux-muted:#626262;
  --ux-line:#e5e5e5;
  --ux-soft:#f7f7f7;
  --ux-shadow:0 10px 34px rgba(0,0,0,.08);
}
body{font-family:'DM Sans',Arial,Helvetica,sans-serif;background:#fff;color:var(--ux-text)}
/* Use La Trobe-style display face only for key display headings */
h1,.hero-display{font-family:'Oswald','Arial Narrow',Arial,sans-serif}
h2,h3,h4,.nav-link,.btn,label,input,select,textarea,table{font-family:'DM Sans',Arial,Helvetica,sans-serif}

/* Header */
.prototype-strip{display:none}
.topbar{background:var(--ux-black);color:#fff;border:0}
.topbar a,.topbar span{color:#fff;font-size:.84rem}
.site-header{position:sticky;top:0;background:#fff;box-shadow:0 2px 14px rgba(0,0,0,.05);z-index:1000}
.main-nav{min-height:90px;gap:34px}
.brand{gap:22px;min-width:310px}
.brand img{width:205px;height:auto;max-height:66px;object-fit:contain;display:block}
.brand-copy{padding-left:20px;border-left:1px solid var(--ux-red)}
.brand-copy strong{font-family:'DM Sans',Arial,sans-serif;font-size:.95rem;letter-spacing:0;text-transform:none}
.brand-copy small{font-size:.76rem;color:#666;max-width:175px;line-height:1.25;margin-top:4px}
.nav-list{gap:8px}
.nav-link{font-size:.92rem;font-weight:700;padding:13px 12px;border-radius:0;background:transparent!important;color:#1e1e1e}
.nav-link:hover,.nav-link:focus,.nav-link.active{color:#000}
.nav-link.active::after,.nav-link:hover::after{content:"";position:absolute;left:12px;right:12px;bottom:4px;height:3px;background:var(--ux-red)}
.nav-cta{padding:12px 18px!important;background:var(--ux-red)!important;color:#fff!important;border-radius:4px;box-shadow:0 6px 16px rgba(226,35,27,.16)}
.lang-button{border:1px solid #ddd;background:#fff;border-radius:4px}

/* Hero*/
.ux-hero{background:#fff;border-bottom:1px solid var(--ux-line);overflow:hidden}
.ux-hero-grid{display:grid;grid-template-columns:46% 54%;min-height:520px;max-width:1440px;width:100%;padding:0}
.ux-hero-copy{padding:68px clamp(34px,5vw,82px);display:flex;flex-direction:column;justify-content:center;position:relative;background:linear-gradient(105deg,#fff 0%,#fff 88%,#fafafa 100%)}
.ux-hero-copy .eyebrow{font-family:'DM Sans',Arial,sans-serif;color:var(--ux-red);font-weight:800;letter-spacing:.08em;text-transform:uppercase;font-size:.83rem;margin:0 0 16px}
.ux-hero h1{font-size:clamp(3.6rem,5.7vw,6.2rem);line-height:.94;letter-spacing:-.025em;margin:0 0 24px;color:#161616;text-transform:none;max-width:680px}
.ux-hero h1 span{color:var(--ux-red)}
.hero-intro{font-size:1.08rem;line-height:1.68;max-width:620px;color:#444;margin:0}
.ux-hero .actions{margin-top:28px}
.ux-hero .btn{min-width:180px;border-radius:4px;padding:13px 20px}
.ux-hero .btn-secondary{background:#fff;color:#252525;border:1px solid #555}
.hero-trust{display:flex;gap:12px;align-items:center;margin-top:30px;font-size:.8rem;font-weight:700;color:#525252}
.hero-trust i{width:4px;height:4px;border-radius:50%;background:var(--ux-red)}
.ux-hero-media{position:relative;min-height:520px;background:#efefef;overflow:hidden}
.ux-hero-media::before{content:"";position:absolute;left:-80px;top:0;bottom:0;width:155px;background:#fff;transform:skewX(-18deg);z-index:2;transform-origin:top}
.ux-hero-media img{width:100%;height:100%;object-fit:cover;object-position:center;filter:saturate(.9) contrast(1.02)}
.link-path{position:absolute;inset:0;pointer-events:none;z-index:3}
.link-path::before{content:"";position:absolute;left:5%;bottom:12%;width:62%;height:42%;border-left:3px solid var(--ux-red);border-top:3px solid var(--ux-red);border-radius:110px 0 0 0;transform:rotate(-11deg)}
.link-path span{position:absolute;width:14px;height:14px;border-radius:50%;border:3px solid var(--ux-red);background:#fff}
.link-path span:nth-child(1){left:8%;bottom:18%}.link-path span:nth-child(2){left:37%;bottom:53%}.link-path span:nth-child(3){right:15%;top:12%}

/* Process: open timeline rather than cards */
.process-section{padding:48px 0 38px;background:#fff}
.section-kicker{text-align:center;text-transform:uppercase;color:var(--ux-red);font-weight:800;letter-spacing:.08em;font-size:.78rem}
.process-title{text-align:center;font-size:2rem;margin:6px 0 28px;color:#181818}
.process-line{display:grid;grid-template-columns:repeat(5,1fr);position:relative;gap:20px}
.process-line::before{content:"";position:absolute;left:9%;right:9%;top:27px;height:1px;background:#e9a09b;z-index:0}
.process-line article{text-align:center;position:relative;z-index:1;padding:0 10px}
.process-icon{width:56px;height:56px;border-radius:50%;border:1px solid #ddd;background:#fff;display:grid;place-items:center;margin:0 auto 15px;color:var(--ux-red);font-weight:800;font-size:1.05rem;box-shadow:0 5px 16px rgba(0,0,0,.06)}
.process-line h3{font-size:.98rem;margin:0 0 5px;color:#1d1d1d}
.process-line p{font-size:.82rem;line-height:1.5;color:#5a5a5a;margin:0 auto;max-width:190px}

/* Benefits: one soft grouped strip rather than 4 boxes */
.benefit-strip{padding:0 0 50px;background:#fff}
.benefit-row{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--ux-line);border-radius:12px;box-shadow:0 6px 24px rgba(0,0,0,.05);padding:18px 8px;background:#fff}
.benefit-row article{display:flex;gap:14px;padding:8px 22px;border-right:1px solid #e8e8e8;align-items:flex-start}
.benefit-row article:last-child{border-right:0}
.benefit-symbol{width:42px;height:42px;border-radius:50%;background:#fff4f3;color:var(--ux-red);display:grid;place-items:center;font-weight:900;flex:0 0 42px}
.benefit-row h3{font-size:.88rem;margin:0 0 3px}.benefit-row p{font-size:.76rem;line-height:1.45;color:#666;margin:0}

.open-section{border-top:1px solid #eee;background:#fafafa}
.open-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}
.open-grid h2{font-size:2.5rem;line-height:1.08;margin:8px 0 0;max-width:520px}
.open-grid p{font-size:1rem;color:#555;line-height:1.75;margin-top:4px}
.text-link{font-weight:800;color:var(--ux-red);text-decoration:none}

/* Make internal pages less boxy while keeping structure and validation */
.page-hero{background:#fff;padding:48px 0;border-bottom:1px solid var(--ux-line)}
.page-hero::before{width:5px}
.page-hero h1{font-family:'Oswald','Arial Narrow',Arial,sans-serif;text-transform:none;font-size:clamp(2.8rem,4.7vw,4.8rem);letter-spacing:-.02em}
.form-card{border:0;border-top:1px solid #ddd;box-shadow:none;padding:28px 0;background:#fff}
.form-card:first-of-type{border-top:0}
.form-card:target{border-top-color:#ddd}
.form-card h2{font-family:'DM Sans',Arial,sans-serif;text-transform:none;font-size:1.45rem}
.step-nav{border:1px solid #e3e3e3;border-top:4px solid var(--ux-red);border-radius:8px;box-shadow:none}
.step-nav a{border-radius:4px}
.application-journey{border:0;border-top:1px solid #ddd;border-bottom:1px solid #ddd;background:#fff}
.journey-step{border-right:1px solid #eee;min-height:82px}
.journey-step::after{height:3px}
input,select,textarea{border:1px solid #aaa;border-radius:5px;background:#fff}
.choice{border:1px solid #ddd;border-radius:6px;padding:12px}
.choice:has(input:checked){box-shadow:inset 4px 0 0 var(--ux-red);background:#fafafa}
.notice,.legal-banner{border-radius:6px}
.metric{border:1px solid #e3e3e3;border-top:4px solid var(--ux-red);box-shadow:none;border-radius:8px}
.table-wrap{border:1px solid #e4e4e4;border-radius:8px;overflow:hidden}
th{background:#222}
.status{border-radius:999px}
.card{border:0;border-top:1px solid #e6e6e6;box-shadow:none;border-radius:0;padding:24px 4px}
.card::before{display:none}.card:hover{transform:none;border-color:#ccc;box-shadow:none}

.site-footer{background:#181818}
.footer-grid{border-top:4px solid var(--ux-red)}
.footer-logo{width:190px;max-height:70px;object-fit:contain;filter:grayscale(1) brightness(0) invert(1)}

@media(max-width:1100px){
  .brand{min-width:auto}.brand-copy{display:none}.brand img{width:180px}
  .ux-hero-grid{grid-template-columns:1fr}.ux-hero-media{min-height:360px}.ux-hero-media::before{display:none}
  .process-line{grid-template-columns:repeat(3,1fr);row-gap:34px}.process-line::before{display:none}
  .benefit-row{grid-template-columns:1fr 1fr}.benefit-row article:nth-child(2){border-right:0}
}
@media(max-width:700px){
  .ux-hero-copy{padding:46px 22px}.ux-hero h1{font-size:3.6rem}.ux-hero-media{min-height:280px}
  .process-line{grid-template-columns:1fr}.process-line article{display:grid;grid-template-columns:58px 1fr;text-align:left;column-gap:14px}.process-icon{grid-row:1/3;margin:0}.process-line p{max-width:none;margin:0}.process-line h3{align-self:end}
  .benefit-row{grid-template-columns:1fr}.benefit-row article{border-right:0;border-bottom:1px solid #eee}.benefit-row article:last-child{border-bottom:0}
  .open-grid{grid-template-columns:1fr;gap:20px}.open-grid h2{font-size:2rem}
}
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Oswald:wght@600;700&display=swap');
:root{--ltu-red:#e2231b;--ltu-black:#1b1b1b;--ltu-text:#202124;--ltu-border:#e1e1e1;--ui-font:'DM Sans',Arial,Helvetica,sans-serif;--display-font:'Knockout 50 Welterweight','Oswald','Arial Narrow',sans-serif}html,body{font-family:var(--ui-font);color:var(--ltu-text)}body{font-size:16px;line-height:1.55}h1,h2,h3{font-family:var(--ui-font)}.page-hero h1,.section-heading h2,.dashboard h1{font-family:var(--display-font);text-transform:uppercase}.prototype-strip{display:none!important}.site-header{position:sticky;top:0;z-index:1000;background:#fff;box-shadow:0 2px 13px rgba(0,0,0,.06)}.ltu-utility{height:45px;background:#1d1d1d;color:#fff}.ltu-utility-inner{height:45px;display:flex;align-items:center;justify-content:space-between}.utility-brand,.utility-actions{display:flex;align-items:center;gap:30px}.ltu-utility a,.ltu-utility span{color:#fff;text-decoration:none;font-size:.9rem;font-weight:600}.utility-lang{border:0;background:transparent;color:#fff;padding:6px 0;font:600 .9rem var(--ui-font);cursor:pointer}.main-nav{min-height:99px;display:flex;align-items:center;gap:24px}.brand{min-width:430px;display:flex;align-items:center;text-decoration:none;color:#111}.brand img{width:225px;height:72px;object-fit:contain;object-position:left center}.brand-divider{height:52px;width:1px;background:var(--ltu-red);margin:0 20px 0 10px}.brand-copy{border:0!important;padding:0!important}.brand-copy strong,.brand-copy small{display:block;font-family:var(--ui-font)!important;text-transform:none!important;letter-spacing:0!important}.brand-copy strong{font-size:.95rem;font-weight:700;line-height:1.2}.brand-copy small{font-size:.95rem;color:#111!important;line-height:1.2}.nav-list{flex:1;gap:9px}.nav-spacer{flex:1}.nav-link{font:700 .92rem var(--ui-font);padding:14px 12px!important;border-radius:0!important;white-space:nowrap;color:#111!important}.nav-link:hover,.nav-link:focus,.nav-link.active{background:transparent!important}.nav-link.active::after{left:12px;right:12px;bottom:5px;height:3px;background:var(--ltu-red)}.nav-cta{background:var(--ltu-red)!important;color:#fff!important;padding:14px 22px!important;border-radius:4px!important}.nav-cta:hover{background:#bd1712!important;color:#fff!important}.dropdown-menu{border-radius:4px!important;border:1px solid #ddd!important;border-top:3px solid var(--ltu-red)!important}.reference-hero{background:#fff;border-bottom:1px solid #eee}.reference-hero-grid{min-height:480px;display:grid;grid-template-columns:44% 56%}.reference-hero-copy{position:relative;padding:60px 5vw 55px max(5vw,calc((100vw - 1420px)/2 + 36px));display:flex;flex-direction:column;justify-content:center;overflow:hidden;background:radial-gradient(circle at 0 0,rgba(226,35,27,.035),transparent 31%),#fff}.reference-kicker,.home-kicker{margin:0 0 15px;color:var(--ltu-red);text-transform:uppercase;font-weight:800;font-size:.88rem;letter-spacing:.045em}.reference-hero h1{margin:0;color:#050505;font-family:var(--display-font);font-size:clamp(3.7rem,5.1vw,5.8rem);line-height:.94;letter-spacing:-.025em;text-transform:none}.reference-hero h1 span{color:var(--ltu-red)}.reference-lead{max-width:610px;margin:25px 0 0;font-size:1.12rem;line-height:1.55;color:#252525}.reference-actions{display:flex;gap:24px;margin-top:24px}.reference-actions .btn{min-width:210px;height:48px;border-radius:4px;padding:0 23px;font-family:var(--ui-font);font-weight:700}.reference-actions .btn span{font-size:1.35rem;margin-left:auto}.reference-actions .btn-primary{background:var(--ltu-red);color:#fff;border:1px solid var(--ltu-red);box-shadow:0 6px 16px rgba(226,35,27,.16)}.reference-actions .btn-primary:hover{background:#bd1712}.btn-outline-red{background:#fff;color:var(--ltu-red);border:1.5px solid var(--ltu-red)}.btn-outline-red:hover{background:#fff5f4}.reference-hero-image{position:relative;overflow:hidden;min-height:480px;background:#eee;clip-path:polygon(15% 0,100% 0,100% 100%,0 100%)}.reference-hero-image img{width:100%;height:100%;display:block;object-fit:cover;object-position:center center}.hero-link-line{position:absolute;left:44px;right:-115px;bottom:20px;height:70px;border-bottom:3px solid var(--ltu-red);border-right:3px solid var(--ltu-red);border-radius:0 0 90px 0;pointer-events:none}.line-dot{position:absolute;width:17px;height:17px;border:3px solid var(--ltu-red);background:#fff;border-radius:50%}.dot-a{left:-8px;bottom:-10px}.dot-b{right:-10px;bottom:33px}.home-process{padding:27px 0 42px;background:#fff}.home-process>.container{width:min(1400px,calc(100% - 70px))}.home-kicker{text-align:center;margin-bottom:3px}.home-process>div>h2{text-align:center;font-family:var(--ui-font);font-size:2rem;line-height:1.2;margin:0 0 26px;color:#111}.home-step-line{display:grid;grid-template-columns:repeat(5,1fr);position:relative;gap:26px;padding:0 30px 22px}.home-step-line::before{content:'';position:absolute;left:10%;right:10%;top:34px;height:1px;background:rgba(226,35,27,.65)}.home-step-line article{text-align:center;position:relative;z-index:1;padding:0 10px}.step-icon{width:68px;height:68px;margin:0 auto;display:grid;place-items:center;border:1px solid #ddd;border-radius:50%;background:#fff;color:var(--ltu-red);font-size:1.65rem;box-shadow:0 7px 18px rgba(0,0,0,.06)}.step-no{display:grid;place-items:center;width:24px;height:24px;margin:-4px auto 8px;background:var(--ltu-red);color:#fff;border-radius:50%;font-size:.76rem;font-weight:800;position:relative;z-index:2}.home-step-line h3{margin:0 0 4px;font-family:var(--ui-font);font-size:1.02rem;color:#111}.home-step-line p{margin:0 auto;max-width:210px;color:#3f4348;font-size:.86rem;line-height:1.4}.home-benefits{display:grid;grid-template-columns:repeat(4,1fr);margin:10px 0 0;background:#fff;border:1px solid #e3e3e3;border-radius:13px;box-shadow:0 8px 26px rgba(0,0,0,.045)}.home-benefits article{display:flex;align-items:flex-start;gap:17px;min-height:105px;padding:22px 25px;border-right:1px solid #e4e4e4}.home-benefits article:last-child{border-right:0}.benefit-icon{flex:0 0 46px;width:46px;height:46px;display:grid;place-items:center;border-radius:50%;background:#fff1f0;color:var(--ltu-red);font-size:1.35rem;font-weight:700}.home-benefits h3{margin:1px 0 4px;font-family:var(--ui-font);font-size:.92rem;color:#111}.home-benefits p{margin:0;color:#454a50;font-size:.79rem;line-height:1.45}.open-section{display:none!important}.section{padding:66px 0}.card{border-radius:8px!important;border:1px solid #e4e4e4!important;box-shadow:0 4px 14px rgba(0,0,0,.035)!important}.card::before{display:none!important}.form-card{border-radius:8px!important;border:1px solid #dedede!important;border-top:1px solid #dedede!important;box-shadow:0 5px 18px rgba(0,0,0,.045)!important}input,select,textarea{border-radius:5px!important;border:1px solid #8d9298!important;font-family:var(--ui-font)}.btn{border-radius:4px!important}.step-nav{border-radius:8px!important;border-top:0!important}.step-nav a{border-radius:4px!important}.metric{border-radius:8px!important;border-top:3px solid var(--ltu-red)!important}.table-wrap{border-radius:8px!important}.status{border-radius:999px!important}.application-journey{border-radius:8px;overflow:hidden}.site-footer{background:#181818}.footer-grid{border-top:4px solid var(--ltu-red)!important;padding-top:34px!important}.footer-logo{width:220px!important;height:auto!important;filter:none!important;display:block;margin-bottom:20px}.site-footer h2{font-family:var(--ui-font)!important;text-transform:none!important}@media(max-width:1180px){.brand{min-width:315px}.brand img{width:180px}.brand-divider{margin-left:2px;margin-right:13px}.brand-copy strong,.brand-copy small{font-size:.82rem}.nav-link{padding-left:8px!important;padding-right:8px!important;font-size:.84rem}}@media(max-width:1050px){.ltu-utility{display:none}.brand{min-width:auto}.brand-copy,.brand-divider{display:none}.brand img{width:205px;height:62px}.reference-hero-grid{grid-template-columns:1fr}.reference-hero-copy{padding:55px 7vw 65px}.reference-hero-image{min-height:380px;clip-path:none}.hero-link-line{display:none}.home-step-line{grid-template-columns:1fr 1fr}.home-step-line::before{display:none}.home-benefits{grid-template-columns:1fr 1fr}.home-benefits article:nth-child(2){border-right:0}.home-benefits article:nth-child(-n+2){border-bottom:1px solid #e4e4e4}}@media(max-width:680px){.main-nav{min-height:78px}.brand img{width:180px;height:56px}.reference-hero-copy{padding:45px 22px 48px}.reference-hero h1{font-size:3.6rem}.reference-lead{font-size:1rem}.reference-actions{flex-direction:column;gap:10px}.reference-actions .btn{width:100%;min-width:0}.reference-hero-image{min-height:255px}.home-process>.container{width:min(100% - 28px,1400px)}.home-step-line{grid-template-columns:1fr;gap:22px;padding:0}.home-benefits{grid-template-columns:1fr}.home-benefits article{border-right:0!important;border-bottom:1px solid #e4e4e4!important}.home-benefits article:last-child{border-bottom:0!important}}
