.geography-section{background-color:#f5f3f2;padding:64px 20px;width:100%}.geography-wrapper{margin:0 auto;max-width:1400px}.geography-grid{display:grid;gap:32px;grid-template-columns:repeat(2,1fr)}.geography-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.06);padding:32px;position:relative;transition:all .3s ease}.geography-card:hover{box-shadow:0 4px 16px rgba(0,0,0,.1)}.geography-content{color:#192c49;font-family:Open Sans,sans-serif;font-size:16px;font-weight:400;line-height:1.8;overflow:hidden;transition:max-height .4s ease}.geography-content p{margin-bottom:16px}.geography-content p:last-child{margin-bottom:0}.geography-toggle{align-items:center;background:none;border:none;border-radius:50%;color:#6a9d38;cursor:pointer;display:none;height:36px;justify-content:center;margin:16px auto 0;padding:0;transition:all .3s ease;width:36px}.geography-toggle:hover{background-color:rgba(106,157,56,.1);color:#578329;transform:scale(1.1)}.geography-toggle:active{transform:scale(.95)}.geography-toggle:focus{box-shadow:0 0 0 3px rgba(106,157,56,.2);outline:none}.toggle-icon{flex-shrink:0;transition:transform .3s ease}.geography-content.expanded+.geography-toggle .toggle-icon{transform:rotate(180deg)}.geography-content.collapsed{max-height:200px}.geography-content.expanded{max-height:3000px}@media (max-width:1200px){.geography-section{padding:56px 20px}.geography-grid{gap:24px}.geography-card{padding:28px}}@media (max-width:991px){.geography-section{padding:48px 15px}.geography-grid{gap:20px;grid-template-columns:1fr}.geography-card{padding:24px}.geography-content{font-size:15px}}@media (max-width:768px){.geography-section{padding:40px 10px}.geography-card{padding:20px}.geography-content{font-size:15px}.geography-toggle{display:flex}.geography-content.collapsed{max-height:200px;position:relative}.geography-content.collapsed:after{background:linear-gradient(180deg,transparent,#fff);bottom:0;content:"";height:60px;left:0;pointer-events:none;position:absolute;right:0}.geography-content.expanded:after{display:none}}@media (max-width:550px){.geography-section{padding:32px 10px}.geography-card{padding:16px}.geography-content{font-size:14px}.geography-toggle{height:32px;width:32px}.toggle-icon{height:20px;width:20px}}@media (max-width:375px){.geography-section{padding:24px 10px}}