.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container.premium-cursor-ftext .premium-global-cursor-{{ID}} .premium-cursor-follow-text{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-container .premium-global-cursor-{{ID}}{color:var( --e-global-color-primary );fill:var( --e-global-color-primary );}.elementor-widget-container .premium-global-badge-{{ID}} .premium-badge-text{color:var( --e-global-color-secondary );}.elementor-widget-container:not(.premium-gbadge-custom) .premium-global-badge-{{ID}} .premium-badge-container, .elementor-widget-container.premium-gbadge-custom .premium-global-badge-{{ID}} .premium-badge-container{background-color:var( --e-global-color-primary );}.elementor-widget-container .premium-global-badge-{{ID}} .premium-badge-icon{color:var( --e-global-color-secondary );fill:var( --e-global-color-secondary );}.elementor-2677 .elementor-element.elementor-element-c079321{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-130px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-2677 .elementor-element.elementor-element-c079321.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-widget-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html.premium-cursor-ftext .premium-global-cursor-{{ID}} .premium-cursor-follow-text{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-html .premium-global-cursor-{{ID}}{color:var( --e-global-color-primary );fill:var( --e-global-color-primary );}.elementor-widget-html .premium-global-badge-{{ID}} .premium-badge-text{color:var( --e-global-color-secondary );}.elementor-widget-html:not(.premium-gbadge-custom) .premium-global-badge-{{ID}} .premium-badge-container, .elementor-widget-html.premium-gbadge-custom .premium-global-badge-{{ID}} .premium-badge-container{background-color:var( --e-global-color-primary );}.elementor-widget-html .premium-global-badge-{{ID}} .premium-badge-icon{color:var( --e-global-color-secondary );fill:var( --e-global-color-secondary );}body.elementor-page-2677:not(.elementor-motion-effects-element-type-background), body.elementor-page-2677 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0A0A0A;}@media(min-width:768px){.elementor-2677 .elementor-element.elementor-element-c079321{--width:100%;}}/* Start custom CSS */<!--
  FRAMEWORK WEB - Why Choose Us Section
  Copy into Elementor HTML widget below the hero
-->

<style>
@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600&family=Raleway:wght@300;400;500;600;700;800;900&display=swap');

.fw-why {
  position: relative;
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  background: #0a0a0a;
  padding: 2rem 3rem;
  font-family: 'Raleway', sans-serif;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.fw-why *, .fw-why *::before, .fw-why *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* Top border line */
.fw-why::before {
  content: '';
  position: absolute;
  top: 0;
  left: 3rem;
  right: 3rem;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 107, 53, 0.3), rgba(255, 255, 255, 0.05) 50%, transparent);
}

/* Container */
.fw-why__container {
  position: relative;
  width: 100%;
  max-width: 1400px;
}

/* Header */
.fw-why__header {
  margin-bottom: 2rem;
}

.fw-why__label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.7rem;
  color: #FF6B35;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.fw-why__label::before {
  content: '';
  width: 24px;
  height: 1px;
  background: #FF6B35;
}

.fw-why__headline {
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
  max-width: 550px;
}

/* Grid of reasons */
.fw-why__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem 1.5rem;
}

.fw-why__item {
  position: relative;
  padding: 1.25rem 1.5rem;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: all 0.4s ease;
}

.fw-why__item:hover {
  background: rgba(255, 107, 53, 0.03);
  border-color: rgba(255, 107, 53, 0.2);
  transform: translateY(-2px);
}

.fw-why__item-num {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.65rem;
  color: rgba(255, 255, 255, 0.15);
}

.fw-why__item-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.fw-why__item-title::before {
  content: '';
  width: 6px;
  height: 6px;
  background: #FF6B35;
  flex-shrink: 0;
}

.fw-why__item-text {
  font-size: 0.85rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.5);
}

.fw-why__item-text strong {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 600;
}

/* Bottom CTA area */
.fw-why__footer {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.fw-why__footer-text {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.4);
}

.fw-why__footer-text code {
  color: #FF6B35;
  background: rgba(255, 107, 53, 0.1);
  padding: 2px 6px;
  border-radius: 3px;
}

.fw-why__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.85rem 1.5rem;
  background: transparent;
  border: 1px solid rgba(255, 107, 53, 0.4);
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
}

.fw-why__cta::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, #FF6B35, #FF8C42);
  transition: width 0.4s ease;
  z-index: -1;
}

.fw-why__cta:hover {
  border-color: #FF6B35;
  color: #0a0a0a;
}

.fw-why__cta:hover::before {
  width: 100%;
}

.fw-why__cta-arrow {
  transition: transform 0.3s ease;
}

.fw-why__cta:hover .fw-why__cta-arrow {
  transform: translateX(4px);
}

/* Responsive */
@media (max-width: 1024px) {
  .fw-why {
    padding: 2rem;
    height: auto;
    min-height: 100vh;
  }
  
  .fw-why::before {
    left: 2rem;
    right: 2rem;
  }
}

@media (max-width: 768px) {
  .fw-why__grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  
  .fw-why__footer {
    flex-direction: column;
    gap: 1.5rem;
    text-align: center;
  }
}
</style>

<div class="fw-why">
  <div class="fw-why__container">
    
    <!-- Header -->
    <div class="fw-why__header">
      <div class="fw-why__label">Why Choose Us</div>
      <h2 class="fw-why__headline">We build websites that actually work for your business</h2>
    </div>
    
    <!-- Grid -->
    <div class="fw-why__grid">
      
      <div class="fw-why__item">
        <span class="fw-why__item-num">01</span>
        <h3 class="fw-why__item-title">Bespoke, not templates</h3>
        <p class="fw-why__item-text">Every site is designed and coded from scratch. <strong>No themes, no page builders, no limitations.</strong></p>
      </div>
      
      <div class="fw-why__item">
        <span class="fw-why__item-num">02</span>
        <h3 class="fw-why__item-title">Built for speed</h3>
        <p class="fw-why__item-text">We obsess over performance — <strong>optimised code, fast hosting, sub-second load times.</strong></p>
      </div>
      
      <div class="fw-why__item">
        <span class="fw-why__item-num">03</span>
        <h3 class="fw-why__item-title">SEO from day one</h3>
        <p class="fw-why__item-text"><strong>Technical SEO is baked into every build</strong> — proper structure, schema markup, Core Web Vitals.</p>
      </div>
      
      <div class="fw-why__item">
        <span class="fw-why__item-num">04</span>
        <h3 class="fw-why__item-title">You own everything</h3>
        <p class="fw-why__item-text">No lock-in contracts. <strong>Your site, your code, your hosting.</strong> Take everything if you leave.</p>
      </div>
      
    </div>
    
    <!-- Footer -->
    <div class="fw-why__footer">
      <span class="fw-why__footer-text">Ready to build something <code>exceptional</code>?</span>
      <a href="#contact" class="fw-why__cta">
        Get in touch
        <span class="fw-why__cta-arrow">→</span>
      </a>
    </div>
    
  </div>
</div>/* End custom CSS */