*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.5;background-color:#020617}html,body{overscroll-behavior:none}.loan-calculator-page{position:relative;min-height:100vh;padding:2rem 0;overflow:hidden;z-index:0}.loan-calculator-page:before{content:"";position:fixed;inset:0;background:linear-gradient(#00000073,#00000059),url(/images/valletta-bg.jpg) center/cover no-repeat;filter:saturate(.7) brightness(.9);z-index:-1;pointer-events:none}.container{max-width:1100px;margin:0 auto;padding:0 1.5rem 2rem}.page-header{text-align:center;margin-bottom:1.5rem}.page-header h1{font-size:2.5rem;font-weight:700;margin-bottom:.5rem;color:#f9fafb;text-shadow:0 2px 8px rgba(0,0,0,.5)}.page-header p{font-size:1rem;color:#f9fafb;text-shadow:0 1px 6px rgba(0,0,0,.5)}.intro-text{margin-bottom:1.75rem}.intro-text p{font-size:.97rem;color:#444}.loan-form-section{margin-bottom:2rem}.loan-form{background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:1rem;padding:2rem;box-shadow:0 20px 60px -10px #0003;margin-bottom:2rem;border:1px solid rgba(200,200,200,.5);display:grid;grid-template-columns:1fr 1fr;gap:2rem}.form-section{padding:1.5rem;border-radius:.75rem;border:1px solid rgba(200,200,200,.5)}.applicant-section{background:linear-gradient(135deg,rgba(16,185,129,.03) 0%,transparent 100%)}.partner-section{background:linear-gradient(135deg,rgba(59,130,246,.03) 0%,transparent 100%)}.form-section h2{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:#1a1a1a;display:flex;align-items:center;gap:.5rem}.form-section h2:before{content:"";width:3px;height:1.25rem;background:#10b981;border-radius:2px}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.4rem;font-weight:500;color:#1a1a1a;font-size:.875rem}.form-group input{width:100%;padding:.625rem .875rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:.95rem;background:#fff;color:#1a1a1a;transition:all .2s}.form-group input:focus{outline:none;border-color:#10b981;box-shadow:0 0 0 3px #10b9811a}.form-group input.error{border-color:#ef4444}.error-message{display:block;color:#ef4444;font-size:.875rem;margin-top:.5rem}.help-text{display:block;color:#666;font-size:.875rem;margin-top:.5rem}.input-with-toggle{display:flex;flex-direction:column;gap:.75rem}.toggle-buttons{display:flex;gap:.5rem;background:#f3f4f6;padding:.25rem;border-radius:.5rem;width:fit-content}.toggle-buttons button{padding:.375rem .75rem;border:none;background:transparent;color:#6b7280;border-radius:.375rem;cursor:pointer;font-size:.8125rem;font-weight:500;transition:all .2s}.toggle-buttons button:hover{background:#fff}.toggle-buttons button.active{background:#10b981;color:#fff;box-shadow:0 2px 4px #10b98133}.submit-button{grid-column:1 / -1;padding:.875rem 2rem;background:linear-gradient(135deg,#10b981,#10b981e6);color:#fff;border:none;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 4px 6px -1px #10b9814d}.submit-button:hover{transform:translateY(-2px);box-shadow:0 6px 12px -2px #10b98166}.submit-button:active{transform:translateY(0)}.results-section{background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:1rem;padding:2rem;box-shadow:0 20px 60px -10px #0003;border:1px solid rgba(200,200,200,.5);animation:fade-in .4s ease-out;margin-bottom:2rem}@keyframes fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.results-section h2{font-size:1.75rem;font-weight:700;margin-bottom:.5rem;color:#1a1a1a}.results-description{color:#666;margin-bottom:1.5rem;font-size:.95rem}.results-table-container{overflow-x:auto}.results-table{width:100%;border-collapse:collapse}.results-table thead{background:linear-gradient(135deg,#10b9811a,#3b82f61a)}.results-table th{padding:1rem;text-align:left;font-weight:600;color:#1a1a1a;font-size:.95rem;border-bottom:2px solid #e5e7eb;white-space:nowrap;position:relative;cursor:pointer}.results-table th .th-content{display:inline-flex;align-items:center;gap:.35rem}.results-table th .sort-indicator{font-size:.75rem;opacity:.45;transition:opacity .2s ease,color .2s ease}.results-table th.is-sorted .sort-indicator{opacity:1;color:#10b981}.results-table th:hover .sort-indicator{opacity:.75}.results-table td{padding:1rem;border-bottom:1px solid #e5e7eb;color:#1a1a1a}.results-table tbody tr{transition:background-color .2s}.results-table tbody tr:hover{background:#10b9810d}.results-table tbody tr.best-offer{background:linear-gradient(135deg,#10b9810d,#10b98105);border-left:4px solid #10b981}.results-table .provider-name{font-weight:600;color:#10b981}.results-table .amount{font-weight:600;color:#1a1a1a}.results-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .6rem;border-radius:999px;background:#10b98114;color:#047857;font-size:.8rem;font-weight:600;margin-bottom:.4rem}.results-badge-asterisk{font-size:.85em}.results-note{font-size:.8rem;color:#6b7280;margin-bottom:1rem;max-width:48rem}.interest-note{font-size:.8rem;font-style:italic;color:#6b7280;margin-top:.15rem}.why-section{background:#fffffff5;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:1rem;padding:2rem;margin:2rem auto;box-shadow:0 10px 40px #00000014;border:1px solid rgba(200,200,200,.4);max-width:850px;animation:fade-in .4s ease-out}.why-section h2{font-size:1.6rem;font-weight:700;margin-bottom:1rem;color:#1a1a1a}.why-section p{margin-bottom:1rem;font-size:.97rem;color:#444;line-height:1.6}.why-note{background:#10b98114;padding:1rem;border-radius:.75rem;border-left:4px solid #10b981;font-size:.95rem;color:#1a1a1a}.faq-section{background:#fffffff5;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:1rem;padding:2rem;margin:2rem auto 1rem;box-shadow:0 10px 40px #00000014;border:1px solid rgba(200,200,200,.4);max-width:900px}.faq-section h2{font-size:1.6rem;font-weight:700;margin-bottom:1.25rem;color:#1a1a1a}.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem 1.5rem}.faq-item{padding:1rem 1.1rem;border-radius:.75rem;border:1px solid rgba(209,213,219,.8);background:#f9fafb}.faq-item h3{font-size:1rem;font-weight:600;color:#111827;margin-bottom:.4rem}.faq-item p{font-size:.9rem;color:#4b5563;line-height:1.6}.page-footer{margin-top:1.5rem;padding:.75rem 1.5rem .5rem;background:transparent}.footer-inner{max-width:1100px;margin:0 auto;font-size:.8rem;color:#e5e7eb}.footer-disclaimer-title{font-weight:600;text-transform:uppercase;letter-spacing:.08em;font-size:.75rem;color:#f3f4f6;margin-bottom:.35rem}.footer-disclaimer-text{margin-bottom:.35rem;color:#d1d5db}.footer-updated{margin-top:.5rem;font-size:.8rem;color:#e5e7eb}.footer-updated time{font-variant-numeric:tabular-nums;color:#fefefe}.footer-meta{margin-top:.5rem;padding-top:.5rem;border-top:1px dashed rgba(209,213,219,.8);color:#e5e7eb}.footer-author{font-weight:600;color:#f9fafb}.footer-link{color:#10b981;text-decoration:none;font-weight:500}.footer-link:hover{text-decoration:underline}@media(max-width:768px){.page-header h1{font-size:1.75rem}.page-header p{font-size:.875rem}.loan-form{grid-template-columns:1fr;padding:1.5rem;gap:1rem}.form-section{padding:1.25rem}.results-section{padding:1.5rem}.results-table{font-size:.8125rem}.results-table th,.results-table td{padding:.625rem .375rem}.why-section,.faq-section{margin:1.5rem auto;padding:1.5rem}.faq-grid{grid-template-columns:1fr}}@media(min-width:769px){.input-with-toggle{flex-direction:row;align-items:center}.input-with-toggle input{flex:1}.toggle-buttons{margin-left:.75rem}}.seo-link{position:absolute;left:-9999px;top:-9999px}.footer-author-link{color:#a7f3d0;font-weight:600;text-decoration:none;transition:color .2s ease,text-shadow .2s ease}.footer-author-link:hover{color:#6ee7b7;text-shadow:0 0 6px rgba(16,185,129,.4)}.hero-layout{display:grid;grid-template-columns:minmax(0,3fr) minmax(0,2.2fr);gap:1.75rem;align-items:center;margin-bottom:2rem}.page-header{text-align:left;margin-bottom:0}.page-header h1{font-size:2.25rem;margin-bottom:.5rem}.page-header p{font-size:.95rem}.hero-highlights{background:#fffffff5;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:1rem;padding:1.25rem 1.5rem;border:1px solid rgba(209,213,219,.9);box-shadow:0 12px 30px #0f172a14}.hero-highlights ul{list-style:none;display:flex;flex-direction:column;gap:.85rem}.hero-highlights li{display:grid;grid-template-columns:auto 1fr;gap:.6rem .75rem;align-items:flex-start}.hero-highlights .dot{width:9px;height:9px;border-radius:999px;background:#10b981;margin-top:.3rem;box-shadow:0 0 0 4px #10b9812e}.hero-highlights strong{font-size:.9rem;color:#111827;display:block;margin-bottom:.05rem}.hero-highlights p{font-size:.85rem;color:#4b5563}.info-section{background:#fffffff5;border-radius:1rem;padding:1.75rem 1.75rem 1.9rem;margin:2rem auto;border:1px solid rgba(209,213,219,.9);box-shadow:0 10px 36px #0f172a0f;max-width:950px}.info-header{max-width:640px;margin-bottom:1.5rem}.info-header h2{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:.5rem}.info-header p{font-size:.95rem;color:#4b5563}.info-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.info-card{position:relative;padding:1rem 1rem 1.1rem;border-radius:.9rem;border:1px solid rgba(209,213,219,.9);background:#f9fafb}.info-step-number{display:inline-flex;align-items:center;justify-content:center;width:1.7rem;height:1.7rem;border-radius:999px;background:#10b981;color:#fff;font-size:.9rem;font-weight:600;margin-bottom:.5rem}.info-card h3{font-size:.95rem;font-weight:600;color:#111827;margin-bottom:.35rem}.info-card p{font-size:.85rem;color:#4b5563;line-height:1.6}.faq-section{background:#fffffff5;border-radius:1rem;padding:1.75rem 1.75rem 1.9rem;margin:2rem auto 1rem;border:1px solid rgba(209,213,219,.9);box-shadow:0 10px 36px #0f172a0f;max-width:950px}.faq-section h2{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:1rem}.faq-list{display:flex;flex-direction:column;gap:.55rem}.faq-item{border-radius:.75rem;border:1px solid rgba(209,213,219,.9);background:#f9fafb;padding:.2rem .75rem .75rem}.faq-item summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.55rem .25rem}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary span{font-size:.9rem;font-weight:600;color:#111827}.faq-item[open]{background:#fff;border-color:#10b981;box-shadow:0 6px 18px #10b9811f}.faq-item p{font-size:.85rem;color:#4b5563;padding:0 .25rem .35rem;line-height:1.6}.faq-back-to-top{display:inline-block;margin-top:.85rem;font-size:.85rem;color:#10b981;text-decoration:none;font-weight:500}.faq-back-to-top:hover{text-decoration:underline}@media(max-width:768px){.hero-layout{grid-template-columns:1fr}.hero-highlights{padding:1.1rem 1.25rem}.info-steps{grid-template-columns:1fr}.info-section,.faq-section{padding:1.5rem}}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
