.order-cta{position:relative;background:var(--theme-bg);padding:clamp(2.75rem,5vw,4.5rem) 1.25rem;overflow:hidden}.order-cta__glow{position:absolute;inset:0;background:radial-gradient(ellipse 80% 60% at 50% 0,var(--theme-button-soft) 0,transparent 55%),radial-gradient(circle at 15% 80%,rgba(184,134,11,.06) 0,transparent 40%);pointer-events:none}.order-cta__inner{position:relative;z-index:1;max-width:1100px;margin:0 auto;display:flex;flex-direction:column;align-items:stretch;gap:clamp(1.75rem,3vw,2.25rem)}@media(min-width:900px){.order-cta__inner{flex-direction:row;align-items:center;justify-content:space-between;gap:3rem}}.order-cta__content{text-align:center}@media(min-width:900px){.order-cta__content{text-align:left;flex:1 1;min-width:0;max-width:32rem}}.order-cta__eyebrow{font-size:.6875rem;letter-spacing:.2em;text-transform:uppercase;color:var(--theme-button);margin:0 0 .5rem}.order-cta__title{font-size:clamp(1.85rem,4vw,2.35rem);line-height:1.15;color:var(--theme-highlight-brown);margin:0 0 .85rem;letter-spacing:.02em}.order-cta__text{margin:0 0 1rem;font-size:1rem;line-height:1.65;color:var(--theme-text-muted)}.order-cta__text strong{color:var(--theme-text);font-weight:600}.order-cta__phone-line{margin:0;font-size:1.25rem;letter-spacing:.02em}.order-cta__phone-link{color:var(--theme-button);text-decoration:none;transition:color .2s ease}.order-cta__phone-link:hover{color:var(--theme-button-hover)}.order-cta__actions{display:flex;flex-direction:column;gap:.65rem;width:100%}@media(min-width:480px){.order-cta__actions{flex-direction:row;flex-wrap:wrap;justify-content:center}}@media(min-width:900px){.order-cta__actions{flex:0 0 auto;width:auto;max-width:20rem;flex-direction:column;justify-content:flex-start}}.order-cta__btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.25rem;border-radius:999px;font-size:.9rem;text-decoration:none;border:1px solid rgba(0,0,0,0);transition:background .2s ease,border-color .2s ease,color .2s ease,transform .15s ease,box-shadow .2s ease;cursor:pointer}.order-cta__btn:hover{transform:translateY(-1px)}.order-cta__btn:focus-visible{outline:2px solid var(--theme-button);outline-offset:3px}.order-cta__btn--primary{background:var(--theme-button);color:var(--theme-button-text);box-shadow:0 8px 28px rgba(229,107,154,.3)}.order-cta__btn--primary:hover{background:var(--theme-button-hover);color:var(--theme-button-text)}.order-cta__btn--outline{background:var(--theme-surface-card);border-color:var(--theme-button);color:var(--theme-text)}.order-cta__btn--outline:hover{background:var(--theme-button-soft);border-color:var(--theme-button-hover);color:var(--theme-highlight-brown)}.order-cta__btn--ghost{background:rgba(0,0,0,0);border-color:var(--theme-header-border);color:var(--theme-button)}.order-cta__btn--ghost:hover{border-color:var(--theme-button);background:var(--theme-button-soft);color:var(--theme-button-hover)}