:root{
  --lam-navy:#071d49;--lam-navy-2:#0d2d69;--lam-red:#b11232;--lam-red-dark:#891027;
  --lam-gold:#d2ad5b;--lam-cream:#f7f3ea;--lam-mist:#eef2f7;--lam-white:#fff;
  --lam-ink:#172033;--lam-muted:#5d687a;--lam-border:#dce2ea;--lam-green:#177a53;
  --lam-serif:Georgia,'Times New Roman',serif;--lam-sans:Inter,'Segoe UI',Arial,sans-serif;
  --lam-shadow:0 18px 55px rgba(7,29,73,.12);--lam-shadow-sm:0 8px 28px rgba(7,29,73,.08);
  --lam-radius:22px;--lam-radius-sm:12px
}
*{box-sizing:border-box}.lam-body{margin:0;color:var(--lam-ink);background:#fff;font-family:var(--lam-sans);line-height:1.65}.lam-body img{max-width:100%;height:auto}.lam-body a{color:inherit}.lam-container{width:min(1180px,calc(100% - 40px));margin-inline:auto}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;left:16px;top:-80px;z-index:9999;background:#fff;color:var(--lam-navy);padding:12px 18px;border-radius:10px;box-shadow:var(--lam-shadow)}.skip-link:focus{top:16px}
.lam-notice{position:relative;overflow:hidden;background:linear-gradient(90deg,#041333,var(--lam-navy-2));color:#fff;font-size:12px}.lam-notice:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(210,173,91,.08),transparent);pointer-events:none}.lam-notice__inner{position:relative;z-index:1;min-height:40px;display:flex;align-items:center;justify-content:space-between;gap:18px}.lam-notice__promise,.lam-notice__links,.lam-notice__links a{display:flex;align-items:center}.lam-notice__promise{gap:9px;color:rgba(255,255,255,.86);font-weight:650}.lam-notice__dot{width:7px;height:7px;border-radius:50%;background:#59d99a;box-shadow:0 0 0 4px rgba(89,217,154,.13)}.lam-notice__links{gap:20px}.lam-notice__links a{gap:7px;text-decoration:none;color:rgba(255,255,255,.86);font-weight:700}.lam-notice__links a:hover{color:#fff}.lam-notice svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.8}.lam-notice__offer{padding:4px 10px;border:1px solid rgba(210,173,91,.35);border-radius:999px;color:#f4d991}.lam-notice strong{color:#fff}
.lam-header{position:sticky;top:0;z-index:200;background:rgba(255,255,255,.97);backdrop-filter:blur(18px);border-bottom:1px solid rgba(7,29,73,.08);transition:box-shadow .2s,background .2s}.lam-header.is-scrolled{box-shadow:0 10px 35px rgba(7,29,73,.11)}.lam-header__row{min-height:92px;display:flex;align-items:center;gap:24px}.lam-brand{display:flex;align-items:center;width:235px;flex:0 0 235px}.lam-brand img{display:block;width:100%;max-height:72px;object-fit:contain;object-position:left center}.lam-nav{display:flex;align-items:center;gap:2px;margin-left:auto}.lam-nav>a,.lam-dropdown>button{position:relative;border:0;background:none;text-decoration:none;font:750 14px/1 var(--lam-sans);color:var(--lam-navy);padding:16px 10px;border-radius:9px;cursor:pointer;transition:.18s}.lam-nav>a:after,.lam-dropdown>button:after{content:'';position:absolute;left:11px;right:11px;bottom:5px;height:2px;border-radius:2px;background:var(--lam-red);transform:scaleX(0);transition:.18s}.lam-nav>a:hover,.lam-nav>a:focus-visible,.lam-dropdown>button:hover,.lam-dropdown>button:focus-visible,.lam-nav>a.is-current,.lam-dropdown.is-current>button{color:var(--lam-red)}.lam-nav>a:hover:after,.lam-nav>a:focus-visible:after,.lam-nav>a.is-current:after,.lam-dropdown.is-current>button:after{transform:scaleX(1)}.lam-dropdown{position:relative}.lam-mega{position:absolute;top:calc(100% + 17px);left:50%;transform:translate(-50%,10px);width:min(850px,92vw);display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;padding:14px;background:#fff;border:1px solid var(--lam-border);border-top:4px solid var(--lam-gold);border-radius:0 0 18px 18px;box-shadow:0 24px 70px rgba(7,29,73,.2);opacity:0;visibility:hidden;transition:.18s}.lam-dropdown.is-open .lam-mega,.lam-dropdown:focus-within .lam-mega{opacity:1;visibility:visible;transform:translate(-50%,0)}.lam-mega--subjects{width:min(720px,92vw)}.lam-mega>a{display:flex;align-items:flex-start;gap:11px;text-decoration:none;padding:10px;border-radius:11px;color:var(--lam-navy);border:1px solid transparent}.lam-mega>a:hover,.lam-mega>a.is-current{background:var(--lam-cream);border-color:#eadfca;color:var(--lam-red)}.lam-mega>a>span:first-child{width:32px;height:32px;border-radius:9px;display:grid;place-items:center;background:var(--lam-navy);color:#fff;flex:0 0 32px}.lam-mega small{display:block;margin-top:3px;color:var(--lam-muted);font-size:11px;font-weight:500}.lam-mega__intro{grid-column:1/-1;display:flex;align-items:center;gap:14px;padding:15px 17px;margin-bottom:4px;border-radius:12px;background:linear-gradient(120deg,var(--lam-navy),#143b7d);color:#fff}.lam-mega__intro strong{font:800 17px/1.2 var(--lam-serif)}.lam-mega__intro a{margin-left:auto;color:#f4d991;text-decoration:none;font-size:12px;font-weight:850;white-space:nowrap}.lam-mega__eyebrow{font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:#f4d991;font-weight:900}.lam-header__actions{display:flex;align-items:center;gap:13px}.lam-login{display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:800;text-decoration:none;color:var(--lam-navy);white-space:nowrap}.lam-login svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8}.lam-header__quote{border-radius:999px;padding-inline:19px}.lam-nav__mobile-actions{display:none}.lam-menu-button{display:none;border:1px solid var(--lam-border);background:#fff;padding:8px;border-radius:10px;box-shadow:var(--lam-shadow-sm)}.lam-menu-button span:not(.sr-only){display:block;width:25px;height:2px;background:var(--lam-navy);margin:5px;transition:.2s}
.lam-btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:48px;padding:13px 22px;border:2px solid transparent;border-radius:12px;text-decoration:none;font-weight:850;line-height:1.1;cursor:pointer;transition:.2s}.lam-btn:hover{transform:translateY(-2px)}.lam-btn--primary{background:var(--lam-red);color:#fff;box-shadow:0 9px 22px rgba(177,18,50,.22)}.lam-btn--primary:hover{background:var(--lam-red-dark)}.lam-btn--secondary{background:var(--lam-navy);color:#fff}.lam-btn--outline{border-color:rgba(255,255,255,.45);color:#fff;background:transparent}.lam-btn--light{background:#fff;color:var(--lam-navy)}.lam-btn--small{min-height:42px;padding:11px 16px;font-size:14px}
.lam-hero{position:relative;overflow:hidden;color:#fff;background:linear-gradient(135deg,#06183c 0%,#0b2b65 56%,#491b34 100%);padding:86px 0 80px}.lam-hero:before{content:'';position:absolute;inset:0;background:radial-gradient(circle at 15% 15%,rgba(210,173,91,.28),transparent 26%),radial-gradient(circle at 88% 12%,rgba(177,18,50,.35),transparent 26%),linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:auto,auto,44px 44px,44px 44px}.lam-hero__grid{position:relative;display:grid;grid-template-columns:minmax(0,1.25fr) minmax(330px,.75fr);gap:62px;align-items:center}.lam-eyebrow{display:inline-flex;align-items:center;gap:10px;margin-bottom:18px;font-size:12px;font-weight:900;letter-spacing:.16em;text-transform:uppercase;color:#f4d991}.lam-eyebrow:before{content:'';width:34px;height:2px;background:var(--lam-gold)}.lam-hero h1,.lam-page-hero h1{font:900 clamp(40px,5.6vw,74px)/1.04 var(--lam-serif);letter-spacing:-.035em;margin:0 0 24px}.lam-hero h1 span{color:#f4d991}.lam-hero__lead{max-width:720px;font-size:18px;color:rgba(255,255,255,.83);margin:0 0 30px}.lam-actions{display:flex;flex-wrap:wrap;gap:12px}.lam-proof{display:flex;flex-wrap:wrap;gap:12px;margin-top:34px}.lam-proof span{padding:8px 12px;border:1px solid rgba(255,255,255,.2);border-radius:999px;background:rgba(255,255,255,.08);font-size:13px}.lam-hero__panel{background:#fff;color:var(--lam-ink);border-radius:28px;padding:28px;box-shadow:0 30px 80px rgba(0,0,0,.26);border:1px solid rgba(255,255,255,.4)}.lam-hero__panel h2{font:800 28px/1.15 var(--lam-serif);color:var(--lam-navy);margin:0 0 8px}.lam-hero__panel p{color:var(--lam-muted);margin:0 0 20px}.lam-price-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}.lam-price-mini{padding:16px;border-radius:14px;background:var(--lam-mist)}.lam-price-mini strong{display:block;color:var(--lam-navy);font-size:26px}.lam-price-mini small{color:var(--lam-muted)}
.lam-page-hero{position:relative;overflow:hidden;padding:68px 0;color:#fff;background:linear-gradient(135deg,var(--lam-navy),#123a7b 65%,#4c1932)}.lam-page-hero:after{content:'LONDON';position:absolute;right:-20px;bottom:-45px;color:rgba(255,255,255,.045);font:900 150px/1 var(--lam-serif);letter-spacing:.05em}.lam-page-hero__content{position:relative;z-index:1;max-width:850px}.lam-page-hero h1{font-size:clamp(38px,5vw,64px)}.lam-page-hero p{font-size:18px;color:rgba(255,255,255,.82);max-width:760px}.lam-breadcrumbs{display:flex;flex-wrap:wrap;gap:8px;font-size:13px;margin-bottom:20px;color:rgba(255,255,255,.72)}.lam-breadcrumbs a{color:#fff;text-decoration:none}
.lam-section{padding:78px 0}.lam-section--soft{background:var(--lam-cream)}.lam-section--mist{background:var(--lam-mist)}.lam-section__head{max-width:760px;margin-bottom:34px}.lam-kicker{font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:var(--lam-red);font-weight:900}.lam-section h2,.lam-content h2{font:800 clamp(28px,4vw,44px)/1.12 var(--lam-serif);letter-spacing:-.02em;color:var(--lam-navy);margin:8px 0 14px}.lam-section__head p{font-size:17px;color:var(--lam-muted);margin:0}.lam-grid{display:grid;gap:20px}.lam-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.lam-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.lam-grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}.lam-card{background:#fff;border:1px solid var(--lam-border);border-radius:var(--lam-radius);padding:26px;box-shadow:var(--lam-shadow-sm)}a.lam-card{text-decoration:none;transition:.2s}a.lam-card:hover{transform:translateY(-5px);border-color:var(--lam-gold);box-shadow:var(--lam-shadow)}.lam-card__icon{width:48px;height:48px;display:grid;place-items:center;border-radius:14px;background:var(--lam-navy);color:#fff;font-size:20px;font-weight:900;margin-bottom:17px}.lam-card h3{font:800 21px/1.25 var(--lam-serif);color:var(--lam-navy);margin:0 0 10px}.lam-card p{color:var(--lam-muted);margin:0}.lam-card__link{display:inline-block;margin-top:16px;color:var(--lam-red);font-weight:850}.lam-card--gold{background:linear-gradient(145deg,#fff,#fff8e8);border-color:#ead9ae}.lam-card--navy{background:var(--lam-navy);color:#fff;border-color:var(--lam-navy)}.lam-card--navy h3,.lam-card--navy p{color:#fff}.lam-card--navy p{opacity:.76}
.lam-two-col{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.72fr);gap:48px;align-items:start}.lam-content p{color:#465166;font-size:16px}.lam-list{list-style:none;padding:0;margin:22px 0;display:grid;gap:12px}.lam-list li{position:relative;padding-left:30px;color:#3f4a5e}.lam-list li:before{content:'✓';position:absolute;left:0;top:0;color:var(--lam-red);font-weight:900}.lam-steps{counter-reset:lamstep;display:grid;gap:16px}.lam-step{counter-increment:lamstep;display:grid;grid-template-columns:54px 1fr;gap:16px;background:#fff;border:1px solid var(--lam-border);border-radius:18px;padding:20px}.lam-step:before{content:counter(lamstep);width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:var(--lam-red);color:#fff;font-weight:900}.lam-step h3{margin:2px 0 5px;color:var(--lam-navy)}.lam-step p{margin:0;color:var(--lam-muted)}
.lam-price-table{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.lam-price-card{position:relative;background:#fff;border:1px solid var(--lam-border);border-radius:26px;padding:30px;box-shadow:var(--lam-shadow-sm)}.lam-price-card--featured{border:2px solid var(--lam-red)}.lam-price-card__label{font-weight:900;color:var(--lam-red);text-transform:uppercase;letter-spacing:.12em;font-size:12px}.lam-price-card__amount{font-size:46px;font-weight:900;color:var(--lam-navy);line-height:1.1;margin:10px 0}.lam-price-card__amount small{font-size:14px;font-weight:600;color:var(--lam-muted)}.lam-formula{margin-top:22px;padding:18px;border-radius:16px;background:var(--lam-navy);color:#fff;text-align:center;font-weight:800}
.lam-cta{border-radius:30px;padding:42px;background:linear-gradient(125deg,var(--lam-navy),#123d80 65%,#6e1733);color:#fff;display:grid;grid-template-columns:1fr auto;align-items:center;gap:30px;box-shadow:var(--lam-shadow)}.lam-cta h2{color:#fff;margin:0 0 8px}.lam-cta p{margin:0;color:rgba(255,255,255,.78)}
.lam-faqs{display:grid;gap:12px}.lam-faq{border:1px solid var(--lam-border);border-radius:16px;background:#fff;overflow:hidden}.lam-faq summary{cursor:pointer;padding:19px 22px;font-weight:850;color:var(--lam-navy);list-style:none;display:flex;justify-content:space-between;gap:20px}.lam-faq summary:after{content:'+';color:var(--lam-red);font-size:22px}.lam-faq[open] summary:after{content:'−'}.lam-faq p{margin:0;padding:0 22px 20px;color:var(--lam-muted)}
.quote-form-card,.lam-form-card{background:#fff;border:1px solid var(--lam-border);border-radius:24px;padding:28px;box-shadow:var(--lam-shadow-sm)}.quote-form-header h2,.lam-form-card h2{font:800 30px/1.15 var(--lam-serif);color:var(--lam-navy);margin:0 0 8px}.quote-form-header p{color:var(--lam-muted);margin:0 0 22px}.quote-form,.lam-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.form-group{margin:0}.form-group--full{grid-column:1/-1}.form-group label{display:block;font-size:14px;font-weight:800;color:var(--lam-navy);margin-bottom:7px}.form-group label span{color:var(--lam-red)}.form-control,.quote-form input,.quote-form select,.quote-form textarea,.lam-form input,.lam-form select,.lam-form textarea{width:100%;min-height:48px;padding:12px 14px;border:1.5px solid #cfd7e3;border-radius:11px;background:#fff;color:var(--lam-ink);font:inherit}.quote-form textarea,.lam-form textarea{min-height:130px;resize:vertical}.form-control:focus,.quote-form input:focus,.quote-form select:focus,.quote-form textarea:focus{outline:3px solid rgba(210,173,91,.35);border-color:var(--lam-navy)}.form-note{font-size:12px;color:var(--lam-muted);margin:6px 0 0}.quote-submit-btn{grid-column:1/-1;width:100%;border:0;background:var(--lam-red);color:#fff;min-height:52px;border-radius:12px;font-weight:900;cursor:pointer}.lam-consent{display:flex!important;align-items:flex-start;gap:10px;font-weight:500!important}.lam-consent input{width:18px!important;min-height:18px!important;margin-top:3px}.lam-alert{padding:15px 17px;border-radius:12px;margin-bottom:18px}.lam-alert--success{background:#eaf7f1;color:#0c6845}.lam-alert--error{background:#fff0f2;color:#8e0d27}
.lam-integrity-band{background:linear-gradient(90deg,#f8f3e7,#fffaf0);border-top:1px solid #eadfca;border-bottom:1px solid #eadfca}.lam-integrity-band .lam-container{padding:26px 0;display:grid;grid-template-columns:auto 1fr auto;gap:18px;align-items:center}.lam-integrity-band__icon{width:50px;height:50px;border-radius:50%;display:grid;place-items:center;background:#fff;color:var(--lam-red);box-shadow:var(--lam-shadow-sm)}.lam-integrity-band__icon svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:1.8}.lam-integrity-band strong{display:block;font:800 21px/1.2 var(--lam-serif);color:var(--lam-navy);margin-bottom:3px}.lam-integrity-band p{margin:0;color:var(--lam-muted);font-size:14px}.lam-integrity-band a{color:var(--lam-red);font-size:13px;font-weight:850;text-decoration:none;white-space:nowrap}
.lam-footer{position:relative;overflow:hidden;background:linear-gradient(145deg,#020c22 0%,#06183c 58%,#0c2657 100%);color:#fff}.lam-footer:before{content:'';position:absolute;inset:0;background:radial-gradient(circle at 12% 30%,rgba(210,173,91,.09),transparent 25%),linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);background-size:auto,44px 44px,44px 44px;pointer-events:none}.lam-footer>.lam-container,.lam-footer__bottom{position:relative}.lam-footer__cta{position:relative;margin-top:0;transform:translateY(0);display:grid;grid-template-columns:1fr auto;align-items:center;gap:28px;padding:38px 42px;background:linear-gradient(120deg,var(--lam-red-dark),var(--lam-red) 58%,#c43854);border:1px solid rgba(255,255,255,.18);border-radius:0 0 24px 24px;box-shadow:0 24px 60px rgba(0,0,0,.2)}.lam-footer__eyebrow{font-size:11px;letter-spacing:.15em;text-transform:uppercase;font-weight:900;color:#f6dda0}.lam-footer__cta h2{font:850 clamp(27px,3vw,38px)/1.12 var(--lam-serif);color:#fff;margin:5px 0 7px}.lam-footer__cta p{margin:0;color:rgba(255,255,255,.78)}.lam-footer__cta-actions{display:flex;align-items:center;gap:18px}.lam-footer__chat{color:#fff!important;font-weight:850!important;white-space:nowrap}.lam-footer__chat span{color:#58d89a;margin-right:6px}.lam-footer__grid{position:relative;display:grid;grid-template-columns:1.55fr repeat(4,1fr);gap:38px;padding:64px 0 46px}.lam-footer__logo{display:inline-block}.lam-footer__brand img{display:block;width:255px;filter:brightness(0) invert(1);opacity:.96}.lam-footer__brand p{max-width:320px;color:rgba(255,255,255,.68);font-size:14px;line-height:1.75;margin:18px 0}.lam-footer__contact{display:grid;gap:9px}.lam-footer__contact a{display:flex;align-items:center;gap:9px;color:#fff!important;font-weight:700}.lam-footer__contact svg{width:17px;height:17px;fill:none;stroke:#f0d58f;stroke-width:1.8}.lam-footer h2{position:relative;font:800 17px/1.2 var(--lam-serif);color:#fff;margin:3px 0 21px;padding-bottom:12px}.lam-footer h2:after{content:'';position:absolute;left:0;bottom:0;width:30px;height:2px;background:var(--lam-gold)}.lam-footer ul{list-style:none;padding:0;margin:0;display:grid;gap:10px}.lam-footer li{position:relative;padding-left:13px}.lam-footer li:before{content:'›';position:absolute;left:0;color:var(--lam-gold)}.lam-footer a{text-decoration:none;color:rgba(255,255,255,.7);font-size:13px;transition:.18s}.lam-footer a:hover{color:#fff}.lam-footer__column a:hover{padding-left:3px}.lam-footer__trust{position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:0;border:1px solid rgba(255,255,255,.11);border-radius:14px;background:rgba(255,255,255,.04);margin-bottom:38px}.lam-footer__trust span{padding:15px 18px;text-align:center;color:rgba(255,255,255,.73);font-size:12px;border-right:1px solid rgba(255,255,255,.1)}.lam-footer__trust span:last-child{border-right:0}.lam-footer__trust strong{color:#f0d58f;margin-right:4px}.lam-footer__bottom{border-top:1px solid rgba(255,255,255,.1);background:rgba(0,0,0,.12)}.lam-footer__bottom .lam-container{min-height:62px;display:flex;align-items:center;justify-content:space-between;gap:20px;color:rgba(255,255,255,.5);font-size:12px}.lam-floating-whatsapp{position:fixed;right:20px;bottom:20px;z-index:160;width:56px;height:56px;border:3px solid #fff;border-radius:50%;display:grid;place-items:center;background:#1e9b67;color:#fff!important;text-decoration:none;font-weight:900;box-shadow:0 12px 28px rgba(0,0,0,.25)}
.lam-empty{text-align:center;padding:40px;border:1px dashed var(--lam-border);border-radius:18px;color:var(--lam-muted)}
@media(max-width:1120px){.lam-header__actions{display:none}.lam-brand{width:220px;flex-basis:220px}.lam-grid--4{grid-template-columns:repeat(2,1fr)}.lam-footer__grid{grid-template-columns:1.4fr repeat(2,1fr)}.lam-footer__brand{grid-row:span 2}.lam-nav__mobile-actions{display:none}}
@media(max-width:900px){.lam-notice__promise{display:none}.lam-notice__inner{justify-content:center}.lam-menu-button{display:block;margin-left:auto}.lam-menu-button[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}.lam-menu-button[aria-expanded="true"] span:nth-child(2){opacity:0}.lam-menu-button[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.lam-body.lam-menu-open{overflow:hidden}.lam-nav{position:absolute;left:0;right:0;top:100%;display:none;background:#fff;border-top:1px solid var(--lam-border);box-shadow:var(--lam-shadow);padding:15px 20px 24px;max-height:calc(100vh - 112px);overflow:auto}.lam-nav.is-open{display:block}.lam-nav>a,.lam-dropdown>button{display:flex;width:100%;justify-content:space-between;padding:15px 13px;border-bottom:1px solid #edf0f4;border-radius:0}.lam-nav>a:after,.lam-dropdown>button:after{display:none}.lam-mega{position:static;display:none;width:100%;opacity:1;visibility:visible;transform:none!important;box-shadow:none;border:1px solid var(--lam-border);border-top:3px solid var(--lam-gold);border-radius:0 0 12px 12px;margin:4px 0 10px}.lam-dropdown.is-open .lam-mega{display:grid}.lam-mega__intro{display:block}.lam-mega__intro strong{display:block;margin:4px 0}.lam-mega__intro a{display:inline-block;margin-top:5px}.lam-nav__mobile-actions{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:12px;margin-top:18px}.lam-nav__mobile-actions .lam-login{justify-content:center}.lam-hero__grid,.lam-two-col{grid-template-columns:1fr}.lam-hero__panel{max-width:620px}.lam-grid--3{grid-template-columns:repeat(2,1fr)}.lam-cta,.lam-footer__cta{grid-template-columns:1fr}.lam-integrity-band .lam-container{grid-template-columns:auto 1fr}.lam-integrity-band a{grid-column:2}.lam-footer__grid{grid-template-columns:repeat(2,1fr)}.lam-footer__brand{grid-column:1/-1;grid-row:auto}.lam-footer__cta-actions{justify-content:flex-start}.lam-footer__trust{grid-template-columns:repeat(2,1fr)}.lam-footer__trust span:nth-child(2){border-right:0}.lam-footer__trust span:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.1)}.lam-page-hero:after{font-size:95px}}
@media(max-width:600px){.lam-container{width:min(100% - 28px,1180px)}.lam-notice__links a:first-child{display:none}.lam-notice__links{gap:12px}.lam-header__row{min-height:74px}.lam-brand{width:190px;flex-basis:190px}.lam-nav{padding-inline:14px}.lam-mega{grid-template-columns:1fr}.lam-nav__mobile-actions{grid-template-columns:1fr}.lam-hero{padding:62px 0}.lam-hero h1{font-size:42px}.lam-section{padding:58px 0}.lam-grid--2,.lam-grid--3,.lam-grid--4,.lam-price-table,.quote-form,.lam-form{grid-template-columns:1fr}.form-group--full,.quote-submit-btn{grid-column:auto}.lam-price-row{grid-template-columns:1fr}.lam-cta{padding:30px}.lam-integrity-band .lam-container{grid-template-columns:auto 1fr}.lam-integrity-band__icon{width:44px;height:44px}.lam-integrity-band a{grid-column:1/-1}.lam-footer__cta{padding:30px 24px}.lam-footer__cta-actions{align-items:stretch;flex-direction:column}.lam-footer__chat{text-align:center}.lam-footer__grid{grid-template-columns:1fr;padding-top:50px}.lam-footer__brand{grid-column:auto}.lam-footer__trust{grid-template-columns:1fr}.lam-footer__trust span{border-right:0!important;border-bottom:1px solid rgba(255,255,255,.1)}.lam-footer__trust span:last-child{border-bottom:0}.lam-footer__bottom .lam-container{flex-direction:column;justify-content:center;text-align:center;padding:16px 0}.lam-page-hero{padding:54px 0}.lam-page-hero h1{font-size:40px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}

/* ========================================================================== 
   LONDON ASSIGNMENT MIND — HOMEPAGE DESIGN SYSTEM
   All homepage visual styling is centralised here. Keep index.php free of
   inline <style> blocks so future colour, spacing and component changes can
   be made from this file.
   ========================================================================== */

:root {
  --lam-home-navy: #071d49;
  --lam-home-navy-2: #0d2d69;
  --lam-home-red: #b11232;
  --lam-home-red-dark: #891027;
  --lam-home-gold: #d2ad5b;
  --lam-home-gold-soft: #f4d991;
  --lam-home-cream: #fbf8f2;
  --lam-home-soft: #f5f7fb;
  --lam-home-white: #ffffff;
  --lam-home-ink: #172033;
  --lam-home-muted: #5d687a;
  --lam-home-border: #dfe4ec;
  --lam-home-shadow: 0 20px 55px rgba(7, 29, 73, .11);
  --lam-home-shadow-sm: 0 9px 28px rgba(7, 29, 73, .075);
  --lam-home-radius: 22px;
  --lam-home-radius-sm: 13px;
}

.lam-home {
  background: var(--lam-home-white);
  color: var(--lam-home-ink);
  overflow: hidden;
}

.lam-home a {
  text-underline-offset: 3px;
}

.home-section {
  padding: 88px 0;
}

.home-section--cream {
  background: linear-gradient(180deg, #fbf7ef 0%, #fff 100%);
}

.home-section--soft {
  background: var(--lam-home-soft);
}

.home-section--navy {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #06183c 0%, #0b2b65 100%);
  color: #fff;
}

.home-section--navy::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 12%, rgba(210, 173, 91, .16), transparent 28%),
    radial-gradient(circle at 92% 86%, rgba(177, 18, 50, .14), transparent 28%),
    linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px);
  background-size: auto, auto, 44px 44px, 44px 44px;
  pointer-events: none;
}

.home-section--navy > .lam-container {
  position: relative;
  z-index: 1;
}

.home-section-head {
  max-width: 760px;
  margin-bottom: 38px;
}

.home-section-head--centre {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.home-kicker,
.home-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--lam-home-red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.home-kicker::before,
.home-eyebrow::before {
  content: '';
  width: 32px;
  height: 2px;
  flex: 0 0 32px;
  background: var(--lam-home-gold);
}

.home-kicker--gold {
  color: var(--lam-home-gold-soft);
}

.home-title {
  margin: 10px 0 15px;
  color: var(--lam-home-navy);
  font: 800 clamp(31px, 4vw, 49px)/1.12 var(--lam-serif);
  letter-spacing: -.025em;
}

.home-copy {
  margin: 0;
  color: var(--lam-home-muted);
  font-size: 16px;
  line-height: 1.78;
}

.home-section--navy .home-title {
  color: #fff;
}

.home-section--navy .home-copy {
  color: rgba(255, 255, 255, .78);
}

.home-section-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.home-section-actions--centre {
  justify-content: center;
}

.home-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.home-btn {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 12px 23px;
  border: 2px solid transparent;
  border-radius: 12px;
  text-decoration: none !important;
  font-weight: 850;
  line-height: 1.15;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, border-color .2s ease;
}

.home-btn:hover {
  transform: translateY(-2px);
}

.home-btn:focus-visible {
  outline: 3px solid rgba(210, 173, 91, .36);
  outline-offset: 3px;
}

.home-btn--red,
.home-btn--red:visited {
  color: #fff !important;
  background: linear-gradient(135deg, var(--lam-home-red), var(--lam-home-red-dark));
  box-shadow: 0 10px 24px rgba(177, 18, 50, .22);
}

.home-btn--red:hover {
  box-shadow: 0 14px 30px rgba(177, 18, 50, .28);
}

.home-btn--navy,
.home-btn--navy:visited {
  color: #fff !important;
  background: linear-gradient(135deg, var(--lam-home-navy), var(--lam-home-navy-2));
  box-shadow: 0 10px 24px rgba(7, 29, 73, .18);
}

.home-btn--outline,
.home-btn--outline:visited {
  color: var(--lam-home-navy) !important;
  background: rgba(255, 255, 255, .72);
  border-color: rgba(7, 29, 73, .20);
}

.home-btn--outline:hover {
  background: #fff;
  border-color: var(--lam-home-navy);
}

.home-btn--outline-dark,
.home-btn--outline-dark:visited {
  color: var(--lam-home-navy) !important;
  background: #fff;
  border-color: rgba(7, 29, 73, .24);
}

.home-btn--outline-dark:hover {
  border-color: var(--lam-home-red);
  color: var(--lam-home-red) !important;
}

.home-btn--light,
.home-btn--light:visited {
  color: var(--lam-home-navy) !important;
  background: #fff;
}

/* Promotion bar */
.home-promotion {
  background: linear-gradient(90deg, #8d1027 0%, #b11232 55%, #8d1027 100%);
  color: #fff;
}

.home-promotion__inner {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
  font-size: 13px;
}

.home-promotion__message,
.home-promotion__code-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.home-promotion__message strong {
  color: #fff;
}

.home-promotion__code {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 4px 11px;
  border-radius: 7px;
  background: #fff;
  color: var(--lam-home-red);
  font-weight: 900;
  letter-spacing: .06em;
}

.home-promotion__link,
.home-promotion__link:visited {
  color: #fff !important;
  font-weight: 850;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, .55);
}

/* Hero */
.home-hero {
  position: relative;
  overflow: hidden;
  padding: 82px 0 92px;
  background: linear-gradient(115deg, #fbf7ef 0%, #fff 56%, #f5f7fb 100%);
}

.home-hero::before {
  content: '';
  position: absolute;
  width: 500px;
  height: 500px;
  top: -300px;
  left: -210px;
  border-radius: 50%;
  background: rgba(210, 173, 91, .13);
}

.home-hero::after {
  content: '';
  position: absolute;
  width: 420px;
  height: 420px;
  right: -210px;
  bottom: -250px;
  border-radius: 50%;
  background: rgba(177, 18, 50, .07);
}

.home-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, .88fr);
  gap: 62px;
  align-items: center;
}

.home-hero__content {
  max-width: 690px;
}

.home-eyebrow {
  margin-bottom: 18px;
}

.home-hero h1 {
  max-width: 720px;
  margin: 0 0 22px;
  color: var(--lam-home-navy);
  font: 900 clamp(44px, 5.15vw, 70px)/1.035 var(--lam-serif);
  letter-spacing: -.04em;
}

.home-hero h1 span {
  color: var(--lam-home-red);
}

.home-hero__lead {
  max-width: 655px;
  margin: 0 0 29px;
  color: #455267;
  font-size: 18px;
  line-height: 1.72;
}

.home-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 29px;
}

.home-proof span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 12px;
  border: 1px solid var(--lam-home-border);
  border-radius: 999px;
  background: rgba(255, 255, 255, .78);
  color: var(--lam-home-navy);
  font-size: 12px;
  font-weight: 750;
}

.home-proof span::before {
  content: '✓';
  color: var(--lam-home-red);
  font-weight: 900;
}

.home-hero__visual {
  position: relative;
}

.home-hero__image-box {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(7, 29, 73, .08);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 28px 70px rgba(7, 29, 73, .17);
}

.home-hero__image-box::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 58%, rgba(7, 29, 73, .20));
  pointer-events: none;
}

.home-hero__image-box img {
  display: block;
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.home-hero__floating-card {
  position: absolute;
  z-index: 2;
  left: -30px;
  bottom: 28px;
  max-width: 305px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 18px 19px;
  border: 1px solid rgba(255, 255, 255, .88);
  border-radius: 16px;
  background: rgba(255, 255, 255, .97);
  box-shadow: var(--lam-home-shadow);
}

.home-floating-icon {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fbecef;
  color: var(--lam-home-red);
  font-weight: 900;
}

.home-hero__floating-card strong {
  display: block;
  margin-bottom: 4px;
  color: var(--lam-home-navy);
  font: 800 17px/1.2 var(--lam-serif);
}

.home-hero__floating-card div > span {
  display: block;
  color: var(--lam-home-muted);
  font-size: 12px;
  line-height: 1.5;
}

/* Quick quote form */
.home-quick {
  position: relative;
  z-index: 4;
  margin-top: -30px;
}

.home-quick__card {
  display: grid;
  grid-template-columns: .9fr 2fr;
  gap: 34px;
  align-items: center;
  padding: 30px 34px;
  border: 1px solid var(--lam-home-border);
  border-radius: 20px;
  background: #fff;
  box-shadow: var(--lam-home-shadow);
}

.home-quick__intro h2 {
  margin: 7px 0 8px;
  color: var(--lam-home-navy);
  font: 800 27px/1.15 var(--lam-serif);
}

.home-quick__intro p {
  margin: 0;
  color: var(--lam-home-muted);
  font-size: 14px;
  line-height: 1.6;
}

.home-quick__form {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
  gap: 10px;
}

.home-quick__form select,
.home-quick__form input {
  width: 100%;
  min-width: 0;
  min-height: 50px;
  padding: 11px 13px;
  border: 1px solid #d8dee8;
  border-radius: 10px;
  background: #fff;
  color: var(--lam-home-ink);
  font: inherit;
}

.home-quick__form select:focus,
.home-quick__form input:focus {
  outline: 3px solid rgba(210, 173, 91, .20);
  border-color: var(--lam-home-navy);
}

.home-quick__submit {
  border: 0;
  white-space: nowrap;
}

/* Trust strip */
.home-trust {
  margin-top: 42px;
  border-top: 1px solid #edf0f4;
  border-bottom: 1px solid #edf0f4;
  background: #fff;
}

.home-trust__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.home-trust__item {
  display: flex;
  align-items: center;
  gap: 13px;
  min-width: 0;
  padding: 24px 20px;
  border-right: 1px solid #edf0f4;
}

.home-trust__item:last-child {
  border-right: 0;
}

.home-trust__icon {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: var(--lam-home-cream);
  color: var(--lam-home-red);
  font-size: 19px;
  font-weight: 900;
}

.home-trust__icon--text {
  font-size: 12px;
  letter-spacing: .03em;
}

.home-trust__item strong,
.home-trust__item small {
  display: block;
}

.home-trust__item strong {
  margin-bottom: 3px;
  color: var(--lam-home-navy);
  line-height: 1.25;
}

.home-trust__item small {
  color: var(--lam-home-muted);
  line-height: 1.45;
}

/* Core services */
.home-service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.home-service-card {
  position: relative;
  overflow: hidden;
  min-height: 305px;
  padding: 28px;
  border: 1px solid var(--lam-home-border);
  border-radius: 18px;
  background: #fff;
  color: inherit;
  text-decoration: none !important;
  box-shadow: var(--lam-home-shadow-sm);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.home-service-card::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--lam-home-red), var(--lam-home-gold));
}

.home-service-card:hover {
  transform: translateY(-5px);
  border-color: rgba(177, 18, 50, .28);
  box-shadow: var(--lam-home-shadow);
}

.home-service-card__icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 14px;
  background: var(--lam-home-cream);
  font-size: 25px;
}

.home-service-card h3 {
  margin: 0 0 10px;
  color: var(--lam-home-navy);
  font: 800 23px/1.2 var(--lam-serif);
}

.home-service-card p {
  margin: 0 0 20px;
  color: var(--lam-home-muted);
  font-size: 14px;
  line-height: 1.7;
}

.home-service-card strong {
  color: var(--lam-home-red);
  font-size: 13px;
}

/* Subjects */
.home-subject-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.home-subject {
  min-height: 74px;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 16px 18px;
  border: 1px solid var(--lam-home-border);
  border-radius: 13px;
  background: #fff;
  color: var(--lam-home-navy) !important;
  text-decoration: none !important;
  box-shadow: 0 4px 15px rgba(7, 29, 73, .035);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.home-subject:hover {
  transform: translateY(-2px);
  border-color: var(--lam-home-gold);
  box-shadow: var(--lam-home-shadow-sm);
}

.home-subject > span {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: var(--lam-home-cream);
}

.home-subject strong {
  font-size: 14px;
  line-height: 1.35;
}

/* Process */
.home-process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.home-process__item {
  min-height: 265px;
  padding: 27px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 18px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 16px 40px rgba(0, 0, 0, .12);
}

.home-process__number {
  display: block;
  margin-bottom: 22px;
  color: var(--lam-home-gold);
  font: 900 30px/1 var(--lam-serif);
}

.home-process__item h3 {
  margin: 0 0 9px;
  color: var(--lam-home-navy);
  font: 800 20px/1.25 var(--lam-serif);
}

.home-process__item p {
  margin: 0;
  color: var(--lam-home-muted);
  font-size: 14px;
  line-height: 1.67;
}

/* Tutor feature */
.home-feature {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: 60px;
  align-items: center;
}

.home-feature__image {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  box-shadow: var(--lam-home-shadow);
}

.home-feature__image::after {
  content: '';
  position: absolute;
  inset: 0;
  border: 1px solid rgba(7, 29, 73, .08);
  border-radius: inherit;
  pointer-events: none;
}

.home-feature__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-checks {
  display: grid;
  gap: 13px;
  margin: 27px 0;
}

.home-check {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.home-check__icon {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fbecef;
  color: var(--lam-home-red);
  font-size: 12px;
  font-weight: 900;
}

.home-check strong {
  padding-top: 2px;
  color: var(--lam-home-navy);
  line-height: 1.45;
}

/* Pricing */
.home-pricing {
  max-width: 820px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 23px;
}

.home-price {
  position: relative;
  padding: 34px;
  border: 1px solid var(--lam-home-border);
  border-radius: 20px;
  background: #fff;
  box-shadow: var(--lam-home-shadow-sm);
}

.home-price--featured {
  border: 2px solid var(--lam-home-red);
  box-shadow: var(--lam-home-shadow);
}

.home-price__badge {
  position: absolute;
  top: -14px;
  right: 22px;
  padding: 6px 11px;
  border-radius: 999px;
  background: var(--lam-home-red);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.home-price__label {
  color: var(--lam-home-red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .10em;
  text-transform: uppercase;
}

.home-price h3 {
  margin: 8px 0 15px;
  color: var(--lam-home-navy);
  font: 800 27px/1.15 var(--lam-serif);
}

.home-price__amount {
  display: flex;
  align-items: baseline;
  gap: 7px;
  margin-bottom: 18px;
}

.home-price__amount strong {
  color: var(--lam-home-navy);
  font-size: 43px;
  letter-spacing: -.03em;
}

.home-price__amount span {
  color: var(--lam-home-muted);
  font-size: 13px;
}

.home-price ul {
  list-style: none;
  padding: 0;
  margin: 0 0 25px;
}

.home-price li {
  padding: 8px 0;
  color: var(--lam-home-muted);
  font-size: 14px;
}

.home-price li::before {
  content: '✓';
  margin-right: 8px;
  color: var(--lam-home-red);
  font-weight: 900;
}

/* Dashboard */
.home-dashboard {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: 56px;
  align-items: center;
}

.home-dashboard__mock {
  padding: 24px;
  border: 1px solid var(--lam-home-border);
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--lam-home-shadow);
}

.home-dashboard__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid #e9edf3;
}

.home-dashboard__top strong,
.home-dashboard__eyebrow {
  display: block;
}

.home-dashboard__top strong {
  color: var(--lam-home-navy);
  font: 800 20px/1.2 var(--lam-serif);
}

.home-dashboard__eyebrow {
  margin-bottom: 4px;
  color: var(--lam-home-red);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.home-dashboard__secure {
  padding: 7px 10px;
  border-radius: 999px;
  background: #f2f5f9;
  color: var(--lam-home-muted);
  font-size: 11px;
  font-weight: 800;
  white-space: nowrap;
}

.home-dashboard__status {
  display: grid;
  gap: 11px;
}

.home-dashboard__row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 15px;
  align-items: center;
  padding: 15px;
  border-radius: 12px;
  background: #f7f9fc;
}

.home-dashboard__row small,
.home-dashboard__row strong {
  display: block;
}

.home-dashboard__row small {
  margin-bottom: 2px;
  color: var(--lam-home-muted);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.home-dashboard__row strong {
  color: var(--lam-home-navy);
  font-size: 14px;
}

.home-dashboard__row > span {
  padding: 5px 9px;
  border-radius: 999px;
  background: #fff1f3;
  color: var(--lam-home-red);
  font-size: 10px;
  font-weight: 850;
  white-space: nowrap;
}

/* Academic integrity */
.home-integrity {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 25px;
  align-items: center;
  padding: 35px;
  border: 1px solid #eadfca;
  border-radius: 22px;
  background: linear-gradient(110deg, #fff8eb 0%, #fff 70%);
  box-shadow: var(--lam-home-shadow-sm);
}

.home-integrity__icon {
  width: 70px;
  height: 70px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--lam-home-navy);
  color: #fff;
  font-size: 27px;
  font-weight: 900;
}

.home-integrity h2 {
  margin: 7px 0 8px;
  color: var(--lam-home-navy);
  font: 800 29px/1.15 var(--lam-serif);
}

.home-integrity p {
  margin: 0;
  color: var(--lam-home-muted);
  line-height: 1.72;
}

/* Reviews */
.home-review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.home-review {
  display: flex;
  flex-direction: column;
  padding: 26px;
  border: 1px solid var(--lam-home-border);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--lam-home-shadow-sm);
}

.home-review__stars {
  margin-bottom: 15px;
  color: var(--lam-home-gold);
  letter-spacing: 2px;
  font-size: 16px;
}

.home-review__stars span {
  color: #ccd2dc;
}

.home-review blockquote {
  flex: 1;
  margin: 0 0 22px;
  color: #455267;
  font-size: 14px;
  line-height: 1.72;
}

.home-review__person {
  display: flex;
  align-items: center;
  gap: 11px;
}

.home-review__avatar {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--lam-home-navy);
  color: #fff;
  font-weight: 900;
}

.home-review__person strong,
.home-review__person small {
  display: block;
}

.home-review__person strong {
  color: var(--lam-home-navy);
}

.home-review__person small {
  color: var(--lam-home-muted);
  line-height: 1.35;
}

/* Blog cards */
.home-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.home-blog-card {
  overflow: hidden;
  border: 1px solid var(--lam-home-border);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--lam-home-shadow-sm);
  transition: transform .2s ease, box-shadow .2s ease;
}

.home-blog-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--lam-home-shadow);
}

.home-blog-card__image {
  display: block;
  overflow: hidden;
  background: #eef2f7;
}

.home-blog-card__image img {
  display: block;
  width: 100%;
  height: 215px;
  object-fit: cover;
  transition: transform .3s ease;
}

.home-blog-card:hover .home-blog-card__image img {
  transform: scale(1.025);
}

.home-blog-card__body {
  padding: 23px;
}

.home-blog-card__meta {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
  color: var(--lam-home-red);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.home-blog-card__meta time {
  color: var(--lam-home-muted);
}

.home-blog-card h3 {
  margin: 0 0 10px;
  color: var(--lam-home-navy);
  font: 800 21px/1.25 var(--lam-serif);
}

.home-blog-card h3 a {
  color: inherit;
  text-decoration: none;
}

.home-blog-card p {
  margin: 0 0 17px;
  color: var(--lam-home-muted);
  font-size: 14px;
  line-height: 1.67;
}

.home-blog-card__link,
.home-blog-card__link:visited {
  color: var(--lam-home-red) !important;
  font-weight: 850;
  text-decoration: none !important;
}

/* FAQs */
.home-faqs {
  max-width: 880px;
  margin: 0 auto;
  display: grid;
  gap: 12px;
}

.home-faq {
  overflow: hidden;
  border: 1px solid var(--lam-home-border);
  border-radius: 13px;
  background: #fff;
}

.home-faq summary {
  position: relative;
  cursor: pointer;
  list-style: none;
  padding: 19px 54px 19px 20px;
  color: var(--lam-home-navy);
  font-weight: 850;
}

.home-faq summary::-webkit-details-marker {
  display: none;
}

.home-faq summary::after {
  content: '+';
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  color: var(--lam-home-red);
  font-size: 22px;
  font-weight: 500;
}

.home-faq[open] summary::after {
  content: '−';
}

.home-faq p {
  margin: 0;
  padding: 0 20px 20px;
  color: var(--lam-home-muted);
  line-height: 1.72;
}

.home-empty {
  padding: 32px;
  border: 1px dashed var(--lam-home-border);
  border-radius: 15px;
  background: #fff;
  color: var(--lam-home-muted);
  text-align: center;
}

/* Final CTA */
.home-final {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 36px;
  align-items: center;
  padding: 46px;
  border-radius: 24px;
  background: linear-gradient(120deg, #071d49 0%, #0d326f 100%);
  box-shadow: var(--lam-home-shadow);
}

.home-final::after {
  content: '';
  position: absolute;
  width: 270px;
  height: 270px;
  top: -135px;
  right: -90px;
  border-radius: 50%;
  background: rgba(210, 173, 91, .13);
}

.home-final > * {
  position: relative;
  z-index: 1;
}

.home-final h2 {
  margin: 8px 0 9px;
  color: #fff;
  font: 800 37px/1.15 var(--lam-serif);
}

.home-final p {
  margin: 0;
  color: rgba(255, 255, 255, .78);
}

.home-final__actions {
  justify-content: flex-end;
}

/* Header CTA fixes / account icon compatibility */
.lam-header__actions .lam-btn--primary,
.lam-header__actions .lam-btn--primary:visited,
.lam-header__actions .lam-btn--secondary,
.lam-header__actions .lam-btn--secondary:visited,
.lam-header__actions .lam-header__order,
.lam-header__actions .lam-header__order:visited,
.lam-header__actions .lam-header__quote,
.lam-header__actions .lam-header__quote:visited {
  color: #fff !important;
}

.lam-account-icon {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(7, 29, 73, .12);
  border-radius: 11px;
  background: #fff;
  text-decoration: none !important;
  box-shadow: 0 4px 12px rgba(7, 29, 73, .06);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.lam-account-icon span {
  font-size: 20px;
  line-height: 1;
}

.lam-account-icon:hover {
  transform: translateY(-2px);
  border-color: var(--lam-red);
  box-shadow: 0 7px 16px rgba(7, 29, 73, .11);
}

/* Responsive homepage */
@media (max-width: 1120px) {
  .home-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(380px, .85fr);
    gap: 42px;
  }

  .home-quick__card {
    grid-template-columns: 1fr;
  }

  .home-service-grid,
  .home-subject-grid,
  .home-process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 960px) {
  .home-hero__grid,
  .home-feature,
  .home-dashboard {
    grid-template-columns: 1fr;
  }

  .home-hero__visual {
    max-width: 720px;
  }

  .home-quick__form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-trust__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .home-trust__item:nth-child(2) {
    border-right: 0;
  }

  .home-trust__item:nth-child(-n+2) {
    border-bottom: 1px solid #edf0f4;
  }

  .home-review-grid,
  .home-blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-integrity {
    grid-template-columns: auto 1fr;
  }

  .home-integrity .home-btn {
    grid-column: 2;
    justify-self: start;
  }
}

@media (max-width: 760px) {
  .home-section {
    padding: 64px 0;
  }

  .home-hero {
    padding: 58px 0 70px;
  }

  .home-hero__grid {
    gap: 38px;
  }

  .home-hero h1 {
    font-size: clamp(38px, 11vw, 50px);
  }

  .home-hero__lead {
    font-size: 16px;
  }

  .home-hero__image-box img {
    height: 370px;
  }

  .home-hero__floating-card {
    position: static;
    max-width: none;
    margin-top: 13px;
  }

  .home-quick {
    margin-top: 0;
    padding-top: 20px;
  }

  .home-quick__card {
    padding: 24px;
  }

  .home-quick__form,
  .home-trust__grid,
  .home-service-grid,
  .home-subject-grid,
  .home-process,
  .home-pricing,
  .home-review-grid,
  .home-blog-grid {
    grid-template-columns: 1fr;
  }

  .home-trust__item,
  .home-trust__item:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid #edf0f4;
  }

  .home-trust__item:last-child {
    border-bottom: 0;
  }

  .home-feature__image img {
    height: 470px;
  }

  .home-integrity {
    grid-template-columns: 1fr;
    padding: 28px;
  }

  .home-integrity .home-btn {
    grid-column: auto;
    justify-self: stretch;
  }

  .home-final {
    grid-template-columns: 1fr;
    padding: 34px 26px;
  }

  .home-final h2 {
    font-size: 31px;
  }

  .home-final__actions {
    justify-content: flex-start;
  }

  .home-promotion__inner {
    flex-wrap: wrap;
    gap: 8px 14px;
  }
}

@media (max-width: 520px) {
  .home-actions,
  .home-section-actions,
  .home-final__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .home-actions .home-btn,
  .home-section-actions .home-btn,
  .home-final__actions .home-btn {
    width: 100%;
  }

  .home-quick__form {
    grid-template-columns: 1fr;
  }

  .home-dashboard__row {
    grid-template-columns: 1fr;
  }

  .home-dashboard__row > span {
    justify-self: start;
  }

  .home-blog-card__meta {
    flex-direction: column;
  }
}
/* ==========================================================
   COLOURFUL SUBJECT ICONS
========================================================== */

/* Base icon style */
.home-subject span {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    border-radius: 11px;

    font-size: 18px;
    font-weight: 800;

    transition:
        transform .2s ease,
        box-shadow .2s ease;
}


/* Accounting */
.home-subject:nth-child(1) span {
    background: #e8f1ff;
    color: #2563eb;
}


/* Business & Management */
.home-subject:nth-child(2) span {
    background: #f3e8ff;
    color: #7c3aed;
}


/* Computer Science */
.home-subject:nth-child(3) span {
    background: #e6f8ff;
    color: #0284c7;
}


/* Data Science */
.home-subject:nth-child(4) span {
    background: #e7f8f2;
    color: #059669;
}


/* Economics */
.home-subject:nth-child(5) span {
    background: #fff4df;
    color: #d97706;
}


/* Finance */
.home-subject:nth-child(6) span {
    background: #e8f8ed;
    color: #15803d;
}


/* Healthcare */
.home-subject:nth-child(7) span {
    background: #ffe8ec;
    color: #dc2626;
}


/* Human Resource Management */
.home-subject:nth-child(8) span {
    background: #fff0f5;
    color: #db2777;
}


/* Law */
.home-subject:nth-child(9) span {
    background: #f3edff;
    color: #6d28d9;
}


/* Marketing */
.home-subject:nth-child(10) span {
    background: #fff0e5;
    color: #ea580c;
}


/* Nursing */
.home-subject:nth-child(11) span {
    background: #e5f7ff;
    color: #0891b2;
}


/* Psychology */
.home-subject:nth-child(12) span {
    background: #f3e8ff;
    color: #9333ea;
}


/* Public Health */
.home-subject:nth-child(13) span {
    background: #e7f8ee;
    color: #16a34a;
}


/* Supply Chain Management */
.home-subject:nth-child(14) span {
    background: #fff4e5;
    color: #c2410c;
}


/* Hover animation */
.home-subject:hover span {
    transform: scale(1.08) rotate(-3deg);

    box-shadow:
        0 6px 15px rgba(7, 29, 73, 0.12);
}
/* ==========================================================
   FINAL CTA / WHATSAPP BUTTON FIX
========================================================== */

.home-final .home-btn--light,
.home-final .home-btn--light:visited,
.home-final .home-btn--light:hover,
.home-final .home-btn--light:focus {
    background: #ffffff !important;
    color: #071d49 !important;
    border-color: #ffffff !important;
}

.home-final .home-btn--light span {
    color: #071d49 !important;
}

/* Improve red CTA panel */
.home-final {
    background: linear-gradient(
        135deg,
        #a80d27 0%,
        #c8102e 55%,
        #d73552 100%
    );
}

/* WhatsApp link */
.home-final a[href*="wa.me"],
.home-final a[href*="whatsapp"] {
    color: #ffffff !important;
    font-weight: 800;
}

.home-final a[href*="wa.me"]:hover,
.home-final a[href*="whatsapp"]:hover {
    color: #ffffff !important;
}

/* ==========================================================
   HOMEPAGE FULL QUOTATION FORM
========================================================== */

.home-quote-section {
    position: relative;
    overflow: hidden;

    padding: 85px 0;

    background:
        linear-gradient(
            180deg,
            #fffaf2 0%,
            #f7f9fc 100%
        );
}


/* ==========================================================
   FORM CARD
========================================================== */

.home-quote-section .quote-form-card {
    max-width: 1100px;

    margin: 0 auto;

    padding: 38px 40px;

    background: #ffffff;

    border: 1px solid #e3e8f0;

    border-radius: 22px;

    box-shadow:
        0 20px 55px rgba(7, 29, 73, 0.10);
}


/* ==========================================================
   FORM HEADER
========================================================== */

.home-quote-section .quote-form-header {
    margin-bottom: 30px;

    padding-bottom: 23px;

    border-bottom: 1px solid #edf0f4;
}


.home-quote-section .quote-form-header h2 {
    margin: 0 0 9px;

    color: #071d49;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: clamp(27px, 3vw, 36px);

    line-height: 1.15;

    font-weight: 800;
}


.home-quote-section .quote-form-header p {
    max-width: 760px;

    margin: 0;

    color: #64748b;

    font-size: 14px;

    line-height: 1.7;
}


/* ==========================================================
   FORM GRID
========================================================== */

.home-quote-section .quote-form {
    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 21px 22px;
}


/* ==========================================================
   FORM GROUPS
========================================================== */

.home-quote-section .form-group {
    min-width: 0;
}


.home-quote-section .form-group--full {
    grid-column: 1 / -1;
}


/* ==========================================================
   LABELS
========================================================== */

.home-quote-section .form-group label {
    display: block;

    margin-bottom: 8px;

    color: #071d49;

    font-size: 13px;

    font-weight: 800;
}


.home-quote-section .form-group label > span {
    color: #c8102e;
}


/* ==========================================================
   INPUTS / SELECTS / TEXTAREA
========================================================== */

.home-quote-section .form-control {
    width: 100%;

    min-height: 50px;

    padding: 12px 14px;

    border: 1px solid #d8dee8;

    border-radius: 11px;

    background: #ffffff;

    color: #1f2937;

    font-family: inherit;

    font-size: 14px;

    outline: none;

    transition:
        border-color .2s ease,
        box-shadow .2s ease,
        background-color .2s ease;
}


.home-quote-section textarea.form-control {
    min-height: 145px;

    resize: vertical;

    line-height: 1.6;
}


.home-quote-section .form-control:hover {
    border-color: #b9c3d1;
}


.home-quote-section .form-control:focus {
    border-color: #071d49;

    box-shadow:
        0 0 0 4px rgba(7, 29, 73, 0.08);

    background: #ffffff;
}


.home-quote-section .form-control::placeholder {
    color: #9aa4b2;
}


/* ==========================================================
   SELECTS
========================================================== */

.home-quote-section select.form-control {
    cursor: pointer;
}


/* ==========================================================
   FILE UPLOAD
========================================================== */

.home-quote-section input[type="file"].form-control {
    padding: 8px;

    background: #f8fafc;
}


.home-quote-section
input[type="file"]::file-selector-button {
    margin-right: 12px;

    padding: 9px 14px;

    border: 0;

    border-radius: 8px;

    background: #071d49;

    color: #ffffff;

    font-weight: 800;

    cursor: pointer;

    transition: background .2s ease;
}


.home-quote-section
input[type="file"]::file-selector-button:hover {
    background: #102f6b;
}


/* ==========================================================
   FIELD NOTES
========================================================== */

.home-quote-section .form-note {
    margin: 6px 0 0;

    color: #64748b;

    font-size: 11px;

    line-height: 1.5;
}


/* ==========================================================
   CONSENT
========================================================== */

.home-quote-section .lam-consent {
    display: flex !important;

    align-items: flex-start;

    gap: 10px;

    margin: 3px 0 0;

    padding: 16px 17px;

    border: 1px solid #e7e1d7;

    border-radius: 11px;

    background: #fffaf2;

    cursor: pointer;
}


.home-quote-section .lam-consent input {
    width: 18px;
    height: 18px;

    flex: 0 0 18px;

    margin-top: 2px;

    accent-color: #c8102e;
}


.home-quote-section .lam-consent span {
    color: #445066 !important;

    font-size: 13px;

    font-weight: 500;

    line-height: 1.6;
}


.home-quote-section .lam-consent a {
    color: #c8102e;

    font-weight: 800;
}


/* ==========================================================
   SUBMIT BUTTON
========================================================== */

.home-quote-section .quote-submit-btn {
    grid-column: 1 / -1;

    min-height: 54px;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    padding: 13px 26px;

    border: 0;

    border-radius: 12px;

    background:
        linear-gradient(
            135deg,
            #c8102e,
            #a80d27
        );

    color: #ffffff !important;

    font-family: inherit;

    font-size: 15px;

    font-weight: 900;

    cursor: pointer;

    box-shadow:
        0 10px 25px rgba(200, 16, 46, .20);

    transition:
        transform .2s ease,
        box-shadow .2s ease,
        opacity .2s ease;
}


.home-quote-section .quote-submit-btn:hover {
    transform: translateY(-2px);

    box-shadow:
        0 14px 30px rgba(200, 16, 46, .27);
}


.home-quote-section .quote-submit-btn:disabled {
    cursor: wait;

    opacity: .7;

    transform: none;
}


/* ==========================================================
   RESPONSIVE
========================================================== */

@media (max-width: 760px) {

    .home-quote-section {
        padding: 60px 0;
    }


    .home-quote-section .quote-form-card {
        padding: 28px 22px;

        border-radius: 17px;
    }


    .home-quote-section .quote-form {
        grid-template-columns: 1fr;
    }


    .home-quote-section .form-group,
    .home-quote-section .form-group--full,
    .home-quote-section .quote-submit-btn {
        grid-column: 1;
    }

}

/* ==========================================================
   HERO LAYOUT FIX ONLY
   KEEP EXISTING COLOURS
========================================================== */

/* Main hero: left content + right quote form */
.home-hero-quote__grid {
    display: grid !important;

    grid-template-columns:
        minmax(0, 1.15fr)
        minmax(360px, 0.85fr) !important;

    gap: 50px !important;

    align-items: start !important;
}


/* ==========================================================
   LEFT SIDE
========================================================== */

.home-hero-quote__content {
    min-width: 0 !important;
    width: 100% !important;
    max-width: 680px !important;
}


/* Keep heading on left */
.home-hero-quote__content h1 {
    width: 100% !important;
    max-width: 680px !important;
}


/* Keep paragraph/content on left */
.home-hero-quote__content > p {
    width: 100% !important;
    max-width: 650px !important;
}


/* ==========================================================
   RIGHT SIDE QUOTE FORM
========================================================== */

.home-hero-quote__panel {
    display: block !important;

    width: 100% !important;
    max-width: 430px !important;

    margin: 0 !important;

    justify-self: end !important;
    align-self: start !important;
}


/* Quote card fills right column */
.home-hero-quote__panel .quote-form-card {
    width: 100% !important;
    max-width: none !important;

    margin: 0 !important;
}


/* ==========================================================
   FORM FIELDS VERTICAL LIKE BRITISH ACADEMIC HELPS
========================================================== */

.home-hero-quote__panel .quote-form {
    display: flex !important;

    flex-direction: column !important;

    grid-template-columns: none !important;

    gap: 0 !important;
}


/* Each field gets its own row */
.home-hero-quote__panel .form-group {
    display: block !important;

    width: 100% !important;

    margin-bottom: 16px !important;

    grid-column: auto !important;
}


.home-hero-quote__panel .form-control,
.home-hero-quote__panel .quote-form input {
    width: 100% !important;
}


/* Submit button full width */
.home-hero-quote__panel .quote-submit-btn {
    width: 100% !important;

    grid-column: auto !important;
}


/* ==========================================================
   LAPTOP
   STILL KEEP FORM ON RIGHT
========================================================== */

@media (max-width: 1100px) and (min-width: 761px) {

    .home-hero-quote__grid {
        grid-template-columns:
            minmax(0, 1fr)
            350px !important;

        gap: 30px !important;
    }


    .home-hero-quote__panel {
        max-width: 350px !important;
    }


    .home-hero-quote__content h1 {
        font-size: clamp(40px, 5vw, 56px) !important;
    }

}


/* ==========================================================
   ONLY STACK ON MOBILE
========================================================== */

@media (max-width: 760px) {

    .home-hero-quote__grid {
        grid-template-columns: 1fr !important;

        gap: 35px !important;
    }


    .home-hero-quote__content {
        max-width: none !important;
    }


    .home-hero-quote__panel {
        width: 100% !important;
        max-width: 560px !important;

        margin-left: auto !important;
        margin-right: auto !important;

        justify-self: center !important;
    }

}

/* ==========================================================
   INDEX PAGE - REDUCE HERO / TRUST STRIP GAP
   Layout spacing only — no colour changes
========================================================== */

/* Remove unnecessary hero height */
.lam-home .home-hero.home-hero--quote {
    min-height: 0 !important;
    height: auto !important;

    padding-top: 55px !important;
    padding-bottom: 45px !important;
}


/* Hero grid should only be as tall as its content */
.lam-home .home-hero-quote__grid {
    min-height: 0 !important;
    height: auto !important;

    align-items: start !important;
}


/* Left content */
.lam-home .home-hero-quote__content {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}


/* Right quotation form */
.lam-home .home-hero-quote__panel {
    margin-bottom: 0 !important;
}


/* Remove extra spacing from quote card */
.lam-home
.home-hero-quote__panel
.quote-form-card {
    margin-bottom: 0 !important;
}


/* Trust/service assurance strip directly after hero */
.lam-home .home-trust-strip,
.lam-home .trust-strip,
.lam-home .home-assurances {
    margin-top: 0 !important;
}


/* ==========================================================
   TABLET
========================================================== */

@media (max-width: 860px) {

    .lam-home .home-hero.home-hero--quote {
        padding-top: 45px !important;
        padding-bottom: 35px !important;
    }

}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 600px) {

    .lam-home .home-hero.home-hero--quote {
        padding-top: 35px !important;
        padding-bottom: 30px !important;
    }

}
/* ========================================================================== 
   HOMEPAGE COMPACT + POLISHED SPACING OVERRIDES — 2026-08-27
   Keeps existing PHP functionality and brand colours intact.
   ========================================================================== */

/* Global homepage rhythm */
.lam-home .home-section {
  padding: 62px 0 !important;
}

.lam-home .home-section-head {
  margin-bottom: 26px !important;
}

.lam-home .home-title {
  margin-top: 8px !important;
  margin-bottom: 11px !important;
  font-size: clamp(30px, 3.5vw, 44px) !important;
}

.lam-home .home-copy {
  line-height: 1.65 !important;
}

.lam-home .home-section-actions {
  margin-top: 22px !important;
}

/* Make alternating sections feel intentionally connected */
.lam-home .home-section + .home-section {
  border-top: 1px solid rgba(7, 29, 73, .055);
}

.lam-home .home-section--navy + .home-section,
.lam-home .home-section + .home-section--navy {
  border-top: 0;
}

/* Hero: less empty vertical space, stronger visual hierarchy */
.lam-home .home-hero.home-hero--quote {
  padding: 42px 0 38px !important;
}

.lam-home .home-hero-quote__grid {
  gap: 38px !important;
  align-items: start !important;
}

.lam-home .home-hero-quote__content {
  padding-top: 8px;
}

.lam-home .home-hero-quote__content h1 {
  margin-bottom: 16px !important;
  font-size: clamp(42px, 4.7vw, 64px) !important;
  line-height: 1.03 !important;
}

.lam-home .home-hero-quote__content > p {
  margin-bottom: 20px !important;
  font-size: 16px !important;
  line-height: 1.68 !important;
}

.lam-home .home-hero-quote__badge {
  margin-bottom: 12px !important;
}

.lam-home .home-hero-quote__offer {
  margin: 16px 0 !important;
}

.lam-home .home-hero-quote__chips {
  gap: 8px !important;
  margin: 16px 0 18px !important;
}

.lam-home .home-hero-quote__chips span {
  padding: 7px 10px !important;
  border-radius: 999px !important;
  box-shadow: 0 4px 14px rgba(7, 29, 73, .05);
}

.lam-home .home-actions {
  gap: 10px !important;
}

.lam-home .home-proof {
  margin-top: 18px !important;
  gap: 8px !important;
}

/* Quote form: visually lighter and shorter without removing fields */
.lam-home .home-hero-quote__panel {
  max-width: 440px !important;
}

.lam-home .home-hero-quote__panel .quote-form-card {
  padding: 22px !important;
  border-radius: 20px !important;
  box-shadow: 0 18px 45px rgba(7, 29, 73, .13) !important;
}

.lam-home .home-hero-quote__panel .quote-form-header h2 {
  font-size: 26px !important;
  margin-bottom: 5px !important;
}

.lam-home .home-hero-quote__panel .quote-form-header p {
  margin-bottom: 16px !important;
  font-size: 12.5px !important;
  line-height: 1.5 !important;
}

.lam-home .home-hero-quote__panel .form-group {
  margin-bottom: 11px !important;
}

.lam-home .home-hero-quote__panel .form-group label {
  margin-bottom: 5px !important;
  font-size: 12.5px !important;
}

.lam-home .home-hero-quote__panel .form-control,
.lam-home .home-hero-quote__panel .quote-form input,
.lam-home .home-hero-quote__panel .quote-form select {
  min-height: 44px !important;
  padding: 9px 12px !important;
  border-radius: 10px !important;
}

.lam-home .home-hero-quote__panel .quote-form textarea {
  min-height: 96px !important;
}

.lam-home .home-hero-quote__panel .form-note {
  margin-top: 4px !important;
}

.lam-home .home-hero-quote__panel .lam-consent {
  padding: 11px 12px !important;
  margin-top: 2px !important;
}

.lam-home .home-hero-quote__panel .quote-submit-btn {
  min-height: 48px !important;
  border-radius: 10px !important;
}

/* Trust strip sits tightly under hero */
.lam-home .home-trust {
  margin: 0 !important;
  padding: 0 !important;
  border-top: 1px solid rgba(7, 29, 73, .06);
  border-bottom: 1px solid rgba(7, 29, 73, .08);
  background: #fff;
}

.lam-home .home-trust__item {
  padding: 20px 18px !important;
}

.lam-home .home-trust__icon {
  width: 42px !important;
  height: 42px !important;
  flex-basis: 42px !important;
}

/* Cards: tighter, more premium, stronger hover */
.lam-home .home-service-grid,
.lam-home .home-subject-grid,
.lam-home .home-process,
.lam-home .home-pricing,
.lam-home .home-review-grid,
.lam-home .home-blog-grid {
  gap: 16px !important;
}

.lam-home .home-service-card,
.lam-home .home-process__item,
.lam-home .home-price,
.lam-home .home-review,
.lam-home .home-blog-card {
  border-radius: 17px !important;
}

.lam-home .home-service-card {
  padding: 22px !important;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease !important;
}

.lam-home .home-service-card:hover {
  transform: translateY(-5px) !important;
  border-color: rgba(177, 18, 50, .28) !important;
  box-shadow: 0 16px 38px rgba(7, 29, 73, .12) !important;
}

.lam-home .home-service-card__icon {
  margin-bottom: 14px !important;
}

.lam-home .home-service-card h3 {
  margin-bottom: 7px !important;
}

.lam-home .home-service-card p {
  line-height: 1.6 !important;
}

.lam-home .home-service-card strong {
  margin-top: 14px !important;
}

/* Subject chips */
.lam-home .home-subject {
  min-height: 72px !important;
  padding: 14px 15px !important;
  border-radius: 14px !important;
  box-shadow: 0 5px 16px rgba(7, 29, 73, .045);
}

.lam-home .home-subject:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 12px 28px rgba(7, 29, 73, .10) !important;
}

/* How it works */
.lam-home .home-process__item {
  padding: 22px !important;
}

.lam-home .home-process__number {
  margin-bottom: 14px !important;
}

.lam-home .home-process__item h3 {
  margin-bottom: 7px !important;
}

.lam-home .home-process__item p {
  line-height: 1.6 !important;
}

/* Feature and dashboard blocks */
.lam-home .home-feature,
.lam-home .home-dashboard {
  gap: 40px !important;
  align-items: center !important;
}

.lam-home .home-feature__image,
.lam-home .home-dashboard__mock {
  border-radius: 19px !important;
}

.lam-home .home-feature__image img {
  height: 500px !important;
}

.lam-home .home-checks {
  gap: 9px !important;
  margin-top: 20px !important;
}

.lam-home .home-check {
  padding: 11px 13px !important;
  border-radius: 11px !important;
}

/* Pricing */
.lam-home .home-price {
  padding: 27px !important;
  box-shadow: 0 10px 28px rgba(7, 29, 73, .075) !important;
}

.lam-home .home-price__amount {
  margin: 12px 0 18px !important;
}

.lam-home .home-price__amount strong {
  font-size: 42px !important;
}

.lam-home .home-price ul {
  margin-bottom: 20px !important;
  gap: 9px !important;
}

/* Dashboard mock */
.lam-home .home-dashboard__mock {
  padding: 24px !important;
  box-shadow: 0 18px 45px rgba(7, 29, 73, .12) !important;
}

.lam-home .home-dashboard__status {
  gap: 10px !important;
}

.lam-home .home-dashboard__row {
  padding: 13px 14px !important;
}

/* Integrity callout */
.lam-home .home-integrity {
  padding: 27px 30px !important;
  gap: 20px !important;
  border-radius: 18px !important;
}

.lam-home .home-integrity__icon {
  width: 58px !important;
  height: 58px !important;
}

.lam-home .home-integrity h2 {
  margin: 5px 0 6px !important;
  font-size: 27px !important;
}

/* Reviews, blogs and FAQ */
.lam-home .home-review {
  padding: 22px !important;
}

.lam-home .home-review__stars {
  margin-bottom: 10px !important;
}

.lam-home .home-review blockquote {
  margin-bottom: 16px !important;
  line-height: 1.62 !important;
}

.lam-home .home-blog-card__image img {
  height: 190px !important;
}

.lam-home .home-blog-card__body {
  padding: 19px !important;
}

.lam-home .home-blog-card h3 {
  margin-bottom: 7px !important;
}

.lam-home .home-blog-card p {
  margin-bottom: 13px !important;
  line-height: 1.58 !important;
}

.lam-home .home-faqs {
  gap: 9px !important;
}

.lam-home .home-faq summary {
  padding: 16px 50px 16px 18px !important;
}

.lam-home .home-faq p {
  padding: 0 18px 17px !important;
}

/* Final CTA */
.lam-home .home-final {
  padding: 34px 38px !important;
  border-radius: 20px !important;
  gap: 26px !important;
}

.lam-home .home-final h2 {
  margin: 6px 0 7px !important;
  font-size: clamp(30px, 3vw, 36px) !important;
}

/* Responsive compact rhythm */
@media (max-width: 960px) {
  .lam-home .home-section {
    padding: 52px 0 !important;
  }

  .lam-home .home-hero.home-hero--quote {
    padding: 36px 0 34px !important;
  }

  .lam-home .home-hero-quote__grid {
    gap: 30px !important;
  }

  .lam-home .home-feature,
  .lam-home .home-dashboard {
    gap: 30px !important;
  }
}

@media (max-width: 760px) {
  .lam-home .home-section {
    padding: 44px 0 !important;
  }

  .lam-home .home-section-head {
    margin-bottom: 22px !important;
  }

  .lam-home .home-hero.home-hero--quote {
    padding: 30px 0 !important;
  }

  .lam-home .home-hero-quote__content {
    padding-top: 0 !important;
  }

  .lam-home .home-hero-quote__grid {
    gap: 26px !important;
  }

  .lam-home .home-hero-quote__content h1 {
    font-size: clamp(37px, 10vw, 49px) !important;
  }

  .lam-home .home-trust__item {
    padding: 16px !important;
  }

  .lam-home .home-feature__image img {
    height: 470px !important;
  }

  .lam-home .home-integrity {
    padding: 23px !important;
  }

  .lam-home .home-final {
    padding: 28px 24px !important;
  }
}

@media (max-width: 520px) {
  .lam-home .home-section {
    padding: 38px 0 !important;
  }

  .lam-home .home-hero.home-hero--quote {
    padding: 26px 0 !important;
  }

  .lam-home .home-hero-quote__panel .quote-form-card {
    padding: 18px !important;
  }

  .lam-home .home-service-card,
  .lam-home .home-process__item,
  .lam-home .home-price,
  .lam-home .home-review {
    padding: 19px !important;
  }
}
/* Floating WhatsApp Image - Bottom Left */

.lam-floating-whatsapp {
    position: fixed;
    left: 20px;
    right: auto;
    bottom: 20px;

    display: block;

    width: 100px;
    height: 100px;

    z-index: 99999;

    text-decoration: none;

    transition:
        transform 0.2s ease,
        filter 0.2s ease;
}

.lam-floating-whatsapp img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: contain;

    border: 0;
}

.lam-floating-whatsapp:hover {
    transform: translateY(-3px) scale(1.06);
}

.lam-floating-whatsapp:focus-visible {
    outline: 3px solid #0B1F4D;
    outline-offset: 4px;
    border-radius: 50%;
}


/* Mobile */

@media (max-width: 768px) {

    .lam-floating-whatsapp {
        left: 15px;
        bottom: 15px;

        width: 56px;
        height: 56px;
    }

}

/* ==========================================================================\n   LONDON ASSIGNMENT MIND — BLOG LISTING\n   Add this section to london.css. It uses the existing --lam-* design tokens.\n   ========================================================================== */

.lam-blog-page {
  background: var(--lam-white);
  color: var(--lam-ink);
}

.lam-blog-hero {
  padding: 74px 0 72px;
}

.lam-blog-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 14% 12%, rgba(210, 173, 91, .20), transparent 28%),
    radial-gradient(circle at 90% 18%, rgba(177, 18, 50, .18), transparent 28%),
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: auto, auto, 44px 44px, 44px 44px;
  pointer-events: none;
}

.lam-blog-hero .lam-container {
  position: relative;
  z-index: 1;
}

.lam-blog-hero .lam-page-hero__content {
  max-width: 900px;
}

.lam-blog-hero__lead {
  max-width: 780px;
  margin: 0 0 28px;
  font-size: 18px;
  line-height: 1.75;
  color: rgba(255,255,255,.82);
}

.lam-blog-hero__proof {
  margin-top: 28px;
}

.lam-blog-section {
  padding: 86px 0 92px;
  background:
    linear-gradient(180deg, #ffffff 0%, #fbfcfe 100%);
}

.lam-blog-section__head {
  max-width: 760px;
  margin-bottom: 38px;
}

.lam-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  align-items: stretch;
}

.lam-blog-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  background: var(--lam-white);
  border: 1px solid var(--lam-border);
  border-radius: var(--lam-radius);
  box-shadow: var(--lam-shadow-sm);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.lam-blog-card:hover {
  transform: translateY(-6px);
  border-color: rgba(210, 173, 91, .72);
  box-shadow: var(--lam-shadow);
}

.lam-blog-card__image-link {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: var(--lam-mist);
}

.lam-blog-card__image-link::after {
  content: '';
  position: absolute;
  inset: auto 0 0;
  height: 38%;
  background: linear-gradient(180deg, transparent, rgba(7, 29, 73, .11));
  pointer-events: none;
}

.lam-blog-card__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.lam-blog-card:hover .lam-blog-card__image {
  transform: scale(1.035);
}

.lam-blog-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 25px 25px 26px;
}

.lam-blog-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px 11px;
  margin-bottom: 13px;
  color: var(--lam-muted);
  font-size: 12px;
  font-weight: 700;
}

.lam-blog-card__meta > span:not(:first-child)::before {
  content: '•';
  margin-right: 10px;
  color: var(--lam-gold);
}

.lam-blog-card__category {
  display: inline-flex;
  align-items: center;
  min-height: 27px;
  padding: 4px 9px;
  border: 1px solid #eadfca;
  border-radius: 999px;
  background: var(--lam-cream);
  color: var(--lam-red);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.lam-blog-card__title {
  margin: 0 0 12px;
  font: 800 23px/1.24 var(--lam-serif);
  letter-spacing: -.015em;
  color: var(--lam-navy);
}

.lam-blog-card__title a {
  color: inherit;
  text-decoration: none;
}

.lam-blog-card__title a:hover {
  color: var(--lam-red);
}

.lam-blog-card__excerpt {
  display: -webkit-box;
  overflow: hidden;
  margin: 0 0 22px;
  color: var(--lam-muted);
  font-size: 15px;
  line-height: 1.72;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.lam-blog-card__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  color: var(--lam-red);
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
}

.lam-blog-card__link span {
  transition: transform .18s ease;
}

.lam-blog-card__link:hover span {
  transform: translateX(4px);
}

.lam-blog-empty {
  max-width: 760px;
  margin-inline: auto;
  padding: 54px 30px;
  border-style: solid;
  background: linear-gradient(145deg, #fff, var(--lam-cream));
  box-shadow: var(--lam-shadow-sm);
}

.lam-blog-empty__icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: var(--lam-navy);
  color: var(--lam-gold);
  font-size: 23px;
}

.lam-blog-empty h2 {
  margin: 0 0 8px;
  font: 800 29px/1.2 var(--lam-serif);
  color: var(--lam-navy);
}

.lam-blog-empty p {
  margin: 0;
}

.lam-blog-support {
  padding-top: 74px;
  padding-bottom: 82px;
}

.lam-blog-cta__eyebrow {
  display: inline-block;
  margin-bottom: 7px;
  color: #f4d991;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

@media (max-width: 980px) {
  .lam-blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .lam-blog-hero {
    padding: 56px 0 58px;
  }

  .lam-blog-hero__lead {
    font-size: 16px;
  }

  .lam-blog-section {
    padding: 60px 0 64px;
  }

  .lam-blog-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .lam-blog-card__body {
    padding: 22px 20px 23px;
  }

  .lam-blog-card__title {
    font-size: 21px;
  }

  .lam-blog-card__meta > span:not(:first-child)::before {
    display: none;
  }

  .lam-blog-support {
    padding-top: 58px;
    padding-bottom: 64px;
  }
}


/* ========================================================================== 
   BLOG COLOUR ALIGNMENT — MATCH ACCOUNTING/SUBJECT PAGE
   Light cream/white hero with London Assignment Mind navy, crimson and gold.
   ========================================================================== */

.lam-blog-hero {
  position: relative;
  overflow: hidden;
  padding: 58px 0 64px;
  color: var(--lam-ink);
  background:
    radial-gradient(circle at 0 0, rgba(210,173,91,.17) 0 17%, transparent 17.2%),
    linear-gradient(90deg, #fffdf8 0%, #ffffff 58%, #f8fafc 100%);
  border-bottom: 1px solid var(--lam-border);
}

.lam-blog-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 10%, rgba(210,173,91,.11), transparent 28%),
    radial-gradient(circle at 92% 18%, rgba(177,18,50,.055), transparent 24%);
  pointer-events: none;
}

.lam-blog-hero::after {
  content: '';
  position: absolute;
  width: 420px;
  height: 420px;
  left: -215px;
  top: -230px;
  border-radius: 50%;
  background: rgba(210,173,91,.12);
  pointer-events: none;
}

.lam-blog-hero .lam-page-hero__content {
  max-width: 920px;
}

.lam-blog-hero .lam-breadcrumbs {
  color: var(--lam-muted);
  margin-bottom: 15px;
}

.lam-blog-hero .lam-breadcrumbs a {
  color: var(--lam-navy);
}

.lam-blog-hero .lam-breadcrumbs a:hover {
  color: var(--lam-red);
}

.lam-blog-hero .lam-eyebrow {
  margin-bottom: 12px;
  color: var(--lam-navy);
  letter-spacing: .02em;
  text-transform: none;
  font-size: 15px;
}

.lam-blog-hero .lam-eyebrow::before {
  background: var(--lam-red);
}

.lam-blog-hero h1 {
  max-width: 860px;
  margin: 0 0 20px;
  color: var(--lam-navy);
  font-size: clamp(42px, 5.4vw, 72px);
  line-height: 1.02;
}

.lam-blog-hero h1 span {
  color: var(--lam-red);
}

.lam-blog-hero__lead {
  max-width: 790px;
  margin: 0 0 25px;
  color: var(--lam-ink);
  font-size: 17px;
  line-height: 1.75;
}

.lam-blog-hero .lam-btn--primary {
  background: var(--lam-red);
  color: #fff;
  box-shadow: 0 9px 22px rgba(177,18,50,.20);
}

.lam-blog-hero .lam-btn--primary:hover {
  background: var(--lam-red-dark);
}

.lam-blog-hero .lam-btn--outline {
  background: #fff;
  color: var(--lam-navy);
  border-color: #cfd7e3;
}

.lam-blog-hero .lam-btn--outline:hover {
  color: var(--lam-red);
  border-color: var(--lam-red);
}

.lam-blog-hero .lam-proof {
  gap: 10px;
  margin-top: 25px;
}

.lam-blog-hero .lam-proof span {
  background: #fff;
  color: var(--lam-navy);
  border: 1px solid var(--lam-border);
  box-shadow: 0 4px 14px rgba(7,29,73,.06);
}

.lam-blog-section {
  background: #fff;
}

.lam-blog-section .lam-kicker {
  color: var(--lam-red);
}

.lam-blog-card {
  border-color: var(--lam-border);
}

.lam-blog-card:hover {
  border-color: rgba(177,18,50,.34);
  box-shadow: 0 18px 50px rgba(7,29,73,.12);
}

.lam-blog-card__image-link {
  background: var(--lam-cream);
}

.lam-blog-card__image-link::after {
  background: linear-gradient(180deg, transparent, rgba(7,29,73,.08));
}

.lam-blog-card__category {
  border-color: rgba(177,18,50,.15);
  background: rgba(177,18,50,.055);
  color: var(--lam-red);
}

.lam-blog-card__meta > span:not(:first-child)::before {
  color: var(--lam-gold);
}

.lam-blog-support {
  background: var(--lam-cream);
}

.lam-blog-support .lam-cta {
  background: linear-gradient(120deg, var(--lam-navy), #123a7b 68%, #4c1932);
}

@media (max-width: 640px) {
  .lam-blog-hero {
    padding: 46px 0 52px;
  }

  .lam-blog-hero h1 {
    font-size: 42px;
  }
}


/* ==========================================================================
   LONDON ASSIGNMENT MIND — CUSTOMER LOGIN
   Append to london.css
   ========================================================================== */

.lam-login-page{
  background:#fff;
}

.lam-login-hero{
  padding-top:72px;
  padding-bottom:82px;
}

.lam-login-grid{
  grid-template-columns:minmax(0,1fr) minmax(400px,.78fr);
  gap:70px;
}

.lam-login-benefits{
  display:grid;
  gap:14px;
  margin-top:30px;
  max-width:650px;
}

.lam-login-benefit{
  display:flex;
  align-items:flex-start;
  gap:13px;
  padding:15px 17px;
  border:1px solid var(--lam-border);
  border-radius:14px;
  background:rgba(255,255,255,.82);
  box-shadow:0 5px 16px rgba(7,29,73,.045);
}

.lam-login-benefit__icon{
  width:30px;
  height:30px;
  flex:0 0 30px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#fbecef;
  color:var(--lam-red);
  font-weight:900;
}

.lam-login-benefit strong{
  display:block;
  margin-bottom:3px;
  color:var(--lam-navy);
  font-weight:850;
}

.lam-login-benefit p{
  margin:0;
  color:var(--lam-muted);
  font-size:13px;
  line-height:1.55;
}

.lam-login-card{
  position:relative;
  overflow:hidden;
  padding:34px;
  border:1px solid var(--lam-border);
  border-radius:26px;
  background:#fff;
  box-shadow:0 24px 65px rgba(7,29,73,.14);
}

.lam-login-card::before{
  content:'';
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:5px;
  background:linear-gradient(90deg,var(--lam-red),var(--lam-gold));
}

.lam-login-card__icon{
  width:56px;
  height:56px;
  display:grid;
  place-items:center;
  margin-bottom:18px;
  border-radius:16px;
  background:var(--lam-cream);
  font-size:25px;
}

.lam-login-card__header{
  margin-bottom:24px;
}

.lam-login-card__header h2{
  margin:7px 0 8px;
  color:var(--lam-navy);
  font:850 32px/1.12 var(--lam-serif);
}

.lam-login-card__header p{
  margin:0;
  color:var(--lam-muted);
  line-height:1.65;
}

.lam-login-form{
  display:grid;
  gap:16px;
}

.lam-login-input-wrap{
  position:relative;
}

.lam-login-input-icon{
  position:absolute;
  left:14px;
  top:50%;
  transform:translateY(-50%);
  z-index:2;
  color:var(--lam-muted);
  font-size:15px;
  pointer-events:none;
}

.lam-login-input-wrap .form-control{
  padding-left:42px;
}

.lam-login-submit{
  width:100%;
  min-height:54px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  border:0;
  border-radius:12px;
  background:linear-gradient(135deg,var(--lam-red),var(--lam-red-dark));
  color:#fff;
  font:850 15px/1 var(--lam-sans);
  cursor:pointer;
  box-shadow:0 10px 24px rgba(177,18,50,.22);
  transition:.2s ease;
}

.lam-login-submit:hover{
  transform:translateY(-2px);
  box-shadow:0 14px 30px rgba(177,18,50,.28);
}

.lam-login-security{
  display:flex;
  align-items:flex-start;
  gap:12px;
  margin-top:20px;
  padding:16px;
  border:1px solid #eadfca;
  border-radius:14px;
  background:linear-gradient(135deg,#fffaf0,#fff);
}

.lam-login-security__icon{
  width:30px;
  height:30px;
  flex:0 0 30px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:var(--lam-navy);
  color:#fff;
  font-size:12px;
  font-weight:900;
}

.lam-login-security strong{
  display:block;
  margin-bottom:3px;
  color:var(--lam-navy);
}

.lam-login-security p{
  margin:0;
  color:var(--lam-muted);
  font-size:13px;
  line-height:1.55;
}

.lam-login-register{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  margin-top:20px;
  padding-top:18px;
  border-top:1px solid #edf0f4;
  color:var(--lam-muted);
  font-size:14px;
}

.lam-login-register a{
  color:var(--lam-red) !important;
  text-decoration:none;
  font-weight:850;
}

.lam-login-register a:hover{
  text-decoration:underline;
}

@media(max-width:900px){
  .lam-login-grid{
    grid-template-columns:1fr;
    gap:40px;
  }

  .lam-login-card{
    max-width:620px;
    width:100%;
  }
}

@media(max-width:600px){
  .lam-login-hero{
    padding-top:46px;
    padding-bottom:54px;
  }

  .lam-login-card{
    padding:24px;
    border-radius:20px;
  }

  .lam-login-card__header h2{
    font-size:28px;
  }
}

/* ==========================================================================
   LONDON ASSIGNMENT MIND — CUSTOMER REGISTER
   Append to london.css
   ========================================================================== */

.lam-register-page{background:#fff}

.lam-register-hero{
  padding-top:72px;
  padding-bottom:82px;
}

.lam-register-grid{
  grid-template-columns:minmax(0,1fr) minmax(420px,.8fr);
  gap:70px;
}

.lam-register-benefits{
  display:grid;
  gap:14px;
  margin-top:30px;
  max-width:650px;
}

.lam-register-benefit{
  display:flex;
  align-items:flex-start;
  gap:13px;
  padding:15px 17px;
  border:1px solid var(--lam-border);
  border-radius:14px;
  background:rgba(255,255,255,.82);
  box-shadow:0 5px 16px rgba(7,29,73,.045);
}

.lam-register-benefit__icon{
  width:30px;
  height:30px;
  flex:0 0 30px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#fbecef;
  color:var(--lam-red);
  font-weight:900;
}

.lam-register-benefit strong{
  display:block;
  margin-bottom:3px;
  color:var(--lam-navy);
  font-weight:850;
}

.lam-register-benefit p{
  margin:0;
  color:var(--lam-muted);
  font-size:13px;
  line-height:1.55;
}

.lam-register-card{
  position:relative;
  overflow:hidden;
  padding:34px;
  border:1px solid var(--lam-border);
  border-radius:26px;
  background:#fff;
  box-shadow:0 24px 65px rgba(7,29,73,.14);
}

.lam-register-card::before{
  content:'';
  position:absolute;
  top:0;left:0;width:100%;height:5px;
  background:linear-gradient(90deg,var(--lam-red),var(--lam-gold));
}

.lam-register-card__icon{
  width:56px;height:56px;
  display:grid;place-items:center;
  margin-bottom:18px;
  border-radius:16px;
  background:var(--lam-cream);
  font-size:25px;
}

.lam-register-card__header{margin-bottom:24px}

.lam-register-card__header h2{
  margin:7px 0 8px;
  color:var(--lam-navy);
  font:850 32px/1.12 var(--lam-serif);
}

.lam-register-card__header p{
  margin:0;
  color:var(--lam-muted);
  line-height:1.65;
}

.lam-register-form{display:grid;gap:16px}

.lam-register-input-wrap{position:relative}

.lam-register-input-icon{
  position:absolute;
  left:14px;top:50%;
  transform:translateY(-50%);
  z-index:2;
  color:var(--lam-muted);
  font-size:14px;
  pointer-events:none;
}

.lam-register-input-wrap .form-control{padding-left:42px}

.lam-register-submit{
  width:100%;
  min-height:54px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  border:0;
  border-radius:12px;
  background:linear-gradient(135deg,var(--lam-red),var(--lam-red-dark));
  color:#fff;
  font:850 15px/1 var(--lam-sans);
  cursor:pointer;
  box-shadow:0 10px 24px rgba(177,18,50,.22);
  transition:.2s ease;
}

.lam-register-submit:hover{
  transform:translateY(-2px);
  box-shadow:0 14px 30px rgba(177,18,50,.28);
}

.lam-register-security{
  display:flex;
  align-items:flex-start;
  gap:12px;
  margin-top:20px;
  padding:16px;
  border:1px solid #eadfca;
  border-radius:14px;
  background:linear-gradient(135deg,#fffaf0,#fff);
}

.lam-register-security__icon{
  width:30px;height:30px;
  flex:0 0 30px;
  display:grid;place-items:center;
  border-radius:50%;
  background:var(--lam-navy);
  color:#fff;
  font-size:12px;
  font-weight:900;
}

.lam-register-security strong{
  display:block;
  margin-bottom:3px;
  color:var(--lam-navy);
}

.lam-register-security p{
  margin:0;
  color:var(--lam-muted);
  font-size:13px;
  line-height:1.55;
}

.lam-register-login{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  margin-top:20px;
  padding-top:18px;
  border-top:1px solid #edf0f4;
  color:var(--lam-muted);
  font-size:14px;
}

.lam-register-login a{
  color:var(--lam-red)!important;
  text-decoration:none;
  font-weight:850;
}

.lam-register-login a:hover{text-decoration:underline}

.lam-register-error-link{
  display:block;
  margin-top:8px;
  color:#8e0d27!important;
  font-weight:850;
  text-decoration:underline;
}

@media(max-width:900px){
  .lam-register-grid{
    grid-template-columns:1fr;
    gap:40px;
  }
  .lam-register-card{
    max-width:640px;
    width:100%;
  }
}

@media(max-width:600px){
  .lam-register-hero{
    padding-top:46px;
    padding-bottom:54px;
  }
  .lam-register-card{
    padding:24px;
    border-radius:20px;
  }
  .lam-register-card__header h2{font-size:28px}
}


/* Pricing page additions for london.css */

.lam-pricing-hero__grid{
  grid-template-columns:minmax(0,1fr) minmax(360px,.72fr);
  gap:48px;
}

.lam-pricing-offer-card h2{
  margin:8px 0 10px;
  color:var(--lam-navy);
  font:850 30px/1.15 var(--lam-serif);
}

.lam-pricing-code{
  display:inline-block;
  margin:14px 0;
  padding:10px 18px;
  border-radius:12px;
  background:var(--lam-navy);
  color:#fff;
  font-size:28px;
  font-weight:900;
  letter-spacing:.06em;
}

.lam-pricing-result-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:13px 0;
  border-bottom:1px solid rgba(255,255,255,.14);
  color:rgba(255,255,255,.8);
}

.lam-pricing-result-row strong{
  color:#fff;
}

.lam-pricing-result-row--final{
  padding-top:20px;
  border-bottom:0;
}

.lam-pricing-result-row--final strong{
  color:#f4d991;
  font-size:30px;
}

.lam-card--navy .lam-kicker{
  color:#f4d991;
}

.lam-card--navy .lam-btn{
  margin-top:20px;
  width:100%;
}

@media(max-width:900px){
  .lam-pricing-hero__grid{
    grid-template-columns:1fr;
  }
}


/* ==========================================================================
   LONDON ASSIGNMENT MIND — ORDER PAGE
   Append to london.css
   ========================================================================== */

.lam-order-page{background:#fff}

.lam-order-hero{
  padding-top:70px;
  padding-bottom:80px;
}

.lam-order-hero__grid{
  grid-template-columns:minmax(0,.88fr) minmax(480px,1.12fr);
  gap:48px;
  align-items:start;
}

.lam-order-offer,
.lam-order-rules{
  margin-top:22px;
}

.lam-order-rules{
  background:rgba(255,255,255,.88);
}

.lam-order-form-card{
  position:relative;
  overflow:hidden;
  padding:32px;
  border:1px solid var(--lam-border);
  border-radius:26px;
  background:#fff;
  box-shadow:0 24px 65px rgba(7,29,73,.14);
}

.lam-order-form-card::before{
  content:'';
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:5px;
  background:linear-gradient(90deg,var(--lam-red),var(--lam-gold));
}

.lam-order-form-card__header{
  margin-bottom:24px;
}

.lam-order-form-card__header h2{
  margin:7px 0 8px;
  color:var(--lam-navy);
  font:850 32px/1.12 var(--lam-serif);
}

.lam-order-form-card__header p{
  margin:0;
  color:var(--lam-muted);
  line-height:1.65;
}

.lam-order-form{
  display:grid;
  gap:18px;
}

.lam-order-form-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}

.lam-order-form textarea.form-control{
  min-height:120px;
  resize:vertical;
}

.lam-order-existing-file{
  margin-top:9px;
  padding:11px 13px;
  border:1px solid var(--lam-border);
  border-radius:11px;
  background:var(--lam-soft);
  color:var(--lam-muted);
  font-size:13px;
}

.lam-order-existing-file a{
  color:var(--lam-navy);
  font-weight:850;
  text-decoration:none;
}

.lam-order-price-card{
  padding:22px;
  border-radius:18px;
  background:linear-gradient(135deg,var(--lam-navy),var(--lam-navy-2));
  color:#fff;
  box-shadow:0 16px 38px rgba(7,29,73,.16);
}

.lam-order-price-card__head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:10px;
}

.lam-order-price-card__head h3{
  margin:0;
  color:#fff;
  font:850 24px/1.2 var(--lam-serif);
}

.lam-order-price-badge{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:5px 10px;
  border-radius:8px;
  background:var(--lam-red);
  color:#fff;
  font-size:12px;
  font-weight:900;
}

.lam-order-price-row{
  display:flex;
  justify-content:space-between;
  gap:14px;
  padding:11px 0;
  border-bottom:1px solid rgba(255,255,255,.14);
  color:rgba(255,255,255,.82);
}

.lam-order-price-row strong{
  color:#fff;
}

.lam-order-price-row--final{
  padding-top:17px;
  border-bottom:0;
}

.lam-order-price-row--final strong{
  color:#f4d991;
  font-size:25px;
}

.lam-order-submit{
  width:100%;
  min-height:54px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  border:0;
  border-radius:12px;
  background:linear-gradient(135deg,var(--lam-red),var(--lam-red-dark));
  color:#fff;
  font:850 15px/1 var(--lam-sans);
  cursor:pointer;
  box-shadow:0 10px 24px rgba(177,18,50,.22);
  transition:.2s ease;
}

.lam-order-submit:hover{
  transform:translateY(-2px);
  box-shadow:0 14px 30px rgba(177,18,50,.28);
}

.lam-order-server-note{
  margin:0;
  text-align:center;
}

@media(max-width:1050px){
  .lam-order-hero__grid{
    grid-template-columns:1fr;
  }

  .lam-order-form-card{
    max-width:780px;
    width:100%;
  }
}

@media(max-width:720px){
  .lam-order-form-grid{
    grid-template-columns:1fr;
  }

  .lam-order-form-card{
    padding:24px;
    border-radius:20px;
  }
}
/* ==========================================================================
   ORDER PAYMENT SUCCESS — append to london.css
   ========================================================================== */

.lam-payment-success-page {
    background: #fff;
}

.lam-payment-success-hero {
    min-height: 620px;
    padding: 74px 0 86px;
}

.lam-payment-success-wrap {
    max-width: 820px;
    margin: 0 auto;
}

.lam-payment-success-card {
    position: relative;
    overflow: hidden;
    padding: 46px;
    border: 1px solid var(--lam-border);
    border-radius: 30px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(7,29,73,.13);
    text-align: center;
}

.lam-payment-success-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg, var(--lam-red), var(--lam-gold));
}

.lam-payment-success-icon {
    width: 76px;
    height: 76px;
    display: grid;
    place-items: center;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: var(--lam-navy);
    color: #fff;
    font-size: 34px;
    font-weight: 900;
    box-shadow: 0 12px 30px rgba(7,29,73,.18);
}

.lam-payment-success-card h1 {
    max-width: 700px;
    margin: 10px auto 16px;
    color: var(--lam-navy);
    font: 900 clamp(34px,4.6vw,54px)/1.05 var(--lam-serif);
    letter-spacing: -.025em;
}

.lam-payment-success-card h1 span {
    color: var(--lam-red);
}

.lam-payment-success-lead {
    max-width: 640px;
    margin: 0 auto 26px;
    color: var(--lam-muted);
    font-size: 16px;
    line-height: 1.75;
}

.lam-payment-success-details {
    max-width: 620px;
    margin: 0 auto 24px;
    border: 1px solid var(--lam-border);
    border-radius: 18px;
    overflow: hidden;
    background: var(--lam-soft);
}

.lam-payment-success-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 16px 18px;
    border-bottom: 1px solid var(--lam-border);
    text-align: left;
}

.lam-payment-success-row:last-child {
    border-bottom: 0;
}

.lam-payment-success-row span {
    color: var(--lam-muted);
    font-weight: 700;
}

.lam-payment-success-row strong {
    color: var(--lam-navy);
    text-align: right;
}

.lam-payment-success-status {
    color: #177a53 !important;
}

.lam-payment-success-note {
    max-width: 620px;
    margin: 0 auto 24px;
    text-align: left;
}

.lam-payment-success-note p {
    margin: 8px 0 0;
}

.lam-payment-success-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

@media (max-width: 640px) {
    .lam-payment-success-hero {
        min-height: auto;
        padding: 50px 0 60px;
    }

    .lam-payment-success-card {
        padding: 30px 22px;
        border-radius: 22px;
    }

    .lam-payment-success-row {
        align-items: flex-start;
        flex-direction: column;
        gap: 5px;
    }

    .lam-payment-success-row strong {
        text-align: left;
    }

    .lam-payment-success-actions {
        flex-direction: column;
    }

    .lam-payment-success-actions .lam-btn {
        width: 100%;
    }
}
/* ==========================================================================
   LONDON ASSIGNMENT MIND — ORDER PAYMENT PAGE
   Append to london.css
   ========================================================================== */

.lam-order-payment-page{
    background:#fff;
}

.lam-order-payment-hero{
    padding:68px 0 84px;
}

.lam-order-payment-wrap{
    max-width:1040px;
    margin:0 auto;
}

.lam-order-payment-heading{
    max-width:760px;
    margin:0 auto 30px;
    text-align:center;
}

.lam-order-payment-heading h1{
    margin:8px 0 16px;
    color:var(--lam-navy);
    font:900 clamp(38px,5vw,62px)/1.04 var(--lam-serif);
    letter-spacing:-.03em;
}

.lam-order-payment-heading h1 span{
    color:var(--lam-red);
}

.lam-order-payment-heading .home-hero__lead{
    margin-inline:auto;
}

.lam-order-payment-card{
    padding:32px;
    border:1px solid var(--lam-border);
    border-radius:28px;
    background:#fff;
    box-shadow:0 24px 70px rgba(7,29,73,.12);
}

.lam-order-payment-summary{
    padding:26px;
    border:1px solid var(--lam-border);
    border-radius:20px;
    background:var(--lam-soft);
}

.lam-order-payment-summary h2{
    margin:7px 0 16px;
    color:var(--lam-navy);
    font:850 30px/1.15 var(--lam-serif);
}

.lam-order-payment-row{
    display:grid;
    grid-template-columns:190px minmax(0,1fr);
    gap:18px;
    padding:13px 0;
    border-bottom:1px solid var(--lam-border);
}

.lam-order-payment-row:last-child{
    border-bottom:0;
}

.lam-order-payment-row span{
    color:var(--lam-muted);
    font-weight:700;
}

.lam-order-payment-row strong{
    color:var(--lam-navy);
    overflow-wrap:anywhere;
}

.lam-order-payment-row--total{
    margin-top:5px;
    padding-top:18px;
}

.lam-order-payment-row--total strong{
    color:var(--lam-red);
    font-size:24px;
}

.lam-order-payment-options{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:20px;
    margin-top:24px;
}

.lam-order-payment-option{
    position:relative;
    padding:26px;
    border:1px solid var(--lam-border);
    border-radius:20px;
    background:#fff;
    box-shadow:0 8px 28px rgba(7,29,73,.06);
}

.lam-order-payment-option--gold{
    background:linear-gradient(180deg,#fffaf0,#fff);
    border-color:#eadfca;
}

.lam-order-payment-option__icon{
    width:50px;
    height:50px;
    display:grid;
    place-items:center;
    margin-bottom:16px;
    border-radius:14px;
    background:var(--lam-navy);
    color:#fff;
    font-size:20px;
    font-weight:900;
}

.lam-order-payment-option--gold .lam-order-payment-option__icon{
    background:var(--lam-gold);
    color:var(--lam-navy);
}

.lam-order-payment-option h3{
    margin:8px 0 9px;
    color:var(--lam-navy);
    font:850 25px/1.15 var(--lam-serif);
}

.lam-order-payment-option p{
    margin:0 0 20px;
    color:var(--lam-muted);
    line-height:1.7;
}

.lam-order-payment-btn{
    width:100%;
}

.lam-order-payment-note{
    margin-top:24px;
}

.lam-order-payment-note p{
    margin:7px 0 0;
}

@media(max-width:760px){
    .lam-order-payment-options{
        grid-template-columns:1fr;
    }

    .lam-order-payment-card{
        padding:22px;
        border-radius:22px;
    }

    .lam-order-payment-row{
        grid-template-columns:1fr;
        gap:5px;
    }
}
/* ==========================================================================
   LONDON ASSIGNMENT MIND — PAYPAL PAGES
   Append once to the bottom of london.css
   ========================================================================== */

.lam-paypal-status-page,
.lam-paypal-checkout-page{
    background:#fff;
}

/* PayPal success + cancel */
.lam-paypal-status-hero{
    min-height:610px;
    padding:72px 0 86px;
}

.lam-paypal-status-wrap{
    max-width:820px;
    margin:0 auto;
}

.lam-paypal-status-card{
    position:relative;
    overflow:hidden;
    padding:46px;
    border:1px solid var(--lam-border);
    border-radius:30px;
    background:#fff;
    box-shadow:0 24px 70px rgba(7,29,73,.13);
    text-align:center;
}

.lam-paypal-status-card::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:6px;
    background:linear-gradient(90deg,var(--lam-red),var(--lam-gold));
}

.lam-paypal-status-icon{
    width:76px;
    height:76px;
    display:grid;
    place-items:center;
    margin:0 auto 20px;
    border-radius:50%;
    font-size:34px;
    font-weight:900;
}

.lam-paypal-status-icon--success{
    background:var(--lam-navy);
    color:#fff;
    box-shadow:0 12px 30px rgba(7,29,73,.18);
}

.lam-paypal-status-icon--cancel{
    background:#fbecef;
    color:var(--lam-red);
    border:2px solid rgba(177,18,50,.15);
}

.lam-paypal-status-card h1{
    max-width:700px;
    margin:10px auto 16px;
    color:var(--lam-navy);
    font:900 clamp(36px,4.8vw,56px)/1.05 var(--lam-serif);
    letter-spacing:-.03em;
}

.lam-paypal-status-card h1 span{
    color:var(--lam-red);
}

.lam-paypal-status-lead{
    max-width:640px;
    margin:0 auto 26px;
    color:var(--lam-muted);
    font-size:16px;
    line-height:1.75;
}

.lam-paypal-status-details{
    max-width:640px;
    margin:0 auto 24px;
    border:1px solid var(--lam-border);
    border-radius:18px;
    overflow:hidden;
    background:var(--lam-soft);
}

.lam-paypal-status-row{
    display:flex;
    justify-content:space-between;
    gap:18px;
    padding:15px 18px;
    border-bottom:1px solid var(--lam-border);
    text-align:left;
}

.lam-paypal-status-row:last-child{
    border-bottom:0;
}

.lam-paypal-status-row span{
    color:var(--lam-muted);
    font-weight:700;
}

.lam-paypal-status-row strong{
    color:var(--lam-navy);
    text-align:right;
    overflow-wrap:anywhere;
}

.lam-paypal-paid{
    color:#177a53!important;
}

.lam-paypal-status-note{
    max-width:640px;
    margin:0 auto 24px;
    text-align:left;
}

.lam-paypal-status-note p{
    margin:7px 0 0;
}

.lam-paypal-status-actions{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:12px;
}

/* PayPal checkout */
.lam-paypal-checkout-hero{
    padding:68px 0 84px;
}

.lam-paypal-checkout-wrap{
    max-width:1040px;
    margin:0 auto;
}

.lam-paypal-checkout-heading{
    max-width:760px;
    margin:0 auto 30px;
    text-align:center;
}

.lam-paypal-checkout-heading h1{
    margin:8px 0 16px;
    color:var(--lam-navy);
    font:900 clamp(38px,5vw,62px)/1.04 var(--lam-serif);
    letter-spacing:-.03em;
}

.lam-paypal-checkout-heading h1 span{
    color:var(--lam-red);
}

.lam-paypal-checkout-heading .home-hero__lead{
    margin-inline:auto;
}

.lam-paypal-checkout-card{
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(340px,.78fr);
    gap:24px;
    padding:30px;
    border:1px solid var(--lam-border);
    border-radius:28px;
    background:#fff;
    box-shadow:0 24px 70px rgba(7,29,73,.12);
}

.lam-paypal-checkout-summary{
    padding:26px;
    border:1px solid var(--lam-border);
    border-radius:20px;
    background:var(--lam-soft);
}

.lam-paypal-checkout-summary h2{
    margin:7px 0 16px;
    color:var(--lam-navy);
    font:850 30px/1.15 var(--lam-serif);
}

.lam-paypal-checkout-row{
    display:grid;
    grid-template-columns:145px minmax(0,1fr);
    gap:14px;
    padding:12px 0;
    border-bottom:1px solid var(--lam-border);
}

.lam-paypal-checkout-row:last-child{
    border-bottom:0;
}

.lam-paypal-checkout-row span{
    color:var(--lam-muted);
    font-weight:700;
}

.lam-paypal-checkout-row strong{
    color:var(--lam-navy);
    overflow-wrap:anywhere;
}

.lam-paypal-checkout-payment{
    padding:26px;
    border:1px solid #eadfca;
    border-radius:20px;
    background:linear-gradient(180deg,#fffaf0,#fff);
}

.lam-paypal-total-box{
    padding:20px;
    margin-bottom:18px;
    border-radius:16px;
    background:var(--lam-navy);
    color:#fff;
}

.lam-paypal-total-box span{
    display:block;
    color:rgba(255,255,255,.75);
    font-weight:700;
}

.lam-paypal-total-box strong{
    display:block;
    margin-top:5px;
    color:#f4d991;
    font:900 36px/1.1 var(--lam-serif);
}

.lam-paypal-security-note{
    display:flex;
    gap:11px;
    align-items:flex-start;
    margin-bottom:20px;
    padding:14px;
    border:1px solid var(--lam-border);
    border-radius:14px;
    background:#fff;
}

.lam-paypal-security-note strong{
    display:block;
    color:var(--lam-navy);
}

.lam-paypal-security-note p{
    margin:3px 0 0;
    color:var(--lam-muted);
    font-size:13px;
    line-height:1.55;
}

.lam-paypal-error{
    display:none;
    margin-top:16px;
}

.lam-paypal-back-link{
    display:inline-flex;
    margin-top:18px;
    color:var(--lam-navy);
    font-weight:850;
    text-decoration:none;
}

.lam-paypal-back-link:hover{
    color:var(--lam-red);
}

@media(max-width:820px){
    .lam-paypal-checkout-card{
        grid-template-columns:1fr;
    }
}

@media(max-width:640px){
    .lam-paypal-status-hero,
    .lam-paypal-checkout-hero{
        min-height:auto;
        padding:50px 0 60px;
    }

    .lam-paypal-status-card{
        padding:30px 22px;
        border-radius:22px;
    }

    .lam-paypal-status-row{
        flex-direction:column;
        gap:5px;
    }

    .lam-paypal-status-row strong{
        text-align:left;
    }

    .lam-paypal-status-actions{
        flex-direction:column;
    }

    .lam-paypal-status-actions .lam-btn{
        width:100%;
    }

    .lam-paypal-checkout-card{
        padding:20px;
        border-radius:22px;
    }

    .lam-paypal-checkout-summary,
    .lam-paypal-checkout-payment{
        padding:20px;
    }

    .lam-paypal-checkout-row{
        grid-template-columns:1fr;
        gap:4px;
    }
}

/* VERIFY OTP PAGE — append to london.css */
.lam-verify-page{background:#fff}
.lam-verify-hero{padding-top:72px;padding-bottom:82px}
.lam-verify-grid{grid-template-columns:minmax(0,1fr) minmax(420px,.8fr);gap:70px;align-items:center}
.lam-verify-benefits{display:grid;gap:14px;margin-top:30px;max-width:650px}
.lam-verify-benefit{display:flex;align-items:flex-start;gap:13px;padding:15px 17px;border:1px solid var(--lam-border);border-radius:14px;background:rgba(255,255,255,.82);box-shadow:0 5px 16px rgba(7,29,73,.045)}
.lam-verify-benefit__icon{width:30px;height:30px;flex:0 0 30px;display:grid;place-items:center;border-radius:50%;background:#fbecef;color:var(--lam-red);font-weight:900}
.lam-verify-benefit strong{display:block;margin-bottom:3px;color:var(--lam-navy);font-weight:850}
.lam-verify-benefit p{margin:0;color:var(--lam-muted);font-size:13px;line-height:1.55}
.lam-verify-card{position:relative;overflow:hidden;padding:34px;border:1px solid var(--lam-border);border-radius:26px;background:#fff;box-shadow:0 24px 65px rgba(7,29,73,.14)}
.lam-verify-card:before{content:'';position:absolute;top:0;left:0;width:100%;height:5px;background:linear-gradient(90deg,var(--lam-red),var(--lam-gold))}
.lam-verify-card__icon{width:58px;height:58px;display:grid;place-items:center;margin-bottom:18px;border-radius:16px;background:var(--lam-cream);color:var(--lam-navy);font-size:25px}
.lam-verify-card__header{margin-bottom:16px}
.lam-verify-card__header h2{margin:7px 0 10px;color:var(--lam-navy);font:850 32px/1.12 var(--lam-serif)}
.lam-verify-card__header p{margin:10px 0 0;color:var(--lam-muted);line-height:1.6}
.lam-verify-purpose{display:inline-flex;align-items:center;padding:7px 11px;border-radius:999px;background:#fbecef;color:var(--lam-red);font-size:12px;font-weight:850}
.lam-verify-email{margin:0 0 20px;padding:13px 15px;border:1px solid #eadfca;border-radius:12px;background:linear-gradient(135deg,#fffaf0,#fff);color:var(--lam-navy);font-weight:850;overflow-wrap:anywhere}
.lam-verify-form{display:grid;gap:16px}
.lam-verify-code-input{min-height:60px!important;text-align:center;font-size:24px!important;font-weight:900!important;letter-spacing:8px;color:var(--lam-navy)!important}
.lam-verify-code-input:focus{border-color:var(--lam-gold)!important;box-shadow:0 0 0 4px rgba(210,173,91,.16)!important}
.lam-verify-submit{width:100%;min-height:54px;display:flex;align-items:center;justify-content:center;gap:10px;border:0;border-radius:12px;background:linear-gradient(135deg,var(--lam-red),var(--lam-red-dark));color:#fff;font:850 15px/1 var(--lam-sans);cursor:pointer;box-shadow:0 10px 24px rgba(177,18,50,.22);transition:.2s ease}
.lam-verify-submit:hover{transform:translateY(-2px);box-shadow:0 14px 30px rgba(177,18,50,.28)}
.lam-verify-resend{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:20px;padding:16px;border:1px solid var(--lam-border);border-radius:14px;background:var(--lam-soft)}
.lam-verify-resend strong{display:block;color:var(--lam-navy)}
.lam-verify-resend p{margin:3px 0 0;color:var(--lam-muted);font-size:13px;line-height:1.5}
.lam-verify-expiry{display:flex;justify-content:center;gap:7px;margin-top:17px;color:var(--lam-muted);font-size:13px}
.lam-verify-expiry p{margin:0}
.lam-verify-back{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:18px;padding-top:17px;border-top:1px solid #edf0f4;color:var(--lam-muted);font-size:14px}
.lam-verify-back a{color:var(--lam-red)!important;text-decoration:none;font-weight:850}
.lam-verify-back a:hover{text-decoration:underline}
@media(max-width:900px){.lam-verify-grid{grid-template-columns:1fr;gap:40px}.lam-verify-card{max-width:640px;width:100%}}
@media(max-width:600px){.lam-verify-hero{padding-top:46px;padding-bottom:54px}.lam-verify-card{padding:24px;border-radius:20px}.lam-verify-card__header h2{font-size:28px}.lam-verify-code-input{font-size:21px!important;letter-spacing:6px}.lam-verify-resend{align-items:stretch;flex-direction:column}.lam-verify-resend .lam-btn{width:100%}}



/* ==========================================================================
   LONDON ASSIGNMENT MIND — CUSTOMER ACCOUNT AREA
   Append ONCE to the bottom of london.css
   ========================================================================== */

.customer-account-nav{
    background:var(--lam-navy);
    border-top:1px solid rgba(255,255,255,.08);
    box-shadow:0 8px 24px rgba(7,29,73,.12);
}

.customer-account-nav-inner{
    display:flex;
    align-items:center;
    gap:9px;
    padding-top:11px;
    padding-bottom:11px;
    overflow-x:auto;
    scrollbar-width:thin;
}

.customer-nav-link{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    flex:0 0 auto;
    min-height:40px;
    padding:9px 15px;
    border:1px solid rgba(255,255,255,.16);
    border-radius:10px;
    background:rgba(255,255,255,.06);
    color:#fff!important;
    text-decoration:none;
    font-size:13px;
    font-weight:850;
    transition:.2s ease;
}

.customer-nav-link:hover,
.customer-nav-link-active{
    background:var(--lam-red);
    border-color:var(--lam-red);
    color:#fff!important;
    transform:translateY(-1px);
}

.customer-nav-link-danger{
    margin-left:auto;
    background:rgba(177,18,50,.95);
    border-color:var(--lam-red);
}

.customer-nav-link-danger:hover{
    background:#fff;
    border-color:#fff;
    color:var(--lam-red)!important;
}

.lam-customer-hero{
    position:relative;
    overflow:hidden;
    padding:54px 0 50px;
    background:
        radial-gradient(circle at 0 0,rgba(210,173,91,.16) 0,rgba(210,173,91,.16) 175px,transparent 176px),
        linear-gradient(135deg,#fffaf1 0%,#fff 62%,#f8fafc 100%);
    border-bottom:1px solid var(--lam-border);
}

.lam-customer-hero h1{
    max-width:860px;
    margin:8px 0 10px;
    color:var(--lam-navy);
    font:900 clamp(38px,5vw,58px)/1.05 var(--lam-serif);
    letter-spacing:-.03em;
}

.lam-customer-hero h1 span{
    color:var(--lam-red);
}

.lam-customer-hero p{
    max-width:760px;
    margin:0;
    color:var(--lam-muted);
    font-size:16px;
    line-height:1.7;
}

.lam-customer-section{
    background:#fff;
}

.lam-customer-card{
    padding:28px;
    border:1px solid var(--lam-border);
    border-radius:22px;
    background:#fff;
    box-shadow:0 14px 40px rgba(7,29,73,.08);
}

.lam-customer-card h2{
    margin:7px 0 18px;
    color:var(--lam-navy);
    font:850 29px/1.15 var(--lam-serif);
}

.lam-customer-block{
    margin-top:28px;
}

.lam-customer-table-wrap{
    width:100%;
    overflow-x:auto;
}

.lam-customer-table{
    width:100%;
    min-width:760px;
    border-collapse:collapse;
}

.lam-customer-table th{
    padding:13px 14px;
    background:var(--lam-navy);
    color:#fff;
    text-align:left;
    font-size:13px;
    font-weight:850;
    white-space:nowrap;
}

.lam-customer-table th:first-child{border-radius:10px 0 0 0}
.lam-customer-table th:last-child{border-radius:0 10px 0 0}

.lam-customer-table td{
    padding:14px;
    border-bottom:1px solid var(--lam-border);
    color:var(--lam-text);
    vertical-align:top;
}

.lam-customer-table tbody tr:hover td{
    background:#fffaf4;
}

.lam-customer-status{
    display:inline-flex;
    align-items:center;
    padding:5px 9px;
    border-radius:999px;
    background:#fbecef;
    color:var(--lam-red);
    font-size:12px;
    font-weight:850;
}

.lam-customer-action,
.lam-customer-download{
    color:var(--lam-red)!important;
    font-weight:850;
    text-decoration:none;
}

.lam-customer-action:hover,
.lam-customer-download:hover{
    text-decoration:underline;
}

.lam-customer-download{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:8px 12px;
    border-radius:9px;
    background:var(--lam-red);
    color:#fff!important;
    text-decoration:none!important;
}

.lam-customer-download:hover{
    background:var(--lam-red-dark);
}

.lam-customer-download--block{
    margin-top:16px;
}

.lam-customer-note-row td{
    background:#fffaf0!important;
    color:var(--lam-navy);
}

.lam-customer-notice{
    margin-bottom:22px;
}

.lam-customer-notice p{
    margin:6px 0 0;
}

.lam-customer-empty{
    padding:34px 20px;
    text-align:center;
}

.lam-customer-empty h2{
    margin-bottom:8px;
}

.lam-customer-empty p{
    color:var(--lam-muted);
    margin-bottom:20px;
}

.lam-customer-profile-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:24px;
}

.lam-customer-detail-row{
    display:grid;
    grid-template-columns:160px minmax(0,1fr);
    gap:14px;
    padding:13px 0;
    border-bottom:1px solid var(--lam-border);
}

.lam-customer-detail-row:last-child{
    border-bottom:0;
}

.lam-customer-detail-row span{
    color:var(--lam-muted);
    font-weight:700;
}

.lam-customer-detail-row strong{
    color:var(--lam-navy);
    overflow-wrap:anywhere;
}

.lam-customer-detail-row--total strong{
    color:var(--lam-red);
    font-size:22px;
}

.lam-customer-payment-card{
    background:linear-gradient(180deg,#fffaf0,#fff);
    border-color:#eadfca;
}

.lam-customer-record-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px;
}

.lam-customer-record{
    display:grid;
    gap:4px;
    padding:14px 0;
    border-bottom:1px solid var(--lam-border);
}

.lam-customer-record strong{
    color:var(--lam-navy);
}

.lam-customer-record span{
    color:var(--lam-muted);
    overflow-wrap:anywhere;
}

.lam-customer-full-btn{
    width:100%;
}

.lam-customer-card-btn{
    margin-top:18px;
}

.lam-customer-dashboard-head{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:24px;
}

.lam-customer-dashboard-actions{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}

.lam-customer-stat-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:18px;
}

.lam-customer-stat{
    min-width:0;
    padding:22px;
    border:1px solid var(--lam-border);
    border-radius:18px;
    background:#fff;
    box-shadow:0 10px 30px rgba(7,29,73,.07);
}

.lam-customer-stat span{
    display:block;
    margin-bottom:6px;
    color:var(--lam-muted);
    font-size:13px;
    font-weight:750;
}

.lam-customer-stat strong{
    display:block;
    color:var(--lam-navy);
    font-size:17px;
    overflow-wrap:anywhere;
}

@media(max-width:1000px){
    .lam-customer-stat-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
}

@media(max-width:800px){
    .customer-nav-link-danger{margin-left:0}
    .lam-customer-profile-grid{grid-template-columns:1fr}
    .lam-customer-dashboard-head{flex-direction:column}
    .lam-customer-record-grid{grid-template-columns:1fr}
}

@media(max-width:600px){
    .lam-customer-hero{padding:42px 0 40px}
    .lam-customer-card{padding:21px;border-radius:18px}
    .lam-customer-stat-grid{grid-template-columns:1fr}
    .lam-customer-detail-row{grid-template-columns:1fr;gap:4px}
    .lam-customer-dashboard-actions{width:100%}
    .lam-customer-dashboard-actions .lam-btn{width:100%}
}
/* ==========================================================================
   London Assignment Mind — Unified Admin Colour Scheme
   Save as: /assets/css/admin-london.css

   Matches the public London Assignment Mind palette:
   Navy / red / warm cream / gold / white
   ========================================================================== */

:root{
    --lam-admin-navy:#0B1F4D;
    --lam-admin-navy-dark:#071A3D;
    --lam-admin-navy-soft:#132F67;
    --lam-admin-red:#C8102E;
    --lam-admin-red-dark:#A90D27;
    --lam-admin-gold:#D4AF37;
    --lam-admin-gold-soft:#F8EFCF;
    --lam-admin-cream:#F7F3EC;
    --lam-admin-cream-2:#FCFAF6;
    --lam-admin-white:#FFFFFF;
    --lam-admin-text:#1F2937;
    --lam-admin-muted:#667085;
    --lam-admin-border:#DDE3EE;
    --lam-admin-green:#16835D;
    --lam-admin-orange:#B66A16;
    --lam-admin-shadow:0 16px 44px rgba(7,26,61,.09);

    /* Override the different variable names used by older admin pages. */
    --admin-primary:var(--lam-admin-navy);
    --admin-secondary:var(--lam-admin-red);
    --admin-accent:var(--lam-admin-gold);
    --admin-light:var(--lam-admin-cream);
    --admin-text:var(--lam-admin-text);
    --admin-muted:var(--lam-admin-muted);
    --admin-white:var(--lam-admin-white);
    --admin-border:var(--lam-admin-border);
    --admin-green:var(--lam-admin-green);
    --admin-red:var(--lam-admin-red);
    --admin-shadow:var(--lam-admin-shadow);

    --primary:var(--lam-admin-navy);
    --secondary:var(--lam-admin-red);
    --accent:var(--lam-admin-gold);
    --light:var(--lam-admin-cream);
    --text:var(--lam-admin-text);
    --muted:var(--lam-admin-muted);
    --white:var(--lam-admin-white);
    --border:var(--lam-admin-border);

    --navy:var(--lam-admin-navy);
    --red:var(--lam-admin-red);
    --gold:var(--lam-admin-gold);
}

/* Base */
html,body{
    background:var(--lam-admin-cream)!important;
    color:var(--lam-admin-text)!important;
}

body{
    font-family:"Segoe UI",Arial,Helvetica,sans-serif!important;
}

a{
    transition:color .18s ease,background .18s ease,border-color .18s ease,transform .18s ease,box-shadow .18s ease;
}

::selection{
    background:var(--lam-admin-red);
    color:#fff;
}

/* Main admin shell */
.admin-layout{
    background:var(--lam-admin-cream)!important;
}

.admin-sidebar{
    background:
        linear-gradient(180deg,var(--lam-admin-navy-dark) 0%,var(--lam-admin-navy) 58%,#102B63 100%)!important;
    color:#fff!important;
    border-right:0!important;
    box-shadow:12px 0 38px rgba(7,26,61,.11)!important;
}

.admin-brand{
    border-bottom:1px solid rgba(255,255,255,.13)!important;
}

.admin-brand strong{
    color:#fff!important;
}

.admin-brand span{
    color:rgba(255,255,255,.68)!important;
}

.admin-nav a{
    color:rgba(255,255,255,.86)!important;
    border:1px solid transparent!important;
}

.admin-nav a:hover{
    background:rgba(255,255,255,.09)!important;
    color:#fff!important;
    border-color:rgba(255,255,255,.09)!important;
    transform:translateX(2px);
}

.admin-nav a.active{
    background:var(--lam-admin-red)!important;
    color:#fff!important;
    border-color:var(--lam-admin-red)!important;
    box-shadow:0 9px 22px rgba(200,16,46,.22)!important;
}

.admin-nav .logout-link,
.logout-link{
    color:#fff!important;
    background:rgba(200,16,46,.17)!important;
    border-color:rgba(255,255,255,.12)!important;
}

.admin-main{
    background:
        radial-gradient(circle at 0 0,rgba(212,175,55,.10),transparent 250px),
        var(--lam-admin-cream)!important;
}

.admin-topbar{
    background:#fff!important;
    border:1px solid var(--lam-admin-border)!important;
    box-shadow:var(--lam-admin-shadow)!important;
}

.admin-topbar h1,
.admin-head h1,
.admin-card h2,
.card h2,
.section-heading h2{
    color:var(--lam-admin-navy)!important;
}

.admin-topbar p,
.admin-head .hint,
.hint,
.small-note{
    color:var(--lam-admin-muted)!important;
}

/* Generic page wrappers used by blog admin */
.admin-wrap{
    max-width:1240px!important;
}

.admin-head{
    padding:22px 24px!important;
    margin-bottom:22px!important;
    border:1px solid var(--lam-admin-border)!important;
    border-top:5px solid var(--lam-admin-red)!important;
    border-radius:18px!important;
    background:#fff!important;
    box-shadow:var(--lam-admin-shadow)!important;
}

.card,
.admin-card,
.admin-summary-card,
.admin-stat-card{
    background:#fff!important;
    border:1px solid var(--lam-admin-border)!important;
    box-shadow:var(--lam-admin-shadow)!important;
}

.card,
.admin-card{
    border-radius:18px!important;
}

.admin-summary-card,
.admin-stat-card{
    position:relative;
    overflow:hidden;
    border-radius:16px!important;
}

.admin-summary-card::before,
.admin-stat-card::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:5px;
    height:100%;
    background:linear-gradient(180deg,var(--lam-admin-red),var(--lam-admin-gold));
}

.admin-summary-card span,
.admin-stat-card span{
    color:var(--lam-admin-muted)!important;
}

.admin-summary-card strong,
.admin-stat-card strong{
    color:var(--lam-admin-navy)!important;
}

/* Buttons */
.admin-btn,
.btn{
    border-radius:10px!important;
    font-weight:850!important;
    text-decoration:none!important;
}

.admin-btn-primary,
.btn-primary,
button.admin-btn{
    background:var(--lam-admin-red)!important;
    border-color:var(--lam-admin-red)!important;
    color:#fff!important;
    box-shadow:0 8px 20px rgba(200,16,46,.16)!important;
}

.admin-btn-primary:hover,
.btn-primary:hover,
button.admin-btn:hover{
    background:var(--lam-admin-red-dark)!important;
    border-color:var(--lam-admin-red-dark)!important;
    color:#fff!important;
    transform:translateY(-1px);
}

.admin-btn-light,
.btn-light{
    background:#fff!important;
    color:var(--lam-admin-navy)!important;
    border:1px solid var(--lam-admin-border)!important;
}

.admin-btn-light:hover,
.btn-light:hover{
    color:var(--lam-admin-red)!important;
    border-color:rgba(200,16,46,.35)!important;
    background:#fffaf6!important;
}

.btn-dark{
    background:var(--lam-admin-navy)!important;
    color:#fff!important;
}

.admin-btn-danger,
.btn-danger{
    background:var(--lam-admin-red-dark)!important;
    color:#fff!important;
}

.admin-btn-approve,
.btn-ok{
    background:var(--lam-admin-green)!important;
    color:#fff!important;
}

.admin-btn-reject,
.btn-warn{
    background:var(--lam-admin-orange)!important;
    color:#fff!important;
}

/* Forms */
.admin-form-group label,
.form-one label,
label{
    color:var(--lam-admin-navy)!important;
}

.admin-form-group input,
.admin-form-group select,
.admin-form-group textarea,
.form-one input,
.form-one select,
.form-one textarea,
input,
select,
textarea{
    border-color:var(--lam-admin-border)!important;
    background:#fff!important;
    color:var(--lam-admin-text)!important;
}

.admin-form-group input:focus,
.admin-form-group select:focus,
.admin-form-group textarea:focus,
.form-one input:focus,
.form-one select:focus,
.form-one textarea:focus,
input:focus,
select:focus,
textarea:focus{
    outline:none!important;
    border-color:var(--lam-admin-gold)!important;
    box-shadow:0 0 0 4px rgba(212,175,55,.14)!important;
}

/* Tables */
.admin-table{
    background:#fff!important;
}

.admin-table thead th,
.admin-table th{
    background:var(--lam-admin-navy)!important;
    color:#fff!important;
    border-color:rgba(255,255,255,.08)!important;
}

.admin-table td{
    border-bottom-color:var(--lam-admin-border)!important;
}

.admin-table tbody tr:hover td{
    background:#fffaf3!important;
}

.admin-table a{
    color:var(--lam-admin-red);
}

.table-wrap,
.admin-table-wrap{
    border-radius:14px!important;
}

/* Status pills */
.admin-badge,
.badge,
.count-pill{
    font-weight:850!important;
}

.status-paid,
.badge-approved,
.badge-published{
    background:#E6F6EF!important;
    color:#126344!important;
}

.status-pending,
.status-pending_verification,
.badge-pending,
.badge-draft{
    background:var(--lam-admin-gold-soft)!important;
    color:#745B0C!important;
}

.status-failed,
.status-cancelled,
.status-rejected{
    background:#FCE8EC!important;
    color:#9F1239!important;
}

/* Alerts and notes */
.admin-alert-success,
.alert-ok{
    background:#E6F6EF!important;
    color:#126344!important;
    border-color:#B9E6D3!important;
}

.admin-alert-error,
.alert-error{
    background:#FCE8EC!important;
    color:#991B1B!important;
    border-color:#F3BBC6!important;
}

.admin-note,
.settings-note,
.admin-login-note{
    background:#FFF9E9!important;
    border-color:#E7CF86!important;
    color:var(--lam-admin-navy)!important;
}

/* Blog editor */
.editor-box,
.faq-item,
.faq-box{
    background:#fff!important;
    border-color:var(--lam-admin-border)!important;
}

.ql-toolbar.ql-snow{
    border-color:var(--lam-admin-border)!important;
    background:var(--lam-admin-cream-2)!important;
}

.ql-container.ql-snow{
    border-color:var(--lam-admin-border)!important;
    background:#fff!important;
}

.content-counter{
    background:#E6F6EF!important;
    color:#126344!important;
}

.content-counter.danger,
.char-counter.danger{
    background:#FCE8EC!important;
    color:#991B1B!important;
}

.required-note{
    background:var(--lam-admin-gold-soft)!important;
    color:#745B0C!important;
}

.stars{
    color:var(--lam-admin-gold)!important;
}

/* Detail rows */
.detail-row,
.admin-note-row{
    border-color:var(--lam-admin-border)!important;
}

.detail-label{
    color:var(--lam-admin-muted)!important;
}

/* Admin login */
body:has(.admin-login-page){
    background:
        radial-gradient(circle at 0 0,rgba(212,175,55,.16),transparent 310px),
        linear-gradient(135deg,#fffaf1 0%,#fff 55%,#f7f9fc 100%)!important;
}

.admin-login-page{
    color:var(--lam-admin-text)!important;
}

.admin-login-content{
    color:var(--lam-admin-navy)!important;
}

.admin-login-content h1{
    color:var(--lam-admin-navy)!important;
    font-family:Georgia,"Times New Roman",serif!important;
}

.admin-login-content h1 span{
    color:var(--lam-admin-red)!important;
}

.admin-login-content p{
    color:var(--lam-admin-muted)!important;
}

.admin-login-badge{
    background:#FCE8EC!important;
    color:var(--lam-admin-red)!important;
    border:1px solid #F3BBC6!important;
}

.admin-login-point{
    background:#fff!important;
    border:1px solid var(--lam-admin-border)!important;
    color:var(--lam-admin-muted)!important;
    box-shadow:0 8px 24px rgba(7,26,61,.06)!important;
}

.admin-login-point strong{
    color:var(--lam-admin-navy)!important;
}

.admin-login-card{
    position:relative;
    overflow:hidden;
    background:#fff!important;
    border:1px solid var(--lam-admin-border)!important;
    box-shadow:0 24px 70px rgba(7,26,61,.13)!important;
}

.admin-login-card::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    right:0;
    height:5px;
    background:linear-gradient(90deg,var(--lam-admin-red),var(--lam-admin-gold));
}

.admin-login-card h2{
    color:var(--lam-admin-navy)!important;
    font-family:Georgia,"Times New Roman",serif!important;
}

.admin-login-card .intro{
    color:var(--lam-admin-muted)!important;
}

/* Links and special IDs */
.customer-id{
    color:var(--lam-admin-red)!important;
}

.admin-link-button{
    color:var(--lam-admin-red)!important;
}

.password-field-wrap button{
    color:var(--lam-admin-navy)!important;
}

/* Mobile */
@media(max-width:900px){
    .admin-sidebar{
        box-shadow:0 10px 28px rgba(7,26,61,.14)!important;
    }
}

@media(max-width:560px){
    .admin-head{
        padding:18px!important;
    }
}

/* ==========================================================
   LANGUAGE SWITCHER
========================================================== */

.lam-language {
    position: relative;
    display: flex;
    align-items: center;
}


/* BUTTON */

.lam-language__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;

    min-height: 42px;

    padding: 8px 11px;

    border: 1px solid #e2e8f0;
    border-radius: 10px;

    background: #ffffff;

    color: #071d49;

    font: inherit;
    font-size: 13px;
    font-weight: 700;

    cursor: pointer;

    transition:
        border-color .2s ease,
        box-shadow .2s ease,
        background .2s ease;
}


.lam-language__button:hover {
    background: #f8fafc;
    border-color: #cbd5e1;
}


.lam-language__globe {
    font-size: 17px;
    line-height: 1;
}


.lam-language__arrow {
    font-size: 11px;
    transition: transform .2s ease;
}


.lam-language.is-open
.lam-language__arrow {
    transform: rotate(180deg);
}


/* DROPDOWN */

.lam-language__menu {
    position: absolute;

    top: calc(100% + 10px);
    right: 0;

    z-index: 10000;

    min-width: 190px;

    padding: 7px;

    border: 1px solid #e5e7eb;
    border-radius: 14px;

    background: #ffffff;

    box-shadow:
        0 15px 45px rgba(7, 29, 73, .14);

    opacity: 0;
    visibility: hidden;

    transform: translateY(-5px);

    transition:
        opacity .18s ease,
        visibility .18s ease,
        transform .18s ease;
}


.lam-language.is-open
.lam-language__menu {
    opacity: 1;
    visibility: visible;

    transform: translateY(0);
}


/* OPTIONS */

.lam-language__option {
    width: 100%;

    display: flex;
    align-items: center;
    gap: 10px;

    padding: 10px 11px;

    border: 0;
    border-radius: 9px;

    background: transparent;

    color: #1f2937;

    text-align: left;

    font: inherit;
    font-size: 14px;
    font-weight: 600;

    cursor: pointer;
}


.lam-language__option:hover {
    background: #f3f6fb;
}


.lam-language__option.is-active {
    background: #edf3ff;
    color: #071d49;
}


.lam-language__flag {
    font-size: 19px;
    line-height: 1;
}


.lam-language__check {
    margin-left: auto;
    color: #071d49;
    font-weight: 800;
}


/* ==========================================================
   MOBILE LANGUAGE
========================================================== */

.lam-mobile-language {
    display: none;
    width: 100%;

    margin-bottom: 12px;
}


.lam-mobile-language label {
    display: block;

    margin-bottom: 6px;

    color: #071d49;

    font-size: 13px;
    font-weight: 700;
}


.lam-mobile-language__select {
    width: 100%;

    min-height: 44px;

    padding: 9px 12px;

    border: 1px solid #d9e0ea;
    border-radius: 9px;

    background: #ffffff;

    color: #071d49;

    font: inherit;
    font-weight: 600;
}


/* ==========================================================
   GOOGLE TRANSLATE CONTAINER
========================================================== */

.lam-google-translate {
    position: absolute;

    width: 1px;
    height: 1px;

    overflow: hidden;

    clip: rect(0, 0, 0, 0);

    white-space: nowrap;
}


/* ==========================================================
   ARABIC / RTL
========================================================== */

html[dir="rtl"] body {
    direction: rtl;
    text-align: right;
}


html[dir="rtl"] .lam-header__row,
html[dir="rtl"] .lam-notice__inner {
    direction: rtl;
}


html[dir="rtl"] .lam-language__menu {
    right: auto;
    left: 0;
}


html[dir="rtl"] .lam-language__option {
    text-align: right;
}


html[dir="rtl"] .lam-language__check {
    margin-left: 0;
    margin-right: auto;
}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 991px) {

    .lam-header__actions
    .lam-language {
        display: none;
    }


    .lam-mobile-language {
        display: block;
    }

}
/* ==========================================================
   HEADER CALL NOW BUTTON
========================================================== */

.lam-btn--call {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;

    background: #ffffff;
    color: #071d49;

    border: 2px solid #071d49;

    text-decoration: none;
    white-space: nowrap;

    transition:
        background .2s ease,
        color .2s ease,
        transform .2s ease;
}

.lam-btn--call:hover {
    background: #071d49;
    color: #ffffff;
    transform: translateY(-1px);
}

.lam-btn--call span {
    font-size: 15px;
    line-height: 1;
}


/* Keep desktop header buttons aligned */

.lam-header__actions {
    display: flex;
    align-items: center;
    gap: 8px;
}


/* Mobile */

@media (max-width: 991px) {

    .lam-nav__mobile-actions .lam-btn--call {
        width: 100%;
    }

}

<style>

/* ==========================================================
   FLOATING SLIDE CONTACT BUTTONS
========================================================== */

.lam-floating-contact {
    position: fixed;
    left: 18px;
    bottom: 24px;
    z-index: 9999;

    display: flex;
    flex-direction: column;
    gap: 10px;
}


/* BASE BUTTON */

.lam-slide-contact {
    width: 50px;
    height: 50px;

    display: flex;
    align-items: center;

    overflow: hidden;

    border-radius: 50px;

    color: #ffffff !important;
    text-decoration: none !important;

    box-shadow: 0 6px 18px rgba(0,0,0,.18);

    transition:
        width .28s ease,
        transform .2s ease,
        box-shadow .2s ease;
}


/* HOVER SLIDE */

.lam-slide-contact:hover {
    width: 145px;

    transform: translateX(2px);

    box-shadow: 0 8px 24px rgba(0,0,0,.22);
}


/* ICON */

.lam-slide-contact__icon {
    width: 50px;
    min-width: 50px;
    height: 50px;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 22px;

    color: #ffffff;
}


/* SVG WHATSAPP ICON */

.lam-slide-contact__icon svg {
    width: 24px;
    height: 24px;

    fill: currentColor;
}


/* TEXT */

.lam-slide-contact__text {
    padding-right: 18px;

    font-size: 14px;
    font-weight: 700;

    white-space: nowrap;

    opacity: 0;

    transform: translateX(-6px);

    transition:
        opacity .2s ease .05s,
        transform .2s ease .05s;
}


.lam-slide-contact:hover .lam-slide-contact__text {
    opacity: 1;
    transform: translateX(0);
}


/* CALL BUTTON */

.lam-slide-contact--call {
    background: #16a34a;
}


/* WHATSAPP BUTTON */

.lam-slide-contact--whatsapp {
    background: #25D366;
}


/* HOVER COLORS */

.lam-slide-contact--call:hover {
    background: #15803d;
}

.lam-slide-contact--whatsapp:hover {
    background: #1ebe5d;
}


/* MOBILE */

@media (max-width: 767px) {

    .lam-floating-contact {
        left: 12px;
        bottom: 16px;
        gap: 8px;
    }

    .lam-slide-contact {
        width: 46px;
        height: 46px;
    }

    .lam-slide-contact__icon {
        width: 46px;
        min-width: 46px;
        height: 46px;
    }

    .lam-slide-contact:hover {
        width: 130px;
    }

}

</style>